@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	position: relative;
	background: var(--color14);
	height: calc(350 / var(--break) * 100vw);
}
.main_page:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(69 / var(--break) * 100vw);
	background: url("images/page/shape_ttl_page01.svg") no-repeat center bottom / cover;
	content: '';
}
.main_page .deco01 {
	top: 0;
	left: 5.2%;
	max-width: 360px;
	width: 19%;
}
.main_page .deco02 {
	bottom: calc(22 / var(--break) * 100vw);
	right: 5.2%;
	max-width: 359px;
	width: 19%;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .ja {
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(50 / var(--break) * 100vw);
	letter-spacing: 0.15em;
}
.hdg2 .en {
	margin: 0 0 0.9em 1.6em;
	color: var(--color01);
	font-family: "work-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.3em;
}
.hdg3 {
	padding-bottom: 0.85em;
	background: url(images/page/deco_hdg3.svg) no-repeat center bottom / calc(68 / var(--break) * 100vw) auto;
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.15em;
	line-height: 1.6;
}
.hdg3 span {
	display: inline-block;
}
.hdg4 {
	position: relative;
	padding: 1.1em 0 1.3em;
	border-top-left-radius: calc(30 / var(--break) * 100vw);
	border-top-right-radius: calc(30 / var(--break) * 100vw);
	background: linear-gradient(var(--color04) 0 calc(100% - (17 / var(--break) * 100vw)), transparent calc(100% - (17 / var(--break) * 100vw)) 100%);
	color: #fff;
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.hdg4:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(18 / var(--break) * 100vw);
	background: url(images/page/shape_hdg4.svg) no-repeat center bottom / cover;
	content: '';
}
.hdg4 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.hdg5 {
	padding-bottom: 0.23em;
	border-bottom: 1px solid var(--color11);
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.hdg5 span {
	display: inline-block;
	position: relative;
	padding-left: 2.3em;
}
.hdg5 span:before {
	display: block;
	position: absolute;
	top: 0.23em;
	left: 0;
	width: calc(40 / var(--break) * 100vw);
	height: calc(29 / var(--break) * 100vw);
	background: url(images/page/deco_hdg5.png) no-repeat left center / contain;
	content: '';
}
.btn_tel01 {
	max-width: 393px;
	height: calc(120 / var(--break) * 100vw);
}
.btn_tel01 a {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border-bottom-left-radius: 0;
}
.btn_web01 {
	max-width: 393px;
	height: calc(120 / var(--break) * 100vw);
}
.btn_web01 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border-bottom-left-radius: 0;
	border: 1px solid var(--color01);
}
.btn_web01 a:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	width: calc(8 / var(--break) * 100vw);
	height: calc(8 / var(--break) * 100vw);
	margin: auto;
	border-radius: 100%;
	background: var(--color01);
	content: '';
}
.btn_web01 a .icn {
	width: calc(45 / var(--break) * 100vw);
}
.btn_web01 a .web {
	margin: 0 calc(-5 / var(--break) * 100vw) calc(8 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.btn_line01 {
	max-width: 393px;
	height: calc(120 / var(--break) * 100vw);
}
.btn_line01 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border-bottom-left-radius: 0;
}
.btn_line01 a:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	width: calc(8 / var(--break) * 100vw);
	height: calc(8 / var(--break) * 100vw);
	margin: auto;
	border-radius: 100%;
	background: #fff;
	content: '';
}
.btn_line01 a .icn {
	width: calc(45 / var(--break) * 100vw);
}
.btn_line01 a .line {
	margin: 0 calc(-5 / var(--break) * 100vw) calc(8 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.btn_common01 {
	min-width: calc(380 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.btn_common01 a {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 calc(73 / var(--break) * 100vw);
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	border-bottom-left-radius: 0;
}
.btn_common01 a:after {
	display: block;
	position: absolute;
	top: 0;
	right: calc(20 / var(--break) * 100vw);
	width: calc(19 / var(--break) * 100vw);
	height: 100%;
	background: url(images/page/arw_btn01.svg) no-repeat right center / contain;
	content: '';
}
.bnr_common01 {
	max-width: 605px;
	width: 100%;
}
.bnr_common01 a.ready {
	pointer-events: none;
}
.row_common01 .col_txt {
	width: 50%;
}
.row_common01 .col_txt .copy {
	position: relative;
	margin-bottom: calc(28 / var(--break) * 100vw);
	padding-bottom: calc(22 / var(--break) * 100vw);
	border-bottom: calc(2 / var(--break) * 100vw) solid var(--color13);
	font-size: calc(32 / var(--break) * 100vw);
	letter-spacing: 0.15em;
	line-height: 1.58;
}
.row_common01 .col_txt .copy:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(86 / var(--break) * 100vw);
	height: calc(31 / var(--break) * 100vw);
	background: url(images/page/deco_common01.png) no-repeat center bottom / contain;
	content: '';
}
.row_common01 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_common02 .col_txt {
	width: 58.6%;
}
.row_common02 .col_txt .copy {
	margin-bottom: calc(27 / var(--break) * 100vw);
	padding-bottom: calc(21 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color11);
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.row_common02 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_common03 {
	gap: calc(30 / var(--break) * 100vw) 2.3387%;
}
.row_common03 .col {
	width: 31.7742%;
}
.row_common03 .col > img {
	display: block;
	width: 100%;
}
.row_common03 .col .box {
	position: relative;
	border-bottom-left-radius: calc(50 / var(--break) * 100vw);
	border-bottom-right-radius: calc(50 / var(--break) * 100vw);
}
.row_common03 .col .box:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(60 / var(--break) * 100vw);
	background: url(images/page/bg_ptn01.png) repeat center / calc(7 / var(--break) * 100vw) auto;
	content: '';
}
.row_common03 .col .box > * {
	position: relative;
	z-index: 1;
}
.row_common03 .col .ttl {
	padding: 0.4em 0;
	border-radius: 100px;
	border-style: solid;
	border-width: calc(4 / var(--break) * 100vw);
}
.row_common03 .col .ttl span {
	display: inline-block;
}
.bg_common01 {
	position: relative;
	background: linear-gradient(#fff 0% calc(170 / var(--break) * 100vw), var(--color05) calc(170 / var(--break) * 100vw) 100%);
}
.bg_common01:before,
.bg_common01:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(171 / var(--break) * 100vw);
	background-repeat: no-repeat;
	content: '';
}
.bg_common01:before {
	top: 0;
	background-image: url(images/page/shape_common01.svg);
	background-position: center top;
}
.bg_common01:after {
	bottom: 0;
	background-image: url(images/page/shape_common02.svg);
	background-position: center bottom;
}
.bg_common01 .deco01 {
	top: 0;
	left: -13.4%;
	max-width: calc(90 / var(--break) * 100vw);
	width: 8%;
}
.bg_common01 .deco02 {
	bottom: 0;
	right: -15.7%;
	max-width: calc(152 / var(--break) * 100vw);
	width: 13%;
}
.box_common01 {
	border-bottom-left-radius: 0;
}
.box_common01 .en {
	max-width: 100%;
	width: calc(519 / var(--break) * 100vw);
}
.box_common01 .ttl {
	margin-bottom: calc(25 / var(--break) * 100vw);
	padding: calc(6 / var(--break) * 100vw) 0;
	border-radius: 100px;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.box_common01 .ttl span {
	display: inline-block;
}
.box_common01 .list_default {
	gap: calc(8 / var(--break) * 100vw) 0;
}
.box_common01 .list_default li {
	margin-top: 0 !important;
}
.box_common01 .list_default01 li {
	width: 48.5%;
}
.box_common02 .txt01 {
	margin-bottom: calc(43 / var(--break) * 100vw);
}
.box_common02 .txt01 dt {
	margin-bottom: calc(22 / var(--break) * 100vw);
}
.box_common02 .row01 .col {
	position: relative;
	width: 32.787%;
}
.box_common02 .row01 .col:before {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(81 / var(--break) * 100vw);
	height: calc(81 / var(--break) * 100vw);
	border-top-left-radius: calc(30 / var(--break) * 100vw);
	background: var(--color13);
	content: '';
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.box_common02 .row01 .col .icn {
	max-width: 100%;
	width: calc(150 / var(--break) * 100vw);
}
.box_common02 .row01 .col .ttl {
	padding: 0.55em 0.5em;
}
.box_flow {
	padding: calc(80 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
	border-bottom-left-radius: calc(50 / var(--break) * 100vw);
	border-bottom-right-radius: calc(50 / var(--break) * 100vw);
}
.box_flow:nth-child(odd) {
	background: linear-gradient(transparent 0 calc(45 / var(--break) * 100vw), var(--color10) calc(45 / var(--break) * 100vw) 100%);
}
.box_flow:nth-child(even) {
	background: linear-gradient(transparent 0 calc(45 / var(--break) * 100vw), var(--color09) calc(45 / var(--break) * 100vw) 100%);
}
.box_flow:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(46 / var(--break) * 100vw);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	content: '';
}
.box_flow:nth-child(odd):after {
	background-image: url(images/page/shape_common03.svg);
}
.box_flow:nth-child(even):after {
	background-image: url(images/page/shape_common04.svg);
}
.box_flow.arw_flow:before {
	bottom: calc(-36 / var(--break) * 100vw);
	width: calc(47 / var(--break) * 100vw);
	height: calc(17 / var(--break) * 100vw);
	border: none !important;
	background: url(images/page/arw_common01.svg) no-repeat center / contain;
}
.box_flow .deco01 {
	top: 0;
	right: 4%;
	max-width: calc(109 / var(--break) * 100vw);
	width: 9%;
}
.box_flow .deco02 {
	top: 0;
	right: 4%;
	max-width: calc(109 / var(--break) * 100vw);
	width: 9%;
}
.box_flow .col_txt .ttl {
	margin-bottom: calc(27 / var(--break) * 100vw);
}
.box_flow .col_txt .ttl .num {
	top: 0;
	left: 0;
	width: calc(93 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	padding-right: calc(16 / var(--break) * 100vw);
	border-top-right-radius: calc(20 / var(--break) * 100vw);
	border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	font-family: "sichandich", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.box_flow:nth-child(odd) .col_txt h4 .num {
	background: var(--color06);
}
.box_flow:nth-child(even) .col_txt h4 .num {
	background: var(--color04);
}
.box_flow .col_txt .ttl .txt {
	width: 100%;
	padding-top: calc(9 / var(--break) * 100vw);
	padding-left: calc(61 / var(--break) * 100vw);
	font-family: "vdl-v7marugothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.list_check01 li {
	padding-bottom: 0.25em;
	padding-left: 1.7em;
	border-bottom: 1px dotted var(--color01);
}
.list_check01 li:before {
	top: 0.2em;
	width: calc(21 / var(--break) * 100vw);
	height: calc(21 / var(--break) * 100vw);
	border-radius: 0;
	background: transparent url(images/page/icn_check01.svg) no-repeat left center / contain;
}
.tbl_default .tbl_caption {
	margin-top: calc(10 / var(--break) * 100vw);
}
.tbl_default.tbl_col01 table {
	border-color: var(--color01);
	background: #fff;
}
.tbl_default.tbl_col01 tbody th,
.tbl_default.tbl_col01 tbody td {
	padding: calc(26 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.tbl_default.tbl_col01 tbody th {
	background: var(--color01);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color01);
}
.tbl_default.tbl_col02 table {
	border-color: var(--color01);
	background: #fff;
}
.tbl_default.tbl_col02 tbody th {
	background: var(--color01);
}
.tbl_default.tbl_col02 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color01);
}
.bg_pay {
	position: relative;
}
.bg_pay:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 550px;
	background: url(images/page/deco_pay02.jpg) no-repeat center bottom / 100% auto;
	content: '';
}
.bg_pay .deco01 {
	top: 0;
	right: 0;
	max-width: calc(520 / var(--break) * 100vw);
	width: 28%;
}
.copy_pay:before,
.copy_pay:after {
	display: block;
	width: calc(258 / var(--break) * 100vw);
	height: 1em;
	background: url(images/page/deco_ttl01.svg) no-repeat center / 100% auto;
	content: '';
}
.copy_pay span {
	display: block;
	margin: 0 0.4em 0 1.0em;
}
.row_pay {
	gap: 0 3.06%;
}
.row_pay .col {
	position: relative;
	width: 24.84%;
	margin: 0 !important;
}
.row_pay .col:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	border-top-left-radius: calc(28 / var(--break) * 100vw);
	background: #fff;
	content: '';
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.row_pay .col .area {
	height: 100%;
}
.row_pay .col .txt {
	line-height: 1.67;
}
.box_pay {
	border-radius: 200px;
}
.box_qa03 {
	margin-bottom: calc(50 / var(--break) * 100vw);
	border: none;
}
.box_qa03 .box_q {
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.box_qa03:nth-of-type(odd) .box_q {
	background: var(--color13);
	border-color: var(--color04);
}
.box_qa03:nth-of-type(even) .box_q {
	background: var(--color14);
	border-color: var(--color08);
}
.box_qa03 .box_q .box {
	width: calc(120 / var(--break) * 100vw);
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.box_qa03:nth-of-type(odd) .box_q .box {
	background: var(--color04);
}
.box_qa03:nth-of-type(even) .box_q .box {
	background: var(--color08);
}
.box_qa03 .box_q .txt {
	width: calc(100% - calc(120 / var(--break) * 100vw));
	background: transparent;
}
.box_qa03 .box_q .txt .icn {
	right: calc(30 / var(--break) * 100vw);
}
.box_qa03:nth-of-type(odd) .box_q .txt .icn:before,
.box_qa03:nth-of-type(odd) .box_q .txt .icn:after {
	background: var(--color04);
}
.box_qa03:nth-of-type(even) .box_q .txt .icn:before,
.box_qa03:nth-of-type(even) .box_q .txt .icn:after {
	background: var(--color08);
}
.box_qa03 .box_a {
	margin-top: calc(20 / var(--break) * 100vw);
}
.link_common01 {
	margin-top: calc(-150 / var(--break) * 100vw);
	padding-top: calc(150 / var(--break) * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.bg_common01 .deco01 {
		left: -6%;
	}
	.bg_common01 .deco02 {
		right: -8%;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.copy_pay:before,
	.copy_pay:after {
		width: calc(206 / 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 top / cover;
	}
	.main_page:before {
		display: none;
	}
	.hdg2 {
		display: block;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		margin: 3vw 0 -1vw;
		font-size: .9375rem;
		letter-spacing: 0.1em;
	}
	.hdg3 {
		padding-bottom: 6.4vw;
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.4;
	}
	.hdg4 {
		padding: 1.8vw 0 3vw;
		background: linear-gradient(var(--color04) 0 calc(100% - (8 / var(--break) * 100vw)), transparent calc(100% - (8 / var(--break) * 100vw)) 100%);
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg4:after {
		height: calc(9 / var(--break) * 100vw);
		background: url(images/page/shape_hdg4_sp.svg) no-repeat center bottom / cover;
	}
	.hdg5 {
		padding-bottom: 2vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5 span {
		padding-left: 8vw;
	}
	.hdg5 span:before {
		top: 2vw;
	}
	.txt_common01 dt {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.btn_tel01 {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0.05em;
	}
	.btn_tel01 a .tel em {
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0.05em;
	}
	.btn_web01 {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_web01 a .web {
		margin: 0 0 0.5vw 3.6vw;
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.btn_line01 {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_line01 a .line {
		margin: 0 -1vw 0 3.5vw;
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0.1em;
	}
	.btn_common01 {
		width: calc(600 / var(--break) * 100vw);
		min-width: auto;
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_common01 a {
		padding: 0;
	}
	.btn_common01 a:after {
		right: calc(30 / var(--break) * 100vw);
		width: calc(29 / var(--break) * 100vw);
	}
	.btn_common01 a .ja01 {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.bnr_common01 {
		max-width: 100%;
		width: calc(605 / var(--break) * 100vw);
	}
	.row_common01 .col_txt {
		max-width: 100%;
	}
	.row_common01 .col_txt .copy {
		margin-bottom: 3.8vw;
		padding-bottom: 2.8vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_common01 .col_txt .copy span {
		margin-left: -1em;
	}
	.row_common01 .col_txt .txt {
		max-width: calc(646 / var(--break) * 100vw);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_txt .copy {
		margin-bottom: 3.8vw;
		padding-bottom: 2.8vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_common02 .col_txt .copy span {
		margin-left: -1em;
	}
	.row_common03 {
		gap: 5vw 2%;
	}
	.row_common03 .col .box {
		padding-left: 5%;
		padding-right: 5%;
	}
	.row_common03 .col .box:before {
		height: calc(80 / var(--break) * 100vw);
	}
	.bg_common01 .inner {
		padding-top: calc(100 / var(--break) * 100vw);
		padding-bottom: calc(100 / var(--break) * 100vw);
	}
	.bg_common01 .deco01 {
		left: -3.2vw;
		max-width: calc(72 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_common01 .deco02 {
		right: -3.2vw;
		max-width: calc(122 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common01 .ttl {
		margin-bottom: 4vw;
		padding: 2vw 0;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common01 .list_default {
		gap: 2vw 0;
	}
	.box_common01 .list_default01 li {
		width: 100%;
	}
	.box_common02 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.box_common02 .txt01 {
		margin: 0 5% 4vw;
	}
	.box_common02 .txt01 dt {
		margin-bottom: 3vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common02 .row01 {
		gap: 5vw 0;
		width: calc(600 / var(--break) * 100vw);
		margin: auto;
	}
	.box_common02 .row01 .col {
		width: 100%;
	}
	.box_common02 .row01 .col .copy {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common02 .row01 .col .ttl {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_flow {
		padding: 10vw 0 8vw;
	}
	.box_flow:nth-child(odd) {
		background: linear-gradient(transparent 0 calc(24 / var(--break) * 100vw), var(--color10) calc(24 / var(--break) * 100vw) 100%);
	}
	.box_flow:nth-child(even) {
		background: linear-gradient(transparent 0 calc(24 / var(--break) * 100vw), var(--color09) calc(24 / var(--break) * 100vw) 100%);
	}
	.box_flow:after {
		height: calc(26 / var(--break) * 100vw);
	}
	.box_flow.arw_flow:before {
		bottom: -10vw;
		width: calc(90 / var(--break) * 100vw);
		height: calc(33 / var(--break) * 100vw);
	}
	.box_flow .deco01 {
		right: 4%;
		width: 100%;
	}
	.box_flow .deco02 {
		right: 4%;
		width: 100%;
	}
	.box_flow .col_txt > div {
		padding-left: 5%;
		padding-right: 5%;
	}
	.box_flow .col_txt .ttl {
		margin-bottom: 4vw;
	}
	.box_flow .col_txt .ttl .num {
		width: calc(110 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		padding-right: 3vw;
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_flow .col_txt .ttl .txt {
		padding-top: 1vw;
		padding-left: 12vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.list_check01 li {
		padding-bottom: 2vw;
		padding-left: 8vw;
	}
	.list_check01 li:before {
		top: 1vw;
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.bg_pay .deco01 {
		max-width: calc(416 / var(--break) * 100vw);
		width: 100%;
	}
	.copy_pay {
		-webkit-justify-content:space-between !important;
		justify-content:space-between !important;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.copy_pay:before,
	.copy_pay:after {
		width: calc(106 / var(--break) * 100vw);
	}
	.copy_pay span {
		margin: 0 0;
	}
	.row_pay {
		gap: 5vw 4%;
	}
	.row_pay .col {
		width: 48%;
		padding: calc(10 / var(--break) * 100vw);
	}
	.row_pay .col .area {
		padding: 5vw 0;
	}
	.box_pay {
		padding: 6vw 5% 8vw;
		border-radius: calc(100 / var(--break) * 100vw);
	}
	.box_pay .ttl {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_qa03 {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.box_qa03 .box_q .box {
		width: calc(140 / var(--break) * 100vw);
		padding-top: calc(10 / var(--break) * 100vw);
	}
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(140 / var(--break) * 100vw));
	}

}


/* 小児歯科 pediatric
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric01 {
		width: 100% !important;
	}
	.row_pediatric01 .col {
		width: 49% !important;
	}
	.row_pediatric01 .col .box:before {
		height: calc(70 / var(--break) * 100vw);
	}
	.row_pediatric01 .col .ttl {
		font-size: calc(28 / var(--break) * 100vw) !important;
	}
	
}


/* 小児矯正 pediatric_ortho
------------------------------------------------------------------*/
.row_child_function01 {
	gap: calc(30 / var(--break) * 100vw) 2.3387%;
}
.row_child_function01 .col {
	width: 31.7742%;
	border-style: solid;
	border-width: calc(10 / var(--break) * 100vw);
	border-bottom-left-radius: 0;
}
.row_child_function01 .col .ttl {
	position: relative;
	padding: calc(13 / var(--break) * 100vw) calc(28 / var(--break) * 100vw);
	border-radius: 100px;
}
.row_child_function01 .col .ttl:before,
.row_child_function01 .col .ttl:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(8 / var(--break) * 100vw);
	height: calc(8 / var(--break) * 100vw);
	margin: auto;
	border-radius: 100%;
	background: var(--color01);
	content: '';
}
.row_child_function01 .col .ttl:before {
	left: calc(20 / var(--break) * 100vw);
}
.row_child_function01 .col .ttl:after {
	right: calc(20 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_child_function01 {
		gap: 5vw 0;
	}
	.row_child_function01 .col {
		padding: 4vw 4%;
	}
	.row_child_function01 .col .ttl {
		padding: 2vw 4vw;
	}
	.row_child_function01 .col .ttl:before {
		left: calc(20 / var(--break) * 100vw);
	}
	.row_child_function01 .col .ttl:after {
		right: calc(20 / var(--break) * 100vw);
	}
	
}


/* 口腔機能発達不全症 child_function
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* マタニティ診療・妊産婦歯科検診 maternity
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 年齢・年代別のお口のケア age
------------------------------------------------------------------*/
.area_age01 {
	position: relative;
}
.area_age01:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	content: '';
}
.area_age01.area01:before {
	background-image: url(images/age/shape_age01.svg);
}
.area_age01.area02:before {
	background-image: url(images/age/shape_age02.svg);
}
.area_age01 .inner_age01 {
	max-width: 1610px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.box_age01 {
	position: relative;
	padding-left: 10%;
	padding-right: 10%;
}
.box_age01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	max-width: 1500px;
	width: 94%;
	height: 100%;
	border: calc(2 / var(--break) * 100vw) solid var(--color01);
	border-radius: 200px;
	background: #fff;
	content: '';
}
.box_age01 .deco01 {
	bottom: 0;
	left: -3.4%;
	max-width: calc(240 / var(--break) * 100vw);
	width: 15%;
}
.box_age01 .deco02 {
	bottom: 0;
	right: -3.4%;
	max-width: calc(240 / var(--break) * 100vw);
	width: 15%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.area_age01 .inner_age01 {
		max-width: calc(702 / var(--break) * 100vw);
		width: 100%;
	}
	.box_age01 {
		padding: 6vw 5% 28vw;
	}
	.box_age01:before {
		max-width: 100%;
		width: 100%;
		border-radius: calc(100 / var(--break) * 100vw);
	}
	.box_age01 .deco01 {
		left: 0vw;
		max-width: calc(153 / var(--break) * 100vw);
		width: 100%;
	}
	.box_age01 .deco02 {
		right: 0vw;
		max-width: calc(153 / var(--break) * 100vw);
		width: 100%;
	}
	.box_age01 .ttl {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	
}


/* よくあるご質問 faq
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 症例紹介 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(50 / var(--break) * 100vw);
	border-radius: calc(50 / var(--break) * 100vw);
	background: var(--color05);
}
.box_case01 > .ttl {
	font-size: calc(60 / var(--break) * 100vw);
	letter-spacing: 0.2em;
	line-height: 1.4;
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
	border-width: calc(2 / var(--break) * 100vw);
	border-radius: 100px;
	border-bottom-left-radius: 0;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #fff;
	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_slide01.svg) no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_case01 .slick-prev {
	left: 2.4%;
}
.slide_case01 .slick-next {
	right: 2.4%;
	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: var(--color13);
	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: var(--color08);
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.box_case01 > .ttl {
		font-size: calc(50 / var(--break) * 100vw);
		letter-spacing: 0.1em;
	}
	.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 #fff;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	border: 1px solid var(--color11);
	background: var(--color09);
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
	background: var(--color09);
}
.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: var(--color11) !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		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);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

/* お問い合わせ 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: #db759e;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #959595;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


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