﻿@charset "utf-8";
.pageLink {
	padding: 25px 0;
	text-align: center;
}
.pageLink ul{
	width: 100%;
}
.pageLink li {
	width: calc(100% / 3);
	background-color: #34b840;
}
.pageLink li:nth-child(1) { border-top-left-radius: 35px; border-bottom-left-radius: 35px; border-right: 1px solid #fff; }
.pageLink li:nth-child(3) { border-top-right-radius: 35px; border-bottom-right-radius: 35px; border-left: 1px solid #fff; }
.pageLink li:hover { background-color: #71cd79; }
.pageLink li a {
	width: 100%;
	position: relative;
	padding: 15px 0;
	background: url(../images/icon-link-arrow-bottom.png) 97% center / 30px auto no-repeat;
}
.pageLink li span {
	padding-left: 35px;
	font-size: 19px;
	line-height: 1;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
}
.pageLink li:nth-child(1) a span { background-image: url(../images/icon-link-01.png); }
.pageLink li:nth-child(2) a span { background-image: url(../images/icon-link-02.png); }
.pageLink li:nth-child(3) a span { background-image: url(../images/icon-link-03.png); }

#area1,#area2,#area3,#area4,#area5 { padding: 60px 0;}
#area6 { padding: 60px 0 90px;}
#area1 h2,#area2 h2,#area3 h2,#area4 h2,#area5 h2, #area6 h2 {
	text-align: center;
}
#area1 h2,#area2 h2,#area3 h2 {
	padding-top: 65px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 65px auto;
}
#area4 h2,#area5 h2, #area6 h2 { margin-bottom: 25px; }
#area1 { background: url(../images/bg-line.jpg) left 5px / 8px auto; }
#area2, #area4 { background-color: #ebf2e3; }
#area6 { background-color: #f3f3f3; }

#area1 h2 { background-image: url(../images/icon-tit-deco-01.png); }
#area2 h2 { background-image: url(../images/icon-tit-deco-02.png); }
#area3 h2 { background-image: url(../images/icon-tit-deco-03.png); }

#area1 a:hover,
#area2 a:hover,
#area5 a:hover,
footer a:hover { opacity: 0.7; }

#area1 .reasonList {
	margin-top: 25px;
}
#area1 .reasonList li {
	width: calc((100% - 48px) / 3);
	border: 10px solid #daeec7;
	margin-left: 24px;
	text-align: center;
	position: relative;
}
#area1 .reasonList li:first-child { margin-left: 0; }
#area1 .reasonList li .inner { padding: 30px 10px 165px; background-color: #fff; }
#area1 .reasonList li .inner .num {
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
#area1 .reasonList li .inner .num:before {
	content:"";
	display: block;
	width: 24px;
	height: 3px;
	background-color: #ae2c36;
	position: absolute;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
}
#area1 .reasonList li .inner h3 {
	font-size: 26px;
	line-height: 1.4;
}
#area1 .reasonList li .inner h3 .supText {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
#area1 .reasonList li .inner p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}
#area1 .reasonList li .image { position: absolute; left: 0; bottom: 0; }
#area1 .notesList { margin-bottom: 35px; }

#area2 .subText {
	font-size: 18px;
	text-align: center;
	margin: 25px 0;
}
#area2 .stepColor { margin-top: 25px; }
#area2 .stepColor:first-child { margin-top: 0; }
#area2 .stepColor .boxTit {
	background-color: #0f881a;
	padding: 8px 0;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
#area2 .stepColor li {
	padding: 30px 10px;
	text-align: center;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}
#area2 .stepColor li:nth-child(even) { background-color: #eee; }
#area2 .stepColor li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #eee;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	position: absolute;
}
#area2 .stepColor li:nth-child(even):before { border-color: transparent transparent transparent #fff; }
#area2 .stepColor li:first-child:before { display: none; }
#area2 .stepColor li .image { margin: 25px 0 15px; }
#area2 .textArea { font-size: 18px; line-height: 1.75; padding: 40px 0; text-align: center; }

#area3 .qa {
	margin-top: 25px;
	padding: 10px;
	background: url(../images/bg-noise.png);
}
#area3 .qa .cmnAccordion dt {
	font-size: 18px;
	line-height: 42px;
	margin-top: 15px;
	padding: 18px 15px;
	padding-left: 70px;
	position: relative;
	cursor: pointer;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: url(../images/icon-qa-question.png) 15px 18px / 40px auto no-repeat #fff;
}
#area3 .qa .cmnAccordion dt:before {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom:0;
}
#area3 .qa .cmnAccordion dt:before {
	width: 100%;
	transition: 1s;
	-webkit-transition: 1s;
}
#area3 .qa .cmnAccordion dt:after {
	content:"";
	display: block;
	width: 15px;
	height: 12px;
	background: url(../images/icon-arrow-bottom-g.png) center / 100% auto no-repeat;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 2.5%;
	position:absolute;
}
#area3 .qa .cmnAccordion dt.open:before {
	width: 1030px;
	transition: 1s;
	-webkit-transition: 1s;
}
#area3 .qa .cmnAccordion dt.open:after {
	background: url(../images/icon-arrow-top-g.png) center / 100% auto no-repeat;
}
#area3 .qa .cmnAccordion dt:first-child { margin-top: 0;}
#area3 .qa .cmnAccordion dd {
	font-size: 16px;
	line-height: 1.75;
	display: none;
	padding: 18px 15px 30px;
	padding-left: 70px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(../images/icon-qa-answer.png) 15px 18px / 40px auto no-repeat #fff;
}
#area3 .qa .cmnAccordion dd .inner { padding-top: 8px; }
#area3 .qa .cmnAccordion dd .inner>div { margin-top: 45px; }
#area3 .qa .cmnAccordion dd .inner>div:first-child { margin-top: 0; }
#area3 .qa .cmnAccordion dd .inner .tit {
		font-weight: bold;
		margin-bottom: 5px;
}
#area3 .qa .cmnAccordion dd .noCardList { margin-top: 35px; }
#area3 .qa .cmnAccordion dd .noCardList li { margin-top: 35px; }
#area3 .qa .cmnAccordion dd .noCardList li:first-child { margin-top: 0; }
#area3 .qa .cmnAccordion dd .noCardList .noCardListTit { margin-bottom: 15px; }
#area3 .qa .cmnAccordion dd .noCardList table {
	border-collapse: separate;
    border-spacing: 3px;
}
#area3 .qa .cmnAccordion dd .noCardList table th {
	padding: 20px 25px;
	background-color: #eee;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	min-height: 100px;
}
#area3 .qa .cmnAccordion dd .noCardList table td {
	padding: 20px 10px;
	line-height: 1.75;
}

