@charset "UTF-8";
/*  @map MIXIN */
/*  @map 共通 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
body.spmenu_shown {
  overflow: hidden;
}

pre {
  font-size: 11px;
}

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

/* support iOS */
a {
  text-decoration: none;
}
a:active {
  color: inherit;
}

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

section {
  display: block;
}
@media screen and (min-width: 768px) {
  section.state {
    max-width: 800px;
    margin: 0 auto;
  }
}

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 500;
}

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

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

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
p.desc {
  font-size: 14px;
  line-height: 1.66;
  margin: 0;
}
@media screen and (min-width: 768px) {
  p.desc {
    font-size: 16px;
  }
}
h1 + p.desc {
  padding: 0 20px;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  h1 + p.desc {
    text-align: center;
  }
}

p.note {
  padding-left: 1em;
  position: relative;
}
p.note i {
  position: absolute;
  top: 0;
  left: 0;
}

.test-post-disp {
  padding: 20px;
  font-size: 12px;
  border: 1px solid #eee;
  margin: 30px;
  text-align: center;
}
.test-post-disp pre {
  text-align: justify;
}

i {
  font-style: normal;
}

.flx {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}

.flx-c {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}

.flx-fs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
}

/* @map font */
/*  @map body */
body {
  margin: 0;
  padding: 0;
  color: #222;
  font-family: Meiryo, "メイリオ", "myriad-pro", "Noto Sans JP", sans-serif;
}

/*  @map HEADER */
#header {
  background: #FFF100;
  width: 100%;
  line-height: 1;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  padding-left: 15px;
}
#header .logo {
  position: relative;
  z-index: 2;
}
#header img {
  height: 24px;
  width: auto;
}
#header h1 {
  padding: 0;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  justify-content: center;
}
#header h1:after {
  display: none;
}
#header h1 i {
  background: #0050A4;
  color: #fff;
  font-size: 12px;
  padding: 0;
  height: 20px;
  width: auto;
  padding: 0 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  margin-right: 6px;
  white-space: nowrap;
}
#header .btn-toggle-spmenu {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #FFF100;
  color: #fff;
  font-size: 24px;
  position: relative;
  transition: 200ms;
}
#header .btn-toggle-spmenu i {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 200ms;
}
#header .btn-toggle-spmenu:active i {
  transform: scale(0.8);
}
#header .btn-toggle-spmenu .fa-xmark {
  display: none;
}
.spmenu_shown #header .btn-toggle-spmenu {
  background: #323232;
}
.spmenu_shown #header .btn-toggle-spmenu .fa-bars {
  display: none;
}
.spmenu_shown #header .btn-toggle-spmenu .fa-xmark {
  display: flex;
}
#header .header-menu-wrap {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
  height: 100vh;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  pointer-events: none;
}
#header .header-menu {
  background: #FFF100;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #323232;
  padding: 8.01vw;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  overflow: hidden;
  opacity: 0;
  transition: 200ms ease-in-out;
  transform: translateX(30px);
}
@media screen and (min-width: 768px) {
  #header .header-menu {
    padding: 30px;
    width: 300px;
    position: absolute;
    top: 60px;
    height: calc(100% - 60px);
    right: 0;
  }
}
#header .header-menu a, #header .header-menu .hd {
  color: #fff;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
#header .header-menu a:hover, #header .header-menu .hd:hover {
  opacity: 0.6;
}
#header .header-menu a .icom, #header .header-menu .hd .icom {
  font-size: 1.4em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0.8;
}
#header .header-menu a span + span, #header .header-menu .hd span + span {
  margin-left: 0.8em;
  margin-right: auto;
}
#header .header-menu .hd {
  pointer-events: none;
}
#header .header-menu > li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
}
#header .header-menu > li .fa-regular, #header .header-menu > li .fa-solid {
  width: 16px;
  text-align: center;
  font-size: 16px;
  opacity: 0.8;
  justify-self: flex-end;
}
#header .header-menu > li small {
  background: #fff;
  border-radius: 2px;
  color: #323232;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
  height: 14px;
  width: 24px;
  font-size: 10px;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
#header .header-menu .sub {
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: 500;
  padding-left: 0.5em;
}
.spmenu_shown #header .header-menu {
  opacity: 1;
  transform: translateX(0px);
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .header-menu-wrap-shade {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 60px;
    opacity: 0;
    transition: 300ms;
  }
  .spmenu_shown .header-menu-wrap-shade {
    opacity: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
  }
}

/* @map footer */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  color: #fff;
  font-size: 12px;
  height: 40px;
  padding-right: 40px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
