@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.hide {
  display: none;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
  .tab_hide {
    display: none !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 640px) {
  .u-mt0 {
    margin-top: 0px !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 640px) {
  .u-mt5 {
    margin-top: 2.5px !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 640px) {
  .u-mt10 {
    margin-top: 5px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 640px) {
  .u-mt15 {
    margin-top: 7.5px !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 640px) {
  .u-mt20 {
    margin-top: 10px !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 640px) {
  .u-mt25 {
    margin-top: 12.5px !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 640px) {
  .u-mt30 {
    margin-top: 15px !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 640px) {
  .u-mt35 {
    margin-top: 17.5px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 640px) {
  .u-mt40 {
    margin-top: 20px !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 640px) {
  .u-mt45 {
    margin-top: 22.5px !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 640px) {
  .u-mt50 {
    margin-top: 25px !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 640px) {
  .u-mt55 {
    margin-top: 27.5px !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 640px) {
  .u-mt60 {
    margin-top: 30px !important;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 640px) {
  .u-mt65 {
    margin-top: 32.5px !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 640px) {
  .u-mt70 {
    margin-top: 35px !important;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 640px) {
  .u-mt75 {
    margin-top: 37.5px !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 640px) {
  .u-mt80 {
    margin-top: 40px !important;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 640px) {
  .u-mt85 {
    margin-top: 42.5px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 640px) {
  .u-mt90 {
    margin-top: 45px !important;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 640px) {
  .u-mt95 {
    margin-top: 47.5px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 640px) {
  .u-mt100 {
    margin-top: 50px !important;
  }
}

.u-mt105 {
  margin-top: 105px !important;
}
@media screen and (max-width: 640px) {
  .u-mt105 {
    margin-top: 52.5px !important;
  }
}

.u-mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 640px) {
  .u-mt110 {
    margin-top: 55px !important;
  }
}

.u-mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 640px) {
  .u-mt115 {
    margin-top: 57.5px !important;
  }
}

.u-mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 640px) {
  .u-mt120 {
    margin-top: 60px !important;
  }
}

.u-mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 640px) {
  .u-mt125 {
    margin-top: 62.5px !important;
  }
}

.u-mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 640px) {
  .u-mt130 {
    margin-top: 65px !important;
  }
}

.u-mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 640px) {
  .u-mt135 {
    margin-top: 67.5px !important;
  }
}

.u-mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 640px) {
  .u-mt140 {
    margin-top: 70px !important;
  }
}

.u-mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 640px) {
  .u-mt145 {
    margin-top: 72.5px !important;
  }
}

.u-mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 640px) {
  .u-mt150 {
    margin-top: 75px !important;
  }
}

.u-mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 640px) {
  .u-mt155 {
    margin-top: 77.5px !important;
  }
}

.u-mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 640px) {
  .u-mt160 {
    margin-top: 80px !important;
  }
}

.u-mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 640px) {
  .u-mt165 {
    margin-top: 82.5px !important;
  }
}

.u-mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 640px) {
  .u-mt170 {
    margin-top: 85px !important;
  }
}

.u-mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 640px) {
  .u-mt175 {
    margin-top: 87.5px !important;
  }
}

.u-mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 640px) {
  .u-mt180 {
    margin-top: 90px !important;
  }
}

.u-mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 640px) {
  .u-mt185 {
    margin-top: 92.5px !important;
  }
}

.u-mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 640px) {
  .u-mt190 {
    margin-top: 95px !important;
  }
}

.u-mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 640px) {
  .u-mt195 {
    margin-top: 97.5px !important;
  }
}

.u-mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 640px) {
  .u-mt200 {
    margin-top: 100px !important;
  }
}

.u-mt205 {
  margin-top: 205px !important;
}
@media screen and (max-width: 640px) {
  .u-mt205 {
    margin-top: 102.5px !important;
  }
}

.u-mt210 {
  margin-top: 210px !important;
}
@media screen and (max-width: 640px) {
  .u-mt210 {
    margin-top: 105px !important;
  }
}

.u-mt215 {
  margin-top: 215px !important;
}
@media screen and (max-width: 640px) {
  .u-mt215 {
    margin-top: 107.5px !important;
  }
}

.u-mt220 {
  margin-top: 220px !important;
}
@media screen and (max-width: 640px) {
  .u-mt220 {
    margin-top: 110px !important;
  }
}

.u-mt225 {
  margin-top: 225px !important;
}
@media screen and (max-width: 640px) {
  .u-mt225 {
    margin-top: 112.5px !important;
  }
}

.u-mt230 {
  margin-top: 230px !important;
}
@media screen and (max-width: 640px) {
  .u-mt230 {
    margin-top: 115px !important;
  }
}

.u-mt235 {
  margin-top: 235px !important;
}
@media screen and (max-width: 640px) {
  .u-mt235 {
    margin-top: 117.5px !important;
  }
}

.u-mt240 {
  margin-top: 240px !important;
}
@media screen and (max-width: 640px) {
  .u-mt240 {
    margin-top: 120px !important;
  }
}

.u-mt245 {
  margin-top: 245px !important;
}
@media screen and (max-width: 640px) {
  .u-mt245 {
    margin-top: 122.5px !important;
  }
}

.u-mt250 {
  margin-top: 250px !important;
}
@media screen and (max-width: 640px) {
  .u-mt250 {
    margin-top: 125px !important;
  }
}

.u-mt255 {
  margin-top: 255px !important;
}
@media screen and (max-width: 640px) {
  .u-mt255 {
    margin-top: 127.5px !important;
  }
}

.u-mt260 {
  margin-top: 260px !important;
}
@media screen and (max-width: 640px) {
  .u-mt260 {
    margin-top: 130px !important;
  }
}

.u-mt265 {
  margin-top: 265px !important;
}
@media screen and (max-width: 640px) {
  .u-mt265 {
    margin-top: 132.5px !important;
  }
}

.u-mt270 {
  margin-top: 270px !important;
}
@media screen and (max-width: 640px) {
  .u-mt270 {
    margin-top: 135px !important;
  }
}

.u-mt275 {
  margin-top: 275px !important;
}
@media screen and (max-width: 640px) {
  .u-mt275 {
    margin-top: 137.5px !important;
  }
}

.u-mt280 {
  margin-top: 280px !important;
}
@media screen and (max-width: 640px) {
  .u-mt280 {
    margin-top: 140px !important;
  }
}

.u-mt285 {
  margin-top: 285px !important;
}
@media screen and (max-width: 640px) {
  .u-mt285 {
    margin-top: 142.5px !important;
  }
}

.u-mt290 {
  margin-top: 290px !important;
}
@media screen and (max-width: 640px) {
  .u-mt290 {
    margin-top: 145px !important;
  }
}

.u-mt295 {
  margin-top: 295px !important;
}
@media screen and (max-width: 640px) {
  .u-mt295 {
    margin-top: 147.5px !important;
  }
}

.u-mt300 {
  margin-top: 300px !important;
}
@media screen and (max-width: 640px) {
  .u-mt300 {
    margin-top: 150px !important;
  }
}

.u-mt305 {
  margin-top: 305px !important;
}
@media screen and (max-width: 640px) {
  .u-mt305 {
    margin-top: 152.5px !important;
  }
}

.u-mt310 {
  margin-top: 310px !important;
}
@media screen and (max-width: 640px) {
  .u-mt310 {
    margin-top: 155px !important;
  }
}

.u-mt315 {
  margin-top: 315px !important;
}
@media screen and (max-width: 640px) {
  .u-mt315 {
    margin-top: 157.5px !important;
  }
}

.u-mt320 {
  margin-top: 320px !important;
}
@media screen and (max-width: 640px) {
  .u-mt320 {
    margin-top: 160px !important;
  }
}

.u-mt325 {
  margin-top: 325px !important;
}
@media screen and (max-width: 640px) {
  .u-mt325 {
    margin-top: 162.5px !important;
  }
}

.u-mt330 {
  margin-top: 330px !important;
}
@media screen and (max-width: 640px) {
  .u-mt330 {
    margin-top: 165px !important;
  }
}

.u-mt335 {
  margin-top: 335px !important;
}
@media screen and (max-width: 640px) {
  .u-mt335 {
    margin-top: 167.5px !important;
  }
}

.u-mt340 {
  margin-top: 340px !important;
}
@media screen and (max-width: 640px) {
  .u-mt340 {
    margin-top: 170px !important;
  }
}

.u-mt345 {
  margin-top: 345px !important;
}
@media screen and (max-width: 640px) {
  .u-mt345 {
    margin-top: 172.5px !important;
  }
}

.u-mt350 {
  margin-top: 350px !important;
}
@media screen and (max-width: 640px) {
  .u-mt350 {
    margin-top: 175px !important;
  }
}

.u-mt355 {
  margin-top: 355px !important;
}
@media screen and (max-width: 640px) {
  .u-mt355 {
    margin-top: 177.5px !important;
  }
}

.u-mt360 {
  margin-top: 360px !important;
}
@media screen and (max-width: 640px) {
  .u-mt360 {
    margin-top: 180px !important;
  }
}

.u-mt365 {
  margin-top: 365px !important;
}
@media screen and (max-width: 640px) {
  .u-mt365 {
    margin-top: 182.5px !important;
  }
}

.u-mt370 {
  margin-top: 370px !important;
}
@media screen and (max-width: 640px) {
  .u-mt370 {
    margin-top: 185px !important;
  }
}

.u-mt375 {
  margin-top: 375px !important;
}
@media screen and (max-width: 640px) {
  .u-mt375 {
    margin-top: 187.5px !important;
  }
}

.u-mt380 {
  margin-top: 380px !important;
}
@media screen and (max-width: 640px) {
  .u-mt380 {
    margin-top: 190px !important;
  }
}

.u-mt385 {
  margin-top: 385px !important;
}
@media screen and (max-width: 640px) {
  .u-mt385 {
    margin-top: 192.5px !important;
  }
}

.u-mt390 {
  margin-top: 390px !important;
}
@media screen and (max-width: 640px) {
  .u-mt390 {
    margin-top: 195px !important;
  }
}

.u-mt395 {
  margin-top: 395px !important;
}
@media screen and (max-width: 640px) {
  .u-mt395 {
    margin-top: 197.5px !important;
  }
}

.u-mt400 {
  margin-top: 400px !important;
}
@media screen and (max-width: 640px) {
  .u-mt400 {
    margin-top: 200px !important;
  }
}

.u-mt405 {
  margin-top: 405px !important;
}
@media screen and (max-width: 640px) {
  .u-mt405 {
    margin-top: 202.5px !important;
  }
}

.u-mt410 {
  margin-top: 410px !important;
}
@media screen and (max-width: 640px) {
  .u-mt410 {
    margin-top: 205px !important;
  }
}

.u-mt415 {
  margin-top: 415px !important;
}
@media screen and (max-width: 640px) {
  .u-mt415 {
    margin-top: 207.5px !important;
  }
}

.u-mt420 {
  margin-top: 420px !important;
}
@media screen and (max-width: 640px) {
  .u-mt420 {
    margin-top: 210px !important;
  }
}

.u-mt425 {
  margin-top: 425px !important;
}
@media screen and (max-width: 640px) {
  .u-mt425 {
    margin-top: 212.5px !important;
  }
}

.u-mt430 {
  margin-top: 430px !important;
}
@media screen and (max-width: 640px) {
  .u-mt430 {
    margin-top: 215px !important;
  }
}

.u-mt435 {
  margin-top: 435px !important;
}
@media screen and (max-width: 640px) {
  .u-mt435 {
    margin-top: 217.5px !important;
  }
}

.u-mt440 {
  margin-top: 440px !important;
}
@media screen and (max-width: 640px) {
  .u-mt440 {
    margin-top: 220px !important;
  }
}

.u-mt445 {
  margin-top: 445px !important;
}
@media screen and (max-width: 640px) {
  .u-mt445 {
    margin-top: 222.5px !important;
  }
}

.u-mt450 {
  margin-top: 450px !important;
}
@media screen and (max-width: 640px) {
  .u-mt450 {
    margin-top: 225px !important;
  }
}

.u-mt455 {
  margin-top: 455px !important;
}
@media screen and (max-width: 640px) {
  .u-mt455 {
    margin-top: 227.5px !important;
  }
}

.u-mt460 {
  margin-top: 460px !important;
}
@media screen and (max-width: 640px) {
  .u-mt460 {
    margin-top: 230px !important;
  }
}

.u-mt465 {
  margin-top: 465px !important;
}
@media screen and (max-width: 640px) {
  .u-mt465 {
    margin-top: 232.5px !important;
  }
}

.u-mt470 {
  margin-top: 470px !important;
}
@media screen and (max-width: 640px) {
  .u-mt470 {
    margin-top: 235px !important;
  }
}

.u-mt475 {
  margin-top: 475px !important;
}
@media screen and (max-width: 640px) {
  .u-mt475 {
    margin-top: 237.5px !important;
  }
}

.u-mt480 {
  margin-top: 480px !important;
}
@media screen and (max-width: 640px) {
  .u-mt480 {
    margin-top: 240px !important;
  }
}

.u-mt485 {
  margin-top: 485px !important;
}
@media screen and (max-width: 640px) {
  .u-mt485 {
    margin-top: 242.5px !important;
  }
}

.u-mt490 {
  margin-top: 490px !important;
}
@media screen and (max-width: 640px) {
  .u-mt490 {
    margin-top: 245px !important;
  }
}

.u-mt495 {
  margin-top: 495px !important;
}
@media screen and (max-width: 640px) {
  .u-mt495 {
    margin-top: 247.5px !important;
  }
}

.u-mt500 {
  margin-top: 500px !important;
}
@media screen and (max-width: 640px) {
  .u-mt500 {
    margin-top: 250px !important;
  }
}

.u-pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 640px) {
  .u-pb0 {
    padding-bottom: 0px !important;
  }
}

.u-pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 640px) {
  .u-pb5 {
    padding-bottom: 2.5px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 640px) {
  .u-pb10 {
    padding-bottom: 5px !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 640px) {
  .u-pb15 {
    padding-bottom: 7.5px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 640px) {
  .u-pb20 {
    padding-bottom: 10px !important;
  }
}

.u-pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 640px) {
  .u-pb25 {
    padding-bottom: 12.5px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 640px) {
  .u-pb30 {
    padding-bottom: 15px !important;
  }
}

.u-pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 640px) {
  .u-pb35 {
    padding-bottom: 17.5px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 640px) {
  .u-pb40 {
    padding-bottom: 20px !important;
  }
}

.u-pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 640px) {
  .u-pb45 {
    padding-bottom: 22.5px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 640px) {
  .u-pb50 {
    padding-bottom: 25px !important;
  }
}

.u-pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 640px) {
  .u-pb55 {
    padding-bottom: 27.5px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 640px) {
  .u-pb60 {
    padding-bottom: 30px !important;
  }
}

.u-pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 640px) {
  .u-pb65 {
    padding-bottom: 32.5px !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 640px) {
  .u-pb70 {
    padding-bottom: 35px !important;
  }
}

.u-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 640px) {
  .u-pb75 {
    padding-bottom: 37.5px !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 640px) {
  .u-pb80 {
    padding-bottom: 40px !important;
  }
}

.u-pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 640px) {
  .u-pb85 {
    padding-bottom: 42.5px !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 640px) {
  .u-pb90 {
    padding-bottom: 45px !important;
  }
}

.u-pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 640px) {
  .u-pb95 {
    padding-bottom: 47.5px !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 640px) {
  .u-pb100 {
    padding-bottom: 50px !important;
  }
}

.u-pb105 {
  padding-bottom: 105px !important;
}
@media screen and (max-width: 640px) {
  .u-pb105 {
    padding-bottom: 52.5px !important;
  }
}

.u-pb110 {
  padding-bottom: 110px !important;
}
@media screen and (max-width: 640px) {
  .u-pb110 {
    padding-bottom: 55px !important;
  }
}

.u-pb115 {
  padding-bottom: 115px !important;
}
@media screen and (max-width: 640px) {
  .u-pb115 {
    padding-bottom: 57.5px !important;
  }
}

.u-pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 640px) {
  .u-pb120 {
    padding-bottom: 60px !important;
  }
}

.u-pb125 {
  padding-bottom: 125px !important;
}
@media screen and (max-width: 640px) {
  .u-pb125 {
    padding-bottom: 62.5px !important;
  }
}

.u-pb130 {
  padding-bottom: 130px !important;
}
@media screen and (max-width: 640px) {
  .u-pb130 {
    padding-bottom: 65px !important;
  }
}

.u-pb135 {
  padding-bottom: 135px !important;
}
@media screen and (max-width: 640px) {
  .u-pb135 {
    padding-bottom: 67.5px !important;
  }
}

.u-pb140 {
  padding-bottom: 140px !important;
}
@media screen and (max-width: 640px) {
  .u-pb140 {
    padding-bottom: 70px !important;
  }
}

.u-pb145 {
  padding-bottom: 145px !important;
}
@media screen and (max-width: 640px) {
  .u-pb145 {
    padding-bottom: 72.5px !important;
  }
}

.u-pb150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 640px) {
  .u-pb150 {
    padding-bottom: 75px !important;
  }
}

.u-pb155 {
  padding-bottom: 155px !important;
}
@media screen and (max-width: 640px) {
  .u-pb155 {
    padding-bottom: 77.5px !important;
  }
}

.u-pb160 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 640px) {
  .u-pb160 {
    padding-bottom: 80px !important;
  }
}

