#banner {
    background: url("/static/img/page05/banner.jpg") no-repeat center center;
}

#banner .pre_h2 {
    background-color: #29265b;
}


.section img {
    margin: .5rem;
    border-radius: 15px;
    padding: 0;
}

.section .text p {
    /* font-family: scdream; */
    font-weight: 400;
    margin-top: 0.6em;
}

#section01 img {
    height: 40rem;
}

#sh_test img {
    height: 40rem;
}

#section02 .top_pad_bg {
    background-color: #009dff10;
}

#section01 img 
#section02 img {
    max-width: 96rem;
    height: auto;
}

.section .section_box {
    padding: 2em 0;
    border-radius: .5em;
}

.section .green_box {
    background-color: #40975310;
}

.section_box li {
    display: inline-block;
    font-family: scdream;
    font-weight: 300;
    color: #fff;
    font-size: 1.1em;
    width: 90%;
    padding: .5em;
    margin: 0.2em;
    border-radius: .5em;
}

.section .green_box li {
    background-color: #2e6e3c;
}

#section03 .top_pad_bg {
    background-color: #ff00e609;
}

.kok dl {
    padding-top: 5em;
}

.kok dt {
    font-family: scdream;
    font-size: 2em;
}

.kok dd {
    color: #6f6f6f;
    font-size: 0.9em;
}

.section .yellow_box {
    background-color: #cfcc0015;
}

.section .yellow_box li {
    background-color: #6c6a2e;
}