@charset "UTF-8";
/*
Theme Name: ガールスカウト千葉県連盟
Theme URI:
Author: ガールスカウト千葉県連盟
Author URI: 
Description: ガールスカウト千葉県連盟のカスタムテーマ。
Version: 1.0.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

html {
  overflow: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.fw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.fw a {
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fw img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.fw sup {
  vertical-align: super;
  line-height: 1;
}

.fw sub {
  vertical-align: sub;
  line-height: 1;
}

.fw strong {
  font-weight: bold;
}

.fw button {
  cursor: pointer;
}

.fw button, .fw input {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.fw input[type="text"], .fw input[type="tel"], .fw input[type="email"], .fw textarea, .fw input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.fw {
  min-width: 1000px;
  overflow: hidden;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #1f2f54;
  font-size: 16px;
  line-height: 200%;
}

.fw #scroll_to_top a {
  background-color: #009a5a !important;
  height: 40px !important;
  margin-top: -60px !important;
}

.fw a {
  color: #1f2f54;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.fw a:hover {
  opacity: 0.8;
}

.fw .l-inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.fw .l-inner::after {
  content: "";
  display: table;
  clear: both;
}

.fw .l-section + .l-section {
  margin-top: 60px;
}

.fw .l-main {
  position: relative;
  padding: 100px 0 70px;
}

.fw .l-main::before, .fw .l-main::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://a24970.claudeassets.com/20251010215317im_/http://gschiba.org/site/wp-content/themes/renewal/images/common/bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.fw .l-main::before {
  top: 0;
  z-index: -1;
}

.fw .l-main::after {
  bottom: 0;
  z-index: -2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fw .l-vertical-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fw .l-vertical-combo .l-top-logo {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.fw .l-vertical-combo .p-hero {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fw .l-vertical-combo .l-header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fw .l-top-logo {
  border-bottom: 5px solid #009a5a;
  text-align: center;
}

.fw .l-top-logo .l-inner {
  padding: 15px 0 10px;
}

.fw .l-top-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw .l-top-logo__image {
  width: 65px;
}

.fw .l-top-logo__title {
  margin-left: 20px;
}

/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */
@font-face {
  font-family: swiper-icons;
  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-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fw .l-header {
  background-color: #fff;
}

.fw .l-header__inner.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 0;
  height: auto;
}

.fw .l-header .l-header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6667%;
  text-align: center;
  padding: 0;
}

.fw .l-header .l-header-logo a {
  display: block;
}

.fw .l-header .l-header-logo img {
  max-width: 107px;
  max-height: none;
}

.fw .l-header .l-header-text {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.75vw;
  font-weight: bold;
}

.fw .l-header .l-header-toggle-button {
  display: none;
}

.fw .l-header .l-header-navi {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fw .l-header .l-header-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.fw .l-header .l-header-navi__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 100%;
  border-left: 1px dotted #ddd;
  position: relative;
}

.fw .l-header .l-header-navi__list-item > a,
.fw .l-header .l-header-navi__list-item > div {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f2f54;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0 0;
}

.fw .l-header .l-header-navi__list-item > a:hover,
.fw .l-header .l-header-navi__list-item > div:hover {
  opacity: 1;
  background-color: #ebf3f0;
}

.fw .l-header .l-header-navi__list-item > a .c-arrow,
.fw .l-header .l-header-navi__list-item > div .c-arrow {
  margin: 10px 0 20px;
}

.fw .l-header .l-header-navi__list-item.is-entered > div {
  background-color: #ebf3f0;
}

.fw .l-header .l-header-navi__inner-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: #fff;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.fw .l-header .l-header-navi__inner-list.is-entered {
  display: block;
}

.fw .l-header .l-header-navi__inner-list-item + .l-header-navi__inner-list-item {
  border-top: 1px dotted #ddd;
}

.fw .l-header .l-header-navi__inner-list-item > a {
  background-color: #009a5a;
  color: #fff;
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  padding: 1em;
}

.fw .l-footer {
  padding: 30px 0 80px;
}

.fw .l-footer .l-footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fw .l-footer .l-footer-copyright {
  font-size: 12px;
  line-height: 1.4;
}

.fw .l-footer .l-footer-navi {
  font-size: 14px;
  line-height: 1.4;
}

.fw .l-footer .l-footer-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw .l-footer .l-footer-navi__list-item + .l-footer-navi__list-item {
  margin-left: 1em;
}

.fw .l-footer .l-footer-navi__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw .l-footer .l-footer-navi__list-item a .c-arrow {
  margin-left: 0.5em;
}

.fw .l-footer .l-footer-sns {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.fw .l-footer .l-footer-sns__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
}

.fw .l-footer .l-footer-sns__icon + .l-footer-sns__icon {
  margin-top: 0;
  margin-left: 20px;
}

.fw .c-title, .fw .c-post h2, .fw.p-notfound .p-widget h2 {
  background-color: #c7e4d8;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 30px;
  border-radius: 8px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
}

.fw .c-title__link {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-size: 16px;
}

.fw .c-title__link .c-arrow {
  margin-left: 0.5em;
}

.fw .c-text, .fw .c-post p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.fw .c-text + .c-text, .fw .c-post p + .c-text, .fw .c-post .c-text + p, .fw .c-post p + p {
  margin-top: 1.5em;
}

.fw .c-text + .c-image, .fw .c-post p + .c-image {
  margin-top: 1.5em;
}

.fw .c-text__sm {
  font-size: 14px;
}

.fw .c-text--s {
  font-size: 12px;
}

.fw .c-text--left {
  text-align: left;
}

.fw .c-text--center {
  text-align: center;
}

.fw .c-text--right {
  text-align: right;
}

.fw .c-text--red {
  color: #ea0a0a;
}

.fw .c-list {
  font-size: 16px;
  margin: 1.5em 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.fw .c-list__item + .c-list__item {
  margin-top: 0.5em;
}

.fw .c-image + .c-text, .fw .c-post .c-image + p {
  margin-top: 1.5em;
}

.fw .c-image--center {
  text-align: center;
}

.fw .c-image__caption {
  font-size: 12px;
  line-height: 1.6;
  padding: 8px 0 0;
}

.fw .c-link--underline {
  text-decoration: underline;
}

.fw .c-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1f2f54;
  position: relative;
  border-radius: 50px;
}

.fw .c-arrow:before {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

.fw .c-arrow--bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fw .c-arrow--small {
  width: 16px;
  height: 16px;
}

.fw .c-arrow--small::before {
  width: 4px;
  height: 4px;
}

.fw .c-kv {
  width: 100%;
  height: 320px;
  position: relative;
  margin-top: 0;
}

.fw .c-kv__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
}

.fw .c-kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fw .c-kv__title {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 90vw;
  text-shadow: 1px 1px 5px #000;
}

.fw .c-kv__title::before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 75px;
  height: 2px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fw .c-article {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #c7e4d8;
  padding: 40px;
}

.fw .c-news .c-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw .c-news .c-news-item + .c-news-item {
  margin-top: 20px;
}

.fw .c-news .c-news-item__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
  background-color: #009a5a;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 20px;
  border-radius: 4px;
}

.fw .c-news .c-news-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}

.fw .c-attention, .fw .c-post .collapseomatic_content {
  padding: 20px;
  background-color: #ebf3f0;
  font-size: 12px;
  line-height: 2;
}

.fw .c-attention + .c-text, .fw .c-post .collapseomatic_content + .c-text, .fw .c-post .c-attention + p, .fw .c-post .collapseomatic_content + p {
  margin-top: 1.5em;
}

.fw .c-text + .c-attention, .fw .c-post p + .c-attention, .fw .c-post .c-text + .collapseomatic_content, .fw .c-post p + .collapseomatic_content {
  margin-top: 1.5em;
}

.fw .c-table {
  width: 100%;
}

.fw .c-table--fixed {
  table-layout: fixed;
}

.fw .c-table__row:first-child .c-table__head,
.fw .c-table__row:first-child .c-table__data {
  border-top: 1px solid #fff;
}

.fw .c-table__head, .fw .c-table__data {
  padding: 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.fw .c-table__head {
  background-color: #009a5a;
  color: #fff;
  line-height: 1.4;
}

.fw .c-table__head--fixed {
  width: 253px;
}

.fw .c-table__head--fixed-292 {
  width: 292px;
}

.fw .c-table__data {
  background-color: #ebf3f0;
}

.fw .c-table__data--full {
  padding: 0;
}

.fw .c-pagination .pagination {
  margin-top: 40px;
  font-size: 14px;
}

.fw .c-pagination .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw .c-pagination .pagination .nav-links * + * {
  margin-left: 20px;
}

.fw .c-pagination .pagination .page-numbers {
  padding: 10px 12.5px;
  color: #009a5a;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #999;
          box-shadow: 0 3px 3px #999;
  background: #fff;
  line-height: 1;
}

.fw .c-pagination .pagination .page-numbers.dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.fw .c-pagination .pagination .current {
  background: #009a5a;
  color: #fff;
}

.fw .c-pagination .pagination .prev,
.fw .c-pagination .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #009a5a;
}

.fw .c-searchbox .c-searchbox-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw .c-searchbox .c-searchbox-form__field {
  font-size: 16px;
  border: 2px solid #CCC;
  border-radius: 4px;
  height: 40px;
  padding: 0 10px;
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fw .c-searchbox .c-searchbox-form__submit {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 1;
  background-color: #009a5a;
  color: #fff;
  width: 80px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin-left: 10px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.fw .c-searchbox .c-searchbox-form__submit:hover {
  opacity: .7;
}

.fw .c-post p + .iconarea {
  margin-top: 1em;
}

.fw .c-post p + .gallery_box_single {
  margin-top: 1.5em;
}

.fw .c-post p > img {
  width: auto;
}

.fw .c-post p > img.alignleft {
  float: left;
  margin-right: 30px;
}

.fw .c-post p > img.alignright {
  float: right;
  margin-left: 30px;
}

.fw .c-post .float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw .c-post .float img {
  margin-right: 1em;
  margin-bottom: 0;
}

.fw .c-post .fCon {
  margin-top: 2em;
}

.fw .c-post h2 {
  margin-top: 60px;
}

.fw .c-post a {
  text-decoration: underline;
}

.fw .c-post strong {
  font-weight: bold;
}

.fw .c-post em {
  font-style: italic;
}

.fw .c-post > ul:not([class]) > li {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-left: 1em;
  text-indent: -1em;
}

.fw .c-post > ul:not([class]) > li::before {
  content: '・';
}

.fw .c-post .clearfix {
  display: block;
}

.fw .c-post .clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.fw .c-post .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fw .c-post table {
  width: 100%;
  table-layout: fixed;
  margin-top: 1.5em;
}

.fw .c-post table tr:first-child th,
.fw .c-post table tr:first-child td {
  border-top: 1px solid #fff;
}

.fw .c-post table th, .fw .c-post table td {
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.fw .c-post table th {
  background-color: #009a5a;
  color: #fff;
  line-height: 1.4;
}

.fw .c-post table td {
  background-color: #ebf3f0;
}

.fw .c-post table td iframe {
  width: 100%;
}

.fw .c-post table.danlist tr th:first-child {
  width: 200px;
}

.fw .c-post table.danlist tr th:last-child {
  width: 250px;
}

.fw .c-post table.danlist tr td:nth-child(3) a {
  display: inline-block;
}

.fw .c-post table.danlist tr td:nth-child(3) a + a {
  margin-left: 20px;
}

.fw .c-post table.danlist tr td:nth-child(3) a img {
  width: 33px;
}

.fw .c-post table.freet {
  table-layout: auto;
}

.fw .c-post table.freet th, .fw .c-post table.freet td {
  padding: 8px 10px;
  font-size: 14px;
}

.fw .c-post table.freet td a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: normal;
  word-break: keep-all;
}

.fw .c-post table.freet td a .c-arrow {
  margin-left: 0.5em;
}

.fw .c-post table.freet td p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.fw.p-home .l-main {
  padding-top: 0;
}

.fw.p-home .p-hero {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 0;
}

.fw.p-home .p-hero-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.fw.p-home .p-hero-message {
  white-space: nowrap;
  text-align: right;
  margin: 30px 0 20px;
  color: #666;
}

.fw.p-home .p-hero-message__title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.4em;
  white-space: normal;
}

.fw.p-home .p-title {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 0.5em;
}

.fw.p-home .p-title .rss-widget-icon {
  display: none;
}

.fw.p-home .p-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fw.p-home .p-combo > * {
  width: 460px;
}

.fw.p-home .p-box__title {
  margin-bottom: 20px;
  font-size: 14px;
}

.fw.p-home .p-box__title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.fw.p-home .p-box__title a .c-arrow {
  margin-left: 0.5em;
}

.fw.p-home .p-box__image {
  border-radius: 8px;
  overflow: hidden;
}

.fw.p-home .p-box__map {
  border-radius: 8px;
  overflow: hidden;
}

.fw.p-home .p-box__map .p-google-map-container {
  width: 100%;
  height: 490px;
}

.fw.p-home .p-box__map .p-google-map-container iframe {
  width: 100%;
  height: 100%;
}

.fw.p-home .p-facebook {
  border-radius: 8px;
  overflow: hidden;
}

.fw.p-home .p-facebook .fb-page {
  width: 100%;
  height: 500px;
}

.fw.p-home .p-facebook .fb-page > span {
  width: 100% !important;
}

.fw.p-home .p-facebook .fb-page > span > iframe {
  width: 100% !important;
  height: 100% !important;
}

.fw.p-home .p-news {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #aaaaa9;
  height: 500px;
  overflow-y: scroll;
}

.fw.p-home .p-news > ul {
  padding: 20px 30px;
}

.fw.p-home .p-news > ul > li + li {
  border-top: 1px dotted #ddd;
}

.fw.p-home .p-news > ul > li > a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.fw.p-home .p-kawaru {
  padding: 30px 0;
}

.fw.p-home .p-kawaru__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw.p-home .p-kawaru__message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

.fw.p-home .p-kawaru__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 342px;
}

.fw.p-home .p-kawaru__link .c-text, .fw.p-home .p-kawaru__link .c-post p, .fw.p-home .c-post .p-kawaru__link p {
  letter-spacing: normal;
}

.fw.p-home .p-kawaru .p-kawaru-button {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009a5a;
  color: #fff;
  line-height: 1;
  padding: 15px 10px;
  font-size: 23px;
  border-radius: 6px;
}

.fw.p-home .p-kawaru .p-kawaru-button .c-arrow {
  margin-left: 10px;
  background-color: #fff;
}

.fw.p-home .p-kawaru .p-kawaru-button .c-arrow::before {
  border-color: #009a5a;
}

.fw.p-aboutus .p-google-map {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 420px;
  display: block;
}

.fw.p-area .p-team-list {
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw.p-area .p-team-list__item {
  margin-right: 40px;
  margin-bottom: 0;
}

.fw.p-area .p-team-list__item a {
  padding-right: 1.5em;
  position: relative;
}

.fw.p-area .p-team-list__item a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #1f2f54;
  border-radius: 50px;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.fw.p-area .p-team-list__item a::after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.fw.p-area .p-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -5px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw.p-area .p-photo-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.3333% - 10px);
  margin: 0 5px;
}

.fw.p-area .p-photo {
  width: 100%;
  height: 200px;
  background-color: #ebf3f0;
}

.fw.p-area .p-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fw.p-area .p-table-row > th:first-child {
  width: 200px;
}

.fw.p-area .p-table-row > th:last-child {
  width: 200px;
}

.fw.p-area .p-table-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw.p-area .p-table-sns-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33px;
}

.fw.p-area .p-table-sns-list__item + .p-table-sns-list__item {
  margin-left: 20px;
}

.fw.p-map .p-google-map-container {
  width: 100%;
  height: 800px;
}

.fw.p-map .p-google-map-container iframe {
  width: 100%;
  height: 100%;
}

