@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
@font-face {
  src: local("Yu Gothic Medium");
  font-family: YuGothicM;
}

@font-face {
  src: url("../fonts/Osaka.eot");
  src: local("Osaka"), local("Osaka"), url("../fonts/Osaka.eot?#iefix") format("embedded-opentype"), url("../fonts/Osaka.woff2") format("woff2"), url("../fonts/Osaka.woff") format("woff"), url("../fonts/Osaka.ttf") format("truetype"), url("../fonts/Osaka.svg#Osaka") format("svg");
  font-display: swap;
  font-family: 'Osaka';
  font-style: normal;
  font-weight: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* =========================================================
base - 基本設定
========================================================= */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  color: #000;
  font-family: 'メイリオ', Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

a:hover {
  opacity: 0.8;
}

/* =========================================================
body - ボディ
========================================================= */
.l-body {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "メイリオ", Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .l-container {
    max-width: 606px;
  }
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 798px;
  }
}

@media screen and (min-width: 992px) {
  .l-container {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-container--fluid {
  max-width: 100% !important;
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
footer .foot_box02 {
  padding: 11px 0;
  background-color: #808080;
  color: #FFF;
}

footer .foot_box02 .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  footer .foot_box02 .inner {
    padding: 5px;
  }
}

footer .foot_box02 a {
  margin-left: 10px;
  padding-left: 1.4rem;
  padding-left: 18px;
  background-image: url(../images/common/SVG/arrow-right-wb.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 65%;
  color: #FFF;
  font-size: 1.4rem;
  text-decoration: none;
}

footer .foot_box02 p {
  display: inline-block;
  padding-right: 25px;
  line-height: 2.5;
}

footer .foot_box02 .copy {
  margin-right: 6px;
  padding-right: 0;
  float: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .foot_box02 .copy {
    margin-left: 10px;
    float: unset;
  }
}

.pagetop {
  display: none;
  z-index: 90;
  position: fixed;
  right: 0px;
  bottom: 0px;
}

footer .line1 {
  padding: 14px 15px 15px;
  background: #f1f1f1;
}

footer .line1 .inner {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

footer .line1 .inner img {
  width: 102px;
  max-width: 102px;
  margin-right: 25px;
  margin-left: 16px;
}

@media screen and (max-width: 991px) {
  footer .line1 .inner img {
    margin-left: 0;
  }
}

footer .line1 .inner h3 {
  margin-right: 40px;
  font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
  footer .line1 .inner h3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .line1 .inner h3 .number {
  font-size: 2.4rem;
  letter-spacing: -2.6px;
  vertical-align: -4px;
	background-color: transparent;
}

@media screen and (max-width: 1199px) {
  footer .line1 .inner h3 span {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 575px) {
  footer .line1 .inner h3 span {
    display: block;
    width: 100%;
  }
}

footer .line1 .inner h3 br {
  display: none;
}

@media screen and (max-width: 575px) {
  footer .line1 .inner h3 br {
    display: block;
  }
}

footer .line1 .inner h4 {
  font-size: 1.4rem;
}
.l-header nav ul li.reserve.sp-only a,.l-header nav ul li.btn-faq.sp-only a {
    display: inline-block;
    margin-left: 14px;
    text-align: center;
    width: 200px;
    padding: 10px;
    line-height: 1.8;
    margin-bottom: 0px;
}
.foot_reserve {
    position: fixed;
    /* bottom: 15px; */
    left: 0px;
    right: 0px;
    z-index: 10;
    text-align: center;
    width: 100%;
    top: 92%;
}
.foot_reserve a {
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    background-color: #D83A2A;
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    width: 90%;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 3px hsla(0,0%,44%,0.80);
    box-shadow: 0px 0px 3px hsla(0,0%,44%,0.80);
}
.foot_reserve a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0%;
    bottom: 0%;
    right: 10%;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-row {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col--1,
.l-row__col--2,
.l-row__col--3,
.l-row__col--4,
.l-row__col--5,
.l-row__col--6,
.l-row__col--7,
.l-row__col--8,
.l-row__col--9,
.l-row__col--10,
.l-row__col--11,
.l-row__col--12,
.l-row__col,
.l-row__col--auto,
.l-row__col--sm-1,
.l-row__col--sm-2,
.l-row__col--sm-3,
.l-row__col--sm-4,
.l-row__col--sm-5,
.l-row__col--sm-6,
.l-row__col--sm-7,
.l-row__col--sm-8,
.l-row__col--sm-9,
.l-row__col--sm-10,
.l-row__col--sm-11,
.l-row__col--sm-12,
.l-row__col--sm,
.l-row__col--sm-auto,
.l-row__col--md-1,
.l-row__col--md-2,
.l-row__col--md-3,
.l-row__col--md-4,
.l-row__col--md-5,
.l-row__col--md-6,
.l-row__col--md-7,
.l-row__col--md-8,
.l-row__col--md-9,
.l-row__col--md-10,
.l-row__col--md-11,
.l-row__col--md-12,
.l-row__col--md,
.l-row__col--md-auto,
.l-row__col--lg-1,
.l-row__col--lg-2,
.l-row__col--lg-3,
.l-row__col--lg-4,
.l-row__col--lg-5,
.l-row__col--lg-6,
.l-row__col--lg-7,
.l-row__col--lg-8,
.l-row__col--lg-9,
.l-row__col--lg-10,
.l-row__col--lg-11,
.l-row__col--lg-12,
.l-row__col--lg,
.l-row__col--lg-auto,
.l-row__col--xl-1,
.l-row__col--xl-2,
.l-row__col--xl-3,
.l-row__col--xl-4,
.l-row__col--xl-5,
.l-row__col--xl-6,
.l-row__col--xl-7,
.l-row__col--xl-8,
.l-row__col--xl-9,
.l-row__col--xl-10,
.l-row__col--xl-11,
.l-row__col--xl-12,
.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

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

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

.l-row__col--order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }
  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-md-0 {
    margin-left: 0;
  }
  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }
  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }
  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.l-row__col--column-between-center {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.l-row__col--column-around-center {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.l-row--gap > .l-row__col:nth-of-type(n+2),
.l-row--gap > [class*="l-row__col--"]:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 30px;
  }
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header {
  -webkit-box-shadow: 0 2px 3px rgba(161, 161, 161, 0.6);
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 2px 3px rgba(161, 161, 161, 0.6);
}

.l-header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.l-header .header_logo {
  padding: 17px 0 13px;
}

.l-header .header_logo a img {
  display: block;
  max-width: 139px;
}

.l-header nav {
  overflow: hidden;
}

/*
.l-header nav.active {
  visibility: visible;
  opacity: 1;
}*/
.l-header nav.active::after {
  content: none;
}

@media screen and (max-width: 1320px) {
  .l-header nav ul li {
    margin-right: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .l-header nav {
    display: block !important;
  }
}

@media screen and (max-width: 1199px) {
  .l-header nav {
    /*visibility: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    background: #fff;
    /*opacity: 0;*/
  }
}

@media screen and (max-width: 575px) {
  .l-header nav {
    padding: 80px 15px;
  }
}

.l-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 1px;
}

@media screen and (max-width: 1199px) {
  .l-header nav ul {
    display: block;
  }
}

.l-header nav ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 35px;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .l-header nav ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.l-header nav ul li:last-child {
  margin-right: 0;
}

.l-header nav ul li span {
  font-size: 0;
}

@media screen and (max-width: 1199px) {
  .l-header nav ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
  }
}

.l-header nav ul li span svg {
  -webkit-transition: all 0.2s;
  width: 24px;
  height: 24px;
  margin: 0;
  transition: all 0.2s;
}

.l-header nav ul li span svg.gps {
  width: 24px;
  height: 24px;
  margin: 0;
}

.l-header nav ul li span svg.map {
  width: 24px;
  height: 24px;
  margin: 0;
}

.l-header nav ul li span svg.question {
  width: 24px;
  height: 24px;
  margin: 0;
}

.l-header nav ul li span svg.home {
  width: 24px;
  height: 24px;
  margin: 0;
}

.l-header nav ul li a {
  -webkit-transition: all 0.1s;
  display: block;
  padding: 0 10px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s;
}

.l-header nav ul li.is-active a {
  color: #5192ca;
}

.l-header nav ul li.is-active .icon {
  fill: #5192ca;
}

.l-header nav ul li a:hover {
  color: #5192ca;
}

/* .l-header nav ul li:hover .icon {
  fill: #5192ca;
} */

.l-header .ham-wrap {
  z-index: 1;
  position: relative;
  width: 50px;
  cursor: pointer;
}

@media screen and (min-width: 1333px) {
  .l-header .ham-wrap {
    display: none;
  }
}

.l-header .ham {
  width: 50px;
  height: 5px;
}

.l-header .ham::before {
  -webkit-transition: width 0.3s 0.3s;
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  transition: width 0.3s 0.3s;
}

.l-header .ham::after {
  -webkit-transition: width 0.3s 0.3s;
  position: absolute;
  top: 16px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  transition: width 0.3s 0.3s;
}

.l-header .ham span {
  display: block;
  position: relative;
  width: 50px;
  height: 5px;
}

.l-header .ham span::before {
  -webkit-transition: -webkit-transform 0.1s;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.l-header .ham span::after {
  -webkit-transition: -webkit-transform 0.1s;
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.l-header .ham.show::before {
  width: 0;
}

.l-header .ham.show::after {
  width: 0;
}

.l-header .ham.show span::before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  transform: rotate(45deg);
  transition: -webkit-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
}

.l-header .ham.show span::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
}

/* =========================================================
main - メイン
========================================================= */
/* =========================================================
section - セクションの大枠など
========================================================= */
/* =========================================================
sidebar - サイドバー
========================================================= */
/* =========================================================
article - 記事のクラスなど
========================================================= */
.c-article1 p {
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  line-height: 27px;
}

@media screen and (max-width: 767px) {
  .c-article1 p {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.c-article1 h5 {
  margin-bottom: 59px;
  margin-left: 2px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-article1 h5 {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.c-article1 .c-row {
  margin-bottom: 29px;
}

@media screen and (max-width: 1199px) {
  .c-article1 .c-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    align-items: center;
    justify-content: space-around;
  }
}

.c-article1 .c-row img {
  width: 100%;
  max-width: 255px;
  max-height: 255px;
}

@media screen and (max-width: 767px) {
  .c-article1 .c-row img {
    margin-bottom: 15px;
  }
}

.c-article1 .c-row p {
  width: 100%;
  max-width: 710px;
  margin-top: -8px;
  margin-bottom: 0;
  margin-left: 35px;
  letter-spacing: 0;
  line-height: 27px;
}

@media screen and (max-width: 1199px) {
  .c-article1 .c-row p {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-article1 .c-row p {
    max-width: 100%;
    margin-left: 0;
  }
}

.c-article2 h4 {
  margin-bottom: 5px;
  margin-left: 3px;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: left;
}

.c-article2 .c-text2 {
  margin-right: -1px;
}

.c-article2 .c-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}

@media screen and (max-width: 991px) {
  .c-article2 .c-text3 {
    margin-bottom: 10px;
  }
}

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

.c-article3 .intro5 {
  max-width: 380px;
  max-height: 300px;
  margin-top: 52px;
}

@media screen and (max-width: 991px) {
  .c-article3 .intro5 {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .c-article3 aside {
    width: 100%;
  }
}

.c-article4 {
  margin-top: 20px;
}

.c-article4 .c-text3 {
  max-width: 680px;
}

.c-article4 .c-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-article4 .c-row:first-child img {
  max-width: 174px;
  max-height: 177px;
  margin-top: -10px;
  margin-right: 67px;
}

@media screen and (max-width: 991px) {
  .c-article4 .c-row:first-child img {
    width: 100%;
    max-width: 300px;
    max-height: unset;
    margin: 0 auto;
  }
}

.c-article4 .c-row:nth-child(2) img {
  max-width: 156px;
  margin-top: -40px;
  margin-right: 62px;
}

@media screen and (max-width: 991px) {
  .c-article4 .c-row:nth-child(2) img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.c-article4 .c-row aside {
  margin-bottom: 22px;
}

.c-article4 .c-row aside h4 {
  margin-bottom: 13px;
}

.c-article5 {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: -9px;
}

@media screen and (max-width: 991px) {
  .c-article5 {
    margin-top: 15px;
  }
}

.c-article5 .c-text3 {
  max-width: 450px;
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .c-article5 .c-text3 {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .c-article5 div {
    width: 100%;
  }
  .c-article5 div img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-btn1 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 318px;
  margin: 0 auto 24px;
  padding: 12px 38px;
  background: #d73a29;
  color: white;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .c-btn1 {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.c-btn1::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-w.svg);
  background-size: cover;
  content: '';
}

@media screen and (max-width: 767px) {
  .c-btn1::after {
    right: 10px;
  }
}

.c-btn2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 189px;
  margin-left: auto;
  padding: 5px 19px;
  background: #f5f5f5;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .c-btn2 {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.c-btn2::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right.svg);
  background-size: cover;
  content: '';
}

.c-btn3 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 194px;
  margin: 0 auto;
  padding: 4px 0;
  border: 1px solid #fff;
  border-radius: 17px;
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
}

.c-btn3::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 54%;
  right: 14px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-w.svg);
  background-size: cover;
  content: '';
}

.c-btn4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 133px;
  margin-bottom: 35px;
  margin-left: auto;
  padding: 4px 0;
  border: 1px solid #003F8C;
  color: #003F8C;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .c-btn4 {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.c-btn4::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-b.svg);
  background-size: cover;
  content: '';
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
/* =========================================================
category - 記事のカテゴリー表示など
========================================================= */
/* =========================================================
checkbox - チェックボックス
========================================================= */
/* =========================================================
copyright - コピーライト
========================================================= */
/* =========================================================
footer - フッター内のクラス
========================================================= */
/* =========================================================
form - フォームのオブジェクト
========================================================= */
/* =========================================================
gmap - Google Maps埋め込み
========================================================= */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
/* =========================================================
list - リストのオブジェクト
========================================================= */
.c-list1 {
  width: 100%;
  margin-bottom: 81px;
}

.c-list1 li {
  margin-bottom: 30px;
  border-bottom: 1px dotted #c3c3c3;
}

.c-list1 li.mb33 {
  margin-bottom: 35px;
}

.c-list1 li.mb45 {
  margin-bottom: 46px;
}

.c-list1 li a {
  -webkit-transition: all ease-in 300ms;
  display: block;
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: all ease-in 300ms;
}

.c-list1 li a:hover {
  opacity: 0.7;
}

.c-list1 li .c-row {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.c-list1 li .c-row p {
  margin-right: 8px;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
  line-height: 23px;
}

.c-list1 li .c-row span {
  display: block;
  width: 100%;
  max-width: 80px;
  max-height: 20px;
  margin-top: 1px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
}

.c-list1 li .c-row span.imp {
  background: #EF756A;
}

.c-list1 li .c-row span.notice {
  background: #5192CA;
}

.c-list1 li h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .c-list1 li h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

.c-list1 li h3.mb23 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .c-list1 li h3.mb23 {
    margin-bottom: 10px;
  }
}

.c-list1 li p {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .c-list1 li p {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

.c-list2 {
  margin-top: 44px;
  margin-bottom: 85px;
}

.c-list2 li {
  position: relative;
  margin-bottom: 8.4px;
  padding-left: 28px;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .c-list2 li {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}

.c-list2 li::before {
  position: absolute;
  top: 1px;
  left: 6px;
  color: #1a1a1a;
  font-size: 0.9rem;
  content: '●';
}

@media screen and (max-width: 767px) {
  .c-list2 li::before {
    font-size: 0.5rem;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* =========================================================
Other - フッターのレイアウト
========================================================= */
.c-box1 {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 12px 6px;
  border: 1px solid #ef756a;
  background: #f8eeed;
}

.c-box1 h4 {
  color: #d83a2a;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .c-box1 h4 {
    width: 100%;
    text-align: center;
  }
}

.c-box1 h4::before {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  background: url(../images/common/SVG/imp.svg);
  background-size: cover;
  vertical-align: -9px;
  content: '';
}

.c-box1 ul {
  width: 83.4%;
  margin-top: 5px;
  margin-left: 22px;
  padding-left: 14px;
  border-left: 1px solid #ef756a;
}

@media screen and (max-width: 991px) {
  .c-box1 ul {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid #ef756a;
    border-left: unset;
  }
}

.c-box1 ul li {
  position: relative;
  margin-top: 2.5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #C3C3C3;
}

.c-box1 ul li::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 44%;
  right: 2px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right.svg);
  background-size: cover;
  content: '';
}

.c-box1 ul li a {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .c-box1 ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    flex-direction: column;
    align-items: unset;
  }
}

.c-box1 ul li a p {
  margin-right: 23px;
}

@media screen and (max-width: 991px) {
  .c-box1 ul li a p {
    width: 95%;
    font-size: 1.2rem;
  }
}

.c-box1 ul li a h5 {
  letter-spacing: 0.25px;
}

@media screen and (max-width: 991px) {
  .c-box1 ul li a h5 {
    width: 95%;
    font-size: 1.2rem;
  }
}

.c-box1 ul li:nth-child(2) {
  margin-top: -4px;
  padding-bottom: 7px;
}

.c-box1 ul li:last-child::after {
  top: 34%;
}

.c-tab1 h5 {
  max-width: 125px;
  padding: 10px 0 6px 36px;
  border-radius: 11px 11px 0 0;
  background: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 575px) {
  .c-tab1 h5 {
    padding-left: 30px;
  }
}

.c-tab1 aside {
  padding: 17px 13px 11px 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-tab1 aside {
    padding-left: 10px;
  }
}

.c-tab1 aside ul li {
  position: relative;
  margin-bottom: 11px;
  padding-bottom: 10px;
  padding-left: 13px;
  border-bottom: 1px dotted #C3C3C3;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .c-tab1 aside ul li {
    padding-left: 0;
  }
}

.c-tab1 aside ul li::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 36%;
  right: 11px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right.svg);
  background-size: cover;
  content: '';
}

@media screen and (max-width: 1199px) {
  .c-tab1 aside ul li::after {
    top: 50%;
  }
}

.c-tab1 aside ul li a {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
}

.c-tab1 aside ul li a p {
  margin-right: 21px;
}

.c-tab1 aside ul li a span {
  display: block;
  width: 100%;
  max-width: 89px;
  max-height: 19px;
  margin-top: 3px;
  margin-right: 15px;
  padding-right: 3px;
  background: #5192CA;
  color: white;
  font-size: 1.3rem;
  line-height: 19px;
  text-align: center;
}

.c-tab1 aside ul li a h6 {
  letter-spacing: 0.15px;
}

@media screen and (max-width: 767px) {
  .c-tab1 aside ul li a h6 {
    width: 90%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  .c-tab1 aside ul li a h6 {
    margin-top: 10px;
  }
}

.c-tab1 aside ul li:nth-child(2) {
  margin-bottom: 8px;
}

.c-tab1 aside ul li:nth-child(2) h6 {
  line-height: 24px;
}

.c-tab1 aside ul li:nth-child(2) span {
  margin-top: 4px;
}

.c-tab1 aside ul li:nth-child(3) span {
  margin-top: 1px;
}

.c-tab1 aside ul li:nth-child(4) {
  margin-bottom: 9px;
}

.c-tab1 aside ul li:nth-child(4) span {
  margin-top: 4px;
}

.c-tab2__btn {
  margin-left: 37px;
}

@media screen and (max-width: 767px) {
  .c-tab2__btn {
    margin-left: 0;
  }
}

.c-tab2__btn .tablink {
  -webkit-transition: all 0.3s;
  position: relative;
  margin-right: 27px;
  margin-bottom: 40px;
  /*padding: 0 13.5px 0 19.5px;*/
  padding: 0 5px 0 19.5px;
  border: none;
  background: none;
  font-size: 2rem;
  font-weight: 600;
  line-height: 35px;
  cursor: pointer;
  /*transition: all 0.3s;*/
}

@media screen and (max-width: 767px) {
  .c-tab2__btn .tablink {
    margin-right: 7px;
    margin-bottom: 15px;
    padding: 0 10.5px;
    font-size: 1.4rem;
  }
}

/*.c-tab2__btn .tablink:nth-child(2) {
  margin-right: 6px;
}*/
.c-tab2__btn .tablink:last-child {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  /*.c-tab2__btn .tablink:nth-child(2) {
    margin-right: 7px;
  }*/
  .c-tab2__btn .tablink:last-child {
    margin-right: 7px;
  }
}

.c-tab2__btn .tablink::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-g.svg);
  background-size: cover;
  content: '';
}

.c-tab2__btn .tablink.is-active, .c-tab2__btn .tablink:hover {
  border-bottom: 2px solid #5192CA;
  color: #5192CA;
}

.c-tab2__content--title {
  margin-bottom: 36px;
  padding: 11.5px 0 1px;
  background: #5192CA;
}

@media screen and (max-width: 767px) {
  .c-tab2__content--title {
    margin-bottom: 15px;
    padding-top: 8px;
  }
}

.c-tab2__content--title h3 {
  margin-left: 24px;
  color: white;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-tab2__content--title h3 {
    margin-bottom: 8px;
    margin-left: 0;
  }
}

.c-tab2__content h4 {
  margin-bottom: 23px;
  margin-left: 3px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-tab2__content h4 {
    font-size: 2rem;
    line-height: 35px;
  }
}

.c-zone {
  width: 100%;
  max-width: 194px;
  margin-top: -60px;
  margin-right: 53px;
  color: white;
  text-align: center;
}

@media only screen and (min-width: 1600px) {
  .c-zone {
    margin-top: 25px;
    margin-left: 140px;
  }
}

@media screen and (max-width: 767px) {
  .c-zone {
    margin: 0px auto 25px;
  }
}

.c-zone img {
  display: block;
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
}

.c-zone h2 {
  margin-bottom: 1px;
  color: white;
  font-size: 6.332rem;
  font-weight: 600;
  line-height: 79px;
}

.c-zone p {
  margin-bottom: 25px;
  font-size: 1.6rem;
}

.osaka-font {
  font-family: "Osaka", serif;
}

.kozuka-font {
  font-family: "小塚ゴシック Pr6N", sans-serif;
}

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

.pc-only {
  display: block;
}

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

.active, .collapsible:hover {
    /* [disabled]background-color: rgba(81, 146, 202, 0.9); */
}

.collapsible:after {
  margin-left: 5px;
  float: right;
  color: white;
  font-weight: bold;
  content: '\002B';
}

.active:after {
  content: "\2212";
}

.content {
  -webkit-transition: max-height 0.2s ease-out;
  width: 100%;
  max-width: 265px;
  max-height: 0;
  padding: 0 18px;
  overflow: hidden;
  background-color: #f1f1f1;
  transition: max-height 0.2s ease-out;
}

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

.content ul {
  margin-top: 15px;
}

.content ul li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 34px;
}

.content ul li.border-bot {
  margin-bottom: 8px;
  border-bottom: 1px dotted #c3c3c3;
}

.content ul li.border-bot a {
  padding: 0 0 10px;
}

.content ul li::before {
  position: absolute;
  top: -5px;
  left: 13px;
  color: #c3c3c3;
  font-size: 2rem;
  content: '•';
}

.content ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 21px;
  text-decoration: none;
}

.c-table1 {
  width: 100%;
  margin-bottom: 85px;
}

.c-table1 tr {
  border-bottom: 1px solid #f1f1f1;
}

.c-table1 tr th {
  -webkit-transform: translate(-11px, 3px);
  width: 306px;
  transform: translate(-11px, 3px);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 28px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-table1 tr th {
    -webkit-transform: unset;
    padding-right: 10px;
    transform: unset;
    font-size: 1.3rem;
  }
}

.c-table1 tr td {
  padding: 15px 0 14px;
  font-size: 1.5rem;
  line-height: 26px;
  vertical-align: middle;
}
.c-table1 tr td p.kyukan{
  text-align: left;
  font-size: 1.5rem;
  color: red;
  display: block;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-table1 tr td {
    margin-left: 5px;
    font-size: 1.2rem;
  }
.c-table1 tr td p.kyukan{
  font-size: 1.2rem;
}
.c-table1 tr td p.kyukan br{
  display: none;
}
}

.c-table1 tr td span {
  margin-top: 1px;
  color: #D83A2A;
  text-decoration: underline;
}

.c-table1 tr td h5 {
  display: inline-block;
  margin-left: -5px;
  font-size: 2rem;
  font-weight: 600;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  .c-table1 tr td h5 {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.c-table1 tr:nth-child(2) th {
  -webkit-transform: translate(-11px, 0px);
  transform: translate(-11px, 0px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(2) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(3) th {
  -webkit-transform: translate(-11px, 0px);
  transform: translate(-11px, 0px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(3) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(3) td {
  padding: 16px 0 17px;
}

.c-table1 tr:nth-child(4) th {
  -webkit-transform: translate(-11px, -2px);
  transform: translate(-11px, -2px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(4) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(4) td {
  padding: 12px 0 17px;
}

.c-table1 tr:nth-child(5) th {
  -webkit-transform: translate(-11px, 0px);
  transform: translate(-11px, 0px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(5) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(5) td {
  padding: 17px 0 15px;
}

.c-table1 tr:nth-child(6) th {
  -webkit-transform: translate(-11px, -2px);
  transform: translate(-11px, -2px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(6) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(6) td {
  padding: 4px 0 11px;
}

.c-table1 tr:nth-child(7) th {
  -webkit-transform: translate(-11px, -3px);
  transform: translate(-11px, -3px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(7) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(7) td {
  padding: 12px 0 17px;
}

#link2 h4 {
  margin-bottom: 30px;
}

#link2 .c-table1 {
  margin-bottom: 58px;
}

#link2 .c-table1 tr:nth-child(1) td {
  padding: 15px 0 8px;
}

#link2 .c-table1 tr:nth-child(2) th {
  -webkit-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(2) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(2) td {
  padding: 17px 0 14px;
}

#link2 .c-table1 tr:nth-child(3) th {
  -webkit-transform: translate(-17px, 4px);
  transform: translate(-17px, 4px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(3) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(3) td {
  padding: 22px 0 15px;
}

#link2 .c-table1 tr:nth-child(4) th {
  -webkit-transform: translate(-17px, -1px);
  transform: translate(-17px, -1px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(4) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(4) td {
  padding: 13px 0;
}

#link2 .c-table1 tr:nth-child(5) th {
  -webkit-transform: translate(-12px, 4px);
  transform: translate(-12px, 4px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(5) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(5) td {
  padding: 17px 0 18px;
  line-height: 29px;
}

#link2 .c-table1 tr:nth-child(6) th {
  -webkit-transform: translate(-12px, 3px);
  transform: translate(-12px, 3px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(6) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(6) td {
  padding: 21px 0 17px;
}

#link2 .c-btn1 {
  /*margin-bottom: -7px;*/
}

#link3 .c-btn1 {
  /*margin-bottom: -7px;*/
}

#pagetop {
  display: none;
  position: fixed;
  right: 21px;
  bottom: 138px;
}

@media screen and (max-width: 991px) {
  #pagetop {
    bottom: 21%;
  }
}

@media screen and (max-width: 575px) {
  #pagetop {
    right: 5px;
    bottom: 5px;
  }
}

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

@media screen and (max-width: 991px) {
  .c-group__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.c-group__img--item:first-child {
  margin-right: 10px;
}

.c-group__img--item img {
  margin-bottom: 2px;
}

/* =========================================================
page-head - 子ページのタイトル
========================================================= */
/* =========================================================
pagenation - ページ送り
========================================================= */
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: 24px;
}

.pagination li {
  margin-right: 9px;
}

.pagination li a {
  display: block;
  width: 37px;
  height: 37px;
  background: #f5f5f5;
  color: black;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.pagination li a.next {
  margin-left: 5px;
  background: transparent;
}
.pagination li.un-active {
  opacity: .5;
  pointer-events: none;
}
.pagination li a:hover, .pagination li.is-active a {
  background: #5192CA;
  color: white;
}

/* =========================================================
post - wysiwygなどを使用して出力した投稿にデフォルトのスタイルを当てる
========================================================= */
/* =========================================================
radio - ラジオボタン
========================================================= */
/* =========================================================
select - セレクトボックス
========================================================= */
/* =========================================================
sidebar - サイドバー内のコンポーネント
========================================================= */
.c-sidebar1 {
  width: 100%;
  max-width: 290px;
  margin-bottom: 60px;
}

.c-sidebar1 h4 {
  margin-bottom: 15px;
  padding: 10px 18px 7px;
  background: #5192CA;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 28px;
}

.c-sidebar1 h4.border-bot {
  margin-bottom: 17px;
}

.c-sidebar1 ul li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 34px;
}

.c-sidebar1 ul li.border-bot {
  margin-bottom: 8px;
  border-bottom: 1px dotted #c3c3c3;
}

.c-sidebar1 ul li.border-bot a {
  padding: 0 0 10px;
}

.c-sidebar1 ul li::before {
  position: absolute;
  top: -5px;
  left: 13px;
  color: #c3c3c3;
  font-size: 2rem;
  content: '•';
}

.c-sidebar1 ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 21px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-sidebar2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .c-sidebar2 {
    display: block;
  }
}

.c-sidebar2 div {
  display: block;
  width: 100%;
  max-width: 290px;
  margin-right: 25px;
}

@media screen and (min-width: 1200px) {
  .c-sidebar2 div {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar2 div {
    max-width: 48%;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .c-sidebar2 div {
    max-width: 100%;
  }
}

.c-sidebar2 div .content {
  max-width: 100%;
}

.c-sidebar2 div .collapsible {
  display: block;
  width: 100%;
  max-height: 43px;
  margin-right: 25px;
  padding: 10px;
  border: none;
  outline: none;
  background-color: #5192CA;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-sidebar2 div .collapsible {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* =========================================================
site-branding - サイトのロゴなど
========================================================= */
/* =========================================================
slider - スライダー
========================================================= */
.c-slider1 div img {
  width: 100%;
  max-height: 450px;
}

.c-slider1 .slick-next,
.c-slider1 .slick-prev {
  display: none !important;
}

.c-slider1 .slick-dots {
  bottom: -41px;
}
.c-slider1 {
  opacity: 0;
  transition: opacity .25s ease;
}
.c-slider1.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-slider1 .slick-dots {
    bottom: -20px;
  }
}

.c-slider1 .slick-dots li {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-slider1 .slick-dots li {
    width: 15px;
  }
}

.c-slider1 .slick-dots li button::before {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .c-slider1 .slick-dots li button::before {
    font-size: 7px;
  }
}

.c-slider2 {
  position: relative;
  width: 100%;
  max-width: 81%;
  /* the slides */
}

@media only screen and (min-width: 1600px) {
  .c-slider2 {
    width: 70%;
  }
}

@media screen and (max-width: 1437px) {
  .c-slider2 {
    width: 75%;
  }
}

@media only screen and (max-width: 1160px) {
  .c-slider2 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .c-slider2 {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}

.c-slider2 .slick-next,
.c-slider2 .slick-prev {
  -webkit-transform: unset;
  -webkit-transition: all 300ms ease-in;
  top: 98%;
  transform: unset;
  opacity: 1;
  transition: all 300ms ease-in;
}

@media screen and (max-width: 767px) {
  .c-slider2 .slick-next,
  .c-slider2 .slick-prev {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-slider2 .slick-next:hover,
.c-slider2 .slick-prev:hover {
  opacity: 0.6;
}

.c-slider2 .slick-next {
  right: unset;
}

.c-slider2 .slick-next::before,
.c-slider2 .slick-prev::before {
  position: absolute;
  opacity: 1 !important;
}

.c-slider2 .slick-prev::before {
  bottom: -50px;
  left: 25px;
  width: 48px;
  height: 47px;
  background: url(../images/common/SVG/slide-l.svg);
  background-size: 100% 100%;
  content: '';
}

@media screen and (max-width: 767px) {
  .c-slider2 .slick-prev::before {
    left: -50px;
  }
}

.c-slider2 .slick-next::before {
  bottom: -50px;
  left: 85px;
  width: 48px;
  height: 47px;
  background: url(../images/common/SVG/slide-r.svg);
  background-size: 100% 100%;
  content: '';
}

@media screen and (max-width: 767px) {
  .c-slider2 .slick-next::before {
    right: -50px;
    left: unset;
  }
}

.c-slider2 .slick-slide {
  margin: 0 0 20px 0 !important;
}

.c-slider2 a {
  position: relative;
}

.c-slider2 a img {
  margin: 0 auto !important;
}

.c-slider2 a span {
  position: absolute;
  top: 3px;
  left: 4px;
}

.c-slider2 a span img {
  display: block;
  width: 100%;
  max-width: 59px;
  margin-right: 20px !important;
}

.c-slider2 a p {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  /*max-width: 267.595px;*/
  padding: 11px 13px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
}

.c-slider2 a p::before {
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 10px;
  background: url(../images/common/SVG/arrow-right-wb.svg);
  background-size: cover;
  vertical-align: -1px;
  content: '';
}

/* =========================================================
text-field - テキストボックス
========================================================= */
/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-text1 {
  width: 100%;
  max-width: 722px;
  margin: 0 auto 141px;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .c-text1 {
    margin-bottom: 35px;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 30px;
  }
}

.c-text2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
  font-size: 1.2rem;
  line-height: 11px;
}

@media screen and (max-width: 767px) {
  .c-text2 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 15px;
  }
}

.c-text3 {
  width: 100%;
  max-width: 350px;
  margin-top: -7px;
  font-size: 1.5rem;
  line-height: 27px;
}

@media screen and (max-width: 991px) {
  .c-text3 {
    max-width: 100%;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

/* =========================================================
textarea - テキストエリア
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-title1 {
  margin-bottom: 20px;
  margin-bottom: 17px;
  padding-left: 28px;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 70px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-title1 {
    padding-left: 0;
    font-size: 2.5rem;
    line-height: 40px;
  }
}

/* =========================================================
access
========================================================= */
.access__title {
  margin-bottom: 50px;
  color: #1a1a1a;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access__title {
    margin-bottom: 25px;
  }
}

.access__img {
  width: 100%;
}

.access__img img {
  width: 100%;
  height: auto;
}

.access__guide {
  margin: 50px 0 45px;
  padding: 28px 13px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .access__guide {
    margin: 25px 0 22.5px;
  }
}

.access__guide--title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #c3c3c3;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .access__guide--title {
    margin-bottom: 0;
  }
}

.access__guide--txt {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width: 575px) {
  .access__guide--txt {
    display: block;
  }
}

.access__guide--txt li {
  color: #1a1a1a;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .access__guide--txt li {
    font-size: 1.6rem;
    text-align: center;
  }
}

.access__guide--txt li span {
  font-size: 4rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .access__guide--txt li span {
    font-size: 3.5rem;
  }
}

.access__guide--txt li:nth-child(2) {
  margin: 0 40px;
}

@media screen and (max-width: 575px) {
  .access__guide--txt li:nth-child(2) {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .access__guide--txt li:not(:last-child) {
    border-bottom: 1px dotted #9F9F9F;
  }
}

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

@media screen and (max-width: 575px) {
  .access__guide--info dl {
    display: block;
  }
}

.access__guide--info dl dt,
.access__guide--info dl dd {
  color: #1a1a1a;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.access__guide--info p {
  margin-top: 18px;
}

.access__guide--info p strong {
  color: #d83a2a;
  font-size: 1.5rem;
}

.access .flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .access .flex_box {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .access .flex_box {
    display: block;
  }
}

.access .flex_box img {
  width: 100%;
  height: auto;
}

.access .flex_box .map1 {
  width: 65%;
}

@media screen and (max-width: 575px) {
  .access .flex_box .map1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.access .flex_box .map2 {
  width: 30%;
}

@media screen and (max-width: 575px) {
  .access .flex_box .map2 {
    width: 100%;
  }
}

.guide1 {
  padding-top: 25px;
  padding-bottom: 80px;
}

.guide1 .c-tab2__btn {
  margin-left: 37px;
}

@media screen and (max-width: 767px) {
  .guide1 .c-tab2__btn {
    margin-left: 0;
  }
}

.guide1 .c-tab2__content .c-btn1 {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

@media screen and (max-width: 767px) {
  .guide1 .c-tab2__content .c-btn1 {
    -webkit-transform: unset;
    transform: unset;
  }
}

.sec-intro1 {
  padding-top: 0;
  padding-bottom: 108px;
}

@media screen and (max-width: 767px) {
  .sec-intro1 {
    padding-bottom: 25px;
  }
}

.sec-intro1 .c-tab2 .l-container h4 {
  margin-bottom: 50px;
  margin-left: -4px;
  letter-spacing: -0.05px;
  text-align: center;
}

.sec-intro1 .c-tab2 .l-container h4.mb14 {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .sec-intro1 .c-tab2 .l-container h4 {
    margin-bottom: 15px;
  }
}

.sec-intro1 .c-tab2 #intro1 .bg-top {
  padding-top: 36px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.7))), url(../images/intro/intro1-bg.jpg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7)), url(../images/intro/intro1-bg.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7)), url(../images/intro/intro1-bg.jpg);
  background-position: center;
  background-size: cover;
}

.sec-intro1 .c-tab2 #intro1 .bg-top h4 {
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}

.sec-intro1 .c-tab2 #intro1 .bg-top h5 {
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec-intro1 .c-tab2 #intro1 .bg-top h4 {
    margin-bottom: 25px;
  }

  .sec-intro1 .c-tab2 #intro1 .bg-top h5 {
    margin-bottom: 24px;
  }
}

.sec-intro1 .c-tab2 #intro1 .bg-top .c-text1 {
  margin-bottom: 44px;
  padding-bottom: 97px;
}

@media screen and (max-width: 767px) {
  .sec-intro1 .c-tab2 #intro1 .bg-top .c-text1 {
    padding-bottom: 50px;
  }
}

.sec-intro1 .c-tab2 #intro1 .c-tab2__content--title {
  margin-bottom: 0;
}

.sec-intro1 .c-tab2 #intro2 .bg-top {
  padding-top: 36px;
  background: url(../images/intro/intro2-bg.png);
  background-position: center;
  background-size: cover;
}

