@charset "UTF-8";
/*============================================================
  common
============================================================*/
/*  web font
------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=REM:wght@400;700&display=swap");
:root {
  --base-width: 750px;
  --inner-width: 20.31rem;
  --color-gray: #d1d3d4;
  --color-gray2: #6d6e71;
  --color-red: #ff0000;
  --txt-color: #000;
  --alert-color: #ff0000;
  --link-color: #0f41af;
  --linkVisited-color: #7540ea;
  --linkHover-color: #0f41af;
  --btn-color: #ff0000;
  --btn-width: 20.31rem;
  --btn-height: 4.375rem;
  --radius1: .3125rem;
  --radius2: .625rem;
  --fontset_noto: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --fsize8: 0.5rem;
  --fsize9: 0.56rem;
  --fsize10: 0.63rem;
  --fsize11: 0.69rem;
  --fsize12: 0.75rem;
  --fsize13: 0.82rem;
  --fsize14: 0.88rem;
  --fsize15: 0.94rem;
  --fsize16: 1rem;
  --fsize17: 1.07rem;
  --fsize18: 1.13rem;
  --fsize19: 1.19rem;
  --fsize20: 1.25rem;
  --fsize21: 1.32rem;
  --fsize22: 1.38rem;
  --fsize23: 1.44rem;
  --fsize24: 1.50rem;
  --fsize25: 1.57rem;
  --fsize26: 1.63rem;
  --fsize27: 1.69rem;
  --fsize28: 1.75rem;
  --fsize29: 1.82rem;
  --fsize30: 1.88rem;
  --fsize31: 1.94rem;
  --fsize32: 2rem;
  --fsize33: 2.07rem;
  --fsize34: 2.13rem;
  --fsize35: 2.19rem;
  --fsize36: 2.25rem;
  --fsize37: 2.32rem;
  --fsize38: 2.38rem;
  --fsize39: 2.44rem;
  --fsize40: 2.50rem;
  --fsize41: 2.57rem;
  --fsize42: 2.63rem;
  --fsize43: 2.69rem;
  --fsize44: 2.75rem;
  --fsize45: 2.82rem;
  --fsize46: 2.88rem;
  --fsize47: 2.94rem;
  --fsize48: 3.00rem;
  --fsize49: 3.07rem;
  --fsize50: 3.13rem;
  --fsize51: 3.19rem;
  --fsize52: 3.25rem;
  --fsize53: 3.32rem;
  --fsize54: 3.38rem;
  --fsize55: 3.44rem;
  --fsize56: 3.50rem;
  --fsize57: 3.57rem;
  --fsize58: 3.63rem;
  --fsize59: 3.69rem;
  --fsize60: 3.75rem;
  --fsize61: 3.82rem;
  --fsize62: 3.88rem;
  --fsize63: 3.94rem;
  --fsize64: 4.00rem;
  --fsize65: 4.07rem;
  --fsize66: 4.13rem;
  --fsize67: 4.19rem;
  --fsize68: 4.25rem;
  --fsize69: 4.32rem;
  --fsize70: 4.38rem;
  --fsize71: 4.44rem;
  --fsize72: 4.50rem;
  --easeInSine: cubic-bezier(0.12, 0, 0.39, 0);
  --easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
  --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
  --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
  --easeInBack: cubic-bezier(0.36, 0, 0.66, -0.56);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --easeOutMoment: cubic-bezier(0, 0.8, 0, 1);
  --linearCenter: linear(0, 0.45, 0.48, 0.52, 0.55, 1);
  --linearInOut: linear(0, 0.08, 0.32, 0.68, 0.92, 1);
  --linearBounce: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
}

@media screen and (max-width: 1024px) {
  /*
    :root {
      --btn-height: 140px;
    }
  */
}
@media screen and (max-width: 750px) {
  /*
    :root {
      --btn-width: 75.61929vw;
      --btn-height: 18.25293vw;
      --radius1: 1.30378vw;
      --radius2: 2.60756vw;
      --radius3: 3.91134vw;
      --radius4: 5.21512vw;
    }
  */
}
/*============================================================
  reset
============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}

html:not(.ios) input[type=radio] {
  background: none;
  border: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button] {
  background: none;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  display: block;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}

strong, em, b, i, small, address {
  font-weight: normal;
  font-style: normal;
}

main {
  display: block;
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

/* テキストエリアのりサイズ縦のみ可 */
textarea {
  resize: vertical;
}

picture {
  display: block;
}

