@charset "shift_jis";
/* CSS Document */

body  {
	color: #666;
}
.Section {
	padding-bottom: 20px;
}

.linkBanner a {
	transition: 0.3s;
}
.linkBanner a:hover,
.linkBanner a:active {
	opacity: 0.7;
}

.InnerLinkTab {
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	font-size: 0.9rem;
	border-bottom: 3px solid #B1000E;
}
.InnerLinkTab li {
	width: 24.5%;
	min-height: 70px;
}
.InnerLinkTab li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	box-sizing: border-box;
	background-color: #E5E5E5;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.InnerLinkTab li a.free_advice {
	color: #B1000E;
	font-weight: bold;
}
.InnerLinkTab li a:hover,
.InnerLinkTab li a:active {
	background-color: #B1000E;
	color: #fff !important;
}

h2.zebStyle {
	position: relative;
  margin-bottom: 1.5em;
	padding: 0;
	background: none;
	font-size: 2.5rem;
	font-weight: bold;
	color: #C8AE2E;
	text-align: center;
}
h2.zebStyle:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 200px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C8AE2E;
}
h3.zebStyle {
  margin-bottom: 1em;
	padding: 0.5% 0 0.5% 1.96078%;
	font-size: 2rem;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
	border-left: 5px solid #E60227;
	box-sizing: border-box;
}
.grayWrap h3 {
	margin-bottom: 1em;
	font-size: 1.8rem;
	font-weight: normal;
	color: #6DA593;
	text-align: center;
}

.TextStyleL {
	font-size: 1.5rem;
	margin: 0 0 1em;
}
.TextStyle0 {
	font-size: 1.2rem;
	margin: 0 0 1em;
}

.subSection + .subSection {
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	.arrow img {
		width: 30px;
		height: auto;
	}
	h2.zebStyle {
		margin: 0 0 1.5em;
		font-size: 1.5rem;
	}
	h2.zebStyle:before {
		width: 110px;
		height: 3px;
	}
	h3.zebStyle {
		font-size: 1.1rem;
		border-left-width: 3px;
	}
	.grayWrap h3 {
		font-size: 1.1rem;
	}

	.TextStyleL {
		font-size: 1rem;
	}
	.TextStyle0 {
		font-size: 0.9rem;
	}
}

.grayWrap {
	margin: 0 0 45px;
	padding: 3.13725% 3.92156%;
	background-color: #F0F0F0;
}

.stepWrap {
	position: relative;
	width: 100%;
	padding: 1.5% 0;
	margin: 0 0 20px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stepWrap > div {
	box-sizing: border-box;
}
.stepWrap .step {
	width: 19.57446%;
	border-right: 1px solid #6DA593;
	padding-left: 4.25532%;
	padding-right: 2.38297%;
}
.stepWrap .text {
	width: 66.80852%;
	padding-left: 2.21276%;
}
.stepWrap .icon {
	width: 13.61702%;
	padding-right: 2.04255%;
}
.stepWrap .step .step_inner {
	display: flex;
	align-items: center;
	color: #6DA593;
}
.stepWrap .step .step_inner .txt {
	font-size: 1.4rem;
}
.stepWrap .step .step_inner .num {
	width: 66%;
	font-size: 6rem;
	line-height: 1;
	text-align: center;
}
.stepWrap .text .title {
	font-size: 1.7rem;
	margin-bottom: 0.2em;
}
.stepWrap .text .description {
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.stepWrap .step {
		width: 19%;
		padding-left: 2%;
		padding-right: 2%;
		border: none;
	}
	.stepWrap .text {
		width: 62%;
		border-left: 1px solid #6DA593;
	}
	.stepWrap .icon {
		width: 19%;
		padding-left: 0.5%;
		padding-right: 2%;
	}
	.stepWrap .step .step_inner .num {
		font-size: 5rem;
	}
}
@media screen and (max-width: 767px) {
	.grayWrap {
		padding: 15px;
	}

	.stepWrap {
		flex-wrap: wrap;
	}
	.stepWrap .step {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.stepWrap .step .step_inner {
		margin-bottom: 10px;
		justify-content: center;
		border-bottom: 1px solid #6DA593;
	}
	.stepWrap .step .step_inner .txt {
		font-size: 0.9rem;
	}
	.stepWrap .step .step_inner .num {
		width: 2rem;
		font-size: 2rem;
	}

	.stepWrap .text {
		width: 76%;
		border: none;
		padding-left: 3%;
	}
	.stepWrap .text .title {
		font-size: 1.1rem;
	}
	.stepWrap .text .description {
		font-size: 0.9rem;
	}
	.stepWrap .icon {
		width: 24%;
		padding-right: 3%;
	}

}

.productsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.productsList li {
	width: 12.19512%;
	margin: 0 1% 15px;
	padding: 1.4071% 0;
	background-color: #6DA593;
	text-align: center;
	box-sizing: border-box;
}

.column_set {
	display: flex;
	justify-content: space-between;
}
.column_set > div {
	box-sizing: border-box;
}
.column_set .colL {
	/*width: 33.2549%;*/
	width: 33.33333%;
	padding: 0 3.7647% 0 calc(1.96078% + 5px);
	box-sizing: border-box;
}
.column_set .colR {
	width: 66.66667%;
	box-sizing: border-box;
}

.meritList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.meritList li {
	width: 49%;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
}
.meritList .icon {
	width: 22.8%;
}
.meritList .text {
	width: 77.2%;
	padding-left: 4%;
	box-sizing: border-box;
}
.meritList .text .title {
	font-size: 1.6rem;
	margin-bottom: 0.1em;
}
.meritList .text .title.c1 { color: #E4A160; }
.meritList .text .title.c2 { color: #7D8BB6; }
.meritList .text .title.c3 { color: #6DA593; }
.meritList .text .title.c4 { color: #B297BF; }

.meritList .text .description {
	font-size: 1.1rem;
}


@media screen and (max-width: 767px) {
	.productsList li {
		width: 18%;
	}
	.productsList li.mgl {
		margin-left: 5%;
	}
	.productsList li.mgr {
		margin-right: 5%;
	}

	.column_set {
		flex-wrap: wrap;
	}
	.column_set .colL,
	.column_set .colR {
		width: 100%;
		padding-right: 0;
	}

	.meritList li {
		width: 100%;
	}
	.meritList .text .title {
		font-size: 1.1rem;
	}
	.meritList .text .description {
		font-size: 0.9rem;
	}

}