.sec-intro1 .c-tab2 #intro2 .bg-top h4 {
    /* [disabled]margin-bottom: 50px; */
    text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-intro1 .c-tab2 #intro2 .bg-top h4 {
    margin-bottom: 25px;
  }
}

.sec-intro1 .c-tab2 #intro2 .bg-top .c-text1 {
  margin-bottom: 0px;
  padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .sec-intro1 .c-tab2 #intro2 .bg-top .c-text1 {
    padding-bottom: 36px;
  }
}

.sec-intro1 .c-tab2 #intro2 .c-text1 {
  margin: 0 auto -29px;
}

@media screen and (max-width: 767px) {
  .sec-intro1 .c-tab2 #intro2 .c-text1 {
    margin: 0 auto 15px;
  }
}

.sec-intro1 .c-tab2 #intro2 .c-tab2__content--title {
  margin-bottom: 0;
}

.sec-intro1 .c-tab2 #intro2 .c-tab2__content--title h3 {
    /* [disabled]margin-left: 0; */
}

.sec-intro1 .c-tab2 #intro2 .l-container h4 {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .sec-intro1 .c-tab2 #intro2 .l-container h4 {
    margin-bottom: 15px;
  }
}

.intro-list {
    max-width: 1200px;
    padding-bottom: 90px;
    margin: 0 auto;
    width: 90%;
}

.intro-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro-list ul::after {
  content: "";
  width: 32%;
}
.intro-list ul li {
    position: relative;
    width: 32%;
    min-height: 200px;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,0.50);
    border: 2px solid #5192ca;
}

.intro-list ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: transparent transparent #5192ca #5192ca;
  pointer-events: none;
}

.intro-list ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: #5192ca #5192ca transparent transparent;
  pointer-events: none;
}

.intro-list ul li a {
    display: block;
    padding: 15px 38px;
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
    text-decoration: none;
}

.intro-list ul li a p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

@media screen and (min-width: 1281px) {
  .intro-list ul {
    /*width: 164%;
    margin-left: -32%;*/
  }
  /*.intro-list ul::after {
    content: "";
    width: 19%;
  }*/
  .intro-list ul li {
    /*width: 19%;*/
  }
}

.sec-intro1 .c-tab2 #intro3 .c-tab2__content--title {
  margin-bottom: 0;
}

.sec-intro1 .c-tab2 #intro3 .bg-top {
  padding-top: 36px;
  padding-bottom: 56px;
  margin-bottom: 48px;
  background: url(../images/intro/intro3-bg.jpg);
  background-position: center;
  background-size: cover;
}

.sec-intro1 .c-tab2 #intro3 img {
    /* [disabled]width: 100%; */
}

.sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title {
    display: flex;
    margin: 10px 0 10px 80px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
}
.sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title::after {
  content: "";
  width: 36px;
}
.sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title.dl-hei {
    /* [disabled]height: 97px; */
}

.sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title span {
    margin-top: -3px;
    margin-right: 10px;
    font-size: 3.6rem;
    color: #5192ca;
    height: auto;
    margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
.intro-list ul li a{
 padding: 24px 18px;   
}
.sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title {
    font-size: 1.4rem;
}
.sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title span {
    font-size: 3rem;
}
}
@media screen and (max-width: 991px) {
  .sec-intro1 .c-tab2 #intro3 .l-container .c-article3 .c-group__img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .intro-list ul li a {
    padding: 24px 10px;
  }
  .intro-icon {
    /* [disabled]height: 80px; */
    /* [disabled]width: 100%; */
    /* [disabled]float: none; */
    margin-bottom: 0px;
  }
  .sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title {
    /* [disabled]margin: 0; */
    /* [disabled]font-size: 1.5rem; */
    height: 80px;
  }
  .sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title.dl-hei {
    height: 80px;
  }
    .intro-list ul li{
    width: 48%;
    }
}
@media screen and (max-width: 767px) {
  .intro-list {
    padding: 0 10px 50px;
  }
  .intro-list ul li {
    width: 100%;
    min-height: auto;
    margin-bottom: 8px;
  }
  .intro-list ul li a {
    padding: 16px 20px;
  }
  .sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title {
    margin: 10px 0 10px 90px;
    font-size: 15px;
  }
  .sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title span {
    margin-top: -2px;
    font-size: 28px;
    height: auto;
  }
  .sec-intro1 .c-tab2 #intro2 .bg-top h4.intro-title.dl-hei {
    /* [disabled]height: auto; */
  }
}

.intro-icon {
    height: 90px;
    /* [disabled]margin-bottom: 16px; */
    width: 65px;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.intro-icon img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
    /* [disabled]max-height: 100%; */
    max-width: 100%;
}
.sec-intro1 .c-tab2 #intro3 .c-tab2__content--title h3 {
    /* [disabled]margin-left: 0; */
    /* [disabled]padding-left: 24px; */
}

.sec-intro1 .c-tab2 #intro3 > h4 {
  text-align: center;
}

.sec-intro1 .c-tab2 #intro3 .l-container h5 {
    /* [disabled]padding: 5px 20px; */
    font-size: 2.1rem;
    font-weight: 600;
    text-align: left;
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-text2 {
  margin-right: -1px;
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-row.mb14 {
  margin-bottom: 14px;
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-article3 .c-text3 {
  max-width: 593px;
  margin-top: -6px;
  margin-bottom: 18px;
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .sec-intro1 .c-tab2 #intro3 .l-container .c-article3 .c-text3 {
    max-width: 100%;
  }
}



.sec-intro1 .c-tab2 #intro3 .l-container .c-article3 .c-group__img--item {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .sec-intro1 .c-tab2 #intro3 .l-container .c-article3 .c-group__img--item {
    width: 48%;
    margin-right: 0;
  }
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-article4 h5 {
  margin-bottom: 13px;
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-article5 h5 {
  margin-top: -5px;
  margin-bottom: 10px;
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-article5 .relative {
  position: relative;
}

@media screen and (max-width: 991px) {
  .sec-intro1 .c-tab2 #intro3 .l-container .c-article5 .relative {
    width: 100%;
  }
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-article5 .relative .arrow-right {
  position: absolute;
  top: 50.3%;
  right: -35px;
  width: 153px;
  height: 94px;
}

@media screen and (max-width: 991px) {
  .sec-intro1 .c-tab2 #intro3 .l-container .c-article5 .relative .arrow-right {
    -webkit-transform: translateX(-30%) rotate(123deg);
    top: unset;
    right: unset;
    bottom: 5px;
    left: 50%;
    transform: translateX(-30%) rotate(123deg);
  }
}
@media screen and (max-width: 767px) {
  .intro-icon{
    /* [disabled]width: 13%; */
    /* [disabled]height: auto; */
    }
}
@media screen and (max-width: 575px) {
  .sec-intro1 .c-tab2 #intro3 .l-container .c-article5 .relative .arrow-right {
    height: 60px;
  }
  .intro-icon{
    width: 70px;
    /* [disabled]height: auto; */
    }
    .intro-list ul li:nth-child(6) .intro-icon img{
    /* [disabled]width: 80%; */
    }
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-article5 .c-text2 {
  margin-top: 12px;
  margin-right: 6px;
}

.sec-intro1 .c-tab2 #intro3 .l-container .c-article5 .c-text2.mt6 {
  margin-top: 6px;
  margin-right: 0px;
}

.new-detail1 {
  padding-top: 24px;
  padding-bottom: 94px;
}

.new-detail1-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.new-detail1-inner__list {
  width: 100%;
  max-width: 680px;
}

.new-detail1-inner__list .c-row {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  margin-top: 10px;
}

.new-detail1-inner__list .c-row p {
  margin-right: 8px;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
  line-height: 23px;
}

.new-detail1-inner__list .c-row span {
  display: block;
  width: 100%;
  max-width: 80px;
  max-height: 20px;
  margin-top: 1px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
}

.new-detail1-inner__list .c-row span.imp {
  background: #EF756A;
}

.new-detail1-inner__list .c-row span.notice {
  background: #5192CA;
}

.new-detail1-inner__list h1 {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .new-detail1-inner__list h1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

.new-detail1-inner__list h1.mb23 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .new-detail1-inner__list h1.mb23 {
    margin-bottom: 10px;
  }
}

