@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: #111;
  margin: 0px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  overflow-x: hidden;
  word-break: break-all;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.4rem;
  position: relative;
}

@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 iframe {
  width: 100%;
  height: 100%;
}

.w-100 {
  width: 100%;
}

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

.bold {
  font-weight: bold;
}

.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: #1c54a4;
}

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

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

.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: #111;
}

.main-bg {
  background-color: #1c54a4;
}

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

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

.c-main {
  color: #1c54a4 !important;
}

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

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

.black {
  color: #111 !important;
}

.red {
  color: #c00f0f !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: 1370px;
  margin: 0 auto;
  width: 100%;
}

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

.cont-wid03 {
  max-width: 1710px;
  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 {
  margin-top: 70px;
}

@media (min-width: 992px),
print {
  .cont {
    margin-top: 0px;
  }
}

/* PCheader
-------------------------------------------*/
.header01-pc {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
}

.header01-pc::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(58, 75, 102, 0);
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}

.header01-pc .header01-pc-in {
  display: flex;
  width: 100%;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  padding-left: 2.6vw;
}

.header01-pc .header01-pc-in .pc-logo {
  width: 20vw;
  max-width: 298px;
}

.header01-pc .header01-pc-in nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.header01-pc .header01-pc-in nav .link-btn {
  top: 18px;
  right: 270px;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  background-color: #fff;
  color: #1c54a4;
  padding: 0px 8px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  transition: 0.3s;
}

.header01-pc .header01-pc-in nav ul {
  display: flex;
  margin-right: 15px;
}

.header01-pc .header01-pc-in nav ul li a {
  color: #fff;
  font-weight: bold;
  padding: 15px 0.7vw;
  transition: 0.1s;
  border-bottom: 3px solid transparent;
  letter-spacing: 0em;
}

@media (min-width: 1300px),
print {
  .header01-pc .header01-pc-in nav ul li a {
    letter-spacing: 0.1em;
  }
}

.header01-pc .header01-pc-in nav ul li a:hover {
  border-bottom: 3px solid #fff;
}

.header01-pc .header01-pc-in nav ul .nav-active a {
  border-bottom: 3px solid #fff;
}

