/* ビジュアルエディターのクイックタグ */
.cestyle-h2 {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.25;
	padding-bottom: 0.3em;
	position: relative;
	margin-bottom: 72px;
}
.cestyle-h2::after {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #A19A69;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.cestyle-h3 {
	font-size: 1.375rem;
	font-weight: 700;
	position: relative;
	padding-left: 1.18em;
	margin-top: 1.7em;
	margin-bottom: 1.1em;
}
.cestyle-h3::before {
	content: '';
	width: 0.68em;
	height: 1.54em;
	background-color: #C67A7A;
	position: absolute;
	top: 0;
	left: 0;
}
.cestyle-h4 {
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.5em;
	border-bottom: #fff2f2 2px solid;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}
.cestyle-h4::after {
	content: '';
	width: 269px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 2;
}
.cestyle-h5 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.cestyle-well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.cestyle-well2 {
	margin: 1em 0 30px;
	padding: 1em 1.5em;
	line-height: 2;
	border: 1px solid #cdcdcd;
	background: #fcfcfc;
	box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3);
}
.cestyle-well3 {
	margin: 2em 0 2.5em;
	padding: 1em 1.5em;
	line-height: 2.0;
	border: 1px dashed #cdcdcd;
	background: #fcfcfc;
	box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3);
}
.cestyle-btn,
.mce-content-body a[data-mce-selected].cestyle-btn {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #fff !important;
	border-radius: 42px;
	background-color: #C67A7A;
	border: #C67A7A 1px solid;
	text-align: center;
	text-decoration: none !important;
	position: relative;
	box-shadow: 0 5px 2px rgba(0,0,0,.13);
	padding: 1em 4em;
}
.cestyle-btn:hover,
.mce-content-body a[data-mce-selected].cestyle-btn:hover {
	background-color: #fff;
	color: #C67A7A !important;
	opacity: 1;
}
.cestyle-btn::after {
	content: '';
	width: 0.75em;
	height: 0.75em;
	border-right: 0.1875em solid #fff;
	border-bottom: 0.1875em solid #fff;
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.cestyle-btn:hover::after {
	border-color: #C67A7A;
	transition: 0.3s;
	transform: translate(-30%,-50%) rotate(-45deg);
}
.cestyle-btn.gold,
.mce-content-body a[data-mce-selected].cestyle-btn.gold {
	background-color: #A19A69;
}
.cestyle-btn.reverse,
.mce-content-body a[data-mce-selected].cestyle-btn.reverse {
	background-color: #fff;
	color: #C67A7A;
	font-weight: 500;
	border: #C67A7A 1px solid;
}
.cestyle-btn.reverse::after {
	border-right: 3px solid #C67A7A;
	border-bottom: 3px solid #C67A7A;
	right: 40px;
}
.cestyle-btn.no-shadow {
	box-shadow: none;
}
@media screen and (max-width:500px) {
	.cestyle-h2 {
		font-size: 1.5rem;
	}
	.cestyle-btn {
		width: 315px;
	}
	.cestyle-btn a {
		font-size: 0.9375rem;
	}
}

.cestyle-ul {
	list-style: none;
	min-width: 689px;
	width: fit-content;
	font-size: 1rem;
	letter-spacing: 0.01em;
	background-color: #fff2f2;
	padding: 1.44em 2.25em;
}
.cestyle-ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #C67A7A;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 1.2em;
}
.cestyle-info {
	display: block;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.01em;
	background-color: #fff2f2;
	padding: 0.8em 0 0.8em 4em;
	position: relative;
}
.cestyle-info::before {
	content: url(../img/icon_info.png);
	width: 1.56em;
	height: 1.56em;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
.cestyle-info::after {
	content: '';
	width: 2px;
	height: calc(100% - 2em);
	background-color: rgba(196,122,122,0.5);
	position: absolute;
	top: 50%;
	left: 3.125em;
	transform: translateY(-50%);
}

/*=============================
 ノーマルヘッダー
==============================*/
.mce-content-body h2 {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.25;
	padding-bottom: 0.3em;
	position: relative;
	margin-bottom: 72px;
}
.mce-content-body h2::after {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #A19A69;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.mce-content-body h3 {
	font-size: 1.375rem;
	font-weight: 700;
	position: relative;
	padding-left: 1.18em;
	margin-top: 1.7em;
	margin-bottom: 1.1em;
}
.mce-content-body h3::before {
	content: '';
	width: 0.68em;
	height: 1.54em;
	background-color: #C67A7A;
	position: absolute;
	top: 0;
	left: 0;
}
.mce-content-body h4 {
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.5em;
	border-bottom: #fff2f2 2px solid;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}
.mce-content-body h4::after {
	content: '';
	width: 269px;
	height: 2px;
	border-bottom: #C67A7A 2px solid;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 2;
}
.mce-content-body h5 {
	font-size: 1.125rem;
	font-weight: 700;
}

/*=============================
 テーブル
==============================*/
.mce-item-table {
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
	margin-top: 100px;
}
.mce-item-table tbody {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	border: none;
}
.mce-item-table th {
	width: 18.4%;
	font-weight: 500;
	color: #fff;
	text-align: left;
	vertical-align: top;
	background-color: #C67A7A;
	border: #C67A7A 1px solid;
	padding: 34px 0 34px 29px;
}
.mce-item-table td {
	width: 81%;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	border: #C67A7A 1px solid;
	padding: 34px 25px;
}
.mce-item-table td a {
	text-decoration: underline;
}
.mce-item-table td .btn_block a {
	text-decoration: none;
}
.mce-item-table .bold {
	font-weight: 700;
}
.mce-item-table td dl {
	margin-bottom: 6px;
}
.mce-item-table td dt {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.mce-item-table td dt:not(:first-child){
	margin-top: 1.5em;
}
.mce-item-table td .btn_block {
	margin-top: 40px;
	margin-bottom: 75px;
}
.mce-item-table td dd:last-of-type .btn_block {
	margin-bottom: 0;
}
@media screen and (max-width:900px) {
	.mce-item-table tbody {
		font-size: max(1.98vw,0.875rem);
	}
	.mce-item-table th {
		width: 24%;
		padding: 3.74vw 0 3.74vw 15px;
	}
	.mce-item-table td {
		width: 75.5%;
		padding: 3.74vw 2.75vw;
	}
}
@media screen and (max-width:500px) {
	.mce-item-table {
		border-collapse: collapse;
		margin-top: 70px;
	}
	.mce-item-table th {
		display: block;
		width: 100%;
		padding: 0.5em 1em 0.4em;
	}
	.mce-item-table td {
		display: block;
		width: 100%;
		/* width: calc(100% - 125px); */
	}
}