.new-detail1-inner__list p {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .new-detail1-inner__list p {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

.new-detail1-inner aside {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 1199px) {
  .new-detail1-inner aside {
    display: none;
  }
}

/* =========================================================
News - フッターのレイアウト
========================================================= */
.news1 {
  background: #f5f5f5;
}

.news1 .c-title1 {
  padding: 15px 0 17px 20px;
  color: #1a1a1a;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .news2 .c-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news2 .c-row .c-row {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 767px) {
  .news2 .c-row .c-row {
    max-width: 48%;
  }
}

.news2-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 116px;
}

.news2-inner__list {
  width: 100%;
  max-width: 680px;
}

@media screen and (max-width: 1199px) {
  .news2-inner__list {
    max-width: 100%;
  }
}

.news2-inner aside {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 1199px) {
  .news2-inner aside {
    display: none;
  }
}

.news2-inner .c-list1 {
  margin-top: 10px;
}

/* =========================================================
service - サービスについて／やまとのマンション管理ページ固有のオブジェクト
========================================================= */
/* =========================================================
top - Topページ固有のオブジェクト
========================================================= */
.l-main {
  padding-top: 100px;
}

.l-main .top1 {
  margin-bottom: 22px;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .l-main {
  padding-top: 50px;
}
  .l-main .top1 {
    margin-bottom: 0;
  }
}

.l-main .top2 {
  padding: 14px 0 50px;
  background: #f5f5f5;
}

.l-main .top2 .c-title1 {
  padding-left: 0;
  color: #1a1a1a;
  text-align: center;
}

.l-main .top3 {
  padding: 125px 0 153px 0;
  background: url(../images/common/bg-sec3.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 1438px) {
  .l-main .top3 {
    background-size: 60%;
  }
}

@media screen and (max-width: 767px) {
  .l-main .top3 {
    background-color: #2f7abb;
  }
}

@media screen and (max-width: 991px) {
  .l-main .top3 {
    padding: 50px 0 90px;
  }
}

.l-main .top3-inner {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 91px;
}

@media screen and (min-width: 1438px) {
  .l-main .top3-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1199px) {
  .l-main .top3-inner {
    padding-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .l-main .top3-inner {
    padding-left: 0;
  }
}

/* =========================================================
concept
========================================================= */
.concept_top__title {
  margin-bottom: 70px;
  color: #1a1a1a;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept_top__title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .concept_top__title {
    font-size: 2rem;
  }
}

.concept_top__img {
  max-width: 800px;
  margin: 0 auto 50px;
}

.concept_top__img img {
  width: 100%;
  height: auto;
}

.zone_btn {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .zone_btn {
    margin-bottom: 60px;
  }
}

.zone_btn li {
  position: relative;
  width: 24.5%;
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .zone_btn li {
    width: 49%;
  }
}

@media screen and (max-width: 575px) {
  .zone_btn li {
    width: 48%;
  }
}

/*.zone_btn li:nth-child(n+5) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .zone_btn li:nth-child(n+5) {
    margin-top: 0;
  }
}*/

@media screen and (max-width: 767px) {
  .zone_btn li:not(:nth-child(n+7)) {
    margin-bottom: 20px;
  }
}

.zone_btn li a {
  text-decoration: none;
}

.zone_btn li .num {
  position: absolute;
  top: 0px;
  left: 12px;
  color: #fff;
  font-family: din-condensed, sans-serif;
  font-size: 5.1rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .zone_btn li .num {
    font-size: 4rem;
  }
}

.zone_btn__img {
  width: 100%;
  height: 150px;
}

.zone_btn__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zone_btn__txts {
  padding: 10px 8px;
}

.zone_btn__txts h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (max-width: 575px) {
  .zone_btn__img {
    height: 40vw;
  }
  .zone_btn__txts h3 {
    font-size: 1.6rem;
  }
}

.zone_btn__txts p {
  position: relative;
  padding-top: 10px;
  color: #231815;
  font-size: 1.3rem;
}

@media screen and (max-width: 575px) {
  .zone_btn__txts p {
    padding-right: 20px;
    font-size: 1rem;
  }
}

.zone_btn__txts p::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 5px;
  width: 7.5px;
  height: 13.2px;
  background-image: url(../images/concept/icon-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.zone_btn__01 {
  background-color: #f6d7d6;
}

.zone_btn__01 .zone_btn__txts h3 {
  color: #de807e;
}

.zone_btn__02 {
  background-color: #ddede7;
}

.zone_btn__02 .zone_btn__txts h3 {
  color: #25b2ca;
}

.zone_btn__03 {
  background-color: #f6f0cb;
}

.zone_btn__03 .zone_btn__txts h3 {
  color: #c0ad5e;
}

.zone_btn__04 {
  background-color: #d0e7e6;
}

.zone_btn__04 .zone_btn__txts h3 {
  color: #3baaa3;
}

.zone_btn__05 {
  background-color: #f8e0d2;
}

.zone_btn__05 .zone_btn__txts h3 {
  color: #e78254;
}

.zone_btn__06 {
  background-color: #e8f1e0;
}

.zone_btn__06 .zone_btn__txts h3 {
  color: #8cba74;
}

.zone_btn__07 {
  background-color: #f4e2bf;
}

.zone_btn__07 .zone_btn__txts h3 {
  color: #da9127;
}

.zone_btn__08 {
  background-color: #f7e4ee;
}

.zone_btn__08 .zone_btn__txts h3 {
  color: #dd81a6;
}

/* =========================================================
zone-mv
========================================================= */
.zone-mv {
  width: 100%;
  height: 427px;
  margin-bottom: 66px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1199px) {
  .zone-mv {
    height: 23.6vw;
    min-height: 200px;
    max-height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv {
    background-attachment: unset;
    background-size: cover;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv {
    min-height: 150px;
  }
}

.zone-mv__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 21.5vw;
  min-width: 150px;
  max-width: 310px;
  height: 100%;
}

.zone-mv__title::after {
  display: block;
  position: absolute;
  top: 0;
  right: -133px;
  width: 0;
  height: 0;
  border-width: 427px 134px 0 0;
  border-style: solid;
  border-color: #f6d7d6 transparent transparent transparent;
  content: "";
}

@media screen and (max-width: 1199px) {
  .zone-mv__title::after {
    right: -9.28vw;
    border-width: 23.6vw 9.3vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title::after {
    right: -9.28vw;
    border-width: 200px 9.3vw 0 0;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title::after {
    border-width: 150px 9.3vw 0 0;
  }
}

.zone-mv__title span {
  display: block;
  line-height: 1;
  text-align: center;
}

.zone-mv__title .en {
  color: #000;
  font-family: din-condensed, sans-serif;
  font-weight: 600;
}

.zone-mv__title .en .txt {
  font-size: 4.6rem;
}

@media screen and (max-width: 1199px) {
  .zone-mv__title .en .txt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .zone-mv__title .en .txt {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title .en .txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title .en .txt {
    font-size: 2.2rem;
  }
}

.zone-mv__title .en .num {
  font-size: 13.5rem;
}

@media screen and (max-width: 1199px) {
  .zone-mv__title .en .num {
    font-size: 12rem;
  }
}

@media screen and (max-width: 991px) {
  .zone-mv__title .en .num {
    font-size: 10.5rem;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title .en .num {
    font-size: 9rem;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title .en .num {
    font-size: 7.5rem;
  }
}

.zone-mv__title .ja {
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .zone-mv__title .ja {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .zone-mv__title .ja {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title .ja {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title .ja {
    font-size: 1.4rem;
  }
}

.zone_01 .zone-mv {
  background-image: url(../images/concept/main_zone01.jpg);
}

.zone_01 .zone-mv__title {
  background-color: #f6d7d6;
}

.zone_01 .zone-mv__title .ja {
  color: #de807e;
}

.zone_02 .zone-mv {
  background-image: url(../images/concept/main_zone02.jpg);
}

.zone_02 .zone-mv__title {
  background-color: #ddede7;
}

.zone_02 .zone-mv__title::after {
  border-color: #ddede7 transparent transparent transparent;
}

.zone_02 .zone-mv__title .ja {
  color: #25b2ca;
}

.zone_03 .zone-mv {
  background-image: url(../images/concept/main_zone03.jpg);
}

.zone_03 .zone-mv__title {
  background-color: #f6f0cb;
}

.zone_03 .zone-mv__title::after {
  border-color: #f6f0cb transparent transparent transparent;
}

.zone_03 .zone-mv__title .ja {
  color: #c0ad5e;
}

.zone_04 .zone-mv {
  background-image: url(../images/concept/main_zone04.jpg);
}

.zone_04 .zone-mv__title {
  background-color: #d0e7e6;
}

.zone_04 .zone-mv__title::after {
  border-color: #d0e7e6 transparent transparent transparent;
}

.zone_04 .zone-mv__title .ja {
  color: #3baaa3;
}

.zone_05 .zone-mv {
  background-image: url(../images/concept/main_zone05.jpg);
}

.zone_05 .zone-mv__title {
  background-color: #f8e0d2;
}

.zone_05 .zone-mv__title::after {
  border-color: #f8e0d2 transparent transparent transparent;
}

.zone_05 .zone-mv__title .ja {
  color: #e78254;
}

.zone_06 .zone-mv {
  background-image: url(../images/concept/main_zone06.jpg);
}

.zone_06 .zone-mv__title {
  background-color: #e8f1e0;
}

.zone_06 .zone-mv__title::after {
  border-color: #e8f1e0 transparent transparent transparent;
}

.zone_06 .zone-mv__title .ja {
  color: #8cba74;
}

.zone_07 .zone-mv {
  background-image: url(../images/concept/main_zone07.jpg);
}

.zone_07 .zone-mv__title {
  background-color: #f4e2bf;
}

.zone_07 .zone-mv__title::after {
  border-color: #f4e2bf transparent transparent transparent;
}

.zone_07 .zone-mv__title .ja {
  color: #da9127;
}

.zone_08 .zone-mv {
  background-image: url(../images/concept/main_zone08.jpg);
}

.zone_08 .zone-mv__title {
  background-color: #f7e4ee;
}

.zone_08 .zone-mv__title::after {
  border-color: #f7e4ee transparent transparent transparent;
}

.zone_08 .zone-mv__title .ja {
  color: #dd81a6;
}

/* =========================================================
zone-main
========================================================= */
.zone-main {
  margin-bottom: 154px;
}

@media screen and (max-width: 767px) {
  .zone-main {
    margin-bottom: 77px;
  }
}

.zone-main__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .zone-main__container {
    display: block;
    margin-bottom: 45px;
  }
}

.zone-main__container .txt h2 {
  margin-bottom: 25px;
  color: #1a1a1a;
  font-size: 2.1rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .zone-main__container .txt h2 {
    font-size: 1.8rem;
  }
}

.zone-main__container .txt p {
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 575px) {
  .zone-main__container .txt p {
    font-size: 1.4rem;
  }
}

.zone-main__container .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 320px;
  margin-left: 34px;
}

@media screen and (max-width: 767px) {
  .zone-main__container .img {
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
  }
}

.zone-main__container .img img {
  width: 100%;
  height: auto;
}

.zone-main .foot_btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.zone-main .foot_btn li {
  width: 33%;
  max-width: 214px;
  height: 61px;
}

@media screen and (max-width: 575px) {
  .zone-main .foot_btn li {
    height: 50px;
  }
}

.zone-main .foot_btn li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 2px);
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .zone-main .foot_btn li a {
    font-size: 1.1rem;
  }
}

.zone-main .foot_btn .btn_arrow {
  border: 1px solid #003f8c;
}

.zone-main .foot_btn .btn_arrow a {
  position: relative;
  color: #003f8c;
}

.zone-main .foot_btn .btn_arrow a::after {
  display: block;
  position: absolute;
  top: calc(50% - 4.6px);
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 575px) {
  .zone-main .foot_btn .btn_arrow a span {
    display: none;
  }
}

.zone-main .foot_btn .btn_l a::after {
  left: 10px;
  background-image: url(../images/concept/icon-arrow-left-bl.svg);
}

.zone-main .foot_btn .btn_r a::after {
  right: 10px;
  background-image: url(../images/concept/icon-arrow-right-bl.svg);
}

.zone-main .foot_btn .btn_back a {
  background-color: #f5f5f5;
  color: #1a1a1a;
}

/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

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

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-table {
    display: table !important;
  }
  .u-sm-table-row {
    display: table-row !important;
  }
  .u-sm-table-cell {
    display: table-cell !important;
  }
  .u-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }
  .u-mu-inline {
    display: inline !important;
  }
  .u-mu-inline-block {
    display: inline-block !important;
  }
  .u-mu-block {
    display: block !important;
  }
  .u-mu-table {
    display: table !important;
  }
  .u-mu-table-row {
    display: table-row !important;
  }
  .u-mu-table-cell {
    display: table-cell !important;
  }
  .u-mu-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-table {
    display: table !important;
  }
  .u-lg-table-row {
    display: table-row !important;
  }
  .u-lg-table-cell {
    display: table-cell !important;
  }
  .u-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }
  .u-xl-inline {
    display: inline !important;
  }
  .u-xl-inline-block {
    display: inline-block !important;
  }
  .u-xl-block {
    display: block !important;
  }
  .u-xl-table {
    display: table !important;
  }
  .u-xl-table-row {
    display: table-row !important;
  }
  .u-xl-table-cell {
    display: table-cell !important;
  }
  .u-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .u-print-none {
    display: none !important;
  }
  .u-print-inline {
    display: inline !important;
  }
  .u-print-inline-block {
    display: inline-block !important;
  }
  .u-print-block {
    display: block !important;
  }
  .u-print-table {
    display: table !important;
  }
  .u-print-table-row {
    display: table-row !important;
  }
  .u-print-table-cell {
    display: table-cell !important;
  }
  .u-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0rem !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0rem !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0rem !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0rem !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 2.5rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 2.5rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 2.5rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 2.5rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 2.5rem !important;
}

.u-m-6 {
  margin: 3rem !important;
}

.u-mt-6,
.u-my-6 {
  margin-top: 3rem !important;
}

.u-mr-6,
.u-mx-6 {
  margin-right: 3rem !important;
}

.u-mb-6,
.u-my-6 {
  margin-bottom: 3rem !important;
}

.u-ml-6,
.u-mx-6 {
  margin-left: 3rem !important;
}

.u-m-7 {
  margin: 3.5rem !important;
}

.u-mt-7,
.u-my-7 {
  margin-top: 3.5rem !important;
}

.u-mr-7,
.u-mx-7 {
  margin-right: 3.5rem !important;
}

.u-mb-7,
.u-my-7 {
  margin-bottom: 3.5rem !important;
}

.u-ml-7,
.u-mx-7 {
  margin-left: 3.5rem !important;
}

.u-m-8 {
  margin: 4rem !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 4rem !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 4rem !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 4rem !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 4rem !important;
}

.u-m-9 {
  margin: 4.5rem !important;
}

.u-mt-9,
.u-my-9 {
  margin-top: 4.5rem !important;
}

.u-mr-9,
.u-mx-9 {
  margin-right: 4.5rem !important;
}

.u-mb-9,
.u-my-9 {
  margin-bottom: 4.5rem !important;
}

.u-ml-9,
.u-mx-9 {
  margin-left: 4.5rem !important;
}

.u-m-10 {
  margin: 5rem !important;
}

.u-mt-10,
.u-my-10 {
  margin-top: 5rem !important;
}

.u-mr-10,
.u-mx-10 {
  margin-right: 5rem !important;
}

.u-mb-10,
.u-my-10 {
  margin-bottom: 5rem !important;
}

.u-ml-10,
.u-mx-10 {
  margin-left: 5rem !important;
}

.u-m-11 {
  margin: 5.5rem !important;
}

.u-mt-11,
.u-my-11 {
  margin-top: 5.5rem !important;
}

.u-mr-11,
.u-mx-11 {
  margin-right: 5.5rem !important;
}

.u-mb-11,
.u-my-11 {
  margin-bottom: 5.5rem !important;
}

.u-ml-11,
.u-mx-11 {
  margin-left: 5.5rem !important;
}

.u-m-12 {
  margin: 6rem !important;
}

.u-mt-12,
.u-my-12 {
  margin-top: 6rem !important;
}

.u-mr-12,
.u-mx-12 {
  margin-right: 6rem !important;
}

.u-mb-12,
.u-my-12 {
  margin-bottom: 6rem !important;
}

.u-ml-12,
.u-mx-12 {
  margin-left: 6rem !important;
}

.u-p-0 {
  padding: 0rem !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0rem !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0rem !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0rem !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 2.5rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 2.5rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 2.5rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 2.5rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 2.5rem !important;
}

.u-p-6 {
  padding: 3rem !important;
}

.u-pt-6,
.u-py-6 {
  padding-top: 3rem !important;
}

.u-pr-6,
.u-px-6 {
  padding-right: 3rem !important;
}

.u-pb-6,
.u-py-6 {
  padding-bottom: 3rem !important;
}

.u-pl-6,
.u-px-6 {
  padding-left: 3rem !important;
}

.u-p-7 {
  padding: 3.5rem !important;
}

.u-pt-7,
.u-py-7 {
  padding-top: 3.5rem !important;
}

.u-pr-7,
.u-px-7 {
  padding-right: 3.5rem !important;
}

.u-pb-7,
.u-py-7 {
  padding-bottom: 3.5rem !important;
}

.u-pl-7,
.u-px-7 {
  padding-left: 3.5rem !important;
}

.u-p-8 {
  padding: 4rem !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 4rem !important;
}

.u-pr-8,
.u-px-8 {
  padding-right: 4rem !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 4rem !important;
}

.u-pl-8,
.u-px-8 {
  padding-left: 4rem !important;
}

.u-p-9 {
  padding: 4.5rem !important;
}

.u-pt-9,
.u-py-9 {
  padding-top: 4.5rem !important;
}

.u-pr-9,
.u-px-9 {
  padding-right: 4.5rem !important;
}

.u-pb-9,
.u-py-9 {
  padding-bottom: 4.5rem !important;
}

.u-pl-9,
.u-px-9 {
  padding-left: 4.5rem !important;
}

.u-p-10 {
  padding: 5rem !important;
}

.u-pt-10,
.u-py-10 {
  padding-top: 5rem !important;
}

.u-pr-10,
.u-px-10 {
  padding-right: 5rem !important;
}

.u-pb-10,
.u-py-10 {
  padding-bottom: 5rem !important;
}

.u-pl-10,
.u-px-10 {
  padding-left: 5rem !important;
}

.u-p-11 {
  padding: 5.5rem !important;
}

.u-pt-11,
.u-py-11 {
  padding-top: 5.5rem !important;
}

.u-pr-11,
.u-px-11 {
  padding-right: 5.5rem !important;
}

.u-pb-11,
.u-py-11 {
  padding-bottom: 5.5rem !important;
}

.u-pl-11,
.u-px-11 {
  padding-left: 5.5rem !important;
}

.u-p-12 {
  padding: 6rem !important;
}

.u-pt-12,
.u-py-12 {
  padding-top: 6rem !important;
}

.u-pr-12,
.u-px-12 {
  padding-right: 6rem !important;
}

.u-pb-12,
.u-py-12 {
  padding-bottom: 6rem !important;
}

.u-pl-12,
.u-px-12 {
  padding-left: 6rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0rem !important;
  }
  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0rem !important;
  }
  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0rem !important;
  }
  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0rem !important;
  }
  .u-m-sm-1 {
    margin: 0.5rem !important;
  }
  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-sm-2 {
    margin: 1rem !important;
  }
  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }
  .u-m-sm-3 {
    margin: 1.5rem !important;
  }
  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-sm-4 {
    margin: 2rem !important;
  }
  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }
  .u-m-sm-5 {
    margin: 2.5rem !important;
  }
  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-sm-6 {
    margin: 3rem !important;
  }
  .u-mt-sm-6,
  .u-my-sm-6 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-6,
  .u-mx-sm-6 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-6,
  .u-my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-6,
  .u-mx-sm-6 {
    margin-left: 3rem !important;
  }
  .u-m-sm-7 {
    margin: 3.5rem !important;
  }
  .u-mt-sm-7,
  .u-my-sm-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-sm-7,
  .u-mx-sm-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-sm-7,
  .u-my-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-sm-7,
  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-sm-8 {
    margin: 4rem !important;
  }
  .u-mt-sm-8,
  .u-my-sm-8 {
    margin-top: 4rem !important;
  }
  .u-mr-sm-8,
  .u-mx-sm-8 {
    margin-right: 4rem !important;
  }
  .u-mb-sm-8,
  .u-my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-sm-8,
  .u-mx-sm-8 {
    margin-left: 4rem !important;
  }
  .u-m-sm-9 {
    margin: 4.5rem !important;
  }
  .u-mt-sm-9,
  .u-my-sm-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-sm-9,
  .u-mx-sm-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-sm-9,
  .u-my-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-sm-9,
  .u-mx-sm-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-sm-10 {
    margin: 5rem !important;
  }
  .u-mt-sm-10,
  .u-my-sm-10 {
    margin-top: 5rem !important;
  }
  .u-mr-sm-10,
  .u-mx-sm-10 {
    margin-right: 5rem !important;
  }
  .u-mb-sm-10,
  .u-my-sm-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-sm-10,
  .u-mx-sm-10 {
    margin-left: 5rem !important;
  }
  .u-m-sm-11 {
    margin: 5.5rem !important;
  }
  .u-mt-sm-11,
  .u-my-sm-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-sm-11,
  .u-mx-sm-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-sm-11,
  .u-my-sm-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-sm-11,
  .u-mx-sm-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-sm-12 {
    margin: 6rem !important;
  }
  .u-mt-sm-12,
  .u-my-sm-12 {
    margin-top: 6rem !important;
  }
  .u-mr-sm-12,
  .u-mx-sm-12 {
    margin-right: 6rem !important;
  }
  .u-mb-sm-12,
  .u-my-sm-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-sm-12,
  .u-mx-sm-12 {
    margin-left: 6rem !important;
  }
  .u-p-sm-0 {
    padding: 0rem !important;
  }
  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0rem !important;
  }
  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0rem !important;
  }
  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0rem !important;
  }
  .u-p-sm-1 {
    padding: 0.5rem !important;
  }
  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-sm-2 {
    padding: 1rem !important;
  }
  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }
  .u-p-sm-3 {
    padding: 1.5rem !important;
  }
  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-sm-4 {
    padding: 2rem !important;
  }
  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }
  .u-p-sm-5 {
    padding: 2.5rem !important;
  }
  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-sm-6 {
    padding: 3rem !important;
  }
  .u-pt-sm-6,
  .u-py-sm-6 {
    padding-top: 3rem !important;
  }
  .u-pr-sm-6,
  .u-px-sm-6 {
    padding-right: 3rem !important;
  }
  .u-pb-sm-6,
  .u-py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-6,
  .u-px-sm-6 {
    padding-left: 3rem !important;
  }
  .u-p-sm-7 {
    padding: 3.5rem !important;
  }
  .u-pt-sm-7,
  .u-py-sm-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-sm-7,
  .u-px-sm-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-sm-7,
  .u-py-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-sm-7,
  .u-px-sm-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-sm-8 {
    padding: 4rem !important;
  }
  .u-pt-sm-8,
  .u-py-sm-8 {
    padding-top: 4rem !important;
  }
  .u-pr-sm-8,
  .u-px-sm-8 {
    padding-right: 4rem !important;
  }
  .u-pb-sm-8,
  .u-py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-sm-8,
  .u-px-sm-8 {
    padding-left: 4rem !important;
  }
  .u-p-sm-9 {
    padding: 4.5rem !important;
  }
  .u-pt-sm-9,
  .u-py-sm-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-sm-9,
  .u-px-sm-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-sm-9,
  .u-py-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-sm-9,
  .u-px-sm-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-sm-10 {
    padding: 5rem !important;
  }
  .u-pt-sm-10,
  .u-py-sm-10 {
    padding-top: 5rem !important;
  }
  .u-pr-sm-10,
  .u-px-sm-10 {
    padding-right: 5rem !important;
  }
  .u-pb-sm-10,
  .u-py-sm-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-sm-10,
  .u-px-sm-10 {
    padding-left: 5rem !important;
  }
  .u-p-sm-11 {
    padding: 5.5rem !important;
  }
  .u-pt-sm-11,
  .u-py-sm-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-sm-11,
  .u-px-sm-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-sm-11,
  .u-py-sm-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-sm-11,
  .u-px-sm-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-sm-12 {
    padding: 6rem !important;
  }
  .u-pt-sm-12,
  .u-py-sm-12 {
    padding-top: 6rem !important;
  }
  .u-pr-sm-12,
  .u-px-sm-12 {
    padding-right: 6rem !important;
  }
  .u-pb-sm-12,
  .u-py-sm-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-sm-12,
  .u-px-sm-12 {
    padding-left: 6rem !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0rem !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0rem !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0rem !important;
  }
  .u-m-md-1 {
    margin: 0.5rem !important;
  }
  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-md-2 {
    margin: 1rem !important;
  }
  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }
  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }
  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }
  .u-m-md-3 {
    margin: 1.5rem !important;
  }
  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-md-4 {
    margin: 2rem !important;
  }
  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }
  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }
  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }
  .u-m-md-5 {
    margin: 2.5rem !important;
  }
  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-md-6 {
    margin: 3rem !important;
  }
  .u-mt-md-6,
  .u-my-md-6 {
    margin-top: 3rem !important;
  }
  .u-mr-md-6,
  .u-mx-md-6 {
    margin-right: 3rem !important;
  }
  .u-mb-md-6,
  .u-my-md-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-6,
  .u-mx-md-6 {
    margin-left: 3rem !important;
  }
  .u-m-md-7 {
    margin: 3.5rem !important;
  }
  .u-mt-md-7,
  .u-my-md-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-md-7,
  .u-mx-md-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-md-7,
  .u-my-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-md-7,
  .u-mx-md-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-md-8 {
    margin: 4rem !important;
  }
  .u-mt-md-8,
  .u-my-md-8 {
    margin-top: 4rem !important;
  }
  .u-mr-md-8,
  .u-mx-md-8 {
    margin-right: 4rem !important;
  }
  .u-mb-md-8,
  .u-my-md-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-md-8,
  .u-mx-md-8 {
    margin-left: 4rem !important;
  }
  .u-m-md-9 {
    margin: 4.5rem !important;
  }
  .u-mt-md-9,
  .u-my-md-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-md-9,
  .u-mx-md-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-md-9,
  .u-my-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-md-9,
  .u-mx-md-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-md-10 {
    margin: 5rem !important;
  }
  .u-mt-md-10,
  .u-my-md-10 {
    margin-top: 5rem !important;
  }
  .u-mr-md-10,
  .u-mx-md-10 {
    margin-right: 5rem !important;
  }
  .u-mb-md-10,
  .u-my-md-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-md-10,
  .u-mx-md-10 {
    margin-left: 5rem !important;
  }
  .u-m-md-11 {
    margin: 5.5rem !important;
  }
  .u-mt-md-11,
  .u-my-md-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-md-11,
  .u-mx-md-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-md-11,
  .u-my-md-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-md-11,
  .u-mx-md-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-md-12 {
    margin: 6rem !important;
  }
  .u-mt-md-12,
  .u-my-md-12 {
    margin-top: 6rem !important;
  }
  .u-mr-md-12,
  .u-mx-md-12 {
    margin-right: 6rem !important;
  }
  .u-mb-md-12,
  .u-my-md-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-md-12,
  .u-mx-md-12 {
    margin-left: 6rem !important;
  }
  .u-p-md-0 {
    padding: 0rem !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0rem !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0rem !important;
  }
  .u-p-md-1 {
    padding: 0.5rem !important;
  }
  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-md-2 {
    padding: 1rem !important;
  }
  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }
  .u-p-md-3 {
    padding: 1.5rem !important;
  }
  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-md-4 {
    padding: 2rem !important;
  }
  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }
  .u-p-md-5 {
    padding: 2.5rem !important;
  }
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-md-6 {
    padding: 3rem !important;
  }
  .u-pt-md-6,
  .u-py-md-6 {
    padding-top: 3rem !important;
  }
  .u-pr-md-6,
  .u-px-md-6 {
    padding-right: 3rem !important;
  }
  .u-pb-md-6,
  .u-py-md-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-6,
  .u-px-md-6 {
    padding-left: 3rem !important;
  }
  .u-p-md-7 {
    padding: 3.5rem !important;
  }
  .u-pt-md-7,
  .u-py-md-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-md-7,
  .u-px-md-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-md-7,
  .u-py-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-md-7,
  .u-px-md-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-md-8 {
    padding: 4rem !important;
  }
  .u-pt-md-8,
  .u-py-md-8 {
    padding-top: 4rem !important;
  }
  .u-pr-md-8,
  .u-px-md-8 {
    padding-right: 4rem !important;
  }
  .u-pb-md-8,
  .u-py-md-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-md-8,
  .u-px-md-8 {
    padding-left: 4rem !important;
  }
  .u-p-md-9 {
    padding: 4.5rem !important;
  }
  .u-pt-md-9,
  .u-py-md-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-md-9,
  .u-px-md-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-md-9,
  .u-py-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-md-9,
  .u-px-md-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-md-10 {
    padding: 5rem !important;
  }
  .u-pt-md-10,
  .u-py-md-10 {
    padding-top: 5rem !important;
  }
  .u-pr-md-10,
  .u-px-md-10 {
    padding-right: 5rem !important;
  }
  .u-pb-md-10,
  .u-py-md-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-md-10,
  .u-px-md-10 {
    padding-left: 5rem !important;
  }
  .u-p-md-11 {
    padding: 5.5rem !important;
  }
  .u-pt-md-11,
  .u-py-md-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-md-11,
  .u-px-md-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-md-11,
  .u-py-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-md-11,
  .u-px-md-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-md-12 {
    padding: 6rem !important;
  }
  .u-pt-md-12,
  .u-py-md-12 {
    padding-top: 6rem !important;
  }
  .u-pr-md-12,
  .u-px-md-12 {
    padding-right: 6rem !important;
  }
  .u-pb-md-12,
  .u-py-md-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-md-12,
  .u-px-md-12 {
    padding-left: 6rem !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0rem !important;
  }
  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0rem !important;
  }
  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0rem !important;
  }
  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0rem !important;
  }
  .u-m-lg-1 {
    margin: 0.5rem !important;
  }
  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-lg-2 {
    margin: 1rem !important;
  }
  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }
  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }
  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }
  .u-m-lg-3 {
    margin: 1.5rem !important;
  }
  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-lg-4 {
    margin: 2rem !important;
  }
  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }
  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }
  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }
  .u-m-lg-5 {
    margin: 2.5rem !important;
  }
  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-lg-6 {
    margin: 3rem !important;
  }
  .u-mt-lg-6,
  .u-my-lg-6 {
    margin-top: 3rem !important;
  }
  .u-mr-lg-6,
  .u-mx-lg-6 {
    margin-right: 3rem !important;
  }
  .u-mb-lg-6,
  .u-my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-lg-6,
  .u-mx-lg-6 {
    margin-left: 3rem !important;
  }
  .u-m-lg-7 {
    margin: 3.5rem !important;
  }
  .u-mt-lg-7,
  .u-my-lg-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-lg-7,
  .u-mx-lg-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-lg-7,
  .u-my-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-lg-7,
  .u-mx-lg-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-lg-8 {
    margin: 4rem !important;
  }
  .u-mt-lg-8,
  .u-my-lg-8 {
    margin-top: 4rem !important;
  }
  .u-mr-lg-8,
  .u-mx-lg-8 {
    margin-right: 4rem !important;
  }
  .u-mb-lg-8,
  .u-my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-lg-8,
  .u-mx-lg-8 {
    margin-left: 4rem !important;
  }
  .u-m-lg-9 {
    margin: 4.5rem !important;
  }
  .u-mt-lg-9,
  .u-my-lg-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-lg-9,
  .u-mx-lg-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-lg-9,
  .u-my-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-lg-9,
  .u-mx-lg-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-lg-10 {
    margin: 5rem !important;
  }
  .u-mt-lg-10,
  .u-my-lg-10 {
    margin-top: 5rem !important;
  }
  .u-mr-lg-10,
  .u-mx-lg-10 {
    margin-right: 5rem !important;
  }
  .u-mb-lg-10,
  .u-my-lg-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-lg-10,
  .u-mx-lg-10 {
    margin-left: 5rem !important;
  }
  .u-m-lg-11 {
    margin: 5.5rem !important;
  }
  .u-mt-lg-11,
  .u-my-lg-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-lg-11,
  .u-mx-lg-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-lg-11,
  .u-my-lg-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-lg-11,
  .u-mx-lg-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-lg-12 {
    margin: 6rem !important;
  }
  .u-mt-lg-12,
  .u-my-lg-12 {
    margin-top: 6rem !important;
  }
  .u-mr-lg-12,
  .u-mx-lg-12 {
    margin-right: 6rem !important;
  }
  .u-mb-lg-12,
  .u-my-lg-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-lg-12,
  .u-mx-lg-12 {
    margin-left: 6rem !important;
  }
  .u-p-lg-0 {
    padding: 0rem !important;
  }
  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0rem !important;
  }
  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0rem !important;
  }
  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0rem !important;
  }
  .u-p-lg-1 {
    padding: 0.5rem !important;
  }
  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-lg-2 {
    padding: 1rem !important;
  }
  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }
  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }
  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }
  .u-p-lg-3 {
    padding: 1.5rem !important;
  }
  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-lg-4 {
    padding: 2rem !important;
  }
  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }
  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }
  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }
  .u-p-lg-5 {
    padding: 2.5rem !important;
  }
  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-lg-6 {
    padding: 3rem !important;
  }
  .u-pt-lg-6,
  .u-py-lg-6 {
    padding-top: 3rem !important;
  }
  .u-pr-lg-6,
  .u-px-lg-6 {
    padding-right: 3rem !important;
  }
  .u-pb-lg-6,
  .u-py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-lg-6,
  .u-px-lg-6 {
    padding-left: 3rem !important;
  }
  .u-p-lg-7 {
    padding: 3.5rem !important;
  }
  .u-pt-lg-7,
  .u-py-lg-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-lg-7,
  .u-px-lg-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-lg-7,
  .u-py-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-lg-7,
  .u-px-lg-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-lg-8 {
    padding: 4rem !important;
  }
  .u-pt-lg-8,
  .u-py-lg-8 {
    padding-top: 4rem !important;
  }
  .u-pr-lg-8,
  .u-px-lg-8 {
    padding-right: 4rem !important;
  }
  .u-pb-lg-8,
  .u-py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-lg-8,
  .u-px-lg-8 {
    padding-left: 4rem !important;
  }
  .u-p-lg-9 {
    padding: 4.5rem !important;
  }
  .u-pt-lg-9,
  .u-py-lg-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-lg-9,
  .u-px-lg-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-lg-9,
  .u-py-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-lg-9,
  .u-px-lg-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-lg-10 {
    padding: 5rem !important;
  }
  .u-pt-lg-10,
  .u-py-lg-10 {
    padding-top: 5rem !important;
  }
  .u-pr-lg-10,
  .u-px-lg-10 {
    padding-right: 5rem !important;
  }
  .u-pb-lg-10,
  .u-py-lg-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-lg-10,
  .u-px-lg-10 {
    padding-left: 5rem !important;
  }
  .u-p-lg-11 {
    padding: 5.5rem !important;
  }
  .u-pt-lg-11,
  .u-py-lg-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-lg-11,
  .u-px-lg-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-lg-11,
  .u-py-lg-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-lg-11,
  .u-px-lg-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-lg-12 {
    padding: 6rem !important;
  }
  .u-pt-lg-12,
  .u-py-lg-12 {
    padding-top: 6rem !important;
  }
  .u-pr-lg-12,
  .u-px-lg-12 {
    padding-right: 6rem !important;
  }
  .u-pb-lg-12,
  .u-py-lg-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-lg-12,
  .u-px-lg-12 {
    padding-left: 6rem !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0rem !important;
  }
  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0rem !important;
  }
  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0rem !important;
  }
  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0rem !important;
  }
  .u-m-xl-1 {
    margin: 0.5rem !important;
  }
  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-xl-2 {
    margin: 1rem !important;
  }
  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }
  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }
  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }
  .u-m-xl-3 {
    margin: 1.5rem !important;
  }
  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-xl-4 {
    margin: 2rem !important;
  }
  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }
  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }
  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }
  .u-m-xl-5 {
    margin: 2.5rem !important;
  }
  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-xl-6 {
    margin: 3rem !important;
  }
  .u-mt-xl-6,
  .u-my-xl-6 {
    margin-top: 3rem !important;
  }
  .u-mr-xl-6,
  .u-mx-xl-6 {
    margin-right: 3rem !important;
  }
  .u-mb-xl-6,
  .u-my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-xl-6,
  .u-mx-xl-6 {
    margin-left: 3rem !important;
  }
  .u-m-xl-7 {
    margin: 3.5rem !important;
  }
  .u-mt-xl-7,
  .u-my-xl-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-xl-7,
  .u-mx-xl-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-xl-7,
  .u-my-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-xl-7,
  .u-mx-xl-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-xl-8 {
    margin: 4rem !important;
  }
  .u-mt-xl-8,
  .u-my-xl-8 {
    margin-top: 4rem !important;
  }
  .u-mr-xl-8,
  .u-mx-xl-8 {
    margin-right: 4rem !important;
  }
  .u-mb-xl-8,
  .u-my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-xl-8,
  .u-mx-xl-8 {
    margin-left: 4rem !important;
  }
  .u-m-xl-9 {
    margin: 4.5rem !important;
  }
  .u-mt-xl-9,
  .u-my-xl-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-xl-9,
  .u-mx-xl-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-xl-9,
  .u-my-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-xl-9,
  .u-mx-xl-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-xl-10 {
    margin: 5rem !important;
  }
  .u-mt-xl-10,
  .u-my-xl-10 {
    margin-top: 5rem !important;
  }
  .u-mr-xl-10,
  .u-mx-xl-10 {
    margin-right: 5rem !important;
  }
  .u-mb-xl-10,
  .u-my-xl-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-xl-10,
  .u-mx-xl-10 {
    margin-left: 5rem !important;
  }
  .u-m-xl-11 {
    margin: 5.5rem !important;
  }
  .u-mt-xl-11,
  .u-my-xl-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-xl-11,
  .u-mx-xl-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-xl-11,
  .u-my-xl-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-xl-11,
  .u-mx-xl-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-xl-12 {
    margin: 6rem !important;
  }
  .u-mt-xl-12,
  .u-my-xl-12 {
    margin-top: 6rem !important;
  }
  .u-mr-xl-12,
  .u-mx-xl-12 {
    margin-right: 6rem !important;
  }
  .u-mb-xl-12,
  .u-my-xl-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-xl-12,
  .u-mx-xl-12 {
    margin-left: 6rem !important;
  }
  .u-p-xl-0 {
    padding: 0rem !important;
  }
  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0rem !important;
  }
  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0rem !important;
  }
  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0rem !important;
  }
  .u-p-xl-1 {
    padding: 0.5rem !important;
  }
  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-xl-2 {
    padding: 1rem !important;
  }
  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }
  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }
  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }
  .u-p-xl-3 {
    padding: 1.5rem !important;
  }
  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-xl-4 {
    padding: 2rem !important;
  }
  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }
  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }
  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }
  .u-p-xl-5 {
    padding: 2.5rem !important;
  }
  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-xl-6 {
    padding: 3rem !important;
  }
  .u-pt-xl-6,
  .u-py-xl-6 {
    padding-top: 3rem !important;
  }
  .u-pr-xl-6,
  .u-px-xl-6 {
    padding-right: 3rem !important;
  }
  .u-pb-xl-6,
  .u-py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-xl-6,
  .u-px-xl-6 {
    padding-left: 3rem !important;
  }
  .u-p-xl-7 {
    padding: 3.5rem !important;
  }
  .u-pt-xl-7,
  .u-py-xl-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-xl-7,
  .u-px-xl-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-xl-7,
  .u-py-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-xl-7,
  .u-px-xl-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-xl-8 {
    padding: 4rem !important;
  }
  .u-pt-xl-8,
  .u-py-xl-8 {
    padding-top: 4rem !important;
  }
  .u-pr-xl-8,
  .u-px-xl-8 {
    padding-right: 4rem !important;
  }
  .u-pb-xl-8,
  .u-py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-xl-8,
  .u-px-xl-8 {
    padding-left: 4rem !important;
  }
  .u-p-xl-9 {
    padding: 4.5rem !important;
  }
  .u-pt-xl-9,
  .u-py-xl-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-xl-9,
  .u-px-xl-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-xl-9,
  .u-py-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-xl-9,
  .u-px-xl-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-xl-10 {
    padding: 5rem !important;
  }
  .u-pt-xl-10,
  .u-py-xl-10 {
    padding-top: 5rem !important;
  }
  .u-pr-xl-10,
  .u-px-xl-10 {
    padding-right: 5rem !important;
  }
  .u-pb-xl-10,
  .u-py-xl-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-xl-10,
  .u-px-xl-10 {
    padding-left: 5rem !important;
  }
  .u-p-xl-11 {
    padding: 5.5rem !important;
  }
  .u-pt-xl-11,
  .u-py-xl-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-xl-11,
  .u-px-xl-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-xl-11,
  .u-py-xl-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-xl-11,
  .u-px-xl-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-xl-12 {
    padding: 6rem !important;
  }
  .u-pt-xl-12,
  .u-py-xl-12 {
    padding-top: 6rem !important;
  }
  .u-pr-xl-12,
  .u-px-xl-12 {
    padding-right: 6rem !important;
  }
  .u-pb-xl-12,
  .u-py-xl-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-xl-12,
  .u-px-xl-12 {
    padding-left: 6rem !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}

