@charset 'UTF-8';


/* ▼ ===== 共通部分 ===== ▼ */

img {
    max-width: 100%;
    line-height: 0;
}

/* ----- main ----- */
.main_priceWrap {
    background: url('../../images/price/whori/main_bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    margin: auto;
    padding: 8vw 0 5.33vw;
}

.main_priceTitle {
    width: 80%;
    margin: 0 auto;
}

.main_list {
    letter-spacing: -.4em;
    text-align: center;
}

.main_list {
    letter-spacing: -.4em;
    text-align: center;
    width: 88%;
    margin: 0 auto;
    box-sizing: border-box;
}

.main_list > li {
    display: inline-block;
    vertical-align: middle;
    min-height: 50vw;
    letter-spacing: normal;
    box-sizing: border-box;
}

.main_list > li.li01,
.main_list > li.li03 {
    width: 45%;
    border: 3px solid #fff;
    border-radius: 10px;
    background-color: rgba(255,255,255, .7);
}

.main_list > li.li02 {
    width: 5%;
    margin: 0 2.5%;
    min-height: auto;
}

.main_liTitle {
    background-color: #D70050;
    padding: 1.33vw 1.33vw 1.07vw;
    border-radius: 10px 10px 0 0;
}

.main_liText {
    text-align: left;
    color: #000;
    padding: 1.07vw 1.6vw;
    line-height: .8em;
}

.main_TextList > li {
    font-size: 2.6vw;
    text-indent: -1em;
    padding-left: 1em;
}


/* ----- /main ----- */

/* ----- bn_estimate ----- */
.bn_estimate {
    width: 70.59%;
    margin: 5.88vw auto;
}
/* ----- /bn_estimate ----- */


/* ----- PRICE ----- */

.price_dl {
    margin-top: 80px;
    padding: 0 20px;
}

.price_dl.mt0 {
    margin-top: 0;
}

.price_dt {
    position: relative;
    border-bottom: 3px solid #D70050;
    line-height: 1.7em;
}

.price_dd:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #D70050 transparent transparent transparent;
    margin: 0 auto 10px;
}

.dt_icon {
    background-color: #D70050;
    padding: 5px 7px;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2.21vw;
}

.dt_icon.v2 {
    background-color: transparent;
}

.dt_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 7.3vw;
    font-weight: bold;
    margin-bottom: 2.21vw;
}

.price_dt.center {
    text-align: center;
}

.dt_caption {
    display: block;
    vertical-align: middle;
    font-size: 4.5vw;
    margin: 0 0 1.47vw;
}

.price_dd {}

.dd_price {}

.dd_price.yoko {
    display: inline-block;
    vertical-align: middle;
}

.dd_sub {
    margin-bottom: 1.47vw;
}

.dd_sub.yoko {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.dd_kome {
    font-weight: bold;
    font-size: 4vw;
    margin-top: 8px;
}

.dd_text {
    font-size: 15px;
    margin-top: 8px;
    line-height: 1.5em;
}

.dd_caption {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5em;
}

.dd_caption a {
    color: #D70050;
}

.dd_fig {
    margin-top: 8px;
}

.dd_list {
    display: block;
}

.dd_li {
    width: 100%;
    margin-top: 5.88vw;
    line-height: 1.5em;
}

.dd_li:nth-child(1) {
    margin-top: 0;
}

.dd_liTitle {
    background-color: #D70050;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;

}

.dd_liText {
    margin-top: 7px;
    font-size: 14px;
}

.pay_list {}

.pay_li {
    margin-top: 40px;
}

.pay_li:first-child {
    margin-top: 0;
}

.pay_title {
    color: #D70050;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5em;
}

.pay_text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.5em;
}

.bn_np {
    margin-top: 7px;
}


.cancel_text {
    font-size: 14px;
    line-height: 1.5em;
}

.cancel_text > span {
    font-size: 1.2em;
    font-weight: bold;
    color: #D70050;
}

#content_other {
    padding-bottom: 40px;
}


/* ▲ ===== 共通部分 ===== ▲ */



/* ▼ ===== PC ===== ▼ */
@media screen and (min-width: 751px) {

}
/* ▲ ===== PC ===== ▲ */



/* ▼ ===== SP ===== ▼ */
@media screen and (max-width: 750px) {

}
/* ▲ ===== SP ===== ▲ */