@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
/* @import url("../fonts/NotoSerifJP/NotoSerifJP.css"); */
/* @import url("../fonts/YakuHanGOTHIC/YakuHanGOTHIC.css"); */
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.css");
/* 
@import url("../fonts/YakuHanMARUGO/YakuHanMARUGO.css");
@import url("../fonts/YakuHanMARUGOs/YakuHanMARUGOs.css");
@import url("../fonts/YakuHanMINCHO/YakuHanMINCHO.css");
@import url("../fonts/YakuHanMINCHOs/YakuHanMINCHOs.css");
 */
@import url("../fonts/FontAwesome/FontAwesome.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #333333;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}

.marker {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.section {
	padding: 3em 0;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 1080px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: 700;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: 400;
	line-height: 2;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap {
	position: relative;
	padding: 58.334% 0 0 0;
}

div.section div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}





/* ▼header */
/* ----------------------------------------------------- */
header#globalheader {
	position: sticky;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: #ffffff;
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.1));
}

header#globalheader div#utility {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header#globalheader div.container {
	overflow: visible;
}

header#globalheader div.container::after {
	display: none;
}

header#globalheader div.container h1 {
	line-height: 1;
}



@media screen and (min-width: 1025px) {
	header#globalheader {
		height: 160px;
	}
	header#globalheader ul#globalNav li {
		font-size: 0.8rem;
	}
	header#globalheader ul#globalNav > li > ul li a span {
		font-size: 0.6rem;
	}
}

@media screen and (max-width: 1024px) {
	header#globalheader {
		height: 145px;
	}
	header#globalheader ul#globalNav li {
		font-size: 0.7rem;
	}
	header#globalheader ul#globalNav > li > ul li a span {
		font-size: 0.5rem;
	}
}

@media screen and (min-width: 767px) {
	header#globalheader {
		overflow: visible;
	}
	header#globalheader div#utility {
		padding: 0.55rem 0 1.25rem 0;
	}
	header#globalheader div#utility h1 {
		width: 14rem;
		margin-right: 70px;
		margin-right: 0;
	}
	header#globalheader div#utility ul {
		width: calc( 100% - 14rem );
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	header#globalheader div#utility ul li {
		list-style-type: none;
		margin: 0 0 0 0.25rem;
		line-height: 1;
	}
	header#globalheader div#utility ul li:first-child {
		margin-right: 0.5rem;
	}
	header#globalheader div#utility ul li:last-child {
		width: 9rem;
	}
	header#globalheader div#utility ul li a {
		cursor: pointer;
		display: block;
	}
	header#globalheader div#utility p#menu {
		display: none;
	}
	header#globalheader ul#globalNav {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	header#globalheader ul#globalNav > li {
		position: relative;
		list-style-type: none;
		margin: 0 1rem;
	}
	header#globalheader ul#globalNav > li > a,
	header#globalheader ul#globalNav > li > span {
		display: block;
		cursor: pointer;
		padding: 0 0 1rem 0;
		color: #333333;
		text-decoration: none;
		opacity: 1.0;
		transition: all 0.5s;
	}
	header#globalheader ul#globalNav > li:hover > a,
	header#globalheader ul#globalNav > li:active > a,
	header#globalheader ul#globalNav > li:hover > span,
	header#globalheader ul#globalNav > li:active > span {
		opacity: 0.6;
	}
	header#globalheader ul#globalNav > li:has( > ul )::after {
		content: "";
		position: absolute;
		top: 0.5rem;
		right: -1rem;
		width: 1em;
		height: 1em;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%2341678b%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M7.4%2C12.6L.3%2C5.5c-.3-.3-.3-.9%2C0-1.2l.8-.8c.3-.3.9-.3%2C1.2%2C0l5.7%2C5.6%2C5.7-5.6c.3-.3.9-.3%2C1.2%2C0l.8.8c.3.3.3.9%2C0%2C1.2l-7.1%2C7.1c-.3.3-.9.3-1.2%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
	}
	header#globalheader ul#globalNav > li > ul {
		position: absolute;
		overflow: hidden;
		top: 2rem;
		top: 2em;
		left: 0;
		right: 0;
		z-index: 50;
		display: none;
		width: auto;
		min-width: 11.5rem;
		white-space: nowrap;
		background: #ffffff;
		border-radius: 0.5rem;
		filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.1));
		transition: all 1s;
	}
	header#globalheader ul#globalNav > li:hover > ul {
		display: block;
		transition: all 1s;
	}
	header#globalheader ul#globalNav > li > ul li {
		list-style-type: none;
	}
	header#globalheader ul#globalNav > li > ul li a {
		/* display: block; */
		padding: 0.5rem 0.75rem;
		color: #333333;
		line-height: 1.5;
		text-decoration: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	header#globalheader ul#globalNav > li > ul li a span {
		display: inline-block;
		margin: 0 0 0 0.5rem;
		padding: 0.25rem 0.75rem 0.3rem 0.75rem;
		font-weight: 700;
		color: #ffffff;
		background-color: #75b44e;
		border-radius: 1.5rem;
	}
	header#globalheader ul#globalNav > li > ul li a span.guarantor {
		background-color: #e67fa3;
	}
	header#globalheader ul#globalNav > li > ul li a:hover,
	header#globalheader ul#globalNav > li > ul li a:active {
		opacity: 1;
		background: #cccccc;
	}
}

@media screen and (max-width: 766px) {
	header#globalheader {
		height: 6rem;
	}
	header#globalheader div#utility {
		padding: 1rem;
	}
	header#globalheader div#utility h1 {
		width: 45.071%;
	}
	header#globalheader div#utility ul li:not(:last-child),
	header#globalheader ul#globalNav {
		display: none;
	}
	header#globalheader div#utility ul {
		list-style-type: none;
		width: 33.803%;
	}
	header#globalheader div.container p#menu {
		width: 11.268%;
	}
}

/* 20260730 PC版グローバルナビの「1文字だけ段落ち」対策
   ---------------------------------------------------------
   ・ul#globalNav は flex-wrap:nowrap だが、flex アイテム（li）は縮むため
     幅が足りないと日本語テキストが任意の位置で折り返し、最後の1文字が落ちる
   ・項目の総幅は約 64.5em（テキスト 52.5em ＋ 左右マージン 12em）で、
     0.8rem(16px) 換算だと約 1032px。div.container の max-width:1080px では
     ちょうど収まる一方、それより狭い端末では必ず溢れて折り返していた
   ・white-space:nowrap で文字途中の改行を禁止したうえで、
     1150px 以下では font-size を vw 連動にして必ず収まるようにする
   ・マージンを rem から em に変更し、文字サイズに追従させる
     （::after の矢印もマージン内に収まるよう em 基準に統一） */
@media screen and (min-width: 767px) {
	header#globalheader ul#globalNav > li > a,
	header#globalheader ul#globalNav > li > span {
		white-space: nowrap;
	}
	header#globalheader ul#globalNav > li {
		margin: 0 1em;
	}
	header#globalheader ul#globalNav > li:has( > ul )::after {
		right: -1em;
		width: 0.9em;
		height: 0.9em;
	}
}

@media screen and (min-width: 767px) and (max-width: 1150px) {
	header#globalheader ul#globalNav li {
		font-size: clamp(0.5rem, 1.35vw, 0.8rem);
	}
}





/* ▼slidemenu */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	div#slidemenu {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	div#slidemenu {
		display: none;
		position: fixed;
		z-index: 999;
		top: 6rem;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		padding: 0;
		background-color: #3b4a63;
	}
	/* 20260730 ハンバーガーメニュー内がスクロールできない問題の対策
	   ---------------------------------------------------------
	   ベーススタイルに div.wrap { height: auto !important; }（旧IE向けの
	   min-height ハック）があり、!important のため height 指定が
	   セレクタの詳細度に関わらず必ず打ち消されていた。
	   height を使わず、絶対配置の top/bottom で高さを確定させて回避する。
	   親 div#slidemenu は position:fixed なので包含ブロックになる。 */
	div#slidemenu div.wrap {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 0 2em 0;
		overflow-y: auto;
		overflow-x: hidden;
		/* メニュー内を端まで送っても背面ページへスクロールが連鎖しないようにする */
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}
	div#slidemenu div.wrap ul {
		width: 100%;
		margin: 0;
	}
	div#slidemenu div.wrap ul li {
		list-style-type: none;
		border-bottom: 0.1rem solid #000000;
	}
	div#slidemenu div.wrap ul li a,
	div#slidemenu div.wrap ul li span {
		display: block;
		padding: 0.6em 1em;
		font-size: 1.4rem;
		color: #ffffff !important;
		text-align: left;
		text-decoration: none;
	}
	div#slidemenu div.wrap ul li span {
		font-weight: 700;
		border-bottom: 0.1rem dashed #000000;
	}
	div#slidemenu div.wrap ul li ul li {
		border-bottom: 0.1rem dashed #000000;
	}
	div#slidemenu div.wrap ul li ul li:last-child {
		border-bottom: 0 none;
	}
	div#slidemenu div.wrap ul li ul li a {
		padding-left: 2em;
	}
	div#slidemenu div.wrap ul li ul li a i {
		display: inline-block;
		margin: 0 0 0 0.5rem;
		padding: 0.25rem 0.75rem 0.3rem 0.75rem;
		font-weight: 700;
		font-style: normal;
		color: #ffffff;
		background-color: #75b44e;
		border-radius: 1.5rem;
	}
	div#slidemenu div.wrap ul li ul li a i.guarantor {
		background-color: #e67fa3;
	}
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	background-color: #f7efe2;
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual h1 {
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual p,
div#keyvisual ul {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_pc.jpg);
	}
	div#keyvisual h1 {
		background-image: url(../img/keyvisual_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_sp.jpg);
		background-size: 100% auto;
	}
	div#keyvisual h1 {
		background-image: url(../img/keyvisual_sp.png);
		background-size: 100% auto;
	}
}





