@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(185 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	height: calc(350 / var(--break) * 100vw);
	margin-top: calc(196 / var(--break) * 100vw );
	position: relative;
}
.main_page:before {
	content: "";
	background: #f1f4f5;
	width: 100%;
	height: calc( 220 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: calc(-75 / var(--break) * 100vw );
	z-index: -2;
}
.main_page:after {
	content: "";
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	max-width: 1700px;
	width: 90%;
	height: 100%;
	position: absolute;
	right: calc(50 / var(--break) * 100vw );
	bottom: 0;
	z-index: -1;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(110 / var(--break) * 100vw);
}
.hdg3 {
	margin-bottom: calc(70 / var(--break) * 100vw);
}
.hdg3.deco_common01:before, .hdg3.deco_common01:after{
	height: calc(100 / var(--break) * 100vw);
	left: calc(22 / var(--break) * 100vw);
	top: calc(-25 / var(--break) * 100vw);
}
.hdg3.deco_common01:after {
	right: calc(24 / var(--break) * 100vw);
	bottom: calc(-24 / var(--break) * 100vw);
}
.hdg3 .wrap:before{
	content: "";
	background: #788f9a;
	width: calc( 60 / var(--break) * 100vw );
	height: calc( 4 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(20 / var(--break) * 100vw );
}
.hdg4:before{
	content: "";
	background:#ffffff;
	opacity: 0.2;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top:0;
	z-index: -1;
}
.hdg5{
	border-bottom: calc( 2 / var(--break) * 100vw ) solid #edaa14;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		height: calc(330 / var(--break) * 100vw);
		margin-top: calc(186 / var(--break) * 100vw );
	}
	.main_page:after{
		right: calc(30 / var(--break) * 100vw );
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 17vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		height: calc(354 / var(--break) * 100vw);
		margin-top: calc(142 / var(--break) * 100vw);
		padding-bottom: 0;
		padding-top: 6vw;
	}
	.main_page:before {
		bottom: calc(-24 / var(--break) * 100vw);
	}
	.main_page:after {
		background: url("images/page/bg_ttl_page_sp.jpg") no-repeat center bottom / cover;
		width: calc(702 / var(--break) * 100vw );
		right:0;
		left: 0;
		margin: auto;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		line-height: 1.4;
		margin-bottom: 3vw;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.hdg3{
		font-size: calc(40 / var(--break) * 100vw );
		letter-spacing: 0;
		margin-bottom: 7vw;
	}
	.hdg3 .wrap{
		padding: 5vw 2vw;
	}
	.hdg3.deco_common01:before, .hdg3.deco_common01:after {
		height: calc(50 / var(--break) * 100vw);
		left: calc(12 / var(--break) * 100vw);
		top: calc(-12 / var(--break) * 100vw);
	}
	.hdg3.deco_common01:after {
		right: calc(12 / var(--break) * 100vw);
		bottom: calc(-12 / var(--break) * 100vw);
	}
	.hdg4{
		font-size: calc(36 / var(--break) * 100vw );
		padding:  2.8vw 2vw;
	}
	.hdg5{
		font-size: calc(32 / var(--break) * 100vw );
		padding: 2vw;
	}
	.col_img {
		text-align: center;
	}
}


/* 共通 common
------------------------------------------------------------------*/
.row_common01 .col_img{
	width: 46%;
	max-width: 570px;
}
.row_common01 .col_img:before{
	content: "";
	background: #f1c574;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: calc(-20 / var(--break) * 100vw );
	bottom: calc(-20 / var(--break) * 100vw );
}
.row_common01.r_reverse .col_img:before{
	left: auto!important;
	right: calc(-20 / var(--break) * 100vw );
}
.row_common01 .col_txt{
	width: 50%;
}
.row_common02 .col_img{
	width: 36.3%;
	max-width: 450px;
}
.row_common02 .col_txt{
	width: 60%;
}
.row_common03{
	gap: calc(40 / var(--break) * 100vw ) 4%;
}
.row_common03 .col{
	max-width: 480px;
	width: 48%;
}
.row_common03.pt02 .col{
	max-width: 580px;
	width: 58%;
}
.row_common03.pt02 .col img{
	width: 100%;
}
.row_common04 .col_img{
	width: 27.5%;
	max-width: 340px;
}
.row_common04 .col_txt{
	width: 68.6%;
}
.bg_common01 .box{
	border: calc(2 / var(--break) * 100vw ) solid #515151;
}

.list_common01 li{
	padding-left: calc(30 / var(--break) * 100vw );
	padding-bottom: calc(5 / var(--break) * 100vw );
	border-bottom:1px solid #c5c5c5;
	width: 47%;
}
.list_common01 li:before{
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/check03.svg")no-repeat center / contain;
	border-radius:0;
	top: .3em;
}
.list_common01 li:nth-child(n+3) {
	margin-top: calc(6 / var(--break) * 100vw);
}
.bdr_common01{
	padding-top: calc(60 / var(--break) * 100vw );
	border-top: calc(2 / var(--break) * 100vw ) solid #f1f4f5;
}
.ttl_common01{
	border-bottom:calc(4 / var(--break) * 100vw ) solid #f1f4f5;
}
.copy_common02.bdr_common01{
	padding-top: calc(50 / var(--break) * 100vw );
}
.tbl_common01 table{
	border-color: #788f9a;
}
.tbl_common01 th{
	background: #788f9a;
	vertical-align: middle;
}
.tbl_common01.scroll_w3 th{
	text-align: center;
}
.tbl_common01.scroll_w3 thead th:not(:first-child),.tbl_common01.scroll_w3 tbody td{
	width: 65%;
}
.tbl_common01 td{
	background: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom: 1px solid #788f9a;
}
.tbl_common01 thead th{
	border-bottom: 1px solid #fff;
}
.tbl_common01 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01 td:not(:last-child) {
	border-right: 1px solid #788f9a;
}

.btn_switch{
	gap:calc(30 / var(--break) * 100vw ) 3.2%;
}
.btn_switch .btn {
	cursor: pointer;
	width: 36.3%;
	border: calc(2 / var(--break) * 100vw ) solid #788f9a;
}
.btn_switch .btn:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: calc(15 / var(--break) * 100vw ) solid transparent;
	border-left: calc(15 / var(--break) * 100vw ) solid transparent;
	border-top: calc(10 / var(--break) * 100vw ) solid #788f9a;
	border-bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(15 / var(--break) * 100vw );
}
.contents_switch .tab {
	display: none;
}
.btn_switch .btn.is-active{
	background: #788f9a;
	color: #fff!important;
}
.btn_switch .btn.is-active:before{
	border-top-color: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common01 .col_img{
		margin-bottom: 6.5vw;
	}
	.row_common01 .col_img:before{
		left: calc(-10 / var(--break) * 100vw );
		bottom: calc(-10 / var(--break) * 100vw );
	}
	.row_common01.r_reverse .col_img:before{
		right: calc(-10 / var(--break) * 100vw );
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common02 .col_txt .copy{
		font-size: 1.125rem;
	}
	.row_common03{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03 .col{
		width: 100%!important;
	}
	.row_common03 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw;
	}
	.row_common03 .col p{
		padding: 3vw 4% 4vw;
	}
	.row_common04 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common04 .col_txt{
		max-width: 100%;
	}
	.row_common04 .col_txt .txt{
		max-width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.ttl_common01{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.ttl_common02{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 1.5vw 2vw;
	}
	.bg_common01 .box {
		padding: 6vw 5% 6vw;
	}
	.list_common01{
		display: block;
	}
	.list_common01 li{
		width: 100%;
		padding-left: 7.5vw;
		padding-bottom: 1.5vw;
	}
	.list_common01 li:nth-child(n+2){
		margin-top: 1.5vw;
	}
	.list_common01 li:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		top: .35em;
	}
	.btn_common04 .txt{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.copy_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.copy_common02{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.tbl_common01.scroll_w3 th{
		padding: 2vw;
	}
	.btn_switch .btn{
		width: calc(600 / var(--break) * 100vw );
		font-size: 1rem;
		letter-spacing: 0;
		padding: 3vw 2vw 6vw;
	}
	.btn_switch .btn:before{
		border-right-width: calc(18 / var(--break) * 100vw);
		border-left-width: calc(18 / var(--break) * 100vw);
		border-top-width: calc(12 / var(--break) * 100vw);
	}
}

/* クリニック紹介 CLINIC
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center / cover;
}
.bg_clinic01 .wrap{
	background: #ffffff99!important;
}
.bg_clinic01 .wrap p{
	text-align: left;
}
.row_clinic01 .col_img{
	max-width: 750px;
	width: 50%;
}
.row_clinic01 .col_txt{
	width: 45.5%;
}
.row_clinic02 .col{
	width:48.7%;
	max-width: 730px;
	background: #ffffff80;
	border: calc(2 / var(--break) * 100vw ) solid #515151;
}
.row_clinic03{
	gap:calc(30 / var(--break) * 100vw ) 2%;
}
.row_clinic03 .col{
	max-width: 480px;
	width: 32%;
}
.row_clinic03 .col .txt{
	min-height: calc(70 / var(--break) * 100vw );
}
.row_clinic04{
	gap:calc(30 / var(--break) * 100vw ) 2.3%;
}
.row_clinic04 .col{
	max-width: 394px;
	width: 31.8%;
}

/*　スライダー　*/
.slide_clinic01 .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / contain;
	width: calc(42 / var(--break) * 100vw );
	height: calc(80 / var(--break) * 100vw );
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -8.5%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / contain;
	width: calc(42 / var(--break) * 100vw );
	height: calc(80 / var(--break) * 100vw );
	right: -8.5%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li:nth-child(n+6){
	margin-top: 2%;;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_clinic01 .slide_thumbnail li img{
	height: calc(103 / var(--break) * 100vw );
	object-fit: cover;
}


@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
}
@media(max-width: 767px) {
	.bg_clinic01{
		padding: 7vw 4%;
	}
	.copy_clinic01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.row_clinic02{
		gap:calc(50 / var(--break) * 100vw ) 0;
	}
	.row_clinic02 .col{
		width: 100%;
	}
	.row_clinic02 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic03 {
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_clinic03 .col {
		width: 48.5%;
	}
	.row_clinic03 .col .txt{
		font-size: 0.875rem;
		letter-spacing: 0;
		padding: 2vw 1vw;
	}
	.ttl_clinic01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.slide_clinic01 .slide_thumbnail li img {
		height: auto;
	}
}

/* 院長紹介 STAFF
------------------------------------------------------------------*/
.row_staff01 .col_img{
	max-width: 460px;
	width: 37.1%;
}
.row_staff01 .col_txt{
	width: 59%;
}
.box_prof .ttl{
	font-weight: lighter;
}
.box_prof01 .year{
	font-weight: lighter;
}
.box_prof01 .txt {
	width: calc(100% - calc(100 / var(--break) * 100vw));
}
.box_prof02 .list_default li:before{
	background: #515151;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		max-width: calc(500 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.dr_name02 .en{
		font-size: 0.875rem;
	}
	.dr_name02 .ja{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.dr_name02 .ja em{
		font-size: 1.375rem;
		letter-spacing: 0;
	}
	.box_prof .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_prof01 .txt{
		width: 75%;
	}
}

/* 診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.wrap_access01 .map{
	padding-top: calc(500 / var(--break) * 100vw );
}
.wrap_access02{
	gap:calc(30 / var(--break) * 100vw ) 1.55%;
}
.wrap_access02 .btn{
	width: 32.3%;
}
.wrap_access02 .btn a:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: calc(15 / var(--break) * 100vw) solid transparent;
	border-left: calc(15 / var(--break) * 100vw) solid transparent;
	border-top: calc(10 / var(--break) * 100vw) solid #fff;
	border-bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(15 / var(--break) * 100vw);
}
.row_access02{
	gap:calc(30 / var(--break) * 100vw ) 1.6%;
}
.row_access02 .col{
	max-width: 295px;
	width: 23.8%;
	background: #f7f5e9;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_access02 .btn{
		width: calc(600 / var(--break) * 100vw );
	}
	.wrap_access02 .btn a{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.wrap_access02 .btn a:after{
		border-right-width: calc(18 / var(--break) * 100vw);
		border-left-width: calc(18 / var(--break) * 100vw);
		border-top-width: calc(12 / var(--break) * 100vw);
	}
	.row_access02{
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_access02 .col{
		width: 48.5%;
	}
	.row_access02 .col p{
		padding: 2vw 5% 3vw;
	}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 小児歯科 pediatric
------------------------------------------------------------------*/
.row_pediatric01{
	gap: calc(40 / var(--break) * 100vw ) 1.55%;
}
.row_pediatric01 .col{
	max-width: 400px;
	width: 32.3%;
	border: 1px solid #515151;
}
.row_pediatric01 .col .icn{
	width:calc(176 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric01 {
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_pediatric01 .col{
		width: 100%;
		padding: 5vw 5% 6vw;
	}
	.row_pediatric01 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* 小児矯正 PEDIATRIC ORTHO
------------------------------------------------------------------*/
.row_pediatric_ortho01 .col{
	border: calc(2 / var(--break) * 100vw ) solid #edaa14;
}
.row_pediatric_ortho01 .col:nth-child(2n){
	border: calc(2 / var(--break) * 100vw ) solid #57a4ba;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric_ortho01 .col .ttl{
		font-size:0.875rem;
	}
	.row_pediatric_ortho01 .col .ttl em{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

/* 訪問診療 VISIT
------------------------------------------------------------------*/
.box_visit01{
	background: url("images/visit/img_visit02.jpg")no-repeat center / cover;
}
.box_visit01 .wrap,.bg_clinic01 .wrap{
	max-width: calc(1000 / var(--break) * 100vw );
	background: #ffffffE6;
	border: calc(2 / var(--break) * 100vw ) solid #515151;
}
.box_visit01 .tel_common01{
	width: calc(350 / var(--break) * 100vw );
}
.box_visit01 .tel_common01 a{
	height: calc(70 / var(--break) * 100vw );
	border: 1px solid #515151;
}
.row_visit01{
	gap:calc(40 / var(--break) * 100vw ) 4%;
}
.row_visit01 .col{
	width: 48%;
	border: 1px solid #515151;
}
.row_visit01 .col .ttl{
	border-bottom: calc(4 / var(--break) * 100vw ) solid #f1c574;
}
.row_visit01 .list_common01 li{
	width: 100%;
}
.row_visit01 .col.w100 .list_common01 li{
	width: 47%;
}
.row_visit01 .list_common01 li:before{
	background-image: url("images/page/check04.svg");
	width: calc(21 / var(--break) * 100vw );
	height: calc(21 / var(--break) * 100vw );
}
.row_visit01 .list_common01 li:nth-child(n+2) {
	 margin-top: calc(7 / var(--break) * 100vw); 
}
.row_visit01 .col.w100 .list_common01 li:nth-child(2) {
	margin-top: 0; 
}
.map_visit { 
	width: 100%; 
	height: calc(500 / var(--break) * 100vw ); 
}
.txt_visit01{
	width: calc(600 / var(--break) * 100vw );
}
.txt_visit01:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: calc(20 / var(--break) * 100vw ) solid transparent;
	border-left: calc(20 / var(--break) * 100vw ) solid transparent;
	border-bottom: calc(16 / var(--break) * 100vw ) solid #788f9a;
	border-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(100% - 1px);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_visit01 {
		padding: 7vw 3%;
	}
	.box_visit01 .tel_common01 {
		width: calc(560 / var(--break) * 100vw);
	}
	.box_visit01 .tel_common01 a {
		height: calc(120 / var(--break) * 100vw);
	}
	.box_visit01 .tel_common01 .num {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_visit01 .col {
		width: 100%;
		padding: 3vw 5% 6vw;
	}
	.row_visit01 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_visit01 .list_common01 li:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.row_visit01 .col.w100 .list_common01 li {
		width: 100%;
	}
	.row_visit01 .col.w100 .list_common01 li:nth-child(2) {
		margin-top: 1.5vw;
	}
	.map_visit {
		height: calc(650 / var(--break) * 100vw);
	}
	.txt_visit01 {
		width: calc(646 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* 初めての方へFIRST
------------------------------------------------------------------*/
.box_first01.box_qa03 .box_q .txt .icn:before{
	height: 1px;
}
.box_first01.box_qa03 .box_q .txt .icn:after{
	width: 1px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_first01.box_qa03 .box_q .txt{
		padding: 2vw 8vw 2vw 4vw;
	}
}


/* qa
------------------------------------------------------------------*/
.box_qa03{
	border-color: #788f9aCC;
}
.box_qa03 .box_q .box{
	background: #ffffff4D;
}
.box_qa03 .box_q .txt{
	background: #00000000;
}
.box_qa03 .box_q .txt .icn:before,.box_qa03 .box_q .txt .icn:after{
	background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 流れ flow
------------------------------------------------------------------*/
.box_flow{
	border: 1px solid #515151;
}
.box_flow .col_txt .ttl{
	margin-bottom: calc(5 / var(--break) * 100vw )!important;
}
.arw_flow:before{
	border-top-color: #edaa14;
}
.box_flow.pt02 .col_txt .wrap .num{
	width: calc(60 / var(--break) * 100vw );
	height: auto;
}
.box_flow.pt02 .col_txt .wrap .ttl{
	font-weight: bold;
	margin-bottom: 0!important;
	padding: calc(10 / var(--break) * 100vw ) calc(60 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow .col_txt .ttl{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_flow.pt02 .col_txt .wrap .num{
		font-size: 1.25rem;
		width: calc(80 / var(--break) * 100vw);
	}
	.box_flow.pt02 .col_txt .wrap .ttl{
		font-size: 1.125rem;
		width: calc(100% - calc(80 / 750 * 100vw));
	}
}

/* お支払方法
------------------------------------------------------------------*/
.row_pay .col,.box_pay01{
	border: 1px solid #515151;
}
.box_pay01 .btn_common02 {
	width: calc(460 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pay .col{
		padding-left: calc(15 / var(--break) * 100vw );
		padding-right: calc(15 / var(--break) * 100vw );
	}
}
@media(max-width: 767px) {
	.row_pay .col{
		padding: 5vw 1%;
	}
	.box_pay01{
		padding: 5vw 5% 6vw;
	}
	.box_pay01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.box_pay01 .btn_common02 {
		width: calc(602 / var(--break) * 100vw);
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	max-width: calc(1240 / var(--break) * 100vw );
	margin-bottom: calc(160 / var(--break) * 100vw );
}
.slide_case01{
	max-width: calc(1000 / var(--break) * 100vw );
}
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #788f9a;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(70 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / contain;
    z-index: 9;
    top: calc(255 / var(--break) * 100vw );
    transform: none;
}
.slide_case01 .slick-prev {
    left: -9.2%;
}
.slide_case01 .slick-next {
    right: -9.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: calc(-100 / var(--break) * 100vw );
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #c5c5c5;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #57a4ba;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.bg_case01{
		max-width: calc(702 / var(--break) * 100vw );
	}
	.slide_case01{
		width: calc(702 / var(--break) * 100vw );
	}
	.slide_case01 .ttl{
		font-size: 1.5rem;
	}
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #788f9a;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 61vw;
	}
	.slide_case01 .slick-prev {
		left: 4vw;
	}
	.slide_case01 .slick-next {
		right: 4vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case {
		width: calc(646 / var(--break) * 100vw );
	}
	.tbl_case tr th {
		border-bottom: 1px solid #788f9a;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign,.box_risk01 {
	max-width: 1000px;
	border: 1px solid #c5c5c5;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #788f9a !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_invisalign{
		padding: 6vw 3vw 6vw 4vw;
	}
	.box_risk01 .box,.box_invisalign .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: 2vw;
		margin-bottom:3vw ;
	}
	.box_risk01 .txt ,.box_invisalign .txt{
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
	.box_visit02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.box_recruit01 .btn_common02 {
	width: calc(460 / var(--break) * 100vw);
}
.box_recruit01 .btn_common02 a{
	background-image: linear-gradient(to right, #ff5585, #ab6bf2);
}
.box_recruit01 .btn_common02 .icn{
	width: calc(30 / var(--break) * 100vw );
}
.box_recruit02{
	background: url("images/recruit/img_recruit04.jpg")no-repeat center / cover;
}
.box_recruit02 .wrap{
	background: #57a4ba80;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #f1f4f5;
	border-radius: calc(5 / var(--break) * 100vw );
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #f1c574;
}
.btn_submit input {
	border: none;
	background: #57a4ba;
}
.box_privacy{
	border-color: #515151;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 th {
		border-bottom: 1px solid #000;
	}
	.box_recruit01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_recruit01 .btn_common02 {
		width: calc(602 / var(--break) * 100vw);
	}
	.box_recruit01 .btn_common02 .icn {
		width: calc(38 / var(--break) * 100vw);
	}
	.box_recruit02{
		padding: 11vw 0;
	}
	.box_recruit02 .wrap{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 5vw 2vw ;
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #edaa14;
	color: #fff;
	font-weight: lighter;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-right-color: #f5f5f5;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #f5f5f5;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #515151;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #57a4ba;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	color: #57a4ba;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #57a4ba;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
	color: #57a4ba;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #57a4ba;
	color: #57a4ba;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #000000;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
	font-weight: lighter;
}
.blog_archive .txt_post .date {
	color: #788f9a;
	line-height: 1.6;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #57a4ba;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #57a4ba;
	color: #57a4ba;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #57a4ba;
	background: #57a4ba;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h4{
	font-weight: bold;
	color: #fff;
	background: #788f9a;
	padding: calc(10 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
}
.post_content > h5{
	font-weight: lighter;
	padding:  calc(10 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
	border-bottom: calc(4 / var(--break) * 100vw ) solid #f1f4f5;
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #57a4ba;
	background: #57a4ba;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color:#57a4ba;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}