.u-pb165 {
  padding-bottom: 165px !important;
}
@media screen and (max-width: 640px) {
  .u-pb165 {
    padding-bottom: 82.5px !important;
  }
}

.u-pb170 {
  padding-bottom: 170px !important;
}
@media screen and (max-width: 640px) {
  .u-pb170 {
    padding-bottom: 85px !important;
  }
}

.u-pb175 {
  padding-bottom: 175px !important;
}
@media screen and (max-width: 640px) {
  .u-pb175 {
    padding-bottom: 87.5px !important;
  }
}

.u-pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 640px) {
  .u-pb180 {
    padding-bottom: 90px !important;
  }
}

.u-pb185 {
  padding-bottom: 185px !important;
}
@media screen and (max-width: 640px) {
  .u-pb185 {
    padding-bottom: 92.5px !important;
  }
}

.u-pb190 {
  padding-bottom: 190px !important;
}
@media screen and (max-width: 640px) {
  .u-pb190 {
    padding-bottom: 95px !important;
  }
}

.u-pb195 {
  padding-bottom: 195px !important;
}
@media screen and (max-width: 640px) {
  .u-pb195 {
    padding-bottom: 97.5px !important;
  }
}

.u-pb200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 640px) {
  .u-pb200 {
    padding-bottom: 100px !important;
  }
}

