@charset "UTF-8";

@import url("../css/googlefont.css");

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a,
span {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: #000;
  font-family: Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  transition: all 0.3s;
}

a.link-underline {
  text-decoration: underline;
}

p {
  line-height: 190%;
}

p + p {
  margin-top: 1.2rem;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.btn-gray,
.btn-blue {
  display: inline-block;
  border-radius: 10px;
  padding: 17px 50px 17px 30px;
  background: url(../img/common/arrow-r-white.svg) right 10px center/20px no-repeat #596977;
  color: #fff;
}

.btn-gray-en {
  display: block;
  float: right;
  margin-left: 30px;
  font-family: "EB Garamond", Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  color: rgba(255, 255, 255, 0.8);
}

.btn-blue {
  background: url(../img/common/arrow-r-white.svg) right 10px center/20px no-repeat #577fbc;
  margin-left: 20px;
  padding: 12px 40px 12px 20px;
}

.col {
  display: flex;
  flex-flow: row wrap;
}

.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col-contents {
  width: 100%;
}

.is-oneline .col-contents {
  margin-bottom: 0;
}

.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}

.is-2 .col-contents {
  max-width: 48%;
}

.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}

.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}

.is-3 .col-contents {
  max-width: 32%;
}

.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}

.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}

.is-4 .col-contents {
  max-width: 23%;
}

.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}

.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}

.col-contents-title {
  margin-bottom: 5px;
}

.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}

.flImgContents-img.is-s {
  max-width: 200px;
}

.flImgContents-img.is-ss {
  max-width: 100px;
}

.flImgContents-img.is-l {
  max-width: 47%;
}

.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.text-red-l {
  color: #eb0a0a;
  display: block;
  font-size: 1.8rem;
}

.text-nowrap {
  white-space: nowrap;
}

/* リスト */

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #eb0a0a;
}

.list-number {
  padding: 0 0 0 25px;
}

.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}

.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl-normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl-normal dd {
  margin-bottom: 30px;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}

.size-60 {
  width: 60%;
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.definition {
  margin-top: 20px;
}

.definition + .definition {
  margin-top: 30px;
}

.definition-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.definition-text {
  margin-top: 10px;
}

/*　セクション　*/

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-01 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-01:first-child {
  margin-top: 0;
}

.section-02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section-02:first-child {
  margin-top: 0;
}

.section-03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-03:first-child {
  margin-top: 0;
}

.section-center {
  max-width: 860px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.table-01 {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
}

.table-01 th,
.table-01 td {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.67;
}

.table-01 th {
  position: relative;
  color: #000;
  width: 25%;
}

.table-01 th::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #eb0a0a;
}

.table-01 a {
  color: #fff;
}

.table-02 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table-02 th,
.table-02 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.67;
  padding: 0.5em 1em;
}

.table-02 th {
  background: #eee;
}

.wfix {
  table-layout: fixed;
}

/* タイトル */

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-center {
  margin-bottom: 60px;
  text-align: center;
}

.title-center-main {
  display: block;
  font-family: Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 2.6rem;
  font-weight: 500;
}

.title-center-en {
  font-family: "EB Garamond", Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.title-page {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
}

.title-page-ja {
  display: inline-block;
  margin-right: 20px;
  font-size: 4rem;
  font-weight: bold;
}

.title-page-en {
  font-family: "EB Garamond", Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 2rem;
}

.title-l {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 5px solid #eb0a0a;
  font-size: 2.4rem;
}

.title-m {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.title-s {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 3px solid grey;
  font-size: 2rem;
}

.title-bg {
  background: #e3dddd;
  padding: 0.6em 0.75em;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.title-border {
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 2rem;
}

body.forTb#top {
  overflow: auto;
}

.sideMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 180px;
  height: 100vh;
  background: #3c3c3c;
  z-index: 4;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.sideMenu::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.sideMenu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  background: #eb0a0a;
}

.forTab .sideMenu-logo {
  width: 173px;
  height: 100%;
}

.sideMenu-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sideMenu-logo img {
  display: block;
  width: 80%;
}

.sideMenu-upicon {
  width: 30px;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 15px);
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 30px;
}