/* =========================================================
typography - 文字の装飾など
========================================================= */
.u-fc-primary {
  color: #000 !important;
}

.u-fc-secondary {
  color: #000 !important;
}

.u-fc-tertiary {
  color: #000 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #d90b23 !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

@media screen and (min-width: 576px) {
  .u-ta-sm-l {
    text-align: left !important;
  }
  .u-ta-sm-c {
    text-align: center !important;
  }
  .u-ta-sm-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ta-md-l {
    text-align: left !important;
  }
  .u-ta-md-c {
    text-align: center !important;
  }
  .u-ta-md-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left !important;
  }
  .u-ta-lg-c {
    text-align: center !important;
  }
  .u-ta-lg-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-ta-xl-l {
    text-align: left !important;
  }
  .u-ta-xl-c {
    text-align: center !important;
  }
  .u-ta-xl-r {
    text-align: right !important;
  }
}

.u-lh-md {
  line-height: 1.6 !important;
}

.u-lh-lg {
  line-height: 2 !important;
}

/*=======slider=======*/
.c-slider1 {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

.c-slider1 .slick-slide {
  max-width: 1000px;
  margin: 0 14px;
}

/*=======footer=======*/
footer .line1 .inner a {
  color: inherit;
  text-decoration: none;
}

/*=======menu=======*/
@media screen and (max-width: 1199px) {
  .l-header .header_logo {
    padding: 12px 8px;
  }
  .l-header .header_logo a img {
    display: block;
    max-width: 110px;
  }
  .l-header .ham-wrap {
    width: 30px;
  }
  .l-header .ham,
  .l-header .ham::before,
  .l-header .ham span,
  .l-header .ham span::before,
  .l-header .ham span::after,
  .l-header .ham::after {
    width: 30px;
    height: 3px;
  }
  .l-header .ham::before {
    bottom: 11px;
  }
  .l-header .ham::after {
    top: 11px;
  }
  .l-header nav {
    display: none;
  }
}

@media screen and (max-width: 1198px) {
  .l-header nav {
    /* -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;*/
  }
}

.c-btn1.c-btn-virus {
  border: 5px double #d73a29;
  background: #fff;
  color: #d73a29;
}

.c-btn1.c-btn-virus::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-left: -24px;
  margin-right: 10px;
  background: url(../images/common/SVG/imp.svg) 50% 50% / 100% 100% no-repeat;
  vertical-align: middle;
}

.c-btn1.c-btn-virus::after {
  background-image: url(../images/common/SVG/arrow-right-r.svg);
  background-size: contain;
}

/* =========================================================
body - ボディ
========================================================= */
.l-body {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: 'メイリオ', Meiryo, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .l-container {
    max-width: 606px;
  }
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 798px;
  }
}

@media screen and (min-width: 992px) {
  .l-container {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-container--fluid {
  max-width: 100% !important;
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
footer .foot_box02 {
    padding: 11px 0;
    background-color: #808080;
    color: #FFF;
}

footer .foot_box02 .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
  footer .foot_box02 .inner {
    padding: 5px;
  }
footer .foot_box02 {
    padding: 11px 0 40px;
}
}

footer .foot_box02 a {
  margin-left: 10px;
  padding-left: 1.4rem;
  padding-left: 18px;
  background-image: url(../images/common/SVG/arrow-right-wb.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 65%;
  color: #FFF;
  font-size: 1.4rem;
  text-decoration: none;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .foot_box02 a {
    background-size: 7px 11px;
  }
}

footer .foot_box02 p {
  display: inline-block;
  padding-right: 25px;
  line-height: 2.5;
}

footer .foot_box02 .copy {
  padding-right: 0px;
  margin-top: 2px;
  float: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .foot_box02 .copy {
    float: unset;
  }
}

.pagetop {
  display: none;
  z-index: 90;
  position: fixed;
  right: 0px;
  bottom: 0px;
}

footer .line1 {
  padding: 14px 15px 15px;
  background: #f1f1f1;
}

footer .line1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

footer .line1 .inner img {
  width: 102px;
  max-width: 102px;
  margin-right: 25px;
  margin-left: 16px;
}
footer .line1 .inner h3 {
    margin-right: 40px;
    font-size: 1.6rem;
}
footer .line1 .inner .tel {
    background-color: #F6D9D9;
	display: inline-block;
	padding: 1px 5px;
	margin-right: 5px;
}
footer .line1 .inner p {
    font-size: 1.16rem;
}
@media screen and (max-width: 991px) {
  footer .line1 .inner img {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
	footer .line1 .inner {
    display: block;
}
  footer .line1 .inner h3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    margin-right: 0px;
    text-align: center;
  }
footer .line1 .inner p {
    margin-bottom: 10px;
    text-align: center;
}

footer .line1 .inner h3 .tel {
  font-size: 1.6rem;
}
footer .line1 .inner h3 .number {
  font-size: 2.4rem;
  letter-spacing: -2.6px;
  vertical-align: -4px;
}
}
@media screen and (max-width: 1199px) {
  footer .line1 .inner h3 span {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 575px) {
  footer .line1 .inner h3 span {
    display: block;
    width: 100%;
  }
}

footer .line1 .inner h3 br {
  display: none;
}

@media screen and (max-width: 575px) {
  footer .line1 .inner h3 br {
    display: block;
  }
}

footer .line1 .inner h4 {
  font-size: 1.4rem;
}
footer .line1 .inner h4 span{
	color: #D83A2A;
}
footer .line1 .inner table{
    font-size: 1.4rem;
}
footer .line1 .inner table th{
    text-align: justify;
    width: 100px;
    padding: 3px 0;
    text-align-last: justify;
}
footer .line1 .inner table th span{
    color: #D83A2A;
}
/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-row {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col--1,
.l-row__col--2,
.l-row__col--3,
.l-row__col--4,
.l-row__col--5,
.l-row__col--6,
.l-row__col--7,
.l-row__col--8,
.l-row__col--9,
.l-row__col--10,
.l-row__col--11,
.l-row__col--12,
.l-row__col,
.l-row__col--auto,
.l-row__col--sm-1,
.l-row__col--sm-2,
.l-row__col--sm-3,
.l-row__col--sm-4,
.l-row__col--sm-5,
.l-row__col--sm-6,
.l-row__col--sm-7,
.l-row__col--sm-8,
.l-row__col--sm-9,
.l-row__col--sm-10,
.l-row__col--sm-11,
.l-row__col--sm-12,
.l-row__col--sm,
.l-row__col--sm-auto,
.l-row__col--md-1,
.l-row__col--md-2,
.l-row__col--md-3,
.l-row__col--md-4,
.l-row__col--md-5,
.l-row__col--md-6,
.l-row__col--md-7,
.l-row__col--md-8,
.l-row__col--md-9,
.l-row__col--md-10,
.l-row__col--md-11,
.l-row__col--md-12,
.l-row__col--md,
.l-row__col--md-auto,
.l-row__col--lg-1,
.l-row__col--lg-2,
.l-row__col--lg-3,
.l-row__col--lg-4,
.l-row__col--lg-5,
.l-row__col--lg-6,
.l-row__col--lg-7,
.l-row__col--lg-8,
.l-row__col--lg-9,
.l-row__col--lg-10,
.l-row__col--lg-11,
.l-row__col--lg-12,
.l-row__col--lg,
.l-row__col--lg-auto,
.l-row__col--xl-1,
.l-row__col--xl-2,
.l-row__col--xl-3,
.l-row__col--xl-4,
.l-row__col--xl-5,
.l-row__col--xl-6,
.l-row__col--xl-7,
.l-row__col--xl-8,
.l-row__col--xl-9,
.l-row__col--xl-10,
.l-row__col--xl-11,
.l-row__col--xl-12,
.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

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

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

.l-row__col--order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }
  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-md-0 {
    margin-left: 0;
  }
  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }
  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }
  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }
  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }
  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }
  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }
  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }
  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }
  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }
  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }
  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }
  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }
  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.l-row__col--column-between-center {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.l-row__col--column-around-center {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.l-row--gap > .l-row__col:nth-of-type(n+2),
.l-row--gap > [class*="l-row__col--"]:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 30px;
  }
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header {
  -webkit-box-shadow: 0px 2px 3px rgba(66, 66, 66, 0.7);
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 2px 3px rgba(66, 66, 66, 0.7);
}

.l-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.l-header .header_logo {
    padding: 0 0 13px;
}

.l-header .header_logo a img {
  display: block;
  max-width: 139px;
}

.l-header nav {
  overflow: hidden;
}

.l-header nav.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1332px) {
  .l-header nav {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    background: #fff;
    opacity: 0;
    /*-webkit-transition: all 0.3s ease-in;*/
    /*transition: all 0.3s ease-in;*/
  }
}

