@charset "utf-8";
/* CSS Document */

/*----------------------------------------
top, ir-inquiryで必要だったやつ・・・
----------------------------------------*/
.w-form-success {
  display: none;
  text-align: center;
}
.w-form-error {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.div-block-87 .button-jet-gray {
  margin-right: 0;
}
.button-jet-gray {
  margin-right: 256px;
}
@media only screen and (max-width: 840px) {
  .button-jet-gray {
    margin-right: 0;
  }
}

/*----------------------------------------
共通
----------------------------------------*/
:root {
  --red: #e06249;
  --light-gray: #e7eaec;
  --lighter-gray: #f4f7f8;
  --gray: #394040;
  --black: #272727;
  --legal: #f59300 !important;
  --result: #8063d2 !important;
  --discro: #4877d6 !important;
  --ir: #e06249 !important;
  --info: #6fb13b !important;
}

.xj-list a:hover {
  opacity: 0.7;
}
.xj-list .xj-list__icon-pdf,
.xj-list .xj-icon_pdf {
  background: url("../images/ir/pdf_icon.png") no-repeat left !important;
  background-size: 18px !important;
}
.ir-sitemap-menu {
  margin-top: 64px !important;
}
.ir-section + .ir-section {
  margin-top: 48px;
}
.ir-section-title {
  margin-bottom: 20px;
}
.ir-section-title h3 {
  font-size: 20px;
  margin: 0;
}
.sub-section:not(:last-of-type) {
  margin-bottom: 80px;
}
.sub-section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 840px) {
  .sub-section:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.ir-line {
  position: relative;
}
.ir-line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e7eaec;
  width: calc(100% - 32px);
}
.ir-line::after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  background: #e06249;
  width: 32px;
}

/*----------------------------------------
ナビゲーション
----------------------------------------*/
.navbar-other {
  padding: 0 32px;
}
.container-3 {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.container-3::before,
.container-3::after {
  content: none;
}
.div-block-75 {
  height: 100%;
}
.ir-global-nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
}
.ir-global-nav__list-item {
  list-style: none;
}
.ir-global-nav__list-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  height: 72px;
  line-height: 72px;
  padding: 0 12px;
  letter-spacing: 2px;
}
.ir-global-nav__list-link.current {
  color: var(--gray);
  border-bottom: solid 2px var(--gray);
  box-sizing: border-box;
}
.ir-global-nav__list-link:hover {
  color: var(--gray);
}
.ir-global-nav__list-link.current:hover {
  background-color: var(--ir);
  color: var(--gray);
  cursor: default;
}
.w-nav-button {
  display: none !important;
}

@media only screen and (max-width: 840px) {
  .ir-global-nav__list {
    display: none;
  }
  .w-nav-button {
    display: block !important;
  }
}

/*----------------------------------------
Hero
----------------------------------------*/
.ir-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/ir/irmv_pc.jpg");
  background-size: cover;
  width: 100%;
  height: 180px;
  position: relative;
}
.ir-hero::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ir-hero__main-text {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 840px) {
  .ir-hero {
    background: url("../images/ir/irmv_sp.jpg");
    background-size: cover;
  }
}

/* 第二階層メニュー */
.ir-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f4f7f8;
}
.ir-nav .ir-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  max-width: 1366px;
}
.ir-nav__list li {
  width: calc(100% / 7);
  list-style: none;
  text-align: center;
}
.ir-nav__list li.current {
  background-color: var(--gray);
}
.ir-nav__list li.current.triangle {
  position: relative;
}
.ir-nav__list li.current.triangle::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-3px);
  border: 6px solid transparent;
  border-bottom: 10px solid #fff;
}
.ir-nav__list a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--black);
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 24px 0;
}
.ir-nav__list li.current a {
  color: #f4f7f8;
  background: var(--gray);
  cursor: default;
}
.ir-nav__list a:hover {
  background: var(--light-gray);
}

@media only screen and (max-width: 840px) {
  .ir-nav__list li {
    width: 50%;
    border: solid 1px #e7eaec;
  }
  .ir-nav__list li.current {
    border: solid 1px var(--gray);
  }
  .ir-nav__list li:first-child {
    width: 100%;
  }
  .ir-nav__list a {
    font-size: 14px;
    padding: 12px 0;
  }
  .ir-nav__list li.current.triangle::before {
    display: none;
  }
}

