﻿@charset "UTF-8";
/* -------------------
  RESET
--------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a {
  color: inherit;
  text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* -------------------
  NO - RESET
--------------------*/
.no-reset * {
  line-height: normal;
}

.no-reset html {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.no-reset body {
  margin: 8px;
  line-height: normal;
}

.no-reset p {
  margin: 1em 0;
}

.no-reset blockquote,
.no-reset figure {
  margin: 1em 40px;
}

.no-reset q {
  quotes: "“" "”" "‘" "’";
}

.no-reset q:before {
  content: open-quote;
}

.no-reset q:after {
  content: close-quote;
}

.no-reset hr {
  border: 1px inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5em auto;
}

.no-reset h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

.no-reset h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0;
}

.no-reset h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

.no-reset h4 {
  font-size: 1.00em;
  font-weight: bold;
  margin: 1.33em 0;
}

.no-reset h5 {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

.no-reset h6 {
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

.no-reset article h1,
.no-reset aside h1,
.no-reset nav h1,
.no-reset section h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0;
}

.no-reset article article h1,
.no-reset article aside h1,
.no-reset article nav h1,
.no-reset article section h1,
.no-reset aside article h1,
.no-reset aside aside h1,
.no-reset aside nav h1,
.no-reset aside section h1,
.no-reset nav article h1,
.no-reset nav aside h1,
.no-reset nav nav h1,
.no-reset nav section h1,
.no-reset section article h1,
.no-reset section aside h1,
.no-reset section nav h1,
.no-reset section section h1 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

.no-reset article article article h1,
.no-reset article article aside h1,
.no-reset article article nav h1,
.no-reset article article section h1,
.no-reset article aside article h1,
.no-reset article aside aside h1,
.no-reset article aside nav h1,
.no-reset article aside section h1,
.no-reset article nav article h1,
.no-reset article nav aside h1,
.no-reset article nav nav h1,
.no-reset article nav section h1,
.no-reset article section article h1,
.no-reset article section aside h1,
.no-reset article section nav h1,
.no-reset article section section h1,
.no-reset aside article article h1,
.no-reset aside article aside h1,
.no-reset aside article nav h1,
.no-reset aside article section h1,
.no-reset aside aside article h1,
.no-reset aside aside aside h1,
.no-reset aside aside nav h1,
.no-reset aside aside section h1,
.no-reset aside nav article h1,
.no-reset aside nav aside h1,
.no-reset aside nav nav h1,
.no-reset aside nav section h1,
.no-reset aside section article h1,
.no-reset aside section aside h1,
.no-reset aside section nav h1,
.no-reset aside section section h1,
.no-reset nav article article h1,
.no-reset nav article aside h1,
.no-reset nav article nav h1,
.no-reset nav article section h1,
.no-reset nav aside article h1,
.no-reset nav aside aside h1,
.no-reset nav aside nav h1,
.no-reset nav aside section h1,
.no-reset nav nav article h1,
.no-reset nav nav aside h1,
.no-reset nav nav nav h1,
.no-reset nav nav section h1,
.no-reset nav section article h1,
.no-reset nav section aside h1,
.no-reset nav section nav h1,
.no-reset nav section section h1,
.no-reset section article article h1,
.no-reset section article aside h1,
.no-reset section article nav h1,
.no-reset section article section h1,
.no-reset section aside article h1,
.no-reset section aside aside h1,
.no-reset section aside nav h1,
.no-reset section aside section h1,
.no-reset section nav article h1,
.no-reset section nav aside h1,
.no-reset section nav nav h1,
.no-reset section nav section h1,
.no-reset section section article h1,
.no-reset section section aside h1,
.no-reset section section nav h1,
.no-reset section section section h1 {
  font-size: 1.00em;
  font-weight: bold;
  margin: 1.33em 0;
}

.no-reset article article article article h1,
.no-reset article article article aside h1,
.no-reset article article article nav h1,
.no-reset article article article section h1,
.no-reset article article aside article h1,
.no-reset article article aside aside h1,
.no-reset article article aside nav h1,
.no-reset article article aside section h1,
.no-reset article article nav article h1,
.no-reset article article nav aside h1,
.no-reset article article nav nav h1,
.no-reset article article nav section h1,
.no-reset article article section article h1,
.no-reset article article section aside h1,
.no-reset article article section nav h1,
.no-reset article article section section h1,
.no-reset article aside article article h1,
.no-reset article aside article aside h1,
.no-reset article aside article nav h1,
.no-reset article aside article section h1,
.no-reset article aside aside article h1,
.no-reset article aside aside aside h1,
.no-reset article aside aside nav h1,
.no-reset article aside aside section h1,
.no-reset article aside nav article h1,
.no-reset article aside nav aside h1,
.no-reset article aside nav nav h1,
.no-reset article aside nav section h1,
.no-reset article aside section article h1,
.no-reset article aside section aside h1,
.no-reset article aside section nav h1,
.no-reset article aside section section h1,
.no-reset article nav article article h1,
.no-reset article nav article aside h1,
.no-reset article nav article nav h1,
.no-reset article nav article section h1,
.no-reset article nav aside article h1,
.no-reset article nav aside aside h1,
.no-reset article nav aside nav h1,
.no-reset article nav aside section h1,
.no-reset article nav nav article h1,
.no-reset article nav nav aside h1,
.no-reset article nav nav nav h1,
.no-reset article nav nav section h1,
.no-reset article nav section article h1,
.no-reset article nav section aside h1,
.no-reset article nav section nav h1,
.no-reset article nav section section h1,
.no-reset article section article article h1,
.no-reset article section article aside h1,
.no-reset article section article nav h1,
.no-reset article section article section h1,
.no-reset article section aside article h1,
.no-reset article section aside aside h1,
.no-reset article section aside nav h1,
.no-reset article section aside section h1,
.no-reset article section nav article h1,
.no-reset article section nav aside h1,
.no-reset article section nav nav h1,
.no-reset article section nav section h1,
.no-reset article section section article h1,
.no-reset article section section aside h1,
.no-reset article section section nav h1,
.no-reset article section section section h1,
.no-reset aside article article article h1,
.no-reset aside article article aside h1,
.no-reset aside article article nav h1,
.no-reset aside article article section h1,
.no-reset aside article aside article h1,
.no-reset aside article aside aside h1,
.no-reset aside article aside nav h1,
.no-reset aside article aside section h1,
.no-reset aside article nav article h1,
.no-reset aside article nav aside h1,
.no-reset aside article nav nav h1,
.no-reset aside article nav section h1,
.no-reset aside article section article h1,
.no-reset aside article section aside h1,
.no-reset aside article section nav h1,
.no-reset aside article section section h1,
.no-reset aside aside article article h1,
.no-reset aside aside article aside h1,
.no-reset aside aside article nav h1,
.no-reset aside aside article section h1,
.no-reset aside aside aside article h1,
.no-reset aside aside aside aside h1,
.no-reset aside aside aside nav h1,
.no-reset aside aside aside section h1,
.no-reset aside aside nav article h1,
.no-reset aside aside nav aside h1,
.no-reset aside aside nav nav h1,
.no-reset aside aside nav section h1,
.no-reset aside aside section article h1,
.no-reset aside aside section aside h1,
.no-reset aside aside section nav h1,
.no-reset aside aside section section h1,
.no-reset aside nav article article h1,
.no-reset aside nav article aside h1,
.no-reset aside nav article nav h1,
.no-reset aside nav article section h1,
.no-reset aside nav aside article h1,
.no-reset aside nav aside aside h1,
.no-reset aside nav aside nav h1,
.no-reset aside nav aside section h1,
.no-reset aside nav nav article h1,
.no-reset aside nav nav aside h1,
.no-reset aside nav nav nav h1,
.no-reset aside nav nav section h1,
.no-reset aside nav section article h1,
.no-reset aside nav section aside h1,
.no-reset aside nav section nav h1,
.no-reset aside nav section section h1,
.no-reset aside section article article h1,
.no-reset aside section article aside h1,
.no-reset aside section article nav h1,
.no-reset aside section article section h1,
.no-reset aside section aside article h1,
.no-reset aside section aside aside h1,
.no-reset aside section aside nav h1,
.no-reset aside section aside section h1,
.no-reset aside section nav article h1,
.no-reset aside section nav aside h1,
.no-reset aside section nav nav h1,
.no-reset aside section nav section h1,
.no-reset aside section section article h1,
.no-reset aside section section aside h1,
.no-reset aside section section nav h1,
.no-reset aside section section section h1,
.no-reset nav article article article h1,
.no-reset nav article article aside h1,
.no-reset nav article article nav h1,
.no-reset nav article article section h1,
.no-reset nav article aside article h1,
.no-reset nav article aside aside h1,
.no-reset nav article aside nav h1,
.no-reset nav article aside section h1,
.no-reset nav article nav article h1,
.no-reset nav article nav aside h1,
.no-reset nav article nav nav h1,
.no-reset nav article nav section h1,
.no-reset nav article section article h1,
.no-reset nav article section aside h1,
.no-reset nav article section nav h1,
.no-reset nav article section section h1,
.no-reset nav aside article article h1,
.no-reset nav aside article aside h1,
.no-reset nav aside article nav h1,
.no-reset nav aside article section h1,
.no-reset nav aside aside article h1,
.no-reset nav aside aside aside h1,
.no-reset nav aside aside nav h1,
.no-reset nav aside aside section h1,
.no-reset nav aside nav article h1,
.no-reset nav aside nav aside h1,
.no-reset nav aside nav nav h1,
.no-reset nav aside nav section h1,
.no-reset nav aside section article h1,
.no-reset nav aside section aside h1,
.no-reset nav aside section nav h1,
.no-reset nav aside section section h1,
.no-reset nav nav article article h1,
.no-reset nav nav article aside h1,
.no-reset nav nav article nav h1,
.no-reset nav nav article section h1,
.no-reset nav nav aside article h1,
.no-reset nav nav aside aside h1,
.no-reset nav nav aside nav h1,
.no-reset nav nav aside section h1,
.no-reset nav nav nav article h1,
.no-reset nav nav nav aside h1,
.no-reset nav nav nav nav h1,
.no-reset nav nav nav section h1,
.no-reset nav nav section article h1,
.no-reset nav nav section aside h1,
.no-reset nav nav section nav h1,
.no-reset nav nav section section h1,
.no-reset nav section article article h1,
.no-reset nav section article aside h1,
.no-reset nav section article nav h1,
.no-reset nav section article section h1,
.no-reset nav section aside article h1,
.no-reset nav section aside aside h1,
.no-reset nav section aside nav h1,
.no-reset nav section aside section h1,
.no-reset nav section nav article h1,
.no-reset nav section nav aside h1,
.no-reset nav section nav nav h1,
.no-reset nav section nav section h1,
.no-reset nav section section article h1,
.no-reset nav section section aside h1,
.no-reset nav section section nav h1,
.no-reset nav section section section h1,
.no-reset section article article article h1,
.no-reset section article article aside h1,
.no-reset section article article nav h1,
.no-reset section article article section h1,
.no-reset section article aside article h1,
.no-reset section article aside aside h1,
.no-reset section article aside nav h1,
.no-reset section article aside section h1,
.no-reset section article nav article h1,
.no-reset section article nav aside h1,
.no-reset section article nav nav h1,
.no-reset section article nav section h1,
.no-reset section article section article h1,
.no-reset section article section aside h1,
.no-reset section article section nav h1,
.no-reset section article section section h1,
.no-reset section aside article article h1,
.no-reset section aside article aside h1,
.no-reset section aside article nav h1,
.no-reset section aside article section h1,
.no-reset section aside aside article h1,
.no-reset section aside aside aside h1,
.no-reset section aside aside nav h1,
.no-reset section aside aside section h1,
.no-reset section aside nav article h1,
.no-reset section aside nav aside h1,
.no-reset section aside nav nav h1,
.no-reset section aside nav section h1,
.no-reset section aside section article h1,
.no-reset section aside section aside h1,
.no-reset section aside section nav h1,
.no-reset section aside section section h1,
.no-reset section nav article article h1,
.no-reset section nav article aside h1,
.no-reset section nav article nav h1,
.no-reset section nav article section h1,
.no-reset section nav aside article h1,
.no-reset section nav aside aside h1,
.no-reset section nav aside nav h1,
.no-reset section nav aside section h1,
.no-reset section nav nav article h1,
.no-reset section nav nav aside h1,
.no-reset section nav nav nav h1,
.no-reset section nav nav section h1,
.no-reset section nav section article h1,
.no-reset section nav section aside h1,
.no-reset section nav section nav h1,
.no-reset section nav section section h1,
.no-reset section section article article h1,
.no-reset section section article aside h1,
.no-reset section section article nav h1,
.no-reset section section article section h1,
.no-reset section section aside article h1,
.no-reset section section aside aside h1,
.no-reset section section aside nav h1,
.no-reset section section aside section h1,
.no-reset section section nav article h1,
.no-reset section section nav aside h1,
.no-reset section section nav nav h1,
.no-reset section section nav section h1,
.no-reset section section section article h1,
.no-reset section section section aside h1,
.no-reset section section section nav h1,
.no-reset section section section section h1 {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

.no-reset article article article article article h1,
.no-reset article article article article aside h1,
.no-reset article article article article nav h1,
.no-reset article article article article section h1,
.no-reset article article article aside article h1,
.no-reset article article article aside aside h1,
.no-reset article article article aside nav h1,
.no-reset article article article aside section h1,
.no-reset article article article nav article h1,
.no-reset article article article nav aside h1,
.no-reset article article article nav nav h1,
.no-reset article article article nav section h1,
.no-reset article article article section article h1,
.no-reset article article article section aside h1,
.no-reset article article article section nav h1,
.no-reset article article article section section h1,
.no-reset article article aside article article h1,
.no-reset article article aside article aside h1,
.no-reset article article aside article nav h1,
.no-reset article article aside article section h1,
.no-reset article article aside aside article h1,
.no-reset article article aside aside aside h1,
.no-reset article article aside aside nav h1,
.no-reset article article aside aside section h1,
.no-reset article article aside nav article h1,
.no-reset article article aside nav aside h1,
.no-reset article article aside nav nav h1,
.no-reset article article aside nav section h1,
.no-reset article article aside section article h1,
.no-reset article article aside section aside h1,
.no-reset article article aside section nav h1,
.no-reset article article aside section section h1,
.no-reset article article nav article article h1,
.no-reset article article nav article aside h1,
.no-reset article article nav article nav h1,
.no-reset article article nav article section h1,
.no-reset article article nav aside article h1,
.no-reset article article nav aside aside h1,
.no-reset article article nav aside nav h1,
.no-reset article article nav aside section h1,
.no-reset article article nav nav article h1,
.no-reset article article nav nav aside h1,
.no-reset article article nav nav nav h1,
.no-reset article article nav nav section h1,
.no-reset article article nav section article h1,
.no-reset article article nav section aside h1,
.no-reset article article nav section nav h1,
.no-reset article article nav section section h1,
.no-reset article article section article article h1,
.no-reset article article section article aside h1,
.no-reset article article section article nav h1,
.no-reset article article section article section h1,
.no-reset article article section aside article h1,
.no-reset article article section aside aside h1,
.no-reset article article section aside nav h1,
.no-reset article article section aside section h1,
.no-reset article article section nav article h1,
.no-reset article article section nav aside h1,
.no-reset article article section nav nav h1,
.no-reset article article section nav section h1,
.no-reset article article section section article h1,
.no-reset article article section section aside h1,
.no-reset article article section section nav h1,
.no-reset article article section section section h1,
.no-reset article aside article article article h1,
.no-reset article aside article article aside h1,
.no-reset article aside article article nav h1,
.no-reset article aside article article section h1,
.no-reset article aside article aside article h1,
.no-reset article aside article aside aside h1,
.no-reset article aside article aside nav h1,
.no-reset article aside article aside section h1,
.no-reset article aside article nav article h1,
.no-reset article aside article nav aside h1,
.no-reset article aside article nav nav h1,
.no-reset article aside article nav section h1,
.no-reset article aside article section article h1,
.no-reset article aside article section aside h1,
.no-reset article aside article section nav h1,
.no-reset article aside article section section h1,
.no-reset article aside aside article article h1,
.no-reset article aside aside article aside h1,
.no-reset article aside aside article nav h1,
.no-reset article aside aside article section h1,
.no-reset article aside aside aside article h1,
.no-reset article aside aside aside aside h1,
.no-reset article aside aside aside nav h1,
.no-reset article aside aside aside section h1,
.no-reset article aside aside nav article h1,
.no-reset article aside aside nav aside h1,
.no-reset article aside aside nav nav h1,
.no-reset article aside aside nav section h1,
.no-reset article aside aside section article h1,
.no-reset article aside aside section aside h1,
.no-reset article aside aside section nav h1,
.no-reset article aside aside section section h1,
.no-reset article aside nav article article h1,
.no-reset article aside nav article aside h1,
.no-reset article aside nav article nav h1,
.no-reset article aside nav article section h1,
.no-reset article aside nav aside article h1,
.no-reset article aside nav aside aside h1,
.no-reset article aside nav aside nav h1,
.no-reset article aside nav aside section h1,
.no-reset article aside nav nav article h1,
.no-reset article aside nav nav aside h1,
.no-reset article aside nav nav nav h1,
.no-reset article aside nav nav section h1,
.no-reset article aside nav section article h1,
.no-reset article aside nav section aside h1,
.no-reset article aside nav section nav h1,
.no-reset article aside nav section section h1,
.no-reset article aside section article article h1,
.no-reset article aside section article aside h1,
.no-reset article aside section article nav h1,
.no-reset article aside section article section h1,
.no-reset article aside section aside article h1,
.no-reset article aside section aside aside h1,
.no-reset article aside section aside nav h1,
.no-reset article aside section aside section h1,
.no-reset article aside section nav article h1,
.no-reset article aside section nav aside h1,
.no-reset article aside section nav nav h1,
.no-reset article aside section nav section h1,
.no-reset article aside section section article h1,
.no-reset article aside section section aside h1,
.no-reset article aside section section nav h1,
.no-reset article aside section section section h1,
.no-reset article nav article article article h1,
.no-reset article nav article article aside h1,
.no-reset article nav article article nav h1,
.no-reset article nav article article section h1,
.no-reset article nav article aside article h1,
.no-reset article nav article aside aside h1,
.no-reset article nav article aside nav h1,
.no-reset article nav article aside section h1,
.no-reset article nav article nav article h1,
.no-reset article nav article nav aside h1,
.no-reset article nav article nav nav h1,
.no-reset article nav article nav section h1,
.no-reset article nav article section article h1,
.no-reset article nav article section aside h1,
.no-reset article nav article section nav h1,
.no-reset article nav article section section h1,
.no-reset article nav aside article article h1,
.no-reset article nav aside article aside h1,
.no-reset article nav aside article nav h1,
.no-reset article nav aside article section h1,
.no-reset article nav aside aside article h1,
.no-reset article nav aside aside aside h1,
.no-reset article nav aside aside nav h1,
.no-reset article nav aside aside section h1,
.no-reset article nav aside nav article h1,
.no-reset article nav aside nav aside h1,
.no-reset article nav aside nav nav h1,
.no-reset article nav aside nav section h1,
.no-reset article nav aside section article h1,
.no-reset article nav aside section aside h1,
.no-reset article nav aside section nav h1,
.no-reset article nav aside section section h1,
.no-reset article nav nav article article h1,
.no-reset article nav nav article aside h1,
.no-reset article nav nav article nav h1,
.no-reset article nav nav article section h1,
.no-reset article nav nav aside article h1,
.no-reset article nav nav aside aside h1,
.no-reset article nav nav aside nav h1,
.no-reset article nav nav aside section h1,
.no-reset article nav nav nav article h1,
.no-reset article nav nav nav aside h1,
.no-reset article nav nav nav nav h1,
.no-reset article nav nav nav section h1,
.no-reset article nav nav section article h1,
.no-reset article nav nav section aside h1,
.no-reset article nav nav section nav h1,
.no-reset article nav nav section section h1,
.no-reset article nav section article article h1,
.no-reset article nav section article aside h1,
.no-reset article nav section article nav h1,
.no-reset article nav section article section h1,
.no-reset article nav section aside article h1,
.no-reset article nav section aside aside h1,
.no-reset article nav section aside nav h1,
.no-reset article nav section aside section h1,
.no-reset article nav section nav article h1,
.no-reset article nav section nav aside h1,
.no-reset article nav section nav nav h1,
.no-reset article nav section nav section h1,
.no-reset article nav section section article h1,
.no-reset article nav section section aside h1,
.no-reset article nav section section nav h1,
.no-reset article nav section section section h1,
.no-reset article section article article article h1,
.no-reset article section article article aside h1,
.no-reset article section article article nav h1,
.no-reset article section article article section h1,
.no-reset article section article aside article h1,
.no-reset article section article aside aside h1,
.no-reset article section article aside nav h1,
.no-reset article section article aside section h1,
.no-reset article section article nav article h1,
.no-reset article section article nav aside h1,
.no-reset article section article nav nav h1,
.no-reset article section article nav section h1,
.no-reset article section article section article h1,
.no-reset article section article section aside h1,
.no-reset article section article section nav h1,
.no-reset article section article section section h1,
.no-reset article section aside article article h1,
.no-reset article section aside article aside h1,
.no-reset article section aside article nav h1,
.no-reset article section aside article section h1,
.no-reset article section aside aside article h1,
.no-reset article section aside aside aside h1,
.no-reset article section aside aside nav h1,
.no-reset article section aside aside section h1,
.no-reset article section aside nav article h1,
.no-reset article section aside nav aside h1,
.no-reset article section aside nav nav h1,
.no-reset article section aside nav section h1,
.no-reset article section aside section article h1,
.no-reset article section aside section aside h1,
.no-reset article section aside section nav h1,
.no-reset article section aside section section h1,
.no-reset article section nav article article h1,
.no-reset article section nav article aside h1,
.no-reset article section nav article nav h1,
.no-reset article section nav article section h1,
.no-reset article section nav aside article h1,
.no-reset article section nav aside aside h1,
.no-reset article section nav aside nav h1,
.no-reset article section nav aside section h1,
.no-reset article section nav nav article h1,
.no-reset article section nav nav aside h1,
.no-reset article section nav nav nav h1,
.no-reset article section nav nav section h1,
.no-reset article section nav section article h1,
.no-reset article section nav section aside h1,
.no-reset article section nav section nav h1,
.no-reset article section nav section section h1,
.no-reset article section section article article h1,
.no-reset article section section article aside h1,
.no-reset article section section article nav h1,
.no-reset article section section article section h1,
.no-reset article section section aside article h1,
.no-reset article section section aside aside h1,
.no-reset article section section aside nav h1,
.no-reset article section section aside section h1,
.no-reset article section section nav article h1,
.no-reset article section section nav aside h1,
.no-reset article section section nav nav h1,
.no-reset article section section nav section h1,
.no-reset article section section section article h1,
.no-reset article section section section aside h1,
.no-reset article section section section nav h1,
.no-reset article section section section section h1,
.no-reset aside article article article article h1,
.no-reset aside article article article aside h1,
.no-reset aside article article article nav h1,
.no-reset aside article article article section h1,
.no-reset aside article article aside article h1,
.no-reset aside article article aside aside h1,
.no-reset aside article article aside nav h1,
.no-reset aside article article aside section h1,
.no-reset aside article article nav article h1,
.no-reset aside article article nav aside h1,
.no-reset aside article article nav nav h1,
.no-reset aside article article nav section h1,
.no-reset aside article article section article h1,
.no-reset aside article article section aside h1,
.no-reset aside article article section nav h1,
.no-reset aside article article section section h1,
.no-reset aside article aside article article h1,
.no-reset aside article aside article aside h1,
.no-reset aside article aside article nav h1,
.no-reset aside article aside article section h1,
.no-reset aside article aside aside article h1,
.no-reset aside article aside aside aside h1,
.no-reset aside article aside aside nav h1,
.no-reset aside article aside aside section h1,
.no-reset aside article aside nav article h1,
.no-reset aside article aside nav aside h1,
.no-reset aside article aside nav nav h1,
.no-reset aside article aside nav section h1,
.no-reset aside article aside section article h1,
.no-reset aside article aside section aside h1,
.no-reset aside article aside section nav h1,
.no-reset aside article aside section section h1,
.no-reset aside article nav article article h1,
.no-reset aside article nav article aside h1,
.no-reset aside article nav article nav h1,
.no-reset aside article nav article section h1,
.no-reset aside article nav aside article h1,
.no-reset aside article nav aside aside h1,
.no-reset aside article nav aside nav h1,
.no-reset aside article nav aside section h1,
.no-reset aside article nav nav article h1,
.no-reset aside article nav nav aside h1,
.no-reset aside article nav nav nav h1,
.no-reset aside article nav nav section h1,
.no-reset aside article nav section article h1,
.no-reset aside article nav section aside h1,
.no-reset aside article nav section nav h1,
.no-reset aside article nav section section h1,
.no-reset aside article section article article h1,
.no-reset aside article section article aside h1,
.no-reset aside article section article nav h1,
.no-reset aside article section article section h1,
.no-reset aside article section aside article h1,
.no-reset aside article section aside aside h1,
.no-reset aside article section aside nav h1,
.no-reset aside article section aside section h1,
.no-reset aside article section nav article h1,
.no-reset aside article section nav aside h1,
.no-reset aside article section nav nav h1,
.no-reset aside article section nav section h1,
.no-reset aside article section section article h1,
.no-reset aside article section section aside h1,
.no-reset aside article section section nav h1,
.no-reset aside article section section section h1,
.no-reset aside aside article article article h1,
.no-reset aside aside article article aside h1,
.no-reset aside aside article article nav h1,
.no-reset aside aside article article section h1,
.no-reset aside aside article aside article h1,
.no-reset aside aside article aside aside h1,
.no-reset aside aside article aside nav h1,
.no-reset aside aside article aside section h1,
.no-reset aside aside article nav article h1,
.no-reset aside aside article nav aside h1,
.no-reset aside aside article nav nav h1,
.no-reset aside aside article nav section h1,
.no-reset aside aside article section article h1,
.no-reset aside aside article section aside h1,
.no-reset aside aside article section nav h1,
.no-reset aside aside article section section h1,
.no-reset aside aside aside article article h1,
.no-reset aside aside aside article aside h1,
.no-reset aside aside aside article nav h1,
.no-reset aside aside aside article section h1,
.no-reset aside aside aside aside article h1,
.no-reset aside aside aside aside aside h1,
.no-reset aside aside aside aside nav h1,
.no-reset aside aside aside aside section h1,
.no-reset aside aside aside nav article h1,
.no-reset aside aside aside nav aside h1,
.no-reset aside aside aside nav nav h1,
.no-reset aside aside aside nav section h1,
.no-reset aside aside aside section article h1,
.no-reset aside aside aside section aside h1,
.no-reset aside aside aside section nav h1,
.no-reset aside aside aside section section h1,
.no-reset aside aside nav article article h1,
.no-reset aside aside nav article aside h1,
.no-reset aside aside nav article nav h1,
.no-reset aside aside nav article section h1,
.no-reset aside aside nav aside article h1,
.no-reset aside aside nav aside aside h1,
.no-reset aside aside nav aside nav h1,
.no-reset aside aside nav aside section h1,
.no-reset aside aside nav nav article h1,
.no-reset aside aside nav nav aside h1,
.no-reset aside aside nav nav nav h1,
.no-reset aside aside nav nav section h1,
.no-reset aside aside nav section article h1,
.no-reset aside aside nav section aside h1,
.no-reset aside aside nav section nav h1,
.no-reset aside aside nav section section h1,
.no-reset aside aside section article article h1,
.no-reset aside aside section article aside h1,
.no-reset aside aside section article nav h1,
.no-reset aside aside section article section h1,
.no-reset aside aside section aside article h1,
.no-reset aside aside section aside aside h1,
.no-reset aside aside section aside nav h1,
.no-reset aside aside section aside section h1,
.no-reset aside aside section nav article h1,
.no-reset aside aside section nav aside h1,
.no-reset aside aside section nav nav h1,
.no-reset aside aside section nav section h1,
.no-reset aside aside section section article h1,
.no-reset aside aside section section aside h1,
.no-reset aside aside section section nav h1,
.no-reset aside aside section section section h1,
.no-reset aside nav article article article h1,
.no-reset aside nav article article aside h1,
.no-reset aside nav article article nav h1,
.no-reset aside nav article article section h1,
.no-reset aside nav article aside article h1,
.no-reset aside nav article aside aside h1,
.no-reset aside nav article aside nav h1,
.no-reset aside nav article aside section h1,
.no-reset aside nav article nav article h1,
.no-reset aside nav article nav aside h1,
.no-reset aside nav article nav nav h1,
.no-reset aside nav article nav section h1,
.no-reset aside nav article section article h1,
.no-reset aside nav article section aside h1,
.no-reset aside nav article section nav h1,
.no-reset aside nav article section section h1,
.no-reset aside nav aside article article h1,
.no-reset aside nav aside article aside h1,
.no-reset aside nav aside article nav h1,
.no-reset aside nav aside article section h1,
.no-reset aside nav aside aside article h1,
.no-reset aside nav aside aside aside h1,
.no-reset aside nav aside aside nav h1,
.no-reset aside nav aside aside section h1,
.no-reset aside nav aside nav article h1,
.no-reset aside nav aside nav aside h1,
.no-reset aside nav aside nav nav h1,
.no-reset aside nav aside nav section h1,
.no-reset aside nav aside section article h1,
.no-reset aside nav aside section aside h1,
.no-reset aside nav aside section nav h1,
.no-reset aside nav aside section section h1,
.no-reset aside nav nav article article h1,
.no-reset aside nav nav article aside h1,
.no-reset aside nav nav article nav h1,
.no-reset aside nav nav article section h1,
.no-reset aside nav nav aside article h1,
.no-reset aside nav nav aside aside h1,
.no-reset aside nav nav aside nav h1,
.no-reset aside nav nav aside section h1,
.no-reset aside nav nav nav article h1,
.no-reset aside nav nav nav aside h1,
.no-reset aside nav nav nav nav h1,
.no-reset aside nav nav nav section h1,
.no-reset aside nav nav section article h1,
.no-reset aside nav nav section aside h1,
.no-reset aside nav nav section nav h1,
.no-reset aside nav nav section section h1,
.no-reset aside nav section article article h1,
.no-reset aside nav section article aside h1,
.no-reset aside nav section article nav h1,
.no-reset aside nav section article section h1,
.no-reset aside nav section aside article h1,
.no-reset aside nav section aside aside h1,
.no-reset aside nav section aside nav h1,
.no-reset aside nav section aside section h1,
.no-reset aside nav section nav article h1,
.no-reset aside nav section nav aside h1,
.no-reset aside nav section nav nav h1,
.no-reset aside nav section nav section h1,
.no-reset aside nav section section article h1,
.no-reset aside nav section section aside h1,
.no-reset aside nav section section nav h1,
.no-reset aside nav section section section h1,
.no-reset aside section article article article h1,
.no-reset aside section article article aside h1,
.no-reset aside section article article nav h1,
.no-reset aside section article article section h1,
.no-reset aside section article aside article h1,
.no-reset aside section article aside aside h1,
.no-reset aside section article aside nav h1,
.no-reset aside section article aside section h1,
.no-reset aside section article nav article h1,
.no-reset aside section article nav aside h1,
.no-reset aside section article nav nav h1,
.no-reset aside section article nav section h1,
.no-reset aside section article section article h1,
.no-reset aside section article section aside h1,
.no-reset aside section article section nav h1,
.no-reset aside section article section section h1,
.no-reset aside section aside article article h1,
.no-reset aside section aside article aside h1,
.no-reset aside section aside article nav h1,
.no-reset aside section aside article section h1,
.no-reset aside section aside aside article h1,
.no-reset aside section aside aside aside h1,
.no-reset aside section aside aside nav h1,
.no-reset aside section aside aside section h1,
.no-reset aside section aside nav article h1,
.no-reset aside section aside nav aside h1,
.no-reset aside section aside nav nav h1,
.no-reset aside section aside nav section h1,
.no-reset aside section aside section article h1,
.no-reset aside section aside section aside h1,
.no-reset aside section aside section nav h1,
.no-reset aside section aside section section h1,
.no-reset aside section nav article article h1,
.no-reset aside section nav article aside h1,
.no-reset aside section nav article nav h1,
.no-reset aside section nav article section h1,
.no-reset aside section nav aside article h1,
.no-reset aside section nav aside aside h1,
.no-reset aside section nav aside nav h1,
.no-reset aside section nav aside section h1,
.no-reset aside section nav nav article h1,
.no-reset aside section nav nav aside h1,
.no-reset aside section nav nav nav h1,
.no-reset aside section nav nav section h1,
.no-reset aside section nav section article h1,
.no-reset aside section nav section aside h1,
.no-reset aside section nav section nav h1,
.no-reset aside section nav section section h1,
.no-reset aside section section article article h1,
.no-reset aside section section article aside h1,
.no-reset aside section section article nav h1,
.no-reset aside section section article section h1,
.no-reset aside section section aside article h1,
.no-reset aside section section aside aside h1,
.no-reset aside section section aside nav h1,
.no-reset aside section section aside section h1,
.no-reset aside section section nav article h1,
.no-reset aside section section nav aside h1,
.no-reset aside section section nav nav h1,
.no-reset aside section section nav section h1,
.no-reset aside section section section article h1,
.no-reset aside section section section aside h1,
.no-reset aside section section section nav h1,
.no-reset aside section section section section h1,
.no-reset nav article article article article h1,
.no-reset nav article article article aside h1,
.no-reset nav article article article nav h1,
.no-reset nav article article article section h1,
.no-reset nav article article aside article h1,
.no-reset nav article article aside aside h1,
.no-reset nav article article aside nav h1,
.no-reset nav article article aside section h1,
.no-reset nav article article nav article h1,
.no-reset nav article article nav aside h1,
.no-reset nav article article nav nav h1,
.no-reset nav article article nav section h1,
.no-reset nav article article section article h1,
.no-reset nav article article section aside h1,
.no-reset nav article article section nav h1,
.no-reset nav article article section section h1,
.no-reset nav article aside article article h1,
.no-reset nav article aside article aside h1,
.no-reset nav article aside article nav h1,
.no-reset nav article aside article section h1,
.no-reset nav article aside aside article h1,
.no-reset nav article aside aside aside h1,
.no-reset nav article aside aside nav h1,
.no-reset nav article aside aside section h1,
.no-reset nav article aside nav article h1,
.no-reset nav article aside nav aside h1,
.no-reset nav article aside nav nav h1,
.no-reset nav article aside nav section h1,
.no-reset nav article aside section article h1,
.no-reset nav article aside section aside h1,
.no-reset nav article aside section nav h1,
.no-reset nav article aside section section h1,
.no-reset nav article nav article article h1,
.no-reset nav article nav article aside h1,
.no-reset nav article nav article nav h1,
.no-reset nav article nav article section h1,
.no-reset nav article nav aside article h1,
.no-reset nav article nav aside aside h1,
.no-reset nav article nav aside nav h1,
.no-reset nav article nav aside section h1,
.no-reset nav article nav nav article h1,
.no-reset nav article nav nav aside h1,
.no-reset nav article nav nav nav h1,
.no-reset nav article nav nav section h1,
.no-reset nav article nav section article h1,
.no-reset nav article nav section aside h1,
.no-reset nav article nav section nav h1,
.no-reset nav article nav section section h1,
.no-reset nav article section article article h1,
.no-reset nav article section article aside h1,
.no-reset nav article section article nav h1,
.no-reset nav article section article section h1,
.no-reset nav article section aside article h1,
.no-reset nav article section aside aside h1,
.no-reset nav article section aside nav h1,
.no-reset nav article section aside section h1,
.no-reset nav article section nav article h1,
.no-reset nav article section nav aside h1,
.no-reset nav article section nav nav h1,
.no-reset nav article section nav section h1,
.no-reset nav article section section article h1,
.no-reset nav article section section aside h1,
.no-reset nav article section section nav h1,
.no-reset nav article section section section h1,
.no-reset nav aside article article article h1,
.no-reset nav aside article article aside h1,
.no-reset nav aside article article nav h1,
.no-reset nav aside article article section h1,
.no-reset nav aside article aside article h1,
.no-reset nav aside article aside aside h1,
.no-reset nav aside article aside nav h1,
.no-reset nav aside article aside section h1,
.no-reset nav aside article nav article h1,
.no-reset nav aside article nav aside h1,
.no-reset nav aside article nav nav h1,
.no-reset nav aside article nav section h1,
.no-reset nav aside article section article h1,
.no-reset nav aside article section aside h1,
.no-reset nav aside article section nav h1,
.no-reset nav aside article section section h1,
.no-reset nav aside aside article article h1,
.no-reset nav aside aside article aside h1,
.no-reset nav aside aside article nav h1,
.no-reset nav aside aside article section h1,
.no-reset nav aside aside aside article h1,
.no-reset nav aside aside aside aside h1,
.no-reset nav aside aside aside nav h1,
.no-reset nav aside aside aside section h1,
.no-reset nav aside aside nav article h1,
.no-reset nav aside aside nav aside h1,
.no-reset nav aside aside nav nav h1,
.no-reset nav aside aside nav section h1,
.no-reset nav aside aside section article h1,
.no-reset nav aside aside section aside h1,
.no-reset nav aside aside section nav h1,
.no-reset nav aside aside section section h1,
.no-reset nav aside nav article article h1,
.no-reset nav aside nav article aside h1,
.no-reset nav aside nav article nav h1,
.no-reset nav aside nav article section h1,
.no-reset nav aside nav aside article h1,
.no-reset nav aside nav aside aside h1,
.no-reset nav aside nav aside nav h1,
.no-reset nav aside nav aside section h1,
.no-reset nav aside nav nav article h1,
.no-reset nav aside nav nav aside h1,
.no-reset nav aside nav nav nav h1,
.no-reset nav aside nav nav section h1,
.no-reset nav aside nav section article h1,
.no-reset nav aside nav section aside h1,
.no-reset nav aside nav section nav h1,
.no-reset nav aside nav section section h1,
.no-reset nav aside section article article h1,
.no-reset nav aside section article aside h1,
.no-reset nav aside section article nav h1,
.no-reset nav aside section article section h1,
.no-reset nav aside section aside article h1,
.no-reset nav aside section aside aside h1,
.no-reset nav aside section aside nav h1,
.no-reset nav aside section aside section h1,
.no-reset nav aside section nav article h1,
.no-reset nav aside section nav aside h1,
.no-reset nav aside section nav nav h1,
.no-reset nav aside section nav section h1,
.no-reset nav aside section section article h1,
.no-reset nav aside section section aside h1,
.no-reset nav aside section section nav h1,
.no-reset nav aside section section section h1,
.no-reset nav nav article article article h1,
.no-reset nav nav article article aside h1,
.no-reset nav nav article article nav h1,
.no-reset nav nav article article section h1,
.no-reset nav nav article aside article h1,
.no-reset nav nav article aside aside h1,
.no-reset nav nav article aside nav h1,
.no-reset nav nav article aside section h1,
.no-reset nav nav article nav article h1,
.no-reset nav nav article nav aside h1,
.no-reset nav nav article nav nav h1,
.no-reset nav nav article nav section h1,
.no-reset nav nav article section article h1,
.no-reset nav nav article section aside h1,
.no-reset nav nav article section nav h1,
.no-reset nav nav article section section h1,
.no-reset nav nav aside article article h1,
.no-reset nav nav aside article aside h1,
.no-reset nav nav aside article nav h1,
.no-reset nav nav aside article section h1,
.no-reset nav nav aside aside article h1,
.no-reset nav nav aside aside aside h1,
.no-reset nav nav aside aside nav h1,
.no-reset nav nav aside aside section h1,
.no-reset nav nav aside nav article h1,
.no-reset nav nav aside nav aside h1,
.no-reset nav nav aside nav nav h1,
.no-reset nav nav aside nav section h1,
.no-reset nav nav aside section article h1,
.no-reset nav nav aside section aside h1,
.no-reset nav nav aside section nav h1,
.no-reset nav nav aside section section h1,
.no-reset nav nav nav article article h1,
.no-reset nav nav nav article aside h1,
.no-reset nav nav nav article nav h1,
.no-reset nav nav nav article section h1,
.no-reset nav nav nav aside article h1,
.no-reset nav nav nav aside aside h1,
.no-reset nav nav nav aside nav h1,
.no-reset nav nav nav aside section h1,
.no-reset nav nav nav nav article h1,
.no-reset nav nav nav nav aside h1,
.no-reset nav nav nav nav nav h1,
.no-reset nav nav nav nav section h1,
.no-reset nav nav nav section article h1,
.no-reset nav nav nav section aside h1,
.no-reset nav nav nav section nav h1,
.no-reset nav nav nav section section h1,
.no-reset nav nav section article article h1,
.no-reset nav nav section article aside h1,
.no-reset nav nav section article nav h1,
.no-reset nav nav section article section h1,
.no-reset nav nav section aside article h1,
.no-reset nav nav section aside aside h1,
.no-reset nav nav section aside nav h1,
.no-reset nav nav section aside section h1,
.no-reset nav nav section nav article h1,
.no-reset nav nav section nav aside h1,
.no-reset nav nav section nav nav h1,
.no-reset nav nav section nav section h1,
.no-reset nav nav section section article h1,
.no-reset nav nav section section aside h1,
.no-reset nav nav section section nav h1,
.no-reset nav nav section section section h1,
.no-reset nav section article article article h1,
.no-reset nav section article article aside h1,
.no-reset nav section article article nav h1,
.no-reset nav section article article section h1,
.no-reset nav section article aside article h1,
.no-reset nav section article aside aside h1,
.no-reset nav section article aside nav h1,
.no-reset nav section article aside section h1,
.no-reset nav section article nav article h1,
.no-reset nav section article nav aside h1,
.no-reset nav section article nav nav h1,
.no-reset nav section article nav section h1,
.no-reset nav section article section article h1,
.no-reset nav section article section aside h1,
.no-reset nav section article section nav h1,
.no-reset nav section article section section h1,
.no-reset nav section aside article article h1,
.no-reset nav section aside article aside h1,
.no-reset nav section aside article nav h1,
.no-reset nav section aside article section h1,
.no-reset nav section aside aside article h1,
.no-reset nav section aside aside aside h1,
.no-reset nav section aside aside nav h1,
.no-reset nav section aside aside section h1,
.no-reset nav section aside nav article h1,
.no-reset nav section aside nav aside h1,
.no-reset nav section aside nav nav h1,
.no-reset nav section aside nav section h1,
.no-reset nav section aside section article h1,
.no-reset nav section aside section aside h1,
.no-reset nav section aside section nav h1,
.no-reset nav section aside section section h1,
.no-reset nav section nav article article h1,
.no-reset nav section nav article aside h1,
.no-reset nav section nav article nav h1,
.no-reset nav section nav article section h1,
.no-reset nav section nav aside article h1,
.no-reset nav section nav aside aside h1,
.no-reset nav section nav aside nav h1,
.no-reset nav section nav aside section h1,
.no-reset nav section nav nav article h1,
.no-reset nav section nav nav aside h1,
.no-reset nav section nav nav nav h1,
.no-reset nav section nav nav section h1,
.no-reset nav section nav section article h1,
.no-reset nav section nav section aside h1,
.no-reset nav section nav section nav h1,
.no-reset nav section nav section section h1,
.no-reset nav section section article article h1,
.no-reset nav section section article aside h1,
.no-reset nav section section article nav h1,
.no-reset nav section section article section h1,
.no-reset nav section section aside article h1,
.no-reset nav section section aside aside h1,
.no-reset nav section section aside nav h1,
.no-reset nav section section aside section h1,
.no-reset nav section section nav article h1,
.no-reset nav section section nav aside h1,
.no-reset nav section section nav nav h1,
.no-reset nav section section nav section h1,
.no-reset nav section section section article h1,
.no-reset nav section section section aside h1,
.no-reset nav section section section nav h1,
.no-reset nav section section section section h1,
.no-reset section article article article article h1,
.no-reset section article article article aside h1,
.no-reset section article article article nav h1,
.no-reset section article article article section h1,
.no-reset section article article aside article h1,
.no-reset section article article aside aside h1,
.no-reset section article article aside nav h1,
.no-reset section article article aside section h1,
.no-reset section article article nav article h1,
.no-reset section article article nav aside h1,
.no-reset section article article nav nav h1,
.no-reset section article article nav section h1,
.no-reset section article article section article h1,
.no-reset section article article section aside h1,
.no-reset section article article section nav h1,
.no-reset section article article section section h1,
.no-reset section article aside article article h1,
.no-reset section article aside article aside h1,
.no-reset section article aside article nav h1,
.no-reset section article aside article section h1,
.no-reset section article aside aside article h1,
.no-reset section article aside aside aside h1,
.no-reset section article aside aside nav h1,
.no-reset section article aside aside section h1,
.no-reset section article aside nav article h1,
.no-reset section article aside nav aside h1,
.no-reset section article aside nav nav h1,
.no-reset section article aside nav section h1,
.no-reset section article aside section article h1,
.no-reset section article aside section aside h1,
.no-reset section article aside section nav h1,
.no-reset section article aside section section h1,
.no-reset section article nav article article h1,
.no-reset section article nav article aside h1,
.no-reset section article nav article nav h1,
.no-reset section article nav article section h1,
.no-reset section article nav aside article h1,
.no-reset section article nav aside aside h1,
.no-reset section article nav aside nav h1,
.no-reset section article nav aside section h1,
.no-reset section article nav nav article h1,
.no-reset section article nav nav aside h1,
.no-reset section article nav nav nav h1,
.no-reset section article nav nav section h1,
.no-reset section article nav section article h1,
.no-reset section article nav section aside h1,
.no-reset section article nav section nav h1,
.no-reset section article nav section section h1,
.no-reset section article section article article h1,
.no-reset section article section article aside h1,
.no-reset section article section article nav h1,
.no-reset section article section article section h1,
.no-reset section article section aside article h1,
.no-reset section article section aside aside h1,
.no-reset section article section aside nav h1,
.no-reset section article section aside section h1,
.no-reset section article section nav article h1,
.no-reset section article section nav aside h1,
.no-reset section article section nav nav h1,
.no-reset section article section nav section h1,
.no-reset section article section section article h1,
.no-reset section article section section aside h1,
.no-reset section article section section nav h1,
.no-reset section article section section section h1,
.no-reset section aside article article article h1,
.no-reset section aside article article aside h1,
.no-reset section aside article article nav h1,
.no-reset section aside article article section h1,
.no-reset section aside article aside article h1,
.no-reset section aside article aside aside h1,
.no-reset section aside article aside nav h1,
.no-reset section aside article aside section h1,
.no-reset section aside article nav article h1,
.no-reset section aside article nav aside h1,
.no-reset section aside article nav nav h1,
.no-reset section aside article nav section h1,
.no-reset section aside article section article h1,
.no-reset section aside article section aside h1,
.no-reset section aside article section nav h1,
.no-reset section aside article section section h1,
.no-reset section aside aside article article h1,
.no-reset section aside aside article aside h1,
.no-reset section aside aside article nav h1,
.no-reset section aside aside article section h1,
.no-reset section aside aside aside article h1,
.no-reset section aside aside aside aside h1,
.no-reset section aside aside aside nav h1,
.no-reset section aside aside aside section h1,
.no-reset section aside aside nav article h1,
.no-reset section aside aside nav aside h1,
.no-reset section aside aside nav nav h1,
.no-reset section aside aside nav section h1,
.no-reset section aside aside section article h1,
.no-reset section aside aside section aside h1,
.no-reset section aside aside section nav h1,
.no-reset section aside aside section section h1,
.no-reset section aside nav article article h1,
.no-reset section aside nav article aside h1,
.no-reset section aside nav article nav h1,
.no-reset section aside nav article section h1,
.no-reset section aside nav aside article h1,
.no-reset section aside nav aside aside h1,
.no-reset section aside nav aside nav h1,
.no-reset section aside nav aside section h1,
.no-reset section aside nav nav article h1,
.no-reset section aside nav nav aside h1,
.no-reset section aside nav nav nav h1,
.no-reset section aside nav nav section h1,
.no-reset section aside nav section article h1,
.no-reset section aside nav section aside h1,
.no-reset section aside nav section nav h1,
.no-reset section aside nav section section h1,
.no-reset section aside section article article h1,
.no-reset section aside section article aside h1,
.no-reset section aside section article nav h1,
.no-reset section aside section article section h1,
.no-reset section aside section aside article h1,
.no-reset section aside section aside aside h1,
.no-reset section aside section aside nav h1,
.no-reset section aside section aside section h1,
.no-reset section aside section nav article h1,
.no-reset section aside section nav aside h1,
.no-reset section aside section nav nav h1,
.no-reset section aside section nav section h1,
.no-reset section aside section section article h1,
.no-reset section aside section section aside h1,
.no-reset section aside section section nav h1,
.no-reset section aside section section section h1,
.no-reset section nav article article article h1,
.no-reset section nav article article aside h1,
.no-reset section nav article article nav h1,
.no-reset section nav article article section h1,
.no-reset section nav article aside article h1,
.no-reset section nav article aside aside h1,
.no-reset section nav article aside nav h1,
.no-reset section nav article aside section h1,
.no-reset section nav article nav article h1,
.no-reset section nav article nav aside h1,
.no-reset section nav article nav nav h1,
.no-reset section nav article nav section h1,
.no-reset section nav article section article h1,
.no-reset section nav article section aside h1,
.no-reset section nav article section nav h1,
.no-reset section nav article section section h1,
.no-reset section nav aside article article h1,
.no-reset section nav aside article aside h1,
.no-reset section nav aside article nav h1,
.no-reset section nav aside article section h1,
.no-reset section nav aside aside article h1,
.no-reset section nav aside aside aside h1,
.no-reset section nav aside aside nav h1,
.no-reset section nav aside aside section h1,
.no-reset section nav aside nav article h1,
.no-reset section nav aside nav aside h1,
.no-reset section nav aside nav nav h1,
.no-reset section nav aside nav section h1,
.no-reset section nav aside section article h1,
.no-reset section nav aside section aside h1,
.no-reset section nav aside section nav h1,
.no-reset section nav aside section section h1,
.no-reset section nav nav article article h1,
.no-reset section nav nav article aside h1,
.no-reset section nav nav article nav h1,
.no-reset section nav nav article section h1,
.no-reset section nav nav aside article h1,
.no-reset section nav nav aside aside h1,
.no-reset section nav nav aside nav h1,
.no-reset section nav nav aside section h1,
.no-reset section nav nav nav article h1,
.no-reset section nav nav nav aside h1,
.no-reset section nav nav nav nav h1,
.no-reset section nav nav nav section h1,
.no-reset section nav nav section article h1,
.no-reset section nav nav section aside h1,
.no-reset section nav nav section nav h1,
.no-reset section nav nav section section h1,
.no-reset section nav section article article h1,
.no-reset section nav section article aside h1,
.no-reset section nav section article nav h1,
.no-reset section nav section article section h1,
.no-reset section nav section aside article h1,
.no-reset section nav section aside aside h1,
.no-reset section nav section aside nav h1,
.no-reset section nav section aside section h1,
.no-reset section nav section nav article h1,
.no-reset section nav section nav aside h1,
.no-reset section nav section nav nav h1,
.no-reset section nav section nav section h1,
.no-reset section nav section section article h1,
.no-reset section nav section section aside h1,
.no-reset section nav section section nav h1,
.no-reset section nav section section section h1,
.no-reset section section article article article h1,
.no-reset section section article article aside h1,
.no-reset section section article article nav h1,
.no-reset section section article article section h1,
.no-reset section section article aside article h1,
.no-reset section section article aside aside h1,
.no-reset section section article aside nav h1,
.no-reset section section article aside section h1,
.no-reset section section article nav article h1,
.no-reset section section article nav aside h1,
.no-reset section section article nav nav h1,
.no-reset section section article nav section h1,
.no-reset section section article section article h1,
.no-reset section section article section aside h1,
.no-reset section section article section nav h1,
.no-reset section section article section section h1,
.no-reset section section aside article article h1,
.no-reset section section aside article aside h1,
.no-reset section section aside article nav h1,
.no-reset section section aside article section h1,
.no-reset section section aside aside article h1,
.no-reset section section aside aside aside h1,
.no-reset section section aside aside nav h1,
.no-reset section section aside aside section h1,
.no-reset section section aside nav article h1,
.no-reset section section aside nav aside h1,
.no-reset section section aside nav nav h1,
.no-reset section section aside nav section h1,
.no-reset section section aside section article h1,
.no-reset section section aside section aside h1,
.no-reset section section aside section nav h1,
.no-reset section section aside section section h1,
.no-reset section section nav article article h1,
.no-reset section section nav article aside h1,
.no-reset section section nav article nav h1,
.no-reset section section nav article section h1,
.no-reset section section nav aside article h1,
.no-reset section section nav aside aside h1,
.no-reset section section nav aside nav h1,
.no-reset section section nav aside section h1,
.no-reset section section nav nav article h1,
.no-reset section section nav nav aside h1,
.no-reset section section nav nav nav h1,
.no-reset section section nav nav section h1,
.no-reset section section nav section article h1,
.no-reset section section nav section aside h1,
.no-reset section section nav section nav h1,
.no-reset section section nav section section h1,
.no-reset section section section article article h1,
.no-reset section section section article aside h1,
.no-reset section section section article nav h1,
.no-reset section section section article section h1,
.no-reset section section section aside article h1,
.no-reset section section section aside aside h1,
.no-reset section section section aside nav h1,
.no-reset section section section aside section h1,
.no-reset section section section nav article h1,
.no-reset section section section nav aside h1,
.no-reset section section section nav nav h1,
.no-reset section section section nav section h1,
.no-reset section section section section article h1,
.no-reset section section section section aside h1,
.no-reset section section section section nav h1,
.no-reset section section section section section h1 {
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

.no-reset table {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

.no-reset thead,
.no-reset tbody,
.no-reset tfoot,
.no-reset tr {
  border-color: inherit;
  vertical-align: middle;
}

.no-reset td,
.no-reset th {
  padding: 1px;
  vertical-align: inherit;
}

.no-reset th {
  font-weight: bold;
}

.no-reset caption {
  text-align: center;
}

.no-reset ul,
.no-reset menu {
  list-style-type: disc;
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.no-reset ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.no-reset ul ul,
.no-reset ol ul {
  list-style-type: circle;
}

.no-reset ul ul ul,
.no-reset ul ol ul,
.no-reset ol ul ul,
.no-reset ol ol ul {
  list-style-type: square;
}

.no-reset dd {
  margin: 0 0 0 40px;
}

.no-reset dl {
  margin: 1em 0;
}

.no-reset ul ul,
.no-reset ul ol,
.no-reset ul menu,
.no-reset ul dl,
.no-reset ol ul,
.no-reset ol ol,
.no-reset ol menu,
.no-reset ol dl,
.no-reset menu ul,
.no-reset menu ol,
.no-reset menu menu,
.no-reset menu dl,
.no-reset dl ul,
.no-reset dl ol,
.no-reset dl menu,
.no-reset dl dl {
  margin: 0;
}

.no-reset legend {
  padding: 0 2px;
}

.no-reset fieldset {
  border-style: groove;
  border-width: 2px;
  border: 2px groove ThreeDFace;
  margin: 0 2px;
  padding: 0 2px 3px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
}

.no-reset ins {
  background-color: transparent;
  font-weight: inherit;
  text-decoration: underline;
}

.no-reset b,
.no-reset strong {
  font-weight: bold;
}

.no-reset i,
.no-reset cite,
.no-reset em,
.no-reset var,
.no-reset address,
.no-reset dfn {
  font-style: italic;
  font-weight: inherit;
}

.no-reset abbr[title],
.no-reset dfn[title] {
  border-bottom: 0;
  cursor: default;
  font-weight: inherit;
}

.no-reset tt,
.no-reset code,
.no-reset kbd,
.no-reset samp {
  font-family: monospace;
  font-weight: inherit;
}

.no-reset pre {
  font-family: monospace;
  margin: 1em 0;
  white-space: pre;
}

.no-reset mark {
  background-color: yellow;
  color: black;
  font-style: normal;
  font-weight: inherit;
}

.no-reset big {
  font-size: larger;
  font-weight: inherit;
}

.no-reset small {
  font-size: smaller;
  font-weight: inherit;
}

.no-reset sub,
.no-reset sup {
  font-weight: inherit;
  line-height: inherit;
  position: static;
}

.no-reset sub {
  font-size: smaller;
  bottom: 0;
  vertical-align: sub;
}

.no-reset sup {
  font-size: smaller;
  top: 0;
  vertical-align: super;
}

.no-reset ruby > rt {
  font-size: 50%;
}

.no-reset iframe {
  border: 2px inset;
}

.no-reset img {
  max-width: 100%;
  height: auto;
}

/* -------------------
  VARIABLES
--------------------*/
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.otf");
}

@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
}

@font-face {
  font-family: "NotoSansCJKjp-Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}

@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
}

@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
}

/* -------------------
  MIXIN
--------------------*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
	  width: 100%;
	}
}
*/
/* -------------------
  COMMON
--------------------*/
body {
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
  font-weight: 500;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 1050px) {
  .pc-only {
    display: none !important;
  }
}

.pc-only2 {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only2 {
    display: none !important;
  }
}

.pc-onlyt {
  display: block;
}

@media screen and (max-width: 576px) {
  .pc-onlyt {
    display: none !important;
  }
}

.pc-only3 {
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .pc-only3 {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 1050px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only2 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-only2 {
    display: block !important;
  }
}

.sp-onlyt {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-onlyt {
    display: block !important;
  }
}

.en {
  font-family: "NotoSansCJKjp-Regular";
}

.wrapper {
  overflow: hidden;
}

.section {
  padding: 100px 40px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 70px 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 20px;
  }
}

.container {
  max-width: 1150px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

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

.position-relative {
  position: relative;
}

.mt-5 {
  margin-top: 75px;
}

.mt-4 {
  margin-top: 60px;
}

.mt-3 {
  margin-top: 45px;
}

.mt-2 {
  margin-top: 30px;
}

.mt-1 {
  margin-top: 15px;
}

p {
  margin-bottom: 10px;
  color: black;
  text-align: left;
}

.p-s70 {
  font-family: "NotoSansCJKjp-Black";
  font-size: 4.375rem;
  line-height: 55px;
}

@media screen and (max-width: 1200px) {
  .p-s70 {
    font-size: 3.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-s70 {
    font-size: 3rem;
  }
}

.p-s60 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 3.75rem;
  line-height: 50px;
}

@media screen and (max-width: 1200px) {
  .p-s60 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-s60 {
    font-size: 2.5rem;
  }
}

.p-s50 {
  font-family: "NotoSansCJKjp-Light";
  font-size: 3.125rem;
  line-height: 45px;
}

@media screen and (max-width: 1200px) {
  .p-s50 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-s50 {
    font-size: 2.125rem;
  }
}

.p-s40 {
  font-family: "NotoSansCJKjp-Black";
  font-size: 2.5rem;
  line-height: 45px;
}

@media screen and (max-width: 1200px) {
  .p-s40 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-s40 {
    font-size: 1.625rem;
  }
}

.p-s30 {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.875rem;
  line-height: 35px;
}

@media screen and (max-width: 1200px) {
  .p-s30 {
    font-size: 1.5rem;
  }
}

.p-s24 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 1.5rem;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .p-s24 {
    font-size: 1.25rem;
  }
}

.p-s20 {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 1.25rem;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .p-s20 {
    font-size: 1.125rem;
  }
}

.p-s18 {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.125rem;
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  .p-s18 {
    font-size: 1rem;
  }
}

.p-s16 {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1rem;
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  .p-s16 {
    font-size: 0.875rem;
  }
}

.p-s14 {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 0.875rem;
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  .p-s14 {
    font-size: 0.75rem;
  }
}

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

.red {
  color: red !important;
}

.blue {
  color: #00479d !important;
}

.tomato {
  color: tomato !important;
}

.b-white {
  background: white;
  opacity: .9;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .order-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  .order-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.delay-1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.delay-2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay-3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.delay-4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay-5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.delay-6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.delay-7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.delay-8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.delay-9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay-17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.delay-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay-19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.delay-20 {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

.delay-21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay-22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.delay-23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.delay-24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.ani-delay-1 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.ani-delay-2 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.ani-delay-3 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.ani-delay-4 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.ani-delay-5 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.ani-delay-6 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.ani-delay-7 {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.ani-delay-8 {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.ani-delay-9 {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.ani-delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ani-delay-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.ani-delay-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ani-delay-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.ani-delay-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ani-delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.ani-delay-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ani-delay-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.ani-delay-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ani-delay-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.ani-delay-20 {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}

.ani-delay-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.ani-delay-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.ani-delay-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.ani-delay-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

/* Fade in */
.fadein {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.fadein.in {
  opacity: 1;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

/* Fade up */
.fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.fadeup.in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes ani-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes ani-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.ani-pulse {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-animation: ani-pulse 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: ani-pulse 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.delay-1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.delay-2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay-3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.delay-4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay-5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.delay-6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.delay-7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.delay-8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.delay-9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay-17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.delay-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay-19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.delay-20 {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

.delay-21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay-22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.delay-23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.delay-24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.ani-delay-1 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.ani-delay-2 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.ani-delay-3 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.ani-delay-4 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.ani-delay-5 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.ani-delay-6 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.ani-delay-7 {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.ani-delay-8 {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.ani-delay-9 {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.ani-delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ani-delay-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.ani-delay-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ani-delay-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.ani-delay-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ani-delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.ani-delay-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ani-delay-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.ani-delay-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ani-delay-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.ani-delay-20 {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}

.ani-delay-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.ani-delay-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.ani-delay-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.ani-delay-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

/* -------------------
  PARTS
--------------------*/
.mg-auto {
  margin: 0 auto;
}

.mgt-0 {
  margin-top: 0;
}

.mgt-5 {
  margin-top: 5px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-25 {
  margin-top: 25px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-35 {
  margin-top: 35px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-45 {
  margin-top: 45px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgt-55 {
  margin-top: 55px;
}

.mgt-60 {
  margin-top: 60px;
}

.mgt-65 {
  margin-top: 65px;
}

.mgt-70 {
  margin-top: 70px;
}

.mgt-75 {
  margin-top: 75px;
}

.mgt-80 {
  margin-top: 80px;
}

.mgt-85 {
  margin-top: 85px;
}

.mgt-90 {
  margin-top: 90px;
}

.mgt-95 {
  margin-top: 95px;
}

.mgt-100 {
  margin-top: 100px;
}

.mgr-0 {
  margin-right: 0;
}

.mgr-5 {
  margin-right: 5px;
}

.mgr-10 {
  margin-right: 10px;
}

.mgr-15 {
  margin-right: 15px;
}

.mgr-20 {
  margin-right: 20px;
}

.mgr-25 {
  margin-right: 25px;
}

.mgr-30 {
  margin-right: 30px;
}

.mgr-35 {
  margin-right: 35px;
}

.mgr-40 {
  margin-right: 40px;
}

.mgr-45 {
  margin-right: 45px;
}

.mgr-50 {
  margin-right: 50px;
}

.mgr-55 {
  margin-right: 55px;
}

.mgr-60 {
  margin-right: 60px;
}

.mgr-70 {
  margin-right: 70px;
}

.mgr-75 {
  margin-right: 75px;
}

.mgr-80 {
  margin-right: 80px;
}

.mgr-85 {
  margin-right: 85px;
}

.mgr-90 {
  margin-right: 90px;
}

.mgr-95 {
  margin-right: 95px;
}

.mgr-100 {
  margin-right: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.no-reset h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .no-reset h2 {
    font-size: 1.125rem;
  }
}

.no-reset h3 {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .no-reset h3 {
    font-size: 1rem;
  }
}

.no-reset h4 {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .no-reset h4 {
    font-size: 0.9375rem;
  }
}

.no-reset h5 {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .no-reset h5 {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.no-reset p {
  position: relative;
  font-size: 0.9375rem;
  letter-spacing: .38px;
  line-height: 1.6;
}

@media screen and (max-width: 1050px) {
  .no-reset p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

/* -------------------
  Title by level
--------------------*/
.title-lv2 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .title-lv2 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

.title-lv3 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .title-lv3 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

.title-lv4 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .title-lv4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.title-lv5 {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
  font-family: "NotoSansCJKjp", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, Roboto Condensed;
}

@media screen and (max-width: 1050px) {
  .title-lv5 {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

/* -------------------
  Description
--------------------*/
.desc {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: .38px;
}

.desc2 {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: .35px;
}

.desc3 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .4px;
}

@media screen and (max-width: 1050px) {
  .desc3 {
    font-size: 0.875rem;
  }
}

.desc4 {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 3.12px;
}

@media screen and (max-width: 1050px) {
  .desc4 {
    font-size: 0.875rem;
  }
}

/* -------------------
  Section Title
--------------------*/
.section-ttl {
  display: block;
  position: relative;
  font-size: 2.875rem;
  line-height: 2.875rem;
  font-family: "NotoSansCJKjp-Regular";
}

.section-ttl span {
  display: block;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.25rem;
  }
}

.section-ttl2 span {
  display: block;
}

.section-ttl2 .en {
  font-size: 0.75rem;
  letter-spacing: .6px;
  font-family: "NotoSansCJKjp-Regular";
  color: #91C8FF;
}

@media screen and (max-width: 767px) {
  .section-ttl2 .en {
    font-size: 0.5625rem;
    letter-spacing: .5px;
  }
}

.section-ttl2 .en.white {
  color: #fff;
}

.section-ttl2 .jp {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 3.3px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .section-ttl2 .jp {
    font-size: 1.375rem;
    letter-spacing: 2.5px;
  }
}

.section-ttl2 .jp.white {
  color: #fff;
}

/* -------------------
  List
--------------------*/
.list-dot li {
  position: relative;
  padding-left: 12px;
}

.list-dot li:before {
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #052D9F;
  content: "";
}

/* -------------------
  Date, time
--------------------*/
.date {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 0.875rem;
  letter-spacing: .3px;
  color: #908E95;
}

@media screen and (max-width: 1050px) {
  .date {
    font-size: 0.75rem;
  }
}

.date2 {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 0.75rem;
  letter-spacing: .3px;
  margin-right: 7px;
  color: #908E95;
}

@media screen and (max-width: 1050px) {
  .date2 {
    font-size: 0.75rem;
  }
}

/* -------------------
  Tags, Label
--------------------*/
.tag {
  display: inline-block;
  min-width: 90px;
  margin-right: 2px;
  padding: 2px 3px;
  background-color: #4F157F;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: .5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.tag:last-child {
  margin-right: 0;
}

.tag:hover {
  opacity: .7;
}

.tag.type2 {
  padding: 2px 8px 1px;
  background-color: #7B7B6C;
  color: #fff;
}

.tag.type3 {
  min-width: 60px;
  font-size: 0.625rem;
}

.label {
  margin-right: 10px;
  padding: 2px 5px;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 0.625rem;
  line-height: 0.9375rem;
  border: solid 1px #000;
  background-color: #fff;
}

@media screen and (max-width: 1050px) {
  .label {
    padding: 1px 3px;
  }
}

.label:last-child {
  margin-right: 0;
}

/* -------------------
  Link, Button, Tab
--------------------*/
.txt-blue {
  color: #1F8CFA;
}

.link-blue {
  color: #1F8CFA;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.link-blue:hover {
  opacity: .8;
}

.link {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link:hover {
  opacity: .7;
}

.link.underline {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1;
  color: #7B7B6C;
}

.link.underline:hover {
  text-decoration: none;
}

.link-icon {
  position: relative;
  padding-right: 16px;
  font-size: 0.875rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-icon:hover {
  opacity: .7;
}

.link-icon.blank {
  background: url(../images/common/icon-blank.svg) right center/12px 12px no-repeat;
}

.link-icon.pdf {
  background: url(../images/common/icon-pdf.svg) right center/11px 13px no-repeat;
}

.link-icon.excel {
  background: url(../images/common/icon-excel.svg) right center/11px 13px no-repeat;
}

.link-icon.under {
  text-decoration: underline;
}

.link-icon.under:hover {
  text-decoration: none;
}

.btn-blue {
  display: block;
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: .75px;
  color: #fff;
  background: transparent -webkit-gradient(linear, right top, left top, from(#1F8CFA), to(#0566EF)) 0% 0%;
  background: transparent linear-gradient(270deg, #1F8CFA 0%, #0566EF 100%) 0% 0%;
  border-radius: 60px;
  text-align: center;
  -webkit-transition: all .25s;
  transition: all .25s;
}

@media screen and (max-width: 767px) {
  .btn-blue {
    height: 50px;
    line-height: 50px;
    font-size: 0.875rem;
  }
}

.btn-blue:hover {
  color: #0566EF;
  background: #fff;
  border: solid 1px #1F8CFA;
}

.btn-white {
  display: block;
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: .75px;
  color: #1F8CFA;
  background: #fff;
  border: solid 1px #1F8CFA;
  border-radius: 60px;
  text-align: center;
  -webkit-transition: all .25s;
  transition: all .25s;
}

@media screen and (max-width: 767px) {
  .btn-white {
    height: 50px;
    line-height: 50px;
    font-size: 0.875rem;
  }
}

.btn-white:hover {
  color: #fff;
  background: #1F8CFA;
  border: solid 1px #1F8CFA;
}

.view-more {
  display: inline-block;
  color: #0566EF;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .8px;
  padding-right: 12px;
  background: url(../images/common/icon-arrow-right.svg) right center no-repeat;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.view-more:hover {
  opacity: .8;
}

.view-more.white {
  color: #fff;
  background-image: url(../images/common/icon-arrow-right-white.svg);
}

.view-more2 {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: .75px;
  padding-left: 22px;
  background: url(../images/common/icon-viewmore.png) left center no-repeat;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.view-more2:hover {
  opacity: .8;
}

.btn-back {
  display: block;
  width: 270px;
  height: 54px;
  line-height: 54px;
  font-size: 0.9375rem;
  letter-spacing: .38px;
  color: #0566EF;
  background: #fff url(../images/common/icon-arrow-left.svg) left 20px center no-repeat;
  border: solid 1px #E3EBF2;
  border-radius: 60px;
  text-align: center;
  -webkit-transition: all .25s;
  transition: all .25s;
}

@media screen and (max-width: 767px) {
  .btn-back {
    height: 50px;
    line-height: 50px;
    font-size: 0.875rem;
  }
}

.btn-back:hover {
  color: #fff;
  background: #0566EF url(../images/common/icon-arrow-left-white.svg) left 20px center no-repeat;
  border-color: #0566EF;
}

.border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

/* -------------------
  Group button
--------------------*/
.post-ctrl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 20px 0;
}

.post-ctrl--link {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0px;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #7B7B6C;
  background: url(../images/common/icon-arrow-right-gray.svg) right center/10px 10px no-repeat;
}

.post-ctrl--link:hover:after {
  display: block;
}

.post-ctrl--link:after {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #7B7B6C;
  content: "";
}

.post-ctrl .back {
  margin-right: auto;
  padding: 0 0 0 20px;
  background: url(../images/common/icon-arrow-left-gray.svg) left center/10px 10px no-repeat;
}

.post-ctrl .back:after {
  left: 20px;
}

.post-ctrl .next {
  margin-left: auto;
}

.post-ctrl--menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-top: 24px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #7B7B6C;
  background: url(../images/common/icon-all.svg) no-repeat top center;
  background-size: 18px 18px;
}

.post-direct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px 11px;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}

@media screen and (max-width: 1050px) {
  .post-direct {
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 1050px) {
  .post-direct-tag {
    width: 100%;
  }
}

.post-direct-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 1050px) {
  .post-direct-sns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.post-direct-sns a {
  margin-right: 20px;
}

@media screen and (max-width: 1050px) {
  .post-direct-sns a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #7B7B6C;
    border-radius: 50%;
    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;
  }
  .post-direct-sns a img {
    width: auto;
  }
}

.post-direct-sns a.facebook {
  padding-bottom: 2px;
}

.post-direct-sns a:last-child {
  margin-right: 0;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .col2-75 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .col2-75--left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col2-75--right {
  width: 25%;
  margin-left: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .col2-75--right {
    width: 100%;
    margin-left: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .col2-7 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .col2-7--left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col2-7--right {
  width: 30.8%;
  margin-left: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .col2-7--right {
    width: 100%;
    margin-left: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .col2-25 {
    display: block;
  }
}

.col2-25--left {
  width: 25%;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .col2-25--left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .col2-25--right {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .col2 {
    display: block;
    margin: 0;
  }
}

.col2-item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col2-item {
    width: 100%;
    padding: 0;
  }
}

.col2-item--inner {
  display: block;
}

.col2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .col2-2 {
    display: block;
    margin: 0;
  }
}

.col2-2-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .col2-2-item {
    width: 100%;
    padding: 0;
  }
}

.col2-2-item--inner {
  display: block;
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .col3 {
    display: block;
    margin: 0;
  }
}

.col3-item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col3-item {
    width: 100%;
    padding: 0;
  }
}

.col3-item--inner {
  display: block;
}

.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .col4 {
    display: block;
    margin: 0;
  }
}

.col4-item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col4-item {
    width: 100%;
    padding: 0;
  }
}

.col4-item--inner {
  display: block;
}

.col5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .col5 {
    display: block;
    margin: 0;
  }
}

.col5-item {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col5-item {
    width: 100%;
    padding: 0;
  }
}

.col5-item--inner {
  display: block;
}

/* -------------------
	PAGINATION
--------------------*/
.pagination {
  margin: 70px auto 20px;
}

@media screen and (max-width: 1050px) {
  .pagination {
    margin: 50px auto;
  }
}

.pagination-label {
  margin-bottom: 7px;
  font-size: 0.625rem;
  color: #000;
  text-align: center;
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-list a {
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #F8F9FA;
  color: #1F8CFA;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  -webkit-transition: all .25s;
  transition: all .25s;
}

@media screen and (max-width: 1050px) {
  .pagination-list a {
    margin-bottom: 5px;
  }
}

.pagination-list a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#1F8CFA), to(#0566EF)) 0% 0%;
  background: linear-gradient(270deg, #1F8CFA 0%, #0566EF 100%) 0% 0%;
  color: #fff;
}

.pagination-list a.active {
  background: -webkit-gradient(linear, right top, left top, from(#1F8CFA), to(#0566EF)) 0% 0%;
  background: linear-gradient(270deg, #1F8CFA 0%, #0566EF 100%) 0% 0%;
  color: #fff;
  pointer-events: none;
}

.pagination-list a.ctrl {
  padding: 0 11px;
}

.pagination-list a.ctrl:hover svg path {
  fill: #fff;
}

.pagination-list a.ctrl.prev {
  margin-right: 8px;
}

.pagination-list a.ctrl.next {
  margin-left: 8px;
}

.pagination-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: .875rem;
  color: #919191;
  margin: .125rem .0625rem;
  height: 100%;
}

/* -------------------
	BREADCRUMB
--------------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1050px) {
  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
  }
}

.breadcrumbWrap {
  margin-top: -70px;
}

@media screen and (max-width: 1050px) {
  .breadcrumbWrap {
    margin-top: 10px;
  }
  .breadcrumbWrap.type2 {
    margin-top: 0;
    margin-bottom: -50px;
    padding-top: 10px;
    background-color: #DFE0E0;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbWrap {
    margin-top: 0;
  }
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  padding-right: 20px;
  color: #858585;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #1F8CFA;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumb ul li a:hover {
  opacity: .8;
}

.breadcrumb ul li:last-child {
  padding-right: 0;
}

.breadcrumb ul li:last-child:before {
  display: none;
}

.breadcrumb ul li:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 4px;
  width: 4px;
  height: 6px;
  background: url(../images/common/icon-arrow-right-gray.svg) center center/100% 100% no-repeat;
  content: "";
}

@media screen and (max-width: 1050px) {
  .breadcrumb ul li {
    margin-bottom: 8px;
  }
}

.breadcrumb ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumb ul li a:hover {
  opacity: .7;
}

/* -------------------
  PAGE TOP
--------------------*/
.pagetop {
  cursor: pointer;
  position: absolute;
  top: -40px;
  left: calc(50% - 520px - 40px);
  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;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: Yu Gothic;
  border: 1px solid #DBDADD;
  font-size: 0.75rem;
  background-color: white;
  color: #6B6B6B;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pagetop span::before {
  display: block;
  content: '';
  width: 10px;
  height: 6px;
  background-image: url(../images/common/icon-arrow-top.svg);
  margin: auto;
  margin-bottom: 6px;
}

@media screen and (max-width: 1050px) {
  .pagetop {
    left: 15px;
  }
}

.pagetop.fixed {
  top: auto;
  position: fixed;
  bottom: 40px;
}

@media screen and (max-width: 1050px) {
  .pagetop.fixed {
    bottom: 15px;
  }
}

/**********************/
/* custom scroll code */
/**********************/
.thin-scroll::-webkit-scrollbar-track {
  background: -webkit-gradient(linear, left top, right top, from(var(--scroll-track-color)), color-stop(30%, var(--scroll-track-color)), color-stop(60%, var(--scroll-color)), color-stop(61%, var(--body-bg-color)), to(var(--body-bg-color)));
  background: linear-gradient(to right, var(--scroll-track-color) 0%, var(--scroll-track-color) 30%, var(--scroll-color) 60%, var(--body-bg-color) 61%, var(--body-bg-color) 100%);
}

.thin-scroll::-webkit-scrollbar {
  width: 10px;
  height: 60px;
}

.thin-scroll::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color);
  border-radius: 0;
}

/**********************/
/* custom scroll code */
/**********************/
:root {
  --body-bg-color: #F5F5F5;
  --scroll-color: #1F8CFA;
  --scroll--hover-color: #666;
}

* {
  -webkit-overflow-scrolling: touch;
}

.scrollbar {
  overflow-y: scroll;
  background: #c3bebe;
  scrollbar-color: #F5F5F5;
  scrollbar-width: thin;
}

/* -------------------
  BUTTON
--------------------*/
.btn-detail {
  margin: 25px auto;
  padding: 10px 20px;
  border: 1px solid #818181;
  max-width: 200px;
  width: 100%;
  height: 50px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  cursor: pointer;
}

.btn-detail::after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  right: 19px;
  background-image: url(../images/common/icon-arrow-right.svg);
}

/* -------------------
  ARROWS
--------------------*/
.button-up,
.button-down {
  position: relative;
  padding: 5px;
  margin: 30px auto;
  background: #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button-down:hover {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

.button-up:hover {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.button-up::after,
.button-down::after {
  content: "";
  position: absolute;
  left: 17px;
  z-index: 11;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.button-up::after {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-down::after {
  top: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left {
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.arrow-right,
.long-arrow-right {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.long-arrow-right::after,
.long-arrow-left::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: black;
  -webkit-transform: rotate(-45deg) translate(15px, 4px);
          transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom {
  width: 0;
  height: 0;
  margin: 30px auto;
}

.triangle-left,
.triangle-right {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.triangle-top,
.triangle-bottom {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}

.triangle-right {
  border-left: 30px solid black;
}

.triangle-left {
  border-right: 30px solid black;
}

.triangle-top {
  border-bottom: 30px solid black;
}

.triangle-bottom {
  border-top: 30px solid black;
}

/*--------------

<div class="button-up"></div>
<div class="button-down"></div>

<div class="arrow-right"></div>
<div class="arrow-left"></div>

<div class="long-arrow-right"></div>
<div class="long-arrow-left"></div>

<div class="triangle-bottom"></div>
<div class="triangle-top"></div>
<div class="triangle-right"></div>
<div class="triangle-left"></div>



  --------------*/
/* -------------------
  Hover
--------------------*/
.hover:hover {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.hover:hover::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2) !important;
  opacity: 1;
}

.hover-bg-flow-left-right {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), color-stop(50%, #ded4e6)) right;
  background: linear-gradient(to left, white 50%, #ded4e6 50%) right;
  background-size: 200%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.hover-bg-flow-left-right:hover {
  background-position: left;
}

.hover-bg-flow-bottom-top, .pagetop {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #ded4e6));
  background: linear-gradient(to bottom, white 50%, #ded4e6 50%);
  background-size: 100% 200%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.hover-bg-flow-bottom-top:hover, .pagetop:hover {
  background-position: 0 100%;
}

header {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(111, 150, 196, 0.1)), to(rgba(0, 69, 150, 0.2)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(111, 150, 196, 0.1) 40%, rgba(0, 69, 150, 0.2) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

header p {
  margin-bottom: 0;
}

header > div {
  max-width: 1360px;
  margin: auto;
  padding: 15px 40px;
  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;
}

@media screen and (max-width: 767px) {
  header > div {
    padding: 8px 20px;
  }
}

header .logo {
  width: 350px;
}

header .logo div {
  margin-bottom: -12px;
  padding-left: 70px;
}

header .logo div p {
  line-height: 20px;
}

header .logo img {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  header .logo {
    width: 200px;
  }
}

header .out-link {
  width: 400px;
  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;
}

@media screen and (max-width: 767px) {
  header .out-link {
    width: 100px;
  }
}

header .out-link img {
  width: 40px;
  margin: 0 2px;
  height: auto;
}

@media screen and (max-width: 767px) {
  header .out-link img {
    width: 30px;
    margin: 0 2px;
  }
}

header .out-link a.phone {
  font-size: 1.625rem;
  color: #000000;
  font-weight: 500;
  font-family: "Helvetica Neue";
}

header .out-link a.contact {
  border: 1px solid #00479d;
  padding: 5px;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 0.9375rem;
  color: #00479d;
  background-color: white;
}

header .out-link div {
  padding-left: 20px;
}

footer {
  padding-top: 30px;
}

main section:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0;
}

main section:nth-child(2) {
  padding-bottom: 0;
}

main section:nth-child(5) {
  background-image: url("../images/bg1.png");
  background-size: cover;
  min-height: 500px;
}

main section:nth-child(7) .p-s50 {
  font-size: 1.75rem;
}

main section:nth-child(7) .p-s70 {
  font-size: 2.375rem;
}

main section#rainy {
  height: 400px;
  background: url("../images/bg2.png");
}

main section#rainy .container {
  max-width: 1000px;
  width: 80%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c7e0ec;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  main section#rainy .container {
    width: 90%;
  }
}

main section#rainy img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  main section#rainy .p-s50 {
    font-size: 1.6875rem;
  }
}

@media screen and (max-width: 576px) {
  main section#rainy .p-s40 {
    font-size: 1.3125rem;
  }
}

main section#maparea {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  main section#maparea {
    position: unset;
  }
}

main section#maparea iframe {
  width: 100%;
  height: 700px;
  border: unset;
}

@media screen and (max-width: 767px) {
  main section#maparea iframe {
    height: 400px;
  }
}

main section#maparea .about {
  max-width: 600px;
  padding-top: 15px;
  background-color: white;
  position: absolute;
  top: 160px;
  left: 20%;
}

@media screen and (max-width: 767px) {
  main section#maparea .about {
    margin-top: 40px;
    position: unset;
  }
}

main section#maparea .about h3 {
  font-weight: 900;
  font-size: 1.625rem;
  text-align: center;
}

main section#maparea .about h3 span {
  font-size: 2.125rem;
}

main section#maparea .about h4 {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

main section#maparea .about dl {
  margin: 10px 40px;
}

@media screen and (max-width: 767px) {
  main section#maparea .about dl {
    margin: 10px 20px;
  }
}

main section#maparea .about dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  width: 100px;
  vertical-align: top;
}

main section#maparea .about dl dd {
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  line-height: 30px;
}

main section:nth-child(10) {
  background-color: #f1f1f1;
}

main form {
  max-width: 800px;
  margin: auto;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  main form {
    margin-top: 40px;
  }
}

main form .form-group {
  margin: 20px auto;
  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;
}

main form .form-group label {
  width: 200px;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.25rem;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  main form .form-group label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  main form .form-group label {
    width: 130px;
  }
}

main form .form-group input {
  width: calc(100% - 150px);
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.25rem;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  main form .form-group input {
    font-size: 1rem;
  }
}

main form .form-group textarea {
  width: calc(100% - 150px);
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.25rem;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  main form .form-group textarea {
    font-size: 1rem;
  }
}

main form .checkboxes {
  margin: 20px auto;
}

main form .checkboxes input {
  margin-right: 5px;
}

main form .checkboxes label {
  margin-top: 15px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  main form .checkboxes label {
    margin-right: 15px;
  }
}

main form .submit {
  width: 350px;
  border-radius: 5px;
  padding: 20px;
  display: block;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.75rem;
  color: white;
  background-color: darkcyan;
}

.banner {
  position: relative;
  background: url("../images/top1.png");
  height: 100vh;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 1451px) {
  .banner {
    background-size: cover;
  }
}

.banner p {
  position: absolute;
}

.banner p.p-s60 {
  width: 100%;
  top: 27%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "NotoSansCJKjp-Medium";
  text-align: center;
}

.banner p.p-s40 {
  width: 100%;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.banner p .p-s50 {
  font-family: "NotoSansCJKjp-Black";
}

.banner p.p-s16 {
  margin-bottom: 0;
  right: 15px;
  bottom: 15px;
}

.banner img {
  width: 100%;
}

.d-flex-kind1 {
  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;
}

@media screen and (max-width: 767px) {
  .d-flex-kind1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.d-flex-kind1 div {
  width: 47%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .d-flex-kind1 div {
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .d-flex-kind1 div {
    width: 100%;
  }
}

.d-flex-kind1 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .d-flex-kind1 img {
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .d-flex-kind1 img {
    width: 100%;
  }
}

.d-flex-kind2 {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .d-flex-kind2 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.d-flex-kind2 div {
  text-align: center;
}

.d-flex-kind2 div:first-child {
  width: 35%;
}

.d-flex-kind2 div:last-child {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .d-flex-kind2 div {
    width: 90% !important;
    margin: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .d-flex-kind2 div {
    width: 100% !important;
  }
}

.d-flex-kind2 img {
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .d-flex-kind2 img {
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .d-flex-kind2 img {
    width: 100%;
  }
}

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

@media screen and (max-width: 767px) {
  .d-flex-kind3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.d-flex-kind3 div {
  width: 45%;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .d-flex-kind3 div {
    width: 90% !important;
    margin: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .d-flex-kind3 div {
    width: 100% !important;
  }
}

.d-flex-kind3 img {
  width: 100%;
  margin-top: 20px;
}

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

.d-flex-kind4 a {
  width: 30%;
  margin: 20px auto;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1200px) {
  .d-flex-kind4 a {
    width: 45% !important;
  }
}

@media screen and (max-width: 576px) {
  .d-flex-kind4 a {
    width: 100% !important;
  }
}

.d-flex-kind4 img {
  width: 100%;
}

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

.d-flex-kind5 div {
  width: 20%;
  margin: 10px auto;
}

@media screen and (max-width: 1200px) {
  .d-flex-kind5 div {
    width: 45% !important;
  }
}

@media screen and (max-width: 576px) {
  .d-flex-kind5 div {
    width: 100% !important;
  }
}

.d-flex-kind5 img {
  width: 100%;
}

.modal img {
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