/*  baseTmpl
------------------------------------------------*/
.util {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.util .mt0 {
  margin-top: 0rem !important;
}
.util .mt-0 {
  margin-top: 0rem !important;
}
.util .mb0 {
  margin-bottom: 0rem !important;
}
.util .pt0 {
  padding-top: 0rem !important;
}
.util .pb0 {
  padding-bottom: 0rem !important;
}
.util .mt5 {
  margin-top: 0.16rem !important;
}
.util .mt-5 {
  margin-top: -0.16rem !important;
}
.util .mb5 {
  margin-bottom: 0.16rem !important;
}
.util .pt5 {
  padding-top: 0.16rem !important;
}
.util .pb5 {
  padding-bottom: 0.16rem !important;
}
.util .mt10 {
  margin-top: 0.32rem !important;
}
.util .mt-10 {
  margin-top: -0.32rem !important;
}
.util .mb10 {
  margin-bottom: 0.32rem !important;
}
.util .pt10 {
  padding-top: 0.32rem !important;
}
.util .pb10 {
  padding-bottom: 0.32rem !important;
}
.util .mt15 {
  margin-top: 0.48rem !important;
}
.util .mt-15 {
  margin-top: -0.48rem !important;
}
.util .mb15 {
  margin-bottom: 0.48rem !important;
}
.util .pt15 {
  padding-top: 0.48rem !important;
}
.util .pb15 {
  padding-bottom: 0.48rem !important;
}
.util .mt20 {
  margin-top: 0.64rem !important;
}
.util .mt-20 {
  margin-top: -0.64rem !important;
}
.util .mb20 {
  margin-bottom: 0.64rem !important;
}
.util .pt20 {
  padding-top: 0.64rem !important;
}
.util .pb20 {
  padding-bottom: 0.64rem !important;
}
.util .mt25 {
  margin-top: 0.8rem !important;
}
.util .mt-25 {
  margin-top: -0.8rem !important;
}
.util .mb25 {
  margin-bottom: 0.8rem !important;
}
.util .pt25 {
  padding-top: 0.8rem !important;
}
.util .pb25 {
  padding-bottom: 0.8rem !important;
}
.util .mt30 {
  margin-top: 0.96rem !important;
}
.util .mt-30 {
  margin-top: -0.96rem !important;
}
.util .mb30 {
  margin-bottom: 0.96rem !important;
}
.util .pt30 {
  padding-top: 0.96rem !important;
}
.util .pb30 {
  padding-bottom: 0.96rem !important;
}
.util .mt35 {
  margin-top: 1.12rem !important;
}
.util .mt-35 {
  margin-top: -1.12rem !important;
}
.util .mb35 {
  margin-bottom: 1.12rem !important;
}
.util .pt35 {
  padding-top: 1.12rem !important;
}
.util .pb35 {
  padding-bottom: 1.12rem !important;
}
.util .mt40 {
  margin-top: 1.28rem !important;
}
.util .mt-40 {
  margin-top: -1.28rem !important;
}
.util .mb40 {
  margin-bottom: 1.28rem !important;
}
.util .pt40 {
  padding-top: 1.28rem !important;
}
.util .pb40 {
  padding-bottom: 1.28rem !important;
}
.util .mt45 {
  margin-top: 1.44rem !important;
}
.util .mt-45 {
  margin-top: -1.44rem !important;
}
.util .mb45 {
  margin-bottom: 1.44rem !important;
}
.util .pt45 {
  padding-top: 1.44rem !important;
}
.util .pb45 {
  padding-bottom: 1.44rem !important;
}
.util .mt50 {
  margin-top: 1.6rem !important;
}
.util .mt-50 {
  margin-top: -1.6rem !important;
}
.util .mb50 {
  margin-bottom: 1.6rem !important;
}
.util .pt50 {
  padding-top: 1.6rem !important;
}
.util .pb50 {
  padding-bottom: 1.6rem !important;
}
.util .mt55 {
  margin-top: 1.76rem !important;
}
.util .mt-55 {
  margin-top: -1.76rem !important;
}
.util .mb55 {
  margin-bottom: 1.76rem !important;
}
.util .pt55 {
  padding-top: 1.76rem !important;
}
.util .pb55 {
  padding-bottom: 1.76rem !important;
}
.util .mt60 {
  margin-top: 1.92rem !important;
}
.util .mt-60 {
  margin-top: -1.92rem !important;
}
.util .mb60 {
  margin-bottom: 1.92rem !important;
}
.util .pt60 {
  padding-top: 1.92rem !important;
}
.util .pb60 {
  padding-bottom: 1.92rem !important;
}
.util .mt65 {
  margin-top: 2.08rem !important;
}
.util .mt-65 {
  margin-top: -2.08rem !important;
}
.util .mb65 {
  margin-bottom: 2.08rem !important;
}
.util .pt65 {
  padding-top: 2.08rem !important;
}
.util .pb65 {
  padding-bottom: 2.08rem !important;
}
.util .mt70 {
  margin-top: 2.24rem !important;
}
.util .mt-70 {
  margin-top: -2.24rem !important;
}
.util .mb70 {
  margin-bottom: 2.24rem !important;
}
.util .pt70 {
  padding-top: 2.24rem !important;
}
.util .pb70 {
  padding-bottom: 2.24rem !important;
}
.util .mt75 {
  margin-top: 2.4rem !important;
}
.util .mt-75 {
  margin-top: -2.4rem !important;
}
.util .mb75 {
  margin-bottom: 2.4rem !important;
}
.util .pt75 {
  padding-top: 2.4rem !important;
}
.util .pb75 {
  padding-bottom: 2.4rem !important;
}
.util .mt80 {
  margin-top: 2.56rem !important;
}
.util .mt-80 {
  margin-top: -2.56rem !important;
}
.util .mb80 {
  margin-bottom: 2.56rem !important;
}
.util .pt80 {
  padding-top: 2.56rem !important;
}
.util .pb80 {
  padding-bottom: 2.56rem !important;
}
.util .mt85 {
  margin-top: 2.72rem !important;
}
.util .mt-85 {
  margin-top: -2.72rem !important;
}
.util .mb85 {
  margin-bottom: 2.72rem !important;
}
.util .pt85 {
  padding-top: 2.72rem !important;
}
.util .pb85 {
  padding-bottom: 2.72rem !important;
}
.util .mt90 {
  margin-top: 2.88rem !important;
}
.util .mt-90 {
  margin-top: -2.88rem !important;
}
.util .mb90 {
  margin-bottom: 2.88rem !important;
}
.util .pt90 {
  padding-top: 2.88rem !important;
}
.util .pb90 {
  padding-bottom: 2.88rem !important;
}
.util .mt95 {
  margin-top: 3.04rem !important;
}
.util .mt-95 {
  margin-top: -3.04rem !important;
}
.util .mb95 {
  margin-bottom: 3.04rem !important;
}
.util .pt95 {
  padding-top: 3.04rem !important;
}
.util .pb95 {
  padding-bottom: 3.04rem !important;
}
.util .mt100 {
  margin-top: 3.2rem !important;
}
.util .mt-100 {
  margin-top: -3.2rem !important;
}
.util .mb100 {
  margin-bottom: 3.2rem !important;
}
.util .pt100 {
  padding-top: 3.2rem !important;
}
.util .pb100 {
  padding-bottom: 3.2rem !important;
}
.util .inner {
  width: var(--inner-width);
  margin: 0 auto;
}
.util .center {
  text-align: center !important;
}
.util .left {
  text-align: left !important;
}
.util .right {
  text-align: right !important;
}
.util .centerParent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.util .centerParent > * {
  display: inline-block;
}
.util strong,
.util em,
.util span,
.util b,
.util sup {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.util .colorRed {
  color: var(--color-red);
}
.util .colorAlert {
  color: var(--alert-color);
}
.util .mid {
  font-weight: 500;
}
.util .bold {
  font-weight: 700;
}
.util .fsize10 {
  font-size: 0.63rem !important;
}
.util .fsize11 {
  font-size: 0.6925rem !important;
}
.util .fsize12 {
  font-size: 0.755rem !important;
}
.util .fsize13 {
  font-size: 0.8175rem !important;
}
.util .fsize14 {
  font-size: 0.88rem !important;
}
.util .fsize15 {
  font-size: 0.9425rem !important;
}
.util .fsize16 {
  font-size: 1.005rem !important;
}
.util .fsize17 {
  font-size: 1.0675rem !important;
}
.util .fsize18 {
  font-size: 1.13rem !important;
}
.util .fsize19 {
  font-size: 1.1925rem !important;
}
.util .fsize20 {
  font-size: 1.255rem !important;
}
.util .fsize21 {
  font-size: 1.3175rem !important;
}
.util .fsize22 {
  font-size: 1.38rem !important;
}
.util .fsize23 {
  font-size: 1.4425rem !important;
}
.util .fsize24 {
  font-size: 1.505rem !important;
}
.util .fsize25 {
  font-size: 1.5675rem !important;
}
.util .fsize26 {
  font-size: 1.63rem !important;
}
.util .fsize27 {
  font-size: 1.6925rem !important;
}
.util .fsize28 {
  font-size: 1.755rem !important;
}
.util .fsize29 {
  font-size: 1.8175rem !important;
}
.util .fsize30 {
  font-size: 1.88rem !important;
}
.util .fsize31 {
  font-size: 1.9425rem !important;
}
.util .fsize32 {
  font-size: 2.005rem !important;
}
.util .fsize33 {
  font-size: 2.0675rem !important;
}
.util .fsize34 {
  font-size: 2.13rem !important;
}
.util .fsize35 {
  font-size: 2.1925rem !important;
}
.util .fsize36 {
  font-size: 2.255rem !important;
}
.util .fsize37 {
  font-size: 2.3175rem !important;
}
.util .fsize38 {
  font-size: 2.38rem !important;
}
.util .fsize39 {
  font-size: 2.4425rem !important;
}
.util .fsize40 {
  font-size: 2.505rem !important;
}
.util .fsize41 {
  font-size: 2.5675rem !important;
}
.util .fsize42 {
  font-size: 2.63rem !important;
}
.util .fsize43 {
  font-size: 2.6925rem !important;
}
.util .fsize44 {
  font-size: 2.755rem !important;
}
.util .fsize45 {
  font-size: 2.8175rem !important;
}
.util .fsize46 {
  font-size: 2.88rem !important;
}
.util .fsize47 {
  font-size: 2.9425rem !important;
}
.util .fsize48 {
  font-size: 3.005rem !important;
}
.util .fsize49 {
  font-size: 3.0675rem !important;
}
.util .fsize50 {
  font-size: 3.13rem !important;
}
.util .fsize51 {
  font-size: 3.1925rem !important;
}
.util .fsize52 {
  font-size: 3.255rem !important;
}
.util .fsize53 {
  font-size: 3.3175rem !important;
}
.util .fsize54 {
  font-size: 3.38rem !important;
}
.util .fsize55 {
  font-size: 3.4425rem !important;
}
.util .fsize56 {
  font-size: 3.505rem !important;
}
.util .fsize57 {
  font-size: 3.5675rem !important;
}
.util .fsize58 {
  font-size: 3.63rem !important;
}
.util .fsize59 {
  font-size: 3.6925rem !important;
}
.util .fsize60 {
  font-size: 3.755rem !important;
}
.util .fsize61 {
  font-size: 3.8175rem !important;
}
.util .fsize62 {
  font-size: 3.88rem !important;
}
.util .fsize63 {
  font-size: 3.9425rem !important;
}
.util .fsize64 {
  font-size: 4.005rem !important;
}
.util .fsize65 {
  font-size: 4.0675rem !important;
}
.util .fsize66 {
  font-size: 4.13rem !important;
}
.util .fsize67 {
  font-size: 4.1925rem !important;
}
.util .fsize68 {
  font-size: 4.255rem !important;
}
.util .fsize69 {
  font-size: 4.3175rem !important;
}
.util .fsize70 {
  font-size: 4.38rem !important;
}
.util .fsize71 {
  font-size: 4.4425rem !important;
}
.util .fsize72 {
  font-size: 4.505rem !important;
}
.util .italic {
  font-style: italic !important;
}
.util .lh10 {
  line-height: 1 !important;
}
.util .lh12 {
  line-height: 1.2 !important;
}
.util .lh14 {
  line-height: 1.4 !important;
}
.util .lh16 {
  line-height: 1.6 !important;
}
.util .lh18 {
  line-height: 1.8 !important;
}
.util .lh20 {
  line-height: 2 !important;
}
.util .lh22 {
  line-height: 2.2 !important;
}
.util .lt0 {
  letter-spacing: 0 !important;
}
.util .code {
  display: inline-block;
  vertical-align: baseline;
  background: #f4f4f4;
  border-radius: 3px;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  line-height: 1.2;
  text-indent: 0;
}
.util .supTxt {
  font-size: var(--fsize10);
  vertical-align: top;
  position: relative;
  top: 0;
}
.util .tel {
  font-size: var(--fsize50);
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 42px;
  background: url(../images/ico_tel_bl.svg) no-repeat left center;
  background-size: 36px auto;
}
.util .disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.util .block {
  border-radius: var(--radius1);
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 20px 24px;
}
.util .block.-bgW {
  background-color: #fff;
}
.util .block.-border {
  background-color: #fff;
  border: 2px solid #eaeaea;
}
.util .block.-alert {
  border: 2px solid var(--alert-color);
  background: #fff;
}
.util .txtLink {
  position: relative;
  padding-left: 16px;
  margin: 0 4px;
}
.util .txtLink:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.6em;
  background-color: var(--color-red);
  height: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 5.1961524227px;
}
.util .txtLink.-left:before {
  background-color: var(--color-red);
  height: 6px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 5.1961524227px;
}
.util .txtLink.-up:before {
  background-color: var(--color-red);
  width: 6px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  height: 5.1961524227px;
}
.util .txtLink.-down:before {
  background-color: var(---color-red);
  width: 6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 5.1961524227px;
}
.util .txtLink.-noar {
  padding-left: 0;
}
.util .txtLink.-noar:before {
  display: none;
}
.util .txtLink.-blank {
  padding-right: 18px;
  background: url(../images/ico_blank.svg) no-repeat 99.5% 0.45em;
  background-size: 14px auto;
}
.util .txtLink.-file {
  padding-right: 12px;
  background: url(../images/ico_file.svg) no-repeat 99.5% 0.45em;
  background-size: auto 10px;
}
.util input[type=submit].btn,
.util input[type=button].btn,
.util input[type=reset].btn {
  font-weight: bold;
}
.util .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: var(--radius2);
  box-shadow: 0.25rem 0.25rem 0 0 #000;
  height: var(--btn-height);
  width: 100%;
  max-width: var(--btn-width);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--fsize20px);
  line-height: 1.2;
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
  color: #fff;
  transition: background 0.2s var(--easeOutCubic), color 0.2s var(--easeOutCubic);
}
.util .btn.-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.util .btn:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.util .btn.-left {
  margin-left: 0;
  margin-right: 0;
}
.util .btn:active {
  background-color: #fff;
  color: var(--btn-color);
}
@media (any-hover: hover) {
  .util .btn:hover {
    background-color: #fff;
    color: var(--btn-color);
  }
  .util .btn:hover.-sub {
    background-color: #fff;
    color: var(--btn-color);
  }
  .util .btn:hover.-sub.-file:before {
    background-image: url(../images/ico_file_gray.svg);
  }
  .util .btn:hover.-sub.-blank:before {
    background-image: url(../images/ico_blank_gray.svg);
  }
  .util .btn:hover.-file:before {
    background-image: url(../images/ico_file.svg);
  }
  .util .btn:hover.-blank:before {
    background-image: url(../images/ico_blank.svg);
  }
  .util .btn:hover.-close:before {
    transform: rotate(0);
    background-color: var(--btn-color);
  }
  .util .btn:hover.-close:after {
    transform: rotate(0);
    background-color: var(--btn-color);
  }
  .util .btn:hover.-nega {
    background-color: var(--btn-color);
    color: #fff;
  }
  .util .btn:hover.-nega.-sub {
    background-color: var(--btn-color);
    color: #fff;
  }
  .util .btn:hover.-nega.-sub.-file:before {
    background-image: url(../images/ico_file_w.svg);
  }
  .util .btn:hover.-nega.-sub.-blank:before {
    background-image: url(../images/ico_blank_w.svg);
  }
  .util .btn:hover.-nega.-file:before {
    background-image: url(../images/ico_file_w.svg);
  }
  .util .btn:hover.-nega.-blank:before {
    background-image: url(../images/ico_blank_w.svg);
  }
  .util .btn:hover.-nega.-close:before {
    background-color: #fff;
  }
  .util .btn:hover.-nega.-close:after {
    background-color: #fff;
  }
}
.util .btn.-sub {
  --btn-color: #6b6b6b;
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega {
  background-color: #fff;
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega.-sub {
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega.-sub.-file:before {
  background-image: url(../images/ico_file_gray.svg);
}
.util .btn.-nega.-sub.-blank:before {
  background-image: url(../images/ico_blank_gray.svg);
}
.util .btn.-nega.-file:before {
  background-image: url(../images/ico_file.svg);
}
.util .btn.-nega.-blank:before {
  background-image: url(../images/ico_blank.svg);
}
.util .btn.-nega.-close:before {
  background-color: var(--btn-color);
}
.util .btn.-nega.-close:after {
  background-color: var(--btn-color);
}
.util .btn.-sizeSS {
  max-width: none;
  width: auto;
  display: table;
  height: auto;
  line-height: 1;
  padding: 10px 32px 12px;
}
.util .btn.-sizeSS > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.util .btn.-sizeSS.-file:before {
  right: 10px;
  width: 8px;
  height: 10px;
  top: calc(50% - 5px);
}
.util .btn.-sizeSS.-blank:before {
  right: 10px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}
.util .btn.-sizeS {
  --btn-width: 320px;
  max-width: var(--btn-width);
}
.util .btn.-sizeS.-file:before {
  right: 15px;
}
.util .btn.-sizeS.-blank:before {
  right: 15px;
}
.util .btn.-sizeL {
  --btn-width: 580px;
  max-width: var(--btn-width);
}
.util .btn.-file:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 12px;
  height: 14px;
  background-image: url(../images/ico_file_w.svg);
}
.util .btn.-blank:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-image: url(../images/ico_blank_w.svg);
}
.util .btn.-close:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btn.-close:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btnArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.util .btnArea > .btn {
  width: 47.5%;
  margin: 0;
}
.util .btnArea > .btn:first-child {
  margin-right: 3%;
}
.util .btnArea > .btn.-sizeS {
  width: 27.5%;
}
.util .list.right > li, .util .list.center > li {
  display: block;
}
.util .list.right > li:before, .util .list.center > li:before {
  display: none;
}
.util .list.-noMarker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.util .list.-noMarker > li:before {
  display: none;
}
.util .list > li {
  position: relative;
  line-height: 1.4;
  display: table;
  padding-left: 1em;
}
.util .list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.util .list > li:before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
  background-color: #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.util .list > li:after {
  content: "";
  display: block;
}
.util .list > li .list {
  margin-top: 0.5em;
}
.util .list > li .list > li:before {
  background-color: #fff;
  border: 1px solid #000;
}
.util .list.-notes > li:before {
  content: "※";
  font-size: var(--fsize12);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .list.-asterisk > li:before {
  content: "＊";
  font-size: var(--fsize12);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .head01 {
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head01.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head01.-dot {
  padding-left: 24px;
}
.util .head01.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head02 {
  font-size: 1.505rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head02.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head02.-dot {
  padding-left: 24px;
}
.util .head02.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head03 {
  font-size: 1.88rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head03.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head03.-dot {
  padding-left: 24px;
}
.util .head03.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head04 {
  font-size: 2.255rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head04.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head04.-dot {
  padding-left: 24px;
}
.util .head04.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head05 {
  font-size: 2.63rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head05.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head05.-dot {
  padding-left: 24px;
}
.util .head05.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head06 {
  font-size: 3.005rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head06.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head06.-dot {
  padding-left: 24px;
}
.util .head06.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .tableScroller {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.util .tableScroller::-webkit-scrollbar {
  display: none;
}
.util .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.util .table th, .util .table td {
  border: 1px solid #b3b3b3;
  empty-cells: show;
  padding: 10px;
  line-height: 1.4;
}
.util .table th {
  background-color: #f0f0f0;
}
.util .copyInput {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.util label {
  display: block;
}
.util input[type=text],
.util input[type=email],
.util input[type=tel],
.util textarea {
  border: 2px solid #000;
  font-size: var(--fsize18);
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 15px;
  border-radius: var(--radius1);
  box-sizing: border-box;
  color: #000;
  transition: background 0.3s var(--easeOutCubic);
  background-color: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.util input[type=text]::-webkit-scrollbar,
.util input[type=email]::-webkit-scrollbar,
.util input[type=tel]::-webkit-scrollbar,
.util textarea::-webkit-scrollbar {
  display: none;
}
.util input[type=text]:focus,
.util input[type=email]:focus,
.util input[type=tel]:focus,
.util textarea:focus {
  background: #fff;
}
.util input[type=text].full,
.util input[type=email].full,
.util input[type=tel].full,
.util textarea.full {
  width: 100%;
}
.util input[type=text].col2,
.util input[type=email].col2,
.util input[type=tel].col2,
.util textarea.col2 {
  width: 49%;
}
.util input[type=text].error,
.util input[type=email].error,
.util input[type=tel].error,
.util textarea.error {
  background: rgba(255, 0, 0, 0.1);
}
.util select {
  border: 2px solid #000;
  font-size: var(--fsize18);
  line-height: 1.2;
  padding: 15px 38px 15px 15px;
  border-radius: var(--radius1);
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s var(--easeOutCubic);
}
@media (any-hover: hover) {
  .util select:hover {
    background: #f9f9f9;
  }
}
.util .required {
  background: var(--alert-color);
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: var(--fsize12);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px 4px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.util .alerthead {
  font-size: var(--fsize18);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  border-radius: var(--radius1);
  padding: 10px 0;
  background: url(../images/ico_alert_w.svg) no-repeat 3% center, url(../images/ico_alert_w.svg) no-repeat 97% center var(--alert-color);
  background-size: 18px auto, 18px auto;
}
.util .alertmessage {
  font-size: var(--fsize14);
  line-height: 1.4;
  font-weight: bold;
  background: var(--alert-color);
  display: table;
  color: #fff;
  padding: 6px 10px;
  border-radius: var(--radius1);
  margin-top: 5px;
}
.util .alertmessage.-name {
  margin-left: 10%;
}
.util .column {
  border-bottom: 2px solid #efefef;
  padding: 15px 0;
  box-sizing: border-box;
}
.util .column:first-of-type {
  border-top: 2px solid #efefef;
}
.util .column.-noborder {
  border-bottom: none;
}
.util .column dt, .util .column dd {
  text-align: left;
}
.util .columnInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 2%;
  width: 100%;
  position: relative;
}
.util .columnInner.-noGap {
  gap: 0;
}
.util .columnInner.-noStretch {
  -ms-flex-align: center;
      align-items: center;
}
.util .nameLabel {
  width: 10%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.util .formName {
  width: 90%;
}
.util .btnLabel {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: var(--fsize14);
  line-height: 1.2;
  padding: 10px 5px 10px 26px;
  min-height: 62px;
  border: 2px solid #efefef;
  border-radius: var(--radius1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: border 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
@media (any-hover: hover) {
  .util .btnLabel:hover:not(.checked) {
    background: #f9f9f9;
    border: 2px solid #c6c6c6;
  }
}
.util .btnLabel.-radio:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #efefef;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
}
.util .btnLabel.-radio.checked {
  border-color: #000;
}
.util .btnLabel.-radio.checked:before {
  border: 3px solid #000;
  background: #fff;
}
.util .btnLabel.-check:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 2px solid #efefef;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
}
.util .btnLabel.-check.checked {
  border-color: #000;
}
.util .btnLabel.-check.checked:after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
}
.util .btnLabel.-col3 {
  width: 32%;
}
.util .btnLabel.-col2 {
  width: 49%;
}
.util .btnLabel.-full {
  width: 100%;
}
.util .btnLabel > input[type=radio],
.util .btnLabel > input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.util .selectCol {
  position: relative;
  width: 100%;
}
.util .selectCol:before {
  content: "";
  background-color: #000;
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 6px;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  pointer-events: none;
}
.util .selectCol.-col3 {
  width: 32%;
}
.util .selectCol.-col2 {
  width: 49%;
}
.util .selectCol.-full {
  width: 100%;
}
.util .confirm {
  border-radius: var(--radius1);
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 12px;
  line-height: 1.4;
}
.util .history_tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 2%;
  border-bottom: 2px solid var(--btn-color);
  text-align: center;
}
.util .history_tab > li {
  width: 49%;
  margin-bottom: -2px;
}
.util .history_tab > li > button {
  display: block;
  width: 100%;
  font-size: var(--fsize16);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  box-sizing: border-box;
}
.util .history_tab > li > button {
  color: #fff;
  background: var(--btn-color);
  border-radius: 8px 8px 0 0;
  padding: 14px 0 15px;
  pointer-events: auto;
}
.util .history_tab > li > button:before {
  content: "";
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6.9282032303px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}
.util .history_tab > li > button.active {
  color: var(--btn-color);
  border-top: 2px solid var(--btn-color);
  border-right: 2px solid var(--btn-color);
  border-left: 2px solid var(--btn-color);
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 14px 0 15px;
  pointer-events: none;
}
.util .history_lists > li {
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 2px solid #efefef;
}
.util .history_lists > li .history_col:not(:first-child) {
  margin-top: 5px;
}
.util .history_lists > li.border-top {
  border-top: 2px solid #dfddd1;
}
.util .history_col {
  display: table;
}
.util .history_col dt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: var(--fsize12);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: bold;
  background: #efefef;
  border-radius: 4px;
  min-width: 80px;
  padding: 10px 0;
}
.util .history_col dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 5px 0 5px 10px;
  line-height: 1.2;
  text-align: left;
}
.util .history_course {
  font-size: var(--fsize12);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
  display: table;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  text-align: center;
  background: #efefef;
}
.util .history_pn1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 10px;
}
.util .history_pn1 > .prev,
.util .history_pn1 > .next {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  box-sizing: border-box;
  background: var(--btn-color);
  border-radius: 4px;
  font-size: var(--fsize14);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.util .history_pn1 > .prev.-none,
.util .history_pn1 > .next.-none {
  opacity: 0.3;
}
.util .history_pn1 > .prev:before,
.util .history_pn1 > .next:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 4px);
}
.util .history_pn1 > .prev:before {
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 6.9282032303px;
}
.util .history_pn1 > .next:before {
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6.9282032303px;
}
.util .history_pn1 > .page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 5px;
  line-height: 1;
}
.util .history_pn1 > .page > span {
  letter-spacing: 0.05em;
}
.util .history_pn1 > .page > .page_this {
  font-size: var(--fsize16);
}
.util .history_pn1 > .page > .page_txt {
  font-size: var(--fsize14);
}
.util .history_pn1 > .page > .page_all {
  font-size: var(--fsize16);
}
.util .history_pn2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 10px;
}
.util .history_pn2 > input[type=tel] {
  padding: 10px;
  font-size: var(--fsize16);
  text-align: center;
  width: 80px;
}
.util .history_pn2 > .txt {
  font-size: var(--fsize16);
  letter-spacing: 0.05em;
}
.util .history_pn2 > .btn {
  height: 42px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  background: var(--btn-color);
  width: auto;
  margin: 0;
  border-radius: 8px;
  font-size: var(--fsize14);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 0 24px 0 20px;
}
.util .history_pn2 > .btn:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6.9282032303px;
  right: 6px;
  top: calc(50% - 4px);
}
.util .accorBlock {
  background: #efefef;
  border-radius: var(--radius1);
  box-sizing: border-box;
}
.util .accorBtn {
  cursor: pointer;
  position: relative;
  padding: 15px 40px 15px 20px;
}
.util .accorBtn:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 1.4em;
  color: #fff;
  font-family: "REM";
  font-weight: bold;
  font-size: var(--fsize14);
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  min-width: 40px;
  background: #dd0000;
  display: none;
}
.util .accorBtn.open .accorIco:after {
  transform: rotateZ(90deg);
}
.util .accorBtn.-q1 {
  padding-left: 65px;
}
.util .accorBtn.-q1:before {
  display: block;
  content: "Q1";
}
.util .accorBtn.-q1 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q1 + .accorArea .inner:before {
  display: block;
  content: "A1";
}
.util .accorBtn.-q2 {
  padding-left: 65px;
}
.util .accorBtn.-q2:before {
  display: block;
  content: "Q2";
}
.util .accorBtn.-q2 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q2 + .accorArea .inner:before {
  display: block;
  content: "A2";
}
.util .accorBtn.-q3 {
  padding-left: 65px;
}
.util .accorBtn.-q3:before {
  display: block;
  content: "Q3";
}
.util .accorBtn.-q3 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q3 + .accorArea .inner:before {
  display: block;
  content: "A3";
}
.util .accorBtn.-q4 {
  padding-left: 65px;
}
.util .accorBtn.-q4:before {
  display: block;
  content: "Q4";
}
.util .accorBtn.-q4 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q4 + .accorArea .inner:before {
  display: block;
  content: "A4";
}
.util .accorBtn.-q5 {
  padding-left: 65px;
}
.util .accorBtn.-q5:before {
  display: block;
  content: "Q5";
}
.util .accorBtn.-q5 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q5 + .accorArea .inner:before {
  display: block;
  content: "A5";
}
.util .accorBtn.-q6 {
  padding-left: 65px;
}
.util .accorBtn.-q6:before {
  display: block;
  content: "Q6";
}
.util .accorBtn.-q6 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q6 + .accorArea .inner:before {
  display: block;
  content: "A6";
}
.util .accorBtn.-q7 {
  padding-left: 65px;
}
.util .accorBtn.-q7:before {
  display: block;
  content: "Q7";
}
.util .accorBtn.-q7 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q7 + .accorArea .inner:before {
  display: block;
  content: "A7";
}
.util .accorBtn.-q8 {
  padding-left: 65px;
}
.util .accorBtn.-q8:before {
  display: block;
  content: "Q8";
}
.util .accorBtn.-q8 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q8 + .accorArea .inner:before {
  display: block;
  content: "A8";
}
.util .accorBtn.-q9 {
  padding-left: 65px;
}
.util .accorBtn.-q9:before {
  display: block;
  content: "Q9";
}
.util .accorBtn.-q9 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q9 + .accorArea .inner:before {
  display: block;
  content: "A9";
}
.util .accorBtn.-q10 {
  padding-left: 65px;
}
.util .accorBtn.-q10:before {
  display: block;
  content: "Q10";
}
.util .accorBtn.-q10 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q10 + .accorArea .inner:before {
  display: block;
  content: "A10";
}
.util .accorBtn.-q11 {
  padding-left: 65px;
}
.util .accorBtn.-q11:before {
  display: block;
  content: "Q11";
}
.util .accorBtn.-q11 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q11 + .accorArea .inner:before {
  display: block;
  content: "A11";
}
.util .accorBtn.-q12 {
  padding-left: 65px;
}
.util .accorBtn.-q12:before {
  display: block;
  content: "Q12";
}
.util .accorBtn.-q12 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q12 + .accorArea .inner:before {
  display: block;
  content: "A12";
}
.util .accorBtn.-q13 {
  padding-left: 65px;
}
.util .accorBtn.-q13:before {
  display: block;
  content: "Q13";
}
.util .accorBtn.-q13 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q13 + .accorArea .inner:before {
  display: block;
  content: "A13";
}
.util .accorBtn.-q14 {
  padding-left: 65px;
}
.util .accorBtn.-q14:before {
  display: block;
  content: "Q14";
}
.util .accorBtn.-q14 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q14 + .accorArea .inner:before {
  display: block;
  content: "A14";
}
.util .accorBtn.-q15 {
  padding-left: 65px;
}
.util .accorBtn.-q15:before {
  display: block;
  content: "Q15";
}
.util .accorBtn.-q15 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q15 + .accorArea .inner:before {
  display: block;
  content: "A15";
}
.util .accorBtn.-q16 {
  padding-left: 65px;
}
.util .accorBtn.-q16:before {
  display: block;
  content: "Q16";
}
.util .accorBtn.-q16 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q16 + .accorArea .inner:before {
  display: block;
  content: "A16";
}
.util .accorBtn.-q17 {
  padding-left: 65px;
}
.util .accorBtn.-q17:before {
  display: block;
  content: "Q17";
}
.util .accorBtn.-q17 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q17 + .accorArea .inner:before {
  display: block;
  content: "A17";
}
.util .accorBtn.-q18 {
  padding-left: 65px;
}
.util .accorBtn.-q18:before {
  display: block;
  content: "Q18";
}
.util .accorBtn.-q18 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q18 + .accorArea .inner:before {
  display: block;
  content: "A18";
}
.util .accorBtn.-q19 {
  padding-left: 65px;
}
.util .accorBtn.-q19:before {
  display: block;
  content: "Q19";
}
.util .accorBtn.-q19 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q19 + .accorArea .inner:before {
  display: block;
  content: "A19";
}
.util .accorBtn.-q20 {
  padding-left: 65px;
}
.util .accorBtn.-q20:before {
  display: block;
  content: "Q20";
}
.util .accorBtn.-q20 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q20 + .accorArea .inner:before {
  display: block;
  content: "A20";
}
.util .accorArea {
  height: 0;
}
.util .accorArea.open .inner {
  opacity: 1;
}
.util .accorArea .inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 15px;
  opacity: 0;
  position: relative;
  transition: opacity 0.1s;
  margin: 0;
}
.util .accorArea .inner:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0.2em;
  color: #fff;
  font-family: "REM";
  font-weight: bold;
  font-size: var(--fsize14);
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  min-width: 40px;
  background: #0047de;
  display: none;
}
.util .accorIco {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 15px;
  top: calc(50% - 6px);
  pointer-events: none;
  transition: transform 0.2s;
}
.util .accorIco:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: transform 0.2s;
}
.util .accorIco:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #000;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  transition: transform 0.2s;
}
.util .copyParent {
  position: relative;
  display: table;
}
.util .copyParent.center {
  margin-left: auto;
  margin-right: auto;
}
.util .copyComp {
  position: absolute;
  font-size: var(--fsize16);
  text-align: center;
  line-height: 1;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: -2em;
  padding: 4px 0 8px;
  width: 140px;
  border-radius: 5px;
  left: calc(50% - 70px);
  opacity: 0;
  visibility: hidden;
}
.util .copyComp:before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: -5px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 6px;
}

