@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.png") no-repeat center / cover;
	height: calc(480 / var(--break) * 100vw);
	margin: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) 0;
	border-radius: calc(40 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
}
.hdg2 .ja {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(50.5 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg2 .en {
	margin: 0.6em 0 1.3em;
	color: var(--color07);
	font-family: "azo-sans-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg3 {
	position: relative;
	padding: 0.7em 0 0.8em;
	border-radius: calc(20 / var(--break) * 100vw);
	background: linear-gradient(0deg, var(--color11) 50%, var(--color07) 50%);
	color: #fff;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.5;
	overflow: hidden;
}
.hdg3:after {
	display: block;
	position: absolute;
	bottom: calc(10 / var(--break) * 100vw);
	left: 0;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	background: #fff;
	content: '';
}
.hdg4 {
	padding: 0.55em 0 0.6em;
	border-radius: calc(50 / var(--break) * 100vw);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.hdg5 {
	position: relative;
	margin-bottom: 1.3em;
	padding-left: 1.7em;
}
.hdg5:before {
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 100%;
	background: var(--color08);
	content: '';
}
.tbl_title {
	max-width: 700px;
	width: 100%;
}
.tbl_title:before,
.tbl_title:after {
	display: block;
	flex-grow: 1;
	width: auto;
	height: 1px;
	background: var(--color01);
	content: '';
}
.tbl_title span {
	display: block;
	margin: 0 1em;
}
.copy_common01 {
	padding-bottom: 0.8em;
	border-bottom: calc(4 / var(--break) * 100vw) solid var(--color09);
}
.txt_common01 {
	border-bottom: calc(4 / var(--break) * 100vw) solid var(--color02);
}
.btn_tel01 {
	max-width: calc(280 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
}
.btn_tel01 a {
	width: 100%;
	height: 100%;
}
.btn_tel01 a .txt01 {
	margin: 0.1em 0 0.4em;
}
.btn_tel01 a .tel span {
	display: inline-block;
	position: relative;
	margin-left: 0.2em;
	padding-left: 1.05em;
}
.btn_tel01 a .tel span:before {
	display: block;
	position: absolute;
	top: 0em;
	bottom: 0;
	left: 0;
	width: calc(26 / var(--break) * 100vw);
	height: calc(26 / var(--break) * 100vw);
	background: url(./images/page/icn_tel01.svg) no-repeat left center / contain;
	margin: auto;
	content: '';
}
.name .ja {
	margin: 0 0.42em 0 0.4em;
}
.name02 .ja {
	margin-left: 0 !important;
}
.name .en {
	margin-top: 0.3em;
}
.row_common01 .col_img {
	position: relative;
	max-width: 570px !important;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_common01 .col_img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	border-radius: calc(40 / var(--break) * 100vw);
	background: var(--color06);
	content: '';
}
.row_common01.r_reverse .col_img:before {
	left: calc(20 / var(--break) * 100vw);
}
.row_common01 .col_img img {
	position: relative;
	z-index: 1;
}
.row_common01 .col_txt .copy {
	margin-bottom: 0.6em;
}
.row_common01 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_common02 .col_txt .copy {
	margin-bottom: 1.1em;
	padding-bottom: 0.8em;
	border-bottom: calc(4 / var(--break) * 100vw) solid var(--color09);
	line-height: 1.62;
}
.row_common02 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_common03 .col_img {
	max-width: 350px;
	width: 29%;
}
.row_common03 .col_txt {
	width: 67%;
}
.row_common03 .col_txt .hdg5:before {
	background: linear-gradient(-45deg, var(--color01) 50%, var(--color05) 50%);
}
.row_common04 {
	gap: calc(30 / var(--break) * 100vw) 2.33%;
}
.row_common04 .col {
	width: 31.78%;
}
.row_common04 .col > img {
	width: 100%;
}
.row_common04 .col .ttl {
	position: relative;
	padding: calc(17 / var(--break) * 100vw) 0;
}
.row_common04 .col .ttl:after {
	display: block;
	position: absolute;
	bottom: calc(5 / var(--break) * 100vw);
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
}
.box_common01 {
	position: relative;
	border-style: solid;
	border-width: 1px;
}
.box_common01 .deco01 {
	top: calc(-31 / var(--break) * 100vw);
	left: 8.1%;
	max-width: 107px;
	width: 10.7%;
}
.box_common01 .deco02 {
	top: calc(-31 / var(--break) * 100vw);
	right: 8%;
	max-width: 107px;
	width: 10.7%;
}
.box_common01 .en span {
	display: inline-block;
	background: linear-gradient(90deg, var(--color11) 50%, var(--color07) 50%);
	background: -webkit-linear-gradient(90deg, var(--color11) 50%, var(--color07) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box_common01 .ttl {
	padding: 0.5em 0;
	border-radius: 100px;
}
.box_common01 .list_default01 li {
	width: 47%;
}
.list_default.list_col01 li:before {
	background: var(--color10);
}
.list_default.list_col02 li:before {
	background: var(--color11);
}
.list_default.list_col03 li:before {
	background: var(--color07);
}
.list_default.list_check01 {
	gap: 0.37em 0;
}
.list_default.list_check01 li {
	margin: 0 !important;
	padding-bottom: 0.3em;
	padding-left: 1.7em;
	border-bottom: 1px dotted var(--color11);
}
.list_default.list_check01 li:before {
	top: 0.3em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	background: url(./images/page/icn_check02.svg) no-repeat left center / contain;
}
.list_default.list_check01 li span {
	display: inline-block;
	margin-right: -1em;
}
.list_default.list_check02 {
	gap: calc(19 / var(--break) * 100vw) 0;
}
.list_default.list_check02 li {
	width: 100%;
	margin: 0 !important;
	padding-left: 1.9em;
}
.list_default.list_check02 li:before {
	top: 0.3em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	background: url(./images/page/icn_check02.svg) no-repeat left center / contain;
}
.area_pay {
	position: relative;
}
.area_pay:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(160 / var(--break) * 100vw);
	background: var(--color01);
	content: '';
	opacity: 0.6;
}
.area_pay .row_pay {
	gap: 0 1.6%;
}
.area_pay .row_pay .col {
	width: 23.8%;
	margin: 0 !important;
	outline: calc(4 / var(--break) * 100vw) solid #fff;
	outline-offset: calc(-4 / var(--break) * 100vw);
}
.area_pay .row_pay .col .txt {
	line-height: 1.67;
}
.tbl_default.tbl_col01 table {
	background: #fff;
	border-color: var(--color11);
}
.tbl_default.tbl_col01 thead th {
	width: 21%;
	background: var(--color11);
	text-align: center;
}
.tbl_default.tbl_col01 thead th.t1 {
	width: 58%;
}
.tbl_default.tbl_col01 thead th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_default.tbl_col01 tbody th {
	background: var(--color09);
	color: var(--color10);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) th,
.tbl_default.tbl_col01 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color11);
}
.tbl_default.tbl_col01 tbody td:not(:last-of-type) {
	border-right: 1px solid var(--color11);
}
.tbl_default.tbl_col02 table {
	background: #fff;
	border-color: var(--color11);
}
.tbl_default.tbl_col02 tbody th {
	background: var(--color09);
	color: var(--color10);
}
.tbl_default.tbl_col02 tbody tr:not(:last-child) th,
.tbl_default.tbl_col02 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color11);
}
.tbl_default.tbl_col03 thead th {
	width: 58%;
	background: var(--color11);
	color: #fff;
	text-align: center;
}
.tbl_default.tbl_col03 thead th.t1 {
	width: 42%;
	border-right: 1px solid #fff;
}
.tbl_default.tbl_col03 table {
	background: #fff;
	border-color: var(--color11);
}
.tbl_default.tbl_col03 tbody th {
	background: var(--color09);
	color: var(--color10);
}
.tbl_default.tbl_col03 tbody tr:not(:last-child) th,
.tbl_default.tbl_col03 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color11);
}
.link_common01 {
	margin-top: calc(-200 / var(--break) * 100vw);
	padding-top: calc(200 / var(--break) * 100vw);
}
@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.png");
		height: calc(500 / var(--break) * 100vw);
		margin: calc(20 / var(--break) * 100vw) calc(24 / var(--break) * 100vw) 0;
	}
	.hdg2 .ja {
		letter-spacing: 0;
	}
	.hdg2 .en {
		margin: 2vw 0 -26vw;
		font-size: .9375rem;
	}
	.hdg3 {
		padding: 3.4vw 0 3.5vw;
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg3 span {
		display: inline-block;
		margin: 0 -1em;
	}
	.hdg4 {
		padding: 3vw 0;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5 {
		margin-bottom: 4vw;
		padding-left: 7vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.tbl_title {
		max-width: 100%;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_title:before,
	.tbl_title:after {
		height: calc(2 / var(--break) * 100vw);
	}
	.tbl_title span {
		margin: 0 3vw;
	}
	.copy_common01 {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.btn_tel01 {
		max-width: calc(600 / var(--break) * 100vw);
		height: calc(130 / var(--break) * 100vw);
	}
	.btn_tel01 a {
	}
	.btn_tel01 a .txt01 {
		font-size: calc(26.5 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel {
		font-size: calc(45 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel span:before {
		width: calc(37 / var(--break) * 100vw);
		height: calc(37 / var(--break) * 100vw);
	}
	.name .ttl {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.name .ja {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.name .en {
		font-size: calc(18 / var(--break) * 100vw);
	}
	.row_common01 .col_img {
		margin-left: auto;
		margin-right: auto;
	}
	.row_common01 .col_txt .copy span {
		margin-left: -1em;
	}
	.row_common02 .col_txt .copy span {
		margin-left: -1em;
	}
	.row_common03 .col_txt {
		width: calc(646 / var(--break) * 100vw) !important;
		margin: 0 auto;
	}
	.row_common04 {
		gap: 5vw 0;
	}
	.row_common04 .col .ttl {
		padding: 3vw 0;
	}
	.box_common01 {
		padding: 10vw 5% 8vw;
	}
	.box_common01 .deco01 {
		top: -4vw;
		left: 2vw;
		max-width: calc(107 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common01 .deco02 {
		top: -4vw;
		right: 2vw;
		max-width: calc(107 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common01 .en {
		font-size: calc(80 / var(--break) * 100vw);
	}
	.box_common01 .ttl {
		padding: 3vw 0;
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common01 .list_default01 li {
		width: 100%;
	}
	.list_default.list_check01 {
		gap: 2vw 0;
	}
	.list_default.list_check01 li {
		padding-bottom: 2vw;
		padding-left: 8vw;
	}
	.list_default.list_check01 li:before {
		top: 1.5vw;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.list_default.list_check01 li span {
		margin-right: 0;
	}
	.list_default.list_check02 {
		gap: 2vw 0;
	}
	.list_default.list_check02 li {
		padding-left: 8vw;
	}
	.list_default.list_check02 li:before {
		top: 1.5vw;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.area_pay .copy01 {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_pay .row_pay {
		gap: 0 4%;
	}
	.area_pay .row_pay .col {
		width: 48%;
	}
	.tbl_default.tbl_col01 thead th.t1 {
		width: 44%;
	}
	.tbl_default.tbl_col01 thead th {
		width: 28%;
	}

}


/* 診療内容 medical
------------------------------------------------------------------*/
.box_medical01 .row01 {
	max-width: 1000px;
	width: 90%;
}
.box_medical01 .row01 .col {
	position: relative;
	width: 22%;
}
.box_medical01 .row01 .col:before {
	display: block;
	padding-top: 100%;
	content: '';
}
.box_medical01 .row01 .col:after {
	display: block;
	position: absolute;
	inset: 0;
	width: calc(100% - (20 / var(--break) * 100vw));
	height: calc(100% - (20 / var(--break) * 100vw));
	margin: auto;
	border-radius: calc(20 / var(--break) * 100vw);
	border: 1px solid var(--color01);
	content: '';
}
.tbl_medical01 table {
	width: 100%;
	border: 1px solid var(--color11);
	background: #fff;
}
.tbl_medical01 thead th {
	width: 20%;
	border-right: 1px solid #fff;
	background: var(--color11);
}
.tbl_medical01 thead td {
	width: 16%;
	padding: calc(5 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw);
	background: var(--color11);
	color: #fff;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}
.tbl_medical01 thead td:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_medical01 tbody th {
	vertical-align: middle;
	padding: calc(9 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw);
	background: var(--color07);
	color: #fff;
	font-weight: 300;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.tbl_medical01 tbody td {
	vertical-align: middle;
	text-align: center;
}
.tbl_medical01 tbody tr:not(:last-child) th,
.tbl_medical01 tbody tr:not(:last-child) td {
	border-bottom: 1px solid var(--color11);
}
.tbl_medical01 tbody td:not(:last-of-type) {
	border-right: 1px solid var(--color11);
}
.tbl_medical01 .tbl_caption {
	margin-top: calc(8 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_medical01 {
		padding: 8vw 5%;
	}
	.box_medical01 .row01 {
		gap: 4vw 0;
		max-width: 100%;
		width: 100%;
	}
	.box_medical01 .row01 .col {
		width: 48%;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.tbl_medical01 table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_medical01 thead td {
		padding: 2vw 0 3vw;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_medical01 tbody th {
		padding: 3vw 0;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_medical01 .tbl_caption {
		margin-top: 3vw;
	}
	
}


/* 美容治療 aesthetic
------------------------------------------------------------------*/
.row_aesthetic01 .col_txt .box {
	border-style: solid;
	border-width: 1px;
}
.row_aesthetic01 .col_txt .box h5 {
	margin-bottom: 1.2em;
	padding-bottom: 0.6em;
	border-bottom: calc(4 / var(--break) * 100vw) solid var(--color09);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_aesthetic01 .col_txt .box {
		padding: 6vw 5% 8vw;
	}
	.row_aesthetic01 .col_txt .box h5 {
		margin-bottom: 3vw;
		padding-bottom: 2vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.img_access01 {
	position: relative;
	max-width: calc(750 / var(--break) * 100vw);
	width: 100%;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.img_access01:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	border-radius: calc(40 / var(--break) * 100vw);
	background: var(--color06);
	content: '';
}
.logo_access01 {
	width: calc(300 / var(--break) * 100vw);
}
.map_access .map {
	padding: calc(460 / var(--break) * 100vw) 0 0 0;
}
.txt_access01 {
	max-width: calc(880 / var(--break) * 100vw);
	width: 100%;
}
.txt_access01 dt {
	border-bottom: 1px solid var(--color07);
}
.txt_access01 dt .icn {
	width: calc(40 / var(--break) * 100vw);
}
.txt_access01 dt .ttl {
	width: calc(100% - (70 / var(--break) * 100vw));
	font-size: calc(19.5 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_access02 .col {
	width: 47.5%;
}
.row_access02 .col .icn {
	width: calc(150 / var(--break) * 100vw);
}
.row_access02 .col .ttl {
	margin: calc(23 / var(--break) * 100vw) 0 calc(21 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_access01 {
		max-width: 100%;
	}
	.logo_access01 {
		width: calc(230 / var(--break) * 100vw);
	}
	.map_access .map {
		padding: calc(500 / var(--break) * 100vw) 0 0 0;
	}
	.txt_access01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.txt_access01 dt .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.txt_access01 dt .ttl {
		width: calc(100% - (80 / var(--break) * 100vw));
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_access02 {
		gap: 5vw 0;
		width: calc(600 / var(--break) * 100vw);
	}
	.row_access02 .col {
		width: 100%;
	}
	.row_access02 .col .ttl {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	
}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url(./images/clinic/bg_clinic01.jpg) no-repeat center / cover;
}
.bg_clinic01 .box01 ol li:not(:last-child) {
	margin-bottom: 0.9em;
	padding-bottom: 1.5em;
	border-bottom: calc(4 / var(--break) * 100vw) solid var(--color06);
}
.bg_clinic01 .box01 ol li .num {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	background: linear-gradient(-45deg, var(--color01) 50%, var(--color05) 50%);
}
.bg_clinic01 .box01 ol li .txt {
	width: calc(100% - (90 / var(--break) * 100vw));
	line-height: 1.58;
}
.bg_clinic01 .box01 > p span {
	display: inline-block;
	margin: 0 -1em;
}
.wrap_clinic01 {
	position: relative;
	max-width: 1720px;
	width: 90%;
}
.wrap_clinic01:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: calc(100% - (100 / var(--break) * 100vw));
	height: calc(100% - (60 / var(--break) * 100vw));
	border-radius: calc(40 / var(--break) * 100vw);
	background: var(--color06);
	content: '';
}
.wrap_clinic01.r_reverse:before {
	left: 0;
	right: auto;
}
.wrap_clinic01:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(100 / var(--break) * 100vw);
	z-index: 0;
	max-width: 100%;
	width: calc(601 / var(--break) * 100vw);
	max-height: 100%;
	height: calc(421 / var(--break) * 100vw);
	border-bottom-left-radius: calc(40 / var(--break) * 100vw);
	content: '';
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	opacity: 0.1;
}
.wrap_clinic01.r_reverse:after {
	left: auto;
	right: calc(100 / var(--break) * 100vw);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: calc(40 / var(--break) * 100vw);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.wrap_clinic01.wrap_col01:after {
	background: var(--color07);
}
.wrap_clinic01.wrap_col02:after {
	background: var(--color08);
}
.wrap_clinic01.wrap_col03:after {
	background: var(--color05);
}
.wrap_clinic01.wrap_col04:after {
	background: var(--color11);
}
.wrap_clinic01 .img {
	max-width: 960px;
	width: 55.82%;
}
.wrap_clinic01 .unit {
	width: 44.18%;
}
.wrap_clinic01 .unit .deco01 {
	top: calc(20 / var(--break) * 100vw);
	left: 5%;
	max-width: 143px;
	width: 19%;
}
.wrap_clinic01 .unit .deco02 {
	top: calc(21 / var(--break) * 100vw);
	right: 5%;
	max-width: 143px;
	width: 19%;
}
.wrap_clinic01 .unit .deco03 {
	top: calc(19 / var(--break) * 100vw);
	left: 5.4%;
	max-width: 145px;
	width: 20%;
}
.wrap_clinic01 .unit .deco04 {
	top: calc(19 / var(--break) * 100vw);
	right: 5%;
	max-width: 145px;
	width: 20%;
}
.wrap_clinic01 .unit .txt {
	max-width: 620px;
	width: 90%;
}
.row_clinic01 .col_img {
	max-width: 460px;
	width: 38%;
}
.row_clinic01 .col_txt {
	width: 58%;
}
.box_prof {
	max-width: 600px;
	width: 49%;
	border-width: 1px;
	border-style: solid;
}
.box_prof .ttl {
	position: relative;
	margin-bottom: 1.2em;
	padding: 0.75em 0;
}
.box_prof .ttl:after {
	display: block;
	position: absolute;
	bottom: calc(5 / var(--break) * 100vw);
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
}
.box_prof ol li .year {
	font-weight: 300;
}
.box_prof ol li .txt {
	width: calc(100% - (100 / var(--break) * 100vw));
}
.slide_clinic01 .slick-prev,
.slide_clinic01 .slick-next {
	background: url(images/page/arw_slide01.svg) no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev {
	left: -9%;
	transform: translate(0);
}
.slide_clinic01 .slick-next {
	right: -9%;
	transform: translate(0) scaleX(-1);
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail {
	gap: calc(20 / var(--break) * 100vw) 2.5%;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: -4%;
	}
	.slide_clinic01 .slick-next {
		right: -4%;
	}
	
}
@media(max-width: 767px) {
	.bg_clinic01 .box01 {
		padding: 8vw 5%;
	}
	.bg_clinic01 .box01 ol {
		margin-bottom: 8vw;
	}
	.bg_clinic01 .box01 ol li {
		display: block;
	}
	.bg_clinic01 .box01 ol li:not(:last-child) {
		margin-bottom: 6vw;
		padding-bottom: 4vw;
	}
	.bg_clinic01 .box01 ol li .num {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		margin: 0 auto 3vw;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_clinic01 .box01 ol li .txt {
		width: 100%;
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.bg_clinic01 .box01 > p span {
		margin: 0;
	}
	.wrap_clinic01 {
		max-width: 100%;
		width: 100%;
	}
	.wrap_clinic01:before {
		width: 100%;
		height: calc(100% - (300 / var(--break) * 100vw));
		border-radius: 0;
	}
	.wrap_clinic01:after {
		left: 0;
		border-radius: 0 !important;
	}
	.wrap_clinic01.r_reverse:after {
		right: 0;
	}
	.wrap_clinic01 .img {
		max-width: calc(702 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto;
	}
	.wrap_clinic01 .unit {
		width: 100%;
		padding-top: 12vw;
	}
	.wrap_clinic01 .unit .deco01 {
		top: -10vw;
		left: 5vw;
		max-width: calc(145 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .unit .deco02 {
		top: -10vw;
		right: 5vw;
		max-width: calc(145 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .unit .deco03 {
		top: -10vw;
		left: 5vw;
		max-width: calc(145 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .unit .deco04 {
		top: -10vw;
		right: 5vw;
		max-width: calc(145 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .unit .txt {
		max-width: calc(646 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .unit .txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic01 .col_img {
		max-width: calc(460 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		width: 58%;
	}
	.box_clinic01 {
		padding: 6vw 5% 8vw;
	}
	.box_clinic01 .ttl {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_prof {
		max-width: 100%;
		width: 100%;
	}
	.box_prof .ttl {
		margin-bottom: 4vw;
		padding: 3vw 0;
	}
	.box_prof ol li .txt {
		width: 75%;
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	
}


/* 初診のかたへ guide
------------------------------------------------------------------*/
.tbl_guide01 tbody th {
}
.box_flow {
	border-radius: calc(20 / var(--break) * 100vw);
	background: var(--color03);
}
.box_flow.arw_flow:before {
	border-top-color: var(--color01);
}
.box_flow .col_txt h4 .num {
	border-radius: 100%;
	background: linear-gradient(-45deg, var(--color01) 50%, var(--color05) 50%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow {
		padding: 6vw 5% 8vw;
	}
	
}


/* 症例紹介 case
------------------------------------------------------------------*/
.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 #ccc;
	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(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_case01 .slick-prev {
	left: -7.2%;
}
.slide_case01 .slick-next {
	right: -7.2%;
	transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	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: #ccc;
	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: #333;
	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) {
	.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 #ccc;
		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: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.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: 1px solid #000;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	border-style: solid;
	border-width: 1px;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_risk01 .txt {
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_invisalign {
	max-width: 1000px;
	border: 1px solid #0097dd;
}
.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: var(--color11) !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 {
		font-size: 1rem;
		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
------------------------------------------------------------------*/
.box_recruit01 {
	position: relative;
}
.box_recruit01 .deco01 {
	top: 50%;
	left: 4.8%;
	transform: translateY(-50%);
	max-width: 110px;
	width: 11%;
}
.box_recruit01 .deco02 {
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	max-width: 110px;
	width: 11%;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: var(--color11);
	background: #fff;
}
.tbl_guideline01 th {
	background: var(--color09);
	color: var(--color10);
}
.tbl_guideline01 tr:not(:last-child) th,
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: var(--color11);
}
.tbl_form01 th {
	color: var(--color10);
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	border-radius: calc(4 / var(--break) * 100vw);
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: var(--color08);
}
.box_form {
	line-height: 1.78;
}
.btn_submit:before {
	display: none;
}
.btn_submit:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(5 / var(--break) * 100vw);
	width: calc(30 / var(--break) * 100vw);
	height: 1px;
	margin: auto;
	background: var(--color11);
	content: '';
	transition: .3s;
}
.btn_submit:has(input:not(:disabled)):hover:after {
	transform: translateX(calc(5 / var(--break) * 100vw));
}
.btn_submit input {
	padding: calc(16 / var(--break) * 100vw) 0 calc(15 / var(--break) * 100vw);
	border: calc(5 / var(--break) * 100vw) solid #fff;
	outline: calc(2 / var(--break) * 100vw) solid var(--color11);
	outline-offset: calc(-2 / var(--break) * 100vw);
	background: var(--color09);
	color: var(--color11);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 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) {
	.box_recruit01 {
		padding-bottom: 20vw;
	}
	.box_recruit01 .deco01 {
		top: auto;
		bottom: 2vw;
		left: 3vw;
		transform: translateY(0);
		max-width: calc(110 / var(--break) * 100vw);
		width: 100%;
	}
	.box_recruit01 .deco02 {
		top: auto;
		bottom: 2vw;
		right: 3vw;
		transform: translateY(0);
		max-width: calc(110 / var(--break) * 100vw);
		width: 100%;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 th {
		border-bottom: 1px solid var(--color11);
	}
	.btn_submit {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_submit:after {
		right: calc(10 / var(--break) * 100vw);
		width: calc(60 / var(--break) * 100vw);
	}
	.btn_submit:has(input:not(:disabled)):hover:after {
		transform: translateX(0);
	}
	.btn_submit input {
		padding: 4.5vw 0;
		border-width: calc(10 / var(--break) * 100vw);
		outline-width: calc(4 / var(--break) * 100vw);
		outline-offset: calc(-4 / var(--break) * 100vw);
		font-size: calc(34 / var(--break) * 100vw);
	}

}

/* お問い合わせ 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: #959595;
	color: #fff;
	font-weight: 500;
	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: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	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 #333;
}
.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 #959595;
}
.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(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	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 #959595;
	color: #959595;
	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: #959595;
	background: #959595;
	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.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#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 #959595;
	background: #959595;
	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: #959595;
}

@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));
	}
}