@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
}
a:hover,a img:hover {
	opacity: 0.5;
}
img {
	max-width: 100%;
}
.pc {
	display: none;
}
.wrap {
	width: 100%;
	margin: 0 auto;
}
li,ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
header {
	border-bottom: 5px solid #eaf3de;
	padding: 5px 0;
	text-align: left
}
header .wrap {
    display: flex;
    justify-content: space-between;
}
header img {
	width: 90%;
    padding-left: 20px;
}
header .wrap ul {
	width: 40%;
    margin: 10px auto 0;
}
header .wrap ul li img {
	width: 100%;
    padding: 0;
}

.btobbtn {
	width: 90%;
	text-align: center;
	margin: 50px auto 0;
}
.btn-gradient-simple {
	display: inline-block;
	padding: 3em 3em;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
	transition: .4s;
}
.btn-gradient-simple:hover {
	background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}

.gbg {
	width: 100%;
	margin: 50px auto;
	padding: 70px 0;
	text-align: center;
	border-radius: 20px;
	background: #eaf3de;
}
.martop {
	margin-top: 70px;
}

.grbg {
	background: #f6f6f6;
	padding: 70px 0 30px;
	width: 100%;
	text-align: center;
	margin: 70px auto;
}
.ebi {
	width: 95%;
    margin: 20px auto;
    background: #d6d6d6;
    padding: 30px 0;
}
.ebi ul {
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	justify-content: space-between;
}
.ebi ul li {
	margin: 0;
	width: 45%;
}

.s5 h3 {
    margin: 50px auto;
    text-align: center;
    background: #639f45;
    color: #FFF;
    font-size: 24px;
    padding: 20px 0;
}
.s5 {
	background: #93b738;
	padding-bottom: 30px;
	color: #FFF;
	text-align: center;
	margin-bottom: 80px;
}
.s5 form {
	display: flex;
    width: 70%;
    margin: 50px auto;
	flex-wrap: wrap;
    font-size: 16px;
    font-weight: normal;
}

.s5 input[type="number"] {
    margin: 0px auto 20px;
    padding: 20px 5px;
    font-size: 20px;
}
.s5 form p {
	font-size: 21px;
}
.s5 input[type="number"].ans {
	margin-left: 123px;
}

.s5 form p span {
	font-size: 60%;
	position: relative;
	top: -10px;
}

#formWrap {
    text-align: left;
    margin: 50px auto;
    width: 40%;
}

#formWrap table.formTable {
	margin: 50px auto;
	width: 100%;
}

#main {
	width: 100%;
	margin:0 auto 300px;
	background: url("../img/mainbg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 400px;
	padding: 30px 0 0;
}
#main .maintext {
	position: absolute;
	left: 0;
	margin-left: 5%;
	top: 230px;
	width: 90%;
}
.grbg {
	position: relative;
}

.contul {
    margin: 20px auto;
    width: 80%;
    text-align: center;
}
.contul li {
	margin: 0;
}

/* 施工店用ページ */
.bg-gray {
	background-color: #f6f6f6;
}
.m-auto {
	margin: auto;
}
.mb-1 {
	margin-bottom: 1em;
}
.pb-1 {
	padding-bottom: 1em;
}
.const-main {
	width: 100%;
	margin: 0 auto 50px;
	background: url("../img/mainbg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 400px;
	padding: 30px 0 0;
}
.const-maintext {
	margin: 60px auto;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: 2px 2px 2px white,
				 -2px 2px 2px white,
				 2px -2px 2px white,
				 -2px -2px 2px white;
}
.const-wrap {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.const-flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.const-h2 span {
	position: relative;
	padding-left: 25px;
	font-size: 1.3em;
}
.const-h2 span::before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}
.const-h2 span::after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}
.const-h3 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
	font-size: 2em;
	margin: 0 auto;
}
.const-h3 span::after {
	position: absolute;
	content: ' ';
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}

.const-emphasis {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.const-intro-img-wrap {
	width: 60%;
}
.const-intro-img {
	width: 100%;
	border-radius: 50%;
}
.const-intro-text {
	width: 90%;
	text-align: left;
	font-size: 1.2em;
}

.const-achieve-item {
	width: 45%;
	margin-bottom: 10px;
}
.const-achieve-item p {
	margin-top: -5px;
}
.const-achieve-img {
	width: 100%;
}

.const-voice-img {
	width: 90%;
	max-height: 380px;
}
.const-voice-text {
	width: 90%;
	text-align: left;
	font-size: 1.2em;
}

.btn-builder {
	padding: 10px;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	background-image: linear-gradient(45deg, #ff70d4 0%, #f8b0ff 100%);
	transition: .4s;
	margin: 0 auto 1em;
	width: 80%;
}
.btn-builder:hover {
	background-image: linear-gradient(45deg, #ff70d4 0%, #f8b0ff 100%);
}

/* -------------- */

footer {
	margin-top: 50px;
	border-top: 5px solid #eaf3de;
	color: #3a7614;
	padding: 5px 0;
}
footer .wrap img {
	width: 60%;
}
footer .wrap p {
	margin: 0;
}
footer .wrap p {
	text-align: right;
}
.copy {
	text-align: center;
	font-size: 11px;
}