footer .scroll-top {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: #323232;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  z-index: 3;
}

/*  @map MAIN */
#main {
  display: block;
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#path + #main {
  padding-top: 0;
}

/*  @map パンクず */
#path {
  background: #F8F8F8;
  margin-top: 60px;
  overflow: auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #path {
    border-bottom: 1px solid #FFF100;
    background: none;
    padding: 5px 0;
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
#path ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #path ul {
    width: 800px;
    margin: 0 auto;
  }
}
#path li {
  padding: 10px 0;
  font-size: 12px;
  color: #323232;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #path li {
    font-size: 13px;
  }
}
#path li:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 10px;
}
#path li a {
  color: #323232;
}
#path li:last-of-type {
  padding-right: 10px;
}
#path li:last-of-type:after {
  display: none;
}
#path li:last-of-type a {
  pointer-events: none;
  color: #222;
}

/*  @map INNER CONTENT */
.inner-content {
  margin: 5.34vw;
  background: #F8F8F8;
  padding: 5.34vw;
  margin-bottom: 5.34vw;
  display: block;
  border-radius: 12px;
  text-decoration: none;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .inner-content {
    margin: 0;
    margin-bottom: 30px;
    padding: 30px;
  }
  .inner-content.pc-selectbox {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.inner-content .cta-btn {
  margin-bottom: 0 !important;
}
#login .inner-content {
  padding: 8.01vw 0;
  margin-top: 8.01vw;
}
@media screen and (min-width: 768px) {
  #login .inner-content {
    margin: 30px auto;
    margin-top: 100px;
    padding: 50px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #login .inner-content .input-grp-wrap {
    padding: 0 5.34vw;
  }
}
#login .inner-content .input-wrap {
  margin-bottom: 15px;
}
#login .inner-content .hd {
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 8px;
}
.inner-content > .label {
  font-size: 18px;
  text-align: justify;
  color: #323232;
  font-weight: 600;
  margin-bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.05em;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .inner-content > .label {
    font-size: 22px;
  }
}
.inner-content > .label span {
  margin-left: 0;
  margin-right: auto;
}
.inner-content > .label:before {
  margin-right: 5px;
}
.inner-content > .label.m {
  font-size: 16px;
}
.inner-content > .label b i {
  font-size: 14px;
  color: rgba(50, 50, 50, 0.8);
  font-weight: 500;
  margin-left: 0.5em;
}
.inner-content > .label.toggle-next {
  cursor: pointer;
}
.inner-content > .label.toggle-next:hover {
  opacity: 0.8;
}
.inner-content > .label.toggle-next:after {
  content: "\f0fe";
  font-family: "Font Awesome 6 Free";
  font-weight: 500;
}
.inner-content > .label.toggle-next.opened:after {
  content: "\f146";
}
.inner-content > .label.toggle-next + div, .inner-content > .label.toggle-next + ul {
  display: none;
}
.inner-content .select-wrap {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .inner-content .select-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
  }
}
.inner-content .select-wrap > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 3;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .inner-content .select-wrap > div {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
.inner-content .select-wrap > div:last-of-type {
  margin-bottom: 0;
}
.inner-content .select-wrap > div .label {
  white-space: nowrap;
  margin-right: 10px;
  line-height: 1;
}
.inner-content a.thumbnail {
  background: #ccc;
  height: 160px;
  width: 100%;
  display: block;
  margin: 20px 0;
}
.inner-content a.small {
  color: #323232;
  font-size: 14px;
  line-height: 1;
}
.inner-content a.small i {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .pc-flx-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pc-flx-row .inner-content {
    width: calc((100% - 20px) / 2);
  }
}

iframe {
  margin: 20px 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 768px) {
  a.inner-content, .inner-content li a, div.inner-content {
    transition: 300ms;
  }
  a.inner-content:hover, .inner-content li a:hover, div.inner-content:hover {
    background: #FFF100;
  }
}
/*  @map カリキュラム表 */
@media screen and (min-width: 768px) {
  #table-content {
    border: 2px solid #323232;
    margin: 50px auto;
    min-width: 800px;
    width: 90%;
  }
}

