.main_visual {background-image: url(../img/about/d_schedule/main.png), url(../img/common/main_bg.jpg);}
.sec1{overflow: hidden;}
.sec1 p{margin-bottom: 30px;}
.sec1 p:last-child{margin-bottom: 0;}
.sec1 figure{
    float: right;
    width: 288px;
    margin: 0 0 15px 15px;
}
.sec1 figure img{    margin-bottom: 10px;}
.sec1 figure .name{
    border-bottom: 2px solid #001f50;
    display: block;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.sec2 .timeline{position: relative;}
.sec2 .timeline .list01{
    border-left: 5px solid #2fa6ee;
    margin-left: 7px;
}
.sec2 .timeline .list02{
    border-left: 5px solid #001f50;
    margin-left: 7px;
}

.sec2 .timeline li{
    position: relative;
    padding-bottom: 5%;
}
.sec2 .timeline li:last-child{
    border-left: none;
    margin-left: 12px;
    padding-bottom: 0;
}
.sec2 .timeline .time:before{
    content: '';
    height: 19px;
    width: 19px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}
.sec2 .timeline .time:after{
    content: "";
    display: block;
    width: 100%;
    flex: 1;
    margin-left: 10px;
}
.sec2 .timeline .list01 .time:after{border-bottom: 1px dotted #2fa6ee;}
.sec2 .timeline .list02 .time:after{border-bottom: 1px dotted #001f50;}
.sec2 .timeline .list01 .time:before{    background-color: #2fa6ee;}
.sec2 .timeline .list02 .time:before{    background-color: #001f50;}
.sec2 .timeline .time{
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: -12px;
    width: calc(100% + 12px);
    display: flex;
    align-items: center;
}

.sec2 .timeline .list01 .time{color: #2fa6ee;}
.sec2 .timeline .list02 .time{color: #001f50;}


.sec2 .timeline div + dl{margin-right: 3%;}
.sec2 .timeline .time + div{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 7%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
}
.sec2 .timeline .photo{text-align: right;}
.sec2 .timeline .photo img{margin-bottom: 15px;}
.sec2 .timeline .photo img:last-child{margin-bottom: 0;}

.sec2 .timeline dl + img{height: 100%;}
.sec2  .time + div dt{font-size: 2rem;}
.sec2  .time + div dd{font-size: 1.3rem;}
.sec2 .time + div dd{margin-bottom: 15px;}
.sec2 .time + div dd:last-child{margin-bottom: 0;}

.table04{
    margin-top: 10%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.table04 thead{width: 18%;}
.table04 tbody{width: 82%;}
.table04 td, .table04 th {
    border: 1px solid #bfc7d3;
    border-collapse: collapse;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    padding: 7px 3px;
    width: 13%;
}
.table04 thead tr td:nth-child(2){width: 13%;}
.table04 thead tr td:nth-child(1){width: 8%;}
.table04 tbody tr td:nth-child(1){border-left: none;}

.bg_green,.bg_darkblue,.bg_blue{font-size: 1.2rem;}
.bg_gray{background-color: #e5e5e5;}
.bg_blue{
    background-color: #2fa6ee;
    color: #fff;
}
.bg_darkblue{
    background-color: #001f50;
    color: #fff;
}
.bg_green{
    background-color: #05820b;
    color: #fff;
}
.bg_pink{background-color: #f8c9dd;}
.txt_red{
    color: #ff0000;
    width: 95px;
}
.txt_red span{
    writing-mode: tb-rl; /* IE用 */
    writing-mode: vertical-rl; /* Chrome、Firefox用 */
    margin: 0 auto;
    white-space: nowrap;
    width: 1em; /* firefox対策 */
    line-height: 1em; /* firefox対策 */
    text-orientation: upright;
}

.main_visual span {
    line-height: 1.3;
}

@media screen and (min-width: 1001px) {
    .table04 td, .table04 th {
        width: 13%;
    }
}

@media screen and (max-width: 1000px) {
    .table04 td, .table04 th {
        width: 10%;
    }
}


@media screen and (min-width: 767px) and (max-width: 1050px) {
    .table04 td, .table04 th{font-size: 1rem;}

}

/*-----------------------------------------------
sp
-----------------------------------------------*/
@media screen and (max-width: 767px) {
    .main_visual {background-image: url(../img/about/d_schedule/main_sm.png), url(../img/common/main_bg.jpg);    }
    .sec1 figure{
        margin: 0 0 20px 0;
        float: none;
        width: auto;
    }
    .sec1 figure img{
        display: block;
        margin: 0 auto 10px auto;
        width: 100%;
    }
    .sec1 figure .name + ul{font-size: 1.2rem;}
    .sec2 .timeline{margin-top: 25px;}
    .sec2 .timeline li{padding-bottom: 30px;}
    .sec2 .timeline .time{
        font-size: 2rem;
        left: -10px;
    }
    .sec2 .timeline .time:before{
        background-color: #2fa6ee;
        width: 15px;
        height: 15px;
    }
    .sec2 .timeline .time + div{
        display: inherit;
        padding-top: 15px;
        overflow: hidden;
    }
    .sec2 .timeline .time + div img{
        width: 31%;
        float: right;
        margin: 0 0 5px 10px;
    }
    .sec2 .timeline .photo{text-align: left;}
    .sec2 .timeline .photo img{
        float: none !important;
        margin: 0 !important;
    }
    .sec2 .timeline li{padding-bottom: 30px;}
    .sec2 .timeline dl + img {margin-top: 10px;}
    .table04 thead{width: 68%;}
    .scroll{
        white-space: nowrap;
        overflow: auto;　　　　
    }
    .scroll::-webkit-scrollbar{
     height: 5px;
    }
    .scroll::-webkit-scrollbar-track{
     background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {
     background: #BCBCBC;
    }
    .txt_red{padding: 7px 20px !important; }
    .table04 thead tr td:nth-child(1){width: 8%;}
    .table04 thead tr td:nth-child(2){width: 20%;}
    .btn_flexd{    display: block;}
	.btn_flexd div {margin-bottom: 20px;}
    .btn_flexd div:last-child{margin-bottom: 0px;}
	
    .btn_flexd div{width: auto;}
}


/*-----------------------------------------------
ie
-----------------------------------------------*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
    .table04 thead,.table04 tbody{display: block;}
    .table04 thead{width: 20%;}
    .table04 td, .table04 th{font-size: 1rem;}
    .main_visual {
        padding: 30px 0 28px 0;
    }
}

@-moz-document url-prefix() {
    .table04 td, .table04 th{font-size: 1rem;}
    .table04 thead{width: 20%;}
}


/*firefox*/
@-moz-document url-prefix() {
    .table04 thead {
        width: 26%;
    }
}

@media screen and (max-width: 636px) and (max-width: 636px) {
@-moz-document url-prefix() {
    .table04 thead tr td:nth-child(2) {
        width: 1%;
    }
}