@charset "UTF-8";
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
	*/
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
SIZE
-------------------------*/
/*------------------------
COLOR
-------------------------*/
a {
  color: #333;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  font-family: ryo-gothic-plusn, "Noto Sans", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
}

.pcHide {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .pcHide {
    display: block;
  }
}

.spHide {
  display: block;
}
@media screen and ( max-width : 768px ) {
  .spHide {
    display: none;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  box-sizing: border-box;
}
.minWrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  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;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.l-contentInner, .l-footerInner {
  margin: auto 20px;
  max-width: 1200px;
  min-width: 280px;
}

.l-contentInner > :first-child, .l-modal__content > :first-child, .m-box-iframe__content > :first-child, .m-box-scroll__content > :first-child, .m-box-scroll__head > :first-child, .m-box__content > :first-child, .m-form-checkboxList__content > :first-child, .m-form-layout__content > :first-child, .m-form-layoutConfirm__content > :first-child, .m-form-radioList__content > :first-child, .m-form-summary__inner > :first-child, .m-form > :first-child, .m-index__content > :first-child, .m-layout-button__content > :first-child, .m-layout-buttonGrid__content > :first-child, .m-layout-grid__content > :first-child, .m-layout__content > :first-child, .m-media-layout__content > :first-child, .m-media-layout__media > :first-child, .m-panel-contact > :first-child, .m-panel-pickup__content > :first-child, .m-panel__content > :first-child, .m-table__tbody .m-table__td > :first-child, .m-widget-disclosure__content > :first-child, .m-widget-tab--type2__content > :first-child, .m-widget-tab__content > :first-child {
  margin-top: 0 !important;
}

.l-contentInner > :last-child, .l-modal__content > :last-child, .m-box-iframe__content > :last-child, .m-box-scroll__content > :last-child, .m-box-scroll__head > :last-child, .m-box__content > :last-child, .m-form-checkboxList__content > :last-child, .m-form-layout__content > :last-child, .m-form-layoutConfirm__content > :last-child, .m-form-radioList__content > :last-child, .m-form-summary__inner > :last-child, .m-form > :last-child, .m-index__content > :last-child, .m-layout-button__content > :last-child, .m-layout-buttonGrid__content > :last-child, .m-layout-grid__content > :last-child, .m-layout__content > :last-child, .m-media-layout__content > :last-child, .m-media-layout__media > :last-child, .m-panel-contact > :last-child, .m-panel-pickup__content > :last-child, .m-panel__content > :last-child, .m-table__tbody .m-table__td > :last-child, .m-widget-disclosure__content > :last-child, .m-widget-tab--type2__content > :last-child, .m-widget-tab__content > :last-child {
  margin-bottom: 0 !important;
}

/*!
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */
@font-face {
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
}
:root {
  --swiper-theme-color: #007aff ;
}

.l-footer--login {
  padding-bottom: 75px;
}

.l-footer--login .l-footerArea--copy {
  padding: 18px 0;
}

.l-footerArea {
  background-color: #faf5f0;
  margin-top: 55px;
  position: relative;
}

.l-footerArea--copy {
  background-color: #c80b4c;
  padding: 18px 0;
}

.l-footerArea .l-footerPageTopButton {
  align-items: center;
  background-color: #c80b4c;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  display: flex;
  height: 45px;
  justify-content: center;
  position: fixed;
  right: 6px;
  transition-duration: 0.3s;
  transition-property: opacity;
  width: 45px;
  z-index: 100;
}

[data-script-enabled=true] .l-footerArea .l-footerPageTopButton {
  opacity: 0;
  visibility: hidden;
}

.l-footerArea .l-footerPageTopButton.is-visible {
  visibility: visible;
}

.l-footerArea .l-footerPageTopButton.is-display {
  opacity: 1;
}

.l-footerUtility__item {
  border-bottom: 1px solid #e0e0e0;
}

.l-footerUtility__link {
  color: #333;
  display: block;
  font-size: 0.875rem;
  padding: 1.2em;
  text-align: center;
}

.l-footerUtility--secondary {
  padding: 20px 0;
}

.l-footerUtility--secondary .l-footerUtility__item {
  border-bottom: 0;
}

.l-footerUtility--secondary .l-footerUtility__link {
  font-size: 0.75rem;
  padding: 0.25em;
}

.l-footerCopyright {
  color: #fff;
  display: block;
  font-size: 0.6875rem;
  text-align: center;
}

.l-footerConversion {
  background-color: #f49c26;
  bottom: 0;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.l-footerConversion:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20350%2025%22%20width%3d%22350%22%20height%3d%2225%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M349%2e56,10%2e05c0,0%2d0%2e52%2d0%2e37%2d1%2e53%2d0%2e97c%2d0%2e49%2d0%2e3%2d1%2e13%2d0%2e14%2d1%2e43,0%2e36c%2d0%2e3,0%2e49%2d0%2e14,1%2e13,0%2e36,1%2e43c0%2e89,0%2e54,1%2e37,0%2e87,1%2e39,0%2e89c0%2e18,0%2e13,0%2e39,0%2e19,0%2e6,0%2e19c0%2e33,0,0%2e65%2d0%2e15,0%2e85%2d0%2e44C350%2e14,11%2e03,350%2e03,10%2e38,349%2e56,10%2e05z%22%2f%3e%3cpath%20d%3d%22M308%2e3,2%2e63c%2d0%2e96,0%2e4%2d1%2e98,0%2e87%2d3%2e05,1%2e39c%2d0%2e52,0%2e25%2d0%2e73,0%2e87%2d0%2e48,1%2e39c0%2e18,0%2e37,0%2e55,0%2e59,0%2e94,0%2e59c0%2e15,0,0%2e31%2d0%2e03,0%2e45%2d0%2e1c1%2e03%2d0%2e5,2%2e03%2d0%2e95,2%2e95%2d1%2e34c0%2e53%2d0%2e22,0%2e78%2d0%2e83,0%2e56%2d1%2e36C309%2e43,2%2e66,308%2e82,2%2e41,308%2e3,2%2e63z%22%2f%3e%3cpath%20d%3d%22M300%2e33,6%2e6c%2d0%2e97,0%2e54%2d1%2e93,1%2e1%2d2%2e88,1%2e66c%2d0%2e49,0%2e29%2d0%2e66,0%2e93%2d0%2e36,1%2e42c0%2e2,0%2e33,0%2e54,0%2e51,0%2e9,0%2e51c0%2e18,0,0%2e36%2d0%2e05,0%2e53%2d0%2e15c0%2e93%2d0%2e55,1%2e88%2d1%2e1,2%2e83%2d1%2e63c0%2e5%2d0%2e28,0%2e68%2d0%2e91,0%2e4%2d1%2e41C301%2e46,6%2e5,300%2e83,6%2e32,300%2e33,6%2e6z%22%2f%3e%3cpath%20d%3d%22M292%2e75,11%2e16c%2d0%2e98,0%2e63%2d1%2e91,1%2e24%2d2%2e78,1%2e81c%2d0%2e48,0%2e32%2d0%2e61,0%2e96%2d0%2e29,1%2e44c0%2e2,0%2e3,0%2e53,0%2e46,0%2e87,0%2e46c0%2e2,0,0%2e4%2d0%2e06,0%2e57%2d0%2e17c0%2e85%2d0%2e57,1%2e78%2d1%2e17,2%2e75%2d1%2e79c0%2e48%2d0%2e31,0%2e63%2d0%2e95,0%2e32%2d1%2e44C293%2e87,10%2e99,293%2e23,10%2e85,292%2e75,11%2e16z%22%2f%3e%3cpath%20d%3d%22M334%2e75,3%2e3c%2d1%2e07%2d0%2e32%2d2%2e15%2d0%2e62%2d3%2e23%2d0%2e89c%2d0%2e55%2d0%2e14%2d1%2e12,0%2e2%2d1%2e26,0%2e76c%2d0%2e14,0%2e56,0%2e2,1%2e12,0%2e76,1%2e26c1%2e04,0%2e26,2%2e09,0%2e55,3%2e12,0%2e86c0%2e1,0%2e03,0%2e2,0%2e05,0%2e3,0%2e05c0%2e45,0,0%2e86%2d0%2e29,0%2e99%2d0%2e74C335%2e61,4%2e05,335%2e3,3%2e47,334%2e75,3%2e3z%22%2f%3e%3cpath%20d%3d%22M343%2e09,6%2e47c%2d1%2d0%2e46%2d2%2e03%2d0%2e91%2d3%2e08%2d1%2e32c%2d0%2e53%2d0%2e21%2d1%2e14,0%2e05%2d1%2e35,0%2e58c%2d0%2e21,0%2e53,0%2e05,1%2e14,0%2e58,1%2e35c1%2e01,0%2e4,2%2e01,0%2e83,2%2e97,1%2e28c0%2e14,0%2e07,0%2e29,0%2e1,0%2e44,0%2e1c0%2e39,0,0%2e77%2d0%2e22,0%2e94%2d0%2e6C343%2e83,7%2e33,343%2e61,6%2e71,343%2e09,6%2e47z%22%2f%3e%3cpath%20d%3d%22M317%2e19,0%2e47l%2d0%2e55%2d0%2e01c%2d0%2e87,0%2d1%2e87,0%2e13%2d2%2e97,0%2e37c%2d0%2e56,0%2e13%2d0%2e91,0%2e68%2d0%2e79,1%2e24c0%2e11,0%2e48,0%2e54,0%2e81,1%2e01,0%2e81c0%2e08,0,0%2e15%2d0%2e01,0%2e23%2d0%2e03c0%2e95%2d0%2e21,1%2e79%2d0%2e32,2%2e51%2d0%2e32l0%2e5,0%2e01c0%2e01,0,0%2e02,0,0%2e02,0c0%2e56,0,1%2e03%2d0%2e45,1%2e04%2d1%2e02C318%2e22,0%2e96,317%2e76,0%2e48,317%2e19,0%2e47z%22%2f%3e%3cpath%20d%3d%22M326%2e07,1%2e29c%2d1%2e1%2d0%2e18%2d2%2e21%2d0%2e33%2d3%2e31%2d0%2e45c%2d0%2e56%2d0%2e06%2d1%2e08,0%2e35%2d1%2e15,0%2e92s0%2e35,1%2e08,0%2e92,1%2e15c1%2e06,0%2e12,2%2e14,0%2e26,3%2e21,0%2e44c0%2e06,0%2e01,0%2e11,0%2e01,0%2e17,0%2e01c0%2e5,0,0%2e94%2d0%2e36,1%2e03%2d0%2e87C327%2e02,1%2e92,326%2e63,1%2e38,326%2e07,1%2e29z%22%2f%3e%3cpath%20d%3d%22M285%2e42,16%2e07c%2d0%2e34,0%2e24%2d0%2e63,0%2e44%2d0%2e85,0%2e6c%2d0%2e3%2d0%2e19%2d0%2e61%2d0%2e37%2d0%2e93%2d0%2e55c%2d0%2e5%2d0%2e28%2d1%2e13%2d0%2e11%2d1%2e42,0%2e39c%2d0%2e28,0%2e5%2d0%2e11,1%2e13,0%2e39,1%2e42c0%2e49,0%2e28,0%2e97,0%2e57,1%2e43,0%2e86l0%2e6,0%2e39l0%2e58%2d0%2e42c0,0,0%2e51%2d0%2e37,1%2e39%2d0%2e99c0%2e47%2d0%2e33,0%2e58%2d0%2e98,0%2e25%2d1%2e45C286%2e54,15%2e86,285%2e89,15%2e74,285%2e42,16%2e07z%22%2f%3e%3cpath%20d%3d%22M238%2e79,12%2e08c%2d1%2e18,0%2e39%2d2%2e37,0%2e83%2d3%2e52,1%2e3c%2d0%2e53,0%2e22%2d0%2e79,0%2e82%2d0%2e57,1%2e36c0%2e16,0%2e4,0%2e55,0%2e65,0%2e96,0%2e65c0%2e13,0,0%2e26%2d0%2e02,0%2e39%2d0%2e08c1%2e11%2d0%2e45,2%2e25%2d0%2e87,3%2e39%2d1%2e25c0%2e54%2d0%2e18,0%2e84%2d0%2e77,0%2e66%2d1%2e31C239%2e92,12%2e19,239%2e33,11%2e9,238%2e79,12%2e08z%22%2f%3e%3cpath%20d%3d%22M277%2e94,13%2e48c%2d1%2e13%2d0%2e43%2d2%2e32%2d0%2e84%2d3%2e54%2d1%2e22c%2d0%2e55%2d0%2e17%2d1%2e13,0%2e14%2d1%2e3,0%2e69c%2d0%2e17,0%2e55,0%2e14,1%2e13,0%2e69,1%2e3c1%2e17,0%2e36,2%2e32,0%2e76,3%2e41,1%2e17c0%2e12,0%2e05,0%2e25,0%2e07,0%2e37,0%2e07c0%2e42,0,0%2e81%2d0%2e25,0%2e97%2d0%2e67C278%2e75,14%2e29,278%2e48,13%2e69,277%2e94,13%2e48z%22%2f%3e%3cpath%20d%3d%22M229%2e63,16%2e05c%2d1%2e09,0%2e59%2d2%2e18,1%2e23%2d3%2e23,1%2e9c%2d0%2e49,0%2e31%2d0%2e63,0%2e95%2d0%2e32,1%2e43c0%2e2,0%2e31,0%2e54,0%2e48,0%2e88,0%2e48c0%2e19,0,0%2e38%2d0%2e05,0%2e56%2d0%2e16c1%2e01%2d0%2e64,2%2e06%2d1%2e26,3%2e11%2d1%2e83c0%2e51%2d0%2e28,0%2e69%2d0%2e91,0%2e42%2d1%2e41C230%2e77,15%2e96,230%2e14,15%2e78,229%2e63,16%2e05z%22%2f%3e%3cpath%20d%3d%22M248%2e51,9%2e79c%2d1%2e23,0%2e18%2d2%2e47,0%2e39%2d3%2e69,0%2e65c%2d0%2e56,0%2e12%2d0%2e92,0%2e67%2d0%2e8,1%2e23c0%2e1,0%2e49,0%2e54,0%2e83,1%2e02,0%2e83c0%2e07,0,0%2e14%2d0%2e01,0%2e22%2d0%2e02c1%2e18%2d0%2e25,2%2e37%2d0%2e46,3%2e55%2d0%2e63c0%2e57%2d0%2e08,0%2e96%2d0%2e61,0%2e88%2d1%2e18C249%2e6,10%2e11,249%2e08,9%2e72,248%2e51,9%2e79z%22%2f%3e%3cpath%20d%3d%22M258%2e5,9%2e4c%2d1%2e11%2d0%2e06%2d2%2e21%2d0%2e1%2d3%2e26%2d0%2e1l%2d0%2e49,0c%2d0%2e57,0%2e01%2d1%2e03,0%2e48%2d1%2e03,1%2e05c0%2e01,0%2e57,0%2e47,1%2e03,1%2e04,1%2e03c0,0,0%2e01,0,0%2e01,0l0%2e47,0c1%2e01,0,2%2e06,0%2e03,3%2e14,0%2e09c0%2e02,0,0%2e04,0,0%2e06,0c0%2e55,0,1%2e01%2d0%2e43,1%2e04%2d0%2e98C259%2e51,9%2e92,259%2e07,9%2e43,258%2e5,9%2e4z%22%2f%3e%3cpath%20d%3d%22M268%2e37,10%2e72c%2d1%2e21%2d0%2e25%2d2%2e44%2d0%2e47%2d3%2e68%2d0%2e66c%2d0%2e58%2d0%2e08%2d1%2e1,0%2e3%2d1%2e19,0%2e87c%2d0%2e09,0%2e57,0%2e3,1%2e1,0%2e87,1%2e19c1%2e2,0%2e18,2%2e4,0%2e4,3%2e57,0%2e64c0%2e07,0%2e01,0%2e14,0%2e02,0%2e21,0%2e02c0%2e48,0,0%2e91%2d0%2e34,1%2e02%2d0%2e83C269%2e29,11%2e39,268%2e93,10%2e83,268%2e37,10%2e72z%22%2f%3e%3cpath%20d%3d%22M221%2e31,21%2e59c%2d0%2e46,0%2e37%2d0%2e91,0%2e74%2d1%2e36,1%2e13c%2d0%2e44,0%2e37%2d0%2e49,1%2e03%2d0%2e11,1%2e47c0%2e21,0%2e24,0%2e5,0%2e36,0%2e79,0%2e36c0%2e24,0,0%2e48%2d0%2e08,0%2e68%2d0%2e25c0%2e43%2d0%2e37,0%2e87%2d0%2e73,1%2e31%2d1%2e09c0%2e45%2d0%2e36,0%2e52%2d1%2e01,0%2e16%2d1%2e46C222%2e41,21%2e3,221%2e76,21%2e23,221%2e31,21%2e59z%22%2f%3e%3cpath%20d%3d%22M128%2e69,21%2e59c%2d0%2e45%2d0%2e36%2d1%2e1%2d0%2e29%2d1%2e46,0%2e16c%2d0%2e36,0%2e45%2d0%2e29,1%2e1,0%2e16,1%2e46c0%2e44,0%2e35,0%2e88,0%2e72,1%2e31,1%2e09c0%2e2,0%2e17,0%2e44,0%2e25,0%2e68,0%2e25c0%2e29,0,0%2e58%2d0%2e12,0%2e79%2d0%2e36c0%2e37%2d0%2e44,0%2e32%2d1%2e09%2d0%2e11%2d1%2e47C129%2e6,22%2e33,129%2e15,21%2e96,128%2e69,21%2e59z%22%2f%3e%3cpath%20d%3d%22M85%2e32,10%2e05c%2d1%2e22,0%2e19%2d2%2e46,0%2e41%2d3%2e68,0%2e66c%2d0%2e56,0%2e12%2d0%2e92,0%2e67%2d0%2e81,1%2e23c0%2e1,0%2e49,0%2e53,0%2e83,1%2e02,0%2e83c0%2e07,0,0%2e14%2d0%2e01,0%2e21%2d0%2e02c1%2e18%2d0%2e24,2%2e38%2d0%2e46,3%2e57%2d0%2e64c0%2e57%2d0%2e09,0%2e96%2d0%2e62,0%2e87%2d1%2e18C86%2e42,10%2e36,85%2e89,9%2e97,85%2e32,10%2e05z%22%2f%3e%3cpath%20d%3d%22M75%2e62,12%2e26c%2d1%2e23,0%2e38%2d2%2e42,0%2e79%2d3%2e54,1%2e22c%2d0%2e54,0%2e21%2d0%2e8,0%2e81%2d0%2e6,1%2e34c0%2e16,0%2e41,0%2e55,0%2e67,0%2e97,0%2e67c0%2e12,0,0%2e25%2d0%2e02,0%2e37%2d0%2e07c1%2e08%2d0%2e41,2%2e23%2d0%2e81,3%2e41%2d1%2e17c0%2e55%2d0%2e17,0%2e86%2d0%2e75,0%2e69%2d1%2e3C76%2e74,12%2e4,76%2e16,12%2e09,75%2e62,12%2e26z%22%2f%3e%3cpath%20d%3d%22M95%2e26,9%2e3l%2d0%2e51,0c%2d1%2e05,0%2d2%2e14,0%2e03%2d3%2e24,0%2e1c%2d0%2e57,0%2e03%2d1%2e01,0%2e52%2d0%2e98,1%2e1c0%2e03,0%2e55,0%2e49,0%2e98,1%2e04,0%2e98c0%2e02,0,0%2e04,0,0%2e06,0c1%2e06%2d0%2e06,2%2e11%2d0%2e09,3%2e12%2d0%2e09l0%2e49,0c0,0,0%2e01,0,0%2e01,0c0%2e57,0,1%2e03%2d0%2e46,1%2e04%2d1%2e03C96%2e3,9%2e78,95%2e84,9%2e31,95%2e26,9%2e3z%22%2f%3e%3cpath%20d%3d%22M105%2e2,10%2e45c%2d1%2e22%2d0%2e26%2d2%2e46%2d0%2e48%2d3%2e69%2d0%2e65c%2d0%2e58%2d0%2e08%2d1%2e1,0%2e31%2d1%2e18,0%2e88c%2d0%2e08,0%2e57,0%2e31,1%2e09,0%2e88,1%2e18c1%2e18,0%2e17,2%2e38,0%2e38,3%2e55,0%2e63c0%2e07,0%2e01,0%2e14,0%2e02,0%2e22,0%2e02c0%2e48,0,0%2e91%2d0%2e34,1%2e02%2d0%2e82C106%2e12,11%2e12,105%2e76,10%2e57,105%2e2,10%2e45z%22%2f%3e%3cpath%20d%3d%22M123%2e61,17%2e96c%2d1%2e05%2d0%2e67%2d2%2e14%2d1%2e31%2d3%2e23%2d1%2e9c%2d0%2e5%2d0%2e27%2d1%2e13%2d0%2e09%2d1%2e41,0%2e42c%2d0%2e27,0%2e5%2d0%2e09,1%2e13,0%2e42,1%2e41c1%2e05,0%2e57,2%2e1,1%2e19,3%2e11,1%2e83c0%2e17,0%2e11,0%2e37,0%2e16,0%2e56,0%2e16c0%2e34,0,0%2e68%2d0%2e17,0%2e88%2d0%2e48C124%2e24,18%2e91,124%2e09,18%2e26,123%2e61,17%2e96z%22%2f%3e%3cpath%20d%3d%22M114%2e74,13%2e38c%2d1%2e16%2d0%2e47%2d2%2e35%2d0%2e91%2d3%2e52%2d1%2e3c%2d0%2e55%2d0%2e18%2d1%2e13,0%2e12%2d1%2e31,0%2e66c%2d0%2e18,0%2e54,0%2e12,1%2e13,0%2e66,1%2e31c1%2e13,0%2e37,2%2e26,0%2e79,3%2e38,1%2e25c0%2e13,0%2e05,0%2e26,0%2e08,0%2e39,0%2e08c0%2e41,0,0%2e8%2d0%2e24,0%2e96%2d0%2e65C115%2e53,14%2e2,115%2e27,13%2e6,114%2e74,13%2e38z%22%2f%3e%3cpath%20d%3d%22M66%2e36,16%2e13c%2d0%2e32,0%2e18%2d0%2e63,0%2e36%2d0%2e93,0%2e55c%2d0%2e22%2d0%2e16%2d0%2e51%2d0%2e36%2d0%2e85%2d0%2e6c%2d0%2e47%2d0%2e33%2d1%2e12%2d0%2e22%2d1%2e45,0%2e25c%2d0%2e33,0%2e47%2d0%2e22,1%2e12,0%2e25,1%2e45c0%2e88,0%2e62,1%2e39,0%2e99,1%2e39,0%2e99l0%2e58,0%2e42l0%2e6%2d0%2e39c0%2e46%2d0%2e3,0%2e94%2d0%2e58,1%2e43%2d0%2e86c0%2e5%2d0%2e28,0%2e68%2d0%2e92,0%2e39%2d1%2e42S66%2e86,15%2e84,66%2e36,16%2e13z%22%2f%3e%3cpath%20d%3d%22M27%2e25,0%2e84c%2d1%2e1,0%2e12%2d2%2e22,0%2e27%2d3%2e31,0%2e45c%2d0%2e57,0%2e09%2d0%2e95,0%2e63%2d0%2e86,1%2e19C23%2e16,3,23%2e6,3%2e36,24%2e1,3%2e36c0%2e06,0,0%2e11,0,0%2e17%2d0%2e01c1%2e06%2d0%2e17,2%2e14%2d0%2e32,3%2e21%2d0%2e44c0%2e57%2d0%2e06,0%2e98%2d0%2e58,0%2e92%2d1%2e15C28%2e33,1%2e19,27%2e83,0%2e77,27%2e25,0%2e84z%22%2f%3e%3cpath%20d%3d%22M36%2e33,0%2e83c%2d1%2e1%2d0%2e25%2d2%2e1%2d0%2e37%2d2%2e97%2d0%2e37l%2d0%2e55,0%2e01c%2d0%2e57,0%2e02%2d1%2e03,0%2e49%2d1%2e01,1%2e07c0%2e02,0%2e57,0%2e5,1%2e05,1%2e07,1%2e01l0%2e49%2d0%2e01c0%2e72,0,1%2e57,0%2e11,2%2e51,0%2e32c0%2e08,0%2e02,0%2e15,0%2e03,0%2e23,0%2e03c0%2e47,0,0%2e9%2d0%2e33,1%2e01%2d0%2e81C37%2e24,1%2e51,36%2e89,0%2e95,36%2e33,0%2e83z%22%2f%3e%3cpath%20d%3d%22M18%2e48,2%2e41c%2d1%2e08,0%2e27%2d2%2e16,0%2e57%2d3%2e22,0%2e89c%2d0%2e55,0%2e17%2d0%2e86,0%2e75%2d0%2e69,1%2e3c0%2e14,0%2e45,0%2e55,0%2e74,0%2e99,0%2e74c0%2e1,0,0%2e2%2d0%2e01,0%2e3%2d0%2e05c1%2e03%2d0%2e31,2%2e08%2d0%2e6,3%2e12%2d0%2e86c0%2e56%2d0%2e14,0%2e9%2d0%2e7,0%2e76%2d1%2e26C19%2e6,2%2e61,19%2e04,2%2e27,18%2e48,2%2e41z%22%2f%3e%3cpath%20d%3d%22M9%2e99,5%2e15C8%2e95,5%2e56,7%2e91,6%2e01,6%2e92,6%2e47C6%2e39,6%2e71,6%2e17,7%2e33,6%2e41,7%2e85c0%2e18,0%2e38,0%2e55,0%2e6,0%2e94,0%2e6c0%2e15,0,0%2e29%2d0%2e03,0%2e44%2d0%2e1c0%2e96%2d0%2e45,1%2e96%2d0%2e88,2%2e97%2d1%2e28c0%2e53%2d0%2e21,0%2e79%2d0%2e82,0%2e58%2d1%2e35C11%2e13,5%2e19,10%2e53,4%2e93,9%2e99,5%2e15z%22%2f%3e%3cpath%20d%3d%22M60%2e03,12%2e96c%2d0%2e86%2d0%2e57%2d1%2e79%2d1%2e18%2d2%2e78%2d1%2e81c%2d0%2e48%2d0%2e31%2d1%2e13%2d0%2e17%2d1%2e44,0%2e31c%2d0%2e31,0%2e48%2d0%2e17,1%2e13,0%2e31,1%2e44c0%2e97,0%2e62,1%2e89,1%2e22,2%2e75,1%2e79c0%2e18,0%2e12,0%2e38,0%2e17,0%2e57,0%2e17c0%2e34,0,0%2e67%2d0%2e16,0%2e87%2d0%2e47C60%2e64,13%2e93,60%2e51,13%2e28,60%2e03,12%2e96z%22%2f%3e%3cpath%20d%3d%22M44%2e75,4%2e02c%2d1%2e06%2d0%2e52%2d2%2e09%2d0%2e98%2d3%2e05%2d1%2e39c%2d0%2e53%2d0%2e22%2d1%2e14,0%2e03%2d1%2e36,0%2e56c%2d0%2e22,0%2e53,0%2e03,1%2e14,0%2e56,1%2e36c0%2e93,0%2e39,1%2e92,0%2e84,2%2e95,1%2e34c0%2e15,0%2e07,0%2e3,0%2e1,0%2e45,0%2e1c0%2e39,0,0%2e76%2d0%2e22,0%2e94%2d0%2e59C45%2e49,4%2e89,45%2e27,4%2e27,44%2e75,4%2e02z%22%2f%3e%3cpath%20d%3d%22M52%2e55,8%2e26C51%2e6,7%2e7,50%2e64,7%2e14,49%2e67,6%2e6c%2d0%2e5%2d0%2e28%2d1%2e14%2d0%2e1%2d1%2e41,0%2e4c%2d0%2e28,0%2e5%2d0%2e1,1%2e13,0%2e4,1%2e41c0%2e95,0%2e53,1%2e9,1%2e08,2%2e83,1%2e63c0%2e17,0%2e1,0%2e35,0%2e15,0%2e53,0%2e15c0%2e36,0,0%2e7%2d0%2e18,0%2e9%2d0%2e51C53%2e2,9%2e19,53%2e04,8%2e55,52%2e55,8%2e26z%22%2f%3e%3cpath%20d%3d%22M1%2e96,9%2e07c%2d1,0%2e6%2d1%2e53,0%2e97%2d1%2e53,0%2e97c%2d0%2e47,0%2e33%2d0%2e58,0%2e98%2d0%2e24,1%2e45c0%2e2,0%2e29,0%2e52,0%2e44,0%2e85,0%2e44c0%2e21,0,0%2e42%2d0%2e06,0%2e6%2d0%2e19c0%2e02%2d0%2e01,0%2e5%2d0%2e35,1%2e39%2d0%2e89c0%2e49%2d0%2e3,0%2e65%2d0%2e93,0%2e36%2d1%2e43C3%2e09,8%2e94,2%2e45,8%2e78,1%2e96,9%2e07z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 10px;
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 190px;
}

.l-footerConversion__button {
  text-decoration: none;
}

.l-footerConversion__button, .l-footerConversion__buttonInner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.l-footerConversion__buttonInner {
  position: relative;
}

.l-footerConversion__buttonInner:after, .l-footerConversion__buttonInner:before {
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 5px;
  content: "";
  display: block;
  position: absolute;
}

.l-footerConversion__buttonInner:before {
  background-image: url(/themes/kidzania/common/img/illust.svg);
  background-size: 75px 88px;
  height: 88px;
  left: 20px;
  width: 75px;
}

.l-footerConversion__buttonInner:after {
  background-image: url(/themes/kidzania/common/img/illust2.svg);
  background-size: 76px 56px;
  height: 56px;
  right: 20px;
  width: 76px;
}

.l-footerConversion__text {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 1em;
  position: relative;
  top: -5px;
}

.l-footerConversion__text:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 15px;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 15px;
}

.l-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100vw;
  z-index: 3000;
}

.l-modal:not([open]) {
  opacity: 0;
  visibility: hidden;
}

.l-modal__close {
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 30px;
  z-index: 2000;
}

.l-modal__closeText {
  background-color: #efefef;
  border-radius: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 100%;
  position: relative;
  width: 100%;
}

.l-modal__closeText:after, .l-modal__closeText:before {
  background-color: #333;
  border-radius: 1px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 14px;
}

.l-modal__closeText:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-modal__closeText:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-modal__content {
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  margin: 20px 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0 10px;
  position: relative;
  z-index: 1000;
}

.l-modal__content__inner {
  position: relative;
}

.l-modal__content__inner .l-modal__content__view-next {
  margin-top: 0;
}

.l-modal__content__view-current {
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}

.l-modal__content__view-current.is-finish {
  transform: translateX(-110%);
}

.l-modal__content__view-next {
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}

.l-modal__content__view-next.is-hide {
  transform: translateX(110%);
}

.l-modal__foot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 0 0 60px;
  overflow: hidden;
}

.l-modal__footButton {
  align-items: center;
  background-color: #efefef;
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.l-modalArea {
  margin-bottom: 120px;
}

.l-modalInner {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 75vh;
  max-width: 960px;
  position: relative;
  width: 90vw;
}

.l-modalInner:before {
  background-image: url(/themes/kidzania/common/img/decoration.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 66px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(180deg) scaleX(-1);
  width: 30px;
}

.m-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.m-box--darkColor {
  background-color: #f6f6f6;
}

.m-box--frame {
  border: 1px solid #c5c5c5;
}

.m-box--connect + .m-box {
  position: relative;
}

.m-box--connect + .m-box:before {
  border-bottom: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #c5c5c5;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -27.5px;
  transform: translateX(-50%);
  width: 0;
}

.m-box-scroll {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  height: 200px;
  overflow-y: scroll;
  padding: 15px;
}

.m-box-scroll__head + .m-box-scroll__body {
  margin-top: 15px;
}

.m-box-scroll__title {
  font-size: 1.5rem;
}

.m-box-ticket {
  background-color: #fff5e6;
  border-bottom: 1px solid #f49c26;
  border-top: 1px solid #f49c26;
  margin: 0 auto;
  padding: 16px 40px 19px;
  position: relative;
  text-align: center;
  width: calc(100% - 12px);
}

.m-box-ticket__hdg {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.m-box-ticket__count {
  margin-bottom: 6px;
}

.m-box-ticket__count .m-box-ticket__num {
  font-size: 1.5rem;
  line-height: 1.5;
}

.m-box-ticket__num {
  color: #f49c26;
  font-weight: 700;
}

.m-box-ticket__txt {
  font-size: 0.75rem;
}

.m-box-ticket__txt .m-box-ticket__num {
  font-size: 0.875rem;
  line-height: 1.4;
}

.m-box-ticket:after, .m-box-ticket:before {
  background-repeat: repeat;
  background-size: contain;
  border-bottom: 1px solid #f49c26;
  border-top: 1px solid #f49c26;
  content: "";
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: 6px;
}

.m-box-ticket:before {
  background-image: url(/themes/kidzania/common/img/ticketbox-bg-01.png);
  left: -6px;
}

.m-box-ticket:after {
  background-image: url(/themes/kidzania/common/img/ticketbox-bg-02.png);
  right: -6px;
}

.m-box-point {
  margin-top: 20px;
}

.m-box-point__inner {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 14px 16px;
}

.m-box-point__heading {
  background-image: url(/themes/kidzania/common/img/icon33.svg);
  background-repeat: no-repeat;
  background-size: 27px 25px;
  line-height: 2.125;
  padding-left: 33px;
}

.m-box-point__heading__text {
  font-size: 1rem;
  font-weight: 700;
}

.m-box-point__content > :first-child {
  margin-top: 3px;
}

.m-box-message {
  background-color: #ffefd9;
}

.m-box-message__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 34px 0 37px;
}

.m-box-message__heading {
  font-size: 1rem;
  margin-bottom: 30px;
}

.m-box-message__heading__title {
  padding: 0 20px;
  position: relative;
}

.m-box-message__heading__title:after, .m-box-message__heading__title:before {
  background-color: #f49c26;
  border-radius: 5px;
  content: "";
  display: block;
  height: 33px;
  position: absolute;
  top: -4px;
  width: 2px;
}

.m-box-message__heading__title:before {
  left: 0;
  transform: rotate(-20deg);
}

.m-box-message__heading__title:after {
  right: 0;
  transform: rotate(20deg);
}

.m-box-message__heading__title > b {
  background-image: url(/themes/kidzania/common/img/icon35.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 30px;
}

.m-box-message__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.m-box-message__media {
  align-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 125px;
  justify-content: center;
  overflow: hidden;
  width: 125px;
}

.m-box-message__media img {
  flex-shrink: 0;
  height: 100%;
  max-width: none;
}

.m-box-message__text {
  background-color: #fff;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.44;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.m-box-message__text:before {
  border-bottom: 17px solid transparent;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 18px 17px;
  content: "";
  display: block;
  height: 23px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -24px;
  width: 36px;
  z-index: -1;
}

.m-box-professional {
  background-color: #333;
  padding: 14px 0 30px;
}

.m-box-professional__title {
  color: #f49c26;
  font-size: 1rem;
}

.m-box-professional__content {
  margin-top: 12px;
}

.m-box-professional__item {
  background: url(/themes/kidzania/common/img/backgroundConnpass.png) no-repeat 0 100% #fff;
  border-radius: 3px;
  padding: 9px 10px 20px;
}

.m-box-professional__item__title {
  border-bottom: 1px solid #c8c8c8;
  font-weight: 700;
  padding-bottom: 9px;
}

.m-box-professional__item__content {
  padding-top: 9px;
}

.m-box-professional__item .m-layout-button {
  margin-top: 22px;
}

.m-box-professional__item + .m-box-professional__item {
  margin-top: 10px;
}

.m-box-contact {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin-top: 20px;
}

.m-box-contact__inner {
  padding: 20px 10px 18px;
}

.m-box-contact__attention {
  background-color: #f6f6f6;
  border-radius: 100px;
  padding: 10px 22px 9px;
  text-align: center;
}

.m-box-contact__attention + .m-box-contact__content {
  margin-top: 15px;
}

.m-box-contact__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
  margin: 17px 0 15px;
  text-align: center;
}

.m-box-contact__content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.m-box-contact__number {
  color: #c80b4c;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.23;
  overflow-wrap: break-word;
  word-break: break-all;
}

.m-box-contact__date {
  font-weight: 700;
  margin-top: 16px;
}

.m-box-contact__small {
  margin-top: 10px;
  text-align: center;
}

.m-box-contact__address {
  color: #c80b4c;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.23;
  overflow-wrap: break-word;
  word-break: break-all;
}

.m-box-breakingNews {
  background-color: #fff;
  border-radius: 10px;
  border-top: 9px solid #f49c26;
  margin: auto;
  max-width: 660px;
  width: 100%;
}

.m-box-breakingNews__inner {
  padding: 10px 15px 15px;
}

.m-box-breakingNews__heading {
  margin-bottom: 10px;
}

.m-box-breakingNews__headingText {
  color: #c8004c;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
}

.m-box-breakingNews__link {
  color: #333;
  font-size: 0.8125rem;
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}

.m-box-breakingNews__link:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 13px;
}

.m-box-breakingNewsText + .m-box-breakingNewsText {
  margin-top: 20px;
}

.m-box-breakingNewsText__text {
  font-size: 0.75rem;
  line-height: 1.5833333333;
}

.m-box-openHours {
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-top: 20px;
}

.m-box-openHours__inner {
  align-items: center;
  display: flex;
  padding: 10px 14px 19px;
}

.m-box-openHours__title {
  font-size: 1rem;
  font-weight: 700;
  padding-right: 17px;
  text-align: center;
}

.m-box-openHours__title__text {
  display: block;
}

.m-box-openHours__title .m-icon {
  height: 2em;
}

.m-box-openHours__content {
  border-left: 1px solid #c5c5c5;
  padding-left: 17px;
}

.m-box-openHours__item {
  align-items: center;
  display: flex;
}

.m-box-openHours__item dt {
  border: 1px solid #c80b4c;
  border-radius: 9px;
  color: #c80b4c;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 2px 0;
  text-align: center;
  width: 45px;
}

.m-box-openHours__item dd {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 10px;
}

.m-box-openHours__text {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 5px;
}

.m-box-iframe {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  height: 200px;
}

.m-box-iframe--no-frame {
  border: 0;
}

.m-button, .m-button-app, .m-button-arrow {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.m-button {
  background-color: transparent;
  outline: 0;
}

.m-button:active:not(.is-disabled) .m-button__inner {
  background-color: #f5efe9;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-button:focus:not(.is-disabled) .m-button__inner {
  background-color: #fffaf2;
}

.m-button:focus:not(.is-disabled) .m-button__text {
  color: #f49c26;
}

.m-button.is-pressed .m-button__inner {
  background-color: #fffaf2;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-button.is-pressed .m-button__text {
  color: #f49c26;
}

.m-button.is-disabled .m-button__inner {
  background-color: #f2f2f2 !important;
  box-shadow: none;
}

.m-button.is-disabled .m-button__text {
  color: #a9a9a9 !important;
}

.m-button__inner {
  background-color: #faf5f0;
  border-radius: 2em;
  box-shadow: 0 3px #e6e1dc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.3;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}

.m-button--rect .m-button__inner {
  border-radius: 5px;
  padding: 15px;
}

.m-button__segment {
  display: flex;
  flex: 0 0 32px;
  justify-content: center;
}

.m-button__segment:first-of-type {
  flex: 0 0 100%;
  margin-bottom: 10px;
}

.m-button__segment:last-of-type {
  flex: 0 0 auto;
  margin-left: 10px;
}

.m-button__icon {
  display: block;
  height: 20px;
  width: 20px;
}

.m-button__iconItem {
  display: block;
  height: auto;
  max-width: 100%;
}

.m-button svg.m-button__iconItem {
  fill: #f49c26;
}

.m-button__text {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  text-align: center;
}

.m-button--lightColor .m-button__inner {
  background-color: #fff;
  box-shadow: 0 3px #ccc;
}

.m-button--lightColor.is-disabled .m-button__inner {
  background-color: #f2f2f2;
}

.m-button--darkColor:active:not(.is-disabled) .m-button__inner, .m-button--darkColor:focus:not(.is-disabled) .m-button__inner {
  background-color: #fafafa;
}

.m-button--darkColor:active:not(.is-disabled) .m-button__text, .m-button--darkColor:focus:not(.is-disabled) .m-button__text {
  color: #777;
}

.m-button--darkColor .m-button__inner {
  background-color: #f2f2f2;
  box-shadow: 0 3px #c8c8c8;
}

.m-button--flow {
  position: relative;
}

.m-button--flow:after {
  background-image: url(/themes/kidzania/common/img/decoration.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 50px auto;
  content: "";
  height: 180px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: -1;
}

.m-button--strength .m-button__inner {
  border-radius: 5rem;
  padding-bottom: 6px;
  padding-top: 6px;
}

.m-button--strength .m-button__text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 700;
}

.m-button--strength .m-button__text-sub {
  font-size: 0.625rem;
}

.m-button--urgent:not(.is-disabled):active .m-button__inner {
  background-color: #b00a43;
}

.m-button--urgent:not(.is-disabled):focus .m-button__inner {
  background-color: #e00c55;
}

.m-button--urgent:not(.is-disabled):focus .m-button__text {
  color: #fff;
}

.m-button--urgent .m-button__inner {
  background-color: #c80b4c;
  box-shadow: 0 3px #670627;
}

.m-button--urgent .m-button__text {
  color: #fff;
}

.m-button--emphasis:not(.is-disabled):active .m-button__inner {
  background-color: #f3910e;
}

.m-button--emphasis:not(.is-disabled):focus .m-button__inner {
  background-color: #f5a73e;
}

.m-button--emphasis:not(.is-disabled):focus .m-button__text {
  color: #fff;
}

.m-button--emphasis .m-button__inner {
  background-color: #f49c26;
  box-shadow: 0 3px #ab6609;
}

.m-button--emphasis .m-button__text {
  color: #fff;
}

.m-button--important:not(.is-disabled):active .m-button__inner {
  background-color: #179792;
}

.m-button--important:not(.is-disabled):focus .m-button__inner {
  background-color: #1dc3bc;
}

.m-button--important:not(.is-disabled):focus .m-button__text {
  color: #fff;
}

.m-button--important .m-button__inner {
  background-color: #1aada7;
  box-shadow: 0 3px #0d5451;
}

.m-button--important .m-button__text {
  color: #fff;
}

.m-button--urgent.is-disabled .m-button__text {
  color: #deb9c6;
}

.m-button--emphasis.is-disabled .m-button__text {
  color: #5f4423;
}

.m-button--emphasis.is-disabled .m-button__inner, .m-button--urgent.is-disabled .m-button__inner {
  background-color: #f2f2f2;
}

.m-button-add {
  background-color: transparent;
}

.m-button-add:active .m-button-add__inner {
  background-color: #f5efe9;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-button-add__inner {
  background-color: #faf5f0;
  border-radius: 2em;
  box-shadow: 0 3px #e6e1dc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}

.m-button-add__segment {
  align-items: center;
  display: flex;
  flex: 0 0 16px;
  justify-content: center;
}

.m-button-add__segment:first-of-type {
  flex: 0 0 100%;
  margin-bottom: 10px;
}

.m-button-add__segment:last-of-type {
  flex: 0 0 auto;
  margin-left: 10px;
}

.m-button-add__icon {
  display: block;
  height: 16px;
  width: 16px;
}

.m-button-add__iconItem {
  display: block;
  height: auto;
  max-width: 100%;
}

.m-button-add svg.m-button-add__iconItem {
  fill: #f49c26;
}

.m-button-add__text {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  text-align: center;
}

.m-button-arrow {
  background-color: transparent;
  outline: 0;
}

.m-button-arrow:active .m-button-arrow__inner {
  background-color: #f5efe9;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-button-arrow:focus .m-button-arrow__inner {
  background-color: #fffaf2;
}

.m-button-arrow:focus .m-button-arrow__inner .m-button-arrow__text {
  color: #f49c26;
}

.m-button-arrow__inner {
  background-color: #faf5f0;
  border-radius: 2em;
  box-shadow: 0 3px #e6e1dc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}

.m-button-arrow__segment {
  align-items: center;
  display: flex;
  flex: 0 0 16px;
  justify-content: center;
}

.m-button-arrow__segment:first-of-type {
  flex: 0 0 100%;
  margin-bottom: 10px;
}

.m-button-arrow__segment:last-of-type {
  flex: 0 0 auto;
  margin-left: 10px;
}

.m-button-arrow__icon {
  display: block;
  height: 16px;
  transition: transform 0.2s ease;
  width: 16px;
}

.m-button-arrow[aria-expanded=true] .m-button-arrow__icon {
  transform: rotate(180deg);
}

.m-button-arrow__iconItem {
  display: block;
  height: auto;
  max-width: 100%;
}

.m-button-arrow svg.m-button-arrow__iconItem {
  fill: #f49c26;
}

.m-button-arrow__text {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  text-align: center;
}

.m-button-mypageicon {
  background-color: transparent;
}

.m-button-mypageicon:active .m-button-mypageicon__inner {
  background-color: #f5efe9;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-button-mypageicon__inner {
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 3px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2px 46px 2px 2px;
  position: relative;
  width: 100%;
}

.m-button-mypageicon__icon {
  margin-right: 10px;
}

.m-button-mypageicon__iconItem {
  display: block;
}

.m-button-mypageicon svg.m-button-mypageicon__iconItem {
  fill: #f49c26;
}

.m-button-mypageicon__text {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  text-align: center;
}

.m-button-app__mediaItem {
  display: block;
  height: auto;
  margin: auto;
  max-height: 49px;
  max-width: 100%;
}

.m-errorCode {
  color: #f49c26;
  text-align: center;
}

.m-errorCode__code {
  font-size: 7.5rem;
  line-height: 1.33;
  margin-top: -10px;
}

.m-errorCode__status {
  font-size: 2.5rem;
  line-height: 1.323;
  margin-top: -22px;
}

.bg-status-notFound {
  background-image: url(/err/img/backgroundStatusNotFound.png);
  background-position: center top 80px;
  background-repeat: no-repeat;
}

.bg-status-busy {
  background-image: url(/err/img/backgroundStatusServerBusy.png);
  background-position: center top 30px;
  background-repeat: no-repeat;
}

.m-form-password__item, .m-form-select__item, .m-form-text__item, .m-form-textarea__item {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  display: block;
  font-size: 1rem;
  padding: 0.5em;
  width: 100%;
}

.m-form-password__item:disabled, .m-form-select__item:disabled, .m-form-text__item:disabled, .m-form-textarea__item:disabled {
  background-color: #f4f4f4;
  cursor: default;
}

.m-form-password__item.is-error, .m-form-select__item.is-error, .m-form-text__item.is-error, .m-form-textarea__item.is-error {
  border-color: #c80b4c;
}

.m-form-password[data-size="10"], .m-form-select[data-size="10"], .m-form-text[data-size="10"], .m-form-textarea[data-size="10"] {
  width: 10%;
}

.m-form-password[data-size="20"], .m-form-select[data-size="20"], .m-form-text[data-size="20"], .m-form-textarea[data-size="20"] {
  width: 20%;
}

.m-form-password[data-size="30"], .m-form-select[data-size="30"], .m-form-text[data-size="30"], .m-form-textarea[data-size="30"] {
  width: 30%;
}

.m-form-password[data-size="40"], .m-form-select[data-size="40"], .m-form-text[data-size="40"], .m-form-textarea[data-size="40"] {
  width: 40%;
}

.m-form-password[data-size="50"], .m-form-select[data-size="50"], .m-form-text[data-size="50"], .m-form-textarea[data-size="50"] {
  width: 50%;
}

.m-form-password[data-size="60"], .m-form-select[data-size="60"], .m-form-text[data-size="60"], .m-form-textarea[data-size="60"] {
  width: 60%;
}

.m-form-password[data-size="70"], .m-form-select[data-size="70"], .m-form-text[data-size="70"], .m-form-textarea[data-size="70"] {
  width: 70%;
}

.m-form-password[data-size="80"], .m-form-select[data-size="80"], .m-form-text[data-size="80"], .m-form-textarea[data-size="80"] {
  width: 80%;
}

.m-form-password[data-size="90"], .m-form-select[data-size="90"], .m-form-text[data-size="90"], .m-form-textarea[data-size="90"] {
  width: 90%;
}

.m-form-password[data-size="100"], .m-form-select[data-size="100"], .m-form-text[data-size="100"], .m-form-textarea[data-size="100"] {
  width: 100%;
}

.m-form-tag {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 1em;
  color: #666;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.3em 1em;
  position: relative;
  top: -0.25em;
}

.m-form-tag--required {
  border: 1px solid #c80b4c;
  color: #c80b4c;
}

.m-form-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 20px;
}

.m-form-label.is-error {
  color: #c80b4c;
}

.m-form-label + * {
  margin-top: 10px !important;
}

.m-form-layout__item:first-child .m-form-layout__body, .m-form-layout__item:first-child .m-form-layout__head {
  padding-top: 0;
}

.m-form-layout__item:last-child .m-form-layout__body, .m-form-layout__item:last-child .m-form-layout__head {
  padding-bottom: 0;
}

.m-form-layout--background {
  background-color: #f6f6f6;
  padding: 15px;
}

.m-form-layout--background .m-form-layout__item:last-child {
  border-bottom: 0;
}

.m-form-layout--separate .m-form-layout__item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.m-form-layout .m-note, .m-form-layout .m-note + *, .m-form-layout .m-text-error, .m-form-layout .m-text-error + * {
  margin-top: 10px;
}

.m-form-layoutConfirm__item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.m-form-layoutConfirm__item:first-child .m-form-layoutConfirm__body, .m-form-layoutConfirm__item:first-child .m-form-layoutConfirm__head {
  padding-top: 0;
}

.m-form-layoutConfirm__item:last-child .m-form-layoutConfirm__body, .m-form-layoutConfirm__item:last-child .m-form-layoutConfirm__head {
  margin-bottom: 0;
}

.m-form-layoutConfirm--background {
  background-color: #f6f6f6;
  padding: 15px;
}

.m-form-layoutConfirm--background .m-form-layoutConfirm__item:last-child {
  border-bottom: 0;
}

.m-form-layoutConfirm--background .m-form-layoutConfirm__item:last-child .m-form-layoutConfirm__body, .m-form-layoutConfirm--background .m-form-layoutConfirm__item:last-child .m-form-layoutConfirm__head {
  padding-bottom: 0;
}

.m-form-layoutConfirm .m-note, .m-form-layoutConfirm .m-note + *, .m-form-layoutConfirm .m-text-error, .m-form-layoutConfirm .m-text-error + * {
  margin-top: 10px;
}

.m-form-layoutCredit__inner {
  align-items: center;
  display: flex;
}

.m-form-layoutCredit__segment {
  flex: 1 1 5em;
}

.m-form-layoutCredit__separator {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  line-height: 1;
  margin: 0 0.5em;
}

.m-form-layoutName__inner {
  display: flex;
}

.m-form-layoutName__segment {
  flex: 1 1 auto;
}

.m-form-layoutName__segment:not(:last-child) {
  margin-right: 21px;
}

.m-form-layoutName__separator {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  margin: 0 0.5em 0 0;
}

.m-form-layoutDate__inner {
  display: flex;
  margin: -10px 0 0 -0.5em;
}

.m-form-layoutDate__segment {
  flex: 0.25 1 auto;
  margin: 10px 0 0 0.5em;
}

.m-form-layoutDate__separator {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  line-height: 1;
  margin: 10px 0 0 0.5em;
}

.m-form-layoutAddress__segment {
  margin-top: 5px;
}

.m-form-layoutAddress__segment + .m-form-layoutAddress__title {
  margin-top: 15px;
}

.m-form-layoutZip {
  position: relative;
}

.m-form-layoutZip__inner {
  align-items: center;
  display: flex;
}

.m-form-layoutZip__segment {
  flex: 0 1 auto;
}

.m-form-layoutZip__button {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  margin: 0 0.5em;
}

.m-form-layoutZip .m-button__inner {
  padding: 10px 20px;
}

.m-form-layoutZip__balloon {
  border-radius: 5px;
  bottom: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
  margin-top: 15px;
  max-width: 415px;
  opacity: 0;
  position: absolute;
  transform: translateY(100%);
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out, transform 0.2s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.m-form-layoutZip__balloon[hidden] {
  display: block;
}

.m-form-layoutZip__balloon:not([hidden]) {
  opacity: 1;
  transform: translateY(100%) translateY(10px);
  visibility: visible;
}

.m-form-layoutZip__balloon:after {
  border: 8px solid transparent;
  border-bottom-color: #e6e6e6;
  content: "";
  height: 0;
  position: absolute;
  right: 80px;
  top: -15px;
  width: 0;
}

.m-form-layoutZip__balloon__header {
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  padding-left: 14px;
  position: relative;
}

.m-form-layoutZip__balloon__header__title {
  font-size: 0.875rem;
  font-weight: 700;
}

.m-form-layoutZip__balloon__body {
  border: 1px solid #e6e6e6;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  max-height: 194px;
  overflow-y: scroll;
}

.m-form-layoutZip__balloon__item {
  background-color: #fff;
  font-size: 0.8125rem;
}

.m-form-layoutZip__balloon__item button, .m-form-layoutZip__balloon__item span {
  background-color: #fff;
  border: 0;
  display: block;
  padding: 12px 12px 11px;
  text-align: left;
  transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}

.m-form-layoutZip__balloon__item button:active, .m-form-layoutZip__balloon__item button:focus, .m-form-layoutZip__balloon__item button:hover, .m-form-layoutZip__balloon__item span:active, .m-form-layoutZip__balloon__item span:focus, .m-form-layoutZip__balloon__item span:hover {
  background-color: #faf5f0;
}

.m-form-layoutZip__balloon__close {
  background: none;
  height: 44px;
  width: 44px;
}

.m-form-layoutZip__balloon__closeText {
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 100%;
  position: relative;
  width: 100%;
}

.m-form-layoutZip__balloon__closeText:after, .m-form-layoutZip__balloon__closeText:before {
  background-color: #707070;
  border-radius: 1px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 14px;
}

.m-form-layoutZip__balloon__closeText:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-form-layoutZip__balloon__closeText:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.m-form-layoutColumn__title {
  display: block;
}

.m-form-layoutColumn__title.is-error {
  color: #c80b4c;
}

.m-form-layoutColumn__segment {
  margin-top: 5px;
}

.m-form-layoutColumn__segment + .m-form-layoutColumn__title {
  margin-top: 15px;
}

.m-form-layoutColumn .m-note, .m-form-layoutColumn .m-note + *, .m-form-layoutColumn .m-text-error, .m-form-layoutColumn .m-text-error + * {
  margin-top: 10px;
}

.m-form-summary {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 20px 15px;
}

.m-form-summary--error .m-form-summary__text {
  color: #c80b4c;
}

.m-form-summary--error .m-form-summary__item:before {
  background-color: #c80b4c;
}

.m-form-summary--error .m-form-summary__link {
  color: #c80b4c;
}

.m-form-summary--error .m-form-summary__link strong {
  font-weight: 400;
}

.m-form-summary__text {
  font-size: 0.75rem;
  font-weight: 700;
}

.m-form-summary__text + .m-form-summary__list {
  margin-top: 10px;
}

.m-form-summary__list {
  font-size: 0.75rem;
}

.m-form-summary__item {
  padding-left: 15px;
  position: relative;
}

.m-form-summary__item:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.334em;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 0.334em;
}

.m-form-summary__item + .m-form-summary__item {
  margin-top: 0.25em;
}

.m-form-summary__box {
  background-color: #fff;
  border-radius: 5px;
  margin-left: -15px;
  margin-top: 5px;
  padding: 10px 15px;
}

.m-form-summary__box p + p {
  margin-top: 8px;
}

.m-form-summary__link {
  color: #333;
}

.m-form-layoutRefine {
  margin: 38px 0 0;
}

.m-form-layoutRefine + .m-list-news {
  margin-top: 0;
}

.m-form-layoutRefine__inner {
  align-items: center;
  display: flex;
}

.m-form-layoutRefine__segment {
  flex: 0 1 auto;
  width: 100%;
}

.m-form-layoutRefine__segment .m-form-select__item {
  height: 40px;
  line-height: 38px;
  padding-bottom: 0;
  padding-top: 0;
}

.m-form-layoutRefine__button {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  margin: -3px 0 0 10px;
}

.m-form-layoutRefine__button .m-button--rect .m-button__inner {
  height: 37px;
  line-height: 37px;
  padding: 0 20px 0 40px;
}

.m-form-layoutRefine__button .m-button--rect .m-button__text {
  position: relative;
}

.m-form-layoutRefine__button .m-button--rect .m-button__text:before {
  background-image: url(/themes/kidzania/common/img/icon34.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 18px;
  content: "";
  height: 18px;
  left: -24px;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  width: 16px;
}

.m-form-toggleSwitch__label {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 200px;
  cursor: pointer;
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 3px;
  position: relative;
}

.m-form-toggleSwitch__item {
  height: 0;
  left: 0;
  opacity: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.m-form-toggleSwitch__item:checked + .m-form-toggleSwitch__container:before {
  background-color: #c80b4c;
  left: 50%;
}

.m-form-toggleSwitch__item:checked + .m-form-toggleSwitch__container .m-form-toggleSwitch__text--allow {
  color: #fff;
}

.m-form-toggleSwitch__item:checked + .m-form-toggleSwitch__container .m-form-toggleSwitch__text--deny {
  color: #757575;
}

.m-form-toggleSwitch__container {
  display: flex;
  height: 100%;
  position: relative;
}

.m-form-toggleSwitch__container:before {
  background-color: #757575;
  border-radius: 200px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 50%;
  z-index: 10;
}

.m-form-toggleSwitch__text {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  color: #757575;
  flex: 1 1 100%;
  justify-content: center;
  pointer-events: none;
  position: relative;
  text-align: center;
  transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  user-select: none;
  z-index: 20;
}

.m-form-toggleSwitch__text--deny {
  color: #fff;
}

.m-form-layoutMagazine {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 10px;
}

.m-form-layoutMagazine__table {
  width: 100%;
}

.m-form-layoutMagazine__thead .m-form-layoutMagazine__td, .m-form-layoutMagazine__thead .m-form-layoutMagazine__th {
  font-weight: 700;
  padding: 0 5px 10px;
  text-align: center;
}

.m-form-layoutMagazine__tbody .m-form-layoutMagazine__tr {
  border-top: 1px solid #e0e0e0;
}

.m-form-layoutMagazine__tbody .m-form-layoutMagazine__td, .m-form-layoutMagazine__tbody .m-form-layoutMagazine__th {
  padding: 15px 5px;
}

.m-form-layoutMagazine__tbody .m-form-layoutMagazine__th {
  font-size: 0.75rem;
  font-weight: 700;
}

.m-form-layoutMagazine__tbody .m-form-layoutMagazine__th b {
  display: block;
  font-size: 1rem;
}

.m-form-layoutMagazine__td, .m-form-layoutMagazine__th {
  width: 33.3333333333%;
}

.m-form-password {
  overflow: hidden;
  position: relative;
}

.m-form-password__item::-ms-reveal {
  display: none;
}

.m-form-password__btn {
  background-color: transparent;
  background-image: url(/themes/kidzania/common/img/iconPasswordVisible.svg), url(/themes/kidzania/common/img/iconPasswordInvisible.svg);
  background-position: 44px, 50%;
  background-repeat: no-repeat;
  bottom: 0;
  height: 44px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

.m-form-password__btn[aria-pressed=true] {
  background-position: 50%, 44px;
}

.m-form-password__btnTxt {
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
}

.m-form-layoutcolum__inner {
  align-items: center;
  display: flex;
}

.m-form-layoutcolum__segment {
  flex: 0 1 auto;
}

.m-form-layoutcolum__button {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  margin: 0 0.5em;
}

.m-form-layoutcolum .m-button__inner {
  padding: 10px 20px;
}

.m-form-layoutSearch {
  position: relative;
}

.m-form-layoutSearch__inner {
  align-items: center;
  display: flex;
}

.m-form-layoutSearch__segment {
  flex: 0 1 495px;
}

.m-form-layoutSearch__button {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  margin: 0 0.5em;
}

.m-form-layoutSearch .m-button__inner {
  padding: 10px 20px;
}

.m-form-agree .m-button {
  margin-top: 30px;
}

.m-form-select {
  position: relative;
}

.m-form-select:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M0,34%2e79l13%2e47%2d14%2e86l35%2e67,34%2e39L86%2e8,19%2e18L100,33%2e31L49%2e14,80%2e82L0,34%2e79z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.m-form-select__item {
  padding: 0.5em calc(1em + 8px) 0.5em 0.5em;
}

.m-form-checkbox__label {
  cursor: pointer;
  position: relative;
}

.m-form-checkbox__item {
  height: 0;
  left: 0;
  opacity: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.m-form-checkbox__item:focus + .m-form-checkbox__text:before {
  outline: 1px solid #c5c5c5;
}

.m-form-checkbox__item:checked + .m-form-checkbox__text:after {
  content: "";
}

.m-form-checkbox__item.is-disabled + .m-form-checkbox__text, .m-form-checkbox__item:disabled + .m-form-checkbox__text {
  color: #c8c8c8;
  cursor: default;
}

.m-form-checkbox__item.is-disabled + .m-form-checkbox__text:before, .m-form-checkbox__item:disabled + .m-form-checkbox__text:before {
  background-color: #f4f4f4;
}

.m-form-checkbox__item.is-error + .m-form-checkbox__text {
  color: #c80b4c;
}

.m-form-checkbox__item.is-error + .m-form-checkbox__text:before {
  border-color: #c80b4c;
}

.m-form-checkbox__text {
  border-radius: 5px;
  display: inline-block;
  height: 100%;
  padding-left: 2.5em;
  position: relative;
}

.m-form-checkbox__text:after, .m-form-checkbox__text:before {
  display: block;
  position: absolute;
}

.m-form-checkbox__text:before {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  content: "";
  height: 1.429em;
  left: 0;
  top: 0.05em;
  width: 1.429em;
}

.m-form-checkbox__text:after {
  border-bottom: 3px solid #c80b4c;
  border-left: 3px solid #c80b4c;
  display: block;
  height: 0.8em;
  left: 0.4em;
  top: 0.05em;
  transform: rotate(-45deg);
  width: 1.4em;
}

.m-form-checkbox--type2 .m-form-checkbox__item:focus + .m-form-checkbox__text {
  outline: 1px solid #c5c5c5;
}

.m-form-checkbox--type2 .m-form-checkbox__item:focus + .m-form-checkbox__text:before {
  outline: none;
}

.m-form-checkbox--type2 .m-form-checkbox__item:not(.is-disabled):not(:disabled):active + .m-form-checkbox__text, .m-form-checkbox--type2 .m-form-checkbox__item:not(.is-disabled):not(:disabled):checked + .m-form-checkbox__text {
  background-color: #fad9d4;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-form-checkbox--type2 .m-form-checkbox__text {
  background-color: #faf5f0;
  box-shadow: 0 3px #ccc;
  display: block;
  padding: 1em 0.5em 1em 2.2em;
}

.m-form-checkbox--type2 .m-form-checkbox__text:before {
  border: 2px solid #c5c5c5;
  height: 1.2em;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
}

.m-form-checkbox--type2 .m-form-checkbox__text:after {
  border-bottom: 3px solid #c80b4c;
  border-left: 3px solid #c80b4c;
  height: 0.5em;
  left: 0.7em;
  top: 48%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.8em;
}

.m-form-checkbox--type3 .m-form-checkbox__item:focus + .m-form-checkbox__text {
  outline: 1px solid #c5c5c5;
}

.m-form-checkbox--type3 .m-form-checkbox__item:focus + .m-form-checkbox__text:before {
  outline: none;
}

.m-form-checkbox--type3 .m-form-checkbox__item:not(.is-disabled):not(:disabled):active + .m-form-checkbox__text, .m-form-checkbox--type3 .m-form-checkbox__item:not(.is-disabled):not(:disabled):checked + .m-form-checkbox__text {
  background-color: #c80b4c;
  box-shadow: none;
  color: #fff;
  transform: translate3d(0, 3px, 0);
}

.m-form-checkbox--type3 .m-form-checkbox__text {
  background-color: #fff;
  box-shadow: 0 3px #c8c8c8;
  display: block;
  font-weight: 700;
  padding: 1em 0.5em;
  text-align: center;
}

.m-form-checkbox--type3 .m-form-checkbox__text:after, .m-form-checkbox--type3 .m-form-checkbox__text:before {
  display: none;
}

.m-form-radio__label {
  cursor: pointer;
  position: relative;
}

.m-form-radio__item {
  height: 0;
  left: 0;
  opacity: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.m-form-radio__item:focus + .m-form-radio__text:before {
  outline: 1px solid #c5c5c5;
}

.m-form-radio__item:checked + .m-form-radio__text:after {
  content: "";
}

.m-form-radio__item.is-disabled + .m-form-radio__text, .m-form-radio__item:disabled + .m-form-radio__text {
  color: #c8c8c8;
  cursor: default;
}

.m-form-radio__item.is-disabled + .m-form-radio__text:before, .m-form-radio__item:disabled + .m-form-radio__text:before {
  background-color: #f4f4f4;
}

.m-form-radio__item.is-error + .m-form-radio__text {
  color: #c80b4c;
}

.m-form-radio__item.is-error + .m-form-radio__text:before {
  border-color: #c80b4c;
}

.m-form-radio__text {
  border-radius: 5px;
  display: inline-block;
  height: 100%;
  padding-left: calc(20px + 0.5em);
  position: relative;
}

.m-form-radio__text:after, .m-form-radio__text:before {
  border-radius: 50%;
  display: block;
  position: absolute;
}

.m-form-radio__text:before {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  content: "";
  height: 20px;
  left: 0;
  top: 0;
  width: 20px;
}

.m-form-radio__text:after {
  background-color: #c80b4c;
  height: 12px;
  left: 4px;
  top: 4px;
  width: 12px;
}

.m-form-radio--type2 .m-form-radio__item:focus + .m-form-radio__text {
  outline: 1px solid #c5c5c5;
}

.m-form-radio--type2 .m-form-radio__item:focus + .m-form-radio__text:before {
  outline: none;
}

.m-form-radio--type2 .m-form-radio__item:not(.is-disabled):not(:disabled):active + .m-form-radio__text, .m-form-radio--type2 .m-form-radio__item:not(.is-disabled):not(:disabled):checked + .m-form-radio__text {
  background-color: #fad9d4;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-form-radio--type2 .m-form-radio__text {
  background-color: #faf5f0;
  box-shadow: 0 3px #ccc;
  display: block;
  padding: 1em 10px 1em calc(0.5em + 32px);
}

.m-form-radio--type2 .m-form-radio__text:after, .m-form-radio--type2 .m-form-radio__text:before {
  top: 50%;
  transform: translateY(-50%);
}

.m-form-radio--type2 .m-form-radio__text:before {
  border: 2px solid #c5c5c5;
  height: 22px;
  left: 10px;
  width: 22px;
}

.m-form-radio--type2 .m-form-radio__text:after {
  height: 10px;
  left: 16px;
  width: 10px;
}

.m-form-radioList ~ .m-form-radioList {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 20px;
}

.m-heading-character__heading, .m-heading-l1__heading, .m-heading-l2__heading, .m-heading-l2Type2__heading, .m-heading-l2Type3__heading, .m-heading-l2Type4__heading, .m-heading-l3__heading, .m-heading-l4__heading {
  line-height: 1.3;
}

.m-heading-l1 {
  margin-top: 36px;
  position: relative;
}

.m-heading-l1.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-l1.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-l1:after {
  background-image: url(/themes/kidzania/common/img/decoration.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 50px auto;
  content: "";
  height: 180px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-10%) scaleX(-1);
  width: 50px;
  z-index: -1;
}

.m-heading-l1__heading {
  color: #c80b4c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333;
  padding-bottom: 0;
  position: relative;
}

.m-heading-l1 + * {
  position: relative;
  z-index: 20;
}

.m-heading-grand-l1 {
  margin-top: 36px;
}

.m-heading-grand-l1.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-grand-l1.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-grand-l1__heading {
  color: #c80b4c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333;
}

.m-heading-mypage-l1 {
  margin-top: 36px;
}

.m-heading-mypage-l1.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-mypage-l1.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-mypage-l1__heading {
  color: #c80b4c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333;
}

.m-heading-l2Type6 {
  margin-top: 80px;
}

.m-heading-l2Type6__heading {
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.m-heading-l2Type6 + [class^=m-] {
  margin-top: 16px;
}

.m-heading-l5__heading {
  font-size: 1rem;
  font-weight: 700;
}

.m-heading-l5 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-l5--separate {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}

.m-heading-mypage-l4__heading {
  align-items: center;
  background: #f6f6f6;
  color: #333;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 8px;
  position: relative;
}

.m-heading-mypage-l4__heading:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  bottom: auto;
  content: "";
  display: block;
  height: 15px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.m-heading-mypage-l4 > a:active, .m-heading-mypage-l4 > a:focus, .m-heading-mypage-l4 > a:hover {
  text-decoration: none;
}

.m-heading-mypage-l4__icon {
  margin-right: 15px;
  position: relative;
}

.m-heading-mypage-l4__icon:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 36px;
  position: absolute;
  width: 36px;
}

.m-heading-mypage-l4__iconItem {
  display: block;
  position: relative;
  z-index: 2;
}

.m-heading-mypage-l4__text {
  padding-right: 15px;
}

.m-heading-character__heading {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.m-heading-character__character {
  align-items: center;
  background-color: #c80b4c;
  border-radius: 200px;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-right: 0.5em;
  margin-top: -0.1em;
  min-height: 24px;
  min-width: 24px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: center;
}

.m-heading-character__text {
  color: #333;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 700;
}

.m-mv-heading-link {
  width: 100%;
}

.m-mv-heading-link-group-school-tokyo {
  background-image: url(/themes/kidzania/group/school/tokyo/img/index-mv.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-mv-heading-link-group-general-tokyo {
  background-image: url(/themes/kidzania/group/general/tokyo/img/index-mv.jpg);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-mv-heading-link-group-general-koshien {
  background-image: url(/themes/kidzania/group/general/koshien/img/index-mv.jpg);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-mv-heading-link__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 30px 20px 43px;
}

.m-mv-heading-link__text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.m-mv-heading-link__button {
  margin-top: 25px;
}

.m-mv-heading {
  width: 100%;
}

.m-mv-heading.m-mv-heading-about {
  background-image: url(/themes/kidzania/group/about/img/index-mv.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-mv-heading.m-mv-heading-school {
  background-image: url(/group/school/img/index-mv.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-mv-heading.m-mv-heading-school .m-mv-heading__inner {
  padding: 81px 20px 77px;
}

.m-mv-heading__inner {
  margin: auto;
  max-width: 560px;
  padding: 34px 20px;
}

.m-mv-heading__inner, .m-mv-heading__text {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.m-mv-heading__text {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.m-mv-heading__text__main {
  font-size: 1.75rem;
}

.m-mv-heading__text__sub {
  font-size: 1.125rem;
}

.m-mv-heading__lead {
  border-top: 3px solid #fff;
  color: #fff;
  font-size: 0.8125rem;
  margin-top: 24px;
  padding-top: 20px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.m-account-name {
  font-size: 1rem;
  font-weight: 700;
}

.m-account-name__text {
  font-size: 1.25rem;
}

.m-heading-l2__heading {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}

.m-heading-l2__heading:after {
  background-color: #c80b4c;
  background-image: linear-gradient(90deg, #c80b4c, #c80b4c 50%, #f49c26 0, #f49c26);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.m-heading-l2__subtitle {
  align-items: center;
  color: #c8004c;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 10px;
}

.m-heading-l2__subtitle:after, .m-heading-l2__subtitle:before {
  bottom: 2px;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 17px;
  margin: auto 5px;
  position: relative;
  width: 22px;
}

.m-heading-l2__subtitle:before {
  background: url(/themes/kidzania/common/img/bg_concentratedLine_left-sp.svg) no-repeat 50% 50%/22px 17px;
}

.m-heading-l2__subtitle:after {
  background: url(/themes/kidzania/common/img/bg_concentratedLine_right-sp.svg) no-repeat 50% 50%/22px 17px;
}

.m-heading-l2--type2 .m-heading-l2__heading {
  font-size: 1.5rem;
}

.m-heading-l2Type2 {
  align-items: center;
  display: flex;
  margin-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.m-heading-l2Type2.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-l2Type2.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-l2Type2:after {
  background-color: #c80b4c;
  background-image: linear-gradient(90deg, #c80b4c, #c80b4c 50%, #f49c26 0, #f49c26);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.m-heading-l2Type2__icon {
  margin-right: 10px;
  position: relative;
}

.m-heading-l2Type2__iconItem {
  display: block;
}

.m-heading-l2Type2__heading {
  font-weight: 700;
  margin-right: 15px;
}

.m-heading-l2Type2__link {
  color: #333;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: auto;
  padding-right: 26px;
  position: relative;
}

.m-heading-l2Type2__link:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.m-heading-l2Type2 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-l2Type2__heading {
  font-size: 1.125rem;
  line-height: 1.5;
}

.m-heading-grand-l2Type2 {
  align-items: center;
  display: flex;
  margin-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.m-heading-grand-l2Type2.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-grand-l2Type2.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-grand-l2Type2:after {
  background-color: #c80b4c;
  background-image: linear-gradient(90deg, #c80b4c, #c80b4c 50%, #f49c26 0, #f49c26);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.m-heading-grand-l2Type2__icon {
  margin-right: 10px;
  position: relative;
}

.m-heading-grand-l2Type2__iconItem {
  display: block;
}

.m-heading-grand-l2Type2__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 15px;
}

.m-heading-grand-l2Type2__link {
  color: #333;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: auto;
  padding-right: 26px;
  position: relative;
}

.m-heading-grand-l2Type2__link:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.m-heading-grand-l2Type2 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-grand-l2Type2__heading {
  font-size: 1.25rem;
  line-height: 1.6;
}

.m-heading-mypage-l2Type2 {
  align-items: center;
  display: flex;
  margin-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.m-heading-mypage-l2Type2.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-mypage-l2Type2.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-mypage-l2Type2:after {
  background-color: #c80b4c;
  background-image: linear-gradient(90deg, #c80b4c, #c80b4c 50%, #f49c26 0, #f49c26);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.m-heading-mypage-l2Type2__icon {
  margin-right: 10px;
  position: relative;
}

.m-heading-mypage-l2Type2__iconItem {
  display: block;
}

.m-heading-mypage-l2Type2__heading {
  font-weight: 700;
  margin-right: 15px;
}

.m-heading-mypage-l2Type2__link {
  color: #333;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: auto;
  padding-right: 26px;
  position: relative;
}

.m-heading-mypage-l2Type2__link:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.m-heading-mypage-l2Type2 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-mypage-l2Type2__heading {
  font-size: 1.125rem;
  line-height: 1.5;
}

.m-heading-l2Type3 {
  margin-top: 80px;
}

.m-heading-l2Type3__heading {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}

.m-heading-l2Type3__heading:after {
  background-color: #f49c26;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.m-heading-l2Type3.u-margin-normal {
  margin-top: 40px;
}

.m-heading-l2Type3 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-l2Type4 {
  margin-top: 80px;
}

.m-heading-l2Type4__heading {
  border: 1px solid #f49c26;
  border-radius: 5px;
  color: #f49c26;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 13px 12px 16px;
  text-align: center;
}

.m-heading-l2Type4--positive .m-heading-l2Type4__heading {
  border: 1px solid #c80b4c;
  color: #c80b4c;
}

.m-heading-l2Type4.u-margin-normal {
  margin-top: 40px;
}

.m-heading-l2Type4 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-l3 {
  margin-top: 40px;
}

.m-heading-l3.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-l3.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-l3__heading {
  font-size: 1rem;
  line-height: 1.5;
}

.m-heading-l3 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-grand-l3 {
  margin-top: 30px;
}

.m-heading-grand-l3.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-grand-l3.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-grand-l3__heading {
  font-size: 1rem;
  line-height: 1.5;
}

.m-heading-grand-l3 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-grand-l3__heading {
  color: #f49c26;
}

.m-heading-grand-l3__heading--koshien {
  color: #5a147e;
}

.m-heading-mypage-l3 {
  margin-top: 30px;
}

.m-heading-mypage-l3.u-margin-half {
  margin-top: 20px !important;
}

.m-heading-mypage-l3.u-margin-double {
  margin-top: 80px !important;
}

.m-heading-mypage-l3__heading {
  font-size: 1rem;
  line-height: 1.5;
}

.m-heading-mypage-l3 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-mypage-l3__heading {
  color: #f49c26;
}

.m-heading-mypage-l3__heading--white {
  color: #fff;
  font-size: 1.125rem;
}

.m-heading-l4__heading {
  font-size: 1.125rem;
  font-weight: 700;
}

.m-heading-l4 + [class^=m-] {
  margin-top: 20px;
}

.m-heading-l4--separate {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}

.m-index {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.m-index__head {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  min-height: 40px;
  padding: 8px 10px;
  position: relative;
}

.m-index__head:before {
  background-color: #e3e3e3;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}

.m-index__icon {
  flex: 0 0 auto;
  height: 1.75em;
  margin-right: 0.5em;
  width: 1.75em;
}

.m-index__title {
  flex: 1 1 auto;
  font-weight: 700;
  margin-right: 15px;
}

.m-index__link {
  color: #333;
  flex: 0 0 auto;
  font-size: 0.75rem;
  margin-left: auto;
  padding-right: 1.6em;
  position: relative;
}

.m-index__link:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.m-index__body {
  padding: 10px 10px 20px;
}

.m-index__tag {
  margin: -5px 0 0 -5px;
}

.m-index__tag + .m-index__content {
  margin-top: 10px;
}

.m-index__tagList {
  display: flex;
  flex-wrap: wrap;
}

.m-index__tagListItem {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 1em;
  color: #666;
  font-size: 0.625rem;
  line-height: 1;
  margin: 5px 0 0 5px;
  padding: 0.3em 1em;
}

.m-index__content > [class*=m-] {
  margin-top: 20px;
}

.m-index + .m-index {
  margin-top: 10px;
}

.m-index--decoration {
  background-image: url(/themes/kidzania/common/img/background.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.m-index .m-layout-button {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.m-icon {
  height: 1.3em;
  margin-bottom: 0.25em;
  margin-right: 0.3em;
  vertical-align: middle;
}

.icon-newWindow {
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.icon-newWindow .path {
  fill: #333;
  transition: fill 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.icon-newWindow .path:link:hover .icon-newWindow {
  fill: #f49c26;
}

.m-layout__content {
  height: 100%;
}

.m-layout__content > img {
  max-width: 100%;
}

.m-layout[data-col-narrow="1"] > .m-layout__container .m-layout__item + .m-layout__item {
  margin-top: 20px;
}

.m-layout-grid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.m-layout-grid__content {
  height: 100%;
}

.m-layout-grid .m-button, .m-layout-grid .m-button-arrow {
  display: flex;
  height: 100%;
  margin-bottom: 3px;
  width: 100%;
}

.m-layout-grid .m-button-arrow__inner, .m-layout-grid .m-button__inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.m-layout-button--cramped .m-layout-button__container {
  justify-content: flex-start;
}

.m-layout-button__container {
  justify-content: center;
}

.m-layout-button__content {
  padding-bottom: 3px;
}

.m-layout-button .m-button, .m-layout-button .m-button-arrow {
  display: flex;
  margin-bottom: 3px;
  width: 100%;
}

.m-layout-button .m-button-arrow__inner, .m-layout-button .m-button__inner {
  height: 100%;
}

.m-layout-button[data-col-narrow=auto] .m-button, .m-layout-button[data-col-narrow=auto] .m-button-arrow {
  min-width: 215px;
}

.m-layout-buttonGrid__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -15px;
}

.m-layout-buttonGrid__item {
  flex-basis: 49%;
  margin-top: 15px;
  max-width: 49%;
}

.m-layout-buttonGrid__item--full {
  flex-basis: 100%;
  max-width: 100%;
}

.m-layout-buttonGrid__content {
  padding-bottom: 3px;
}

.m-layout-buttonGrid .m-button {
  display: flex;
  margin-bottom: 3px;
  width: 100%;
}

.m-layout-buttonGrid .m-button__inner {
  height: 100%;
}

.m-layout-newsInfo {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 38px 0 0;
  padding: 0 0 30px;
}

.m-layout-newsInfo__share {
  margin: 30px 0 0;
}

.m-layout-newsInfo__share > :first-child {
  margin-top: 0 !important;
}

.m-layout-newsInfo__label, .m-layout-newsInfo__label--activity, .m-layout-newsInfo__label--collect, .m-layout-newsInfo__label--event, .m-layout-newsInfo__label--info, .m-layout-newsInfo__label--plan {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  color: #333;
  display: table;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding: 3px 10px;
  text-align: center;
}

.m-layout-newsInfo__label--event {
  border-color: #f86868;
  color: #f86868;
}

.m-layout-newsInfo__label--activity {
  border-color: #f4a81b;
  color: #f4a81b;
}

.m-layout-newsInfo__label--plan {
  border-color: #04ada7;
  color: #04ada7;
}

.m-layout-newsInfo__label--collect {
  border-color: #f81;
  color: #f81;
}

.m-layout-newsInfo__label--info {
  border-color: #b979c9;
  color: #b979c9;
}

.m-layout-newsInfo__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin: 15px 0 0;
}

.m-link-list__link {
  color: #333;
  display: block;
  padding-left: 20px;
  position: relative;
}

.m-link-list__link:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 15px;
}

.m-link-list__link:not(:link) {
  color: #a9a9a9;
}

.m-link-list__link:not(:link):before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23ccc%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
}

.m-link-list__link[href^="#"]:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M100,50c0%2d27%2e61%2d22%2e39%2d50%2d50%2d50S0,22%2e39,0,50s22%2e39,50,50,50S100,77%2e61,100,50z%20M28%2e95,46%2e66L34%2e08,41%20l13%2e6,13%2e11l14%2e36%2d13%2e4l5%2e03,5%2e38L47%2e68,64%2e21L28%2e95,46%2e66z%22%2f%3e%3c%2fsvg%3e");
}

.m-link-list__link--internal:not(:link):before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23ccc%22%3e%3cpath%20d%3d%22M100,50c0%2d27%2e61%2d22%2e39%2d50%2d50%2d50S0,22%2e39,0,50s22%2e39,50,50,50S100,77%2e61,100,50z%20M28%2e95,46%2e66L34%2e08,41%20l13%2e6,13%2e11l14%2e36%2d13%2e4l5%2e03,5%2e38L47%2e68,64%2e21L28%2e95,46%2e66z%22%2f%3e%3c%2fsvg%3e");
}

.m-link-list-Type2 .m-link-list__link {
  font-weight: 700;
}

.m-link-list-Type2 .m-link-list__text {
  display: block;
  margin-top: 3px;
  padding-left: 20px;
}

.m-link-banner {
  text-align: center;
}

.m-link-banner__link {
  display: block;
}

.m-link-banner__item {
  display: block;
  width: 100%;
}

.m-list-notice__list {
  counter-reset: number;
}

.m-list-notice__head {
  display: block;
  left: 0;
  position: absolute;
}

.m-list-notice__item {
  counter-increment: number;
  padding-left: 25px;
  position: relative;
}

.m-list-notice__item + .m-list-notice__item {
  margin-top: 0.5em;
}

.m-list-activity__item {
  border-bottom: 2px solid #e0e0e0;
  max-width: 100%;
  padding: 15px 0;
}

.m-list-activity__item:first-child {
  padding-top: 0;
}

.m-list-activity__hdg {
  font-size: 1rem;
}

.m-list-activity__body {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.m-list-activity__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 10px 0 0;
  order: 2;
  width: 100%;
}

.m-list-activity__content .m-text {
  margin-bottom: 5px;
}

.m-list-activity__content .m-text:first-child {
  margin-top: 0;
}

.m-list-activity__img {
  flex: 0 0 auto;
  width: 100%;
}

.m-list-activity__img-item {
  max-width: 100%;
}

.m-list-activity__button-txt {
  flex: 1 1 auto;
  font-weight: 700;
}

.m-list-activity__button em + .m-list-activity__button-subtxt {
  margin-left: 14px;
}

.m-list-activity__button-num {
  font-size: 1.5rem;
}

.m-list-activity__button-item {
  flex: 0 0 auto;
}

.m-list-activity__foot {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.m-list-reservation__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 12px;
}

.m-list-reservation__item:first-child {
  border-top: 1px solid #e0e0e0;
}

.m-list-reservation__head {
  color: #f49c26;
  font-size: 0.8125rem;
  font-weight: 700;
}

.m-list-reservation__date {
  margin-right: 10px;
}

.m-list-reservation__body {
  align-items: center;
  display: flex;
  font-weight: 700;
}

.m-list-reservation__txt {
  flex: 1 1 auto;
}

.m-list-reservation__button {
  flex: 0 0 auto;
}

.m-list-reservation__subtxt {
  color: #777;
  font-size: 0.75rem;
  font-weight: 400;
}

.m-list-reservation__foot {
  font-weight: 700;
}

.m-list-reservationType2__list {
  border-top: 1px solid #e0e0e0;
}

.m-list-reservationType2__item {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

.m-list-reservationType2__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.m-list-reservationType2__wrap + .m-list-reservationType2__wrap {
  margin-top: 10px;
}

.m-list-reservationType2__date {
  font-size: 1rem;
  font-weight: 700;
  max-width: 8rem;
}

.m-list-reservationType2__label {
  align-items: center;
  background-color: #fff;
  border: 1px solid #c80b4c;
  border-radius: 2em;
  color: #c80b4c;
  display: inline-block;
  font-size: 0.8125rem;
  justify-content: center;
  line-height: 1;
  margin-left: 15px;
  padding: 0.25em 1em;
}

.m-list-reservationType2__conversion {
  flex: 0 0 auto;
}

.m-list-reservationType2__conversion > .m-button {
  display: block;
}

.m-list-reservationType2__conversion > .m-button + .m-button {
  margin-top: 11px;
}

.m-list-reservationType3__list {
  border-top: 1px solid #e0e0e0;
}

.m-list-reservationType3__item {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
}

.m-list-label-mini__item {
  border: 1px solid #333;
  border-radius: 15px;
  display: block;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0 7px;
}

.m-list-label-mini__text {
  color: #333;
  line-height: 1.63;
}

.m-list-label-mini + [class^=m-] {
  margin-top: 7px;
}

.m-list-icon__item {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.m-list-icon__item + .m-list-icon__item, .m-list-icon__item .m-list-icon__list {
  margin-top: 0.5em;
}

.m-list-icon__icon {
  flex: 0 0 1em;
  height: 1em;
  max-width: 1em;
  min-width: 1em;
}

.m-list-icon__icon + .m-list-icon__text {
  margin-left: 0.5em;
}

.m-list-icon__iconItem {
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  top: 0.425em;
}

.m-list-icon__text {
  flex: 1 1 auto;
}

.m-list-description__list {
  border-top: 1px solid #e0e0e0;
  display: table;
  width: 100%;
}

.m-list-description__item {
  display: table-row;
}

.m-list-description__item > dd, .m-list-description__item > dt {
  border-bottom: 1px solid #e0e0e0;
  display: table-cell;
  padding-bottom: 16px;
  padding-top: 16px;
}

.m-list-description__item > dd {
  padding-left: 15px;
}

.m-list-description--connect + .m-list-description--connect {
  position: relative;
}

.m-list-description--connect + .m-list-description--connect:before {
  border-bottom: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #c5c5c5;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -27.5px;
  transform: translateX(-50%);
  width: 0;
}

.m-list-description-simple__item {
  display: flex;
  margin-top: 4px;
  width: 100%;
}

.m-list-description-simple__item dd, .m-list-description-simple__item dt {
  font-size: 0.875rem;
}

.m-list-description-simple__item dt {
  flex: 0 0 auto;
  margin-right: 4px;
}

.m-step__list {
  display: flex;
  flex-direction: column;
}

.m-step__item {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  padding: 19px 30px;
  position: relative;
}

.m-step__item + .m-step__item {
  margin-top: 46px;
}

.m-step__item + .m-step__item:before {
  border-bottom: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #c5c5c5;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -15.5px;
  transform: translateY(-100%);
  width: 0;
}

.m-step__icon {
  margin-right: 13px;
  width: 60px;
}

.m-step__icon img {
  max-width: 100%;
}

.m-step__label {
  background-color: #e6e6e6;
  border-radius: 12px;
  display: inline-block;
  padding: 1px 15px;
}

.m-step__text {
  font-weight: 700;
  margin-top: 10px;
}

.m-step__anchor {
  text-align: center;
  width: 100%;
}

.m-list-creditEdit__list {
  border-top: 1px solid #e0e0e0;
}

.m-list-creditEdit__item {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

.m-list-creditEdit__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.m-list-creditEdit__title {
  display: flex;
  flex: 1 1 auto;
}

.m-list-creditEdit__delete {
  flex: 0 0 auto;
}

.m-list-creditEdit__delete > .m-button {
  display: block;
}

.m-list-creditEdit__delete > .m-button + .m-button {
  margin-top: 11px;
}

.m-list-bullet__item {
  padding-left: 15px;
  position: relative;
}

.m-list-bullet__item:before {
  background-color: #c80b4c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 7px;
}

.m-list-bullet__item + .m-list-bullet__item, .m-list-bullet__item .m-list-bullet__list {
  margin-top: 0.3em;
}

.m-list-bullet--type2 .m-list-bullet__item:before {
  background-color: #f49c26;
}

.m-list-bullet--type3 .m-list-bullet__item:before {
  background-color: #333;
}

.m-list-number__list {
  counter-reset: number;
}

.m-list-number__list--type2 > .m-list-number__item:before, .m-list-number__list--type3 > .m-list-number__item:before {
  color: #333;
  font-size: 0.875rem;
}

.m-list-number__list--type2 > .m-list-number__item:after, .m-list-number__list--type3 > .m-list-number__item:after {
  content: none;
}

.m-list-number__list--type2 > .m-list-number__item {
  padding-left: 2em;
}

.m-list-number__list--type2 > .m-list-number__item:before {
  content: counter(number) ".";
}

.m-list-number__list--type3 > .m-list-number__item {
  padding-left: 3em;
}

.m-list-number__list--type3 > .m-list-number__item:before {
  content: "（" counter(number) "）";
}

.m-list-number__item {
  counter-increment: number;
  padding-left: 25px;
  position: relative;
}

.m-list-number__item:before {
  color: #fff;
  content: counter(number);
  display: block;
  font-size: 0.75rem;
  left: 5px;
  position: absolute;
  top: 1px;
  z-index: 10;
}

.m-list-number__item:after {
  background-color: #c80b4c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 17px;
}

.m-list-number__item + .m-list-number__item, .m-list-number__item .m-list-number__list {
  margin-top: 0.3em;
}

.m-list-contact__item {
  display: table-row;
}

.m-list-contact__item + .m-list-contact__item .m-list-contact__description, .m-list-contact__item + .m-list-contact__item .m-list-contact__term {
  padding-top: 15px;
}

.m-list-contact__description, .m-list-contact__term {
  display: table-cell;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.m-list-contact__term {
  font-size: 0.875rem;
}

.m-list-contact__description {
  color: #f49c26;
  font-size: 1.375rem;
  padding-left: 1em;
}

.m-list-info__wrap {
  display: block;
  height: 100%;
  padding: 10px 0;
}

.m-list-info__wrap:link {
  color: #333;
}

.m-list-info__title {
  align-items: center;
  display: flex;
}

.m-list-info__date {
  color: #777;
  font-size: 0.8125rem;
  line-height: 1;
}

.m-list-info__label {
  background-color: #c80b4c;
  border-radius: 1em;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: 1em;
  padding: 0.3em 1em;
}

.m-list-info__text {
  margin-top: 5px;
}

.m-list-info--mypageTop .m-list-info__item:last-child {
  border-bottom: 2px solid #e0e0e0;
}

.m-list-news__item {
  border-bottom: 1px solid #e0e0e0;
}

.m-list-news__wrap {
  display: flex;
  flex-direction: row-reverse;
  padding: 20px 30px 20px 0;
  position: relative;
}

.m-list-news__wrap:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.m-list-news__content {
  flex: 1 1 auto;
  margin-left: 15px;
}

.m-list-news__content:first-child:last-child {
  margin-left: 0;
}

.m-list-news__date {
  color: #777;
  font-size: 0.8125rem;
}

.m-list-news__text {
  color: #333;
  font-weight: 700;
}

.m-list-news__description {
  color: #333;
  font-size: 0.8125rem;
  margin-top: 10px;
}

.m-list-news__labelList {
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.m-list-news__media {
  align-items: flex-start;
  display: flex;
  flex: 0 0 82px;
  height: 82px;
  min-height: inherit;
  position: relative;
  width: 82px;
}

.m-list-news__mediaItem {
  display: block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-list-news__label {
  background-color: #c80b4c;
  border-radius: 100px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px 10px;
}

.m-list-news__label + .m-list-news__label {
  margin-left: 10px;
}

.m-list-news__label--activity, .m-list-news__label--collect, .m-list-news__label--event, .m-list-news__label--info, .m-list-news__label--plan {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 0.6875rem;
  padding: 4px 10px;
}

.m-list-news__label--event {
  border-color: #f86868;
  color: #f86868;
}

.m-list-news__label--activity {
  border-color: #f4a81b;
  color: #f4a81b;
}

.m-list-news__label--plan {
  border-color: #04ada7;
  color: #04ada7;
}

.m-list-news__label--collect {
  border-color: #f81;
  color: #f81;
}

.m-list-news__label--info {
  border-color: #b979c9;
  color: #b979c9;
}

.m-list-faq__wrap {
  align-items: center;
  background-color: #faf5f0;
  border-radius: 4px;
  box-shadow: 0 3px 0 #e6e1dc;
  display: flex;
  height: 100%;
  padding: 20px;
  position: relative;
}

.m-list-faq__wrap--arrow {
  padding-right: 45px;
}

.m-list-faq__wrap--arrow:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.m-list-faq__mark {
  color: transparent;
  display: block;
  font-size: 1.25rem;
  left: 10px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: -15px;
  width: 1rem;
}

.m-list-faq__mark:first-letter {
  color: #c80b4c;
}

.m-list-faq__text {
  color: #333;
}

.m-list-step {
  font-size: 0.75rem;
  overflow: hidden;
}

.m-list-step[data-col="2"] .m-list-step__item {
  max-width: calc(50% - 5px);
  min-width: calc(50% - 5px);
}

.m-list-step[data-col="3"] .m-list-step__item {
  max-width: calc(33.33333% - 3.33333px);
  min-width: calc(33.33333% - 3.33333px);
}

.m-list-step[data-col="4"] .m-list-step__item {
  max-width: calc(25% - 2.5px);
  min-width: calc(25% - 2.5px);
}

.m-list-step[data-col="5"] .m-list-step__item {
  max-width: calc(20% - 2px);
  min-width: calc(20% - 2px);
}

.m-list-step__item {
  align-items: center;
  background-color: #ececec;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 0 0 0 10px;
  position: relative;
  text-align: center;
}

.m-list-step__item b {
  font-weight: 400;
}

.m-list-step__item:after, .m-list-step__item:before {
  border: solid transparent;
  border-width: 26px 10px;
  bottom: 0;
  content: "";
  display: block;
  height: 44px;
  left: 100%;
  margin: 0 0 auto;
  position: absolute;
  top: -4px;
  z-index: 10;
}

.m-list-step__item:before {
  border-left-color: #fff;
}

.m-list-step__item:after {
  border-left-color: #ececec;
  margin-left: -2px;
}

.m-list-step__item:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 0;
}

.m-list-step__item[aria-current=step] {
  background-color: #c80b4c;
}

.m-list-step__item[aria-current=step] > b {
  color: #fff;
}

.m-list-step__item[aria-current=step]:after {
  border-left-color: #c80b4c;
}

.m-list-step__list {
  display: flex;
  height: 44px;
}

.m-list-label__item {
  line-height: 1;
}

.m-list-label__wrap {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  display: block;
  padding: 5px 9px 6px;
}

.m-list-label__text {
  color: #333;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.63;
}

.m-media {
  text-align: center;
}

.m-media__wrap {
  align-items: center;
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  max-width: 100%;
  vertical-align: bottom;
}

.m-media__media {
  flex: 0 0 auto;
  max-width: 100%;
}

.m-media__item {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

.m-media__caption {
  color: #333;
  font-size: 0.75rem;
  margin-top: 10px;
}

.m-media--medialeft .m-media__wrap {
  align-items: flex-start;
}

aside.m-media {
  margin-top: 80px;
}

.m-media-layout__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.m-media-layout__content {
  width: 100%;
}

.m-media-layout__content .m-text {
  word-break: break-all;
}

.m-media-layout__media {
  flex: 0 0 auto;
  margin: 20px auto 0;
  max-width: 100%;
}

.m-media-layout__media__movie, .m-media-layout__media__movie .m-media__wrap {
  width: 100%;
}

.m-media-visual {
  margin: 40px 0 0;
}

.m-media-visual img {
  vertical-align: top;
  width: 100%;
}

.m-media-arc {
  background-color: #f6f6f6;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin: 40px 0 0;
  overflow: hidden;
}

.m-media-arc__content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px;
}

.m-media-arc__content__title {
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333;
}

.m-media-arc__content__title .m-icon {
  height: 30px;
}

.m-media-arc__content__text {
  margin-top: 10px;
}

.m-media-arc__image {
  flex: 1 0 auto;
  max-height: 243px;
  overflow: hidden;
  position: relative;
}

.m-media-arc__image__inner {
  -webkit-clip-path: ellipse(93% 63% at center 65%);
  align-items: center;
  clip-path: ellipse(93% 63% at center 65%);
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.m-media-arc__image img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}

.m-media-arc__image:before {
  -webkit-clip-path: ellipse(93% 63% at center 65%);
  background-color: #fff;
  bottom: 0;
  clip-path: ellipse(93% 63% at center 65%);
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.m-media-movie {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-top: 56.25% !important;
  position: relative;
  width: 100%;
}

.m-media-movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.movieCenter {
  margin: 0 auto !important;
  max-width: 100% !important;
}

.m-activity-navigation {
  margin: 20px 0 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.m-activity-navigation__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -12px -10px;
}

.m-activity-navigation__container--main {
  justify-content: space-between;
}

.m-activity-navigation__container--main .m-activity-navigation__link {
  display: flex;
}

.m-activity-navigation__container--main .m-activity-navigation__linkInner {
  padding-bottom: 13px;
  padding-top: 65px;
}

.m-activity-navigation__container--main .m-activity-navigation__linkText {
  font-weight: 700;
  line-height: 1.2857142857;
}

.m-activity-navigation__container--sub .m-activity-navigation__linkInner {
  justify-content: space-between;
  padding: 0 15px;
}

.m-activity-navigation__container--sub .m-activity-navigation__linkInner:before {
  flex-shrink: 0;
  position: static;
}

.m-activity-navigation__container--sub .m-activity-navigation__linkText {
  flex-grow: 1;
  padding: 10px 0 9px 15px;
}

.m-activity-navigation__container + .m-activity-navigation__container {
  margin-top: 20px;
  padding-top: 19px;
  position: relative;
}

.m-activity-navigation__container + .m-activity-navigation__container:before {
  background-image: linear-gradient(90deg, #c5c5c5, #c5c5c5 2px, transparent 0, transparent 5px);
  background-repeat: repeat-x;
  background-size: 5px 1px;
  content: "";
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.m-activity-navigation__item {
  margin: 0 0 12px 10px;
  max-width: calc(50% - 10px);
  width: 100%;
}

.m-activity-navigation__content {
  height: 100%;
  padding-bottom: 3px;
  width: 100%;
}

.m-activity-navigation__link {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.m-activity-navigation__link:focus:link, .m-activity-navigation__link:hover:link {
  text-decoration: none;
}

.m-activity-navigation__link:focus .m-activity-navigation__linkInner, .m-activity-navigation__link:hover .m-activity-navigation__linkInner {
  background-color: #fffaf2;
}

.m-activity-navigation__link:focus .m-activity-navigation__linkText, .m-activity-navigation__link:hover .m-activity-navigation__linkText {
  color: #f49c26;
}

.m-activity-navigation__link:active .m-activity-navigation__linkInner {
  background-color: #f5efe9;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.m-activity-navigation__link:active .m-activity-navigation__linkText {
  color: #333;
}

.m-activity-navigation__linkInner {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px #ccc;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 10px 15px 9px;
  position: relative;
  width: 100%;
}

.m-activity-navigation__linkInner--icon1:before, .m-activity-navigation__linkInner--icon2:before, .m-activity-navigation__linkInner--icon3:before, .m-activity-navigation__linkInner--icon4:before, .m-activity-navigation__linkInner--icon5:before, .m-activity-navigation__linkInner--icon6:before, .m-activity-navigation__linkInner--icon7:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 1;
}

.m-activity-navigation__linkInner--icon1:before {
  background-image: url(/themes/kidzania/common/img/iconActivity1.svg);
  height: 25px;
  width: 25px;
}

.m-activity-navigation__linkInner--icon2:before {
  background-image: url(/themes/kidzania/common/img/iconActivity2.svg);
  height: 28px;
  width: 33px;
}

.m-activity-navigation__linkInner--icon3:before {
  background-image: url(/themes/kidzania/common/img/iconActivity3.svg);
  height: 26px;
  width: 24px;
}

.m-activity-navigation__linkInner--icon4:before {
  background-image: url(/themes/kidzania/common/img/iconActivity4.svg);
  height: 27px;
  width: 23px;
}

.m-activity-navigation__linkInner--icon5:before {
  background-image: url(/themes/kidzania/common/img/iconActivity5.svg);
  height: 24px;
  width: 22px;
}

.m-activity-navigation__linkInner--icon6:before {
  background-image: url(/themes/kidzania/common/img/iconActivity6.svg);
  height: 27px;
  width: 26px;
}

.m-activity-navigation__linkInner--icon7:before {
  background-image: url(/themes/kidzania/common/img/iconActivity7.svg);
  height: 24px;
  width: 21px;
}

.m-activity-navigation__linkText {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  text-align: center;
}

.m-navigation-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.m-navigation-link + [class^=m-] {
  margin-top: 17px;
}

.m-navigation-link__hdg {
  font-size: 1.125rem;
  line-height: 1.5;
}

.m-navigation-link--next, .m-navigation-link--prev {
  color: #333;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.m-navigation-link--next:before, .m-navigation-link--prev:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.1em;
  width: 15px;
}

.m-navigation-link--prev {
  padding-left: 20px;
}

.m-navigation-link--prev:before {
  transform: rotate(180deg);
}

.m-navigation-link--next {
  padding-right: 20px;
}

.m-navigation-link--next:before {
  left: auto;
  right: 0;
}

.m-note {
  font-size: 0.75rem;
}

.m-note__item {
  display: flex;
}

.m-note__item + .m-note__item {
  margin-top: 0.5em;
}

.m-note__mark {
  flex: 0 0 auto;
  margin-right: 0.5em;
}

.m-note__text {
  flex: 1 1 100%;
}

.m-note__text > .m-form-tag {
  margin-right: 0.5em;
}

.m-note--small {
  color: #777;
  font-size: 0.75rem;
}

.m-note .m-form-tag {
  margin-left: 0;
}

.m-panel__item {
  justify-content: center;
}

.m-panel__wrap {
  display: block;
  margin: auto;
  padding-bottom: 20px;
  position: relative;
}

.m-panel__wrap:link:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}

.m-panel__content {
  margin-top: 10px;
}

.m-panel__title {
  font-size: 1rem;
  font-weight: 700;
}

.m-panel__text, .m-panel__title {
  color: #333;
  margin-top: 15px;
}

.m-panel__media {
  flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
}

.m-panel__mediaItem {
  border-radius: 5px;
  display: block;
  margin: auto;
  max-width: 100%;
}

.m-panel-mypageTop__wrap {
  align-items: stretch;
  flex-wrap: wrap;
}

.m-panel-mypageTop__col, .m-panel-mypageTop__wrap {
  display: flex;
  flex-direction: column;
}

.m-panel-mypageTop__col--full {
  margin: 10px 0 29px;
  order: 2;
}

.m-panel-mypageTop__col--full .m-panel-mypageTop__item > .m-link-list {
  margin-top: 0;
}

.m-panel-mypageTop__col--reservation {
  order: 1;
}

.m-panel-mypageTop__col--reservation .m-panel-mypageTop__item {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
}

.m-panel-mypageTop__col--reservation .m-panel-mypageTop__item + .m-panel-mypageTop__item, .m-panel-mypageTop__col--reservation .m-panel-mypageTop__item + .m-panel-mypageTop__item--reservation {
  margin-top: 10px;
}

.m-panel-mypageTop__col--reservation .m-panel-mypageTop__item--situation {
  background: #f6f6f6;
  padding: 20px;
}

.m-panel-mypageTop__col--reservation .m-panel-mypageTop__item > .m-link-list {
  margin-top: 0;
}

.m-panel-mypageTop__col--situation {
  background: #f6f6f6;
  border-radius: 5px;
  order: 3;
  padding: 0 16px;
}

.m-panel-mypageTop__col--situation .m-panel-mypageTop__item {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px 0;
}

.m-panel-mypageTop__col--situation .m-panel-mypageTop__item--heading {
  padding: 14px 0;
}

.m-panel-mypageTop__col--situation .m-panel-mypageTop__item--heading .m-panel-mypageTop__hdg-txt {
  margin-bottom: 0;
}

.m-panel-mypageTop__col--situation .m-panel-mypageTop__item:last-child {
  border-bottom: transparent;
}

.m-panel-mypageTop__col--situation .m-panel-mypageTop__head {
  display: flex;
  flex-direction: column;
}

.m-panel-mypageTop__col--situation .m-panel-mypageTop__hdg-subtxt {
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.m-panel-mypageTop__col--situation .m-panel-mypageTop__txt {
  line-height: 1.4;
}

.m-panel-mypageTop__item[href] {
  color: #333;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}

.m-panel-mypageTop__item[href]:active, .m-panel-mypageTop__item[href]:focus, .m-panel-mypageTop__item[href]:hover {
  color: #f49c26;
}

.m-panel-mypageTop__hdg {
  display: flex;
}

.m-panel-mypageTop__hdg-icon {
  margin-right: 9px;
}

.m-panel-mypageTop__body > .m-text, .m-panel-mypageTop__head > .m-text {
  margin-top: 0;
}

.m-panel-mypageTop__sub {
  color: #777;
  font-size: 0.75rem;
  margin-bottom: 5px;
  text-align: right;
}

.m-panel-mypageTop__label {
  background: #231f20;
  color: #fff;
  display: block;
  font-weight: 700;
  margin-right: 15px;
  max-width: calc(3rem + 12px);
  padding: 2px 17px;
  text-align: center;
  word-break: keep-all;
}

.m-panel-careerbook__item {
  border: 1px solid #f49c26;
  border-radius: 5px;
  justify-content: space-between;
  padding: 10px;
}

.m-panel-careerbook__head, .m-panel-careerbook__item {
  align-items: center;
  display: flex;
}

.m-panel-careerbook__body {
  align-items: center;
  flex-shrink: 0;
}

.m-panel-careerbook__body-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
}

.m-panel-careerbook__count {
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
  margin-right: 54px;
  padding-right: 15px;
}

.m-panel-careerbook__count-num {
  font-size: 1.875rem;
}

.m-panel-careerbook__mark {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.m-panel-careerbook__icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 16px;
  width: 48px;
}

.m-panel-careerbook__iconItem {
  height: auto;
  width: 100%;
}

.m-panel-careerbook__hdg {
  flex-shrink: 1;
  margin-right: 10px;
}

.m-panel-careerbook__hdg-main {
  font-size: 1.125rem;
  font-weight: 700;
}

.m-panel-careerbook__hdg-sub {
  color: #777;
  font-size: 0.875rem;
}

.m-panel-reserveTicket__head {
  align-items: center;
  background: #2e4c8c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
}

.m-panel-reserveTicket__head-content:first-child {
  padding-left: 22px;
}

.m-panel-reserveTicket__head-content:last-child {
  padding-right: 18px;
}

.m-panel-reserveTicket__head-item {
  align-items: center;
  display: flex;
}

.m-panel-reserveTicket__body {
  background: #ecf0fa;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px 10px 33px;
  position: relative;
}

.m-panel-reserveTicket__body-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.m-panel-reserveTicket__body:after, .m-panel-reserveTicket__body:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  top: -6px;
  width: 13px;
}

.m-panel-reserveTicket__body:before {
  left: -6px;
}

.m-panel-reserveTicket__body:after {
  left: auto;
  right: -6px;
}

.m-panel-reserveTicket__body-content {
  margin-bottom: 40px;
}

.m-panel-reserveTicket__body-content:last-child {
  margin-bottom: 0;
}

.m-panel-reserveTicket__body-content-img {
  margin: 0 auto;
  max-width: 161px;
}

.m-panel-reserveTicket__body-content-imgItem {
  display: block;
  width: 100%;
}

.m-panel-reserveTicket__body-content-imgText {
  color: #2e4c8c;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

.m-panel-reserveTicket__body-content-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.m-panel-reserveTicket__body-content-item:last-child {
  margin-bottom: 0;
}

.m-panel-reserveTicket-destination-img {
  left: 5px;
  position: relative;
  top: 15px;
}

.m-panel-reserveTicket-destination__text {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}

.m-panel-reserveTicket-destination__text-main {
  color: #2e4c8c;
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  margin-top: 10px;
}

.m-panel-reserveTicket-destination__text-main:last-child {
  text-align: right;
}

.m-panel-reserveTicket-destination__text-addition {
  left: -100vh;
  position: absolute;
}

.m-panel-reserveTicket-info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: -20px;
}

.m-panel-reserveTicket-info__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 24px;
  margin-top: 10px;
}

.m-panel-reserveTicket-info__item:last-child {
  margin-right: 0;
}

.m-panel-reserveTicket-info__text {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.m-panel-reserveTicket-info__text-main-people-wrap {
  display: flex;
}

.m-panel-reserveTicket-info__text-main {
  color: #2e4c8c;
  font-size: 1.25rem;
  margin-top: auto;
}

.m-panel-reserveTicket-info__text-main-people {
  color: #2e4c8c;
  font-size: 0.75rem;
  margin-right: 28px;
  margin-top: auto;
}

.m-panel-reserveTicket-info__text-main-people:last-child {
  margin-right: 0;
}

.m-panel-reserveTicket-info__text-main-people-num {
  font-size: 1.625rem;
}

.m-panel-goods__list {
  align-items: flex-start;
}

.m-panel-goods__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-panel-goods__item.-rounded .m-panel-goods__media {
  border-radius: 5px;
  overflow: hidden;
}

.m-panel-goods__content {
  order: 2;
}

.m-panel-goods__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}

.m-panel-goods__price, .m-panel-goods__text {
  font-size: 0.75rem;
  margin-top: 10px;
}

.m-panel-goods__links {
  margin-top: 14px;
}

.m-panel-goods__link {
  display: block;
  transition: opacity 0.3s;
}

.m-panel-goods__link:hover {
  opacity: 0.7;
}

.m-panel-goods__link img {
  vertical-align: top;
}

.m-panel-goods__link + .m-panel-goods__link {
  margin-top: 15px;
}

.m-panel-goods__media {
  order: 1;
}

.m-panel-goods__media .m-panel__mediaItem {
  border-radius: 0;
}

.m-panel-fullWidth.m-panel-fullWidth-group-school-1 {
  background-image: url(/group/school/img/bg-group-school-01.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-panel-fullWidth__inner {
  padding: 30px 20px 55px;
}

.m-panel-fullWidth__text {
  color: #fff;
  text-align: center;
}

.m-panel-fullWidth__text__main {
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.m-panel-fullWidth__text__sub {
  font-size: 0.875rem;
  margin-top: 13px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.m-panel-type4__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -18px;
  margin-top: -20px;
}

.m-panel-type4__item {
  margin-left: 18px;
  margin-top: 20px;
  max-width: 388px;
  min-width: 335px;
  width: 100%;
}

.m-panel-type4__item__inner {
  color: #fff;
  display: block;
  text-decoration: none;
}

.m-panel-type4__hdg {
  background-color: #c80b4c;
  border-radius: 5px 5px 0 0;
  padding: 8px 8px 13px;
  position: relative;
}

.m-panel-type4__hdg__img {
  position: absolute;
  width: 94px;
  z-index: 1;
}

.m-panel-type4__hdg__img img {
  max-width: 100%;
}

.m-panel-type4__hdg__ttl {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-left: 104px;
  margin-top: 8px;
  min-height: 43px;
  width: 175px;
}

.m-panel-type4__body {
  background-color: #f2f2f2;
  border-radius: 0 0 5px 5px;
  color: #333;
  padding: 40px 15px 20px;
}

.m-panel-type4__body__ttl {
  font-size: 0.75rem;
  line-height: 1.625;
}

.m-panel-type5 {
  background-color: #f6f6f6;
  border-radius: 5px;
  display: block;
  height: 100%;
  padding: 20px 20px 18px;
}

.m-panel-type5 + .m-panel-type5 {
  margin-top: 10px;
}

.m-panel-type5__hdg {
  align-items: center;
  display: flex;
}

.m-panel-type5__hdg-icon {
  margin-right: 9px;
}

.m-panel-type5__hdg-icon__img {
  vertical-align: text-top;
}

.m-panel-type5__body > .m-text, .m-panel-type5__head > .m-text {
  margin-top: 0;
}

.m-panel-type5__body {
  margin-top: 5px;
}

.m-panel-pickup__wrap {
  color: #333;
  display: block;
}

.m-panel-pickup__content {
  margin-top: 10px;
}

.m-panel-pickup__inner {
  padding-bottom: 20px;
  position: relative;
}

.m-panel-pickup__inner:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}

.m-panel-pickup__title {
  font-size: 1rem;
  font-weight: 700;
}

.m-panel-pickup__text {
  margin-top: 10px;
}

.m-panel-pickup__mediaItem {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

.m-panel-childInfo__wrap {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 0 #ccc;
  display: flex;
  padding: 10px 35px 10px 10px;
  position: relative;
}

.m-panel-childInfo__wrap:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.m-panel-childInfo__content {
  flex: 1 1 auto;
  margin-left: 15px;
}

.m-panel-childInfo__member {
  color: #333;
  flex: 1 1 100%;
}

.m-panel-childInfo__memberName {
  color: #333;
  font-weight: 700;
}

.m-panel-childInfo__memberDivision {
  color: #777;
}

.m-panel-childInfo__media {
  border-radius: 50%;
  flex: 0 0 40px;
  height: 40px;
  overflow: hidden;
  width: 40px;
}

.m-panel-childInfo__mediaItem {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

.m-panel-type2__item {
  justify-content: center;
  text-align: center;
}

.m-panel-type2__wrap {
  display: block;
  margin: auto;
  position: relative;
}

.m-panel-type2__content {
  flex: 1 1 auto;
}

.m-panel-type2__title {
  color: #333;
  font-weight: 700;
  margin-top: 10px;
  padding-right: 20px;
  position: relative;
}

.m-panel-type2__title:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.m-panel-type2__text {
  color: #777;
  font-size: 0.8125rem;
  margin-top: 10px;
}

.m-panel-type2__media {
  flex: 0 0 auto;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.m-panel-type2__mediaItem {
  border-radius: 2000px;
  display: block;
  margin: auto;
  max-width: 100%;
}

.m-panel-contact .m-heading-l4 + * {
  margin-top: 20px;
}

.m-panel-type3__item {
  justify-content: center;
}

.m-panel-type3__link {
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #333;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  margin: auto auto 10px;
  padding: 13px 38px 13px 15px;
  position: relative;
}

.m-panel-type3__link:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.m-panel-type3__linkText {
  margin: auto 0;
}

.m-panel-type3__content .m-list-label {
  margin-top: 10px;
}

.m-panel-type3__title {
  color: #f49c26;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}

.m-panel-type3__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.875rem;
  margin-top: 5px;
  overflow: hidden;
}

.m-panel-type3__mediaItem {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.m-sns {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  width: 100%;
}

.m-sns__item {
  margin-left: 10px;
  margin-right: 10px;
}

.m-sns__item:first-child {
  margin-left: 0;
}

.m-sns__item:last-child {
  margin-right: 0;
}

.m-sns__link {
  display: inline-block;
}

.m-sns__icon {
  vertical-align: top;
}

.m-table__table {
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}

.m-table.u-verticalAlign-top .m-table__td, .m-table.u-verticalAlign-top .m-table__th {
  vertical-align: top;
}

.m-table__td, .m-table__th {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 10px;
}

.m-table__td {
  word-break: break-all;
}

.m-table__tbody .m-table__th, .m-table__thead {
  background-color: #f2f2f2;
}

.m-table--primary .m-table__thead {
  background-color: #c80b4c;
  color: #fff;
}

.m-table--scroll {
  overflow: auto;
}

.m-table__cell__banner {
  display: inline-block;
  margin-top: 10px;
  max-width: 200px;
}

.m-table__cell__banner img {
  width: 100%;
}

.m-table-panel .m-table__table {
  border-left: 0;
  border-top: 0;
  width: 100%;
}

.m-table-panel .m-table__td, .m-table-panel .m-table__th {
  border-bottom: 0;
  border-right: 0;
  padding: 12px 15px 11px;
}

.m-table-panel .m-table__thead .m-table__td, .m-table-panel .m-table__thead .m-table__th {
  background-color: #e5e5e5;
}

.m-table-panel .m-table__thead .m-table__th {
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 15px 15px;
}

.m-table-panel .m-table__thead .m-table__th-sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2px;
}

.m-table-panel .m-table__thead + .m-table__tbody > :first-child > .m-table__td, .m-table-panel .m-table__thead + .m-table__tbody > :first-child > .m-table__th {
  border-radius: 0;
}

.m-table-panel .m-table__tbody {
  background-color: #f6f6f6;
}

.m-table-panel .m-table__tbody .m-table__td, .m-table-panel .m-table__tbody .m-table__th {
  position: relative;
}

.m-table-panel .m-table__tbody .m-table__td:before, .m-table-panel .m-table__tbody .m-table__th:before {
  background-image: linear-gradient(90deg, #c5c5c5, #c5c5c5 1px, transparent 2px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 3px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  width: calc(100% - 17px);
}

.m-table-panel .m-table__tbody .m-table__th {
  background-color: transparent;
  font-weight: 400;
}

.m-table-panel .m-table__tbody .m-table__th:before {
  right: 0;
}

.m-table-panel .m-table__tbody .m-table__td {
  text-align: right;
}

.m-table-panel .m-table__tbody .m-table__td:nth-child(2):not(:last-child):before {
  width: 100%;
}

.m-table-panel .m-table__tbody .m-table__td--txt {
  color: #f49c26;
  font-weight: 700;
}

.m-table-panel .m-table__tbody .m-table__td--unit {
  font-size: 0.875rem;
}

.m-table-panel .m-table__tbody .m-table__td:before {
  left: 0;
}

.m-table-panel .m-table__tbody .m-table__tr:first-child .m-table__td:before, .m-table-panel .m-table__tbody .m-table__tr:first-child .m-table__th:before {
  display: none;
}

.m-table-panel .m-table__tbody .m-table__tr--total .m-table__td, .m-table-panel .m-table__tbody .m-table__tr--total .m-table__th {
  position: relative;
}

.m-table-panel .m-table__tbody .m-table__tr--total .m-table__td:before, .m-table-panel .m-table__tbody .m-table__tr--total .m-table__th:before {
  background-color: #c5c5c5;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  width: calc(100% - 17px);
}

.m-table-panel .m-table__tbody .m-table__tr--total .m-table__th {
  padding-bottom: 18px;
  padding-top: 17px;
}

.m-table-panel .m-table__tbody .m-table__tr--total .m-table__th:before {
  right: 0;
}

.m-table-panel .m-table__tbody .m-table__tr--total .m-table__td {
  color: #c8004c;
  font-size: 1.5625rem;
  font-weight: 700;
  padding-bottom: 22px;
  padding-top: 11px;
}

.m-table-panel .m-table__tbody .m-table__tr--total .m-table__td:before {
  left: 0;
}

.m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__td, .m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__th {
  position: relative;
}

.m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__td:before, .m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__th:before {
  background-color: #c5c5c5;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  width: calc(100% - 17px);
}

.m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__th {
  font-size: 0.75rem;
  padding-bottom: 18px;
  padding-top: 17px;
}

.m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__th:before {
  right: 0;
}

.m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__td {
  color: #c8004c;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 11px;
  padding-top: 11px;
}

.m-table-panel .m-table__tbody .m-table__tr--total-dif .m-table__td:before {
  left: 0;
}

.m-table-panel .m-table__tbody .m-table__tr--sub .m-table__td {
  font-size: 0.75rem;
  padding-bottom: 22px;
  padding-top: 11px;
}

.m-table-panel .m-table__tbody .m-table__tr--sub .m-table__td:before {
  display: none;
}

.m-table-panel .m-table__tbody > :first-child > .m-table__th {
  border-radius: 5px 0 0;
}

.m-table-panel .m-table__tbody > :first-child > .m-table__td {
  border-radius: 0 5px 0 0;
}

.m-table-panel .m-table__tbody > :last-child > .m-table__th {
  border-radius: 0 0 0 5px;
}

.m-table-panel .m-table__tbody > :last-child > .m-table__td {
  border-radius: 0 0 5px;
}

.m-table--type2 .m-table__tbody .m-table__th {
  background: #de8703;
  color: #fff;
}

.m-table--type2 .m-table__tbody .m-table__td {
  text-align: right;
}

.m-table--type2 .m-table__thead {
  background: #de8703;
  color: #fff;
}

.m-table--type2 .m-table__thead + .m-table__tbody .m-table__th {
  background: #fff;
  color: #333;
  font-weight: 400;
}

.m-table--type3 .m-table__tbody .m-table__th {
  background: #5a147e;
  color: #fff;
}

.m-table--type3 .m-table__tbody .m-table__td {
  text-align: right;
}

.m-table--type3 .m-table__thead {
  background: #5a147e;
  color: #fff;
}

.m-table--type3 .m-table__thead + .m-table__tbody .m-table__th {
  background: #fff;
  color: #333;
  font-weight: 400;
}

.m-text-error__text + .m-text, .m-text-error__text .m-text-error__text, .m-text-error__text .m-text-lead, .m-text-lead__text + .m-text, .m-text-lead__text .m-text-error__text, .m-text-lead__text .m-text-lead, .m-text__text + .m-text, .m-text__text .m-text-error__text, .m-text__text .m-text-lead {
  margin-top: 0.5em;
}

.m-text-count-mypage {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.m-text-count-mypage--type2 {
  font-size: 1.125rem;
}

.m-text-pageTop {
  margin-top: 10px;
}

.m-text-pageTop + .m-link-list--mypageTop {
  margin-top: 13px;
}

.m-link-list--mypageTop {
  margin-top: 10px;
}

.m-text-lead {
  font-size: 1rem;
}

.m-text-lead__text {
  text-align: center;
}

.m-text-lead--left .m-text-lead__text {
  text-align: left;
}

.m-text-leadType2 {
  font-size: 1.375rem;
  font-weight: 700;
}

.m-text-leadType2__text {
  color: #c80b4c;
  font-size: 1.375rem;
  text-align: center;
}

.m-text-error {
  font-size: 0.75rem;
}

.m-text-error__text {
  color: #c80b4c;
}

.m-text-error strong {
  font-weight: 400;
}

.m-text-error + [class^=m-] {
  margin-top: 10px;
}

.m-text-emphasis__text {
  color: #f49c26;
  font-size: 1rem;
  line-height: 1.3;
}

.m-text-conversation {
  display: table;
  width: 100%;
}

.m-text-conversation__item {
  display: table-row;
}

.m-text-conversation__item + .m-text-conversation__item .m-text-conversation__content, .m-text-conversation__item + .m-text-conversation__item .m-text-conversation__speaker {
  padding-top: 15px;
}

.m-text-conversation__content, .m-text-conversation__speaker {
  display: table-cell;
}

.m-text-conversation__speaker {
  white-space: nowrap;
}

.m-text-conversation__content {
  padding-left: 1em;
  width: 100%;
}

.l-contentArea-Mv-arc {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.l-contentArea-Mv-arc__inner {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 0 90px;
  text-align: center;
}

.l-contentArea-Mv-arc__inner--app {
  background-image: url(/themes/kidzania/guide/app/img/img01.png);
}

.l-contentArea-Mv-arc__inner:after, .l-contentArea-Mv-arc__inner:before {
  content: "";
  display: block;
  position: absolute;
}

.l-contentArea-Mv-arc__inner:before {
  background-color: rgba(0, 0, 0, 0.4);
  height: 371px;
  left: 0;
  right: 0;
  top: 0;
}

.l-contentArea-Mv-arc__inner:after {
  background-color: #fff;
  border-radius: 50%;
  height: 640vw;
  left: 50%;
  top: 263px;
  transform: translateX(-50%);
  width: 490vw;
}

.l-contentArea-Mv-arc__titleGroup {
  position: relative;
  z-index: 1;
}

.l-contentArea-Mv-arc__hdg {
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 25px;
  position: relative;
  width: 320px;
}

.l-contentArea-Mv-arc__hdg__ttl {
  font-size: 1.875rem;
  line-height: 1.4285714286;
  margin-bottom: 10px;
}

.l-contentArea-Mv-arc__hdg__txt {
  font-size: 0.875rem;
  font-weight: 700;
}

.js-readmore > * {
  overflow: hidden;
  transition: height 0.2s ease-out, visibility 0.2s ease-out;
}

html[data-script-enabled=true] .js-readmore > :not(.is-visible) {
  display: block;
  height: 0 !important;
  margin: 0 !important;
  visibility: hidden;
}

.m-faq__item + .m-faq__item {
  margin-top: 25px;
}

.m-faq__question {
  background-color: #faf5f0;
  border-radius: 4px;
  box-shadow: 0 3px 0 #e6e1dc;
}

.m-faq__question__link {
  display: block;
  font-size: 0.875rem;
  padding: 10px 28px 9px;
  position: relative;
  transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.m-faq__question__link:link:active, .m-faq__question__link:link:focus, .m-faq__question__link:link:hover {
  background-color: #fffaf2;
  color: #f49c26;
  text-decoration: none;
}

.m-faq__question__link:link:active:after, .m-faq__question__link:link:focus:after, .m-faq__question__link:link:hover:after {
  transform: translateY(-50%) translateY(2px) rotate(90deg);
}

.m-faq__question__link:before {
  color: #c80b4c;
  content: "Q";
  font-size: 1.25rem;
  font-weight: 700;
  left: 10px;
  position: absolute;
  top: -15px;
}

.m-faq__question__link:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
  width: 16px;
}

.m-faq__question__link[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(-90deg);
}

.m-faq__question__link[aria-expanded=true]:link:active:after, .m-faq__question__link[aria-expanded=true]:link:focus:after, .m-faq__question__link[aria-expanded=true]:link:hover:after {
  transform: translateY(-50%) translateY(-2px) rotate(-90deg);
}

.m-faq__answer {
  position: relative;
  transform: translateY(0);
}

.m-faq__answer:before {
  color: #c80b4c;
  content: "A";
  font-size: 1.25rem;
  font-weight: 700;
  left: 11px;
  line-height: 1.5;
  position: absolute;
  top: 9px;
}

.m-faq__answer.is-ready {
  display: block;
  transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.m-faq__answer.is-ready[hidden] {
  height: 0 !important;
  overflow: hidden;
}

.m-faq__answer[hidden] {
  transform: translateY(10px);
}

.m-faq__answer__inner {
  padding: 14px 12px 10px 40px;
}

.m-faq__answer__inner > [class^=m-]:first-child {
  margin-top: 0;
}

.m-widget-carousel {
  position: relative;
}

.m-widget-carousel__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.m-widget-carousel__item {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 40px;
  padding: 0 10px;
}

.m-widget-carousel__item:not(:only-child) {
  max-width: 50%;
}

.m-widget-carousel__wrap {
  display: flex;
  flex-basis: 100%;
  flex-direction: column-reverse;
}

.m-widget-carousel__content {
  flex-grow: 1;
  margin-top: 10px;
}

.m-widget-carousel__date {
  color: #777;
  font-size: 0.8125rem;
}

.m-widget-carousel__base {
  color: #f49c26;
  font-size: 0.625rem;
  font-weight: 700;
}

.m-widget-carousel__text {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
}

.m-widget-carousel__media {
  background-color: #fff;
  flex-shrink: 0;
}

.m-widget-carousel__mediaItem {
  border-radius: 5px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.m-widget-carousel__navigation {
  bottom: 100%;
  position: absolute;
  z-index: -1;
}

.m-widget-carousel__controlButtons {
  display: flex;
  flex-direction: row-reverse;
  height: 0;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  max-width: 1224px;
  padding: calc(19% - 19px) 12px 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.m-widget-carousel__controlButtonNext, .m-widget-carousel__controlButtonPrev {
  height: 38px;
  margin: auto 0;
  width: 38px;
}

.m-widget-carousel__controlButton {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 0 #ccc;
  display: block;
  height: 100%;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  transition: background-color 0.3s;
  width: 100%;
}

.m-widget-carousel__controlButton:hover {
  background-color: #fffaf2;
}

.m-widget-carousel__controlButton:active {
  box-shadow: none;
  position: relative;
  top: 3px;
}

.m-widget-carousel__controlButton:before {
  border: 2px solid #c8004c;
  bottom: 0;
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}

.m-widget-carousel__controlButtonNext .m-widget-carousel__controlButton:before {
  border-bottom: 0;
  border-left: 0;
  content: "";
  left: 0;
  right: 2px;
}

.m-widget-carousel__controlButtonPrev .m-widget-carousel__controlButton:before {
  border-right: 0;
  border-top: 0;
  content: "";
  left: 2px;
  right: 0;
}

.m-widget-carousel__controlButtonText {
  position: absolute;
  top: 100%;
  z-index: -1;
}

.m-widget-carousel.js-carouselRWD .m-widget-carousel__container {
  padding: 0 10px;
}

[data-script-enabled=true] .m-widget-carousel {
  overflow: hidden;
}

[data-script-enabled=true] .m-widget-carousel.is-ready:not(.is-static) .m-widget-carousel__item.is-effect, [data-script-enabled=true] .m-widget-carousel.is-ready:not(.is-static) .m-widget-carousel__list.is-effect {
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

[data-script-enabled=true] .m-widget-carousel.is-static {
  padding: 0 10px;
}

[data-script-enabled=true] .m-widget-carousel.is-static .m-widget-carousel__controlButtons {
  display: none;
}

[data-script-enabled=true] .m-widget-carousel__container {
  overflow: hidden;
}

[data-script-enabled=true] .m-widget-carousel__list {
  flex-wrap: nowrap;
}

[data-script-enabled=true] .m-widget-carousel__wrap {
  pointer-events: none;
}

[data-script-enabled=true] .m-widget-carousel__base, [data-script-enabled=true] .m-widget-carousel__date, [data-script-enabled=true] .m-widget-carousel__media, [data-script-enabled=true] .m-widget-carousel__text {
  pointer-events: auto;
}

[data-script-enabled=true] .m-widget-carousel.js-carouselSingle {
  margin-left: -20px;
  margin-right: -20px;
}

[data-script-enabled=true] .m-widget-carousel.js-carouselRWD .m-widget-carousel__container {
  padding: 0;
}

.m-maps {
  max-width: 1020px;
}

.m-maps__map {
  height: 0;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}

.m-maps__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.m-clickable-maps {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.m-widget-eventSwiper {
  margin-top: 20px;
  overflow: hidden;
}

.m-widget-eventSwiper.is-not-slide {
  margin-left: 12%;
  margin-right: 12%;
}

.m-widget-eventSwiper__slide {
  flex-shrink: 0;
}

.m-widget-eventSwiper__buttonNext, .m-widget-eventSwiper__buttonPrev {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 0 #ccc;
  display: block;
  height: 38px;
  margin-top: calc(25% - 19px);
  pointer-events: auto;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  width: 38px;
  z-index: 1;
}

.m-widget-eventSwiper__buttonNext:hover, .m-widget-eventSwiper__buttonPrev:hover {
  background-color: #fffaf2;
}

.m-widget-eventSwiper__buttonNext:active, .m-widget-eventSwiper__buttonPrev:active {
  box-shadow: none;
  top: 1%;
}

.m-widget-eventSwiper__buttonNext:before, .m-widget-eventSwiper__buttonPrev:before {
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}

.m-widget-eventSwiper__buttonPrev {
  left: 0;
}

.m-widget-eventSwiper__buttonPrev:before {
  border-bottom: 2px solid #c8004c;
  border-left: 2px solid #c8004c;
  left: 2px;
}

.m-widget-eventSwiper__buttonNext {
  right: 0;
}

.m-widget-eventSwiper__buttonNext:before {
  border-right: 2px solid #c8004c;
  border-top: 2px solid #c8004c;
  right: 2px;
}

.m-widget-eventSwiper__content {
  flex-grow: 1;
  margin-top: 10px;
}

.m-widget-eventSwiper__date {
  color: #777;
  font-size: 0.8125rem;
}

.m-widget-eventSwiper__text {
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}

html:not([data-script-enabled]) .m-widget-eventSwiper__wrapper {
  display: block;
}

html:not([data-script-enabled]) .m-widget-eventSwiper__buttonNext, html:not([data-script-enabled]) .m-widget-eventSwiper__buttonPrev {
  display: none;
}

.m-widget-tab__list {
  background-color: #fff;
  border: 2px solid #c80b4c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.m-widget-tab__item {
  flex-basis: 100%;
}

.m-widget-tab__item + .m-widget-tab__item {
  border-left: 2px solid #c80b4c;
}

.m-widget-tab__link {
  display: block;
  padding: 8px 10px;
  text-align: center;
}

.m-widget-tab__iconItem {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

.m-widget-tab__label {
  color: #333;
}

.m-widget-tab__content {
  padding: 20px 0;
}

.m-widget-tab .js-tab [aria-selected=true] {
  background-color: #c80b4c;
  position: relative;
}

.m-widget-tab .js-tab [aria-selected=true]:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c80b4c;
  bottom: -10px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.m-widget-tab .js-tab [aria-selected=true] .m-widget-tab__label {
  color: #fff;
}

.m-widget-tab--type2__content {
  padding: 20px 0;
}

.m-widget-tab--type2 .js-tab [aria-selected=true] {
  background-color: #c80b4c;
}

.m-widget-tab--type2 .js-tab [aria-selected=true] .m-widget-tab__label {
  color: #fff;
}

.m-widget-tab--type2 .js-tab [aria-selected=true]:after {
  display: none;
}

.m-pagination {
  margin: 24px auto 26px;
  max-width: 290px;
}

.m-pagination__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.m-pagination__list-item {
  font-weight: 700;
  margin-right: 10px;
}

.m-pagination__list-item > a {
  align-items: center;
  background-color: #faf5f0;
  border-radius: 5rem;
  color: #363636;
  display: flex;
  height: 34px;
  justify-content: center;
  padding: 5px;
  text-decoration: none;
  transition: 0.1s;
  width: 34px;
}

.m-pagination__list-item > a:active, .m-pagination__list-item > a:focus, .m-pagination__list-item > a:hover {
  background-color: #fff3e6;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.m-pagination__list-item > a > b {
  font-weight: 400;
}

.m-pagination__list-item:last-child {
  margin-right: 0;
}

.m-pagination__list-item--abbreviation {
  height: 38px;
  padding: 5px;
  position: relative;
  width: 22px;
}

.m-pagination__list-item--abbreviation.-color-white {
  color: #fff;
}

.m-pagination__list-item--abbreviation > span {
  bottom: 25%;
  position: absolute;
  top: 25%;
}

.m-pagination__list .is-present > a {
  background-color: #c80b4c;
}

.m-pagination__list .is-present > a:active, .m-pagination__list .is-present > a:focus, .m-pagination__list .is-present > a:hover {
  background-color: #e00c55;
}

.m-pagination__list .is-present > a > b {
  color: #fff;
}

.m-widget-disclosure__head {
  background-color: #c80b4c;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 55px;
  position: relative;
  text-align: center;
}

.m-widget-disclosure__head:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M68%2e75,55%2e36H55%2e36v13%2e39c0,3%2e45%2d2%2e8,6%2e25%2d6%2e25,6%2e25s%2d6%2e25%2d2%2e8%2d6%2e25%2d6%2e25h0%2e01V55%2e36H31%2e25c%2d3%2e45,0%2d6%2e25%2d2%2e8%2d6%2e25%2d6%2e25c0%2d3%2e45,2%2e8%2d6%2e25,6%2e25%2d6%2e25h11%2e61V31%2e25c0%2d3%2e45,2%2e8%2d6%2e25,6%2e25%2d6%2e25c3%2e45,0,6%2e25,2%2e8,6%2e25,6%2e25c0,0,0,0,0,0%2e01v11%2e61h13%2e39c3%2e45,0,6%2e25,2%2e8,6%2e25,6%2e25C75,52%2e57,72%2e2,55%2e36,68%2e75,55%2e36z%22%2f%3e%3c%2fsvg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  overflow: hidden;
  padding: 20px 0 0 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 100;
}

.m-widget-disclosure__head[aria-expanded=true]:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23fff%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50c27%2e61,0,50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M68%2e75,56%2e25l%2d37%2e5%2d0%2e01C27%2e8,56%2e25,25,53%2e45,25,50s2%2e8%2d6%2e25,6%2e25%2d6%2e25l37%2e5,0%2e01c3%2e45,0,6%2e25,2%2e8,6%2e25,6%2e25C75,53%2e46,72%2e2,56%2e25,68%2e75,56%2e25z%22%2f%3e%3c%2fsvg%3e");
}

.m-widget-disclosure__body.is-ready {
  display: block;
  transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.m-widget-disclosure__body.is-ready[hidden] {
  height: 0 !important;
  overflow: hidden;
}

.m-widget-disclosure__content {
  padding: 15px 25px;
}

.m-widget-disclosure--emphasis .m-widget-disclosure__head {
  background-color: #f49c26;
}

.m-widget-disclosure--gray .m-widget-disclosure__head {
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 10px 34px 10px 16px;
  text-align: left;
}

.m-widget-disclosure--gray .m-widget-disclosure__head:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2016%2016%22%20width%3d%2216%22%20height%3d%2216%22%3e%3ccircle%20r%3d%228%22%20cx%3d%228%22%20cy%3d%228%22%20fill%3d%22%23fff%22%3e%3c%2fcircle%3e%3cpath%20class%3d%22m%2dbutton%2darrow__iconPath%22%20d%3d%22M5,6%2e5l3,3l3,%2d3%22%20fill%3d%22none%22%20stroke%3d%22%23666%22%3e%3c%2fpath%3e%3c%2fsvg%3e");
  height: 16px;
  right: 10px;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 16px;
}

.m-widget-disclosure--gray .m-widget-disclosure__head[aria-expanded=true] {
  border-radius: 5px 5px 0 0;
}

.m-widget-disclosure--gray .m-widget-disclosure__head[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}

.m-widget-disclosure--gray .m-widget-disclosure__title__text {
  color: #333;
}

.m-widget-disclosure--gray .m-widget-disclosure__content {
  border: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  padding: 15px 10px;
}

details.m-widget-disclosure {
  display: block;
}

.m-calendar {
  margin-bottom: 17px;
}

.m-calendar button {
  background-color: transparent;
}

.m-calendar .m-navigation-link {
  margin-bottom: 10px;
  margin-top: 0;
}

.m-calendar .m-navigation-link + [class^=m-] {
  margin-top: 0;
}

.m-calendar__body {
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  margin-bottom: 20px;
}

.m-calendar-item__head {
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  justify-content: space-between;
}

.m-calendar-item__head .week {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 7.5px 0 10px;
}

.m-calendar-item__head > .col:nth-child(2):not(.is-gray) {
  background-color: #fff2f5;
  color: #c8004c;
}

.m-calendar-item__head > .col:last-child:not(.is-gray) {
  background-color: #ebf5fc;
  color: #117ccb;
}

.m-calendar-item .empty {
  position: relative;
  width: 30px;
}

.m-calendar-item .col {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 14.28571%;
}

.m-calendar-item__date {
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  justify-content: space-between;
}

.m-calendar-item__date > .col {
  font-size: 0.625rem;
}

.m-calendar-item__date > .col:nth-child(2):not(.is-gray) {
  background-color: #fff2f5;
  color: #c8004c;
}

.m-calendar-item__date > .col:last-child:not(.is-gray) {
  background-color: #ebf5fc;
  color: #117ccb;
}

.m-calendar-item__choice-hdg {
  display: flex;
  font-size: 0.625rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  width: 30px;
}

.m-calendar-item__choice-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.m-calendar-item__choice-item > .col {
  height: 30px;
}

.m-calendar-item__choice-item > .col:nth-child(2):not(.is-gray) {
  background-color: #fff2f5;
}

.m-calendar-item__choice-item > .col:last-child:not(.is-gray) {
  background-color: #ebf5fc;
}

.m-calendar-item__row {
  border-bottom: 1px solid #c8c8c8;
}

.m-calendar-item__row:last-child {
  border-bottom: 0;
}

.m-calendar__foot {
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 12px;
}

.m-calendar__foot-item {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
}

.m-calendar__foot-item:first-child {
  margin-top: 0;
}

.m-calendar__foot-item > svg {
  margin-right: 2px;
  margin-top: 3px;
}

.m-calendar .icon-1 {
  fill: #f49c26;
}

.m-calendar .icon-1--pc {
  display: none;
}

.m-calendar .icon-1--sp {
  display: block;
}

.m-calendar .icon-2, .m-calendar .icon-3 {
  fill: #333;
}

.m-calendar .icon-txt {
  color: transparent;
  left: 300%;
  position: absolute;
}

.m-calendar .is-red {
  background-color: #c8004c;
  color: #fff;
}

.m-calendar .is-red > svg {
  fill: #fff;
}

.m-calendar .is-gray {
  background-color: #f4f4f4;
  color: #c8c8c8;
}

.m-calendar .is-gray > svg {
  fill: #c8c8c8;
}

.m-calendar .is-gray2 {
  background-color: #f4f4f4;
}

.m-widget-counter__table {
  background-color: #fff;
  table-layout: auto;
  width: 100%;
}

.m-widget-counter__thead {
  border-bottom: 2px solid #c80b4c;
  color: #777;
  font-size: 0.75rem;
}

.m-widget-counter__thead .m-widget-counter__td, .m-widget-counter__thead .m-widget-counter__th {
  line-height: 1.3;
  padding: 0 10px 10px;
}

.m-widget-counter__tbody .m-widget-counter__tr {
  border-bottom: 1px dashed #e0e0e0;
}

.m-widget-counter__tbody .m-widget-counter__td, .m-widget-counter__tbody .m-widget-counter__th {
  padding: 10px;
}

.m-widget-counter__tbody .m-widget-counter__td--control {
  width: 110px;
}

.m-widget-counter__th {
  font-weight: 400;
}

.m-widget-counter__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.m-widget-counter__button {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 16px;
  height: 16px;
  max-width: 16px;
  min-width: 16px;
  overflow: hidden;
  padding: 16px 0 0 16px;
  touch-action: manipulation;
}

.m-widget-counter__button--minus {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23c80b4c%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50c27%2e61,0,50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M68%2e75,56%2e25l%2d37%2e5%2d0%2e01C27%2e8,56%2e25,25,53%2e45,25,50s2%2e8%2d6%2e25,6%2e25%2d6%2e25l37%2e5,0%2e01c3%2e45,0,6%2e25,2%2e8,6%2e25,6%2e25C75,53%2e46,72%2e2,56%2e25,68%2e75,56%2e25z%22%2f%3e%3c%2fsvg%3e");
}

.m-widget-counter__button--plus {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23c80b4c%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M68%2e75,55%2e36H55%2e36v13%2e39c0,3%2e45%2d2%2e8,6%2e25%2d6%2e25,6%2e25s%2d6%2e25%2d2%2e8%2d6%2e25%2d6%2e25h0%2e01V55%2e36H31%2e25c%2d3%2e45,0%2d6%2e25%2d2%2e8%2d6%2e25%2d6%2e25c0%2d3%2e45,2%2e8%2d6%2e25,6%2e25%2d6%2e25h11%2e61V31%2e25c0%2d3%2e45,2%2e8%2d6%2e25,6%2e25%2d6%2e25c3%2e45,0,6%2e25,2%2e8,6%2e25,6%2e25c0,0,0,0,0,0%2e01v11%2e61h13%2e39c3%2e45,0,6%2e25,2%2e8,6%2e25,6%2e25C75,52%2e57,72%2e2,55%2e36,68%2e75,55%2e36z%22%2f%3e%3c%2fsvg%3e");
}

.m-widget-counter__number {
  flex: 0 0 3em;
  margin: 0 10px;
  max-width: 3em;
  min-width: 3em;
}

.m-widget-counter__value {
  border: transparent;
  line-height: 1 !important;
  padding: 0;
  text-align: center;
}

.m-widget-counter__subText {
  font-size: 0.75rem;
}

.m-widget-swiperThumbsLoop {
  max-width: 100%;
}

.m-widget-swiperThumbsLoop__container {
  margin-bottom: 8px;
  padding: 0 21px;
  position: relative;
}

.m-widget-swiperThumbsLoop__slide {
  border-radius: 5px;
  overflow: hidden;
}

.m-widget-swiperThumbsLoop__slide img {
  max-width: 100%;
  vertical-align: top;
}

.m-widget-swiperThumbsLoop__thumbsWrapper {
  border-radius: 5px;
  display: flex;
  height: 100%;
  overflow: hidden;
  padding: 0 21px;
}

.m-widget-swiperThumbsLoop__thumbsSlide {
  line-height: 1;
  margin-right: 5px;
  max-width: 20%;
}

.m-widget-swiperThumbsLoop__thumbsSlide button {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 5px;
  opacity: 0.4;
  overflow: hidden;
  transition: border-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.2s linear;
}

.m-widget-swiperThumbsLoop__thumbsSlide button.is-active {
  border-color: #c8004c;
  opacity: 1;
}

.m-widget-swiperThumbsLoop__thumbsSlide button:active, .m-widget-swiperThumbsLoop__thumbsSlide button:focus, .m-widget-swiperThumbsLoop__thumbsSlide button:hover {
  opacity: 1;
}

.m-widget-swiperThumbsLoop__thumbsSlide:last-child {
  margin-right: 0;
}

.m-widget-swiperThumbsLoop__thumbsSlide img {
  max-width: 100%;
  vertical-align: top;
}

.m-widget-swiper__button-next, .m-widget-swiper__button-prev {
  background-color: #f2f2f2;
  border-radius: 3px;
  bottom: 0;
  height: 54px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 2;
}

.m-widget-swiper__button-prev {
  left: 0;
}

.m-widget-swiper__button-next {
  right: 0;
}

.m-widget-swiper__button-next .m-widget-swiper__button__arrow {
  transform: rotate(-135deg);
}

.m-widget-swiper__button__arrow {
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.m-widget-swiper__button__arrow:after, .m-widget-swiper__button__arrow:before {
  background: #c80b4c;
  border-radius: 4px;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.m-widget-swiper__button__arrow:before {
  right: -4px;
  top: 5px;
}

.m-widget-swiper__button__arrow:after {
  height: 8px;
  right: 4px;
  top: -2px;
  width: 2px;
}

.m-widget-swiper__pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.m-widget-swiper__pagination__bar {
  background-color: #f2f2f2;
  height: 7px;
  margin-right: 8px;
  width: 122px;
}

.m-widget-swiper__pagination__bar.is-active {
  background-color: #c80b4c;
}

.m-widget-swiper__pagination__bar:last-child {
  margin-right: 0;
}

.m-widget-swiper__pagination__text {
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
}

.m-widget-swiperColumnLoop {
  margin-left: -20px;
  margin-right: -20px;
}

.m-widget-swiperColumnLoop__slide > :first-child {
  margin-top: 0 !important;
}

.m-widget-swiperColumnLoop__slide .m-panel-type3__link {
  font-size: 1rem;
  margin-bottom: 8px;
}

.m-widget-swiperColumnLoop__slide .m-panel-type3__title {
  font-size: 0.875rem;
}

.m-widget-swiperColumnLoop .m-widget-swiper__button-next, .m-widget-swiperColumnLoop .m-widget-swiper__button-prev {
  background-color: #fff;
  height: 100px;
  opacity: 0.7;
  width: 24px;
}

.m-widget-swiperColumnLoop .m-widget-swiper__button-prev {
  border-radius: 0 5px 5px 0;
}

.m-widget-swiperColumnLoop .m-widget-swiper__button-next {
  border-radius: 5px 0 0 5px;
}

.m-widget-swiperColumnLoop .m-widget-swiper__pagination {
  margin-left: 20px;
  margin-right: 20px;
}

.m-widget-activityMv {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.m-widget-activityMv__inner {
  background-image: url(/themes/kidzania/common/img/backgroundActivity.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 340px;
  padding: 55px 20px 0;
}

.m-widget-activityMv__hdg {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.0666666667;
  position: relative;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
}

.m-widget-activityMv__lead {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
  margin-top: 10px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 8px #000;
}

.m-widget-activityMv__leadText {
  color: #fff;
  font-weight: 700;
}

.m-widget-activity {
  margin: -195px auto 0;
  overflow: hidden;
}

.m-widget-activity__tagSet {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 0 #ccc;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 280px;
  padding: 5px 16px;
  position: relative;
  width: 100%;
}

.m-widget-activity__tagSetTitle {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.m-widget-activity__tagSetTitle__text {
  position: absolute;
}

.m-widget-activity__tagSetTitle__text.is-ready {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.m-widget-activity__tagSetTitle__text.is-next {
  transform: translateY(-100%);
}

.m-widget-activity__tagSetTitle__text.is-hide {
  transform: translateY(100%);
}

.m-widget-activity__tagSetTitle:before {
  content: "＃";
  display: inline-block;
  margin-right: 5px;
}

.m-widget-activity__btnReload {
  background-color: #04ada7;
  border-radius: 50%;
  flex-shrink: 0;
  height: 24px;
  overflow: hidden;
  position: relative;
  width: 24px;
}

.m-widget-activity__btnReload:before {
  background-image: url(/themes/kidzania/common/img/iconActivityReload.svg);
  background-position: 50% 50%;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}

.m-widget-activity__btnReloadLabel {
  position: absolute;
  z-index: -1;
}

.m-widget-activity__container {
  margin: 0 -200vw;
  overflow: hidden;
}

.m-widget-activity__wrapper {
  display: flex;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0.3s, opacity 0.3s linear, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.m-widget-activity__wrapper.is-even {
  padding-left: 176px;
}

.m-widget-activity__wrapper.is-standby {
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(20%);
  visibility: hidden;
  z-index: -1;
}

.m-widget-activity__wrapper.is-hide {
  opacity: 0;
}

.m-widget-activity__text {
  margin: 0 -50px;
  opacity: 0;
  position: relative;
  text-align: center;
}

.m-widget-activity__textJob {
  color: #333;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 27px;
  position: relative;
}

.m-widget-activity__textJob:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 16px;
}

.m-widget-activity__textLocation {
  color: #777;
  font-size: 1rem;
}

.m-widget-activity__media {
  flex-shrink: 0;
  margin: 86px 0 20px;
  position: relative;
}

.m-widget-activity__mediaMusk {
  border-radius: 50%;
  max-width: 116px;
  overflow: hidden;
  pointer-events: auto;
}

.m-widget-activity__mediaItem {
  display: block;
  max-width: 100%;
}

.m-widget-activity__circle {
  bottom: -9px;
  left: -9px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: -9px;
  top: -9px;
}

.m-widget-activity__circleSVG {
  transform: rotate(-90deg);
}

.m-widget-activity__circleSVG circle {
  fill: transparent;
  stroke: #f49c26;
  stroke-width: 3px;
}

.m-widget-activity__circleFirstHalfMusk, .m-widget-activity__circleLatterHalfMusk {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.m-widget-activity__circleFirstHalfMusk {
  left: 50%;
  right: 0;
}

.m-widget-activity__circleLatterHalfMusk {
  left: 0;
  right: 50%;
}

.m-widget-activity__circleFirstHalf, .m-widget-activity__circleLatterHalf {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}

.m-widget-activity__circleFirstHalf:after, .m-widget-activity__circleLatterHalf:after {
  border: 1px solid #f49c26;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  width: 200%;
}

.m-widget-activity__circleFirstHalf {
  transform-origin: 0 50%;
}

.m-widget-activity__circleLatterHalf {
  transform-origin: 100%;
}

.m-widget-activity__circleLatterHalf:after {
  right: 0;
}

.m-widget-activity__slide {
  align-items: flex-end;
  height: 100%;
  max-width: 176px;
  width: 100%;
}

.m-widget-activity__slide.is-active .m-widget-activity__circle, .m-widget-activity__slide.is-active .m-widget-activity__text {
  opacity: 1;
}

.m-widget-activity__slide.is-active .m-widget-activity__media {
  margin-top: 86px;
  transform: scale(1.57) translateY(-20px);
  transform-origin: center;
}

.m-widget-activity__slide.is-active .m-widget-activity__circleFirstHalf, .m-widget-activity__slide.is-active .m-widget-activity__circleLatterHalf {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-name: activityIndicator;
  animation-timing-function: linear;
}

@keyframes activityIndicator {
  0% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.m-widget-activity__slide.is-active .m-widget-activity__circleLatterHalf {
  animation-delay: 3s;
}

.m-widget-activity__slide.is-active .m-widget-activity__slideLink {
  pointer-events: auto;
}

.m-widget-activity__slide.is-active .m-widget-activity__circleSVG {
  transform: rotate(-90deg);
}

.m-widget-activity__slide.is-active .m-widget-activity__circleSVG circle {
  fill: transparent;
  stroke: #f49c26;
  stroke-dasharray: 0, 1256;
  stroke-width: 3px;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-name: activityIndicatorSVG;
  animation-timing-function: linear;
}

@keyframes activityIndicatorSVG {
  0% {
    stroke-dasharray: 0, 1256;
  }
  to {
    stroke-dasharray: 1256, 1256;
  }
}
.m-widget-activity__slide.move-left {
  transform: translateX(-100%);
  transition: transform 1s cubic-bezier(0.5, 0, 0.5, 1), opacity 0.6s linear, visibility 0.6s;
  will-change: transform;
}

.m-widget-activity__slide.fade-out {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.m-widget-activity__slideLink {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 30px;
  pointer-events: none;
}

.m-widget-activity.is-ready .m-widget-activity__text {
  transition: opacity 0.3s;
}

.m-widget-activity.is-ready .m-widget-activity__media {
  transition: transform 1s ease-in-out;
}

.m-widget-activity.is-ready .m-widget-activity__circle {
  transition: opacity 0.3s;
}

.m-widget-activityOther {
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}

.m-widget-activityOther__inner {
  background-color: #f6f6f6;
  border-radius: 5px;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.m-widget-activityOther__wrapper {
  margin: auto;
  max-width: 734px;
  padding: 20px 0 25px;
}

.m-widget-activityOther__list {
  display: flex;
  justify-content: space-around;
  margin: 20px auto 0;
}

.m-widget-activityOther__item {
  max-width: 33.3333333333%;
  width: 100%;
}

.m-widget-activityOther__itemLink {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 15px;
  pointer-events: none;
}

.m-widget-activityOther__text {
  margin: 0 -7px;
  pointer-events: auto;
  position: relative;
  text-align: center;
}

.m-widget-activityOther__textJob {
  color: #333;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
  text-align: left;
}

.m-widget-activityOther__textJob:before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 12px;
}

.m-widget-activityOther__textLocation {
  color: #777;
  font-size: 0.8125rem;
  margin-top: 5px;
}

.m-widget-activityOther__media {
  flex-shrink: 0;
  margin-bottom: 10px;
  position: relative;
}

.m-widget-activityOther__media:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.m-widget-activityOther__mediaMusk {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.m-widget-activityOther__mediaItem {
  flex-shrink: 0;
  height: 100%;
}

.m-widget-activityOtherHeading__heading {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}

.m-widget-activityOtherHeading__heading:after {
  background-color: #c80b4c;
  background-image: linear-gradient(90deg, #c80b4c, #c80b4c 50%, #f49c26 0, #f49c26);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.m-widget-disclosurePrice {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.m-widget-disclosurePrice .m-layout-button__item {
  flex-basis: 70%;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  min-width: 70%;
}

.m-widget-disclosurePrice .m-layout-button__item .m-button, .m-widget-disclosurePrice .m-layout-button__item .m-button-arrow {
  display: flex;
  height: 100%;
  margin-bottom: 3px;
  width: 100%;
}

.m-widget-disclosurePrice .m-layout-button__item ~ .m-layout-button__item {
  margin-top: 12px;
}

.m-widget-disclosurePrice__body {
  width: 100%;
}

.m-widget-disclosurePrice__body.is-ready {
  display: block;
  margin: 0;
  transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.m-widget-disclosurePrice__body.is-ready[hidden] {
  height: 0 !important;
  overflow: hidden;
}

.m-widget-disclosurePrice__body .m-table__thead .m-table__th {
  background-color: #f6f6f6;
  padding: 0 !important;
}

.m-widget-disclosurePrice__body .m-table__table {
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
}

.m-widget-disclosurePrice__body .m-table__tbody.is-ready {
  display: block;
  margin: 0;
  transition: visibility 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.m-widget-disclosurePrice__body .m-table__tbody.is-ready[hidden] {
  height: 0 !important;
  overflow: hidden;
}

.m-widget-disclosurePrice__body .m-table__tr {
  display: flex;
  justify-content: space-between;
}

.m-widget-disclosurePrice__body .m-table__th {
  width: 100%;
}

.m-widget-disclosurePrice__body .m-table__td {
  flex: 1 0 auto;
}

.m-widget-disclosurePrice__body .m-button-arrow {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 12px 15px 15px;
  position: relative;
}

.m-widget-disclosurePrice__body .m-button-arrow__icon {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
}

.m-widget-disclosurePrice__body .m-button-arrow svg.m-button-arrow__iconItem {
  fill: #fff;
  stroke: none;
}

.m-widget-disclosurePrice__body .m-button-arrow .m-button-arrow__iconPath {
  stroke: #666;
}

#js-widget-careerProgram {
  opacity: 0;
  transition: opacity 1s 1s, visibility 1s 1s;
  visibility: hidden;
}

#js-widget-careerProgram.is-ready {
  opacity: 1;
  visibility: visible;
}

.m-widget-careerPersonality-heading-l2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 29px;
}

.m-widget-careerPersonality-heading-l2__heading {
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
}

.m-widget-careerPersonality-heading-l2__heading:before {
  background: url(/themes/kidzania/common/img/bg_m-widget-careerPersonality-heading-l2.svg) no-repeat 50% 50%/100%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}

.m-widget-careerPersonality-heading-l3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding: 0 72px;
}

.m-widget-careerPersonality-heading-l3__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
}

.m-widget-careerPersonality-heading-l3__year {
  font-size: 1.3125rem;
}

.m-widget-careerPersonality-heading-l3:after, .m-widget-careerPersonality-heading-l3:before {
  background: no-repeat 50% 50%/100%;
  content: "";
  display: block;
  height: 14px;
  width: 22px;
}

.m-widget-careerPersonality-heading-l3:before {
  background-image: url(/themes/kidzania/common/img/bg_m-widget-careerPersonality-heading-l3_l-sp.svg);
}

.m-widget-careerPersonality-heading-l3:after {
  background-image: url(/themes/kidzania/common/img/bg_m-widget-careerPersonality-heading-l3_r-sp.svg);
}

.m-widget-careerPersonality {
  position: relative;
}

.m-widget-careerPersonality:before {
  background-color: #f6f6f6;
  bottom: 28px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 185px;
}

.m-widget-careerPersonality__frameBalloon {
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 -2px 28px rgba(0, 0, 0, 0.09);
  display: inline-flex;
  margin: 0 auto 26px;
  position: relative;
  z-index: 2;
}

.m-widget-careerPersonality__frameInner {
  flex-grow: 1;
}

.m-widget-careerPersonality__frameInner, .m-widget-careerPersonality__imgUploader {
  position: relative;
}

.m-widget-careerPersonality__frameInner:after, .m-widget-careerPersonality__frameInner:before, .m-widget-careerPersonality__imgUploader:after, .m-widget-careerPersonality__imgUploader:before {
  bottom: -22px;
  content: "";
  display: none;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 20px;
}

.m-widget-careerPersonality__frameInner:before, .m-widget-careerPersonality__imgUploader:before {
  background: linear-gradient(to top right, transparent 50%, #fff 0) 0 0/50% 100% no-repeat, linear-gradient(to top left, transparent 50%, #fff 0) 100% 0/50% 100% no-repeat;
}

.m-widget-careerPersonality__frameInner:after, .m-widget-careerPersonality__imgUploader:after {
  box-shadow: 0 -2px 28px rgba(0, 0, 0, 0.09);
  z-index: 1;
}

.m-widget-careerPersonality__imgWrap {
  display: flex;
  justify-content: center;
  max-height: 236px;
  max-width: 315px;
  min-height: 236px;
  overflow: hidden;
  position: relative;
}

.m-widget-careerPersonality__img {
  background-color: #ececec;
  display: block;
  font-family: "object-fit: scale-down; object-position: 50% 50%;";
  height: 236px;
  max-width: 100%;
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 315px;
}

.m-widget-careerPersonality__buttonDelete {
  background-color: #231f20;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 28px;
  overflow: hidden;
  position: absolute;
  right: -20px;
  top: -23px;
  transition: background-color 0.5s;
  width: 28px;
  z-index: 1;
}

.m-widget-careerPersonality__buttonDelete:hover {
  background-color: #716e6f;
}

.m-widget-careerPersonality__buttonDelete:after, .m-widget-careerPersonality__buttonDelete:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}

.m-widget-careerPersonality__buttonDelete:before {
  transform: rotate(45deg);
}

.m-widget-careerPersonality__buttonDelete:after {
  transform: rotate(135deg);
}

.m-widget-careerPersonality__buttonDeleteText {
  position: absolute;
  top: 100%;
  z-index: -1;
}

.m-widget-careerPersonality__imgUploader {
  background-color: #ececec;
}

.m-widget-careerPersonality__imgUploaderInner {
  padding: 50px 20px 53px;
  text-align: center;
}

.m-widget-careerPersonality__imgUploaderTitle {
  font-size: 1.25rem;
  font-weight: 700;
}

.m-widget-careerPersonality__imgUploaderContent {
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 3px;
  position: relative;
}

.m-widget-careerPersonality__imgUploaderText {
  font-size: 0.875rem;
}

.m-widget-careerPersonality__imgUploaderButton {
  margin-top: 16px;
}

.m-widget-careerPersonality__imgUploaderButton .m-button {
  margin: auto;
  max-width: 214px;
  width: 100%;
}

.m-widget-careerPersonality__imgUploaderButton .m-button__inner {
  border: 1px solid #231f20;
}

.m-widget-careerPersonality__imgUploaderFile {
  position: absolute;
  z-index: -1;
}

.m-widget-careerPersonality .js-thumbs__slide.is-active .m-widget-careerPersonality__frameInner:before, .m-widget-careerPersonality .m-widget-careerPersonality__buttonDelete + .m-widget-careerPersonality__frameInner:before, .m-widget-careerPersonality .m-widget-careerPersonality__imgUploader:before {
  display: block;
}

.m-widget-careerPersonality__panel {
  margin-bottom: 40px;
}

.m-widget-careerPersonality__panelList {
  display: flex;
  flex-wrap: wrap;
  margin: -45px 0 0 -24px;
}

.m-widget-careerPersonality__panelItem {
  margin: 45px 0 0 24px;
  position: relative;
  width: 100%;
}

.m-widget-careerPersonality__panelItemNumber {
  align-items: center;
  background: url(/themes/kidzania/common/img/iconFlag.svg) no-repeat 50% 50%/100%;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 66px;
  justify-content: center;
  left: 0;
  line-height: 1;
  margin: auto;
  padding-bottom: 8px;
  position: absolute;
  right: 0;
  top: -30px;
  width: 78px;
}

.m-widget-careerPersonality__panelItemInner {
  background-color: #fff;
  border: 1px solid #231f20;
  border-radius: 10px;
  padding: 43px 19px 40px;
  text-align: center;
}

.m-widget-careerPersonality__panelItemInner--input {
  padding: 30px 19px 36px;
  text-align: left;
}

.m-widget-careerPersonality__panelItemTitle {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.m-widget-careerPersonality__panelItemText {
  font-size: 1.25rem;
  font-weight: 700;
}

.m-widget-careerPersonality__panelItemInner--input .m-widget-careerPersonality__panelItemTitle {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.m-widget-careerPersonalityThumbs.js-thumbs__container {
  overflow: hidden;
}

.m-widget-careerPersonalityThumbs__controlButtons {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1rem;
  height: 2.5em;
  justify-content: space-between;
  line-height: 1;
  margin: auto auto -2.5em;
  max-width: 600px;
  padding: 0 20px;
}

.m-widget-careerPersonalityThumbs__controlButton {
  align-items: center;
  display: flex;
  transition: opacity 0.3s;
}

.m-widget-careerPersonalityThumbs__controlButton.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.m-widget-careerPersonalityThumbs__controlButtonNext, .m-widget-careerPersonalityThumbs__controlButtonPrev {
  background-color: transparent;
  display: block;
  height: auto;
  margin: auto 0;
  position: relative;
  top: 0;
  transition: color 0.5s;
  width: auto;
  z-index: 2;
}

.m-widget-careerPersonalityThumbs__controlButtonNext:not(:disabled):hover, .m-widget-careerPersonalityThumbs__controlButtonPrev:not(:disabled):hover {
  color: #f49c26;
}

.m-widget-careerPersonalityThumbs__controlButtonNext:after, .m-widget-careerPersonalityThumbs__controlButtonPrev:after {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}

.m-widget-careerPersonalityThumbs__controlButtonNext {
  padding-right: 20px;
  right: 0;
}

.m-widget-careerPersonalityThumbs__controlButtonNext:after {
  left: auto;
  right: 0;
}

.m-widget-careerPersonalityThumbs__controlButtonPrev {
  left: 0;
  padding-left: 20px;
}

.m-widget-careerPersonalityThumbs__controlButtonPrev:after {
  transform: rotate(180deg);
}

.m-widget-careerPersonalityThumbs__wrapper.js-thumbs__wrapper {
  display: flex;
  transition: transform 0.5s;
}

.m-widget-careerPersonalityThumbs__slide {
  padding: 0 20px;
  text-align: center;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child) {
  max-width: 242px;
  padding: 0;
  pointer-events: none;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child) .m-widget-careerPersonality-heading-l3 {
  padding: 0 42px;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child) .m-widget-careerPersonality__imgWrap {
  max-height: 167px;
  max-width: 222px;
  min-height: 167px;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child) .m-widget-careerPersonality__img {
  height: 167px;
  width: 222px;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child) .m-widget-careerPersonalityThumbs__slideInner {
  pointer-events: auto;
  transform: scale(0.38806) translateX(65%);
  transform-origin: center;
  transition: transform 0.5s;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child).is-active .m-widget-careerPersonalityThumbs__slideInner {
  transform: scale(1) translateX(0);
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child).is-active ~ .m-widget-careerPersonalityThumbs__slide .m-widget-careerPersonalityThumbs__slideInner {
  transform: scale(0.38806) translateX(-65%);
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner {
  cursor: pointer;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner .m-widget-careerPersonality-heading-l3 {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner .m-widget-careerPersonality-heading-l3:after, .m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner .m-widget-careerPersonality-heading-l3:before {
  opacity: 0;
  transition: opacity 0.3s;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner .m-widget-careerPersonality__frameBalloon {
  transition: border-color 0.5s, box-shadow 0.5s;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner .m-widget-careerPersonality__frameBalloon:hover {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 -2px 28px rgba(0, 0, 0, 0.04);
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner .m-widget-careerPersonality__imgWrap {
  transition: opacity 0.5s;
}

.m-widget-careerPersonalityThumbs__slide:not(:only-child):not(.is-active) .m-widget-careerPersonalityThumbs__slideInner .m-widget-careerPersonality__imgWrap:hover {
  opacity: 0.4;
}

.m-widget-careerPersonalityGallery {
  margin: auto;
  max-width: 1000px;
  padding: 25px 20px 0;
}

.m-widget-careerPersonalityGallery.js-gallery__container {
  overflow: hidden;
}

.m-widget-careerPersonalityGallery__wrapper.js-gallery__wrapper {
  position: relative;
}

.m-widget-careerPersonalityGallery__slide.js-gallery__slide {
  transition: opacity 1s 0.3s;
}

.m-widget-careerPersonalityGallery__slide.js-gallery__slide:not(.is-active) {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 1;
}

.m-widget-careerPersonalityGallery__slide.js-gallery__slide.is-active {
  z-index: 2;
}

.u-alignItems-normal {
  align-items: normal !important;
}

.u-alignItems-stretch {
  align-items: stretch !important;
}

.u-alignItems-flexStart {
  align-items: flex-start !important;
}

.u-alignItems-flexEnd {
  align-items: flex-end !important;
}

.u-alignItems-center {
  align-items: center !important;
}

.u-alignItems-baseline {
  align-items: baseline !important;
}

.u-background-type1 {
  background-color: #f6f6f6 !important;
}

.u-background-type2 {
  background-color: #ffefd9 !important;
}

.u-background-type3 {
  background-color: #fad9d4 !important;
}

.u-border-type1 {
  border: 1px solid #c80b4c !important;
}

.u-border-type2 {
  border: 1px solid #f49c26 !important;
}

.u-border-type3 {
  border: 1px solid #e0e0e0 !important;
}

.u-color-positive {
  color: #c80b4c !important;
}

.u-color-negative {
  color: #777 !important;
}

.u-color-black {
  color: #333 !important;
}

.u-color-white {
  color: #fff !important;
}

.u-display-none {
  display: none !important;
}

.u-display-inline {
  display: inline !important;
}

.u-display-inlineBlock {
  display: inline-block !important;
}

.u-display-block {
  display: block !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-inlineFlex {
  display: inline-flex !important;
}

.u-fontWeight-bold {
  font-weight: 700;
}

.u-fontWeight-regular {
  font-weight: 400;
}

.u-justifyContent-normal {
  justify-content: normal !important;
}

.u-justifyContent-flexStart {
  justify-content: flex-start !important;
}

.u-justifyContent-flexEnd {
  justify-content: flex-end !important;
}

.u-justifyContent-center {
  justify-content: center !important;
}

.u-justifyContent-spaceBetween {
  justify-content: space-between !important;
}

.u-justifyContent-spaceAround {
  justify-content: space-around !important;
}

.u-marginTop-0 {
  margin-top: 0 !important;
}

.u-marginTop-5 {
  margin-top: 5px !important;
}

.u-marginTop-10 {
  margin-top: 10px !important;
}

.u-marginTop-15 {
  margin-top: 15px !important;
}

.u-marginTop-20 {
  margin-top: 20px !important;
}

.u-marginTop-25 {
  margin-top: 25px !important;
}

.u-marginTop-30 {
  margin-top: 30px !important;
}

.u-marginTop-35 {
  margin-top: 35px !important;
}

.u-marginTop-40 {
  margin-top: 40px !important;
}

.u-marginTop-45 {
  margin-top: 45px !important;
}

.u-marginTop-50 {
  margin-top: 50px !important;
}

.u-marginTop-55 {
  margin-top: 55px !important;
}

.u-marginTop-60 {
  margin-top: 60px !important;
}

.u-marginTop-65 {
  margin-top: 65px !important;
}

.u-marginTop-70 {
  margin-top: 70px !important;
}

.u-marginTop-75 {
  margin-top: 75px !important;
}

.u-marginTop-80 {
  margin-top: 80px !important;
}

.u-marginTop-85 {
  margin-top: 85px !important;
}

.u-marginTop-90 {
  margin-top: 90px !important;
}

.u-marginTop-95 {
  margin-top: 95px !important;
}

.u-marginTop-100 {
  margin-top: 100px !important;
}

.u-marginRight-0 {
  margin-right: 0 !important;
}

.u-marginRight-5 {
  margin-right: 5px !important;
}

.u-marginRight-10 {
  margin-right: 10px !important;
}

.u-marginRight-15 {
  margin-right: 15px !important;
}

.u-marginRight-20 {
  margin-right: 20px !important;
}

.u-marginRight-25 {
  margin-right: 25px !important;
}

.u-marginRight-30 {
  margin-right: 30px !important;
}

.u-marginRight-35 {
  margin-right: 35px !important;
}

.u-marginRight-40 {
  margin-right: 40px !important;
}

.u-marginRight-45 {
  margin-right: 45px !important;
}

.u-marginRight-50 {
  margin-right: 50px !important;
}

.u-marginRight-55 {
  margin-right: 55px !important;
}

.u-marginRight-60 {
  margin-right: 60px !important;
}

.u-marginRight-65 {
  margin-right: 65px !important;
}

.u-marginRight-70 {
  margin-right: 70px !important;
}

.u-marginRight-75 {
  margin-right: 75px !important;
}

.u-marginRight-80 {
  margin-right: 80px !important;
}

.u-marginRight-85 {
  margin-right: 85px !important;
}

.u-marginRight-90 {
  margin-right: 90px !important;
}

.u-marginRight-95 {
  margin-right: 95px !important;
}

.u-marginRight-100 {
  margin-right: 100px !important;
}

.u-marginBottom-0 {
  margin-bottom: 0 !important;
}

.u-marginBottom-5 {
  margin-bottom: 5px !important;
}

.u-marginBottom-10 {
  margin-bottom: 10px !important;
}

.u-marginBottom-15 {
  margin-bottom: 15px !important;
}

.u-marginBottom-20 {
  margin-bottom: 20px !important;
}

.u-marginBottom-25 {
  margin-bottom: 25px !important;
}

.u-marginBottom-30 {
  margin-bottom: 30px !important;
}

.u-marginBottom-35 {
  margin-bottom: 35px !important;
}

.u-marginBottom-40 {
  margin-bottom: 40px !important;
}

.u-marginBottom-45 {
  margin-bottom: 45px !important;
}

.u-marginBottom-50 {
  margin-bottom: 50px !important;
}

.u-marginBottom-55 {
  margin-bottom: 55px !important;
}

.u-marginBottom-60 {
  margin-bottom: 60px !important;
}

.u-marginBottom-65 {
  margin-bottom: 65px !important;
}

.u-marginBottom-70 {
  margin-bottom: 70px !important;
}

.u-marginBottom-75 {
  margin-bottom: 75px !important;
}

.u-marginBottom-80 {
  margin-bottom: 80px !important;
}

.u-marginBottom-85 {
  margin-bottom: 85px !important;
}

.u-marginBottom-90 {
  margin-bottom: 90px !important;
}

.u-marginBottom-95 {
  margin-bottom: 95px !important;
}

.u-marginBottom-100 {
  margin-bottom: 100px !important;
}

.u-marginLeft-0 {
  margin-left: 0 !important;
}

.u-marginLeft-5 {
  margin-left: 5px !important;
}

.u-marginLeft-10 {
  margin-left: 10px !important;
}

.u-marginLeft-15 {
  margin-left: 15px !important;
}

.u-marginLeft-20 {
  margin-left: 20px !important;
}

.u-marginLeft-25 {
  margin-left: 25px !important;
}

.u-marginLeft-30 {
  margin-left: 30px !important;
}

.u-marginLeft-35 {
  margin-left: 35px !important;
}

.u-marginLeft-40 {
  margin-left: 40px !important;
}

.u-marginLeft-45 {
  margin-left: 45px !important;
}

.u-marginLeft-50 {
  margin-left: 50px !important;
}

.u-marginLeft-55 {
  margin-left: 55px !important;
}

.u-marginLeft-60 {
  margin-left: 60px !important;
}

.u-marginLeft-65 {
  margin-left: 65px !important;
}

.u-marginLeft-70 {
  margin-left: 70px !important;
}

.u-marginLeft-75 {
  margin-left: 75px !important;
}

.u-marginLeft-80 {
  margin-left: 80px !important;
}

.u-marginLeft-85 {
  margin-left: 85px !important;
}

.u-marginLeft-90 {
  margin-left: 90px !important;
}

.u-marginLeft-95 {
  margin-left: 95px !important;
}

.u-marginLeft-100 {
  margin-left: 100px !important;
}

.margin-top-block-big {
  margin-top: 60px !important;
}

.margin-top-block-middle {
  margin-top: 40px !important;
}

.margin-top-block-small {
  margin-top: 20px !important;
}

.u-paddingTop-0 {
  padding-top: 0 !important;
}

.u-paddingTop-5 {
  padding-top: 5px !important;
}

.u-paddingTop-10 {
  padding-top: 10px !important;
}

.u-paddingTop-15 {
  padding-top: 15px !important;
}

.u-paddingTop-20 {
  padding-top: 20px !important;
}

.u-paddingTop-25 {
  padding-top: 25px !important;
}

.u-paddingTop-30 {
  padding-top: 30px !important;
}

.u-paddingTop-35 {
  padding-top: 35px !important;
}

.u-paddingTop-40 {
  padding-top: 40px !important;
}

.u-paddingTop-45 {
  padding-top: 45px !important;
}

.u-paddingTop-50 {
  padding-top: 50px !important;
}

.u-paddingTop-55 {
  padding-top: 55px !important;
}

.u-paddingTop-60 {
  padding-top: 60px !important;
}

.u-paddingTop-65 {
  padding-top: 65px !important;
}

.u-paddingTop-70 {
  padding-top: 70px !important;
}

.u-paddingTop-75 {
  padding-top: 75px !important;
}

.u-paddingTop-80 {
  padding-top: 80px !important;
}

.u-paddingTop-85 {
  padding-top: 85px !important;
}

.u-paddingTop-90 {
  padding-top: 90px !important;
}

.u-paddingTop-95 {
  padding-top: 95px !important;
}

.u-paddingTop-100 {
  padding-top: 100px !important;
}

.u-paddingRight-0 {
  padding-right: 0 !important;
}

.u-paddingRight-5 {
  padding-right: 5px !important;
}

.u-paddingRight-10 {
  padding-right: 10px !important;
}

.u-paddingRight-15 {
  padding-right: 15px !important;
}

.u-paddingRight-20 {
  padding-right: 20px !important;
}

.u-paddingRight-25 {
  padding-right: 25px !important;
}

.u-paddingRight-30 {
  padding-right: 30px !important;
}

.u-paddingRight-35 {
  padding-right: 35px !important;
}

.u-paddingRight-40 {
  padding-right: 40px !important;
}

.u-paddingRight-45 {
  padding-right: 45px !important;
}

.u-paddingRight-50 {
  padding-right: 50px !important;
}

.u-paddingRight-55 {
  padding-right: 55px !important;
}

.u-paddingRight-60 {
  padding-right: 60px !important;
}

.u-paddingRight-65 {
  padding-right: 65px !important;
}

.u-paddingRight-70 {
  padding-right: 70px !important;
}

.u-paddingRight-75 {
  padding-right: 75px !important;
}

.u-paddingRight-80 {
  padding-right: 80px !important;
}

.u-paddingRight-85 {
  padding-right: 85px !important;
}

.u-paddingRight-90 {
  padding-right: 90px !important;
}

.u-paddingRight-95 {
  padding-right: 95px !important;
}

.u-paddingRight-100 {
  padding-right: 100px !important;
}

.u-paddingBottom-0 {
  padding-bottom: 0 !important;
}

.u-paddingBottom-5 {
  padding-bottom: 5px !important;
}

.u-paddingBottom-10 {
  padding-bottom: 10px !important;
}

.u-paddingBottom-15 {
  padding-bottom: 15px !important;
}

.u-paddingBottom-20 {
  padding-bottom: 20px !important;
}

.u-paddingBottom-25 {
  padding-bottom: 25px !important;
}

.u-paddingBottom-30 {
  padding-bottom: 30px !important;
}

.u-paddingBottom-35 {
  padding-bottom: 35px !important;
}

.u-paddingBottom-40 {
  padding-bottom: 40px !important;
}

.u-paddingBottom-45 {
  padding-bottom: 45px !important;
}

.u-paddingBottom-50 {
  padding-bottom: 50px !important;
}

.u-paddingBottom-55 {
  padding-bottom: 55px !important;
}

.u-paddingBottom-60 {
  padding-bottom: 60px !important;
}

.u-paddingBottom-65 {
  padding-bottom: 65px !important;
}

.u-paddingBottom-70 {
  padding-bottom: 70px !important;
}

.u-paddingBottom-75 {
  padding-bottom: 75px !important;
}

.u-paddingBottom-80 {
  padding-bottom: 80px !important;
}

.u-paddingBottom-85 {
  padding-bottom: 85px !important;
}

.u-paddingBottom-90 {
  padding-bottom: 90px !important;
}

.u-paddingBottom-95 {
  padding-bottom: 95px !important;
}

.u-paddingBottom-100 {
  padding-bottom: 100px !important;
}

.u-paddingLeft-0 {
  padding-left: 0 !important;
}

.u-paddingLeft-5 {
  padding-left: 5px !important;
}

.u-paddingLeft-10 {
  padding-left: 10px !important;
}

.u-paddingLeft-15 {
  padding-left: 15px !important;
}

.u-paddingLeft-20 {
  padding-left: 20px !important;
}

.u-paddingLeft-25 {
  padding-left: 25px !important;
}

.u-paddingLeft-30 {
  padding-left: 30px !important;
}

.u-paddingLeft-35 {
  padding-left: 35px !important;
}

.u-paddingLeft-40 {
  padding-left: 40px !important;
}

.u-paddingLeft-45 {
  padding-left: 45px !important;
}

.u-paddingLeft-50 {
  padding-left: 50px !important;
}

.u-paddingLeft-55 {
  padding-left: 55px !important;
}

.u-paddingLeft-60 {
  padding-left: 60px !important;
}

.u-paddingLeft-65 {
  padding-left: 65px !important;
}

.u-paddingLeft-70 {
  padding-left: 70px !important;
}

.u-paddingLeft-75 {
  padding-left: 75px !important;
}

.u-paddingLeft-80 {
  padding-left: 80px !important;
}

.u-paddingLeft-85 {
  padding-left: 85px !important;
}

.u-paddingLeft-90 {
  padding-left: 90px !important;
}

.u-paddingLeft-95 {
  padding-left: 95px !important;
}

.u-paddingLeft-100 {
  padding-left: 100px !important;
}

.u-textAlign-left {
  text-align: left !important;
}

.u-textAlign-right {
  text-align: right !important;
}

.u-textAlign-center {
  text-align: center !important;
}

.u-verticalAlign-top {
  vertical-align: top !important;
}

.u-verticalAlign-bottom {
  vertical-align: bottom !important;
}

.u-verticalAlign-middle {
  vertical-align: middle !important;
}

.u-width-10 {
  width: 10% !important;
}

.u-width-20 {
  width: 20% !important;
}

.u-width-30 {
  width: 30% !important;
}

.u-width-40 {
  width: 40% !important;
}

.u-width-50 {
  width: 50% !important;
}

.u-width-60 {
  width: 60% !important;
}

.u-width-70 {
  width: 70% !important;
}

.u-width-80 {
  width: 80% !important;
}

.u-width-90 {
  width: 90% !important;
}

.u-width-100 {
  width: 100% !important;
}

@media (min-width: 768px) and (max-width: 929px) {
  .m-media-arc__content__title {
    font-size: 3vw;
  }

  .m-media-arc__content__title .m-icon {
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .l-contentInner, .l-footerInner {
    margin: auto 70px;
  }

  .m-box, .m-box-iframe, .m-box-scroll, .m-box-ticket, .m-calendar, .m-faq, .m-form, .m-form-agree, .m-form-checkboxList, .m-form-layout, .m-form-layoutAddress, .m-form-layoutcolum, .m-form-layoutColumn, .m-form-layoutConfirm, .m-form-layoutCredit, .m-form-layoutDate, .m-form-layoutMagazine, .m-form-layoutName, .m-form-layoutSearch, .m-form-layoutZip, .m-form-radioList, .m-form-summary, .m-heading-character, .m-heading-l2, .m-heading-l2Type6, .m-heading-l4, .m-heading-l5, .m-heading-mypage-l4, .m-index, .m-layout, .m-layout-button, .m-layout-buttonGrid, .m-layout-grid, .m-link-banner, .m-link-list, .m-list-activity, .m-list-bullet, .m-list-contact, .m-list-creditEdit, .m-list-description, .m-list-faq, .m-list-icon, .m-list-info, .m-list-label, .m-list-news, .m-list-notice, .m-list-number, .m-list-reservation, .m-list-reservationType2, .m-list-reservationType3, .m-list-step, .m-media, .m-media-layout, .m-navigation-link, .m-note, .m-pagination, .m-panel, .m-panel-careerbook, .m-panel-childInfo, .m-panel-contact, .m-panel-goods, .m-panel-mypageTop, .m-panel-pickup, .m-panel-reserveTicket, .m-panel-type2, .m-panel-type3, .m-panel-type4, .m-sns, .m-step, .m-table, .m-table--type2, .m-table--type3, .m-table-panel, .m-text, .m-text-conversation, .m-text-count-mypage, .m-text-emphasis, .m-text-error, .m-text-lead, .m-widget-counter, .m-widget-disclosure, .m-widget-disclosurePrice, .m-widget-tab, .m-widget-tab--type2 {
    margin-top: 60px;
  }

  .u-margin-half.m-box, .u-margin-half.m-box-iframe, .u-margin-half.m-box-scroll, .u-margin-half.m-box-ticket, .u-margin-half.m-calendar, .u-margin-half.m-faq, .u-margin-half.m-form, .u-margin-half.m-form-agree, .u-margin-half.m-form-checkboxList, .u-margin-half.m-form-layout, .u-margin-half.m-form-layoutAddress, .u-margin-half.m-form-layoutcolum, .u-margin-half.m-form-layoutColumn, .u-margin-half.m-form-layoutConfirm, .u-margin-half.m-form-layoutCredit, .u-margin-half.m-form-layoutDate, .u-margin-half.m-form-layoutMagazine, .u-margin-half.m-form-layoutName, .u-margin-half.m-form-layoutSearch, .u-margin-half.m-form-layoutZip, .u-margin-half.m-form-radioList, .u-margin-half.m-form-summary, .u-margin-half.m-heading-character, .u-margin-half.m-heading-l2, .u-margin-half.m-heading-l2Type6, .u-margin-half.m-heading-l4, .u-margin-half.m-heading-l5, .u-margin-half.m-heading-mypage-l4, .u-margin-half.m-index, .u-margin-half.m-layout, .u-margin-half.m-layout-button, .u-margin-half.m-layout-buttonGrid, .u-margin-half.m-layout-grid, .u-margin-half.m-link-banner, .u-margin-half.m-link-list, .u-margin-half.m-list-activity, .u-margin-half.m-list-bullet, .u-margin-half.m-list-contact, .u-margin-half.m-list-creditEdit, .u-margin-half.m-list-description, .u-margin-half.m-list-faq, .u-margin-half.m-list-icon, .u-margin-half.m-list-info, .u-margin-half.m-list-label, .u-margin-half.m-list-news, .u-margin-half.m-list-notice, .u-margin-half.m-list-number, .u-margin-half.m-list-reservation, .u-margin-half.m-list-reservationType2, .u-margin-half.m-list-reservationType3, .u-margin-half.m-list-step, .u-margin-half.m-media, .u-margin-half.m-media-layout, .u-margin-half.m-navigation-link, .u-margin-half.m-note, .u-margin-half.m-pagination, .u-margin-half.m-panel, .u-margin-half.m-panel-careerbook, .u-margin-half.m-panel-childInfo, .u-margin-half.m-panel-contact, .u-margin-half.m-panel-goods, .u-margin-half.m-panel-mypageTop, .u-margin-half.m-panel-pickup, .u-margin-half.m-panel-reserveTicket, .u-margin-half.m-panel-type2, .u-margin-half.m-panel-type3, .u-margin-half.m-panel-type4, .u-margin-half.m-sns, .u-margin-half.m-step, .u-margin-half.m-table, .u-margin-half.m-table--type2, .u-margin-half.m-table--type3, .u-margin-half.m-table-panel, .u-margin-half.m-text, .u-margin-half.m-text-conversation, .u-margin-half.m-text-count-mypage, .u-margin-half.m-text-emphasis, .u-margin-half.m-text-error, .u-margin-half.m-text-lead, .u-margin-half.m-widget-counter, .u-margin-half.m-widget-disclosure, .u-margin-half.m-widget-disclosurePrice, .u-margin-half.m-widget-tab, .u-margin-half.m-widget-tab--type2 {
    margin-top: 30px !important;
  }

  .u-margin-double.m-box, .u-margin-double.m-box-iframe, .u-margin-double.m-box-scroll, .u-margin-double.m-box-ticket, .u-margin-double.m-calendar, .u-margin-double.m-faq, .u-margin-double.m-form, .u-margin-double.m-form-agree, .u-margin-double.m-form-checkboxList, .u-margin-double.m-form-layout, .u-margin-double.m-form-layoutAddress, .u-margin-double.m-form-layoutcolum, .u-margin-double.m-form-layoutColumn, .u-margin-double.m-form-layoutConfirm, .u-margin-double.m-form-layoutCredit, .u-margin-double.m-form-layoutDate, .u-margin-double.m-form-layoutMagazine, .u-margin-double.m-form-layoutName, .u-margin-double.m-form-layoutSearch, .u-margin-double.m-form-layoutZip, .u-margin-double.m-form-radioList, .u-margin-double.m-form-summary, .u-margin-double.m-heading-character, .u-margin-double.m-heading-l2, .u-margin-double.m-heading-l2Type6, .u-margin-double.m-heading-l4, .u-margin-double.m-heading-l5, .u-margin-double.m-heading-mypage-l4, .u-margin-double.m-index, .u-margin-double.m-layout, .u-margin-double.m-layout-button, .u-margin-double.m-layout-buttonGrid, .u-margin-double.m-layout-grid, .u-margin-double.m-link-banner, .u-margin-double.m-link-list, .u-margin-double.m-list-activity, .u-margin-double.m-list-bullet, .u-margin-double.m-list-contact, .u-margin-double.m-list-creditEdit, .u-margin-double.m-list-description, .u-margin-double.m-list-faq, .u-margin-double.m-list-icon, .u-margin-double.m-list-info, .u-margin-double.m-list-label, .u-margin-double.m-list-news, .u-margin-double.m-list-notice, .u-margin-double.m-list-number, .u-margin-double.m-list-reservation, .u-margin-double.m-list-reservationType2, .u-margin-double.m-list-reservationType3, .u-margin-double.m-list-step, .u-margin-double.m-media, .u-margin-double.m-media-layout, .u-margin-double.m-navigation-link, .u-margin-double.m-note, .u-margin-double.m-pagination, .u-margin-double.m-panel, .u-margin-double.m-panel-careerbook, .u-margin-double.m-panel-childInfo, .u-margin-double.m-panel-contact, .u-margin-double.m-panel-goods, .u-margin-double.m-panel-mypageTop, .u-margin-double.m-panel-pickup, .u-margin-double.m-panel-reserveTicket, .u-margin-double.m-panel-type2, .u-margin-double.m-panel-type3, .u-margin-double.m-panel-type4, .u-margin-double.m-sns, .u-margin-double.m-step, .u-margin-double.m-table, .u-margin-double.m-table--type2, .u-margin-double.m-table--type3, .u-margin-double.m-table-panel, .u-margin-double.m-text, .u-margin-double.m-text-conversation, .u-margin-double.m-text-count-mypage, .u-margin-double.m-text-emphasis, .u-margin-double.m-text-error, .u-margin-double.m-text-lead, .u-margin-double.m-widget-counter, .u-margin-double.m-widget-disclosure, .u-margin-double.m-widget-disclosurePrice, .u-margin-double.m-widget-tab, .u-margin-double.m-widget-tab--type2 {
    margin-top: 120px !important;
  }

  .l-contentArea {
    padding: 80px 0;
  }

  .l-contentArea:first-child .m-heading-l1 {
    padding-top: 44px;
  }

  .l-contentArea:first-child .m-heading-l1:after {
    top: calc(50% + 22px);
  }

  .l-contentArea:last-child {
    padding-bottom: 120px !important;
  }

  .l-contentArea:not(.l-contentArea--urgent):not(.l-contentArea--emphasis):not(.l-contentArea--important):not(.l-contentArea--membersplan):not(.l-contentArea--activity):not(.l-contentArea--mypageTop):not(.l-contentArea--generaltop):not(.l-contentArea--gray) + .l-contentArea:not(.l-contentArea--urgent):not(.l-contentArea--emphasis):not(.l-contentArea--important):not(.l-contentArea--membersplan):not(.l-contentArea--activity):not(.l-contentArea--mypageTop):not(.l-contentArea--generaltop):not(.l-contentArea--gray) {
    padding: 0 0 80px;
  }

  .l-contentArea--horizonBottom:after, .l-contentArea--horizonBottom:before, .l-contentArea--horizonTop:after, .l-contentArea--horizonTop:before {
    height: 16px;
  }

  .l-contentArea--coupon {
    padding: 9px 0;
  }

  .l-contentArea--emphasis + .l-contentArea--emphasis, .l-contentArea--important + .l-contentArea--important, .l-contentArea--urgent + .l-contentArea--urgent {
    padding: 0 0 80px;
  }

  .l-contentArea--activity + .l-contentArea--activity, .l-contentArea--mypageTop + .l-contentArea--mypageTop {
    padding: 0 0 120px;
  }

  .l-contentArea--mypageTop:after {
    top: 100px;
  }

  .l-contentArea--full {
    padding: 0;
  }

  .l-contentArea--breakingNews {
    padding: 15px;
  }

  .l-contentArea--footprints {
    position: relative;
  }

  .l-contentArea--footprints:after, .l-contentArea--footprints:before {
    background-image: url(/themes/kidzania/common/img/footprints.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 427px;
    left: 0;
    margin: auto;
    max-width: 1190px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 88%;
  }

  .l-contentArea--footprints:before {
    top: 0;
    transform: translateY(-50%);
  }

  .l-contentArea--footprints:after {
    bottom: 0;
    transform: translateY(50%) scaleX(-1) rotate(8deg);
  }

  .l-contentArea--footprints .l-contentInner {
    position: relative;
  }

  .m-mv-heading-about + .l-content .l-contentArea:first-child, .m-mv-heading-link + .l-content .l-contentArea:first-child {
    padding-top: 80px;
  }

  .l-contentInner--mypageTop {
    padding-top: 100px;
  }

  .l-footer--login {
    padding-bottom: 110px;
  }

  .l-footer--login .l-footerArea--copy {
    padding: 18px 0;
  }

  .l-footerArea {
    margin-top: 0;
    padding: 25px 0;
  }

  .l-footerArea .l-footerPageTopButton {
    display: none;
  }

  .l-footerUtility {
    display: flex;
    justify-content: center;
  }

  .l-footerUtility__item {
    border-bottom: 0;
    flex: 0 0 auto;
    position: relative;
  }

  .l-footerUtility__item + .l-footerUtility__item:before {
    background-color: #e0e0e0;
    content: "";
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }

  .l-footerUtility__link {
    line-height: 1;
    padding: 1.25em 1em;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .l-footerUtility__link:focus, .l-footerUtility__link:hover {
    color: #f49c26;
  }

  .l-footerUtility--secondary {
    padding: 0;
  }

  .l-footerUtility--secondary .l-footerUtility__item {
    flex: 0 1 auto;
  }

  .l-footerUtility--secondary .l-footerUtility__link {
    padding: 1.5em 1em;
  }

  .l-footerConversion {
    height: 110px;
  }

  .l-footerConversion:before {
    height: 16px;
    top: -16px;
  }

  .l-footerConversion:after {
    background-size: 304px 22px;
    bottom: 15px;
    height: 22px;
    width: 304px;
  }

  .l-footerConversion__button:link:focus, .l-footerConversion__button:link:hover {
    text-decoration: none;
  }

  .l-footerConversion__buttonInner {
    width: 575px;
  }

  .l-footerConversion__buttonInner:after, .l-footerConversion__buttonInner:before {
    bottom: 10px;
  }

  .l-footerConversion__buttonInner:before {
    background-size: 118px 139px;
    height: 139px;
    left: 0;
    width: 118px;
  }

  .l-footerConversion__buttonInner:after {
    background-size: 119px 88px;
    height: 88px;
    right: 0;
    width: 119px;
  }

  .l-footerConversion__text {
    font-size: 1.875rem;
    padding-right: 1em;
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .l-footerConversion__text:focus, .l-footerConversion__text:hover {
    opacity: 0.4;
  }

  .l-footerConversion__text:after {
    height: 18px;
    width: 18px;
  }

  .l-modal__close {
    background-color: #fff;
    height: 40px;
    width: 40px;
  }

  .l-modal__closeText:after, .l-modal__closeText:before {
    width: 20px;
  }

  .l-modal__content {
    margin: 50px 0;
    padding: 0 50px;
  }

  .l-modal__content__view-next {
    padding: 0 50px;
  }

  .l-modal__foot {
    flex: 0 0 80px;
  }

  .l-modal__footButton {
    height: 80px;
  }

  .l-modalArea {
    margin-bottom: 0;
  }

  .l-modalInner {
    height: 80vh;
  }

  .l-modalInner:before {
    height: 90px;
    right: 20px;
    top: 20px;
    width: 40px;
  }

  .m-box {
    padding: 40px 50px;
  }

  .m-box--connect + .m-box:before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #c5c5c5;
    top: -42.5px;
  }

  .m-box-scroll {
    height: 260px;
    padding: 25px;
  }

  .m-box-scroll__head + .m-box-scroll__body {
    margin-top: 20px;
  }

  .m-box-point {
    margin-top: 25px;
  }

  .m-box-point__inner {
    padding: 18px 30px;
  }

  .m-box-point__heading {
    background-size: auto;
    line-height: 1.652;
    padding-left: 42px;
  }

  .m-box-point__heading__text {
    font-size: 1.4375rem;
  }

  .m-box-point__content > :first-child {
    margin-top: 15px;
  }

  .m-box-message {
    overflow: hidden;
  }

  .m-box-message__inner {
    padding: 43px 20px 68px;
    position: relative;
  }

  .m-box-message__inner:after {
    background-image: url(/themes/kidzania/common/img/backgroundMessage.png);
    background-repeat: no-repeat;
    bottom: -33px;
    content: "";
    display: block;
    height: 324px;
    position: absolute;
    right: -33px;
    width: 360px;
  }

  .m-box-message__heading {
    font-size: 1.8125rem;
  }

  .m-box-message__heading__title:after, .m-box-message__heading__title:before {
    height: 100%;
    top: 0;
  }

  .m-box-message__heading__title > b {
    background-size: 38px 34px;
    padding-left: 54px;
  }

  .m-box-message__media {
    height: 221px;
    width: 221px;
  }

  .m-box-message__content {
    flex-direction: row;
    justify-content: center;
  }

  .m-box-message__text {
    font-size: 1.125rem;
    line-height: 1.6666;
    margin-left: 35px;
    margin-top: 0;
    max-width: 676px;
    padding: 23px 44px 24px;
    width: calc(100% - 256px);
  }

  .m-box-message__text:before {
    border-bottom: 17px solid transparent;
    border-left-width: 28px;
    border-right: 28px solid #fff;
    border-top-width: 17px;
    bottom: 0;
    height: 35px;
    left: -52px;
    margin: auto;
    right: auto;
    top: 0;
    width: 56px;
  }

  .m-box-professional__inner {
    margin: 0 auto;
    max-width: 740px;
  }

  .m-box-professional__title {
    font-size: 1.5rem;
    text-align: center;
  }

  .m-box-professional__item {
    padding: 20px;
  }

  .m-box-professional__item__title {
    font-size: 1.25rem;
    padding-bottom: 20px;
  }

  .m-box-professional__item__content {
    padding-top: 20px;
  }

  .m-box-professional__item .m-layout-button {
    margin-top: 30px;
  }

  .m-box-contact {
    margin: 40px auto 0;
    max-width: 960px;
  }

  .m-box-contact__inner {
    padding: 30px 30px 27px;
  }

  .m-box-contact__attention {
    border-radius: 22px;
    font-size: 1rem;
    padding: 5px 22px 6px;
  }

  .m-box-contact__attention + .m-box-contact__content {
    margin-top: 17px;
  }

  .m-box-contact__title {
    font-size: 1.5625rem;
    margin: 27px 0 17px;
  }

  .m-box-contact__content {
    flex-direction: row;
    justify-content: center;
  }

  .m-box-contact__number {
    font-size: 3rem;
    line-height: 1.5;
  }

  .m-box-contact__date {
    border-left: 1px solid #c5c5c5;
    line-height: 2;
    margin-left: 30px;
    margin-top: 0;
    padding-left: 30px;
  }

  .m-box-contact__small {
    font-size: 1rem;
    margin-top: 17px;
  }

  .m-box-contact__address {
    font-size: 2.3rem;
    line-height: 1.5;
  }

  .m-box-breakingNews__headingText {
    font-size: 0.8125rem;
  }

  .m-box-breakingNews__link {
    font-size: 0.875rem;
    padding-left: 16px;
  }

  .m-box-breakingNews__link:link {
    transition: color 0.5s;
  }

  .m-box-breakingNews__link:link:focus, .m-box-breakingNews__link:link:hover {
    color: #f49c26;
  }

  .m-box-breakingNews__link:before {
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
  }

  .m-box-breakingNewsText__text {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }

  .m-box-openHours {
    margin: 40px auto 0;
    max-width: 960px;
  }

  .m-box-openHours__inner {
    padding: 30px 30px 35px;
  }

  .m-box-openHours__title {
    flex: 1 0 auto;
    font-size: 2.25rem;
    padding-left: 2.5%;
    padding-right: 7.5%;
  }

  .m-box-openHours__title .m-icon {
    height: 1.1em;
    margin-right: 0;
  }

  .m-box-openHours__title__text {
    display: inline;
  }

  .m-box-openHours__item {
    margin-right: 10%;
    margin-top: 6px;
  }

  .m-box-openHours__item + .m-box-openHours__item {
    margin-right: 0;
  }

  .m-box-openHours__item dt {
    border-radius: 30px;
    font-size: 1.125rem;
    padding: 8px 0;
    width: 72px;
  }

  .m-box-openHours__item dd {
    font-size: 1.5rem;
  }

  .m-box-openHours__content {
    flex-direction: row;
    justify-content: center;
    padding-left: 9%;
    width: 100%;
  }

  .m-box-openHours__content dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .m-box-openHours__text {
    font-size: 1.125rem;
    margin-top: 18px;
  }

  .m-box-iframe {
    height: 260px;
  }

  .m-button:not(.is-disabled):focus:link, .m-button:not(.is-disabled):hover:link {
    text-decoration: none;
  }

  .m-button:not(.is-disabled):focus .m-button__inner, .m-button:not(.is-disabled):hover .m-button__inner {
    background-color: #fffaf2;
  }

  .m-button:not(.is-disabled):focus .m-button__text, .m-button:not(.is-disabled):hover .m-button__text {
    color: #f49c26;
  }

  .m-button--big .m-button__inner {
    padding: 15px 75px;
  }

  .m-button--big .m-button__text {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .m-button__inner {
    padding: 15px 56px;
    position: relative;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button--rect .m-button__inner {
    border-radius: 5px;
    padding: 15px;
  }

  .m-button__segment {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .m-button__segment:first-of-type {
    left: 20px;
  }

  .m-button__segment:last-of-type {
    right: 20px;
  }

  .m-button--strength .m-button__inner {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .m-button--strength .m-button__text {
    flex-direction: row;
    font-size: 1.5rem;
  }

  .m-button--strength .m-button__text-sub {
    font-size: 1rem;
    margin-right: 8px;
  }

  .m-button__icon {
    display: block;
    height: 32px;
    width: 32px;
  }

  .m-button__text {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button--darkColor:not(.is-disabled):focus .m-button__inner, .m-button--darkColor:not(.is-disabled):hover .m-button__inner {
    background-color: #fafafa;
  }

  .m-button--darkColor:not(.is-disabled):focus .m-button__text, .m-button--darkColor:not(.is-disabled):hover .m-button__text {
    color: #777;
  }

  .m-button--urgent:not(.is-disabled):focus .m-button__inner, .m-button--urgent:not(.is-disabled):hover .m-button__inner {
    background-color: #e00c55;
  }

  .m-button--urgent:not(.is-disabled):focus .m-button__text, .m-button--urgent:not(.is-disabled):hover .m-button__text {
    color: #fff;
  }

  .m-button--urgent:not(.is-disabled):active .m-button__inner {
    background-color: #b00a43;
  }

  .m-button--emphasis:not(.is-disabled):focus .m-button__inner, .m-button--emphasis:not(.is-disabled):hover .m-button__inner {
    background-color: #f5a73e;
  }

  .m-button--emphasis:not(.is-disabled):focus .m-button__text, .m-button--emphasis:not(.is-disabled):hover .m-button__text {
    color: #fff;
  }

  .m-button--emphasis:not(.is-disabled):active .m-button__inner {
    background-color: #f3910e;
  }

  .m-button--important:not(.is-disabled):focus .m-button__inner, .m-button--important:not(.is-disabled):hover .m-button__inner {
    background-color: #1dc3bc;
  }

  .m-button--important:not(.is-disabled):focus .m-button__text, .m-button--important:not(.is-disabled):hover .m-button__text {
    color: #fff;
  }

  .m-button--important:not(.is-disabled):active .m-button__inner {
    background-color: #179792;
  }

  .m-button-add:focus:link, .m-button-add:hover:link {
    text-decoration: none;
  }

  .m-button-add:focus .m-button-add__inner, .m-button-add:hover .m-button-add__inner {
    background-color: #fffaf2;
  }

  .m-button-add:focus .m-button-add__inner .m-button-add__text, .m-button-add:hover .m-button-add__inner .m-button-add__text {
    color: #f49c26;
  }

  .m-button-add__inner {
    display: block;
    padding: 15px 46px;
    position: relative;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button-add__segment {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .m-button-add__segment:first-of-type {
    left: 20px;
  }

  .m-button-add__segment:last-of-type {
    right: 20px;
  }

  .m-button-add__icon {
    display: block;
  }

  .m-button-add__text {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button-arrow:focus:link, .m-button-arrow:hover:link {
    text-decoration: none;
  }

  .m-button-arrow:focus .m-button-arrow__inner, .m-button-arrow:hover .m-button-arrow__inner {
    background-color: #fffaf2;
  }

  .m-button-arrow:focus .m-button-arrow__inner .m-button-arrow__text, .m-button-arrow:hover .m-button-arrow__inner .m-button-arrow__text {
    color: #f49c26;
  }

  .m-button-arrow__inner {
    display: block;
    padding: 15px 46px;
    position: relative;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button-arrow__segment {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .m-button-arrow__segment:first-of-type {
    left: 20px;
  }

  .m-button-arrow__segment:last-of-type {
    right: 20px;
  }

  .m-button-arrow__icon {
    display: block;
  }

  .m-button-arrow__text {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button-mypageicon:focus:link, .m-button-mypageicon:hover:link {
    text-decoration: none;
  }

  .m-button-mypageicon:focus .m-button-mypageicon__inner, .m-button-mypageicon:hover .m-button-mypageicon__inner {
    background-color: #fffaf2;
  }

  .m-button-mypageicon:focus .m-button-mypageicon__inner .m-button-mypageicon__text, .m-button-mypageicon:hover .m-button-mypageicon__inner .m-button-mypageicon__text {
    color: #f49c26;
  }

  .m-button-mypageicon__inner {
    position: relative;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button-mypageicon__icon {
    display: block;
  }

  .m-button-mypageicon__text {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button-app {
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-button-app:focus, .m-button-app:hover {
    opacity: 0.7;
  }

  .m-button-app__mediaItem {
    max-height: 60px;
  }

  .m-errorCode__code {
    font-size: 12.5rem;
    line-height: 1.33;
    margin-top: -36px;
  }

  .m-errorCode__status {
    font-size: 4.25rem;
    line-height: 1.323;
    margin-top: -36px;
  }

  .m-form-label {
    font-size: 1.125rem;
    margin-top: 30px;
  }

  .m-form-layout__list {
    width: 100%;
  }

  .m-form-layout__item {
    display: flex;
  }

  .m-form-layout__body, .m-form-layout__head {
    padding: 15px 0;
  }

  .m-form-layout__head {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .m-form-layout__body {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
    padding-left: 30px;
  }

  .m-form-layout--background {
    padding: 25px;
  }

  .m-form-layout--separate .m-form-layout__item:last-child .m-form-layout__body, .m-form-layout--separate .m-form-layout__item:last-child .m-form-layout__head {
    padding-bottom: 15px;
  }

  .m-form-layout--column .m-form-layout__item {
    flex-direction: column;
  }

  .m-form-layout--column .m-form-layout__item:last-child .m-form-layout__head {
    padding-bottom: 15px;
  }

  .m-form-layout--column .m-form-layout__body, .m-form-layout--column .m-form-layout__head {
    max-width: 100%;
    min-width: auto;
  }

  .m-form-layout--column .m-form-layout__head {
    padding-top: 0;
  }

  .m-form-layout--column .m-form-layout__body {
    padding-bottom: 30px;
    padding-left: 0;
    padding-top: 0;
  }

  .m-form-layoutConfirm__list {
    width: 100%;
  }

  .m-form-layoutConfirm__item {
    display: flex;
  }

  .m-form-layoutConfirm__body, .m-form-layoutConfirm__head {
    padding: 20px 0;
  }

  .m-form-layoutConfirm__head {
    flex: 0 0 40%;
    font-weight: 700;
    max-width: 40%;
    min-width: 40%;
  }

  .m-form-layoutConfirm__body {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
    padding-left: 30px;
  }

  .m-form-layoutConfirm--background {
    padding: 25px 40px;
  }

  .m-form-layoutConfirm--column .m-form-layoutConfirm__item {
    flex-direction: column;
    padding-bottom: 0;
  }

  .m-form-layoutConfirm--column .m-form-layoutConfirm__item:last-child .m-form-layoutConfirm__head {
    padding-bottom: 15px;
  }

  .m-form-layoutConfirm--column .m-form-layoutConfirm__body, .m-form-layoutConfirm--column .m-form-layoutConfirm__head {
    max-width: 100%;
    min-width: auto;
  }

  .m-form-layoutConfirm--column .m-form-layoutConfirm__head {
    padding-top: 0;
  }

  .m-form-layoutConfirm--column .m-form-layoutConfirm__body {
    padding-left: 0;
    padding-top: 0;
  }

  .m-form-layoutDate__segment {
    flex: 0 1 auto;
  }

  .m-form-layoutZip .m-button__inner {
    padding: 8px 30px;
  }

  .m-form-layoutZip__balloon__item {
    font-size: 0.875rem;
  }

  .m-form-layoutZip__balloon__item button, .m-form-layoutZip__balloon__item span {
    padding: 9px 12px;
  }

  .m-form-summary__list, .m-form-summary__text {
    font-size: 0.875rem;
  }

  .m-form-summary__link {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-form-summary__link:focus, .m-form-summary__link:hover {
    color: #f49c26;
  }

  .m-form-layoutRefine__segment {
    width: auto;
  }

  .m-form-layoutRefine__segment .m-form-select__item {
    height: 54px;
    line-height: 52px;
  }

  .m-form-layoutRefine__button {
    margin-left: 20px;
  }

  .m-form-layoutRefine__button .m-button--rect .m-button__inner {
    height: 51px;
    line-height: 51px;
    padding: 0 30px 0 50px;
  }

  .m-form-layoutRefine__button .m-button--rect .m-button__text:before {
    background-size: 20px 22px;
    height: 22px;
    left: -29px;
    margin-top: -11px;
    width: 20px;
  }

  .m-form-toggleSwitch__label {
    height: 42px;
    padding: 5px;
  }

  .m-form-toggleSwitch__container:before {
    height: 32px;
  }

  .m-form-layoutMagazine {
    padding: 20px;
  }

  .m-form-layoutMagazine__thead .m-form-layoutMagazine__td, .m-form-layoutMagazine__thead .m-form-layoutMagazine__th {
    padding: 0 10px 20px;
  }

  .m-form-layoutMagazine__tbody .m-form-layoutMagazine__td, .m-form-layoutMagazine__tbody .m-form-layoutMagazine__th {
    padding: 20px 10px;
  }

  .m-form-layoutMagazine__tbody .m-form-layoutMagazine__th {
    font-size: 1rem;
  }

  .m-form-layoutMagazine__tbody .m-form-layoutMagazine__th b {
    display: inline-block;
    font-size: 1.4375rem;
    margin-left: 0.2em;
  }

  .m-form-layoutMagazine__th {
    width: 40%;
  }

  .m-form-layoutMagazine__td {
    width: 30%;
  }

  .m-form-layoutcolum .m-button__inner, .m-form-layoutSearch .m-button__inner {
    padding: 8px 30px;
  }

  .m-form-select:after {
    height: 10px;
    right: 1em;
    width: 10px;
  }

  .m-form-select__item {
    padding: 0.5em calc(2em + 10px) 0.5em 1em;
  }

  .m-form-checkbox__text:before {
    height: 1.667em;
    width: 1.667em;
  }

  .m-form-checkbox__text:after {
    top: 0.2em;
  }

  .m-form-checkboxList[data-col-wide] > .m-form-checkboxList__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-form-checkboxList[data-col-wide] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-shrink: 0;
    margin: 20px 0 0 9.3023255814%;
  }

  .m-form-checkboxList[data-col-wide="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-checkboxList[data-col-wide="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-wide="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-wide="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-wide {
    flex-basis: 209.3023255814%;
    max-width: 209.3023255814%;
    min-width: 209.3023255814%;
  }

  .m-form-checkboxList[data-col-wide="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 45.3488372093%;
    max-width: 45.3488372093%;
    min-width: 45.3488372093%;
  }

  .m-form-checkboxList[data-col-wide="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-wide="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-wide="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-checkboxList[data-col-wide="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 27.1317829457%;
    max-width: 27.1317829457%;
    min-width: 27.1317829457%;
  }

  .m-form-checkboxList[data-col-wide="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-wide="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-wide="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-wide {
    flex-basis: 63.5658914729%;
    max-width: 63.5658914729%;
    min-width: 63.5658914729%;
  }

  .m-form-checkboxList[data-col-wide="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 18.023255814%;
    max-width: 18.023255814%;
    min-width: 18.023255814%;
  }

  .m-form-checkboxList[data-col-wide="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-wide="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-wide="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-wide {
    flex-basis: 45.3488372093%;
    max-width: 45.3488372093%;
    min-width: 45.3488372093%;
  }

  .m-form-checkboxList[data-col-wide=auto] > .m-form-checkboxList__list {
    flex-basis: 109.3023255814%;
    margin: -20px 0 0 -9.3023255814%;
  }

  .m-form-checkboxList[data-col-wide=auto] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    max-width: 90.6976744186%;
  }

  .m-form-radio__text {
    padding-left: calc(30px + 0.5em);
  }

  .m-form-radio__text:before {
    height: 30px;
    width: 30px;
  }

  .m-form-radio__text:after {
    height: 14px;
    left: 8px;
    top: 8px;
    width: 14px;
  }

  .m-form-radioList[data-col-wide] > .m-form-radioList__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-form-radioList[data-col-wide] > .m-form-radioList__list > .m-form-radioList__item {
    flex-shrink: 0;
    margin: 20px 0 0 9.3023255814%;
  }

  .m-form-radioList[data-col-wide="1"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-radioList[data-col-wide="1"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-wide="1"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-wide="1"] > .m-form-radioList__list > .m-form-radioList__item--double-wide {
    flex-basis: 209.3023255814%;
    max-width: 209.3023255814%;
    min-width: 209.3023255814%;
  }

  .m-form-radioList[data-col-wide="2"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 45.3488372093%;
    max-width: 45.3488372093%;
    min-width: 45.3488372093%;
  }

  .m-form-radioList[data-col-wide="2"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-wide="2"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-wide="2"] > .m-form-radioList__list > .m-form-radioList__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-radioList[data-col-wide="3"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 27.1317829457%;
    max-width: 27.1317829457%;
    min-width: 27.1317829457%;
  }

  .m-form-radioList[data-col-wide="3"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-wide="3"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-wide="3"] > .m-form-radioList__list > .m-form-radioList__item--double-wide {
    flex-basis: 63.5658914729%;
    max-width: 63.5658914729%;
    min-width: 63.5658914729%;
  }

  .m-form-radioList[data-col-wide="4"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 18.023255814%;
    max-width: 18.023255814%;
    min-width: 18.023255814%;
  }

  .m-form-radioList[data-col-wide="4"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-wide="4"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-wide="4"] > .m-form-radioList__list > .m-form-radioList__item--double-wide {
    flex-basis: 45.3488372093%;
    max-width: 45.3488372093%;
    min-width: 45.3488372093%;
  }

  .m-form-radioList[data-col-wide=auto] > .m-form-radioList__list {
    flex-basis: 109.3023255814%;
    margin: -20px 0 0 -9.3023255814%;
  }

  .m-form-radioList[data-col-wide=auto] > .m-form-radioList__list > .m-form-radioList__item {
    max-width: 90.6976744186%;
  }

  .m-form-radioList ~ .m-form-radioList {
    margin-top: 30px;
    padding-top: 30px;
  }

  .m-heading-l1 {
    margin-top: 80px;
  }

  .m-heading-l1.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-l1.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-l1:after {
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
  }

  .m-heading-l1__heading {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .m-heading-l1__heading:after {
    height: 4px;
    width: 60px;
  }

  .m-heading-grand-l1.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-grand-l1.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-grand-l1__heading {
    font-size: 2.875rem;
    line-height: 1.3;
  }

  .m-heading-mypage-l1.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-mypage-l1.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-mypage-l1__heading {
    font-size: 2.875rem;
    line-height: 1.3;
  }

  .m-heading-l2Type6 {
    margin-top: 120px;
  }

  .m-heading-l2Type6__heading {
    font-size: 1.4375rem;
    padding-bottom: 8px;
  }

  .m-heading-l5__heading {
    font-size: 1.25rem;
  }

  .m-heading-l5 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-l5--separate {
    border-top: 1px solid #e0e0e0;
    padding-top: 60px;
  }

  .m-heading-mypage-l4__heading {
    font-size: 1.25rem;
  }

  .m-heading-mypage-l4 > a:active, .m-heading-mypage-l4 > a:focus, .m-heading-mypage-l4 > a:hover {
    text-decoration: none;
  }

  .m-heading-mypage-l4 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-character__character {
    font-size: 1.25rem;
    min-height: 48px;
    min-width: 48px;
    padding: 10px;
  }

  .m-heading-character__text {
    font-size: 2rem;
  }

  .m-mv-heading-link__inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 56px 20px 57px;
  }

  .m-mv-heading-link__button {
    margin-top: 0;
  }

  .m-mv-heading-link__text {
    font-size: 3.125rem;
  }

  .m-mv-heading.m-mv-heading-school .m-mv-heading__inner {
    padding: 137px 20px 149px;
  }

  .m-mv-heading__inner {
    display: flex;
    justify-content: center;
    padding: 73px 20px 77px;
  }

  .m-mv-heading__text {
    line-height: 1.5;
  }

  .m-mv-heading__text__main {
    font-size: 3.125rem;
  }

  .m-mv-heading__text__sub {
    font-size: 1.5rem;
  }

  .m-mv-heading__lead {
    font-size: 0.8125rem;
    padding-top: 23px;
  }

  .m-account-name {
    font-size: 1.625rem;
  }

  .m-account-name__text {
    font-size: 2rem;
  }

  .m-heading-l2__heading {
    font-size: 2.25rem;
    padding-bottom: 15px;
  }

  .m-heading-l2__heading:after {
    height: 4px;
    width: 60px;
  }

  .m-heading-l2__subtitle {
    font-size: 1.625rem;
  }

  .m-heading-l2__subtitle:after, .m-heading-l2__subtitle:before {
    bottom: 3px;
    height: 29px;
    margin: auto 10px;
    width: 44px;
  }

  .m-heading-l2__subtitle:before {
    background: url(/themes/kidzania/common/img/bg_concentratedLine_left-pc.svg) no-repeat 50% 50%/44px 29px;
  }

  .m-heading-l2__subtitle:after {
    background: url(/themes/kidzania/common/img/bg_concentratedLine_right-pc.svg) no-repeat 50% 50%/44px 29px;
  }

  .m-heading-l2--type2 .m-heading-l2__heading {
    font-size: 2.75rem;
    padding-bottom: 28px;
  }

  .m-heading-l2Type2 {
    margin-top: 28px;
    padding-bottom: 15px;
  }

  .m-heading-l2Type2.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-l2Type2.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-l2Type2:after {
    height: 2px;
  }

  .m-heading-l2Type2__heading {
    margin-right: 20px;
  }

  .m-heading-l2Type2 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-l2Type2 {
    margin-top: 120px;
  }

  .m-heading-l2Type2__heading {
    font-size: 1.375rem;
    line-height: 1.3636;
  }

  .m-heading-grand-l2Type2 {
    margin-top: 28px;
    padding-bottom: 15px;
  }

  .m-heading-grand-l2Type2.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-grand-l2Type2.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-grand-l2Type2:after {
    height: 2px;
  }

  .m-heading-grand-l2Type2__heading {
    font-size: 1.375rem;
    line-height: 1.3636;
    margin-right: 20px;
  }

  .m-heading-grand-l2Type2 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-grand-l2Type2 {
    margin-top: 50px;
  }

  .m-heading-grand-l2Type2__heading {
    font-size: 2.25rem;
    line-height: 1.3888;
  }

  .m-heading-mypage-l2Type2 {
    margin-top: 28px;
    padding-bottom: 15px;
  }

  .m-heading-mypage-l2Type2.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-mypage-l2Type2.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-mypage-l2Type2:after {
    height: 2px;
  }

  .m-heading-mypage-l2Type2__heading {
    margin-right: 20px;
  }

  .m-heading-mypage-l2Type2 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-mypage-l2Type2 {
    margin-top: 50px;
  }

  .m-heading-mypage-l2Type2__heading {
    font-size: 1.375rem;
    line-height: 1.3636;
  }

  .m-heading-l2Type3 {
    margin-top: 120px;
  }

  .m-heading-l2Type3__heading {
    font-size: 1.4375rem;
  }

  .m-heading-l2Type3__heading:after {
    height: 2px;
  }

  .m-heading-l2Type3.u-margin-normal {
    margin-top: 60px;
  }

  .m-heading-l2Type3 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-l2Type4 {
    margin-top: 120px;
  }

  .m-heading-l2Type4__heading {
    font-size: 1.4375rem;
  }

  .m-heading-l2Type4.u-margin-normal {
    margin-top: 60px;
  }

  .m-heading-l2Type4 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-l3 {
    margin-top: 60px;
  }

  .m-heading-l3.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-l3.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-l3__heading {
    font-size: 1.25rem;
    line-height: 1.75;
  }

  .m-heading-l3 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-grand-l3 {
    margin-top: 60px;
  }

  .m-heading-grand-l3.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-grand-l3.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-grand-l3__heading {
    font-size: 1.25rem;
    line-height: 1.75;
  }

  .m-heading-grand-l3 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-grand-l3 {
    margin-top: 50px;
  }

  .m-heading-grand-l3__heading {
    font-size: 2rem;
    line-height: 1.4375;
  }

  .m-heading-mypage-l3 {
    margin-top: 60px;
  }

  .m-heading-mypage-l3.u-margin-half {
    margin-top: 30px !important;
  }

  .m-heading-mypage-l3.u-margin-double {
    margin-top: 120px !important;
  }

  .m-heading-mypage-l3__heading {
    line-height: 1.75;
  }

  .m-heading-mypage-l3 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-mypage-l3 {
    margin-top: 50px;
  }

  .m-heading-mypage-l3__heading {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .m-heading-mypage-l3__heading--white {
    font-size: 2rem;
    line-height: 1.5;
  }

  .m-heading-l4__heading {
    font-size: 1.375rem;
  }

  .m-heading-l4 + [class^=m-] {
    margin-top: 30px;
  }

  .m-heading-l4--separate {
    border-top: 1px solid #e0e0e0;
    padding-top: 60px;
  }

  .m-index__head {
    padding: 20px;
  }

  .m-index__head:before {
    width: calc(100% - 40px);
  }

  .m-index__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 20px;
  }

  .m-index__link {
    font-size: 1rem;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-index__link:focus, .m-index__link:hover {
    color: #f49c26;
  }

  .m-index__body {
    padding: 20px;
  }

  .m-index__tag {
    margin: -5px 0 0 -5px;
  }

  .m-index__tag + .m-index__content {
    margin-top: 20px;
  }

  .m-index__content > [class*=m-] {
    margin-top: 30px;
  }

  .m-icon {
    margin-right: 0.5em;
  }

  .m-layout[data-col-wide] > .m-layout__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-layout[data-col-wide] > .m-layout__container > .m-layout__item {
    flex-shrink: 0;
    margin: 20px 0 0 1.6666666667%;
  }

  .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 201.6666666667%;
    max-width: 201.6666666667%;
    min-width: 201.6666666667%;
  }

  .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item {
    flex-basis: 32.2222222222%;
    max-width: 32.2222222222%;
    min-width: 32.2222222222%;
  }

  .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 66.1111111111%;
    max-width: 66.1111111111%;
    min-width: 66.1111111111%;
  }

  .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item {
    flex-basis: 23.75%;
    max-width: 23.75%;
    min-width: 23.75%;
  }

  .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item {
    flex-basis: 18.6666666667%;
    max-width: 18.6666666667%;
    min-width: 18.6666666667%;
  }

  .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 39%;
    max-width: 39%;
    min-width: 39%;
  }

  .m-layout[data-col-wide=auto] > .m-layout__container {
    flex-basis: 101.6666666667%;
    margin: -20px 0 0 -1.6666666667%;
  }

  .m-layout[data-col-wide=auto] > .m-layout__container > .m-layout__item {
    max-width: 98.3333333333%;
  }

  .m-layout-grid__row {
    margin: -30px 0 0 -2.5%;
  }

  .m-layout-grid__row + .m-layout-grid__row {
    margin-top: 0;
  }

  .m-layout-grid__column {
    margin: 30px 0 0 2.5%;
  }

  .m-layout-grid__column[data-col-wide="1"] {
    flex: 0 0 5.8333333333%;
    max-width: 5.8333333333%;
    min-width: 5.8333333333%;
  }

  .m-layout-grid__column[data-col-wide="2"] {
    flex: 0 0 14.1666666667%;
    max-width: 14.1666666667%;
    min-width: 14.1666666667%;
  }

  .m-layout-grid__column[data-col-wide="3"] {
    flex: 0 0 22.5%;
    max-width: 22.5%;
    min-width: 22.5%;
  }

  .m-layout-grid__column[data-col-wide="4"] {
    flex: 0 0 30.8333333333%;
    max-width: 30.8333333333%;
    min-width: 30.8333333333%;
  }

  .m-layout-grid__column[data-col-wide="5"] {
    flex: 0 0 39.1666666667%;
    max-width: 39.1666666667%;
    min-width: 39.1666666667%;
  }

  .m-layout-grid__column[data-col-wide="6"] {
    flex: 0 0 47.5%;
    max-width: 47.5%;
    min-width: 47.5%;
  }

  .m-layout-grid__column[data-col-wide="7"] {
    flex: 0 0 55.8333333333%;
    max-width: 55.8333333333%;
    min-width: 55.8333333333%;
  }

  .m-layout-grid__column[data-col-wide="8"] {
    flex: 0 0 64.1666666667%;
    max-width: 64.1666666667%;
    min-width: 64.1666666667%;
  }

  .m-layout-grid__column[data-col-wide="9"] {
    flex: 0 0 72.5%;
    max-width: 72.5%;
    min-width: 72.5%;
  }

  .m-layout-grid__column[data-col-wide="10"] {
    flex: 0 0 80.8333333333%;
    max-width: 80.8333333333%;
    min-width: 80.8333333333%;
  }

  .m-layout-grid__column[data-col-wide="11"] {
    flex: 0 0 89.1666666667%;
    max-width: 89.1666666667%;
    min-width: 89.1666666667%;
  }

  .m-layout-grid__column[data-col-wide="12"] {
    flex: 0 0 97.5%;
    max-width: 97.5%;
    min-width: 97.5%;
  }

  .m-layout-button[data-col-wide] > .m-layout-button__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-layout-button[data-col-wide] > .m-layout-button__container > .m-layout-button__item {
    flex-shrink: 0;
    margin: 30px 0 0 2.5%;
  }

  .m-layout-button[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-layout-button[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-layout-button[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 202.5%;
    max-width: 202.5%;
    min-width: 202.5%;
  }

  .m-layout-button[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 48.75%;
    max-width: 48.75%;
    min-width: 48.75%;
  }

  .m-layout-button[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-layout-button[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-layout-button[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 31.6666666667%;
    max-width: 31.6666666667%;
    min-width: 31.6666666667%;
  }

  .m-layout-button[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-layout-button[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-layout-button[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 65.8333333333%;
    max-width: 65.8333333333%;
    min-width: 65.8333333333%;
  }

  .m-layout-button[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 23.125%;
    max-width: 23.125%;
    min-width: 23.125%;
  }

  .m-layout-button[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-layout-button[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-layout-button[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 48.75%;
    max-width: 48.75%;
    min-width: 48.75%;
  }

  .m-layout-button[data-col-wide=auto] > .m-layout-button__container {
    flex-basis: 102.5%;
    margin: -30px 0 0 -2.5%;
  }

  .m-layout-button[data-col-wide=auto] > .m-layout-button__container > .m-layout-button__item {
    max-width: 97.5%;
  }

  .m-layout-button--cramped[data-col-wide] > .m-layout-button__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-layout-button--cramped[data-col-wide] > .m-layout-button__container > .m-layout-button__item {
    flex-shrink: 0;
    margin: 5px 0 0 0.78125%;
  }

  .m-layout-button--cramped[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button--cramped[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="1"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 200.78125%;
    max-width: 200.78125%;
    min-width: 200.78125%;
  }

  .m-layout-button--cramped[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 49.609375%;
    max-width: 49.609375%;
    min-width: 49.609375%;
  }

  .m-layout-button--cramped[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="2"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button--cramped[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 32.8125%;
    max-width: 32.8125%;
    min-width: 32.8125%;
  }

  .m-layout-button--cramped[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="3"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 66.40625%;
    max-width: 66.40625%;
    min-width: 66.40625%;
  }

  .m-layout-button--cramped[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 24.4140625%;
    max-width: 24.4140625%;
    min-width: 24.4140625%;
  }

  .m-layout-button--cramped[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="4"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 49.609375%;
    max-width: 49.609375%;
    min-width: 49.609375%;
  }

  .m-layout-button--cramped[data-col-wide="5"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 19.375%;
    max-width: 19.375%;
    min-width: 19.375%;
  }

  .m-layout-button--cramped[data-col-wide="5"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="5"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="5"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 39.53125%;
    max-width: 39.53125%;
    min-width: 39.53125%;
  }

  .m-layout-button--cramped[data-col-wide="6"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 16.015625%;
    max-width: 16.015625%;
    min-width: 16.015625%;
  }

  .m-layout-button--cramped[data-col-wide="6"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+6) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="6"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(6n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="6"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 32.8125%;
    max-width: 32.8125%;
    min-width: 32.8125%;
  }

  .m-layout-button--cramped[data-col-wide="7"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 13.6160714286%;
    max-width: 13.6160714286%;
    min-width: 13.6160714286%;
  }

  .m-layout-button--cramped[data-col-wide="7"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+7) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="7"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(7n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="7"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 28.0133928571%;
    max-width: 28.0133928571%;
    min-width: 28.0133928571%;
  }

  .m-layout-button--cramped[data-col-wide="8"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 11.81640625%;
    max-width: 11.81640625%;
    min-width: 11.81640625%;
  }

  .m-layout-button--cramped[data-col-wide="8"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+8) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="8"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(8n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="8"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 24.4140625%;
    max-width: 24.4140625%;
    min-width: 24.4140625%;
  }

  .m-layout-button--cramped[data-col-wide="9"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 10.4166666667%;
    max-width: 10.4166666667%;
    min-width: 10.4166666667%;
  }

  .m-layout-button--cramped[data-col-wide="9"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+9) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="9"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(9n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="9"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 21.6145833333%;
    max-width: 21.6145833333%;
    min-width: 21.6145833333%;
  }

  .m-layout-button--cramped[data-col-wide="10"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 9.296875%;
    max-width: 9.296875%;
    min-width: 9.296875%;
  }

  .m-layout-button--cramped[data-col-wide="10"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+10) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="10"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(10n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="10"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 19.375%;
    max-width: 19.375%;
    min-width: 19.375%;
  }

  .m-layout-button--cramped[data-col-wide="11"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 8.3806818182%;
    max-width: 8.3806818182%;
    min-width: 8.3806818182%;
  }

  .m-layout-button--cramped[data-col-wide="11"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+11) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="11"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(11n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="11"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 17.5426136364%;
    max-width: 17.5426136364%;
    min-width: 17.5426136364%;
  }

  .m-layout-button--cramped[data-col-wide="12"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 7.6171875%;
    max-width: 7.6171875%;
    min-width: 7.6171875%;
  }

  .m-layout-button--cramped[data-col-wide="12"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+12) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-wide="12"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(12n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-wide="12"] > .m-layout-button__container > .m-layout-button__item--double-wide {
    flex-basis: 16.015625%;
    max-width: 16.015625%;
    min-width: 16.015625%;
  }

  .m-layout-button--cramped[data-col-wide=auto] > .m-layout-button__container {
    flex-basis: 100.78125%;
    margin: -5px 0 0 -0.78125%;
  }

  .m-layout-button--cramped[data-col-wide=auto] > .m-layout-button__container > .m-layout-button__item {
    max-width: 99.21875%;
  }

  .m-layout-newsInfo {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 48px;
  }

  .m-layout-newsInfo__share {
    margin-top: 0;
  }

  .m-layout-newsInfo__label, .m-layout-newsInfo__label--activity, .m-layout-newsInfo__label--collect, .m-layout-newsInfo__label--event, .m-layout-newsInfo__label--info, .m-layout-newsInfo__label--plan {
    font-size: 0.875rem;
    padding: 4px 12px;
  }

  .m-layout-newsInfo__date {
    font-size: 1.125rem;
    margin-top: 12px;
  }

  .m-link-list[data-col-wide] > .m-link-list__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-link-list[data-col-wide] > .m-link-list__list > .m-link-list__item {
    flex-shrink: 0;
    margin: 10px 0 0 1.6666666667%;
  }

  .m-link-list[data-col-wide="1"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-link-list[data-col-wide="1"] > .m-link-list__list > .m-link-list__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-link-list[data-col-wide="1"] > .m-link-list__list > .m-link-list__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-wide="1"] > .m-link-list__list > .m-link-list__item--double-wide {
    flex-basis: 201.6666666667%;
    max-width: 201.6666666667%;
    min-width: 201.6666666667%;
  }

  .m-link-list[data-col-wide="2"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-link-list[data-col-wide="2"] > .m-link-list__list > .m-link-list__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-link-list[data-col-wide="2"] > .m-link-list__list > .m-link-list__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-link-list[data-col-wide="2"] > .m-link-list__list > .m-link-list__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-link-list[data-col-wide="3"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 32.2222222222%;
    max-width: 32.2222222222%;
    min-width: 32.2222222222%;
  }

  .m-link-list[data-col-wide="3"] > .m-link-list__list > .m-link-list__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-link-list[data-col-wide="3"] > .m-link-list__list > .m-link-list__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-wide="3"] > .m-link-list__list > .m-link-list__item--double-wide {
    flex-basis: 66.1111111111%;
    max-width: 66.1111111111%;
    min-width: 66.1111111111%;
  }

  .m-link-list[data-col-wide="4"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 23.75%;
    max-width: 23.75%;
    min-width: 23.75%;
  }

  .m-link-list[data-col-wide="4"] > .m-link-list__list > .m-link-list__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-link-list[data-col-wide="4"] > .m-link-list__list > .m-link-list__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-wide="4"] > .m-link-list__list > .m-link-list__item--double-wide {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-link-list[data-col-wide="5"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 18.6666666667%;
    max-width: 18.6666666667%;
    min-width: 18.6666666667%;
  }

  .m-link-list[data-col-wide="5"] > .m-link-list__list > .m-link-list__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-link-list[data-col-wide="5"] > .m-link-list__list > .m-link-list__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-wide="5"] > .m-link-list__list > .m-link-list__item--double-wide {
    flex-basis: 39%;
    max-width: 39%;
    min-width: 39%;
  }

  .m-link-list[data-col-wide=auto] > .m-link-list__list {
    flex-basis: 101.6666666667%;
    margin: -10px 0 0 -1.6666666667%;
  }

  .m-link-list[data-col-wide=auto] > .m-link-list__list > .m-link-list__item {
    max-width: 98.3333333333%;
  }

  .m-link-list__link {
    padding-left: 30px;
  }

  .m-link-list__link:link {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-link-list__link:link:focus, .m-link-list__link:link:hover {
    color: #f49c26;
  }

  .m-link-list__link:before {
    background-size: 20px 20px;
    height: 20px;
    top: 5px;
    width: 20px;
  }

  .m-link-list__text {
    padding-left: 30px;
  }

  .m-list-notice[data-col-wide] > .m-list-number__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-notice[data-col-wide] > .m-list-number__list > .m-list-number__item {
    flex-shrink: 0;
    margin: 10px 0 0 1.6666666667%;
  }

  .m-list-notice[data-col-wide="1"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-notice[data-col-wide="1"] > .m-list-number__list > .m-list-number__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-notice[data-col-wide="1"] > .m-list-number__list > .m-list-number__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-wide="1"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 201.6666666667%;
    max-width: 201.6666666667%;
    min-width: 201.6666666667%;
  }

  .m-list-notice[data-col-wide="2"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-notice[data-col-wide="2"] > .m-list-number__list > .m-list-number__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-notice[data-col-wide="2"] > .m-list-number__list > .m-list-number__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-notice[data-col-wide="2"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-notice[data-col-wide="3"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 32.2222222222%;
    max-width: 32.2222222222%;
    min-width: 32.2222222222%;
  }

  .m-list-notice[data-col-wide="3"] > .m-list-number__list > .m-list-number__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-notice[data-col-wide="3"] > .m-list-number__list > .m-list-number__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-wide="3"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 66.1111111111%;
    max-width: 66.1111111111%;
    min-width: 66.1111111111%;
  }

  .m-list-notice[data-col-wide="4"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 23.75%;
    max-width: 23.75%;
    min-width: 23.75%;
  }

  .m-list-notice[data-col-wide="4"] > .m-list-number__list > .m-list-number__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-notice[data-col-wide="4"] > .m-list-number__list > .m-list-number__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-wide="4"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-notice[data-col-wide="5"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 18.6666666667%;
    max-width: 18.6666666667%;
    min-width: 18.6666666667%;
  }

  .m-list-notice[data-col-wide="5"] > .m-list-number__list > .m-list-number__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-notice[data-col-wide="5"] > .m-list-number__list > .m-list-number__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-wide="5"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 39%;
    max-width: 39%;
    min-width: 39%;
  }

  .m-list-notice[data-col-wide=auto] > .m-list-number__list {
    flex-basis: 101.6666666667%;
    margin: -10px 0 0 -1.6666666667%;
  }

  .m-list-notice[data-col-wide=auto] > .m-list-number__list > .m-list-number__item {
    max-width: 98.3333333333%;
  }

  .m-list-activity__item {
    padding: 30px 0;
  }

  .m-list-activity__body {
    flex-direction: row;
  }

  .m-list-activity__content {
    margin-left: 30px;
    margin-top: 0;
  }

  .m-list-activity__img {
    flex: 1 1 auto;
  }

  .m-list-activity__foot {
    margin-top: auto;
  }

  .m-list-reservation__item {
    padding: 20px 0 22px;
  }

  .m-list-reservationType2__item {
    padding: 20px 0;
  }

  .m-list-reservationType2__date {
    font-size: 1.125rem;
  }

  .m-list-label-mini[data-col-wide] > .m-list-label-mini__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-label-mini[data-col-wide] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-shrink: 0;
    margin: 10px 0 0 0.8795074758%;
  }

  .m-list-label-mini[data-col-wide="1"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label-mini[data-col-wide="1"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-wide="1"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-wide="1"] > .m-list-label-mini__list > .m-list-label-mini__item--double-wide {
    flex-basis: 200.8795074758%;
    max-width: 200.8795074758%;
    min-width: 200.8795074758%;
  }

  .m-list-label-mini[data-col-wide="2"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 49.5602462621%;
    max-width: 49.5602462621%;
    min-width: 49.5602462621%;
  }

  .m-list-label-mini[data-col-wide="2"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-wide="2"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-wide="2"] > .m-list-label-mini__list > .m-list-label-mini__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label-mini[data-col-wide="3"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 32.7469950161%;
    max-width: 32.7469950161%;
    min-width: 32.7469950161%;
  }

  .m-list-label-mini[data-col-wide="3"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-wide="3"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-wide="3"] > .m-list-label-mini__list > .m-list-label-mini__item--double-wide {
    flex-basis: 66.3734975081%;
    max-width: 66.3734975081%;
    min-width: 66.3734975081%;
  }

  .m-list-label-mini[data-col-wide="4"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 24.3403693931%;
    max-width: 24.3403693931%;
    min-width: 24.3403693931%;
  }

  .m-list-label-mini[data-col-wide="4"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-wide="4"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-wide="4"] > .m-list-label-mini__list > .m-list-label-mini__item--double-wide {
    flex-basis: 49.5602462621%;
    max-width: 49.5602462621%;
    min-width: 49.5602462621%;
  }

  .m-list-label-mini[data-col-wide="5"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 19.2963940193%;
    max-width: 19.2963940193%;
    min-width: 19.2963940193%;
  }

  .m-list-label-mini[data-col-wide="5"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-wide="5"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-wide="5"] > .m-list-label-mini__list > .m-list-label-mini__item--double-wide {
    flex-basis: 39.4722955145%;
    max-width: 39.4722955145%;
    min-width: 39.4722955145%;
  }

  .m-list-label-mini[data-col-wide=auto] > .m-list-label-mini__list {
    flex-basis: 100.8795074758%;
    margin: -10px 0 0 -0.8795074758%;
  }

  .m-list-label-mini[data-col-wide=auto] > .m-list-label-mini__list > .m-list-label-mini__item {
    max-width: 99.1204925242%;
  }

  .m-list-label-mini__text {
    font-size: 0.75rem;
  }

  .m-list-label-mini + [class^=m-] {
    margin-top: 7px;
  }

  .m-list-icon[data-col-wide] > .m-list-icon__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-icon[data-col-wide] > .m-list-icon__list > .m-list-icon__item {
    flex-shrink: 0;
    margin: 20px 0 0 1.6666666667%;
  }

  .m-list-icon[data-col-wide="1"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-icon[data-col-wide="1"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-icon[data-col-wide="1"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-wide="1"] > .m-list-icon__list > .m-list-icon__item--double-wide {
    flex-basis: 201.6666666667%;
    max-width: 201.6666666667%;
    min-width: 201.6666666667%;
  }

  .m-list-icon[data-col-wide="2"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-icon[data-col-wide="2"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-icon[data-col-wide="2"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-icon[data-col-wide="2"] > .m-list-icon__list > .m-list-icon__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-icon[data-col-wide="3"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 32.2222222222%;
    max-width: 32.2222222222%;
    min-width: 32.2222222222%;
  }

  .m-list-icon[data-col-wide="3"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-icon[data-col-wide="3"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-wide="3"] > .m-list-icon__list > .m-list-icon__item--double-wide {
    flex-basis: 66.1111111111%;
    max-width: 66.1111111111%;
    min-width: 66.1111111111%;
  }

  .m-list-icon[data-col-wide="4"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 23.75%;
    max-width: 23.75%;
    min-width: 23.75%;
  }

  .m-list-icon[data-col-wide="4"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-icon[data-col-wide="4"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-wide="4"] > .m-list-icon__list > .m-list-icon__item--double-wide {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-icon[data-col-wide="5"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 18.6666666667%;
    max-width: 18.6666666667%;
    min-width: 18.6666666667%;
  }

  .m-list-icon[data-col-wide="5"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-icon[data-col-wide="5"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-wide="5"] > .m-list-icon__list > .m-list-icon__item--double-wide {
    flex-basis: 39%;
    max-width: 39%;
    min-width: 39%;
  }

  .m-list-icon[data-col-wide=auto] > .m-list-icon__list {
    flex-basis: 101.6666666667%;
    margin: -20px 0 0 -1.6666666667%;
  }

  .m-list-icon[data-col-wide=auto] > .m-list-icon__list > .m-list-icon__item {
    max-width: 98.3333333333%;
  }

  .m-list-icon__item:before {
    top: 12.25px;
  }

  .m-list-icon__item + .m-list-icon__item, .m-list-icon__item .m-list-icon__list {
    margin-top: 0.3em;
  }

  .m-list-description--connect + .m-list-description:before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #c5c5c5;
    top: -42.5px;
  }

  .m-step:not(.is-much) .m-step__list {
    flex-direction: row;
    justify-content: center;
  }

  .m-step:not(.is-much) .m-step__item {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    padding: 56px 40px 29px 38px;
    width: 400px;
  }

  .m-step:not(.is-much) .m-step__item:first-child {
    margin-left: 0;
  }

  .m-step:not(.is-much) .m-step__item:last-child {
    margin-right: 0;
  }

  .m-step:not(.is-much) .m-step__item + .m-step__item {
    margin-top: 0;
  }

  .m-step:not(.is-much) .m-step__item + .m-step__item:before {
    border-bottom: 50px solid transparent;
    border-left: 25px solid #c5c5c5;
    border-right: 0;
    border-top: 50px solid transparent;
    bottom: 0;
    left: -24px;
    right: auto;
    top: 0;
    transform: translateX(-100%);
  }

  .m-step:not(.is-much) .m-step__icon {
    margin-right: 0;
    width: 80px;
  }

  .m-step:not(.is-much) .m-step__content {
    margin-top: 28px;
    text-align: left;
    width: 100%;
  }

  .m-step:not(.is-much) .m-step__label {
    font-size: 0.875rem;
    padding: 0 15px 0 13px;
  }

  .m-step:not(.is-much) .m-step__text {
    margin-top: 12px;
  }

  .m-list-creditEdit__item {
    padding: 20px 0;
  }

  .m-list-bullet[data-col-wide] > .m-list-bullet__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-bullet[data-col-wide] > .m-list-bullet__list > .m-list-bullet__item {
    flex-shrink: 0;
    margin: 20px 0 0 1.6666666667%;
  }

  .m-list-bullet[data-col-wide="1"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-bullet[data-col-wide="1"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-wide="1"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-wide="1"] > .m-list-bullet__list > .m-list-bullet__item--double-wide {
    flex-basis: 201.6666666667%;
    max-width: 201.6666666667%;
    min-width: 201.6666666667%;
  }

  .m-list-bullet[data-col-wide="2"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-bullet[data-col-wide="2"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-wide="2"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-wide="2"] > .m-list-bullet__list > .m-list-bullet__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-bullet[data-col-wide="3"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 32.2222222222%;
    max-width: 32.2222222222%;
    min-width: 32.2222222222%;
  }

  .m-list-bullet[data-col-wide="3"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-wide="3"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-wide="3"] > .m-list-bullet__list > .m-list-bullet__item--double-wide {
    flex-basis: 66.1111111111%;
    max-width: 66.1111111111%;
    min-width: 66.1111111111%;
  }

  .m-list-bullet[data-col-wide="4"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 23.75%;
    max-width: 23.75%;
    min-width: 23.75%;
  }

  .m-list-bullet[data-col-wide="4"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-wide="4"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-wide="4"] > .m-list-bullet__list > .m-list-bullet__item--double-wide {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-bullet[data-col-wide="5"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 18.6666666667%;
    max-width: 18.6666666667%;
    min-width: 18.6666666667%;
  }

  .m-list-bullet[data-col-wide="5"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-wide="5"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-wide="5"] > .m-list-bullet__list > .m-list-bullet__item--double-wide {
    flex-basis: 39%;
    max-width: 39%;
    min-width: 39%;
  }

  .m-list-bullet[data-col-wide=auto] > .m-list-bullet__list {
    flex-basis: 101.6666666667%;
    margin: -20px 0 0 -1.6666666667%;
  }

  .m-list-bullet[data-col-wide=auto] > .m-list-bullet__list > .m-list-bullet__item {
    max-width: 98.3333333333%;
  }

  .m-list-bullet__item:before {
    top: 12.25px;
  }

  .m-list-bullet__item + .m-list-bullet__item, .m-list-bullet__item .m-list-bullet__list {
    margin-top: 0.5em;
  }

  .m-list-number[data-col-wide] > .m-list-number__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-number[data-col-wide] > .m-list-number__list > .m-list-number__item {
    flex-shrink: 0;
    margin: 10px 0 0 1.6666666667%;
  }

  .m-list-number[data-col-wide="1"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-number[data-col-wide="1"] > .m-list-number__list > .m-list-number__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-number[data-col-wide="1"] > .m-list-number__list > .m-list-number__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-wide="1"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 201.6666666667%;
    max-width: 201.6666666667%;
    min-width: 201.6666666667%;
  }

  .m-list-number[data-col-wide="2"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-number[data-col-wide="2"] > .m-list-number__list > .m-list-number__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-number[data-col-wide="2"] > .m-list-number__list > .m-list-number__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-number[data-col-wide="2"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-number[data-col-wide="3"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 32.2222222222%;
    max-width: 32.2222222222%;
    min-width: 32.2222222222%;
  }

  .m-list-number[data-col-wide="3"] > .m-list-number__list > .m-list-number__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-number[data-col-wide="3"] > .m-list-number__list > .m-list-number__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-wide="3"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 66.1111111111%;
    max-width: 66.1111111111%;
    min-width: 66.1111111111%;
  }

  .m-list-number[data-col-wide="4"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 23.75%;
    max-width: 23.75%;
    min-width: 23.75%;
  }

  .m-list-number[data-col-wide="4"] > .m-list-number__list > .m-list-number__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-number[data-col-wide="4"] > .m-list-number__list > .m-list-number__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-wide="4"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 49.1666666667%;
    max-width: 49.1666666667%;
    min-width: 49.1666666667%;
  }

  .m-list-number[data-col-wide="5"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 18.6666666667%;
    max-width: 18.6666666667%;
    min-width: 18.6666666667%;
  }

  .m-list-number[data-col-wide="5"] > .m-list-number__list > .m-list-number__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-number[data-col-wide="5"] > .m-list-number__list > .m-list-number__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-wide="5"] > .m-list-number__list > .m-list-number__item--double-wide {
    flex-basis: 39%;
    max-width: 39%;
    min-width: 39%;
  }

  .m-list-number[data-col-wide=auto] > .m-list-number__list {
    flex-basis: 101.6666666667%;
    margin: -10px 0 0 -1.6666666667%;
  }

  .m-list-number[data-col-wide=auto] > .m-list-number__list > .m-list-number__item {
    max-width: 98.3333333333%;
  }

  .m-list-number__list--type2 > .m-list-number__item:before, .m-list-number__list--type3 > .m-list-number__item:before {
    font-size: 1.125rem;
    left: 9px;
    top: 1px;
  }

  .m-list-number__item {
    padding-left: 35px;
  }

  .m-list-number__item:before {
    font-size: 1rem;
    left: 9px;
    top: 1px;
  }

  .m-list-number__item:after {
    height: 26px;
    top: 3px;
    width: 26px;
  }

  .m-list-number__item + .m-list-number__item, .m-list-number__item .m-list-number__list {
    margin-top: 0.5em;
  }

  .m-list-contact__item + .m-list-contact__item .m-list-contact__description, .m-list-contact__item + .m-list-contact__item .m-list-contact__term {
    padding-top: 30px;
  }

  .m-list-contact__term {
    font-size: 1.125rem;
  }

  .m-list-contact__description {
    font-size: 1.75rem;
  }

  .m-list-info[data-col-wide] > .m-list-info__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-info[data-col-wide] > .m-list-info__list > .m-list-info__item {
    flex-shrink: 0;
    margin: 0 0 0 4.5833333333%;
  }

  .m-list-info[data-col-wide="1"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-info[data-col-wide="1"] > .m-list-info__list > .m-list-info__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-info[data-col-wide="1"] > .m-list-info__list > .m-list-info__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-wide="1"] > .m-list-info__list > .m-list-info__item--double-wide {
    flex-basis: 204.5833333333%;
    max-width: 204.5833333333%;
    min-width: 204.5833333333%;
  }

  .m-list-info[data-col-wide="2"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 47.7083333333%;
    max-width: 47.7083333333%;
    min-width: 47.7083333333%;
  }

  .m-list-info[data-col-wide="2"] > .m-list-info__list > .m-list-info__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-info[data-col-wide="2"] > .m-list-info__list > .m-list-info__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-info[data-col-wide="2"] > .m-list-info__list > .m-list-info__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-info[data-col-wide="3"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 30.2777777778%;
    max-width: 30.2777777778%;
    min-width: 30.2777777778%;
  }

  .m-list-info[data-col-wide="3"] > .m-list-info__list > .m-list-info__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-info[data-col-wide="3"] > .m-list-info__list > .m-list-info__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-wide="3"] > .m-list-info__list > .m-list-info__item--double-wide {
    flex-basis: 65.1388888889%;
    max-width: 65.1388888889%;
    min-width: 65.1388888889%;
  }

  .m-list-info[data-col-wide="4"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 21.5625%;
    max-width: 21.5625%;
    min-width: 21.5625%;
  }

  .m-list-info[data-col-wide="4"] > .m-list-info__list > .m-list-info__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-info[data-col-wide="4"] > .m-list-info__list > .m-list-info__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-wide="4"] > .m-list-info__list > .m-list-info__item--double-wide {
    flex-basis: 47.7083333333%;
    max-width: 47.7083333333%;
    min-width: 47.7083333333%;
  }

  .m-list-info[data-col-wide="5"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 16.3333333333%;
    max-width: 16.3333333333%;
    min-width: 16.3333333333%;
  }

  .m-list-info[data-col-wide="5"] > .m-list-info__list > .m-list-info__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-info[data-col-wide="5"] > .m-list-info__list > .m-list-info__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-wide="5"] > .m-list-info__list > .m-list-info__item--double-wide {
    flex-basis: 37.25%;
    max-width: 37.25%;
    min-width: 37.25%;
  }

  .m-list-info[data-col-wide=auto] > .m-list-info__list {
    flex-basis: 104.5833333333%;
    margin: 0 0 0 -4.5833333333%;
  }

  .m-list-info[data-col-wide=auto] > .m-list-info__list > .m-list-info__item {
    max-width: 95.4166666667%;
  }

  .m-list-info__item {
    border-bottom: 2px solid #e0e0e0;
  }

  .m-list-info__wrap {
    padding: 30px 65px 30px 0;
    position: relative;
  }

  .m-list-info__wrap:link:focus, .m-list-info__wrap:link:hover {
    text-decoration: none;
  }

  .m-list-info__wrap:link:focus .m-list-info__text, .m-list-info__wrap:link:hover .m-list-info__text {
    color: #f49c26;
    text-decoration: underline;
  }

  .m-list-info__wrap:after {
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20width%3d%22100%22%20height%3d%22100%22%20fill%3d%22%23f49c26%22%3e%3cpath%20d%3d%22M50,0C22%2e39,0,0,22%2e39,0,50s22%2e39,50,50,50s50%2d22%2e39,50%2d50S77%2e61,0,50,0z%20M46%2e66,71%2e05L41,65%2e92l13%2e11%2d13%2e6l%2d13%2e4%2d14%2e36l5%2e38%2d5%2e03l18%2e12,19%2e39L46%2e66,71%2e05z%22%2f%3e%3c%2fsvg%3e");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
  }

  .m-list-info__date {
    font-size: 1rem;
  }

  .m-list-info__label {
    margin-left: 1.5em;
  }

  .m-list-info__text {
    line-height: 2;
    margin-top: 10px;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-list-news__wrap {
    padding: 30px 55px 30px 0;
  }

  .m-list-news__wrap:link:focus, .m-list-news__wrap:link:hover {
    text-decoration: none;
  }

  .m-list-news__wrap:link:focus .m-list-news__text, .m-list-news__wrap:link:hover .m-list-news__text {
    color: #f49c26;
    text-decoration: underline;
  }

  .m-list-news__wrap:after {
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
  }

  .m-list-news__content {
    margin-left: 25px;
  }

  .m-list-news__date {
    font-size: 1rem;
  }

  .m-list-news__text {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-text-decoration 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-list-news__description {
    font-size: 1rem;
    margin-top: 16px;
  }

  .m-list-news__label {
    font-size: 0.875rem;
    padding: 4px 15px;
  }

  .m-list-news__media {
    flex-basis: 145px;
    height: 145px;
    width: 145px;
  }

  .m-list-news__label--activity, .m-list-news__label--collect, .m-list-news__label--event, .m-list-news__label--info, .m-list-news__label--plan {
    font-size: 0.75rem;
    padding: 7px 15px 9px;
  }

  .m-list-faq[data-col-wide] > .m-list-faq__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-faq[data-col-wide] > .m-list-faq__list > .m-list-faq__item {
    flex-shrink: 0;
    margin: 30px 0 0 3.3333333333%;
  }

  .m-list-faq[data-col-wide="1"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-faq[data-col-wide="1"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-faq[data-col-wide="1"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-wide="1"] > .m-list-faq__list > .m-list-faq__item--double-wide {
    flex-basis: 203.3333333333%;
    max-width: 203.3333333333%;
    min-width: 203.3333333333%;
  }

  .m-list-faq[data-col-wide="2"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-list-faq[data-col-wide="2"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-faq[data-col-wide="2"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-faq[data-col-wide="2"] > .m-list-faq__list > .m-list-faq__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-faq[data-col-wide="3"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 31.1111111111%;
    max-width: 31.1111111111%;
    min-width: 31.1111111111%;
  }

  .m-list-faq[data-col-wide="3"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-faq[data-col-wide="3"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-wide="3"] > .m-list-faq__list > .m-list-faq__item--double-wide {
    flex-basis: 65.5555555556%;
    max-width: 65.5555555556%;
    min-width: 65.5555555556%;
  }

  .m-list-faq[data-col-wide="4"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 22.5%;
    max-width: 22.5%;
    min-width: 22.5%;
  }

  .m-list-faq[data-col-wide="4"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-faq[data-col-wide="4"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-wide="4"] > .m-list-faq__list > .m-list-faq__item--double-wide {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-list-faq[data-col-wide="5"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 17.3333333333%;
    max-width: 17.3333333333%;
    min-width: 17.3333333333%;
  }

  .m-list-faq[data-col-wide="5"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-faq[data-col-wide="5"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-wide="5"] > .m-list-faq__list > .m-list-faq__item--double-wide {
    flex-basis: 38%;
    max-width: 38%;
    min-width: 38%;
  }

  .m-list-faq[data-col-wide=auto] > .m-list-faq__list {
    flex-basis: 103.3333333333%;
    margin: -30px 0 0 -3.3333333333%;
  }

  .m-list-faq[data-col-wide=auto] > .m-list-faq__list > .m-list-faq__item {
    max-width: 96.6666666667%;
  }

  .m-list-faq__wrap {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .m-list-faq__wrap:link {
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-list-faq__wrap:link:focus, .m-list-faq__wrap:link:hover {
    background-color: #fff2e5;
  }

  .m-list-faq__wrap:link:focus .m-list-faq__text, .m-list-faq__wrap:link:hover .m-list-faq__text {
    color: #f49c26;
  }

  .m-list-faq__wrap--arrow {
    padding-right: 65px;
  }

  .m-list-faq__wrap--arrow:after {
    background-size: 25px 25px;
    height: 25px;
    right: 20px;
    width: 25px;
  }

  .m-list-faq__mark {
    top: -20px;
  }

  .m-list-faq__text {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-list-step {
    font-size: 0.875rem;
  }

  .m-list-label[data-col-wide] > .m-list-label__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-label[data-col-wide] > .m-list-label__list > .m-list-label__item {
    flex-shrink: 0;
    margin: 10px 0 0 0.8795074758%;
  }

  .m-list-label[data-col-wide="1"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label[data-col-wide="1"] > .m-list-label__list > .m-list-label__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-label[data-col-wide="1"] > .m-list-label__list > .m-list-label__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-wide="1"] > .m-list-label__list > .m-list-label__item--double-wide {
    flex-basis: 200.8795074758%;
    max-width: 200.8795074758%;
    min-width: 200.8795074758%;
  }

  .m-list-label[data-col-wide="2"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 49.5602462621%;
    max-width: 49.5602462621%;
    min-width: 49.5602462621%;
  }

  .m-list-label[data-col-wide="2"] > .m-list-label__list > .m-list-label__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-label[data-col-wide="2"] > .m-list-label__list > .m-list-label__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-label[data-col-wide="2"] > .m-list-label__list > .m-list-label__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label[data-col-wide="3"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 32.7469950161%;
    max-width: 32.7469950161%;
    min-width: 32.7469950161%;
  }

  .m-list-label[data-col-wide="3"] > .m-list-label__list > .m-list-label__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-label[data-col-wide="3"] > .m-list-label__list > .m-list-label__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-wide="3"] > .m-list-label__list > .m-list-label__item--double-wide {
    flex-basis: 66.3734975081%;
    max-width: 66.3734975081%;
    min-width: 66.3734975081%;
  }

  .m-list-label[data-col-wide="4"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 24.3403693931%;
    max-width: 24.3403693931%;
    min-width: 24.3403693931%;
  }

  .m-list-label[data-col-wide="4"] > .m-list-label__list > .m-list-label__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-label[data-col-wide="4"] > .m-list-label__list > .m-list-label__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-wide="4"] > .m-list-label__list > .m-list-label__item--double-wide {
    flex-basis: 49.5602462621%;
    max-width: 49.5602462621%;
    min-width: 49.5602462621%;
  }

  .m-list-label[data-col-wide="5"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 19.2963940193%;
    max-width: 19.2963940193%;
    min-width: 19.2963940193%;
  }

  .m-list-label[data-col-wide="5"] > .m-list-label__list > .m-list-label__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-label[data-col-wide="5"] > .m-list-label__list > .m-list-label__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-wide="5"] > .m-list-label__list > .m-list-label__item--double-wide {
    flex-basis: 39.4722955145%;
    max-width: 39.4722955145%;
    min-width: 39.4722955145%;
  }

  .m-list-label[data-col-wide=auto] > .m-list-label__list {
    flex-basis: 100.8795074758%;
    margin: -10px 0 0 -0.8795074758%;
  }

  .m-list-label[data-col-wide=auto] > .m-list-label__list > .m-list-label__item {
    max-width: 99.1204925242%;
  }

  .m-list-label__wrap {
    padding: 2px 20px 5px;
  }

  .m-list-label__wrap:link {
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-list-label__wrap:link:focus, .m-list-label__wrap:link:hover {
    background-color: #fff2e5;
    text-decoration: none;
  }

  .m-list-label__wrap:link:focus .m-list-label__text, .m-list-label__wrap:link:hover .m-list-label__text {
    color: #f49c26;
  }

  .m-list-label__text {
    font-size: 0.75rem;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-media__wrap:focus:link, .m-media__wrap:hover:link {
    text-decoration: none;
  }

  .m-media__wrap--hoverEffect1:link {
    transition: opacity 0.3s;
  }

  .m-media__wrap--hoverEffect1:link:hover {
    opacity: 0.7;
  }

  .m-media__caption {
    font-size: 1rem;
  }

  aside.m-media {
    margin-top: 120px;
  }

  .m-media-layout__inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .m-media-layout__content {
    width: auto;
  }

  .m-media-layout__media {
    margin-left: 30px;
    margin-right: 0;
    margin-top: 0;
    max-width: 40%;
  }

  .m-media-layout--rowReverseWide .m-media-layout__inner {
    flex-direction: row-reverse;
  }

  .m-media-layout--rowReverseWide .m-media-layout__content {
    margin-left: 30px;
    margin-top: 0;
    width: 100%;
  }

  .m-media-layout--rowReverseWide .m-media-layout__media {
    margin-left: 0;
  }

  .m-media-layout--columnWide .m-media-layout__inner {
    flex-direction: column;
  }

  .m-media-layout--columnWide .m-media-layout__content {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }

  .m-media-layout--columnWide .m-media-layout__media {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .m-media-layout--columnReverseWide .m-media-layout__inner {
    flex-direction: column-reverse;
  }

  .m-media-layout--columnReverseWide .m-media-layout__content {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }

  .m-media-layout--columnReverseWide .m-media-layout__media {
    margin-left: auto;
    margin-right: auto;
  }

  .m-media-visual {
    margin-top: 50px;
  }

  .m-media-arc {
    flex-direction: row;
    margin-top: 70px;
  }

  .m-media-arc__content {
    flex: 0.4;
    padding: 20px 20px 20px 44px;
  }

  .m-media-arc__content__title {
    display: flex;
    line-height: 1.64;
  }

  .m-media-arc__content__title .m-icon {
    flex: 1 0 auto;
    max-width: 39px;
  }

  .m-media-arc__content__text {
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 12px;
  }

  .m-media-arc__image {
    flex: 0.62;
    height: 100%;
    max-height: none;
  }

  .m-media-arc__image__inner {
    -webkit-clip-path: ellipse(62% 140% at 65% center);
    clip-path: ellipse(62% 140% at 65% center);
    margin-left: 8px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }

  .m-media-arc__image img {
    max-width: none;
    width: auto;
  }

  .m-media-arc__image:before {
    -webkit-clip-path: ellipse(62% 140% at 65% center);
    clip-path: ellipse(62% 140% at 65% center);
  }

  .movieCenter {
    max-width: 600px !important;
  }

  .m-heading-grand-l3 + .m-activity-navigation {
    margin: 40px 0 70px;
  }

  .m-activity-navigation__container {
    margin: 0 0 -15px -10px;
  }

  .m-activity-navigation__container--main, .m-activity-navigation__container--sub {
    display: inline-flex;
    max-width: 910px;
    width: 100%;
  }

  .m-activity-navigation__container--main .m-activity-navigation__linkInner {
    padding-bottom: 43px;
    padding-top: 140px;
  }

  .m-activity-navigation__container--main .m-activity-navigation__item {
    max-width: calc(50% - 20px);
  }

  .m-activity-navigation__container--sub .m-activity-navigation__item {
    max-width: calc(20% - 20px);
  }

  .m-activity-navigation__container--sub .m-activity-navigation__linkInner {
    padding-bottom: 15px;
    padding-top: 85px;
  }

  .m-activity-navigation__container--sub .m-activity-navigation__linkInner:before {
    position: absolute;
  }

  .m-activity-navigation__container--sub .m-activity-navigation__linkText {
    padding: 0;
  }

  .m-activity-navigation__container + .m-activity-navigation__container {
    margin-top: 32px;
    padding-top: 30px;
  }

  .m-activity-navigation__container + .m-activity-navigation__container:before {
    left: 20px;
  }

  .m-activity-navigation__item {
    margin: 0 0 15px 20px;
    max-width: calc(25% - 20px);
  }

  .m-activity-navigation__linkInner {
    padding: 16px 15px 17px;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-activity-navigation__linkInner--icon1:before {
    height: 60px;
    top: 45px;
    width: 60px;
  }

  .m-activity-navigation__linkInner--icon2:before {
    height: 62px;
    top: 45px;
    width: 73px;
  }

  .m-activity-navigation__linkInner--icon3:before {
    height: 38px;
    top: 30px;
    width: 36px;
  }

  .m-activity-navigation__linkInner--icon4:before {
    height: 43px;
    top: 26px;
    width: 36px;
  }

  .m-activity-navigation__linkInner--icon5:before {
    height: 37px;
    top: 30px;
    width: 40px;
  }

  .m-activity-navigation__linkInner--icon6:before {
    height: 44px;
    top: 23px;
    width: 44px;
  }

  .m-activity-navigation__linkInner--icon7:before {
    height: 41px;
    top: 22px;
    width: 36px;
  }

  .m-activity-navigation__linkText {
    font-size: 1.125rem;
    line-height: 1.5;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-note {
    font-size: 1rem;
  }

  .m-note--small {
    font-size: 0.75rem;
  }

  .m-panel[data-col-wide] > .m-panel__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel[data-col-wide] > .m-panel__list > .m-panel__item {
    flex-shrink: 0;
    margin: 40px 0 0 3.3333333333%;
  }

  .m-panel[data-col-wide="1"] > .m-panel__list > .m-panel__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel[data-col-wide="1"] > .m-panel__list > .m-panel__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel[data-col-wide="1"] > .m-panel__list > .m-panel__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-wide="1"] > .m-panel__list > .m-panel__item--double-wide {
    flex-basis: 203.3333333333%;
    max-width: 203.3333333333%;
    min-width: 203.3333333333%;
  }

  .m-panel[data-col-wide="2"] > .m-panel__list > .m-panel__item {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel[data-col-wide="2"] > .m-panel__list > .m-panel__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel[data-col-wide="2"] > .m-panel__list > .m-panel__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel[data-col-wide="2"] > .m-panel__list > .m-panel__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel[data-col-wide="3"] > .m-panel__list > .m-panel__item {
    flex-basis: 31.1111111111%;
    max-width: 31.1111111111%;
    min-width: 31.1111111111%;
  }

  .m-panel[data-col-wide="3"] > .m-panel__list > .m-panel__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel[data-col-wide="3"] > .m-panel__list > .m-panel__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-wide="3"] > .m-panel__list > .m-panel__item--double-wide {
    flex-basis: 65.5555555556%;
    max-width: 65.5555555556%;
    min-width: 65.5555555556%;
  }

  .m-panel[data-col-wide="4"] > .m-panel__list > .m-panel__item {
    flex-basis: 22.5%;
    max-width: 22.5%;
    min-width: 22.5%;
  }

  .m-panel[data-col-wide="4"] > .m-panel__list > .m-panel__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel[data-col-wide="4"] > .m-panel__list > .m-panel__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-wide="4"] > .m-panel__list > .m-panel__item--double-wide {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel[data-col-wide="5"] > .m-panel__list > .m-panel__item {
    flex-basis: 17.3333333333%;
    max-width: 17.3333333333%;
    min-width: 17.3333333333%;
  }

  .m-panel[data-col-wide="5"] > .m-panel__list > .m-panel__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel[data-col-wide="5"] > .m-panel__list > .m-panel__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-wide="5"] > .m-panel__list > .m-panel__item--double-wide {
    flex-basis: 38%;
    max-width: 38%;
    min-width: 38%;
  }

  .m-panel[data-col-wide=auto] > .m-panel__list {
    flex-basis: 103.3333333333%;
    margin: -40px 0 0 -3.3333333333%;
  }

  .m-panel[data-col-wide=auto] > .m-panel__list > .m-panel__item {
    max-width: 96.6666666667%;
  }

  .m-panel__wrap {
    padding-bottom: 36px;
  }

  .m-panel__wrap:after {
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
  }

  .m-panel-mypageTop__wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .m-panel-mypageTop__col {
    width: calc(50% - 10px);
  }

  .m-panel-mypageTop__col--reservation {
    order: 1;
  }

  .m-panel-mypageTop__col--reservation .m-panel-mypageTop__item + .m-panel-mypageTop__item {
    margin-top: 20px;
  }

  .m-panel-mypageTop__col--reservation .m-panel-mypageTop__item + .m-panel-mypageTop__item--reservation {
    margin-top: 10px;
  }

  .m-panel-mypageTop__col--situation {
    order: 2;
    padding: 0 20px;
  }

  .m-panel-mypageTop__col--situation .m-panel-mypageTop__item {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .m-panel-mypageTop__col--situation .m-panel-mypageTop__item--heading {
    padding: 18px 0;
  }

  .m-panel-mypageTop__col--situation .m-panel-mypageTop__item--heading .m-panel-mypageTop__hdg-txt {
    margin-bottom: 0;
  }

  .m-panel-mypageTop__col--situation .m-panel-mypageTop__head {
    flex-direction: column;
  }

  .m-panel-mypageTop__col--situation .m-panel-mypageTop__hdg-subtxt {
    align-items: center;
    margin-right: 0;
    margin-top: 15px;
  }

  .m-panel-mypageTop__col--full {
    margin: 10px 0 0;
    order: 3;
    width: 100%;
  }

  .m-panel-mypageTop__label {
    display: inline-block;
    max-width: calc(3rem + 34px);
  }

  .m-panel-mypageTop__sub {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .m-panel-careerbook[data-col-wide] > .m-panel-careerbook__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-careerbook[data-col-wide] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-shrink: 0;
    margin: 40px 0 0 3.3333333333%;
  }

  .m-panel-careerbook[data-col-wide="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-careerbook[data-col-wide="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-wide="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-wide="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-wide {
    flex-basis: 203.3333333333%;
    max-width: 203.3333333333%;
    min-width: 203.3333333333%;
  }

  .m-panel-careerbook[data-col-wide="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel-careerbook[data-col-wide="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-wide="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-wide="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-careerbook[data-col-wide="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 31.1111111111%;
    max-width: 31.1111111111%;
    min-width: 31.1111111111%;
  }

  .m-panel-careerbook[data-col-wide="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-wide="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-wide="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-wide {
    flex-basis: 65.5555555556%;
    max-width: 65.5555555556%;
    min-width: 65.5555555556%;
  }

  .m-panel-careerbook[data-col-wide="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 22.5%;
    max-width: 22.5%;
    min-width: 22.5%;
  }

  .m-panel-careerbook[data-col-wide="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-wide="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-wide="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-wide {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel-careerbook[data-col-wide="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 17.3333333333%;
    max-width: 17.3333333333%;
    min-width: 17.3333333333%;
  }

  .m-panel-careerbook[data-col-wide="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-wide="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-wide="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-wide {
    flex-basis: 38%;
    max-width: 38%;
    min-width: 38%;
  }

  .m-panel-careerbook[data-col-wide=auto] > .m-panel-careerbook__list {
    flex-basis: 103.3333333333%;
    margin: -40px 0 0 -3.3333333333%;
  }

  .m-panel-careerbook[data-col-wide=auto] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    max-width: 96.6666666667%;
  }

  .m-panel-careerbook__item {
    padding: 10px 20px;
  }

  .m-panel-careerbook__hdg {
    margin-right: 14px;
  }

  .m-panel-careerbook__icon {
    margin-right: 10px;
    width: auto;
  }

  .m-panel-careerbook__iconItem {
    width: auto;
  }

  .m-panel-reserveTicket__head {
    padding: 15px 0;
  }

  .m-panel-reserveTicket__head-content:last-child {
    padding-right: 30px;
  }

  .m-panel-reserveTicket__body {
    padding: 27px 70px 40px 56px;
  }

  .m-panel-reserveTicket__body-wrap {
    flex-direction: row;
  }

  .m-panel-reserveTicket__body-content {
    margin-bottom: 0;
  }

  .m-panel-reserveTicket__body-content--qrCode {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
  }

  .m-panel-reserveTicket__body-content-img {
    flex: 1 1 auto;
    margin: 10px auto;
    max-width: 180px;
  }

  .m-panel-reserveTicket__body-content:first-child {
    flex: 1 1 auto;
    margin-right: 60px;
    padding-right: 60px;
    position: relative;
  }

  .m-panel-reserveTicket__body-content:first-child:after {
    background: #b4c0da;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }

  .m-panel-reserveTicket__body-content-item:first-child {
    margin-bottom: 20px;
  }

  .m-panel-reserveTicket__body-content-item:last-child {
    margin-bottom: 0;
  }

  .m-panel-reserveTicket-destination {
    margin-bottom: 15px;
  }

  .m-panel-reserveTicket-destination-img {
    left: 0;
    top: 19px;
  }

  .m-panel-reserveTicket-destination__text {
    margin-left: 5px;
    margin-right: 10px;
  }

  .m-panel-reserveTicket-destination__text-main {
    margin-top: 8px;
    position: relative;
  }

  .m-panel-reserveTicket-info__text {
    margin-bottom: 8px;
  }

  .m-panel-goods[data-col-wide] > .m-panel-goods__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-goods[data-col-wide] > .m-panel-goods__list > .m-panel-goods__item {
    flex-shrink: 0;
    margin: 60px 0 0 3.3333333333%;
  }

  .m-panel-goods[data-col-wide="1"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-goods[data-col-wide="1"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-wide="1"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-wide="1"] > .m-panel-goods__list > .m-panel-goods__item--double-wide {
    flex-basis: 203.3333333333%;
    max-width: 203.3333333333%;
    min-width: 203.3333333333%;
  }

  .m-panel-goods[data-col-wide="2"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel-goods[data-col-wide="2"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-wide="2"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-wide="2"] > .m-panel-goods__list > .m-panel-goods__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-goods[data-col-wide="3"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 31.1111111111%;
    max-width: 31.1111111111%;
    min-width: 31.1111111111%;
  }

  .m-panel-goods[data-col-wide="3"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-wide="3"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-wide="3"] > .m-panel-goods__list > .m-panel-goods__item--double-wide {
    flex-basis: 65.5555555556%;
    max-width: 65.5555555556%;
    min-width: 65.5555555556%;
  }

  .m-panel-goods[data-col-wide="4"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 22.5%;
    max-width: 22.5%;
    min-width: 22.5%;
  }

  .m-panel-goods[data-col-wide="4"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-wide="4"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-wide="4"] > .m-panel-goods__list > .m-panel-goods__item--double-wide {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel-goods[data-col-wide="5"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 17.3333333333%;
    max-width: 17.3333333333%;
    min-width: 17.3333333333%;
  }

  .m-panel-goods[data-col-wide="5"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-wide="5"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-wide="5"] > .m-panel-goods__list > .m-panel-goods__item--double-wide {
    flex-basis: 38%;
    max-width: 38%;
    min-width: 38%;
  }

  .m-panel-goods[data-col-wide=auto] > .m-panel-goods__list {
    flex-basis: 103.3333333333%;
    margin: -60px 0 0 -3.3333333333%;
  }

  .m-panel-goods[data-col-wide=auto] > .m-panel-goods__list > .m-panel-goods__item {
    max-width: 96.6666666667%;
  }

  .m-panel-goods__title {
    font-size: 1.125rem;
    line-height: 1.3333;
    margin-top: 17px;
  }

  .m-panel-goods__text {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 6px;
  }

  .m-panel-goods__price {
    font-size: 0.875rem;
    margin-top: 14px;
  }

  .m-panel-goods__links {
    margin-top: 17px;
    text-align: center;
  }

  .m-panel-goods__link + .m-panel-goods__link {
    margin-top: 0;
  }

  .m-panel-fullWidth {
    overflow: hidden;
  }

  .m-panel-fullWidth__inner {
    padding: 75px 20px 79px;
    position: relative;
  }

  .m-panel-fullWidth__text__main {
    font-size: 2.75rem;
  }

  .m-panel-fullWidth__text__sub {
    font-size: 1.125rem;
    margin-top: 6px;
  }

  .m-panel-type4__item {
    min-width: 335px;
    position: relative;
    width: 100%;
  }

  .m-panel-type4__item__inner:link:focus, .m-panel-type4__item__inner:link:hover {
    opacity: 0.88;
    text-decoration: none;
  }

  .m-panel-type4__hdg {
    padding: 11px 11px 21px;
  }

  .m-panel-type4__hdg__ttl {
    font-size: 1.25rem;
    margin-left: 34.5%;
    margin-top: 10px;
    min-width: 150px;
    width: 48.96%;
  }

  .m-panel-type4__hdg__img {
    width: 28.3%;
  }

  .m-panel-type4__body {
    padding: 40px 20px 20px;
  }

  .m-panel-type4__body__ttl {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }

  .m-panel-type5 + .m-panel-type5 {
    margin-top: 0;
  }

  .m-panel-type5__hdg-txt {
    font-size: 1rem;
  }

  .m-panel-pickup__wrap {
    align-items: center;
    display: flex;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-panel-pickup__wrap:focus, .m-panel-pickup__wrap:hover {
    color: #f49c26;
  }

  .m-panel-pickup__content, .m-panel-pickup__media {
    flex: 0 0 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel-pickup__content {
    margin-left: 3.3333333333%;
    margin-top: 0;
  }

  .m-panel-pickup__inner {
    padding-bottom: 35px;
  }

  .m-panel-pickup__inner:after {
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
  }

  .m-panel-pickup__title {
    font-size: 1.5rem;
  }

  .m-panel-pickup__text {
    font-size: 1.125rem;
  }

  .m-panel-childInfo[data-col-wide] > .m-panel-childInfo__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-childInfo[data-col-wide] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-shrink: 0;
    margin: 40px 0 0 3.3333333333%;
  }

  .m-panel-childInfo[data-col-wide="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-childInfo[data-col-wide="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-wide="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-wide="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-wide {
    flex-basis: 203.3333333333%;
    max-width: 203.3333333333%;
    min-width: 203.3333333333%;
  }

  .m-panel-childInfo[data-col-wide="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel-childInfo[data-col-wide="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-wide="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-wide="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-childInfo[data-col-wide="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 31.1111111111%;
    max-width: 31.1111111111%;
    min-width: 31.1111111111%;
  }

  .m-panel-childInfo[data-col-wide="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-wide="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-wide="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-wide {
    flex-basis: 65.5555555556%;
    max-width: 65.5555555556%;
    min-width: 65.5555555556%;
  }

  .m-panel-childInfo[data-col-wide="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 22.5%;
    max-width: 22.5%;
    min-width: 22.5%;
  }

  .m-panel-childInfo[data-col-wide="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-wide="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-wide="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-wide {
    flex-basis: 48.3333333333%;
    max-width: 48.3333333333%;
    min-width: 48.3333333333%;
  }

  .m-panel-childInfo[data-col-wide="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 17.3333333333%;
    max-width: 17.3333333333%;
    min-width: 17.3333333333%;
  }

  .m-panel-childInfo[data-col-wide="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-wide="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-wide="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-wide {
    flex-basis: 38%;
    max-width: 38%;
    min-width: 38%;
  }

  .m-panel-childInfo[data-col-wide=auto] > .m-panel-childInfo__list {
    flex-basis: 103.3333333333%;
    margin: -40px 0 0 -3.3333333333%;
  }

  .m-panel-childInfo[data-col-wide=auto] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    max-width: 96.6666666667%;
  }

  .m-panel-childInfo__wrap {
    padding: 20px 65px 20px 20px;
  }

  .m-panel-childInfo__wrap:link {
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-panel-childInfo__wrap:link:focus, .m-panel-childInfo__wrap:link:hover {
    background-color: #fffaf2;
    text-decoration: none;
  }

  .m-panel-childInfo__wrap:after {
    background-size: 25px 25px;
    height: 25px;
    right: 20px;
    width: 25px;
  }

  .m-panel-childInfo__memberDivision {
    font-size: 1rem;
  }

  .m-panel-childInfo__media {
    flex-basis: 60px;
    height: 60px;
    width: 60px;
  }

  .m-panel-type2[data-col-wide] > .m-panel-type2__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-type2[data-col-wide] > .m-panel-type2__list > .m-panel-type2__item {
    flex-shrink: 0;
    margin: 60px 0 0 5.2770448549%;
  }

  .m-panel-type2[data-col-wide="1"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type2[data-col-wide="1"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-wide="1"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-wide="1"] > .m-panel-type2__list > .m-panel-type2__item--double-wide {
    flex-basis: 205.2770448549%;
    max-width: 205.2770448549%;
    min-width: 205.2770448549%;
  }

  .m-panel-type2[data-col-wide="2"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 47.3614775726%;
    max-width: 47.3614775726%;
    min-width: 47.3614775726%;
  }

  .m-panel-type2[data-col-wide="2"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-wide="2"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-wide="2"] > .m-panel-type2__list > .m-panel-type2__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type2[data-col-wide="3"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 29.8153034301%;
    max-width: 29.8153034301%;
    min-width: 29.8153034301%;
  }

  .m-panel-type2[data-col-wide="3"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-wide="3"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-wide="3"] > .m-panel-type2__list > .m-panel-type2__item--double-wide {
    flex-basis: 64.907651715%;
    max-width: 64.907651715%;
    min-width: 64.907651715%;
  }

  .m-panel-type2[data-col-wide="4"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 21.0422163588%;
    max-width: 21.0422163588%;
    min-width: 21.0422163588%;
  }

  .m-panel-type2[data-col-wide="4"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-wide="4"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-wide="4"] > .m-panel-type2__list > .m-panel-type2__item--double-wide {
    flex-basis: 47.3614775726%;
    max-width: 47.3614775726%;
    min-width: 47.3614775726%;
  }

  .m-panel-type2[data-col-wide="5"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 15.7783641161%;
    max-width: 15.7783641161%;
    min-width: 15.7783641161%;
  }

  .m-panel-type2[data-col-wide="5"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-wide="5"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-wide="5"] > .m-panel-type2__list > .m-panel-type2__item--double-wide {
    flex-basis: 36.8337730871%;
    max-width: 36.8337730871%;
    min-width: 36.8337730871%;
  }

  .m-panel-type2[data-col-wide=auto] > .m-panel-type2__list {
    flex-basis: 105.2770448549%;
    margin: -60px 0 0 -5.2770448549%;
  }

  .m-panel-type2[data-col-wide=auto] > .m-panel-type2__list > .m-panel-type2__item {
    max-width: 94.7229551451%;
  }

  .m-panel__wrap:link:focus .m-panel__text, .m-panel__wrap:link:focus .m-panel__title, .m-panel__wrap:link:hover .m-panel__text, .m-panel__wrap:link:hover .m-panel__title {
    color: #f49c26;
  }

  .m-panel__title {
    font-size: 1.25rem;
  }

  .m-panel__text, .m-panel__title {
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-panel__text {
    font-size: 0.875rem;
  }

  .m-panel-contact .m-layout[data-col-wide] > .m-layout__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-contact .m-layout[data-col-wide] > .m-layout__container > .m-layout__item {
    flex-shrink: 0;
    margin: 20px 0 0 4.0540540541%;
  }

  .m-panel-contact .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-contact .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="1"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 204.0540540541%;
    max-width: 204.0540540541%;
    min-width: 204.0540540541%;
  }

  .m-panel-contact .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item {
    flex-basis: 47.972972973%;
    max-width: 47.972972973%;
    min-width: 47.972972973%;
  }

  .m-panel-contact .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="2"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-contact .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item {
    flex-basis: 30.6306306306%;
    max-width: 30.6306306306%;
    min-width: 30.6306306306%;
  }

  .m-panel-contact .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="3"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 65.3153153153%;
    max-width: 65.3153153153%;
    min-width: 65.3153153153%;
  }

  .m-panel-contact .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item {
    flex-basis: 21.9594594595%;
    max-width: 21.9594594595%;
    min-width: 21.9594594595%;
  }

  .m-panel-contact .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="4"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 47.972972973%;
    max-width: 47.972972973%;
    min-width: 47.972972973%;
  }

  .m-panel-contact .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item {
    flex-basis: 16.7567567568%;
    max-width: 16.7567567568%;
    min-width: 16.7567567568%;
  }

  .m-panel-contact .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-wide="5"] > .m-layout__container > .m-layout__item--double-wide {
    flex-basis: 37.5675675676%;
    max-width: 37.5675675676%;
    min-width: 37.5675675676%;
  }

  .m-panel-contact .m-layout[data-col-wide=auto] > .m-layout__container {
    flex-basis: 104.0540540541%;
    margin: -20px 0 0 -4.0540540541%;
  }

  .m-panel-contact .m-layout[data-col-wide=auto] > .m-layout__container > .m-layout__item {
    max-width: 95.9459459459%;
  }

  .m-panel-contact .m-heading-l4 + * {
    margin-top: 35px;
  }

  .m-panel-type3[data-col-wide] > .m-panel-type3__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-type3[data-col-wide] > .m-panel-type3__list > .m-panel-type3__item {
    flex-shrink: 0;
    margin: 40px 0 0 5%;
  }

  .m-panel-type3[data-col-wide="1"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type3[data-col-wide="1"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-wide="1"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-wide="1"] > .m-panel-type3__list > .m-panel-type3__item--double-wide {
    flex-basis: 205%;
    max-width: 205%;
    min-width: 205%;
  }

  .m-panel-type3[data-col-wide="2"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 47.5%;
    max-width: 47.5%;
    min-width: 47.5%;
  }

  .m-panel-type3[data-col-wide="2"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-wide="2"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-wide="2"] > .m-panel-type3__list > .m-panel-type3__item--double-wide {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type3[data-col-wide="3"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .m-panel-type3[data-col-wide="3"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-wide="3"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-wide="3"] > .m-panel-type3__list > .m-panel-type3__item--double-wide {
    flex-basis: 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .m-panel-type3[data-col-wide="4"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 21.25%;
    max-width: 21.25%;
    min-width: 21.25%;
  }

  .m-panel-type3[data-col-wide="4"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-wide="4"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-wide="4"] > .m-panel-type3__list > .m-panel-type3__item--double-wide {
    flex-basis: 47.5%;
    max-width: 47.5%;
    min-width: 47.5%;
  }

  .m-panel-type3[data-col-wide="5"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 16%;
    max-width: 16%;
    min-width: 16%;
  }

  .m-panel-type3[data-col-wide="5"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-wide="5"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-wide="5"] > .m-panel-type3__list > .m-panel-type3__item--double-wide {
    flex-basis: 37%;
    max-width: 37%;
    min-width: 37%;
  }

  .m-panel-type3[data-col-wide=auto] > .m-panel-type3__list {
    flex-basis: 105%;
    margin: -40px 0 0 -5%;
  }

  .m-panel-type3[data-col-wide=auto] > .m-panel-type3__list > .m-panel-type3__item {
    max-width: 95%;
  }

  .m-panel-type3__link {
    font-size: 1.375rem;
    line-height: 1.2727272727;
    margin-bottom: 15px;
    padding: 15px 45px 15px 20px;
  }

  .m-panel-type3__link:after {
    background-size: 20px 20px;
    height: 20px;
    right: 20px;
    width: 20px;
  }

  .m-panel-type3__link:active, .m-panel-type3__link:focus, .m-panel-type3__link:hover {
    background-color: #fffaf2;
    text-decoration: none !important;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-panel-type3__content .m-list-label {
    margin-top: 15px;
  }

  .m-panel-type3__title {
    font-size: 1.125rem;
  }

  .m-panel-type3__text {
    font-size: 0.875rem;
  }

  .m-sns__link {
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-sns__link:focus, .m-sns__link:hover {
    opacity: 0.7;
  }

  .m-table--scroll {
    overflow: auto;
  }

  .m-table--scroll .m-table__table {
    width: 1200px;
  }

  .m-table-panel .m-table__td, .m-table-panel .m-table__th {
    padding: 12px 24px;
  }

  .m-table-panel .m-table--primary .m-table__thead .m-table__td, .m-table-panel .m-table--primary .m-table__thead .m-table__th {
    font-size: 1.25rem;
    padding: 16px 24px;
  }

  .m-text-count-mypage {
    font-size: 1.75rem;
    text-align: left;
  }

  .m-text-count-mypage--type2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .m-text-pagetop {
    margin-top: 15px;
  }

  .m-text-pagetop + .m-link-list--mypageTop {
    margin-top: 13px;
  }

  .m-link-list--mypageTop {
    margin-top: 15px;
  }

  .m-text-lead {
    font-size: 1.5625rem;
  }

  .m-text-leadType2 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .m-text-leadType2__text {
    font-size: 2rem;
  }

  .m-text-error {
    font-size: 0.875rem;
  }

  .m-text-emphasis__text {
    font-size: 2rem;
  }

  .m-text-conversation__item + .m-text-conversation__item .m-text-conversation__content, .m-text-conversation__item + .m-text-conversation__item .m-text-conversation__speaker {
    padding-top: 30px;
  }

  .l-contentArea-Mv-arc__inner {
    background-position-y: 20px;
    background-size: 840px;
    min-height: 543px;
    padding: 48px 0 92px;
  }

  .l-contentArea-Mv-arc__inner:before {
    height: 100%;
  }

  .l-contentArea-Mv-arc__inner:after {
    top: 400px;
  }

  .l-contentArea-Mv-arc__hdg {
    width: 546px;
  }

  .l-contentArea-Mv-arc__hdg__ttl {
    font-size: 3.125rem;
    line-height: 1.4347826087;
  }

  .m-faq__item + .m-faq__item {
    margin-top: 35px;
  }

  .m-faq__question__link {
    font-size: 1.125rem;
    padding: 15px 50px 14px 21px;
  }

  .m-faq__question__link:before {
    top: -18px;
  }

  .m-faq__question__link:after {
    height: 26px;
    right: 19px;
    width: 26px;
  }

  .m-faq__answer:before {
    left: 9px;
    top: 20px;
  }

  .m-faq__answer__inner {
    padding-left: 42px;
    padding-top: 18px;
  }

  .m-widget-carousel {
    margin: 0;
  }

  .m-widget-carousel__wrap:link:focus, .m-widget-carousel__wrap:link:hover {
    text-decoration: none;
  }

  .m-widget-carousel__wrap:link:focus .m-widget-carousel__text, .m-widget-carousel__wrap:link:hover .m-widget-carousel__text {
    color: #f49c26;
    text-decoration: underline;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-widget-carousel__wrap:link:focus .m-widget-carousel__mediaItem, .m-widget-carousel__wrap:link:hover .m-widget-carousel__mediaItem {
    opacity: 0.4;
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-widget-carousel__content {
    margin-top: 20px;
  }

  .m-widget-carousel__date {
    font-size: 1rem;
  }

  .m-widget-carousel__base {
    font-size: 0.875rem;
  }

  .m-widget-carousel__text {
    font-size: 1.125rem;
  }

  .m-widget-carousel__controlButtons {
    padding-top: calc(33.33333% - 25px);
  }

  .m-widget-carousel__controlButtonNext, .m-widget-carousel__controlButtonPrev {
    height: 50px;
    width: 50px;
  }

  .m-widget-carousel__controlButton:after, .m-widget-carousel__controlButton:before {
    height: 9px;
    width: 9px;
  }

  .m-widget-carousel.js-carouselRWD .m-widget-carousel__item:not(:only-child) {
    max-width: 25%;
  }

  .m-widget-carousel.js-carouselRWD .m-widget-carousel__controlButtons {
    padding-top: calc(7% - 25px);
  }

  [data-script-enabled=true] .m-widget-carousel.js-carouselSingle {
    margin-left: 0;
    margin-right: 0;
  }

  [data-script-enabled=true] .m-widget-carousel.js-carouselSingle.is-static {
    margin-left: -14px;
    margin-right: -14px;
    padding: 0;
  }

  [data-script-enabled=true] .m-widget-carousel__list {
    display: flex;
  }

  [data-script-enabled=true] .m-widget-carousel__item {
    padding: 0 14px;
  }

  .m-widget-eventSwiper {
    margin-top: 30px;
  }

  .m-widget-eventSwiper__buttonNext, .m-widget-eventSwiper__buttonPrev {
    height: 50px;
    margin-top: calc(27% - 25px);
    width: 50px;
  }

  .m-widget-eventSwiper__buttonNext:before, .m-widget-eventSwiper__buttonPrev:before {
    height: 9px;
    width: 9px;
  }

  .m-widget-eventSwiper__link:focus:link, .m-widget-eventSwiper__link:hover:link {
    text-decoration: none;
  }

  .m-widget-eventSwiper__link:focus .m-widget-eventSwiper__text, .m-widget-eventSwiper__link:hover .m-widget-eventSwiper__text {
    color: #f49c26;
    text-decoration: underline;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-widget-eventSwiper__link:focus .m-widget-eventSwiper__media, .m-widget-eventSwiper__link:hover .m-widget-eventSwiper__media {
    opacity: 0.4;
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-widget-eventSwiper__content {
    margin-top: 20px;
  }

  .m-widget-eventSwiper__date {
    font-size: 1rem;
  }

  .m-widget-eventSwiper__text {
    font-size: 1.125rem;
  }

  .m-widget-tab__link:link {
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-widget-tab__link:link:focus, .m-widget-tab__link:link:hover {
    background-color: #fff1ef;
    text-decoration: none;
  }

  .m-widget-disclosure--gray .m-widget-disclosure__head {
    font-size: 1.125rem;
    padding: 17px 50px 16px 20px;
  }

  .m-widget-disclosure--gray .m-widget-disclosure__head:after {
    height: 26px;
    width: 26px;
  }

  .m-widget-disclosure--gray .m-widget-disclosure__content {
    padding: 25px 20px;
  }

  .m-calendar-item__date > .col {
    font-size: 0.875rem;
  }

  .m-calendar-item__choice-hdg {
    font-size: 0.875rem;
    width: 72px;
  }

  .m-calendar-item .empty {
    width: 72px;
  }

  .m-calendar__foot-item {
    font-size: 0.875rem;
  }

  .m-calendar .icon-1--pc {
    display: block;
  }

  .m-calendar .icon-1--sp {
    display: none;
  }

  .m-widget-counter__thead {
    font-size: 1.125rem;
  }

  .m-widget-swiperThumbsLoop__container {
    margin-bottom: 18px;
    padding: 0 40px;
  }

  .m-widget-swiperThumbsLoop__thumbsWrapper {
    padding: 0 40px;
  }

  .m-widget-swiperThumbsLoop__thumbsSlide {
    margin-right: 9px;
    max-width: 97px;
  }

  .m-widget-swiper__button-next, .m-widget-swiper__button-prev {
    height: 100px;
    width: 30px;
  }

  .m-widget-swiper__button-next:active, .m-widget-swiper__button-next:focus, .m-widget-swiper__button-next:hover, .m-widget-swiper__button-prev:active, .m-widget-swiper__button-prev:focus, .m-widget-swiper__button-prev:hover {
    background-color: #fffaf2;
    opacity: 1;
    transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.2s linear;
  }

  .m-widget-swiper__button__arrow:before {
    right: -3px;
    top: 3px;
    width: 10px;
  }

  .m-widget-swiper__button__arrow:after {
    height: 10px;
    right: 7px;
    top: -7px;
  }

  .m-widget-swiper__pagination {
    margin-top: 37px;
  }

  .m-widget-swiperColumnLoop {
    margin-left: 0;
    margin-right: 0;
  }

  .m-widget-swiperColumnLoop__slide .m-panel-type3__link {
    font-size: 1.375rem;
    margin-bottom: 17px;
  }

  .m-widget-swiperColumnLoop__slide .m-panel-type3__title {
    font-size: 1.125rem;
  }

  .m-widget-swiperColumnLoop .m-widget-swiper__pagination {
    margin-left: 0;
    margin-right: 0;
  }

  .m-widget-activityMv {
    padding-bottom: 50px;
  }

  .m-widget-activityMv__inner {
    min-height: 512px;
    padding: 60px 70px 0;
  }

  .m-widget-activityMv__hdg {
    font-size: 2.875rem;
    line-height: 1.5;
  }

  .m-widget-activityMv__lead {
    font-size: 1.75rem;
    margin-top: 10px;
  }

  .m-widget-activity {
    margin-top: -300px;
    width: 100%;
  }

  .m-widget-activity__wrapper.is-even {
    padding-left: 276px;
  }

  .m-widget-activity__tagSet {
    border-radius: 4px;
    margin: 0 auto 40px;
    max-width: 368px;
    padding: 6px 20px;
  }

  .m-widget-activity__tagSetTitle {
    font-size: 1.25rem;
    line-height: 2.4;
  }

  .m-widget-activity__btnReload {
    height: 29px;
    width: 29px;
  }

  .m-widget-activity__btnReload:before {
    height: 15px;
    width: 15px;
  }

  .m-widget-activity__text {
    margin: 0 -70px;
  }

  .m-widget-activity__textJob {
    font-size: 2rem;
    padding-left: 40px;
  }

  .m-widget-activity__textJob:before {
    background-size: 25px 25px;
    height: 25px;
    top: 18px;
    width: 25px;
  }

  .m-widget-activity__textLocation {
    color: #777;
    font-size: 1.25rem;
  }

  .m-widget-activity__media {
    margin: 128px 0 20px;
  }

  .m-widget-activity__mediaMusk {
    max-width: 182px;
  }

  .m-widget-activity__slide {
    max-width: 276px;
  }

  .m-widget-activity__slide.is-active .m-widget-activity__media {
    margin-top: 128px;
    transform: scale(1.594) translateY(-35px);
  }

  .m-widget-activity__slideLink {
    padding: 0 47px;
  }

  .m-widget-activity__slideLink:focus .m-widget-activity__textLocation, .m-widget-activity__slideLink:hover .m-widget-activity__textLocation {
    color: #f49c26;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-widget-activityOther {
    margin-top: 50px;
  }

  .m-widget-activityOther__inner {
    display: flex;
    justify-content: space-between;
  }

  .m-widget-activityOther__inner:after, .m-widget-activityOther__inner:before {
    content: "";
    display: block;
    flex-grow: 1;
    max-width: 233px;
  }

  .m-widget-activityOther__inner:before {
    background: url(/themes/kidzania/common/img/illust_tokyoTop1.png) no-repeat 0 0/contain;
    margin: 30px auto auto 0;
    min-height: 195px;
    min-width: 100px;
  }

  .m-widget-activityOther__inner:after {
    background: url(/themes/kidzania/common/img/illust_tokyoTop2.png) no-repeat 100% 100%/contain;
    margin: auto 0 0 auto;
    min-height: 222px;
    min-width: 78px;
  }

  .m-widget-activityOther__wrapper {
    flex-grow: 2;
    padding: 45px 0 60px;
  }

  .m-widget-activityOther__list {
    margin-top: 40px;
  }

  .m-widget-activityOther__itemLink {
    padding: 0 30px;
  }

  .m-widget-activityOther__itemLink:focus .m-widget-activityOther__textLocation, .m-widget-activityOther__itemLink:hover .m-widget-activityOther__textLocation {
    color: #f49c26;
    transition: color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .m-widget-activityOther__text {
    margin: 0 -18px;
  }

  .m-widget-activityOther__textJob {
    font-size: 1.25rem;
    padding-left: 27px;
  }

  .m-widget-activityOther__textJob:before {
    background-size: 17px 17px;
    height: 17px;
    top: 10px;
    width: 17px;
  }

  .m-widget-activityOther__textLocation {
    font-size: 0.875rem;
    margin-top: 10px;
  }

  .m-widget-activityOther__media {
    margin-bottom: 20px;
  }

  .m-widget-activityOtherHeading__heading {
    font-size: 2rem;
    padding-bottom: 15px;
  }

  .m-widget-activityOtherHeading__heading:after {
    height: 4px;
    width: 60px;
  }

  .m-widget-disclosurePrice .m-layout-button__item {
    flex-basis: 48.75%;
    max-width: 48.75%;
    min-width: 48.75%;
  }

  .m-widget-disclosurePrice .m-layout-button__item ~ .m-layout-button__item {
    margin-top: 0;
  }

  .m-widget-disclosurePrice .m-layout-button__item:first-child {
    order: 0;
  }

  .m-widget-disclosurePrice .m-layout-button__item:first-child:last-child {
    margin-left: auto;
  }

  .m-widget-disclosurePrice .m-layout-button__item:last-child {
    margin-left: 2.5%;
    margin-top: 0;
    order: 1;
  }

  .m-widget-disclosurePrice__body {
    order: 2;
  }

  .m-widget-disclosurePrice__body .m-button-arrow {
    font-size: 1rem;
  }

  .m-widget-disclosurePrice__body .m-table__table {
    margin-top: 30px;
  }

  .m-widget-careerPersonality-heading-l2 {
    margin-top: 80px;
    padding-top: 59px;
  }

  .m-widget-careerPersonality-heading-l2__heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3055555556;
  }

  .m-widget-careerPersonality-heading-l2__heading:before {
    height: 43px;
    position: relative;
    top: 4px;
    width: 43px;
  }

  .m-widget-careerPersonality-heading-l3 {
    margin-bottom: 35px;
    padding: 0 75px;
  }

  .m-widget-careerPersonality-heading-l3__heading {
    font-size: 3.5625rem;
    padding: 0 20px;
  }

  .m-widget-careerPersonality-heading-l3__year {
    font-size: 2.3125rem;
  }

  .m-widget-careerPersonality-heading-l3:after, .m-widget-careerPersonality-heading-l3:before {
    height: 44px;
    width: 66px;
  }

  .m-widget-careerPersonality-heading-l3:before {
    background-image: url(/themes/kidzania/common/img/bg_m-widget-careerPersonality-heading-l3_l-pc.svg);
  }

  .m-widget-careerPersonality-heading-l3:after {
    background-image: url(/themes/kidzania/common/img/bg_m-widget-careerPersonality-heading-l3_r-pc.svg);
  }

  .m-widget-careerPersonality:before {
    bottom: 32px;
    top: 275px;
  }

  .m-widget-careerPersonality__frameBalloon {
    border-radius: 10px;
    border-width: 16px;
    margin-bottom: 39px;
    max-width: 476px;
    width: 100%;
  }

  .m-widget-careerPersonality__frameInner:after, .m-widget-careerPersonality__frameInner:before, .m-widget-careerPersonality__imgUploader:after, .m-widget-careerPersonality__imgUploader:before {
    bottom: -40px;
    height: 25px;
    width: 42px;
  }

  .m-widget-careerPersonality__frameInner:after, .m-widget-careerPersonality__imgUploader:after {
    display: none;
  }

  .m-widget-careerPersonality__imgWrap {
    max-height: 333px;
    max-width: 444px;
    min-height: 333px;
  }

  .m-widget-careerPersonality__img {
    height: 333px;
    width: 444px;
  }

  .m-widget-careerPersonality__buttonDelete {
    border-width: 4px;
    height: 50px;
    right: -38px;
    top: -34px;
    width: 50px;
  }

  .m-widget-careerPersonality__buttonDelete:after, .m-widget-careerPersonality__buttonDelete:before {
    height: 4px;
    width: 22px;
  }

  .m-widget-careerPersonality__imgUploaderInner {
    padding: 81px 20px;
  }

  .m-widget-careerPersonality__imgUploaderTitle {
    font-size: 1.5rem;
  }

  .m-widget-careerPersonality__imgUploaderContent {
    margin-top: 15px;
  }

  .m-widget-careerPersonality__imgUploaderText {
    font-size: 1rem;
  }

  .m-widget-careerPersonality__imgUploaderButton {
    margin-top: 20px;
  }

  .m-widget-careerPersonality__imgUploaderButton .m-button {
    max-width: 292px;
  }

  .m-widget-careerPersonality__panel {
    margin-bottom: 54px;
  }

  .m-widget-careerPersonality__panelList {
    display: flex;
    flex-wrap: wrap;
    margin: -48px 0 0 -24px;
  }

  .m-widget-careerPersonality__panelItem {
    display: flex;
    margin: 48px 0 0 24px;
    max-width: calc(33.33% - 24px);
    width: 100%;
  }

  .m-widget-careerPersonality__panelItemInner {
    display: flex;
    flex-direction: column;
    padding: 48px 19px 45px;
    width: 100%;
  }

  .m-widget-careerPersonality__panelItemInner--input {
    padding: 40px 19px 38px;
  }

  .m-widget-careerPersonality__panelItemText, .m-widget-careerPersonality__panelItemTitle {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .m-widget-careerPersonality__panelItemTitle {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }

  .m-widget-careerPersonality__panelItemText {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    margin: auto 0;
  }

  .m-widget-careerPersonality__panelItemInner--input .m-form-text, .m-widget-careerPersonality__panelItemInner--input .m-widget-careerPersonality__panelItemTitle {
    display: block;
  }

  .m-widget-careerPersonality__panelItemInner--input .m-widget-careerPersonality__panelItemTitle {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: auto 0;
  }

  .m-widget-careerPersonality__panelItemInner--input .m-form-text {
    margin-top: 20px;
  }

  .m-widget-careerPersonalityThumbs__controlButtons {
    font-size: 1rem;
    height: 3.5em;
    line-height: 1;
    margin-bottom: -3.5em;
  }

  .m-widget-careerPersonalityThumbs__wrapper {
    padding: 0;
  }

  .m-widget-careerPersonalityThumbs__slide {
    padding: 0 20px;
  }

  .m-widget-careerPersonalityThumbs__slide:not(:only-child) {
    max-width: 476px;
    padding: 0;
  }

  .m-widget-careerPersonalityThumbs__slide:not(:only-child) .m-widget-careerPersonality__imgWrap {
    max-height: 333px;
    max-width: 444px;
    min-height: 333px;
  }

  .m-widget-careerPersonalityThumbs__slide:not(:only-child) .m-widget-careerPersonality__img {
    height: 333px;
    width: 444px;
  }

  .m-widget-careerPersonalityThumbs__slide:not(:only-child) .m-widget-careerPersonalityThumbs__slideInner {
    transform: scale(0.40966) translateX(50%);
    transition: transform 0.3s;
  }

  .m-widget-careerPersonalityThumbs__slide:not(:only-child).is-active .m-widget-careerPersonalityThumbs__slideInner {
    transform: scale(1) translateX(0);
  }

  .m-widget-careerPersonalityThumbs__slide:not(:only-child).is-active ~ .m-widget-careerPersonalityThumbs__slide .m-widget-careerPersonalityThumbs__slideInner {
    transform: scale(0.40966) translateX(-50%);
  }

  .m-widget-careerPersonalityGallery__inner {
    max-width: 960px;
  }

  .u-display-none-wide {
    display: none !important;
  }

  .u-display-inline-wide {
    display: inline !important;
  }

  .u-display-inlineBlock-wide {
    display: inline-block !important;
  }

  .u-display-block-wide {
    display: block !important;
  }

  .u-display-flex-wide {
    display: flex !important;
  }

  .u-display-inlineFlex-wide {
    display: inline-flex !important;
  }

  .u-fontSize-xxs {
    font-size: 0.75rem !important;
  }

  .u-fontSize-xs {
    font-size: 0.875rem !important;
  }

  .u-fontSize-sm {
    font-size: 1rem !important;
  }

  .u-fontSize-md {
    font-size: 1.125rem !important;
  }

  .u-fontSize-lg {
    font-size: 1.25rem !important;
  }

  .u-fontSize-xl {
    font-size: 1.375rem !important;
  }

  .u-fontSize-xxl {
    font-size: 1.5rem !important;
  }

  .margin-top-block-big {
    margin-top: 90px !important;
  }

  .margin-top-block-middle {
    margin-top: 60px !important;
  }

  .margin-top-block-small {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 880px) {
  .l-contentInner--narrow {
    margin: auto;
  }
}
@media screen and (min-width: 930px) {
  .m-media-arc__content__title {
    font-size: 2.125rem;
  }

  .m-media-arc__content__title .m-icon {
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 960px) {
  .m-panel-type4__list {
    flex-wrap: nowrap;
  }

  .m-panel-type4__item {
    min-width: auto;
    width: 31.69%;
  }
}
@media screen and (min-width: 1024px) {
  .m-step.is-much .m-step__list {
    flex-direction: row;
    justify-content: center;
  }

  .m-step.is-much .m-step__item {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
    padding: 56px 40px 29px 38px;
    width: 400px;
  }

  .m-step.is-much .m-step__item:first-child {
    margin-left: 0;
  }

  .m-step.is-much .m-step__item:last-child {
    margin-right: 0;
  }

  .m-step.is-much .m-step__item + .m-step__item {
    margin-top: 0;
  }

  .m-step.is-much .m-step__item + .m-step__item:before {
    border-bottom: 50px solid transparent;
    border-left: 25px solid #c5c5c5;
    border-right: 0;
    border-top: 50px solid transparent;
    bottom: 0;
    left: -24px;
    right: auto;
    top: 0;
    transform: translateX(-100%);
  }

  .m-step.is-much .m-step__icon {
    margin-right: 0;
    width: 80px;
  }

  .m-step.is-much .m-step__content {
    margin-top: 28px;
    text-align: left;
    width: 100%;
  }

  .m-step.is-much .m-step__label {
    font-size: 0.875rem;
    padding: 0 15px 0 13px;
  }

  .m-step.is-much .m-step__text {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .l-contentInner--middle {
    margin: auto;
  }
}
@media screen and (min-width: 1160px) {
  .m-maps {
    margin: auto;
  }
}
@media screen and (min-width: 1340px) {
  .l-contentInner, .l-footerInner {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .m-box, .m-box-iframe, .m-box-scroll, .m-box-ticket, .m-calendar, .m-faq, .m-form, .m-form-agree, .m-form-checkboxList, .m-form-layout, .m-form-layoutAddress, .m-form-layoutcolum, .m-form-layoutColumn, .m-form-layoutConfirm, .m-form-layoutCredit, .m-form-layoutDate, .m-form-layoutMagazine, .m-form-layoutName, .m-form-layoutSearch, .m-form-layoutZip, .m-form-radioList, .m-form-summary, .m-heading-character, .m-heading-l2, .m-heading-l2Type6, .m-heading-l4, .m-heading-l5, .m-heading-mypage-l4, .m-index, .m-layout, .m-layout-button, .m-layout-buttonGrid, .m-layout-grid, .m-link-banner, .m-link-list, .m-list-activity, .m-list-bullet, .m-list-contact, .m-list-creditEdit, .m-list-description, .m-list-faq, .m-list-icon, .m-list-info, .m-list-label, .m-list-news, .m-list-notice, .m-list-number, .m-list-reservation, .m-list-reservationType2, .m-list-reservationType3, .m-list-step, .m-media, .m-media-layout, .m-navigation-link, .m-note, .m-pagination, .m-panel, .m-panel-careerbook, .m-panel-childInfo, .m-panel-contact, .m-panel-goods, .m-panel-mypageTop, .m-panel-pickup, .m-panel-reserveTicket, .m-panel-type2, .m-panel-type3, .m-panel-type4, .m-sns, .m-step, .m-table, .m-table--type2, .m-table--type3, .m-table-panel, .m-text, .m-text-conversation, .m-text-count-mypage, .m-text-emphasis, .m-text-error, .m-text-lead, .m-widget-counter, .m-widget-disclosure, .m-widget-disclosurePrice, .m-widget-tab, .m-widget-tab--type2 {
    margin-top: 40px;
  }

  .u-margin-half.m-box, .u-margin-half.m-box-iframe, .u-margin-half.m-box-scroll, .u-margin-half.m-box-ticket, .u-margin-half.m-calendar, .u-margin-half.m-faq, .u-margin-half.m-form, .u-margin-half.m-form-agree, .u-margin-half.m-form-checkboxList, .u-margin-half.m-form-layout, .u-margin-half.m-form-layoutAddress, .u-margin-half.m-form-layoutcolum, .u-margin-half.m-form-layoutColumn, .u-margin-half.m-form-layoutConfirm, .u-margin-half.m-form-layoutCredit, .u-margin-half.m-form-layoutDate, .u-margin-half.m-form-layoutMagazine, .u-margin-half.m-form-layoutName, .u-margin-half.m-form-layoutSearch, .u-margin-half.m-form-layoutZip, .u-margin-half.m-form-radioList, .u-margin-half.m-form-summary, .u-margin-half.m-heading-character, .u-margin-half.m-heading-l2, .u-margin-half.m-heading-l2Type6, .u-margin-half.m-heading-l4, .u-margin-half.m-heading-l5, .u-margin-half.m-heading-mypage-l4, .u-margin-half.m-index, .u-margin-half.m-layout, .u-margin-half.m-layout-button, .u-margin-half.m-layout-buttonGrid, .u-margin-half.m-layout-grid, .u-margin-half.m-link-banner, .u-margin-half.m-link-list, .u-margin-half.m-list-activity, .u-margin-half.m-list-bullet, .u-margin-half.m-list-contact, .u-margin-half.m-list-creditEdit, .u-margin-half.m-list-description, .u-margin-half.m-list-faq, .u-margin-half.m-list-icon, .u-margin-half.m-list-info, .u-margin-half.m-list-label, .u-margin-half.m-list-news, .u-margin-half.m-list-notice, .u-margin-half.m-list-number, .u-margin-half.m-list-reservation, .u-margin-half.m-list-reservationType2, .u-margin-half.m-list-reservationType3, .u-margin-half.m-list-step, .u-margin-half.m-media, .u-margin-half.m-media-layout, .u-margin-half.m-navigation-link, .u-margin-half.m-note, .u-margin-half.m-pagination, .u-margin-half.m-panel, .u-margin-half.m-panel-careerbook, .u-margin-half.m-panel-childInfo, .u-margin-half.m-panel-contact, .u-margin-half.m-panel-goods, .u-margin-half.m-panel-mypageTop, .u-margin-half.m-panel-pickup, .u-margin-half.m-panel-reserveTicket, .u-margin-half.m-panel-type2, .u-margin-half.m-panel-type3, .u-margin-half.m-panel-type4, .u-margin-half.m-sns, .u-margin-half.m-step, .u-margin-half.m-table, .u-margin-half.m-table--type2, .u-margin-half.m-table--type3, .u-margin-half.m-table-panel, .u-margin-half.m-text, .u-margin-half.m-text-conversation, .u-margin-half.m-text-count-mypage, .u-margin-half.m-text-emphasis, .u-margin-half.m-text-error, .u-margin-half.m-text-lead, .u-margin-half.m-widget-counter, .u-margin-half.m-widget-disclosure, .u-margin-half.m-widget-disclosurePrice, .u-margin-half.m-widget-tab, .u-margin-half.m-widget-tab--type2 {
    margin-top: 20px !important;
  }

  .u-margin-double.m-box, .u-margin-double.m-box-iframe, .u-margin-double.m-box-scroll, .u-margin-double.m-box-ticket, .u-margin-double.m-calendar, .u-margin-double.m-faq, .u-margin-double.m-form, .u-margin-double.m-form-agree, .u-margin-double.m-form-checkboxList, .u-margin-double.m-form-layout, .u-margin-double.m-form-layoutAddress, .u-margin-double.m-form-layoutcolum, .u-margin-double.m-form-layoutColumn, .u-margin-double.m-form-layoutConfirm, .u-margin-double.m-form-layoutCredit, .u-margin-double.m-form-layoutDate, .u-margin-double.m-form-layoutMagazine, .u-margin-double.m-form-layoutName, .u-margin-double.m-form-layoutSearch, .u-margin-double.m-form-layoutZip, .u-margin-double.m-form-radioList, .u-margin-double.m-form-summary, .u-margin-double.m-heading-character, .u-margin-double.m-heading-l2, .u-margin-double.m-heading-l2Type6, .u-margin-double.m-heading-l4, .u-margin-double.m-heading-l5, .u-margin-double.m-heading-mypage-l4, .u-margin-double.m-index, .u-margin-double.m-layout, .u-margin-double.m-layout-button, .u-margin-double.m-layout-buttonGrid, .u-margin-double.m-layout-grid, .u-margin-double.m-link-banner, .u-margin-double.m-link-list, .u-margin-double.m-list-activity, .u-margin-double.m-list-bullet, .u-margin-double.m-list-contact, .u-margin-double.m-list-creditEdit, .u-margin-double.m-list-description, .u-margin-double.m-list-faq, .u-margin-double.m-list-icon, .u-margin-double.m-list-info, .u-margin-double.m-list-label, .u-margin-double.m-list-news, .u-margin-double.m-list-notice, .u-margin-double.m-list-number, .u-margin-double.m-list-reservation, .u-margin-double.m-list-reservationType2, .u-margin-double.m-list-reservationType3, .u-margin-double.m-list-step, .u-margin-double.m-media, .u-margin-double.m-media-layout, .u-margin-double.m-navigation-link, .u-margin-double.m-note, .u-margin-double.m-pagination, .u-margin-double.m-panel, .u-margin-double.m-panel-careerbook, .u-margin-double.m-panel-childInfo, .u-margin-double.m-panel-contact, .u-margin-double.m-panel-goods, .u-margin-double.m-panel-mypageTop, .u-margin-double.m-panel-pickup, .u-margin-double.m-panel-reserveTicket, .u-margin-double.m-panel-type2, .u-margin-double.m-panel-type3, .u-margin-double.m-panel-type4, .u-margin-double.m-sns, .u-margin-double.m-step, .u-margin-double.m-table, .u-margin-double.m-table--type2, .u-margin-double.m-table--type3, .u-margin-double.m-table-panel, .u-margin-double.m-text, .u-margin-double.m-text-conversation, .u-margin-double.m-text-count-mypage, .u-margin-double.m-text-emphasis, .u-margin-double.m-text-error, .u-margin-double.m-text-lead, .u-margin-double.m-widget-counter, .u-margin-double.m-widget-disclosure, .u-margin-double.m-widget-disclosurePrice, .u-margin-double.m-widget-tab, .u-margin-double.m-widget-tab--type2 {
    margin-top: 80px !important;
  }

  .m-form-layout__item {
    margin-bottom: 25px;
  }

  .m-form-layout__item:last-child {
    margin-bottom: 0;
  }

  .m-form-layout__body {
    margin-top: 10px;
  }

  .m-form-layout--separate .m-form-layout__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .m-form-layout--separate .m-form-layout__item:last-child {
    margin-bottom: 0;
  }

  .m-form-layoutConfirm__head {
    color: #777;
    font-size: 0.75rem;
  }

  .m-form-layoutConfirm__body {
    font-size: 0.875rem;
    margin-top: 10px;
  }

  .m-form-layoutConfirm--background .m-form-layoutConfirm__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .m-form-checkboxList[data-col-narrow] > .m-form-checkboxList__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-form-checkboxList[data-col-narrow] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-shrink: 0;
    margin: 10px 0 0 4.4776119403%;
  }

  .m-form-checkboxList[data-col-narrow="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-checkboxList[data-col-narrow="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-narrow="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-narrow="1"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-narrow {
    flex-basis: 204.4776119403%;
    max-width: 204.4776119403%;
    min-width: 204.4776119403%;
  }

  .m-form-checkboxList[data-col-narrow="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-form-checkboxList[data-col-narrow="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-narrow="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-narrow="2"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-checkboxList[data-col-narrow="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 30.3482587065%;
    max-width: 30.3482587065%;
    min-width: 30.3482587065%;
  }

  .m-form-checkboxList[data-col-narrow="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-narrow="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-narrow="3"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-narrow {
    flex-basis: 65.1741293532%;
    max-width: 65.1741293532%;
    min-width: 65.1741293532%;
  }

  .m-form-checkboxList[data-col-narrow="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    flex-basis: 21.6417910448%;
    max-width: 21.6417910448%;
    min-width: 21.6417910448%;
  }

  .m-form-checkboxList[data-col-narrow="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-form-checkboxList[data-col-narrow="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-form-checkboxList[data-col-narrow="4"] > .m-form-checkboxList__list > .m-form-checkboxList__item--double-narrow {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-form-checkboxList[data-col-narrow=auto] > .m-form-checkboxList__list {
    flex-basis: 104.4776119403%;
    margin: -10px 0 0 -4.4776119403%;
  }

  .m-form-checkboxList[data-col-narrow=auto] > .m-form-checkboxList__list > .m-form-checkboxList__item {
    max-width: 95.5223880597%;
  }

  .m-form-radioList[data-col-narrow] > .m-form-radioList__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-form-radioList[data-col-narrow] > .m-form-radioList__list > .m-form-radioList__item {
    flex-shrink: 0;
    margin: 10px 0 0 4.4776119403%;
  }

  .m-form-radioList[data-col-narrow="1"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-radioList[data-col-narrow="1"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-narrow="1"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-narrow="1"] > .m-form-radioList__list > .m-form-radioList__item--double-narrow {
    flex-basis: 204.4776119403%;
    max-width: 204.4776119403%;
    min-width: 204.4776119403%;
  }

  .m-form-radioList[data-col-narrow="2"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-form-radioList[data-col-narrow="2"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-narrow="2"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-narrow="2"] > .m-form-radioList__list > .m-form-radioList__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-form-radioList[data-col-narrow="3"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 30.3482587065%;
    max-width: 30.3482587065%;
    min-width: 30.3482587065%;
  }

  .m-form-radioList[data-col-narrow="3"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-narrow="3"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-narrow="3"] > .m-form-radioList__list > .m-form-radioList__item--double-narrow {
    flex-basis: 65.1741293532%;
    max-width: 65.1741293532%;
    min-width: 65.1741293532%;
  }

  .m-form-radioList[data-col-narrow="4"] > .m-form-radioList__list > .m-form-radioList__item {
    flex-basis: 21.6417910448%;
    max-width: 21.6417910448%;
    min-width: 21.6417910448%;
  }

  .m-form-radioList[data-col-narrow="4"] > .m-form-radioList__list > .m-form-radioList__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-form-radioList[data-col-narrow="4"] > .m-form-radioList__list > .m-form-radioList__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-form-radioList[data-col-narrow="4"] > .m-form-radioList__list > .m-form-radioList__item--double-narrow {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-form-radioList[data-col-narrow=auto] > .m-form-radioList__list {
    flex-basis: 104.4776119403%;
    margin: -10px 0 0 -4.4776119403%;
  }

  .m-form-radioList[data-col-narrow=auto] > .m-form-radioList__list > .m-form-radioList__item {
    max-width: 95.5223880597%;
  }

  .m-layout[data-col-narrow] > .m-layout__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-layout[data-col-narrow] > .m-layout__container > .m-layout__item {
    flex-shrink: 0;
    margin: 10px 0 0 2.9850746269%;
  }

  .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-layout[data-col-narrow=auto] > .m-layout__container {
    flex-basis: 102.9850746269%;
    margin: -10px 0 0 -2.9850746269%;
  }

  .m-layout[data-col-narrow=auto] > .m-layout__container > .m-layout__item {
    max-width: 97.0149253731%;
  }

  .m-layout-grid__row {
    margin: -15px 0 0 -5.3571428571%;
  }

  .m-layout-grid__row + .m-layout-grid__row {
    margin-top: 0;
  }

  .m-layout-grid__column {
    margin: 15px 0 0 5.3571428571%;
  }

  .m-layout-grid__column[data-col-narrow="1"] {
    flex: 0 0 27.9761904762%;
    max-width: 27.9761904762%;
    min-width: 27.9761904762%;
  }

  .m-layout-grid__column[data-col-narrow="2"] {
    flex: 0 0 61.3095238095%;
    max-width: 61.3095238095%;
    min-width: 61.3095238095%;
  }

  .m-layout-grid__column[data-col-narrow="3"] {
    flex: 0 0 94.6428571429%;
    max-width: 94.6428571429%;
    min-width: 94.6428571429%;
  }

  .m-layout-button[data-col-narrow] > .m-layout-button__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-layout-button[data-col-narrow] > .m-layout-button__container > .m-layout-button__item {
    flex-shrink: 0;
    margin: 12px 0 0 3.5820895522%;
  }

  .m-layout-button[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-layout-button[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-layout-button[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 203.5820895522%;
    max-width: 203.5820895522%;
    min-width: 203.5820895522%;
  }

  .m-layout-button[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 48.2089552239%;
    max-width: 48.2089552239%;
    min-width: 48.2089552239%;
  }

  .m-layout-button[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-layout-button[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-layout-button[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 30.9452736318%;
    max-width: 30.9452736318%;
    min-width: 30.9452736318%;
  }

  .m-layout-button[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-layout-button[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-layout-button[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 65.4726368159%;
    max-width: 65.4726368159%;
    min-width: 65.4726368159%;
  }

  .m-layout-button[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 22.3134328358%;
    max-width: 22.3134328358%;
    min-width: 22.3134328358%;
  }

  .m-layout-button[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-layout-button[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-layout-button[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 48.2089552239%;
    max-width: 48.2089552239%;
    min-width: 48.2089552239%;
  }

  .m-layout-button[data-col-narrow=auto] > .m-layout-button__container {
    flex-basis: 103.5820895522%;
    margin: -12px 0 0 -3.5820895522%;
  }

  .m-layout-button[data-col-narrow=auto] > .m-layout-button__container > .m-layout-button__item {
    max-width: 96.4179104478%;
  }

  .m-layout-button--cramped[data-col-narrow] > .m-layout-button__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-layout-button--cramped[data-col-narrow] > .m-layout-button__container > .m-layout-button__item {
    flex-shrink: 0;
    margin: 5px 0 0 1.4925373134%;
  }

  .m-layout-button--cramped[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button--cramped[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="1"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 201.4925373134%;
    max-width: 201.4925373134%;
    min-width: 201.4925373134%;
  }

  .m-layout-button--cramped[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 49.2537313433%;
    max-width: 49.2537313433%;
    min-width: 49.2537313433%;
  }

  .m-layout-button--cramped[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="2"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-layout-button--cramped[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 32.3383084577%;
    max-width: 32.3383084577%;
    min-width: 32.3383084577%;
  }

  .m-layout-button--cramped[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="3"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 66.1691542289%;
    max-width: 66.1691542289%;
    min-width: 66.1691542289%;
  }

  .m-layout-button--cramped[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 23.8805970149%;
    max-width: 23.8805970149%;
    min-width: 23.8805970149%;
  }

  .m-layout-button--cramped[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="4"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 49.2537313433%;
    max-width: 49.2537313433%;
    min-width: 49.2537313433%;
  }

  .m-layout-button--cramped[data-col-narrow="5"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 18.8059701493%;
    max-width: 18.8059701493%;
    min-width: 18.8059701493%;
  }

  .m-layout-button--cramped[data-col-narrow="5"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="5"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="5"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 39.1044776119%;
    max-width: 39.1044776119%;
    min-width: 39.1044776119%;
  }

  .m-layout-button--cramped[data-col-narrow="6"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 15.4228855721%;
    max-width: 15.4228855721%;
    min-width: 15.4228855721%;
  }

  .m-layout-button--cramped[data-col-narrow="6"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+6) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="6"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(6n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="6"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 32.3383084577%;
    max-width: 32.3383084577%;
    min-width: 32.3383084577%;
  }

  .m-layout-button--cramped[data-col-narrow="7"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 13.0063965885%;
    max-width: 13.0063965885%;
    min-width: 13.0063965885%;
  }

  .m-layout-button--cramped[data-col-narrow="7"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+7) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="7"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(7n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="7"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 27.5053304904%;
    max-width: 27.5053304904%;
    min-width: 27.5053304904%;
  }

  .m-layout-button--cramped[data-col-narrow="8"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 11.1940298507%;
    max-width: 11.1940298507%;
    min-width: 11.1940298507%;
  }

  .m-layout-button--cramped[data-col-narrow="8"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+8) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="8"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(8n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="8"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 23.8805970149%;
    max-width: 23.8805970149%;
    min-width: 23.8805970149%;
  }

  .m-layout-button--cramped[data-col-narrow="9"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 9.7844112769%;
    max-width: 9.7844112769%;
    min-width: 9.7844112769%;
  }

  .m-layout-button--cramped[data-col-narrow="9"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+9) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="9"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(9n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="9"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 21.0613598673%;
    max-width: 21.0613598673%;
    min-width: 21.0613598673%;
  }

  .m-layout-button--cramped[data-col-narrow="10"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 8.6567164179%;
    max-width: 8.6567164179%;
    min-width: 8.6567164179%;
  }

  .m-layout-button--cramped[data-col-narrow="10"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+10) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="10"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(10n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="10"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 18.8059701493%;
    max-width: 18.8059701493%;
    min-width: 18.8059701493%;
  }

  .m-layout-button--cramped[data-col-narrow="11"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 7.7340569878%;
    max-width: 7.7340569878%;
    min-width: 7.7340569878%;
  }

  .m-layout-button--cramped[data-col-narrow="11"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+11) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="11"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(11n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="11"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 16.960651289%;
    max-width: 16.960651289%;
    min-width: 16.960651289%;
  }

  .m-layout-button--cramped[data-col-narrow="12"] > .m-layout-button__container > .m-layout-button__item {
    flex-basis: 6.9651741294%;
    max-width: 6.9651741294%;
    min-width: 6.9651741294%;
  }

  .m-layout-button--cramped[data-col-narrow="12"] > .m-layout-button__container > .m-layout-button__item:nth-child(-n+12) {
    margin-top: 0;
  }

  .m-layout-button--cramped[data-col-narrow="12"] > .m-layout-button__container > .m-layout-button__item:nth-of-type(12n+1) {
    margin-left: 0;
  }

  .m-layout-button--cramped[data-col-narrow="12"] > .m-layout-button__container > .m-layout-button__item--double-narrow {
    flex-basis: 15.4228855721%;
    max-width: 15.4228855721%;
    min-width: 15.4228855721%;
  }

  .m-layout-button--cramped[data-col-narrow=auto] > .m-layout-button__container {
    flex-basis: 101.4925373134%;
    margin: -5px 0 0 -1.4925373134%;
  }

  .m-layout-button--cramped[data-col-narrow=auto] > .m-layout-button__container > .m-layout-button__item {
    max-width: 98.5074626866%;
  }

  .m-link-list[data-col-narrow] > .m-link-list__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-link-list[data-col-narrow] > .m-link-list__list > .m-link-list__item {
    flex-shrink: 0;
    margin: 10px 0 0 2.9850746269%;
  }

  .m-link-list[data-col-narrow="1"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-link-list[data-col-narrow="1"] > .m-link-list__list > .m-link-list__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-link-list[data-col-narrow="1"] > .m-link-list__list > .m-link-list__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-narrow="1"] > .m-link-list__list > .m-link-list__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-link-list[data-col-narrow="2"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-link-list[data-col-narrow="2"] > .m-link-list__list > .m-link-list__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-link-list[data-col-narrow="2"] > .m-link-list__list > .m-link-list__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-link-list[data-col-narrow="2"] > .m-link-list__list > .m-link-list__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-link-list[data-col-narrow="3"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-link-list[data-col-narrow="3"] > .m-link-list__list > .m-link-list__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-link-list[data-col-narrow="3"] > .m-link-list__list > .m-link-list__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-narrow="3"] > .m-link-list__list > .m-link-list__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-link-list[data-col-narrow="4"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-link-list[data-col-narrow="4"] > .m-link-list__list > .m-link-list__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-link-list[data-col-narrow="4"] > .m-link-list__list > .m-link-list__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-narrow="4"] > .m-link-list__list > .m-link-list__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-link-list[data-col-narrow="5"] > .m-link-list__list > .m-link-list__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-link-list[data-col-narrow="5"] > .m-link-list__list > .m-link-list__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-link-list[data-col-narrow="5"] > .m-link-list__list > .m-link-list__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-link-list[data-col-narrow="5"] > .m-link-list__list > .m-link-list__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-link-list[data-col-narrow=auto] > .m-link-list__list {
    flex-basis: 102.9850746269%;
    margin: -10px 0 0 -2.9850746269%;
  }

  .m-link-list[data-col-narrow=auto] > .m-link-list__list > .m-link-list__item {
    max-width: 97.0149253731%;
  }

  .m-list-notice[data-col-narrow] > .m-list-number__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-notice[data-col-narrow] > .m-list-number__list > .m-list-number__item {
    flex-shrink: 0;
    margin: 10px 0 0 2.9850746269%;
  }

  .m-list-notice[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-notice[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-notice[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-list-notice[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-list-notice[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-notice[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-notice[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-notice[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-list-notice[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-notice[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-list-notice[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-list-notice[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-notice[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-list-notice[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-list-notice[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-notice[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-notice[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-list-notice[data-col-narrow=auto] > .m-list-number__list {
    flex-basis: 102.9850746269%;
    margin: -10px 0 0 -2.9850746269%;
  }

  .m-list-notice[data-col-narrow=auto] > .m-list-number__list > .m-list-number__item {
    max-width: 97.0149253731%;
  }

  .m-list-label-mini[data-col-narrow] > .m-list-label-mini__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-label-mini[data-col-narrow] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-shrink: 0;
    margin: 6px 0 0 1.7910447761%;
  }

  .m-list-label-mini[data-col-narrow="1"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label-mini[data-col-narrow="1"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-narrow="1"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-narrow="1"] > .m-list-label-mini__list > .m-list-label-mini__item--double-narrow {
    flex-basis: 201.7910447761%;
    max-width: 201.7910447761%;
    min-width: 201.7910447761%;
  }

  .m-list-label-mini[data-col-narrow="2"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 49.1044776119%;
    max-width: 49.1044776119%;
    min-width: 49.1044776119%;
  }

  .m-list-label-mini[data-col-narrow="2"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-narrow="2"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-narrow="2"] > .m-list-label-mini__list > .m-list-label-mini__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label-mini[data-col-narrow="3"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 32.1393034826%;
    max-width: 32.1393034826%;
    min-width: 32.1393034826%;
  }

  .m-list-label-mini[data-col-narrow="3"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-narrow="3"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-narrow="3"] > .m-list-label-mini__list > .m-list-label-mini__item--double-narrow {
    flex-basis: 66.0696517413%;
    max-width: 66.0696517413%;
    min-width: 66.0696517413%;
  }

  .m-list-label-mini[data-col-narrow="4"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 23.6567164179%;
    max-width: 23.6567164179%;
    min-width: 23.6567164179%;
  }

  .m-list-label-mini[data-col-narrow="4"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-narrow="4"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-narrow="4"] > .m-list-label-mini__list > .m-list-label-mini__item--double-narrow {
    flex-basis: 49.1044776119%;
    max-width: 49.1044776119%;
    min-width: 49.1044776119%;
  }

  .m-list-label-mini[data-col-narrow="5"] > .m-list-label-mini__list > .m-list-label-mini__item {
    flex-basis: 18.5671641791%;
    max-width: 18.5671641791%;
    min-width: 18.5671641791%;
  }

  .m-list-label-mini[data-col-narrow="5"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-label-mini[data-col-narrow="5"] > .m-list-label-mini__list > .m-list-label-mini__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-label-mini[data-col-narrow="5"] > .m-list-label-mini__list > .m-list-label-mini__item--double-narrow {
    flex-basis: 38.9253731343%;
    max-width: 38.9253731343%;
    min-width: 38.9253731343%;
  }

  .m-list-label-mini[data-col-narrow=auto] > .m-list-label-mini__list {
    flex-basis: 101.7910447761%;
    margin: -6px 0 0 -1.7910447761%;
  }

  .m-list-label-mini[data-col-narrow=auto] > .m-list-label-mini__list > .m-list-label-mini__item {
    max-width: 98.2089552239%;
  }

  .m-list-icon[data-col-narrow] > .m-list-icon__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-icon[data-col-narrow] > .m-list-icon__list > .m-list-icon__item {
    flex-shrink: 0;
    margin: 20px 0 0 5.9701492537%;
  }

  .m-list-icon[data-col-narrow="1"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-icon[data-col-narrow="1"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-icon[data-col-narrow="1"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-narrow="1"] > .m-list-icon__list > .m-list-icon__item--double-narrow {
    flex-basis: 205.9701492537%;
    max-width: 205.9701492537%;
    min-width: 205.9701492537%;
  }

  .m-list-icon[data-col-narrow="2"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-icon[data-col-narrow="2"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-icon[data-col-narrow="2"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-icon[data-col-narrow="2"] > .m-list-icon__list > .m-list-icon__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-icon[data-col-narrow="3"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 29.3532338308%;
    max-width: 29.3532338308%;
    min-width: 29.3532338308%;
  }

  .m-list-icon[data-col-narrow="3"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-icon[data-col-narrow="3"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-narrow="3"] > .m-list-icon__list > .m-list-icon__item--double-narrow {
    flex-basis: 64.6766169154%;
    max-width: 64.6766169154%;
    min-width: 64.6766169154%;
  }

  .m-list-icon[data-col-narrow="4"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 20.5223880597%;
    max-width: 20.5223880597%;
    min-width: 20.5223880597%;
  }

  .m-list-icon[data-col-narrow="4"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-icon[data-col-narrow="4"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-narrow="4"] > .m-list-icon__list > .m-list-icon__item--double-narrow {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-icon[data-col-narrow="5"] > .m-list-icon__list > .m-list-icon__item {
    flex-basis: 15.223880597%;
    max-width: 15.223880597%;
    min-width: 15.223880597%;
  }

  .m-list-icon[data-col-narrow="5"] > .m-list-icon__list > .m-list-icon__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-icon[data-col-narrow="5"] > .m-list-icon__list > .m-list-icon__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-icon[data-col-narrow="5"] > .m-list-icon__list > .m-list-icon__item--double-narrow {
    flex-basis: 36.4179104478%;
    max-width: 36.4179104478%;
    min-width: 36.4179104478%;
  }

  .m-list-icon[data-col-narrow=auto] > .m-list-icon__list {
    flex-basis: 105.9701492537%;
    margin: -20px 0 0 -5.9701492537%;
  }

  .m-list-icon[data-col-narrow=auto] > .m-list-icon__list > .m-list-icon__item {
    max-width: 94.0298507463%;
  }

  .m-list-bullet[data-col-narrow] > .m-list-bullet__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-bullet[data-col-narrow] > .m-list-bullet__list > .m-list-bullet__item {
    flex-shrink: 0;
    margin: 20px 0 0 5.9701492537%;
  }

  .m-list-bullet[data-col-narrow="1"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-bullet[data-col-narrow="1"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-narrow="1"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-narrow="1"] > .m-list-bullet__list > .m-list-bullet__item--double-narrow {
    flex-basis: 205.9701492537%;
    max-width: 205.9701492537%;
    min-width: 205.9701492537%;
  }

  .m-list-bullet[data-col-narrow="2"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-bullet[data-col-narrow="2"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-narrow="2"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-narrow="2"] > .m-list-bullet__list > .m-list-bullet__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-bullet[data-col-narrow="3"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 29.3532338308%;
    max-width: 29.3532338308%;
    min-width: 29.3532338308%;
  }

  .m-list-bullet[data-col-narrow="3"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-narrow="3"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-narrow="3"] > .m-list-bullet__list > .m-list-bullet__item--double-narrow {
    flex-basis: 64.6766169154%;
    max-width: 64.6766169154%;
    min-width: 64.6766169154%;
  }

  .m-list-bullet[data-col-narrow="4"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 20.5223880597%;
    max-width: 20.5223880597%;
    min-width: 20.5223880597%;
  }

  .m-list-bullet[data-col-narrow="4"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-narrow="4"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-narrow="4"] > .m-list-bullet__list > .m-list-bullet__item--double-narrow {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-bullet[data-col-narrow="5"] > .m-list-bullet__list > .m-list-bullet__item {
    flex-basis: 15.223880597%;
    max-width: 15.223880597%;
    min-width: 15.223880597%;
  }

  .m-list-bullet[data-col-narrow="5"] > .m-list-bullet__list > .m-list-bullet__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-bullet[data-col-narrow="5"] > .m-list-bullet__list > .m-list-bullet__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-bullet[data-col-narrow="5"] > .m-list-bullet__list > .m-list-bullet__item--double-narrow {
    flex-basis: 36.4179104478%;
    max-width: 36.4179104478%;
    min-width: 36.4179104478%;
  }

  .m-list-bullet[data-col-narrow=auto] > .m-list-bullet__list {
    flex-basis: 105.9701492537%;
    margin: -20px 0 0 -5.9701492537%;
  }

  .m-list-bullet[data-col-narrow=auto] > .m-list-bullet__list > .m-list-bullet__item {
    max-width: 94.0298507463%;
  }

  .m-list-number[data-col-narrow] > .m-list-number__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-number[data-col-narrow] > .m-list-number__list > .m-list-number__item {
    flex-shrink: 0;
    margin: 10px 0 0 2.9850746269%;
  }

  .m-list-number[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-number[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-number[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-narrow="1"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-list-number[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-list-number[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-number[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-number[data-col-narrow="2"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-number[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-list-number[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-number[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-narrow="3"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-list-number[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-list-number[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-number[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-narrow="4"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-list-number[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-list-number[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-number[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-number[data-col-narrow="5"] > .m-list-number__list > .m-list-number__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-list-number[data-col-narrow=auto] > .m-list-number__list {
    flex-basis: 102.9850746269%;
    margin: -10px 0 0 -2.9850746269%;
  }

  .m-list-number[data-col-narrow=auto] > .m-list-number__list > .m-list-number__item {
    max-width: 97.0149253731%;
  }

  .m-list-info[data-col-narrow] > .m-list-info__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-info[data-col-narrow] > .m-list-info__list > .m-list-info__item {
    flex-shrink: 0;
    margin: 0 0 0 5.9701492537%;
  }

  .m-list-info[data-col-narrow="1"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-info[data-col-narrow="1"] > .m-list-info__list > .m-list-info__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-info[data-col-narrow="1"] > .m-list-info__list > .m-list-info__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-narrow="1"] > .m-list-info__list > .m-list-info__item--double-narrow {
    flex-basis: 205.9701492537%;
    max-width: 205.9701492537%;
    min-width: 205.9701492537%;
  }

  .m-list-info[data-col-narrow="2"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-info[data-col-narrow="2"] > .m-list-info__list > .m-list-info__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-info[data-col-narrow="2"] > .m-list-info__list > .m-list-info__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-info[data-col-narrow="2"] > .m-list-info__list > .m-list-info__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-info[data-col-narrow="3"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 29.3532338308%;
    max-width: 29.3532338308%;
    min-width: 29.3532338308%;
  }

  .m-list-info[data-col-narrow="3"] > .m-list-info__list > .m-list-info__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-info[data-col-narrow="3"] > .m-list-info__list > .m-list-info__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-narrow="3"] > .m-list-info__list > .m-list-info__item--double-narrow {
    flex-basis: 64.6766169154%;
    max-width: 64.6766169154%;
    min-width: 64.6766169154%;
  }

  .m-list-info[data-col-narrow="4"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 20.5223880597%;
    max-width: 20.5223880597%;
    min-width: 20.5223880597%;
  }

  .m-list-info[data-col-narrow="4"] > .m-list-info__list > .m-list-info__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-info[data-col-narrow="4"] > .m-list-info__list > .m-list-info__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-narrow="4"] > .m-list-info__list > .m-list-info__item--double-narrow {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-info[data-col-narrow="5"] > .m-list-info__list > .m-list-info__item {
    flex-basis: 15.223880597%;
    max-width: 15.223880597%;
    min-width: 15.223880597%;
  }

  .m-list-info[data-col-narrow="5"] > .m-list-info__list > .m-list-info__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-info[data-col-narrow="5"] > .m-list-info__list > .m-list-info__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-info[data-col-narrow="5"] > .m-list-info__list > .m-list-info__item--double-narrow {
    flex-basis: 36.4179104478%;
    max-width: 36.4179104478%;
    min-width: 36.4179104478%;
  }

  .m-list-info[data-col-narrow=auto] > .m-list-info__list {
    flex-basis: 105.9701492537%;
    margin: 0 0 0 -5.9701492537%;
  }

  .m-list-info[data-col-narrow=auto] > .m-list-info__list > .m-list-info__item {
    max-width: 94.0298507463%;
  }

  .m-list-info__item {
    border-top: 2px solid #e0e0e0;
  }

  .m-list-info[data-col-narrow="1"] .m-list-info__item:nth-child(-n+1), .m-list-info[data-col-narrow="2"] .m-list-info__item:nth-child(-n+2), .m-list-info[data-col-narrow="3"] .m-list-info__item:nth-child(-n+3), .m-list-info[data-col-narrow="4"] .m-list-info__item:nth-child(-n+4), .m-list-info[data-col-narrow="5"] .m-list-info__item:nth-child(-n+5) {
    border-top: 0;
  }

  .m-list-faq[data-col-narrow] > .m-list-faq__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-faq[data-col-narrow] > .m-list-faq__list > .m-list-faq__item {
    flex-shrink: 0;
    margin: 20px 0 0 5.9701492537%;
  }

  .m-list-faq[data-col-narrow="1"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-faq[data-col-narrow="1"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-faq[data-col-narrow="1"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-narrow="1"] > .m-list-faq__list > .m-list-faq__item--double-narrow {
    flex-basis: 205.9701492537%;
    max-width: 205.9701492537%;
    min-width: 205.9701492537%;
  }

  .m-list-faq[data-col-narrow="2"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-faq[data-col-narrow="2"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-faq[data-col-narrow="2"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-faq[data-col-narrow="2"] > .m-list-faq__list > .m-list-faq__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-faq[data-col-narrow="3"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 29.3532338308%;
    max-width: 29.3532338308%;
    min-width: 29.3532338308%;
  }

  .m-list-faq[data-col-narrow="3"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-faq[data-col-narrow="3"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-narrow="3"] > .m-list-faq__list > .m-list-faq__item--double-narrow {
    flex-basis: 64.6766169154%;
    max-width: 64.6766169154%;
    min-width: 64.6766169154%;
  }

  .m-list-faq[data-col-narrow="4"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 20.5223880597%;
    max-width: 20.5223880597%;
    min-width: 20.5223880597%;
  }

  .m-list-faq[data-col-narrow="4"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-faq[data-col-narrow="4"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-narrow="4"] > .m-list-faq__list > .m-list-faq__item--double-narrow {
    flex-basis: 47.0149253731%;
    max-width: 47.0149253731%;
    min-width: 47.0149253731%;
  }

  .m-list-faq[data-col-narrow="5"] > .m-list-faq__list > .m-list-faq__item {
    flex-basis: 15.223880597%;
    max-width: 15.223880597%;
    min-width: 15.223880597%;
  }

  .m-list-faq[data-col-narrow="5"] > .m-list-faq__list > .m-list-faq__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-faq[data-col-narrow="5"] > .m-list-faq__list > .m-list-faq__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-faq[data-col-narrow="5"] > .m-list-faq__list > .m-list-faq__item--double-narrow {
    flex-basis: 36.4179104478%;
    max-width: 36.4179104478%;
    min-width: 36.4179104478%;
  }

  .m-list-faq[data-col-narrow=auto] > .m-list-faq__list {
    flex-basis: 105.9701492537%;
    margin: -20px 0 0 -5.9701492537%;
  }

  .m-list-faq[data-col-narrow=auto] > .m-list-faq__list > .m-list-faq__item {
    max-width: 94.0298507463%;
  }

  .m-list-label[data-col-narrow] > .m-list-label__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-list-label[data-col-narrow] > .m-list-label__list > .m-list-label__item {
    flex-shrink: 0;
    margin: 8px 0 0 2.3880597015%;
  }

  .m-list-label[data-col-narrow="1"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label[data-col-narrow="1"] > .m-list-label__list > .m-list-label__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-list-label[data-col-narrow="1"] > .m-list-label__list > .m-list-label__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-narrow="1"] > .m-list-label__list > .m-list-label__item--double-narrow {
    flex-basis: 202.3880597015%;
    max-width: 202.3880597015%;
    min-width: 202.3880597015%;
  }

  .m-list-label[data-col-narrow="2"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 48.8059701493%;
    max-width: 48.8059701493%;
    min-width: 48.8059701493%;
  }

  .m-list-label[data-col-narrow="2"] > .m-list-label__list > .m-list-label__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-list-label[data-col-narrow="2"] > .m-list-label__list > .m-list-label__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-list-label[data-col-narrow="2"] > .m-list-label__list > .m-list-label__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-list-label[data-col-narrow="3"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 31.7412935323%;
    max-width: 31.7412935323%;
    min-width: 31.7412935323%;
  }

  .m-list-label[data-col-narrow="3"] > .m-list-label__list > .m-list-label__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-list-label[data-col-narrow="3"] > .m-list-label__list > .m-list-label__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-narrow="3"] > .m-list-label__list > .m-list-label__item--double-narrow {
    flex-basis: 65.8706467662%;
    max-width: 65.8706467662%;
    min-width: 65.8706467662%;
  }

  .m-list-label[data-col-narrow="4"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 23.2089552239%;
    max-width: 23.2089552239%;
    min-width: 23.2089552239%;
  }

  .m-list-label[data-col-narrow="4"] > .m-list-label__list > .m-list-label__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-list-label[data-col-narrow="4"] > .m-list-label__list > .m-list-label__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-narrow="4"] > .m-list-label__list > .m-list-label__item--double-narrow {
    flex-basis: 48.8059701493%;
    max-width: 48.8059701493%;
    min-width: 48.8059701493%;
  }

  .m-list-label[data-col-narrow="5"] > .m-list-label__list > .m-list-label__item {
    flex-basis: 18.0895522388%;
    max-width: 18.0895522388%;
    min-width: 18.0895522388%;
  }

  .m-list-label[data-col-narrow="5"] > .m-list-label__list > .m-list-label__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-list-label[data-col-narrow="5"] > .m-list-label__list > .m-list-label__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-list-label[data-col-narrow="5"] > .m-list-label__list > .m-list-label__item--double-narrow {
    flex-basis: 38.5671641791%;
    max-width: 38.5671641791%;
    min-width: 38.5671641791%;
  }

  .m-list-label[data-col-narrow=auto] > .m-list-label__list {
    flex-basis: 102.3880597015%;
    margin: -8px 0 0 -2.3880597015%;
  }

  .m-list-label[data-col-narrow=auto] > .m-list-label__list > .m-list-label__item {
    max-width: 97.6119402985%;
  }

  .m-media-layout__media {
    width: 100%;
  }

  .m-media-layout__media .m-media__wrap {
    display: flex;
  }

  .m-media-layout__media .m-media__media {
    width: 100%;
  }

  .m-media-layout__media .m-media__item {
    max-width: none;
    width: 100%;
  }

  .m-media-layout--columnReverseNarrow .m-media-layout__inner {
    flex-direction: column-reverse;
  }

  .m-media-layout--columnReverseNarrow .m-media-layout__content {
    margin-top: 20px;
  }

  .m-media-layout--columnReverseNarrow .m-media-layout__media {
    margin-top: 0;
    width: 100%;
  }

  .m-media-layout--columnReverseNarrow .m-media-layout__media .m-media__wrap {
    display: flex;
  }

  .m-media-layout--columnReverseNarrow .m-media-layout__media .m-media__media {
    width: 100%;
  }

  .m-media-layout--columnReverseNarrow .m-media-layout__media .m-media__item {
    max-width: none;
    width: 100%;
  }

  .m-media-layout--rowNarrow .m-media-layout__inner {
    flex-direction: row;
  }

  .m-media-layout--rowNarrow .m-media-layout__content {
    margin-top: 0;
    width: auto;
  }

  .m-media-layout--rowNarrow .m-media-layout__media {
    margin-left: 10px;
    margin-top: 0;
  }

  .m-media-layout--rowNarrow .m-media-layout__media .m-media__wrap {
    display: inline-flex;
  }

  .m-media-layout--rowNarrow .m-media-layout__media .m-media__media {
    width: auto;
  }

  .m-media-layout--rowNarrow .m-media-layout__media .m-media__item {
    max-width: 100%;
    width: auto;
  }

  .m-media-layout--rowReverseNarrow .m-media-layout__inner {
    flex-direction: row-reverse;
  }

  .m-media-layout--rowReverseNarrow .m-media-layout__content {
    margin-left: 10px;
    margin-top: 0;
    width: auto;
  }

  .m-media-layout--rowReverseNarrow .m-media-layout__media {
    margin-left: 0;
    margin-top: 0;
  }

  .m-media-layout--rowReverseNarrow .m-media-layout__media .m-media__wrap {
    display: inline-flex;
  }

  .m-media-layout--rowReverseNarrow .m-media-layout__media .m-media__media {
    width: auto;
  }

  .m-media-layout--rowReverseNarrow .m-media-layout__media .m-media__item {
    max-width: 100%;
    width: auto;
  }

  .m-panel[data-col-narrow] > .m-panel__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel[data-col-narrow] > .m-panel__list > .m-panel__item {
    flex-shrink: 0;
    margin: 30px 0 0 2.9850746269%;
  }

  .m-panel[data-col-narrow="1"] > .m-panel__list > .m-panel__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel[data-col-narrow="1"] > .m-panel__list > .m-panel__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel[data-col-narrow="1"] > .m-panel__list > .m-panel__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-narrow="1"] > .m-panel__list > .m-panel__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-panel[data-col-narrow="2"] > .m-panel__list > .m-panel__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel[data-col-narrow="2"] > .m-panel__list > .m-panel__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel[data-col-narrow="2"] > .m-panel__list > .m-panel__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel[data-col-narrow="2"] > .m-panel__list > .m-panel__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel[data-col-narrow="3"] > .m-panel__list > .m-panel__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-panel[data-col-narrow="3"] > .m-panel__list > .m-panel__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel[data-col-narrow="3"] > .m-panel__list > .m-panel__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-narrow="3"] > .m-panel__list > .m-panel__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-panel[data-col-narrow="4"] > .m-panel__list > .m-panel__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-panel[data-col-narrow="4"] > .m-panel__list > .m-panel__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel[data-col-narrow="4"] > .m-panel__list > .m-panel__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-narrow="4"] > .m-panel__list > .m-panel__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel[data-col-narrow="5"] > .m-panel__list > .m-panel__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-panel[data-col-narrow="5"] > .m-panel__list > .m-panel__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel[data-col-narrow="5"] > .m-panel__list > .m-panel__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel[data-col-narrow="5"] > .m-panel__list > .m-panel__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-panel[data-col-narrow=auto] > .m-panel__list {
    flex-basis: 102.9850746269%;
    margin: -30px 0 0 -2.9850746269%;
  }

  .m-panel[data-col-narrow=auto] > .m-panel__list > .m-panel__item {
    max-width: 97.0149253731%;
  }

  .m-panel-careerbook[data-col-narrow] > .m-panel-careerbook__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-careerbook[data-col-narrow] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-shrink: 0;
    margin: 13px 0 0 2.9850746269%;
  }

  .m-panel-careerbook[data-col-narrow="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-careerbook[data-col-narrow="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-narrow="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-narrow="1"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-panel-careerbook[data-col-narrow="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel-careerbook[data-col-narrow="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-narrow="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-narrow="2"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-careerbook[data-col-narrow="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-panel-careerbook[data-col-narrow="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-narrow="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-narrow="3"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-panel-careerbook[data-col-narrow="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-panel-careerbook[data-col-narrow="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-narrow="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-narrow="4"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel-careerbook[data-col-narrow="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-panel-careerbook[data-col-narrow="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-careerbook[data-col-narrow="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-careerbook[data-col-narrow="5"] > .m-panel-careerbook__list > .m-panel-careerbook__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-panel-careerbook[data-col-narrow=auto] > .m-panel-careerbook__list {
    flex-basis: 102.9850746269%;
    margin: -13px 0 0 -2.9850746269%;
  }

  .m-panel-careerbook[data-col-narrow=auto] > .m-panel-careerbook__list > .m-panel-careerbook__item {
    max-width: 97.0149253731%;
  }

  .m-panel-goods[data-col-narrow] > .m-panel-goods__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-goods[data-col-narrow] > .m-panel-goods__list > .m-panel-goods__item {
    flex-shrink: 0;
    margin: 40px 0 0 2.9850746269%;
  }

  .m-panel-goods[data-col-narrow="1"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-goods[data-col-narrow="1"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-narrow="1"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-narrow="1"] > .m-panel-goods__list > .m-panel-goods__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-panel-goods[data-col-narrow="2"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel-goods[data-col-narrow="2"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-narrow="2"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-narrow="2"] > .m-panel-goods__list > .m-panel-goods__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-goods[data-col-narrow="3"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-panel-goods[data-col-narrow="3"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-narrow="3"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-narrow="3"] > .m-panel-goods__list > .m-panel-goods__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-panel-goods[data-col-narrow="4"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-panel-goods[data-col-narrow="4"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-narrow="4"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-narrow="4"] > .m-panel-goods__list > .m-panel-goods__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel-goods[data-col-narrow="5"] > .m-panel-goods__list > .m-panel-goods__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-panel-goods[data-col-narrow="5"] > .m-panel-goods__list > .m-panel-goods__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-goods[data-col-narrow="5"] > .m-panel-goods__list > .m-panel-goods__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-goods[data-col-narrow="5"] > .m-panel-goods__list > .m-panel-goods__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-panel-goods[data-col-narrow=auto] > .m-panel-goods__list {
    flex-basis: 102.9850746269%;
    margin: -40px 0 0 -2.9850746269%;
  }

  .m-panel-goods[data-col-narrow=auto] > .m-panel-goods__list > .m-panel-goods__item {
    max-width: 97.0149253731%;
  }

  .m-panel-childInfo[data-col-narrow] > .m-panel-childInfo__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-childInfo[data-col-narrow] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-shrink: 0;
    margin: 13px 0 0 2.9850746269%;
  }

  .m-panel-childInfo[data-col-narrow="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-childInfo[data-col-narrow="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-narrow="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-narrow="1"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-narrow {
    flex-basis: 202.9850746269%;
    max-width: 202.9850746269%;
    min-width: 202.9850746269%;
  }

  .m-panel-childInfo[data-col-narrow="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel-childInfo[data-col-narrow="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-narrow="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-narrow="2"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-childInfo[data-col-narrow="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 31.3432835821%;
    max-width: 31.3432835821%;
    min-width: 31.3432835821%;
  }

  .m-panel-childInfo[data-col-narrow="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-narrow="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-narrow="3"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-narrow {
    flex-basis: 65.671641791%;
    max-width: 65.671641791%;
    min-width: 65.671641791%;
  }

  .m-panel-childInfo[data-col-narrow="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 22.7611940299%;
    max-width: 22.7611940299%;
    min-width: 22.7611940299%;
  }

  .m-panel-childInfo[data-col-narrow="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-narrow="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-narrow="4"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-narrow {
    flex-basis: 48.5074626866%;
    max-width: 48.5074626866%;
    min-width: 48.5074626866%;
  }

  .m-panel-childInfo[data-col-narrow="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    flex-basis: 17.6119402985%;
    max-width: 17.6119402985%;
    min-width: 17.6119402985%;
  }

  .m-panel-childInfo[data-col-narrow="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-childInfo[data-col-narrow="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-childInfo[data-col-narrow="5"] > .m-panel-childInfo__list > .m-panel-childInfo__item--double-narrow {
    flex-basis: 38.2089552239%;
    max-width: 38.2089552239%;
    min-width: 38.2089552239%;
  }

  .m-panel-childInfo[data-col-narrow=auto] > .m-panel-childInfo__list {
    flex-basis: 102.9850746269%;
    margin: -13px 0 0 -2.9850746269%;
  }

  .m-panel-childInfo[data-col-narrow=auto] > .m-panel-childInfo__list > .m-panel-childInfo__item {
    max-width: 97.0149253731%;
  }

  .m-panel-type2[data-col-narrow] > .m-panel-type2__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-type2[data-col-narrow] > .m-panel-type2__list > .m-panel-type2__item {
    flex-shrink: 0;
    margin: 15px 0 0 4.4776119403%;
  }

  .m-panel-type2[data-col-narrow="1"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type2[data-col-narrow="1"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-narrow="1"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-narrow="1"] > .m-panel-type2__list > .m-panel-type2__item--double-narrow {
    flex-basis: 204.4776119403%;
    max-width: 204.4776119403%;
    min-width: 204.4776119403%;
  }

  .m-panel-type2[data-col-narrow="2"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-panel-type2[data-col-narrow="2"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-narrow="2"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-narrow="2"] > .m-panel-type2__list > .m-panel-type2__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type2[data-col-narrow="3"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 30.3482587065%;
    max-width: 30.3482587065%;
    min-width: 30.3482587065%;
  }

  .m-panel-type2[data-col-narrow="3"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-narrow="3"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-narrow="3"] > .m-panel-type2__list > .m-panel-type2__item--double-narrow {
    flex-basis: 65.1741293532%;
    max-width: 65.1741293532%;
    min-width: 65.1741293532%;
  }

  .m-panel-type2[data-col-narrow="4"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 21.6417910448%;
    max-width: 21.6417910448%;
    min-width: 21.6417910448%;
  }

  .m-panel-type2[data-col-narrow="4"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-narrow="4"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-narrow="4"] > .m-panel-type2__list > .m-panel-type2__item--double-narrow {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-panel-type2[data-col-narrow="5"] > .m-panel-type2__list > .m-panel-type2__item {
    flex-basis: 16.4179104478%;
    max-width: 16.4179104478%;
    min-width: 16.4179104478%;
  }

  .m-panel-type2[data-col-narrow="5"] > .m-panel-type2__list > .m-panel-type2__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-type2[data-col-narrow="5"] > .m-panel-type2__list > .m-panel-type2__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-type2[data-col-narrow="5"] > .m-panel-type2__list > .m-panel-type2__item--double-narrow {
    flex-basis: 37.3134328358%;
    max-width: 37.3134328358%;
    min-width: 37.3134328358%;
  }

  .m-panel-type2[data-col-narrow=auto] > .m-panel-type2__list {
    flex-basis: 104.4776119403%;
    margin: -15px 0 0 -4.4776119403%;
  }

  .m-panel-type2[data-col-narrow=auto] > .m-panel-type2__list > .m-panel-type2__item {
    max-width: 95.5223880597%;
  }

  .m-panel-contact .m-layout[data-col-narrow] > .m-layout__container {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-contact .m-layout[data-col-narrow] > .m-layout__container > .m-layout__item {
    flex-shrink: 0;
    margin: 40px 0 0 4.4776119403%;
  }

  .m-panel-contact .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-contact .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="1"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 204.4776119403%;
    max-width: 204.4776119403%;
    min-width: 204.4776119403%;
  }

  .m-panel-contact .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-panel-contact .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="2"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-contact .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item {
    flex-basis: 30.3482587065%;
    max-width: 30.3482587065%;
    min-width: 30.3482587065%;
  }

  .m-panel-contact .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="3"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 65.1741293532%;
    max-width: 65.1741293532%;
    min-width: 65.1741293532%;
  }

  .m-panel-contact .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item {
    flex-basis: 21.6417910448%;
    max-width: 21.6417910448%;
    min-width: 21.6417910448%;
  }

  .m-panel-contact .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="4"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 47.7611940299%;
    max-width: 47.7611940299%;
    min-width: 47.7611940299%;
  }

  .m-panel-contact .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item {
    flex-basis: 16.4179104478%;
    max-width: 16.4179104478%;
    min-width: 16.4179104478%;
  }

  .m-panel-contact .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-contact .m-layout[data-col-narrow="5"] > .m-layout__container > .m-layout__item--double-narrow {
    flex-basis: 37.3134328358%;
    max-width: 37.3134328358%;
    min-width: 37.3134328358%;
  }

  .m-panel-contact .m-layout[data-col-narrow=auto] > .m-layout__container {
    flex-basis: 104.4776119403%;
    margin: -40px 0 0 -4.4776119403%;
  }

  .m-panel-contact .m-layout[data-col-narrow=auto] > .m-layout__container > .m-layout__item {
    max-width: 95.5223880597%;
  }

  .m-panel-type3[data-col-narrow] > .m-panel-type3__list {
    display: flex;
    flex-wrap: wrap;
  }

  .m-panel-type3[data-col-narrow] > .m-panel-type3__list > .m-panel-type3__item {
    flex-shrink: 0;
    margin: 35px 0 0 8.2191780822%;
  }

  .m-panel-type3[data-col-narrow="1"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type3[data-col-narrow="1"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+1) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-narrow="1"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(1n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-narrow="1"] > .m-panel-type3__list > .m-panel-type3__item--double-narrow {
    flex-basis: 208.2191780822%;
    max-width: 208.2191780822%;
    min-width: 208.2191780822%;
  }

  .m-panel-type3[data-col-narrow="2"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 45.8904109589%;
    max-width: 45.8904109589%;
    min-width: 45.8904109589%;
  }

  .m-panel-type3[data-col-narrow="2"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-narrow="2"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(odd) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-narrow="2"] > .m-panel-type3__list > .m-panel-type3__item--double-narrow {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .m-panel-type3[data-col-narrow="3"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 27.8538812785%;
    max-width: 27.8538812785%;
    min-width: 27.8538812785%;
  }

  .m-panel-type3[data-col-narrow="3"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+3) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-narrow="3"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-narrow="3"] > .m-panel-type3__list > .m-panel-type3__item--double-narrow {
    flex-basis: 63.9269406393%;
    max-width: 63.9269406393%;
    min-width: 63.9269406393%;
  }

  .m-panel-type3[data-col-narrow="4"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 18.8356164384%;
    max-width: 18.8356164384%;
    min-width: 18.8356164384%;
  }

  .m-panel-type3[data-col-narrow="4"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-narrow="4"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-narrow="4"] > .m-panel-type3__list > .m-panel-type3__item--double-narrow {
    flex-basis: 45.8904109589%;
    max-width: 45.8904109589%;
    min-width: 45.8904109589%;
  }

  .m-panel-type3[data-col-narrow="5"] > .m-panel-type3__list > .m-panel-type3__item {
    flex-basis: 13.4246575342%;
    max-width: 13.4246575342%;
    min-width: 13.4246575342%;
  }

  .m-panel-type3[data-col-narrow="5"] > .m-panel-type3__list > .m-panel-type3__item:nth-child(-n+5) {
    margin-top: 0;
  }

  .m-panel-type3[data-col-narrow="5"] > .m-panel-type3__list > .m-panel-type3__item:nth-of-type(5n+1) {
    margin-left: 0;
  }

  .m-panel-type3[data-col-narrow="5"] > .m-panel-type3__list > .m-panel-type3__item--double-narrow {
    flex-basis: 35.0684931507%;
    max-width: 35.0684931507%;
    min-width: 35.0684931507%;
  }

  .m-panel-type3[data-col-narrow=auto] > .m-panel-type3__list {
    flex-basis: 108.2191780822%;
    margin: -35px 0 0 -8.2191780822%;
  }

  .m-panel-type3[data-col-narrow=auto] > .m-panel-type3__list > .m-panel-type3__item {
    max-width: 91.7808219178%;
  }

  .m-table--column .m-table__table, .m-table--column .m-table__tbody, .m-table--column .m-table__td, .m-table--column .m-table__th, .m-table--column .m-table__thead, .m-table--column .m-table__tr {
    display: block;
    width: 100%;
  }

  .m-table--scroll {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  .m-table--scroll .m-table__table {
    width: 727px;
  }

  .m-table-panel .m-table .m-table--column .m-table__table, .m-table-panel .m-table .m-table--column .m-table__tbody, .m-table-panel .m-table .m-table--column .m-table__td, .m-table-panel .m-table .m-table--column .m-table__th, .m-table-panel .m-table .m-table--column .m-table__tr {
    display: block;
  }

  .u-display-none-narrow {
    display: none !important;
  }

  .u-display-inline-narrow {
    display: inline !important;
  }

  .u-display-inlineBlock-narrow {
    display: inline-block !important;
  }

  .u-display-block-narrow {
    display: block !important;
  }

  .u-display-flex-narrow {
    display: flex !important;
  }

  .u-display-inlineFlex-narrow {
    display: inline-flex !important;
  }

  .u-fontSize-xxs {
    font-size: 0.5rem !important;
  }

  .u-fontSize-xs {
    font-size: 0.625rem !important;
  }

  .u-fontSize-sm {
    font-size: 0.75rem !important;
  }

  .u-fontSize-md {
    font-size: 0.875rem !important;
  }

  .u-fontSize-lg {
    font-size: 1rem !important;
  }

  .u-fontSize-xl {
    font-size: 1.125rem !important;
  }

  .u-fontSize-xxl {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 375px) {
  .m-box-contact__number {
    font-size: 10.6666vw;
  }
}
@media screen and (orientation: landscape) {
  .l-modalArea {
    margin-bottom: 0;
  }
}
/* クリック後 正解NG */
#quizArea .checked .questionArea .answer .item {
  background-position: right 1.6666666667vw center;
  background-repeat: no-repeat;
  background-size: 2.0833333333vw;
}
@media screen and ( max-width : 768px ) {
  #quizArea .checked .questionArea .answer .item {
    background-position: right 4vw center;
    background-size: 6.4vw;
  }
}
#quizArea .checked .questionArea .answer .item.o {
  background-image: url(../images/icon_result_ok_pc.svg);
  color: #FFF !important;
}

#q1.checked .questionArea .answer .item {
  background-image: url(../images/icon_result_ng_1_pc.svg);
}
@media screen and ( max-width : 768px ) {
  #q1.checked .questionArea .answer .item {
    background-image: url(../images/icon_result_ng_1_sp.svg);
  }
}
#q1.checked .questionArea .answer .item:hover {
  border: 3px solid #E9F7FE;
}
@media screen and ( max-width : 768px ) {
  #q1.checked .questionArea .answer .item:hover {
    border: 3px solid #E9F7FE;
  }
}
#q1.checked .questionArea .answer .item.o {
  background-color: #26AEEF !important;
  border: 3px solid #26AEEF;
}
@media screen and ( max-width : 768px ) {
  #q1.checked .questionArea .answer .item.o {
    border: 3px solid #E9F7FE;
    background-image: url(../images/icon_result_ok_sp.svg);
  }
}

#q2.checked .questionArea .answer .item {
  background-image: url(../images/icon_result_ng_2_pc.svg);
}
@media screen and ( max-width : 768px ) {
  #q2.checked .questionArea .answer .item {
    background-image: url(../images/icon_result_ng_2_sp.svg);
  }
}
#q2.checked .questionArea .answer .item:hover {
  border: 3px solid #EFE9F4;
}
@media screen and ( max-width : 768px ) {
  #q2.checked .questionArea .answer .item:hover {
    border: 3px solid #EFE9F4;
  }
}
#q2.checked .questionArea .answer .item.o {
  background-color: #662D91 !important;
  border: 3px solid #662D91;
}
@media screen and ( max-width : 768px ) {
  #q2.checked .questionArea .answer .item.o {
    border: 3px solid #EFE9F4;
    background-image: url(../images/icon_result_ok_sp.svg);
  }
}

#q3.checked .questionArea .answer .item {
  background-image: url(../images/icon_result_ng_3_pc.svg);
}
@media screen and ( max-width : 768px ) {
  #q3.checked .questionArea .answer .item {
    background-image: url(../images/icon_result_ng_3_sp.svg);
  }
}
#q3.checked .questionArea .answer .item:hover {
  border: 3px solid #FFE9F1;
}
@media screen and ( max-width : 768px ) {
  #q3.checked .questionArea .answer .item:hover {
    border: 3px solid #FFE9F1;
  }
}
#q3.checked .questionArea .answer .item.o {
  background-color: #EE2A7B !important;
  border: 3px solid #EE2A7B;
}
@media screen and ( max-width : 768px ) {
  #q3.checked .questionArea .answer .item.o {
    border: 3px solid #FFE9F1;
    background-image: url(../images/icon_result_ok_sp.svg);
  }
}

#q4.checked .questionArea .answer .item {
  background-image: url(../images/icon_result_ng_4_pc.svg);
}
@media screen and ( max-width : 768px ) {
  #q4.checked .questionArea .answer .item {
    background-image: url(../images/icon_result_ng_4_sp.svg);
  }
}
#q4.checked .questionArea .answer .item:hover {
  border: 3px solid #F3F9EA;
}
@media screen and ( max-width : 768px ) {
  #q4.checked .questionArea .answer .item:hover {
    border: 3px solid #F3F9EA;
  }
}
#q4.checked .questionArea .answer .item.o {
  background-color: #63AC03 !important;
  border: 3px solid #63AC03;
}
@media screen and ( max-width : 768px ) {
  #q4.checked .questionArea .answer .item.o {
    border: 3px solid #F3F9EA;
    background-image: url(../images/icon_result_ok_sp.svg);
  }
}

#q5.checked .questionArea .answer .item {
  background-image: url(../images/icon_result_ng_5_pc.svg);
}
@media screen and ( max-width : 768px ) {
  #q5.checked .questionArea .answer .item {
    background-image: url(../images/icon_result_ng_5_sp.svg);
  }
}
#q5.checked .questionArea .answer .item:hover {
  border: 3px solid #FFF4E8;
}
@media screen and ( max-width : 768px ) {
  #q5.checked .questionArea .answer .item:hover {
    border: 3px solid #FFF4E8;
  }
}
#q5.checked .questionArea .answer .item.o {
  background-color: #E07400 !important;
  border: 3px solid #E07400;
}
@media screen and ( max-width : 768px ) {
  #q5.checked .questionArea .answer .item.o {
    border: 3px solid #FFF4E8;
    background-image: url(../images/icon_result_ok_sp.svg);
  }
}

#q6.checked .questionArea .answer .item {
  background-image: url(../images/icon_result_ng_6_pc.svg);
}
@media screen and ( max-width : 768px ) {
  #q6.checked .questionArea .answer .item {
    background-image: url(../images/icon_result_ng_6_sp.svg);
  }
}
#q6.checked .questionArea .answer .item:hover {
  border: 3px solid #F2F2F3;
}
@media screen and ( max-width : 768px ) {
  #q6.checked .questionArea .answer .item:hover {
    border: 3px solid #F2F2F3;
  }
}
#q6.checked .questionArea .answer .item.o {
  background-color: #58595A !important;
  border: 3px solid #58595A;
}
@media screen and ( max-width : 768px ) {
  #q6.checked .questionArea .answer .item.o {
    border: 3px solid #F2F2F3;
    background-image: url(../images/icon_result_ok_sp.svg);
  }
}

body.open {
  height: 100vh;
  overflow-y: hidden;
}

/*COLOR*/
#quizModal.q1 .inner, #quizModal.q1 .explanation .title {
  background-color: #26AEEF;
}
#quizModal.q1 .question, #quizModal.q1 .example, #quizModal.q1 .profile {
  background-color: #E9F7FE;
}
#quizModal.q1 .question dd, #quizModal.q1 .explanation .note dt, #quizModal.q1 .example dt, #quizModal.q1 .last .title, #quizModal.q1 .last .name {
  color: #26AEEF;
}
#quizModal.q1 .explanation .note {
  border: 5px solid #26AEEF;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q1 .explanation .note {
    border: 3px solid #26AEEF;
  }
}
#quizModal.q1 .question .icon svg, #quizModal.q1 .snsList svg {
  fill: #26AEEF;
}

#quizModal.q2 .inner, #quizModal.q2 .explanation .title {
  background-color: #662D91;
}
#quizModal.q2 .question, #quizModal.q2 .example, #quizModal.q2 .profile {
  background-color: #EFE9F4;
}
#quizModal.q2 .question dd, #quizModal.q2 .explanation .note dt, #quizModal.q2 .example dt, #quizModal.q2 .last .title, #quizModal.q2 .last .name {
  color: #662D91;
}
#quizModal.q2 .explanation .note {
  border: 5px solid #662D91;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q2 .explanation .note {
    border: 3px solid #662D91;
  }
}
#quizModal.q2 .question .icon svg, #quizModal.q2 .snsList svg {
  fill: #662D91;
}

#quizModal.q3 .inner, #quizModal.q3 .explanation .title {
  background-color: #EE2A7B;
}
#quizModal.q3 .question, #quizModal.q3 .example, #quizModal.q3 .profile {
  background-color: #FFE9F1;
}
#quizModal.q3 .question dd, #quizModal.q3 .explanation .note dt, #quizModal.q3 .example dt, #quizModal.q3 .last .title, #quizModal.q3 .last .name {
  color: #EE2A7B;
}
#quizModal.q3 .explanation .note {
  border: 5px solid #EE2A7B;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q3 .explanation .note {
    border: 3px solid #EE2A7B;
  }
}
#quizModal.q3 .question .icon svg, #quizModal.q3 .snsList svg {
  fill: #EE2A7B;
}

#quizModal.q4 .inner, #quizModal.q4 .explanation .title {
  background-color: #8CC63F;
}
#quizModal.q4 .question, #quizModal.q4 .example, #quizModal.q4 .profile {
  background-color: #F3F9EA;
}
#quizModal.q4 .question dd, #quizModal.q4 .explanation .note dt, #quizModal.q4 .example dt, #quizModal.q4 .last .title, #quizModal.q4 .last .name {
  color: #63AC03;
}
#quizModal.q4 .explanation .note {
  border: 5px solid #8CC63F;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q4 .explanation .note {
    border: 3px solid #8CC63F;
  }
}
#quizModal.q4 .question .icon svg, #quizModal.q4 .snsList svg {
  fill: #63AC03;
}

#quizModal.q5 .inner, #quizModal.q5 .explanation .title {
  background-color: #F79327;
}
#quizModal.q5 .question, #quizModal.q5 .example, #quizModal.q5 .profile {
  background-color: #FFF4E8;
}
#quizModal.q5 .question dd, #quizModal.q5 .explanation .note dt, #quizModal.q5 .example dt, #quizModal.q5 .last .title, #quizModal.q5 .last .name {
  color: #E07400;
}
#quizModal.q5 .explanation .note {
  border: 5px solid #F79327;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q5 .explanation .note {
    border: 3px solid #F79327;
  }
}
#quizModal.q5 .question .icon svg, #quizModal.q5 .snsList svg {
  fill: #E07400;
}

#quizModal.q6 .inner, #quizModal.q6 .explanation .title {
  background-color: #808285;
}
#quizModal.q6 .question, #quizModal.q6 .example, #quizModal.q6 .profile {
  background-color: #F2F2F3;
}
#quizModal.q6 .question dd, #quizModal.q6 .explanation .note dt, #quizModal.q6 .example dt, #quizModal.q6 .last .title, #quizModal.q6 .last .name {
  color: #58595A;
}
#quizModal.q6 .explanation .note {
  border: 5px solid #808285;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q6 .explanation .note {
    border: 3px solid #808285;
  }
}
#quizModal.q6 .question .icon svg, #quizModal.q6 .snsList svg {
  fill: #58595A;
}

/*ILLUST position*/
#quizModal.q1 .content .last .image img {
  width: 65.8%;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q1 .content .last .image {
    width: 22%;
    top: 0;
    left: 2%;
  }
  #quizModal.q1 .content .last .image img {
    width: 100%;
  }
  #quizModal.q1 .content .last .title {
    height: 27.4666666667vw;
  }
}

#quizModal.q2 .content .last .image img {
  width: 65.8%;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q2 .content .last .image {
    width: 22%;
    top: 0;
    left: 2%;
  }
  #quizModal.q2 .content .last .image img {
    width: 100%;
  }
  #quizModal.q2 .content .last .title {
    height: 22.6666666667vw;
  }
}

#quizModal.q3 .content .last .image img {
  width: 77.8%;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q3 .content .last .image {
    width: 24%;
    top: 0;
    left: 2%;
  }
  #quizModal.q3 .content .last .image img {
    width: 100%;
  }
  #quizModal.q3 .content .last .title {
    height: 21.3333333333vw;
  }
}

#quizModal.q4 .content .last .image img {
  width: 77.8%;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q4 .content .last .image {
    width: 24%;
    top: 0;
    left: 2%;
  }
  #quizModal.q4 .content .last .image img {
    width: 100%;
  }
  #quizModal.q4 .content .last .title {
    height: 23.4666666667vw;
  }
}

#quizModal.q5 .content .last .image img {
  width: 52.8%;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q5 .content .last .image {
    width: 18%;
    top: 0;
    left: 2%;
  }
  #quizModal.q5 .content .last .image img {
    width: 100%;
  }
  #quizModal.q5 .content .last .title {
    height: 27.4666666667vw;
  }
}

#quizModal.q6 .content .last .image img {
  width: 80.8%;
}
@media screen and ( max-width : 768px ) {
  #quizModal.q6 .content .last .image {
    width: 25%;
    top: 0;
    left: 2%;
  }
  #quizModal.q6 .content .last .image img {
    width: 100%;
  }
  #quizModal.q6 .content .last .title {
    height: 22.6666666667vw;
  }
}

/*BASE LAYOUT*/
#quizModal, #quizModal .inner {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#quizModal {
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
#quizModal #loadingArea, #quizModal .closeBtn.fixed {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  transition-delay: 0s;
}

#quizModal.open {
  opacity: 1;
  pointer-events: auto;
}
#quizModal.open #loadingArea, #quizModal.open .closeBtn.fixed {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.2s;
}

#wallIllust {
  opacity: 0;
  transition: opacity 0.2s;
}

#quizModal.open.wallpaper #wallIllust {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.2s;
}

#quizModal .inner {
  z-index: 999;
  overflow: scroll;
}

#quizModal .closeBtn.fixed {
  position: fixed;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  top: 4.1666666667vw;
  left: 85.2083333333vw;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}
@media screen and ( max-width : 768px ) {
  #quizModal .closeBtn.fixed {
    top: 0;
    right: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
#quizModal .closeBtn.fixed img {
  width: 70%;
  pointer-events: none;
}
@media screen and ( max-width : 768px ) {
  #quizModal .closeBtn.fixed img {
    width: 60%;
  }
}
#loadingArea {
  position: relative;
}

#quizModal .content {
  width: 71.1111111111vw;
  margin: 4.1666666667vw auto 8.3333333333vw;
  background: white;
  padding-bottom: 4.1666666667vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content {
    margin: 17.0666666667vw auto 16vw;
    width: 86.9333333333vw;
    padding-bottom: 16vw;
  }
}
#quizModal .content .question {
  width: 100%;
  font-size: 2.5vw;
  display: flex;
  flex-wrap: wrap;
  padding: 2.7777777778vw 3.8194444444vw 2.0833333333vw;
  line-height: 1.3;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .question {
    flex-wrap: wrap;
    font-size: 4.5333333333vw;
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw;
  }
}
#quizModal .content .question .icon {
  margin-right: 2.4305555556vw;
  width: 5.7638888889vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .question .icon {
    width: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
#quizModal .content .question .icon svg {
  width: 100%;
}
#quizModal .content .question dd {
  width: 54.1666666667vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .question dd {
    width: 62.4vw;
  }
}
#quizModal .content .result {
  text-align: center;
  padding: 2.0833333333vw 0;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .result {
    padding: 10.6666666667vw 0;
  }
}
#quizModal .content .result li {
  display: inline-block;
  font-size: 2.7777777778vw;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .result li {
    font-size: 5.0666666667vw;
  }
}
#quizModal .content .correct {
  background-image: url(../images/result/icon_correct.svg);
  background-size: 3.6111111111vw;
  padding-left: 4.7916666667vw;
  color: #B8003B;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .correct {
    background-size: 6.4vw;
    padding-left: 8.5333333333vw;
  }
}
#quizModal .content .incorrect {
  background-image: url(../images/result/icon_incorrect.svg);
  background-size: 3.4722222222vw;
  padding-left: 4.7916666667vw;
  color: #09114B;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .incorrect {
    background-size: 5.8666666667vw;
    padding-left: 8.5333333333vw;
  }
}
#quizModal .content .contentWrap {
  width: 89%;
  margin: 0 auto;
}
#quizModal .content .explanation {
  text-align: center;
}
#quizModal .content .explanation .title {
  display: inline-block;
  font-size: 2.5vw;
  padding: 0.7638888889vw 5.5555555556vw;
  color: #FFF;
  border-radius: 100px;
  z-index: 10;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .explanation .title {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 5.8666666667vw;
    line-height: 1;
  }
}
#quizModal .content .explanation .note {
  width: 100%;
  margin: -2.7777777778vw auto 0;
  padding: 5.5555555556vw 0 4.1666666667vw;
  border-radius: 30px;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .explanation .note {
    margin: -4vw auto 0;
    padding: 10.6666666667vw 0 8vw;
  }
}
#quizModal .content .explanation .note dt {
  font-size: 5vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .explanation .note dt {
    font-size: 8vw;
  }
}
#quizModal .content .explanation .note dd {
  font-size: 1.4583333333vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .explanation .note dd {
    font-size: 4.2666666667vw;
    width: 90%;
    margin: 0 auto;
  }
}
#quizModal .content .explanation .supplement {
  text-align: left;
  padding: 3.4722222222vw 2.0833333333vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .explanation .supplement {
    font-size: 3.7333333333vw;
    padding: 8vw 1.3333333333vw 10.6666666667vw;
  }
}
#quizModal .content .example {
  padding: 2.0833333333vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.4722222222vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .example {
    margin-top: 8vw;
    padding: 2.6666666667vw;
    flex-direction: column-reverse;
  }
}
#quizModal .content .example .image {
  width: 40%;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .example .image {
    width: 100%;
  }
}
#quizModal .content .example .image img {
  width: 100%;
}
#quizModal .content .example .text {
  width: 60%;
  padding-left: 2.0833333333vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .example .text {
    width: 100%;
    padding: 0 2.6666666667vw 4.8vw;
  }
}
#quizModal .content .example dt {
  font-size: 1.4583333333vw;
  line-height: 1.3;
  margin-bottom: 1.3888888889vw;
  padding-top: 1.3888888889vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .example dt {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
    padding-top: 4.8vw;
  }
}
#quizModal .content .example dd {
  font-size: 1.1111111111vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .example dd {
    font-size: 3.7333333333vw;
    margin-bottom: 1.25vw;
  }
}
#quizModal .content .last {
  display: flex;
  position: relative;
}
#quizModal .content .last .image {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .image {
    position: absolute;
  }
  #quizModal .content .last .image img {
    width: 100%;
  }
}
#quizModal .content .last .text {
  width: 62%;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .text {
    width: 100%;
  }
}
#quizModal .content .last .title {
  font-size: 2.5vw;
  margin-bottom: 2.4305555556vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .title {
    display: flex;
    align-items: center;
    font-size: 4.8vw;
    padding-left: 30%;
    margin-bottom: 5.3333333333vw;
  }
}
#quizModal .content .last .detail {
  font-size: 1.1111111111vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .detail {
    font-size: 3.7333333333vw;
  }
}
#quizModal .content .last .lg {
  display: block;
  text-decoration: underline;
  font-size: 1.4583333333vw;
  margin-bottom: -0.6944444444vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .lg {
    font-size: 4.8vw;
  }
}
#quizModal .content .last .profile {
  margin-top: 2.4305555556vw;
  padding: 0.6944444444vw 1.3888888889vw 1.0416666667vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .profile {
    margin-top: 6.6666666667vw;
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
}
#quizModal .content .last .name {
  font-size: 1.4583333333vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .name {
    font-size: 4.8vw;
  }
}
#quizModal .content .last .detail dt {
  width: 55px;
}
#quizModal .content .last .detail dt:after {
  display: inline-block;
}
#quizModal .content .last .detail dd {
  width: calc(100% - 55px);
}
#quizModal .content .last .chara, #quizModal .content .last .detail dt, #quizModal .content .last .detail dd {
  font-size: 0.9722222222vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .last .chara, #quizModal .content .last .detail dt, #quizModal .content .last .detail dd {
    font-size: 3.2vw;
  }
}
#quizModal .content .shareText {
  font-size: 1.8055555556vw;
  text-align: center;
  margin: 3.4722222222vw auto 1.3888888889vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .shareText {
    font-size: 4.8vw;
    margin: 10.6666666667vw auto 2.6666666667vw;
  }
}
#quizModal .content .snsList {
  width: 14.5833333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .snsList {
    width: 56vw;
  }
}
#quizModal .content .snsList li {
  width: 3.4722222222vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .snsList li {
    width: 12vw;
  }
}
#quizModal .content .snsList li img {
  width: 100%;
}
#quizModal .content .snsList a:hover {
  opacity: 0.6;
}
#quizModal .content .closeBtn {
  width: 28.3333333333vw;
  color: #FFF;
  background: #000;
  padding: 1.5277777778vw 0;
  margin: 4.1666666667vw auto 0;
  text-align: center;
  font-size: 1.25vw;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .closeBtn {
    width: 100%;
    padding: 4.2666666667vw 0;
    margin: 10.6666666667vw auto 0;
    font-size: 4.8vw;
  }
}
#quizModal .content .closeBtn:hover {
  opacity: 0.7;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .closeBtn:hover {
    opacity: 1;
  }
}
#quizModal .content .linkArea {
  margin-top: 4.1666666667vw;
  font-size: 0.6944444444vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .linkArea {
    margin-top: 13.3333333333vw;
    font-size: 1.8666666667vw;
  }
}
#quizModal .content .linkArea li {
  margin-bottom: 0.4166666667vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .linkArea li {
    margin-bottom: 1.6vw;
  }
}
#quizModal .content .linkArea li:last-of-type {
  margin-bottom: 0 !important;
}
#quizModal .content .linkArea a {
  text-decoration: underline;
  color: #000;
}
#quizModal .content .linkArea a:hover {
  text-decoration: none;
}
@media screen and ( max-width : 768px ) {
  #quizModal .content .linkArea a:hover {
    text-decoration: underline;
  }
}

/*==============================
壁紙
==============================*/
#quizModal.wallpaper .inner {
  background-color: #F79327;
  background-image: url(../images/bg_wallpaper.png);
  background-repeat: repeat-y;
  background-size: cover;
}
#quizModal.wallpaper .content {
  padding-bottom: 0;
}
#quizModal.wallpaper .wallWrap {
  width: 85%;
  margin: 0 auto;
  padding: 2.7777777778vw 0;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .wallWrap {
    padding: 8vw 0;
  }
}
#quizModal.wallpaper .head {
  text-align: center;
  margin-bottom: 2.7777777778vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .head {
    margin-bottom: 8vw;
  }
}
#quizModal.wallpaper .head .caption {
  font-size: 1.25vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .head .caption {
    font-size: 4.2666666667vw;
  }
}
#quizModal.wallpaper .head h5 {
  font-size: 2.5vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .head h5 {
    font-size: 9.6vw;
    line-height: 1.2;
  }
}
#quizModal.wallpaper .dlArea .imageArea, #quizModal.wallpaper .dlArea .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#quizModal.wallpaper .dlArea .imageArea .item, #quizModal.wallpaper .dlArea .btnArea .item {
  width: calc(50% - 16px);
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .dlArea .imageArea .item, #quizModal.wallpaper .dlArea .btnArea .item {
    width: 100%;
  }
}
#quizModal.wallpaper .dlArea .imageArea .item img, #quizModal.wallpaper .dlArea .btnArea .item img {
  width: 100%;
}
#quizModal.wallpaper .dlArea .imageArea {
  align-items: center;
}
#quizModal.wallpaper .dlArea .imageArea .sp {
  text-align: center;
}
#quizModal.wallpaper .dlArea .imageArea .sp img {
  width: 42%;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .dlArea .imageArea .sp img {
    width: 100%;
  }
}
#quizModal.wallpaper .dlArea .btnArea {
  width: 100%;
  margin-top: 2.7777777778vw;
}
#quizModal.wallpaper .btnList a {
  display: block;
  background-color: #000;
  color: #FFF;
  font-size: 1.4583333333vw;
  line-height: 1;
  padding: 1.0416666667vw 2.7777777778vw;
  margin-bottom: 0.6944444444vw;
  background-image: url(../images/icon_dl.svg);
  background-repeat: no-repeat;
  background-position: right 2.0833333333vw center;
  background-size: 1.7361111111vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .btnList a {
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    background-image: none;
  }
}
#quizModal.wallpaper .btnList a:hover {
  opacity: 0.7;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .btnList a:hover {
    opacity: 1;
  }
}
#quizModal.wallpaper .btnList a span.min {
  font-size: 1.1111111111vw;
}
@media screen and ( max-width : 768px ) {
  #quizModal.wallpaper .btnList a span.min {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}

#wallIllust {
  display: none;
}

.wallpaper #wallIllust {
  display: block;
  width: 83.3333333333vw;
  margin: -2.0833333333vw auto 5.5555555556vw;
}
@media screen and ( max-width : 768px ) {
  .wallpaper #wallIllust {
    width: 93.3333333333vw;
    margin: -5.3333333333vw auto 10.6666666667vw;
  }
  .wallpaper #wallIllust img {
    width: 100%;
  }
}
.wallpaper #wallIllust img {
  width: 100%;
}

.m-table-panel {
  margin-top: 0px !important;
}

.k-paddingTop-0 {
  padding-top: 0 !important;
}

.sp-marginTop-20 {
  margin-top: 20px !important;
}

.pc-marginTop-20 {
  margin-top: 0 !important;
}

.k-margin {
  margin-top: 40px !important;
}

.k-margin-half {
  margin-top: 20px !important;
}

.k-box-padding-small {
  padding: 20px 20px;
  border-radius: 5px;
}

.k-color-orange {
  color: #f49c26;
}

.k-items-center {
  align-items: center;
}

.k-heading-character__heading {
  align-items: flex-start;
  display: flex;
  position: relative;
  line-height: 1.3;
}

.k-heading-character__character {
  align-items: center;
  background-color: #c80b4c;
  border-radius: 200px;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-right: 0.5em;
  margin-top: -0.1em;
  min-height: 26px;
  min-width: 26px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: center;
}

.k-heading-character__text {
  color: #333;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 700;
}

.k-layoutArea__change {
  display: block;
  margin-top: 40px;
}

.k-layoutArea {
  display: flex;
  margin-top: 40px;
}

.k-layoutArea .k-layout__item {
  padding: 0 0 0 15px !important;
  box-sizing: border-box;
}

.k-layoutArea__change .k-layout__item {
  padding: 20px 0 0 0 !important;
  box-sizing: border-box;
}

.k-layoutArea .k-layout__item:first-child, .k-layoutArea__change .k-layout__item:first-child {
  padding: 0 0 0 0 !important;
  box-sizing: border-box;
}

.k-layoutArea__change .k-layout__item {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

.k-layout__item.k-pT0 {
  padding-top: 0 !important;
}

.k-layout__item.k-pL0 {
  padding-left: 0 !important;
}

.k-w10 {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}

.k-w20 {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}

.k-w30 {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
}

.k-w40 {
  width: 40%;
  max-width: 40%;
  min-width: 40%;
}

.k-w50 {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

.k-w60 {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}

.k-w70 {
  width: 70%;
  max-width: 70%;
  min-width: 70%;
}

.k-w80 {
  width: 80%;
  max-width: 80%;
  min-width: 80%;
}

.k-w90 {
  width: 90%;
  max-width: 90%;
  min-width: 90%;
}

.k-img10sp {
  width: 10% !important;
}

.k-img20sp {
  width: 20% !important;
}

.k-img30sp {
  width: 30% !important;
}

.k-img40sp {
  width: 40% !important;
}

.k-img50sp {
  width: 50% !important;
}

.k-img60sp {
  width: 60% !important;
}

.k-img70sp {
  width: 70% !important;
}

.k-img80sp {
  width: 80% !important;
}

.k-img90sp {
  width: 90% !important;
}

.k-logo img {
  width: 150px;
}

.k-logo-act img {
  width: 120px;
}

.k-sponsor .k-logo {
  margin-left: 10px;
  vertical-align: middle;
}

.k-sponsor .k-text {
  display: inline-block;
  vertical-align: middle;
}

.k-imgtext img {
  vertical-align: middle;
  display: inline-block;
}

.k-imgtext span {
  display: inline-block;
  margin-left: 10px;
}

.k-closePV {
  display: block;
  justify-content: space-between;
}

.k-closePV img {
  width: 200px;
}

.k-listArea .m-panel__item {
  margin-top: 0 !important;
}

.hide-sp {
  display: none;
}

.k-fontSize-80 {
  font-size: 80%;
}

.u-fontSize-super {
  vertical-align: super;
  font-size: 70%;
}

.k-h4 {
  font-size: 1rem !important;
}

.k-mB-sp20 {
  margin-bottom: 20px !important;
}

.k-mB-sp40 {
  margin-bottom: 40px !important;
}

.k-border-top {
  border-top: 1px solid #e0e0e0;
}

.k-box-contact__address {
  line-height: 1.5;
  color: #c80b4c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.23;
  overflow-wrap: break-word;
  word-break: break-all;
}

/*k-benefits--type1 start*/
.k-benefits--type1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-top: 30px;
}

.k-benefits--type1__inner:first-child {
  padding-right: 10px;
}

.k-benefits--type1__benefits {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0.6rem;
  line-height: 1;
  color: #fff;
  background-color: #c80b4c;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}

.k-benefits--type1__benefits.orange {
  background-color: #f49c26;
}

.k-benefits--type1__benefits span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-benefits--type1__benefits em {
  font-size: 1.2rem;
  display: block;
}

.k-benefits--type1__text {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

/*k-benefits--type1 end*/
/*k-benefits--type1-mypage start*/
.k-benefits--type1-mypage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-top: 30px;
}

.k-benefits--type1-mypage__inner:first-child {
  padding-right: 10px;
}

.k-benefits--type1-mypage__benefits {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0.6rem;
  line-height: 1;
  color: #fff;
  background-color: #c80b4c;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}

.k-benefits--type1-mypage__benefits.orange {
  background-color: #f49c26;
}

.k-benefits--type1-mypage__benefits span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-benefits--type1-mypage__benefits em {
  font-size: 1.2rem;
  display: block;
}

.k-benefits--type1-mypage__text {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

/*k-benefits--type1-mypage end*/
/*actTable start*/
.actTable {
  display: block;
  border-spacing: 1px;
  background: #e0e0e0 !important;
  border: 1px solid #e0e0e0 !important;
}

.actTable .boxA, .actTable .boxB, .actTable .boxC {
  display: block;
  width: 100%;
  background: #fff;
}

.actTable h4 {
  font-size: 16px;
  color: #373737;
  text-align: center;
  background: #f2f2f2;
  padding: 2px 2px;
}

.actTable ul {
  padding: 10px;
}

/*actTable end*/
/*k-labelList start*/
.k-labelList {
  border: 1px solid #E7ADC1;
  border-radius: 2px;
  margin-right: 10px;
  padding: 0 8px 2px;
}

.k-labelList--type2 {
  border: 1px solid #F7C685;
  border-radius: 2px;
  margin-right: 10px;
  padding: 0 8px 2px;
}

.k-labelList--type3 {
  border: 1px solid #CDCDCD;
  border-radius: 2px;
  margin-right: 10px;
  padding: 0 8px 2px;
}

/*k-labelList end*/
@media screen and (min-width: 768px) {
  .k-paddingTop-0 {
    padding-top: 0 !important;
  }

  .sp-marginTop-20 {
    margin-top: 0 !important;
  }

  .pc-marginTop-20 {
    margin-top: 20px !important;
  }

  .k-margin {
    margin-top: 50px !important;
  }

  .k-margin-half {
    margin-top: 30px !important;
  }

  .k-box-padding-small {
    padding: 30px 30px;
    border-radius: 5px;
  }

  .k-mypageSize .m-heading-l2__subtitle {
    font-size: 1.3rem;
  }

  .k-mypageSize .m-heading-l2__text {
    font-size: 1.5rem;
  }

  .k-heading-character__text {
    font-size: 1.25rem;
  }

  .k-layoutArea {
    display: flex;
    margin-top: 60px;
  }

  .k-layoutArea__change {
    display: flex;
    margin-top: 60px;
  }

  .k-layoutArea .k-layout__item, .k-layoutArea__change .k-layout__item {
    padding: 0 0 0 20px !important;
    box-sizing: border-box;
  }

  .k-layoutArea .k-layout__item:first-child, .k-layoutArea__change .k-layout__item:first-child {
    padding: 0 0 0 0 !important;
    box-sizing: border-box;
  }

  .k-layout__item.k-pT0 {
    padding-top: 0 !important;
  }

  .k-layout__item.k-pL0 {
    padding-left: 0 !important;
  }

  .k-inner-center {
    align-items: center;
  }

  .k-w10 {
    width: 10% !important;
    max-width: 10% !important;
    min-width: 10% !important;
  }

  .k-w20 {
    width: 20% !important;
    max-width: 20% !important;
    min-width: 20% !important;
  }

  .k-w30 {
    width: 30% !important;
    max-width: 30% !important;
    min-width: 30% !important;
  }

  .k-w40 {
    width: 40% !important;
    max-width: 40% !important;
    min-width: 40% !important;
  }

  .k-w50 {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
  }

  .k-w60 {
    width: 60% !important;
    max-width: 60% !important;
    min-width: 60% !important;
  }

  .k-w70 {
    width: 70% !important;
    max-width: 70% !important;
    min-width: 70% !important;
  }

  .k-w80 {
    width: 80% !important;
    max-width: 80% !important;
    min-width: 80% !important;
  }

  .k-w90 {
    width: 90% !important;
    max-width: 90% !important;
    min-width: 90% !important;
  }

  .k-vCentar__pc {
    justify-content: center;
    align-items: center;
  }

  .k-img10sp, .k-img20sp, .k-img30sp, .k-img40sp, .k-img50sp, .k-img60sp, .k-img70sp, .k-img80sp, .k-img90sp {
    width: 100% !important;
  }

  .k-img70pc {
    width: 70%;
  }

  .k-logo img {
    width: 230px;
  }

  .k-logo-act img {
    width: 150px;
  }

  .k-closePV {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .k-closePV img {
    width: 360px;
    min-width: 200px;
  }

  .hide-pc {
    display: none;
  }

  .k-h4 {
    font-size: 1.65rem !important;
  }

  .k-mB-sp20 {
    margin-bottom: 0 !important;
  }

  .k-mB-sp40 {
    margin-bottom: 0 !important;
  }

  .k-box-contact__address {
    font-size: 2.6rem;
  }

  /*benefits--type1 start*/
  .k-benefits--type1 {
    margin-top: 30px;
  }

  .k-benefits--type1__inner:first-child {
    padding-right: 8px;
  }

  .k-benefits--type1__benefits {
    width: 66px;
    height: 66px;
    font-size: 0.85rem;
  }

  .k-benefits--type1__benefits em {
    font-size: 1.85rem;
  }

  .k-benefits--type1__text {
    font-size: 2rem;
    line-height: 1.3;
  }

  /*benefits--type1 end/

  /*benefits--type1 start*/
  .k-benefits--type1-mypage {
    margin-top: 30px;
  }

  .k-benefits--type1-mypage__inner:first-child {
    padding-right: 8px;
  }

  .k-benefits--type1-mypage__benefits {
    width: 40px;
    height: 40px;
    font-size: 0.5rem;
  }

  .k-benefits--type1-mypage__benefits em {
    font-size: 1rem;
  }

  .k-benefits--type1-mypage__text {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  /*benefits--type1 end/

  /*actTable start*/
  .actTable {
    display: table;
    border-spacing: 1px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #dcdcdc;
  }

  .actTable .boxA, .actTable .boxB, .actTable .boxC {
    display: table-cell;
    margin: 0px;
    background: #fff;
    width: 33.3%;
  }

  .actTable h4 {
    font-size: 16px;
    color: #373737;
    text-align: center;
    background: #f2f2f2;
    padding: 6px 2px;
  }

  .actTable ul {
    padding: 15px;
  }

  /*actTable end*/
}
html {
  font-size: 100%;
}

body {
  font-size: 1rem !important;
  font-family: "Shippori Mincho", "Cormorant Garamond", sans-serif;
  font-weight: normal;
  letter-spacing: 3px;
}
@media screen and ( max-width : 768px ) {
  body {
    letter-spacing: 2px;
    font-size: 14px !important;
  }
}

#allWraper {
  display: none;
}
@media screen and ( max-width : 768px ) {
  #allWraper {
    min-width: auto;
  }
}

#cdArea, #mainVisual .bottom, #mainVisual .title, #newsArea .title {
  opacity: 0;
  transition: opacity 0.1s;
}

.loaded #cdArea, .loaded #mainVisual .bottom, .loaded #mainVisual .title, .loaded #newsArea .title {
  opacity: 1;
}

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
a:hover.nonOp {
  opacity: 1;
}

.link, .more, .circleCloseBtn, .closeBtn {
  cursor: pointer;
}

input[type=submit] {
  cursor: pointer;
}

li {
  list-style: none;
}

/*==============================================
  common parts
==============================================*/
rt {
  font-size: 0.3em;
  transform: scale(0.9);
  transform-origin: bottom;
  opacity: 0.6;
}

.sectionTitle {
  font-size: 3.3333333333vw;
  line-height: 1;
  text-align: center;
  font-weight: 800;
}
@media screen and ( max-width : 768px ) {
  .sectionTitle {
    font-size: 5.6vw;
  }
}
@media screen and ( max-width : 768px ) {
  .sectionTitle.spLarge {
    font-size: 8vw;
  }
}

.flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flex .col2 {
  width: 48%;
}
.flex .col2-1 {
  width: 48%;
}
@media screen and ( max-width : 768px ) {
  .flex .col2-1 {
    width: 100%;
  }
}
.flex .col2-1 img {
  width: 100%;
}
.flex a {
  transition: opacity 0.2s;
}
.flex a:hover {
  opacity: 0.6;
}

.flex.w50-100 {
  width: 50%;
}
@media screen and ( max-width : 768px ) {
  .flex.w50-100 {
    width: 100%;
  }
}

.flex.w60-100 {
  width: 50%;
}
@media screen and ( max-width : 768px ) {
  .flex.w60-100 {
    width: 100%;
  }
}

.flex.w70-100 {
  width: 70%;
}
@media screen and ( max-width : 768px ) {
  .flex.w70-100 {
    width: 100%;
  }
}

.flex.w80-100 {
  width: 80%;
}
@media screen and ( max-width : 768px ) {
  .flex.w80-100 {
    width: 100%;
  }
}

.align-center {
  align-items: center;
}

.img70-100 {
  text-align: center;
}
.img70-100 img {
  width: 70%;
}
@media screen and ( max-width : 768px ) {
  .img70-100 img {
    width: 100%;
  }
}

.img60-100 {
  text-align: center;
}
.img60-100 img {
  width: 60%;
}
@media screen and ( max-width : 768px ) {
  .img60-100 img {
    width: 100%;
  }
}

.sp600 {
  letter-spacing: 20px;
}
@media screen and ( max-width : 768px ) {
  .sp600 {
    letter-spacing: 14px;
  }
}

.sp400 {
  letter-spacing: 12px;
}
@media screen and ( max-width : 768px ) {
  .sp400 {
    letter-spacing: 10px;
  }
}

.sp350 {
  letter-spacing: 8px;
}
@media screen and ( max-width : 768px ) {
  .sp350 {
    letter-spacing: 5px;
  }
}

.sp300 {
  letter-spacing: 5px;
}
@media screen and ( max-width : 768px ) {
  .sp300 {
    letter-spacing: 3px;
  }
}

.sp200 {
  letter-spacing: 4px;
}
@media screen and ( max-width : 768px ) {
  .sp200 {
    letter-spacing: 2px;
  }
}

.sp150 {
  letter-spacing: 3px;
}

.sp100 {
  letter-spacing: 1px;
}

.tsp20 {
  letter-spacing: 8px;
}

.tsp100 {
  letter-spacing: 12px;
}

.tsp200 {
  letter-spacing: 25px;
}
@media screen and ( max-width : 768px ) {
  .tsp200 {
    letter-spacing: 17px;
  }
}

.tsp400 {
  letter-spacing: 15px;
}
@media screen and ( max-width : 768px ) {
  .tsp400 {
    letter-spacing: 8px;
  }
}

.btn-box {
  height: 64px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -64px !important;
}
.btn-box a {
  line-height: 64px;
  vertical-align: middle;
  width: 340px;
  background: #00C63D;
  border-radius: 64px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
}

/*==============================================
  layout
==============================================*/
body .sp {
  display: none !important;
}
body .pc {
  display: block !important;
}
body .kome {
  font-size: 12px;
}
@media screen and ( max-width : 768px ) {
  body .sp {
    display: block !important;
  }
  body .pc {
    display: none !important;
  }
  body .kome {
    font-size: 9px;
  }
}
body.close {
  overflow: hidden;
}

.fixContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  background: linear-gradient(#FFF, #F4F1ED);
  position: absolute;
  top: -95px;
  transition: all 0.3s ease 0s;
  width: calc(100vw - 20px);
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.fixContainer.fixed {
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.fixContainer .leftWrap {
  display: flex;
  align-items: center;
  padding-left: 22px;
  box-sizing: border-box;
}
.fixContainer .leftWrap h1 {
  margin-right: 22px;
}
@media screen and ( max-width : 1024px ) {
  .fixContainer .leftWrap p {
    display: none;
  }
}
@media screen and ( max-width : 768px ) {
  .fixContainer .leftWrap p {
    display: none;
  }
}
.fixContainer .rightWrap {
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
  height: 34px;
  box-sizing: border-box;
}
@media screen and ( max-width : 768px ) {
  .fixContainer .rightWrap {
    padding: 0 28px 0 0;
    height: auto;
  }
}
.fixContainer .rightWrap h4 {
  width: 78px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #303030;
  margin-right: 24px;
}
.fixContainer .rightWrap h4 a {
  display: block;
  height: 100%;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.fixContainer .rightWrap p {
  margin-right: 20px;
}
@media screen and ( max-width : 1024px ) {
  .fixContainer .rightWrap p {
    display: none;
  }
}
@media screen and ( max-width : 768px ) {
  .fixContainer .rightWrap p {
    display: none;
  }
}
.fixContainer .rightWrap .langSelect {
  cursor: pointer;
  margin-right: 30px;
}
.fixContainer .rightWrap .langSelect h5 select {
  cursor: pointer;
  border: none;
  background: url(../images/common/arr-lang-gray.png) no-repeat right center;
  background-size: 9px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  letter-spacing: 3px;
  padding: 5px 15px 5px 0;
  line-height: 1.5;
}
.fixContainer .rightWrap .langSelect h5 select::-ms-expand {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .fixContainer .rightWrap .langSelect {
    display: none;
  }
}
.fixContainer .rightWrap .humbergerNav {
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
  z-index: 2002;
}
.fixContainer .rightWrap .humbergerNav.close {
  z-index: 3002;
}
.fixContainer .rightWrap .humbergerNav.close li:nth-of-type(1) {
  transform: rotate(45deg);
  width: 100%;
  top: 13px;
  background-color: #FFF;
  z-index: 2002;
}
.fixContainer .rightWrap .humbergerNav.close li:nth-of-type(2) {
  opacity: 0;
}
.fixContainer .rightWrap .humbergerNav.close li:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
  width: 100%;
  background-color: #FFF;
  z-index: 2002;
}
.fixContainer .rightWrap .humbergerNav li {
  width: 34px;
  height: 2px;
  background: #303030;
  top: 10px;
  position: absolute;
  transition: 0.3s;
}
.fixContainer .rightWrap .humbergerNav li:nth-of-type(2) {
  top: 16px;
}
.fixContainer .rightWrap .humbergerNav li:nth-of-type(3) {
  top: 22px;
}

header {
  width: 100%;
  background: url(../images/top/main-pc.jpg);
  background-size: cover;
  height: 100vh;
  position: relative;
}
header .contactBox {
  display: flex;
  justify-content: space-between;
  color: #FFF !important;
}
header .contactBox .leftChild {
  padding: 30px 0 0 40px;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  header .contactBox .leftChild {
    padding: 20px 0 0 24px;
    font-size: 10px;
  }
}
header .contactBox .leftChild a {
  display: block;
  position: relative;
  padding-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  header .contactBox .leftChild a {
    padding-bottom: 50px;
  }
}
header .contactBox .leftChild a img {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 197px;
}
@media screen and ( max-width : 768px ) {
  header .contactBox .leftChild a img {
    width: 140px;
    left: -8px;
    top: -8px;
  }
}
header .contactBox .leftChild span {
  line-height: 26px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #FFF;
  display: inline-block;
  font-size: 14px;
  margin-top: 17px;
}
@media screen and ( max-width : 768px ) {
  header .contactBox .leftChild span {
    line-height: 26px;
    font-size: 10px;
    margin-top: 12px;
    padding: 0 10px;
  }
}
header .contactBox .rightChild {
  display: flex;
  align-items: center;
  padding: 42px 40px 0 0;
  height: 34px;
}
@media screen and ( max-width : 768px ) {
  header .contactBox .rightChild {
    padding: 20px 28px 0 0;
    height: auto;
    align-items: baseline;
  }
}
header .contactBox .rightChild h4 {
  width: 78px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #fff;
  margin-right: 24px;
}
@media screen and ( max-width : 768px ) {
  header .contactBox .rightChild h4 {
    display: none;
  }
}
@media screen and ( max-width : 1024px ) {
  header .contactBox .rightChild h4 {
    display: none;
  }
}
header .contactBox .rightChild h4 a {
  display: block;
  height: 100%;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
}
header .contactBox .rightChild p {
  margin-right: 20px;
}
@media screen and ( max-width : 1024px ) {
  header .contactBox .rightChild p {
    display: none;
  }
}
@media screen and ( max-width : 768px ) {
  header .contactBox .rightChild p {
    display: none;
  }
}
header .contactBox .rightChild .langSelect {
  cursor: pointer;
  margin-right: 30px;
}
header .contactBox .rightChild .langSelect h5 {
  line-height: 1;
}
header .contactBox .rightChild .langSelect h5 select {
  cursor: pointer;
  border: none;
  background: url(../images/common/arr-lang.png) no-repeat right center;
  background-size: 9px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  letter-spacing: 3px;
  padding: 5px 15px 5px 0;
  line-height: 1.5;
  color: #fff;
}
header .contactBox .rightChild .langSelect h5 select option {
  color: #333;
}
header .contactBox .rightChild .langSelect h5 select::-ms-expand {
  display: none;
}
@media screen and ( max-width : 1024px ) {
  header .contactBox .rightChild .langSelect {
    display: none;
  }
}
@media screen and ( max-width : 768px ) {
  header .contactBox .rightChild .langSelect {
    display: none;
  }
}
header .contactBox .rightChild .humbergerNav {
  cursor: pointer;
  padding: 20px;
}
@media screen and ( max-width : 768px ) {
  header .contactBox .rightChild .humbergerNav {
    padding: 0;
  }
}
header .contactBox .rightChild .humbergerNav li {
  width: 34px;
  height: 2px;
  background: #FFF;
  margin-bottom: 4px;
}
header .contactBox .rightChild .humbergerNav li:last-child {
  margin-bottom: 0;
}
header h1 {
  position: absolute;
  line-height: 1;
  top: calc(50% + 37px);
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and ( max-width : 768px ) {
  header h1 {
    top: calc(50% - 45px);
  }
}
header h1 img {
  width: 189px;
  height: auto;
}
@media screen and ( max-width : 768px ) {
  header h1 img {
    width: 179px;
  }
}
header h1 span {
  display: none;
}
header .reserveBtn {
  position: absolute;
  left: 30px;
  bottom: 236px;
}
header .reserveBtn img {
  width: 84px;
}
@media screen and ( max-width : 768px ) {
  header .reserveBtn img {
    width: 63px;
  }
}
@media screen and ( max-width : 768px ) {
  header .reserveBtn {
    left: 15px;
    bottom: 200px;
  }
}
header .searchBtnWrap {
  display: flex;
  position: fixed;
  z-index: 1000;
  bottom: 100px;
}
header .searchBtnWrap .searchBtn {
  width: 230px;
  height: 130px;
  z-index: 100;
  text-align: center;
  vertical-align: middle;
  background: #125D7C;
  cursor: pointer;
}
header .searchBtnWrap .searchBtn img {
  width:100%;
  height: 100%;
}
@media screen and ( max-width : 1300px ) {
  header .searchBtnWrap .searchBtn {
    /* width: 19vw;
    height: 19vw;
    line-height: 19vw; */
    display: none;
  }
}
@media screen and ( max-width : 768px ) {
  header .searchBtnWrap .searchBtn img {
    width: 33px;
  }
}

header .searchBtnWrap .searchBtn2 {
  width: 250px;
  height: 130px;
  z-index: 100;
  display: none;
}
header .searchBtnWrap .searchBtn2 img {
  width:100%;
  height: 100%;
}
@media screen and ( max-width : 1300px ) {
  header .searchBtnWrap .searchBtn2 {
    display: block;
  }
}
header .searchBtnWrap .searchBtn_sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}
header .searchBtnWrap .searchBtn_sp img{
  width: 100%;
}
@media screen and ( max-width : 1300px ) {
  header .searchBtnWrap .searchBtn2 {
    /* width: 130px;
    height: 130px; */
    /* line-height: 130px; */
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  header .searchBtnWrap .searchBtn2 {
    /* width: 22vw;
    height: 14vw; */
    display: none;
  }
  header .searchBtnWrap .searchBtn_sp {
    display: block;
  }
}
header .searchBtnWrap .searchBtn2 img {
  /* width: 44px;
  vertical-align: middle; */
}
@media screen and ( max-width : 768px ) {
  header .searchBtnWrap .searchBtn2 img {
    /* width: 33px; */
  }
}
header .searchBtnWrap .searchBtn2 a {
  width: 100%;
  height: 100%;
  display: block;
}
header .searchBtnWrap .searchBtn2 .searchArr {
  position: absolute;
  cursor: pointer;
  right: -18px;
  top: 0;
  display: inline-block;
  width: 20px;
  line-height: 130px;
  text-align: center;
  background: #709FB3;
  vertical-align: middle;
}
header .searchBtnWrap .searchBtn2 .searchArr img {
  width: 30%;
  vertical-align: middle;
}
@media screen and ( max-width : 1200px ) {
  header .searchBtnWrap .searchBtn2 .searchArr {
    right: -27px;
  }
}
@media screen and ( max-width : 768px ) {
  header .searchBtnWrap .searchBtn2 .searchArr {
    height: 19vw;
    line-height: 19vw;
    width: 18px;
    right: -18px;
  }
}
header .searchBox {
  position: relative;
  background: #FFF;
  width: 65%;
  overflow: hidden;
  z-index: 2;
  position: fixed;
  bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  box-sizing: border-box;
  height: 130px;
  padding-top: 20px;
  /* left: calc(-80% + 157px); */
  left: calc(-65% + 250px);
  transition: 0.4s ease 0s;
}
@media screen and ( max-width : 1300px ) {
  header .searchBox {
    left: calc(-80% + 19vw + 18px);
    padding-left: 20px;
    height: 19vw;
    overflow: hidden;
    display: none;
  }
}
header .searchBox.opne {
  left: 230px;
  min-width: 1060px;
}
@media screen and ( max-width : 768px ) {
  header .searchBox.opne {
    left: 19vw;
  }
}
header .searchBox h5 {
  width: 100%;
  line-height: 1;
  text-align: left;
  line-height: 28px;
  vertical-align: middle;
  height: 28px;
  margin-bottom: 14px;
  letter-spacing: 1;
}
@media screen and ( max-width : 768px ) {
  header .searchBox h5 {
    font-size: 11px;
  }
}
header .searchBox h5 img {
  width: 192px;
  padding-right: 15px;
}
@media screen and ( max-width : 768px ) {
  header .searchBox h5 img {
    width: 30%;
  }
}
header .searchBox dl {
  display: flex;
  align-items: baseline;
  line-height: 52px;
  font-size: 14px;
  height: 52px;
  border: 1px solid #B7B7B7;
  padding: 0 20px 0 20px;
  margin-right: 20px;
  background: url(../images/common/triangle.png) no-repeat right 5px center;
  background-size: 9px auto;
}
@media screen and ( max-width : 768px ) {
  header .searchBox dl {
    padding: 0 20px 0 10px;
    margin-right: 10px;
    line-height: 45px;
    font-size: 12px;
  }
}
header .searchBox dl input {
  border: none;
  display: inline-block;
  letter-spacing: 4px;
  width: 160px;
  color: #303030 !important;
}
header .searchBox dl select {
  cursor: pointer;
  border: none;
  display: inline-block;
  letter-spacing: 4px;
  color: #303030 !important;
  line-height: 1.5em;
  vertical-align: initial;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}
header .searchBox dl dt {
  margin-right: 10px;
}
@media screen and ( max-width : 768px ) {
  header .searchBox dl dt {
    margin-right: 5px;
  }
}
header .searchBox dl dd {
  line-height: 52px;
  vertical-align: middle;
  display: block;
}
header .searchBox dl .day {
  font-size: 16px;
}
header .searchBox dl .restCount select {
  font-size: 24px;
}
@media screen and ( max-width : 768px ) {
  header .searchBox dl .restCount select {
    font-size: 18px;
  }
}
header .searchBox dl .personCount select {
  font-size: 24px;
}
@media screen and ( max-width : 768px ) {
  header .searchBox dl .personCount select {
    font-size: 18px;
  }
}
header .searchBox dl .roomCount select {
  font-size: 24px;
}
@media screen and ( max-width : 768px ) {
  header .searchBox dl .roomCount select {
    font-size: 18px;
  }
}
header .searchBox .planSearchBtn {
  height: 52px;
  line-height: 52px;
  margin-right: 15px;
}
header .searchBox .planSearchBtn button {
  cursor: pointer;
  border: none;
  padding: 0 45px 0 20px;
  line-height: 52px;
  height: 52px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-family: serif;
  background: #690000 url(../images/top/out-link.png) no-repeat right 10px center;
  background-size: 15px auto;
}
header .searchBox .subBtn {
  position: relative;
  top: -41px;
}
header .searchBox .subBtn p:first-child {
  margin-bottom: 7px;
}
header .searchBox .subBtn p a {
  line-height: 43px;
  vertical-align: middle;
  background: #2C89B1;
  display: block;
  width: 184px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 45px;
  overflow: hidden;
}
header .searchBox .subBtn p:first-child a {
  background: #2C89B1 url(../images/common/aicon-list.svg) no-repeat left 20px center;
  background-size: 13px auto;
}
header .searchBox .subBtn p:nth-child(2) a {
  background: #2C89B1 url(../images/common/aicon-login.png) no-repeat left 20px center;
  background-size: 13px auto;
}
header .searchBox .searchArr {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 130px;
  text-align: center;
  background: #709FB3;
  vertical-align: middle;
}
header .searchBox .searchArr img {
  width: 100%;
  height: 100%;
}
@media screen and ( max-width : 1200px ) {
  header .searchBox .searchArr {
    display: none;
  }
}
@media screen and ( max-width : 768px ) {
  header .searchBox .searchArr {
    display: inline-block;
    height: 19vw;
    line-height: 19vw;
    width: 18px;
  }
}
header .coronaBtn {
  position: absolute;
  bottom: 35px;
  left: 50px;
  cursor: pointer;
}
@media screen and ( max-width : 768px ) {
  header .coronaBtn {
    left: 20px;
  }
}
header .coronaBtn a {
  line-height: 38px;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid #FFF;
}
@media screen and ( max-width : 768px ) {
  header .coronaBtn a {
    width: auto;
    line-height: 33px;
    padding: 0 15px;
    letter-spacing: 0;
    font-size: 12px;
  }
}
header .gnav {
  height: 48px;
}
header .gnav a {
  line-height: 48px;
  vertical-align: middle;
  width: 240px;
  background: #00C63D;
  border-radius: 64px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
@media screen and ( max-width : 768px ) {
  header .gnav {
    display: none;
  }
}

body.underPage#access header {
  background: url(../images/access/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#onsen header {
  background: url(../images/onsen/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#onsen .wrap .titleChild h3 {
  padding: 0 20px;
  line-height: 1.8em;
}
body.underPage#food header {
  background: url(../images/food/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#food .wrap .titleChild h3 {
  padding: 0 20px;
  line-height: 1.8em;
}
body.underPage#room-list header {
  background: url(../images/room-list/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#room-list .titleChild h3 {
  padding: 0 20px;
  line-height: 1.8em;
}
body.underPage#room-list .titleChild .text {
  margin-bottom: 60px !important;
}
@media screen and ( max-width : 768px ) {
  body.underPage#room-list .titleChild .text {
    margin-bottom: 40px !important;
  }
}
body.underPage#room-detail header {
  background: url(../images/room-detail/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#room-detail.suirei header {
  background: url(../images/room-detail/bg2.jpg) no-repeat;
  background-size: cover;
}
body.underPage#room-detail.suiten header {
  background: url(../images/room-detail/bg3.jpg) no-repeat;
  background-size: cover;
}
body.underPage#room-detail.suika header {
  background: url(../images/room-detail/bg4.jpg) no-repeat;
  background-size: cover;
}
body.underPage#room-detail .titleChild {
  margin-bottom: 120px;
}
@media screen and ( max-width : 768px ) {
  body.underPage#room-detail .titleChild {
    margin-bottom: 80px;
  }
}
body.underPage#room-detail .titleChild h3 {
  font-family: "Cormorant Garamond";
}
body.underPage#room-detail .titleChild h3 span {
  font-family: "Shippori Mincho", sans-serif;
}
body.underPage#room-detail .titleChild .text {
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  body.underPage#room-detail .titleChild .text {
    margin-bottom: 45px;
  }
}
body.underPage#room-detail .titleChild .hosoku {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and ( max-width : 768px ) {
  body.underPage#room-detail .titleChild .hosoku {
    font-size: 12px;
  }
}
body.underPage#room-detail .paramBox {
  display: flex;
  justify-content: center;
}
@media screen and ( max-width : 768px ) {
  body.underPage#room-detail .paramBox {
    width: auto;
    display: block;
    padding: 0 60px;
  }
}
body.underPage#room-detail .paramBox li {
  font-size: 14px !important;
  line-height: 50px !important;
}
@media screen and ( max-width : 768px ) {
  body.underPage#room-detail .paramBox li {
    padding: 20px 0;
    line-height: 1.75em !important;
  }
}
body.underPage#about header {
  background: url(../images/about/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#about .wrap .titleChild h3 {
  line-height: 1.8em;
}
body.underPage#about .image3Box ul {
  box-sizing: border-box;
  max-width: 1180px !important;
  margin-bottom: 110px;
  width: auto;
  padding: 0 30px;
}
@media screen and ( max-width : 768px ) {
  body.underPage#about .image3Box ul {
    width: auto !important;
    margin-bottom: 70px;
  }
}
body.underPage#about .image3Box ul li span {
  padding-top: 40px !important;
  line-height: 1.8em !important;
  text-align: center !important;
  display: block;
  margin-bottom: 60px !important;
}
@media screen and ( max-width : 768px ) {
  body.underPage#about .image3Box ul li span {
    padding-top: 25px !important;
    margin-bottom: 40px !important;
  }
}
body.underPage#news-detail .wrap .titleChild h3 {
  margin-bottom: 40px;
  line-height: 1.75 !important;
}
body.underPage#news-detail .wrap .titleChild .dateBox {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 30px;
  align-items: center;
  font-family: "Cormorant Garamond";
}
body.underPage#news-detail .wrap .titleChild .dateBox li {
  vertical-align: top !important;
  line-height: 16px;
}
body.underPage#news-detail .wrap .titleChild .dateBox li.cat {
  margin-left: 25px;
  padding: 0 25px;
  font-size: 12px;
  border-right: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
}
body.underPage#plan-list header {
  background: url(../images/plan-list/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#plan-list .wrap .titleChild h3 {
  line-height: 1.8em;
}
body.underPage#plan-list .wrap .titleChild .text {
  margin-bottom: 100px !important;
}
@media screen and ( max-width : 768px ) {
  body.underPage#plan-list .wrap .titleChild .text {
    font-size: 16px !important;
    margin-bottom: 65px !important;
  }
}
body.underPage#guidance header {
  background: url(../images/guidance/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#guidance .wrap .titleChild {
  margin-bottom: 110px !important;
}
@media screen and ( max-width : 768px ) {
  body.underPage#guidance .wrap .titleChild {
    margin-bottom: 70px !important;
  }
}
body.underPage#guidance .wrap .titleChild h3 {
  line-height: 1.8em;
}
body.underPage#recruit header {
  background: url(../images/recruit/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#recruit .wrap .titleChild {
  margin-bottom: 110px !important;
}
@media screen and ( max-width : 768px ) {
  body.underPage#recruit .wrap .titleChild {
    margin-bottom: 70px !important;
  }
}
body.underPage#recruit .wrap .titleChild h3 {
  line-height: 1.8em;
}
body.underPage#kanko-list header {
  background: url(../images/kanko-list/bg.jpg) no-repeat;
  background-size: cover;
}
body.underPage#kanko-list .wrap .titleChild h3 {
  line-height: 1.8em;
}
body.underPage#kanko-list .wrap .titleChild .text {
  margin-bottom: 100px !important;
  line-height: 2.8em !important;
}
@media screen and ( max-width : 768px ) {
  body.underPage#kanko-list .wrap .titleChild .text {
    font-size: 16px !important;
    margin-bottom: 65px !important;
  }
}
body.underPage.nonImage header {
  background: #2D728E !important;
  height: 308px !important;
}
body.underPage header {
  height: 80vh;
}
body.underPage header h1 {
  top: 50%;
  text-align: center;
  padding: 0 20px;
}
body.underPage header h1 img {
  display: none;
}
body.underPage header h1 span {
  display: inline-block;
  font-size: 35px;
  color: #FFF;
  line-height: 1.5;
}
@media screen and ( max-width : 768px ) {
  body.underPage header h1 span {
    font-size: 28px;
  }
}
body.underPage header h1 .subTiitle {
  display: block;
  font-size: 24px;
  padding-bottom: 15px;
}
body.underPage header .searchBtn {
  bottom: 0;
}
body.underPage header .coronaBtn {
  display: none;
}
body.underPage header .reserveBtn {
  display: none;
}

.mainContainer {
  padding-top: 128px;
  background-color: #F4F1ED;
  overflow: hidden;
}
@media screen and ( max-width : 768px ) {
  .mainContainer {
    padding-top: 58px;
  }
}
.mainContainer .smallWrap {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .smallWrap {
    width: auto;
    display: block;
    padding: 0 50px;
  }
}
.mainContainer .newsWrap {
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .newsWrap {
    margin-bottom: 40px;
  }
}
.mainContainer .newsWrap .titleBox {
  width: 280px;
  text-align: center;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .newsWrap .titleBox {
    width: 340px;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .newsWrap .titleBox {
    width: auto;
  }
}
.mainContainer .newsWrap .titleBox h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .newsWrap .titleBox h3 {
    font-size: 24px;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .newsWrap .titleBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.mainContainer .newsWrap .titleBox a {
  display: block;
  font-size: 14px;
  background: url(../images/top/arr-news.png) no-repeat center center;
  background-size: 27px auto;
  background-position: calc(50% + 5.5em) 50%;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .newsWrap .titleBox a {
    display: none;
    font-size: 12px;
  }
}
.mainContainer .detailBox {
  width: 840px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .detailBox {
    width: auto;
  }
}
.mainContainer .detailBox .newsBox .newsChild {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/common/line.jpg) repeat-x bottom left;
  background-size: 4px auto;
}
.mainContainer .detailBox .newsBox .newsChild.link {
  text-align: right;
  padding: 10px 0 0 0;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .detailBox .newsBox .newsChild.link a {
    display: block;
    background: url(../images/top/arr-news.png) no-repeat center right;
    background-size: 18px auto;
    padding-right: 30px;
    font-size: 12px;
  }
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .detailBox .newsBox .newsChild {
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .detailBox .newsBox .newsChild {
    display: block;
    padding-bottom: 0;
    border: none;
    background: none;
    margin-bottom: 15px;
  }
}
.mainContainer .detailBox .newsBox .newsChild .data {
  font-family: "Cormorant Garamond";
}
@media screen and ( max-width : 768px ) {
  .mainContainer .detailBox .newsBox .newsChild .data {
    margin-bottom: 3px;
  }
}
.mainContainer .detailBox .newsBox .newsChild .title {
  margin-left: 40px;
  line-height: 1.8;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .detailBox .newsBox .newsChild .title {
    margin-left: 0;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .detailBox .newsBox .newsChild .title {
    margin-left: 0;
  }
}
.mainContainer .detailBox .newsBox .newsChild .title span {
  display: inline-block;
  font-size: 12px;
  padding-left: 53px;
  line-height: 2.5em;
  vertical-align: top;
  position: relative;
}
.mainContainer .detailBox .newsBox .newsChild .title span:after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  position: absolute;
  left: 13px;
  top: 50%;
  background: #707070;
}
.mainContainer .bnrWrap {
  text-align: center;
  margin-bottom: 110px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .bnrWrap {
    padding: 0 50px;
    margin-bottom: 80px;
  }
}
.mainContainer .bnrWrap p:first-child {
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .bnrWrap p:first-child {
    margin-bottom: 20px;
  }
}
.mainContainer .bnrWrap img {
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .bnrWrap img {
    width: 100%;
    height: auto;
  }
}
.mainContainer .aboutWrap {
  margin-bottom: 95px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .aboutWrap {
    margin-bottom: 65px;
  }
}
.mainContainer .aboutWrap h2 {
  writing-mode: vertical-rl;
  margin: 0 auto 100px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .aboutWrap h2 {
    margin: 0 auto 30px;
  }
}
.mainContainer .aboutWrap h2 span {
  display: block;
  font-size: 30px;
  padding: 30px 18px 0;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .aboutWrap h2 span {
    font-size: 24px;
    padding: 20px 10px 0;
  }
}
.mainContainer .aboutWrap h2 span.smallTitle {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 0;
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .aboutWrap h2 span.smallTitle {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 12px;
  }
}
.mainContainer .aboutWrap .text {
  text-align: center;
  font-size: 18px;
  line-height: 3.8em;
  margin-bottom: 90px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .aboutWrap .text {
    font-size: 13px;
    margin-bottom: 2em;
    padding: 0 20px;
  }
}
.mainContainer .aboutWrap .link {
  display: block;
  text-align: center;
  font-size: 18px;
  background: url(../images/top/arr-about.png) no-repeat center center;
  background-size: 22px auto;
  line-height: 1;
  background-position: calc(50% + 6.3em) 80%;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .aboutWrap .link {
    font-size: 12px;
  }
}
.mainContainer .imageWrap {
  padding: 0 75px;
  display: flex;
  margin: 0 auto 120px;
  max-width: 1120px;
  box-sizing: border-box;
  padding: 0 30px;
  background: url(../images/top/about-bg_pc.jpg) no-repeat;
  background-size: calc(100% - 30px) auto;
  height: 33.0538922156vw;
  /*calcでエラー出てる*/
}
@media screen and ( max-width : 768px ) {
  .mainContainer .imageWrap {
    padding: 0;
    display: block;
    height: 33.0538922156vw;
    /*calcでエラー出てる*/
    width: 100%;
    margin-bottom: 110px;
    background: url(../images/top/about-bg_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .imageWrap p {
    display: none;
  }
}
.mainContainer .imageWrap p:first-child {
  margin-right: 38px;
}
.mainContainer .imageWrap p:nth-child(2) {
  padding-top: 95px;
  margin-right: 84px;
}
.mainContainer .imageWrap p:nth-child(3) {
  padding-top: 55px;
  margin-right: 20px;
}
.mainContainer .imageWrap p:nth-child(4) {
  padding-top: 115px;
  margin-right: 94px;
}
.mainContainer .imageWrap p:nth-child(5) {
  padding-top: 24px;
}
.mainContainer .roomWrap h2 {
  writing-mode: vertical-rl;
  margin: 0 auto 31px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap h2 {
    margin: 0 auto 40px;
  }
}
.mainContainer .roomWrap h2 span {
  display: block;
  font-size: 35px;
  padding: 20px 28px 0 50px;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap h2 span {
    padding: 10px 14px 0 32px;
    font-size: 24px;
  }
}
.mainContainer .roomWrap h2 span.smallTitle {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap h2 span.smallTitle {
    font-size: 12px;
  }
}
.mainContainer .roomWrap .text {
  text-align: center;
  font-size: 18px;
  line-height: 2.8em;
  margin-bottom: 90px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .text {
    font-size: 13px;
    margin-bottom: 2em;
    padding: 0 20px;
  }
}
.mainContainer .roomWrap .container {
  margin-bottom: 50px;
}
.mainContainer .roomWrap .infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mainContainer .roomWrap .infinite-slider .swiper-slide {
  width: 876px !important;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .infinite-slider .swiper-slide {
    width: calc(100vw - 90px) !important;
    margin-right: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .infinite-slider .swiper-slide img {
    width: 100% !important;
    height: auto;
  }
}
.mainContainer .roomWrap .linkBox {
  padding-bottom: 137px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox {
    padding-bottom: 80px;
  }
}
.mainContainer .roomWrap .linkBox table {
  max-width: 816px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox table {
    width: 100% !important;
    line-height: 1.7;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox table tr:last-child {
    display: table-row;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox table tr:last-child td {
    display: block;
    width: 200%;
  }
}
.mainContainer .roomWrap .linkBox table .title {
  padding: 0 0 28px 52px;
  width: 319px;
  box-sizing: border-box;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox table .title {
    width: 50%;
    padding-left: 72px;
    padding-bottom: 10px;
    font-size: 13px;
  }
}
.mainContainer .roomWrap .linkBox table .detail {
  text-align: left;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox table .detail {
    width: 50%;
    font-size: 13px;
  }
}
.mainContainer .roomWrap .linkBox table .link {
  text-align: right;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox table .link {
    padding-top: 25px;
  }
}
.mainContainer .roomWrap .linkBox table .link a {
  display: block;
  text-align: right;
  font-size: 18px;
  background: url(../images/top/arr-about.png) no-repeat bottom right;
  background-size: 40px auto;
  line-height: 1;
  padding-right: 53px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .linkBox table .link a {
    font-size: 12px;
    text-align: center;
    background: url(../images/top/arr-about.png) no-repeat center center;
    background-size: 30px auto;
    line-height: 1;
    padding-right: 0;
    background-position: calc(50% + 4.3em) 100%;
  }
}
.mainContainer .roomWrap .bathBox .titleChild {
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild {
    padding-top: 295px;
  }
}
.mainContainer .roomWrap .bathBox .titleChild .image {
  width: calc(50% + 222px);
  height: 650px;
  overflow: hidden;
  position: absolute;
  top: -250px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild .image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 415px;
  }
}
.mainContainer .roomWrap .bathBox .titleChild .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainContainer .roomWrap .bathBox .titleChild .image span {
  display: inline-block;
  position: absolute;
  left: 45px;
  font-size: 18px;
  bottom: 25px;
  line-height: 1;
  color: #FFF;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild .image span {
    display: none;
  }
}
.mainContainer .roomWrap .bathBox .titleChild .detail {
  position: relative;
  padding: 100px 120px 0;
  width: 550px;
  min-height: 570px;
  box-sizing: border-box;
  background: #F4F1ED;
  margin-left: 50%;
  margin-top: 240px;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .roomWrap .bathBox .titleChild .detail {
    padding: 60px 80px 0 80px;
    width: 70%;
    margin-left: 30%;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild .detail {
    position: relative;
    width: auto;
    min-height: auto;
    margin: 0 40px;
    left: 0;
    padding: 40px 40px 0;
  }
}
.mainContainer .roomWrap .bathBox .titleChild .detail h3 .sub {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild .detail h3 .sub {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.mainContainer .roomWrap .bathBox .titleChild .detail h3 .main {
  font-size: 35px;
  margin-bottom: 41px;
  line-height: 1;
  display: block;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild .detail h3 .main {
    font-size: 26px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
}
.mainContainer .roomWrap .bathBox .titleChild .detail p {
  line-height: 3.2em;
  margin-bottom: 68px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild .detail p {
    font-size: 13px;
    margin-bottom: 35px;
  }
}
.mainContainer .roomWrap .bathBox .titleChild .detail a {
  display: block;
  text-align: right;
  font-size: 18px;
  background: url(../images/top/arr-about.png) no-repeat bottom right;
  background-size: 22px auto;
  line-height: 1;
  padding-right: 35px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .titleChild .detail a {
    font-size: 12px;
  }
}
.mainContainer .roomWrap .bathBox .listChild {
  padding-top: 80px;
  position: relative;
  margin-bottom: 180px;
  width: 1110px;
  right: calc(1110px - 100vw - 140px);
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .roomWrap .bathBox .listChild {
    right: calc((100vw - 1110px) / 4 - 70px);
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .listChild {
    width: 660px;
    right: -90px;
    margin-bottom: 100px;
  }
  .mainContainer .roomWrap .bathBox .listChild .slick-slide img {
    height: 180px !important;
    width: auto;
  }
}
.mainContainer .roomWrap .bathBox .listChild .slide-items li .title {
  padding-top: 12px;
  display: inline-block;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .roomWrap .bathBox .listChild .slide-items li .title {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.mainContainer .foodWrap {
  margin-bottom: 134px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap {
    margin-bottom: 94px;
  }
}
.mainContainer .foodWrap h2 {
  writing-mode: vertical-rl;
  margin: 0 auto 43px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap h2 {
    margin: 0 auto 40px;
  }
}
.mainContainer .foodWrap h2 span {
  display: block;
  font-size: 35px;
  padding: 20px 28px 0 50px;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap h2 span {
    padding: 10px 14px 0 32px;
    font-size: 24px;
  }
}
.mainContainer .foodWrap h2 span.smallTitle {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap h2 span.smallTitle {
    font-size: 12px;
  }
}
.mainContainer .foodWrap .text {
  text-align: center;
  font-size: 18px;
  line-height: 2.8em;
  margin-bottom: 62px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap .text {
    font-size: 13px;
    margin-bottom: 57px;
  }
}
.mainContainer .foodWrap .container {
  margin-bottom: 43px;
}
.mainContainer .foodWrap .infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mainContainer .foodWrap .infinite-slider .swiper-slide {
  width: 876px !important;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap .infinite-slider .swiper-slide {
    width: calc(100vw - 90px) !important;
    margin-right: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap .infinite-slider .swiper-slide img {
    width: 100% !important;
    height: auto;
  }
}
.mainContainer .foodWrap .link a {
  display: block;
  text-align: center;
  font-size: 18px;
  background: url(../images/top/arr-about.png) no-repeat center center;
  background-size: 40px auto;
  line-height: 1;
  background-position: calc(50% + 5.3em) 100%;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .foodWrap .link a {
    font-size: 13px;
    background-size: 22px auto;
    background-position: calc(50% + 4.8em) 80%;
  }
}
.mainContainer .omotenashiWrap {
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .omotenashiWrap {
    flex-wrap: wrap;
  }
}
.mainContainer .omotenashiWrap h2 {
  writing-mode: vertical-rl;
  padding-left: 50px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .omotenashiWrap h2 {
    width: calc(33% - 35px);
    padding: 0;
    box-sizing: border-box;
  }
}
.mainContainer .omotenashiWrap h2 span {
  display: block;
  font-size: 35px;
  padding: 20px 28px 0 70px;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .omotenashiWrap h2 span {
    font-size: 24px;
    padding: 10px 18px 0 70px;
  }
}
.mainContainer .omotenashiWrap h2 span.smallTitle {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .omotenashiWrap h2 span.smallTitle {
    font-size: 13px;
  }
}
.mainContainer .omotenashiWrap .detailBox {
  padding-top: 38px;
  margin-left: 120px;
  margin-bottom: 70px;
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .omotenashiWrap .detailBox {
    width: calc(67% + 35px);
    box-sizing: border-box;
    padding-top: 38px;
    padding-left: 35px;
    margin-bottom: 35px;
    margin-left: 0;
  }
}
.mainContainer .omotenashiWrap .detailBox .image {
  margin-bottom: 45px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .omotenashiWrap .detailBox .image {
    margin-bottom: 0;
  }
}
.mainContainer .omotenashiWrap .detailBox .image img {
  width: 100%;
}
.mainContainer .omotenashiWrap .detailBox table {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 74px;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .omotenashiWrap .detailBox table {
    padding-left: 20px;
  }
}
.mainContainer .omotenashiWrap .detailBox table tr {
  display: flex;
  flex-wrap: wrap;
}
.mainContainer .omotenashiWrap .detailBox table .title {
  padding-left: 90px;
  vertical-align: bottom;
  line-height: 2.3em;
  box-sizing: border-box;
  margin-bottom: 70px;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .omotenashiWrap .detailBox table .title {
    padding-left: 40px;
  }
}
.mainContainer .omotenashiWrap .detailBox table .link {
  width: 300px;
  text-align: left;
  vertical-align: bottom;
  padding-left: 90px;
  margin-bottom: 70px;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .omotenashiWrap .detailBox table .link {
    padding-left: 40px;
  }
}
.mainContainer .omotenashiWrap .detailBox table .link a {
  display: block;
  line-height: 2.3em;
  background: url(../images/top/arr-about.png) no-repeat bottom 0.5em left 5.5em;
  background-size: 40px auto;
  padding-right: 53px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .omotenashiWrap .textBox {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 55px;
    padding-left: 10px;
  }
  .mainContainer .omotenashiWrap .textBox .child {
    font-size: 12px;
    text-align: center;
  }
  .mainContainer .omotenashiWrap .textBox .child p {
    display: inline-block;
  }
  .mainContainer .omotenashiWrap .textBox .child p.title {
    margin-bottom: 25px;
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .mainContainer .omotenashiWrap .textBox .child p.link {
    text-align: right;
    display: inline-block;
    width: auto;
  }
  .mainContainer .omotenashiWrap .textBox .child a {
    clear: both;
    display: block;
    line-height: 2.3em;
    background: url(../images/top/arr-about.png) no-repeat bottom 10px left 5.5em;
    background-size: 22px auto;
    margin-left: 18em;
    padding-right: 33px;
  }
}
.mainContainer .kankouWrap {
  background: url(../images/top/kankou-image.jpg);
  background-position: 100% 0;
  background-size: auto 100%;
  margin-bottom: 115px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .kankouWrap {
    padding: 0 42px 170px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 215px;
    background-size: 100% auto;
    margin: 0 auto 55px;
  }
}
.mainContainer .kankouWrap .detailBox {
  display: flex;
  justify-content: center;
  width: calc(50% - 53px);
  padding: 125px 0 120px 0;
  background: #709FB3;
}
@media screen and ( max-width : 1024px ) {
  .mainContainer .kankouWrap .detailBox {
    width: calc(60% - 53px);
    padding: 75px 0 60px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .mainContainer .kankouWrap .detailBox {
    padding: 55px 0 50px 0;
    width: 100%;
    margin: 0 auto;
  }
}
.mainContainer .kankouWrap .detailBox .detail {
  display: inline-block;
  margin: o auto;
  color: #FFF;
}
.mainContainer .kankouWrap .detailBox .detail h4 {
  font-size: 30px;
  letter-spacing: 11px;
  line-height: 2.2em;
  margin-bottom: 58px;
  font-weight: 500;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .kankouWrap .detailBox .detail h4 {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.mainContainer .kankouWrap .detailBox .detail ul li a {
  color: #FFF;
  font-size: 15px;
  display: block;
  line-height: 1;
  margin-bottom: 26px;
  background: url(../images/top/arr-kankou.png) no-repeat right 7px center;
  background-size: 7px auto;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .kankouWrap .detailBox .detail ul li a {
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    background-size: 4px auto;
  }
}
.mainContainer .otherWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1098px;
  height: 294px;
  margin: 0 auto 95px;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .otherWrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 120px;
  }
}
.mainContainer .otherWrap .child {
  width: calc(50% - 33px);
  height: 294px;
  overflow: hidden;
  display: table;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .otherWrap .child {
    margin: 0 auto 40px;
    width: 65%;
    height: auto;
  }
}
.mainContainer .otherWrap .child:first-child a h5 {
  background: url(../images/top/out-link.png) no-repeat center center;
  background-position: calc(50% + 2.6em) 50%;
  background-size: 15px auto;
}
.mainContainer .otherWrap .child a {
  display: table-cell;
  vertical-align: middle;
  height: 294px;
  color: #FFF;
  background-position: center;
  transition: transform 0.6s ease;
}
.mainContainer .otherWrap .child a:hover {
  transform: scale(1.1);
}
@media screen and ( max-width : 768px ) {
  .mainContainer .otherWrap .child a {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
}
.mainContainer .otherWrap .child a h5 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 33px;
}
.mainContainer .otherWrap .child a p {
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .otherWrap .child a p {
    font-size: 13px;
    line-height: 2.2em;
  }
}
.mainContainer .otherWrap .child:first-child a {
  background: url(../images/top/other-image1.jpg);
  background-size: cover;
}
.mainContainer .otherWrap .child:nth-child(2) a {
  background: url(../images/top/other-image2.jpg);
  background-size: cover;
}
.mainContainer .instaWrap {
  max-width: 1098px;
  box-sizing: border-box;
  margin: 0 auto 60px;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.mainContainer .instaWrap .child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .child {
    display: block;
  }
}
.mainContainer .instaWrap .child h5 {
  width: 348px;
  line-height: 1.9em;
  letter-spacing: 4px;
  text-align: left;
  font-size: 26px;
  display: inline-block;
  padding-bottom: 50px;
  background: url(../images/top/aicon-insta.png) no-repeat bottom center;
  background-size: 30px 30px;
  padding-left: 27px;
  padding-right: 27px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .child h5 {
    width: auto;
    text-align: center;
    display: block;
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.mainContainer .instaWrap .child h5 span {
  font-size: 28px;
}
.mainContainer .instaWrap .child #sb_instagram {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .child #sb_instagram {
    width: 70vw;
    margin: 0 auto;
  }
}
.mainContainer .instaWrap .child #sb_instagram #sbi_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .child #sb_instagram #sbi_images {
    flex-wrap: wrap;
    width: auto;
    padding: 0 !important;
  }
}
.mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item {
  position: relative;
  width: calc(25% - 13px);
  height: calc(25% - 13px);
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and ( max-width : 768px ) and ( max-width : 768px ) {
  .mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item {
    width: calc(35vw - 10px);
  }
}
.mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap a {
  background-repeat: no-repeat;
  background-size: cover;
  background: none !important;
}
.mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item svg {
  position: absolute;
  width: 15px;
  top: 5px;
  color: #FFF;
  right: 5px;
}
.mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item img {
  width: 176px;
  height: 176px;
  object-fit: cover;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item img {
    width: calc(35vw - 10px);
    height: calc(35vw - 10px);
  }
}
.mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item span {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
}
.mainContainer .instaWrap .child #sb_instagram #sbi_images .sbi_item span img {
  width: 17px;
  height: 17px;
}
.mainContainer .instaWrap .child #sb_instagram #sbi_load {
  display: none;
}
.mainContainer .instaWrap .link {
  height: 48px;
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .link {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.mainContainer .instaWrap .link a {
  display: block;
  position: relative;
  z-index: 2;
  width: 325px;
  line-height: 48px;
  margin: 0 auto;
  vertical-align: middle;
  border: #707070 solid 1px;
  text-align: center;
  background: url(../images/top/arr-insta.png) no-repeat right 27px center #F4F1ED;
  background-size: 12px auto;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .instaWrap .link a {
    width: 48%;
  }
}
.mainContainer .instaWrap .link:after {
  content: "";
  height: 1px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  background: #707070;
}
.mainContainer .creditWrap {
  margin-bottom: 270px;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .creditWrap {
    margin-bottom: 180px;
  }
}
.mainContainer .creditWrap h6 {
  text-align: center;
  margin-bottom: 30px;
}
.mainContainer .creditWrap p {
  width: 685px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .mainContainer .creditWrap p {
    width: 80%;
  }
}
.mainContainer .creditWrap p img {
  width: 100%;
}

.underMainContainer {
  padding-top: 90px;
  background-color: #F4F1ED;
  overflow: hidden;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer {
    padding-top: 60px;
  }
}
.underMainContainer .wrap {
  /*温泉ページ*/
  /*食事ページ*/
  /*部屋一覧ページ*/
  /*部屋詳細ページ*/
  /*いずみやについてページ*/
  /*プラン一覧ページ*/
  /*プラン詳細ページ*/
  /*いずみやの施設案内ページ*/
  /*いずみやの求人情報ページ*/
  /*お知らせ詳細*/
  /*お知らせ一覧*/
  /*プライバシーポリシーページ*/
  /*お問い合わせ*/
  /*動画で見るいずみやページ*/
  /*観光リストページ*/
  /*ログインページ*/
}
.underMainContainer .wrap .titleChild {
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild {
    margin-bottom: 40px;
  }
}
.underMainContainer .wrap .titleChild h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 67px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild h3 {
    padding: 0 20px;
    font-size: 24px;
    margin-bottom: 44px;
  }
}
.underMainContainer .wrap .titleChild .text {
  text-align: center;
  font-size: 18px;
  line-height: 2.1em;
  margin-bottom: 80px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .text {
    font-size: 12px;
    margin-bottom: 53px;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .titleChild .map {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .titleChild .map {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .map {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.underMainContainer .wrap .titleChild .map iframe {
  width: 100%;
  height: 386px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .map iframe {
    height: 40vh;
  }
}
.underMainContainer .wrap .titleChild .image3Box ul {
  max-width: 1050px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .titleChild .image3Box ul {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .image3Box ul {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .titleChild .image3Box ul li {
  width: calc(33.3333333333% - 33px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .image3Box ul li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
.underMainContainer .wrap .titleChild .image3Box ul li img {
  width: 100%;
}
.underMainContainer .wrap .titleChild .image3Box ul li span {
  padding-top: 20px;
  line-height: 1;
  display: block;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .image3Box ul li span {
    padding-top: 25px;
    text-align: center;
  }
}
.underMainContainer .wrap .titleChild .caution {
  text-align: center;
  font-size: 14px;
}
.underMainContainer .wrap .titleChild .wBox {
  padding: 40px 0;
  background: #FFF;
  border: #707070 1px solid;
  width: 630px;
  margin: 0 auto 80px;
  line-height: 1.8em;
  font-size: 16px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .wBox {
    width: auto;
    padding: 30px;
    margin: 0 40px 50px;
    font-size: 12px;
  }
}
.underMainContainer .wrap .titleChild .link {
  display: block;
  text-align: center;
  font-size: 18px;
  background: url(../images/top/arr-about.png) no-repeat center center;
  background-size: 22px auto;
  line-height: 1;
  background-position: calc(50% + 6em) 80%;
}
.underMainContainer .wrap .titleChild .link.moji7 {
  background-position: calc(50% + 5em) 80%;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .link {
    font-size: 12px;
  }
}
.underMainContainer .wrap .titleChild .paramBox {
  display: flex;
  justify-content: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .paramBox {
    width: auto;
    display: block;
    padding: 0 60px;
  }
}
.underMainContainer .wrap .titleChild .paramBox li {
  margin: 0 10px;
  display: inline-block;
  line-height: 55px;
  vertical-align: middle;
  padding: 0 40px;
  border: 1px solid #707070;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .titleChild .paramBox li {
    width: auto;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
}
.underMainContainer .wrap .detailChild {
  max-width: 1052px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .detailChild {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .detailChild {
    width: auto;
    display: block;
    padding: 0 40px;
    margin-bottom: 53px;
  }
}
.underMainContainer .wrap .detailChild .image {
  width: 495px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .detailChild .image {
    width: auto;
  }
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .detailChild .image {
    width: 50%;
  }
}
.underMainContainer .wrap .detailChild .image img {
  width: 100%;
}
.underMainContainer .wrap .detailChild .child {
  padding: 34px 0 0 7px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .detailChild .child {
    padding-right: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .detailChild .child {
    padding: 0;
  }
}
.underMainContainer .wrap .detailChild .child h4 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .detailChild .child h4 {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.underMainContainer .wrap .detailChild .child ul li {
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .detailChild .child ul li {
    line-height: 1.75;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .detailChild .child ul li {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
.underMainContainer .wrap .subNavChild {
  margin-bottom: 150px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild {
    margin-bottom: 99px;
  }
}
.underMainContainer .wrap .subNavChild .grayBtn {
  max-width: 1068px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .subNavChild .grayBtn {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild .grayBtn {
    display: block;
    width: auto;
    padding: 0 40px;
    margin-bottom: 46px;
  }
}
.underMainContainer .wrap .subNavChild .grayBtn li {
  width: calc(33.3333333333% - 20px);
  background: #DBDBDB;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild .grayBtn li {
    width: auto;
    margin-bottom: 10px;
  }
}
.underMainContainer .wrap .subNavChild .grayBtn li a {
  display: block;
  text-align: center;
  background: url(../images/access/arr.png) no-repeat right 29px center;
  background-size: 12px auto;
  line-height: 88px;
  vertical-align: middle;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .subNavChild .grayBtn li a {
    font-size: 14px;
    background: url(../images/access/arr.png) no-repeat center bottom 10px;
    background-size: 6px auto;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild .grayBtn li a {
    line-height: 50px;
    font-size: 14px;
    background: url(../images/access/arr.png) no-repeat center bottom 10px;
    background-size: 6px auto;
  }
}
.underMainContainer .wrap .subNavChild .text {
  width: 800px;
  margin: 0 auto;
  line-height: 2em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild .text {
    padding: 0 60px;
    font-size: 12px;
    width: auto;
  }
}
.underMainContainer .wrap .routeChild {
  max-width: 967px;
  margin: 0 auto 117px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .routeChild {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild {
    width: auto;
    padding: 0 20px;
    margin-bottom: 77px;
  }
}
.underMainContainer .wrap .routeChild h5 {
  border-bottom: 1px solid #707070;
  margin-bottom: 32px;
  padding-bottom: 20px;
  font-size: 18px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild h5 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.underMainContainer .wrap .routeChild .text {
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild .text {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.underMainContainer .wrap .routeChild .image {
  margin-bottom: 55px;
}
.underMainContainer .wrap .routeChild .image img {
  margin: 0 auto;
  width: calc(100% - 40px);
}
.underMainContainer .wrap .routeChild .textRoom {
  width: 800px;
  margin: 0 auto 60px;
  line-height: 1.8em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild .textRoom {
    width: auto;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .routeChild .textRoom h6 {
  text-decoration: underline;
}
.underMainContainer .wrap .routeChild .textRoom .text {
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild .textRoom .text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .routeChild .textRoom ul {
  display: flex;
  justify-content: center;
  padding-right: 37px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild .textRoom ul {
    padding: 0;
  }
}
.underMainContainer .wrap .routeChild .textRoom ul li:first-child {
  width: 179px;
  height: 293px;
  margin-right: 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild .textRoom ul li:first-child {
    width: auto;
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .routeChild .textRoom ul li:nth-child(2) {
  width: 398px;
  height: 293px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .routeChild .textRoom ul li:nth-child(2) {
    width: auto;
  }
}
.underMainContainer .wrap .routeChild .textRoom ul li img {
  width: 100%;
}
.underMainContainer .wrap .circleNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .circleNav {
    padding: 0 30px;
  }
}
.underMainContainer .wrap .circleNav.food {
  margin: 0 auto 50px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .circleNav.food {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .circleNav {
    width: auto;
    flex-wrap: wrap;
    padding: 0 40px;
  }
}
.underMainContainer .wrap .circleNav li {
  width: 166px;
  height: 166px;
  border-radius: 166px;
  background-size: 15px auto;
  display: table-row;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .circleNav li {
    width: 150px;
    height: 150px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .circleNav li {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .circleNav li a {
  color: #3A6881;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  text-align: center;
  height: 166px;
  width: 166px;
  border-radius: 166px;
  animation: none;
  transform: none;
  transition: unset;
  background: #F4F1ED url(../images/common/arr-circle-g.svg) no-repeat center bottom 10px;
  background-size: 10px auto;
  border: 1px solid #3A6881;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .circleNav li a {
    width: 150px;
    height: 150px;
    font-size: 18px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .circleNav li a {
    font-size: 18px;
    height: auto;
    display: block;
    width: 100%;
    padding: 20px 0;
    min-height: 40px;
  }
}
.underMainContainer .wrap .circleNav li.smallFont a {
  font-size: 18px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .circleNav li.smallFont a {
    font-size: 12px;
  }
}
.underMainContainer .wrap .circleNav li a:hover {
  background-color: #709FB3;
  color: #FFF;
  border-radius: 166px;
  background: #709FB3 url(../images/common/arr-circle-w.svg) no-repeat center bottom 15px;
  background-size: 15px auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .circleNav li a:hover {
    background: #709FB3 url(../images/common/arr-circle-w.svg) no-repeat center bottom 10px;
    background-size: 10px auto;
  }
}
.underMainContainer .wrap .onsenChild {
  max-width: 970px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .onsenChild {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild {
    padding: 0 20px;
    width: auto;
  }
}
.underMainContainer .wrap .onsenChild.bt {
  border-top: 1px solid #707070;
  padding-top: 110px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild.bt {
    padding: 72px 0 0;
    margin: 0 20px;
    width: auto;
  }
}
.underMainContainer .wrap .onsenChild.bt .child {
  margin-bottom: 130px !important;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild.bt .child {
    margin-bottom: 85px !important;
  }
}
.underMainContainer .wrap .onsenChild .child {
  max-width: 820px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child {
    padding: 0 20px;
    width: auto;
    margin: 0 auto 46px;
  }
}
.underMainContainer .wrap .onsenChild .child h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child h4 {
    font-size: 24px;
  }
}
.underMainContainer .wrap .onsenChild .child h4 span {
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child h4 span {
    font-size: 13px;
  }
}
.underMainContainer .wrap .onsenChild .child .image {
  margin-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child .image {
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .onsenChild .child .image img {
  width: 100%;
}
.underMainContainer .wrap .onsenChild .child .text {
  line-height: 2.2em;
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child .text {
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .onsenChild .child dl {
  background: #E5E5E5;
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .onsenChild .child dl {
    padding: 30px 40px 40px;
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child dl {
    padding: 30px 40px 40px;
    display: block;
  }
}
.underMainContainer .wrap .onsenChild .child dl dt {
  width: 96px;
  padding-bottom: 8px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .onsenChild .child dl dt {
    width: auto;
    font-size: 13px;
    line-height: 1;
    color: #999;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child dl dt {
    width: auto;
    font-size: 13px;
    line-height: 1;
    color: #999;
  }
}
.underMainContainer .wrap .onsenChild .child dl dd {
  width: 564px;
  padding-left: 40px;
  border-left: 1px solid #707070;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .onsenChild .child dl dd {
    width: auto;
    padding-left: 0;
    border: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
  }
  .underMainContainer .wrap .onsenChild .child dl dd:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .child dl dd {
    width: auto;
    padding-left: 0;
    border: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
  }
  .underMainContainer .wrap .onsenChild .child dl dd:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.underMainContainer .wrap .onsenChild .time {
  width: 586px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .time {
    width: auto;
  }
}
.underMainContainer .wrap .onsenChild .time h5 {
  width: 586px;
  line-height: 87px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onsenChild .time h5 {
    width: auto;
    line-height: 57px;
  }
}
.underMainContainer .wrap .onsenChild .time p {
  font-size: 14px;
  line-height: 2em;
}
.underMainContainer .wrap .twoRowChild {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto 60px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .twoRowChild {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild {
    width: auto;
    margin: 0 20px 40px;
  }
}
.underMainContainer .wrap .twoRowChild .child {
  width: calc(50% - 30px);
  margin-bottom: 80px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild .child {
    width: calc(50% - 10px);
    margin-bottom: 50px;
  }
}
.underMainContainer .wrap .twoRowChild .child h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild .child h4 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .twoRowChild .child h4 span {
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild .child h4 span {
    font-size: 13px;
    display: block;
  }
}
.underMainContainer .wrap .twoRowChild .child .image {
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild .child .image {
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .twoRowChild .child .image img {
  width: 100%;
}
.underMainContainer .wrap .twoRowChild .child .text {
  line-height: 2em;
}
.underMainContainer .wrap .twoRowChild .caution {
  background: #E5E5E5;
  padding: 50px 70px 60px;
  width: 820px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild .caution {
    width: auto;
    padding: 30px 40px 40px;
  }
}
.underMainContainer .wrap .twoRowChild .caution h5 {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 40px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: #707070 1px solid;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild .caution h5 {
    width: auto;
    padding-bottom: 26px;
    margin-bottom: 15px;
  }
}
.underMainContainer .wrap .twoRowChild .caution p {
  line-height: 2em;
}
.underMainContainer .wrap .twoRowChild .caution p:last-child {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .twoRowChild .caution p:last-child {
    font-size: 12px;
    margin-top: 20px;
  }
}
.underMainContainer .wrap .threeRowChild {
  margin-bottom: 100px;
}
.underMainContainer .wrap .threeRowChild .child {
  border-top: #707070 1px solid;
  max-width: 970px;
  padding-top: 100px;
  margin: 0 auto 80px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .threeRowChild .child {
    padding: 100px 30px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .child {
    width: auto;
    padding-top: 65px;
    margin: 0 20px 50px;
  }
}
.underMainContainer .wrap .threeRowChild .child h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .child h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .threeRowChild .child .text {
  line-height: 2em;
  width: 820px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .child .text {
    width: auto;
    padding-top: 0 20px;
  }
}
.underMainContainer .wrap .threeRowChild .rowBox {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .threeRowChild .rowBox {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .rowBox {
    width: auto;
    display: block;
  }
}
.underMainContainer .wrap .threeRowChild .rowBox .row {
  width: calc(33.3333333333% - 20px);
  text-align: center;
  margin-right: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .rowBox .row {
    width: auto;
    margin-right: 0;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .threeRowChild .rowBox .row .image {
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .rowBox .row .image {
    width: auto;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .threeRowChild .rowBox .row .image img {
  width: 100%;
}
.underMainContainer .wrap .threeRowChild .rowBox .row h5 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .rowBox .row h5 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .threeRowChild .rowBox .row a {
  background: url(../images/top/arr-about.png) no-repeat center center;
  background-size: 30px auto;
  line-height: 1;
  padding-right: 0;
  background-position: calc(50% + 4.3em) 100%;
  display: block;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .threeRowChild .rowBox .row a {
    font-size: 12px;
    background-size: 20px auto;
    background-position: calc(50% + 4.3em) 100%;
  }
}
.underMainContainer .wrap .amenityChild .child {
  border-top: #707070 1px solid;
  padding-top: 100px;
  max-width: 960px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .amenityChild .child {
    padding: 100px 30px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .child {
    width: auto;
    padding-top: 65px;
    margin: 0 20px 45px;
  }
}
.underMainContainer .wrap .amenityChild .child h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .child h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .amenityChild .child h4 span {
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .child h4 span {
    font-size: 13px;
  }
}
.underMainContainer .wrap .amenityChild .child .image {
  margin-bottom: 50px;
}
.underMainContainer .wrap .amenityChild .child .image img {
  width: 100%;
}
.underMainContainer .wrap .amenityChild .child .text {
  line-height: 2.2em;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .child .text {
    margin-bottom: 60px;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 120px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .amenityChild .amenityBox {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .amenityBox {
    width: auto;
    display: block;
    margin: 0 20px 80px;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox .leftCon {
  width: calc(50% - 30px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .amenityBox .leftCon {
    width: auto;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox .leftCon .inCon {
  border: #353535 1px solid;
  padding: 50px 70px 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .amenityBox .leftCon .inCon {
    padding: 30px 40px 40px;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox .leftCon .inCon p {
  line-height: 1.8em;
}
.underMainContainer .wrap .amenityChild .amenityBox .leftCon .inCon p:first-child {
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .amenityBox .leftCon .inCon p:first-child {
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox .leftCon p.caution {
  padding: 20px 0 0 20px;
  font-size: 14px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .amenityBox .leftCon p.caution {
    padding: 15px 0 0 15px;
    margin-bottom: 46px;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox .rightCon {
  width: calc(50% - 30px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .amenityBox .rightCon {
    width: 100%;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox .rightCon .image {
  text-align: center;
  margin-bottom: 30px;
}
.underMainContainer .wrap .amenityChild .amenityBox .rightCon .image img {
  width: 100%;
  margin: 0 auto;
}
.underMainContainer .wrap .amenityChild .amenityBox .rightCon .inCon {
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .amenityChild .amenityBox .rightCon .inCon {
    padding: 0 20px;
  }
}
.underMainContainer .wrap .amenityChild .amenityBox .rightCon .inCon .image {
  width: 90px;
  margin-right: 30px;
}
.underMainContainer .wrap .amenityChild .amenityBox .rightCon .inCon .image img {
  width: 100%;
}
.underMainContainer .wrap .amenityChild .amenityBox .rightCon .inCon p {
  font-size: 14px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild {
    width: auto;
  }
}
.underMainContainer .wrap .foodChild .child {
  width: auto;
  padding-top: 60px;
  margin: 0 auto 80px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child {
    width: auto;
    margin: 0 auto 46px;
  }
}
.underMainContainer .wrap .foodChild .child h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child h4 {
    font-size: 24px;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .foodChild .child h4 span {
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child h4 span {
    font-size: 13px;
  }
}
.underMainContainer .wrap .foodChild .child .image {
  margin-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child .image {
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .foodChild .child .image img {
  width: 100%;
}
.underMainContainer .wrap .foodChild .child .text {
  line-height: 2.2em;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child .text {
    padding: 0 20px;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .foodChild .child .imageBox {
  max-width: 1120px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .foodChild .child .imageBox {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child .imageBox {
    margin-bottom: 45px;
    width: auto;
    padding: 0 40px;
  }
}
.underMainContainer .wrap .foodChild .child .imageBox img {
  width: 100%;
}
.underMainContainer .wrap .foodChild .child .row2Box {
  width: 700px;
  margin: 0 auto;
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child .row2Box {
    padding: 0 40px;
    width: auto;
    display: block;
  }
}
.underMainContainer .wrap .foodChild .child .row2Box .image {
  width: 237px;
  margin-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child .row2Box .image {
    width: auto;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .foodChild .child .row2Box .image img {
  width: 100%;
}
.underMainContainer .wrap .foodChild .child .row2Box .text {
  width: 463px;
  padding-left: 55px;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .child .row2Box .text {
    width: auto;
    padding-left: 0;
  }
}
.underMainContainer .wrap .foodChild .container {
  margin-bottom: 50px;
}
.underMainContainer .wrap .foodChild .infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.underMainContainer .wrap .foodChild .infinite-slider .swiper-slide {
  width: 646px !important;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .infinite-slider .swiper-slide {
    width: calc(100vw - 90px) !important;
    margin-right: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .infinite-slider .swiper-slide img {
    width: 100% !important;
    height: auto;
  }
}
.underMainContainer .wrap .foodChild .hosoku {
  width: 700px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .hosoku {
    margin: 0 auto 45px;
    width: auto;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .foodChild .time {
  width: 586px;
  margin: 0 auto 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .time {
    width: auto;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .foodChild .time h5 {
  width: 586px;
  line-height: 87px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .time h5 {
    font-size: 14px;
    width: auto;
    line-height: 57px;
  }
}
.underMainContainer .wrap .foodChild .time p {
  font-size: 14px;
  line-height: 2em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .foodChild .time p {
    font-size: 12px;
  }
}
.underMainContainer .wrap .drinkChild {
  max-width: 1120px;
  padding: 70px 100px;
  margin: 0 auto 40px;
  border: #707070 1px solid;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .drinkChild {
    margin: 0 30px 40px;
    padding: 70px 70px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild {
    padding: 45px 20px 0;
    margin: 0 20px 20px;
    width: auto;
  }
}
.underMainContainer .wrap .drinkChild h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild h4 {
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .drinkChild .navBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 918px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild .navBox {
    flex-wrap: wrap;
    width: auto;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .drinkChild .navBox li {
  width: calc(33.3333333333% - 23px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild .navBox li {
    width: calc(50% - 2px);
    line-height: 56px;
    margin-bottom: 2px;
  }
}
.underMainContainer .wrap .drinkChild .navBox li a {
  width: 100%;
  display: block;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  background: #DBDBDB url(../images/food/arr-gray.svg) no-repeat right 15px center;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .drinkChild .navBox li a {
    font-size: 14px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild .navBox li a {
    width: 100%;
    line-height: 56px;
    font-size: 14px;
  }
}
.underMainContainer .wrap .drinkChild .contentBox .child:nth-child(2) {
  display: none;
}
.underMainContainer .wrap .drinkChild .contentBox .child:nth-child(3) {
  display: none;
}
.underMainContainer .wrap .drinkChild .contentBox .child h5 {
  padding-bottom: 24px;
  padding-left: 40px;
  border-bottom: #707070 1px solid;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild .contentBox .child h5 {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.underMainContainer .wrap .drinkChild .contentBox .child ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild .contentBox .child ul {
    justify-content: space-between;
  }
}
.underMainContainer .wrap .drinkChild .contentBox .child ul li {
  margin-right: 30px;
  margin-bottom: 40px;
  width: calc(25% - 23px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .drinkChild .contentBox .child ul li {
    margin-right: 0;
    width: calc(50% - 10px);
  }
}
.underMainContainer .wrap .drinkChild .contentBox .child ul li:nth-of-type(4n) {
  margin-right: 0;
}
.underMainContainer .wrap .drinkChild .contentBox .child ul li img {
  width: 100%;
}
.underMainContainer .wrap .drinkChild .contentBox .child ul li span {
  font-size: 12px;
  padding-top: 10px;
  display: block;
}
.underMainContainer .wrap .onlyCautionChild {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onlyCautionChild {
    padding: 0 20px;
  }
}
.underMainContainer .wrap .onlyCautionChild p {
  text-align: left;
  display: inline-block;
  font-size: 14px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .onlyCautionChild p {
    font-size: 12px;
  }
}
.underMainContainer .wrap .roomListChild .navBox {
  max-width: 970px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomListChild .navBox {
    margin: 0 30px 100px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .navBox {
    width: auto;
    margin: 0 20px 65px;
    display: block;
    padding-top: 45px;
  }
}
.underMainContainer .wrap .roomListChild .navBox h3 {
  font-size: 30px;
  line-height: 1;
  padding-left: 40px;
  margin-right: 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .navBox h3 {
    font-size: 24px;
    padding-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 45px;
  }
  .underMainContainer .wrap .roomListChild .navBox h3 span {
    padding-top: 15px;
    font-size: 12px;
  }
}
.underMainContainer .wrap .roomListChild .navBox ul {
  display: flex;
  padding-left: 28px;
  border-left: #303030 1px solid;
  margin-right: auto;
  justify-content: center;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomListChild .navBox ul {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .navBox ul {
    padding-left: 0;
    border-left: none;
  }
}
.underMainContainer .wrap .roomListChild .navBox ul li {
  padding-right: 28px;
  border-right: #303030 1px solid;
  margin-right: 28px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomListChild .navBox ul li {
    padding-right: 20px;
    margin-right: 20px;
  }
  .underMainContainer .wrap .roomListChild .navBox ul li:first-child {
    padding-left: 20px;
    border-left: #303030 1px solid;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .navBox ul li {
    padding-right: 20px;
    margin-right: 20px;
  }
  .underMainContainer .wrap .roomListChild .navBox ul li:first-child {
    padding-left: 20px;
    border-left: #303030 1px solid;
  }
}
.underMainContainer .wrap .roomListChild .navBox ul li a {
  display: inline-block;
  line-height: 1;
  color: #276984;
  text-decoration: underline !important;
}
.underMainContainer .wrap .roomListChild .navBox p {
  line-height: 1;
  font-size: 14px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomListChild .navBox p {
    font-size: 11px;
    line-height: 1.75;
  }
}
.underMainContainer .wrap .roomListChild .row1Box {
  margin-bottom: 90px;
}
.underMainContainer .wrap .roomListChild .row1Box .child {
  max-width: 1120px;
  margin: 0 auto 110px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child {
    width: auto;
    padding: 0 20px;
    margin: 0 auto 70px;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child .detailBox {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .detailBox {
    display: block;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child .detailBox .image {
  width: 636px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .detailBox .image {
    width: auto;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child .detailBox .image img {
  width: 100%;
}
.underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox {
  width: 484px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox {
    width: auto;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox .text {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox .text {
    margin-bottom: 33px;
    font-size: 16px;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox h4 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox h4 {
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox .caution {
  font-size: 14px;
  line-height: 1;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox .caution {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .detailBox .titleBox .caution {
    font-size: 12px;
    line-height: 1.8;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child.rr .detailBox {
  flex-direction: row-reverse;
}
.underMainContainer .wrap .roomListChild .row1Box .child .hosoku {
  max-width: 900px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .hosoku {
    width: auto;
    margin: 0 auto 45px;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .roomListChild .row1Box .child .link {
  display: block;
  text-align: center;
  font-size: 16px;
  background: url(../images/top/arr-about.png) no-repeat center center;
  background-size: 22px auto;
  line-height: 1;
  background-position: calc(50% + 4.3em) 80%;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row1Box .child .link {
    font-size: 12px;
  }
}
.underMainContainer .wrap .roomListChild .row2Box {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 110px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomListChild .row2Box {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box {
    width: auto;
    margin: 0 auto 70px;
    padding: 0 20px;
    display: block;
  }
}
.underMainContainer .wrap .roomListChild .row2Box .child {
  width: calc(50% - 35px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box .child {
    width: auto;
    margin: 0 auto 70px;
  }
}
.underMainContainer .wrap .roomListChild .row2Box .child .image {
  margin-bottom: 50px;
}
.underMainContainer .wrap .roomListChild .row2Box .child .image img {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box .child .image {
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .roomListChild .row2Box .child .titleBox {
  display: flex;
  padding: 0 40px;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box .child .titleBox {
    margin-bottom: 40px;
  }
}
.underMainContainer .wrap .roomListChild .row2Box .child .titleBox .detail .text {
  font-size: 18px;
  margin-bottom: 35px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box .child .titleBox .detail .text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .roomListChild .row2Box .child .titleBox .detail .caution {
  font-size: 14px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box .child .titleBox .detail .caution {
    font-size: 12px;
  }
}
.underMainContainer .wrap .roomListChild .row2Box .child .titleBox h4 {
  font-size: 50px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box .child .titleBox h4 {
    font-size: 36px;
  }
}
.underMainContainer .wrap .roomListChild .row2Box .child .hosoku {
  padding: 0 40px;
  margin-bottom: 30px;
}
.underMainContainer .wrap .roomListChild .row2Box .child .link {
  display: block;
  padding: 0 70px 0 40px;
  text-align: right;
  font-size: 16px;
  background: url(../images/top/arr-about.png) no-repeat center center;
  background-size: 22px auto;
  line-height: 1;
  background-position: right 40px bottom 2px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomListChild .row2Box .child .link {
    text-align: center;
    background-position: calc(50% + 4.3em) 80%;
    font-size: 12px;
  }
}
.underMainContainer .wrap .subNav ul {
  max-width: 940px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .subNav ul {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNav ul {
    width: auto;
    padding: 0 20px;
    border: none;
    margin: 0 auto 80px;
  }
  .underMainContainer .wrap .subNav ul::after {
    content: "";
    width: 20px;
    height: 5px;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 10px);
    background: #F4F1ED;
  }
}
.underMainContainer .wrap .subNav ul li {
  width: 25%;
  border-right: 1px solid #707070;
}
.underMainContainer .wrap .subNav ul li:first-child {
  border-left: 1px solid #707070;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNav ul li:first-child {
    border-left: none;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNav ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: none;
  }
  .underMainContainer .wrap .subNav ul li:nth-child(1) {
    border-bottom: 1px solid #707070;
  }
  .underMainContainer .wrap .subNav ul li:nth-child(2) {
    border-bottom: 1px solid #707070;
  }
  .underMainContainer .wrap .subNav ul li:nth-child(odd) a {
    border-left: 1px solid #707070;
  }
}
.underMainContainer .wrap .subNav ul li a {
  display: block;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNav ul li a {
    border-right: 1px solid #707070;
  }
}
.underMainContainer .wrap .subNav ul li a h5 {
  text-align: center;
  color: #276984;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 17px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNav ul li a h5 {
    font-size: 16px;
  }
}
.underMainContainer .wrap .subNav ul li a p {
  text-align: center;
  font-size: 14px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNav ul li a p {
    font-size: 12px;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box {
  margin-bottom: 140px;
  position: relative;
  padding-top: 110px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box {
    padding-top: calc(67.5vw - 50px);
    margin-bottom: 90px;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box .image {
  position: absolute;
  width: 50%;
  top: 0;
  z-index: 950;
}
.underMainContainer .wrap .roomDetailChild .row1Box .image img {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box .image {
    width: 100%;
    z-index: 1;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box .titleBox {
  margin-left: 40%;
  width: 60%;
  box-sizing: border-box;
  padding: 80px calc(10% + 80px);
  background: #E1DDD1;
  position: relative;
  min-height: 34.5vw;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box .titleBox {
    padding: 40px calc(10% + 40px);
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box .titleBox {
    width: auto;
    margin: 0 40px;
    padding: 40px;
    z-index: 5;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box .titleBox h3 {
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 50px;
}
.underMainContainer .wrap .roomDetailChild .row1Box .titleBox h3 span {
  font-size: 25px;
  font-family: "Cormorant Garamond";
  line-height: 30px;
  vertical-align: bottom;
  padding-left: 30px;
}
.underMainContainer .wrap .roomDetailChild .row1Box .titleBox h4 {
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box .titleBox h4 {
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box .titleBox .text {
  line-height: 2.2em;
}
.underMainContainer .wrap .roomDetailChild .row1Box.rr .image {
  position: absolute;
  width: 50%;
  margin-left: 50%;
  top: 0;
  z-index: 950;
}
.underMainContainer .wrap .roomDetailChild .row1Box.rr .image img {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box.rr .image {
    margin-left: 0;
    width: 100%;
    z-index: 1;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box.rr .titleBox {
  margin-left: 0;
  width: 60%;
  box-sizing: border-box;
  padding: 80px calc(10% + 80px);
  background: #E1DDD1;
  position: relative;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box.rr .titleBox {
    padding: 40px calc(10% + 40px);
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box.rr .titleBox {
    width: auto;
    margin: 0 40px;
    padding: 40px;
    z-index: 5;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box.rr .titleBox h4 {
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .row1Box.rr .titleBox h4 {
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .roomDetailChild .row1Box.rr .titleBox .text {
  line-height: 2.2em;
}
.underMainContainer .wrap .roomDetailChild .detailBox .child {
  max-width: 1120px;
  display: flex;
  margin: 0 auto 80px;
  align-items: center;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child {
    padding: 0 30px;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child:first-child {
  flex-direction: row-reverse;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child {
    display: block;
    width: auto;
    padding: 0 40px;
    margin-bottom: 50px;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child .image {
  max-width: 525px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child .image {
    max-width: 385px;
    padding-left: 50px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child .image {
    width: auto;
    max-width: none;
    margin-bottom: 25px;
    padding-left: 0;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child .image img {
  width: 100%;
}
.underMainContainer .wrap .roomDetailChild .detailBox .child .titleBox {
  max-width: 595px;
  padding: 0 120px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child .titleBox {
    padding: 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child .titleBox {
    width: auto;
    padding: 0;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child .titleBox h4 {
  font-size: 18px;
  margin-bottom: 17px;
}
.underMainContainer .wrap .roomDetailChild .detailBox .child .titleBox p {
  line-height: 2.2em;
}
.underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) {
  max-width: 875px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) {
    width: auto;
    max-width: none;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) .image {
  width: 385px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) .image {
    padding-left: 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) .image {
    width: auto;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) .titleBox {
  width: 490px;
  padding: 0 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child:nth-child(2) .titleBox {
    width: auto;
    padding: 0;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child.rr {
  max-width: 875px;
  margin: 0 auto 70px;
  flex-direction: inherit;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child.rr {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child.rr {
    width: auto;
    margin-bottom: 45px;
    padding: 0 30px;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child.rr .image {
  width: 385px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child.rr .image {
    width: auto;
    max-width: none;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .child.rr .titleBox {
  width: 490px;
  padding: 0 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .child.rr .titleBox {
    width: auto;
    padding: 0;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .row3Box {
  display: flex;
  justify-content: space-between;
  max-width: 875px;
  flex-wrap: wrap;
  margin: 0 auto 90px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .row3Box {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .row3Box {
    width: auto;
    padding: 0 40px;
    margin-bottom: 60px;
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .row3Box p {
  width: calc(33.3333333333% - 23px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .detailBox .row3Box p {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
}
.underMainContainer .wrap .roomDetailChild .detailBox .row3Box p img {
  width: 100%;
}
.underMainContainer .wrap .roomDetailChild .reserveBtn {
  max-width: 783px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .reserveBtn {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .reserveBtn {
    width: auto;
    padding: 0 40px;
    display: block;
  }
}
.underMainContainer .wrap .roomDetailChild .reserveBtn li {
  background: #276984;
  width: 370px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .reserveBtn li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.underMainContainer .wrap .roomDetailChild .reserveBtn li img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.underMainContainer .wrap .roomDetailChild .reserveBtn li a {
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
  padding: 0 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .reserveBtn li a {
    padding: 20px 60px;
    line-height: 40px;
  }
  .underMainContainer .wrap .roomDetailChild .reserveBtn li a img {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.underMainContainer .wrap .roomDetailChild .reserveBtn li:first-child {
  width: 330px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .reserveBtn li:first-child {
    width: 100%;
  }
}
.underMainContainer .wrap .roomDetailChild .reserveBtn li:first-child a {
  background: url(../images/common/out-link.png) no-repeat right 40px center;
  background-size: 12px auto;
}
.underMainContainer .wrap .roomDetailChild .hosoku {
  margin: 0 auto 100px;
  max-width: 783px;
  font-size: 14px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .roomDetailChild .hosoku {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomDetailChild .hosoku {
    font-size: 12px;
    width: auto;
    padding: 0 40px;
    margin: 0 auto 65px;
  }
}
.underMainContainer .wrap .madoriChild {
  display: flex;
  max-width: 970px;
  margin: 0 auto 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid #707070;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .madoriChild {
    padding: 0 70px 70px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild {
    display: block;
    width: auto;
    margin: 0 30px 40px;
    padding: 0 0 45px;
  }
}
.underMainContainer .wrap .madoriChild .image {
  width: 486px;
  text-align: center;
}
.underMainContainer .wrap .madoriChild .image.row2 {
  display: flex !important;
  position: relative;
  width: 466px;
  right: 32px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .madoriChild .image.row2 {
    width: 50%;
    right: 0;
    padding-right: 50px;
  }
}
.underMainContainer .wrap .madoriChild .image.row2.sp {
  display: none !important;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .image.row2 {
    width: auto;
    right: 0;
    padding-right: 0;
  }
  .underMainContainer .wrap .madoriChild .image.row2.sp {
    display: flex !important;
  }
  .underMainContainer .wrap .madoriChild .image.row2.pc {
    display: none !important;
  }
}
.underMainContainer .wrap .madoriChild .image.row2 span {
  display: block;
  width: 217px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .image.row2 span {
    width: auto;
  }
}
.underMainContainer .wrap .madoriChild .image.row2 span:first-child {
  margin-right: 50px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .madoriChild .image.row2 span:first-child {
    margin-right: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .image.row2 span:first-child {
    margin-right: 20px;
  }
}
.underMainContainer .wrap .madoriChild .image.row2 span img {
  width: 100%;
}
.underMainContainer .wrap .madoriChild .image.row2 span h5 {
  padding-top: 20px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .image {
    width: 100%;
    margin-bottom: 40px;
  }
}
.underMainContainer .wrap .madoriChild .image img {
  width: 264px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .image img {
    width: 50%;
  }
}
.underMainContainer .wrap .madoriChild .detail {
  padding-top: 50px;
  padding: 50px 0 0 25px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .madoriChild .detail {
    padding: 50px 0 0 10px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail {
    padding: 30px 0 0;
  }
}
.underMainContainer .wrap .madoriChild .detail h4 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .madoriChild .detail .text {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail .text {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail .num {
    padding: 0 20px;
  }
}
.underMainContainer .wrap .madoriChild .detail .num li {
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail .num li {
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .madoriChild .detail .caution {
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail .caution {
    padding: 0 20px;
    font-size: 12px;
    margin-bottom: 25px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail .line {
    padding: 0 20px;
  }
}
.underMainContainer .wrap .madoriChild .detail .line li {
  margin-bottom: 26px;
  font-size: 14px;
  padding-left: 34px;
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .madoriChild .detail .line li {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .madoriChild .detail .line li:first-child::after {
  content: "";
  width: 19px;
  height: 1px;
  position: absolute;
  top: 0.7em;
  background: #707070;
  left: 0;
}
.underMainContainer .wrap .madoriChild .detail .line li:nth-child(2)::after {
  content: "";
  width: 19px;
  height: 1px;
  position: absolute;
  top: 0.7em;
  background: #707070;
  left: 0;
}
.underMainContainer .wrap .madoriChild .detail .line li a {
  text-decoration: underline;
}
.underMainContainer .wrap .roomPointChild {
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomPointChild {
    display: block;
    width: auto;
  }
}
.underMainContainer .wrap .roomPointChild h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomPointChild h4 {
    font-size: 18px;
  }
}
.underMainContainer .wrap .roomPointChild .roomPointBox {
  display: flex;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomPointChild .roomPointBox {
    display: block;
    width: auto;
  }
}
.underMainContainer .wrap .roomPointChild .roomPointBox .child {
  width: 262px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomPointChild .roomPointBox .child {
    display: block;
    width: auto;
    padding: 0 40px;
    margin-bottom: 40px;
  }
}
.underMainContainer .wrap .roomPointChild .roomPointBox .child h5 {
  font-size: 16x;
  margin-bottom: 20px;
  line-height: 2.2em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomPointChild .roomPointBox .child h5 {
    font-size: 14x;
  }
}
.underMainContainer .wrap .roomPointChild .roomPointBox .child p {
  font-size: 14px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .roomPointChild .roomPointBox .child p {
    font-size: 12x;
  }
}
.underMainContainer .wrap .aboutChild {
  max-width: 840px;
  margin: 0 auto;
  border-top: 1px solid #B4B4B4;
  padding-top: 100px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild {
    display: block;
    width: auto;
    margin: 0 20px;
    padding-top: 65px;
  }
}
.underMainContainer .wrap .aboutChild h4 {
  text-align: center;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild h4 {
    font-size: 22px;
  }
}
.underMainContainer .wrap .aboutChild .maincopy {
  text-align: center;
  font-size: 20px;
  margin-bottom: 70px;
  line-height: 2.8em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .maincopy {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .aboutChild .row2Box {
  width: 645px;
  margin: 0 auto;
  background: url(../images/plan-list/dot-line.png) repeat-x top left;
  background-size: 4px auto;
  padding: 60px 45px 0;
  display: flex;
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .row2Box {
    width: auto;
    padding: 40px 20px 0;
    margin-bottom: 40px;
    display: block;
  }
}
.underMainContainer .wrap .aboutChild .row2Box .image {
  width: 150px;
}
.underMainContainer .wrap .aboutChild .row2Box .image img {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .row2Box .image {
    width: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .underMainContainer .wrap .aboutChild .row2Box .image img {
    width: 60%;
  }
}
.underMainContainer .wrap .aboutChild .row2Box .detailBox {
  padding-left: 65px;
  width: 430px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .row2Box .detailBox {
    padding-left: 0;
    width: auto;
  }
}
.underMainContainer .wrap .aboutChild .row2Box .detailBox h5 {
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .row2Box .detailBox h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .aboutChild .row2Box:last-child {
  display: block !important;
  margin-bottom: 80px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .row2Box:last-child {
    margin-bottom: 50px;
  }
}
.underMainContainer .wrap .aboutChild .row2Box:last-child .image {
  width: 360px;
  margin: 0 auto 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .row2Box:last-child .image {
    width: calc(100% - 80px);
  }
}
.underMainContainer .wrap .aboutChild .row2Box:last-child .image img {
  width: 100%;
}
.underMainContainer .wrap .aboutChild .row2Box:last-child .detailBox {
  padding-left: 0;
  width: 100%;
}
.underMainContainer .wrap .aboutChild .row2Box:last-child .detailBox h5 {
  text-align: center;
}
.underMainContainer .wrap .aboutChild .row2Box:last-child .detailBox .text {
  margin: 0 auto;
  width: 525px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .aboutChild .row2Box:last-child .detailBox .text {
    width: auto;
  }
}
.underMainContainer .wrap .cardChild {
  border-top: 1px solid #B4B4B4;
  max-width: 805px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .cardChild {
    padding: 80px 30px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .cardChild {
    display: block;
    width: auto;
    margin: 0 20px;
    padding: 50px 0 0;
  }
}
.underMainContainer .wrap .cardChild h4 {
  font-size: 25px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .cardChild h4 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.underMainContainer .wrap .cardChild .row2Box {
  display: flex;
  justify-content: space-between;
  max-width: 805px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .cardChild .row2Box {
    display: block;
    width: auto;
  }
}
.underMainContainer .wrap .cardChild .row2Box .image {
  width: 40%;
  margin-right: auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .cardChild .row2Box .image {
    display: block;
    width: auto;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .cardChild .row2Box .image img {
  width: 100%;
}
.underMainContainer .wrap .cardChild .row2Box .detailBox {
  width: 53%;
  padding-top: 25px;
  line-height: 1.8em;
  margin-bottom: 120px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .cardChild .row2Box .detailBox {
    display: block;
    width: auto;
    padding: 20px 20px 0;
    margin-bottom: 80px;
  }
}
.underMainContainer .wrap .cardChild .row2Box .detailBox .text {
  margin-bottom: 30px;
}
.underMainContainer .wrap .cardChild .row2Box .detailBox .link {
  display: block;
  padding: 0 35px 0 0;
  text-align: right;
  font-size: 16px;
  background: url(../images/top/arr-about.png) no-repeat center center;
  background-size: 22px auto;
  line-height: 1;
  background-position: right 0.5em bottom 2px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .cardChild .row2Box .detailBox .link {
    font-size: 12px;
  }
}
.underMainContainer .wrap .planListChild {
  margin-bottom: 120px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild {
    margin-bottom: 80px;
  }
}
.underMainContainer .wrap .planListChild .child {
  margin-bottom: 120px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .child {
    margin-bottom: 80px;
  }
}
.underMainContainer .wrap .planListChild .image3Box ul {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 70px !important;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .image3Box ul {
    width: auto;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 45px !important;
  }
}
.underMainContainer .wrap .planListChild .image3Box ul li {
  width: calc(33.3333333333% - 8px);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .image3Box ul li {
    width: calc(50% - 5px);
  }
  .underMainContainer .wrap .planListChild .image3Box ul li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
.underMainContainer .wrap .planListChild .image3Box ul li img {
  width: 100%;
}
.underMainContainer .wrap .planListChild h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  width: 1120px;
  margin: 0 auto 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild h4 {
    width: auto;
    font-size: 24px;
    padding: 0 40px;
  }
}
.underMainContainer .wrap .planListChild h5 {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
  width: 515px;
  margin: 0 auto 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild h5 {
    font-size: 16px;
    padding: 0 40px;
  }
}
.underMainContainer .wrap .planListChild .text {
  width: 515px;
  margin: 0 auto;
  font-size: 14px !important;
  padding-bottom: 35px;
  margin-bottom: 35px;
  letter-spacing: 1px;
  background: url(../images/plan-list/dot-line.png) repeat-x bottom left;
  background-size: 4px auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .text {
    font-size: 12px !important;
    margin: 0 40px 30px;
    padding-bottom: 30px;
    width: auto;
  }
}
.underMainContainer .wrap .planListChild .date {
  width: 515px;
  letter-spacing: 1px;
  font-size: 14px !important;
  margin: 0 auto 17px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .date {
    font-size: 12px !important;
    padding: 0 40px;
    margin: 0 auto 12px;
    width: auto;
  }
}
.underMainContainer .wrap .planListChild .price {
  color: #6B6227;
  width: 515px;
  letter-spacing: 1px;
  font-size: 30px !important;
  margin: 0 auto 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .price {
    width: auto;
    font-size: 24px !important;
    margin: 0 auto 40px;
    padding: 0 40px;
  }
}
.underMainContainer .wrap .planListChild .price span {
  font-size: 18px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .price span {
    font-size: 14px;
  }
}
.underMainContainer .wrap .planListChild .btn {
  width: 320px;
  line-height: 54px;
  background: #276984;
  color: #FFF;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .planListChild .btn {
    font-size: 14px;
    width: 60%;
  }
}
.underMainContainer .wrap .plandDetailChild .backLink {
  display: block;
  width: 1120px;
  margin: 0 auto 30px;
  font-size: 14px;
  padding-left: 45px;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .backLink {
    padding: 0 20px 0 65px;
    width: auto;
  }
}
.underMainContainer .wrap .plandDetailChild .backLink:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0.55em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .backLink:after {
    left: 20px;
  }
}
.underMainContainer .wrap .plandDetailChild .child {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 110px;
  background: url(../images/plan-list/dot-line.png) repeat-x bottom left;
  background-size: 4px auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child {
    padding: 0 0 70px;
    margin: 0 20px;
    display: block;
    width: auto;
  }
}
.underMainContainer .wrap .plandDetailChild .child .image {
  width: 560px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .image {
    width: auto;
  }
}
.underMainContainer .wrap .plandDetailChild .child .image .slider {
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .image .slider {
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .plandDetailChild .child .image .thumbnail .slick-track {
  display: flex !important;
  justify-content: left;
}
.underMainContainer .wrap .plandDetailChild .child .image .thumbnail li {
  float: none !important;
  width: calc(25% - 18px) !important;
  margin-right: 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .image .thumbnail li {
    width: calc(25% - 15px) !important;
    margin-right: 20px;
  }
}
.underMainContainer .wrap .plandDetailChild .child .image .thumbnail li:last-child {
  margin-right: 0;
}
.underMainContainer .wrap .plandDetailChild .child .image img {
  width: 100%;
}
.underMainContainer .wrap .plandDetailChild .child .detailBox {
  width: 560px;
  box-sizing: border-box;
  padding: 45px 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .detailBox {
    padding: 30px 20px;
    width: auto;
  }
}
.underMainContainer .wrap .plandDetailChild .child .detailBox h4 {
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .detailBox h4 {
    font-size: 22px;
  }
}
.underMainContainer .wrap .plandDetailChild .child .detailBox h5 {
  font-size: 20px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url(../images/plan-list/dot-line.png) repeat-x bottom left;
  background-size: 4px auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .detailBox h5 {
    font-size: 18px;
  }
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .priceBox {
  margin-left: auto;
  text-align: right;
  padding-bottom: 35px;
  margin-bottom: 35px;
  background: url(../images/plan-list/dot-line.png) repeat-x bottom left;
  background-size: 4px auto;
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .priceBox .price {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
  text-align: right;
  display: inline-block;
  color: #6B6227;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .detailBox .priceBox .price {
    font-size: 35px;
  }
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .priceBox .price .hitori {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #000;
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .priceBox .komi {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .otherBox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .detailBox .otherBox {
    display: block;
  }
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .otherBox dt {
  width: 110px;
  margin-bottom: 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .detailBox .otherBox dt {
    width: 30%;
    margin-bottom: 15px;
  }
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .otherBox dt span {
  line-height: 1.8em;
  border: 1px #707070 solid;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}
.underMainContainer .wrap .plandDetailChild .child .detailBox .otherBox dd {
  width: 330px;
  box-sizing: border-box;
  padding-left: 35px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2.2em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .child .detailBox .otherBox dd {
    width: auto;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .planNaiyouChild {
    padding: 0 20px;
  }
}
.underMainContainer .wrap .plandDetailChild .planNaiyouChild h4 {
  line-height: 70px;
  vertical-align: middle;
  background: url(../images/plan-list/dot-line.png) repeat-x bottom left;
  background-size: 4px auto;
  width: 1120px;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .planNaiyouChild h4 {
    width: auto;
  }
}
.underMainContainer .wrap .plandDetailChild .planNaiyouChild .text {
  width: 690px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .planNaiyouChild .text {
    width: auto;
    padding: 0 20px;
    margin: 0 auto 45x;
  }
}
.underMainContainer .wrap .plandDetailChild .planNaiyouChild .btn {
  width: 400px;
  line-height: 70px;
  background: #690000;
  color: #FFF;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .planNaiyouChild .btn {
    width: 60%;
  }
}
.underMainContainer .wrap .plandDetailChild .planNaiyouChild .linkBox {
  text-align: center;
  margin-bottom: 110px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .plandDetailChild .planNaiyouChild .linkBox {
    margin-bottom: 70px;
  }
}
.underMainContainer .wrap .plandDetailChild .planNaiyouChild .linkBox .link {
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  padding-left: 45px;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
}
.underMainContainer .wrap .plandDetailChild .planNaiyouChild .linkBox .link:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  margin-bottom: 100px;
  background: url(../images/guidance/dot-line.png) no-repeat center bottom;
  background-size: auto 1px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box {
    width: auto;
    display: block;
    padding-bottom: 65px;
    margin: 0 20px 65px;
    background: url(../images/plan-list/dot-line.png) repeat-x center bottom;
    background-size: auto 1px;
  }
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box:nth-child(4) {
  padding-bottom: 0;
  background: none;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild {
  width: 400px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild {
    width: 30%;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild {
    width: auto;
    margin-bottom: 40px;
  }
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild img {
  width: 100%;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild h3 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild h3 {
    font-size: 40px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild h3 {
    font-size: 60px;
  }
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild h3 span {
  font-size: 20px;
  vertical-align: middle;
  padding-left: 15px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .mapChild h3 span {
    font-size: 18px;
  }
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child {
  width: 300px;
  padding-top: 160px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child {
    width: 35%;
    padding: 80px 30px 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child {
    width: auto;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child:last-child {
    margin-bottom: 0;
  }
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child.rounge h4 {
    display: none;
  }
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child.rounge:last-child .hosoku {
    margin-bottom: 0;
  }
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .titleBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .titleBox {
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .titleBox {
    display: flex;
  }
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .titleBox h4 {
  font-size: 32px;
  color: #276984;
  padding-left: 10px;
  margin-right: auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .titleBox h4 {
    font-size: 28px;
    padding-left: 0;
  }
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .titleBox .caution {
  width: auto;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .image {
  margin-bottom: 20px;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .image img {
  width: 100%;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .hosoku {
  margin-bottom: 30px;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .link {
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  padding-left: 45px;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0 !important;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .link:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0.55em;
  letter-spacing: 0 !important;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .guideOnsenChild {
  display: flex;
  justify-content: space-between;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .guideOnsenChild .guideOnsenBox {
  width: calc(50% - 2px);
  text-align: center;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .guideOnsenChild .guideOnsenBox h5 {
  margin-bottom: 10px;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .guideOnsenChild .guideOnsenBox h5 span {
  display: block;
  color: #276984;
}
.underMainContainer .wrap .guidanceChild .guidanceRow3Box .child .guideOnsenChild .guideOnsenBox .image {
  margin-bottom: 17px !important;
}
.underMainContainer .wrap .guidanceChild .movieBox {
  width: 900px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .movieBox {
    margin: 0 auto 45px;
    width: auto;
    padding: 0 40px;
  }
}
.underMainContainer .wrap .guidanceChild .movieBox h4 {
  line-height: 1;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .movieBox h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.underMainContainer .wrap .guidanceChild .movieBox .text {
  margin-bottom: 55PX;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .guidanceChild .movieBox .text {
    margin-bottom: 35px;
  }
}
.underMainContainer .wrap .guidanceChild .movieBox ul {
  display: flex;
  justify-content: space-between;
}
.underMainContainer .wrap .guidanceChild .movieBox ul li {
  width: calc(50% - 10px);
}
.underMainContainer .wrap .guidanceChild .movieBox ul li img {
  width: 100%;
}
.underMainContainer .wrap .guidanceChild .movieBox ul li span {
  line-height: 1;
  padding-top: 20px;
  display: inline-block;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild {
    width: auto;
    padding: 0 40px;
  }
}
.underMainContainer .wrap .recruitChild h4 {
  max-width: 840px;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .recruitChild h4 {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild h4 {
    width: auto;
    font-size: 18px;
    padding: 0;
    text-align: center;
  }
}
.underMainContainer .wrap .recruitChild h4 span {
  color: #EA3323;
  font-size: 20px;
  background: #fff;
  display: inline-block;
  border: 2px solid #EA3323;
  line-height: 43px;
  text-align: center;
  padding: 0 25px;
  margin-right: 55px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild h4 span {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .recruitChild table {
  background: url(../images/plan-list/dot-line.png) repeat-x center top;
  background-size: auto 1px;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .recruitChild table {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild table {
    width: auto;
    padding: 0;
  }
}
.underMainContainer .wrap .recruitChild table tr {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../images/plan-list/dot-line.png) repeat-x center bottom;
  background-size: auto 1px;
}
.underMainContainer .wrap .recruitChild table tr:first-child {
  padding-top: 40px;
}
.underMainContainer .wrap .recruitChild table tr:last-child {
  margin-bottom: 60px;
}
.underMainContainer .wrap .recruitChild table tr .title {
  padding-left: 60px;
  width: 200px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild table tr .title {
    display: block;
    padding-left: 0;
    margin-bottom: 30px;
    color: #999;
  }
}
.underMainContainer .wrap .recruitChild table tr .detail {
  padding-right: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild table tr .detail {
    display: block;
  }
}
.underMainContainer .wrap .recruitChild .telNumberBox {
  width: 840px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .telNumberBox {
    width: auto;
  }
}
.underMainContainer .wrap .recruitChild .telNumberBox h5 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.underMainContainer .wrap .recruitChild .telNumberBox .image {
  text-align: center;
  margin-bottom: 60px;
}
.underMainContainer .wrap .recruitChild .telNumberBox .image img {
  width: 510px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .telNumberBox .image img {
    width: 100%;
  }
}
.underMainContainer .wrap .recruitChild .contactBox {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .recruitChild .contactBox {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox {
    width: auto;
    padding: 0;
  }
}
.underMainContainer .wrap .recruitChild .contactBox h5 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.underMainContainer .wrap .recruitChild .contactBox .hosoku {
    font-size: 14px;
	text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .underMainContainer .wrap .recruitChild .contactBox .hosoku {
     text-align: left;
    }
}
.underMainContainer .wrap .recruitChild .contactBox dl {
  width: 720px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox dl {
    width: 100%;
    display: block;
  }
}
.underMainContainer .wrap .recruitChild .contactBox dl dt {
  width: 220px;
  margin-bottom: 22px;
  line-height: 60px;
  vertical-align: middle;
}
.underMainContainer .wrap .recruitChild .contactBox dl dt:last-child {
  margin-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox dl dt {
    margin-bottom: 20px;
    line-height: 1;
  }
}
.underMainContainer .wrap .recruitChild .contactBox dl dd {
  width: 500px;
  margin-bottom: 22px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .recruitChild .contactBox dl dd {
    width: 400px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox dl dd {
    margin-bottom: 40px;
    width: auto;
  }
}
.underMainContainer .wrap .recruitChild .contactBox dl dd:last-child {
  margin-bottom: 0;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #B4B4B4;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd textarea {
  width: 100%;
  height: 217px;
  border: 1px solid #B4B4B4;
  padding: 20px;
  box-sizing: border-box;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd span {
  font-size: 12px;
  line-height: 1;
  padding-top: 20px;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd.labelBox {
  line-height: 60px;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd.labelBox input {
  width: 15px;
  height: auto;
  padding-right: 10px;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd.labelBox span {
  padding-left: 10px;
  padding-right: 20px;
  font-size: 100%;
  letter-spacing: 0;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd.yubin input {
  width: 120px;
}
.underMainContainer .wrap .recruitChild .contactBox dl dd.yubin span {
  padding-right: 20px;
}
.underMainContainer .wrap .recruitChild .contactBox .caution {
  width: 720px;
  margin: 0 auto 40px;
  background: #fff;
  padding: 40px;
  overflow-y: scroll;
  height: 230px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox .caution {
    width: auto;
    padding: 30px 20px;
  }
}
.underMainContainer .wrap .recruitChild .contactBox .caution h6 {
  color: #276984;
  margin-bottom: 30px;
  line-height: 1;
}
.underMainContainer .wrap .recruitChild .contactBox .caution ul li {
  font-size: 14px;
  padding-left: 28px;
  background: url(../images/recruit/circle.png) no-repeat top 0.5em left;
  background-size: 12px auto;
  margin-bottom: 1em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox .caution ul li {
    font-size: 12px;
  }
}
.underMainContainer .wrap .recruitChild .contactBox .caution ul li a {
  text-decoration: underline;
}
.underMainContainer .wrap .recruitChild .contactBox .check {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
.underMainContainer .wrap .recruitChild .contactBox .check input {
  height: 1em;
  width: auto;
  margin-right: 10px;
  transform: scale(1.3);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox .check {
    font-size: 14px;
  }
}
.underMainContainer .wrap .recruitChild .contactBox .btn input {
  width: 400px;
  line-height: 70px;
  background: #690000;
  color: #FFF;
  display: block;
  border: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  margin: 0 auto 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactBox .btn input {
    width: 60%;
  }
}
.underMainContainer .wrap .newsDetalChild {
  width: 840px;
  margin: 0 auto;
  background: url(../images/plan-list/dot-line.png) repeat-x center top;
  background-size: auto 1px;
  padding: 60px 75px 0;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .newsDetalChild {
    width: auto;
    padding: 40px 40px 0;
  }
}
.underMainContainer .wrap .newsDetalChild p {
  font-size: 14px;
  margin: 0 0 60px;
  line-height: 2.2em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .newsDetalChild p {
    font-size: 12px;
    margin: 0 0 40px;
  }
}
.underMainContainer .wrap .newsDetalChild img {
  width: 100%;
  height: auto;
}
.underMainContainer .wrap .newsDetalLinkChild {
  text-align: center;
}
.underMainContainer .wrap .newsDetalLinkChild .link {
  display: inline-block;
  margin: 0 auto 90px;
  font-size: 12px;
  padding-left: 45px;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0 !important;
}
.underMainContainer .wrap .newsDetalLinkChild .link:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0.55em;
  letter-spacing: 0 !important;
}
.underMainContainer .wrap .newsListChild {
  max-width: 840px;
  margin: 0 auto 50px;
  background: url(../images/plan-list/dot-line.png) repeat-x center top;
  background-size: auto 1px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .newsListChild {
    width: auto;
    margin: 0 20px 50px;
  }
}
.underMainContainer .wrap .newsListChild .child {
  padding: 55px 90px;
  display: flex;
  background: url(../images/plan-list/dot-line.png) repeat-x center bottom;
  background-size: auto 1px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .newsListChild .child {
    display: block;
    padding: 30px 20px;
  }
}
.underMainContainer .wrap .newsListChild .child .image {
  width: 250px;
  height: 170px;
  overflow: hidden;
  margin-right: 90px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .newsListChild .child .image {
    width: 100%;
    height: calc((100vw - 80px) * 0.68);
  }
}
.underMainContainer .wrap .newsListChild .child .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.underMainContainer .wrap .newsListChild .child .detail {
  padding-top: 25px;
}
.underMainContainer .wrap .newsListChild .child .detail .dateBox {
  display: flex;
  font-size: 16px;
  margin-bottom: 30px;
  align-items: center;
  font-family: "Cormorant Garamond";
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .newsListChild .child .detail .dateBox {
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .newsListChild .child .detail .dateBox li {
  vertical-align: top !important;
  line-height: 16px;
}
.underMainContainer .wrap .newsListChild .child .detail .dateBox li.cat {
  margin-left: 25px;
  padding: 0 25px;
  font-size: 12px;
  border-right: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
}
.underMainContainer .wrap .newsListChild .child .detail h3 {
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .newsListChild .child .detail h3 {
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .newsListChild .child .detail .link {
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  padding-left: 45px;
  position: relative;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0 !important;
}
.underMainContainer .wrap .newsListChild .child .detail .link:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0.55em;
  letter-spacing: 0 !important;
}
.underMainContainer .wrap .wp-pagenavi {
  display: flex;
  float: none;
  justify-content: center;
  margin: 0 0 95px;
}
.underMainContainer .wrap .wp-pagenavi span {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #DBDBDB;
  margin: 0 4px;
}
.underMainContainer .wrap .wp-pagenavi a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  margin: 0 4px;
  border: 1px solid #DBDBDB;
}
.underMainContainer .wrap .wp-pagenavi .current {
  background: #276984;
  border: 1px solid #276984;
  color: #FFF;
}
.underMainContainer .wrap .privacyChild {
  max-width: 970px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .privacyChild {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .privacyChild {
    width: auto;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .privacyChild:last-child {
  margin-bottom: 110px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .privacyChild:last-child {
    margin-bottom: 70px;
  }
}
.underMainContainer .wrap .privacyChild h4 {
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 45px;
  border-bottom: 1px solid #707070;
}
.underMainContainer .wrap .privacyChild h5 {
  margin-bottom: 30px;
  font-size: 16px;
}
.underMainContainer .wrap .privacyChild p {
  padding: 0 40px;
  font-size: 14px;
  margin-bottom: 70px;
  line-height: 1.8em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .privacyChild p {
    padding: 0 20px;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .privacyChild ul {
  padding: 0 40px;
  font-size: 14px;
  margin-bottom: 70px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .privacyChild ul {
    padding: 0 20px;
    margin-bottom: 45px;
  }
}
.underMainContainer .wrap .privacyChild ul li {
  margin-bottom: 20px;
}
.underMainContainer .wrap .privacyChild ul li span {
  display: flex;
}
.underMainContainer .wrap .privacyChild ul li span:first-child {
  display: inline-block;
  color: #276984;
  width: 2em;
  box-sizing: border-box;
  vertical-align: top;
}
.underMainContainer .wrap .privacyChild ul li span:nth-child(2) {
  display: inline-block;
  width: auto;
  width: calc(100% - 2em);
}
.underMainContainer .wrap .privacyChild ul li:last-child {
  margin-bottom: 0;
}
.underMainContainer .wrap .recruitChild .contactCopy {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .contactCopy {
    width: auto;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox {
  max-width: 970px;
  margin: 0 auto;
  background: #FFF;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .recruitChild .onlineBox {
    margin: 0 30px 80px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox {
    width: auto;
    margin: 0 0 80px;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox h5 {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 35px;
}
.underMainContainer .wrap .recruitChild .onlineBox .online_child {
  display: flex;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .online_child {
    display: block;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox .online_child .image {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: right;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .online_child .image {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox .online_child .image img {
  width: 283px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .online_child .image img {
    width: 80%;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox .online_child .detail {
  width: 50%;
  padding-left: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .online_child .detail {
    width: 100%;
    padding: 0 30px;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox .online_child .detail .text {
  width: 320px;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .online_child .detail .text {
    width: 100%;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox .online_child .detail .btn a {
  width: 320px;
  line-height: 75px;
  display: block;
  background: #125D7C;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  border-radius: 26px;
  font-family: "Cormorant Garamond";
  font-size: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .online_child .detail .btn a {
    font-size: 24px;
    margin: 0 auto;
    width: 80%;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox .online_child .detail .btn a span {
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .online_child .detail .btn a span {
    font-size: 16px;
  }
}
.underMainContainer .wrap .recruitChild .onlineBox .hosoku {
  font-size: 12px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .onlineBox .hosoku {
    padding: 0 30px;
    text-align: left;
  }
}
.underMainContainer .wrap .recruitChild .btn.contact {
  margin-top: 40px;
}
.underMainContainer .wrap .recruitChild .btn.contact input {
  margin-left: 0;
  height: 70px !important;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .recruitChild .btn.contact input {
    margin: 0 auto;
  }
}
.underMainContainer .wrap .movieChild {
  max-width: 970px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .movieChild {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .movieChild {
    width: auto;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .movieChild .movieBox {
  max-width: 840px;
  margin: 0 auto 80px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .movieChild .movieBox {
    width: auto;
    margin: 0 auto 50px;
  }
}
.underMainContainer .wrap .movieChild .movieBox h4 {
  font-size: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B4B4B4;
  text-align: center;
  margin: 0 auto 60px;
  margin: 0 auto 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .movieChild .movieBox h4 {
    font-size: 18px;
  }
}
.underMainContainer .wrap .movieChild .movieBox h5 {
  font-family: "Cormorant Garamond";
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .movieChild .movieBox h5 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .movieChild .movieBox .pickMovie iframe {
  width: 100%;
  height: 460px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .movieChild .movieBox .pickMovie iframe {
    height: 70vh;
  }
}
.underMainContainer .wrap .movieChild .movieRow3Box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .movieChild .movieRow3Box {
    justify-content: space-between;
  }
}
.underMainContainer .wrap .movieChild .movieRow3Box .child {
  width: calc(33.3333333333% - 18px);
  margin-bottom: 40px;
  margin-right: 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .movieChild .movieRow3Box .child {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.underMainContainer .wrap .movieChild .movieRow3Box .child span {
  display: block;
  padding-top: 12px;
}
.underMainContainer .wrap .movieChild .movieRow3Box .child img {
  width: 100%;
}
.underMainContainer .wrap .movieChild .movieRow3Box .child:nth-child(3n) {
  margin-right: 0;
}
.underMainContainer .wrap .movieChild .more {
  width: 300px;
  margin: 0 auto 70px;
  display: block;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #707070;
  background: url(../images/access/arr.png) no-repeat right 29px center;
  background-size: 12px auto;
}
.underMainContainer .wrap .subNavChild.kankoList {
  margin-bottom: 110px !important;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild.kankoList {
    margin-bottom: 99px;
  }
}
.underMainContainer .wrap .subNavChild.kankoList .grayBtn {
  max-width: 780px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild.kankoList .grayBtn {
    width: auto !important;
    padding: 0 40px !important;
    margin-bottom: 46px !important;
    display: flex !important;
    justify-content: space-between;
  }
}
.underMainContainer .wrap .subNavChild.kankoList .grayBtn li {
  width: calc(33.3333333333% - 11px) !important;
  margin: 0 8px 16px;
}
.underMainContainer .wrap .subNavChild.kankoList .grayBtn li:first-child {
  margin-left: 0;
}
.underMainContainer .wrap .subNavChild.kankoList .grayBtn li:nth-child(3) {
  margin-right: 0;
}
.underMainContainer .wrap .subNavChild.kankoList .grayBtn li:nth-child(4) {
  margin-left: 0;
}
.underMainContainer .wrap .subNavChild.kankoList .grayBtn li:nth-child(6) {
  margin-right: 0;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild.kankoList .grayBtn li {
    width: calc(50% - 5px) !important;
    margin: 0 0 10px !important;
  }
}
.underMainContainer .wrap .subNavChild.kankoList .grayBtn li a {
  line-height: normal !important;
  height: 75px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .subNavChild.kankoList .grayBtn li a {
    line-height: normal !important;
    height: 50px;
    font-size: 13px;
  }
}
.underMainContainer .wrap .kankoListChild {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .kankoListChild {
    padding: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .kankoListChild {
    width: auto;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .kankoListChild h3 {
  padding-bottom: 40px;
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 40px;
  font-size: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .kankoListChild h3 {
    font-size: 24px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .kankoListChild h3 span {
  display: block;
  font-size: 18px;
  padding-top: 10px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .kankoListChild h3 span {
    font-size: 14px;
  }
}
.underMainContainer .wrap .kankoListChild .row4Box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .kankoListChild .row4Box {
    display: block;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .kankoListChild .row4Box .child {
  width: calc(25% - 20px);
  margin-right: 26px;
  margin-bottom: 40px;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .kankoListChild .row4Box .child {
    width: calc(50% - 15px);
  }
  .underMainContainer .wrap .kankoListChild .row4Box .child:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .kankoListChild .row4Box .child {
    width: 100%;
  }
}
.underMainContainer .wrap .kankoListChild .row4Box .child:nth-child(4n) {
  margin-right: 0;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .image {
  width: auto;
  margin-bottom: 20px;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .image img {
  width: 100%;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .titleBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .titleBox h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: auto;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .titleBox .map {
  font-size: 12px;
  background: url(../images/kanko-list/map.svg) no-repeat left top 2px;
  line-height: 20px;
  background-size: auto 18px;
  vertical-align: middle;
  padding-left: 20px;
  margin-bottom: 20px;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .text {
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 25px;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .link {
  padding: 0 10px;
}
.underMainContainer .wrap .kankoListChild .row4Box .child .link a {
  font-size: 14px;
  text-decoration: underline;
  word-break: break-all;
}
.underMainContainer .wrap .loginChild {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and ( max-width : 1024px ) {
  .underMainContainer .wrap .loginChild {
    margin: 0 30px;
  }
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild {
    width: auto;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .loginChild .loginCopy h5 {
  text-align: center;
  font-size: 20px;
  line-height: 2.2em;
  margin-bottom: 80px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginCopy h5 {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.underMainContainer .wrap .loginChild .loginBox {
  margin-bottom: 100px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox {
    margin-bottom: 65px;
  }
}
.underMainContainer .wrap .loginChild .loginBox h4 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 40px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox h4 {
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .loginChild .loginBox .text {
  text-align: center;
  line-height: 2.2em;
  margin-bottom: 40px;
}
.underMainContainer .wrap .loginChild .loginBox .login_child {
  background: #fff;
  padding: 60px 0 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox .login_child {
    padding: 30px;
  }
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl {
  width: 585px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox .login_child dl {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl dt {
  width: 100px;
  margin-bottom: 30px;
  line-height: 60px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl dt:last-child {
  margin-bottom: 0;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox .login_child dl dt {
    margin-bottom: 20px;
    line-height: 1;
  }
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl dd {
  width: 480px;
  margin-bottom: 30px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox .login_child dl dd {
    margin-bottom: 20px;
    width: auto;
  }
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl dd:last-child {
  margin-bottom: 0;
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl dd input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #B4B4B4;
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl dd textarea {
  width: 100%;
  height: 217px;
  border: 1px solid #B4B4B4;
  padding: 20px;
  box-sizing: border-box;
}
.underMainContainer .wrap .loginChild .loginBox .login_child dl dd span {
  font-size: 12px;
  line-height: 1;
  padding-top: 20px;
}
.underMainContainer .wrap .loginChild .loginBox .login_child .btn input {
  width: 390px;
  line-height: 70px;
  background: #690000;
  color: #FFF;
  display: block;
  border: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  margin: 0 auto 25px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox .login_child .btn input {
    width: 60%;
  }
}
.underMainContainer .wrap .loginChild .loginBox .login_child .hosoku {
  font-size: 14px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .loginBox .login_child .hosoku {
    font-size: 12px;
  }
}
.underMainContainer .wrap .loginChild .cardBox h4 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #B4B4B4;
  margin-bottom: 40px;
  line-height: 2.2em;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox h4 {
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.underMainContainer .wrap .loginChild .cardBox .row2Box {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox .row2Box {
    display: block;
  }
}
.underMainContainer .wrap .loginChild .cardBox .row2Box .image {
  width: 330px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox .row2Box .image {
    width: auto;
    text-align: center;
  }
}
.underMainContainer .wrap .loginChild .cardBox .row2Box .image img {
  width: 100%;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox .row2Box .image img {
    width: 80%;
  }
}
.underMainContainer .wrap .loginChild .cardBox .row2Box .text {
  width: 510px;
  padding-left: 30px;
  line-height: 2em;
  font-size: 18px;
  box-sizing: border-box;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox .row2Box .text {
    width: auto;
    font-size: 16px;
    padding: 0 20px;
  }
}
.underMainContainer .wrap .loginChild .cardBox h5 {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox h5 {
    margin-bottom: 30px;
  }
}
.underMainContainer .wrap .loginChild .cardBox h5 span {
  line-height: 55px;
  vertical-align: middle;
  padding: 0 70px;
  text-align: center;
  border: 1px solid #707070;
  display: inline-block;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox h5 span {
    padding: 0 45px;
  }
}
.underMainContainer .wrap .loginChild .cardBox .loginPointBox {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox .loginPointBox {
    margin-bottom: 65px;
  }
}
.underMainContainer .wrap .loginChild .cardBox .loginPointBox ul {
  display: inline-block;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .cardBox .loginPointBox ul {
    padding: 0 20px;
  }
}
.underMainContainer .wrap .loginChild .cardBox .loginPointBox ul li {
  font-size: 15px;
  padding-left: 30px;
  background: url(../images/login/medal.svg) no-repeat left top;
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: left;
}
.underMainContainer .wrap .loginChild .cardBox .loginPointBox ul li:last-child {
  margin-bottom: 0;
}
.underMainContainer .wrap .loginChild .cardBox .hosoku {
  text-align: center;
  line-height: 2.8em;
  margin-bottom: 70px;
}
.underMainContainer .wrap .loginChild .menber {
  position: relative;
  width: 690px;
  margin: 0 auto 90px;
  border: 1px solid #707070;
  padding: 40px 0;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .menber {
    width: auto;
    margin: 0 20px 60px;
    padding: 30px;
  }
}
.underMainContainer .wrap .loginChild .menber h5 {
  position: absolute;
  width: 190px;
  top: 0;
  line-height: 1em;
  left: 50%;
  background-color: #F4F1ED;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .menber h5 {
    width: 140px;
  }
}
.underMainContainer .wrap .loginChild .menber .image {
  text-align: center;
  margin-bottom: 30px;
}
.underMainContainer .wrap .loginChild .menber .image img {
  width: 546px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .menber .image img {
    width: 80%;
  }
}
.underMainContainer .wrap .loginChild .menber .text {
  text-align: left;
  line-height: 2.2em;
  letter-spacing: 1px;
  font-size: 14px;
  padding-left: 90px;
}
@media screen and ( max-width : 768px ) {
  .underMainContainer .wrap .loginChild .menber .text {
    font-size: 12px;
    padding-left: 0;
  }
}

footer {
  background: url(../images/common/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 87px 0 270px;
}
@media screen and ( max-width : 768px ) {
  footer {
    background: url(../images/common/footer-bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}
footer .allWrap {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
  display: flex;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap {
    width: 100%;
    display: block;
  }
}
footer .allWrap a {
  color: #fff;
}
footer .allWrap .personalChild {
  width: 50%;
}
@media screen and ( max-width : 1024px ) {
  footer .allWrap .personalChild {
    padding-left: 20px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .personalChild {
    width: 100%;
  }
}
footer .allWrap .personalChild .child {
  display: flex;
  margin-bottom: 64px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .personalChild .child {
    justify-content: center;
  }
}
footer .allWrap .personalChild .child h2 {
  width: 268px;
  padding: 16px 0 0 8px;
}
@media screen and ( max-width : 1024px ) {
  footer .allWrap .personalChild .child h2 {
    width: 188px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .personalChild .child h2 {
    width: 156px;
    display: inline-block;
    padding: 0 0 0 28px;
    box-sizing: border-box;
    margin-right: 45px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .personalChild .child h2 img {
    width: 100%;
    height: auto;
  }
}
footer .allWrap .personalChild .child .add {
  letter-spacing: 1px;
  line-height: 1.9em;
}
@media screen and ( max-width : 1024px ) {
  footer .allWrap .personalChild .child .add {
    font-size: 13px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .personalChild .child .add {
    font-size: 13px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .personalChild .bnr {
    display: none;
  }
}
footer .allWrap .navChild {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild {
    width: 100%;
    padding: 0;
  }
}
footer .allWrap .navChild .child {
  display: flex;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .child {
    display: block;
  }
}
footer .allWrap .navChild .child .gNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .child .gNav {
    justify-content: center;
    width: 65%;
    margin: 0 auto 40px;
  }
}
footer .allWrap .navChild .child .gNav li {
  width: 50%;
  margin-bottom: 25px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .child .gNav li {
    justify-content: center;
    width: 50%;
    margin: 0 auto 10px;
  }
  footer .allWrap .navChild .child .gNav li:nth-child(even) {
    padding-left: 25px;
  }
}
footer .allWrap .navChild .child .gNav li a {
  line-height: 1;
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and ( max-width : 1024px ) {
  footer .allWrap .navChild .child .gNav li a {
    font-size: 13px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .child .gNav li a {
    font-size: 13px;
  }
}
footer .allWrap .navChild .child .otherNav {
  width: 172px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .child .otherNav {
    width: 100%;
  }
}
footer .allWrap .navChild .child .otherNav li {
  margin-bottom: 19px;
}
footer .allWrap .navChild .child .otherNav li a {
  width: 172px;
  display: block;
  text-align: center;
}
@media screen and ( max-width : 1024px ) {
  footer .allWrap .navChild .child .otherNav li a {
    font-size: 13px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .child .otherNav li a {
    width: 65%;
    margin: 0 auto;
  }
}
footer .allWrap .navChild .child .otherNav li:nth-child(3) a img {
  padding-right: 15px;
}
footer .allWrap .navChild .child .otherNav li.box a {
  line-height: 35px;
  border: 1px solid #FFF;
}
footer .allWrap .navChild .child .otherNav li.box:first-child a {
  background: url(../images/common/out-link.png) no-repeat right 11px center;
  background-size: 12px auto;
}
footer .allWrap .navChild .snsChild {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .snsChild {
    display: block;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .snsChild li {
    display: none;
  }
}
footer .allWrap .navChild .snsChild li.box {
  margin-right: 40px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .snsChild li.box {
    display: block;
    margin: 0;
  }
}
footer .allWrap .navChild .snsChild li.box a {
  line-height: 35px;
  vertical-align: middle;
  width: 216px;
  display: block;
  border: 1px solid #FFF;
  text-align: center;
}
@media screen and ( max-width : 1024px ) {
  footer .allWrap .navChild .snsChild li.box a {
    font-size: 13px;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .snsChild li.box a {
    width: 65%;
    margin: 0 auto;
  }
}
footer .allWrap .navChild .copyChild {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .copyChild {
    display: block;
    text-align: center;
  }
}
footer .allWrap .navChild .copyChild p a {
  letter-spacing: 1px;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .copyChild p {
    margin: 0 0 40px 0;
  }
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .copyChild .bnr img {
    width: 65%;
    height: auto;
  }
}
footer .allWrap .navChild .copyChild address {
  letter-spacing: 0;
}
@media screen and ( max-width : 768px ) {
  footer .allWrap .navChild .copyChild address {
    margin: 100px 0 0 0;
  }
}

.menuWrap {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: rgba(23, 73, 93, 0.9);
  padding-bottom: 140px;
  min-height: 100vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and ( max-width : 768px ) {
  .menuWrap {
    padding-bottom: 0;
  }
}
.menuWrap::-webkit-scrollbar {
  display: none;
}
.menuWrap h4 {
  padding: 94px 0;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .menuWrap h4 {
    text-align: left;
    padding: 30px 0 30px 45px;
  }
  .menuWrap h4 img {
    width: 70px;
    height: auto;
  }
}
.menuWrap .snsChild {
  position: relative;
  width: 734px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .snsChild {
    width: 65%;
  }
}
.menuWrap .snsChild .child {
  display: flex;
  position: absolute;
  top: -150px;
  right: 0;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .snsChild .child {
    top: -90px;
    left: 70px;
  }
}
.menuWrap .snsChild .child .langSelect {
  cursor: pointer;
  margin-right: 25px;
}
.menuWrap .snsChild .child .langSelect h5 select {
  cursor: pointer;
  border: none;
  background: url(../images/common/arr-lang.png) no-repeat right center;
  background-size: 9px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  letter-spacing: 3px;
  padding: 5px 15px 5px 0;
  line-height: 1.5;
  color: #fff;
}
.menuWrap .snsChild .child .langSelect h5 select option {
  color: #333;
}
.menuWrap .snsChild .child .langSelect h5 select::-ms-expand {
  display: none;
}
.menuWrap .navChild {
  width: 734px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .navChild {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.menuWrap .navChild .child {
  display: flex;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .navChild .child {
    display: block;
  }
}
.menuWrap .navChild .child .gNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .navChild .child .gNav {
    justify-content: center;
    width: 65%;
    margin: 0 auto 20px;
  }
}
.menuWrap .navChild .child .gNav li {
  width: 50%;
  margin-bottom: 25px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .navChild .child .gNav li {
    justify-content: center;
    width: 50%;
    margin: 0 auto 10px;
  }
  .menuWrap .navChild .child .gNav li:nth-child(even) {
    padding-left: 25px;
  }
  .menuWrap .navChild .child .gNav li:last-child {
    text-align: center;
  }
}
.menuWrap .navChild .child .gNav li a {
  line-height: 1;
  font-size: 17px;
  color: #FFF;
  letter-spacing: 1px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .navChild .child .gNav li a {
    font-size: 13px;
  }
}
.menuWrap .navChild .child .otherNav {
  width: 184px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .navChild .child .otherNav {
    width: 100%;
  }
}
.menuWrap .navChild .child .otherNav li a {
  width: 184px;
  display: block;
  text-align: center;
  color: #FFF;
  margin-bottom: 100px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .navChild .child .otherNav li a {
    width: 65%;
    margin: 0 auto;
  }
}
.menuWrap .navChild .child .otherNav li:nth-child(3) a img {
  padding-right: 15px;
}
.menuWrap .navChild .child .otherNav li.box a {
  line-height: 35px;
  border: 1px solid #FFF;
  color: #FFF;
  margin-bottom: 19px;
}
.menuWrap .navChild .child .otherNav li.box:first-child a {
  background: url(../images/common/out-link.png) no-repeat right 11px center;
  background-size: 12px auto;
}
.menuWrap .reserveChild {
  width: 734px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .reserveChild {
    width: auto;
    display: block;
  }
}
.menuWrap .reserveChild li {
  width: calc(50% - 17px);
  height: 80px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .reserveChild li {
    width: 65%;
    margin: 0 auto 20px;
    height: 60px;
  }
}
.menuWrap .reserveChild li:nth-child(2) img {
  width: 80%;
  height: auto;
}
.menuWrap .reserveChild li a {
  display: block;
  background: #276984;
  box-shadow: 0px 0px 15px -5px #424242;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  line-height: 80px;
  font-size: 20px;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .reserveChild li a {
    line-height: 60px;
    font-size: 14px;
  }
}
.menuWrap .reserveChild li a img {
  vertical-align: middle;
}
.menuWrap .reserveChild li:first-child a {
  background: #276984 url(../images/top/out-link.png) no-repeat center center;
  background-position: calc(50% + 4.6em) 50%;
  background-size: 15px auto;
}
.menuWrap .subChild {
  width: 734px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #FFF;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .subChild {
    width: auto;
    display: block;
    text-align: center;
  }
}
.menuWrap .subChild p:first-child {
  display: none;
}
.menuWrap .subChild a {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}
.menuWrap .subChild a img {
  padding-right: 15px;
  vertical-align: text-bottom;
}
@media screen and ( max-width : 768px ) {
  .menuWrap .subChild a {
    font-size: 12px;
  }
}
.menuWrap .humbergerNav {
  cursor: pointer;
  position: fixed;
  width: 34px;
  height: 34px;
  z-index: 2002;
  top: 34px;
  right: 40px;
}
.menuWrap .humbergerNav.close {
  z-index: 3002;
}
.menuWrap .humbergerNav.close li:nth-of-type(1) {
  transform: rotate(45deg);
  width: 100%;
  top: 13px;
  background-color: #FFF;
  z-index: 2002;
}
.menuWrap .humbergerNav.close li:nth-of-type(2) {
  opacity: 0;
}
.menuWrap .humbergerNav.close li:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg);
  width: 100%;
  background-color: #FFF;
  z-index: 2002;
}
.menuWrap .humbergerNav li {
  width: 34px;
  height: 2px;
  background: #303030;
  top: 10px;
  position: absolute;
  transition: 0.3s;
}
.menuWrap .humbergerNav li:nth-of-type(2) {
  top: 16px;
}
.menuWrap .humbergerNav li:nth-of-type(3) {
  top: 22px;
}

.coronaWrap {
  z-index: 9999;
  background-color: rgba(2, 2, 2, 0.46);
  padding: 175px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.coronaWrap::-webkit-scrollbar {
  display: none;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap {
    padding: 40px 20px;
  }
}
.coronaWrap .coronaChild {
  width: 1120px;
  margin: 0 auto;
  padding: 90px 0;
  background-color: rgba(255, 255, 255, 0.96);
  position: relative;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild {
    width: auto;
    padding: 40px;
  }
}
.coronaWrap .coronaChild h3 {
  font-size: 25px;
  text-align: center;
  width: 870px;
  margin: 0 auto 30px;
  line-height: 2.2em;
  padding-bottom: 40px;
  background: url(../images/plan-list/dot-line.png) repeat-x center bottom;
  background-size: auto 1px;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild h3 {
    width: auto;
    font-size: 18px;
  }
}
.coronaWrap .coronaChild .mainCopy {
  line-height: 2.2em;
  width: 870px;
  margin: 0 auto 50px;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .mainCopy {
    width: auto;
  }
}
.coronaWrap .coronaChild .child {
  width: 670px;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .child {
    width: auto;
  }
}
.coronaWrap .coronaChild .child h4 {
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
  background: #276984;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 40px;
}
.coronaWrap .coronaChild .child .coronaBox {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.coronaWrap .coronaChild .child .coronaBox .image {
  width: 160px;
  text-align: center;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .child .coronaBox .image {
    width: 20%;
  }
}
.coronaWrap .coronaChild .child .coronaBox .image img {
  height: 50px;
  width: auto;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .child .coronaBox .image img {
    width: 100%;
  }
}
.coronaWrap .coronaChild .child .coronaBox .text {
  width: 610px;
  letter-spacing: 1px;
  line-height: 1.8em;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .child .coronaBox .text {
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
  }
}
.coronaWrap .coronaChild .child .coronaBox .text span {
  color: #276984;
  display: block;
  font-weight: 700;
}
.coronaWrap .coronaChild .child .hosoku {
  letter-spacing: 1px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 55px;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .child .hosoku {
    font-size: 12px;
  }
}
.coronaWrap .coronaChild .closeBtn {
  width: 216px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #303030;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .closeBtn {
    width: 60%;
  }
}
.coronaWrap .coronaChild .circleCloseBtn {
  width: 50px;
  height: 50px;
  background: #303030;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and ( max-width : 768px ) {
  .coronaWrap .coronaChild .circleCloseBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 20px;
  }
}
.coronaWrap .coronaChild .circleCloseBtn img {
  vertical-align: baseline;
}

#prev_next {
  width: 100%;
  margin: 36px 0 60px;
  padding: 0;
  display: table;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
}

#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}

#prev_next #next {
  text-align: right;
}

#prev_next #prev p, #prev_next #next p {
  font-size: 80%;
  line-height: 1.5;
}

#prev_next #prev:hover, #prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}

#prev_next #prev {
  border-right: #ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title {
  font-size: 80%;
  position: absolute;
  text-align: center;
  padding: 3px 10px;
  color: #333232;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 5px;
}

#prev_next #next_title {
  right: 10px;
  top: -1em;
}

#prev_next #prev_title {
  top: -1em;
}

#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
}

#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 50px;
  padding: 0 10px;
  display: table-cell;
}

#prev_next #prev_no {
  border-right: #ccc 1px solid;
}

#prev_next_home {
  margin: 0 auto;
  text-align: center;
}

#prev_next_home:hover {
  background-color: rgba(150, 150, 150, 0.7);
}

#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and ( max-width : 768px ) {
  .over_menu {
    display: none;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
  }

  .over_menu.active {
    display: block;
    animation-name: fadeUpAnime;
    /*アニメーションの定義名*/
    animation-duration: 0.3s;
    /*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;
    /*アニメーションの開始と終了時の状態を指定*/
    opacity: 0;
  }

  .over_menu .over_menu_wrap {
    position: relative;
    width: auto;
    height: auto;
  }

  .over_menu .over_close_wrap {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 0px;
    right: 10px;
  }

  .over_menu .over_close {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 25px;
    height: 42px;
  }

  .over_menu .over_close span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
  }

  .over_menu .over_close span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }

  .over_menu .over_close span:nth-of-type(1) {
    top: 0;
  }

  /* line 542, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(2) {
    top: 10px;
  }

  /* line 545, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 549, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }

  /* line 553, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(2) {
    opacity: 0;
  }

  /* line 556, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }

  /* line 562, ../sass/_common.scss */
  .over_menu .over_cihld {
    position: fixed;
    top: 60px;
    display: block;
    width: 100%;
  }

  /* line 567, ../sass/_common.scss */
  .over_menu .over_cihld ul {
    text-align: left;
  }

  /* line 570, ../sass/_common.scss */
  .over_menu .over_cihld li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* line 575, ../sass/_common.scss */
  .over_menu .over_cihld li a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
  }

  /* line 585, ../sass/_common.scss */
  .over_menu .over_cihld li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25%;
    right: 10px;
  }

  header .menu_btn_wrap {
    display: table-cell;
    position: relative;
    height: 38px;
    text-align: right;
    vertical-align: middle;
  }

  header .menu_btn_wrap .menu_btn {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    padding: 3px 1px 4px 0;
  }

  header .menu_btn_wrap .menu-trigger,
header .menu_btn_wrap .menu-trigger span {
    display: inline-block;
    margin-right: 3px;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  header .menu_btn_wrap .menu-trigger {
    position: relative;
    width: 48px;
    height: 17px;
  }

  header .menu_btn_wrap .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }

  header .menu_btn_wrap .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  header .menu_btn_wrap .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }

  header .menu_btn_wrap .menu-trigger span:nth-of-type(3) {
    top: 19px;
  }

  header .menu_btn_wrap .text {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: #fff;
  }
}
.bread-nav {
  background: #e2f1ff;
}
.bread-nav ul {
  width: 810px;
  display: flex;
  margin: 0 auto;
}
@media screen and ( max-width : 768px ) {
  .bread-nav ul {
    width: auto;
    padding: 0 20px;
  }
}
.bread-nav ul li {
  color: #666;
  font-size: 12px;
  padding: 10px 0;
  margin-right: 5px;
}
.bread-nav ul li a {
  color: #666;
  font-size: 12px;
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and ( max-width : 768px ) {
  .mb40 {
    margin-bottom: 25px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb1em {
  margin-bottom: 0.5em !important;
}

.underLine {
  text-decoration: underline;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes unshow {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.loader {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #125D7C;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  background: #FFF;
  position: fixed;
  width: 20%;
  z-index: 5000;
  text-align: left;
  padding: 30px;
  bottom: 50px;
  right: 50px;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
}
@media screen and ( max-width : 768px ) {
  .wpcf7-response-output {
    width: 45% !important;
    bottom: 20px !important;
    right: 20px !important;
    padding: 15px !important;
    font-size: 12px !important;
  }
}

.wpcf7-not-valid-tip {
  color: #F00;
}