@charset "UTF-8";
/*ページ 基盤・msdhd上書き*/
body {
  width: 100%;
}

video {
  display: block;
  margin: 0;
}

#msthdtp,
#msthd .msthdtxt {
  display: none;
}

#msthd {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  z-index: 3;
  background: #FFF;
  border-bottom: 1px solid #E6E6E6;
}

#msthd > div {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}

#msthd .logo {
  padding: 15px 14px 16px 14px;
}

@media only screen and (max-width: 768px) {
  #msthd .logo {
    padding: 11px 0 12px;
  }
  #msthd .logo img {
    width: auto;
    height: 5.13vw;
  }
}

main a:hover {
  text-decoration: underline;
}

[target="_blank"]:hover {
  text-decoration: none;
}

[target="_blank"]:hover span {
  text-decoration: underline;
}

[target="_blank"] .riff-Icon--link {
  color: #999;
  margin-right: 0.5em;
}

/*ページ レイアウト*/
.lPage__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lPage__navi {
  width: 16.375rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.lPage__navi a:hover {
  text-decoration: none;
}

.lPage__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: calc(100% - 16.375rem);
  background-color: #F7F7F9;
  word-break: break-all;
  word-break: break-word;
}

.lPage__contents--wraper {
  max-width: calc(16.375rem + 990px + (40px*2));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.lPage__contents {
  max-width: 990px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .ie.-naviHasScrollBar .lPage__navi,
  .oldEdge.-naviHasScrollBar .lPage__navi {
    width: 17.375rem;
  }
  .ie.-naviHasScrollBar .lPage__body,
  .oldEdge.-naviHasScrollBar .lPage__body {
    max-width: calc(100% - 17.375rem);
  }
  .ie.-naviHasScrollBar .lPage__contents--wraper,
  .oldEdge.-naviHasScrollBar .lPage__contents--wraper {
    max-width: calc(17.375rem + 990px + (40px*2));
  }
}

@media only screen and (max-width: 768px) {
  .lPage__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .lPage__container > * {
    min-height: 1px;
    max-width: 100%;
  }
  .lPage__navi {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .lPage__body {
    max-width: 100%;
  }
  .lPage__contents--wraper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* テキスト指定 */
.tHeadline1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
}

.tHeadline2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

.tHeadline3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

.tHeadline4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

.tHeadline5 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .tHeadline1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .tHeadline2 {
    font-size: 24px;
    line-height: 2;
  }
  .tHeadline3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .tHeadline4 {
    color: red;
    font-size: 18px;
    line-height: 2;
  }
}

.tText1 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  color: #333;
}

.tText2 {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.tText3 {
  font-size: 14px;
  line-height: 1.94286;
  color: #333;
}

.tText4 {
  font-size: 14px;
  line-height: 1.94286;
  color: #999;
}

.tText5 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  color: #fff;
}

a .tText1, a .tText2, a .tText3, a .tText4, a .tText5 {
  color: inherit;
}

