@font-face {
  font-family: 'FontAwesome';
  src: url('/css/font.awesome.4.5.0/fonts/FontAwesome.otf?v=4.5.0');
}

@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  text-align: justify;
  font-family: "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBlack: #333;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Marcellus", serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 28rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: 0.552px;
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

.post_main .button_area, .section .button_area, .single_main .button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_main .wp-block-button, .section .wp-block-button, .single_main .wp-block-button,
.post_main .button_area .button,
.section .button_area .button,
.single_main .button_area .button {
  position: relative;
}
.post_main .wp-block-button::before, .section .wp-block-button::before, .single_main .wp-block-button::before,
.post_main .button_area .button::before,
.section .button_area .button::before,
.single_main .button_area .button::before {
  content: "";
}
.post_main .wp-block-table, .section .wp-block-table, .single_main .wp-block-table {
  font-size: 18rem;
}
.post_main .wp-block-table *, .section .wp-block-table *, .single_main .wp-block-table * {
  border: 0;
}
.post_main .wp-block-table tr, .section .wp-block-table tr, .single_main .wp-block-table tr {
  border-bottom: 1px solid #c7c7c7;
}
.post_main .wp-block-table tr:first-child, .section .wp-block-table tr:first-child, .single_main .wp-block-table tr:first-child {
  padding-top: 0;
}
.post_main .wp-block-table td, .section .wp-block-table td, .single_main .wp-block-table td {
  padding: 50rem 0;
}
.post_main .wp-block-table td:first-child, .section .wp-block-table td:first-child, .single_main .wp-block-table td:first-child {
  width: 280rem;
}
.post_main .wp-block-table + .wp-block-buttons, .section .wp-block-table + .wp-block-buttons, .single_main .wp-block-table + .wp-block-buttons {
  margin-top: 150rem;
}
.post_main ul, .section ul, .single_main ul {
  margin-top: 1em;
}
.post_main li::before, .section li::before, .single_main li::before {
  content: "・";
}
.post_main h3.wp-block-heading, .section h3.wp-block-heading, .single_main h3.wp-block-heading {
  font-size: 30rem;
  line-height: 2.5;
}
.post_main .wp-block-column p, .section .wp-block-column p, .single_main .wp-block-column p {
  margin-top: 25rem;
  font-weight: var(--weightRegular);
  font-size: 20rem;
  line-height: 2;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(-80rem);
          transform: translateY(-80rem);
}

.js-fade.js-active {
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: justify;
}

img {
  border-style: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

input,
textarea,
select,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  font-family: "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline-offset: -2px;
}

button {
  vertical-align: bottom;
}

section.bg_gy {
  background: #f7f7f7;
}

section.bg_pk {
  background: #ffefef;
}

section.bg_dpk {
  background: #fde0e0;
}

section.bottom__search-on {
  padding-bottom: 12rem;
}

.header {
  z-index: 999;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  width: 750rem;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 37rem;
  height: 118rem;
}

.header_logo {
  width: 237rem;
}

.header_image {
  width: 62rem;
}

.header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  width: 120rem;
  height: 60px;
  height: 120rem;
}

.header__nav_link.has-keep {
  position: relative;
  background: #fff6c7;
}

.header__nav_link .has-keep_num {
  position: absolute;
  top: 0.5rem;
  right: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  border-radius: 100px;
  background: #e72319;
  color: #fff;
  word-break: keep-all;
  font-size: 1rem;
}

.header__nav_icon {
  margin: 0.8rem 0 0;
}

.header__nav_sub {
  margin: 0.5rem 0 0;
  font-size: 20rem;
}

.header__title {
  /*white-space: nowrap;*/
  padding: 12px 15px 12px 8px;
  /*border: 1px solid #F0F0F0;*/
  background: #ff6a62;
  font-size: 28rem;
  /*overflow: scroll;*/
}

.header__title .title {
  font-weight: normal;
}

.header__title .title_14 {
  color: #fff;
  font-weight: bold;
  font-size: 28rem;
  line-height: normal;
}

.main {
  display: block;
}

.main.header_fixed {
  margin: 118rem auto 0;
}

.section__content {
  padding: 0 1.8rem;
}

.section__content section:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 4rem 0 8rem;
}

.footer__content {
  padding: 0 30rem;
}

.footer__nav_list {
  border-bottom: 1px solid #c6c6c6;
}

.footer__nav_item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #C6C6C6
}

.footer__nav_icon::after {
  content: "";
  width: 16rem;
  height: 16rem;
  border-top: 2px solid #FFf;
  border-right: 2px solid #FFf;
  position: absolute;
  top: 18rem;
  right: 12rem;
  transform: translateY(-50%) rotate(45deg);
}


.footer__nav_link {
  position: relative;
  display: block;
  padding: 15rem 0px 15rem 80rem;
  font-size: 1.4rem;
}

.footer__nav_item span {
  position: absolute;
  top: 25%;
  left: 5px;
  width: 36rem;
  background-color: #f96a62;
  height: 36rem;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}

.footer__logo {
  margin: 4rem auto 0;
  width: 44.248%;
}

.footer__copy {
  margin: 1.7rem auto 0;
  text-align: right;
}

