@charset "uft-8";

/* アンカーリンク */
.m_unkerlink_sec {
  margin-bottom: 50px;
}
.m_unkerlink_sec__inr {
  width: 100%;
  max-width: 730px;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
.m_unkerlink_sec__inr div {
  width: 100%;
  overflow: hidden;
}
.m_unkerlink_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 3px);
  align-items: stretch;
  margin: -1px;
}
.m_unkerlink_item {
  width: 50%;
  border: 1px dashed #333;
}
.m_unkerlink_item:nth-child(2n) {
  border-right: none;
}
.m_unkerlink_item__text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 3em;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.m_unkerlink_item__text:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .m_unkerlink_item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .m_unkerlink_item__text {
    font-size: 11px;
  }
}

/* 画像 */
.im_heading__h3 + .m_flow_image {
  margin-top: 5px;
}

/* ボタン */
.im_btn--center {
  justify-content: center;
}
.im_btn_sec {
  margin-top: 20px;
}

/* 見出し */
.m_txtBox__ttl.m_txtBox__ttl_new {
  font-size: 18px;
  justify-content: center;
}
.m_txtBox__ttl.m_txtBox__ttl_new::before,
.m_txtBox__ttl.m_txtBox__ttl_new::after {
  content: none;
}
.im_heading__h3 {
  font-size: 16px;
  font-weight: 700;
}
.im_txtBox .im_heading__h3 {
  font-size: 16px;
  font-weight: 700;
}
.new_im_heading__ttl {
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 0;
}
.new_im_heading__ttl .im_heading__ttl {
  letter-spacing: 0;
}

/* テキスト */
.m_fz16_text {
  font-size: 16px;
}
.m_text_bold {
  font-size: 16px;
  font-weight: 700;
}
.m_txtBox__note {
  font-size: 12px;
  text-align: center;
}
.il_section__item + .m_txtBox__note {
  margin-top: 15px;
}
.im_text__note {
  font-size: 12px;
  text-align: center;
}
.il_section__item + .im_text__note {
  margin-top: 15px;
}
.im_txtBox__inr + .im_txtBox__inr {
  margin-top: 10px;
}
.m_txtBox__msg + .im_txtBox__inr {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .m_txtBox__note,
  .im_text__note {
    text-align: left;
  }
}

/* リスト */
p + .m_il_list_sec {
  margin-top: 15px !important;
}
.im_heading__h3 + .il_list {
  margin-top: 10px;
}
.il_list__item + .il_list__item {
  margin-top: 5px;
}
.im_hasIco.im_hasIco--dotted::before {
  content: "・";
  position: absolute;
  font-size: 14px;
  color: #333;
  left: 0;
  display: block;
}
.im_hasIco.im_hasIco--arrow::before {
  content: "→";
  position: absolute;
  font-size: 14px;
  color: #333;
  left: 0;
  display: block;
}
.il_list__item.im_hasIco {
  text-indent: 0em;
  padding-left: 1em;
}

/* 費用感・プラン例 */
.m_plan_table_sec {
  width: 100%;
}
.m_plan_table_sec + .m_plan_table_sec {
  margin-top: 20px !important;
}
.m_plan_table {
  width: 730px;
}
.m_plan_table thead th {
  font-size: 14px;
  color: #fff;
  background-color: #4491bc;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}
.m_plan_table tbody tr {
  border-top: 2px solid #fff;
}
.m_plan_table tbody th,
td {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 10px 20px;
}
.m_plan_table tbody th {
  width: 224px;
  background-color: #d1edf9;
  border-right: 2px solid #fff;
  vertical-align: middle;
}
.m_plan_table tbody td {
  width: 502px;
  background-color: #f9f9f9;
}
.m_plan_table tbody td .il_list__item + .il_list__item {
  margin-top: 0;
}
.m_plan_table_note {
  font-size: 12px;
}
.m_plan_table_note + p {
  margin-top: 10px;
}
.m_plan_table .il_list + p {
  margin-top: 10px;
}
.il_list + .m_plan_table_note {
  margin-top: 2px !important;
}
@media screen and (max-width: 768px) {
  .m_plan_table_sec {
    overflow-x: scroll;
  }
}
