@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
body,
select,
input,
button,
textarea,
:before,
:after,
.u-font_gothic,
.u-font_gothicBefore:before,
.u-font_gothicAfter:after,
.u-font_gothic select,
.u-font_gothic input,
.u-font_gothic button,
.u-font_gothic textarea,
.ui-widget {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
.wf-active body,
.wf-active select,
.wf-active input,
.wf-active button,
.wf-active textarea,
.wf-active :before,
.wf-active :after,
.wf-active .u-font_gothic,
.wf-active .u-font_gothicBefore:before,
.wf-active .u-font_gothicAfter:after,
.wf-active .u-font_gothic select,
.wf-active .u-font_gothic input,
.wf-active .u-font_gothic button,
.wf-active .u-font_gothic textarea,
.wf-active .ui-widget {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
}

.u-font_mincho,
.u-font_minchoBefore:before,
.u-font_minchoAfter:after {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}
.u-font_Roboto, .u-font_Roboto--content_before:before, .u-font_Roboto--content_after:after {
  font-family: "Roboto", sans-serif;
}

@keyframes u-key_poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -50%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes u-key_fluffy {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.u-show_media {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-show_media {
    display: inline-block;
  }
}
@media screen and (min-width: 1px) and (max-width: 479px) {
  .u-show_media {
    display: inline-block;
  }
}
@media print {
  .u-show_media {
    display: inline-block;
  }
}

.u-hide_media {
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-hide_media {
    display: none !important;
  }
}

.u-show_desktop {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-show_desktop {
    display: inline-block;
  }
}

.u-hide_desktop {
  display: none;
}
@media screen and (min-width: 1023px) {
  .u-hide_desktop {
    display: inline-block;
  }
}
@media print {
  .u-hide_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 479px) {
  .u-show_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 479px) {
  .u-show_tablet {
    display: none !important;
  }
}
@media print {
  .u-show_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 479px) and (max-width: 1023px) {
  .u-hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 479px) {
  .u-show_mobile {
    display: none !important;
  }
}
@media print {
  .u-show_mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .u-hide_mobile {
    display: none !important;
  }
}

@media print {
  .u-print_hide {
    display: none !important;
  }
}

.u-inner {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-inner {
    max-width: 540px;
  }
}
.u-inner--width_wide {
  max-width: none;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-inner--width_wide {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-inner--width_1100 {
  max-width: 1140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-inner--width_1100 {
    max-width: 540px;
  }
}
.u-inner--width_860 {
  max-width: 900px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-inner--width_860 {
    max-width: 540px;
  }
}
.u-inner--width_750 {
  max-width: 790px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-inner--width_750 {
    max-width: 540px;
  }
}
.u-inner--width_500 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-inner--width_500 {
    max-width: 540px;
  }
}
.u-inner_child {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.u-inner_child--width_1000 {
  max-width: 1000px;
}
.u-inner_child--width_760 {
  max-width: 760px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-inner_child--width_1000 {
    max-width: 1000px;
  }
}
.u-mg_t-300 {
  margin-top: 300px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_t-300 {
    margin-top: 200px;
  }
}

.u-mg_t-260 {
  margin-top: 260px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_t-260 {
    margin-top: 180px;
  }
}

.u-mg_t-200 {
  margin-top: 200px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_t-200 {
    margin-top: 140px;
  }
}

.u-mg_t-160 {
  margin-top: 160px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_t-160 {
    margin-top: 110px;
  }
}

.u-mg_t-140 {
  margin-top: 140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_t-140 {
    margin-top: 90px;
  }
}

.u-mg_t-120 {
  margin-top: 120px;
}
.u-mg_t-100 {
  margin-top: 100px;
}
.u-mg_t-90 {
  margin-top: 90px;
}
.u-mg_t-80 {
  margin-top: 80px;
}
.u-mg_t-70 {
  margin-top: 70px;
}
.u-mg_t-60 {
  margin-top: 60px;
}
.u-mg_t-50 {
  margin-top: 50px;
}
.u-mg_t-40 {
  margin-top: 40px;
}
.u-mg_t-30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_t-30 {
    margin-top: 20px;
  }
}

.u-mg_t-20 {
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_t-20 {
    margin-top: 15px;
  }
}

.u-mg_t-15 {
  margin-top: 15px;
}
.u-mg_t-10 {
  margin-top: 10px;
}
.u-mg_t-5 {
  margin-top: 5px;
}
.u-mg_t--40 {
  margin-top: -40px;
}
.u-mg_t--20 {
  margin-top: -20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-15 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t-0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_t--80 {
    margin-top: -80px;
  }
}

.u-mg_b-200 {
  margin-bottom: 200px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-200 {
    margin-bottom: 100px;
  }
}

.u-mg_b-160 {
  margin-bottom: 160px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-160 {
    margin-bottom: 110px;
  }
}

.u-mg_b-140 {
  margin-bottom: 140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-140 {
    margin-bottom: 90px;
  }
}

.u-mg_b-120 {
  margin-bottom: 120px;
}

.u-mg_b-90 {
  margin-bottom: 90px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-90 {
    margin-bottom: 60px;
  }
}

.u-mg_b-80 {
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-80 {
    margin-bottom: 60px;
  }
}

.u-mg_b-70 {
  margin-bottom: 70px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-70 {
    margin-bottom: 50px;
  }
}

.u-mg_b-60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-60 {
    margin-bottom: 40px;
  }
}

.u-mg_b-50 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-50 {
    margin-bottom: 50px;
  }
}

.u-mg_b-30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-30 {
    margin-bottom: 20px;
  }
}

.u-mg_b-20 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-mg_b-20 {
    margin-bottom: 10px;
  }
}

.u-mg_b--20 {
  margin-bottom: -20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b--80 {
    margin-bottom: -80px;
  }
}

.u-mgl_default {
  margin-left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-60 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-80 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-mg_b-120 {
    margin-bottom: 120px;
  }
}

.u-pd_t-160 {
  padding-top: 160px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-160 {
    padding-top: 110px;
  }
}

.u-pd_t-140 {
  padding-top: 140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-140 {
    padding-top: 90px;
  }
}

.u-pd_t-150 {
  padding-top: 150px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-150 {
    padding-top: 100px;
  }
}

.u-pd_t-100 {
  padding-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-100 {
    padding-top: 70px;
  }
}

.u-pd_t-90 {
  padding-top: 90px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-90 {
    padding-top: 60px;
  }
}

.u-pd_t-80 {
  padding-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-80 {
    padding-top: 50px;
  }
}

.u-pd_t-70 {
  padding-top: 70px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-70 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-pd_t-70 {
    padding-top: 70px;
  }
}

.u-pd_t-60 {
  padding-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-60 {
    padding-top: 40px;
  }
}

.u-pd_t-50 {
  padding-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_t-50 {
    padding-top: 30px;
  }
}

.u-pd_t-30 {
  padding-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-pd_t-0 {
    padding-top: 0;
  }
}

.u-pd_b-180 {
  padding-bottom: 180px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_b-180 {
    padding-bottom: 140px;
  }
}

.u-pd_b-160 {
  padding-bottom: 160px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_b-160 {
    padding-bottom: 110px;
  }
}

.u-pd_b-140 {
  padding-bottom: 140px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_b-140 {
    padding-bottom: 90px;
  }
}

.u-pd_b-100 {
  padding-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_b-100 {
    padding-bottom: 80px;
  }
}

.u-pd_b-80 {
  padding-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-pd_b-80 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-pd_b-100 {
    padding-bottom: 100px;
  }
}

.u_m-pd-20 {
  padding: 20px;
}

.u_m-pd-40 {
  padding: 40px;
}

.u-text_normal {
  font-weight: 300;
}

.u-text_bold {
  font-weight: 700;
}

.u-text_italic {
  font-style: italic;
}

.u-text_center {
  text-align: center;
}

.u-text_left {
  text-align: left;
}

.u-text_right {
  text-align: right;
}

.u-text_sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.u-text_sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

.u-text_indent {
  text-indent: 1em;
}

.u-text_large {
  font-size: 110%;
}

.u-text_small {
  font-size: 80%;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u_m-text_center {
    text-align: center;
  }
  .u_m-text_left {
    text-align: left;
  }
  .u_m-text_right {
    text-align: right;
  }
  .u_m-text_large {
    font-size: 110%;
  }
  .u_m-text_small {
    font-size: 80%;
  }
}
.u-text_marker {
  background: linear-gradient(transparent 60%, #0D3387 60%);
}

.u-color_default {
  color: #333;
}

.u-color_main {
  color: #0D3387;
}

.u-color_red {
  color: #f00;
}

.u-lead, .u-copy, .u-copy2, .u-text, .u-lead2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
}
.u-lead a, .u-copy a, .u-copy2 a, .u-text a, .u-lead2 a {
  color: #0D3387;
}

.u-lead2 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-text {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-copy, .u-copy2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.u-copy2 {
  font-size: 20px;
  font-size: 2rem;
}

.u-scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.u-scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
}
.u-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0D3387;
}

.u-scrollon {
  opacity: 0;
  transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
  transform: translateY(30px);
}
.u-scrollon--type_reverse {
  transform: translateY(-30px);
}
.u-scrollon.is-scrollon_active {
  opacity: 1;
  transform: translateY(0px);
}

.u-typewriter_string {
  display: inline-block;
}
.u-typewriter_string > * {
  display: inline-block;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
}
.u-typewriter_string > *.is-typewriter_active {
  opacity: 1;
}

.u-anchor {
  padding-top: 80px;
  margin-top: -80px;
}
img.u-img_border {
  border: solid 1px #DDDDDD;
}
.u-figure a {
  display: block;
}
.u-figure img {
  max-width: 100%;
}
.u-figure_note {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-figure_note {
    display: block;
  }
}

.u-area {
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-area {
    padding: 20px;
  }
}

