@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    breadcrumb
--------------------------------------*/

.breadcrumb{
	background: #373737;
	width:100%;
	padding:10px 0;
}

.breadcrumb ul{
	display:flex;
	flex-wrap: wrap;
}

.breadcrumb ul li{
	color:#9b9b9b;
	line-height: 1.5;
	font-size:0.8rem;
	display: flex;
}

.breadcrumb ul li:after{
	color:#FFFFFF;
	content:">";
	display: block;
	padding:0 15px;
	font-size:0.5rem;
	height:12px;
}

.breadcrumb ul li:last-child:after{
	display: none;
}

.breadcrumb ul li a{
	color:#FFFFFF;
	line-height: 1.5;
	font-size:0.8rem;
}

@media (max-width: 740px) {

}

/*--------------------------------------
    page-visual
--------------------------------------*/

.page-visual{
	background:url("../img/page/visual_page_001.jpg") no-repeat center top;
	background-size:cover;
	height:338px;
	width:100%;
	position:relative;
	margin-bottom:200px;
}

.page-visual .page-title{
	height:295px;
	position: absolute;
	left:50%;
	bottom:-78px;
	transform: translate(-50%,0);
	background: linear-gradient(to right,rgba(38,177,66,0.8),rgba(144,208,67,0.8));
	border-radius: 10px;
	padding:65px 0;
	box-sizing: border-box;
}

.page-visual .page-title h1{
	position: absolute;
	top:50%;
	left:50%;
    transform: translate(-50%,-50%);
	font-size:1.8rem;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}

@media (max-width: 740px) {

.page-visual{
	height:auto;
	width:100%;
	margin-bottom:70px;
}

.page-visual:after{
	content: "";
	display: inline-block;
	padding-top:30%;
}

.page-visual .page-title{
	height:100%;
	width:100%;
	top:0;
	left:0;
	bottom:0;
	transform: translate(0,0);
	background: rgba(0,0,0,0.5);
	border-radius: 0;
	padding:0;
}

.page-visual .page-title h1{
	font-size:1.4rem;
	width:80%;
	text-align: center;
	line-height: 1.5;
}

}

/*--------------------------------------
    search
--------------------------------------*/

.page-content.search .section h1{
	width:100%;
	color:#26b142;
	text-align: center;
	font-size:1.8rem;
	font-weight: bold;
	margin:0 0 70px;
}

.page-content.search .section .filter .col2{
	width:50%;
	float:left;
	border-bottom:1px dotted #d0d0d0;
	margin-bottom:10px;
	padding:10px 0 0;
}

.page-content.search .section .filter dl{
	margin-bottom:30px;
}

.page-content.search .section .filter dl dt{
	float:left;
	width:120px;
	margin-bottom:10px;
	padding:10px;
	font-weight:bold;
	color:#268142;
}

.page-content.search .section .filter dl dd{
	padding:10px 0 10px 140px;
}

.page-content.search .section .filter dl dd.calendar input{
	width:150px;
}

.page-content.search .section .filter dl dd.cost label{
	display: inline-block;
	width:115px;
	margin-bottom:10px;
}

.page-content.search .section .filter dl dd.area label{
	display: inline-block;
	width:175px;
	margin-bottom:10px;
}

.page-content.search .section .filter dl dd.kwh label{
	display: inline-block;
	width:175px;
	margin-bottom:15px;
}

.page-content.search .section .filter .button{
	width:520px;
}

.page-content.search .section .title{
	position: relative;
}

.page-content.search .section .title p{
	position: absolute;
	right:250px;
	bottom:0;
}

.page-content.search .section .title p span{
	color:#FF0000;
	font-size:1.2rem;
	font-weight:bold;
}

.page-content.search .section .title .sorting{
	position: absolute;
	right:0;
	bottom:0;
}

.page-content.search .section .pager{
	display: flex;
	justify-content: center;
	align-content: center;
	margin:30px 0 0;
}

.page-content.search .section .pager span{
	vertical-align: middle;
	line-height: 1;
}

.page-content.search .section .pager .current{
	width:33px;
	margin:0 7px;
	text-align: center;
	padding:9px 0;
	font-weight:bold;
	color:#FFFFFF;
	background: url("../img/common/bg_pagenavi.png") no-repeat center center;
}

.page-content.search .section .pager .page{
	padding:9px 0;
	font-weight:bold;
	color:#373737;
	width:33px;
	margin:0 7px;
	text-align: center;
}

.page-content.search .section .searchresult .result{
	margin:10px 0 0;
}

.page-content.search .section .searchresult .result .box{
	width:100%;
	padding:10px;
	border:1px solid #d0d0d0;
	box-sizing: border-box;
	margin:0 0 30px;
}

.page-content.search .section .searchresult .result .box .img{
	width:320px;
	float:left;
}

.page-content.search .section .searchresult .result .box .textarea{
	width:640px;
	float:right;
}

