@charset "utf-8";

footer {
	padding-bottom: 100px;
}

/* content ---------------------------------------- */
.contents {
/*
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
*/
	padding: 20px 0 0 0;
	line-height: 1.5;
	font-size: 1.6rem;
}
/*
.contents main {
	flex-basis: 550px;
	max-width: 550px;
}

.contents aside {
	flex-basis: 230px;
	max-width: 230px;
}
*/
/* 共通 ------------------------------------- */
.hang {
	padding-left: 1em;
	text-indent: -1em;
}

.dispNone { display: none !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.pb5 { padding-bottom: 5px !important; }
.hAuto { height: auto !important; }

/* ------------------------------------- */
.pageHeader {
	padding: 20px 0;
	background-color: #8eb549;
}

.pageHeader .inr-box {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 1.7rem;
	color: #ffffff;
}

.pageHeader .pageTitle h2 {
	margin-bottom: 12px;
}
	
.pageHeader .inquiryBox {
	flex-basis: 224px;
	max-width: 224px;
	text-align: center;
}

.pageHeader .inquiryBox p {
	margin: 0 0 6px;
}

.pageHeader .inquiryBox li + li {
	margin-top: 12px;
}

.pageHeader .inquiryBox li a:hover {
	opacity: .9;
}

/* main ------------------------------------- */
/*
main .selectTbl {
	width: 100%;
}

main .selectTbl tr {
	border-top: 2px solid #8eb549;
}

main .selectTbl th {
	width: 9em;
	padding: 10px 1em 10px 0;
	text-align: left;
	font-weight: normal;
}

main .selectTbl th small {
	display: block;
	margin: 3px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

main .selectTbl td {
	width: auto;
	padding: 10px 0;
	text-align: left;
}
*/
main .selectTbl {
	width: 100%;
}

main .selectTbl tr {
	border-top: 2px solid #8eb549;
}

main .selectTbl th {
	display: block;
	width: 100%;
	padding: 10px 3px;
	background-color: #f8fce3;
	text-align: left;
	font-weight: normal;
}

main .selectTbl th br {
	display: none;
}

main .selectTbl th small {
	display: inline-block;
	margin: 0 0 0 .75em;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

main .selectTbl td {
	display: block;
	width: auto;
	padding: 10px 0 20px 0;
	text-align: left;
}

main .selectTbl tr:last-of-type th {
	display: none;
}

main .selectTbl tr:last-of-type td {
	padding: 20px 0 20px 0;
}

main .selectTbl .note {
	margin-top: 1em;
	line-height: 1.5;
	font-size: 1.2rem;
}

ul.boxClm02 {
	display: flex;
	flex-flow: row wrap;
}

ul.boxClm02 li {
	flex-basis: 48.5%;
	max-width: 48.5%;
	margin: 0 3% 0 0;
}

ul.boxClm02 li:nth-of-type(2n) {
	margin-right: 0;
}
ul.boxClm02 li:nth-of-type(n+3) {
	margin-top: 3%;
}

ul.boxClm03 {
	display: flex;
	flex-flow: row wrap;
}

ul.boxClm03 li {
	flex-basis: 31.4%;
	max-width: 31.4%;
	margin: 0 2.9% 0 0;
}

ul.boxClm03 li:nth-of-type(3n) {
	margin-right: 0;
}
ul.boxClm03 li:nth-of-type(n+4) {
	margin-top: 2.9%;
}

ul.boxClm04 {
	display: flex;
	flex-flow: row wrap;
}

ul.boxClm04 li {
	flex-basis: 23.5%;
	max-width: 23.5%;
	margin: 0 2% 0 0;
}

ul.boxClm04 li:nth-of-type(4n) {
	margin-right: 0;
}
ul.boxClm04 li:nth-of-type(n+5) {
	margin-top: 2%;
}

/* side ------------------------------------- */
aside {
}

aside > .inr-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

aside > .inr-box > * {
	width: 32%;
}

aside h3 {
	margin: 0 0 15px;
	padding: 5px 10px;
	background-color: #526a49;
	border-radius: 8px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	font-size: 1.8rem;
	color: #ffffff;
}

aside .selectList {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #8eb549;
}

aside .selectList dt {
	flex-basis: 44%;
	max-width: 44%;
	padding: 2px 0;
}

aside .selectList dt::before {
	content: "■";
	color: #8eb549;
}

aside .selectList dd {
	flex-basis: 56%;
	max-width: 56%;
	padding: 2px 0;
	color: #526a49;
}

aside .estimate {
	margin: 0 0 15px;
	padding: 12px 0 0;
	background-color: #fff5d7;
	border-radius: 8px;
}

aside .estimate table {
	width: calc(100% - 20px);
	margin: 0 10px;
}

aside .estimate table tr {
	border-top: 1px dashed #f39800;
}

aside .estimate table th,
aside .estimate table td {
	padding: 6px 0;
}

aside .estimate table th {
	text-align: left;
	font-weight: normal;
}

aside .estimate table td {
	text-align: right;
}

aside .estimate table td span {
	position: relative;
	display: block;
	width: 10ex;
	margin-left: auto;
}
/*
aside .estimate table td span::before {
	content: "￥";
	display:block;
	position: absolute;
	left: 0;
}
*/
aside .estimate dl {
	padding: 10px;
	background-color: #f6ab00;
	border-radius: 0 0 8px 8px;
}

aside .estimate dl dt {
	font-size: 1.7rem;
}

aside .estimate dl dd {
	text-align: right;
	font-size: 2.0rem;
}

aside .membership {
	margin: 0 0 2rem;
	padding: 10px;
	background-color: #8eb549;
	border-radius: 8px;
	color: #ffffff;
}

aside .membership dt {
	font-size: 1.7rem;
}

aside .membership dd {
	text-align: right;
	font-size: 2.0rem;
}

aside .membership > a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 5px 0 0;
}

aside .membership > a img {
	width: 100%;
	max-width: 455px;
}

aside .sideBnr li {
	text-align: center;
}

aside .sideBnr .bnr01 img {
	border: 2px solid #8eb549;
	border-radius: 50%;
}

/* ご注意ください */
aside .headsup dt {
	margin: 0 0 1rem 0;
	padding: 5px 10px;
	background-color: #C81D54;
	border-radius: 1em;
	text-align: center;
	font-size: 1.8rem;
	font-weight: normal;
	color: #ffffff;
}

aside .headsup dd {
}

aside .headsup dd p {
}

aside .headsup dd strong {
	display: block;
	margin: 0 0 5px 0;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
	color: #C81D54;
}

aside .headsup dd > div {
	display: flex;
	flex-flow: row wrap;
	align-items: end;
	justify-content: center;
}

aside .headsup dd > div p {
	width: 100%;
	line-height: 1.5;
	font-size: 1.4rem;
}

aside .headsup dd > div img {
	width: 50%;
	max-width: 150px;
}

aside .sideContact {
}

aside .sideContact li {
	margin-bottom: 1rem;
	text-align: center;
}

aside .sideContact .sideConTitle {
	line-height: 1.4;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	color: #476F49;
}

/* formParts ------------------------------------- */
.formSlect {
	position: relative;
	overflow: hidden;
	width: 140px;
	margin: 0;
	border: 1px solid #8eb549;
	border-radius: 6px;
	background: #ffffff;
	text-align: center;
}
.formSlect select {
	width: 100%;
	padding: 5px 38px 5px 5px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	cursor: pointer;
}
.formSlect select::-ms-expand {
	display: none;
}
.formSlect::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	padding: 0;
	font-family: FontAwesome;
	content: "\f078";
	pointer-events: none;
	color: #8eb549;
	transform: translateY(-50%);
}