.footer__copy_txt {
  font-size: 1rem;
}

.d-none {
  display: none;
}

.totop {
  position: fixed;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  display: block;
  width: 4.8rem;
}

.totop.show-bottomsearch {
  bottom: 7rem;
}

.footer__text {
  background: #f7f7f7;
}

.footer__text_arrow {
  position: relative;
}

.arrow {
  position: absolute;
  top: -3rem;
  left: 50%;
  padding: 5px;
  border: solid darkblue;
  border-width: 0 3px 3px 0;
}

.down {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.footer__text_main {
  overflow: hidden;
  max-height: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.content_text {
  margin-bottom: 1rem;
  padding: 1rem 2rem 0rem;
}

.active_area_content {
  max-height: 3000px;
}

.active_area_content:last-child {
  margin-bottom: 2rem;
}

.area_content_link {
  text-decoration: underline !important;
}

#nav_menu .header__nav_icon {
  position: relative;
  max-width: none;
  width: 23px;
  width: 46rem;
  height: 23px;
  height: 46rem;
}

#nav_menu .header__nav_icon span {
  position: absolute;
  left: 0;
  display: inline-block;
  max-width: none;
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: #ff6a62;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#nav_menu .header__nav_icon span:nth-of-type(1) {
  top: 0;
}

#nav_menu .header__nav_icon span:nth-of-type(2) {
  top: calc(50% - 3rem);
}

#nav_menu .header__nav_icon span:nth-of-type(3) {
  bottom: 0;
}

#nav_menu.open .header__nav_icon span:nth-of-type(1) {
  width: 60rem;
  -webkit-transform: translate(-8rem, 20rem) rotate(-45deg);
          transform: translate(-8rem, 20rem) rotate(-45deg);
}

#nav_menu.open .header__nav_icon span:nth-of-type(2) {
  opacity: 0;
  /*transform: translateX(300px);*/
}

#nav_menu.open .header__nav_icon span:nth-of-type(3) {
  width: 60rem;
  -webkit-transform: translate(-8rem, -20rem) rotate(45deg);
          transform: translate(-8rem, -20rem) rotate(45deg);
}

#nav_menu {
  border: 2px solid transparent;
  border-bottom: none;
}

#nav_menu.open {
  border: 2px solid #ff6a62;
  border-bottom: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#gl_menu {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 999;
  display: none;
  width: 80%;
  border-right: 2px solid #ff6a62;
  border-bottom: 2px solid #ff6a62;
  border-left: 2px solid #ff6a62;
  background: #fff;
}

.active-menu {
  display: block !important;
}

#gl_menu .line-top {
  position: absolute;
  top: 0;
  width: calc(100% - 56px);
  height: 2px;
  background: #ff6a62;
}

#gl_menu .main_menu {
  height: 100%;
  font-size: 45rem;
}

#gl_menu .main_menu .option {
  position: relative;
  margin: 0 40rem;
  padding: 0 10rem;
  height: 120rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#gl_menu .main_menu .option.last {
  border-bottom: unset;
}

#gl_menu .main_menu .option a.main_url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

#gl_menu .main_menu .option:not(.region_area, .region_route)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16rem;
  width: 28rem;
  height: 28rem;
  border-top: 8rem solid #ff6a62;
  border-right: 8rem solid #ff6a62;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#gl_menu .plus {
  position: absolute;
  top: 25%;
  right: 0;
}

#gl_menu .region {
  left: -20px;
  display: none;
  width: 100%;
  background: #f5f5f5;
}

#gl_menu .region .station {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50rem;
  height: 100rem;
  border-bottom: 2px dotted #cacaca;
}

#gl_menu .region .station:not(.last)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 4px solid grey;
  border-right: 4px solid grey;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#gl_menu .region .station.arr-up:not(.last)::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.no-border {
  border: none !important;
}

.full-height {
  height: calc(100% - 270rem) !important;
}

#gl_menu ul.list-stt {
  display: none;
}

#gl_menu ul.list-stt li:last-child {
  margin: unset;
  border-bottom: 2px dotted #cbcbcc;
}

#gl_menu ul.list-stt li {
  margin: 0 30rem;
  height: 100rem;
  border-bottom: 2px dotted #cbcbcc;
}

#gl_menu ul.list-stt li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30rem;
  height: 100%;
}

#gl_menu ul.list-stt li:last-child a {
  padding-left: 60rem;
}

.info {
  background: #FF6A62;
  padding: 1.3rem 0 1rem;
}

.number_one {
  background-color: #FFF39B;
  padding: 9px 0;
}

.number_one p {
  text-align: center;
}

.mv__copy_sign {
  color: #FF6A62;
  font-size: 16px;
  font-weight: 600;
}

.text_no_1 {
  position: relative;
  color: #FF6A62;
  font-size: 18px;
  font-weight: 600;
}

.text_no_1 span {
  position: absolute;
  top: 6px;
  right: 0px;
  color: #FF6A62;
  font-size: 6px;
  font-weight: 500;
}

.info__box {
  padding-left: 2.6rem;
  position: relative;
}

.info__box::before {
  content: url(/img/sp/common/icon_info.svg);
  position: absolute;
  top: -0.5rem;
  left: 0;
}

