select::-ms-expand{
    display: none;
}

/*----------------------------------------------------------------------------*/

#regularservice .in_detail {
    width: 400px;
    margin: 80px auto 0;
    }

#regularservice .in_detail img {
    width: 100%;
    }


/* バナー */
section.banner {
    width: 100%;
    height: 500px;
    background-image: url(../img/regularservice/banner.jpg);
    background-size: cover;
    background-position: center center;
}
#regularservice section.banner .content {
    height: 100%;
}
#regularservice section.banner div.monitor {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 40px;
    left: 0;
    margin: auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 140px;
    height: 140px;
    padding-top: 35px;
    border-radius: 70px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    background-color: #da9557;
}
#regularservice section.banner div.monitor span {
    font-size: 22px;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #regularservice section.banner {
        height: 220px;
        overflow: visible;
        background-image: url(../img/regularservice/banner_sp.jpg);
    }
    #regularservice section.banner .content {
        overflow: visible;
    }
    #regularservice section.banner div.monitor {
            width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 22px;
    right: 30px;
    bottom: -210px;
    margin-right: 0;
    }
    #regularservice section.banner div.monitor span {
        font-size: 12px;
    }
}



/*----------------------------------------------------------------------------*/
/* タイトル */
#regularservice section.title {
    padding: 46px 0;
    background-color: #f5f5f5;
}
#regularservice section.title .content {
    position: relative;
}
#regularservice section.title p.catch {
    padding-left: 58px;
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
    line-height: 1.75em;
}
#regularservice .pc_catch p.catch {
    padding-left: 58px;
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
    line-height: 1.75em;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px 2px 4px rgba(0, 0, 0, 0.3), 2px -2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(0, 0, 0, 0.3);
}
#regularservice section.title h1 {
    padding-left: 46px;
    font-size: 60px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
    line-height: 1.75em;
    padding-bottom: 16px;
    margin-bottom: 38px;
    
    border-bottom: solid 1px #ccc;
}
#regularservice .pc_catch{
    position: absolute;
    bottom: 110px;
    color: #fff;
}
#regularservice .pc_catch h1 {
    padding-left: 46px;
    font-size: 70px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
    line-height: 1.75em;
    padding-bottom: 16px;
    margin-bottom: 38px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px 2px 4px rgba(0, 0, 0, 0.3), 2px -2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(0, 0, 0, 0.3);
}
#regularservice section.title img.illust {
    position: absolute;
    top: 60px;
    left: 60%;
}

#regularservice .pc_catch img.illust {
        position: absolute;
    top: 80px;
    left: 140%;
}
#regularservice section.title p.description {
    text-align: center;
}
#regularservice section.title p.description img.desc {
    margin-bottom: 40px;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #regularservice section.title {
        padding: 30px 0;
    }
    
    #regularservice section.title p.catch {
        padding-left: 20px;
        font-size: 16px;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.15em;
        line-height: 1.75em;
    }
    
    #regularservice section.title h1 {
        padding-left: 16px;
        font-size: 26px;
        margin-bottom: 16px;
    }
    
    #regularservice section.title img.illust {
        position: absolute;
        width: 102px;
        top: 60px;
        left: 65%;
    }
    
    #regularservice section.title p.description img {
        width: 100%;
    }
    #regularservice section.title p.description img.desc {
        margin-bottom: 10px;
    }
}

/*----------------------------------------------------------------------------*/
/* スープ定期便とは? */
#regularservice section.about {
    padding: 80px 0;
}
#regularservice section.about .wrap {
    box-sizing: border-box;
    padding: 76px 0;
    text-align: center;
    border: solid 1px #000;
}
#regularservice section.about .wrap h3 {
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    
    padding-bottom: 30px;
}
#regularservice section.about .wrap div.description {
    margin-top: 76px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 740px;
    xheight: 280px;
    height: 228px;
    background-color: #efefef;
    text-align: left;
    padding: 50px 88px;
    line-height: 2em;
}
#regularservice section.about .wrap div.about {
    width: 746px;
    margin: 0 auto;
}
#regularservice section.about .wrap div.about img {
    width: 100%;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #regularservice section.about {
        padding: 30px 0;
    }
    #regularservice section.about .wrap {
        padding: 30px 0;
    }
    #regularservice section.about .wrap h3 {
        font-size: 26px;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        padding-bottom: 0px;
    }
    #regularservice section.about .wrap div.description {
        box-sizing: border-box;

        width: 90%;
        height: auto;
        background-color: #efefef;
        text-align: left;
        padding: 20px 20px;
        line-height: 2em;
        font-size: 14px;
        line-height: 1.75em;
    }
    #regularservice section.about .wrap div.description p {
        text-indent: -2em;
        padding-left: 2em;
    }
    #regularservice section.about .wrap div.about {
        width: 90%;
    }
}