.radioType01 {
	font-size: 0;
}

.radioType01 label {
	position: relative;
	display: inline-block;
	background-color: #d7e1ac;
	border-radius: 6px;
	font-size: 1.6rem;
	cursor: pointer;
}

.radioType01 label + label {
	margin-left: 10px;
}

.radioType01 label input {
	display: none;
}

.radioType01 input + span {
	display: inline-block;
	padding: 6px 10px 6px 36px;
}

.radioType01 input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 18px;
  height: 18px;
	background-color: #fff;
  border-radius: 50%;
	transform: translateY(-50%);
}

.radioType01 input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
	background-color: #8eb549;
  border-radius: 50%;
	transform: translateY(-50%);
}

.radioType02 input {
	display: none;
}

.radioType02 input + div {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	height: 100%;
	background-color: #dcdddd;
	line-height: 1.2;
	cursor: pointer;
	transition: .2s;
}

.radioType02 input + div::before{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
	background: url(../images/check_icon_off.png) center center no-repeat;
	z-index: 1;
}

.radioType02 input:checked + div {
	background-color: #8eb549;
	color: #ffffff;
}

.radioType02 input:checked + div::before{
	background: url(../images/check_icon_on.png) center center no-repeat;
}

.radioType02 input:disabled + div {
	cursor: not-allowed;
}

