@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: no-repeat transparent;
  color: inherit;
  font: inherit;
  font-size: 100%;
  text-align: inherit;
  text-decoration: none;
  vertical-align: baseline;
  touch-action: manipulation;
}
*::before, *::after {
  box-sizing: inherit;
  vertical-align: inherit;
}
*:not(:focus-visible) {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -mox-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
          hyphens: none;
}

img,
svg,
video,
embed,
canvas,
object,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  fill: currentColor;
}

ul,
ol,
li {
  list-style: none inside;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

[href],
summary,
button,
select,
input[type=button],
input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=file],
input[type=month],
input[type=radio],
input[type=range],
input[type=reset],
input[type=submit],
input[type=time],
input[type=week],
label[for],
label:has(input) {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: vertical;
}

summary::marker, summary::-webkit-details-marker {
  display: none;
  content: none;
}

video:not([control]) {
  pointer-events: none;
}

code,
kbd,
pre,
var,
samp {
  font-family: Consolas, monospace, sans-serif;
}

*:focus-visible {
  outline-offset: 2px;
}

:root {
  --tos-black: #000;
  --tos-white: #fff;
  --tos-red: #e61e1e;
  --tos-blue: #0064d2;
  --tos-orange: #fa9628;
  --tos-teal: #50bebe;
  --tos-cyan: #64afe1;
  --tos-gray: #a0a0a5;
  --tos-gray-f5: #F5F5F5;
  --tos-yellow: #fad737;
  --tos-lavender: #af8cc8;
  --tos-orange-dark: #b94b00;
  --tos-teal-dark: #007580;
  --tos-cyan-dark: #265c80;
  --tos-gray-dark: #505054;
  --tos-yellow-dark: #916e00;
  --tos-lavender-dark: #644080;
  --tos-orange-25: #fee5C9;
  --tos-orange-40: #fdd5a9;
  --tos-orange-55: #fcc589;
  --tos-orange-70: #fcb669;
  --tos-orange-85: #fba648;
  --tos-teal-25: #d3efef;
  --tos-teal-40: #b9e5e5;
  --tos-teal-55: #9fdbdb;
  --tos-teal-70: #85d2d2;
  --tos-teal-85: #6ac8c8;
  --tos-cyan-25-25: #d8ebf8;
  --tos-cyan-25: #d8ebf7;
  --tos-cyan-40: #c1dff3;
  --tos-cyan-55: #aad3ef;
  --tos-cyan-70: #93c7ea;
  --tos-cyan-85: #7bbbe5;
  --tos-gray-25: #e7e7e8;
  --tos-gray-40: #d9d9dB;
  --tos-gray-55: #cbcbce;
  --tos-gray-70: #bdbdc0;
  --tos-gray-85: #aeaeb2;
  --tos-yellow-25: #fef5cd;
  --tos-yellow-40: #fdefaf;
  --tos-yellow-55: #fce991;
  --tos-yellow-70: #fce373;
  --tos-yellow-85: #fbdd55;
  --tos-lavender-25: #ebe2f1;
  --tos-lavender-40: #dfd1e9;
  --tos-lavender-55: #d3c0e1;
  --tos-lavender-70: #c7afd9;
  --tos-lavender-85: #bb9dd0;
}