table.curriculum {
  white-space: nowrap;
  width: 100%;
  display: block;
  height: 100%;
}
table.curriculum .data {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  justify-content: flex-start;
  margin-bottom: 8px;
}
table.curriculum .data .date {
  font-size: 13px;
  letter-spacing: 0.1em;
  width: 100%;
  color: #323232;
}
table.curriculum .data .date:before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
}
table.curriculum .data .ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 8px 0;
  margin-right: 5px;
  color: #323232;
}
table.curriculum .data .tgt {
  background: #FFF100;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  padding: 4px;
}
table.curriculum ol {
  margin: 0;
  padding-left: 1.2em;
  line-height: 2;
  font-size: 14px;
}
.iOS table.curriculum ol {
  padding-left: 1.5em;
}
table.curriculum a {
  color: #323232;
  font-weight: 500;
  text-decoration: underline;
}
table.curriculum a:after {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
  height: 16px;
  width: 24px;
  font-size: 10px;
  margin-left: 2px;
  content: attr(data-filetype);
}
@media screen and (max-width: 767px) {
  table.curriculum {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    table-layout: fixed;
    overflow-x: auto;
    width: auto;
    flex-wrap: nowrap;
    align-items: flex-start;
    scroll-snap-type: x mandatory;
    padding: 0 2.67vw;
    padding-bottom: 20px;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 500ms;
  }
  table.curriculum.sp-show {
    opacity: 1;
  }
  .iOS table.curriculum:after {
    content: "";
    display: block;
    height: 10px;
    min-width: 2.67vw;
  }
  table.curriculum tbody {
    display: block;
  }
  table.curriculum tr {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding-top: 0;
    margin: 0 2.67vw;
    min-width: 78.64vw !important;
    background: #fff;
    border-radius: 12px;
    scroll-snap-align: center;
    position: relative;
    padding-top: 40px;
  }
  table.curriculum tr:after {
    border: 2px solid #323232;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 12px;
  }
  table.curriculum tr:first-child {
    display: none;
  }
  table.curriculum tr th {
    height: 40px;
    background: #323232;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    border-radius: 12px 12px 0 0;
    transition: 200ms margin;
  }
  .top_passed table.curriculum tr th {
    width: auto;
    border-radius: 50px;
    right: auto;
    font-size: 14px !important;
    padding: 0 15px;
    left: auto;
    margin-top: 75px;
    z-index: 3;
    will-change: top;
  }
  table.curriculum tr td {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    padding: 5.34vw;
    border: 2px solid #323232;
    border-top: 0;
    border-bottom: 1px dashed #323232;
    backface-visibility: hidden;
  }
  table.curriculum tr td:nth-child(2n+1) {
    background: #F8F8F8;
  }
  table.curriculum tr td:last-of-type {
    border-bottom: 2px solid #323232;
    border-radius: 0 0 12px 12px;
  }
  table.curriculum tr td.empty .data {
    display: none;
  }
  table.curriculum tr td.note .data {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  table.curriculum {
    width: auto;
    border: 1px solid #323232;
    border-collapse: collapse;
    position: relative;
  }
  table.curriculum tr:last-of-type th:after {
    border-bottom: 0;
  }
  table.curriculum th, table.curriculum td {
    padding: 15px;
    min-width: 180px;
  }
  table.curriculum th:last-of-type, table.curriculum td:last-of-type {
    border-right: 0;
  }
  table.curriculum td {
    border-right: 1px solid #323232;
  }
  table.curriculum td:last-of-type {
    border-right: 0;
  }
  table.curriculum td.note {
    font-size: 13px;
  }
  table.curriculum td.note .inner {
    height: 100%;
  }
  table.curriculum .v-header {
    width: 220px;
  }
  table.curriculum .h-header > * {
    padding: 6px 0;
    position: sticky;
    top: 0;
    z-index: 1;
    border-right: 1px solid #323232;
    border-bottom: 2px solid #323232;
    background: #fff;
    color: #323232;
  }
  table.curriculum .class {
    background: #323232;
    color: #fff;
  }
  table.curriculum .pc-sticky {
    position: sticky;
    left: 0;
    z-index: 2;
    border-right: 0;
  }
  table.curriculum .pc-sticky:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 2px solid #323232;
    border-bottom: 1px dashed #323232;
  }
  table.curriculum .floating {
    position: relative;
  }
  table.curriculum .floating:after {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #323232;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 32px;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 0;
    transition: 300ms ease-out;
    opacity: 0;
  }
  .top_passed table.curriculum .floating:after {
    opacity: 0.9;
    margin-top: 56px;
    z-index: 3;
    will-change: top;
  }
  table.curriculum .v-header {
    white-space: nowrap;
    text-align: left;
    font-weight: 500;
    background: #FFF100;
  }
  table.curriculum .v-header .ttl {
    line-height: 1.4;
  }
  table.curriculum tr:nth-of-type(2n+1) {
    background: rgba(239, 239, 239, 0.6705882353);
  }
}

