@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #ffffff;
  position: relative;
}

/* ==============================================
 01. Common settings
=============================================== */
/* reset
----------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* common
----------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  background: #fff;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a {
  color: #ffffff;
  outline: medium none;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.6;
  margin: 0 0 24px;
  max-height: 100%;
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace,serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.8;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.8;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.8;
}

th {
  font-weight: bold;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

/* ==============================================
 02. Layout
=============================================== */
/* Common
----------------------------------------------- */
.wrapper {
  opacity: 0;
  overflow: hidden;
}

.container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex-root {
  -webkit-flex: 1;
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-column-fluid {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-row {
  flex-direction: row;
}

.flex-row-fluid {
  -webkit-flex: 1 auto;
  flex: 1 auto;
  min-width: 0;
}

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

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* align
----------------------------------------------- */
.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.align-baseline {
  vertical-align: baseline;
}

/* ==============================================
 Contents
=============================================== */
.wrapper {
  background: #fff url("../images/body_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.block .block-inner {
  padding-left: 7%;
  padding-right: 7%;
}

.block .w100 {
  width: 100%;
}

.block-attention {
  background-color: #25344e;
}

.block-attention p {
  line-height: 2.2;
  font-size: 0.8rem;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* ==============================================
 Modal
=============================================== */
.modaal-wrapper {
  overflow: hidden;
}

.modaal-wrapper .modaal-container {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.modaal-wrapper .modaal-content-container {
  padding: 0;
}

.modaal-wrapper .card {
  background-color: #ffffff;
  color: #18263e;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.modaal-wrapper .card .card-header {
  padding: 12px;
  text-align: center;
}

.modaal-wrapper .card .card-header h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.modaal-wrapper .card .card-body {
  background-color: #edeff3;
  border: 1px solid #b5b6b9;
  font-size: 12px;
  padding: 20px 0 20px 5%;
}

.modaal-wrapper .card .card-body .scroll-area {
  padding-right: 5%;
  position: relative;
  overflow: auto;
  max-height: 50vh;
}

.modaal-wrapper .card .card-body .ps__rail-y {
  opacity: 1 !important;
}

.modaal-wrapper .card .card-body .ps__thumb-y {
  background-color: #25344e;
  opacity: 1 !important;
  width: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.modaal-wrapper .card .card-body h3 {
  line-height: 1.7;
}

.modaal-wrapper .card .card-body h4 {
  line-height: 1.7;
}

.modaal-wrapper .card .card-body p {
  line-height: 1.7;
  margin-bottom: 1em;
}

.modaal-wrapper .card .card-body p.mb-0 {
  margin-bottom: 0;
}

.modaal-wrapper .card .card-body ul {
  margin-bottom: 1em;
}

.modaal-wrapper .card .card-body ul li {
  line-height: 1.7;
}

.modaal-wrapper .card .card-body ol {
  margin-bottom: 1em;
}

.modaal-wrapper .card .card-body ol li {
  line-height: 1.7;
}

.modaal-wrapper .card .card-body .list-type-dot > li {
  position: relative;
  padding-left: 1em;
}

.modaal-wrapper .card .card-body .list-type-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.modaal-wrapper .card .card-body .list-type-number > li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  padding-left: 2em;
}

.modaal-wrapper .card .card-body .list-type-number > li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
  top: 0;
}

.modaal-wrapper .card .card-body a {
  color: #00a3f7;
  text-decoration: underline;
}

@media (min-width: 1121px) {
  .modaal-wrapper .card .card-body a:hover {
    text-decoration: none;
  }
}

.modaal-wrapper .close-btn {
  text-align: center;
  margin-top: 20px;
}

.modaal-wrapper .close-btn button {
  background: none;
  cursor: pointer;
  border-radius: 0;
  border: none;
}

.modaal-wrapper .close-btn button img {
  width: 200px;
}

/* ==============================================
 Footer
=============================================== */
footer {
  font-size: 0.8rem;
}

.container {
  background-color: #18263e;
  padding: 0 0 24px;
}

.footer-description {
  padding: 8% 10% 10%;
  border-bottom: 0.5px solid;
  border-color: #3c484b;
}

.footer-description-logo-area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 5%;
}

.footer-description-logo-area .footer-logo {
  width: 60%;
}

.footer-description-area {
  display: block;
  width: 100%;
}

.footer-description li {
  padding: 0.8% 0;
  color: #7a8686;
}

.footer-grams-logo {
  width: 50%;
  margin: 10% 0 2%;
}

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

.footer-link li {
  color: #7a8686;
  font-size: 0.85rem;
  display: inline-block;
  padding: 16px 2px 16px 2px;
}

.footer-link li:not(:first-child)::before {
  white-space: pre-wrap;
  content: "| ";
}

.footer-link li a {
  color: #7a8686;
}

.footer-copyright {
  display: block;
  color: #7a8686;
}

/* ==============================================
 Media Queries
=============================================== */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/* tablet
----------------------------------------------- */
@media screen and (max-width: 991px) {
  body.sp-nav-open {
    overflow: hidden !important;
  }
  /* ==============================================
     Layout
    =============================================== */
  /* column
    ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
    ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}

@media print {
  body {
    zoom: 75%;
  }
}
