/*-------------------------
AMH
-------------------------*/
/* intro */
#amh .intro h2,
#amh .intro p {
    text-align: left;
}

#amh .intro p {
    margin-top: 24px;
}

/* h3 */
#amh .ttl-underline {
    margin-top: 40px;
}

/* amhBox */
.amhBox--wrapper h2 {
    font-size: 32px;
}

.amhBox--wrapper h2 span {
    font-size: 28px;
    display: block;
}

.amhBox {
    margin: 120px auto 0;
    padding: 0 20px;
}

.amhBox--inner {
    max-width: 710px;
    margin: 0 auto
}

.amhBox-inner_small {
    max-width: 620px;
    margin: 0 auto;
}

.amhBox p {
    line-height: 2;
    text-align: left;
    padding-top: 32px;
}


.amhBox p.text-link {
    text-align: center;
}

.amhBox p:first-of-type {
    padding-top: 0;
}

.amhBox .amh-method {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.amhBox .amh-method li {
    margin-bottom: 20px;
    width: calc(50% - 20px);
}

.amhBox .amh-method li:nth-child(odd) {
    margin-right: 20px;
}


.amhBox.bk-secondary-light {
    padding: 120px 20px;
    max-width: 980px;
}

.amhBox ol {
    text-align: left;
    margin-top: 32px;
    line-height: 1.8;
}

.amhBox.bk-secondary-light h3 {
    border: none;
    text-align: center;
}

.amhBox.bk-secondary-light figcaption {
    margin-top: 80px;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 769px) {
    .amhBox {
        margin: 60px auto;
        padding: 0;
    }

    .amhBox p {
        padding-top: 24px;
    }

    .amhBox .amh-method li {
        margin-bottom: 10px;
        width: calc(50% - 10px);
    }

    .amhBox .amh-method li:nth-child(odd) {
        margin-right: 10px;
    }

    .amhBox.bk-secondary-light {
        padding: 60px 20px;
    }

    .amhBox figcaption {
        font-size: 16px;
    }

    .amhBox.bk-secondary-light figcaption {
        margin-top: 40px;
    }

    .amhBox--wrapper h2,
    .amhBox--wrapper h2 span {
        font-size: 22px;
    }

}