.sideMenu-upicon-top {
  display: none;
}

#top .sideMenu-upicon-top {
  display: block;
}

#top .sideMenu-upicon-lower {
  display: none;
}

.contents {
  padding-top: 60px;
  padding-right: 140px;
}

#top .contents {
  padding-top: 0;
}

#lw-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 0;
  background: rgba(255, 0, 0, 0.5);
  border-top: 1px solid #e60012;
  color: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  z-index: 5;
}

#lw-cookie-consent .lw-cookie-consent-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 980px;
}

#lw-cookie-consent .lw-cookie-consent-lead {
  position: relative;
  margin: 0 30px 1em 0;
  padding-left: 24px;
  font-size: 13px;
  line-height: 20px;
}

#lw-cookie-consent .lw-cookie-consent-lead::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-exclamation.svg) center center/contain no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 2px;
}

#lw-cookie-consent .lw-cookie-consent-lead > a {
  color: #ffffff;
  text-decoration: underline;
}

#lw-cookie-consent .lw-cookie-consent-form {
  white-space: nowrap;
  text-align: center;
}

#lw-cookie-consent button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  margin: 5px;
  padding: 0.5em 0.8em 0.5em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}

#lw-cookie-consent button::before {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0.5em;
}

#lw-cookie-consent button.lw-cookie-consent-accept {
  background-color: #ffffff;
  border-color: #e60012;
  color: #e60012;
}

#lw-cookie-consent button.lw-cookie-consent-deny {
  background: #3d3a35;
  color: #ffffff;
}

#lw-cookie-consent button.lw-cookie-consent-accept::before {
  background-image: url(../img/common/icon-check.svg);
}

#lw-cookie-consent button.lw-cookie-consent-deny::before {
  background-image: url(../img/common/icon-batu.svg);
}

.footer {
  padding: 100px 140px 100px 0;
  background: linear-gradient(140deg, #fff 50%, #cfd2d5 50%);
}

#top .footer {
  padding-right: 0;
}

.footerBn {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footerBn-one {
  width: 30%;
}

.footerCopy {
  margin-top: 140px;
  padding-bottom: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
  font-family: "EB Garamond", Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  text-align: right;
}

.dwMenu {
  position: absolute;
  top: calc(50% - 25px);
  right: calc(50% - 17px);
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 5;
  transform: scale(0.8);
}

.dwMenu-hamburger {
  position: relative;
  display: block;
  outline: none;
  border: none;
}

.dwMenu-hamburger span {
  position: absolute;
  left: 0;
  width: 42px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.4s;
}

.dwMenu-hamburger span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

.dwMenu-hamburger span:nth-of-type(2) {
  top: 11.5px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.dwMenu-hamburger span:nth-of-type(3) {
  top: 24px;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.dwMenu-active .dwMenu-hamburger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

.dwMenu-active .dwMenu-hamburger span:nth-of-type(2) {
  opacity: 0;
}

.dwMenu-active .dwMenu-hamburger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

.dwMenu-text {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  color: #fff;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    transform: translateY(12px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    transform: translateY(12px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    transform: translateY(-12px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    transform: translateY(-12px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(12px) rotate(0);
  }

  100% {
    transform: translateY(12px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(12px) rotate(0);
  }

  100% {
    transform: translateY(12px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-12px) rotate(0);
  }

  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-12px) rotate(0);
  }

  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}

.gNavi {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  overflow: hidden;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.788) 30%, #ff4545);
  z-index: 2;
  text-align: center;
}

