@charset "utf-8";
/* CSS Document */
h1.ttl01{
	background-color: #0071bc;
	color: #fff;
	font-size: 1.8rem;
	padding: .5rem 0;
	text-align: center;
	font-weight: 700;
}
h2.ttl02{
	font-size: 5rem;
	text-align: center;
}
h2.ttl02 .big{
	font-size: 10rem;
	vertical-align: sub;
}
h3.ttl03{
	background-color: #eee;
	padding: 1rem 2rem;
	display: inline-block;
	margin-bottom: 1rem;
}
h4.ttl04{
	font-size: 2.2rem;
	padding-left: 1rem;
	margin: 1rem auto;
	border-left: 5px solid #086baf;
	color: #086baf;
}
table{
	border: 1px solid #aaa;
	max-width: 1000px;
	width: 100%;
	margin: 5rem auto 0;
}
.table_txt{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
table tr{
	border-bottom: 1px solid #aaa;
}
table tbody tr:last-child{
	border-bottom: none;
}
table thead th{
	background-color: #086baf;
	color: #fff;
	width: 11%;
}
table th, table td{
	padding: 1rem;
	text-align: center;
}
table th:first-child{
	width: 23%;
}
table th{
	width: 11%;
}
.main_box{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.acc-list{
	margin-top: 3rem;
}
.acc-list li{
	margin: 1rem auto;
}
.acc_item{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.acc_h{
	background-color: #086baf;
	padding: 1rem 2rem;
	color: #fff;
	transition: .3s;
	position: relative;
}
.acc_h:hover{
	opacity: .7;
}
.acc_h::before{
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	width: 18px;
	border-radius: 2rem;
	background-color: #fff;
	right: 2rem;
	top: 50%;
	transform: translate(-50%) rotate(-0deg);
	transition: 1s;
}
.acc_h::after{
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	width: 18px;
	border-radius: 2rem;
	background-color: #fff;
	right: 2rem;
	top: 50%;
	transform: translate(-50%) rotate(-90deg);
	transition: 1s;
}
.acc_item.active .acc_h::before{
	transform: translate(-50%) rotate(180deg);
	opacity: 0;
	transition: 1s;
}
.acc_item.active .acc_h::after{
	transform: translate(-50%) rotate(360deg);
	animation: accmove 1s forwards;
	transition: 1s;
}
.acc_b {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 0 2rem;
	background: rgba(255,255,255,.9);
	transition: all .25s ease;
	font-size: 1.6rem;
	margin-top: -1px;
    border: 1px solid rgba(8,107,175,.7);
	border-top: none;
}
.acc_item.active .acc_b {
	height: auto;
	padding: 1rem 2rem;
}
.acc_b .flex {
	justify-content: space-between;
}
.acc_b .flex p{
	width: 70%;
	padding-left: 2rem;
}
.acc_b .flex p.img_box{
	width: 30%;
}
/*mv*/
.mv_wrap{
	padding: 0;
}
/*catch*/
.catch h2.ttl02{
	margin-top: -4rem;
	position: relative;
	z-index: 1;
}
.catch h2.ttl02::before {
    display: block;
    content: "";
    background-color: rgba(0,180,255,.7);
    height: 20%;
    width: 80%;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.catch .box01{
	width: 100%;
	max-width: 800px;
	margin: 5rem auto;
	padding: 4rem 4rem 4rem 4rem;
	position: relative;
}
.catch .box01 p.te_center{
	font-size: 2.4rem;
	position: absolute;
	background-color: #fff;
	padding: 2rem;
	left: 50%;
	top: -45px;
	transform: translateX(-50%);
}
.catch dt{
	width: 30%;
	text-align: center;
	background-color: #0071bc;
	color: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 2.8rem;
}
.catch dd{
	width: 70%;
	text-align: center;
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 6rem;
	position: relative;
	z-index: 1;
}
.catch dd::before{
	display: block;
	content: "";
	background-color: rgba(251,215,28,.7);
	height: 20%;
	width: 85%;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.catch ul.small{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.catch .n_case_table ul li {
    border-bottom: 1px dashed #ddd;
    padding: 0.5rem;
    display: flex;
}
.catch .n_case_table ul li::before {
    content: "\f00c";
    display: block;
    font-size: 1.5rem;
    position: relative;
    top: 3px;
    margin: 0 0.5rem;
    color: #0044a7;
}
.catch .n_case_table table{
	max-width: none;
	margin: 2rem auto 5rem;
	font-size: 1.4rem;
}
.catch .n_case_table table:nth-of-type(2){
	margin-bottom: 0;
}
.catch .n_case_table table th{
	width: 4%;
	padding: .5rem .2rem;
	border-right: 1px solid #eee;
}
.catch .n_case_table table th:last-child{
	border-right: none;
}
.catch .n_case_table table th.t_w{
	width: 6%;
}
.catch .n_case_table table td{
	padding: .5rem .2rem;
	border-right: 1px solid #aaa;
}
.catch .n_case_table table td:last-child{
	border-right: none;
}
/*about*/
.about{
	background-color: #f4f4f4;
}
.about .ttl02 {
	margin-top: 0;
	font-size: 7rem;
}
.about .ttl02 span{
	display: block;
	line-height: 1;
	font-size: 4rem;
}
.about .ttl03{
	background-color: rgba(255,255,255,.9);
	display: block;
	color: #086baf;
	text-align: center;
	font-size: 3rem;
	margin: 4rem auto 4rem 0;
	width: 98%;
	position: relative;
}
.about .ttl03::before{
	display: block;
	content: "";
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: -2rem;
	right: -2%;
	background-color: #fff;
}
.about .ttl03::after{
	display: block;
	content: "";
	width: 2px;
	height: 50%;
	position: absolute;
	bottom: -2rem;
	right: -2%;
	background-color: #fff;
}
.about .box01{
	background-color: #fff;
	max-width: 800px;
	padding: 5rem 0;
	margin: 4rem auto;
	text-align: center;
	color: #00b4ff;
}
.about .box01 .big{
	font-size: 7rem;
	line-height: 1.2;
}
.about .about_de .acc_b ul.no_list li {
    display: flex;
	flex-wrap: wrap;
}
.about .about_de .acc_b ul.no_list li::before {
    content: "\f00c";
    display: block;
    font-size: 1.5rem;
    position: relative;
    top: 3px;
    margin: 0 0.5rem;
    color: #0044a7;
}
.about .about_de .acc_b ul.no_list li p{
	width: 95%;
}
.about .about_de .acc_b ul.no_list ol{
	padding-left: 3rem;
}
.about .about_de .acc_b ul.no_list ol li {
    position: relative;
	padding-left: 3.5rem;
}
.about .about_de .acc_b ul.no_list ol li::before {
    font-weight: bold;
    margin-left: 0;
    margin-right: .5rem;
    color: #086baf;
    font-size: 1.8rem;
    line-height: 1.2;
    counter-increment: number 1;
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 4px;
    text-shadow: 2px 2px 0 #fff;
    font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif ;
}
/*price*/
.price{
	background: rgb(227,244,255);
	background: linear-gradient(0deg, rgba(227,244,255,1) 0%, rgba(255,255,255,0) 60%);
	position: relative;
	z-index: 0;
}
.price::before{
	background-image: url("../img/price_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}
.price .ttl02{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.price .price_txt{
	margin-top: 5rem;
}
.price .price_txt .te_center{
	margin-top: 5rem;
	font-size: 3rem;
	line-height: 1.3;
	position: relative;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.price .price_txt .te_center::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-style: solid;
	border-right: 85px solid transparent;
	border-left: 85px solid transparent;
	border-top: 100px solid rgba(0,180,255,.2);
	border-bottom: 0;
	z-index: -1;
}
.price .price_txt .flex{
	justify-content: space-between;
}
.price .price_txt .details li{
	width: calc(95%/4);
	text-align: center;
	background-color: #fff;
	padding: 1.5rem;
	box-shadow: 0 0 6px 0 #aaa;
	font-size: 2.2rem;
	color: #0071bc;
}
.price .box01{
	max-width: 1000px;
	margin: 4rem auto;
}
.price .box_l{
	text-align: center;
	width: 45%;
}
.price .box_l h3.ttl03{
	background-color: transparent;
	font-size: 6rem;
	padding: 0;
	margin-bottom: 0;
	line-height: 1;
}
.price .box_l h3.ttl03 .d_block {
	display: inline-block;
	background-color: #0071bc;
	color: #fff;
	padding: 1rem 3rem;
	font-size: 2.6rem;
}
.price .box_l h3.ttl03 .big{
	font-size: 10rem;
	line-height: 1.3;
	display: inline-block;
	padding: 0 .5rem;
	color: #fb8700;
}
.price .box_l p{
	margin-top: -1rem;
}
.price .box_l p span{
	color: #00b4ff;
	font-size: 2.2rem;
	display: block;
	font-weight: 700;
}
.price .box_r{
	width: 55%;
}
.acc-list table{
	margin: 1rem auto;
	padding: 1rem;
	border-color: #ddd;
}
.acc-list table tr {
    border-bottom: 1px solid #ddd;
}
.acc-list table th:first-child{
	width: 50%;
}
.acc-list table th{
	padding: 1rem .5rem;
	background-color: #e3f4ff;
	border-right: 1px solid #ddd;
}
.acc-list table td{
	text-align: right;
}
.price_details{
	position: relative;
}
.price_details::before{
	display: block;
	content: "";
	background-image: url("../img/price_deli02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	width: 50%;
	height: 100%;
	max-height: 500px;
	left: 0;
	top: 2rem;
	z-index: -1;
}
.price_details .ttl03{
	background-color: transparent;
	display: block;
	margin-top: 5rem;
}
.price_details .ttl03 img{
	display: block;
	width: 100%;
	max-width: 520px;
	margin: 0 5rem 0 auto;
}
.price_deli01{
	max-width: 500px;
	margin: 2rem auto;
}
/*attack*/
.attack {
	/*background-color: #eee;*/
	background: rgb(228,234,238);
	background: linear-gradient(326deg, rgba(228,234,238,1) 0%, rgba(255,255,255,1) 16%, rgba(228,234,238,1) 35%, rgba(228,234,238,1) 50%, rgba(255,255,255,1) 62%, rgba(228,234,238,1) 67%, rgba(197,205,210,1) 86%, rgba(228,234,238,1) 100%);
	box-shadow: 0 0 9px 0 #aaa;
	position: relative;
}
.attack h2.ttl02{
	line-height: 1.3;
}
.attack h2.ttl02 span{
	font-size: 7rem;
	color: #fb8700;
}
.attack table{
	max-width: 1200px;
}
.attack table tbody th{
	background-color: #fff;
}
.attack table td{
	border-left: 1px dashed #ddd;
	background-color: #fff;
}
.attack .banner a{
	display: block;
	background-color: #fb8700;
	padding: 3rem 0;
	width: 100%;
	max-width: 600px;
	margin: 5rem auto 0;
	box-shadow: 0 0 6px 0 #aaa;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	line-height: 1.3;
	border-radius: 2rem;
	position: relative;
	text-shadow: 0 0 4px #c96c00;
}
.attack .banner a::before{
	display: block;
	content: "Click!";
	font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: absolute;
	font-size: 5rem;
	right: -2rem;
	top: -4rem;
	transform: rotate(5deg);
	color: #086baf;
	text-shadow: none;
}
.attack .banner a span{
	display: inline-block;
	font-size: 5rem;
	letter-spacing: 3px;
	margin: 0 .5rem;
	color: #fff000;
}
.attack .banner a .tel_Btn{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.attack .banner a .tel_Btn i{
	font-size: 4rem;
	margin-right: 1rem;
}
/*doctor*/
.doctor {
	background-color: #e4f4ff;
}
.doctor .li_wrap{
	position: relative;
	height: 1000px;
	padding-bottom: 10rem;
}
.doctor .li_wrap .li_base{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.doctor .li_wrap .li_base p{
	background-color: #086baf;
	color: #fff;
	padding: 2rem;
}
.doctor ul.qa_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	position: absolute;
	top: 18rem;
	left: 50%;
	transform: translate(-50%);
}
.doctor ul.qa_list li{
	width: calc(100%/3);
	min-height: 300px;
	display: flex;
	align-items: center;
}
.doctor ul.qa_list li p{
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 280px;
	text-align: center;
}
.doctor ul.qa_list li p::before{
	display: block;
	content: "";
	width: 300px;
	height: 300px;
	background-color: rgba(255,255,255,.8);
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	box-shadow: 0 0 6px 0 #aaa;
}
.doctor ul.qa_list li:nth-child(2) p{
	top: -50%;
}
.doctor ul.qa_list li:nth-child(4) p, .doctor ul.qa_list li:nth-child(6) p{
	top: 10%;
}
.doctor ul.qa_list li:nth-child(5) p{
	top: 55%;
}
.doctor .doctor_box h3.ttl03{
	background-color: rgba(255, 255, 255, .9);
	display: block;
	color: #086baf;
	text-align: center;
	font-size: 3rem;
	margin: 4rem auto 2rem 0;
	width: 98%;
	position: relative;
}
.doctor .ttl03::before {
	display: block;
	content: "";
	width: 20%;
	height: 2px;
	position: absolute;
	bottom: -1.3rem;
	right: -2%;
	background-color: #fff;
}
.doctor .ttl03::after {
	display: block;
	content: "";
	width: 2px;
	height: 50%;
	position: absolute;
	bottom: -1.3rem;
	right: -2%;
	background-color: #fff;
}
.doctor .doctor_box .box_l{
	width: 40%;
}
.doctor .doctor_box .box_l img{
	display: block;
	max-width: 400px;
	margin: 0 auto;
}
.doctor .doctor_box .box_r{
	width: 60%;
	padding: 0 2rem;
	font-size: 1.6rem;
}
.doctor .doctor_box .box_r dt{
	width: 20%;
}
.doctor .doctor_box .box_r dd{
	width: 80%;
}
.doctor .doctor_ms_box{
	padding-top: 2rem;
}
.doctor .doctor_img{
	width: 40%;
}
.doctor .doctor_ms{
	width: 60%;
	font-size: 1.6rem;
}
.doctor .doctor_ms h4.ttl04{
	margin-top: 0;
}
.doctor .doctor_ms p:nth-of-type(1){
	font-size: 1.8rem;
}
/*possible*/
.possible{
	position: relative;
	background-image: url("../img/possible_bg.png");
	background-size: 17vw;
	background-repeat: no-repeat;
	background-position: left 3.5% top 3rem;
}
.possible::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10%;
	width: 100%;
	height: 70%;
	background: rgb(228,234,238);
	background: -webkit-linear-gradient(left, rgba(228,234,238,1) 0%, rgba(8,107,175,1) 100%);
	background: -o-linear-gradient(left, rgba(228,234,238,1) 0%, rgba(8,107,175,1) 100%);
	background: linear-gradient(to right, rgba(228,234,238,1) 0%, rgba(8,107,175,1) 100%);
	transform: skewY(-15deg);
	z-index: -1;
}
.possible::after{
	display: block;
	content: "";
	background-image: url("../img/possible_bg02.png");
	background-size: 17vw;
	background-repeat: no-repeat;
	background-position: right 2.5% bottom 2rem;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .4;
	z-index: -1;
}
.possible .ttl02{
	line-height: 1.4;
	margin-bottom: 3rem;
}
.possible .ttl02 span{
	display: block;
	font-size: 7rem;
}
.possible h3.ttl03{
	font-size: 2.2rem;
	text-align: center;
	display: block;
	margin: 0 auto 2rem;
	color: #fff;
	background-color: #00b4ff;
}
.possible h3.ttl03 span{
	display: inline-block;
	font-size: 3rem;
	color: #fbf205;
	position: relative;
	z-index: 1;
}
.possible h3.ttl03 span:nth-of-type(1){
	margin-bottom: 2rem;
}
.possible h3.ttl03 span::before{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	border-radius: 2rem;
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fbf205;
}
.possible h3.ttl03 span::after{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	border-radius: 2rem;
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fbf205;
}
.possible ul{
	justify-content: space-between;
}
.possible li{
	width: 100%;
	margin-bottom: 5rem;
	padding: 5rem;
	box-shadow: 0 0 6px 0 #aaa;
	background-color: rgba(255,255,255,.9);
}
.possible li .acc-list li{
	padding: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.possible .pb_box_txt p:nth-child(1), .possible li:nth-child(4) .pb_box p:nth-child(1){
	width: 30%;
}
.possible .pb_box_txt p:nth-child(2), .possible li:nth-child(4) .pb_box p:nth-child(2){
	width: 70%;
	padding-left: 2rem;
}
.possible .pb_imgbox{
	justify-content: space-around;
	margin: 2rem auto;
	max-width: 800px;
}
.possible .pb_imgbox p{
	max-width: 300px;
}
.possible li:nth-child(3) .pb_box ul{
	margin-top: 2rem;
}
.possible li:nth-child(3) .pb_box li{
	width: calc(98%/3);
	margin-bottom: 0;
	padding: 1.5rem;
	box-shadow: none;
}
.possible .acc-list li{
	width: 100%;
}
.possible .acc-list .acc_item{
	max-width: inherit;
}
.possible .acc-list li ul{
	justify-content: space-between;
}
.possible li:first-child .acc-list li li{
	width: calc(95%/ 5);
	margin-bottom: 0;
}
.possible .acc-list li li{
	margin-bottom: 0;
}
.possible .acc_b .flex p{
	width: 100%;
	font-size: 1.4rem;
}
.possible .acc_b .flex li p{
	padding-left: 0;
}
.possible .pb_box ol li{
	position: relative;
	padding-left: 3.5rem;
}
.possible .pb_box ol li::before {
    font-weight: bold;
    margin-left: 0;
    margin-right: .5rem;
    color: #086baf;
    font-size: 1.8rem;
    line-height: 1.2;
    counter-increment: number 1;
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 5px;
    text-shadow: 2px 2px 0 #fff;
	font-family: "ヒラギノ明朝 Pro W6", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.possible .pb_box ol li dt{
	color: #086baf;
    font-size: 1.8rem;
}
/*environment*/
.environment{
	background-color: #0069b1;
}
.environment h2.ttl02{
	color: #fff;
}
.environment ul{
	justify-content: space-between;
	margin-top: 5rem;
}
.environment li{
	width: calc(97%/3);
	background-color: #fff;
	padding: 2rem;
	margin-bottom: 3rem;
	box-shadow: 0 0 6px 0 #112431;
}
.environment li dt{
	color: #086baf;
	border-bottom: 2px solid #086baf;
	margin-bottom: .5rem;
	font-size: 2rem;
}
.environment li dd{
	font-size: 1.6rem;
}
/*guarantee*/
.guarantee{
	background-color: #f4f4f4;
}
.guarantee .ttl03{
	background-color: transparent;
	font-size: 4rem;
	text-shadow: 0 0 4px #fff;
}
.guarantee .box01{
	padding: 3rem;
	background-color: #163656;
	color: #fff;
}
.guarantee .box_l{
	width: 35%;
}
.guarantee .box_l img{
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.guarantee .box_r{
	width: 65%;
	text-align: center;
}
.guarantee .acc-list li:first-child .acc_b li{
	color: #086baf;
}
.guarantee .acc-list li:last-child .acc_b li{
	margin-bottom: .5rem;
	position: relative;
}
.guarantee .acc-list li:last-child .acc_b li::after {
	position: absolute;
	display: block;
	content: "";
	background-color: #086baf;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 32%;
	top: 1.2rem;
}
.border-line {
	position: absolute;
	left: 32.6%;
	top: 2.5rem;
	width: 2px;
	height: 0;
	background: #086baf;
}
.guarantee .acc-list .flow_box .flow_img{
	width: 30%;
}
.guarantee .acc-list .flow_box dl{
	width: 65%;
}
.guarantee .acc-list .flow_box dt{
	color: #086baf;
	font-size: 2.2rem;
}
/*access*/
.access{
	padding-bottom: 0;
}
.access .acc_logo{
	max-width: 400px;
	margin: 0 auto;
}
.access .w6 ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 3rem 2rem ;
}
.access .w6 ul li{
	border-bottom: 1px dashed #eee;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.access .w6 ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.access .w6 ul dt{
	width: 20%;
}
.access .acc_txt{
	width: 100%;
	max-width: 1200px;
	margin: 5rem auto;
}
.access .acc_txt .ttl03{
	width: 15%;
	background-color: transparent;
}
.access .acc_txt ul{
	width: 85%;
}
.access .acc_txt ul li{
	padding: .5rem 0;
}
.access .acc_txt ul dt{
	background: #ca3b02;
	padding: 0.5rem;
	width: 120px;
	text-align: center;
	border-radius: 0.5rem;
	color: #fff;
	display: block;
	margin-right: 1rem;
}
.access .acc_txt ul span{
	display: block;
}
.access .map_img img{
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0 0 6px 0 #aaa;
}
.access .map_box{
	width: 100%;
}
.access .map_box .map_l,.access .map_box .map_r{
	width: 50%;
	height: 50vh;
	max-height: 500px;
}
@media screen and (max-width: 1535px){
	.price .ttl02{
		max-width: 680px;
	}
}
@media screen and (max-width: 1365px){
	h1.ttl01{
		font-size: 1.2rem;
	}
	h2.ttl02{
		font-size: 4rem;
	}
	h2.ttl02 .big{
		font-size: 8rem;
	}
	.catch dt{
		font-size: 2.4rem;
	}
	.catch .n_case_table table{
		font-size: 1rem;
	}
	.about .ttl02{
		font-size: 6rem;
	}
	.about .ttl02 span{
		font-size: 3rem;
	}
	.about .box01 .big{
		font-size: 6rem;
	}
	.price .ttl02{
		max-width: 500px;
		margin-bottom: 1rem;
	}
	.price_details .ttl03 img{
		max-width: 400px;
	}
	.price_details::before{
		max-height: 450px;
	}
	.doctor ul.qa_list li p::before{
		width: 270px;
		height: 270px;
	}
	.doctor .doctor_box .box_r, .doctor .doctor_ms{
		font-size: 1.4rem;
	}
	.possible .ttl02{
		font-size: 3.5rem;
	}
	.possible .ttl02 span{
		font-size: 6rem;
	}
	.possible li{
		padding: 3rem;
	}
	.environment li dt{
		font-size: 1.8rem;
	}
	.environment li dd{
		font-size: 1.4rem;
	}
	.guarantee .box01{
		padding: 3rem 1.5rem;
	}
	.guarantee .ttl03{
		font-size: 3.5rem;
	}
	.guarantee .box_l{
		width: 30%;
	}
	.guarantee .box_l img{
		max-width: 230px;
	}
	.guarantee .box_r{
		width: 70%;
	}
}
@media screen and (max-width: 1024px){
	.border-line{
		left: 32.9%;
	}
}
@media screen and (max-width: 999px){
	h1.ttl01{
		font-size: .9rem;
	}
	h2.ttl02{
		font-size: 3.5rem;
	}
	h2.ttl02 .big{
		font-size: 7rem;
	}
	.acc_b{
		font-size: 1.4rem;
	}
	.acc_b .flex p{
		padding-left: 1rem;
	}
	.acc-list table th, .acc-list table td{
		font-size: 1.3rem;
	}
	.catch h2.ttl02::before{
		bottom: 2.5rem;
	}
	.catch dt{
		font-size: 1.8rem;
	}
	.catch dd{
		font-size: 5rem;
	}
	.catch .box01{
		padding: 1rem 3rem;
	}
	.about .ttl02{
		font-size: 5rem;
	}
	.about .box01{
		padding: 3rem 0
	}
	.about .box01 .big{
		font-size: 5rem;
	}
	.acc_b .flex p.img_box{
		padding-left: 0;
	}
	.price .ttl02{
		max-width: 450px;
		margin-bottom: 3rem;
	}
	.price .price_txt .details li{
		padding: 1rem;
	}
	.price .box_l h3.ttl03{
		font-size: 4rem;
	}
	.price .box_l h3.ttl03 .big{
		font-size: 7rem;
	}
	.price_details .ttl03 img {
		max-width: 290px;
		margin: 0 0 0 auto;
	}
	.price_details::before{
		top: 0;
		max-height: 350px;
	}
	.attack .banner a{
		max-width: 500px;
		font-size: 2.8rem;
	}
	.attack .banner a span{
		font-size: 4.5rem;
	}
	.attack .banner a .tel_Btn i{
		font-size: 3.5rem;
	}
	.attack table{
		margin-top: 3rem;
	}
	.doctor .li_wrap{
		height: 950px;
	}
	.doctor .li_wrap .li_base{
		width: 100%;
	}
	.doctor ul.qa_list{
		width: 100%;
	}
	.doctor ul.qa_list li p::before {
		width: 250px;
		height: 250px;
	}
	.doctor .doctor_box .box_l{
		width: 35%;
	}
	.doctor .doctor_box .box_r{
		padding-right: 0;
		width: 65%;
		font-size: 1.2rem;
	}
	.doctor ul.qa_list li:nth-child(4) p, .doctor ul.qa_list li:nth-child(6) p{
		top: 0;
	}
	.doctor .doctor_box .box_r dt {
		width: 25%;
	}
	.doctor .doctor_box .box_r dd {
		width: 75%;
	}
	.doctor .doctor_box h3.ttl03{
		font-size: 2.8rem;
	}
	.possible .ttl02{
		font-size: 2.8rem;
	}
	.possible .ttl02 span{
		font-size: 5rem;
	}
	.possible h3.ttl03 span{
		font-size: 2.6rem;
	}
	.possible li{
		padding: 2rem;
	}
	.environment li{
		width: calc(97%/2);
	}
	.guarantee .ttl03{
		font-size: 2.8rem;
	}
	.guarantee .box_l{
		width: 25%;
	}
	.guarantee .box_r{
		width: 75%;
	}
	.access .w6 ul{
		padding: 0 1rem 0 0;
	}
	.access .w6 ul dt{
		width: 28%;
	}
	.access .acc_txt .ttl03{
		padding: 0;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	h1.ttl01{
		padding-top: 8rem;
		background: rgb(231,245,255);
background: linear-gradient(180deg, rgba(231,245,255,1) 0%, rgba(231,245,255,1) 24%, rgba(0,113,188,1) 100%);
	}
	h2.ttl02{
		font-size: 2.5rem;
	}
	h2.ttl02 .big{
		font-size: 5rem;
	}
	.acc_h{
		padding: 1rem .5rem;
	}
	.acc_h::before, .acc_h::after{
		right: 0;
	}
	.catch h2.ttl02::before{
		width: 96%;
		bottom: 1.5rem;
	}
	.catch .te_center{
		text-align: left !important;
	}
	.catch .box01 p.te_center{
		text-align: center !important;
		width: 60%;
		padding: 1rem;
		top: -34px;
	}
	.catch .box01{
		padding: 3rem 1.5rem 1rem;
	}
	.catch dt{
		width: 25%;
	}
	.catch dd{
		width: 75%;
		font-size: 4rem;
	}
	.catch .n_case_table ul li::before{
		margin-left: 0;
		top: -1px;
	}
	.catch .n_case_table table{
		margin: 1rem auto;
	}
	.catch .n_case_table table th, .catch .n_case_table table td{
		padding: .5rem;
	}
	.catch .n_case_table table th.t_w{
		min-width: 65px;
	}
	.catch .n_case_table .table_scl{
		overflow: scroll;
		margin-bottom: 3rem;
	}
	.catch .n_case_table .table_scl:nth-of-type(2){
		margin-bottom: 0;
	}
	.about .ttl02{
		font-size: 4rem;
	}
	.about .ttl02 span {
		font-size: 2.4rem;
	}
	.about .box01 .big {
		font-size: 4rem;
	}
	.about .ttl03{
		font-size: 2.4rem;
		width: 95%;
	}
	.about .ttl03::before{
		bottom: -1rem;
	}
	.about .ttl03::after{
		right: -1rem;
		bottom: -1rem;
	}
	.acc_b .flex p.img_box, .acc_b .flex p{
		width: 100%;
		padding: 0;
	}
	.about .about_de .acc_b ul.no_list li p{
		width: 90%;
	}
	.about .about_de .acc_b ul.no_list li::before{
		margin-left: 0;
	}
	.price .ttl02{
		width: 80%;
	}
	.price_details .ttl03 img{
		max-width: 245px;
	}
	.price .price_txt .details li{
		width: calc(98%/ 2);
		margin-bottom: 1rem;
	}
	.price .price_txt .te_center{
		margin-top: 4rem;
		font-size: 2.2rem;
	}
	.price .box_l, .price .box_r{
		width: 100%;
	}
	.acc-list table th, .acc-list table th:first-child, .acc-list table td{
		display: block;
		width: 100%;
		text-align: center;
	}
	.attack h2.ttl02 span{
		font-size: 5.4rem;
	}
	table th:first-child, table thead th{
		padding: 1rem .2rem;
	}
	table thead th{
		width: 9%;
	}
	.attack .banner a{
		font-size: 2.2rem;
	}
	.attack .banner a::before{
		font-size: 4rem;
		right: -1rem;
		top: -2.5rem;
	}
	.attack .banner a span{
		font-size: 4rem;
	}
	.doctor .li_wrap{
		height: 800px;
	}
	.doctor ul.qa_list{
		top: 13rem;
	}
	.doctor ul.qa_list li{
		width: calc(130% / 3);
		min-height: 280px;
	}
	.doctor ul.qa_list li:nth-child(1),.doctor ul.qa_list li:nth-child(4){
		margin-right: -15%;
	}
	.doctor ul.qa_list li:nth-child(3),.doctor ul.qa_list li:nth-child(6){
		margin-left: -15%;
	}
	.doctor ul.qa_list li p::before{
		width: 210px;
		height: 210px;
	}
	.doctor .doctor_box .box_l, .doctor .doctor_box .box_r, .doctor .doctor_ms, .doctor .doctor_img{
		width: 100%;
	}
	.doctor .doctor_box .box_r{
		padding: 0;
	}
	.doctor .doctor_box .box_l img{
		width: 80%;
	}
	.possible{
		background-size: 31vw;
		background-position: left -7% top 1rem;
	}
	.possible::after{
		background-size: 31vw;
		background-position: right -1.5% bottom -4rem;
	}
	.possible .ttl02{
		font-size: 2.4rem;
	}
	.possible h3.ttl03{
		font-size: 2rem;
		padding: 1rem .5rem;
	}
	.possible .ttl02 span {
		font-size: 4rem;
	}
	.possible h3.ttl03 span{
		font-size: 2.4rem;
	}
	.possible h3.ttl03 span::before{
		width: 15px;
		left: -25px;
	}
	.possible h3.ttl03 span::after{
		width: 15px;
		right: -25px;
	}
	.possible .pb_box_txt p:nth-child(1), .possible .pb_box_txt p:nth-child(2), .possible li:nth-child(4) .pb_box p:nth-child(1), .pb_box p:nth-child(2), .possible li:first-child .acc-list li li, .possible li:nth-child(4) .pb_box p:nth-child(2){
		width: 100%;
		padding: 0;
	}
	.possible li:first-child .acc-list li li img{
		display: block;
		max-width: 80%;
		margin: 0 auto 1rem;
	}
	.possible .pb_imgbox p{
		width: calc(100%/2);
	}
	.possible li:nth-child(3) .pb_box li{
		padding: .5rem;
	}
	.possible li:last-child{
		margin-bottom: 0;
	}
	.environment li{
		width: 80%;
		margin: 0 auto 2rem;;
	}
	.guarantee .box_l{
		width: 100%;
		margin: 0 auto 1rem;
	}
	.guarantee .box_l img {
		max-width: 180px;
	}
	.guarantee .box_r{
		width: 100%;
		text-align: left;
	}
	.guarantee .ttl03{
		padding: 0;
		font-size: 2.2rem;
		text-align: center;
		display: block;
	}
	.guarantee .acc-list .flow_box dl{
		width: 63%;
	}
	.border-line{
		left: 33.6%;
	}
	.access .w6{
		width: 100% !important;
	}
	.access .w6 ul{
		padding: 0;
		margin-top: 2rem;
	}
	.guarantee h2.ttl02, .access h2.ttl02{
		font-size: 3.8rem;
	}
	.access .acc_txt .ttl03{
		display: none;
	}
	.access .acc_txt ul{
		width: 100%;
	}
	.access .acc_txt ul dt{
		width: 20%;
		margin: 0;
	}
	.access .acc_txt ul dd{
		width: 80%;
		padding-left: 1rem;
	}
	.access .map_box .map_l, .access .map_box .map_r{
		width: 100%;
		height: 30vh;
	}
}
@media screen and (max-width: 480px){
	h1.ttl01 {
		font-size: 1rem;
	}
	h2.ttl02 {
        font-size: 2rem;
    }
	h2.ttl02 .big{
		font-size: 4rem;
	}
	h3.ttl03{
		padding: 1rem;
	}
	h4.ttl04{
		font-size: 1.6rem;
	}
	.acc_h {
		padding: 1rem 3rem 1rem .5rem;
	}
	.acc_b{
		padding: 0 1rem;
	}
	.acc_item.active .acc_b{
		padding: 1rem;
	}
	.catch h2.ttl02::before {
		width: 100%;
		bottom: 1rem;
	}
	.catch .box01 p.te_center{
		font-size: 2rem;
	}
	.catch dt{
		padding: .5rem 0;
		width: 20%;
	}
	.catch dd{
		font-size: 3.5rem;
		width: 80%;
	}
	.catch dd::before{
		width: 92%;
	}
	.about .ttl02 {
		font-size: 3.5rem;
		margin-bottom: 2rem;
	}
	.about .ttl03 {
		font-size: 2rem;
		width: 98%;
	}
	.about .about_de .acc_b ul.no_list li p{
		width: 91%;
	}
	.about .about_de .acc_b ul.no_list ol{
		padding-left: 2rem;
	}
	.about .about_de .acc_b ul.no_list ol li{
		padding-left: 3rem;
	}
	.about .about_de .acc_b ul.no_list ol li::before{
		font-size: 1.6rem;
		top: 2px;
	}
	.price .price_txt .details li{
		font-size: 1.8rem;
	}
	.price .box_l h3.ttl03 .d_block{
		font-size: 2rem;
	}
	.acc-list table th, .acc-list table th:first-child, .acc-list table td{
		padding: .5rem;
	}
	.price_details .ttl03 img{
		max-width: 200px;
	}
	.price_details::before {
		top: -20px;
		max-height: 275px;
		width: 60%;
	}
	.price_details .ttl03{
		padding: 0;
	}
	.attack{
		background: linear-gradient(326deg, rgba(228, 234, 238, 1) 0%, rgba(255, 255, 255, 1) 12%, rgba(228, 234, 238, 1) 19%, rgba(228, 234, 238, 1) 9%, rgba(255, 255, 255, 1) 83%, rgba(228, 234, 238, 1) 88%, rgba(197, 205, 210, 1) 93%, rgba(228, 234, 238, 1) 100%);
	}
	.attack h2.ttl02 span {
		font-size: 4.4rem;
	}
	table th:first-child, table thead th{
		font-size: 1.2rem;
	}
	.attack .banner a{
		font-size: 2rem;
		max-width: 85%;
	}
	.attack .banner a::before{
		font-size: 3.5rem;
	}
	.attack .banner a span {
		font-size: 3rem;
	}
	.attack .banner a .tel_Btn{
		font-size: 3.2rem;
	}
	.attack .banner a .tel_Btn i{
		font-size: 2.4rem;
	}
	.doctor .li_wrap {
		height: 900px;
	}
	.doctor .li_wrap .li_base p{
		padding: 1rem 1.5rem;
		display: block;
		width: 100%;
	}
	.doctor ul.qa_list li{
		width: calc(146% / 3);
		min-height: 280px;
	}
	.doctor ul.qa_list li:nth-child(1) {
		margin-right: -18%;
		margin-top: -4rem;
	}
	.doctor ul.qa_list li:nth-child(3){
		margin-left: -30%;
		margin-top: 2rem;
	}
	.doctor ul.qa_list li:nth-child(4) {
		margin-right: -30%;
		margin-top: 2rem;
	}
	.doctor ul.qa_list li:nth-child(6) {
		margin-top: 6rem;
		margin-left: -18%;
	}
	.doctor ul.qa_list li p::before {
		width: 200px;
		height: 200px;
	}
	.doctor .doctor_box h3.ttl03 {
		font-size: 2.2rem;
	}
	.doctor .ttl03::before, .doctor .ttl03::after{
		bottom: -1rem;
		right: -1rem;
	}
	.doctor .doctor_ms p:nth-of-type(1){
		font-size: 1.5rem;
	}
	.possible{
		background-position: left -7% top .5rem;
	}
	.possible .ttl02 {
		font-size: 2.2rem;
	}
	.possible .ttl02 span {
		font-size: 3rem;
	}
	.possible h3.ttl03{
		font-size: 1.7rem;
		padding: 1rem 0;
	}
	.possible h3.ttl03 span{
		font-size: 2rem;
	}
	.possible li{
		padding: 1rem;
	}
	.possible .pb_box ol li::before{
		font-size: 1.6rem;
		top: 4px;
	}
	.possible .pb_box ol li dt{
		font-size: 1.6rem;
	}
	.possible li:nth-child(3) .pb_box li{
		width: 100%;
		background-color: transparent;
	}
	.possible li:nth-child(3) .pb_box li img{
		display: block;
		max-width: 80%;
		margin: 0 auto 1rem;
	}
	.environment li{
		width: 95%;
		padding: 1rem;
	}
	.environment h2.ttl02, .guarantee h2.ttl02, .access h2.ttl02{
		font-size: 2.4rem;
	}
	.guarantee .box_l img {
		max-width: 160px;
	}
	.guarantee .ttl03, .guarantee .acc-list .flow_box dt{
		font-size: 1.8rem;
	}
	.guarantee .acc-list .flow_box .flow_img{
		width: 80%;
		margin: 0 auto;
	}
	.guarantee .acc-list .flow_box dl{
		width: 90%;
		margin: 0 0 0 auto;
	}
	.guarantee .acc-list li:last-child .acc_b li::after{
		left: 1%;
	}
	.border-line {
        left: 3%;
    }
	.access .acc_txt{
		margin: 3rem auto;
	}
	.access .acc_txt ul dd{
		font-size: 1.3rem;
	}
	.access table{
		margin-top: 3rem;
	}
}
@media screen and (max-width: 375px){
	.attack .banner a{
		max-width: 90%;
	}
	.doctor .li_wrap {
		height: 810px;
	}
	.doctor ul.qa_list li p::before {
        width: 185px;
        height: 185px;
    }
	.doctor ul.qa_list li{
		width: calc(146% / 3);
		min-height: 250px;
	}
	.doctor ul.qa_list li:nth-child(1) {
		margin-right: -18%;
	}
	.doctor ul.qa_list li:nth-child(3){
		margin-left: -30%;
		margin-top: 2rem;
	}
	.doctor ul.qa_list li:nth-child(4) {
		margin-right: -30%;
	}
	.doctor ul.qa_list li:nth-child(6) {
		margin-top: 4rem;
		margin-left: -18%;
	}
}
@media screen and (max-width: 374px){
	h1.ttl01{
		font-size: .9rem;
	}
	h2.ttl02 .big {
        font-size: 3.4rem;
    }
	h3.ttl03 {
		padding: 1rem .5rem;
	}
	.catch .box01 p.te_center{
		width: 70%;
	}
	.catch dd{
		font-size: 3rem;
	}
	.about .about_de .acc_b ul.no_list li::before{
		font-size: 1.2rem;
		top: 4px;
	}
	.doctor .li_wrap {
		height: 840px;
	}
	.doctor ul.qa_list li{
		min-height: 270px;
	}
	.possible h3.ttl03{
		font-size: 1.6rem;
	}
	.environment h2.ttl02, .guarantee h2.ttl02, .access h2.ttl02{
		font-size: 2.1rem;
	}
	.access .acc_txt ul dt{
		width: 25%;
	}
	.access .acc_txt ul dd{
		width: 75%;
	}
}