



.work_subtitle {
    padding: 0.5em;/*文字周りの余白*/
    color: #010101;/*文字色*/
    background: #e0ffff;/*背景色*/
    border-bottom: solid 3px #0000ff;/*下線*/
    max-width: 1200px;
    width: 900px;
    margin: 60px auto;
    text-align: left;
    padding: 10px;
    font-weight: 700;
    font-size: 30px;
    z-index: 999;
    position: relative;
}

.work_comment {
    max-width: 1200px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 1px;
    padding: 15px 35px 35px 35px;
    margin-bottom: 80px;
    margin-top: -50px;
}


.work_subcomment {
    max-width: 1200px;
    width: 800px;
    margin: 0px auto;
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    padding: 85px 35px 35px 35px;
    margin-bottom: 80px;
    margin-top: -50px;
}

.work_subcomment a {
    max-width: 1200px;
    width: 800px;
    font-size: 16px;
    padding: 85px 35px 35px 35px;
  }

.work_subcomment a:hover{
    color:red;
  }



  table {
    max-width: 1200px;
    width: 750px;
    margin: 0px auto;
    text-align: left;
    padding: 85px 35px 35px 35px;
    margin-top: -50px;
    border-collapse: collapse;
    text-align: center;
  
  }
  th, td {
    padding: 5px;
    border: 1px solid #333;
  }

  th {
    background: #e0ffff;
  }

  .work_backcomment {
    max-width: 1200px;
    width: 750px;
    margin: 0px auto;
    text-align: left;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 85px 35px 35px 35px;
    margin-bottom: 80px;
    margin-top: -50px;
}


@media screen and (max-width:768px) {
    .service_top {
        max-width: 768px;
        background-size: cover;
        height: 500px;
    }

    .service_top img {
        max-width: 768px;
        margin-top: 200px;
        width: 90%
    }

    .onayami {
        max-width: 768px;
        margin: 0 auto;
        margin-bottom: 200px;
    }

    .service_img {
        display: block;
    }

    .service_hukidashi1 {
        display: none;
    }

    .service_hukidashi2 {
        display: none;
    }

    .person {
        display: none;
    }

    .service_hukidashi_sp {
        display: block;
        font-weight: 700;
        text-align: center;
        font-size: 24px;
    }

    .yazirushi {
        text-align: center;
        position: relative;
        top: 20px;
        width: 100%;
    }
    
    .service_sub_title{
        margin-top: -200px
    }

    .shokai_wrap {
        max-width: 768px;
        margin: 0 auto;
        padding: 0 20px 15px;
    }

    .shokai_wrap h2 {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
    }

    .shokai_wrap p {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .service_sub_title img {
        width: 90%;
    }
    
    .tel_wrap{
        margin-bottom: -20px;
    }
    
    .service_txt{
        font-size: 20px;
        padding-bottom: 20px;
    }
    
    .service_txt2{
        font-size: 18px;
    }
    
    .service_tel{
        font-size: 25px;
        padding-bottom: 35px;
    }
    
    .service_tel2{
        font-size: 18px;
    }
    
    .cost{
        display: none;
    }
    
    .cost_sp{
        display: block;
    }



.work_title {
    width: auto;
    text-align: center;
    font-size: 30px;
}

.work_comment {
    font-size: 25px;
    padding: 85px 35px 35px 35px;
    margin-bottom: 0;
}
}