@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Caveat:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&display=swap&subset=latin-ext");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-size: 15px;
  background-color: #fff;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #259184;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .inner {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
}

header .inner .u-logo {
  width: 350px;
  padding: 5px 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .inner .u-logo > a {
  display: block;
}

header .inner .u-logo > a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
}

header .inner .u-logo > a > img {
  width: 100%;
}

header .inner .u-contents {
  height: 100%;
}

header .inner .u-contents .pc {
  width: 600px;
  height: 100%;
  line-height: 1;
  text-align: center;
}

header .inner .u-contents .sp {
  display: none;
}

header.attach {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 960px) {
  header .inner .u-logo {
    width: 250px;
  }
  header .inner .u-contents .pc {
    display: none;
  }
  header .inner .u-contents .sp {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  header .inner .u-contents .sp a {
    font-size: 1.5em;
  }
  header.attach {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0);
  }
}

#u-humbergerOpen {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: -14px;
}

#u-humbergerOpen span {
  background-color: #000;
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#u-humbergerOpen span:nth-child(1) {
  top: 25%;
  left: 50%;
}

#u-humbergerOpen span:nth-child(2) {
  top: 50%;
  left: 50%;
}

#u-humbergerOpen span:nth-child(3) {
  bottom: 25%;
  left: 50%;
}

#u-humbergerOpen.opened span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#u-humbergerOpen.opened span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#u-humbergerOpen.opened span:nth-child(2) {
  opacity: 0;
}

#u-humbergerOpen.opened span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 960px) {
  #u-humbergerOpen {
    display: inline-block;
  }
}

#u-humbergerClose {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 0 20px auto;
}

#u-humbergerClose span {
  background-color: #fff;
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 50%;
}

#u-humbergerClose span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

#u-humbergerClose span:nth-child(2) {
  bottom: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

#u-drawernav {
  position: fixed;
  top: 0;
  left: -80vw;
  z-index: 998;
  width: 350px;
  height: 100vh;
  background-color: #03AECC;
  padding: 50px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#u-drawernav.opened {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}

#u-drawernav > .logo {
  margin-bottom: 30px;
}

#u-drawernav > h3 {
  color: #fff;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 10px;
}

#u-drawernav > ul {
  padding: 0 10px;
}

#u-drawernav > ul > li {
  border-top: solid thin #fff;
}

#u-drawernav > ul > li:last-child {
  border-bottom: solid thin #fff;
}

#u-drawernav > ul > li > a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
  font-size: 0.8em;
}

#u-drawernav > ul > li > a:link, #u-drawernav > ul > li > a:visited, #u-drawernav > ul > li > a:active {
  color: #fff;
}

#u-drawernav > ul > li > a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 0.5em;
}

@media screen and (max-width: 700px) {
  #u-drawernav {
    width: 80vw;
  }
}

#u-navOverlay {
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 997;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#u-navOverlay.opened {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.u-spmenu {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-spmenu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
  }
}

.u-nav {
  height: 100%;
  max-width: 100%;
  margin: auto;
  padding: 5px 0;
}

@media screen and (max-width: 900px) {
  .u-nav {
    display: none;
  }
}

.u-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.u-nav > ul > li {
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  height: 100%;
}

.u-nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.u-nav > ul > li > a > b {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: auto;
}

.u-nav > ul > li > a > b img {
  width: 40px;
  margin-bottom: 3px;
}

.u-nav > ul > li > a > b > span {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-size: 0.7em;
  font-weight: 400;
}

.u-nav > ul > li:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #259184 !important;
}

.u-nav > ul > li:hover > a > b {
  color: #fff;
}

.u-nav > ul > li.emph1 {
  background-color: #03AECC;
}

.u-nav > ul > li.emph1 > a > b {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.4em;
  font-weight: 200;
  color: #fff;
}

.u-nav > ul > li.emph2 {
  background-color: #5BA09F;
  padding: 0 20px;
}

.u-nav > ul > li.emph2 > a > b {
  font-size: 1.2em;
  color: #fff;
}

.u-nav.attach > ul > li > a > b {
  color: #03AECC;
}

.u-nav.attach > ul > li:hover > a > b {
  color: #fff;
}

.u-nav.attach > ul > li.emph1 {
  background-color: #03AECC;
}

.u-nav.attach > ul > li.emph1 > a > b {
  color: #fff;
}

.u-nav.attach > ul > li.emph2 {
  background-color: #5BA09F;
  padding: 0 20px;
}

.u-nav.attach > ul > li.emph2 > a > b {
  color: #fff;
}

/* ファーストビュー
-------------------------------------------------- */
#u-firstview {
  overflow: hidden;
  position: relative;
  height: 800px;
}

#u-firstview #underlay1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 90%;
  z-index: -1;
  background-color: #5BA09F;
}

#u-firstview #underlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 70%;
  z-index: -2;
  background-color: #03AECC;
}

#u-firstview #catch {
  position: absolute;
  top: 40%;
  left: 50px;
  z-index: 1;
  width: 800px;
  max-width: 100%;
}

#u-firstview #catch .inner {
  position: relative;
}

#u-firstview #catch .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#u-firstview #catch .inner img:nth-child(1) {
  display: block;
}

#u-firstview #catch .inner img:nth-child(2) {
  display: none;
}

#u-firstview #catch .inner img:nth-child(3) {
  display: none;
}

@media screen and (max-width: 960px) {
  #u-firstview {
    height: 80vh;
  }
  #u-firstview #catch {
    left: 0;
    width: 100%;
  }
}

footer {
  height: auto;
  background: #03AECC;
  text-align: center;
}

footer .u-logo {
  display: inline-block;
  width: 300px;
  max-width: 90%;
}

footer .copyright > .inner {
  background-color: #259184;
  margin: auto;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}

@media screen and (max-width: 700px) {
  footer .inner {
    width: 100%;
  }
  footer .u-logo {
    background-color: #03AECC;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}

/* フレックスコンテナ ver2
-------------------------------------------------- */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.u-flex img {
  vertical-align: middle;
  max-width: 100%;
}

.u-flex * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-flex.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-flex.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.u-flex.auto > * {
  width: auto;
}

.u-flex.fit > *.w5 {
  width: 5% !important;
}

.u-flex.fit > *.order1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.u-flex.fit > *.w10 {
  width: 10% !important;
}

.u-flex.fit > *.order2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.u-flex.fit > *.w15 {
  width: 15% !important;
}

.u-flex.fit > *.order3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.u-flex.fit > *.w20 {
  width: 20% !important;
}

.u-flex.fit > *.order4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.u-flex.fit > *.w25 {
  width: 25% !important;
}

.u-flex.fit > *.order5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.u-flex.fit > *.w30 {
  width: 30% !important;
}

.u-flex.fit > *.order6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.u-flex.fit > *.w35 {
  width: 35% !important;
}

.u-flex.fit > *.order7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.u-flex.fit > *.w40 {
  width: 40% !important;
}

.u-flex.fit > *.order8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.u-flex.fit > *.w45 {
  width: 45% !important;
}

.u-flex.fit > *.order9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.u-flex.fit > *.w50 {
  width: 50% !important;
}

.u-flex.fit > *.order10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.u-flex.fit > *.w55 {
  width: 55% !important;
}

.u-flex.fit > *.order11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.u-flex.fit > *.w60 {
  width: 60% !important;
}

.u-flex.fit > *.order12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.u-flex.fit > *.w65 {
  width: 65% !important;
}

.u-flex.fit > *.order13 {
  -webkit-box-ordinal-group: 14 !important;
      -ms-flex-order: 13 !important;
          order: 13 !important;
}

.u-flex.fit > *.w70 {
  width: 70% !important;
}

.u-flex.fit > *.order14 {
  -webkit-box-ordinal-group: 15 !important;
      -ms-flex-order: 14 !important;
          order: 14 !important;
}

.u-flex.fit > *.w75 {
  width: 75% !important;
}

.u-flex.fit > *.order15 {
  -webkit-box-ordinal-group: 16 !important;
      -ms-flex-order: 15 !important;
          order: 15 !important;
}

.u-flex.fit > *.w80 {
  width: 80% !important;
}

.u-flex.fit > *.order16 {
  -webkit-box-ordinal-group: 17 !important;
      -ms-flex-order: 16 !important;
          order: 16 !important;
}

.u-flex.fit > *.w85 {
  width: 85% !important;
}

.u-flex.fit > *.order17 {
  -webkit-box-ordinal-group: 18 !important;
      -ms-flex-order: 17 !important;
          order: 17 !important;
}

.u-flex.fit > *.w90 {
  width: 90% !important;
}

.u-flex.fit > *.order18 {
  -webkit-box-ordinal-group: 19 !important;
      -ms-flex-order: 18 !important;
          order: 18 !important;
}

.u-flex.fit > *.w95 {
  width: 95% !important;
}

.u-flex.fit > *.order19 {
  -webkit-box-ordinal-group: 20 !important;
      -ms-flex-order: 19 !important;
          order: 19 !important;
}

.u-flex.fit > *.w100 {
  width: 100% !important;
}

.u-flex.fit > *.order20 {
  -webkit-box-ordinal-group: 21 !important;
      -ms-flex-order: 20 !important;
          order: 20 !important;
}

@media screen and (min-width: 701px) {
  .u-flex.col-1 > * {
    width: 100%;
  }
  .u-flex.col-2 > * {
    width: 50%;
  }
  .u-flex.col-3 > * {
    width: 33.33333%;
  }
  .u-flex.col-4 > * {
    width: 25%;
  }
  .u-flex.col-5 > * {
    width: 20%;
  }
  .u-flex.col-6 > * {
    width: 16.66667%;
  }
  .u-flex > *.w5 {
    width: 5%;
  }
  .u-flex > *.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-flex > *.w10 {
    width: 10%;
  }
  .u-flex > *.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .u-flex > *.w15 {
    width: 15%;
  }
  .u-flex > *.order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .u-flex > *.w20 {
    width: 20%;
  }
  .u-flex > *.order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .u-flex > *.w25 {
    width: 25%;
  }
  .u-flex > *.order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .u-flex > *.w30 {
    width: 30%;
  }
  .u-flex > *.order6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .u-flex > *.w35 {
    width: 35%;
  }
  .u-flex > *.order7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .u-flex > *.w40 {
    width: 40%;
  }
  .u-flex > *.order8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .u-flex > *.w45 {
    width: 45%;
  }
  .u-flex > *.order9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .u-flex > *.w50 {
    width: 50%;
  }
  .u-flex > *.order10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .u-flex > *.w55 {
    width: 55%;
  }
  .u-flex > *.order11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .u-flex > *.w60 {
    width: 60%;
  }
  .u-flex > *.order12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .u-flex > *.w65 {
    width: 65%;
  }
  .u-flex > *.order13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .u-flex > *.w70 {
    width: 70%;
  }
  .u-flex > *.order14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .u-flex > *.w75 {
    width: 75%;
  }
  .u-flex > *.order15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .u-flex > *.w80 {
    width: 80%;
  }
  .u-flex > *.order16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .u-flex > *.w85 {
    width: 85%;
  }
  .u-flex > *.order17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .u-flex > *.w90 {
    width: 90%;
  }
  .u-flex > *.order18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .u-flex > *.w95 {
    width: 95%;
  }
  .u-flex > *.order19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .u-flex > *.w100 {
    width: 100%;
  }
  .u-flex > *.order20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}

@media screen and (max-width: 700px) {
  .u-flex.col-1 > * {
    width: 100%;
  }
  .u-flex.col-2 > * {
    width: 100%;
  }
  .u-flex.col-3 > * {
    width: 100%;
  }
  .u-flex.col-4 > * {
    width: 100%;
  }
  .u-flex.col-5 > * {
    width: 100%;
  }
  .u-flex.col-6 > * {
    width: 100%;
  }
  .u-flex > *.w5 {
    width: 100%;
  }
  .u-flex > *.order1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w10 {
    width: 100%;
  }
  .u-flex > *.order2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w15 {
    width: 100%;
  }
  .u-flex > *.order3 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w20 {
    width: 100%;
  }
  .u-flex > *.order4 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w25 {
    width: 100%;
  }
  .u-flex > *.order5 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w30 {
    width: 100%;
  }
  .u-flex > *.order6 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w35 {
    width: 100%;
  }
  .u-flex > *.order7 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w40 {
    width: 100%;
  }
  .u-flex > *.order8 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w45 {
    width: 100%;
  }
  .u-flex > *.order9 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w50 {
    width: 100%;
  }
  .u-flex > *.order10 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w55 {
    width: 100%;
  }
  .u-flex > *.order11 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w60 {
    width: 100%;
  }
  .u-flex > *.order12 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w65 {
    width: 100%;
  }
  .u-flex > *.order13 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w70 {
    width: 100%;
  }
  .u-flex > *.order14 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w75 {
    width: 100%;
  }
  .u-flex > *.order15 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w80 {
    width: 100%;
  }
  .u-flex > *.order16 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w85 {
    width: 100%;
  }
  .u-flex > *.order17 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w90 {
    width: 100%;
  }
  .u-flex > *.order18 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w95 {
    width: 100%;
  }
  .u-flex > *.order19 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex > *.w100 {
    width: 100%;
  }
  .u-flex > *.order20 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .u-flex.mcol-1 > * {
    width: 100%;
  }
  .u-flex.mcol-2 > * {
    width: 50%;
  }
  .u-flex.mcol-3 > * {
    width: 33.33333%;
  }
  .u-flex.mcol-4 > * {
    width: 25%;
  }
  .u-flex.mcol-5 > * {
    width: 20%;
  }
  .u-flex.mcol-6 > * {
    width: 16.66667%;
  }
}

/* 見出しタイトル00
================================================== */
.htitle00 {
  position: relative;
  padding: 1em;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#259184), to(#03AECC));
  background-image: linear-gradient(to right bottom, #259184, #03AECC);
  color: #fff;
}

.htitle00 .mainText {
  display: block;
  font-size: 2em;
  font-weight: 900;
}

.htitle00 .subText {
  display: block;
  font-size: 1em;
}

@media screen and (max-width: 700px) {
  .k-htitle00 .mainText {
    font-size: 1.8em;
  }
  .k-htitle00 .subText {
    font-size: 0.8em;
  }
}

/* 見出しタイトル01
	-------------------------------------------------- */
.htitle01 {
  font-size: 2em;
  font-weight: 900;
  padding-bottom: 0.1em;
  margin-bottom: 0.3em;
  position: relative;
}

.htitle01::before {
  content: "";
  width: 4em;
  height: 4px;
  background-color: #03AECC;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
}

/* 見出しタイトル02
	-------------------------------------------------- */
.htitle02 {
  margin-bottom: 10px;
}

.htitle02 b {
  display: inline;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #03AECC;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #6be7fd));
  background: linear-gradient(transparent 70%, #6be7fd 70%);
}

@media screen and (max-width: 800px) {
  .htitle02 b {
    font-size: 1em;
  }
}

/* 見出しタイトル03
	-------------------------------------------------- */
.htitle03 {
  font-size: 2em;
  position: relative;
  border-top: solid 3px #03AECC;
  border-bottom: solid 3px #03AECC;
  background: #259184;
  line-height: 1.4rem;
  padding: 0.4em 0.5em;
  margin: 1em 0 0.5em;
  color: #fff;
}

.htitle03:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4\ POINT";
  background: #03AECC;
  color: #fff;
  left: 0;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 見出しタイトル04
	-------------------------------------------------- */
.htitle04 {
  font-size: 2em;
  line-height: 1.2;
  position: relative;
  padding: 0.6em;
  margin-bottom: 20px;
  color: #03AECC;
  background: #d0f7fe;
}

.htitle04:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: solid 15px transparent;
  border-top: solid 15px #d0f7fe;
  width: 0;
  height: 0;
}

@media screen and (max-width: 700px) {
  .htitle04 {
    width: 90%;
  }
}

/* 見出しタイトル05
	-------------------------------------------------- */
.htitle05 {
  border-bottom: solid 10px #259184;
  position: relative;
  font-size: 1.8em;
  line-height: 1.2;
  color: #03AECC;
  font-weight: 900;
  margin-bottom: 20px;
  padding-left: 20px;
  letter-spacing: 0.2em;
}

.htitle05 span {
  font-size: 0.6em;
}

.htitle05:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #03AECC;
  bottom: -3px;
  width: 20%;
}

/* 見出しタイトル06
	-------------------------------------------------- */
.htitle06 {
  line-height: 1;
  font-size: 1.8em;
  overflow: hidden;
}

.htitle06 .main {
  position: relative;
  letter-spacing: 0.2em;
  color: #03AECC;
  font-size: 1.5em;
}

.htitle06 .main::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  height: 1px;
  background-color: #03AECC;
}

.htitle06 .sub {
  font-family: "Caveat", cursive;
  font-weight: 400;
  letter-spacing: normal;
}

@media screen and (max-width: 700px) {
  .htitle06 .main {
    font-size: 1em;
  }
}

/* 見出しタイトル07
	-------------------------------------------------- */
.htitle07 {
  font-size: 2em;
  line-height: 1.2;
  background-color: #03AECC;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  overflow: hidden;
  padding: 10px;
  /* 余白 */
  position: relative;
}

.htitle07:before {
  background-color: #fff;
  /* 大きな円の色 */
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.6;
  /* 大きな円の不透明度 */
  position: absolute;
  top: -20px;
  left: 0;
  width: 200px;
  /* 大きな円の幅 */
  height: 200px;
  /* 大きな円の高さ */
}

.htitle07:after {
  background-color: #fff;
  /* 小さな円の色 */
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.6;
  /* 小さな円の不透明度 */
  position: absolute;
  bottom: -50px;
  left: 180px;
  width: 100px;
  /* 小さな円の幅 */
  height: 100px;
  /* 小さな円の高さ */
}

/* 見出しタイトル08
	-------------------------------------------------- */
.htitle08 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 10px;
  border-bottom: solid 2px #03AECC;
}