@media screen and (max-width: 750px) {
  .util .spLeft {
    text-align: left !important;
  }
  .util .tel {
    font-size: 7.82vw;
    padding-left: 6.52vw;
    background-size: 5.74vw auto;
  }
  .util .head01 {
    font-size: 4.69vw !important;
  }
  .util .head01.-dot {
    padding-left: 5.22vw;
  }
  .util .head01.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head02 {
    font-size: 5.48vw !important;
  }
  .util .head02.-dot {
    padding-left: 5.22vw;
  }
  .util .head02.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head03 {
    font-size: 6.26vw !important;
  }
  .util .head03.-dot {
    padding-left: 5.22vw;
  }
  .util .head03.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head04 {
    font-size: 7.04vw !important;
  }
  .util .head04.-dot {
    padding-left: 5.22vw;
  }
  .util .head04.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head05 {
    font-size: 7.82vw !important;
  }
  .util .head05.-dot {
    padding-left: 5.22vw;
  }
  .util .head05.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head06 {
    font-size: 8.6vw !important;
  }
  .util .head06.-dot {
    padding-left: 5.22vw;
  }
  .util .head06.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .block {
    padding: 3.91vw 4.43vw;
  }
  .util .txtLink {
    padding-left: 4.17vw;
    margin: 0 1.04vw;
  }
  .util .txtLink:before {
    left: 1.56vw;
    background-color: var(--color-red);
    height: 1.56vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(1.56vw / 2 * 1.7320508076);
  }
  .util .txtLink.-left:before {
    background-color: var(--color-red);
    height: 1.56vw;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    width: calc(1.56vw / 2 * 1.7320508076);
  }
  .util .txtLink.-up:before {
    background-color: var(--color-red);
    width: 1.56vw;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    height: calc(1.56vw / 2 * 1.7320508076);
  }
  .util .txtLink.-down:before {
    background-color: var(--color-red);
    width: 1.56vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: calc(1.56vw / 2 * 1.7320508076);
  }
  .util .txtLink.-blank {
    padding-right: 3.65vw;
    background-size: 2.61vw auto;
  }
  .util .txtLink.-file {
    padding-right: 3.13vw;
    background-size: auto 2.61vw;
  }
  .util .btn.-sizeSS {
    padding: 2.61vw 8.34vw 3.13vw;
  }
  .util .btn.-sizeSS.-file:before {
    right: 2.61vw;
    width: 2.09vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeSS.-blank:before {
    right: 2.61vw;
    width: 2.61vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeS {
    --btn-width: 80%;
  }
  .util .btn.-sizeS.-file:before {
    right: 3.91vw;
  }
  .util .btn.-sizeS.-blank:before {
    right: 3.91vw;
  }
  .util .btn.-sizeL {
    --btn-width: 100%;
    --btn-height: 20vw;
  }
  .util .btn.-file:before {
    content: "";
    position: absolute;
    right: 5.22vw;
    top: calc(50% - 1.83vw);
    width: 3.13vw;
    height: 3.65vw;
  }
  .util .btn.-blank:before {
    right: 5.22vw;
    top: calc(50% - 1.83vw);
    width: 3.65vw;
    height: 3.65vw;
  }
  .util .btn.-close:before {
    right: 5.22vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btn.-close:after {
    right: 5.22vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btnArea {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .util .btnArea > .btn {
    width: 100%;
  }
  .util .btnArea > .btn:first-child {
    margin-right: 0;
    margin-top: 5.22vw;
    -ms-flex-order: 1;
        order: 1;
  }
  .util .btnArea > .btn.-sizeS {
    width: 80%;
  }
  .util .list.right > li, .util .list.center > li {
    display: block;
  }
  .util .list.right > li:before, .util .list.center > li:before {
    display: none;
  }
  .util .list.-noMarker > li {
    padding-left: 1em;
  }
  .util .list > li:before {
    /*
              width: mixin.px-to-vw(12px, 767px);
              height: mixin.px-to-vw(12px, 767px);
    */
  }
  .util .list.-notes > li {
    padding-left: 3.13vw;
  }
  .util .list.-notes > li:before {
    font-size: 2.61vw;
  }
  .util .list.-asterisk > li {
    padding-left: 3.13vw;
  }
  .util .list.-asterisk > li:before {
    font-size: 2.61vw;
  }
  .util .table {
    /*
          &.-w120{
            width: 120%;
          }
          &.-w140{
            width: 140%;
          }
    */
  }
  .util .table th, .util .table td {
    padding: 2.61vw;
  }
  .util .table.-w120 {
    width: 120%;
  }
  .util .table.-w140 {
    width: 140%;
  }
  .util .table.-w160 {
    width: 160%;
  }
  .util .table.-w180 {
    width: 180%;
  }
  .util .table.-w200 {
    width: 200%;
  }
  .util input[type=text],
  .util input[type=email],
  .util input[type=tel],
  .util textarea {
    font-size: 4.69vw;
    padding: 3.91vw;
  }
  .util select {
    font-size: 4.69vw;
    padding: 3.91vw 9.91vw 3.91vw 3.91vw;
  }
  .util .required {
    font-size: 3.13vw;
    padding: 0.78vw 1.56vw 1.04vw;
  }
  .util .alerthead {
    font-size: 4.69vw;
    padding: 2.61vw 0;
    background-size: 4.69vw auto, 4.69vw auto;
  }
  .util .alertmessage {
    font-size: 3.65vw;
    padding: 1.56vw 2.61vw;
    margin-top: 1.3vw;
  }
  .util .column {
    padding: 3.91vw 0;
  }
  .util .columnInner {
    gap: 2.61vw 2%;
  }
  .util .nameLabel {
    letter-spacing: 0;
  }
  .util .btnLabel {
    font-size: 3.65vw;
    padding: 2.61vw 1.3vw 2.61vw 6.78vw;
    min-height: 16.17vw;
  }
  .util .btnLabel.-radio:before {
    width: 2.61vw;
    height: 2.61vw;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btnLabel.-check:before {
    width: 2.61vw;
    height: 2.61vw;
    border-radius: 2px;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btnLabel.-check.checked:after {
    content: "";
    width: 2.09vw;
    height: 1.04vw;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btnLabel.-spCol2 {
    width: 49%;
  }
  .util .btnLabel.-spFull {
    width: 100%;
  }
  .util .selectCol:before {
    background-color: #000;
    width: 3.13vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: calc(3.13vw / 2);
    right: 3.91vw;
    top: calc(50% - 0.78vw);
  }
  .util .selectCol.-spCol2 {
    width: 49%;
  }
  .util .selectCol.-spFull {
    width: 100%;
  }
  .util .confirm {
    padding: 3.13vw;
  }
  .util .history_tab > li > button {
    font-size: 4.17vw;
    padding: 3.65vw 0 3.91vw;
  }
  .util .history_tab > li > button:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
    right: 2.61vw;
    top: calc(50% - 1.04vw);
  }
  .util .history_tab > li > button.active > button {
    padding: 3.65vw 0 3.91vw;
  }
  .util .history_lists > li {
    padding: 3.91vw 0;
  }
  .util .history_lists > li .history_col:not(:first-child) {
    margin-top: 1.3vw;
  }
  .util .history_col dt {
    font-size: 3.13vw;
    min-width: 20.86vw;
    padding: 2.61vw 0;
  }
  .util .history_col dd {
    padding: 1.3vw 0 1.3vw 2.61vw;
  }
  .util .history_course {
    font-size: 3.13vw;
    padding: 1.04vw 2.61vw;
    margin-bottom: 1.3vw;
  }
  .util .history_pn1 {
    gap: 0 2.61vw;
  }
  .util .history_pn1 > .prev,
  .util .history_pn1 > .next {
    width: 7.82vw;
    height: 7.82vw;
  }
  .util .history_pn1 > .prev:before,
  .util .history_pn1 > .next:before {
    left: calc(50% - 0.78vw);
    top: calc(50% - 1.04vw);
  }
  .util .history_pn1 > .prev:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
  }
  .util .history_pn1 > .next:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
  }
  .util .history_pn1 > .page {
    gap: 0 1.3vw;
  }
  .util .history_pn1 > .page > .page_this {
    font-size: 4.17vw;
  }
  .util .history_pn1 > .page > .page_txt {
    font-size: 3.65vw;
  }
  .util .history_pn1 > .page > .page_all {
    font-size: 4.17vw;
  }
  .util .history_pn2 {
    gap: 0 2.61vw;
  }
  .util .history_pn2 > input[type=tel] {
    padding: 2.61vw;
    font-size: 4.17vw;
    width: 20.86vw;
  }
  .util .history_pn2 > .txt {
    font-size: 4.17vw;
  }
  .util .history_pn2 > .btn {
    height: 10.95vw;
    font-size: 3.65vw;
    padding: 0 6.26vw 0 5.22vw;
  }
  .util .history_pn2 > .btn:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
    right: 1.56vw;
    top: calc(50% - 1.04vw);
  }
  .util .accorBtn {
    padding: 3.91vw 10.43vw 3.91vw 5.22vw;
  }
  .util .accorBtn:before {
    left: 3.91vw;
    font-size: 3.65vw;
    padding: 0.52vw 0;
    border-radius: 2px;
    min-width: 10.43vw;
  }
  .util .accorBtn.-q1 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q1 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q2 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q2 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q3 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q3 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q4 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q4 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q5 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q5 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q6 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q6 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q7 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q7 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q8 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q8 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q9 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q9 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q10 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q10 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q11 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q11 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q12 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q12 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q13 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q13 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q14 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q14 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q15 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q15 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q16 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q16 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q17 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q17 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q18 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q18 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q19 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q19 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q20 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q20 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorArea .inner {
    padding: 0 5.22vw 3.91vw;
  }
  .util .accorArea .inner:before {
    left: 3.91vw;
    font-size: 3.65vw;
    padding: 0.52vw 0;
    border-radius: 2px;
    min-width: 10.43vw;
  }
  .util .accorIco {
    position: absolute;
    width: 3.13vw;
    height: 3.13vw;
    right: 3.91vw;
    top: calc(50% - 1.56vw);
  }
  .util .accorIco:before {
    width: 3.13vw;
    height: 0.52vw;
    top: calc(50% - 0.26vw);
  }
  .util .accorIco:after {
    content: "";
    width: 0.52vw;
    height: 3.13vw;
    left: calc(50% - 0.26vw);
  }
}
/*============================================================
  modal
============================================================*/
#modal {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
}
#modal.active {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_in_bg {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_bg_ie {
  0% {
    transform: translateX(-100rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_out_bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes slide_out_bg_ie {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100rem);
  }
}
@keyframes slide_in_contents {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoom_out_contents {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoom_in_btn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#modal_bg.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, slide_in_bg;
}

#modal_bg.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, slide_out_bg;
}

#modal_close.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, zoom_in_btn;
}
#modal_close.active.in:hover {
  opacity: 0.7;
}

#modal_close.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, zoom_out_contents;
}

