.junk {
    padding: 0 0 80px;
}

.-wrapper {
    margin: 0 auto;
    width: 1000px;
}

.subTitle {
    color: #192B5B;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 40px;
}

.cautionText {
    font-size: 14px;
    padding: 0 0 0 1em;
    text-indent: -1em;
}


/* MV */
.mv {
    margin: 0 auto 40px;
}

.mv_image {
    margin: 0 auto 30px;
}


/* example */
.example_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0 auto 50px;
}

.example_block {
    text-align: center;
    width: 235px;
}

.example_image {
    margin: 0 auto 15px;
}

.example_text {
    font-weight: bold;
}


/* condition */
.condition_list {
    margin: 10px auto 40px;
}


/* reset */
.reset {
    background: #FFFAE3;
    margin: 0 auto 30px;
    padding: 40px 0;
}

.reset .subTitle {
    margin-bottom: 30px;
}

.reset_image {
    display: block;
    margin: 0 auto 10px;
}

.reset_catch {
    color: #192B5B;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 30px;
    text-align: center;
}

.reset_catch .-highlight {
    background: linear-gradient(0deg,transparent 0%, transparent 4%, #ffd600 5%, #ffd600 24%, transparent 25%, transparent 100%);
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.reset_text {
    margin: 0 auto 10px;
}


/* price */
.price_block {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.price_block:nth-of-type(1) {
    border-top: 1px solid #ccc;
}

.price_head {
    font-weight: bold;
    width: 240px;
}

.price_list {
    display: flex;
    position: relative;
    text-align: center;
    width: calc( 100% - 240px );
}
.price_list::before {
    border: 1px dashed #e5e5e5;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.price_list > li {
    width: 25%;
}

.price_list p {
    line-height: 45px;
}

.price_list-price {
    color: #FF2626;
    font-weight: bold;
}

.price_btn-more {
    border: 1px solid #192B5B;
    border-radius: 4px;
    color: #192B5B;
    display: none;
    font-size: 14px;
    margin: 40px auto 0;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 150px;
}
.price_btn-more::after {
    border: solid #192B5B;
    border-width: 0 1px 1px 0;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center right;
    width: 6px;
}


/* bottom */
.bottom {
    margin: 40px auto 0;
}

.bottom_btn {
    margin: 40px auto 0;
}

.bottom_btn-item {
    background: #192B5B;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 17px 0;
    text-align: center;
    text-decoration: none;
    width: 235px;
}
