@charset "UTF-8";

/**
 * ================= styles for icon-font =================
 */
.g-i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.g-i-arrow-d::before {
  content: '\EA01';
}

.g-i-arrow-l::before {
  content: '\EA02';
}

.g-i-arrow-r::before {
  content: '\EA03';
}

.g-i-arrow-u::before {
  content: '\EA04';
}

.g-i-blank::before {
  content: '\EA05';
}

.g-i-book::before {
  content: '\EA06';
}

.g-i-calendar::before {
  content: '\EA07';
}

.g-i-checked::before {
  content: '\EA08';
}

.g-i-close::before {
  content: '\EA09';
}

.g-i-close2::before {
  content: '\EA0A';
}

.g-i-dropdown::before {
  content: '\EA0B';
}

.g-i-facebook::before {
  content: '\EA0C';
}

.g-i-instagram::before {
  content: '\EA0D';
}

.g-i-lang::before {
  content: '\EA0E';
}

.g-i-line::before {
  content: '\EA0F';
}

.g-i-link-sm::before {
  content: '\EA10';
}

.g-i-link::before {
  content: '\EA11';
}

.g-i-search::before {
  content: '\EA12';
}

.g-i-search2::before {
  content: '\EA13';
}

.g-i-twitter::before {
  content: '\EA14';
}

.g-i-youtube::before {
  content: '\EA15';
}