/*グロナビ START ===*/
/*グロナビ レイアウト*/
.lNavi__outer {
  height: calc(100vh - 56px);
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

.lNavi__header {
  margin: 0;
  padding: 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lNavi__header > * {
  min-height: 1px;
  max-width: 100%;
}

.lNavi__holder {
  position: relative;
  height: calc(100vh - 76px - 70px);
  overflow-y: auto;
}

.lNavi__detector {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1px;
  height: 1px;
  position: fixed;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .lNavi__outer {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    position: static;
    top: auto;
    background-color: #FFF;
  }
  .mNavi--open .lNavi__outer {
    overflow: hidden;
  }
  .lNavi__header {
    height: 54px;
    position: relative;
    z-index: 1;
  }
  .lNavi__holder {
    position: absolute;
    left: 0;
    top: 54px;
    max-height: calc(100vh - 50px - 54px - 76px);
    height: calc(100vh - 50px - 54px - 76px);
    max-height: none;
    height: 1px;
    width: 100%;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
  }
  .mNavi--open .lNavi__holder {
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mNavi--hiding .lNavi__holder {
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
    transition: -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s, -webkit-transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .lNavi__wrapper {
    height: 100%;
    overflow-y: auto;
    background-color: #FFF;
  }
}


/*child_page_nav__language-selector*/

@media only screen and (min-width: 769px) {
  .mNavi__language-selector {
      display: none;
  }
}

.mNavi__language-selector__btn {
  cursor: pointer;
  padding: 0.5em 1.5em 0.65em !important;
  display: block;
  background-color: #fff;
  position: relative;
  color: #6C6C88;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #C9C9D4;
  border-radius: 30px;
  min-width: 128px;
  line-height: 1.5;
  text-align: left;
}

.mNavi__language-selector__btn i {
  position: absolute;
  right: 16px;
  top: 9px;
}

.mNavi__language-selector__menu {
  position: absolute;
  min-width: 128px;
  background: white;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  padding: 0 10px !important;
  border-radius: 20px;
  border: 1px solid #C9C9D4;
  right: 34px;
}

.mNavi__language-selector__menu a {
  display: flex;
  align-items: center;
  padding: 15px 6px;
  text-decoration: none;
  font-size: 13px;
  color: #6C6C88;
  opacity: 1;
  transition: opacity 0.2s;
  border-bottom: 1px solid #ddd;
}
  
.mNavi__language-selector__menu a:last-child {
  border-bottom: none;
}
  
.mNavi__language-selector__menu a:hover {
  opacity: 0.6;
}

.mNavi__language-selector__arrow {
  transform: rotate(180deg);
  transition: 0.2s ease;
}

@media only screen and (max-width: 768px) {
  .mNavi__language-selector {
      display: inline-block;
      position: absolute;
      right: 16px;
      top: 11px;
  }

  .mNavi__language-selector__btn span {
      display: none;
  }
  .mNavi__language-selector__btn {
      display: inline-block;
      min-width: 95px !important;
      position: relative;
      right: 36px;
      top: -2px;
  }
  .mNavi__language-selector__menu {
      min-width: 128px;
      z-index: 999;
  }
  .mNavi__language-selector__menu ul {
      padding: 0;
  }
}

.lNavi__header {
  height: 54px;
  position: static;
}

/*フッター*/
.riff-Footer a:hover {
  text-decoration: none;
}

.riff-Footer .riff-ListInline__item::after {
  display: none;
}

.riff-Footer .riff-ListInline__item {
  margin-left: 6px;
  margin-right: 6px;
}

@media only screen and (min-width: 769px) {
  .riff-Footer {
    padding-top: 17px;
    padding-bottom: 22px;
    background-color: #FFF;
  }
  .riff-Footer__subLink {
    margin-bottom: 10px;
    letter-spacing: -.33em;
  }
  .riff-Footer__copy {
    font-size: 11px;
    line-height: 1;
  }
  .riff-Footer .riff-ListInline {
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .riff-Footer .riff-ListInline + .riff-ListInline {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 768px) {
  .riff-Footer {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .riff-Footer .u-hidden--sp {
    display: none;
  }
  .riff-Footer .footer__inner {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/*グロナビ モジュール*/
.mMenuIcon__wrapper {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  width: 38px;
  height: 34px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.mMenuIcon__border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #545454;
  border-radius: 4px;
  pointer-events: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mMenuIcon__border--top {
  top: 0;
}

.mNavi--open .mMenuIcon__border--top,
.-iconClose .mMenuIcon__border--top {
  -webkit-transform: translateY(15.04053px) rotate(-45deg);
          transform: translateY(15.04053px) rotate(-45deg);
}

.mMenuIcon__border--middle {
  top: 50%;
  margin-top: -2px;
}

.mNavi--open .mMenuIcon__border--middle,
.-iconClose .mMenuIcon__border--middle {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.mMenuIcon__border--bottom {
  bottom: 0;
}

.mNavi--open .mMenuIcon__border--bottom,
.-iconClose .mMenuIcon__border--bottom {
  -webkit-transform: translateY(-15.04053px) rotate(45deg);
          transform: translateY(-15.04053px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .mMenuIcon__wrapper {
    width: 36px;
    height: 36px;
    padding: 8px 6px;
  }
  .mMenuIcon__wrapperInner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .mMenuIcon__border {
    height: 2px;
    border-radius: 2px;
  }
  .mNavi--open .mMenuIcon__border--top,
  .-iconClose .mMenuIcon__border--top {
    -webkit-transform: translateY(9.09091px) rotate(-45deg);
            transform: translateY(9.09091px) rotate(-45deg);
  }
  .mMenuIcon__border--middle {
    margin-top: -1px;
  }
  .mNavi--open .mMenuIcon__border--middle,
  .-iconClose .mMenuIcon__border--middle {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .mNavi--open .mMenuIcon__border--bottom,
  .-iconClose .mMenuIcon__border--bottom {
    -webkit-transform: translateY(-9.09091px) rotate(45deg);
            transform: translateY(-9.09091px) rotate(45deg);
  }
}

.mNavi__title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
}

.ie .mNavi__title--inner {
  padding-top: 0.2em;
}

.mNavi__titleIcon {
  width: 30px;
  margin-right: 8px;
}

.mNavi__titleIcon img {
  width: 100%;
}

.mNavi__wrapper {
  margin: 0;
  padding: 8px 0 64px;
  list-style: none;
}

.-naviStick .mNavi__wrapper {
  padding-bottom: 12px;
}

.mNavi__each {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.mNavi__summaryText {
  display: block;
  color: #444;
  padding: 0.78571em 1.71429em 0.71429em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.-open .mNavi__summaryText {
  color: #1a75ff;
}

.mNavi__summaryText:hover {
  color: #1a75ff;
}

.mNavi__icon {
  display: none;
}

.mNavi__ExpandBody {
  display: none;
  margin-bottom: 1.14286em;
  margin-left: 1.78571em;
  border-left: 1px solid #ddd;
}

.-open .mNavi__ExpandBody {
  display: block;
}

.mNavi__pbutton--wrapper {
  z-index: 1;
  position: -webkit-sticky;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ddd;
  background-color: #FFF;
}

.mNavi__pbutton {
  width: 230px;
  height: 44px;
  background-color: #1a75ff;
  color: #FFF;
}

@media only screen and (min-width: 769px) {
  .mNavi__header {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
  }
  .mNavi__header::before {
    content: "";
    display: block;
    width: calc(100% - 16px*2);
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 16px;
    bottom: 0;
  }
  .mNavi__ExpandBody {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .-open .mNavi__ExpandBody {
    height: auto;
  }
  .mNavi__pbutton--wrapper {
    position: fixed;
    width: 16.375rem;
    bottom: 0;
    left: 0;
    padding: 16px 0;
  }
  .ie.-naviHasScrollBar .mNavi__pbutton--wrapper,
  .oldEdge.-naviHasScrollBar .mNavi__pbutton--wrapper {
    width: 17.375rem;
  }
}

@media only screen and (max-width: 768px) {
  .mNavi__header {
    background-color: #FFF;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #E6E6E6;
  }
  .mNavi__wrapper {
    background-color: #FFF;
    padding-bottom: 110px;
  }
  .-naviStick .mNavi__wrapper {
    padding-bottom: 110px;
  }
  .mNavi__each {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
  }
  .mNavi__each::before {
    content: "";
    display: block;
    width: calc(100% - 24px - 12px);
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 24px;
  }
  .-show .mNavi__each {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mNavi__icon--wrapper {
    display: block;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    display: block;
    width: 50px;
    height: 56px;
    color: #1a75ff;
    padding-right: 6px;
  }
  .mNavi__icon--wrapper::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #E5E5E5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mNavi__icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .-open .mNavi__icon,
  .-opening .mNavi__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .-closing .mNavi__icon {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .mNavi__icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mNavi__summaryText {
    padding: 1em 1.5em 1em;
  }
  .mNavi__ExpandBody {
    border-left: 0;
    display: none;
    height: 0;
    overflow: hidden;
    margin-left: 24px;
    margin-bottom: 0;
  }
  .-open .mNavi__ExpandBody {
    display: block;
    height: auto;
  }
  .mNavi__opener {
    -webkit-transition: none;
    transition: none;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mNavi__pbutton--wrapper {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: calc(env(safe-area-inset-bottom) - 50px);
    display: none;
  }
  .mNavi__pbutton {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
  }
  .mNavi__pbutton--wrapper.-show {
    display: block;
  }
  .-show .mNavi__pbutton {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 16px 0;
  }
}

.mNaviChild__each {
  font-size: 1em;
  padding: 0.71429em 1.71429em 0.78571em;
  color: #444;
  font-weight: normal;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mNaviChild__each.-current {
  color: #1a75ff;
  font-weight: bold;
}

.mNaviChild__each:hover {
  color: #1a75ff;
}

@media only screen and (max-width: 768px) {
  .mNaviChild__holder {
    margin-bottom: 1em;
    border-left: 1px solid #ddd;
  }
  .mNaviChild__each {
    font-size: 1em;
    padding: 0.625em 1.5em 0.6875em;
  }
}

/*グロナビ END ===*/
.mMainVisual__holder {
  position: relative;
  height: 360px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mMainVisual__holder.-noBg {
  background-color: #FFF;
}

.mMainVisual__holder.-bgColor__9dd59b {
  background-color: #9dd59b;
}

.mMainVisual__holder.-bgColor__fda5cd {
  background-color: #fda5cd;
}

.mMainVisual__holder.-bgColor__f2868f {
  background-color: #f2868f;
}

.mMainVisual__holder.-bgColor__dfafd8 {
  background-color: #dfafd8;
}

.mMainVisual__holder.-bgColor__ffac7a {
  background-color: #ffac7a;
}

.mMainVisual__holder.-bgColor__9ab3ec {
  background-color: #9ab3ec;
}

.mMainVisual__bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  z-index: 0;
}

.mMainVisual__contents {
  position: relative;
}

.mMainVisual__context {
  max-width: 730px;
  width: 100%;
}

.-noBg .mMainVisual__context {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mMainVisual__title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.mMainVisual__title + .mMainVisual__lead {
  margin-top: 7px;
}

.mMainVisual__title--multiLine {
  max-width: 654px;
}

.mMainVisual__lead {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.mMainVisual__title, .mMainVisual__lead {
  padding-left: 8px;
  padding-right: 8px;
  word-break: break-word;
  width: inherit;
}

.-noBg .mMainVisual__title, .-noBg .mMainVisual__lead {
  padding-left: 0;
  padding-right: 0;
}

.mMainVisual__title .-marker, .mMainVisual__lead .-marker {
  position: relative;
  display: inline-block;
}

.mMainVisual__title .-marker::before, .mMainVisual__lead .-marker::before {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  position: absolute;
  left: -8px;
  top: 0;
}

.mMainVisual__title .-markerInner, .mMainVisual__lead .-markerInner {
  position: relative;
  display: inline-block;
}

.mMainVisual__context--icon {
  margin-left: 56px;
  width: 264px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mMainVisual__context--icon img {
  width: 100%;
}

@media only screen and (max-width: 980px) { /*768から変更*/
  .mMainVisual__holder {
    height: 440px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 34px;
  }
  .mMainVisual__holder.-noBg {
    height: auto;
    padding-top: 64px;
  }
  .mMainVisual__bg {
    height: 470px;
  }
  .mMainVisual__context {
    max-width: 100%;
  }
  .-noBg .mMainVisual__context {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mMainVisual__context--inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mMainVisual__title + .mMainVisual__lead {
    margin-top: 4px;
  }
  .mMainVisual__title--multiLine {
    max-width: 100%;
  }
  .mMainVisual__title, .mMainVisual__lead {
    padding-left: 12px;
    padding-right: 12px;
  }
  .-noBg .mMainVisual__title, .-noBg .mMainVisual__lead {
    padding-left: 0;
    padding-right: 0;
  }
  .mMainVisual__title .-marker::before, .mMainVisual__lead .-marker::before {
    width: calc(100% + 24px);
    left: -12px;
  }
  .mMainVisual__context--icon {
    width: 52.47813%;
    max-width: 180px;
    margin: auto auto 57px;
    min-width: 1px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 769px) {
  [data-bgiid="kv_top"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_top.svg");
  }
  [data-bgiid="kv_personaldata"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_personaldata.svg");
  }
  [data-bgiid="kv_acquisition"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_acquisition.svg");
    background-position-x: 10em;
  }
  [data-bgiid="kv_utilization"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_utilization.svg");
    background-position-x: 10em;
  }
  [data-bgiid="kv_connection"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_connection.svg");
    background-position-x: 7em;
  }
  [data-bgiid="kv_law_enforcement"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_law_enforcement.svg");
    background-position-x: 10em;
    background-position-y: -1em;
  }
  [data-bgiid="kv_setting"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_setting.svg");
    background-position-x: 10em;
  }
  [data-bgiid="kv_protection"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_protection.svg");
    background-position-x: 8.5em;
    background-position-y: -1em;
  }
  [data-bgiid="kv_advisoryboard"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_advisoryboard.svg");
    background-position-x: 18em;
  }
  [data-bgiid="kv_kidsprivacy"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_kidsprivacy.svg");
    background-position-x: 12em;
  }
  [data-bgiid="kv_announce"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-announce.svg");
    background-position-x: 7em;
    background-position-y: -1em;
  }
}

@media only screen and (max-width: 768px) {
  [data-bgiid="kv_top"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_top_sp.svg");
  }
  [data-bgiid="kv_personaldata"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv_personaldata-sp.svg");
  }
  [data-bgiid="kv_acquisition"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-acquisition-sp.svg");
  }
  [data-bgiid="kv_utilization"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-utilization-sp.svg");
  }
  [data-bgiid="kv_connection"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-connection-sp.svg");
  }
  [data-bgiid="kv_law_enforcement"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-law-enforcement-sp.svg");
  }
  [data-bgiid="kv_setting"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-setting-sp.svg");
  }
  [data-bgiid="kv_protection"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-protection-sp.svg");
  }
  [data-bgiid="kv_advisoryboard"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-advisoryboard-sp.svg");
  }
  [data-bgiid="kv_kidsprivacy"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-kidsprivacy-sp.svg");
  }
  [data-bgiid="kv_announce"] {
    background-image: url("https://s.yimg.jp/images/cdo/privacycenter/2023renewal/img/kv-announce-sp.svg");
  }
}

@media only screen and (max-width: 768px) {
  [data-bgiId="template1"] {
    background-image: url("/assets/img/dummy/_illust01_sp.jpg");
  }
}

[data-bgiid="templateX"] {
  background-image: url("/assets/img/dummy/_illust0X.jpg");
}

/* カード */
.mCard__holder {
  background-color: #FFF;
  border-radius: 12px;
  padding: 32px 32px 16px 32px;
}

.mCard__holder + .mCard__holder {
  margin-top: 24px;
}

.mCard__holder img {
  width: 100%;
}

.mCard__body {
  margin: 0;
}

.mCard--hasEyeCatch .mCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mCard__eyeCatch {
  width: 200px;
  margin-left: 32px;
  margin-bottom: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mCard__eyeCatch img {
  width: 100%;
}

.mCard__caption--forEyeCatch {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.mCard__body--title {
  margin-top: 0;
  margin-bottom: 0;
}

.mCard__body--title + .mCard__body--lead {
  margin-top: 14px;
}

.mCard__ExpandBody--holder {
  display: none;
  overflow: hidden;
  height: 0;
}

.mCard__ExpandBody {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 4px;
}

.-open .mCard__ExpandBody,
.-opening .mCard__ExpandBody {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.-closing .mCard__ExpandBody {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
}

.mCard__ExpandBody--title {
  margin-top: 0;
  margin-bottom: 0;
}

.mCard__ExpandBody--title + .mCard____ExpandBody--lead {
  margin-top: 17px;
}

.mCard__ExpandBody--lead {
  margin-bottom: 0;
}

.mCard__video {
  width: 38.38384%;
  min-width: 362px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mCard__video::before {
  padding-top: 56.25%;
  width: 100%;
  content: "";
  display: block;
}

.mCard__video iframe,
.mCard__video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 980px) { /*768から変更*/
  .mCard__holder {
    width: calc(100% + 16px*2);
    margin-left: -16px;
    border-radius: 0;
    padding: 32px 16px;
    line-height: 1.7em;
  }
  .mCard__body {
    margin: 0;
  }
  .mCard--hasEyeCatch .mCard__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mCard--hasEyeCatch .mCard__body > * {
    min-height: 1px;
    max-width: 100%;
  }
  .mCard__eyeCatch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .mCard__caption--forEyeCatch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 16px;
    line-height: 1.5;
  }
  .mCard__body--title + .mCard__body--lead {
    margin-top: 8px;
  }
  .mCard__ExpandBody--title + .mCard____ExpandBody--lead {
    margin-top: 8px;
  }
  .mCard__video {
    width: 100%;
    min-width: 1px;
  }
  .mCard--hasEyeCatch {
    padding: 16px 16px 32px;
  }
  .mCard--hasExpand {
    padding: 16px 16px 20px;
  }
}

.mShowMore__link {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #1a75ff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mShowMore__link:hover {
  text-decoration: none;
}

.mShowMore__link--icon {
  margin-right: 8px;
  display: inline-block;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.-open .mShowMore__link--icon,
.-opening .mShowMore__link--icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mShowMore__link--text {
  position: relative;
}

.mShowMore__link--text span {
  display: inline-block;
  -webkit-transition: opacity 0.05s 0.05s;
  transition: opacity 0.05s 0.05s;
  opacity: 1;
}

.mShowMore__link--text .-forClose {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.-open .mShowMore__link--text .-forClose,
.-opening .mShowMore__link--text .-forClose {
  opacity: 1;
}

.-open .mShowMore__link--text .-forOpen,
.-opening .mShowMore__link--text .-forOpen {
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  .mShowMore__link::before {
    content: "";
    width: 5em;
    height: 1px;
    background-color: #1a75ff;
    position: absolute;
    bottom: 2px;
    left: 2em;
    opacity: 0;
    -webkit-transition: opacity 0.1s 0s,width 0.08s 0.05s,left 0.08s 0.05s;
    transition: opacity 0.1s 0s,width 0.08s 0.05s,left 0.08s 0.05s;
  }
  .-opening .mShowMore__link::before,
  .-open .mShowMore__link::before {
    width: 3em;
    left: 2em;
  }
  .mShowMore__link:hover::before {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .mShowMore__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mShowMore__link--text {
    text-align: center;
  }
  .mShowMore__link--icon {
    margin-right: 8px;
  }
}

/* パネル */
.mPanel__wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mPanel__each {
  padding-top: 21px;
  padding-bottom: 19px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mPanel__contexts--left {
  display: table-cell;
  width: 116px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.mPanel__contexts--right {
  display: table-cell;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 24px;
}

.mPanel__title + .mPanel__lead {
  margin-top: 0.25em;
}

.mPanel__footer {
  font-size: 16px;
  margin-top: 1.9375em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .mPanel__each {
    padding-top: 11px;
    padding-bottom: 9px;
  }
  .mPanel__contexts--right {
    padding-left: 16px;
  }
  .mPanel__footer {
    text-align: right;
    font-size: 14px;
    margin-top: 1.92857em;
    margin-bottom: 0.57143em;
  }
}

/* Devider */
.mDevider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.mDevider--d {
  border-style: solid;
  border-color: #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.mDevider--e {
  border-style: solid;
  border-color: #eee;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

/* indent - ex.Annotation */
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent--en {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }

/* RelationLink */
.mRelationLink {
  padding-top: 8px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mRelationLink a {
  color: #1F78FF;
  margin-right: 1.5em;
  margin-top: 0.25em;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .mRelationLink {
    font-size: 14px;
  }
  .mRelationLink a {
    margin-top: 0.71429em;
  }

  .mRelationLink--grid {
    display: grid;
  }
  .mRelationLink--grid a {
    margin-right: 0;
  }
}

/* LinkExternal */
.mLinkExternal {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* List */
.mList li {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  line-height: 1.7;
}

/* Grid */
.mGrid__holder {
  margin-top: 24px;
}

.mGrid__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -24px;
  list-style: none;
  padding-left: 0;
}

.mGrid__each {
  width: calc((100% - 16px*2)/3);
  margin-top: 24px;
}

.mGrid__each--w2 {
  width: calc(16px + (100% - 16px*2) * 2 /3);
}

.mGrid__each--w3 {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mGrid__holder {
    margin-top: 16px;
  }
  .mGrid__wrapper {
    max-width: 73.06667%;
    margin-top: -16px;
    margin-left: auto;
    margin-right: auto;
  }
  .mGrid__each {
    margin-top: 16px;
  }
  .mGrid__each, .mGrid__each--w2, .mGrid__each--w3 {
    width: 100%;
  }
}

/* Table */
.mTable {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .mTable {
    border: 1px solid #ddd;
  }
  .mTable thead {
    background-color: #eee;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  .mTable thead tr th:first-child {
    white-space: nowrap;
  }
  .mTable tr + tr {
    border-top: 1px solid #ddd;
  }
  .mTable th {
    padding: 0.75em 1.25em;
  }
  .mTable th.thead__sp {
  display: none;
  }
  .mTable td {
    padding: 0.75em 1em;
  }
  .mTable th + th,
  .mTable td + td,
  .mTable th + td {
    border-left: 1px solid #ddd;
  }
  .mTable tbody th {
    text-align: left;
    background-color: #F7F7F7;
    font-weight: normal;
  }
  .mTable tbody th.th--correspondence {
    background-color: #fff;
  }
  .mTable thead tr th:first-child,
  .mTable tbody tr th:first-child {
    width: auto;
  }
  .mTable--correspondence  thead tr th:first-child,
  .mTable--correspondence tbody tr th:first-child {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .mTable {
    border: 1px solid #ddd;
    border-bottom: 0;
  }
  .mTable table,
  .mTable tbody,
  .mTable tr,
  .mTable th,
  .mTable th.thead__sp,
  .mTable td {
    display: block;
  }
  .mTable thead {
    display: none;
  }
  .mTable th {
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    padding: 0.6875em 1em 0.5625em;
  }
  .mTable th.th--correspondence {
    background-color: #fff;
    padding-top: 0;
    text-align: left;
  }
  .mTable td {
    position: relative;
    padding: 0 1em 0.5625em;
    border-bottom: 1px solid #ddd;
  }
  .mTable [data-label]::before {
    content: attr(data-label);
    display: block;
    width: calc(100% + 2em);
    margin-left: -1em;
    padding-top: 0.6875em;
    padding-bottom: 0.5625em;
    margin-bottom: 0.6875em;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .mTable--full {
    width: 100%;
  }
  .mTable--3quarter {
    width: 75%;
  }
  .mTable--half {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .mTable--full,
  .mTable--3quarter,
  .mTable--half {
    width: 100%;
  }
}

/*jsなし*/
.mNojs__holder {
  width: 100%;
  font-size: 1em;
  line-height: 1.55;
  letter-spacing: 0.03em;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  background-color: #ebebeb;
}

.mNojs__holder p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
  font-style: normal;
}

.mNojs__holder p + p {
  margin-top: 0.3em;
}

.mNojs__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
  width: calc(100% - 45px*2);
  border-radius: 12px;
  padding: 2em 4em;
  background-color: #FFF;
  text-align: center;
}

.mNojs__inner {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.mNojs__link {
  display: block;
  margin-top: 0.5em;
}

@media only screen and (max-width: 768px) {
  .mNojs__holder {
    font-size: 3.46667vw;
    line-height: 1.38462;
  }
  .mNojs__wrapper {
    max-width: 89.33333vw;
    width: calc(100% - 4vw*2);
    border-radius: 8px;
    padding: 1em 1.3em;
  }
}

/* ユーティリティ：
 * !importantを使用せずに詳細度10で使用するため当該ページで読み込むcssの中で
 * 最下部で読み込む想定です　*/
.uHidden {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 769px) {
  .uHidden--pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .uHidden--sp {
    display: none;
  }
}

.uText--underline {
  text-decoration: underline;
}

.uText--strike {
  text-decoration: line-through;
}

.uText--italic {
  font-style: italic;
}

.uText--center {
  text-align: center;
}

.uText--left {
  text-align: left;
}

.uText--right {
  text-align: right;
}

.uText--bold {
  font-weight: bold;
}

.uText--normal {
  font-weight: normal;
}

.uText--scaleUp {
  font-size: 1.15em;
}

.uText--scaleDown {
  font-size: 0.75em;
}

.uText--elli {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uText--breakword {
  word-wrap: break-word;
}

.uText--nowrap {
  white-space: nowrap;
}

.uText--justify {
  text-align: justify;
}

/* Spacing */
.uMgn__tb72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.uMgn__t72 {
  margin-top: 72px;
}

.uMgn__b72 {
  margin-bottom: 72px;
}

.uMgn__l72 {
  margin-left: 72px;
}

.uMgn__r72 {
  margin-right: 72px;
}

.uMgn__tb64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.uMgn__t64 {
  margin-top: 64px;
}

.uMgn__b64 {
  margin-bottom: 64px;
}

.uMgn__l64 {
  margin-left: 64px;
}

.uMgn__r64 {
  margin-right: 64px;
}

.uMgn__tb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.uMgn__t40 {
  margin-top: 40px;
}

.uMgn__b40 {
  margin-bottom: 40px;
}

.uMgn__l40 {
  margin-left: 40px;
}

.uMgn__r40 {
  margin-right: 40px;
}

.uMgn__tb32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.uMgn__t32 {
  margin-top: 32px;
}

.uMgn__b32 {
  margin-bottom: 32px;
}

.uMgn__l32 {
  margin-left: 32px;
}

.uMgn__r32 {
  margin-right: 32px;
}

.uMgn__tb24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.uMgn__t24 {
  margin-top: 24px;
}

.uMgn__b24 {
  margin-bottom: 24px;
}

.uMgn__l24 {
  margin-left: 24px;
}

.uMgn__r24 {
  margin-right: 24px;
}

.uMgn__b20 {
  margin-bottom: 20px;
}

.uMgn__tb16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.uMgn__t16 {
  margin-top: 16px;
}

.uMgn__b16 {
  margin-bottom: 16px;
}

.uMgn__l16 {
  margin-left: 16px;
}

.uMgn__r16 {
  margin-right: 16px;
}

.uMgn__tb8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.uMgn__t8 {
  margin-top: 8px;
}

.uMgn__b8 {
  margin-bottom: 8px;
}

.uMgn__l8 {
  margin-left: 8px;
}

.uMgn__r8 {
  margin-right: 8px;
}

.uMgn__tb0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.uMgn__t0 {
  margin-top: 0px;
}

.uMgn__b0 {
  margin-bottom: 0px;
}

.uMgn__l0 {
  margin-left: 0px;
}

.uMgn__r0 {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .uMgn__tb72--sp {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .uMgn__t72--sp {
    margin-top: 72px;
  }
  .uMgn__b72--sp {
    margin-bottom: 72px;
  }
  .uMgn__l72--sp {
    margin-left: 72px;
  }
  .uMgn__r72--sp {
    margin-right: 72px;
  }
  .uMgn__tb64--sp {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .uMgn__t64--sp {
    margin-top: 64px;
  }
  .uMgn__b64--sp {
    margin-bottom: 64px;
  }
  .uMgn__l64--sp {
    margin-left: 64px;
  }
  .uMgn__r64--sp {
    margin-right: 64px;
  }
  .uMgn__tb40--sp {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .uMgn__t40--sp {
    margin-top: 40px;
  }
  .uMgn__b40--sp {
    margin-bottom: 40px;
  }
  .uMgn__l40--sp {
    margin-left: 40px;
  }
  .uMgn__r40--sp {
    margin-right: 40px;
  }
  .uMgn__tb32--sp {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .uMgn__t32--sp {
    margin-top: 32px;
  }
  .uMgn__b32--sp {
    margin-bottom: 32px;
  }
  .uMgn__l32--sp {
    margin-left: 32px;
  }
  .uMgn__r32--sp {
    margin-right: 32px;
  }
  .uMgn__tb24--sp {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .uMgn__t24--sp {
    margin-top: 24px;
  }
  .uMgn__b24--sp {
    margin-bottom: 24px;
  }
  .uMgn__l24--sp {
    margin-left: 24px;
  }
  .uMgn__r24--sp {
    margin-right: 24px;
  }
  .uMgn__tb16--sp {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .uMgn__t16--sp {
    margin-top: 16px;
  }
  .uMgn__b16--sp {
    margin-bottom: 16px;
  }
  .uMgn__l16--sp {
    margin-left: 16px;
  }
  .uMgn__r16--sp {
    margin-right: 16px;
  }
  .uMgn__tb8--sp {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .uMgn__t8--sp {
    margin-top: 8px;
  }
  .uMgn__b8--sp {
    margin-bottom: 8px;
  }
  .uMgn__l8--sp {
    margin-left: 8px;
  }
  .uMgn__r8--sp {
    margin-right: 8px;
  }
  .uMgn__tb0--sp {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .uMgn__t0--sp {
    margin-top: 0px;
  }
  .uMgn__b0--sp {
    margin-bottom: 0px;
  }
  .uMgn__l0--sp {
    margin-left: 0px;
  }
  .uMgn__r0--sp {
    margin-right: 0px;
  }
}

.uPdng__tb72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.uPdng__t72 {
  padding-top: 72px;
}

.uPdng__b72 {
  padding-bottom: 72px;
}

.uPdng__l72 {
  padding-left: 72px;
}

.uPdng__r72 {
  padding-right: 72px;
}

.uPdng__tb64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.uPdng__t64 {
  padding-top: 64px;
}

.uPdng__b64 {
  padding-bottom: 64px;
}

.uPdng__l64 {
  padding-left: 64px;
}

.uPdng__r64 {
  padding-right: 64px;
}

.uPdng__tb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uPdng__t40 {
  padding-top: 40px;
}

.uPdng__b40 {
  padding-bottom: 40px;
}

.uPdng__l40 {
  padding-left: 40px;
}

.uPdng__r40 {
  padding-right: 40px;
}

.uPdng__tb32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.uPdng__t32 {
  padding-top: 32px;
}

.uPdng__b32 {
  padding-bottom: 32px;
}

.uPdng__l32 {
  padding-left: 32px;
}

.uPdng__r32 {
  padding-right: 32px;
}

.uPdng__tb24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.uPdng__t24 {
  padding-top: 24px;
}

.uPdng__b24 {
  padding-bottom: 24px;
}

.uPdng__l24 {
  padding-left: 24px;
}

.uPdng__r24 {
  padding-right: 24px;
}

.uPdng__tb16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.uPdng__t16 {
  padding-top: 16px;
}

.uPdng__b16 {
  padding-bottom: 16px;
}

.uPdng__l16 {
  padding-left: 16px;
}

.uPdng__r16 {
  padding-right: 16px;
}

.uPdng__tb8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.uPdng__t8 {
  padding-top: 8px;
}

.uPdng__b8 {
  padding-bottom: 8px;
}

.uPdng__l8 {
  padding-left: 8px;
}

.uPdng__r8 {
  padding-right: 8px;
}

.uPdng__tb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.uPdng__t0 {
  padding-top: 0px;
}

.uPdng__b0 {
  padding-bottom: 0px;
}

.uPdng__l0 {
  padding-left: 0px;
}

.uPdng__r0 {
  padding-right: 0px;
}

@media only screen and (max-width: 768px) {
  .uPdng__tb72--sp {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .uPdng__t72--sp {
    padding-top: 72px;
  }
  .uPdng__b72--sp {
    padding-bottom: 72px;
  }
  .uPdng__l72--sp {
    padding-left: 72px;
  }
  .uPdng__r72--sp {
    padding-right: 72px;
  }
  .uPdng__tb64--sp {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .uPdng__t64--sp {
    padding-top: 64px;
  }
  .uPdng__b64--sp {
    padding-bottom: 64px;
  }
  .uPdng__l64--sp {
    padding-left: 64px;
  }
  .uPdng__r64--sp {
    padding-right: 64px;
  }
  .uPdng__tb40--sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .uPdng__t40--sp {
    padding-top: 40px;
  }
  .uPdng__b40--sp {
    padding-bottom: 40px;
  }
  .uPdng__l40--sp {
    padding-left: 40px;
  }
  .uPdng__r40--sp {
    padding-right: 40px;
  }
  .uPdng__tb32--sp {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .uPdng__t32--sp {
    padding-top: 32px;
  }
  .uPdng__b32--sp {
    padding-bottom: 32px;
  }
  .uPdng__l32--sp {
    padding-left: 32px;
  }
  .uPdng__r32--sp {
    padding-right: 32px;
  }
  .uPdng__tb24--sp {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .uPdng__t24--sp {
    padding-top: 24px;
  }
  .uPdng__b24--sp {
    padding-bottom: 24px;
  }
  .uPdng__l24--sp {
    padding-left: 24px;
  }
  .uPdng__r24--sp {
    padding-right: 24px;
  }
  .uPdng__tb16--sp {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uPdng__t16--sp {
    padding-top: 16px;
  }
  .uPdng__b16--sp {
    padding-bottom: 16px;
  }
  .uPdng__l16--sp {
    padding-left: 16px;
  }
  .uPdng__r16--sp {
    padding-right: 16px;
  }
  .uPdng__tb8--sp {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uPdng__t8--sp {
    padding-top: 8px;
  }
  .uPdng__b8--sp {
    padding-bottom: 8px;
  }
  .uPdng__l8--sp {
    padding-left: 8px;
  }
  .uPdng__r8--sp {
    padding-right: 8px;
  }
  .uPdng__tb0--sp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .uPdng__t0--sp {
    padding-top: 0px;
  }
  .uPdng__b0--sp {
    padding-bottom: 0px;
  }
  .uPdng__l0--sp {
    padding-left: 0px;
  }
  .uPdng__r0--sp {
    padding-right: 0px;
  }
}