@charset "utf-8";
/* CSS Document */

.greeting{
    padding-top: 15px;
}
.council-page .lead{
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 40px;
    text-align: center;
    background-color: rgba(255,255,255,0.68);
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
}
.council-page .lead .title{
    font-size: 3rem;
    margin-bottom: 25px;
}
.text-wrap{
    margin: 20px 0;
}

@media only screen and (max-width: 1279px){
    .council-page .lead{
        font-size: 1.4rem;
    }
    .council-page .lead br{
        display: block;
    }
}

@media only screen and (max-width: 767px){
    .council-page .lead{
        padding: 20px;
        text-align: left;
    }
    .council-page .lead .title{
        margin-bottom: 10px;
        font-size: 1.7rem;
    }
    .council-page .lead br{
        display: none;
    }
    .secretariat br{
        display: block;
    }
}
/*------------------------

メッセージ

------------------------*/

    .history th,
    .history td{
    font-weight: 600;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
.history th{
    width: 180px;
    padding: 1.65em 0;
}
.history td{
    padding: 1.65em 0;
}

@media only screen and (max-width: 767px){
    .history th,
    .history td{
        width: 100%;
    }
}
/*------------------------

よくある質問

------------------------*/

.question{
    display: table;
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
}
.question_wrap{
    margin: 0;
    border-top: 1px solid #cfd5dc;
}
.question_wrap li{
    list-style: none;
}
.question_wrap dt.question{
    margin-bottom: 10px;
}
.question_wrap .answer{
    margin-bottom: 0;
    margin-left: 0;
}
.question-item{
    padding: 20px 0;
    list-style: none;
    border-bottom: 1px solid #cfd5dc;
}
.question-item .icon-wrap,
.question-item .text-wrap{
    display: table-cell;
    vertical-align: top;
}
.question-item .icon-wrap{
    width: 42px;
}
.question-item .text-wrap{
    padding-left: 22px;
}
.question-item .icon{
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #000;
    font-size: 20px;
    font-size: 2rem;
    line-height: 42px;
}
.question-item .text{
    margin-top: 6px;
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
}
.answer .icon-wrap,
.answer .text-wrap{
    vertical-align: top;
}
.answer .icon{
    color: #000;
    background: #fff;
}
.answer .text-wrap{
    padding-top: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.15;
}
.answer .text-wrap p{
    margin-bottom: 0;
}