@media screen and (max-width: 575px) {
  .l-header nav {
    padding: 50px 15px;
  }
}

.l-header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 1px;
    justify-content: flex-end;
}

@media screen and (max-width: 1332px) {
  .l-header nav ul {
    display: block;
  }
    .l-header nav ul.pc-only{
        display: none;
    }
}

.l-header nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  cursor: auto;
}
.l-header nav ul li.reserve.sp-only,
.l-header nav ul li.btn-faq.sp-only{
    display: none;
}

@media screen and (max-width: 1332px) {
  .l-header nav ul li {
    margin-bottom: 25px;
  }
    .l-header nav ul li.pc-only.reserve,.l-header nav ul li.pc-only.btn-faq {
      display: none;
    }
    .l-header nav ul li.sp-only.reserve,.l-header nav ul li.sp-only.btn-faq {
      display: block;
    }
}

.l-header nav ul li:last-child {
  margin-right: 0;
}

.l-header nav ul li span svg {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.l-header nav ul li span svg.gps {
  width: 18px;
  height: 27px;
  margin-top: 5px;
  margin-right: 3px;
}

.l-header nav ul li span svg.map {
  width: 32px;
  height: 30px;
  margin-top: 7px;
  margin-right: 5px;
}

.l-header nav ul li span svg.question,
.l-header nav ul li span svg.intro {
  width: 31px;
  height: 31px;
  margin-top: 5px;
  margin-right: 5px;
}

.l-header nav ul li span svg.home {
  width: 31px;
  height: 30px;
  margin-top: 2px;
  margin-right: 2px;
}

.l-header nav ul li span svg.vr {
    width: 45px;
    height: 30px;
    margin-top: 8px;
    margin-right: 8px;
}

.l-header nav ul li a {
    display: flex;
    align-items: center;
    padding: 0 5px;
    color: #1a1a1a;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.l-header nav ul li a span {
  height: 38px;
  margin-right: 5px;
}

.l-header nav ul li.is-active a {
  color: #5192ca;
}

.l-header nav ul li.is-active .icon {
  fill: #5192ca;
}

.l-header nav ul li a:hover {
  color: #5192ca;
}

.l-header nav ul li a:hover .icon {
  fill: #5192ca;
}
.l-header nav ul li.reserve a {
    color: #fff;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    background-color: #D83A2A;
    position: relative;
    margin-bottom: 5px;
}
.l-header nav ul li.reserve a::before{
    content: "";
    left: 5px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0%;
    margin: auto;
    bottom: 0%;
}
.l-header nav ul li.btn-faq a {
    color: #1a1a1a;
    border-radius: 5px;
    padding: 10px 30px 10px 60px;
    position: relative;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #1a1a1a;
    box-shadow: inset 0px 0px 0px 1.5px #1a1a1a;
}
.l-header nav ul li.btn-faq a:hover{
    background-color: #D5D3D3;
}
.l-header nav ul li.btn-faq a::before{
    content: "";
    background-image: url(../images/common/icon_en.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 20px;
    top: auto;
    bottom: auto;
    width: 23px;
    height: 23px;
}
.l-header .ham-wrap {
  z-index: 1;
  position: relative;
  width: 50px;
  cursor: pointer;
}

@media screen and (min-width: 1333px) {
  .l-header .ham-wrap {
    display: none;
  }
}

@media screen and (max-width: 1332px) {
  .l-header nav ul li a span {
    display: block;
    /* width: 100%; */
    max-width: 50px;
    text-align: center;
    height: auto;
  }
}

.l-header .ham {
  width: 50px;
  height: 5px;
}

.l-header .ham::before {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  -webkit-transition: width 0.3s 0.3s;
  transition: width 0.3s 0.3s;
}

.l-header .ham::after {
  position: absolute;
  top: 16px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  -webkit-transition: width 0.3s 0.3s;
  transition: width 0.3s 0.3s;
}

.l-header .ham span {
  display: block;
  position: relative;
  width: 50px;
  height: 5px;
}

.l-header .ham span::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-header .ham span::after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #000;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-header .ham.show::before {
  width: 0;
}

.l-header .ham.show::after {
  width: 0;
}

.l-header .ham.show span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s 0.8s;
  transition: -webkit-transform 0.3s 0.8s;
  transition: transform 0.3s 0.8s;
  transition: transform 0.3s 0.8s, -webkit-transform 0.3s 0.8s;
}

.l-header .ham.show span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s 0.8s;
  transition: -webkit-transform 0.3s 0.8s;
  transition: transform 0.3s 0.8s;
  transition: transform 0.3s 0.8s, -webkit-transform 0.3s 0.8s;
}

/* =========================================================
main - メイン
========================================================= */
/* =========================================================
section - セクションの大枠など
========================================================= */
/* =========================================================
sidebar - サイドバー
========================================================= */
/* =========================================================
article - 記事のクラスなど
========================================================= */
.c-article1 p {
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  line-height: 27px;
}

@media screen and (max-width: 767px) {
  .c-article1 p {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 1.2rem;
  }
}

.c-article1 h5 {
  margin-bottom: 59px;
  margin-left: 2px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-article1 h5 {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.c-article1 .c-row {
  margin-bottom: 29px;
}

@media screen and (max-width: 1199px) {
  .c-article1 .c-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.c-article1 .c-row img {
  width: 100%;
  max-width: 255px;
  max-height: 255px;
}

@media screen and (max-width: 767px) {
  .c-article1 .c-row img {
    margin-bottom: 15px;
  }
}

.c-article1 .c-row p {
  width: 100%;
  max-width: 710px;
  margin-top: -8px;
  margin-bottom: 0;
  margin-left: 35px;
  letter-spacing: 0;
  line-height: 27px;
}

@media screen and (max-width: 1199px) {
  .c-article1 .c-row p {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-article1 .c-row p {
    max-width: 100%;
    margin-left: 0;
  }
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-btn1 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 398px;
  margin: 0 auto 24px;
  padding: 12px 38px;
  background: #d73a29;
  color: white;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-btn1 {
    padding: 10px;
    font-size: 1.2rem;
  }

  .c-btn1.c-btn-virus {
    padding: 10px 32px;
    max-width: 400px;
  }
}

.c-btn1::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-w.svg);
  background-size: cover;
  content: '';
}

@media screen and (max-width: 767px) {
  .c-btn1::after {
    right: 10px;
  }
}

.c-btn2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 189px;
  margin-left: auto;
  padding: 5px 19px;
  background: #f5f5f5;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .c-btn2 {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.c-btn2::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right.svg);
  background-size: cover;
  content: '';
}

.c-btn3 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 194px;
  margin: 0 auto;
  padding: 4px 0;
  border: 1px solid #fff;
  border-radius: 17px;
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
}

.c-btn3::after {
  position: absolute;
  top: 54%;
  right: 14px;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-w.svg);
  background-size: cover;
  content: '';
}

.c-btn4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 133px;
  margin-bottom: 35px;
  margin-left: auto;
  padding: 4px 0;
  border: 1px solid #003F8C;
  color: #003F8C;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .c-btn4 {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.c-btn4::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-b.svg);
  background-size: cover;
  content: '';
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
/* =========================================================
category - 記事のカテゴリー表示など
========================================================= */
/* =========================================================
checkbox - チェックボックス
========================================================= */
/* =========================================================
copyright - コピーライト
========================================================= */
/* =========================================================
footer - フッター内のクラス
========================================================= */
/* =========================================================
form - フォームのオブジェクト
========================================================= */
/* =========================================================
gmap - Google Maps埋め込み
========================================================= */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
/* =========================================================
list - リストのオブジェクト
========================================================= */
.c-list1 {
  width: 100%;
  margin-bottom: 81px;
}

.c-list1 li {
  margin-bottom: 30px;
  border-bottom: 1px dotted #c3c3c3;
}

.c-list1 li.mb33 {
  margin-bottom: 35px;
}

.c-list1 li.mb45 {
  margin-bottom: 46px;
}

.c-list1 li a {
  display: block;
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}

.c-list1 li a:hover {
  opacity: 0.7;
}

.c-list1 li .c-row {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.c-list1 li .c-row p {
  margin-right: 8px;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
  line-height: 23px;
}

.c-list1 li .c-row span {
  display: block;
  width: 100%;
  max-width: 80px;
  max-height: 20px;
  margin-top: 1px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
}

.c-list1 li .c-row span.news {
  background: #5192CA;
}

.c-list1 li .c-row span.other {
  background: #e6d030;
}

.c-list1 li .c-row span.event {
  background: #78c523;
}

.c-list1 li .c-row span.important {
  background: #EF756A;
}

.c-list1 li h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .c-list1 li h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

.c-list1 li h3.mb23 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .c-list1 li h3.mb23 {
    margin-bottom: 10px;
  }
}

.c-list1 li p {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .c-list1 li p {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

.c-list2 {
  margin-top: 44px;
  margin-bottom: 85px;
}

.c-list2 li {
  position: relative;
  margin-bottom: 8.4px;
  padding-left: 28px;
  font-size: 1.6rem;
  letter-spacing: -0.3px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .c-list2 li {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}

.c-list2 li::before {
  position: absolute;
  top: 1px;
  left: 6px;
  color: #1a1a1a;
  font-size: 0.9rem;
  content: '●';
}

@media screen and (max-width: 767px) {
  .c-list2 li::before {
    font-size: 0.5rem;
  }
}

.attention {
  display: flex;
  margin: 50px 0;
  align-items: center;
  justify-content: center;
}

.attention li {
  padding: 5px;
  font-size: 0;
}

.guide_box.privacy {
  padding: 20px;
  font-size: 1.4rem;
  background-color: #F3F3F3;
  text-align: left;
}

.guide_box.privacy h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.guide_box.privacy > p {
    /* [disabled]text-align: center; */
}

.guide_box.privacy ul {
  padding-left: 2rem;
}

.guide_box ul li {
  list-style: circle outside;
  text-align: left;
  margin-bottom: 5px;
}

.guide_box.privacy .mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .attention {
    display: flex;
    max-width: 284px;
    margin: 40px auto;
    flex-wrap: wrap;
  }

  .c-list2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .c-list2 li {
    font-size: 1.4rem;
  }

  .guide_box.privacy {
    padding: 10px;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* =========================================================
Other - フッターのレイアウト
========================================================= */
.c-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 12px 6px;
  border: 2px solid #ef756a;
  background: #f8eeed;
}

.c-box1 h4 {
  color: #d83a2a;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .c-box1 h4 {
    width: 100%;
    text-align: center;
  }
}

.c-box1 h4::before {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  background: url(../images/common/SVG/imp.svg);
  background-size: cover;
  vertical-align: -9px;
  content: '';
}

.c-box1 ul {
  width: 83.4%;
  margin-top: 5px;
  margin-left: 22px;
  padding-left: 14px;
  border-left: 2px solid #ef756a;
}

@media screen and (max-width: 991px) {
  .c-box1 ul {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    padding-top: 14px;
    padding-left: 0;
    border-top: 2px solid #ef756a;
    border-left: none;
  }
}

.c-box1 ul li {
  position: relative;
  margin-top: 2.5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px dotted #C3C3C3;
}

.c-box1 ul li::after {
  position: absolute;
  top: 44%;
  right: 2px;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right.svg);
  background-size: cover;
  content: '';
}

.c-box1 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .c-box1 ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.c-box1 ul li a p {
  margin-right: 23px;
}

@media screen and (max-width: 991px) {
  .c-box1 ul li a p {
    width: 95%;
    font-size: 1.2rem;
  }
}

.c-box1 ul li a h5 {
  letter-spacing: 0.25px;
}

@media screen and (max-width: 991px) {
  .c-box1 ul li a h5 {
    width: 95%;
    font-size: 1.2rem;
  }
}

.c-box1 ul li:nth-child(2) {
  margin-top: -4px;
  padding-bottom: 7px;
}

.c-box1 ul li:last-child::after {
  top: 34%;
}

.c-tab1 h5 {
  max-width: 125px;
  padding: 10px 0 6px 36px;
  border-radius: 11px 11px 0 0;
  background: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 575px) {
  .c-tab1 h5 {
    padding-left: 30px;
  }
}

.c-tab1 aside {
  padding: 17px 13px 11px 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-tab1 aside {
    padding-left: 10px;
  }
}

.c-tab1 aside ul li {
  position: relative;
  margin-bottom: 11px;
  padding-bottom: 10px;
  padding-left: 13px;
  border-bottom: 1px dotted #C3C3C3;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .c-tab1 aside ul li {
    padding-left: 0;
  }
}

.c-tab1 aside ul li::after {
  position: absolute;
  top: 36%;
  right: 11px;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right.svg);
  background-size: cover;
  content: '';
}

@media screen and (max-width: 1199px) {
  .c-tab1 aside ul li::after {
    top: 50%;
  }
}

.c-tab1 aside ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
}

.c-tab1 aside ul li a p {
  margin-right: 21px;
}

.c-tab1 aside ul li a span {
  display: block;
  width: 100%;
  max-width: 89px;
  max-height: 19px;
  margin-top: 3px;
  margin-right: 15px;
  padding-right: 3px;
  background: #5192CA;
  color: white;
  font-size: 1.3rem;
  line-height: 19px;
  text-align: center;
}

.c-tab1 aside ul li a span.other {
  background: #e6d030;
}

.c-tab1 aside ul li a span.event {
  background: #78c523;
}

.c-tab1 aside ul li a span.important {
  background: #EF756A;
}

.c-tab1 aside ul li a h6 {
  letter-spacing: 0.15px;
}

@media screen and (max-width: 767px) {
  .c-tab1 aside ul li a h6 {
    width: 90%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  .c-tab1 aside ul li a h6 {
    margin-top: 10px;
  }
}

.c-tab1 aside ul li:nth-child(2) {
  margin-bottom: 8px;
}

.c-tab1 aside ul li:nth-child(2) h6 {
  line-height: 24px;
}

.c-tab1 aside ul li:nth-child(2) span {
  margin-top: 4px;
}

.c-tab1 aside ul li:nth-child(3) span {
  margin-top: 1px;
}

.c-tab1 aside ul li:nth-child(4) {
  margin-bottom: 9px;
}

.c-tab1 aside ul li:nth-child(4) span {
  margin-top: 4px;
}

.c-tab2__btn {
  display: flex;
  margin-left: 37px;
}

@media screen and (max-width: 767px) {
  .c-tab2__btn {
    margin-left: 0;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}

.c-tab2__btn .tablink {
  position: relative;
  margin-right: 27px;
  margin-bottom: 40px;
  /*padding: 0 13.5px 0 19.5px;*/
  padding: 0 2px 0 19px;
  border: none;
  background: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: inherit;
  text-decoration: none;
  transition: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-tab2__btn .tablink {
    margin-right: 7px;
    margin-bottom: 4px;
    padding: 0 10.5px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.c-tab2__btn .tablink:last-child {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .c-tab2__btn .tablink:last-child {
    margin-right: 7px;
  }
}

.c-tab2__btn .tablink::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/SVG/arrow-right-g.svg);
  background-size: cover;
  content: '';
}

.c-tab2__btn .tablink.is-active {
  border-bottom: 2px solid #5192CA;
  color: #5192CA;
}

.c-tab2__content--title {
  margin-bottom: 36px;
  padding: 11.5px 0 1px;
  background: #5192CA;
}

@media screen and (max-width: 767px) {
  .c-tab2__content--title {
    margin-bottom: 15px;
  }
}

.c-tab2__content--title h3 {
  margin-left: 24px;
  color: white;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-tab2__content--title h3 {
    margin-left: 0;
  }
}

.c-tab2__content h4 {
  margin-bottom: 23px;
  margin-left: 3px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 52px;
}

@media screen and (max-width: 767px) {
  .c-tab2__content h4 {
    font-size: 2rem;
    line-height: 35px;
  }
}

.c-zone {
  width: 100%;
  max-width: 194px;
  margin-top: -60px;
  margin-right: 53px;
  color: white;
  text-align: center;
}

@media screen and (min-width: 1438px) {
  .c-zone {
    margin-left: 140px;
  }
}

@media screen and (max-width: 767px) {
  .c-zone {
    margin: 0px auto 25px;
  }
}

.c-zone img {
  display: block;
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
}

.c-zone h2 {
  margin-bottom: 1px;
  color: white;
  font-size: 6.332rem;
  font-weight: 600;
  line-height: 79px;
}

.c-zone p {
  margin-bottom: 25px;
  font-size: 1.6rem;
}

.osaka-font {
  font-family: "Osaka", serif;
}

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

  .sp-only {
    display: block;
  }
}

.active, .collapsible:hover {
    /* [disabled]background-color: rgba(81, 146, 202, 0.9); */
}

.collapsible:after {
  margin-left: 5px;
  float: right;
  color: white;
  font-weight: bold;
  content: '\002B';
}

.active:after {
  content: "\2212";
}

.content {
  width: 100%;
  max-width: 265px;
  max-height: 0;
  padding: 0 18px;
  overflow: hidden;
  background-color: #f1f1f1;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

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

.content ul {
  margin-top: 15px;
}

.content ul li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 34px;
}

.content ul li.border-bot {
  margin-bottom: 8px;
  border-bottom: 1px dotted #c3c3c3;
}

.content ul li.border-bot a {
  padding: 0 0 10px;
}

.content ul li::before {
  position: absolute;
  top: -5px;
  left: 13px;
  color: #c3c3c3;
  font-size: 2rem;
  content: '•';
}

.content ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 21px;
  text-decoration: none;
}

.c-table1 {
  width: 100%;
  margin-bottom: 85px;
}

.c-table1 tr {
  border-bottom: 1px solid #f1f1f1;
}

.c-table1 tr th {
  width: 306px;
  -webkit-transform: translate(-11px, 3px);
  transform: translate(-11px, 3px);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 28px;
  vertical-align: middle;
}

.c-table1 ul{
    padding-left: 20px;
}
.c-table1 ul li{
    list-style: disc;
    margin-bottom: 10px;
}
.c-table1 dl{
    display: flex;
}
.c-table1 dl dt{
    min-width: 110px;
    display: inline-block;
}
.c-table1 dl dd{
}
.c-table1 dl ul li{
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-table1 tr th {
    width: 25%;
    padding-right: 10px;
    -webkit-transform: unset;
    transform: unset;
    font-size: 1.3rem;
  }
}

.c-table1 tr td {
  padding: 15px 0 14px;
  font-size: 1.6rem;
  line-height: 26px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-table1 tr td {
    margin-left: 5px;
    font-size: 1.2rem;
  }
}

