@charset "UTF-8";
/* CSS Document */

.textlink{
  color: #065fd4;
  border-bottom: 1px solid #065fd4;
}
.textlink.blank::after{
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.3em;
  content: url("../../../assets/images/link.svg");
}


.mainWrap p, .mainWrap li{
  line-height: 1.6;
}
.title_bg_01{
  background: #2f4c9c;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin: 50px auto;
}
.mv{
  margin: 50px auto;
}
.attentionWrap{
  background-color: #f8dada;
  border-radius: 4px;
  font-size: 14px;
  padding: 20px;
  margin: 50px auto;
}
@media screen and (min-width: 768px) {
  .attentionWrap{
    font-size: 16px;
    padding: 20px 30px;
  }
}
.heading{
	font-weight: 700;
  margin-top: 0;
}
.infoWrap{
  margin-top: 20px;
}
.info_list_item:not(:last-child){
  margin-bottom: 20px;
}
.info_list_item dl dt{
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  letter-spacing: 0.02em;
  width: 70px;
  margin-right: 40px;
}
.info_list_item dl dd{
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .heading{
    font-size: 16px;
  }
  .info_list_item dl dt{
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .heading{
    font-size: 18px;
  }
}

.catch{
  color: #152c81;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .catch{
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .catch{
    font-size: 24px;
  }
}

.pointWrap{
  background-color: #F2F7FD;
  border-radius: 4px;
  color: #152C81;
  display: flex;
  margin: 50px auto;
}
.point_title{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 0;
}
.point_list_item{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.point_list_item:first-child{
	margin-bottom: 20px;
}
.point_list_item::after{
  position: absolute;
  content: url("../../../assets/images/check-sp.svg");
		left: 0px;
		top: -3px;
}
.point_list_sub{
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 1em;
}
.point_list_sub::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pointWrap{
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pointWrap{
    display: flex;
    padding: 30px 40px;
  }
  .point_title{
    font-size: 29px;
    margin-bottom: 20px;
  }
  .point_list{
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 2.5px solid #C7CAD5;
  }
  .point_list_item{
    font-size: 24px;
		padding-left: 30px;
  }
	.point_list_item::after{
    content: url("../../../assets/images/check.svg");
  }
  .point_list_sub{
    margin-left: 30px;
  }
}

.bannerWrap{
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .bannerWrap img{
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .bannerWrap{
    text-align: center;
  }
}

.borderWrap{
  border: 1px solid #c7cad5;
  border-radius: 4px;
  margin: 50px auto;
  padding: 20px;
  max-width: 926px;
}
.borderWrap .heading{
  color: #152c81;
}
.borderWrap .info_list_item:not(:last-child){
  border-bottom: 1px solid #c7cad5;
  padding-bottom: 20px;
}
.borderWrap{
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .borderWrap{
    padding: 30px;
  }
}

.catch.tb{
  margin-bottom: 30px;
}
.borderWrap.tb{
  margin-top: 30px;
}

.point{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
  margin-bottom: 100px;
}
.point .col{
	background-color: #f2f7fd;
	border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
}

.point .col:first-child{
	width: 100%;
}
.point .col .innerWrap{
  display: flex;
  column-gap: 30px;
}
.point .col .innerWrap p{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point .col{
    width: 100%;
  }
  .point .col .innerWrap{
    flex-direction: column;
    align-items: center;
  }
  .img03, .img05{
    margin-bottom: 30px;
  }
  .img03 img{
    max-width: 280px;
    width: 100%;
  }
  .img04 img{
    max-width: 286px;
    width: 100%;
  }
  .img05 img{
    max-width: 238px;
    width: 100%;
  }
  .img06 img{
    max-width: 272px;
    width: 100%;
  }
  .img07 img{
    max-width: 286px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .point .col{
    padding: 30px;
  }
  .col_02{
    width: calc( ( 100% - 30px ) * 0.6 );
  }
  .col_03{
    width: calc( ( 100% - 30px ) * 0.4 );
  }
}

@media screen and (max-width: 599px) {
  .display_sp{
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .display_sp{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display_tb{
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .display_tb{
    display: none;
  }
}






