@charset "utf-8";
/* CSS Document */
.time01::before, .time02::before, .time03::before, .time04::before, .time05::before, .time06::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -11px;
    z-index: 10;
}
.time01::before {
    background: url(../img/day/time01.png) no-repeat;
    background-size: 100% 100%;
}
.time02::before {
    background: url(../img/day/time02.png) no-repeat;
    background-size: 100% 100%;
}
.time03::before {
    background: url(../img/day/time03.png) no-repeat;
    background-size: 100% 100%;
}
.time04::before {
    background: url(../img/day/time04.png) no-repeat;
    background-size: 100% 100%;
}
.time05::before {
    background: url(../img/day/time05.png) no-repeat;
    background-size: 100% 100%;
}
.time06::before {
    background: url(../img/day/time06.png) no-repeat;
    background-size: 100% 100%;
}

#day .trans_midashi {
    left: -2px;
}
#day .day_box:last-of-type .trans_midashi {
    left: 0;
}


@media screen and (min-width: 751px), print {

#day .trans_midashi div {
    padding: 10px 40px 10px 35px;
}
.time01::before, .time02::before, .time03::before, .time04::before, .time05::before, .time06::before {
    width: 20px;
    height: 20px;
}

/* -------------------- PC start -------------------- */
/* メイン */
/* ------------------------------------ */
.day_box {
    border-left: #d40024 2px dotted;

}
.day_box:last-of-type {
    border-left: none;
}

.day_box .spec {
    width: 54.123%;
    position: relative;
    float: left;
}

.day_box .txt01 {
    color: #d40024;
    font-size: 25px; font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0 25px 30px;
}
.day_box .txt02 {
    font-size: 13px; font-size: 1.4rem;
    line-height: 28px; line-height: 2.8rem;
    margin: 0 0 0 30px;
}

.day_box .img {
    width: 41.123%;
    line-height: 0;
    float: right;
    padding-bottom:50px;
}

.day_box:last-of-type .img {
    margin-bottom: 0;
}

/* --------------------- PC end --------------------- */ }




@media screen and (max-width: 750px) {
/* -------------------- SP start -------------------- */
#day .trans_midashi div {
    padding: 5px 25px 5px 30px;
}
.time01::before, .time02::before, .time03::before, .time04::before, .time05::before, .time06::before {
    width: 15px;
    height: 15px;
    left: 5px;
    margin-top: -9px;
}
/* メイン */
/* ------------------------------------ */
.day_box {
    border-left: #d40024 2px dotted;
}
.day_box:last-of-type {
    border-left: none;
    margin-bottom: 40px;
}

.day_box .spec {
    width: 100%;
    position: relative;
}

.day_box .txt01 {
    color: #d40024;
    font-size: 17px; font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0 10px 4%;
}
.day_box .txt02 {
    font-size: 13px; font-size: 1.3rem;
    line-height: 24px; line-height: 2.8rem;
    margin: 0 0 5px 4%;
}

.day_box .img {
    width: 100%;
    line-height: 0;
    padding-left: 4%;
    margin-bottom: 50px;;
}

.day_box:last-of-type .img {
    margin-bottom: 0;
}

/* --------------------- SP end --------------------- */}