@charset "utf-8";
/* CSS Document */

.mainvisual{
    background: url("../images/top/bg_wa.png") no-repeat center bottom, url("../images/top/bg_mainvisual.jpg") no-repeat center center;
    background-size: 678px 118px, cover;
    text-align: center;
    padding: 150px 0 0 0;
}
.mainvisual h2{
    margin: 0 0 150px 0;
}
.mainvisual h2 img{
    width: 630px;
    height: auto;
}
.mainvisual p.scroll img{
    width: 38px;
    height: auto;
}


.info{
    padding: 40px 0 80px 0;
    text-align: center;
}
.info h2{
    font-size: 160%;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 40px 0;
}
.info h2 span.green{
    color: #669900;
}
.info h2 span.orange{
    color: #FCA836;
}

.aboutContent{
    background: url("../images/top/bg_about.jpg") repeat-x center 35px;
    text-align: center;
}
.aboutContent h2{
    font-size: 500%;
    font-weight: 100;
    line-height: 1.0;
    margin: 0 0 10px 0;
}
.aboutContent h3{
    font-size: 114%;
    font-weight: bold;
}
.aboutContent .aboutArea{
    margin: 40px 0 0 -40px;
}
.aboutContent .aboutArea .Box{
    width: 300px;
    float: left;
    margin: 0 0 0 40px;
}
.aboutContent .aboutArea .Box h4{
    font-size: 134%;
    font-weight: bold;
    margin: 15px 0 10px 0;
}
.aboutContent .aboutArea .Box p.button{
	width: 220px;
	margin: 15px auto 0 auto;
}
.aboutContent .aboutArea .Box p.button a{
	padding: 10px 0 7px 0;
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #FCA637;
    background-size: 10px 16px;
}
.aboutContent .aboutArea .Box p.button a:hover{
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #F19013;
    background-size: 10px 16px;
}
.aboutContent .car{
    margin: 40px 0 0 0;
}
.aboutContent .car .img{
    width: 490px;
    float: left;
}
.aboutContent .car .text{
    width: 490px;
    float: right;
    text-align: center;
}
.aboutContent .car .text h4{
    font-size: 134%;
    font-weight: bold;
    margin: 15px 0 10px 0;
}
.aboutContent .car .text p.button{
	width: 220px;
	margin: 15px auto 0 auto;
}
.aboutContent .car .text p.button a{
	padding: 10px 0 7px 0;
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #FCA637;
    background-size: 10px 16px;
}
.aboutContent .car .text p.button a:hover{
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #F19013;
    background-size: 10px 16px;
}


.blogContent{
    background: #669900;
    margin: 120px 60px 0 60px;
    padding: 80px 0 50px 0;
}
.blogContent h2{
    font-size: 500%;
    font-weight: 100;
    line-height: 1.0;
    margin: -120px 0 10px 0;
    text-align: center;
}
.blogContent h3{
    font-size: 114%;
    font-weight: bold;
    text-align: center;
}
.blogContent .blogArea{
    margin: 0 0 0 -40px;
}
.blogContent .blogArea .Box{
    width: 300px;
    float: left;
    margin: 30px 0 0 40px;
    background: #fff;
}
.blogContent .blogArea .Box .text{
    padding: 15px;
}
.blogContent .blogArea .Box h4{
    font-size: 114%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.blogContent .blogArea .Box p.link{
    margin: 20px 0 0 0;
    text-align: right;
}
.blogContent .blogArea .Box p.link span{
    border-bottom: #333 dashed 1px;
    background: url("../common/images/icon_arrow_b.png") no-repeat right center;
    background-size: 8px 12px;
    padding: 0 12px 3px 0;
}
.blogContent .blogArea .Box a:hover{
    text-decoration: none;
}
.blogContent p.button{
    margin: 40px auto 0 auto;
}
.blogContent p.button a{
    color: #669900;
	padding: 15px 0 12px 0;
	background: url(../common/images/icon_arrow_g.png) no-repeat 95% center, #fff;
    background-size: 10px 16px;
}
.blogContent p.button a:hover{
	background: url(../common/images/icon_arrow_g.png) no-repeat 95% center, #ccc;
    background-size: 10px 16px;
}