@charset "utf-8";


/*-------------------------
    グローバル
-------------------------*/
.inBox {
    max-width: 960px;
    margin: 0 auto;
    padding: 2em 0;
}
@media screen and (max-width: 640px) {
    .inBox {
        width: 90%;
    }
}

/*-------------------------
    流れ
-------------------------*/
.mainArea {
    background-color: #fbf4e6;
    border-top: solid 1px #ddd;
}
.ht_IndexM {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 15px;
    margin: 0 0 30px 0;
}
.ht_IndexM:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 90%;
    transform: translateY(-55%);
    background: linear-gradient(#EE5DAE 0%, #EE5DAE 49%, #F38CC4 50%, #F38CC4 100%);
}
.ht_IndexM span {
    font-weight: bold;
}
.ht_numList li, .ht_numList li p {
    font-size: 16px;
    font-weight: bold;
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2em;
}
.ht_numList li {
    position: relative;
    margin-bottom: 100px;
}
.ht_numList li:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -130px;
    left: 50%;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top: 50px solid #e1b756;
    transform: translate(-50%, 0);
}
.ht_numList li p {
    margin: 40px 0;
}
.ht_imgBox {
    max-width: 640px;
    margin: auto;
}
@media screen and (max-width: 640px) {
    .ht_numList li {
        margin-bottom: 65px;
    }
    .ht_numList li:not(:last-child):after {
        bottom: -80px;
        border-width: 30px;
    }
    .ht_imgBox {
        width: 90%;
    }
}