/*-----------------------------------------------------------------------------------------

1001 TYPO-DEFAULT & PARTS
1002 TYPO
1003 TABLE


1100 page_1
------ 個人情報の取り扱いについて
------ 会社概要
------ 勧誘方針
------ お客様本位の業務運営方針


1200 page_2
------ 命保険が初めての方
------ 採用情報
------------------------ 無料相談


1300 page_3
------ よくある質問
------ お問い合わせ
------ 採用情報


2001 フォーム関係





----------------------------------------------------------------------------------------- */

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

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

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

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

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

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








/*-----------------------------------------------------------------------------------------
1001 TYPO-DEFAULT & PARTS
----------------------------------------------------------------------------------------- */
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	font-size: 1.0rem;
	line-height: 1.3;
}


article p,
article li,
article th,
article td,
article dt,
article dd {
	font-size: 1.6rem;
	line-height: 1.8;
}

article p {
	margin: 1.5em 0;
}


article p.signature {
	margin: 1.25em 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: right;
	font-weight: 600;
}

span.text-left {
	text-align: left !important;
}

span.text-right {
	text-align: right !important;
}

span.underline {
	text-decoration: underline;
}


article blockquote {
	background: #f9f9f9;
	padding: 3.5rem 5rem;
	margin: 1.5rem 0;
	width: auto;
	display: inline-block;
	border: 2px solid #eee;
	line-height: 1.6;
	width: 100%;
}




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

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

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

	article blockquote {
		padding: 2rem;

	}

}

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

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

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












article .btn-more {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 3vw 0;

}

article .btn-more a {
	display: block;
	background: #009ADD;
	width: Auto;
	color: White;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.9em 2.5em;
	border-radius: 3.6rem;
}