ul.panel-bnr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  ul.panel-bnr {
    margin-top: 30px;
  }
}
ul.panel-bnr li {
  background: #fff;
  border-radius: 8px;
  width: calc((100% - 2.67vw) / 2);
  height: 26.7vw;
  margin-top: 2.67vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  ul.panel-bnr li {
    margin-top: 0;
    width: calc((100% - 60px) / 3);
    height: 150px;
  }
}
ul.panel-bnr li:nth-of-type(-n+2) {
  margin-top: 0;
}
ul.panel-bnr li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3.471vw;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0;
  color: #323232;
}
ul.panel-bnr li a .icom {
  font-size: 10.68vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  ul.panel-bnr li a {
    font-size: 15px;
  }
  ul.panel-bnr li a .icom {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
ul.panel-bnr li small {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
  height: 100%;
  width: 24px;
  font-size: 10px;
  margin-left: 2px;
}

ul.text-bnr {
  margin-top: 20px;
}
ul.text-bnr li {
  height: 50px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 2.67vw;
}
ul.text-bnr li:last-of-type {
  margin-bottom: 0;
}
ul.text-bnr li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 15px;
  font-size: 16px;
  color: #323232;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  ul.text-bnr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
  ul.text-bnr li {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 0;
  }
}

/*  @map 見出し */
h1 {
  font-size: 22px;
  text-align: center;
  line-height: 1;
  padding: 40px 0 25px 0;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  h1 {
    padding: 60px 0 50px 0;
  }
}
h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 4px;
  background: #323232;
  margin: 0 auto;
  margin-top: 20px;
}

h2 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

/* @map 入力フォーム */
::-moz-placeholder {
  color: #999999;
  letter-spacing: 0.05em;
}
::placeholder {
  color: #999999;
  letter-spacing: 0.05em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #cecece;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline-color: #3ea6ff;
}
.col2 input[type=text],
.col2 input[type=email],
.col2 input[type=tel],
.col2 input[type=password] {
  width: calc((100% - 10px) / 2);
}
input[type=text].zip,
input[type=email].zip,
input[type=tel].zip,
input[type=password].zip {
  width: 50%;
}

select {
  display: inline-block;
  border: none;
  border: 2px solid #cecece;
  color: #222;
  height: 40px;
  border-radius: 4px;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  background: #fff;
}
select + i {
  display: inline-block;
  width: 20px;
  text-align: right;
  font-size: 16px;
  color: #999999;
}
select:focus {
  outline-color: #3ea6ff;
}

.sel_wrap {
  width: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sel_wrap {
    width: 100px;
  }
}
.sel_wrap.y {
  width: calc(100% - 170px);
}
@media screen and (min-width: 768px) {
  .sel_wrap.y {
    width: 200px;
  }
}
.sel_wrap select {
  width: calc(100% - 20px);
}

label {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
}
label.hide {
  display: none;
}
label.cen {
  justify-content: center;
}
label input[type=checkbox],
label input[type=radio] {
  display: none;
}
label input[type=checkbox] ~ .fa-square, label input[type=checkbox] ~ .fa-circle,
label input[type=radio] ~ .fa-square,
label input[type=radio] ~ .fa-circle {
  font-size: 20px;
  opacity: 0.2;
  line-height: 1;
}
label input[type=checkbox] ~ .fa-square-check, label input[type=checkbox] ~ .fa-circle-dot,
label input[type=radio] ~ .fa-square-check,
label input[type=radio] ~ .fa-circle-dot {
  font-size: 20px;
  display: none;
  line-height: 1;
  color: #3ea6ff;
}
label input[type=checkbox] ~ span,
label input[type=radio] ~ span {
  margin-left: 6px;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: -8%;
  font-size: 16px;
}
label input[type=checkbox] ~ span i,
label input[type=radio] ~ span i {
  font-size: 0.8em;
}
label input[type=checkbox]:checked ~ span,
label input[type=radio]:checked ~ span {
  font-weight: 500;
  color: #222;
}
label input[type=checkbox]:checked ~ .fa-square, label input[type=checkbox]:checked ~ .fa-circle,
label input[type=radio]:checked ~ .fa-square,
label input[type=radio]:checked ~ .fa-circle {
  display: none;
}
label input[type=checkbox]:checked ~ .fa-square-check, label input[type=checkbox]:checked ~ .fa-circle-dot,
label input[type=radio]:checked ~ .fa-square-check,
label input[type=radio]:checked ~ .fa-circle-dot {
  display: block;
}

