@charset "utf-8";
@media screen and (max-width: 850px) {
  .mainvisual{
    height: 35vh;
    background-size: cover;
  }
  h1.main_title{
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 150%;
  }
  main{
    padding-bottom: 100px;
  }
  article.container{
    width: 95%;
    top: 13px;
    padding-bottom: 50px;
  }
  h2.title_01{
    font-size: 155%;
    padding-top: 35px;
    letter-spacing: 1px;
  }
  .photo_01 img{
    max-width: 95%;
  }
  p.text_01{
    font-size: 100%;
    width: 95%;
    letter-spacing: 1px;
    line-height: 1.7;
  }
  ul.wp_list{
    width: 95%;
    padding: 0.5em;
    margin-bottom: 20px;
  }
  ul.wp_list li{
    padding-left: 0;
    font-size: 116%;
    display: flex;
  }
  p.text_02{
    font-size: 100%;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .link-btn-container{
    width: 95%;
    margin: 0 auto;
  }
  .pop-btn{
    padding: 15px;
  }
  .table{
    overflow: unset;
    border: none;
  }
  .table thead{
    display: none;
  }
  .table tbody{
    position: relative;
    z-index: 0;
  }
  .table tbody::before{
    content: '';
    width: 2px;
    height: 100%;
    background-color: #01c0ef;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .table th,
  .table td{
    border: none;
    padding: 0;
  }
  .table tr{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .table th span{
    position: relative;
    z-index: 0;
    color: #fff;
  }
  .table th span::before{
    content: "";
    position: absolute;
    top: 40%;
    left: -7px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #01c0ef;
    border-radius: 50%;
    z-index: -1;
  }
  .table th p{
    margin-left: 17px !important;
    font-size: 108%;
    margin-bottom: 10px;
  }
  .table td{
    margin: 0 0 20px 40px;
  }
  .table td:last-of-type{
    width: fit-content;
    background: #ff7733;
    color: #fff;
    padding: 2px 10px 3px;
    border-radius: 10px;
  }
  .faq details{
    width: 95%;
  }
}