/* ▼philosophy */
/* ----------------------------------------------------- */
div#philosophy {
	background-color: #41678b;
	background-image: url(../img/bg_navy.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#philosophy div.container {
	overflow: visible;
}

div#philosophy div.bodytext {
	position: relative;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

div#philosophy h2 {
	margin: 1rem auto;
	text-align: center;
}

div#philosophy p {
	font-weight: 500;
	text-align: center;
}

div#philosophy h2 + p {
	margin-bottom: 0;
}

div#philosophy p + p {
	margin-top: 0;
}

div#philosophy p strong {
	background:linear-gradient(transparent 60%, #ffff00 60%);
}

div#philosophy figure {
	overflow: hidden;
	margin: 0;
	border-radius: 0.5rem;
}

div#philosophy div.bodytext::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}



@media screen and (min-width: 767px) {
	div#philosophy {
		padding: 2rem 0;
	}
	div#philosophy div.wrap {
		width: 90.741%;
	}
	div#philosophy div.bodytext {
		padding: 0.5rem;
	}
	div#philosophy h2 {
		width: 34.375%;
	}
	div#philosophy p {
		font-size: 1.2rem;
	}
	div#philosophy p strong {
		font-size: 1.6rem;
	}
	div#philosophy div.bodytext::after {
		top: -3rem;
		right: -1rem;
		width: 220px;
		height: 145px;
		background-image: url(../img/philosophy_pc.svg);
	}
}

@media screen and (max-width: 766px) {
	div#philosophy {
		padding: 3rem 0;
	}
	div#philosophy div.bodytext {
		padding: 1.25rem;
	}
	div#philosophy h2 {
		width: 61.291%;
	}
	div#philosophy p {
		font-size: 1.4rem;
		font-size: 1.6rem;
	}
	div#philosophy p strong {
		font-size: 2rem;
		font-size: 2.2rem;
	}
	div#philosophy div.bodytext::after {
		top: -4.25rem;
		right: -1.25rem;
		width: 9.5rem;
		height: 7.25rem;
		background-image: url(../img/philosophy_sp.svg);
	}
}





/* ▼area */
/* ----------------------------------------------------- */
div#area {
	background-color: #ffffff;
	background-image: url(../img/bg_white.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#area figure {
	margin: 0.5rem 0 0 0;
}



@media screen and (min-width: 767px) {
	div#area {
		padding: 2rem 0;
	}
	div#area div.wrap {
		width: 88.889%;
	}
}

@media screen and (max-width: 766px) {
	div#area {
		padding: 3rem 0;
	}
}





/* ▼media */
/* ----------------------------------------------------- */
div#media {
	background-color: #e2d8d3;
	background-image: url(../img/bg_lightbeige.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#media div.container {
	padding-top: 1.5rem;
}

div#media div.bodytext {
	position: relative;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#media h2 {
	position: absolute;
	top: -1.5rem;
	left: 50%;
	width: 15rem;
	height: 4rem;
	transform: translate(-50%, 0);
}

div#media ul,
div#media figure {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#media {
		padding: 2rem 0;
	}
	div#media div.wrap {
		width: 88.889%;
	}
	div#media div.bodytext {
		padding: 3.5rem 2rem 2rem 2rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
	}
	div#media ul {
		width: 57.955%;
		margin: 0 auto;
	}
	div#media ul li {
		margin: 0 0 0 1.2rem;
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#media {
		padding: 3rem 0 4rem 0;
	}
	div#media div.bodytext {
		padding: 3.5rem 2rem 2rem 2rem;
	}
	div#media ul {
		margin: 0 0 1.5rem 0;
	}
	div#media ul li {
		margin: 0 0 0 1.8rem;
		font-size: 1.4rem;
	}
}





/* ▼ cta*/
/* ----------------------------------------------------- */
div.cta {
	background-color: #f3e8d3;
	background-image: url(../img/bg_beige.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div.cta h2 {
	text-align: center;
}

div.cta ul {
	margin: 1.5rem 0 0 0;
}

div.cta ul li {
	list-style-type: none;
}



@media screen and (min-width: 767px) {
	div.cta div.wrap {
		width: 96.297%;
	}
	div.cta ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div.cta ul li {
		width: 48.077%;
	}
}

@media screen and (max-width: 766px) {
	div.cta {
		padding-top: 0;
	}
	div.cta div.container {
		overflow: visible;
	}
	div.cta div.wrap {
		position: relative;
		width: 74.667%;
	}
	div.cta h2 {
		position: relative;
		top: -1.5rem;
		margin-bottom: -1.5rem;
	}
	div.cta ul {
		width: 89.286%;
		margin: 0 auto;
	}
	div.cta ul li {
		margin: 1.5rem 0 0 0;
	}
}





/* ▼concept */
/* ----------------------------------------------------- */
div#concept {
	background: #ffffff;
}

div#concept div.flexbox {
	background: #f3f3f3;
	border-radius: 0.5rem;
}

div#concept div.flexbox {
	flex-direction: column;
}

div#concept div.flexbox div.headline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

div#concept div.flexbox div.headline h2 {
	color: #3b4a63;
}



@media screen and (min-width: 767px) {
	div#concept div.flexbox {
		padding: 2.5rem 3rem;
	}
	div#concept div.flexbox div.headline {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	div#concept div.flexbox div.headline h2 {
		order: 2;
		width: 66.667%;
		font-size: 1.3rem;
	}
	div#concept div.flexbox div.headline figure {
		order: 1;
		width: 27.084%;
	}
	div#concept div.flexbox div.bodytext {
		width: 100%;
	}
	div#concept div.flexbox div.bodytext p {
		margin-bottom: 0;
		font-size: 1rem;
	}
	div#concept div.flexbox div.bodytext p img {
		height: 3.75rem;
	}
}

@media screen and (max-width: 766px) {
	div#concept div.flexbox {
		padding: 2rem;
	}
	div#concept div.flexbox div.headline {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
	}
	div#concept div.flexbox div.headline h2 {
		order: 2;
		font-size: 1.6rem;
		font-size: 1.8rem;
	}
	div#concept div.flexbox div.headline figure {
		order: 1;
		text-align: center;
	}
	div#concept div.flexbox div.headline figure img {
		width: 54.238%;
	}
	div#concept div.flexbox div.bodytext {
		width: 100%;
	}
	div#concept div.flexbox div.bodytext p {
		font-size: 1.4rem;
		font-size: 1.6rem;
	}
}





/* ▼problem */
/* ----------------------------------------------------- */
div#problem {
	background-color: #d0d0d0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#problem h2 {
	margin: 0 0 3rem 0;
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
}

div#problem div.problem {
	margin: 2rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

div#problem div.problem div.bodytext {
	order: 1;
	margin: 0 0 0.5rem 0;
	background: #ffffff;
	border-radius: 1.5rem 1.5rem 0 1.5rem;
}

div#problem div#problem_02.problem div.bodytext {
	order: 2;
	border-radius: 1.5rem 1.5rem 1.5rem 0;
}

div#problem div.problem div.bodytext p {
	text-align: center;
}

div#problem div.problem div.bodytext p strong {
	color: #526388;
}

div#problem div.problem figure {
	order: 2;
	margin: 0;
}

div#problem div#problem_02.problem figure {
	order: 1;
}



@media screen and (min-width: 767px) {
	div#problem {
		background-image: url(../img/problem_pc.jpg);
	}
	div#problem div.wrap {
		width: 74.075%;
	}
	div#problem div.problem div.bodytext {
		width: 72.5%;
	}
	div#problem div.problem div.bodytext p {
		font-size: 1.2rem;
	}
	div#problem div.problem div.bodytext p strong {
		font-size: 1.5rem;
	}
	div#problem div.problem figure {
		width: 22.5%;
	}
}

@media screen and (max-width: 766px) {
	div#problem {
		background-image: url(../img/problem_sp.jpg);
		background-size: 100% auto;
	}
	div#problem div.problem div.bodytext {
		width: 73.135%;
	}
	div#problem div.problem div.bodytext p {
		font-size: 1.4rem;
	}
	div#problem div.problem div.bodytext p strong {
		font-size: 1.8rem;
	}
	div#problem div.problem figure {
		width: 25.374%;
	}
}





/* ▼worry */
/* ----------------------------------------------------- */
div#worry {
	padding-bottom: 4rem;
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: center top;
}

div#worry ul {
	display: none;
}

div#worry div.bodytext {
	margin: 0;
	text-align: center;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#worry div.bodytext p strong {
	color: #f31637;
}

div#worry div.bodytext p + p strong {
	text-decoration: underline;
}

div#worry div.bodytext figure {
	overflow: hidden;
	margin: 0;
	border-radius: 0.5rem;
}



@media screen and (min-width: 767px) {
	div#worry {
		background-image: url(../img/worry.svg),
						  url(../img/worry_pc.jpg);
	}
	div#worry div.wrap {
		width: 88.889%;
	}
	div#worry div.bodytext {
		padding: 0.5rem;
	}
	div#worry div.bodytext p {
		font-size: 1.3rem;
	}
	div#worry div.bodytext p + p {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 766px) {
	div#worry {
		background-image: url(../img/worry.svg),
						  url(../img/worry_sp.jpg);
		background-size: 100% auto;
	}
	div#worry div.bodytext {
		padding: 1.25rem;
	}
	div#worry div.bodytext p {
		font-size: 1.4rem;
		font-size: 1.6rem;
	}
	div#worry div.bodytext p + p {
		font-size: 1.6rem;
		font-size: 1.8rem;
	}
}





