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


/*-------------------
        コンテンツ
---------------------*/
#contents > div{
    width: 828px;
    margin: 0 auto 75px;
    border: 3px solid #ffb81d;
}
    #contents h3{
        margin: 54px 0 27px 0;
        font-size: 23px;
        line-height: 23px;
        color: #ffb81d;
        text-align: center;
    }
    #contents h3 + p{
        font-size: 14px;
        line-height: 28px;
        text-align: center;
    }
    #contents h4{
        margin: 50px 0 17px 0;
        font-size: 18px;
        line-height: 18px;
        color: #ffb81d;
        text-align: center;
    }
    #contents ul{
        width: 557px;
        padding-bottom: 47px;
        margin: 0 auto;
    }
        #contents li{
            width: 557px;
            height: 54px;
            border-bottom: 1px solid #ffb81d;
        }
        #contents li:last-child{
            border: none;
        }
            #contents dt{
                float: left;
                width: 166px;
                height: 54px;
                padding-left: 67px;
                font-size: 14px;
                line-height: 54px;
            }
            #contents dd{
                float: left;
                width: 324px;
                height: 54px;
                font-size: 14px;
                line-height: 54px;
            }
            #contents dd a{
                font-size: 14px;
                line-height: 54px;
            }
            #contents dd a:hover{
                color:#00b7ee;
            	text-decoration:underline;
            }