/*----------------------------------------------------------------------------*/
/* 選べるスープの種類 */
#regularservice section.cup_soup {
    padding: 56px 0;
    background-color: #eeeeee;
}
#regularservice section.cup_soup .header h3 {
    font-size: 26px;
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#regularservice section.cup_soup .header h3 img {
    margin-top: 16px;
}
#regularservice section.cup_soup div.commodities {
    margin-top: 60px;
}
#regularservice section.cup_soup div.commodities div.commodity {
    box-sizing: border-box;
    width: 474px;
    position: relative;
    background-color: #fff;
    padding: 30px 26px;
    margin-bottom: 50px;
}

#regularservice section.cup_soup div.commodities div.commodity .sub {
    position: absolute;
    right: 26px;
    text-align: center;
    font-size: 14px;
    background: #000;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
    padding: 4px 8px;
    top: 60px;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

#regularservice section.cup_soup div.commodities div.commodity img.item {
    position: absolute;
    top: 22px;
    left: 40px;
}
#regularservice section.cup_soup div.commodities div.commodity h4 {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35em;
    padding-left: 104px;
    height: 90px;
    
    border-bottom: solid 1px #ccc;
    margin-bottom: 26px;
}
#regularservice section.cup_soup div.commodities div.commodity p.catch {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    color: #da9557;
    height: 76px;
}
#regularservice section.cup_soup div.commodities div.commodity div.detail {
    position: relative;
}
#regularservice section.cup_soup div.commodities div.commodity div.detail p.tyumoku {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    width: 124px;
    line-height: 1.5em;
}
#regularservice section.cup_soup div.commodities div.commodity div.detail p.additional {
    box-sizing: border-box;
    width: 100%;
    padding-left: 142px;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

/* スマフォ */
@media screen and (max-width: 767px){
.syncer-acdn{
    background: #fff;
    height: 86px;
    }
.drop-contents{
    display: none;
    padding: 16px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-top: solid 1px #ccc;
    }

#syncer-acdn-01.drop-contents{height: 330px;}
#syncer-acdn-02.drop-contents{height: 300px;}
#syncer-acdn-03.drop-contents{height: 280px;}
#syncer-acdn-04.drop-contents{height: 280px;}
#syncer-acdn-05.drop-contents{height: 320px;}
#syncer-acdn-06.drop-contents{height: 300px;}
#syncer-acdn-07.drop-contents{height: 300px;}


    #regularservice section.cup_soup {
        padding: 30px 0 10px;
    }
    #regularservice section.cup_soup div.commodities {
        margin-top: 30px;
    }

    #regularservice section.cup_soup div.commodities div.commodity {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

/*    #regularservice section.cup_soup div.commodities div.commodity:nth-child(1) { height: 410px; }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(2) { height: 380px; }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(3) { height: 380px; }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(4) { height: 380px; }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(5) { height: 390px; }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(6) { height: 380px; }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(7) { height: 380px; }*/
    
    #regularservice section.cup_soup div.commodities div.commodity img.item {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 50px;
    }
    #regularservice section.cup_soup div.commodities div.commodity h4 {
        position: relative;
        padding: 16px 0 0 67px;
        font-size: 15px;
        height: 70px;
        margin-bottom: 14px;
        border-bottom: none;
    }
    
    #regularservice section.cup_soup div.commodities div.commodity h4::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        top: 30px;
        right: 6px;
        border-radius: 10px;
        background-color: #000;
    }
    #regularservice section.cup_soup div.commodities div.commodity h4::after {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        top: 35px;
        right: 12px;
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff;
        transform: rotate(45deg);
        transition: 0.5s;
    }

    #regularservice section.cup_soup div.commodities div.commodity div.active h4::after {
        top: 38px;
        right: 12px;
        xtransform: rotate(225deg);
        transform: rotate(-135deg);
        transition: 0.5s;
    }    
    
    #regularservice section.cup_soup div.commodities div.commodity p.catch {
        font-size: 13px;
        padding: 0 10px;
        height: 60px;
    }

    #regularservice section.cup_soup div.commodities div.commodity div.image {
        position: absolute;
        
        margin-left: 10px;
        margin-bottom: 10px;
        
        width: 120px;
        height: 120px;
        overflow: hidden;
    }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(1) div.image img {
        height: 100%;
        margin-left: -95px;
    }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(2) div.image img {
        height: 100%;
        margin-left: -95px;
    }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(3) div.image img {
        height: 100%;
        margin-left: -90px;
    }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(4) div.image img {
        height: 100%;
        margin-left: -90px;
    }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(5) div.image img {
        height: 100%;
        margin-left: -100px;
    }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(6) div.image img {
        height: 100%;
        margin-left: -95px;
    }
    #regularservice section.cup_soup div.commodities div.commodity:nth-child(7) div.image img {
        height: 100%;
        margin-left: -95px;
    }
    
    #regularservice section.cup_soup div.commodities div.commodity div.detail p.tyumoku {
        position: absolute;
        top: 130px;
        left: 10px;
    }
    #regularservice section.cup_soup div.commodities div.commodity div.detail p.additional {
        padding-right: 10px;
    }
}


