@charset "UTF-8";
/*============================
モジュール
============================*/

/* 矢印アイコン 通常リンクフォントサイズ16px*/

.link-icon {
    position: relative;
    margin-bottom: 1em;

}

.link-icon .arrow-16-bl {
    padding-left: 20px;

}

.link-icon .arrow-16-bl:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 8px;
    background-image: url(../images/common/icon_arrow_bl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.45em;
    left: 0.2em;

}


/* 別ウィンドウアイコンフォントサイズ16px */

img.newwdw {
    width: 1.2em;
    height: auto;
    position: relative;
    top: 2px;
    margin: auto 8px auto 8px;
}




/* PDFのアイコン 通常リンクフォントサイズ16px */

img.pdf {
    height: 18px;
    width: auto;
    margin-left: 8px;
    padding-bottom: 0.2em;
    vertical-align: middle;
}

img.pdf-m {
    height: 24px;
    width: auto;
    vertical-align: middle;
}

.yomiage {
    font-size: 0.875em;
    margin-top: 0.5em;
}

@media screen and (max-width:800px) {

    img.pdf {
        vertical-align: middle;
    }

}


/*============================================================
ライン
============================================================*/

.underdot01 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ababab;
}


/*============================================================
リスト
============================================================*/

ul.link-tree {
    margin-top: 1em;
}

li.link {
    position: relative;
    margin-bottom: 0.8em;
    padding-left: 20px;
}

ul.tree2 {
    margin-top: 1em;
    margin-left: 20px;
}

li.link ul.tree2 {
    margin-left: 0;
}


li.non-link {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}



li.link:before {
    position: absolute;
    content: '';
    top: 0.3em;
    left: 0;
    background-image: url(../images/common/icon_arrow_bl.svg);
    background-repeat: no-repeat;
    padding-right: 8px;
    display: inline-block;
    height: 12px;
    width: 8px;
}


li.non-link:before {
    content: '●';
    color: #666666;
    font-size: 0.875em;
    font-weight: 400;
    padding-top: 0.1em;
    padding-right: 8px;
}



ul.list01 li {
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
}

ul.list01 {
    margin-bottom: 20px;
    width: auto;
}