.info__box_ttl {
  font-size: 1.4rem;
  color: #FFF;
}

.info__box_cont {
  display: -webkit-box;
  line-height: 1.7rem;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.6rem 0 0;
  font-size: 1.4rem;
  color: #FFF;
}

.info__box_link {
  font-size: inherit;
}

.info__box_link:link,
.info__box_link:visited {
  color: inherit;
  text-decoration: underline;
}

.mv .section__content {
  position: relative;
}

.mv__img {
  width: calc(100% + 3.6rem);
  margin: 0 -1.8rem;
}

.mv__img img {
  width: 100%;
  max-width: initial;
}

.mv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}

.mv__copy_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv__copy_num-b {
  margin-left: 4px;
  font-size: 16px;
}

.mv__copy_num-modifi {
  font-size: 8px;
}

.mv__copy_footer {
  margin-bottom: -5.3rem;
  position: relative;
}

.mv__copy_catch {
  text-align: center;
  font-size: 2rem;
  color: #FF6A62;
  font-weight: bold;
  /*text-shadow: 0px 0px 5px #000000;*/
}

.mv__copy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0 0;
}

.mv__copy_btn {
  width: 48%;
  padding: 2rem 0 1.5rem;
  border: 2px solid #FF6A62;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}

.mv__copy_btn-ttl {
  margin: 1rem 0 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: #FF6A62;
}

.mv__copy_btn-sub {
  font-size: 1.6rem;
  font-weight: 600;
}

.mv__attention {
  margin: 1rem 0 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  line-height: 1.4;
  font-size: 1rem;
  color: #C6C6C6;
}

.topsec1 {
  padding: 6.9rem 0 0;
}

.topsec1__search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FF6A62;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.4);
}

.topsec1__search_item {
  width: 33.3333333333%;
  padding: 1.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.topsec1__search_item:first-child {
  border-right: 1px solid #FF6A62;
}

.topsec1__search_item:last-child {
  border-left: 1px solid #FF6A62;
}

.topsec1__search_link {
  display: block;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 600;
}

.topsec1__search_b {
  display: block;
  font-size: 1.4rem;
  color: #FF6A62;
}

.topsec1__bn {
  border: 1px solid #555555;
  margin: 2rem 0 0;
}

.topsec1__bn_img img {
  width: 100% !important;
  max-width: initial;
}

.topsec1__bn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topsec1__bn_btn {
  display: block;
  width: 50%;
  padding: 10px 0;
  text-align: center;
}

.topsec1__bn_btn:first-child {
  border-right: 1px solid #555555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec1__bn_txt {
  display: inline-block;
  padding: 0 1.3rem;
  position: relative;
  font-size: 1.4rem;
}

.topsec1__bn_txt::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #FF6A62;
  border-right: 2px solid #FF6A62;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.topsec2 {
  padding: 4rem 0 4rem;
}

.topsec2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0 0;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}

.topsec2__nav_item {
  width: 50%;
  border-bottom: 1px solid #C6C6C6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec2__nav_item:nth-child(odd) {
  border-right: 1px solid #C6C6C6;
}

.topsec2__nav_item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.topsec2__nav_link {
  display: block;
  padding: 2rem 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 1.6em;
}

.topsec2__nav_15000 {
  padding: 0.7rem 1.2rem;
  line-height: 20px;
}

.topsec2__nav_link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid #FF6A62;
  border-right: 3px solid #FF6A62;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.topsec2__search {
  margin: 3.4rem 0 0;
}

.topsec2__search_ttl {
  font-size: 1.4rem;
  font-weight: 600;
}

.topsec2__search_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.6rem 0 0;
  border: 1px solid #555555;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.topsec2__search_input {
  width: calc(100% - 59px);
  max-height: 5rem;
  height: 5rem;
  padding: 1.8rem 1.8rem 1.8rem 1.8rem;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
}
.topsec2__search_btn {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*height: 100%;*/
  padding: 0;
  border-left: 1px solid #555555;
  /*box-sizing: border-box;*/
  background: #555555;
  /*position: absolute;*/
  /*top: 0;*/
  /*right: -2px;*/
}

.topsec2__search_btn img {
  max-width: initial;
}

.topsec3 {
  padding: 4rem 0;
}

.topsec3__bn {
  width: 78%;
  margin: 0 auto;
}

.topsec3__bn_box {
  margin: 2rem 0 0;
}

.topsec3__bn_img img {
  max-width: initial;
  width: 100%;
}

.topsec3__bn_txt {
  margin: 0.85rem 0 0;
  line-height: 1.5;
  font-size: 1.2rem;
}

.topsec4 {
  padding: 4rem 0 4rem;
}

.topsec5 {
  padding: 4rem 0 4rem;
}

.topsec6 {
  padding: 4rem 0 4rem;
}

.topsec6__list {
  margin: 0.3rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topsec6__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 47.8%;
  margin: 1.2rem 0 0;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
}

.topsec6__list_img {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0.6rem 1rem;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec6__list_cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0.8rem 0;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F7F7F7;
}

.topsec6__list_ttl {
  margin: 0 0 0.5rem;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 600;
}

.topsec6__list_txt {
  line-height: 1.6;
  font-size: 1.2rem;
}

