@charset "utf-8";

body .bg_body_sub {
    background: var(--about-color-tt);
}

.nav02 {
    border-bottom: 2px solid var(--about-color-t);
}

h2 {
    background: linear-gradient(transparent 58%, var(--about-color-t) 0%);
}

.h3_wp .inner_h3 .rhom {
    background-color: var(--about-color);
}

h2::before {
    background: url(../imgs/bg_h2_about.png) right / contain no-repeat;
}

section figure {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

section figure img {
    height: auto;
    width: 340px;
}

dl {
    width: calc(100% - 40px);
    padding: 0 20px;
}

dt {
    width: 150px;
    float: left;
}

dt,
dd {
    padding: 20px 0;
    border-bottom: 0.6px solid #fff;
}

dt:last-of-type,
dd:last-of-type {
    border: none;
}

.to_link {
    background: var(--link-bg-color);
    color: #fff;
}

@media screen and (max-width: 500px) {
    .right {
        margin: 0 30px;
    }

    section figure {
        float: none;
        margin-left: 0;
    }

    section figure img {
        width: 100%;
        height: auto;
    }

    dl {
        width: 100%;
        border-collapse: collapse;
    }

    dt {
        float: none;
        width: 100%;
        background-color: #ffffff65;
        padding: 10px;
        text-align: center;
        border: none;
    }

    dd {
        border: none;
    }

}