@charset "UTF-8";

/*共通*/

.fl {
    float: left;
}


.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hidden {
    display: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.submenu a {
    color: #523818 !important;
}

#pan_ency {
    width: 100%;
    background-color: #ede6db;
    font-size: 16px;
    color: #755328;
    font-family: "メイリオ", Meiryo, Hiragino Sans W3, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*Wrap*/

#pan_ency .contents {
    background-color: #ede6db;
    width: 1024px;
    margin-top: 15px;
    padding-bottom: 20px;
}

/*TOP mv*/

#pan_ency .hd_top {
    width: 1024px;
    background-size: 1024px;
    background-image: url(../img/top_hd_img.png);
    background-position: top center;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: 0 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#pan_ency .hd_top h1 {
    font-size: 54px;
    font-weight: 600;
    color: #612F23;
    padding-top: 50px;
}

#pan_ency .hd_top .lead {
    padding-top: 50px;
    line-height: 180%;
}

#pan_ency .contents {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/img_pan.png);
    background-position: top center;
    background-size: 95%;
    background-repeat: no-repeat;
    padding-top: 100px;
}

/*TOP navi*/

#pan_ency .contents .capter {
    width: 70%;
    background-color: #ffffff;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

#pan_ency .capter .no {
    font-weight: 600;
    color: #A66F37;
    padding-right: 20px;
    border-right: 1px solid #000;
}

#pan_ency .capter .q {
    color: #000000;
    padding-left: 20px;
}

#pan_ency .capter .q .title {
    font-size: 24px;
    padding-bottom: 15px;

}

#pan_ency .list {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.submenu ul {
    width: 48%;
    padding-right: 2%:
}

#pan_ency .list li {
    padding-bottom: 15px;
}

#pan_ency .list li a {
    text-decoration: underline;
}


@media screen and (max-width: 767px) {

    /*共通*/
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }

    .flex {
        display: block;
    }

    #pan_ency {
        font-size: 1.1em;
    }

    /*Wrap*/
    #pan_ency .contents {
        width: 100%;
        padding-bottom: 5%;

    }

    /*TOP mv*/
    #pan_ency .hd_top {
        width: 100%;
        background-size: 98%;
        background-image: url(../img/top_hd_img_sp.png);
        background-position: top center;
        min-height: 150px;
        background-repeat: no-repeat;
        background-position: 0 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #pan_ency .hd_top h1 {
        font-size: 2em;
        font-weight: 600;
        color: #612F23;
        padding-top: 10%;
    }

    #pan_ency .hd_top .lead {
        padding-top: 20px;
        line-height: 150%;
    }

    #pan_ency .contents {
        width: 100%;
        background-image: url(../img/img_pan.png);
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 10%;
        margin-top: 0;
    }


    /*TOP navi*/
    #pan_ency .contents .capter {
        width: 96%;
        background-color: #ffffff;
        padding: 2%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
    }

    #pan_ency .capter .no {
        font-weight: 600;
        color: #A66F37;
        padding-right: 2%;
        margin-top: 1.5%;
        border-right: 0;
    }

    #pan_ency .capter .q {
        color: #000000;
        padding-left: 1%;
    }

    #pan_ency .capter .q .title {
        font-size: 1em;
        padding-bottom: 3%;
        padding-top: 3%;
        font-weight:600;
    }

    #pan_ency .capter .q .sub {
        font-size: 0.8em;
    }

    #pan_ency .list {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .submenu ul {
        width: 100%;
        padding-right: 0:
    }

    #pan_ency .list li {
        padding-bottom: 15px;
    }

    #pan_ency .list li a {
        text-decoration: underline;
    }


}
