@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;
  }
  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;
  }
  .grid{
    width: 90%;
    margin: 0 auto;
  }
  .grid .card{
    padding: 1rem;
    box-shadow: 0 8px 18px rgba(1, 192, 239, 0.19);
    border: 1px solid #d9f6fd;
  }
  .grid .card h3{
    padding: 0;
    text-align: center;
  }
  .check_01{
    gap: 1.5rem;
  }
  .check_01 li{
    background: #fff;
    box-shadow: unset;
    border-radius: unset;
    border-bottom: 2px dashed #a1e8f9;
    padding: 0rem 1rem 1.5rem 2rem;
  }
  .check_01 li::before{
    left: 0.1rem;
  }
  .check_01 li span{
    display: block;
    font-weight: bold;
    color: #1565c0;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .photo_01 img{
    max-width: 95%;
  }
  p.text_01{
    font-size: 100%;
    width: 95%;
  }
  .price{
    box-shadow: none;
    display: flex;
    flex-direction: column;
  }
  .price thead{
    position: relative;
    z-index: 0;
  }
  .price thead:first-of-type::before{
    content: 'ホームページ運用';
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #F60;
    margin-bottom: 20px;
  }
    .price thead:last-of-type::before{
    content: 'WEB/SNS広告運用プラン';
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #F60;
    margin-bottom: 20px;
  }
  .price thead th{
    opacity: 0;
  }
  .price tbody{
    margin-bottom: 30px;
  }
  .price tbody tr{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 20px;
    border: 1px solid #72387d;
    border-radius: 10px;
    overflow: hidden;
  }
  .price tbody th{
    background: #72387d;
    color: #fff;
    padding: 10px 0;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .price tbody td{
    border: unset;
    font-size: 100%;
  }
  .price tbody td:first-of-type{
    font-weight: bold;
    position: relative;
    z-index: 0;
    width: fit-content;
    padding: 2rem 1rem 0rem;
    margin: 1.5rem auto 0;
    font-size: 1.5rem;
  }
  .price tbody td:first-of-type::before{
    content: '月額目安';
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: calc(100% - 2rem);
    right: 0;
    left: 0;
    margin: auto;
    white-space: nowrap;
  }
  .price tbody tr:nth-child(even) td{
    background: unset;
  }
  .flow-list{
    width: 90%;
  }
  .flow-list li{
    margin-left: 1.3rem;
  }
  .works-grid{
    margin: 0 auto 40px;
  }
  .faq-section{
    max-width: 95%;
  }
  .link-btn-container{
    width: 95%;
    margin: 0 auto;
  }
  .pop-btn{
    padding: 15px;
  }
}