.topsec6__bn {
  margin: 4rem 0 0;
}

.topsec6__bn_box {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec8__line {
  border-top: 2px solid #555555;
  width: 10%;
  margin: 15px auto;
}

.topsec6__bn_box + .topsec6__bn_box {
  margin: 2.5rem 0;
}

.topsec6__bn_img {
  padding: 0;
  margin: 0;
}

.topsec6__bn_img img {
  min-height: 0%;
  margin: 0;
  padding: 0;
}

.topsec7 {
  background-color: #FFF3EF;
  padding: 4rem 0 4rem;
}

.topsec7__list {
  margin: 2rem 0 0;
  border-bottom: 1px solid #CACBCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec7__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8rem 0;
  border-top: 1px solid #CACBCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec7__list_date {
  width: 9rem;
  font-size: 1.1rem;
}

.topsec7__list_cont {
  width: calc(100% - 8rem);
  font-size: 1.2rem;
}

.topsec8 {
  padding: 4rem 0 0 0;
}

.topsec8 .section__content {
  padding: 0 1.8rem;
}

.topsec8__txt {
  margin: 1.5rem 0 0;
  line-height: 1.6;
  font-size: 1.2rem;
}

.topsec8__txt > a {
  color: #0064a4;
  text-decoration: underline;
}

.common__date {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 600;
}

.common__ttl {
  line-height: 1.6;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.common__ttl_sub {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FF6A62;
}

.common__ttl_sub::before,
.common__ttl_sub::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #FF6A62;
  position: absolute;
  bottom: 0;
}

.common__ttl_sub::before {
  left: -1rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.common__ttl_sub::after {
  right: -1rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.common__ttl_b {
  font-size: 2.2rem;
}

.common__ttl_18 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

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

.common__ttl_center {
  text-align: center;
}

.common__roundbtn {
  margin: 2rem 0 0;
  text-align: center;
}

.common__roundbtn_link {
  display: inline-block;
  margin: 0 auto;
  padding: 1.3rem 3.3rem;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.25);
  position: relative;
  font-size: 1.4rem;
}

.common__roundbtn_link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #FF6A62;
  border-right: 2px solid #FF6A62;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

li.background-gray {
  background-color: #F7F7F7;
}

div.background-white {
  background-color: #FFF;
}

.common__listtype1_item {
  margin: 1.2rem 0;
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.common__listtype1_link {
  display: block;
  padding: 1.2rem 1.4rem;
  position: relative;
}

.common__listtype1_link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid #FF6A62;
  border-right: 3px solid #FF6A62;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.common__listtype1_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
}

.common__listtype1_icon {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}

.common__listtype1_ttl {
  margin: 0 0 0.7rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FF6A62;
}

.common__listtype1_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  padding-left: 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.common__listtype1_dl::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
  font-size: 1rem;
}

.common__listtype1_dl + .common__listtype1_dl {
  margin: 0.6rem 0 0;
}

.common__listtype1_dt {
  width: 6rem;
  font-size: 1.2rem;
}

.common__listtype1_dd {
  width: calc(100% - 6rem);
  font-size: 1.2rem;
}

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

.topsec9 {
  padding: 4rem 0 0rem;
}

.topsec9__list {
  padding-top: 4rem;
  border-bottom: 1px solid #C6C6C6;
}

.topsec9__list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec9__list_item_title {
  display: block;
  padding: 1.5rem 0 1.5rem 1.8rem;
  position: relative;
  font-size: 1.4rem;
  border-top: 1px solid #C6C6C6;
}

.topsec9__list_item_title::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid #FF6A62;
  border-right: 3px solid #FF6A62;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.topsec9__list_item_data {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.topsec9__list_item_data .item {
  border-top: 1px solid #C6C6C6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 3.6rem;
  display: block;
  padding-left: 1.8rem;
  position: relative;
  font-size: 1.4rem;
}

.topsec9__list_item_data .item:first-child {
  border-top: none;
}

.topsec9_icon::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-top: 2px solid #FFf;
  border-right: 2px solid #FFf;
  position: absolute;
  top: 0.8rem;
  right: 0.6rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.topsec9__list_item_data .item .link {
  padding: 1.5rem 0 1.5rem 3.4rem;
  display: block;
  position: relative;
}

.topsec9__list_item_data .item span {
  position: absolute;
  top: 30%;
  left: 1.8rem;
  width: 16px;
  background-color: #f96a62;
  height: 16px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}

.icon-rotate::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.border-bottom {
  border-bottom: 1px solid #C6C6C6;
}

.active {
  max-height: 500px;
  opacity: 1;
}

.topsec2_freeword_search {
  margin: 1.2rem 0 0;
  text-align: center;
  border: 1px solid #C6C6C6;
  padding: 10px;
  Box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  overflow: auto;
}

.topsec2_freeword_search h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.topsec2_freeword_search .topsec2_freeword_content {
  margin: 5px 0 17px 0;
  overflow: auto;
}

.topsec2_freeword_search ul li {
  list-style: none;
  float: left;
  margin: 6px 5px;
  padding: 6px 12px;
  border: 1px solid #FF6A62;
  border-radius: 4px;
}