.u-icon {
  display: inline-block;
  margin-right: 0.25em;
  padding: 0.15em 0.5em;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 4px;
}
.u-grid_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -15px;
}
.u-grid_cell {
  display: block;
  padding: 15px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-table--m-layout_column .u-table_row {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .u-table--m-layout_column .u-table_head, .u-table--m-layout_column .u-table_body {
    display: block;
  }
}
.u-table_head {
  padding-right: 1em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  html.is-menu_open {
    overflow: hidden !important;
  }
}

html.is-sessio_no-concerned {
  overflow: hidden;
}
.g-body {
  background: #fff;
  color: #333;
}
@media print {
  .g-body {
    background-image: none;
    background-color: #fff;
  }
}

.g-wrapper {
  overflow: hidden;
}
.g-container {
  min-height: calc(100vh - 0px);
  min-height: calc(100svh - 0px);
}
@media screen and (min-width: 1023px) {
  .g-container {
    min-height: calc(100vh - 0px);
    min-height: calc(100svh - 0px);
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .g-container {
    margin-top: 55px;
  }
}

.l-header {
  border-bottom: 1px solid #ddd;
}
.l-header .head_info {
  align-items: center;
}
.l-header .head_info ul li:last-child {
  padding-right: 0;
}

.gnavi li {
  margin-left: 30px;
  font-weight: 500;
}
.gnavi li a {
  position: relative;
  display: block;
  color: #333;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.gnavi li.mega_trg a::after {
  content: none;
}

.mega_menu {
  background: #fff;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 40px 0 60px 0;
}
.mega_menu {
  background:#F1F2F4;
  position: absolute;
  left: -100%;
  right: -100%;
  width: 100vw;
  margin: auto;
  padding: 25px 0;
  z-index: 10000;
  display: none;
}
/* 順番が異なるため調整用 */
.mega_menu {
  background: #fff;
  padding: 40px 0 60px 0;
}

.mega_menu ul li ul li span {
  text-align: left;
}
.mega_menu ul li.current:after {
  background: red;
}

.mega_menu ul li i::before {
  content: "";
}

.gnavi li.mega_trg.current a::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0;
  background: #004098;
  width: 95%;
  height: 3px;
  opacity: 1;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
  z-index: 1;
  -ms-transition: all 0.3s ease;
}

.mega_menu ul li {
  margin-bottom: 5px;
}

.gnavi .g-menu_title {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.gnavi .g-menu_title a {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  border-bottom: none !important;
}
.gnavi .g-menu_title a:before {
  border-bottom: none !important;
  background: none !important;
}
.gnavi .g-menu_title a:before:hover {
  border-bottom: none !important;
  background: none !important;
}
.gnavi .g-menu_title a:hover {
  border-bottom: none !important;
  background: none !important;
}
.gnavi .g-menu_title span::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 6px;
  display: block;
  background: url(../img/common/arrow.png);
  background-size: cover;
  width: 16px;
  height: 16px;
}
.gnavi .g-menu_title__min {
  font-weight: bold;
  font-size: 1.4rem;
}
.gnavi .c-link_blank {
  display: inline-block;
  position: relative;
}
.gnavi .c-link_blank:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border: solid 1px #0D3387;
  right: -15px;
  top: 3px;
  background: #fff;
  z-index: 2;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.gnavi .c-link_blank:after {
  content: "";
  width: 10px;
  height: 8px;
  border: solid 1px #0D3387;
  position: absolute;
  right: -17px;
  top: 4px;
  background: #fff;
  z-index: 1;
}

.mega_menu ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.mega_menu ul li {
  width: 25%;
  float: none;
  margin-left: 0;
  text-align: left;
  margin-right: 0;
  margin-bottom: 24px;
}

.g-menu_container {
  display: flex;
  flex-wrap: wrap;
}
.g-menu_item {
  width: 25%;
}
.g-menu_item ul {
  display: flex;
  flex-wrap: wrap;
}
.g-menu_item ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
}
.g-menu_item ul li a {
  font-weight: normal;
}
.g-menu_container:first-of-type {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.g-menu a::before {
  border-bottom: none !important;
}

.search {
  min-width: 190px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .search {
    min-width: auto;
  }
}
.search form.gsc-search-box {
  margin-right: 0;
  margin-bottom: 0;
}
.search table.gsc-search-box {
  margin-bottom: 0;
}
.search table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.search table.gsc-search-box td {
  vertical-align: middle;
  border: none;
  padding: 0;
}
.search .gsc-search-button-v2 {
  font-size: 0;
  padding: 3px 4px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 2px;
  border-color: #ccc;
  background-color: #ddd;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}
.search table.gsc-search-box td.gsc-input {
  padding-right: 2px;
}
.search .gsc-input-box {
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 0;
}
.search .gsib_a {
  line-height: 13px;
}
.search .gsib_a input.gsc-input {
  background: #f6f6f6 !important;
  font-size: 13px;
}
.search .gscb_a {
  line-height: 13px;
}
.search .gsc-input {
  font-size: 13px;
}
.search .gscb_a {
  display: inline-block;
  font: 16px/16px arial, sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .sp_search {
    min-width: auto;
  }
  .sp_search th,
  .sp_search td {
    padding: 0;
    border: none;
    vertical-align: top;
  }
  .sp_search .gsc-search-box-tools .gsc-search-box .gsc-input {
    outline: none;
    background: #f6f6f6 !important;
    padding: 1px;
  }
  .sp_search .gsc-input-box {
    padding-top: 6px;
    padding-bottom: 5px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .sp_search .gsc-input-box {
    border: none;
    background: #fff;
  }
  .sp_search .gsc-input-box table {
    width: 100%;
    padding: 0px;
    margin-bottom: 0;
  }
  .sp_search .gsc-input-box {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #ccc;
  }
  .sp_search .gsc-search-button-v2 {
    border: 1px solid #ccc;
    color: #fff;
    background: #ccc url(../img/header/search_btn.png) no-repeat center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .sp_search .gsc-input-box {
    background: #f6f6f6;
    border: 1px solid #ccc;
    /* padding: 1px; */
  }
}

.l-menu_ir .l-menu_title {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-menu_ir .l-menu_title {
    font-size: 1.6rem;
  }
}
.l-menu_ir .l-menu_title a {
  padding-right: 15px;
  padding-bottom: 20px;
  color: #333;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-menu_ir .l-menu_title a {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.l-menu_ir .l-menu_title span {
  position: relative;
}
.l-menu_ir .l-menu_title span::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 7px;
  display: block;
  background: url(../img/common/arrow.png);
  background-size: cover;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-menu_ir .l-menu_title span::after {
    right: -24px;
    top: 2px;
  }
}
.l-menu_ir .l-menu_container {
  display: flex;
  flex-wrap: wrap;
}
.l-menu_ir .l-menu_container .l-menu_item {
  width: 33.3%;
  margin-bottom: 90px;
}
.l-menu_ir .l-menu_container .l-menu_item ul {
  display: flex;
  flex-wrap: wrap;
}
.l-menu_ir .l-menu_container .l-menu_item ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
}
.l-menu_ir .l-menu_container .l-menu_item ul li a {
  position: relative;
  display: block;
  color: #333;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-menu_ir .l-menu_container .l-menu_item ul li a {
    font-size: 1.4rem;
  }
}
.l-menu_ir .l-menu_container .l-menu_item ul li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-menu_ir .l-menu_container .l-menu_item ul li span {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-menu_ir .l-menu_container .l-menu_item ul li {
    width: 50%;
    padding: 10px 0;
  }
}
.l-menu_ir .l-menu_container .l-menu_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-menu_ir .l-menu_container .l-menu_item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.l-footer .c-link_blank:before {
  background-color: #f1f2f4;
  right: -15px;
  top: 25%;
}
.l-footer .c-link_blank:after {
  right: -17px;
  top: 29%;
  background-color: #f1f2f4;
}
.l-footer .fnavi .navi_list:nth-child(3) {
  flex-grow: 1;
}

.drawer ul .parent span.c-link_blank {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  font-size: 1.4rem;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .drawer ul .parent span.c-link_blank {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.4rem;
  }
  .drawer ul .parent span.c-link_blank:after {
    content: "";
    width: 10px;
    height: 8px;
    border: solid 1px #0D3387;
    position: absolute;
    right: 10px;
    top: 40%;
    background: #fff;
    z-index: 1;
  }
}
.drawer ul .child strong.c-link_blank::before {
  right: -15px;
  top: 33%;
}
.drawer ul .child strong.c-link_blank::after {
  right: -17px;
  top: 38%;
}

.g-breadcrumb_frame {
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.g-breadcrumb_items {
  display: flex;
}
.g-breadcrumb_item {
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.g-breadcrumb_item a {
  text-decoration: none;
}
.g-breadcrumb_item a:hover {
  opacity: 0.7;
}
.g-breadcrumb_item:before {
  content: ">";
  margin: 0 0.5em;
  opacity: 0.5;
}
.g-breadcrumb_item:first-child:before {
  display: none;
}
.g-breadcrumb_item:last-child {
  padding-right: 20px;
}
.g-breadcrumb_item:last-child a {
  color: #333;
  cursor: default;
  pointer-events: none;
}
.g-breadcrumb_item:last-child a:hover {
  opacity: 1;
}
.g-breadcrumb_box {
  display: inline-block;
}
.g-breadcrumb_item:first-child .g-breadcrumb_box {
  color: #0D3387;
}
.g-breadcrumb_name {
  font-weight: 400;
  opacity: 0.5;
}
.g-breadcrumb_item:last-child .g-breadcrumb_name {
  opacity: 1;
}

a:link {
  color: #333;
  text-decoration: none;
}

.fa-caret-right:before {
  font-family: fontAwesome;
}

.fa-angle-right:before {
  font-family: fontAwesome;
}

/* Breadrumbs
 * -------------------------------------------------- */
#breadcrumbs {
  line-height: 1;
}

.breadcrumbs-list {
  padding: 15px 0 0px;
  letter-spacing: -0.4em;
}

.breadcrumbs-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  color: #0D3387;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: normal;
}

