body {
  background-color: #ffffff;
}
#pankuzu {
  margin-inline: auto !important;
  max-width: 1240px;
  width: 100%;
}
body .pl_s.pr_s.pt_xs.pb_l.clfx {
  /* overflow: auto;
  overflow-x: hidden; */
  width: 100%;
  margin-inline: auto !important;
  max-width: 1240px;
}

@media (min-width: 480px) {
  body .btn_to_top {
    right: 100px;
    left: auto;
    margin-left: 500px;
  }
}
body #header {
  margin-inline: auto;
  max-width: 1240px;
  width: 100%;
  font-family:
    "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica,
    Arial, sans-serif;
  z-index: 10002;
}

body #header p.login a {
  line-height: 1;
  padding-left: 35px;
}

@media (min-width: 480px) {
  body #header #h_submenu {
    top: 55px;
    letter-spacing: 0;
  }
  body #header #h_submenu li {
    margin-left: 20px;
  }
}
body #header #h_code {
  letter-spacing: 0;
  top: 61px;
}

body #header input#mf-search-bar_input::-webkit-input-placeholder {
  color: #757575;
}

body #header input#mf-search-bar_input::-moz-placeholder {
  color: #757575;
}

body #header input#mf-search-bar_input:-ms-input-placeholder {
  color: #757575;
}

body #header input#mf-search-bar_input::-ms-input-placeholder {
  color: #757575;
}

body #header input#mf-search-bar_input::placeholder {
  color: #757575;
}

body #header #h_font_size dt {
  letter-spacing: 0;
}

@media (min-width: 480px) {
  body #header .h_g_menu {
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #009900;
  }
  body #header .h_g_menu dd.h_g_menu_01_01 {
    top: 64px;
  }
}
body #header .h_g_menu > dt > a {
  text-align: center;
  padding: 12px 10px;
}

body #header #h_sp_menu {
  width: 100%;
}

body #header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #009900;
  pointer-events: none;
  z-index: 1;
}

body #footer {
  margin-inline: auto;
  max-width: 1240px;
  font-family:
    "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica,
    Arial, sans-serif;
}

body #footer #footer_link,
body #footer #footer_group {
  width: calc(100% - 40px);
}

body #footer #footer_link li,
body #footer #footer_group li {
  line-height: 1.1;
  letter-spacing: 0;
}

body #footer #footer_link li a,
body #footer #footer_group li a {
  text-decoration: underline;
}

body #footer #footer_copyright {
  max-width: 1240px;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 480px) {
  body #wrapper {
    min-width: 1240px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  body #wrapper {
    min-width: auto;
    width: 100%;
  }
  body .pl_s.pr_s.pt_xs.pb_l.clfx {
    min-width: auto;
    padding-inline: 0 !important;
    /* overflow: hidden !important; */
  }
  body #header {
    width: 100%;
  }
  body #header::after {
    content: none;
  }
  body #footer {
    width: 100%;
    padding-inline: 0;
  }
  body #footer #footer_link,
  body #footer #footer_group {
    width: 100%;
  }
}
/*  floatMenu custom css
 */
.side_menu .floatMenu li img {
  border: none;
  width: auto;
}
/* news custom css */
#contents {
  width: 100%;
}
#contents .dl_news:first-child {
  margin-top: 96px;
}
#contents .dl_news {
  display: flex;
  flex-wrap: wrap;
  padding-block: 18px;
  box-sizing: border-box;
  margin-bottom: 0;
}
#contents .dl_news dd.dd_txt {
  width: 100%;
  margin-left: 0 !important;
}
#contents .dl_news dd.dd_txt p {
  padding-left: 0;
  margin-bottom: 0;
}
#contents .dl_news dt {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #546a75;
  margin-bottom: 10px;
}
#contents .dl_news dd.dd_txt a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0b2a3a;
  padding-right: 34px;
  position: relative;
  transition: color 0.17s linear;
}
#contents .dl_news dd.dd_txt a::after {
  content: "";
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center center;
  background: #009900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  mask-image: url(/assets/images/components/icons/ico_chevron_right.svg);
  transition: right 0.25s cubic-bezier(0.33, 0, 0.24, 1);
  right: 0;
}
#contents .dl_news dd.dd_txt a:hover {
  color: #009900;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
}
#contents .dl_news dd.dd_txt a:hover:after {
  right: -3.5px;
}
#contents h2 {
  all: unset;
}
#contents h2:not(.operator__title) {
  color: #0b2a3a;
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  padding-block: 47px 90px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 98.4%,
    rgba(236, 245, 234, 1) 98.4%
  );
  border-bottom: 6px solid #ecf5ea;
}
#contents .news__title {
  margin-inline: -20px;
  padding-inline: 20px;
}

