@charset "utf-8";

@media screen and (max-width: 767px) {
  small{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  small{
    font-size: 14px;
  }
}

.freeWrap	h2{ 
  background-color: #152c81; 
  color: #fff; 
  font-size: 22px;
  font-weight: 700;
	line-height: 1.15;
  padding: 12px 20px; 
  margin: 50px auto 40px; 
}
h3.line{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  position: relative;
  margin-bottom: 30px;
  padding-left: 14px;
  color: #152c81;
}
h3.line::after {
  content: "";
  width: 4px;
  height: 100%;
  background: #152c81;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
h3.line::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e6960b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.heading .sub{
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .heading .text{
    margin-bottom: 30px;
  }
  .heading .img{
    display: flex;
    justify-content: center;
  }
  .heading img{
    max-width: 345px;
  }
}
@media screen and (min-width: 768px) {
  .heading{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
  .heading img{
    max-width: 365px;
  }
}

.point h3{
  color: #152c81;
  font-size: 22px;
  font-weight: 700;
	line-height: 1.1;
  padding-left: 1em;
	margin: 40px auto 30px;
  position: relative;
}
.point h3::before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e6960b;
  border-radius: 50%;
    top: 8px;
	  left: 0;
}
@media screen and (max-width: 767px) {
  .point .img{
    display: flex;
    justify-content: center;
  }
  .point img{
    max-width: 345px;
  }
}
@media screen and (min-width: 768px) {
	.point h3::before{
		width: 10px;
		height: 10px;
	}
}

.spec{
  margin: 20px auto 30px;
}
.spec li{
  display: inline-block;
  margin-right: 1em;
}
.spec li::before{
  display: inline-block;
  content: "\025a0";
}

.lineup{
	display: flex;
	flex-wrap: wrap;
  column-gap: 10px;
}
.lineup::after{
  display: block;
  content: "";
  width: clamp( 360px, calc( (100% - 20px) / 3 ) , 382px);
}
.lineup.lineup_01{
  margin: 30px auto 20px;
}
.lineup.lineup_02{
  border-top: 1px solid #c7cad5;
  padding-top: 40px;
}
.lineup.lineup_03{
  margin-top: 30px;
}
.lineup a{
	display: flex;
	column-gap: 20px;
	background-color: #f2f7fd;
  border-radius: 4px;
	padding: 20px;
  margin-bottom: 20px;
  width: clamp( 360px, calc( (100% - 20px) / 3 ) , 382px);
}
.lineup pctuer{
  margin: 0 auto;
}
.lineup dl{
  display: flex;
  flex-wrap: wrap;
}
.lineup dl dt{
  font-weight: 400;
  width: 3em;
}
.lineup dl dd{
  width: calc( 100% - 3em );
}
.lineup dl dd span{
	color: #065fd4;
  border-bottom: 1px solid #065FD4;
}

@media screen and (max-width: 767px) {
  .lineup{
    justify-content: center;
  }
  .lineup img{
    max-width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .lineup img{
    max-width: 120px;
  }
}