/*----------------------------------------
第三階層メニュー (PC)
----------------------------------------*/
.ir-sub-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: solid 1px var(--lighter-gray);
}
.ir-sub-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1366px;
  padding-left: 0;
  margin-bottom: 0;
}
.ir-sub-nav__list li {
  flex: 1 1 0;
  text-align: center;
  list-style: none;
  font-size: 0.65rem;
}
.ir-sub-nav__list li.current {
  border-bottom: solid 1px var(--ir);
}
.ir-sub-nav__list li a {
  display: block;
  color: var(--gray);
  padding: 24px 0;
  text-decoration: none;
  background: #fff;
  position: relative;
  height: 100%;
  font-size: 16px;
}
.ir-sub-nav__list li a:hover {
  color: var(--ir);
}
.ir-sub-nav__list li:not(:last-of-type) a {
  border-right: none;
}
.ir-sub-nav__list li.current a {
  color: var(--ir);
  background: #fff;
  cursor: default;
}
.ir-page-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 840px) {
  .ir-sub-nav {
    display: none;
  }
  .ir-page-title {
    margin-bottom: 32px;
  }
}

/*----------------------------------------
第三階層メニュー (SP)
----------------------------------------*/
.ir-sub-nav__select-wrapper {
  display: none;
  margin-top: 32px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  max-width: 480px;
}
.ir-sub-nav__select-wrapper::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--ir);
  border-left: 2px solid var(--ir);
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.ir-sub-nav__select {
  border: solid 1px var(--ir);
  color: var(--ir);
  padding: 12px 16px;
  width: 100%;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 840px) {
  .ir-sub-nav__select-wrapper {
    display: block;
  }
}

/* adb_dl_box */
.adb_dl_box {
  font-size: 14px;
  background: var(--light-gray);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  position: relative;
}
.adb_dl_box img {
  max-width: 158px;
}
.adb_dl_box p {
  margin-left: 1rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .adb_dl_box {
    flex-flow: column;
    justify-content: center;
    margin-top: 32px;
  }
  .adb_dl_box p {
    margin-top: 1rem;
    margin-left: 0;
  }
}

/*----------------------------------------
トップ
----------------------------------------*/
.to-investor {
  display: flex;
  align-items: flex-end;
  background-color: #faf7f8;
}

.to-investor__right-section {
  width: 287px;
}

.to-investor__left-section {
  padding: 32px 20px 32px 40px;
  flex: 1;
}

.to-investor__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 16px;
}

.to-investor__description {
  line-height: 35px;
  margin: 0;
}

.to-investor__button {
  display: inline-block;
  margin-top: 24px;
  background-color: var(--ir);
  padding: 16px 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}
.to-investor__button:hover {
  background-color: var(--light-gray);
  color: var(--ir);
}

@media screen and (max-width: 840px) {
  .to-investor {
    flex-direction: column-reverse;
    align-items: center;
  }
  .to-investor__right-section {
    padding-top: 12px;
    width: 166px;
  }
  .to-investor__left-section {
    text-align: center;
    padding: 20px 20px 24px;
  }
  .to-investor__description {
    text-align: left;
  }
}

.ir-top-news .ir-section-title {
  position: relative;
}
.ir-top-news .ir-section-title__latest-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.ir-top-news .ir-section-title h3 {
  margin: 0;
}
.ir-top-news .ir-section-title .more-link {
  margin: 0;
}
.more-link a {
  color: var(--black);
  font-weight: bold;
}
.more-link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 840px) {
  .more-link__front {
    display: none;
  }
}

.ir-content__box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.ir-content__box {
  padding: 24px 0 24px 24px;
  background-color: #f4f7f8;
}
.ir-content__box:nth-of-type(2) {
  grid-column: 2 / 4;
}
.ir-content__box ul {
  padding: 0;
  margin: 0;
}
.ir-content__box li {
  list-style: none;
  display: flex;
  align-items: center;
}
.ir-content__box li:not(:first-child) {
  margin-top: 4px;
}
.ir-content__box:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ir-content__box:nth-of-type(2) li {
  width: 49%;
}
.ir-content__box-title {
  font-size: 20px;
  margin: 0 0 24px;
}
.ir-content__box p {
  display: flex;
  align-items: center;
}
.ir-content__box li::before,
.ir-content__box p::before {
  content: "";
  color: var(--red);
  font-weight: bold;
  margin-right: 8px;
  height: 1px;
  width: 12px;
  display: inline-block;
  background-color: var(--ir);
}
.ir-content__box a {
  color: var(--gray);
  text-decoration: none;
  line-height: 32px;
}
.ir-content__box a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 840px) {
  .ir-content__box-wrap {
    display: block;
  }
  .ir-content__box {
    width: 100%;
    margin-top: 20px;
  }
  .ir-content__box:nth-of-type(2) li {
    width: 100%;
  }
}

