.sub_mv > div > div{
  background: url(./images/mv/pc/mv_about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .sub_mv{
    margin-bottom: 0;
  }
	.sub_mv > div > div{
		background: url(./images/mv/sp/mv_about.jpg) no-repeat;
		background-size: cover;
		background-position: center;
  }
}



.message{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.message > div{
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 150px;
}
.message > div:before{
  content: "";
  background: linear-gradient(90deg, rgb(85, 172, 224,0.15) 0%, #ffffff 50%, rgb(76, 140, 210,0.15) 100%);
  width: 100%;
  max-width: 1480px;
  height: 100%;
  z-index: -1;
}
.message > div:nth-child(2n-1):before{
  position: absolute;
  right: 0;
  top: 15%;
}
.message > div:nth-child(2n):before{
  position: absolute;
  left: 0;
  top: 15%;
}
.message_info{
  width: 100%;
  max-width: 1650px;
  display: flex;
  justify-content: right;
  margin: 0 0 0 auto;
}
.message_img{
  width: 60%;
  line-height: 0;
}
.message_img img{
  max-width: 100%;
}
.message_txt{
  position: relative;
  box-sizing: content-box;
  width: 40%;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
}
.message_txt > img{
  max-width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
}
.message_info.reverse{
  flex-direction: row-reverse;
}
.message_info.reverse .message_txt{
  margin-left: 0;
  margin-right: -5%;
}
@media screen and (max-width: 1000px) {
  .message_txt{
    padding: 40px 20px 20px;
  }
  .message_txt > img{
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message > div{
    padding: 0 20px;
  }
  .message_info{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .message_img{
    width: 100%;
  }
  .message_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
  }
  .message_txt > img{
    left: unset;
    right: 20px;
    top: -12%;
  }
}
@media screen and (max-width: 480px){
  .message > div{
    margin-bottom: 75px;
  }
  .message > div:before{
    height: 90%;
  }
  .message_info{
    width: 100%;
  }
  .message_txt{
    padding: 30px 20px 20px;
  }
  .message_txt > img{
    top: -15px;
    height: 32px;
  }
  .message_txt p{
    font-size: 14px;
  }
}


.about{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.about > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 100px;
}
.about > div:before{
  content: "";
  background: linear-gradient(90deg, rgb(85, 172, 224,0.15) 0%, #ffffff 50%, rgb(76, 140, 210,0.15) 100%);
  width: 100%;
  max-width: 1480px;
  height: 100%;
  z-index: -1;
}
.about > .rt:before{
  position: absolute;
  right: 0;
  top: 15%;
}
.about > .lt:before{
  position: absolute;
  left: 0;
  top: 7%;
}
.about_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.about_img{
  width: 50%;
  line-height: 0;
}
.about_img img{
  max-width: 100%;
}
.about_txt{
  position: relative;
  box-sizing: content-box;
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
  z-index: 1;
}
.about_info.reverse{
  flex-direction: row-reverse;
}
.about_info.reverse .about_txt{
  margin-left: 0;
  margin-right: -5%;
}
@media screen and (max-width: 1000px) {
  .about_txt{
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_info{
    display: block;
    width: 80%;
  }
  .about_img{
    width: 100%;
  }
  .about_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px){
  .about .hdg01{
    padding: 20px 0 30px;
  }
  .about > div{
    margin-bottom: 50px;
  }
  .about > .rt:before{
    height: 90%;
  }
  .about > .lt:before{
    height: 100%;
  }
  .about > .lt.open:before{
    height: 95%;
  }
  .about_info{
    width: 100%;
  }
  .about_txt{
    padding: 30px 20px;
  }
  .about_txt h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about_txt p{
    font-size: 14px;
  }
}
@media all and (-ms-high-contrast: none){
  .about > div:before {
    background: rgba(76, 140, 210,0.2);
  }
}


.menu_list{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.menu_list > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 170px;
}
.menu_list > div:before{
  content: "";
  background: linear-gradient(90deg, rgb(85, 172, 224,0.15) 0%, #ffffff 50%, rgb(76, 140, 210,0.15) 100%);
  width: 100%;
  max-width: 1480px;
  height: 100%;
  z-index: -1;
}
.menu_list > div:nth-child(2n-1):before{
  position: absolute;
  left: 0;
  top: 5%;
}
.menu_list > div:nth-child(2n):before{
  position: absolute;
  right: 0;
  top: 5%;
}
.menu_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.menu_img{
  width: 50%;
  line-height: 0;
}
.menu_img img{
  max-width: 100%;
}
.menu_txt{
  position: relative;
  box-sizing: content-box;
  width: 50%;
  padding: 70px 50px 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
}
.menu_list .menu_txt p:last-child{
  margin-bottom: 0;
}
.menu_txt > img{
  max-width: 100%;
  position: absolute;
  top: -2%;
  right: 50px;
}
.menu_list > div:last-child .menu_txt > img{
  top: -5%;
}
.menu_txt h3{
  font-size: 30px;
  margin-bottom: 50px;
}
.menu_list .menu_txt p{
  margin-bottom: 10px;
}
.menu_list .menu_txt p:nth-of-type(1){
  margin-bottom: 20px;
}
.menu_list .menu_txt p:last-of-type{
  margin-bottom: 50px;
}
.menu_list .menu_txt p span{
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(-90deg,rgb(76, 140, 210),
	rgb(85, 172, 224));
  -webkit-background-clip: text;
  color: transparent;
}
.menu_list .btn_02{
  height: 60px;
  font-size: 16px;
}
.menu_info.reverse{
  flex-direction: row-reverse;
}
.menu_info.reverse .menu_txt{
  margin-left: 0;
  margin-right: -5%;
}
/* IE用 */
@media all and (-ms-high-contrast: none){
  .menu_list .menu_txt p span {
    background: #fff;
    color: rgb(76, 140, 210);
  }
}
@media screen and (max-width: 1000px) {
  .menu_txt{
    padding: 40px 20px 20px;
  }
  .menu_txt > img{
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .menu_info{
    display: block;
    width: 80%;
  }
  .menu_img{
    width: 100%;
  }
  .menu_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
  }
  .menu_txt h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px){
  .menu_list > div{
    margin-bottom: 75px;
  }
  .menu_list > div:before{
    height: 97%;
  }
  .menu_info{
    width: 100%;
  }
  .menu_txt{
    padding: 30px 20px 20px;
  }
  .menu_txt > img{
    top: -10px;
    height: 20px;
  }
  .menu_list .menu_txt p span{
    font-size: 18px;
  }
  .menu_list > div:last-child .menu_txt > img{
    top: -25px;
    height: 50px;
  }
  .menu_txt h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .menu_txt p{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .menu_list .menu_txt p:last-of-type{
    margin-bottom: 30px;
  }
}


.faq{
	padding: 0 20px;
}
.faq .hdg01{
  padding-top: 0;
}
.faq div{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	background: #f3f7fb;
	border-radius: 20px 0 20px 0;
	padding: 0 100px 0 70px;
}
.faq > div:nth-of-type(5){
	margin-bottom: 70px;
}
.faq div .faq_q{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 30px 0;
	text-indent: -2.5em;
	padding-left: 2.5em;
  padding-right: 1em;
}
.faq div .faq_a{
	font-size: 18px;
	padding: 30px 0;
	text-indent: -2.7em;
	padding-left: 2.7em;
}
.faq div .faq_q::before{
	content: "";
	background: url(./images/common/faq_q.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.faq div .faq_a::before{
	content: "";
	background: url(./images/common/faq_a.png) no-repeat;
	background-size: contain;
	width: 21px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.faq .faq_q::after,.faq .faq_q.open::after{
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	right: -40px;
}
.faq .faq_q::after{
	background: url(./images/common/open.png) no-repeat;
	background-size: contain;
}
.faq .faq_q.open::after{
	background: url(./images/common/close.png) no-repeat;
	background-size: contain;
}
.faq .faq_q{
	cursor: pointer;
}
.faq_a{
	display: none;
}
.faq_a.open{
	display: block;
}
@media screen and (max-width: 768px) {
	.faq div{
		padding: 0 70px 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.faq {
    padding: 0 20px;
	}
	.faq div{
		padding: 0 40px 0 20px;
		margin: 0 auto 20px;
	}
	.faq > div:nth-of-type(5){
		margin-bottom: 30px;
	}
	.faq div .faq_q::before{
		margin-right: 10px;
		width: 20px;
    height: 25px;
	}
	.faq div .faq_a::before{
		margin-right: 10px;
	}
	.faq div .faq_q{
		padding: 20px 0;
		font-size: 16px;
		text-indent: -2em;
    padding-left: 2em;
	}
	.faq div .faq_a{
		padding: 20px 0;
		font-size: 14px;
		text-indent: -2em;
    padding-left: 2em;
	}
	.faq .faq_q::after,.faq .faq_q.open::after{
		width: 20px;
		height: 20px;
		right: -30px;
	}
}


.flow{
	line-height: 1.66;
}
.flow_swiper{
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto 60px;
	padding: 40px 0;
	width: 100%;
	max-width: 1200px;
	background: linear-gradient(-90deg,rgb(76, 140, 210,0.3),
	rgb(85, 172, 224,0.3));
	position: relative;
}
.flow_swiper .swiper-container{
  margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 30px;
	z-index: 1;
}
.flow_swiper .swiper-slide{
	background: #fff;
	border: 2px solid #55abe0;
	position: relative;
}
.flow_swiper .swiper-slide::after{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.flow_swiper .swiper-slide-active::after{
	display: none;
}
.flow_swiper .swiper-slide img{
	max-width: 100%;
}
.flow_swiper .swiper-slide .inner{
	padding: 30px 40px 40px;
	min-height: 300px;
}
.flow_swiper .swiper-slide .inner > p:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: center;
}
.flow_swiper .swiper-pagination{
	position: static;
	margin: 10px 0 0;
}
.flow_swiper .swiper-pagination .swiper-pagination-bullet{
	margin: 0 5px;
	background: #fff;
	opacity: 1;
}
.flow_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #55ace0;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: '';
}
.swiper-button-next {
	background-image: url(./images/common/sw_r.png);
}
.swiper-button-prev {
	background-image: url(./images/common/sw_l.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 24.5%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 24.5%;
}
@media (min-width: 769px) and (max-width: 1200px){
  .flow_swiper .swiper-slide .inner > p:nth-child(1){
    font-size: 2vw;
  }
  .flow_swiper .swiper-slide .inner > p:last-child{
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
	.flow_swiper{
		padding: 40px 50px;
		width: 70%;
	}
	.flow_swiper .swiper-container{
		padding: 0;
	}
	.flow_swiper .swiper-slide > div{
		width: 100%;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 30px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 30px;
	}
}
@media screen and (max-width: 480px) {
	.flow_swiper{
		width: 100%;
		margin: 0px auto 30px;
	}
	.flow_swiper .swiper-slide{
		border: 1px solid #55abe0;
	}
	.flow_swiper .swiper-slide .inner{
		padding: 10px 20px 20px;
		min-height: auto;
	}
	.flow_swiper .swiper-slide .inner > p:nth-child(1){
		font-size: 15px;
		padding-bottom: 15px;
	}
	.flow_swiper .swiper-slide .inner > p:nth-child(2){
		font-size: 14px;
	}
	.swiper-button-prev,.swiper-button-next {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		margin-top: -10px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 20px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 20px;
	}
}
@media screen and (max-width: 320px) {
	.flow_swiper{
		padding: 30px;
	}
}


.dental_loan{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.dental_loan > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 150px;
}
.dental_loan > div:before{
  content: "";
  background: linear-gradient(90deg, rgb(85, 172, 224,0.15) 0%, #ffffff 50%, rgb(76, 140, 210,0.15) 100%);
  width: 100%;
  max-width: 1480px;
  height: 100%;
  z-index: -1;
}
.dental_loan > .rt:before{
  position: absolute;
  right: 0;
  top: 15%;
}
.dental_loan > .lt:before{
  position: absolute;
  left: 0;
  top: 7%;
}
.dental_loan_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.dental_loan_img{
  width: 50%;
  line-height: 0;
}
.dental_loan_img img{
  max-width: 100%;
}
.dental_loan_txt{
  position: relative;
  box-sizing: content-box;
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
  z-index: 1;
}
.dental_loan_info.reverse{
  flex-direction: row-reverse;
}
.dental_loan_info.reverse .dental_loan_txt{
  margin-left: 0;
  margin-right: -5%;
}
@media screen and (max-width: 1000px) {
  .dental_loan_txt{
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dental_loan_info{
    display: block;
    width: 80%;
  }
  .dental_loan_img{
    width: 100%;
  }
  .dental_loan_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px){
  .dental_loan > div{
    margin-bottom: 100px;
  }
  .dental_loan > .rt:before{
    height: 90%;
  }
  .dental_loan > .lt:before{
    height: 100%;
  }
  .dental_loan > .lt.open:before{
    height: 95%;
  }
  .dental_loan_info{
    width: 100%;
  }
  .dental_loan_txt{
    padding: 30px 20px;
  }
  .dental_loan_txt h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .dental_loan_txt p{
    font-size: 14px;
  }
}
@media all and (-ms-high-contrast: none){
  .dental_loan > div:before {
    background: rgba(76, 140, 210,0.2);
  }
}


.benefit{
	padding: 50px 20px 100px 20px;
	background: linear-gradient(-90deg,rgb(76, 140, 210,0.2),
	rgb(85, 172, 224,0.2));
	line-height: 1.66;
}
@media all and (-ms-high-contrast: none){
  .benefit {
    background: rgba(76, 140, 210,0.2);
  }
}
.benefit .benefit_blk{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.benefit .benefit_blk > div{
  position: relative;
	width: calc(100%/4 - 30px);
	background: #fff;
	border-radius: 0 0 10px 0;
}
.benefit .benefit_blk > div img{
	max-width: 100%;
}
.benefit .benefit_blk > div .inner{
  position: relative;
  background: #fff;
  min-height: 200px;
  border-radius: 0 0 10px 0;
}
.benefit .benefit_blk > div .inner p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-size: 22px;
  padding: 0 20px;
	font-weight: bold;
  width: fit-content;
}
.benefit .benefit_blk > div .inner p span{
	color: #55ace0;
}
.label{
	background: #55ace0;
	position: absolute;
	width: 100%;
	max-width: 70px;
	padding: 10px 0;
	border-radius: 0 10px 0 0;
	left: -10px;
	top: 0;
}
.label > p{
  text-align: center;
  color: #fff;
  line-height: 1;
}
.label > p:nth-child(1){
	font-size: 14px;
	padding-bottom: 5px;
}
.label > p:last-child{
	font-size: 20px;
	font-weight: bold;
  font-family: 'Oswald','Noto Sans JP', sans-serif;
}
.label::before{
	content: '';
	position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #4c8cd2;
  border-left: 10px solid rgba(255, 255, 255, 0);
}
@media screen and (max-width: 1000px){
  .benefit .benefit_blk > div{
    width: calc(100%/4 - 10px);
  }
}
@media screen and (max-width: 768px){
  .benefit .benefit_blk{
    width: 80%;
  }
  .benefit .benefit_blk{
    flex-wrap: wrap;
  }
	.benefit .benefit_blk > div{
		width: calc(100%/2 - 20px);
	}
  .benefit .benefit_blk > div:nth-child(-n+2){
    margin-bottom: 20px;
  }
  .benefit .benefit_blk > div .inner {
    min-height: 100px;
	}
	.benefit .benefit_blk > div .inner p{
		font-size: 18px;
	}
}
@media screen and (max-width: 480px){
	.benefit{
		padding: 0 20px 30px 20px;
	}
  .benefit .benefit_blk{
    width: 100%;
  }
  .benefit .benefit_blk > div{
		width: calc(100%/2 - 15px);
	}
  .label{
    max-width: 50px;
  }
  .label > p:nth-child(1){
    font-size: 10px;
    padding-bottom: 5px;
  }
  .label > p:last-child{
    font-size: 15px;
  }
	.benefit .benefit_blk > div .inner {
    min-height: 50px;
	}
	.benefit .benefit_blk > div .inner p{
		font-size: 3vw;
    text-align: center;
    padding: 0 10px;
	}
}


.payment_ex{
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 30px;
  line-height: 1.66;
}
.payment_ex .hdg01{
  padding: 100px 0 80px;
}
.payment_ex > div{
  display: flex;
  justify-content: space-between;
}
.payment_ex > div .payment_ex_blk{
  width: calc(100%/3 - 30px);
  border: 3px solid #4c8cd2;
  border-radius: 10px 0 10px 0;
}
.payment_ex > div .payment_ex_blk ul{
  text-align: center;
  padding: 20px 0;
}
.payment_ex .top_blk{
  background: linear-gradient(-90deg,rgb(76, 140, 210,0.2),
	rgb(85, 172, 224,0.2));
  border-bottom: 1px solid #4c8cd2;
}
@media all and (-ms-high-contrast: none){
  .payment_ex .top_blk {
    background: rgba(76, 140, 210,0.2);
  }
}
.payment_ex .top_blk h3{
  font-size: 30px;
  margin-bottom: 10px;
}
.payment_ex .top_blk h3 span{
  font-size: 24px;
  display: block;
}
.payment_ex .top_blk li:nth-child(2){
  font-size: 20px;
}
.payment_ex .top_blk li:last-child{
  font-size: 24px;
  font-weight: bold;
}
.payment_ex .top_blk li:last-child span{
  font-size: 40px;
  color: #55ace0;
  font-family: 'Oswald','Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
.payment_ex .bottom_blk li:nth-child(1){
  font-size: 24px;
  font-weight: bold;
}
.payment_ex .bottom_blk li:nth-child(1) span{
  font-size: 40px;
  font-family: 'Oswald','Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
.payment_ex .bottom_blk li:last-child{
  font-size: 24px;
  font-weight: bold;
}
.payment_ex .bottom_blk li:last-child span{
  font-size: 40px;
  color: #55ace0;
  font-family: 'Oswald','Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px){
  .payment_ex > div .payment_ex_blk{
    width: calc(100%/3 - 10px);
  }
}
@media screen and (max-width: 768px){
  .payment_ex{
    width: 70%;
  }
  .payment_ex > div{
    display: block;
  }
  .payment_ex > div .payment_ex_blk{
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px){
  .payment_ex{
    width: 100%;
  }
  .payment_ex .hdg01{
    padding: 50px 0 30px;
  }
  .payment_ex .top_blk h3{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .payment_ex .top_blk h3 span{
    font-size: 16px;
    display: block;
  }
  .payment_ex .top_blk li:nth-child(2){
    font-size: 18px;
  }
  .payment_ex .top_blk li:last-child{
    font-size: 18px;
  }
  .payment_ex .top_blk li:last-child span{
    font-size: 24px;
  }
  .payment_ex .bottom_blk li:nth-child(1){
    font-size: 18px;
  }
  .payment_ex .bottom_blk li:nth-child(1) span{
    font-size: 24px;
  }
  .payment_ex .bottom_blk li:last-child{
    font-size: 18px;
  }
  .payment_ex .bottom_blk li:last-child span{
    font-size: 24px;
  }
}


.deduction{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.66;
}
.deduction > div{
  position: relative;
  padding: 0 20px;
  margin-bottom: 150px;
}
.deduction > div:before{
  content: "";
  background: linear-gradient(90deg, rgb(85, 172, 224,0.15) 0%, #ffffff 50%, rgb(76, 140, 210,0.15) 100%);
  width: 100%;
  max-width: 1480px;
  height: 100%;
  z-index: -1;
}
.deduction > .rt:before{
  position: absolute;
  right: 0;
  top: 15%;
}
.deduction > .lt:before{
  position: absolute;
  left: 0;
  top: 7%;
}
.deduction_info{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.deduction_img{
  width: 50%;
  line-height: 0;
}
.deduction_img img{
  max-width: 100%;
}
.deduction_txt{
  position: relative;
  box-sizing: content-box;
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  margin-top: 12%;
  margin-left: -5%;
  z-index: 1;
}
.deduction_info.reverse{
  flex-direction: row-reverse;
}
.deduction_info.reverse .deduction_txt{
  margin-left: 0;
  margin-right: -5%;
}
@media screen and (max-width: 1000px) {
  .deduction_txt{
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .deduction_info{
    display: block;
    width: 80%;
  }
  .deduction_img{
    width: 100%;
  }
  .deduction_txt{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 0;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px){
  .deduction > div{
    margin-bottom: 100px;
  }
  .deduction > .rt:before{
    height: 90%;
  }
  .deduction > .lt:before{
    height: 100%;
  }
  .deduction > .lt.open:before{
    height: 95%;
  }
  .deduction_info{
    width: 100%;
  }
  .deduction_txt{
    padding: 30px 20px;
  }
  .deduction_txt h3{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .deduction_txt p{
    font-size: 14px;
  }
}
@media all and (-ms-high-contrast: none){
  .deduction > div:before {
    background: rgba(76, 140, 210,0.2);
  }
}


.reserve{
	width: 100%;
	background: url(./images/common/reserve_bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 20px;
}
.reserve img{
	max-width: 100%;
	display: block;
	margin: 0 auto 50px;
}
.reserve > div{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.reserve > div h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 50px;
	line-height: 1.5;
}
.reserve > div p{
	color: #fff;
  text-align: center;
	line-height: 1.87;
	padding-bottom: 30px;
}
.reserve .btn_02{
  border: 2px solid #fff;
}
@media screen and (max-width: 768px){
	.reserve{
		padding: 50px 20px;
	}
}
@media screen and (max-width: 480px){
	.reserve{
		padding: 30px 20px 20px;
	}
	.reserve img{
		max-width: 150px;
		margin: 0 auto 30px;
	}
	.reserve > div h2{
		font-size: 16px;
		padding-bottom: 30px;
	}
	.reserve > div p{
		line-height: 1.5;
		font-size: 14px;
	}
}


.column{
	padding: 70px 0;
}
.column div{
	text-align: center;
}
.column div img{
	max-width: 100%;
}
@media screen and (max-width: 480px){
	.column{
		padding: 30px 0;
	}
	.column div img{
		max-width: 100px;
	}
}
