@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #373737;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

a {
  display: inline-block;
  color: #373737;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
  text-decoration: none;
}
a:hover {
  color: #6a6a6a;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.6s ease;
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.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: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 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%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .contents {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contents {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .contents {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .contents {
    max-width: 1100px;
  }
}
.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

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

.ttl-bg {
  background: url(../images/ttl-bg_mark.png) left center no-repeat #fdecf2;
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 25px 30px;
}

.btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 1.5rem;
  }
}
.btn a, .btn span {
  border: 1px solid #373737;
  border-radius: 60px;
  display: block;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn a, .btn span {
    padding: 10px 20px;
  }
}
.btn a:hover, .btn span:hover {
  background: #373737;
  color: #fff;
}
.btn i {
  font-size: 1.8rem;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-transparent a, .btn-transparent span {
  border: 1px solid #fff;
  color: #fff;
}
.btn-transparent a:hover, .btn-transparent span:hover {
  background: #fff;
  color: #ee3f7c;
}
.btn-fill a, .btn-fill span {
  background: #ee3f7c;
  border: none;
  color: #fff;
}
.btn-fill a:hover, .btn-fill span:hover {
  background: #d91a62;
}
.btn-large {
  max-width: 340px;
  margin: 20px auto 0;
}
.btn-large small {
  display: block;
  font-size: 1.4rem;
}
.btn-large a {
  background: #ee3f7c;
  border: 0;
  color: #fff;
  font-size: 2.3rem;
  padding: 15px 30px;
}
.btn-large a:hover {
  background: #d91a62;
}
.btn-flat-simple {
  background: #ee3f7c;
  border-radius: 60px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 15px 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  max-width: 250px;
  text-align: center;
}
.btn-bd a, .btn-bd span {
  border: 1px solid #ee3f7c;
  color: #ee3f7c;
}
.btn-bd a:hover, .btn-bd span:hover {
  background: #d91a62;
}

.icon:before {
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.icon_calendar:before {
  background: url(../images/icon_calendar.svg) center no-repeat;
}
.icon_consult:before {
  background: url(../images/icon_consult.svg) center no-repeat;
}
.icon_faq:before {
  background: url(../images/icon_faq.svg) center no-repeat;
}
.icon_column:before {
  background: url(../images/icon_column.svg) center no-repeat;
}
.icon_envelope:before {
  background: url(../images/icon_envelope.svg) center no-repeat;
}
.icon_phone:before {
  background: url(../images/icon_phone.svg) center no-repeat;
}
.icon_phone_pink:before {
  background: url(../images/icon_phone_pink.svg) center no-repeat;
}

.red {
  color: #ee3f7c;
}

.en-text {
  font-family: "Spartan", sans-serif;
}

.phototext_box {
  margin-top: 60px;
  margin-top: -110px;
  padding-top: 110px;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 991px) {
  .phototext_box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .phototext_box {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .phototext_box {
    margin: 0;
    padding: 0;
  }
}
.phototext_box .ttl-bg {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .phototext_box .ttl-bg {
    margin-bottom: 2rem;
  }
}
.phototext_box + .ttl-bg {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .phototext_box + .ttl-bg {
    margin-top: 4rem;
  }
}
.phototext_box_photo {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .phototext_box_photo {
    order: 1;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .phototext_box_photo {
    margin: -20px 0 0;
    padding: 10px 15px;
  }
}
.phototext_box_photo img {
  border-radius: 15px;
  overflow: hidden;
}
.phototext_box_text {
  padding-left: 25px;
  padding-right: 25px;
}
.phototext_box_text p {
  margin-bottom: 0;
}
.phototext_box_text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .phototext_box_text {
    line-height: 1.8;
    order: 2;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .phototext_box_text {
    padding: 10px 15px;
  }
}
.phototext_box_text .btn {
  margin-top: 20px;
  max-width: 360px;
}
.phototext_box_text .btn a {
  padding: 20px;
}
.phototext_box_ttl {
  align-items: center;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .phototext_box_ttl {
    display: block;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .phototext_box_ttl {
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.phototext_box_ttl span {
  background: #ee3f7c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
  text-align: center;
  width: 70px;
}
@media screen and (max-width: 991px) {
  .phototext_box_ttl span {
    height: 50px;
    font-size: 2.1rem;
    line-height: 50px;
    margin-bottom: 10px;
    width: 50px;
  }
}
.phototext_box_ttl div {
  width: calc(100% - 90px);
}
@media screen and (max-width: 991px) {
  .phototext_box_ttl div {
    width: calc(100% - 60px);
  }
}

.flow {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .flow {
    margin-top: 60px;
  }
}
.flow.shop_flow {
  background: #fdecf2;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .flow.shop_flow {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.flow .first-ttl {
  margin-bottom: 2rem;
}
.flow_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .flow_list {
    margin: 0 -15px;
  }
}
.flow_list li {
  padding: 30px;
  position: relative;
  width: 33.33%;
}
@media screen and (max-width: 1199px) {
  .flow_list li {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flow_list li {
    padding: 15px;
    width: 50%;
  }
}
.flow_list figure {
  border-radius: 15px;
  margin-bottom: 2rem;
  overflow: hidden;
}
.flow_list figure img {
  vertical-align: bottom;
}
.flow_list_step {
  align-items: center;
  background: #ee3f7c;
  border-radius: 15px 0 15px 0;
  color: #ee3f7c;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .flow_list_step {
    font-size: 2.4rem;
  }
}
.flow_list_step span {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  .flow_list_step span {
    padding: 0 10px;
  }
}
.flow_list_step em {
  background: #fff;
  border-radius: 0 0 15px;
  color: #ee3f7c;
  font-style: normal;
  padding: 10px 15px;
}
@media screen and (max-width: 1199px) {
  .flow_list_step em {
    padding: 5px 10px;
  }
}
.flow_list h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .flow_list h4 {
    font-size: 2rem;
  }
}
.flow_list p {
  line-height: 1.8;
  margin: 0;
}

.linker {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 1.4rem;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .linker {
    margin-top: 40px;
  }
}
.linker ul {
  align-items: center;
  list-style: none;
  padding: 1rem 0;
}
.linker .list {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .linker .list {
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
  }
}
.linker [class*=col-] {
  margin-bottom: 0;
}
.linker .next a:before {
  color: #999;
  content: "\f104";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  margin-right: 10px;
}
.linker .prev {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .linker .prev {
    text-align: left;
  }
}
.linker .prev a:after {
  color: #999;
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  margin-left: 10px;
}
.linker a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pager {
  display: flex;
  margin-top: 6rem;
}
.pager .current, .pager a {
  border: 1px solid #ee3f7c;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.pager a {
  color: #ee3f7c;
  margin-left: -1px;
}
.pager a:hover {
  background: #ee3f7c;
  color: #fff;
}
.pager .current {
  background: #ee3f7c;
  color: #fff;
  line-height: 40px;
  width: 40px;
}
.pager .prev, .pager .next {
  padding: 0 10px;
  width: auto;
}
.pager .dots {
  line-height: 40px;
  padding: 0 10px;
}

.youtube {
  padding-top: 56.25%;
  position: relative;
}
.youtube iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.form {
  background: #fdecf2;
  margin: 0 auto;
  max-width: 700px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 20px;
  }
}
.form dl {
  margin: 0;
}
.form dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .form dl + dl {
    margin-top: 30px;
  }
}
.form dl dt {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
}
.form dl dd {
  margin: 0;
  padding: 0;
}
.form_require {
  border: 1px solid #ee3f7c;
  color: #ee3f7c;
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 5px;
  padding: 4px;
}
.form input[type=text],
.form input[type=email] {
  border: 1px solid #efefef;
  padding: 15px;
  width: 100%;
}
.form select {
  border: 1px solid #efefef;
  padding: 10px;
}
.form_submit {
  background: #35CA96;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  padding: 20px 60px;
}
@media screen and (max-width: 767px) {
  .form_submit {
    margin-top: 10px;
    padding: 15px 40px;
  }
}

.l-header {
  align-items: center;
  background: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.l-logo {
  padding-left: 30px;
  width: 20%;
}
@media screen and (max-width: 991px) {
  .l-logo {
    margin: 20px 0;
    width: 50%;
  }
}

.l-gnav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav ul {
  display: flex;
  font-weight: 700;
  line-height: 1;
  list-style: none;
  padding: 0;
}
.l-gnav ul li {
  position: relative;
}
.l-gnav ul li a {
  display: block;
  padding: 10px 35px;
}
@media screen and (max-width: 1199px) {
  .l-gnav ul li a {
    padding: 10px 15px;
  }
}
.l-gnav ul li + li:before {
  background: #373737;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.l-gnav_line a {
  background: #14B018;
  border-bottom: 5px solid #07960c;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 16px 15px 11px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .l-gnav_line a {
    border-bottom: 0;
    text-align: center;
  }
}
.l-gnav_line a:hover {
  background: #07960c;
}
.l-gnav_line a i {
  display: block;
  font-size: 2.3rem;
  margin: 6px 0;
}
@media screen and (max-width: 991px) {
  .l-gnav_line a i {
    display: inline-block;
    margin-right: 5px;
  }
}
.l-gnav_btn a {
  background: #ee3f7c;
  border-bottom: 5px solid #d91a62;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 15px 11px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .l-gnav_btn a {
    border-bottom: 0;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
  }
}
.l-gnav_btn a:hover {
  background: #d91a62;
}
@media screen and (max-width: 991px) {
  .l-gnav_btn a:hover {
    display: inline-block;
    margin-right: 5px;
  }
}
.l-gnav_btn .icon {
  display: block;
}
@media screen and (max-width: 991px) {
  .l-gnav_btn .icon {
    display: inline-block;
    margin-right: 5px;
  }
}
.l-gnav_btn .icon:before {
  height: 21px;
  width: 21px;
}

.slicknav_menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .slicknav_menu {
    display: block;
    font-size: 1.5rem;
    position: fixed;
    top: 13px;
    right: 13px;
    z-index: 1050;
  }
  .slicknav_menutxt {
    background: #ee3f7c;
    color: #fff !important;
    display: block;
    line-height: 1;
    padding: 12px;
  }
  .slicknav_menutxt::before {
    content: "\f0c9";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 2.3rem;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .slicknav_menu {
    top: 8px;
  }
}
.slicknav_nav {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 20px 20px;
  position: fixed;
  right: 0;
  top: 45px;
}
@media screen and (max-width: 991px) {
  .slicknav_nav {
    top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .slicknav_nav {
    top: 65px;
  }
}
.slicknav_nav ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.slicknav_nav li + li {
  border-top: 1px solid #efefef;
}
.slicknav_nav a {
  display: block;
  padding: 10px 0;
}
.slicknav_nav .btn {
  text-align: center;
}

.l-wrapper {
  padding-top: 103px;
}
@media screen and (max-width: 991px) {
  .l-wrapper {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 66px;
  }
}

.l-note {
  background: #ee3f7c;
  border-radius: 0 0 15px 15px;
  color: #fff;
  left: 50%;
  position: absolute;
  top: 0;
  text-align: center;
  transform: translateX(-50%);
  width: 750px;
  z-index: 30;
}
@media screen and (max-width: 991px) {
  .l-note {
    border-radius: 0;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
  }
}
.l-note_ttl {
  border-radius: 0 0 15px 15px;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c", sans-serif;
  overflow: hidden;
  padding: 10px 0;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
}
.l-note_ttl:hover {
  background: #d91a62;
}
@media screen and (max-width: 991px) {
  .l-note_ttl {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-note_ttl {
    font-size: 13px;
    padding: 15px 10px;
  }
}
.l-note_btn {
  background: #fff;
  border-radius: 25px;
  color: #373737;
  cursor: pointer;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.2rem;
  padding: 0 30px;
  position: absolute;
  right: 20px;
  top: 25px;
  transform: translateY(-50%);
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
}
@media screen and (max-width: 991px) {
  .l-note_btn {
    padding: 0 25px;
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-note_btn {
    display: block;
    margin-top: 5px;
    position: static;
    transform: translateY(0);
    width: 95px;
  }
}
.l-note_btn:hover {
  background: #efefef;
}
.l-note i {
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.l-note_text {
  font-weight: 700;
  padding: 0 40px 40px;
}
@media screen and (max-width: 991px) {
  .l-note_text {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-note_text .l-note_btn {
    left: 15px;
    position: absolute;
    top: 37px;
  }
}
.l-note_text p {
  margin: 0 0 15px;
}
@media screen and (max-width: 991px) {
  .l-note_text p {
    margin-bottom: 20px;
  }
  .l-note_text p br {
    display: none;
  }
}
.l-note_text ul {
  border: 1px solid #fff;
  border-radius: 10px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  padding: 30px 45px 30px 50px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .l-note_text ul {
    padding: 25px 40px 25px 40px;
  }
}
.l-note_text li + li {
  margin-top: 5px;
}
.l-note_text li:before {
  content: "■";
  left: 30px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .l-note_text li:before {
    left: 25px;
  }
}

.l-pageHeader {
  background: #fdecf2;
  margin-bottom: 20px;
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-pageHeader {
    padding: 140px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-pageHeader {
    padding: 105px 0 30px;
  }
}
.l-pageHeader.nophoto {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .l-pageHeader.nophoto {
    padding: 110px 0 50px;
  }
}
.l-pageHeader .ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.5rem;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .l-pageHeader .ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-pageHeader .ttl {
    font-size: 2.3rem;
  }
}
.l-pageHeader figure {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .l-pageHeader figure {
    height: calc(100% - 70px);
    margin-top: 70px;
    top: 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .l-pageHeader figure {
    text-align: right;
    width: 60%;
  }
}
.l-pageHeader figure img {
  max-height: 120%;
  max-width: auto;
  transform: translateY(-10%);
}

.l-topicpath {
  margin: 0 auto;
}
.l-topicpath ul {
  display: flex;
  font-size: 1.3rem;
  list-style: none;
  margin: 0 0 80px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-topicpath ul {
    margin-bottom: 50px;
  }
}
.l-topicpath ul li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}

.l-reason {
  background: url(../images/home_reason_bg.jpg) #fcdee8 right no-repeat;
  margin-top: 130px;
  padding-bottom: 130px;
  padding-top: 130px;
}
@media screen and (max-width: 991px) {
  .l-reason {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-reason {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .l-reason {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .l-reason {
    background: url(../images/home_reason_bg-sp.jpg) #fcdee8 bottom no-repeat;
    background-size: contain;
    padding: 40px 0 400px;
  }
}
@media screen and (max-width: 991px) {
  .l-reason {
    padding-bottom: 200px;
  }
}
.l-reason_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .l-reason_ttl {
    font-size: 2.4rem;
  }
}
.l-reason_text {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .l-reason_text {
    width: 100%;
  }
}
.l-reason p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.l-reason .btn {
  font-size: 1.6rem;
}
.l-reason .btn a {
  background: #fff;
  color: #373737;
}

.l-bnr_shop {
  background: url(../images/bnr_shop_bg.png) 60px center no-repeat #ee3f7c;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 7vmin 0 8vmin;
}
@media screen and (max-width: 1199px) {
  .l-bnr_shop {
    background-size: 40%;
    background-position: -60px center;
  }
}
@media screen and (max-width: 991px) {
  .l-bnr_shop {
    background-size: 12%;
    background-position: center 20px;
    padding: 100px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-bnr_shop {
    padding: 70px 0 20px;
  }
}
.l-bnr_shop_ttl {
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 1.4;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-bnr_shop_ttl {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
.l-bnr_shop em {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-bnr_shop em {
    font-size: 2.7rem;
  }
}
.l-bnr_shop .en-text {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .l-bnr_shop .en-text {
    font-size: 2.6rem;
  }
}
.l-bnr_shop .row {
  justify-content: flex-end;
}
.l-bnr_shop_wrap {
  max-width: 1100px;
}
.l-bnr_shop_box_btn {
  align-items: center;
  display: flex;
}
.l-bnr_shop_logo {
  padding-right: 30px;
  width: 70%;
}
@media screen and (max-width: 1199px) {
  .l-bnr_shop_logo {
    padding-right: 20px;
    width: 65%;
  }
}
.l-bnr_shop .btn {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .l-bnr_shop .btn {
    width: 35%;
  }
}
.l-bnr_shop .btn-fill a {
  background: #fff;
  color: #ee3f7c;
}
.l-bnr_shop .btn-fill a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.l-bnr_sp {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  padding: 10px 5px 5px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-bnr_sp {
    display: block;
  }
}
.l-bnr_sp ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-bnr_sp ul li {
  padding: 2.5px;
  text-align: center;
}
.l-bnr_sp_reserve, .l-bnr_sp_line, .l-bnr_sp_shop, .l-bnr_sp_tel {
  line-height: 1;
  width: 50%;
}
.l-bnr_sp_reserve a, .l-bnr_sp_line a, .l-bnr_sp_shop a, .l-bnr_sp_tel a {
  border-radius: 55px;
  color: #fff;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
  padding: 10px 0;
}
.l-bnr_sp_reserve span, .l-bnr_sp_line span, .l-bnr_sp_shop span, .l-bnr_sp_tel span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.l-bnr_sp_reserve a {
  background: #ff392e;
}
.l-bnr_sp_reserve a:hover {
  background: #dc1e13;
}
.l-bnr_sp_shop a {
  border: 1px solid #373737;
  color: #373737;
}
.l-bnr_sp_line a {
  background: #14B018;
}
.l-bnr_sp_line a:hover {
  background: #11a015;
}
.l-bnr_sp_tel {
  margin: 0 auto;
  width: 70%;
}
.l-bnr_sp_tel span {
  margin-bottom: 8px;
}
.l-bnr_sp_tel a {
  background: #68a2e1;
  font-family: "Spartan", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 7px;
}
.l-bnr_sp_tel .icon_phone_pink:before {
  margin-top: -3px;
}
.l-bnr_sp_tel i {
  margin-right: 5px;
}

.l-footer {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.4rem;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding: 40px 15px;
  }
  .l-footer .row {
    margin: 0;
  }
}
.l-footer:before {
  content: "";
  background-image: linear-gradient(to right, #ee3f7c, #ee3f7c 2px, transparent 2px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-footer_logo {
  padding-right: 45px;
  width: 10%;
}
@media screen and (max-width: 991px) {
  .l-footer_logo {
    text-align: center;
    width: 100%;
  }
  .l-footer_logo img {
    margin: 0 auto;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    padding: 0;
  }
}
.l-footer_nav {
  border-left: 1px solid #efefef;
  padding: 0 10px 0 20px;
  width: 18%;
}
@media screen and (max-width: 991px) {
  .l-footer_nav {
    border-left: 0;
    margin-top: 20px;
    padding: 0;
    width: 50%;
  }
}
.l-footer_nav-ttl {
  margin-bottom: 10px;
}
.l-footer_nav-ttl:before {
  color: #ee3f7c;
  content: "●";
  margin-right: 5px;
}
.l-footer_nav ul {
  line-height: 1.6;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.l-footer_nav li {
  padding-left: 10px;
  position: relative;
}
.l-footer_nav li:before {
  content: "-";
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: -1px;
}
.l-footer_nav li + li {
  margin-top: 5px;
}
.l-footer_list {
  margin-top: 6rem !important;
}
@media screen and (max-width: 991px) {
  .l-footer_list {
    margin-top: 4rem !important;
  }
}
.l-footer_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  width: calc(65% - 20px);
}
.l-footer_list ul li {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .l-footer_list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_list ul li {
    width: 100%;
  }
}
.l-footer_list ul li:before {
  content: "-";
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: -1px;
}
.l-footer_bnr {
  line-height: 1.6;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .l-footer_bnr {
    margin-top: 3rem;
    width: 100%;
  }
}
.l-footer_bnr a {
  display: block;
}

.l-copyright {
  color: #ee3f7c;
  font-family: "Spartan", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  padding: 35px 0;
  text-align: center;
}

.home_visual {
  background: #ee3f7c;
  position: relative;
  padding-top: 52px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_visual {
    padding-top: 76px;
  }
}
.home_visual .slick-dots {
  bottom: 10px;
  display: flex;
  left: 50%;
  list-style: none;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
}
.home_visual .slick-dots button {
  background: #fff;
  border: 1px solid #ee3f7c;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 15px;
  line-height: 0;
  margin: 0 7px;
  overflow: hidden;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .home_visual .slick-dots button {
    height: 12px;
    margin: 0 5px;
    width: 12px;
  }
}
.home_visual .slick-dots .slick-active button {
  background: #ee3f7c;
}

.home_visual_wrap {
  background: url("../images/home_visual_bg.png") #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home_visual_text {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  justify-content: center;
  line-height: 1.6;
  padding: 0 50px;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 1500px) {
  .home_visual_text {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .home_visual_text {
    font-size: 1.6rem;
    left: 0;
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 991px) {
  .home_visual_text {
    order: 2;
    width: 100%;
    position: inherit;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .home_visual_text {
    font-size: 1.5rem;
    padding: 30px 15px;
  }
  .home_visual_text br {
    display: none;
  }
}
.home_visual_text p {
  margin: 0;
}
.home_visual_ct {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .home_visual_ct {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .home_visual_ct {
    font-size: 1.8rem;
  }
}
.home_visual_ct em {
  color: #ee3f7c;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .home_visual_ct em {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .home_visual_ct em {
    font-size: 2.6rem;
  }
}
.home_visual_ct strong {
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  .home_visual_ct strong {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .home_visual_ct strong {
    font-size: 2.6rem;
  }
}
.home_visual_ttl {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 20px;
}
@media screen and (max-width: 1199px) {
  .home_visual_ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .home_visual_ttl {
    font-size: 3.4rem;
  }
}
.home_visual_list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
  max-width: 500px;
}
@media screen and (max-width: 1199px) {
  .home_visual_list {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .home_visual_list {
    margin-top: 20px;
    max-width: 500px;
  }
}
.home_visual_list li {
  margin: 0 10px;
}
@media screen and (max-width: 1199px) {
  .home_visual_list li {
    margin: 0 5px;
  }
}
.home_visual_ph {
  width: 60%;
}
@media screen and (max-width: 1500px) {
  .home_visual_ph {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .home_visual_ph {
    margin-left: auto;
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .home_visual_ph {
    order: 1;
    width: 100%;
  }
}
.home_visual_ph .slick-initialized {
  margin: 0;
  padding: 0;
}
.home_visual_ph .slick-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home_btnArea {
  background: #ee3f7c;
  text-align: center;
}
.home_btnArea .btn-large {
  margin-top: 0;
  padding: 20px 0;
}
.home_btnArea .btn-large a {
  background: #fff;
  color: #ee3f7c;
}

.home_ct {
  background: #fdecf2;
  margin-bottom: 80px;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_ct p {
    padding: 0 15px;
    text-align: left;
  }
}

.home_ttl {
  color: #ee3f7c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_ttl {
    padding: 0 15px;
  }
}

.home_symptom_list {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .home_symptom_list {
    margin-top: 30px;
  }
}
.home_symptom_list ul {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .home_symptom_list ul {
    margin: 0 -15px;
    padding: 0;
  }
}
.home_symptom_list a {
  background: #fff;
  border-radius: 15px;
  display: block;
  padding: 20px 0 0;
}
.home_symptom_list figure {
  border-radius: 0 0 20px 15px;
  margin-top: 10px;
  overflow: hidden;
}
.home_symptom_list figure img {
  vertical-align: bottom;
}
.home_symptom_list h3 {
  color: #ee3f7c;
  font-size: 1.8rem;
  margin: 0;
}
.home_symptom_list h3 strong {
  font-size: 2.7rem;
}
.home_symptom_list p {
  margin: 0;
  text-align: center;
}

.home_reason {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_reason p {
    text-align: left;
  }
}

.home_shop {
  border: 2px solid #ee3f7c;
  border-radius: 15px;
  margin-top: 140px;
  padding: 40px 60px 60px;
}
@media screen and (max-width: 767px) {
  .home_shop {
    margin: 100px 15px 0;
    padding: 30px 20px;
    width: calc(100% - 30px);
  }
}
.home_shop p {
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_shop p {
    text-align: left;
  }
}

.home_shop_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 0;
  padding: 0;
}
.home_shop_list_box {
  padding: 0 20px 30px;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .home_shop_list_box {
    width: 100%;
  }
}
.home_shop_list_ttl {
  font-size: 1.6rem;
  margin: 0 0 5px;
}
.home_shop_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home_shop_list ul li {
  align-items: center;
  display: flex;
}
.home_shop_list ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .home_shop_list ul li + li {
    border-top: 1px solid #efefef;
    padding-top: 8px;
  }
}
.home_shop_list ul a {
  color: #ee3f7c;
  text-decoration: underline;
}
.home_shop_list ul a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .home_shop_list_name {
    width: calc(100% - 6.5em);
  }
}
.home_shop_list_btn {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .home_shop_list_btn {
    margin-left: auto;
    padding-left: 10px;
    width: 6.5em;
  }
}
.home_shop_list_btn a {
  background: #fdecf2;
  border-radius: 25px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 5px 12px 3px;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .home_shop_list_btn a {
    padding: 10px 5px 8px;
  }
}
.home_shop_list_btn a:hover {
  background: #ffd9e6;
}
.home_shop_list_btn i {
  margin-right: 3px;
}

.home_movie {
  background: #fdecf2;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .home_movie {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.home_movie_inner {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}
.home_movie_ttl {
  color: #ee3f7c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home_movie_ttl {
    font-size: 2.4rem;
  }
}
.home_movie_ttl i {
  margin-right: 10px;
}

.home_contbox {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home_contbox {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home_contbox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home_contbox_txt {
    order: 2;
  }
}
.home_contbox_ttl {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .home_contbox_ttl {
    font-size: 2.4rem;
  }
  .home_contbox_ttl br {
    display: none;
  }
}
.home_contbox_mark {
  margin: 0 auto;
  height: 55px;
  text-align: center;
}
.home_contbox_mark img {
  max-height: 100%;
}
.home_contbox .btn {
  margin: 30px auto 0;
}
.home_contbox_img {
  border-radius: 20px 0 0 20px;
  right: 0;
  max-height: 420px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  text-align: right;
  transform: translateY(-50%);
  width: 58%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .home_contbox_img {
    border-radius: 20px;
    margin: 40px auto 0;
    position: inherit;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .home_contbox_img {
    margin: 40px 15px 0;
    width: calc(100% - 30px);
  }
}
.home_contbox + .home_contbox {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .home_contbox + .home_contbox {
    margin-top: 80px;
  }
}
.home_contbox + .home_contbox .row {
  justify-content: flex-end;
}
.home_contbox + .home_contbox .home_contbox_img {
  border-radius: 0 20px 20px 0;
  left: 0;
  right: auto;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .home_contbox + .home_contbox .home_contbox_img {
    border-radius: 20px;
  }
}

.home_bnr {
  background: url(../images/home_bnrBg.jpg) 0 120px no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .home_bnr {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}
.home_bnr .container {
  margin: 0 auto;
  max-width: 1100px;
}
.home_bnr .row {
  margin: 0 -20px;
}
@media screen and (max-width: 991px) {
  .home_bnr .row {
    margin: 0;
  }
}
.home_bnr_col {
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
}
.home_bnr_col a {
  display: block;
}
@media screen and (max-width: 991px) {
  .home_bnr_col {
    padding: 10px 0;
  }
}
.home_bnr_col_img {
  border-radius: 10px;
  overflow: hidden;
}
.home_bnr_col_img img {
  vertical-align: bottom;
}
.home_bnr_col .btn {
  bottom: 25px;
  font-size: 2.1rem;
  position: absolute;
  right: 30px;
  width: 200px;
}
@media screen and (max-width: 991px) {
  .home_bnr_col .btn {
    bottom: 40px;
    right: 40px;
  }
}
.home_bnr_one {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .home_bnr_one {
    margin-top: 20px;
  }
}
.home_bnr_one a {
  align-items: center;
  background: #ee3f7c;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.home_bnr_one a:hover {
  background: #d91a62;
}
.home_bnr_one_text {
  color: #fff;
  line-height: 1.6;
  padding: 0 55px 0 70px;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .home_bnr_one_text {
    padding: 30px;
    width: 100%;
  }
}
.home_bnr_one_img {
  background: #fff;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .home_bnr_one_img {
    width: 100%;
  }
}
.home_bnr_one h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .home_bnr_one h3 {
    font-size: 2.1rem;
  }
}
.home_bnr_one h3 i {
  font-size: 2.1rem;
  margin-left: 15px;
}
.home_bnr_one p {
  margin: 0;
}

.home_information {
  margin-top: 130px;
}
@media screen and (max-width: 991px) {
  .home_information {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .home_information {
    margin-top: 60px;
  }
}
.home_information_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 30px;
  text-align: center;
}
.home_information .container {
  max-width: 1000px;
}

.home_blog {
  margin-top: 130px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .home_blog {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .home_blog {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .home_blog {
    margin-bottom: 60px;
  }
}
.home_blog_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.home_blog .container {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .home_shope_area {
    display: none;
  }
}
.first_header_ct {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  margin: 0 0 6rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .first_header_ct {
    font-size: 3rem;
    margin-bottom: 4rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .first_header_ct {
    font-size: 2.7rem;
  }
}
.first_header_ct .red {
  font-size: 3.8rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 991px) {
  .first_header_ct .red {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .first_header_ct .red {
    font-size: 2.5rem;
  }
}
.first_header_ct .red:after {
  background-color: #ee3f7c;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.first_header_ct strong {
  font-size: 6.2rem;
}
@media screen and (max-width: 991px) {
  .first_header_ct strong {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .first_header_ct strong {
    font-size: 5rem;
  }
}
.first_header_ct em {
  font-style: normal;
  font-size: 4.8rem;
}
@media screen and (max-width: 991px) {
  .first_header_ct em {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .first_header_ct em {
    font-size: 3.6rem;
  }
}
.first_header_text {
  padding-right: 40px;
  width: 55%;
}
@media screen and (max-width: 991px) {
  .first_header_text {
    padding: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .first_header_text {
    padding: 0 15px 20px;
  }
}
.first_header_text h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .first_header_text h3 {
    font-size: 2.1rem;
  }
}
.first_header_movie {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .first_header_movie {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .first_header_movie {
    padding: 0 15px;
  }
}
.first_header_movie iframe {
  border-radius: 15px;
  overflow: hidden;
  vertical-align: bottom;
  width: 100%;
}

.first-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  line-height: 1.4;
  margin: 0 0 4rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .first-ttl {
    font-size: 3.2rem;
  }
}
.first-ttl small {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .first-ttl small {
    font-size: 1.6rem;
  }
}

.first_treatbody {
  background: #fdecf2;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .first_treatbody {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .first_treatbody {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .first_treatbody {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.first_treatbody_ct {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .first_treatbody_ct {
    margin-bottom: 40px;
  }
}
.first_treatbody_ct .first-ttl {
  margin: 0 0 1rem;
}
.first_treatbody_ct p {
  font-size: 2.4rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .first_treatbody_ct p {
    font-size: 1.8rem;
  }
}
.first_treatbody_text {
  padding-right: 40px;
  width: 45%;
}
@media screen and (max-width: 991px) {
  .first_treatbody_text {
    padding: 0 0 20px;
    width: 100%;
  }
}
.first_treatbody_text_box + .first_treatbody_text_box {
  margin-top: 5rem;
}
@media screen and (max-width: 991px) {
  .first_treatbody_text_box + .first_treatbody_text_box {
    margin-top: 3rem;
  }
}
.first_treatbody_text h4 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .first_treatbody_text h4 {
    font-size: 1.8rem;
  }
}
.first_treatbody_text p {
  line-height: 1.8;
  margin: 10px 0;
}
.first_treatbody_photo {
  width: 55%;
}
@media screen and (max-width: 991px) {
  .first_treatbody_photo {
    width: 100%;
  }
}
.first_treatbody_photo figure {
  border-radius: 15px;
  overflow: hidden;
}
.first_treatbody_photo figure + figure {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .first_treatbody_photo figure + figure {
    margin-top: 15px;
  }
}
.first_treatbody_photo img {
  vertical-align: bottom;
}

.first_feature {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .first_feature {
    margin-top: 60px;
  }
}

.first_accident {
  background: url(../images/first_feature_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .first_accident {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .first_accident {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.first_accident_portal {
  background: #00a199;
  border-radius: 15px;
  margin: 0 15px;
  padding: 15px 10px 10px;
  text-align: center;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .first_accident_portal {
    margin-bottom: 20px;
    width: 100%;
  }
}
.first_accident_portal h4 {
  margin: 0 0 10px;
}
.first_accident_portal p {
  background: #fff;
  border-radius: 5px;
  color: #00a199;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0;
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  .first_accident_portal p {
    font-size: 1.8rem;
  }
  .first_accident_portal p br {
    display: none;
  }
}
.first_accident_list {
  display: flex;
  margin: 0 -15px 30px;
}
@media screen and (max-width: 767px) {
  .first_accident_list {
    flex-wrap: wrap;
  }
}
.first_accident_list ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .first_accident_list ul {
    margin: 0 10px;
    width: 100%;
  }
}
.first_accident_list ul li {
  align-items: center;
  background: #ee3f7c;
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  justify-content: center;
  line-height: 1.4;
  margin: 0 10px;
  text-align: center;
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 991px) {
  .first_accident_list ul li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .first_accident_list ul li {
    font-size: 1.6rem;
    margin: 0 5px;
    padding: 20px 0;
    width: calc(33.33% - 10px);
  }
}
.first_accident_text {
  background: #fff;
  border-radius: 15px;
  line-height: 1.8;
  padding: 30px 40px;
}

.first_media {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .first_media {
    margin-top: 60px;
  }
}
.first_media .first-ttl {
  margin-bottom: 2rem;
}
.first_media p {
  margin: 0 0 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .first_media p {
    padding: 0 15px;
  }
  .first_media p br {
    display: none;
  }
}
.first_media_list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.first_media_list li {
  padding: 0 10px;
}

.first_recommend {
  background: #fdecf2;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .first_recommend {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .first_recommend {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.first_recommend .first-ttl {
  margin-bottom: 2rem;
}
.first_recommend p {
  margin: 0 0 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .first_recommend p {
    padding: 0 15px;
  }
  .first_recommend p br {
    display: none;
  }
}
.first_recommend_list {
  list-style: none;
  padding: 0;
}
.first_recommend_list figure {
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.first_recommend_list_position {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
}
.first_recommend_list p {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .first_recommend_list p {
    padding: 0;
  }
}
.first_recommend .btn {
  margin: 0 auto;
}
.first_recommend_box {
  display: flex;
  flex-wrap: wrap;
}
.first_recommend_box + .first_recommend_box {
  border-top: 1px solid #efefef;
  margin-top: 5rem;
  padding-top: 6rem;
}
.first_recommend_box .first_recommend_photo {
  border-radius: 15px;
  overflow: hidden;
  width: 35%;
}
.first_recommend_box .first_recommend_photo img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .first_recommend_box .first_recommend_photo {
    width: 100%;
  }
}
.first_recommend_box .first_recommend_text {
  line-height: 1.6;
  padding-left: 40px;
  width: 65%;
}
@media screen and (max-width: 991px) {
  .first_recommend_box .first_recommend_text {
    padding: 30px 0 0;
    width: 100%;
  }
}
.first_recommend_box .first_recommend_name {
  background: #fdecf2;
  border-radius: 15px;
  display: block;
  margin-top: 2rem;
  padding: 30px;
}
.first_recommend_box .first_recommend_name p {
  font-weight: 700;
  margin: 1rem 0 0;
}
.first_recommend_box .first_recommend_position {
  font-size: 1.4rem;
}
.first_recommend_box .first_recommend_history {
  border: 1px solid #efefef;
  border-radius: 15px;
  display: block;
  margin-top: 2rem;
  padding: 30px;
}

.first_form {
  background: #fdecf2;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .first_form {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .first_form {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .first_form {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.first_form_note {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .first_form_note {
    padding: 30px 20px;
  }
}
.first_form_note-text {
  background: #fef4f7;
  border-radius: 15px;
  line-height: 1.8;
  margin: 2rem 0 4rem;
  padding: 30px;
}
.first_form .first-ttl {
  font-size: 3.2rem !important;
  margin-bottom: 3rem !important;
}
.first_form #satori__creative_container {
  margin-top: 50px;
}

.post-entry .first_form {
  padding-bottom: 1;
  padding-top: 50px;
}

.first_reserve {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .first_reserve {
    margin-top: 40px;
  }
}
.first_reserve .btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: inherit;
  text-align: center;
  width: 360px;
}
@media screen and (max-width: 1199px) {
  .first_reserve .btn {
    font-size: 2.3rem;
    margin: 0 10px 20px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .first_reserve .btn {
    margin: 0 0 20px;
    width: 100%;
  }
}
.first_reserve .btn small {
  display: block;
  font-size: 1.6rem;
}
.first_reserve .btn i {
  display: inline-block;
  margin-right: 7px;
  position: static;
  transform: translateY(-3px);
}
.first_reserve .btn .icon:before {
  height: 32px;
  width: 32px;
}
.first_reserve .btn a {
  background: #ff392e;
  border: 0;
  color: #fff;
  padding: 15px 30px;
}
.first_reserve .btn a:hover {
  background: #dc1e13;
}

.reason_ttl {
  border-bottom: 1px solid #373737;
  border-top: 1px solid #373737;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .reason_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .reason_ttl {
    font-size: 2rem;
  }
}

.reason_header {
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .reason_header {
    margin-top: 2rem;
  }
}
.reason_header:before {
  background: #ee3f7c;
  content: "";
  bottom: -100px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: calc(40% - 80px);
  right: 0;
}
@media screen and (max-width: 991px) {
  .reason_header:before {
    bottom: 40px;
    top: 20%;
  }
}
.reason_header_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 3rem 0 1rem;
}
.reason_header_ttl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .reason_header_ttl {
    font-size: 2rem;
  }
}
.reason_header p {
  line-height: 1.8;
}
.reason_header_img {
  border-radius: 15px 0 0 15px;
  max-height: 470px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
}
@media screen and (max-width: 991px) {
  .reason_header_img {
    border-radius: 15px;
    margin: 30px 30px 0;
    position: inherit;
    transform: translateY(0);
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .reason_header_img {
    margin: 30px 15px 0;
    max-width: auto;
    width: calc(100% - 30px);
  }
}

.reason_contact {
  margin-top: 180px;
}
@media screen and (max-width: 991px) {
  .reason_contact {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .reason_contact {
    margin-top: 80px;
  }
}
.reason_contact h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .reason_contact h4 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reason_contact h4 {
    font-size: 1.8rem;
  }
  .reason_contact h4 br {
    display: none;
  }
}
.reason_contact ul {
  list-style: none;
  margin: 0 -25px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .reason_contact ul {
    margin: 0 -15px;
  }
}
.reason_contact ul li {
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .reason_contact ul li {
    padding: 0 15px;
  }
}
.reason_contact ul a {
  background: #ee3f7c;
  border-radius: 15px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 45px 35px 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .reason_contact ul a {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .reason_contact ul a {
    padding: 35px 20px;
  }
}
.reason_contact ul a:hover {
  background: #d91a62;
}
.reason_contact ul .icon:before {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .reason_contact ul .icon:before {
    height: 40px;
    width: 40px;
  }
}
.reason_contact ul h5 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  margin: 20px 0;
}
.reason_contact ul p {
  height: 6em;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .reason_contact ul p {
    height: auto;
  }
}
.reason_contact ul .arrow {
  background: #fff;
  border-radius: 50%;
  color: #ee3f7c;
  display: block;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .reason_contact ul .arrow {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}

.reason_shop {
  margin-top: 25px;
}
.reason_shop a {
  background: #ee3f7c;
  border-radius: 15px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 45px 35px 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .reason_shop a {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .reason_shop a {
    padding: 35px 20px;
  }
}
.reason_shop a:hover {
  background: #d91a62;
}
.reason_shop .icon:before {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .reason_shop .icon:before {
    height: 40px;
    width: 40px;
  }
}
.reason_shop h5 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  margin: 20px 0;
}
.reason_shop p {
  line-height: 1.6;
  margin: 0;
}
.reason_shop .arrow {
  background: #fff;
  border-radius: 50%;
  color: #ee3f7c;
  display: block;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .reason_shop .arrow {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}

.faq_link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .faq_link {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
}
.faq_link .btn {
  max-width: 100%;
  padding: 10px;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .faq_link .btn {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .faq_link .btn {
    padding: 5px;
  }
}

.faq_box {
  margin-top: 60px;
  width: 100%;
}
.faq_box .faq_question {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.faq_box .faq_question_q {
  background: #ee3f7c;
  border-radius: 10px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 75px;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  width: 75px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_question_q {
    line-height: 50px;
    width: 50px;
  }
}
.faq_box .faq_question h3 {
  font-size: 2.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_question h3 {
    font-size: 2rem;
    width: calc(100% - 70px);
  }
}
.faq_box .faq_question .btn {
  font-size: 1.4rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_question .btn {
    margin: 10px 10px 0 0;
  }
}
.faq_box .faq_question .btn a {
  padding: 5px 20px;
}
.faq_box .faq_answer {
  border: 1px solid #ee3f7c;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_answer {
    padding: 30px;
  }
}
.faq_box .faq_answer:before {
  border: 10px solid transparent;
  border-bottom: 16px solid #ee3f7c;
  content: "";
  left: 28px;
  position: absolute;
  top: -26px;
  z-index: 0;
}
.faq_box .faq_answer:after {
  border: 8px solid transparent;
  border-bottom: 14px solid #fff;
  content: "";
  left: 30px;
  position: absolute;
  top: -22px;
  z-index: 0;
}
.faq_box .faq_answer h4 {
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_answer h4 {
    font-size: 1.8rem;
  }
}

.price_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .price_list {
    margin: 0 -10px;
  }
}
.price_list_column-one {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
.price_list_column-one_photo {
  width: 34%;
}
@media screen and (max-width: 991px) {
  .price_list_column-one_photo {
    width: 100%;
  }
}
.price_list_column-one_text {
  padding-left: 40px;
  width: 66%;
}
@media screen and (max-width: 991px) {
  .price_list_column-one_text {
    padding: 0;
    width: 100%;
  }
}
.price_list_column-one a {
  color: #ee3f7c;
  text-decoration: underline;
}
.price_list_column-one a:hover {
  text-decoration: none;
}
.price_list_column-one .btn a {
  color: #fff;
  text-decoration: none;
}
.price_list li {
  padding: 0 15px 50px;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .price_list li {
    padding: 0 10px 30px;
    width: 50%;
  }
}
.price_list li figure {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .price_list li figure {
    margin-bottom: 10px;
  }
}
.price_list li h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .price_list li h3 {
    font-size: 1.8rem;
  }
}
.price_list li h3 span {
  border: 1px solid #ee3f7c;
  color: #ee3f7c;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 10px;
  line-height: 1;
  padding: 7px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price_list li h3 span {
    margin: 0 0 5px;
  }
}
.price_list li h3 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .price_list li h3 br {
    display: block;
  }
}
.price_list li p {
  margin: 0 0 2rem;
}
.price_list_data {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .price_list_data {
    font-size: 1.6rem;
  }
}
.price_list_data small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .price_list_data small {
    font-size: 1.2rem;
  }
}

.price_first {
  background: rgb(255, 236, 215);
  background: -webkit-linear-gradient(left, rgb(255, 236, 215) 0%, rgb(255, 219, 242) 100%);
  background: -o-linear-gradient(left, rgb(255, 236, 215) 0%, rgb(255, 219, 242) 100%);
  background: linear-gradient(to right, rgb(255, 236, 215) 0%, rgb(255, 219, 242) 100%);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  overflow: hidden;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .price_first {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .price_first {
    padding: 30px;
  }
}
.price_first_text {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .price_first_text {
    width: 100%;
  }
}
.price_first_box_ttl {
  border-bottom: 1px solid #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .price_first_box_ttl {
    font-size: 2.4rem;
  }
}
.price_first_box h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .price_first_box h3 {
    font-size: 1.8rem;
  }
}
.price_first_box p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.price_first_box + .price_first_box {
  margin-top: 20px;
}
.price_first_tbl {
  padding-left: 40px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .price_first_tbl {
    padding: 20px 0 0;
    width: 100%;
  }
}
.price_first_tbl table {
  border: 1px solid #fff;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  font-weight: 700;
  overflow: hidden;
  width: 100%;
}
.price_first_tbl th, .price_first_tbl td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 40px 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price_first_tbl th, .price_first_tbl td {
    padding: 20px 0;
  }
}
.price_first_tbl th:last-child, .price_first_tbl td:last-child {
  border-right: 0;
}
.price_first_tbl thead th {
  background: rgba(255, 255, 255, 0.25);
  line-height: 1.4;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .price_first_tbl thead th {
    padding: 20px 0;
  }
}
.price_first_tbl tbody tr:last-child td {
  border-bottom: 0;
}

.symptom_list {
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .symptom_list {
    margin: 0 -15px;
  }
}
.symptom_list li {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .symptom_list li {
    padding: 15px;
  }
}
.symptom_list li figure {
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.symptom_list li h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .symptom_list li h3 {
    font-size: 2.1rem;
  }
}
.symptom_list li p {
  line-height: 1.6;
  margin: 0;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .symptom_list li p {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .symptom_list li p {
    width: 100%;
  }
}
.symptom_list_text {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.symptom_list_text .btn {
  margin-left: 20px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 1199px) {
  .symptom_list_text .btn {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 991px) {
  .symptom_list_text .btn {
    margin: 20px 0 0;
    width: 100%;
  }
}

.symptom_main {
  background: url(../images/symptom_main_bg.jpg) center #e5f4ff no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .symptom_main {
    margin-bottom: 60px;
  }
}
.symptom_main .container {
  position: relative;
}
.symptom_main_text {
  position: relative;
  z-index: 10;
  width: 620px;
}
@media screen and (max-width: 1199px) {
  .symptom_main_text {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .symptom_main_text {
    width: 100%;
  }
}
.symptom_main_ph {
  bottom: -60px;
  margin: 0;
  position: absolute;
  right: -50px;
  width: 620px;
}
@media screen and (max-width: 1199px) {
  .symptom_main_ph {
    right: -20px;
    width: 520px;
  }
}
@media screen and (max-width: 991px) {
  .symptom_main_ph {
    display: none;
  }
}

.symptom_detail_trouble {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .symptom_detail_trouble {
    margin-top: 40px;
  }
}
.symptom_detail_trouble h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .symptom_detail_trouble h3 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .symptom_detail_trouble h3 {
    font-size: 28px;
  }
}
.symptom_detail_trouble_ph {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .symptom_detail_trouble_ph {
    margin: 0 0 20px;
  }
}
.symptom_detail_trouble_text ul {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
}
.symptom_detail_trouble_text ul li {
  background: #e1f0f7;
  border-radius: 5px;
  padding: 10px 20px;
}
.symptom_detail_trouble_text ul li + li {
  margin-top: 5px;
}
.symptom_detail_trouble_text ul i {
  color: #88b3d5;
  font-size: 18px;
  margin-right: 7px;
}

.symptom_detail_head {
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .symptom_detail_head {
    margin-bottom: 2rem;
  }
}
.symptom_detail_head h2 {
  display: inline-block;
  background: #fff;
  border-radius: 60px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  left: 50%;
  margin: 0;
  padding: 15px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .symptom_detail_head h2 {
    font-size: 3.4rem;
    text-align: center;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .symptom_detail_head h2 {
    font-size: 2.5rem;
    line-height: 1.3;
    padding: 15px 20px;
  }
}
.symptom_detail_head figure {
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .symptom_detail_head figure {
    height: 120px;
  }
}
.symptom_detail_head figure img {
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.symptom_detail_outline {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .symptom_detail_outline {
    margin-bottom: 40px;
  }
}
.symptom_detail_outline h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .symptom_detail_outline h3 {
    font-size: 2.1rem;
  }
}
.symptom_detail_outline p {
  margin: 2em 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .symptom_detail_outline p br {
    display: none;
  }
}
.symptom_detail_box {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .symptom_detail_box {
    margin-top: 40px;
  }
}
.symptom_detail_box .ttl-bg {
  margin-bottom: 40px;
}
.symptom_detail_box_photo {
  border-radius: 15px;
  overflow: hidden;
}
.symptom_detail_box_text {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .symptom_detail_box_text {
    line-height: 1.8;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .symptom_detail_box_text {
    margin-top: -20px;
    padding-left: 15px;
  }
}
.symptom_detail_box_text.only_text {
  padding-left: 15px;
}
.symptom_detail_box_text .aligncenter {
  display: block;
  margin: 0 auto;
}
.symptom_detail_box_text iframe {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.symptom_detail_btn {
  background: #fdecf2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 100px;
  margin-top: 100px;
  text-align: center;
  padding: 60px 0 80px;
  padding: 40px 20px 60px;
}
@media screen and (max-width: 991px) {
  .symptom_detail_btn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .symptom_detail_btn {
    margin-top: 60px;
  }
}
.symptom_detail_btn_ttl {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 2.5rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .symptom_detail_btn_ttl {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .symptom_detail_btn_ttl {
    font-size: 2rem;
  }
  .symptom_detail_btn_ttl br {
    display: none;
  }
}
.symptom_detail_btn_ttl::before, .symptom_detail_btn_ttl::after {
  background: #000;
  content: "";
  display: inline-block;
  height: 70px;
  width: 2px;
}
.symptom_detail_btn_ttl::before {
  margin-right: 20px;
  transform: rotate(-20deg);
}
.symptom_detail_btn_ttl::after {
  margin-left: 20px;
  transform: rotate(20deg);
}
.symptom_detail_btn_ttl em {
  color: #ee3f7c;
  font-size: 3rem;
  font-style: normal;
}
.symptom_detail_btn_tag {
  font-size: 3rem;
  line-height: 1.4;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .symptom_detail_btn_tag {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .symptom_detail_btn_tag {
    font-size: 2.3rem;
  }
}
.symptom_detail_btn_tag a {
  background: #d62929;
  border-radius: 80px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .symptom_detail_btn_tag a {
    padding: 20px 10px;
  }
}
.symptom_detail_btn_tag a:hover {
  background: #ee3838;
}
.symptom_detail_btn_tag .icon {
  margin-right: 10px;
}
.symptom_detail_btn_tag .icon:before {
  height: 30px;
  width: 30px;
}
.symptom_detail_btn_tag small {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 5px;
  width: 100%;
}
.symptom_detail_btn_tag span {
  border: 1px solid #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 -30px 0 20px;
  padding: 5px 7px 2px;
}
@media screen and (max-width: 991px) {
  .symptom_detail_btn_tag span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .symptom_detail_btn_tag span {
    margin-left: 10px;
  }
}

.symptom_detail_bnr {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .symptom_detail_bnr {
    margin-top: 60px;
  }
}
.symptom_detail_bnr_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .symptom_detail_bnr_pc {
    display: none;
  }
  .symptom_detail_bnr_sp {
    display: block;
  }
}

.symptom_blog_list {
  background: #fdecf2;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 100px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .symptom_blog_list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .symptom_blog_list {
    padding: 30px;
  }
}
.symptom_blog_list h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.8rem;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .symptom_blog_list h3 {
    font-size: 2.3rem;
  }
}

.treat_list {
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .treat_list {
    margin: 0 -15px;
  }
}
.treat_list li {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .treat_list li {
    padding: 15px;
  }
}
.treat_list li figure {
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.treat_list li h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .treat_list li h3 {
    font-size: 2.1rem;
  }
}
.treat_list li p {
  line-height: 1.6;
  margin: 0;
  width: 300px;
}
@media screen and (max-width: 1199px) {
  .treat_list li p {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .treat_list li p {
    width: 100%;
  }
}
.treat_list_text {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.treat_list_text .btn {
  margin-left: 20px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 1199px) {
  .treat_list_text .btn {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 991px) {
  .treat_list_text .btn {
    margin: 20px 0 0;
    width: 100%;
  }
}
.treat_list_bnr {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .treat_list_bnr {
    margin-bottom: 40px;
  }
}
.treat_list_bnr a {
  background: rgb(255, 236, 215);
  background: -webkit-linear-gradient(left, rgb(255, 236, 215) 0%, rgb(255, 219, 242) 100%);
  background: -o-linear-gradient(left, rgb(255, 236, 215) 0%, rgb(255, 219, 242) 100%);
  background: linear-gradient(to right, rgb(255, 236, 215) 0%, rgb(255, 219, 242) 100%);
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 40px 50px 10px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .treat_list_bnr a {
    padding: 0 30px 30px;
  }
}
.treat_list_bnr_photo {
  margin-top: -60px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .treat_list_bnr_photo {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
.treat_list_bnr_text {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .treat_list_bnr_text {
    width: 100%;
  }
}
.treat_list_bnr_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .treat_list_bnr_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .treat_list_bnr_ttl {
    font-size: 2.4rem;
  }
}
.treat_list_bnr h4 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 20px 0 10px;
}
@media screen and (max-width: 991px) {
  .treat_list_bnr h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .treat_list_bnr h4 {
    font-size: 1.6rem;
  }
}
.treat_list_bnr p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.treat_list_bnr .btn {
  display: flex;
  justify-content: flex-end;
  max-width: inherit;
  width: 100%;
}
.treat_list_bnr .btn-fill span {
  background: #fff;
  color: #373737;
}
.treat_list_bnr .btn span {
  width: 200px;
}
.treat_list_bnr:nth-child(2) a {
  background: rgb(229, 255, 232);
  background: -webkit-linear-gradient(left, rgb(229, 255, 232) 0%, rgb(228, 245, 255) 100%);
  background: -o-linear-gradient(left, rgb(229, 255, 232) 0%, rgb(228, 245, 255) 100%);
  background: linear-gradient(to right, rgb(229, 255, 232) 0%, rgb(228, 245, 255) 100%);
}

.treat_detail_head {
  margin-bottom: 40px;
  position: relative;
}
.treat_detail_head h2 {
  display: inline-block;
  background: #fff;
  border-radius: 60px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  left: 50%;
  margin: 0;
  padding: 20px 60px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .treat_detail_head h2 {
    font-size: 3.4rem;
    text-align: center;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .treat_detail_head h2 {
    font-size: 2.5rem;
    padding: 15px 20px;
  }
}
.treat_detail_head figure {
  border-radius: 15px;
  overflow: hidden;
}
.treat_detail_outline {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .treat_detail_outline {
    margin-bottom: 60px;
  }
}
.treat_detail_outline h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .treat_detail_outline h3 {
    font-size: 2.1rem;
  }
}
.treat_detail_outline p {
  margin: 2em 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .treat_detail_outline p br {
    display: none;
  }
}
.treat_detail_shop {
  align-items: center;
  border: 1px solid #ee3f7c;
  border-radius: 15px;
  margin-top: 6rem;
  padding: 20px 15px 15px;
}
.treat_detail_shop h4 {
  margin: 0 0 1rem;
  text-align: center;
}
.treat_detail_shop ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.treat_detail_shop ul li {
  padding: 5px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .treat_detail_shop ul li {
    width: 100%;
  }
}
.treat_detail_shop ul li .btn {
  max-width: inherit;
}

.treat_other_list {
  background: #fdecf2;
  border-radius: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 100px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .treat_other_list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .treat_other_list {
    padding: 20px;
  }
}
.treat_other_list_ttl {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .treat_other_list_ttl {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
.treat_other_list ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .treat_other_list ul {
    font-size: 1.6rem;
  }
}
.treat_other_list ul li {
  padding: 10px;
  text-align: center;
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .treat_other_list ul li {
    padding: 5px;
    width: 100%;
  }
}
.treat_other_list ul li a {
  background: #fff;
  border: 1px solid #373737;
  border-radius: 35px;
  display: block;
  line-height: 1.4;
  padding: 15px 30px;
  position: relative;
}
.treat_other_list ul li a:hover {
  background: #373737;
  color: #fff;
}
.treat_other_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.shop__hoken {
  align-items: center;
  background: #fdecf2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 1170px;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .shop__hoken {
    display: block;
    margin-bottom: 30px;
    padding: 25px 25px 20px;
    text-align: center;
  }
}
.shop__hoken__ttl {
  color: #ee3f7c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .shop__hoken__ttl {
    margin: 0 0 10px;
  }
}
.shop__hoken p {
  margin: 0;
}
.shop__hoken br {
  display: none;
}
@media screen and (max-width: 991px) {
  .shop__hoken br {
    display: block;
  }
}

.shop_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .shop_area {
    margin-bottom: 40px;
  }
}
.shop_area_map {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .shop_area_map {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .shop_area_map {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shop_area_map {
    display: none;
  }
}
.shop_area ul {
  border: 1px solid #ee3f7c;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 20px;
}
.shop_area ul li {
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .shop_area ul li {
    margin: 7px 10px;
  }
}
.shop_area ul i {
  margin-right: 5px;
}
.shop_area ul a {
  color: #ee3f7c;
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.shop_area ul a:hover {
  color: #d91a62;
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
}
.shop_list + .shop_list {
  border-top: 1px solid #efefef;
  margin-top: 40px;
  padding-top: 40px;
}
.shop_list_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shop_list_ttl {
    margin-bottom: 20px;
  }
}
.shop_list_map {
  padding-right: 30px;
  width: 45%;
}
@media screen and (max-width: 991px) {
  .shop_list_map {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}
.shop_list_map iframe {
  height: 320px;
  width: 100%;
}
.shop_list ul {
  list-style: none;
  margin: 0 0 0 auto;
  overflow: hidden;
  padding: 0;
  width: 55%;
}
@media screen and (max-width: 991px) {
  .shop_list ul {
    width: 100%;
  }
}
.shop_list_box {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.shop_list_box + .shop_list_box {
  margin-top: 30px;
}
.shop_list_box_photo {
  padding-right: 20px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .shop_list_box_photo {
    padding-right: 15px;
  }
}
.shop_list_box_photo img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .shop_list_box_photo img {
    border-radius: 10px;
  }
}
.shop_list_box_text {
  line-height: 1.6;
  width: 70%;
}
.shop_list_box_detail {
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop_list_box_detail {
    padding-right: 0;
  }
}
.shop_list_box_ttl {
  color: #ee3f7c;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.shop_list_box_arrow {
  color: #ee3f7c;
  font-size: 2.4rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.shop_list_box_arrow:before {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .shop_list_box_arrow {
    display: none;
  }
}
.shop_list_box_cta {
  display: flex;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .shop_list_box_cta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .shop_list_box_cta {
    width: 100%;
  }
}
.shop_list_box_cta a {
  background: #fdecf2;
  border-radius: 45px;
  color: #373737;
  display: block;
  padding: 10px 10px 7px;
}
.shop_list_box_cta a:hover {
  background: #ee3f7c;
  color: #fff;
}
.shop_list_box_cta i {
  margin-right: 5px;
}
.shop_list_box_tel {
  padding-right: 5px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .shop_list_box_tel {
    padding: 0 0 5px;
    width: 100%;
  }
}
.shop_list_box_btn {
  padding-left: 5px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .shop_list_box_btn {
    padding: 5px 0 0;
    width: 100%;
  }
}

.shop_detail_head {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.shop_detail_head_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  line-height: 1.6;
  margin: 0 0 30px;
}
.shop_detail_head_text {
  padding-right: 30px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .shop_detail_head_text {
    padding: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shop_detail_head_text {
    order: 2;
  }
}
.shop_detail_head_photo {
  border-radius: 15px;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .shop_detail_head_photo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shop_detail_head_photo {
    margin-bottom: 30px;
    order: 1;
  }
}
.shop_detail_calendar {
  border: 1px solid #ffdae6;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  line-height: 1.6;
  margin-bottom: 15px;
  width: 100%;
}
.shop_detail_calendar thead th {
  background: #fdecf2;
  text-align: center;
}
.shop_detail_calendar th, .shop_detail_calendar td {
  border-bottom: 1px solid #ffdae6;
  border-right: 1px solid #ffdae6;
  padding: 10px;
}
.shop_detail_calendar tr:last-child th,
.shop_detail_calendar tr:last-child td {
  border-bottom: 0;
}
.shop_detail_calendar th:last-child,
.shop_detail_calendar td:last-child {
  border-right: 0;
}
.shop_detail_calendar tbody th {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .shop_detail_calendar tbody th br {
    display: none;
  }
}
.shop_detail_calendar td {
  color: #ee3f7c;
  text-align: center;
}
.shop_detail_data {
  border: 1px solid #ffdae6;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  line-height: 1.6;
  width: 100%;
}
.shop_detail_data th, .shop_detail_data td {
  border-bottom: 1px solid #ffdae6;
  border-right: 1px solid #ffdae6;
  padding: 10px 15px;
  text-align: left;
}
.shop_detail_data tr:last-child th,
.shop_detail_data tr:last-child td {
  border-bottom: 0;
}
.shop_detail_data th:last-child,
.shop_detail_data td:last-child {
  border-right: 0;
}
.shop_detail_data th {
  background: #fdecf2;
}
.shop_detail_data td {
  font-size: 1.4rem;
}
.shop_detail_data td span {
  display: inline-block;
}
.shop_detail_data td span + span:before {
  content: "/";
  margin: 0 5px;
}
.shop_detail_data td img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.shop_detail_btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .shop_detail_btn {
    margin-top: 60px;
  }
}
.shop_detail_btn .btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-right: 20px;
  max-width: inherit;
  text-align: center;
  width: 360px;
}
@media screen and (max-width: 1199px) {
  .shop_detail_btn .btn {
    font-size: 2.3rem;
    margin: 0 10px 20px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .shop_detail_btn .btn {
    margin: 0 0 20px;
    width: 100%;
  }
}
.shop_detail_btn .btn small {
  display: block;
  font-size: 1.6rem;
}
.shop_detail_btn .btn i {
  display: inline-block;
  position: static;
  transform: translateY(-3px);
}
.shop_detail_btn .btn .icon:before {
  height: 24px;
  width: 24px;
}
.shop_detail_btn .btn a {
  border: 0;
  color: #fff;
  padding: 15px 30px;
}
.shop_detail_btn .btn-reserve i {
  margin-right: 7px;
}
.shop_detail_btn .btn-reserve .icon:before {
  height: 32px;
  width: 32px;
}
.shop_detail_btn .btn-reserve a {
  background: #ff392e;
}
.shop_detail_btn .btn-reserve a:hover {
  background: #dc1e13;
}
.shop_detail_btn .btn-phone {
  font-size: 2.8rem;
}
.shop_detail_btn .btn-phone i {
  margin-right: 7px;
}
.shop_detail_btn .btn-phone .icon:before {
  height: 24px;
  width: 24px;
}
.shop_detail_btn .btn-phone a {
  background: #68a2e1;
}
.shop_detail_btn .btn-phone a:hover {
  background: #83bbed;
}
.shop_detail_map {
  background: #f7f8f8;
  margin-top: -50px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .shop_detail_map {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .shop_detail_map {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .shop_detail_map {
    margin-top: 60px;
  }
}
.shop_detail_map_text {
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .shop_detail_map_text {
    display: block;
  }
}
.shop_detail_map_text h2 {
  color: #ee3f7c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 991px) {
  .shop_detail_map_text h2 {
    margin: 0 0 20px;
  }
}
.shop_detail_map_text p {
  margin: 0;
}
.shop_detail_map_box {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .shop_detail_map_box {
    padding: 30px;
  }
}
.shop_detail_map_box iframe {
  border-radius: 15px;
  height: 500px;
  overflow: hidden;
  width: 100%;
}
.shop_detail_map_box p {
  font-size: 1.4rem;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .shop_detail_map_box p {
    text-align: left;
  }
}
.shop_detail_map_box a {
  color: #036eb8;
  text-decoration: underline;
}
.shop_detail_access {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .shop_detail_access {
    margin-top: 60px;
  }
}
.shop_detail_access ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.shop_detail_access li {
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
}
.shop_detail_access figure {
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.shop_detail_access figure img {
  width: 100%;
}
.shop_detail_photo {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .shop_detail_photo {
    margin-top: 60px;
  }
}
.shop_detail_photo ul {
  list-style: none;
  padding: 0;
}
.shop_detail_photo figure {
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.shop_detail_access {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .shop_detail_access {
    margin-top: 60px;
  }
}
.shop_detail_access ul {
  list-style: none;
  padding: 0;
}
.shop_detail_access li {
  position: relative;
}
.shop_detail_access figure {
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.shop_detail_access figure img {
  vertical-align: bottom;
}
.shop_detail_access span {
  background: url(../images/shop_detail_stepBg.png) no-repeat;
  color: #fff;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  height: 56px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  width: 56px;
}
.shop_detail_staff {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .shop_detail_staff {
    margin-top: 60px;
  }
}
.shop_detail_staff_photo img {
  border-radius: 15px;
  overflow: hidden;
}
.shop_detail_staff_text h4 {
  font-size: 2.4rem;
  margin: 0 0 10px;
}
.shop_detail_staff_text h4 small {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 10px;
}
.shop_detail_staff_text p {
  line-height: 1.8;
}
.shop_detail_form {
  margin: 60px auto 0;
  width: 800px;
}
@media screen and (max-width: 991px) {
  .shop_detail_form {
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .shop_detail_form {
    width: 100%;
  }
}

.shop_bnr_beginners {
  margin-top: 60px;
}
.shop_bnr_beginners a {
  align-items: center;
  background: #ee3f7c;
  border-radius: 15px;
  color: #fff;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .shop_bnr_beginners a {
    flex-direction: column;
  }
}
.shop_bnr_beginners a:hover {
  background: #d91a62;
}
.shop_bnr_beginners section {
  padding: 0 40px;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .shop_bnr_beginners section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shop_bnr_beginners section {
    padding: 30px;
  }
}
.shop_bnr_beginners section h2 {
  font-size: 2.3rem;
  margin: 0;
}
.shop_bnr_beginners section p {
  line-height: 1.6;
  margin: 1.5rem 0;
}
.shop_bnr_beginners section .btn span {
  border: 1px solid #fff;
}
.shop_bnr_beginners section .btn span:hover {
  background: #fff;
  color: #ee3f7c;
}
.shop_bnr_beginners figure {
  background: #fff;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .shop_bnr_beginners figure {
    width: 100%;
  }
}

.information_list dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.information_list dt {
  border-bottom: 1px solid #efefef;
  color: #9fa0a0;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .information_list dt {
    font-size: 1.3rem;
    width: 10rem;
  }
}
.information_list dt:before {
  background: #efefef;
  bottom: 20px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.information_list dd {
  border-bottom: 1px solid #efefef;
  display: flex;
  margin: 0 0 20px;
  padding-bottom: 20px;
  width: calc(100% - 11rem);
}
@media screen and (max-width: 767px) {
  .information_list dd {
    display: block;
    width: calc(100% - 10rem);
  }
}
.information_list dd a {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .information_list dd a {
    padding-left: 15px;
  }
}
.information_list_cat {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .information_list_cat {
    margin: 0 15px;
  }
}
.information_list_cat a {
  background: #ee3f7c;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  margin-top: 4px;
  overflow: hidden;
  padding: 4px 0 5px !important;
  text-align: center;
  width: 6em;
}
.information_list_cat a:hover {
  background: #d91a62;
}
.information_list .btn {
  margin: 0 auto;
}

.post-date {
  color: #9fa0a0;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.post-entry {
  margin-bottom: 6rem;
}
.post-entry img {
  border-radius: 15px;
  overflow: hidden;
}
.post-entry .aligncenter {
  display: block;
  margin: 0 auto;
}
.post-entry h2 {
  color: #ee3f7c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  line-height: 1.4;
  margin: 6rem 0 1rem;
  padding-left: 15px;
  position: relative;
}
.post-entry h2:before {
  background: #ee3f7c;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.post-entry h2:first-child {
  margin-top: 0;
}
.post-entry h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 4rem 0 1rem;
}
.post-entry h3:first-child {
  margin-top: 0;
}
.post-entry h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 3rem 0 1rem;
}
.post-entry h4:first-child {
  margin-top: 0;
}
.post-entry a {
  color: #ee3f7c;
  text-decoration: underline;
}
.post-entry a:hover {
  text-decoration: none;
}
.post_note {
  border: 1px solid #ee3f7c;
  border-radius: 15px;
  color: #ee3f7c;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.post .btn {
  margin: 0 auto;
}

.blog_list ul {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
.blog_list figure {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog_list_date {
  color: #9fa0a0;
  font-size: 1.4rem;
  font-weight: 700;
}
.blog_list a {
  display: block;
}
.blog_list p {
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.blog_list_cat a {
  background: #ee3f7c;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 5px;
  padding: 0 20px;
}
.blog_list_cat a:hover {
  background: #d91a62;
}
.blog_list .btn {
  margin: 0 auto;
}

.blog {
  display: flex;
}
.blog_category {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.blog_tag {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem 0 4rem;
  padding: 0;
}
.blog_tag li {
  margin-right: 20px;
  padding: 0;
}
.blog_tag li a {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.blog_tag li a:before {
  content: "#";
}
.blog_author {
  background: #fdecf2;
  border-radius: 15px;
  margin-top: 60px;
  padding: 40px 40px 20px;
}
@media screen and (max-width: 991px) {
  .blog_author {
    margin-top: 40px;
  }
}
.blog_author h3 {
  color: #ee3f7c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.5rem;
  margin: 0 0 2rem;
  text-align: center;
}
.blog_author_photo img {
  border-radius: 15px;
  overflow: hidden;
}
.blog_author_text h4 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.blog_author_text h4 small {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 10px;
}
.blog_sub {
  padding-left: 40px;
}
.blog_sub_ttl {
  color: #ee3f7c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin: 2rem 0 0.5rem;
}
.blog_sub_category {
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
}
.blog_sub_category li {
  padding-left: 1.5rem;
  position: relative;
}
.blog_sub_category li a:before {
  background-color: #ee3f7c;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 6px;
}
.blog_sub_category ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.blog_sub_entry {
  list-style: none;
  margin-bottom: 6rem;
  padding: 0;
}
.blog_sub_entry li {
  line-height: 1.8;
}
.blog_sub_entry li + li {
  border-top: 1px solid #efefef;
  margin-top: 15px;
  padding-top: 15px;
}
.blog_sub_entry p {
  font-size: 1.4rem;
  margin: 0;
}
.blog_sub_search {
  margin-bottom: 6rem;
  position: relative;
}
.blog_sub_search input[type=text] {
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 40px;
  height: 45px;
  font-size: 1.5rem;
  outline: 0;
  padding: 0 10px 0 50px;
  width: 100%;
}
.blog_sub_search [type=submit] {
  background: none;
  border: none;
  color: #666;
  font-size: 16px;
  height: 45px;
  left: 15px;
  position: absolute;
  top: 0;
}

.blog_cta_bnr {
  margin-bottom: 60px;
}
.blog_cta_bnr img {
  border-radius: 0 !important;
}
.blog_cta_bnr .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .blog_cta_bnr {
    margin-bottom: 30px;
  }
  .blog_cta_bnr .pc {
    display: none;
  }
  .blog_cta_bnr .sp {
    display: block;
  }
}

.blog_cta {
  border: 3px solid #ee3f7c;
  border-radius: 15px;
  line-height: 1.6;
  margin: 60px 0;
  padding: 35px 30px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog_cta {
    margin: 40px 0;
    padding: 30px 20px 20px;
  }
}
.blog_cta_lead {
  background: #fff;
  border: 2px solid #ee3f7c;
  border-radius: 45px;
  color: #ee3f7c;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  left: 50%;
  margin: 0 0 25px;
  padding: 8px 30px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -55px);
}
@media screen and (max-width: 991px) {
  .blog_cta_lead {
    font-size: 1.3rem;
    padding: 7px 20px 5px;
    transform: translate(-50%, -45px);
    width: 270px;
  }
}
.blog_cta_ttl {
  border-bottom: 1px solid #ee3f7c;
  color: #ee3f7c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .blog_cta_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog_cta_ttl {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.blog_cta_ttl span {
  color: #373737;
  display: block;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .blog_cta_ttl span {
    font-size: 1.8rem;
  }
}
.blog_cta_ttl span:before, .blog_cta_ttl span:after {
  background: #373737;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 2px;
}
.blog_cta_ttl span:before {
  margin-right: 15px;
  transform: rotate(-35deg);
}
.blog_cta_ttl span:after {
  margin-left: 10px;
  transform: rotate(35deg);
}
.blog_cta_badge {
  align-items: center;
  background: #35ca96;
  border-radius: 50%;
  bottom: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  font-weight: 700;
  height: 85px;
  justify-content: center;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  width: 85px;
}
@media screen and (max-width: 1199px) {
  .blog_cta_badge {
    left: -10px;
  }
}
@media screen and (max-width: 991px) {
  .blog_cta_badge {
    font-size: 11px;
    height: 70px;
    left: -30px;
    top: -60px;
    width: 70px;
  }
}
.blog_cta_box {
  position: relative;
}
.blog_cta_img {
  position: absolute;
  right: -10px;
  top: -40px;
  width: 32%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .blog_cta_img {
    margin: -15px auto 0;
    position: static;
    width: 50%;
  }
}
.blog_cta_text {
  font-size: 1.4rem;
  width: 65%;
}
@media screen and (max-width: 991px) {
  .blog_cta_text {
    width: 100%;
  }
}
.blog_cta_text em {
  display: inline-block;
  font-style: normal;
  padding: 0 3px;
  position: relative;
}
.blog_cta_text em:before {
  background: #FFE838;
  bottom: 2px;
  content: "";
  display: inline-block;
  height: 9px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.blog_cta_list {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 20px 20px;
  padding: 0;
}
.blog_cta_btn {
  border-radius: 15px;
  background: #fdecf2;
  padding: 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .blog_cta_btn {
    padding: 10px;
  }
}
.blog_cta_btn a {
  background: #ee3f7c;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 12px 40px 10px;
  text-align: center;
  text-decoration: none !important;
}
.blog_cta_btn a:hover {
  background: #d91a62;
}

.BlogCard {
  border: solid 1px #dadada;
  border-radius: 15px;
  margin: 30px 0;
  overflow: hidden;
  padding: 20px 30px 30px;
  position: relative;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .BlogCard {
    padding: 20px;
  }
}
.BlogCard br:first-child {
  display: none;
}
.BlogCard p {
  margin: 0;
}
.BlogCard p:empty {
  display: none;
}
.BlogCard a {
  color: #373737;
  display: block;
  text-decoration: none;
}
.BlogCard a:hover {
  opacity: 0.8;
}
.BlogCard strong {
  display: block;
  margin: 0 0 10px;
}
.BlogCard_img {
  float: left;
  margin-right: 20px;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .BlogCard_img {
    max-width: 100px;
  }
}
.BlogCard_content {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 5px 0;
  overflow: hidden;
}
.BlogCard_url {
  color: #ee3f7c;
  font-size: 1.2rem;
  overflow: hidden;
  text-decoration: underline;
}
.BlogCard a:hover .BlogCard_url {
  text-decoration: none;
}

.sitemaps {
  border: 1px solid #efefef;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .sitemaps {
    border: 0;
    padding: 0;
  }
}
.sitemaps-ttl {
  color: #ee3f7c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin: 2rem 0 0.5rem;
}
.sitemaps ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemaps ul li {
  padding-left: 1.5rem;
  position: relative;
}
.sitemaps ul li a:before {
  background-color: #ee3f7c;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 6px;
}

.privacypolicy {
  border: 1px solid #efefef;
  margin-top: 6rem;
  padding: 50px 50px 20px;
}
@media screen and (max-width: 767px) {
  .privacypolicy {
    border: 0;
    margin-top: 4rem;
    padding: 0;
  }
}
.privacypolicy dt {
  font-size: 1.8rem;
  font-weight: 700;
}
.privacypolicy dd {
  margin: 0 0 3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .privacypolicy dd {
    margin-bottom: 2rem;
  }
}

#satori__creative_container input[type=text],
#satori__creative_container input[type=email],
#satori__creative_container input[type=tel],
#satori__creative_container textarea,
#satori__creative_container select {
  border: 1px solid #ccc !important;
  border-radius: 1px !important;
  width: 100%;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  border: solid 1px #ddd !important;
}

#satori__privacy_policy_agreement_wrapper {
  margin-top: 1rem;
}

.satori__require,
.satori__not_require {
  color: #fff !important;
  font-size: 10px !important;
  border: 1px solid #ea0000;
}

#satori__privacy_policy_agreement_wrapper {
  margin-top: 20px;
}

.satori__btn {
  padding: 1em 3em !important;
  text-decoration: none;
  background-color: #2B4DA2 !important;
  color: #fff !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px !important;
  width: 100% !important;
  max-width: 320px !important;
  font-size: 15px !important;
}

.satori__btn:hover {
  background: #333 !important;
}

#satori__finish_panel {
  padding: 30px;
  background: #f8f8f8;
  margin: 10px;
  font-size: 14px;
  width: 100%;
  line-height: 2;
}

#satori__finish_panel p:last-child {
  margin: 0;
}

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

label:first-child {
  color: #000 !important;
}

input[type=checkbox] + label,
input[type=radio] + label {
  color: #000 !important;
}

.arimatsu_open {
  max-width: 900px;
  margin: 0 auto 40px;
}
.arimatsu_open img {
  border-radius: 0;
}
.arimatsu_open_main {
  display: flex;
  margin: 0 -10px 20px;
}
@media screen and (max-width: 767px) {
  .arimatsu_open_main {
    display: block;
    margin: 0 0 10px;
  }
}
.arimatsu_open_main img {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .arimatsu_open_main img {
    margin: 10px 0;
  }
}
.arimatsu_open_covid {
  align-items: center;
  background: #000;
  display: flex;
  padding: 10px 30px;
}
@media screen and (max-width: 991px) {
  .arimatsu_open_covid {
    display: block;
  }
}
.arimatsu_open_covid p {
  margin: -50px 0 0;
  max-width: 180px;
}
@media screen and (max-width: 991px) {
  .arimatsu_open_covid p {
    margin: -20px auto 10px;
  }
}
.arimatsu_open_covid ul {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .arimatsu_open_covid ul {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .arimatsu_open_covid ul {
    flex-wrap: wrap;
  }
}
.arimatsu_open_covid ul li {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .arimatsu_open_covid ul li {
    padding: 10px 5px;
    width: 33.33%;
  }
}

.satori__require {
  background: #f2859d !important;
}

.satori__not_require {
  background: #7fbee7 !important;
}

#toc_container.no_bullets {
  background: #f4f4f4;
  border-radius: 15px;
  padding: 30px;
}

#toc_container.no_bullets a {
  text-decoration: none;
}

.toc_title {
  margin: 0 0 10px;
}

.toc_number {
  color: #373737;
}

.toc_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #toc_container.no_bullets ul.toc_list {
    margin-left: -1em;
  }
}
.blogheader {
  background: none;
  margin-bottom: 0px;
  padding: 3em 0;
}

.blogentry {
  height: 3em !important;
}

@media screen and (max-width: 767px) {
  .blogheader {
    padding: 3em 0;
  }
}
.u-margintop--xl {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 60px;
  }
}

.u-margintop--lg {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--ms {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ms {
    margin-top: 30px;
  }
}

.u-marginbottom--xl {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--xl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-marginbottom--xl {
    margin-bottom: 60px;
  }
}

.u-marginbottom--lg {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--lg {
    margin-bottom: 60px;
  }
}

.u-marginbottom--md {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .u-marginbottom--md {
    margin-bottom: 40px;
  }
}

.u-padding--xl {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.u-padding--lg {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.u-padding--md {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.u-padding--sm {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-padding--xs {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.u-paddingright--sm {
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .u-paddingright--sm {
    padding-right: 20px;
  }
}/*# sourceMappingURL=style.css.map */