/*-------------------
        ヘッダー
---------------------*/
#header{
    height: 400px;
    margin-bottom: 30px;
    background: url("../images/tospp/img_main.jpg") no-repeat;
    background-position: center 18px;
}
#head_catch h2{
    width: 466px;
    height: 64px;
    margin: 92px auto 0;
    background: url("../images/tospp/ttl_head_catch.svg") no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/*-------------------
        コンテンツ
---------------------*/
.contents_menu{
    width: 834px;
    height: 50px;
    margin: 0 auto 20px auto;
}
    .contents_menu li{
        float: left;
        display: block;
        width: 50%;
        background-color: #69ac4a;
        color: #fff;
        border: 3px solid #69ac4a;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }
    .contents_menu li:first-child{
        border-right: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .contents_menu li:last-child{
        border-left: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .contents_menu li.off{
        background-color: #fff;
        color: #69ac4a;
    }
#contents > div{
    width: 746px;
    padding: 0 41px 41px 41px;
    margin: 0 auto 75px;
    border: 3px solid #69ac4a;
}
/*タブ切り替え*/
#contents > div.off{ display: none; }

    #contents > div h3{
        margin: 33px 0 27px 0;
        font-size: 23px;
        line-height: 23px;
        color: #69ac4a;
        text-align: center;
    }
    #contents > div h4{
        margin: 38px 0 12px 0;
        border-bottom: 1px solid #69ac4a;
        font-size: 18px;
        line-height: 36px;
        color: #69ac4a;
        text-align: center;
    }
    #contents > div p{
        font-size: 14px;
        line-height: 28px;
    }
    #contents > div p.num{
        padding-left: 13px;
        text-indent: -13px;
    }
    #contents > div li{
        padding-left: 35px;
        font-size: 14px;
        line-height: 28px;
        text-indent: -35px;
    }
    #contents > div ol ol{
        margin-bottom: 14px;
    }