.modal_contents.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, slide_in_contents;
}

.modal_contents.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, zoom_out_contents;
}

body.iframe {
  height: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.iframe::-webkit-scrollbar {
  display: none;
}

.modal_contents {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #666;
  z-index: 2;
}
.modal_contents iframe {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal_contents.active {
  display: block;
}

.modal_dom .scroller {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal_dom .scroller::-webkit-scrollbar {
  display: none;
}
.modal_dom .inner {
  max-width: 760px;
  width: 92%;
  padding: 60px 0 70px;
  margin: 0 auto;
  text-align: center;
}

#modal_close {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s, transform cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s;
}
#modal_close:hover {
  opacity: 0.7;
}
#modal_close:before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}
#modal_close:after {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}

#modal_bg {
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#modal_bg:before {
  content: "";
  animation: rotate 0.8s linear infinite;
  background: transparent;
  border: 4px solid #222222;
  border-bottom-color: #616161;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 40%;
  width: 50px;
}
#modal_bg.-offLoading:before {
  display: none;
}

#modal_loading {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin: -25px 0 0 -25px;
  display: none;
}
#modal_loading img {
  width: 100%;
  height: auto;
  display: block;
}

.modal_iframe {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}
.modal_iframe.-ios {
  overflow-y: y;
  -webkit-overflow-scrolling: touch;
}