/*----------------------------------------
IRニュース
----------------------------------------*/
.ir-news__main-section {
  display: flex;
  flex-direction: column;
}
.ir-news__main-section #xj-select-category {
  order: 0;
}
.ir-news__main-section #xj-select-category ul {
  margin-bottom: 48px;
}
.ir-news__main-section #xj-select-category ul li a {
  color: inherit !important;
  border: none;
  background-color: #f4f7f8;
}
.ir-news__main-section #xj-select-category ul li a:hover {
  background-color: #e7eaec !important;
}
.ir-news__main-section #xj-select-category ul li.active a {
  background-color: var(--ir) !important;
  color: #fff !important;
}
.ir-news__main-section .yearSelect {
  order: 1;
}
.ir-news__main-section .xj-list__irnews {
  order: 2;
}
.ir-news__main-section .adb_dl_box {
  order: 3;
}

@media only screen and (max-width: 840px) {
  .ir-news__main-section #xj-select-category ul {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .ir-news__main-section #xj-select-category ul li {
    width: calc((100% - 2px) / 3);
  }
}

/*----------------------------------------
IRニュース 共通コンポーネント
----------------------------------------*/
.ir-news-section .xj-list {
  font-size: 18px;
}
.ir-news-section .xj-list a {
  color: var(--gray);
  text-decoration: none;
}
.ir-news-section .yearSelect {
  width: fit-content;
  margin-bottom: 32px;
  position: relative;
}
/*
.ir-news-section .yearSelect:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--gray);
  border-left: 2px solid var(--gray);
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
*/
.ir-news-section .yearSelect #xj-select-year_s {
  margin-bottom: 0;
  letter-spacing: 2px;
  padding-right: 32px;
  /* appearance: none; */
}
/*
.ir-news-section .yearSelect #xj-select-year_s::-ms-expand {
  display: none;
}
*/
.ir-news-section .xj-list__label {
  order: 0;
}
.ir-news-section .xj-list__date {
  order: 1;
  font-size: 18px;
}
.ir-news-section .xj-list__title {
  order: 2;
}
.ir-news-section .xj-list__title a {
  font-size: 18px;
  color: var(--black);
  text-decoration: none;
}
.ir-news-section .xj-list__ir-lib {
  margin-bottom: 3rem;
}
.ir-news-section dl:first-child {
  margin-top: 0 !important;
}
.ir-news-section dl {
  position: relative;
  margin-top: 24px !important;
  padding: 0 0 24px !important;
}
.ir-news-section dl::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e7eaec;
  width: calc(100% - 32px);
}
.ir-news-section dl::after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  background: #e06249;
  width: 32px;
}
.ir-news-section dt {
  margin-right: 24px !important;
  width: 106px;
}
.ir-news-section .xj-list__irnews .xj-list__label {
  margin-right: 24px !important;
}
.ir-news-section .xj-list__irnews .xj-list__label span {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border: solid 1px;
  background-color: #fff !important;
  line-height: 1;
}
/* 法定開示 */
.ir-news-section .xj-list__irnews .xj-list__label.xj-label-legal span {
  color: var(--legal);
  border-color: var(--legal);
}
/* 決算短信 */
.ir-news-section .xj-list__irnews .xj-list__label.xj-label-result span {
  color: var(--result);
  border-color: var(--result);
}
/* 適時開示 */
.ir-news-section .xj-list__irnews .xj-list__label.xj-label-discro span {
  color: var(--discro);
  border-color: var(--discro);
}
/* ir資料 */
.ir-news-section .xj-list__irnews .xj-list__label.xj-label-ir span {
  color: var(--ir);
  border-color: var(--ir);
}
/* お知らせ */
.ir-news-section .xj-list__irnews .xj-list__label.xj-label-info span {
  color: var(--info);
  border-color: var(--info);
}

