@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: #dbf0e6;
	height: calc(510 / var(--break) * 100vw);
}
.main_page::before {
	content: "";
	position: absolute;
	background: url("images/page/frame_ttl_page01.svg")no-repeat center / cover;
	width: 100%;
	height: calc(90 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	z-index: 1;
}
.main_page .deco01 {
	width: calc(505 / var(--break) * 100vw);
	left: 5%;
	bottom: 0%;
	z-index: 0;
}
.main_page .deco02 {
	width: calc(251 / var(--break) * 100vw);
	right: 5%;
	bottom: 0%;
	z-index: 2;
}
.main_page .deco03 {
	width: calc(83 / var(--break) * 100vw);
	right: 19.5%;
	bottom: 14%;
	z-index: 2;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
}
.hdg3 {
	padding: calc(20 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
    position: relative;
    background: url(images/page/deco_h3_l.svg) no-repeat left 16% top / calc(233 / var(--break) * 100vw) auto, url(images/page/deco_h3_r.svg) no-repeat right 17% bottom / calc(229 / var(--break) * 100vw) auto #fffde1;
}
.hdg3::before {
	content: "";
    position: absolute;
	background-color: #173559;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(10 / var(--break) * 100vw);
}
.hdg3 > span {
	width: 90%;
    max-width: 1500px;
    display: block;
	line-height: 1.6;
}
.w50 {
	width: 50%!important;
}
.w48 {
	width: 48%!important;
}
.h100 {
	height: 100%!important;
}
.bdr {
	border: solid 1px #fff;
}
.bdrd100 {
	border-radius: 100vh;
}
.bdr_inner {
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: #fff solid 1px;
}

/*設備紹介*/
.row_common01 {
	gap: calc(40 / var(--break) * 100vw) 1.3%;
}
.row_common01 .col {
	width: 24%;
	max-width: 360px;
}
.row_common01 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.row_common02 .col_img {
	width: 47%;
	max-width: 700px;
}
.row_common02 .col_txt {
	width: 49%;
}
.row_common03 .col_img {
	width: 47%;
	max-width: 700px;
}
.row_common03 .col_txt {
	width: 50%;
}
.box_common02 {
    border: solid calc(10 / var(--break) * 100vw) #fae6ce;
    padding: calc(42 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(42 / var(--break) * 100vw);
}
.row_common04 .col_img {
	width: 30%;
    max-width: 400px;
}
.row_common04 .col_txt {
	width: 68%;
}
.row_common05 {
	gap: calc(25 / var(--break) * 100vw) 2%;
}
.row_common05 .col {
	width: 32%;
	max-width: 475px;
}
.row_common05 .col .txt {
	padding: calc(12 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
/*書面掲示*/
.hdg5 {
	padding: calc(0 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) calc(53 / var(--break) * 100vw);
    position: relative;
	border-bottom: solid 1px #e4800b;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5.svg") no-repeat center / cover;
    width: calc(34 / var(--break) * 100vw);
    height: calc(43 / var(--break) * 100vw);
	bottom: 0;
    left: calc(2 / var(--break) * 100vw);
}
/*リストカラー*/
.list_common01 li:before {
    background: #25b155;
}
.list_common02 li:before {
    background: #;
}
/*スタッフ紹介*/
.box_prof h5 {
	height: calc( / var(--break) * 100vw);
}
.box_prof01 .year {
	font-weight: 300;
}
/*下層リスト*/
.list_common03 li {
	padding-left: calc(32 / var(--break) * 100vw);
    width: 48.5%;
    border-bottom: solid 1px #fff;
    padding-bottom: calc(5 / var(--break) * 100vw);
}
.list_common03 li:before {
	width: calc(21 / var(--break) * 100vw);
    height: calc(21 / var(--break) * 100vw);
    background: url(images/page/check01.svg) no-repeat center / cover;
    border-radius: 0%;
    left: 0;
    top: .3em;
}
.list_common03 li:not(:first-child) {
	margin-top: calc(7 / var(--break) * 100vw);
}
.list_common03 li:nth-child(-n+2) {
	margin-top: 0;
}
.list_common04 li {
	padding-left: calc(32 / var(--break) * 100vw);
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: calc(5 / var(--break) * 100vw);
}
.list_common04 li:before {
	width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    background: url(images/page/check02.svg) no-repeat center / cover;
    border-radius: 0%;
    left: 0;
    top: .3em;
}
.list_common04 li:not(:first-child) {
    margin-top: calc(7 / var(--break) * 100vw);
}
.deco_common01 {
	background: url(images/page/ptn_geo01.jpg) repeat center / auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.deco_common02 {
	background: url(images/page/ptn_geo02.jpg) repeat center / auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.deco_common03 {
	background: url(images/page/ptn_geo03.jpg) repeat center / auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.deco_common04 {
	background: url(images/page/ptn_geo04.jpg) repeat center / auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tbl_common01 table{
	border: 1px solid #173559;
}
.tbl_common01 th{
	background: #173559;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #173559;
}
.box_common01 {
	padding: calc(55 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	background: url(images/page/deco_common01.png) no-repeat left top / calc(70 / var(--break) * 100vw) auto, url(images/page/deco_common02.png) no-repeat right top / calc(70 / var(--break) * 100vw) auto, url(images/page/deco_common03.png) no-repeat right bottom / calc(70 / var(--break) * 100vw) auto, url(images/page/deco_common04.png) no-repeat left bottom / calc(70 / var(--break) * 100vw) auto #eef5d4;
}
.ttl_common01::before {
    content: "";
    position: absolute;
    background: #173559;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.ttl_common02 {
	padding: calc(25 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
	border-top: solid 1px #173559;
	border-bottom: solid 1px #173559;
}
.bg_common01 {
	border-top: calc(4 / var(--break) * 100vw) solid #dfdfdf;
	border-bottom: calc(4 / var(--break) * 100vw) solid #dfdfdf;
}
.bg_common01 .en {
	transform: translateY(-58%);
}
.bnr_common01 {
	width: calc(500 / var(--break) * 100vw);
}
.bg_pay::before {
	content: "";
    position: absolute;
	background: #f1bb00;
    width: 100%;
    height: calc(130 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_pay::after {
	content: "";
    position: absolute;
	background: url("images/page/frame_pay01.svg") no-repeat center / cover;
    width: 100%;
    height: calc(90 / var(--break) * 100vw);
	bottom: calc(129 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.bg_pay .deco01 {
    width: calc(340 / var(--break) * 100vw);
    top: 21%;
    left: 0%;
    z-index: -1;
}
.bg_pay .deco02 {
	width: calc(340 / var(--break) * 100vw);
    top: 21%;
    right: 0%;
	z-index: -1;
}
.tbl_title {
    background: #f1bb00;
    color: #fff;
    text-align: center;
    font-size: calc(18 / var(--break) * 100vw);
    font-weight: bold;
    margin-bottom: 0;
	padding: calc(12 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
}
.tbl_internal_medicine01 .tbl_title {
    background: #173559;
    color: #fff;
    text-align: center;
    font-size: calc(18 / var(--break) * 100vw);
    font-weight: bold;
    margin-bottom: 0;
	padding: calc(17 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(17 / var(--break) * 100vw);
}
.tbl_common02 table{
	border: 1px solid #f5cf4c;
}
.tbl_common02 th{
	background: #f5cf4c;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.tbl_common02 th:not(:last-child) {
	border-top: solid 1px #fff;
}
.tbl_common02 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common02 tr td {
	background-color: #fff;
	padding: calc(23 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.tbl_common02 tr:not(:last-child) td {
	border-bottom-color: #f5cf4c;
}
.tbl_common03 th,
.tbl_common03 td {
	border: calc(1 / var(--break) * 100vw) solid #f1bb00;
}
.tbl_common03 thead th {
	position: relative;
	background: #f1bb00;
	color: #fff;
}

.tbl_common03 thead th:not(:last-child) {
	border-right: solid 1px #fff;
}
.tbl_common03 .item,
.tbl_common03 .grade {
	background: #f8dd7f;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.tbl_common03 .txt {
	background: #fff;
	color: #2f4563;
}

.tbl_common04 table{
	border: 1px solid #173559;
}
.tbl_common04 thead th {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.tbl_common04 thead th,.tbl_common04 thead td {
	font-weight: bold;
	color: #fff;
	background-color: #173559!important;
	text-align: center;
}
.tbl_common04 th{
	background: #455d7a;
}
.tbl_common04 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common04 tr td {
	background-color: #fff;
}
.tbl_common04 tr:not(:last-child) td {
	border-bottom-color: #173559;
}
.ttl_common03::before {
    content: "";
    position: absolute;
    background: #173559;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.tbl_common05 th,
.tbl_common05 td {
	border: calc(1 / var(--break) * 100vw) solid #25b155;
}
.tbl_common05 thead th {
	background: #25b155;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.tbl_common05 .head_item {
	background: #25b155;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-bottom: solid calc(1 / var(--break) * 100vw) #fff;
}
.tbl_common05 .txt {
	background: #fff;
	color: #2f4563;
	text-align: center;
}
.tbl_common06 table{
	border: 1px solid #455d7a;
}
.tbl_common06 th{
	background: #455d7a;
}
.tbl_common06 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common06 tr td {
	background-color: #fff;
}
.tbl_common06 tr:not(:last-child) td {
	border-bottom-color: #455d7a;
}
@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: calc(400 / var(--break) * 100vw);
	}
	.main_page::before {
		background: url("images/page/frame_ttl_page01_sp.svg")no-repeat center / cover;
		height: calc(35 / var(--break) * 100vw);
	}
	.main_page .deco01 {
		width: calc(301 / var(--break) * 100vw);
        left: -5%;
        bottom: 1%;
	}
	.main_page .deco02 {
		width: calc(147 / var(--break) * 100vw);
        right: 3%;
        bottom: 0%;
	}
	.main_page .deco03 {
		width: calc(51 / var(--break) * 100vw);
        right: 24.5%;
        bottom: 10%;
	}
	.hdg2 {
		max-width: calc(702 / var(--break) * 100vw);
		width: 100%;
		top: 59%;
	}
	.hdg2 .ja {
		font-size: calc(50 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.hdg3 {
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
		padding: calc(19 / var(--break) * 100vw) 0 calc(31 / var(--break) * 100vw);
		background: url(images/page/deco_h3_l.svg) no-repeat left 0% top / calc(233 / var(--break) * 100vw) auto, url(images/page/deco_h3_r.svg) no-repeat right 3% bottom / calc(229 / var(--break) * 100vw) auto #fffde1;
	}
	.hdg3 > span {
		width: 90%;
		max-width: 100%;
	}
	.hdg3 .small {
		font-size: calc(42 / var(--break) * 100vw);
	}
	.hdg5 {
		font-size: 1.125rem!important;
		letter-spacing: 0;
		padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
	}
	.hdg5::before {
		width: calc(41 / var(--break) * 100vw);
        height: calc(50 / var(--break) * 100vw);
		left: calc(2 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.w50 {
		width: 100%!important;
	}
	.w48 {
		width: 100%!important;
	}
	/*設備紹介*/
	.row_common01,.row_common05 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_common01 .col,.row_common05 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .txt,.row_common05 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common03 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common03 .col_img::before {
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
	}
	.row_common03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	/*スタッフ紹介*/
	.box_prof h5 {
        height: auto;
    }
	/*フォントサイズ*/
	.fz24 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	/*pcでは横並び、spで100%になるもの*/
	.sp_stack {
		width: 100%!important;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.sp_stack .col {
		width: 100%!important;
	}
	.sp_stack .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.sp_w100 {
		max-width: 100%;
	}
	.sp_5vw {
		margin-bottom: 5vw;
	}
	.deco_common01 {
		background: url(images/page/ptn_geo01.jpg) repeat center / calc(122 / var(--break) * 100vw) auto;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	.deco_common02 {
		background: url(images/page/ptn_geo02.jpg) repeat center / calc(122 / var(--break) * 100vw) auto;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	.deco_common03 {
		background: url(images/page/ptn_geo03.jpg) repeat center / calc(122 / var(--break) * 100vw) auto;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	.deco_common04 {
		background: url(images/page/ptn_geo04.jpg) repeat center / calc(122 / var(--break) * 100vw) auto;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	.bg_common01 .en {
		font-size: calc(100 / var(--break) * 100vw);
		transform: translateY(-52%);
		letter-spacing: .1em;
	}
	.list_common03 li {
        padding-left: calc(53 / var(--break) * 100vw);
        width: 100%;
        border-bottom: solid 1px #fff;
        padding-bottom: calc(10 / var(--break) * 100vw);
    }
	.list_common03 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(36 / var(--break) * 100vw);
		left: 0;
		top: .27em;
	}
	.list_common04 li {
		padding-left: calc(53 / var(--break) * 100vw);
        width: 100%;
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.list_common04 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: 0;
		top: .3em;
	}
	.box_common01 {
		padding: calc(65 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
		background: url(images/page/deco_common01.png) no-repeat left top / calc(70 / var(--break) * 100vw) auto, url(images/page/deco_common02.png) no-repeat right top / calc(70 / var(--break) * 100vw) auto, url(images/page/deco_common03.png) no-repeat right bottom / calc(70 / var(--break) * 100vw) auto, url(images/page/deco_common04.png) no-repeat left bottom / calc(70 / var(--break) * 100vw) auto #eef5d4;
	}
	.ttl_common01 {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.ttl_common01 .prl20 {
		padding: 0 calc(10 / var(--break) * 100vw);
	}
	.ttl_common02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bnr_common01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.tbl_title {
		font-size: calc(32 / var(--break) * 100vw);
		padding: calc(12 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.tbl_internal_medicine01 .tbl_title {
		font-size: calc(32 / var(--break) * 100vw);
		padding: calc(17 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(17 / var(--break) * 100vw);
	}
	.bg_pay .ttl {
		font-size: calc(32 / var(--break) * 100vw);
		margin-bottom: 4vw;
	}
	.bg_pay .deco01 {
		width: calc(240 / var(--break) * 100vw);
		top: 11%;
		left: 0%;
	}
	.bg_pay .deco02 {
		width: calc(240 / var(--break) * 100vw);
		top: 11%;
		right: 0%;
	}
	.bg_pay01 .ttl,.ttl_common03 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}


/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.png") no-repeat center / cover;
	height: calc(660 / var(--break) * 100vw);
	margin-top: calc(85 / var(--break) * 100vw);
}
.wrap_clinic01 {
	width: 90%;
	max-width: 1240px;
	right: 0;
	left: 0;
	margin: auto;
	top: calc(-35 / var(--break) * 100vw);
}
.ttl_clinic01 .txt01 {
	padding: calc(11 / var(--break) * 100vw) calc(90 / var(--break) * 100vw);
}
.row_clinic01 {
	width: 90%;
	max-width: 1240px;
	gap: calc(20 / var(--break) * 100vw) 2%;
	margin-top: calc(-65 / var(--break) * 100vw);
	z-index: 2;
    position: relative;
}
.row_clinic01 .col {
	width: 32%;
	height: calc(132 / var(--break) * 100vw);
	border-radius: 100vh;
	background: linear-gradient(120deg, #f1bb00 0%, #f1bb00 50%, #eeaf02 50%, #eeaf02 100%);
}
.btn_clinic01 a::before {
    transform: rotate(90deg);
}
.box_clinic01 {
	border: solid calc(10 / var(--break) * 100vw) #fae6ce;
	padding: calc(42 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(42 / var(--break) * 100vw);
}
.row_clinic02 .col_img {
	width: 33%;
	max-width: 445px;
}
.row_clinic02 .col_txt {
	width: 64%;
}
@media(min-width: 767px) {
	.btn_clinic01 a:hover::before {
		right: calc(20 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 {
		margin-top: calc(-30 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic04 {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.row_clinic01 {
		margin-top: calc(0 / var(--break) * 100vw);
	}
	.bg_clinic04.bg__feature01 .deco02 {
		bottom: -36%;
	}
	.bg_clinic05.bg__feature03 .deco02 {
		bottom: -28%;
	}
	.bg_clinic06.bg__feature01 .deco02 {
		bottom: -26%;
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		background: url(images/clinic/bg_clinic01_sp.png) no-repeat center / cover;
		height: calc(760 / var(--break) * 100vw);
		margin-top: calc(85 / var(--break) * 100vw);
	}
	.wrap_clinic01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw) !important;
		top: calc(-35 / var(--break) * 100vw);
	}
	.ttl_clinic01 .txt01.mb20 {
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.ttl_clinic01 .txt01 {
		padding: calc(11 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
        font-size: 1rem;
        letter-spacing: 0;
	}
	.wrap_clinic01 .txt {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
		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;
	}
	.row_clinic01 {
        width: 100%;
        max-width: calc(680 / var(--break) * 100vw);
        gap: calc(20 / var(--break) * 100vw) 2%;
        margin-top: calc(-30 / var(--break) * 100vw);
    }
	.row_clinic01 .col {
		width: 48%;
		height: calc(120 / var(--break) * 100vw);
	}
	.row_clinic01 .col .txt {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.box_clinic01 {
		border: solid calc(10 / var(--break) * 100vw) #fae6ce;
		padding: calc(42 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(42 / var(--break) * 100vw);
	}
	.row_clinic02 .col_img,.row_common04 .col_img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5vw;
	}
	.row_clinic02 .col_txt,.row_common04 .col_txt {
		width: 100%;
	}
	.row_clinic02 .col_txt .ttl,.row_common04 .col_txt .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
		padding-bottom: 2vw;
        margin-bottom: 2vw;
	}
	.ttl_clinic02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_clinic02.bg__feature01 .deco01 {
        top: 0vw;
    }
	.bg_clinic03 .box__feature01.ptn02 {
        padding: calc(87 / var(--break) * 100vw) calc(46 / var(--break) * 100vw) calc(147 / var(--break) * 100vw);
    }
	.bg_clinic05.bg__feature03 .deco02 {
        width: calc(241 / var(--break) * 100vw);
        right: 0;
        bottom: -6%;
        z-index: -2;
    }
	.btn_clinic01 {
		position: relative;
		z-index: 2;
	}
	
	
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	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%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.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;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* recruit
------------------------------------------------------------------*/
.box_recruit02 {
	height: calc(177 / var(--break) * 100vw);
	border: solid calc(10 / var(--break) * 100vw) #e1f2ea;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_recruit02 {
		height: calc(250 / var(--break) * 100vw);
		border: solid calc(10 / var(--break) * 100vw) #e1f2ea;
	}
	.box_recruit02 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	
}

/* access
------------------------------------------------------------------*/
.bg_access01::before {
	content: "";
    position: absolute;
	background: #fdf5eb;
    width: 100%;
    height: calc(510 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_access01::after {
    content: "";
    position: absolute;
    background: url(images/access/frame_access01.png) no-repeat center / cover;
    width: 100%;
    height: calc(180 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: calc(509 / var(--break) * 100vw);
    z-index: -1;
}
.img_access01 {
	width: calc(750 / var(--break) * 100vw);
}
.row_access01 .col_l {
	width: 43%;
}
.row_access02 .btn_tel01 {
    width: calc(350 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
    margin-left: auto;
    margin-right: auto;
}
.row_access01 > .col_r {
    width: 54%;
    max-width: 540px;
}
.row_access03 .col {
	background: url(images/access/deco_access01.svg) no-repeat left top / calc(84 / var(--break) * 100vw) auto, url(images/access/deco_access02.svg) no-repeat right top / calc(84 / var(--break) * 100vw) auto, url(images/access/deco_access03.svg) no-repeat right bottom / calc(84 / var(--break) * 100vw) auto, url(images/access/deco_access04.svg) no-repeat left bottom / calc(84 / var(--break) * 100vw) auto #fff;
}
.row_access03 .icn {
	width: calc(120 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_access01::before {
		height: 80%;
	}
	.bg_access01::after {
		height: calc(180 / var(--break) * 100vw);
		bottom: 80%;
	}
	.img_access01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.row_access01 .col_l {
		width: 100%;
		margin-bottom: 6vw;
	}
	.row_access01 .tel_foot {
        width: calc(646 / var(--break) * 100vw);
        height: calc(140 / var(--break) * 100vw);
		margin-bottom: 0;
    }
	.row_access01 .address_foot {
        letter-spacing: 0em;
    }
	.row_access01 > .col_r {
		width: 100%;
		max-width: 100%;
	}
	.row_access03 {
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_access03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	width: 37%;
	max-width: 460px;
}
.row_staff01 .col_txt {
	width: 59%;
}
.row_staff01 .ccl__greeting01 {
    width: calc(194 / var(--break) * 100vw);
    height: calc(194 / var(--break) * 100vw);
    right: auto;
	left: calc(20 / var(--break) * 100vw);
    bottom: calc(20 / var(--break) * 100vw);
}
.box_prof h5 {
    font-weight: bold;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
	letter-spacing: .1em;
}
.ttl_staff01::before {
    content: "";
    position: absolute;
    background: #25b155;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.row_prof .col:nth-child(n+2) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.row_prof .col {
	background: url(images/access/deco_access01.svg) no-repeat left top / calc(84 / var(--break) * 100vw) auto, url(images/access/deco_access02.svg) no-repeat right top / calc(84 / var(--break) * 100vw) auto, url(images/access/deco_access03.svg) no-repeat right bottom / calc(84 / var(--break) * 100vw) auto, url(images/access/deco_access04.svg) no-repeat left bottom / calc(84 / var(--break) * 100vw) auto #fff;
}
.box_prof01 .year {
	font-weight: 300;
}
.box_prof.ptn02 .year {
	width: calc(150 / var(--break) * 100vw);
}
.box_prof.ptn02 .txt {
	width: calc(100% - calc(150 / var(--break) * 100vw));
}
.bg_staff02 {
	background-color: #eef5d4;
	padding: calc(60 / var(--break) * 100vw) 0;
}
.bg_staff02::before {
	content: "";
    position: absolute;
	background: url("images/staff/frame_staff01.svg") no-repeat center / cover;
    width: 100%;
    height: calc(90 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.ttl_staff02 .icn {
	width: calc(90 / var(--break) * 100vw);
}
.bg_staff02 .deco01 {
	width: calc(293 / var(--break) * 100vw);
	left: 3%;
	bottom: 0%;
	z-index: -1;
}
.bg_staff02 .deco02 {
	width: calc(460 / var(--break) * 100vw);
	right: 0%;
	bottom: 0%;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_staff02 .deco01 {
		left: 0%;
	}
	.bg_staff02 .deco02 {
		right: -7%;
	}
}
@media(max-width: 767px) {
	.bg_staff02 {
		padding: calc(50 / var(--break) * 100vw) 0 calc(130 / var(--break) * 100vw);
	}
	.row_staff01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_staff01 .col_txt {
		width: 100%;
		max-width: calc(646/ var(--break) * 100vw);
		margin: 0 auto;
	}
	.box_prof.ptn02 .year {
		width: 32%;
	}
	.box_prof.ptn02 .txt {
		width: 68%;
	}
	.ttl_staff02 .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_staff02 .deco01 {
		width: calc(146 / var(--break) * 100vw);
	}
	.bg_staff02 .deco02 {
		width: calc(244 / var(--break) * 100vw);
		right: -2%;
	}
	.ttl_staff01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* pulmonology
------------------------------------------------------------------*/
.row_pulmonology01 {
	gap: calc(30 / var(--break) * 100vw) 2.6%
}
.row_pulmonology01 .col {
	width: 23%;
}
.row_pulmonology01 .col a {
	position: relative;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_pulmonology01 .col .txt {
	height: calc(107 / var(--break) * 100vw);
}
.row_pulmonology01 .col a::before {
	content: "";
    position: absolute;
	background: #173559;
    width: 100%;
    height: 86%;
	right: 0;
	left: 0;
	margin: auto;
	top: 0%;
	border-radius: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) 0 0;
	z-index: -1;
}
.row_pulmonology01 .col a::after {
	content: "";
    position: absolute;
    background: url(images/page/arw03.svg) no-repeat center / cover;
    width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    top: 75%;
    transform: rotate(90deg);
}
.row_pulmonology02 {
	margin-top: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pulmonology01 .col .txt {
		font-size: calc(19 / var(--break) * 100vw);
		letter-spacing: 0;
	}
}
@media(max-width: 767px) {
	.row_pulmonology01 .col {
		width: 48%;
	}
	.row_pulmonology01 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
		height: calc(180 / var(--break) * 100vw);
		padding-bottom: calc(20 / var(--break) * 100vw);
	}
	.row_pulmonology01 .col a::after {
		width: calc(34 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		top: 75%;
	}
	.row_clinic01 {
        max-width: calc(702 / var(--break) * 100vw);
    }
	.row_pulmonology02 .col .txt {
        font-size: .875rem;
    }
}

/* internal_medicine
------------------------------------------------------------------*/
.row_internal_medicine01 .ccl {
	width: calc(192 / var(--break) * 100vw);
	height: calc(192 / var(--break) * 100vw);
	right: calc(-30 / var(--break) * 100vw);
    bottom: calc(-30 / var(--break) * 100vw);
}

.tds-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: calc(40 / var(--break) * 100vw);
	table-layout: fixed;
}

.tds-table th,
.tds-table td {
	border: 1px solid #25b155;
	padding: calc(16 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
	line-height: 1.7;
	vertical-align: middle;
}

.tds-table th {
	width: calc(125 / var(--break) * 100vw);
	background: #25b155;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.tds-table td {
	background: #e1f2ea;
}

.tds-table td:nth-child(2) {
	padding-left: calc(18 / var(--break) * 100vw);
	padding-right: calc(18 / var(--break) * 100vw);
	background: #fff;
}

.tds-check {
	width: calc(122 / var(--break) * 100vw);
	text-align: center;
	background: #d7ebe1;
	padding: 0;
}

.tds-check label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: calc(58 / var(--break) * 100vw);
	cursor: pointer;
}

.tds-check input {
	display: none;
}

.tds-check span {
	display: inline-block;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: #fff;
	border-radius: calc(3 / var(--break) * 100vw);
	position: relative;
	box-sizing: border-box;
}

.tds-check input:checked + span::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-3 / var(--break) * 100vw);
    bottom: 0;
    margin: auto;
    width: calc(6 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
    border: solid #25b155;
    border-width: 0 calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.tds-result {
	text-align: center;
}

.tds-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: calc(220 / var(--break) * 100vw);
	padding: calc(14 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	background: #25b155;
	color: #fff;
	border: none;
	font-size: calc(16 / var(--break) * 100vw);
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	border-radius: calc(4 / var(--break) * 100vw);
	transition: opacity .3s ease;
}

.tds-btn:hover {
	opacity: 0.8;
}

.tds-score {
	margin-top: calc(24 / var(--break) * 100vw);
	font-size: calc(24 / var(--break) * 100vw);
	font-weight: 700;
	line-height: 1.5;
	color: #25b155;
}

.tds-message {
	margin-top: calc(20 / var(--break) * 100vw);
	padding: calc(24 / var(--break) * 100vw);
	background: #e1f2ea;
	border: 1px solid #25b155;
	text-align: left;
	font-size: calc(16 / var(--break) * 100vw);
	line-height: 2;
	display: none;
}

.tds-message.is-show {
	display: block;
}

.tds-message p + p {
	margin-top: calc(12 / var(--break) * 100vw);
}
.tds-table th {
	background: #25b155;
	color: #fff;
	border-right: 1px solid #25b155;
	border-bottom: 1px solid #fff;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_internal_medicine01 .ccl {
		width: calc(220 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
		right: calc(-10 / var(--break) * 100vw);
		bottom: calc(-10 / var(--break) * 100vw);
	}
	.row_internal_medicine01 .ccl .txt {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.tds-table,
	.tds-table tbody,
	.tds-table tr,
	.tds-table th,
	.tds-table td {
		display: block;
		width: 100%;
	}

	.tds-table {
		margin-bottom: calc(50 / var(--break) * 100vw);
	}

	.tds-table tr {
		border: 1px solid #25b155;
	}

	.tds-table th,
	.tds-table td {
		border: none;
		border-bottom: 1px solid #25b155;
		font-size: calc(32 / var(--break) * 100vw);
		padding: calc(24 / var(--break) * 100vw);
	}

	.tds-table th {
		width: 100%;
	}

	.tds-check {
		width: 100%;
		padding: 0;
	}

	.tds-check label {
		min-height: calc(90 / var(--break) * 100vw);
	}

	.tds-check span {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		border-radius: calc(4 / var(--break) * 100vw);
	}

	.tds-check input:checked + span::after {
		left: calc(3 / var(--break) * 100vw);
        top: calc(-1 / var(--break) * 100vw);
        width: calc(9 / var(--break) * 100vw);
        height: calc(17 / var(--break) * 100vw);
        border-width: 0 calc(3 / var(--break) * 100vw) calc(3 / var(--break) * 100vw) 0;
	}

	.tds-btn {
		min-width: calc(320 / var(--break) * 100vw);
		padding: calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw);
	}

	.tds-score {
		margin-top: calc(30 / var(--break) * 100vw);
		font-size: calc(36 / var(--break) * 100vw);
	}

	.tds-message {
		margin-top: calc(24 / var(--break) * 100vw);
		padding: calc(28 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
		line-height: 1.9;
	}

	.tds-message p + p {
		margin-top: calc(18 / var(--break) * 100vw);
	}
	
	.tds-table th {
		background: #25b155;
		color: #fff;
		border-right: 1px solid #25b155;
		border-bottom: 1px solid #fff;
	}
	.tds-message .fz22 {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
}

/* allergy_department
------------------------------------------------------------------*/
.row_allergy_department01 {
	gap: calc(30 / var(--break) * 100vw) 6%;
}
.row_allergy_department01 .col {
	width: 47%;
	max-width: 475px;
}
.row_allergy_department01 .col .txt {
    padding: calc(11 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* visit
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_visit01 {
		width: 100%;
	}
}

/* asthma
------------------------------------------------------------------*/
.row_asthma01 .col .txt {
    border-radius: 0;
}
.row_asthma01 .col .box {
    border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.box_asthma01 {
	border: solid calc(10 / var(--break) * 100vw) #e1f2ea;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_asthma01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_asthma01 .col .txt {
        font-size: 1.125rem;
        letter-spacing: 0;
    }
}

/* cough
------------------------------------------------------------------*/
.row_cough01 .col .txt {
    border-radius: 0;
}
.row_cough01 .col .box {
    border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.box_cough01 {
	border: solid calc(10 / var(--break) * 100vw) #e1f2ea;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_cough01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_cough01 .col .txt {
        font-size: 1.125rem;
        letter-spacing: 0;
    }
}

/* lung
------------------------------------------------------------------*/
.row_lung01 .col {
	width: 32%;
}
.row_lung02 {
	gap: calc(30 / var(--break) * 100vw) 1.3%
}
.row_lung02 .col {
	width: 32%;
}
.row_lung02 .col .ttl {
	line-height: 1.6;
	display: flex;
    justify-content: center;
    align-items: center;
}
.row_pulmonology01 {
	gap: calc(30 / var(--break) * 100vw) 1.3%
}
.row_pulmonology01 .col {
	width: 32%;
}
.row_lung03{
	width: 90%;
    max-width: 1500px;
    gap: calc(20 / var(--break) * 100vw) 1.3%;
}
.row_lung03 .col {
    width: 24%;
    height: calc(87 / var(--break) * 100vw);
}
.box_lung01 {
	padding: calc(45 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
}
.tbl_lung01 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.tbl_lung01 th,
.tbl_lung01 td {
	border: calc(1 / var(--break) * 100vw) solid #f1bb00;
	box-sizing: border-box;
}
.tbl_lung01 thead th {
	background: #f1bb00;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: calc(18 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
	line-height: 1.4;
	border-right: solid 1px #fff;
}

.tbl_lung01 thead th:first-child {
	width: 33%;
}
.tbl_lung01 td.grade {
	background: #f8dd7f;
	color: #fff;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: calc(24 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
	line-height: 1.2;
}
.tbl_lung01 td.txt {
	background: #f7f7f7;
	color: #2f4563;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	padding: calc(24 / var(--break) * 100vw) calc(28 / var(--break) * 100vw);
	font-size: calc(16 / var(--break) * 100vw);
	line-height: 1.9;
	word-break: break-word;
}
.tbl_lung01 td.txt strong {
	display: inline;
	font-weight: 700;
	margin-right: calc(8 / var(--break) * 100vw);
	color: #2f4563;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pulmonology01 .col {
		width: 48%;
	}
	.row_lung02 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		gap: calc(30 / var(--break) * 100vw) 0%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_lung02 .col {
		width: 100%;
	}
	.row_lung02 .col .ttl {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_lung03 .col {
		width: 48%;
		height: calc(85 / var(--break) * 100vw);
	}
	.box_lung01 {
		padding: calc(55 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	}
	.tbl_lung01 {
		display: block;
		overflow-x: auto;
	}

	.tbl_lung01 table {
		width: calc(1240 / var(--break) * 100vw);
	}

	.tbl_lung01 thead th {
		font-size: .9375rem;
		line-height: 1.6;
		padding: calc(18 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.tbl_lung01 thead th:first-child {
		width: calc(155 / var(--break) * 100vw);
	}

	.tbl_lung01 td.grade {
		font-size: .9375rem;
		padding: calc(18 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	}

	.tbl_lung01 td.txt {
		font-size: 1rem;
		padding: calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
		line-height: 1.6
	}
}

/* allergy
------------------------------------------------------------------*/
.tbl_allergy01 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.tbl_allergy01 th,
.tbl_allergy01 td {
	box-sizing: border-box;
}
.tbl_allergy01 thead th {
	font-weight: 700;
	text-align: center;
	padding: calc(18 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
	line-height: 1.6;
	border-right: solid 1px #fff;
}
.tbl_allergy01 td.item {
	width: 18%;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: calc(24 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
	line-height: 1.6;
}
.tbl_allergy01 td.txt {
	width: 32%;
	text-align: left;
	vertical-align: middle;
	padding: calc(24 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
	line-height: 1.6;
	word-break: break-word;
}
.tbl_allergy01 thead th:last-child {
	border-right: none;
}

.tbl_allergy02 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.tbl_allergy02 table {
	width: 100%;
}
.tbl_allergy02 thead th {
	padding: calc(25 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
}
.tbl_allergy02 th,
.tbl_allergy02 td {
	padding: calc(30 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	font-size: calc(18 / var(--break) * 100vw);
	line-height: 1.6;
}
.tbl_allergy02 .head_item {
	width: 25%;
}
.tbl_allergy02 td {
	width: 37.5%;
}
.tbl_allergy02 .img img {
	width: calc(320 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.tbl_allergy02 thead th:not(.head_item) {
	background: #66c888;
}
.tbl_allergy02 thead th:nth-child(2) {
	border-right: solid calc(1 / var(--break) * 100vw) #fff;
}
.row_allergy01 .col {
    width: 32%;
    max-width: 380px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_allergy01 {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tbl_allergy01 table {
		min-width: calc(1300 / var(--break) * 100vw);
	}
	.tbl_allergy02 {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tbl_allergy02 table {
		min-width: calc(1300 / var(--break) * 100vw);
	}
	.tbl_allergy01 thead th,.tbl_allergy02 thead th,.tbl_allergy02 th {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.tbl_allergy01 td.item,.tbl_allergy01 td.txt {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.tbl_allergy01 td.txt,.tbl_allergy02 td.txt {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.row_allergy01 .col {
		width: 48%;
		max-width: 100%;
	}
}

/* sas
------------------------------------------------------------------*/
.row_sas01 {
    gap: calc(30 / var(--break) * 100vw) 4%;
}
.tbl_sas01 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.tbl_sas01 table {
	width: 100%;
	table-layout: fixed;
}
.tbl_sas01 th,
.tbl_sas01 td {
	border: calc(1 / var(--break) * 100vw) solid #3cb371;
	box-sizing: border-box;
}
.tbl_sas01 thead th {
	position: relative;
    background: #25b155;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: calc(5 / var(--break) * 100vw);
    font-size: calc(18 / var(--break) * 100vw);
    line-height: 1.4;
}
.tbl_sas01 thead th:not(:last-child) {
	border-right: solid calc(1 / var(--break) * 100vw) #fff;
}
.tbl_sas01 .blank {
	width: calc(40 / var(--break) * 100vw);
	background: #fff;
}
.tbl_sas01 .head_check,
.tbl_sas01 td.txt {
	width: 60%;
}
.tbl_sas01 th:not(.head_check),
.tbl_sas01 td.num {
	width: 10%;
}
.tbl_sas01 td.txt {
    padding: calc(15/ var(--break) * 100vw) calc(20 / var(--break) * 100vw);
    font-size: calc(18 / var(--break) * 100vw);
    line-height: 1.6;
	background-color: #e1f2ea;
}
.tbl_sas01 td.num {
	text-align: center;
	font-weight: 700;
	background: #fff;
	font-size: calc(18 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_sas01 table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_sas01 th:not(.head_check), .tbl_sas01 td.num {
		width: 13%;
	}
	.tbl_sas01 thead th {
		font-size: calc(28 / var(--break) * 100vw);
		line-height: 1.4;
	}
	.tbl_sas01 td.num {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.tbl_sas01 td.txt {
		font-size: calc(26 / var(--break) * 100vw);
	}
	#sas02 .tbl_caption {
		font-size: calc(26 / var(--break) * 100vw);
	}
}

/* lifestyle
------------------------------------------------------------------*/
.row_lifestyle01 {
    max-width: 1115px;
}
.row_lifestyle01 .col {
    height: calc(85 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_lifestyle01 {
		max-width: calc(702 / var(--break) * 100vw);
	}
}


/* 症例紹介 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) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@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);*/
	}
	.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: solid 1px #173559;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	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: #173559 !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
------------------------------------------------------------------*/
.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: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #e4800b;
}
.btn_submit input {
	background-color: #25b155;
	position: relative;
    outline-offset: calc(-5 / var(--break) * 100vw);
    padding: calc(28 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
    outline: rgb(255, 255, 255) solid 1px;
}

@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: 1px solid #000;
	}
	.btn_submit input {
        font-size: 1.06rem;
        letter-spacing: 0;
        padding: 4.5vw 5% 4.5vw;
    }
}

/* お問い合わせ 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
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 59%;
}
.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));
	}
}