.page-content.search .section .searchresult .result .box .textarea .content-header{
	border-bottom: #ccc dotted 1px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.page-content.search .section .searchresult .result .box .textarea .content-header span.high{
	background: #0052bc;
    color: #fff;
    font-weight: bold;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    line-height: 60px;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.page-content.search .section .searchresult .result .box .textarea .content-header h3{
	float: left;
    font-size: 1.34rem;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #333333;
    width: 570px;
}

.page-content.search .section .searchresult .result .box .textarea .content-header h3 span.new{
	padding: 3px 10px 1px 10px;
    margin: 0 5px 0 0;
    background: #f00;
    color: #fff;
    font-size: 0.94rem;
}

.page-content.search .section .searchresult .result .box .textarea .content-header h3 span.land{
	font-weight: bold;
}

.page-content.search .section .searchresult .result .box .textarea .detail{
	margin-bottom:10px;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left{
	width: 490px;
    float: left;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001{
	border-top:1px solid #A9A9AA;
	border-bottom:1px solid #A9A9AA;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 tr{
	border-bottom:none;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 th{
	width:350px;
	line-height: 1.5;
	padding:10px 15px;
	background: #F0F1F1;
	border-bottom:1px solid #FFFFFF;
	border-right:none;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 tr:nth-child(2n){
	background: none;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 tr:last-child th{
	border-bottom:none;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 span{
	display: block;
	font-size:0.8rem;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 td{
	width:160px;
	padding:10px 20px;
	border-bottom:1px solid #A9A9AA;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 tr:last-child td{
	border-bottom:none;
}

.page-content.search .section .searchresult .result .box .textarea .detail .right{
	width: 120px;
    float: right;
    color: #FFFFFF;
    background:url("../img/top/bg_search_001.png") no-repeat center center;
	background-size: cover;
    height: 60px;
    padding: 30px 0;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
    font-weight: bold;
}

.page-content.search .section .searchresult .result .box .textarea .detail .right span{
	font-weight:bold;
	font-size: 1.4rem;
	line-height: 2;
}

.page-content.search .section .searchresult .result .box .button.orange{
	width:100%;
	margin:10px auto 0;
	float: left;
}

.page-content.search .section .searchresult .result .box .button.orange a{
	width:784px;
	margin:0 auto;
	padding:10px 0;
}

.page-content.search .section .searchresult .result .box.close{
	width:100%;
	padding:20px 40px;
	margin:0 0 30px;
    background: url("../img/search/img_products.png") no-repeat center center;
}
.page-content.search .section .searchresult .result .box.close p.img{
    width: 146px;
	float:none;
	margin:0 auto 20px;
}
.page-content.search .section .searchresult .result .box.close .text{
    width: 100%;
	float:none;
	text-align: center;
	margin-bottom: 0;
}
.page-content.search .section .searchresult .result .box.close .text_m{
	font-size: 160%;
	line-height: 2;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}

.page-content.search .section .searchresult .result .box.close .text .button{
	width:414px;
	background: #8178cf;
	border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
	margin:20px auto 0;
}

.page-content.search .section .searchresult .result .box.close .text .button:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.page-content.search .section .searchresult .result .box.close .text .button a{
	display:flex;
	justify-content: center;
	align-items: center;
	height:100%;
	width:100%;
	text-align: center;
	vertical-align: middle;
	color:#FFFFFF;
	font-size:1.4rem;
}

.page-content.search .section .searchresult .result .box.close .text .button a span{
	font-weight:bold;
}

.page-content.search .section .searchresult .result .box.close .text .button a span.icon{
	padding-right: 15px;
	height:40px;
}

.page-content.search .section .searchresult .result .box.close .text .button a span.icon img{
	vertical-align: top;
}

.page-content.search .section .searchresult .result .box.close .text .button a:hover span img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.page-content.search .section .searchresult .button.favorite{
	width:520px;
	margin: 30px auto 0;
}

@media (max-width: 740px) {

.page-content.search .section h1{
	font-size:1.5rem;
	margin:0 0 50px;
}

.page-content.search .section .filter .col2{
	width:100%;
	float:none;
    margin-bottom: 0;
    padding: 0;
}

.page-content.search .section .filter dl{
	margin-bottom:0;
}

.page-content.search .section .filter dl dt{
	float:none;
	width:100%;
	margin-bottom: 0;
    padding: 10px 10px 0px;
}

.page-content.search .section .filter dl dd{
	width:100%;
	padding:10px;
}

.page-content.search .section .filter dl dd label{
	line-height: 1.5;
    display: inline-block;
}

.page-content.search .section .filter dl dd.multiline{
	width:100%;
	padding:10px !important;
}

.page-content.search .section .filter dl dd.area label{
	display: inline-block;
	width:175px;
	margin-bottom:10px;
}

.page-content.search .section .filter dl dd.kwh label{
	display: inline-block;
	width:auto;
	margin-bottom:10px;
}

.page-content.search .section .filter .button{
	width:80%;
	margin:20px auto 10px;
}

.page-content.search .section .title{
	position: static;
}

.page-content.search .section .title p{
	position: static;
	text-align: right;
}

.page-content.search .section .title .sorting{
	position: static;
	text-align: right;
}

.page-content.search .section .filter dl dd.calendar input{
	width:40%;
}

.page-content.search .section .filter dl dd.calendar input::placeholder{
	font-size:0.8rem;
}

.page-content.search .section .searchresult .result{
	margin:10px 0 0;
}

.page-content.search .section .searchresult .result .box{
	width:100%;
	padding:10px;
	border:1px solid #d0d0d0;
	box-sizing: border-box;
	margin:0 0 30px;
}

.page-content.search .section .searchresult .result .box .img{
	width:100%;
	max-width: 320px;
	float:none;
	text-align: center;
	margin:0 auto;
}

.page-content.search .section .searchresult .result .box .img img{
	width:100%;
}

.page-content.search .section .searchresult .result .box .textarea{
	width:100%;
	float:none;
}

.page-content.search .section .searchresult .result .box .textarea .content-header{
    margin:10px 0;
	border-bottom: none;
}

.page-content.search .section .searchresult .result .box .textarea .content-header span.high{
	margin-right:0;
}

.page-content.search .section .searchresult .result .box .textarea .content-header h3{
    width: calc( 100% - 65px );
    font-size: 1.1rem;
    font-weight: bold;
	margin-left:5px;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left{
	width: 100%;
    float: none;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 th{
	width:100%;
	padding:10px;
	display: block;
}

.page-content.search .section .searchresult .result .box .textarea .detail .left table.table-001 td{
	width:100%;
	padding:10px;
	display: block;
	line-height: 1.5;
}

.page-content.search .section .searchresult .result .box .textarea .detail .right{
	display:none;
}

.page-content.search .section .searchresult .result .box .button.orange{
	width:80%;
	margin:10px auto 0;
	float: none;
}

.page-content.search .section .searchresult .result .box .button.orange a{
	width:100%;
}

.page-content.search .section .searchresult .result .box.close{
	width:100%;
	padding: 40px 10px;
	margin:0 0 30px;
    background: url("../img/search/img_products_sp.png") no-repeat top center;
    background-size: cover;
}
.page-content.search .section .searchresult .result .box.close p.img{
    width: 80px;
}
.page-content.search .section .searchresult .result .box.close p.img img{
    width: 100%;
}
.page-content.search .section .searchresult .result .box.close .text{
    width: 100%;
    float: none;
    text-align:  center;
	margin-bottom: 0px;
}
.page-content.search .section .searchresult .result .box.close .text_m {
    font-size: 130%;
    line-height: 1.3;
    width: 96%;
    text-align: left;
	margin:0 auto;
}
.page-content.search .section .searchresult .result .box.close .text .button{
	width: 80%;
}
.page-content.search .section .searchresult .result .box.close .text .button a{
	font-size:1rem;
}

.page-content.search .section .searchresult .button.favorite{
	width:80%;
	margin: 30px auto 0;
}

}

/*--------------------------------------
    detail
--------------------------------------*/

.page-content.detail .section .page-width .detail-header{
	margin-top:70px;
	margin-bottom:70px;
}

.page-content.detail .section .page-width .detail-header .text{
	font-size:1.1rem;
	font-weight:bold;
	margin-bottom: 30px;
}

.page-content.detail .section .page-width .detail-header .img{
	width:100%;
}

.page-content.detail .section .page-width .detail-header .img img{
	width:100%;
}

.page-content.detail .section .page-width .detail-pic{
	margin-top:70px;
	margin-bottom:70px;
}

.page-content.detail .section .page-width .detail-pic h3.style-01{
	text-align: center;
}

.page-content.detail .section .page-width .detail-pic ul{
	display:flex;
}

.page-content.detail .section .page-width .detail-pic ul li{
	margin-right:30px;
}

.page-content.detail .section .page-width .detail-property{
	margin-top:70px;
	margin-bottom:70px;
}

.page-content.detail .section .page-width .detail-property h3.style-01{
	text-align: center;
}

.page-content.detail .section .page-width .box{
	display:flex;
	justify-content: space-between;
}

.page-content.detail .section .page-width .box .left,
.page-content.detail .section .page-width .box .right{
	width:485px;
}

.page-content.detail .section .page-width .box .section-table{
	margin:30px auto;
}

.page-content.detail .section .page-width .box .section-table h4{
	font-size:1.1rem;
	font-weight: bold;
	width:100%;
	line-height: 3;
	background: #373737;
	color:#FFFFFF;
	text-align: center;
}

.page-content.detail .section .page-width .box .section-table .table-001 th,
.page-content.detail .section .page-width .box .section-table .table-001 td{
	width:50%;
}

.page-content.detail .section .page-width .box .section-table .table-001{
	border:1px solid #e3e3e3;
	border-top:none;
}

.page-content.detail .section .page-width .button-box{
	width:800px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.page-content.detail .section .page-width .text{
	font-size:1rem;
}

.page-content.detail .section .page-width .button-box .left,
.page-content.detail .section .page-width .button-box .right{
	width:350px;
}

.page-content.detail .section .page-width .detail-system{
	margin-top:70px;
	margin-bottom:70px;
}

.page-content.detail .section .page-width .detail-system h3.style-01{
	text-align: center;
}

.page-content.detail .other{
	padding:40px 0;
	background: rgba(144,208,67,0.3);
}

.page-content.detail .other .box .list{
	width:320px;
	height:520px;
	padding:10px;
	box-sizing: border-box;
	background: #FFFFFF;
	position: relative;
}

.page-content.detail .other .box .list .other-header .cost{
	width: 90px;
    color: #FFFFFF;
    background:url("../img/top/bg_search_001.png") no-repeat center center;
	background-size: cover;
    height: 50px;
    padding: 20px 0;
    font-size: 0.85rem;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
	position: absolute;
	top:2px;
	right:2px;
	z-index: 500;
}

.page-content.detail .other .box .list .other-header .cost span{
	display: block;
	font-weight: bold;
	line-height: 1;
	padding:8px 0 0;
}

.page-content.detail .other .box .list .other-header .pic{
	width:100%;
}

.page-content.detail .other .box .list .other-header .pic img{
	width:100%;
}

.page-content.detail .other .box .list .other-header .text{
	margin:10px 0 0;
	float:left;
}

.page-content.detail .other .box .list .other-header .operation{
	margin:10px 0 0;
	float:right;
	background: #268142;
	width:70px;
	height:16px;
	padding:27px 0;
	border-radius: 35px;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 1;
}

.page-content.detail .other .box .list .other-content{
	border-top:1px solid #d0d0d0;
	padding:20px 10px 10px;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	box-sizing: border-box;
}

.page-content.detail .other .box .list .other-content dl dt{
	float:left;
	width:80px;
	text-align: center;
	color:#FFFFFF;
	background: #268142;
	line-height: 2;
	font-weight: bold;
}

.page-content.detail .other .box .list .other-content dl dd{
	padding-left:90px;
	line-height: 2;
	font-weight: bold;
	margin:0 0 10px;
}

.page-content.detail .other .box .list .other-content .button.orange{
	margin-top:10px;
}

.page-content.detail-contact .tel{
	margin: 20px 0 50px 0;
    font-weight: bold;
}

.page-content.detail-contact .tel span{
	display:block;
	font-size:2.4rem;
	font-weight:bold;
	padding:0 0 10px;
	line-height: 1;
}

.page-content.detail-contact .tel span img{
	display: inline-table;
	vertical-align: middle;
	padding:0 5px 5px 0;
}

.page-content.detail-contact .button.orange{
	width:784px;
}

.page-content.detail-contact .button.orange a{
	padding:10px 0;
}

.page-content.detail-contact .g-recaptcha div{
    margin: 0 auto;
}


@media (max-width: 740px) {

.page-content.detail .section .page-width .detail-header{
	margin-top:50px;
	margin-bottom:50px;
}

.page-content.detail .section .page-width .detail-header .text{
	font-size:1rem;
}

.page-content.detail .section .page-width .detail-pic{
	margin-top:50px;
	margin-bottom:50px;
}

.page-content.detail .section .page-width .detail-pic ul li{
	margin-right:0;
	width:33%;
}

.page-content.detail .section .page-width .detail-pic ul li img{
	width:100%;
}

.page-content.detail .section .page-width .detail-property{
	margin-top:50px;
	margin-bottom:50px;
}

.page-content.detail .section .page-width .box{
	display:block;
}

.page-content.detail .section .page-width .box .left,
.page-content.detail .section .page-width .box .right{
	width:100%;
}

.page-content.detail .section .page-width .box .section-table h4{
	font-size:1rem;
}

.page-content.detail .section .page-width .box .section-table .table-001 th,
.page-content.detail .section .page-width .box .section-table .table-001 td{
	width:100%;
}

.page-content.detail .section .page-width .button-box{
	width:80%;
	display: block;
}

.page-content.detail .section .page-width .button-box .left,
.page-content.detail .section .page-width .button-box .right{
	width:100%;
}

.page-content.detail .section .page-width .detail-system{
	margin-top:50px;
	margin-bottom:50px;
}

.page-content.detail-contact .button.orange{
	width:100%;
}

.page-content.detail .other .box .list .other-header .cost{
	background-size: cover;
    height: auto;
    padding: 15px 0;
}

.page-content.detail .other .box .list .other-header .operation{
	height:auto;
}
.page-content.detail-contact .tel{
	margin: 15px 0 30px 0;
    font-weight: bold;
}

.page-content.detail-contact .tel a{
	display:block;
	font-size:1.8rem;
	font-weight:bold;
	padding:0 0 10px;
	line-height: 1;
}

.page-content.detail-contact .tel a img{
	display: inline-table;
	vertical-align: middle;
	padding:0 5px 5px 0;
}

}

/*--------------------------------------
    about
--------------------------------------*/

.page-content.about .section .page-width .section-about{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-content.about .section .page-width .section-about h3.style-01{
	border-bottom:1px solid #373737;
	margin-bottom: 20px;
	color:#373737;
	padding:0 1% 15px;
}

.page-content.about .section .page-width .section-about .text{
	padding:0 1%;
	line-height: 1.8;
}

.page-content.about .section .page-width .section-about .left{
	width:500px;
	margin:0 0 50px;
}

.page-content.about .section .page-width .section-about .right{
	width:450px;
	position: relative;
	padding:350px 0 0;
}

.page-content.about .section .page-width .section-about .right.kouichi{
	padding:380px 0 0;
}

.page-content.about .section .page-width .section-about .right .box{
	width:560px;
	position: absolute;
	padding:40px;
	background: #373737;
	top:60px;
	right:0;
	box-sizing: border-box;
	letter-spacing: 5px;
}

.page-content.about .section .page-width .section-about .right .box h3.style-03{
	width:100%;
	font-size:1.4rem;
	border-bottom:1px solid #26b142;
	padding:0 0 15px;
	margin:0 0 20px;
	line-height: 1.5;
	color:#FFFFFF;
}

.page-content.about .section .page-width .section-about .right .box .text{
	font-size:1.2rem;
	line-height: 1.5;
	color:#FFFFFF;
	margin-bottom: 5px;
}

.page-content.about .section .page-width .section-about .right .box .name{
	font-size:2.2rem;
	line-height: 1.5;
	color:#FFFFFF;
}

.page-content.about .section .page-width .section-about .right .box .name span{
	color:#26AF42;
}

.page-content.about .section .page-width .section-about .wide{
	width:100%;
}

.page-content.about .section .page-width .section-about .staff_co2 .leftBox{
    width: 400px;
    float: left;
}
.page-content.about .section .page-width .section-about .staff_co2 .rightBox{
    width: 550px;
    float: right;
}

.page-content.about .section .page-width .section-about .staff_co2_hyakunari .img{
    width: 350px;
    float: right;
    margin: 0 0 30px 30px;
}

.page-content.about .section .page-width .section-about .staff_co2_hyakunari img{
    max-width: 100%;
}

.page-content.about .section .page-width .section-about p.end{
    margin: 0 0 50px 0;
}

.page-content.about .section .page-width .section-about .wide .staff{
	width:876px;
    margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.page-content.about .section .page-width .section-about .wide .staff p{
    width: 266px;
}
.page-visual.about{
    background: url("../img/about/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
    padding: 90px 0;
    height: auto;
    width: 100%;
    margin-bottom: 0;
}
.page-visual.about h1{
    color: #fff;
    font-size: 240%;
    font-weight: bold;
    text-align:  center;
}
.about .info{
    padding: 80px 0;
    width: 880px;
    text-align: justify;
}
.about .info p{
    line-height: 2.4;
}
.about .info p.logo{
    text-align:  center;
    margin: 0 0 30px 0;
}
.about .info p.img{
    text-align:  center;
    margin: 40px 0 0 0;
}
.about .info p.img img{
    max-width: 100%;
    height: auto;
}
.about .info p.img.img2{
    margin: 70px 0 0 0;
}
.about .info .aboutText{
    margin: 30px 0 0 0;
}
.about .info .aboutText h3{
    margin: 50px 0 10px 0;
    padding: 0 0 10px 0;
    color: #26AF42;
    font-weight: bold;
    border-bottom: #26AF42 solid 1px;
    font-size: 180%;
}
.about .info .aboutText h4{
    font-size: 134%;
    font-weight: bold;
    margin: 40px 0 0 0;
}
.about .info .aboutText .faq{
    margin: 30px 0 0 0;
    padding: 30px;
    background: #f5f5f5;
}
.about .info .aboutText .faq h5{
    font-size: 134%;
    font-weight: bold;
    padding: 10px 0 10px 50px;
    margin: 0 0 10px 0;
    background: url("../img/about/icon_q.png") no-repeat left center;
}
.about .info .aboutText.col2 .leftBox{
    width: 48%;
    float: left;
}
.about .info .aboutText.col2 .rightBox{
    width: 48%;
    float: right;
}

.about .bg{
    background: #eaf7ed;
    padding: 100px 0;
    text-align: justify;
}
.about .bg .strength{
    background: #fff;
    padding: 100px 75px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    width: 850px;
}
.about .bg .strength h2{
    text-align: center;
    margin: -140px 0 0 0;
}
.about .bg .strength .Box{
    padding: 65px 0;
    border-bottom: #373737 dotted 1px;
}
.about .bg .strength .Box h3{
    margin: 0 0 40px 0;
}
.about .bg .strength .Box p.img{
    margin: 0 0 30px 0;
    text-align: center;
}
.about .bg .strength .Box .staff{
    margin: 0 0 30px -26px;
}
.about .bg .strength .Box .staff p{
    margin: 0 0 0 26px;
    float: left;
    width: 266px;
}
.about .bg .strength .Box h4{
    background: url("../img/about/icon_plus.png") no-repeat 98% center, #26AF42;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    padding: 15px;
    margin: 20px 0 0 0;
    line-height: 38px;
    cursor: pointer;
}
.about .bg .strength .Box h4.active{
    background: url("../img/about/icon_minus.png") no-repeat 98% center, #26AF42;
}
.about .bg .strength .Box .serviceBox{
    padding: 40px 25px;
    display: none;
}
.about .bg .strength p.link{
    margin: 20px 0;
    background: url("../img/about/icon_arrow.png") no-repeat left center;
    background-size: 13px 15px;
    padding: 0 0 0 20px;
}
.about .bg .strength p.link a{
	color:#0068a9;
	font-weight: bold;
	text-decoration: underline;
}
.about .bg .strength .Box .serviceBox p.link a:hover{
	text-decoration:none;
}
.about .bg .strength .Box .serviceBox p.img{
    margin: 0;
}
.about .bg .strength .Box h5{
    font-size: 134%;
    font-weight: bold;
    margin: 40px 0 10px 0;
}
.about .bg .strength .Box h6{
    margin: 40px 0 25px 0;
    padding: 0 0 10px 0;
    color: #26AF42;
    border-bottom: #26AF42 solid 1px;
    font-size: 114%;
}
.about .bg .strength .Box.end{
    padding: 65px 0 0 0;
    border-bottom: none;
}
.about .bg .strength .Box.end p.img{
    margin: 30px 0 0 0;
}
.about .bg .btnArea{
    text-align: center;
    margin: 100px 0 0 0;
}
.about .bg .btnArea p{
    width: 400px;
    display: inline-block;
    margin: 0 20px;
}
.about .bg .btnArea a{
	width:100%;
	padding:15px 0;
	line-height: 1;
	font-size:1.1rem;
	font-weight:bold;
	color:#FFFFFF;
    background: #26b142;
	display:flex;
	justify-content: center;
	align-content: center;
	position: relative;
	border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
}
.about .bg .btnArea a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.about .bg .btnArea a span {
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 35px;
    background: url(../img/common/btn_common_003.png) no-repeat left center;
}
@media (max-width: 740px) {

.page-content.about .section .page-width .section-about{
	display: block;
}

.page-content.about .section .page-width .section-about .left{
	width:100%;
}

.page-content.about .section .page-width .section-about .left .img{
	display: none;
	width:100%;
}

.page-content.about .section .page-width .section-about .left .img img{
	width:100%;
	max-width: 500px;
	margin:0 auto;
}

.page-content.about .section .page-width .section-about .right{
	width:100%;
	padding:0;
}

.page-content.about .section .page-width .section-about .right.kouichi{
	padding:0;
}

.page-content.about .section .page-width .section-about .right .box{
	width:100%;
	position: static;
	padding:20px 30px;
	margin-bottom:50px;
}

.page-content.about .section .page-width .section-about .right .box h3.style-03{
	width:100%;
	font-size:1.2rem;
}

.page-content.about .section .page-width .section-about .right .box .text{
	font-size:1.2rem;
}

.page-content.about .section .page-width .section-about .right .box .name{
	font-size:1.8rem;
}

.page-content.about .section .page-width .section-about .staff_co2 .leftBox{
     width: 100%;
    float: none;
}
.page-content.about .section .page-width .section-about .staff_co2 .rightBox{
     width: 100%;
    float: none;
    margin: 0 0 25px 0;
}

.page-content.about .section .page-width .section-about .staff_co2_hyakunari{
    margin: 0;
}

.page-content.about .section .page-width .section-about .staff_co2_hyakunari .img{
    width: 60%;
    float: none;
    margin: 0 auto 20px auto;
}

.page-content.about .section .page-width .section-about p.end{
    width: 90%;
    margin: 0 auto 30px auto;
}

.page-content.about .section .page-width .section-about .wide .staff{
    width: 100%;
}
.page-content.about .section .page-width .section-about .wide .staff p{
    width: 33%;
}
.page-content.about .section .page-width .section-about .wide .staff p img{
    width:100%;
}
.page-visual.about{
    padding: 0;
}
.page-visual.about h1{
    font-size: 1.6rem;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:80%;
	margin:0 auto;
	text-align: center;
}
.about .info{
    padding: 80px 2%;
    width: 100%;
}
.about .info p{
    line-height: 2;
}
.about .info p.logo{
    width:100%;
}
.about .info p.logo img{
    width:100%;
	max-width: 320px;
}
.about .info p.img{
    margin: 30px 0 0 0;
}
.about .info p.img.img2{
    margin: 50px 0 0 0;
}
.about .info .aboutText{
    margin: 20px 0 0 0;
}
.about .info .aboutText h3{
    font-size: 120%;
}
.about .info .aboutText.col2 .leftBox{
    width: 100%;
    float: none;
}
.about .info .aboutText.col2 .rightBox {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
}
.about .info .aboutText .faq h5 {
    line-height: 1.6;
    background: url(../img/about/icon_q.png) no-repeat left 10px;
}
.about .bg .strength{
    padding: 100px 2%;
    width: 100%;
	box-sizing: border-box;
}
.about .bg .strength h2{
    width:100%;
}
.about .bg .strength h2 img{
    width:100%;
	max-width: 444px;
}
.about .bg .strength .Box {
    padding: 50px 0;
}
.about .bg .strength .Box.end{
    padding: 50px 0 0 0;
}
.about .bg .strength .Box h3 {
    margin: 0 0 20px 0;
}
.about .bg .strength .Box h3 img{
    width:100%;
}
.about .bg .strength .Box p.img img{
    width:100%;
}
.about .bg .strength .Box .staff{
    margin: 0 0 30px;
}
.about .bg .strength .Box .staff p{
    margin: 0;
    width: 33%;
}
.about .bg .strength .Box .staff p img{
    width:100%;
}
.about .bg .strength .Box h4{
	font-size: 120%;
    padding: 15px 50px 15px 15px;
}
.about .bg .strength .Box .serviceBox p.img{
    margin: 0;
}
.about .bg .strength .Box .serviceBox p.img img{
    width:100%;
}
.about .bg .strength .Box h5{
    font-size: 100%;
}
.about .bg .btnArea{
    text-align: center;
    margin: 25px 0 0 0;
}
.about .bg .btnArea p{
    width: 94%;
    display: block;
    margin: 0 auto 10px auto;
}
.about .bg .btnArea p a{
	font-size:3.5vw;
}
.about .bg .btnArea p a span{
	background-size:contain;
	padding: 2px 0 2px 35px;
}
}

/*--------------------------------------
    necessity
--------------------------------------*/
.page-visual.necessity{
    background: url("../img/necessity/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
    padding: 90px 0;
    height: auto;
    width: 100%;
    margin-bottom: 0;
}
.page-visual.necessity h1{
    color: #fff; 
    font-size: 240%;
    font-weight: bold;
    text-align:  center;
}
.necessity h2{
    color: #26B142;
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin: 0 0 60px 0;;
}
.necessity h3{
    font-size: 134%;
    font-weight: bold;
    margin: 60px 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: #26B142 solid 1px;
}
.necessity .info{
    padding: 80px 0;
    width: 880px;
}
.necessity .info p{
    line-height: 1.8;
    margin: 30px 0 0 0;
}
.necessity .bg{
    background: #eaf7ed;
    padding: 100px 0;
}
.necessity .bg ul.localNav li {
    width: 33.3333333333%;
    float: left;
    border-right: #eaf7ed solid 1px;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}
.necessity .bg ul.localNav li a {
    display: block;
	position: relative;
	margin: 0;
	padding: 25px 0;
	cursor: pointer;
	color: #26B142;
	background: #fff;
    text-align: center;
    font-weight: bold;
}
.necessity .bg ul.localNav li a::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -26px;
	margin-left: -14px;
	border: #fff solid 14px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.necessity .bg ul.localNav li a:hover {
	color: #fff;
	background: #26B142;
}
.necessity .bg ul.localNav li a:hover::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -26px;
	margin-left: -14px;
	border: #26B142 solid 14px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.necessity .bg .Box{
    background: #fff;
    margin: 30px 0 0 0;
    padding: 100px 75px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    width: 850px;
}
.necessity .bg .Box h2{
    margin: 0;
}
.necessity .bg .Box p.img{
    margin: 30px 0 0 0;
    text-align: center;
}
.necessity .bg .Box p.img2{
    margin: 30px 0 60px 0;
    text-align: center;
}
.necessity .bg .Box .section001 .leftBox{
    width: 500px;
    float: left;
}
.necessity .bg .Box .section001 .leftBox p{
    margin: 0;
}
.necessity .bg .Box .section001 .leftBox ul{
    margin: 30px 0;
}
.necessity .bg .Box .section001 .leftBox ul li{
    color: #fff;
    background: #727171;
    padding: 10px 0;
    margin: 5px auto;
    width: 60%;
    text-align: center;
}
.necessity .bg .Box .section001 .rightBox{
    width: 320px;
    float: right;
}
.necessity .bg .Box .section002 .leftBox{
    width: 400px;
    float: left;
}
.necessity .bg .Box .section002 .leftBox p{
    margin: 0 0 30px 0;
}
.necessity .bg .Box .section002 .rightBox{
    width: 420px;
    float: right;
    text-align: center;
}
.necessity .bg .Box .section003 .leftBox{
    width: 520px;
    float: left;
}
.necessity .bg .Box .section003 .leftBox p{
    margin: 0;
}
.necessity .bg .Box .section003 .rightBox{
    width: 300px;
    float: right;
}
.necessity .bg .Box .section004{
    margin: 40px 0;
}
.necessity .bg .Box .section004 .leftBox{
    width: 490px;
    float: left;
}
.necessity .bg .Box .section004 .rightBox{
    width: 330px;
    float: right;
}
.necessity .bg .btnArea{
    text-align: center;
    margin: 100px 0 0 0;
}
.necessity .bg .btnArea p{
    width: 400px;
    display: inline-block;
    margin: 0 20px;
}
.necessity .bg .btnArea a{
	width:100%;
	padding:15px 0;
	line-height: 1;
	font-size:1.1rem;
	font-weight:bold;
	color:#FFFFFF;
    background: #26b142;
	display:flex;
	justify-content: center;
	align-content: center;
	position: relative;
	border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
}
.necessity .bg .btnArea a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.necessity .bg .btnArea a span {
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 35px;
    background: url(../img/common/btn_common_003.png) no-repeat left center;
}
@media (max-width: 740px) {

.page-visual.necessity{
    padding: 0;
}
.page-visual.necessity h1{
    font-size: 1.6rem;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:80%;
	margin:0 auto;
	text-align: center;
}
.necessity h2{
    font-size: 160%;
}
.necessity h3{
    font-size: 120%;
    margin: 40px 0 20px 0;
}
.necessity .info{
    padding: 80px 2%;
    width: 100%;
	box-sizing: border-box;
}
.necessity .bg{
    padding: 100px 2%;
}
.necessity .bg ul.localNav li a {
	font-size:2vw;
}
.necessity .bg .Box{
    padding: 100px 5%;
    width: 100%;
	box-sizing: border-box;
}
.necessity .bg .Box .section001 .leftBox{
    width: 100%;
    float: none;
	margin-bottom: 30px;
}
.necessity .bg .Box .section001 .leftBox ul li{
    width: 90%;
}
.necessity .bg .Box .section001 .rightBox{
    width: 100%;
    float: none;
}
.necessity .bg .Box .section002 .leftBox{
    width: 100%;
    float: none;
	margin-bottom: 30px;
}
.necessity .bg .Box .section002 .rightBox{
    width: 100%;
    float: none;
}
.necessity .bg .Box .section003 .leftBox{
    width: 100%;
    float: none;
	margin-bottom: 30px;
}
.necessity .bg .Box .section003 .rightBox{
    width: 100%;
    float: none;
}
.necessity .bg .Box .section004 .leftBox{
    width: 100%;
    float: none;
	margin-bottom: 30px;
}
.necessity .bg .Box .section004 .rightBox{
    width: 100%;
    float: none;
}
.necessity .bg .Box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.necessity .bg .Box .section001 .rightBox{
	text-align: center;
}
.necessity .bg .Box .section001 .rightBox img {
	max-width: 320px;
}
.necessity .bg .Box .section002 .rightBox{
	text-align: center;
}
.necessity .bg .Box .section002 .rightBox img {
	max-width: 380px;
}
.necessity .bg .Box .section003 .rightBox{
	text-align: center;
}
.necessity .bg .Box .section003 .rightBox img {
	max-width: 300px;
}
.necessity .bg .Box .section004 .leftBox{
	text-align: center;
}
.necessity .bg .Box .section004 .leftBox img {
	max-width: 490px;
}
.necessity .bg .Box .section004 .rightBox{
	text-align: center;
}
.necessity .bg .Box .section004 .rightBox img {
	max-width: 330px;
}
.necessity .bg .btnArea{
    text-align: center;
    margin: 25px 0 0 0;
}
.necessity .bg .btnArea p{
    width: 94%;
    display: block;
    margin: 0 auto 10px auto;
}
.necessity .bg .btnArea p a{
	font-size:3.5vw;
}
.necessity .bg .btnArea p a span{
	background-size:contain;
	padding: 2px 0 2px 35px;
}
}
/*--------------------------------------
    plan
--------------------------------------*/

.page-content.plan .section-plan{
	margin:100px auto;
}

.page-content.plan .section-plan .page-width .img{
	text-align: center;
}

.page-content.plan .section-plan .page-width .description{
	width:913px;
	margin:50px auto 0;
	display: flex;
	justify-content: space-between;
}

.page-content.plan .section-plan .page-width .description .box{
	width:294px;
}

.page-content.plan .section-plan .page-width .description .box a{
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
	display: block;
}

.page-content.plan .section-plan .page-width .description .box a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.page-content.plan .section-plan .page-width .description .box a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.page-content.plan .section-plan .page-width .description .box .box-header{
	width:100%;
	padding:17px 0 15px;
	text-align: center;
	background: #5eb498;
	border-radius: 8px 8px 0 0;
}

.page-content.plan .section-plan .page-width .description .box.box-002 .box-header{
	background: #ffaf24;
}

.page-content.plan .section-plan .page-width .description .box.box-003 .box-header{
	background: #6682c7;
}

.page-content.plan .section-plan .page-width .description .box .box-header p{
	line-height: 1;
	font-size:1.1rem;
	font-weight: bold;
	color:#FFFFFF;
}

.page-content.plan .section-plan .page-width .description .box .content{
	height:350px;
	width:100%;
	box-sizing: border-box;
	padding:25px;
	text-align: center;
	background: #eff7f4;
	border-radius: 0 0 8px 8px;
}

.page-content.plan .section-plan .page-width .description .box.box-002 .content{
	background: #fffbf4;
	padding:25px 40px;
}

.page-content.plan .section-plan .page-width .description .box.box-003 .content{
	background: #eff2f9;
	padding:25px 60px;
}

.page-content.plan .section-plan .page-width .description .box .content ul{
	margin:30px 0;
}

.page-content.plan .section-plan .page-width .description .box .content ul li{
	padding-left:15px;
	line-height: 1.8;
	position: relative;
	text-align: left;
	font-size:0.82rem;
	font-weight: bold;
}

.page-content.plan .section-plan .page-width .description .box .content ul li:before{
	position: absolute;
	top:0;
	left:0;
	display: inline-block;
	content: url("../img/plan/icon_plan_001.png");
}

.page-content.plan .section-plan .page-width .description .box.box-002 .content ul li:before{
	content: url("../img/plan/icon_plan_002.png");
}

.page-content.plan .section-plan .page-width .description .box.box-003 .content ul li:before{
	content: url("../img/plan/icon_plan_003.png");
}

.page-content.plan .section-001{
	background: #eff7f4;
	padding:100px 0;
}

.page-content.plan .section-002{
	background: #fff7e9;
	padding:100px 0;
}

.page-content.plan .section-003{
	background: #eff2f9;
	padding:100px 0;
}

.page-content.plan .section-001 .page-width,
.page-content.plan .section-002 .page-width,
.page-content.plan .section-003 .page-width{
	background: #ffffff;
	padding:150px 70px 120px;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
}

.page-content.plan .section-001 .page-width .head-img{
	position: absolute;
	top:-26px;
	left:50%;
	transform: translate(-50%,0);
}

.page-content.plan .section-002 .page-width .head-img{
	position: absolute;
	top:-26px;
	left:50%;
	transform: translate(-50%,0);
}

.page-content.plan .section-003 .page-width .head-img{
	position: absolute;
	top:-53px;
	left:50%;
	transform: translate(-50%,0);
}

.page-content.plan .section-001 .page-width .content-001 h3{
	font-size:1.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color:#5eb498;
}

.page-content.plan .section-001 .page-width .content-001 .box{
	width:100%;
	box-sizing: border-box;
	padding:50px 40px 40px;
	border-top:1px solid #5eb498;
	border-bottom:1px solid #5eb498;
	background: #f7fbfa;
}

.page-content.plan .section-002 .page-width .content-001 h3{
	font-size:1.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color:#ffaf24;
}

.page-content.plan .section-002 .page-width .content-001 .box{
	width:100%;
	box-sizing: border-box;
	padding:50px 50px 65px;
	border-top:1px solid #ffaf24;
	border-bottom:1px solid #ffaf24;
	background: #fffbf4;
}

.page-content.plan .section-003 .page-width .content-001 h3{
	font-size:1.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color:#6682c7;
}

.page-content.plan .section-003 .page-width .content-001 .box{
	width:100%;
	box-sizing: border-box;
	padding:50px 50px 55px;
	border-top:1px solid #6682c7;
	border-bottom:1px solid #6682c7;
	background: #f7f9fc;
}

.page-content.plan .page-width .content-001 .box .text{
	line-height: 2;
	margin-bottom: 50px;
	font-weight: bold;
	font-size:1rem;
}

.page-content.plan .section-002 .page-width .content-001 .box .text{
	margin-bottom: 30px;
}

.page-content.plan .page-width .content-001 .box .link{
	padding-left:20px;
	position: relative;
}

.page-content.plan .page-width .content-001 .box .link:before{
	position:absolute;
	left:0;
	top:50%;
	transform: translate(0,-50%);
	content: url("../img/plan/icon_plan_004.png");
	display: inline-block;
	line-height: 1;
}

.page-content.plan .section-002 .page-width .content-001 .box .link{
	margin-bottom:50px;
}

.page-content.plan .section-002 .page-width .content-001 .box .link.link002{
	margin-bottom:0;
}

.page-content.plan .page-width .content-001 .box .link a{
	color:#0068a9;
	padding-bottom:5px;
	border-bottom:1px solid #0068a9;
	line-height: 1;
	font-weight: bold;
}

.page-content.plan .page-width .content-001 .box .link a:hover{
	padding-bottom:6px;
	border-bottom:none;
}

.page-content.plan .page-width .content-002{
	text-align: center;
}

.page-content.plan .page-width .content-002 h4{
	margin:60px auto;
	font-size:1.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.page-content.plan .section-001 .page-width .content-002 h4{
	color:#5eb498;
}

.page-content.plan .section-002 .page-width .content-002 h4{
	color:#ffaf24;
}

.page-content.plan .section-003 .page-width .content-002 h4{
	color:#6682c7;
}

.page-content.plan .page-width .content-002 .text{
	margin:25px auto 50px;
	width:660px;
	font-weight: bold;
	font-size:1.02rem;
	line-height: 1.8;
	text-align: left;
}

.page-content.plan .page-width .content-002 .text.center{
	margin:0 auto 10px;
	font-size:0.95rem;
}

.page-content.plan .section-003 .btnArea{
    text-align: center;
    margin: 100px 0 0 0;
}
.page-content.plan .section-003 .btnArea p{
    width: 400px;
    display: inline-block;
    margin: 0 20px;
}
.page-content.plan .section-003 .btnArea a{
	width:100%;
	padding:15px 0;
	line-height: 1;
	font-size:1.1rem;
	font-weight:bold;
	color:#FFFFFF;
    background: #26b142;
	display:flex;
	justify-content: center;
	align-content: center;
	position: relative;
	border-radius: 5px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
}
.page-content.plan .section-003 .btnArea a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.page-content.plan .section-003 .btnArea a span {
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 35px;
    background: url(../img/common/btn_common_003.png) no-repeat left center;
}

.page-content.plan .registration{
	height:770px;
	width:100%;
	background: url("../img/top/pic_top_008.png") no-repeat center center;
	background-size:cover;
	position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.page-content.plan .registration .content-width{
	height:631px;
	background: url("../img/top/bg_registration_001.png") no-repeat center center;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.page-content.plan .registration .content-width .content-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}

.page-content.plan .registration .content-width .content-wrapper .img{
	position: absolute;
	right:0;
	top:-90px;
}

.page-content.plan .registration .content-width .content-wrapper h3{
	position: absolute;
	top:50px;
	left:220px;
	color:#FFFFFF;
	font-size:3.1rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 5px;
}

.page-content.plan .registration .content-width .content-wrapper .head{
	position: absolute;
	top:156px;
	left:39px;
	line-height: 1;
	font-size:1.6rem;
	display: flex;
	align-content: flex-end;
}

.page-content.plan .registration .content-width .content-wrapper .head span{
	line-height: 1;
	font-weight: bold;
	padding-top:16px;
}

.page-content.plan .registration .content-width .content-wrapper .head span.span-text{
	padding:0 5px;
}

.page-content.plan .registration .content-width .content-wrapper .head span.span-text img{
    width: 146px;
    height: 40px;
}

.page-content.plan .registration .content-width .content-wrapper .text{
	position: absolute;
	top:214px;
	left:39px;
    font-weight: bold;
}

.page-content.plan .registration .content-width .content-wrapper .score{
	width:1020px;
	height:200px;
	position: absolute;
	left:50%;
	bottom:145px;
	transform: translate(-50%,0);
	background: url("../img/top/bg_registration_002.png") repeat center center;
	border-radius: 10px;
}

.page-content.plan .registration .content-width .content-wrapper .score h4{
	position: absolute;
	top:23px;
	left:50%;
	transform: translate(-50%,0);
	color:#26ae42;
	font-size:1.9rem;
	font-weight:bold;
}

.page-content.plan .registration .content-width .content-wrapper .score ul{
	display: flex;
	position: absolute;
	top:61px;
	left:50%;
	transform: translate(-50%,0);
}

.page-content.plan .registration .content-width .content-wrapper .score ul li{
	position: relative;
}

.page-content.plan .registration .content-width .content-wrapper .score ul .list-001{
	width:331px;
	height:121px;
	background: url("../img/top/bg_registration_004.png") no-repeat left center;
}

.page-content.plan .registration .content-width .content-wrapper .score ul .list-002{
	width:298px;
	height:121px;
	background: url("../img/top/bg_registration_005.png") no-repeat left center;
}

.page-content.plan .registration .content-width .content-wrapper .score ul .list-003{
	width:364px;
	height:121px;
	background: url("../img/top/bg_registration_003.png") no-repeat left center;
}

.page-content.plan .registration .content-width .content-wrapper .score ul li .number{
	position: absolute;
	left:36px;
	top:50%;
	transform: translate(0,-50%);
	font-size:1.05rem;
	font-weight:bold;
	color:#FFFFFF;
}

.page-content.plan .registration .content-width .content-wrapper .score ul li .content{
	position: absolute;
	left:107px;
	top:50%;
	transform: translate(0,-50%);
	font-size:1.35rem;
	font-weight:bold;
	color:#26ae42;
}

.page-content.plan .registration .content-width .content-wrapper .button{
	width:416px;
	height:86px;
	position: absolute;
	left:50%;
	bottom:35px;
	transform: translate(-50%,0);
	background: url("../img/top/btn_registration_001.png") no-repeat center center;
}

.page-content.plan .registration .content-width .content-wrapper .button:hover{
	background: url("../img/top/btn_registration_002.png") no-repeat center bottom;
}

.page-content.plan .registration .content-width .content-wrapper .button a{
	display:flex;
	justify-content: center;
	align-items: center;
	height:100%;
	width:100%;
	text-align: center;
	vertical-align: middle;
	color:#FFFFFF;
	font-size:1.6rem;
}

.page-content.plan .registration .content-width .content-wrapper .button a span{
	padding-bottom: 6px;
	font-weight:bold;
}

.page-content.plan .registration .content-width .content-wrapper .button a span.icon{
	padding-right: 15px;
}

.page-content.plan .registration .content-width .content-wrapper .button:hover a span{
	padding-bottom: 0;
	padding-top:6px;
}

.page-content.plan .registration .content-width .content-wrapper .button a:hover span img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

@media (max-width: 740px) {

.page-content.plan .registration{
	height:auto;
	background: linear-gradient(to right,#26ae42,#90d043);
	position: static;
	padding:50px 5%;
}

.page-content.plan .registration .content-width{
	height:auto;
	padding:30px 5%;
	background: #FFFFFF;
	position:static;
	transform: translate(0,0);
	border-radius: 20px;
}

.page-content.plan .registration .content-width .content-wrapper{
	position: static;
}

.page-content.plan .registration .content-width .content-wrapper .img{
	display: none;
}

.page-content.plan .registration .content-width .content-wrapper h3{
	position: static;
	font-size:2rem;
	color:#26ae42;
	margin-bottom: 20px;
}

.page-content.plan .registration .content-width .content-wrapper .head{
	position: static;
	font-size:1.2rem;
	margin-bottom:20px;
	display: block;
}

.page-content.plan .registration .content-width .content-wrapper .head span.span-text{
	display: block;
	padding:10px 0;
}

.page-content.plan .registration .content-width .content-wrapper .text{
	position: static;
	margin-bottom:30px;
}

.page-content.plan .registration .content-width .content-wrapper .score{
	width:100%;
	height:auto;
	position: static;
	transform: translate(0,0);
	background: none;
}

.page-content.plan .registration .content-width .content-wrapper .score h4{
	position: static;
	transform: translate(0,0);
	font-size:1.4rem;
	margin-bottom: 10px;
}

.page-content.plan .registration .content-width .content-wrapper .score ul{
	display: block;
	position: static;
	transform: translate(0,0);
}

.page-content.plan .registration .content-width .content-wrapper .score ul li{
	position: static;
}

.page-content.plan .registration .content-width .content-wrapper .score ul .list-001{
	width:auto;
	height:auto;
	background: rgba(144,208,67,0.3);
	margin-bottom: 5px;
	padding:15px;
	border-radius: 20px;
}

.page-content.plan .registration .content-width .content-wrapper .score ul .list-002{
	width:auto;
	height:auto;
	background: rgba(144,208,67,0.3);
	margin-bottom: 5px;
	padding:15px;
	border-radius: 20px;
}

.page-content.plan .registration .content-width .content-wrapper .score ul .list-003{
	width:auto;
	height:auto;
	background: rgba(144,208,67,0.3);
	padding:15px;
	border-radius: 20px;
}

.page-content.plan .registration .content-width .content-wrapper .score ul li .number{
	position: static;
	transform: translate(0,0);
	font-size:1rem;
	color:#26ae42;
}

.page-content.plan .registration .content-width .content-wrapper .score ul li .content{
	position: static;
	transform: translate(0,0);
	font-size:1.2rem;
}

.page-content.plan .registration .content-width .content-wrapper .button{
	width:100%;
	height:50px;
	position: static;
	transform: translate(0,0);
	margin:30px auto 0;
	background: #ff8000;
	border-radius: 10px;
}

.page-content.plan .registration .content-width .content-wrapper .button:hover{
	background: #ff8000;
}

.page-content.plan .registration .content-width .content-wrapper .button a{
	font-size:1rem;
}

.page-content.plan .registration .content-width .content-wrapper .button a span{
	padding-bottom: 0;
	padding-top:0;
}

.page-content.plan .registration .content-width .content-wrapper .button:hover a span{
	padding-bottom: 0;
	padding-top:0;
}

.page-content.plan .registration .content-width .content-wrapper .button a span.icon{
	width:30px;
	padding-right:5px;
}

.page-content.plan .registration .content-width .content-wrapper .button a span.icon img{
	width:100%;
}

}

@media (max-width: 740px) {
	
.page-content.plan .section-plan{
	margin:50px auto;
}

.page-content.plan .section-plan .page-width .img{
	text-align: center;
}

.page-content.plan .section-plan .page-width .img img{
	width:100%;
	max-width:540px;
}

.page-content.plan .section-plan .page-width .description{
	width:100%;
	display: block;
}

.page-content.plan .section-plan .page-width .description .box{
	margin:0 auto 10px;
}

.page-content.plan .section-plan .page-width .description .box.box-002 .content{
	padding:25px;
}

.page-content.plan .section-plan .page-width .description .box.box-003 .content{
	padding:25px;
}

.page-content.plan .section-001,
.page-content.plan .section-002,
.page-content.plan .section-003{
	padding:100px 5% 70px;
}

.page-content.plan .section-001 .page-width,
.page-content.plan .section-002 .page-width,
.page-content.plan .section-003 .page-width{
	padding:120px 5% 70px;
}

.page-content.plan .page-width .content-001 .box .link a{
	line-height: 1.8;
}

.page-content.plan .section-001 .page-width .content-001 h3{
	font-size:1.5rem;
}

.page-content.plan .section-001 .page-width .content-001 .box{
	width:100%;
	padding:20px;
}

.page-content.plan .section-002 .page-width .content-001 h3{
	font-size:1.5rem;
}

.page-content.plan .section-002 .page-width .content-001 .box{
	padding:20px;
}

.page-content.plan .section-003 .page-width .content-001 h3{
	font-size:1.5rem;
}

.page-content.plan .section-003 .page-width .content-001 .box{
	padding:20px;
}

.page-content.plan .page-width .content-001 .box .text{
	font-size:0.9rem;
}

.page-content.plan .page-width .content-002 h4{
	margin:40px auto;
	font-size:1rem;
	text-align: left;
}

.page-content.plan .page-width .content-002 .text{
	width:100%;
	font-size:0.9rem;
}

.page-content.plan .page-width .content-002 .img img{
	width:100%;
}

.page-content.plan .page-width .content-002 ul li{
	width:100%;
	line-height: 20px;
	padding:15px 0;
	text-align: center;
	border-radius: 25px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom: 5px;
	font-size:3.6vw;
}

.page-content.plan .page-width .content-002 ul li.wide{
	border-radius: 35px;
}

.page-content.plan .section-001 .page-width .content-002 ul li{
	background: #5eb498;
}

.page-content.plan .section-002 .page-width .content-002 ul li{
	background: #ffaf24;
}

.page-content.plan .section-003 .page-width .content-002 ul li{
	background: #6682c7;
}
.page-content.plan .section-003 .btnArea{
    text-align: center;
    margin: 25px 0 0 0;
}
.page-content.plan .section-003 .btnArea p{
    width: 94%;
    display: block;
    margin: 0 auto 10px auto;
}
.page-content.plan .section-003 .btnArea p a{
	font-size:3.5vw;
}
.page-content.plan .section-003 .btnArea p a span{
	background-size:contain;
}
}

/*--------------------------------------
    basic
--------------------------------------*/

.page-content.basic .section .page-width .section-basic{
    margin: 0 0 0 -20px;
}

.page-content.basic .section .page-width .section-basic .Box{
	width:318px;
	float:left;
    margin: 0 0 20px 20px;
    border: #999 solid 1px;
}

.page-content.basic .section .page-width .section-basic .Box a{
    display: block;
    padding: 20px 9px ;
    text-align: center;
}

.page-content.basic .section .page-width .section-basic .Box a:hover{
    background: #f6f6f6;
}

.page-content.basic .section .page-width .section-basic .Box p.img img{
	max-width: 100%;
}

.page-content.basic .section .page-width .section-basic .Box h3{
    font-size: 114%;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.page-content.basic .section .page-width .text{
	margin-bottom:30px;
	font-size:1rem;
	line-height: 1.8;
}

.page-content.basic .section .page-width .text.gray{
	color:#909090;
}

.page-content.basic .section .page-width .text.gray.right{
	text-align: right;
}

.page-content.basic .section .page-width .img.basic001{
	width:836px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic002{
	width:394px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic003{
	width:726px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic004{
	width:894px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic005{
	width:814px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic006{
	width:646px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic007{
	width:667px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic008{
	width:730px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic009{
	width:575px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic010{
	width:410px;
	margin:0 auto;
}

.page-content.basic .section .page-width .img img{
	width:100%;
}

.page-content.basic .section .page-width dl dt{
	float:left;
	line-height: 1.5;
}

.page-content.basic .section .page-width dl dd{
	padding-left:20px;
	margin:0 0 10px;
	line-height: 1.5;
}

.page-content.basic .section .tablecontents{
	width:1000px;
	margin:0 auto;
}

.page-content.basic .section .tablecontents{
	display: flex;
	flex-wrap: wrap;
}

.page-content.basic .section .tablecontents li{
	margin-right:20px;
	margin-bottom:10px;
	padding-left:18px;
	position: relative;
}

.page-content.basic .section .tablecontents li:before{
	content:"●";
	color:#268142;
	position: absolute;
	left:0;
	top:0;
	display: inline-block;
}

.page-content.basic .section .tablecontents li a{
	font-weight: bold;
}


.page-content.basic .section .tablecontents li.selected{
	display: none;
}

@media (max-width: 740px) {
.page-content.basic .section .page-width .section-basic{
    margin: 0 0 0 -2%;
}

.page-content.basic .section .page-width .section-basic .Box{
	width: 48%;
	float: left;
    margin: 0 0 20px 2%;
    border: #999 solid 1px;
}

.page-content.basic .section .page-width .section-basic{
	margin-bottom:50px;
}

.page-content.basic .section .page-width .section-basic .left{
	width:100%;
	float:none;
	text-align: center;
	margin-bottom:30px;
}

.page-content.basic .section .page-width .section-basic .left img{
	width:100%;
	max-width: 320px;
}

.page-content.basic .section .page-width .section-basic .right{
	width:100%;
	float:none;
}

.page-content.basic .section .page-width .section-basic .button{
	width:80%;
	margin:0 auto;
}

.page-content.basic .section .page-width .img.basic001{
	width:100%;
	max-width:836px;
}

.page-content.basic .section .page-width .img.basic002{
	width:100%;
	max-width:394px;
}

.page-content.basic .section .page-width .img.basic003{
	width:100%;
	max-width:726px;
}

.page-content.basic .section .page-width .img.basic004{
	width:100%;
	max-width:894px;
}

.page-content.basic .section .page-width .img.basic005{
	width:100%;
	max-width:814px;
}

.page-content.basic .section .page-width .img.basic006{
	width:100%;
	max-width:646px;
}

.page-content.basic .section .page-width .img.basic007{
	width:100%;
	max-width:667px;
}

.page-content.basic .section .page-width .img.basic008{
	width:100%;
	max-width:730px;
}

.page-content.basic .section .page-width .img.basic009{
	width:100%;
	max-width:575px;
}

.page-content.basic .section .page-width .img.basic010{
	width:100%;
	max-width:410px;
}

.page-content.basic .section .tablecontents{
	width:100%;
	padding:0 2%;
	box-sizing: border-box;
}

}

/*--------------------------------------
    recommend
--------------------------------------*/

.page-content.recommend .section .page-width .section-recommend{
	margin-top:70px;
	margin-bottom:70px;
}

.page-content.recommend .section .page-width .section-recommend h3.style-01{
	margin-bottom:20px;
}

.page-content.recommend .section .page-width .section-recommend ul{
	margin:0 0 50px;
}

.page-content.recommend .section .page-width .section-recommend ul li{
	margin:10px 0;
}

.page-content.recommend .section .page-width .section-recommend dl dt{
	float:left;
	line-height: 1;
}

.page-content.recommend .section .page-width .section-recommend dl dd{
	line-height: 1;
	padding-left:120px;
	padding-bottom:15px;
}

.page-content.recommend .section .page-width .section-recommend .gray{
	color:#707070;
}

.page-content.recommend .section .page-width .img{
	width:483px;
	margin:0 auto 20px auto;
}

.page-content.recommend .section .page-width .img img{
	width:100%;
}

.page-content.recommend .section .page-width .button{
	width:512px;
	margin:0 auto;
}

.page-content.recommend .section .page-width .text a{
	text-decoration: underline;
}

.page-content.recommend.property .section .page-width .button{
	width:400px;
	margin:0 auto;
}

.page-content.recommend.property .section .page-width table.contact td label input{
	padding:0;
	width:auto;
}

.page-content.recommend.company .section .page-width .section-recommend table.table-001 th{
	padding:15px 30px;
    width: 25%;
}

.page-content.recommend.company .section .page-width .section-recommend table.table-001 td{
	padding:15px 40px;
}

.page-content.recommend .section .page-width .section-recommend label.member{
    text-align: center;
    font-size: 114%;
    display: block;
    margin: 0 0 20px 0;
}

@media (max-width: 740px) {

.page-content.recommend .section .page-width .section-recommend{
	margin-top:50px;
	margin-bottom:50px;
}

.page-content.recommend .section .page-width .img{
	width:80%;
	max-width:483px;
}

.page-content.recommend .section .page-width .button{
	width:100%;
}

.page-content.recommend .section .page-width .button a{
	padding:10px 2% 10px 5px;
}

.page-content.recommend .section .page-width .button a span{
	padding:2px 0 2px 30px;
	background-size:contain !important;
	font-size:0.8rem;
}

.page-content.recommend .section .page-width .section-recommend dl dt{
	float:none;
	line-height: 1.5;
	padding-top:15px;
}

.page-content.recommend .section .page-width .section-recommend dl dt:first-child{
	padding-top:0;
}

.page-content.recommend .section .page-width .section-recommend dl dd{
	line-height: 1.5;
	padding-left:0;
	border-bottom:1px solid #EFEFEF;
}

.page-content.recommend .section .page-width .section-recommend dl dd:last-child{
	border-bottom:none;
}

.page-content.recommend.property .section .page-width .button{
	width:100%;
}

.page-content.recommend.company .section .page-width .section-recommend table.table-001 th{
	padding: 15px 15px 5px 15px;
    width: 100%;
}

.page-content.recommend.company .section .page-width .section-recommend table.table-001 td{
	padding: 5px 15px 15px 15px;
}

}


/*--------------------------------------
    login
--------------------------------------*/
.login .leftBox{
    width: 48%;
    float: left;
    border: #26b142 solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f9f9f9;
}
.login .rightBox{
    width: 48%;
    float: right;
    border: #26b142 solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f9f9f9;
}
.login h3{
    color: #fff;
    background: #26b142;
    font-size: 134%;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
}
.login h4{
    font-size: 114%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.login .text{
    margin: 0;
    padding: 40px 30px;  
}
.login .leftBox p.error{
    font-size: 114%;
    color: #f00;
    font-weight: bold;
    text-align:  center;
    margin: 0 0 20px 0;
}
.login .leftBox input[type=text],
.login .leftBox input[type=password]{
	padding:10px;
	border:1px solid #d0d1d1;
	width:100%;
	box-sizing: border-box;
    margin: 0 0 20px 0;
}
.login .leftBox p{
    margin: 15px 0 0 0;
    text-align: right;
}
.login .leftBox p.button.orange{
    margin: 0;
}
.login .rightBox ol{
    margin: 0 0 20px 0;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}
.login .rightBox ol li{
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.login .rightBox ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: bold;
    color: #26b142;
}
@media (max-width: 740px) {
.login .leftBox p{
    text-align: left;
}
.login .leftBox{
    width: 100%;
    float: none;
	margin-bottom: 10px;
}
.login .rightBox{
    width: 100%;
    float: none;
}
}

/*--------------------------------------
    privacy
--------------------------------------*/

.page-content.privacy .section .page-width ul{
	margin:20px 0 50px;
}

.page-content.privacy .section .page-width ul li{
	margin-bottom:10px;
}

.page-content.privacy .section .page-width ul li a{
	text-decoration: underline;
}

.page-content.privacy .section .page-width .text.link{
	margin:-30px 0 50px;
}

.page-content.privacy .section .page-width .text.link a{
	text-decoration: underline;
}

@media (max-width: 740px) {

.page-content.privacy .section .page-width h3{
	line-height: 1.5;
}

}



/*--------------------------------------
    mypage
--------------------------------------*/
.page-visual.mypage{
    background: url("../img/necessity/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
    padding: 90px 0;
    height: auto;
    width: 100%;
    margin-bottom: 0;
}
.page-visual.mypage h1{
    color: #fff; 
    font-size: 240%;
    font-weight: bold;
    text-align:  center;
}
.mypage .bg{
    background: #eaf7ed;
    padding: 40px 0;
}
.mypage .bg ul.localNav li {
    width: 50%;
    float: left;
    border-right: #eaf7ed solid 1px;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}
.mypage .bg ul.localNav li a {
    display: block;
	position: relative;
	margin: 0;
	padding: 25px 0;
	cursor: pointer;
	color: #26B142;
	background: #fff;
    text-align: center;
    font-weight: bold;
}
.mypage .bg ul.localNav li a::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -26px;
	margin-left: -14px;
	border: #fff solid 14px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.mypage .bg ul.localNav li.stay a,
.mypage .bg ul.localNav li a:hover {
	color: #fff;
	background: #26B142;
}
.mypage .bg ul.localNav li.stay a::after,
.mypage .bg ul.localNav li a:hover::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -26px;
	margin-left: -14px;
	border: #26B142 solid 14px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.mypage .bg .Box{
    background: #fff;
    margin: 30px 0 0 0;
    padding: 100px 75px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    width: 850px;
}

@media (max-width: 740px) {

.page-visual.necessity{
    padding: 0;
}
.page-visual.necessity h1{
    font-size: 1.6rem;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:80%;
	margin:0 auto;
	text-align: center;
}
.necessity .bg{
    padding: 100px 2%;
}
.necessity .bg ul.localNav li a {
    display: block;
	position: relative;
	margin: 0;
	padding: 25px 0;
	cursor: pointer;
	color: #26B142;
	background: #fff;
    text-align: center;
    font-weight: bold;
	font-size:3.5vw;
}
.necessity .bg .Box{
    padding: 50px 5%;
    width: 100%;
	box-sizing: border-box;
}

}