.modal_yt {
  background-color: #000;
  aspect-ratio: 16/9;
  max-width: 960px;
  width: 100%;
}
.modal_yt iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.modal_yt.hdn iframe {
  display: none;
}

.modal_img img {
  width: 100%;
  height: auto;
}

.modal_ar {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 35%;
  z-index: 3;
  background: url(../images/blank.gif) repeat left top;
}
.modal_ar .ar {
  width: 46px;
  height: 46px;
  position: absolute;
  margin-top: -23px;
  opacity: 0;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.modal_ar.show {
  display: block;
}

.modal_ar_prev {
  left: 0;
  top: 0;
}
.modal_ar_prev .ar {
  background: url(../images/modal_ar_prev.png) no-repeat left top;
  background-size: 46px;
  left: 20px;
  top: 50%;
}

.modal_ar_prev:hover .ar {
  opacity: 1;
}

.modal_ar_next {
  right: 0;
  top: 0;
}
.modal_ar_next .ar {
  background: url(../images/modal_ar_next.png) no-repeat left top;
  background-size: 46px;
  right: 20px;
  top: 50%;
}

.modal_ar_next:hover .ar {
  opacity: 1;
}

.modal_grp_num {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #ffffff;
  font-size: var(--fsize16);
}

.modal_1 {
  max-width: 619px;
  width: 100%;
  height: auto;
}

.modal_2 {
  width: 800px;
  height: 400px;
  overflow-y: scroll;
}

.modal_3 {
  width: 800px;
  height: 200px;
}

.modal_5 {
  width: 800px;
  height: 200px;
}

@media screen and (max-width: 980px) {
  #modal_bg:before {
    border-width: 2px;
    height: 26px;
    margin: -13px 0 0 -13px;
    width: 26px;
  }
  #modal_close:hover {
    opacity: 1;
  }
  .modal_dom .scroller {
    height: 100%;
    overflow-y: auto;
  }
  .modal_dom .inner {
    padding: 40px 0;
    text-align: left;
  }
  .modal_ar {
    display: none;
  }
  .modal_ar .ar {
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: -11px;
    opacity: 0.7;
  }
  .modal_ar_prev .ar {
    background: url(../images/modal_ar_prev.png) no-repeat left top;
    background-size: 23px;
    left: 10px;
    top: 50%;
  }
  .modal_ar_prev:hover .ar {
    opacity: 0.7;
  }
  .modal_ar_next .ar {
    background: url(../images/modal_ar_next.png) no-repeat left top;
    background-size: 23px;
    right: 10px;
    top: 50%;
  }
  .modal_ar_next:hover .ar {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #modal_close {
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 10;
    cursor: pointer;
  }
  #modal_close:before {
    width: 20px;
    left: calc(50% - 10px);
  }
  #modal_close:after {
    width: 20px;
    left: calc(50% - 10px);
  }
  .modal_2 {
    width: 95%;
    height: 60%;
    overflow-y: scroll;
  }
  .modal_3 {
    width: 95%;
    height: 60%;
  }
}
/*
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-style: bold;
  src: url('fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-display: swap;
}
*/
html {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-family: var(--fontset_noto);
}
html.ios {
  height: 100vh;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 4.17vw;
  }
}