.c-table1 tr td span {
  margin-top: 1px;
  color: #D83A2A;
  text-decoration: underline;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.c-table1 tr td h5 {
  display: inline-block;
  margin-left: -5px;
  font-size: 2rem;
  font-weight: 600;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  .c-table1 tr td h5 {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.c-table1 tr:nth-child(2) th {
  -webkit-transform: translate(-11px, 0px);
  transform: translate(-11px, 0px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(2) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(3) th {
  -webkit-transform: translate(-11px, 0px);
  transform: translate(-11px, 0px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(3) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(3) td {
  padding: 16px 0 17px;
}

.c-table1 tr:nth-child(4) th {
  -webkit-transform: translate(-11px, -2px);
  transform: translate(-11px, -2px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(4) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(4) td {
  padding: 12px 0 17px;
}

.c-table1 tr:nth-child(5) th {
  -webkit-transform: translate(-11px, 0px);
  transform: translate(-11px, 0px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(5) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(5) td {
  padding: 17px 0 15px;
}

.c-table1 tr:nth-child(6) th {
  -webkit-transform: translate(-11px, -2px);
  transform: translate(-11px, -2px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(6) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(6) td {
  padding: 4px 0 11px;
}

.c-table1 tr:nth-child(7) th {
  -webkit-transform: translate(-11px, -3px);
  transform: translate(-11px, -3px);
}

@media screen and (max-width: 767px) {
  .c-table1 tr:nth-child(7) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

.c-table1 tr:nth-child(7) td {
  padding: 12px 0 17px;
}

#link2 h4 {
  margin-bottom: 30px;
}

#link2 .c-table1 {
  margin-bottom: 58px;
}

#link2 .c-table1 tr:nth-child(1) td {
  padding: 15px 0 8px;
}

#link2 .c-table1 tr:nth-child(2) th {
  -webkit-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(2) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(2) td {
  padding: 17px 0 14px;
}

#link2 .c-table1 tr:nth-child(3) th {
  -webkit-transform: translate(-17px, 4px);
  transform: translate(-17px, 4px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(3) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(3) td {
  padding: 22px 0 15px;
}

#link2 .c-table1 tr:nth-child(4) th {
  -webkit-transform: translate(-17px, -1px);
  transform: translate(-17px, -1px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(4) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(4) td {
  padding: 13px 0;
}

#link2 .c-table1 tr:nth-child(5) th {
  -webkit-transform: translate(-12px, 4px);
  transform: translate(-12px, 4px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(5) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(5) td {
  padding: 17px 0 18px;
  line-height: 29px;
}

#link2 .c-table1 tr:nth-child(6) th {
  -webkit-transform: translate(-12px, 3px);
  transform: translate(-12px, 3px);
}

@media screen and (max-width: 767px) {
  #link2 .c-table1 tr:nth-child(6) th {
    -webkit-transform: unset;
    transform: unset;
  }
}

#link2 .c-table1 tr:nth-child(6) td {
  padding: 21px 0 17px;
}

#link2 .c-btn1 {
  /*margin-bottom: -7px;*/
}

#link3 .c-btn1 {
  /*margin-bottom: -7px;*/
}

#pagetop {
  display: none;
  position: fixed;
  right: 21px;
  bottom: 138px;
}

@media screen and (max-width: 991px) {
  #pagetop {
    bottom: 21%;
  }
}

@media screen and (max-width: 575px) {
  #pagetop {
    right: 5px;
    bottom: 35%;
    width: 45px;
    height: 45px;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }
}

/* =========================================================
page-head - 子ページのタイトル
========================================================= */
/* =========================================================
pagenation - ページ送り
========================================================= */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 24px;
}

.pagination li {
  margin-right: 9px;
}

.pagination li a {
  display: block;
  width: 37px;
  height: 37px;
  background: #f5f5f5;
  color: black;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.pagination li a.next {
  margin-left: 5px;
  background: transparent;
}

.pagination li a:hover, .pagination li a.is-active {
  background: #5192CA;
  color: white;
}

/* =========================================================
post - wysiwygなどを使用して出力した投稿にデフォルトのスタイルを当てる
========================================================= */
/* =========================================================
radio - ラジオボタン
========================================================= */
/* =========================================================
select - セレクトボックス
========================================================= */
/* =========================================================
sidebar - サイドバー内のコンポーネント
========================================================= */
.c-sidebar1 {
  width: 100%;
  max-width: 290px;
  margin-bottom: 60px;
}

.c-sidebar1 h4 {
  margin-bottom: 15px;
  padding: 10px 18px 7px;
  background: #5192CA;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 28px;
}

.c-sidebar1 h4.border-bot {
  margin-bottom: 17px;
}

.c-sidebar1 ul li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 34px;
}

.c-sidebar1 ul li.border-bot {
  margin-bottom: 8px;
  border-bottom: 1px dotted #c3c3c3;
}

.c-sidebar1 ul li.border-bot a {
  padding: 0 0 10px;
}

.c-sidebar1 ul li::before {
  position: absolute;
  top: -5px;
  left: 13px;
  color: #c3c3c3;
  font-size: 2rem;
  content: '•';
}

.c-sidebar1 ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 21px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-sidebar2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .c-sidebar2 {
    display: block;
  }
}

.c-sidebar2 div {
  display: block;
  width: 100%;
  max-width: 290px;
  margin-right: 25px;
}

@media screen and (min-width: 1200px) {
  .c-sidebar2 div {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar2 div {
    max-width: 48%;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .c-sidebar2 div {
    max-width: 100%;
  }
}

.c-sidebar2 div .content {
  max-width: 100%;
}

.c-sidebar2 div .collapsible {
  display: block;
  width: 100%;
  max-height: 43px;
  margin-right: 25px;
  padding: 10px;
  border: none;
  outline: none;
  background-color: #5192CA;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-sidebar2 div .collapsible {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* =========================================================
site-branding - サイトのロゴなど
========================================================= */
/* =========================================================
slider - スライダー
========================================================= */
.c-slider1 div img {
  width: 100%;
  max-height: 450px;
}

.c-slider1 .slick-next,
.c-slider1 .slick-prev {
  display: none !important;
}

.c-slider1 .slick-dots {
  bottom: -41px;
}

@media screen and (max-width: 767px) {
  .c-slider1 .slick-dots {
    bottom: -20px;
  }
}

.c-slider1 .slick-dots li {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-slider1 .slick-dots li {
    width: 15px;
  }
}

.c-slider1 .slick-dots li button::before {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .c-slider1 .slick-dots li button::before {
    font-size: 7px;
  }
}

.c-slider2 {
  position: relative;
  width: 100%;
  max-width: 70%;
  /* the slides */
}

@media screen and (max-width: 1437px) {
  .c-slider2 {
    width: 75%;
  }
}

@media screen and (max-width: 1199px) {
  .c-slider2 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .c-slider2 {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}

.c-slider2 .slick-next,
.c-slider2 .slick-prev {
  top: 98%;
  -webkit-transform: unset;
  transform: unset;
  opacity: 1;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

@media screen and (max-width: 767px) {
  .c-slider2 .slick-next,
  .c-slider2 .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-slider2 .slick-next:hover,
.c-slider2 .slick-prev:hover {
  opacity: 0.6;
}

.c-slider2 .slick-next {
  right: unset;
}

.c-slider2 .slick-next::before,
.c-slider2 .slick-prev::before {
  position: absolute;
  opacity: 1 !important;
}

.c-slider2 .slick-prev::before {
  content: '';
  bottom: -50px;
  left: 25px;
  width: 48px;
  height: 47px;
  background: url(../images/common/SVG/slide-l.svg) 50% 50% / 100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .c-slider2 .slick-prev::before {
    left: -50px;
  }
}

.c-slider2 .slick-next::before {
  content: '';
  bottom: -50px;
  left: 85px;
  width: 48px;
  height: 47px;
  background: url(../images/common/SVG/slide-r.svg) 50% 50% / 100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .c-slider2 .slick-next::before {
    right: -50px;
    left: unset;
  }
}

.c-slider2 .slick-slide {
  margin: 0 0 20px 0 !important;
}

.c-slider2 a {
  position: relative;
}

.c-slider2 a img {
  margin: 0 auto !important;
}

.c-slider2 a span {
  position: absolute;
  top: 3px;
  left: 4px;
}

.c-slider2 a span img {
  display: block;
  width: 100%;
  max-width: 59px;
  margin-right: 20px !important;
}

.c-slider2 a img {
  display: block;
  width: 100%;
}

.c-slider2 a p {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  /*max-width: 267.595px;*/
  padding: 11px 13px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
}

.c-slider2 a p::before {
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 10px;
  background: url(../images/common/SVG/arrow-right-wb.svg);
  background-size: cover;
  vertical-align: -1px;
  content: '';
}

.c-slider2 .slick-slide {
  margin: 0 20px !important;
}

/* =========================================================
text-field - テキストボックス
========================================================= */
/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-text1 {
  width: 100%;
  max-width: 722px;
  margin: 0 auto 141px;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .c-text1 {
    margin-bottom: 35px;
    font-size: 1.4rem;
    line-height: 30px;
  }
}

/* =========================================================
textarea - テキストエリア
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-title1 {
  margin-bottom: 20px;
  margin-bottom: 17px;
  padding-left: 28px;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 70px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-title1 {
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 40px;
  }
}

/* =========================================================
access
========================================================= */
.access__title {
  margin-bottom: 50px;
  color: #1a1a1a;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access__title {
    margin-bottom: 25px;
  }
}

.access__img {
  width: 100%;
}

.access__img img {
  width: 100%;
  height: auto;
}

.access__guide {
  margin: 50px 0 45px;
  padding: 28px 13px;
  background-color: #f5f5f5;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

@media screen and (max-width: 767px) {
  .access__guide {
    padding: 18px 10px 24px;
    margin: 25px 0 22.5px;
  }
}

.link-list {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}

.access__guide .access_root {
    width: 32%;
    max-width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .link-list {
    display: block;
  }
  .access__guide .access_root {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

.access__guide--title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #c3c3c3;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .access__guide--title {
    margin-bottom: 0;
  }
}

.access__guide--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width: 575px) {
  .access__guide--txt {
    display: block;
  }
}

.access__guide--txt li {
  color: #1a1a1a;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .access__guide--txt li {
    font-size: 1.6rem;
    text-align: center;
  }
}

.access__guide--txt li span {
  font-size: 4rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .access__guide--txt li span {
    font-size: 3.5rem;
  }
}

.access__guide--txt li:nth-child(2) {
  margin: 0 40px;
}

@media screen and (max-width: 575px) {
  .access__guide--txt li:nth-child(2) {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .access__guide--txt li:not(:last-child) {
    border-bottom: 1px dotted #9F9F9F;
  }
}

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

@media screen and (max-width: 575px) {
  .access__guide--info dl {
    display: block;
  }
}

.access__guide--info dl dt,
.access__guide--info dl dd {
  color: #1a1a1a;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.access__guide--info p {
  margin-top: 18px;
}

.access__guide--info p strong {
  color: #d83a2a;
  font-size: 1.5rem;
}

.access .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .access .flex_box {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .access .flex_box {
    display: block;
  }
}

.access .flex_box img {
  width: 100%;
  height: auto;
}

.access .flex_box .map1 {
  width: 70%;
}

@media screen and (max-width: 575px) {
  .access .flex_box .map1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.access .flex_box .map2 {
  width: 27.3%;
}

@media screen and (max-width: 575px) {
  .access .flex_box .map2 {
    width: 100%;
  }
}

.access .flex_box .map2 a {
  display: block;
  margin-top: 30px;
}

.access .flex_box .map2 a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 575px) {
  .access .flex_box .map2 a.pc {
    display: none;
  }
}

.access .flex_box .map2 a.sp {
  display: none;
}

@media screen and (max-width: 575px) {
  .access .flex_box .map2 a.sp {
    display: block;
  }
}

.access-sp {
  /*margin-bottom: 135px;*/
  margin-bottom: 88px;
}

.access-sp .sp-container {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  padding: 0 15px;
}

.access-sp.access-sp1 .access-sp__title {
    color: #128B5F;
}

.access-sp.access-sp2 .access-sp__title {
  color: #4f8abd;
}

.access-sp.access-sp3 .access-sp__title {
  color: #f5af3c;
}

.access-sp__list li:not(:first-child) {
  margin-top: 10px;
}

.access-sp__list li:first-child a {
    background-color: #12895F;
}

.access-sp__list li:nth-child(2) a {
  background-color: #4f8abd;
}

.access-sp__list li:last-child a {
  background-color: #f5af3c;
}

.access-sp__list li a {
  display: block;
  position: relative;
  padding: 15px;
  padding-right: 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.access-sp__list li a::after {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  width: 0;
  height: 0;
  border-width: 15px 9.5px 0 9.5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: "";
}

.access-sp__title {
  margin-top: 25px;
  font-size: 1.5rem;
  font-weight: bold;
}

.access-sp__container {
  padding: 10px;
  border: 1px solid #eeeeef;
}

.access-sp__container .access-sp__img:first-child {
  margin-top: 0;
}

.access-sp__sub-title {
  margin-top: 50px;
  padding: 2px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.access-sp__sub-title.sub01 {
  background-color: #0a5aa4;
}

.access-sp__sub-title.sub02 {
  background-color: #008b46;
}

.access-sp__sub-title.sub03 {
  background-color: #f5af3c;
}

.access-sp__img {
  /*margin-top: 35px;*/
  margin-top: 23px;
}

.access-sp__img img {
  width: 100%;
  height: auto;
}

.access-sp__img figcaption {
    color: #231815;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .access-sp__img figcaption {
    font-size: 1.4rem;
  }
}

.access-sp__img figcaption span.u {
  text-decoration: underline;
}

.guide1 {
  /*padding-top: 25px;*/
  padding-top: 0; 
  padding-bottom: 80px;
}

.guide1 .c-tab2__btn {
  margin-left: 37px;
}

@media screen and (max-width: 767px) {
  .guide1 .c-tab2__btn {
    margin-left: 0;
  }
}

.guide1 .c-tab2__content .c-btn1 {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

@media screen and (max-width: 767px) {
  .guide1 .c-tab2__content .c-btn1 {
    -webkit-transform: unset;
    transform: unset;
  }
}

.intro1 {
  padding-top: 25px;
  padding-bottom: 108px;
}

@media screen and (max-width: 767px) {
  .intro1 {
    padding-bottom: 25px;
  }
}

.intro1 .c-tab2 .l-container h4 {
  margin-bottom: 50px;
  margin-left: -4px;
  letter-spacing: -0.05px;
  text-align: center;
}

.intro1 .c-tab2 .l-container h4.mb14 {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .intro1 .c-tab2 .l-container h4 {
    margin-bottom: 15px;
  }
}

.intro1 .c-tab2 #intro2 .c-text1 {
  margin: 0 auto -29px;
}

@media screen and (max-width: 767px) {
  .intro1 .c-tab2 #intro2 .c-text1 {
    margin: 0 auto 15px;
  }
}

.intro1 .c-tab2 #intro2 .c-tab2__content--title h3 {
  margin-left: 0;
}

.intro1 .c-tab2 #intro2 .l-container h4 {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .intro1 .c-tab2 #intro2 .l-container h4 {
    margin-bottom: 15px;
  }
}

.new-detail1 {
  padding-top: 24px;
  padding-bottom: 94px;
}

.new-detail1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-detail1-inner__list {
  width: 100%;
  max-width: 680px;
}

.new-detail1-inner__list .c-row {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  margin-top: 10px;
}

.new-detail1-inner__list .c-row p {
  margin-right: 8px;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
  line-height: 23px;
}

.new-detail1-inner__list .c-row span {
  display: block;
  width: 100%;
  max-width: 80px;
  max-height: 20px;
  margin-top: 1px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
}

.new-detail1-inner__list .c-row span.news {
  background: #5192CA;
}

.new-detail1-inner__list .c-row span.other {
  background: #e6d030;
}

.new-detail1-inner__list .c-row span.event {
  background: #78c523;
}

.new-detail1-inner__list .c-row span.important {
  background: #EF756A;
}

.new-detail1-inner__list h1 {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .new-detail1-inner__list h1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

.new-detail1-inner__list h1.mb23 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .new-detail1-inner__list h1.mb23 {
    margin-bottom: 10px;
  }
}

.new-detail1-inner__list p {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .new-detail1-inner__list p {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

.new-detail1-inner aside {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 1199px) {
  .new-detail1-inner aside {
    display: none;
  }
}

/* =========================================================
News - フッターのレイアウト
========================================================= */
.news1 {
  background: #f5f5f5;
}

.news1 .c-title1 {
  padding: 15px 0 17px 20px;
  color: #1a1a1a;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .news2 .c-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news2 .c-row .c-row {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 767px) {
  .news2 .c-row .c-row {
    max-width: 48%;
  }
}

.news2-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0 116px;
}

.news2-inner__list {
  width: 100%;
  max-width: 680px;
}

@media screen and (max-width: 1199px) {
  .news2-inner__list {
    max-width: 100%;
  }
}

.news2-inner aside {
  width: 100%;
  max-width: 290px;
}

@media screen and (max-width: 1199px) {
  .news2-inner aside {
    display: none;
  }
}

.news2-inner .c-list1 {
  margin-top: 10px;
}

/* =========================================================
service - サービスについて／やまとのマンション管理ページ固有のオブジェクト
========================================================= */
/* =========================================================
top - Topページ固有のオブジェクト
========================================================= */
.l-main {
  padding-top: 100px;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #access .l-main {
    padding-bottom: 1px;
    overflow: hidden;
  }
}

.l-main .top1 {
  margin-bottom: 22px;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .l-main {
  padding-top: 70px;
}
  .l-main .top1 {
    margin-bottom: 0;
  }
}

.l-main .top2 {
  padding: 14px 0 50px;
  background: #f5f5f5;
}

.l-main .top2 .c-title1 {
  color: #1a1a1a;
}

.l-main .top3 {
  padding: 125px 0 153px 0;
  background: url(../images/common/bg-sec3.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 1438px) {
  .l-main .top3 {
    background-size: 60%;
  }
}

@media screen and (max-width: 767px) {
  .l-main .top3 {
    background-color: #2f7abb;
  }
}

@media screen and (max-width: 991px) {
  .l-main .top3 {
    padding: 50px 0 90px;
  }
}

.l-main .top3-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 91px;
}

@media screen and (min-width: 1438px) {
  .l-main .top3-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1199px) {
  .l-main .top3-inner {
    padding-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .l-main .top3-inner {
    padding-left: 0;
  }
}

/* =========================================================
concept
========================================================= */
.concept_top__title {
  margin-bottom: 70px;
  color: #1a1a1a;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .concept_top__title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .concept_top__title {
    font-size: 2rem;
  }
}

.concept_top__img {
  max-width: 800px;
  margin: 0 auto 50px;
}

.concept_top__img img {
  width: 100%;
  height: auto;
}

.zone_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 124%;
  margin-left: -12%;
  margin-bottom: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .zone_btn {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .zone_btn {
    margin-bottom: 60px;
  }
}

.zone_btn li {
  position: relative;
  width: 19%;
  max-width: 240px;
  margin-bottom: 24px;
}

.zone_btn::after {
  content: "";
  width: 19%;
  max-width: 240px;
}

@media screen and (max-width: 1280px) {
  .zone_btn li {
    width: 24.5%;
  }
}

@media screen and (max-width: 767px) {
  .zone_btn li {
    width: 49%;
  }
  .zone_btn::after {
    width: 49%;
  }
}

@media screen and (max-width: 575px) {
  .zone_btn li {
    width: 100%;
    max-width: none;
    margin: 0 auto 10px;
  }
}

/*.zone_btn li:nth-child(n+6) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .zone_btn li:nth-child(n+6) {
    margin-top: 0;
  }
}*/

@media screen and (max-width: 767px) {
  .zone_btn li:not(:nth-child(n+7)) {
    margin-bottom: 20px;
  }
}

.zone_btn li a {
  text-decoration: none;
}

.zone_btn li .num {
  position: absolute;
  top: 0px;
  left: 12px;
  color: #fff;
  font-family: din-condensed, sans-serif;
  font-size: 5.1rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .zone_btn li .num {
    font-size: 4rem;
  }
}

.zone_btn__img {
  width: 100%;
  height: 150px;
}

.zone_btn__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.zone_btn__txts {
  padding: 10px 8px;
}

.zone_btn__txts h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (max-width: 575px) {
  .zone_btn__txts h3 {
    font-size: 1.6rem;
  }
}

.zone_btn__txts p {
  position: relative;
  padding-top: 10px;
  color: #231815;
  font-size: 1.3rem;
}

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

.zone_btn__txts p::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 5px;
  width: 7.5px;
  height: 13.2px;
  background-image: url(../images/concept/icon-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.zone_btn__01 {
  background-color: #f6d7d6;
}

.zone_btn__01 .zone_btn__txts h3 {
  color: #de807e;
}

.zone_btn__02 {
  background-color: #ddede7;
}

.zone_btn__02 .zone_btn__txts h3 {
  color: #25b2ca;
}

.zone_btn__03 {
  background-color: #f6f0cb;
}

.zone_btn__03 .zone_btn__txts h3 {
  color: #c0ad5e;
}

.zone_btn__04 {
  background-color: #d0e7e6;
}

.zone_btn__04 .zone_btn__txts h3 {
  color: #3baaa3;
}

.zone_btn__05 {
  background-color: #f8e0d2;
}

.zone_btn__05 .zone_btn__txts h3 {
  color: #e78254;
}

.zone_btn__06 {
  background-color: #e8f1e0;
}

.zone_btn__06 .zone_btn__txts h3 {
  color: #8cba74;
}

.zone_btn__07 {
  background-color: #f4e2bf;
}

.zone_btn__07 .zone_btn__txts h3 {
  color: #da9127;
}

.zone_btn__08 {
  background-color: #f7e4ee;
}

.zone_btn__08 .zone_btn__txts h3 {
  color: #dd81a6;
}
.zone_btn__09 {
  background-color: #E7E5F2;
}

.zone_btn__09 .zone_btn__txts h3 {
  color: #A29FB2;
}
.zone_btn__kikaku {
  background-color: #efefef;
}

.zone_btn__kikaku .zone_btn__txts h3 {
  color: #8577b6;
}

/* =========================================================
zone-mv
========================================================= */
.zone-mv {
  width: 100%;
  /*height: 340px;*/
  height: 23.6vw;
  max-height: 427px;
  margin-bottom: 66px;
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

@media screen and (min-width: 3940px) {
  .zone-mv {
    background-size: cover;
  }
}

@media screen and (max-width: 1199px) {
  .zone-mv {
    height: 23.6vw;
    min-height: 200px;
    max-height: 340px;
    /*background-size: cover;*/
  }
}

@media screen and (max-width: 600px) {
  .zone-mv {
    min-height: 190px;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv {
    min-height: 150px;
    background-size: cover;
  }
}

.zone-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 21.5vw;
  min-width: 150px;
  max-width: 310px;
  height: 100%;
}

.zone-mv__title::after {
  display: block;
  position: absolute;
  top: 0;
  right: -133px;
  width: 0;
  height: 0;
  /*border-width: 340px 134px 0 0;*/
  border-width: 427px 134px 0 0;
  border-style: solid;
  border-color: #f6d7d6 transparent transparent transparent;
  content: "";
}

@media screen and (max-width: 1820px) {
  .zone-mv__title::after {
    border-width: 23.6vw 134px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .zone-mv__title::after {
    right: -9.28vw;
    border-width: 23.6vw 9.3vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title::after {
    right: -9.28vw;
    border-width: 200px 9.3vw 0 0;
  }
}

@media screen and (max-width: 600px) {
  .zone-mv__title::after {
    border-width: 190px 9.3vw 0 0;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title::after {
    border-width: 150px 9.3vw 0 0;
  }
}

.zone-mv__title span {
  display: block;
  line-height: 1;
  text-align: center;
}

.zone-mv__title .en {
  color: #000;
  font-family: din-condensed, sans-serif;
  font-weight: 600;
}

.zone-mv__title .en .txt {
  font-size: 4.6rem;
}

@media screen and (max-width: 1199px) {
  .zone-mv__title .en .txt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .zone-mv__title .en .txt {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title .en .txt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title .en .txt {
    font-size: 2.2rem;
  }
}

.zone-mv__title .en .num {
  font-size: 13.5rem;
}

@media screen and (max-width: 1199px) {
  .zone-mv__title .en .num {
    font-size: 12rem;
  }
}

@media screen and (max-width: 991px) {
  .zone-mv__title .en .num {
    font-size: 10.5rem;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title .en .num {
    font-size: 9rem;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title .en .num {
    font-size: 7.5rem;
  }
}

.zone-mv__title .ja {
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .zone-mv__title .ja {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .zone-mv__title .ja {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .zone-mv__title .ja {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .zone-mv__title .ja {
    font-size: 1.4rem;
  }
}

.zone_01 .zone-mv {
  background-image: url(../images/concept/main_zone01.jpg);
}

.zone_01 .zone-mv__title {
  background-color: #f6d7d6;
}

.zone_01 .zone-mv__title .ja {
  color: #de807e;
}

.zone_02 .zone-mv {
  background-image: url(../images/concept/main_zone02.jpg);
}

.zone_02 .zone-mv__title {
  background-color: #ddede7;
}

.zone_02 .zone-mv__title::after {
  border-color: #ddede7 transparent transparent transparent;
}

.zone_02 .zone-mv__title .ja {
  color: #25b2ca;
}

.zone_03 .zone-mv {
  background-image: url(../images/concept/main_zone03.jpg);
}

.zone_03 .zone-mv__title {
  background-color: #f6f0cb;
}

.zone_03 .zone-mv__title::after {
  border-color: #f6f0cb transparent transparent transparent;
}

.zone_03 .zone-mv__title .ja {
  color: #c0ad5e;
}

.zone_04 .zone-mv {
  background-image: url(../images/concept/main_zone04.jpg);
}

.zone_04 .zone-mv__title {
  background-color: #d0e7e6;
}

.zone_04 .zone-mv__title::after {
  border-color: #d0e7e6 transparent transparent transparent;
}

.zone_04 .zone-mv__title .ja {
  color: #3baaa3;
}

.zone_05 .zone-mv {
  background-image: url(../images/concept/main_zone05.jpg);
}

.zone_05 .zone-mv__title {
  background-color: #f8e0d2;
}

.zone_05 .zone-mv__title::after {
  border-color: #f8e0d2 transparent transparent transparent;
}

.zone_05 .zone-mv__title .ja {
  color: #e78254;
}

.zone_06 .zone-mv {
  background-image: url(../images/concept/main_zone06.jpg);
}

.zone_06 .zone-mv__title {
  background-color: #e8f1e0;
}

.zone_06 .zone-mv__title::after {
  border-color: #e8f1e0 transparent transparent transparent;
}

.zone_06 .zone-mv__title .ja {
  color: #8cba74;
}

.zone_07 .zone-mv {
  background-image: url(../images/concept/main_zone07.jpg);
}

.zone_07 .zone-mv__title {
  background-color: #f4e2bf;
}

.zone_07 .zone-mv__title::after {
  border-color: #f4e2bf transparent transparent transparent;
}

.zone_07 .zone-mv__title .ja {
  color: #da9127;
}

.zone_08 .zone-mv {
  background-image: url(../images/concept/main_zone08.jpg);
}

.zone_08 .zone-mv__title {
  background-color: #f7e4ee;
}

.zone_08 .zone-mv__title::after {
  border-color: #f7e4ee transparent transparent transparent;
}

.zone_08 .zone-mv__title .ja {
  color: #dd81a6;
}
.zone_09 .zone-mv {
  background-image: url("../images/concept/main_zone09.jpg");
}

.zone_09 .zone-mv__title {
  background-color: #E7E5F2;
}

.zone_09 .zone-mv__title::after {
  border-color: #E7E5F2 transparent transparent transparent;
}

.zone_09 .zone-mv__title .ja {
    color: #A29FB2;
}

.zone_kikaku .zone-mv__title {
  display: block;
  padding: 40px;
  background: #efefef;
}

.zone_kikaku .zone-mv__title img {
  width: 100%;
}

.zone_kikaku .zone-mv__title::after {
  border-color: #efefef transparent transparent transparent;
}

.zone_kikaku .zone-mv {
  background-image: url(../images/concept/main_zone_kikaku.jpg);
}

/* =========================================================
zone-main
========================================================= */
.zone-main {
  margin-bottom: 154px;
}

@media screen and (max-width: 767px) {
  .zone-main {
    margin-bottom: 77px;
  }
}

.zone-main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .zone-main__container {
    display: block;
    margin-bottom: 45px;
  }
}

.zone-main__container .txt h2 {
  margin-bottom: 25px;
  color: #1a1a1a;
  font-size: 2.1rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .zone-main__container .txt h2 {
    font-size: 1.8rem;
  }
}

.zone-main__container .txt p {
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 575px) {
  .zone-main__container .txt p {
    font-size: 1.4rem;
  }
}

.zone-main__container .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 320px;
  margin-left: 34px;
}

@media screen and (max-width: 767px) {
  .zone-main__container .img {
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
  }
}

.zone-main__container .img img {
  width: 100%;
  height: auto;
}

.zone-main .foot_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zone-main .foot_btn li {
  width: 33%;
  max-width: 214px;
  height: 61px;
}

@media screen and (max-width: 575px) {
  .zone-main .foot_btn li {
    height: 50px;
  }
}

.zone-main .foot_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 2px);
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .zone-main .foot_btn li a {
    font-size: 1.1rem;
  }
}

.zone-main .foot_btn .btn_arrow {
  /*border: 1px solid #003f8c;*/
  background: #5192ca;
  border: 1px solid #5192ca;
}

.zone-main .foot_btn .btn_arrow a {
  position: relative;
  /*color: #003f8c;*/
  color: #fff;
}

.zone-main .foot_btn .btn_arrow a::after {
  display: block;
  position: absolute;
  top: calc(50% - 4.6px);
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 575px) {
  .zone-main .foot_btn .btn_arrow a span {
    display: none;
  }
}

.zone-main .foot_btn .btn_l a::after {
  left: 10px;
  /*background-image: url(../images/concept/icon-arrow-left-bl.svg);*/
  background-image: url(../images/concept/btn_arrow_l.svg);
}

.zone-main .foot_btn .btn_r a::after {
  right: 10px;
  /*background-image: url(../images/concept/icon-arrow-right-bl.svg);*/
  background-image: url(../images/concept/btn_arrow_r.svg);
}

.zone-main .foot_btn .btn_back a {
  background-color: #f5f5f5;
  color: #1a1a1a;
}

/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

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

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-table {
    display: table !important;
  }
  .u-sm-table-row {
    display: table-row !important;
  }
  .u-sm-table-cell {
    display: table-cell !important;
  }
  .u-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }
  .u-mu-inline {
    display: inline !important;
  }
  .u-mu-inline-block {
    display: inline-block !important;
  }
  .u-mu-block {
    display: block !important;
  }
  .u-mu-table {
    display: table !important;
  }
  .u-mu-table-row {
    display: table-row !important;
  }
  .u-mu-table-cell {
    display: table-cell !important;
  }
  .u-mu-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-table {
    display: table !important;
  }
  .u-lg-table-row {
    display: table-row !important;
  }
  .u-lg-table-cell {
    display: table-cell !important;
  }
  .u-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }
  .u-xl-inline {
    display: inline !important;
  }
  .u-xl-inline-block {
    display: inline-block !important;
  }
  .u-xl-block {
    display: block !important;
  }
  .u-xl-table {
    display: table !important;
  }
  .u-xl-table-row {
    display: table-row !important;
  }
  .u-xl-table-cell {
    display: table-cell !important;
  }
  .u-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .u-print-none {
    display: none !important;
  }
  .u-print-inline {
    display: inline !important;
  }
  .u-print-inline-block {
    display: inline-block !important;
  }
  .u-print-block {
    display: block !important;
  }
  .u-print-table {
    display: table !important;
  }
  .u-print-table-row {
    display: table-row !important;
  }
  .u-print-table-cell {
    display: table-cell !important;
  }
  .u-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0rem !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0rem !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0rem !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0rem !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 2.5rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 2.5rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 2.5rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 2.5rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 2.5rem !important;
}

.u-m-6 {
  margin: 3rem !important;
}

.u-mt-6,
.u-my-6 {
  margin-top: 3rem !important;
}

.u-mr-6,
.u-mx-6 {
  margin-right: 3rem !important;
}

.u-mb-6,
.u-my-6 {
  margin-bottom: 3rem !important;
}

.u-ml-6,
.u-mx-6 {
  margin-left: 3rem !important;
}

.u-m-7 {
  margin: 3.5rem !important;
}

.u-mt-7,
.u-my-7 {
  margin-top: 3.5rem !important;
}

.u-mr-7,
.u-mx-7 {
  margin-right: 3.5rem !important;
}

.u-mb-7,
.u-my-7 {
  margin-bottom: 3.5rem !important;
}

.u-ml-7,
.u-mx-7 {
  margin-left: 3.5rem !important;
}

.u-m-8 {
  margin: 4rem !important;
}

.u-mt-8,
.u-my-8 {
  margin-top: 4rem !important;
}

.u-mr-8,
.u-mx-8 {
  margin-right: 4rem !important;
}

.u-mb-8,
.u-my-8 {
  margin-bottom: 4rem !important;
}

.u-ml-8,
.u-mx-8 {
  margin-left: 4rem !important;
}

.u-m-9 {
  margin: 4.5rem !important;
}

.u-mt-9,
.u-my-9 {
  margin-top: 4.5rem !important;
}

.u-mr-9,
.u-mx-9 {
  margin-right: 4.5rem !important;
}

.u-mb-9,
.u-my-9 {
  margin-bottom: 4.5rem !important;
}

.u-ml-9,
.u-mx-9 {
  margin-left: 4.5rem !important;
}

.u-m-10 {
  margin: 5rem !important;
}

.u-mt-10,
.u-my-10 {
  margin-top: 5rem !important;
}

.u-mr-10,
.u-mx-10 {
  margin-right: 5rem !important;
}

.u-mb-10,
.u-my-10 {
  margin-bottom: 5rem !important;
}

.u-ml-10,
.u-mx-10 {
  margin-left: 5rem !important;
}

.u-m-11 {
  margin: 5.5rem !important;
}

.u-mt-11,
.u-my-11 {
  margin-top: 5.5rem !important;
}

.u-mr-11,
.u-mx-11 {
  margin-right: 5.5rem !important;
}

.u-mb-11,
.u-my-11 {
  margin-bottom: 5.5rem !important;
}

.u-ml-11,
.u-mx-11 {
  margin-left: 5.5rem !important;
}

.u-m-12 {
  margin: 6rem !important;
}

.u-mt-12,
.u-my-12 {
  margin-top: 6rem !important;
}

.u-mr-12,
.u-mx-12 {
  margin-right: 6rem !important;
}

.u-mb-12,
.u-my-12 {
  margin-bottom: 6rem !important;
}

.u-ml-12,
.u-mx-12 {
  margin-left: 6rem !important;
}

.u-p-0 {
  padding: 0rem !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0rem !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0rem !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0rem !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 2.5rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 2.5rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 2.5rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 2.5rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 2.5rem !important;
}

.u-p-6 {
  padding: 3rem !important;
}

.u-pt-6,
.u-py-6 {
  padding-top: 3rem !important;
}

.u-pr-6,
.u-px-6 {
  padding-right: 3rem !important;
}

.u-pb-6,
.u-py-6 {
  padding-bottom: 3rem !important;
}

.u-pl-6,
.u-px-6 {
  padding-left: 3rem !important;
}

.u-p-7 {
  padding: 3.5rem !important;
}

.u-pt-7,
.u-py-7 {
  padding-top: 3.5rem !important;
}

.u-pr-7,
.u-px-7 {
  padding-right: 3.5rem !important;
}

.u-pb-7,
.u-py-7 {
  padding-bottom: 3.5rem !important;
}

.u-pl-7,
.u-px-7 {
  padding-left: 3.5rem !important;
}

.u-p-8 {
  padding: 4rem !important;
}

.u-pt-8,
.u-py-8 {
  padding-top: 4rem !important;
}

.u-pr-8,
.u-px-8 {
  padding-right: 4rem !important;
}

.u-pb-8,
.u-py-8 {
  padding-bottom: 4rem !important;
}

.u-pl-8,
.u-px-8 {
  padding-left: 4rem !important;
}

.u-p-9 {
  padding: 4.5rem !important;
}

.u-pt-9,
.u-py-9 {
  padding-top: 4.5rem !important;
}

.u-pr-9,
.u-px-9 {
  padding-right: 4.5rem !important;
}

.u-pb-9,
.u-py-9 {
  padding-bottom: 4.5rem !important;
}

.u-pl-9,
.u-px-9 {
  padding-left: 4.5rem !important;
}

.u-p-10 {
  padding: 5rem !important;
}

.u-pt-10,
.u-py-10 {
  padding-top: 5rem !important;
}

.u-pr-10,
.u-px-10 {
  padding-right: 5rem !important;
}

.u-pb-10,
.u-py-10 {
  padding-bottom: 5rem !important;
}

.u-pl-10,
.u-px-10 {
  padding-left: 5rem !important;
}

.u-p-11 {
  padding: 5.5rem !important;
}

.u-pt-11,
.u-py-11 {
  padding-top: 5.5rem !important;
}

.u-pr-11,
.u-px-11 {
  padding-right: 5.5rem !important;
}

.u-pb-11,
.u-py-11 {
  padding-bottom: 5.5rem !important;
}

.u-pl-11,
.u-px-11 {
  padding-left: 5.5rem !important;
}

.u-p-12 {
  padding: 6rem !important;
}

.u-pt-12,
.u-py-12 {
  padding-top: 6rem !important;
}

.u-pr-12,
.u-px-12 {
  padding-right: 6rem !important;
}

.u-pb-12,
.u-py-12 {
  padding-bottom: 6rem !important;
}

.u-pl-12,
.u-px-12 {
  padding-left: 6rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0rem !important;
  }
  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0rem !important;
  }
  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0rem !important;
  }
  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0rem !important;
  }
  .u-m-sm-1 {
    margin: 0.5rem !important;
  }
  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-sm-2 {
    margin: 1rem !important;
  }
  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }
  .u-m-sm-3 {
    margin: 1.5rem !important;
  }
  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-sm-4 {
    margin: 2rem !important;
  }
  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }
  .u-m-sm-5 {
    margin: 2.5rem !important;
  }
  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-sm-6 {
    margin: 3rem !important;
  }
  .u-mt-sm-6,
  .u-my-sm-6 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-6,
  .u-mx-sm-6 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-6,
  .u-my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-6,
  .u-mx-sm-6 {
    margin-left: 3rem !important;
  }
  .u-m-sm-7 {
    margin: 3.5rem !important;
  }
  .u-mt-sm-7,
  .u-my-sm-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-sm-7,
  .u-mx-sm-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-sm-7,
  .u-my-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-sm-7,
  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-sm-8 {
    margin: 4rem !important;
  }
  .u-mt-sm-8,
  .u-my-sm-8 {
    margin-top: 4rem !important;
  }
  .u-mr-sm-8,
  .u-mx-sm-8 {
    margin-right: 4rem !important;
  }
  .u-mb-sm-8,
  .u-my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-sm-8,
  .u-mx-sm-8 {
    margin-left: 4rem !important;
  }
  .u-m-sm-9 {
    margin: 4.5rem !important;
  }
  .u-mt-sm-9,
  .u-my-sm-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-sm-9,
  .u-mx-sm-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-sm-9,
  .u-my-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-sm-9,
  .u-mx-sm-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-sm-10 {
    margin: 5rem !important;
  }
  .u-mt-sm-10,
  .u-my-sm-10 {
    margin-top: 5rem !important;
  }
  .u-mr-sm-10,
  .u-mx-sm-10 {
    margin-right: 5rem !important;
  }
  .u-mb-sm-10,
  .u-my-sm-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-sm-10,
  .u-mx-sm-10 {
    margin-left: 5rem !important;
  }
  .u-m-sm-11 {
    margin: 5.5rem !important;
  }
  .u-mt-sm-11,
  .u-my-sm-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-sm-11,
  .u-mx-sm-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-sm-11,
  .u-my-sm-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-sm-11,
  .u-mx-sm-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-sm-12 {
    margin: 6rem !important;
  }
  .u-mt-sm-12,
  .u-my-sm-12 {
    margin-top: 6rem !important;
  }
  .u-mr-sm-12,
  .u-mx-sm-12 {
    margin-right: 6rem !important;
  }
  .u-mb-sm-12,
  .u-my-sm-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-sm-12,
  .u-mx-sm-12 {
    margin-left: 6rem !important;
  }
  .u-p-sm-0 {
    padding: 0rem !important;
  }
  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0rem !important;
  }
  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0rem !important;
  }
  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0rem !important;
  }
  .u-p-sm-1 {
    padding: 0.5rem !important;
  }
  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-sm-2 {
    padding: 1rem !important;
  }
  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }
  .u-p-sm-3 {
    padding: 1.5rem !important;
  }
  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-sm-4 {
    padding: 2rem !important;
  }
  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }
  .u-p-sm-5 {
    padding: 2.5rem !important;
  }
  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-sm-6 {
    padding: 3rem !important;
  }
  .u-pt-sm-6,
  .u-py-sm-6 {
    padding-top: 3rem !important;
  }
  .u-pr-sm-6,
  .u-px-sm-6 {
    padding-right: 3rem !important;
  }
  .u-pb-sm-6,
  .u-py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-6,
  .u-px-sm-6 {
    padding-left: 3rem !important;
  }
  .u-p-sm-7 {
    padding: 3.5rem !important;
  }
  .u-pt-sm-7,
  .u-py-sm-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-sm-7,
  .u-px-sm-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-sm-7,
  .u-py-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-sm-7,
  .u-px-sm-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-sm-8 {
    padding: 4rem !important;
  }
  .u-pt-sm-8,
  .u-py-sm-8 {
    padding-top: 4rem !important;
  }
  .u-pr-sm-8,
  .u-px-sm-8 {
    padding-right: 4rem !important;
  }
  .u-pb-sm-8,
  .u-py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-sm-8,
  .u-px-sm-8 {
    padding-left: 4rem !important;
  }
  .u-p-sm-9 {
    padding: 4.5rem !important;
  }
  .u-pt-sm-9,
  .u-py-sm-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-sm-9,
  .u-px-sm-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-sm-9,
  .u-py-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-sm-9,
  .u-px-sm-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-sm-10 {
    padding: 5rem !important;
  }
  .u-pt-sm-10,
  .u-py-sm-10 {
    padding-top: 5rem !important;
  }
  .u-pr-sm-10,
  .u-px-sm-10 {
    padding-right: 5rem !important;
  }
  .u-pb-sm-10,
  .u-py-sm-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-sm-10,
  .u-px-sm-10 {
    padding-left: 5rem !important;
  }
  .u-p-sm-11 {
    padding: 5.5rem !important;
  }
  .u-pt-sm-11,
  .u-py-sm-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-sm-11,
  .u-px-sm-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-sm-11,
  .u-py-sm-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-sm-11,
  .u-px-sm-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-sm-12 {
    padding: 6rem !important;
  }
  .u-pt-sm-12,
  .u-py-sm-12 {
    padding-top: 6rem !important;
  }
  .u-pr-sm-12,
  .u-px-sm-12 {
    padding-right: 6rem !important;
  }
  .u-pb-sm-12,
  .u-py-sm-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-sm-12,
  .u-px-sm-12 {
    padding-left: 6rem !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0rem !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0rem !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0rem !important;
  }
  .u-m-md-1 {
    margin: 0.5rem !important;
  }
  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-md-2 {
    margin: 1rem !important;
  }
  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }
  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }
  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }
  .u-m-md-3 {
    margin: 1.5rem !important;
  }
  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-md-4 {
    margin: 2rem !important;
  }
  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }
  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }
  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }
  .u-m-md-5 {
    margin: 2.5rem !important;
  }
  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-md-6 {
    margin: 3rem !important;
  }
  .u-mt-md-6,
  .u-my-md-6 {
    margin-top: 3rem !important;
  }
  .u-mr-md-6,
  .u-mx-md-6 {
    margin-right: 3rem !important;
  }
  .u-mb-md-6,
  .u-my-md-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-6,
  .u-mx-md-6 {
    margin-left: 3rem !important;
  }
  .u-m-md-7 {
    margin: 3.5rem !important;
  }
  .u-mt-md-7,
  .u-my-md-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-md-7,
  .u-mx-md-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-md-7,
  .u-my-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-md-7,
  .u-mx-md-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-md-8 {
    margin: 4rem !important;
  }
  .u-mt-md-8,
  .u-my-md-8 {
    margin-top: 4rem !important;
  }
  .u-mr-md-8,
  .u-mx-md-8 {
    margin-right: 4rem !important;
  }
  .u-mb-md-8,
  .u-my-md-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-md-8,
  .u-mx-md-8 {
    margin-left: 4rem !important;
  }
  .u-m-md-9 {
    margin: 4.5rem !important;
  }
  .u-mt-md-9,
  .u-my-md-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-md-9,
  .u-mx-md-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-md-9,
  .u-my-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-md-9,
  .u-mx-md-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-md-10 {
    margin: 5rem !important;
  }
  .u-mt-md-10,
  .u-my-md-10 {
    margin-top: 5rem !important;
  }
  .u-mr-md-10,
  .u-mx-md-10 {
    margin-right: 5rem !important;
  }
  .u-mb-md-10,
  .u-my-md-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-md-10,
  .u-mx-md-10 {
    margin-left: 5rem !important;
  }
  .u-m-md-11 {
    margin: 5.5rem !important;
  }
  .u-mt-md-11,
  .u-my-md-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-md-11,
  .u-mx-md-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-md-11,
  .u-my-md-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-md-11,
  .u-mx-md-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-md-12 {
    margin: 6rem !important;
  }
  .u-mt-md-12,
  .u-my-md-12 {
    margin-top: 6rem !important;
  }
  .u-mr-md-12,
  .u-mx-md-12 {
    margin-right: 6rem !important;
  }
  .u-mb-md-12,
  .u-my-md-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-md-12,
  .u-mx-md-12 {
    margin-left: 6rem !important;
  }
  .u-p-md-0 {
    padding: 0rem !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0rem !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0rem !important;
  }
  .u-p-md-1 {
    padding: 0.5rem !important;
  }
  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-md-2 {
    padding: 1rem !important;
  }
  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }
  .u-p-md-3 {
    padding: 1.5rem !important;
  }
  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-md-4 {
    padding: 2rem !important;
  }
  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }
  .u-p-md-5 {
    padding: 2.5rem !important;
  }
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-md-6 {
    padding: 3rem !important;
  }
  .u-pt-md-6,
  .u-py-md-6 {
    padding-top: 3rem !important;
  }
  .u-pr-md-6,
  .u-px-md-6 {
    padding-right: 3rem !important;
  }
  .u-pb-md-6,
  .u-py-md-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-6,
  .u-px-md-6 {
    padding-left: 3rem !important;
  }
  .u-p-md-7 {
    padding: 3.5rem !important;
  }
  .u-pt-md-7,
  .u-py-md-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-md-7,
  .u-px-md-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-md-7,
  .u-py-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-md-7,
  .u-px-md-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-md-8 {
    padding: 4rem !important;
  }
  .u-pt-md-8,
  .u-py-md-8 {
    padding-top: 4rem !important;
  }
  .u-pr-md-8,
  .u-px-md-8 {
    padding-right: 4rem !important;
  }
  .u-pb-md-8,
  .u-py-md-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-md-8,
  .u-px-md-8 {
    padding-left: 4rem !important;
  }
  .u-p-md-9 {
    padding: 4.5rem !important;
  }
  .u-pt-md-9,
  .u-py-md-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-md-9,
  .u-px-md-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-md-9,
  .u-py-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-md-9,
  .u-px-md-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-md-10 {
    padding: 5rem !important;
  }
  .u-pt-md-10,
  .u-py-md-10 {
    padding-top: 5rem !important;
  }
  .u-pr-md-10,
  .u-px-md-10 {
    padding-right: 5rem !important;
  }
  .u-pb-md-10,
  .u-py-md-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-md-10,
  .u-px-md-10 {
    padding-left: 5rem !important;
  }
  .u-p-md-11 {
    padding: 5.5rem !important;
  }
  .u-pt-md-11,
  .u-py-md-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-md-11,
  .u-px-md-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-md-11,
  .u-py-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-md-11,
  .u-px-md-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-md-12 {
    padding: 6rem !important;
  }
  .u-pt-md-12,
  .u-py-md-12 {
    padding-top: 6rem !important;
  }
  .u-pr-md-12,
  .u-px-md-12 {
    padding-right: 6rem !important;
  }
  .u-pb-md-12,
  .u-py-md-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-md-12,
  .u-px-md-12 {
    padding-left: 6rem !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0rem !important;
  }
  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0rem !important;
  }
  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0rem !important;
  }
  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0rem !important;
  }
  .u-m-lg-1 {
    margin: 0.5rem !important;
  }
  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-lg-2 {
    margin: 1rem !important;
  }
  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }
  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }
  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }
  .u-m-lg-3 {
    margin: 1.5rem !important;
  }
  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-lg-4 {
    margin: 2rem !important;
  }
  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }
  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }
  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }
  .u-m-lg-5 {
    margin: 2.5rem !important;
  }
  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-lg-6 {
    margin: 3rem !important;
  }
  .u-mt-lg-6,
  .u-my-lg-6 {
    margin-top: 3rem !important;
  }
  .u-mr-lg-6,
  .u-mx-lg-6 {
    margin-right: 3rem !important;
  }
  .u-mb-lg-6,
  .u-my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-lg-6,
  .u-mx-lg-6 {
    margin-left: 3rem !important;
  }
  .u-m-lg-7 {
    margin: 3.5rem !important;
  }
  .u-mt-lg-7,
  .u-my-lg-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-lg-7,
  .u-mx-lg-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-lg-7,
  .u-my-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-lg-7,
  .u-mx-lg-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-lg-8 {
    margin: 4rem !important;
  }
  .u-mt-lg-8,
  .u-my-lg-8 {
    margin-top: 4rem !important;
  }
  .u-mr-lg-8,
  .u-mx-lg-8 {
    margin-right: 4rem !important;
  }
  .u-mb-lg-8,
  .u-my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-lg-8,
  .u-mx-lg-8 {
    margin-left: 4rem !important;
  }
  .u-m-lg-9 {
    margin: 4.5rem !important;
  }
  .u-mt-lg-9,
  .u-my-lg-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-lg-9,
  .u-mx-lg-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-lg-9,
  .u-my-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-lg-9,
  .u-mx-lg-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-lg-10 {
    margin: 5rem !important;
  }
  .u-mt-lg-10,
  .u-my-lg-10 {
    margin-top: 5rem !important;
  }
  .u-mr-lg-10,
  .u-mx-lg-10 {
    margin-right: 5rem !important;
  }
  .u-mb-lg-10,
  .u-my-lg-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-lg-10,
  .u-mx-lg-10 {
    margin-left: 5rem !important;
  }
  .u-m-lg-11 {
    margin: 5.5rem !important;
  }
  .u-mt-lg-11,
  .u-my-lg-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-lg-11,
  .u-mx-lg-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-lg-11,
  .u-my-lg-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-lg-11,
  .u-mx-lg-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-lg-12 {
    margin: 6rem !important;
  }
  .u-mt-lg-12,
  .u-my-lg-12 {
    margin-top: 6rem !important;
  }
  .u-mr-lg-12,
  .u-mx-lg-12 {
    margin-right: 6rem !important;
  }
  .u-mb-lg-12,
  .u-my-lg-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-lg-12,
  .u-mx-lg-12 {
    margin-left: 6rem !important;
  }
  .u-p-lg-0 {
    padding: 0rem !important;
  }
  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0rem !important;
  }
  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0rem !important;
  }
  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0rem !important;
  }
  .u-p-lg-1 {
    padding: 0.5rem !important;
  }
  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-lg-2 {
    padding: 1rem !important;
  }
  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }
  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }
  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }
  .u-p-lg-3 {
    padding: 1.5rem !important;
  }
  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-lg-4 {
    padding: 2rem !important;
  }
  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }
  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }
  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }
  .u-p-lg-5 {
    padding: 2.5rem !important;
  }
  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-lg-6 {
    padding: 3rem !important;
  }
  .u-pt-lg-6,
  .u-py-lg-6 {
    padding-top: 3rem !important;
  }
  .u-pr-lg-6,
  .u-px-lg-6 {
    padding-right: 3rem !important;
  }
  .u-pb-lg-6,
  .u-py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-lg-6,
  .u-px-lg-6 {
    padding-left: 3rem !important;
  }
  .u-p-lg-7 {
    padding: 3.5rem !important;
  }
  .u-pt-lg-7,
  .u-py-lg-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-lg-7,
  .u-px-lg-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-lg-7,
  .u-py-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-lg-7,
  .u-px-lg-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-lg-8 {
    padding: 4rem !important;
  }
  .u-pt-lg-8,
  .u-py-lg-8 {
    padding-top: 4rem !important;
  }
  .u-pr-lg-8,
  .u-px-lg-8 {
    padding-right: 4rem !important;
  }
  .u-pb-lg-8,
  .u-py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-lg-8,
  .u-px-lg-8 {
    padding-left: 4rem !important;
  }
  .u-p-lg-9 {
    padding: 4.5rem !important;
  }
  .u-pt-lg-9,
  .u-py-lg-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-lg-9,
  .u-px-lg-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-lg-9,
  .u-py-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-lg-9,
  .u-px-lg-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-lg-10 {
    padding: 5rem !important;
  }
  .u-pt-lg-10,
  .u-py-lg-10 {
    padding-top: 5rem !important;
  }
  .u-pr-lg-10,
  .u-px-lg-10 {
    padding-right: 5rem !important;
  }
  .u-pb-lg-10,
  .u-py-lg-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-lg-10,
  .u-px-lg-10 {
    padding-left: 5rem !important;
  }
  .u-p-lg-11 {
    padding: 5.5rem !important;
  }
  .u-pt-lg-11,
  .u-py-lg-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-lg-11,
  .u-px-lg-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-lg-11,
  .u-py-lg-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-lg-11,
  .u-px-lg-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-lg-12 {
    padding: 6rem !important;
  }
  .u-pt-lg-12,
  .u-py-lg-12 {
    padding-top: 6rem !important;
  }
  .u-pr-lg-12,
  .u-px-lg-12 {
    padding-right: 6rem !important;
  }
  .u-pb-lg-12,
  .u-py-lg-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-lg-12,
  .u-px-lg-12 {
    padding-left: 6rem !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0rem !important;
  }
  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0rem !important;
  }
  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0rem !important;
  }
  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0rem !important;
  }
  .u-m-xl-1 {
    margin: 0.5rem !important;
  }
  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-xl-2 {
    margin: 1rem !important;
  }
  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }
  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }
  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }
  .u-m-xl-3 {
    margin: 1.5rem !important;
  }
  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-xl-4 {
    margin: 2rem !important;
  }
  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }
  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }
  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }
  .u-m-xl-5 {
    margin: 2.5rem !important;
  }
  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 2.5rem !important;
  }
  .u-m-xl-6 {
    margin: 3rem !important;
  }
  .u-mt-xl-6,
  .u-my-xl-6 {
    margin-top: 3rem !important;
  }
  .u-mr-xl-6,
  .u-mx-xl-6 {
    margin-right: 3rem !important;
  }
  .u-mb-xl-6,
  .u-my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-xl-6,
  .u-mx-xl-6 {
    margin-left: 3rem !important;
  }
  .u-m-xl-7 {
    margin: 3.5rem !important;
  }
  .u-mt-xl-7,
  .u-my-xl-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-xl-7,
  .u-mx-xl-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-xl-7,
  .u-my-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-xl-7,
  .u-mx-xl-7 {
    margin-left: 3.5rem !important;
  }
  .u-m-xl-8 {
    margin: 4rem !important;
  }
  .u-mt-xl-8,
  .u-my-xl-8 {
    margin-top: 4rem !important;
  }
  .u-mr-xl-8,
  .u-mx-xl-8 {
    margin-right: 4rem !important;
  }
  .u-mb-xl-8,
  .u-my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-xl-8,
  .u-mx-xl-8 {
    margin-left: 4rem !important;
  }
  .u-m-xl-9 {
    margin: 4.5rem !important;
  }
  .u-mt-xl-9,
  .u-my-xl-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-xl-9,
  .u-mx-xl-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-xl-9,
  .u-my-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-xl-9,
  .u-mx-xl-9 {
    margin-left: 4.5rem !important;
  }
  .u-m-xl-10 {
    margin: 5rem !important;
  }
  .u-mt-xl-10,
  .u-my-xl-10 {
    margin-top: 5rem !important;
  }
  .u-mr-xl-10,
  .u-mx-xl-10 {
    margin-right: 5rem !important;
  }
  .u-mb-xl-10,
  .u-my-xl-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-xl-10,
  .u-mx-xl-10 {
    margin-left: 5rem !important;
  }
  .u-m-xl-11 {
    margin: 5.5rem !important;
  }
  .u-mt-xl-11,
  .u-my-xl-11 {
    margin-top: 5.5rem !important;
  }
  .u-mr-xl-11,
  .u-mx-xl-11 {
    margin-right: 5.5rem !important;
  }
  .u-mb-xl-11,
  .u-my-xl-11 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-xl-11,
  .u-mx-xl-11 {
    margin-left: 5.5rem !important;
  }
  .u-m-xl-12 {
    margin: 6rem !important;
  }
  .u-mt-xl-12,
  .u-my-xl-12 {
    margin-top: 6rem !important;
  }
  .u-mr-xl-12,
  .u-mx-xl-12 {
    margin-right: 6rem !important;
  }
  .u-mb-xl-12,
  .u-my-xl-12 {
    margin-bottom: 6rem !important;
  }
  .u-ml-xl-12,
  .u-mx-xl-12 {
    margin-left: 6rem !important;
  }
  .u-p-xl-0 {
    padding: 0rem !important;
  }
  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0rem !important;
  }
  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0rem !important;
  }
  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0rem !important;
  }
  .u-p-xl-1 {
    padding: 0.5rem !important;
  }
  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-xl-2 {
    padding: 1rem !important;
  }
  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }
  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }
  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }
  .u-p-xl-3 {
    padding: 1.5rem !important;
  }
  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-xl-4 {
    padding: 2rem !important;
  }
  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }
  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }
  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }
  .u-p-xl-5 {
    padding: 2.5rem !important;
  }
  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-xl-6 {
    padding: 3rem !important;
  }
  .u-pt-xl-6,
  .u-py-xl-6 {
    padding-top: 3rem !important;
  }
  .u-pr-xl-6,
  .u-px-xl-6 {
    padding-right: 3rem !important;
  }
  .u-pb-xl-6,
  .u-py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-xl-6,
  .u-px-xl-6 {
    padding-left: 3rem !important;
  }
  .u-p-xl-7 {
    padding: 3.5rem !important;
  }
  .u-pt-xl-7,
  .u-py-xl-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-xl-7,
  .u-px-xl-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-xl-7,
  .u-py-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-xl-7,
  .u-px-xl-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-xl-8 {
    padding: 4rem !important;
  }
  .u-pt-xl-8,
  .u-py-xl-8 {
    padding-top: 4rem !important;
  }
  .u-pr-xl-8,
  .u-px-xl-8 {
    padding-right: 4rem !important;
  }
  .u-pb-xl-8,
  .u-py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-xl-8,
  .u-px-xl-8 {
    padding-left: 4rem !important;
  }
  .u-p-xl-9 {
    padding: 4.5rem !important;
  }
  .u-pt-xl-9,
  .u-py-xl-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-xl-9,
  .u-px-xl-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-xl-9,
  .u-py-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-xl-9,
  .u-px-xl-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-xl-10 {
    padding: 5rem !important;
  }
  .u-pt-xl-10,
  .u-py-xl-10 {
    padding-top: 5rem !important;
  }
  .u-pr-xl-10,
  .u-px-xl-10 {
    padding-right: 5rem !important;
  }
  .u-pb-xl-10,
  .u-py-xl-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-xl-10,
  .u-px-xl-10 {
    padding-left: 5rem !important;
  }
  .u-p-xl-11 {
    padding: 5.5rem !important;
  }
  .u-pt-xl-11,
  .u-py-xl-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-xl-11,
  .u-px-xl-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-xl-11,
  .u-py-xl-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-xl-11,
  .u-px-xl-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-xl-12 {
    padding: 6rem !important;
  }
  .u-pt-xl-12,
  .u-py-xl-12 {
    padding-top: 6rem !important;
  }
  .u-pr-xl-12,
  .u-px-xl-12 {
    padding-right: 6rem !important;
  }
  .u-pb-xl-12,
  .u-py-xl-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-xl-12,
  .u-px-xl-12 {
    padding-left: 6rem !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}

