@charset "UTF-8";
.flex-1, header .mv_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.haed_waku, header div.mv-waku_top::before, header div.mv-waku_top::after, header div.mv-waku_top a::before, header div.mv-waku_top a::after {
  content: url(../image/logo-waku.svg);
  display: inline-block;
  position: absolute;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 577px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header {
  margin: 30px 0;
}

header .mv_top {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  header .mv_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  header .mv_top {
    position: relative;
  }
}

header div h1 {
  color: #572a1b;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 2;
  background: white;
  padding: .3rem .5rem;
  display: inline;
  position: relative;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  header div h1 {
    font-size: 1.1rem;
  }
}

header div.mv-waku_top {
  position: relative;
  width: 55%;
  text-align: center;
  padding: 80px 20px 30px;
  border: 1px solid rgba(87, 42, 27, 0.5);
  margin-right: 10px;
}

@media (max-width: 991px) {
  header div.mv-waku_top {
    padding: 50px 20px 30px;
  }
}

@media (max-width: 768px) {
  header div.mv-waku_top {
    position: relative;
    background: url(../image/img_mv-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 40px 100px;
    text-align: center;
    margin-right: 0px;
    display: block;
  }
}

@media (max-width: 375px) {
  header div.mv-waku_top {
    padding: 100px 20px 100px;
  }
}

header div.mv-waku_top::before {
  left: 5px;
  top: 5px;
}

header div.mv-waku_top::after {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: 5px;
  top: 5px;
}

header div.mv-waku_top a::before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  left: 5px;
  bottom: 5px;
}

header div.mv-waku_top a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 5px;
  bottom: 5px;
}

header div.mv-btn_txt {
  position: relative;
  text-align: center;
  color: #572a1b;
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0px 0px 5px white;
}

header div.mv-btn_txt::before {
  content: url(../image/icon-ou.svg);
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
  -ms-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
}

header .mv_img-tb {
  display: block;
}

@media (max-width: 768px) {
  header .mv_img-tb {
    display: none;
  }
}

header .mv_img-sp {
  display: none;
}