.u-pb205 {
  padding-bottom: 205px !important;
}
@media screen and (max-width: 640px) {
  .u-pb205 {
    padding-bottom: 102.5px !important;
  }
}

.u-pb210 {
  padding-bottom: 210px !important;
}
@media screen and (max-width: 640px) {
  .u-pb210 {
    padding-bottom: 105px !important;
  }
}

.u-pb215 {
  padding-bottom: 215px !important;
}
@media screen and (max-width: 640px) {
  .u-pb215 {
    padding-bottom: 107.5px !important;
  }
}

.u-pb220 {
  padding-bottom: 220px !important;
}
@media screen and (max-width: 640px) {
  .u-pb220 {
    padding-bottom: 110px !important;
  }
}

.u-pb225 {
  padding-bottom: 225px !important;
}
@media screen and (max-width: 640px) {
  .u-pb225 {
    padding-bottom: 112.5px !important;
  }
}

.u-pb230 {
  padding-bottom: 230px !important;
}
@media screen and (max-width: 640px) {
  .u-pb230 {
    padding-bottom: 115px !important;
  }
}

.u-pb235 {
  padding-bottom: 235px !important;
}
@media screen and (max-width: 640px) {
  .u-pb235 {
    padding-bottom: 117.5px !important;
  }
}

.u-pb240 {
  padding-bottom: 240px !important;
}
@media screen and (max-width: 640px) {
  .u-pb240 {
    padding-bottom: 120px !important;
  }
}

.u-pb245 {
  padding-bottom: 245px !important;
}
@media screen and (max-width: 640px) {
  .u-pb245 {
    padding-bottom: 122.5px !important;
  }
}

.u-pb250 {
  padding-bottom: 250px !important;
}
@media screen and (max-width: 640px) {
  .u-pb250 {
    padding-bottom: 125px !important;
  }
}

.u-pb255 {
  padding-bottom: 255px !important;
}
@media screen and (max-width: 640px) {
  .u-pb255 {
    padding-bottom: 127.5px !important;
  }
}

.u-pb260 {
  padding-bottom: 260px !important;
}
@media screen and (max-width: 640px) {
  .u-pb260 {
    padding-bottom: 130px !important;
  }
}

.u-pb265 {
  padding-bottom: 265px !important;
}
@media screen and (max-width: 640px) {
  .u-pb265 {
    padding-bottom: 132.5px !important;
  }
}

.u-pb270 {
  padding-bottom: 270px !important;
}
@media screen and (max-width: 640px) {
  .u-pb270 {
    padding-bottom: 135px !important;
  }
}

.u-pb275 {
  padding-bottom: 275px !important;
}
@media screen and (max-width: 640px) {
  .u-pb275 {
    padding-bottom: 137.5px !important;
  }
}

.u-pb280 {
  padding-bottom: 280px !important;
}
@media screen and (max-width: 640px) {
  .u-pb280 {
    padding-bottom: 140px !important;
  }
}

.u-pb285 {
  padding-bottom: 285px !important;
}
@media screen and (max-width: 640px) {
  .u-pb285 {
    padding-bottom: 142.5px !important;
  }
}

.u-pb290 {
  padding-bottom: 290px !important;
}
@media screen and (max-width: 640px) {
  .u-pb290 {
    padding-bottom: 145px !important;
  }
}

.u-pb295 {
  padding-bottom: 295px !important;
}
@media screen and (max-width: 640px) {
  .u-pb295 {
    padding-bottom: 147.5px !important;
  }
}

.u-pb300 {
  padding-bottom: 300px !important;
}
@media screen and (max-width: 640px) {
  .u-pb300 {
    padding-bottom: 150px !important;
  }
}

.u-pb305 {
  padding-bottom: 305px !important;
}
@media screen and (max-width: 640px) {
  .u-pb305 {
    padding-bottom: 152.5px !important;
  }
}

.u-pb310 {
  padding-bottom: 310px !important;
}
@media screen and (max-width: 640px) {
  .u-pb310 {
    padding-bottom: 155px !important;
  }
}

.u-pb315 {
  padding-bottom: 315px !important;
}
@media screen and (max-width: 640px) {
  .u-pb315 {
    padding-bottom: 157.5px !important;
  }
}

.u-pb320 {
  padding-bottom: 320px !important;
}
@media screen and (max-width: 640px) {
  .u-pb320 {
    padding-bottom: 160px !important;
  }
}

.u-pb325 {
  padding-bottom: 325px !important;
}
@media screen and (max-width: 640px) {
  .u-pb325 {
    padding-bottom: 162.5px !important;
  }
}

.u-pb330 {
  padding-bottom: 330px !important;
}
@media screen and (max-width: 640px) {
  .u-pb330 {
    padding-bottom: 165px !important;
  }
}

.u-pb335 {
  padding-bottom: 335px !important;
}
@media screen and (max-width: 640px) {
  .u-pb335 {
    padding-bottom: 167.5px !important;
  }
}

.u-pb340 {
  padding-bottom: 340px !important;
}
@media screen and (max-width: 640px) {
  .u-pb340 {
    padding-bottom: 170px !important;
  }
}

.u-pb345 {
  padding-bottom: 345px !important;
}
@media screen and (max-width: 640px) {
  .u-pb345 {
    padding-bottom: 172.5px !important;
  }
}

.u-pb350 {
  padding-bottom: 350px !important;
}
@media screen and (max-width: 640px) {
  .u-pb350 {
    padding-bottom: 175px !important;
  }
}

.u-pb355 {
  padding-bottom: 355px !important;
}
@media screen and (max-width: 640px) {
  .u-pb355 {
    padding-bottom: 177.5px !important;
  }
}

.u-pb360 {
  padding-bottom: 360px !important;
}
@media screen and (max-width: 640px) {
  .u-pb360 {
    padding-bottom: 180px !important;
  }
}

.u-pb365 {
  padding-bottom: 365px !important;
}
@media screen and (max-width: 640px) {
  .u-pb365 {
    padding-bottom: 182.5px !important;
  }
}

.u-pb370 {
  padding-bottom: 370px !important;
}
@media screen and (max-width: 640px) {
  .u-pb370 {
    padding-bottom: 185px !important;
  }
}

.u-pb375 {
  padding-bottom: 375px !important;
}
@media screen and (max-width: 640px) {
  .u-pb375 {
    padding-bottom: 187.5px !important;
  }
}

.u-pb380 {
  padding-bottom: 380px !important;
}
@media screen and (max-width: 640px) {
  .u-pb380 {
    padding-bottom: 190px !important;
  }
}