.breadcrumbs-list-item:before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  color: #939393;
}

.breadcrumbs-list-item:first-child:before {
  display: none;
}

.breadcrumbs-list-a {
  color: #939393;
}

.c-title {
  margin-top: 90px;
  padding-bottom: 118px;
  margin-bottom: 90px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-title {
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
}

.c-childTitle {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
}

.c-section-text {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 50px;
}

.c-section-text__caption {
  font-size: 1.4rem;
}

.c-section_container_img {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.c-section_container_img .c-section_text {
  width: calc(100% - 300px);
  padding-right: 70px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section_container_img .c-section_text {
    width: 100%;
    padding-right: 0;
  }
}

.c-section_order1 {
  order: 1;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section_order1 {
    order: 2;
    width: 100%;
  }
}

.c-section_order2 {
  order: 2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section_order2 {
    order: 1;
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-page_ancar .c-section {
    padding-top: 56px;
    margin-top: -56px;
  }
}

/*c-table*/
.c-table {
  font-size: 16px;
  border-top: 1px solid #DDDDDD;
}
.c-table th,
.c-table td {
  padding: 30px 0;
  border: none;
  font-weight: 500;
  vertical-align: middle;
}
.c-table th {
  font-weight: 800;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.c-table-type1 .c-table-row {
    padding: 24px 0;
    display: block;
  }
  .c-table.c-table-type1 th,
  .c-table.c-table-type1 td {
    padding: 0 0;
    width: 100%;
    display: block;
  }
  .c-table.c-table-type1 th {
    padding-bottom: 5px;
  }
  .c-table.c-table-type1 td {
    padding-top: 5px;
  }
}
.c-table.table-type4 {
  font-size: 14px;
}
.c-table.table-type4 th {
  padding: 15px 0;
  width: 19%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type4 th {
    width: 20%;
  }
}
.c-table.table-type4 td {
  padding: 15px;
  border-left: 1px solid #CCC;
}
.c-table.table-type4.u_m-text_left th {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.c-table.table-type4.u_m-text_center th {
  text-align: center;
}
.c-table.table-type2 {
  font-size: 14px;
}
.c-table.table-type2 .table-type2-head {
  background-color: #F0F2F4;
}
.c-table.table-type2 .table-type2-subject {
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type2 .table-type2-subject {
    padding: 10px;
  }
}
.c-table.table-type2 .c-table-data {
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type2 .c-table-data {
    padding: 10px;
  }
}
.c-table.table-type2.u_m-text_left th {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.c-table.table-type2.u_m-text_center th {
  text-align: center;
}
.c-table.table-type2 .table-type2-subject {
  border-right: 1px solid #DDDDDD;
}
.c-table.table-type2 .table-type2-subject:last-of-type {
  border-right: none;
}
.c-table.table-type2 .c-table-data {
  border-right: 1px solid #DDDDDD;
}
.c-table.table-type2 .c-table-data:last-of-type {
  border-right: none;
}
.c-table.table-type2 .c-table-body .table-type2-subject {
  border-right: 1px solid #DDDDDD;
}
.c-table.c-table-type3 {
  text-align: left;
}
.c-table.c-table-type3 .c-table-type3-head {
  background-color: #F0F2F4;
}
.c-table.c-table-type3 .c-table-subject {
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.c-table-type3 .c-table-subject {
    padding: 10px;
  }
}
.c-table.c-table-type3 .c-table-type3-subject {
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.c-table-type3 .c-table-type3-subject {
    padding: 10px;
  }
}
.c-table.c-table-type3 .c-table-data {
  padding: 30px;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.c-table-type3 .c-table-data {
    padding: 10px;
  }
}
.c-table.c-table-type3.u_m-text_left th {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.c-table.c-table-type3.u_m-text_center th {
  text-align: center;
}
.c-table.c-table-type3 .c-table-subject {
  border-right: 1px solid #DDDDDD;
}
.c-table.c-table-type3 .c-table-subject:last-of-type {
  border-right: none;
}
.c-table.c-table-type3 .c-table-data {
  border-right: 1px solid #DDDDDD;
}
.c-table.c-table-type3 .c-table-data:last-of-type {
  border-right: none;
}
.c-table.c-table-type3 .c-table-body .c-table-subject {
  border-right: 1px solid #DDDDDD;
  padding: 30px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.c-table-type3 .c-table-body .c-table-subject {
    padding: 10px;
  }
}
.c-table .c-table-subject.c-table-border-right {
  border-right: 1px solid #CCC;
}
.c-table .c-table-subject.c-table-border-left {
  border-left: 1px solid #CCC;
}
.c-table .c-table-subject.u_m-text_center {
  text-align: center;
}
.c-table .c-table-subject.u_m-text_left {
  text-align: left;
}
.c-table.table-type5 {
  font-size: 14px;
}
.c-table.table-type5 th {
  padding: 15px 0;
  width: 15%;
  text-align: center;
  border-left: 1px solid #CCC;
  background-color: #F0F2F4;
}
.c-table.table-type5 th:first-of-type {
  border-left: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type5 th {
    padding: 10px;
  }
}
.c-table.table-type5 .c-table-type5-data_wide {
  width: 30%;
}
.c-table.table-type5 td {
  padding: 15px;
  border-left: 1px solid #CCC;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type5 td {
    padding: 10px;
  }
}
.c-table.table-type5 td.u_m-text_left {
  text-align: left;
}
.c-table.table-type5 td:first-of-type {
  border-left: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type5 td:first-of-type {
    padding-left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type5 td:last-of-type {
    padding-right: 0;
  }
}
.c-table.table-type5-subject {
  text-align: left;
}
.c-table.table-type5.u_m-text_left th {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.c-table.table-type5.u_m-text_center th {
  text-align: center;
}
.c-table.table-type6 {
  font-size: 14px;
}
.c-table.table-type6 th {
  padding: 15px;
  width: 25%;
  background-color: #F0F2F4;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type6 th {
    width: 40%;
    padding: 10px;
  }
}
.c-table.table-type6 th.u_m-text_left {
  text-align: left;
}
.c-table.table-type6 td {
  padding: 15px;
  border-left: 1px solid #CCC;
}
.c-table.table-type6 td.u_m-text_left {
  text-align: left;
}
.c-table.table-type6.u_m-text_center th {
  text-align: center;
}
.c-table.table-type7 {
  font-size: 14px;
}
.c-table.table-type7 .table-type7-head {
  background-color: #F0F2F4;
}
.c-table.table-type7 .table-type7-subject {
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type7 .table-type7-subject {
    padding: 10px;
  }
}
.c-table.table-type7 .table-type7-data {
  padding: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-table.table-type7 .table-type7-data {
    padding: 10px;
  }
}
.c-table.table-type7.u_m-text_left th {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.c-table.table-type7.u_m-text_center th {
  text-align: center;
}
.c-table.table-type7 .table-type7-subject:first-of-type {
  border-right: 1px solid #DDDDDD;
}
.c-table.table-type7 .c-table-data:first-of-type {
  border-right: 1px solid #DDDDDD;
}
.c-table .c-table-subject.c-table-border-right {
  border-right: 1px solid #CCC;
}
.c-table .c-table-subject.c-table-border-left {
  border-left: 1px solid #CCC;
}
.c-table .c-table-subject.u_m-text_center {
  text-align: center;
}
.c-table .c-table-subject.u_m-text_left {
  text-align: left;
}
.c-table-frame {
  width: 100%;
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}
.c-table-frame::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.c-table-frame::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}
.c-table-frame::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

.table-type4-caption {
  font-size: 1.8rem;
  font-weight: bold;
  background: #F0F2F4;
  padding: 10px 0;
}

.anchorList-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .anchorList-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .anchorList-list .anchorList-list-item {
    margin-bottom: 10px;
  }
}
.anchorList-list .anchorList-list-item .e-link_text span::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .anchorList-list {
    order: 2;
    width: 100%;
  }
}

.c-table-row {
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
}

.c-section-title {
  color: #0D3387;
  font-size: 28px;
  line-height: 1.5;
  border-bottom: 1px solid #0D3387;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.c-section-title .c-note {
  padding-left: 10px;
}

.c-note {
  font-size: 14px;
}

/* c-link
 * -------------------------------------------------- */
.c-link {
  color: #0070C0;
  text-decoration: underline;
}
.c-link:hover {
  color: #0070C0;
  text-decoration: none;
}
.c-link:visited {
  color: #0070C0;
}

a:link.c-link {
  color: #0070C0;
  text-decoration: underline;
}

a:link.c-link:hover {
  color: #0070C0;
  text-decoration: none;
}

a:link.breadcrumbs-list-a {
  color: #888888;
}

a:link.breadcrumbs-list-a {
  color: #888888;
}

/* c-colum
 * -------------------------------------------------- */
.c-colom_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-colom_container.c-colom__2 {
  margin-right: -20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-colom_container.c-colom__2 {
    margin-right: 0px;
  }
}
.c-colom_container.c-colom__2 .c-colom_item {
  width: 50%;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-colom_container.c-colom__2 .c-colom_item {
    width: 100%;
    padding-right: 0;
  }
}
.c-colom_container.c-colom__2 .c-colom_item img {
  width: 100%;
}
.c-colom_container.c-colom__2.l-list_button .e-button-link {
  width: 100%;
  max-width: none;
}
.c-colom_container.c-colom__2.l-list_button .c-colom_item {
  margin-bottom: 20px;
}
.c-colom_container.c-colom__2__wide {
  margin-right: -40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-colom_container.c-colom__2__wide {
    margin-right: 0px;
  }
}
.c-colom_container.c-colom__2__wide .c-colom_item {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-colom_container.c-colom__2__wide .c-colom_item {
    width: 100%;
    padding-right: 0;
  }
}
.c-colom_container.c-colom__2__wide .c-colom_item img {
  width: 100%;
}
.c-colom_container.c-colom__2__wide.l-list_button .e-button-link {
  width: 100%;
  max-width: none;
}
.c-colom_container.c-colom__2__wide.l-list_button .c-colom_item {
  margin-bottom: 20px;
}
.c-colom_container.c-colom__3 {
  margin-right: -20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-colom_container.c-colom__3 {
    margin-right: 0px;
  }
}
.c-colom_container.c-colom__3 .c-colom_item {
  width: 33.3%;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-colom_container.c-colom__3 .c-colom_item {
    width: 100%;
    padding-right: 0;
  }
}
.c-colom_container.c-colom__3 .c-colom_item img {
  width: 100%;
}
.c-colom_container.c-colom__3.l-list_button .e-button-link {
  width: 100%;
  max-width: none;
}
.c-colom_container.c-colom__3.l-list_button .c-colom_item {
  margin-bottom: 20px;
}

.c-column_figure {
  clear: both;
  display: flex;
  /* flex-wrap: wrap; */
  margin-left: -10px;
  margin-right: -10px;
}
.c-column_figure .c-section_img {
  padding: 0 10px;
}

/* button
 * -------------------------------------------------- */
.e-button-link {
  background: #0D3387;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  position: relative;
  display: block;
  max-width: 257px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 1;
}
.e-button-link.e-link_blank {
  max-width: 186px;
}
.e-button-link.e-link_blank.e-link_blank:before {
  content: "";
  width: 10px;
  height: 7px;
  border: solid 1px #fff;
  position: absolute;
  right: 12px;
  top: 37%;
  background: #0D3387;
  z-index: 2;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.e-button-link.e-link_blank.e-link_blank:after {
  content: "";
  width: 10px;
  height: 7px;
  border: solid 1px #fff;
  position: absolute;
  right: 10px;
  top: 40%;
  background: #0D3387;
  z-index: 1;
}
.e-button-link.e-link_dl {
  position: relative;
}
.e-button-link.e-link_dl::before {
  content: none;
}
.e-button-link.e-link_dl::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 13px;
  display: block;
  border: none;
  background: url(/_assets/img/ir/icon_dl.png);
  background-size: cover;
  width: 20px;
  height: 17px;
}

.e-button-link:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: rotate(45deg);
}

.e-link_pdf {
  font-size: 1.6rem;
  background: none;
  color: #0D3387;
  padding: 0;
  text-align: left;
  max-width: 100%;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-right: 40px;
}
.e-link_pdf:hover {
  text-decoration: none;
}
.e-link_pdf .c-icon__pdf {
  position: relative;
}
.e-link_pdf .c-icon__pdf:before {
  content: "PDF";
  height: auto;
  position: relative;
  display: inline-block;
  color: #0D3387;
  border: 1px solid #0D3387;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 1px 3px;
  margin-right: 2px;
  margin-left: 2px;
  top: -2px;
  font-style: normal;
}

.e-link_text {
  font-size: 1.6rem;
  background: none;
  color: #000;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 40px;
}
.e-link_text:hover {
  color: #0D3387;
  text-decoration: none;
}
.e-link_text span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  line-height: 1;
}
.e-link_text span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: url(../img/common/arrow.png);
  background-size: cover;
  width: 16px;
  height: 16px;
}

.section-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}

