@charset "utf-8";



/*HEADER-----------------------------------------------------------------------------------*/
/*HEADERend--------------------------------------------------------------------------------*/


/*MAIN-------------------------------------------------------------------------------------*/


.page_head {
    height: 126.5px;
    border-bottom: 1px solid #D2D2D2;
    background: #fbfbf6;
    position: relative;
}

.page_head .area_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.content_box {
    background: #fff;
    padding: 30px;
}

.fix_margin {
    margin-top: 126.5px;
}


h2.content_ttl {
    color: #333;
    border-left: 0.5em solid #ce6016;
    border-bottom: 1px solid #ce6016;
    font-size: 18px;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

.content_left_space {
    margin-left: 1em
}

#container,
.height100 {
    height: 100%;
}

.standby {
    border: 1px solid #333;
    padding: 50px
}

.standby p {
    font-weight: 600;
}

.chairmanbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.chairman_pic {
    width: 200px;
    margin-right: 20px;
}

.chairman_prof h3 {
    font-size: 23px;
    line-height: 1em;
    margin-top: 5px;
}

p.greeting_tex {
    font-size: 1.2em;
    line-height: 1.7em;
}


.regist_table table,
.regist_table td,
.regist_table th {
    border: 1px solid #D2D2D4;
    border-collapse: collapse;
}

.regist_table td,
.regist_table th {
    padding: 5px;
}

.regist_table td {
    text-align: center;
}

.regist_table th {
    background: #c6eaec;
}

th.kubun {
    background: #E6F3F4;
}

ul.ul_setting {
    margin-left: 1em;
}

ul.ul_setting li:nth-child(n+2) {
    margin-top: 10px;
}

h3.section_ttl {
    border-left: 3px solid #e74c3c;
    padding-left: 10px;
    line-height: 2em;
    margin-bottom: 10px;
}

.subttl {
    background: linear-gradient(45deg, rgba(197, 236, 190, 1) 39%, rgba(197, 236, 190, 0) 100%);
    padding: 5px 10px;
    margin-bottom: 15px;
}

dl.regist_shoroku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

dl.regist_shoroku:nth-child(n+2) {
    margin-top: 10px;
}

dl.regist_shoroku dt {
    min-width: 100px;
}

.part_ttl {
    background: #ce6016;
    padding: 5px;
    color: #fff;
}

.part_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.part_list:nth-child(n+2) {
    margin-top: 10px
}

.part_list dt {
    min-width: 80px;
    font-weight: 600;
}

.part_list dt {
    position: relative;
}

.part_list dt::after {
    content: ":";
    position: absolute;
    top: -1px;
    right: -5px;

}

.part_list dd {
    margin-left: 10px;
}

.prog_date {
    text-align: center;
    background: #ce6016;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.prog_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prog_name:nth-child(n+2) {
    margin-top: 10px;
}

.prog_name dt {
    min-width: 40px;
}

.on_odm,
.check_odm,
.none_odm {
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-left: 1em;
    font-size: 0.8em;
}

.on_odm {
    background: #1d73b8;
}

.check_odm {
    background: #ce6016;
}

.none_odm {
    background: red;
}

.prog_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.prog_btn_area li {
    width: calc(100% / 3 - 20px);
}

.prog_btn_area li a {
    height: 100%;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.alartbox {
    border: 2px solid red;
    padding: 15px;
}

.alartbox p {
    color: red;
}

/*MAINend----------------------------------------------------------------------------------*/


/*FOOTER-----------------------------------------------------------------------------------*/
/*FOOTERend--------------------------------------------------------------------------------*/



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

    /*HEADER-----------------------------------------------------------------------------------*/

    /*HEADERend--------------------------------------------------------------------------------*/


    /*MAIN-------------------------------------------------------------------------------------*/

    /*MAINend----------------------------------------------------------------------------------*/


    /*FOOTER-----------------------------------------------------------------------------------*/
    /*FOOTERend--------------------------------------------------------------------------------*/

}

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

    /*HEADER-----------------------------------------------------------------------------------*/

    /*HEADERend--------------------------------------------------------------------------------*/

    /*MAIN-------------------------------------------------------------------------------------*/
    #container,
    .height100 {
        height: auto;
    }

    .chairmanbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .chairman_pic {
        width: 100%;
        margin-right: 0;
    }

    .chairman_prof {
        margin-top: 20px;
    }

    .prog_btn_area li {
        width: calc(100% / 1);
    }

    /*MAINend----------------------------------------------------------------------------------*/

    /*FOOTER-----------------------------------------------------------------------------------*/
    /*FOOTERend--------------------------------------------------------------------------------*/

}
