/*
Theme Name: original_theme
Description: This is our original theme.
Author: Wordpress Theme
Version: 1.0
*/

@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #665251;
	font-size: 2.8rem;
	line-height: 2;
	letter-spacing: .1em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	/*background-color: #ddd;*/
	font-family: "YakuHanJP", "M PLUS Rounded 1c", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", "M PLUS Rounded 1c", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: .1em;
}
p {
	letter-spacing: .1em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 5rem;
	padding: .5rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5rem;
	padding: .5rem 1rem;
	color: #323232;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1.5rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #665251;
}
a:visited {
	color: #665251;
}
a.normal:link {
	color: #665251;
}
a.normal:visited {
	color: #665251;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
	/*overflow: hidden;*/
	outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {
	opacity:0.7;
}
.ovImg:hover img {
	opacity:0.7;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Jost {
	font-family: "YakuHanJP", 'Jost', sans-serif;
}
.Noto {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
* {
	box-sizing: border-box;
}



@media screen and (max-width:750px){
	html {
		/*font-size: 2.66666667vw;*/
		font-size: 1.33333333vw;
	}
}

/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.pink {
	color: #f18c9d;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:750px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 5rem;
}

.define_inner {
	max-width: 100%;
	width: 100rem;
	margin: 0 auto;
}


@media screen and (max-width:750px){

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/* ---------------------------------------------------------
 投稿スタイル
--------------------------------------------------------- */
.entry_content {
	font-size: 1.6rem;
	line-height: 2;
}
.entry_content section,
.entry_content article,
.entry_content footer,
.entry_content header,
.entry_content div,
.entry_content dl,
.entry_content dt,
.entry_content dd,
.entry_content li,
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6,
.entry_content pre,
.entry_content form,
.entry_content fieldset,
.entry_content input,
.entry_content textarea,
.entry_content p,
.entry_content blockquote,
.entry_content th,
.entry_content td,
.entry_content caption {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
	clear: both;
	line-height: 1.846153846;
	margin: 1.5em 0;
	font-weight: 600;
}
.entry_content h1,
.entry_content h2 {
	padding: 1.2rem 2.5rem 1.2rem 2.5rem;
	margin: 5rem 0 1.1em 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	border-radius: 1.2rem;
	background: #534b50;
	position: relative;
	z-index: 1;
}
.entry_content h1:before,
.entry_content h2:before {
	content: "";
	display: block;
	width: .3rem;
	height: 1.2rem;
	background-color: #fff;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h3 {
	padding: 1.1rem 1.5rem 1.1rem 3.3rem;
	margin: 5rem 0 1.1em 0;
	font-size: 1.8rem;
	line-height: 1.5;
	border: .2rem solid #dedcde;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}
.entry_content h3:before {
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	background-color: #534b50;
	border-radius: .2rem;
	position: absolute;
	top: 50%;
	left: 1.6rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h4 {
	margin: 5rem 0 .11em 0;
	font-size: 1.6rem;
}
.entry_content h3 {
	/*font-size: 20px;*/
}
.entry_content h2 {
	/*font-size: 22px;*/
}
.entry_content h1 {
	/*font-size: 24px;*/
}

.entry_content strong {
	font-weight: bold;
}
.entry_content em {
	font-style: italic;
}
.entry_content mark,
.entry_content ins {
	background-color: #fff9c0;
	text-decoration: none;
}
.entry_content del {
	opacity: 0.8;
}
.entry_content a {
	color: #524b50;
	text-decoration: none;
}
.entry_content a:hover {
	text-decoration: underline;
}
.entry_content blockquote {
	padding: 0 0 0 1.7rem;
	margin: 0 0 2.8rem 0;
}
.entry_content blockquote p {
	margin: 0;
}
.entry_content ul {
	margin: 1.5em 0 1.666666666666667em;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry_content ul li {
	padding: 0.5625em 1.5rem 0.5625em 4.5rem;
	margin-bottom: 2rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
	position: relative;
	z-index: 1;
}
.entry_content ul li:after {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	margin-top: 1.2em;
	border: .4rem solid #534b50;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 1;
}
.entry_content ul li:last-child {
	margin-bottom: 0;
}
.entry_content ol {
	list-style-type: decimal;
	margin: 1em 0 1.666666666666667em;
	padding: 0 0 0 4rem;
}
.entry_content code {
}
.entry_content pre {
	margin: 0 0 1em;
	padding: 1rem 2.5rem 1rem;
	word-wrap: break-word;
	overflow: auto;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
}
.entry_content p {
	margin: 1em 0 1.4em;
}
.entry_content table {
	width: 100%;
	margin: 0 0 1.2em;
	line-height: 1.6;
	letter-spacing: .03em;
	border-spacing: 0;
	border-collapse: separate;
}
.entry_content table caption {
	text-align: center;
}
.entry_content table th {
	font-weight: bold;
}
.entry_content table th,
.entry_content table td {
	padding: 1.4rem .25em;
	border-top: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: none;
	border-left: none;
}
.entry_content table th.has-text-align-left,
.entry_content table td.has-text-align-left {
	text-align: left;
}
.entry_content table th.has-text-align-right,
.entry_content table td.has-text-align-right {
	text-align: right;
}
.entry_content table th.has-text-align-center,
.entry_content table td.has-text-align-center {
	text-align: center;
}
.entry_content table tr:first-child th:first-child,
.entry_content table tr:first-child td:first-child {
	border-radius: 1rem 0 0 0;
}
.entry_content table tr:first-child th,
.entry_content table tr:first-child td {
	border-top: .2rem #dddddd solid;
}
.entry_content table tr th:first-child,
.entry_content table tr td:first-child {
	border-left: .2rem #dddddd solid;
}
.entry_content table tr:first-child th:last-child,
.entry_content table tr:first-child td:last-child {
	border-top: .2rem #dddddd solid;
	border-radius: 0 1rem 0 0;
}
.entry_content table tr th:last-child,
.entry_content table tr td:last-child {
	border-right: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:first-child,
.entry_content table tr:last-child td:first-child {
	border-left: .2rem #dddddd solid;
	border-radius: 0 0 0 10px;
}
.entry_content table tr:last-child th,
.entry_content table tr:last-child td {
	border-bottom: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:last-child,
.entry_content table tr:last-child td:last-child {
	border-right: .2rem #dddddd solid;
	border-radius: 0 0 10px 0;
}
.entry_content table[data-col="2"] th,
.entry_content table[data-col="2"] td {
	width: 50%;
}
.entry_content table[data-col="3"] th,
.entry_content table[data-col="3"] td {
	width: 33.333334%;
}
.entry_content table[data-col="4"] th,
.entry_content table[data-col="4"] td {
	width: 25%;
}
.entry_content table[data-col="5"] th,
.entry_content table[data-col="5"] td {
	width: 20%;
}
.entry_content table[data-col="6"] th,
.entry_content table[data-col="6"] td {
	width: 16.666666666666667%;
}
.entry_content table td {
}
.entry_content table .head,
.entry_content table thead tr th,
.entry_content table thead tr td {
	background-color: #f6f6f6;
	border-bottom: 1px #dddddd solid !important;
}
.entry_content table thead tr th:first-child,
.entry_content table thead tr td:first-child {
	border-radius: 1rem 0 0 0 !important;
}
.entry_content table thead tr th:last-child,
.entry_content table thead tr td:last-child {
	border-radius: 0 1rem 0 0 !important;
}
.entry_content table thead + tbody tr:first-child th:first-child,
.entry_content table thead + tbody tr:first-child td:first-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th:last-child,
.entry_content table thead + tbody tr:first-child td:last-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th,
.entry_content table thead + tbody tr:first-child td {
	border-top: none !important;
}
.entry_content table strong {
	background: none;
}
.entry_content .wp-block-image {
	margin-bottom: 2em;
}
.entry_content figure {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.entry_content img {
	max-width: 100%;
	height: auto;
	/*border-radius: 40px;*/
}
.entry_content iframe {
	max-width: 100%;
}
.entry_content .aligncenter {
	text-align: center;
	margin: 0 auto 1em;
	display: block;
}
.entry_content .alignleft {
	float: left;
	margin: 0 1em 0.857142857em 0;
}
.entry_content .alignright {
	float: right;
	margin: 0 0 0.857142857em 1em;
}

.entry_content .has-text-align-left {
	text-align: left;
}

.entry_content .has-text-align-center {
	text-align: center;
}

.entry_content .has-text-align-right {
	text-align: right;
}

.entry_content .has-small-font-size {
	font-size: 1.3rem !important;
}

.entry_content .has-medium-font-size {
	font-size: 2rem !important;
}

.entry_content .has-large-font-size {
	font-size: 3.6rem !important;
}

.entry_content .has-x-large-font-size {
	font-size: 4.2rem !important;
}

.entry_content sup {
	font-size: .5em;
	vertical-align: top;
}

.entry_content sub {
	font-size: .5em;
	vertical-align: bottom;
}

.entry_content .c-entryBox {
	padding: 1.5rem 2.5rem;
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
}

.entry_content .wp-block-embed__wrapper {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	overflow: hidden;
	/*border-radius: 3rem;*/
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.entry_content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.entry_content *:first-child {
	margin-top: 0;
}

.entry_content *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:750px){
	.entry_content {
		font-size: 1.2rem;
	}

	.entry_content section,
	.entry_content article,
	.entry_content footer,
	.entry_content header,
	.entry_content div,
	.entry_content dl,
	.entry_content dt,
	.entry_content dd,
	.entry_content li,
	.entry_content h1,
	.entry_content h2,
	.entry_content h3,
	.entry_content h4,
	.entry_content h5,
	.entry_content h6,
	.entry_content pre,
	.entry_content form,
	.entry_content fieldset,
	.entry_content input,
	.entry_content textarea,
	.entry_content p,
	.entry_content blockquote,
	.entry_content th,
	.entry_content td,
	.entry_content caption {
	}

	.entry_content p {
		margin: .6em 0 1em;
	}
	.entry_content h1,
	.entry_content h2 {
		padding: .6rem 1.5rem .6rem 2rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.4rem;
		line-height: 1.6;
		border-radius: .8rem;
	}
	.entry_content h1:before,
	.entry_content h2:before {
		width: .15rem;
		height: .8rem;
		left: 1rem;
	}
	.entry_content h3 {
		padding: .6rem 1.5rem .6rem 1.8rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
		border-radius: 1rem;
		border: .1rem solid #dedcde;
	}
	.entry_content h3:before {
		width: .55rem;
		height: .55rem;
		border-radius: .2rem;
		left: .8rem;
	}
	.entry_content h4 {
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.entry_content figure {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.entry_content img {
		/*border-radius: 20px;*/
	}
	.entry_content table {
		margin: 0 0 1.2em;
		font-size: .9rem;
	}
	.entry_content table th,
	.entry_content table td {
		padding: .9rem .25em;
	}
	.entry_content table tr:first-child th:first-child,
	.entry_content table tr:first-child td:first-child {
		border-radius: .6rem 0 0 0;
	}
	.entry_content table tr:first-child th:last-child,
	.entry_content table tr:first-child td:last-child {
		border-radius: 0 .6rem 0 0;
	}
	.entry_content table tr:last-child th:first-child,
	.entry_content table tr:last-child td:first-child {
		border-radius: 0 0 0 .6rem;
	}
	.entry_content table tr:last-child th:last-child,
	.entry_content table tr:last-child td:last-child {
		border-radius: 0 0 .6rem 0;
	}
	.entry_content table thead tr th:first-child,
	.entry_content table thead tr td:first-child {
		border-radius: .6rem 0 0 0 !important;
	}
	.entry_content table thead tr th:last-child,
	.entry_content table thead tr td:last-child {
		border-radius: 0 .6rem 0 0 !important;
	}
	.entry_content ul {
		margin: 1em 0 1.666666666666667em;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.entry_content ul li {
		padding: 0.5625em 1.5rem 0.5625em 2.5rem;
		margin-bottom: 1rem;
		border-radius: .8rem;
	}
	.entry_content ul li:after {
		width: .9rem;
		height: .9rem;
		margin-top: 1em;
		border: .3rem solid #534b50;
		left: 1rem;
	}

	.entry_content .has-small-font-size {
		font-size: 1rem !important;
	}

	.entry_content .has-medium-font-size {
		font-size: 1.6rem !important;
	}

	.entry_content .has-large-font-size {
		font-size: 2rem !important;
	}

	.entry_content .has-x-large-font-size {
		font-size: 2.4rem !important;
	}

	.entry_content .wp-block-image {
		margin-bottom: 1.3em;
	}

	.entry_content .c-entryBox {
		padding: 1rem 1rem;
		margin: 1.5rem 0;
		font-size: 1.1rem;
		line-height: 1.5;
		border-radius: .8rem;
	}

	.entry_content .wp-block-embed__wrapper {
		margin-top: 2rem;
		margin-bottom: 2rem;
		/*border-radius: 2rem;*/
	}

}



/**********************************

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	width: 75rem;
	max-width: 100%;
	padding-bottom: 11rem;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	/*position: relative;*/
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-pageTop {
	display: none;
	width: 75rem;
	max-width: 100%;
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-pageTop a {
	display: block;
	width: 6.2rem;
	position: absolute;
	bottom: 14rem;
	/*bottom: 3rem;*/
	right: 3rem;
}

.l-pageTop a:hover {
	opacity: 1;
}

@media screen and (max-width:750px){
}



/**********************************

 l-humberger

***********************************/
.l-humberger {
	width: 11rem;
	height: 11rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 25;
}

.l-humberger a {
	display: block;
	width: 11rem;
	height: 11rem;
	background-color: #fff;
	overflow: visible;
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-humberger a.is-active {
	background-color: #fff;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger span {
	position: absolute;
	left: 3.2rem;
	width: 100%;
	height: .4rem;
	background-color: #d69098;
	border-radius: 2rem;
}
.menu-trigger.is-active span {
	background-color: #666666;
}
.menu-trigger span:nth-of-type(1) {
	width: 4.6rem;
	top: 3.6rem;
}
.menu-trigger span:nth-of-type(2) {
	width: 4.6rem;
	top: 5.3rem;
}
.menu-trigger span:nth-of-type(3) {
	width: 4.6rem;
	bottom: 3.6rem;
}

.menu-trigger.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(1.6rem) rotate(-45deg);
	transform: translateY(1.6rem) rotate(-45deg);
}
.menu-trigger.is-active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-1.8rem) rotate(45deg);
	transform: translateY(-1.8rem) rotate(45deg);
}


/**********************************

 l-drawerMenu

***********************************/
.l-drawerMenu {
	display: block;
	width: 100%;
	height: 100dvh;
	/*background-color: rgba(0,0,0,.9);*/
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	/*transform: translateX(105%);*/
	/*-webkit-transform: translateX(105%);*/
	pointer-events: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-drawerMenu.is-active {
	opacity: 1;
	pointer-events: auto;
	/*transform: none;*/
	/*-webkit-transform: none;*/
}

.l-drawerMenu__inner {
	width: 75rem;
	max-width: 100%;
	padding-top: 11rem;
	padding-bottom: 6rem;
	margin: 0 auto;
}

.l-drawerMenu__inner ul {
	font-size: 3.6rem;
	font-weight: bold;
}

.l-drawerMenu__inner ul li {
	margin-top: .2em;
	text-align: center;
}

.l-drawerMenu__inner ul li:first-child {
	margin-top: 0;
}

.l-drawerMenu__inner ul li:last-child {
}

.l-drawerMenu__inner ul li a {
	color: #665251;
}

.l-drawerMenu__inner .reserve {
	margin-top: 4.5rem;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}

.l-drawerMenu__inner .reserve a {
	display: inline-block;
	padding: 1.5rem 4.5rem;
	color: #fff;
	background: #5bc7ab;
	border-radius: 2rem;
}

.l-drawerMenu__inner .reserve a span {
	padding-left: 6.6rem;
	position: relative;
	z-index: 1;
}

.l-drawerMenu__inner .reserve a span:before {
	content: "";
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	background: url(images/icon_reserve01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	align-items: center;
	height: 11rem;
	background: #fff;
	position: relative;
}

.l-header__logo {
	width: 30.4rem;
	margin-left: 3.5rem;
}

@media screen and (max-width:750px){
}

/**********************************

 l-fixed-content

***********************************/
.l-fixed-content {
	width: 75rem;
	max-width: 100%;
	height: 11rem;
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 11rem;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	background: #5bc7ab;
}

.l-fixed-content a span {
	padding-left: 6.6rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content a span:before {
	content: "";
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	background: url(images/icon_reserve01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__inner {
	padding: 5rem 0;
}

.l-footer__inner-logo {
	width: 30.4rem;
	margin: 0 auto;
}

.l-footer__inner-copy {
	margin-top: 4rem;
	color: #b8b8b8;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width:750px){
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	font-size: 4.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width:750px){
}

/**********************************

 c-sub-hero

***********************************/
.c-sub-hero {
	background-color: #d1ff03;
}

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30rem;
}

.c-sub-hero__inner__ttl {
	color: #000;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:750px){

	.c-sub-hero__inner {
		height: 15rem;
	}

	.c-sub-hero__inner__ttl {
		font-size: 1.8rem;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form:before {
}

.c-form__content {
	margin-bottom: 5rem;
}

.c-form__content dl {
	display: table;
	width: 100%;
	padding: 3rem 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 26rem;
	padding-right: 2.5rem;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 1.8rem;
	font-weight: bold;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .2rem .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .4rem;
}

.c-form__content dl dt .inner .require {
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	background-color: #0a4399;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

.c-form__content dl dd .name-box__block {
	display: flex;
	align-items: center;
	width: calc(50% - 1rem);
}

.c-form__content dl dd .name-box__block p {
	margin-right: .5em;
}

.c-form__content dl dd .name-box__block .entry {
	flex: 1;
}

.c-form__content dl dd .company {
	background: transparent;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .list {
	margin: .25em -.5em;
}

.c-form__content dl dd .list li {
	display: inline-block;
	margin: .25em .5em;
}

.c-form__privacy {
	margin-bottom: 3rem;
}

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 15rem;
	padding-right: 2.9rem;
	overflow-y: scroll;
}

.c-form__privacy-content-scroll section {
	margin-bottom: 3rem;
}

.c-form__privacy-content-scroll section:last-child {
	margin-bottom: 0;
}

.c-form__privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 1.8rem;
}

.c-form__privacy-content-scroll p {
	font-size: 1.6rem;
}

.c-form__privacy-txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.c-form__privacy input {
	margin-right: .5em;
}

.c-form__submit {
	width: 37rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.c-form__submit button:disabled,*/
/*.c-form__submit input:disabled,*/
/*.c-form__confirmBtn__btn .submit:disabled {*/
/*opacity: 1;*/
/*!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 *!*/
/*background: rgb(102,102,102); !* Old browsers *!*/
/*background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); !* IE6-9 *!*/
/*}*/

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 36rem;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 3rem;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:750px){
	.c-form {
	}

	.c-form__content {
		margin-bottom: 2rem;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 1.5rem 0 2rem;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 1.5rem;
		border-right: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 1.4rem;
		text-align: center;
	}

	.c-form__content dl dt .inner .require,
	.c-form__content dl dt .inner .any {
		padding: .3rem .5rem;
		font-size: .9rem;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 0;
		font-size: 1.4rem;
	}

	.c-form__content dl dd .name-box {
		display: block;
	}

	.c-form__content dl dd .name-box__block {
		display: flex;
		align-items: center;
		width: auto;
		margin-bottom: 1.5rem;
	}

	.c-form__content dl dd .name-box__block:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .name-box__block p {
		margin-right: .5em;
	}

	.c-form__content dl dd .name-box__block .entry {
		flex: 1;
	}

	.c-form__content dl dd .list {
		margin: 0;
	}

	.c-form__content dl dd .list li {
		display: block;
		margin: 0 0 .5em 0;
	}

	.c-form__content dl dd .list li:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy {
		margin-bottom: 1.8rem;
	}

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-bottom: 1.8rem;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 7.5rem;
		padding-right: 1.5rem;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 2.5rem;
	}

	.c-form__privacy-content-scroll section:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy-content-scroll .ttl {
		margin-bottom: 0;
		font-size: 1.2rem;
	}

	.c-form__privacy-content-scroll p {
		font-size: 1.2rem;
	}

	.c-form__privacy-txt01 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}

	.c-form__privacy input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 24rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #4d2600;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #333333;
	}

}


/**********************************

 c-faq-list

***********************************/
.c-faq-list {
}

.c-faq-list dl {
	margin-bottom: 6rem;
}

.c-faq-list dl:last-child {
	margin-bottom: 0;
}

.c-faq-list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.c-faq-list dl dt .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #2b536a;
	border-radius: .5rem;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.4rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

.c-faq-list dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq-list dl dd .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #4481a5;
	border-radius: .5rem;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.9rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

.c-faq-list dl dd .cont p {
}

@media screen and (max-width:750px){

	.c-faq-list {
	}

	.c-faq-list dl {
		margin-bottom: 3rem;
	}

	.c-faq-list dl dt {
		margin-bottom: 2rem;
	}

	.c-faq-list dl dt .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.6rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont p {
	}

}


/**********************************

 c-faq-list-acc

***********************************/
.c-faq-list-acc {
}

.c-faq-list-acc dl {
	margin-bottom: 5.3rem;
}

.c-faq-list-acc dl:last-child {
	margin-bottom: 0;
}

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	width: 8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #1861ae;
	border-radius: 2rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	min-height: 8rem;
	padding: 2.2rem 7.5rem 2.2rem 3rem;
	margin-left: 2rem;
	color: #1860ad;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 3.9rem 3rem 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-faq-list-acc dl dt.is-active .ttl:before {
}

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: .2rem;
	height: 1.8rem;
	margin: 3.1rem 3.8rem 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list-acc dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list-acc dl dd {
	display: none;
}

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2.3rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	width: 8rem;
	color: #1860ad;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 8rem;
	background-color: #fff;
	border-radius: 2rem;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	min-height: 8rem;
	padding: 2.5rem 3rem;
	margin-left: 2rem;
	font-size: 1.6rem;
	background-color: #fff;
	border-radius: 2rem;
}

.c-faq-list-acc dl dd .cont p {
}

@media screen and (max-width:750px){

	.c-faq-list-acc {
	}

	.c-faq-list-acc dl {
		margin-bottom: 3.2rem;
	}

	.c-faq-list-acc dl dt {
	}

	.c-faq-list-acc dl dt .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 4rem .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 1.4rem;
		height: .2rem;
		margin: 1.9rem 1.5rem 0 0;
	}

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.4rem;
		margin: 1.3rem 2.1rem 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		margin-top: 1.2rem;
	}

	.c-faq-list-acc dl dd .icon {
		width: 4rem;
		font-size: 1.2rem;
		line-height: 4rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .6rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont p {
	}

}


/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 12rem 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 6rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 43rem;
	margin: 0 auto;
}


@media screen and (max-width:750px){

	.c-completeSec__inner {
		padding: 6rem 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

	.c-completeSec__inner .back {
		max-width: 21.5rem;
	}
}



/**********************************

 c-hero

***********************************/
.c-hero {
	padding: 4rem 0 7.5rem;
	background: #fbf2e7 url(images/hero_bg01.png) no-repeat center bottom / contain;
}

.c-hero__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem 2rem;
	font-size: 2.9rem;
	font-weight: bold;
}

.c-hero__list li {
	padding: .1rem 3rem;
	color: #fff;
	background: #9fbec4;
	border-radius: 20rem;
}

.c-hero__ttl {
	margin-top: 2rem;
	color: #665251;
	font-size: 9.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.15;
}

.c-hero__box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20.2rem;
	height: 20.2rem;
	margin: 22rem 0 0 auto;
	background: #f18c9d;
	border-radius: 50%;
}

.c-hero__box p {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.c-hero__txt01 {
	margin-top: 3rem;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-hero__txt01 .block {
	display: inline-block;
	padding: .5rem 2rem;
	margin-top: 2rem;
	background: #675251;
	border-radius: 2.5rem;
}

.c-hero__txt01 .block:first-child {
	margin-top: 0;
}

@media screen and (max-width:750px){

}



/**********************************

 c-reason

***********************************/
.c-reason {
	padding: 0 6.5rem 7rem;
	background: #f9cec8;
}

.c-reason__ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40rem;
	height: 33.4rem;
	padding-bottom: 6rem;
	margin: 0 auto;
	background: url(images/reason_ttl_bg01.png) no-repeat center top / contain;
	position: relative;
	z-index: 2;
}

.c-reason__ttl-txt01 {
	display: block;
	font-size: 4.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-reason__ttl-txt02 {
	display: block;
	color: #ea4e37;
	font-size: 5.1rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-reason__ttl-txt02 .large {
	display: inline-block;
	font-size: 9.6rem;
	line-height: 1;
}

.c-reason__content {
	margin-top: -7.5rem;
	padding: 7.5rem 4.7rem 1rem;
	background: #fff;
	border: .3rem solid #665251;
	border-radius: 3rem;
}

.c-reason__content-sec {
	display: flex;
	padding: 3rem 0;
	border-bottom: .3rem solid #665251;
}

.c-reason__content-sec:last-child {
	border-bottom: none;
}

.c-reason__content-sec .num {

}

.c-reason__content-sec .num__txt01 {
	display: block;
	font-size: 3.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: normal;
}

.c-reason__content-sec .num__txt02 {
	display: block;
	margin-top: 1rem;
	font-size: 5.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: normal;
}

.c-reason__content-sec .content {
	flex: 1;
	margin-left: 2.5rem;
}

.c-reason__content-sec .content .ttl {
	margin-top: -.2em;
	color: #ea4c37;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.4;
}

.c-reason__content-sec .content .txt01 {
	margin-top: .4em;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-reason__note {
	margin-top: 2.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-reason__note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

@media screen and (max-width:750px){

}



/**********************************

 c-flow

***********************************/
.c-flow {
	padding: 7rem 6.5rem;
	background: #e8f4f8;
}

.c-flow__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 7.5rem 0;
	margin-top: 6.5rem;
}

.c-flow__list-sec {
	width: 28rem;
	padding: 4rem 2rem 2rem;
	background: #fff;
	border: .3rem solid #665251;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-flow__list-sec:nth-child(1):before,
.c-flow__list-sec:nth-child(3):before {
	content: "";
	display: block;
	width: 3rem;
	height: 6rem;
	background: url(images/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -4.8rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-flow__list-sec .num {
	padding: .25rem 2rem;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	letter-spacing: normal;
	background: #665251;
	border-radius: 1.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__list-sec .icon {
	width: 9.6rem;
	margin: 0 auto;
}

.c-flow__list-sec .ttl {
	margin-top: 1.5rem;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
}

.c-flow__note {
	margin-top: 2.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-flow__note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

@media screen and (max-width:750px){

}



/**********************************

 c-medicine

***********************************/
.c-medicine {
	padding: 7rem 6.5rem;
	background: #fbf2e7;
}

.c-medicine__content {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.c-medicine__content-sec {
	width: 18rem;
}

.c-medicine__content-sec .pic {
	height: 18rem;
	padding-top: 3rem;
	background: #fff;
	border: .3rem solid #665251;
	border-radius: 3rem;
}

.c-medicine__content-sec .pic img {
	display: block;
	width: 12.6rem;
	margin: 0 auto;
}

.c-medicine__content-sec .ttl {
	margin-top: 1.5rem;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-medicine__content-sec .box01 {
	padding: 2.5rem 1rem;
	margin-top: 2rem;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-medicine__content-sec .box01:before {
	content: "";
	display: block;
	width: 10.2rem;
	height: 6rem;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-medicine__content-sec:nth-child(1) .box01 {
	background: #dae6d9;
}

.c-medicine__content-sec:nth-child(1) .box01:before {
	background: url(images/medicine_arr01.png) no-repeat center / contain;
}

.c-medicine__content-sec:nth-child(2) .box01 {
	background: #f9cec8;
}

.c-medicine__content-sec:nth-child(2) .box01:before {
	background: url(images/medicine_arr02.png) no-repeat center / contain;
}

.c-medicine__content-sec:nth-child(3) .box01 {
	background: #eedac2;
}

.c-medicine__content-sec:nth-child(3) .box01:before {
	background: url(images/medicine_arr03.png) no-repeat center / contain;
}

.c-medicine__content-sec .box01 p {
	font-size: 2rem;
	line-height: 1.8;
	text-align: center;
}

.c-medicine__content-sec .box02 {
	margin-top: 4rem;
}

.c-medicine__content-sec .box02 a {
	display: block;
	padding: 2.5rem 1rem;
	background: #fff;
	border-radius: 3rem;
}

.c-medicine__content-sec:nth-child(1) .box02 a {
	border: .3rem solid #dae6d9;
}

.c-medicine__content-sec:nth-child(2) .box02 a {
	border: .3rem solid #f9cec8;
}

.c-medicine__content-sec:nth-child(3) .box02 a {
	border: .3rem solid #eedac2;
}

.c-medicine__content-sec .box02 .txt01 {
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-medicine__content-sec:nth-child(1) .box02 .txt01 span {
	color: #679965;
}

.c-medicine__content-sec:nth-child(2) .box02 .txt01 span {
	color: #ea523a;
}

.c-medicine__content-sec:nth-child(3) .box02 .txt01 span {
	color: #c58537;
}

.c-medicine__content-sec .box02 .icon {
	width: 5.2rem;
	margin: .5rem auto 0;
}

.c-medicine__note {
	margin-top: 2.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-medicine__note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

@media screen and (max-width:750px){

}



/**********************************

 c-cost

***********************************/
.c-cost {
	padding: 7rem 6.5rem;
	background: #fbf2e7;
}

.c-cost__txt01 {
	margin-top: 3.5rem;
	font-size: 2.8rem;
	line-height: 1.8;
}

.c-cost__content {
	margin-top: 3.5rem;
}

.c-cost__content-example {
	margin-bottom: 9.2rem;
	position: relative;
	z-index: 1;
}

.c-cost__content-example:before {
	content: "";
	display: block;
	width: 4.8rem;
	height: 3.2rem;
	background: url(images/cost_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: -6.2rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cost__content-example .ttl {
	padding: 1rem 3rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background: #665251;
	border-radius: 2rem 2rem 0 0;
}

.c-cost__content-example .content {
	padding: 2rem 3rem;
	background: #fff;
	border-radius: 0 0 2rem 2rem;
}

.c-cost__content-example .content .txt01 {
	text-align: center;
}

.c-cost__content-sec01 {
	padding: 3rem;
	margin-bottom: 10.8rem;
	background: #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-cost__content-sec01:last-child {
	margin-bottom: 0;
}

.c-cost__content-sec01:before {
	content: "";
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	background: url(images/cost_plus01.png) no-repeat center / contain;
	position: absolute;
	bottom: -7.8rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cost__content-sec01:last-child:before {
	display: none;
}

.c-cost__content-sec01 .ttl {
	padding: 1rem 3rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background: #f18c9d;
	border-radius: 2rem;
}

.c-cost__content-sec01 .box01 {
}

.c-cost__content-sec01 .box01 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
	border-bottom: .2rem solid #dddddd;
}

.c-cost__content-sec01 .box01 dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.c-cost__content-sec01 .box01 dl dt {
	padding: 1rem 2rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
	background: #f18c9d;
	border-radius: 2rem;
}

.c-cost__content-sec01 .box01 dl dd {
	width: 30rem;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

.c-cost__content-sec01 .box01 dl dd span {
	display: inline-block;
	font-size: 6rem;
	letter-spacing: normal;
}

.c-cost__content-sec01 .box02 {
	margin-top: 2.5rem;
}

.c-cost__content-sec01 .box02 p {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.c-cost__note {
	margin-top: 2rem;
	font-size: 2.4rem;
	line-height: 1.8;
}

.c-cost__note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
	margin-top: .5em;
}

.c-cost__note li:first-child {
	margin-top: 0;
}

@media screen and (max-width:750px){

}



/**********************************

 c-payment

***********************************/
.c-payment {
	padding: 7rem 6.5rem;
	background: #f9cec8;
}

.c-payment__content {
	padding: 6rem 3rem 3.5rem;
	margin-top: 8rem;
	background: #fff;
	border: .3rem solid #665251;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-payment__content .ttl {
	padding: 1.05rem 4rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	letter-spacing: normal;
	background: #665251;
	border-radius: 2rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-payment__content .pic {
	width: 29.6rem;
	margin: 0 auto;
}

.c-payment__note {
	margin: 1.5rem 1.5rem 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-payment__note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

@media screen and (max-width:750px){

}



/**********************************

 c-same-day

***********************************/
.c-same-day {
	padding: 7rem 4rem;
	background: #ffffff;
}

.c-same-day__note {
	margin-top: 2rem;
	text-align: center;
}

.c-same-day__note ul {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 1.8;
}

.c-same-day__note ul li {

}

.c-same-day__sec {
	margin-top: 3rem;
}

.c-same-day__sec-ttl {
	font-size: 6.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-same-day__sec-txt01 {
	margin-top: 3rem;
	margin-left: -.5em;
	margin-right: -.5em;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.8;
}

.c-same-day__sec-pic01 {
	width: 53.6rem;
	margin: 4.5rem auto 0;
	text-align: center;
}

@media screen and (max-width:750px){

}



/**********************************

 c-checklist

***********************************/
.c-checklist {
	padding: 4rem 3.5rem 6.5rem;
	background: #ffffff;
}

.c-checklist__content {
	padding: 4.2rem 3rem 6rem;
	background: #ffffff;
	border: 1.5rem solid #bbbbbb;
	border-radius: 4rem;
	position: relative;
	z-index: 1;
}

.c-checklist__content:before {
	content: "";
	display: block;
	width: 21rem;
	height: 7.4rem;
	background: url(images/checklist_pic01.png) no-repeat center / contain;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-checklist__content-txt01 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-checklist__content-txt01 .block {
	display: inline-block;
	padding: .5rem 2rem;
	background: #f18c9d;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-checklist__content-txt01 .block:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(images/checklist__arr01.png) no-repeat center / contain;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-checklist__content-ttl {
	margin-top: 1.5rem;
	font-size: 4.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-checklist__content-list {
	margin-top: 2.5rem;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-checklist__content-list li {
	padding-left: 5.8rem;
	margin-top: .8em;
	position: relative;
	z-index: 1;
}

.c-checklist__content-list li:first-child {
	margin-top: 0;
}

.c-checklist__content-list li:before {
	content: "";
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	margin-top: .7rem;
	background: url(images/checklist_check01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-checklist__content-list li .line {
	text-decoration: underline;
}

.c-checklist__note {
	margin-top: 2.5rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-checklist__note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

@media screen and (max-width:750px){

}



/**********************************

 c-schedule

***********************************/
.c-schedule {
	padding: 7rem 5.5rem 7.5rem;
	background: #fbf2e7;
}

.c-schedule__logo {
	width: 30.4rem;
	margin: 0 auto;
}

.c-schedule__table {
	margin-top: 4rem;
}

.c-schedule__table table {
	width: 100%;
	border-spacing: 0;
}

.c-schedule__table table thead tr th {
	padding: 1rem 1rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	background: #fff;
	border-top: .3rem solid #665251;
	border-left: .2rem solid #dddddd;
	border-bottom: .2rem solid #dddddd;
}

.c-schedule__table table thead tr th:first-child {
	width: 10rem;
	padding: 1rem 2rem;
	text-align: left;
	white-space: nowrap;
	border-left: .3rem solid #665251;
	border-radius: 3rem 0 0 0;
}

.c-schedule__table table thead tr th:last-child {
	border-right: .3rem solid #665251;
	border-radius: 0 3rem 0 0;
}

.c-schedule__table table tbody tr th {
	width: 10rem;
	padding: 1.5rem 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	white-space: nowrap;
	background: #fff;
	border-left: .3rem solid #665251;
	border-bottom: .3rem solid #665251;
	border-radius: 0 0 0 3rem;
}

.c-schedule__table table tbody tr td {
	padding: 1.5rem 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	background: #fff;
	border-bottom: .3rem solid #665251;
	border-left: .2rem solid #dddddd;
}

.c-schedule__table table tbody tr td:last-child {
	border-right: .3rem solid #665251;
	border-radius: 0 0 3rem 0;
}

.c-schedule__table table tbody tr td img {
	display: block;
	width: 2.5rem;
	margin: 0 auto;
}

.c-schedule__note {
	margin-top: 2rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	font-size: 2.2rem;
	line-height: 1.8;
}

.c-schedule__note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

.c-schedule__txt01 {
	margin-top: .8em;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	font-size: 2.2rem;
	line-height: 1.8;
}

@media screen and (max-width:750px){

}


/**********************************

 c-modal

***********************************/
.c-modal {
	display: none;
	background: #fff;
}

.c-modal__inner {
	padding-top: 11rem;
	padding-bottom: 5rem;
}

.c-modal__inner-sec {
	width: 62rem;
	margin-top: 6rem;
}

.c-modal__inner-sec:first-child {
	margin-top: 0;
}

.c-modal__inner-sec .ttl {
	padding: 2.1rem 2rem;
	color: #665251;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.6;
	text-align: center;
	background: #fbf2e7;
}

.c-modal__inner-sec .body {
	padding: 4rem 3rem 4rem;
	border-left: .2rem solid #dddddd;
	border-right: .2rem solid #dddddd;
	border-bottom: .2rem solid #dddddd;
}

.c-modal__inner-sec .body .pic {
	width: 44rem;
	margin: 0 auto;
	text-align: center;
}

.c-modal__inner-sec .body .txt01 {
	margin-top: 3rem;
	color: #665251;
	font-size: 2.6rem;
	line-height: 1.8;
}

.c-modal__inner-sec .price {
	padding: 3rem 0 3rem;
	color: #665251;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.8;
	border-left: .2rem solid #dddddd;
	border-right: .2rem solid #dddddd;
	border-bottom: .2rem solid #dddddd;
}

.c-modal__inner-sec .price .large {
	display: inline-block;
	font-size: 4.8rem;
	line-height: 1;
}

.c-modal__inner-sec .price dt {
	text-align: center;
}

.c-modal__inner-sec .price dd {
	margin-top: 2rem;
	text-align: center;
}

@media screen and (max-width:750px){

}


/**********************************

 fancybox

***********************************/
.fancybox-overlay {
	background: #fff !important;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none !important;
}

.fancybox-skin {
	/*padding-top: 11rem !important;*/
	background: #fff;
}

.fancybox-close {
	width: 5.2rem;
	height: 5.2rem;
	background: url(images/icon_close01.png) no-repeat center / contain;
	top: 3rem;
	right: -3.5rem;
}

@media screen and (max-width:750px){

}


/**********************************

 xxx

***********************************/

@media screen and (max-width:750px){

}

