@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(115 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url(images/page/img_ttl_page.png) no-repeat center bottom calc(60 / var(--break) * 100vw) / calc(1800 / var(--break) * 100vw) auto, url(images/page/bg_ttl_page.png) no-repeat center top / 100% auto;
    height: calc(677 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3::before {
	content: "";
    position: absolute;
	border-bottom: dashed calc(2 / var(--break) * 100vw) #fff;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(10 / var(--break) * 100vw);
}
.hdg4 {
	border-radius: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) 0 0;
}
.hdg4::before {
	content: "";
    position: absolute;
	border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(5 / var(--break) * 100vw);
}
.hdg5 {
    border-radius: 100vh;
    padding: calc(12 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(61 / var(--break) * 100vw);
    letter-spacing: .05em;
}
.hdg5::before {
	content: "";
    position: absolute;
    background: url(images/page/deco_h5.png) no-repeat center / cover;
    width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    left: calc(17 / var(--break) * 100vw);
    top: calc(18 / var(--break) * 100vw);
}
section:nth-child(odd) .hdg3 .wrap::before,
section:nth-child(odd) .hdg3 .wrap::after,
section:nth-child(even) .hdg3 .wrap::before,
section:nth-child(even) .hdg3 .wrap::after {
	content: "";
    position: absolute;
}
section:nth-child(odd) .hdg3 .wrap::before,section:nth-child(even) .hdg3 .wrap::before {
	left: 0;
	top: calc(-10 / var(--break) * 100vw);
}
section:nth-child(odd) .hdg3 .wrap::before {
	background: url("images/page/deco_h3_01.svg") no-repeat center / cover;
    width: calc(74 / var(--break) * 100vw);
    height: calc(99 / var(--break) * 100vw);
}
section:nth-child(even) .hdg3 .wrap::before {
	background: url("images/page/deco_h3_03.svg") no-repeat center / cover;
    width: calc(101 / var(--break) * 100vw);
    height: calc(94 / var(--break) * 100vw);
}
section:nth-child(odd) .hdg3 .wrap::after,section:nth-child(even) .hdg3 .wrap::after {
	right: 0;
	bottom: calc(-10 / var(--break) * 100vw);
}
section:nth-child(odd) .hdg3 .wrap::after {
	background: url("images/page/deco_h3_02.svg") no-repeat center / cover;
    width: calc(97 / var(--break) * 100vw);
    height: calc(89 / var(--break) * 100vw);
}
section:nth-child(even) .hdg3 .wrap::after {
	background: url("images/page/deco_h3_04.svg") no-repeat center / cover;
    width: calc(57 / var(--break) * 100vw);
    height: calc(105 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(115 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	}
	.main_page {
		background: url(images/page/img_ttl_page.png) no-repeat center bottom calc(60 / var(--break) * 100vw) / calc(1550 / var(--break) * 100vw) auto, url(images/page/bg_ttl_page.png) no-repeat center top / 100% auto;
        height: calc(645 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.hdg3::before {
		border-bottom: dashed calc(2 / var(--break) * 100vw) #fff;
		height: calc(2 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
	}
	.hdg4::before {
		border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
		height: calc(2 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
	}
	.hdg5 {
		padding: calc(12 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(61 / var(--break) * 100vw);
	}
	.hdg5::before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
		left: calc(17 / var(--break) * 100vw);
		top: calc(18 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::before,section:nth-child(even) .hdg3 .wrap::before {
		top: calc(-10 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::before {
		width: calc(74 / var(--break) * 100vw);
		height: calc(99 / var(--break) * 100vw);
	}
	section:nth-child(even) .hdg3 .wrap::before {
		width: calc(101 / var(--break) * 100vw);
		height: calc(94 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::after,section:nth-child(even) .hdg3 .wrap::after {
		bottom: calc(-10 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::after {
		width: calc(97 / var(--break) * 100vw);
		height: calc(89 / var(--break) * 100vw);
	}
	section:nth-child(even) .hdg3 .wrap::after {
		width: calc(57 / var(--break) * 100vw);
		height: calc(105 / var(--break) * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(115 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	}
	.main_page {
		background: url(images/page/img_ttl_page.png) no-repeat center bottom calc(60 / var(--break) * 100vw) / calc(1240 / var(--break) * 100vw) auto, url(images/page/bg_ttl_page.png) no-repeat center top / 100% auto;
        height: calc(550 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.hdg3::before {
		border-bottom: dashed calc(2 / var(--break) * 100vw) #fff;
		height: calc(2 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
	}
	.hdg4::before {
		border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
		height: calc(2 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
	}
	.hdg5 {
		padding: calc(12 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(61 / var(--break) * 100vw);
	}
	.hdg5::before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
		left: calc(17 / var(--break) * 100vw);
		top: calc(18 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::before,section:nth-child(even) .hdg3 .wrap::before {
		top: calc(-10 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::before {
		width: calc(74 / var(--break) * 100vw);
		height: calc(99 / var(--break) * 100vw);
	}
	section:nth-child(even) .hdg3 .wrap::before {
		width: calc(101 / var(--break) * 100vw);
		height: calc(94 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::after,section:nth-child(even) .hdg3 .wrap::after {
		bottom: calc(-10 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::after {
		width: calc(97 / var(--break) * 100vw);
		height: calc(89 / var(--break) * 100vw);
	}
	section:nth-child(even) .hdg3 .wrap::after {
		width: calc(57 / var(--break) * 100vw);
		height: calc(105 / var(--break) * 100vw);
	}
}
@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 / cover;
		height: calc(535 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: 1.6875rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.hdg3 {
		font-size: 1.4375rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.hdg3 .wrap {
		padding: 6vw 0 6vw;
		max-width: 100%;
	}
	.hdg3::before {
		border-bottom: dashed calc(5 / var(--break) * 100vw) #fff;
		height: calc(5 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.hdg4 {
		padding: 4vw 0 4vw;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	section:nth-child(odd) .hdg3 .wrap::before {
		width: calc(52 / var(--break) * 100vw);
		height: calc(69 / var(--break) * 100vw);
	}
	section:nth-child(even) .hdg3 .wrap::before {
		width: calc(68 / var(--break) * 100vw);
		height: calc(62 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::after {
		width: calc(68 / var(--break) * 100vw);
		height: calc(62 / var(--break) * 100vw);
	}
	section:nth-child(even) .hdg3 .wrap::after {
		width: calc(40 / var(--break) * 100vw);
        height: calc(74 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::before,section:nth-child(even) .hdg3 .wrap::before {
		left: 3.5vw;
		top: calc(-10 / var(--break) * 100vw);
	}
	section:nth-child(odd) .hdg3 .wrap::after,section:nth-child(even) .hdg3 .wrap::after {
		right: 3vw;
		bottom: calc(-10 / var(--break) * 100vw);
	}
	.hdg5 {
		font-size: 1.0625rem;
        line-height: 1.4;
        letter-spacing: 0;
        padding: calc(16 / var(--break) * 100vw) calc(45 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(71 / var(--break) * 100vw);
	}
	.hdg5::before {
        width: calc(24 / var(--break) * 100vw);
        height: calc(24 / var(--break) * 100vw);
        left: calc(35 / var(--break) * 100vw);
        top: calc(25 / var(--break) * 100vw);
    }
}


/* clinic
------------------------------------------------------------------*/
.row_clinic01 {
	width: 97%;
    max-width: 1300px;
}
.row_clinic01 .col_img {
    width: 51%;
    max-width: 640px;
}
.row_clinic01 .col_txt .deco01 {
    width: calc(201 / var(--break) * 100vw);
    left: -22%;
    top: -26%;
}
.row_clinic01 .col_txt .deco02 {
    width: calc(148 / var(--break) * 100vw);
    right: -5%;
    bottom: -28%;
}
.box_prof h5 {
    height: calc(50 / var(--break) * 100vw);
	font-weight: 500;
	border-radius: 100vh;
}
.box_prof h6 {
    height: calc(40 / var(--break) * 100vw);
	font-weight: 500;
	border-radius: 100vh;
}
.box_prof01 li {
	padding-bottom: calc(9/ var(--break) * 100vw);
	border-bottom: dotted 1px #222;
}
.box_prof {
	border: solid 1px #222;
}
.box_prof01 li:not(:last-of-type) {
    margin-bottom: calc(6 / var(--break) * 100vw);
}
.box_prof01 .year {
    width: calc(130 / var(--break) * 100vw);
    font-weight: 300;
    padding-left: calc(9 / var(--break) * 100vw);
}
.box_prof01 .txt {
    width: calc(100% - calc(130 / var(--break) * 100vw));
}
.list_clinic01 li {
	border-bottom: dotted 1px #222;
	padding-bottom: calc(8 / var(--break) * 100vw);
    padding-left: calc(35 / var(--break) * 100vw);
}
.list_clinic01 li:before {
    background: #6eb345;
	left: calc(10 / var(--break) * 100vw);
}
.list_clinic01 li:not(:first-child) {
    margin-top: calc(4 / var(--break) * 100vw);
}
.list_clinic01.ptn02 li {
    padding-bottom: calc(8 / var(--break) * 100vw);
}
.list_clinic01.ptn02 li:before {
    background: #00915a;
}
.list_clinic01.ptn02 li:not(:first-child) {
    margin-top: calc(5 / var(--break) * 100vw);
}
.bg_clinic01 {
    background: url(images/index/bg_reason01.png) no-repeat top 1% right / calc(1427 / var(--break) * 100vw) auto, url(images/index/bg_reason02.png) no-repeat bottom -32.5% left / calc(1527 / var(--break) * 100vw) auto;
}
.img_clinic01 {
	width: 90%;
    max-width: 960px;
}
.img_clinic01 .deco01 {
	width: calc(310 / var(--break) * 100vw);
    left: -28%;
    top: 8%;
    z-index: -1;
}
.img_clinic01 .deco02 {
	width: calc(411 / var(--break) * 100vw);
    right: -29%;
    bottom: -9%;
    z-index: -1;
}
.logo_clinic {
	width: calc(441 / var(--break) * 100vw);
}
.wrap_clinic01 .tbl_foot {
    margin-right: auto;
	margin-left: auto;
}
.wrap_clinic01 .tbl_foot .box {
    background: url(images/page/bg_pattern10.jpg) repeat center / auto;
}
.wrap_clinic01 .tbl_foot .tbl_caption {
    color: #222222!important;
}
.row_common01::after {
	content: ""; 
	display: block; 
	width: 32%;
    max-width: 394px;
}
.row_common01 .col {
	width: 32%;
    max-width: 394px;
}
.row_common01 .col:nth-child(n+4) {
	margin-top: calc(40 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .col_txt .deco01 {
		width: calc(201 / var(--break) * 100vw);
		left: -10%;
		top: -26%;
	}
	.row_clinic01 .col_txt .deco02 {
		width: calc(148 / var(--break) * 100vw);
		right: -5%;
		bottom: -28%;
	}
	.box_prof h5 {
		height: calc(50 / var(--break) * 100vw);
	}
	.box_prof h6 {
		height: calc(40 / var(--break) * 100vw);
	}
	.box_prof01 li {
		padding-bottom: calc(9/ var(--break) * 100vw);
	}
	.box_prof01 li:not(:last-of-type) {
		margin-bottom: calc(6 / var(--break) * 100vw);
	}
	.box_prof01 .year {
		width: calc(130 / var(--break) * 100vw);
		padding-left: calc(9 / var(--break) * 100vw);
	}
	.box_prof01 .txt {
		width: calc(100% - calc(130 / var(--break) * 100vw));
	}
	.list_clinic01 li {
		padding-bottom: calc(8 / var(--break) * 100vw);
		padding-left: calc(35 / var(--break) * 100vw);
	}
	.list_clinic01 li:before {
		left: calc(10 / var(--break) * 100vw);
	}
	.list_clinic01 li:not(:first-child) {
		margin-top: calc(4 / var(--break) * 100vw);
	}
	.list_clinic01.ptn02 li {
		padding-bottom: calc(8 / var(--break) * 100vw);
	}
	.list_clinic01.ptn02 li:not(:first-child) {
		margin-top: calc(5 / var(--break) * 100vw);
	}
	.bg_clinic01 {
		background: url(images/index/bg_reason01.png) no-repeat top 1% right / calc(1427 / var(--break) * 100vw) auto, url(images/index/bg_reason02.png) no-repeat bottom -12% left / calc(1527 / var(--break) * 100vw) auto;
	}
	.img_clinic01 .deco01 {
		width: calc(310 / var(--break) * 100vw);
		left: -18%;
		top: 8%;
	}
	.img_clinic01 .deco02 {
		width: calc(411 / var(--break) * 100vw);
		right: -22%;
		bottom: -9%;
	}
	.logo_clinic {
		width: calc(441 / var(--break) * 100vw);
	}
	.row_common01 .col:nth-child(n+4) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_txt .deco01 {
		width: calc(181 / var(--break) * 100vw);
		left: -10%;
		top: -17%;
	}
	.row_clinic01 .col_txt .deco02 {
		width: calc(148 / var(--break) * 100vw);
		right: -5%;
		bottom: -20%;
	}
	.box_prof h5 {
		height: calc(50 / var(--break) * 100vw);
	}
	.box_prof h6 {
		height: calc(40 / var(--break) * 100vw);
	}
	.box_prof01 li {
		padding-bottom: calc(9/ var(--break) * 100vw);
	}
	.box_prof01 li:not(:last-of-type) {
		margin-bottom: calc(6 / var(--break) * 100vw);
	}
	.box_prof01 .year {
		width: calc(130 / var(--break) * 100vw);
		padding-left: calc(9 / var(--break) * 100vw);
	}
	.box_prof01 .txt {
		width: calc(100% - calc(130 / var(--break) * 100vw));
	}
	.list_clinic01 li {
		padding-bottom: calc(8 / var(--break) * 100vw);
		padding-left: calc(35 / var(--break) * 100vw);
	}
	.list_clinic01 li:before {
		left: calc(10 / var(--break) * 100vw);
	}
	.list_clinic01 li:not(:first-child) {
		margin-top: calc(4 / var(--break) * 100vw);
	}
	.list_clinic01.ptn02 li {
		padding-bottom: calc(8 / var(--break) * 100vw);
	}
	.list_clinic01.ptn02 li:not(:first-child) {
		margin-top: calc(5 / var(--break) * 100vw);
	}
	.bg_clinic01 {
		background: url(images/index/bg_reason01.png) no-repeat top 3% right / calc(927 / var(--break) * 100vw) auto, url(images/index/bg_reason02.png) no-repeat bottom -12% left / calc(927 / var(--break) * 100vw) auto;
	}
	.img_clinic01 .deco01 {
		width: calc(310 / var(--break) * 100vw);
		left: -18%;
		top: 8%;
	}
	.img_clinic01 .deco02 {
		width: calc(411 / var(--break) * 100vw);
		right: -22%;
		bottom: -9%;
	}
	.logo_clinic {
		width: calc(441 / var(--break) * 100vw);
	}
	.row_common01 .col:nth-child(n+4) {
		margin-top: calc(40 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic01 {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic01 .col_img {
        width: 100%;
        max-width: calc(640 / var(--break) * 100vw);
        margin-bottom: 6vw;
    }
	.row_clinic01 .col_txt .deco01 {
		width: calc(181 / var(--break) * 100vw);
		left: -3%;
		top: -7%;
		z-index: -1;
	}
	.row_clinic01 .col_txt .deco02 {
		width: calc(148 / var(--break) * 100vw);
		right: 2%;
        bottom: 9%;
	}
	.box_prof h5 {
		height: calc(75 / var(--break) * 100vw);
	}
	.box_prof h6 {
		font-size: 1rem;
		height: calc(65 / var(--break) * 100vw);
	}
	.box_prof01 li {
		padding-bottom: calc(9/ var(--break) * 100vw);
	}
	.box_prof01 li:not(:last-of-type) {
		margin-bottom: calc(6 / var(--break) * 100vw);
	}
	.box_prof01 .year {
		width: 30%;
		padding-left: calc(9 / var(--break) * 100vw);
	}
	.box_prof01 .txt {
		width: calc(100% - 30%);
	}
	.list_clinic01 li {
		padding-bottom: calc(8 / var(--break) * 100vw);
		padding-left: calc(35 / var(--break) * 100vw);
	}
	.list_clinic01 li:before {
		left: calc(10 / var(--break) * 100vw);
	}
	.list_clinic01 li:not(:first-child) {
		margin-top: calc(4 / var(--break) * 100vw);
	}
	.list_clinic01.ptn02 li {
		padding-bottom: calc(8 / var(--break) * 100vw);
	}
	.list_clinic01.ptn02 li:not(:first-child) {
		margin-top: calc(5 / var(--break) * 100vw);
	}
	.bg_clinic01 {
		background: url(images/index/bg_reason01_sp.png) no-repeat top 2% right / 100%, url(images/index/bg_reason02_sp.png) no-repeat bottom -2.5% left / 100% auto;
	}
	.img_clinic01 .deco01 {
		width: calc(238 / var(--break) * 100vw);
		left: -18%;
		top: -10%;
	}
	.img_clinic01 .deco02 {
		width: calc(294 / var(--break) * 100vw);
		right: -17%;
		bottom: -37%;
	}
	.logo_clinic {
		width: calc(491 / var(--break) * 100vw);
		margin-bottom: 4vw;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col:nth-child(n+3) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.ttl_clinic01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.clinic_map {
		background: #fff;
	}
}

/*スライダー
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(59 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(59 / 1920 * 100vw);
	right: -9.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	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, .slide_clinic01 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(59 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(59 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(59 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* pediatric
------------------------------------------------------------------*/
.row_common02 .col_img::before {
	content: "";
    position: absolute;
    background: url(images/page/bg_pattern06.jpg) repeat center / auto;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
    bottom: 0;
    right: calc(-20 / var(--break) * 100vw);
    z-index: -1;
    border-radius: calc(120 / var(--break) * 100vw) 0 0 0;
}
.row_common02 .col_img.right::before {
    left: calc(-20 / var(--break) * 100vw);
	right: auto;
    border-radius: 0 calc(120 / var(--break) * 100vw) 0 0;
}
.bg_common01 .deco::before {
	content: "";
    position: absolute;
	background: #222222;
    width: 100%;
    height: 100%;
	border-radius: calc(28 / var(--break) * 100vw);
	right: calc(-8 / var(--break) * 100vw);
	bottom: calc(-8 / var(--break) * 100vw);
	z-index: -1;
}
.box_common01 {
	border-radius: calc(20 / var(--break) * 100vw);
}
.box_common01 .deco01 {
	width: calc(127 / var(--break) * 100vw);
	top: -28%;
    left: 9%;
}
.box_common01 .deco02 {
	width: calc(94 / var(--break) * 100vw);
	top: -20%;
    right: 9%;
}
.box_common01 .en {
	font-size: 5rem;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    top: calc(-60 / var(--break) * 100vw);
    right: 0;
    left: 0;
    color: transparent;
    background: linear-gradient(0deg, #e0a424 0%, #e0a424 45%, #222222 45%, #222222 100%);
    -webkit-background-clip: text;
}
.box_common01 .copy {
	border-radius: 100vh;
	height: calc(50 / var(--break) * 100vw);
}
.list_common02 li {
    border-bottom: dotted 1px #222222;
    width: 47%;
    padding-bottom: calc(7 / var(--break) * 100vw);
	padding-left: calc(38 / var(--break) * 100vw);
}
.list_common02 li:before {
    content: "";
    position: absolute;
    background: url(images/page/check02.svg) no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    top: calc(6 / var(--break) * 100vw);
    left: calc(6 / var(--break) * 100vw);
    border-radius: 0%;
}
.list_common02 li:not(:first-child) {
    margin-top: calc(5 / var(--break) * 100vw);
}
.list_common02 li:nth-child(-n+2) {
    margin-top: 0;
}
.box_common02 {
	position: relative;
	border: solid 1px #222;
	background: url("images/page/deco_common03.png")no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_common02.ptn02 {
	background: url("images/page/deco_common04.png")no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_common02::before,.box_common02::after {
	content: "";
    position: absolute;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.box_common02::before {
	border-top: solid 1px #222222;
	top: calc(10 / var(--break) * 100vw);
}
.box_common02::after {
	border-bottom: solid 1px #222222;
	bottom: calc(10 / var(--break) * 100vw);
}
.row_common03 .col_txt {
	width: 56%;
}
.row_common03 .col_img {
	width: 42%;
	max-width: 450px;
}
.box_pediatric01 .deco01 {
	left: -3%;
    top: 8%;
    width: calc(58 / var(--break) * 100vw);
}
.box_pediatric01 .deco02 {
	right: -3%;
    bottom: 8%;
    width: calc(58 / var(--break) * 100vw);
}
.row_common04 .col_txt {
	width: 67%;
}
.row_common04 .col_img {
	width: 28%;
	max-width: 350px;
}
.bg_pediatric01 .deco01 {
	right: 24%;
	top: 15.5%;
}
.bg_pediatric01 .deco02 {
	left: 14.5%;
	top: 11.5%;
}
.bg_pediatric01 .deco03 {
	left: 10%;
	top: 32%;
}
.bg_pediatric01 .deco04 {
	right: 7.5%;
	top: 25%;
}
.bg_pediatric01 .row__age01 .col .wrap {
    outline: calc(1 / var(--break) * 100vw) solid #222;
    outline-offset: calc(0 / var(--break) * 100vw);
}
.bg_pediatric01 .row__age01 .col:first-child .wrap {
	background: url("images/index/deco_age07.svg")no-repeat center top 708% / calc(382 / var(--break) * 100vw) auto #fff;
}
.bg_pediatric01 .row__age01 .col:nth-child(2) .wrap {
	background: url("images/index/deco_age08.svg")no-repeat center top 708% / calc(382 / var(--break) * 100vw) auto #fff;
}
.bg_pediatric01 .row__age01 .col:nth-child(3) .wrap {
	background: url("images/index/deco_age09.svg")no-repeat center top 708% / calc(382 / var(--break) * 100vw) auto #fff;
}
.bg_pediatric01 .row__age01 .col:nth-child(4) .wrap {
	background: url("images/index/deco_age10.svg")no-repeat center top 708% / calc(382 / var(--break) * 100vw) auto #fff;
}
.bg_pediatric01 .row__age01 .col:nth-child(5) .wrap {
	background: url("images/index/deco_age11.svg")no-repeat center top 708% / calc(382 / var(--break) * 100vw) auto #fff;
}
.bnr_common01 {
	width: calc(660 / var(--break) * 100vw);
}
.list_common03 li {
	border: solid 1px #222;
    border-bottom: solid calc(3 / var(--break) * 100vw) #222;
    padding: calc(14 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(55 / var(--break) * 100vw);
}
.list_common03 li:before {
    content: "";
    position: absolute;
    width: calc(30 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
    background: url(images/page/check03.svg) no-repeat center / cover;
    border-radius: 0%;
    left: calc(13 / var(--break) * 100vw);
    top: calc(13 / var(--break) * 100vw);
}
.list_common03 li:not(:first-child) {
    margin-top: calc(12 / var(--break) * 100vw);
}
.deco_pediatric01 {
	width: calc(227 / var(--break) * 100vw);
}
.deco_pediatric02 {
	width: calc(159 / var(--break) * 100vw);
	top: 7%;
	left: 5%;
}
.deco_pediatric03 {
	width: calc(168 / var(--break) * 100vw);
	top: 6%;
	right: 5.5%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common02 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
		border-radius: calc(120 / var(--break) * 100vw) 0 0 0;
	}
	.row_common02 .col_img.right::before {
		left: calc(-20 / var(--break) * 100vw);
		border-radius: 0 calc(120 / var(--break) * 100vw) 0 0;
	}
	.bg_common01 .deco::before {
		border-radius: calc(28 / var(--break) * 100vw);
		right: calc(-8 / var(--break) * 100vw);
		bottom: calc(-8 / var(--break) * 100vw);
	}
	.box_common01 {
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.box_common01 .deco01 {
		width: calc(127 / var(--break) * 100vw);
		top: -28%;
		left: 9%;
	}
	.box_common01 .deco02 {
		width: calc(94 / var(--break) * 100vw);
		top: -20%;
		right: 9%;
	}
	.box_common01 .en {
		top: calc(-60 / var(--break) * 100vw);
	}
	.box_common01 .copy {
		height: calc(50 / var(--break) * 100vw);
	}
	.list_common02 li {
		padding-bottom: calc(7 / var(--break) * 100vw);
		padding-left: calc(38 / var(--break) * 100vw);
	}
	.list_common02 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		top: calc(6 / var(--break) * 100vw);
		left: calc(6 / var(--break) * 100vw);
	}
	.list_common02 li:not(:first-child) {
		margin-top: calc(5 / var(--break) * 100vw);
	}
	.list_common02 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.box_common02 {
		background: url("images/page/deco_common03.png")no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_common02.ptn02 {
		background: url("images/page/deco_common04.png")no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_common02::before {
		top: calc(10 / var(--break) * 100vw);
	}
	.box_common02::after {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.box_pediatric01 .deco01 {
		width: calc(58 / var(--break) * 100vw);
	}
	.box_pediatric01 .deco02 {
		width: calc(58 / var(--break) * 100vw);
	}
	.bg_pediatric01 .deco01 {
		right: 19%;
		top: 6.5%;
	}
	.bg_pediatric01 .deco02 {
		left: 4.5%;
		top: 4.5%;
	}
	.bg_pediatric01 .deco03 {
		left: 4.5%;
		top: 32%;
	}
	.bg_pediatric01 .deco04 {
		right: 4%;
		top: 24%;
	}
	.bg_pediatric01 .row__age01 .col:first-child .wrap {
		background: url("images/index/deco_age07.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(2) .wrap {
		background: url("images/index/deco_age08.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(3) .wrap {
		background: url("images/index/deco_age09.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(4) .wrap {
		background: url("images/index/deco_age10.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(5) .wrap {
		background: url("images/index/deco_age11.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bnr_common01 {
		width: calc(660 / var(--break) * 100vw);
	}
	.list_common03 li {
		border-bottom: solid calc(3 / var(--break) * 100vw) #222;
		padding: calc(15 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(55 / var(--break) * 100vw);
	}
	.list_common03 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		left: calc(13 / var(--break) * 100vw);
		top: calc(13 / var(--break) * 100vw);
	}
	.list_common03 li:not(:first-child) {
		margin-top: calc(12 / var(--break) * 100vw);
	}
	.deco_pediatric01 {
		width: calc(227 / var(--break) * 100vw);
	}
	.deco_pediatric02 {
		width: calc(159 / var(--break) * 100vw);
		top: 7%;
		left: 5%;
	}
	.deco_pediatric03 {
		width: calc(168 / var(--break) * 100vw);
		top: 6%;
		right: 5.5%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common02 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
		border-radius: calc(120 / var(--break) * 100vw) 0 0 0;
	}
	.row_common02 .col_img.right::before {
		left: calc(-20 / var(--break) * 100vw);
		border-radius: 0 calc(120 / var(--break) * 100vw) 0 0;
	}
	.bg_common01 .deco::before {
		border-radius: calc(28 / var(--break) * 100vw);
		right: calc(-8 / var(--break) * 100vw);
		bottom: calc(-8 / var(--break) * 100vw);
	}
	.box_common01 {
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.box_common01 .deco01 {
		width: calc(127 / var(--break) * 100vw);
		top: -28%;
		left: 9%;
	}
	.box_common01 .deco02 {
		width: calc(94 / var(--break) * 100vw);
		top: -20%;
		right: 9%;
	}
	.box_common01 .en {
		top: calc(-60 / var(--break) * 100vw);
	}
	.box_common01 .copy {
		height: calc(50 / var(--break) * 100vw);
	}
	.list_common02 li {
		padding-bottom: calc(7 / var(--break) * 100vw);
		padding-left: calc(38 / var(--break) * 100vw);
	}
	.list_common02 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		top: calc(6 / var(--break) * 100vw);
		left: calc(6 / var(--break) * 100vw);
	}
	.list_common02 li:not(:first-child) {
		margin-top: calc(5 / var(--break) * 100vw);
	}
	.list_common02 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.box_common02 {
		background: url("images/page/deco_common03.png")no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_common02.ptn02 {
		background: url("images/page/deco_common04.png")no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_common02::before {
		top: calc(10 / var(--break) * 100vw);
	}
	.box_common02::after {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.box_pediatric01 .deco01 {
		width: calc(58 / var(--break) * 100vw);
	}
	.box_pediatric01 .deco02 {
		width: calc(58 / var(--break) * 100vw);
	}
	.bg_pediatric01 .deco01 {
		right: 6%;
		top: 0.5%;
	}
	.bg_pediatric01 .deco02 {
		left: 0.5%;
		top: 1.5%;
		width: calc(249 / var(--break) * 100vw);
	}
	.bg_pediatric01 .deco03 {
		left: 1.5%;
		top: 32%;
	}
	.bg_pediatric01 .deco04 {
		right: 1%;
		top: 25%;
	}
	.bg_pediatric01 .row__age01 .col:first-child .wrap {
		background: url("images/index/deco_age07.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(2) .wrap {
		background: url("images/index/deco_age08.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(3) .wrap {
		background: url("images/index/deco_age09.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(4) .wrap {
		background: url("images/index/deco_age10.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(5) .wrap {
		background: url("images/index/deco_age11.svg")no-repeat center top 908% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bnr_common01 {
		width: calc(660 / var(--break) * 100vw);
	}
	.list_common03 li {
		border-bottom: solid calc(3 / var(--break) * 100vw) #222;
		padding: calc(15 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(55 / var(--break) * 100vw);
	}
	.list_common03 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		left: calc(13 / var(--break) * 100vw);
		top: calc(13 / var(--break) * 100vw);
	}
	.list_common03 li:not(:first-child) {
		margin-top: calc(12 / var(--break) * 100vw);
	}
	.deco_pediatric01 {
		width: calc(227 / var(--break) * 100vw);
	}
	.deco_pediatric02 {
		width: calc(159 / var(--break) * 100vw);
		top: 7%;
		left: 5%;
	}
	.deco_pediatric03 {
		width: calc(168 / var(--break) * 100vw);
		top: 6%;
		right: 5.5%;
	}
}
@media(max-width: 767px) {
	.row_common02 .col_img {
		padding-bottom: calc(10 / var(--break) * 100vw);
		margin-bottom: 7vw;
	}
	.row_common02 .col_img::before {
		height: calc(100% - calc(10 / var(--break) * 100vw));
		right: calc(-10 / var(--break) * 100vw);
		border-radius: calc(120 / var(--break) * 100vw) 0 0 0;
	}
	.row_common02 .col_img.right::before {
		left: calc(-10 / var(--break) * 100vw);
		border-radius: 0 calc(120 / var(--break) * 100vw) 0 0;
	}
	.bg_common01 .deco::before {
		border-radius: calc(28 / var(--break) * 100vw);
		right: calc(-8 / var(--break) * 100vw);
		bottom: calc(-8 / var(--break) * 100vw);
	}
	.box_common01 {
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.box_common01 .deco01 {
		width: calc(127 / var(--break) * 100vw);
		top: -21%;
		left: 1%;
	}
	.box_common01 .deco02 {
		width: calc(94 / var(--break) * 100vw);
		top: -16%;
		right: 2%;
	}
	.box_common01 .en {
		font-size: 3rem;
        top: calc(-66 / var(--break) * 100vw);
	}
	.box_common01 .copy {
		font-size: 1rem;
		letter-spacing: 0;
		padding-top: 0.8vw;
		height: calc(70 / var(--break) * 100vw);
	}
	.list_common02 li {
		width: 100%;
		padding-bottom: 1.5vw;
		padding-left: 6vw;
	}
	.list_common02 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		top: calc(7 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
	}
	.list_common02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_common02 li:nth-child(2) {
		margin-top: 2vw;
	}
	.box_common02 {
		background: url("images/page/deco_common03.png")no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_common02.ptn02 {
		background: url("images/page/deco_common04.png")no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_common02::before {
		top: calc(10 / var(--break) * 100vw);
	}
	.box_common02::after {
		bottom: calc(10 / var(--break) * 100vw);
	}
	.row_common03 .copy {
		font-size: 1.25rem;
		letter-spacing: 0;
		text-align: center;
	}
	.box_pediatric01 .copy,.copy_pediatric01  {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_pediatric01 {
		padding: 6vw 5vw 6.5vw;
	}
	.box_pediatric01 .deco01 {
		width: calc(58 / var(--break) * 100vw);
		left: -1%;
    	top: -2%;
	}
	.box_pediatric01 .deco02 {
		width: calc(58 / var(--break) * 100vw);
		right: -1%;
    	bottom: -2%;
	}
	.bg_pediatric01 .deco01 {
		right: 5%;
		top: 4%;
	}
	.bg_pediatric01 .deco02 {
		left: 15.5%;
		top: 0%;
	}
	.bg_pediatric01 .deco03 {
		left: -1.5%;
		top: 3.2%;
		width: calc(145 / var(--break) * 100vw);
	}
	.bg_pediatric01 .deco04 {
		right: 7.5%;
		top: 23%;
	}
	.bg_pediatric01 .row__age01 .col:first-child .wrap {
		background: url("images/index/deco_age07.svg")no-repeat center top 3000% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(2) .wrap {
		background: url("images/index/deco_age08.svg")no-repeat center top 3000% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(3) .wrap {
		background: url("images/index/deco_age09.svg")no-repeat center top 3000% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(4) .wrap {
		background: url("images/index/deco_age10.svg")no-repeat center top 3000% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bg_pediatric01 .row__age01 .col:nth-child(5) .wrap {
		background: url("images/index/deco_age11.svg")no-repeat center top 3000% / calc(382 / var(--break) * 100vw) auto #fff;
	}
	.bnr_common01 {
		width: calc(660 / var(--break) * 100vw);
	}
	.list_common03 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.list_common03 li {
		border-bottom: solid calc(3 / var(--break) * 100vw) #222;
		padding: calc(15 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(68 / var(--break) * 100vw);
	}
	.list_common03 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: calc(17 / var(--break) * 100vw);
        top: calc(18 / var(--break) * 100vw);
	}
	.list_common03 li:not(:first-child) {
		margin-top: calc(12 / var(--break) * 100vw);
	}
	.copy_pediatric02 {
		font-size: 1.25rem;
	}
	.deco_pediatric01 {
		width: calc(227 / var(--break) * 100vw);
	}
	.deco_pediatric02 {
		width: calc(159 / var(--break) * 100vw);
		top: 7%;
		left: 5%;
	}
	.deco_pediatric03 {
		width: calc(168 / var(--break) * 100vw);
		top: 6%;
		right: 5.5%;
	}
	.bg__age01 .ttl__age03 {
        margin-bottom: calc(30 / var(--break) * 100vw);
    }
}

/* pediatric_ortho
------------------------------------------------------------------*/
.row_pediatric_ortho01 .col {
	width: 32%;
    max-width: 380px;
	background: 
	url("images/pediatric_ortho/deco_pediatric_ortho01.svg")no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
	url("images/pediatric_ortho/deco_pediatric_ortho02.svg")no-repeat right calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
	url("images/pediatric_ortho/deco_pediatric_ortho03.svg")no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
	url("images/pediatric_ortho/deco_pediatric_ortho04.svg")no-repeat left calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto;
}
.row_pediatric_ortho01 .col:nth-child(n+4) {
	margin-top: calc(50 / var(--break) * 100vw);
}
.row_pediatric_ortho01 .col .deco {
	width: calc(88 / var(--break) * 100vw);
}
.row_pediatric_ortho01 .col:nth-child(odd) .ja {
	color: #d85674;
}
.row_pediatric_ortho01 .col:nth-child(even) .ja {
	color: #f07b3b;
}
.bnr_pediatric_ortho01 {
	width: calc(650 / var(--break) * 100vw);
}
.tbl_common01 table { 
    border: 1px solid #222222; 
} 
.tbl_common01 th { 
    background: #6eb345;
	 font-weight: bold;
}
.tbl_common01 tr:not(:last-child) th {
    border-bottom: 1px solid #222222;
}
.tbl_common01 tr:not(:last-child) td { 
    border-bottom: 1px solid #222222; 
}
.box_pay .ttl {
	border-bottom: 1px solid #fff;
}
.btn_common02 {
	width: calc(440 / var(--break) * 100vw);
}
.btn_common02 a {
	height: calc(70 / var(--break) * 100vw);
	border-radius: calc(35 / var(--break) * 100vw);
  	border: solid calc(2 / var(--break) * 100vw) #222;
}
.btn_common02 a::before {
	content: "";
    position: absolute;
	background: url("images/page/icn_common01.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(18 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_pediatric_ortho01 .col {
		background: 
		url("images/pediatric_ortho/deco_pediatric_ortho01.svg")no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho02.svg")no-repeat right calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho03.svg")no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho04.svg")no-repeat left calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto;
	}
	.row_pediatric_ortho01 .col:nth-child(n+4) {
		margin-top: calc(50 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col .deco {
		width: calc(88 / var(--break) * 100vw);
	}
	.bnr_pediatric_ortho01 {
		width: calc(650 / var(--break) * 100vw);
	}
	.btn_common02 {
		width: calc(440 / var(--break) * 100vw);
	}
	.btn_common02 a {
		height: calc(70 / var(--break) * 100vw);
		border-radius: calc(35 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #222;
	}
	.btn_common02 a::before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(18 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pediatric_ortho01 .col {
		background: 
		url("images/pediatric_ortho/deco_pediatric_ortho01.svg")no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho02.svg")no-repeat right calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho03.svg")no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho04.svg")no-repeat left calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto;
	}
	.row_pediatric_ortho01 .col:nth-child(n+4) {
		margin-top: calc(50 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col .deco {
		width: calc(88 / var(--break) * 100vw);
	}
	.bnr_pediatric_ortho01 {
		width: calc(650 / var(--break) * 100vw);
	}
	.btn_common02 {
		width: calc(440 / var(--break) * 100vw);
	}
	.btn_common02 a {
		height: calc(70 / var(--break) * 100vw);
		border-radius: calc(35 / var(--break) * 100vw);
		border: solid calc(2 / var(--break) * 100vw) #222;
	}
	.btn_common02 a::before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(18 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_pediatric_ortho01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		background: 
		url("images/pediatric_ortho/deco_pediatric_ortho01.svg")no-repeat left calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho02.svg")no-repeat right calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho03.svg")no-repeat right calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto,
		url("images/pediatric_ortho/deco_pediatric_ortho04.svg")no-repeat left calc(10 / var(--break) * 100vw) bottom calc(10 / var(--break) * 100vw) / calc(60 / var(--break) * 100vw) auto;
	}
	.row_pediatric_ortho01 .col:nth-child(n+2) {
		margin-top: calc(50 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col .deco {
		width: calc(88 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col .en {
		font-size: .875rem;
	}
	.row_pediatric_ortho01 .col .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
	.bnr_pediatric_ortho01 {
		width: calc(650 / var(--break) * 100vw);
	}
	.box_pay .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.btn_common02 {
		width: 100%;
	}
	.btn_common02 a {
		height: calc(100 / var(--break) * 100vw);
		border-radius: 100vh;
		border: solid calc(2 / var(--break) * 100vw) #222;
	}
	.btn_common02 a::before {
		width: calc(31 / var(--break) * 100vw);
		height: calc(28 / var(--break) * 100vw);
		right: calc(35 / var(--break) * 100vw);
	}
	.btn_common02 .txt {
		letter-spacing: 0;
	}
	.row_pay .col {
        padding: 5vw 3.5vw;
    }
}

/* problem
------------------------------------------------------------------*/
.row_problem01 .col_img {
	width: 48%;
    max-width: 600px;
}
.row_problem01 .col_txt {
	width: 48.5%;
	border: solid 1px #222;
}
.row_problem01 .col_txt .ttl {
	height: calc(50 / var(--break) * 100vw);
	border-radius: 100vh;
}
.list_clinic01.ptn03 li:before {
    background: #3886b4;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_problem01 .col_txt .ttl {
		height: calc(50 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_problem01 .col_txt .ttl {
		height: calc(50 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_problem01 .col_img {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_problem01 .col_txt {
		width: 100%;
		max-width: calc(670 / var(--break) * 100vw);
		margin: auto;
	}
	.row_problem01 .col_txt .ttl {
		height: calc(70 / var(--break) * 100vw);
	}
	.copy_problem01 {
		font-size: 1.125rem;
	}
}

/* age
------------------------------------------------------------------*/
.box_age01 {
    background: url(images/age/deco_age01.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_age01.ptn02 {
    background: url(images/age/deco_age02.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_age02 {
    background: url(images/age/deco_age03.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_age04.ptn02 {
    background: url(images/age/deco_age04.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_age05 {
    background: url(images/age/deco_age05.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_age06.ptn02 {
    background: url(images/age/deco_age06.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
}
.box_age03 .en {
	font-size: 5rem;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
    top: calc(-60 / var(--break) * 100vw);
    right: 0;
    left: 0;
	color: transparent;
    background: linear-gradient(0deg, #222222 0%, #222222 45%, #f07b3b 45%, #f07b3b 100%);
    -webkit-background-clip: text;
}
.box_age03.ptn02 .en {
	color: transparent;
    background: linear-gradient(0deg, #222222 0%, #222222 45%, #d85674 45%, #d85674 100%);
	 -webkit-background-clip: text;
}
.box_age03.ptn03 .en {
	color: transparent;
    background: linear-gradient(0deg, #222222 0%, #222222 45%, #9461bc 45%, #9461bc 100%);
	 -webkit-background-clip: text;
}
.list_common02.ptn02 li:before {
    background: url(images/page/check01.svg) no-repeat center / cover;
}
.list_common02.ptn02 li {
    border-bottom: solid 1px #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_age01 {
		background: url(images/age/deco_age01.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age01.ptn02 {
		background: url(images/age/deco_age02.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age02 {
		background: url(images/age/deco_age03.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age04.ptn02 {
		background: url(images/age/deco_age04.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age05 {
		background: url(images/age/deco_age05.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age06.ptn02 {
		background: url(images/age/deco_age06.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age03 .en {
		top: calc(-60 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_age01 {
		background: url(images/age/deco_age01.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age01.ptn02 {
		background: url(images/age/deco_age02.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age02 {
		background: url(images/age/deco_age03.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age04.ptn02 {
		background: url(images/age/deco_age04.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age05 {
		background: url(images/age/deco_age05.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age06.ptn02 {
		background: url(images/age/deco_age06.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age03 .en {
		top: calc(-60 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.box_age01 {
		background: url(images/age/deco_age01.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age01.ptn02 {
		background: url(images/age/deco_age02.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age02 {
		background: url(images/age/deco_age03.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age04.ptn02 {
		background: url(images/age/deco_age04.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age05 {
		background: url(images/age/deco_age05.png) no-repeat left top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age06.ptn02 {
		background: url(images/age/deco_age06.png) no-repeat right top calc(10 / var(--break) * 100vw) / calc(321 / var(--break) * 100vw) auto;
	}
	.box_age03 .en {
		font-size: 3rem;
		top: calc(-66 / 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) {
}
@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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	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: ;
}
.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: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@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);
	}
}

/* お問い合わせ 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: #6eb345;
	border-radius: 100vh;
	color: #fff;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
	font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}
#sidebar .category h4 {
	background: #e0a424;
}
#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: #ddf1ea;
	border: 1px solid #222222;
	border-right-color: #222222;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #222222;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #00915a;
	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 #222222;
	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: calc(2 / var(--break) * 100vw) dotted #222222;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
	font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.blog_archive .txt_post .date {
	color: #6eb345;
	font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #00915a;
	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 #00915a;
	color: #00915a;
	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: #00915a;
	background: #00915a;
	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 #e0a424;
	background: #e0a424;
	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: #e0a424;
}
/*ブログタイトル*/
.single_post > h3 {
    background: url(images/page/bg_pattern04.jpg) repeat center / auto;
    color: #fff;
    border-radius: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) 0 0;
    position: relative;
    letter-spacing: .05em;
}
.single_post > h3 > span {
    padding: calc(21 / var(--break) * 100vw) calc(39 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) calc(70 / var(--break) * 100vw);
    display: block;
}
.single_post > h3::before {
	content: "";
	position: absolute;
	background: url("images/page/deco_topics01.png") no-repeat center / cover;
	width: calc(37 / var(--break) * 100vw);
	height: calc(35 / var(--break) * 100vw);
	top: calc(22 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
}
.single_post > h3::after {
	content: "";
    position: absolute;
    border-bottom: dashed calc(2 / var(--break) * 100vw) #fff;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(10 / var(--break) * 100vw);
}
.post_content > h4 {
	border-radius: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) 0 0;
	background: url(images/page/bg_pattern07.jpg) repeat center / auto;
	letter-spacing: .05em;
	position: relative;
    padding: calc(15 / var(--break)* 100vw) calc(32 / var(--break)* 100vw) calc(15 / var(--break)* 100vw);
	font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.post_content > h4::before {
    content: "";
    position: absolute;
    border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(5 / var(--break) * 100vw);
}
.post_content > h5 {
	border-radius: 100vh;
    padding: calc(12 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(14 / var(--break) * 100vw) calc(61 / var(--break) * 100vw);
    letter-spacing: .05em;
	background-color: #FBF6C8;
	position: relative;
	font-family: "mamelon", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.post_content > h5::before {
    content: "";
    position: absolute;
    background: url(images/page/deco_h5.png) no-repeat center / cover;
    width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    left: calc(21 / var(--break) * 100vw);
    top: calc(16 / var(--break) * 100vw);
}
@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);
	}
	/*ブログタイトル*/
	.single_post > h3 {
		border-radius: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) 0 0;
		background: url(images/page/bg_pattern04.jpg) repeat center / calc(150 / var(--break) * 100vw) auto;
	}
	.single_post > h3 > span {
		padding: calc(20 / var(--break) * 100vw) calc(39 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) calc(78 / var(--break) * 100vw);
	}
	.single_post > h3::before {
		width: calc(43 / var(--break) * 100vw);
		height: calc(41 / var(--break) * 100vw);
		top: calc(26 / var(--break) * 100vw);
		left: calc(21 / var(--break) * 100vw);
	}
	.single_post > h3::after {
		border-bottom: dashed calc(2 / var(--break) * 100vw) #fff;
		height: calc(2 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
	}
	.post_content > h4 {
		background: url(images/page/bg_pattern07.jpg) repeat center / calc(120 / var(--break) * 100vw) auto;
		border-radius: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) 0 0;
		padding: calc(15 / var(--break)* 100vw) calc(32 / var(--break)* 100vw) calc(15 / var(--break)* 100vw);
	}
	.post_content > h4::before {
		border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
		height: calc(2 / var(--break) * 100vw);
		bottom: calc(5 / var(--break) * 100vw);
	}
	.post_content > h5 {
		padding: calc(12 / var(--break) * 100vw) calc(45 / var(--break) * 100vw) calc(9 / var(--break) * 100vw) calc(71 / var(--break) * 100vw);
	}
	.post_content > h5::before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
		left: calc(35 / var(--break) * 100vw);
        top: calc(27 / 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));
	}
}