@charset "UTF-8";

/* common */
.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
  color: #3a63a3;
}

/* top */

.menu .menu_wrapper .menu_item .menu_title span .small {
  font-size: 80%;
}

.flow_item_wrapper .flow_item_image {
  width: 190px;
  height: 190px;
}

.flow_item_wrapper .flow_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#instagram .bg_white {
  background: #f9f9f9;
}

.insta_block p {
  text-align: center;
}

.insta_block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5rem;
}

.insta_block ul li {
  width: 33%;
  margin-bottom: 5px;
}

.insta_block ul li a img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.faq_item_wrapper .faq_item .faq_item_inner .questin {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .flow_item_wrapper .flow_item_image {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .flow_item_wrapper .flow_item_image img {
    width: 140px;
    height: 140px;
  }

  .insta_block p {
    text-align: left;
  }

  .insta_block ul {
    margin-top: 3rem;
  }

  .insta_block ul li {
    width: 49%;
  }

  .insta_block ul li a img {
    height: 270px;
  }
}

/* 投稿機能 */
.news_single .single_wrapper a[target=_blank]::before {
  content: none;
}

.news_single .single_wrapper a[target=_blank] {
  margin-left: 0;
}

.news_single .single_wrapper h3 {
  border: none;
  padding-left: 1.5rem;
}

.news_single .single_wrapper h3::after {
  border-bottom: none;
  top: 14px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #00a2bf;
}

@media screen and (max-width: 767px) {
  .news_single .single_wrapper h3::after {
    border-bottom: none;
    top: 9px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #00a2bf;
  }
}


/* 固定ページ 共通 */
.page-title {
  font-size: 2.5rem;
  margin-bottom: 1.5em;
  line-height: 1.4;
}

.wrapper_m {
  max-width: 1200px;
}

.wrapper_m p {
  margin-bottom: 1.2em;
  line-height: 1.8;
}

.wrapper_m h2 {
  font-size: 1.3rem;
  margin: 2.5em 0 1em;
  padding-bottom: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #a7b2c0;
}

.machine .wrapper_m ul {
  margin: 1em 0 1.5em 1.5em;
}

.wrapper_m li {
  margin-bottom: .5em;
}