.fw.p-map .p-google-map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.fw.p-whatgs .p-photo-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw.p-whatgs .p-photo-gallery::after {
  content: '';
  display: block;
  margin: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 160px;
}

.fw.p-whatgs .p-photo-gallery__item {
  margin: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 160px;
}

.fw.p-whatgs .p-photo-gallery__image {
  display: block;
}

.fw.p-whatgs .p-photo-gallery__description {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

.fw.p-fundraise .p-image.c-image {
  max-width: 300px;
}

.fw.p-fundraise .p-download-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw.p-fundraise .p-download-list__item + .p-download-list__item {
  margin-left: 40px;
  margin-top: 0;
}

.fw.p-fundraise .p-download-list__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  padding-right: 1.5em;
  position: relative;
}

.fw.p-fundraise .p-download-list__item a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #1f2f54;
  border-radius: 50px;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.fw.p-fundraise .p-download-list__item a::after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 6.5px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  z-index: 1;
}

.fw.p-special .p-link-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw.p-special .p-link-list__item + .p-link-list__item {
  margin-left: 40px;
}

.fw.p-special .p-link-list__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}

.fw.p-special .p-link-list__item a .c-arrow {
  margin-left: 10px;
}

.fw.p-member .p-menu, .fw.p-member-2 .p-menu, .fw.p-member-2-2 .p-menu {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw.p-member .p-menu__item, .fw.p-member-2 .p-menu__item, .fw.p-member-2-2 .p-menu__item {
  margin-right: 40px;
  margin-bottom: 0;
}

.fw.p-member .p-menu__item a, .fw.p-member-2 .p-menu__item a, .fw.p-member-2-2 .p-menu__item a {
  padding-right: 1.5em;
  position: relative;
  display: block;
}

.fw.p-member .p-menu__item a::before, .fw.p-member-2 .p-menu__item a::before, .fw.p-member-2-2 .p-menu__item a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #1f2f54;
  border-radius: 50px;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.fw.p-member .p-menu__item a::after, .fw.p-member-2 .p-menu__item a::after, .fw.p-member-2-2 .p-menu__item a::after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.fw.p-member .p-table .c-table__head,
.fw.p-member .p-table .c-table__data, .fw.p-member-2 .p-table .c-table__head,
.fw.p-member-2 .p-table .c-table__data, .fw.p-member-2-2 .p-table .c-table__head,
.fw.p-member-2-2 .p-table .c-table__data {
  padding: 10px 20px;
}

.fw.p-member .p-table .c-link, .fw.p-member-2 .p-table .c-link, .fw.p-member-2-2 .p-table .c-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fw.p-member .p-table .c-link .c-arrow, .fw.p-member-2 .p-table .c-link .c-arrow, .fw.p-member-2-2 .p-table .c-link .c-arrow {
  margin-left: 0.5em;
}

.fw.p-member .p-table-sns-list, .fw.p-member-2 .p-table-sns-list, .fw.p-member-2-2 .p-table-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw.p-member .p-table-sns-list__item, .fw.p-member-2 .p-table-sns-list__item, .fw.p-member-2-2 .p-table-sns-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33px;
}

.fw.p-member .p-table-sns-list__item + .p-table-sns-list__item, .fw.p-member-2 .p-table-sns-list__item + .p-table-sns-list__item, .fw.p-member-2-2 .p-table-sns-list__item + .p-table-sns-list__item {
  margin-left: 20px;
}

.fw.p-search .p-search-result {
  padding: 40px 0;
}

.fw.p-search .p-search-result + .p-search-result {
  border-top: 1px dotted #7d7d7d;
}

.fw.p-search .p-search-result .c-text + .c-text, .fw.p-search .p-search-result .c-post p + .c-text, .fw.p-search .c-post .p-search-result p + .c-text, .fw.p-search .p-search-result .c-post .c-text + p, .fw.p-search .c-post .p-search-result .c-text + p, .fw.p-search .p-search-result .c-post p + p, .fw.p-search .c-post .p-search-result p + p {
  margin-top: 0.5em;
}

.fw.p-search .p-search-result__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.fw.p-search .p-search-result__title a {
  color: #009a5a;
}

.fw.p-search .p-search-result__category .post-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw.p-search .p-search-result__category .post-categories li:not(:first-child)::after {
  content: ',　';
}

.fw.p-search .p-search-result__category .post-categories li:nth-child(2)::before {
  content: ',　';
}

.fw.p-search .p-search-result__category .post-categories li a {
  font-weight: bold;
  text-decoration: underline;
  color: #009a5a;
}

.fw.p-notfound .p-notfound__title {
  color: #ea0a0a;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.fw.p-notfound .p-notfound__search {
  margin-top: 40px;
  margin-bottom: 60px;
}

.fw.p-notfound .p-notfound__search .c-searchbox .c-searchbox-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fw.p-notfound .p-widget ul {
  padding-left: 1em;
}

.fw.p-notfound .p-widget ul li + li {
  margin-top: 10px;
}

.fw.p-notfound .p-widget ul li a {
  text-decoration: underline;
  color: #009a5a;
}

.fw.p-notfound .p-widget label {
  display: none;
}

.fw.p-notfound .p-widget select {
  border: 1px solid #eee;
  font-size: 100%;
  margin: 0;
  padding: 1rem;
  vertical-align: baseline;
}

.fw.p-single-post .p-post__date {
  color: #009a5a;
}

.fw.p-single-post .p-post__category {
  margin-top: 40px;
}

.fw.p-single-post .p-post__category .post-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw.p-single-post .p-post__category .post-categories li:not(:first-child)::after {
  content: ',　';
}

.fw.p-single-post .p-post__category .post-categories li:nth-child(2)::before {
  content: ',　';
}

.fw.p-single-post .p-post__category .post-categories li a {
  font-weight: bold;
  text-decoration: underline;
  color: #009a5a;
}

.fw.p-single-post .p-post .c-post {
  margin-top: 40px;
}

.fw.p-sitemap #sitemap_list li a {
  color: #009a5a;
}

.fw.p-gakko .p-kv img {
  display: block;
  width: 100%;
}

.fw.p-gakko .p-kv--sp .sp-kv figcaption {
  font-size: 3.2vw;
  text-align: center;
  line-height: 1;
  padding: 2.66667vw 0;
  color: #000;
}

.fw.p-gakko .p-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}

.fw.p-gakko .p-info__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 15px 0 0;
}

.fw.p-gakko .p-info__table th {
  width: 162px;
}

.fw.p-gakko .p-info__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  height: auto;
  margin-bottom: 0;
}

.fw.p-gakko .p-info__map iframe {
  width: 100%;
  height: 100%;
}

.fw.p-gakko .p-ticket-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 30px;
}

.fw.p-gakko .p-ticket-links > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fw.p-gakko .p-ticket-links > * + * {
  margin-left: 20px;
}

.fw.p-gakko .p-ticket-link--bank a {
  background-color: #dd178b;
}

.fw.p-gakko .p-ticket-link--credit a {
  background-color: #dd1762;
}

.fw.p-gakko .p-ticket-link--credit a .brsp {
  display: none;
}

.fw.p-gakko .p-ticket-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  height: 80px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px #000;
          box-shadow: 0 2px 2px #000;
}

.fw.p-gakko .p-stage-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fw.p-gakko .p-stage-program + .p-stage-program {
  margin-top: 40px;
}

.fw.p-gakko .p-stage-program-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.fw.p-gakko .p-stage-program-item__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.fw.p-gakko .p-stage-program-item__content {
  margin-top: 10px;
}

.fw.p-gakko .p-stage-program-item__link {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}

.fw.p-gakko .p-stage-program-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
  margin-right: 0;
  width: 158px;
  height: 158px;
}

.fw.p-gakko .p-stage-program-image img {
  width: 100%;
}

.fw.p-gakko .p-participant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -28px;
}

.fw.p-gakko .p-participant-list > * {
  width: calc(25% - 28px);
  margin: 28px 14px;
}

.fw.p-gakko .p-participant img {
  display: block;
}

.fw.p-gakko .p-participant span {
  margin-top: 20px;
  display: block;
  text-align: center;
  line-height: 1.375;
}

.fw.p-gakko .p-article-item + .p-article-item {
  margin-top: 50px;
}

.fw.p-gakko .p-article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-decoration: none;
}

.fw.p-gakko .p-article-box__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fw.p-gakko .p-article-box__description .description-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
  background-color: #009a5a;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 20px;
  border-radius: 4px;
}

.fw.p-gakko .p-article-box__description .description-content {
  margin-top: 10px;
}

.fw.p-gakko .p-article-box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 211px;
  margin-left: 30px;
}

.fw.p-gakko .p-article-box__image img {
  width: 100%;
}

.fw.p-gakko .p-article-box:hover .p-article-box__description .description-content {
  text-decoration: underline;
}

.fw .u-float__left {
  float: left;
  margin-right: 30px;
}

.fw .u-float__right {
  float: right;
  margin-left: 30px;
}

.fw .u-clear::after {
  content: "";
  display: table;
  clear: both;
}

.fw .u-col {
  margin-left: -30px;
  margin-right: -30px;
}

.fw .u-col::after {
  content: "";
  display: table;
  clear: both;
}

.fw .u-col > * {
  padding-left: 30px;
  padding-right: 30px;
}

.fw .u-col > * {
  float: left;
}

.fw .u-col > .u-col1 {
  width: 8.33333%;
}

.fw .u-col > .u-col2 {
  width: 16.66667%;
}

.fw .u-col > .u-col3 {
  width: 25%;
}

.fw .u-col > .u-col4 {
  width: 33.33333%;
}

.fw .u-col > .u-col5 {
  width: 41.66667%;
}

.fw .u-col > .u-col6 {
  width: 50%;
}

.fw .u-col > .u-col7 {
  width: 58.33333%;
}

.fw .u-col > .u-col8 {
  width: 66.66667%;
}

.fw .u-col > .u-col9 {
  width: 75%;
}

.fw .u-col > .u-col10 {
  width: 83.33333%;
}

.fw .u-col > .u-col11 {
  width: 91.66667%;
}

.fw .u-col > .u-col12 {
  width: 100%;
}

.fw .u-col > .u-col_fifth {
  width: 20%;
}

.fw .u-col.u-col_mg0 {
  margin-left: 0px;
  margin-right: 0px;
}

.fw .u-col.u-col_mg0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.fw .u-col.u-col_mg5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.fw .u-col.u-col_mg5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.fw .u-col.u-col_mg10 {
  margin-left: -5px;
  margin-right: -5px;
}

.fw .u-col.u-col_mg10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.fw .u-col.u-col_mg15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.fw .u-col.u-col_mg15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.fw .u-col.u-col_mg20 {
  margin-left: -10px;
  margin-right: -10px;
}

.fw .u-col.u-col_mg20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.fw .u-col.u-col_mg25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.fw .u-col.u-col_mg25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.fw .u-col.u-col_mg30 {
  margin-left: -15px;
  margin-right: -15px;
}

.fw .u-col.u-col_mg30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.fw .u-col.u-col_mg35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.fw .u-col.u-col_mg35 > * {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.fw .u-col.u-col_mg40 {
  margin-left: -20px;
  margin-right: -20px;
}

.fw .u-col.u-col_mg40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.fw .u-col.u-col_mg45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.fw .u-col.u-col_mg45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.fw .u-col.u-col_mg50 {
  margin-left: -25px;
  margin-right: -25px;
}

.fw .u-col.u-col_mg50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.fw .u-col.u-col_mg55 {
  margin-left: -27.5px;
  margin-right: -27.5px;
}

.fw .u-col.u-col_mg55 > * {
  padding-left: 27.5px;
  padding-right: 27.5px;
}

.fw .u-col.u-col_mg60 {
  margin-left: -30px;
  margin-right: -30px;
}

.fw .u-col.u-col_mg60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.fw .u-col.u-col_mg65 {
  margin-left: -32.5px;
  margin-right: -32.5px;
}

.fw .u-col.u-col_mg65 > * {
  padding-left: 32.5px;
  padding-right: 32.5px;
}

.fw .u-col.u-col_mg70 {
  margin-left: -35px;
  margin-right: -35px;
}

.fw .u-col.u-col_mg70 > * {
  padding-left: 35px;
  padding-right: 35px;
}

.fw .u-col.u-col_mg75 {
  margin-left: -37.5px;
  margin-right: -37.5px;
}

.fw .u-col.u-col_mg75 > * {
  padding-left: 37.5px;
  padding-right: 37.5px;
}

.fw .u-col.u-col_mg80 {
  margin-left: -40px;
  margin-right: -40px;
}

.fw .u-col.u-col_mg80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.fw .u-col.u-col_mb0 {
  margin-bottom: -0px;
}

.fw .u-col.u-col_mb0 > * {
  margin-bottom: 0px;
}

.fw .u-col.u-col_mb5 {
  margin-bottom: -5px;
}

.fw .u-col.u-col_mb5 > * {
  margin-bottom: 5px;
}

.fw .u-col.u-col_mb10 {
  margin-bottom: -10px;
}

.fw .u-col.u-col_mb10 > * {
  margin-bottom: 10px;
}

.fw .u-col.u-col_mb15 {
  margin-bottom: -15px;
}

.fw .u-col.u-col_mb15 > * {
  margin-bottom: 15px;
}

.fw .u-col.u-col_mb20 {
  margin-bottom: -20px;
}

.fw .u-col.u-col_mb20 > * {
  margin-bottom: 20px;
}

.fw .u-col.u-col_mb25 {
  margin-bottom: -25px;
}

.fw .u-col.u-col_mb25 > * {
  margin-bottom: 25px;
}

.fw .u-col.u-col_mb30 {
  margin-bottom: -30px;
}

.fw .u-col.u-col_mb30 > * {
  margin-bottom: 30px;
}

.fw .u-col.u-col_mb35 {
  margin-bottom: -35px;
}

.fw .u-col.u-col_mb35 > * {
  margin-bottom: 35px;
}

.fw .u-col.u-col_mb40 {
  margin-bottom: -40px;
}

.fw .u-col.u-col_mb40 > * {
  margin-bottom: 40px;
}

.fw .u-col.u-col_mb45 {
  margin-bottom: -45px;
}

.fw .u-col.u-col_mb45 > * {
  margin-bottom: 45px;
}

.fw .u-col.u-col_mb50 {
  margin-bottom: -50px;
}

.fw .u-col.u-col_mb50 > * {
  margin-bottom: 50px;
}

.fw .u-col.u-col_mb55 {
  margin-bottom: -55px;
}

.fw .u-col.u-col_mb55 > * {
  margin-bottom: 55px;
}

.fw .u-col.u-col_mb60 {
  margin-bottom: -60px;
}

.fw .u-col.u-col_mb60 > * {
  margin-bottom: 60px;
}

.fw .u-col.u-col_mb65 {
  margin-bottom: -65px;
}

.fw .u-col.u-col_mb65 > * {
  margin-bottom: 65px;
}

.fw .u-col.u-col_mb70 {
  margin-bottom: -70px;
}

.fw .u-col.u-col_mb70 > * {
  margin-bottom: 70px;
}

.fw .u-col.u-col_mb75 {
  margin-bottom: -75px;
}

.fw .u-col.u-col_mb75 > * {
  margin-bottom: 75px;
}

.fw .u-col.u-col_mb80 {
  margin-bottom: -80px;
}

.fw .u-col.u-col_mb80 > * {
  margin-bottom: 80px;
}

.fw .u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -30px;
  margin-right: -30px;
}

.fw .u-flex > * {
  margin-left: 30px;
  margin-right: 30px;
}

.fw .u-flex > .u-flex1 {
  width: calc( 8.33333% - 60px);
}

.fw .u-flex > .u-flex2 {
  width: calc( 16.66667% - 60px);
}

.fw .u-flex > .u-flex3 {
  width: calc( 25% - 60px);
}

.fw .u-flex > .u-flex4 {
  width: calc( 33.33333% - 60px);
}