/* ▼solution */
/* ----------------------------------------------------- */
div#solution {
	padding-top: 4rem;
	position: relative;
	background-image: url(../img/bg_beige.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#solution::before {
	content: "";
	position: absolute;
	top: -2rem;
	left: 50%;
	width: 10rem;
	height: 5rem;
	background-color: #41678b;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#solution div.bodytext {
	margin: 0;
	text-align: center;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#solution div.bodytext h2 {
	font-size: 1.3rem;
	font-weight: 400;
}

div#solution div.bodytext h2 img {
	margin: 1.5rem 0;
}

div#solution div.bodytext p {
	font-weight: 700;
}

div#solution div.bodytext p strong {
	color: #f31637;
}

div#solution div.bodytext figure {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#solution div.wrap {
		width: 88.889%;
	}
	div#solution div.bodytext {
		padding: 2rem 2rem 0.5rem 2rem;
	}
	div#solution div.bodytext h2 {
		font-size: 1.3rem;
	}
	div#solution div.bodytext p {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 766px) {
	div#solution div.bodytext {
		padding: 1.5rem 1rem 0.5rem 1rem;
	}
	div#solution div.bodytext h2 {
		font-size: 1.4rem;
	}
	div#solution div.bodytext h2 img {
		width: 79.366%;
	}
	div#solution div.bodytext p {
		font-size: 1.6rem;
	}
}





/* ▼service */
/* ----------------------------------------------------- */
div#service {
	background-image: url(../img/bg_beige.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#service h2 {
	text-align: center;
}

div#service h2 + p {
	text-align: center;
}

div#service p.alignCenter {
	margin: 3rem 0 0 0;
}

div#service div.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#service div.flexbox div.service {
	overflow: hidden;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#service div.flexbox div.service h3 {
	position: relative;
	color: #ffffff;
	background: #3b4a63;
}

div#service div.flexbox div.service h3::before {
	content: "";
	width: 2.25rem;
	height: 2.25rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#service div.flexbox div.service.care h3::before {
	background-image: url(../img/seevice_care.svg);
}

div#service div.flexbox div.service.medical h3::before {
	background-image: url(../img/seevice_medical.svg);
}

div#service div.flexbox div.service.funeral h3::before {
	background-image: url(../img/seevice_funeral.svg);
}

div#service div.flexbox div.service.inheritance h3::before {
	background-image: url(../img/seevice_inheritance.svg);
}

div#service div.flexbox div.service.procedure h3::before {
	background-image: url(../img/seevice_procedure.svg);
}



@media screen and (min-width: 767px) {
	div#service {
		background-image: url(../img/service_pc.jpg),
						  url(../img/bg_lightbeige.jpg);
		background-repeat: no-repeat, repeat-y;
	}
	div#service div.wrap {
		width: 100%;
	}
	div#service div.flexbox {
		justify-content: space-between;
	}
	div#service div.flexbox div.service {
		width: 31.482%;
		margin: 1.5rem 0 0 0;
	}
	div#service div.flexbox div.service h3 {
		padding: 0.7rem 0 0.6rem 0;
		font-size: 1.2rem;
		text-align: center;
	}
	div#service div.flexbox div.service:nth-child(3) h3 {
		padding-left: 2rem;
	}
	div#service div.flexbox div.service h3::before {
		position: absolute;
		top: 50%;
		left: 0.5rem;
		transform: translate(0, -50%);
	}
	div#service div.flexbox div.service p {
		font-size: 1rem;
		text-align: center;
	}
}

@media screen and (max-width: 766px) {
	div#service {
		background-image: url(../img/service_sp.jpg),
						  url(../img/bg_lightbeige.jpg);
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto;
	}
	div#service h2 + p {
		font-size: 1.5rem;
	}
	div#service div.flexbox {
		flex-direction: row;
	}
	div#service div.flexbox div.service {
		width: 100%;
		margin: 2rem 0 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#service div.flexbox div.service h3 {
		width: 44.777%;
		padding: 3.5rem 1rem 1rem 1rem;
		font-size: 1.4rem;
	}
	div#service div.flexbox div.service h3::before {
		position: absolute;
		top: 1rem;
		left: 1rem;
	}
	div#service div.flexbox div.service p {
		width: 55.223%;
		margin: 0;
		padding: 0.5rem 1rem;
		font-size: 1.4rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
}





/* ▼testimonial */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	div.testimonial {
		height: 165px;
		background: url(../img/testimonial_pc.jpg) repeat-x center center;
	}
	div.testimonial img {
		display: none;
	}
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 3rem 0 0.5rem 0;
	background-color: #ffffff;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

footer a {
	color: #000000 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer h2 {
	margin: 0;
}

footer p {
	margin: 0;
	
}

footer address {
	margin: 0;
	padding: 0.5em 0;
	color: #333333;
	font-style: normal;
	border-top: 0.1rem solid #cccccc;
}



@media screen and (min-width: 767px) {
	footer div#footer_infomation {
		padding: 0 1rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	footer div#footer_infomation h2 {
		width: 41.347%;
	}
	footer div#footer_infomation p {
		width: 50%;
		margin: 0;
		font-size: 1rem;
		text-align: left;
	}
	footer div#footerNav {
		margin: 3.5rem 0 2rem 0;
		padding: 0 1rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	footer div#footerNav > ul {
		width: calc((100% - 6em) / 4);
		margin: 0 1rem;
	}
	footer div#footerNav > ul:first-child {
		margin-left: 0;
	}
	footer div#footerNav > ul:last-child {
		margin-right: 0;
	}
	footer div#footerNav > ul li {
		list-style-type: none;
		margin: 0;
		font-size: 0.8rem;
		text-align: left;
	}
	footer div#footerNav > ul li > ul {
		margin: 0 0 0 1em;
	}
	footer div#footerNav > ul li > ul li {
		padding: 0 0 0 1em;
	}
	footer div#footerNav > ul li > ul li::before {
		content: "-";
		display: inline-block;
		width: 1em;
		margin: 0 0 0 -1em;
		vertical-align: 2px;
	}
	footer address {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 4.5rem;
	}
	footer div#footer_infomation {
		width: 89.334%;
		margin: 0 auto;
	}
	footer div#footer_infomation h2 {
		width: 74.627%;
		margin: 0 auto;
	}
	footer div#footer_infomation p {
		margin: 2.5rem 0 3rem 0;
		font-size: 1.4rem;
	}
	footer div#footerNav {
		display: none;
	}
	footer address {
		font-size: 1rem;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	div#banner {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#banner ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	div#banner ul li {
		list-style-type: none;
		width: 30.667%;
		margin: 0;
	}
	div#banner ul li:first-child {
		width: 38.666%;
	}
	div#banner ul li:last-child {
		position: relative;
	}
	div#banner ul li:last-child::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -0.05rem;
		height: 3.75rem;
		border-left: 0.1rem solid #666666;
		transform: translate(0, -50%);
	}
}





/* ▼form */
/* ----------------------------------------------------- */
div#form {
	position: relative;
	z-index: 101;
	background: #f4f4f4; /* 20260729 wlp_concierge の #e5e5e5 から変更。div#breadcrumb / div#planlist / div#maincontents と揃える */
}

div#form div.container {
	overflow: visible;
}

div#form div.wrap {
	background: #ffffff;
	border-radius: 0.5rem;
}

div#form form,
div#form div.thanks {
	margin: 0 auto;
}

div#form h1,
div#form h2 {
	margin: 0 0 2rem 0;
	text-align: center;
	color: #ffffff;
	background: #526388;
	border-radius: 0.25rem;
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form div.wrap > p {
	text-align: center;
}


div#form form div.form_column {
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#form form div.form_column p,
div#form form div.form_column ul {
	margin: 0;
}

div#form form div.form_column ul li {
	position: relative;
	list-style-type: none;
}

div#form form div.form_column div.form_header {
	padding: 0.2em 0 0 0;
}

div#form form div.form_column div.form_header p {
	text-align: left;
}

div#form form div.form_column div.form_header span {
	margin: 0 0 0 0.5em;
	padding: 0 0.3em;
	font-size: 0.8em;
	color: #ffffff;
	background: #999999;
	border-radius: 0.3rem;
}

div#form form div.form_column div.form_header span.required {
	color: #ffffff;
	background: #df5b41;
}

div#form form div.form_column div.form_header span + span {
	display: none;
}

div#form form div.form_column.half div.form_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
div#form form div.form_column.half div.form_content label {
	width: calc( calc( 100% - 1em ) / 2 );
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#form form div.form_column.half div.form_content label span {
	display: inline-block;
	width: 2em;
	text-align: center;
}

div#form form div.form_column.half div.form_content label input[type="text"] {
	width: calc( 100% - 2.5em );
}

div#form form div.form_column div.form_content p {
	text-align: left;
}


div#form form div.form_column div.form_content i {
	font-style: normal;
}

div#form form div.form_column div.form_content p.note {
	margin: 0;
	text-align: left;
}

div#form form div.form_column div.form_content ul.choice {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#form form div.form_column div.form_content ul.choice li {
	margin: 0 1em 0 0;
}

div#form form div.form_column div.form_content input#form_postalcode {
	width: 10em;
}

div#form form div.form_column div.form_content select#form_prefecture {
	width: 10em;
}

div#form form hr {
	margin: 3rem 0;
	height: 0;
	border: 0 none;
	border-top: 2px dashed #cccccc;
}



div#form form div.form_column div.form_content ul li input[type="checkbox"],
div#form form p input#check_privacy {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"] + label,
div#form form p input#check_privacy + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 1.5em;
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"] + label::before,
div#form form p input#check_privacy + label::before {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"]:checked + label::after,
div#form form p input#check_privacy:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	/*
	background: #000000;
	*/
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23df5b41%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M19.4%2C1c.6.5.8%2C1.4.3%2C2l-11.4%2C15.7c-.2.3-.6.5-1%2C.6-.4%2C0-.8-.1-1.1-.4L.4%2C13.2c-.6-.6-.6-1.5%2C0-2s1.5-.6%2C2%2C0l4.5%2C4.5L17.4%2C1.3c.5-.6%2C1.4-.8%2C2-.3h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}


