@media screen and (max-width: 767px) {
  .container {
    width: 95%;
    margin: auto;
  }

  .sectionAbout,
  .sectionTopics,
  .sectiononline,
  .sectionPickup,
  .sectionContact {
    position: relative;
    margin: 15% auto 5%;
  }

  .more_btn {
    color: #ffff;
    background: url(../img/common/ico_button-next.png) no-repeat right 20px center, #c1d8de;
    background-size: 8px 16px;
    display: block;
    width: 80%;
    text-align: center;
    padding: 20px 0;
    margin: 30px auto 0;
    transition: .3s ease-out;
  }

  .more_btn:hover {
    color: #ffff;
    background: url(../img/common/ico_button-next.png) no-repeat right 20px center, #d9d8d8;
    background-size: 8px 16px;
  }


  /*-------------------------- 
  ニュース
  --------------------------*/

  .news_col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    /* 間隔 */
    grid-row-gap: 15px;
    /* 縦間隔 */
  }

  /* カテゴリーページ */
  .topics .news_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    /* 間隔 */
    grid-row-gap: 15px;
    /* 縦間隔 */
  }

  .sectiononline .news_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    /* 間隔 */
    grid-row-gap: 15px;
    /* 縦間隔 */
  }

  .news_col_item {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
  }

  .news_col_item img {
    object-fit: cover;
    width: 100%;
    height: 165px;
  }

  .news_col_item a {
    color: #333;
    background: no-repeat right top;
    background-size: auto 100%;
  }

  .news_col_item .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px 0;
    background-size: auto 100%;
  }

  /* カテゴリー */
  .news_col .topicCategory {
    font-size: 14px;
    font-style: italic;
    border-bottom: solid 1px #fff;
    color: #fff;
  }

  .inner_out {
    width: 100%;
    display: inline-block;
  }

  /* タイトル */
  .topicTitle {
    font-size: 16px;
    font-weight: 700;
    margin: 10px auto 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }

  /* タグ */
  .topictag {
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto 0;
  }

  /* 抜粋 */
  .excerpt {
    margin: 10px auto 0;
    color: #a2aaac;
    font-size: 14px;
  }

  /* 時間 */
  .day {
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    right: 0;
    text-align: right;
    color: #a2aaac;
  }

  /*-------------------------- 
  占術から選ぶ
  --------------------------*/

  .flow {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
    margin-bottom: 25px;
    width: 100%;
  }

  .flow_item {
    width: 155px;
    height: 155px;
    border: solid 1px #333;
    border-radius: 50%;
  }

  .flow_item:nth-child(even) {
    transform: translateY(40px);
  }

  .flow_img {
    width: 50%;
    margin: 20px auto 0;
  }

  .flow .num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .flow .flowTitle {
    margin-top: 5px;
  }

  #wpadminbar {
    display: none;
  }

  .pcOnly {
    display: none !important;
  }

  .header .textOffice {
    right: 0;
    bottom: 34px;
    left: 0;
    margin: auto;
  }

  .footer .telephone {
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer .inner {
    max-width: 95%;
    margin: auto;
    display: block;
  }

  .footerNav {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footerNav li span:after {
    display: none;
  }

  .footerNav .facebook {
    right: 0;
  }

  .footerNav li {
    vertical-align: top;
    margin-bottom: 1em;
    padding: 0;
    padding-right: 15px;
  }

  .footerNav li a {
    font-size: 14px;
  }

  /* フッター② */
  .footerNav02 {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    border-top: solid 1px #d1d7d9;
    padding: 20px 0 0;
  }

  .footerNav02 li {
    margin-bottom: 1em;
  }

  .footerNav02__item0,
  .footerNav02__item {
    padding-right: 12px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #33404a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .footerNav02__item::after {
    content: '\02197';
    font-weight: 700;
  }

  .footerNav_sns {
    border-top: solid 1px #d1d7d9;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
  }

  .footerNav02__sns {
    margin-bottom: 1em;
    padding-top: 0;
    text-align: center;
    font-size: 12px;
    color: #33404a;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: solid 1px #d1d7d9;
  }

  .footerNav02__sns::after {
    content: '\02197';
  }

  .sectionAbout .text {
    margin-left: 0px;
  }

  .sectionAbout p.text {
    margin-top: 1.5em;
    font-size: 0.8rem;
    line-height: 2.09231;
    letter-spacing: .16em;
  }

  .flow li+li {
    position: relative;
    padding-top: 115px;
  }

  .flow li+li:before {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    width: 65px;
    height: 22px;
    margin: auto;
    content: "";
    background: url(../img/top/ico_flow-arrow.png) no-repeat center;
    background-size: contain;
  }

  .aboutTitle {
    margin: 35px 0 15px;
  }

  .aboutSRP {
    width: 100%;
  }

  .aboutSRP dt img {
    display: block;
    width: 125px;
    margin: auto;
  }

  .sectionProfile .leftContent {
    padding: 0 15px;
  }

  .sectionProfile .rightContent {
    margin-top: 32px;
  }

  .services {
    padding: 0 24px;
  }

  .services li+li {
    margin-top: 20px;
  }

  .topics li+li {
    margin-top: 15px;
  }

  .topicsNav .section+.section {
    margin-top: 34px;
  }

  .contactForm .selectForm {
    width: 100%;
  }

  .articleTable tr,
  .articleTable th,
  .articleTable td {
    display: block;
  }

  .articleTable tr+tr {
    border-top: solid 1px #999;
  }

  .formModule .formActions .btn+.btn {
    margin-top: 15px;
  }

  .mainVisual .inner {
    height: 100vw;
    width: 100vw;

    min-height: 0;
  }

  .otherServices .services>li {
    min-height: 50px;
  }


  .sectionPickup .text {
    text-align: left;
    margin: 2em 0;
  }

  .sectionPickup .forBC li {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .3em;
    display: inline-block;
    width: 100%;
    max-width: none;
    margin: 0 0 8%;
  }

  .sectionPickup .forBC li a {
    box-shadow: 5px 5px rgba(215, 215, 215, 1);
  }

  .sectionPickup .services {
    margin-bottom: 50px;
  }

  .sectionContact {
    position: relative;
    margin: 0px 0 50px 0;
  }

  .sectionContact .contactCmntL,
  .sectionContact .contactCmntR {
    display: none;
  }

  .sectionContact .text {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: .08em;
    text-align: center;
    text-align: left;
    margin: 30px 0;
  }

  .sectionContact .cttBtn li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .sectionContact .cttBtn li.btnTel a {
    border-right: solid 1px #999;
  }

  .sectionContact .cttBtn li a {
    font-size: 18px;
    height: auto;
  }

  .sectionContact .cttBtn li.btnMail a {
    font-size: 16px;
  }

  .sectionContact .firsttime {
    bottom: 67px;
  }

  .sectionGreeting .img_prof {
    max-width: 256px;
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }

  .sectionGreeting h3 {
    font-size: 20px;
  }

  .articleBody {
    margin-top: 25%;
  }

  .articleBody h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
  }

  .wp-block-cover h2 {
    font-size: 20px;
  }
}