@charset "UTF-8";

/* ---------------------------------------------
 common
-----------------------------------------------*/
.news-bottom .col{
    display: inline-block;
    box-sizing: border-box;
    width: 49%;
    vertical-align: top;
}
.news-bottom .col:first-child{
    padding-right:10px;
}
.news-bottom .col:nth-child(2){
    padding-left:10px;
}
.news-bottom .col .menu-title{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.news-bottom .col .menu-list{
    padding:10px 0;
}
.news-bottom .col .menu-list a{
    font-size: 1.4rem;
}
.news_box .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

/* ---------------------------------------------
 news list
-----------------------------------------------*/
.sec01 .news-list .news-list_item .dt,
.sec01 .news-list .news-list_item .cate,
.sec01 .news-list .news-list_item .text{
    display: inline-block;
    vertical-align: top;

}
.sec01 .news-list .news-list_item{
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 16px;
}

.sec01 .news-list .news-list_item .dt{
    width: 100px;
    margin-top: -5px;
}
.sec01 .news-list .news-list_item .cate .inner {
    line-height: 18px;
    text-align: center;
    display: inline-block;
}
.sec01 .news-list .news-list_item .cate{
    width: 180px;
    font-size: 12px;
}
.sec01 .news-list .news-list_item .text{
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.sec01 .news-list .news-list_item a:hover{
    text-decoration: none;
    opacity: 0.6;
    transition: 0.5s;
}
.sec01 .news-list .news-list_item .cate .inner {
    background: #0061A6;
    color: #fff;
    padding: 2px 6px;
}


/* ---------------------------------------------
 news detail
-----------------------------------------------*/
.page_title{
    padding: 50px 0;
    box-sizing: border-box;
}
.page_title .ttl{
    font-size: 1.2rem;
    color: #707070;
    text-align: center;
}
.page_title .ttl .en{
    display: block;
    color: #0061A6;
    font-size: 3.2rem;
    margin-bottom: 20px;
}
.sec01{
    margin-bottom: 160px;
    padding: 60px 0;
    background: #EAEAEA;
    box-sizing: border-box;
}
.sec01 .box_wrap{
    padding: 30px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.16);
    box-sizing: border-box;
}

.sec01 .box_wrap .input_wrap{
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.sec01 .box_wrap .input_wrap+.input_wrap{ margin-top: 20px;}
.sec01 .box_wrap .btn_wrap{
    display: block;
    margin: 40px auto 15px auto;
    width: 100%;
    max-width: 370px;
}
.sec01 .box_wrap .btn_wrap .btn+.btn{ margin-top: 15px;}

.sec01 .box_wrap .btn_wrap .btn_login{
    width: 100%;
    background: #0061A6;
    font-size: 1.6rem;
    letter-spacing: .4rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    padding: 18px 10px;
    border-radius: 35px;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.16);
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    transition: .4s;
}
.sec01 .box_wrap .btn_wrap .btn_login:hover{ opacity: .7;}

.sec01 .box_wrap .btn_wrap .btn.application.btn a{
    padding: 13px 5px 11px 5px;
}
.sec01 .box_wrap .btn_wrap .btn.application span{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #FFF;
    border-radius: 35px;
    color: #BC0000;
    font-size: 1.8rem;
    line-height: 1;
    padding: 8px 16px 10px 16px;
    margin-right: 14px;
}

.sec01 .note_wrap{
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}
.sec01 .note_wrap li{ line-height: 1.4;}
.sec01 .note_wrap .text_link{
    position: relative;
    text-align: center;
    color: #707070;
    font-size: 1.3rem;
    font-weight: 400;
}
.sec01 .note_wrap .text_link:before{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '> >';
    margin-right: 5px;
}
.sec01 .news_box{
    margin-bottom: 50px;
}

.sec01 .policy_content{
    margin-bottom: 30px;
}
.sec01 .meta .cate,
.sec01 .meta .date{
    display: inline-block;
}
.sec01 .meta .cate,
.sec01 .meta .date{
    font-size: 12px;
}
.sec01 .meta .cate{
    margin-left:10px;
}
.sec01 .post{
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.sec01 .post p{
    font-size: 1.4rem;
}

.sec01 .post a{
    text-decoration: underline;
    color: #0061A6;
}
.sec01 .meta .cate{
    border: 1px solid #000;
    padding: 2px 6px;
}
.sec01 .news_ttl{
    color: #0061A6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 14px;
}

.sec01 .policy_txt{
    line-height: 25px;
    margin-bottom: 30px;
}
.sec01 .policy_list{
    line-height: 25px;
    margin-bottom: 25px;
}

.sec01 .policy_list li{
    position: relative;
    margin-left: 1rem;
    list-style: inside disc;
}

.sec01 .policy_link{
    margin-bottom: 30px;
}

.sec01 .policy_link a{
    line-height: 25px;
    color: #0b97c4;
    text-decoration: underline;
    margin-bottom: 8px;
    display: inline-block;
}

.sec01 .policy_sb{
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px;
    font-size: 16px;
}


@media screen and (max-width: 768px) {
    .page_title{
        padding: 10% 0;
    }
    .page_title .ttl{
        font-size: 3vw;
    }
    .page_title .ttl .en{
        font-size: 3.2rem;
        margin-bottom: 4%;
    }
    .sec01{
        margin-bottom: 0;
        padding: 10% 0;
    }
    .sec01 .box_wrap{
        width: 92%;
        padding: 10% 6%;
        margin: 0 auto;
    }

    .sec01 .box_wrap .input_wrap{
        max-width: inherit;
    }
    .sec01 .box_wrap .input_wrap+.input_wrap{ margin-top: 4%;}
    .sec01 .box_wrap .btn_wrap{
        display: block;
        margin: 10% auto 5% auto;
        max-width: inherit;
    }
    .sec01 .box_wrap .btn_wrap .btn+.btn{ margin-top: 3%;}
    .sec01 .box_wrap .btn_wrap .btn_login{
        padding: 14px 3vw 18px 3vw;
        font-size: 3.4vw;
    }
    .sec01 .box_wrap .btn_wrap .btn.application a{font-size: 3.4vw;}
    .sec01 .box_wrap .btn_wrap .btn.application span{
        top: -2px;
        border-radius: 35px;
        font-size: 2.8vw;
        padding: 8px 10px 10px 10px;
        margin-right: 7px;
    }

    .sec01 .note_wrap{
        max-width: inherit;
    }
    .sec01 .note_wrap .text_link{
        font-size: 2.6vw;
    }

}

@media screen and (max-width: 736px) {
    .page_title .ttl{
        font-size: 3vw;
    }
    .page_title .ttl .en{
        font-size: 6.4vw;
    }

    .sec01 .box_wrap .btn_wrap .btn_login{
        padding: 4vw 3vw;
        font-size: 4vw;
    }
    .sec01 .box_wrap .btn_wrap .btn.application a{ font-size: 4vw;}
    .sec01 .box_wrap .btn_wrap .btn.application span{
        top: -2px;
        font-size: 3.4vw;
    }
    .sec01 .note_wrap .text_link{
        font-size: 3.2vw;
    }
}