div#form form div.form_column div.form_content ul li input[type="radio"] {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div#form form div.form_column div.form_content ul li input[type="radio"] + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 1.3em;
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}

div#form form div.form_column div.form_content ul li input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #333333;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form div.form_column div.form_content ul li input[type="checkbox"][readonly] + label::before,
div#form form div.form_column div.form_content ul li input[type="checkbox"][disabled] + label::before,
div#form form div.form_column div.form_content ul li input[type="radio"][readonly] + label:before,
div#form form div.form_column div.form_content ul li input[type="radio"][disabled] + label:before {
	background-color: rgba(235, 235, 228, 1) !important;
}

div#form form div.form_column div.form_content ul li input[type="checkbox"][readonly] + label:after,
div#form form div.form_column div.form_content ul li input[type="checkbox"][disabled] + label:after,
div#form form div.form_column div.form_content ul li input[type="radio"][readonly] + label:after,
div#form form div.form_column div.form_content ul li input[type="radio"][disabled] + label:after {
	filter: grayscale(100%);
}

div#form form > p button#form_submit.grayscale {
	opacity: 0.7;
	pointer-events: none;
}

div#form form button#form_confirm,
div#form form button#form_submit,
div#form form button#form_return,
div#form button#form_home {
	font-weight: 900;
	border-radius: 4rem;
	cursor: pointer;
}

div#form form button#form_confirm,
div#form form button#form_submit {
	background: #ffff00;
}

div#form form button#form_return,
div#form button#form_home {
	background: #848484;
}

div#form form div#privacy {
	height: 20em;
	overflow: hidden;
	overflow-y: scroll;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
}

div#form form div#privacy h3 {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 1.4rem;
	text-align: center;
}

div#form form div#privacy h4 {
	margin: 1em 0 0 0;
	font-size: 1.2rem;
}

div#form form div#privacy p,
div#form form div#privacy ul li,
div#form form div#privacy ol li {
	margin: 0;
	font-size: 1rem;
	text-align: left;
}

div#form form div#privacy ul li {
	margin-left: 1.5em;
}

div#form form div#privacy ol li {
	margin-left: 1.2em;
}

div#form form div#privacy + p {
	position: relative;
}



.formError.inline {
	margin-top: 0.3em !important;
}



div#form div.endingnote {
	position: relative;
	background: #ffd900;
	border-radius: 0.5rem;
}

div#form div.endingnote::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#form div.endingnote::after {
	content: "";
	position: absolute;
	bottom: -1.95rem;
	left: 50%;
	width: 2.5rem;
	height: 2rem;
	background: #ffd900;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#form div.endingnote p {
	margin: 0;
}

div#form div.endingnote p span {
	display: block;
	line-height: 1;
}

div#form div.endingnote p strong {
	display: block;
}



@media screen and (min-width: 767px) {
	div#form div.wrap {
		width: 88.889%;
		padding: 2.5rem;
	}
	div#form h1,
	div#form h2 {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_header {
		width: 16rem;
		font-size: 1rem;
	}
	div#form form div.form_column div.form_content {
		width: calc( 100% - 16rem );
	}
	div#form form div.form_column.full div.form_header,
	div#form form div.form_column.full div.form_content {
		width: 100%;
	}
	div#form form div.form_column.half div.form_content label {
		width: calc( calc( 100% - 1em ) / 2 );
	}
	div#form form div.form_column div.form_content p.note {
		font-size: 0.8em;
	}
	div#form form p.leadtext {
		font-size: 0.8rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label,
	div#form form p input#check_privacy + label {
		font-size: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label::before,
	div#form form p input#check_privacy + label::before {
		top: 0.65rem;
		left: 0;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"]:checked + label::after,
	div#form form p input#check_privacy:checked + label::after {
		top: 0.5rem;
		left: 0.2rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label {
		font-size: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label::before {
		top: 50%;
		left: 0;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"]:checked + label::after {
		top: 50%;
		left: 0.25rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	div#form form button#form_confirm,
	div#form form button#form_submit,
	div#form form button#form_return,
	div#form button#form_home {
		/* width: 43%; */
		padding: 0.5em 1em;
		margin: 0 1em;
		font-size: 1.5rem;
	}
	div#form form p input#check_privacy {
		left: 29%;
	}
	div#form div.endingnote {
		width: 62.963%;
		margin: 0 auto 3rem auto;
		padding: 1.5rem 2.5rem 1rem 7.5rem;
	}
	div#form div.endingnote::before {
		top: -2rem;
		left: -6.5rem;
		width: 15rem;
		height: 11.5rem;
		background-image: url(../img/form_endingnote_pc.png);
	}
	div#form div.endingnote p span {
		font-size: 1.4rem;
	}
	div#form div.endingnote p strong {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 766px) {
	div#form div.wrap {
		padding: 2rem;
	}
	div#form h1,
	div#form h2 {
		font-size: 1.6rem;
	}
	div#form form div.form_column {
		margin-top: 1.5rem;
	}
	div#form form div.form_column div.form_header,
	div#form form div.form_column div.form_content {
		width: 100%;
	}
	div#form form div.form_column div.form_header p {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content {
		margin-top: 0.5rem;
	}
	div#form form div.form_column.half div.form_content label {
		width: calc( 100% - 1em );
		width: calc( 100% - 1rem );
	}
	div#form form div.form_column.half div.form_content label + label {
		margin-top: 1rem;
	}
	div#form form div.form_column.half div.form_content label span,
	div#form form div.form_column div.form_content i {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content p.note {
		font-size: 1.3rem;
	}
	div#form form > p strong {
		font-size: 1.8rem;
	}
	div#form form p.leadtext {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label,
	div#form form p input#check_privacy + label {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"] + label::before,
	div#form form p input#check_privacy + label::before {
		top: 0.65rem;
		left: 0;
		width: 1.5rem;
		height: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="checkbox"]:checked + label::after,
	div#form form p input#check_privacy:checked + label::after {
		top: 0.5rem;
		left: 0.25rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label {
		font-size: 1.5rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"] + label::before {
		top: 50%;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
	}
	div#form form div.form_column div.form_content ul li input[type="radio"]:checked + label::after {
		top: 50%;
		left: 0.3rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	div#form form button#form_confirm,
	div#form form button#form_submit,
	div#form form button#form_return,
	div#form button#form_home {
		display: block;
		width: 85%;
		margin: 1em auto;
		padding: 0.8em 0;
		font-size: 1.8rem;
	}
	div#form form p input#check_privacy {
		left: 0;
	}
	div#form div.endingnote {
		width: 89.334%;
		margin: 0 auto 2rem auto;
		padding: 1rem 1.5rem 1rem 11rem;
	}
	div#form div.endingnote::before {
		top: -1.5rem;
		left: -1.5rem;
		width: 13rem;
		height: 12.5rem;
		background-image: url(../img/form_endingnote_sp.png);
	}
	div#form div.endingnote p span {
		font-size: 1.2rem;
	}
	div#form div.endingnote p strong {
		margin-top: 0.3rem;
		font-size: 2.2rem;
		line-height: 1.3;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form select option {
	color: rgba(51, 51, 51, 1);
}

form select option[value=""],
.placeholder,
::placeholder {
	color: rgba(128, 128, 128, 1);
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled],
form select[readonly],
form select[disabled],
form textarea[readonly],
form textarea[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	opacity: 1;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 1.0;
	transition: all 0.5s;
}

form button:hover,
form button:active,
div#thanks button:hover,
div#thanks button:active {
	opacity: 0.6;
}


form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: grayscale(100%);
}

form p,
div#thanks p.btn {
	text-align: center;
}

form dl dd p {
	text-align: left;
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 766px) {
	div#pagetop {
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 700px;
	transform: translate(-50%, 0);
	/* position: sticky; */
	/* margin: 0 1em 0 auto; */
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a {
	display: block;
	background: url(../img/banner.png) no-repeat center bottom;
	background-size: 100% auto;
}





/* ▼headline */
/* ----------------------------------------------------- */
div#headline {
	background-color: #ffffff;
	background-repeat: no-repeat;
}

body#shintaku div#headline {
	background-color: #f7efe2;
}

div#headline div.container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#headline h1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#headline h1 i {
	width: 100%;
	text-align: center;
}

body#kanpeki-plan div#headline h1 strong {
	color: #cc3e52;
}

body#anshin-plan div#headline h1 strong {
	color: #6cbc39;
}

body#banzen-plan div#headline h1 strong {
	color: #338acc;
}

body#join div#headline h1 strong {
	color: #ddaa43;
}

body#mimoto-hoshou div#headline h1 strong {
	color: #ff773b;
}

div#headline h1 strong img {
	vertical-align: -5% !important;
}

div#headline h1 span {
	margin-top: 0.2rem;
	margin-left: 0.5rem;
	padding: 0.3rem 0.5rem 0.4rem 0.5rem;
	background-color: #e0e0e0;
	border-radius: 0.1rem;
}

body#shintaku div#headline h1 {
	background-repeat: no-repeat;
	background-position: center top;
}

body#shintaku div#headline p {
	font-weight: 700;
	text-align: center;
	color: #042451;
}

body#shintaku div#headline p a {
	display: block;
	margin: 0 auto;
}