body {
  font-feature-mixins: "palt" 1;
  color: var(--txt-color);
  width: 100%;
  height: 100%;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body.fixed {
  position: fixed;
  overflow-y: hidden;
}
body.absolute {
  position: absolute;
}

.rem {
  font-family: "REM";
}

html:not(.ios) input[type=radio] {
  background: none;
  border: none;
  border-radius: 0;
}

/*  a
------------------------------------------------*/
a {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  color: var(--color-red);
}
a:link {
  text-decoration: none;
}
a:visited {
  color: var(--color-red);
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

@media (any-hover: hover) {
  .hover {
    transition: opacity 0.3s;
  }
  .hover:hover {
    opacity: 0.7;
  }
}
/*  img
------------------------------------------------*/
.imgOuter {
  font-size: 0;
  line-height: 0;
}
.imgOuter img {
  width: 100%;
  height: auto;
}
.imgOuter.-height img {
  height: 100%;
  width: auto;
}

/*  loader
------------------------------------------------*/
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes slide {
  0% {
    width: 80px;
    left: calc(50% - 40px);
  }
  25% {
    width: 16px;
    left: calc(50% - 40px);
  }
  50% {
    width: 80px;
    left: calc(50% - 40px);
  }
  75% {
    width: 16px;
    left: calc(50% + 24px);
  }
  100% {
    width: 80px;
    left: calc(50% - 40px);
  }
}
@keyframes gear1 {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
  42.5% {
    transform: translateX(0) translateY(0) rotate(-360deg) scale(1);
  }
  46.25% {
    transform: translateX(-4px) translateY(24px) rotate(-360deg) scale(1.4);
  }
  50% {
    transform: translateX(24px) translateY(24px) rotate(-360deg) scale(1);
  }
  92.75% {
    transform: translateX(24px) translateY(24px) rotate(0deg) scale(1);
  }
  96.5% {
    transform: translateX(24px) translateY(-4px) rotate(0deg) scale(1.4);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes gear2 {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
  42.5% {
    transform: translateX(0) translateY(0) rotate(360deg) scale(1);
  }
  46.25% {
    transform: translateX(4px) translateY(-24px) rotate(0deg) scale(1.4);
  }
  50% {
    transform: translateX(-24px) translateY(-24px) rotate(360deg) scale(1);
  }
  92.75% {
    transform: translateX(-24px) translateY(-24px) rotate(0) scale(1);
  }
  96.5% {
    transform: translateX(-24px) translateY(4px) rotate(360deg) scale(1.4);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes ball1 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0px);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball3 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(-20px);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.loader {
  width: 100vw;
  height: 100vh;
  background: #f0f0f0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
.loader.-rotateCirc .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  animation: rotate 1.6s var(--easeOutCubic) infinite;
}
.loader.-rotateCirc .ico .circ {
  fill: none;
  stroke: #999;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 8px;
  stroke-dasharray: 240px;
  animation: stroke 1.6s var(--easeOutCubic) infinite;
}
.loader.-rotateCirc:before {
  content: "";
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 39px);
  top: calc(50% - 39px);
}
.loader.-slideBar .bar {
  width: 80px;
  height: 8px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 4px);
  border-radius: 4px;
  background: #999;
  animation: slide 1.6s var(--easeOutCubic) infinite;
}
.loader.-slideBar:before {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 2px);
}
.loader.-gear .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loader.-gear .gear1 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 13px;
  top: 13px;
  fill: #999;
  animation: 3s linear infinite gear1;
  z-index: 1;
  backface-visibility: hidden;
}
.loader.-gear .gear2 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  fill: #999;
  animation: 3s linear infinite gear2;
  z-index: 1;
}
.loader.-gear .gear3 {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 48px);
  fill: #fff;
  animation: 6s linear infinite rotate;
}
.loader.-ball .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loader.-ball .ico div {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 5px);
}
.loader.-ball .ico div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #999;
  left: 0;
  top: 0;
}
.loader.-ball .ico div:nth-child(1) {
  left: calc(50% - 30px);
}
.loader.-ball .ico div:nth-child(1):before {
  animation: 1.4s var(--easeOutCubic) infinite ball1;
}
.loader.-ball .ico div:nth-child(2) {
  left: calc(50% - 5px);
}
.loader.-ball .ico div:nth-child(2):before {
  animation: 1.4s var(--easeOutCubic) infinite ball2;
}
.loader.-ball .ico div:nth-child(3) {
  left: calc(50% + 20px);
}
.loader.-ball .ico div:nth-child(3):before {
  animation: 1.4s var(--easeOutCubic) infinite ball3;
}
.loader.fo {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out;
}
.loader.hdn:before.-rotateCirc .ico {
  animation: none;
}
.loader.hdn:before.-rotateCirc .ico .circ {
  animation: none;
}

