@charset "UTF-8";

/*----------------------------------------------------
    ☆TOP
----------------------------------------------------*/

/*--page name--*/
.is_pc {
    display: block;
}

.is_sp {
    display: none;
}

#mv2 {
    background-image: url(../images/mv.jpg);
}

.ttl_box {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
}

.ttl_box .comment {
    position: relative;
    display: inline-block;
    margin-top: 1.5em;
    margin-bottom: 3.5em;
    padding: 7px 10px;
    min-width: 360px;
    max-width: 100%;
    background-color: #182a60;
}

.ttl_box .comment:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #182a60;
}

.ttl_box .comment p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}

.ttl_box .main {
    font-size: 22px;
    letter-spacing: 0.08em;
    color: #182a60;
    text-align: center;
    font-family: "Garamond", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 20px;
    line-height: 1.5;
}

.ttl_box .main_txt {
    line-height: 2.0;
}

.ttl_box .main_txt .high_light {
    font-size: 17px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ffffba 50%);
}

.contents h3 {
    font-size: 18px;
    font-family: "YuMincho", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: #fff;
    padding: 6px 0 6px 20px;
    background: #182a60;
    border-left: 6px #788ac0 solid;
    margin-bottom: 20px;
}

.contents .two_column {
    margin-bottom: 3%;
}

.contents .two_column ul li {
    display: inline-block;
    width: calc(97.5% / 2);
    margin-right: 2%;
    vertical-align: top;
}

.contents .two_column ul li:last-child {
    margin-right: 0%;
}

.blue_box {
    background-color: #f8faff;
    padding: 36px 0px 50px 28px;
    border: 1px #dbdbdb solid;
}

.con_ttl {
    display: inline-block;
    width: 40%;
    color: #182a60;
    font-weight: Bold;
    font-size: 18px;
    margin-bottom: 2%;
}

.icon_ttl {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3%;
}

.icon_ttl img {
    width: 50%;
}

.icon_ttl h4 {
    width: 100%;
    color: #182a60;
    font-weight: Bold;
    font-size: 18px;
    margin-bottom: 2%;
}

.blue_box .notice {
    color: #888;
    font-size: 11px;
}

.icon_ttl_tb {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1%;
}

.icon_ttl_tb img {
    width: 50%;
}

.icon_ttl_tb h4 {
    width: 100%;
    color: #182a60;
    font-weight: Bold;
    font-size: 18px;
}


table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    margin-bottom: 3%;
}

table th,
table td {
    border: solid 1px #dbdbdb;
    color: #333;
    padding: 18px 0px 18px 16px;
}

table th p,
table td p {
    padding-left: 3%
}


table th {
    background-color: #f7f7f6;
    font-size: 14px;
    font-weight: Bold;
}

table td {
    line-height: 1.5;
}

.table_two {
    margin-bottom: 8%;
}

.table_two .two_cell th,
.two_cell td {
    width: 50%;
}

.table_two .two_cell th {
    text-align: center;
}

.rec_contact {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30%;

}

.border_box {
    border: 1px #182a60 solid;
    padding: 40px 35px 30px 35px;
    width: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

h5 {
    width: 30%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #182a60;
    padding: 10px 20px;
    border-radius: 35px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.border_box ul li {
    display: inline-block;
    width: calc(97% / 2);
    margin-right: 2%;
    vertical-align: middle;
}

.border_box ul li:last-child {
    margin-right: 0%;
}

.border_box ul li:first-child {
    text-align: center;
}

.rec_part {
    font-size: 15px;
}

.name {
    font-size: 22px;
}

.c_icon {
    display: inline;
    width: auto;
    vertical-align: middle;
}

.c_icon img {
    width: 10%;
}

.number {
    margin-bottom: 1%;
}

.space {
    margin-left: 7%;
}

.space02 {
    margin-left: 4%;
}



/*======================================
tab
=======================================*/

@media (max-width: 768px) {
    .is_pc {
        display: none;
    }

    .is_sp {
        display: block;
    }

    .border_box {
        width: 70%;
    }

    .contents .two_column ul li {
        width: calc(97.4% / 2);
    }

    .border_box ul li {
        display: block;
        width: 100%;
        margin-bottom: 1%;
        text-align: left;
    }

    .border_box ul li:last-child {
        margin-bottom: 0%;
    }

    .rec_contact {
        margin-bottom: 50%;

    }

    .rec_contact_box ul li {
        text-align: center;
    }

    .rec_contact_box {
        width: 50%;
        margin: 0 auto;
    }

}


@media (max-width: 645px) {
    .contents .two_column ul li {
        display: block;
        width: 100%;
        margin-bottom: 6%;
    }

    .contents .two_column {
        margin-bottom: 0%;
    }

    .blue_box {
        padding: 25px 0px 25px 28px;
    }

    table th,
    table td {
        padding: 18px 0px 18px 0px;
    }

    .table .scroll .scrollInr table th p,
    table td p {
        padding-left: 3%;
        padding-right: 3%;
    }


    .table_two .two_cell tr {
        width: 100%;
    }

    .table_two .two_cell th,
    .two_cell td {
        display: block;
        width: 100%;
    }

    .table_two .two_cell td p {
        padding-left: 2%;
    }

    .rec_contact {
        margin-bottom: 60%;

    }

    .rec_contact_box {
        width: 70%;
        margin: 0 auto;
    }

    /*======================================
sp
=======================================*/
    @media (max-width: 480px) {
        .ttl_box .comment {
            padding: 10px 0px;
            min-width: auto;
            width: 100%;
        }

        .table_two {
            margin-bottom: 20%;
        }

        .border_box {
            padding: 40px 11px 30px 15px;
        }

        .scroll {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            margin-bottom: 40px;
        }

        .scroll:after {
            content: "※フリックで横スクロールができます。";
            display: block;
            font-size: 1em;
            margin: 1em;
            margin-bottom: 2em;
        }

        .scrollInr {
            display: inline-block;
            white-space: nowrap;
            width: 600px;
        }

        h5 {
            width: 70%;
        }

        .rec_contact {
            margin-bottom: 90%;

        }


    }

    @media (max-width: 320px) {
        .rec_contact {
            margin-bottom: 100%;

        }

        .rec_contact_box {
            width: 100%;
            margin: 0 auto;
        }

    }