@media screen and (min-width: 767px) {
	div#headline {
		background-image: url(../img/plan_headline_pc.jpg);
		background-position: center top;
	}
	div#headline div.container {
		min-height: 11rem !important;
	}
	div#headline h1 i img {
		width: 7rem;
	}
	div#headline h1 strong {
		font-size: 2.5rem;
	}
	div#headline h1 strong img {
		height: 2.5rem;
	}
	div#headline h1 span {
		font-size: 1rem;
	}
	body#shintaku div#headline {
		min-height: 31rem;
		background-image: url(../img/shintaku_headline_pc.jpg);
	}
	body#shintaku div#headline h1 {
		width: 100%;
		background-image: url(../img/shintaku_headline_pc.png);
	}
	body#shintaku div#headline p {
		width: 100%;
		margin: 1rem 0 0 0;
		font-size: 1.1rem;
	}
	body#shintaku div#headline p a {
		width: 35.186%;
	}
	body#mimoto-hoshou div#headline {
		background-image: url(../img/mimoto-hoshou_headline_pc.jpg);
	}
}

@media screen and (max-width: 766px) {
	div#headline {
		background-image: url(../img/plan_headline_sp.jpg);
		background-position: center top;
		background-size: 100% auto;
	}
	div#headline div.container {
		min-height: 12.5rem !important;
	}
	div#headline h1 i img {
		width: 8.25rem;
	}
	div#headline h1 strong {
		width: 100%;
		font-size: 2.9rem;
		line-height: 1.5;
		text-align: center;
	}
	div#headline h1 strong img {
		height: 2.9rem;
	}
	div#headline h1 span {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	body#shintaku div#headline {
		padding-bottom: 25rem;
		background-image: url(../img/shintaku_headline_sp.jpg);
		background-position: center bottom;
	}
	body#shintaku div#headline h1 {
		background-image: url(../img/shintaku_headline_sp.png);
		background-size: 100% auto;
	}
	body#shintaku div#headline p {
		margin: 1.5rem 0 0 0;
		font-size: 1.4rem;
	}
	body#shintaku div#headline p + p {
		margin-bottom: 1.5rem;
	}
	body#shintaku div#headline p a {
		width: 64%;
	}
	body#mimoto-hoshou div#headline {
		background-image: url(../img/mimoto-hoshou_headline_sp.jpg);
		background-size: 100% auto;
	}
}





/* ▼breadcrumb */
/* ----------------------------------------------------- */
div#breadcrumb {
	padding: 0.5em 0;
	background-color: #f4f4f4;
}

div#breadcrumb ul {
	margin: 0;
	padding: 0;
}

div#breadcrumb ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0.3em 0 0;
	color: #333333;
}

div#breadcrumb ul li:after {
	content: ">";
	margin: 0 0 0 0.5em;
}

div#breadcrumb ul li.current-crumb:after {
	display: none;
}

div#breadcrumb ul li a {
	color: #333333;
	text-decoration: none;
}

div#breadcrumb ul li.current-crumb a {
	pointer-events: none;
}

div#breadcrumb ul li.current-crumb a strong {
	font-weight: normal;
}



@media screen and (min-width: 767px) {
	div#breadcrumb ul li {
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#breadcrumb ul {
		width: 89.334%;
		margin: 0 auto;
	}
	div#breadcrumb ul li {
		font-size: 1.2rem;
	}
}





/* ▼planlist */
/* ----------------------------------------------------- */
div#planlist {
	padding-top: 0;
	background-color: #f4f4f4;
}

div#planlist div.wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

div#planlist div.plan {
	margin: 1rem 0;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

div#planlist div.plan div.headline {
	padding: 0.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#planlist div#kanpeki.plan div.headline {
	position: relative;
	background-color: #cc3e52;
}

div#planlist div#anshin.plan div.headline {
	background-color: #6cbc39;
}

div#planlist div#banzen.plan div.headline {
	background-color: #526388;
}

div#planlist div#join.plan div.headline {
	background-color: #ddaa43;
}

div#planlist div.plan div.headline h2 {
	color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#planlist div.plan div.headline ul {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#planlist div.plan div.headline ul li {
	list-style-type: none;
	margin: 0 0 0 0.5rem;
	padding: 0 0.5rem;
	font-weight: 700;
	background-color: #ffffff;
	border-radius: 0.1rem;
}

div#planlist div#kanpeki.plan div.headline::before {
	content: "";
}

div#planlist div#kanpeki.plan div.headline::after {
	content: "";
	position: absolute;
	background-image: url(../img/shintaku_plan_mark_kanpeki.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#planlist div.plan div.bodytext h3 {
	margin: 1rem 0;
	text-align: center;
}

div#planlist div#kanpeki.plan div.bodytext h3 {
	color: #cc3e52;
}

div#planlist div#anshin.plan div.bodytext h3 {
	color: #6cbc39;
}

div#planlist div#banzen.plan div.bodytext h3 {
	color: #526388;
}

div#planlist div.plan div.bodytext p {
	margin-bottom: 0.5rem;
}

div#planlist div.plan div.bodytext p strong {
	/* color: #ee3f48; */
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

div#planlist div.plan div.bodytext p a {
	display: block;
	margin: 0 auto;
}

div#comparison {
	background-image: url(../img/bg_beige.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#comparison div.sp_scroll {
	margin: 0;
}

div#comparison div.sp_scroll table {
	position: relative;
	width: 100%;
	margin: 0;
}

div#comparison div.sp_scroll table th {
	padding: 0.5rem;
	text-align: center;
	border: 1px solid #cbcbcb;
	background: #f3f3f3;
}

div#comparison div.sp_scroll table thead th[scope="row"] {
	background: #dcdcdc;
}

div#comparison div.sp_scroll table tbody th {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: left;
}

div#comparison div.sp_scroll table td {
	text-align: center;
	border: 1px solid #cbcbcb;
	background: #ffffff;
}

div#comparison div.sp_scroll table tr td:nth-child(2) {
	color: #ff7606;
}

div#comparison div.sp_scroll table tr td:nth-child(3) {
	color: #75cd3c;
}

div#comparison div.sp_scroll table tr td:nth-child(4) {
	color: #526388;
}

div#comparison div.sp_scroll table tr td:nth-child(5) {
	color: #f31637;
}

div#comparison div.sp_scroll table::after {
	content: "";
	position: absolute;
	top: -3.5rem;
	right: -2rem;
	width: 5.5rem;
	height: 5rem;
	background-image: url(../img/plan_recommend.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#comparison div.bodytext {
	margin: 3rem 0 0 0;
	padding: 0.1rem 0;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#comparison div.bodytext p {
	text-align: center;
}

div#comparison div.bodytext p:first-child {
	margin-bottom: 0;
}

div#comparison div.bodytext p.notice {
	margin-top: 0;
}

div#comparison div.bodytext p em {
	font-weight: 700;
}

div#comparison div.bodytext p strong {
	color: #f31637;
	text-decoration: underline;
}

div#comparison div.bodytext p b {
	background:linear-gradient(transparent 60%, #ffff00 60%);
}



@media screen and (min-width: 767px) {
	div#planlist div.wrap {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	div#planlist div.wrap::after {
		display: none;
	}
	div#planlist div.plan {
		width: 48.149%;
		padding: 1rem;
	}
	div#planlist div.plan div.headline h2 {
		font-size: 1.5rem;
	}
	div#planlist div.plan div.headline h2 img {
		height: 1.75rem;
		margin-right: 0.5rem;
	}
	div#planlist div.plan div.headline ul li {
		font-size: 0.8rem;
	}
	div#planlist div#kanpeki.plan div.headline::before {
		width: 3.5rem;
	}
	div#planlist div#kanpeki.plan div.headline::after {
		top: -1.25rem;
		left: -0.5rem;
		width: 4.5rem;
		height: 5.75rem;
	}
	div#planlist div.plan div.bodytext {
		padding: 0 0.5rem;
	}
	div#planlist div.plan div.bodytext h3 {
		font-size: 1.3rem;
	}
	div#planlist div.plan div.bodytext p {
		font-size: 1rem;
	}
	div#comparison div.wrap {
		width: 88.889%;
	}
	div#comparison div.sp_scroll table thead th {
		font-size: 1.2rem;
	}
	div#comparison div.sp_scroll table thead th[scope="col"] {
		width: 17.709%;
	}
	div#comparison div.bodytext p {
		font-size: 1.2rem;
	}
	div#comparison div.bodytext p.notice {
		font-size: 1rem;
	}
	div#comparison div.bodytext p em {
		font-size: 1.4rem;
	}
	div#comparison div.bodytext p strong {
		font-size: 2rem;
	}
}

@media screen and (max-width: 766px) {
	div#planlist div.wrap {
		flex-direction: column;
		justify-content: flex-start;
	}
	div#planlist div.plan {
		padding: 1.25rem;
	}
	div#planlist div.plan div.headline h2 {
		font-size: 1.8rem;
	}
	div#planlist div.plan div.headline h2 img {
		height: 2.5rem;
		margin-right: 0.5rem;
	}
	div#planlist div.plan div.headline ul li {
		font-size: 1.1rem;
	}
	div#planlist div#kanpeki.plan div.headline::before {
		width: 5rem;
	}
	div#planlist div#kanpeki.plan div.headline::after {
		top: -1.5rem;
		left: -0.25rem;
		width: 5.5rem;
		height: 6.5rem;
	}
	div#planlist div.plan div.bodytext {
		padding: 0 1.5rem;
	}
	div#planlist div.plan div.bodytext h3 {
		font-size: 1.8rem;
	}
	div#planlist div.plan div.bodytext p {
		font-size: 1.4rem;
	}
	div#comparison div.sp_scroll {
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	div#comparison p {
		font-size: 1.3rem;
		font-size: 1.5rem;
	}
	div#comparison p.sp {
		margin-bottom: 0.5rem;
	}
	div#comparison div.sp_scroll {
		margin-top: 0;
	}
	div#comparison div.sp_scroll table thead th[scope="col"],
	div#comparison div.sp_scroll table tbody td {
		width: 6em !important;
		font-size: 1.4rem;
		white-space: nowrap;
	}
	div#comparison div.sp_scroll table thead th[scope="col"] img {
		width: 2.5rem;
	}
	div#comparison div.sp_scroll table thead th[scope="row"],
	div#comparison div.sp_scroll table tbody th {
		position: sticky;
		top: 0;
		left: 0;
		font-size: 1.4rem;
		font-size: 1.6rem;
		white-space: nowrap;
		background: none;
		border-left: none;
		border-right: none;
	}
	div#comparison div.sp_scroll table thead th[scope="row"]::before,
	div#comparison div.sp_scroll table tbody th::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #cbcbcb;
		border-right: 1px solid #cbcbcb;
		background: #f3f3f3;
		z-index: -1;
	}
	div#comparison div.sp_scroll table thead th[scope="row"]::before {
		background: #dcdcdc;
	}
	div#comparison div.sp_scroll table::after {
		top: 0.5rem;
		right: -4.5rem;
	}
	div#comparison div.bodytext p {
		font-size: 1.4rem;
		font-size: 1.6rem;
	}
	div#comparison div.bodytext p.notice {
		font-size: 1.2rem;
		font-size: 1.4rem;
	}
	div#comparison div.bodytext p em {
		font-size: 1.4rem;
		font-size: 1.6rem;
	}
	div#comparison div.bodytext p strong {
		font-size: 2.2rem;
		font-size: 2.4rem;
	}
}





