
@media only screen and (min-width: 1000px) {
    .start-title{
        font-size: 24px;
        font-weight: bold;
        margin: 30px 0 20px;
    }
    .start-title .inner {
        display: flex;
        font-size: 20px;
        align-items: center;
    }
    .start-title .inner img {
        width: 30px;
        margin-right: 15px;
    }
    .start-content{
        border-top: 1px solid #dcdcdc;
        padding-bottom: 160px;
    }
    
    .start-content .start-content-back{
        display: block;
        width: 210px;
        height: 56px;
        border: 1px solid #1a94d0;
        border-radius: 28px;
        text-align: center;
        line-height: 56px;
        font-size: 18px;
        color: #1a94d0;
        font-weight: bold;
        position: relative;
        margin: 50px auto 0;
    }
    .start-content .start-content-back:before{
        display: inline-block;
        content: '';
        width: 5px;
        height: 5px;
        border-top: 1px solid #1a94d0;
        border-right: 1px solid #1a94d0;
        margin-right: 30px;
        transform: translateY(-50%) rotateZ(45deg);
        position: absolute;
        left: 38px;
        top: 50%;
    }
   
    
    
    
    .start-tab-area{
        padding: 0 100px;
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
    }
    .start-tab-area .line{
        width: 1px;
        height: 70px;
        background: #dcdcdc;
    }
    .start-tab-area .start-tab{
        height: 70px;
        align-items: center;
        display: flex;
        justify-content: center;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        font-size: 18px;
        color: #969696;
        width: 33.33%;
        cursor: pointer;
        font-weight: bold;
    }
    .start-tab-area .start-tab.active{
        background: #f4f4f4;
        border-bottom-color: #f4f4f4;
        color: #248bc1;
    }
    .start-tab-block{
        display: none;
        background: #f4f4f4;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        margin-top: -1px;
        padding-top: 55px;
        padding-bottom: 110px;
    }
    .start-tab-block.active{
        display: block;
    }
    .start-tab-block .inner{
        width: 1000px;
    }
    
    
    .start-tab-block .start-en{
        background: #fff;
        border-radius: 8px;
        padding: 40px;
        margin-bottom: 30px;
    }
    .start-tab-block .start-en .en-title{
        border-left: 3px solid #248bc1;
        padding-left: 20px;
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 30px;
    }
    .start-tab-block .start-en .en-content div{
        font-size: 18px;
        line-height: 1;
        margin-bottom: 15px;
        white-space: nowrap;
    }
    .start-tab-block .start-en .en-content div b{
        width: 120px;
        display: inline-block;
    }
    
    .start-tab-block .start-en .en-content p{
        font-size: 18px;
        line-height: 1.75;
        position: relative;
        padding-left: 15px;
    }
    .start-tab-block .start-en .en-content p:before{
        content: '●';
        display: block;
        position: absolute;
        left: 0;
        color: #248bc1;
        top: 6px;
        font-size: 10px;
    }
    .start-tab-block .box-content{
        padding: 10px 0;
        padding-left: 30px;
        position: relative;
    }
    .start-tab-block .box-content .num{
        position: absolute;
        left: 0;
        top: 50%;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        background: #248bc1;
        font-size: 26px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        transform: translateY(-50%);
    }
    .start-tab-block .box-content .block{
        border-radius: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        min-height: 60px;
        background: #fff;
        border: 1px solid #dcdcdc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 50px;
        font-size: 18px;
        line-height: 1.75;
    }
    .start-tab-block .box-content .block a{
        color: #248bc1;
        text-decoration: underline;
        font-weight: bold;
    }
    .start-tab-block .box-content .block .right{
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 20px;
        background: #248bc1;
        color: #fff;
        font-size: 16px;
    }
    .start-tab-block .box-table{
        border:none;
        border-top: 1px solid #dcdcdc;
        font-size: 18px;
    }
  
    .start-tab-block .box-table tr > *:first-child{
        border-left: 1px solid #dcdcdc;
    }
    .start-tab-block .box-table th{
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        background: #505050;
        color: #fff;
        padding: 20px 0;
        font-size: 18px;
    }
    .start-tab-block .box-table tr.ver-top{
        vertical-align: top;
        line-height: 2;
    }
    .start-tab-block .box-table th span{
        font-weight: 400;
        display: block;
    }
    .start-tab-block .box-table th span.sm-font{
        font-size: 16px;
    }
    .start-tab-block .box-table th i{
        font-style: normal;
    }
    .start-tab-block .box-table td{
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 30px 10px;
        text-align: center;
        background: #fff;
    }
    .start-tab-block .box-table .fz-14{
        font-size: 14px;
    }
    .start-tab-block .box-table td:first-child{
        background: #f4f4f4;
        font-weight: bold;
    }
    .start-tab-block .box-table td .fz-16{
        font-size: 16px;
        font-weight: 400;
    }
    .start-tab-block p{
        font-size: 16px;
        padding:  5px 0 0;
    }
    .start-tab-block p a{
        color: #248bc1;
        text-decoration: underline;
        font-weight: bold;
    }
    

    #chgStartLink{
        width: 1000px;
        margin: 60px auto 60px;
        position: relative;
        background: -webkit-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: -o-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: -moz-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: -ms-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: linear-gradient(top, #f3f3f3 , #e8e8e8);
        border-radius: 8px;
    }
    #chgStartLink select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: url("/wp-includes/images/top-menu-arrow.png") no-repeat left 30px center;
        background-size: 24px 24px;
        outline: none;
        border-radius: 8px;
        padding: 20px 75px;
        font-size: 20px;
        font-weight: bold;
        box-shadow: 4px 4px 0px #d9d9d9;
        display: block;
        width: 100%;
        cursor: pointer;
    }

   

    /*DSTMP-1331*/
    .start-tab-block .start-price-title{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .start-tab-block .start-price-btn{
        margin: 30px auto 0;
        display: block;
        width: 420px;
        line-height: 60px;
        border-radius: 30px;
        text-align: center;
        color: #fff;
        background: #eb70a4;
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }
}
@media only screen and (max-width: 999px) {
    .start-title{
        font-weight: bold;
        padding: 0.4rem 0;
    }
    .start-title .inner {
        display: flex;
        align-items: center;
        font-size: 0.3rem;
        line-height: 1;
        padding: 0 0.3rem;
    }
    .start-title .inner img {
        width: 0.38rem;
        margin-right: 0.18rem;
    }
    .start-content {
        border-top: 1px solid #dcdcdc;
        padding-bottom: 1.6rem;
    }
    .start-content .start-content-back{
        display: block;
        width: 4rem;
        height: 0.9rem;
        border: 1px solid #1a94d0;
        border-radius: 0.45rem;
        text-align: center;
        line-height: 0.9rem;
        font-size: 0.3rem;
        color: #1a94d0;
        font-weight: bold;
        position: relative;
        margin: 0.7rem auto 0;
    }
    .start-content .start-content-back:before{
        display: inline-block;
        content: '';
        width: 5px;
        height: 5px;
        border-top: 1px solid #1a94d0;
        border-right: 1px solid #1a94d0;
        margin-right: 30px;
        transform: translateY(-50%) rotateZ(45deg);
        position: absolute;
        left: 38px;
        top: 50%;
    }
   

    .start-content .inner{
        width: 5.8rem;
    }

    
    
    .start-tab-area{
        display: flex;
    }
    .start-tab-area .line{
        width: 1px;
        height: 1.1rem;
        background: #dcdcdc;
    }
    .start-tab-area .start-tab{
        height: 1.1rem;
        align-items: center;
        display: flex;
        justify-content: center;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        font-size: 0.26rem;
        line-height: 0.36rem;
        color: #969696;
        width: 33.33%;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
        letter-spacing: -1px;
    }
    .start-tab-area .start-tab.active{
        background: #f4f4f4;
        border-bottom-color: #f4f4f4;
        color: #248bc1;
    }
    .start-tab-block{
        display: none;
        background: #f4f4f4;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        margin-top: -1px;
        padding-top: 0.4rem;
        padding-bottom: 0.7rem;
    }
    .start-tab-block.active{
        display: block;
    }
    .start-tab-block .inner{
        width: 5.8rem;
    }
    
    .start-tab-block .start-en{
        background: #fff;
        border-radius: 0.08rem;
        padding: 0.4rem 0.3rem 0.15rem;
        margin-bottom: 0.3rem;
    }
    .start-tab-block .start-en .en-title{
        border-left: 0.04rem solid #248bc1;
        padding-left: 0.3rem;
        font-size: 0.3rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 0.3rem;
    }
    .start-tab-block .start-en .en-content div{
        font-size: 0.26rem;
        line-height: 0.4rem;
        margin-bottom: 0.25rem;
    }
    .start-tab-block .start-en .en-content div b{
        display: block;
        white-space: nowrap;
    }
    
    .start-tab-block .start-en .en-content p{
        font-size: 0.28rem;
        line-height: 1.75;
        position: relative;
        padding-left: 0.25rem;
    }
    .start-tab-block .start-en .en-content p:before{
        content: '●';
        display: block;
        position: absolute;
        left: 0;
        color: #248bc1;
        top: 0.06rem;
        font-size: 0.16rem;
    }
    .start-tab-block .box-tab-block-sp{
        overflow-x: scroll;
    }
    .start-tab-block .box-tab-block-sp .box-table{
        width: 1000px;
    }
    .start-tab-block .box-content{
        padding: 0.5rem 0 0.8rem;
        position: relative;
    }
    .start-tab-block .box-content .num{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 0.7rem;
        width: 0.7rem;
        border-radius: 50%;
        background: #248bc1;
        font-size: 0.3rem;
        line-height: 0.7rem;
        text-align: center;
        color: #fff;
        z-index: 2;
    }
    .start-tab-block .box-content .block{
        padding: 0.5rem 0.3rem 0.6rem;
        border-radius: 0.3rem;
        background: #fff;
        border: 1px solid #dcdcdc;
        font-size: 0.26rem;
        line-height: 0.42rem;
        position: relative;
    }
    .start-tab-block .box-content .block a{
        color: #248bc1;
        text-decoration: underline;
        font-weight: bold;
    }
    .start-tab-block .box-content .block .right{
        min-width: 2.5rem;
        height: 0.66rem;
        line-height: 0.66rem;
        text-align: center;
        border-radius: 0.33rem;
        background: #248bc1;
        color: #fff;
        font-size: 0.26rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.3rem;
    }
    .start-tab-block .box-table{
        border:none;
        border-top: 1px solid #dcdcdc;
        font-size: 0.26rem;
    }
  
    .start-tab-block .box-table tr > *:first-child{
        border-left: 1px solid #dcdcdc;
    }
    .start-tab-block .box-table th{
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        background: #505050;
        color: #fff;
        padding: 0.3rem 0;
        font-size: 0.26rem;
    }
    .start-tab-block .box-table tr.ver-top{
        vertical-align: top;
        line-height: 2;
    }
    .start-tab-block .box-table th span{
        font-weight: 400;
        display: block;
    }
    .start-tab-block .box-table th span.sm-font{
        font-size: 0.24rem;
    }
    .start-tab-block .box-table th i{
        font-style: normal;
    }
    .start-tab-block .box-table td{
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 0.3rem 0.1rem;
        text-align: center;
        background: #fff;
    }
    .start-tab-block .box-table .fz-14{
        font-size: 0.22rem;
    }
    .start-tab-block .box-table td:first-child{
        background: #f4f4f4;
        font-weight: bold;
    }
    .start-tab-block .box-table td .fz-16{
        font-size: 0.22rem;
        font-weight: 400;
    }
    .start-tab-block p{
        font-size: 0.22rem;
        padding:  5px 0 0;
    }
    .start-tab-block p a{
        color: #248bc1;
        text-decoration: underline;
        font-weight: bold;
    }


    #chgStartLink{
        width: 100%;
        margin: 0.6rem auto;
        position: relative;
        background: -webkit-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: -o-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: -moz-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: -ms-linear-gradient(top, #f3f3f3 , #e8e8e8);
        background: linear-gradient(top, #f3f3f3 , #e8e8e8);
        border-radius: 8px;
    }
    #chgStartLink select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        border-radius: 8px;
        background: url("/wp-includes/images/top-menu-arrow.png") no-repeat left 0.3rem center ;
        background-size: 0.24rem 0.24rem;
        padding: 0.24rem 0.75rem;
        font-size: 0.26rem;
        font-weight: bold;
        box-shadow: 4px 4px 0px #d9d9d9;
        display: block;
        width: 100%;
    }

   
    /*DSTMP-1331*/
    .start-tab-block .start-price-title{
        font-size: 0.26rem;
        font-weight: bold;
        text-align: center;
    }
    .start-tab-block .start-price-btn{
        margin: 0.4rem auto 0;
        display: block;
        width: 5.8rem;
        line-height: 0.9rem;
        border-radius: 0.45rem;
        text-align: center;
        color: #fff;
        background: #eb70a4;
        font-size: 0.26rem;
        font-weight: bold;
        position: relative;
    }
}