.fw .u-flex > .u-flex5 {
  width: calc( 41.66667% - 60px);
}

.fw .u-flex > .u-flex6 {
  width: calc( 50% - 60px);
}

.fw .u-flex > .u-flex7 {
  width: calc( 58.33333% - 60px);
}

.fw .u-flex > .u-flex8 {
  width: calc( 66.66667% - 60px);
}

.fw .u-flex > .u-flex9 {
  width: calc( 75% - 60px);
}

.fw .u-flex > .u-flex10 {
  width: calc( 83.33333% - 60px);
}

.fw .u-flex > .u-flex11 {
  width: calc( 91.66667% - 60px);
}

.fw .u-flex > .u-flex12 {
  width: calc( 100% - 60px);
}

.fw .u-flex > .u-flex_fifth {
  width: calc( 20% - 60px);
}

.fw .u-flex.u-flex_mg0 {
  margin-left: -0px;
  margin-right: -0px;
}

.fw .u-flex.u-flex_mg0 > * {
  margin-left: 0px;
  margin-right: 0px;
}

.fw .u-flex.u-flex_mg0 > .u-flex1 {
  width: calc( 8.33333% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex2 {
  width: calc( 16.66667% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex3 {
  width: calc( 25% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex4 {
  width: calc( 33.33333% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex5 {
  width: calc( 41.66667% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex6 {
  width: calc( 50% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex7 {
  width: calc( 58.33333% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex8 {
  width: calc( 66.66667% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex9 {
  width: calc( 75% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex10 {
  width: calc( 83.33333% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex11 {
  width: calc( 91.66667% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex12 {
  width: calc( 100% - 0px);
}

.fw .u-flex.u-flex_mg0 > .u-flex_fifth {
  width: calc( 20% - 0px);
}

.fw .u-flex.u-flex_mg5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.fw .u-flex.u-flex_mg5 > * {
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.fw .u-flex.u-flex_mg5 > .u-flex1 {
  width: calc( 8.33333% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex2 {
  width: calc( 16.66667% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex3 {
  width: calc( 25% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex4 {
  width: calc( 33.33333% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex5 {
  width: calc( 41.66667% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex6 {
  width: calc( 50% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex7 {
  width: calc( 58.33333% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex8 {
  width: calc( 66.66667% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex9 {
  width: calc( 75% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex10 {
  width: calc( 83.33333% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex11 {
  width: calc( 91.66667% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex12 {
  width: calc( 100% - 5px);
}

.fw .u-flex.u-flex_mg5 > .u-flex_fifth {
  width: calc( 20% - 5px);
}

.fw .u-flex.u-flex_mg10 {
  margin-left: -5px;
  margin-right: -5px;
}

.fw .u-flex.u-flex_mg10 > * {
  margin-left: 5px;
  margin-right: 5px;
}

.fw .u-flex.u-flex_mg10 > .u-flex1 {
  width: calc( 8.33333% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex2 {
  width: calc( 16.66667% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex3 {
  width: calc( 25% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex4 {
  width: calc( 33.33333% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex5 {
  width: calc( 41.66667% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex6 {
  width: calc( 50% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex7 {
  width: calc( 58.33333% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex8 {
  width: calc( 66.66667% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex9 {
  width: calc( 75% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex10 {
  width: calc( 83.33333% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex11 {
  width: calc( 91.66667% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex12 {
  width: calc( 100% - 10px);
}

.fw .u-flex.u-flex_mg10 > .u-flex_fifth {
  width: calc( 20% - 10px);
}

.fw .u-flex.u-flex_mg15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.fw .u-flex.u-flex_mg15 > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.fw .u-flex.u-flex_mg15 > .u-flex1 {
  width: calc( 8.33333% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex2 {
  width: calc( 16.66667% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex3 {
  width: calc( 25% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex4 {
  width: calc( 33.33333% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex5 {
  width: calc( 41.66667% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex6 {
  width: calc( 50% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex7 {
  width: calc( 58.33333% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex8 {
  width: calc( 66.66667% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex9 {
  width: calc( 75% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex10 {
  width: calc( 83.33333% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex11 {
  width: calc( 91.66667% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex12 {
  width: calc( 100% - 15px);
}

.fw .u-flex.u-flex_mg15 > .u-flex_fifth {
  width: calc( 20% - 15px);
}

.fw .u-flex.u-flex_mg20 {
  margin-left: -10px;
  margin-right: -10px;
}

.fw .u-flex.u-flex_mg20 > * {
  margin-left: 10px;
  margin-right: 10px;
}

.fw .u-flex.u-flex_mg20 > .u-flex1 {
  width: calc( 8.33333% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex2 {
  width: calc( 16.66667% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex3 {
  width: calc( 25% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex4 {
  width: calc( 33.33333% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex5 {
  width: calc( 41.66667% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex6 {
  width: calc( 50% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex7 {
  width: calc( 58.33333% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex8 {
  width: calc( 66.66667% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex9 {
  width: calc( 75% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex10 {
  width: calc( 83.33333% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex11 {
  width: calc( 91.66667% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex12 {
  width: calc( 100% - 20px);
}

.fw .u-flex.u-flex_mg20 > .u-flex_fifth {
  width: calc( 20% - 20px);
}

.fw .u-flex.u-flex_mg25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.fw .u-flex.u-flex_mg25 > * {
  margin-left: 12.5px;
  margin-right: 12.5px;
}

.fw .u-flex.u-flex_mg25 > .u-flex1 {
  width: calc( 8.33333% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex2 {
  width: calc( 16.66667% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex3 {
  width: calc( 25% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex4 {
  width: calc( 33.33333% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex5 {
  width: calc( 41.66667% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex6 {
  width: calc( 50% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex7 {
  width: calc( 58.33333% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex8 {
  width: calc( 66.66667% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex9 {
  width: calc( 75% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex10 {
  width: calc( 83.33333% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex11 {
  width: calc( 91.66667% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex12 {
  width: calc( 100% - 25px);
}

.fw .u-flex.u-flex_mg25 > .u-flex_fifth {
  width: calc( 20% - 25px);
}

.fw .u-flex.u-flex_mg30 {
  margin-left: -15px;
  margin-right: -15px;
}

.fw .u-flex.u-flex_mg30 > * {
  margin-left: 15px;
  margin-right: 15px;
}

.fw .u-flex.u-flex_mg30 > .u-flex1 {
  width: calc( 8.33333% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex2 {
  width: calc( 16.66667% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex3 {
  width: calc( 25% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex4 {
  width: calc( 33.33333% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex5 {
  width: calc( 41.66667% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex6 {
  width: calc( 50% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex7 {
  width: calc( 58.33333% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex8 {
  width: calc( 66.66667% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex9 {
  width: calc( 75% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex10 {
  width: calc( 83.33333% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex11 {
  width: calc( 91.66667% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex12 {
  width: calc( 100% - 30px);
}

.fw .u-flex.u-flex_mg30 > .u-flex_fifth {
  width: calc( 20% - 30px);
}

.fw .u-flex.u-flex_mg35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.fw .u-flex.u-flex_mg35 > * {
  margin-left: 17.5px;
  margin-right: 17.5px;
}

.fw .u-flex.u-flex_mg35 > .u-flex1 {
  width: calc( 8.33333% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex2 {
  width: calc( 16.66667% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex3 {
  width: calc( 25% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex4 {
  width: calc( 33.33333% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex5 {
  width: calc( 41.66667% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex6 {
  width: calc( 50% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex7 {
  width: calc( 58.33333% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex8 {
  width: calc( 66.66667% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex9 {
  width: calc( 75% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex10 {
  width: calc( 83.33333% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex11 {
  width: calc( 91.66667% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex12 {
  width: calc( 100% - 35px);
}

.fw .u-flex.u-flex_mg35 > .u-flex_fifth {
  width: calc( 20% - 35px);
}

.fw .u-flex.u-flex_mg40 {
  margin-left: -20px;
  margin-right: -20px;
}

.fw .u-flex.u-flex_mg40 > * {
  margin-left: 20px;
  margin-right: 20px;
}

.fw .u-flex.u-flex_mg40 > .u-flex1 {
  width: calc( 8.33333% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex2 {
  width: calc( 16.66667% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex3 {
  width: calc( 25% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex4 {
  width: calc( 33.33333% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex5 {
  width: calc( 41.66667% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex6 {
  width: calc( 50% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex7 {
  width: calc( 58.33333% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex8 {
  width: calc( 66.66667% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex9 {
  width: calc( 75% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex10 {
  width: calc( 83.33333% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex11 {
  width: calc( 91.66667% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex12 {
  width: calc( 100% - 40px);
}

.fw .u-flex.u-flex_mg40 > .u-flex_fifth {
  width: calc( 20% - 40px);
}

.fw .u-flex.u-flex_mg45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.fw .u-flex.u-flex_mg45 > * {
  margin-left: 22.5px;
  margin-right: 22.5px;
}

.fw .u-flex.u-flex_mg45 > .u-flex1 {
  width: calc( 8.33333% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex2 {
  width: calc( 16.66667% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex3 {
  width: calc( 25% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex4 {
  width: calc( 33.33333% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex5 {
  width: calc( 41.66667% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex6 {
  width: calc( 50% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex7 {
  width: calc( 58.33333% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex8 {
  width: calc( 66.66667% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex9 {
  width: calc( 75% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex10 {
  width: calc( 83.33333% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex11 {
  width: calc( 91.66667% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex12 {
  width: calc( 100% - 45px);
}

.fw .u-flex.u-flex_mg45 > .u-flex_fifth {
  width: calc( 20% - 45px);
}

.fw .u-flex.u-flex_mg50 {
  margin-left: -25px;
  margin-right: -25px;
}

.fw .u-flex.u-flex_mg50 > * {
  margin-left: 25px;
  margin-right: 25px;
}

.fw .u-flex.u-flex_mg50 > .u-flex1 {
  width: calc( 8.33333% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex2 {
  width: calc( 16.66667% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex3 {
  width: calc( 25% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex4 {
  width: calc( 33.33333% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex5 {
  width: calc( 41.66667% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex6 {
  width: calc( 50% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex7 {
  width: calc( 58.33333% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex8 {
  width: calc( 66.66667% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex9 {
  width: calc( 75% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex10 {
  width: calc( 83.33333% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex11 {
  width: calc( 91.66667% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex12 {
  width: calc( 100% - 50px);
}

.fw .u-flex.u-flex_mg50 > .u-flex_fifth {
  width: calc( 20% - 50px);
}

.fw .u-flex.u-flex_mg55 {
  margin-left: -27.5px;
  margin-right: -27.5px;
}

.fw .u-flex.u-flex_mg55 > * {
  margin-left: 27.5px;
  margin-right: 27.5px;
}

.fw .u-flex.u-flex_mg55 > .u-flex1 {
  width: calc( 8.33333% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex2 {
  width: calc( 16.66667% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex3 {
  width: calc( 25% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex4 {
  width: calc( 33.33333% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex5 {
  width: calc( 41.66667% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex6 {
  width: calc( 50% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex7 {
  width: calc( 58.33333% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex8 {
  width: calc( 66.66667% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex9 {
  width: calc( 75% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex10 {
  width: calc( 83.33333% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex11 {
  width: calc( 91.66667% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex12 {
  width: calc( 100% - 55px);
}

.fw .u-flex.u-flex_mg55 > .u-flex_fifth {
  width: calc( 20% - 55px);
}

.fw .u-flex.u-flex_mg60 {
  margin-left: -30px;
  margin-right: -30px;
}

.fw .u-flex.u-flex_mg60 > * {
  margin-left: 30px;
  margin-right: 30px;
}

.fw .u-flex.u-flex_mg60 > .u-flex1 {
  width: calc( 8.33333% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex2 {
  width: calc( 16.66667% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex3 {
  width: calc( 25% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex4 {
  width: calc( 33.33333% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex5 {
  width: calc( 41.66667% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex6 {
  width: calc( 50% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex7 {
  width: calc( 58.33333% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex8 {
  width: calc( 66.66667% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex9 {
  width: calc( 75% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex10 {
  width: calc( 83.33333% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex11 {
  width: calc( 91.66667% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex12 {
  width: calc( 100% - 60px);
}

.fw .u-flex.u-flex_mg60 > .u-flex_fifth {
  width: calc( 20% - 60px);
}

.fw .u-flex.u-flex_mg65 {
  margin-left: -32.5px;
  margin-right: -32.5px;
}

.fw .u-flex.u-flex_mg65 > * {
  margin-left: 32.5px;
  margin-right: 32.5px;
}

.fw .u-flex.u-flex_mg65 > .u-flex1 {
  width: calc( 8.33333% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex2 {
  width: calc( 16.66667% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex3 {
  width: calc( 25% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex4 {
  width: calc( 33.33333% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex5 {
  width: calc( 41.66667% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex6 {
  width: calc( 50% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex7 {
  width: calc( 58.33333% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex8 {
  width: calc( 66.66667% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex9 {
  width: calc( 75% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex10 {
  width: calc( 83.33333% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex11 {
  width: calc( 91.66667% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex12 {
  width: calc( 100% - 65px);
}

.fw .u-flex.u-flex_mg65 > .u-flex_fifth {
  width: calc( 20% - 65px);
}

.fw .u-flex.u-flex_mg70 {
  margin-left: -35px;
  margin-right: -35px;
}

.fw .u-flex.u-flex_mg70 > * {
  margin-left: 35px;
  margin-right: 35px;
}

.fw .u-flex.u-flex_mg70 > .u-flex1 {
  width: calc( 8.33333% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex2 {
  width: calc( 16.66667% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex3 {
  width: calc( 25% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex4 {
  width: calc( 33.33333% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex5 {
  width: calc( 41.66667% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex6 {
  width: calc( 50% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex7 {
  width: calc( 58.33333% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex8 {
  width: calc( 66.66667% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex9 {
  width: calc( 75% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex10 {
  width: calc( 83.33333% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex11 {
  width: calc( 91.66667% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex12 {
  width: calc( 100% - 70px);
}

.fw .u-flex.u-flex_mg70 > .u-flex_fifth {
  width: calc( 20% - 70px);
}

.fw .u-flex.u-flex_mg75 {
  margin-left: -37.5px;
  margin-right: -37.5px;
}

.fw .u-flex.u-flex_mg75 > * {
  margin-left: 37.5px;
  margin-right: 37.5px;
}

.fw .u-flex.u-flex_mg75 > .u-flex1 {
  width: calc( 8.33333% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex2 {
  width: calc( 16.66667% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex3 {
  width: calc( 25% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex4 {
  width: calc( 33.33333% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex5 {
  width: calc( 41.66667% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex6 {
  width: calc( 50% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex7 {
  width: calc( 58.33333% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex8 {
  width: calc( 66.66667% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex9 {
  width: calc( 75% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex10 {
  width: calc( 83.33333% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex11 {
  width: calc( 91.66667% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex12 {
  width: calc( 100% - 75px);
}

.fw .u-flex.u-flex_mg75 > .u-flex_fifth {
  width: calc( 20% - 75px);
}

.fw .u-flex.u-flex_mg80 {
  margin-left: -40px;
  margin-right: -40px;
}

.fw .u-flex.u-flex_mg80 > * {
  margin-left: 40px;
  margin-right: 40px;
}

.fw .u-flex.u-flex_mg80 > .u-flex1 {
  width: calc( 8.33333% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex2 {
  width: calc( 16.66667% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex3 {
  width: calc( 25% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex4 {
  width: calc( 33.33333% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex5 {
  width: calc( 41.66667% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex6 {
  width: calc( 50% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex7 {
  width: calc( 58.33333% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex8 {
  width: calc( 66.66667% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex9 {
  width: calc( 75% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex10 {
  width: calc( 83.33333% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex11 {
  width: calc( 91.66667% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex12 {
  width: calc( 100% - 80px);
}

.fw .u-flex.u-flex_mg80 > .u-flex_fifth {
  width: calc( 20% - 80px);
}

.fw .u-flex.u-flex_mb0 {
  margin-bottom: -0px;
}

.fw .u-flex.u-flex_mb0 > * {
  margin-bottom: 0px;
}

.fw .u-flex.u-flex_mb5 {
  margin-bottom: -5px;
}

.fw .u-flex.u-flex_mb5 > * {
  margin-bottom: 5px;
}

.fw .u-flex.u-flex_mb10 {
  margin-bottom: -10px;
}

.fw .u-flex.u-flex_mb10 > * {
  margin-bottom: 10px;
}

.fw .u-flex.u-flex_mb15 {
  margin-bottom: -15px;
}

.fw .u-flex.u-flex_mb15 > * {
  margin-bottom: 15px;
}

.fw .u-flex.u-flex_mb20 {
  margin-bottom: -20px;
}

.fw .u-flex.u-flex_mb20 > * {
  margin-bottom: 20px;
}

.fw .u-flex.u-flex_mb25 {
  margin-bottom: -25px;
}

.fw .u-flex.u-flex_mb25 > * {
  margin-bottom: 25px;
}

.fw .u-flex.u-flex_mb30 {
  margin-bottom: -30px;
}

.fw .u-flex.u-flex_mb30 > * {
  margin-bottom: 30px;
}

.fw .u-flex.u-flex_mb35 {
  margin-bottom: -35px;
}

.fw .u-flex.u-flex_mb35 > * {
  margin-bottom: 35px;
}

.fw .u-flex.u-flex_mb40 {
  margin-bottom: -40px;
}

.fw .u-flex.u-flex_mb40 > * {
  margin-bottom: 40px;
}

.fw .u-flex.u-flex_mb45 {
  margin-bottom: -45px;
}

.fw .u-flex.u-flex_mb45 > * {
  margin-bottom: 45px;
}

.fw .u-flex.u-flex_mb50 {
  margin-bottom: -50px;
}

.fw .u-flex.u-flex_mb50 > * {
  margin-bottom: 50px;
}

.fw .u-flex.u-flex_mb55 {
  margin-bottom: -55px;
}

.fw .u-flex.u-flex_mb55 > * {
  margin-bottom: 55px;
}

.fw .u-flex.u-flex_mb60 {
  margin-bottom: -60px;
}

.fw .u-flex.u-flex_mb60 > * {
  margin-bottom: 60px;
}

.fw .u-flex.u-flex_mb65 {
  margin-bottom: -65px;
}

.fw .u-flex.u-flex_mb65 > * {
  margin-bottom: 65px;
}

.fw .u-flex.u-flex_mb70 {
  margin-bottom: -70px;
}

.fw .u-flex.u-flex_mb70 > * {
  margin-bottom: 70px;
}

.fw .u-flex.u-flex_mb75 {
  margin-bottom: -75px;
}

.fw .u-flex.u-flex_mb75 > * {
  margin-bottom: 75px;
}

.fw .u-flex.u-flex_mb80 {
  margin-bottom: -80px;
}

.fw .u-flex.u-flex_mb80 > * {
  margin-bottom: 80px;
}

.fw .u-flex > .u-flex_order0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.fw .u-flex > .u-flex_order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fw .u-flex > .u-flex_order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fw .u-flex > .u-flex_order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fw .u-flex > .u-flex_order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.fw .u-flex > .u-flex_order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.fw .u-flex > .u-flex_order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.fw .u-flex > .u-flex_order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.fw .u-flex > .u-flex_order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.fw .u-flex > .u-flex_order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.fw .u-flex > .u-flex_order10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.fw .u-flex > .u-flex_order11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.fw .u-flex > .u-flex_order12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.fw .u-flex > .u-flex_order13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.fw .u-flex > .u-flex_order14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}

.fw .u-flex > .u-flex_order15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

.fw .u-flex > .u-flex_order16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}

.fw .u-flex.u-flex_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw .u-flex.u-flex_justify > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fw .u-font_l {
  font-size: 20px;
}

.fw .u-font_m {
  font-size: 18px;
}

.fw .u-font_s {
  font-size: 14px;
}

.fw .u-font_b {
  font-weight: bold !important;
}

.fw .u-form input,
.fw .u-form button,
.fw .u-form textarea,
.fw .u-form label,
.fw .u-form select {
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  color: #1f2f54;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: normal;
  font-size: 16px;
  border: 1px solid #DDD;
  letter-spacing: 0.05em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fw .u-form input:-webkit-autofill,
.fw .u-form button:-webkit-autofill,
.fw .u-form textarea:-webkit-autofill,
.fw .u-form label:-webkit-autofill,
.fw .u-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}

.fw .u-form input::-webkit-input-placeholder,
.fw .u-form button::-webkit-input-placeholder,
.fw .u-form textarea::-webkit-input-placeholder,
.fw .u-form label::-webkit-input-placeholder,
.fw .u-form select::-webkit-input-placeholder {
  color: #DDD;
}

.fw .u-form input:-moz-placeholder,
.fw .u-form button:-moz-placeholder,
.fw .u-form textarea:-moz-placeholder,
.fw .u-form label:-moz-placeholder,
.fw .u-form select:-moz-placeholder {
  opacity: 1;
  color: #DDD;
}

.fw .u-form input::-moz-placeholder,
.fw .u-form button::-moz-placeholder,
.fw .u-form textarea::-moz-placeholder,
.fw .u-form label::-moz-placeholder,
.fw .u-form select::-moz-placeholder {
  opacity: 1;
  color: #DDD;
}

.fw .u-form input:-ms-input-placeholder,
.fw .u-form button:-ms-input-placeholder,
.fw .u-form textarea:-ms-input-placeholder,
.fw .u-form label:-ms-input-placeholder,
.fw .u-form select:-ms-input-placeholder {
  color: #DDD;
}

.fw .u-form input,
.fw .u-form textarea,
.fw .u-form select {
  background-color: #fff;
}

.fw .u-form input:-moz-read-only, .fw .u-form textarea:-moz-read-only {
  cursor: not-allowed !important;
  color: #b2b1b1;
}

.fw .u-form input:read-only,
.fw .u-form textarea:read-only {
  cursor: not-allowed !important;
  color: #b2b1b1;
}

.fw .u-form input:disabled,
.fw .u-form textarea:disabled {
  color: #b2b1b1;
}

.fw .u-form label {
  border: none;
  display: inline-block;
  cursor: pointer;
}

.fw .u-form input {
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #DDD;
}

.fw .u-form input[type="hidden"], .fw .u-form input[type="range"], .fw .u-form input[type="file"], .fw .u-form input[type="submit"], .fw .u-form input[type="image"], .fw .u-form input[type="reset"], .fw .u-form input[type="button"] {
  height: auto;
  width: auto;
  padding: 0;
  border: none;
}

.fw .u-form input[type="hidden"]:focus, .fw .u-form input[type="range"]:focus, .fw .u-form input[type="file"]:focus, .fw .u-form input[type="submit"]:focus, .fw .u-form input[type="image"]:focus, .fw .u-form input[type="reset"]:focus, .fw .u-form input[type="button"]:focus {
  border: none;
}

.fw .u-form input:focus {
  border: 1px solid #009a5a;
}

.fw .u-form input.u-form_inline {
  width: inherit;
}

.fw .u-form input[type=color] {
  width: 60px;
  height: 30px;
  padding: 0;
}

.fw .u-form input[type=color][list] {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

.fw .u-form .u-form_inline + .u-form_inline {
  margin-left: 10px;
}

.fw .u-form .u-form_label.u-form_inline {
  display: inline-block;
}

.fw .u-form .u-form_label input {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.fw .u-form .u-form_label input + label {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 20px;
  min-height: 20px;
}

.fw .u-form .u-form_label input + label:before, .fw .u-form .u-form_label input + label:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

.fw .u-form .u-form_label input + label:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #FFF;
  border: 1px solid #DDD;
}

.fw .u-form .u-form_label input + label:after {
  opacity: 0;
}

.fw .u-form .u-form_label input:checked + label:after {
  opacity: 1;
}

.fw .u-form .u-form_label input:disabled + label {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.fw .u-form .u-form_label input:focus + label:before {
  border-color: #009a5a;
}

.fw .u-form .u-form_label input[type="radio"] + label:before, .fw .u-form .u-form_label input[type="radio"] + label:after {
  border-radius: 50%;
}

.fw .u-form .u-form_label input[type="radio"] + label:after {
  margin-left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #009a5a;
}

.fw .u-form .u-form_label input[type="checkbox"] + label:after {
  margin-left: 2px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border-left: 4px solid #009a5a;
  border-bottom: 4px solid #009a5a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fw .u-form .u-form_select {
  width: 100%;
  border: none;
  position: relative;
}

.fw .u-form .u-form_select:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  vertical-align: middle;
  width: 3px;
  height: 3px;
}

.fw .u-form .u-form_select:before, .fw .u-form .u-form_select:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -1px;
}

.fw .u-form .u-form_select:after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  vertical-align: middle;
  width: 3px;
  height: 3px;
}

.fw .u-form .u-form_select:before, .fw .u-form .u-form_select:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -1px;
}

.fw .u-form .u-form_select:before, .fw .u-form .u-form_select:after {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin: 0;
  display: none\9;
  margin-top: -2.1px;
  cursor: pointer;
  pointer-events: none;
}

.fw .u-form .u-form_select:before {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.fw .u-form .u-form_select:after {
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}

.fw .u-form .u-form_select.u-form_inline {
  width: inherit;
}

.fw .u-form select {
  width: 100%;
  height: 30px;
  position: relative;
  padding: 0 24px 0 10px;
}

.fw .u-form select:focus {
  border: 1px solid #009a5a;
}

.fw .u-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.fw .u-form select:-moz-focusring * {
  color: #000;
  text-shadow: none;
}

.fw .u-form select::-ms-expand {
  display: none;
}

.fw .u-form textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 5px;
}

.fw .u-form textarea:focus {
  border: 1px solid #009a5a;
}

.fw .u-form textarea.u-form_inline {
  width: inherit;
}

.fw .u-form input[type="submit"],
.fw .u-form button[type="submit"],
.fw .u-form input[type="reset"],
.fw .u-form button[type="reset"],
.fw .u-form input[type="button"],
.fw .u-form button[type="button"],
.fw .u-form button {
  cursor: pointer;
  padding: 0;
}

.fw ul.u-list_disc {
  line-height: 199.6%;
}

.fw ul.u-list_disc > li {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

.fw ul.u-list_disc > li:before {
  content: "・";
}

.fw ul.u-list_notice {
  line-height: 199.6%;
}

.fw ul.u-list_notice > li {
  margin-bottom: 5px;
  text-indent: -0.5em;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.fw ul.u-list_notice > li:before {
  content: "※";
  display: inline-block;
  width: 0.5em;
}

.fw ol {
  line-height: 199.6%;
  list-style-type: decimal;
}

.fw ol > li {
  margin-left: 1.7em;
  margin-bottom: 5px;
  counter-increment: number;
}

.fw ol.u-list_bracket {
  list-style-type: none;
  counter-reset: number 0;
}

.fw ol.u-list_bracket > li {
  text-indent: -2.6em;
  margin-left: 2.5em;
  counter-increment: number 1;
}

.fw ol.u-list_bracket > li:before {
  content: "（" counter(number) "）";
}

.fw ol.u-list_notice {
  list-style-type: none;
  counter-reset: number 0;
}

.fw ol.u-list_notice > li {
  text-indent: -2.3em;
  margin-left: 2.5em;
  counter-increment: number 1;
}

.fw ol.u-list_notice > li:before {
  content: "※" counter(number) " ";
}

.fw .u-mg0 {
  margin: 0px !important;
}

.fw .u-mg5 {
  margin: 5px !important;
}

.fw .u-mg10 {
  margin: 10px !important;
}

.fw .u-mg15 {
  margin: 15px !important;
}

.fw .u-mg20 {
  margin: 20px !important;
}

.fw .u-mg25 {
  margin: 25px !important;
}

.fw .u-mg30 {
  margin: 30px !important;
}

.fw .u-mg35 {
  margin: 35px !important;
}

.fw .u-mg40 {
  margin: 40px !important;
}

.fw .u-mg45 {
  margin: 45px !important;
}

.fw .u-mg50 {
  margin: 50px !important;
}

.fw .u-mg55 {
  margin: 55px !important;
}

.fw .u-mg60 {
  margin: 60px !important;
}

.fw .u-mg65 {
  margin: 65px !important;
}

.fw .u-mg70 {
  margin: 70px !important;
}

.fw .u-mg75 {
  margin: 75px !important;
}

.fw .u-mg80 {
  margin: 80px !important;
}

.fw .u-mt0 {
  margin-top: 0px !important;
}

.fw .u-mt5 {
  margin-top: 5px !important;
}

.fw .u-mt10 {
  margin-top: 10px !important;
}

.fw .u-mt15 {
  margin-top: 15px !important;
}

.fw .u-mt20 {
  margin-top: 20px !important;
}

.fw .u-mt25 {
  margin-top: 25px !important;
}

.fw .u-mt30 {
  margin-top: 30px !important;
}

.fw .u-mt35 {
  margin-top: 35px !important;
}

.fw .u-mt40 {
  margin-top: 40px !important;
}

.fw .u-mt45 {
  margin-top: 45px !important;
}

.fw .u-mt50 {
  margin-top: 50px !important;
}

.fw .u-mt55 {
  margin-top: 55px !important;
}

.fw .u-mt60 {
  margin-top: 60px !important;
}

.fw .u-mt65 {
  margin-top: 65px !important;
}

.fw .u-mt70 {
  margin-top: 70px !important;
}

.fw .u-mt75 {
  margin-top: 75px !important;
}

.fw .u-mt80 {
  margin-top: 80px !important;
}

.fw .u-mr0 {
  margin-right: 0px !important;
}

.fw .u-mr5 {
  margin-right: 5px !important;
}

.fw .u-mr10 {
  margin-right: 10px !important;
}

.fw .u-mr15 {
  margin-right: 15px !important;
}

.fw .u-mr20 {
  margin-right: 20px !important;
}

.fw .u-mr25 {
  margin-right: 25px !important;
}

.fw .u-mr30 {
  margin-right: 30px !important;
}

.fw .u-mr35 {
  margin-right: 35px !important;
}

.fw .u-mr40 {
  margin-right: 40px !important;
}

.fw .u-mr45 {
  margin-right: 45px !important;
}

.fw .u-mr50 {
  margin-right: 50px !important;
}

.fw .u-mr55 {
  margin-right: 55px !important;
}

.fw .u-mr60 {
  margin-right: 60px !important;
}

.fw .u-mr65 {
  margin-right: 65px !important;
}

.fw .u-mr70 {
  margin-right: 70px !important;
}

.fw .u-mr75 {
  margin-right: 75px !important;
}

.fw .u-mr80 {
  margin-right: 80px !important;
}

.fw .u-mb0 {
  margin-bottom: 0px !important;
}

.fw .u-mb5 {
  margin-bottom: 5px !important;
}

.fw .u-mb10 {
  margin-bottom: 10px !important;
}

.fw .u-mb15 {
  margin-bottom: 15px !important;
}

.fw .u-mb20 {
  margin-bottom: 20px !important;
}

.fw .u-mb25 {
  margin-bottom: 25px !important;
}

.fw .u-mb30 {
  margin-bottom: 30px !important;
}

.fw .u-mb35 {
  margin-bottom: 35px !important;
}

.fw .u-mb40 {
  margin-bottom: 40px !important;
}

.fw .u-mb45 {
  margin-bottom: 45px !important;
}

.fw .u-mb50 {
  margin-bottom: 50px !important;
}

.fw .u-mb55 {
  margin-bottom: 55px !important;
}

.fw .u-mb60 {
  margin-bottom: 60px !important;
}

.fw .u-mb65 {
  margin-bottom: 65px !important;
}

.fw .u-mb70 {
  margin-bottom: 70px !important;
}

.fw .u-mb75 {
  margin-bottom: 75px !important;
}

.fw .u-mb80 {
  margin-bottom: 80px !important;
}

.fw .u-ml0 {
  margin-left: 0px !important;
}

.fw .u-ml5 {
  margin-left: 5px !important;
}

.fw .u-ml10 {
  margin-left: 10px !important;
}

.fw .u-ml15 {
  margin-left: 15px !important;
}

.fw .u-ml20 {
  margin-left: 20px !important;
}

.fw .u-ml25 {
  margin-left: 25px !important;
}

.fw .u-ml30 {
  margin-left: 30px !important;
}

.fw .u-ml35 {
  margin-left: 35px !important;
}

.fw .u-ml40 {
  margin-left: 40px !important;
}

.fw .u-ml45 {
  margin-left: 45px !important;
}

.fw .u-ml50 {
  margin-left: 50px !important;
}

.fw .u-ml55 {
  margin-left: 55px !important;
}

.fw .u-ml60 {
  margin-left: 60px !important;
}

.fw .u-ml65 {
  margin-left: 65px !important;
}

.fw .u-ml70 {
  margin-left: 70px !important;
}

.fw .u-ml75 {
  margin-left: 75px !important;
}

.fw .u-ml80 {
  margin-left: 80px !important;
}

.fw .u-pd0 {
  padding: 0px !important;
}

.fw .u-pd5 {
  padding: 5px !important;
}

.fw .u-pd10 {
  padding: 10px !important;
}

.fw .u-pd15 {
  padding: 15px !important;
}

.fw .u-pd20 {
  padding: 20px !important;
}

.fw .u-pd25 {
  padding: 25px !important;
}

.fw .u-pd30 {
  padding: 30px !important;
}

.fw .u-pd35 {
  padding: 35px !important;
}

.fw .u-pd40 {
  padding: 40px !important;
}

.fw .u-pd45 {
  padding: 45px !important;
}

.fw .u-pd50 {
  padding: 50px !important;
}

.fw .u-pd55 {
  padding: 55px !important;
}

.fw .u-pd60 {
  padding: 60px !important;
}

.fw .u-pd65 {
  padding: 65px !important;
}

.fw .u-pd70 {
  padding: 70px !important;
}

.fw .u-pd75 {
  padding: 75px !important;
}

.fw .u-pd80 {
  padding: 80px !important;
}

.fw .u-pt0 {
  padding-top: 0px !important;
}

.fw .u-pt5 {
  padding-top: 5px !important;
}

.fw .u-pt10 {
  padding-top: 10px !important;
}

.fw .u-pt15 {
  padding-top: 15px !important;
}

.fw .u-pt20 {
  padding-top: 20px !important;
}

.fw .u-pt25 {
  padding-top: 25px !important;
}

.fw .u-pt30 {
  padding-top: 30px !important;
}

.fw .u-pt35 {
  padding-top: 35px !important;
}

.fw .u-pt40 {
  padding-top: 40px !important;
}

.fw .u-pt45 {
  padding-top: 45px !important;
}

.fw .u-pt50 {
  padding-top: 50px !important;
}

.fw .u-pt55 {
  padding-top: 55px !important;
}

.fw .u-pt60 {
  padding-top: 60px !important;
}

.fw .u-pt65 {
  padding-top: 65px !important;
}

.fw .u-pt70 {
  padding-top: 70px !important;
}

.fw .u-pt75 {
  padding-top: 75px !important;
}

.fw .u-pt80 {
  padding-top: 80px !important;
}

.fw .u-pr0 {
  padding-right: 0px !important;
}

.fw .u-pr5 {
  padding-right: 5px !important;
}

.fw .u-pr10 {
  padding-right: 10px !important;
}

.fw .u-pr15 {
  padding-right: 15px !important;
}

.fw .u-pr20 {
  padding-right: 20px !important;
}

.fw .u-pr25 {
  padding-right: 25px !important;
}

.fw .u-pr30 {
  padding-right: 30px !important;
}

.fw .u-pr35 {
  padding-right: 35px !important;
}

.fw .u-pr40 {
  padding-right: 40px !important;
}

.fw .u-pr45 {
  padding-right: 45px !important;
}

.fw .u-pr50 {
  padding-right: 50px !important;
}

.fw .u-pr55 {
  padding-right: 55px !important;
}

.fw .u-pr60 {
  padding-right: 60px !important;
}

.fw .u-pr65 {
  padding-right: 65px !important;
}

.fw .u-pr70 {
  padding-right: 70px !important;
}

.fw .u-pr75 {
  padding-right: 75px !important;
}

.fw .u-pr80 {
  padding-right: 80px !important;
}

.fw .u-pb0 {
  padding-bottom: 0px !important;
}

.fw .u-pb5 {
  padding-bottom: 5px !important;
}

.fw .u-pb10 {
  padding-bottom: 10px !important;
}

.fw .u-pb15 {
  padding-bottom: 15px !important;
}

.fw .u-pb20 {
  padding-bottom: 20px !important;
}

.fw .u-pb25 {
  padding-bottom: 25px !important;
}

.fw .u-pb30 {
  padding-bottom: 30px !important;
}

.fw .u-pb35 {
  padding-bottom: 35px !important;
}

.fw .u-pb40 {
  padding-bottom: 40px !important;
}

.fw .u-pb45 {
  padding-bottom: 45px !important;
}

.fw .u-pb50 {
  padding-bottom: 50px !important;
}

.fw .u-pb55 {
  padding-bottom: 55px !important;
}

.fw .u-pb60 {
  padding-bottom: 60px !important;
}

.fw .u-pb65 {
  padding-bottom: 65px !important;
}

.fw .u-pb70 {
  padding-bottom: 70px !important;
}

.fw .u-pb75 {
  padding-bottom: 75px !important;
}

.fw .u-pb80 {
  padding-bottom: 80px !important;
}

.fw .u-pl0 {
  padding-left: 0px !important;
}

.fw .u-pl5 {
  padding-left: 5px !important;
}

.fw .u-pl10 {
  padding-left: 10px !important;
}

.fw .u-pl15 {
  padding-left: 15px !important;
}

.fw .u-pl20 {
  padding-left: 20px !important;
}

.fw .u-pl25 {
  padding-left: 25px !important;
}

.fw .u-pl30 {
  padding-left: 30px !important;
}

.fw .u-pl35 {
  padding-left: 35px !important;
}

.fw .u-pl40 {
  padding-left: 40px !important;
}

.fw .u-pl45 {
  padding-left: 45px !important;
}

.fw .u-pl50 {
  padding-left: 50px !important;
}

.fw .u-pl55 {
  padding-left: 55px !important;
}

.fw .u-pl60 {
  padding-left: 60px !important;
}

.fw .u-pl65 {
  padding-left: 65px !important;
}

.fw .u-pl70 {
  padding-left: 70px !important;
}

.fw .u-pl75 {
  padding-left: 75px !important;
}

.fw .u-pl80 {
  padding-left: 80px !important;
}

.fw .u-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.fw .u-table > *:not(.u-table_row) {
  display: table-cell;
  vertical-align: middle;
}

.fw .u-table > .u-table_row {
  display: table-row;
}

.fw .u-table > .u-table_row > * {
  display: table-cell;
  vertical-align: middle;
}

.fw .u-table > .u-cell1,
.fw .u-table > .u-table_row > .u-cell1 {
  width: 8.33333%;
}

.fw .u-table > .u-cell2,
.fw .u-table > .u-table_row > .u-cell2 {
  width: 16.66667%;
}

.fw .u-table > .u-cell3,
.fw .u-table > .u-table_row > .u-cell3 {
  width: 25%;
}

.fw .u-table > .u-cell4,
.fw .u-table > .u-table_row > .u-cell4 {
  width: 33.33333%;
}

.fw .u-table > .u-cell5,
.fw .u-table > .u-table_row > .u-cell5 {
  width: 41.66667%;
}

.fw .u-table > .u-cell6,
.fw .u-table > .u-table_row > .u-cell6 {
  width: 50%;
}

.fw .u-table > .u-cell7,
.fw .u-table > .u-table_row > .u-cell7 {
  width: 58.33333%;
}

.fw .u-table > .u-cell8,
.fw .u-table > .u-table_row > .u-cell8 {
  width: 66.66667%;
}

.fw .u-table > .u-cell9,
.fw .u-table > .u-table_row > .u-cell9 {
  width: 75%;
}

.fw .u-table > .u-cell10,
.fw .u-table > .u-table_row > .u-cell10 {
  width: 83.33333%;
}

.fw .u-table > .u-cell11,
.fw .u-table > .u-table_row > .u-cell11 {
  width: 91.66667%;
}

.fw .u-table > .u-cell12,
.fw .u-table > .u-table_row > .u-cell12 {
  width: 100%;
}

.fw .u-table > .u-cell_fifth,
.fw .u-table > .u-table_row > .u-cell_fifth {
  width: 20%;
}

.fw .u-table .u-cell12,
.fw .u-table > .u-table_row .u-cell12 {
  display: inline-block;
}

.fw table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fw table th, .fw table td {
  padding: 15px;
}

.fw table th.u-table_bg_gray, .fw table td.u-table_bg_gray {
  background: #f7f7f7;
  color: #1f2f54;
}

.fw table.u-table_horizon {
  width: 100%;
}

.fw table.u-table_horizon th, .fw table.u-table_horizon td {
  border-bottom: 1px solid #DDD;
}

.fw table.u-table_horizon th {
  font-weight: bold;
}

.fw table.u-table_horizon thead th, .fw table.u-table_horizon thead td {
  border-bottom: 2px solid #DDD;
}

.fw table.u-table_vertical {
  width: 100%;
}

.fw table.u-table_vertical th {
  border-right: 2px solid #DDD;
  font-weight: bold;
}

.fw table.u-table_vertical td {
  border-right: 1px solid #DDD;
}

.fw table.u-table_vertical td:last-child {
  border-right: none;
}

.fw table.u-table_around {
  width: 100%;
}

.fw table.u-table_around th {
  border: 1px solid #DDD;
  font-weight: bold;
}

.fw table.u-table_around td {
  border: 1px solid #DDD;
}

.fw table.u-table_around thead th, .fw table.u-table_around thead td {
  border-bottom: 2px solid #DDD;
}

.fw table.u-table_stripe {
  width: 100%;
}

.fw table.u-table_stripe tbody tr:nth-child(odd) th, .fw table.u-table_stripe tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}

.fw table.u-table_cursor {
  width: 100%;
}

.fw table.u-table_cursor tbody tr:hover td {
  background: #e3e3e3;
}

.fw table.u-table_cursor tbody tr:hover:nth-child(odd) td {
  background: #e3e3e3 !important;
}

.fw table.u-table_break th, .fw table.u-table_break td {
  width: 100% !important;
  display: block;
  margin-top: -1px;
}

.fw .u-table_responsive {
  overflow-x: auto;
  padding-bottom: 10px;
}

.fw .u-table_responsive::-webkit-scrollbar {
  height: 5px;
}

.fw .u-table_responsive::-webkit-scrollbar-thumb {
  background: #b2b1b1;
  border-radius: 5px;
}

.fw .u-table_responsive::-webkit-scrollbar-track-piece:start {
  background: #f7f7f7;
  border-radius: 5px;
}

.fw .u-table_responsive::-webkit-scrollbar-track-piece:end {
  background: #f7f7f7;
  border-radius: 5px;
}

.fw .u-table_responsive table {
  width: 1000px;
}

.fw table tr > .u-cell1 {
  width: 8.33333%;
}

.fw table tr > .u-cell2 {
  width: 16.66667%;
}

.fw table tr > .u-cell3 {
  width: 25%;
}

.fw table tr > .u-cell4 {
  width: 33.33333%;
}

.fw table tr > .u-cell5 {
  width: 41.66667%;
}

.fw table tr > .u-cell6 {
  width: 50%;
}

.fw table tr > .u-cell7 {
  width: 58.33333%;
}

.fw table tr > .u-cell8 {
  width: 66.66667%;
}

.fw table tr > .u-cell9 {
  width: 75%;
}

.fw table tr > .u-cell10 {
  width: 83.33333%;
}

.fw table tr > .u-cell11 {
  width: 91.66667%;
}

.fw table tr > .u-cell12 {
  width: 100%;
}

.fw table tr > .u-cell_fifth {
  width: 20%;
}

.fw table tr > .u-cell1 {
  width: 8.33333%;
}

.fw table tr > .u-cell2 {
  width: 16.66667%;
}

.fw table tr > .u-cell3 {
  width: 25%;
}

.fw table tr > .u-cell4 {
  width: 33.33333%;
}

.fw table tr > .u-cell5 {
  width: 41.66667%;
}

.fw table tr > .u-cell6 {
  width: 50%;
}

.fw table tr > .u-cell7 {
  width: 58.33333%;
}

.fw table tr > .u-cell8 {
  width: 66.66667%;
}

.fw table tr > .u-cell9 {
  width: 75%;
}

.fw table tr > .u-cell10 {
  width: 83.33333%;
}

.fw table tr > .u-cell11 {
  width: 91.66667%;
}

.fw table tr > .u-cell12 {
  width: 100%;
}

.fw table tr > .u-cell_fifth {
  width: 20%;
}

.fw table tr .u-cell12 {
  display: inline-block;
}

.fw .u-txt_left {
  text-align: left !important;
}

.fw .u-txt_center {
  text-align: center !important;
}

.fw .u-txt_right {
  text-align: right !important;
}

.fw .u-txt_red {
  color: #ea0a0a !important;
}

.fw .u-txt_blue {
  color: #2D72A7 !important;
}

.fw .u-txt_yellow {
  color: #ead805 !important;
}

.fw .u-txt_green {
  color: #9abc50 !important;
}

.fw .u-txt_lightGreen {
  color: #ebf3f0 !important;
}

.fw .u-space_s {
  letter-spacing: -0.02em !important;
}

.fw .u-space_m {
  letter-spacing: 0.03em !important;
}

.fw .u-space_l {
  letter-spacing: 0.08em !important;
}

.fw .u-box {
  background: #f7f7f7;
  padding: 20px;
}

.fw .u-box_solid {
  border: 1px solid #DDD;
  padding: 20px;
}

.fw .u-box_dotted {
  border: 1px dotted #DDD;
  padding: 20px;
}

.fw .u-box_dashed {
  border: 1px dashed #DDD;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .fw {
    font-size: 12px;
  }
  .fw #scroll_to_top a {
    height: inherit !important;
  }
  .fw .l-section + .l-section {
    margin-top: 40px;
  }
  .fw .l-main {
    padding: 40px 0 20px;
  }
  .fw .l-main::before, .fw .l-main::after {
    background-size: 100%;
  }
  .fw .l-vertical-combo {
    display: block;
    border-top: 0;
  }
  .fw .l-top-logo {
    display: none;
  }
  .fw {
    min-width: 320px;
  }
  .fw .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  }
  .fw .l-header__inner.l-inner {
    padding: 0;
  }
  .fw .l-header__inner.l-inner {
    height: 100%;
  }
  .fw .l-header .l-header-logo {
    width: 60px;
  }
  .fw .l-header .l-header-logo {
    padding: 10px;
  }
  .fw .l-header .l-header-logo img {
    max-width: 100%;
  }
  .fw .l-header .l-header-logo img {
    max-height: 100%;
  }
  .fw .l-header .l-header-toggle-button {
    display: block;
    margin-left: auto;
    width: 60px;
    background-color: #009a5a;
  }
  .fw .l-header .l-header-toggle-button * {
    pointer-events: none;
  }
  .fw .l-header .l-header-toggle-button svg {
    fill: #fff;
  }
  .fw .l-header .l-header-toggle-button__open-icon {
    display: block;
  }
  .fw .l-header .l-header-toggle-button__close-icon {
    display: none;
  }
  .fw .l-header .l-header-toggle-button span {
    display: none;
  }
  .fw .l-header .l-header-toggle-button.is-close .l-header-toggle-button__open-icon {
    display: none;
  }
  .fw .l-header .l-header-toggle-button.is-close .l-header-toggle-button__close-icon {
    display: block;
  }
  .fw .l-header .l-header-toggle-button.is-close ~ .l-header-navi {
    display: block;
    right: 0;
  }
  .fw .l-header .l-header-navi__list {
    width: auto;
  }
  .fw .l-header .l-header-navi__list {
    height: auto;
  }
  .fw .l-header .l-header-navi__list {
    padding: 30px 0;
  }
  .fw .l-header .l-header-navi__list {
    display: block;
    background-color: #fff;
  }
  .fw .l-header .l-header-navi__list-item {
    height: auto;
  }
  .fw .l-header .l-header-navi__list-item {
    border-left: 0;
  }
  .fw .l-header .l-header-navi__list-item + .l-header-navi__list-item {
    border-top: 1px dotted #ddd;
  }
  .fw .l-header .l-header-navi__list-item > a,
  .fw .l-header .l-header-navi__list-item > div {
    width: auto;
  }
  .fw .l-header .l-header-navi__list-item > a,
  .fw .l-header .l-header-navi__list-item > div {
    height: auto;
  }
  .fw .l-header .l-header-navi__list-item > a,
  .fw .l-header .l-header-navi__list-item > div {
    padding: 2em 0;
  }
  .fw .l-header .l-header-navi__list-item > a .c-arrow,
  .fw .l-header .l-header-navi__list-item > div .c-arrow {
    margin: 0 0 0 1em;
  }
  .fw .l-header .l-header-navi__list-item > a,
  .fw .l-header .l-header-navi__list-item > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .fw .l-header .l-header-navi {
    position: absolute;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: right .2s ease;
    transition: right .2s ease;
  }
  .fw .l-header .l-header-navi__inner-list {
    width: auto;
  }
  .fw .l-header .l-header-navi__inner-list {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fw .l-header .l-header-navi__inner-list-item > a {
    width: auto;
  }
  .fw .l-header .l-header-navi__inner-list-item > a {
    height: auto;
  }
  .fw .l-footer {
    padding: 20px 0 60px;
  }
  .fw .l-footer .l-footer-box {
    display: block;
  }
  .fw .l-footer .l-footer-copyright {
    font-size: 10px;
  }
  .fw .l-footer .l-footer-copyright {
    text-align: center;
  }
  .fw .l-footer .l-footer-navi {
    font-size: 12px;
  }
  .fw .l-footer .l-footer-navi__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fw .l-footer .l-footer-navi__list-item + .l-footer-navi__list-item {
    margin-left: 2em;
  }
  .fw .l-footer .l-footer-sns__icon {
    width: 30px;
  }
  .fw .c-title, .fw .c-post h2, .fw.p-notfound .p-widget h2 {
    font-size: 12px;
  }
  .fw .c-title, .fw .c-post h2, .fw.p-notfound .p-widget h2 {
    padding: 7px 10px;
  }
  .fw .c-title, .fw .c-post h2, .fw.p-notfound .p-widget h2 {
    margin-bottom: 15px;
  }
  .fw .c-title, .fw .c-post h2, .fw.p-notfound .p-widget h2 {
    border-radius: 4px;
  }
  .fw .c-title__link {
    right: 10px;
  }
  .fw .c-title__link {
    font-size: 10px;
  }
  .fw .c-text, .fw .c-post p {
    font-size: 12px;
  }
  .fw .c-text__sm {
    font-size: 12px;
  }
  .fw .c-text--s {
    font-size: 10px;
  }
  .fw .c-list {
    font-size: 12px;
  }
  .fw .c-image__caption {
    font-size: 10px;
  }
  .fw .c-image__caption {
    padding: 10px;
  }
  .fw .c-image__caption {
    background-color: #ebf3f0;
  }
  .fw .c-kv {
    height: 62.6667vw;
  }
  .fw .c-kv {
    margin-top: 60px;
  }
  .fw .c-kv__title {
    font-size: 20px;
  }
  .fw .c-article {
    padding: 20px;
  }
  .fw .c-news .c-news-item {
    display: block;
  }
  .fw .c-news .c-news-item__title {
    width: auto;
  }
  .fw .c-news .c-news-item__title {
    padding: 5px 10px;
  }
  .fw .c-news .c-news-item__title {
    font-size: 10px;
  }
  .fw .c-news .c-news-item__title {
    margin-right: 0;
  }
  .fw .c-news .c-news-item__title {
    display: inline-block;
  }
  .fw .c-news .c-news-item__content {
    margin-top: 5px;
  }
  .fw .c-attention, .fw .c-post .collapseomatic_content {
    padding: 10px;
  }
  .fw .c-table__head, .fw .c-table__data {
    padding: 10px;
  }
  .fw .c-table__head--fixed {
    width: 35%;
  }
  .fw .c-table__head--fixed-292 {
    width: 35%;
  }
  .fw .c-table__data--full {
    padding: 0;
  }
  .fw .c-pagination .pagination {
    margin-top: 20px;
  }
  .fw .c-pagination .pagination {
    font-size: 11px;
  }
  .fw .c-pagination .pagination .nav-links * + * {
    margin-left: 10px;
  }
  .fw .c-pagination .pagination .page-numbers {
    padding: 8px 10px;
  }
  .fw .c-pagination .pagination .page-numbers.dots {
    padding: 0;
  }
  .fw .c-searchbox .c-searchbox-form__field {
    min-width: 200px;
  }
  .fw .c-searchbox .c-searchbox-form__submit {
    font-size: 12px;
  }
  .fw .c-searchbox .c-searchbox-form__submit {
    width: 60px;
  }
  .fw .c-post p > img.alignleft {
    margin-right: 0;
  }
  .fw .c-post p > img.alignleft {
    float: none;
  }
  .fw .c-post p > img.alignright {
    margin-left: 0;
  }
  .fw .c-post p > img.alignright {
    float: none;
  }
  .fw .c-post p > img {
    display: block;
    margin-bottom: 1em;
  }
  .fw .c-post .float {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fw .c-post .float img {
    margin-right: 0;
  }
  .fw .c-post .float img {
    margin-bottom: 0.5em;
  }
  .fw .c-post h2 {
    margin-top: 40px;
  }
  .fw .c-post > ul:not([class]) > li {
    font-size: 12px;
  }
  .fw .c-post table th, .fw .c-post table td {
    padding: 5px 8px;
  }
  .fw .c-post table th, .fw .c-post table td {
    font-size: 12px;
  }
  .fw .c-post table.danlist tr th:first-child {
    width: 20%;
  }
  .fw .c-post table.danlist tr th:last-child {
    width: 35%;
  }
  .fw .c-post table.danlist tr td:nth-child(3) a + a {
    margin-left: 5px;
  }
  .fw .c-post table.danlist tr td:nth-child(3) a img {
    width: 16px;
  }
  .fw .c-post table.freet th, .fw .c-post table.freet td {
    padding: 10px;
  }
  .fw .c-post table.freet th, .fw .c-post table.freet td {
    font-size: 12px;
  }
  .fw.p-home .l-main {
    padding-top: 0;
  }
  .fw.p-home .p-hero {
    height: 46.64062vw;
  }
  .fw.p-home .p-hero {
    margin-top: 60px;
  }
  .fw.p-home .p-hero-message {
    margin: 20px 0;
  }
  .fw.p-home .p-hero-message {
    text-align: center;
  }
  .fw.p-home .p-hero-message__title {
    font-size: 20px;
  }
  .fw.p-home .p-title {
    font-size: 27.5px;
  }
  .fw.p-home .p-combo > * {
    width: auto;
  }
  .fw.p-home .p-combo {
    display: block;
  }
  .fw.p-home .p-box__title {
    font-size: 18px;
  }
  .fw.p-home .p-box + .p-box {
    margin-top: 40px;
  }
  .fw.p-home .p-news {
    height: 400px;
  }
  .fw.p-home .p-news > ul {
    padding: 10px 20px;
  }
  .fw.p-home .p-news > ul > li > a {
    font-size: 12px;
  }
  .fw.p-home .p-kawaru {
    padding: 30px 0 60px;
  }
  .fw.p-home .p-kawaru__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fw.p-home .p-kawaru__message {
    margin-bottom: 20px;
  }
  .fw.p-home .p-kawaru__message img {
    max-width: 65vw;
  }
  .fw.p-home .p-kawaru__link {
    width: 100%;
  }
  .fw.p-home .p-kawaru .p-kawaru-button {
    font-size: 18px;
  }
  .fw.p-aboutus .p-google-map {
    height: 400px;
  }
  .fw.p-area .p-team-list {
    margin: 20px 0 10px;
  }
  .fw.p-area .p-team-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fw.p-area .p-team-list__item {
    margin-right: 20px;
  }
  .fw.p-area .p-team-list__item {
    margin-bottom: 10px;
  }
  .fw.p-area .p-team-list__item a {
    padding-right: 2em;
  }
  .fw.p-area .p-photo-list {
    margin: 0 -5px 20px;
  }
  .fw.p-area .p-photo-list__item {
    width: calc(50% - 10px);
  }
  .fw.p-area .p-photo-list__item {
    margin: 5px;
  }
  .fw.p-area .p-photo {
    height: 28.6667vw;
  }
  .fw.p-area .p-table-row > th:first-child {
    width: 15%;
  }
  .fw.p-area .p-table-row > th:last-child {
    width: 30%;
  }
  .fw.p-area .p-table-sns-list__item + .p-table-sns-list__item {
    margin-left: 10px;
  }
  .fw.p-area .p-table-sns-list__item {
    width: 18px;
  }
  .fw.p-fundraise .p-image.c-image {
    max-width: none;
  }
  .fw.p-fundraise .p-download-list {
    margin-top: 20px;
  }
  .fw.p-fundraise .p-download-list {
    display: block;
  }
  .fw.p-fundraise .p-download-list__item + .p-download-list__item {
    margin-left: 0;
  }
  .fw.p-fundraise .p-download-list__item + .p-download-list__item {
    margin-top: 10px;
  }
  .fw.p-fundraise .p-download-list__item a {
    padding-right: 2em;
  }
  .fw.p-special .p-link-list {
    margin-top: 20px;
  }
  .fw.p-special .p-link-list__item + .p-link-list__item {
    margin-left: 20px;
  }
  .fw.p-member .p-menu, .fw.p-member-2 .p-menu, .fw.p-member-2-2 .p-menu {
    margin: 20px 0 10px;
  }
  .fw.p-member .p-menu__item, .fw.p-member-2 .p-menu__item, .fw.p-member-2-2 .p-menu__item {
    margin-right: 20px;
  }
  .fw.p-member .p-menu__item, .fw.p-member-2 .p-menu__item, .fw.p-member-2-2 .p-menu__item {
    margin-bottom: 10px;
  }
  .fw.p-member .p-menu__item a, .fw.p-member-2 .p-menu__item a, .fw.p-member-2-2 .p-menu__item a {
    padding-right: 2em;
  }
  .fw.p-member .p-table .c-table__head,
  .fw.p-member .p-table .c-table__data, .fw.p-member-2 .p-table .c-table__head,
  .fw.p-member-2 .p-table .c-table__data, .fw.p-member-2-2 .p-table .c-table__head,
  .fw.p-member-2-2 .p-table .c-table__data {
    padding: 10px;
  }
  .fw.p-member .p-table-sns-list__item + .p-table-sns-list__item, .fw.p-member-2 .p-table-sns-list__item + .p-table-sns-list__item, .fw.p-member-2-2 .p-table-sns-list__item + .p-table-sns-list__item {
    margin-left: 10px;
  }
  .fw.p-member .p-table-sns-list__item, .fw.p-member-2 .p-table-sns-list__item, .fw.p-member-2-2 .p-table-sns-list__item {
    width: 18px;
  }
  .fw.p-search .p-search-result {
    padding: 20px 0;
  }
  .fw.p-search .p-search-result__title {
    font-size: 16px;
  }
  .fw.p-notfound .p-notfound__title {
    font-size: 16px;
  }
  .fw.p-notfound .p-notfound__title {
    margin-bottom: 20px;
  }
  .fw.p-notfound .p-notfound__search {
    margin-bottom: 40px;
  }
  .fw.p-single-post .p-post__category {
    margin-top: 20px;
  }
  .fw.p-single-post .p-post .c-post {
    margin-top: 20px;
  }
  .fw.p-gakko .p-kv--pc {
    display: none;
    margin-bottom: 30px;
  }
  .fw.p-gakko .p-info {
    margin-bottom: 20px;
  }
  .fw.p-gakko .p-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fw.p-gakko .p-info__table th {
    width: 120px;
  }
  .fw.p-gakko .p-info__table {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fw.p-gakko .p-info__map {
    width: 100%;
  }
  .fw.p-gakko .p-info__map {
    height: 66.66667vw;
  }
  .fw.p-gakko .p-info__map {
    margin-bottom: 30px;
  }
  .fw.p-gakko .p-info__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fw.p-gakko .p-info__chirashi {
    text-align: right;
  }
  .fw.p-gakko .p-ticket-links {
    margin-top: 20px;
  }
  .fw.p-gakko .p-ticket-links {
    display: block;
  }
  .fw.p-gakko .p-ticket-links > * + * {
    margin-left: 0;
  }
  .fw.p-gakko .p-ticket-link--credit {
    margin-top: 15px;
  }
  .fw.p-gakko .p-ticket-link--credit a .brsp {
    display: inline;
  }
  .fw.p-gakko .p-ticket-link a {
    font-size: 18px;
  }
  .fw.p-gakko .p-ticket-link a {
    height: 60px;
  }
  .fw.p-gakko .p-stage-program + .p-stage-program {
    margin-top: 40px;
  }
  .fw.p-gakko .p-stage-program {
    position: relative;
    padding-bottom: 40px;
  }
  .fw.p-gakko .p-stage-program-item__title {
    font-size: 16px;
  }
  .fw.p-gakko .p-stage-program-item__link {
    right: auto;
  }
  .fw.p-gakko .p-stage-program-item__link {
    left: 0;
  }
  .fw.p-gakko .p-stage-program-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
  }
  .fw.p-gakko .p-stage-program-image {
    margin-left: 0;
  }
  .fw.p-gakko .p-stage-program-image {
    margin-right: 10px;
  }
  .fw.p-gakko .p-stage-program-image {
    width: 25%;
  }
  .fw.p-gakko .p-stage-program-image {
    height: auto;
  }
  .fw.p-gakko .p-stage-program-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fw.p-gakko .p-participant-list {
    margin-left: -10px;
  }
  .fw.p-gakko .p-participant-list {
    margin-right: -10px;
  }
  .fw.p-gakko .p-participant-list > * {
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
  .fw.p-gakko .p-participant span {
    margin-top: 10px;
  }
  .fw.p-gakko .p-article-box__description .description-title {
    width: auto;
  }
  .fw.p-gakko .p-article-box__description .description-title {
    padding: 5px 10px;
  }
  .fw.p-gakko .p-article-box__description .description-title {
    font-size: 12px;
  }
  .fw.p-gakko .p-article-box__description .description-title {
    margin-right: 0;
  }
  .fw.p-gakko .p-article-box__description .description-title {
    display: inline-block;
  }
  .fw.p-gakko .p-article-box__image {
    width: 100px;
  }
  .fw.p-gakko .p-article-box__image {
    margin-left: 15px;
  }
  .fw .u-float__left {
    margin-right: 0;
  }
  .fw .u-float__left {
    float: none;
  }
  .fw .u-float__right {
    margin-left: 0;
  }
  .fw .u-float__right {
    float: none;
  }
  .fw .u-display_xs:not(.u-display_s) {
    display: none;
  }
  .fw .u-display_over {
    display: none;
  }
  .fw .u-display_m:not(.u-display_s) {
    display: none;
  }
  .fw .u-display_l:not(.u-display_s) {
    display: none;
  }
  .fw .u-display_xl:not(.u-display_s) {
    display: none;
  }
  .fw .u-col > .u-col1_s {
    width: 8.33333%;
  }
  .fw .u-col > .u-col2_s {
    width: 16.66667%;
  }
  .fw .u-col > .u-col3_s {
    width: 25%;
  }
  .fw .u-col > .u-col4_s {
    width: 33.33333%;
  }
  .fw .u-col > .u-col5_s {
    width: 41.66667%;
  }
  .fw .u-col > .u-col6_s {
    width: 50%;
  }
  .fw .u-col > .u-col7_s {
    width: 58.33333%;
  }
  .fw .u-col > .u-col8_s {
    width: 66.66667%;
  }
  .fw .u-col > .u-col9_s {
    width: 75%;
  }
  .fw .u-col > .u-col10_s {
    width: 83.33333%;
  }
  .fw .u-col > .u-col11_s {
    width: 91.66667%;
  }
  .fw .u-col > .u-col12_s {
    width: 100%;
  }
  .fw .u-col > .u-col_fifth_s {
    width: 20%;
  }
  .fw .u-col.u-col_mg0_s {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fw .u-col.u-col_mg0_s > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fw .u-col.u-col_mg5_s {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .fw .u-col.u-col_mg5_s > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .fw .u-col.u-col_mg10_s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .fw .u-col.u-col_mg10_s > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .fw .u-col.u-col_mg15_s {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .fw .u-col.u-col_mg15_s > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .fw .u-col.u-col_mg20_s {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fw .u-col.u-col_mg20_s > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fw .u-col.u-col_mg25_s {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .fw .u-col.u-col_mg25_s > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .fw .u-col.u-col_mg30_s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fw .u-col.u-col_mg30_s > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fw .u-col.u-col_mg35_s {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .fw .u-col.u-col_mg35_s > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .fw .u-col.u-col_mg40_s {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fw .u-col.u-col_mg40_s > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fw .u-col.u-col_mg45_s {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
  .fw .u-col.u-col_mg45_s > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .fw .u-col.u-col_mg50_s {
    margin-left: -25px;
    margin-right: -25px;
  }
  .fw .u-col.u-col_mg50_s > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .fw .u-col.u-col_mg55_s {
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
  .fw .u-col.u-col_mg55_s > * {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
  .fw .u-col.u-col_mg60_s {
    margin-left: -30px;
    margin-right: -30px;
  }
  .fw .u-col.u-col_mg60_s > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fw .u-col.u-col_mg65_s {
    margin-left: -32.5px;
    margin-right: -32.5px;
  }
  .fw .u-col.u-col_mg65_s > * {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
  .fw .u-col.u-col_mg70_s {
    margin-left: -35px;
    margin-right: -35px;
  }
  .fw .u-col.u-col_mg70_s > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .fw .u-col.u-col_mg75_s {
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .fw .u-col.u-col_mg75_s > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
  .fw .u-col.u-col_mg80_s {
    margin-left: -40px;
    margin-right: -40px;
  }
  .fw .u-col.u-col_mg80_s > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .fw .u-col.u-col_mb0_s {
    margin-bottom: -0px;
  }
  .fw .u-col.u-col_mb0_s > * {
    margin-bottom: 0px;
  }
  .fw .u-col.u-col_mb5_s {
    margin-bottom: -5px;
  }
  .fw .u-col.u-col_mb5_s > * {
    margin-bottom: 5px;
  }
  .fw .u-col.u-col_mb10_s {
    margin-bottom: -10px;
  }
  .fw .u-col.u-col_mb10_s > * {
    margin-bottom: 10px;
  }
  .fw .u-col.u-col_mb15_s {
    margin-bottom: -15px;
  }
  .fw .u-col.u-col_mb15_s > * {
    margin-bottom: 15px;
  }
  .fw .u-col.u-col_mb20_s {
    margin-bottom: -20px;
  }
  .fw .u-col.u-col_mb20_s > * {
    margin-bottom: 20px;
  }
  .fw .u-col.u-col_mb25_s {
    margin-bottom: -25px;
  }
  .fw .u-col.u-col_mb25_s > * {
    margin-bottom: 25px;
  }
  .fw .u-col.u-col_mb30_s {
    margin-bottom: -30px;
  }
  .fw .u-col.u-col_mb30_s > * {
    margin-bottom: 30px;
  }
  .fw .u-col.u-col_mb35_s {
    margin-bottom: -35px;
  }
  .fw .u-col.u-col_mb35_s > * {
    margin-bottom: 35px;
  }
  .fw .u-col.u-col_mb40_s {
    margin-bottom: -40px;
  }
  .fw .u-col.u-col_mb40_s > * {
    margin-bottom: 40px;
  }
  .fw .u-col.u-col_mb45_s {
    margin-bottom: -45px;
  }
  .fw .u-col.u-col_mb45_s > * {
    margin-bottom: 45px;
  }
  .fw .u-col.u-col_mb50_s {
    margin-bottom: -50px;
  }
  .fw .u-col.u-col_mb50_s > * {
    margin-bottom: 50px;
  }
  .fw .u-col.u-col_mb55_s {
    margin-bottom: -55px;
  }
  .fw .u-col.u-col_mb55_s > * {
    margin-bottom: 55px;
  }
  .fw .u-col.u-col_mb60_s {
    margin-bottom: -60px;
  }
  .fw .u-col.u-col_mb60_s > * {
    margin-bottom: 60px;
  }
  .fw .u-col.u-col_mb65_s {
    margin-bottom: -65px;
  }
  .fw .u-col.u-col_mb65_s > * {
    margin-bottom: 65px;
  }
  .fw .u-col.u-col_mb70_s {
    margin-bottom: -70px;
  }
  .fw .u-col.u-col_mb70_s > * {
    margin-bottom: 70px;
  }
  .fw .u-col.u-col_mb75_s {
    margin-bottom: -75px;
  }
  .fw .u-col.u-col_mb75_s > * {
    margin-bottom: 75px;
  }
  .fw .u-col.u-col_mb80_s {
    margin-bottom: -80px;
  }
  .fw .u-col.u-col_mb80_s > * {
    margin-bottom: 80px;
  }
  .fw .u-flex > .u-flex1_s {
    width: calc( 8.33333% - 60px);
  }
  .fw .u-flex > .u-flex2_s {
    width: calc( 16.66667% - 60px);
  }
  .fw .u-flex > .u-flex3_s {
    width: calc( 25% - 60px);
  }
  .fw .u-flex > .u-flex4_s {
    width: calc( 33.33333% - 60px);
  }
  .fw .u-flex > .u-flex5_s {
    width: calc( 41.66667% - 60px);
  }
  .fw .u-flex > .u-flex6_s {
    width: calc( 50% - 60px);
  }
  .fw .u-flex > .u-flex7_s {
    width: calc( 58.33333% - 60px);
  }
  .fw .u-flex > .u-flex8_s {
    width: calc( 66.66667% - 60px);
  }
  .fw .u-flex > .u-flex9_s {
    width: calc( 75% - 60px);
  }
  .fw .u-flex > .u-flex10_s {
    width: calc( 83.33333% - 60px);
  }
  .fw .u-flex > .u-flex11_s {
    width: calc( 91.66667% - 60px);
  }
  .fw .u-flex > .u-flex12_s {
    width: calc( 100% - 60px);
  }
  .fw .u-flex > .u-flex_fifth_s {
    width: calc( 20% - 60px);
  }
  .fw .u-flex.u-flex_mg0_s {
    margin-left: -0px;
    margin-right: -0px;
  }
  .fw .u-flex.u-flex_mg0_s > * {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex1_s {
    width: calc( 8.33333% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex2_s {
    width: calc( 16.66667% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex3_s {
    width: calc( 25% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex4_s {
    width: calc( 33.33333% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex5_s {
    width: calc( 41.66667% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex6_s {
    width: calc( 50% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex7_s {
    width: calc( 58.33333% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex8_s {
    width: calc( 66.66667% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex9_s {
    width: calc( 75% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex10_s {
    width: calc( 83.33333% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex11_s {
    width: calc( 91.66667% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex12_s {
    width: calc( 100% - 0px);
  }
  .fw .u-flex.u-flex_mg0_s > .u-flex_fifth_s {
    width: calc( 20% - 0px);
  }
  .fw .u-flex.u-flex_mg5_s {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .fw .u-flex.u-flex_mg5_s > * {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex1_s {
    width: calc( 8.33333% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex2_s {
    width: calc( 16.66667% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex3_s {
    width: calc( 25% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex4_s {
    width: calc( 33.33333% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex5_s {
    width: calc( 41.66667% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex6_s {
    width: calc( 50% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex7_s {
    width: calc( 58.33333% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex8_s {
    width: calc( 66.66667% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex9_s {
    width: calc( 75% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex10_s {
    width: calc( 83.33333% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex11_s {
    width: calc( 91.66667% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex12_s {
    width: calc( 100% - 5px);
  }
  .fw .u-flex.u-flex_mg5_s > .u-flex_fifth_s {
    width: calc( 20% - 5px);
  }
  .fw .u-flex.u-flex_mg10_s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .fw .u-flex.u-flex_mg10_s > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex1_s {
    width: calc( 8.33333% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex2_s {
    width: calc( 16.66667% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex3_s {
    width: calc( 25% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex4_s {
    width: calc( 33.33333% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex5_s {
    width: calc( 41.66667% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex6_s {
    width: calc( 50% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex7_s {
    width: calc( 58.33333% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex8_s {
    width: calc( 66.66667% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex9_s {
    width: calc( 75% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex10_s {
    width: calc( 83.33333% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex11_s {
    width: calc( 91.66667% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex12_s {
    width: calc( 100% - 10px);
  }
  .fw .u-flex.u-flex_mg10_s > .u-flex_fifth_s {
    width: calc( 20% - 10px);
  }
  .fw .u-flex.u-flex_mg15_s {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .fw .u-flex.u-flex_mg15_s > * {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex1_s {
    width: calc( 8.33333% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex2_s {
    width: calc( 16.66667% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex3_s {
    width: calc( 25% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex4_s {
    width: calc( 33.33333% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex5_s {
    width: calc( 41.66667% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex6_s {
    width: calc( 50% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex7_s {
    width: calc( 58.33333% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex8_s {
    width: calc( 66.66667% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex9_s {
    width: calc( 75% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex10_s {
    width: calc( 83.33333% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex11_s {
    width: calc( 91.66667% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex12_s {
    width: calc( 100% - 15px);
  }
  .fw .u-flex.u-flex_mg15_s > .u-flex_fifth_s {
    width: calc( 20% - 15px);
  }
  .fw .u-flex.u-flex_mg20_s {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fw .u-flex.u-flex_mg20_s > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex1_s {
    width: calc( 8.33333% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex2_s {
    width: calc( 16.66667% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex3_s {
    width: calc( 25% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex4_s {
    width: calc( 33.33333% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex5_s {
    width: calc( 41.66667% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex6_s {
    width: calc( 50% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex7_s {
    width: calc( 58.33333% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex8_s {
    width: calc( 66.66667% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex9_s {
    width: calc( 75% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex10_s {
    width: calc( 83.33333% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex11_s {
    width: calc( 91.66667% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex12_s {
    width: calc( 100% - 20px);
  }
  .fw .u-flex.u-flex_mg20_s > .u-flex_fifth_s {
    width: calc( 20% - 20px);
  }
  .fw .u-flex.u-flex_mg25_s {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .fw .u-flex.u-flex_mg25_s > * {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex1_s {
    width: calc( 8.33333% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex2_s {
    width: calc( 16.66667% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex3_s {
    width: calc( 25% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex4_s {
    width: calc( 33.33333% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex5_s {
    width: calc( 41.66667% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex6_s {
    width: calc( 50% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex7_s {
    width: calc( 58.33333% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex8_s {
    width: calc( 66.66667% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex9_s {
    width: calc( 75% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex10_s {
    width: calc( 83.33333% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex11_s {
    width: calc( 91.66667% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex12_s {
    width: calc( 100% - 25px);
  }
  .fw .u-flex.u-flex_mg25_s > .u-flex_fifth_s {
    width: calc( 20% - 25px);
  }
  .fw .u-flex.u-flex_mg30_s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fw .u-flex.u-flex_mg30_s > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex1_s {
    width: calc( 8.33333% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex2_s {
    width: calc( 16.66667% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex3_s {
    width: calc( 25% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex4_s {
    width: calc( 33.33333% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex5_s {
    width: calc( 41.66667% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex6_s {
    width: calc( 50% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex7_s {
    width: calc( 58.33333% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex8_s {
    width: calc( 66.66667% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex9_s {
    width: calc( 75% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex10_s {
    width: calc( 83.33333% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex11_s {
    width: calc( 91.66667% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex12_s {
    width: calc( 100% - 30px);
  }
  .fw .u-flex.u-flex_mg30_s > .u-flex_fifth_s {
    width: calc( 20% - 30px);
  }
  .fw .u-flex.u-flex_mg35_s {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .fw .u-flex.u-flex_mg35_s > * {
    margin-left: 17.5px;
    margin-right: 17.5px;
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex1_s {
    width: calc( 8.33333% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex2_s {
    width: calc( 16.66667% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex3_s {
    width: calc( 25% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex4_s {
    width: calc( 33.33333% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex5_s {
    width: calc( 41.66667% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex6_s {
    width: calc( 50% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex7_s {
    width: calc( 58.33333% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex8_s {
    width: calc( 66.66667% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex9_s {
    width: calc( 75% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex10_s {
    width: calc( 83.33333% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex11_s {
    width: calc( 91.66667% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex12_s {
    width: calc( 100% - 35px);
  }
  .fw .u-flex.u-flex_mg35_s > .u-flex_fifth_s {
    width: calc( 20% - 35px);
  }
  .fw .u-flex.u-flex_mg40_s {
    margin-left: -20px;
    margin-right: -20px;
  }
  .fw .u-flex.u-flex_mg40_s > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex1_s {
    width: calc( 8.33333% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex2_s {
    width: calc( 16.66667% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex3_s {
    width: calc( 25% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex4_s {
    width: calc( 33.33333% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex5_s {
    width: calc( 41.66667% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex6_s {
    width: calc( 50% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex7_s {
    width: calc( 58.33333% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex8_s {
    width: calc( 66.66667% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex9_s {
    width: calc( 75% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex10_s {
    width: calc( 83.33333% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex11_s {
    width: calc( 91.66667% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex12_s {
    width: calc( 100% - 40px);
  }
  .fw .u-flex.u-flex_mg40_s > .u-flex_fifth_s {
    width: calc( 20% - 40px);
  }
  .fw .u-flex.u-flex_mg45_s {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
  .fw .u-flex.u-flex_mg45_s > * {
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex1_s {
    width: calc( 8.33333% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex2_s {
    width: calc( 16.66667% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex3_s {
    width: calc( 25% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex4_s {
    width: calc( 33.33333% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex5_s {
    width: calc( 41.66667% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex6_s {
    width: calc( 50% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex7_s {
    width: calc( 58.33333% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex8_s {
    width: calc( 66.66667% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex9_s {
    width: calc( 75% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex10_s {
    width: calc( 83.33333% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex11_s {
    width: calc( 91.66667% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex12_s {
    width: calc( 100% - 45px);
  }
  .fw .u-flex.u-flex_mg45_s > .u-flex_fifth_s {
    width: calc( 20% - 45px);
  }
  .fw .u-flex.u-flex_mg50_s {
    margin-left: -25px;
    margin-right: -25px;
  }
  .fw .u-flex.u-flex_mg50_s > * {
    margin-left: 25px;
    margin-right: 25px;
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex1_s {
    width: calc( 8.33333% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex2_s {
    width: calc( 16.66667% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex3_s {
    width: calc( 25% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex4_s {
    width: calc( 33.33333% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex5_s {
    width: calc( 41.66667% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex6_s {
    width: calc( 50% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex7_s {
    width: calc( 58.33333% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex8_s {
    width: calc( 66.66667% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex9_s {
    width: calc( 75% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex10_s {
    width: calc( 83.33333% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex11_s {
    width: calc( 91.66667% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex12_s {
    width: calc( 100% - 50px);
  }
  .fw .u-flex.u-flex_mg50_s > .u-flex_fifth_s {
    width: calc( 20% - 50px);
  }
  .fw .u-flex.u-flex_mg55_s {
    margin-left: -27.5px;
    margin-right: -27.5px;
  }
  .fw .u-flex.u-flex_mg55_s > * {
    margin-left: 27.5px;
    margin-right: 27.5px;
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex1_s {
    width: calc( 8.33333% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex2_s {
    width: calc( 16.66667% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex3_s {
    width: calc( 25% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex4_s {
    width: calc( 33.33333% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex5_s {
    width: calc( 41.66667% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex6_s {
    width: calc( 50% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex7_s {
    width: calc( 58.33333% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex8_s {
    width: calc( 66.66667% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex9_s {
    width: calc( 75% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex10_s {
    width: calc( 83.33333% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex11_s {
    width: calc( 91.66667% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex12_s {
    width: calc( 100% - 55px);
  }
  .fw .u-flex.u-flex_mg55_s > .u-flex_fifth_s {
    width: calc( 20% - 55px);
  }
  .fw .u-flex.u-flex_mg60_s {
    margin-left: -30px;
    margin-right: -30px;
  }
  .fw .u-flex.u-flex_mg60_s > * {
    margin-left: 30px;
    margin-right: 30px;
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex1_s {
    width: calc( 8.33333% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex2_s {
    width: calc( 16.66667% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex3_s {
    width: calc( 25% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex4_s {
    width: calc( 33.33333% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex5_s {
    width: calc( 41.66667% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex6_s {
    width: calc( 50% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex7_s {
    width: calc( 58.33333% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex8_s {
    width: calc( 66.66667% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex9_s {
    width: calc( 75% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex10_s {
    width: calc( 83.33333% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex11_s {
    width: calc( 91.66667% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex12_s {
    width: calc( 100% - 60px);
  }
  .fw .u-flex.u-flex_mg60_s > .u-flex_fifth_s {
    width: calc( 20% - 60px);
  }
  .fw .u-flex.u-flex_mg65_s {
    margin-left: -32.5px;
    margin-right: -32.5px;
  }
  .fw .u-flex.u-flex_mg65_s > * {
    margin-left: 32.5px;
    margin-right: 32.5px;
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex1_s {
    width: calc( 8.33333% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex2_s {
    width: calc( 16.66667% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex3_s {
    width: calc( 25% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex4_s {
    width: calc( 33.33333% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex5_s {
    width: calc( 41.66667% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex6_s {
    width: calc( 50% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex7_s {
    width: calc( 58.33333% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex8_s {
    width: calc( 66.66667% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex9_s {
    width: calc( 75% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex10_s {
    width: calc( 83.33333% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex11_s {
    width: calc( 91.66667% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex12_s {
    width: calc( 100% - 65px);
  }
  .fw .u-flex.u-flex_mg65_s > .u-flex_fifth_s {
    width: calc( 20% - 65px);
  }
  .fw .u-flex.u-flex_mg70_s {
    margin-left: -35px;
    margin-right: -35px;
  }
  .fw .u-flex.u-flex_mg70_s > * {
    margin-left: 35px;
    margin-right: 35px;
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex1_s {
    width: calc( 8.33333% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex2_s {
    width: calc( 16.66667% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex3_s {
    width: calc( 25% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex4_s {
    width: calc( 33.33333% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex5_s {
    width: calc( 41.66667% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex6_s {
    width: calc( 50% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex7_s {
    width: calc( 58.33333% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex8_s {
    width: calc( 66.66667% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex9_s {
    width: calc( 75% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex10_s {
    width: calc( 83.33333% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex11_s {
    width: calc( 91.66667% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex12_s {
    width: calc( 100% - 70px);
  }
  .fw .u-flex.u-flex_mg70_s > .u-flex_fifth_s {
    width: calc( 20% - 70px);
  }
  .fw .u-flex.u-flex_mg75_s {
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .fw .u-flex.u-flex_mg75_s > * {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex1_s {
    width: calc( 8.33333% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex2_s {
    width: calc( 16.66667% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex3_s {
    width: calc( 25% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex4_s {
    width: calc( 33.33333% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex5_s {
    width: calc( 41.66667% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex6_s {
    width: calc( 50% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex7_s {
    width: calc( 58.33333% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex8_s {
    width: calc( 66.66667% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex9_s {
    width: calc( 75% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex10_s {
    width: calc( 83.33333% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex11_s {
    width: calc( 91.66667% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex12_s {
    width: calc( 100% - 75px);
  }
  .fw .u-flex.u-flex_mg75_s > .u-flex_fifth_s {
    width: calc( 20% - 75px);
  }
  .fw .u-flex.u-flex_mg80_s {
    margin-left: -40px;
    margin-right: -40px;
  }
  .fw .u-flex.u-flex_mg80_s > * {
    margin-left: 40px;
    margin-right: 40px;
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex1_s {
    width: calc( 8.33333% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex2_s {
    width: calc( 16.66667% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex3_s {
    width: calc( 25% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex4_s {
    width: calc( 33.33333% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex5_s {
    width: calc( 41.66667% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex6_s {
    width: calc( 50% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex7_s {
    width: calc( 58.33333% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex8_s {
    width: calc( 66.66667% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex9_s {
    width: calc( 75% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex10_s {
    width: calc( 83.33333% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex11_s {
    width: calc( 91.66667% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex12_s {
    width: calc( 100% - 80px);
  }
  .fw .u-flex.u-flex_mg80_s > .u-flex_fifth_s {
    width: calc( 20% - 80px);
  }
  .fw .u-flex.u-flex_mb0_s {
    margin-bottom: -0px;
  }
  .fw .u-flex.u-flex_mb0_s > * {
    margin-bottom: 0px;
  }
  .fw .u-flex.u-flex_mb5_s {
    margin-bottom: -5px;
  }
  .fw .u-flex.u-flex_mb5_s > * {
    margin-bottom: 5px;
  }
  .fw .u-flex.u-flex_mb10_s {
    margin-bottom: -10px;
  }
  .fw .u-flex.u-flex_mb10_s > * {
    margin-bottom: 10px;
  }
  .fw .u-flex.u-flex_mb15_s {
    margin-bottom: -15px;
  }
  .fw .u-flex.u-flex_mb15_s > * {
    margin-bottom: 15px;
  }
  .fw .u-flex.u-flex_mb20_s {
    margin-bottom: -20px;
  }
  .fw .u-flex.u-flex_mb20_s > * {
    margin-bottom: 20px;
  }
  .fw .u-flex.u-flex_mb25_s {
    margin-bottom: -25px;
  }
  .fw .u-flex.u-flex_mb25_s > * {
    margin-bottom: 25px;
  }
  .fw .u-flex.u-flex_mb30_s {
    margin-bottom: -30px;
  }
  .fw .u-flex.u-flex_mb30_s > * {
    margin-bottom: 30px;
  }
  .fw .u-flex.u-flex_mb35_s {
    margin-bottom: -35px;
  }
  .fw .u-flex.u-flex_mb35_s > * {
    margin-bottom: 35px;
  }
  .fw .u-flex.u-flex_mb40_s {
    margin-bottom: -40px;
  }
  .fw .u-flex.u-flex_mb40_s > * {
    margin-bottom: 40px;
  }
  .fw .u-flex.u-flex_mb45_s {
    margin-bottom: -45px;
  }
  .fw .u-flex.u-flex_mb45_s > * {
    margin-bottom: 45px;
  }
  .fw .u-flex.u-flex_mb50_s {
    margin-bottom: -50px;
  }
  .fw .u-flex.u-flex_mb50_s > * {
    margin-bottom: 50px;
  }
  .fw .u-flex.u-flex_mb55_s {
    margin-bottom: -55px;
  }
  .fw .u-flex.u-flex_mb55_s > * {
    margin-bottom: 55px;
  }
  .fw .u-flex.u-flex_mb60_s {
    margin-bottom: -60px;
  }
  .fw .u-flex.u-flex_mb60_s > * {
    margin-bottom: 60px;
  }
  .fw .u-flex.u-flex_mb65_s {
    margin-bottom: -65px;
  }
  .fw .u-flex.u-flex_mb65_s > * {
    margin-bottom: 65px;
  }
  .fw .u-flex.u-flex_mb70_s {
    margin-bottom: -70px;
  }
  .fw .u-flex.u-flex_mb70_s > * {
    margin-bottom: 70px;
  }
  .fw .u-flex.u-flex_mb75_s {
    margin-bottom: -75px;
  }
  .fw .u-flex.u-flex_mb75_s > * {
    margin-bottom: 75px;
  }
  .fw .u-flex.u-flex_mb80_s {
    margin-bottom: -80px;
  }
  .fw .u-flex.u-flex_mb80_s > * {
    margin-bottom: 80px;
  }
  .fw .u-flex > .u-flex_order0_s {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .fw .u-flex > .u-flex_order1_s {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fw .u-flex > .u-flex_order2_s {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fw .u-flex > .u-flex_order3_s {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fw .u-flex > .u-flex_order4_s {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .fw .u-flex > .u-flex_order5_s {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .fw .u-flex > .u-flex_order6_s {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .fw .u-flex > .u-flex_order7_s {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .fw .u-flex > .u-flex_order8_s {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .fw .u-flex > .u-flex_order9_s {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .fw .u-flex > .u-flex_order10_s {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .fw .u-flex > .u-flex_order11_s {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .fw .u-flex > .u-flex_order12_s {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .fw .u-flex > .u-flex_order13_s {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .fw .u-flex > .u-flex_order14_s {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .fw .u-flex > .u-flex_order15_s {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .fw .u-flex > .u-flex_order16_s {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .fw .u-table > .u-cell1_s,
  .fw .u-table > .u-table_row > .u-cell1_s {
    width: 8.33333%;
  }
  .fw .u-table > .u-cell2_s,
  .fw .u-table > .u-table_row > .u-cell2_s {
    width: 16.66667%;
  }
  .fw .u-table > .u-cell3_s,
  .fw .u-table > .u-table_row > .u-cell3_s {
    width: 25%;
  }
  .fw .u-table > .u-cell4_s,
  .fw .u-table > .u-table_row > .u-cell4_s {
    width: 33.33333%;
  }
  .fw .u-table > .u-cell5_s,
  .fw .u-table > .u-table_row > .u-cell5_s {
    width: 41.66667%;
  }
  .fw .u-table > .u-cell6_s,
  .fw .u-table > .u-table_row > .u-cell6_s {
    width: 50%;
  }
  .fw .u-table > .u-cell7_s,
  .fw .u-table > .u-table_row > .u-cell7_s {
    width: 58.33333%;
  }
  .fw .u-table > .u-cell8_s,
  .fw .u-table > .u-table_row > .u-cell8_s {
    width: 66.66667%;
  }
  .fw .u-table > .u-cell9_s,
  .fw .u-table > .u-table_row > .u-cell9_s {
    width: 75%;
  }
  .fw .u-table > .u-cell10_s,
  .fw .u-table > .u-table_row > .u-cell10_s {
    width: 83.33333%;
  }
  .fw .u-table > .u-cell11_s,
  .fw .u-table > .u-table_row > .u-cell11_s {
    width: 91.66667%;
  }
  .fw .u-table > .u-cell12_s,
  .fw .u-table > .u-table_row > .u-cell12_s {
    width: 100%;
  }
  .fw .u-table > .u-cell_fifth_s,
  .fw .u-table > .u-table_row > .u-cell_fifth_s {
    width: 20%;
  }
  .fw .u-table .u-cell12_s,
  .fw .u-table > .u-table_row .u-cell12_s {
    display: inline-block;
  }
  .fw table.u-table_break_s th, .fw table.u-table_break_s td {
    width: 100% !important;
    display: block;
    margin-top: -1px;
  }
  .fw table tr > .u-cell1_s {
    width: 8.33333%;
  }
  .fw table tr > .u-cell2_s {
    width: 16.66667%;
  }
  .fw table tr > .u-cell3_s {
    width: 25%;
  }
  .fw table tr > .u-cell4_s {
    width: 33.33333%;
  }
  .fw table tr > .u-cell5_s {
    width: 41.66667%;
  }
  .fw table tr > .u-cell6_s {
    width: 50%;
  }
  .fw table tr > .u-cell7_s {
    width: 58.33333%;
  }
  .fw table tr > .u-cell8_s {
    width: 66.66667%;
  }
  .fw table tr > .u-cell9_s {
    width: 75%;
  }
  .fw table tr > .u-cell10_s {
    width: 83.33333%;
  }
  .fw table tr > .u-cell11_s {
    width: 91.66667%;
  }
  .fw table tr > .u-cell12_s {
    width: 100%;
  }
  .fw table tr > .u-cell_fifth_s {
    width: 20%;
  }
  .fw table tr .u-cell12_s {
    display: inline-block;
  }
}

@media screen and (max-width: 1000px) {
  .fw .l-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .fw .l-header .l-header-logo {
    display: none;
  }
  .fw .l-header .l-header-text {
    display: none;
  }
  .fw .l-footer .l-footer-copyright {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .fw.p-home .l-header {
    margin-bottom: 60px;
  }
  .fw.p-home .p-hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fw.p-home .p-combo .l-section + .l-section {
    margin-top: 0;
  }
  .fw.p-gakko .l-main.p-main::before {
    background-image: url(https://4dc2ce.claudeassets.com/20251010215317im_/http://gschiba.org/site/wp-content/themes/renewal/images/gakko/bg.jpg);
    background-repeat: repeat;
    background-size: auto;
  }
  .fw.p-gakko .l-main.p-main::after {
    content: none;
  }
  .fw.p-gakko .p-kv--sp {
    display: none;
  }
  .fw .u-display_xs:not(.u-display_m) {
    display: none;
  }
  .fw .u-display_over {
    display: none;
  }
  .fw .u-display_s:not(.u-display_m) {
    display: none;
  }
  .fw .u-display_l:not(.u-display_m) {
    display: none;
  }
  .fw .u-display_xl:not(.u-display_m) {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .fw.p-whatgs .p-photo-gallery::after {
    width: calc(50% - 20px);
  }
  .fw.p-whatgs .p-photo-gallery__item {
    width: calc(50% - 20px);
  }
}


/*
     FILE ARCHIVED ON 14:15:56 Nov 23, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:16:19 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.979
  exclusion.robots: 0.074
  exclusion.robots.policy: 0.054
  esindex: 0.018
  cdx.remote: 19.468
  LoadShardBlock: 355.33 (3)
  PetaboxLoader3.resolve: 487.613 (4)
  PetaboxLoader3.datanode: 199.919 (5)
  load_resource: 425.413
  loaddict: 69.048
*/