.u-pb385 {
  padding-bottom: 385px !important;
}
@media screen and (max-width: 640px) {
  .u-pb385 {
    padding-bottom: 192.5px !important;
  }
}

.u-pb390 {
  padding-bottom: 390px !important;
}
@media screen and (max-width: 640px) {
  .u-pb390 {
    padding-bottom: 195px !important;
  }
}

.u-pb395 {
  padding-bottom: 395px !important;
}
@media screen and (max-width: 640px) {
  .u-pb395 {
    padding-bottom: 197.5px !important;
  }
}

.u-pb400 {
  padding-bottom: 400px !important;
}
@media screen and (max-width: 640px) {
  .u-pb400 {
    padding-bottom: 200px !important;
  }
}

.u-pb405 {
  padding-bottom: 405px !important;
}
@media screen and (max-width: 640px) {
  .u-pb405 {
    padding-bottom: 202.5px !important;
  }
}

.u-pb410 {
  padding-bottom: 410px !important;
}
@media screen and (max-width: 640px) {
  .u-pb410 {
    padding-bottom: 205px !important;
  }
}

.u-pb415 {
  padding-bottom: 415px !important;
}
@media screen and (max-width: 640px) {
  .u-pb415 {
    padding-bottom: 207.5px !important;
  }
}

.u-pb420 {
  padding-bottom: 420px !important;
}
@media screen and (max-width: 640px) {
  .u-pb420 {
    padding-bottom: 210px !important;
  }
}

.u-pb425 {
  padding-bottom: 425px !important;
}
@media screen and (max-width: 640px) {
  .u-pb425 {
    padding-bottom: 212.5px !important;
  }
}

.u-pb430 {
  padding-bottom: 430px !important;
}
@media screen and (max-width: 640px) {
  .u-pb430 {
    padding-bottom: 215px !important;
  }
}

.u-pb435 {
  padding-bottom: 435px !important;
}
@media screen and (max-width: 640px) {
  .u-pb435 {
    padding-bottom: 217.5px !important;
  }
}

.u-pb440 {
  padding-bottom: 440px !important;
}
@media screen and (max-width: 640px) {
  .u-pb440 {
    padding-bottom: 220px !important;
  }
}

.u-pb445 {
  padding-bottom: 445px !important;
}
@media screen and (max-width: 640px) {
  .u-pb445 {
    padding-bottom: 222.5px !important;
  }
}

.u-pb450 {
  padding-bottom: 450px !important;
}
@media screen and (max-width: 640px) {
  .u-pb450 {
    padding-bottom: 225px !important;
  }
}

.u-pb455 {
  padding-bottom: 455px !important;
}
@media screen and (max-width: 640px) {
  .u-pb455 {
    padding-bottom: 227.5px !important;
  }
}

.u-pb460 {
  padding-bottom: 460px !important;
}
@media screen and (max-width: 640px) {
  .u-pb460 {
    padding-bottom: 230px !important;
  }
}

.u-pb465 {
  padding-bottom: 465px !important;
}
@media screen and (max-width: 640px) {
  .u-pb465 {
    padding-bottom: 232.5px !important;
  }
}

.u-pb470 {
  padding-bottom: 470px !important;
}
@media screen and (max-width: 640px) {
  .u-pb470 {
    padding-bottom: 235px !important;
  }
}

.u-pb475 {
  padding-bottom: 475px !important;
}
@media screen and (max-width: 640px) {
  .u-pb475 {
    padding-bottom: 237.5px !important;
  }
}

.u-pb480 {
  padding-bottom: 480px !important;
}
@media screen and (max-width: 640px) {
  .u-pb480 {
    padding-bottom: 240px !important;
  }
}

.u-pb485 {
  padding-bottom: 485px !important;
}
@media screen and (max-width: 640px) {
  .u-pb485 {
    padding-bottom: 242.5px !important;
  }
}

.u-pb490 {
  padding-bottom: 490px !important;
}
@media screen and (max-width: 640px) {
  .u-pb490 {
    padding-bottom: 245px !important;
  }
}

.u-pb495 {
  padding-bottom: 495px !important;
}
@media screen and (max-width: 640px) {
  .u-pb495 {
    padding-bottom: 247.5px !important;
  }
}

.u-pb500 {
  padding-bottom: 500px !important;
}
@media screen and (max-width: 640px) {
  .u-pb500 {
    padding-bottom: 250px !important;
  }
}

.fadein {
  transition: all 0.25s ease-out 0.25s;
  opacity: 0;
}
.fadein.scrollin {
  opacity: 1;
}

.fadein_up {
  transition: all 0.25s ease-out 0.25s;
  transform: translate(0, 10%);
  opacity: 0;
}
.fadein_up.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein_left {
  transition: all 0.5s ease-out 0.25s;
  transform: translateX(10%);
  opacity: 0;
}
.fadein_left.scrollin {
  transform: translateX(0);
  opacity: 1;
}

.fadein_right {
  transition: all 0.5s ease-out 0.25s;
  transform: translateX(-10%);
  opacity: 0;
}
.fadein_right.scrollin {
  transform: translateX(0);
  opacity: 1;
}

.fadein_order > * {
  transition: all 0.25s ease-out 0.25s;
  transform: translateY(10%);
  opacity: 0;
}
.fadein_order > *.scrollin {
  transform: translateY(0);
  opacity: 1;
}

.fadein_order_right > * {
  transition: all 0.5s ease-out 0.25s;
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_right > *.scrollin {
  transform: translateX(0);
  opacity: 1;
}

.fadein_order_left > * {
  transition: all 0.5s ease-out 0.25s;
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_left > *.scrollin {
  transform: translateX(0);
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Osaka";
  width: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #5a0000;
  z-index: 7;
}
.l-header h1 {
  width: 70px;
  transform: translate(20px, 20px);
}
.l-header__top {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  background-color: #5a0000;
  padding-bottom: 60px;
}
.l-header__top h1 {
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0, 0);
  padding: 52px 0 40px;
  text-align: center;
  width: auto;
}
.l-header__top .wrapper {
  width: 446px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-header h1 {
    width: 85px;
    transform: translate(13px, 16px);
  }
  .l-header__top {
    padding-bottom: 32px;
  }
  .l-header__top h1 {
    padding: 8vw 0 6vw;
    margin: 0 auto;
    width: auto;
    max-width: 30vw;
    text-align: center;
    transform: translate(0, 0);
  }
  .l-header__top .wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0 32px;
  }
}

.l-headding {
  padding: 60px 30px 0;
  background-color: #FFF;
}
.l-headding__wrap {
  font-size: 32px;
  font-weight: 300;
  display: flex;
  align-items: center;
  max-width: 1000px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-headding {
    padding: 60px 13px 0;
  }
  .l-headding__wrap {
    font-size: 20px;
    max-width: 1000px;
    height: 80px;
  }
}

.l-footer {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  background-color: #e6e6e6;
}
.l-footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-left: 60px;
  background-color: #FFF;
}
.l-footer__menu > *::before {
  content: "|";
  display: inline-block;
  margin: 1em;
  color: #cccccc;
}
.l-footer__menu > *:first-child::before {
  content: none;
}
.l-footer__menu a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
}
.l-footer__menu a:hover {
  text-decoration: underline;
}
.l-footer__spy {
  flex-basis: 60px;
  max-width: 60px;
}
.l-footer__copy {
  text-align: center;
  flex-basis: 100%;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  color: #FFF;
  font-weight: 200;
  background-color: #808080;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    justify-content: flex-end;
  }
  .l-footer__menu {
    order: 2;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    flex-basis: 100%;
    max-width: 100%;
    background-color: #e6e6e6;
  }
  .l-footer__menu > * {
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
    background-color: #FFF;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .l-footer__menu > *:nth-child(2n) {
    border-right: 0;
  }
  .l-footer__menu > *::before {
    content: none;
  }
  .l-footer__menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
  .l-footer__menu a:hover {
    text-decoration: none;
  }
  .l-footer__spy {
    order: 1;
    flex-basis: 50px;
    max-width: 50px;
    overflow: hidden;
  }
  .l-footer__copy {
    order: 3;
    height: 50px;
    line-height: 50px;
  }
}

.l-main {
  background-color: #e6e6e6;
  padding: 40px 30px 120px;
  min-height: 700px;
}
.l-main .wrapper {
  max-width: 1000px;
  margin: auto;
}
.l-main__top {
  padding: 100px 30px 120px;
}
@media screen and (max-width: 640px) {
  .l-main {
    min-height: 800px;
    padding: 20px 12px 60px;
    min-height: 90vh;
  }
  .l-main__top {
    padding: 20px 12px 60px;
  }
}

