@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');


/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}

p {
    line-height: 1.7;
    word-wrap: break-word;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/** link **/

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}


/*初期設定
----------------------------------------------------*/

#wrapper{
    width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
}

#content {
    margin:0 auto;
    width: 740px;
    text-align: left;
    background-color: #fff;
    padding: 0px 30px 15px;
    background-color: #fff;
}
.pc{
    display:block;
}
.sp {
    display:none;
}

@media (max-width: 745px){
    #content {
        width: 100%;
    }
    .pc{
        display:none;
    }
    .sp {
        display:block;
    }
}
.content-main{
    width: 680px;
}

img {
    width: 100%;
}
.mt20{
    margin-top:20px;
}
.mt40{
    margin-top:40px;
}
.mb40{
    margin-bottom:40px;
}

.h2_box h2 {
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2em;
    background: linear-gradient(transparent 80%, #39ab00 80%);
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    font-weight: bold;
}

.footer {
    background-color: #359107;
    text-align: center;
    padding: 1%;
    font-size: 12pt;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}