@charset "UTF-8";

a#day1+section .inner_item_txt p:nth-last-of-type(1),
a#day2+section .inner_item_txt p:nth-last-of-type(1),
a#day3+section .inner_item_txt p:nth-last-of-type(1),
a#day4+section .inner_item_txt p:nth-last-of-type(1),
a#day5+section .inner_item_txt p:nth-last-of-type(1),
a#day6+section .inner_item_txt p:nth-last-of-type(1),
a#day7+section .inner_item_txt p:nth-last-of-type(1),
a#day8+section .inner_item_txt p:nth-last-of-type(1),
a#day9+section .inner_item_txt p:nth-last-of-type(1) {
    padding-left: 90px;
    position: relative;
}
a#day1+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day2+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day3+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day4+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day5+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day6+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day7+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day8+section .inner_item_txt p:nth-last-of-type(1)::before,
a#day9+section .inner_item_txt p:nth-last-of-type(1)::before {
    content: "";
    border-left: 1px solid var(--i_txt_color);
    width: 1px;
    height: 115%;
    top: -10px;
    left: 45px;
    position: absolute;
}
a#day1+section .heading.block_header_2:before,
a#day2+section .heading.block_header_2:before,
a#day3+section .heading.block_header_2:before,
a#day4+section .heading.block_header_2:before,
a#day5+section .heading.block_header_2:before,
a#day6+section .heading.block_header_2:before,
a#day7+section .heading.block_header_2:before,
a#day8+section .heading.block_header_2:before,
a#day9+section .heading.block_header_2:before {
    display: none;
}
a#day1+section .heading.block_header_2:after,
a#day2+section .heading.block_header_2:after,
a#day3+section .heading.block_header_2:after,
a#day4+section .heading.block_header_2:after,
a#day5+section .heading.block_header_2:after,
a#day6+section .heading.block_header_2:after,
a#day7+section .heading.block_header_2:after,
a#day8+section .heading.block_header_2:after,
a#day9+section .heading.block_header_2:after {
    display: none;
}
a#day1+section .heading.block_header_2,
a#day2+section .heading.block_header_2,
a#day3+section .heading.block_header_2,
a#day4+section .heading.block_header_2,
a#day5+section .heading.block_header_2,
a#day6+section .heading.block_header_2,
a#day7+section .heading.block_header_2,
a#day8+section .heading.block_header_2,
a#day9+section .heading.block_header_2 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: none;
}
a#day1+section .heading.block_header_2 h3.h,
a#day2+section .heading.block_header_2 h3.h,
a#day3+section .heading.block_header_2 h3.h,
a#day4+section .heading.block_header_2 h3.h,
a#day5+section .heading.block_header_2 h3.h,
a#day6+section .heading.block_header_2 h3.h,
a#day7+section .heading.block_header_2 h3.h,
a#day8+section .heading.block_header_2 h3.h,
a#day9+section .heading.block_header_2 h3.h {
    font-size: 2.0rem;
    background: var(--i_sub2_color);
    padding: 5px 10px;
}
a#day1+section .heading.block_header_2 p,
a#day2+section .heading.block_header_2 p,
a#day3+section .heading.block_header_2 p,
a#day4+section .heading.block_header_2 p,
a#day5+section .heading.block_header_2 p,
a#day6+section .heading.block_header_2 p,
a#day7+section .heading.block_header_2 p,
a#day8+section .heading.block_header_2 p,
a#day9+section .heading.block_header_2 p {
    font-size: 2.2rem;
    padding-left: 20px;
}
.heading.block_header_2 p:before {
    display: none;
}