ul.list02 li {
    line-height: 1.8;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

ul.list02 {
    margin-bottom: 20px;
    width: auto;
}

ul.list03 {
    margin-bottom: 20px;
    width: auto;
    line-height: 1.8;
}

/*============================================================
文章
============================================================*/

/* グレーボーダー枠文章 */

.attention {
    margin-bottom: 40px;
    padding: 16px 20px 15px;
    border: 2px solid #777777;
    border-radius: 10px;
    font-size: 1em;
    line-height: 1.6;
    text-align: left;
}

/* ※印付き文章 */

p.kome {
    margin-left: 1.2em;
    margin-bottom: 0.3em;
    font-size: 0.875em;
    line-height: 1.6;
}


p.kome:before {
    content: '※ ';
    margin-left: -2.2em;
    font-size: 0.875em;
    font-weight: 400;
    padding-left: 1em;
}



.indent01 {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

.indent015 {
    display: inline-block;
    text-indent: -1.25em;
    padding-left: 1.5em;
}

.indent020 {
    display: inline-block;
    text-indent: -2em;
    padding-left: 2.25em;
}


.indent030 {
    display: inline-block;
    text-indent: -2em;
    padding-left: 2em;
}



.block {
    display: block;
}

.bold {
    font-weight: bold;
}

.up {
    vertical-align: super;
}

.listgray {
    color: #8B99A3;
}



/*============================
SPでスクロールバーが出てくるtable*
============================*/

.tb-style03 {
    font-size: 0.875em;
    width: 100%;
    line-height: 1.4em
}


.tb-style03 th {
    padding: 12px 12px;
    border: 1px solid #117FA8;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #eeeeee;
}

.tb-style03 td {
    padding: 12px 12px;
    border: 1px solid #117FA8;
    vertical-align: middle;
}


.tb-scroll-txt {
    display: none;
}

th.name,
td.name {
    white-space: nowrap;
}

th.gender,
th.age,
td.gender,
td.age {
    white-space: nowrap;
    text-align: center;
}

th.party,
td.party {
    width: 6em;
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
}

th.status,
td.status {
    width: 3em;
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
}

th.address,
td.address {
    width: 20em;
    word-break: break-all;
    overflow-wrap: break-word;
}

th.audio,
td.audio {
    text-align: center;

}

td.audio audio {
    width: 140px;
    text-align: center;

}





@media screen and (max-width: 800px) {



    /*============================================================
ライン
============================================================*/

    .underdot01 {
        padding-bottom: 8px;
        border-bottom: 1px dotted #ababab;
    }


    /*============================================================
文章
============================================================*/

    /* グレーボーダー枠文章 */

    .attention {
        margin-bottom: 30px;
        padding: 16px 20px 15px;
        border: 2px solid #777777;
        border-radius: 10px;
        font-size: 1.0714em;
        line-height: 1.6;
        text-align: left;
    }



    .tb-scroll-txt {
        text-align: left;
        display: block;
        margin: 0.3em;
    }

    .tb-scroll-txt:before {
        font-family: "Font Awesome 5 Free";
        content: '\f101';
        font-weight: 900;
        color: #4c6aa93;
        padding-right: 0.3em;
        padding-left: 0;
    }


    .tb-style03 {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .tb-style03 th,
    .tb-style03 td {
        padding: 10px;
    }

    .tb-style03.ab {
        width: 130%;
    }


    th.name,
    th.name-kana {
        white-space: nowrap;
    }

    th.url {
        white-space: nowrap;
    }

    th.party {
        width: 30%;
    }

    .nowrap-sp {
        white-space: nowrap;
    }



}



/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.zoom {
    zoom: 1;
}

.clr {
    clear: both;
}



/*============================================================
位置
============================================================*/

/* 中央 */

.taCenter {
    text-align: center;
}

.taLeft {
    text-align: left;
}


.right {
    float: right;
}


.left {
    float: left;
}


@media screen and (max-width:800px) {
    .right {
        float: none;
    }


    .left {
        float: none;
    }


}


/*============================================================
汎用クラス
============================================================*/

.font-s {
    font-size: 70%;
}

.font-m {
    font-size: 87.5%;
}

.font-l {
    font-size: 120%;
}

.lh-s {
    line-height: 1.2;
}

.lh-m {
    line-height: 1.6;
}

.lh-l {
    line-height: 1.8;
}

.lh-xl {
    line-height: 2.0;
}



.f-right {
    float: right;
}

.f-left {
    float: left;
}


.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}



.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-05e {
    margin-bottom: 0.5em;
}

.mb-06e {
    margin-bottom: 0.6em;
}

.mb-1e {
    margin-bottom: 1em;
}

.mb-2e {
    margin-bottom: 2em;
}

.mb-3e {
    margin-bottom: 3em;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-02e {
    margin-top: 0.2em;
}

.mt-03e {
    margin-top: 0.3em;
}

.mt-1e {
    margin-top: 1em;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}



.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}


.mr-20 {
    margin-right: 20px;
}


.ml-15 {
    margin-left: 15px;
}


.ml-1e {
    margin-left: 1em;
}

.ml-2e {
    margin-left: 2em;
}

.ml-05e {
    margin-left: 0.5em;
}

@media screen and (max-width:800px) {
    .lh-s {
        line-height: 1;
    }

    .lh-m {
        line-height: 1.4;
    }

    .lh-l {
        line-height: 1.6;
    }

    .lh-xl {
        line-height: 1.8;

    }

    .mt-25 {
        margin-top: 15px;
    }

    .mt-50 {
        margin-top: 30px;
    }


}


.pt-s {
    padding-top: 15px;
}

.pt-m {
    padding-top: 30px;
}

.pt-l {
    padding-top: 50px;
}





/*============================================================
セレクトボックス
============================================================*/

.box-select {
    border: none;
    padding: 15px 0 15px 0;
    margin-bottom: 30px;
    overflow: hidden;
}



.box-select select {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 50px;
    border-radius: 0;
    background-color: transparent;
    margin-right: 15px;
}

.box-select select,
.box-select input {
    float: left;
}

.box-select input[type="submit"] {
    min-height: 50px;
    line-height: 1.2;
    padding: 10px 15px;
    -webkit-appearance: none;
    color: #4e99de !important;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0;
    border: 2px #5fa3e1 solid;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ns-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



.box-select select,
.box-select input {
    float: left;
}

@media screen and (max-width:800px) {

    .box-select {
        margin-bottom: 0;

    }

    .box-select select {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .box-select select,
    .box-select input {
        float: none;
        display: block;
        width: 100%;
    }

    .box-select select {
        border: 1px solid #ccc;
        padding: 10px auto 10px 70px;
        min-height: 50px;
        border-radius: 0;
        background-color: transparent;
        margin-right: 15px;
    }
}


/*============================================================
アコーディオン
============================================================*/

.list-faq dt.trigger-faq {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ns-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.list-faq dt:first-child {
    border-top: none;
}

.list-faq dt {
    border-top: 1px dotted #ccc;
    font-weight: bold;
    line-height: 1.6;
    padding: 22px 0 20px 90px;
    position: relative;
}

.list-faq .icon-q {
    position: absolute;
    top: 20px;
    left: 0;
}

.icon-q {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 88%;
    background-color: #7894cd;
    border-radius: 16px;
    display: inline-block;
    width: 80px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.list-faq .icon-a {
    position: absolute;
    top: 3px;
    left: 0;
}

.icon-a {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 88%;
    background-color: #777777;
    border-radius: 16px;
    display: inline-block;
    width: 80px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.list-faq dt.trigger-faq+dd {
    display: none;
}

.list-faq dd {
    padding: 2px 0 20px 90px;
    position: relative;
    line-height: 1.6;
}

@media screen and (max-width: 800px) {

    .list-faq dt {
        padding: 20px 0 20px 50px;
    }

    .icon-q,
    .icon-a {
        width: 45px;
    }

    .list-faq dd {
        padding: 4px 0 20px 50px;
    }

}

/*============================================================
バナー
============================================================*/

.ban01 a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    color: #ffffff !important;
    background: linear-gradient(-135deg, #E4A972, #9941D8) fixed;
    padding: 20px 10px;
    border: 4px #ffffff solid;
}

.ban01 {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    width: 100%o;
    border: 2px #cccccc solid;

}