.top__login {
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.75);
}
.top__login .input__id,
.top__login .input__pw {
  font-size: 16px;
  padding: 12px;
  line-height: 1;
  border: 0;
}
.top__login .input__id.error,
.top__login .input__pw.error {
  background-color: #FFEEEE;
}
.top__login .input__pw {
  margin-top: 24px;
}
.top__login .autologin {
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-top: 24px;
  cursor: pointer;
}
.top__login .autologin input {
  margin-right: 0.5em;
}
.top__login .forget {
  font-size: 12px;
  display: inline-block;
  color: #f0e4af;
  margin-top: 20px;
}
.top__login .forget i {
  margin-right: 0.5em;
}
.top__login .beginner__ttl {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-top: 32px;
}
.top__login .beginner__ttl > * {
  padding: 0 0.75em;
}
.top__login .beginner__ttl::before, .top__login .beginner__ttl::after {
  content: "";
  flex-grow: 1;
  content: "";
  height: 1px;
  background-color: #FFF;
}
.top__login .beginner__text {
  font-size: 13px;
  text-align: left;
  color: #FFF;
  line-height: 1.75;
  margin-top: 1em;
}
.top__login .error_msg {
  font-size: 13px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  list-style-type: disc;
  padding: 16px 20px;
  margin-top: 24px;
  border-radius: 4px;
}
.top__login .error_msg > * {
  margin-left: 1em;
  margin-top: 6px;
  color: #FFF;
}
.top__login .error_msg > *:first-child {
  margin-top: 0;
}
.top__login .btn {
  margin-top: 24px;
}
.top__main_menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.top__main_menu:first-child {
  margin-top: 0;
}
.top__main_menu > * {
  flex-basis: calc(33.33% - 18px);
  max-width: calc(33.33% - 18px);
  margin-left: 27px;
}
.top__main_menu > *:first-child {
  margin-left: 0;
}
.top__main_menu span,
.top__main_menu a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70% 24px 24px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.25s;
}
.top__main_menu span .icon,
.top__main_menu a .icon {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 50%;
  max-width: 120px;
  height: auto;
  transform: translate(-50%, -50%);
}
.top__main_menu span i,
.top__main_menu a i {
  font-size: 13px;
  color: #808080;
  margin: 0 0.5em;
}
.top__main_menu a {
  color: #000;
  background: linear-gradient(#f2f2f2, #bfbfbf);
  border-color: #bfbfbf;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.top__main_menu a:hover {
  opacity: 0.5;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.top__main_menu span {
  background-color: #d9d9d9;
  color: #b3b3b3;
}
@media screen and (max-width: 640px) {
  .top__login {
    padding: 32px 16px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .top__login .input__id,
.top__login .input__pw {
    font-size: 16px;
    padding: 12px;
    line-height: 1;
  }
  .top__login .input__pw {
    margin-top: 24px;
  }
  .top__login .autologin {
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    margin-top: 24px;
    cursor: pointer;
  }
  .top__login .autologin input {
    margin-right: 0.5em;
  }
  .top__login .forget {
    font-size: 12px;
    display: inline-block;
    color: #f0e4af;
    margin-top: 20px;
  }
  .top__login .forget i {
    margin-right: 0.5em;
  }
  .top__login .beginner__ttl {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    margin-top: 32px;
  }
  .top__login .beginner__ttl > * {
    padding: 0 0.75em;
  }
  .top__login .beginner__ttl::before, .top__login .beginner__ttl::after {
    content: "";
    flex-grow: 1;
    content: "";
    height: 1px;
    background-color: #FFF;
  }
  .top__login .beginner__text {
    font-size: 13px;
    text-align: left;
    color: #FFF;
    line-height: 1.75;
    margin-top: 1em;
  }
  .top__login .btn {
    margin-top: 24px;
  }
  .top__main_menu {
    display: block;
    margin-top: 20px;
  }
  .top__main_menu > * {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .top__main_menu > *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .top__main_menu span,
.top__main_menu a {
    display: flex;
    justify-content: flex-start;
    padding: 24px 24px 24px 84px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.25s;
  }
  .top__main_menu span .icon,
.top__main_menu a .icon {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 60px;
    max-width: 60px;
    transform: translate(0, -50%);
  }
  .top__main_menu span i,
.top__main_menu a i {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
  }
  .top__main_menu a {
    color: #000;
    background: linear-gradient(#f2f2f2, #bfbfbf);
    border-color: #bfbfbf;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  }
  .top__main_menu a:hover {
    opacity: 0.5;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  }
  .top__main_menu span {
    background-color: #d9d9d9;
    color: #b3b3b3;
  }
}

.subscription_flow {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.subscription_flow__item, .subscription_flow__arrow {
  text-align: center;
}
.subscription_flow__arrow {
  padding: 75px 0 0;
}
.subscription_flow__item {
  flex-basis: calc(33.33% - 24px);
  max-width: calc(33.33% - 24px);
}
.subscription_flow__name {
  font-size: 16px;
  color: #5a0000;
  font-weight: 600;
  margin-top: 20px;
}
.subscription_flow__text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.75;
}
.subscription_flow__notice {
  display: none;
}
.subscription_flow .notes {
  font-size: 0.75em;
}
.subscription_notice {
  font-size: 14px;
  padding-top: 68px;
}
.subscription_feature {
  display: flex;
  flex-wrap: wrap;
}
.subscription_feature > * {
  max-width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 40px;
}
.subscription_feature > *:nth-child(2n) {
  margin-right: 0;
}
.subscription_feature .pic {
  margin-bottom: 28px;
}
.subscription_feature .pic img {
  width: 100%;
  max-width: 100%;
}
.subscription_feature .ttl {
  font-size: 18px;
  margin-bottom: 20px;
  color: #5a0000;
  font-weight: 400;
}
.subscription_feature .txt {
  font-size: 14px;
}
.subscription_price {
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #c0bba6;
}
.subscription_price:only-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.subscription_price > * {
  flex-basis: calc(50% - 18px);
  max-width: calc(50% - 18px);
  margin-right: 36px;
}
.subscription_price > *:nth-child(2n) {
  margin-right: 0;
}
.subscription_price .price {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fe0000;
  color: #fe0000;
}
.subscription_price .notice {
  font-size: 14px;
  margin-top: 20px;
}
.subscription_price .case {
  font-size: 14px;
  position: relative;
  background-color: #e6e6e6;
  padding: 20px 26px;
}
.subscription_price .case::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #e6e6e6 transparent transparent;
  transform: translate(-100%, -50%);
}
.subscription_price .case > *:first-child {
  margin-top: 0;
}
.subscription_price .case dt {
  font-weight: 600;
  margin-top: 20px;
}
.subscription_price .case dd {
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .subscription_flow {
    display: block;
    justify-content: center;
    padding-top: 20px;
  }
  .subscription_flow__arrow {
    overflow: hidden;
    padding: 0 0 0;
    width: 30px;
    margin-left: 25px;
    margin-bottom: 12px;
  }
  .subscription_flow__arrow img {
    width: 100%;
  }
  .subscription_flow__item {
    overflow: hidden;
    flex-basis: 100%;
    max-width: 100%;
  }
  .subscription_flow__image {
    float: left;
    width: 80px;
    margin-right: 20px;
  }
  .subscription_flow__name {
    font-size: 14px;
    color: #5a0000;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
    margin-left: 100px;
  }
  .subscription_flow__text {
    font-size: 12px;
    margin-top: 8px;
    text-align: left;
    margin-left: 100px;
  }
  .subscription_flow__notice {
    font-size: 10px;
    margin-top: 8px;
    display: block;
    text-align: left;
    margin-left: 100px;
  }
  .subscription_feature {
    display: block;
  }
  .subscription_feature > * {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .subscription_feature .pic {
    margin-bottom: 14px;
  }
  .subscription_feature .ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .subscription_feature .txt {
    font-size: 14px;
  }
  .subscription_notice {
    display: none;
  }
  .subscription_price {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
  .subscription_price > * {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .subscription_price .price {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .subscription_price .notice {
    font-size: 13px;
    margin-top: 12px;
  }
  .subscription_price .case {
    font-size: 10px;
    line-height: 1.75;
    margin-top: 24px;
    padding: 16px 14px;
  }
  .subscription_price .case::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #e6e6e6 transparent transparent;
    transform: translate(-50%, -16px) rotate(90deg);
  }
  .subscription_price .case > *:first-child {
    margin-top: 0;
  }
  .subscription_price .case dt {
    font-weight: 600;
    margin-top: 20px;
  }
  .subscription_price .case dd {
    margin-top: 4px;
  }
}
.subscription_noneflex {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
}
.subscription_noneflex > * {
  max-width: 100%;
}
.subscription_r_price {
  color: #fe0000;
  font-size: 2rem;
}

.faq {
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.faq__ttl {
  font-size: 36px;
  text-align: center;
  padding-bottom: 64px;
}
.faq__q {
  display: flex;
  background-color: #FFF;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  transition: opacity 0.3s;
}
.faq__q .icon {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #c0bba6;
  padding: 24px 0 24px 32px;
}
.faq__q .subject {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 0.5em;
}
.faq__q .subject:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  content: "";
  transition: 0.3s;
  transform: translate(0, -50%) rotate(-45deg);
}
.close .faq__q .subject:after {
  transform: translate(0, -50%) rotate(135deg);
}
.faq__q:hover {
  opacity: 0.5;
}
.faq__a {
  display: flex;
  background-color: #faf9f5;
  border-bottom: 1px solid #cccccc;
}
.faq__a .icon {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #5a0000;
  padding: 24px 0 24px 32px;
}
.faq__a .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  flex-grow: 1;
  padding: 24px 32px 24px 1em;
}
.faq__a .text span {
  display: block;
  font-size: 0.8em;
  padding-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .faq__ttl {
    font-size: 18px;
    padding-bottom: 32px;
  }
  .faq__q {
    display: flex;
  }
  .faq__q .icon {
    font-size: 18px;
    flex-basis: 40px;
    max-width: 40px;
    padding: 6px 16px 10px;
  }
  .faq__q .subject {
    font-size: 12px;
    padding: 10px 32px 10px 16px;
  }
  .faq__a .icon {
    font-size: 18px;
    flex-basis: 40px;
    max-width: 40px;
    padding: 6px 16px 10px;
  }
  .faq__a .text {
    font-size: 12px;
    padding: 10px;
  }
  .faq__a .text span {
    font-size: 0.8em;
    padding-top: 0.5em;
  }
}

.notice__contact {
  width: 80%;
  margin: 0 auto;
}
.notice__contact .text {
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .notice__contact {
    width: 100%;
  }
  .notice__contact .text {
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.policy_container {
  font-size: 13px;
  position: relative;
  line-height: 1.75;
}
.policy_container .col_01 {
  color: #5a0000 !important;
}
.policy_container a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.policy_container li {
  margin-bottom: 40px;
}
.policy_container li h4 {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5a0000;
}
.policy_container li:nth-last-child(1) {
  margin-bottom: 0;
}
.policy_container .policy_inner {
  margin-top: 25px;
}
.policy_container .policy_inner > li {
  margin-bottom: 25px;
}
.policy_container .policy_inner > li:nth-last-child(1) {
  margin-bottom: 0;
}
.policy_container .policy_inner h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
.policy_container .policy_inner p span {
  padding: 24px;
  background: #f2f2f2;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .policy_container {
    font-size: 11px;
  }
  .policy_container li {
    margin-bottom: 20px;
  }
  .policy_container li h4 {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 4px;
  }
  .policy_container .policy_inner > li {
    margin-bottom: 12px;
  }
  .policy_container .policy_inner h5 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .policy_container .policy_inner p span {
    padding: 12px;
    margin-top: 12px;
  }
}

.accordion {
  border: 1px solid #f2f2f2;
}
.accordion_contain {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s;
}
.box {
  border: 1px solid #c0bba6;
  background-color: #FFF;
  margin-top: 32px;
}
.box--scroll {
  font-size: 14px;
  max-height: 550px;
  overflow-y: scroll;
}
.box:first-child {
  margin-top: 0;
}
.box__ttl {
  font-size: 20px;
  font-weight: 500;
  background-color: #e3e0d4;
  padding: 24px;
}
.box__body {
  padding: 40px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  .box--scroll {
    font-size: 12px;
    max-height: 275px;
  }
  .box__ttl {
    font-size: 16px;
    padding: 16px;
  }
  .box__body {
    padding: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }
}

.btn {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  transition: opacity 0.25s;
}
.btn:hover {
  opacity: 0.8;
}
.btn i {
  margin-right: 0.5em;
}
.btn--size__small {
  font-size: 13px;
  height: 36px;
  padding: 0 12px;
}
.btn--size__xsmall {
  font-size: 10px;
  height: 22px;
  padding: 0 6px;
}
.btn--inline {
  display: inline-flex;
}
.btn--icon__right {
  position: relative;
  padding-right: 40px;
  padding-left: 24px;
}
.btn--icon__right i {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.btn--icon__left {
  position: relative;
}
.btn--icon__left i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}
.btn--icon__only i {
  margin-right: 0;
}
.btn--red {
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(#8e1818, #450000);
  border-color: #8e1818;
}
.btn--red--linear {
  font-weight: 700;
  color: #8e1818;
  background: #FFEEEE;
}
.btn--trans {
  border-color: transparent;
  color: #595959;
  font-weight: 600;
}
.btn--sliver {
  font-weight: bold;
  color: #000;
  background: linear-gradient(#f2f2f2, #bfbfbf);
  border-color: #bfbfbf;
}
.btn--navy {
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(#697bb1, #405080);
  border-color: #405080;
}
.btn--gray {
  font-weight: 700;
  color: #FFF;
  background: #808080;
  border-color: #808080;
}
.btn--gray--linear {
  font-weight: 700;
  color: #808080;
  background: #f2f2f2;
}
.btn--blue {
  font-weight: 700;
  color: #FFF;
  background: #54AED0;
  border-color: #54AED0;
}
.btn--blue--linear {
  font-weight: 700;
  border-color: #6F919C;
  color: #6F919C;
  background: #EAFAFF;
}
.btn--brown {
  font-weight: 700;
  color: #FFF;
  background: #737373;
  border-color: #737373;
}
.btn--brown--linear {
  font-weight: 700;
  color: #737373;
  background: #FFF;
}

.edit {
  margin-top: 40px;
}
.edit__forms {
  padding: 40px;
  background-color: #f2f2f2;
}
.edit__forms .txt {
  font-size: 13px;
  font-weight: 400;
  flex-basis: 32px;
  max-width: 32px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.edit__forms .txt__disabled {
  font-size: 16px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
  color: #808080;
  border: 1px solid #c0bba6;
  background: #d9d9d9;
  box-sizing: border-box;
}
.edit__forms .date {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.edit__forms .date:after {
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f784";
  transform: translate(0, -50%);
  pointer-events: none;
}
.edit__forms button {
  flex-basis: 52px;
  max-width: 52px;
}
.edit__forms input[data-toggle=datepicker] {
  font-size: 16px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
  border: 1px solid #c0bba6;
  background: black;
  background: linear-gradient(180deg, #e6e6e6 0%, white 50%);
  transition: 0.25s;
  box-sizing: border-box;
}
.edit__forms input[data-toggle=datepicker]:hover {
  border-color: #357083;
}
.edit__forms input[data-toggle=datepicker]:focus {
  border-color: #357083;
  box-shadow: 0 0 8px #54AED0;
}
.edit__forms select,
.edit__forms textarea,
.edit__forms input[type=password],
.edit__forms input[type=email],
.edit__forms input[type=tel],
.edit__forms input[type=text] {
  font-size: 16px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
  border: 1px solid #c0bba6;
  background: black;
  background: linear-gradient(180deg, #e6e6e6 0%, white 50%);
  transition: 0.25s;
  box-sizing: border-box;
  outline: none;
}
.edit__forms select.hidden,
.edit__forms textarea.hidden,
.edit__forms input[type=password].hidden,
.edit__forms input[type=email].hidden,
.edit__forms input[type=tel].hidden,
.edit__forms input[type=text].hidden {
  width: 0;
  height: 0;
  flex-grow: 0;
  padding: 0 0 20px;
  margin: 0;
  border: 0;
}
.edit__forms select.error,
.edit__forms textarea.error,
.edit__forms input[type=password].error,
.edit__forms input[type=email].error,
.edit__forms input[type=tel].error,
.edit__forms input[type=text].error {
  background: linear-gradient(180deg, #ffe4e4 0%, #FFEEEE 50%);
}
.edit__forms select:hover,
.edit__forms textarea:hover,
.edit__forms input[type=password]:hover,
.edit__forms input[type=email]:hover,
.edit__forms input[type=tel]:hover,
.edit__forms input[type=text]:hover {
  border-color: #357083;
}
.edit__forms select:disabled,
.edit__forms textarea:disabled,
.edit__forms input[type=password]:disabled,
.edit__forms input[type=email]:disabled,
.edit__forms input[type=tel]:disabled,
.edit__forms input[type=text]:disabled {
  background: #d9d9d9;
}
.edit__forms select:disabled:hover,
.edit__forms textarea:disabled:hover,
.edit__forms input[type=password]:disabled:hover,
.edit__forms input[type=email]:disabled:hover,
.edit__forms input[type=tel]:disabled:hover,
.edit__forms input[type=text]:disabled:hover {
  border-color: #c0bba6;
}
.edit__forms select:focus,
.edit__forms textarea:focus,
.edit__forms input[type=password]:focus,
.edit__forms input[type=email]:focus,
.edit__forms input[type=tel]:focus,
.edit__forms input[type=text]:focus {
  border-color: #357083;
  box-shadow: 0 0 8px #54AED0;
}
.edit__forms select {
  appearance: none;
  padding-right: 32px;
  appearance: none;
}
.edit__forms select::-ms-expand {
  display: none;
}
.edit__forms label {
  font-size: 16px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  transition: 0.25s;
}
.edit__forms label input[type=radio] {
  margin-right: 0.5em;
}
.edit__forms label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.edit__article {
  display: flex;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 20px;
}
.edit__article:first-child {
  margin-top: 0;
}
.edit__article.__non_input {
  margin-top: 15px;
  padding-bottom: 15px;
}
.edit__article.__non_input .edit__name {
  padding-top: 0;
}
.edit__name {
  font-size: 14px;
  flex-basis: 230px;
  max-width: 230px;
  min-width: 230px;
  font-weight: 700;
  padding-top: 16px;
  margin-right: 0;
}
.edit__group {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.edit__group > * {
  width: 10%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 16px;
  margin-bottom: 20px;
}
.edit__group > *:nth-last-child(1) {
  margin-right: 0;
}
.edit__group__auto {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.edit__group__auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
  margin-bottom: 20px;
}
.edit__group__auto > *:nth-last-child(1) {
  margin-right: 0;
}
.edit__field.column_1 {
  flex-basis: calc(100% / 1);
  max-width: calc(100% / 1);
}
.edit__field.column_1__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_1__return > * {
  flex-basis: calc(100% / 1);
  max-width: calc(100% / 1);
}
.edit__field.column_2 {
  flex-basis: calc(100% / 2);
  max-width: calc(100% / 2);
}
.edit__field.column_2__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_2__return > * {
  flex-basis: calc(100% / 2);
  max-width: calc(100% / 2);
}
.edit__field.column_3 {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
}
.edit__field.column_3__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_3__return > * {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
}
.edit__field.column_4 {
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
}
.edit__field.column_4__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_4__return > * {
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
}
.edit__field.column_5 {
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
}
.edit__field.column_5__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_5__return > * {
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
}
.edit__field.column_6 {
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6);
}
.edit__field.column_6__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_6__return > * {
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6);
}
.edit__field.column_7 {
  flex-basis: calc(100% / 7);
  max-width: calc(100% / 7);
}
.edit__field.column_7__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_7__return > * {
  flex-basis: calc(100% / 7);
  max-width: calc(100% / 7);
}
.edit__field.column_8 {
  flex-basis: calc(100% / 8);
  max-width: calc(100% / 8);
}
.edit__field.column_8__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_8__return > * {
  flex-basis: calc(100% / 8);
  max-width: calc(100% / 8);
}
.edit__field.column_9 {
  flex-basis: calc(100% / 9);
  max-width: calc(100% / 9);
}
.edit__field.column_9__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_9__return > * {
  flex-basis: calc(100% / 9);
  max-width: calc(100% / 9);
}
.edit__field.column_10 {
  flex-basis: calc(100% / 10);
  max-width: calc(100% / 10);
}
.edit__field.column_10__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_10__return > * {
  flex-basis: calc(100% / 10);
  max-width: calc(100% / 10);
}
.edit__field.column_11 {
  flex-basis: calc(100% / 11);
  max-width: calc(100% / 11);
}
.edit__field.column_11__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_11__return > * {
  flex-basis: calc(100% / 11);
  max-width: calc(100% / 11);
}
.edit__field.column_12 {
  flex-basis: calc(100% / 12);
  max-width: calc(100% / 12);
}
.edit__field.column_12__return {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.edit__field.column_12__return > * {
  flex-basis: calc(100% / 12);
  max-width: calc(100% / 12);
}
.edit__field.column__post_num {
  flex-basis: calc(50% - 48px);
  max-width: calc(50% - 48px);
}
.edit__field.column_1 {
  margin-right: 0;
}
.edit__field--select {
  position: relative;
}
.edit__field--select::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #808080;
  transform: translate(0, -50%);
}
.edit__conf {
  display: block;
  padding: 16px 16px 11px;
}
.edit__conf:empty::before {
  white-space: pre-wrap;
  content: " ";
}
.edit__attention {
  flex-basis: 100%;
  max-width: 100%;
  font-size: 12px;
  margin-top: -8px;
  text-indent: -1em;
  padding-left: 1em;
}
.edit__attention__red {
  color: #fe0000;
}
.edit__upload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.edit__upload__input {
  flex-grow: 1;
}
.edit__upload__submit {
  max-width: 213px;
  min-width: 213px;
  flex-basis: 213px;
}
.edit__upload__error {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 20px;
}
.edit__upload__error > * {
  color: #fe0000;
}
.edit__sample {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  background-color: #FFF;
}
.edit__sample__txt {
  flex-basis: calc(100% - 260px);
  max-width: calc(100% - 260px);
}
.edit__sample__txt .ttl {
  font-size: 16px;
}
.edit__sample__txt .text {
  font-size: 16px;
  padding-top: 12px;
}
.edit__sample__pic {
  flex-basis: 260px;
  max-width: 260px;
}
.edit__sample__pic img {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .edit {
    margin-top: 12px;
  }
  .edit__forms {
    padding: 12px;
  }
  .edit__forms .txt {
    font-size: 11px;
    flex-basis: auto;
    flex-basis: inherit;
    max-width: auto;
    max-width: inherit;
  }
  .edit__forms .date:after {
    font-size: 10px;
    top: 50%;
    right: 10px;
    content: "\f784";
    transform: translate(0, -50%);
    pointer-events: none;
  }
  .edit__forms button {
    flex-basis: 36px;
    max-width: 36px;
    height: 36px;
  }
  .edit__forms button i {
    font-size: 12px;
  }
  .edit__forms input[data-toggle=datepicker] {
    font-size: 16px;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 10px;
    border: 1px solid #c0bba6;
    background: black;
    background: linear-gradient(180deg, #e6e6e6 0%, white 50%);
    transition: 0.25s;
    box-sizing: border-box;
  }
  .edit__forms input[data-toggle=datepicker]:hover {
    border-color: #357083;
  }
  .edit__forms input[data-toggle=datepicker]:focus {
    border-color: #357083;
    box-shadow: 0 0 8px #54AED0;
  }
  .edit__forms select,
.edit__forms textarea,
.edit__forms input[type=password],
.edit__forms input[type=email],
.edit__forms input[type=tel],
.edit__forms input[type=text] {
    font-size: 14px;
    padding: 10px 8px;
  }
  .edit__forms select.hidden,
.edit__forms textarea.hidden,
.edit__forms input[type=password].hidden,
.edit__forms input[type=email].hidden,
.edit__forms input[type=tel].hidden,
.edit__forms input[type=text].hidden {
    padding: 0 0 12px;
  }
  .edit__forms select {
    appearance: none;
    padding-right: 32px;
    appearance: none;
  }
  .edit__forms select::-ms-expand {
    display: none;
  }
  .edit__forms label {
    font-size: 13px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    transition: 0.25s;
  }
  .edit__forms label input[type=radio] {
    margin-right: 0.5em;
  }
  .edit__forms label:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .edit__article {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .edit__name {
    font-size: 11px;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }
  .edit__group {
    margin-bottom: 4px;
  }
  .edit__group > * {
    margin-right: 8px;
    margin-bottom: 12px;
  }
  .edit__group__auto > * {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
    margin-bottom: 12px;
  }
  .edit__field.column_1 {
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .edit__field.column_1__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_1__return > * {
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .edit__field.column_2 {
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .edit__field.column_2__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_2__return > * {
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .edit__field.column_3 {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .edit__field.column_3__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_3__return > * {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .edit__field.column_4 {
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .edit__field.column_4__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_4__return > * {
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .edit__field.column_5 {
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .edit__field.column_5__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_5__return > * {
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .edit__field.column_6 {
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .edit__field.column_6__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_6__return > * {
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .edit__field.column_7 {
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .edit__field.column_7__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_7__return > * {
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .edit__field.column_8 {
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
  }
  .edit__field.column_8__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_8__return > * {
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
  }
  .edit__field.column_9 {
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
  }
  .edit__field.column_9__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_9__return > * {
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
  }
  .edit__field.column_10 {
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
  }
  .edit__field.column_10__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_10__return > * {
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
  }
  .edit__field.column_11 {
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
  }
  .edit__field.column_11__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_11__return > * {
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
  }
  .edit__field.column_12 {
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
  }
  .edit__field.column_12__return {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .edit__field.column_12__return > * {
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
  }
  .edit__field.column__post_num {
    flex-basis: 45%;
    max-width: 45%;
  }
  .edit__field--select {
    position: relative;
  }
  .edit__field--select::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #808080;
    transform: translate(0, -50%);
  }
  .edit__field--sp__wrap {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100%;
    margin-right: 0;
  }
  .edit__field--sp__wrap > * {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100%;
    margin-right: 0;
  }
  .edit__conf {
    font-size: 14px;
    padding: 0;
  }
  .edit__conf:empty::before {
    white-space: pre-wrap;
    content: " ";
  }
  .edit__attention {
    font-size: 11px;
    margin-top: 0;
  }
  .edit__sample {
    padding: 12px;
  }
  .edit__sample__txt {
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
  .edit__sample__txt .ttl {
    font-size: 10px;
  }
  .edit__sample__txt .text {
    font-size: 10px;
    padding-top: 4px;
  }
  .edit__sample__pic {
    flex-basis: 130px;
    max-width: 130px;
  }
}

input[type=text],
input[type=password] {
  width: 100%;
  outline: none;
}

::placeholder {
  color: #999999;
  font-size: 1rem;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #999999;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #999999;
}

.member_menu {
  margin-top: 32px;
  border-top: 1px solid #c0bba6;
  border-left: 1px solid #c0bba6;
  border-right: 1px solid #c0bba6;
  background-color: #FFF;
}
.member_menu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #c0bba6;
}
.member_menu__item .btn {
  max-width: 240px;
  flex-basis: 240px;
}
@media screen and (max-width: 640px) {
  .member_menu {
    margin-top: 16px;
  }
  .member_menu__item {
    font-size: 12px;
    padding: 8px 8px 8px 12px;
  }
  .member_menu__item .btn {
    font-size: 11px;
    max-width: 140px;
    flex-basis: 140px;
    height: 40px;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__header {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(50%, -50%);
}
.modal__header .modal__close {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: #450000;
  color: #FFF;
  transition: 0.25s;
}
.modal__header .modal__close:hover {
  opacity: 0.8;
}

.modal__content {
  margin-bottom: 0;
}

.modal__overlay {
  z-index: 8;
}

.modal__container {
  position: relative;
  max-width: 600px;
  margin: 0 20px;
  overflow: visible;
}
.modal__container .msg {
  text-align: center;
  padding-bottom: 24px;
}
.modal__container .btn {
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .modal__container .msg {
    font-size: 12px;
  }
  .modal__container .btn {
    font-size: 14px;
    height: 40px;
  }
}

.notice {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  text-align: center;
}
.notice--red {
  color: #8e1818;
  background-color: #FFEEEE;
  border-color: #8e1818;
}
.notice--red a {
  color: #8e1818;
}
@media screen and (max-width: 640px) {
  .notice {
    font-size: 12px;
    padding: 14px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}
.overlay.is_show {
  visibility: visible;
  animation: show_ol 0.5s linear 0s forwards;
}

@keyframes show_ol {
  100% {
    opacity: 1;
  }
}
.paging__btns {
  position: relative;
  display: flex;
  justify-content: center;
  letter-spacing: -0.5em;
  margin-top: 40px;
}
.paging__btns > * {
  display: inline-block;
  width: auto;
  min-width: 280px;
  margin-left: 16px;
}
.paging__btns > *.back {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: auto;
  max-width: inherit;
  min-width: auto;
  min-width: inherit;
  margin-left: 0;
}
.paging__btns > *.back i {
  margin-right: 0.75em;
}
.paging__btns > *:first-child {
  margin-left: 0;
}
.paging__btns > * > * {
  letter-spacing: normal;
}
@media screen and (max-width: 640px) {
  .paging__btns {
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .paging__btns > * {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .paging__btns > *.submit {
    order: 1;
  }
  .paging__btns > *.cansel {
    order: 2;
  }
  .paging__btns > *.back {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    order: 3;
  }
  .paging__btns > *.back .btn {
    justify-content: flex-start;
  }
  .paging__btns > * .btn {
    font-size: 14px;
  }
  .paging__btns > *:first-child {
    margin-top: 0;
  }
  .paging__btns > * > * {
    letter-spacing: normal;
  }
}

.l-progress {
  background-color: #f2f2f2;
  padding: 16px 120px 0;
}
@media screen and (max-width: 640px) {
  .l-progress {
    padding: 16px 40px 0;
  }
}
.l-progress_bar {
  position: relative;
  max-width: 700px;
  height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-progress_bar {
    height: 70px;
  }
}
.l-progress_bar::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a6a6a6;
  transform: translate(0, -50%);
}
.l-progress_bar > * {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-progress_bar > * > * {
  position: relative;
  display: block;
  height: 12px;
}
.l-progress_bar > *.incomplete::before {
  background-color: #a6a6a6;
}
@media screen and (max-width: 640px) {
  .l-progress_bar > *.incomplete::before {
    width: 13px;
    height: 13px;
    border: 1px solid #a6a6a6;
  }
}
.l-progress_bar > *.current::before {
  border: 2px solid #8e1818;
  background-color: #8e1818;
}
.l-progress_bar > *.current .label {
  color: #8e1818;
  font-weight: 600;
}
.l-progress_bar > *::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #a6a6a6;
  border-radius: 7px;
  background-color: #a6a6a6;
  transform: translate(-50%, 0);
}
.l-progress_bar > * .label {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  color: #a6a6a6;
  transform: translate(0, -28px);
}
@media screen and (max-width: 640px) {
  .l-progress_bar > * .label {
    font-size: 12px;
  }
}
.l-progress_bar > *:nth-child(1) {
  left: 0;
}
.l-progress_bar > *:nth-child(2) {
  left: 33.33%;
}
.l-progress_bar > *:nth-child(3) {
  left: 66.66%;
}
.l-progress_bar > *:nth-child(4) {
  right: 0;
  transform: translate(50%, -50%);
}

.spy {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 60px;
  padding: 0;
}
.spy_obj {
  font-size: 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #FFF;
  text-decoration: none;
  background-color: #5a0000;
  transition: transform 0.25s ease-out;
  transform: translate(0, 0);
  z-index: 2;
}
.spy_obj > span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: translateY(3px) rotate(45deg);
}
.spy_obj.spy_hide {
  transform: translate(120px, 0);
}
.spy_obj.store {
  position: relative;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .spy {
    height: 50px;
  }
  .spy_obj {
    bottom: 0;
    width: 50px;
    height: 50px;
  }
  .spy_obj > span {
    width: 10px;
    height: 10px;
    transform: translateY(3px) rotate(45deg);
  }
  .spy_obj.spy_hide {
    transform: translate(100px, 0);
  }
}

.table {
  width: 100%;
  border: 1px solid #c0bba6;
  table-layout: fixed;
  margin-top: 32px;
}
.table:first-child {
  margin-top: 0;
}
.table th,
.table td {
  border: 1px solid #c0bba6;
  padding: 20px;
}
.table th {
  font-size: 14px;
  width: 250px;
  background-color: #dfdccf;
}
.table td {
  font-size: 16px;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  .table th,
.table td {
    border: 1px solid #c0bba6;
    padding: 16px;
  }
  .table th {
    font-size: 12px;
    width: 120px;
  }
  .table td {
    font-size: 12px;
  }
}

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

.text {
  font-size: 14px;
  font-weight: 400;
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .text {
    padding-top: 16px;
  }
}

.required {
  font-size: 11px;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 0.5em;
  background-color: #405080;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .required {
    font-size: 10px;
    display: inline-block;
    padding: 2px 4px;
  }
}

.title__sub {
  font-size: 20px;
  color: #404040;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .title__sub {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */