@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     cms.css                                                            ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・CMS専用のスタイルを記述する                                      ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

/* エネモール共通部分 */

.pc_vis {
  display: inline !important;
}
.sp_vis {
  display: none !important;
}

.column h4,
.column h1 {
  color: #585656;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.column h4 {
  margin-bottom: 20px;
}
.column h1 {
  line-height: 1.4;
}
.main_contents h1 {
  margin-bottom: 20px;
}
.column .main_img {
  margin: 0;
  padding: 0;
  border-left: none;
  line-height: 0;
}
.column h3 {
  padding-left: 0;
  background: none;
}
.column .common_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .pc_vis {
    display: none !important;
  }
  .sp_vis {
    display: inline !important;
  }

  .column .common_btn {
    font-size: 1.0rem;
  }
  .common_btn a, .common_btn.gry a, .common_btn.brown a {
    padding: 15px;
  }
}


/* CMSページ固有 */

.rate_terms_revision {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.rate_terms_revision .overview {
  margin-bottom: 40px;
}
.rate_terms_revision p {
  font-size: 1.00rem;
  margin-bottom: 20px;
}
.rate_terms_revision p:has(+ h3) {
  margin-bottom: 40px;
}
.rate_terms_revision a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.rate_terms_revision a:hover {
  text-decoration: none;
}

.rate_terms_revision .detail {
  margin-bottom: 40px;
}
.rate_terms_revision h2 {
  font-size: 1.50rem;
  border-left: none;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}
.rate_terms_revision h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 1.15em;
  text-indent: -1.15em;
}
.rate_terms_revision ul {
  margin-bottom: 0;
}
.rate_terms_revision ul:has(+ h3) {
  margin-bottom: 40px;
}
.rate_terms_revision ul:has(+ table) {
  margin-bottom: 20px;
}
.rate_terms_revision ul li {
  font-size: 1.00rem;
  margin-bottom: 20px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.rate_terms_revision ul li:last-child {
  margin-bottom: 0;
}
.rate_terms_revision ul li::before {
  content: "・";
}
.rate_terms_revision table {
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #94A8B6;
  border-right: 1px solid #94A8B6;
  color: #0F303F;
}
.rate_terms_revision table:has(+ h3) {
  margin-bottom: 40px;
}
.rate_terms_revision table:has(+ p) {
  margin-bottom: 20px;
}
.rate_terms_revision table th,
.rate_terms_revision table td {
  background-clip: padding-box;
  border-left: 1px solid #94A8B6;
  border-bottom: 1px solid #94A8B6;
  font-size: 1.00rem;
  padding: 20px;
  vertical-align: middle;
}
.rate_terms_revision table th {
  background-color: #E3EAF5;
  color: #0F303F;
  width: 24%;
}
.rate_terms_revision table td {
  width: 76%;
}
.rate_terms_revision .note {
  font-size: 0.75rem;
}

.rate_terms_revision .retailers {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 40px;
  max-width: 460px;
}
.rate_terms_revision .retailers .border_box {
  background: #fff;
  border: #a0b4bf 1px solid;
  padding: 12px 15px 11px;
}
.rate_terms_revision .retailers .border_box p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .rate_terms_revision {
    perspective: 767px;
  }
  .rate_terms_revision h2 {
    font-size: 1.25rem;
  }
  .rate_terms_revision h3 {
    font-size: 1.125rem;
  }
  .rate_terms_revision tr {
    display: flex;
    flex-direction: column;
  }
  .rate_terms_revision table th,
  .rate_terms_revision table td {
    padding: 20px;
    width: 100%;
  }
}


@media only print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
