@charset "UTF-8";

/* 強み */
.ddh_advantage .ddh_black_desc {
    background-image: url(/images/ddh_adv_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.ddh_advantage .ddh_black_desc.ddh_content_wrap {
    padding-top: 60px;
    padding-bottom: 178px;
}
.ddh_advantage_sec h3 {
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    padding-top: 50px;
    /* height: 180px; */
    z-index: 1;
}
.ddh_advantage_sec h3 > img {
  display: block;
  margin: 0 auto 100px;
}

.ddh_advantage_sec h3 span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.ddh_advantage_sec h3 p {
    font-size: 34px;
    font-weight: bold;
    /* border-bottom: 2px solid; */
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
}

.ddh_advantage_sec {
    margin-bottom: 80px !important;
}
#advantage_3 {
    margin-bottom: 60px;
}
.ddh_advantage_sec p {
    font-size: 20px;
}
.ddh_advantage .ddh_content_width {
    max-width: 800px;
    min-width: 0;
}
.ddh_advantage_sec h3:before {
    position: absolute;
    width: 36px;
    height: 36px;
    /* left: 34px; */
    /* top: 27px; */
    font-size: 36px;
    font-family: "din-condensed";
    font-weight: bold;
    left: 50%;
    top: 290px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

#advantage_1.ddh_advantage_sec h3:before {
    content: "1";
}

#advantage_2.ddh_advantage_sec h3:before {
    content: "2";
}

#advantage_3.ddh_advantage_sec h3:before {
    content: "3";
}
.ddh_advantage_sec h3 p:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 4px solid #868d9c;
}
.ddh_advantage .ddh_btn.green.hiragana {
    max-width: 294px;
    padding: 19px 0px 11px;
    font-size: 22px;
}

.ddh_advantage .ddh_btn.green.hiragana span {
    font-size: 25px;
    font-family: "din-condensed";
}


@media (max-width:600px) {
    .ddh_advantage .ddh_black_desc.ddh_content_wrap {
        padding-top: 30px;
        background-size: 700px;
    }

    .ddh_advantage_sec h3 > img {
        width: 100%;
        margin-bottom: 60px;
        max-width: 280px;
    }

    .ddh_advantage_sec h3:before {
        top: 230px;
        font-size: 25px;
    }

    .ddh_advantage_sec h3 span {
        font-size: 14px;
        letter-spacing: 0.01em;
    }

    .ddh_advantage_sec h3 p {
        font-size: 19px;
        text-align: center;
        line-height: 1.5;
        margin-top: 10px;
        /* display: inline; */
    }

    .ddh_advantage_sec h3 {
        margin-bottom: 30px;
    }

    .ddh_advantage_sec p {
        font-size: 13px;
        text-align: left;
    }

    .ddh_2ndpage_wrap section {
        margin-bottom: 40px!important;
    }

    .ddh_advantage .ddh_btn.green.hiragana {
        display: inline-block;
        padding: 16px 42px;
        font-size: 16px;
    }

    .ddh_advantage .ddh_btn.green.hiragana span {
        font-size: 18px;
    }
}