.topsec2_freeword_search ul li a {
  display: block;
  font-size: 12px;
}

.topsec6_btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47.8%;
  margin: 1.5rem auto 0 auto;
}

.stopsec6__bn_suggest {
  padding: 1.5rem 0;
}

.topsec6__bn_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0 0;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
}

.topsec6__bn_nav_item {
  width: 50%;
  border-bottom: 1px solid #C6C6C6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topsec6__bn_nav_item:nth-child(odd) {
  border-right: 1px solid #C6C6C6;
}

.topsec6__bn_nav_item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.topsec6__bn_nav_link {
  display: block;
  padding: 2rem 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  padding-right: 1.6em;
  line-height: 1.5rem;
}

.topsec6__bn_nav_link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid #FF6A62;
  border-right: 3px solid #FF6A62;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.new-faq-21 {
  margin-top: 15px;
  padding-bottom: 2rem;
  border-bottom: 3px solid #FF9C00;
}

.new-faq-21 .wrap-faq {
  margin-top: 2rem;
  padding-top: 4rem;
  border-top: 3px solid #FF9C00;
}

.new-faq-21 .detail-faq {
  text-align: left;
}

.new-faq-21 .question {
  font-size: 15px;
  line-height: 2rem;
  border: none;
  border-top: 1px solid #C6C6C6;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
}

.new-faq-21 h4,
.new-faq-21 h5 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.new-faq-21 .detail-faq.custom h5 {
  margin-top: 10px;
}

.new-faq-21 .wrap-faq h2 {
  text-decoration: underline;
  color: #79ba49;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.new-faq-21 p {
  line-height: 1.6;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.new-faq-21 .wrap-faq p.answer.bold {
  font-weight: bold;
}

.new-faq-21 .red {
  color: red;
}

.new-faq-21 .blue {
  color: #16c6f3;
}

.new-faq-21 .btn-goToPrefectureSearch {
  background: #FF9C00;
  border: none;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 15px;
  font-size: 18px;
}

.new-faq-21 .btn-wrap {
  text-align: center;
}

.new-faq-21 a {
  color: #0064a4;
}

.new-faq-21 .bottom15 {
  margin-bottom: 15px;
}

.new-faq-21 .bottom5 {
  margin-bottom: 5px;
}

.new-faq-21 .top5 {
  margin-top: 5px;
}

.new-faq-21 .underline {
  text-decoration: underline;
}

.new-faq-21 .answer-image .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-faq-21 .answer-image .img-wrap img {
  width: 50%;
}

.new-faq-21 .answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-top: 1px solid #C6C6C6;
}

.new-faq-21 .answer.active {
  opacity: 1;
  max-height: 10000px;
}

.new-faq-21 .question::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 3px solid #FF6A62;
  border-right: 3px solid #FF6A62;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(130deg);
          transform: translateY(-50%) rotate(130deg);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.new-faq-21 .icon-rotate::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.topsec6__list_img img {
  width: 142px;
  height: 74px;
}

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

.body {
  position: relative;
}
.body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  /*background-image: url(/img/lp/bg_image.svg);*/
  background-size: 370rem 181rem;
  background-repeat: repeat;
  background-color: #f4f4f4;
}

.pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
}
.pagenation .wp-pagenavi .pages {
  display: none;
}
.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: #fff;
  color: var(--colorBlack);
  font-size: 14rem;
  font-family: var(--fontEnglish);
}
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .last {
  display: none;
}
.pagenation .wp-pagenavi .nextpostslink,
.pagenation .wp-pagenavi .previouspostslink {
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  background-color: transparent;
  color: var(--colorBlack);
  text-indent: -200%;
}
.pagenation .wp-pagenavi .nextpostslink::before,
.pagenation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #696969;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pagenation .wp-pagenavi .previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
.pagenation .wp-pagenavi .current {
  background-color: var(--colorCurrent);
  color: #fff;
  pointer-events: none;
}

.header__content {
  padding-left: 37rem;
}

#gl_menu {
  top: 112rem;
  right: calc(50% - 375rem);
  width: 604rem;
}

#gl_menu .line-top {
  width: calc(100% - 120rem);
}

.top_mv {
  position: relative;
}

.icon_plus::before {
  content: "";
  position: absolute;
  top: 56rem;
  right: 8rem;
  display: block;
  width: 38rem;
  height: 8rem;
  background-color: #ff5c5c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.no-border .icon_plus::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.icon_plus::after {
  content: "";
  position: absolute;
  top: 56rem;
  right: 8rem;
  display: block;
  width: 38rem;
  height: 8rem;
  background-color: #ff5c5c;
}

#gl_menu .region .station:not(.last)::before {
  content: "";
  position: absolute;
  top: 48rem;
  right: 48rem;
  display: block;
  width: 38rem;
  height: 7rem;
  background-color: #8d8d8d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#gl_menu .region .station:not(.last)::after {
  content: "";
  position: absolute;
  top: 48rem;
  right: 48rem;
  display: block;
  width: 38rem;
  height: 7rem;
  border: 0;
  background-color: #8d8d8d;
  -webkit-transform: none;
          transform: none;
}

#gl_menu .region .station.arr-up:not(.last)::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#gl_menu .region .station.arr-up:not(.last)::after {
  -webkit-transform: none;
          transform: none;
}

