@charset "utf-8";

.dprice table {
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    text-align: center;
    width: 60%;
    min-width: 580px;
    font-weight: bold;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.dprice .dprice__box1 {
    padding: 3rem 0 1rem;
}

.dprice .dprice__box2 {
    padding: 1rem 0 1rem;
}

.dprice table.dprice__table1 {
    margin: 0 auto;
}

.dprice table.dprice__table2 {
    margin: 0 auto;
   
}

.dprice tbody {
    font-size: 15px;
}

.dprice th,
.dprice td {
    vertical-align: middle;
    /*
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    */
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    line-height: 2;
}

.dprice th {

}

.dprice th.table__title {
    padding: 0.5rem 1rem 1rem;
    background: #f4fdff;
    font-size: 1.3rem;
    line-height: 1.5;
}

.dprice .dprice__box1 th.table__title {
    padding: 1rem 1rem;
}

.dprice th.table__subtitle {
    padding: .5rem 1rem;
    background: #e3e3e3;
    font-size: 15px;
    line-height: 1;
}

.dprice .table__title {
    
}

.dprice .table__title span {
    display: block;
    font-size: .8rem;
    line-height: 1;
}

.dprice .table__subtitle {
    
}
/*
.dprice .dprice__box2 tr:nth-child(2) th {
    padding: 0.5rem 3rem;
    background: #f5f5f5;
    font-size: 1rem;
}
*/
.dprice td.mainarea {
    padding: .5rem .5rem 1rem;
    background: #f5f5f5;
    font-size: 18px;
    width: 20%
}

.dprice td.mainarea span {
    display: block;
    font-size: .8rem;
    line-height: 1;
}

.dprice td.subarea {
    padding: .2rem .5rem;
    width: 30%
}

.dprice td.price {
    padding: .2rem .5rem;
    width: 50%
}

.dprice__box2 .takuhai__text td {
    width: 50%;
    padding: 1rem .5rem;
    background: #f5f5f5;
    line-height: 1.7;
}

.dprice__box2 .takuhai__text td span {
    display: block;
    font-size: .8rem;
}

.dprice__box2 .takuhai__price td {
    padding: .5rem .5rem;
}

.dprice__note1,
.dprice__note2 {
    width: 60%;
    min-width: 580px;
    margin: 1rem auto 0;
}

.dprice__note1 p,
.dprice__note2 p {
    font-size: 14px;
    margin-bottom: 0;
}

.dprice__note1 p span,
.dprice__note2 p span {
    font-weight: bold;
}

.dprice__box3 {
    
}

.dprice__notice {
    margin: 3rem auto;
}

.dprice__notice:first-child {
    margin: 3rem auto 3rem;
}

.box3__title {
    font-size: 16px;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #666;
    font-weight: bold;
}

.box3__text {
    
}

.takuhai_link {
    text-align: right;
    text-decoration: underline;
    margin: 1rem 0 0;
}


@media (max-width: 767px) {
    .dprice table {
        width: 100%;
        min-width: auto;
    }
    .dprice .dprice__box1 {
        padding: 2rem 0 1rem;
    }

    .dprice .dprice__box2 {
        
    }
    
    .dprice table {

    }

    .dprice tbody {
        font-size: 13px;
    }

    .dprice th {

    }
    
    .dprice th.table__title {
        padding: .5rem .5rem 1rem;
        background: #f4fdff;
        font-size: 1.2rem;
    }
    
    .dprice .table__title span {
        font-size: .7rem;
    }
    
    .dprice th.table__subtitle {
        padding: .5rem .5rem;
        background: #e3e3e3;
        font-size: 13px;
    }

    .dprice td {
        padding: .3rem 1rem .2rem;
    }

    .dprice td.mainarea {
        padding: .5rem .5rem 1rem;
        font-size: 15px;
        width: 33.333%;
    }
    
    .dprice td.mainarea span {
        font-size: .7rem;
    }

    .dprice td.subarea,
    .dprice td.price {
        padding: .2rem .5rem;
        width: 33.333%;
    }

    .dprice__box2 .takuhai__text td {
        padding: .5rem .5rem;
    }
    
    .dprice__box2 .takuhai__text td span {
        font-size: .7rem;
    }

    .dprice__box2 .takuhai__price td {
        padding: 1rem .5rem;
    }

    .dprice__note1,
    .dprice__note2 {
        width: 100%;
        min-width: auto;
        margin: .5rem auto 0;
    }
    
    .dprice__note1 p,
    .dprice__note2 p {
        font-size: 13px;
    }

    .dprice__note1 p span,
    .dprice__note2 p span {

    }
    
    .dprice__notice:first-child {
        margin: 2rem auto 3rem;
    }
    
    .dprice__box3 {

    }

    .dprice__notice {

    }

    .box3__title {

    }

    .box3__text {

    }
    
    .takuhai_link {
        font-size: 13px;
    }
}
    
/**********************************
.dprice__idcbanner
**********************************/

.dprice__idcbanner .idcbanner__box {
    text-align: center;
    border: 1px solid #999;
    padding: 0;
    max-width: 580px;
    outline: 1px solid #999;
    outline-offset: 3px;
}

.dprice__idcbanner .idcbanner__box .s_title {
    background: #e30014;
}

.dprice__idcbanner .idcbanner__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: left;
    /* background-color: #e60014; */
    background-color: #d93715;
}