/* マウス追従カーソル
------------------------------------------------*/
#crsl {
  width: 8px;
  height: 8px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.3s var(--easeOutQuad), top 0.5s var(--easeOutQuad), left 0.5s var(--easeOutQuad), width 0.5s var(--easeOutQuad), height 0.5s var(--easeOutQuad), opacity 0.5s var(--easeOutQuad);
}
#crsl.areaOnly {
  opacity: 0;
}
#crsl.areaOnly.over {
  opacity: 1;
}
#crsl.over {
  width: 16px;
  height: 16px;
  top: -8px;
  left: -8px;
  background: rgba(255, 0, 0, 0.2);
}

/*  br
------------------------------------------------*/
br.pc {
  display: inline !important;
}

br.pcTab {
  display: inline !important;
}

br.tabSp {
  display: none !important;
}

br.sp {
  display: none !important;
}

br.spS {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  br.pc {
    display: none !important;
  }
  br.pcTab {
    display: inline !important;
  }
  br.tabSp {
    display: inline !important;
  }
  br.sp {
    display: none !important;
  }
  br.spS {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  br.pc {
    display: none !important;
  }
  br.pcTab {
    display: none !important;
  }
  br.tabSp {
    display: inline !important;
  }
  br.sp {
    display: inline !important;
  }
  br.spS {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  br.spS {
    display: inline !important;
  }
}
/*  hidden
------------------------------------------------*/
.hdn {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

body {
  background: #6d6e71;
}

.wrap {
  max-width: var(--base-width);
  background: #fff;
  margin: 0 auto;
}

.date {
  background: var(--color-red);
  padding: 1.56rem 0;
}

.date_head {
  font-size: var(--fsize14);
  font-weight: 500;
  color: #f4d548;
  background: #000;
}

.date_txt {
  font-size: var(--fsize14);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-top: 0.31rem;
}
.date_txt .l {
  font-size: var(--fsize21);
}
.date_txt .s {
  font-size: var(--fsize13);
  font-weight: 400;
}

.lineup {
  background: url(../images/webp/bg.webp) repeat left top/cover;
}

.lineup_head {
  font-size: var(--fsize18);
  font-weight: bold;
  letter-spacing: 0;
  color: var(--color-gray2);
  padding: 1.56rem 0;
}
.lineup_head .s {
  font-size: var(--fsize14);
}

.lineup_notes {
  text-align: left;
  padding: 1.56rem 0;
}
.lineup_notes > li {
  font-size: var(--fsize12);
  color: var(--color-gray2);
}

.curse {
  background: #000;
}

.curseHead {
  color: #fff;
  font-size: var(--fsize16);
  font-weight: 500;
  padding-top: 1.56rem;
}

.curse_nav {
  padding: 1.56rem 0;
}
.curse_nav > a {
  background: var(--color-red);
  font-size: var(--fsize17);
  font-weight: 700;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  padding: 0 0 0 3.13rem;
  position: relative;
}
.curse_nav > a .s {
  font-size: var(--fsize16);
  font-weight: 500;
}
.curse_nav > a + a {
  margin-top: 0.94rem;
}
.curse_nav > a:hover {
  text-decoration: none;
}
.curse_nav > a:after {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-top: 0.13rem solid #fff;
  border-right: 0.13rem solid #fff;
  transform: rotate(45deg) translateY(-80%);
  position: absolute;
  right: 2.5rem;
  top: 50%;
}

.curse_list > li {
  padding: 1.56rem 0;
  border-top: 10px solid var(--color-red);
}
.curse_list > li:nth-child(even) {
  background: #d1d3d4;
}
.curse_list > li:nth-child(even) .curse_sub {
  color: #000;
}
.curse_list > li:nth-child(even) .curse_notes > li {
  color: var(--color-gray2);
}

.curse_head {
  font-size: var(--fsize20);
  font-weight: 700;
  color: #fff;
  background: var(--color-red);
  margin-bottom: 0.63rem;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 0.94rem) 100%, 0 calc(100% - 0.94rem));
}
.curse_head:before {
  content: "";
  width: 0.94rem;
  height: 0.94rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-gray2);
}