#area4 .textArea { background-color: #fff; padding: 40px; }
#area4 .textArea .text { font-size: 16px; line-height: 1.75; margin-bottom: 20px;}

#area5 .textBox { height: 400px; padding: 40px; border: 1px solid #ccc; overflow-y: scroll; }
#area5 .textBox dl { font-size: 16px; line-height: 1.75;}
#area5 .textBox dt { margin-top: 40px; font-weight: bold; ma}
#area5 .textBox dt:first-child { margin-top: 0; margin-bottom: 5px; }
#area5 .textBox .text { font-size: 16px; line-height: 1.75; margin-top: 40px; }
#area5 .checkTextArea {
	text-align: center;
	margin-top: 25px;
}
#area5 .textBox dd li {
	padding-left: 1em;
	text-indent: -1em;
}
#area5 .textBox dd li a { display: inline; border-bottom: 1px solid #ccc; }
#area5 .checkTextArea .subText { margin-bottom: 20px; }
#area5 .checkTextArea .checkBtn input { display: none;}
#area5 .checkTextArea .checkBtn label { position: relative; font-size: 0; cursor: pointer; }
#area5 .checkTextArea .checkBtn label:before {
	content:"";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-image: url(../images/icon-check-box-off.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	vertical-align: middle;
}
#area5 .checkTextArea .checkBtn #checkBtn:checked+label:before {
	background-image: url(../images/icon-check-box-on.png);
}
#area5 .checkTextArea .checkBtn span { font-size: 18px; display: inline-block; vertical-align: middle; }
#area5 .checkTextArea .linkArea { height: 120px; width: 100%; margin-top: 40px; position: relative; }
#area5 .checkTextArea .linkArea .checkOn,
#area5 .checkTextArea .linkArea .checkOff {
	position: absolute;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}
#area5 .checkTextArea .linkArea .checkOn { display: none; /*初期値*/ }

#area6 .conntactWrapCulm li {
	width: calc((100% - 15px) / 2);
	margin-left: 15px;
	background-color: #fff;
}
#area6 .conntactWrapCulm li:first-child { margin-left: 0; }
#area6 .conntactWrapCulm h3,
#area6 .conntactWrap h3 {
	background-color: #0f881a;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
#area6 .conntactWrapCulm dl { padding: 32px; }
#area6 .conntactWrapCulm dl dt.phoneTit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#area6 .conntactWrapCulm dl dt.smartPhoneTit { font-size: 16px; margin-bottom: 5px; }
#area6 .conntactWrapCulm dl dd.phone { margin-bottom: 30px; }
#area6 .conntactWrapCulm dl dd.phone .number {
	display: block;
	font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
	padding-left: 25px;
	margin-bottom: 5px;
}
#area6 .conntactWrapCulm dl dd.smartPhone .number {
	font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1px;
	padding-left: 25px;
	margin-bottom: 5px;
	background: url(../images/icon-tel-mark-02.png) left top / 20px auto no-repeat;
}
#area6 .conntactWrapCulm dl dd .time,
#area6 .conntactWrap .inner .time {
	display: inline-block;
	line-height: 1.1;
	padding: 5px 10px;
	background-color: #ebf2e3;
}
#area6 .conntactWrapCulm dl dd .subText { font-size: 12px; margin-top: 5px; }
#area6 .conntactWrap { margin-top: 20px; background-color: #fff; }
#area6 .conntactWrap .inner { padding: 40px 32px; text-align: center; }
#area6 .conntactWrap .inner .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
#area6 .conntactWrap .inner .number {
	font-size: 40px;
    line-height: 1.1;
	margin-bottom: 5px;
    letter-spacing: -1px;
}

/*20241010 BK岡田追加 フローウインドウ*/
.p-flow{
    width: 25%;
    left: 10px;
    display: block;
    bottom: 10px;
    position: fixed;
    z-index: 99;}
    }
.p-flow-ttl {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #14a56e;
  font-size: 3rem;
  font-weight: bold; }

.p-flow-ttl1 {
  color: #14a56e;
  font-size: 18px;
  font-weight: bold;
  }
.p-flow-box {
  text-align: center;
  width: 100%;
  background-color: #effad1;
  margin: auto;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
  }
.p-flow-absolute {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.p-flow-border {
  width: 30px;
  margin: 0 auto;
  border-right: 15px solid transparent;
  border-top: 15px solid #14a56e;
  border-left: 15px solid transparent; }
  
.m-c-btn{
    margin: 0 auto;
    display: block;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 4px 0px 0px #e4e4e4;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #4d4d4d;
    border-radius: 5px;
    position: relative;
    border: solid 1px #4d4d4d;
}
