.header_pc .menu_block a.pc_menu_1{
    color: #0e648c;
}


.main_title .title
{
    line-height: 1.2;
    margin-bottom: 10px;
}


.page_top_img{
    background:url(../images/user_guide/top_img.jpg) center/cover no-repeat;
}

.blue_bg{
    background: #ebf8fe;
    padding: 50px 0;
}


.blue_bg .name{
    text-align: center;
    font-size: 22px;
}
.blue_bg .name span{
    font-size: 34px;
}
.blue_bg .time{
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.blue_bg .img_block{
    position: relative;
}
.blue_bg .img_block .main_img{
    width: 100%;
    display: block;
}
.top_img_under{
    /*text-align: right;*/
    margin-top: 5px;
    font-size: 15.5px;
}


.blue_bg .img_block table{
    border-collapse:collapse;
    width: 80%;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
}
.blue_bg .img_block table tr{
    width: 100%;
}
.blue_bg .img_block table th{
    border:1px solid rgba(255, 255, 255, 0.9);
    width: 26%;
    padding: 15px 0;
    background: rgba(255,255,255,0.85);
    color: #444;
}
.blue_bg .img_block table tr:first-child > th{
    background: rgba(255, 168, 0, 0.85);
}
.blue_bg .img_block table td{
    text-align: center;
    border:1px solid rgba(255, 255, 255, 0.9);
    width: 37%;
    padding: 15px 0;
    background: rgba(255,255,255,0.85);
}
.blue_bg .img_block table tr:first-child > td{
    font-weight: bold;
    background: rgba(255, 168, 0, 0.85);
    color: #fff;
}


.set_block{
    padding: 50px 0;
}
.set_block table{
    border-collapse:collapse;
    width: 90%;
    margin: 0 auto;
}
.set_block table tr{
    width: 100%;
}
.set_block table tr:first-child{
    background: #186d8d;
    font-weight: bold;
    color: #fff;
}
.set_block table th{
    border:2px solid #eee;
    width: 43%;
    padding: 15px 0 15px 10px;
    color: #444;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
}
.set_block table td{
    border:2px solid #eee;
    text-align: center;
    width: 19%;
    padding: 15px 0;
}
.set_block .attention{
    font-size: 15.5px;
    width: 90%;
    margin: 10px auto 0 auto;
}
.set_block .attention ul{
    margin: 7px 0 0 0;
    padding: 0 0 0 1.4em;
}
.set_block table th ul
{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.set_block table th li
{
    box-sizing: border-box;
    margin-right: 0.5em;
}
.set_block table th li:last-of-type
{
    margin-right: 0;
}
.set_block table th > span
{
    color: #186d8d;
    display: block;
    font-size: 0.7em;
}
.set_block table td > div
{
    display: inline-block;
    margin: auto;
    text-align: left;
    width: auto;
}
.set_block table td > div span
{
    color: #186d8d;
    font-size: 10px;
}




.discount_block .w1000{
    font-size: 0;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.discount_block .w1000 > div {
    position: relative;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 20px;
}
.discount_block .w1000 .title{
    position: absolute;
    top: -12px;
    left: 28%;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    background: #ebf8fe;
    text-align: center;
    width: 42%;
    color: #c4af4b;
}
.discount_block .w1000 .text{
    border: #e3d8a7 2px solid;
    padding: 30px 30px 15px 30px;
    box-sizing: border-box;
    margin: 0 30px;
}
.discount_block .handbook
{
    cursor: pointer;
    position: relative;
    text-decoration: underline;
}
.discount_block .handbook:hover .handbook_list
{
    display: block;
}
.discount_block .handbook_list
{
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: none;
    left: 50%;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    transform: translateX(-50%);
    width: auto;
}
.discount_block .handbook_list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.discount_block .handbook_list li
{
    display: block;
    margin: 0;
    padding: 0;
    white-space: pre;
    word-break: keep-all;
}



.fac_inq_block{
    font-size: 0;
    padding: 50px 0;
}

.fac_detail{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 55%;
    padding-right: 5%;
    box-sizing: border-box;
    border-right: 2px dashed #ddd;
}
.fac_detail table{
    border-collapse:collapse;
    width: 100%;
}
.fac_detail table tr{
    width: 100%;
    border:2px solid #eee;
}
.fac_detail table th{
    width: 37%;
    padding: 6px 0;
    background: #186d8d;
    color: #fff;
}
.fac_detail table td{
    width: 63%;
    padding: 6px 20px;
    background: #fff;
}

.inquiry{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    box-sizing: border-box;
    padding-left: 4%;
}
.inquiry .text{
    text-align: center;
    line-height: 2em;
}




.around_fac{
    font-size: 0;
}

.around_fac .left_block{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.around_fac .right_block{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.around_fac .one{
    margin: 8px 0;
}
.around_fac .one .name{
    text-align: left;
    font-size: 16px;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.around_fac .left_block .one .name{
    width: 50%;
}
.around_fac .one .tel{
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.around_fac.around_english .one .name,
.around_fac.around_english .one .tel{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.around_fac.around_english .one .tel{
    padding-left: 1em;
}








@media all and (max-width: 768px) {
            .blue_bg{
                /*background: #ebf8fe;*/
                padding: 50px 0;
            }


            .blue_bg .name{
                /*text-align: center;*/
                font-size: 4.4vw;
            }
            .blue_bg .name span{
                font-size: 6vw;
            }
            .blue_bg .time{
                font-size: 3.5vw;
                /*text-align: center;*/
                /*margin-bottom: 15px;*/
                /*font-weight: bold;*/
            }

            .blue_bg .img_block{
                /*position: relative;*/
            }
            .blue_bg .img_block .main_img{
                width: 100%;
                display: block;
            }
            .top_img_under{
                font-size: 3.3vw;
                text-align: left;
                margin-top: 5px;
            }
            
            .blue_bg .fee_block{
                
            }
            .blue_bg .fee_block .one{
                margin: 30px 0;
            }
            .blue_bg .fee_block .one .title{
                font-size: 4vw;
                font-weight: bold;
                padding-left: 1em;
                
            }
            .blue_bg .fee_block .one table{
                width: 80%;
                margin: 0 auto;
                font-size: 3.7vw;
            }
            .blue_bg .fee_block .one table tr{
                width: 100%;
            }
            .blue_bg .fee_block .one table th,
            .blue_bg .fee_block .one table td{
                width: 50%;
                text-align: center;
            }
            .blue_bg .fee_block .one table th,
            .blue_bg .fee_block .one table td{
                width: 50%;
                text-align: center;
            }
            .blue_bg .fee_block .one table th{
                background: #ffa800;
                color: #fff;
            }
            .blue_bg .fee_block .one table td{
                background: #fff;
            }
            .blue_bg .fee_block .attention{
                font-size: 3.5vw;
                padding-left: 1em;
                text-decoration: underline;
            }



            .set_block{
                /*padding: 50px 0;*/
            }

            .set_block table{
                /*border-collapse:collapse;*/
                width: 100%;
                /*margin: 0 auto;*/
                font-size: 3.5vw
            }
            .set_block table tr{
                /*width: 100%;*/
            }
            .set_block table tr:first-child{
                /*background: #186d8d;*/
                /*font-weight: bold;*/
                /*color: #fff;*/
            }
            .set_block table th{
                /*border:2px solid #eee;*/
                width: 31%;
                padding: 15px 5px;
                /*color: #444;*/
                /*text-align: left;*/
                font-size: 10px;
            }
            .set_block table td{
                /*border:2px solid #eee;*/
                /*text-align: center;*/
                width: 23%;
                padding: 15px 0;
                font-size: 12px;
                font-weight: bold;
            }
            .set_block .attention{
                font-size: 3.3vw;
                width: 100%;
                /*margin: 10px auto 0 auto;*/
            }
            .set_block .attention ul{
                /*margin: 7px 0 0 0;*/
                /*padding: 0 0 0 1.4em;*/
            }
            .set_block table th ul
            {
                flex-wrap: wrap;
            }
            .set_block table th li
            {
                display: block;
            }
            .set_block table th > span
            {
                display: inline-block;
                margin-left: 10px;
            }
            .set_block table td > div
            {
                text-align: center;
            }
            .set_block table td > div span
            {
                display: block;
                font-weight: normal;
                font-size: 10px;
            }
            .set_block table td > div br
            {
                display: none;
            }



            .discount_block .w1000{
                /*font-size: 0;*/
                width: 96%;
                flex-direction: column;
            }
            .discount_block .w1000 > div {
                /*position: relative;*/
                font-size: 3.5vw;
                display: block;
                /*vertical-align: top;*/
                width: 100%;
                margin: 30px 0 10px 0;
            }
            .discount_block .w1000 .left_block{
                margin-top: 9vw;
                margin-bottom: 40px;
            }
            .discount_block .w1000 .title{
                /*position: absolute;*/
                top: -2.5vw;
                left: 25%;
                /*text-align: center;*/
                font-size: 4.2vw;
                /*font-weight: bold;*/
                /*background: #ebf8fe;*/
                /*text-align: center;*/
                width: 50%;
                /*color: #c4af4b;*/
            }
            .discount_block .w1000 .text{
                /*border: #e3d8a7 2px solid;*/
                padding: 6vw 30px 4vw 30px;
                /*box-sizing: border-box;*/
                /*margin: 0 30px;*/
            }
            

            .fac_inq_block{
                /*font-size: 0;*/
                padding: 0;
                width: 100%;
            }

            .fac_detail{
                font-size: 3.8vw;
                display: block;
                /*vertical-align: top;*/
                width: 96%;
                margin: 0 auto;
                padding-right: 0;
                /*box-sizing: border-box;*/
                border-right: none;
                padding: 50px 0;
            }
            .fac_detail table{
                /*border-collapse:collapse;*/
                /*width: 100%;*/
            }
            .fac_detail table tr{
                /*width: 100%;*/
                /*border:2px solid #ebf8fe;*/
            }
            .fac_detail table th{
                width: 37%;
                padding: 6px 0;
                /*background: #186d8d;*/
                /*color: #fff;*/
            }
            .fac_detail table td{
                width: 63%;
                padding: 6px 20px;
                /*background: #fff;*/
            }

            .inquiry{
                background: #ebf8fe;
                padding: 50px 0;
                font-size: 3.5vw;
                display: block;
                /*vertical-align: top;*/
                width: 100%;
                /*box-sizing: border-box;*/
                padding-left: 0;
            }
            .inquiry .text{
                /*text-align: center;*/
                /*line-height: 2em;*/
            }




            .around_fac_block{
                background: #fff;
                padding-bottom: 0px;
            }
            .around_fac{
                /*font-size: 0;*/
            }

            .around_fac .left_block{
                font-size: 3.5vw;
                display: block;
                /*vertical-align: top;*/
                width: 100%;
            }
            .around_fac .right_block{
                font-size: 3.5vw;
                display: block;
                /*vertical-align: top;*/
                width: 100%;
            }

            .around_fac .one{
                margin: 10px 0;
            }
            .around_fac .one .name{
                /*text-align: left;*/
                font-size: 3.5vw;
                width: 66%;
                /*display: inline-block;*/
                /*vertical-align: top;*/
            }
            .around_fac .left_block .one .name{
                width: 65%;
            }
            .around_fac .one .tel{
                width: 32%;
                /*display: inline-block;*/
                /*vertical-align: top;*/
            }
            .around_fac.around_english .left_block .one .name,
            .around_fac.around_english .one .tel{
                width: 100%;
            }
}