.reason_num {
    width: 17.5rem;
    position: absolute;
    top: -8.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.reason_box {
    height: 50.6rem;
    padding: 4.5rem 0 0 5rem;
}

.reason_box span {
    text-shadow: .2rem .2rem .5rem #ffffff;
}

.reason_box h2 mark {
    width: max-content;
}

.reasonContent {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
}

.reasonCntItem {
    width: 21.1rem;
    height: 7.9rem;
    background-color: #58A9FF;
    color: #fff;
    border-radius: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.reasonCntItem2 {
    background: #fff;
    color: #58A9FF;
}

.fl {
    align-items: flex-end;
}

.reasonCntBdr::before {
    content: '';
    background-color: #58A9FF;
    position: absolute;
    width: .2rem;
    height: 5.8rem;
    left: -.5rem;
}

.reasonCntBdr::after {
    content: '';
    background-color: #58A9FF;
    position: absolute;
    width: .2rem;
    height: 5.8rem;
    right: -.5rem;
}

.reasonContent::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.25rem 3.6rem 0 3.6rem;
    border-color: #58a9ff transparent transparent transparent;
    display: block;
    margin: 3rem auto 0 auto;
}

.rsWavy::after {
    content: "";
    position: absolute;
    background: url(../img/common/wavyline01.webp) no-repeat center;
    background-size: cover;
    left: 9rem;
    bottom: -1.4rem;
    width: 70%;
    height: 1rem;
    transform: rotate(360deg);
}

.rsWavy2::before {
    content: "";
    position: absolute;
    background: url(../img/common/wavyline01.webp) no-repeat center;
    background-size: cover;
    left: 9rem;
    bottom: -.8rem;
    width: 70%;
    height: 1rem;
    transform: rotate(360deg);
}

.rsTxt p {
    margin-top: -11rem;
    color: #fff;
    line-height: .8;
}

.rstxt2 {
    width: 65rem;
    margin: 0 auto;
    display: block;
    margin-top: 11.5rem;
}

.rstxt2 p {
    position: absolute;
    line-height: 10.2rem;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

.rsTxt img {
    width: 65rem;
    /* padding-top: 4.3rem; */
}

.rsHurt {
    width: 65rem;
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
    background-color: #D3E8FF;
    border-radius: 1rem;
}

.rsHurt h4 {
    padding-top: 2rem;
}

.rsPower img {
    width: 59.8rem;
    display: block;
    margin: 0 auto;
    padding: 2rem 0 3rem 0;
}

.rsPower::before {
    content: '強い';
    position: absolute;
    font-size: 1.9rem;
    font-weight: 700;
    top: 2.5rem;
    left: 4.5rem;
    color: #fff;
    z-index: 1;
}

.rsPower::after {
    content: '弱い';
    position: absolute;
    font-size: 1.9rem;
    font-weight: 700;
    top: 2.5rem;
    right: 2.5rem;
    color: #58A9FF;
    z-index: 1;
}

.rsHurtCtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem 4rem 3rem;
    white-space: nowrap;
}

.rsTxt2 {
    width: 17.9rem;
    height: 6.7rem;
    background-color: #58A9FF;
    border-radius: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.rsTxt2::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5rem 1rem 0 1rem;
    border-color: #58A9FF transparent transparent transparent;
    bottom: -1.4rem;
    left: 8rem;
    z-index: 1;
}

.fcIcon {
    padding-top: 1.5rem;
    width: 14.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.fcIcon2 {
    width: 17.5rem;
}

.rsHurtItem {
    width: 15.8rem;
    height: auto;
}

.rsSup::after {
    content: '※';
    position: absolute;
    color: #C94284;
    top: 18.5rem;
    right: 27.5rem;
    font-size: 1.5rem;
}

.rsSup2::after {
    content: '※';
    position: absolute;
    color: #1B1464;
    bottom: 0.3rem;
    right: 12.5rem;
    font-size: 1.5rem;
}

.rsCircle {
    width: 9.2rem;
    height: 9.2rem;
    border-radius: 99rem;
    background-color: #58A9FF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem
}

.rsCheck {
    background-color: #D3E8FF;
    width: 63.5rem;
    height: auto;
    border-radius: 1rem;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 4rem;
}

.rsCheckItem {
    width: 52.4rem;
    height: 8.9rem;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 4rem;
}

.rsCheckItem01 {
    margin-bottom: 2rem;
}

.rsCheckItem::after {
    content: '';
    background: url(../img/lst_icon.png) no-repeat center;
    background-size: 100% 100%;
    width: 3.28rem;
    height: 2.8rem;
    position: absolute;
    left: 3rem;
    top: 2.7rem;
}

.rsTxt03 {
    padding-left: 5rem;
}

.no1 {
    width: 59rem;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 3rem;
}

.reasonBln {
    width: 47rem;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

/* Promise */
/* .promiseContent{
    background: url(../img/promiseItemBg.svg) no-repeat center;
    background-size: cover;
    width: 65rem;
    display: block;
    margin: 0 auto;
} */
.promiseBox {
    display: flex;
    flex-wrap: wrap;
}

.promiseItem {
    display: block;
    margin: 0 auto;
    width: 27.6rem;
    height: 21rem;
    background: #fff;
    border-radius: .5rem;
}

.promiseContent {
    background-color: #93C2FF;
    width: 65rem;
    display: block;
    margin: 0 auto;
    padding: 5rem 3rem 2.5rem 3rem;
    border-radius: 1rem;
}

.promiseItem img {
    width: 10.4rem;
    position: absolute;
    top: -3rem;
    left: 9rem;
}

.promiseItem p {
    margin-top: 8rem;
    text-align: center;
    line-height: 1.3;
    color: #000;
}

.promiseItem1 {
    margin-right: 3.5rem;
}

.promiseItem3 {
    margin-right: 3.5rem;
}

.promiseItem3,
.promiseItem4 {
    margin-top: 5.5rem;
}

/* trust */
.trust {
    background: url(../img/trustBg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5.5rem 0 8rem;
}

.trustTT {
    display: block;
    margin: 0 auto;
    width: 65rem;
}

.trustTxt01 {
    display: block;
    margin: 0 auto;
    width: 66rem;
}

.trustTxt02 {
    display: block;
    margin: 0 auto;
    width: 59.5rem;
}

.trustTxt03 {
    display: block;
    margin: 0 auto 0 4rem;
    width: 54.5rem;
}

.trustContent {
    display: block;
    width: 100%;
    overflow: hidden;
}

.trustImg {
    display: block;
    margin: 1rem auto 0;
    width: 100%;
    overflow: hidden;
}

/* payment */
.paymentTTBlock {
    background: url(../img/paymentTopBg.webp);
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: center;
    background-position-y: 0;
    padding-top: 2.5rem;
}

.paymentBanner {
    display: block;
    margin: 0 auto;
    width: 63rem;
}

.paymentTT {
    display: block;
    margin: 2rem auto;
    width: 63.5rem;
}

.paymentContent {
    background-color: #f0f8ff;
    padding: 2rem 0 0;
}

.paymentImg {
    display: block;
    margin: 0 auto;
    width: 66rem;
}

.paymentNoWorrie {
    display: block;
    margin: 0 auto;
    width: 63rem;
}