@media screen and (max-width: 840px) {
  .ir-news-section .xj-list {
    font-size: 16px;
  }
  .ir-news-section .xj-list__date {
    font-size: 16px;
  }
  .ir-news-section .xj-list__irnews .xj-list__label {
    margin-right: 12px !important;
  }
  .ir-news-section .xj-list__title {
    width: 100% !important;
    margin-top: 12px !important;
  }
  .ir-news-section .xj-list__title a {
    font-size: 16px;
  }
  .ir-news-section .xj-list dl {
    flex-wrap: wrap;
    padding: 0 0 16px !important;
    flex-wrap: wrap;
  }
  .ir-news-section .xj-list dl:not(:first-child) {
    margin-top: 16px !important;
  }
  .ir-news-section .xj-list dl:not(:first-child) dd {
    margin-top: 12px;
  }
}

/*----------------------------------------
経営情報
----------------------------------------*/
.ir-message__profile-bg {
  width: 100%;
  background-color: var(--lighter-gray);
}
.ir-message__profile-container {
  display: flex;
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
  align-items: center;
  background-color: var(--lighter-gray);
}
.ir-message__left-section {
  font-size: 18px;
}
.ir-message__ceo {
  margin-top: 8px;
}
.ir-message__ceo-name {
  font-size: 24px;
  margin-left: 12px;
}
.ir-message__img_area {
  width: 226px;
  padding-top: 12px;
  margin-left: 12px;
}
.ir-message__txt_area {
  margin: 40px auto 0;
  width: 100%;
  max-width: 640px;
}
.ir-message__txt_area h4 {
  font-size: 32px;
  line-height: 2;
  margin: 0;
}
.ir-message__txt_area h4 br {
  display: none;
}
.ir-message__rashisa {
  color: var(--ir);
}
.ir-message__txt_area p {
  font-size: 16px;
  margin: 32px 0 0;
  line-break: anywhere;
  -webkit-line-break: anywhere;
}
.sign_wrap {
  margin-top: 32px;
}
.sign_wrap p {
  text-align: right;
  margin: 0;
}
.sign_wrap .date {
  font-size: 16px;
}
.sign_wrap .sign {
  font-size: 18px;
  margin-top: 8px;
}
.sign_wrap .sign span {
  font-size: 18px;
  margin-left: 1rem;
  vertical-align: middle;
}

@media only screen and (max-width: 840px) {
  .ir-message__profile-container {
    width: auto;
  }
  .ir-message__left-section {
    padding-left: 16px;
  }
  .ir-message__ceo-name {
    display: block;
    margin: 0;
  }
  .ir-message__txt_area h4 {
    font-size: 24px;
  }
  .ir-message__txt_area h4 br {
    display: block;
  }
}

.ir-div-block-4 {
  margin-top: 64px;
}
.ir-basic-table {
  width: 100%;
}
.ir-overview .ir-basic-table td div.ir-line::before,
.ir-overview .ir-basic-table td div.ir-line::after {
  content: none;
}
.ir-overview .ir-basic-table th,
.ir-overview .ir-basic-table td {
  padding: 20px 0;
}
.ir-basic-table th {
  width: 176px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: left;
  vertical-align: baseline;
  padding-right: 40px;
}
.ir-overview .ir-basic-table td {
  border-bottom: solid 1px var(--light-gray);
  letter-spacing: 1px;
}
.ir-overview__ceo-name dt {
  width: 150px !important;
}
.ir-overview .ir-basic-table__board-description {
  font-size: 14px;
  margin: 20px 0 0;
}

.dl-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  line-height: 32px;
}
.dl-list dt {
  width: 15em;
}
.dl-list dd {
  width: calc(100% - 15em);
  margin-left: 0;
}
.dl-list + p {
  margin-top: 20px;
}

@media screen and (max-width: 840px) {
  .ir-div-block-4 {
    margin-top: 32px;
  }
  .ir-overview .ir-basic-table td {
    border: none;
    padding: 0;
  }
  .ir-overview .ir-basic-table td .ir-line {
    padding-bottom: 20px;
  }
  .ir-overview .ir-basic-table td div.ir-line::before,
  .ir-overview .ir-basic-table td div.ir-line::after {
    content: "";
  }
  .ir-basic-table th.ir-line::before,
  .ir-basic-table th.ir-line::after {
    content: none;
  }
  .ir-basic-table th,
  .ir-basic-table td {
    display: block;
    width: 100%;
  }
  .ir-basic-table th {
    padding-bottom: 0;
  }
  .ir-basic-table td {
    padding-top: 0;
    border-bottom: 1px solid var(--light-gray);
  }
  .ir-stock .ir-basic-table td {
    border: none;
  }
  .dl-list dt,
  .dl-list dd {
    width: 100%;
  }
}

