@charset "utf-8";

.inner2{
  width: 60vw;
  min-width: 670px;
  margin: auto;
}
.box .no{
  width: 79px;
  padding-top: 138px;
}
.box .no2{
  padding-top: 80px;
}
.box .no img{
  width: 100%;
}
.box .content{
  width: 50vw;
  min-width: 500px;
}
.box .content .flow{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .05em;
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 18px;
}

/* 矢印下 */
.arrow-down,.arrow-down2{
  position: relative;
}
.arrow-down::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 2px;
  height: 290px;
  background: #cbcbcb;
}
.arrow-down::after{
  content: "";
  display: block;
  position: absolute;
  top: 277px;
  left: -6px;
  width: 30px;
  height: 0;
  transform: rotate(-56deg);
  border-bottom: 2px solid #cbcbcb;
}
.arrow-down2::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 2px;
  height: 200px;
  background: #cbcbcb;
}
.arrow-down2::after{
  content: "";
  display: block;
  position: absolute;
  top: 187px;
  left: -6px;
  width: 30px;
  height: 0;
  transform: rotate(-56deg);
  border-bottom: 2px solid #cbcbcb;
}
/* ここまで */

.box .content .in{
  margin-left: 7vw;
  margin-top: 60px;
}
.box .content p{
  color: #4d4d4d;
  line-height: 1.5;
  letter-spacing: .1em;
}
.box .content p:nth-of-type(2){
  margin-bottom: 30px;
}
.box .content p:last-child{
  margin-bottom: 0;
}
.box .content ul .icon{
  width: 45px;
  height: 45px;
  margin: 0 0 18px 25px;
}
.box .content .icon img{
  width: 45px;
  height: 45px;
}
.box .content .icon:first-of-type{
  margin-left: 42px;
}
.box .content ul .icon:hover{
  opacity: .5;
  transition: .3s;
}
.box .content .flex{
  justify-content: flex-start;
}
.box .content .tel2{
  font-size: 28px;
  font-weight: bold;
  margin-left: 43px;
}
.box{
  margin-bottom: 216px;
}

.price .subtitle{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 70px;
  border-bottom: .6px solid #4d4d4d;
  width: 6em;
  padding-bottom: 10px;
}
.price{
  color: #4d4d4d;
  margin-bottom: 200px;
}
.price p{
  line-height: 1.7;
  letter-spacing: .1em;
  margin-left: 86px;
}
.arrow-down3{
  display: none;
}

@media screen and (max-width: 768px) {
  .box .content{
    width: auto;
    min-width: auto;
  }
  .inner{
    width: 90vw;
  }
  .inner2{
    width: 90vw;
    min-width: auto;
  }
  p br{
    display: none;
  }

  .box .no{
    width: 60px;
    margin: 0 auto 30px;
    padding-top: 0;
  }
  .box .content{
    margin-left: 0;
  }
  .box .content .flow{
    text-align: center;
    border-bottom: .4px solid #333;
    padding-bottom: 15px;
  }
  .box .content .in{
    margin-left: 0;
    margin-top: 20px;
  }
  .box .content .in .flex{
    display: flex;
  }
    
  /* 矢印下 PC消す*/
  .arrow-down,.arrow-down2{
    display: none;
  }
  /* ここまで */

  .box .content .flex{
    justify-content: center;
  }
  .box .content ul .icon{
    margin: 0 0 18px 25px;
  }
  .box .content .icon:first-of-type{
    margin-left: 0;
  }
  .box .content .tel2{
    font-size: 23px;
    margin: 0 0 50px 0;
    text-align: center;
  }
  .box .content p:last-child{
    margin-bottom: 50px;
  }
  main .box:last-child .content .in {
    margin-bottom: 150px;
  }
  .box{
    margin-bottom: 0;
  }
  
  /* 矢印 */
  .arrow-down3{
    display: block;
    height: 150px;
    position: relative;  /* 矢印の位置 */
  }
  .arrow-down3::before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #333;
  }
  .arrow-down3::after{
    content: "";
    display: block;
    position: absolute;
    top: 61%;
    left: 49%;
    width: 20px;
    height: 0;
    transform: rotate(-53deg);
    border-bottom: 1px solid #333;
  }
  .box:last-child .arrow-down3{
    display: none;
  }

  .price{
    margin-bottom: 150px;
  }
  .price .subtitle{
    font-size: 18px;
    margin-bottom: 34px;
  }
  .price p{
    line-height: 1.5;
    margin-left: 0;
  }
}