.htitle08 span {
  display: inline-block;
  height: 100%;
  position: relative;
  color: #fff;
  background-color: #03AECC;
  border-radius: 5px 5px 0 0;
  padding: 0 1.4em;
}

.htitle08 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #fff;
}

/* 見出しタイトル09
	-------------------------------------------------- */
.htitle09 {
  font-size: 2em;
  line-height: 1.2;
  margin: 0;
  position: relative;
  display: inline-block;
  background-color: #259184;
  padding: 0.3em 1.5em 0.3em 0.5em;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #fff;
}

.htitle09:before {
  content: "";
  background-color: #b3b3b3;
  display: block;
  position: absolute;
  left: 50%;
  height: 60%;
  top: 26%;
  z-index: -1;
  width: 46%;
  -webkit-box-shadow: 0 0 8px 8px #b3b3b3;
          box-shadow: 0 0 8px 8px #b3b3b3;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

/* 見出しタイトル0a
	-------------------------------------------------- */
.htitle0a {
  font-size: 2em;
  line-height: 1.2;
  border-bottom: solid thin #aaa;
  margin-bottom: 20px;
}

.htitle0a:first-letter {
  font-size: 1.2em;
  color: #03AECC;
}

/* 見出しタイトル0b
	-------------------------------------------------- */
.htitle0b {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 900;
  border-left: solid 2px #03AECC;
  border-right: solid 2px #03AECC;
  border-bottom: solid 2px #03AECC;
  padding: 0 20px;
  margin-bottom: 20px;
}

/* 見出しタイトル0c
		-------------------------------------------------- */
.htitle0c {
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-top: solid 2px #03AECC;
  border-bottom: solid 2px #03AECC;
  padding: 10px;
  margin-bottom: 20px;
}

/* 見出しタイトル0d
		-------------------------------------------------- */
.htitle0d {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #03AECC;
  padding: 10px;
  margin-bottom: 20px;
}

.htitle0d::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00b";
  font-weight: 900;
  padding-right: 0.1em;
}

/* 見出しタイトル0e
	-------------------------------------------------- */
.htitle0e {
  position: relative;
  z-index: 0;
  height: 6em;
  line-height: 1.2;
}

.htitle0e .catch {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.9;
}

.htitle0e .main {
  display: block;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 85%;
  font-size: 1.5em;
  border-bottom: solid thin #555;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.htitle0e .main b {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.5em;
  font-weight: 400;
}

.htitle0e::before {
  content: "";
  position: absolute;
  top: calc(-6em / 1.41421356);
  left: calc(-6em / 1.41421356);
  display: inline-block;
  border-style: solid;
  border-width: calc(6em / 1.414);
  border-color: transparent transparent #A8C99B transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .htitle0e {
    height: 3em;
  }
  .htitle0e .catch {
    font-size: 0.8em;
  }
  .htitle0e .main {
    left: 25%;
    width: 75%;
    font-size: 1.2em;
  }
  .htitle0e::before {
    top: calc(-3em / 1.41421356);
    left: calc(-3em / 1.41421356);
    border-width: calc(3em / 1.414);
  }
}

/* 見出しタイトル10
	================================================== */
.htitle10 {
  width: 100%;
  max-width: 100%;
  background: #03AECC;
  -webkit-box-shadow: 0 0 0 5px #03AECC;
          box-shadow: 0 0 0 5px #03AECC;
  border: dashed 1px #fff;
  padding: 0.2em 0.5em 0.3em;
  color: #fff;
  margin: 0 auto 0.5em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.htitle10 .main {
  font-size: 1.5em;
  font-weight: 400;
}

.htitle10 .sub {
  font-size: 1.1em;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-weight: 300;
}

/* 見出しタイトル11
	================================================== */
.htitle11 {
  font-size: 2em;
  padding-bottom: 0.1em;
  margin-bottom: 0.3em;
  position: relative;
  text-align: center;
}

.htitle11::before {
  content: "";
  width: 4em;
  height: 4px;
  background-color: #03AECC;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 見出しタイトル12
		================================================== */
.htitle12 {
  text-align: center;
}

.htitle12 .inner {
  display: inline-block;
  color: #03AECC;
  position: relative;
  padding: 0 1em;
  font-size: 2.5em;
  line-height: 0.9;
  max-width: calc(100% - 1em);
}

.htitle12 .inner .main {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.htitle12 .inner .sub {
  font-size: 0.6em;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.htitle12 .inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20100%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%2303AECC%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E001%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%223.5%22%20y1%3D%223%22%20x2%3D%2266.5%22%20y2%3D%2297%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.htitle12 .inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20100%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%2303AECC%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E002%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2266.5%22%20y1%3D%222.5%22%20x2%3D%222.5%22%20y2%3D%2296.5%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* 見出しタイトル13
		-------------------------------------------------- */
.htitle13 {
  text-align: center;
  overflow: hidden;
}

.htitle13 .main {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  display: inline-block;
  font-size: 4em;
  font-weight: 600;
  position: relative;
  line-height: 1.1;
  letter-spacing: 4px;
  color: #259184;
}

.htitle13 .main::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: calc(105% + 0.1em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: #259184;
}

.htitle13 .main::after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 105%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: #259184;
}

.htitle13 .sub {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8em;
  background-color: #03AECC;
  margin-top: 10px;
  padding: 0 30px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.3em;
  border-radius: 5px;
}

.htitle13.light .main {
  color: #fff;
}

.htitle13.light .main::before {
  background-color: #fff;
}

.htitle13.light .main::after {
  background-color: #fff;
}

@media screen and (max-width: 700px) {
  .htitle13 .main {
    font-size: 34px;
  }
  .htitle13 .main::before {
    width: 30px;
    height: 1px;
  }
  .htitle13 .main::after {
    width: 30px;
    height: 1px;
  }
}

/* 見出しタイトル14
	================================================== */
.htitle14 {
  color: #5BA09F;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.htitle14 .inner {
  display: inline-block;
  position: relative;
}

.htitle14 .inner .main {
  display: inline-block;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 10px;
}

.htitle14 .inner .sub {
  display: inline-block;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-weight: 900;
  background-color: #5BA09F;
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  margin-bottom: 10px;
}

.htitle14 .inner .sub2 {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .htitle14 .inner .main {
    font-size: 1em;
  }
  .htitle14 .inner .sub {
    font-size: 0.8em;
  }
  .htitle14 .inner::before {
    width: 1em;
    height: 1em;
  }
  .htitle14 .inner::after {
    position: absolute;
    width: 1em;
    height: 1em;
  }
}

/* 見出しタイトル15
		-------------------------------------------------- */
.htitle15 {
  text-align: center;
  overflow: hidden;
}

.htitle15 .main {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  display: inline-block;
  font-size: 2.5em;
  font-weight: 400;
  position: relative;
  line-height: 1.1;
  letter-spacing: 4px;
  color: #259184;
}

.htitle15 .sub {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8em;
  background-color: #03AECC;
  margin-top: 10px;
  padding: 0 30px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.3em;
  border-radius: 50px;
}

.htitle15.light .main {
  color: #fff;
}

.htitle15.light .main::before {
  background-color: #fff;
}

.htitle15.light .main::after {
  background-color: #fff;
}

@media screen and (max-width: 700px) {
  .htitle15 .main {
    font-size: 34px;
  }
  .htitle15 .main::before {
    width: 30px;
    height: 1px;
  }
  .htitle15 .main::after {
    width: 30px;
    height: 1px;
  }
}

/* ボタン1
-------------------------------------------------- */
.u-btn1 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  overflow: hidden;
  margin: auto;
  border: solid thin #03AECC;
  background-color: #03AECC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.u-btn1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 5px;
}

.u-btn1 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #03AECC;
}

.u-btn1.light a {
  color: #fff;
  border: solid thin #fff;
  background-color: transparent;
}

.u-btn1.light a:hover {
  background-color: #fff;
  color: #03AECC;
}

/* ボタン2
  -------------------------------------------------- */
.u-btn2 a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #03AECC;
  border: solid thin #03AECC;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-btn2 a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  right: -2px;
  border-left: 10px solid #03AECC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.u-btn2 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #03AECC;
  color: #fff;
}

.u-btn2 a:hover > .u-btn2 a:after {
  border-left: 10px solid #fff;
}

/* TELボタン1
  -------------------------------------------------- */
.u-btnTel1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: 400;
  color: #03AECC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
}

.u-btnTel1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  padding-right: 5px;
}

.u-btnTel1 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.u-btnTel1.light a {
  color: #fff;
}

/* TELボタン2
  -------------------------------------------------- */
.u-btnTel2 a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #03AECC;
  background-color: #03AECC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 2em;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.u-btnTel2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  padding-right: 5px;
}

.u-btnTel2 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #03AECC;
}

@media screen and (max-width: 700px) {
  .u-btnTel2 a {
    font-size: 1.5em;
    padding: 10px 30px;
  }
}

/* Mailボタン1
  -------------------------------------------------- */
.u-btnMail1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #03AECC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-btnMail1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-right: 5px;
}

.u-btnMail1 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* Mailボタン2
  -------------------------------------------------- */
.u-btnMail2 a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #03AECC;
  background-color: #03AECC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 2em;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.u-btnMail2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-right: 5px;
}

.u-btnMail2 a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #03AECC;
}

@media screen and (max-width: 700px) {
  .u-btnMail2 a {
    font-size: 1.5em;
    padding: 10px 30px;
  }
}

/* アンカーボタン
  -------------------------------------------------- */
.u-btnAnchor {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 40px;
  background-color: #03AECC;
  color: #fff;
  border: solid thin #03AECC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-btnAnchor b {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.u-btnAnchor b::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  margin-left: 0.5em;
}

.u-btnAnchor:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* 定義リスト1
-------------------------------------------------- */
.u-defList1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-defList1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-defList1 dt {
  display: block;
  width: 10em;
  border-bottom: solid thin #ccc;
  padding: 5px 0;
  margin-bottom: 10px;
}

.u-defList1 dt b {
  display: block;
  background-color: #259184;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}

.u-defList1 dd {
  width: calc(100% - 10em);
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
  display: block;
}

@media screen and (max-width: 700px) {
  .u-defList1 dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
  }
  .u-defList1 dd {
    width: 100%;
  }
}

/* 定義リスト2
  -------------------------------------------------- */
.u-defList2 {
  width: 100%;
}

.u-defList2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-defList2 dt {
  color: #777;
}

.u-defList2 dt b {
  display: block;
}

.u-defList2 dt b::after {
  display: inline;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left: 5px;
}

.u-defList2 dt p {
  display: block;
}

.u-defList2 dt p span {
  font-weight: 900;
  color: #fff;
}

.u-defList2 dt p::after {
  display: inline;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left: 5px;
}

.u-defList2 dd {
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
  font-size: 0.8em;
}

