@charset "UTF-8";
/*-------------------------------------------
Variables
-------------------------------------------*/
/* color
-------------------------------------------*/
/* ベースフォント色 */
/* メインカラー */
/* サブカラー */
/* サブカラー */
/* 文字間 */
/* 行間 */
/* コンテンツ幅 */
/* コンテンツ幅 */
/* コンテンツ幅 */
/*-------------------------------------------
Reset
-------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: inherit;
}

p {
  margin: 0px;
  padding: 0px;
}

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

dl,
dt,
dd,
ul,
ol {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

iframe {
  vertical-align: bottom;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*-------------------------------------------
Base
-------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 10px;
}

body {
  color: #292929;
  margin: 0px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  word-break: break-all;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px), print {
  body {
    font-size: 1.4rem;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

* html .clearfix {
  height: 1px;
}

form {
  width: 100%;
}

textarea {
  padding-top: 0.5em;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

/* 汎用
-------------------------------------------*/
.youtube {
  padding: 0 15px;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube div {
  width: 100%;
  height: 100%;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

.f-srf {
  font-family: "Noto Serif JP", serif;
}

.bold {
  font-weight: bold;
}

.bold500 {
  font-weight: 500;
}

.bold600 {
  font-weight: 600;
}

.normal {
  font-weight: normal;
}

.f-light {
  font-weight: 200;
}

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.p-rel {
  position: relative;
}

.z-i0 {
  z-index: 0;
}

.z-i1 {
  z-index: 1;
}

.z-i2 {
  z-index: 2;
}

.z-i3 {
  z-index: 3;
}

.z-i4 {
  z-index: 4;
}

.z-i5 {
  z-index: 5;
}

.z-i100 {
  z-index: 100;
}

.z-i200 {
  z-index: 200;
}

.z-i300 {
  z-index: 300;
}

.z-i400 {
  z-index: 400;
}

.z-i500 {
  z-index: 500;
}

.ls0 {
  letter-spacing: 0;
}

.ls5 {
  letter-spacing: 0.05em;
}

.ls10 {
  letter-spacing: 0.1em;
}

.ls15 {
  letter-spacing: 0.15em;
}

.ls20 {
  letter-spacing: 0.2em;
}

.ls25 {
  letter-spacing: 0.25em;
}

.ls30 {
  letter-spacing: 0.3em;
}

.ls40 {
  letter-spacing: 0.4em;
}

.lh1 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh13 {
  line-height: 1.3;
}

.lh15 {
  line-height: 1.5;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

.lh25 {
  line-height: 2.5;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.tel-main a {
  color: #000f83;
}

.tel-sub a {
  color: #c28f15;
}

.tel-black a {
  color: #292929;
}

.tel-white a {
  color: #fff;
}

.tel-gray a {
  color: #ddd;
}

.gray-bg {
  background: #ddd;
}

.pale-gray-bg {
  background: #eee;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #292929;
}

.main-bg {
  background-color: #000f83;
}

.c-gray01 {
  color: #ddd !important;
}

.c-black01 {
  color: #292929 !important;
}

.c-main {
  color: #000f83 !important;
}

.c-sub {
  color: #c28f15 !important;
}

.c-sub02 {
  color: #c28f15 !important;
}

.black {
  color: #292929 !important;
}

.red {
  color: #c00f55 !important;
}

.white {
  color: #fff !important;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* grid
-------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* bsflex等
-------------------------------------------*/
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

.text-tb {
  writing-mode: horizontal-tb !important;
}

.text-rl {
  writing-mode: vertical-rl !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-sm-rl {
    writing-mode: vertical-rl !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-md-rl {
    writing-mode: vertical-rl !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-lg-rl {
    writing-mode: vertical-rl !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-tb {
    writing-mode: horizontal-tb !important;
  }
  .text-xl-rl {
    writing-mode: vertical-rl !important;
  }
}
/*-------------------------------------------
Layout
-------------------------------------------*/
/* コンテンツ幅
-------------------------------------------*/
.cont-wid01 {
  max-width: 1330px;
  margin: 0 auto;
  width: 100%;
}

.cont-wid02 {
  max-width: 1430px;
  margin: 0 auto;
  width: 100%;
}

.cont-wid03 {
  max-width: 1630px;
  margin: 0 auto;
  width: 100%;
}

/* 幅調整
-------------------------------------------*/
.pd0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pd15 {
  padding-left: 15px;
  padding-right: 15px;
}

/* 汎用contbox
-------------------------------------------*/
.cont-pd30 {
  padding: 15px 0;
}
@media (min-width: 768px), print {
  .cont-pd30 {
    padding: 20px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd30 {
    padding: 30px 0;
  }
}

.cont-pd40 {
  padding: 20px 0;
}
@media (min-width: 768px), print {
  .cont-pd40 {
    padding: 30px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd40 {
    padding: 40px 0;
  }
}

.cont-pd50 {
  padding: 30px 0;
}
@media (min-width: 768px), print {
  .cont-pd50 {
    padding: 40px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd50 {
    padding: 50px 0;
  }
}

.cont-pd60 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd60 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd60 {
    padding: 60px 0;
  }
}

.cont-pd70 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd70 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd70 {
    padding: 70px 0;
  }
}

.cont-pd80 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd80 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd80 {
    padding: 80px 0;
  }
}

.cont-pd90 {
  padding: 40px 0;
}
@media (min-width: 768px), print {
  .cont-pd90 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd90 {
    padding: 90px 0;
  }
}

.cont-pd100 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd100 {
    padding: 50px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd100 {
    padding: 100px 0;
  }
}

.cont-pd110 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd110 {
    padding: 55px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd110 {
    padding: 110px 0;
  }
}

.cont-pd120 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd120 {
    padding: 60px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd120 {
    padding: 120px 0;
  }
}

.cont-pd130 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd130 {
    padding: 65px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd130 {
    padding: 130px 0;
  }
}

.cont-pd140 {
  padding: 50px 0;
}
@media (min-width: 768px), print {
  .cont-pd140 {
    padding: 70px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd140 {
    padding: 140px 0;
  }
}

.cont-pd150 {
  padding: 55px 0;
}
@media (min-width: 768px), print {
  .cont-pd150 {
    padding: 75px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd150 {
    padding: 150px 0;
  }
}

.cont-pd160 {
  padding: 60px 0;
}
@media (min-width: 768px), print {
  .cont-pd160 {
    padding: 80px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd160 {
    padding: 160px 0;
  }
}

.cont-pd170 {
  padding: 65px 0;
}
@media (min-width: 768px), print {
  .cont-pd170 {
    padding: 85px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd170 {
    padding: 170px 0;
  }
}

.cont-pd180 {
  padding: 70px 0;
}
@media (min-width: 768px), print {
  .cont-pd180 {
    padding: 90px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd180 {
    padding: 180px 0;
  }
}

.cont-pd190 {
  padding: 75px 0;
}
@media (min-width: 768px), print {
  .cont-pd190 {
    padding: 95px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd190 {
    padding: 190px 0;
  }
}

.cont-pd200 {
  padding: 80px 0;
}
@media (min-width: 768px), print {
  .cont-pd200 {
    padding: 100px 0;
  }
}
@media (min-width: 992px), print {
  .cont-pd200 {
    padding: 200px 0;
  }
}

/* margin
-------------------------------------------*/
.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 10px;
}
@media (min-width: 768px), print {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mb20 {
  margin-bottom: 15px;
}
@media (min-width: 768px), print {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb25 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb25 {
    margin-bottom: 25px;
  }
}

.mb28 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb28 {
    margin-bottom: 28px;
  }
}

.mb30 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb35 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb35 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px), print {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mb40 {
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .mb40 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px), print {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb45 {
  margin-bottom: 23px;
}
@media (min-width: 768px), print {
  .mb45 {
    margin-bottom: 33px;
  }
}
@media (min-width: 992px), print {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mb50 {
  margin-bottom: 25px;
}
@media (min-width: 768px), print {
  .mb50 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px), print {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb55 {
  margin-bottom: 28px;
}
@media (min-width: 768px), print {
  .mb55 {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px), print {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mb60 {
  margin-bottom: 30px;
}
@media (min-width: 768px), print {
  .mb60 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px), print {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb70 {
  margin-bottom: 35px;
}
@media (min-width: 768px), print {
  .mb70 {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px), print {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb75 {
  margin-bottom: 38px;
}
@media (min-width: 768px), print {
  .mb75 {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px), print {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mb80 {
  margin-bottom: 40px;
}
@media (min-width: 768px), print {
  .mb80 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px), print {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb90 {
  margin-bottom: 45px;
}
@media (min-width: 768px), print {
  .mb90 {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px), print {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb95 {
  margin-bottom: 48px;
}
@media (min-width: 768px), print {
  .mb95 {
    margin-bottom: 58px;
  }
}
@media (min-width: 992px), print {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mb100 {
  margin-bottom: 50px;
}
@media (min-width: 768px), print {
  .mb100 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px), print {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: 55px;
}
@media (min-width: 768px), print {
  .mb110 {
    margin-bottom: 65px;
  }
}
@media (min-width: 992px), print {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: 60px;
}
@media (min-width: 768px), print {
  .mb120 {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px), print {
  .mb120 {
    margin-bottom: 120px;
  }
}

.mb130 {
  margin-bottom: 65px;
}
@media (min-width: 768px), print {
  .mb130 {
    margin-bottom: 75px;
  }
}
@media (min-width: 992px), print {
  .mb130 {
    margin-bottom: 130px;
  }
}

.mb150 {
  margin-bottom: 75px;
}
@media (min-width: 768px), print {
  .mb150 {
    margin-bottom: 85px;
  }
}
@media (min-width: 992px), print {
  .mb150 {
    margin-bottom: 150px;
  }
}

.mb160 {
  margin-bottom: 80px;
}
@media (min-width: 768px), print {
  .mb160 {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px), print {
  .mb160 {
    margin-bottom: 160px;
  }
}

.mb180 {
  margin-bottom: 90px;
}
@media (min-width: 768px), print {
  .mb180 {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px), print {
  .mb180 {
    margin-bottom: 180px;
  }
}

.pt50 {
  padding-top: 25px;
}
@media (min-width: 768px), print {
  .pt50 {
    padding-top: 35px;
  }
}
@media (min-width: 992px), print {
  .pt50 {
    padding-top: 50px;
  }
}

.pt55 {
  padding-top: 28px;
}
@media (min-width: 768px), print {
  .pt55 {
    padding-top: 38px;
  }
}
@media (min-width: 992px), print {
  .pt55 {
    padding-top: 55px;
  }
}

.pt60 {
  padding-top: 30px;
}
@media (min-width: 768px), print {
  .pt60 {
    padding-top: 40px;
  }
}
@media (min-width: 992px), print {
  .pt60 {
    padding-top: 60px;
  }
}

.pt70 {
  padding-top: 35px;
}
@media (min-width: 768px), print {
  .pt70 {
    padding-top: 45px;
  }
}
@media (min-width: 992px), print {
  .pt70 {
    padding-top: 70px;
  }
}

.pt75 {
  padding-top: 38px;
}
@media (min-width: 768px), print {
  .pt75 {
    padding-top: 48px;
  }
}
@media (min-width: 992px), print {
  .pt75 {
    padding-top: 75px;
  }
}

.pt80 {
  padding-top: 40px;
}
@media (min-width: 768px), print {
  .pt80 {
    padding-top: 50px;
  }
}
@media (min-width: 992px), print {
  .pt80 {
    padding-top: 80px;
  }
}

.pt90 {
  padding-top: 45px;
}
@media (min-width: 768px), print {
  .pt90 {
    padding-top: 55px;
  }
}
@media (min-width: 992px), print {
  .pt90 {
    padding-top: 90px;
  }
}

.pt95 {
  padding-top: 48px;
}
@media (min-width: 768px), print {
  .pt95 {
    padding-top: 58px;
  }
}
@media (min-width: 992px), print {
  .pt95 {
    padding-top: 95px;
  }
}

.pt100 {
  padding-top: 50px;
}
@media (min-width: 768px), print {
  .pt100 {
    padding-top: 60px;
  }
}
@media (min-width: 992px), print {
  .pt100 {
    padding-top: 100px;
  }
}

.pt110 {
  padding-top: 55px;
}
@media (min-width: 768px), print {
  .pt110 {
    padding-top: 65px;
  }
}
@media (min-width: 992px), print {
  .pt110 {
    padding-top: 110px;
  }
}

.pt120 {
  padding-top: 60px;
}
@media (min-width: 768px), print {
  .pt120 {
    padding-top: 70px;
  }
}
@media (min-width: 992px), print {
  .pt120 {
    padding-top: 120px;
  }
}

.pt130 {
  padding-top: 65px;
}
@media (min-width: 768px), print {
  .pt130 {
    padding-top: 75px;
  }
}
@media (min-width: 992px), print {
  .pt130 {
    padding-top: 130px;
  }
}

.pt150 {
  padding-top: 75px;
}
@media (min-width: 768px), print {
  .pt150 {
    padding-top: 85px;
  }
}
@media (min-width: 992px), print {
  .pt150 {
    padding-top: 150px;
  }
}

.pt160 {
  padding-top: 80px;
}
@media (min-width: 768px), print {
  .pt160 {
    padding-top: 90px;
  }
}
@media (min-width: 992px), print {
  .pt160 {
    padding-top: 160px;
  }
}

.pt180 {
  padding-top: 90px;
}
@media (min-width: 768px), print {
  .pt180 {
    padding-top: 100px;
  }
}
@media (min-width: 992px), print {
  .pt180 {
    padding-top: 180px;
  }
}

/* 汎用レイアウト
-------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

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

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mr-6 {
  margin-right: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.ml-6 {
  margin-left: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mr-8 {
  margin-right: 6rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.ml-8 {
  margin-left: 6rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mr-9 {
  margin-right: 7rem !important;
}

.mb-9 {
  margin-bottom: 7rem !important;
}

.ml-9 {
  margin-left: 7rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mr-10 {
  margin-right: 8rem !important;
}

.mb-10 {
  margin-bottom: 8rem !important;
}

.ml-10 {
  margin-left: 8rem !important;
}

.mt-11 {
  margin-top: 9rem !important;
}

.mr-11 {
  margin-right: 9rem !important;
}

.mb-11 {
  margin-bottom: 9rem !important;
}

.ml-11 {
  margin-left: 9rem !important;
}

.mt-12 {
  margin-top: 10rem !important;
}

.mr-12 {
  margin-right: 10rem !important;
}

.mb-12 {
  margin-bottom: 10rem !important;
}

.ml-12 {
  margin-left: 10rem !important;
}

.mt-13 {
  margin-top: 11rem !important;
}

.mr-13 {
  margin-right: 11rem !important;
}

.mb-13 {
  margin-bottom: 11rem !important;
}

.ml-13 {
  margin-left: 11rem !important;
}

.mt-14 {
  margin-top: 12rem !important;
}

.mr-14 {
  margin-right: 12rem !important;
}

.mb-14 {
  margin-bottom: 12rem !important;
}

.ml-14 {
  margin-left: 12rem !important;
}

.mt-15 {
  margin-top: 13rem !important;
}

.mr-15 {
  margin-right: 13rem !important;
}

.mb-15 {
  margin-bottom: 13rem !important;
}

.ml-15 {
  margin-left: 13rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

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

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pr-6 {
  padding-right: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pl-7 {
  padding-left: 5rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pr-8 {
  padding-right: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pl-8 {
  padding-left: 6rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pr-9 {
  padding-right: 7rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.pl-9 {
  padding-left: 7rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pr-10 {
  padding-right: 8rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.pl-10 {
  padding-left: 8rem !important;
}

.pt-11 {
  padding-top: 9rem !important;
}

.pr-11 {
  padding-right: 9rem !important;
}

.pb-11 {
  padding-bottom: 9rem !important;
}

.pl-11 {
  padding-left: 9rem !important;
}

.pt-12 {
  padding-top: 10rem !important;
}

.pr-12 {
  padding-right: 10rem !important;
}

.pb-12 {
  padding-bottom: 10rem !important;
}

.pl-12 {
  padding-left: 10rem !important;
}

.pt-13 {
  padding-top: 11rem !important;
}

.pr-13 {
  padding-right: 11rem !important;
}

.pb-13 {
  padding-bottom: 11rem !important;
}

.pl-13 {
  padding-left: 11rem !important;
}

.pt-14 {
  padding-top: 12rem !important;
}

.pr-14 {
  padding-right: 12rem !important;
}

.pb-14 {
  padding-bottom: 12rem !important;
}

.pl-14 {
  padding-left: 12rem !important;
}

.pt-15 {
  padding-top: 13rem !important;
}

.pr-15 {
  padding-right: 13rem !important;
}

.pb-15 {
  padding-bottom: 13rem !important;
}

.pl-15 {
  padding-left: 13rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8 {
    margin-left: 6rem !important;
  }
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .mr-sm-9 {
    margin-right: 7rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-9 {
    margin-left: 7rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mr-sm-10 {
    margin-right: 8rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-10 {
    margin-left: 8rem !important;
  }
  .mt-sm-11 {
    margin-top: 9rem !important;
  }
  .mr-sm-11 {
    margin-right: 9rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-11 {
    margin-left: 9rem !important;
  }
  .mt-sm-12 {
    margin-top: 10rem !important;
  }
  .mr-sm-12 {
    margin-right: 10rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-12 {
    margin-left: 10rem !important;
  }
  .mt-sm-13 {
    margin-top: 11rem !important;
  }
  .mr-sm-13 {
    margin-right: 11rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-13 {
    margin-left: 11rem !important;
  }
  .mt-sm-14 {
    margin-top: 12rem !important;
  }
  .mr-sm-14 {
    margin-right: 12rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-14 {
    margin-left: 12rem !important;
  }
  .mt-sm-15 {
    margin-top: 13rem !important;
  }
  .mr-sm-15 {
    margin-right: 13rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-15 {
    margin-left: 13rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6 {
    padding-left: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8 {
    padding-left: 6rem !important;
  }
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .pr-sm-9 {
    padding-right: 7rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-9 {
    padding-left: 7rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pr-sm-10 {
    padding-right: 8rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-10 {
    padding-left: 8rem !important;
  }
  .pt-sm-11 {
    padding-top: 9rem !important;
  }
  .pr-sm-11 {
    padding-right: 9rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-11 {
    padding-left: 9rem !important;
  }
  .pt-sm-12 {
    padding-top: 10rem !important;
  }
  .pr-sm-12 {
    padding-right: 10rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-12 {
    padding-left: 10rem !important;
  }
  .pt-sm-13 {
    padding-top: 11rem !important;
  }
  .pr-sm-13 {
    padding-right: 11rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-13 {
    padding-left: 11rem !important;
  }
  .pt-sm-14 {
    padding-top: 12rem !important;
  }
  .pr-sm-14 {
    padding-right: 12rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-14 {
    padding-left: 12rem !important;
  }
  .pt-sm-15 {
    padding-top: 13rem !important;
  }
  .pr-sm-15 {
    padding-right: 13rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-15 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6 {
    margin-left: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7 {
    margin-left: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8 {
    margin-left: 6rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mr-md-9 {
    margin-right: 7rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .ml-md-9 {
    margin-left: 7rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mr-md-10 {
    margin-right: 8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .ml-md-10 {
    margin-left: 8rem !important;
  }
  .mt-md-11 {
    margin-top: 9rem !important;
  }
  .mr-md-11 {
    margin-right: 9rem !important;
  }
  .mb-md-11 {
    margin-bottom: 9rem !important;
  }
  .ml-md-11 {
    margin-left: 9rem !important;
  }
  .mt-md-12 {
    margin-top: 10rem !important;
  }
  .mr-md-12 {
    margin-right: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 10rem !important;
  }
  .ml-md-12 {
    margin-left: 10rem !important;
  }
  .mt-md-13 {
    margin-top: 11rem !important;
  }
  .mr-md-13 {
    margin-right: 11rem !important;
  }
  .mb-md-13 {
    margin-bottom: 11rem !important;
  }
  .ml-md-13 {
    margin-left: 11rem !important;
  }
  .mt-md-14 {
    margin-top: 12rem !important;
  }
  .mr-md-14 {
    margin-right: 12rem !important;
  }
  .mb-md-14 {
    margin-bottom: 12rem !important;
  }
  .ml-md-14 {
    margin-left: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 13rem !important;
  }
  .mr-md-15 {
    margin-right: 13rem !important;
  }
  .mb-md-15 {
    margin-bottom: 13rem !important;
  }
  .ml-md-15 {
    margin-left: 13rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6 {
    padding-left: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7 {
    padding-left: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8 {
    padding-left: 6rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pr-md-9 {
    padding-right: 7rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .pl-md-9 {
    padding-left: 7rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pr-md-10 {
    padding-right: 8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .pl-md-10 {
    padding-left: 8rem !important;
  }
  .pt-md-11 {
    padding-top: 9rem !important;
  }
  .pr-md-11 {
    padding-right: 9rem !important;
  }
  .pb-md-11 {
    padding-bottom: 9rem !important;
  }
  .pl-md-11 {
    padding-left: 9rem !important;
  }
  .pt-md-12 {
    padding-top: 10rem !important;
  }
  .pr-md-12 {
    padding-right: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 10rem !important;
  }
  .pl-md-12 {
    padding-left: 10rem !important;
  }
  .pt-md-13 {
    padding-top: 11rem !important;
  }
  .pr-md-13 {
    padding-right: 11rem !important;
  }
  .pb-md-13 {
    padding-bottom: 11rem !important;
  }
  .pl-md-13 {
    padding-left: 11rem !important;
  }
  .pt-md-14 {
    padding-top: 12rem !important;
  }
  .pr-md-14 {
    padding-right: 12rem !important;
  }
  .pb-md-14 {
    padding-bottom: 12rem !important;
  }
  .pl-md-14 {
    padding-left: 12rem !important;
  }
  .pt-md-15 {
    padding-top: 13rem !important;
  }
  .pr-md-15 {
    padding-right: 13rem !important;
  }
  .pb-md-15 {
    padding-bottom: 13rem !important;
  }
  .pl-md-15 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6 {
    margin-left: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8 {
    margin-left: 6rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mr-lg-9 {
    margin-right: 7rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-9 {
    margin-left: 7rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mr-lg-10 {
    margin-right: 8rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-10 {
    margin-left: 8rem !important;
  }
  .mt-lg-11 {
    margin-top: 9rem !important;
  }
  .mr-lg-11 {
    margin-right: 9rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-11 {
    margin-left: 9rem !important;
  }
  .mt-lg-12 {
    margin-top: 10rem !important;
  }
  .mr-lg-12 {
    margin-right: 10rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-12 {
    margin-left: 10rem !important;
  }
  .mt-lg-13 {
    margin-top: 11rem !important;
  }
  .mr-lg-13 {
    margin-right: 11rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-13 {
    margin-left: 11rem !important;
  }
  .mt-lg-14 {
    margin-top: 12rem !important;
  }
  .mr-lg-14 {
    margin-right: 12rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-14 {
    margin-left: 12rem !important;
  }
  .mt-lg-15 {
    margin-top: 13rem !important;
  }
  .mr-lg-15 {
    margin-right: 13rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-15 {
    margin-left: 13rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6 {
    padding-left: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8 {
    padding-left: 6rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pr-lg-9 {
    padding-right: 7rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-9 {
    padding-left: 7rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pr-lg-10 {
    padding-right: 8rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-10 {
    padding-left: 8rem !important;
  }
  .pt-lg-11 {
    padding-top: 9rem !important;
  }
  .pr-lg-11 {
    padding-right: 9rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-11 {
    padding-left: 9rem !important;
  }
  .pt-lg-12 {
    padding-top: 10rem !important;
  }
  .pr-lg-12 {
    padding-right: 10rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-12 {
    padding-left: 10rem !important;
  }
  .pt-lg-13 {
    padding-top: 11rem !important;
  }
  .pr-lg-13 {
    padding-right: 11rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-13 {
    padding-left: 11rem !important;
  }
  .pt-lg-14 {
    padding-top: 12rem !important;
  }
  .pr-lg-14 {
    padding-right: 12rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-14 {
    padding-left: 12rem !important;
  }
  .pt-lg-15 {
    padding-top: 13rem !important;
  }
  .pr-lg-15 {
    padding-right: 13rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-15 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6 {
    margin-left: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8 {
    margin-left: 6rem !important;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mr-xl-9 {
    margin-right: 7rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-9 {
    margin-left: 7rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mr-xl-10 {
    margin-right: 8rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-10 {
    margin-left: 8rem !important;
  }
  .mt-xl-11 {
    margin-top: 9rem !important;
  }
  .mr-xl-11 {
    margin-right: 9rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-11 {
    margin-left: 9rem !important;
  }
  .mt-xl-12 {
    margin-top: 10rem !important;
  }
  .mr-xl-12 {
    margin-right: 10rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-12 {
    margin-left: 10rem !important;
  }
  .mt-xl-13 {
    margin-top: 11rem !important;
  }
  .mr-xl-13 {
    margin-right: 11rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-13 {
    margin-left: 11rem !important;
  }
  .mt-xl-14 {
    margin-top: 12rem !important;
  }
  .mr-xl-14 {
    margin-right: 12rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-14 {
    margin-left: 12rem !important;
  }
  .mt-xl-15 {
    margin-top: 13rem !important;
  }
  .mr-xl-15 {
    margin-right: 13rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-15 {
    margin-left: 13rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6 {
    padding-left: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8 {
    padding-left: 6rem !important;
  }
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .pr-xl-9 {
    padding-right: 7rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-9 {
    padding-left: 7rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pr-xl-10 {
    padding-right: 8rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-10 {
    padding-left: 8rem !important;
  }
  .pt-xl-11 {
    padding-top: 9rem !important;
  }
  .pr-xl-11 {
    padding-right: 9rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-11 {
    padding-left: 9rem !important;
  }
  .pt-xl-12 {
    padding-top: 10rem !important;
  }
  .pr-xl-12 {
    padding-right: 10rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-12 {
    padding-left: 10rem !important;
  }
  .pt-xl-13 {
    padding-top: 11rem !important;
  }
  .pr-xl-13 {
    padding-right: 11rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-13 {
    padding-left: 11rem !important;
  }
  .pt-xl-14 {
    padding-top: 12rem !important;
  }
  .pr-xl-14 {
    padding-right: 12rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-14 {
    padding-left: 12rem !important;
  }
  .pt-xl-15 {
    padding-top: 13rem !important;
  }
  .pr-xl-15 {
    padding-right: 13rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-15 {
    padding-left: 13rem !important;
  }
}
/*-------------------------------------------
Fontsize
-------------------------------------------*/
.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}
@media (min-width: 768px), print {
  .fs14 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px), print {
  .fs14 {
    font-size: 1.4rem;
  }
}

.fs15 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs15 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px), print {
  .fs15 {
    font-size: 1.5rem;
  }
}

.fs16 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px), print {
  .fs16 {
    font-size: 1.6rem;
  }
}

.fs17 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs17 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px), print {
  .fs17 {
    font-size: 1.7rem;
  }
}

.fs18 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs18 {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px), print {
  .fs18 {
    font-size: 1.8rem;
  }
}

.fs20 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs20 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px), print {
  .fs20 {
    font-size: 2rem;
  }
}

.fs21 {
  font-size: 1.5rem;
}
@media (min-width: 768px), print {
  .fs21 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px), print {
  .fs21 {
    font-size: 2.1rem;
  }
}

.fs22 {
  font-size: 1.6rem;
}
@media (min-width: 768px), print {
  .fs22 {
    font-size: 2rem;
  }
}
@media (min-width: 992px), print {
  .fs22 {
    font-size: 2.2rem;
  }
}

.fs23 {
  font-size: 1.6rem;
}
@media (min-width: 768px), print {
  .fs23 {
    font-size: 2rem;
  }
}
@media (min-width: 992px), print {
  .fs23 {
    font-size: 2.3rem;
  }
}

.fs24 {
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .fs24 {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px), print {
  .fs24 {
    font-size: 2.4rem;
  }
}

.fs25 {
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .fs25 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px), print {
  .fs25 {
    font-size: 2.5rem;
  }
}

.fs26 {
  font-size: 1.9rem;
}
@media (min-width: 768px), print {
  .fs26 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px), print {
  .fs26 {
    font-size: 2.6rem;
  }
}

.fs28 {
  font-size: 1.9rem;
}
@media (min-width: 768px), print {
  .fs28 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px), print {
  .fs28 {
    font-size: 2.8rem;
  }
}

.fs29 {
  font-size: 2rem;
}
@media (min-width: 768px), print {
  .fs29 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px), print {
  .fs29 {
    font-size: 2.9rem;
  }
}

.fs30 {
  font-size: 2.2rem;
}
@media (min-width: 768px), print {
  .fs30 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px), print {
  .fs30 {
    font-size: 3rem;
  }
}

.fs32 {
  font-size: 2.2rem;
}
@media (min-width: 768px), print {
  .fs32 {
    font-size: 2.7rem;
  }
}
@media (min-width: 992px), print {
  .fs32 {
    font-size: 3.2rem;
  }
}

.fs35 {
  font-size: 2.3rem;
}
@media (min-width: 768px), print {
  .fs35 {
    font-size: 2.9rem;
  }
}
@media (min-width: 992px), print {
  .fs35 {
    font-size: 3.5rem;
  }
}

.fs36 {
  font-size: 2.4rem;
}
@media (min-width: 768px), print {
  .fs36 {
    font-size: 3rem;
  }
}
@media (min-width: 992px), print {
  .fs36 {
    font-size: 3.6rem;
  }
}

.fs40 {
  font-size: 2.6rem;
}
@media (min-width: 768px), print {
  .fs40 {
    font-size: 3.3rem;
  }
}
@media (min-width: 992px), print {
  .fs40 {
    font-size: 4rem;
  }
}

.fs42 {
  font-size: 2.7rem;
}
@media (min-width: 768px), print {
  .fs42 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px), print {
  .fs42 {
    font-size: 4.2rem;
  }
}

.fs44 {
  font-size: 2.8rem;
}
@media (min-width: 768px), print {
  .fs44 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px), print {
  .fs44 {
    font-size: 4.4rem;
  }
}

.fs45 {
  font-size: 2.8rem;
}
@media (min-width: 768px), print {
  .fs45 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px), print {
  .fs45 {
    font-size: 4.5rem;
  }
}

.fs48 {
  font-size: 3rem;
}
@media (min-width: 768px), print {
  .fs48 {
    font-size: 3.9rem;
  }
}
@media (min-width: 992px), print {
  .fs48 {
    font-size: 4.8rem;
  }
}

.fs50 {
  font-size: 3.2rem;
}
@media (min-width: 768px), print {
  .fs50 {
    font-size: 4rem;
  }
}
@media (min-width: 992px), print {
  .fs50 {
    font-size: 5rem;
  }
}

.fs52 {
  font-size: 3.2rem;
}
@media (min-width: 768px), print {
  .fs52 {
    font-size: 4rem;
  }
}
@media (min-width: 992px), print {
  .fs52 {
    font-size: 5.2rem;
  }
}

.fs58 {
  font-size: 3.4rem;
}
@media (min-width: 768px), print {
  .fs58 {
    font-size: 4.1rem;
  }
}
@media (min-width: 992px), print {
  .fs58 {
    font-size: 5.8rem;
  }
}

.fs64 {
  font-size: 3.6rem;
}
@media (min-width: 768px), print {
  .fs64 {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px), print {
  .fs64 {
    font-size: 6.4rem;
  }
}

.fs70 {
  font-size: 4rem;
}
@media (min-width: 768px), print {
  .fs70 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px), print {
  .fs70 {
    font-size: 7rem;
  }
}

.fs80 {
  font-size: 4.7rem;
}
@media (min-width: 768px), print {
  .fs80 {
    font-size: 5rem;
  }
}
@media (min-width: 992px), print {
  .fs80 {
    font-size: 8rem;
  }
}

/*-------------------------------------------
Header全般
-------------------------------------------*/
/* ヘッダーの上部余白調整
-------------------------------------------*/
.cont {
  position: relative;
  padding-top: 70px;
  background: url(../images/common/all-bg.jpg) top center;
}
@media (min-width: 992px), print {
  .cont {
    padding-top: 108px;
  }
}

/* SPheader
-------------------------------------------*/
.sp-header {
  position: fixed;
  display: block;
  top: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 992px), print {
  .sp-header {
    display: none;
  }
}
.sp-header .logo-btn-area {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.sp-header .logo-btn-area .logo-area {
  display: flex;
  align-items: center;
}
.sp-header .logo-btn-area .logo-area .logo {
  padding-left: 6px;
}
.sp-header .logo-btn-area .logo-area .logo .logo-img {
  width: 146px;
}
.sp-header .sp-menu {
  display: none;
  border-top: 1px solid #ddd;
  height: calc(100vh - 70px);
  overflow-y: scroll;
}
.sp-header .sp-menu ul {
  /*------サブメニューデザイン------*/
  /*------サブメニューsp時の開閉------*/
}
.sp-header .sp-menu ul li {
  list-style-type: none;
}
.sp-header .sp-menu ul li a {
  display: flex;
  align-items: center;
  height: 54px;
  line-height: 1;
  padding-left: 15px;
  color: #111;
  border-bottom: 1px solid #ddd;
}
.sp-header .sp-menu ul li .link-trig-sp {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000f83;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.5s;
}
.sp-header .sp-menu ul .nav-active a {
  border-bottom: 1px solid #000f83;
  color: #111;
}
.sp-header .sp-menu ul .sp-sub-menu-area {
  position: relative;
}
.sp-header .sp-menu ul .sp-sub-menu-area .sub-menu {
  font-size: 13px;
  display: none;
  background-color: #f8f7f0;
}
.sp-header .sp-menu ul .sp-sub-menu-area .sub-menu li {
  width: 50%;
  border-right: 1px solid #e6e2cb;
  border-bottom: 1px solid #e6e2cb;
}
.sp-header .sp-menu ul .sp-sub-menu-area .sub-menu li:nth-child(even) {
  border-right: none;
}
.sp-header .sp-menu ul .sp-sub-menu-area .sub-menu li a {
  border: none;
  width: 100%;
}
.sp-header .sp-menu ul .sp-toggle .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.sp-header .sp-menu ul .sp-toggle .link-trig-sp {
  transform: rotateZ(45deg);
}

/*------ハンバーガーメニューデザイン------*/
.menu-toggle {
  display: block;
  background-color: #000f83;
  border: 1px solid #000f83;
  width: 70px;
  line-height: 0;
}
@media (min-width: 992px), print {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.menu-toggle span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: -10px;
  left: 0px;
  transition: 0.3s;
}
.menu-toggle span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  top: 10px;
  left: 0px;
  transition: 0.3s;
}

/*------ハンバーガーメニュー開閉------*/
.header-active .menu-toggle span::before {
  transform: translateY(10px);
}
.header-active .menu-toggle span::after {
  transform: translateY(-10px);
}
.header-active .sp-menu {
  display: block;
}
@media (min-width: 992px), print {
  .header-active .sp-menu {
    display: flex;
  }
}

.sp-contact {
  display: block;
  text-align: center;
  background-color: #000f83;
  padding: 30px 15px;
  color: #fff;
  line-height: 1;
}
.sp-contact a {
  color: #fff;
}

/* PCheader
-------------------------------------------*/
.pc-header {
  display: none;
  /*------滞在表現------*/
}
@media (min-width: 992px), print {
  .pc-header {
    position: fixed;
    top: 0px;
    display: block;
    width: 100%;
    z-index: 8000;
    transition: 0.3s;
  }
}
.pc-header .pc-header-in {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 108px;
  transition: 0.3s;
}
.pc-header .pc-header-in .logo-area {
  margin-left: 20px;
  margin-top: 26px;
  max-width: 238px;
  width: 20vw;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media (min-width: 1400px), print {
  .pc-header .pc-header-in .logo-area {
    margin-left: 40px;
    margin-top: 26px;
  }
}
.pc-header .pc-header-in .pc-menu {
  display: flex;
  align-items: stretch;
}
.pc-header .pc-header-in .pc-menu .menu-list {
  display: flex;
  margin-right: 32px;
}
.pc-header .pc-header-in .pc-menu .menu-list .link-box {
  display: flex;
  align-items: stretch;
}
.pc-header .pc-header-in .pc-menu .menu-list .link-box .pc-link {
  display: inline-flex;
  align-items: center;
  color: #111;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0.7vw;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0.01em;
}
@media (min-width: 1300px), print {
  .pc-header .pc-header-in .pc-menu .menu-list .link-box .pc-link {
    letter-spacing: 0.05em;
  }
}
.pc-header .pc-header-in .pc-menu .menu-list .link-box .pc-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #000f83;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}
.pc-header .nav-active .pc-link::after {
  opacity: 1 !important;
}

/*------スクロール後------*/
.schead {
  background-color: rgb(255, 255, 255);
}
.schead .pc-header-in {
  height: 90px;
}
.schead .pc-header-in .logo-area {
  margin-left: 1.5vw;
  margin-top: 0vw;
}
.schead .pc-header-in .pc-contact {
  height: 90px;
  border-radius: 0;
}

/*------PCサブメニュー------*/
.pc-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  min-height: 260px;
  display: flex;
  align-items: stretch;
  background-color: #000f83;
  visibility: hidden;
  opacity: 0;
}
.pc-sub-menu .pc-sub-meun-in {
  width: 64%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
}
.pc-sub-menu .pc-sub-meun-in .sub-ttl-area {
  width: 30%;
  font-size: 20px;
  letter-spacing: 0.3em;
  font-weight: bold;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 30px 0;
}
.pc-sub-menu .pc-sub-meun-in .sub-ul {
  margin-left: 10%;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.pc-sub-menu .pc-sub-meun-in .sub-ul li {
  width: 49%;
  margin-bottom: 5px;
  margin-right: 1%;
}
.pc-sub-menu .pc-sub-meun-in .sub-ul li:last-child {
  margin-bottom: 0;
}
.pc-sub-menu .pc-sub-meun-in .sub-ul li a {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 10px 20px;
  color: #111;
  background-color: #fff;
  font-weight: bold;
  transition: 0.2s;
  border-radius: 2px;
}
.pc-sub-menu .pc-sub-meun-in .sub-ul li a:hover {
  background: #e9a616;
  color: #fff;
}

.link-box:hover .pc-link::after {
  opacity: 1 !important;
}
.link-box:hover .pc-sub-menu {
  visibility: visible;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pc-contact {
  width: 200px;
  height: 140px;
  border-bottom-left-radius: 30px;
  background-color: #000f83;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transition: 0.4s;
}
@media (min-width: 1400px), print {
  .pc-contact {
    width: 240px;
  }
}
.pc-contact .pc-contact-sub {
  color: #000f83;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 4px 15px;
  border-radius: 50px;
}

/*-------------------------------------------
Common
-------------------------------------------*/
.f-rd {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*　slide
------------------------------------------------------------------*/
.mv-all {
  position: relative;
}

.mv-bg {
  bottom: 0px;
  position: absolute;
  background: url(../images/top/mv-bg.png) no-repeat top center;
  height: 500px;
  width: 100%;
}

.sp-box {
  width: 100%;
  display: flex;
  justify-content: right;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  z-index: 100;
  background-color: transparent;
}
@media (min-width: 768px), print {
  .sp-box {
    padding-right: 20px;
    padding-left: 80px;
  }
}
@media (min-width: 992px), print {
  .sp-box {
    padding-right: 90px;
    padding-left: 150px;
  }
}

.sp-box .slider-pro {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.sp-box .box-in {
  z-index: 1;
  overflow: hidden;
}

.sp-box .sp-slide img {
  transform: scale(1);
  transition: transform 0.2s ease;
}

.sp-box .sp-slide.sp-selected img {
  -webkit-animation: scale 6s linear 1 alternate;
          animation: scale 6s linear 1 alternate;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.slider-pro {
  /* max-width: none !important;
  width: auto !important; */
  margin: 0 !important;
}

.mt {
  position: absolute;
  bottom: 6.2vw;
  left: 6vw;
  z-index: 200;
  font-size: 23px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 768px), print {
  .mt {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 992px), print {
  .mt {
    font-size: 3.6vw;
  }
}
@media (min-width: 1400px), print {
  .mt {
    font-size: 2.9vw;
  }
}

.mt02 {
  position: absolute;
  right: 33px;
  top: 13px;
  z-index: 200;
  width: 100px;
}
@media (min-width: 768px), print {
  .mt02 {
    width: 170px;
  }
}
@media (min-width: 992px), print {
  .mt02 {
    width: auto;
    top: auto;
    right: 1vw;
    bottom: 4vw;
  }
}

/* サブページh2
-------------------------------------------*/
/* 背景
-------------------------------------------*/
/* タイトル
-------------------------------------------*/
/* ボタン
-------------------------------------------*/
/* flow
-------------------------------------------*/
.flow-1set {
  background-color: rgb(247, 247, 247);
  padding: 20px 15px;
  border-radius: 8px;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px), print {
  .flow-1set {
    padding: 20px 30px;
  }
}
.flow-1set:last-child {
  margin-bottom: 0;
}
.flow-1set .flow-num {
  flex-shrink: 0;
  background: #000f83;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-left: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  position: relative;
}
.flow-1set .flow-num::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #000f83;
  bottom: -35px;
}
.flow-1set .flow-info {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 992px), print {
  .flow-1set .flow-info {
    padding-left: 40px;
  }
}
.flow-1set .flow-info .flow-ttl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

/* contlist
-------------------------------------------*/
.cont-list01 {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px 15px;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 768px), print {
  .cont-list01 {
    padding: 4px 0px;
    display: flex;
  }
}
.cont-list01:last-child {
  margin-bottom: 0px;
}
.cont-list01 .cont-list01-ttl {
  position: relative;
  width: 210px;
  flex-shrink: 0;
  text-align: left;
  color: #000f83;
  font-weight: bold;
}
@media (min-width: 768px), print {
  .cont-list01 .cont-list01-ttl {
    text-align: center;
  }
}
@media (min-width: 768px), print {
  .cont-list01 .cont-list01-ttl::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    right: 0px;
  }
}
.cont-list01 .cont-list01-txt {
  text-align: left;
}
@media (min-width: 768px), print {
  .cont-list01 .cont-list01-txt {
    padding-left: 40px;
  }
}

.cont-list02 {
  background-color: #fff;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
  border: 1px solid #eee;
  padding: 12px 30px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.cont-list02:last-child {
  margin-bottom: 0;
}
.cont-list02 .cont-list02-ttl {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000f83;
}
.cont-list02 .cont-list02-ttl span.list-ttl-dec {
  display: inline-block;
  background-color: #000f83;
  color: #fff;
  line-height: 1.1;
  padding: 2px 16px;
  border-radius: 50px;
  font-weight: normal;
}

.cont-list03 {
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px), print {
  .cont-list03 {
    display: flex;
  }
}
.cont-list03 .cont-list03-ttl {
  background-color: #000f83;
  color: #fff;
  padding: 6px 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 768px), print {
  .cont-list03 .cont-list03-ttl {
    background-color: transparent;
    color: #000f83;
    min-width: 190px;
    flex-shrink: 0;
    border-bottom: 1px solid #000f83;
    padding: 20px 15px;
  }
}
.cont-list03 .cont-list03-txt {
  padding: 15px 15px;
  line-height: 1.6;
  width: 100%;
}
@media (min-width: 768px), print {
  .cont-list03 .cont-list03-txt {
    padding: 20px 15px 20px 40px;
  }
}
.cont-list03 .cont-list03-txt .add-set {
  background-color: #f3f3f3;
  width: 100%;
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.cont-list03 .cont-list03-txt .add-set:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px), print {
  .cont-list04 {
    display: flex;
    flex-wrap: wrap;
  }
}
.cont-list04 .cont-list04-item {
  position: relative;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-left: 1px solid #000f83;
  background-color: #fff;
  border-radius: 4px;
  line-height: 1.3;
  padding: 16px 24px 16px 24px;
  font-weight: 500;
  display: flex;
}
@media (min-width: 768px), print {
  .cont-list04 .cont-list04-item {
    width: calc(33% - 10px);
    margin: 0 6px;
    margin-bottom: 10px;
  }
}
.cont-list04 .cont-list04-item::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 6px;
  background-color: #000f83;
  top: 50%;
  left: -1px;
}

/* スクロールブロックエフェクト
-------------------------------------------*/
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.bre-inline {
  display: inline-block;
}

/* breadcrumbs
-------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-right: 1em;
}
.breadcrumbs li {
  display: inline-block;
  padding-left: 1em;
  line-height: 1;
  position: relative;
  color: #292929;
  font-size: 11px;
}
.breadcrumbs li:first-child::after {
  content: none;
}
.breadcrumbs li::after {
  position: absolute;
  display: block;
  content: "-";
  left: 0;
  top: 0;
  color: #000f83;
}
.breadcrumbs li a {
  color: #000f83;
  font-weight: bold;
}

/* pagetop
-------------------------------------------*/
#pagetop {
  width: 40px;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 500;
}
@media (min-width: 992px), print {
  #pagetop {
    width: 55px;
  }
}

/* copy
-------------------------------------------*/
.f-copy {
  display: block;
  background-color: #000f83;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
  text-align: center;
}

/* ofi
-------------------------------------------*/
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}

.photo-ofi .ofi-item {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

/* cate
-------------------------------------------*/
.cate-btn {
  position: relative;
  width: 100%;
  padding: 15px;
  border: 2px solid #000f83;
  color: #000f83;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cate-btn:hover {
  background-color: #000f83;
  color: #fff;
}

.cate-detail-label {
  position: relative;
  width: 100%;
  padding: 15px;
  border: 2px solid #000f83;
  color: #000f83;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cate-text-box {
  padding: 15px;
  border-radius: 2px;
  background-color: #fff;
}

/* paging
-------------------------------------------*/
div.paging {
  text-align: center;
}

div.paging span {
  background-color: #fff;
}

div.paging span.current,
div.paging span.paging-text {
  margin: 0px 2px;
  color: #292929;
  border: 1px solid #ddd;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

div.paging span.current {
  background: #000f83;
  border: 1px solid #000f83;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #000f83;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* fotorama調整
-------------------------------------------*/
.fotorama__stage__frame {
  background: #eee;
}

.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
}

.fotorama__nav-wrap {
  margin-top: 3px;
}

.fotorama__caption {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px 15px;
}

.fotorama__caption__wrap {
  background-color: transparent;
}

/* フォームテンプレ
-------------------------------------------*/
.contact-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.contact-table th {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 8px 12px 8px 15px;
  background-color: #000f83;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (min-width: 768px), print {
  .contact-table th {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #ddd;
    display: table-cell;
    width: 35%;
    color: #292929;
    font-size: 15px;
    padding: 22px 12px 20px 12px;
  }
}
@media (min-width: 992px), print {
  .contact-table th {
    width: 25%;
  }
}
.contact-table th .form-need {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #000f83;
  background-color: #fff;
  color: #000f83;
  font-weight: normal;
  line-height: 1;
  padding: 4px 7px !important;
  margin-left: 10px;
}
@media (min-width: 768px), print {
  .contact-table th .form-need {
    position: absolute;
    right: 0px;
  }
}
.contact-table td {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  padding: 8px 12px;
}
@media (min-width: 768px), print {
  .contact-table td {
    border: 0px;
    display: table-cell;
    width: 65%;
    padding: 22px 12px 20px 30px;
  }
}
@media (min-width: 992px), print {
  .contact-table td {
    width: 75%;
  }
}
.contact-table td input,
.contact-table td textarea {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-table td input:-ms-input-placeholder,
.contact-table td extarea:-ms-input-placeholder {
  color: #ddd;
}
.contact-table td input {
  height: 38px;
}
@media (min-width: 768px), print {
  .contact-table tr {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 768px), print {
  .contact-table tr.top-border {
    border-top: 1px solid #eee;
  }
}
.contact-table .radio-input input {
  height: auto;
  width: auto;
  padding-left: 0px;
}
.contact-table .input50 {
  width: 100%;
}
@media (min-width: 768px), print {
  .contact-table .input50 {
    width: 50%;
  }
}

.policy_bg {
  width: 100%;
  height: 260px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
}
.policy_bg .policy {
  padding: 10px;
}
@media (min-width: 768px), print {
  .policy_bg .policy {
    padding: 26px;
  }
}
.policy_bg .policy h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.policy_bg .policy ul {
  padding-bottom: 20px;
  padding-left: 30px;
}
.policy_bg .policy ul li {
  padding: 3px 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 8px;
}
.policy_bg .policy .num li {
  list-style-type: decimal;
}

/* コンテンツスライド
-------------------------------------------*/
.cs-1set .photo-ofi {
  background-color: #f2f2f2;
}
.cs-1set .cs-1set-txt {
  color: #111;
  margin-top: 10px;
}

/* FAQテンプレ
-------------------------------------------*/
.accordion-1set {
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}
.accordion-1set:last-child {
  margin-bottom: 0px;
}
.accordion-1set .ac-base {
  display: flex;
  align-items: center;
  background-color: #000f83;
  padding: 15px 60px 15px 30px;
  color: #fff;
  position: relative;
}
.accordion-1set .ac-base .q-body {
  display: flex;
  align-items: stretch;
}
.accordion-1set .ac-base .q-body .q-icon {
  flex-shrink: 0;
  width: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  border-right: 1px solid #fff;
}
.accordion-1set .ac-base .plus-minus {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.accordion-1set .ac-base .plus-minus::before {
  content: "";
  transition: 0.3s;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  right: -1px;
  transform: rotateZ(90deg);
}
.accordion-1set .open .plus-minus::before {
  transform: rotateZ(180deg);
}
.accordion-1set .ac-in {
  display: none;
  padding: 15px 30px 15px 30px;
}
.accordion-1set .ac-in .a-body {
  display: flex;
  align-items: stretch;
}
.accordion-1set .ac-in .a-body .a-icon {
  color: #c00f55;
  flex-shrink: 0;
  width: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}

/* aosラインアニメーション調整
-------------------------------------------*/
/*　write-line
---------------*/
.border-dec01 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 5px;
  background: #000f83;
}

[data-aos^=write-line][data-aos^=write-line].aos-animate {
  -webkit-animation-name: write-line-anime;
          animation-name: write-line-anime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*-- 最後の状態をキープ --*/
}

@-webkit-keyframes write-line-anime {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}

@keyframes write-line-anime {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
/*　write-line2
---------------*/
.border-dec02 {
  position: absolute;
  top: auto;
  bottom: -5px;
  right: 0px;
  width: 0%;
  height: 5px;
  background-color: #000f83;
}

[data-aos^=write-line2][data-aos^=write-line2].aos-animate {
  -webkit-animation-name: write-line-anime2;
          animation-name: write-line-anime2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*-- 最後の状態をキープ --*/
}

@-webkit-keyframes write-line-anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}

@keyframes write-line-anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
/* スクロールアニメ
-------------------------------------------*/
.st-bace {
  position: absolute;
}

/* rdanime-samp
-------------------------------------------*/
.bg-dec01 {
  display: none;
}
@media (min-width: 768px), print {
  .bg-dec01 {
    display: block;
    position: fixed;
    top: 7vw;
    left: 4vw;
    width: 15vw;
    height: 15vw;
    border-radius: 15vw;
    border: 8vw solid #000f83;
    -webkit-animation: shapeanime01 6s ease infinite;
            animation: shapeanime01 6s ease infinite;
    transition: 0.3s;
    z-index: -1;
  }
}

.bg-dec02 {
  display: none;
}
@media (min-width: 768px), print {
  .bg-dec02 {
    display: block;
    position: fixed;
    bottom: -4vw;
    right: -4vw;
    width: 15vw;
    height: 15vw;
    border-radius: 15vw;
    border: 8vw solid #000f83;
    -webkit-animation: shapeanime02 8s ease infinite;
            animation: shapeanime02 8s ease infinite;
    transition: 0.3s;
    z-index: -1;
  }
}

@-webkit-keyframes shapeanime01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #000f83;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shapeanime01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #000f83;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shapeanime02 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #c28f15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shapeanime02 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0;
    border: 0.1vw solid #c28f15;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------------------
style
-------------------------------------------*/
.cont-bg01 {
  position: relative;
  width: 100%;
  padding: 0 2vw;
  z-index: 1;
  background-color: #000f83;
}

.cont-bg01-in {
  position: relative;
  background: #fff;
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 992px), print {
  .cont-bg01-in {
    border-radius: 30px;
  }
}
@media (min-width: 1200px), print {
  .cont-bg01-in {
    border-radius: 60px;
  }
}

.cont-bg02 {
  position: relative;
  background-color: #000f83;
}

.cont-bg03 {
  position: relative;
  background: url(../images/common/all-bg.jpg) top center;
}

.cont-bg04 {
  position: relative;
  background-color: #fff;
}

.bold800 {
  font-weight: 800;
}

.ta-txt01 {
  font-size: 8vw;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 0.8;
  opacity: 0.1;
  margin-top: -0.2vw;
}

.ta-txt02 {
  position: absolute;
  bottom: 0px;
  font-size: 8vw;
  width: 100vw;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #2b70e2;
  text-align: center;
  line-height: 0.8;
  opacity: 0.07;
  overflow-x: hidden;
}

.btn01 {
  position: relative;
  width: 94%;
  height: 62px;
  background-color: #000f83;
  border: 2px solid #000f83;
  color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  padding-left: 28px;
  transition: 0.2s;
}
@media (min-width: 768px), print {
  .btn01 {
    width: 252px;
  }
}
.btn01 span {
  position: absolute;
  right: 20px;
  transition: 0.2s;
}
.btn01:hover {
  background-color: #fff;
  color: #000f83;
}

.img-wid01 {
  width: 94%;
  margin: 0 auto;
}
@media (min-width: 768px), print {
  .img-wid01 {
    width: 100%;
    margin: 0;
  }
}

.btn02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
.btn02 .btn02-txt {
  flex-shrink: 0;
  margin-right: 17px;
  transition: 0.2s;
}
.btn02 span {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #000f83;
  border: 2px solid #000f83;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.btn02:hover span {
  background-color: #fff;
  color: #000f83;
  transform: scale(0.9);
}

.hr01 {
  border: none;
  background: none;
  border-bottom: 1px solid #c6d3e9;
}

.hr02 {
  border: none;
  background: none;
  border-bottom: 1px solid #1828a8;
}

.link-set01 {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/top/link01.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
@media (min-width: 992px), print {
  .link-set01 {
    height: 384px;
  }
}
.link-set01 h4 {
  border-bottom: 4px solid #fff;
}
.link-set01 span {
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.link-set01:hover {
  opacity: 0.8;
  transform: scale(0.98);
}

.link-img02 {
  background: url(../images/top/link02.png) no-repeat top center;
  background-size: cover;
}

.link-img03 {
  background: url(../images/top/link03.png) no-repeat top center;
  background-size: cover;
}

.link-img04 {
  background: url(../images/top/link04.png) no-repeat top center;
  background-size: cover;
}

.link-img05 {
  background: url(../images/top/link05.png) no-repeat top center;
  background-size: cover;
}

.ttl01 {
  display: inline-block;
}
@media (min-width: 768px), print {
  .ttl01 {
    line-height: 1;
    border-bottom: 4px solid #000f83;
  }
}

.icon-set {
  position: relative;
  width: 94%;
  margin: 0 auto;
  border: 6px solid #fff;
  border-radius: 6px;
  background-color: #F0F5FB;
  padding: 30px 15px;
}
@media (min-width: 992px), print {
  .icon-set {
    width: 100%;
    margin: 0;
    padding: 40px 44px;
    border: 12px solid #fff;
    border-radius: 12px;
  }
}

.contact-bg {
  position: relative;
  background: url(../images/common/contact-bg.jpg) no-repeat center;
  background-size: cover;
}

.btn03 {
  position: relative;
  width: 94%;
  height: 62px;
  border-radius: 100px;
  background-color: #000f83;
  color: #fff;
  border: 2px solid #000f83;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px), print {
  .btn03 {
    width: 310px;
  }
}

.btn04 {
  position: relative;
  width: 94%;
  height: 62px;
  border-radius: 100px;
  background-color: #000f83;
  color: #fff;
  border: 2px solid #000f83;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media (min-width: 768px), print {
  .btn04 {
    width: 310px;
  }
}
.btn04:hover {
  background-color: #fff;
  color: #000f83;
}

.ft-logo {
  width: 170px;
}
@media (min-width: 992px), print {
  .ft-logo {
    width: auto;
  }
}

@media (min-width: 768px), print {
  .ft-ul {
    display: flex;
  }
}
.ft-ul li {
  margin: 5px 0px;
}
@media (min-width: 768px), print {
  .ft-ul li {
    margin: 0 10px;
  }
}
.ft-ul li a {
  color: #fff;
}

.h2-bg {
  position: relative;
  background: url(../images/h2/h2-business.jpg) no-repeat center;
  background-size: cover;
  height: 240px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media (min-width: 768px), print {
  .h2-bg {
    height: 340px;
  }
}
@media (min-width: 992px), print {
  .h2-bg {
    height: 450px;
    padding-left: 5vw;
  }
}

.h2-contact {
  background: url(../images/h2/h2-contact.jpg) no-repeat center;
  background-size: cover;
}

.white-box02 {
  position: relative;
  max-width: 1650px;
  margin: 0 auto;
  width: 100%;
  min-height: 200px;
  background-color: #F0F5FB;
  border-radius: 12px;
  padding: 30px 15px;
  z-index: 3;
}
@media (min-width: 992px), print {
  .white-box02 {
    border-radius: 40px;
    display: flex;
    padding: 30px 30px;
  }
}
.white-box02 .white-box02-left {
  width: 100%;
}
@media (min-width: 992px), print {
  .white-box02 .white-box02-left {
    width: 52%;
    display: flex;
    align-items: center;
  }
}
.white-box02 .white-box02-right {
  width: 100%;
}
@media (min-width: 992px), print {
  .white-box02 .white-box02-right {
    width: 48%;
  }
}

.img-rd01 img {
  border-radius: 8px;
}
@media (min-width: 992px), print {
  .img-rd01 img {
    border-radius: 30px;
  }
}

.cont-txt01 {
  padding: 30px 10px 0px 10px;
}
@media (min-width: 992px), print {
  .cont-txt01 {
    padding: 2vw 5vw;
  }
}

.flow-1set02 {
  background-color: #F0F5FB;
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media (min-width: 768px), print {
  .flow-1set02 {
    display: flex;
    border-radius: 8px;
    padding: 30px 30px 54px 30px;
  }
}
.flow-1set02:last-child {
  margin-bottom: 0;
}
.flow-1set02 .flow-num02 {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 800;
  width: 80px;
  height: 80px;
  border-radius: 200px;
  margin: 0 auto 30px auto;
  justify-content: center;
  border: 4px solid #000f83;
  color: #000f83;
  background-color: #fff;
}
@media (min-width: 768px), print {
  .flow-1set02 .flow-num02 {
    margin: 0;
    margin-left: 10px;
    border: 6px solid #000f83;
  }
}
@media (min-width: 992px), print {
  .flow-1set02 .flow-num02 {
    width: 130px;
    height: 130px;
    font-size: 44px;
  }
}
.flow-1set02 .flow-num02::before {
  position: absolute;
  content: "▼";
  font-size: 26px;
  color: #000f83;
  bottom: -54px;
  display: none;
}
@media (min-width: 768px), print {
  .flow-1set02 .flow-num02::before {
    display: block;
  }
}
.flow-1set02 .flow-info02 {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px), print {
  .flow-1set02 .flow-info02 {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
.flow-1set02 .flow-info02 .flow-ttl02 {
  border-bottom: 1px solid #c6d3e9;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.ba-area {
  position: relative;
}
@media (min-width: 768px), print {
  .ba-area {
    display: flex;
    justify-content: center;
  }
}
.ba-area::after {
  content: "➡";
  color: #000f83;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: calc(50% - 16px);
  left: calc(50% - 10px);
  transform: rotate(90deg);
  display: none;
}
@media (min-width: 768px), print {
  .ba-area::after {
    display: block;
    top: 50%;
    transform: rotate(0deg);
  }
}
.ba-area .ba-base {
  position: relative;
  margin: 0 2%;
  background-color: #F0F5FB;
}
@media (min-width: 768px), print {
  .ba-area .ba-base {
    width: 46%;
  }
}
.ba-area .ba-base img {
  width: 100%;
}
.ba-area .before-img {
  margin-bottom: 30px;
}
@media (min-width: 768px), print {
  .ba-area .before-img {
    margin-bottom: 0px;
  }
}
.ba-area .ba-before {
  background-color: #fff;
  color: #000f83;
  border: 1px solid #000f83;
}

.ba-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #000f83;
  display: block;
  padding: 1px 22px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 10;
  border-radius: 100px;
}

.ba-txt {
  padding: 15px;
}

.cp-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000f83;
  color: #fff;
  font-style: italic;
  line-height: 1.4;
  padding: 2px 20px;
}

.box-set01 {
  border: 2px solid #000f83;
  border-radius: 6px;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 992px), print {
  .box-set01 {
    border: 2px solid #000f83;
    border-radius: 12px;
    padding: 40px;
  }
}

.ctb01 {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #000f83;
  color: #000f83;
  cursor: pointer;
  border-radius: 100px;
  padding: 7px 15px;
  transition: 0.3s;
}
.ctb01:hover {
  color: #fff;
  background-color: #000f83;
}
@media (min-width: 768px), print {
  .ctb01 {
    width: 260px;
  }
}