/* ▼maincontents */
/* ----------------------------------------------------- */
div#maincontents {
	padding-top: 0;
	background-color: #f4f4f4;
}

div#maincontents div#leadtext {
	position: relative;
	margin: 5rem auto 3rem auto;
	padding: 4.5rem 0 1rem 0;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

body#kanpeki-plan div#maincontents div#leadtext {
	padding-top: 8rem;
}

div#maincontents div#leadtext h2 {
	position: absolute;
	top: -2.5rem;
	left: 50%;
	width: 32.5rem;
	height: 6.5rem;
	transform: translate(-50%, 0);
}

body#kanpeki-plan div#maincontents div#leadtext h2 {
	height: 10rem;
}

div#maincontents div#leadtext p {
	margin: 0;
	text-align: center;
}

div#maincontents p#leadtext {
	text-align: center;
}

div#maincontents div#leadtext p strong,
div#maincontents p#leadtext strong {
	/* color: #ee3f48; */
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

div#maincontents div.support {
	border-top: 0.7rem solid #41678b;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

div#maincontents div.support + div.support {
	margin-top: 3rem;
}

div#maincontents div.support.slide {
	position: relative;
	overflow: hidden;
	transition: max-height 1s;
}

div#maincontents div.support.slide.open {
	max-height: 1000rem;
}

div#maincontents div.support.slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6.5rem;
	background-image: linear-gradient(0deg, #ffffff 30%, transparent);
}

div#maincontents div.support.slide.open::after {
	display: none;
}

div#maincontents div.support h2 {
	line-height: 1.5;
	text-align: center;
	color: #042451;
}

div#maincontents div.support h2 img {
	vertical-align: -5% !important;
}

div#maincontents div.support h2 i {
	font-style: normal;
}

div#maincontents div.support h3 {
	margin: 2.5rem 0 1rem 0;
	padding: 0.4rem 1rem 0.5rem 1rem;
	color: #ffffff;
	background-color: #3b4a63;
}

div#maincontents div.support h3 span {
	display: inline-block;
	margin: 0 0 0 2rem;
	padding: 0 0.5rem 0.1rem 0.5rem;
	font-weight: 400;
	color: #ffffff;
	background-color: #ee3f48;
	border-radius: 0.25rem;
}

div#maincontents div.support h4 {
	padding: 0.2rem 1rem 0.3rem 1rem;
	color: #ffffff;
	background-color: #41678b;
}

div#maincontents div.support span.toggle_btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	color: #ffffff;
	background-color: #042451;
	border-radius: 2em;
}

div#maincontents div.support span.toggle_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2230%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2020%22%3E%3Cpath%20d%3D%22M1%2C1h0C-.3%2C2.4-.3%2C4.6%2C1%2C5.9l12.9%2C13.6c.7.7%2C1.7.7%2C2.4%2C0l12.9-13.6c1.3-1.3%2C1.3-3.5%2C0-4.9h0c-1.3-1.4-3.3-1.4-4.6%2C0l-8.4%2C8.8c-.6.6-1.5.6-2%2C0L5.6%2C1C4.3-.3%2C2.3-.3%2C1%2C1Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0, -50%);
}

div#maincontents div.support.open span.toggle_btn::after,
div#maincontents div.support .open span.toggle_btn::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2230%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2020%22%3E%3Cpath%20d%3D%22M1%2C19h0c-1.3-1.4-1.3-3.6%2C0-4.9L13.8.5c.7-.7%2C1.7-.7%2C2.4%2C0l12.9%2C13.6c1.3%2C1.3%2C1.3%2C3.5%2C0%2C4.9h0c-1.3%2C1.4-3.3%2C1.4-4.6%2C0l-8.4-8.8c-.6-.6-1.5-.6-2%2C0l-8.4%2C8.8c-1.3%2C1.3-3.3%2C1.3-4.6%2C0Z%22%2F%3E%3C%2Fsvg%3E');
}


div#maincontents div.support p,
div#maincontents div.support ul,
div#maincontents div.support ol,
div#maincontents div.support dl,
div#maincontents div.support table {
	margin: 1rem 0;
}

div#maincontents div.support.slide h2 + p {
	color: #042451;
}

div#maincontents div.support ul li {
	list-style-type: none;
	padding: 0 0 0 1em;
}

div#maincontents div.support ul li::before {
	content: "・";
	margin: 0 0 0 -1em;
}

div#maincontents div.support ul li.note::before {
	content: "※";
}

div#maincontents div.support ol li {
	margin-left: 1.8rem;
}

div#maincontents div.support div.flexbox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

div#maincontents div.support div.indent {
	padding: 1rem;
	background-color: #f4f4f4;
}

div#maincontents div.support div.option {
	position: relative;
}

div#maincontents div.support div.option::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/support_option.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.1));
}

div#maincontents div.support p.limitless {
	text-align: center;
	/* color: #ee3f48; */
}

div#maincontents div.support p.limitless strong {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

div#maincontents div.support ul#interment {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

div#maincontents div.support ul#interment li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#maincontents div.support ul#interment li::before {
	display: none;
}

div#maincontents div.support ul#interment li strong {
	color: #3b4a63;
}

div#maincontents div.support ul#interment li figure {
	margin: 0;
}

div#maincontents div.support p#expert {
	margin: 2.5rem 0 0 0;
	padding-top: 5rem;
	font-weight: 700;
	text-align: center;
	color: #042451;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%233b4a63%22%20width%3D%22630%22%20height%3D%2260%22%20viewBox%3D%220%200%20630%2060%22%3E%3Cpolygon%20points%3D%22315%2060%20265%200%20365%200%20315%2060%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#maincontents div.support div#procedure {
	margin: 1.5rem 0;
}

div#maincontents div.support div#procedure table {
	margin: 0;
}

div#maincontents div.support div#procedure table th,
div#maincontents div.support div#procedure table td {
	padding: 0.2rem 0.5rem 0.3rem 0.5rem;
	border: 1px solid #cccccc;
}

div#maincontents div.support div#procedure table th {
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background-color: #41678b;
}

div#maincontents div.bodytext {
	margin: 1.5rem 0;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

div#maincontents div.bodytext p.cta_btn a {
	display: block;
	margin: 0 auto;
}

div#maincontents div.bodytext ul.border {
	border: 1px solid #cccccc;
	border-radius: 0.5rem;
}

div#maincontents div.bodytext ul li {
	list-style-type: none;
	padding: 0.5rem 0 0.5rem 1em;
	font-weight: 700;
	border-bottom: 1px solid #cccccc;
}

div#maincontents div.bodytext ul li::before {
	content: "・";
	margin: 0 0 0 -1em;
}

div#maincontents div.bodytext ul li:last-child {
	border-bottom: 0 none;
}

div#maincontents div.bodytext p#undertake {
	margin: 2.5rem 0 0 0;
	padding-top: 5rem;
	font-weight: 700;
	text-align: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%233b4a63%22%20width%3D%22630%22%20height%3D%2260%22%20viewBox%3D%220%200%20630%2060%22%3E%3Cpolygon%20points%3D%22315%2060%20265%200%20365%200%20315%2060%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#maincontents div.bodytext p#guarantee {
	padding: 0.3rem 0 0.4rem 0;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background-color: #3b4a63;
}

div#maincontents div.bodytext dl#supported,
div#maincontents div.bodytext dl#unsupported {
	overflow: hidden;
	padding-bottom: 1rem;
	background-color: #f4f4f4;
	border-radius: 0.5rem;
}

div#maincontents div.bodytext dl#supported dt {
	font-weight: 700;
	background-color: #f6dccd;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#maincontents div.bodytext dl#unsupported dt {
	font-weight: 700;
	background-color: #a7cbd8;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#maincontents div.bodytext dl#supported dt::before,
div#maincontents div.bodytext dl#unsupported dt::before {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#maincontents div.bodytext dl#supported dt::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ee3f48%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20d%3D%22M25%2C6c10.5%2C0%2C19%2C8.5%2C19%2C19s-8.5%2C19-19%2C19S6%2C35.5%2C6%2C25%2C14.5%2C6%2C25%2C6M25%2C0C11.2%2C0%2C0%2C11.2%2C0%2C25s11.2%2C25%2C25%2C25%2C25-11.2%2C25-25S38.8%2C0%2C25%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
}

div#maincontents div.bodytext dl#unsupported dt::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%2341678b%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpolygon%20points%3D%2250%205.1%2044.9%200%2025%2019.9%205.1%200%200%205.1%2019.9%2025%200%2044.9%205.1%2050%2025%2030.1%2044.9%2050%2050%2044.9%2030.1%2025%2050%205.1%22%2F%3E%3C%2Fsvg%3E');
}