.gNavi-inner {
  display: flex;
  justify-content: center;
  padding-right: 140px;
  gap: 0 10%;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.gNavi-ul {
  width: 860px;
  text-align: left;
}

.gNavi-ul-li {
  font-size: 2.4rem;
}

.gNavi-ul-li + .gNavi-ul-li {
  margin-top: 15px;
}

.gNavi-ul-li > a {
  color: #fff;
}

.gNaviSub {
  margin: 20px 0 0 20px;
}

.gNaviSub-li {
  font-size: 2.6rem;
}

.gNaviSub-li + .gNaviSub-li {
  margin-top: 10px;
}

.gNaviSub-li a {
  display: flex;
  align-items: center;
  color: #fff;
}

.gNaviSub-li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.gNaviSub-li a:hover {
  color: #ad5151;
}

.innerNavi {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
}

.innerNavi.is-ir {
  margin-bottom: 50px;
}

.innerNavi-ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 4px solid #e9f0f6;
  border-bottom: 4px solid #e9f0f6;
  padding: 20px 10px;
}

.innerNavi-ul-link {
  padding: 5px 30px 5px 0;
}

.innerNavi-ul-link a {
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

.innerNavi-ul-link a:hover {
  color: #eb0a0a;
}

.innerNavi-ul-link a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #eb0a0a;
  position: absolute;
  left: 0;
  top: 5px;
}

.pankuzu {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
  text-align: right;
  margin-bottom: 28px;
}

.pankuzu-ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.pankuzu-ul-li {
  font-size: 1.3rem;
  margin: 2px 0;
}

.pankuzu-ul-li + .pankuzu-ul-li::before {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}

.pankuzu-ul-li a {
  text-decoration: underline;
}

.irNavi {
  text-align: center;
}

.irNavi-ul-li {
  padding: 0 10px;
  position: relative;
  transition: all 0.2s;
}

.irNavi-ul-li > a {
  display: block;
  border-bottom: 1px solid #FFF;
  padding: 15px 0;
  color: #FFF;
}

.irNavi-ul-li > a:hover {
  color: #ffed00;
}

.irNavi-ul-li:hover {
  background-color: rgba(168, 168, 168, 0.185);
}