.dprice__idcbanner .idcbanner__title-wrapper img {
    /*margin-right: 20px;*/
    margin: 0px 1.8rem 0 -1.5rem;
}

.dprice__idcbanner .idcbanner__title {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.dprice__idcbanner .deco__slash {
    border-bottom: 1px dashed #fff;
}

.dprice__idcbanner .deco__slash__2 {
}

.dprice__idcbanner .idcbanner__text {
    padding: 0 1.8rem;
    text-align: left;
}

.dprice__idcbanner .idcbanner__note {
    padding: 0.2rem 2rem 0;
    text-align: left;
}

.dprice__idcbanner .idcbanner__text_red {
    color: #ff0000;
    padding: 0 1rem;
    text-align: left;
}

@media (min-width: 768px) {
    .dprice__idcbanner .idcbanner__box {
        margin: 0 auto;
    }
    .dprice__idcbanner .idcbanner__title {
        font-size: 20px !important;
    }
    .dprice__idcbanner .idcbanner__title span {
        font-size: 20px !important;
        display: inline-block;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    .dprice__idcbanner .idcbanner__text,
    .dprice__idcbanner .idcbanner__text_red {
        font-size: 14px!important;
    }
    .dprice__idcbanner .idcbanner__note {
        font-size: 13px!important;
    }
}

@media (max-width: 980px) {
    .dprice__idcbanner .idcbanner__box {
    }
}



@media (max-width: 767px){
    .dprice__idcbanner .idcbanner__box {
        width: 100%;
        margin: 0 auto;
    }
    
    .dprice__idcbanner .idcbanner__box .s_title {
        
    }
    .dprice__idcbanner .idcbanner__title span {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    
    .dprice__idcbanner .idcbanner__title-wrapper {
       
    }
    
    
    .dprice__idcbanner .idcbanner__title-wrapper img {
        width:27%;
        margin: -5px 10px 0 0.5rem;
    }
    
    .dprice__idcbanner .idcbanner__title {
       
    }
    
    .dprice__idcbanner .deco__slash {
        
    }
    
    .dprice__idcbanner .deco__slash__2 {
        font-size: 18px;
    }
    
    .dprice__idcbanner .idcbanner__text {
        font-size: 13px !important;
    }
    
    .dprice__idcbanner .idcbanner__note {
        font-size: 11px !important;
    }
    
    .dprice__idcbanner .idcbanner__text_red {
   
    }
    
   
}




/*
@media (max-width: 767px) {
    .dprice__idcbanner .idcbanner__box {
        width: 100%;
        margin: 0 auto;
    }
    .dprice__idcbanner .idcbanner__title {
        font-size: 18px !important;
        padding: .7rem .1rem;
        line-height: 1.5;
    }
    .dprice__idcbanner .idcbanner__title span {
        font-size: 15px !important;
    }
    .dprice__idcbanner .idcbanner__text,
    .dprice__idcbanner .idcbanner__text_red {
        font-size: 13px !important;
    }
    .dprice__idcbanner .idcbanner__note {
        font-size: 11px !important;
    }
}
*/
    
    
    