.mv_bg{
	position: relative;
	width: 100%;
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
}
.mv{
	position: relative;
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
}
.mv img{
	display: block;
	margin: 0 auto;
	border-radius: 100px 0 0 0;
	width: 100%;
	max-width: 1920px;
	height: 100%;
	max-height: 850px;
	object-fit: cover;
}
.mv .swiper-wrapper{
	position: relative;
}
.mv .swiper-slide{
	border-bottom: 15px solid;
	border-image: linear-gradient(90deg, #55ace0 0%, #ffffff 50%, #4c8cd2 100%) 1/0 0 15px 0;
	border-image-slice: 1;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.mv .swiper-pagination{
	position: relative;
	z-index: 2;
	padding: 10px 0 0;
	background: linear-gradient(-90deg,#4c8cd2,#55ace0);
}
.mv .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #fff;
	opacity: 1;
}
.mv .swiper-pagination .swiper-pagination-bullet-active{
	background: #55abe0;
	border: 1px solid #fff;
}
.mv .adjustment_layer{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 100px 0 0 0;
	width: 100vw;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.mv .text{
	position: absolute;
	top: 50%;
	left: 20vw;
	z-index: 3;
	transform: translateY(-50%);
}
.mv .text p{
	margin: 0;
	color: #fff;
	line-height: 1.45;
}
.mv .text .big{
	font-size: 36px;
	margin: 0 0 30px;
	padding: 0;
	font-weight: bold;
	line-height: 1.4;
}
.mv .notice{
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 100px;
	right: 40px;
	z-index: 2;
	border: 2px solid #56ACE1;
	border-radius: 50vw;
	background: #fff;
	padding: 1rem 2rem;
}
.mv .notice > span:nth-child(1){
	color: #55ace0;
	padding-right: 1rem;
}
.mv .notice .date{
	font-size: 14px;
	color: #787878;
	padding-right: 1rem;
}
.mv .notice a{
	color: #444444;
}
@media screen and (min-width: 768px) and (max-width: 1600px){
	.mv .text{
		width: 41vw;
	}
	.mv .text p{
		margin: 0.3rem 0;
	}
	.mv .text p span{
		line-height: 1.7;
	}
}
@media screen and (max-width: 1280px) {
	.mv .text{
		left: 15vw;
	}
	.mv .text p span{
		font-size: 24px;
	}
}
@media screen and (max-width: 960px) {
	.mv .notice{
		right: 20px;
		bottom: 80px;
		width: 50%;
	}
	.mv .notice a{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 768px) {
	.mv {
		padding: 0 0 30px 0;
	}
	.mv img{
		border-radius: 0;
	}
	.mv .adjustment_layer{
		border-radius: 0;
	}
	.mv .text{
		top: 40%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
	}
	.mv .text p{
		margin: 1rem 0;
	}
	.mv .btn{
		border: 2px solid #fff;
	}
	.mv .notice{
		bottom: 80px;
		font-size: 12px;
		width: 80%;
	}
	.mv .notice .date{
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.mv {
    padding: 0 0 20px 0;
	}
	.mv .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.mv .text{
		width: 90%;
	}
	.mv .text p {
		margin: 0;
	}
	.mv .text .big{
		font-size: 26px;
		margin: 0 0 10px;
	}
	.mv .notice{
		left: 50%;
		transform: translate(-50%,-50%);
		bottom: 60px;
		padding: 0.5rem;
	}
}
@media screen and (max-width: 320px) {
	.mv .text{
		width: 95%;
	}
	.mv .text p {
		margin: 0;
	}
	.mv .text p span{
		font-size: 14px;
	}
}


.contents{
	padding: 0 20px;
}
.contents > div{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents > div a{
	width: calc(100%/6 - 30px);
}
.contents > div a img{
	max-width: 200px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.contents > div a{
		width: calc(100%/3 - 20px);
	}
	.contents > div a:nth-child(-n+3){
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	.contents > div a{
		width: calc(100%/3 - 10px);
	}
	.contents > div a:nth-child(-n+3){
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 768px){
	.hdg01{
		padding: 100px 0 50px;
	}
}
.feature{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	line-height: 1.66;
	overflow: hidden;
}
.box01{
	position: relative;
	width: 100%;
	height: 704px;
	background: url(./images/home/pc/feature_01.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.box{
	margin-bottom: 70px;
}
.box01 > img{
	max-width: 100%;
	position: absolute;
	top: 50px;
	right: 275px;
}
.box01 > div{
	position: absolute;
	width: 100%;
	max-width: 720px;
	background: #fff;
	border-radius: 20px 0 20px 0;
	right: 288px;
	bottom: 80px;
}
.box .inner{
	padding: 50px;
}
.box .inner h3{
	font-size: 30px;
	padding-bottom: 50px;
}
.box .inner p:nth-of-type(1){
	padding-bottom: 30px;
}
.box02{
	position: relative;
	width: 100%;
	max-width: 1480px;
	margin-left: 23%;
	height: 704px;
	background: url(./images/home/pc/feature_02.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.box02 > img{
	max-width: 100%;
	position: absolute;
	top: 50px;
	left: -150px;
}
.box02 > div{
	position: absolute;
	width: 100%;
	max-width: 720px;
	background: #fff;
	border-radius: 20px 0 20px 0;
	left: -80px;
	bottom: 80px;
}
.box02 > div > div{
	padding: 50px;
}
.all_ages{
	background: url(./images/home/pc/feature_03.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 1500px){
	.box01 > div{
		right: 50px;
	}
	.box02 > div{
		left: -50px;
	}
}
@media screen and (max-width: 1000px){
	.box01 > img,.box01 > div,.box02 > img,.box02 > div{
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	.box01 > div{
		bottom: 20px;
	}
	.box02 > div{
		bottom: 20px;
	}
	.box02{
		margin-left: 0;
	}
}
@media screen and (max-width: 768px){
	.box{
		width: 100%;
		height: auto;
		background: linear-gradient(90deg, rgba(85, 172, 224,0.3) 0%, #ffffff 50%, rgba(76, 140, 210,0.3) 100%);
		padding: 30px 0;
	}
	.box01 > div,.box02 > div{
		position: static;
		width: 80%;
		margin: 0 auto;
		border-radius: 0 0 20px 0;
		bottom: 0;
	}
	.box > div > img{
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.box01 > img, .box01 > div,.box02 > img, .box02 > div{
		position: static;
		transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
	}
	.box .inner h3{
		font-size: 24px;
	}
}
@media screen and (max-width: 480px){
	.box {
    margin-bottom: 30px;
	}
	.box01 > div,.box02 > div{
		width: 90%;
	}
	.box .inner{
		padding: 1rem;
	}
	.box .inner h3{
		font-size: 16px;
		padding-bottom: 20px;
	}
	.box > div > div p{
		font-size: 14px;
	}
	.box .inner p:nth-of-type(1) {
    padding-bottom: 10px;
	}
}
@media screen and (max-width: 320px){
	.ts_btn{
		font-size: 12px;
	}
}


.trust{
	width: 100%;
	background: url(./images/home/pc/trust_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 20px;
	margin-bottom: 70px;
}
.trust img{
	max-width: 100%;
	display: block;
	margin: 0 auto 50px;
}
.trust > div{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.trust > div h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 50px;
	line-height: 1.5;
}
.trust > div p{
	color: #fff;
	line-height: 1.87;
}
.trust > div p:nth-of-type(2){
	text-indent: -0.9em;
	padding-left: 0.9em;
	padding-bottom: 30px;
	line-height: 1.2;
}
@media screen and (max-width: 768px){
	.trust{
		background: url(./images/home/sp/trust_bg.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		padding: 50px 20px;
	}
}
@media screen and (max-width: 480px){
	.trust{
		margin-bottom: 30px;
		padding: 50px 20px 20px;
	}
	.trust img{
		max-width: 150px;
		margin: 0 auto 30px;
	}
	.trust > div h2{
		font-size: 16px;
		padding-bottom: 30px;
	}
	.trust > div p{
		line-height: 1.5;
		font-size: 14px;
	}
}


.menu{
	padding: 50px 20px;
	background: linear-gradient(-90deg,rgb(76, 140, 210,0.2),
	rgb(85, 172, 224,0.2));
	line-height: 1.66;
}
.menu > p{
	text-align: center;
	font-size: 18px;
	padding-bottom: 50px;
}
.menu .menu_box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
}
.menu .menu_box > div{
	position: relative;
	width: calc(100%/3 - 50px);
	background-color: #fff;
	border-radius: 20px 0 20px 0;
}
.menu .menu_box > div > img{
	max-width: 100%;
}
.menu_box .inner{
	background-color: #fff;
	padding: 60px 30px 20px 30px;
	border-radius: 0 0 20px 0;
	position: relative;
}
.label{
	background: #55ace0;
	position: absolute;
	width: 100%;
	max-width: 280px;
	padding: 10px 20px;
	border-radius: 0 10px 0 0;
	left: -10px;
	top: -45px;
}
.label::after{
	content: "";
	top: 50%;
	left: 0%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.label p{
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	line-height: 1;
}
.label h3{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	line-height: 1;
}
.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);
}
.menu_box .inner > p{
	font-weight: bold;
	padding-bottom: 30px;
}
@media screen and (min-width:769px){
	.menu_box .inner > p{
		padding-bottom: 100px;
	}
	.menu_box .btn_01{
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 80%;
	}
}
@media screen and (max-width: 1560px){
	.menu .menu_box > div{
		width: calc(100%/3 - 20px);
	}
	.menu_box .inner{
		padding: 50px 10px 10px 10px;
	}
	.menu_box .btn_01{
		width: 90%;
	}
}
@media screen and (min-width:769px) and (max-width: 1000px){
	.menu .menu_box > div{
		width: calc(100%/3 - 10px);
	}
	.menu_box .btn_01{
		font-size: 1.8vw;
	}
	.menu_box .btn_01::after{
    width: 30px;
    height: 4px;
	}
}
@media screen and (max-width: 768px){
	.menu .menu_box{
		display: block;
		width: 60%;
	}
	.menu .menu_box > div{
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 480px){
	.menu{
		padding: 0 20px 30px 20px;
	}
	.menu > p{
		font-size: 14px;
		padding-bottom: 30px;
		text-align: left;
	}
	.menu .menu_box{
		width: 100%;
	}
	.menu_box .inner {
		padding: 40px 20px 0 20px;
	}
	.label{
		max-width: 200px;
		top: -40px;
	}
	.label p{
		font-size: 12px;
	}
	.label h3{
		font-size: 15px;
	}
	.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);
	}
	.menu_box .inner > p {
    padding-bottom: 10px;
		font-size: 14px;
	}
}


.price{
	padding: 0 20px 50px 20px;
	line-height: 1.66;
}
.price > p{
	text-align: center;
	font-size: 18px;
	padding-bottom: 50px;
}
.price table{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	border: 3px solid #4c8cd2;
	border-radius: 10px 0 10px 0;
	border-spacing: 0;
}
.price table th,.price table td{
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #4c8cd2;
	padding: 20px 30px;
}
.price table tr:last-child th,.price table tr:last-child td{
	border-bottom: none;
}
.price table th{
	text-align: left;
}
.price table td{
	text-align: right;
}
.price table td span{
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 38px;
	color: #55ace0;
	letter-spacing: 0.1em;
}
.price table td span.f_48{
	font-size: 46px;
}
.price .tbl_02 th{
	width: 32%;
	border-right: 1px solid #4c8cd2;
}
.price .tbl_02 td{
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price .tbl_02 td p:nth-child(1){
	width: calc(65% - 20px);
}
.price .tbl_02 td p:last-child{
	width: calc(35% - 20px);
}
@media screen and (max-width: 768px){
	.price table th, .price table td{
		font-size: 20px;
	}
	.price .tbl_02 td{
		text-align: right;
		display: block;
	}
	.price .tbl_02 td p:nth-child(1){
		width: 100%;
	}
	.price .tbl_02 td p:last-child{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	.price{
		padding: 0 20px;
	}
	.price > p{
		font-size: 14px;
		padding-bottom: 30px;
		text-align: left;
	}
	.price table{
		margin: 0 auto 30px;
	}
	.price table th, .price table td{
		font-size: 14px;
		padding: 1rem;
	}
	.price .tbl_02 th{
		width: 40%;
	}
	.price table td span{
		font-size: 20px;
	}
	.price table td span.f_48{
		font-size: 24px;
	}
}
@media screen and (max-width: 320px){
	.price table th, .price table td{
		font-size: 12px;
		padding: 0.5rem;
	}
}

.payment{
	padding-bottom: 70px;
}
.payment > div{
	background: #f3f7fb;
	border-radius: 20px 0 20px 0;
	width: 100%;
	max-width: 680px;
	margin: 0 auto 70px;
	padding: 50px 60px;
}
.payment > div h2{
	font-size: 30px;
	text-align: center;
	padding-bottom: 70px;
}
.payment > div > div{
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
}
.payment > div > div img{
	width: calc(100%/3 - 20px);
}
.payment > div small a{
	color: #55ace0;
}
.payment small a{
  font-size: 16px;
}
.payment small a::before{
	content: "";
	background: url(./images/common/risk_arrow.png) no-repeat;
	background-size: contain;
	width: 8px;
	height: 14px;
	display: inline-block;
	margin-right: 0.5rem;
}
@media screen and (max-width: 480px){
	.payment{
		padding-bottom: 20px;
	}
	.payment > div{
		padding: 20px;
		margin: 0 auto 30px;
	}
	.payment > div h2{
		font-size: 18px;
		padding-bottom: 20px;
	}
	.payment > div small a{
		font-size: 10px;
	}
}


.case{
	padding: 0 20px 90px;
	background: linear-gradient(-90deg,rgb(76, 140, 210,0.2),
	rgb(85, 172, 224,0.2));
	line-height: 1.66;
}
.case .hdg01{
	padding: 70px 0 50px;
}
.case > p{
	text-align: center;
	font-size: 18px;
	padding-bottom: 50px;
}
.case .blk{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 50px;
}
.case .blk img{
	max-width: 100%;
	padding-bottom: 20px;
}
.case .blk p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.case .blk01{
	max-width: 1200px;
}
.case .blk01 > div{
	width: calc(100%/4 - 30px);
}
.case .blk01 > div .btn_01{
	width: 100%;
	height: 40px;
	font-size: 16px;
}
.case .blk02{
	max-width: 900px;
}
.case .blk02 > div{
	width: calc(100%/3 - 30px);
}
@media screen and (min-width:769px) and (max-width: 1200px){
	.case .blk01 > div{
		width: calc(100%/4 - 10px);
	}
	.case .blk p{
		font-size: 20px;
	}
	.case .blk02{
		width: 80%;
	}
	.case .blk01 > div .btn_01::after{
		width: 30px;
		height: 4px;
	}
}
@media screen and (max-width: 768px){
	.case .blk{
		flex-wrap: wrap;
		width: 80%;
	}
	.case .blk p{
		font-size: 20px;
	}
	.case .blk01 > div{
		width: calc(100%/2 - 30px);
	}
	.case .blk01 > div:nth-child(-n+2){
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px){
	.case{
		padding: 0 20px 30px 20px;
	}
	.case .hdg01{
		padding: 50px 0 30px;
	}
	.case > p{
		font-size: 14px;
		padding-bottom: 30px;
		text-align: left;
	}
	.case .blk{
		width: 100%;
		margin: 0 auto 20px;
	}
	.case .blk img{
		padding-bottom: 10px;
	}
	.case .blk p{
		font-size: 14px;
		padding-bottom: 10px;
	}
	.case .blk01 > div{
		width: calc(100%/2 - 10px);
	}
	.case .blk01 > div:nth-child(-n+2){
		margin-bottom: 20px;
	}
	.case .blk01 > div .btn_01{
		width: 90%;
		font-size: 13px;
	}
	.case .blk02 > div{
		width: calc(100%/3 - 5px);
	}
}
@media screen and (max-width: 320px){
	.case .blk p{
		font-size: 12px;
	}
	.case .blk01 > div .btn_01{
		font-size: 12px;
		width: 100%;
	}
}


.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;
	}
}


.faq{
	padding: 0 20px 90px 20px;
}
.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: 10px 20px 20px 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;
	}
}


.clinic{
	padding: 0 20px 70px 20px;
	background: linear-gradient(-90deg,rgb(76, 140, 210,0.2),
	rgb(85, 172, 224,0.2));
	line-height: 1.66;
}
.clinic .clinic_blk{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.clinic .clinic_blk > div{
	width: calc(100%/2 - 50px);
	background: #fff;
	border-radius: 20px 0 20px 0;
}
.clinic .clinic_blk > div img{
	max-width: 100%;
}
.clinic .clinic_blk > div .inner{
	padding: 30px;
	text-align: center;
}
.clinic .clinic_blk > div .inner p:nth-of-type(1){
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}
.clinic .clinic_blk > div .inner p:nth-of-type(2){
	padding-bottom: 30px;
}
.clinic .clinic_blk > div .inner .btn_01{
	width: 70%;
}
@media screen and (max-width: 768px){
	.clinic .clinic_blk > div{
		width: calc(100%/2 - 20px);
	}
	.clinic .clinic_blk > div .inner p:nth-of-type(1){
		font-size: 18px;
	}
	.clinic .clinic_blk > div .inner .btn_01{
		width: 90%;
	}
}
@media screen and (max-width: 480px){
	.clinic{
		padding: 0 20px 30px 20px;
	}
	.clinic .clinic_blk{
		display: block;
	}
	.clinic .clinic_blk > div{
		width: 100%;
	}
	.clinic .clinic_blk > div .inner {
    padding: 20px;
	}
	.clinic .clinic_blk > div .inner p:nth-of-type(1){
		font-size: 16px;
		padding-bottom: 20px;
	}
	.clinic .clinic_blk > div .inner p:nth-of-type(2){
		font-size: 14px;
		padding-bottom: 10px;
	}
	.clinic .clinic_blk > div:nth-of-type(1){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 320px){
	.clinic .clinic_blk > div .inner p:nth-of-type(1){
		font-size: 15px;
	}
}


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