/*----------------------------------------------------------------------------*/
/* スープお届け便 */
#regularservice section.delivery_set {
    padding: 60px 0;
    background-color: #f5f5f5;
}
#regularservice section.delivery_set.dark {
    background-color: #eeeeee;
}
#regularservice section.delivery_set div.control {
    width: 494px;
    position: relative;
}

#regularservice section.delivery_set div.control p.sub {
    position: absolute;
    top: 46px;
    right: 0;
    color: #fff;
    background: #000;
    font-size: 14px;
    padding: 3px 10px;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
#regularservice section.delivery_set div.image {
    position: relative;
    width: 472px;
}
#regularservice section.delivery_set div.image img {
    width: 100%;
}
#regularservice section.delivery_set div.image span.label {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    background-color: red;
    color: #fff;
    padding: 5px 10px 2px 10px;
    font-weight: bold;
}

#regularservice section.delivery_set div.control h4 {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding-top: 26px;
    padding-bottom: 16px;
    border-bottom: solid 1px #000;
}
#regularservice section.delivery_set div.control h4 span {
    font-size: 16px;
}
#regularservice section.delivery_set div.control div.price {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 16px 0;
    border-bottom: solid 1px #000;
    font-weight: bold;
}
#regularservice section.delivery_set div.control div.price div.before {
    font-size: 1.9vw;
    padding-top: 5px;
}
#regularservice section.delivery_set div.control div.price div.before span.small {
    font-size: 14px;
}
#regularservice section.delivery_set div.control div.price div.before span.large {
    position: relative;
}
#regularservice section.delivery_set div.control div.price div.before span.large::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background-color: crimson;
    left: -2px;
    bottom: 12px;
    transform: rotate(-15deg);
}
#regularservice section.delivery_set div.control div.price div.komi_before {
    border: solid 1px #000;
    padding: 6px 8px;
    line-height: 1em;
    height: 30px;
    margin-top: 14px;
}
@media all and (-ms-high-contrast:none){
    #regularservice section.delivery_set div.control div.price div.komi_before {
        padding: 10px 8px 4px 8px;
    }
}

#regularservice section.delivery_set div.control div.price div.arrow {
    margin-left: 0px;
    margin-top: 26px;
    height: 0px;
    border-left: solid 6px crimson;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
}

#regularservice section.delivery_set div.control div.price div.after {
    color: crimson;
    line-height: 1.75em;
    padding-top: 2px;
}
#regularservice section.delivery_set div.control div.price div.after span.small {
    font-size: 14px;
}
#regularservice section.delivery_set div.control div.price div.after span.off {
    font-size: 12px;
    display: inline-block;
    padding: 4px 4px;
    line-height: 1em;
    background-color: crimson;
    color: #fff;
    margin-left: 10px;
}
#regularservice section.delivery_set div.control div.price div.after span.large {
    position: relative;
    font-size: 28px;
}
#regularservice section.delivery_set div.control div.price div.komi_after {
    border: solid 2px crimson;
    padding: 6px 8px;
    line-height: 1em;
    height: 30px;
    background-color: #fff;
    color: crimson;
    margin-right: 50px;
    margin-top: 12px;
}
@media all and (-ms-high-contrast:none){
    #regularservice section.delivery_set div.control div.price div.komi_after {
        padding: 10px 8px 4px 8px;
    }
}

#regularservice section.delivery_set div.control select {
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 9px 55px 9px 15px;
    font-size: 18px;
    line-height: 25px;
    position: relative;
}

#regularservice .order_b {
    
    margin-left: 6px;
    box-sizing: border-box;
    position: relative;
    width: 236px;
    height: 46px;
    background-color: #fff;
    vertical-align: top;
}