.radioType02 input:disabled + div::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255,0.8);
	z-index: 1;
}

.radioType02 input + div figure img {
	width: 100%;
	height: auto;
}

.radioType02 input + div figure figcaption {
	display: block;
	padding: 10px 8px 5px;
	font-size: 1.5rem;
}

.radioType02 input + div p.price {
	padding: 0 8px 10px;
	text-align: right;
	font-size: 1.8rem;
}

.radioType02 input + div p.other {
	padding: 14px 8px;
}

.resultBtn {
	display: block;
	width: 100%;
	max-width: 388px;
	margin: 0 auto;
	padding: 20px 20px;
	border: 2px solid #ea5732;
	background-color: #ea5732;
	border-radius: 6px;
	text-align: center;
	color: #ffffff;
	transition: .4s;
}

.resultBtn:hover {
	background-color: #ffffff;
	color: #ea5732;
}

/* フォーム下部 */
.form-bottom {
	padding: 0 0 30px 0;
	text-align: center;
}

/* 見積り合計 */
.fixBox {
	display: block;
	background-color: rgba(82, 106, 73, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	z-index: 10;
}

.fixBoxInr {
	display: flex;
	justify-content: space-evenly;
	max-width: 500px;
	margin: 0 auto;
}

.fixTotal {
	width: 45%;
}

.fixTotal h3 {
	padding: 5px 0;
	background-color: #f6ab00;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	color: #ffffff;
}

.fixTotal:nth-of-type(2) h3 {
	background-color: #8eb549;
}

.fixTotal p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0 5px 10px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
	font-size: 1.7rem;
}

.fixTotal p small {
	font-size: 1.2rem;
}

.fixTotal p span {
	white-space: nowrap;
}

.fixTotal p span small {
	font-size: 1.1rem;
}

/* 結果 ------------------------------------- */
.resultBox {
	width: 800px;
	margin: 0 auto;
}

