@charset "UTF-8";

.merit-list1 li {
    vertical-align: bottom;
}

.merit-box {
    max-width: 184px;
    margin-bottom: 65px;
}

.merit-box .-pace {
    color: #ed6d03;
    text-align: center;
    font-weight: bold;
    background: #fff9e7;
}

.merit-box .-pace.-none {
    border-color: transparent;
}

.merit-area {
    background: #eee;
    padding: 1px 0;
    background: url(../../img/common/bg_check01.png) repeat center top 19px / 20px;
    border: 1px solid #f0f0f0;
}

.merit-box .-pace.-none:after {
    content: none;
}

.merit-box .-ttl {
    color: #111;
    font-weight: bold;
}

.merit-box .-ttl:after {
    content: "";
    display: block;
    border-bottom: 2px solid #aaa;
}

@media (max-width: 768px) {
    .merit .container {
        padding: 50px 0 0;
    }

    .merit .sec-text {
        margin: 20px auto;
        font-size: 14px;
    }

    .merit-list1 {
        width: 90%;
        margin: 20px auto 30px;
    }

    .merit-box {
        display: flex;
        justify-content: space-between;
    }

    .merit-list1 li {
        margin-bottom: 10px;
    }

    .merit-box .-thumb img {
        max-width: 70px;
        border: 1px solid #efefef;
        border-radius: 50%;
    }

    .merit-box .-textwrap {
        margin-left: 4%;
        position: relative;
        width: 80%;
    }

    .merit-box .-pace {
        position: absolute;
        top: 0px;
        font-size: 10px;
        padding: 2px;
    }

    .merit-list1 li:nth-child(1) .-pace {
        left: 70px;
    }

    .merit-list1 li:nth-child(2) .-pace {
        left: 60px;
    }

    .merit-list1 li:nth-child(3) .-pace {
        left: 60px;
    }

    .merit-list1 li:nth-child(4) .-pace {
        left: 55px;
    }

    .merit-list1 li:nth-child(5) .-pace {
        left: 45px;
    }

    .merit-list1 li:nth-child(6) .-pace {
        left: 45px;
    }

    .merit-area {
        overflow: hidden;
    }

    .merit-box .-ttl {
        font-size: 14px;
    }

    .merit-box .-ttl:after {
        width: 100%;
        margin: 5px auto;
    }

    .merit-box .-text {
        font-size: 12px;
    }

    .merit-box {
        max-width: 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 769px) {
    .merit .container {
        padding: 100px 0;
    }

    .merit .sec-text {
        margin: 0 auto 40px;
    }

    .merit-list1 {
        display: flex;
        justify-content: space-between;
    }

    .merit-list1 li {
        width: 13%;
    }

    .merit-box .-pace {
        font-size: 14px;
        padding: 2px;
    }

    .merit-box .-thumb {
        text-align: center;
        margin: 10px 0;
    }
.merit-box .-thumb img{
    border: 1px solid #efefef;
    border-radius: 50%;
}
    .merit-box .-ttl {
        text-align: center;
    }

    .merit-box .-ttl:after {
        width: 40px;
        height: 2px;
        margin: 10px auto;
    }

    .merit-box .-text {
        font-size: 14px;
    }

    .merit-area {
        padding: 45px;
    }
}

/* merit-2 è³‡æ ¼å–å¾— */
.merit-list2 {
    margin-bottom: 60px;
}

.merit-list2 p {
    text-align: center;
}

.merit-list2 .-ttl {
    padding: 16px 0;
    color: #ed6d03;
    font-weight: 700;
    border: 2px solid #ed6d03;
}

.merit-list2 .-p {
    /* background-color: #ccc; */
    background-color: #ea8c06;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
}

.merit-list2 .-p2 {
    /* background-color: #111; */
    background-color: #ed6d03;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
}

.merit-list2 .-line01,
.merit-list2 .-line02 {
    background: #999999;
}

@media (max-width: 768px) {
    .merit-list2 {
        float: left;
        width: 25%;
        margin-left: 5%;
    }

    .merit-list2 p {
        display: block;
    }

    .merit-list2 .-p {
        margin: 5px auto;
        /* height: 380px; */
        height: 42rem;
        padding: 0 13px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .merit-list2 .-ttl {
        width: 100%;
        padding: 10px 0;
    }

    .merit-list2 .-p2 {
        margin: 5px auto;
        /* height: 228px; */
        height: 31.7rem;
        padding: 0 13px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .merit-list2::after {
        content: " ";
        background: #999999;
        display: block;
        width: 80%;
        height: 1px;
        margin: 0 auto;
    }

    .text-combine {
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all;
    }

    .merit-list2 .-line01,
    .merit-list2 .-line02 {
        width: 80%;
        height: 1px;
        line-height: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .merit-list2 .-line01 {
        margin-top: 20px;
    }
}

@media (min-width: 769px) {
    .merit-list2 {
        display: flex;
        justify-content: space-between;
    }

    .merit-list2 .-ttl {
        width: 12%;
    }

    .merit-list2 .-p {
        width: 55%;
        margin: 5px 0;
    }

    .merit-list2 .-p2 {
        width: 28%;
        margin: 5px 0;
    }

    .merit-list2 .-line01 {
        margin-left: 2%;
    }

    .merit-list2 .-line01,
    .merit-list2 .-line02 {
        width: 1px;
    }
}

/* merit-3 å°±è·ã¾ã§ã®æµã‚Œ */
.merit-list3 {
    display: flex;
    align-items: center;
}

.merit-list3 .-ttl {
    position: relative;
    padding: 16px 0;
    margin-right: 32px;
    color: #ed6d03;
    max-width: 157px;
    width: 12%;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6;
    border: 2px solid #ed6d03;
}

.step-box {
    background-color: #fff;
    position: relative;
    padding: 1px 0;
}

.step-box .-ttlbar {
    position: absolute;
    background: #fff;
    color: #111;
}

.step-box .-stepttl {
    color: #fff;
    text-align: center;
    position: relative;
}

.step-list > li:nth-child(1) .step-box .-stepttl {
    background: #9d875c;
}

.step-list > li:nth-child(2) .step-box .-stepttl {
    background: #b0bc80;
}

.step-list > li:nth-child(3) .step-box .-stepttl {
    background: #ed6d03;
}

.step-list > li:nth-child(4) .step-box .-stepttl {
    background: #e6b322;
}

.step-list > li:nth-child(1) .step-box .-ttlbar {
    color: #9d875c;
    border: #9d875c 2px solid;
}

.step-list > li:nth-child(2) .step-box .-ttlbar {
    color: #b0bc80;
    border: #b0bc80 2px solid;
}

.step-list > li:nth-child(3) .step-box .-ttlbar {
    color: #ed6d03;
    border: #ed6d03 2px solid;
}

.step-list > li:nth-child(4) .step-box .-ttlbar {
    color: #e6b322;
    border: #e6b322 2px solid;
}



.step-box .cont-list li:before {
    content: "\025cf";
    display: inline;
}

.step-list > li:nth-child(1) .step-box .cont-list li:before {
    color: #9d875c;
}

.step-list > li:nth-child(2) .step-box .cont-list li:before {
    color: #b0bc80;
}

.step-list > li:nth-child(3) .step-box .cont-list li:before {
    color: #ed6d03;
}

.step-list > li:nth-child(4) .step-box .cont-list li:before {
    color: #e6b322;
}

@media (max-width: 768px) {
    .merit-list3 {
        float: right;
        width: 61%;
        flex-direction: column;
        margin-right: 5%;
    }

    .merit-list3 .-ttl {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 13px 0;
    }

    .merit-list3 .-ttl br {
        display: none;
    }

    .merit-list3 .step-list {
        display: block;
        width: 100%;
    }

    .merit-list3 .step-list > li {
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .merit-list3 .-ttl:after {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
        top: 100%;
        left: 50%;
    }

    .step-box .-stepttl {
        font-size: 16px;
        margin: -1px 0 10px;
        padding: 15px 0 5px;
    }

    .step-box .-ttlbar:after {
        display: none;
    }

    .step-box .-ttlbar {
        font-size: 12px;
        padding: 2px 6px;
        left: 50%;
        top: -10px;
        z-index: 2;
        margin-left: -24px;
    }

    .step-box .cont-list {
        margin: 15px;
        line-height: 1.2;
    }

    .step-box .cont-list li {
        display: flex;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .step-box .cont-list li:before {
        font-size: 14px;
        margin-right: 3px;
    }
}

@media (min-width: 769px) {
    .step-box .-ttlbar {
        font-size: 14px;
        padding: 5px 10px;
        left: 50%;
        top: -20px;
        z-index: 2;
        margin-left: -36px;
        font-weight: bold;
    }

    .step-box .-stepttl {
        padding: 20px 0 10px;
    }

    .step-box .cont-list {
        margin: 10px;
        line-height: 1.2;
    }

    .step-box .cont-list li {
        display: inline-block;
        line-height: 1;
        letter-spacing: -0.1em;
    }

    .step-box .cont-list li:before {
        font-size: 12px;
        margin-right: 3px;
    }

    .step-box .cont-list li p {
        display: inline;
        font-size: 13px;
        line-height: 1;
    }

    .step-list {
        display: flex;
        width: 86%;
        justify-content: space-between;
    }

    .step-list > li {
        font-size: 20px;
    }

    .step-list > li:nth-child(1) {
        width: 34%;
    }

    .step-list > li:nth-child(2) {
        width: 24%;
    }

    .step-list > li:nth-child(3) {
        width: 18%;
    }

    .step-list > li:nth-child(4) {
        width: 18%;
    }
}
