@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

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

/* 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;
}

/**
 * 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 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;
}

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

caption {
  text-align: left;
}

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

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

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

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

/**/
html, body {
  font-size: 62.5%;
  line-height: 1;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  width: 100%;
}

/*img reset*/
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

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

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

input[type=text],
input[type=button],
input[type=email],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[class*="--ttl"],
[class*=__ttl] {
  font-size: 1.5rem;
}
[class*="--txt"],
[class*=__txt] {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

[class*=__inner] {
  width: 760px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.wrapper {
  width: 100%;
  margin: auto;
  position: relative;
}

.forPc {
  display: block;
}

.forTab-Sp {
  display: none;
}

.forSp {
  display: none;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.hover {
  transition: all 0.3s ease;
}

.link-blank {
  font-size: 1.2rem;
}
.link-blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: 0.7em;
  background: url(/img/common/ico_blank.png) no-repeat;
  background-position: 0 0.2em;
  background-size: 100% auto;
}

.link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

@-webkit-keyframes leftIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes leftIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.scroll_off1 {
  -webkit-animation: scroll_off1 0.75s ease-in-out both;
          animation: scroll_off1 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll_on1 {
  -webkit-animation: scroll_on1 0.75s ease-in-out both;
          animation: scroll_on1 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_off2 {
  -webkit-animation: scroll_off2 0.75s ease-in-out both;
          animation: scroll_off2 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_off2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}

@keyframes scroll_off2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on2 {
  -webkit-animation: scroll_on2 0.75s ease-in-out both;
          animation: scroll_on2 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off3 > * {
  -webkit-animation: scroll_off3 0.75s ease-in-out both;
          animation: scroll_off3 0.75s ease-in-out both;
}

.scroll_off3 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_off3 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_off3 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll_off3 > *:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.scroll_off3 > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll_off3 > *:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.scroll_off3 > *:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll_off3 > *:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.scroll_off3 > *:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll_off3 > *:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

@-webkit-keyframes scroll_off3 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}

@keyframes scroll_off3 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on3 > * {
  -webkit-animation: scroll_on3 0.75s ease-in-out both;
          animation: scroll_on3 0.75s ease-in-out both;
}

.scroll_on3 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_on3 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_on3 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll_on3 > *:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.scroll_on3 > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll_on3 > *:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.scroll_on3 > *:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll_on3 > *:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.scroll_on3 > *:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll_on3 > *:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

@-webkit-keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off4 {
  -webkit-animation: scroll_off4 0.75s ease-in-out both;
          animation: scroll_off4 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_off4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}

@keyframes scroll_off4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
.scroll_on4 {
  -webkit-animation: scroll_on4 0.5s ease-in-out both;
          animation: scroll_on4 0.5s ease-in-out both;
}

@-webkit-keyframes scroll_on4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scroll_on4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.scroll_off5 > * {
  -webkit-animation: scroll_off5 0.75s ease-in-out both;
          animation: scroll_off5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes scroll_off5 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
}

@keyframes scroll_off5 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
}
.scroll_on5 > * {
  -webkit-animation: scroll_on5 0.75s ease-in-out both;
          animation: scroll_on5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes scroll_on5 {
  0% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes scroll_on5 {
  0% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
h4 {
  font-weight: bold;
}

dt {
  font-weight: normal;
}

.btn {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  display: inline-block;
  border-radius: 3px;
}
.btn a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
}
.btn--gray {
  padding: 0 10px;
  background: #697396;
}
.btn--blue {
  padding: 0 17px;
  background: linear-gradient(to bottom, #3398FB, #2774BF);
  transition: opacity 0.5s;
}
.btn--blue:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.btn--blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  background: url("/img/ico_blank_white.svg") no-repeat center/contain;
}

.header {
  background: #fff;
}
.header__inner {
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 12px;
}
.header__btns {
  display: flex;
}
.header__btns li + li {
  margin-left: 28px;
}
.header__btns li .address {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin-left: 14px;
}
.header__btns li .address::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 1.2em;
  margin-right: 0.4em;
  background: url("/img/ico_mail.svg") no-repeat center/contain;
  vertical-align: -4px;
}
.header .gnav {
  background: url("../img_common/bg_gnav.png") repeat-x;
}
.header .gnav ul {
  width: 760px;
  display: flex;
  margin: auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header .gnav ul li {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.header .gnav ul li:nth-child(1) {
  background-image: url(../img_common/headnav01h.jpg);
}
.header .gnav ul li:nth-child(2) {
  background-image: url(../img_common/headnav02h.jpg);
}
.header .gnav ul li:nth-child(3) {
  background-image: url(../img_common/headnav03h.jpg);
}
.header .gnav ul li:nth-child(4) {
  background-image: url(../img_common/headnav04h.jpg);
}
.header .gnav ul li:nth-child(5) {
  background-image: url(../img_common/headnav05h.jpg);
}
.header .gnav ul li:nth-child(6) {
  background-image: url(../img_common/headnav06h.jpg);
}
.header .gnav ul li img {
  transition: opacity 0.5s;
}
.header .gnav ul li:hover img {
  opacity: 0;
  transition: opacity 0.5s;
}

.container__inner {
  padding-top: 1px;
  padding-bottom: 60px;
  background: #fff;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #697396;
}
.footer__inner {
  display: flex;
}
.footer__logo {
  margin-top: -6px;
}
.footer__add {
  display: flex;
  align-items: flex-start;
  margin-left: 107px;
}
.footer__mail {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
.footer__head {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 38px;
  width: 55px;
  border-radius: 3px;
  background: #495069;
}
.footer__text {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 10px;
}
.footer__btn {
  display: inline-block;
  margin-top: 3px;
  transition: opacity 0.5s;
}
.footer__btn:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.footer .privacy {
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  margin: 17px auto 0;
  padding-left: 1.5em;
  background: url("../img_common/arrow_right.svg") no-repeat left center/1em auto;
}
.footer .privacy:hover {
  text-decoration: underline;
}
.footer .copyright {
  color: #fff;
  font-size: 10px;
  text-align: right;
  display: block;
  margin: 12px auto 0;
  width: 740px;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s opacity ease;
}
.modal__bg {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}
.modal.on {
  opacity: 1;
  transition: 0.3s opacity ease;
}
.modal__contents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 600px;
  padding-top: 40px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.modalTitle {
  font-size: 22px;
  margin: 0 0 26px 0;
}
.modalTitle span {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 5px;
}

.modalMap {
  width: 100%;
  margin: 0 0 16px 0;
}

.modalText {
  margin: 0 0 45px;
  font-size: 12px;
  line-height: 1.9;
}

.modalClose {
  font-size: 16px;
}

.modalClose img {
  margin: 0 0 7px 0;
}

/* base
-------------------------------------------------- */
/* page
-------------------------------------------------- */
body {
  background: none;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 1340px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  [class*="--txt"],
[class*=__txt] {
    font-size: 1.4rem;
  }
  [class*=__inner] {
    padding-left: 0;
    padding-right: 0;
  }
  .forPc {
    display: none;
  }
  .forTab-Sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  body {
    width: 100%;
  }
  .forSp {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 374px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 1341px) {
  body {
    width: 100%;
  }
}