#gl_menu ul.list-stt li a {
  position: relative;
}
#gl_menu ul.list-stt li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  width: 28rem;
  height: 28rem;
  border-top: 8rem solid #b8b7b7;
  border-right: 8rem solid #b8b7b7;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#gl_menu ul.list-stt li:last-child a::after {
  right: 50rem;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding: 40rem 0 200rem;
  width: 750rem;
  background-color: #fff;
}

.footer__nav_list {
  border: 0;
  /*text-align: center;*/
}

.footer__nav_item {
  border-bottom: 1px solid #C6C6C6
}

.footer__nav_link {
  display: inline-block;
  font-size: 24rem;
}

.footer__logo {
  margin-top: 50rem;
  width: 298rem;
}

.footer__copy {
  margin-top: 30rem;
  text-align: right;
}
.footer__copy img {
  margin-left: 5rem;
  width: 187rem;
  vertical-align: baseline;
}

.footer__copy_txt {
  font-size: 22rem;
}

.totop {
  right: calc(50% - 340rem);
  bottom: 170rem;
  width: 96rem;
  height: 96rem;
}

._fs_float01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#_fs_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0;
  width: 50%;
  height: 35px;
  background: rgb(226, 35, 24);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(226, 35, 24)), color-stop(89%, rgb(250, 100, 94)));
  background: linear-gradient(0deg, rgb(226, 35, 24) 10%, rgb(250, 100, 94) 89%);
  cursor: pointer;
}

.fs_btn {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

._fs_float01 p {
  width: 90%;
  border-bottom: 2px solid #fff;
  line-height: 25px;
}

._fs_float02 {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50%;
}

#_fs_route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0;
  height: 35px;
  background: rgb(24, 110, 226);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(24, 110, 226)), color-stop(89%, rgb(94, 226, 250)));
  background: linear-gradient(0deg, rgb(24, 110, 226) 10%, rgb(94, 226, 250) 89%);
}

._fs_float01 {
  left: calc(50% - 375rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18rem 14rem;
  width: 750rem;
  height: 150rem;
  background-color: rgba(0, 0, 0, 0.5);
}

._fs_float01 p {
  width: auto;
  border-bottom: 0;
  font-size: 36rem;
  line-height: 1.222;
}

.fs_btn {
  position: relative;
  overflow: hidden;
  width: 350rem;
  border-radius: 10rem;
}
.fs_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background-color: #fff;
}

#_fs_area,
#_fs_route {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23rem 0 37rem;
  width: 100%;
  height: 110rem;
  background: #ec0000;
  -webkit-box-shadow: 0 6rem 0 0 #c40004;
          box-shadow: 0 6rem 0 0 #c40004;
}
#_fs_area::before,
#_fs_route::before {
  content: "";
  display: block;
  width: 72rem;
  height: 75rem;
  background-image: url("/img/lp/icon_map.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#_fs_area::after,
#_fs_route::after {
  content: "";
  right: 23rem;
  display: block;
  width: 17rem;
  height: 17rem;
  border-top: 3rem solid #fff;
  border-right: 3rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#_fs_route {
  padding-left: 50rem;
}
#_fs_route::before {
  width: 51rem;
  height: 75rem;
  background-image: url("/img/lp/icon_route.svg");
}

.main {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 750rem;
  background-color: #fff;
}

.mv_text {
  position: absolute;
  top: 35rem;
  left: 10rem;
  width: 452rem;
  aspect-ratio: 452/462;
  opacity: 0;
}
.mv_text.js-active {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}


.mv_text2 {
  position: absolute;
  left: 10rem;
  top: -5px;
  width: 452rem;
  aspect-ratio: 452/462;
  opacity: 0;
}
.mv_text2.js-active {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.top_mv_annotation {
  display: block;
  margin: 16rem auto 0;
  width: 654rem;
  color: #333;
  font-size: 18rem;
  line-height: 1.555;
}

.top_merit {
  background-color: #fff5f5;
}

.top_merit_copy {
  position: relative;
  padding: 80rem 0 148rem;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 103rem), 50% 100%, 0 calc(100% - 103rem), 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 103rem), 50% 100%, 0 calc(100% - 103rem), 0 0);
}
.top_merit_copy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 112rem;
  background-color: #ec0000;
  -webkit-clip-path: polygon(50% 100%, 100% 8%, 100% 0, 50% 92%, 0 0, 0 8%);
          clip-path: polygon(50% 100%, 100% 8%, 100% 0, 50% 92%, 0 0, 0 8%);
}

