/*
 * fee配下
 */

/* ページ幅 */
.ly_page {
  max-width: 1200px;
  margin-inline: auto;
}

/* 見出し */
.m_headline {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--gray-line-300, #D2D2D2);
}
.el_page__heading-h2 {
  color: var(--common-font-gray-gray-font-700, #323232);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 0 0 0 20px;
  border-left: 5px solid var(--haihai-primary-700, #3650D6);
  background: none;
  margin: 0 !important; /* リニューアル用一時スタイル（ヘッダー・フッターリニューアル後に削除） */
}
.el_page__heading-h3 {
  color: var(--common-font-gray-font-700, #323232);
  font-size: 20px;
  font-weight: 700;
  line-height: 3.2;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  background: var(--gray-bg-100, #F5F5F5);
  border-left: 3px solid var(--haihai-primary-700, #3650D6);
}
.el_category__heading-upgrade-function {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-left: 3px solid var(--haihai-primary-700, #3650D6);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: var(--common-font-gray-font-700, #323232);
  letter-spacing: 0;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  background: none;
}
.m_category__list-upgrade-function-text h4 {
  color: #485ACF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-bottom: none;
  margin: 0;
  padding: 0 0 10px 0;
}
.m_category__list-upgrade-function-label {
  color: var(--base-font-bg-0, #FFF);
  background-color: var(--haihai-primary-700, #3650D6);
  font-size: 16px;
  border-radius: 3px;
  margin-right: 12px;
  padding: 1px 7px;
}

/* 本文テキスト */
.el_page__text,
.m_category__list-upgrade-function-text p {
  color: var(--common-font-gray-font-700, #323232);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.el_page__text-bold {
  font-weight: 700;
}
.el_text-color--blue {
  color: var(--primary-700, #3650D6);
  font-weight: bold;
}

/* CTA */
.m_cta {
width: 800px;
  margin: 60px auto 100px;
  display: flex;
  padding: 40px 75px;
  border-radius: 10px;
  border: 4px solid var(--color-gray-300, #D2D2D2);
  box-sizing: border-box;
  justify-content: space-between;
}
.m_cta__copy {
  color: var(--common-font-gray-font-700, #323232);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.m_cta__button {
  width: 300px;
  color: var(--base-font-bg-0, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
  border: 1px solid var(--cta-900, #0C19B3);
  background: var(--cta-900, #0C19B3);
  padding: 22px;
  position: relative;
  box-sizing: border-box;
}
.m_cta__button::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/hmsupport/image/icon_arrow-white-bottom.svg") no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) translateY(0);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.m_cta__button:hover {
  background: var(--base-font-bg-0, #FFF);
  color: var(--cta-900, #0C19B3);
  border: 1px solid var(--cta-900, #0C19B3);
}
.m_cta__button:hover::after {
  transform: translateY(-50%) translateY(5px);
  background: url("/wp-content/themes/hmsupport/image/icon_arrow-blue-bottom.svg") no-repeat center / contain;
}

/* ダウンロードボタン */
.el_dl__button {
  display: block;
  text-align: center;
  line-height: 70px;
  width: 300px;
  height: 70px;
  background: var(--base-font-bg-0, #FFF);
  color: var(--cta-900, #0C19B3);
  border: 1px solid var(--cta-900, #0C19B3);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 100px;
}
/* DLボタンのアイコン受け皿部分 */
.el_dl__button::after {
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  position: absolute;
  top: 58%;
  right: 15px;
  background: url(/wp-content/themes/hmsupport/image/icon_download-blue-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .3s;
}
/* DLボタンのアイコン矢印部分コンテナ */
.el_dl__button_icon {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 14px;
  top: 40%;
  overflow: hidden;
}
/* DLボタンのアイコン矢印部分の初期状態 */
.el_dl__button_icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 13px;
  height: 12px;
  background: url(/wp-content/themes/hmsupport/image/icon_download-blue-top.svg) left center no-repeat;
  background-size: 100%;
  transition: opacity 0.05s ease, visibility 0.05s ease;
}
/* DLボタンのアイコン矢印部分のアニメーション用 */
.el_dl__button_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  width: 13px;
  height: 12px;
  background: url(/wp-content/themes/hmsupport/image/icon_download-blue-top.svg) left center no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.el_dl__button:hover .el_dl__button_icon::before {
  opacity: 0;
  visibility: hidden;
}
.el_dl__button:hover .el_dl__button_icon::after {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/*
 * plan-change - アップグレードで使える機能群
 * option - オプション追加で出来ることが増える！
 */
.ly_category__upgrade-function {
  display: flex;
  gap: 41px 42px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.ly_category__upgrade-function-inner {
  width: calc(100% / 2 - 21px);
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid var(--common-font-gray-gray-line-300, #D2D2D2);
  padding: 50px 40px;
  box-sizing: border-box;
}
.m_category__list-upgrade-function-inner {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid var(--common-font-gray-gray-line-300, #D2D2D2);
}
.m_category__list-upgrade-function-img {
  width: 90px;
}
.m_category__list-upgrade-function-img img {
  width: 100%;
}
.m_category__list-upgrade-function-text {
  width: calc(100% - 120px);
  margin-left: 30px;
}


/*
 * plan-change - プラン別機能
 * option -
 */
.m_plan__function {
  width: 100%;
  margin: 60px 0 80px;
  border-bottom: 1px solid #D9D9D9;
}
.m_plan__function th,
.m_plan__function td {
  vertical-align: middle;
  padding: 15px 30px;
}
.m_plan__function-head th,
.m_plan__function-head td {
  padding: 20px;
}
.m_plan__function th {
  width: 24%;
  text-align: left;
  font-size: 14px;
}
.m_plan__function td {
  width: 38%;
}
.m_plan__function tbody tr:first-of-type {
  border-top: 0;
}
.m_plan__function tbody tr {
  border-top: 1px solid #D9D9D9;
}
.m_plan__function tbody th {
  color:#323232;
  font-weight: 700;
}
.m_plan__function tbody td {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
}
.m_plan__function-head  {
  background-color: #F5F5F5;
}
.m_plan__function-head-name  {
  text-align: center;
  font-family: "Century Gothic", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  position: relative;
  vertical-align: middle;
}
.m_plan__function-head--bridge {
  color: var(--haihai-primary-700, #3650D6);
}
.m_plan__function-head--standard {
  color: var(--sub-500, #8696E6);
}
.m_plan__function-head-badge {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--haihai-primary-700, #3650D6);
  padding: 0.3em 0.8em;
  border-radius: 999px;
  white-space: nowrap;
  width: 130px;
  color: var(--base-font-bg-0, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.44px;
}
.m_plan__function-head-arrow {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--haihai-primary-700, #3650D6);
}
.m_plan__function tbody td img {
  width: 20px;
  margin: 0 5px -5px;
}
.m_plan__function-plan-catch {
  color: var(--haihai-primary-700, #3650D6);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
}
.m_plan__function-plan-comment {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
/*
 * option - オプション変更申込書の記入方法
 */
.el_page__text-destination {
  margin: 25px 0 15px;
}
.m_option__precautions {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}
.m_option__precautions-head {
  background-color: var(--emphases-200, #EAEDFB);
}
.m_option__precautions-head th {
  padding: 10px 15px;
  border-top: 1px solid var(--gray-line-300, #D2D2D2);
  border-bottom: 1px solid var(--gray-line-300, #D2D2D2);
  border-right: 1px solid var(--gray-line-300, #D2D2D2);
  text-align: left;
  color: var(--gray-font-700, #323232);
}
.m_option__precautions-head th:first-child {
  border-left: 1px solid var(--gray-line-300, #D2D2D2);
}
.m_option__precautions-head th:last-child {
  border-right: 1px solid var(--gray-line-300, #D2D2D2);
}
.m_option__precautions-body tr {
  border-bottom: 1px solid var(--gray-line-300, #D2D2D2);
}
.m_option__precautions-body th {
  padding: 10px 15px;
  width: 25%;
  border-right: 1px solid var(--gray-line-300, #D2D2D2);
  border-left: 1px solid var(--gray-line-300, #D2D2D2);
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
.m_option__precautions-body td {
  padding: 10px 15px;
  border-right: 1px solid var(--gray-line-300, #D2D2D2);
  line-height: 1.6;
}
.m_option__precautions-body tr:last-child {
  border-bottom: none;
}
.m_option__precautions-body tr:last-child th,
.m_option__precautions-body tr:last-child td {
  border-bottom: 1px solid var(--gray-line-300, #D2D2D2);
}
.el_list__side-note {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 100px;
}
.el_list__side-note li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 15px;
  line-height: 1.6;
}
.el_list__side-note li:last-child {
  margin-bottom: 0;
}
.el_list__side-note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}