@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3{
	background-image: linear-gradient(to bottom, #f0f0f0, #fff);
	border-bottom: 1px solid #624c00;
}
.hdg4:before,.hdg4:after{
	content: "";
	background: #0d0240;
	opacity: 0.2;
	width: calc( 100% - calc(240 / var(--break) * 100vw ));
	height: 100%;
	position: absolute;
	-webkit-transform:skewX(-30deg);
	transform:skewX(-30deg);
	inset:0;
	margin: auto;
	z-index: -1;
}
.hdg4:after{
	-webkit-transform:skewX(30deg);
	transform:skewX(30deg);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 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 {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: auto;
		padding-top: 27vw;
		padding-bottom: 11vw;
		min-height: calc(496 / var(--break) * 100vw );
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
		color: #624c00;
	}
	.hdg3{
		font-size: calc(46 / var(--break) * 100vw );
		letter-spacing: 0;
		padding: 2.5vw 2vw 3.5vw;
	}
	.hdg4{
		font-size: calc(38 / var(--break) * 100vw );
		letter-spacing: 0;
		padding: 2vw 2vw 2.5vw;
	}
	.hdg4:before, .hdg4:after {
		width: calc(100% - calc(115 / var(--break) * 100vw));
	}
	.col_img {
		text-align: center;
	}
}


/* 共通 common
------------------------------------------------------------------*/
.nav_content01 ul{
	gap:calc(38 / var(--break) * 100vw ) 1.55%;
}
.nav_content02 ul{
	gap:calc(20 / var(--break) * 100vw );
}
.nav_content01 ul:has(li:nth-child(3)){
	justify-content: flex-start!important;
}
.btn_common01{
	max-width: 400px;
	width: 32.3%;
}
.btn_common01 a{
	background-image: linear-gradient(to top, #271800, #624c00);
	outline : calc( 5 / var(--break) * 100vw ) solid #472b00;
	outline-offset : calc( -5 / var(--break) * 100vw );
	min-height: calc(116 / var(--break) * 100vw );
}
.btn_common01 a:before{
	content: "";
	background: url("images/page/arw04.svg")no-repeat center / contain;
	width: calc( 46 / var(--break) * 100vw );
	height: calc(46 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(-18 / var(--break) * 100vw );
}
.btn_common02{
	width: calc(300 / var(--break) * 100vw );
}
.btn_common02 a{
	border-bottom: 1px solid #271800;
}
.row_common01 .col_img{
	width: 46%;
	max-width: 570px;
}
.row_common01 .col_img:before{
	content: "";
	background-image: linear-gradient(to top, #0d0240, #0f415d);
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.row_common01.r_reverse .col_img:before{
	left: auto!important;
	right: calc(-10 / var(--break) * 100vw );
}
.row_common01 .col_txt{
	width: 50%;
}
.row_common01 .nav_content02 ul:has(li:nth-child(2)){
	justify-content: start!important;
	gap:calc(20 / var(--break) * 100vw ) 3.2%;
}
.row_common01 .btn_common02{
	width: 48.4%;
}
.row_common02 .col_img{
	width: 36.3%;
	max-width: 450px;
}
.row_common02 .col_txt{
	width: 60%;
}
.row_common04{
	gap:calc(60 / var(--break) * 100vw ) 2.3%;
}
.row_common04.no_txt{
	gap:calc(30 / var(--break) * 100vw ) 2.3%;
}
.row_common04 .col{
	max-width: 394px;
	width: 31.8%;
	background: #f0e1c8;
}
.row_common04.no_txt .col{
	background: #00000000!important;
}
.inner1000 .row_common04{
	gap:calc(60 / var(--break) * 100vw ) 5%;
}
.inner1000 .row_common04 .col{
	max-width: 475px;
	width: 47.5%;
}
.row_common04 .col:nth-child(2n){
	background: #f0f0f0;
}
.row_common04 .col .ttl{
	background: #472b00;
}
.row_common04 .col:nth-child(2n) .ttl{
	background:#0d0240;
}
.row_common04 .col .ttl:before,.row_common04 .col .ttl:after{
	content: "";
	background: url("images/page/deco_common01.png")no-repeat right center / cover;
	width: calc( 70 / var(--break) * 100vw );
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.row_common04 .col .ttl:after{
	background: url("images/page/deco_common02.png")no-repeat left center / cover;
	left: auto!important;
	right: 0;
}
.row_common04 .col .box p:not(:last-child){
	margin-bottom: calc(14 / var(--break) * 100vw );
}
.row_common05{
	gap:calc(60 / var(--break) * 100vw ) 1.55%;
}
.row_common05 .col{
	width: 32.3%;
	border: 1px solid #472b00;
	min-height: calc(150 / var(--break) * 100vw )
}
.row_common05 .col .ttl{
	color: #624c00;
}
.row_common05 .col:nth-child(2n) .ttl{
	color: #0f415d;
}
.row_common05 .col:before{
	content: "";
	background: #472b00;
	opacity: 0.05;
	width: calc( 270 / var(--break) * 100vw );
	height: calc( 132 / var(--break) * 100vw );
	position: absolute;
	right: calc(10 / var(--break) * 100vw );
	bottom: calc(10 / var(--break) * 100vw );
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_common05 .col:nth-child(2n):before{
	background: #0d0240;
}
.row_common06{
	gap:calc(60 / var(--break) * 100vw ) 4.4%;
}
.row_common06 .col{
	max-width: 376px;
	width: 30.4%;
}
.row_common06 .col.arw:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: calc(22 / var(--break) * 100vw ) solid transparent;
	border-bottom: calc(22 / var(--break) * 100vw ) solid transparent;
	border-left: calc(15 / var(--break) * 100vw ) solid #271800;
	border-right: 0;
	position: absolute;
	right: calc(-35 / var(--break) * 100vw );
	top: calc(145 / var(--break) * 100vw );
}

.bg_common01:before,.bg_common01:after{
	content: "";
	background: #624c001A;
	width: 50.5%;
	height: calc(404 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0,100% 0, 0 100%);
}
.bg_common01:after{
	left: auto!important;
	top: auto!important;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0 100%,100% 100%);
}
.bg_common01 .box{
	min-height: calc(284 / var(--break) * 100vw );
}
.bg_common01 .box > .txt{
	right: calc(50 / var(--break) * 100vw );
	bottom: calc(45 / var(--break) * 100vw );
}
.ttl_common01:before{
	content: "";
	border-top: calc(2 / var(--break) * 100vw ) solid #f0f0f0;
	width: 100%;
	height: calc( 12 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
.list_common01 li{
	padding-left: calc(30 / var(--break) * 100vw );
	width: 47%;
}
.list_common01 li:before{
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/check01.svg")no-repeat center / contain;
	border-radius: 0;
	top: .25em;
}
.list_common02 li{
	width: 47%;
}
.list_common02 li:before{
	background: #0f415d;
}
.box_common01{
	border: 1px solid #0d0240;
}
.box_common02 p:not(:last-child){
	margin-bottom: calc(40 / var(--break) * 100vw );
}
.box_common03:before,.box_common03:after{
	content: "";
	background: #f0e1c8;
	opacity: 0.6;
	width: calc( 100% - calc(20 / var(--break) * 100vw ));
	height:  calc( 100% - calc(20 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.box_common03:after{
	left: auto!important;
	top: auto!important;
	right: 0;
	bottom: 0;
}
.box_common03 .col_img{
	max-width: 345px;
	width: 30.3%;
}
.box_common03 .col_txt{
	width: 64.1%;
}
.wrap_common01 .ttl{
	border-bottom: 1px solid #271800;
	padding-left: calc(40 / var(--break) * 100vw );
}
.wrap_common01 .ttl:before,.wrap_common01 .ttl:after{
	content: "";
	background:#624c00;
	width: calc( 20 / var(--break) * 100vw );
	height: calc( 20 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0.5em;
}
.wrap_common01 .ttl:after{
	background: #472b00;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.wrap_common01 .col_img {
	width: 29%;
	max-width: 350px;
}
.wrap_common01 .col_txt {
	width: 67%;
}
.txt_common01 {
	max-width: 1000px;
}
.img_common01 {
	max-width: 1000px;
}
.tbl_common01 table{
	border-color: #0d0240;
}
.tbl_common01 thead th{
	text-align: center;
	background: #472b00;
	border-bottom:1px solid #0d0240 ;
}
.tbl_common01 tbody th{
	background: #624c00E6;
}
.tbl_common01 tr:not(:last-child) td{
	border-bottom-color: #472b00;
}
.tbl_common01 tr td:not(:last-child){
	border-right: 1px solid #472b00;
}
.tbl_common01 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01.scroll_w2 thead th:not(:first-child),.tbl_common01.scroll_w2 tbody td{
	width: 35%;
}
.deco_common01:after{
	content: "";
	background-image: linear-gradient(to top, #f0f0f0, #f0e1c8);
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.copy_common02:before,.copy_common02:after{
	content: "";
	border-top: 1px solid #624c00;
	border-bottom: 1px solid #624c00;
	flex: 1;
	height: calc( 7 / var(--break) * 100vw );
	position: relative;
	display: block;
	margin-right: calc(20 / var(--break) * 100vw );
	margin-top: calc(5 / var(--break) * 100vw );
}
.copy_common02:after{
	margin-right: 0!important;
	margin-left: calc(20 / var(--break) * 100vw );
}
@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: 6vw;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common04{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common04 .col,.inner1000 .row_common04 .col{
		width: 100%;
	}
	.row_common04.no_txt{
		gap:calc(30 / var(--break) * 100vw ) 3%!important;
		width: 100%;
	}
	.row_common04.no_txt .col{
		width: 48.5%;
	}
	.row_common04 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2.5vw 2vw 2.5vw;
	}
	.row_common04 .col .box{
		padding: 4vw 5% 5vw;
	}
	.row_common04 .col .btn_common02{
		width: 100%!important;
	}
	.row_common04 .col .btn_common02 a{
		font-size: 0.825rem;
	}
	.row_common04 .col .btn_common02 .arw02:after{
		right: calc(12 / var(--break) * 100vw);
	}
	.row_common05{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		gap:calc(40 / var(--break) * 100vw ) 0;
	}
	.row_common05 .col{
		width: 100%;
	}
	.row_common05 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common06{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		gap:calc(90 / var(--break) * 100vw ) 0;
	}
	.row_common06 .col{
		width: 100%;
	}
	.row_common06 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-top: 3vw;
	}
	.row_common06 .col p{
		padding: 2vw 5% 3vw;
	}
	.row_common06 .col.arw:after {
		border-top: calc(34 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(34 / var(--break) * 100vw) solid transparent;
		border-left: calc(26 / var(--break) * 100vw) solid #271800;
		right: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 0;
		margin: auto;
		top: auto;
		bottom: -11vw;
	}
	.wrap_common01 .ttl{
		font-size:calc(36 / var(--break) * 100vw ) ;
		letter-spacing: 0;
		width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
		padding-left: 7vw;
		padding-bottom: 3vw;
	}
	.wrap_common01 .ttl:before, .wrap_common01 .ttl:after {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		top: 0.35em;
	}
	.wrap_common01 .ttl02{
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.wrap_common01 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.copy_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.copy_common02{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.copy_common02:before, .copy_common02:after{
		height: calc(10 / var(--break) * 100vw);
	}
	.nav_content01{
		width: calc(550 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.btn_common01{
		width: 100%!important;
	}
	.btn_common01 a{
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw 2vw 6vw;
		min-height: calc(130 / var(--break) * 100vw);
	}
	.btn_common01 a:before{
		width: calc(54 / var(--break) * 100vw);
	}
	.nav_content02{
		width: calc(450 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.nav_content02 ul {
		gap: calc(30 / var(--break) * 100vw) 0;
	}
	.btn_common02{
		width: calc(450 / var(--break) * 100vw )!important;
	}
	.btn_common02 a{
		padding-top: 2.5vw;
	}
	.ttl_common01{
		font-size: 1rem;
		letter-spacing: 0;
		padding-top: 3vw;
		padding-bottom: 4vw;
	}
	.ttl_common02{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_common01 {
		display: block;
	}
	.list_common01 li{
		width: 100%;
		padding-left: 8vw;
	}
	.list_common01 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
	}
	.list_common02 li:nth-child(2){
		margin-top: 0;
	}
	.bg_common01:before, .bg_common01:after {
		height: calc(260 / var(--break) * 100vw);
	}
	.bg_common01 .box > .txt{
		position: unset;
		text-align: right;
		margin-right: 7vw;
		margin-top: 4vw;
		line-height: 1;
	}
	.box_common02{
		padding: 5vw 5% 6vw;
	}
	.box_common02 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common03 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
}

/* ドクター・クリニック紹介 CLINIC
------------------------------------------------------------------*/
.row_clinic01 .col_img{
	max-width: 460px;
	width: 37.1%;
}
.row_clinic01 .col_txt{
	width: 59%;
}
.dr_name01.pt02{
	border-top-color: #271800;
}
.box_prof.box_1240px{
	padding-right: 0;
	padding-left: 0;
}
.box_prof .ttl:before,.box_prof .ttl:after{
	content: "";
	background:#ffffff;
	opacity: 0.1;
	width: calc( 100% - calc(95 / var(--break) * 100vw ));
	height: 100%;
	position: absolute;
	-webkit-transform:skewX(-38deg);
	transform:skewX(-38deg);
	inset:0;
	margin: auto;
	z-index: -1;
}
.box_prof .ttl:after{
	-webkit-transform:skewX(38deg);
	transform:skewX(38deg);
}
.box_prof01 .year{
	font-weight: lighter;
	width: calc(110 / var(--break) * 100vw);
}
.box_prof01 .txt {
	width: calc(100% - calc(110 / var(--break) * 100vw));
}
.box_prof .list_default li:before {
	background: #624c00;
}


/*　スライダー　*/
.slide_clinic01 .slick-prev {
	background: url("images/page/arw_slide02.svg")no-repeat center / contain;
	width: calc(33 / var(--break) * 100vw );
	height: calc(59 / var(--break) * 100vw );
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/page/arw_slide02.svg")no-repeat center / contain;
	width: calc(33 / var(--break) * 100vw );
	height: calc(59 / var(--break) * 100vw );
	right: -9.2%;
	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{
	object-fit: cover;
}

.wrap_clinic02 .map{
	padding-top: calc(460 / var(--break) * 100vw );
}
.img_clinic01{
	width: calc(650 / var(--break) * 100vw );
}
.logo_clinic01,.logo_clinic01 img{
	width: calc(576 / var(--break) * 100vw );
}
.row_clinic02{
	max-width: 1110px;
}
.row_clinic02 .col{
	max-width: 530px;
	width: 47.8%;
}
.tel_clinic01.tel_common01 a{
	height: calc(138 / var(--break) * 100vw );
}
.tel_clinic02{
	border: 1px solid #472b00;
	height: calc(187 / var(--break) * 100vw );
}
.tel_clinic01 .icn,.tel_clinic01 .icn img,.tel_clinic02 .icn{
	width: calc(28 / var(--break) * 100vw );
}
.box_clinic01 .ttl{
	border-bottom: 1px solid #624c00;
}
.box_clinic01 .ttl .icn{
	width: calc(40 / var(--break) * 100vw );
}
@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%;
	}
	.tel_clinic02{
		height: calc(155 / var(--break) * 100vw );
	}
	.tel_clinic01.tel_common01 a {
		height: calc(115 / var(--break) * 100vw);
	}
	.tel_clinic02 .txt{
		font-size: 1rem;
	}
	.tel_clinic02 .num {
		font-size: 1.75rem;
	}
	.tel_clinic01 .icn, .tel_clinic01 .icn img, .tel_clinic02 .icn {
		width: calc(23 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic01 .col_img{
		max-width: calc(500 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.img_clinic01 {
		width: calc(550 / var(--break) * 100vw);
	}
	.row_clinic02{
		display: block;
	}
	.row_clinic02 .col{
		width: 100%;
	}
	.row_clinic02 .col:first-child{
		margin-bottom: 6vw;
	}
	.tel_clinic01.tel_common01 a {
		height: calc(165 / var(--break) * 100vw)!important;
	}
	.tel_clinic02{
		width: calc(600 / var(--break) * 100vw )!important;
		height: calc(210 / var(--break) * 100vw);
	}
	.tel_clinic02 .txt{
		font-size: calc(26 / var(--break) * 100vw);
	}
	.tel_clinic02 .num {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.box_clinic01 {
		padding: 5vw 5% 6vw;
	}
	.box_clinic01 .ttl .icn{
		width: calc(60 / var(--break) * 100vw );
	}
	.box_clinic01 .ttl .txt{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_prof01 ol{
		padding-right: 5%;
		padding-left: 5%;
	}
	.box_prof .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-top: 1.5vw;
	}
	.box_prof01 .year {
		width: 28%;
	}
	.box_prof01 .txt{
		width: 72%;
	}
}


/* flow 流れ
------------------------------------------------------------------*/
.box_flow{
	border: 1px solid #0f415d;
	background: #fff;
}
.box_flow:nth-of-type(2n){
	border-color: #624c00;
}
.box_flow:after{
	content: "";
	background: #0f415d;
	width: calc( 150 / var(--break) * 100vw );
	height: calc( 150 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0,100% 0, 0 100%);
}
.box_flow:nth-of-type(2n):after{
	background:#624c00;
}
.box_flow .col_txt .wrap .num {
	background: #f0f0f0;
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	font-weight: 400;
	border: calc(2 / var(--break) * 100vw ) solid #0f415d;
	color: #0d0240;
}
.box_flow:nth-of-type(2n) .col_txt .wrap .num {
	background: #f0e1c8;
	border-color: #624c00;
	color:#472b00;
}
.box_flow .col_txt .wrap .ttl {
	width: calc(100% - calc(90 / var(--break) * 100vw));
}
.arw_flow:before{
	border-top-color: #271800;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow{
		padding: 5vw 5vw 6vw;
	}
	.box_flow .col_txt .wrap .num {
		width: calc(75 / var(--break) * 100vw);
		height: calc(75 / var(--break) * 100vw);
		font-size: 1.25rem;
		padding-top: 0.5vw;
	}
	.box_flow .col_txt .wrap .ttl {
		width: calc(100% - calc(100 / var(--break) * 100vw));
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-top: 2vw;
		padding-top: 0;
	}
}

/* box_qa よくある質問
------------------------------------------------------------------*/
.box_qa02 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_qa02 .box_q .box:before,.box_qa02 .box_a .box:before{
	content: "";
	background: #f0e1c8;
	opacity: 0.1;
	width: calc( 100% - calc(10 / var(--break) * 100vw ));
	height: calc( 100% - calc(10 / var(--break) * 100vw ));
	position: absolute;
	inset:0;
	margin: auto;
	z-index: -1;
}
.box_qa02 .box_a .box:before{
	background: #f0f0f0;
}
.box_qa02 .box_q .txt .icn:before,.box_qa02 .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) {
	.box_qa02 .box_q .box{
		font-size: 1.25rem;
	}
	.box_qa02 .box_q .txt{
		padding: 1.5vw 8vw 1.5vw 4vw;
	}
	.box_qa02 .box_a .box{
		font-size: 1.25rem;
	}
}

/* お支払方法
------------------------------------------------------------------*/
.bg_pay{
	background: url("images/page/bg_pay01.jpg")no-repeat center / cover;
}
.row_pay .col{
	margin-right: 2.3%;
	position: relative;
}
.row_pay .col:before{
	content: "";
	background: #624c0033;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_pay .ttl01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_pay .ttl02{
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw;
	}
}


/* 白内障手術の特徴 CATARACT-SURGERY
------------------------------------------------------------------*/
.bg_cataract-surgery01{
	background: url("images/cataract-surgery/bg_cataract-surgery01.jpg")no-repeat center / cover;
}
.bg_cataract-surgery01 .box{
	background: #ffffffE6;
}
.list_cataract-surgery01{
	max-width: 725px;
}
.list_cataract-surgery01 .num{
	width: calc(50 / var(--break) * 100vw );
	height: calc(50 / var(--break) * 100vw );
}
.list_cataract-surgery01 .txt{
	width: calc(100% - calc(65 / var(--break) * 100vw ));
}
.list_cataract-surgery01 .num:before{
	content: "";
	background: #0f415d;
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	margin: auto;
	z-index: -1;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_cataract-surgery01 .box{
		padding: 5vw 5% 8vw;
	}
	.bg_cataract-surgery01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.list_cataract-surgery01 .wrap{
		align-items: center!important;
	}
	.list_cataract-surgery01 .num {
		width: calc(68 / var(--break) * 100vw);
		height: calc(68 / var(--break) * 100vw);
		font-size: 1.375rem;
		margin-right: calc(30 / var(--break) * 100vw );
	}
	.list_cataract-surgery01 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(100% - calc(98 / var(--break) * 100vw ));
		margin-top: 0;
	}
}

/* 近隣開業医の先生へ REFERRAL
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_referral01 {
		padding: 5vw 5% 6vw;
	}
	.box_referral01 .txt01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_referral01 .txt01 em{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

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

/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	max-width: calc(1240 / var(--break) * 100vw );
	margin-bottom: calc(150 / 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);
	outline : 1px solid #ffffff;
	outline-offset : calc( -6 / var(--break) * 100vw );
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #271800;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / 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: 0;
    bottom: calc(35 / var(--break) * 100vw );
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -9%;
}
.slide_case01 .slick-next {
    right: -9%;
    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: #f0e1c8;
	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:#472b00;
	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);/*ボーダー右切れる対策*/
	border-color: #472b00;
}
.tbl_case th{
	background: #472b00;
}
.tbl_case td{
	background: #fff;
}
.tbl_case tr:not(:last-child) td{
	border-bottom-color: #472b00;
}
@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);
	}
	.bg_case01 .ttl{
		font-size: 1.5rem;
	}
	.slide_case01 {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.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 #271800;
		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: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 3vw;
	}
	.slide_case01 .slick-next {
		right: 3vw;
	}
	.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 tr th {
			border-bottom: 0!important;
	}
	.slide_case01 .tbl_case {
		max-width: calc(646 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.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: #333333 !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_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .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;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.copy_recruit01:before,.copy_recruit01:after{
	content: "";
	background: #0f415d;
	width: calc(2 / var(--break) * 100vw );
	height: calc( 35 / var(--break) * 100vw );
	position: relative;
	display: block;
	margin-right: calc(25 / var(--break) * 100vw );
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.copy_recruit01:after{
	margin-right: 0!important;
	margin-left: calc(25 / var(--break) * 100vw );
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #472b00!important;
}
.tbl_guideline01 th {
	background: #472b00!important;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #472b00!important;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color:#0d0240;
}
.btn_submit{
	max-width: calc(300 / var(--break) * 100vw );
}
.btn_submit input {
	border-bottom: 1px solid #271800;
	background: #f0f0f0;
	font-size: 1.125rem;
	color: #271800;
}
.box_privacy{
	border-color: #271800;
}
.btn_submit:before{
	content: none;
}
.btn_submit:after{
	content: "";
	background: url(images/page/arw03.svg) no-repeat center / contain;
	width: calc(41 / var(--break) * 100vw);
	height: calc(6 / var(--break) * 100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(20 / var(--break) * 100vw);
}
.btn_submit input:disabled{
	color: #fff;
}
@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 tr th {
			border-bottom: 0!important;
	}
	.btn_submit:after{
		width: calc(49 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.copy_recruit01{
		font-size: 1.1875rem;
		letter-spacing: 0;
		align-items: flex-end!important;
	}
	.copy_recruit01:before, .copy_recruit01:after{
		height: calc(45 / var(--break) * 100vw);
	}
	.row_recruit01 .box{
		font-size: 2rem;
	}
	.row_recruit01 .box em{
		font-size: 3rem;
	}
	.row_recruit01 .box small{
		font-size: 1.75rem;
	}
	.btn_submit {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.btn_submit input{
		font-size: 1rem;
		padding-bottom: 4vw;
	}
}

/* お問い合わせ 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: #472b00;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(35/ var(--break) * 100vw);
	padding-bottom: calc(5 / 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: #0d0240;
	border: 1px solid #0d0240;
	border-right-color: #0d0240;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #0d0240;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #0f415d;
	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 #333;
	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;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.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 #271800;
}
.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 #f0f0f0;
}
.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;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(12 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #0f415d;
	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 #624c00;
	color: #624c00;
	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: #624c00;
	background: #624c00;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.single_post h3:before{
	content: "";
	background: #0d024033;
	width: 100%;
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	inset:0;
	margin: auto;
	z-index: -1;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.post_content > h4{
	background: url("images/topics/deco_topics01.png")no-repeat left center / auto 100%,url("images/topics/deco_topics02.png")no-repeat right center / auto 100% #f0e1c8;
	padding: calc(10 / var(--break) * 100vw ) calc(35 / var(--break) * 100vw ) calc(15 / var(--break) * 100vw );
}
.post_content > h5{
	position: relative;
	padding: calc(5 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw );
}
.post_content > h5:before{
	content: "";
	background: url("images/topics/deco_topics03.png")no-repeat center / contain;
	width: calc( 19 / var(--break) * 100vw );
	height: calc( 42 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0.2em;
}
.post_content > h5:after{
	content: "";
	border-top: 1px solid #624c00;
	border-bottom: 1px solid #624c00;
	width: 100%;
	height: calc( 5 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
#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 #0f415d;
	background: #0f415d;
	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: #0f415d;
}

@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;
	}
	.post_content > h4{
		padding-top:2vw;
	}
	.post_content > h5{
		padding-left: 5vw;
	}
	.post_content > h5:before{
		width: calc(23 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.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%;
}
.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);
	border: 1px solid #271800;
}
.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 #271800;
}

.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #271800 #fff;
    scrollbar-width: thin;
}
.risk_format.no_scroll .box{
	overflow-y: auto;
	max-height:100%;
}
.tbl_format01 .tbl_common01 thead th{
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.tbl_format01 .tbl_common01 tbody th,.tbl_format01 .tbl_common01 tbody td{
	text-align: center;
}
.img_format02{
	max-width: calc(400 / var(--break) * 100vw );
}
.name_format{
	border-top: 1px solid #271800;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.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;
	}
	.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,.tbl_format02.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);
	}
	.box_format04 .list_common02 li{
		width: 100%;
	}
	.box_format04 .list_common02 li:not(:first-child){
		margin-top: 3vw;
	}
	.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));
	}
	.risk_format .box{
		padding-right: 4vw;
	}
}