.irNavi-sub {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 5;
  background: rgba(60, 60, 60, 0.85);
  width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.has-child:hover .irNavi-sub {
  visibility: visible;
  opacity: 1;
}

.irNavi-sub-li {
  font-size: 1.3rem;
  text-align: left;
}

.irNavi-sub-li + .irNavi-sub-li {
  border-top: 1px solid #747474;
}

.irNavi-sub-li > a {
  display: block;
  padding: 10px 30px;
  color: #FFF;
}

.irNavi-sub-li > a:hover {
  background: rgba(0, 0, 0, 0.473);
}

.page-wrap {
  position: relative;
  overflow: hidden;
}

.forTb .page {
  position: static;
  opacity: 1;
}

.page-inner {
  position: relative;
  height: 100%;
}

.forTb .page-inner {
  height: auto;
}

.currentPage .page-inner {
  -webkit-animation: pageMoveIn 1s forwards;
  animation: pageMoveIn 1s forwards;
}

.animation .page-inner {
  -webkit-animation: pageMoveOut 1s forwards;
  animation: pageMoveOut 1s forwards;
}

.currentPage,
.animation {
  z-index: 1;
}

.currentPage.is_next {
  -webkit-animation: pagemove_open_down 1s cubic-bezier(0.11, 0.95, 0.71, 0.98) 0.2s forwards;
  animation: pagemove_open_down 1s cubic-bezier(0.11, 0.95, 0.71, 0.98) 0.2s forwards;
}

.currentPage.is_prev {
  -webkit-animation: pagemove_open_up 1s cubic-bezier(0.11, 0.95, 0.71, 0.98) 0.2s forwards;
  animation: pagemove_open_up 1s cubic-bezier(0.11, 0.95, 0.71, 0.98) 0.2s forwards;
}

.currentPage.page:first-child {
  -webkit-animation: none;
  animation: none;
}

.animation.is_next {
  -webkit-animation: pagemove_close_down 1s cubic-bezier(0.15, 0.71, 1, 0.4) forwards;
  animation: pagemove_close_down 1s cubic-bezier(0.15, 0.71, 1, 0.4) forwards;
}

.animation.is_prev {
  -webkit-animation: pagemove_close_up 1s cubic-bezier(0.15, 0.71, 1, 0.4) forwards;
  animation: pagemove_close_up 1s cubic-bezier(0.15, 0.71, 1, 0.4) forwards;
}

@-webkit-keyframes pagemove_open_down {
  0% {
    opacity: 1;
    transform: translate(-50%, 100%) scale(0.4);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes pagemove_open_down {
  0% {
    opacity: 1;
    transform: translate(-50%, 100%) scale(0.4);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes pagemove_close_down {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 1;
    transform: translate(50%, -150%) scale(0.8);
  }
}

@keyframes pagemove_close_down {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 1;
    transform: translate(50%, -150%) scale(0.8);
  }
}

@-webkit-keyframes pagemove_open_up {
  0% {
    opacity: 1;
    transform: translate(50%, -100%) scale(0.4);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes pagemove_open_up {
  0% {
    opacity: 1;
    transform: translate(50%, -100%) scale(0.4);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes pagemove_close_up {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 150%) scale(0.8);
  }
}

@keyframes pagemove_close_up {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 150%) scale(0.8);
  }
}

@-webkit-keyframes tilt-in-bl {
  0% {
    transform: rotateY(35deg) rotateX(-20deg) translate(-250px, 250px) skew(-12deg, -15deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-bl {
  0% {
    transform: rotateY(35deg) rotateX(-20deg) translate(-250px, 250px) skew(-12deg, -15deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@-webkit-keyframes tilt-in-tr {
  0% {
    transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px) skew(-12deg, -15deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-tr {
  0% {
    transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px) skew(-12deg, -15deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@-webkit-keyframes tilt-out-tr {
  0% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px) skew(-12deg, -15deg);
    opacity: 0;
  }
}

@keyframes tilt-out-tr {
  0% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(-35deg) rotateX(20deg) translate(250px, -250px) skew(-12deg, -15deg);
    opacity: 0;
  }
}

@-webkit-keyframes slide-out-elliptic-top-bck {
  0% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }

  100% {
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes slide-out-elliptic-top-bck {
  0% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }

  100% {
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes swing-in-left-fwd {
  0% {
    transform: rotateY(100deg);
    transform-origin: left;
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    transform-origin: left;
    opacity: 1;
  }
}

@keyframes swing-in-left-fwd {
  0% {
    transform: rotateY(100deg);
    transform-origin: left;
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    transform-origin: left;
    opacity: 1;
  }
}

@-webkit-keyframes tilt-in-fwd-tl {
  0% {
    transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-fwd-tl {
  0% {
    transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-fwd-tr {
  0% {
    transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateZ(600px) translateY(-300px) translateX(400px);
    opacity: 0;
  }
}

@keyframes slide-out-fwd-tr {
  0% {
    transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateZ(600px) translateY(-300px) translateX(400px);
    opacity: 0;
  }
}

@-webkit-keyframes slide-in-elliptic-top-bck {
  0% {
    transform: translateY(-600px) rotateX(30deg) scale(6.5);
    transform-origin: 50% 200%;
    opacity: 0;
  }

  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% -500px;
    opacity: 1;
  }
}

@keyframes slide-in-elliptic-top-bck {
  0% {
    transform: translateY(-600px) rotateX(30deg) scale(6.5);
    transform-origin: 50% 200%;
    opacity: 0;
  }

  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% -500px;
    opacity: 1;
  }
}

.layout_1 {
  background: #e3dddd;
  padding: 0.6em 0.75em;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.layout_3 {
  color: #eb0a0a;
  padding-top: 10px;
  margin: 10px 0;
  font-size: 1.125em;
}

.faq-detail {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.faq-detail + .faq-detail {
  margin-top: 20px;
}

.faq-detail-Q,
.faq-detail-A {
  position: relative;
  padding-left: 50px;
  line-height: 28px;
}

.faq-detail-Q::before,
.faq-detail-A::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  font-family: "Roboto Condensed", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 1;
  margin-right: 1em;
}

.faq-detail-Q {
  font-weight: bold;
}

.faq-detail-Q::before {
  content: "Q";
  background: #eb0a0a;
}

.faq-detail-A {
  margin-top: 1em;
}

.faq-detail-A::before {
  content: "A";
  background: #000;
}

.faq-detail-A .list-number li {
  padding-top: 6px;
}

.faq-detail-link {
  display: inline-block;
  line-height: 28px;
  padding: 0 28px 0 14px;
  border-radius: 14px;
  background: url(../img/common/arrow-r-white.svg) right 10px center/14px no-repeat #eb0a0a;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.faq-detail-link:hover {
  opacity: 0.8;
}

.governanceContents .taR a {
  text-decoration: underline;
}

.governanceContents .taR img {
  vertical-align: middle;
}

.governanceContents figure {
  display: block;
  text-align: center;
  margin: 30px auto;
}

.governanceContents figure figcaption {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}

.highlightContents #jqir {
  margin: 30px auto;
}

.irNewsContents-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.irNewsContents-header-rss {
  font-size: 1.3rem;
}

.irNewsContents ul#tab li#news_nav01 a,
.irNewsContents ul#tab li#news_nav02 a,
.irNewsContents ul#tab li#news_nav03 a,
.irNewsContents ul#tab li#news_nav04 a {
  transition: none;
}

.managementContents-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.managementContents-text {
  overflow: hidden;
}

.noticeInfo-list-text {
  padding: 8px 0;
  list-style: disc;
  margin-left: 1.5em;
}

.noticeInfo-list-text a {
  text-decoration: underline;
}

.noticeInfo-list-text a:hover {
  text-decoration: none;
}

.procedureTable a {
  color: inherit;
  text-decoration: underline;
}

.procedureTable th {
  width: 30%;
  padding-right: 10px;
}

.scheduleContents figure {
  text-align: center;
  display: block;
  margin-top: 40px;
}

.scheduleContents figure img {
  height: auto;
}

.stockContents .table-01 + p {
  margin-top: 10px;
}

.stockContents .table-01.currentTable th {
  width: 200px;
}

.stockContents .table-01.majorTable th {
  font-weight: bold;
}

.stockContents .table-01.majorTable th::before {
  content: none;
}

.stockContents .table-01.majorTable th,
.stockContents .table-01.majorTable td {
  text-align: center;
}

.stockContents .table-01.majorTable th:first-child,
.stockContents .table-01.majorTable td:first-child {
  text-align: left;
}

.stockContents figure {
  text-align: center;
  margin-top: 30px;
}

.irMV {
  background: url(../img/ir/ir-mv.jpg) no-repeat 0 0;
  background-size: cover;
  height: 200px;
  margin-bottom: 60px;
}

.irMV.is-top {
  height: auto;
  padding: 30px 0;
}

.irMV-latest {
  width: 92%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 auto;
  padding: 30px 25px;
}

.irMV-latest-ttl {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.irMV-latest .layout_index_2 .title {
  font-weight: bold;
  font-size: 1.5rem;
}

.irMV-latest .latest_results li {
  margin-top: 10px;
  font-size: 1.4rem;
}

.irMV-latest .latest_results li a {
  text-decoration: underline;
}

.irIndexNews-headline {
  position: relative;
}

.irIndexNews-headline-more {
  display: inline-block;
  padding: 0 18px 0 0;
  color: #eb0a0a;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.irIndexNews-headline-more::before,
.irIndexNews-headline-more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.irIndexNews-headline-more::before {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid #eb0a0a;
  border-radius: 50%;
}

.irIndexNews-headline-more::after {
  right: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #eb0a0a;
  border-right: 1px solid #eb0a0a;
  transform: rotate(45deg);
}

.irIndexNews-headline-more:hover {
  text-decoration: underline;
}

.irIndexNews-headline-rss {
  position: absolute;
  right: 70px;
  top: 5px;
}

.irIndexNews #divDataArea dl {
  font-size: 1.3rem;
}

.irIndexNews #divDataArea dt {
  display: flex;
  align-items: center;
  clear: both;
  float: left;
  margin-right: 20px;
}

.irIndexNews #divDataArea dt img {
  margin-left: 20px;
}

.irIndexNews #divDataArea dd {
  overflow: hidden;
  margin-bottom: 15px;
}

.irIndexNews #divDataArea dd a:hover {
  text-decoration: underline;
}

.irIndexNews #divDataArea dd img {
  margin-left: 10px;
}

.irIndexMainNavi {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.irIndexMainNavi-primary {
  flex: 0 1 71%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.irIndexMainNavi-message {
  border: 1px solid #888;
  flex: 1;
}

.irIndexMainNavi-message > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 1.6rem;
}

.irIndexMainNavi-message > a img {
  min-height: 1px;
}

.irIndexMainNavi-message > a p {
  padding: 2px 5px;
}

.irIndexMainNavi-message > a:hover {
  background: #eee;
}

.irIndexMainNavi-plan {
  border: 1px solid #888;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 34%;
  margin-left: 6%;
  text-align: center;
}

.irIndexMainNavi-plan > a {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 1px;
}

.irIndexMainNavi-plan > a:hover {
  background: #eee;
}

.irIndexMainNavi-plan > a img {
  width: 40%;
  margin-top: 4%;
  margin-bottom: 4%;
  min-height: 1px;
}

.irIndexMainNavi-secondary {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
}

.irIndexMainNavi-secondary-box {
  border: 1px solid #888;
  text-align: center;
  flex: 1 1 46%;
}

.irIndexMainNavi-secondary-box + .irIndexMainNavi-secondary-box {
  margin-top: 8%;
}

.irIndexMainNavi-secondary-box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  height: 100%;
}

.irIndexMainNavi-secondary-box > a:hover {
  background: #eee;
}

.irIndexMainNavi-secondary-box > a img {
  width: 20%;
  margin-right: 4%;
}

.irIndexSitemap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.irIndexSitemap-sec {
  flex: 0 1 auto;
  width: 100%;
}

.irIndexSitemap-sec + .irIndexSitemap-sec {
  margin-left: 6.5%;
}

.irIndexSitemap .title-border {
  margin-bottom: 15px;
}

.irIndexSitemap-ul {
  font-size: 1.4rem;
}

.irIndexSitemap-ul-li {
  margin: 6px 0;
}

.irIndexSitemap-ul-li > a {
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
}

.irIndexSitemap-ul-li > a::before,
.irIndexSitemap-ul-li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.irIndexSitemap-ul-li > a::before {
  left: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #eb0a0a;
  border-right: 2px solid #eb0a0a;
  transform: rotate(45deg);
}

.irIndexSitemap-ul-li > a:hover {
  color: #eb0a0a;
}

.irIndexSecondNavi-ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.irIndexSecondNavi-ul-li {
  border: 1px solid #888;
  text-align: center;
  flex: 0 1 auto;
  width: 100%;
}

.irIndexSecondNavi-ul-li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  height: 100%;
  padding: 14px 0;
}

.irIndexSecondNavi-ul-li > a:hover {
  background: #eee;
}

.irIndexSecondNavi-ul-li > a img {
  width: 20%;
  margin-right: 4%;
  margin-left: -10%;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #019ab3;
  }

  .btn-gray:hover,
  .btn-blue:hover {
    background-color: #648aac;
  }

  body#top {
    overflow: hidden;
  }

  body#top[data-name=current-sec_06] {
    overflow: auto;
  }

  body#top.scroll-animation {
    overflow: hidden;
  }

  .sideMenu-upicon:hover {
    background: #006e7c;
  }

  .footerBn-one:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }

  .footerBn-one:nth-child(n+4) {
    margin-top: 20px;
  }

  .page {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    transform-style: preserve-3d;
    perspective-origin: 50% 50%;
    perspective: 1000px;
    width: 100%;
    padding-right: 140px;
    background-color: #fff;
    opacity: 0;
    transform: translateZ(1px);
  }

  .page:first-child.currentPage {
    opacity: 1;
  }

  .irIndexSecondNavi-ul-li + .irIndexSecondNavi-ul-li {
    margin-left: 6.6%;
  }
}

@media (min-width: 768px) and (max-height: 850px) {
  .sideMenu-upicon {
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  .sideMenu-upicon {
    display: none;
  }
}

@media (min-width: 980px) {
  .is-ir .dwMenu {
    display: none;
  }

  .gNavi-ul-li > a:hover {
    color: #ad5151;
  }
}

@media (min-width: 1100px) {
  .footerBn {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1023.9px) {
  #lw-cookie-consent .lw-cookie-consent-lead br {
    display: none;
  }
}

@media (max-width: 979px) {
  .sideMenu {
    width: 100%;
    height: 60px;
    background: #eb0a0a;
  }

  .sideMenu-inner {
    height: 100%;
  }

  .sideMenu-logo {
    width: 103px;
    height: 100%;
    margin: 0 auto;
  }

  .sideMenu-upicon {
    display: none;
  }

  .contents {
    padding-top: 100px;
    padding-right: 0;
  }

  .gNavi {
    top: 60px;
    display: block;
  }

  .gNavi-inner {
    display: block;
    width: 100%;
    height: 100vh;
    padding-right: 0;
    padding-bottom: 100px;
    overflow: scroll;
  }

  .gNavi-ul {
    width: 70%;
    margin: 40px auto;
  }

  .gNavi-ul-li {
    font-size: 1.7rem;
  }

  .irNavi {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 65%;
  }

  .lg {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc-tab {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #019ab3;
  }

  .btn-blue {
    margin-top: 20px;
    display: block;
    width: 13em;
  }

  .col {
    display: block;
  }

  .col.is-sp-flex {
    display: flex;
  }

  .col-contents {
    max-width: 100%;
  }

  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }

  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }

  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }

  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }

  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .flImgContents-img {
    max-width: 100%;
  }

  .flImgContents-img.is-s {
    max-width: 100%;
  }

  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .flImgContents-img.is-l {
    max-width: 100%;
  }

  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }

  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }

  .size-30 {
    width: 70%;
  }

  .size-60 {
    width: 100%;
  }

  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .table-01 th,
  .table-01 td {
    font-size: 1.3rem;
  }

  .table-01.sidetitle th {
    padding: 10px 0;
  }

  .table-01.sidetitle td {
    padding: 20px 0;
  }

  .sidetitle tr {
    display: block;
  }

  .sidetitle th,
  .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sidetitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .title-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .title-page {
    margin-bottom: 20px;
  }

  .title-page-ja {
    font-size: 7vw;
  }

  .title-l {
    font-size: 2.2rem;
  }

  .title-m {
    font-size: 2rem;
  }

  .title-s {
    font-size: 1.8rem;
  }

  #lw-cookie-consent .lw-cookie-consent-wrapper {
    display: block;
    width: 100%;
  }

  .footer {
    width: 100%;
    padding: 0;
    margin: 60px 0 0;
  }

  .footerBn {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .footerBn-one {
    width: 100%;
  }

  .footerBn-one + .footerBn-one {
    margin-top: 30px;
  }

  .footerCopy {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .dwMenu {
    width: 35px;
    top: 15px;
    right: 15px;
  }

  .dwMenu-hamburger span {
    width: 35px;
  }

  .dwMenu-text {
    display: none;
  }

  .gNaviSub-li {
    font-size: 1.7rem;
  }

  .innerNavi-ul {
    padding: 0 5%;
    justify-content: space-between;
  }

  .innerNavi-ul-link {
    width: 48%;
    padding: 8px 0;
    display: block;
  }

  .innerNavi-ul-link a {
    font-size: 1.3rem;
  }

  .pankuzu {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .pankuzu {
    text-align: left;
    margin-bottom: 10px;
  }

  .pankuzu-ul-li {
    font-size: 1.1rem;
  }

  .pankuzu-ul-li + .pankuzu-ul-li::before {
    margin: 0 5px;
  }

  .page-inner {
    height: auto;
  }

  .dividendTable {
    min-width: 550px;
  }

  .highlightContents {
    overflow-x: scroll;
  }

  .managementContents-image {
    width: 30%;
    min-width: 120px;
  }

  .managementContents-text {
    overflow: visible;
  }

  .procedureTable th {
    width: 35%;
  }

  .stockContents .table-01 + p {
    font-size: 0.875em;
  }

  .stockContents .table-01.majorTable th:first-child,
  .stockContents .table-01.majorTable td:first-child {
    width: 50%;
  }

  .irMV {
    height: 100px;
    margin-bottom: 20px;
  }

  .irMV-latest-ttl {
    font-size: 2rem;
  }

  .irMV-latest .layout_index_2 .title {
    font-size: 1.4rem;
  }

  .irMV-latest .latest_results li {
    font-size: 1.3rem;
  }

  .irIndexNews #divDataArea dt {
    float: none;
  }

  .irIndexNews #divDataArea dd {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .irIndexMainNavi {
    display: block;
  }

  .irIndexMainNavi-message {
    flex-basis: 62%;
  }

  .irIndexMainNavi-message > a {
    font-size: 1.4rem;
  }

  .irIndexMainNavi-plan > a {
    font-size: 1.3rem;
  }

  .irIndexMainNavi-secondary {
    flex-direction: row;
    margin-top: 5%;
  }

  .irIndexMainNavi-secondary-box {
    flex: 0 1 48%;
  }

  .irIndexMainNavi-secondary-box + .irIndexMainNavi-secondary-box {
    margin-top: 0;
    margin-left: 4%;
  }

  .irIndexMainNavi-secondary-box > a {
    font-size: 1.4rem;
    padding: 8% 0;
  }

  .irIndexSitemap {
    flex-direction: column;
  }

  .irIndexSitemap-sec + .irIndexSitemap-sec {
    margin-left: 0;
    margin-top: 30px;
  }

  .irIndexSitemap-ul {
    font-size: 1.4rem;
  }

  .irIndexSecondNavi-ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .irIndexSecondNavi-ul-li {
    flex: 0 1 48%;
    margin-bottom: 4%;
  }

  .irIndexSecondNavi-ul-li:nth-child(2n+1) {
    margin-right: 4%;
  }

  .irIndexSecondNavi-ul-li > a {
    font-size: 1.3rem;
    padding: 8% 0;
  }

  .irIndexSecondNavi-ul-li > a img {
    margin-left: -4%;
  }
}

@media (min-width: 980px) and (max-width: 1099px) {
  .lg {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .lg {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .table-02 {
    width: 1000px;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .sideMenu-logo img {
    width: 107px;
  }

  .dwMenu {
    top: 10px;
    right: 15px;
  }

  .gNavi-inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .dividendTable {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-page {
    max-width: 90%;
    width: 90%;
  }

  .footerBn {
    max-width: 90%;
    width: 90%;
  }

  .footerCopy {
    max-width: 90%;
    width: 90%;
  }

  .innerNavi {
    max-width: 90%;
    width: 90%;
  }

  .pankuzu {
    max-width: 90%;
    width: 90%;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
  .page {
    padding-top: 60px;
    padding-right: 0;
  }
}