@charset "UTF-8";

h1.common-ttl01 {
    /* background: #756868; */
    background: ##85b5f;
    background: linear-gradient(0deg, rgb(143 147 151) 0%, rgb(88 91 95) 100%);
    color: #fff;
    height: 170px;
    display: flex;
    letter-spacing: 1px;
    margin-bottom: 0;
}
h1.common-ttl01:before {
    display: none;
}
h1.common-ttl01 span {
    background: transparent;
    border: none;
}
.merideme .common-ttl03 {
    padding-top: 1.5em;
    margin-bottom: 1em;
}
.merideme .common-ttl03::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 1em;
}
.merideme .common-txt.merit,
.merideme .common-txt.demerit{
    padding: 0.8em 2em 0.8em 5em;
    border-radius: 4px;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
}
.merideme .common-txt.merit::before,
.merideme .common-txt.demerit::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(255 255 255 / 80%);
    font-size: 1.5em;
    display: flex;
    width: 2.5em;
    height: 100%;
    border-right: 1px solid;
    align-items: center;
    justify-content: center;
}
.merideme .common-txt.merit {
    background: rgb(200 0 10 / 8%);
}
.merideme .common-txt.merit::before {
    content: "\f164";
    background: rgb(200 0 10 / 40%);
}

.merideme .common-txt.demerit{
    background: rgb(70 125 217 / 10%);
}

.merideme .common-txt.demerit::before{
    content: "\f0eb";
    background: rgb(70 125 217 / 40%);
}
.common-inner.value,
.common-inner.merideme {
    padding-bottom: 1.5em !important;
}
@media screen and (min-width: 768px) {
    .common-inner.value,
    .common-inner.merideme {
        width: 700px;
    }
}