@media (max-width: 576px) {
  header .mv_img-sp {
    background: url(../image/img_mv-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

header .btn {
  border-radius: 50px;
  color: white;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: center;
  padding: 1.2rem;
  font-size: 20px;
  line-height: 1.2;
  background: #DB7C8B;
  -webkit-box-shadow: 0 3px 0 #ba5d6c;
  box-shadow: 0 3px 0 #ba5d6c;
}

@media (max-width: 991px) {
  header .btn {
    padding: .85rem;
    font-size: 18px;
    letter-spacing: 0;
    margin-left: 2%;
  }
}

@media (max-width: 768px) {
  header .btn {
    font-size: 21px;
    letter-spacing: -1px;
    padding: .8rem;
  }
}

@media (max-width: 576px) {
  header .btn {
    font-size: 18px;
    line-height: 1.2;
  }
}

header .btn:hover {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 #d8a32f;
  box-shadow: 0 1px 0 #d8a32f;
}

header .btn span {
  display: block;
  font-size: .9rem;
}

header .btn i {
  margin-left: .5rem;
}

/*!
Theme Name: name
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: name
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

name is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* CSS Document */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

figure {
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.1em;
  color: #333;
  text-align: left;
  background: #fdfbf8;
}

@media screen and (max-width: 576px) {
  body {
    line-height: 1.8;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

@media screen and (min-width: 992px) {
  .box-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cont {
    width: 80%;
    padding-right: 15px;
  }
  .side {
    width: 20%;
  }
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

a {
  color: #138090;
}

a:hover {
  opacity: .8;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .container-fluid {
    padding-right: 0px;
  }
}

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media screen and (min-width: 992px) {
  .dropdown-toggle::after {
    display: none;
  }
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

@media screen and (max-width: 991.999px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
}

@media screen and (min-width: 992px) {
  .dropdown-menu {
    font-size: .85rem;
    text-align: left;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    /* border: 1px solid rgba(201, 200, 193,.4); */
    border-radius: 0.25rem;
  }
}

.dropdown-menu.show {
  display: block;
}

@media screen and (min-width: 992px) {
  .dropdown-menu {
    display: block;
  }
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (min-width: 992px) {
  .m-nav-button {
    display: none;
  }
}

@media (max-width: 991.99px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media screen and (min-width: 992px) {
  .fixed-top {
    position: static;
    top: 0;
    right: 0;
    left: 0;
  }
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

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

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

.text-center {
  text-align: center !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;
  }
}

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

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

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

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*------------------------------オリジナル---------------------------------*/
html {
  scroll-behavior: smooth;
}

/*　スムーズスクロール/FFとclomeのみ--他非対応　*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

section .cont-box {
  padding-top: 0;
  padding-bottom: 5rem;
}

@media (max-width: 991px) {
  section .cont-box {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

section h2 {
  color: rgba(87, 42, 27, 0.9);
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 2rem;
}

section h2 span {
  font-size: .8rem;
  display: block;
}

@media (min-width: 577px) {
  section h2 {
    font-size: 1.3rem;
  }
  section h2 span {
    font-size: .85rem;
  }
}

h1.entry-title {
  color: #572a1b;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h1.entry-title {
    padding-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

h1.entry-title::before,
section h2:before {
  content: url(../image/icon-hata.svg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin-bottom: 1rem;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

section h3 {
  color: rgba(87, 42, 27, 0.9);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media (min-width: 992px) {
  section h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  section p {
    font-size: .85rem;
    line-height: 1.8;
  }
}

#breadcrumb {
  font-size: .8rem;
  display: block;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}

#breadcrumb a::after {
  content: ">";
  color: rgba(0, 0, 0, 0.6);
  margin: 0 .5rem;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb br {
  display: none;
}

/* ===============================
  * Gナビ *
================================== */
.navbar-nav {
  margin-bottom: 24px;
}

.nav_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(239, 227, 221, 0.7);
  color: #572a1b;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}

nav h3 {
  text-align: center;
  color: #572a1b;
  font-size: 1rem;
}

nav h3::before {
  content: url(../image/icon-hata.svg);
  display: block;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

/* ===============================
  * Gナビ * PC *
================================== */
@media screen and (min-width: 992px) {
  .navbar-nav {
    padding: 0rem 0px;
    display: block;
    width: 100%;
  }
  .navbar-nav > li {
    width: 100%;
  }
  .navbar-nav.w100 li a {
    padding: 1rem;
  }
  .nav_item:before {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* ===============================
  * Gナビ * スマホ *
================================== */
@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 10px 0;
    overflow-y: auto;
    background: #FFF;
    transition: -webkit-transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  button + span {
    display: block;
    font-size: 0.6rem;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 9px;
  }
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-nav > li {
    text-align: center;
    font-weight: 500;
  }
  .navbar-nav.w50 > li {
    width: calc(100% / 2.1);
  }
  .navbar-nav.w100 > li {
    width: 100%;
  }
  .navbar-nav.w100 > li .nav_item {
    padding: 10px 0;
  }
  .nav-item:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .navbar-light .navbar-nav .nav-link:hover {
    -webkit-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
  }
  .m-nav-button {
    background-color: #C2767A;
    position: relative;
    text-align: center;
    border-radius: 0 0 0 0rem;
    width: 50px;
    height: 58px;
    z-index: 5;
    float: right;
  }
  .navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
    padding: .1rem .2rem;
    position: absolute;
    top: 5px;
    left: 7px;
  }
  .navbar-light .navbar-toggler-icon {
    background: url(../image/img-toggler.png);
    opacity: 0.8;
  }
  .nav-item {
    background: white;
    border-radius: 0.5rem;
    margin: 0.5rem 1rem;
    padding: .5rem;
  }
  .dropdown-menu {
    border: none;
  }
  .nav_item {
    font-size: .85rem;
    padding: 0;
  }
  .nav_item:before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .nav_item:hover {
    background: #faf1eb;
  }
}

.m-btn > span {
  background: #db4522;
  border-radius: 8px;
  padding: 1rem;
  display: inline-block;
}

.m-btn > span:hover {
  background: rgba(219, 69, 34, 0.5);
  -webkit-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
}

.m-btn > span > a {
  color: rgba(255, 255, 255, 0.9);
}

.m-table-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-table-1 > .item {
  padding: 1.5rem;
}

.m-table-1 > .item:first-of-type {
  background: #efebe6;
  text-align: center;
}

@media (min-width: 769px) {
  .m-table-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-table-1 > .item {
    padding: 2rem;
  }
  .m-table-1 > .item:first-of-type {
    width: 30%;
    background: #efebe6;
    border-bottom: 3px solid #FFF;
  }
  .m-table-1 > .item:last-of-type {
    width: 70%;
  }
}

.ya-1::before {
  content: url(../image/ya-1.svg);
  display: inline-block;
  margin-right: .5rem;
}

/* .bg-1{background:rgba(248,246,239,1.0);}
.bg-2{background:rgba(248,242,219,.8);} */
@media only screen and (max-width: 576px) {
  .top {
    padding-bottom: 3rem;
  }
}

hr.hata {
  background: url(../image/icon-hata.svg);
  background-repeat: repeat-x;
  height: 18px;
  border: none;
  padding-bottom: 2rem;
}

.mi-box {
  position: relative;
  margin-top: 80px;
}

.mi-box::before {
  content: url(../image/icon-hata.svg);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  text-align: center;
}

.mi-box b {
  color: #572a1b;
}

.w-box {
  background: white;
  border: 1px solid rgba(102, 102, 102, 0.1);
  border-radius: 5px;
  padding: 1.5rem 2rem;
}

@media (max-width: 576px) {
  .w-box {
    padding: 1rem;
  }
}

.pk-box {
  background: rgba(251, 241, 235, 0.7);
  border-radius: 1rem;
  padding: 1.5rem 2rem;
}

@media (max-width: 576px) {
  .pk-box {
    padding: 1.5rem 1rem;
  }
}

.menu li {
  margin-bottom: .5rem;
}

.menu li br {
  display: none;
}

@media only screen and (max-width: 576px) {
  .menu li {
    padding-left: 30px;
  }
  .menu li:before {
    margin-left: -22px;
  }
}

.menu li:before {
  content: "●";
  color: #87bb2e;
  margin-right: .5rem;
}

.menu li li:before {
  content: "└";
  color: #444444;
  margin-left: 1rem;
  margin-right: .5rem;
}

@media only screen and (max-width: 576px) {
  .menu li li {
    margin: 10px 0;
  }
  .menu li li:before {
    margin-left: -35px;
  }
}

.staff {
  position: relative;
}

.staff1:before {
  content: url(../image/icon-staff1.svg);
  position: absolute;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  left: -20px;
  top: 0px;
}

.staff2:before {
  content: url(../image/icon-staff2.svg);
  position: absolute;
  right: 0;
  top: 5px;
}

.arrow {
  border-radius: .5rem;
  margin-left: 60px;
  padding: 1rem 2rem;
  font-size: .9rem;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 35px;
  border: 10px solid transparent;
}

.arrow span {
  font-size: .8rem;
  display: inline-block;
  padding: .5rem;
  border-radius: .2rem;
}

.arrow-g {
  background: #f8f6ef;
}

.arrow-g::before {
  border-right: 15px solid #f8f6ef;
}

.arrow-g span {
  background: rgba(255, 255, 255, 0.8);
}

.arrow-w {
  background: rgba(255, 255, 255, 0.7);
}

.arrow-w::before {
  border-right: 15px solid rgba(255, 255, 255, 0.7);
}

.arrow-w span {
  background: #f8f6ef;
}

@media screen and (max-width: 576px) {
  .arrow-gr {
    padding: 1rem;
    margin-top: -20px;
  }
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.7);
}

.balloon1:after {
  content: url(../image/icon-staff2.svg);
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.8);
  -ms-transform: translateX(-50%) scale(0.8);
  transform: translateX(-50%) scale(0.8);
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.rank-box {
  padding-bottom: 50px;
}

.rank-box h3 {
  text-align: center;
  color: #572a1b;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .rank-box h3 {
    font-size: 1rem;
  }
}

/* 1位〜１0位  */
.rank {
  counter-reset: rank-box 3;
}

/* 11位〜20位  */
.rank-11 {
  counter-reset: rank-box 10;
}

/* ２1位〜30位  */
.rank-21 {
  counter-reset: rank-box 20;
}

.rank .rank-box h3:before,
.rank-11 .rank-box h3:before,
.rank-21 .rank-box h3:before {
  margin-bottom: .5rem;
}

.rank .rank-box:nth-of-type(1) h3:before {
  content: url(../image/no1.svg);
  display: block;
}

.rank .rank-box:nth-of-type(2) h3:before {
  content: url(../image/no2.svg);
  display: block;
}

.rank .rank-box:nth-of-type(3) h3:before {
  content: url(../image/no3.svg);
  display: block;
}

.rank .rank-box:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) h3:before,
.rank-11 h3:before,
.rank-21 h3:before{
  counter-increment: rank-box;
  content: counter(rank-box);
  display: block;
  padding-top: 15px;
  color: #FFF;
  background: url(../image/no.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}

.h45, .rank-box h4, .rank-box h5 {
  color: white;
  font-size: 1rem;
  position: relative;
  font-weight: 100;
}

.h45_span, .rank-box h4 span, .rank-box h5 span {
  border-radius: .2rem;
  padding: .2rem .5rem;
  margin-left: 35px;
}

.rank-box h4::before {
  content: url(../image/icon-staff2.svg);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  position: absolute;
  left: -50px;
  top: -42px;
}

.rank-box h4 span {
  background: #f5b935;
}

.rank-box h5::before {
  content: url(../image/icon-staff1.svg);
  position: absolute;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  left: -27px;
  top: -42px;
}

.rank-box h5 span {
  background: #d96a9c;
}

.t-box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.t-box-4 div {
  width: 24.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .05rem;
  padding: .5rem .2rem;
  font-size: .8rem;
}

.t-box-4 div:nth-child(1), .t-box-4 div:nth-child(2), .t-box-4 div:nth-child(3), .t-box-4 div:nth-child(4) {
  background: #7ac884;
  color: #FFF;
  text-align: center;
}

.t-box-4 div:nth-child(5), .t-box-4 div:nth-child(6), .t-box-4 div:nth-child(7), .t-box-4 div:nth-child(8) {
  background: #FFF;
}

.t-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.t-box div {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .05rem;
  padding: .5rem .2rem;
}

.t-box div span:not(.com-box), .tab-content span {
  border: 1px solid #ccc;
  font-size: .7rem;
  padding: .2rem;
  margin-right: .2rem;
}

@media only screen and (min-width: 768px) {
  .t-box div {
    font-size: .9rem;
    padding: .5rem;
  }
}

.t-box div:nth-child(1) {
  width: 25%;
  background: #7ac884;
  color: #FFF;
  text-align: center;
}

.t-box div:nth-child(2) {
  width: 75%;
  background: #FFF;
}

.t-box div p {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .t-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .t-box div {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: .05rem;
    padding: .5rem .2rem;
  }
  .t-box div:nth-child(1) {
    width: 100%;
    padding: 0;
  }
  .t-box div:nth-child(2) {
    width: 100%;
    padding: 1rem;
  }
}

.waku {
  border: 1px solid #ccc;
  font-size: .7rem;
  padding: 0 .2rem;
  margin-right: .2rem;
}

.flex_between, .rate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gen-box,
.item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rate-box a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #c2767a;
  border-radius: .25rem;
  color: white;
  text-align: center;
  width: 19%;
  font-size: .85rem;
  padding: .5rem .3rem;
}

@media (max-width: 991px) {
  .rate-box a {
    font-size: .85rem;
    margin: .3rem .2rem;
    width: 47%;
    padding: 1rem .5rem;
    font-size: 1rem;
  }
  .rate-box a:nth-child(5) {
    width: 100%;
  }
}

.rate-box a::hover {
  background: rgba(194, 118, 122, 0.9);
}

.rate-box p {
  display: none;
}

.gen-box a,
.box-cont a {
  background: white;
  border-radius: .5rem;
  color: #572a1b;
  -webkit-box-shadow: 0 0 8px #CCC;
  box-shadow: 0 0 8px #CCC;
  padding: 1rem;
  margin: .5rem .3rem;
  text-align: center;
}

.box-cont a {
  display: inline-block;
  width: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 576px) {
  .box-cont a {
    font-size: .75rem;
    padding: .5rem;
  }
  .box-cont .col-6,
  .box-cont .col-12 {
    padding-left: 5px;
  }
}

.gen-box a:hover,
.box-cont a:hover {
  background: rgba(251, 223, 110, 0.4);
}

.gen-box a.bt-50 {
  width: 48.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gen-box a.bt-100 {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .gen-box a.bt-50 {
    width: 47%;
    font-size: .9rem;
    margin: .5rem .2rem;
  }
  .gen-box a.bt-100 {
    font-size: .9rem;
  }
}

.item-box .item-box_in {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border: 1px solid rgba(102, 102, 102, 0.2);
  width: 32%;
  margin: .5rem .05rem;
  padding: .5rem .7rem;
}

@media (max-width: 576px) {
  .item-box .item-box_in {
    width: 100%;
    margin: .2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.item-box .item-box_in:hover {
  background: rgba(19, 128, 144, 0.1);
}

.item-box .item-box_in a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.item-box .item-box_in figure {
  display: block;
}

.item-box .item-box_in figure img {
  border-radius: .2rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .item-box .item-box_in figure img {
    width: 200px;
    padding-right: 10px;
  }
}

.item-box .item-box_in h3 {
  color: #138090;
  font-weight: 600;
  text-align: center;
  min-height: 60px;
  font-size: .9rem;
}

@media (max-width: 576px) {
  .item-box .item-box_in h3 {
    font-size: .85rem;
    text-align: left;
    min-height: auto;
  }
}

.item-box .item-box_in p {
  color: #666666;
  font-size: .8rem;
  line-height: 1.4;
  min-height: 60px;
}

@media (max-width: 576px) {
  .item-box .item-box_in p {
    min-height: auto;
    margin-bottom: 0;
  }
}

.item-box i {
  color: #dc72a2;
  font-size: 1.2rem;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.rate-box i,
.gen-box i,
.p-bt i,
.box-cont i {
  margin-left: .5rem;
}

.gen-box i, .box-cont i {
  color: #87bb2e;
}

.p-bt i {
  color: #dc72a2;
  font-size: 1.2rem;
}

/* .point-num{counter-reset:number;margin-bottom:2rem;} */
/* ▼（ポイントデザイン） */
dl.point-box {
  position: relative;
}

dl.point-box dt {
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  /* text-align: center; */
  border-radius: .2rem;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  background: rgba(239, 227, 221, 0.7);
  color: #572a1b;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  dl.point-box dt {
    font-size: .95rem;
  }
}

dl.point-box dt::before {
  content: url(../image/check.svg);
  display: inline;
  position: absolute;
  right: -20px;
  top: -45px;
  -webkit-transform: scale(0.5) rotate(-10deg);
  -ms-transform: scale(0.5) rotate(-10deg);
  transform: scale(0.5) rotate(-10deg);
}

@media screen and (max-width: 767px) {
  dl.point-box dt::before {
    right: -60px;
    bottom: -100px;
    -webkit-transform: scale(0.3) rotate(-10deg);
    -ms-transform: scale(0.3) rotate(-10deg);
    transform: scale(0.3) rotate(-10deg);
  }
}

dl.point-box dd {
  background: white;
  border: 1px solid rgba(201, 200, 193, 0.4);
  border-radius: .5rem;
  padding: 1.5rem;
  margin-top: 20px;
}


.number h6 {
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 30px;
}

.number h6::before {
  content: "●";
  color: #572a1b;
  margin-right: 5px;
}

.number ol {
  counter-reset: item;
}

.number ol li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  border-radius: 2px;
  padding: 3px 1px 3px 3px;
  border: 1px solid #572a1b;
  background: #572a1b;
  margin-right: 5px;
  color: white;
}

.number ol li .no_before, .number ol li .no1::before, .number ol li .no2::before, .number ol li .no3::before, .number ol li .no::before {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.number ol li .no1, .number ol li .no2, .number ol li .no3, .number ol li .no {
  position: relative;
  padding-left: 35px;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .number ol li .no1, .number ol li .no2, .number ol li .no3, .number ol li .no {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

.number ol li .no1::before {
  content: url(../image/no1.svg);
}

.number ol li .no2::before {
  content: url(../image/no2.svg);
}

.number ol li .no3::before {
  content: url(../image/no3.svg);
}

.number ol li .no::before {
  content: url(../image/no.svg);
}

.point1 {
  counter-reset: num;
  margin-bottom: 50px;
}

.point1 .point1_box {
  margin-top: 70px;
}

.point1 .point1_box dt {
  font-size: 130%;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #572a1b;
  text-align: center;
  position: relative;
}

.point1 .point1_box dt::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  display: inline;
  color: white;
  font-size: 100%;
  border-radius: 2px;
  padding: 5px 3px 5px 5px;
  background: #572a1b;
  margin-right: 10px;
}

.point1 .point1_box dd img {
  margin-bottom: 20px;
}

.point2 {
  counter-reset: num;
  margin-bottom: 80px;
}

.point2 .point2_box {
  margin-top: 100px;
}

.point2 .point2_box dt {
  font-size: 130%;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #572a1b;
  text-align: center;
  position: relative;
}

.point2 .point2_box dt::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  display: block;
  color: white;
  font-size: 100%;
  background: #8fc54b;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}

.point2 .point2_box dd img {
  margin-bottom: 20px;
}

.scroll_ver {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.scroll_ver .wrap_ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0;
}

.scroll_ver .wrap_ver figure {
  background: white;
  border: 1px solid rgba(102, 102, 102, 0.3);
  margin: 0 1px;
  padding: 5px;
  min-height: 180px;
}

@media (max-width: 576px) {
  .scroll_ver .wrap_ver figure {
    min-height: 170px;
    padding: 2px;
  }
}

.scroll_ver .wrap_ver figure img {
  width: 100px;
  height: 100px;
  height: auto;
  margin: 0 auto 5px;
}

@media (max-width: 576px) {
  .scroll_ver .wrap_ver figure img {
    width: 90px;
    height: 90px;
  }
}

.scroll_ver .wrap_ver figure figcaption {
  text-align: center;
  line-height: 1.2;
  font-size: 70%;
}

.scroll_ver .wrap_ver figure p {
  display: none;
}

/*---------------------------------------------------------------
　ページトップボタン
---------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 130;
}

@media (max-width: 768px) {
  #page-top {
    bottom: 85px;
    right: 0px;
  }
}

#page-top a {
  background: url(../image/page_top.svg);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  padding: .4rem 1.5rem;
  font-size: 1.2rem;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.btn-box a {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .btn-box a {
    width: 49%;
  }
}

.btn-b,
.btn-y {
  /* position: relative; */
  border-radius: 50px;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: center;
  padding: 1.2rem;
  font-size: 21px;
  line-height: 1.2;
}

.btn-b {
  letter-spacing: -.1rem;
}

@media screen and (min-width: 992px) {
  .btn-y {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .btn-b,
  .btn-y {
    padding: 1.5rem;
    font-size: 19px;
    letter-spacing: 0;
  }
  .btn-y {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .btn-b {
    margin-bottom: 1rem;
  }
  .btn-y {
    letter-spacing: -1px;
  }
}

.btn-b {
  background: #1abc9c;
  -webkit-box-shadow: 0 3px 0 #0e8c73;
  box-shadow: 0 3px 0 #0e8c73;
}

.btn-b:hover {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 #0e8c73;
  box-shadow: 0 1px 0 #0e8c73;
}

.btn-y {
  background: #f5b935;
  -webkit-box-shadow: 0 3px 0 #d8a32f;
  box-shadow: 0 3px 0 #d8a32f;
}

.btn-y:hover {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 #d8a32f;
  box-shadow: 0 1px 0 #d8a32f;
}

.btn-y span {
  display: block;
  font-size: .9rem;
}

.btn-b i,
.btn-y i {
  margin-left: .5rem;
}

.btn-txt {
  font-weight: 600;
  font-size: 120%;
  color: rgba(87, 42, 27, 0.9);
  line-height: 1.3;
  margin-bottom: 10px;
}

.btn-txt span::before, .btn-txt span::after {
  content: url(../image/voice.svg);
}

.btn-txt span::before {
  margin-right: .5rem;
}

.btn-txt span::after {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: .5rem;
}

.btn-txt + p {
  margin-bottom: 0;
}

.com-box {
  font-size: .9rem;
  display: inline-block;
}

.com-box li {
  margin-bottom: 1rem;
}

.com-box li:before {
  content: "●";
  color: #88BC37;
  margin-right: .5rem;
}

@media only screen and (min-width: 756px) {
  .com-box {
    font-size: 1rem;
  }
}

/* テキスト装飾 */
.line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(245, 185, 53, 0.3)));
  background: -webkit-linear-gradient(transparent 0%, rgba(245, 185, 53, 0.3) 0%);
  background: -o-linear-gradient(transparent 0%, rgba(245, 185, 53, 0.3) 0%);
  background: linear-gradient(transparent 0%, rgba(245, 185, 53, 0.3) 0%);
  font-weight: bold;
}

/* <p> 回避 */
.bg-1 + p, .bg-2 + p, .btn-box br {
  display: none;
}

/*---------------------------------------------------------------
　タブ切替
---------------------------------------------------------------*/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

@media (max-width: 768px) {
  .tab-wrap {
    margin: 20px 0;
  }
}

.tab-wrap:after {
  content: '';
  width: 100%;
  /* height: 3px;
  background: #DD6FA7; */
  display: block;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.tab-label {
  color: #999;
  background: #eee;
  border-left: 1px solid rgba(201, 200, 193, 0.4);
  border-right: 1px solid rgba(201, 200, 193, 0.4);
  border-top: 1px solid rgba(201, 200, 193, 0.4);
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: .1rem;
}

@media screen and (max-width: 576px) {
  .tab-label {
    letter-spacing: 0;
    padding: 5px 2px;
    font-size: .75rem;
  }
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #FFF;
  color: #572a1b;
  border-top: #DD6FA7 solid 3px;
  border-left: 1px solid rgba(201, 200, 193, 0.4);
  border-right: 1px solid rgba(201, 200, 193, 0.4);
  border-radius: 5px 5px 0 0;
  z-index: 10;
  margin-bottom: -1px;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  -webkit-transition: .5s opacity;
  -o-transition: .5s opacity;
  transition: .5s opacity;
  background: #FFF;
  -webkit-box-shadow: 0 0 1px rgba(201, 200, 193, 0.4);
  box-shadow: 0 0 1px rgba(201, 200, 193, 0.4);
  border-left: 1px solid rgba(201, 200, 193, 0.4);
  border-right: 1px solid rgba(201, 200, 193, 0.4);
  border-bottom: 1px solid rgba(201, 200, 193, 0.4);
  border-top: 1px solid rgba(201, 200, 193, 0.4);
  border-radius: 0 0 5px 5px;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*----------------------------------
　項目
----------------------------------*/
.l-box__3{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.c-grow__1{
  flex-grow: 1;
  margin: 0 5px;
}

.c-box__wh{
  background: #FFF;
  border: 1px solid rgba(102, 102, 102, 0.1);
  border-radius: 5px;
  padding: 0.5rem;
  text-align: center;
}

.box-wrap .container {
  padding-left: 0;
  padding-right: 0;
}

.box-item ol, .box-item-2 ol {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.box-item ol li, .box-item-2 ol li {
  text-align: center;
  margin-bottom: 10px;
  font-size: .85rem;
}

@media (max-width: 768px) {
  .box-item ol li, .box-item-2 ol li {
    font-size: .75rem;
  }
}

.box-item ol li a, .box-item-2 ol li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(239, 227, 221, 0.7);
  color: #572a1b;
  display: block;
  border-radius: 5px;
  padding: 20px 0 10px;
}

.box-item ol li a img, .box-item-2 ol li a img {
  width: 25px;
  min-height: 40px;
  display: block;
  margin: 0 auto 5px auto;
}

.box-item ol li a:hover, .box-item-2 ol li a:hover {
  cursor: pointer;
}

.box-item ol li a span::before, .box-item-2 ol li a span::before {
  display: block;
}

.box-item ol li {
  width: 145.5px;
  padding: 0 5px;
}

@media (max-width: 991px) {
  .box-item ol li {
    width: 138px;
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .box-item ol li {
    width: 33.3%;
    padding: 0 2px;
  }
}

.box-item-2 ol li {
  width: calc(100% / 2);
  padding: 0 5px;
}

.box-item-2 ol li .wait {
  background: #e6e6e6;
  border-radius: 5px;
  padding: 20px 0 10px;
}

.box-item-2 ol li .wait img {
  width: 25px;
  min-height: 40px;
  display: block;
  margin: 0 auto 5px auto;
}

.box-item_100 {
  text-align: center;
  color: #572a1b;
  font-weight: 600;
}

.box-item_100 span::before, .box-item_100 span::after {
  content: url(../image/voice.svg);
}

.box-item_100 span::before {
  margin-right: .5rem;
}

.box-item_100 span::after {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: .5rem;
}

.box-item_100 a.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(239, 227, 221, 0.7);
  display: block;
  border-radius: 5px;
  padding: 20px 0 10px;
  font-size: 130%;
  line-height: 1;
  color: #572a1b;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 576px) {
  .box-item_100 a.btn {
    font-size: 110%;
    line-height: 1.2;
  }
}

.box-item_100 a.btn::after {
  content: "▼";
  display: inline;
  font-size: 50%;
  margin-left: 5px;
}

.box-item_100 a.btn br {
  display: none;
}

@media (max-width: 576px) {
  .box-item_100 a.btn br {
    display: block;
  }
}

.nav_item {
  display: block;
  width: 100%;
  padding: 30px 10px;
  clear: both;
  font-weight: 400;
  color: #572a1b;
  text-align: center;
  background: rgba(239, 227, 221, 0.7);
  border: 0;
  position: relative;
  font-size: .8rem;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .nav_item {
    padding: 15px 10px;
  }
  .nav_item.link_cont {
    min-height: 120px;
  }
}

@media (max-width: 576px) {
  .nav_item {
    padding: 15px 0px;
    font-size: .75rem;
  }
}

.nav_item img {
  width: 25px;
  display: block;
  margin: 0 auto 5px auto;
  min-height: 40px;
}

@media (max-width: 991px) {
  .nav_item img {
    margin: 0 auto 10px auto;
  }
}

.nav_item:focus, .nav_item:hover {
  color: #572a1b;
  text-decoration: none;
  background: rgba(239, 227, 221, 0.5);
}

.nav_item.active, .nav_item:active {
  color: #572a1b;
  text-decoration: none;
}

.nav_item.disabled, .nav_item:disabled {
  color: #868e96;
  background-color: transparent;
}

.red {
  color: #c82426;
  letter-spacing: -0.05em;
  font-weight: 600;
  font-size: 110%;
  text-decoration: underline;
}

footer.wrap_foot {
  color: #572a1b;
  padding-top: 30px;
  padding-bottom: 130px;
}

footer.wrap_foot .copy {
  font-size: .7rem;
  line-height: 1.2;
}

.foot_btn {
  text-align: center;
  background: #f3eae5;
  color: #572a1b;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  z-index: 120;
}

.foot_btn span {
  font-weight: 600;
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
}

.foot_btn span::before, .foot_btn span::after {
  content: url(../image/voice.svg);
}

.foot_btn span::before {
  margin-right: .5rem;
}

.foot_btn span::after {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: .5rem;
}

.foot_btn .btn-y {
  border-radius: 50px;
  color: white;
  padding: 15px;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  width: 70%;
  margin: 0 auto;
  letter-spacing: 0;
  margin-left: 2%;
  background: #f5b935;
  -webkit-box-shadow: 0 3px 0 #d8a32f;
  box-shadow: 0 3px 0 #d8a32f;
}

@media (max-width: 991px) {
  .foot_btn .btn-y {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .foot_btn .btn-y {
    letter-spacing: -1px;
    width: 90%;
  }
}

.foot_btn .btn-y:hover {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 #d8a32f;
  box-shadow: 0 1px 0 #d8a32f;
}

.foot_btn .btn-y span {
  display: block;
  font-size: .9rem;
}

.foot_btn .btn-y i {
  margin-left: .5rem;
}

.code {
  display: block;
  text-align: right;
}

@media (max-width: 768px) {
  .code {
    display: none;
  }
}

.code span {
  border: 1px solid rgba(102, 102, 102, 0.1);
  background: white;
  padding: 5px;
  font-size: 70%;
  border-radius: 5px;
}

body > .main-container:after{
  display: none;
}