.grade {
	background: -webkit-linear-gradient(left, #2F4956, #77848d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #333333;
	font-weight: normal;
}





.marker {
	background: linear-gradient(transparent 70%, #fff799 0%);
	color: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}









/*-----------------------------------------------------------------------------------------
1002 TYPO
----------------------------------------------------------------------------------------- */
article h1 {
	position: relative;
	outline: 4px solid #222;
	outline-offset: 4px;
	background:
		linear-gradient(-45deg, transparent 0 20px, #f5f5f5 20px calc(100% - 20px), transparent calc(100% - 20px)),
		repeating-linear-gradient(-45deg, #222 0 2px, #f5f5f5 2px 6px);
	color: #222;
	font-size: 4.0rem;
	text-align: left;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	padding: 2rem 2rem;
	margin: 2em 0 0.5em;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
}

article h1 small {
	display: block;
	font-size: 0.5em;
	letter-spacing: 0.1em;
	font-weight: inherit
}

article h2 {
	position: relative;
	font-size: 2.7rem;
	line-height: 1.3;
	padding: 0.5em 0.1em;
	margin: 2em 0 0.5em 0;
	letter-spacing: 0.05em;
	font-weight: 600;
	border-bottom: 2px dashed #666;
	background: #fff;
}

article h3 {
	position: relative;
	font-size: 2.1rem;
	font-weight: 600;
	margin: 2em 0 0 0;
	padding: 0;
	line-height: 1.3;
	color: #3a6190;
}


article h5 {
	font-size: 2.0rem;
	border-bottom: 1px solid #222;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-weight: 600;
	letter-spacing: 0.3em;
}

article h6 {
	font-size: 1.2rem;
	padding: 0;
	margin: 1em 0;
	opacity: 0.6;
}




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

@media screen and (max-width: 1024px) {
	article.page_3 h1 span {
		display: block;
		font-size: 0.7em;
	}

}

@media screen and (max-width: 768px) {
	article h1 br {
		display: none;
	}
}

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

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

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









/*-----------------------------------------------------------------------------------------
1003 TABLE
----------------------------------------------------------------------------------------- */
article table {
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

article .frame-table table {
	width: 100%;
	min-width: 768px;
}

article table th,
article table td {
	padding: 1em;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}


article table th {
	background: #f9f9f9;
	font-weight: 600;
}

article .frame-table {
	overflow-x: auto;
	padding: 0;
	margin: 0;
}







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

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

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

	article .frame-table {
		border: 8px solid #f0efec;
	}
}

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

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

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










/*-----------------------------------------------------------------------------------------
1100 page_1
------ 個人情報の取り扱いについて
------ 会社概要
------ 勧誘方針
------ お客様本位の業務運営方針

----------------------------------------------------------------------------------------- */
article.page_1 .container {
	max-width: 960px;
}

article.page_1 h5 {
	margin-top:2em;
}

article.page_1 dl {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 30px
}

article.page_1 dl dt,
article.page_1 dl dd {
	border: 1px solid #ddd;
	padding: 1em;
	margin: 0;
	background: rgba(255, 255, 255, 0.5);
}

article.page_1 dl dt {
	margin-bottom: 0.5em;
}


article.page_1 dl b {
	font-size: 1.2em;
}


article.page_1 p {
	margin-left: 1em;
	text-indent: -1em;
}

article.page_1 p {
	margin-left: 1em;
	text-indent: -1em;
}

article.page_1 p:before {
	content: '■';
}

article.page_1 p.lead {
	font-size: 1.8rem;
	margin-left: 0;
	text-indent: 0;
	line-height: 1.7;
	font-weight: 600;
}

article.page_1 p.lead:before {
	display: none;
}


article.page_1 p.signature:before,
article.page_1 blockquote p:before {
	display: none;
}

article.page_1 blockquote p {
	margin-left: 0;
	text-indent: 0
}


article.page_1 ul li {
	list-style: disc;
	margin-left: 1.75em;
	margin-bottom: 0.7em;
}

article.page_1 ol li {
	list-style: decimal;
	margin-left: 1.75em;
	margin-bottom: 0.7em;
}


article.page_1 table th,
article.page_1 table td {
	border: none;
	border-top: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

article.page_1 table th {
	width: 14em;
	background: transparent;
}


article.page_1 .frame-map {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}

article.page_1 .frame-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



article.page_1.poricy h2 {
	color: #3a6190;
	border-top: 1px solid #ddd;
	border-bottom: none;
	letter-spacing: 0.01em;
	padding: 1.5em 0 0 0;
	margin: 1.5em 0 0 0;
	font-size: 2.1rem;
}

article.page_1.poricy h2:before {
	content: '■'
}

article.page_1.poricy p {
	margin-top: 0.5em;
	margin-left: 0;
	text-indent: 0;
}

article.page_1.poricy p:before {
	display: none;
}

article.page_1.about table {
	margin: 3vw 0;
}

article.page_1.about table th {
	background: #f9f9f9;
	text-align: center;
	width: 33.33333%;
}

article.page_1.about table th,
article.page_1.about table td {
	padding: 1.5em;
}



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

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

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

	article.page_1 table th,
	article.page_1 table td,
	article.page_1.about table th,
	article.page_1.about table td {
		border: none;
		border-top: 1px solid #ddd;
		text-align: left;
		vertical-align: top;
		display: block;
		width: 100%;
	}

	article.page_1 table th,
	article.page_1.about table th {
		background: #f3f3f3;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		border-top: 4px solid #ddd
	}

	article.page_1 table td.pc,
	article.page_1.about table td.pc {
		display: none;
	}

	article.page_1 table td,
	article.page_1.about table td {
		padding-bottom: 2em;
		border-top: none;

	}

	article.page_1.about table th {
		background: #f3f3f3;
		text-align: left;
	}


	article.page_1 .frame-map {
		padding-bottom: 100%;
	}


}

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

@media screen and (max-width: 420px) {
	article.page_1 .frame-map {
		padding-bottom: 150%;
	}
}

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









/*-----------------------------------------------------------------------------------------
1200 page_2
------ 命保険が初めての方
------------------------ 無料相談
----------------------------------------------------------------------------------------- */


article.page_2.intro h1 {
	outline: 4px solid #0f5492;
	background:
		linear-gradient(-45deg, transparent 0 20px, #f5f5f5 20px calc(100% - 20px), transparent calc(100% - 20px)),
		repeating-linear-gradient(-45deg, #0f5492 0 2px, #f5f5f5 2px 6px);
	color: #0f5492;
}

article.page_2.intro .review h1 {
	outline: 4px solid #9F433C;
	background:
		linear-gradient(-45deg, transparent 0 20px, #f5f5f5 20px calc(100% - 20px), transparent calc(100% - 20px)),
		repeating-linear-gradient(-45deg, #9F433C 0 2px, #f5f5f5 2px 6px);
	color: #9F433C;
}





article.page_2 h5 {
	font-size: 2.7rem;
}

article.page_2 .gallery4 li {
	width: 25%;
	padding: 10px;
	margin: 0;
}

article.page_2 .gallery4 li dl {
	width: 100%;
	height: 100%;
	border: 1px solid #50ACFF;
	padding: 10px;
	margin: 0;
	border-radius: 1px;
	background: rgba(80, 172, 255, 0.1)
}

article.page_2 .gallery4 dt {
	width: 100%;
	padding: 15%;
	margin: 0;
	text-align: center;
	background: #50ACFF;
}


article.page_2 .gallery4 li:nth-child(2) dl {
	border-color: #2980ce;
	background: rgba(41, 128, 206, 0.1);
}

article.page_2 .gallery4 li:nth-child(3) dl {
	border-color: #1a66aa;
	background: rgba(26, 102, 170, 0.1);
}

article.page_2 .gallery4 li:nth-child(4) dl {
	border-color: #0f5492;
	background: rgba(15, 84, 146, 0.1);
}


article.page_2 .gallery4 li:nth-child(2) dt {
	background: #2980ce;
}

article.page_2 .gallery4 li:nth-child(3) dt {
	background: #1a66aa;
}

article.page_2 .gallery4 li:nth-child(4) dt {
	background: #0f5492;
}

article.page_2 .gallery4 dd {
	width: 100%;
	padding: 10px;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

article.page_2 .gallery4 dd b {
	display: block;
	color: #50ACFF;
	font-size: 1.2em;
	font-weight: 600;
}

article.page_2 .gallery4 li:nth-child(2) dd b {
	color: #2980ce;
}

article.page_2 .gallery4 li:nth-child(3) dd b {
	color: #1a66aa;
}

article.page_2 .gallery4 li:nth-child(4) dd b {
	color: #0f5492;
}


article.page_2 .gallery4 dd b:before {
	content: '■';
	margin-right: 0.25em;
}

article.page_2 i {
	color: #9F433C;
	margin-right: 0.25em;
}

article.page_2 ol {
	padding: 0;
	margin: 0;
	display: block;
}

article.page_2 ol li {
	width: auto;
	border: none;
	font-size: 1.6rem;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.75em;
}

article.page_2 ul.check {
	margin: 15px 0;
}

article.page_2 ul.check li {
	font-size: 2.1rem;
}

article.page_2 ol.point {
	border: 0px solid red;
	padding: 0;
	margin: 0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

article.page_2 ol.point li {
	border: 1px solid #9F433C;
	padding: 0;
	margin: 0.6% 0;
	width: 49.4%;
	height: 80px;
	list-style: none;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1px;
	background: white;
	line-height: 1.1
}

article.page_2 ol.point li span {
	display: block;
	width: 80px;
	height: 100%;
	text-align: center;
	background: #9F433C;
	color: white;
	font-size: 1em;
	padding: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 40px;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
}

article.page_2 ol.point li small {
	font-size: 1em;
	display: block;
	width: calc(100% - 80px);
	height: 100%;
	text-align: left;
	background: rgba(159, 67, 60, 0.6);
	color: white;
	padding: 0.5em 1em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.8rem;
	line-height: 1.4;
	;
}

article.page_2 ul.risk {
	border: 0px solid red;
	padding: 0;
	margin: 0;
}

article.page_2 ul.risk li {
	border: 2px solid #50ACFF;
	padding: 2px;
	margin: 15px 0;
	display: block;
}

article.page_2 ul.risk li:nth-child(2) {
	border-color: #2980ce;
}

article.page_2 ul.risk li:nth-child(3) {
	border-color: #1a66aa;
}

article.page_2 ul.risk li:nth-child(4) {
	border-color: #0f5492;
}

article.page_2 ul.risk li a {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: #50ACFF;
	padding: 0 45px 0 0;
}

article.page_2 ul.risk li:nth-child(2) a {
	background: #2980ce;
}

article.page_2 ul.risk li:nth-child(3) a {
	background: #1a66aa;
}

article.page_2 ul.risk li:nth-child(4) a {
	background: #0f5492;
}

article.page_2 ul.risk li a .crop {
	width: 20%;
	padding: 45px;
	padding: 4vw;
}

article.page_2 ul.risk li a dl {
	width: 80%;
}

article.page_2 ul.risk li a dl dt {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: 600;
	color: White;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 2px solid white;
}

article.page_2 ul.risk li a dl dd {
	font-size: 1.8rem;
	font-weight: 400;
	color: White;
	padding: 10px 0 0 0;
	margin: 0;
	line-height: 1.4;
}

article.page_2 dl.partner {
	border: 0px solid red;
	padding: 0;
	margin: 0;
}

article.page_2 dl.partner dt {
	width: 30%;
	padding: 0;
}

article.page_2 dl.partner dd {
	width: 70%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 0 60px
}

article.page_2 dl.partner dd h2 {
	margin-top: 0;
	width: 100%;
	font-size: 3.2rem;
}

article.page_2 dl.partner dd p {
	margin-top: 0;
}



article.page_2.intro .btn-more a {
	width: 15em;
	text-align: center;
	margin: 0.25em;
}

article.page_2.intro .btn-more a:nth-child(2) {
	background: #0f5492;
}


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

@media screen and (max-width: 1024px) {
	article.page_2 .gallery4 li {
		width: 50%;
		padding: 5px;
	}

	article.page_2 .gallery4 li:nth-child(odd) {
		padding-left: 0;
	}

	article.page_2 .gallery4 li:nth-child(even) {
		padding-right: 0;
	}



	article.page_2 .gallery4 dd {
		font-size: 2.2vw;
	}

	article.page_2 ol.point li {
		width: 100%;
	}

	article.page_2 ul.risk li {
		margin: 10px 0;
	}

	article.page_2 ul.risk li a {
		padding: 0;
	}


	article.page_2 ul.risk li a .crop {
		width: 25%;
		padding: 3vw;
	}

	article.page_2 ul.risk li a dl {
		width: 75%;
		padding: 3vw;
	}

	article.page_2 ul.risk li a dl dt {
		font-size: 3vw;
	}

	article.page_2 ul.risk li a dl dd {
		font-size: 2.4vw;
	}

	article.page_2 dl.partner dt {
		width: 100%;
	}

	article.page_2 dl.partner dd {
		width: 100%;
		padding: 0
	}


}

@media screen and (max-width: 768px) {
	article.page_2 h5 br {
		display: none;
	}


}

@media screen and (max-width: 520px) {
	article.page_2 .gallery4 li dl {
		padding: 5px;
	}
}

@media screen and (max-width: 420px) {
	article.page_2 .gallery4 dd {
		font-size: 3vw;
	}

	article.page_2 ul.risk li a dl dt {
		font-size: 3.6vw;
	}

	article.page_2 ul.risk li a dl dd {
		font-size: 3.0vw;
	}
}

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









/*-----------------------------------------------------------------------------------------
1300 page_3
------ よくある質問
------ お問い合わせ
------ 採用情報
----------------------------------------------------------------------------------------- */
article.page_3 .container {
	max-width: 960px;
}

article.page_3.contact .contact_mail h1 {
	outline: 4px solid #3c819f;
	background:
		linear-gradient(-45deg, transparent 0 20px, #ebf3f6 20px calc(100% - 20px), transparent calc(100% - 20px)),
		repeating-linear-gradient(-45deg, #3c819f 0 2px, #ebf3f6 2px 6px);
	color: #3c819f;
}


article.page_3 h4 {
	font-size: 2.0rem;
	color: #222;
	line-height: 1.4;
	font-weight: 600;
	padding: 0;
	margin: 2em 0;
}

article.page_3 h6 {
	font-size: 2.0rem;
	color: #222;
	line-height: 1.6;
	font-weight: 600;
	padding: 0;
	margin: 0.5em 0;
	opacity: 1;
}

article.page_3 h6 figure {
	padding: 0;
	margin: 5px 0;
}

article.page_3 .contact_tel blockquote,
article.page_2 .contact_tel blockquote {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

article.page_3 .contact_tel ul.flexbox,
article.page_2 .contact_tel ul.flexbox {
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}

article.page_3 .contact_tel ul.flexbox li,
article.page_2 .contact_tel ul.flexbox li {
	padding: 0;
	margin: 0;
	width: 45%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

article.page_3 .contact_tel ul.flexbox li:nth-child(2),
article.page_2 .contact_tel ul.flexbox li:nth-child(2) {
	width: 55%;
}

article.page_3 dl.free-dial,
article.page_2 dl.free-dial {
	padding: 1.5rem 0 1.5rem 3.0rem;
}

article.page_3 dl.free-dial dt,
article.page_2 dl.free-dial dt {
	width: 120px;
	padding: 0;
	margin: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: none;
}

article.page_3 dl.free-dial dd,
article.page_2 dl.free-dial dd {
	width: calc(100% - 120px);
	padding: 0 0 0 0.25em;
	margin: -0.07em 0 0 0;
	font-size: 6.0rem;
	color: #333
}

article.page_3 dl.free-dial dd small,
article.page_2 dl.free-dial dd small {
	font-size: 0.275em;
	margin-top: 0.2em;
}

article.page_3 dl.free-dial img,
article.page_2 dl.free-dial img {}

article.page_3.thanks .contact_tel ul.flexbox,
article.page_2.thanks .contact_tel ul.flexbox {
	border: none;
}

article.page_3.thanks .contact_tel ul.flexbox li,
article.page_3.thanks .contact_tel ul.flexbox li:nth-child(2),
article.page_2.thanks .contact_tel ul.flexbox li,
article.page_2.thanks .contact_tel ul.flexbox li:nth-child(2) {
	width: 50%;
}

article.page_3.thanks dl.free-dial,
article.page_2.thanks dl.free-dial {
	padding: 0;
}

article.page_3.thanks h4 {
	font-size: 3.6rem;
	margin: 1em 0;
}




article.page_3 dl.card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 60px 0;
}

article.page_3 dl.card dt {
	border: 1px solid #589EAF;
	color: white;
	background: #589EAF;
	width: 40%;
	font-size: 2.7rem;
	padding: 0.5rem 3.0rem;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 0 15px 0 0;
	font-weight: 600;
}

article.page_3 dl.card dd {
	border: 6px solid #589EAF;
	width: 100%;
	padding: 0;
	font-size: 3.0rem;
	line-height: 1.6;
	background: white;
}

article.page_3 dl.card dd b {
	font-size: 1.2em;
}

article.page_3 dl.card dd a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/index/face-03.jpg) center right no-repeat;
	background-size: contain;
	padding: 4.0rem 18rem 4.0rem 4.0rem;
	color: #589EAF;
}










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

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

@media screen and (max-width: 768px) {
	article.page_3.contact h1 {
		font-size: 4.5vw;
	}


	article.page_3 .contact_tel blockquote,
	article.page_2 .contact_tel blockquote {
		padding: 15px;
		border-bottom: 1px solid black;
	}


	article.page_3 .contact_tel ul.flexbox,
	article.page_2 .contact_tel ul.flexbox {
		border-bottom: none;
		padding-bottom: 15px;
	}

	article.page_3 .contact_tel ul.flexbox li,
	article.page_2 .contact_tel ul.flexbox li {
		width: 100%;
	}

	article.page_3 .contact_tel ul.flexbox li:nth-child(2),
	article.page_2 .contact_tel ul.flexbox li:nth-child(2) {
		width: 100%;
	}

	article.page_3 dl.free-dial,
	article.page_2 dl.free-dial {
		padding: 0;
	}

	article.page_3.thanks .contact_tel ul.flexbox,
	article.page_2.thanks .contact_tel ul.flexbox {
		border: none;
	}

	article.page_3.thanks .contact_tel ul.flexbox li,
	article.page_3.thanks .contact_tel ul.flexbox li:nth-child(2),
	article.page_2.thanks .contact_tel ul.flexbox li,
	article.page_2.thanks .contact_tel ul.flexbox li:nth-child(2) {
		width: 100%;
	}

	article.page_3.thanks h4 {
		font-size: 2.1rem;
		margin: 1em 0;
	}

	article.page_3 dl.card dt {
		width: 100%;
		font-size: 4rem;
		padding: 0.5rem 3.0rem;
		border-radius: 15px 15px 0 0;
	}

	article.page_3 dl.card dd a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/index/face-03.jpg) center bottom no-repeat;
		background-size: 35vw;
		padding: 3.0rem 3.0rem 35vw 3.0rem;
		font-size: 3.5vw;
		text-align: center;
	}
}

@media screen and (max-width: 520px) {
	article.page_3 h4 {
		font-size: 4vw;
	}

	article.page_3 h6 {
		font-size: 3.5vw
	}

	article.page_3 dl.free-dial dt,
	article.page_2 dl.free-dial dt {
		width: 25%;
	}

	article.page_3 dl.free-dial dd,
	article.page_2 dl.free-dial dd {
		width: 75%;
		font-size: 10vw;
	}

	article.page_3.thanks h4 {
		font-size: 3.6vw;
	}

	article.page_3 dl.card dd a {
		font-size: 2.5rem;
		text-align: left;
	}

	article.page_3 dl.card dd a br {
		display: none;
	}

}

@media screen and (max-width: 420px) {
	article.page_3.thanks h4 {
		font-size: 5vw;
	}
}

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










article.page_3.faq .first h1 {
	outline: 4px solid #9F433C;
	background:
		linear-gradient(-45deg, transparent 0 20px, #f4edec 20px calc(100% - 20px), transparent calc(100% - 20px)),
		repeating-linear-gradient(-45deg, #f4edec 0 2px, #e6cfcd 2px 6px);
	color: #9F433C;
}


article.page_3.faq .second h1 {
	outline: 4px solid #3c819f;
	background:
		linear-gradient(-45deg, transparent 0 20px, #ebf3f6 20px calc(100% - 20px), transparent calc(100% - 20px)),
		repeating-linear-gradient(-45deg, #3c819f 0 2px, #ebf3f6 2px 6px);
	color: #3c819f;
}





.accordion2 ul.accordion-container {
	border: 0px solid black;
	width: 100%;
	padding: 0;
	margin: 0;
}

.accordion2 ul.accordion-container li {
	border-bottom: 0px solid black;
	padding: 0.4em 0.5em 1em 0.5em;
	margin: 0 0 4em 0;
	font-size: 1.8rem;
	line-height: 1.6;
	list-style: none;
	border-bottom: 2px dashed black;
}

.accordion2 ul.accordion-container li::before {}

.accordion2 ul.accordion-container li.title {
	border: 1px solid #999;
	padding: 0.75em 2em 0.75em 0.75em;
	margin: 0 0 0.5em 0;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	color: #333;
	font-size: 2.1rem;
	border-radius: 2px;
	line-height: 1.3;
}

.accordion2 ul.accordion-container li.title.open {
	background: #f4edec;
}

.accordion2 ul.accordion-container li.title::before {
	content: '\f059';
	font-family: Fontawesome;
	font-weight: 900;
	margin-right: 0.25em;
	color: #9F433C;
}

.title::after {
	content: "";
	display: block;
	border-right: solid 3px black;
	border-top: solid 3px black;
	height: 13px;
	width: 13px;
	right: 20px;
	top: 43%;
	position: absolute;
	transform: rotate(135deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.accordion2 ul.accordion-container li a:hover,
.accordion2 ul.accordion-container li.title:hover {
	color: #9F433C;
	transition: 0.5s;
	opacity: 1;
	background: #f4edec
}

.second .accordion2 ul.accordion-container li a:hover,
.second .accordion2 ul.accordion-container li.title:hover {
	color: #3c819f;
	transition: 0.5s;
	opacity: 1;
	background: #ebf3f6
}

.accordion2 ol.content {
	display: none;
	padding: 0;
	margin: 0;
}


.second .accordion2 ul.accordion-container li.title::before {
	color: #3c819f;
}

.second .accordion2 ul.accordion-container li.title.open {
	background: #ebf3f6;
}


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

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

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

@media screen and (max-width: 520px) {
	.title::after {
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		height: 9px;
		width: 9px;
	}
}

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

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









/*-----------------------------------------------------------------------------------------
2001 フォーム関係
----------------------------------------------------------------------------------------- */
#form .signature {
	color: red;
}

#form {
}

#form input,
#form input[type="text"],
#form input[type="email"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

#form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

#form input[type="text"],
#form input[type="email"],
#form textarea,
#form select {
	width: 100% !important;
	border: 2px solid rgba(89, 73, 63, 0.2);
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 5px 15px;
	margin: 0;
	color: #444;
	background: linear-gradient(#fafafa 0%, #fff 100%);
	border-radius: 2px;
}

#form input[type="text"].telephone {
	width: 25% !important;
}




#form ul.flexbox.three {}

#form ul.flexbox.three li {
	width: 30%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

#form ul.flexbox.three li input[type="text"] {
	width: 70% !important;
}

#form ul.flexbox.three li span {
	width: 30%;
	padding-left: 0.5em;
}






#form select {
	background: linear-gradient(rgba(137, 120, 109, 0) 0%, rgba(137, 120, 109, 0.2) 100%);
	width: auto;
	border: 1px solid rgba(89, 73, 63, 0.2);
}

#form textarea {
	height: 12em !important;
}


#form ul.area-btn {
	border: 0px solid blue;
	padding: 0;
	margin: 60px 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#form ul.area-btn li {
	border: 0px solid red;
	width: auto;
	padding: 0;
	margin: 0 0.5em;
}


#form input[type="submit"],
#form input[type="reset"],
#form input[type="button"],
#form button[type="submit"],
#form button[type="reset"],
#form button[type="button"] {
	border: none;
	background: #5ea7c1;
	background: gradient(linear, center top, center bottom, from(#5ea7c1), to(#3487a4));
	background: -webkit-gradient(linear, center top, center bottom, from(#5ea7c1), to(#3487a4));
	background: -moz-linear-gradient(top, #5ea7c1, #3487a4);
	background: -ms-linear-gradient(top, #5ea7c1 0%, #3487a4 100%);
	background: -webkit-linear-gradient(#5ea7c1 0%, #3487a4 100%);
	text-shadow: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	padding: 1em 2em;
	min-width: 15em;
	border-radius: 4px;
	text-align: center;
	margin-left:5px;
	margin-right:5px;
}

#form ul.area-btn li:nth-child(2) input[type="submit"],
#form ul.area-btn li:nth-child(2) input[type="reset"],
#form ul.area-btn li:nth-child(2) input[type="button"],
#form ul.area-btn li:nth-child(2) button[type="submit"],
#form ul.area-btn li:nth-child(2) button[type="reset"],
#form ul.area-btn li:nth-child(2) button[type="button"] {
	background: #9F433C;
	background: gradient(linear, center top, center bottom, from(#9F433C), to(#ad5e58));
	background: -webkit-gradient(linear, center top, center bottom, from(#9F433C), to(#ad5e58));
	background: -moz-linear-gradient(top, #9F433C, #ad5e58);
	background: -ms-linear-gradient(top, #9F433C 0%, #ad5e58 100%);
	background: -webkit-linear-gradient(#9F433C 0%, #ad5e58 100%);
}


#form input[type="submit"]:hover,
#form input[type="reset"]:hover,
#form button[type="submit"]:hover,
#form button[type="reset"]:hover {
	opacity: 0.5;
	transition: 0.8s;
}


#form label {
	display: inline-block;
	margin: 0.5em 1em 0.5em 0
}



#form table {
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
}

#form table th,
#form table td {
	width: 33.33333%;
	margin: 0;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 1.5em 1.5em;
	background: white;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	text-align: left;
	vertical-align: middle;
}

#form table th {
	background: rgba(99, 100, 68, 0.1);
	letter-spacing: 0.1em;
}

#form table td {
	width: 66.66666%;
	background: #fff;
}

#form table th span {
	background: #F39801;
	color: white;
	font-size: 0.6em;
	margin-left: 0.25em;
	vertical-align: top;
	letter-spacing: -0.05em;
	padding: 0.1em 0.5em 0.3em;
	border-radius: 2px;
}

#form table small {
	color: #333;
	background: #ddd;
	font-size: 0.8em;
	display: block;
	padding: 0.3em 1em;
	margin: 1em 0;
	text-align: center;
	width: 25em;
}




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

	#form input[type="submit"],
	#form input[type="reset"],
	#form button[type="submit"],
	#form button[type="reset"] {
		font-size: 18px;
		font-size: 1.8rem;
	}

	#form area-btn {
		display: block;
		padding: 30px 0px;
	}

	#form table th,
	#form table td {
		width: 100%;
		display: block;
		border: none;
		padding: 1em;

	}

	#form table th {
		background: rgba(99, 100, 68, 0.2);
		font-weight: bold;
	}

	#form table td {
		width: 100%;
		padding-bottom: 3em;
		border: 1px solid #ddd;
	}

	#form table th br {
		display: none;
	}


}

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

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

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

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

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

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






























.area-title {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-bottom:0px solid #0F5492;
}



.area-title h1 span {
	display: none
}






























article.page_2.flow .container {

}

article.page_2.flow ul li {
	border: 1px solid rgba(243, 200, 2, 0.0);
	margin: 5vw 0;
	background: rgba(243, 200, 2, 0.0);
}

article.page_2.flow ul li:nth-child(2) {
	border-color: rgba(40, 184, 231, 0.0);
	background: rgba(40, 184, 231, 0.0)
}

article.page_2.flow ul li .btn-more {
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0 0 0;
	padding: 0;
}


article.page_2.flow ul li .btn-more a {
	width: 50%;
	padding: 10px 30px;
	margin: 0;
	border-radius: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: transparent;
	color: #333;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

article.page_2.flow ul li .btn-more a i {
	color: inherit;
}

article.page_2.flow ul li .btn-more a:nth-child(1) {
	font-size: 2.4rem;
}


article.page_2.flow ul li .btn-more a:nth-child(2) {
	border-left: 1px solid #111;
}

article.page_2.flow ul li:nth-child(2) .btn-more a {
	width: 100%;
	padding: 1.5em 0;
}

@media screen and (max-width: 1200px) {
	article.page_2.flow ul li {
		border: 1px solid rgba(243, 200, 2, 0.2);
		background: rgba(243, 200, 2, 0.1);
		padding: 5vw;
		margin: 5vw 0;
	}

	article.page_2.flow ul li:nth-child(2) {
		border-color: rgba(40, 184, 231, 0.2);
		background: rgba(40, 184, 231, 0.1)
	}


}

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

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

	article.page_2.flow ul li .btn-more a,
	article.page_2.flow ul li:nth-child(2) .btn-more a {
		width: 100%;
		padding: 1em 0;
	}

	article.page_2.flow ul li .btn-more a img {
		width: 50%;
	}

	article.page_2.flow ul li .btn-more a:nth-child(2) {
		border-left: none;
		border-top: none;
	}
}

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

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

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