#contents .news__title:before,
#contents .h3_date:before {
  content: "";
  width: 20px;
  height: 75px;
  top: -45px;
  right: 0;
  z-index: 1;
  position: absolute;
  background-image: url(/assets/images/common/ico_union1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
#contents .h3_date:before {
  top: -70px;
}
#contents .news__title::after,
#contents .news__title__sub::after {
  content: "";
  width: 129px;
  height: 90px;
  bottom: -6px;
  top: auto;
  right: 0;
  z-index: 1;
  position: absolute;
  background-image: url(/assets/images/common/ico_union2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#contents h2.operator__title {
  color: #2f691d;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}
#contents h3.c-headline--s {
  color: #0b2a3a;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: none;
  margin-bottom: 0;
  padding-top: 0;
}
#contents h3.h3_date {
  color: #546a75;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.0375em;
  padding-bottom: 16px;
  padding-top: 47px;
  display: block;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 98.4%,
    rgba(236, 245, 234, 1) 98.4%
  );
  margin-inline: -20px;
  padding-inline: 20px;
}
#contents h3:not(.c-headline--s, .h3_date) {
  all: unset;
  color: #0b2a3a;
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 90px;
  display: block;
}
#contents h3:not(.c-headline--s, .h3_date).news__title__sub {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 98.4%,
    rgba(236, 245, 234, 1) 98.4%
  );
  border-bottom: 6px solid #ecf5ea;
  margin-inline: -20px;
  padding-inline: 20px;
  position: relative;
}
#contents p,
.table_wrap > span {
  color: #0b2a3a;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#contents table.table_normal th {
  all: unset;
}
#contents table.table_normal {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px 0;
}
#contents table.table_normal th {
  width: auto;
}
#contents .table_wrap table.table_normal th:first-child {
  width: 150px;
}
#contents table.table_normal a {
  color: #009900;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
  background-repeat: no-repeat;
  background-position: center right;
  border: 2px solid transparent;
  border-radius: 4px;
  transition:
    border 0.17s linear,
    outline 0.17s linear;
}
#contents table.table_normal a:hover {
  color: #009900;
  border: 2px solid #009900;
  text-decoration: underline;
}
#contents table.table_normal th,
#contents table.table_normal td {
  display: table-cell;
  padding: 10px 16px 14px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #cacaca;
}
#contents table.table_normal th {
  background-color: #eaeff0;
  color: #546a75;
  font-weight: bold;
  text-align: center;
}
#contents table.table_normal td {
  color: #0b2a3a;
  line-height: 1.8;
}
#contents .pcFl {
  max-width: 980px;
  margin-inline: auto;
  display: grid;
  gap: 32px;
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}
#contents .pcFl img {
  width: 100%;
  height: auto;
  display: block;
}
#contents .pc_fl_left {
  width: 100%;
  float: none;
}
#contents .pc_fl_right {
  width: 100%;
  float: none;
}
#contents ul.list_link_sup a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.012em;
  font-family:
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #009900;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  border-radius: 4px;
  transition:
    border 0.17s linear,
    outline 0.17s linear;
}
#contents ul.list_link_sup li {
  padding: 0;
  background: transparent;
}
#contents ul.list_link_sup a:hover {
  color: #009900;
  border: 2px solid #009900;
  text-decoration: underline;
}
#contents .notes {
  color: #546a75;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#contents .notes a {
  color: #009900;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
  background-repeat: no-repeat;
  background-position: center right;
  border: 2px solid transparent;
  border-radius: 4px;
  transition:
    border 0.17s linear,
    outline 0.17s linear;
}
#contents .notes a:hover {
  color: #009900;
  border: 2px solid #009900;
}
#contents p.table_title {
  font-size: 1.6rem;
}
#pankuzu {
  font-size: 1.2rem;
  color: #546a75;
  display: block;
  padding: 16px 24px 0;
  line-height: 1.6;
}
#pankuzu a {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.0116666667em;
  font-weight: 400;
  position: relative;
  color: #546a75;
  text-decoration: underline;
  text-underline-offset: 0.2ex;
}
@media screen and (min-width: 479px) {
  #contents ul.list_link_sup a {
    border: 2px solid transparent;
  }
}
@media screen and (max-width: 479px) {
  #contents .dl_news:first-child {
    margin-top: 0;
  }
  #contents .news__title,
  #contents h3:not(.c-headline--s, .h3_date).news__title__sub,
  #contents h3.h3_date {
    margin-inline: -24px;
    padding-inline: 24px;
  }

  #contents h2:not(.operator__title),
  #contents h3:not(.c-headline--s, .h3_date).news__title__sub,
  #contents h3.h3_date {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 96.9%,
      rgba(236, 245, 234, 1) 96.9%
    );
  }
  #contents .news__title:before,
  #contents .h3_date:before {
    content: "";
    width: 16px;
    height: 75px;
    top: -70px;
    right: -4px;
    z-index: 1;
    position: absolute;
    background-image: url(/assets/images/common/ico_union1_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
  }
  #contents .news__title::after,
  #contents .news__title__sub::after {
    content: "";
    width: 120px;
    height: 98px;
    bottom: -6px;
    top: auto;
    right: -4px;
    z-index: 1;
    position: absolute;
    background-image: url(/assets/images/common/ico_union2_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .nisa-operator .l-inner {
    padding-inline: 0;
  }
  .note-point,
  .pb-custom70 {
    margin-inline: -24px;
  }

  #contents {
    padding-inline: 24px;
  }
  #contents h2:not(.operator__title) {
    padding-block: 32px 43px;
    font-size: 3.2rem;
    padding-inline: 24px;
  }
  #contents h3:not(.c-headline--s, .h3_date) {
    padding-bottom: 45px;
    font-size: 3.2rem;
    margin-inline: -24px;
    padding-inline: 24px;
  }
  #contents h3.h3_date {
    padding-top: 32px;
    margin-inline: -24px;
    padding-inline: 24px;
  }
  #contents .table_wrap table.table_normal th:first-child {
    width: 55px;
  }

  #contents table.table_normal th,
  #contents table.table_normal td {
    padding: 11px 14px 13px 16px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  #contents .pcFl {
    max-width: 300px;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}

.side_menu_bottom {
    display: none;
}

.c-btn-load {
    display: none;
}

#contents .dl_news dd p {
    background: none;
}

@media (max-width: 479px) {
  body #footer {
    padding-top: 20px !important;
  }
  #header {position: absolute;}
}