@charset "utf-8";
/* CSS Document */
html,body{width: 100%; height: 100%;}
body{
    background: url(img/bg.jpg) 0% -30%;
    font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
    max-width: 100%;
}
section,div,li,input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

header{
    width: 100%;
    background: url(img/bg_header.jpg);
    position: relative;
}
.hd_logo{
    float: left;
}
.hd_navi{
    position: absolute;
    right: 0;
    bottom: 0;
}
.hd_navi li{
    padding-right: 30px;
    list-style: none;
    float: left;
}
.hd_navi li:last-child{
    padding-right: 10px;
    list-style: none;
    float: left;
}
.gNaviToggle{
    display: none;
}
@media only screen and (max-width:768px) {
    .hd_logo{
        width: 40%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .gNaviToggle{
        width: 12%;
        margin-top: -6%;
        position: absolute;
        right: 4%;
        top: 50%;
        display: block;
    }
    .hd_navi{
        width: 100%;
        min-height: 276px;
        display: none;
        overflow:inherit !important;
        position: absolute;
        right: 0;
        top: 83%;
        z-index: 100;
    }
    .hd_navi li{
        width: 50%;
        padding: 8% 5%;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        color: #fff;
        background: rgba(0,0,0,0.7);
        float: left;
    }
    .hd_navi li a{
        color: #fff;
    }
    .hd_navi li:after{
        content: ">";
        float: right;
    }
    .hd_navi li:nth-child(odd){
        border-right: 1px solid #fff;
    }
}

#cont01{
    width: 100%;
    padding: 165px 0 120px 0;
    text-align: center;
    color: #fff;
    background: url(img/main_visual.png) 50% 0% #0A6A2B no-repeat;
    //background-size: contain;
    font-size: 40px;
}
#cont01 h1{
    font-size: 60px;
}
@media only screen and (max-width:768px) {
    #cont01{
        width: 100%;
        padding: 40px 0;
        text-align: center;
        color: #fff;
        background: url(img/main_visual_sp.png) 50% 0% #a0c5ae no-repeat;
        background-size:cover;
        font-size: 30px;
    }
    #cont01 h1{
        font-size: 40px;
    }
}

#cont02{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background: url(img/bg_cont.png);
    position: relative;
    z-index: 2;
}
#cont02 h1{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: normal;
}
.yazirusi{
    margin: 0 auto 80px auto;
    width: 236px;
    height: 36px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:768px) {
    #cont02{
        padding: 50px 4%;
        font-size: 16px;
    }
    #cont02 h1{
        font-size: 30px;
    }
}

#cont03{
    margin-bottom: 100px;
}
#cont03 p{
    margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
    #cont03{
        padding: 0 4%;
    }
}

#cont04{
    margin-bottom: 100px;
}
#cont04 li p:nth-child(1){
    font-weight: bold;
    margin-bottom: 20px;
}
#cont04 li p:nth-child(2){
    margin-bottom: 15px;
}
#cont04 li p:nth-child(3){
    margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
    #cont04{
        padding: 0 4%;
    }
    #cont04 li p:nth-child(1){
        font-size: 16px;
    }
}

#cont05{
    margin-bottom: 100px;
}
@media only screen and (max-width:768px) {
    #cont05{
        padding: 0 4%;
    }
}

#cont06{
    margin-bottom: 100px;
}
#cont06 div:nth-child(2){
    float: left;
}
#cont06 div:nth-child(3){
    width: 366px;
    float: right;
}
@media only screen and (max-width:915px) {
    #cont06 div:nth-child(2){
        float: none;
    }
    #cont06 div:nth-child(3){
        width: 100%;
        padding: 0 15px;
        float: none;
    }
}
#cont06 table tr td:nth-child(1){
    width: 105px;
}
#cont06 table tr td:nth-child(2){
    padding-bottom: 12px;
}
@media only screen and (max-width:768px) {
    #cont06{
        padding: 0 4%;
    }
}