html {
  overflow: hidden auto;
  font-family: "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "Helvetica Neue", Helvetica, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

body {
  overflow: hidden auto;
  line-height: 1.5;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768.98px) {
  body {
    font-size: 1.4rem;
  }
}

[href] {
  color: var(--tos-blue);
}
@media (hover) {
  [href]:hover {
    text-decoration: underline;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768.98px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.h2 {
  scroll-margin-top: 80px;
  margin-top: 65px;
  padding-left: 9px;
  border-left: solid 6px var(--tos-red);
  font-weight: bold;
}
@media (min-width: 769px) {
  .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768.98px) {
  .h2 {
    font-size: 2.4rem;
    scroll-margin-top: 330px;
  }
}
.h2 + * {
  margin-top: 25px;
}

.h3 {
  margin-top: 40px;
  border-top: solid 1px var(--tos-gray);
  border-bottom: solid 1px var(--tos-gray);
  font-weight: bold;
}
@media (min-width: 769px) {
  .h3 {
    padding: 16px 15px 11px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 768.98px) {
  .h3 {
    padding: 16px 15px 10px;
    font-size: 2rem;
  }
}
.h3 + * {
  margin-top: 25px;
}

.h4 {
  margin-top: 40px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768.98px) {
  .h4 {
    font-size: 1.6rem;
  }
}
.h4 + * {
  margin-top: 15px;
}

.h5,
.h-min {
  margin-top: 40px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .h5,
  .h-min {
    font-size: 1.6rem;
  }
}
@media (max-width: 768.98px) {
  .h5,
  .h-min {
    font-size: 1.4rem;
  }
}
.h5 + *,
.h-min + * {
  margin-top: 15px;
}

.h6,
.h-note {
  margin-top: 25px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .h6,
  .h-note {
    font-size: 1.4rem;
  }
}
@media (max-width: 768.98px) {
  .h6,
  .h-note {
    font-size: 1.2rem;
  }
}
.h6 + *,
.h-note + * {
  margin-top: 15px;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

.flex-item-textarea {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  margin: 15px 0px 15px 15px;
}

.flex-item-thumbnail {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-item-thumbnail img {
  width: 160px !important;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.relative-flex-item {
  position: relative;
  overflow: hidden;
}

.seminar-flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 768.98px) {
  /* SP時はabsolute解除して下部に配置 */
  .relative-flex-item {
    position: static;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .absolute-flex-button {
    position: static;
    width: 100%;
    margin-top: auto;
  }
  .seminar-flex-container {
    display: flex;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .seminar-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .seminar-flex-box {
    justify-content: center;
  }
  .article-item:last-child .seminar-flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
  }
}
.flex-1 {
  row-gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-1 > * {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-1 > .flex-item-1 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-1 > .flex-item-1-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1 > .flex-item-1-sp {
    width: 100%;
  }
}
.flex-1 > .flex-item-offset-1 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-1 > .flex-item-offset-1-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1 > .flex-item-offset-1-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-1-pc {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-1-pc > * {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-1-pc > .flex-item-1 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-1-pc > .flex-item-1-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-1-pc > .flex-item-1-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-1-pc > .flex-item-offset-1 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-1-pc > .flex-item-offset-1-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-1-pc > .flex-item-offset-1-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1-sp {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-1-sp > * {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-1-sp > .flex-item-1 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-1-sp > .flex-item-1-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-1-sp > .flex-item-1-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-1-sp > .flex-item-offset-1 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-1-sp > .flex-item-offset-1-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-1-sp > .flex-item-offset-1-sp {
    margin-left: 100%;
  }
}
.flex-2 {
  row-gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-2 > * {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-2 > .flex-item-1 {
  width: 50%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-1-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-1-sp {
    width: 50%;
  }
}
.flex-2 > .flex-item-offset-1 {
  margin-left: 50%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-offset-1-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-offset-1-sp {
    margin-left: 50%;
  }
}
.flex-2 > .flex-item-2 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-2-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-2-sp {
    width: 100%;
  }
}
.flex-2 > .flex-item-offset-2 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-2 > .flex-item-offset-2-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2 > .flex-item-offset-2-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-2-pc {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-2-pc > * {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-2-pc > .flex-item-1 {
    width: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-1-pc {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-1-sp {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-1 {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-1-pc {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-offset-1-sp {
    margin-left: 50%;
  }
}
@media (min-width: 769px) {
  .flex-2-pc > .flex-item-2 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-2-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-2-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-2 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-2-pc > .flex-item-offset-2-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-2-pc > .flex-item-offset-2-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-2-sp > * {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-2-sp > .flex-item-1 {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-1-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-1-sp {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-1 {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-offset-1-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-1-sp {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp > .flex-item-2 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-2-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-2-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-2 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-2-sp > .flex-item-offset-2-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-2-sp > .flex-item-offset-2-sp {
    margin-left: 100%;
  }
}
.flex-3 {
  row-gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-3 > * {
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-3 > .flex-item-1 {
  width: 33.3333333333%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-1-pc {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-1-sp {
    width: 33.3333333333%;
  }
}
.flex-3 > .flex-item-offset-1 {
  margin-left: 33.3333333333%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-offset-1-pc {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-offset-1-sp {
    margin-left: 33.3333333333%;
  }
}
.flex-3 > .flex-item-2 {
  width: 66.6666666667%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-2-pc {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-2-sp {
    width: 66.6666666667%;
  }
}
.flex-3 > .flex-item-offset-2 {
  margin-left: 66.6666666667%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-offset-2-pc {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-offset-2-sp {
    margin-left: 66.6666666667%;
  }
}
.flex-3 > .flex-item-3 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-3-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-3-sp {
    width: 100%;
  }
}
.flex-3 > .flex-item-offset-3 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-3 > .flex-item-offset-3-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3 > .flex-item-offset-3-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-3-pc {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-3-pc > * {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-3-pc > .flex-item-1 {
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-1-pc {
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-1-sp {
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-1 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-1-pc {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-offset-1-sp {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-2 {
    width: 66.6666666667%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-2-pc {
    width: 66.6666666667%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-2-sp {
    width: 66.6666666667%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-2 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-2-pc {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-offset-2-sp {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-3 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-3-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-3-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-3 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-3-pc > .flex-item-offset-3-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-3-pc > .flex-item-offset-3-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp {
    row-gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-3-sp > * {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-3-sp > .flex-item-1 {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-1-pc {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-1-sp {
    width: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-1 {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-offset-1-pc {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-1-sp {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-2 {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-2-pc {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-2-sp {
    width: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-2 {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-offset-2-pc {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-2-sp {
    margin-left: 66.6666666667%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-3 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-3-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-3-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-3 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-3-sp > .flex-item-offset-3-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-3-sp > .flex-item-offset-3-sp {
    margin-left: 100%;
  }
}
.flex-4 {
  row-gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-4 > * {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.flex-4 > .flex-item-1 {
  width: 25%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-1-pc {
    width: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-1-sp {
    width: 25%;
  }
}
.flex-4 > .flex-item-offset-1 {
  margin-left: 25%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-1-pc {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-1-sp {
    margin-left: 25%;
  }
}
.flex-4 > .flex-item-2 {
  width: 50%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-2-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-2-sp {
    width: 50%;
  }
}
.flex-4 > .flex-item-offset-2 {
  margin-left: 50%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-2-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-2-sp {
    margin-left: 50%;
  }
}
.flex-4 > .flex-item-3 {
  width: 75%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-3-pc {
    width: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-3-sp {
    width: 75%;
  }
}
.flex-4 > .flex-item-offset-3 {
  margin-left: 75%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-3-pc {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-3-sp {
    margin-left: 75%;
  }
}
.flex-4 > .flex-item-4 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-4-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-4-sp {
    width: 100%;
  }
}
.flex-4 > .flex-item-offset-4 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-4 > .flex-item-offset-4-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4 > .flex-item-offset-4-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-4-pc {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-4-pc > * {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-4-pc > .flex-item-1 {
    width: 25%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-1-pc {
    width: 25%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-1-sp {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-1 {
    margin-left: 25%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-1-pc {
    margin-left: 25%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-1-sp {
    margin-left: 25%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-2 {
    width: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-2-pc {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-2-sp {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-2 {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-2-pc {
    margin-left: 50%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-2-sp {
    margin-left: 50%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-3 {
    width: 75%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-3-pc {
    width: 75%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-3-sp {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-3 {
    margin-left: 75%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-3-pc {
    margin-left: 75%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-3-sp {
    margin-left: 75%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-4 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-4-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-4-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-4 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-4-pc > .flex-item-offset-4-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-4-pc > .flex-item-offset-4-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-4-sp > * {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-4-sp > .flex-item-1 {
    width: 25%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-1-pc {
    width: 25%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-1-sp {
    width: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-1 {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-1-pc {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-1-sp {
    margin-left: 25%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-2 {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-2-pc {
    width: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-2-sp {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-2 {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-2-pc {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-2-sp {
    margin-left: 50%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-3 {
    width: 75%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-3-pc {
    width: 75%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-3-sp {
    width: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-3 {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-3-pc {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-3-sp {
    margin-left: 75%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-4 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-4-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-4-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-4 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-4-sp > .flex-item-offset-4-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-4-sp > .flex-item-offset-4-sp {
    margin-left: 100%;
  }
}
.flex-5 {
  row-gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-5 > * {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.flex-5 > .flex-item-1 {
  width: 20%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-1-pc {
    width: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-1-sp {
    width: 20%;
  }
}
.flex-5 > .flex-item-offset-1 {
  margin-left: 20%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-1-pc {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-1-sp {
    margin-left: 20%;
  }
}
.flex-5 > .flex-item-2 {
  width: 40%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-2-pc {
    width: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-2-sp {
    width: 40%;
  }
}
.flex-5 > .flex-item-offset-2 {
  margin-left: 40%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-2-pc {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-2-sp {
    margin-left: 40%;
  }
}
.flex-5 > .flex-item-3 {
  width: 60%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-3-pc {
    width: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-3-sp {
    width: 60%;
  }
}
.flex-5 > .flex-item-offset-3 {
  margin-left: 60%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-3-pc {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-3-sp {
    margin-left: 60%;
  }
}
.flex-5 > .flex-item-4 {
  width: 80%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-4-pc {
    width: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-4-sp {
    width: 80%;
  }
}
.flex-5 > .flex-item-offset-4 {
  margin-left: 80%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-4-pc {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-4-sp {
    margin-left: 80%;
  }
}
.flex-5 > .flex-item-5 {
  width: 100%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-5-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-5-sp {
    width: 100%;
  }
}
.flex-5 > .flex-item-offset-5 {
  margin-left: 100%;
}
@media (min-width: 769px) {
  .flex-5 > .flex-item-offset-5-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5 > .flex-item-offset-5-sp {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .flex-5-pc {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-5-pc > * {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-5-pc > .flex-item-1 {
    width: 20%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-1-pc {
    width: 20%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-1-sp {
    width: 20%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-1 {
    margin-left: 20%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-1-pc {
    margin-left: 20%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-1-sp {
    margin-left: 20%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-2 {
    width: 40%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-2-pc {
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-2-sp {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-2 {
    margin-left: 40%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-2-pc {
    margin-left: 40%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-2-sp {
    margin-left: 40%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-3 {
    width: 60%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-3-pc {
    width: 60%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-3-sp {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-3 {
    margin-left: 60%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-3-pc {
    margin-left: 60%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-3-sp {
    margin-left: 60%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-4 {
    width: 80%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-4-pc {
    width: 80%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-4-sp {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-4 {
    margin-left: 80%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-4-pc {
    margin-left: 80%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-4-sp {
    margin-left: 80%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-5 {
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-5-pc {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-5-sp {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-5 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .flex-5-pc > .flex-item-offset-5-pc {
    margin-left: 100%;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .flex-5-pc > .flex-item-offset-5-sp {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp {
    row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-5-sp > * {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-5-sp > .flex-item-1 {
    width: 20%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-1-pc {
    width: 20%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-1-sp {
    width: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-1 {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-1-pc {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-1-sp {
    margin-left: 20%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-2 {
    width: 40%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-2-pc {
    width: 40%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-2-sp {
    width: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-2 {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-2-pc {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-2-sp {
    margin-left: 40%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-3 {
    width: 60%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-3-pc {
    width: 60%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-3-sp {
    width: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-3 {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-3-pc {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-3-sp {
    margin-left: 60%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-4 {
    width: 80%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-4-pc {
    width: 80%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-4-sp {
    width: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-4 {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-4-pc {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-4-sp {
    margin-left: 80%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-5 {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-5-pc {
    width: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-5-sp {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-5 {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (min-width: 769px) {
  .flex-5-sp > .flex-item-offset-5-pc {
    margin-left: 100%;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .flex-5-sp > .flex-item-offset-5-sp {
    margin-left: 100%;
  }
}
.flex-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .flex-reverse-pc {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768.98px) {
  .flex-reverse-sp {
    flex-direction: row-reverse;
  }
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 1.6rem;
  text-align: center;
}
.button:focus-visible {
  outline-offset: 4px;
}
@media (hover) {
  .button:hover {
    opacity: 0.8;
  }
}
.button::after {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  margin-left: 10px;
  background-color: currentColor;
}
.button[href$=".pdf"]::after {
  -webkit-mask-position: 0% 0;
          mask-position: 0% 0;
}
.button > [data-filesize] {
  order: 1;
  margin-left: 10px;
}

.download-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
}

.download-button::after {
  display: inline-block;
  justify-content: center;
  min-width: 16px;
  min-height: 16px;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Kw44Or44O844OXXzk3NjE3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyA5NzYxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE2Ljc2NSIgaGVpZ2h0PSIxNi42OTgiIHZpZXdCb3g9IjAgMCAxNi43NjUgMTYuNjk4Ij4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8xNjQ1MzMiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDE2NDUzMyIgd2lkdGg9IjE2Ljc2NSIgaGVpZ2h0PSIxNi42OTgiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfOTc2MjAiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDk3NjIwIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IuODkeOCuV81MzQ1NyIgZGF0YS1uYW1lPSLjg5HjgrkgNTM0NTciIGQ9Ik0xNi4wMTQsMTgyLjlILjc1YS43NS43NSwwLDEsMCwwLDEuNUgxNi4wMTRhLjc1Ljc1LDAsMSwwLDAtMS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xNjcuNykiIGZpbGw9IiNmZmYiLz4NCiAgICA8cGF0aCBpZD0i44OR44K5XzUzNDU4IiBkYXRhLW5hbWU9IuODkeOCuSA1MzQ1OCIgZD0iTTQyLjEyLDEyLjk3bC4wMDcuMDA3LjAxOC4wMTdoMGwuMDEzLjAxMi4wMTMuMDExLDAsMCwuMDE1LjAxMi4wMTEuMDA4LDAsMCwuMDE2LjAxMS4wMS4wMDcsMCwwLC4wMTYuMDEuMDEuMDA2LjAwNiwwLC4wMTYuMDA5LjAxMS4wMDYuMDA2LDAsLjAxNS4wMDcuMDEzLjAwNi4wMDYsMCwuMDEzLjAwNi4wMTUuMDA2LjAwNSwwLC4wMTIsMCwuMDE4LjAwNywwLDAsLjAxMSwwLC4wMi4wMDZoMGwuMDEsMCwuMDIyLjAwNmgwbC4wMSwwLC4wMjMsMGgwbC4wMSwwLC4wMjMsMGguMDE1bC4wMjEsMGguMTQ3bC4wMjIsMGguMDE1bC4wMjMsMCwuMDEsMGgwbC4wMjMtLjAwNS4wMDksMGgwbC4wMjItLjAwNi4wMSwwaDBsLjAyMS0uMDA3LjAxLDAsMCwwLC4wMTgtLjAwNy4wMTIsMCwwLDAsLjAxNi0uMDA3LjAxMy0uMDA2LjAwNiwwLC4wMTMtLjAwN0w0MywxMy4xbC4wMDYsMCwuMDExLS4wMDYuMDE1LS4wMDkuMDA1LDAsLjAxLS4wMDYuMDE2LS4wMSwwLDAsLjAxLS4wMDcuMDE2LS4wMTEsMCwwLC4wMTEtLjAwOC4wMTUtLjAxMiwwLDAsLjAxMy0uMDExTDQzLjE1MiwxM2gwbC4wMTgtLjAxNy4wMDctLjAwNyw0LjUyNy00LjUxMUEuNzUuNzUsMCwwLDAsNDYuNjQ2LDcuNEw0My40LDEwLjYzMVYuNzVhLjc1Ljc1LDAsMCwwLTEuNSwwdjkuODgxTDM4LjY1Miw3LjRhLjc1Ljc1LDAsMCwwLTEuMDU5LDEuMDYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0LjI2NykiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Kw44Or44O844OXXzk3NjE3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyA5NzYxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE2Ljc2NSIgaGVpZ2h0PSIxNi42OTgiIHZpZXdCb3g9IjAgMCAxNi43NjUgMTYuNjk4Ij4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8xNjQ1MzMiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDE2NDUzMyIgd2lkdGg9IjE2Ljc2NSIgaGVpZ2h0PSIxNi42OTgiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfOTc2MjAiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDk3NjIwIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPHBhdGggaWQ9IuODkeOCuV81MzQ1NyIgZGF0YS1uYW1lPSLjg5HjgrkgNTM0NTciIGQ9Ik0xNi4wMTQsMTgyLjlILjc1YS43NS43NSwwLDEsMCwwLDEuNUgxNi4wMTRhLjc1Ljc1LDAsMSwwLDAtMS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xNjcuNykiIGZpbGw9IiNmZmYiLz4NCiAgICA8cGF0aCBpZD0i44OR44K5XzUzNDU4IiBkYXRhLW5hbWU9IuODkeOCuSA1MzQ1OCIgZD0iTTQyLjEyLDEyLjk3bC4wMDcuMDA3LjAxOC4wMTdoMGwuMDEzLjAxMi4wMTMuMDExLDAsMCwuMDE1LjAxMi4wMTEuMDA4LDAsMCwuMDE2LjAxMS4wMS4wMDcsMCwwLC4wMTYuMDEuMDEuMDA2LjAwNiwwLC4wMTYuMDA5LjAxMS4wMDYuMDA2LDAsLjAxNS4wMDcuMDEzLjAwNi4wMDYsMCwuMDEzLjAwNi4wMTUuMDA2LjAwNSwwLC4wMTIsMCwuMDE4LjAwNywwLDAsLjAxMSwwLC4wMi4wMDZoMGwuMDEsMCwuMDIyLjAwNmgwbC4wMSwwLC4wMjMsMGgwbC4wMSwwLC4wMjMsMGguMDE1bC4wMjEsMGguMTQ3bC4wMjIsMGguMDE1bC4wMjMsMCwuMDEsMGgwbC4wMjMtLjAwNS4wMDksMGgwbC4wMjItLjAwNi4wMSwwaDBsLjAyMS0uMDA3LjAxLDAsMCwwLC4wMTgtLjAwNy4wMTIsMCwwLDAsLjAxNi0uMDA3LjAxMy0uMDA2LjAwNiwwLC4wMTMtLjAwN0w0MywxMy4xbC4wMDYsMCwuMDExLS4wMDYuMDE1LS4wMDkuMDA1LDAsLjAxLS4wMDYuMDE2LS4wMSwwLDAsLjAxLS4wMDcuMDE2LS4wMTEsMCwwLC4wMTEtLjAwOC4wMTUtLjAxMiwwLDAsLjAxMy0uMDExTDQzLjE1MiwxM2gwbC4wMTgtLjAxNy4wMDctLjAwNyw0LjUyNy00LjUxMUEuNzUuNzUsMCwwLDAsNDYuNjQ2LDcuNEw0My40LDEwLjYzMVYuNzVhLjc1Ljc1LDAsMCwwLTEuNSwwdjkuODgxTDM4LjY1Miw3LjRhLjc1Ljc1LDAsMCwwLTEuMDU5LDEuMDYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0LjI2NykiIGZpbGw9IiNmZmYiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  vertical-align: bottom;
  content: "";
}

.download-button[href$=".pdf"]::after {
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
}

.download-button > [data-filesize] {
  order: 1;
  margin-left: 10px;
}

@media (min-width: 769px) {
  .seminar-button {
    width: 210px;
  }
}
.absolute-flex-button {
  width: 340px;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
}

.movie-button {
  width: 80%;
}

@media (max-width: 768.98px) {
  .movie-button {
    width: 100%;
    margin-top: 20px;
  }
}
.button-blue {
  border: solid 1px var(--tos-blue);
  background-color: var(--tos-blue);
  color: var(--tos-white);
}

.button-white {
  border: solid 1px var(--tos-blue);
  background-color: var(--tos-white);
  color: var(--tos-blue);
}

.button-gray {
  border: solid 1px #707070;
  background-color: #707070;
  color: var(--tos-white);
}

.text-large {
  font-size: 1.8rem;
}

.text-small {
  font-size: 1.4rem;
}

.text-note {
  font-size: 1.2rem;
}

.text-link {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 22px;
  font-size: 1.6rem;
}
.text-link::before {
  position: absolute;
  top: 0.125em;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/text-link.svg);
          mask-image: url(../img/common/text-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: 1em;
          mask-size: 1em;
  content: "";
}
.text-link[href] {
  color: var(--tos-blue);
}
@media (hover) {
  .text-link[href]:hover {
    text-decoration: underline;
  }
}
.text-link[href]::after {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icons-link.svg);
          mask-image: url(../img/common/icons-link.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: bottom;
}
.text-link[href][href$=".pdf"]::after {
  -webkit-mask-position: 0%;
          mask-position: 0%;
  content: "";
}
.text-link > [data-filesize] {
  order: 1;
}

.list {
  display: table;
  max-width: 100%;
  overflow: auto;
  border-spacing: var(--space);
}
.list[style*="--list-before:"] > li::before {
  content: var(--list-before) var(--list);
}
.list[style*="--list-after:"] > li::before {
  content: var(--list) var(--list-after);
}
.list[style*="--list-after:"][style*="--list-before:"] > li::before {
  content: var(--list-before) var(--list) var(--list-after);
}
.list > li {
  display: table-row;
}
.list > li::before {
  display: table-cell;
  width: 0;
  padding-right: 0.25em;
  white-space: nowrap;
  content: var(--list);
}
.list > li[style*="--list-before:"]::before {
  content: var(--list-before) var(--list);
}
.list > li[style*="--list-after:"]::before {
  content: var(--list) var(--list-after);
}
.list > li[style*="--list-after:"][style*="--list-before:"]::before {
  content: var(--list-before) var(--list) var(--list-after);
}

.list-number {
  counter-reset: listNum;
  display: table;
  max-width: 100%;
  overflow: auto;
  border-spacing: var(--space);
}
.list-number > li {
  counter-increment: listNum;
  display: table-row;
}
.list-number > li::before {
  display: table-cell;
  width: 0;
  padding-right: 0.25em;
  white-space: nowrap;
  content: counter(listNum);
}
.list-number[style*="--list-before:"] > li::before {
  content: var(--list-before) counter(listNum);
}
.list-number[style*="--list-after:"] > li::before {
  content: counter(listNum) var(--list-after);
}
.list-number[style*="--list-after:"][style*="--list-before:"] > li::before {
  content: var(--list-before) counter(listNum) var(--list-after);
}
.list-number[style*="--num:"] {
  counter-reset: listNum -1;
  counter-increment: listNum var(--num);
}
.list-number > li[style*="--list-before:"]::before {
  content: var(--list-before) counter(listNum);
}
.list-number > li[style*="--list-after:"]::before {
  content: counter(listNum) var(--list-after);
}
.list-number > li[style*="--list-after:"][style*="--list-before:"]::before {
  content: var(--list-before) counter(listNum) var(--list-after);
}

.list-year {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.list-year::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #d2d2d2;
}
.list-year > dt {
  position: relative;
  margin: 0 auto;
  font-weight: bold;
}
.list-year > dt::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50% 50%;
  background-color: var(--tos-blue);
}
.list-year > dd {
  position: relative;
}
@media (max-width: 768.98px) {
  .list-year::before {
    top: -13px;
    left: 120px;
    width: 2px;
    height: calc(100% + 26px);
  }
  .list-year > dt {
    width: 110px;
    font-size: 1.6rem;
  }
  .list-year > dt::before {
    top: 4px;
    left: 115px;
    width: 12px;
    height: 12px;
  }
  .list-year > dd {
    width: calc(100% - 110px);
    padding-left: 35px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .list-year > dd:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .list-year::before {
    top: -13px;
    left: 155px;
    width: 2px;
    height: calc(100% + 26px);
  }
  .list-year > dt {
    width: 145px;
    font-size: 1.8rem;
  }
  .list-year > dt::before {
    top: 4px;
    left: 150px;
    width: 12px;
    height: 12px;
  }
  .list-year > dd {
    width: calc(100% - 145px);
    padding-left: 55px;
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
  .list-year > dd:last-child {
    padding-bottom: 0;
  }
}

.table > table {
  width: 100%;
  border-spacing: 0;
}
.table > table > thead > tr > th {
  padding: 15px;
  background-color: var(--tos-cyan-25-25);
  font-weight: bold;
}
.table > table > tbody > tr > th,
.table > table > tbody > tr > td {
  padding: 15px;
}
.table > table > tbody > tr > th {
  font-weight: bold;
}
.table > table:has(> thead) > tbody > tr > th,
.table > table:has(> thead) > tbody > tr > td {
  border-top: solid 2px var(--tos-gray-25);
  background-color: fff;
}
@media (max-width: 768.98px) {
  .table > table:has(> caption + tbody) > tbody > tr, .table > table:has(> colgroup + tbody) > tbody > tr {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .table > table:has(> caption + tbody) > tbody > tr > th,
  .table > table:has(> caption + tbody) > tbody > tr > td, .table > table:has(> colgroup + tbody) > tbody > tr > th,
  .table > table:has(> colgroup + tbody) > tbody > tr > td {
    border-top: solid 2px var(--tos-gray-25);
  }
}
.table > table:has(> caption + tbody) > tbody > tr > th, .table > table:has(> colgroup + tbody) > tbody > tr > th {
  background-color: var(--tos-cyan-25-25);
}
@media (max-width: 768.98px) {
  .table > table:has(> caption + tbody) > tbody > tr > th, .table > table:has(> colgroup + tbody) > tbody > tr > th {
    border-top: solid 2px var(--tos-gray-25);
  }
}
.table > table:has(> caption + tbody) > tbody > tr > td, .table > table:has(> colgroup + tbody) > tbody > tr > td {
  background-color: #f5f5f5;
}

@media (max-width: 768.98px) {
  .table-scrollable {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.background-outer {
  position: relative;
}
.background-outer::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  background: inherit;
  content: "";
}
.background-outer:has(> .h2) {
  margin-top: 65px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.background-outer:has(> .h2) > .h2 {
  margin-top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  .sr-only-pc {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .sr-only-sp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  .sr-only-focusable-pc:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .sr-only-focusable-sp:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
iframe {
  display: block;
}

.iframe.google-map {
  width: 100%;
}
@media (min-width: 769px) {
  .iframe.google-map {
    max-height: 450px;
  }
}
@media (max-width: 768.98px) {
  .iframe.google-map {
    max-height: 300px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .message-area {
    margin: 0 auto 40px;
  }
  .message-area:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768.98px) {
  .message-area {
    margin: 0 auto 30px;
  }
  .message-area:last-child {
    margin-bottom: 0;
  }
}
.message-text {
  margin: 30px auto 0;
  line-height: 1.5;
  font-weight: bold;
}
.message-text:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .message-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 768.98px) {
  .message-text {
    font-size: 2rem;
  }
}

.company-access {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
}
.company-access:first-child {
  padding-top: 0;
}
.company-access:last-child {
  padding-bottom: 0;
}
.company-access-title {
  font-weight: bold;
}
.company-access-textarea {
  flex: 1;
}
@media (min-width: 769px) {
  .company-access-titlearea {
    flex: 1;
  }
  .company-access-title {
    font-size: 1.8rem;
  }
  .company-access-map {
    width: 48.25%;
  }
}
@media (max-width: 768.98px) {
  .company-access-titlearea {
    width: 100%;
    margin-bottom: 15px;
  }
  .company-access-title {
    font-size: 1.6rem;
  }
  .company-access-textarea {
    margin-bottom: 15px;
  }
  .company-access-textarea:first-child {
    margin-bottom: 0;
  }
  .company-access-map {
    width: 100%;
  }
}

.contact-information-wrap {
  margin: 50px auto 0;
}
.contact-information-title {
  font-weight: bold;
}
@media (min-width: 769px) {
  .contact-information-title {
    margin: 0 auto 10px;
    font-size: 2.4rem;
  }
  .contact-information-title:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768.98px) {
  .contact-information-title {
    margin: 0 auto 10px;
    font-size: 2rem;
  }
  .contact-information-title:last-child {
    margin-bottom: 0;
  }
}
.contact-information-item {
  position: relative;
}
.contact-information-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tos-blue);
  -webkit-mask-position: 0;
          mask-position: 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 1;
}
.contact-information-item.form::before {
  -webkit-mask-image: url("../img/common/icon-form-blue.svg");
          mask-image: url("../img/common/icon-form-blue.svg");
}
.contact-information-item.mail::before {
  -webkit-mask-image: url("../img/common/icon-mail-blue.svg");
          mask-image: url("../img/common/icon-mail-blue.svg");
}
.contact-information-item.tel::before {
  -webkit-mask-image: url("../img/common/icon-tel-blue.svg");
          mask-image: url("../img/common/icon-tel-blue.svg");
}
.contact-information-item.fax::before {
  -webkit-mask-image: url("../img/common/icon-fax-blue.svg");
          mask-image: url("../img/common/icon-fax-blue.svg");
}
.contact-information-item.address::before {
  -webkit-mask-image: url("../img/common/icon-address-blue.svg");
          mask-image: url("../img/common/icon-address-blue.svg");
}
@media (min-width: 769px) {
  .contact-information-item {
    padding-left: 90px;
    min-height: 65px;
  }
  .contact-information-item.form::before {
    width: 50px;
    height: 52px;
  }
  .contact-information-item.mail::before {
    width: 50px;
    height: 37px;
  }
  .contact-information-item.tel::before {
    width: 50px;
    height: 50px;
  }
  .contact-information-item.fax::before {
    width: 50px;
    height: 50px;
  }
  .contact-information-item.address::before {
    width: 40px;
    height: 52px;
  }
  .contact-information-item + .contact-information-item {
    margin-top: 40px;
  }
}
@media (max-width: 768.98px) {
  .contact-information-item {
    min-height: 80px;
    padding-left: 65px;
  }
  .contact-information-item.form::before {
    width: 40px;
    height: 42px;
  }
  .contact-information-item.mail::before {
    width: 40px;
    height: 29px;
  }
  .contact-information-item.tel::before {
    width: 40px;
    height: 40px;
  }
  .contact-information-item.fax::before {
    width: 40px;
    height: 40px;
  }
  .contact-information-item.address::before {
    width: 30px;
    height: 40px;
  }
  .contact-information-item + .contact-information-item {
    margin-top: 30px;
  }
}

/*.news {
  background-color: #f5f5f5;
}*/
.news-list > li {
  width: 100%;
}
.news-list .news-list-date {
  width: 120px;
}
.news-list-cat {
  display: inline-block;
  padding: 3px 6px;
  line-height: 1.2;
  /*background-color: #e7e7e8;*/
  font-weight: normal;
  border: #A5A5A5 1px solid;
  font-size: 1.4rem;
}
.news-list-textarea {
  flex: 1;
}
.news-list-textarea > p {
  font-weight: bold;
}
.news-list-textarea .news-list-cat {
  font-weight: normal;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .news-list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #999;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 6px;
    font-size: 1.6rem;
  }
  .news-list-list-date {
    font-size: 1.6rem;
  }
  .news-list-cat {
    margin-left: 20px;
    font-size: 1.4rem;
  }
  .news-list-textarea {
    margin-left: 20px;
  }
  .news-list-textarea > p {
    font-size: 1.6rem;
  }
  .news-list-textarea .news-list-cat {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (max-width: 768.98px) {
  .news-list > li {
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 1.4rem;
    border-bottom: 1px solid #999;
  }
  .news-list-list-date {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .news-list-cat {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .news-list-textarea > p {
    font-size: 1.4rem;
  }
  .news-list-textarea .news-list-cat {
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.article-wrap {
  display: flex;
  flex-wrap: wrap;
}
.article-wrap .article-item {
  container-type: inline-size;
  width: 100%;
}
.article-wrap.article-wrap-1 {
  width: 100%;
}
.article-wrap.article-wrap-1 .article-item {
  width: 100%;
}
.article-wrap.article-wrap-2, .article-wrap.article-wrap-3 {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.article-wrap.article-wrap-2 .article-item, .article-wrap.article-wrap-3 .article-item {
  margin-right: 15px;
  margin-left: 15px;
}
.article-wrap.article-wrap-2 .article-item {
  width: calc(50% - 30px);
}
.article-wrap.article-wrap-3 .article-item {
  width: calc(33.3333% - 30px);
}
.article-wrap.article-wrap-4, .article-wrap.article-wrap-5 {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.article-wrap.article-wrap-4 .article-item, .article-wrap.article-wrap-5 .article-item {
  margin-right: 10px;
  margin-left: 10px;
}
.article-wrap.article-wrap-4 .article-item {
  width: calc(25% - 20px);
}
.article-wrap.article-wrap-5 .article-item {
  width: calc(20% - 20px);
}
.article-item-thumbnail > img {
  width: 100%;
  height: auto;
}
.article-item > a {
  display: block;
  color: #000;
}
@media (hover) {
  .article-item > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.article-item-textarea {
  margin: 0;
  padding: 10px 0;
}
.article-item-title {
  font-weight: bold;
}
@media (min-width: 769px) {
  .article-wrap {
    row-gap: 40px;
  }
  .article-wrap .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-1-pc {
    width: 100%;
  }
  .article-wrap.article-wrap-1-pc .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-2-pc, .article-wrap.article-wrap-3-pc {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-wrap.article-wrap-2-pc .article-item, .article-wrap.article-wrap-3-pc .article-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .article-wrap.article-wrap-2-pc .article-item {
    width: calc(50% - 30px);
  }
  .article-wrap.article-wrap.article-wrap-2-pc > .article-item:last-child:nth-child(odd) .flex-item-textarea, .article-wrap.article-wrap.article-wrap-2-pc > .article-item:last-child:nth-child(odd) .article-item-textarea {
    width: 100% !important;
    max-width: 100% !important;
    align-items: start !important;
  }
  .article-wrap.article-wrap.article-wrap-2-pc > .article-item:last-child:nth-child(odd) {
    width: 100%;
  }
  .article-wrap.article-wrap-3-pc .article-item {
    width: calc(33.3333% - 30px);
  }
  .article-wrap.article-wrap-4-pc, .article-wrap.article-wrap-5-pc {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-wrap.article-wrap-4-pc .article-item, .article-wrap.article-wrap-5-pc .article-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .article-wrap.article-wrap-4-pc .article-item {
    width: calc(25% - 20px);
  }
  .article-wrap.article-wrap-5-pc .article-item {
    width: calc(20% - 20px);
  }
  .article-item-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768.98px) {
  .article-wrap {
    width: 100%;
    row-gap: 30px;
  }
  .article-wrap .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-1-sp {
    width: 100%;
  }
  .article-wrap.article-wrap-1-sp .article-item {
    width: 100%;
  }
  .article-wrap.article-wrap-2-sp, .article-wrap.article-wrap-3-sp {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-wrap.article-wrap-2-sp .article-item, .article-wrap.article-wrap-3-sp .article-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .article-wrap.article-wrap-2-sp .article-item {
    width: calc(50% - 30px);
  }
  .article-wrap.article-wrap-3-sp .article-item {
    width: calc(33.3333% - 30px);
  }
  .article-wrap.article-wrap-4-sp, .article-wrap.article-wrap-5-sp {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-wrap.article-wrap-4-sp .article-item, .article-wrap.article-wrap-5-sp .article-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .article-wrap.article-wrap-4-sp .article-item {
    width: calc(25% - 20px);
  }
  .article-wrap.article-wrap-5-sp .article-item {
    width: calc(20% - 20px);
  }
  .article-item-title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

.organization {
  display: flex;
}
@media (min-width: 769px) {
  .organization {
    align-items: start;
  }
}
@media (max-width: 768.98px) {
  .organization {
    flex-direction: column;
  }
}
.organization > li {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .organization > li {
    align-items: start;
  }
}
@media (max-width: 768.98px) {
  .organization > li {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .organization > li ~ li {
    padding-left: 30px;
  }
}
@media (max-width: 768.98px) {
  .organization > li ~ li {
    padding-top: 20px;
  }
}

.organization-label {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 30px;
}
@media (min-width: 769px) {
  .organization-label {
    min-width: 150px;
    min-height: 45px;
  }
}
@media (max-width: 768.98px) {
  .organization-label {
    min-width: 130px;
    min-height: 35px;
  }
}
.organization > li ~ li::before {
  position: absolute;
  background-color: var(--tos-gray-dark);
  content: "";
}
@media (min-width: 769px) {
  .organization > li ~ li::before {
    top: 20.5px;
    left: 0;
    width: 30px;
    height: 2px;
  }
}
@media (max-width: 768.98px) {
  .organization > li ~ li::before {
    top: 0;
    left: 65px;
    width: 2px;
    height: 20px;
  }
}

.organization-lv2 {
  position: relative;
}
@media (min-width: 769px) {
  .organization-lv2 {
    padding-left: 60px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 {
    left: 65px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 65px;
  }
}
.organization-lv2::before {
  position: absolute;
  width: 2px;
  background-color: var(--tos-gray-dark);
  content: "";
}
@media (min-width: 769px) {
  .organization-lv2::before {
    top: 22.5px;
    left: 30px;
    bottom: 0;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2::before {
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .organization-lv2:has(> li:last-of-type)::before {
    bottom: 22.5px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2:has(> li:last-of-type)::before {
    bottom: 16.5px;
  }
}
@media (min-width: 769px) {
  .organization-lv2:has(> li.organization-group:last-of-type)::before {
    bottom: 46.5px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2:has(> li.organization-group:last-of-type)::before {
    bottom: 42.5px;
  }
}

@media (min-width: 769px) {
  .organization-lv2::after {
    position: absolute;
    top: 20.5px;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: var(--tos-gray-dark);
    content: "";
  }
}
.organization-lv2 > li {
  position: relative;
}
.organization-lv2 > li:not(.organization-group)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--tos-gray-dark);
  content: "";
}
@media (min-width: 769px) {
  .organization-lv2 > li:not(.organization-group)::before {
    left: -30px;
    width: 30px;
    margin-top: auto;
    margin-bottom: 22.5px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li:not(.organization-group)::before {
    left: -20px;
    width: 20px;
    margin-top: auto;
    margin-bottom: 16.5px;
  }
}
.organization-lv2 > li ~ li {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .organization-lv2 > li > .organization-label {
    min-width: 340px;
  }
}
@media (max-width: 768.98px) {
  .organization-lv2 > li > .organization-label {
    min-width: 220px;
  }
}

.organization-group {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border: solid 4px #e1e1e1;
  background-color: var(--tos-white);
}
@media (min-width: 769px) {
  .organization-group {
    min-width: 320px;
    padding: 15px 28px 20px;
  }
}
@media (max-width: 768.98px) {
  .organization-group {
    min-width: 220px;
    padding: 10px 26px 20px;
  }
}
.organization-group > ul {
  margin-top: 10px;
}
.organization-group > ul > li {
  position: relative;
}
.organization-group > ul > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 2px;
  margin-top: auto;
  background-color: var(--tos-gray-dark);
  content: "";
}
@media (min-width: 769px) {
  .organization-group > ul > li::before {
    left: -60px;
    bottom: 22.5px;
    width: 60px;
  }
}
@media (max-width: 768.98px) {
  .organization-group > ul > li::before {
    left: -50px;
    bottom: 16.5px;
    width: 50px;
  }
}
.organization-group > ul > li ~ li {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .organization-group > ul > li > .organization-label {
    min-width: 260px;
  }
}
@media (max-width: 768.98px) {
  .organization-group > ul > li > .organization-label {
    min-width: 160px;
  }
}

.skiplink:focus, .skiplink:focus-within {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 300;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 44px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: var(--tos-blue);
  color: var(--tos-white);
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768.98px) {
  .skiplink:focus, .skiplink:focus-within {
    top: 48px;
  }
}
@media (min-width: 769px) {
  .skiplink:focus, .skiplink:focus-within {
    top: 12px;
  }
}
.skiplink:focus::after, .skiplink:focus-within::after {
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icons-arrow.svg);
          mask-image: url(../img/common/icons-arrow.svg);
  -webkit-mask-size: 400%;
          mask-size: 400%;
  -webkit-mask-position: 100%;
          mask-position: 100%;
  content: "";
}

.header {
  display: grid;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--tos-white);
}
@media (min-width: 769px) {
  .header {
    grid-template-columns: 210px 1fr 190px auto;
    grid-template-rows: 64px 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 132px 1fr;
    grid-template-rows: 44px 1fr;
  }
}
.header::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: inherit;
  content: "";
}
@media (max-width: 768.98px) {
  body {
    padding-top: 44px;
  }
}

@media (min-width: 769px) {
  .header-logo {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768.98px) {
  .header-logo {
    outline-offset: -4px;
  }
}

@media (min-width: 769px) {
  .header-identifier {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768.98px) {
  .header-identifier {
    display: none;
  }
}

@media (min-width: 769px) {
  .header-navigation-check {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-check {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
  }
  .header-navigation-check:focus-visible {
    outline-offset: -4px;
  }
}

@media (min-width: 769px) {
  [for=header-navigation-check] {
    display: none;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check] {
    display: block;
    width: 44px;
    height: 44px;
    margin-left: auto;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check]::before {
    position: fixed;
    inset: 44px 0 0;
    background-color: var(--tos-black);
    content: "";
    transition: 0.5s;
    transition-property: opacity, visibility;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check] > span {
    display: block;
    position: absolute;
    top: 21px;
    right: 9.5px;
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: background 0.5s;
  }
  [for=header-navigation-check] > span::before, [for=header-navigation-check] > span::after {
    display: inherit;
    position: inherit;
    left: 0;
    right: 0;
    height: inherit;
    margin: inherit;
    background-color: #000;
    transition: transform 0.5s, top 0.5s;
    content: "";
  }
  [for=header-navigation-check] > span::before {
    top: -8px;
  }
  [for=header-navigation-check] > span::after {
    top: 8px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-check:not(:checked) + [for=header-navigation-check]::before {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 768.98px) {
  .header-navigation-check:checked + [for=header-navigation-check]::before {
    opacity: 0.5;
  }
}
.header-navigation-check:checked + [for=header-navigation-check] > span {
  background: rgba(0, 0, 0, 0);
}
.header-navigation-check:checked + [for=header-navigation-check] > span::before {
  top: 0;
  transform: rotate(45deg);
}
.header-navigation-check:checked + [for=header-navigation-check] > span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .header-navigation {
    display: grid;
    grid-template: inherit;
    grid-area: 2/5/2/1;
    position: relative;
    z-index: 0;
    margin-top: -64px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation {
    grid-column: 1/3;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: height 0.5s, max-height 0.5s, visibility 0.5s;
  }
  .header-navigation-check:checked ~ .header-navigation {
    max-height: 80vh;
    overflow: auto;
  }
  @supports (max-height: 1svh) {
    .header-navigation-check:checked ~ .header-navigation {
      max-height: 80svh;
    }
  }
  .header-navigation-check:not(:checked) ~ .header-navigation {
    max-height: 0;
  }
}

.header-navigation-search {
  display: flex;
}
@media (min-width: 769px) {
  .header-navigation-search {
    grid-area: 1/3/2/4;
    max-width: 190px;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 769px) {
  .header-navigation-search .mf_finder_container {
    margin-top: 17px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-search .mf_finder_container {
    width: 100%;
    padding: 20px;
    background-color: var(--tos-gray-25);
  }
}
.header-navigation-search .mf_finder_searchBox {
  margin-left: 0;
  margin-right: 0;
}
.header-navigation-search .mf_finder_searchBox_items {
  position: relative;
  padding: 0;
}
.header-navigation-search .mf_finder_searchBox_query_input {
  width: 100%;
  height: 29px;
  min-height: 29px;
  padding: 4px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .header-navigation-search .mf_finder_searchBox_query_input {
    border: 2px solid #000;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-search .mf_finder_searchBox_query_input {
    border: 1px solid #000;
  }
}
.header-navigation-search .mf_finder_searchBox_query_input:focus-visible {
  outline: none;
}
.header-navigation-search .mf_finder_searchBox_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/common/header-navigation-search.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0;
  background-color: var(--tos-white);
  border-radius: 6px;
  outline-offset: -4px !important;
}
.header-navigation-search .mf_finder_searchBox_submit::before {
  display: none;
}

@media (min-width: 769px) {
  .header-navigation-global-collapse {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-collapse {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 47px;
    padding: 10px;
    padding-right: 36px;
    outline-offset: -4px;
    background-color: #f7f9fa;
    font-weight: bold;
  }
  .header-navigation-global-collapse[aria-pressed]::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    -webkit-mask-image: url(../img/common/icons-plus-minus.svg);
            mask-image: url(../img/common/icons-plus-minus.svg);
    -webkit-mask-size: 200%;
            mask-size: 200%;
    content: "";
  }
  .header-navigation-global-collapse[aria-pressed=false]::after {
    -webkit-mask-position: 0;
            mask-position: 0;
  }
  .header-navigation-global-collapse[aria-pressed=true]::after {
    -webkit-mask-position: 100%;
            mask-position: 100%;
  }
}

@media (min-width: 769px) {
  .header-navigation-global {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    grid-area: 2/5/2/1;
    margin-top: 15px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global[aria-hidden] {
    overflow: hidden;
    transition: height 0.5s;
  }
  .header-navigation-global[aria-hidden=true] {
    height: 0;
  }
  .header-navigation-global[aria-hidden=false] {
    height: var(--header-navigation-global-height);
  }
}
.header-navigation-global > * {
  position: relative;
}
@media (min-width: 769px) {
  .header-navigation-global > * ~ * {
    border-left: 1px solid #d8d8d8;
  }
}

.header-navigation-global-link {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--tos-black);
  line-height: 1;
}
@media (min-width: 769px) {
  .header-navigation-global-link {
    height: 35px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-link {
    width: 100%;
    height: 47px;
    padding: 10px;
    padding-right: 36px;
    background-color: var(--tos-white);
    font-size: 1.4rem;
    font-weight: bold;
    outline-offset: -4px;
  }
  .header-navigation-global-link:not([aria-current])::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    content: "";
  }
  .header-navigation-global-link[aria-pressed] {
    background-color: #f7f9fa;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .header-navigation-global-link[aria-pressed] {
    border-top: 1px solid var(--tos-gray-25);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-link[aria-pressed]::after {
    -webkit-mask-image: url(../img/common/icons-plus-minus.svg);
            mask-image: url(../img/common/icons-plus-minus.svg);
    -webkit-mask-size: 200%;
            mask-size: 200%;
  }
  .header-navigation-global-link[aria-pressed][aria-pressed=false]::after {
    -webkit-mask-position: 0;
            mask-position: 0;
  }
  .header-navigation-global-link[aria-pressed][aria-pressed=true]::after {
    -webkit-mask-position: 100%;
            mask-position: 100%;
  }
  .header-navigation-global-link[href]::after {
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    color: #515155;
  }
}
.header-navigation-global-link > span {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) and (hover) {
  .header-navigation-global-link > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    background-color: var(--tos-blue);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    content: "";
  }
  .header-navigation-global-link:hover {
    text-decoration: none;
  }
  .header-navigation-global-link:hover > span::before {
    transform: scale(1, 1);
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-current=page] > span::before, .header-navigation-global-link[data-current=page] > span::before, .header-navigation-global-link[aria-pressed=true] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    background-color: var(--tos-blue);
    transform: scale(1, 1);
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed]::before {
    display: block;
    position: fixed;
    inset: calc(var(--header-height) - var(--body-scroll-y)) 0 0;
    background-color: var(--tos-black);
    content: "";
    transition: opacity 0.5s;
    cursor: default;
  }
}
.header-navigation-global-link[aria-pressed] > span {
  gap: 6px;
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed] > span::after {
    width: 10px;
    height: 10px;
    background-color: currentColor;
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    color: var(--tos-gray-dark);
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed=true]::before {
    opacity: 0.5;
  }
}
.header-navigation-global-link[aria-pressed=true] > span::after {
  -webkit-mask-position: 0;
          mask-position: 0;
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed=false]::before {
    opacity: 0;
    pointer-events: none;
  }
}
.header-navigation-global-link[aria-pressed=false] > span::after {
  -webkit-mask-position: 100%;
          mask-position: 100%;
}
@media (min-width: 769px) {
  .header-navigation-global > *:first-of-type > .header-navigation-global-link {
    padding-left: 20px;
  }
}

.header-navigation-global-dropdown {
  overflow: hidden;
  height: 0;
  background-color: var(--tos-white);
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
@media (hover) {
  .header-navigation-global-dropdown {
    text-decoration: none;
  }
}
.header-navigation-global-dropdown[aria-hidden] {
  transition: height 0.5s, visibility 0.5s;
}
.header-navigation-global-dropdown[aria-hidden=true] {
  visibility: hidden;
}
.header-navigation-global-dropdown[aria-hidden=false] {
  height: var(--h);
}

@media (min-width: 769px) {
  .header-navigation-global-dropdown-head {
    border-bottom: 1px solid #d8d8d8;
  }
}

.header-navigation-global-dropdown-link {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-link {
    height: 48px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-dropdown-link {
    height: 47px;
    outline-offset: -4px;
  }
}
@media (max-width: 768.98px) {
  *:not(.header-navigation-global-dropdown-head) > .header-navigation-global-dropdown-link {
    padding-left: 25px;
  }
}

@media (min-width: 769px) {
  .header-navigation-global-dropdown-link[href] {
    color: var(--tos-black);
  }
  .header-navigation-global-dropdown-link[href]::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-white);
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}
@media (min-width: 769px) and (hover) {
  .header-navigation-global-dropdown-link[href] {
    text-decoration: none;
  }
  .header-navigation-global-dropdown-link[href]:hover {
    background-color: var(--tos-blue);
    color: var(--tos-white);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-dropdown-link[href] {
    color: var(--tos-black);
  }
  .header-navigation-global-dropdown-link[href]::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-link[aria-current=page] {
    color: #999999;
  }
}

@media (min-width: 769px) {
  .header-navigation-local {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    grid-area: 3/5/3/1;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--tos-blue);
    color: var(--tos-white);
  }
  .header-navigation-local::before {
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    background: inherit;
    content: "";
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local {
    background-color: var(--tos-blue);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local > * {
    border-top: solid 1px var(--tos-cyan-70);
  }
}

.header-navigation-local-link {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--tos-white);
  line-height: 1;
}
@media (min-width: 769px) {
  .header-navigation-local-link {
    height: 56px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-link {
    width: 100%;
    height: 47px;
    padding: 10px;
    font-weight: bold;
    outline-offset: -4px;
  }
  .header-navigation-local-link:not([aria-current])::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: currentColor;
    content: "";
  }
  .header-navigation-local-link[aria-pressed]::after {
    -webkit-mask-image: url(../img/common/icons-plus-minus.svg);
            mask-image: url(../img/common/icons-plus-minus.svg);
    -webkit-mask-size: 200%;
            mask-size: 200%;
  }
  .header-navigation-local-link[aria-pressed][aria-pressed=false]::after {
    -webkit-mask-position: 0;
            mask-position: 0;
  }
  .header-navigation-local-link[aria-pressed][aria-pressed=true]::after {
    -webkit-mask-position: 100%;
            mask-position: 100%;
  }
  .header-navigation-local-link[href]::after {
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
  }
}
.header-navigation-local-link > span {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) and (hover) {
  .header-navigation-local-link[href], .header-navigation-local-link[aria-pressed] {
    transition: background 0.2s linear;
  }
  .header-navigation-local-link[href] > span::before, .header-navigation-local-link[aria-pressed] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 3px;
    background-color: currentColor;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    content: "";
  }
  .header-navigation-local-link[href]:hover, .header-navigation-local-link[aria-pressed]:hover {
    text-decoration: none;
    background-color: var(--tos-cyan);
  }
  .header-navigation-local-link[href]:hover > span::before, .header-navigation-local-link[aria-pressed]:hover > span::before {
    transform: scale(1, 1);
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed]::before {
    display: block;
    position: fixed;
    inset: calc(var(--header-height) - var(--body-scroll-y)) 0 0;
    background-color: var(--tos-black);
    content: "";
    transition: opacity 0.5s;
    cursor: default;
  }
}
.header-navigation-local-link[aria-pressed] > span {
  gap: 6px;
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed] > span::after {
    width: 10px;
    height: 10px;
    background-color: currentColor;
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed=true] {
    background-color: var(--tos-cyan);
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed=true]::before {
    opacity: 0.5;
  }
}
.header-navigation-local-link[aria-pressed=true] > span::after {
  -webkit-mask-position: 0;
          mask-position: 0;
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed=false]::before {
    opacity: 0;
    pointer-events: none;
  }
}
.header-navigation-local-link[aria-pressed=false] > span::after {
  -webkit-mask-position: 100%;
          mask-position: 100%;
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-current=page] > span::before, .header-navigation-local-link[data-current=page] > span::before, .header-navigation-local-link[aria-pressed=true] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 3px;
    background-color: currentColor;
    transform: scale(1, 1);
    content: "";
  }
}

.header-navigation-local-dropdown {
  overflow: hidden;
  height: 0;
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 1220px;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--tos-white);
    color: var(--tos-black);
  }
}
.header-navigation-local-dropdown[aria-hidden] {
  transition: height 0.5s, visibility 0.5s;
}
.header-navigation-local-dropdown[aria-hidden=true] {
  visibility: hidden;
}
.header-navigation-local-dropdown[aria-hidden=false] {
  height: var(--h);
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown > *:first-of-type {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown > *:last-of-type {
    margin-bottom: 20px;
  }
}

.header-navigation-local-dropdown-link {
  position: relative;
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown-link {
    display: block;
    padding-left: 1.5em;
    color: var(--tos-black);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-dropdown-link {
    display: flex;
    align-items: center;
    height: 47px;
    padding-left: 10px;
    background-color: var(--tos-white);
    color: var(--tos-black);
    outline-offset: -4px;
  }
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown-link::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: var(--tos-blue);
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-dropdown-link::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    -webkit-mask-image: url(../img/common/icons-arrow.svg);
            mask-image: url(../img/common/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}

.header-navigation-sub {
  display: grid;
  justify-content: center;
}
@media (min-width: 769px) {
  .header-navigation-sub {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    row-gap: 6px;
    grid-area: 1/4/2/5;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub {
    align-items: center;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px currentColor;
    background-color: var(--tos-blue);
    color: var(--tos-white);
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > * {
    height: 21px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub > * {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(odd) {
    padding-right: 15px;
    text-align: right;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(even) {
    padding-left: 15px;
    border-left: 1px solid #d8d8d8;
    text-align: left;
  }
}

.header-navigation-sub-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  border-bottom: solid 1px transparent;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .header-navigation-sub-link {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub-link[href] {
    color: var(--tos-black);
  }
}
@media (min-width: 769px) and (hover) {
  .header-navigation-sub-link[href]:hover {
    border-bottom-color: var(--tos-blue);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub-link[href] {
    color: var(--tos-white);
  }
}
@media (hover) {
  .header-navigation-sub-link[href] {
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(odd) > .header-navigation-sub-link {
    justify-content: end;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(even) > .header-navigation-sub-link {
    margin-right: auto;
  }
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1260px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .footer-wrap {
    padding-top: 85px;
  }
}
@media (max-width: 768.98px) {
  .footer-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .footer-wrap::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100vw;
    height: 65px;
    z-index: -1;
    background: #0064d2;
    content: "";
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .footer-wrap::before {
    min-width: 960px;
  }
}

.footer-sns {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-sns {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f6;
  }
  .footer-sns:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    display: inline-block;
    width: 100vw;
    height: 100%;
    background-color: #f5f5f6;
  }
}
@media (max-width: 768.98px) {
  .footer-sns {
    margin-bottom: 40px;
    padding: 30px 0;
    background-color: #f5f5f6;
  }
}

.footer-sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.footer-sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .footer-sub {
    justify-content: end;
    gap: 26px 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  .footer-sub {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .footer-sub > * {
    width: 50%;
    text-align: center;
  }
}

.footer-sub-link {
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  border-bottom: solid 1px transparent;
  font-size: 1.4rem;
}
@media (max-width: 768.98px) {
  .footer-sub-link {
    justify-content: center;
  }
}
@media (hover) {
  .footer-sub-link[href]:hover {
    text-decoration: none;
    border-bottom-color: #0064d2;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 769px) {
  .footer-nav {
    gap: 20px;
    height: 65px;
    padding-left: 20px;
    color: #fff;
  }
}
@media (max-width: 768.98px) {
  .footer-nav {
    row-gap: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768.98px) {
  .footer-nav > *:first-of-type, .footer-nav > *:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .footer-nav > *:not(:first-of-type):not(:last-of-type) {
    width: 50%;
  }
}

.footer-nav-link {
  display: flex;
  align-items: end;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px transparent;
  font-size: 1.2rem;
}
@media (max-width: 768.98px) {
  .footer-nav-link {
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .footer-nav-link[href] {
    color: #fff;
  }
}
@media (max-width: 768.98px) {
  .footer-nav-link[href] {
    color: #000;
  }
}
@media (hover) {
  .footer-nav-link[href]:hover {
    text-decoration: none;
    border-bottom-color: currentColor;
  }
}

@media (min-width: 769px) {
  .footer-identifier {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .footer-identifier {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-copyright {
  position: relative;
  margin-left: auto;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .footer-copyright {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25em;
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
  }
}
@media (max-width: 768.98px) {
  .footer-copyright {
    margin-right: auto;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768.98px) {
  .footer-identifier ~ .footer-copyright {
    margin-top: 10px;
  }
}

.footer-backlink {
  display: block;
  position: fixed;
  background-color: rgba(112, 112, 112, 0.36);
  background-image: url(../img/common/footer-backlink.svg);
  background-position: center;
  background-size: cover;
  color: #fff;
  transition: opacity 0.1s;
}
@media (min-width: 769px) {
  .footer-backlink {
    right: 20px;
    bottom: 11px;
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768.98px) {
  .footer-backlink {
    right: 18px;
    bottom: 8px;
    width: 40px;
    height: 40px;
  }
}
.footer-backlink[hidden] {
  opacity: 0;
  pointer-events: none;
}

.keyvisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-size: 0;
}
@media (min-width: 769px) {
  .keyvisual {
    padding: 30px 50px 50px;
  }
}
@media (max-width: 768.98px) {
  .keyvisual {
    padding: 55px 10px 60px;
  }
}
.keyvisual::before {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: inherit;
  background-position: top right;
  background-size: auto 100%;
  content: "";
}

.keyvisual-sup,
.keyvisual-sub {
  font-size: 1.6rem;
}

.keyvisual-title {
  font-weight: bold;
}
@media (min-width: 769px) {
  .keyvisual-title {
    font-size: 4.8rem;
  }
}
@media (max-width: 768.98px) {
  .keyvisual-title {
    font-size: 3rem;
  }
}

.breadcrumb {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 58px;
  overflow: auto hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.breadcrumb > li > [href] {
  color: var(--tos-blue);
}
@media (hover) {
  .breadcrumb > li > [href]:hover {
    text-decoration: underline;
  }
}
.breadcrumb > li > [rel=home] {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.breadcrumb > li > [rel=home]::before {
  position: absolute;
  inset: 0;
  width: inherit;
  height: inherit;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
          mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
  -webkit-mask-position: 0;
          mask-position: 0;
  -webkit-mask-size: 200%;
          mask-size: 200%;
  content: "";
}
.breadcrumb > li ~ li {
  display: flex;
  align-items: center;
}
.breadcrumb > li ~ li::before {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: var(--tos-blue);
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
          mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
  -webkit-mask-position: -100%;
          mask-position: -100%;
  -webkit-mask-size: 200%;
          mask-size: 200%;
  content: "";
}

.top-key-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .top-key-visual {
    height: 640px;
  }
  .top-key-visual .top-key-visual-item {
    height: 640px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual {
    height: 460px;
  }
  .top-key-visual .top-key-visual-item {
    height: 460px;
  }
}
.top-key-visual .slick-arrow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
.top-key-visual .slick-arrow-wrap > * {
  pointer-events: auto;
}
@media (min-width: 769px) {
  .top-key-visual .slick-arrow-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-arrow-wrap {
    padding: 0 10px;
  }
}
.top-key-visual .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.66);
}
.top-key-visual .slick-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  border-top: 3px solid #707070;
  border-left: 3px solid #707070;
}
.top-key-visual .slick-arrow.slick-prev {
  left: 0;
}
.top-key-visual .slick-arrow.slick-prev::before {
  transform: translateX(-50%) rotate(-45deg);
}
.top-key-visual .slick-arrow.slick-next {
  right: 0;
}
.top-key-visual .slick-arrow.slick-next::before {
  transform: translateX(-50%) rotate(-225deg);
}
@media (min-width: 769px) {
  .top-key-visual .slick-arrow {
    width: 40px;
    height: 95px;
  }
  .top-key-visual .slick-arrow::before {
    width: 18px;
    height: 18px;
  }
  .top-key-visual .slick-arrow.slick-prev::before {
    left: calc(50% + 4px);
  }
  .top-key-visual .slick-arrow.slick-next::before {
    left: calc(50% - 4px);
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-arrow {
    width: 30px;
    height: 65px;
  }
  .top-key-visual .slick-arrow::before {
    width: 12px;
    height: 12px;
  }
  .top-key-visual .slick-arrow.slick-prev::before {
    left: calc(50% + 3px);
  }
  .top-key-visual .slick-arrow.slick-next::before {
    left: calc(50% - 3px);
  }
}
@media (hover) {
  .top-key-visual .slick-arrow:hover {
    opacity: 0.7;
  }
}
.top-key-visual .slick-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px 12px 15px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
.top-key-visual .slick-btn-wrap > * {
  pointer-events: auto;
}
.top-key-visual .slick-btn-inner {
  position: relative;
  display: inline-block;
}
.top-key-visual .slick-btn-inner .slick-btn-area {
  position: absolute;
  right: 0;
}
@media (min-width: 769px) {
  .top-key-visual .slick-btn-inner {
    padding-right: 25px;
  }
  .top-key-visual .slick-btn-inner .slick-btn-area {
    top: calc(100% - 24px);
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-btn-inner {
    padding-right: 20px;
  }
  .top-key-visual .slick-btn-inner .slick-btn-area {
    top: calc(100% - 21px);
  }
}
.top-key-visual .slick-dots {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-key-visual .slick-dots > li {
  margin: 5px 5px;
  line-height: 1;
}
.top-key-visual .slick-dots > li > button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50% 50%;
  vertical-align: middle;
  background-color: var(--tos-gray);
  border: 2px solid var(--tos-white);
}
.top-key-visual .slick-dots > li.slick-active button {
  background-color: var(--tos-blue);
}
@media (min-width: 769px) {
  .top-key-visual .slick-dots > li > button {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-dots > li > button {
    width: 15px;
    height: 15px;
  }
}
@media (hover) {
  .top-key-visual .slick-dots > li button:hover {
    background-color: var(--tos-blue);
  }
}
.top-key-visual .slick-btn-area .slick-start,
.top-key-visual .slick-btn-area .slick-pause {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 1;
  display: none;
}
.top-key-visual .slick-btn-area .slick-start.is-active,
.top-key-visual .slick-btn-area .slick-pause.is-active {
  display: block;
}
@media (hover) {
  .top-key-visual .slick-btn-area .slick-start:hover,
  .top-key-visual .slick-btn-area .slick-pause:hover {
    opacity: 0.7;
  }
}
.top-key-visual .slick-btn-area .slick-start {
  background: url("../img/common/icon-slick-start.svg") no-repeat center center/100% auto;
}
.top-key-visual .slick-btn-area .slick-pause {
  background: url("../img/common/icon-slick-pause.svg") no-repeat center center/100% auto;
}
@media (min-width: 769px) {
  .top-key-visual .slick-btn-area .slick-start,
  .top-key-visual .slick-btn-area .slick-pause {
    width: 15px;
    height: 20px;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual .slick-btn-area .slick-start,
  .top-key-visual .slick-btn-area .slick-pause {
    width: 13px;
    height: 18px;
  }
}
.top-key-visual-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.top-key-visual-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media (hover) {
  .top-key-visual-item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-key-visual-item .top-key-visual-thumbnail {
  height: 100%;
}
.top-key-visual-item .top-key-visual-thumbnail > a img,
.top-key-visual-item .top-key-visual-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-key-visual-textarea {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1;
}
.top-key-visual-textarea .top-key-visual-catchcopy {
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 6px;
  text-align: center;
  line-height: 1.32;
}
.top-key-visual-textarea .top-key-visual-title {
  font-weight: bold;
  color: #fff;
  text-shadow: #000 0 0 6px;
  text-align: center;
  line-height: 1.32;
}
@media (min-width: 769px) {
  .top-key-visual-textarea {
    padding: 20px 60px;
  }
  .top-key-visual-textarea .top-key-visual-catchcopy {
    font-size: 3.4rem;
  }
  .top-key-visual-textarea .top-key-visual-catchcopy + * {
    margin-top: 10px;
  }
  .top-key-visual-textarea .top-key-visual-title {
    font-size: 5rem;
  }
}
@media (max-width: 768.98px) {
  .top-key-visual-textarea {
    padding: 20px 40px;
  }
  .top-key-visual-textarea .top-key-visual-catchcopy {
    font-size: 2.2rem;
  }
  .top-key-visual-textarea .top-key-visual-catchcopy + * {
    margin-top: 5px;
  }
  .top-key-visual-textarea .top-key-visual-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .top-message {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (max-width: 768.98px) {
  .top-message {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.localnav {
  background-color: #e7e7e8;
  z-index: 200;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .localnav {
    display: block;
    top: 44px;
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 769px) {
  .localnav {
    overflow-x: auto;
  }
}
.localnav.-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.localnav.-clone[hidden] {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 769px) {
  .localnav__check,
  .localnav__check_original,
  .localnav__check_clone {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .localnav__check,
  .localnav__check_original,
  .localnav__check_clone {
    display: block;
    width: 100%;
    height: 60px;
    outline-offset: -4px;
    transition: background 0.5s;
  }
}
@media (max-width: 768.98px) {
  .localnav__check:checked,
  .localnav__check_original:checked,
  .localnav__check_clone:checked {
    background-color: #dedede;
  }
}
@media (min-width: 769px) {
  [for=localnav__check_original],
  [for=localnav__check_clone],
  [for=localnav__check] {
    display: none;
  }
}
@media (max-width: 768.98px) {
  [for=localnav__check_original],
  [for=localnav__check_clone],
  [for=localnav__check] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 60px;
    padding-left: 10px;
    font-size: 1.4rem;
    perspective: 500px;
  }
}
@media (max-width: 768.98px) {
  [for=localnav__check_original]::after,
  [for=localnav__check_clone]::after,
  [for=localnav__check]::after {
    width: 9px;
    height: 9px;
    margin-left: 12px;
    border-top: 2px solid #505054;
    border-left: 2px solid #505054;
    content: "";
    transition: transform 0.5s, border-color 0.5s;
  }
}
@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked)::after,
  .localnav__check_clone:not(:checked)::after, .localnav__check:not(:checked) ~ [for=localnav__check_original]::after,
  .localnav__check:not(:checked) ~ [for=localnav__check_clone]::after,
  .localnav__check:not(:checked) ~ [for=localnav__check]::after {
    transform: translate(3px, -1px) rotate3d(1, 0, 0, 180deg) rotate(45deg);
  }
}

@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked),
  .localnav__check_clone:not(:checked), .localnav__check:checked ~ [for=localnav__check_original],
  .localnav__check:checked ~ [for=localnav__check_clone],
  .localnav__check:checked ~ [for=localnav__check] {
    color: #505054;
  }
  .localnav__check_original:not(:checked)::after,
  .localnav__check_clone:not(:checked)::after, .localnav__check:checked ~ [for=localnav__check_original]::after,
  .localnav__check:checked ~ [for=localnav__check_clone]::after,
  .localnav__check:checked ~ [for=localnav__check]::after {
    border-color: #505054;
  }
}
@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked)::after,
  .localnav__check_clone:not(:checked)::after, .localnav__check:checked ~ [for=localnav__check_original]::after,
  .localnav__check:checked ~ [for=localnav__check_clone]::after,
  .localnav__check:checked ~ [for=localnav__check]::after {
    transform: translate(3px, 4px) rotate3d(1, 0, 0, 0deg) rotate(45deg);
  }
}

.localnav__list {
  z-index: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e7e7e8;
}
@media (min-width: 769px) {
  .localnav__list {
    display: flex;
    gap: 30px;
    position: relative;
    padding-right: 10px;
  }
}
@media (max-width: 768.98px) {
  .localnav__list {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    transition: 0.5s;
    transition-property: opacity, visibility;
  }
}
@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked),
  .localnav__check_clone:not(:checked), .localnav__check:not(:checked) ~ .localnav__list {
    opacity: 0;
    visibility: hidden;
  }
}

.localnav__list > li {
  /*@include mq-min() {
    &:first-of-type {
    }
    &:last-of-type {
      padding-right: 40px;
    }
  }
  & + li {
  }*/
}
@media (max-width: 768.98px) {
  .localnav__list > li {
    border-top: 2px solid;
  }
}

.localnav__link {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  outline-offset: -4px;
  font-size: 1.4rem;
  line-height: 1.25;
  white-space: nowrap;
}
.localnav__link.active {
  color: #0064d2 !important;
  font-weight: bold;
}
@media (min-width: 769px) {
  .localnav__link {
    height: 50px;
    padding: 10px;
  }
}
@media (max-width: 768.98px) {
  .localnav__link {
    height: 60px;
    padding: 10px 30px;
  }
}
.localnav__link[href] {
  position: relative;
  color: #505054;
}
@media (hover) {
  .localnav__link[href] {
    transition: color 0.5s;
  }
  .localnav__link[href]:hover, .localnav__link[href]:focus {
    color: #0064d2;
    text-decoration: none;
  }
  .localnav__link[href]:hover::after, .localnav__link[href]:focus::after {
    border-color: #505054;
  }
}
@media (min-width: 769px) and (hover) {
  .localnav__link[href]::before {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 3px;
    background-color: #0064d2;
    content: "";
    scale: 0;
    transition: scale 0.5s;
  }
  .localnav__link[href]:hover::before, .localnav__link[href]:focus::before {
    scale: 1;
  }
}

@media (max-width: 768.98px) {
  .localnav:has(.localnav__select) {
    display: flex;
    padding: 10px;
  }
}

.localnav__select {
  position: relative;
}
@media (min-width: 769px) {
  .localnav__select {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .localnav__select {
    width: 70%;
    height: 100%;
    min-width: 250px;
  }
}
.localnav__select::before {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  width: 1px;
  background-color: #bcbcc0;
  content: "";
  pointer-events: none;
}
.localnav__select::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(225deg);
  pointer-events: none;
}
@media (max-width: 768.98px) {
  .localnav__select > select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 65px;
    border: 1px solid #bcbcc0;
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

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

@media (min-width: 769px) {
  .display-block-pc {
    display: block !important;
  }
}
@media (max-width: 768.98px) {
  .display-block-sp {
    display: block !important;
  }
}
.display-inine-block {
  display: inine-block !important;
}

@media (min-width: 769px) {
  .display-inine-block-pc {
    display: inine-block !important;
  }
}
@media (max-width: 768.98px) {
  .display-inine-block-sp {
    display: inine-block !important;
  }
}
.display-inline {
  display: inline !important;
}

@media (min-width: 769px) {
  .display-inline-pc {
    display: inline !important;
  }
}
@media (max-width: 768.98px) {
  .display-inline-sp {
    display: inline !important;
  }
}
.display-flex {
  display: flex !important;
}

@media (min-width: 769px) {
  .display-flex-pc {
    display: flex !important;
  }
}
@media (max-width: 768.98px) {
  .display-flex-sp {
    display: flex !important;
  }
}
.display-none {
  display: none !important;
}

@media (min-width: 769px) {
  .display-none-pc {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .display-none-sp {
    display: none !important;
  }
}
.width-0 {
  width: 0px !important;
}

@media (min-width: 769px) {
  .width-0-pc {
    width: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .width-0-sp {
    width: 0px !important;
  }
}
.width-5 {
  width: 5px !important;
}

@media (min-width: 769px) {
  .width-5-pc {
    width: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .width-5-sp {
    width: 5px !important;
  }
}
.width-10 {
  width: 10px !important;
}

@media (min-width: 769px) {
  .width-10-pc {
    width: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .width-10-sp {
    width: 10px !important;
  }
}
.width-15 {
  width: 15px !important;
}

@media (min-width: 769px) {
  .width-15-pc {
    width: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .width-15-sp {
    width: 15px !important;
  }
}
.width-20 {
  width: 20px !important;
}

@media (min-width: 769px) {
  .width-20-pc {
    width: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .width-20-sp {
    width: 20px !important;
  }
}
.width-25 {
  width: 25px !important;
}

@media (min-width: 769px) {
  .width-25-pc {
    width: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .width-25-sp {
    width: 25px !important;
  }
}
.width-30 {
  width: 30px !important;
}

@media (min-width: 769px) {
  .width-30-pc {
    width: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .width-30-sp {
    width: 30px !important;
  }
}
.width-35 {
  width: 35px !important;
}

@media (min-width: 769px) {
  .width-35-pc {
    width: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .width-35-sp {
    width: 35px !important;
  }
}
.width-40 {
  width: 40px !important;
}

@media (min-width: 769px) {
  .width-40-pc {
    width: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .width-40-sp {
    width: 40px !important;
  }
}
.width-45 {
  width: 45px !important;
}

@media (min-width: 769px) {
  .width-45-pc {
    width: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .width-45-sp {
    width: 45px !important;
  }
}
.width-50 {
  width: 50px !important;
}

@media (min-width: 769px) {
  .width-50-pc {
    width: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .width-50-sp {
    width: 50px !important;
  }
}
.width-55 {
  width: 55px !important;
}

@media (min-width: 769px) {
  .width-55-pc {
    width: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .width-55-sp {
    width: 55px !important;
  }
}
.width-60 {
  width: 60px !important;
}

@media (min-width: 769px) {
  .width-60-pc {
    width: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .width-60-sp {
    width: 60px !important;
  }
}
.width-65 {
  width: 65px !important;
}

@media (min-width: 769px) {
  .width-65-pc {
    width: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .width-65-sp {
    width: 65px !important;
  }
}
.width-70 {
  width: 70px !important;
}

@media (min-width: 769px) {
  .width-70-pc {
    width: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .width-70-sp {
    width: 70px !important;
  }
}
.width-75 {
  width: 75px !important;
}

@media (min-width: 769px) {
  .width-75-pc {
    width: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .width-75-sp {
    width: 75px !important;
  }
}
.width-80 {
  width: 80px !important;
}

@media (min-width: 769px) {
  .width-80-pc {
    width: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .width-80-sp {
    width: 80px !important;
  }
}
.width-85 {
  width: 85px !important;
}

@media (min-width: 769px) {
  .width-85-pc {
    width: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .width-85-sp {
    width: 85px !important;
  }
}
.width-90 {
  width: 90px !important;
}

@media (min-width: 769px) {
  .width-90-pc {
    width: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .width-90-sp {
    width: 90px !important;
  }
}
.width-95 {
  width: 95px !important;
}

@media (min-width: 769px) {
  .width-95-pc {
    width: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .width-95-sp {
    width: 95px !important;
  }
}
.width-100 {
  width: 100px !important;
}

@media (min-width: 769px) {
  .width-100-pc {
    width: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .width-100-sp {
    width: 100px !important;
  }
}
.width-105 {
  width: 105px !important;
}

@media (min-width: 769px) {
  .width-105-pc {
    width: 105px !important;
  }
}
@media (max-width: 768.98px) {
  .width-105-sp {
    width: 105px !important;
  }
}
.width-110 {
  width: 110px !important;
}

@media (min-width: 769px) {
  .width-110-pc {
    width: 110px !important;
  }
}
@media (max-width: 768.98px) {
  .width-110-sp {
    width: 110px !important;
  }
}
.width-115 {
  width: 115px !important;
}

@media (min-width: 769px) {
  .width-115-pc {
    width: 115px !important;
  }
}
@media (max-width: 768.98px) {
  .width-115-sp {
    width: 115px !important;
  }
}
.width-120 {
  width: 120px !important;
}

@media (min-width: 769px) {
  .width-120-pc {
    width: 120px !important;
  }
}
@media (max-width: 768.98px) {
  .width-120-sp {
    width: 120px !important;
  }
}
.width-125 {
  width: 125px !important;
}

@media (min-width: 769px) {
  .width-125-pc {
    width: 125px !important;
  }
}
@media (max-width: 768.98px) {
  .width-125-sp {
    width: 125px !important;
  }
}
.width-130 {
  width: 130px !important;
}

@media (min-width: 769px) {
  .width-130-pc {
    width: 130px !important;
  }
}
@media (max-width: 768.98px) {
  .width-130-sp {
    width: 130px !important;
  }
}
.width-135 {
  width: 135px !important;
}

@media (min-width: 769px) {
  .width-135-pc {
    width: 135px !important;
  }
}
@media (max-width: 768.98px) {
  .width-135-sp {
    width: 135px !important;
  }
}
.width-140 {
  width: 140px !important;
}

@media (min-width: 769px) {
  .width-140-pc {
    width: 140px !important;
  }
}
@media (max-width: 768.98px) {
  .width-140-sp {
    width: 140px !important;
  }
}
.width-145 {
  width: 145px !important;
}

@media (min-width: 769px) {
  .width-145-pc {
    width: 145px !important;
  }
}
@media (max-width: 768.98px) {
  .width-145-sp {
    width: 145px !important;
  }
}
.width-150 {
  width: 150px !important;
}

@media (min-width: 769px) {
  .width-150-pc {
    width: 150px !important;
  }
}
@media (max-width: 768.98px) {
  .width-150-sp {
    width: 150px !important;
  }
}
.width-155 {
  width: 155px !important;
}

@media (min-width: 769px) {
  .width-155-pc {
    width: 155px !important;
  }
}
@media (max-width: 768.98px) {
  .width-155-sp {
    width: 155px !important;
  }
}
.width-160 {
  width: 160px !important;
}

@media (min-width: 769px) {
  .width-160-pc {
    width: 160px !important;
  }
}
@media (max-width: 768.98px) {
  .width-160-sp {
    width: 160px !important;
  }
}
.width-165 {
  width: 165px !important;
}

@media (min-width: 769px) {
  .width-165-pc {
    width: 165px !important;
  }
}
@media (max-width: 768.98px) {
  .width-165-sp {
    width: 165px !important;
  }
}
.width-170 {
  width: 170px !important;
}

@media (min-width: 769px) {
  .width-170-pc {
    width: 170px !important;
  }
}
@media (max-width: 768.98px) {
  .width-170-sp {
    width: 170px !important;
  }
}
.width-175 {
  width: 175px !important;
}

@media (min-width: 769px) {
  .width-175-pc {
    width: 175px !important;
  }
}
@media (max-width: 768.98px) {
  .width-175-sp {
    width: 175px !important;
  }
}
.width-180 {
  width: 180px !important;
}

@media (min-width: 769px) {
  .width-180-pc {
    width: 180px !important;
  }
}
@media (max-width: 768.98px) {
  .width-180-sp {
    width: 180px !important;
  }
}
.width-185 {
  width: 185px !important;
}

@media (min-width: 769px) {
  .width-185-pc {
    width: 185px !important;
  }
}
@media (max-width: 768.98px) {
  .width-185-sp {
    width: 185px !important;
  }
}
.width-190 {
  width: 190px !important;
}

@media (min-width: 769px) {
  .width-190-pc {
    width: 190px !important;
  }
}
@media (max-width: 768.98px) {
  .width-190-sp {
    width: 190px !important;
  }
}
.width-195 {
  width: 195px !important;
}

@media (min-width: 769px) {
  .width-195-pc {
    width: 195px !important;
  }
}
@media (max-width: 768.98px) {
  .width-195-sp {
    width: 195px !important;
  }
}
.width-200 {
  width: 200px !important;
}

@media (min-width: 769px) {
  .width-200-pc {
    width: 200px !important;
  }
}
@media (max-width: 768.98px) {
  .width-200-sp {
    width: 200px !important;
  }
}
.width-205 {
  width: 205px !important;
}

@media (min-width: 769px) {
  .width-205-pc {
    width: 205px !important;
  }
}
@media (max-width: 768.98px) {
  .width-205-sp {
    width: 205px !important;
  }
}
.width-210 {
  width: 210px !important;
}

@media (min-width: 769px) {
  .width-210-pc {
    width: 210px !important;
  }
}
@media (max-width: 768.98px) {
  .width-210-sp {
    width: 210px !important;
  }
}
.width-215 {
  width: 215px !important;
}

@media (min-width: 769px) {
  .width-215-pc {
    width: 215px !important;
  }
}
@media (max-width: 768.98px) {
  .width-215-sp {
    width: 215px !important;
  }
}
.width-220 {
  width: 220px !important;
}

@media (min-width: 769px) {
  .width-220-pc {
    width: 220px !important;
  }
}
@media (max-width: 768.98px) {
  .width-220-sp {
    width: 220px !important;
  }
}
.width-225 {
  width: 225px !important;
}

@media (min-width: 769px) {
  .width-225-pc {
    width: 225px !important;
  }
}
@media (max-width: 768.98px) {
  .width-225-sp {
    width: 225px !important;
  }
}
.width-230 {
  width: 230px !important;
}

@media (min-width: 769px) {
  .width-230-pc {
    width: 230px !important;
  }
}
@media (max-width: 768.98px) {
  .width-230-sp {
    width: 230px !important;
  }
}
.width-235 {
  width: 235px !important;
}

@media (min-width: 769px) {
  .width-235-pc {
    width: 235px !important;
  }
}
@media (max-width: 768.98px) {
  .width-235-sp {
    width: 235px !important;
  }
}
.width-240 {
  width: 240px !important;
}

@media (min-width: 769px) {
  .width-240-pc {
    width: 240px !important;
  }
}
@media (max-width: 768.98px) {
  .width-240-sp {
    width: 240px !important;
  }
}
.width-245 {
  width: 245px !important;
}

@media (min-width: 769px) {
  .width-245-pc {
    width: 245px !important;
  }
}
@media (max-width: 768.98px) {
  .width-245-sp {
    width: 245px !important;
  }
}
.width-250 {
  width: 250px !important;
}

@media (min-width: 769px) {
  .width-250-pc {
    width: 250px !important;
  }
}
@media (max-width: 768.98px) {
  .width-250-sp {
    width: 250px !important;
  }
}
.width-255 {
  width: 255px !important;
}

@media (min-width: 769px) {
  .width-255-pc {
    width: 255px !important;
  }
}
@media (max-width: 768.98px) {
  .width-255-sp {
    width: 255px !important;
  }
}
.width-260 {
  width: 260px !important;
}

@media (min-width: 769px) {
  .width-260-pc {
    width: 260px !important;
  }
}
@media (max-width: 768.98px) {
  .width-260-sp {
    width: 260px !important;
  }
}
.width-265 {
  width: 265px !important;
}

@media (min-width: 769px) {
  .width-265-pc {
    width: 265px !important;
  }
}
@media (max-width: 768.98px) {
  .width-265-sp {
    width: 265px !important;
  }
}
.width-270 {
  width: 270px !important;
}

@media (min-width: 769px) {
  .width-270-pc {
    width: 270px !important;
  }
}
@media (max-width: 768.98px) {
  .width-270-sp {
    width: 270px !important;
  }
}
.width-275 {
  width: 275px !important;
}

@media (min-width: 769px) {
  .width-275-pc {
    width: 275px !important;
  }
}
@media (max-width: 768.98px) {
  .width-275-sp {
    width: 275px !important;
  }
}
.width-280 {
  width: 280px !important;
}

@media (min-width: 769px) {
  .width-280-pc {
    width: 280px !important;
  }
}
@media (max-width: 768.98px) {
  .width-280-sp {
    width: 280px !important;
  }
}
.width-285 {
  width: 285px !important;
}

@media (min-width: 769px) {
  .width-285-pc {
    width: 285px !important;
  }
}
@media (max-width: 768.98px) {
  .width-285-sp {
    width: 285px !important;
  }
}
.width-290 {
  width: 290px !important;
}

@media (min-width: 769px) {
  .width-290-pc {
    width: 290px !important;
  }
}
@media (max-width: 768.98px) {
  .width-290-sp {
    width: 290px !important;
  }
}
.width-295 {
  width: 295px !important;
}

@media (min-width: 769px) {
  .width-295-pc {
    width: 295px !important;
  }
}
@media (max-width: 768.98px) {
  .width-295-sp {
    width: 295px !important;
  }
}
.width-300 {
  width: 300px !important;
}

@media (min-width: 769px) {
  .width-300-pc {
    width: 300px !important;
  }
}
@media (max-width: 768.98px) {
  .width-300-sp {
    width: 300px !important;
  }
}
.width-305 {
  width: 305px !important;
}

@media (min-width: 769px) {
  .width-305-pc {
    width: 305px !important;
  }
}
@media (max-width: 768.98px) {
  .width-305-sp {
    width: 305px !important;
  }
}
.width-310 {
  width: 310px !important;
}

@media (min-width: 769px) {
  .width-310-pc {
    width: 310px !important;
  }
}
@media (max-width: 768.98px) {
  .width-310-sp {
    width: 310px !important;
  }
}
.width-315 {
  width: 315px !important;
}

@media (min-width: 769px) {
  .width-315-pc {
    width: 315px !important;
  }
}
@media (max-width: 768.98px) {
  .width-315-sp {
    width: 315px !important;
  }
}
.width-320 {
  width: 320px !important;
}

@media (min-width: 769px) {
  .width-320-pc {
    width: 320px !important;
  }
}
@media (max-width: 768.98px) {
  .width-320-sp {
    width: 320px !important;
  }
}
.width-325 {
  width: 325px !important;
}

@media (min-width: 769px) {
  .width-325-pc {
    width: 325px !important;
  }
}
@media (max-width: 768.98px) {
  .width-325-sp {
    width: 325px !important;
  }
}
.width-330 {
  width: 330px !important;
}

@media (min-width: 769px) {
  .width-330-pc {
    width: 330px !important;
  }
}
@media (max-width: 768.98px) {
  .width-330-sp {
    width: 330px !important;
  }
}
.width-335 {
  width: 335px !important;
}

@media (min-width: 769px) {
  .width-335-pc {
    width: 335px !important;
  }
}
@media (max-width: 768.98px) {
  .width-335-sp {
    width: 335px !important;
  }
}
.width-340 {
  width: 340px !important;
}

@media (min-width: 769px) {
  .width-340-pc {
    width: 340px !important;
  }
}
@media (max-width: 768.98px) {
  .width-340-sp {
    width: 340px !important;
  }
}
.width-345 {
  width: 345px !important;
}

@media (min-width: 769px) {
  .width-345-pc {
    width: 345px !important;
  }
}
@media (max-width: 768.98px) {
  .width-345-sp {
    width: 345px !important;
  }
}
.width-350 {
  width: 350px !important;
}

@media (min-width: 769px) {
  .width-350-pc {
    width: 350px !important;
  }
}
@media (max-width: 768.98px) {
  .width-350-sp {
    width: 350px !important;
  }
}
.width-355 {
  width: 355px !important;
}

@media (min-width: 769px) {
  .width-355-pc {
    width: 355px !important;
  }
}
@media (max-width: 768.98px) {
  .width-355-sp {
    width: 355px !important;
  }
}
.width-360 {
  width: 360px !important;
}

@media (min-width: 769px) {
  .width-360-pc {
    width: 360px !important;
  }
}
@media (max-width: 768.98px) {
  .width-360-sp {
    width: 360px !important;
  }
}
.width-365 {
  width: 365px !important;
}

@media (min-width: 769px) {
  .width-365-pc {
    width: 365px !important;
  }
}
@media (max-width: 768.98px) {
  .width-365-sp {
    width: 365px !important;
  }
}
.width-370 {
  width: 370px !important;
}

@media (min-width: 769px) {
  .width-370-pc {
    width: 370px !important;
  }
}
@media (max-width: 768.98px) {
  .width-370-sp {
    width: 370px !important;
  }
}
.width-375 {
  width: 375px !important;
}

@media (min-width: 769px) {
  .width-375-pc {
    width: 375px !important;
  }
}
@media (max-width: 768.98px) {
  .width-375-sp {
    width: 375px !important;
  }
}
.width-380 {
  width: 380px !important;
}

@media (min-width: 769px) {
  .width-380-pc {
    width: 380px !important;
  }
}
@media (max-width: 768.98px) {
  .width-380-sp {
    width: 380px !important;
  }
}
.width-385 {
  width: 385px !important;
}

@media (min-width: 769px) {
  .width-385-pc {
    width: 385px !important;
  }
}
@media (max-width: 768.98px) {
  .width-385-sp {
    width: 385px !important;
  }
}
.width-390 {
  width: 390px !important;
}

@media (min-width: 769px) {
  .width-390-pc {
    width: 390px !important;
  }
}
@media (max-width: 768.98px) {
  .width-390-sp {
    width: 390px !important;
  }
}
.width-395 {
  width: 395px !important;
}

@media (min-width: 769px) {
  .width-395-pc {
    width: 395px !important;
  }
}
@media (max-width: 768.98px) {
  .width-395-sp {
    width: 395px !important;
  }
}
.width-400 {
  width: 400px !important;
}

@media (min-width: 769px) {
  .width-400-pc {
    width: 400px !important;
  }
}
@media (max-width: 768.98px) {
  .width-400-sp {
    width: 400px !important;
  }
}
.width-405 {
  width: 405px !important;
}

@media (min-width: 769px) {
  .width-405-pc {
    width: 405px !important;
  }
}
@media (max-width: 768.98px) {
  .width-405-sp {
    width: 405px !important;
  }
}
.width-410 {
  width: 410px !important;
}

@media (min-width: 769px) {
  .width-410-pc {
    width: 410px !important;
  }
}
@media (max-width: 768.98px) {
  .width-410-sp {
    width: 410px !important;
  }
}
.width-415 {
  width: 415px !important;
}

@media (min-width: 769px) {
  .width-415-pc {
    width: 415px !important;
  }
}
@media (max-width: 768.98px) {
  .width-415-sp {
    width: 415px !important;
  }
}
.width-420 {
  width: 420px !important;
}

@media (min-width: 769px) {
  .width-420-pc {
    width: 420px !important;
  }
}
@media (max-width: 768.98px) {
  .width-420-sp {
    width: 420px !important;
  }
}
.width-425 {
  width: 425px !important;
}

@media (min-width: 769px) {
  .width-425-pc {
    width: 425px !important;
  }
}
@media (max-width: 768.98px) {
  .width-425-sp {
    width: 425px !important;
  }
}
.width-430 {
  width: 430px !important;
}

@media (min-width: 769px) {
  .width-430-pc {
    width: 430px !important;
  }
}
@media (max-width: 768.98px) {
  .width-430-sp {
    width: 430px !important;
  }
}
.width-435 {
  width: 435px !important;
}

@media (min-width: 769px) {
  .width-435-pc {
    width: 435px !important;
  }
}
@media (max-width: 768.98px) {
  .width-435-sp {
    width: 435px !important;
  }
}
.width-440 {
  width: 440px !important;
}

@media (min-width: 769px) {
  .width-440-pc {
    width: 440px !important;
  }
}
@media (max-width: 768.98px) {
  .width-440-sp {
    width: 440px !important;
  }
}
.width-445 {
  width: 445px !important;
}

@media (min-width: 769px) {
  .width-445-pc {
    width: 445px !important;
  }
}
@media (max-width: 768.98px) {
  .width-445-sp {
    width: 445px !important;
  }
}
.width-450 {
  width: 450px !important;
}

@media (min-width: 769px) {
  .width-450-pc {
    width: 450px !important;
  }
}
@media (max-width: 768.98px) {
  .width-450-sp {
    width: 450px !important;
  }
}
.width-455 {
  width: 455px !important;
}

@media (min-width: 769px) {
  .width-455-pc {
    width: 455px !important;
  }
}
@media (max-width: 768.98px) {
  .width-455-sp {
    width: 455px !important;
  }
}
.width-460 {
  width: 460px !important;
}

@media (min-width: 769px) {
  .width-460-pc {
    width: 460px !important;
  }
}
@media (max-width: 768.98px) {
  .width-460-sp {
    width: 460px !important;
  }
}
.width-465 {
  width: 465px !important;
}

@media (min-width: 769px) {
  .width-465-pc {
    width: 465px !important;
  }
}
@media (max-width: 768.98px) {
  .width-465-sp {
    width: 465px !important;
  }
}
.width-470 {
  width: 470px !important;
}

@media (min-width: 769px) {
  .width-470-pc {
    width: 470px !important;
  }
}
@media (max-width: 768.98px) {
  .width-470-sp {
    width: 470px !important;
  }
}
.width-475 {
  width: 475px !important;
}

@media (min-width: 769px) {
  .width-475-pc {
    width: 475px !important;
  }
}
@media (max-width: 768.98px) {
  .width-475-sp {
    width: 475px !important;
  }
}
.width-480 {
  width: 480px !important;
}

@media (min-width: 769px) {
  .width-480-pc {
    width: 480px !important;
  }
}
@media (max-width: 768.98px) {
  .width-480-sp {
    width: 480px !important;
  }
}
.width-485 {
  width: 485px !important;
}

@media (min-width: 769px) {
  .width-485-pc {
    width: 485px !important;
  }
}
@media (max-width: 768.98px) {
  .width-485-sp {
    width: 485px !important;
  }
}
.width-490 {
  width: 490px !important;
}

@media (min-width: 769px) {
  .width-490-pc {
    width: 490px !important;
  }
}
@media (max-width: 768.98px) {
  .width-490-sp {
    width: 490px !important;
  }
}
.width-495 {
  width: 495px !important;
}

@media (min-width: 769px) {
  .width-495-pc {
    width: 495px !important;
  }
}
@media (max-width: 768.98px) {
  .width-495-sp {
    width: 495px !important;
  }
}
.width-500 {
  width: 500px !important;
}

@media (min-width: 769px) {
  .width-500-pc {
    width: 500px !important;
  }
}
@media (max-width: 768.98px) {
  .width-500-sp {
    width: 500px !important;
  }
}
.width-0p {
  width: 0% !important;
}

@media (min-width: 769px) {
  .width-0p-pc {
    width: 0% !important;
  }
}
@media (max-width: 768.98px) {
  .width-0p-sp {
    width: 0% !important;
  }
}
.width-5p {
  width: 5% !important;
}

@media (min-width: 769px) {
  .width-5p-pc {
    width: 5% !important;
  }
}
@media (max-width: 768.98px) {
  .width-5p-sp {
    width: 5% !important;
  }
}
.width-10p {
  width: 10% !important;
}

@media (min-width: 769px) {
  .width-10p-pc {
    width: 10% !important;
  }
}
@media (max-width: 768.98px) {
  .width-10p-sp {
    width: 10% !important;
  }
}
.width-15p {
  width: 15% !important;
}

@media (min-width: 769px) {
  .width-15p-pc {
    width: 15% !important;
  }
}
@media (max-width: 768.98px) {
  .width-15p-sp {
    width: 15% !important;
  }
}
.width-20p {
  width: 20% !important;
}

@media (min-width: 769px) {
  .width-20p-pc {
    width: 20% !important;
  }
}
@media (max-width: 768.98px) {
  .width-20p-sp {
    width: 20% !important;
  }
}
.width-25p {
  width: 25% !important;
}

@media (min-width: 769px) {
  .width-25p-pc {
    width: 25% !important;
  }
}
@media (max-width: 768.98px) {
  .width-25p-sp {
    width: 25% !important;
  }
}
.width-30p {
  width: 30% !important;
}

@media (min-width: 769px) {
  .width-30p-pc {
    width: 30% !important;
  }
}
@media (max-width: 768.98px) {
  .width-30p-sp {
    width: 30% !important;
  }
}
.width-35p {
  width: 35% !important;
}

@media (min-width: 769px) {
  .width-35p-pc {
    width: 35% !important;
  }
}
@media (max-width: 768.98px) {
  .width-35p-sp {
    width: 35% !important;
  }
}
.width-40p {
  width: 40% !important;
}

@media (min-width: 769px) {
  .width-40p-pc {
    width: 40% !important;
  }
}
@media (max-width: 768.98px) {
  .width-40p-sp {
    width: 40% !important;
  }
}
.width-45p {
  width: 45% !important;
}

@media (min-width: 769px) {
  .width-45p-pc {
    width: 45% !important;
  }
}
@media (max-width: 768.98px) {
  .width-45p-sp {
    width: 45% !important;
  }
}
.width-50p {
  width: 50% !important;
}

@media (min-width: 769px) {
  .width-50p-pc {
    width: 50% !important;
  }
}
@media (max-width: 768.98px) {
  .width-50p-sp {
    width: 50% !important;
  }
}
.width-55p {
  width: 55% !important;
}

@media (min-width: 769px) {
  .width-55p-pc {
    width: 55% !important;
  }
}
@media (max-width: 768.98px) {
  .width-55p-sp {
    width: 55% !important;
  }
}
.width-60p {
  width: 60% !important;
}

@media (min-width: 769px) {
  .width-60p-pc {
    width: 60% !important;
  }
}
@media (max-width: 768.98px) {
  .width-60p-sp {
    width: 60% !important;
  }
}
.width-65p {
  width: 65% !important;
}

@media (min-width: 769px) {
  .width-65p-pc {
    width: 65% !important;
  }
}
@media (max-width: 768.98px) {
  .width-65p-sp {
    width: 65% !important;
  }
}
.width-70p {
  width: 70% !important;
}

@media (min-width: 769px) {
  .width-70p-pc {
    width: 70% !important;
  }
}
@media (max-width: 768.98px) {
  .width-70p-sp {
    width: 70% !important;
  }
}
.width-75p {
  width: 75% !important;
}

@media (min-width: 769px) {
  .width-75p-pc {
    width: 75% !important;
  }
}
@media (max-width: 768.98px) {
  .width-75p-sp {
    width: 75% !important;
  }
}
.width-80p {
  width: 80% !important;
}

@media (min-width: 769px) {
  .width-80p-pc {
    width: 80% !important;
  }
}
@media (max-width: 768.98px) {
  .width-80p-sp {
    width: 80% !important;
  }
}
.width-85p {
  width: 85% !important;
}

@media (min-width: 769px) {
  .width-85p-pc {
    width: 85% !important;
  }
}
@media (max-width: 768.98px) {
  .width-85p-sp {
    width: 85% !important;
  }
}
.width-90p {
  width: 90% !important;
}

@media (min-width: 769px) {
  .width-90p-pc {
    width: 90% !important;
  }
}
@media (max-width: 768.98px) {
  .width-90p-sp {
    width: 90% !important;
  }
}
.width-95p {
  width: 95% !important;
}

@media (min-width: 769px) {
  .width-95p-pc {
    width: 95% !important;
  }
}
@media (max-width: 768.98px) {
  .width-95p-sp {
    width: 95% !important;
  }
}
.width-100p {
  width: 100% !important;
}

@media (min-width: 769px) {
  .width-100p-pc {
    width: 100% !important;
  }
}
@media (max-width: 768.98px) {
  .width-100p-sp {
    width: 100% !important;
  }
}
.height-0 {
  height: 0px !important;
}

@media (min-width: 769px) {
  .height-0-pc {
    height: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .height-0-sp {
    height: 0px !important;
  }
}
.height-5 {
  height: 5px !important;
}

@media (min-width: 769px) {
  .height-5-pc {
    height: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .height-5-sp {
    height: 5px !important;
  }
}
.height-10 {
  height: 10px !important;
}

@media (min-width: 769px) {
  .height-10-pc {
    height: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .height-10-sp {
    height: 10px !important;
  }
}
.height-15 {
  height: 15px !important;
}

@media (min-width: 769px) {
  .height-15-pc {
    height: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .height-15-sp {
    height: 15px !important;
  }
}
.height-20 {
  height: 20px !important;
}

@media (min-width: 769px) {
  .height-20-pc {
    height: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .height-20-sp {
    height: 20px !important;
  }
}
.height-25 {
  height: 25px !important;
}

@media (min-width: 769px) {
  .height-25-pc {
    height: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .height-25-sp {
    height: 25px !important;
  }
}
.height-30 {
  height: 30px !important;
}

@media (min-width: 769px) {
  .height-30-pc {
    height: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .height-30-sp {
    height: 30px !important;
  }
}
.height-35 {
  height: 35px !important;
}

@media (min-width: 769px) {
  .height-35-pc {
    height: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .height-35-sp {
    height: 35px !important;
  }
}
.height-40 {
  height: 40px !important;
}

@media (min-width: 769px) {
  .height-40-pc {
    height: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .height-40-sp {
    height: 40px !important;
  }
}
.height-45 {
  height: 45px !important;
}

@media (min-width: 769px) {
  .height-45-pc {
    height: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .height-45-sp {
    height: 45px !important;
  }
}
.height-50 {
  height: 50px !important;
}

@media (min-width: 769px) {
  .height-50-pc {
    height: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .height-50-sp {
    height: 50px !important;
  }
}
.height-55 {
  height: 55px !important;
}

@media (min-width: 769px) {
  .height-55-pc {
    height: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .height-55-sp {
    height: 55px !important;
  }
}
.height-60 {
  height: 60px !important;
}

@media (min-width: 769px) {
  .height-60-pc {
    height: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .height-60-sp {
    height: 60px !important;
  }
}
.height-65 {
  height: 65px !important;
}

@media (min-width: 769px) {
  .height-65-pc {
    height: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .height-65-sp {
    height: 65px !important;
  }
}
.height-70 {
  height: 70px !important;
}

@media (min-width: 769px) {
  .height-70-pc {
    height: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .height-70-sp {
    height: 70px !important;
  }
}
.height-75 {
  height: 75px !important;
}

@media (min-width: 769px) {
  .height-75-pc {
    height: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .height-75-sp {
    height: 75px !important;
  }
}
.height-80 {
  height: 80px !important;
}

@media (min-width: 769px) {
  .height-80-pc {
    height: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .height-80-sp {
    height: 80px !important;
  }
}
.height-85 {
  height: 85px !important;
}

@media (min-width: 769px) {
  .height-85-pc {
    height: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .height-85-sp {
    height: 85px !important;
  }
}
.height-90 {
  height: 90px !important;
}

@media (min-width: 769px) {
  .height-90-pc {
    height: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .height-90-sp {
    height: 90px !important;
  }
}
.height-95 {
  height: 95px !important;
}

@media (min-width: 769px) {
  .height-95-pc {
    height: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .height-95-sp {
    height: 95px !important;
  }
}
.height-100 {
  height: 100px !important;
}

@media (min-width: 769px) {
  .height-100-pc {
    height: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .height-100-sp {
    height: 100px !important;
  }
}
.height-105 {
  height: 105px !important;
}

@media (min-width: 769px) {
  .height-105-pc {
    height: 105px !important;
  }
}
@media (max-width: 768.98px) {
  .height-105-sp {
    height: 105px !important;
  }
}
.height-110 {
  height: 110px !important;
}

@media (min-width: 769px) {
  .height-110-pc {
    height: 110px !important;
  }
}
@media (max-width: 768.98px) {
  .height-110-sp {
    height: 110px !important;
  }
}
.height-115 {
  height: 115px !important;
}

@media (min-width: 769px) {
  .height-115-pc {
    height: 115px !important;
  }
}
@media (max-width: 768.98px) {
  .height-115-sp {
    height: 115px !important;
  }
}
.height-120 {
  height: 120px !important;
}

@media (min-width: 769px) {
  .height-120-pc {
    height: 120px !important;
  }
}
@media (max-width: 768.98px) {
  .height-120-sp {
    height: 120px !important;
  }
}
.height-125 {
  height: 125px !important;
}

@media (min-width: 769px) {
  .height-125-pc {
    height: 125px !important;
  }
}
@media (max-width: 768.98px) {
  .height-125-sp {
    height: 125px !important;
  }
}
.height-130 {
  height: 130px !important;
}

@media (min-width: 769px) {
  .height-130-pc {
    height: 130px !important;
  }
}
@media (max-width: 768.98px) {
  .height-130-sp {
    height: 130px !important;
  }
}
.height-135 {
  height: 135px !important;
}

@media (min-width: 769px) {
  .height-135-pc {
    height: 135px !important;
  }
}
@media (max-width: 768.98px) {
  .height-135-sp {
    height: 135px !important;
  }
}
.height-140 {
  height: 140px !important;
}

@media (min-width: 769px) {
  .height-140-pc {
    height: 140px !important;
  }
}
@media (max-width: 768.98px) {
  .height-140-sp {
    height: 140px !important;
  }
}
.height-145 {
  height: 145px !important;
}

@media (min-width: 769px) {
  .height-145-pc {
    height: 145px !important;
  }
}
@media (max-width: 768.98px) {
  .height-145-sp {
    height: 145px !important;
  }
}
.height-150 {
  height: 150px !important;
}

@media (min-width: 769px) {
  .height-150-pc {
    height: 150px !important;
  }
}
@media (max-width: 768.98px) {
  .height-150-sp {
    height: 150px !important;
  }
}
.height-155 {
  height: 155px !important;
}

@media (min-width: 769px) {
  .height-155-pc {
    height: 155px !important;
  }
}
@media (max-width: 768.98px) {
  .height-155-sp {
    height: 155px !important;
  }
}
.height-160 {
  height: 160px !important;
}

@media (min-width: 769px) {
  .height-160-pc {
    height: 160px !important;
  }
}
@media (max-width: 768.98px) {
  .height-160-sp {
    height: 160px !important;
  }
}
.height-165 {
  height: 165px !important;
}

@media (min-width: 769px) {
  .height-165-pc {
    height: 165px !important;
  }
}
@media (max-width: 768.98px) {
  .height-165-sp {
    height: 165px !important;
  }
}
.height-170 {
  height: 170px !important;
}

@media (min-width: 769px) {
  .height-170-pc {
    height: 170px !important;
  }
}
@media (max-width: 768.98px) {
  .height-170-sp {
    height: 170px !important;
  }
}
.height-175 {
  height: 175px !important;
}

@media (min-width: 769px) {
  .height-175-pc {
    height: 175px !important;
  }
}
@media (max-width: 768.98px) {
  .height-175-sp {
    height: 175px !important;
  }
}
.height-180 {
  height: 180px !important;
}

@media (min-width: 769px) {
  .height-180-pc {
    height: 180px !important;
  }
}
@media (max-width: 768.98px) {
  .height-180-sp {
    height: 180px !important;
  }
}
.height-185 {
  height: 185px !important;
}

@media (min-width: 769px) {
  .height-185-pc {
    height: 185px !important;
  }
}
@media (max-width: 768.98px) {
  .height-185-sp {
    height: 185px !important;
  }
}
.height-190 {
  height: 190px !important;
}

@media (min-width: 769px) {
  .height-190-pc {
    height: 190px !important;
  }
}
@media (max-width: 768.98px) {
  .height-190-sp {
    height: 190px !important;
  }
}
.height-195 {
  height: 195px !important;
}

@media (min-width: 769px) {
  .height-195-pc {
    height: 195px !important;
  }
}
@media (max-width: 768.98px) {
  .height-195-sp {
    height: 195px !important;
  }
}
.height-200 {
  height: 200px !important;
}

@media (min-width: 769px) {
  .height-200-pc {
    height: 200px !important;
  }
}
@media (max-width: 768.98px) {
  .height-200-sp {
    height: 200px !important;
  }
}
.height-205 {
  height: 205px !important;
}

@media (min-width: 769px) {
  .height-205-pc {
    height: 205px !important;
  }
}
@media (max-width: 768.98px) {
  .height-205-sp {
    height: 205px !important;
  }
}
.height-210 {
  height: 210px !important;
}

@media (min-width: 769px) {
  .height-210-pc {
    height: 210px !important;
  }
}
@media (max-width: 768.98px) {
  .height-210-sp {
    height: 210px !important;
  }
}
.height-215 {
  height: 215px !important;
}

@media (min-width: 769px) {
  .height-215-pc {
    height: 215px !important;
  }
}
@media (max-width: 768.98px) {
  .height-215-sp {
    height: 215px !important;
  }
}
.height-220 {
  height: 220px !important;
}

@media (min-width: 769px) {
  .height-220-pc {
    height: 220px !important;
  }
}
@media (max-width: 768.98px) {
  .height-220-sp {
    height: 220px !important;
  }
}
.height-225 {
  height: 225px !important;
}

@media (min-width: 769px) {
  .height-225-pc {
    height: 225px !important;
  }
}
@media (max-width: 768.98px) {
  .height-225-sp {
    height: 225px !important;
  }
}
.height-230 {
  height: 230px !important;
}

@media (min-width: 769px) {
  .height-230-pc {
    height: 230px !important;
  }
}
@media (max-width: 768.98px) {
  .height-230-sp {
    height: 230px !important;
  }
}
.height-235 {
  height: 235px !important;
}

@media (min-width: 769px) {
  .height-235-pc {
    height: 235px !important;
  }
}
@media (max-width: 768.98px) {
  .height-235-sp {
    height: 235px !important;
  }
}
.height-240 {
  height: 240px !important;
}

@media (min-width: 769px) {
  .height-240-pc {
    height: 240px !important;
  }
}
@media (max-width: 768.98px) {
  .height-240-sp {
    height: 240px !important;
  }
}
.height-245 {
  height: 245px !important;
}

@media (min-width: 769px) {
  .height-245-pc {
    height: 245px !important;
  }
}
@media (max-width: 768.98px) {
  .height-245-sp {
    height: 245px !important;
  }
}
.height-250 {
  height: 250px !important;
}

@media (min-width: 769px) {
  .height-250-pc {
    height: 250px !important;
  }
}
@media (max-width: 768.98px) {
  .height-250-sp {
    height: 250px !important;
  }
}
.height-255 {
  height: 255px !important;
}

@media (min-width: 769px) {
  .height-255-pc {
    height: 255px !important;
  }
}
@media (max-width: 768.98px) {
  .height-255-sp {
    height: 255px !important;
  }
}
.height-260 {
  height: 260px !important;
}

@media (min-width: 769px) {
  .height-260-pc {
    height: 260px !important;
  }
}
@media (max-width: 768.98px) {
  .height-260-sp {
    height: 260px !important;
  }
}
.height-265 {
  height: 265px !important;
}

@media (min-width: 769px) {
  .height-265-pc {
    height: 265px !important;
  }
}
@media (max-width: 768.98px) {
  .height-265-sp {
    height: 265px !important;
  }
}
.height-270 {
  height: 270px !important;
}

@media (min-width: 769px) {
  .height-270-pc {
    height: 270px !important;
  }
}
@media (max-width: 768.98px) {
  .height-270-sp {
    height: 270px !important;
  }
}
.height-275 {
  height: 275px !important;
}

@media (min-width: 769px) {
  .height-275-pc {
    height: 275px !important;
  }
}
@media (max-width: 768.98px) {
  .height-275-sp {
    height: 275px !important;
  }
}
.height-280 {
  height: 280px !important;
}

@media (min-width: 769px) {
  .height-280-pc {
    height: 280px !important;
  }
}
@media (max-width: 768.98px) {
  .height-280-sp {
    height: 280px !important;
  }
}
.height-285 {
  height: 285px !important;
}

@media (min-width: 769px) {
  .height-285-pc {
    height: 285px !important;
  }
}
@media (max-width: 768.98px) {
  .height-285-sp {
    height: 285px !important;
  }
}
.height-290 {
  height: 290px !important;
}

@media (min-width: 769px) {
  .height-290-pc {
    height: 290px !important;
  }
}
@media (max-width: 768.98px) {
  .height-290-sp {
    height: 290px !important;
  }
}
.height-295 {
  height: 295px !important;
}

@media (min-width: 769px) {
  .height-295-pc {
    height: 295px !important;
  }
}
@media (max-width: 768.98px) {
  .height-295-sp {
    height: 295px !important;
  }
}
.height-300 {
  height: 300px !important;
}

@media (min-width: 769px) {
  .height-300-pc {
    height: 300px !important;
  }
}
@media (max-width: 768.98px) {
  .height-300-sp {
    height: 300px !important;
  }
}
.height-305 {
  height: 305px !important;
}

@media (min-width: 769px) {
  .height-305-pc {
    height: 305px !important;
  }
}
@media (max-width: 768.98px) {
  .height-305-sp {
    height: 305px !important;
  }
}
.height-310 {
  height: 310px !important;
}

@media (min-width: 769px) {
  .height-310-pc {
    height: 310px !important;
  }
}
@media (max-width: 768.98px) {
  .height-310-sp {
    height: 310px !important;
  }
}
.height-315 {
  height: 315px !important;
}

@media (min-width: 769px) {
  .height-315-pc {
    height: 315px !important;
  }
}
@media (max-width: 768.98px) {
  .height-315-sp {
    height: 315px !important;
  }
}
.height-320 {
  height: 320px !important;
}

@media (min-width: 769px) {
  .height-320-pc {
    height: 320px !important;
  }
}
@media (max-width: 768.98px) {
  .height-320-sp {
    height: 320px !important;
  }
}
.height-325 {
  height: 325px !important;
}

@media (min-width: 769px) {
  .height-325-pc {
    height: 325px !important;
  }
}
@media (max-width: 768.98px) {
  .height-325-sp {
    height: 325px !important;
  }
}
.height-330 {
  height: 330px !important;
}

@media (min-width: 769px) {
  .height-330-pc {
    height: 330px !important;
  }
}
@media (max-width: 768.98px) {
  .height-330-sp {
    height: 330px !important;
  }
}
.height-335 {
  height: 335px !important;
}

@media (min-width: 769px) {
  .height-335-pc {
    height: 335px !important;
  }
}
@media (max-width: 768.98px) {
  .height-335-sp {
    height: 335px !important;
  }
}
.height-340 {
  height: 340px !important;
}

@media (min-width: 769px) {
  .height-340-pc {
    height: 340px !important;
  }
}
@media (max-width: 768.98px) {
  .height-340-sp {
    height: 340px !important;
  }
}
.height-345 {
  height: 345px !important;
}

@media (min-width: 769px) {
  .height-345-pc {
    height: 345px !important;
  }
}
@media (max-width: 768.98px) {
  .height-345-sp {
    height: 345px !important;
  }
}
.height-350 {
  height: 350px !important;
}

@media (min-width: 769px) {
  .height-350-pc {
    height: 350px !important;
  }
}
@media (max-width: 768.98px) {
  .height-350-sp {
    height: 350px !important;
  }
}
.height-355 {
  height: 355px !important;
}

@media (min-width: 769px) {
  .height-355-pc {
    height: 355px !important;
  }
}
@media (max-width: 768.98px) {
  .height-355-sp {
    height: 355px !important;
  }
}
.height-360 {
  height: 360px !important;
}

@media (min-width: 769px) {
  .height-360-pc {
    height: 360px !important;
  }
}
@media (max-width: 768.98px) {
  .height-360-sp {
    height: 360px !important;
  }
}
.height-365 {
  height: 365px !important;
}

@media (min-width: 769px) {
  .height-365-pc {
    height: 365px !important;
  }
}
@media (max-width: 768.98px) {
  .height-365-sp {
    height: 365px !important;
  }
}
.height-370 {
  height: 370px !important;
}

@media (min-width: 769px) {
  .height-370-pc {
    height: 370px !important;
  }
}
@media (max-width: 768.98px) {
  .height-370-sp {
    height: 370px !important;
  }
}
.height-375 {
  height: 375px !important;
}

@media (min-width: 769px) {
  .height-375-pc {
    height: 375px !important;
  }
}
@media (max-width: 768.98px) {
  .height-375-sp {
    height: 375px !important;
  }
}
.height-380 {
  height: 380px !important;
}

@media (min-width: 769px) {
  .height-380-pc {
    height: 380px !important;
  }
}
@media (max-width: 768.98px) {
  .height-380-sp {
    height: 380px !important;
  }
}
.height-385 {
  height: 385px !important;
}

@media (min-width: 769px) {
  .height-385-pc {
    height: 385px !important;
  }
}
@media (max-width: 768.98px) {
  .height-385-sp {
    height: 385px !important;
  }
}
.height-390 {
  height: 390px !important;
}

@media (min-width: 769px) {
  .height-390-pc {
    height: 390px !important;
  }
}
@media (max-width: 768.98px) {
  .height-390-sp {
    height: 390px !important;
  }
}
.height-395 {
  height: 395px !important;
}

@media (min-width: 769px) {
  .height-395-pc {
    height: 395px !important;
  }
}
@media (max-width: 768.98px) {
  .height-395-sp {
    height: 395px !important;
  }
}
.height-400 {
  height: 400px !important;
}

@media (min-width: 769px) {
  .height-400-pc {
    height: 400px !important;
  }
}
@media (max-width: 768.98px) {
  .height-400-sp {
    height: 400px !important;
  }
}
.height-405 {
  height: 405px !important;
}

@media (min-width: 769px) {
  .height-405-pc {
    height: 405px !important;
  }
}
@media (max-width: 768.98px) {
  .height-405-sp {
    height: 405px !important;
  }
}
.height-410 {
  height: 410px !important;
}

@media (min-width: 769px) {
  .height-410-pc {
    height: 410px !important;
  }
}
@media (max-width: 768.98px) {
  .height-410-sp {
    height: 410px !important;
  }
}
.height-415 {
  height: 415px !important;
}

@media (min-width: 769px) {
  .height-415-pc {
    height: 415px !important;
  }
}
@media (max-width: 768.98px) {
  .height-415-sp {
    height: 415px !important;
  }
}
.height-420 {
  height: 420px !important;
}

@media (min-width: 769px) {
  .height-420-pc {
    height: 420px !important;
  }
}
@media (max-width: 768.98px) {
  .height-420-sp {
    height: 420px !important;
  }
}
.height-425 {
  height: 425px !important;
}

@media (min-width: 769px) {
  .height-425-pc {
    height: 425px !important;
  }
}
@media (max-width: 768.98px) {
  .height-425-sp {
    height: 425px !important;
  }
}
.height-430 {
  height: 430px !important;
}

@media (min-width: 769px) {
  .height-430-pc {
    height: 430px !important;
  }
}
@media (max-width: 768.98px) {
  .height-430-sp {
    height: 430px !important;
  }
}
.height-435 {
  height: 435px !important;
}

@media (min-width: 769px) {
  .height-435-pc {
    height: 435px !important;
  }
}
@media (max-width: 768.98px) {
  .height-435-sp {
    height: 435px !important;
  }
}
.height-440 {
  height: 440px !important;
}

@media (min-width: 769px) {
  .height-440-pc {
    height: 440px !important;
  }
}
@media (max-width: 768.98px) {
  .height-440-sp {
    height: 440px !important;
  }
}
.height-445 {
  height: 445px !important;
}

@media (min-width: 769px) {
  .height-445-pc {
    height: 445px !important;
  }
}
@media (max-width: 768.98px) {
  .height-445-sp {
    height: 445px !important;
  }
}
.height-450 {
  height: 450px !important;
}

@media (min-width: 769px) {
  .height-450-pc {
    height: 450px !important;
  }
}
@media (max-width: 768.98px) {
  .height-450-sp {
    height: 450px !important;
  }
}
.height-455 {
  height: 455px !important;
}

@media (min-width: 769px) {
  .height-455-pc {
    height: 455px !important;
  }
}
@media (max-width: 768.98px) {
  .height-455-sp {
    height: 455px !important;
  }
}
.height-460 {
  height: 460px !important;
}

@media (min-width: 769px) {
  .height-460-pc {
    height: 460px !important;
  }
}
@media (max-width: 768.98px) {
  .height-460-sp {
    height: 460px !important;
  }
}
.height-465 {
  height: 465px !important;
}

@media (min-width: 769px) {
  .height-465-pc {
    height: 465px !important;
  }
}
@media (max-width: 768.98px) {
  .height-465-sp {
    height: 465px !important;
  }
}
.height-470 {
  height: 470px !important;
}

@media (min-width: 769px) {
  .height-470-pc {
    height: 470px !important;
  }
}
@media (max-width: 768.98px) {
  .height-470-sp {
    height: 470px !important;
  }
}
.height-475 {
  height: 475px !important;
}

@media (min-width: 769px) {
  .height-475-pc {
    height: 475px !important;
  }
}
@media (max-width: 768.98px) {
  .height-475-sp {
    height: 475px !important;
  }
}
.height-480 {
  height: 480px !important;
}

@media (min-width: 769px) {
  .height-480-pc {
    height: 480px !important;
  }
}
@media (max-width: 768.98px) {
  .height-480-sp {
    height: 480px !important;
  }
}
.height-485 {
  height: 485px !important;
}

@media (min-width: 769px) {
  .height-485-pc {
    height: 485px !important;
  }
}
@media (max-width: 768.98px) {
  .height-485-sp {
    height: 485px !important;
  }
}
.height-490 {
  height: 490px !important;
}

@media (min-width: 769px) {
  .height-490-pc {
    height: 490px !important;
  }
}
@media (max-width: 768.98px) {
  .height-490-sp {
    height: 490px !important;
  }
}
.height-495 {
  height: 495px !important;
}

@media (min-width: 769px) {
  .height-495-pc {
    height: 495px !important;
  }
}
@media (max-width: 768.98px) {
  .height-495-sp {
    height: 495px !important;
  }
}
.height-500 {
  height: 500px !important;
}

@media (min-width: 769px) {
  .height-500-pc {
    height: 500px !important;
  }
}
@media (max-width: 768.98px) {
  .height-500-sp {
    height: 500px !important;
  }
}
.height-0p {
  height: 0% !important;
}

@media (min-width: 769px) {
  .height-0p-pc {
    height: 0% !important;
  }
}
@media (max-width: 768.98px) {
  .height-0p-sp {
    height: 0% !important;
  }
}
.height-5p {
  height: 5% !important;
}

@media (min-width: 769px) {
  .height-5p-pc {
    height: 5% !important;
  }
}
@media (max-width: 768.98px) {
  .height-5p-sp {
    height: 5% !important;
  }
}
.height-10p {
  height: 10% !important;
}

@media (min-width: 769px) {
  .height-10p-pc {
    height: 10% !important;
  }
}
@media (max-width: 768.98px) {
  .height-10p-sp {
    height: 10% !important;
  }
}
.height-15p {
  height: 15% !important;
}

@media (min-width: 769px) {
  .height-15p-pc {
    height: 15% !important;
  }
}
@media (max-width: 768.98px) {
  .height-15p-sp {
    height: 15% !important;
  }
}
.height-20p {
  height: 20% !important;
}

@media (min-width: 769px) {
  .height-20p-pc {
    height: 20% !important;
  }
}
@media (max-width: 768.98px) {
  .height-20p-sp {
    height: 20% !important;
  }
}
.height-25p {
  height: 25% !important;
}

@media (min-width: 769px) {
  .height-25p-pc {
    height: 25% !important;
  }
}
@media (max-width: 768.98px) {
  .height-25p-sp {
    height: 25% !important;
  }
}
.height-30p {
  height: 30% !important;
}

@media (min-width: 769px) {
  .height-30p-pc {
    height: 30% !important;
  }
}
@media (max-width: 768.98px) {
  .height-30p-sp {
    height: 30% !important;
  }
}
.height-35p {
  height: 35% !important;
}

@media (min-width: 769px) {
  .height-35p-pc {
    height: 35% !important;
  }
}
@media (max-width: 768.98px) {
  .height-35p-sp {
    height: 35% !important;
  }
}
.height-40p {
  height: 40% !important;
}

@media (min-width: 769px) {
  .height-40p-pc {
    height: 40% !important;
  }
}
@media (max-width: 768.98px) {
  .height-40p-sp {
    height: 40% !important;
  }
}
.height-45p {
  height: 45% !important;
}

@media (min-width: 769px) {
  .height-45p-pc {
    height: 45% !important;
  }
}
@media (max-width: 768.98px) {
  .height-45p-sp {
    height: 45% !important;
  }
}
.height-50p {
  height: 50% !important;
}

@media (min-width: 769px) {
  .height-50p-pc {
    height: 50% !important;
  }
}
@media (max-width: 768.98px) {
  .height-50p-sp {
    height: 50% !important;
  }
}
.height-55p {
  height: 55% !important;
}

@media (min-width: 769px) {
  .height-55p-pc {
    height: 55% !important;
  }
}
@media (max-width: 768.98px) {
  .height-55p-sp {
    height: 55% !important;
  }
}
.height-60p {
  height: 60% !important;
}

@media (min-width: 769px) {
  .height-60p-pc {
    height: 60% !important;
  }
}
@media (max-width: 768.98px) {
  .height-60p-sp {
    height: 60% !important;
  }
}
.height-65p {
  height: 65% !important;
}

@media (min-width: 769px) {
  .height-65p-pc {
    height: 65% !important;
  }
}
@media (max-width: 768.98px) {
  .height-65p-sp {
    height: 65% !important;
  }
}
.height-70p {
  height: 70% !important;
}

@media (min-width: 769px) {
  .height-70p-pc {
    height: 70% !important;
  }
}
@media (max-width: 768.98px) {
  .height-70p-sp {
    height: 70% !important;
  }
}
.height-75p {
  height: 75% !important;
}

@media (min-width: 769px) {
  .height-75p-pc {
    height: 75% !important;
  }
}
@media (max-width: 768.98px) {
  .height-75p-sp {
    height: 75% !important;
  }
}
.height-80p {
  height: 80% !important;
}

@media (min-width: 769px) {
  .height-80p-pc {
    height: 80% !important;
  }
}
@media (max-width: 768.98px) {
  .height-80p-sp {
    height: 80% !important;
  }
}
.height-85p {
  height: 85% !important;
}

@media (min-width: 769px) {
  .height-85p-pc {
    height: 85% !important;
  }
}
@media (max-width: 768.98px) {
  .height-85p-sp {
    height: 85% !important;
  }
}
.height-90p {
  height: 90% !important;
}

@media (min-width: 769px) {
  .height-90p-pc {
    height: 90% !important;
  }
}
@media (max-width: 768.98px) {
  .height-90p-sp {
    height: 90% !important;
  }
}
.height-95p {
  height: 95% !important;
}

@media (min-width: 769px) {
  .height-95p-pc {
    height: 95% !important;
  }
}
@media (max-width: 768.98px) {
  .height-95p-sp {
    height: 95% !important;
  }
}
.height-100p {
  height: 100% !important;
}

@media (min-width: 769px) {
  .height-100p-pc {
    height: 100% !important;
  }
}
@media (max-width: 768.98px) {
  .height-100p-sp {
    height: 100% !important;
  }
}
.aspect-ratio-4-3 {
  aspect-ratio: 4/3 !important;
}

@media (min-width: 769px) {
  .aspect-ratio-4-3-pc {
    aspect-ratio: 4/3 !important;
  }
}
@media (max-width: 768.98px) {
  .aspect-ratio-4-3-sp {
    aspect-ratio: 4/3 !important;
  }
}
.aspect-ratio-16-9 {
  aspect-ratio: 16/9 !important;
}

@media (min-width: 769px) {
  .aspect-ratio-16-9-pc {
    aspect-ratio: 16/9 !important;
  }
}
@media (max-width: 768.98px) {
  .aspect-ratio-16-9-sp {
    aspect-ratio: 16/9 !important;
  }
}
.aspect-ratio-1-1 {
  aspect-ratio: 1/1 !important;
}

@media (min-width: 769px) {
  .aspect-ratio-1-1-pc {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 768.98px) {
  .aspect-ratio-1-1-sp {
    aspect-ratio: 1/1 !important;
  }
}
.margin-0 {
  margin: 0px !important;
}

@media (min-width: 769px) {
  .margin-0-pc {
    margin: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-0-sp {
    margin: 0px !important;
  }
}
.margin-5 {
  margin: 5px !important;
}

@media (min-width: 769px) {
  .margin-5-pc {
    margin: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-5-sp {
    margin: 5px !important;
  }
}
.margin-10 {
  margin: 10px !important;
}

@media (min-width: 769px) {
  .margin-10-pc {
    margin: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-10-sp {
    margin: 10px !important;
  }
}
.margin-15 {
  margin: 15px !important;
}

@media (min-width: 769px) {
  .margin-15-pc {
    margin: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-15-sp {
    margin: 15px !important;
  }
}
.margin-20 {
  margin: 20px !important;
}

@media (min-width: 769px) {
  .margin-20-pc {
    margin: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-20-sp {
    margin: 20px !important;
  }
}
.margin-25 {
  margin: 25px !important;
}

@media (min-width: 769px) {
  .margin-25-pc {
    margin: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-25-sp {
    margin: 25px !important;
  }
}
.margin-30 {
  margin: 30px !important;
}

@media (min-width: 769px) {
  .margin-30-pc {
    margin: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-30-sp {
    margin: 30px !important;
  }
}
.margin-35 {
  margin: 35px !important;
}

@media (min-width: 769px) {
  .margin-35-pc {
    margin: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-35-sp {
    margin: 35px !important;
  }
}
.margin-40 {
  margin: 40px !important;
}

@media (min-width: 769px) {
  .margin-40-pc {
    margin: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-40-sp {
    margin: 40px !important;
  }
}
.margin-45 {
  margin: 45px !important;
}

@media (min-width: 769px) {
  .margin-45-pc {
    margin: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-45-sp {
    margin: 45px !important;
  }
}
.margin-50 {
  margin: 50px !important;
}

@media (min-width: 769px) {
  .margin-50-pc {
    margin: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-50-sp {
    margin: 50px !important;
  }
}
.margin-55 {
  margin: 55px !important;
}

@media (min-width: 769px) {
  .margin-55-pc {
    margin: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-55-sp {
    margin: 55px !important;
  }
}
.margin-60 {
  margin: 60px !important;
}

@media (min-width: 769px) {
  .margin-60-pc {
    margin: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-60-sp {
    margin: 60px !important;
  }
}
.margin-65 {
  margin: 65px !important;
}

@media (min-width: 769px) {
  .margin-65-pc {
    margin: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-65-sp {
    margin: 65px !important;
  }
}
.margin-70 {
  margin: 70px !important;
}

@media (min-width: 769px) {
  .margin-70-pc {
    margin: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-70-sp {
    margin: 70px !important;
  }
}
.margin-75 {
  margin: 75px !important;
}

@media (min-width: 769px) {
  .margin-75-pc {
    margin: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-75-sp {
    margin: 75px !important;
  }
}
.margin-80 {
  margin: 80px !important;
}

@media (min-width: 769px) {
  .margin-80-pc {
    margin: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-80-sp {
    margin: 80px !important;
  }
}
.margin-85 {
  margin: 85px !important;
}

@media (min-width: 769px) {
  .margin-85-pc {
    margin: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-85-sp {
    margin: 85px !important;
  }
}
.margin-90 {
  margin: 90px !important;
}

@media (min-width: 769px) {
  .margin-90-pc {
    margin: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-90-sp {
    margin: 90px !important;
  }
}
.margin-95 {
  margin: 95px !important;
}

@media (min-width: 769px) {
  .margin-95-pc {
    margin: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-95-sp {
    margin: 95px !important;
  }
}
.margin-100 {
  margin: 100px !important;
}

@media (min-width: 769px) {
  .margin-100-pc {
    margin: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-100-sp {
    margin: 100px !important;
  }
}
.margin-auto {
  margin: auto !important;
}

@media (min-width: 769px) {
  .margin-auto-pc {
    margin: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-auto-sp {
    margin: auto !important;
  }
}
.margin-0em {
  margin: 0em !important;
}

@media (min-width: 769px) {
  .margin-0em-pc {
    margin: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-0em-sp {
    margin: 0em !important;
  }
}
.margin-1em {
  margin: 1em !important;
}

@media (min-width: 769px) {
  .margin-1em-pc {
    margin: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-1em-sp {
    margin: 1em !important;
  }
}
.margin-2em {
  margin: 2em !important;
}

@media (min-width: 769px) {
  .margin-2em-pc {
    margin: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-2em-sp {
    margin: 2em !important;
  }
}
.margin-3em {
  margin: 3em !important;
}

@media (min-width: 769px) {
  .margin-3em-pc {
    margin: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-3em-sp {
    margin: 3em !important;
  }
}
.margin-4em {
  margin: 4em !important;
}

@media (min-width: 769px) {
  .margin-4em-pc {
    margin: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-4em-sp {
    margin: 4em !important;
  }
}
.margin-5em {
  margin: 5em !important;
}

@media (min-width: 769px) {
  .margin-5em-pc {
    margin: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-5em-sp {
    margin: 5em !important;
  }
}
.margin-6em {
  margin: 6em !important;
}

@media (min-width: 769px) {
  .margin-6em-pc {
    margin: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-6em-sp {
    margin: 6em !important;
  }
}
.margin-7em {
  margin: 7em !important;
}

@media (min-width: 769px) {
  .margin-7em-pc {
    margin: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-7em-sp {
    margin: 7em !important;
  }
}
.margin-8em {
  margin: 8em !important;
}

@media (min-width: 769px) {
  .margin-8em-pc {
    margin: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-8em-sp {
    margin: 8em !important;
  }
}
.margin-9em {
  margin: 9em !important;
}

@media (min-width: 769px) {
  .margin-9em-pc {
    margin: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-9em-sp {
    margin: 9em !important;
  }
}
.margin-10em {
  margin: 10em !important;
}

@media (min-width: 769px) {
  .margin-10em-pc {
    margin: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-10em-sp {
    margin: 10em !important;
  }
}
.margin-top-0 {
  margin-top: 0px !important;
}

@media (min-width: 769px) {
  .margin-top-0-pc {
    margin-top: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-0-sp {
    margin-top: 0px !important;
  }
}
.margin-top-5 {
  margin-top: 5px !important;
}

@media (min-width: 769px) {
  .margin-top-5-pc {
    margin-top: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-5-sp {
    margin-top: 5px !important;
  }
}
.margin-top-10 {
  margin-top: 10px !important;
}

@media (min-width: 769px) {
  .margin-top-10-pc {
    margin-top: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-10-sp {
    margin-top: 10px !important;
  }
}
.margin-top-15 {
  margin-top: 15px !important;
}

@media (min-width: 769px) {
  .margin-top-15-pc {
    margin-top: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-15-sp {
    margin-top: 15px !important;
  }
}
.margin-top-20 {
  margin-top: 20px !important;
}

@media (min-width: 769px) {
  .margin-top-20-pc {
    margin-top: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-20-sp {
    margin-top: 20px !important;
  }
}
.margin-top-25 {
  margin-top: 25px !important;
}

@media (min-width: 769px) {
  .margin-top-25-pc {
    margin-top: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-25-sp {
    margin-top: 25px !important;
  }
}
.margin-top-30 {
  margin-top: 30px !important;
}

@media (min-width: 769px) {
  .margin-top-30-pc {
    margin-top: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-30-sp {
    margin-top: 30px !important;
  }
}
.margin-top-35 {
  margin-top: 35px !important;
}

@media (min-width: 769px) {
  .margin-top-35-pc {
    margin-top: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-35-sp {
    margin-top: 35px !important;
  }
}
.margin-top-40 {
  margin-top: 40px !important;
}

@media (min-width: 769px) {
  .margin-top-40-pc {
    margin-top: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-40-sp {
    margin-top: 40px !important;
  }
}
.margin-top-45 {
  margin-top: 45px !important;
}

@media (min-width: 769px) {
  .margin-top-45-pc {
    margin-top: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-45-sp {
    margin-top: 45px !important;
  }
}
.margin-top-50 {
  margin-top: 50px !important;
}

@media (min-width: 769px) {
  .margin-top-50-pc {
    margin-top: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-50-sp {
    margin-top: 50px !important;
  }
}
.margin-top-55 {
  margin-top: 55px !important;
}

@media (min-width: 769px) {
  .margin-top-55-pc {
    margin-top: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-55-sp {
    margin-top: 55px !important;
  }
}
.margin-top-60 {
  margin-top: 60px !important;
}

@media (min-width: 769px) {
  .margin-top-60-pc {
    margin-top: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-60-sp {
    margin-top: 60px !important;
  }
}
.margin-top-65 {
  margin-top: 65px !important;
}

@media (min-width: 769px) {
  .margin-top-65-pc {
    margin-top: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-65-sp {
    margin-top: 65px !important;
  }
}
.margin-top-70 {
  margin-top: 70px !important;
}

@media (min-width: 769px) {
  .margin-top-70-pc {
    margin-top: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-70-sp {
    margin-top: 70px !important;
  }
}
.margin-top-75 {
  margin-top: 75px !important;
}

@media (min-width: 769px) {
  .margin-top-75-pc {
    margin-top: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-75-sp {
    margin-top: 75px !important;
  }
}
.margin-top-80 {
  margin-top: 80px !important;
}

@media (min-width: 769px) {
  .margin-top-80-pc {
    margin-top: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-80-sp {
    margin-top: 80px !important;
  }
}
.margin-top-85 {
  margin-top: 85px !important;
}

@media (min-width: 769px) {
  .margin-top-85-pc {
    margin-top: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-85-sp {
    margin-top: 85px !important;
  }
}
.margin-top-90 {
  margin-top: 90px !important;
}

@media (min-width: 769px) {
  .margin-top-90-pc {
    margin-top: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-90-sp {
    margin-top: 90px !important;
  }
}
.margin-top-95 {
  margin-top: 95px !important;
}

@media (min-width: 769px) {
  .margin-top-95-pc {
    margin-top: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-95-sp {
    margin-top: 95px !important;
  }
}
.margin-top-100 {
  margin-top: 100px !important;
}

@media (min-width: 769px) {
  .margin-top-100-pc {
    margin-top: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-100-sp {
    margin-top: 100px !important;
  }
}
.margin-top-auto {
  margin-top: auto !important;
}

@media (min-width: 769px) {
  .margin-top-auto-pc {
    margin-top: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-auto-sp {
    margin-top: auto !important;
  }
}
.margin-top-0em {
  margin-top: 0em !important;
}

@media (min-width: 769px) {
  .margin-top-0em-pc {
    margin-top: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-0em-sp {
    margin-top: 0em !important;
  }
}
.margin-top-1em {
  margin-top: 1em !important;
}

@media (min-width: 769px) {
  .margin-top-1em-pc {
    margin-top: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-1em-sp {
    margin-top: 1em !important;
  }
}
.margin-top-2em {
  margin-top: 2em !important;
}

@media (min-width: 769px) {
  .margin-top-2em-pc {
    margin-top: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-2em-sp {
    margin-top: 2em !important;
  }
}
.margin-top-3em {
  margin-top: 3em !important;
}

@media (min-width: 769px) {
  .margin-top-3em-pc {
    margin-top: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-3em-sp {
    margin-top: 3em !important;
  }
}
.margin-top-4em {
  margin-top: 4em !important;
}

@media (min-width: 769px) {
  .margin-top-4em-pc {
    margin-top: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-4em-sp {
    margin-top: 4em !important;
  }
}
.margin-top-5em {
  margin-top: 5em !important;
}

@media (min-width: 769px) {
  .margin-top-5em-pc {
    margin-top: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-5em-sp {
    margin-top: 5em !important;
  }
}
.margin-top-6em {
  margin-top: 6em !important;
}

@media (min-width: 769px) {
  .margin-top-6em-pc {
    margin-top: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-6em-sp {
    margin-top: 6em !important;
  }
}
.margin-top-7em {
  margin-top: 7em !important;
}

@media (min-width: 769px) {
  .margin-top-7em-pc {
    margin-top: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-7em-sp {
    margin-top: 7em !important;
  }
}
.margin-top-8em {
  margin-top: 8em !important;
}

@media (min-width: 769px) {
  .margin-top-8em-pc {
    margin-top: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-8em-sp {
    margin-top: 8em !important;
  }
}
.margin-top-9em {
  margin-top: 9em !important;
}

@media (min-width: 769px) {
  .margin-top-9em-pc {
    margin-top: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-9em-sp {
    margin-top: 9em !important;
  }
}
.margin-top-10em {
  margin-top: 10em !important;
}

@media (min-width: 769px) {
  .margin-top-10em-pc {
    margin-top: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-top-10em-sp {
    margin-top: 10em !important;
  }
}
.margin-left-0 {
  margin-left: 0px !important;
}

@media (min-width: 769px) {
  .margin-left-0-pc {
    margin-left: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-0-sp {
    margin-left: 0px !important;
  }
}
.margin-left-5 {
  margin-left: 5px !important;
}

@media (min-width: 769px) {
  .margin-left-5-pc {
    margin-left: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-5-sp {
    margin-left: 5px !important;
  }
}
.margin-left-10 {
  margin-left: 10px !important;
}

@media (min-width: 769px) {
  .margin-left-10-pc {
    margin-left: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-10-sp {
    margin-left: 10px !important;
  }
}
.margin-left-15 {
  margin-left: 15px !important;
}

@media (min-width: 769px) {
  .margin-left-15-pc {
    margin-left: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-15-sp {
    margin-left: 15px !important;
  }
}
.margin-left-20 {
  margin-left: 20px !important;
}

@media (min-width: 769px) {
  .margin-left-20-pc {
    margin-left: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-20-sp {
    margin-left: 20px !important;
  }
}
.margin-left-25 {
  margin-left: 25px !important;
}

@media (min-width: 769px) {
  .margin-left-25-pc {
    margin-left: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-25-sp {
    margin-left: 25px !important;
  }
}
.margin-left-30 {
  margin-left: 30px !important;
}

@media (min-width: 769px) {
  .margin-left-30-pc {
    margin-left: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-30-sp {
    margin-left: 30px !important;
  }
}
.margin-left-35 {
  margin-left: 35px !important;
}

@media (min-width: 769px) {
  .margin-left-35-pc {
    margin-left: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-35-sp {
    margin-left: 35px !important;
  }
}
.margin-left-40 {
  margin-left: 40px !important;
}

@media (min-width: 769px) {
  .margin-left-40-pc {
    margin-left: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-40-sp {
    margin-left: 40px !important;
  }
}
.margin-left-45 {
  margin-left: 45px !important;
}

@media (min-width: 769px) {
  .margin-left-45-pc {
    margin-left: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-45-sp {
    margin-left: 45px !important;
  }
}
.margin-left-50 {
  margin-left: 50px !important;
}

@media (min-width: 769px) {
  .margin-left-50-pc {
    margin-left: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-50-sp {
    margin-left: 50px !important;
  }
}
.margin-left-55 {
  margin-left: 55px !important;
}

@media (min-width: 769px) {
  .margin-left-55-pc {
    margin-left: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-55-sp {
    margin-left: 55px !important;
  }
}
.margin-left-60 {
  margin-left: 60px !important;
}

@media (min-width: 769px) {
  .margin-left-60-pc {
    margin-left: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-60-sp {
    margin-left: 60px !important;
  }
}
.margin-left-65 {
  margin-left: 65px !important;
}

@media (min-width: 769px) {
  .margin-left-65-pc {
    margin-left: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-65-sp {
    margin-left: 65px !important;
  }
}
.margin-left-70 {
  margin-left: 70px !important;
}

@media (min-width: 769px) {
  .margin-left-70-pc {
    margin-left: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-70-sp {
    margin-left: 70px !important;
  }
}
.margin-left-75 {
  margin-left: 75px !important;
}

@media (min-width: 769px) {
  .margin-left-75-pc {
    margin-left: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-75-sp {
    margin-left: 75px !important;
  }
}
.margin-left-80 {
  margin-left: 80px !important;
}

@media (min-width: 769px) {
  .margin-left-80-pc {
    margin-left: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-80-sp {
    margin-left: 80px !important;
  }
}
.margin-left-85 {
  margin-left: 85px !important;
}

@media (min-width: 769px) {
  .margin-left-85-pc {
    margin-left: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-85-sp {
    margin-left: 85px !important;
  }
}
.margin-left-90 {
  margin-left: 90px !important;
}

@media (min-width: 769px) {
  .margin-left-90-pc {
    margin-left: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-90-sp {
    margin-left: 90px !important;
  }
}
.margin-left-95 {
  margin-left: 95px !important;
}

@media (min-width: 769px) {
  .margin-left-95-pc {
    margin-left: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-95-sp {
    margin-left: 95px !important;
  }
}
.margin-left-100 {
  margin-left: 100px !important;
}

@media (min-width: 769px) {
  .margin-left-100-pc {
    margin-left: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-100-sp {
    margin-left: 100px !important;
  }
}
.margin-left-auto {
  margin-left: auto !important;
}

@media (min-width: 769px) {
  .margin-left-auto-pc {
    margin-left: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-auto-sp {
    margin-left: auto !important;
  }
}
.margin-left-0em {
  margin-left: 0em !important;
}

@media (min-width: 769px) {
  .margin-left-0em-pc {
    margin-left: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-0em-sp {
    margin-left: 0em !important;
  }
}
.margin-left-1em {
  margin-left: 1em !important;
}

@media (min-width: 769px) {
  .margin-left-1em-pc {
    margin-left: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-1em-sp {
    margin-left: 1em !important;
  }
}
.margin-left-2em {
  margin-left: 2em !important;
}

@media (min-width: 769px) {
  .margin-left-2em-pc {
    margin-left: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-2em-sp {
    margin-left: 2em !important;
  }
}
.margin-left-3em {
  margin-left: 3em !important;
}

@media (min-width: 769px) {
  .margin-left-3em-pc {
    margin-left: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-3em-sp {
    margin-left: 3em !important;
  }
}
.margin-left-4em {
  margin-left: 4em !important;
}

@media (min-width: 769px) {
  .margin-left-4em-pc {
    margin-left: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-4em-sp {
    margin-left: 4em !important;
  }
}
.margin-left-5em {
  margin-left: 5em !important;
}

@media (min-width: 769px) {
  .margin-left-5em-pc {
    margin-left: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-5em-sp {
    margin-left: 5em !important;
  }
}
.margin-left-6em {
  margin-left: 6em !important;
}

@media (min-width: 769px) {
  .margin-left-6em-pc {
    margin-left: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-6em-sp {
    margin-left: 6em !important;
  }
}
.margin-left-7em {
  margin-left: 7em !important;
}

@media (min-width: 769px) {
  .margin-left-7em-pc {
    margin-left: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-7em-sp {
    margin-left: 7em !important;
  }
}
.margin-left-8em {
  margin-left: 8em !important;
}

@media (min-width: 769px) {
  .margin-left-8em-pc {
    margin-left: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-8em-sp {
    margin-left: 8em !important;
  }
}
.margin-left-9em {
  margin-left: 9em !important;
}

@media (min-width: 769px) {
  .margin-left-9em-pc {
    margin-left: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-9em-sp {
    margin-left: 9em !important;
  }
}
.margin-left-10em {
  margin-left: 10em !important;
}

@media (min-width: 769px) {
  .margin-left-10em-pc {
    margin-left: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-left-10em-sp {
    margin-left: 10em !important;
  }
}
.margin-right-0 {
  margin-right: 0px !important;
}

@media (min-width: 769px) {
  .margin-right-0-pc {
    margin-right: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-0-sp {
    margin-right: 0px !important;
  }
}
.margin-right-5 {
  margin-right: 5px !important;
}

@media (min-width: 769px) {
  .margin-right-5-pc {
    margin-right: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-5-sp {
    margin-right: 5px !important;
  }
}
.margin-right-10 {
  margin-right: 10px !important;
}

@media (min-width: 769px) {
  .margin-right-10-pc {
    margin-right: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-10-sp {
    margin-right: 10px !important;
  }
}
.margin-right-15 {
  margin-right: 15px !important;
}

@media (min-width: 769px) {
  .margin-right-15-pc {
    margin-right: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-15-sp {
    margin-right: 15px !important;
  }
}
.margin-right-20 {
  margin-right: 20px !important;
}

@media (min-width: 769px) {
  .margin-right-20-pc {
    margin-right: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-20-sp {
    margin-right: 20px !important;
  }
}
.margin-right-25 {
  margin-right: 25px !important;
}

@media (min-width: 769px) {
  .margin-right-25-pc {
    margin-right: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-25-sp {
    margin-right: 25px !important;
  }
}
.margin-right-30 {
  margin-right: 30px !important;
}

@media (min-width: 769px) {
  .margin-right-30-pc {
    margin-right: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-30-sp {
    margin-right: 30px !important;
  }
}
.margin-right-35 {
  margin-right: 35px !important;
}

@media (min-width: 769px) {
  .margin-right-35-pc {
    margin-right: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-35-sp {
    margin-right: 35px !important;
  }
}
.margin-right-40 {
  margin-right: 40px !important;
}

@media (min-width: 769px) {
  .margin-right-40-pc {
    margin-right: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-40-sp {
    margin-right: 40px !important;
  }
}
.margin-right-45 {
  margin-right: 45px !important;
}

@media (min-width: 769px) {
  .margin-right-45-pc {
    margin-right: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-45-sp {
    margin-right: 45px !important;
  }
}
.margin-right-50 {
  margin-right: 50px !important;
}

@media (min-width: 769px) {
  .margin-right-50-pc {
    margin-right: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-50-sp {
    margin-right: 50px !important;
  }
}
.margin-right-55 {
  margin-right: 55px !important;
}

@media (min-width: 769px) {
  .margin-right-55-pc {
    margin-right: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-55-sp {
    margin-right: 55px !important;
  }
}
.margin-right-60 {
  margin-right: 60px !important;
}

@media (min-width: 769px) {
  .margin-right-60-pc {
    margin-right: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-60-sp {
    margin-right: 60px !important;
  }
}
.margin-right-65 {
  margin-right: 65px !important;
}

@media (min-width: 769px) {
  .margin-right-65-pc {
    margin-right: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-65-sp {
    margin-right: 65px !important;
  }
}
.margin-right-70 {
  margin-right: 70px !important;
}

@media (min-width: 769px) {
  .margin-right-70-pc {
    margin-right: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-70-sp {
    margin-right: 70px !important;
  }
}
.margin-right-75 {
  margin-right: 75px !important;
}

@media (min-width: 769px) {
  .margin-right-75-pc {
    margin-right: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-75-sp {
    margin-right: 75px !important;
  }
}
.margin-right-80 {
  margin-right: 80px !important;
}

@media (min-width: 769px) {
  .margin-right-80-pc {
    margin-right: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-80-sp {
    margin-right: 80px !important;
  }
}
.margin-right-85 {
  margin-right: 85px !important;
}

@media (min-width: 769px) {
  .margin-right-85-pc {
    margin-right: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-85-sp {
    margin-right: 85px !important;
  }
}
.margin-right-90 {
  margin-right: 90px !important;
}

@media (min-width: 769px) {
  .margin-right-90-pc {
    margin-right: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-90-sp {
    margin-right: 90px !important;
  }
}
.margin-right-95 {
  margin-right: 95px !important;
}

@media (min-width: 769px) {
  .margin-right-95-pc {
    margin-right: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-95-sp {
    margin-right: 95px !important;
  }
}
.margin-right-100 {
  margin-right: 100px !important;
}

@media (min-width: 769px) {
  .margin-right-100-pc {
    margin-right: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-100-sp {
    margin-right: 100px !important;
  }
}
.margin-right-auto {
  margin-right: auto !important;
}

@media (min-width: 769px) {
  .margin-right-auto-pc {
    margin-right: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-auto-sp {
    margin-right: auto !important;
  }
}
.margin-right-0em {
  margin-right: 0em !important;
}

@media (min-width: 769px) {
  .margin-right-0em-pc {
    margin-right: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-0em-sp {
    margin-right: 0em !important;
  }
}
.margin-right-1em {
  margin-right: 1em !important;
}

@media (min-width: 769px) {
  .margin-right-1em-pc {
    margin-right: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-1em-sp {
    margin-right: 1em !important;
  }
}
.margin-right-2em {
  margin-right: 2em !important;
}

@media (min-width: 769px) {
  .margin-right-2em-pc {
    margin-right: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-2em-sp {
    margin-right: 2em !important;
  }
}
.margin-right-3em {
  margin-right: 3em !important;
}

@media (min-width: 769px) {
  .margin-right-3em-pc {
    margin-right: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-3em-sp {
    margin-right: 3em !important;
  }
}
.margin-right-4em {
  margin-right: 4em !important;
}

@media (min-width: 769px) {
  .margin-right-4em-pc {
    margin-right: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-4em-sp {
    margin-right: 4em !important;
  }
}
.margin-right-5em {
  margin-right: 5em !important;
}

@media (min-width: 769px) {
  .margin-right-5em-pc {
    margin-right: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-5em-sp {
    margin-right: 5em !important;
  }
}
.margin-right-6em {
  margin-right: 6em !important;
}

@media (min-width: 769px) {
  .margin-right-6em-pc {
    margin-right: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-6em-sp {
    margin-right: 6em !important;
  }
}
.margin-right-7em {
  margin-right: 7em !important;
}

@media (min-width: 769px) {
  .margin-right-7em-pc {
    margin-right: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-7em-sp {
    margin-right: 7em !important;
  }
}
.margin-right-8em {
  margin-right: 8em !important;
}

@media (min-width: 769px) {
  .margin-right-8em-pc {
    margin-right: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-8em-sp {
    margin-right: 8em !important;
  }
}
.margin-right-9em {
  margin-right: 9em !important;
}

@media (min-width: 769px) {
  .margin-right-9em-pc {
    margin-right: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-9em-sp {
    margin-right: 9em !important;
  }
}
.margin-right-10em {
  margin-right: 10em !important;
}

@media (min-width: 769px) {
  .margin-right-10em-pc {
    margin-right: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-right-10em-sp {
    margin-right: 10em !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

@media (min-width: 769px) {
  .margin-bottom-0-pc {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-0-sp {
    margin-bottom: 0px !important;
  }
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}

@media (min-width: 769px) {
  .margin-bottom-5-pc {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-5-sp {
    margin-bottom: 5px !important;
  }
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

@media (min-width: 769px) {
  .margin-bottom-10-pc {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-10-sp {
    margin-bottom: 10px !important;
  }
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

@media (min-width: 769px) {
  .margin-bottom-15-pc {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-15-sp {
    margin-bottom: 15px !important;
  }
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

@media (min-width: 769px) {
  .margin-bottom-20-pc {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-20-sp {
    margin-bottom: 20px !important;
  }
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}

@media (min-width: 769px) {
  .margin-bottom-25-pc {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-25-sp {
    margin-bottom: 25px !important;
  }
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

@media (min-width: 769px) {
  .margin-bottom-30-pc {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-30-sp {
    margin-bottom: 30px !important;
  }
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}

@media (min-width: 769px) {
  .margin-bottom-35-pc {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-35-sp {
    margin-bottom: 35px !important;
  }
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

@media (min-width: 769px) {
  .margin-bottom-40-pc {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-40-sp {
    margin-bottom: 40px !important;
  }
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}

@media (min-width: 769px) {
  .margin-bottom-45-pc {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-45-sp {
    margin-bottom: 45px !important;
  }
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 769px) {
  .margin-bottom-50-pc {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-50-sp {
    margin-bottom: 50px !important;
  }
}
.margin-bottom-55 {
  margin-bottom: 55px !important;
}

@media (min-width: 769px) {
  .margin-bottom-55-pc {
    margin-bottom: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-55-sp {
    margin-bottom: 55px !important;
  }
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 769px) {
  .margin-bottom-60-pc {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-60-sp {
    margin-bottom: 60px !important;
  }
}
.margin-bottom-65 {
  margin-bottom: 65px !important;
}

@media (min-width: 769px) {
  .margin-bottom-65-pc {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-65-sp {
    margin-bottom: 65px !important;
  }
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}

@media (min-width: 769px) {
  .margin-bottom-70-pc {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-70-sp {
    margin-bottom: 70px !important;
  }
}
.margin-bottom-75 {
  margin-bottom: 75px !important;
}

@media (min-width: 769px) {
  .margin-bottom-75-pc {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-75-sp {
    margin-bottom: 75px !important;
  }
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}

@media (min-width: 769px) {
  .margin-bottom-80-pc {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-80-sp {
    margin-bottom: 80px !important;
  }
}
.margin-bottom-85 {
  margin-bottom: 85px !important;
}

@media (min-width: 769px) {
  .margin-bottom-85-pc {
    margin-bottom: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-85-sp {
    margin-bottom: 85px !important;
  }
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}

@media (min-width: 769px) {
  .margin-bottom-90-pc {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-90-sp {
    margin-bottom: 90px !important;
  }
}
.margin-bottom-95 {
  margin-bottom: 95px !important;
}

@media (min-width: 769px) {
  .margin-bottom-95-pc {
    margin-bottom: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-95-sp {
    margin-bottom: 95px !important;
  }
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 769px) {
  .margin-bottom-100-pc {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-100-sp {
    margin-bottom: 100px !important;
  }
}
.margin-bottom-auto {
  margin-bottom: auto !important;
}

@media (min-width: 769px) {
  .margin-bottom-auto-pc {
    margin-bottom: auto !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-auto-sp {
    margin-bottom: auto !important;
  }
}
.margin-bottom-0em {
  margin-bottom: 0em !important;
}

@media (min-width: 769px) {
  .margin-bottom-0em-pc {
    margin-bottom: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-0em-sp {
    margin-bottom: 0em !important;
  }
}
.margin-bottom-1em {
  margin-bottom: 1em !important;
}

@media (min-width: 769px) {
  .margin-bottom-1em-pc {
    margin-bottom: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-1em-sp {
    margin-bottom: 1em !important;
  }
}
.margin-bottom-2em {
  margin-bottom: 2em !important;
}

@media (min-width: 769px) {
  .margin-bottom-2em-pc {
    margin-bottom: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-2em-sp {
    margin-bottom: 2em !important;
  }
}
.margin-bottom-3em {
  margin-bottom: 3em !important;
}

@media (min-width: 769px) {
  .margin-bottom-3em-pc {
    margin-bottom: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-3em-sp {
    margin-bottom: 3em !important;
  }
}
.margin-bottom-4em {
  margin-bottom: 4em !important;
}

@media (min-width: 769px) {
  .margin-bottom-4em-pc {
    margin-bottom: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-4em-sp {
    margin-bottom: 4em !important;
  }
}
.margin-bottom-5em {
  margin-bottom: 5em !important;
}

@media (min-width: 769px) {
  .margin-bottom-5em-pc {
    margin-bottom: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-5em-sp {
    margin-bottom: 5em !important;
  }
}
.margin-bottom-6em {
  margin-bottom: 6em !important;
}

@media (min-width: 769px) {
  .margin-bottom-6em-pc {
    margin-bottom: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-6em-sp {
    margin-bottom: 6em !important;
  }
}
.margin-bottom-7em {
  margin-bottom: 7em !important;
}

@media (min-width: 769px) {
  .margin-bottom-7em-pc {
    margin-bottom: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-7em-sp {
    margin-bottom: 7em !important;
  }
}
.margin-bottom-8em {
  margin-bottom: 8em !important;
}

@media (min-width: 769px) {
  .margin-bottom-8em-pc {
    margin-bottom: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-8em-sp {
    margin-bottom: 8em !important;
  }
}
.margin-bottom-9em {
  margin-bottom: 9em !important;
}

@media (min-width: 769px) {
  .margin-bottom-9em-pc {
    margin-bottom: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-9em-sp {
    margin-bottom: 9em !important;
  }
}
.margin-bottom-10em {
  margin-bottom: 10em !important;
}

@media (min-width: 769px) {
  .margin-bottom-10em-pc {
    margin-bottom: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .margin-bottom-10em-sp {
    margin-bottom: 10em !important;
  }
}
.padding-0 {
  padding: 0px !important;
}

@media (min-width: 769px) {
  .padding-0-pc {
    padding: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-0-sp {
    padding: 0px !important;
  }
}
.padding-5 {
  padding: 5px !important;
}

@media (min-width: 769px) {
  .padding-5-pc {
    padding: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-5-sp {
    padding: 5px !important;
  }
}
.padding-10 {
  padding: 10px !important;
}

@media (min-width: 769px) {
  .padding-10-pc {
    padding: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-10-sp {
    padding: 10px !important;
  }
}
.padding-15 {
  padding: 15px !important;
}

@media (min-width: 769px) {
  .padding-15-pc {
    padding: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-15-sp {
    padding: 15px !important;
  }
}
.padding-20 {
  padding: 20px !important;
}

@media (min-width: 769px) {
  .padding-20-pc {
    padding: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-20-sp {
    padding: 20px !important;
  }
}
.padding-25 {
  padding: 25px !important;
}

@media (min-width: 769px) {
  .padding-25-pc {
    padding: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-25-sp {
    padding: 25px !important;
  }
}
.padding-30 {
  padding: 30px !important;
}

@media (min-width: 769px) {
  .padding-30-pc {
    padding: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-30-sp {
    padding: 30px !important;
  }
}
.padding-35 {
  padding: 35px !important;
}

@media (min-width: 769px) {
  .padding-35-pc {
    padding: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-35-sp {
    padding: 35px !important;
  }
}
.padding-40 {
  padding: 40px !important;
}

@media (min-width: 769px) {
  .padding-40-pc {
    padding: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-40-sp {
    padding: 40px !important;
  }
}
.padding-45 {
  padding: 45px !important;
}

@media (min-width: 769px) {
  .padding-45-pc {
    padding: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-45-sp {
    padding: 45px !important;
  }
}
.padding-50 {
  padding: 50px !important;
}

@media (min-width: 769px) {
  .padding-50-pc {
    padding: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-50-sp {
    padding: 50px !important;
  }
}
.padding-55 {
  padding: 55px !important;
}

@media (min-width: 769px) {
  .padding-55-pc {
    padding: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-55-sp {
    padding: 55px !important;
  }
}
.padding-60 {
  padding: 60px !important;
}

@media (min-width: 769px) {
  .padding-60-pc {
    padding: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-60-sp {
    padding: 60px !important;
  }
}
.padding-65 {
  padding: 65px !important;
}

@media (min-width: 769px) {
  .padding-65-pc {
    padding: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-65-sp {
    padding: 65px !important;
  }
}
.padding-70 {
  padding: 70px !important;
}

@media (min-width: 769px) {
  .padding-70-pc {
    padding: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-70-sp {
    padding: 70px !important;
  }
}
.padding-75 {
  padding: 75px !important;
}

@media (min-width: 769px) {
  .padding-75-pc {
    padding: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-75-sp {
    padding: 75px !important;
  }
}
.padding-80 {
  padding: 80px !important;
}

@media (min-width: 769px) {
  .padding-80-pc {
    padding: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-80-sp {
    padding: 80px !important;
  }
}
.padding-85 {
  padding: 85px !important;
}

@media (min-width: 769px) {
  .padding-85-pc {
    padding: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-85-sp {
    padding: 85px !important;
  }
}
.padding-90 {
  padding: 90px !important;
}

@media (min-width: 769px) {
  .padding-90-pc {
    padding: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-90-sp {
    padding: 90px !important;
  }
}
.padding-95 {
  padding: 95px !important;
}

@media (min-width: 769px) {
  .padding-95-pc {
    padding: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-95-sp {
    padding: 95px !important;
  }
}
.padding-100 {
  padding: 100px !important;
}

@media (min-width: 769px) {
  .padding-100-pc {
    padding: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-100-sp {
    padding: 100px !important;
  }
}
.padding-0em {
  padding: 0em !important;
}

@media (min-width: 769px) {
  .padding-0em-pc {
    padding: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-0em-sp {
    padding: 0em !important;
  }
}
.padding-1em {
  padding: 1em !important;
}

@media (min-width: 769px) {
  .padding-1em-pc {
    padding: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-1em-sp {
    padding: 1em !important;
  }
}
.padding-2em {
  padding: 2em !important;
}

@media (min-width: 769px) {
  .padding-2em-pc {
    padding: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-2em-sp {
    padding: 2em !important;
  }
}
.padding-3em {
  padding: 3em !important;
}

@media (min-width: 769px) {
  .padding-3em-pc {
    padding: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-3em-sp {
    padding: 3em !important;
  }
}
.padding-4em {
  padding: 4em !important;
}

@media (min-width: 769px) {
  .padding-4em-pc {
    padding: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-4em-sp {
    padding: 4em !important;
  }
}
.padding-5em {
  padding: 5em !important;
}

@media (min-width: 769px) {
  .padding-5em-pc {
    padding: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-5em-sp {
    padding: 5em !important;
  }
}
.padding-6em {
  padding: 6em !important;
}

@media (min-width: 769px) {
  .padding-6em-pc {
    padding: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-6em-sp {
    padding: 6em !important;
  }
}
.padding-7em {
  padding: 7em !important;
}

@media (min-width: 769px) {
  .padding-7em-pc {
    padding: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-7em-sp {
    padding: 7em !important;
  }
}
.padding-8em {
  padding: 8em !important;
}

@media (min-width: 769px) {
  .padding-8em-pc {
    padding: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-8em-sp {
    padding: 8em !important;
  }
}
.padding-9em {
  padding: 9em !important;
}

@media (min-width: 769px) {
  .padding-9em-pc {
    padding: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-9em-sp {
    padding: 9em !important;
  }
}
.padding-10em {
  padding: 10em !important;
}

@media (min-width: 769px) {
  .padding-10em-pc {
    padding: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-10em-sp {
    padding: 10em !important;
  }
}
.padding-top-0 {
  padding-top: 0px !important;
}

@media (min-width: 769px) {
  .padding-top-0-pc {
    padding-top: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-0-sp {
    padding-top: 0px !important;
  }
}
.padding-top-5 {
  padding-top: 5px !important;
}

@media (min-width: 769px) {
  .padding-top-5-pc {
    padding-top: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-5-sp {
    padding-top: 5px !important;
  }
}
.padding-top-10 {
  padding-top: 10px !important;
}

@media (min-width: 769px) {
  .padding-top-10-pc {
    padding-top: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-10-sp {
    padding-top: 10px !important;
  }
}
.padding-top-15 {
  padding-top: 15px !important;
}

@media (min-width: 769px) {
  .padding-top-15-pc {
    padding-top: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-15-sp {
    padding-top: 15px !important;
  }
}
.padding-top-20 {
  padding-top: 20px !important;
}

@media (min-width: 769px) {
  .padding-top-20-pc {
    padding-top: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-20-sp {
    padding-top: 20px !important;
  }
}
.padding-top-25 {
  padding-top: 25px !important;
}

@media (min-width: 769px) {
  .padding-top-25-pc {
    padding-top: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-25-sp {
    padding-top: 25px !important;
  }
}
.padding-top-30 {
  padding-top: 30px !important;
}

@media (min-width: 769px) {
  .padding-top-30-pc {
    padding-top: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-30-sp {
    padding-top: 30px !important;
  }
}
.padding-top-35 {
  padding-top: 35px !important;
}

@media (min-width: 769px) {
  .padding-top-35-pc {
    padding-top: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-35-sp {
    padding-top: 35px !important;
  }
}
.padding-top-40 {
  padding-top: 40px !important;
}

@media (min-width: 769px) {
  .padding-top-40-pc {
    padding-top: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-40-sp {
    padding-top: 40px !important;
  }
}
.padding-top-45 {
  padding-top: 45px !important;
}

@media (min-width: 769px) {
  .padding-top-45-pc {
    padding-top: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-45-sp {
    padding-top: 45px !important;
  }
}
.padding-top-50 {
  padding-top: 50px !important;
}

@media (min-width: 769px) {
  .padding-top-50-pc {
    padding-top: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-50-sp {
    padding-top: 50px !important;
  }
}
.padding-top-55 {
  padding-top: 55px !important;
}

@media (min-width: 769px) {
  .padding-top-55-pc {
    padding-top: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-55-sp {
    padding-top: 55px !important;
  }
}
.padding-top-60 {
  padding-top: 60px !important;
}

@media (min-width: 769px) {
  .padding-top-60-pc {
    padding-top: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-60-sp {
    padding-top: 60px !important;
  }
}
.padding-top-65 {
  padding-top: 65px !important;
}

@media (min-width: 769px) {
  .padding-top-65-pc {
    padding-top: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-65-sp {
    padding-top: 65px !important;
  }
}
.padding-top-70 {
  padding-top: 70px !important;
}

@media (min-width: 769px) {
  .padding-top-70-pc {
    padding-top: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-70-sp {
    padding-top: 70px !important;
  }
}
.padding-top-75 {
  padding-top: 75px !important;
}

@media (min-width: 769px) {
  .padding-top-75-pc {
    padding-top: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-75-sp {
    padding-top: 75px !important;
  }
}
.padding-top-80 {
  padding-top: 80px !important;
}

@media (min-width: 769px) {
  .padding-top-80-pc {
    padding-top: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-80-sp {
    padding-top: 80px !important;
  }
}
.padding-top-85 {
  padding-top: 85px !important;
}

@media (min-width: 769px) {
  .padding-top-85-pc {
    padding-top: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-85-sp {
    padding-top: 85px !important;
  }
}
.padding-top-90 {
  padding-top: 90px !important;
}

@media (min-width: 769px) {
  .padding-top-90-pc {
    padding-top: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-90-sp {
    padding-top: 90px !important;
  }
}
.padding-top-95 {
  padding-top: 95px !important;
}

@media (min-width: 769px) {
  .padding-top-95-pc {
    padding-top: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-95-sp {
    padding-top: 95px !important;
  }
}
.padding-top-100 {
  padding-top: 100px !important;
}

@media (min-width: 769px) {
  .padding-top-100-pc {
    padding-top: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-100-sp {
    padding-top: 100px !important;
  }
}
.padding-top-0em {
  padding-top: 0em !important;
}

@media (min-width: 769px) {
  .padding-top-0em-pc {
    padding-top: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-0em-sp {
    padding-top: 0em !important;
  }
}
.padding-top-1em {
  padding-top: 1em !important;
}

@media (min-width: 769px) {
  .padding-top-1em-pc {
    padding-top: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-1em-sp {
    padding-top: 1em !important;
  }
}
.padding-top-2em {
  padding-top: 2em !important;
}

@media (min-width: 769px) {
  .padding-top-2em-pc {
    padding-top: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-2em-sp {
    padding-top: 2em !important;
  }
}
.padding-top-3em {
  padding-top: 3em !important;
}

@media (min-width: 769px) {
  .padding-top-3em-pc {
    padding-top: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-3em-sp {
    padding-top: 3em !important;
  }
}
.padding-top-4em {
  padding-top: 4em !important;
}

@media (min-width: 769px) {
  .padding-top-4em-pc {
    padding-top: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-4em-sp {
    padding-top: 4em !important;
  }
}
.padding-top-5em {
  padding-top: 5em !important;
}

@media (min-width: 769px) {
  .padding-top-5em-pc {
    padding-top: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-5em-sp {
    padding-top: 5em !important;
  }
}
.padding-top-6em {
  padding-top: 6em !important;
}

@media (min-width: 769px) {
  .padding-top-6em-pc {
    padding-top: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-6em-sp {
    padding-top: 6em !important;
  }
}
.padding-top-7em {
  padding-top: 7em !important;
}

@media (min-width: 769px) {
  .padding-top-7em-pc {
    padding-top: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-7em-sp {
    padding-top: 7em !important;
  }
}
.padding-top-8em {
  padding-top: 8em !important;
}

@media (min-width: 769px) {
  .padding-top-8em-pc {
    padding-top: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-8em-sp {
    padding-top: 8em !important;
  }
}
.padding-top-9em {
  padding-top: 9em !important;
}

@media (min-width: 769px) {
  .padding-top-9em-pc {
    padding-top: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-9em-sp {
    padding-top: 9em !important;
  }
}
.padding-top-10em {
  padding-top: 10em !important;
}

@media (min-width: 769px) {
  .padding-top-10em-pc {
    padding-top: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-top-10em-sp {
    padding-top: 10em !important;
  }
}
.padding-left-0 {
  padding-left: 0px !important;
}

@media (min-width: 769px) {
  .padding-left-0-pc {
    padding-left: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-0-sp {
    padding-left: 0px !important;
  }
}
.padding-left-5 {
  padding-left: 5px !important;
}

@media (min-width: 769px) {
  .padding-left-5-pc {
    padding-left: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-5-sp {
    padding-left: 5px !important;
  }
}
.padding-left-10 {
  padding-left: 10px !important;
}

@media (min-width: 769px) {
  .padding-left-10-pc {
    padding-left: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-10-sp {
    padding-left: 10px !important;
  }
}
.padding-left-15 {
  padding-left: 15px !important;
}

@media (min-width: 769px) {
  .padding-left-15-pc {
    padding-left: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-15-sp {
    padding-left: 15px !important;
  }
}
.padding-left-20 {
  padding-left: 20px !important;
}

@media (min-width: 769px) {
  .padding-left-20-pc {
    padding-left: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-20-sp {
    padding-left: 20px !important;
  }
}
.padding-left-25 {
  padding-left: 25px !important;
}

@media (min-width: 769px) {
  .padding-left-25-pc {
    padding-left: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-25-sp {
    padding-left: 25px !important;
  }
}
.padding-left-30 {
  padding-left: 30px !important;
}

@media (min-width: 769px) {
  .padding-left-30-pc {
    padding-left: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-30-sp {
    padding-left: 30px !important;
  }
}
.padding-left-35 {
  padding-left: 35px !important;
}

@media (min-width: 769px) {
  .padding-left-35-pc {
    padding-left: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-35-sp {
    padding-left: 35px !important;
  }
}
.padding-left-40 {
  padding-left: 40px !important;
}

@media (min-width: 769px) {
  .padding-left-40-pc {
    padding-left: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-40-sp {
    padding-left: 40px !important;
  }
}
.padding-left-45 {
  padding-left: 45px !important;
}

@media (min-width: 769px) {
  .padding-left-45-pc {
    padding-left: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-45-sp {
    padding-left: 45px !important;
  }
}
.padding-left-50 {
  padding-left: 50px !important;
}

@media (min-width: 769px) {
  .padding-left-50-pc {
    padding-left: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-50-sp {
    padding-left: 50px !important;
  }
}
.padding-left-55 {
  padding-left: 55px !important;
}

@media (min-width: 769px) {
  .padding-left-55-pc {
    padding-left: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-55-sp {
    padding-left: 55px !important;
  }
}
.padding-left-60 {
  padding-left: 60px !important;
}

@media (min-width: 769px) {
  .padding-left-60-pc {
    padding-left: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-60-sp {
    padding-left: 60px !important;
  }
}
.padding-left-65 {
  padding-left: 65px !important;
}

@media (min-width: 769px) {
  .padding-left-65-pc {
    padding-left: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-65-sp {
    padding-left: 65px !important;
  }
}
.padding-left-70 {
  padding-left: 70px !important;
}

@media (min-width: 769px) {
  .padding-left-70-pc {
    padding-left: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-70-sp {
    padding-left: 70px !important;
  }
}
.padding-left-75 {
  padding-left: 75px !important;
}

@media (min-width: 769px) {
  .padding-left-75-pc {
    padding-left: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-75-sp {
    padding-left: 75px !important;
  }
}
.padding-left-80 {
  padding-left: 80px !important;
}

@media (min-width: 769px) {
  .padding-left-80-pc {
    padding-left: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-80-sp {
    padding-left: 80px !important;
  }
}
.padding-left-85 {
  padding-left: 85px !important;
}

@media (min-width: 769px) {
  .padding-left-85-pc {
    padding-left: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-85-sp {
    padding-left: 85px !important;
  }
}
.padding-left-90 {
  padding-left: 90px !important;
}

@media (min-width: 769px) {
  .padding-left-90-pc {
    padding-left: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-90-sp {
    padding-left: 90px !important;
  }
}
.padding-left-95 {
  padding-left: 95px !important;
}

@media (min-width: 769px) {
  .padding-left-95-pc {
    padding-left: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-95-sp {
    padding-left: 95px !important;
  }
}
.padding-left-100 {
  padding-left: 100px !important;
}

@media (min-width: 769px) {
  .padding-left-100-pc {
    padding-left: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-100-sp {
    padding-left: 100px !important;
  }
}
.padding-left-0em {
  padding-left: 0em !important;
}

@media (min-width: 769px) {
  .padding-left-0em-pc {
    padding-left: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-0em-sp {
    padding-left: 0em !important;
  }
}
.padding-left-1em {
  padding-left: 1em !important;
}

@media (min-width: 769px) {
  .padding-left-1em-pc {
    padding-left: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-1em-sp {
    padding-left: 1em !important;
  }
}
.padding-left-2em {
  padding-left: 2em !important;
}

@media (min-width: 769px) {
  .padding-left-2em-pc {
    padding-left: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-2em-sp {
    padding-left: 2em !important;
  }
}
.padding-left-3em {
  padding-left: 3em !important;
}

@media (min-width: 769px) {
  .padding-left-3em-pc {
    padding-left: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-3em-sp {
    padding-left: 3em !important;
  }
}
.padding-left-4em {
  padding-left: 4em !important;
}

@media (min-width: 769px) {
  .padding-left-4em-pc {
    padding-left: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-4em-sp {
    padding-left: 4em !important;
  }
}
.padding-left-5em {
  padding-left: 5em !important;
}

@media (min-width: 769px) {
  .padding-left-5em-pc {
    padding-left: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-5em-sp {
    padding-left: 5em !important;
  }
}
.padding-left-6em {
  padding-left: 6em !important;
}

@media (min-width: 769px) {
  .padding-left-6em-pc {
    padding-left: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-6em-sp {
    padding-left: 6em !important;
  }
}
.padding-left-7em {
  padding-left: 7em !important;
}

@media (min-width: 769px) {
  .padding-left-7em-pc {
    padding-left: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-7em-sp {
    padding-left: 7em !important;
  }
}
.padding-left-8em {
  padding-left: 8em !important;
}

@media (min-width: 769px) {
  .padding-left-8em-pc {
    padding-left: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-8em-sp {
    padding-left: 8em !important;
  }
}
.padding-left-9em {
  padding-left: 9em !important;
}

@media (min-width: 769px) {
  .padding-left-9em-pc {
    padding-left: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-9em-sp {
    padding-left: 9em !important;
  }
}
.padding-left-10em {
  padding-left: 10em !important;
}

@media (min-width: 769px) {
  .padding-left-10em-pc {
    padding-left: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-left-10em-sp {
    padding-left: 10em !important;
  }
}
.padding-right-0 {
  padding-right: 0px !important;
}

@media (min-width: 769px) {
  .padding-right-0-pc {
    padding-right: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-0-sp {
    padding-right: 0px !important;
  }
}
.padding-right-5 {
  padding-right: 5px !important;
}

@media (min-width: 769px) {
  .padding-right-5-pc {
    padding-right: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-5-sp {
    padding-right: 5px !important;
  }
}
.padding-right-10 {
  padding-right: 10px !important;
}

@media (min-width: 769px) {
  .padding-right-10-pc {
    padding-right: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-10-sp {
    padding-right: 10px !important;
  }
}
.padding-right-15 {
  padding-right: 15px !important;
}

@media (min-width: 769px) {
  .padding-right-15-pc {
    padding-right: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-15-sp {
    padding-right: 15px !important;
  }
}
.padding-right-20 {
  padding-right: 20px !important;
}

@media (min-width: 769px) {
  .padding-right-20-pc {
    padding-right: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-20-sp {
    padding-right: 20px !important;
  }
}
.padding-right-25 {
  padding-right: 25px !important;
}

@media (min-width: 769px) {
  .padding-right-25-pc {
    padding-right: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-25-sp {
    padding-right: 25px !important;
  }
}
.padding-right-30 {
  padding-right: 30px !important;
}

@media (min-width: 769px) {
  .padding-right-30-pc {
    padding-right: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-30-sp {
    padding-right: 30px !important;
  }
}
.padding-right-35 {
  padding-right: 35px !important;
}

@media (min-width: 769px) {
  .padding-right-35-pc {
    padding-right: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-35-sp {
    padding-right: 35px !important;
  }
}
.padding-right-40 {
  padding-right: 40px !important;
}

@media (min-width: 769px) {
  .padding-right-40-pc {
    padding-right: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-40-sp {
    padding-right: 40px !important;
  }
}
.padding-right-45 {
  padding-right: 45px !important;
}

@media (min-width: 769px) {
  .padding-right-45-pc {
    padding-right: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-45-sp {
    padding-right: 45px !important;
  }
}
.padding-right-50 {
  padding-right: 50px !important;
}

@media (min-width: 769px) {
  .padding-right-50-pc {
    padding-right: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-50-sp {
    padding-right: 50px !important;
  }
}
.padding-right-55 {
  padding-right: 55px !important;
}

@media (min-width: 769px) {
  .padding-right-55-pc {
    padding-right: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-55-sp {
    padding-right: 55px !important;
  }
}
.padding-right-60 {
  padding-right: 60px !important;
}

@media (min-width: 769px) {
  .padding-right-60-pc {
    padding-right: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-60-sp {
    padding-right: 60px !important;
  }
}
.padding-right-65 {
  padding-right: 65px !important;
}

@media (min-width: 769px) {
  .padding-right-65-pc {
    padding-right: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-65-sp {
    padding-right: 65px !important;
  }
}
.padding-right-70 {
  padding-right: 70px !important;
}

@media (min-width: 769px) {
  .padding-right-70-pc {
    padding-right: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-70-sp {
    padding-right: 70px !important;
  }
}
.padding-right-75 {
  padding-right: 75px !important;
}

@media (min-width: 769px) {
  .padding-right-75-pc {
    padding-right: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-75-sp {
    padding-right: 75px !important;
  }
}
.padding-right-80 {
  padding-right: 80px !important;
}

@media (min-width: 769px) {
  .padding-right-80-pc {
    padding-right: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-80-sp {
    padding-right: 80px !important;
  }
}
.padding-right-85 {
  padding-right: 85px !important;
}

@media (min-width: 769px) {
  .padding-right-85-pc {
    padding-right: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-85-sp {
    padding-right: 85px !important;
  }
}
.padding-right-90 {
  padding-right: 90px !important;
}

@media (min-width: 769px) {
  .padding-right-90-pc {
    padding-right: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-90-sp {
    padding-right: 90px !important;
  }
}
.padding-right-95 {
  padding-right: 95px !important;
}

@media (min-width: 769px) {
  .padding-right-95-pc {
    padding-right: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-95-sp {
    padding-right: 95px !important;
  }
}
.padding-right-100 {
  padding-right: 100px !important;
}

@media (min-width: 769px) {
  .padding-right-100-pc {
    padding-right: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-100-sp {
    padding-right: 100px !important;
  }
}
.padding-right-0em {
  padding-right: 0em !important;
}

@media (min-width: 769px) {
  .padding-right-0em-pc {
    padding-right: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-0em-sp {
    padding-right: 0em !important;
  }
}
.padding-right-1em {
  padding-right: 1em !important;
}

@media (min-width: 769px) {
  .padding-right-1em-pc {
    padding-right: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-1em-sp {
    padding-right: 1em !important;
  }
}
.padding-right-2em {
  padding-right: 2em !important;
}

@media (min-width: 769px) {
  .padding-right-2em-pc {
    padding-right: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-2em-sp {
    padding-right: 2em !important;
  }
}
.padding-right-3em {
  padding-right: 3em !important;
}

@media (min-width: 769px) {
  .padding-right-3em-pc {
    padding-right: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-3em-sp {
    padding-right: 3em !important;
  }
}
.padding-right-4em {
  padding-right: 4em !important;
}

@media (min-width: 769px) {
  .padding-right-4em-pc {
    padding-right: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-4em-sp {
    padding-right: 4em !important;
  }
}
.padding-right-5em {
  padding-right: 5em !important;
}

@media (min-width: 769px) {
  .padding-right-5em-pc {
    padding-right: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-5em-sp {
    padding-right: 5em !important;
  }
}
.padding-right-6em {
  padding-right: 6em !important;
}

@media (min-width: 769px) {
  .padding-right-6em-pc {
    padding-right: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-6em-sp {
    padding-right: 6em !important;
  }
}
.padding-right-7em {
  padding-right: 7em !important;
}

@media (min-width: 769px) {
  .padding-right-7em-pc {
    padding-right: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-7em-sp {
    padding-right: 7em !important;
  }
}
.padding-right-8em {
  padding-right: 8em !important;
}

@media (min-width: 769px) {
  .padding-right-8em-pc {
    padding-right: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-8em-sp {
    padding-right: 8em !important;
  }
}
.padding-right-9em {
  padding-right: 9em !important;
}

@media (min-width: 769px) {
  .padding-right-9em-pc {
    padding-right: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-9em-sp {
    padding-right: 9em !important;
  }
}
.padding-right-10em {
  padding-right: 10em !important;
}

@media (min-width: 769px) {
  .padding-right-10em-pc {
    padding-right: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-right-10em-sp {
    padding-right: 10em !important;
  }
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

@media (min-width: 769px) {
  .padding-bottom-0-pc {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-0-sp {
    padding-bottom: 0px !important;
  }
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}

@media (min-width: 769px) {
  .padding-bottom-5-pc {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-5-sp {
    padding-bottom: 5px !important;
  }
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

@media (min-width: 769px) {
  .padding-bottom-10-pc {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-10-sp {
    padding-bottom: 10px !important;
  }
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}

@media (min-width: 769px) {
  .padding-bottom-15-pc {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-15-sp {
    padding-bottom: 15px !important;
  }
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

@media (min-width: 769px) {
  .padding-bottom-20-pc {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-20-sp {
    padding-bottom: 20px !important;
  }
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}

@media (min-width: 769px) {
  .padding-bottom-25-pc {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-25-sp {
    padding-bottom: 25px !important;
  }
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

@media (min-width: 769px) {
  .padding-bottom-30-pc {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-30-sp {
    padding-bottom: 30px !important;
  }
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}

@media (min-width: 769px) {
  .padding-bottom-35-pc {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-35-sp {
    padding-bottom: 35px !important;
  }
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}

@media (min-width: 769px) {
  .padding-bottom-40-pc {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-40-sp {
    padding-bottom: 40px !important;
  }
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}

@media (min-width: 769px) {
  .padding-bottom-45-pc {
    padding-bottom: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-45-sp {
    padding-bottom: 45px !important;
  }
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}

@media (min-width: 769px) {
  .padding-bottom-50-pc {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-50-sp {
    padding-bottom: 50px !important;
  }
}
.padding-bottom-55 {
  padding-bottom: 55px !important;
}

@media (min-width: 769px) {
  .padding-bottom-55-pc {
    padding-bottom: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-55-sp {
    padding-bottom: 55px !important;
  }
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}

@media (min-width: 769px) {
  .padding-bottom-60-pc {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-60-sp {
    padding-bottom: 60px !important;
  }
}
.padding-bottom-65 {
  padding-bottom: 65px !important;
}

@media (min-width: 769px) {
  .padding-bottom-65-pc {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-65-sp {
    padding-bottom: 65px !important;
  }
}
.padding-bottom-70 {
  padding-bottom: 70px !important;
}

@media (min-width: 769px) {
  .padding-bottom-70-pc {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-70-sp {
    padding-bottom: 70px !important;
  }
}
.padding-bottom-75 {
  padding-bottom: 75px !important;
}

@media (min-width: 769px) {
  .padding-bottom-75-pc {
    padding-bottom: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-75-sp {
    padding-bottom: 75px !important;
  }
}
.padding-bottom-80 {
  padding-bottom: 80px !important;
}

@media (min-width: 769px) {
  .padding-bottom-80-pc {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-80-sp {
    padding-bottom: 80px !important;
  }
}
.padding-bottom-85 {
  padding-bottom: 85px !important;
}

@media (min-width: 769px) {
  .padding-bottom-85-pc {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-85-sp {
    padding-bottom: 85px !important;
  }
}
.padding-bottom-90 {
  padding-bottom: 90px !important;
}

@media (min-width: 769px) {
  .padding-bottom-90-pc {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-90-sp {
    padding-bottom: 90px !important;
  }
}
.padding-bottom-95 {
  padding-bottom: 95px !important;
}

@media (min-width: 769px) {
  .padding-bottom-95-pc {
    padding-bottom: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-95-sp {
    padding-bottom: 95px !important;
  }
}
.padding-bottom-100 {
  padding-bottom: 100px !important;
}

@media (min-width: 769px) {
  .padding-bottom-100-pc {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-100-sp {
    padding-bottom: 100px !important;
  }
}
.padding-bottom-0em {
  padding-bottom: 0em !important;
}

@media (min-width: 769px) {
  .padding-bottom-0em-pc {
    padding-bottom: 0em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-0em-sp {
    padding-bottom: 0em !important;
  }
}
.padding-bottom-1em {
  padding-bottom: 1em !important;
}

@media (min-width: 769px) {
  .padding-bottom-1em-pc {
    padding-bottom: 1em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-1em-sp {
    padding-bottom: 1em !important;
  }
}
.padding-bottom-2em {
  padding-bottom: 2em !important;
}

@media (min-width: 769px) {
  .padding-bottom-2em-pc {
    padding-bottom: 2em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-2em-sp {
    padding-bottom: 2em !important;
  }
}
.padding-bottom-3em {
  padding-bottom: 3em !important;
}

@media (min-width: 769px) {
  .padding-bottom-3em-pc {
    padding-bottom: 3em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-3em-sp {
    padding-bottom: 3em !important;
  }
}
.padding-bottom-4em {
  padding-bottom: 4em !important;
}

@media (min-width: 769px) {
  .padding-bottom-4em-pc {
    padding-bottom: 4em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-4em-sp {
    padding-bottom: 4em !important;
  }
}
.padding-bottom-5em {
  padding-bottom: 5em !important;
}

@media (min-width: 769px) {
  .padding-bottom-5em-pc {
    padding-bottom: 5em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-5em-sp {
    padding-bottom: 5em !important;
  }
}
.padding-bottom-6em {
  padding-bottom: 6em !important;
}

@media (min-width: 769px) {
  .padding-bottom-6em-pc {
    padding-bottom: 6em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-6em-sp {
    padding-bottom: 6em !important;
  }
}
.padding-bottom-7em {
  padding-bottom: 7em !important;
}

@media (min-width: 769px) {
  .padding-bottom-7em-pc {
    padding-bottom: 7em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-7em-sp {
    padding-bottom: 7em !important;
  }
}
.padding-bottom-8em {
  padding-bottom: 8em !important;
}

@media (min-width: 769px) {
  .padding-bottom-8em-pc {
    padding-bottom: 8em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-8em-sp {
    padding-bottom: 8em !important;
  }
}
.padding-bottom-9em {
  padding-bottom: 9em !important;
}

@media (min-width: 769px) {
  .padding-bottom-9em-pc {
    padding-bottom: 9em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-9em-sp {
    padding-bottom: 9em !important;
  }
}
.padding-bottom-10em {
  padding-bottom: 10em !important;
}

@media (min-width: 769px) {
  .padding-bottom-10em-pc {
    padding-bottom: 10em !important;
  }
}
@media (max-width: 768.98px) {
  .padding-bottom-10em-sp {
    padding-bottom: 10em !important;
  }
}
.background-color-tos-black {
  background-color: var(--tos-black) !important;
}

@media (min-width: 769px) {
  .background-color-tos-black-pc {
    background-color: var(--tos-black) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-black-sp {
    background-color: var(--tos-black) !important;
  }
}
.background-color-tos-white {
  background-color: var(--tos-white) !important;
}

@media (min-width: 769px) {
  .background-color-tos-white-pc {
    background-color: var(--tos-white) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-white-sp {
    background-color: var(--tos-white) !important;
  }
}
.background-color-tos-red {
  background-color: var(--tos-red) !important;
}

@media (min-width: 769px) {
  .background-color-tos-red-pc {
    background-color: var(--tos-red) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-red-sp {
    background-color: var(--tos-red) !important;
  }
}
.background-color-tos-blue {
  background-color: var(--tos-blue) !important;
}

@media (min-width: 769px) {
  .background-color-tos-blue-pc {
    background-color: var(--tos-blue) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-blue-sp {
    background-color: var(--tos-blue) !important;
  }
}
.background-color-tos-orange {
  background-color: var(--tos-orange) !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-pc {
    background-color: var(--tos-orange) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-sp {
    background-color: var(--tos-orange) !important;
  }
}
.background-color-tos-teal {
  background-color: var(--tos-teal) !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-pc {
    background-color: var(--tos-teal) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-sp {
    background-color: var(--tos-teal) !important;
  }
}
.background-color-tos-cyan {
  background-color: var(--tos-cyan) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-pc {
    background-color: var(--tos-cyan) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-sp {
    background-color: var(--tos-cyan) !important;
  }
}
.background-color-tos-gray {
  background-color: var(--tos-gray) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-pc {
    background-color: var(--tos-gray) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-sp {
    background-color: var(--tos-gray) !important;
  }
}
.background-color-tos-gray-f5 {
  background-color: var(--tos-gray-f5) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-f5-pc {
    background-color: var(--tos-gray-f5) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-f5-sp {
    background-color: var(--tos-gray-f5) !important;
  }
}
.background-color-tos-yellow {
  background-color: var(--tos-yellow) !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-pc {
    background-color: var(--tos-yellow) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-sp {
    background-color: var(--tos-yellow) !important;
  }
}
.background-color-tos-lavender {
  background-color: var(--tos-lavender) !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-pc {
    background-color: var(--tos-lavender) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-sp {
    background-color: var(--tos-lavender) !important;
  }
}
.background-color-tos-orange-dark {
  background-color: var(--tos-orange-dark) !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-dark-pc {
    background-color: var(--tos-orange-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-dark-sp {
    background-color: var(--tos-orange-dark) !important;
  }
}
.background-color-tos-teal-dark {
  background-color: var(--tos-teal-dark) !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-dark-pc {
    background-color: var(--tos-teal-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-dark-sp {
    background-color: var(--tos-teal-dark) !important;
  }
}
.background-color-tos-cyan-dark {
  background-color: var(--tos-cyan-dark) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-dark-pc {
    background-color: var(--tos-cyan-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-dark-sp {
    background-color: var(--tos-cyan-dark) !important;
  }
}
.background-color-tos-gray-dark {
  background-color: var(--tos-gray-dark) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-dark-pc {
    background-color: var(--tos-gray-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-dark-sp {
    background-color: var(--tos-gray-dark) !important;
  }
}
.background-color-tos-yellow-dark {
  background-color: var(--tos-yellow-dark) !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-dark-pc {
    background-color: var(--tos-yellow-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-dark-sp {
    background-color: var(--tos-yellow-dark) !important;
  }
}
.background-color-tos-lavender-dark {
  background-color: var(--tos-lavender-dark) !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-dark-pc {
    background-color: var(--tos-lavender-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-dark-sp {
    background-color: var(--tos-lavender-dark) !important;
  }
}
.background-color-tos-orange-25 {
  background-color: var(--tos-orange-25) !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-25-pc {
    background-color: var(--tos-orange-25) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-25-sp {
    background-color: var(--tos-orange-25) !important;
  }
}
.background-color-tos-orange-40 {
  background-color: var(--tos-orange-40) !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-40-pc {
    background-color: var(--tos-orange-40) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-40-sp {
    background-color: var(--tos-orange-40) !important;
  }
}
.background-color-tos-orange-55 {
  background-color: var(--tos-orange-55) !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-55-pc {
    background-color: var(--tos-orange-55) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-55-sp {
    background-color: var(--tos-orange-55) !important;
  }
}
.background-color-tos-orange-70 {
  background-color: var(--tos-orange-70) !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-70-pc {
    background-color: var(--tos-orange-70) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-70-sp {
    background-color: var(--tos-orange-70) !important;
  }
}
.background-color-tos-orange-85 {
  background-color: var(--tos-orange-85) !important;
}

@media (min-width: 769px) {
  .background-color-tos-orange-85-pc {
    background-color: var(--tos-orange-85) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-orange-85-sp {
    background-color: var(--tos-orange-85) !important;
  }
}
.background-color-tos-teal-25 {
  background-color: var(--tos-teal-25) !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-25-pc {
    background-color: var(--tos-teal-25) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-25-sp {
    background-color: var(--tos-teal-25) !important;
  }
}
.background-color-tos-teal-40 {
  background-color: var(--tos-teal-40) !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-40-pc {
    background-color: var(--tos-teal-40) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-40-sp {
    background-color: var(--tos-teal-40) !important;
  }
}
.background-color-tos-teal-55 {
  background-color: var(--tos-teal-55) !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-55-pc {
    background-color: var(--tos-teal-55) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-55-sp {
    background-color: var(--tos-teal-55) !important;
  }
}
.background-color-tos-teal-70 {
  background-color: var(--tos-teal-70) !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-70-pc {
    background-color: var(--tos-teal-70) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-70-sp {
    background-color: var(--tos-teal-70) !important;
  }
}
.background-color-tos-teal-85 {
  background-color: var(--tos-teal-85) !important;
}

@media (min-width: 769px) {
  .background-color-tos-teal-85-pc {
    background-color: var(--tos-teal-85) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-teal-85-sp {
    background-color: var(--tos-teal-85) !important;
  }
}
.background-color-tos-cyan-25-25 {
  background-color: var(--tos-cyan-25-25) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-25-25-pc {
    background-color: var(--tos-cyan-25-25) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-25-25-sp {
    background-color: var(--tos-cyan-25-25) !important;
  }
}
.background-color-tos-cyan-25 {
  background-color: var(--tos-cyan-25) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-25-pc {
    background-color: var(--tos-cyan-25) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-25-sp {
    background-color: var(--tos-cyan-25) !important;
  }
}
.background-color-tos-cyan-40 {
  background-color: var(--tos-cyan-40) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-40-pc {
    background-color: var(--tos-cyan-40) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-40-sp {
    background-color: var(--tos-cyan-40) !important;
  }
}
.background-color-tos-cyan-55 {
  background-color: var(--tos-cyan-55) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-55-pc {
    background-color: var(--tos-cyan-55) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-55-sp {
    background-color: var(--tos-cyan-55) !important;
  }
}
.background-color-tos-cyan-70 {
  background-color: var(--tos-cyan-70) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-70-pc {
    background-color: var(--tos-cyan-70) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-70-sp {
    background-color: var(--tos-cyan-70) !important;
  }
}
.background-color-tos-cyan-85 {
  background-color: var(--tos-cyan-85) !important;
}

@media (min-width: 769px) {
  .background-color-tos-cyan-85-pc {
    background-color: var(--tos-cyan-85) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-cyan-85-sp {
    background-color: var(--tos-cyan-85) !important;
  }
}
.background-color-tos-gray-25 {
  background-color: var(--tos-gray-25) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-25-pc {
    background-color: var(--tos-gray-25) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-25-sp {
    background-color: var(--tos-gray-25) !important;
  }
}
.background-color-tos-gray-40 {
  background-color: var(--tos-gray-40) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-40-pc {
    background-color: var(--tos-gray-40) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-40-sp {
    background-color: var(--tos-gray-40) !important;
  }
}
.background-color-tos-gray-55 {
  background-color: var(--tos-gray-55) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-55-pc {
    background-color: var(--tos-gray-55) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-55-sp {
    background-color: var(--tos-gray-55) !important;
  }
}
.background-color-tos-gray-70 {
  background-color: var(--tos-gray-70) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-70-pc {
    background-color: var(--tos-gray-70) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-70-sp {
    background-color: var(--tos-gray-70) !important;
  }
}
.background-color-tos-gray-85 {
  background-color: var(--tos-gray-85) !important;
}

@media (min-width: 769px) {
  .background-color-tos-gray-85-pc {
    background-color: var(--tos-gray-85) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-gray-85-sp {
    background-color: var(--tos-gray-85) !important;
  }
}
.background-color-tos-yellow-25 {
  background-color: var(--tos-yellow-25) !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-25-pc {
    background-color: var(--tos-yellow-25) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-25-sp {
    background-color: var(--tos-yellow-25) !important;
  }
}
.background-color-tos-yellow-40 {
  background-color: var(--tos-yellow-40) !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-40-pc {
    background-color: var(--tos-yellow-40) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-40-sp {
    background-color: var(--tos-yellow-40) !important;
  }
}
.background-color-tos-yellow-55 {
  background-color: var(--tos-yellow-55) !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-55-pc {
    background-color: var(--tos-yellow-55) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-55-sp {
    background-color: var(--tos-yellow-55) !important;
  }
}
.background-color-tos-yellow-70 {
  background-color: var(--tos-yellow-70) !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-70-pc {
    background-color: var(--tos-yellow-70) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-70-sp {
    background-color: var(--tos-yellow-70) !important;
  }
}
.background-color-tos-yellow-85 {
  background-color: var(--tos-yellow-85) !important;
}

@media (min-width: 769px) {
  .background-color-tos-yellow-85-pc {
    background-color: var(--tos-yellow-85) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-yellow-85-sp {
    background-color: var(--tos-yellow-85) !important;
  }
}
.background-color-tos-lavender-25 {
  background-color: var(--tos-lavender-25) !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-25-pc {
    background-color: var(--tos-lavender-25) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-25-sp {
    background-color: var(--tos-lavender-25) !important;
  }
}
.background-color-tos-lavender-40 {
  background-color: var(--tos-lavender-40) !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-40-pc {
    background-color: var(--tos-lavender-40) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-40-sp {
    background-color: var(--tos-lavender-40) !important;
  }
}
.background-color-tos-lavender-55 {
  background-color: var(--tos-lavender-55) !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-55-pc {
    background-color: var(--tos-lavender-55) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-55-sp {
    background-color: var(--tos-lavender-55) !important;
  }
}
.background-color-tos-lavender-70 {
  background-color: var(--tos-lavender-70) !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-70-pc {
    background-color: var(--tos-lavender-70) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-70-sp {
    background-color: var(--tos-lavender-70) !important;
  }
}
.background-color-tos-lavender-85 {
  background-color: var(--tos-lavender-85) !important;
}

@media (min-width: 769px) {
  .background-color-tos-lavender-85-pc {
    background-color: var(--tos-lavender-85) !important;
  }
}
@media (max-width: 768.98px) {
  .background-color-tos-lavender-85-sp {
    background-color: var(--tos-lavender-85) !important;
  }
}
.color-tos-black {
  color: var(--tos-black) !important;
}

@media (hover) {
  .color-tos-black-hover:hover {
    color: var(--tos-black) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-black-pc {
    color: var(--tos-black) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-black-pc-hover:hover {
    color: var(--tos-black) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-black-sp {
    color: var(--tos-black) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-black-sp-hover:hover {
    color: var(--tos-black) !important;
  }
}
.color-tos-white {
  color: var(--tos-white) !important;
}

@media (hover) {
  .color-tos-white-hover:hover {
    color: var(--tos-white) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-white-pc {
    color: var(--tos-white) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-white-pc-hover:hover {
    color: var(--tos-white) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-white-sp {
    color: var(--tos-white) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-white-sp-hover:hover {
    color: var(--tos-white) !important;
  }
}
.color-tos-red {
  color: var(--tos-red) !important;
}

@media (hover) {
  .color-tos-red-hover:hover {
    color: var(--tos-red) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-red-pc {
    color: var(--tos-red) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-red-pc-hover:hover {
    color: var(--tos-red) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-red-sp {
    color: var(--tos-red) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-red-sp-hover:hover {
    color: var(--tos-red) !important;
  }
}
.color-tos-blue {
  color: var(--tos-blue) !important;
}

@media (hover) {
  .color-tos-blue-hover:hover {
    color: var(--tos-blue) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-blue-pc {
    color: var(--tos-blue) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-blue-pc-hover:hover {
    color: var(--tos-blue) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-blue-sp {
    color: var(--tos-blue) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-blue-sp-hover:hover {
    color: var(--tos-blue) !important;
  }
}
.color-tos-orange {
  color: var(--tos-orange) !important;
}

@media (hover) {
  .color-tos-orange-hover:hover {
    color: var(--tos-orange) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-pc {
    color: var(--tos-orange) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-pc-hover:hover {
    color: var(--tos-orange) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-sp {
    color: var(--tos-orange) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-sp-hover:hover {
    color: var(--tos-orange) !important;
  }
}
.color-tos-teal {
  color: var(--tos-teal) !important;
}

@media (hover) {
  .color-tos-teal-hover:hover {
    color: var(--tos-teal) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-pc {
    color: var(--tos-teal) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-pc-hover:hover {
    color: var(--tos-teal) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-sp {
    color: var(--tos-teal) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-sp-hover:hover {
    color: var(--tos-teal) !important;
  }
}
.color-tos-cyan {
  color: var(--tos-cyan) !important;
}

@media (hover) {
  .color-tos-cyan-hover:hover {
    color: var(--tos-cyan) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-pc {
    color: var(--tos-cyan) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-pc-hover:hover {
    color: var(--tos-cyan) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-sp {
    color: var(--tos-cyan) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-sp-hover:hover {
    color: var(--tos-cyan) !important;
  }
}
.color-tos-gray {
  color: var(--tos-gray) !important;
}

@media (hover) {
  .color-tos-gray-hover:hover {
    color: var(--tos-gray) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-pc {
    color: var(--tos-gray) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-pc-hover:hover {
    color: var(--tos-gray) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-sp {
    color: var(--tos-gray) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-sp-hover:hover {
    color: var(--tos-gray) !important;
  }
}
.color-tos-gray-f5 {
  color: var(--tos-gray-f5) !important;
}

@media (hover) {
  .color-tos-gray-f5-hover:hover {
    color: var(--tos-gray-f5) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-f5-pc {
    color: var(--tos-gray-f5) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-f5-pc-hover:hover {
    color: var(--tos-gray-f5) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-f5-sp {
    color: var(--tos-gray-f5) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-f5-sp-hover:hover {
    color: var(--tos-gray-f5) !important;
  }
}
.color-tos-yellow {
  color: var(--tos-yellow) !important;
}

@media (hover) {
  .color-tos-yellow-hover:hover {
    color: var(--tos-yellow) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-pc {
    color: var(--tos-yellow) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-pc-hover:hover {
    color: var(--tos-yellow) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-sp {
    color: var(--tos-yellow) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-sp-hover:hover {
    color: var(--tos-yellow) !important;
  }
}
.color-tos-lavender {
  color: var(--tos-lavender) !important;
}

@media (hover) {
  .color-tos-lavender-hover:hover {
    color: var(--tos-lavender) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-pc {
    color: var(--tos-lavender) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-pc-hover:hover {
    color: var(--tos-lavender) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-sp {
    color: var(--tos-lavender) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-sp-hover:hover {
    color: var(--tos-lavender) !important;
  }
}
.color-tos-orange-dark {
  color: var(--tos-orange-dark) !important;
}

@media (hover) {
  .color-tos-orange-dark-hover:hover {
    color: var(--tos-orange-dark) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-dark-pc {
    color: var(--tos-orange-dark) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-dark-pc-hover:hover {
    color: var(--tos-orange-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-dark-sp {
    color: var(--tos-orange-dark) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-dark-sp-hover:hover {
    color: var(--tos-orange-dark) !important;
  }
}
.color-tos-teal-dark {
  color: var(--tos-teal-dark) !important;
}

@media (hover) {
  .color-tos-teal-dark-hover:hover {
    color: var(--tos-teal-dark) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-dark-pc {
    color: var(--tos-teal-dark) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-dark-pc-hover:hover {
    color: var(--tos-teal-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-dark-sp {
    color: var(--tos-teal-dark) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-dark-sp-hover:hover {
    color: var(--tos-teal-dark) !important;
  }
}
.color-tos-cyan-dark {
  color: var(--tos-cyan-dark) !important;
}

@media (hover) {
  .color-tos-cyan-dark-hover:hover {
    color: var(--tos-cyan-dark) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-dark-pc {
    color: var(--tos-cyan-dark) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-dark-pc-hover:hover {
    color: var(--tos-cyan-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-dark-sp {
    color: var(--tos-cyan-dark) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-dark-sp-hover:hover {
    color: var(--tos-cyan-dark) !important;
  }
}
.color-tos-gray-dark {
  color: var(--tos-gray-dark) !important;
}

@media (hover) {
  .color-tos-gray-dark-hover:hover {
    color: var(--tos-gray-dark) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-dark-pc {
    color: var(--tos-gray-dark) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-dark-pc-hover:hover {
    color: var(--tos-gray-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-dark-sp {
    color: var(--tos-gray-dark) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-dark-sp-hover:hover {
    color: var(--tos-gray-dark) !important;
  }
}
.color-tos-yellow-dark {
  color: var(--tos-yellow-dark) !important;
}

@media (hover) {
  .color-tos-yellow-dark-hover:hover {
    color: var(--tos-yellow-dark) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-dark-pc {
    color: var(--tos-yellow-dark) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-dark-pc-hover:hover {
    color: var(--tos-yellow-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-dark-sp {
    color: var(--tos-yellow-dark) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-dark-sp-hover:hover {
    color: var(--tos-yellow-dark) !important;
  }
}
.color-tos-lavender-dark {
  color: var(--tos-lavender-dark) !important;
}

@media (hover) {
  .color-tos-lavender-dark-hover:hover {
    color: var(--tos-lavender-dark) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-dark-pc {
    color: var(--tos-lavender-dark) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-dark-pc-hover:hover {
    color: var(--tos-lavender-dark) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-dark-sp {
    color: var(--tos-lavender-dark) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-dark-sp-hover:hover {
    color: var(--tos-lavender-dark) !important;
  }
}
.color-tos-orange-25 {
  color: var(--tos-orange-25) !important;
}

@media (hover) {
  .color-tos-orange-25-hover:hover {
    color: var(--tos-orange-25) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-25-pc {
    color: var(--tos-orange-25) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-25-pc-hover:hover {
    color: var(--tos-orange-25) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-25-sp {
    color: var(--tos-orange-25) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-25-sp-hover:hover {
    color: var(--tos-orange-25) !important;
  }
}
.color-tos-orange-40 {
  color: var(--tos-orange-40) !important;
}

@media (hover) {
  .color-tos-orange-40-hover:hover {
    color: var(--tos-orange-40) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-40-pc {
    color: var(--tos-orange-40) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-40-pc-hover:hover {
    color: var(--tos-orange-40) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-40-sp {
    color: var(--tos-orange-40) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-40-sp-hover:hover {
    color: var(--tos-orange-40) !important;
  }
}
.color-tos-orange-55 {
  color: var(--tos-orange-55) !important;
}

@media (hover) {
  .color-tos-orange-55-hover:hover {
    color: var(--tos-orange-55) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-55-pc {
    color: var(--tos-orange-55) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-55-pc-hover:hover {
    color: var(--tos-orange-55) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-55-sp {
    color: var(--tos-orange-55) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-55-sp-hover:hover {
    color: var(--tos-orange-55) !important;
  }
}
.color-tos-orange-70 {
  color: var(--tos-orange-70) !important;
}

@media (hover) {
  .color-tos-orange-70-hover:hover {
    color: var(--tos-orange-70) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-70-pc {
    color: var(--tos-orange-70) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-70-pc-hover:hover {
    color: var(--tos-orange-70) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-70-sp {
    color: var(--tos-orange-70) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-70-sp-hover:hover {
    color: var(--tos-orange-70) !important;
  }
}
.color-tos-orange-85 {
  color: var(--tos-orange-85) !important;
}

@media (hover) {
  .color-tos-orange-85-hover:hover {
    color: var(--tos-orange-85) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-orange-85-pc {
    color: var(--tos-orange-85) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-orange-85-pc-hover:hover {
    color: var(--tos-orange-85) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-orange-85-sp {
    color: var(--tos-orange-85) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-orange-85-sp-hover:hover {
    color: var(--tos-orange-85) !important;
  }
}
.color-tos-teal-25 {
  color: var(--tos-teal-25) !important;
}

@media (hover) {
  .color-tos-teal-25-hover:hover {
    color: var(--tos-teal-25) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-25-pc {
    color: var(--tos-teal-25) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-25-pc-hover:hover {
    color: var(--tos-teal-25) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-25-sp {
    color: var(--tos-teal-25) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-25-sp-hover:hover {
    color: var(--tos-teal-25) !important;
  }
}
.color-tos-teal-40 {
  color: var(--tos-teal-40) !important;
}

@media (hover) {
  .color-tos-teal-40-hover:hover {
    color: var(--tos-teal-40) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-40-pc {
    color: var(--tos-teal-40) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-40-pc-hover:hover {
    color: var(--tos-teal-40) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-40-sp {
    color: var(--tos-teal-40) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-40-sp-hover:hover {
    color: var(--tos-teal-40) !important;
  }
}
.color-tos-teal-55 {
  color: var(--tos-teal-55) !important;
}

@media (hover) {
  .color-tos-teal-55-hover:hover {
    color: var(--tos-teal-55) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-55-pc {
    color: var(--tos-teal-55) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-55-pc-hover:hover {
    color: var(--tos-teal-55) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-55-sp {
    color: var(--tos-teal-55) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-55-sp-hover:hover {
    color: var(--tos-teal-55) !important;
  }
}
.color-tos-teal-70 {
  color: var(--tos-teal-70) !important;
}

@media (hover) {
  .color-tos-teal-70-hover:hover {
    color: var(--tos-teal-70) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-70-pc {
    color: var(--tos-teal-70) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-70-pc-hover:hover {
    color: var(--tos-teal-70) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-70-sp {
    color: var(--tos-teal-70) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-70-sp-hover:hover {
    color: var(--tos-teal-70) !important;
  }
}
.color-tos-teal-85 {
  color: var(--tos-teal-85) !important;
}

@media (hover) {
  .color-tos-teal-85-hover:hover {
    color: var(--tos-teal-85) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-teal-85-pc {
    color: var(--tos-teal-85) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-teal-85-pc-hover:hover {
    color: var(--tos-teal-85) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-teal-85-sp {
    color: var(--tos-teal-85) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-teal-85-sp-hover:hover {
    color: var(--tos-teal-85) !important;
  }
}
.color-tos-cyan-25-25 {
  color: var(--tos-cyan-25-25) !important;
}

@media (hover) {
  .color-tos-cyan-25-25-hover:hover {
    color: var(--tos-cyan-25-25) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-25-25-pc {
    color: var(--tos-cyan-25-25) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-25-25-pc-hover:hover {
    color: var(--tos-cyan-25-25) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-25-25-sp {
    color: var(--tos-cyan-25-25) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-25-25-sp-hover:hover {
    color: var(--tos-cyan-25-25) !important;
  }
}
.color-tos-cyan-25 {
  color: var(--tos-cyan-25) !important;
}

@media (hover) {
  .color-tos-cyan-25-hover:hover {
    color: var(--tos-cyan-25) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-25-pc {
    color: var(--tos-cyan-25) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-25-pc-hover:hover {
    color: var(--tos-cyan-25) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-25-sp {
    color: var(--tos-cyan-25) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-25-sp-hover:hover {
    color: var(--tos-cyan-25) !important;
  }
}
.color-tos-cyan-40 {
  color: var(--tos-cyan-40) !important;
}

@media (hover) {
  .color-tos-cyan-40-hover:hover {
    color: var(--tos-cyan-40) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-40-pc {
    color: var(--tos-cyan-40) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-40-pc-hover:hover {
    color: var(--tos-cyan-40) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-40-sp {
    color: var(--tos-cyan-40) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-40-sp-hover:hover {
    color: var(--tos-cyan-40) !important;
  }
}
.color-tos-cyan-55 {
  color: var(--tos-cyan-55) !important;
}

@media (hover) {
  .color-tos-cyan-55-hover:hover {
    color: var(--tos-cyan-55) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-55-pc {
    color: var(--tos-cyan-55) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-55-pc-hover:hover {
    color: var(--tos-cyan-55) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-55-sp {
    color: var(--tos-cyan-55) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-55-sp-hover:hover {
    color: var(--tos-cyan-55) !important;
  }
}
.color-tos-cyan-70 {
  color: var(--tos-cyan-70) !important;
}

@media (hover) {
  .color-tos-cyan-70-hover:hover {
    color: var(--tos-cyan-70) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-70-pc {
    color: var(--tos-cyan-70) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-70-pc-hover:hover {
    color: var(--tos-cyan-70) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-70-sp {
    color: var(--tos-cyan-70) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-70-sp-hover:hover {
    color: var(--tos-cyan-70) !important;
  }
}
.color-tos-cyan-85 {
  color: var(--tos-cyan-85) !important;
}

@media (hover) {
  .color-tos-cyan-85-hover:hover {
    color: var(--tos-cyan-85) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-cyan-85-pc {
    color: var(--tos-cyan-85) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-cyan-85-pc-hover:hover {
    color: var(--tos-cyan-85) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-cyan-85-sp {
    color: var(--tos-cyan-85) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-cyan-85-sp-hover:hover {
    color: var(--tos-cyan-85) !important;
  }
}
.color-tos-gray-25 {
  color: var(--tos-gray-25) !important;
}

@media (hover) {
  .color-tos-gray-25-hover:hover {
    color: var(--tos-gray-25) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-25-pc {
    color: var(--tos-gray-25) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-25-pc-hover:hover {
    color: var(--tos-gray-25) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-25-sp {
    color: var(--tos-gray-25) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-25-sp-hover:hover {
    color: var(--tos-gray-25) !important;
  }
}
.color-tos-gray-40 {
  color: var(--tos-gray-40) !important;
}

@media (hover) {
  .color-tos-gray-40-hover:hover {
    color: var(--tos-gray-40) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-40-pc {
    color: var(--tos-gray-40) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-40-pc-hover:hover {
    color: var(--tos-gray-40) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-40-sp {
    color: var(--tos-gray-40) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-40-sp-hover:hover {
    color: var(--tos-gray-40) !important;
  }
}
.color-tos-gray-55 {
  color: var(--tos-gray-55) !important;
}

@media (hover) {
  .color-tos-gray-55-hover:hover {
    color: var(--tos-gray-55) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-55-pc {
    color: var(--tos-gray-55) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-55-pc-hover:hover {
    color: var(--tos-gray-55) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-55-sp {
    color: var(--tos-gray-55) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-55-sp-hover:hover {
    color: var(--tos-gray-55) !important;
  }
}
.color-tos-gray-70 {
  color: var(--tos-gray-70) !important;
}

@media (hover) {
  .color-tos-gray-70-hover:hover {
    color: var(--tos-gray-70) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-70-pc {
    color: var(--tos-gray-70) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-70-pc-hover:hover {
    color: var(--tos-gray-70) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-70-sp {
    color: var(--tos-gray-70) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-70-sp-hover:hover {
    color: var(--tos-gray-70) !important;
  }
}
.color-tos-gray-85 {
  color: var(--tos-gray-85) !important;
}

@media (hover) {
  .color-tos-gray-85-hover:hover {
    color: var(--tos-gray-85) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-gray-85-pc {
    color: var(--tos-gray-85) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-gray-85-pc-hover:hover {
    color: var(--tos-gray-85) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-gray-85-sp {
    color: var(--tos-gray-85) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-gray-85-sp-hover:hover {
    color: var(--tos-gray-85) !important;
  }
}
.color-tos-yellow-25 {
  color: var(--tos-yellow-25) !important;
}

@media (hover) {
  .color-tos-yellow-25-hover:hover {
    color: var(--tos-yellow-25) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-25-pc {
    color: var(--tos-yellow-25) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-25-pc-hover:hover {
    color: var(--tos-yellow-25) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-25-sp {
    color: var(--tos-yellow-25) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-25-sp-hover:hover {
    color: var(--tos-yellow-25) !important;
  }
}
.color-tos-yellow-40 {
  color: var(--tos-yellow-40) !important;
}

@media (hover) {
  .color-tos-yellow-40-hover:hover {
    color: var(--tos-yellow-40) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-40-pc {
    color: var(--tos-yellow-40) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-40-pc-hover:hover {
    color: var(--tos-yellow-40) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-40-sp {
    color: var(--tos-yellow-40) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-40-sp-hover:hover {
    color: var(--tos-yellow-40) !important;
  }
}
.color-tos-yellow-55 {
  color: var(--tos-yellow-55) !important;
}

@media (hover) {
  .color-tos-yellow-55-hover:hover {
    color: var(--tos-yellow-55) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-55-pc {
    color: var(--tos-yellow-55) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-55-pc-hover:hover {
    color: var(--tos-yellow-55) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-55-sp {
    color: var(--tos-yellow-55) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-55-sp-hover:hover {
    color: var(--tos-yellow-55) !important;
  }
}
.color-tos-yellow-70 {
  color: var(--tos-yellow-70) !important;
}

@media (hover) {
  .color-tos-yellow-70-hover:hover {
    color: var(--tos-yellow-70) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-70-pc {
    color: var(--tos-yellow-70) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-70-pc-hover:hover {
    color: var(--tos-yellow-70) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-70-sp {
    color: var(--tos-yellow-70) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-70-sp-hover:hover {
    color: var(--tos-yellow-70) !important;
  }
}
.color-tos-yellow-85 {
  color: var(--tos-yellow-85) !important;
}

@media (hover) {
  .color-tos-yellow-85-hover:hover {
    color: var(--tos-yellow-85) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-yellow-85-pc {
    color: var(--tos-yellow-85) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-yellow-85-pc-hover:hover {
    color: var(--tos-yellow-85) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-yellow-85-sp {
    color: var(--tos-yellow-85) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-yellow-85-sp-hover:hover {
    color: var(--tos-yellow-85) !important;
  }
}
.color-tos-lavender-25 {
  color: var(--tos-lavender-25) !important;
}

@media (hover) {
  .color-tos-lavender-25-hover:hover {
    color: var(--tos-lavender-25) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-25-pc {
    color: var(--tos-lavender-25) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-25-pc-hover:hover {
    color: var(--tos-lavender-25) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-25-sp {
    color: var(--tos-lavender-25) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-25-sp-hover:hover {
    color: var(--tos-lavender-25) !important;
  }
}
.color-tos-lavender-40 {
  color: var(--tos-lavender-40) !important;
}

@media (hover) {
  .color-tos-lavender-40-hover:hover {
    color: var(--tos-lavender-40) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-40-pc {
    color: var(--tos-lavender-40) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-40-pc-hover:hover {
    color: var(--tos-lavender-40) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-40-sp {
    color: var(--tos-lavender-40) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-40-sp-hover:hover {
    color: var(--tos-lavender-40) !important;
  }
}
.color-tos-lavender-55 {
  color: var(--tos-lavender-55) !important;
}

@media (hover) {
  .color-tos-lavender-55-hover:hover {
    color: var(--tos-lavender-55) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-55-pc {
    color: var(--tos-lavender-55) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-55-pc-hover:hover {
    color: var(--tos-lavender-55) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-55-sp {
    color: var(--tos-lavender-55) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-55-sp-hover:hover {
    color: var(--tos-lavender-55) !important;
  }
}
.color-tos-lavender-70 {
  color: var(--tos-lavender-70) !important;
}

@media (hover) {
  .color-tos-lavender-70-hover:hover {
    color: var(--tos-lavender-70) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-70-pc {
    color: var(--tos-lavender-70) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-70-pc-hover:hover {
    color: var(--tos-lavender-70) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-70-sp {
    color: var(--tos-lavender-70) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-70-sp-hover:hover {
    color: var(--tos-lavender-70) !important;
  }
}
.color-tos-lavender-85 {
  color: var(--tos-lavender-85) !important;
}

@media (hover) {
  .color-tos-lavender-85-hover:hover {
    color: var(--tos-lavender-85) !important;
  }
}
@media (min-width: 769px) {
  .color-tos-lavender-85-pc {
    color: var(--tos-lavender-85) !important;
  }
}
@media (min-width: 769px) and (hover) {
  .color-tos-lavender-85-pc-hover:hover {
    color: var(--tos-lavender-85) !important;
  }
}
@media (max-width: 768.98px) {
  .color-tos-lavender-85-sp {
    color: var(--tos-lavender-85) !important;
  }
}
@media (max-width: 768.98px) and (hover) {
  .color-tos-lavender-85-sp-hover:hover {
    color: var(--tos-lavender-85) !important;
  }
}
.font-weight-bold {
  font-weight: bold !important;
}

@media (min-width: 769px) {
  .font-weight-bold-pc {
    font-weight: bold !important;
  }
}
@media (max-width: 768.98px) {
  .font-weight-bold-sp {
    font-weight: bold !important;
  }
}
.font-weight-normal {
  font-weight: normal !important;
}

@media (min-width: 769px) {
  .font-weight-normal-pc {
    font-weight: normal !important;
  }
}
@media (max-width: 768.98px) {
  .font-weight-normal-sp {
    font-weight: normal !important;
  }
}
.text-align-left {
  text-align: left !important;
}

@media (min-width: 769px) {
  .text-align-left-pc {
    text-align: left !important;
  }
}
@media (max-width: 768.98px) {
  .text-align-left-sp {
    text-align: left !important;
  }
}
.text-align-center {
  text-align: center !important;
}

@media (min-width: 769px) {
  .text-align-center-pc {
    text-align: center !important;
  }
}
@media (max-width: 768.98px) {
  .text-align-center-sp {
    text-align: center !important;
  }
}
.text-align-right {
  text-align: right !important;
}

@media (min-width: 769px) {
  .text-align-right-pc {
    text-align: right !important;
  }
}
@media (max-width: 768.98px) {
  .text-align-right-sp {
    text-align: right !important;
  }
}
.indent-dl {
  position: relative;
}
.indent-dl > dt {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.indent-dl.indent-0 > dd {
  margin-left: 0em !important;
}

.indent-dl.indent-1 > dd {
  margin-left: 1em !important;
}

.indent-dl.indent-2 > dd {
  margin-left: 2em !important;
}

.indent-dl.indent-3 > dd {
  margin-left: 3em !important;
}

.indent-dl.indent-4 > dd {
  margin-left: 4em !important;
}

.indent-dl.indent-5 > dd {
  margin-left: 5em !important;
}

.indent-dl.indent-6 > dd {
  margin-left: 6em !important;
}

.indent-dl.indent-7 > dd {
  margin-left: 7em !important;
}

.indent-dl.indent-8 > dd {
  margin-left: 8em !important;
}

.indent-dl.indent-9 > dd {
  margin-left: 9em !important;
}

.indent-dl.indent-10 > dd {
  margin-left: 10em !important;
}

.indent-dl.indent-11 > dd {
  margin-left: 11em !important;
}

.indent-dl.indent-12 > dd {
  margin-left: 12em !important;
}

.indent-dl.indent-13 > dd {
  margin-left: 13em !important;
}

.indent-dl.indent-14 > dd {
  margin-left: 14em !important;
}

.indent-dl.indent-15 > dd {
  margin-left: 15em !important;
}

.indent-dl.indent-16 > dd {
  margin-left: 16em !important;
}

.indent-dl.indent-17 > dd {
  margin-left: 17em !important;
}

.indent-dl.indent-18 > dd {
  margin-left: 18em !important;
}

.indent-dl.indent-19 > dd {
  margin-left: 19em !important;
}

.indent-dl.indent-20 > dd {
  margin-left: 20em !important;
}/*# sourceMappingURL=common.css.map */