/*#regularservice .order_b input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
}

#regularservice .order_b span {
    position: absolute;
}

#regularservice .order_b span::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
    border-radius: 10px;
    background-color: #000;
}

#regularservice .order_b span::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 18px;
    right: 20px;
    border-right: solid 1px 000;
    border-left: solid 1px 000;
    transform: rotate(-45deg);
}
*/
@media all and (-ms-high-contrast:none){
    #regularservice section.delivery_set div.control select {
        padding: 11px 55px 4px 15px;
    }
}
#regularservice section.delivery_set div.control div.select_wrapper {
    position: relative;
    display: inline-block;
}
#regularservice section.delivery_set div.control div.select_wrapper::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 8px;
    width: 1px;
    height: 30px;
    border-left: solid 1px #ccc;
    z-index: 10;
}
#regularservice section.delivery_set div.control div.select_wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 20px;
    width: 0px;
    height: 0px;
    border-top: solid 6px #000;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    z-index: 10;
}

#regularservice section.delivery_set div.control dl.item_select {
    margin: 20px 0;
    width: 100%;
}


#regularservice section.delivery_set div.control dl.item_select dt {
    width: 60px;
    padding-top: 12px;
    float: left;
}
#regularservice section.delivery_set div.control dl.item_select dd {
    box-sizing: border-box;
    padding-left: 60px;
    margin-bottom: 12px;
}
#regularservice section.delivery_set div.control dl.item_select dd select {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 280px;
}
#regularservice section.delivery_set div.control button {
    box-sizing: border-box;
    position: relative;
    width: 236px;
    height: 46px;
    vertical-align: top;
    /*border: solid 1px #fff;*/
        background-color: #000;
    color: #fff;
    /*background-color: initial;*/
    margin-left: 6px;
    transition: .2s;
}

#regularservice section.delivery_set div.control button:hover {
    opacity: .8;
}
@media all and (-ms-high-contrast:none){
    #regularservice section.delivery_set div.control button {
        padding: 8px 8px 6px 8px;
    }
}
#regularservice section.delivery_set div.control button::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
    border-radius: 10px;
    background-color: #fff;
}
#regularservice section.delivery_set div.control button::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 18px;
    right: 20px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #regularservice section.delivery_set div.control div.price div.before span.large::after {
        left: -10px;
    }

    #regularservice section.delivery_set {
        padding: 40px 0;
    }
    #regularservice section.delivery_set.dark {
        background-color: #f5f5f5;
    }
    #regularservice section.delivery_set.first {
        border-bottom: solid 1px #ccc;
    }
    
    #regularservice section.delivery_set div.image {
        position: relative;
        width: 100%;
    }
    #regularservice section.delivery_set div.image span.label {
        font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        position: absolute;
        display: inline-block;
        top: 10px;
        left: 10px;
        background-color: red;
        color: #fff;
        padding: 5px 10px 2px 10px;
        font-weight: bold;
    }
    #regularservice section.delivery_set div.image img {
        width: 100%;
    }
    #regularservice section.delivery_set div.control h4 {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: left;
    }
    #regularservice section.delivery_set div.control div.price {
        width: 100%;
        padding: 16px 0;
        border-bottom: solid 1px #000;
    }
    #regularservice section.delivery_set div.control div.price img {
        width: 100%;
    }
    #regularservice section.delivery_set div.control dl.item_select {
        margin: 20px 0 0 10px;
        width: 100%;
    }
    
    #regularservice section.delivery_set div.control div.price div.before {
        margin-top: 8px;
        padding-top: 0;
        font-size: 5vw;
    }
    #regularservice section.delivery_set div.control div.price div.before span.small {
        font-size: 2.8vw;
    }
    #regularservice section.delivery_set div.control div.price div.komi_before {
        padding: 4px 2px;
        margin-top: 16px;
    }
    #regularservice section.delivery_set div.control div.price div.arrow {
        margin-left: 2px;
        margin-top: 30px;
    }
    #regularservice section.delivery_set div.control div.price div.after span.small {
        font-size: 2.8vw;
    }
    #regularservice section.delivery_set div.control div.price div.after span.large {
        font-size: 5.6vw;
    }
    #regularservice section.delivery_set div.control div.price div.after {
        padding-top: 3px;
    }
    #regularservice section.delivery_set div.control div.price div.komi_after {
        padding: 4px 2px;
        margin-top: 14px;
        margin-right: 0px;
        margin-left: 10px;
    }
}