#cont07{
    margin-bottom: 100px;
    text-align: center;
}
#cont07 p:nth-child(2){
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5em;
}
#cont07 p:nth-child(4){
    margin: 30px 0;
    line-height: 1.5em;
}
@media only screen and (max-width:768px) {
    #cont07{
        padding: 0 4%;
    }
}

#cont08{
    margin-bottom: 100px;
}
#cont08 table tr td:nth-child(2){
    padding-bottom: 15px;
}
#cont08 table{
    margin: 0 auto;
}
#cont08 table tr td:first-child{
    width: 125px;
}
#cont08 table tr:nth-child(1) input,
#cont08 table tr:nth-child(2) input,
#cont08 table tr:nth-child(3) input,
#cont08 table tr:nth-child(4) input,
#cont08 table tr:nth-child(5) input{
    width: 400px;
    padding: 12px 0 12px 15px;
}
#cont08 table tr:last-child{
    text-align: center;
}
@media only screen and (max-width:640px) {
    #cont08 table tr:nth-child(1) input,
    #cont08 table tr:nth-child(2) input,    
    #cont08 table tr:nth-child(3) input,
    #cont08 table tr:nth-child(4) input,
    #cont08 table tr:nth-child(5) input{
        width: 100%;
        padding: 12px 0 12px 15px;
    }
    #cont08{
        padding: 0 4%;
    }
    #cont08 table{
        width: 100%;
    }
    #cont08 table tr td{
        display: block;
    }
    #cont08 table tr td:first-child{
        width: 100%;
    }
    #cont08 table tr:last-child td{
        padding-top: 20px;
    }
    #cont08 table tr:last-child input{
        width: 50%;
    }
}

footer{
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #000;
    position: relative;
}
.ft_logo{
    position: absolute;
    top: 0;
    left: 0;
}
.ft_navi{
    width: 100%;
    max-width: 37.8em;
    margin: 0 auto;
    padding: 30px 0 25px 0;
}
.ft_navi li{
    padding-right: 30px;
    list-style: none;
    float: left;
}
.ft_navi li:last-child{
    padding-right: 0px;
    list-style: none;
    float: left;
}
.copyright{
    text-align: center;
}
.pageTop{
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (min-width:641px) {
    .ft_navi li span{
            display: none;
    }
}
@media only screen and (max-width:640px) {
    .ft_logo{
        width: 25%;
        margin-left: -12%;
        text-align: center;
        position: absolute;
        top: inherit;
        left: 50%;
        bottom: 0;
    }
    .ft_navi{
        width: 80%;
        max-width: none;
        margin: 0 auto;
        padding: 30px 0 25% 0;
        text-align: center;
    }
    .ft_navi li{
        width: 33.3333%;
        padding: 0 0 10px 0;
    }
    .ft_navi li:nth-child(1) span{
        padding-left: 15%;
    }
    .ft_navi li:nth-child(2) span{
        padding-left: 25%;
    }
    .ft_navi li:nth-child(4) span{
        padding-left: 10%;
    }
    .ft_navi li:nth-child(5) span{
        padding-left: 10%;
    }
    .copyright{
        padding-right: 4%;
        font-size: 12px;
        text-align: center;
    }
    .pageTop{
        top: -36px;
    }
}

.secCont{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.h1_tit{
    margin-bottom: 40px;
    color: #06571e;
    text-decoration: underline;
    font-size: 30px;
    text-align: center;
}

.btn01{
    padding: 12px 15%;
    background: #37774a;
    color: #fff;
    text-decoration: none;
    position: relative;
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
}
.btn01:hover{
    text-decoration: underline;
}
.btn01:after{
    position: absolute;
    right: 10px;
    content:">";
}

.pageMove a{
    text-decoration: none;
}
.pageMove a:hover{
    text-decoration: underline;
}