div#maincontents div.bodytext dl#supported dd,
div#maincontents div.bodytext dl#unsupported dd {
	padding: 0 0 0 1em;
}

div#maincontents div.bodytext dl#supported dd::before,
div#maincontents div.bodytext dl#unsupported dd::before {
	content: "・";
	margin: 0 0 0 -1em;
}



@media screen and (min-width: 767px) {
	div#maincontents div.wrap {
		width: 88.889%;
	}
	div#maincontents div#leadtext {
		width: 81.25%;
	}
	div#maincontents div#leadtext p,
	div#maincontents p#leadtext {
		font-size: 1.2rem;
	}
	div#maincontents div.support {
		padding: 1rem 2rem;
	}
	div#maincontents div.support.slide {
		max-height: 21.75rem;
	}
	div#maincontents div.support h2 {
		font-size: 2.5rem;
	}
	div#maincontents div.support h2 img {
		height: 2.5rem;
	}
	div#maincontents div.support h2 i {
		font-size: 2rem;
	}
	div#maincontents div.support.slide h2 {
		font-size: 1.6rem ;
	}
	div#maincontents div.support.slide h2 span.toggle_btn {
		width: 6.25rem;
		margin-left: 1em;
		padding: 0.2rem 1rem 0.3rem 1rem;
		font-size: 1rem;
		font-weight: 400;
		vertical-align: 5%;
	}
	div#maincontents div.support.slide h2 span.toggle_btn::after {
		width: 1rem;
		height: 1rem;
	}
	div#maincontents div.support h3 {
		font-size: 1.2rem;
	}
	div#maincontents div.support h3 span {
		font-size: 1.1rem;
	}
	div#maincontents div.support h4 {
		font-size: 1.1rem;
	}
	div#maincontents div.support p,
	div#maincontents div.support ul,
	div#maincontents div.support ol,
	div#maincontents div.support dl,
	div#maincontents div.support table {
		margin-left: 0.5rem;
		margin-left: 0.5rem;
	}
	div#maincontents div.support p,
	div#maincontents div.support ul li,
	div#maincontents div.support ol li,
	div#maincontents div.support dl dt,
	div#maincontents div.support dl dd,
	div#maincontents div.support table th,
	div#maincontents div.support table td {
		font-size: 1.1rem;
	}
	div#maincontents div.support div.flexbox {
		flex-direction: row;
		justify-content: space-between;
	}
	div#maincontents div.support div.flexbox div.indent {
		width: 48.864%;
		margin: 0.75rem 0;
	}
	div#maincontents div.support div.option::after {
		width: 5rem;
		height: 5rem;
	}
	div#maincontents div.support p.limitless {
		font-size: 1.5rem;
	}
	div#maincontents div.support ul#interment li {
		width: 31.396%;
	}
	div#maincontents div.support p#expert {
		font-size: 1.3rem;
	}
	div#maincontents div.support div#procedure {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	div#maincontents div.support div#procedure table {
		width: calc( 100% / 3 );
		margin-left: 0;
		margin-right: 0;
	}
	div#maincontents div.support div#procedure table th,
	div#maincontents div.support div#procedure table td {
		font-size: 0.9rem;
	}
	div#maincontents div.bodytext {
		padding: 1rem 2rem;
	}
	div#maincontents div.bodytext p,
	div#maincontents div.bodytext ul li,
	div#maincontents div.bodytext ol li,
	div#maincontents div.bodytext dl dt,
	div#maincontents div.bodytext dl dd,
	div#maincontents div.bodytext table th,
	div#maincontents div.bodytext table td {
		font-size: 1.2rem;
	}
	div#maincontents div.bodytext p strong.marker {
		font-size: 1.5rem;
	}
	div#maincontents div.bodytext ul.border {
		padding: 2rem;
	}
	div#maincontents div.bodytext ul.border li {
		font-size: 1.2rem;
	}
	div#maincontents div.bodytext p#undertake {
		font-size: 2rem;
	}
	div#maincontents div.bodytext p#guarantee {
		font-size: 1.2rem;
	}
	div#maincontents div.bodytext dl#supported dt,
	div#maincontents div.bodytext dl#unsupported dt {
		margin-bottom: 1rem;
		padding: 1.5rem 2rem;
		font-size: 1.5rem;
	}
	div#maincontents div.bodytext dl#supported dd,
	div#maincontents div.bodytext dl#unsupported dd {
		margin: 0 2rem;
	}
}

@media screen and (max-width: 766px) {
	div#maincontents div#leadtext p,
	div#maincontents p#leadtext {
		font-size: 1.6rem;
	}
	div#maincontents div.support {
		padding: 1rem;
	}
	div#maincontents div.support.slide {
		max-height: 21.75rem;
	}
	div#maincontents div.support h2 {
		font-size: 3rem;
	}
	div#maincontents div.support h2 img {
		height: 3.5rem;
	}
	div#maincontents div.support h2 i {
		font-size: 2.2rem;
	}
	div#maincontents div.support.slide h2 {
		font-size: 2.4rem ;
	}
	div#maincontents div.support.slide h2 span.toggle_btn {
		width: 10rem;
		margin-top: 1em;
		padding: 0.2rem 1.5rem 0.3rem 1.5rem;
		font-size: 1.6rem;
		font-weight: 400;
		vertical-align: 5%;
	}
	div#maincontents div.support.slide h2 span.toggle_btn::after {
		width: 1.5rem;
		height: 1.5rem;
	}
	div#maincontents div.support h3 {
		font-size: 1.6rem;
	}
	div#maincontents div.support h3 span {
		float: right;
		margin-top: 0.15rem;
		font-size: 1.4rem;
	}
	div#maincontents div.support h3::after {
		content: "";
		clear: both;
	}
	div#maincontents div.support h4 {
		font-size: 1.4rem;
	}
	div#maincontents div.support p,
	div#maincontents div.support ul,
	div#maincontents div.support ol,
	div#maincontents div.support dl,
	div#maincontents div.support table {
		margin-left: 1rem;
		margin-left: 1rem;
	}
	div#maincontents div.support p,
	div#maincontents div.support ul li,
	div#maincontents div.support ol li,
	div#maincontents div.support dl dt,
	div#maincontents div.support dl dd,
	div#maincontents div.support table th,
	div#maincontents div.support table td {
		font-size: 1.4rem;
	}
	div#maincontents div.support div.flexbox {
		flex-direction: column;
		justify-content: flex-start;
	}
	div#maincontents div.support div.flexbox div.indent {
		margin: 1.5rem 0;
	}
	div#maincontents div.support div.option::after {
		width: 7.5rem;
		height: 7.5rem;
	}
	div#maincontents div.support.slide h2 + p {
		text-align: center;
	}
	div#maincontents div.support p.limitless {
		font-size: 1.6rem;
	}
	div#maincontents div.support ul#interment {
		margin-left: 0;
		margin-right: 0;
	}
	div#maincontents div.support ul#interment li {
		width: 47.620%;
	}
	div#maincontents div.support ul#interment li:last-child {
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
	}
	div#maincontents div.support p#expert {
		font-size: 1.8rem;
	}
	div#maincontents div.support div#procedure {
		position: relative;
		overflow: hidden;
		max-height: 25rem;
		transition: max-height 1s;
	}
	div#maincontents div.support div#procedure.open {
		max-height: 100rem;
		overflow: visible;
	}
	div#maincontents div.support div#procedure::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 6.5rem;
		background-image: linear-gradient(0deg, #ffffff 30%, transparent);
	}
	div#maincontents div.support div#procedure.open::after {
		display: none;
	}
	div#maincontents div.support div#procedure p.sp {
		margin: 0 0 1.5rem 0;
		text-align: center;
	}
	div#maincontents div.support div#procedure p.sp span.toggle_btn {
		width: 31.747%;
		margin: 0 auto;
		padding: 0.2rem 1.5rem 0.3rem 1.5rem;
		font-size: 1.6rem;
	}
	div#maincontents div.support div#procedure p.sp span.toggle_btn::after {
		width: 1.5rem;
		height: 1.5rem;
	}
	div#maincontents div.support div#procedure table {
		width: 100%;
	}
	div#maincontents div.support div#procedure table th,
	div#maincontents div.support div#procedure table td {
		font-size: 1.5rem;
	}
	div#maincontents div.support div#procedure table th {
		width: 4rem;
	}
	div#maincontents div.support div#procedure table + table tr:first-child th,
	div#maincontents div.support div#procedure table + table tr:first-child td {
		border-top: 0 none;
	}
	div#maincontents div.bodytext {
		padding: 1rem 2rem;
	}
	div#maincontents div.bodytext p,
	div#maincontents div.bodytext ul li,
	div#maincontents div.bodytext ol li,
	div#maincontents div.bodytext dl dt,
	div#maincontents div.bodytext dl dd,
	div#maincontents div.bodytext table th,
	div#maincontents div.bodytext table td {
		font-size: 1.4rem;
	}
	div#maincontents div.bodytext p strong.marker {
		font-size: 1.8rem;
	}
	div#maincontents div.bodytext p.cta_btn a {
		width: 79.366%;
	}
	div#maincontents div.bodytext ul.border {
		padding: 1rem;
	}
	div#maincontents div.bodytext ul.border li {
		font-size: 1.6rem;
	}
	div#maincontents div.bodytext p#undertake {
		font-size: 2.4rem;
	}
	div#maincontents div.bodytext p#guarantee {
		font-size: 1.6rem;
	}
	div#maincontents div.bodytext dl#supported dt,
	div#maincontents div.bodytext dl#unsupported dt {
		margin-bottom: 1rem;
		padding: 1rem;
		font-size: 1.6rem;
	}
	div#maincontents div.bodytext dl#supported dd,
	div#maincontents div.bodytext dl#unsupported dd {
		margin: 0 1rem;
	}
}