/* =========================================================
typography - 文字の装飾など
========================================================= */
.u-fc-primary {
  color: #000 !important;
}

.u-fc-secondary {
  color: #000 !important;
}

.u-fc-tertiary {
  color: #000 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #d90b23 !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

@media screen and (min-width: 576px) {
  .u-ta-sm-l {
    text-align: left !important;
  }
  .u-ta-sm-c {
    text-align: center !important;
  }
  .u-ta-sm-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ta-md-l {
    text-align: left !important;
  }
  .u-ta-md-c {
    text-align: center !important;
  }
  .u-ta-md-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left !important;
  }
  .u-ta-lg-c {
    text-align: center !important;
  }
  .u-ta-lg-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-ta-xl-l {
    text-align: left !important;
  }
  .u-ta-xl-c {
    text-align: center !important;
  }
  .u-ta-xl-r {
    text-align: right !important;
  }
}

.u-lh-md {
  line-height: 1.6 !important;
}

.u-lh-lg {
  line-height: 2 !important;
}


@media screen and (max-width: 767px) {
    .l-header .inner{
        padding: 0;
    }
  .l-header .header_logo a img {
    max-width: 115px;
  }
  .l-header .header_logo {
    padding: 7px 10px;
  }
  .l-header .ham-wrap{
     top: 20px;   
    }
  .l-header .ham,
  .l-header .ham::before,
  .l-header .ham span,
  .l-header .ham span::before,
  .l-header .ham span::after,
  .l-header .ham::after,
  .l-header .ham-wrap {
    width: 30px;
    height: 3px;
  }
  .l-header .ham::before {
    bottom: 10px;
  }
  .l-header .ham::after {
    top: 10px;
  }
  .l-header .inner nav ul li span svg {
    width: 24px;
    height: 24px;
    margin: 0;
  }
  .l-header .inner nav ul li span svg.vr {
    width: 35px;
    margin-top: 2px;
  }
  .l-header nav ul li a {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .l-header nav ul li {
    margin-bottom: 30px;
  }
  .l-header nav {
    height: auto;
    padding: 0;
    overflow: hidden;
  }
  .l-header .nav {
    height: 100vh;
    min-height: 100vh;
    padding: 50px 15px;
    overflow-y: auto;
  }
}

.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}

