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

#banner .pre_h2 {
    background-color: #227d36;
}

.section img {
    height: 20rem;
    width: 20rem;
    border-radius: 1rem;
}

.section .text p {
    font-weight: 400;
}


#section00 .row {
    width: auto;
}

#section00 img {
    padding: 0;
}

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

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

#section02 .top_pad_bg {
    background-color: #40975310;
}

#section02 table {
    width: auto;
}

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

#section03 dl>div {
    margin-bottom: .5rem;
}

#section03 .square {
    text-align: center;
    border-radius: 2rem;
    border: .5rem solid #096900;
    background-color: #e6ffee;
    box-sizing: border-box;
    padding: 1rem;
}

#section03 dt {
    font-size: 1.6em;
    font-weight: 800;
    color: #758385;
    margin: 0.4em 0 0.2em;
}

#section03 dd {
    font-family: scdream;
    color: #000;
    font-size: 1.2em;
    word-break: keep-all;
}