.merit_copy {
  margin: 0 auto;
  width: 499rem;
  opacity: 0;
}
.merit_copy.js-active {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.top_merit_container {
  padding-top: 100rem;
  padding-bottom: 110rem;
}

.top_merit_text {
  margin: 36rem auto 0;
  width: 650rem;
  text-align: left;
  font-weight: 400;
  font-size: 28rem;
  line-height: 1.5;
}
.top_merit_text span {
  font-weight: 700;
}
.top_merit_text span.emphasis {
  color: #ec0000;
}

.merit_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30rem;
  margin: 40rem auto 0;
  color: #ec0000;
  font-weight: 700;
  font-size: 34rem;
}
.merit_terms::before, .merit_terms::after {
  content: "";
  display: block;
  width: 1px;
  height: 40rem;
  background-color: #ec0000;
}
.merit_terms::before {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
.merit_terms::after {
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

.merit_terms_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30rem auto 0;
  width: 650rem;
  row-gap: 70rem;
}

.merit_terms_text {
  display: -ms-grid;
  display: grid;
  width: 204rem;
  height: 204rem;
  border: 3rem solid #ff5c5c;
  border-radius: 204rem;
  background-color: #fff;
  color: #ff5c5c;
  text-align: center;
  font-weight: 700;
  font-size: 30rem;
  line-height: 1.4;
  place-items: center;
}

.asterisk {
  vertical-align: top;
  font-size: 0.8em;
}

.merit_terms_link {
  display: -ms-grid;
  display: grid;
  margin-top: 22rem;
  width: 204rem;
  height: 60rem;
  border-radius: 60rem;
  background-color: #ff5c5c;
  -webkit-box-shadow: 0 6rem 0 0 #c56362;
          box-shadow: 0 6rem 0 0 #c56362;
  color: #fff;
  font-weight: 700;
  font-size: 28rem;
  place-items: center;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40rem;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background-color: #ec0000;
  -webkit-box-shadow: 0 6rem 0 0 #c40004;
          box-shadow: 0 6rem 0 0 #c40004;
  color: #fff;
  font-weight: 700;
  font-size: 36rem;
}
.button2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40rem;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    background-color: #ec0000;
    -webkit-box-shadow: 0 6rem 0 0 #c40004;
    box-shadow: 0 6rem 0 0 #c40004;
    color: #fff;
    font-weight: 700;
    font-size: 36rem;
}
.button::before {
  content: "";
  display: block;
  width: 73rem;
  height: 72rem;
  background-image: url("/img/lp/icon_map.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26rem;
  display: block;
  width: 17rem;
  height: 17rem;
  border-top: 3rem solid #fff;
  border-right: 3rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.button2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26rem;
    display: block;
    width: 17rem;
    height: 17rem;
    border-top: 3rem solid #fff;
    border-right: 3rem solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.button_area {
  margin: 62rem auto 0;
  width: 650rem;
  height: 110rem;
}

.button_area2 {
    margin: 62rem auto 10rem;
    width: 650rem;
    height: 110rem;
}

.common__ttl_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
  color: #ff5c5c;
  font-size: 34rem;
}
.common__ttl_sub::before, .common__ttl_sub::after {
  content: "";
  position: relative;
  right: auto;
  left: auto;
  display: block;
  width: 1px;
  height: 36rem;
  background-color: #ff5c5c;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.common__ttl_sub::before {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
.common__ttl_sub::after {
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

.common__ttl_b {
  font-weight: 700;
  font-size: 40rem;
}

.topsec2 {
  padding-top: 64rem;
}

.topsec2__nav {
  margin: 50rem 0 0;
  border: 2px solid #c2c2c2;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.topsec2__nav_item {
  height: 112rem;
  border-bottom: 2px solid #c2c2c2;
}

.topsec2__nav_item:nth-child(odd) {
  border-right: 2px solid #c2c2c2;
}

.topsec2__nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-left: 50rem;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 28rem;
}
.topsec2__nav_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33rem;
  width: 20rem;
  height: 20rem;
  border-top: 6rem solid #ff6a62;
  border-right: 6rem solid #ff6a62;
}

.common__roundbtn {
  margin: 52rem auto 0;
  width: 550rem;
  height: 90rem;
}

.common__roundbtn_link {
  display: -ms-grid;
  display: grid;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6rem 0 rgba(0, 0, 0, 0.3);
  font-size: 28rem;
  place-items: center;
}
.common__roundbtn_link::after {
  right: 24rem;
  width: 17rem;
  height: 17rem;
  border-top: 3rem solid #ff5c5c;
  border-right: 3rem solid #ff5c5c;
}

.new-faq-21 {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.new-faq-21 .wrap-faq {
  padding-top: 116rem;
  border: 0;
}

.new-faq-21 .wrap-faq h2 {
  margin-top: 0;
  margin-bottom: 46rem;
  color: #6dc035;
  text-decoration: none;
  font-weight: 700;
  font-size: 40rem;
  line-height: 1.45;
}

.new-faq-21 .detail-faq {
  border-top: 2px solid #c2c2c2;
}

.border-bottom {
  border-bottom: 2px solid #c2c2c2;
}

.new-faq-21 .question {
  padding: 30rem 76rem 28rem 50rem;
  padding-left: 4em;
  border-top: 0;
  text-indent: -2.5em;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.642;
}

.new-faq-21 .question::after {
  right: 33rem;
  width: 20rem;
  height: 20rem;
  border-top: 6rem solid #ff6a62;
  border-right: 6rem solid #ff6a62;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.new-faq-21 .icon-rotate::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.new-faq-21 .answer p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28rem;
  line-height: 1.5;
}
.new-faq-21 .answer p + p {
  margin-top: 50rem;
}

.new-faq-21 .answer h4 {
  margin-top: 50rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.5;
}

.new-faq-21 .answer h4.about_title {
  font-size: 32rem;
}
.new-faq-21 .answer h4.about_title.second_title {
  margin-top: 94rem;
}

.new-faq-21 .answer {
  padding: 0 50rem;
  border-top: 2px solid #c2c2c2;
}

.new-faq-21 .answer.active {
  padding: 30rem 50rem;
}

.new-faq-21 .answer.start_image.active {
  padding: 0 50rem 30rem 50rem;
}

.new-faq-21 .red {
  color: #ec0000;
}

.new-faq-21 .blue {
  color: #0090d9;
}

.faq_image {
  margin-top: 24rem;
  max-width: none;
  width: 750rem;
  -webkit-transform: translateX(-50rem);
          transform: translateX(-50rem);
}
.first_image .faq_image {
  margin-top: 0;
}
.second_image .faq_image {
  margin-top: 50rem;
}

.section__content {
  padding: 0;
}

.new-faq-21 .detail-faq.custom h5 {
  margin: 0;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.5;
}

.new-faq-21 .detail-faq.custom p + h5 {
  margin-top: 50rem;
}

#wisepops-root {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
}
@media only screen and (min-device-width: 338px) and (max-device-width: 355px){
  .topsec2__search_input::-webkit-input-placeholder {
    font-size: 1.1rem;
  }
  .topsec2__search_input::-moz-placeholder {
    font-size: 1.1rem;
  }
  .topsec2__search_input:-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .topsec2__search_input::-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .topsec2__search_input::placeholder {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .header.fixed,
  .main.header_fixed,
  .footer{
    width: 100%;
  }
  ._fs_float01 {
    width: 100%;
    left: 0;
    justify-content: space-evenly;
  }

  #gl_menu {
    right: 0;
  }
}

@media only screen and (min-device-width: 356px) and (max-device-width: 374px){
  .topsec2__search_input::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .topsec2__search_input::-moz-placeholder {
    font-size: 1.2rem;
  }
  .topsec2__search_input:-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .topsec2__search_input::-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .topsec2__search_input::placeholder {
    font-size: 1.2rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 394px){
  .topsec2__search_input::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .topsec2__search_input::-moz-placeholder {
    font-size: 1.3rem;
  }
  .topsec2__search_input:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .topsec2__search_input::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .topsec2__search_input::placeholder {
    font-size: 1.3rem;
  }
}
@media only screen and (min-device-width: 395px){
  .topsec2__search_input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .topsec2__search_input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .topsec2__search_input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .topsec2__search_input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .topsec2__search_input::placeholder {
    font-size: 1.4rem;
  }
}
@media (min-width: 415px){
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 414px){
  html {
    font-size: 0.1333333333vw;
  }
  .post_main .wp-block-table, .section .wp-block-table, .single_main .wp-block-table {
    font-size: 12rem;
  }
  .post_main .wp-block-table tr, .section .wp-block-table tr, .single_main .wp-block-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40rem 0 30rem;
  }
  .post_main .wp-block-table td, .section .wp-block-table td, .single_main .wp-block-table td {
    display: block;
    padding: 0;
    width: 100%;
  }
  .post_main .wp-block-table td + td, .section .wp-block-table td + td, .single_main .wp-block-table td + td {
    margin-top: 15rem;
  }
  .post_main .wp-block-table + .wp-block-buttons, .section .wp-block-table + .wp-block-buttons, .single_main .wp-block-table + .wp-block-buttons {
    margin-top: 80rem;
  }
  .post_main h3.wp-block-heading, .section h3.wp-block-heading, .single_main h3.wp-block-heading {
    font-size: 15rem;
  }
  .post_main .wp-block-column p, .section .wp-block-column p, .single_main .wp-block-column p {
    font-size: 13rem;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .body::before {
    display: none;
  }
  .pagenation .wp-pagenavi a,
  .pagenation .wp-pagenavi span {
    width: 30rem;
    height: 30rem;
    font-size: 12rem;
  }
  .footer {
    margin-left: 0;
  }
  .main {
    margin-left: 0;
  }
  .sp_none {
    display: none !important;
  }
}
@media only screen and (max-device-width: 337px){
  .topsec2__search_input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .topsec2__search_input::-moz-placeholder {
    font-size: 1rem;
  }
  .topsec2__search_input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .topsec2__search_input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .topsec2__search_input::placeholder {
    font-size: 1rem;
  }
}
@media (hover: hover){
  a:hover {
    opacity: 0.6;
  }
  .image_link:hover {
    opacity: 1;
  }
  .image_link:hover img {
    opacity: 1;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/*# sourceMappingURL=style.css.map */

.w-187 {
  width: 187px;
}

.h-31 {
  height: 31px;
}

.link--interested {
  color: #0064a4;
  cursor: pointer;
  text-decoration: underline;
}

/* Spacing classes for adcp_2.ctp */
.merit-section-spacing {
  margin-bottom: -80px;
}

.merit-container-spacing {
  margin-bottom: -80px;
}

.merit-h3-spacing {
  margin-bottom: -60px;
}

.merit-img-spacing {
  margin-top: -35px;
  margin-bottom: -35px;
}

.merit-text-spacing {
  margin-bottom: -50px;
}