.curse_sub {
  font-size: var(--fsize17);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.curse_name {
  font-size: var(--fsize23);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-red);
}
.curse_name .sup {
  display: inline-block;
  font-size: var(--fsize10);
  line-height: 1;
  transform: translateY(-1em);
  vertical-align: baseline;
}

.curse_num {
  font-size: var(--fsize18);
  font-weight: 700;
  background: #f4d548;
  margin: 0.63rem 0;
}

.curse_notes {
  text-align: left;
  padding: 0.63rem 0;
}
.curse_notes > li {
  font-size: var(--fsize12);
  color: #bcbec0;
}

.curse_sub2 {
  font-size: var(--fsize14);
  color: #fff;
  text-align: left;
  margin-top: 0.63rem;
}

.step {
  padding: 1.56rem 0;
}

.step_img {
  max-width: 23.03rem;
}

.step_btn {
  font-size: var(--fsize31) !important;
  font-weight: 700;
  margin: 0.63rem auto 0;
}
.step_btn:hover {
  background: var(--color-red) !important;
  color: #fff !important;
  text-decoration: none;
}

.important {
  padding: 1.56rem 0;
}

.head01 {
  font-size: var(--fsize17);
  font-weight: 400 !important;
  color: #fff;
  background: #000;
  padding: 0.31rem 0;
}
.head01.-r {
  background: var(--color-red);
}

.important_img {
  margin: 0.63rem auto 0;
}

.important_obi {
  font-size: var(--fsize17);
  font-weight: 500;
  color: #fff;
  background: var(--color-red);
}

.important_txt {
  font-size: var(--fsize13);
  margin: 0.63rem auto 0;
}

.ng {
  padding: 1.56rem 0;
}

.ng_txt {
  font-size: var(--fsize13);
  letter-spacing: 0;
  margin: 0.63rem auto 0;
}

.ng_imgs {
  margin: 0.63rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
  gap: 0.63rem;
  -ms-grid-column-align: center;
      justify-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.ng_img {
  width: 100%;
}

.notes {
  padding: 1.56rem 0;
}

.notes_list {
  text-align: left;
  padding: 0.63rem 0;
}
.notes_list > li {
  font-size: var(--fsize12);
  letter-spacing: 0;
  color: var(--color-gray2);
}
.notes_list > li:before {
  background-color: var(--color-gray2) !important;
}

.gray {
  background: var(--color-gray);
  padding: 1.56rem 0 3.13rem;
}

.term_scroller_outer {
  overflow: hidden;
  border-radius: 0 0 0.63rem 0.63rem;
}

.term_scroller {
  height: 25rem;
  width: 100%;
  background: #fff;
  overflow-y: auto;
}

.term_inner {
  width: 100%;
  padding: 0.63rem 0.63rem 1.25rem;
  text-align: left;
  color: var(--color-gray2);
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.contact {
  margin-top: 1.56rem;
  background: #fff;
  border-radius: 0 0 0.63rem 0.63rem;
}

.contact_inner {
  padding: 1.56rem 1.25rem;
}

.contact_title {
  font-size: var(--fsize14);
  color: var(--color-gray2);
}

.contact_mail {
  font-size: var(--fsize14);
  color: var(--color-red);
}

.contact_txt {
  border-top: 1px solid #000;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  font-size: var(--fsize13);
  color: var(--color-gray2);
}

.contact_notes {
  font-size: var(--fsize12);
  color: var(--color-gray2);
}

footer {
  border-top: 0.31rem solid var(--color-red);
  background: #000;
  padding: 1.25rem 1.25rem 1.88rem;
}

.footer_nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 1.56rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_nav ul > li {
  text-align: center;
}
.footer_nav ul > li:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; /* 行を切るだけで、幅は要素に依存 */
}
.footer_nav ul a {
  text-decoration: none;
  color: #fff !important;
  display: inline-block;
  font-size: var(--fsize12);
}

.footer_logo {
  display: block;
  width: 5rem;
  margin: 1.25rem auto 0;
}