@media screen and (min-width: 1333px) {
  .l-header .inner {
    overflow: inherit;
  }
  .l-header nav {
    overflow: inherit;
  }
  .l-header nav ul li {
    position: relative;
  }
  .l-header nav.nav > li > a {
    padding: 10px;
  }
  .l-header nav ul.nav-sub {
    position: absolute;
    display: block;
    width: 100%;
    width: 100%;
    min-width: 140px;
    top: 100%;
    left: 0;
    padding: 12px 0 0;
    background: rgba(0,0,0,0);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .l-header nav ul li:hover .nav-sub,
  .l-header nav ul.nav-sub:hover {
    opacity: 1;
    pointer-events: inherit;
  }
  .l-header nav ul.nav-sub li {
    width: 100%;
    padding: 0 10px 6px;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
  }
  .l-header nav ul.nav-sub li:first-child {
    border-top: 4px solid #5192CA;
  }
  .l-header nav ul.nav-sub li a {
    position: relative;
    padding: 6px 8px 6px 16px;
    color: #fff;
  }
  .l-header nav ul.nav-sub li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 0;
    height: 0;
    /* background: #5192ca; */
    border: 4px solid;
    border-color: transparent transparent transparent #5192ca;
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 1332px) {
  .l-header .nav {
    height: auto;
    max-height: 100vh;
    padding-bottom: 80px;
    overflow-y: auto;
  }

  .l-header nav ul.sp-only {
    display: block;
  }
  .l-header nav ul li {
    flex-wrap: wrap;
  }
  .l-header nav ul.nav-sub {
    width: 100%;
    margin-top: 10px;
  }
  .l-header nav ul.nav-sub li {
    margin: 0;
  }
  .l-header nav ul.nav-sub li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 8px 10px 80px;
  }
  .l-header nav ul.nav-sub li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 62px;
    width: 0;
    height: 0;
    /*background: #5192ca;*/
    border: 3px solid;
    border-color: #5192ca transparent;
    transform: translateY(-3px);
  }
  .l-header nav ul.nav-sub li.is-normal a {
    color: #1A1A1A;
  }
  .l-header nav ul.nav-sub li.is-normal a:hover {
    color: #5192ca;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

img[border="0"] {
  width: 0;
  height: 0;
}


/*==intro--*/
#intro3 img {
    width: auto;
    height: auto;
    max-width: 100%;
}
#intro3 .btn-more a {
    color: #003f8c;
    text-align: center;
    border: 1px solid #003f8c;
    display: block;
    padding: 5px 10px;
    font-size: 1.8rem;
    text-decoration: none;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
}
#intro3 .btn-more a .blank {
    font-size: 1.2rem;
    display: block;
    padding-left: 5px;
    position: relative;
}
#intro3 .btn-more a .blank:before {
    background-image: url(../images/intro/icon_window.svg);
    content: "";
    width: 16px;
    height: 13px;
    background-position: left center;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}
#intro3 .btn-more a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/common/SVG/arrow-right-b.svg);
    background-size: cover;
    content: '';
}
#intro3 .c-article2 {
  margin-bottom: 80px;
}
#intro3 .eco-title-green {
    text-align: left;
    margin-bottom: -78px;
    width: 100%;
    margin-left: -20px;
    position: relative;
    z-index: 2;
}
#intro3 .eco-item h5 {
    text-align: left;
    width: 100%;
    margin-left: -60px;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    margin-top: -98px;
}
.sec-intro1 .c-tab2 #intro3 h5 img {
    width: auto;
    height: auto;
    max-width: 100%;
}
#intro3 .eco-title-heat {
    background-color: #fd8650;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
#intro3 .eco-title-wind {
    /* [disabled]background-color: #5192ca; */
    color: #fff;
    text-align: center;
    /* [disabled]padding: 5px; */
    font-size: 2.2rem;
    margin-bottom: 10px;
}
#intro3 .eco-title-material {
    background-color: #80806d;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
#intro3 .eco-title-sunlight {
    background-color: #ffbf1e;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
#intro3 .green-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 75px 35px 35px;
    justify-content: space-between;
    border-radius: 10px;
    border: 3px solid #f5f5f5;
    position: relative;
    background-image: url(../images/intro/eco_bg.png);
    background-repeat: no-repeat;
    background-position: 95% 5%;
}
#intro3 .eco-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
#intro3 .eco-wrap .eco-item{
    padding: 75px 35px 35px;
    border-radius: 10px;
    border: 3px solid #f5f5f5;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
#intro3 .green-item{
    width: 29%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#intro3 .green-item:nth-child(2n) {
    border-right: 2px dotted #DCDCDC;
    border-left: 2px dotted #DCDCDC;
    padding: 0 30px;
    width: 36%;
}
#intro3 .green-wrap .btn-more {
    width: 100%;
    margin-top: 50px;
}
#intro3 .eco-item {
    width: 48%;
    margin-bottom: 80px;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

#intro3 .green-item h6 ,#intro3 .eco-item h6{
    display: block;
    font-size: 2.1rem;
    /* [disabled]border-bottom: 1px solid #c3c3c3; */
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    text-indent: -2.1rem;
    padding-left: 2.1rem;
}
#intro3 .green-item h6:before {
    content: "■";
    color: #72dd5b;
    font-size: 1.2rem;
    padding-right: 10px;
}
#intro3 .green-item p ,#intro3 .eco-item p{
    width: 100%;
    font-size: 1.5rem;
    text-align: justify;
    margin-bottom: 20px;
    flex-grow: 1;
}
#intro3 .eco-item.heat p{
    flex-grow: 0;
}
#intro3 .eco-item.sho-ene p{
  flex-grow: 0;
  margin-bottom: 49px;
}
#intro3 .green-item p, #intro3 .eco-item p.mch {
    min-height: 120px;
}
#intro3 figure.eco-img {
    max-width: 480px;
    margin: 0 auto 20px;
}
#intro3 .eco-item .caption {
    text-align: right;
    font-size: 1.2rem;
    margin: 5px 0 40px;
}
#intro3 .btn-more {
    width: 100%;
    text-align: center;
    margin: auto auto 0;
    display: block;
}
#intro3 .eco-item h6:before {
    content: "■";
    color: #FD6752;
    font-size: 1.2rem;
    padding-right: 10px;
}
#intro3 .eco-item2 h6:before {
    content: "■";
    color: #33c85a;
    font-size: 1.2rem;
    padding-right: 10px;
}
#intro3 .heat{
    background-image: url(../images/intro/heat_bg.png);
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-size: auto auto;
}
#intro3 .sho-ene{
    background-image: url(../images/intro/sho_ene_bg.png);
    background-repeat: no-repeat;
    background-position: 95% 5%;
    background-size: auto auto;
}
#intro3 .wind{
    background-image: url(../images/intro/wind_bg.png);
    background-repeat: no-repeat;
    background-position: 95% 11%;
    background-size: auto auto;
}
#intro3 .wind  h6{
    min-height: 68px;
}
#intro3 .wind  h6:before {
    color: #79CFE5;
}
#intro3 .material{
    background-image: url(../images/intro/material_bg.png);
    background-repeat: no-repeat;
    background-position: 92% 5%;
    background-size: auto auto;
}
#intro3 .material h6:before {
    color: #79787A;
}
#intro3 .sunlight {
    background-image: url(../images/intro/sunlight_bg.png);
    background-repeat: no-repeat;
    background-position: 92% 5%;
    background-size: auto auto;
}
#intro3 .sunlight h6:before {
  color: #ffbf1e;
}
#intro3 .green-item{
    
}
#intro3 .green-item .eco-img {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: auto;
}
#intro3 .green-item .eco-img img {
    width: auto;
}

@media screen and (max-width:820px){
    #intro3 .wind  h6{
    min-height: 0;
}
    #intro3 .bg-top + .l-container{
        padding: 0 30px;
    }
  #intro3 .green-item ,#intro3 .eco-item{
    width: 100%;
    display: -webkit-box;
    display: block;
    margin-bottom: 30px;
  }
    #intro3 .green-item:nth-child(2){
        width: 100%;
        border: 0;
        padding: 0;
    }
  #intro3 .eco-title-green {
    margin-top: 30px;
  }
  #intro3 .green-item p, #intro3 .eco-item p {
    font-size: 1.3rem;
    flex-grow: 0;
  }
  #intro3 .eco-item.sho-ene p {
    flex-grow: 0;
    margin-bottom: 20px;
}
  #intro3 .green-item h6, #intro3 .eco-item h6 {
    font-size: 1.8rem;
  }
  #intro3 .c-article2 {
    margin-bottom: 40px;
  }

  .sec-intro1 .c-tab2 #intro3 .bg-top {
    padding-bottom: 40px;
  }
    #intro3 .eco-item .caption{
        margin-bottom: 20px;
    }
    #intro3 .eco-wrap .eco-item{
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 820px) {
  #intro3 .btn-more {
    margin-bottom: 30px;
  }
  #intro3 .green-item p, #intro3 .eco-item p.mch {
    min-height: auto;
  }
}

.top2 .bnr-area {
  margin: 30px 0 40px;
  position: relative;
}
.top2 .bnr-area img {
  width: 100%;
  height: auto;
}
.top2 .bnr-area a {
  position: relative;
  display: inline-block;
}
/*.top2 .bnr-area a::before,*/
.top2 .bnr-area .bnr_item:first-child a::before{
  position: absolute;
  content: "";
  width: 90px;
  height: 76px;
  background: url(../images/index/icon_new.png) 0 0 / cover no-repeat;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.top2 .bnr-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top2 .bnr-wrap .bnr_item {
    width: 49%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top2 .bnr-area::before {
    width: 59px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .top2 .bnr-area::before {
    width: 46px;
    height: 39px;
  }
.top2 .bnr-wrap .bnr_item {
    width: 100%;
    text-align: center;
}
}

.l-header nav ul li img {
  margin-top: 8px;
}
.l-header nav ul li:nth-of-type(2) {
  position: relative;
}
/*.l-header nav ul li:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 35px;
  background: url(../images/index/icon_new.png) 0 0 / cover no-repeat;
  top: -16px;
  left: -13px;
}*/
.l-header nav ul ul li:nth-of-type(2)::before {
    display: none;
}
.l-header nav ul ul li:nth-of-type(4){
position: relative;}
/*.l-header nav ul ul li:nth-of-type(4)::after {
    position: relative;
    content: "NEW";
    background: #EF756A;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}*/
@media screen and (max-width: 1332px) {
  .l-header nav ul li:nth-of-type(2)::before {
    width: 31px;
    height: 26px;
    left: 0;
  }
    .l-header nav ul ul li:nth-of-type(4)::after{
        position: absolute;
        left: 9px;
    }
}
/*--FAQ よくあるご質問--*/
.faq_wrap{
    margin-bottom: 50px;
}
.faq_wrap dl{
    margin-bottom: 10px;
}
.faq_wrap .faq_acc dt{
    
}
.faq_wrap .faq_acc dt::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #5192CA;
    transition: all .3s ease-in-out;
    transform: rotate(90deg);
    }
.faq_wrap .faq_acc dt::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #5192CA;
    transition: all .3s ease-in-out;
}
.faq_wrap .faq_acc dt.open:before{
    transform: rotate(180deg);
}
.faq_wrap .faq_acc dt.open:after{
	opacity: 0;
}
.faq_wrap .faq_acc dt:hover{
    background-color: #F6F6F6; 
    cursor: pointer;
}
.faq_wrap .faq_acc dd{
    display: none;
}
.faq_wrap dl dt{
    position: relative;
    background-color: #F1F1F2;
    padding: 10px 30px;
    font-size: 1.6rem;
    /* [disabled]text-indent: -2.3rem; */
    font-weight: bold;
}
.faq_wrap dl dt span::before{
    content: "Q";
    padding-right: 10px;
    font-weight: bold;
    color: #5192CA;
    position: absolute;
    left: 8px;
}
.faq_wrap dl dd{
    position: relative;
    padding: 10px 10px 10px 30px;
    font-size: 1.6rem;
    /* [disabled]text-indent: -2.3rem; */
}
.faq_wrap dl dd p{
    margin-top: 10px;
}
.faq_wrap dl dd::before{
    content: "A";
    padding-right: 10px;
    font-weight: bold;
    color: #EF756A;
    position: absolute;
    left: 8px;
}
.faq_wrap .faq_acc ul{
    padding-left: 20px;
}
.faq_wrap .faq_acc ul li{
    list-style: disc;
    margin-bottom: 10px;
    text-indent: 0px
}
.faq_wrap .faq_acc .guide dl{
    display: flex;
    margin-bottom: 10px;
    padding: 0;
}
.faq_wrap .faq_acc .guide dl dt{
    min-width: 110px;
    padding:0;
    display: inline-block;
    background-color: transparent;
    pointer-events: none;
}
.faq_wrap .faq_acc .guide dl dt:hover{
    background-color: transparent;
    cursor: auto;
}
.faq_wrap .faq_acc .guide dl dt::after,
.faq_wrap .faq_acc .guide dl dt::before,
.faq_wrap .faq_acc .guide dl dd::before{
    display: none;
}
.faq_wrap .faq_acc .guide dl dd{
    display: block;
    padding:0;
    text-indent: 0px
}

@media screen and (max-width: 768px) {
    .faq_wrap dl dt,.faq_wrap dl dd{
        font-size: 1.4rem;
    }
}
