@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 .area-title{
        padding-left: 38px;
        margin: 20px 0 16px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        line-height: 1;
    }
    .start-content .area-title:before{
        position: absolute;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: url("/wp-includes/images/pink.png") no-repeat center center/cover;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .start-product-area{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .start-product{
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        margin-bottom: 40px;
        display: flex;
    }
    .start-product .left{
        background: #f4f4f4;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
    .start-product .left img{
        max-height: none !important;
    }
    .start-product .left .half{
        width: 50%;
        text-align: center;
    }
    .start-product .left .half > a{
        display: inline-block;
    }
    .start-product .left .half img + * + a{
        margin-top: 30px;
    }
    .start-product .left .half > a div{
        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;
        background: #fff;
    }
    .start-product .left .half > a div: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-product .right a{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        padding: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }
    .start-product .right a span{
         width: 20px;
         height: 20px;
         display: inline-block;
         border-radius: 50%;
         background: #248bc1;
         margin-right: 16px;
         position: relative;
     }
    .start-product .right a span:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        left: 50%;
        top: 50%;
        transform: translateX(-65%) translateY(-50%) rotateZ(45deg);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
 
    .start-block-area{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    .start-block-area > a{
        width: 48%;
    }
    .start-block{
        max-width: 580px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        background: -moz-linear-gradient(top,#fff,#f4f4f4);
        background: -webkit-linear-gradient(top,#fff,#f4f4f4);
        background: linear-gradient(top,#fff,#f4f4f4);
        padding: 50px;
        height: 100%;
    }
    .start-block .img{
        margin-bottom: 35px;
    }
    .start-block .title{
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 20px;
        color: #248bc1;
        padding-left: 36px;
        position: relative;
    }
    .start-block .title span{
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background: #248bc1;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .start-block .title span:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        left: 50%;
        top: 50%;
        transform: translateX(-65%) translateY(-50%) rotateZ(45deg);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .start-block .content{
        border-top: 1px solid #dcdcdc;
        padding-top: 15px;
        font-size: 16px;
        letter-spacing: -0.5px;
        line-height: 2;
        color: #000;
    }
    

    
    
}
@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 .area-title{
        padding-left: 0.38rem;
        margin: 0.4rem 0 0.3rem;
        font-size: 0.26rem;
        font-weight: bold;
        position: relative;
        line-height: 1;
    }
    .start-content .area-title:before{
        position: absolute;
        content: '';
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        border-radius: 50%;
        background: url("/wp-includes/images/pink.png") no-repeat center center/cover;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .start-content .inner{
        width: 5.8rem;
    }
    
    .start-product-area{
        padding-bottom: 0.4rem;
    }
    .start-product{
        width: 100%;
        border-top: 1px solid #dcdcdc;
        margin-bottom: 0.3rem;
    }
    .start-product .left{
        width: 100% !important;
        background: #f4f4f4;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 0.3rem 0 1.3rem;
        position: relative;
    }
    .start-product .left.img-center{
        justify-content: center;
        flex-wrap: wrap;
    }
    .start-product .left img{
        max-height: 1.5rem;
        max-width: 2.5rem;
    }
    .start-product .left .half > a div{
        display: block;
        width: 3.4rem;
        height: 0.8rem;
        border: 1px solid #1a94d0;
        border-radius: 0.45rem;
        text-align: center;
        line-height: 0.8rem;
        font-size: 0.26rem;
        color: #1a94d0;
        font-weight: bold;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.3rem;
        background: #fff;
    }
    .start-product .left .half > a div: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-product .right{
        width: 100% !important;

    }
    .start-product .right a{
        display: flex;
        align-items: center;
        border-left: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        padding: 0.25rem;
        font-size: 0.26rem;
        font-weight: bold;
        color: #000;
    }
    .start-product .right a span{
        width: 0.27rem;
        height: 0.27rem;
        display: inline-block;
        border-radius: 50%;
        background: #248bc1;
        margin-right: 0.2rem;
        position: relative;
    }
    .start-product .right a span:before{
        position: absolute;
        content: '';
        width: 0.06rem;
        height: 0.06rem;
        left: 50%;
        top: 50%;
        transform: translateX(-65%) translateY(-50%) rotateZ(45deg);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .start-block-area{
        padding-bottom: 0.4rem;
    }
    .start-block{
        width: 100%;
        border: 1px solid #dcdcdc;
        border-radius: 0.08rem;
        background: -moz-linear-gradient(top,#fff,#f4f4f4);
        background: -webkit-linear-gradient(top,#fff,#f4f4f4);
        background: linear-gradient(top,#fff,#f4f4f4);
        padding: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .start-block .img{
        margin-bottom: 0.3rem;
        text-align: center;
    }
    .start-block .title{
        margin-bottom: 0.25rem;
        font-weight: bold;
        font-size: 0.3rem;
        color: #248bc1;
        padding-left: 0.48rem;
        position: relative;
    }
    .start-block .title span{
        display: inline-block;
        border-radius: 50%;
        background: #248bc1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.27rem;
        height: 0.27rem;
        margin-right: 0.2rem;
        position: absolute;
    }
    .start-block .title span:before{
        position: absolute;
        content: '';
        width: 0.06rem;
        height: 0.06rem;
        left: 50%;
        top: 50%;
        transform: translateX(-65%) translateY(-50%) rotateZ(45deg);
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .start-block .content{
        border-top: 1px solid #dcdcdc;
        padding-top: 0.25rem;
        font-size: 0.26rem;
        letter-spacing: -0.5px;
        line-height: 0.44rem;
        color: #000;
    }
}