.section-subtitle__min {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #0D3387;
  line-height: 1.8;
}

.c-link_blank {
  position: relative;
}
.c-link_blank:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border: solid 1px #0D3387;
  right: 12px;
  top: 37%;
  background: #fff;
  z-index: 2;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.c-link_blank:after {
  content: "";
  width: 10px;
  height: 8px;
  border: solid 1px #0D3387;
  position: absolute;
  right: 10px;
  top: 40%;
  background: #fff;
  z-index: 1;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  border-top: 1px solid #ddd;
}

.accordion-area li {
  border-bottom: 1px solid #ddd;
}

.accordion-area section {
  border-top: 1px solid #ddd;
}

/*アコーディオンタイトル*/
.accordion-trigger {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 16px 0;
  transition: all 0.5s ease;
}

.accordion_button {
  position: relative;
  text-align: right;
  padding-right: 30px;
  margin-left: auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .accordion_button {
    display: flex;
    order: 3;
    margin-left: 0;
    margin-top: 24px;
  }
}

.accordion_button:before {
  content: "";
  position: absolute;
  border: 1px solid #0070C0;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.accordion_button span {
  position: relative;
  display: inline-block;
}

.accordion_button span::after {
  content: "経歴";
  display: inline-block;
  transition: all 0.5s ease;
  color: #0070C0;
  font-size: 1.6rem;
  padding-left: 1em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .accordion_button span::after {
    padding-left: 0;
  }
}

/*　closeというクラスがついたら形状変化　*/
.accordion-trigger.close span::after {
  content: "閉じる";
  padding-left: 0;
}

/*アイコンの＋と×*/
.accordion-trigger .accordion_button ::before,
.accordion-trigger .accordion_button::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  background-color: #0070C0;
  right: -27px;
  top: 8px;
}

.accordion-trigger .accordion_button::before {
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-trigger .accordion_button::after {
  right: 3px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

/*　closeというクラスがついたら形状変化　
.accordion-trigger.close .accordion_button::before{
}
*/
.accordion-trigger.close .accordion_button::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.accordion-box {
  display: none;
  /*はじめは非表示*/
}
.accordion-box table {
  margin-bottom: 0;
}

.c-section-block.c-block_Bg__gley {
  background: #F0F2F4;
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section-block.c-block_Bg__gley {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
  }
}
.c-section-block.c-block_Bg__gley .c-section__border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.c-section-block.c-block_Bg__gley .c-section-text {
  margin-bottom: auto;
}

/* list
 * -------------------------------------------------- */
.c-section-list {
  margin: 30px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  list-style-position: inside;
}
.c-section-list.c-disc {
  list-style-type: disc;
}
.c-section-list.c-decimal {
  list-style-type: decimal;
}
.c-section-list.c-lower-alpha {
  list-style-type: lower-alpha;
}
.c-section-list.c-upper-alpha {
  list-style-type: upper-alpha;
}
.c-section-list.c-katakana-iroha {
  list-style-type: katakana-iroha;
}
.c-section-list .c-section-list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.c-section-list .c-section-list-item:first-child {
  margin: 0;
}

.eir .s_eirSelect {
  border: 1px solid #0070C0;
  color: #0070C0;
  border-radius: 2px;
  text-align: center;
  padding: 10px 0;
  min-width: 187px;
  max-width: 187px;
}
.eir .s_eirHeading {
  display: block;
  background: none;
  color: #0D3387;
  font-size: 28px;
  line-height: 1.5;
  border-bottom: 1px solid #0D3387;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.eir .s_eirQuarter {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.eir .s_eirList_item {
  border-bottom: 1px solid #ddd;
}
.eir .s_eirList_item {
  padding: 24px 0 !important;
}
.eir .s_eirList_item::before {
  content: none !important;
}
.eir .s_eirList_item:first-child {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
.eir .eirItem_title_link {
  font-size: 1.6rem;
  color: #0070C0;
  text-decoration: underline;
}
.eir .eirItem_title_link:hover {
  text-decoration: none;
}
.eir .s_titleBox_title_link_label {
  font-size: 1.6rem;
  color: #0070C0;
  text-decoration: none;
}
.eir .s_eirModule_type_icon-pdf {
  display: inline-block;
  background: #fff;
  padding: 2px;
  color: #0070C0;
  border: 1px solid #0070C0;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 2px;
}
.eir .s_eirModule_type_icon {
  margin-left: 3px;
  margin-top: -5px;
}
.eir .s_eirModule_size_item {
  font-size: 1.6rem;
  color: #0070C0;
}
.eir .table-bordered {
  font-size: 1.4rem;
}
.eir .table-bordered th {
  padding: 15px !important;
  width: 25%;
  background-color: #F0F2F4;
  vertical-align: middle;
  border-left: none;
  border-right: 1px solid #ddd;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .eir .table-bordered th {
    padding: 10px !important;
    border-right: none !important;
  }
}
.eir .table-bordered td {
  padding: 15px !important;
  border-left: 1px solid #CCC;
  vertical-align: middle;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .eir .table-bordered td {
    padding: 10px !important;
  }
}
.eir .table-bordered td:nth-child(1) {
  padding: 15px !important;
  width: 25%;
  background-color: #F0F2F4;
  vertical-align: middle;
  border-left: none;
  border-right: 1px solid #ddd;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .eir .table-bordered td:nth-child(1) {
    border-right: none !important;
  }
}
.eir .table-bordered td:nth-child(2) {
  width: 100%;
  padding: 0;
  margin: 5px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .eir .table-bordered td:nth-child(2) {
    margin-top: 0;
    border-top: none;
    border-right: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .eir .table-bordered td {
    padding: 10px !important;
    border-left: none;
  }
}
.eir .s_eirText td:nth-child(1) {
  padding: 15px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .eir .s_eirText td:nth-child(1) {
    padding: 10px !important;
  }
}

.qir .qirContent_label .qirContent_label_item {
  font-size: 2.4rem;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .qir .qirContent_label .qirContent_label_item {
    font-size: 1.8rem;
  }
}
.qir .qirArea-twocolumn .qirContent {
  margin-bottom: 60px;
}
.qir .qirContent_table thead th {
  background-color: #F0F2F4;
  color: #333333;
}
.qir .qirContent_table tbody th {
  background-color: #F0F2F4;
  color: #333333;
}
.qir .qirContent_table thead th:last-of-type {
  border-right: none;
}
.qir .qirContent_table table,
.qir .qirContent_table th,
.qir .qirContent_table td {
  border-color: #ddd;
  border-left: none;
  text-align: center;
}
.qir .qir_area_highlight_006 .qirContent_table {
  border-left: none;
}
.qir .qirContent_table tbody td:last-of-type {
  border-right: none;
}
.qir .qir_area_highlight_006 .qirContent_table table {
  border-left: none;
}
.qir .qirContent_table thead th:last-of-type {
  border-right: none;
}

.qir_area_highlight_006 table.qirContent_table {
  border-right: none !important;
}

/* corporate
 * -------------------------------------------------- */
.corporate-creed-list-item {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
.corporate-creed-list-item:last-child {
  margin-bottom: 0;
}
.corporate-creed-list-item.u-font-serif-before {
  padding-left: 35px;
}
.corporate-creed-list-item.u-font-serif-before::before {
  content: "一、";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-creed-list-item.u-font-serif-before::before {
    top: 30%;
  }
}

.number-count {
  counter-increment: numberCount;
}
.number-title {
  position: relative;
  padding-left: 46px;
  font-size: 1.8rem;
}
.number-title::before {
  content: counter(numberCount);
  position: absolute;
  top: -0.1em;
  left: 0;
  background: #0D3387;
  width: 36px;
  height: 36px;
  padding: 0.5em 0 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
}
.number-text {
  font-weight: normal;
  padding-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .number-title {
    padding-top: 0;
  }
}

.corporate-creed-point {
  background: #F0F2F4;
  padding: 40px;
  min-width: 610px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-creed-point {
    width: 100%;
    min-width: 100%;
    padding: 20px;
    margin-top: 45px;
  }
}

.corporate-creed-point-title {
  font-size: 1.8rem;
  padding-bottom: 20px;
}

.corporate-creed-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
}

.corporate-creed-point-list-item {
  margin-bottom: 10px;
  width: 50%;
  padding-left: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-creed-point-list-item {
    width: 100%;
    padding-left: 0;
  }
}

.corporate-creed-point-subject {
  font-size: 16px;
  margin-bottom: 10px;
}

.corporate-director-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.corporate-director-tumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
}
.corporate-director-tumb .name {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 45px;
  min-width: 205px;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-director-tumb .name {
    padding-left: 0;
    min-width: auto;
    margin-bottom: 24px;
  }
}
.corporate-director-tumb .post {
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 210px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-director-tumb .post {
    margin-bottom: 10px;
  }
}
.corporate-director-tumb img {
  min-width: 131px;
  max-width: 131px;
}

.c-corporate_table_director {
  padding-left: 175px;
  border-top: 1px dotted #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-corporate_table_director {
    width: auto;
    padding-left: 0;
  }
}
.c-corporate_table_directorth,
.c-corporate_table_director td {
  padding: 6px 0;
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-corporate_table_directorth,
  .c-corporate_table_director td {
    padding: 5px 0;
  }
}

