/* ///////////////////////////////////////////////////////////////////
ヘッダーイメージ
/////////////////////////////////////////////////////////////////// */

.top-img{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    padding: 150px 0 0
}

.top-img.wrap-1{
    background-image: url(../images/top.jpg);
}

.top-img.wrap-2{
    background-image: url(../images/active-top.jpg);
}

.top-img.wrap-3{
    background-image: url(../images/officer.jpg);
}

.top-img.wrap-4{
    background-image: url(../images/kaityo-top.jpg);
}

.top-img.wrap-5{
    background-image: url(../images/policy.jpg);
}

/* ///////////////////////////////////////////////////////////////////
メイン - 見出し
/////////////////////////////////////////////////////////////////// */

.main h1{
    font-size: 200%;
    font-family: 'UD Digi Kyokasho NK-B';
    color: #963c9e;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    margin: 0 0 5%
}

.main h1 span{
    display: block;
    font-size: 80%;
    letter-spacing: 1px;
    font-family: "游明朝";
    border-top: solid 1px;
    width: 30%;
    margin: 5px auto;
    padding: 5px 0 0
}

.main .heading{
    position: relative
}

.main .heading .fotter-left,.main .heading .fotter-right{
    position: absolute;
    width: 7%;
    max-width: 100px;
    bottom: 15%;
}

.main .heading .fotter-left{
    left: 15%;
}

.main .heading .fotter-right{
    right: 15%;
}