/*----------------------------------------
コーポレート・ガバナンス
----------------------------------------*/
.ir-governance__section {
  padding-bottom: 48px;
}
.ir-governance .xj-list__governance a {
  color: var(--gray);
}

/*----------------------------------------
IRライブラリ
----------------------------------------*/
.ir-library .xj-list.xj-list__ir-lib dl {
  display: flex;
  font-size: 18px;
  text-decoration: none;
  padding: 0;
}
.ir-library .xj-list.xj-list__ir-lib dl a {
  color: var(--gray);
  text-decoration: none;
}
.ir-library .xj-list.xj-list__ir-lib dl dt {
  width: auto;
}
.ir-library .xj-list__ir-lib {
  margin-top: 24px;
}
.ir-library .ir-library__box .more-link {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 24px 0 0;
}
.ir-library__box {
  padding: 40px 0;
  position: relative;
}
.ir-library__box:first-child {
  padding-top: 0;
}
.ir-library__box-title {
  font-size: 20px;
  font-weight: bold;
}
.ir-library__box .more-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 840px) {
  .ir-library__box {
    width: 100%;
  }
  .ir-library .xj-list.xj-list__ir-lib dl {
    flex-wrap: wrap;
    font-size: 16px;
  }
  .ir-library .xj-list dd {
    margin-top: 12px;
  }
}

/*----------------------------------------
株式基本情報
----------------------------------------*/
.ir-stock .ir-basic-table tr:not(:first-child) th,
.ir-stock .ir-basic-table tr:not(:first-child) td {
  padding-top: 20px;
}
.ir-stock .ir-basic-table tr td {
  margin-top: 4px;
}
.ir-stock .ir-basic-table th {
  width: 216px;
  line-height: 1.5;
}
.ir-stock .ir-basic-table th,
.ir-stock .ir-basic-table td {
  padding: 0;
}
.ir-stock__section {
  padding-bottom: 40px;
}
.ir-stock .ir-section + .ir-section {
  margin-top: 40px;
}
@media only screen and (max-width: 840px) {
  .ir-stock .ir-basic-table tr:not(:first-child) td {
    padding-top: 0;
  }
}

/*----------------------------------------
株価情報
----------------------------------------*/
.ir-quote .ir-section,
.ir-disclaimer .ir-section {
  font-size: 14px;
}
.ir-quote .ir-section a {
  color: var(--gray);
}

@media only screen and (max-width: 840px) {
  .ir-quote__br {
    display: none;
  }
}

/*----------------------------------------
IRカレンダー
----------------------------------------*/
.ir-calendar__img-pc {
  display: block;
}
.ir-calendar__img-sp {
  display: none;
}
.ir-calendar__skd dl {
  display: flex;
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid var(--light-gray);
}
.ir-calendar__skd dt {
  width: 10em;
  font-weight: 600;
}
.ir-calendar__skd p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ir-calendar__img-pc {
    display: none;
  }
  .ir-calendar__img-sp {
    display: block;
  }
  .ir-calendar__skd dl {
    flex-wrap: wrap;
  }
  .ir-calendar__skd dt,
  .ir-calendar__skd dd {
    width: 100%;
    margin-left: 0;
  }
}

.faq-wrap dl {
  padding: 16px;
  border: solid 1px var(--light-gray);
  margin: 20px 0;
}
.faq-wrap dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.faq-wrap dd {
  font-size: 14px;
  margin-left: 0;
}
.faq-wrap dd a {
  color: var(--gray);
}

.xj-list__notice {
  margin-bottom: 32px;
}

.ir-section .w-form .text-field {
  width: 100%;
}
.footer-area {
  margin-top: 48px;
}

/*----------------------------------------
IRカレンダー
----------------------------------------*/
.ir-policy .sub-section p {
  font-size: 14px;
  margin: 0;
}
.ir-policy .sub-section {
  padding-bottom: 48px;
}
.ir-policy .sub-section:not(:last-of-type) {
  margin-bottom: 48px;
}

/*----------------------------------------
トップ
----------------------------------------*/
.ir-notice .ir-section a {
  color: var(--gray);
}
.ir-notice .ir-section p {
  font-size: 14px;
}
.ir-notice .xj-list dl {
  padding: 0;
}

/*----------------------------------------
.div-block-4の上書き
----------------------------------------*/
.div-block-4 {
  width: 984px !important;
  padding-right: 32px !important;
  padding-left: 32px !important;
}
@media screen and (max-width: 840px) {
  .div-block-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 100% !important;
    max-width: 480px;
  }
}