.table-type1-subject {
  width: 96px;
  border: none;
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .table-type1-subject {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.accordion-area li {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-director--img {
    order: 2;
  }
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-director--profile {
    order: 1;
    width: calc(100% - 131px);
  }
}

/* office
 * -------------------------------------------------- */
.corporate_office-list {
  border-top: 1px solid #DDDDDD;
  padding-bottom: 5px;
}
.corporate_office-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding: 32px 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_office-item {
    padding: 25px 0;
  }
}
.corporate_office-name {
  font-size: 2.2rem;
  font-weight: bold;
  min-width: 270px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_office-name {
    margin-bottom: 15px;
    min-width: auto;
  }
}
.corporate_office-text {
  min-width: 548px;
  font-size: 1.4rem;
  line-height: 2;
  padding-right: 50px;
  margin-left: auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_office-text {
    min-width: auto;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.corporate_office-text .e-button-link {
  margin-top: 15px;
}
.corporate_office-text__noImg {
  margin-right: auto;
  margin-left: 10px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_office-text__noImg {
    margin-left: 0;
  }
}
.corporate_office-img img {
  width: 248px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_office-img img {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_office-img {
    width: 100%;
  }
}

/* meeting-data
 * -------------------------------------------------- */
.corporate_meeting-data {
  display: flex;
  padding-bottom: 20px;
  /* Faq Block
  * -------------------------------------------------- */
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_meeting-data {
    flex-wrap: wrap;
  }
}
.corporate_meeting-data__img {
  display: flex;
  position: relative;
  order: 2;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_meeting-data__img {
    order: 1;
    margin-bottom: 80px;
  }
  .corporate_meeting-data__img img {
    width: 100%;
  }
}
.corporate_meeting-data__text {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 297px);
  order: 1;
  padding-right: 65px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate_meeting-data__text {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
}
.corporate_meeting-data .caption {
  padding-top: 15px;
  line-height: 1.5;
}
.corporate_meeting-data .faq-counter {
  counter-increment: numCount;
  padding-bottom: 40px;
}
.corporate_meeting-data .faq-counter:last-of-type {
  padding-bottom: 0;
}
.corporate_meeting-data .faq-counter:last-child {
  padding-bottom: 0;
}
.corporate_meeting-data .faq-title,
.corporate_meeting-data .faq-text {
  position: relative;
  padding-left: 50px;
}
.corporate_meeting-data .faq-title:before,
.corporate_meeting-data .faq-text:before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 36px;
  height: 36px;
  padding: 0.6em 0 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
}
.corporate_meeting-data .faq-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  line-height: 1.8;
}
.corporate_meeting-data .faq-title:before {
  content: "Q";
  background: #0D3387;
}
.corporate_meeting-data .faq-title.is-count:before {
  content: "Q" counter(numCount);
}
.corporate_meeting-data .faq-text {
  font-size: 1.6rem;
  line-height: 2;
}
.corporate_meeting-data .faq-text:before {
  content: "A";
  color: #0D3387;
  border: 1px solid #0D3387;
  border-radius: 50%;
  background-color: #fff;
}
.corporate_meeting-data .faq-text.is-count:before {
  content: "A" counter(numCount);
}

.corpo-culture-list {
  display: flex;
  flex-flow: column wrap;
  height: 130px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corpo-culture-list {
    order: 2;
    height: auto;
    flex-flow: wrap;
    height: auto;
    width: 100%;
  }
}
.corpo-culture-list-item {
  counter-increment: numberCount;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.corpo-culture-list-item::before {
  content: counter(numberCount);
  position: absolute;
  top: -0.1em;
  left: 0;
  background: #0D3387;
  width: 25px;
  height: 25px;
  padding: 0.5em 0 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corpo-culture-list-item {
    width: 100%;
    display: block;
  }
}

.corporate-message-img {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-message-img {
    order: 3;
  }
}
.corporate-message-img.c-float-right {
  float: right;
  padding-left: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .corporate-message-img.c-float-right {
    float: none;
    clear: both;
  }
}

.c-section_img {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section_img {
    order: 3;
  }
}
.c-section_img.c-float-right {
  float: right;
  padding-left: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section_img.c-float-right {
    float: none;
    clear: both;
  }
}
.c-section_img.c-float-left {
  float: left;
  padding-left: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-section_img.c-float-left {
    float: none;
    clear: both;
  }
}

/* FaQ
 * -------------------------------------------------- */
.faq-counter {
  counter-increment: numCount;
  padding-bottom: 40px;
}
.faq-counter:last-of-type {
  padding-bottom: 0;
}
.faq-counter:last-child {
  padding-bottom: 0;
}

.faq-title,
.faq-text {
  position: relative;
  padding-left: 50px;
}

.faq-title:before,
.faq-text:before {
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 36px;
  height: 36px;
  padding: 0.6em 0 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .faq-title:before,
  .faq-text:before {
    top: 0.3em;
  }
}

.faq-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  line-height: 1.8;
}
.faq-title:before {
  content: "Q";
  background: #0D3387;
}
.faq-title.is-count:before {
  content: "Q" counter(numCount);
}

.faq-text {
  font-size: 1.6rem;
  line-height: 2;
}

.faq-text:before {
  content: "A";
  color: #0D3387;
  border: 1px solid #0D3387;
  border-radius: 50%;
  background-color: #fff;
}

.faq-text.is-count:before {
  content: "A" counter(numCount);
}

.faqNav-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.faqNav-list-item:first-child {
  margin-top: 0;
}

.faqNav-list-item {
  display: block;
  margin: 14px 0 0;
}

.faqNav-list-item .anchor {
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
}

.faqNav-list-item .anchor:before {
  content: "Q";
  position: absolute;
  top: -0.15em;
  left: 0;
  background: #003265;
  width: 26px;
  height: 26px;
  padding: 0.35em 0 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 100%;
}

.c-List .c-List-item {
  margin-top: 30px;
}
.c-List .c-List-item:first-of-type {
  margin-top: 0;
}
.c-List .c-List-item:first-child {
  margin-top: 0;
}
.c-List .c-list-item {
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  line-height: 1.5;
  vertical-align: baseline;
}

.c-tabNav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #0D3387;
  margin-bottom: 50px;
}

.c-tabNav-list {
  display: flex;
  margin-left: -8px;
  max-width: 680px;
  width: 100%;
}

.c-tabNav-item {
  width: 50%;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 2px 2px 0 0px;
  color: #0D3387;
  border: 1px solid #0D3387;
  border-bottom: none;
  margin-left: 8px;
}
.c-tabNav-item a {
  color: #0D3387;
  padding: 15px 0;
  display: block;
}
.c-tabNav-item.c-active {
  color: #fff;
  background: #0D3387;
}
.c-tabNav-item.c-active a {
  color: #fff;
}

/* SMART SHOUSYU
 * -------------------------------------------------- */
.shousyu {
  display: table;
  width: 65%;
  padding: 20px 30px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 6px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu {
    width: 100%;
    position: relative;
    padding: 20px;
  }
}

.shousyu_cell {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu_cell {
    display: block;
  }
}

.shousyu_head {
  line-height: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu_head {
    padding-right: 80px;
  }
}

.shousyu_body {
  padding: 0 10px 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu_body {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.shousyu_text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu_text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.shousyu_link {
  margin-top: 10px;
}

.shousyu_logo {
  width: 130px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu_logo {
    width: auto;
    height: 70px;
  }
}

.shousyu_code {
  line-height: 0;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu_code {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.shousyu_code img {
  width: 80px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .shousyu_code img {
    width: 70px;
  }
}

/* FORM
 * -------------------------------------------------- */
.form-table {
  font-size: 1.6rem;
  border-top: 1px solid #CCC;
}
.form-table-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .form-table-list-item {
    margin: 0 0 24px 0;
    line-height: 1;
  }
}
.form-table-list-item:first-child {
  margin-top: 0;
}
.form-table-list-item:last-child {
  margin-bottom: 0;
}
.form-table-list-item .column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-table-subject {
  vertical-align: middle;
  text-align: left;
  width: 25%;
  background-color: #F0F2F4;
}

.form-table-data textarea {
  width: 100%;
}

.form .label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  cursor: pointer;
}
.form .checkbox {
  display: none;
}
.form .radio + .label {
  padding: 0;
}
.form .checkbox + .label {
  padding: 0 0 0 25px;
}
.form .checkbox + .label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  transform: translateY(-50%);
}
.form .checkbox + .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  background: #fff;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.form .checkbox:checked + .label:after {
  background-color: #003265;
}
.form .select {
  cursor: pointer;
}
.form .text.is-size2 {
  width: 15%;
}
.form .text.is-size3 {
  width: 25%;
}
.form .text.is-size4 {
  width: 35%;
}
.form .text.is-size5 {
  width: 50%;
}
.form .text.is-size9 {
  width: 80%;
}
.form th,
.form td {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  vertical-align: middle;
  padding: 24px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .form th,
  .form td {
    display: block;
    width: 100%;
    padding: 24px 0;
  }
}
.form .text,
.form .textarea,
.form .select {
  width: 100%;
}
.form .select {
  border: 1px solid #ddd;
  padding: 10px;
}
.form .note {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.form .notice {
  display: inline-block;
  vertical-align: top;
  padding: 0.1em 0 0;
  color: #a00000;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-button {
  width: 100%;
  margin: 30px 0 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.form-button-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 300px;
  padding: 0 15px;
  letter-spacing: normal;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .form-button-item {
    display: block;
    width: 100%;
    padding: 15px;
    max-width: 100%;
  }
}
.form-button-item .button {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
.form-button-item.is-submit .button {
  background: #003265;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .form th {
    padding: 24px;
  }
  .form td {
    padding-bottom: 40px;
  }
}
.form .space {
  padding: 0px 5px;
}
.form input[type=radio],
.form input[type=checkbox] {
  vertical-align: baseline;
  border-style: none;
  margin-top: 0;
  margin-right: 5px;
}
.form input,
.form textarea {
  padding: 10px;
  border-radius: 2px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-button-item.is-reset .button,
.form-button-item.is-back .button {
  background: #999;
  color: #fff;
}

.no-device .form-button-item.is-submit .button:hover {
  background: #fff;
  color: #003265;
}

.no-device .form-button-item.is-reset .button:hover,
.no-device .form-button-item.is-back .button:hover {
  background: #fff;
  color: #999;
}

.form-consent {
  font-size: 1.6rem;
  background: #e8dede;
  margin: 50px 0 0;
  padding: 24px;
  text-align: center;
  border: 2px solid #a00000;
  border-radius: 5px;
  margin-bottom: 24px;
}

.l-ir-link_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-ir-link_container .l-ir-link_item {
  width: 48.8%;
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #0D3387;
  border: 4px solid #E7EAED;
  background-color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  transition: all 0.5s 0s ease;
  text-decoration: none;
  position: relative;
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item {
    width: 100%;
  }
}
.l-ir-link_container .l-ir-link_item::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #0D3387;
  border-right: solid 3px #0D3387;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: rotate(45deg);
}
.l-ir-link_container .l-ir-link_item:hover {
  border: 4px solid #0D3387;
  background-color: #0D3387;
  color: #fff;
  transition: all 0.5s 0s ease;
}
.l-ir-link_container .l-ir-link_item:hover::after {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.l-ir-link_container .l-ir-link_item.l-link_item_large {
  min-height: 212px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_item_large {
    min-height: 130px;
    font-size: 2.4rem;
    padding: 30px;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_item_medium {
  min-height: 160px;
  width: 32%;
  font-size: 2.4rem;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_item_medium {
    min-height: auto;
    width: 100%;
    font-size: 1.8rem;
    padding: 30px;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_item_medium::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #0D3387;
  border-right: solid 3px #0D3387;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: rotate(45deg);
}
.l-ir-link_container .l-ir-link_item.l-link_item_medium:hover::after {
  content: "";
  border-color: #fff;
}
.l-ir-link_container .l-ir-link_item.l-link_item_small {
  font-size: 1.6rem;
  min-height: 60px;
  padding: 20px;
  text-align: center;
  width: 32%;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_item_small {
    width: 100%;
    justify-content: flex-start;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_item_small::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #0D3387;
  border-right: solid 1px #0D3387;
  position: absolute;
  right: 14px;
  top: 45%;
  transform: rotate(45deg);
}
.l-ir-link_container .l-ir-link_item.l-link_item_small:hover::after {
  content: "";
  border-color: #fff;
}
.l-ir-link_container .l-ir-link_item.l-link_01 {
  background-image: url(../img/ir/link_01.png);
  background-position: right 70px bottom 20px;
  background-size: 137px auto;
  background-repeat: no-repeat;
}
.l-ir-link_container .l-ir-link_item.l-link_01:hover {
  background-image: url(../img/ir/link_01_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_01 {
    background-position: right 60px bottom 13px;
    background-size: 77px auto;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_02 {
  background-image: url(../img/ir/link_02.png);
  background-position: right 70px bottom 20px;
  background-size: 137px auto;
  background-repeat: no-repeat;
}
.l-ir-link_container .l-ir-link_item.l-link_02:hover {
  background-image: url(../img/ir/link_02_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_02 {
    background-position: right 60px bottom 13px;
    background-size: 77px auto;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_03 {
  background-image: url(../img/ir/link_03.png);
  background-position: right 70px bottom 20px;
  background-size: 137px auto;
  background-repeat: no-repeat;
}
.l-ir-link_container .l-ir-link_item.l-link_03:hover {
  background-image: url(../img/ir/link_03_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_03 {
    background-position: right 60px bottom 13px;
    background-size: 77px auto;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_04 {
  background-image: url(../img/ir/link_04.png);
  background-position: right 70px bottom 20px;
  background-size: 137px auto;
  background-repeat: no-repeat;
}
.l-ir-link_container .l-ir-link_item.l-link_04:hover {
  background-image: url(../img/ir/link_04_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_04 {
    background-position: right 60px bottom 13px;
    background-size: 77px auto;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_05 {
  background-image: url(../img/ir/link_05.png);
  background-position: right 40px bottom 10px;
  background-size: 100px auto;
  background-repeat: no-repeat;
}
.l-ir-link_container .l-ir-link_item.l-link_05:hover {
  background-image: url(../img/ir/link_05_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_05 {
    background-position: right 60px bottom 10px;
    background-size: 50px auto;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_06 {
  background-image: url(../img/ir/link_06.png);
  background-position: right 40px bottom 10px;
  background-size: 100px auto;
  background-repeat: no-repeat;
}
.l-ir-link_container .l-ir-link_item.l-link_06:hover {
  background-image: url(../img/ir/link_06_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_06 {
    background-position: right 60px bottom 10px;
    background-size: 50px auto;
  }
}
.l-ir-link_container .l-ir-link_item.l-link_07 {
  background-image: url(../img/ir/link_07.png);
  background-position: right 40px bottom 10px;
  background-size: 94px auto;
  background-repeat: no-repeat;
}
.l-ir-link_container .l-ir-link_item.l-link_07:hover {
  background-image: url(../img/ir/link_07_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-ir-link_container .l-ir-link_item.l-link_07 {
    background-position: right 60px bottom 10px;
    background-size: 50px auto;
  }
}

.ir_hiright .qirArea {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.ir_hiright .qirArea-twocolumn .qirContent {
  width: 47.4%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .qirArea-twocolumn .qirContent {
    width: 100%;
  }
}
.ir_hiright .highcharts-point {
  width: 34px !important;
  fill: #94A1B7 !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .highcharts-point {
    width: 23px !important;
  }
}
.ir_hiright .highcharts-point:last-of-type {
  fill: #0D3387 !important;
}
.ir_hiright .highcharts-background {
  width: 493px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .highcharts-background {
    width: 100% !important;
  }
}
.ir_hiright .highcharts-yaxis-grid {
  width: 434px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .highcharts-yaxis-grid {
    width: 100% !important;
  }
}
.ir_hiright .highcharts-yaxis-grid path {
  stroke: #ddd;
  width: 434px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .highcharts-yaxis-grid path {
    width: 100% !important;
  }
}
.ir_hiright .highcharts-root {
  width: 493px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .highcharts-root {
    width: 100% !important;
  }
}
.ir_hiright .highcharts-plot-background {
  width: 434px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .highcharts-plot-background {
    width: 100% !important;
  }
}
.ir_hiright .highcharts-container {
  width: 493px !important;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .ir_hiright .highcharts-container {
    width: 100% !important;
  }
}

.m-ir-individual .c-section-title_large {
  font-size: 3.6rem;
  color: #0D3387;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-section-title_large {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
}
.m-ir-individual .l-nav_ir_individual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
}
.m-ir-individual .l-nav_ir_individual:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #004098;
  width: 100%;
  height: 1px;
  opacity: 1;
  filter: alpha(opacity=0);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual:after {
    content: "";
    position: absolute;
    left: -6%;
    bottom: 0;
    background-color: #004098;
    width: 115%;
    height: 1px;
    opacity: 1;
    filter: alpha(opacity=0);
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual {
    width: 100% !important;
  }
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item {
  width: 23.3%;
  background-color: #F0F2F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0D3387;
  min-height: 80px;
  border: 1px solid #0D3387;
  border-radius: 2px 2px 0 0;
  margin: 0 5px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item {
    width: 23.2% !important;
    align-items: center;
    padding-top: 40px;
    font-size: 1.3rem;
    margin: 0 2px;
  }
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-active {
  background-color: #fff;
  border-bottom: none;
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #fff;
  width: 100%;
  height: 1px;
  opacity: 1;
  filter: alpha(opacity=0);
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-active:after {
    content: "";
    bottom: 0;
  }
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-business {
  background-image: url(../img/ir/link_01.png);
  background-position: left 14px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-business:hover {
  background-image: url(../img/ir/link_01_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-business {
    background-position: left 50% bottom 86%;
    background-size: 34px auto;
    background-repeat: no-repeat;
  }
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-strength {
  background-image: url(../img/ir/link_02.png);
  background-position: left 14px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-strength:hover {
  background-image: url(../img/ir/link_02_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-strength {
    background-position: left 50% bottom 86%;
    background-size: 34px auto;
    background-repeat: no-repeat;
  }
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-performance {
  background-image: url(../img/ir/link_03.png);
  background-position: left 14px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-performance:hover {
  background-image: url(../img/ir/link_03_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-performance {
    background-position: left 50% bottom 86%;
    background-size: 34px auto;
    background-repeat: no-repeat;
  }
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-feature {
  background-image: url(../img/ir/link_04.png);
  background-position: left 10px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-feature:hover {
  background-image: url(../img/ir/link_04_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item.l-feature {
    background-position: left 50% bottom 86%;
    background-size: 34px auto;
    background-repeat: no-repeat;
  }
}
.m-ir-individual .l-nav_ir_individual .l-nav_ir_individual_item:hover {
  background-color: #0D3387;
  color: #fff;
}
.m-ir-individual .l-nav_ir_individual_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual_footer {
    width: 100% !important;
  }
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item {
  width: 23.3%;
  background-color: #F0F2F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0D3387;
  min-height: 80px;
  border: 1px solid #0D3387;
  border-radius: 2px 2px 0 0;
  margin: 0 5px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item {
    width: 100% !important;
    align-items: center;
    font-size: 1.3rem;
    margin: 5px 0;
  }
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-active {
  background-color: #fff;
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-business {
  background-image: url(../img/ir/link_01.png);
  background-position: left 14px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-business:hover {
  background-image: url(../img/ir/link_01_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-business {
    background-image: url(../img/ir/link_01.png);
    background-position: left 4% bottom 35%;
    background-size: 50px auto;
    background-repeat: no-repeat;
  }
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-business:hover {
    background-image: url(../img/ir/link_01_1.png);
  }
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-strength {
  background-image: url(../img/ir/link_02.png);
  background-position: left 14px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-strength:hover {
  background-image: url(../img/ir/link_02_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-strength {
    background-image: url(../img/ir/link_02.png);
    background-position: left 4% bottom 35%;
    background-size: 50px auto;
    background-repeat: no-repeat;
  }
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-strength:hover {
    background-image: url(../img/ir/link_02_1.png);
  }
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-performance {
  background-image: url(../img/ir/link_03.png);
  background-position: left 14px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-performance:hover {
  background-image: url(../img/ir/link_03_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-performance {
    background-image: url(../img/ir/link_03.png);
    background-position: left 4% bottom 35%;
    background-size: 50px auto;
    background-repeat: no-repeat;
  }
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-performance:hover {
    background-image: url(../img/ir/link_03_1.png);
  }
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-feature {
  background-image: url(../img/ir/link_04.png);
  background-position: left 10px bottom 0;
  background-size: 54px auto;
  background-repeat: no-repeat;
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-feature:hover {
  background-image: url(../img/ir/link_04_1.png);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-feature {
    background-image: url(../img/ir/link_04.png);
    background-position: left 4% bottom 35%;
    background-size: 50px auto;
    background-repeat: no-repeat;
  }
  .m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item.l-feature:hover {
    background-image: url(../img/ir/link_04_1.png);
  }
}
.m-ir-individual .l-nav_ir_individual_footer .l-nav_ir_individual_item:hover {
  background-color: #0D3387;
  color: #fff;
}
.m-ir-individual .l-business_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.m-ir-individual .l-business_block h4 {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 20px 0;
  text-align: center;
  font-size: 1.8rem;
}
.m-ir-individual .l-business_block p {
  font-size: 1.4rem;
  padding-bottom: 24px;
}
.m-ir-individual .l-business_block.l-ir-business_block-01 {
  border-color: #0F5FAC;
}
.m-ir-individual .l-business_block.l-ir-business_block-01 h4 {
  background-color: #0F5FAC;
}
.m-ir-individual .l-business_block.l-ir-business_block-02 {
  border-color: #20992A;
}
.m-ir-individual .l-business_block.l-ir-business_block-02 h4 {
  background-color: #20992A;
}
.m-ir-individual .l-business_block.l-ir-business_block-03 {
  border-color: #E03B57;
}
.m-ir-individual .l-business_block.l-ir-business_block-03 h4 {
  background-color: #E03B57;
}
.m-ir-individual .l-business_block.l-ir-business_block-04 {
  border-color: #FFAF00;
}
.m-ir-individual .l-business_block.l-ir-business_block-04 h4 {
  background-color: #FFAF00;
}
.m-ir-individual .l-business_block.l-ir-business_block-05 {
  border-color: #ED6B00;
}
.m-ir-individual .l-business_block.l-ir-business_block-05 h4 {
  background-color: #ED6B00;
}
.m-ir-individual .e-button-link {
  padding: 15px 50px;
  display: inline-block;
  min-width: 339px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .e-button-link {
    display: block;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-section-title {
    margin-bottom: 30px;
  }
}
.m-ir-individual .c-section_subtitle__min {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.m-ir-individual .c-colom_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-ir-individual .c-colom_container.c-colom__2 {
  margin-right: -40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-colom_container.c-colom__2 {
    margin-right: 0px;
  }
}
.m-ir-individual .c-colom_container.c-colom__2 .c-colom_item {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-colom_container.c-colom__2 .c-colom_item {
    width: 100%;
    padding-right: 0;
  }
}
.m-ir-individual .c-colom_container.c-colom__2 .c-colom_item img {
  width: 100%;
}
.m-ir-individual .c-colom_container.c-colom__2.l-list_button .e-button-link {
  width: 100%;
  max-width: none;
}
.m-ir-individual .c-colom_container.c-colom__2.l-list_button .c-colom_item {
  margin-bottom: 20px;
}
.m-ir-individual .c-colom_container.c-colom__2__wide {
  margin-right: -40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-colom_container.c-colom__2__wide {
    margin-right: 0px;
  }
}
.m-ir-individual .c-colom_container.c-colom__2__wide .c-colom_item {
  width: 50%;
  padding-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-colom_container.c-colom__2__wide .c-colom_item {
    width: 100%;
    padding-right: 0;
  }
}
.m-ir-individual .c-colom_container.c-colom__2__wide .c-colom_item img {
  width: 100%;
}
.m-ir-individual .c-colom_container.c-colom__2__wide.l-list_button .e-button-link {
  width: 100%;
  max-width: none;
}
.m-ir-individual .c-colom_container.c-colom__2__wide.l-list_button .c-colom_item {
  margin-bottom: 20px;
}
.m-ir-individual .c-colom_container.c-colom__3 {
  margin-right: -20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-colom_container.c-colom__3 {
    margin-right: 0px;
  }
}
.m-ir-individual .c-colom_container.c-colom__3 .c-colom_item {
  width: 33.3%;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-colom_container.c-colom__3 .c-colom_item {
    width: 100%;
    padding-right: 0;
  }
}
.m-ir-individual .c-colom_container.c-colom__3 .c-colom_item img {
  width: 100%;
}
.m-ir-individual .c-colom_container.c-colom__3.l-list_button .e-button-link {
  width: 100%;
  max-width: none;
}
.m-ir-individual .c-colom_container.c-colom__3.l-list_button .c-colom_item {
  margin-bottom: 20px;
}
.m-ir-individual .corporate-message-img.c-float-right {
  padding-left: 40px;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .corporate-message-img.c-float-right {
    padding-left: 0px;
    width: 100%;
  }
}
.m-ir-individual .c-section_img {
  position: relative;
  width: 38%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-section_img {
    order: 3;
    width: 100%;
  }
}
.m-ir-individual .c-section_img.c-float-right {
  float: right;
  padding-right: 0px;
  padding-left: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-section_img.c-float-right {
    float: none;
    clear: both;
    padding: 0;
  }
}
.m-ir-individual .c-section_img.c-float-left {
  float: left;
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .m-ir-individual .c-section_img.c-float-left {
    float: none;
    clear: both;
    padding: 0;
  }
}

.l-way .l-bg_blue {
  background: #8EB4E3;
  padding-bottom: 20px;
}
.l-way .l-bg_blue .breadcrumbs-list-item {
  color: #fff;
}
.l-way .l-bg_blue .c-title {
  margin-bottom: 80px;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-way .l-bg_blue .c-title {
    margin-bottom: 50px;
  }
}
.l-way .l-bg_blue .c-childTitle {
  text-align: center;
}
.l-way .l-bg_blue .c-childTitle span {
  border-bottom: 8px solid #fff;
  display: inline-block;
  padding-bottom: 20PX;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-way .l-bg_blue .c-childTitle span {
    border-bottom: 5px solid #fff;
  }
}
.l-way .c-section-copy {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-way .c-section-copy {
    font-size: 1.4em;
  }
}

.c-top_menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-top_menu-list {
    margin-left: 0px;
  }
}
.c-top_menu-list.c-border dl {
  border: 4px solid #e7eaed;
  padding: 25px 25px 22px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-top_menu-list.c-border dl {
    padding: 20px 20px 17px;
  }
}
.c-top_menu-list.c-border li {
  opacity: 1;
}
.c-top_menu-list.c-border li dl {
  min-height: 186px;
  transition: background 0.5s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-top_menu-list.c-border li dl {
    min-height: 100%;
  }
}
.c-top_menu-list.c-border li:hover {
  opacity: 1;
}
.c-top_menu-list.c-border li:hover dl {
  background: #0D3387;
  transition: background 0.5s 0s ease;
  -webkit-transition: background 0.5s 0s ease;
  -moz-transition: background 0.5s 0s ease;
  -ms-transition: background 0.5s 0s ease;
  -o-transition: background 0.5s 0s ease;
}
.c-top_menu-list.c-border li:hover a {
  color: #fff;
}
.c-top_menu-list.c-border li:hover dt {
  background-image: url(../img/common/arrow_inv.png);
}

.c-top_menu-list > li {
  width: 33.3333333333%;
  margin-bottom: 25px;
  padding-left: 27px;
  transition: opacity 0.1s ease-in;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-top_menu-list > li {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0px;
  }
}
.c-top_menu-list > li dt {
  line-height: 1;
  background: url(../img/common/arrow.png) no-repeat right center;
  background-size: 16px;
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-top_menu-list > li dt {
    margin-bottom: 15px;
    margin: 10px 0 12px;
  }
}
.c-top_menu-list > li dd {
  border-top: 1px solid #ddd;
  line-height: 1.5;
  font-size: 15px;
  margin-top: 15px;
  padding-top: 15px;
}
.c-top_menu-list > li img {
  width: 100%;
}
.c-top_menu-list > li dl {
  transition: background 0.5s 0s ease;
}
.c-top_menu-list > li:hover {
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
}

.l-corporate .c-header_page {
  width: 100%;
  background: url(/_assets/img/corporate/top/h1_bg.png) no-repeat center bottom;
  background-size: cover;
}
.l-corporate .c-top_menu-list.c-border dl {
  border: 4px solid #e7eaed;
  padding: 25px 25px 22px;
  min-height: 187px;
}
.l-corporate .c-title {
  padding: 10% 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-corporate .c-title {
    padding: 13.4% 0 18.4% 0;
  }
}
.l-corporate .c-title h2 {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-corporate .c-title h2 {
    font-size: 16px;
  }
}
.l-corporate .c-title h2 span {
  border-bottom: 8px solid #0D3387;
  display: inline-block;
  padding-bottom: 20PX;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-corporate .c-title h2 span {
    border-bottom: 5px;
    padding-bottom: 10px;
  }
}

.l-c_business .e-button-link {
  padding: 15px 50px;
  display: inline-block;
  min-width: 339px;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .e-button-link {
    display: block;
    width: 100%;
    min-width: 100%;
  }
}
.l-c_business .c-header_page {
  width: 100%;
  background: url(/_assets/img/business/h1_bg.png) no-repeat center bottom;
  background-size: cover;
}
.l-c_business .c-top_menu-list.c-border dl {
  border: 4px solid #e7eaed;
  padding: 25px 25px 22px;
  min-height: 187px;
}
.l-c_business .c-title {
  padding: 10px 0 50px 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .c-title {
    padding: 10px 20px 50px 20px;
  }
}
.l-c_business .c-title .u-inner {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 5% 3%;
  max-width: 860px;
}
.l-c_business .c-title h2 {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .c-title h2 {
    font-size: 16px;
  }
}
.l-c_business .c-title h2 span {
  border-bottom: 8px solid #0D3387;
  display: inline-block;
  padding-bottom: 20PX;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .c-title h2 span {
    border-bottom: 5px;
    padding-bottom: 10px;
  }
}
.l-c_business .caption {
  padding-top: 15px;
  line-height: 1.5;
}
.l-c_business .l-c-business_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-around;
  min-height: 940px;
}
.l-c_business .l-c-business_list::after {
  content: "";
  position: absolute;
  display: block;
  height: 95%;
  width: 65%;
  top: 0;
  left: 17%;
  background-image: url(../../../_assets/img/business/l-business_bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list::after {
    content: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list {
    min-height: 100%;
  }
}
.l-c_business .l-c-business_list .l-business_block {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list .l-business_block {
    width: 100%;
  }
}
.l-c_business .l-c-business_list .l-business_block h4 {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
.l-c_business .l-c-business_list .l-business_block h4::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  top: 40%;
  transform: rotate(45deg);
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-01 {
  border-color: #0F5FAC;
  position: absolute;
  top: 0;
  left: 39%;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list .l-business_block.l-ir-business_block-01 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-01 h4 {
  background-color: #0F5FAC;
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-02 {
  border-color: #20992A;
  position: absolute;
  right: 0;
  top: 20%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list .l-business_block.l-ir-business_block-02 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-02 h4 {
  background-color: #20992A;
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-03 {
  border-color: #E03B57;
  position: absolute;
  right: 14%;
  bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list .l-business_block.l-ir-business_block-03 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-03 h4 {
  background-color: #E03B57;
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-04 {
  border-color: #FFAF00;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 18%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list .l-business_block.l-ir-business_block-04 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-04 h4 {
  background-color: #FFAF00;
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-05 {
  border-color: #ED6B00;
  position: absolute;
  left: 0;
  top: 20%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-c-business_list .l-business_block.l-ir-business_block-05 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.l-c_business .l-c-business_list .l-business_block.l-ir-business_block-05 h4 {
  background-color: #ED6B00;
}
.l-c_business .l-c-business_list p {
  font-size: 1.4rem;
  padding-bottom: 24px;
}
.l-c_business .l-childTitle_caption {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 50px;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .l-c_business .l-childTitle_caption {
    font-size: 1.4rem;
    margin-top: 0px;
  }
}

.c-ir-top .c-header_page {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(/_assets/img/ir/mv.png) no-repeat center center;
  background-size: cover;
}
.c-ir-top .c-header_page .breadcrumbs-list-item {
  color: #fff;
}
.c-ir-top .c-header_page .c-childTitle {
  color: #fff;
}
.c-ir-top .c-title {
  padding: 10% 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-ir-top .c-title {
    padding: 13.4% 0 18.4% 0;
  }
}
.c-ir-top .c-title h2 {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-ir-top .c-title h2 {
    font-size: 16px;
  }
}
.c-ir-top .c-title h2 span {
  border-bottom: 8px solid #fff;
  display: inline-block;
  padding-bottom: 20PX;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-ir-top .c-title h2 span {
    border-bottom: 5px;
    padding-bottom: 10px;
  }
}
.c-ir-top .e-button-link.e-link_dl {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.c-ir-top .c-top_menu-item.c-top_menu-item__wide {
  width: 66.6%;
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-ir-top .c-top_menu-item.c-top_menu-item__wide {
    width: 100%;
  }
}
.c-ir-top .l-list_ir_content {
  display: flex;
  flex-wrap: wrap;
}
.c-ir-top .l-list_ir_content li {
  width: 50%;
  padding-bottom: 20px;
}
.c-ir-top .l-list_ir_content li:last-of-type {
  padding-bottom: 0;
}
.c-ir-top .ir_Download-box {
  background: #0D3387;
  font-size: 14px;
  border-radius: 2px;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 16px 0;
  position: relative;
}
.c-ir-top .ir_Download-box::before {
  content: none;
}
.c-ir-top .ir_Download-box::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 13px;
  display: block;
  border: none;
  background: url(/_assets/img/ir/icon_dl.png);
  background-size: cover;
  width: 20px;
  height: 17px;
}
.c-ir-top .ir_Download-box .eirAttrTarget_zipDownloadUrl {
  font-size: 14px;
  text-align: center;
}
.c-ir-top .eir_area_area_top_001 .s_eirList_item {
  border: 0px;
  background: none;
  border-bottom: 1px solid #ddd;
}
.c-ir-top .eir .eirItem_title_link {
  color: #0070C0;
  text-decoration: none;
}
.c-ir-top .s_eirModule_title_link {
  text-decoration: underline;
}
.c-ir-top .s_eirList_item_titleBox {
  margin: 5px 0px 5px 0px;
  padding-left: 10px;
  width: calc(100% - 190px);
}
@media screen and (min-width: 1px) and (max-width: 1023px) {
  .c-ir-top .s_eirList_item_titleBox {
    width: 100%;
    padding-left: 0;
  }
}
.c-ir-top .eir_area_area_top_001 .s_eirList_item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  vertical-align: middle;
}
.c-ir-top .s_eirList_item_date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 190px;
  font-size: 16px;
  color: #333;
}
.c-ir-top .s_eirModule_eirItem > *:first-child {
  font-size: 16px;
}
.c-ir-top .eir_area_area_top_001 .s_eirItem,
.c-ir-top .eir_area_area_news_013 .s_eirItem {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  vertical-align: middle;
}
.c-ir-top .ir-top-doc-list {
  display: flex;
  flex-wrap: wrap;
}
.c-ir-top .ir-top-doc-list .ir-top-doc-list-item {
  width: 50%;
  padding-bottom: 20px;
}
.c-ir-top .ir-top-doc-list .ir-top-doc-list-item:last-of-type {
  padding-bottom: 0;
}
.c-ir-top a.anchor.ir_back-number {
  background: #0D3387;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.c-ir-top .ir-top-news-title-bk {
  text-align: right;
}
.c-ir-top a:link.breadcrumbs-list-a {
  color: #fff;
}
.c-ir-top .breadcrumbs-list-item:before {
  color: #fff;
}

.eir_area_area_news_013 .s_eirList_item {
  background: none;
  border-bottom: 1px solid #ddd !important;
}

.eir_area_area_news_013 .s_eirList_item {
  background: none !important;
}
.eir_area_area_news_013 .s_eirList_item:last-child {
  background: none !important;
}
.eir_area_area_news_013 .s_eirList_item:last-of-type {
  background: none !important;
}

.eir_area_area_news_013 .eirDataArea {
  background: none;
}

.eir_area_area_news_013 .s_eirModule_date_time {
  color: #333 !important;
  font-size: 1.6rem !important;
}/*# sourceMappingURL=style.css.map */