#slider ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}

#slider ul > li a img {
  max-width: 100%;
}

.single {
  width: 1200px;
  margin: auto;
  padding: 100px 0;
  max-width: 100%;
}

/* background統一
-------------------------------------------------- */
.bgi {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topContent1 {
  padding: 100px 0;
  letter-spacing: 0.2em;
}

.topContent1 .read {
  font-size: 3em;
  padding: 10px 0;
  line-height: 1.2;
}

.topContent1 .text {
  font-size: 1.2em;
  padding: 10px 0;
}

.bg-lg {
  background: linear-gradient(120deg, #fcfcfc 0%, #f5f5f5 100%) !important;
}

.list1 {
  background-color: #259184;
  color: #fff;
  height: 100%;
}

.list1 .pad {
  padding: 20px;
}

.bg-fb {
  background-color: #fbfbfb;
}

@media screen and (max-width: 700px) {
  .bg-spbk {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .bg-spwh {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/* キャプションオーバーレイ
-------------------------------------------------- */
.u-coverCaption {
  position: relative;
  border: solid thin #03AECC;
}

.u-coverCaption figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  background-color: rgba(3, 174, 204, 0.8);
  color: #fff;
  font-size: 1em;
  padding: 5px 10px;
  font-weight: 900;
}

/* 補足記述
-------------------------------------------------- */
.u-note {
  font-size: 0.8em;
}

.u-note > li {
  text-indent: -1em;
  padding-left: 1em;
}

.u-note > li::before {
  content: "※";
}

/* リストデザイン1
	-------------------------------------------------- */
.u-listDesign1 {
  padding: 0.5em;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-listDesign1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-listDesign1.col-1 > li {
  width: 98%;
}

.u-listDesign1.col-2 > li {
  width: 46%;
}

.u-listDesign1.col-3 > li {
  width: 27.3333333%;
}

.u-listDesign1.col-4 > li {
  width: 17%;
}

.u-listDesign1.col-5 > li {
  width: 18%;
}

.u-listDesign1 li {
  position: relative;
  padding: 0 0.3em 0.3em 1.3em;
  border-bottom: dotted 1px #aaa;
  margin-bottom: 20px;
  margin-right: 2%;
}

.u-listDesign1 li:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #259184;
}

@media screen and (max-width: 700px) {
  .u-listDesign1.col-2 > li {
    width: 98%;
  }
  .u-listDesign1.col-3 > li {
    width: 98%;
  }
  .u-listDesign1.col-4 > li {
    width: 46%;
  }
  .u-listDesign1.col-5 > li {
    width: 46%;
  }
}

/* リストデザイン2
	-------------------------------------------------- */
.u-listDesign2 {
  padding: 0.5em;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-listDesign2.col-1 > li {
  width: 98%;
}

.u-listDesign2.col-2 > li {
  width: 45%;
}

.u-listDesign2.col-3 > li {
  width: 27.3333333%;
}

.u-listDesign2.col-4 > li {
  width: 17%;
}

.u-listDesign2 li {
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.u-listDesign2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #03AECC;
  padding-right: 5px;
}

@media screen and (max-width: 700px) {
  .u-listDesign2.col-2 > li {
    width: 98%;
  }
  .u-listDesign2.col-3 > li {
    width: 98%;
  }
  .u-listDesign2.col-4 > li {
    width: 46%;
  }
}

/* リストデザイン3
	-------------------------------------------------- */
.u-listDesign3 > li {
  display: inline-block;
}

.u-listDesign3 > li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 5px;
}

.u-listDesign3 > li:last-child::after {
  content: " ";
}

/* リストデザイン4 olデザイン
	-------------------------------------------------- */
.u-listDesign4 {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
}

.u-listDesign4 > li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  padding: 0.5em 0.5em 0.5em 30px;
  letter-spacing: 0.2em;
}

.u-listDesign4 > li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #03AECC;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* リストデザイン5
		-------------------------------------------------- */
.u-listDesign5 > li {
  display: inline-block;
  padding: 0 10px;
  margin: 5px;
  background-color: rgba(3, 174, 204, 0.5);
  color: #fff;
  border-radius: 5px;
}

.u-listDesign5 > li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-right: 5px;
}

/* リストデザイン6
			-------------------------------------------------- */
.u-listDesign6 {
  padding: 0 10px;
}

.u-listDesign6 > li {
  font-size: 1.8em;
  color: #03AECC;
  border-left: solid 6px #03AECC;
  background: #fff;
  margin-bottom: 0.5em;
  line-height: 1.5;
  padding: 0.2em;
}

@media screen and (max-width: 700px) {
  .u-listDesign6 > li {
    font-size: 18px;
  }
}

/* リストデザイン7
			-------------------------------------------------- */
.u-listDesign7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-listDesign7 > li {
  display: inline-block;
  text-align: center;
}

/* タイムライン1
-------------------------------------------------- */
.u-timeline1 {
  list-style: none;
}

.u-timeline1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-timeline1 > li {
  overflow: hidden;
}

.u-timeline1 > li > .u-tlineDate {
  width: 140px;
  float: left;
  padding-top: 25px;
  padding-right: 20px;
  font-size: 2em;
  line-height: 0.8;
  font-weight: bold;
  color: #03AECC;
  text-align: right;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.u-timeline1 > li > .u-tlineDate span {
  font-size: 1.5em;
}

@media screen and (max-width: 700px) {
  .u-timeline1 > li > .u-tlineDate span {
    font-size: 1em;
  }
}

.u-timeline1 > li > .u-tlineContent {
  width: calc(100% - 140px);
  float: left;
  border-left: solid 3px #03AECC;
  padding: 10px 30px;
}

.u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner > img {
  width: 30%;
  padding-left: 10px;
  float: right;
}

.u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner > h3 {
  width: 70%;
  border-bottom: solid thin #000;
  font-size: 2em;
  line-height: 1.8;
  font-weight: 900;
  margin-bottom: 20px;
}

.u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner > p {
  width: 70%;
}

.u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner > .clearBoth {
  clear: both;
}

.u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner:before {
  position: absolute;
  content: "";
  top: 26px;
  right: 100%;
  border: solid 10px transparent;
  border-right: solid 10px #fff;
  width: 0;
  height: 0;
}

.u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner:after {
  position: absolute;
  right: calc(100% + 24px);
  top: 28px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #03AECC;
  border-radius: 100%;
}

@media screen and (max-width: 700px) {
  .u-timeline1 > li {
    overflow: hidden;
  }
  .u-timeline1 > li > .u-tlineDate {
    width: 95%;
    float: none;
    padding: 30px 0 0 33px;
    text-align: left;
    border-left: solid 3px #03AECC;
    margin-left: 5%;
  }
  .u-timeline1 > li > .u-tlineContent {
    width: 95%;
    float: none;
    margin-left: 5%;
  }
  .u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner > img {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px;
  }
  .u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner > h3 {
    width: 100%;
    font-size: 1.2em;
    text-indent: 0;
    margin-left: 0;
  }
  .u-timeline1 > li > .u-tlineContent > .u-tlineContent-inner > p {
    width: 100%;
  }
}

/* タイムライン2
-------------------------------------------------- */
.u-timeline2 {
  list-style: none;
}

.u-timeline2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-timeline2 > li {
  overflow: hidden;
}

.u-timeline2 > li > .u-tlineContent {
  width: 100%;
  float: left;
  padding: 0 30px;
}

.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner {
  position: relative;
  padding: 20px;
}

.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner > .u-tlineDate {
  font-weight: bold;
}

.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner > .u-tlineDate::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 400;
  margin-right: 0.3em;
}

.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner > .u-tlineTitle {
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: bold;
}

.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.u-timeline2 > li > .u-tlineContent > .u-tlineContent-inner::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -6px;
  width: 14px;
  height: 14px;
  background-color: #03AECC;
  border-radius: 100%;
}

/* テーブルデザイン1
-------------------------------------------------- */
.u-table1 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.u-table1 th {
  padding: 10px;
  border: solid thin #ccc;
  text-align: center;
  background-color: #03AECC;
  color: #fff;
  font-weight: 900;
}

.u-table1 td {
  padding: 10px;
  border: solid thin #ccc;
  text-align: center;
}

.u-table1 tr:nth-child(odd) {
  background-color: #fbfbfb;
}

.u-table1 tr:nth-child(even) {
  background-color: #fff;
}

/* テーブルデザイン2
	-------------------------------------------------- */
.u-table2 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.u-table2 tr {
  border-bottom: solid 2px white;
}

.u-table2 tr:last-child {
  border-bottom: none;
}

.u-table2 th {
  position: relative;
  width: 30%;
  background-color: #03AECC;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  color: #fff;
}

.u-table2 th:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #03AECC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.u-table2 td {
  text-align: left;
  width: 70%;
  background-color: #f0f0f0;
  padding: 10px 20px;
  vertical-align: middle;
}

.u-ht {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-ht:hover > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.u-returnTop {
  position: fixed;
  bottom: 8em;
  right: -4em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 999;
}

.u-returnTop a {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  position: relative;
  display: block;
  padding-left: 0.5em;
  cursor: pointer;
  color: #555;
}

.u-returnTop a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  /*transform: translateY(-50%);*/
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-returnTop a:hover::before {
  width: 100px;
}

@media screen and (max-width: 700px) {
  .u-returnTop {
    right: -3.5em;
  }
  .u-returnTop a {
    font-size: 0.8em;
  }
}

.u-pagetop {
  position: relative;
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-pagetop .flame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .u-pagetop {
    height: 250px;
  }
}

/* タイムライン3
-------------------------------------------------- */
.u-timeline3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}

.u-timeline3 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-timeline3 > dt {
  width: 8em;
  margin-right: 20px;
  border-right: solid 2px #000;
  padding-top: 3.6em;
}

.u-timeline3 > dt > b {
  position: relative;
  display: block;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-size: 1.6em;
  font-weight: 900;
}

.u-timeline3 > dt > b::after {
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
}

.u-timeline3 > dd {
  width: calc(100% - 8em - 20px);
  margin: 2em 0;
}

.u-timeline3 > dd > .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  margin-left: 1em;
  border-left: solid 8px #03AECC;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.u-timeline3 > dd > .inner > .image {
  width: 25%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.u-timeline3 > dd > .inner > .image img {
  width: 100%;
}

.u-timeline3 > dd > .inner > .container {
  width: 75%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 10px;
}

.u-timeline3 > dd > .inner > .container > .title {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2em;
  font-weight: 900;
  border-bottom: solid thin #000;
  margin-bottom: 0.5em;
}

.u-timeline3 > dd > .inner::before {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -30px;
  display: inline-block;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #03AECC transparent transparent;
}

@media screen and (max-width: 700px) {
  .u-timeline3 > dt {
    width: 4em;
    text-align: center;
    padding-top: 3em;
  }
  .u-timeline3 > dt > b {
    font-size: 1.2em;
  }
  .u-timeline3 > dd {
    width: calc(100% - 5em - 20px);
  }
  .u-timeline3 > dd > .inner > .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-timeline3 > dd > .inner > .container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* メールフォーム
-------------------------------------------------- */
.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #ff0000;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  color: #333;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dd p {
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 5px;
}

textarea {
  border: 1px solid #ddd;
  padding: 0 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #03AECC;
  font-weight: bold;
  border: 2px solid #03AECC;
}

#mailform button:hover {
  background: #fff;
  color: #03AECC;
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*RadioとText*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 25px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  left: 0;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 2px;
  top: 4px;
  background-color: #64bcff;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0;
  margin: 0;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #64bcff;
  border-bottom: 3px solid #64bcff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0 #fff;
          box-shadow: 41px 0 #fff;
  z-index: 2;
  margin: 0;
  padding: 0;
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0 #666;
          box-shadow: 40px 0 #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0 #eee;
          box-shadow: 41px 0 #eee;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

.select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

@media screen and (max-width: 700px) {
  /* mailform */
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0 solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .textarea,
  textarea {
    width: 93%;
  }
  .fm-text {
    text-align: left;
  }
  /* /mailform */
}

.prv strong {
  color: #03AECC;
  display: block;
  border-bottom: 1px dotted #aaa;
  margin: 8px 0;
}

.prv strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