/* ▼price */
/* ----------------------------------------------------- */
div#price {
	background-color: #e2d8d3;
	background-image: url(../img/bg_lightbeige.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#price div.container {
	padding-top: 2.5rem;
}

div#price div.bodytext {
	position: relative;
	padding: 0 0 1px 0;
	text-align: center;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

div#price div.bodytext h2 {
	position: relative;
	top: -2.5rem;
	margin-bottom: -2.5rem;
}

div#price div.bodytext h2 span {
	position: relative;
	display: inline-block;
	padding: 0.5rem 2.5rem 0.7rem 2.5rem;
	font-size: 2.5rem;
	color: #ffffff;
	background-color: #3b4a63;
	border-radius: 0.5rem;
}

div#price div.bodytext h2 span::after {
	content: "";
	position: absolute;
	bottom: -1.45rem;
	left: 50%;
	width: 2rem;
	height: 1.5rem;
	background-color: #3b4a63;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#price div.bodytext h2 span i {
	font-size: 2.1rem;
	font-style: normal;
}

div#price div.bodytext p {
	font-weight: 700;
}

div#price div.bodytext p em.red.underline {
	color: #f31637;
}

div#price div.bodytext p.amount i {
	font-style: normal;
}

div#price div.bodytext p.notice {
	margin-top: 1em;
	font-weight: 400;
}

div#price div.bodytext p.amount + p {
	margin-bottom: 0;
}



@media screen and (min-width: 767px) {
	div#price div.wrap {
		width: 88.889%;
	}
	div#price div.bodytext p {
		font-size: 1.4rem;
	}
	div#price div.bodytext p em {
		font-size: 1.8rem;
	}
	div#price div.bodytext p.amount {
		font-size: 1.5rem;
	}
	div#price div.bodytext p.amount i {
		border-bottom: 0.2rem solid #ed7480;
	}
	div#price div.bodytext p.amount strong {
		font-size: 2rem;
	}
	div#price div.bodytext p.notice {
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#price div.bodytext p {
		font-size: 1.4rem;
	}
	div#price div.bodytext p em {
		font-size: 2.2rem;
	}
	div#price div.bodytext p.amount {
		font-size: 2rem;
	}
	div#price div.bodytext p.amount span {
		border-bottom: 0.4rem solid #ed7480;
	}
	div#price div.bodytext p.amount strong {
		font-size: 2.4rem;
	}
	div#price div.bodytext p.notice {
		font-size: 1.2rem;
	}
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	background-repeat: no-repeat, repeat-y;
	background-position: center top;
}

div#voice h2 {
	font-size: 2.5rem;
	text-align: center;
	color: #042451;
}

div#voice div.voice {
	overflow: hidden;
	margin: 3rem 0 0 0;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#voice div.voice div.profile {
	background: #ececec;
}

div#voice div.voice div.profile div.data {
	order: 2;
}

div#voice div.voice div.profile div.data ul {
	margin: 1.5rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#voice div.voice div.profile div.data ul li {
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0 1em;
	border-radius: 3em;
}

div#voice div.voice div.profile div.data ul li:first-child {
	background: #f6dccd;
}

div#voice div.voice div.profile div.data ul li:last-child {
	background: #a7cbd8;
}

div#voice div.voice div.profile figure {
	order: 1;
	margin: 0;
	text-align: center;
}

div#voice div.voice div.profile figure figcaption {
	font-weight: 700;
}

div#voice div.voice div.bodytext p strong {
	color: #f31637;
}



@media screen and (min-width: 767px) {
	div#voice {
		background-image: url(../img/voice_pc.jpg),
						  url(../img/bg_beige.jpg);
	}
	div#voice div.wrap {
		width: 88.889%;
	}
	div#voice h2 {
		margin: 0 0 3rem 0;
	}
	div#voice div.voice div.profile {
		padding: 1rem 2rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div#voice div.voice div.profile div.data {
		width: 79.070%;
	}
	div#voice div.voice div.profile div.data h3 {
		font-size: 1.3rem;
	}
	div#voice div.voice div.profile div.data ul li {
		font-size: 1rem;
	}
	div#voice div.voice div.profile div.data ul li:last-child {
		margin: 0;
	}
	div#voice div.voice div.profile figure {
		width: 17.442%;
	}
	div#voice div.voice div.profile figure figcaption {
		font-size: 1.1rem;
	}
	div#voice div.voice div.bodytext {
		padding: 1px 2.5rem;
	}
	div#voice div.voice div.bodytext p {
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#voice {
		padding-top: 7.5rem;
		background-image: url(../img/voice_sp.jpg),
						  url(../img/bg_beige.jpg);
		background-size: 100% auto;
	}
	div#voice h2 {
		margin: 0 0 5.5rem 0;
	}
	div#voice div.voice div.profile {
		padding: 2rem 0.75rem 1rem 0.75rem;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	div#voice div.voice div.profile div.data {
		width: 100%;
	}
	div#voice div.voice div.profile div.data h3 {
		margin: 0 1.25rem;
		font-size: 1.6rem;
		font-size: 1.8rem;
	}
	div#voice div.voice div.profile div.data ul {
		justify-content: space-between;
		justify-content: center;
	}
	div#voice div.voice div.profile div.data ul li {
		margin: 0;
		margin: 0 0.5rem;
		font-size: 1.2rem;
	}
	div#voice div.voice div.profile figure {
		width: 31.25%;
		margin: 0 auto 1rem auto;
	}
	div#voice div.voice div.profile figure figcaption {
		font-size: 1.5rem;
	}
	div#voice div.voice div.bodytext {
		padding: 1px 2rem;
	}
	div#voice div.voice div.bodytext p {
		font-size: 1.4rem;
		font-size: 1.6rem;
	}
}





/* ▼cta */
/* ----------------------------------------------------- */
div#cta {
	background-color: #41678b;
	background-image: url(../img/bg_navy.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#cta ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

div#cta ul li {
	list-style-type: none;
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#cta div.wrap {
		width: 96.297%;
	}
	div#cta ul {
		flex-direction: row;
		justify-content: space-between;
	}
	div#cta ul li {
		width: 48.077%;
	}
	div#cta ul li:last-child {
		width: 57.693%;
		margin: 2rem auto 0 auto;
	}
}

@media screen and (max-width: 766px) {
	div#cta div.wrap {
		width: 66.667%;
	}
	div#cta ul {
		flex-direction: column;
		justify-content: flex-start;
	}
	div#cta ul li {
		margin: 0 0 2rem 0;
	}
	div#cta ul li:last-child {
		margin: 0;
	}
}





/* ▼flow */
/* ----------------------------------------------------- */
div#flow {
	background-color: #f3e8d3;
	background-image: url(../img/bg_beige.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#flow h2 {
	text-align: center;
	color: #042451;
}

div#flow div.flow {
	position: relative;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#flow div.flow::before {
	content: "";
	position: absolute;
	left: 50%;
	background: #4d4d4d;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#flow div#step_01.flow {
	margin-top: 3rem;
}

div#flow div#step_01.flow::before {
	display: none;
}

div#flow div.flow p strong {
	color: #ee3f48;
}

div#flow div.flow p.btn a {
	display: inline-block;
	padding: 1rem 1.5rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff773b;
	border-radius: 2em;
}

div#flow div.flow figure {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#flow div.wrap {
		width: 88.889%;
	}
	div#flow h2 {
		font-size: 2.5rem;
	}
	div#flow div.flow {
		margin: 2.5rem 0 0 0;
		display: grid;
		grid-template-columns: 26.042% 65.625%;
		grid-template-rows: 3em 1fr;
		grid-column-gap: 2rem;
		grid-row-gap: 0px;
	}
	div#flow div.flow::before {
		top: -2rem;
		width: 2rem;
		height: 1.5rem;
	}
	div#flow div.flow h3 {
		padding: 1em 0 0 0;
		font-size: 1.3rem;
		grid-area: 1 / 2 / 2 / 3;
	}
	div#flow div.flow p {
		font-size: 1rem;
		grid-area: 2 / 2 / 3 / 3;
	}
	div#flow div.flow p.btn a {
		font-size: 1.2rem;
	}
	div#flow div.flow figure {
		overflow: hidden;
		border-radius: 0.5rem 0 0 0.5rem;
		grid-area: 1 / 1 / 3 / 2;
	}
}

@media screen and (max-width: 766px) {
	div#flow h2 {
		font-size: 2.5rem;
	}
	div#flow div.flow {
		margin: 5rem 0 0 0;
		display: grid;
		grid-template-columns: 37.314% 50.747%;
		/* grid-template-columns: 37.314% 62.686%; */
		grid-template-rows: 12.5rem 1fr;
		grid-column-gap: 2rem;
		grid-row-gap: 0px;
	}
	div#flow div.flow::before {
		top: -3.5rem;
		width: 2.5rem;
		height: 1.875rem;
	}
	div#flow div.flow h3 {
		font-size: 1.8rem;
		grid-area: 1 / 2 / 2 / 3;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	div#flow div.flow p {
		margin-left: 2rem;
		margin-right: 0;
		font-size: 1.4rem;
		grid-area: 2 / 1 / 3 / 3;
	}
	div#flow div.flow p.btn a {
		font-size: 1.5rem;
	}
	div#flow div.flow figure {
		overflow: hidden;
		border-radius: 0.5rem 0 0 0;
		grid-area: 1 / 1 / 2 / 2;
	}
}






/* ▼ */
/* ----------------------------------------------------- */
div# {
	
}



@media screen and (min-width: 767px) {
	div# {
		
	}
}

@media screen and (max-width: 766px) {
	div# {
		
	}
}





/* ▼contact */
/* ----------------------------------------------------- */
div.contact {
	
}



@media screen and (min-width: 767px) {
	div.contact {
		
	}
}

@media screen and (max-width: 766px) {
	div.contact {
		
	}
}
