@charset "utf-8";
/*--------------------------------------------------------------

 TOP案内文

--------------------------------------------------------------*/
.emphasize{
    color: yellow;
    font-weight: bold;
    font-size: 1.4em;
    background-color: #BC1517;
    padding: 3px;
    width: 100px;
    margin: 10px auto;
}
.announce{
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 170px;
    padding: 30px 0;
    background-color: #FFF5B9;
    border-radius: 20px;
    text-align: center;
}
.announce_title{
    font-size: 2em;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 10px;
}
.announce_lead{
    font-size: 1.1em;
    padding: 0 20px;
    text-align: center;
}
/*--------------------------------------------------------------

 新着情報

--------------------------------------------------------------*/
.news_h{
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    color: #48A4FF;
    margin-top: 40px;
    font-size: 2em;
    font-weight: bold;
    border-left: 6px solid #48A4FF;
}
.news{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.news dl{
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 2px dotted #48A4FF;
    padding: 15px 0;
}
.news dt{
    margin: 0 10px;
    color: #2050B0;
}
.news dd{
    margin: 0 10px;
}

/*--------------------------------------------------------------

 各項目

--------------------------------------------------------------*/
.unit{
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);  
}
.unit_title{
    width: 130px;
    padding: 20px;
    background-color: #1A8DFF;
    color: white;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
.unit_text{
    flex: 1;
    padding: 20px;
    background-color: white;
    overflow-x: scroll;
    overflow-y: hidden;
}
.unit_text p{
    font-weight: 600;
}
.unit_file{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.unit_file a{
    display: inline-block;
    display: flex;
    align-items: center;
    width: 240px;
    height: auto;
    line-height: 1.2em;
    margin-right: 10px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #707070;
    border-radius: 15px;
    text-align: left;
}
.unit_file a:hover{
    background-color: #E1E1E1;
    transition: 0.3s;
}
.unit_file a.disabled{
    pointer-events: none;
}
.unit_file img{
    height: 2em;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width : 700px ){
    .unit{
        display: block;
    }
    .unit_title{
        width: 100%;
        padding: 8px 0;
    }
    .unit_text{
        text-align: center;
    }
    .unit_file{
        justify-content: center;
    }
}
/*--------------------------------------------------------------

書式テーブル

--------------------------------------------------------------*/
.scroll{
    display: none;
    margin-top: 10px;
    text-align: left;
}
.scrollbar {
    width: 100%;
    height: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.inner {
    height: 1px;
    width: 670px;
}
.table{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.table table{
    border-collapse: collapse;
}
.table table th{
    padding: 10px;
    background-color: #FFDA9F;
    border: 1px solid white;
    white-space: nowrap;
}
.table table td{
    padding: 10px;
    border: 1px solid #707070;
    white-space: nowrap;
}
.table table td a{
    display: inline-block;
    width: 100%;
}
.table table td a:hover{
    background-color: #FFF8C2;
    transition: 0.3s;
}
.table table td img{
    height: 1.8em;
    margin-right: 8px;
    vertical-align: middle;
}
@media screen and (max-width : 700px ){
    .inner {width: 570px;}
    .scroll{display: block;}
}
/*--------------------------------------------------------------

 Movie

--------------------------------------------------------------*/
video{
    width: 100%;
}

