/* Fonts
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?47j08u");
  src: url("../fonts/icomoon.eot?47j08u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?47j08u") format("truetype"), url("../fonts/icomoon.woff?47j08u") format("woff"), url("../fonts/icomoon.svg?47j08u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e900";
}

.icon-angle-left:before {
  content: "\e901";
}

.icon-angle-right:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-calender:before {
  content: "\e905";
}

.icon-circle-angle-right:before {
  content: "\e906";
}

.icon-circle:before {
  content: "\e907";
}

.icon-link:before {
  content: "\e908";
}

.icon-mail:before {
  content: "\e909";
}

.icon-map:before {
  content: "\e90a";
}

.icon-minus:before {
  content: "\e90b";
}

.icon-pdf:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90d";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-triangle-down-w:before {
  content: "\e90f";
}

.icon-triangle-down:before {
  content: "\e910";
}

.icon-triangle-left-w:before {
  content: "\e911";
}

.icon-triangle-left:before {
  content: "\e912";
}

.icon-triangle-right-w:before {
  content: "\e913";
}

.icon-triangle-right:before {
  content: "\e914";
}

.icon-triangle-up-w:before {
  content: "\e915";
}

.icon-triangle-up:before {
  content: "\e916";
}

.icon-q_triangle-down:before {
  content: "\e917";
}

.icon-q-minus:before {
  content: "\e918";
}

/* Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
  clear: both;
}

h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.p_small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

#content h3,
#content h4,
#content h5,
#content h6 {
  margin-top: 1rem;
}

#content h2 + h3,
#content h2 + h4,
#content h2 + h5,
#content h2 + h6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* Links
-------------------------------------------------------------- */
a {
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all  0.2s ease;
  -o-transition: all  0.2s ease;
  transition: all  0.2s ease;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

/* Lists
-------------------------------------------------------------- */
ul, ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
  padding: 0;
}

/* Tables
-------------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 2rem;
}

/* Images
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
}

#content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #FFF;
}

figure {
  margin: 0 0 2rem;
}

figure img {
  line-height: 1;
}

figure figcaption {
  font-size: 90%;
  color: #555;
  margin-top: .5rem;
}

/* Utilities
-------------------------------------------------------------- */
.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.text-small {
  font-size: 90% !important;
}

.text-note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.clear {
  clear: both;
}

.number {
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.number a {
  color: #3A160E;
}

@media (max-width: 575.98px) {
  .row10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row10 > .col,
  .row10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row5 > .col,
  .row5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .no-gutters-s2 {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutters-s2 > .col,
  .no-gutters-s2 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
