@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / calc(1820 / var(--break) * 100vw) auto;
	height: calc(400 / var(--break) * 100vw);
}
.low-main {
	position: relative;
}
.low-main::before {
	content: "";
    position: absolute;
	background: #fff;
    width: calc(1 / var(--break) * 100vw);
    height: calc(60 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	/*background: url("images/page/deco_h3.svg") no-repeat center / auto 100%,
		url("images/page/deco_h3_l.svg") no-repeat center left / auto 100%,
		url("images/page/deco_h3_r.svg") no-repeat center right / auto 100%,
		url("images/page/bg_h3.png") no-repeat center / cover;*/
	background: url("images/page/deco_h3.svg") no-repeat center / auto 100%,
		url("images/page/bg_h3.png") no-repeat center / cover;
	padding: calc(78 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
}
.hdg3::before {
	content: "";
    position: absolute;
	background: #222222;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc(10/ var(--break) * 100vw);
	margin: auto;
}
.hdg5 {
	padding: calc(11 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(59 / var(--break) * 100vw);
    position: relative;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	top: calc(21 / var(--break) * 100vw);
    left: calc(19 / var(--break) * 100vw);
}
.row_common01 .col_img::before {
	content: "";
	position: absolute;
	background: #681300;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	bottom: 0;
	right: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.bg_common01::before {
	content: "";
	position: absolute;
	background: url("images/page/bg_pattern01.png") repeat center / calc(3 / var(--break) * 100vw);
	width: 100%;
	height: calc(140 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_common01 .en {
	font-size: 7.4375rem;
	line-height: 1;
	transform: translateY(-30%);
}
.box_common01 {
	outline-offset: calc(-10 / var(--break) * 100vw);
	outline: solid 1px #4d3a1f;
}
.list_common02 li {
	border-bottom: dotted 1px #38312a;
	padding-left: calc(40 / var(--break) * 100vw);
	padding-bottom: calc(5 / var(--break) * 100vw);
	width: 47%;
}
.list_common02 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/check01.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(10 / var(--break) * 100vw);
	top: calc(3 / var(--break) * 100vw);
}
.list_common02 li:not(:first-child) {
	margin-top: calc(7 / var(--break) * 100vw);
}
.list_common02 li:nth-child(-n+2) {
	margin-top: 0;
}
.bdb03 {
	border-bottom: solid calc(4 / var(--break) * 100vw) #f3f2ef;
}
.bg_grd01 {
	background-image: linear-gradient(90deg, rgba(217, 145, 92, 1), #a13f0b);
}
.btn_common01 a {
	height: calc(100 / var(--break) * 100vw);
	border: solid 1px #222;
}
.btn_common01 a::after {
	content: "";
	position: absolute;
	background: url("images/page/arw04.svg") no-repeat center / cover;
	width: calc(23 / var(--break) * 100vw);
	height: calc(13 / var(--break) * 100vw);
	bottom: calc(7 / var(--break) * 100vw);
	margin: auto;
	right: 0;
	left: 0;
}
.hdg4 {
	border-top: solid 1px #222222;
	position: relative;
}
.hdg4::before {
	content: "";
	position: absolute;
	background: url("images/page/bg_pattern01.png") repeat center / calc(3 / var(--break) * 100vw);
	width: 100%;
	height: calc(5 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.tbl_common01 table{
	border: 1px solid #372b21;
}
.tbl_common01 th{
	background: #7f541a;
	font-weight: bold;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common01 tr .t1 {
	border-right: solid 1px #fff;
}
.tbl_common01 tr:last-child .t1 {
	border-bottom-color: #372b21;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_urology01 tr:nth-child(4) .t1 {
	border-bottom-color: #372b21;
}
.bg_pay01 {
	background: url("images/page/bg_pay01.png") no-repeat center / cover;
}
.box_pay01 {
	background-color: #ffffffcc;
	outline-offset: calc(-10 / var(--break) * 100vw);
	outline: #222222 solid 1px;
}
.btn_pay01 {
	width: calc(360 / var(--break) * 100vw);
}
.btn_pay01 a {
	height: calc(60 / var(--break) * 100vw);
	border: solid 1px #222;
}
.btn_pay01 a::after {
	content: "";
	position: absolute;
	background: url("images/page/icn_common01.svg") no-repeat center / cover;
	width: calc(23 / var(--break) * 100vw);
	height: calc(19 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	margin: auto;
	top: 0;
	bottom: 0;
}
.ttl_common01 {
	background: 
url("images/page/deco_common01.svg") no-repeat top calc(6 / var(--break) * 100vw) left calc(6 / var(--break) * 100vw) / calc(16 / var(--break) * 100vw),
url("images/page/deco_common02.svg") no-repeat top calc(6 / var(--break) * 100vw) right calc(6 / var(--break) * 100vw) / calc(16 / var(--break) * 100vw),
url("images/page/deco_common03.svg") no-repeat bottom calc(6 / var(--break) * 100vw) left calc(6 / var(--break) * 100vw) / calc(16 / var(--break) * 100vw),
url("images/page/deco_common04.svg") no-repeat bottom calc(6 / var(--break) * 100vw) right calc(6 / var(--break) * 100vw) / calc(16 / var(--break) * 100vw);
}
.row_common03 .col_img {
    width: 29%;
    max-width: 350px;
}
.row_common03 .col_txt {
    width: 68%;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.bg_common01 .en {
		font-size: 6.4375rem;
		transform: translateY(-35%);
	}
}
@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: url("images/page/bg_ttl_page_sp.jpg")no-repeat center / 93% auto;
		height: calc(320 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.hdg3 {
		background: url(images/page/deco_h3.svg) no-repeat center / auto 100%, url(images/page/bg_h3_sp.png) no-repeat center / cover;
		padding: calc(42 / var(--break) * 100vw) 0 calc(45 / var(--break) * 100vw);
	}
	.hdg3 .txt {
		font-size: 1.4375rem;
		letter-spacing: 0;
	}
	.hdg3 .txt span {
		font-size: 1.125rem;
	}
	
	.col_img {
		text-align: center;
	}
	.hdg5 {
		padding: calc(13 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) 9vw;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.hdg5::before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		top: calc(25 / var(--break) * 100vw);
		left: calc(19 / var(--break) * 100vw);
	}
	.row_common01 .copy {
        font-size: 1.25rem;
    }
	.hdg4 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 3vw 0 5vw;
		border-top: solid calc(4 / var(--break) * 100vw) #222222;
	}
	.hdg4::before {
		background: url(images/page/bg_pattern01.png) repeat center / calc(3 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.bg_common01 .en {
		font-size: 2.75rem;
    	transform: translateY(-30%);
	}
	.box_common01 {
		padding: 7vw 5vw 7vw;
	}
	.box_common01 .ttl {
		font-size: 1rem;
    	letter-spacing: 0em;
	}
	.list_common02 li {
		padding-left: 7.5vw;
        padding-bottom: 1.5vw;
		width: 100%;
	}
	.list_common02 li:nth-child(2) {
		margin-top: 2.5vw;
	}
	.list_common02 li:not(:first-child) {
		margin-top: 2.5vw;
	}
	.list_common02 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: calc(5 / var(--break) * 100vw);
        top: calc(9 / var(--break) * 100vw);
	}
	.btn_common01 a {
		height: calc(110 / var(--break) * 100vw);
		padding-bottom: 1vw;
	}
	.btn_common01 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_pay01 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.btn_pay01 {
		width: calc(550 / var(--break) * 100vw);
	}
	.btn_pay01 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_pay01 a::after {
		width: calc(37 / var(--break) * 100vw);
        height: calc(30 / var(--break) * 100vw);
        right: calc(30 / var(--break) * 100vw);
	}
	.ttl_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw 0 2.5vw;
	}
	.wrap_dermatology01 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
}


/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/logo_clinic01.png") no-repeat right top calc(17 / var(--break) * 100vw) / calc(598 / var(--break) * 100vw) auto,url("images/clinic/bg_clinic01.png") no-repeat center / cover;
}
.box_clinic01 {
	background-color: #ffffffb3;
}
.box_clinic01 .en {
	font-size: 7.5rem;
	line-height: .8;
}
.box_clinic01 .wrap {
	width: 80%;
}
.box_clinic01 .ttl {
	font-size: 1.6875rem;
}
.bg_clinic02::before {
	content: "";
    position: absolute;
	background: url("images/clinic/deco_clinic01.png") repeat center / cover;
    width: calc(601 / var(--break) * 100vw);
    height: calc(811 / var(--break) * 100vw);
	right: 0;
	top: calc(-40 / var(--break) * 100vw);
	z-index: -1;
}
.bg_clinic02.left::before {
	background: url("images/clinic/deco_clinic02.png") repeat center / cover;
	right: auto;
	left: 0;
	top: calc(-6 / var(--break) * 100vw);
}
.row_clinic01 {
	width: 97%;
	max-width: 1815px;
}
.row_clinic01 .col_img {
	width: 53%;
	max-width: 960px;
}
.row_clinic01 .col_txt {
	width: 43%;
}
.row_clinic02 .col {
	width: 48%;
	height: calc(70 / var(--break) * 100vw);
	padding: 0 calc(10 / var(--break) * 100vw);
}
.row_clinic02 .col:nth-child(n+3) {
	margin-top: calc(20 / var(--break) * 100vw);
}
.box_clinic02 .wrap {
	width: 84%;
}
.row_clinic03 {
	gap: calc(60 / var(--break) * 100vw) 2%;
}
.row_clinic03 .col {
	width: 32%;
	max-width: 394px;
}
.row_clinic04 .col {
	width: 32%;
	max-width: 394px;
}
.row_clinic04 .col:not(:last-child) {
	margin-right: 2%;
}
.row_clinic04 .col a {
	height: calc(293 / var(--break) * 100vw);
	border-radius: calc(6 / var(--break) * 100vw);
}
.row_clinic04 .col01 a {
	background: url(images/index/bg_medical01.svg) no-repeat right bottom / calc(254 / var(--break) * 100vw) auto #a13e09;
}
.row_clinic04 .col02 a  {
	background: url("images/index/bg_medical02.svg")no-repeat right bottom / calc(254 / var(--break) * 100vw) auto #e5a043;
}
.row_clinic04 .col03 a  {
	background: url("images/index/bg_medical03.svg")no-repeat right bottom / calc(254 / var(--break) * 100vw) auto #537f77;
}
.row_clinic04 .col .icn {
	width: calc(106 / var(--break) * 100vw);
}
.row_clinic04 .col02 .icn {
	width: calc(87 / var(--break) * 100vw);
}
.row_clinic04 .col03 .icn {
	width: calc(124 / var(--break) * 100vw);
}
.row_clinic04 .col a::after {
    content: "";
    position: absolute;
    background: url(images/index/arw_medical01.svg) no-repeat center / cover;
    width: calc(64 / var(--break) * 100vw);
    height: calc(64 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: calc(-18 / var(--break) * 100vw);
    margin: auto;
    z-index: 2;
}
.row_clinic05.row__feature05 {
    width: 90%;
    max-width: 1240px;
}
.row_clinic05.row__feature05 .col {
    width: 23%;
}
.row_clinic05.row__feature05 .col .box {
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(-32 / var(--break) * 100vw);
}
.ccl_clinic01 {
    top: auto;
    left: auto;
    right: calc(-34 / var(--break) * 100vw);
    bottom: calc(-30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic02 .col {
		width: 49%;
		height: calc(70 / var(--break) * 100vw);
		padding: 0 calc(10 / var(--break) * 100vw);
	}
	.row_clinic02 .col .txt {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.ccl_clinic01 {
		right: calc(-14 / var(--break) * 100vw);
		bottom: calc(-30 / var(--break) * 100vw);
	}
	.ccl_clinic01 .txt {
		font-size: 2rem;
	}
	.bg_clinic02 .wrap__common01 .num {
		width: calc(279 / var(--break) * 100vw);
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.bg_clinic02 .wrap__common01.num03 .num {
		width: calc(277 / var(--break) * 100vw);
	}
	.bg_clinic02 .wrap__common01.num04 .num {
		width: calc(286 / var(--break) * 100vw);
	}
	.bg_clinic02 .wrap__common01.num05 .num {
		width: calc(267 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		background: url(images/clinic/logo_clinic01.png) no-repeat right top calc(17 / var(--break) * 100vw) / calc(398 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic01.png) no-repeat center / cover;
	}
	.box_clinic01 .wrap {
		width: 84%;
	}
	.box_clinic01 .en {
		font-size: 3rem;
	}
	.box_clinic01 .ttl {
		font-size: 1.125rem;
	}
	.bg_clinic02::before {
		width: calc(601 / var(--break) * 100vw);
		height: calc(811 / var(--break) * 100vw);
		top: calc(-40 / var(--break) * 100vw);
	}
	.bg_clinic02.left::before {
		left: 0;
		top: calc(-6 / var(--break) * 100vw);
	}
	.row_clinic01 {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic01 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-bottom: 5vw;
	}
	.row_clinic01 .col_txt {
		width: 100%;
	}
	.row_clinic02 .col {
		width: 100%;
		height: auto;
		padding: calc(27 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(28 / var(--break) * 100vw);
	}
	.row_clinic02 .col:nth-child(n+2) {
		margin-top: calc(20 / var(--break) * 100vw);
	}
	.box_clinic02 .wrap {
        width: 100%;
    }
	.box_clinic02 .ttl__medical02 {
        font-size: 1.125rem;
    }
	.row_clinic03 {
		gap: calc(40 / var(--break) * 100vw) 4%;
	}
	.row_clinic03 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic03 .col .ttl {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.row_clinic04 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic04 .col:not(:last-child) {
		margin-right: 4%;
	}
	.row_clinic04 .col:nth-child(2) {
		margin-right: 0%;
	}
	.row_clinic04 .col:nth-child(n+3) {
		margin-top: 5vw;
	}
	.row_clinic04 .ttl__medical02 .ja {
		font-size: 1.125rem;
	}
	.row_clinic04 .ttl__medical02 .en {
		font-size: .625rem;
	}
	.row_clinic05.row__feature05 {
		width: 100%;
        max-width: calc(615 / var(--break) * 100vw);
		transform: translateY(0%);
        -webkit-transform: translateY(0%);
	}
	.row_clinic05.row__feature05 .col {
		width: 48%;
	}
	.ttl_clinic01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

/* 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;
	}
}

/* doctor
------------------------------------------------------------------*/
.row_doctor01 .col_img {
    width: 46%;
    max-width: 560px;
}
.bg_doctor01 {
	background-image: linear-gradient(90deg, rgba(217, 145, 92, 1), #a13f0b);
}
.box_doctor01,.box_doctor02 {
	border: solid 1px #222;
}
.box_doctor01 h5,.box_doctor02 h5 {
	height: calc(50 / var(--break) * 100vw);
}
.box_prof01 .year {
   font-weight: 300;
	padding-left: calc(10 / var(--break) * 100vw);
}
.box_prof01 li {
    border-bottom: dotted 1px #473a2c;
}
.box_prof01 li {
	padding-bottom: calc(8 / var(--break) * 100vw);
}
.box_prof01 li:not(:last-of-type) {
    margin-bottom: calc(6 / var(--break) * 100vw);
}
.list_common01 li {
	border-bottom: dotted 1px #473a2c;
	padding-bottom: calc(7 / var(--break) * 100vw);
}
.list_common01 li:before {
    background: #e5a043;
}
.list_common01 li:not(:first-child) {
    margin-top: calc(5 / var(--break) * 100vw);
}
.box_prof01.ptn02 .year {
	width: calc(52 / var(--break) * 100vw);
}
.box_prof01.ptn02 .txt {
	width: calc(100% - calc(52 / var(--break) * 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_doctor01 .wrap_name {
		justify-content: center!important;
		margin-bottom: 0;
	}
	.box_doctor01 h5, .box_doctor02 h5 {
		font-size: 1.0625rem;
		letter-spacing: 0;
		height: calc(70 / var(--break) * 100vw);
	}
	.row_doctor02 .box_doctor02:nth-child(n+2) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
	.box_prof01.ptn02 .year {
		width: calc(60 / var(--break) * 100vw);
		padding-left: 0;
	}
	.box_prof01.ptn02 .txt {
		width: calc(100% - calc(60 / var(--break) * 100vw));
	}
	.box_prof01 .txt {
		word-break: break-word;
	}
}

/* access
------------------------------------------------------------------*/
.logo_access {
    transform: translateY(0%);
}
.row_access01 .col {
	width: 48%;
}
.row_access01 .col > .box {
	height: calc(110 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.logo_access {
		width: calc(375 / var(--break) * 100vw);
	}
	.row_access01 .col {
		width: 100%;
	}
	.row_access01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_access01 .col > .box {
		height: auto;
		padding: 2vw;
	}
	.row_access01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_access01 .col > .box .txt {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.row_access01 .col > .box .txt .fz26 {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
}

/* first
------------------------------------------------------------------*/
.row_first01 .col {
	width: 32%;
	max-width: 394px;
}
.row_first01 .col:not(:last-child) {
	margin-right: 2%;
}
.row_first01 .col > .flex.cccc {
	height: calc(245 / var(--break) * 100vw);
	border-radius: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) 0 0;
}
.row_first01 .col01 > .flex.cccc {
	background: url(images/index/bg_medical01.svg) no-repeat right bottom / calc(254 / var(--break) * 100vw) auto #a13e09;
}
.row_first01 .col02 > .flex.cccc  {
	background: url("images/index/bg_medical02.svg")no-repeat right bottom / calc(254 / var(--break) * 100vw) auto #e5a043;
}
.row_first01 .col03 > .flex.cccc  {
	background: url("images/index/bg_medical03.svg")no-repeat right bottom / calc(254 / var(--break) * 100vw) auto #537f77;
}
.row_first01 .col .icn {
	width: calc(106 / var(--break) * 100vw);
}
.row_first01 .col02 .icn {
	width: calc(87 / var(--break) * 100vw);
}
.row_first01 .col03 .icn {
	width: calc(124 / var(--break) * 100vw);
}
.btn_first01  {
    width: 90%;
}
.row_first02 {
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_first02 .col {
	width: 32%;
	max-width: 320px;
}
.row_first02 .col .img {
	width: calc(160 / var(--break) * 100vw);
}
.box_first01 {
	border: solid 1px #222;
}
.row_pay .col {
    width: 22.7%;
    margin-right: 3%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_first01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_first01 .col {
		margin-right: auto;
	}
	.row_first01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_first01 .col:not(:last-child) {
		margin-right: auto;
	}
	.row_first01 .col > .flex.cccc {
		height: calc(305 / var(--break) * 100vw);
		border-radius: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) 0 0;
	}
	.row_first01 .col > .box {
        padding: 4vw 5vw 7vw;
    }
	.btn_first01 a {
        height: calc(100 / var(--break) * 100vw);
    }
	.box_first02 .web_common {
		margin-bottom: 0;
	}
	.row_first02 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_first02 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_first02 .col .ttl {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.box_first01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_first01 .txt {
		letter-spacing: 0;
	}
	.row_pay .col {
        width: 48%;
        margin-right: 4%;
        padding: 5vw;
    }
	.row_pay .txt {
        letter-spacing: 0;
    }
}

/* 泌尿器科
------------------------------------------------------------------*/
.row_urology01 {
	gap: 0 2%;
}
.row_urology01 .col {
	width: 32%;
}
.row_urology02 .col {
	width: 32%;
	border: solid 1px #4d3a1f;
}
.row_urology02 .col::before {
	content: "";
    position: absolute;
	background: url("images/urology/deco_urology01.png") no-repeat center / cover;
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
	top: 0;
	left: 0;
}
.row_urology02 .col .icn {
	width: calc(64 / var(--break) * 100vw);
}
.box_urology01 {
    outline: none;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_urology01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_urology01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_urology01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_urology02 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_urology02 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.ttl_urology02 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.cap_urology01 {
		font-size: .9375rem;
		letter-spacing: 0;
		text-align: left;
	}
}

/* internal_medicine
------------------------------------------------------------------*/
.row_internal_medicine01 {
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_internal_medicine01 .col {
	width: 23%;
    max-width: 290px;
    height: calc(283 / var(--break) * 100vw);
}
.row_internal_medicine01 .col .img {
    width: calc(160 / var(--break) * 100vw);
}
.row_internal_medicine02 {
	width: 90%;
	max-width: 830px;
}
.row_internal_medicine02 .col {
	width: 48%;
}
.row_internal_medicine03 {
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_internal_medicine03 .col {
	width: 32%;
    max-width: 400px;
}
.row_internal_medicine03 a {
    height: auto;
}
.tbl_internal_medicine01 table {
    border: 1px solid #372b21;
}
.tbl_internal_medicine01 th {
    background: #7f541a;
	font-weight: bold;
    color: #fff;
    width: 10%;
    text-align: center;
    vertical-align: middle;
}
.tbl_internal_medicine01 td {
    width: 90%;
	line-height: 2;
	padding: calc(17 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.tbl_internal_medicine03 tr:first-child th,.tbl_internal_medicine03 tr:first-child td {
	font-size: 1.375rem;
	background-color: #4d3a1f;
	text-align: center;
	color: #fff;
	font-family: "sicprintempspetit", sans-serif;
    font-weight: 200;
    font-style: normal;
	line-height: 1.3;
}
.tbl_internal_medicine03 tr:first-child th {
	border-bottom: 1px solid #fff;
}
.tbl_internal_medicine03 tr:first-child td {
	border-bottom: 1px solid #372b21;
}
.tbl_internal_medicine03 tr:not(:last-child) td {
	border-left: solid 1px #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_internal_medicine03 .col .txt {
		font-size: 1.25rem;
	}
}
@media(max-width: 767px) {
	.row_internal_medicine01 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_internal_medicine01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_internal_medicine01 .col {
		width: 48%;
		max-width: 100%;
		height: calc(300 / var(--break) * 100vw);
	}
	.row_internal_medicine01 .col .ttl {
		font-size: 1rem;
    	letter-spacing: 0em;
	}
	.row_internal_medicine02 {
		width: 100%;
		max-width: 100%;
	}
	.row_internal_medicine02 .col {
		width: 100%;
	}
	.ttl_internal_medicine01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_internal_medicine03 {
		gap: calc(30 / var(--break) * 100vw) 0%;
	}
	.row_internal_medicine03 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_internal_medicine03 .col .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.tbl_title {
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw 3vw 2vw;
	}
	.tbl_internal_medicine01 th {
		width: 20%;
	}
	.tbl_internal_medicine02 td {
		width: 80%;
	}
	.tbl_internal_medicine03 tr:first-child th, .tbl_internal_medicine03 tr:first-child td {
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* 症例紹介 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,.box_invisalign {
	border: solid 1px #222;
}
.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: #222222 !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: #7f541a;
}
.tbl_guideline01 th {
	background: #681300;
	font-weight: 300;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #681300;
}


.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: #e5a043;
}
.btn_submit input:disabled {
    border: none;
	color: #fff;
}
.btn_submit input {
	border: solid 1px #222;
    color: #222;
	background: #fff;
	box-shadow: 4px 4px 0 #222222;
}
.btn_submit:before {
    content: "";
    position: absolute;
    background: url(images/recruit/arw_recruit01.svg) no-repeat center / cover;
    width: calc(45 / var(--break) * 100vw);
    height: calc(13 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(15 / var(--break) * 100vw);
	border: none;
    transform: rotate(0deg);
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 th {
		border-bottom: 1px solid #000;
	}
	.box_recruit01 p {
		font-size: .9375rem;
	}
	.btn_submit:before {
		width: calc(59 / var(--break) * 100vw);
        height: calc(17 / var(--break) * 100vw);
        right: calc(35 / 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));
	}
}