/* @map ボタン  */
.cta-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 290px;
  height: 60px;
  background: #fff;
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 50px;
  cursor: pointer;
  max-width: 73.3vw;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    height: 60px;
    max-width: 360px;
  }
  .cta-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .cta-btn:active {
    transform: scale(0.97);
  }
}
.cta-btn.mid {
  height: 50px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .cta-btn.mid {
    width: 240px;
  }
}
.cta-btn.mb0 {
  margin-bottom: 0;
}
.cta-btn.white {
  color: #009244;
}
.cta-btn.small {
  border: 2px solid #999999;
  height: 36px;
  width: auto;
  margin: 0;
  font-size: 12px;
  padding: 0 12px;
  letter-spacing: 0.05em;
  color: #999999;
}
.cta-btn.back {
  background: #CECECE;
  color: #fff;
}
.cta-btn.base {
  background: #323232;
  color: #fff;
}
.cta-btn.base.border {
  background: #fff;
  color: #323232;
  border: 2px solid #323232;
}
.cta-btn.event-cancel {
  border: 2px solid #999999;
  color: #999999;
}
.cta-btn.event {
  height: 40px;
  width: 120px;
  border: 2px solid #ccc;
  font-size: 14px;
  letter-spacing: 0;
}
.cta-btn.event .selected {
  display: none;
}
.cta-btn.event.join {
  border-color: #009244;
  color: #009244;
}
.cta-btn.event.waitlist {
  border-color: #cecece;
  font-size: 13px;
}
.cta-btn.event.reserved {
  color: #009244;
  border-color: #009244;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
*[data-selected=selected] .cta-btn.event {
  border-width: 2px;
  border-color: #3ea6ff;
  background: #3ea6ff;
  color: #fff;
}
*[data-selected=selected] .cta-btn.event span {
  display: none;
}
*[data-selected=selected] .cta-btn.event .selected {
  display: block;
  font-size: 14px;
}
*[data-selected=selected] .cta-btn.event span:before {
  margin-right: 0.5em;
}
.cta-btn i.stop {
  display: none;
}
.cta-btn.stop {
  opacity: 0.5;
  cursor: not-allowed;
}
.cta-btn.stop .next {
  display: none;
}
.cta-btn.stop .stop {
  display: inline-block;
}

.btn-grp.flx .back {
  width: calc((100% - 10px) / 3);
  margin: 0;
}
.btn-grp.flx div.next {
  width: calc((100% - 10px) / 3 * 2);
  margin: 0;
}
.btn-grp.flx .event-edit {
  width: calc((100% - 10px) / 2) !important;
  margin: 0;
}
.btn-grp.flx .event-cancel {
  width: calc((100% - 10px) / 2) !important;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .btn-grp.flx {
    justify-content: center !important;
  }
  .btn-grp.flx .cta-btn {
    margin: 0 10px !important;
  }
}

/* @note ログインページ */
#cta-login {
  margin-top: 30px;
  border: none;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  #cta-login {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.login.note {
  color: #323232;
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .login.note {
    text-align: center;
  }
  .login.note i {
    position: relative;
    margin-right: 5px;
  }
}

.pasword-notify {
  display: none;
  font-size: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  margin: 20px 0;
  margin-top: 10px;
  line-height: 1.6;
}
.pasword-notify h4 {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .pasword-notify {
    font-size: 12px;
  }
}

.keep-login span {
  font-size: 14px !important;
}

.flx-fs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}

.flx-fe {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.flx-cen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.flx-cen label {
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .pc-flx-fs {
    justify-content: flex-start !important;
  }
  .pc-flx-fs label {
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp-flx-fs {
    justify-content: flex-start !important;
  }
  .sp-flx-fs label {
    margin: 0;
    width: 50%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sp-flx-fs label {
    margin: 0;
    margin-bottom: 10px;
    width: 33%;
  }
}

.flx-inner-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
  align-items: flex-start;
}
.flx-inner-list label {
  line-height: 1;
  margin-bottom: 18px;
}
.flx-inner-list label:last-of-type {
  margin-bottom: 0;
}

.wrap-to-signup {
  margin-top: 50px;
}

/* @note エラー表示 バリデーション */
.input-wrap .err {
  font-size: 11px;
  color: #FD8888;
  line-height: 1.5;
  margin-top: 0.5em;
  white-space: nowrap;
  text-align: justify;
  position: relative;
  padding-left: 1.5em;
  display: none;
}
.input-wrap .err:before {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 0.3em;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}

.icon-gd {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url("/mypage/assets/img/icon-gd.svg");
}

.icon-box {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url("/mypage/assets/img/icon-box.png");
  background-position: center;
  background-size: contain;
}/*# sourceMappingURL=style.css.map */