.header01-pc .header01-pc-in nav .pc-contact {
  display: flex;
  height: 100%;
  margin-left: 0.8vw;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-rec {
  padding-top: 2px;
  position: relative;
  width: 120px;
  height: 100%;
  right: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.1;
  transition: 0.3s;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-rec:hover {
  background-color: #000;
  color: #fff;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-rec::after {
  box-sizing: border-box;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-rec i {
  margin-bottom: 9px;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-env {
  padding-top: 2px;
  position: relative;
  width: 120px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.1;
  transition: 0.3s;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-env:hover {
  background-color: #000;
  color: #fff;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-env::after {
  box-sizing: border-box;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.header01-pc .header01-pc-in nav .pc-contact .pc-env i {
  margin-bottom: 9px;
}

.schead .header01-pc-in {
  height: 80px;
  padding-left: 1vw;
}

.schead::after {
  background: rgb(58, 75, 102);
}

.schead .link-btn {
  top: 6px !important;
}

/* SPheader
-------------------------------------------*/
.header01-sp {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: rgb(58, 75, 102);
}

@media (min-width: 992px),
print {
  .header01-sp {
    display: none;
  }
}

.header01-sp .logo-hamb-area {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.header01-sp .logo-hamb-area .logo-area {
  display: flex;
  align-items: center;
}

.header01-sp .logo-hamb-area .logo-area .logo {
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.header01-sp .logo-hamb-area .logo-area .logo .logo-img {
  width: 50vw;
  max-width: 298px;
}

@media (min-width: 768px),
print {
  .header01-sp .logo-hamb-area .logo-area .logo .logo-img {
    width: 34vw;
  }
}

.header01-sp nav {
  display: none;
  border-top: 1px solid #556783;
}

.header01-sp nav ul li {
  list-style-type: none;
}

.header01-sp nav ul li a {
  display: block;
  padding: 9px 15px;
  color: #c4cedf;
  border-bottom: 1px solid #556783;
}

.header01-sp nav ul .nav-active a {
  border-bottom: 1px solid #95a7c5;
}

.header01-sp nav .sp-link {
  padding: 15px 10px;
  background: #335688;
  text-align: center;
}

.header01-sp nav .sp-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  background-color: #fff;
  color: #1c54a4;
  padding: 2px 25px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
}

.menu-toggle {
  display: block;
  background: #3a4b66;
  border: none;
  width: 70px;
  line-height: 0;
}

.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 nav {
  display: block;
}

/*-------------------------------------------
Common
-------------------------------------------*/
/* anime
-------------------------------------------*/
.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;
}

/* main
-------------------------------------------*/
.mv-cov {
  position: relative;
  overflow: hidden;
}

.mv-area {
  position: relative;
  width: 100%;
  height: 54vw;
  overflow: hidden;
}

@media (min-width: 992px),
print {
  .mv-area {
    height: 49vw;
  }
}

.mv-area::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 54vw;
  background: url(../images/top/main-dot.png) top center;
}

@media (min-width: 992px),
print {
  .mv-area::before {
    height: 49vw;
  }
}

.mv-area::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 54vw;
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px),
print {
  .mv-area::after {
    height: 49vw;
  }
}

.mv-area video {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mv-logo {
  position: absolute;
  left: -9vw;
  bottom: -9vw;
  max-width: 736px;
  width: 40vw;
  z-index: 100;
  opacity: 0.5;
}

.mv-sc {
  position: absolute;
  left: calc(50% - 8px);
  bottom: 130px;
  writing-mode: vertical-lr;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  display: none;
  z-index: 100;
}

@media (min-width: 768px),
print {
  .mv-sc {
    display: block;
  }
}

.mv-sc::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 68px;
  background-color: #d7d7d7;
  bottom: -84px;
  left: 12px;
  opacity: 0.5;
}

.mv-sc::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 68px;
  background-color: #fff;
  bottom: -84px;
  left: 12px;
  -webkit-animation: 1s infinite alternate forwards sc;
  animation: 1s infinite alternate forwards sc;
}

@-webkit-keyframes sc {
  0% {
    height: 68px;
  }

  100% {
    height: 0px;
  }
}

@keyframes sc {
  0% {
    height: 68px;
  }

  100% {
    height: 0px;
  }
}

/* サブページh2
-------------------------------------------*/
.h2-bg {
  height: 240px;
  background: url(../images/h2/subh2.jpg) no-repeat top left;
  box-sizing: border-box;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

@media (min-width: 992px),
print {
  .h2-bg {
    height: 32vw;
    height: 420px;
    padding-top: 100px;
    padding-left: 10vw;
  }
}

/* タイトル
-------------------------------------------*/
/* ボタン
-------------------------------------------*/
.btn01 {
  width: 310px;
  height: 52px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  line-height: 1.1;
  letter-spacing: 0.3em;
  display: inline-flex;
  align-items: center;
  border: 1px solid #b0bac9;
  color: #fff;
  position: relative;
  transition: 0.3s;
}

.btn01 i {
  position: absolute;
  right: 18px;
  transition: 0.2s;
  transform: rotate(-45deg);
}

.btn01:hover {
  background-color: #fff;
  color: #3B4A67;
}

.btn01:hover i {
  transform: rotate(0deg);
}

.btn02 {
  background: none;
  max-width: 310px;
  width: 100%;
  height: 52px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  line-height: 1.1;
  letter-spacing: 0.3em;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4e1f4;
  color: #1c54a4;
  position: relative;
  transition: 0.3s;
}

.btn02 i {
  position: absolute;
  right: 18px;
  transition: 0.2s;
  transform: rotate(-45deg);
}

.btn02:hover {
  background-color: #1c54a4;
  color: #fff;
}

.btn02:hover i {
  transform: rotate(0deg);
}

.btn03 {
  width: 310px;
  height: 52px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  line-height: 1.1;
  letter-spacing: 0.3em;
  display: inline-flex;
  align-items: center;
  border: 1px solid #b0bac9;
  color: #fff;
  position: relative;
  transition: 0.3s;
}

@media (min-width: 992px),
print {
  .btn03 {
    width: 270px;
    height: 44px;
  }
}

.btn03 i {
  position: absolute;
  right: 18px;
  transition: 0.2s;
  transform: rotate(-45deg);
}

.btn04 {
  max-width: 310px;
  width: 100%;
  height: 52px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  line-height: 1.1;
  letter-spacing: 0.3em;
  display: inline-flex;
  align-items: center;
  border: 1px solid #b0bac9;
  color: #fff;
  position: relative;
  transition: 0.3s;
}

@media (min-width: 992px),
print {
  .btn04 {
    width: 270px;
    height: 40px;
  }
}

.btn04 i {
  position: absolute;
  right: 18px;
  transition: 0.2s;
  transform: rotate(-45deg);
}

.btn04:hover {
  background-color: #fff;
  color: #3B4A67;
}

.btn04:hover i {
  transform: rotate(0deg);
}

/* 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: #111;
  font-size: 11px;
}

.breadcrumbs li:first-child::after {
  content: none;
}

.breadcrumbs li::after {
  position: absolute;
  display: block;
  content: "-";
  left: 0;
  top: 0;
  color: #1c54a4;
}

.breadcrumbs li a {
  color: #1c54a4;
  font-weight: bold;
}

/* contlist
-------------------------------------------*/
.cont-list01 {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px 15px;
  border-radius: 8px;
  margin-bottom: 5px;
}

@media (min-width: 768px),
print {
  .cont-list01 {
    padding: 4px 0px;
  }
}

.cont-list01 dt {
  width: 170px;
  position: relative;
  flex-shrink: 0;
  text-align: left;
  color: #1c54a4;
  font-weight: bold;
}

@media (min-width: 768px),
print {
  .cont-list01 dt {
    text-align: center;
  }
}

@media (min-width: 768px),
print {
  .cont-list01 dt::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    right: 0px;
  }
}

.cont-list01 dd {
  text-align: left;
}

@media (min-width: 768px),
print {
  .cont-list01 dd {
    padding-left: 40px;
  }
}

.cont-list01:last-child {
  margin-bottom: 0px;
}

/* pagetop
-------------------------------------------*/
#pagetop {
  width: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 500;
}

#pagetop img:hover {
  -webkit-animation: rotates 0.7s linear infinite;
  animation: rotates 0.7s linear infinite;
}

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

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes rotates {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

/* copy
-------------------------------------------*/
.f-copy {
  display: block;
  background-color: #1c54a4;
  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 #1c54a4;
  color: #1c54a4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.cate-btn:hover {
  background-color: #1c54a4;
  color: #fff;
}

.cate-detail-label {
  position: relative;
  width: 100%;
  padding: 15px;
  border: 2px solid #1c54a4;
  color: #1c54a4;
  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: #111;
  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: #1c54a4;
  border: 1px solid #1c54a4;
  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: #1c54a4;
  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: #1c54a4;
  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: #111;
    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 #1c54a4;
  background-color: #fff;
  color: #1c54a4;
  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;
}

.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: 16px;
  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;
}

/* FAQテンプレ
-------------------------------------------*/
.accordion-1set {
  border: 1px solid #ddd;
  cursor: pointer;
}

.accordion-1set .ac-base {
  display: flex;
  align-items: center;
  background-color: #1c54a4;
  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 {
  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: #c00f0f;
  flex-shrink: 0;
  width: 45px;
  display: flex;
  align-items: center;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}

/* aosラインアニメーション調整
-------------------------------------------*/
.border-dec01 {
  position: absolute;
  top: -10px;
  right: 0px;
  left: auto;
  width: 0%;
  height: 10px;
  background: linear-gradient(to right, #0067bf 0%, #14177c 100%);
}

.border-dec02 {
  position: absolute;
  top: auto;
  bottom: -5px;
  right: 0px;
  width: 0%;
  height: 5px;
  background-color: #1c54a4;
}

/*-------------------------------------------
style
-------------------------------------------*/
.sem-bold {
  font-weight: 500;
}

.h3-dec {
  position: relative;
  padding-left: 60px;
  display: inline-flex;
  align-items: center;
}

.h3-dec::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0px;
  background-color: #fff;
}

.h3-dec02::before {
  background-color: #1c54a4;
}

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

.top-about .about-pd {
  padding-top: 140px;
  padding-bottom: 120px;
}

@media (min-width: 992px),
print {
  .top-about .about-pd {
    padding-top: 286px;
    padding-bottom: 166px;
  }
}

.top-about .about-pd02 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (min-width: 992px),
print {
  .top-about .about-pd02 {
    padding-top: 160px;
    padding-bottom: 166px;
  }
}

.text-anime01 {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  top: 2vw;
  left: 10vw;
  color: #6f7e96;
  font-size: 13vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

@media (min-width: 992px),
print {
  .text-anime01 {
    top: -2.9vw;
    left: 26vw;
    font-size: 12vw;
  }
}

.text-anime02 {
  position: absolute;
  z-index: -1;
  white-space: nowrap;
  top: 2vw;
  left: 10vw;
  color: #f3f4f6;
  font-size: 13vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

@media (min-width: 992px),
print {
  .text-anime02 {
    top: -1vw;
    left: 12vw;
    font-size: 12vw;
  }
}

.text-anime03 {
  position: absolute;
  z-index: -1;
  white-space: nowrap;
  top: 2vw;
  left: 10vw;
  color: #f3f4f6;
  font-size: 13vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

@media (min-width: 992px),
print {
  .text-anime03 {
    top: -1vw;
    left: -20vw;
    font-size: 12vw;
  }
}

.block-anime01 {
  position: absolute;
  z-index: 2;
  background-color: #335688;
  bottom: -15vw;
  left: 0vw;
  height: 340px;
  width: 130px;
}

@media (min-width: 992px),
print {
  .block-anime01 {
    bottom: -5vw;
    left: 0vw;
    height: 740px;
    width: 140px;
  }
}

.block-anime02 {
  display: none;
}

@media (min-width: 992px),
print {
  .block-anime02 {
    position: absolute;
    display: block;
    z-index: -1;
    background-color: #111;
    top: -30vw;
    left: 0vw;
    height: 700px;
    width: 50px;
  }
}

.block-anime03 {
  display: none;
}

@media (min-width: 992px),
print {
  .block-anime03 {
    position: absolute;
    display: block;
    z-index: -1;
    background-color: #111;
    bottom: -13vw;
    right: 0vw;
    height: 760px;
    width: 50px;
  }
}

.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;
}

.sv-pd01 {
  padding-top: 130px;
}

@media (min-width: 992px),
print {
  .sv-pd01 {
    padding-top: 190px;
  }
}

.sv-pd02 {
  padding-top: 90px;
}

@media (min-width: 992px),
print {
  .sv-pd02 {
    padding-top: 490px;
  }
}

.sv-dec01 {
  display: none;
}

@media (min-width: 992px),
print {
  .sv-dec01 {
    display: block;
    position: absolute;
    top: -236px;
    right: 0px;
    z-index: -1;
  }
}

.sv-img-area {
  position: relative;
}

@media (min-width: 992px),
print {
  .sv-img-area::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background: url(../images/top//top-sv-img01.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media (min-width: 992px),
print {
  .sv-img-area02::before {
    background: url(../images/top//top-sv-img02.jpg) no-repeat top center;
    background-size: cover;
  }
}

.sv-in-text {
  position: relative;
  padding: 35px 0;
  display: inline-block;
}

@media (min-width: 992px),
print {
  .sv-in-text::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: -110px;
    width: 150%;
    height: 135%;
    z-index: -1;
  }
}

.sv-in-text02 {
  position: relative;
  padding: 35px 0;
  display: inline-block;
}

@media (min-width: 992px),
print {
  .sv-in-text02::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: -100px;
    width: 160%;
    height: 110%;
    z-index: -1;
  }
}

@media (min-width: 992px),
print {
  .sv-list {
    width: 48%;
  }
}

.sv-list .sv-set {
  display: inline-flex;
  align-items: center;
  width: 100%;
  background-color: #111;
  padding: 19px 30px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.5;
}

.sv-list .sv-set .sv-list-num {
  color: #1c54a4;
  margin-right: 25px;
  flex-shrink: 0;
}

.as-bg {
  background: url(../images/top/assess-bg.jpg) no-repeat top center;
  background-size: cover;
}

.as-dec01 {
  color: #1c54a4;
  background-color: #fff;
  line-height: 1.3;
  padding: 5px 15px;
  display: inline-block;
  font-weight: bold;
}

.info-set {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #d6f4df;
}

.info-set .info-more {
  position: absolute;
  right: 15px;
  top: calc(50% - 20px);
}

.info-set .info-top {
  display: flex;
  margin-bottom: 15px;
}

.info-set .info-top .info-date {
  color: #333;
}

.info-set .info-top .info-cate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  padding: 0px 15px;
  border-radius: 2px;
  min-width: 102px;
  color: #fff;
  background-color: #1c54a4;
  margin-left: 20px;
}

.info-set .info-top .info-new {
  color: #ff0000;
  margin-left: 20px;
}

.info-set .info-text {
  padding-right: 80px;
}

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

.line-dec02 span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 1px;
  background-color: #d6f4df;
}

.line-dec02 span::before {
  position: absolute;
  left: 0px;
  content: "";
  width: 20vw;
  height: 1px;
  background-color: #1c54a4;
}

@media (min-width: 992px),
print {
  .line-dec02 span::before {
    width: 11vw;
  }
}

.cm-ul {
  display: flex;
  flex-wrap: wrap;
}

.cm-ul li .cate-base {
  color: #fff;
  background-color: #3A4B66;
  display: inline-block;
  text-align: center;
  margin: 4px;
  line-height: 1.1;
  padding: 2px 20px;
  min-width: 120px;
  border-radius: 2px;
  transition: 0.3s;
  cursor: pointer;
}

@media (min-width: 992px),
print {
  .cm-ul li .cate-base {
    margin: 10px;
  }
}

.cm-ul li .cate-base:hover {
  background-color: #1c54a4;
}

.cm-ul .cate-active .cate-base {
  background-color: #1c54a4;
}

.info-all .tag-cont {
  display: none;
}

.info-all .tag-active {
  display: block;
}

.info-set {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 10px;
  padding-right: 38px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

@media (min-width: 992px),
print {
  .info-set {
    display: flex;
    align-items: flex-start;
  }
}

.info-set .info-top {
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  margin-top: 4px;
  width: 300px;
  flex-shrink: 0;
}

@media (min-width: 992px),
print {
  .info-set .info-top {
    margin-bottom: 0;
  }
}

.info-set .info-top .info-tag {
  display: inline-block;
  width: 140px;
  background-color: #1c54a4;
  color: #fff;
  padding: 0px 5px;
  text-align: center;
  line-height: 1.3;
  border-radius: 2px;
  margin-right: 12px;
  font-size: 13px;
  letter-spacing: 0;
}

.info-set .info-top .info-date {
  font-size: 13px;
  color: #a3a3a3;
}

.info-set .info-top .info-new {
  font-size: 13px;
  color: #ff0000;
}

.info-set .info-text {
  line-height: 1.3;
}

@media (min-width: 992px),
print {
  .link-all {
    display: flex;
    flex-wrap: wrap;
  }
}

.link-all .link-set {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 340px;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px),
print {
  .link-all .link-set {
    width: 33.33%;
    min-height: 450px;
  }
}

.link-all .link-set::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/top/link01.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.3s;
}

.link-all .link-set::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1c54a4;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.link-all .link-set .link-in {
  position: relative;
  z-index: 4;
}

.link-all .link-set:hover::before {
  transform: scale(1.04);
  opacity: 0.2;
}

.link-all .link-set:hover .btn03 {
  background-color: #fff;
  color: #3B4A67;
}

.link-all .link-set:hover .btn03 i {
  transform: rotate(0deg);
}

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

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

.f-bg {
  background-color: #3a4b66;
}

.contact-all {
  text-align: center;
  width: 100%;
}

@media (min-width: 992px),
print {
  .contact-all {
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

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

.footer-info {
  color: #b4c0d2;
  text-align: center;
}

@media (min-width: 992px),
print {
  .footer-info {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}

.footer-info a {
  color: #b4c0d2;
}

@media (min-width: 992px),
print {
  .ft-links {
    display: flex;
  }
}

.ft-links ul {
  margin: 0 15px;
}

.f-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  background-color: #fff;
  color: #3a4b66 !important;
  padding: 0px 4px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: 0.3s;
}

@media (min-width: 992px),
print {
  .f-btn {
    bottom: 0;
    right: 0;
    width: 142px;
    position: absolute;
  }
}

.ft-sm small {
  font-size: 13px !important;
}

.sub-red {
  color: #ffee00;
}

@media (min-width: 992px),
print {
  .used-all {
    display: flex;
  }
}

.used-all .used-set {
  width: 90%;
  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: 40px 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 992px),
print {
  .used-all .used-set {
    width: calc(25% - 15px);
  }
}

.used-all .used-set .used-ttl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.used-all .used-set .used-list .used-item {
  display: inline-block;
  background-color: #3A4B66;
  color: #fff;
  line-height: 1.1;
  border-radius: 2px;
  padding: 0px 10px;
  margin: 2px;
}

.flow-1set {
  background-color: #fff;
  padding: 16px 15px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 992px),
print {
  .flow-1set {
    padding: 20px 30px;
  }
}

.flow-1set:last-child {
  margin-bottom: 0;
}

.flow-1set .flow-num {
  margin-left: 10px;
  flex-shrink: 0;
  background: linear-gradient(to right, #1C54A4 0%, #0e7adf 100%);
  width: 44px;
  height: 44px;
  border-radius: 44px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  text-align: center;
  padding-left: 3px;
}

.flow-1set .flow-info {
  width: 100%;
  padding-left: 32px;
}

.flow-1set .flow-info .flow-ttl {
  color: #1c54a4;
  line-height: 1.6;
}

.matome-bg {
  background-color: #f3f3f3;
}

.matome {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 2px;
}

.fc-set {
  width: 100%;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.05), 1px 0px 10px 1px rgba(10, 10, 10, 0.02);
}

.fc-set .fc-info {
  padding: 40px 25px;
}

.fc-set .fc-info .fc-ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.fc-set .fc-info .fc-text {
  color: #777;
}

.r-set {
  border-bottom: 1px solid #eee;
  margin-bottom: 23px;
}

.r-set:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px),
print {
  .r-set {
    display: flex;
  }
}

.r-set .r-dec {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 8px;
  width: 180px;
  border-bottom: 3px solid #1c54a4;
  color: #1c54a4;
  font-weight: bold;
  padding-left: 15px;
  flex-shrink: 0;
  line-height: 1.6;
}

@media (min-width: 768px),
print {
  .r-set .r-dec {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #1c54a4;
  }
}

.r-set .r-text {
  padding-left: 15px;
  padding-bottom: 25px;
  line-height: 1.6;
  width: 100%;
}

@media (min-width: 768px),
print {
  .r-set .r-text {
    padding-left: 30px;
  }
}

.add-set {
  background-color: rgb(247, 247, 247);
  width: 100%;
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.add-set:last-child {
  margin-bottom: 0px;
}

.rec-pd01 {
  padding-top: 110px;
}

@media (min-width: 992px),
print {
  .rec-pd01 {
    padding-top: 150px;
  }
}

.rec-img-area {
  position: relative;
}

@media (min-width: 992px),
print {
  .rec-img-area::before {
    z-index: -2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background: url(../images/recruit/rec-img01.jpg) no-repeat top center;
    background-size: cover;
  }
}

.rec-pd02 {
  margin-bottom: 30px;
}

@media (min-width: 992px),
print {
  .rec-pd02 {
    margin-bottom: 360px;
  }
}

.data-set {
  width: 85%;
  border: 7px solid #3A4B66;
  text-align: center;
  padding: 70px 20px;
  position: relative;
}

@media (min-width: 768px),
print {
  .data-set {
    width: 100%;
  }
}

.data-set .data-ttl {
  display: inline-block;
  border-bottom: 1px solid #111;
  color: #1c54a4;
}

.data-set .data-sub {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 12px;
  color: #999;
}

.cl01-1set {
  width: 100%;
  background-color: #fff;
  border-bottom: 6px solid #3A4B66;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 6px 9px 6px 2px rgba(10, 10, 10, 0.02);
  position: relative;
  display: flex;
}

.cl01-1set .plus-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.cl01-1set .cl01-in {
  width: 100%;
}

.cl01-1set .cl01-in .cl01-textarea {
  padding: 30px 20px;
  position: relative;
}

@media (min-width: 768px),
print {
  .cl01-1set .cl01-in .cl01-textarea {
    padding: 20px 20px;
  }
}

.cl01-1set .cl01-in .cl01-textarea .cl01-date {
  background-color: #3A4B66;
  border-radius: 30px;
  color: #fff;
  width: 106px;
  height: 20px;
  text-align: center;
  line-height: 1;
  padding-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cl01-1set .cl01-in .cl01-textarea .cl01-new {
  position: absolute;
  color: red;
  top: 6px;
  right: 10px;
}

.cl01-1set .cl01-in .cl01-textarea .cl01-ttl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.cm-ul02 {
  display: flex;
  justify-content: center;
}

.cm-ul02 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  line-height: 1.1;
  border: 2px solid #1c54a4;
  margin: 1%;
  color: #1c54a4;
  min-width: 120px;
  font-weight: bold;
  letter-spacing: 0.15em;
  transition: 0.3s;
}

.cm-ul02 a:hover {
  color: #fff;
  background-color: #1c54a4;
}

.cm-ul02 .cate-active {
  color: #fff;
  background-color: #1c54a4;
}

.cate-btn02 {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 96%;
  border-radius: 2px;
  border: 1px solid #1c54a4;
  color: #1c54a4;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5%;
  transition: 0.3s;
}

@media (min-width: 768px),
print {
  .cate-btn02 {
    width: auto;
    min-width: 140px;
    border-radius: 50px;
    margin: 1%;
  }
}

.cate-btn02:hover {
  color: #fff;
  background-color: #1c54a4;
}

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

@media (min-width: 768px),
print {
  .contact-info {
    display: flex;
    justify-content: center;
  }
}

.contact-info .ct-b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #3A4B66;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  padding: 22px 15px;
  margin-bottom: 1%;
  position: relative;
}

@media (min-width: 768px),
print {
  .contact-info .ct-b {
    width: 34%;
    margin: 1%;
  }
}

.contact-info .ct-b i {
  position: absolute;
  left: 25px;
  font-size: 16px;
}

.ta-fix {
  z-index: -1;
  opacity: 0.1;
}

.fc-photo .fotorama__nav-wrap {
  margin-top: -30px;
}

.fc-photo .fotorama__dot {
  border: 1px solid #fff;
}

.fc-photo-add .fc-ttl {
  margin-bottom: 0px !important
}