@font-face {
  font-family: 'icon';
  src: url("../icon/icon.woff2") format("woff2"), url("../icon/icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.g-i::before {
  float: left;
}

/**
 * ================= styles for svg-icon =================
 */
.g-s {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: url("../icon/icon.svg?1623633879731") no-repeat;
  background-size: 1em 1em;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  speak: none;
}

.g-s-favorite {
  background-position: 0em 0em;
}

/**
 * ================= reset of styles =================
 */
* {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*::before, *::after {
  box-sizing: inherit;
}

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

body,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
input,
textarea,
select,
button {
  margin: 0;
}

html {
  height: 100%;
  font-size: 10px;
}

body {
  height: 100%;
  font-family: sans-serif;
  overflow-x: hidden;
}

em {
  font-style: normal;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

small {
  font-size: 0.75em;
}

[hidden] {
  display: none;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #000;
  opacity: 1;
}

/**
 * ================= basic styles =================
 */
body {
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
}

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

html[data-states~='no-touch'] a:hover {
  text-decoration: underline;
}

html[data-states~='no-touch'] a:hover img {
  opacity: 0.7;
}

a img {
  transition: opacity 0.2s;
}

[role='region'][aria-hidden='true'],
[role='dialog'][aria-hidden='true'],
[role='tabpanel'][aria-hidden='true'] {
  overflow: hidden;
  height: 0;
}

[role='region'][data-accordion-panel] {
  overflow: hidden;
  transition: height 0.5s;
  will-change: height;
}

/**
 * ================= styles for this project =================
 */

.g-accordionBtn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

.g-accordionBtn:disabled, .g-accordionBtn[aria-disabled='true'] {
  border-color: #ddd;
  background-color: #ddd;
  color: #a5a5a5;
  pointer-events: none;
}

html[data-states~='no-touch'] .g-accordionBtn:hover {
  border-color: #c00;
  background-color: #c00;
  color: #fff;
}

html[data-states~='no-touch'] .g-accordionBtn:hover .g-accordionBtn_i::before, html[data-states~='no-touch'] .g-accordionBtn:hover .g-accordionBtn_i::after {
  background-color: #fff;
}

.g-accordionBtn .g-accordionBtn_i {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-left: 0.5em;
}

.g-accordionBtn .g-accordionBtn_i::before, .g-accordionBtn .g-accordionBtn_i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #c00;
  content: '';
  transition: transform 0.2s;
}

.g-accordionBtn .g-accordionBtn_i::after {
  transform: rotate(90deg);
}

.g-accordionBtn[aria-expanded='true'] .g-accordionBtn_label::before, .g-accordionBtn[data-clamped='false'] .g-accordionBtn_label::before {
  content: attr(data-expanded);
}

.g-accordionBtn[aria-expanded='true'] .g-accordionBtn_i::after, .g-accordionBtn[data-clamped='false'] .g-accordionBtn_i::after {
  transform: rotate(0deg);
}

.g-accordionBtn[aria-expanded='false'] .g-accordionBtn_label::before, .g-accordionBtn[data-clamped='true'] .g-accordionBtn_label::before {
  content: attr(data-collapsed);
}

.g-accordionBtn[data-clamped]:disabled, .g-accordionBtn[data-clamped][aria-disabled='true'] {
  visibility: hidden;
}


.g-align-l {
  justify-content: flex-start !important;
  text-align: left !important;
}

.g-align-c {
  justify-content: center !important;
  text-align: center !important;
}

.g-align-r {
  justify-content: flex-end !important;
  text-align: right !important;
}

.g-align-t {
  align-items: stretch !important;
  vertical-align: top !important;
}

.g-align-m {
  align-items: center !important;
  vertical-align: center !important;
}

.g-align-b {
  align-items: flex-end !important;
  vertical-align: bottom !important;
}

.g-align-l-self {
  justify-self: flex-start !important;
}

.g-align-c-self {
  -ms-grid-column-align: center !important;
      justify-self: center !important;
}

.g-align-r-self {
  justify-self: flex-end !important;
}

.g-align-t-self {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.g-align-m-self {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.g-align-b-self {
  align-self: flex-end !important;
}


.g-avatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.g-avatar img {
  width: 100%;
  height: auto;
}

.g-avatar-sm {
  width: 50px;
  height: 50px;
}

.g-avatar-circle {
  border-radius: 100%;
}

.g-avatar-square {
  border-radius: 5px;
}

.g-back-to-top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  transition: opacity 0.5s;
}

html[data-states~='modal'] .g-back-to-top,
html[data-states~='lang'] .g-back-to-top {
  visibility: hidden;
}

html:not([data-states~='enough-down'])[data-states~='scroll-up'] .g-back-to-top {
  opacity: 0;
  pointer-events: none;
}

.g-back-to-top a {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background-color: rgba(102, 102, 102, 0.6);
  color: #fff;
  font-size: 3.7rem;
  text-align: center;
  transition: background-color 0.2s;
}

html[data-states~='no-touch'] .g-back-to-top a:hover {
  background-color: #666;
  text-decoration: none;
}

.g-back-to-top i {
  transform: translateX(3px) rotate(-90deg) scaleY(-1);
}


.g-badge {
  position: relative;
}

.g-badge_el {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 4px;
  background-color: #c00;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  pointer-events: none;
}

.g-badge_el:empty {
  display: none;
}


.g-bg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.g-bg-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.g-bg-gray {
  background-color: #ebebeb;
}


.g-bold {
  font-weight: bold !important;
}

.g-bold-no {
  font-weight: normal !important;
}


.g-box {
  min-width: 100%;
  padding-right: 17px;
  padding-left: 17px;
}

.g-box-neg {
  margin-right: -17px;
  margin-left: -17px;
}

.g-breadcrumb {
  margin-top: 55px;
  font-size: 1.2rem;
}

.g-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}

.g-breadcrumb li {
  margin: 2px;
  white-space: nowrap;
}

.g-breadcrumb li:nth-child(n + 2)::before {
  margin: 0 0.8em;
  color: #989898;
  content: '＞';
}

.g-breadcrumb [aria-current='page'] {
  font-weight: 600;
}


.g-btnGroup {
  margin-top: 40px;
}

.g-btnGroup .g-btnGroup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-btnGroup-sm {
  margin-top: 20px;
}

.g-btnGroup-h .g-btnGroup_inner {
  position: relative;
  margin: -10px;
}

.g-btnGroup-h .g-btnGroup_inner > * {
  margin: 10px;
}

.g-btnGroup-h .g-btnGroup_l,
.g-btnGroup-h .g-btnGroup_r {
  position: absolute;
  top: 10px;
  margin: 0;
}

.g-btnGroup-h .g-btnGroup_l {
  left: 10px;
}

.g-btnGroup-h .g-btnGroup_r {
  right: 10px;
}

.g-btnGroup-v .g-btnGroup_inner {
  flex-direction: column;
  margin: -7px 0;
}

.g-btnGroup-v .g-btnGroup_inner > * {
  margin: 7px 0;
}

.g-btnGroup-v .g-btnGroup_l {
  order: -1;
}

.g-btnGroup-v .g-btnGroup_r {
  order: 1;
}

.g-btnGroup-rv.g-btnGroup-h .g-btnGroup_inner {
  flex-direction: row-reverse;
}

.g-btnGroup-rv.g-btnGroup-h .g-btnGroup_l {
  right: 10px;
  left: auto;
}

.g-btnGroup-rv.g-btnGroup-h .g-btnGroup_r {
  right: auto;
  left: 10px;
}

.g-btnGroup-rv.g-btnGroup-v .g-btnGroup_inner {
  flex-direction: column-reverse;
}


.g-btn {
  display: inline-block;
  padding: 0;
  border: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  min-width: 100%;
}

.g-btn:disabled, .g-btn[aria-disabled='true'] {
  border-color: #ddd;
  background-color: #ddd;
  color: #a5a5a5;
  pointer-events: none;
}

.g-btn .g-btn_inner {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  color: inherit;
  text-decoration: none !important;
}

.g-btn .g-btn_i:first-child {
  margin-right: 0.5em;
}

.g-btn .g-btn_i:last-child {
  margin-left: 0.5em;
}

.g-btn-sm {
  min-width: 100%;
}

.g-btn-sm .g-btn_inner {
  min-height: 40px;
  padding: 2px 15px;
}

.g-btn-def {
  border-color: #e0e0e0;
  background-color: #fff;
  color: #333;
}

html[data-states~='no-touch'] .g-btn-def:hover {
  border-color: #c00;
  background-color: #c00;
  color: #fff;
}

html[data-states~='no-touch'] .g-btn-def:hover .g-btn_i {
  color: #fff;
}

.g-btn-def .g-btn_i {
  color: #c00;
}

.g-btn-primary {
  border-color: #c00;
  background-color: #c00;
  color: #fff;
}

html[data-states~='no-touch'] .g-btn-primary:hover {
  border-color: #e75b5b;
  background-color: #e75b5b;
}

.g-btn-secondary {
  border-color: #666;
  background-color: #666;
  color: #fff;
}

html[data-states~='no-touch'] .g-btn-secondary:hover {
  border-color: #999;
  background-color: #999;
}

.g-btn-link {
  position: relative;
}

.g-btn-link .g-btn_label ~ .g-i {
  position: absolute;
  right: 15px;
  display: inline-flex;
  width: 6rem;
  align-items: center;
}

.g-btn-link .g-btn_label ~ .g-i::before {
  font-size: 6rem;
  transform: translateY(-6px);
}

.g-btn-rensou, .g-btn-word {
  color: #fff;
}

.g-btn-rensou .g-btn_label, .g-btn-word .g-btn_label {
  padding-right: 6.5rem;
}

.g-btn-rensou {
  border-color: #e47d03;
  background-color: #e47d03;
}

html[data-states~='no-touch'] .g-btn-rensou:hover {
  border-color: #e29942;
  background-color: #e29942;
}

.g-btn-word {
  border-color: #0c83d6;
  background-color: #0c83d6;
}

html[data-states~='no-touch'] .g-btn-word:hover {
  border-color: #479dd9;
  background-color: #479dd9;
}

.g-btn-fit .g-btn_label {
  padding-right: 0 !important;
}

.g-btn .g-i-search {
  font-size: 2rem;
}


.g-butterfly {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}

.g-butterfly > * {
  margin: 10px;
}

.g-butterfly > *:nth-child(2) {
  margin-left: auto;
}

.g-butterfly-nowrap {
  flex-wrap: nowrap;
}


.g-card {
  background-color: #fff;
}

.g-card a {
  color: #c00;
}

.g-card .g-card_head {
  position: relative;
}

.g-card .g-card_head img {
  width: 100%;
  height: auto;
}

.g-card .g-label {
  min-width: 100px;
  padding-right: 3px;
  padding-left: 3px;
}

.g-card .g-card_labels {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.g-card .g-card_body {
  padding: 20px 15px 10px;
}

.g-card .g-card_foot {
  padding: 0 15px 20px;
  text-align: right;
}

.g-card .g-card_h {
  margin-bottom: 0.7em;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.g-card .g-card_h .g-i-blank {
  margin-left: 10px;
}

.g-card-sm {
  font-size: 1.2rem;
}

.g-card-sm .g-card_body {
  padding: 10px 0 0;
}

.g-card-sm .g-card_h {
  margin-bottom: 0.3em;
  font-size: 1.4rem;
  text-align: left;
}

.g-card-plain .g-card_body {
  padding: 20px 0 0;
}

.g-card-plain .g-card_h {
  text-align: left;
}

.g-card-event .g-card_head {
  background-color: #ebebeb;
}

.g-card-event .g-card_head a {
  display: block;
  height: 0;
  padding-bottom: 73.076923%;
}

.g-card-event .g-card_head img {
  position: absolute;
  height: 100%;
  object-fit: contain;
}

.g-card-event .g-card_calendar {
  margin-top: 0.7em;
}

.g-card-event .g-card_calendar a {
  display: inline-flex;
  color: #333;
}

.g-card-event .g-card_calendar .g-i {
  flex-shrink: 0;
  margin-right: 0.5em;
  color: #0989da;
  font-size: 1.8rem;
}

.g-carousel {
  position: relative;
}

.g-carousel_wrapper {
  display: flex;
}

.g-carousel_slide {
  flex-shrink: 0;
}

.g-carousel_box {
  display: block;
}

html[data-states~='no-touch'] .g-carousel_box:hover {
  text-decoration: none;
}

html[data-states~='no-touch'] .g-carousel_box:hover .g-carousel_txt {
  text-decoration: underline;
}

.g-carousel_img {
  position: relative;
}

.g-carousel_prev, .g-carousel_next {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: #fff;
  font-size: 3.8rem;
  line-height: 0;
  transition: opacity 0.2s;
}

.g-carousel_prev[aria-disabled='true'], .g-carousel_next[aria-disabled='true'] {
  display: none;
}

.g-carousel_prev .g-i, .g-carousel_next .g-i {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.g-carousel-def {
  min-height: 166px;
}

.g-carousel-def .g-carousel_slide {
  width: 150px;
}

.g-carousel-def .g-carousel_img img {
  width: 150px;
  height: 84px;
}

.g-carousel-def .g-carousel_data {
  margin: 10px 0 0;
}

.g-carousel-def .g-carousel_h {
  display: none;
}

.g-carousel-def .g-carousel_prev {
  top: 44px;
  left: 25px;
}

.g-carousel-def .g-carousel_next {
  top: 44px;
  right: 25px;
}

.g-carousel-lg .g-carousel_slide {
  width: 100%;
}

.g-carousel-lg .g-carousel_slide a,
.g-carousel-lg .g-carousel_slide span {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 60%;
}

.g-carousel-lg .g-carousel_slide span {
  padding-bottom: 67.2131148%;
}

.g-carousel-lg .g-carousel_slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.g-carousel-lg .g-carousel_img {
  height: 0;
  padding-bottom: 56.1904762%;
}

.g-carousel-lg .g-carousel_img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.g-carousel-lg .g-carousel_data {
  margin: 20px 17px 0;
  font-size: 1.8rem;
}

.g-carousel-lg .g-carousel_h {
  margin-bottom: 10px;
  color: #c00;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
}

.g-carousel-lg .g-carousel_prev, .g-carousel-lg .g-carousel_next {
  top: 0;
  margin-top: 34%;
}

.g-carousel-lg .g-carousel_prev {
  left: 8px;
}

.g-carousel-lg .g-carousel_next {
  right: 8px;
}

.g-carousel-lg .g-carousel_pagination {
  position: static;
  height: 6px;
  margin-top: 15px;
  font-size: 0;
  line-height: 1;
}

.g-carousel-lg .g-carousel_pagination .swiper-pagination-bullet {
  width: 45px;
  height: 6px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
}

.g-carousel-lg .g-carousel_pagination .swiper-pagination-bullet-active {
  background: #c00;
}

.g-carousel-gallery .g-carousel_wrapper {
  align-items: center;
}

.g-carousel-gallery .g-carousel_slide {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.g-carousel-gallery .g-carousel_slide img {
  max-height: 80vh;
}

html[data-states~='fullscreen'] .g-carousel-gallery .g-carousel_slide img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: contain;
}

.g-carousel-gallery .g-carousel_prev, .g-carousel-gallery .g-carousel_next {
  top: 48%;
  transform: translateY(-50%);
}

.g-carousel-gallery .g-carousel_prev {
  left: 8px;
}

.g-carousel-gallery .g-carousel_next {
  right: 8px;
}

.g-carousel-gallery .g-carousel_shoten {
  margin-top: 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline;
}

html[data-states~='no-touch'] .g-carousel-gallery .g-carousel_shoten:hover {
  text-decoration: none;
}

html[data-states~='fullscreen'] .g-carousel-gallery .g-carousel_shoten {
  display: none;
}

.g-carousel-gallery .g-carousel_full {
  padding: 0;
  border: 0;
  margin-top: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
}

html[data-states~='fullscreen'] .g-carousel-gallery .g-carousel_full {
  display: none;
}

.g-carousel-gallery .g-carousel_full .g-i {
  margin-right: 4px;
  font-size: 2.1rem;
}


.g-checkable {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.g-checkable_el {
  position: relative;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid #fff;
  margin-right: 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0;
  cursor: inherit;
}

.g-checkable_el[aria-invalid='true'] {
  border-color: #c00;
  background-color: rgba(204, 0, 0, 0.05);
  color: #c00;
}

.g-checkable_el:disabled, .g-checkable_el[aria-disabled='true'] {
  border-color: #ddd;
  background-color: #ddd;
  color: #a5a5a5;
  pointer-events: none;
}

html[data-states~='ie11'] .g-checkable_el ~ .g-checkable_i {
  display: none;
}

.g-checkable_el:checked ~ .g-checkable_i {
  visibility: visible;
}

.g-checkable_i {
  font-size: 1.4rem;
  visibility: hidden;
}

.g-checkable [type='checkbox'] {
  width: 20px;
  height: 20px;
}

.g-checkable [type='checkbox']:checked {
  border-color: #e47d03;
  background-color: #e47d03;
}

html[data-states~='no-touch'] .g-checkable [type='checkbox']:checked:hover {
  background-color: #e47d03;
}

.g-checkable [type='checkbox'] ~ .g-checkable_i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  color: #fff;
}

.g-checkable [type='radio'] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.g-checkable [type='radio'] ~ .g-checkable_i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #c00;
  border-radius: 100%;
}


.g-clamp[data-clamping='true'] {
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* stylelint-enable */
}


.g-clearfix::before, .g-clearfix::after {
  display: table;
  content: '';
}

.g-clearfix::after {
  clear: both;
}


.g-clip {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
}


.g-color-primary {
  color: #333 !important;
}

.g-color-secondary {
  color: #999 !important;
}

.g-color-alert {
  color: #c00 !important;
}

.g-color-disabled {
  color: #a5a5a5 !important;
}

.g-color-em {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 0.9em, #c00 0.9em) !important;
}

.g-color-inherit {
  color: inherit !important;
}

.g-color-brand {
  color: #c00 !important;
}


.g-column {
  padding: 20px 10px;
  border: 2px solid #e0e0e0;
  background-color: #f5f5f5;
}

.g-column-sm {
  padding: 10px;
}

.g-column-thin {
  border-width: 1px;
}

.g-column-alert {
  border-color: #c00;
  background-color: rgba(204, 0, 0, 0.05);
  color: #c00;
}


.g-container {
  width: 100%;
  max-width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  margin: auto;
}


.g-display-f {
  display: flex !important;
}

.g-display-b {
  display: block !important;
}

.g-display-ib {
  display: inline-block !important;
}

.g-display-i {
  display: inline !important;
}

.g-display-h {
  visibility: hidden !important;
}

.g-display-v {
  visibility: visible !important;
}


.g-dl-h {
  display: -ms-grid;
  display: grid;
  align-items: center;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

.g-dl-h .g-dl_h {
  padding-right: 20px;
  font-weight: 600;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  white-space: nowrap;
}

.g-dl-h .g-dl_body {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.g-dl-h .g-dl_data {
  display: block;
  padding: 5px 0;
}

.g-dl-v .g-dl_h {
  font-weight: 600;
}

.g-dl-v .g-dl_body + .g-dl_h {
  margin-top: 20px;
}

.g-dl-v .g-dl_data {
  display: block;
  padding: 5px 0;
}

.g-dl-border.g-dl-h {
  border-bottom: 1px solid #ccc;
}

.g-dl-border.g-dl-h .g-dl_h,
.g-dl-border.g-dl-h .g-dl_body {
  border-top: 1px solid #ccc;
}

.g-dl-border.g-dl-v {
  border-bottom: 1px solid #ccc;
}

.g-dl-border.g-dl-v .g-dl_h {
  border-top: 1px solid #ccc;
  color: #999;
  font-size: 1.3rem;
  font-weight: normal;
}

.g-dl-border.g-dl-v .g-dl_h .g-dl_data {
  padding: 12px 0 5px;
}

.g-dl-border.g-dl-v .g-dl_body .g-dl_data {
  padding: 0 0 12px;
}

.g-dl-border.g-dl-v .g-dl_body + .g-dl_h {
  margin-top: 0;
}

html[data-states~='ie11'] .g-dl-h {
  display: flex;
  flex-wrap: wrap;
}

html[data-states~='ie11'] .g-dl-h .g-dl_h {
  width: 120px;
}

html[data-states~='ie11'] .g-dl-h .g-dl_body {
  width: calc(100% - 120px);
}


.g-dropdown {
  position: relative;
  display: inline-block;
}

.g-dropdown_el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  opacity: 0;
}

.g-dropdown_el[disabled] {
  cursor: default;
}

.g-dropdown_i {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  pointer-events: none;
}

.g-dropdown_label {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 2px 45px 2px 17px;
  border: 1px solid #e0e0e0;
  background-color: #ebebeb;
  pointer-events: none;
  white-space: nowrap;
}

.g-dropdown_el:focus ~ .g-dropdown_label {
  border-color: #c00;
  background-color: #fff;
  outline: none;
}

.g-dropdown_el[aria-invalid='true'] ~ .g-dropdown_label {
  border-color: #c00;
  background-color: rgba(204, 0, 0, 0.05);
  color: #c00;
}

.g-dropdown_el[disabled] ~ .g-dropdown_label {
  border-color: #ddd;
  background-color: #ddd;
  color: #a5a5a5;
  pointer-events: none;
}

.g-dropdown_el[disabled] ~ .g-dropdown_i {
  color: #a5a5a5;
}

.g-dropdown-brand .g-dropdown_i {
  color: #fff;
}

.g-dropdown-brand .g-dropdown_label {
  border-color: #c00;
  background-color: #c00;
  color: #fff;
  font-size: 1.4rem;
}

.g-dropdown-brand .g-dropdown_el:focus ~ * {
  color: #333;
}


.g-float-l {
  float: left !important;
}

.g-float-r {
  float: right !important;
}

.g-float-no {
  float: none !important;
}


.g-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -7px;
}

.g-flow > * {
  margin: 7px;
}

.g-flow-xs {
  margin: -2px;
}

.g-flow-xs > * {
  margin: 2px;
}

.g-flow-sm {
  margin: -5px;
}

.g-flow-sm > * {
  margin: 5px;
}

.g-flow-lg {
  margin: -10px;
}

.g-flow-lg > * {
  margin: 10px;
}

.g-flow-xl {
  margin: -15px;
}

.g-flow-xl > * {
  margin: 15px;
}

.g-flow-nowrap {
  flex-wrap: nowrap;
}


.g-font-xs {
  font-size: 1rem;
}

.g-font-sm {
  font-size: 1.2rem;
}

.g-font-md {
  font-size: 1.4rem;
}

.g-font-lg {
  font-size: 1.6rem;
}

.g-font-xl {
  font-size: 1.8rem;
}


.g-foot {
  margin-top: 15px;
}

.g-foot-xs {
  margin-top: 5px;
}

.g-foot-sm {
  margin-top: 10px;
}

.g-foot-lg {
  margin-top: 20px;
}

.g-foot-xl {
  margin-top: 30px;
}


.g-full {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}


.g-fw {
  width: 100% !important;
}


.g-grid {
  margin: -20px -10px;
  display: flex;
  align-items: center;
}

.g-grid > * {
  padding: 20px 10px;
}

.g-grid > * {
  flex: 1;
  background-clip: content-box;
}

.g-grid-xl {
  margin: -20px;
}

.g-grid-xl > * {
  padding: 20px;
}

.g-grid-lg {
  margin: -12px;
}

.g-grid-lg > * {
  padding: 12px;
}

.g-grid-sm {
  margin: -15px -10px;
}

.g-grid-sm > * {
  padding: 15px 10px;
}

.g-grid-1 {
  flex-wrap: wrap;
}

.g-grid-1 > * {
  width: 100%;
  flex: 0 auto;
}

.g-grid-2 {
  flex-wrap: wrap;
}

.g-grid-2 > * {
  width: 50%;
  flex: 0 auto;
}

.g-grid-3 {
  flex-wrap: wrap;
}

.g-grid-3 > * {
  width: 33.33333%;
  flex: 0 auto;
}

.g-grid-4 {
  flex-wrap: wrap;
}

.g-grid-4 > * {
  width: 25%;
  flex: 0 auto;
}

.g-grid-5 {
  flex-wrap: wrap;
}

.g-grid-5 > * {
  width: 20%;
  flex: 0 auto;
}

.g-grid-6 {
  flex-wrap: wrap;
}

.g-grid-6 > * {
  width: 16.66667%;
  flex: 0 auto;
}


.g-h {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.g-h_el {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.g-h_extra {
  margin-left: auto;
  font-size: 1.4rem;
}

.g-h-1 {
  justify-content: center;
  padding: 24px 0;
  margin: 40px 0 35px;
  background-color: #f5f5f5;
  font-size: 2.3rem;
}

.g-h-2 {
  justify-content: center;
  margin-bottom: 0.66667em;
  font-size: 2.1rem;
  text-align: center;
}

.g-h-3 {
  margin-bottom: 4px;
  font-size: 1.7rem;
}

.g-h-4 {
  margin-bottom: 4px;
}

.g-h-line {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}


.g-head {
  margin-bottom: 15px;
}

.g-head-xs {
  margin-bottom: 5px;
}

.g-head-sm {
  margin-bottom: 10px;
}

.g-head-lg {
  margin-bottom: 20px;
}

.g-head-xl {
  margin-bottom: 30px;
}


.g-hero {
  margin-bottom: 25px;
}

.g-hero img {
  width: 100%;
}


.g-hidden {
  display: none !important;
}


.g-hr {
  display: block;
  height: 4px;
  border: 0;
  margin: 60px 0;
  background-color: #ebebeb;
}

.g-hr-thin {
  height: 1px;
  background-color: #ccc;
}

.g-hr-sm {
  margin: 25px 0;
}


.g-iconBtn {
  display: inline-block;
  padding: 0;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 100%;
  color: #c00;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.2s, border-color 0.2s;
}

.g-iconBtn:disabled, .g-iconBtn[aria-disabled='true'] {
  border-color: #ddd;
  background-color: #ddd;
  color: #a5a5a5;
  pointer-events: none;
}

html[data-states~='no-touch'] .g-iconBtn:hover {
  border-color: #c00;
  background-color: #c00;
  color: #fff;
}

.g-iconBtn .g-iconBtn_inner {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none !important;
}


.g-input {
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ebebeb;
  text-align: left;
}

.g-input:disabled, .g-input[aria-disabled='true'] {
  border-color: #ddd;
  background-color: #ddd;
  color: #a5a5a5;
  pointer-events: none;
}

.g-input:focus {
  border-color: #c00;
  background-color: #fff;
  outline: none;
}

.g-input[aria-invalid='true'] {
  border-color: #c00;
  background-color: rgba(204, 0, 0, 0.05);
  color: #c00;
}

.g-input[size='1'] {
  max-width: calc(1.3em * 1);
}

.g-input[size='2'] {
  max-width: calc(1.3em * 2);
}

.g-input[size='3'] {
  max-width: calc(1.3em * 3);
}

.g-input[size='4'] {
  max-width: calc(1.3em * 4);
}

.g-input[size='5'] {
  max-width: calc(1.3em * 5);
}

.g-input[size='6'] {
  max-width: calc(1.3em * 6);
}

.g-input[size='7'] {
  max-width: calc(1.3em * 7);
}

.g-input[size='8'] {
  max-width: calc(1.3em * 8);
}

.g-input[size='9'] {
  max-width: calc(1.3em * 9);
}

.g-input[size='10'] {
  max-width: calc(1.3em * 10);
}

.g-input[size='11'] {
  max-width: calc(1.3em * 11);
}

.g-input[size='12'] {
  max-width: calc(1.3em * 12);
}

.g-input[size='13'] {
  max-width: calc(1.3em * 13);
}

.g-input[size='14'] {
  max-width: calc(1.3em * 14);
}

.g-input[size='15'] {
  max-width: calc(1.3em * 15);
}

.g-input[size='16'] {
  max-width: calc(1.3em * 16);
}

.g-input[size='17'] {
  max-width: calc(1.3em * 17);
}

.g-input[size='18'] {
  max-width: calc(1.3em * 18);
}

.g-input[size='19'] {
  max-width: calc(1.3em * 19);
}

.g-input[size='20'] {
  max-width: calc(1.3em * 20);
}

.g-input[size='21'] {
  max-width: calc(1.3em * 21);
}

.g-input[size='22'] {
  max-width: calc(1.3em * 22);
}

.g-input[size='23'] {
  max-width: calc(1.3em * 23);
}

.g-input[size='24'] {
  max-width: calc(1.3em * 24);
}

.g-input[size='25'] {
  max-width: calc(1.3em * 25);
}

.g-input[size='26'] {
  max-width: calc(1.3em * 26);
}

.g-input[size='27'] {
  max-width: calc(1.3em * 27);
}

.g-input[size='28'] {
  max-width: calc(1.3em * 28);
}

.g-input[size='29'] {
  max-width: calc(1.3em * 29);
}

.g-input[size='30'] {
  max-width: calc(1.3em * 30);
}


.g-label {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.g-label-req {
  background-color: #c00;
  color: #fff;
}

.g-label-opt {
  background-color: #999;
}

.g-label-1 {
  background-color: #9c7f27;
  color: #fff;
}

.g-label-2 {
  background-color: #d60000;
  color: #fff;
}

.g-label-3 {
  background-color: #00a8b7;
  color: #fff;
}

.g-label-4 {
  background-color: #2f56c6;
  color: #fff;
}

.g-label-99 {
  background-color: #505050;
  color: #fff;
}


.g-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

html[data-states~='no-touch'] .g-link:hover {
  text-decoration: none;
}

html[data-states~='no-touch'] .g-link:hover span {
  text-decoration: underline;
}

.g-link .g-i {
  color: #c00;
  font-size: 1.2rem;
}

.g-link .g-i:first-child {
  margin-right: 10px;
}

.g-link .g-i:last-child {
  margin-left: 10px;
}

.g-link .g-i-link {
  display: inline-flex;
  width: 6rem;
  align-items: center;
}

.g-link .g-i-link::before {
  font-size: 6rem;
  transform: translateY(-6px);
}

.g-link .g-i-blank {
  margin-left: 10px;
  font-size: 1.4rem;
}

.g-link-u {
  text-decoration: underline;
}

html[data-states~='no-touch'] .g-link-u:hover {
  text-decoration: none;
}


.g-list {
  counter-reset: g-list;
}

.g-list > * {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.g-list > *::before {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  counter-increment: g-list;
  text-indent: 0;
  white-space: nowrap;
}

.g-list > * * {
  text-indent: 0;
}

.g-list-note {
  margin-top: 0.5em;
  color: #999;
  font-size: 1.2rem;
}

.g-list-note:first-child {
  margin-top: 0;
}

.g-list-note > *::before {
  content: '※';
}

.g-list-ref {
  margin-top: 0.5em;
  color: #999;
  font-size: 1.2rem;
}

.g-list-ref:first-child {
  margin-top: 0;
}

.g-list-ref > * {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.g-list-ref > *::before {
  width: 2em;
  content: "※" counter(g-list, decimal);
}

.g-list-ref > *:nth-last-child(n + 10),
.g-list-ref > *:nth-last-child(n + 10) ~ * {
  padding-left: 3em;
  text-indent: -3em;
}

.g-list-ref > *:nth-last-child(n + 10)::before,
.g-list-ref > *:nth-last-child(n + 10) ~ *::before {
  width: 2.5em;
}

.g-list-ref > *:nth-last-child(n + 100),
.g-list-ref > *:nth-last-child(n + 100) ~ * {
  padding-left: 4em;
  text-indent: -4em;
}

.g-list-ref > *:nth-last-child(n + 100)::before,
.g-list-ref > *:nth-last-child(n + 100) ~ *::before {
  width: 3.5em;
}

.g-list-disc > *::before {
  background: radial-gradient(circle at 0.5em 0.75em, #000 2px, transparent 2px);
  content: '\200B';
}

.g-list-decimal > *::before {
  content: counter(g-list, decimal) ".";
  text-align: right;
}

.g-list-decimal > *:nth-last-child(n + 10),
.g-list-decimal > *:nth-last-child(n + 10) ~ * {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.g-list-decimal > *:nth-last-child(n + 10)::before,
.g-list-decimal > *:nth-last-child(n + 10) ~ *::before {
  width: 2em;
}

.g-list-decimal > *:nth-last-child(n + 100),
.g-list-decimal > *:nth-last-child(n + 100) ~ * {
  padding-left: 3em;
  text-indent: -3em;
}

.g-list-decimal > *:nth-last-child(n + 100)::before,
.g-list-decimal > *:nth-last-child(n + 100) ~ *::before {
  width: 2.5em;
}


.g-loading {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.2s;
  visibility: hidden;
}

html[data-states~='loading'] .g-loading {
  opacity: 1;
  visibility: visible;
}

.g-loading_el {
  position: relative;
  margin-top: -2em;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  color: #fff;
  font-size: 10px;
  text-indent: -9999em;
  transform: translateZ(0);
}

.g-loading_el, .g-loading_el::before, .g-loading_el::after {
  width: 2em;
  height: 2em;
  -webkit-animation: g-loading 1.8s infinite ease-in-out;
          animation: g-loading 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border-radius: 50%;
}

.g-loading_el::before, .g-loading_el::after {
  position: absolute;
  top: 0;
  content: '';
}

.g-loading_el::before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.g-loading_el::after {
  left: 3em;
}

@-webkit-keyframes g-loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}

@keyframes g-loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}


.g-mb-0 {
  margin-bottom: 0px !important;
}

.g-mb-5 {
  margin-bottom: 5px !important;
}

.g-mb-10 {
  margin-bottom: 10px !important;
}

.g-mb-15 {
  margin-bottom: 15px !important;
}

.g-mb-20 {
  margin-bottom: 20px !important;
}

.g-mb-25 {
  margin-bottom: 25px !important;
}

.g-mb-30 {
  margin-bottom: 30px !important;
}

.g-mb-35 {
  margin-bottom: 35px !important;
}

.g-mb-40 {
  margin-bottom: 40px !important;
}

.g-mb-45 {
  margin-bottom: 45px !important;
}

.g-mb-50 {
  margin-bottom: 50px !important;
}


.g-media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.g-media .g-media_head {
  padding-right: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.g-media .g-media_head img {
  width: 100%;
}

.g-media .g-media_body {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.g-media .g-media_foot {
  padding-top: 10px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.g-media .g-media_h {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 600;
}

.g-media .g-media_head {
  width: 170px;
}

.g-media-sm .g-media_head {
  width: 120px;
}

.g-media-lg .g-media_head {
  width: 220px;
}

.g-media-xl .g-media_head {
  width: 220px;
}

.g-media-row {
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.g-media-row .g-media_head {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.g-media-row .g-media_foot {
  padding-top: 0;
  padding-left: 20px;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}


.g-menuBtn {
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  font-size: 1.2rem;
}

.g-menuBtn[aria-expanded='true'] .g-menuBtn_i::before {
  bottom: 0;
  transform: rotate(135deg);
}

.g-menuBtn[aria-expanded='true'] .g-menuBtn_i::after {
  top: 0;
  transform: rotate(-135deg);
}

.g-menuBtn[aria-expanded='true'] .g-menuBtn_i span {
  opacity: 0;
}

.g-menuBtn .g-menuBtn_i {
  position: relative;
  display: block;
  width: 32px;
  height: 20px;
  margin: 5px 0;
}

.g-menuBtn .g-menuBtn_i::before, .g-menuBtn .g-menuBtn_i::after,
.g-menuBtn .g-menuBtn_i span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #333;
  content: '';
  transition: transform 0.2s, opacity 0.2s;
}

.g-menuBtn .g-menuBtn_i::before {
  top: 0;
}

.g-menuBtn .g-menuBtn_i::after {
  bottom: 0;
}

.g-menuBtn .g-menuBtn_i span {
  top: 0;
  bottom: 0;
}


.g-ml-0 {
  margin-left: 0px !important;
}

.g-ml-5 {
  margin-left: 5px !important;
}

.g-ml-10 {
  margin-left: 10px !important;
}

.g-ml-15 {
  margin-left: 15px !important;
}

.g-ml-20 {
  margin-left: 20px !important;
}

.g-ml-25 {
  margin-left: 25px !important;
}

.g-ml-30 {
  margin-left: 30px !important;
}

.g-ml-35 {
  margin-left: 35px !important;
}

.g-ml-40 {
  margin-left: 40px !important;
}

.g-ml-45 {
  margin-left: 45px !important;
}

.g-ml-50 {
  margin-left: 50px !important;
}


.g-modal {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 50px 15px 15px;
}

html[data-states~='fullscreen'] .g-modal {
  background-color: #000;
}

.g-modal[aria-hidden='true'] {
  visibility: hidden;
}

.g-modal_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s;
}

.g-modal[aria-hidden='true'] .g-modal_backdrop {
  opacity: 0;
}

.g-modal_close {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-color: #dcdcdc;
  color: #000;
  cursor: pointer;
  font-size: 2.3rem;
  line-height: 1;
}

.g-modal_spacer {
  flex-grow: 1;
}

.g-modal_content {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s, transform 0.5s;
}

.g-modal[aria-hidden='true'] .g-modal_content {
  opacity: 0;
  transform: translateY(-10%);
}

.g-modal_h {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 600;
}

html[data-states~='top-lv'] .g-modal {
  z-index: 11;
}

html[data-states~='no-close'] .g-modal {
  padding: 15px;
}

html[data-states~='no-close'] .g-modal_close {
  display: none;
}

html[data-states~='ie11'] .g-modal {
  display: block;
}

html[data-states~='ie11'] .g-modal_content {
  margin: auto;
}


.g-mr-0 {
  margin-right: 0px !important;
}

.g-mr-5 {
  margin-right: 5px !important;
}

.g-mr-10 {
  margin-right: 10px !important;
}

.g-mr-15 {
  margin-right: 15px !important;
}

.g-mr-20 {
  margin-right: 20px !important;
}

.g-mr-25 {
  margin-right: 25px !important;
}

.g-mr-30 {
  margin-right: 30px !important;
}

.g-mr-35 {
  margin-right: 35px !important;
}

.g-mr-40 {
  margin-right: 40px !important;
}

.g-mr-45 {
  margin-right: 45px !important;
}

.g-mr-50 {
  margin-right: 50px !important;
}


.g-mt-0 {
  margin-top: 0px !important;
}

.g-mt-5 {
  margin-top: 5px !important;
}

.g-mt-10 {
  margin-top: 10px !important;
}

.g-mt-15 {
  margin-top: 15px !important;
}

.g-mt-20 {
  margin-top: 20px !important;
}

.g-mt-25 {
  margin-top: 25px !important;
}

.g-mt-30 {
  margin-top: 30px !important;
}

.g-mt-35 {
  margin-top: 35px !important;
}

.g-mt-40 {
  margin-top: 40px !important;
}

.g-mt-45 {
  margin-top: 45px !important;
}

.g-mt-50 {
  margin-top: 50px !important;
}


.g-nowrap {
  white-space: nowrap !important;
}

.g-nowrap-no {
  white-space: normal !important;
}


.g-overflow-h {
  overflow: hidden !important;
}


.g-pagination {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.g-pagination ol {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}

.g-pagination li {
  border: 2px solid #ccc;
  border-top: 0;
  border-bottom: 0;
  margin-left: -2px;
}

.g-pagination a,
.g-pagination span {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #c00;
  text-decoration: none !important;
}

.g-pagination a[aria-current='page'],
.g-pagination span[aria-current='page'] {
  background-color: #fff0f0;
  color: #333;
}

.g-pagination span {
  background-color: transparent;
}

.g-pagination_prev {
  border-left: 0 !important;
}

.g-pagination_prev .g-i {
  transform: rotate(-180deg) scaleY(-1);
}

.g-pagination_next {
  border-right: 0 !important;
}

.g-pagination .g-i {
  font-size: 2.5rem;
}


.g-section {
  margin-top: 35px;
}

.g-section-xs {
  margin-top: 15px;
}

.g-section-sm {
  margin-top: 30px;
}

.g-section-lg {
  margin-top: 50px;
}


.g-select {
  position: relative;
  z-index: 1;
  width: 200px;
}

.g-select_btn {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #c00;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.g-select_btn[aria-expanded='true'] .g-select_i {
  transform: rotate(180deg);
}

.g-select_i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  transition: transform 0.2s;
}

.g-select_region {
  position: relative;
}

.g-select_region[aria-hidden='false'] .g-select_menu {
  position: absolute;
}

.g-select_menu {
  width: 100%;
  background-color: #fff;
}

.g-select_menu li {
  border: 1px solid #e0e0e0;
  margin-bottom: -1px;
}

.g-select_menu a {
  display: block;
  padding: 5px 15px;
}


.g-similar {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.g-similar_el {
  position: absolute;
  width: 100%;
  height: 100%;
}

.g-similar-map {
  padding-bottom: 70.5882353%;
  border: 1px solid #ccc;
}

.g-similar-panorama {
  padding-bottom: 80%;
}


.g-sns {
  display: flex;
  justify-content: center;
}

.g-sns_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

html[data-states~='no-touch'] .g-sns_btn:hover {
  text-decoration: none;
}

.g-sns_twitter {
  background-color: #1da1f2;
}

html[data-states~='no-touch'] .g-sns_twitter:hover {
  background-color: rgba(29, 161, 242, 0.7);
}

.g-sns_facebook {
  background-color: #1877f2;
}

html[data-states~='no-touch'] .g-sns_facebook:hover {
  background-color: rgba(24, 119, 242, 0.7);
}

.g-sns_line {
  background-color: #00b900;
}

html[data-states~='no-touch'] .g-sns_line:hover {
  background-color: rgba(0, 185, 0, 0.7);
}

.g-sns-circle .g-sns_btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.g-sns-circle li:nth-child(n + 2) {
  margin-left: 30px;
}

.g-sns-circle .g-sns_twitter i {
  font-size: 2.3rem;
}

.g-sns-circle .g-sns_facebook i {
  font-size: 3.2rem;
  transform: translateY(4px);
}

.g-sns-circle .g-sns_line i {
  font-size: 2.5rem;
}

.g-sns-square .g-sns_btn {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.33;
  text-align: left;
}

.g-sns-square li:nth-child(n + 2) {
  margin-left: 10px;
}

.g-sns-square i {
  margin-right: 10px;
}

.g-sns-square .g-sns_twitter i {
  font-size: 1.5rem;
}

.g-sns-square .g-sns_facebook i {
  font-size: 1.4rem;
}

.g-sns-square .g-sns_line i {
  font-size: 2rem;
}


.g-stack > *:nth-child(n + 2) {
  margin-top: 15px !important;
}

.g-stack-xs > *:nth-child(n + 2) {
  margin-top: 5px !important;
}

.g-stack-sm > *:nth-child(n + 2) {
  margin-top: 10px !important;
}

.g-stack-lg > *:nth-child(n + 2) {
  margin-top: 20px !important;
}

.g-stack-xl > *:nth-child(n + 2) {
  margin-top: 30px !important;
}


.g-steps {
  counter-reset: steps;
}

.g-steps_el {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.g-steps_item {
  position: relative;
  display: flex;
  height: 3em;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 15px;
  margin: 5px 0;
  background-color: #333;
  color: #fff;
}

.g-steps_item:nth-child(n + 2) {
  margin-left: 20px;
}

.g-steps_item::before {
  margin-right: 10px;
  content: "STEP\a" counter(steps);
  counter-increment: steps;
  line-height: 1.2;
  text-align: center;
  white-space: pre;
}

.g-steps_item::after {
  position: absolute;
  right: -15px;
  width: 0;
  height: 0;
  border-width: 1.5em 0 1.5em 15px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  content: '';
}

.g-steps_item[aria-current='true'] {
  background-color: #c00;
  color: #fff;
}

.g-steps_item[aria-current='true']::after {
  border-color: transparent transparent transparent #c00;
}

.g-steps_item[aria-current='true'] ~ li {
  background-color: #ccc;
}

.g-steps_item[aria-current='true'] ~ li::after {
  border-color: transparent transparent transparent #ccc;
}

.g-steps_item:last-child {
  padding: 0 15px;
}

.g-steps_item:last-child::after {
  content: none;
}


.g-table .g-table_el {
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
  border-left: 2px solid #e0e0e0;
  border-spacing: 0;
}

.g-table .g-table_th,
.g-table .g-table_td {
  padding: 1em 20px;
}

.g-table .g-table_th {
  border-right: 2px solid #fff;
  background-color: #ebebeb;
}

.g-table .g-table_th:last-child {
  border-right-color: #e0e0e0;
}

.g-table .g-table_td {
  border-right: 2px solid #e0e0e0;
  background-color: #fff;
}

.g-table .g-table_tr:nth-child(odd) .g-table_td {
  background-color: #f5f5f5;
}

.g-table-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.g-table-scroll .g-table_wrapper {
  float: left;
}

.g-table-scroll .g-table_el {
  white-space: nowrap;
}


.g-textBtn {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
}

.g-textBtn:disabled, .g-textBtn[aria-disabled='true'] {
  color: #a5a5a5;
  pointer-events: none;
}

.g-textBtn .g-textBtn_i:first-child {
  margin-right: 0.5em;
}

.g-textBtn .g-textBtn_i:last-child {
  margin-left: 0.5em;
}


.g-textarea {
  display: block;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ebebeb;
  resize: vertical;
  text-align: left;
}

.g-textarea:disabled, .g-textarea[aria-disabled='true'] {
  border-color: #ddd;
  background-color: #ddd;
  color: #a5a5a5;
  pointer-events: none;
}

.g-textarea:focus {
  border-color: #c00;
  background-color: #fff;
  outline: none;
}

.g-textarea[aria-invalid='true'] {
  border-color: #c00;
  background-color: rgba(204, 0, 0, 0.05);
  color: #c00;
}

.g-textarea[cols='1'] {
  max-width: calc(1.3em * 1);
}

.g-textarea[cols='2'] {
  max-width: calc(1.3em * 2);
}

.g-textarea[cols='3'] {
  max-width: calc(1.3em * 3);
}

.g-textarea[cols='4'] {
  max-width: calc(1.3em * 4);
}

.g-textarea[cols='5'] {
  max-width: calc(1.3em * 5);
}

.g-textarea[cols='6'] {
  max-width: calc(1.3em * 6);
}

.g-textarea[cols='7'] {
  max-width: calc(1.3em * 7);
}

.g-textarea[cols='8'] {
  max-width: calc(1.3em * 8);
}

.g-textarea[cols='9'] {
  max-width: calc(1.3em * 9);
}

.g-textarea[cols='10'] {
  max-width: calc(1.3em * 10);
}

.g-textarea[cols='11'] {
  max-width: calc(1.3em * 11);
}

.g-textarea[cols='12'] {
  max-width: calc(1.3em * 12);
}

.g-textarea[cols='13'] {
  max-width: calc(1.3em * 13);
}

.g-textarea[cols='14'] {
  max-width: calc(1.3em * 14);
}

.g-textarea[cols='15'] {
  max-width: calc(1.3em * 15);
}

.g-textarea[cols='16'] {
  max-width: calc(1.3em * 16);
}

.g-textarea[cols='17'] {
  max-width: calc(1.3em * 17);
}

.g-textarea[cols='18'] {
  max-width: calc(1.3em * 18);
}

.g-textarea[cols='19'] {
  max-width: calc(1.3em * 19);
}

.g-textarea[cols='20'] {
  max-width: calc(1.3em * 20);
}

.g-textarea[cols='21'] {
  max-width: calc(1.3em * 21);
}

.g-textarea[cols='22'] {
  max-width: calc(1.3em * 22);
}

.g-textarea[cols='23'] {
  max-width: calc(1.3em * 23);
}

.g-textarea[cols='24'] {
  max-width: calc(1.3em * 24);
}

.g-textarea[cols='25'] {
  max-width: calc(1.3em * 25);
}

.g-textarea[cols='26'] {
  max-width: calc(1.3em * 26);
}

.g-textarea[cols='27'] {
  max-width: calc(1.3em * 27);
}

.g-textarea[cols='28'] {
  max-width: calc(1.3em * 28);
}

.g-textarea[cols='29'] {
  max-width: calc(1.3em * 29);
}

.g-textarea[cols='30'] {
  max-width: calc(1.3em * 30);
}


.g-u {
  text-decoration: underline !important;
}


.g-zoomableBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
}

.g-zoomableBtn .g-zoomableBtn_img {
  transition: opacity 0.2s;
}

html[data-states~='no-touch'] .g-zoomableBtn .g-zoomableBtn_img:hover {
  opacity: 0.7;
}

.g-zoomableBtn .g-zoomableBtn_i {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  pointer-events: none;
}

.g-copyright {
  margin-top: 40px;
  font-size: 1.2rem;
}

.g-filter_h {
  width: 100%;
  padding: 11px 10px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #999;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.g-filter_list {
  padding: 18px 20px 15px;
  background-color: #ebebeb;
}

.g-filter_list + .g-filter_list {
  border-top: 5px solid #fff;
}

.g-filter_list li:nth-child(n + 2) {
  margin-top: 2px;
}

.g-footer {
  padding: 27px 0 55px;
  margin-top: 100px;
  background-color: #282828;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
}

.g-footer a {
  color: rgba(255, 255, 255, 0.75);
}

.g-footer_row {
  position: relative;
}

.g-footer_logo img {
  width: 135px;
  height: 34px;
}

.g-footer_nav {
  font-weight: 600;
}

.g-footer_nav ul {
  font-weight: normal;
}

.g-gNav {
  padding: 0 !important;
  background-color: #c00;
  color: #fff;
  pointer-events: all;
}

.g-gNav a {
  display: block;
  color: #fff;
}

.g-gNav_el {
  padding: 20px 12px 40px !important;
}

.g-gNav_nav {
  overflow: hidden;
  padding-bottom: 1px;
  font-weight: 600;
  text-align: center;
}

.g-gNav_nav > * {
  width: calc(50% - 12px);
  padding: 10px 0;
  border: 1px solid #f0b3b3;
  border-right: 0;
  border-left: 0;
  margin-bottom: -1px;
  float: left;
}

.g-gNav_nav > *:nth-child(even) {
  margin-left: 24px;
}

.g-gNav_nav ul {
  font-weight: normal;
}

.g-gNav_nav a {
  padding: 5px 0;
}

.g-gNav_nav p a {
  padding: 0;
}

.g-gNav_lang {
  margin-top: 20px;
}

.g-gNav_lang a {
  padding: 15px 0;
  text-align: center;
}

.g-gNav .g-service {
  margin-top: 10px;
}

html[data-states~='g-nav'] .g-modal {
  pointer-events: none;
}

.g-goBack {
  margin-top: 30px;
  text-align: right;
}

.g-goBack a {
  color: #c00;
}

.g-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.g-header_logo {
  flex-shrink: 0;
  padding: 0 15px 0 17px;
}

.g-header_logo a {
  position: relative;
  display: block;
}

.g-header_logo img {
  width: 135px;
  height: 34px;
  transition: opacity 0.2s;
}

.g-header_white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.g-header_tagline {
  font-weight: 600;
}

.g-header_tagline b {
  color: #c00;
}

.g-header_nav {
  display: flex;
  margin-left: auto;
  font-weight: 600;
}

.g-header_nav a,
.g-header_nav button {
  position: relative;
  display: flex;
  height: 120px;
  align-items: center;
  padding: 0 25px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  font-weight: inherit;
  white-space: nowrap;
}

html[data-states~='no-touch'] .g-header_nav a:hover, html[data-states~='no-touch']
.g-header_nav button:hover {
  text-decoration: none;
}

.g-header_nav a::after,
.g-header_nav button::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #c00;
}

.g-header_nav a[aria-current='true']::after, .g-header_nav a[aria-expanded='true']::after, .g-header_nav a:hover::after,
.g-header_nav button[aria-current='true']::after,
.g-header_nav button[aria-expanded='true']::after,
.g-header_nav button:hover::after {
  content: '';
}

.g-header_nav [role='region'] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  transform: translateY(calc(100% + 1px));
}

.g-header_nav ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
}

.g-header_nav ul li {
  margin: 0 20px;
}

.g-header_nav ul a {
  height: 74px;
  padding: 0 20px;
}

.g-header_nav ul a::after {
  bottom: -1px;
  height: 4px;
}

.g-header_lang {
  position: relative;
  display: flex;
  width: 120px;
  height: 120px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  margin-left: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #c00;
  color: #fff;
  cursor: pointer;
}

.g-header_lang[aria-expanded='true']::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c00;
  content: '';
}

.g-header_lang i {
  margin-bottom: 10px;
  font-size: 3rem;
}

.g-header_menu {
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  margin-left: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #c00;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
}

.g-header_menu[aria-expanded='true'] {
  background: #f2bfbf;
}

.g-header_menu[aria-expanded='true'] span {
  display: none;
}

.g-header_i {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
  margin: 7px 0;
}

[aria-expanded='true'] .g-header_i {
  width: 31px;
  height: 21px;
}

.g-header_i::before, .g-header_i::after,
.g-header_i span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #fff;
  content: '';
  transition: transform 0.2s, opacity 0.2s;
}

.g-header_i::before {
  top: 0;
}

[aria-expanded='true'] .g-header_i::before {
  bottom: 0;
  background-color: #c00;
  transform: rotate(135deg);
}

.g-header_i::after {
  bottom: 0;
}

[aria-expanded='true'] .g-header_i::after {
  top: 0;
  background-color: #c00;
  transform: rotate(-135deg);
}

.g-header_i span {
  top: 0;
  bottom: 0;
}

[aria-expanded='true'] .g-header_i span {
  opacity: 0;
}

html[data-states~='g-nav'] .g-header {
  background-color: #c00;
  box-shadow: none;
  color: #fff;
  transform: translateY(0) !important;
}

html[data-states~='g-nav'] .g-header_color {
  opacity: 0;
}

html[data-states~='g-nav'] .g-header_white {
  opacity: 1;
}

html[data-states~='g-nav'] .g-header_tagline b {
  color: #fff;
}

html[data-states~='lang'] .g-header {
  position: fixed;
  top: 0;
  width: 100%;
}

.g-hover {
  display: block;
  overflow: hidden;
}

html[data-states~='no-touch'] .g-hover:hover img {
  transform: scale(1.1);
}

.g-hover img {
  transition: transform 0.5s;
}

.g-lNav {
  margin: 40px 0 -25px;
  font-weight: 600;
}

.g-lNav p {
  padding: 15px 0;
  font-size: 1.9rem;
}

.g-lNav ul {
  border-top: 1px solid #e0e0e0;
}

.g-lNav li {
  border-bottom: 1px solid #e0e0e0;
}

.g-lNav a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.g-lNav a[aria-current='page'] {
  color: #c00;
}

.g-lNav a[aria-current='page'] .g-i-link {
  visibility: hidden;
}

.g-lNav .g-i-link {
  display: inline-flex;
  height: 1.4rem;
  align-items: center;
  margin-left: 5px;
  color: #c00;
  font-size: 4.5rem;
}

.g-lNav .g-i-blank {
  margin-left: 0.5em;
  color: #666;
}

.g-lang {
  position: fixed;
  z-index: 9;
  right: 0;
  height: calc(100% - 121px);
}

.g-lang_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 1;
  transition: opacity 0.2s;
}

.g-lang a {
  display: block;
  color: #fff;
}

.g-lang_el {
  position: relative;
  display: flex;
  width: 400px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  background-color: #c00;
  transform: translateX(0);
  transition: transform 0.5s;
}

.g-lang[aria-hidden='true'] .g-lang_backdrop {
  opacity: 0;
  pointer-events: none;
}

.g-lang[aria-hidden='true'] .g-lang_el {
  transform: translateX(100%);
}

.g-lang_list {
  border-top: 1px solid #fff;
  font-size: 2rem;
}

.g-lang_list li {
  border-bottom: 1px solid #fff;
}

.g-lang_list a {
  padding: 35px 0;
  text-align: center;
}

.g-lang .g-service {
  margin-top: 40px;
}

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

.g-lead {
  margin: 35px 0;
}

.g-lead-withHeading {
  margin-top: -5px;
}

.g-lead-withCategory {
  margin-top: -20px;
}

.g-lead-withCategory .g-lead_category {
  margin-bottom: 28px;
  text-align: center;
}

.g-lead-withCategory .g-lead_category span + span {
  margin-left: 5px;
}

.g-pdf .g-link {
  color: #c00;
  font-size: 1.4rem;
  font-weight: 600;
}

.g-pdf b {
  margin: 0 2px;
  font-weight: normal;
}

.g-pdf .g-i-book {
  font-size: 2.2rem;
}

.g-pdf .g-i-blank {
  margin-left: 7px;
  font-size: 1.6rem;
}

.g-search form {
  position: relative;
}

.g-search_input {
  padding: 7px;
}

.g-search_input[data-input-value=''] {
  border-color: transparent;
  background-color: #ebebeb;
}

.g-search_input:focus:focus {
  border-color: #c00;
  background-color: #fff;
  outline: none;
}

.g-search_submit {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 45px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: #000;
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 1;
}

.g-search_reset {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
  display: none;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #666;
  border-radius: 100%;
  color: #333;
  font-size: 1.1rem;
  line-height: 1;
}

.g-service {
  display: flex;
  justify-content: center;
  line-height: 1;
}

.g-service a {
  display: block;
  padding: 10px;
  margin: 0 10px;
  font-size: 2.6rem;
}

html[data-states~='clip'] .g-wrapper {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

html[data-states~='lang'] .g-wrapper {
  padding-top: 121px;
}

@media (min-width: 769px) {
  /**/
  body {
    font-size: 1.6rem;
  }
  .g-accordionBtn--md {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .g-accordionBtn--md:disabled, .g-accordionBtn--md[aria-disabled='true'] {
    border-color: #ddd;
    background-color: #ddd;
    color: #a5a5a5;
    pointer-events: none;
  }
  html[data-states~='no-touch'] .g-accordionBtn--md:hover {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-accordionBtn--md:hover .g-accordionBtn_i::before, html[data-states~='no-touch'] .g-accordionBtn--md:hover .g-accordionBtn_i::after {
    background-color: #fff;
  }
  .g-accordionBtn--md .g-accordionBtn_i {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-left: 0.5em;
  }
  .g-accordionBtn--md .g-accordionBtn_i::before, .g-accordionBtn--md .g-accordionBtn_i::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #c00;
    content: '';
    transition: transform 0.2s;
  }
  .g-accordionBtn--md .g-accordionBtn_i::after {
    transform: rotate(90deg);
  }
  .g-accordionBtn--md[aria-expanded='true'] .g-accordionBtn_label::before, .g-accordionBtn--md[data-clamped='false'] .g-accordionBtn_label::before {
    content: attr(data-expanded);
  }
  .g-accordionBtn--md[aria-expanded='true'] .g-accordionBtn_i::after, .g-accordionBtn--md[data-clamped='false'] .g-accordionBtn_i::after {
    transform: rotate(0deg);
  }
  .g-accordionBtn--md[aria-expanded='false'] .g-accordionBtn_label::before, .g-accordionBtn--md[data-clamped='true'] .g-accordionBtn_label::before {
    content: attr(data-collapsed);
  }
  .g-accordionBtn--md[data-clamped]:disabled, .g-accordionBtn--md[data-clamped][aria-disabled='true'] {
    visibility: hidden;
  }
  .g-align-l--md {
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .g-align-c--md {
    justify-content: center !important;
    text-align: center !important;
  }
  .g-align-r--md {
    justify-content: flex-end !important;
    text-align: right !important;
  }
  .g-align-t--md {
    align-items: stretch !important;
    vertical-align: top !important;
  }
  .g-align-m--md {
    align-items: center !important;
    vertical-align: center !important;
  }
  .g-align-b--md {
    align-items: flex-end !important;
    vertical-align: bottom !important;
  }
  .g-align-l-self--md {
    justify-self: flex-start !important;
  }
  .g-align-c-self--md {
    -ms-grid-column-align: center !important;
        justify-self: center !important;
  }
  .g-align-r-self--md {
    justify-self: flex-end !important;
  }
  .g-align-t-self--md {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .g-align-m-self--md {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .g-align-b-self--md {
    align-self: flex-end !important;
  }
  .g-avatar--md {
    overflow: hidden;
    width: 100px;
    height: 100px;
  }
  .g-avatar--md img {
    width: 100%;
    height: auto;
  }
  .g-avatar-sm--md {
    width: 50px;
    height: 50px;
  }
  .g-avatar-circle--md {
    border-radius: 100%;
  }
  .g-avatar-square--md {
    border-radius: 5px;
  }
  .g-back-to-top {
    right: 20px;
    bottom: 20px;
  }
  .g-back-to-top a {
    width: 75px;
    height: 75px;
  }
  .g-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .g-bg--md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .g-bg-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .g-bg-sm--md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .g-bg-gray--md {
    background-color: #ebebeb;
  }
  .g-bold--md {
    font-weight: bold !important;
  }
  .g-bold-no--md {
    font-weight: normal !important;
  }
  .g-box {
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .g-box--md {
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .g-box-neg {
    margin-right: -20px;
    margin-left: -20px;
  }
  .g-box-neg--md {
    margin-right: -20px;
    margin-left: -20px;
  }
  .g-breadcrumb {
    margin: 13px 0 43px;
    font-size: 1.4rem;
  }
  .g-breadcrumb:not(:only-child):last-child {
    display: none;
  }
  .g-btnGroup--md {
    margin-top: 40px;
  }
  .g-btnGroup--md .g-btnGroup_inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .g-btnGroup-sm--md {
    margin-top: 20px;
  }
  .g-btnGroup-h--md .g-btnGroup_inner {
    position: relative;
    margin: -10px;
  }
  .g-btnGroup-h--md .g-btnGroup_inner > * {
    margin: 10px;
  }
  .g-btnGroup-h--md .g-btnGroup_l,
  .g-btnGroup-h--md .g-btnGroup_r {
    position: absolute;
    top: 10px;
    margin: 0;
  }
  .g-btnGroup-h--md .g-btnGroup_l {
    left: 10px;
  }
  .g-btnGroup-h--md .g-btnGroup_r {
    right: 10px;
  }
  .g-btnGroup-v--md .g-btnGroup_inner {
    flex-direction: column;
    margin: -7px 0;
  }
  .g-btnGroup-v--md .g-btnGroup_inner > * {
    margin: 7px 0;
  }
  .g-btnGroup-v--md .g-btnGroup_l {
    order: -1;
  }
  .g-btnGroup-v--md .g-btnGroup_r {
    order: 1;
  }
  .g-btnGroup-rv--md.g-btnGroup-h--md .g-btnGroup_inner, .g-btnGroup-rv--md.g-btnGroup-h .g-btnGroup_inner, .g-btnGroup-rv.g-btnGroup-h--md .g-btnGroup_inner {
    flex-direction: row-reverse;
  }
  .g-btnGroup-rv--md.g-btnGroup-h--md .g-btnGroup_l, .g-btnGroup-rv--md.g-btnGroup-h .g-btnGroup_l, .g-btnGroup-rv.g-btnGroup-h--md .g-btnGroup_l {
    right: 10px;
    left: auto;
  }
  .g-btnGroup-rv--md.g-btnGroup-h--md .g-btnGroup_r, .g-btnGroup-rv--md.g-btnGroup-h .g-btnGroup_r, .g-btnGroup-rv.g-btnGroup-h--md .g-btnGroup_r {
    right: auto;
    left: 10px;
  }
  .g-btnGroup-rv--md.g-btnGroup-v--md .g-btnGroup_inner, .g-btnGroup-rv--md.g-btnGroup-v .g-btnGroup_inner, .g-btnGroup-rv.g-btnGroup-v--md .g-btnGroup_inner {
    flex-direction: column-reverse;
  }
  .g-btn--md {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .g-btn--md:disabled, .g-btn--md[aria-disabled='true'] {
    border-color: #ddd;
    background-color: #ddd;
    color: #a5a5a5;
    pointer-events: none;
  }
  .g-btn--md .g-btn_inner {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    color: inherit;
    text-decoration: none !important;
  }
  .g-btn--md .g-btn_i:first-child {
    margin-right: 0.5em;
  }
  .g-btn--md .g-btn_i:last-child {
    margin-left: 0.5em;
  }
  .g-btn {
    min-width: 200px;
  }
  .g-btn .g-btn_inner {
    min-height: 60px;
  }
  .g-btn--md {
    min-width: 200px;
  }
  .g-btn--md .g-btn_inner {
    min-height: 60px;
  }
  .g-btn-sm--md .g-btn_inner {
    min-height: 40px;
    padding: 2px 15px;
  }
  .g-btn-sm {
    min-width: 100px;
  }
  .g-btn-sm .g-btn_inner {
    min-height: 50px;
  }
  .g-btn-sm--md {
    min-width: 100px;
  }
  .g-btn-sm--md .g-btn_inner {
    min-height: 50px;
  }
  .g-btn-def--md {
    border-color: #e0e0e0;
    background-color: #fff;
    color: #333;
  }
  html[data-states~='no-touch'] .g-btn-def--md:hover {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-btn-def--md:hover .g-btn_i {
    color: #fff;
  }
  .g-btn-def--md .g-btn_i {
    color: #c00;
  }
  .g-btn-primary--md {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-btn-primary--md:hover {
    border-color: #e75b5b;
    background-color: #e75b5b;
  }
  .g-btn-secondary--md {
    border-color: #666;
    background-color: #666;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-btn-secondary--md:hover {
    border-color: #999;
    background-color: #999;
  }
  .g-btn-link--md {
    position: relative;
  }
  .g-btn-link--md .g-btn_label ~ .g-i {
    position: absolute;
    right: 15px;
    display: inline-flex;
    width: 6rem;
    align-items: center;
  }
  .g-btn-link--md .g-btn_label ~ .g-i::before {
    font-size: 6rem;
    transform: translateY(-6px);
  }
  .g-btn-rensou--md, .g-btn-word--md {
    color: #fff;
  }
  .g-btn-rensou--md .g-btn_label, .g-btn-word--md .g-btn_label {
    padding-right: 6.5rem;
  }
  .g-btn-rensou--md {
    border-color: #e47d03;
    background-color: #e47d03;
  }
  html[data-states~='no-touch'] .g-btn-rensou--md:hover {
    border-color: #e29942;
    background-color: #e29942;
  }
  .g-btn-word--md {
    border-color: #0c83d6;
    background-color: #0c83d6;
  }
  html[data-states~='no-touch'] .g-btn-word--md:hover {
    border-color: #479dd9;
    background-color: #479dd9;
  }
  .g-btn .g-i-search {
    font-size: 2.6rem;
  }
  .g-butterfly--md {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
  }
  .g-butterfly--md > * {
    margin: 10px;
  }
  .g-butterfly--md > *:nth-child(2) {
    margin-left: auto;
  }
  .g-butterfly-nowrap--md {
    flex-wrap: nowrap;
  }
  .g-card .g-label {
    min-width: 110px;
  }
  .g-card .g-card_labels {
    display: flex;
  }
  .g-card .g-card_body {
    padding: 25px;
  }
  .g-card .g-card_foot {
    padding: 0 25px 30px;
  }
  .g-card .g-card_h {
    font-size: 1.8rem;
  }
  .g-card--md {
    background-color: #fff;
  }
  .g-card--md a {
    color: #c00;
  }
  .g-card--md .g-card_head {
    position: relative;
  }
  .g-card--md .g-card_head img {
    width: 100%;
    height: auto;
  }
  .g-card--md .g-label {
    min-width: 100px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .g-card--md .g-card_labels {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .g-card--md .g-card_body {
    padding: 20px 15px 10px;
  }
  .g-card--md .g-card_foot {
    padding: 0 15px 20px;
    text-align: right;
  }
  .g-card--md .g-card_h {
    margin-bottom: 0.7em;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  .g-card--md .g-card_h .g-i-blank {
    margin-left: 10px;
  }
  .g-card-sm {
    font-size: 1.4rem;
  }
  .g-card-sm .g-card_body {
    padding: 15px 0 0;
  }
  .g-card-sm .g-card_h {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .g-card-sm--md {
    font-size: 1.2rem;
  }
  .g-card-sm--md .g-card_body {
    padding: 10px 0 0;
  }
  .g-card-sm--md .g-card_h {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
    text-align: left;
  }
  .g-card-plain .g-card_body {
    padding: 25px 0 0;
  }
  .g-card-plain--md .g-card_body {
    padding: 20px 0 0;
  }
  .g-card-plain--md .g-card_h {
    text-align: left;
  }
  .g-card-event--md .g-card_head {
    background-color: #ebebeb;
  }
  .g-card-event--md .g-card_head a {
    display: block;
    height: 0;
    padding-bottom: 73.076923%;
  }
  .g-card-event--md .g-card_head img {
    position: absolute;
    height: 100%;
    object-fit: contain;
  }
  .g-card-event--md .g-card_calendar {
    margin-top: 0.7em;
  }
  .g-card-event--md .g-card_calendar a {
    display: inline-flex;
    color: #333;
  }
  .g-card-event--md .g-card_calendar .g-i {
    flex-shrink: 0;
    margin-right: 0.5em;
    color: #0989da;
    font-size: 1.8rem;
  }
  .g-carousel_prev, .g-carousel_next {
    font-size: 5rem;
  }
  .g-carousel-def {
    min-height: 199px;
  }
  .g-carousel-def .g-carousel_slide {
    width: 240px;
  }
  .g-carousel-def .g-carousel_img img {
    width: 240px;
    height: 135px;
  }
  .g-carousel-lg .g-carousel_slide a,
  .g-carousel-lg .g-carousel_slide span {
    padding-bottom: 43.75%;
  }
  .g-carousel-lg .g-carousel_slide span {
    padding-bottom: 66.6666667%;
  }
  .g-carousel-lg .g-carousel_data {
    margin: 15px 15px 0;
    font-size: 2rem;
  }
  .g-carousel-lg .g-carousel_prev, .g-carousel-lg .g-carousel_next {
    margin-top: 16%;
  }
  .g-carousel-lg .g-carousel_pagination {
    height: 8px;
    margin-top: 20px;
  }
  .g-carousel-lg .g-carousel_pagination .swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    margin: 0 2.5px;
  }
  .g-carousel-gallery .g-carousel_shoten {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .g-carousel-gallery .g-carousel_full {
    position: absolute;
    right: 0;
    bottom: 1px;
    font-size: 1.6rem;
  }
  .g-carousel-gallery .g-carousel_full .g-i {
    margin-right: 8px;
    font-size: 2.5rem;
  }
  .g-clamp--md[data-clamping='true'] {
    /* stylelint-disable */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* stylelint-enable */
  }
  .g-clearfix--md::before, .g-clearfix--md::after {
    display: table;
    content: '';
  }
  .g-clearfix--md::after {
    clear: both;
  }
  .g-clip--md {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }
  .g-column {
    padding: 20px 15px;
  }
  .g-column--md {
    padding: 20px 15px;
  }
  .g-column--md {
    border: 2px solid #e0e0e0;
    background-color: #f5f5f5;
  }
  .g-column-sm {
    padding: 10px;
  }
  .g-column-sm--md {
    padding: 10px;
  }
  .g-column-thin--md {
    border-width: 1px;
  }
  .g-column-alert--md {
    border-color: #c00;
    background-color: rgba(204, 0, 0, 0.05);
    color: #c00;
  }
  .g-container {
    width: 100%;
    max-width: 1170px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
  }
  .g-container--md {
    width: 100%;
    max-width: 1170px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
  }
  .g-display-f--md {
    display: flex !important;
  }
  .g-display-b--md {
    display: block !important;
  }
  .g-display-ib--md {
    display: inline-block !important;
  }
  .g-display-i--md {
    display: inline !important;
  }
  .g-display-h--md {
    visibility: hidden !important;
  }
  .g-display-v--md {
    visibility: visible !important;
  }
  .g-dl-h--md {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .g-dl-h--md .g-dl_h {
    padding-right: 20px;
    font-weight: 600;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    white-space: nowrap;
  }
  .g-dl-h--md .g-dl_body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .g-dl-h--md .g-dl_data {
    display: block;
    padding: 5px 0;
  }
  .g-dl-v--md .g-dl_h {
    font-weight: 600;
  }
  .g-dl-v--md .g-dl_body + .g-dl_h {
    margin-top: 20px;
  }
  .g-dl-v--md .g-dl_data {
    display: block;
    padding: 5px 0;
  }
  .g-dl-border--md.g-dl-h--md, .g-dl-border--md.g-dl-h, .g-dl-border.g-dl-h--md {
    border-bottom: 1px solid #ccc;
  }
  .g-dl-border--md.g-dl-h--md .g-dl_h,
  .g-dl-border--md.g-dl-h--md .g-dl_body, .g-dl-border--md.g-dl-h .g-dl_h,
  .g-dl-border--md.g-dl-h .g-dl_body, .g-dl-border.g-dl-h--md .g-dl_h,
  .g-dl-border.g-dl-h--md .g-dl_body {
    border-top: 1px solid #ccc;
  }
  .g-dl-border.g-dl-v .g-dl_h {
    font-size: 1.4rem;
  }
  .g-dl-border--md.g-dl-v--md, .g-dl-border--md.g-dl-v, .g-dl-border.g-dl-v--md {
    border-bottom: 1px solid #ccc;
  }
  .g-dl-border--md.g-dl-v--md .g-dl_h, .g-dl-border--md.g-dl-v .g-dl_h, .g-dl-border.g-dl-v--md .g-dl_h {
    border-top: 1px solid #ccc;
    color: #999;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .g-dl-border--md.g-dl-v--md .g-dl_h .g-dl_data, .g-dl-border--md.g-dl-v .g-dl_h .g-dl_data, .g-dl-border.g-dl-v--md .g-dl_h .g-dl_data {
    padding: 12px 0 5px;
  }
  .g-dl-border--md.g-dl-v--md .g-dl_body .g-dl_data, .g-dl-border--md.g-dl-v .g-dl_body .g-dl_data, .g-dl-border.g-dl-v--md .g-dl_body .g-dl_data {
    padding: 0 0 12px;
  }
  .g-dl-border--md.g-dl-v--md .g-dl_body + .g-dl_h, .g-dl-border--md.g-dl-v .g-dl_body + .g-dl_h, .g-dl-border.g-dl-v--md .g-dl_body + .g-dl_h {
    margin-top: 0;
  }
  html[data-states~='ie11'] .g-dl-h--md {
    display: flex;
    flex-wrap: wrap;
  }
  html[data-states~='ie11'] .g-dl-h--md .g-dl_h {
    width: 120px;
  }
  html[data-states~='ie11'] .g-dl-h--md .g-dl_body {
    width: calc(100% - 120px);
  }
  .g-float-l--md {
    float: left !important;
  }
  .g-float-r--md {
    float: right !important;
  }
  .g-float-no--md {
    float: none !important;
  }
  .g-flow--md {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -7px;
  }
  .g-flow--md > * {
    margin: 7px;
  }
  .g-flow-xs--md {
    margin: -2px;
  }
  .g-flow-xs--md > * {
    margin: 2px;
  }
  .g-flow-sm--md {
    margin: -5px;
  }
  .g-flow-sm--md > * {
    margin: 5px;
  }
  .g-flow-lg--md {
    margin: -10px;
  }
  .g-flow-lg--md > * {
    margin: 10px;
  }
  .g-flow-xl--md {
    margin: -15px;
  }
  .g-flow-xl--md > * {
    margin: 15px;
  }
  .g-flow-nowrap--md {
    flex-wrap: nowrap;
  }
  .g-font-xs--md {
    font-size: 1rem;
  }
  .g-font-sm--md {
    font-size: 1.2rem;
  }
  .g-font-md--md {
    font-size: 1.4rem;
  }
  .g-font-lg--md {
    font-size: 1.6rem;
  }
  .g-font-xl--md {
    font-size: 1.8rem;
  }
  .g-foot--md {
    margin-top: 15px;
  }
  .g-foot-xs--md {
    margin-top: 5px;
  }
  .g-foot-sm--md {
    margin-top: 10px;
  }
  .g-foot-lg--md {
    margin-top: 20px;
  }
  .g-foot-xl--md {
    margin-top: 30px;
  }
  .g-full--md {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
  }
  .g-fw--md {
    width: 100% !important;
  }
  .g-grid {
    margin: -20px;
  }
  .g-grid > * {
    padding: 20px;
  }
  .g-grid--md {
    margin: -20px;
  }
  .g-grid--md > * {
    padding: 20px;
  }
  .g-grid--md {
    display: flex;
    align-items: center;
  }
  .g-grid--md > * {
    flex: 1;
    background-clip: content-box;
  }
  .g-grid-xl {
    margin: -33px;
  }
  .g-grid-xl > * {
    padding: 33px;
  }
  .g-grid-xl--md {
    margin: -33px;
  }
  .g-grid-xl--md > * {
    padding: 33px;
  }
  .g-grid-lg {
    margin: -22px;
  }
  .g-grid-lg > * {
    padding: 22px;
  }
  .g-grid-lg--md {
    margin: -22px;
  }
  .g-grid-lg--md > * {
    padding: 22px;
  }
  .g-grid-sm {
    margin: -15px;
  }
  .g-grid-sm > * {
    padding: 15px;
  }
  .g-grid-sm--md {
    margin: -15px;
  }
  .g-grid-sm--md > * {
    padding: 15px;
  }
  .g-grid-1--md {
    flex-wrap: wrap;
  }
  .g-grid-1--md > * {
    width: 100%;
    flex: 0 auto;
  }
  .g-grid-2--md {
    flex-wrap: wrap;
  }
  .g-grid-2--md > * {
    width: 50%;
    flex: 0 auto;
  }
  .g-grid-3--md {
    flex-wrap: wrap;
  }
  .g-grid-3--md > * {
    width: 33.33333%;
    flex: 0 auto;
  }
  .g-grid-4--md {
    flex-wrap: wrap;
  }
  .g-grid-4--md > * {
    width: 25%;
    flex: 0 auto;
  }
  .g-grid-5--md {
    flex-wrap: wrap;
  }
  .g-grid-5--md > * {
    width: 20%;
    flex: 0 auto;
  }
  .g-grid-6--md {
    flex-wrap: wrap;
  }
  .g-grid-6--md > * {
    width: 16.66667%;
    flex: 0 auto;
  }
  .g-h-1 {
    padding: 40px 0;
    margin: 0 0 70px;
    font-size: 3.2rem;
  }
  .g-h-2 {
    margin-bottom: 0.65385em;
    font-size: 2.6rem;
  }
  .g-h-3 {
    font-size: 2rem;
  }
  .g-head--md {
    margin-bottom: 15px;
  }
  .g-head-xs--md {
    margin-bottom: 5px;
  }
  .g-head-sm--md {
    margin-bottom: 10px;
  }
  .g-head-lg--md {
    margin-bottom: 20px;
  }
  .g-head-xl--md {
    margin-bottom: 30px;
  }
  .g-hero {
    margin-bottom: 30px;
  }
  .g-hidden--md {
    display: none !important;
  }
  .g-hr--md {
    display: block;
    height: 4px;
    border: 0;
    margin: 60px 0;
    background-color: #ebebeb;
  }
  .g-hr-thin--md {
    height: 1px;
    background-color: #ccc;
  }
  .g-hr-sm {
    margin: 30px 0;
  }
  .g-hr-sm--md {
    margin: 30px 0;
  }
  .g-iconBtn--md {
    display: inline-block;
    padding: 0;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border-radius: 100%;
    color: #c00;
    cursor: pointer;
    font-size: 1.5rem;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .g-iconBtn--md:disabled, .g-iconBtn--md[aria-disabled='true'] {
    border-color: #ddd;
    background-color: #ddd;
    color: #a5a5a5;
    pointer-events: none;
  }
  html[data-states~='no-touch'] .g-iconBtn--md:hover {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  .g-iconBtn--md .g-iconBtn_inner {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none !important;
  }
  .g-input {
    padding: 10px;
  }
  .g-label {
    font-size: 1.2rem;
  }
  .g-link--md {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
  }
  html[data-states~='no-touch'] .g-link--md:hover {
    text-decoration: none;
  }
  html[data-states~='no-touch'] .g-link--md:hover span {
    text-decoration: underline;
  }
  .g-link--md .g-i {
    color: #c00;
    font-size: 1.2rem;
  }
  .g-link--md .g-i:first-child {
    margin-right: 10px;
  }
  .g-link--md .g-i:last-child {
    margin-left: 10px;
  }
  .g-link--md .g-i-link {
    display: inline-flex;
    width: 6rem;
    align-items: center;
  }
  .g-link--md .g-i-link::before {
    font-size: 6rem;
    transform: translateY(-6px);
  }
  .g-link--md .g-i-blank {
    margin-left: 10px;
    font-size: 1.4rem;
  }
  .g-link-u--md {
    text-decoration: underline;
  }
  html[data-states~='no-touch'] .g-link-u--md:hover {
    text-decoration: none;
  }
  .g-list--md {
    counter-reset: g-list;
  }
  .g-list--md > * {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .g-list--md > *::before {
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    counter-increment: g-list;
    text-indent: 0;
    white-space: nowrap;
  }
  .g-list--md > * * {
    text-indent: 0;
  }
  .g-list-note--md {
    margin-top: 0.5em;
    color: #999;
    font-size: 1.2rem;
  }
  .g-list-note--md:first-child {
    margin-top: 0;
  }
  .g-list-note--md > *::before {
    content: '※';
  }
  .g-list-ref--md {
    margin-top: 0.5em;
    color: #999;
    font-size: 1.2rem;
  }
  .g-list-ref--md:first-child {
    margin-top: 0;
  }
  .g-list-ref--md > * {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .g-list-ref--md > *::before {
    width: 2em;
    content: "※" counter(g-list, decimal);
  }
  .g-list-ref--md > *:nth-last-child(n + 10),
  .g-list-ref--md > *:nth-last-child(n + 10) ~ * {
    padding-left: 3em;
    text-indent: -3em;
  }
  .g-list-ref--md > *:nth-last-child(n + 10)::before,
  .g-list-ref--md > *:nth-last-child(n + 10) ~ *::before {
    width: 2.5em;
  }
  .g-list-ref--md > *:nth-last-child(n + 100),
  .g-list-ref--md > *:nth-last-child(n + 100) ~ * {
    padding-left: 4em;
    text-indent: -4em;
  }
  .g-list-ref--md > *:nth-last-child(n + 100)::before,
  .g-list-ref--md > *:nth-last-child(n + 100) ~ *::before {
    width: 3.5em;
  }
  .g-list-disc--md > *::before {
    background: radial-gradient(circle at 0.5em 0.75em, #000 2px, transparent 2px);
    content: '\200B';
  }
  .g-list-decimal--md > *::before {
    content: counter(g-list, decimal) ".";
    text-align: right;
  }
  .g-list-decimal--md > *:nth-last-child(n + 10),
  .g-list-decimal--md > *:nth-last-child(n + 10) ~ * {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .g-list-decimal--md > *:nth-last-child(n + 10)::before,
  .g-list-decimal--md > *:nth-last-child(n + 10) ~ *::before {
    width: 2em;
  }
  .g-list-decimal--md > *:nth-last-child(n + 100),
  .g-list-decimal--md > *:nth-last-child(n + 100) ~ * {
    padding-left: 3em;
    text-indent: -3em;
  }
  .g-list-decimal--md > *:nth-last-child(n + 100)::before,
  .g-list-decimal--md > *:nth-last-child(n + 100) ~ *::before {
    width: 2.5em;
  }
  .g-mb-0--md {
    margin-bottom: 0px !important;
  }
  .g-mb-5--md {
    margin-bottom: 5px !important;
  }
  .g-mb-10--md {
    margin-bottom: 10px !important;
  }
  .g-mb-15--md {
    margin-bottom: 15px !important;
  }
  .g-mb-20--md {
    margin-bottom: 20px !important;
  }
  .g-mb-25--md {
    margin-bottom: 25px !important;
  }
  .g-mb-30--md {
    margin-bottom: 30px !important;
  }
  .g-mb-35--md {
    margin-bottom: 35px !important;
  }
  .g-mb-40--md {
    margin-bottom: 40px !important;
  }
  .g-mb-45--md {
    margin-bottom: 45px !important;
  }
  .g-mb-50--md {
    margin-bottom: 50px !important;
  }
  .g-media--md {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
  .g-media--md .g-media_head {
    padding-right: 20px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .g-media--md .g-media_head img {
    width: 100%;
  }
  .g-media--md .g-media_body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .g-media--md .g-media_foot {
    padding-top: 10px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .g-media--md .g-media_h {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .g-media .g-media_head {
    width: 220px;
  }
  .g-media--md .g-media_head {
    width: 220px;
  }
  .g-media-sm .g-media_head {
    width: 170px;
  }
  .g-media-sm--md .g-media_head {
    width: 170px;
  }
  .g-media-lg .g-media_head {
    width: 320px;
  }
  .g-media-lg--md .g-media_head {
    width: 320px;
  }
  .g-media-xl .g-media_head {
    width: 480px;
    padding-right: 30px;
  }
  .g-media-xl .g-media_h {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .g-media-xl .g-media_h .g-i-blank {
    margin-left: 10px;
  }
  .g-media-xl--md .g-media_head {
    width: 480px;
    padding-right: 30px;
  }
  .g-media-xl--md .g-media_h {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .g-media-xl--md .g-media_h .g-i-blank {
    margin-left: 10px;
  }
  .g-media-row--md {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .g-media-row--md .g-media_head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .g-media-row--md .g-media_foot {
    padding-top: 0;
    padding-left: 20px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .g-menuBtn--md {
    display: flex;
    width: 60px;
    height: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
    font-size: 1.2rem;
  }
  .g-menuBtn--md[aria-expanded='true'] .g-menuBtn_i::before {
    bottom: 0;
    transform: rotate(135deg);
  }
  .g-menuBtn--md[aria-expanded='true'] .g-menuBtn_i::after {
    top: 0;
    transform: rotate(-135deg);
  }
  .g-menuBtn--md[aria-expanded='true'] .g-menuBtn_i span {
    opacity: 0;
  }
  .g-menuBtn--md .g-menuBtn_i {
    position: relative;
    display: block;
    width: 32px;
    height: 20px;
    margin: 5px 0;
  }
  .g-menuBtn--md .g-menuBtn_i::before, .g-menuBtn--md .g-menuBtn_i::after,
  .g-menuBtn--md .g-menuBtn_i span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #333;
    content: '';
    transition: transform 0.2s, opacity 0.2s;
  }
  .g-menuBtn--md .g-menuBtn_i::before {
    top: 0;
  }
  .g-menuBtn--md .g-menuBtn_i::after {
    bottom: 0;
  }
  .g-menuBtn--md .g-menuBtn_i span {
    top: 0;
    bottom: 0;
  }
  .g-ml-0--md {
    margin-left: 0px !important;
  }
  .g-ml-5--md {
    margin-left: 5px !important;
  }
  .g-ml-10--md {
    margin-left: 10px !important;
  }
  .g-ml-15--md {
    margin-left: 15px !important;
  }
  .g-ml-20--md {
    margin-left: 20px !important;
  }
  .g-ml-25--md {
    margin-left: 25px !important;
  }
  .g-ml-30--md {
    margin-left: 30px !important;
  }
  .g-ml-35--md {
    margin-left: 35px !important;
  }
  .g-ml-40--md {
    margin-left: 40px !important;
  }
  .g-ml-45--md {
    margin-left: 45px !important;
  }
  .g-ml-50--md {
    margin-left: 50px !important;
  }
  .g-modal {
    padding: 80px 90px 20px;
  }
  .g-modal_close {
    width: 120px;
    height: 120px;
    font-size: 4.6rem;
  }
  .g-modal_content {
    max-width: 1180px;
    padding: 60px;
  }
  html[data-states~='no-close'] .g-modal {
    padding: 20px 90px;
  }
  .g-mr-0--md {
    margin-right: 0px !important;
  }
  .g-mr-5--md {
    margin-right: 5px !important;
  }
  .g-mr-10--md {
    margin-right: 10px !important;
  }
  .g-mr-15--md {
    margin-right: 15px !important;
  }
  .g-mr-20--md {
    margin-right: 20px !important;
  }
  .g-mr-25--md {
    margin-right: 25px !important;
  }
  .g-mr-30--md {
    margin-right: 30px !important;
  }
  .g-mr-35--md {
    margin-right: 35px !important;
  }
  .g-mr-40--md {
    margin-right: 40px !important;
  }
  .g-mr-45--md {
    margin-right: 45px !important;
  }
  .g-mr-50--md {
    margin-right: 50px !important;
  }
  .g-mt-0--md {
    margin-top: 0px !important;
  }
  .g-mt-5--md {
    margin-top: 5px !important;
  }
  .g-mt-10--md {
    margin-top: 10px !important;
  }
  .g-mt-15--md {
    margin-top: 15px !important;
  }
  .g-mt-20--md {
    margin-top: 20px !important;
  }
  .g-mt-25--md {
    margin-top: 25px !important;
  }
  .g-mt-30--md {
    margin-top: 30px !important;
  }
  .g-mt-35--md {
    margin-top: 35px !important;
  }
  .g-mt-40--md {
    margin-top: 40px !important;
  }
  .g-mt-45--md {
    margin-top: 45px !important;
  }
  .g-mt-50--md {
    margin-top: 50px !important;
  }
  .g-nowrap--md {
    white-space: nowrap !important;
  }
  .g-nowrap-no--md {
    white-space: normal !important;
  }
  .g-overflow-h--md {
    overflow: hidden !important;
  }
  .g-pagination {
    margin-top: 80px;
  }
  .g-pagination ol {
    font-size: 1.8rem;
  }
  .g-pagination li {
    border-width: 1px;
    margin-left: -1px;
  }
  .g-pagination a,
  .g-pagination span {
    width: 50px;
    height: 50px;
  }
  .g-pagination .g-i {
    font-size: 3.2rem;
  }
  .g-section {
    margin-top: 80px;
  }
  .g-section--md {
    margin-top: 80px;
  }
  .g-section-xs {
    margin-top: 20px;
  }
  .g-section-xs--md {
    margin-top: 20px;
  }
  .g-section-sm {
    margin-top: 40px;
  }
  .g-section-sm--md {
    margin-top: 40px;
  }
  .g-section-lg {
    margin-top: 80px;
  }
  .g-section-lg--md {
    margin-top: 80px;
  }
  .g-similar-map {
    padding-bottom: 31.4159292%;
  }
  .g-similar-panorama {
    padding-bottom: 37.5%;
  }
  .g-sns-square .g-sns_btn {
    width: 100px;
  }
  .g-sns-square li:nth-child(n + 2) {
    margin-left: 10px;
  }
  .g-stack--md > *:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .g-stack-xs--md > *:nth-child(n + 2) {
    margin-top: 5px !important;
  }
  .g-stack-sm--md > *:nth-child(n + 2) {
    margin-top: 10px !important;
  }
  .g-stack-lg--md > *:nth-child(n + 2) {
    margin-top: 20px !important;
  }
  .g-stack-xl--md > *:nth-child(n + 2) {
    margin-top: 30px !important;
  }
  .g-table--md .g-table_el {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    border-spacing: 0;
  }
  .g-table--md .g-table_th,
  .g-table--md .g-table_td {
    padding: 1em 20px;
  }
  .g-table--md .g-table_th {
    border-right: 2px solid #fff;
    background-color: #ebebeb;
  }
  .g-table--md .g-table_th:last-child {
    border-right-color: #e0e0e0;
  }
  .g-table--md .g-table_td {
    border-right: 2px solid #e0e0e0;
    background-color: #fff;
  }
  .g-table--md .g-table_tr:nth-child(odd) .g-table_td {
    background-color: #f5f5f5;
  }
  .g-table-scroll--md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .g-table-scroll--md .g-table_wrapper {
    float: left;
  }
  .g-table-scroll--md .g-table_el {
    white-space: nowrap;
  }
  .g-textBtn--md {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
  }
  .g-textBtn--md:disabled, .g-textBtn--md[aria-disabled='true'] {
    color: #a5a5a5;
    pointer-events: none;
  }
  .g-textBtn--md .g-textBtn_i:first-child {
    margin-right: 0.5em;
  }
  .g-textBtn--md .g-textBtn_i:last-child {
    margin-left: 0.5em;
  }
  .g-textarea {
    padding: 10px;
  }
  .g-u--md {
    text-decoration: underline !important;
  }
  .g-zoomableBtn--md {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
  }
  .g-zoomableBtn--md .g-zoomableBtn_img {
    transition: opacity 0.2s;
  }
  html[data-states~='no-touch'] .g-zoomableBtn--md .g-zoomableBtn_img:hover {
    opacity: 0.7;
  }
  .g-zoomableBtn--md .g-zoomableBtn_i {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    pointer-events: none;
  }
  .g-filter_h {
    pointer-events: none;
  }
  .g-filter_h .g-i {
    display: none;
  }
  .g-filter_body {
    height: auto !important;
  }
  .g-filter_list + .g-filter_list {
    border-width: 2px;
  }
  .g-footer {
    padding: 60px 0;
    margin-top: 150px;
  }
  .g-footer_row {
    display: flex;
  }
  .g-footer_col {
    flex: 1;
    padding-top: 50px;
    border-top: 1px solid #5e5e5e;
  }
  .g-footer_col:nth-child(n + 2) {
    margin-left: 60px;
  }
  .g-footer_logo img {
    width: 179px;
    height: 45px;
  }
  .g-footer .g-service {
    justify-content: flex-start;
    margin: 35px 0 0 -10px;
  }
  .g-footer_nav {
    margin-top: 45px;
  }
  .g-footer_nav:first-child,
  .g-footer_nav + .g-footer_nav {
    margin-top: 0;
  }
  .g-footer_nav li {
    margin: 0.6em 0;
  }
  .g-footer_nav > li:first-child {
    margin-top: 0;
  }
  .g-footer_nav ul {
    margin-left: 1em;
  }
  .g-goBack {
    margin-top: 60px;
  }
  .g-layout {
    margin: 15px 0;
  }
  .g-layout_l {
    flex: 1;
  }
  .g-layout_r {
    width: 260px;
    flex-shrink: 0;
    margin-left: 30px;
    background-color: #ebebeb;
  }
  .g-lead {
    margin: 40px 0 70px;
  }
  .g-lead-withHeading {
    margin-top: -30px;
  }
  .g-lead-withCategory {
    margin-top: -50px;
  }
  .g-lead-withCategory .g-lead_category {
    margin-bottom: 55px;
  }
  .g-pdf .g-i-book {
    font-size: 3rem;
  }
  .g-search_input {
    padding: 15px;
    font-size: 1.8rem;
  }
  .g-search_submit {
    width: 60px;
    font-size: 3.4rem;
  }
}

@media (min-width: 1400px) {
  /**/
}

@media (max-width: 768px) {
  /**/
  input,
  textarea,
  select {
    font-size: 1.6rem;
  }
  .g-accordionBtn--smo {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .g-accordionBtn--smo:disabled, .g-accordionBtn--smo[aria-disabled='true'] {
    border-color: #ddd;
    background-color: #ddd;
    color: #a5a5a5;
    pointer-events: none;
  }
  html[data-states~='no-touch'] .g-accordionBtn--smo:hover {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-accordionBtn--smo:hover .g-accordionBtn_i::before, html[data-states~='no-touch'] .g-accordionBtn--smo:hover .g-accordionBtn_i::after {
    background-color: #fff;
  }
  .g-accordionBtn--smo .g-accordionBtn_i {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-left: 0.5em;
  }
  .g-accordionBtn--smo .g-accordionBtn_i::before, .g-accordionBtn--smo .g-accordionBtn_i::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #c00;
    content: '';
    transition: transform 0.2s;
  }
  .g-accordionBtn--smo .g-accordionBtn_i::after {
    transform: rotate(90deg);
  }
  .g-accordionBtn--smo[aria-expanded='true'] .g-accordionBtn_label::before, .g-accordionBtn--smo[data-clamped='false'] .g-accordionBtn_label::before {
    content: attr(data-expanded);
  }
  .g-accordionBtn--smo[aria-expanded='true'] .g-accordionBtn_i::after, .g-accordionBtn--smo[data-clamped='false'] .g-accordionBtn_i::after {
    transform: rotate(0deg);
  }
  .g-accordionBtn--smo[aria-expanded='false'] .g-accordionBtn_label::before, .g-accordionBtn--smo[data-clamped='true'] .g-accordionBtn_label::before {
    content: attr(data-collapsed);
  }
  .g-accordionBtn--smo[data-clamped]:disabled, .g-accordionBtn--smo[data-clamped][aria-disabled='true'] {
    visibility: hidden;
  }
  .g-align-l--smo {
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .g-align-c--smo {
    justify-content: center !important;
    text-align: center !important;
  }
  .g-align-r--smo {
    justify-content: flex-end !important;
    text-align: right !important;
  }
  .g-align-t--smo {
    align-items: stretch !important;
    vertical-align: top !important;
  }
  .g-align-m--smo {
    align-items: center !important;
    vertical-align: center !important;
  }
  .g-align-b--smo {
    align-items: flex-end !important;
    vertical-align: bottom !important;
  }
  .g-align-l-self--smo {
    justify-self: flex-start !important;
  }
  .g-align-c-self--smo {
    -ms-grid-column-align: center !important;
        justify-self: center !important;
  }
  .g-align-r-self--smo {
    justify-self: flex-end !important;
  }
  .g-align-t-self--smo {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .g-align-m-self--smo {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .g-align-b-self--smo {
    align-self: flex-end !important;
  }
  .g-avatar--smo {
    overflow: hidden;
    width: 100px;
    height: 100px;
  }
  .g-avatar--smo img {
    width: 100%;
    height: auto;
  }
  .g-avatar-sm--smo {
    width: 50px;
    height: 50px;
  }
  .g-avatar-circle--smo {
    border-radius: 100%;
  }
  .g-avatar-square--smo {
    border-radius: 5px;
  }
  .g-bg--smo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .g-bg-sm--smo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .g-bg-gray--smo {
    background-color: #ebebeb;
  }
  .g-bold--smo {
    font-weight: bold !important;
  }
  .g-bold-no--smo {
    font-weight: normal !important;
  }
  .g-box--smo {
    min-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .g-box-neg--smo {
    margin-right: -17px;
    margin-left: -17px;
  }
  .g-breadcrumb:not(:only-child):first-child {
    display: none;
  }
  .g-btnGroup--smo {
    margin-top: 40px;
  }
  .g-btnGroup--smo .g-btnGroup_inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .g-btnGroup-sm--smo {
    margin-top: 20px;
  }
  .g-btnGroup-h--smo .g-btnGroup_inner {
    position: relative;
    margin: -10px;
  }
  .g-btnGroup-h--smo .g-btnGroup_inner > * {
    margin: 10px;
  }
  .g-btnGroup-h--smo .g-btnGroup_l,
  .g-btnGroup-h--smo .g-btnGroup_r {
    position: absolute;
    top: 10px;
    margin: 0;
  }
  .g-btnGroup-h--smo .g-btnGroup_l {
    left: 10px;
  }
  .g-btnGroup-h--smo .g-btnGroup_r {
    right: 10px;
  }
  .g-btnGroup-v--smo .g-btnGroup_inner {
    flex-direction: column;
    margin: -7px 0;
  }
  .g-btnGroup-v--smo .g-btnGroup_inner > * {
    margin: 7px 0;
  }
  .g-btnGroup-v--smo .g-btnGroup_l {
    order: -1;
  }
  .g-btnGroup-v--smo .g-btnGroup_r {
    order: 1;
  }
  .g-btnGroup-rv--smo.g-btnGroup-h--smo .g-btnGroup_inner, .g-btnGroup-rv--smo.g-btnGroup-h .g-btnGroup_inner, .g-btnGroup-rv.g-btnGroup-h--smo .g-btnGroup_inner {
    flex-direction: row-reverse;
  }
  .g-btnGroup-rv--smo.g-btnGroup-h--smo .g-btnGroup_l, .g-btnGroup-rv--smo.g-btnGroup-h .g-btnGroup_l, .g-btnGroup-rv.g-btnGroup-h--smo .g-btnGroup_l {
    right: 10px;
    left: auto;
  }
  .g-btnGroup-rv--smo.g-btnGroup-h--smo .g-btnGroup_r, .g-btnGroup-rv--smo.g-btnGroup-h .g-btnGroup_r, .g-btnGroup-rv.g-btnGroup-h--smo .g-btnGroup_r {
    right: auto;
    left: 10px;
  }
  .g-btnGroup-rv--smo.g-btnGroup-v--smo .g-btnGroup_inner, .g-btnGroup-rv--smo.g-btnGroup-v .g-btnGroup_inner, .g-btnGroup-rv.g-btnGroup-v--smo .g-btnGroup_inner {
    flex-direction: column-reverse;
  }
  .g-btn--smo {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .g-btn--smo:disabled, .g-btn--smo[aria-disabled='true'] {
    border-color: #ddd;
    background-color: #ddd;
    color: #a5a5a5;
    pointer-events: none;
  }
  .g-btn--smo .g-btn_inner {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    color: inherit;
    text-decoration: none !important;
  }
  .g-btn--smo .g-btn_i:first-child {
    margin-right: 0.5em;
  }
  .g-btn--smo .g-btn_i:last-child {
    margin-left: 0.5em;
  }
  .g-btn--smo {
    min-width: 100%;
  }
  .g-btn-sm--smo .g-btn_inner {
    min-height: 40px;
    padding: 2px 15px;
  }
  .g-btn-sm--smo {
    min-width: 100%;
  }
  .g-btn-def--smo {
    border-color: #e0e0e0;
    background-color: #fff;
    color: #333;
  }
  html[data-states~='no-touch'] .g-btn-def--smo:hover {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-btn-def--smo:hover .g-btn_i {
    color: #fff;
  }
  .g-btn-def--smo .g-btn_i {
    color: #c00;
  }
  .g-btn-primary--smo {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-btn-primary--smo:hover {
    border-color: #e75b5b;
    background-color: #e75b5b;
  }
  .g-btn-secondary--smo {
    border-color: #666;
    background-color: #666;
    color: #fff;
  }
  html[data-states~='no-touch'] .g-btn-secondary--smo:hover {
    border-color: #999;
    background-color: #999;
  }
  .g-btn-link--smo {
    position: relative;
  }
  .g-btn-link--smo .g-btn_label ~ .g-i {
    position: absolute;
    right: 15px;
    display: inline-flex;
    width: 6rem;
    align-items: center;
  }
  .g-btn-link--smo .g-btn_label ~ .g-i::before {
    font-size: 6rem;
    transform: translateY(-6px);
  }
  .g-btn-link.g-btn-sm .g-btn_label ~ .g-i {
    width: 5rem;
  }
  .g-btn-link.g-btn-sm .g-btn_label ~ .g-i::before {
    font-size: 5rem;
    transform: translateY(-5px);
  }
  .g-btn-link--smo.g-btn-sm--smo .g-btn_label ~ .g-i, .g-btn-link--smo.g-btn-sm .g-btn_label ~ .g-i, .g-btn-link.g-btn-sm--smo .g-btn_label ~ .g-i {
    width: 5rem;
  }
  .g-btn-link--smo.g-btn-sm--smo .g-btn_label ~ .g-i::before, .g-btn-link--smo.g-btn-sm .g-btn_label ~ .g-i::before, .g-btn-link.g-btn-sm--smo .g-btn_label ~ .g-i::before {
    font-size: 5rem;
    transform: translateY(-5px);
  }
  .g-btn-rensou--smo, .g-btn-word--smo {
    color: #fff;
  }
  .g-btn-rensou--smo .g-btn_label, .g-btn-word--smo .g-btn_label {
    padding-right: 6.5rem;
  }
  .g-btn-rensou .g-btn_label, .g-btn-word .g-btn_label {
    padding-right: 2.8rem;
  }
  .g-btn-rensou .g-i-link-sm, .g-btn-word .g-i-link-sm {
    right: 10px !important;
    width: 2.3rem !important;
  }
  .g-btn-rensou .g-i-link-sm::before, .g-btn-word .g-i-link-sm::before {
    font-size: 2.3rem !important;
    transform: translateY(-3px) !important;
  }
  .g-btn-rensou--smo .g-btn_label, .g-btn-word--smo .g-btn_label {
    padding-right: 2.8rem;
  }
  .g-btn-rensou--smo .g-i-link-sm, .g-btn-word--smo .g-i-link-sm {
    right: 10px !important;
    width: 2.3rem !important;
  }
  .g-btn-rensou--smo .g-i-link-sm::before, .g-btn-word--smo .g-i-link-sm::before {
    font-size: 2.3rem !important;
    transform: translateY(-3px) !important;
  }
  .g-btn-rensou--smo {
    border-color: #e47d03;
    background-color: #e47d03;
  }
  html[data-states~='no-touch'] .g-btn-rensou--smo:hover {
    border-color: #e29942;
    background-color: #e29942;
  }
  .g-btn-word--smo {
    border-color: #0c83d6;
    background-color: #0c83d6;
  }
  html[data-states~='no-touch'] .g-btn-word--smo:hover {
    border-color: #479dd9;
    background-color: #479dd9;
  }
  .g-butterfly--smo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
  }
  .g-butterfly--smo > * {
    margin: 10px;
  }
  .g-butterfly--smo > *:nth-child(2) {
    margin-left: auto;
  }
  .g-butterfly-nowrap--smo {
    flex-wrap: nowrap;
  }
  .g-card .g-card_foot {
    font-size: 1.6rem;
  }
  .g-card--smo {
    background-color: #fff;
  }
  .g-card--smo a {
    color: #c00;
  }
  .g-card--smo .g-card_head {
    position: relative;
  }
  .g-card--smo .g-card_head img {
    width: 100%;
    height: auto;
  }
  .g-card--smo .g-label {
    min-width: 100px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .g-card--smo .g-card_labels {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .g-card--smo .g-card_body {
    padding: 20px 15px 10px;
  }
  .g-card--smo .g-card_foot {
    padding: 0 15px 20px;
    text-align: right;
  }
  .g-card--smo .g-card_h {
    margin-bottom: 0.7em;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  .g-card--smo .g-card_h .g-i-blank {
    margin-left: 10px;
  }
  .g-card-sm--smo {
    font-size: 1.2rem;
  }
  .g-card-sm--smo .g-card_body {
    padding: 10px 0 0;
  }
  .g-card-sm--smo .g-card_h {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
    text-align: left;
  }
  .g-card-plain--smo .g-card_body {
    padding: 20px 0 0;
  }
  .g-card-plain--smo .g-card_h {
    text-align: left;
  }
  .g-card-event--smo .g-card_head {
    background-color: #ebebeb;
  }
  .g-card-event--smo .g-card_head a {
    display: block;
    height: 0;
    padding-bottom: 73.076923%;
  }
  .g-card-event--smo .g-card_head img {
    position: absolute;
    height: 100%;
    object-fit: contain;
  }
  .g-card-event--smo .g-card_calendar {
    margin-top: 0.7em;
  }
  .g-card-event--smo .g-card_calendar a {
    display: inline-flex;
    color: #333;
  }
  .g-card-event--smo .g-card_calendar .g-i {
    flex-shrink: 0;
    margin-right: 0.5em;
    color: #0989da;
    font-size: 1.8rem;
  }
  .g-carousel-lg .g-carousel_h {
    display: none;
  }
  .g-carousel-gallery .g-carousel_prev, .g-carousel-gallery .g-carousel_next {
    font-size: 2.6rem;
  }
  .g-clamp--smo[data-clamping='true'] {
    /* stylelint-disable */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* stylelint-enable */
  }
  .g-clearfix--smo::before, .g-clearfix--smo::after {
    display: table;
    content: '';
  }
  .g-clearfix--smo::after {
    clear: both;
  }
  .g-clip--smo {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }
  .g-column--smo {
    padding: 20px 10px;
  }
  .g-column--smo {
    border: 2px solid #e0e0e0;
    background-color: #f5f5f5;
  }
  .g-column-sm--smo {
    padding: 10px;
  }
  .g-column-thin--smo {
    border-width: 1px;
  }
  .g-column-alert--smo {
    border-color: #c00;
    background-color: rgba(204, 0, 0, 0.05);
    color: #c00;
  }
  .g-container--smo {
    width: 100%;
    max-width: 100%;
    padding-right: 17px;
    padding-left: 17px;
    margin: auto;
  }
  .g-display-f--smo {
    display: flex !important;
  }
  .g-display-b--smo {
    display: block !important;
  }
  .g-display-ib--smo {
    display: inline-block !important;
  }
  .g-display-i--smo {
    display: inline !important;
  }
  .g-display-h--smo {
    visibility: hidden !important;
  }
  .g-display-v--smo {
    visibility: visible !important;
  }
  .g-dl-h--smo {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .g-dl-h--smo .g-dl_h {
    padding-right: 20px;
    font-weight: 600;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    white-space: nowrap;
  }
  .g-dl-h--smo .g-dl_body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .g-dl-h--smo .g-dl_data {
    display: block;
    padding: 5px 0;
  }
  .g-dl-v--smo .g-dl_h {
    font-weight: 600;
  }
  .g-dl-v--smo .g-dl_body + .g-dl_h {
    margin-top: 20px;
  }
  .g-dl-v--smo .g-dl_data {
    display: block;
    padding: 5px 0;
  }
  .g-dl-border--smo.g-dl-h--smo, .g-dl-border--smo.g-dl-h, .g-dl-border.g-dl-h--smo {
    border-bottom: 1px solid #ccc;
  }
  .g-dl-border--smo.g-dl-h--smo .g-dl_h,
  .g-dl-border--smo.g-dl-h--smo .g-dl_body, .g-dl-border--smo.g-dl-h .g-dl_h,
  .g-dl-border--smo.g-dl-h .g-dl_body, .g-dl-border.g-dl-h--smo .g-dl_h,
  .g-dl-border.g-dl-h--smo .g-dl_body {
    border-top: 1px solid #ccc;
  }
  .g-dl-border--smo.g-dl-v--smo, .g-dl-border--smo.g-dl-v, .g-dl-border.g-dl-v--smo {
    border-bottom: 1px solid #ccc;
  }
  .g-dl-border--smo.g-dl-v--smo .g-dl_h, .g-dl-border--smo.g-dl-v .g-dl_h, .g-dl-border.g-dl-v--smo .g-dl_h {
    border-top: 1px solid #ccc;
    color: #999;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .g-dl-border--smo.g-dl-v--smo .g-dl_h .g-dl_data, .g-dl-border--smo.g-dl-v .g-dl_h .g-dl_data, .g-dl-border.g-dl-v--smo .g-dl_h .g-dl_data {
    padding: 12px 0 5px;
  }
  .g-dl-border--smo.g-dl-v--smo .g-dl_body .g-dl_data, .g-dl-border--smo.g-dl-v .g-dl_body .g-dl_data, .g-dl-border.g-dl-v--smo .g-dl_body .g-dl_data {
    padding: 0 0 12px;
  }
  .g-dl-border--smo.g-dl-v--smo .g-dl_body + .g-dl_h, .g-dl-border--smo.g-dl-v .g-dl_body + .g-dl_h, .g-dl-border.g-dl-v--smo .g-dl_body + .g-dl_h {
    margin-top: 0;
  }
  html[data-states~='ie11'] .g-dl-h--smo {
    display: flex;
    flex-wrap: wrap;
  }
  html[data-states~='ie11'] .g-dl-h--smo .g-dl_h {
    width: 120px;
  }
  html[data-states~='ie11'] .g-dl-h--smo .g-dl_body {
    width: calc(100% - 120px);
  }
  .g-dropdown-brand {
    width: 100%;
  }
  .g-dropdown-brand .g-dropdown_i {
    font-size: 1.3rem;
  }
  .g-dropdown-brand .g-dropdown_label {
    min-height: 55px;
    font-size: 1.7rem;
  }
  .g-float-l--smo {
    float: left !important;
  }
  .g-float-r--smo {
    float: right !important;
  }
  .g-float-no--smo {
    float: none !important;
  }
  .g-flow--smo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -7px;
  }
  .g-flow--smo > * {
    margin: 7px;
  }
  .g-flow-xs--smo {
    margin: -2px;
  }
  .g-flow-xs--smo > * {
    margin: 2px;
  }
  .g-flow-sm--smo {
    margin: -5px;
  }
  .g-flow-sm--smo > * {
    margin: 5px;
  }
  .g-flow-lg--smo {
    margin: -10px;
  }
  .g-flow-lg--smo > * {
    margin: 10px;
  }
  .g-flow-xl--smo {
    margin: -15px;
  }
  .g-flow-xl--smo > * {
    margin: 15px;
  }
  .g-flow-nowrap--smo {
    flex-wrap: nowrap;
  }
  .g-font-xs--smo {
    font-size: 1rem;
  }
  .g-font-sm--smo {
    font-size: 1.2rem;
  }
  .g-font-md--smo {
    font-size: 1.4rem;
  }
  .g-font-lg--smo {
    font-size: 1.6rem;
  }
  .g-font-xl--smo {
    font-size: 1.8rem;
  }
  .g-foot--smo {
    margin-top: 15px;
  }
  .g-foot-xs--smo {
    margin-top: 5px;
  }
  .g-foot-sm--smo {
    margin-top: 10px;
  }
  .g-foot-lg--smo {
    margin-top: 20px;
  }
  .g-foot-xl--smo {
    margin-top: 30px;
  }
  .g-full--smo {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
  }
  .g-fw--smo {
    width: 100% !important;
  }
  .g-grid--smo {
    margin: -20px -10px;
  }
  .g-grid--smo > * {
    padding: 20px 10px;
  }
  .g-grid--smo {
    display: flex;
    align-items: center;
  }
  .g-grid--smo > * {
    flex: 1;
    background-clip: content-box;
  }
  .g-grid-xl--smo {
    margin: -20px;
  }
  .g-grid-xl--smo > * {
    padding: 20px;
  }
  .g-grid-lg--smo {
    margin: -12px;
  }
  .g-grid-lg--smo > * {
    padding: 12px;
  }
  .g-grid-sm--smo {
    margin: -15px -10px;
  }
  .g-grid-sm--smo > * {
    padding: 15px 10px;
  }
  .g-grid-1--smo {
    flex-wrap: wrap;
  }
  .g-grid-1--smo > * {
    width: 100%;
    flex: 0 auto;
  }
  .g-grid-2--smo {
    flex-wrap: wrap;
  }
  .g-grid-2--smo > * {
    width: 50%;
    flex: 0 auto;
  }
  .g-grid-3--smo {
    flex-wrap: wrap;
  }
  .g-grid-3--smo > * {
    width: 33.33333%;
    flex: 0 auto;
  }
  .g-grid-4--smo {
    flex-wrap: wrap;
  }
  .g-grid-4--smo > * {
    width: 25%;
    flex: 0 auto;
  }
  .g-grid-5--smo {
    flex-wrap: wrap;
  }
  .g-grid-5--smo > * {
    width: 20%;
    flex: 0 auto;
  }
  .g-grid-6--smo {
    flex-wrap: wrap;
  }
  .g-grid-6--smo > * {
    width: 16.66667%;
    flex: 0 auto;
  }
  .g-h-4 {
    font-size: 1.5rem;
  }
  .g-head--smo {
    margin-bottom: 15px;
  }
  .g-head-xs--smo {
    margin-bottom: 5px;
  }
  .g-head-sm--smo {
    margin-bottom: 10px;
  }
  .g-head-lg--smo {
    margin-bottom: 20px;
  }
  .g-head-xl--smo {
    margin-bottom: 30px;
  }
  .g-hidden--smo {
    display: none !important;
  }
  .g-hr--smo {
    display: block;
    height: 4px;
    border: 0;
    margin: 60px 0;
    background-color: #ebebeb;
  }
  .g-hr-thin--smo {
    height: 1px;
    background-color: #ccc;
  }
  .g-hr-sm--smo {
    margin: 25px 0;
  }
  .g-iconBtn--smo {
    display: inline-block;
    padding: 0;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border-radius: 100%;
    color: #c00;
    cursor: pointer;
    font-size: 1.5rem;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .g-iconBtn--smo:disabled, .g-iconBtn--smo[aria-disabled='true'] {
    border-color: #ddd;
    background-color: #ddd;
    color: #a5a5a5;
    pointer-events: none;
  }
  html[data-states~='no-touch'] .g-iconBtn--smo:hover {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
  }
  .g-iconBtn--smo .g-iconBtn_inner {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none !important;
  }
  .g-link--smo {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
  }
  html[data-states~='no-touch'] .g-link--smo:hover {
    text-decoration: none;
  }
  html[data-states~='no-touch'] .g-link--smo:hover span {
    text-decoration: underline;
  }
  .g-link--smo .g-i {
    color: #c00;
    font-size: 1.2rem;
  }
  .g-link--smo .g-i:first-child {
    margin-right: 10px;
  }
  .g-link--smo .g-i:last-child {
    margin-left: 10px;
  }
  .g-link--smo .g-i-link {
    display: inline-flex;
    width: 6rem;
    align-items: center;
  }
  .g-link--smo .g-i-link::before {
    font-size: 6rem;
    transform: translateY(-6px);
  }
  .g-link--smo .g-i-blank {
    margin-left: 10px;
    font-size: 1.4rem;
  }
  .g-link-u--smo {
    text-decoration: underline;
  }
  html[data-states~='no-touch'] .g-link-u--smo:hover {
    text-decoration: none;
  }
  .g-list--smo {
    counter-reset: g-list;
  }
  .g-list--smo > * {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .g-list--smo > *::before {
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    counter-increment: g-list;
    text-indent: 0;
    white-space: nowrap;
  }
  .g-list--smo > * * {
    text-indent: 0;
  }
  .g-list-note--smo {
    margin-top: 0.5em;
    color: #999;
    font-size: 1.2rem;
  }
  .g-list-note--smo:first-child {
    margin-top: 0;
  }
  .g-list-note--smo > *::before {
    content: '※';
  }
  .g-list-ref--smo {
    margin-top: 0.5em;
    color: #999;
    font-size: 1.2rem;
  }
  .g-list-ref--smo:first-child {
    margin-top: 0;
  }
  .g-list-ref--smo > * {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .g-list-ref--smo > *::before {
    width: 2em;
    content: "※" counter(g-list, decimal);
  }
  .g-list-ref--smo > *:nth-last-child(n + 10),
  .g-list-ref--smo > *:nth-last-child(n + 10) ~ * {
    padding-left: 3em;
    text-indent: -3em;
  }
  .g-list-ref--smo > *:nth-last-child(n + 10)::before,
  .g-list-ref--smo > *:nth-last-child(n + 10) ~ *::before {
    width: 2.5em;
  }
  .g-list-ref--smo > *:nth-last-child(n + 100),
  .g-list-ref--smo > *:nth-last-child(n + 100) ~ * {
    padding-left: 4em;
    text-indent: -4em;
  }
  .g-list-ref--smo > *:nth-last-child(n + 100)::before,
  .g-list-ref--smo > *:nth-last-child(n + 100) ~ *::before {
    width: 3.5em;
  }
  .g-list-disc--smo > *::before {
    background: radial-gradient(circle at 0.5em 0.75em, #000 2px, transparent 2px);
    content: '\200B';
  }
  .g-list-decimal--smo > *::before {
    content: counter(g-list, decimal) ".";
    text-align: right;
  }
  .g-list-decimal--smo > *:nth-last-child(n + 10),
  .g-list-decimal--smo > *:nth-last-child(n + 10) ~ * {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .g-list-decimal--smo > *:nth-last-child(n + 10)::before,
  .g-list-decimal--smo > *:nth-last-child(n + 10) ~ *::before {
    width: 2em;
  }
  .g-list-decimal--smo > *:nth-last-child(n + 100),
  .g-list-decimal--smo > *:nth-last-child(n + 100) ~ * {
    padding-left: 3em;
    text-indent: -3em;
  }
  .g-list-decimal--smo > *:nth-last-child(n + 100)::before,
  .g-list-decimal--smo > *:nth-last-child(n + 100) ~ *::before {
    width: 2.5em;
  }
  .g-mb-0--smo {
    margin-bottom: 0px !important;
  }
  .g-mb-5--smo {
    margin-bottom: 5px !important;
  }
  .g-mb-10--smo {
    margin-bottom: 10px !important;
  }
  .g-mb-15--smo {
    margin-bottom: 15px !important;
  }
  .g-mb-20--smo {
    margin-bottom: 20px !important;
  }
  .g-mb-25--smo {
    margin-bottom: 25px !important;
  }
  .g-mb-30--smo {
    margin-bottom: 30px !important;
  }
  .g-mb-35--smo {
    margin-bottom: 35px !important;
  }
  .g-mb-40--smo {
    margin-bottom: 40px !important;
  }
  .g-mb-45--smo {
    margin-bottom: 45px !important;
  }
  .g-mb-50--smo {
    margin-bottom: 50px !important;
  }
  .g-media--smo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
  .g-media--smo .g-media_head {
    padding-right: 20px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
  .g-media--smo .g-media_head img {
    width: 100%;
  }
  .g-media--smo .g-media_body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .g-media--smo .g-media_foot {
    padding-top: 10px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .g-media--smo .g-media_h {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .g-media--smo .g-media_head {
    width: 170px;
  }
  .g-media-sm--smo .g-media_head {
    width: 120px;
  }
  .g-media-lg--smo .g-media_head {
    width: 220px;
  }
  .g-media-xl--smo .g-media_head {
    width: 220px;
  }
  .g-media-row--smo {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .g-media-row--smo .g-media_head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .g-media-row--smo .g-media_foot {
    padding-top: 0;
    padding-left: 20px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .g-menuBtn--smo {
    display: flex;
    width: 60px;
    height: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
    font-size: 1.2rem;
  }
  .g-menuBtn--smo[aria-expanded='true'] .g-menuBtn_i::before {
    bottom: 0;
    transform: rotate(135deg);
  }
  .g-menuBtn--smo[aria-expanded='true'] .g-menuBtn_i::after {
    top: 0;
    transform: rotate(-135deg);
  }
  .g-menuBtn--smo[aria-expanded='true'] .g-menuBtn_i span {
    opacity: 0;
  }
  .g-menuBtn--smo .g-menuBtn_i {
    position: relative;
    display: block;
    width: 32px;
    height: 20px;
    margin: 5px 0;
  }
  .g-menuBtn--smo .g-menuBtn_i::before, .g-menuBtn--smo .g-menuBtn_i::after,
  .g-menuBtn--smo .g-menuBtn_i span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #333;
    content: '';
    transition: transform 0.2s, opacity 0.2s;
  }
  .g-menuBtn--smo .g-menuBtn_i::before {
    top: 0;
  }
  .g-menuBtn--smo .g-menuBtn_i::after {
    bottom: 0;
  }
  .g-menuBtn--smo .g-menuBtn_i span {
    top: 0;
    bottom: 0;
  }
  .g-ml-0--smo {
    margin-left: 0px !important;
  }
  .g-ml-5--smo {
    margin-left: 5px !important;
  }
  .g-ml-10--smo {
    margin-left: 10px !important;
  }
  .g-ml-15--smo {
    margin-left: 15px !important;
  }
  .g-ml-20--smo {
    margin-left: 20px !important;
  }
  .g-ml-25--smo {
    margin-left: 25px !important;
  }
  .g-ml-30--smo {
    margin-left: 30px !important;
  }
  .g-ml-35--smo {
    margin-left: 35px !important;
  }
  .g-ml-40--smo {
    margin-left: 40px !important;
  }
  .g-ml-45--smo {
    margin-left: 45px !important;
  }
  .g-ml-50--smo {
    margin-left: 50px !important;
  }
  html[data-states~='cover'] .g-modal {
    height: 100%;
    padding: 0;
  }
  html[data-states~='cover'] .g-modal_backdrop, html[data-states~='cover'] .g-modal_spacer {
    display: none;
  }
  html[data-states~='cover'] .g-modal_close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
  }
  html[data-states~='cover'] .g-modal_content {
    height: 100%;
    padding: 0;
    box-shadow: none;
  }
  html[data-states~='cover'] .g-modal [role='dialog'] {
    min-height: 100%;
    padding: 60px 20px 20px;
  }
  .g-mr-0--smo {
    margin-right: 0px !important;
  }
  .g-mr-5--smo {
    margin-right: 5px !important;
  }
  .g-mr-10--smo {
    margin-right: 10px !important;
  }
  .g-mr-15--smo {
    margin-right: 15px !important;
  }
  .g-mr-20--smo {
    margin-right: 20px !important;
  }
  .g-mr-25--smo {
    margin-right: 25px !important;
  }
  .g-mr-30--smo {
    margin-right: 30px !important;
  }
  .g-mr-35--smo {
    margin-right: 35px !important;
  }
  .g-mr-40--smo {
    margin-right: 40px !important;
  }
  .g-mr-45--smo {
    margin-right: 45px !important;
  }
  .g-mr-50--smo {
    margin-right: 50px !important;
  }
  .g-mt-0--smo {
    margin-top: 0px !important;
  }
  .g-mt-5--smo {
    margin-top: 5px !important;
  }
  .g-mt-10--smo {
    margin-top: 10px !important;
  }
  .g-mt-15--smo {
    margin-top: 15px !important;
  }
  .g-mt-20--smo {
    margin-top: 20px !important;
  }
  .g-mt-25--smo {
    margin-top: 25px !important;
  }
  .g-mt-30--smo {
    margin-top: 30px !important;
  }
  .g-mt-35--smo {
    margin-top: 35px !important;
  }
  .g-mt-40--smo {
    margin-top: 40px !important;
  }
  .g-mt-45--smo {
    margin-top: 45px !important;
  }
  .g-mt-50--smo {
    margin-top: 50px !important;
  }
  .g-nowrap--smo {
    white-space: nowrap !important;
  }
  .g-nowrap-no--smo {
    white-space: normal !important;
  }
  .g-overflow-h--smo {
    overflow: hidden !important;
  }
  .g-section--smo {
    margin-top: 35px;
  }
  .g-section-xs--smo {
    margin-top: 15px;
  }
  .g-section-sm--smo {
    margin-top: 30px;
  }
  .g-section-lg--smo {
    margin-top: 50px;
  }
  .g-sns-square li {
    max-width: 90px;
    flex-grow: 1;
  }
  .g-stack--smo > *:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .g-stack-xs--smo > *:nth-child(n + 2) {
    margin-top: 5px !important;
  }
  .g-stack-sm--smo > *:nth-child(n + 2) {
    margin-top: 10px !important;
  }
  .g-stack-lg--smo > *:nth-child(n + 2) {
    margin-top: 20px !important;
  }
  .g-stack-xl--smo > *:nth-child(n + 2) {
    margin-top: 30px !important;
  }
  .g-table--smo .g-table_el {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    border-spacing: 0;
  }
  .g-table--smo .g-table_th,
  .g-table--smo .g-table_td {
    padding: 1em 20px;
  }
  .g-table--smo .g-table_th {
    border-right: 2px solid #fff;
    background-color: #ebebeb;
  }
  .g-table--smo .g-table_th:last-child {
    border-right-color: #e0e0e0;
  }
  .g-table--smo .g-table_td {
    border-right: 2px solid #e0e0e0;
    background-color: #fff;
  }
  .g-table--smo .g-table_tr:nth-child(odd) .g-table_td {
    background-color: #f5f5f5;
  }
  .g-table-scroll--smo {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .g-table-scroll--smo .g-table_wrapper {
    float: left;
  }
  .g-table-scroll--smo .g-table_el {
    white-space: nowrap;
  }
  .g-textBtn--smo {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
  }
  .g-textBtn--smo:disabled, .g-textBtn--smo[aria-disabled='true'] {
    color: #a5a5a5;
    pointer-events: none;
  }
  .g-textBtn--smo .g-textBtn_i:first-child {
    margin-right: 0.5em;
  }
  .g-textBtn--smo .g-textBtn_i:last-child {
    margin-left: 0.5em;
  }
  .g-u--smo {
    text-decoration: underline !important;
  }
  .g-zoomableBtn--smo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    cursor: pointer;
  }
  .g-zoomableBtn--smo .g-zoomableBtn_img {
    transition: opacity 0.2s;
  }
  html[data-states~='no-touch'] .g-zoomableBtn--smo .g-zoomableBtn_img:hover {
    opacity: 0.7;
  }
  .g-zoomableBtn--smo .g-zoomableBtn_i {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    pointer-events: none;
  }
  .g-filter_h {
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
  }
  .g-filter_h i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    font-size: 2rem;
    transition: transform 0.2s;
  }
  .g-filter_h[aria-expanded='false'] i {
    transform: rotate(180deg);
  }
  .g-footer_logo {
    text-align: center;
  }
  .g-footer .g-service {
    margin: 10px 0 30px;
  }
  .g-footer_nav-item,
  .g-footer_nav-list > li {
    padding: 20px 0;
    border-top: 1px solid #666;
  }
  .g-footer_nav-item, .g-footer_nav-list {
    width: calc(50% - 10px);
  }
  .g-footer_nav a,
  .g-footer_nav p {
    display: block;
    padding: 4px 0;
  }
  .g-footer_nav p a {
    padding: 0;
  }
  .g-footer_pulled {
    position: absolute;
    top: 123px;
    right: 0;
  }
  .g-footer_bottom {
    margin-top: 40px;
  }
  .g-footer_bottom .g-footer_nav {
    margin-top: 30px;
  }
  html[data-states~='g-nav'] .g-wrapper {
    visibility: visible !important;
  }
  html[data-states~='g-nav'] .g-wrapper > *:not(.g-header) {
    visibility: hidden;
  }
  .g-layout_l, .g-layout_r {
    width: 100%;
  }
  .g-layout_l {
    margin: 20px 0 30px;
  }
  .g-layout_r {
    margin-bottom: 20px;
  }
  .g-pdf-sm .g-i-book,
  .g-pdf-sm span {
    margin-bottom: 5px;
  }
  .g-pdf-sm .g-link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .g-pdf-sm .g-i-link {
    width: 4rem;
  }
  .g-pdf-sm .g-i-link::before {
    font-size: 4rem;
    transform: translateY(-4px);
  }
  .g-wrapper {
    padding-top: 60px;
  }
  html[data-states~='cover'] .g-wrapper {
    visibility: hidden;
  }
}

@media (min-width: 769px) and (max-width: 1399px) {
  /**/
}

@media (min-width: 769px) and (min-width: 769px) {
  .g-card--md .g-label {
    min-width: 110px;
  }
  .g-card--md .g-card_labels {
    display: flex;
  }
  .g-card--md .g-card_body {
    padding: 25px;
  }
  .g-card--md .g-card_foot {
    padding: 0 25px 30px;
  }
  .g-card--md .g-card_h {
    font-size: 1.8rem;
  }
  .g-card-sm--md {
    font-size: 1.4rem;
  }
  .g-card-sm--md .g-card_body {
    padding: 15px 0 0;
  }
  .g-card-sm--md .g-card_h {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .g-card-plain--md .g-card_body {
    padding: 25px 0 0;
  }
  .g-dl-border--md.g-dl-v--md .g-dl_h, .g-dl-border--md.g-dl-v .g-dl_h, .g-dl-border.g-dl-v--md .g-dl_h {
    font-size: 1.4rem;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  .g-card--md .g-card_foot {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  .g-card--smo .g-label {
    min-width: 110px;
  }
  .g-card--smo .g-card_labels {
    display: flex;
  }
  .g-card--smo .g-card_body {
    padding: 25px;
  }
  .g-card--smo .g-card_foot {
    padding: 0 25px 30px;
  }
  .g-card--smo .g-card_h {
    font-size: 1.8rem;
  }
  .g-card-sm--smo {
    font-size: 1.4rem;
  }
  .g-card-sm--smo .g-card_body {
    padding: 15px 0 0;
  }
  .g-card-sm--smo .g-card_h {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .g-card-plain--smo .g-card_body {
    padding: 25px 0 0;
  }
  .g-dl-border--smo.g-dl-v--smo .g-dl_h, .g-dl-border--smo.g-dl-v .g-dl_h, .g-dl-border.g-dl-v--smo .g-dl_h {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .g-card--smo .g-card_foot {
    font-size: 1.6rem;
  }
}

@media (min-width: 1001px) {
  .g-gNav {
    display: none;
  }
  .g-header {
    border-bottom: 1px solid #e0e0e0;
  }
  .g-header_menu {
    display: none;
  }
  .g-header_logo {
    padding: 0 34px 0 40px;
  }
  .g-header_logo img {
    width: 242px;
    height: 61px;
  }
}

@media (max-width: 1000px) {
  html[data-states~='g-nav'] .g-modal {
    height: 100%;
    padding: 0;
  }
  html[data-states~='g-nav'] .g-modal_backdrop, html[data-states~='g-nav'] .g-modal_spacer {
    display: none;
  }
  html[data-states~='g-nav'] .g-modal_close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
  }
  html[data-states~='g-nav'] .g-modal_content {
    height: 100%;
    padding: 60px 0 0;
    background-color: transparent;
    box-shadow: none;
  }
  html[data-states~='g-nav'] .g-modal [role='dialog'] {
    min-height: 100%;
    padding: 60px 20px 20px;
  }
  .g-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s;
  }
  html[data-states~='enough-down'][data-states~='scroll-down'] .g-header {
    transform: translateY(-125%);
  }
  .g-header_nav, .g-header_lang {
    display: none;
  }
  .g-header_tagline {
    font-size: 1.1rem;
  }
}

@media (min-width: 1001px) and (max-width: 1130px) {
  .g-header_logo {
    padding: 0 20px;
  }
  .g-header_nav a,
  .g-header_nav button {
    padding: 0 15px;
  }
  .g-header_lang {
    margin-left: 15px;
  }
}