.resultBox .result-contents {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

.resultBox .result-main {
	width: 65%;
	order: 2;
}

.resultBox .result-side {
	width: 32%;
	order: 1;
}

/* 結果｜main */
.resultBox .result-total {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 0 30px;
}

.resultBox .result-total > div {
	width: 48%;
	padding: 0 0 12px;
	border-radius: 8px;
}

.resultBox .result-total > div h3 {
	padding: 8px 2px;
	border-radius: 8px 8px 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	color: #ffffff;
}

.resultBox .result-total > div p {
	margin: 0 8px;
	padding: 8px 0;
	text-align: right;
	font-weight: bold;
	font-size: 2.2rem;
}

.resultBox .result-total > div p small {
	font-weight: normal;
	font-size: 1.4rem;
}

.resultBox .result-total > div table {
	width: calc(100% - 16px);
	margin: 7px 8px 0;
	font-size: 1.3rem;
}

.resultBox .result-total > div table th {
	padding: 3px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.resultBox .result-total > div table td {
	padding: 3px 0 3px 10px;
	text-align: right;
}

.resultBox .result-total > div:nth-of-type(1) {
	background-color: #fff5d7;
}

.resultBox .result-total > div:nth-of-type(1) h3 {
	background-color: #f6ab00;
}

.resultBox .result-total > div:nth-of-type(1) p {
	border-bottom: 1px dashed #f6ab00;
}

.resultBox .result-total > div:nth-of-type(2) {
	background-color: #e6ecd6;
}

.resultBox .result-total > div:nth-of-type(2) h3 {
	background-color: #8eb549;
}

.resultBox .result-total > div:nth-of-type(2) p {
	border-bottom: 1px dashed #8eb549;
}

.resultBox .result-advice > strong {
	display: block;
	margin: 0 0 .5em;
	line-height: 1.5;
	font-size:2.2rem;
	font-weight: bold;
	color: #8eb549;
}

.resultBox .advTxt {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.resultBox .advTxt p {
	flex-basis: 286px;
	max-width: 286px;
	margin: 0 0 1em;
	line-height: 1.8;
}

.resultBox .advTxt figure {
	flex-basis: 206px;
	max-width: 206px;
}

.resultBox .printBtn {
	width: 286px;
	text-align: center;
}

.resultBox button.print {
	display: inline-block;
	padding: 8px 20px;
	border: 2px solid #ea5732;
	background-color: #ea5732;
	border-radius: 6px;
	text-align: center;
	color: #ffffff;
	transition: .4s
}

.resultBox button.print:hover {
	background-color: #ffffff;
	color: #ea5732;
}

/* 結果｜side ------------------------------------- */
.resultBox .result-side .resultList h3 {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 1.8rem;
}

.resultBox .result-side .resultList h3::before,
.resultBox .result-side .resultList h3::after {
	content: "●";
	font-size: 2.0rem;
	color: #8eb549;
}

.resultBox .result-side .resultList table {
	width: 100%;
	border-bottom: 1px dashed #8eb549;
}

.resultBox .result-side .resultList table tr {
	border-top: 1px dashed #8eb549;
}

.resultBox .result-side .resultList table th,
.resultBox .result-side .resultList table td {
	padding: 6px 0;
}

.resultBox .result-side .resultList table th {
	width: 45%;
	text-align: left;
	font-weight: normal;
}

.resultBox .result-side .resultList table th::before {
	content: "■";
	color: #8eb549;
}

.resultBox .result-side .resultList table td {
	width: 55%;
	padding-left: .5em;
	color: #ea5732;
}

/* モーダル */
.resultBox {
	display: none;
	position: fixed;
	top: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	box-sizing: content-box;
	width: calc(100% - 80px);
	max-width: 840px;
	height: auto;
	max-height: calc(100% - 80px);
	background: #fff;
	overflow: auto;
	z-index: 100;
}

.resultBox .container {
	overflow: auto;
	height: 100%;
	padding: 0;
}

.overlay {
	display: none;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.modalClose {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 101;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #526a49;
	border-radius: 50%;
	font-size: 30px;
	color: #526a49;
}

@media (max-width: 768px) {

/* content ---------------------------------------- */
/*
.contents {
	display: block;
	padding: 30px 12px;
}

.contents main {
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px;
}

.contents aside {
	width: 100%;
	max-width: 100%;
}
*/
aside > .inr-box {
	flex-flow: column wrap;
}

aside > .inr-box > * {
	width: 100%;
}

/* 共通ページ下部 */
.spFixedBox {
	display: none;
}

/* ------------------------------------- */
.pageHeader {
}

.pageHeader .inr-box {
	display: block;
	text-align: center;
}

.pageHeader .pageTitle h2 {
	margin-bottom: 12px;
}

.pageHeader .pageTitle p {
	display: inline-block;
	line-height: 1.5;
	text-align: left;
}
	
.pageHeader .inquiryBox {
	width: 100%;
	max-width: 100%;
	margin-top: 1em;
	text-align: center;
}

.pageHeader .inquiryBox p {
	margin: 0 0 10px;
}

.pageHeader .inquiryBox ul {
	display: flex;
	flex-flow: row nowrap;
	width: 448px;
	max-width: 100%;
	margin: 0 auto;
}

.pageHeader .inquiryBox li {
	width: calc(50% - 6px);
}

.pageHeader .inquiryBox li + li {
	margin-top: 0;
	margin-left: 12px;
}

/* main ------------------------------------- */
/*
main .selectTbl {
	width: 100%;
}

main .selectTbl tr {
	border-top: 2px solid #8eb549;
}

main .selectTbl th {
	display: block;
	width: 100%;
	padding: 10px 3px;
	background-color: #f8fce3;
	border-bottom: 1px solid #8eb549;
	text-align: left;
	font-weight: normal;
}

main .selectTbl th br {
	display: none;
}

main .selectTbl th small {
	display: inline-block;
	margin: 0 0 0 .75em;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

main .selectTbl td {
	display: block;
	width: auto;
	padding: 14px 0;
	text-align: left;
}

main .selectTbl tr:last-of-type th {
	display: none;
}

main .selectTbl tr:last-of-type td {
	padding: 20px 0 0;
}
*/
ul.boxClm03 li.empty {
	display: none;
}

ul.boxClm03 li.empty + li {
	margin-top: 0 !important;
	margin-right: 0;
}

/* ご注意ください */
/*
aside .headsup dd strong {
	font-size: 1.7rem;
}

aside .headsup dd > div {
	justify-content: space-between;
}

aside .headsup dd > div p {
	width: 56%;
	font-size: 1.6rem;
}

aside .headsup dd > div img {
	width: 40%;
}
*/
aside .sideContact .sideConTitle {
	text-align: center;
	font-size: 1.8rem;
}

/* formParts ------------------------------------- */
.resultBtn {
	padding: 14px 5px;
}

/* 結果 ------------------------------------- */
.resultBox {
	width: 100%;
}

.resultBox .result-contents {
	display: flex;
	flex-flow: column wrap;
}

.resultBox .result-main {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.resultBox .result-side {
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px;
}

/* 結果｜main ------------------------------------- */
.resultBox .result-total {
	display: block;
	margin: 0 0 30px;
}

.resultBox .result-total > div {
	width: 100%;
	max-width: 100%;
}

.resultBox .result-total > div table {
	width: calc(250px - 16px);
	max-width: calc(100% - 16px);
	margin: 7px auto 0;
	font-size: 1.4rem;
}

.resultBox .result-total > div:nth-of-type(2) {
	margin-top: 20px;
}

.resultBox .advTxt {
	display: block;
}

.resultBox .advTxt p {
	width: 100%;
	max-width: 100%;
}

.resultBox .advTxt figure {
	max-width: 100%;
	text-align: center;
}

.resultBox .printBtn {
	display: none;
}

}

/* モーダル */
.resultBox {
	width: 90%;
	box-sizing: border-box;
	max-height: calc(100% - 40px);
}

@media (max-width: 480px) {

ul.boxClm04 li {
	flex-basis: 48.0%;
	max-width: 48.0%;
	margin: 0 4% 0 0;
}

ul.boxClm04 li:nth-of-type(2n) {
	margin-right: 0;
}

ul.boxClm04 li:nth-of-type(n+3) {
	margin-top: 4%;
}

}

@media print{
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, body.result #wrapper {
	display: none;
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, body.result #wrapper {
	display: none;
}

.fixBox {
	display: none;
}
.modalClose {
	display: none;
}
.resultBox {
	width: 100%;
	padding: 0;
	max-height: none;
	box-sizing: border-box;
}
.overlay {
	background-color: #ffffff;
}
.resultBox .result-contents {
	flex-flow: row nowrap;
	padding: 20px 0 0 0 !important;
}
.resultBox .printBtn {
	display: none;
}
.resultBox .result-total {
	display: flex;
}
.resultBox .result-total > div:nth-of-type(2) {
	margin-top: 0;
	margin-left: 20px;
}
.resultBox .result-total > div h3 {
	font-size: 1.5rem;
}
.resultBox .result-main {
	width: 70%;
}
.resultBox .result-side {
	width: 28%;
}
.resultBox .result-side .resultList h3 {
	font-size: 1.5rem;
}

/* 背景色印刷非対応 */
.pageHeader {
	background: #8eb549 url(../images/bgc_01.png) center top repeat;
}

}
