/* スマホの記述 */

/* section-topの記述 */
.section-top{
    margin-bottom: 60px;
  }
  
  .top-wrapper{
    width: 80%;
    margin: 45% auto 0;
    display: block;
  }
  
  .top-wrapper div{
    width: 100%;
    text-align: center;
  }
  .top-wrapper div h1{
    font-size: 2.0rem;
    padding-bottom: 20px;
  }
  .top-wrapper div h2{
    font-size: 3.0rem;
    padding-bottom: 20px;
    line-height: 1.6;
  }
  
  .top-wrapper ul{
    width: 60%;
    margin: 30% auto 0;
    text-align: center;
  }
  .top-wrapper ul a{
    text-decoration: none;
  }
  .top-wrapper ul li{
    font-size: 1.6rem;
    list-style: none;
    color: #333333;
    margin-bottom: 30px;
  }
  /* スマホのtop記述　ここまで*/
  
  /* PCの記述 */
  @media(min-width:960px){
    /* section-topの記述*/
    .section-top{
      height: 37vh;
    }
    .top-wrapper{
      width: 80%;
      margin: 25% auto 0;
      display: flex;
    }
  
    .top-wrapper div{
      width: 50%;
      text-align: left;
    }
  
    .top-wrapper div h1{
      font-size: 6.4rem;
      padding-bottom: 40px;
    }
  
    .top-wrapper div h2 br{
      display: none;
    }
  
    .top-wrapper ul{
      width: 50%;
      margin-top: 2%;
      text-align: left;
    }
    .top-wrapper ul li{
      font-size: 2.0rem;
      margin-left: 25%;
      margin-bottom: 30px;
    }
  }
  /* PCのtop記述 　ここまで*/
    /* section-topの記述　ここまで*/



    
  /* =======flow======= */

  /* スマホの記述 */

  .section-flow h1{
    font-size: 1.2rem;
    font-weight: normal;
    width: 80%;
    margin: 120px auto 60px;
    text-align: center;
  }
  .section-flow h1 span{
    border-bottom: solid 1.5px #888888;
    padding: 0 3% 7px;
  }
  .section-flow h1 span small{
    font-size: 1.2rem;
  }

  .flow-container, .flow-container-right{
    width: 80%;
    margin: 0 auto;
  }
  .flow-container h2, .flow-container-right h2{
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  .flow-container h3, .flow-container-right h3{
    font-size: 2.0rem;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 1.5;
  }
  .flow-container p, .flow-container-right p{
    font-size: 1.4rem;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 1.5;
  }

  .flow-illust{
    display: none;
  }

  /* 線の記述 */
  .line-object_leftup span{
    display: block;
    background-color: #666666;
    width: 110px;
    height: 1px;
    margin: 100px auto;
    transform: rotate(60deg);
  }
  .line-object_rightup span{
    display: block;
    background-color: #666666;
    width: 110px;
    height: 1px;
    margin: 100px auto;
    transform: rotate(-60deg);
  }
  /* 線の記述 ここまで*/
  /* スマホの記述 ここまで　*/


  /* PCの記述 */
  @media(min-width:960px){
    .section-flow{
      position: relative;
      width: 80%;
      max-width: 1440px;
      margin: 0 auto;
    }

    .section-flow h1{
      font-size: 1.8rem;
      font-weight: normal;
      width: 100%;
      margin: 0 auto 120px;
      text-align: left;
    }
    .section-flow h1 span{
      border-bottom: solid 1.5px #888888;
      padding: 0 20% 5px 0 ;
    }
    .section-flow h1 span small{
      font-size: 1.2rem;
    }

    .flow-container, .flow-container-right{
      width: 35%;
      margin: 0;
    }
    .flow-container h2, .flow-container-right h2{
      font-size: 5.0rem;
      margin-bottom: 10px;
    }
    .flow-container h3, .flow-container-right h3{
      font-size: 3.6rem;
      width: 80%;
      margin: 0 auto 10px;
      line-height: 1.5;
    }
    .flow-container p, .flow-container-right p{
      font-size: 1.8rem;
      width: 80%;
      margin: 0 auto 10px;
      line-height: 1.7;
    }

    .flow-container-right{
      margin-left: 65%;
    }

    /* イラスト関連の記述 */
    .flow-flex{
      display: flex;
      width: 80%;
      margin: 0 auto;
    }
    .flow-flex div{
      width: 50%;
    }


    .flow-illust{
      display: block;
      width: 45%;
      margin: 2% 0 0 10%;
    }
    .flow-illust img{
      width: 100%;
      height: 100%;
      object-fit: contain;
    }


    /* イラスト関連の記述 ここまで*/


    /* 線の記述 */
  .line-object_leftup span{
    width: 200px;
    height: 1px;
    margin: 160px auto;
    transform: rotate(45deg);
  }
  .line-object_rightup span{
    width: 200px;
    height: 1px;
    margin: 160px auto;
    transform: rotate(-45deg);
  }
  /* 線の記述 ここまで*/

  }
  /* PCの記述 ここまで　*/

  /* =======flow　ここまで======= */




  /* ======= price ======== */

  /* スマホの記述 */
  .section-price{
    margin-bottom: 120px;
  }
  .section-price h1{
    font-size: 1.2rem;
    font-weight: normal;
    width: 80%;
    margin: 120px auto 10px;
    text-align: center;
  }
  .section-price h1 span{
    border-bottom: solid 1.5px #888888;
    padding: 0 20% 7px;
  }
  .price-hosoku p{
    font-size: 1.0rem;
    font-weight: normal;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #888888;
  }

  /* 料金表の記述 */
  .price-table{
    width: 80%;
    margin: 120px auto 20px;
  }
  .price-table h2{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #888888;
  }

  .price-table th, .price-table td{
    border: 1px solid #888888;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    letter-spacing: 0.15rem;
  }
  .price-table th span, .price-table td span{
    font-size: 1.0rem;
  }

  .price-table p{
    font-size: 1.0rem;
    width: 100%;
    text-align: right;
  }

  .contact-btn{
    text-decoration: none;
    display: block;
    width: 230px;
    margin: 0 auto;
  }
  .contact-btn p{
    font-size: 1.6rem;
    text-align: center;
    width: 200px;
    margin: 20px auto;
    padding: 10px 15px;
    border: solid 1px #888888;
    border-radius: 30px;
    color: #333333;
  }
  /* 料金表の記述 ここまで*/

  /* スマホの記述 ここまで　*/


  /* tbの記述 */
  @media(min-width:500px){
    .price-hosoku p{
      font-size: 1.0rem;
      font-weight: normal;
      width: 80%;
      margin: 0 auto;
      text-align: center;
      color: #888888;
    }

  }
  /* tbの記述 ここまで　*/

  
  /* PCの記述 */
  @media(min-width:960px){
    .section-price{
      margin-bottom: 240px;
    }
    .section-price h1{
      font-size: 1.8rem;
      font-weight: normal;
      width: 80%;
      margin: 200px auto 20px;
      text-align: left;
    }
    .section-price h1 span{
      border-bottom: solid 1.5px #888888;
      padding: 0 20% 5px 0 ;
    }
    .price-hosoku p{
      font-size: 1.4rem;
      font-weight: normal;
      width: 80%;
      margin: 0 auto;
      text-align: left;
      color: #888888;
    }


    /* 料金表の記述 */
  .price-table{
    width: 80%;
    margin: 120px auto 20px;
  }
  .price-table h2{
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 60px;
  }

  .price-table table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #888888;
  }

  .price-table th, .price-table td{
    border: 1px solid #888888;
    font-size: 2.4rem;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0px;
    letter-spacing: 0.15rem;
  }
  .price-table th span, .price-table td span{
    font-size: 1.4rem;
  }

  .price-table p{
    font-size: 1.4rem;
    width: 100%;
    text-align: right;
    padding-top: 5px;
  }

  .contact-btn{
    text-decoration: none;
    display: block;
    width: 330px;
    margin: 0 auto;
  }
  .contact-btn p{
    font-size: 2.0rem;
    text-align: center;
    width: 300px;
    margin: 20px auto 60px;
    padding: 20px 15px;
    border: solid 1px #888888;
    border-radius: 30px;
    color: #333333;
  }
  /* 料金表の記述 ここまで*/




  }
  /* PCの記述 ここまで　*/

  




