@charset "UTF-8";
/* =====================
	トップページ
 ======================= */
.top_item_list {
  margin-bottom: 40px;
}

.top_item_list:last-child {
  margin-bottom: 0;
}

.top_mv {
  margin-bottom: 110px;
}

.top_about_img {
  margin: 0 0 40px;
}

.top_about_txt {
  text-align: center;
  line-height: 2;
  margin: 0 0 40px;
}

.top_contact_box {
  border: 1px solid #C7C7C7;
  padding: 24px;
}

.top_contact_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
}

.top_contact_title img {
  width: 40px;
  display: block;
  margin: 0 auto 8px;
}

.top_contact_num {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.0;
  margin: 0 0 8px;
}

.top_contact_num a {
  pointer-events: none;
}

.top_contact_sub {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 767px) {
  .top_mv {
    margin-bottom: 32px;
  }
  .top_about_img {
    margin-bottom: 24px;
  }
  .top_about_txt {
    text-align: left;
  }
  .top_contact_num a {
    pointer-events: auto;
  }
}

/*# sourceMappingURL=map/index.css.map */