/* 要素のアスペクト比を固定
-------------------------------------------------- */
.u-fixedAspect {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.u-fixedAspect:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.u-fixedAspect > .imgWrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.u-fixedAspect > .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 画像の内接リサイズ
  -------------------------------------------------- */
.u-contain {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.u-contain * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-contain:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.u-contain > .imgWindow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.u-contain > .imgWindow:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.u-contain > .imgWindow2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fbfbfb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 画像の外接リサイズ
  -------------------------------------------------- */
.u-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.u-cover * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.u-cover:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.u-cover > .imgWindow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-cover > .imgWindow:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.u-cover > .imgWindow2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-list {
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 2px 2px 10px rgba(85, 85, 85, 0.2);
          box-shadow: 2px 2px 10px rgba(85, 85, 85, 0.2);
}

.course-list:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 2px 2px 10px #555555;
          box-shadow: 2px 2px 10px #555555;
  opacity: 0.9;
}

.course-list .contents {
  padding: 10px;
}

.m-t-20 {
  margin-top: -20px;
}

@media screen and (max-width: 700px) {
  .m-t-20 {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .aa {
    margin-top: -30px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .frame1 {
    display: block;
    width: 100%;
    padding-bottom: 50px;
  }
  .frame1 img {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
  }
  .frame2 {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .frame2 img {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
  }
}

.heading1 {
  letter-spacing: 0.2em;
  font-size: 1.6em;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  color: #03AECC;
}

.heading1 .main {
  display: block;
  font-size: 1.8em;
}

.heading1 .sub {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 700px) {
  .heading1 {
    font-size: 0.9em;
  }
}

/* SNS風コンテナ
================================================== */
.k-sns1 {
  /*clearfix*/
  width: 100%;
  _display: inline-block;
  /*clearfix*/
}

.k-sns1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.k-sns1:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.k-sns1 .inner-left,
.k-sns1 .inner-right {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
}

.k-sns1 .inner-left .k-snsimg,
.k-sns1 .inner-right .k-snsimg {
  width: 15%;
}

.k-sns1 .inner-left .k-snsimg > img,
.k-sns1 .inner-right .k-snsimg > img {
  width: 100%;
  border-radius: 100%;
  border: solid thin #999;
}

.k-sns1 .inner-left .k-snsimg > figcaption,
.k-sns1 .inner-right .k-snsimg > figcaption {
  text-align: center;
  font-size: 0.8em;
}

.k-sns1 .inner-left .k-snsbody,
.k-sns1 .inner-right .k-snsbody {
  position: relative;
  width: 80%;
  padding: 20px;
  border-radius: 20px;
}

.k-sns1 .inner-left .k-snsbody:before, .k-sns1 .inner-left .k-snsbody:after,
.k-sns1 .inner-right .k-snsbody:before,
.k-sns1 .inner-right .k-snsbody:after {
  position: absolute;
  content: "";
}

.k-sns1 .inner-left {
  float: left;
}

.k-sns1 .inner-left .k-snsbody {
  margin-left: 5%;
  background: #eee;
}

.k-sns1 .inner-left .k-snsbody::before {
  border: 10px solid transparent;
  border-right: solid 10px #eee;
  top: 22px;
  left: -20px;
}

.k-sns1 .inner-left .k-snsstamp {
  position: relative;
  width: 20%;
  margin-top: 15px;
  margin-left: 20%;
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner {
  overflow: hidden;
  border: solid thin #999;
  border-radius: 20px;
}

.k-sns1 .inner-left .k-snsstamp .stamp-inner img {
  width: 100%;
}

.k-sns1 .inner-left .k-snsstamp::after {
  width: 4em;
  position: absolute;
  bottom: 0;
  left: calc(100% + 0.8em);
  content: "原文画像";
  font-size: 0.8em;
}

.k-sns1 .inner-right {
  float: right;
}

.k-sns1 .inner-right .k-snsimg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.k-sns1 .inner-right .k-snsbody {
  margin-right: 5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #9cd6e7;
}

.k-sns1 .inner-right .k-snsbody::after {
  border: 10px solid transparent;
  border-left: solid 10px #9cd6e7;
  top: 22px;
  right: -20px;
}

@media screen and (max-width: 700px) {
  .k-sns1 {
    font-size: 0.9rem;
  }
  .k-sns1 .inner-left,
  .k-sns1 .inner-right {
    width: 100%;
    padding: 5px;
  }
  .k-sns1 .inner-left .k-snsstamp,
  .k-sns1 .inner-right .k-snsstamp {
    width: 30%;
  }
  .k-sns1 .inner-left .k-snsbody,
  .k-sns1 .inner-right .k-snsbody {
    padding: 15px;
  }
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

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

.fright {
  float: right;
}

@media screen and (max-width: 700px) {
  .fleft,
  .fright {
    font: none;
  }
}

/* marginとpadding指定
-------------------------------------------------- */
.m0 {
  margin: 0px;
}

.t-m0 {
  margin-top: 0px;
}

.r-m0 {
  margin-right: 0px;
}

.b-m0 {
  margin-bottom: 0px;
}

.l-m0 {
  margin-left: 0px;
}

.h-m0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.w-m0 {
  margin-left: 0px;
  margin-right: 0px;
}

.p0 {
  padding: 0px;
}

.t-p0 {
  padding-top: 0px;
}

.r-p0 {
  padding-right: 0px;
}

.b-p0 {
  padding-bottom: 0px;
}

.l-p0 {
  padding-left: 0px;
}

.h-p0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.w-p0 {
  padding-left: 0px;
  padding-right: 0px;
}

.m0 {
  margin: 0px;
}

.t-m0 {
  margin-top: 0px;
}

.r-m0 {
  margin-right: 0px;
}

.b-m0 {
  margin-bottom: 0px;
}

.l-m0 {
  margin-left: 0px;
}

.m5 {
  margin: 5px;
}

.t-m5 {
  margin-top: 5px;
}

.r-m5 {
  margin-right: 5px;
}

.b-m5 {
  margin-bottom: 5px;
}

.l-m5 {
  margin-left: 5px;
}

.h-m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.w-m5 {
  margin-left: 5px;
  margin-right: 5px;
}

.p5 {
  padding: 5px;
}

.t-p5 {
  padding-top: 5px;
}

.r-p5 {
  padding-right: 5px;
}

.b-p5 {
  padding-bottom: 5px;
}

.l-p5 {
  padding-left: 5px;
}

.h-p5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.w-p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.m-5 {
  margin: -5px;
}

.t-m-5 {
  margin-top: -5px;
}

.r-m-5 {
  margin-right: -5px;
}

.b-m-5 {
  margin-bottom: -5px;
}

.l-m-5 {
  margin-left: -5px;
}

.m10 {
  margin: 10px;
}

.t-m10 {
  margin-top: 10px;
}

.r-m10 {
  margin-right: 10px;
}

.b-m10 {
  margin-bottom: 10px;
}

.l-m10 {
  margin-left: 10px;
}

.h-m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.w-m10 {
  margin-left: 10px;
  margin-right: 10px;
}

.p10 {
  padding: 10px;
}

.t-p10 {
  padding-top: 10px;
}

.r-p10 {
  padding-right: 10px;
}

.b-p10 {
  padding-bottom: 10px;
}

.l-p10 {
  padding-left: 10px;
}

.h-p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.w-p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.m-10 {
  margin: -10px;
}

.t-m-10 {
  margin-top: -10px;
}

.r-m-10 {
  margin-right: -10px;
}

.b-m-10 {
  margin-bottom: -10px;
}

.l-m-10 {
  margin-left: -10px;
}

.m15 {
  margin: 15px;
}

.t-m15 {
  margin-top: 15px;
}

.r-m15 {
  margin-right: 15px;
}

.b-m15 {
  margin-bottom: 15px;
}

.l-m15 {
  margin-left: 15px;
}

.h-m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.w-m15 {
  margin-left: 15px;
  margin-right: 15px;
}

.p15 {
  padding: 15px;
}

.t-p15 {
  padding-top: 15px;
}

.r-p15 {
  padding-right: 15px;
}

.b-p15 {
  padding-bottom: 15px;
}

.l-p15 {
  padding-left: 15px;
}

.h-p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.w-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.m-15 {
  margin: -15px;
}

.t-m-15 {
  margin-top: -15px;
}

.r-m-15 {
  margin-right: -15px;
}

.b-m-15 {
  margin-bottom: -15px;
}

.l-m-15 {
  margin-left: -15px;
}

.m20 {
  margin: 20px;
}

.t-m20 {
  margin-top: 20px;
}

.r-m20 {
  margin-right: 20px;
}

.b-m20 {
  margin-bottom: 20px;
}

.l-m20 {
  margin-left: 20px;
}

.h-m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.w-m20 {
  margin-left: 20px;
  margin-right: 20px;
}

.p20 {
  padding: 20px;
}

.t-p20 {
  padding-top: 20px;
}

.r-p20 {
  padding-right: 20px;
}

.b-p20 {
  padding-bottom: 20px;
}

.l-p20 {
  padding-left: 20px;
}

.h-p20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.w-p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.m-20 {
  margin: -20px;
}

.t-m-20 {
  margin-top: -20px;
}

.r-m-20 {
  margin-right: -20px;
}

.b-m-20 {
  margin-bottom: -20px;
}

.l-m-20 {
  margin-left: -20px;
}

.m25 {
  margin: 25px;
}

.t-m25 {
  margin-top: 25px;
}

.r-m25 {
  margin-right: 25px;
}

.b-m25 {
  margin-bottom: 25px;
}

.l-m25 {
  margin-left: 25px;
}

.h-m25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.w-m25 {
  margin-left: 25px;
  margin-right: 25px;
}

.p25 {
  padding: 25px;
}

.t-p25 {
  padding-top: 25px;
}

.r-p25 {
  padding-right: 25px;
}

.b-p25 {
  padding-bottom: 25px;
}

.l-p25 {
  padding-left: 25px;
}

.h-p25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.w-p25 {
  padding-left: 25px;
  padding-right: 25px;
}

.m-25 {
  margin: -25px;
}

.t-m-25 {
  margin-top: -25px;
}

.r-m-25 {
  margin-right: -25px;
}

.b-m-25 {
  margin-bottom: -25px;
}

.l-m-25 {
  margin-left: -25px;
}

.m30 {
  margin: 30px;
}

.t-m30 {
  margin-top: 30px;
}

.r-m30 {
  margin-right: 30px;
}

.b-m30 {
  margin-bottom: 30px;
}

.l-m30 {
  margin-left: 30px;
}

.h-m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.w-m30 {
  margin-left: 30px;
  margin-right: 30px;
}

.p30 {
  padding: 30px;
}

.t-p30 {
  padding-top: 30px;
}

.r-p30 {
  padding-right: 30px;
}

.b-p30 {
  padding-bottom: 30px;
}

.l-p30 {
  padding-left: 30px;
}

.h-p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.w-p30 {
  padding-left: 30px;
  padding-right: 30px;
}

.m-30 {
  margin: -30px;
}

.t-m-30 {
  margin-top: -30px;
}

.r-m-30 {
  margin-right: -30px;
}

.b-m-30 {
  margin-bottom: -30px;
}

.l-m-30 {
  margin-left: -30px;
}

.m35 {
  margin: 35px;
}

.t-m35 {
  margin-top: 35px;
}

.r-m35 {
  margin-right: 35px;
}

.b-m35 {
  margin-bottom: 35px;
}

.l-m35 {
  margin-left: 35px;
}

.h-m35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.w-m35 {
  margin-left: 35px;
  margin-right: 35px;
}

.p35 {
  padding: 35px;
}

.t-p35 {
  padding-top: 35px;
}

.r-p35 {
  padding-right: 35px;
}

.b-p35 {
  padding-bottom: 35px;
}

.l-p35 {
  padding-left: 35px;
}

.h-p35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.w-p35 {
  padding-left: 35px;
  padding-right: 35px;
}

.m-35 {
  margin: -35px;
}

.t-m-35 {
  margin-top: -35px;
}

.r-m-35 {
  margin-right: -35px;
}

.b-m-35 {
  margin-bottom: -35px;
}

.l-m-35 {
  margin-left: -35px;
}

.m40 {
  margin: 40px;
}

.t-m40 {
  margin-top: 40px;
}

.r-m40 {
  margin-right: 40px;
}

.b-m40 {
  margin-bottom: 40px;
}

.l-m40 {
  margin-left: 40px;
}

.h-m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.w-m40 {
  margin-left: 40px;
  margin-right: 40px;
}

.p40 {
  padding: 40px;
}

.t-p40 {
  padding-top: 40px;
}

.r-p40 {
  padding-right: 40px;
}

.b-p40 {
  padding-bottom: 40px;
}

.l-p40 {
  padding-left: 40px;
}

.h-p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.w-p40 {
  padding-left: 40px;
  padding-right: 40px;
}

.m-40 {
  margin: -40px;
}

.t-m-40 {
  margin-top: -40px;
}

.r-m-40 {
  margin-right: -40px;
}

.b-m-40 {
  margin-bottom: -40px;
}

.l-m-40 {
  margin-left: -40px;
}

.m45 {
  margin: 45px;
}

.t-m45 {
  margin-top: 45px;
}

.r-m45 {
  margin-right: 45px;
}

.b-m45 {
  margin-bottom: 45px;
}

.l-m45 {
  margin-left: 45px;
}

.h-m45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.w-m45 {
  margin-left: 45px;
  margin-right: 45px;
}

.p45 {
  padding: 45px;
}

.t-p45 {
  padding-top: 45px;
}

.r-p45 {
  padding-right: 45px;
}

.b-p45 {
  padding-bottom: 45px;
}

.l-p45 {
  padding-left: 45px;
}

.h-p45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.w-p45 {
  padding-left: 45px;
  padding-right: 45px;
}

.m-45 {
  margin: -45px;
}

.t-m-45 {
  margin-top: -45px;
}

.r-m-45 {
  margin-right: -45px;
}

.b-m-45 {
  margin-bottom: -45px;
}

.l-m-45 {
  margin-left: -45px;
}

.m50 {
  margin: 50px;
}

.t-m50 {
  margin-top: 50px;
}

.r-m50 {
  margin-right: 50px;
}

.b-m50 {
  margin-bottom: 50px;
}

.l-m50 {
  margin-left: 50px;
}

.h-m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.w-m50 {
  margin-left: 50px;
  margin-right: 50px;
}

.p50 {
  padding: 50px;
}

.t-p50 {
  padding-top: 50px;
}

.r-p50 {
  padding-right: 50px;
}

.b-p50 {
  padding-bottom: 50px;
}

.l-p50 {
  padding-left: 50px;
}

.h-p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.w-p50 {
  padding-left: 50px;
  padding-right: 50px;
}

.m-50 {
  margin: -50px;
}

.t-m-50 {
  margin-top: -50px;
}

.r-m-50 {
  margin-right: -50px;
}

.b-m-50 {
  margin-bottom: -50px;
}

.l-m-50 {
  margin-left: -50px;
}

.m55 {
  margin: 55px;
}

.t-m55 {
  margin-top: 55px;
}

.r-m55 {
  margin-right: 55px;
}

.b-m55 {
  margin-bottom: 55px;
}

.l-m55 {
  margin-left: 55px;
}

.h-m55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.w-m55 {
  margin-left: 55px;
  margin-right: 55px;
}

.p55 {
  padding: 55px;
}

.t-p55 {
  padding-top: 55px;
}

.r-p55 {
  padding-right: 55px;
}

.b-p55 {
  padding-bottom: 55px;
}

.l-p55 {
  padding-left: 55px;
}

.h-p55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.w-p55 {
  padding-left: 55px;
  padding-right: 55px;
}

.m-55 {
  margin: -55px;
}

.t-m-55 {
  margin-top: -55px;
}

.r-m-55 {
  margin-right: -55px;
}

.b-m-55 {
  margin-bottom: -55px;
}

.l-m-55 {
  margin-left: -55px;
}

.m60 {
  margin: 60px;
}

.t-m60 {
  margin-top: 60px;
}

.r-m60 {
  margin-right: 60px;
}

.b-m60 {
  margin-bottom: 60px;
}

.l-m60 {
  margin-left: 60px;
}

.h-m60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.w-m60 {
  margin-left: 60px;
  margin-right: 60px;
}

.p60 {
  padding: 60px;
}

.t-p60 {
  padding-top: 60px;
}

.r-p60 {
  padding-right: 60px;
}

.b-p60 {
  padding-bottom: 60px;
}

.l-p60 {
  padding-left: 60px;
}

.h-p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.w-p60 {
  padding-left: 60px;
  padding-right: 60px;
}

.m-60 {
  margin: -60px;
}

.t-m-60 {
  margin-top: -60px;
}

.r-m-60 {
  margin-right: -60px;
}

.b-m-60 {
  margin-bottom: -60px;
}

.l-m-60 {
  margin-left: -60px;
}

.m65 {
  margin: 65px;
}

.t-m65 {
  margin-top: 65px;
}

.r-m65 {
  margin-right: 65px;
}

.b-m65 {
  margin-bottom: 65px;
}

.l-m65 {
  margin-left: 65px;
}

.h-m65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.w-m65 {
  margin-left: 65px;
  margin-right: 65px;
}

.p65 {
  padding: 65px;
}

.t-p65 {
  padding-top: 65px;
}

.r-p65 {
  padding-right: 65px;
}

.b-p65 {
  padding-bottom: 65px;
}

.l-p65 {
  padding-left: 65px;
}

.h-p65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.w-p65 {
  padding-left: 65px;
  padding-right: 65px;
}

.m-65 {
  margin: -65px;
}

.t-m-65 {
  margin-top: -65px;
}

.r-m-65 {
  margin-right: -65px;
}

.b-m-65 {
  margin-bottom: -65px;
}

.l-m-65 {
  margin-left: -65px;
}

.m70 {
  margin: 70px;
}

.t-m70 {
  margin-top: 70px;
}

.r-m70 {
  margin-right: 70px;
}

.b-m70 {
  margin-bottom: 70px;
}

.l-m70 {
  margin-left: 70px;
}

.h-m70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.w-m70 {
  margin-left: 70px;
  margin-right: 70px;
}

.p70 {
  padding: 70px;
}

.t-p70 {
  padding-top: 70px;
}

.r-p70 {
  padding-right: 70px;
}

.b-p70 {
  padding-bottom: 70px;
}

.l-p70 {
  padding-left: 70px;
}

.h-p70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.w-p70 {
  padding-left: 70px;
  padding-right: 70px;
}

.m-70 {
  margin: -70px;
}

.t-m-70 {
  margin-top: -70px;
}

.r-m-70 {
  margin-right: -70px;
}

.b-m-70 {
  margin-bottom: -70px;
}

.l-m-70 {
  margin-left: -70px;
}

.m75 {
  margin: 75px;
}

.t-m75 {
  margin-top: 75px;
}

.r-m75 {
  margin-right: 75px;
}

.b-m75 {
  margin-bottom: 75px;
}

.l-m75 {
  margin-left: 75px;
}

.h-m75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.w-m75 {
  margin-left: 75px;
  margin-right: 75px;
}

.p75 {
  padding: 75px;
}

.t-p75 {
  padding-top: 75px;
}

.r-p75 {
  padding-right: 75px;
}

.b-p75 {
  padding-bottom: 75px;
}

.l-p75 {
  padding-left: 75px;
}

.h-p75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.w-p75 {
  padding-left: 75px;
  padding-right: 75px;
}

.m-75 {
  margin: -75px;
}

.t-m-75 {
  margin-top: -75px;
}

.r-m-75 {
  margin-right: -75px;
}

.b-m-75 {
  margin-bottom: -75px;
}

.l-m-75 {
  margin-left: -75px;
}

.m80 {
  margin: 80px;
}

.t-m80 {
  margin-top: 80px;
}

.r-m80 {
  margin-right: 80px;
}

.b-m80 {
  margin-bottom: 80px;
}

.l-m80 {
  margin-left: 80px;
}

.h-m80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.w-m80 {
  margin-left: 80px;
  margin-right: 80px;
}

.p80 {
  padding: 80px;
}

.t-p80 {
  padding-top: 80px;
}

.r-p80 {
  padding-right: 80px;
}

.b-p80 {
  padding-bottom: 80px;
}

.l-p80 {
  padding-left: 80px;
}

.h-p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.w-p80 {
  padding-left: 80px;
  padding-right: 80px;
}

.m-80 {
  margin: -80px;
}

.t-m-80 {
  margin-top: -80px;
}

.r-m-80 {
  margin-right: -80px;
}

.b-m-80 {
  margin-bottom: -80px;
}

.l-m-80 {
  margin-left: -80px;
}

.m85 {
  margin: 85px;
}

.t-m85 {
  margin-top: 85px;
}

.r-m85 {
  margin-right: 85px;
}

.b-m85 {
  margin-bottom: 85px;
}

.l-m85 {
  margin-left: 85px;
}

.h-m85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.w-m85 {
  margin-left: 85px;
  margin-right: 85px;
}

.p85 {
  padding: 85px;
}

.t-p85 {
  padding-top: 85px;
}

.r-p85 {
  padding-right: 85px;
}

.b-p85 {
  padding-bottom: 85px;
}

.l-p85 {
  padding-left: 85px;
}

.h-p85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.w-p85 {
  padding-left: 85px;
  padding-right: 85px;
}

.m-85 {
  margin: -85px;
}

.t-m-85 {
  margin-top: -85px;
}

.r-m-85 {
  margin-right: -85px;
}

.b-m-85 {
  margin-bottom: -85px;
}

.l-m-85 {
  margin-left: -85px;
}

.m90 {
  margin: 90px;
}

.t-m90 {
  margin-top: 90px;
}

.r-m90 {
  margin-right: 90px;
}

.b-m90 {
  margin-bottom: 90px;
}

.l-m90 {
  margin-left: 90px;
}

.h-m90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.w-m90 {
  margin-left: 90px;
  margin-right: 90px;
}

.p90 {
  padding: 90px;
}

.t-p90 {
  padding-top: 90px;
}

.r-p90 {
  padding-right: 90px;
}

.b-p90 {
  padding-bottom: 90px;
}

.l-p90 {
  padding-left: 90px;
}

.h-p90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.w-p90 {
  padding-left: 90px;
  padding-right: 90px;
}

.m-90 {
  margin: -90px;
}

.t-m-90 {
  margin-top: -90px;
}

.r-m-90 {
  margin-right: -90px;
}

.b-m-90 {
  margin-bottom: -90px;
}

.l-m-90 {
  margin-left: -90px;
}

.m95 {
  margin: 95px;
}

.t-m95 {
  margin-top: 95px;
}

.r-m95 {
  margin-right: 95px;
}

.b-m95 {
  margin-bottom: 95px;
}

.l-m95 {
  margin-left: 95px;
}

.h-m95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.w-m95 {
  margin-left: 95px;
  margin-right: 95px;
}

.p95 {
  padding: 95px;
}

.t-p95 {
  padding-top: 95px;
}

.r-p95 {
  padding-right: 95px;
}

.b-p95 {
  padding-bottom: 95px;
}

.l-p95 {
  padding-left: 95px;
}

.h-p95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.w-p95 {
  padding-left: 95px;
  padding-right: 95px;
}

.m-95 {
  margin: -95px;
}

.t-m-95 {
  margin-top: -95px;
}

.r-m-95 {
  margin-right: -95px;
}

.b-m-95 {
  margin-bottom: -95px;
}

.l-m-95 {
  margin-left: -95px;
}

.m100 {
  margin: 100px;
}

.t-m100 {
  margin-top: 100px;
}

.r-m100 {
  margin-right: 100px;
}

.b-m100 {
  margin-bottom: 100px;
}

.l-m100 {
  margin-left: 100px;
}

.h-m100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.w-m100 {
  margin-left: 100px;
  margin-right: 100px;
}

.p100 {
  padding: 100px;
}

.t-p100 {
  padding-top: 100px;
}

.r-p100 {
  padding-right: 100px;
}

.b-p100 {
  padding-bottom: 100px;
}

.l-p100 {
  padding-left: 100px;
}

.h-p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.w-p100 {
  padding-left: 100px;
  padding-right: 100px;
}

.m-100 {
  margin: -100px;
}

.t-m-100 {
  margin-top: -100px;
}

.r-m-100 {
  margin-right: -100px;
}

.b-m-100 {
  margin-bottom: -100px;
}

.l-m-100 {
  margin-left: -100px;
}

.m105 {
  margin: 105px;
}

.t-m105 {
  margin-top: 105px;
}

.r-m105 {
  margin-right: 105px;
}

.b-m105 {
  margin-bottom: 105px;
}

.l-m105 {
  margin-left: 105px;
}

.h-m105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.w-m105 {
  margin-left: 105px;
  margin-right: 105px;
}

.p105 {
  padding: 105px;
}

.t-p105 {
  padding-top: 105px;
}

.r-p105 {
  padding-right: 105px;
}

.b-p105 {
  padding-bottom: 105px;
}

.l-p105 {
  padding-left: 105px;
}

.h-p105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.w-p105 {
  padding-left: 105px;
  padding-right: 105px;
}

.m-105 {
  margin: -105px;
}

.t-m-105 {
  margin-top: -105px;
}

.r-m-105 {
  margin-right: -105px;
}

.b-m-105 {
  margin-bottom: -105px;
}

.l-m-105 {
  margin-left: -105px;
}

.m110 {
  margin: 110px;
}

.t-m110 {
  margin-top: 110px;
}

.r-m110 {
  margin-right: 110px;
}

.b-m110 {
  margin-bottom: 110px;
}

.l-m110 {
  margin-left: 110px;
}

.h-m110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.w-m110 {
  margin-left: 110px;
  margin-right: 110px;
}

.p110 {
  padding: 110px;
}

.t-p110 {
  padding-top: 110px;
}

.r-p110 {
  padding-right: 110px;
}

.b-p110 {
  padding-bottom: 110px;
}

.l-p110 {
  padding-left: 110px;
}

.h-p110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.w-p110 {
  padding-left: 110px;
  padding-right: 110px;
}

.m-110 {
  margin: -110px;
}

.t-m-110 {
  margin-top: -110px;
}

.r-m-110 {
  margin-right: -110px;
}

.b-m-110 {
  margin-bottom: -110px;
}

.l-m-110 {
  margin-left: -110px;
}

.m115 {
  margin: 115px;
}

.t-m115 {
  margin-top: 115px;
}

.r-m115 {
  margin-right: 115px;
}

.b-m115 {
  margin-bottom: 115px;
}

.l-m115 {
  margin-left: 115px;
}

.h-m115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.w-m115 {
  margin-left: 115px;
  margin-right: 115px;
}

.p115 {
  padding: 115px;
}

.t-p115 {
  padding-top: 115px;
}

.r-p115 {
  padding-right: 115px;
}

.b-p115 {
  padding-bottom: 115px;
}

.l-p115 {
  padding-left: 115px;
}

.h-p115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.w-p115 {
  padding-left: 115px;
  padding-right: 115px;
}

.m-115 {
  margin: -115px;
}

.t-m-115 {
  margin-top: -115px;
}

.r-m-115 {
  margin-right: -115px;
}

.b-m-115 {
  margin-bottom: -115px;
}

.l-m-115 {
  margin-left: -115px;
}

.m120 {
  margin: 120px;
}

.t-m120 {
  margin-top: 120px;
}

.r-m120 {
  margin-right: 120px;
}

.b-m120 {
  margin-bottom: 120px;
}

.l-m120 {
  margin-left: 120px;
}

.h-m120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.w-m120 {
  margin-left: 120px;
  margin-right: 120px;
}

.p120 {
  padding: 120px;
}

.t-p120 {
  padding-top: 120px;
}

.r-p120 {
  padding-right: 120px;
}

.b-p120 {
  padding-bottom: 120px;
}

.l-p120 {
  padding-left: 120px;
}

.h-p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.w-p120 {
  padding-left: 120px;
  padding-right: 120px;
}

.m-120 {
  margin: -120px;
}

.t-m-120 {
  margin-top: -120px;
}

.r-m-120 {
  margin-right: -120px;
}

.b-m-120 {
  margin-bottom: -120px;
}

.l-m-120 {
  margin-left: -120px;
}

.m125 {
  margin: 125px;
}

.t-m125 {
  margin-top: 125px;
}

.r-m125 {
  margin-right: 125px;
}

.b-m125 {
  margin-bottom: 125px;
}

.l-m125 {
  margin-left: 125px;
}

.h-m125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.w-m125 {
  margin-left: 125px;
  margin-right: 125px;
}

.p125 {
  padding: 125px;
}

.t-p125 {
  padding-top: 125px;
}

.r-p125 {
  padding-right: 125px;
}

.b-p125 {
  padding-bottom: 125px;
}

.l-p125 {
  padding-left: 125px;
}

.h-p125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.w-p125 {
  padding-left: 125px;
  padding-right: 125px;
}

.m-125 {
  margin: -125px;
}

.t-m-125 {
  margin-top: -125px;
}

.r-m-125 {
  margin-right: -125px;
}

.b-m-125 {
  margin-bottom: -125px;
}

.l-m-125 {
  margin-left: -125px;
}

.m130 {
  margin: 130px;
}

.t-m130 {
  margin-top: 130px;
}

.r-m130 {
  margin-right: 130px;
}

.b-m130 {
  margin-bottom: 130px;
}

.l-m130 {
  margin-left: 130px;
}

.h-m130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.w-m130 {
  margin-left: 130px;
  margin-right: 130px;
}

.p130 {
  padding: 130px;
}

.t-p130 {
  padding-top: 130px;
}

.r-p130 {
  padding-right: 130px;
}

.b-p130 {
  padding-bottom: 130px;
}

.l-p130 {
  padding-left: 130px;
}

.h-p130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.w-p130 {
  padding-left: 130px;
  padding-right: 130px;
}

.m-130 {
  margin: -130px;
}

.t-m-130 {
  margin-top: -130px;
}

.r-m-130 {
  margin-right: -130px;
}

.b-m-130 {
  margin-bottom: -130px;
}

.l-m-130 {
  margin-left: -130px;
}

.m135 {
  margin: 135px;
}

.t-m135 {
  margin-top: 135px;
}

.r-m135 {
  margin-right: 135px;
}

.b-m135 {
  margin-bottom: 135px;
}

.l-m135 {
  margin-left: 135px;
}

.h-m135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.w-m135 {
  margin-left: 135px;
  margin-right: 135px;
}

.p135 {
  padding: 135px;
}

.t-p135 {
  padding-top: 135px;
}

.r-p135 {
  padding-right: 135px;
}

.b-p135 {
  padding-bottom: 135px;
}

.l-p135 {
  padding-left: 135px;
}

.h-p135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.w-p135 {
  padding-left: 135px;
  padding-right: 135px;
}

.m-135 {
  margin: -135px;
}

.t-m-135 {
  margin-top: -135px;
}

.r-m-135 {
  margin-right: -135px;
}

.b-m-135 {
  margin-bottom: -135px;
}

.l-m-135 {
  margin-left: -135px;
}

.m140 {
  margin: 140px;
}

.t-m140 {
  margin-top: 140px;
}

.r-m140 {
  margin-right: 140px;
}

.b-m140 {
  margin-bottom: 140px;
}

.l-m140 {
  margin-left: 140px;
}

.h-m140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.w-m140 {
  margin-left: 140px;
  margin-right: 140px;
}

.p140 {
  padding: 140px;
}

.t-p140 {
  padding-top: 140px;
}

.r-p140 {
  padding-right: 140px;
}

.b-p140 {
  padding-bottom: 140px;
}

.l-p140 {
  padding-left: 140px;
}

.h-p140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.w-p140 {
  padding-left: 140px;
  padding-right: 140px;
}

.m-140 {
  margin: -140px;
}

.t-m-140 {
  margin-top: -140px;
}

.r-m-140 {
  margin-right: -140px;
}

.b-m-140 {
  margin-bottom: -140px;
}

.l-m-140 {
  margin-left: -140px;
}

.m145 {
  margin: 145px;
}

.t-m145 {
  margin-top: 145px;
}

.r-m145 {
  margin-right: 145px;
}

.b-m145 {
  margin-bottom: 145px;
}

.l-m145 {
  margin-left: 145px;
}

.h-m145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.w-m145 {
  margin-left: 145px;
  margin-right: 145px;
}

.p145 {
  padding: 145px;
}

.t-p145 {
  padding-top: 145px;
}

.r-p145 {
  padding-right: 145px;
}

.b-p145 {
  padding-bottom: 145px;
}

.l-p145 {
  padding-left: 145px;
}

.h-p145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.w-p145 {
  padding-left: 145px;
  padding-right: 145px;
}

.m-145 {
  margin: -145px;
}

.t-m-145 {
  margin-top: -145px;
}

.r-m-145 {
  margin-right: -145px;
}

.b-m-145 {
  margin-bottom: -145px;
}

.l-m-145 {
  margin-left: -145px;
}

.m150 {
  margin: 150px;
}

.t-m150 {
  margin-top: 150px;
}

.r-m150 {
  margin-right: 150px;
}

.b-m150 {
  margin-bottom: 150px;
}

.l-m150 {
  margin-left: 150px;
}

.h-m150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.w-m150 {
  margin-left: 150px;
  margin-right: 150px;
}

.p150 {
  padding: 150px;
}

.t-p150 {
  padding-top: 150px;
}

.r-p150 {
  padding-right: 150px;
}

.b-p150 {
  padding-bottom: 150px;
}

.l-p150 {
  padding-left: 150px;
}

.h-p150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.w-p150 {
  padding-left: 150px;
  padding-right: 150px;
}

.m-150 {
  margin: -150px;
}

.t-m-150 {
  margin-top: -150px;
}

.r-m-150 {
  margin-right: -150px;
}

.b-m-150 {
  margin-bottom: -150px;
}

.l-m-150 {
  margin-left: -150px;
}

.m155 {
  margin: 155px;
}

.t-m155 {
  margin-top: 155px;
}

.r-m155 {
  margin-right: 155px;
}

.b-m155 {
  margin-bottom: 155px;
}

.l-m155 {
  margin-left: 155px;
}

.h-m155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.w-m155 {
  margin-left: 155px;
  margin-right: 155px;
}

.p155 {
  padding: 155px;
}

.t-p155 {
  padding-top: 155px;
}

.r-p155 {
  padding-right: 155px;
}

.b-p155 {
  padding-bottom: 155px;
}

.l-p155 {
  padding-left: 155px;
}

.h-p155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.w-p155 {
  padding-left: 155px;
  padding-right: 155px;
}

.m-155 {
  margin: -155px;
}

.t-m-155 {
  margin-top: -155px;
}

.r-m-155 {
  margin-right: -155px;
}

.b-m-155 {
  margin-bottom: -155px;
}

.l-m-155 {
  margin-left: -155px;
}

.m160 {
  margin: 160px;
}

.t-m160 {
  margin-top: 160px;
}

.r-m160 {
  margin-right: 160px;
}

.b-m160 {
  margin-bottom: 160px;
}

.l-m160 {
  margin-left: 160px;
}

.h-m160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.w-m160 {
  margin-left: 160px;
  margin-right: 160px;
}

.p160 {
  padding: 160px;
}

.t-p160 {
  padding-top: 160px;
}

.r-p160 {
  padding-right: 160px;
}

.b-p160 {
  padding-bottom: 160px;
}

.l-p160 {
  padding-left: 160px;
}

.h-p160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.w-p160 {
  padding-left: 160px;
  padding-right: 160px;
}

.m-160 {
  margin: -160px;
}

.t-m-160 {
  margin-top: -160px;
}

.r-m-160 {
  margin-right: -160px;
}

.b-m-160 {
  margin-bottom: -160px;
}

.l-m-160 {
  margin-left: -160px;
}

.m165 {
  margin: 165px;
}

.t-m165 {
  margin-top: 165px;
}

.r-m165 {
  margin-right: 165px;
}

.b-m165 {
  margin-bottom: 165px;
}

.l-m165 {
  margin-left: 165px;
}

.h-m165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.w-m165 {
  margin-left: 165px;
  margin-right: 165px;
}

.p165 {
  padding: 165px;
}

.t-p165 {
  padding-top: 165px;
}

.r-p165 {
  padding-right: 165px;
}

.b-p165 {
  padding-bottom: 165px;
}

.l-p165 {
  padding-left: 165px;
}

.h-p165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.w-p165 {
  padding-left: 165px;
  padding-right: 165px;
}

.m-165 {
  margin: -165px;
}

.t-m-165 {
  margin-top: -165px;
}

.r-m-165 {
  margin-right: -165px;
}

.b-m-165 {
  margin-bottom: -165px;
}

.l-m-165 {
  margin-left: -165px;
}

.m170 {
  margin: 170px;
}

.t-m170 {
  margin-top: 170px;
}

.r-m170 {
  margin-right: 170px;
}

.b-m170 {
  margin-bottom: 170px;
}

.l-m170 {
  margin-left: 170px;
}

.h-m170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.w-m170 {
  margin-left: 170px;
  margin-right: 170px;
}

.p170 {
  padding: 170px;
}

.t-p170 {
  padding-top: 170px;
}

.r-p170 {
  padding-right: 170px;
}

.b-p170 {
  padding-bottom: 170px;
}

.l-p170 {
  padding-left: 170px;
}

.h-p170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.w-p170 {
  padding-left: 170px;
  padding-right: 170px;
}

.m-170 {
  margin: -170px;
}

.t-m-170 {
  margin-top: -170px;
}

.r-m-170 {
  margin-right: -170px;
}

.b-m-170 {
  margin-bottom: -170px;
}

.l-m-170 {
  margin-left: -170px;
}

.m175 {
  margin: 175px;
}

.t-m175 {
  margin-top: 175px;
}

.r-m175 {
  margin-right: 175px;
}

.b-m175 {
  margin-bottom: 175px;
}

.l-m175 {
  margin-left: 175px;
}

.h-m175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.w-m175 {
  margin-left: 175px;
  margin-right: 175px;
}

.p175 {
  padding: 175px;
}

.t-p175 {
  padding-top: 175px;
}

.r-p175 {
  padding-right: 175px;
}

.b-p175 {
  padding-bottom: 175px;
}

.l-p175 {
  padding-left: 175px;
}

.h-p175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.w-p175 {
  padding-left: 175px;
  padding-right: 175px;
}

.m-175 {
  margin: -175px;
}

.t-m-175 {
  margin-top: -175px;
}

.r-m-175 {
  margin-right: -175px;
}

.b-m-175 {
  margin-bottom: -175px;
}

.l-m-175 {
  margin-left: -175px;
}

.m180 {
  margin: 180px;
}

.t-m180 {
  margin-top: 180px;
}

.r-m180 {
  margin-right: 180px;
}

.b-m180 {
  margin-bottom: 180px;
}

.l-m180 {
  margin-left: 180px;
}

.h-m180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.w-m180 {
  margin-left: 180px;
  margin-right: 180px;
}

.p180 {
  padding: 180px;
}

.t-p180 {
  padding-top: 180px;
}

.r-p180 {
  padding-right: 180px;
}

.b-p180 {
  padding-bottom: 180px;
}

.l-p180 {
  padding-left: 180px;
}

.h-p180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.w-p180 {
  padding-left: 180px;
  padding-right: 180px;
}

.m-180 {
  margin: -180px;
}

.t-m-180 {
  margin-top: -180px;
}

.r-m-180 {
  margin-right: -180px;
}

.b-m-180 {
  margin-bottom: -180px;
}

.l-m-180 {
  margin-left: -180px;
}

.m185 {
  margin: 185px;
}

.t-m185 {
  margin-top: 185px;
}

.r-m185 {
  margin-right: 185px;
}

.b-m185 {
  margin-bottom: 185px;
}

.l-m185 {
  margin-left: 185px;
}

.h-m185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.w-m185 {
  margin-left: 185px;
  margin-right: 185px;
}

.p185 {
  padding: 185px;
}

.t-p185 {
  padding-top: 185px;
}

.r-p185 {
  padding-right: 185px;
}

.b-p185 {
  padding-bottom: 185px;
}

.l-p185 {
  padding-left: 185px;
}

.h-p185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.w-p185 {
  padding-left: 185px;
  padding-right: 185px;
}

.m-185 {
  margin: -185px;
}

.t-m-185 {
  margin-top: -185px;
}

.r-m-185 {
  margin-right: -185px;
}

.b-m-185 {
  margin-bottom: -185px;
}

.l-m-185 {
  margin-left: -185px;
}

.m190 {
  margin: 190px;
}

.t-m190 {
  margin-top: 190px;
}

.r-m190 {
  margin-right: 190px;
}

.b-m190 {
  margin-bottom: 190px;
}

.l-m190 {
  margin-left: 190px;
}

.h-m190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.w-m190 {
  margin-left: 190px;
  margin-right: 190px;
}

.p190 {
  padding: 190px;
}

.t-p190 {
  padding-top: 190px;
}

.r-p190 {
  padding-right: 190px;
}

.b-p190 {
  padding-bottom: 190px;
}

.l-p190 {
  padding-left: 190px;
}

.h-p190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.w-p190 {
  padding-left: 190px;
  padding-right: 190px;
}

.m-190 {
  margin: -190px;
}

.t-m-190 {
  margin-top: -190px;
}

.r-m-190 {
  margin-right: -190px;
}

.b-m-190 {
  margin-bottom: -190px;
}

.l-m-190 {
  margin-left: -190px;
}

.m195 {
  margin: 195px;
}

.t-m195 {
  margin-top: 195px;
}

.r-m195 {
  margin-right: 195px;
}

.b-m195 {
  margin-bottom: 195px;
}

.l-m195 {
  margin-left: 195px;
}

.h-m195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.w-m195 {
  margin-left: 195px;
  margin-right: 195px;
}

.p195 {
  padding: 195px;
}

.t-p195 {
  padding-top: 195px;
}

.r-p195 {
  padding-right: 195px;
}

.b-p195 {
  padding-bottom: 195px;
}

.l-p195 {
  padding-left: 195px;
}

.h-p195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.w-p195 {
  padding-left: 195px;
  padding-right: 195px;
}

.m-195 {
  margin: -195px;
}

.t-m-195 {
  margin-top: -195px;
}

.r-m-195 {
  margin-right: -195px;
}

.b-m-195 {
  margin-bottom: -195px;
}

.l-m-195 {
  margin-left: -195px;
}

.m200 {
  margin: 200px;
}

.t-m200 {
  margin-top: 200px;
}

.r-m200 {
  margin-right: 200px;
}

.b-m200 {
  margin-bottom: 200px;
}

.l-m200 {
  margin-left: 200px;
}

.h-m200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.w-m200 {
  margin-left: 200px;
  margin-right: 200px;
}

.p200 {
  padding: 200px;
}

.t-p200 {
  padding-top: 200px;
}

.r-p200 {
  padding-right: 200px;
}

.b-p200 {
  padding-bottom: 200px;
}

.l-p200 {
  padding-left: 200px;
}

.h-p200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.w-p200 {
  padding-left: 200px;
  padding-right: 200px;
}

.m-200 {
  margin: -200px;
}

.t-m-200 {
  margin-top: -200px;
}

.r-m-200 {
  margin-right: -200px;
}

.b-m-200 {
  margin-bottom: -200px;
}

.l-m-200 {
  margin-left: -200px;
}

@media screen and (max-width: 700px) {
  .mm0 {
    margin: 0px;
  }
  .mt-m0 {
    margin-top: 0px;
  }
  .mr-m0 {
    margin-right: 0px;
  }
  .mb-m0 {
    margin-bottom: 0px;
  }
  .ml-m0 {
    margin-left: 0px;
  }
  .mh-m0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mw-m0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mp0 {
    padding: 0px;
  }
  .mt-p0 {
    padding-top: 0px;
  }
  .mr-p0 {
    padding-right: 0px;
  }
  .mb-p0 {
    padding-bottom: 0px;
  }
  .ml-p0 {
    padding-left: 0px;
  }
  .mh-p0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mw-p0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mm5 {
    margin: 5px;
  }
  .mt-m5 {
    margin-top: 5px;
  }
  .mr-m5 {
    margin-right: 5px;
  }
  .mb-m5 {
    margin-bottom: 5px;
  }
  .ml-m5 {
    margin-left: 5px;
  }
  .mh-m5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mw-m5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mp5 {
    padding: 5px;
  }
  .mt-p5 {
    padding-top: 5px;
  }
  .mr-p5 {
    padding-right: 5px;
  }
  .mb-p5 {
    padding-bottom: 5px;
  }
  .ml-p5 {
    padding-left: 5px;
  }
  .mh-p5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mw-p5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mm10 {
    margin: 10px;
  }
  .mt-m10 {
    margin-top: 10px;
  }
  .mr-m10 {
    margin-right: 10px;
  }
  .mb-m10 {
    margin-bottom: 10px;
  }
  .ml-m10 {
    margin-left: 10px;
  }
  .mh-m10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mw-m10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mp10 {
    padding: 10px;
  }
  .mt-p10 {
    padding-top: 10px;
  }
  .mr-p10 {
    padding-right: 10px;
  }
  .mb-p10 {
    padding-bottom: 10px;
  }
  .ml-p10 {
    padding-left: 10px;
  }
  .mh-p10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mw-p10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mm15 {
    margin: 15px;
  }
  .mt-m15 {
    margin-top: 15px;
  }
  .mr-m15 {
    margin-right: 15px;
  }
  .mb-m15 {
    margin-bottom: 15px;
  }
  .ml-m15 {
    margin-left: 15px;
  }
  .mh-m15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mw-m15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mp15 {
    padding: 15px;
  }
  .mt-p15 {
    padding-top: 15px;
  }
  .mr-p15 {
    padding-right: 15px;
  }
  .mb-p15 {
    padding-bottom: 15px;
  }
  .ml-p15 {
    padding-left: 15px;
  }
  .mh-p15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mw-p15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mm20 {
    margin: 20px;
  }
  .mt-m20 {
    margin-top: 20px;
  }
  .mr-m20 {
    margin-right: 20px;
  }
  .mb-m20 {
    margin-bottom: 20px;
  }
  .ml-m20 {
    margin-left: 20px;
  }
  .mh-m20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mw-m20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mp20 {
    padding: 20px;
  }
  .mt-p20 {
    padding-top: 20px;
  }
  .mr-p20 {
    padding-right: 20px;
  }
  .mb-p20 {
    padding-bottom: 20px;
  }
  .ml-p20 {
    padding-left: 20px;
  }
  .mh-p20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mw-p20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mm25 {
    margin: 25px;
  }
  .mt-m25 {
    margin-top: 25px;
  }
  .mr-m25 {
    margin-right: 25px;
  }
  .mb-m25 {
    margin-bottom: 25px;
  }
  .ml-m25 {
    margin-left: 25px;
  }
  .mh-m25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mw-m25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mp25 {
    padding: 25px;
  }
  .mt-p25 {
    padding-top: 25px;
  }
  .mr-p25 {
    padding-right: 25px;
  }
  .mb-p25 {
    padding-bottom: 25px;
  }
  .ml-p25 {
    padding-left: 25px;
  }
  .mh-p25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mw-p25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mm30 {
    margin: 30px;
  }
  .mt-m30 {
    margin-top: 30px;
  }
  .mr-m30 {
    margin-right: 30px;
  }
  .mb-m30 {
    margin-bottom: 30px;
  }
  .ml-m30 {
    margin-left: 30px;
  }
  .mh-m30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mw-m30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mp30 {
    padding: 30px;
  }
  .mt-p30 {
    padding-top: 30px;
  }
  .mr-p30 {
    padding-right: 30px;
  }
  .mb-p30 {
    padding-bottom: 30px;
  }
  .ml-p30 {
    padding-left: 30px;
  }
  .mh-p30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mw-p30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mm35 {
    margin: 35px;
  }
  .mt-m35 {
    margin-top: 35px;
  }
  .mr-m35 {
    margin-right: 35px;
  }
  .mb-m35 {
    margin-bottom: 35px;
  }
  .ml-m35 {
    margin-left: 35px;
  }
  .mh-m35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mw-m35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mp35 {
    padding: 35px;
  }
  .mt-p35 {
    padding-top: 35px;
  }
  .mr-p35 {
    padding-right: 35px;
  }
  .mb-p35 {
    padding-bottom: 35px;
  }
  .ml-p35 {
    padding-left: 35px;
  }
  .mh-p35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mw-p35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .mm40 {
    margin: 40px;
  }
  .mt-m40 {
    margin-top: 40px;
  }
  .mr-m40 {
    margin-right: 40px;
  }
  .mb-m40 {
    margin-bottom: 40px;
  }
  .ml-m40 {
    margin-left: 40px;
  }
  .mh-m40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mw-m40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mp40 {
    padding: 40px;
  }
  .mt-p40 {
    padding-top: 40px;
  }
  .mr-p40 {
    padding-right: 40px;
  }
  .mb-p40 {
    padding-bottom: 40px;
  }
  .ml-p40 {
    padding-left: 40px;
  }
  .mh-p40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mw-p40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mm45 {
    margin: 45px;
  }
  .mt-m45 {
    margin-top: 45px;
  }
  .mr-m45 {
    margin-right: 45px;
  }
  .mb-m45 {
    margin-bottom: 45px;
  }
  .ml-m45 {
    margin-left: 45px;
  }
  .mh-m45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mw-m45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mp45 {
    padding: 45px;
  }
  .mt-p45 {
    padding-top: 45px;
  }
  .mr-p45 {
    padding-right: 45px;
  }
  .mb-p45 {
    padding-bottom: 45px;
  }
  .ml-p45 {
    padding-left: 45px;
  }
  .mh-p45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mw-p45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .mm50 {
    margin: 50px;
  }
  .mt-m50 {
    margin-top: 50px;
  }
  .mr-m50 {
    margin-right: 50px;
  }
  .mb-m50 {
    margin-bottom: 50px;
  }
  .ml-m50 {
    margin-left: 50px;
  }
  .mh-m50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mw-m50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mp50 {
    padding: 50px;
  }
  .mt-p50 {
    padding-top: 50px;
  }
  .mr-p50 {
    padding-right: 50px;
  }
  .mb-p50 {
    padding-bottom: 50px;
  }
  .ml-p50 {
    padding-left: 50px;
  }
  .mh-p50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mw-p50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mm55 {
    margin: 55px;
  }
  .mt-m55 {
    margin-top: 55px;
  }
  .mr-m55 {
    margin-right: 55px;
  }
  .mb-m55 {
    margin-bottom: 55px;
  }
  .ml-m55 {
    margin-left: 55px;
  }
  .mh-m55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .mw-m55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mp55 {
    padding: 55px;
  }
  .mt-p55 {
    padding-top: 55px;
  }
  .mr-p55 {
    padding-right: 55px;
  }
  .mb-p55 {
    padding-bottom: 55px;
  }
  .ml-p55 {
    padding-left: 55px;
  }
  .mh-p55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mw-p55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .mm60 {
    margin: 60px;
  }
  .mt-m60 {
    margin-top: 60px;
  }
  .mr-m60 {
    margin-right: 60px;
  }
  .mb-m60 {
    margin-bottom: 60px;
  }
  .ml-m60 {
    margin-left: 60px;
  }
  .mh-m60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mw-m60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mp60 {
    padding: 60px;
  }
  .mt-p60 {
    padding-top: 60px;
  }
  .mr-p60 {
    padding-right: 60px;
  }
  .mb-p60 {
    padding-bottom: 60px;
  }
  .ml-p60 {
    padding-left: 60px;
  }
  .mh-p60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mw-p60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mm65 {
    margin: 65px;
  }
  .mt-m65 {
    margin-top: 65px;
  }
  .mr-m65 {
    margin-right: 65px;
  }
  .mb-m65 {
    margin-bottom: 65px;
  }
  .ml-m65 {
    margin-left: 65px;
  }
  .mh-m65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mw-m65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mp65 {
    padding: 65px;
  }
  .mt-p65 {
    padding-top: 65px;
  }
  .mr-p65 {
    padding-right: 65px;
  }
  .mb-p65 {
    padding-bottom: 65px;
  }
  .ml-p65 {
    padding-left: 65px;
  }
  .mh-p65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .mw-p65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .mm70 {
    margin: 70px;
  }
  .mt-m70 {
    margin-top: 70px;
  }
  .mr-m70 {
    margin-right: 70px;
  }
  .mb-m70 {
    margin-bottom: 70px;
  }
  .ml-m70 {
    margin-left: 70px;
  }
  .mh-m70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mw-m70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mp70 {
    padding: 70px;
  }
  .mt-p70 {
    padding-top: 70px;
  }
  .mr-p70 {
    padding-right: 70px;
  }
  .mb-p70 {
    padding-bottom: 70px;
  }
  .ml-p70 {
    padding-left: 70px;
  }
  .mh-p70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mw-p70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mm75 {
    margin: 75px;
  }
  .mt-m75 {
    margin-top: 75px;
  }
  .mr-m75 {
    margin-right: 75px;
  }
  .mb-m75 {
    margin-bottom: 75px;
  }
  .ml-m75 {
    margin-left: 75px;
  }
  .mh-m75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mw-m75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mp75 {
    padding: 75px;
  }
  .mt-p75 {
    padding-top: 75px;
  }
  .mr-p75 {
    padding-right: 75px;
  }
  .mb-p75 {
    padding-bottom: 75px;
  }
  .ml-p75 {
    padding-left: 75px;
  }
  .mh-p75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .mw-p75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .mm80 {
    margin: 80px;
  }
  .mt-m80 {
    margin-top: 80px;
  }
  .mr-m80 {
    margin-right: 80px;
  }
  .mb-m80 {
    margin-bottom: 80px;
  }
  .ml-m80 {
    margin-left: 80px;
  }
  .mh-m80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mw-m80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mp80 {
    padding: 80px;
  }
  .mt-p80 {
    padding-top: 80px;
  }
  .mr-p80 {
    padding-right: 80px;
  }
  .mb-p80 {
    padding-bottom: 80px;
  }
  .ml-p80 {
    padding-left: 80px;
  }
  .mh-p80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mw-p80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mm85 {
    margin: 85px;
  }
  .mt-m85 {
    margin-top: 85px;
  }
  .mr-m85 {
    margin-right: 85px;
  }
  .mb-m85 {
    margin-bottom: 85px;
  }
  .ml-m85 {
    margin-left: 85px;
  }
  .mh-m85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .mw-m85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mp85 {
    padding: 85px;
  }
  .mt-p85 {
    padding-top: 85px;
  }
  .mr-p85 {
    padding-right: 85px;
  }
  .mb-p85 {
    padding-bottom: 85px;
  }
  .ml-p85 {
    padding-left: 85px;
  }
  .mh-p85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .mw-p85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .mm90 {
    margin: 90px;
  }
  .mt-m90 {
    margin-top: 90px;
  }
  .mr-m90 {
    margin-right: 90px;
  }
  .mb-m90 {
    margin-bottom: 90px;
  }
  .ml-m90 {
    margin-left: 90px;
  }
  .mh-m90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mw-m90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mp90 {
    padding: 90px;
  }
  .mt-p90 {
    padding-top: 90px;
  }
  .mr-p90 {
    padding-right: 90px;
  }
  .mb-p90 {
    padding-bottom: 90px;
  }
  .ml-p90 {
    padding-left: 90px;
  }
  .mh-p90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .mw-p90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mm95 {
    margin: 95px;
  }
  .mt-m95 {
    margin-top: 95px;
  }
  .mr-m95 {
    margin-right: 95px;
  }
  .mb-m95 {
    margin-bottom: 95px;
  }
  .ml-m95 {
    margin-left: 95px;
  }
  .mh-m95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .mw-m95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mp95 {
    padding: 95px;
  }
  .mt-p95 {
    padding-top: 95px;
  }
  .mr-p95 {
    padding-right: 95px;
  }
  .mb-p95 {
    padding-bottom: 95px;
  }
  .ml-p95 {
    padding-left: 95px;
  }
  .mh-p95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .mw-p95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .mm100 {
    margin: 100px;
  }
  .mt-m100 {
    margin-top: 100px;
  }
  .mr-m100 {
    margin-right: 100px;
  }
  .mb-m100 {
    margin-bottom: 100px;
  }
  .ml-m100 {
    margin-left: 100px;
  }
  .mh-m100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mw-m100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mp100 {
    padding: 100px;
  }
  .mt-p100 {
    padding-top: 100px;
  }
  .mr-p100 {
    padding-right: 100px;
  }
  .mb-p100 {
    padding-bottom: 100px;
  }
  .ml-p100 {
    padding-left: 100px;
  }
  .mh-p100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mw-p100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* text-align
-------------------------------------------------- */
.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

@media screen and (max-width: 700px) {
  .mtcenter {
    text-align: center;
  }
  .mtright {
    text-align: right;
  }
  .mtleft {
    text-align: left;
  }
}

/* テキストカラー指定
  -------------------------------------------------- */
.tc-orange {
  color: #ff6600;
}

.tc-red {
  color: #cc0000;
}

.tc-blue {
  color: #0068b7;
}

.tc-green {
  color: #547c3e;
}

.tc-skyblue {
  color: #029fe6;
}

.tc-magenta {
  color: #663366;
}

.tc-white {
  color: #fff;
}

.tc-pink {
  color: #ff8ec0;
}

.tc-darkpink {
  color: #9e005d;
}

.tc-black {
  color: #000;
}

.tc-yellow {
  color: #fff100;
}

.tc-base {
  color: #03AECC;
}

.tc-sub {
  color: #259184;
}

/* 背景色指定
  -------------------------------------------------- */
.bg-orange {
  background-color: #ff6600;
}

.bg-red {
  background-color: #cc0000;
}

.bg-blue {
  background-color: #0068b7;
}

.bg-green {
  background-color: #547c3e;
}

.bg-skyblue {
  background-color: #029fe6;
}

.bg-magenta {
  background-color: #663366;
}

.bg-white {
  background-color: #fff;
}

.bg-pink {
  background-color: #ff8ec0;
}

.bg-darkpink {
  background-color: #9e005d;
}

.bg-black {
  background-color: #000;
}

.bg-yellow {
  background-color: #fff100;
}

.bg-eee {
  background-color: #eee;
}

.bg-fa {
  background-color: #fafafa;
}

.bg-base {
  background-color: #03AECC;
}

.bg-sub {
  background-color: #259184;
}

.bg-rgbabk {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-rgbawh {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-halfl {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #f9f9f9), color-stop(70%, #fff));
  background-image: linear-gradient(to right, #f9f9f9 70%, #fff 70%);
}

.bg-halfll {
  position: relative;
}

.bg-halfll > .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 50%;
  background-color: #c5dbbc;
}

.bg-halfrr {
  position: relative;
}

.bg-halfrr > .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 50%;
  background-color: #c5dbbc;
}

.bg-halfr {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(80%, #d0f7fe), color-stop(70%, #fff));
  background-image: linear-gradient(to left, #d0f7fe 80%, #fff 70%);
}

/* フォントサイズ指定
  -------------------------------------------------- */
.f-s1 {
  font-size: 1px !important;
}

.f-s2 {
  font-size: 2px !important;
}

.f-s3 {
  font-size: 3px !important;
}

.f-s4 {
  font-size: 4px !important;
}

.f-s5 {
  font-size: 5px !important;
}

.f-s6 {
  font-size: 6px !important;
}

.f-s7 {
  font-size: 7px !important;
}

.f-s8 {
  font-size: 8px !important;
}

.f-s9 {
  font-size: 9px !important;
}

.f-s10 {
  font-size: 10px !important;
}

.f-s11 {
  font-size: 11px !important;
}

.f-s12 {
  font-size: 12px !important;
}

.f-s13 {
  font-size: 13px !important;
}

.f-s14 {
  font-size: 14px !important;
}

.f-s15 {
  font-size: 15px !important;
}

.f-s16 {
  font-size: 16px !important;
}

.f-s17 {
  font-size: 17px !important;
}

.f-s18 {
  font-size: 18px !important;
}

.f-s19 {
  font-size: 19px !important;
}

.f-s20 {
  font-size: 20px !important;
}

.f-s21 {
  font-size: 21px !important;
}

.f-s22 {
  font-size: 22px !important;
}

.f-s23 {
  font-size: 23px !important;
}

.f-s24 {
  font-size: 24px !important;
}

.f-s25 {
  font-size: 25px !important;
}

.f-s26 {
  font-size: 26px !important;
}

.f-s27 {
  font-size: 27px !important;
}

.f-s28 {
  font-size: 28px !important;
}

.f-s29 {
  font-size: 29px !important;
}

.f-s30 {
  font-size: 30px !important;
}

.f-s31 {
  font-size: 31px !important;
}

.f-s32 {
  font-size: 32px !important;
}

.f-s33 {
  font-size: 33px !important;
}

.f-s34 {
  font-size: 34px !important;
}

.f-s35 {
  font-size: 35px !important;
}

.f-s36 {
  font-size: 36px !important;
}

.f-s37 {
  font-size: 37px !important;
}

.f-s38 {
  font-size: 38px !important;
}

.f-s39 {
  font-size: 39px !important;
}

.f-s40 {
  font-size: 40px !important;
}

.f-s41 {
  font-size: 41px !important;
}

.f-s42 {
  font-size: 42px !important;
}

.f-s43 {
  font-size: 43px !important;
}

.f-s44 {
  font-size: 44px !important;
}

.f-s45 {
  font-size: 45px !important;
}

.f-s46 {
  font-size: 46px !important;
}

.f-s47 {
  font-size: 47px !important;
}

.f-s48 {
  font-size: 48px !important;
}

.f-s49 {
  font-size: 49px !important;
}

.f-s50 {
  font-size: 50px !important;
}

.f-s51 {
  font-size: 51px !important;
}

.f-s52 {
  font-size: 52px !important;
}

.f-s53 {
  font-size: 53px !important;
}

.f-s54 {
  font-size: 54px !important;
}

.f-s55 {
  font-size: 55px !important;
}

.f-s56 {
  font-size: 56px !important;
}

.f-s57 {
  font-size: 57px !important;
}

.f-s58 {
  font-size: 58px !important;
}

.f-s59 {
  font-size: 59px !important;
}

.f-s60 {
  font-size: 60px !important;
}

@media screen and (max-width: 700px) {
  .mf-s1 {
    font-size: 1px !important;
  }
  .mf-s2 {
    font-size: 2px !important;
  }
  .mf-s3 {
    font-size: 3px !important;
  }
  .mf-s4 {
    font-size: 4px !important;
  }
  .mf-s5 {
    font-size: 5px !important;
  }
  .mf-s6 {
    font-size: 6px !important;
  }
  .mf-s7 {
    font-size: 7px !important;
  }
  .mf-s8 {
    font-size: 8px !important;
  }
  .mf-s9 {
    font-size: 9px !important;
  }
  .mf-s10 {
    font-size: 10px !important;
  }
  .mf-s11 {
    font-size: 11px !important;
  }
  .mf-s12 {
    font-size: 12px !important;
  }
  .mf-s13 {
    font-size: 13px !important;
  }
  .mf-s14 {
    font-size: 14px !important;
  }
  .mf-s15 {
    font-size: 15px !important;
  }
  .mf-s16 {
    font-size: 16px !important;
  }
  .mf-s17 {
    font-size: 17px !important;
  }
  .mf-s18 {
    font-size: 18px !important;
  }
  .mf-s19 {
    font-size: 19px !important;
  }
  .mf-s20 {
    font-size: 20px !important;
  }
  .mf-s21 {
    font-size: 21px !important;
  }
  .mf-s22 {
    font-size: 22px !important;
  }
  .mf-s23 {
    font-size: 23px !important;
  }
  .mf-s24 {
    font-size: 24px !important;
  }
  .mf-s25 {
    font-size: 25px !important;
  }
  .mf-s26 {
    font-size: 26px !important;
  }
  .mf-s27 {
    font-size: 27px !important;
  }
  .mf-s28 {
    font-size: 28px !important;
  }
  .mf-s29 {
    font-size: 29px !important;
  }
  .mf-s30 {
    font-size: 30px !important;
  }
  .mf-s31 {
    font-size: 31px !important;
  }
  .mf-s32 {
    font-size: 32px !important;
  }
  .mf-s33 {
    font-size: 33px !important;
  }
  .mf-s34 {
    font-size: 34px !important;
  }
  .mf-s35 {
    font-size: 35px !important;
  }
  .mf-s36 {
    font-size: 36px !important;
  }
  .mf-s37 {
    font-size: 37px !important;
  }
  .mf-s38 {
    font-size: 38px !important;
  }
  .mf-s39 {
    font-size: 39px !important;
  }
  .mf-s40 {
    font-size: 40px !important;
  }
  .mf-s41 {
    font-size: 41px !important;
  }
  .mf-s42 {
    font-size: 42px !important;
  }
  .mf-s43 {
    font-size: 43px !important;
  }
  .mf-s44 {
    font-size: 44px !important;
  }
  .mf-s45 {
    font-size: 45px !important;
  }
  .mf-s46 {
    font-size: 46px !important;
  }
  .mf-s47 {
    font-size: 47px !important;
  }
  .mf-s48 {
    font-size: 48px !important;
  }
  .mf-s49 {
    font-size: 49px !important;
  }
  .mf-s50 {
    font-size: 50px !important;
  }
  .mf-s51 {
    font-size: 51px !important;
  }
  .mf-s52 {
    font-size: 52px !important;
  }
  .mf-s53 {
    font-size: 53px !important;
  }
  .mf-s54 {
    font-size: 54px !important;
  }
  .mf-s55 {
    font-size: 55px !important;
  }
  .mf-s56 {
    font-size: 56px !important;
  }
  .mf-s57 {
    font-size: 57px !important;
  }
  .mf-s58 {
    font-size: 58px !important;
  }
  .mf-s59 {
    font-size: 59px !important;
  }
  .mf-s60 {
    font-size: 60px !important;
  }
}

/* 格子上の背景
  -------------------------------------------------- */
.u-bgGrid {
  width: 100%;
  background-image: linear-gradient(#ddd 1px, transparent 0), linear-gradient(90deg, #ddd 1px, transparent 0);
  background-size: 20px 20px;
}

/* base_colorボーダーで外包
  -------------------------------------------------- */
.u-border {
  border: solid thin #03AECC;
}

/* スクロール
  -------------------------------------------------- */
.u-vscroll {
  overflow-y: auto;
}

.u-hscroll {
  overflow-x: auto;
}

/* メディアクエリで表示非表示制御
  -------------------------------------------------- */
@media screen and (min-width: 961px) {
  .u-pc {
    display: block;
  }
  .u-pctb {
    display: block;
  }
  .u-tb {
    display: none;
  }
  .u-tbsp {
    display: none;
  }
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) and (min-width: 701px) {
  .u-pc {
    display: none;
  }
  .u-pctb {
    display: block;
  }
  .u-tb {
    display: block;
  }
  .u-tbsp {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .u-pc {
    display: none;
  }
  .u-pctb {
    display: none;
  }
  .u-tb {
    display: none;
  }
  .u-tbsp {
    display: block;
  }
  .u-sp {
    display: block;
  }
}

/* 画像枠とシャドウ
  -------------------------------------------------- */
.u-imgFrame {
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
          box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

/* テキストリンク
  -------------------------------------------------- */
.u-textLink {
  padding: 0 0.3em;
}

.u-textLink::before {
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f138";
  font-weight: 900;
  margin-right: 0.2em;
  text-decoration: none !important;
}

.u-textLink:hover {
  opacity: 0.6;
}

/* 文字のハイライト
  -------------------------------------------------- */
.u-marker {
  display: inline;
  font-weight: bold;
  line-height: 1.2;
  color: #6be7fd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #9deffe));
  background: linear-gradient(transparent 70%, #9deffe 70%);
}

/* 画像の境界線を背景色でぼかす
  -------------------------------------------------- */
.u-blur {
  position: relative;
  width: 100%;
}

.u-blur img {
  width: 100%;
  height: 100%;
}

.u-blur::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0 20px 20px #fff, inset 0 0 40px 40px #fff;
          box-shadow: inset 0 0 20px 20px #fff, inset 0 0 40px 40px #fff;
}

/* 縦横センター
  -------------------------------------------------- */
.u-hvcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.u-hvcenter > * {
  margin: auto;
  width: 600px;
  max-width: 90%;
  padding: 30px 10px;
}

/* 丸いアイコン
  -------------------------------------------------- */
.u-round {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #999;
  position: relative;
}

.u-round::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.u-round > .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.u-round > .inner .main {
  display: block;
  font-size: 1em;
  color: #fff;
  font-weight: 200;
}

.u-round > .inner .sub {
  display: block;
  font-size: 3em;
  color: #fff;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  margin-bottom: 10px;
}

/* background統一
  -------------------------------------------------- */
.u-bgiCover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-bgiContain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.u-bgiLeft {
  background-position: left 50px bottom 50px;
  background-repeat: no-repeat;
  background-size: 350px auto;
}

.u-bgiRight {
  background-position: right 50px bottom 50px;
  background-repeat: no-repeat;
  background-size: 350px auto;
}

/* 角丸図形
  -------------------------------------------------- */
.u-bdrad {
  border-radius: 15px;
  overflow: hidden;
}

/* フォント切替
  -------------------------------------------------- */
.u-en {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.u-jp {
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}

/* font-weight指定
-------------------------------------------------- */
.u-fw100 {
  font-weight: 100;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw600 {
  font-weight: 600;
}

.u-fw900 {
  font-weight: 900;
}

/* object-fit
-------------------------------------------------- */
.u-ofcover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-ofcontain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* 高さ指定
-------------------------------------------------- */
.u-height.h100 {
  height: 100px;
}

.u-height.h200 {
  height: 200px;
}

.u-height.h300 {
  height: 300px;
}

.u-height.h400 {
  height: 400px;
}

.u-height.h500 {
  height: 500px;
}

.u-height.h600 {
  height: 600px;
}

.u-height.h700 {
  height: 700px;
}

.u-height.h800 {
  height: 800px;
}

.u-height.h900 {
  height: 900px;
}

.u-height.h1000 {
  height: 1000px;
}

.u-height.h1100 {
  height: 1100px;
}

.u-height.h1200 {
  height: 1200px;
}

.u-height.h1300 {
  height: 1300px;
}

.u-height.h1400 {
  height: 1400px;
}

.u-height.h1500 {
  height: 1500px;
}

.u-height.h1600 {
  height: 1600px;
}

.u-height.h1700 {
  height: 1700px;
}

.u-height.h1800 {
  height: 1800px;
}

.u-height.h1900 {
  height: 1900px;
}

.u-height.h2000 {
  height: 2000px;
}

@media screen and (max-width: 700px) {
  .u-height.mh100 {
    height: 100px;
  }
  .u-height.mh200 {
    height: 200px;
  }
  .u-height.mh300 {
    height: 300px;
  }
  .u-height.mh400 {
    height: 400px;
  }
  .u-height.mh500 {
    height: 500px;
  }
  .u-height.mh600 {
    height: 600px;
  }
  .u-height.mh700 {
    height: 700px;
  }
  .u-height.mh800 {
    height: 800px;
  }
  .u-height.mh900 {
    height: 900px;
  }
  .u-height.mh1000 {
    height: 1000px;
  }
  .u-height.mh1100 {
    height: 1100px;
  }
  .u-height.mh1200 {
    height: 1200px;
  }
  .u-height.mh1300 {
    height: 1300px;
  }
  .u-height.mh1400 {
    height: 1400px;
  }
  .u-height.mh1500 {
    height: 1500px;
  }
  .u-height.mh1600 {
    height: 1600px;
  }
  .u-height.mh1700 {
    height: 1700px;
  }
  .u-height.mh1800 {
    height: 1800px;
  }
  .u-height.mh1900 {
    height: 1900px;
  }
  .u-height.mh2000 {
    height: 2000px;
  }
}

.u-shadow {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* cmsのボタン装飾
-------------------------------------------------- */
.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pages * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pages .page_next,
.pages .page_prev {
  width: 50%;
  padding: 10px;
  position: relative;
}

.pages .page_next a,
.pages .page_prev a {
  display: block;
  background-color: #03AECC;
  color: #fff;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  border: solid thin #03AECC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pages .page_next a:hover,
.pages .page_prev a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #03AECC;
}

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

.pages .page_next:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  font-weight: 900;
  color: #fff;
}

.pages .page_next a {
  padding-left: 30px;
  padding-right: 10px;
}

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

.pages .page_prev:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  color: #fff;
}

.pages .page_prev a {
  padding-left: 10px;
  padding-right: 30px;
}

.form-contents .submit-btn{
  background: #03AECC!important;
  border: solid 2px #03AECC!important;
}
.form-contents :not(.pattern-exclusion) button:hover {
  color: #03AECC!important;
  background: #fff!important;
  border: solid 2px #03AECC!important;
}
.form-contents .submit-btn:hover::before {
      background-color: #03AECC!important;
}

.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  padding:0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  content: '任意';
  color: #fff!important;
  background: #aaa!important;
border: solid 2px #aaa!important;
}

.form-contents {
  padding: 0!important;
}

.form-contents form dl {
  margin-bottom: 0!important;
}



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