@charset "utf-8";
/* CSS Document */

.mainvisual{
	background: url(../images/bg_mainvisual.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 0 0;
	text-align: center;
}


.container h2{
	font-size: 180%;
	text-align: center;
	margin: 0 0 40px 0;
}
.container span.br{
	display: inline-block;
}
.container span.color{
	color: #e63d72;
}


.hope.container{
	max-width: 980px;
	padding: 50px 0 0 0;
}
.hope .hopeArea{
	margin: 0 0 0 -36px;
}
.hope .hopeArea p{
	width: 218px;
	margin: 0 0 0 36px;
	float: left;
}


.title{
	padding: 30px 0;
	background: #e63d72;
	text-align: center;
	position: relative;
}
.title::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -120px;
    margin-left: -60px;
    border: #e63d72 solid 60px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}


.what{
	padding: 110px 0 80px 0;
}
.what p{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.what .waku{
	border:#395cc0 solid 1px;
	margin: 80px 0 0 0;
	padding: 40px 55px 60px 55px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	text-align: center;
}
.what .waku h3{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 10px 40px;
	color: #fff;
	background: #395cc0;
	display: inline-block;
	margin: -70px 0 0 0;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}
.what .waku p{
	margin: 40px 0 0 0;
}
.what .waku .wakuArea{
	margin: 40px 0 0 0;
}
.what .waku .wakuArea .leftBox{
	width: 460px;
	float: left;
}
.what .waku .wakuArea .rightBox{
	width: 500px;
	float: right;
}

.contact{
	padding: 40px 0;
	background: #395cc0;
}
.contact .container{
	position: relative;
	height: 200px;
}
.contact .container h2{
	position: absolute;
    top: 0;
    left: 215px;
	margin: 0;
}
.contact .container p.tel{
	position: absolute;
    top: 106px;
    left: 0;
}
.contact .container p.fukidashi{
	position: absolute;
    top: -90px;
    right: 60px;
}
.contact .container p.btn{
	position: absolute;
    top: 74px;
    right: 0;
}






.merit h2 {
	margin: 50px 0 20px 0;
	text-align: center;
}
.merit .merit01{
	padding: 70px 0;
	background: #a8e3d0;
}
.merit .merit02{
	padding: 70px 0;
	background: #e0f2c2;
}
.merit .merit03{
	padding: 70px 0;
	background: #f4e7d9;
}
.merit .merit04{
	padding: 70px 0;
	background: #cdebf3;
}
.merit h3 {
    background: url(../images/bg_merit.png) no-repeat center top;
    padding: 15px 0 0 0;
    text-align: center;
}
.merit .meritArea {
    padding: 20px 70px 70px 70px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}
.merit .merit01 .meritArea{
	 padding: 20px 70px 0 70px;
}
.merit .merit01 .meritArea .leftBox{
	width: 550px;
	float: left;
	margin: 0 0 0 60px;
}
.merit .merit01 .meritArea .leftBox h4{
	margin: 30px 0 25px 0;
}
.merit .merit01 .meritArea .rightBox{
	width: 260px;
	float: right;
}
.merit .merit02 .meritArea{
	text-align: center;
}
.merit .merit02 .meritArea h4,
.merit .merit02 .meritArea p{
	margin: 20px 0 0 0;
}
.merit .merit02 .meritArea p.caution{
	font-size: 74%;
	text-align: left;
}
.merit .merit03 .meritArea{
	text-align: center;
}
.merit .merit03 .meritArea h4,
.merit .merit03 .meritArea p{
	margin: 20px 0 0 0;
}
.merit .merit03 .meritArea p span.br{
	display: block;
}
.merit .merit03 .meritArea p.caution{
	font-size: 74%;
	text-align: left;
}
.merit .merit04 .meritArea{
	text-align: center;
}
.merit .merit04 .meritArea h4,
.merit .merit04 .meritArea p{
	margin: 20px 0 0 0;
}
.merit .merit04 .meritArea p.caution{
	font-size: 74%;
}
.merit .merit04 .meritArea p.img{
	margin: -160px 0 0 -180px;
}


.about{
	padding: 80px 0;
}
.about .faq{
	margin: 80px 0 0 0;
}
.about .faq dl{
	padding: 0 0 30px 0;
	background: #ffee75;
}
.about .faq dl dt {
	padding: 0 60px;
	background: #ffee75;
	cursor: pointer;
}
.about .faq dl dt span{
	padding: 20px 60px;
	background: url(../images/icon_q.png) no-repeat left center, url(../images/icon_plus.png) no-repeat right center;
	border-bottom: #000 solid 1px;
	display: block;
}
.about .faq dl dt.active span {
	background: url(../images/icon_q.png) no-repeat left center, url(../images/icon_minus.png) no-repeat right center;
}
.about .faq dl dd {
	display: none;
	padding: 30px 60px 30px 120px;
	background: url(../images/icon_a.png) no-repeat 60px 25px, #faf7f3;
}


.from{
	padding: 80px 0;
	background: #f5f2eb;
}
.from h2{
	margin: 0;
}
.from h3{
	font-size: 134%;
    text-align: center;
    margin: 0 0 40px 0;
}
.from table{
	border-collapse: collapse;
	width: 100%;
	max-width: 980px;
	table-layout: fixed;
	margin: 30px auto;
	font-size: 84%;
}
.from table th,
.from table td {
	padding: 15px 0;
    text-align: left;
    vertical-align: middle;
	word-wrap:break-word;
}
.from table th {
	width: 25%;
}
.from table th span{
	color: #fff;
	font-size: 84%;
	background: #f16f84;
	padding: 5px 8px;
	margin: 0 5px 0 0;
}
.from table th span.gray{
	background: #595757;
}
.from table td span.caution{
	display: block;
}
.from table td span.wpcf7-list-item {
	margin: 0 20px 0 0;
    display: inline-block;
}
.from table input[type="text"], 
.from table input[type="email"], 
.from table input[type="tel"], 
.from table textarea,
.from table select{
	padding: 1.5%;
	border: #c8c8c8 solid 1px;
}
.from table select{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.from table input[type="text"], 
.from table input[type="email"], 
.from table input[type="tel"], 
.from table textarea{
	width: 97%;
}
.from table input[type="text"].sizesmall {
	width: 20%;
	margin: 0 0 5px 0;
}
.from p.caution{
	text-align: center;
	margin: 0;
	font-size: 84%;
}
.from p.button{
	text-align: center;
	margin: 30px auto 0 auto;
}
.from p.button input.wpcf7-submit{
	display: inline-block;
	color: #fff;
	width: 650px;
	font-size: 120%;
	padding: 15px 0 12px 0;
	text-align: center;
	font-weight: bold;
	background: #0fb27d;
	text-decoration: none;
	border: none;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.from p.button input.wpcf7-submit:hover{
	background: #333;
}


@media (max-width: 740px) {
.mainvisual{
	padding: 30px 10px 0 10px;
}

.container h2{
	font-size: 160%;
	margin: 0 0 20px 0;
}
.container span.br{
	display: inline;
}
.container p.center{
	text-align: center;
}


.hope.container{
	max-width: 980px;
	padding: 40px 0 0 0;
}
.hope .hopeArea{
	margin: 0 0 0 -2%;
}
.hope .hopeArea p{
	width: 23%;
	margin: 0 0 0 2%;
	float: left;
}


.title{
	padding: 20px 0;
	background: #e63d72;
	text-align: center;
	position: relative;
}
.title::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -60px;
    margin-left: -30px;
    border: #e63d72 solid 30px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}


.what{
	padding: 70px 0 40px 0;
}

.what .waku{
	margin: 50px 0 0 0;
	padding: 30px 20px 30px 20px;
}
.what .waku p{
	margin: 20px 0 0 0;
}
.what .waku .wakuArea{
	margin: 30px 0 0 0;
}
.what .waku .wakuArea .leftBox{
	width: 100%;
	float: none;
}
.what .waku .wakuArea .rightBox{
	width: 100%;
	float: none;
	margin: 30px 0 0 0;
}


.contact{
	padding: 30px 0;
}
.contact .container{
	position: static;
	height: auto;
}
.contact .container p.icon{
	position: static;
	text-align: center;
}
.contact .container h2{
	position: static;
	text-align: center;
	margin: 15px 0;
}
.contact .container p.tel{
	position: static;
	text-align: center;
}
.contact .container p.fukidashi{
	position: static;
	text-align: center;
	margin: 15px 0 5px 0;
}
.contact .container p.btn{
	position: static;
	text-align: center;
}


.merit h2 {
	margin: 40px 0 10px 0;
}
.merit .merit01{
	padding: 40px 0;
}
.merit .merit02{
	padding: 40px 0;
}
.merit .merit03{
	padding: 40px 0;
}
.merit .merit04{
	padding: 40px 0;
}
.merit .meritArea {
    padding: 20px 20px 30px 20px;
}
.merit .merit01 .meritArea{
	 padding: 20px 20px 30px 20px;
}
.merit .merit01 .meritArea .leftBox{
	width: 100%;
	float: none;
	margin: 20px 0 0 0;
}
.merit .merit01 .meritArea .rightBox{
	width: 100%;
	float: none;
	text-align: center
}
.merit .merit03 .meritArea p.caution{
	font-size: 74%;
	text-align: left;
}
.merit .merit04 .meritArea{
	text-align: center;
}
.merit .merit04 .meritArea p.img{
	margin: 20px 0;
}


.about{
	padding: 40px 0;
}
.about .faq{
	margin: 40px 0 0 0;
}
.about .faq dl dt {
	padding: 0 15px;
}
.about .faq dl dd {
	padding: 30px 60px 30px 75px;
	background: url(../images/icon_a.png) no-repeat 15px 25px, #faf7f3;
}

.from{
	padding: 40px 0;
	background: #fff3b2;
}
.from h2{
	margin: 0;
}
.from h3{
	font-size: 120%;
    text-align: center;
    margin: 0 0 30px 0;
}
.from table{
	margin: 0 auto 20px auto;
}
.from table th,
.from table td {
	padding: 5px 0 0 0;
	display: block;
}
.from table th {
	width: 100%;
	padding: 15px 0 0 0;
}
.from table th span{
	padding: 3px 8px;
}
.from p.button{
	text-align: center;
	margin: 15px auto 0 auto;
}
.from p.button input.wpcf7-submit{
	width: 280px;
	font-size: 110%;
	padding: 10px 0 7px 0;
}
}



.mainContent{
	padding: 80px 0;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	text-align: center;
}