@charset "UTF-8";
/*日本語*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format("woff");
}
html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

@media screen and (max-width: 767px) {
  .pc-br,
  .is-pc {
    display: none;
  }
}

.sp-br,
.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br,
  .is-sp {
    display: block;
  }
}

/*--------------------------------------------------------------------------------------

MV未登録の場合に表示するテキストを非表示にする

-----------------------------------------------------------------------------------------*/
.mv-replace {
  display: none;
}

.header_mv {
  width: 100%;
  text-align: center;
}
.header_mv img {
  max-width: 100%;
}

/*--------------------------------------------------------------------------------------

2020.11。全校統一フォームデザイン

-----------------------------------------------------------------------------------------*/
#container {
  width: 100%;
  /*
      background:#f3f3f3;
      padding:40px 0 60px;
  	@include breakpoint{
  		background-color:#fff;
  	    padding:0 0 10vw;
  	}
  */
}

#header {
  max-width: 946px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .head-text-box {
    width: 92%;
    margin: 0 auto;
  }
}
.head-text-box > p {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .head-text-box > p {
    padding-top: 5vw;
  }
}
.head-text-box.complete > p {
  text-align: center;
  line-height: 2;
}
.head-text-box.complete > p a {
  display: inline-block;
  line-height: 2;
}
.head-text-box.complete > p a:hover {
  text-decoration: underline;
}

.l-content-wrap {
  max-width: 946px;
  margin: 0 auto;
  padding: 0 40px 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-content-wrap {
    width: 100%;
    padding: 0 0 6vw;
  }
}

/*------------------------------------------------

フロー前の注釈。2021.6追加

---------------------------------------------------*/
.mv-annotaiton {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.mv-annotaiton.is-large {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mv-annotaiton.is-large {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-annotaiton + .flow-list {
    padding: 5vw 0 4vw;
  }
}

/*------------------------------------------------

フロー

---------------------------------------------------*/
.flow-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .flow-list {
    padding: 10vw 0 4vw;
  }
}

.flow-item {
  position: relative;
  padding: 0 25px;
  text-align: center;
  font-weight: 700;
  color: #2a2a2a;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow-item {
    padding: 0 7vw;
    font-weight: 500;
    font-size: 3.6vw;
  }
}
.flow-item span {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  border: 2px solid #cdcdcd;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 8px;
  text-align: center;
  color: #666;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .flow-item span {
    width: 13vw;
    height: 13vw;
    padding-top: 3.4vw;
    margin-bottom: 2vw;
    font-size: 4.5vw;
    letter-spacing: 0.05em;
  }
}
.flow-item.on span {
  border: 3px solid #666;
  background: #666;
  color: #fff;
}
.flow-item:nth-of-type(1):after {
  content: "";
  display: block;
  position: absolute;
  left: 70px;
  top: 24px;
  width: 180px;
  height: 2px;
  background: #cdcdcd;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow-item:nth-of-type(1):after {
    left: 10vw;
    top: 6vw;
    width: 55vw;
    height: 3px;
  }
}
.flow-item.is-input-page {
  color: #2a2a2a;
}
.flow-item.is-input-page span {
  position: relative;
}
.flow-item.is-input-page span:after {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  right: -3px;
  top: -3px;
  width: 54px;
  height: 54px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span:after {
    right: -2px;
    top: -2px;
    width: 13vw;
    height: 13vw;
  }
}
.flow-item.is-input-page span em {
  font-style: normal;
}
.flow-item.is-input-page span.step01_4:after {
  background: url(/form/images/arc4-1.svg) no-repeat right top;
  background-size: 27px auto;
}
.flow-item.is-input-page span.step02_4:after {
  background: url(/form/images/arc4-2.svg) no-repeat right top;
  background-size: 27px 100%;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span.step02_4:after {
    background: url(/form/images/arc4-2.svg) no-repeat right top;
    background-size: 29px 100%;
    top: -2px;
    right: -3px;
  }
}
.flow-item.is-input-page span.step03_4:after {
  background: url(/form/images/arc4-3.svg) no-repeat right top;
  background-size: 98% auto;
}
.flow-item.is-input-page span.step04_4:after, .flow-item.is-input-page span.step_end:after {
  background: url(/form/images/arc360.svg) no-repeat right top;
  background-size: 98% auto;
}
.flow-item.is-input-page span.step01_3:after {
  background: url(/form/images/arc3-1.svg) no-repeat right top;
  background-size: 27px auto;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span.step01_3:after {
    background: url(/form/images/arc3-1.svg) no-repeat right top;
    background-size: 55% auto;
  }
}
.flow-item.is-input-page span.step02_3:after {
  background: url(/form/images/arc3-2.svg) no-repeat right top;
  background-size: 48px 100%;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span.step02_3:after {
    background: url(/form/images/arc3-2.svg) no-repeat right top;
    background-size: 95% auto;
    top: -2px;
  }
}
.flow-item.is-input-page span.step03_3:after, .flow-item.is-input-page span.step_end:after {
  background: url(/form/images/arc360.svg) no-repeat right top;
  background-size: 98% auto;
}
.flow-item.is-input-page span.step01_5:after {
  background: url(/form/images/arc5-1.svg) no-repeat right top;
  background-size: 27px auto;
  right: -1px;
}
.flow-item.is-input-page span.step02_5:after {
  background: url(/form/images/arc5-2.svg) no-repeat right top;
  background-size: 27px 100%;
  top: -6px;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span.step02_5:after {
    background: url(/form/images/arc5-2.svg) no-repeat right top;
    background-size: 55% 100%;
    top: -4px;
  }
}
.flow-item.is-input-page span.step03_5:after {
  background: url(/form/images/arc5-3.svg) no-repeat right top;
  background-size: 69% auto;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span.step03_5:after {
    background: url(/form/images/arc5-3.svg) no-repeat right top;
    background-size: 73% auto;
    top: -3px;
  }
}
.flow-item.is-input-page span.step04_5:after {
  background: url(/form/images/arc5-4.svg) no-repeat right top;
  background-size: 98% auto;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span.step04_5:after {
    background: url(/form/images/arc5-4.svg) no-repeat right top;
    background-size: 100% auto;
    top: -2px;
  }
}
.flow-item.is-input-page span.step05_5:after, .flow-item.is-input-page span.step_end:after {
  background: url(/form/images/arc360.svg) no-repeat right top;
  background-size: 98% auto;
}
.flow-item.is-input-page.on span {
  border: 2px solid #cdcdcd;
  background: #fff;
  color: #666;
}
.flow-item.is-input-page span {
  font-size: 12px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span {
    font-size: 3.4vw;
    padding-top: 3vw;
  }
}
.flow-item.is-input-page span b {
  font-size: 18px;
  color: #00ae52;
}
@media screen and (max-width: 767px) {
  .flow-item.is-input-page span b {
    font-size: 5.4vw;
  }
}

/*------------------------------------------------

管理画面で登録できるテキストエリア

---------------------------------------------------*/
.input_head_text {
  margin: 0 auto;
  padding: 25px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .input_head_text {
    padding: 4vw 0;
  }
}
.input_head_text .is-caution {
  color: #c00;
}
.input_head_text p,
.input_head_text a {
  line-height: 1.6;
}
.input_head_text span.step_fig {
  display: none;
}

@media screen and (max-width: 767px) {
  .confirm-header-caution {
    padding: 3vw 0 0;
  }
}
.confirm-header-caution .is-text {
  padding-bottom: 25px;
  color: #c00;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .confirm-header-caution .is-text {
    padding-bottom: 5vw;
  }
}

.input-label {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 25px;
  padding: 4px 0.55em;
  border-radius: 11px/50%;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .input-label {
    position: relative;
    display: inline-block;
    right: initial;
    top: initial;
    margin-left: 0.7em;
    padding: 3px 0.55em;
    border-radius: 0.65em/50%;
    font-size: 3vw;
  }
}
.input-label.nece {
  background: #d60000;
}
.input-label.option {
  background: #666;
}

@media screen and (max-width: 767px) {
  #eventCalendarCKBArea.cbox {
    padding-bottom: 15px;
  }
}

.eventCalendarCKBArea.no-kosya-select {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .eventCalendarCKBArea .input-label {
    position: relative;
    margin-left: 1em;
    top: inherit;
  }
}

@media screen and (max-width: 767px) {
  .confirm-table .eventCalendarCKBArea .input-label {
    position: absolute;
    top: 30px;
    margin-left: 0;
  }
}
.confirm-table th.eventCalendarCKBArea {
  width: 30%;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .confirm-table th.eventCalendarCKBArea {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    letter-spacing: 0;
  }
}
.confirm-table th.eventCalendarCKBArea + td {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .designGroupTitle {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .designGroupTitle > div {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .confirm-outline {
    padding: 5vw 0 3vw;
  }
}
.confirm-outline .designGroupTitle {
  display: none;
}

.jExample-top {
  padding-bottom: 2vw;
}

.jExample-bottom {
  padding-top: 2vw;
  font-size: 3.2vw;
  line-height: 1.4;
}

.jcyu-bottom {
  padding-top: 2vw;
}

.alignCenter.ttl {
  display: block;
  text-align: center;
  padding-bottom: 2vw;
  font-size: 4vw;
}

/*------------------------------------------------

完了ページのみ

---------------------------------------------------*/
.emailMes {
  padding: 4vw 0 2vw;
  line-height: 1.8;
}
.emailMes p {
  text-align: left;
  line-height: 1.8;
}

.misc_link {
  width: 66%;
  margin: 0 auto;
  padding: 3vw 0 4vw;
}
.misc_link a {
  display: block;
  width: 100%;
  border: 2px solid #d60000;
  padding: 3vw 0;
  background: #d60000;
  border-radius: 5.5vw/50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.misc_link a:hover {
  text-decoration: none !important;
}

.back-home-link {
  width: 92%;
  margin: 0 auto;
  padding: 3vw 0 4vw;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.back-home-link a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3vw 0;
  border-radius: 5.5vw/50%;
  border: 1px solid #2a2a2a;
  background: #fff;
  font-size: 4vw;
  font-weight: 700;
  color: #2a2a2a;
}
.back-home-link a:hover {
  text-decoration: none !important;
}

/*------------------------------------------------

グループ分けする場合のタイトルエリア

---------------------------------------------------*/
.group-headline-text {
  padding: 4px 0 2px 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .group-headline-text {
    margin: 9vw 0 0;
    padding: 1vw 0 0.8vw 4vw;
    font-size: 4.5vw;
    text-align: left;
  }
}
.group-headline-text.bg-gray {
  background: #dedede;
}
.group-headline-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 4px solid #c00;
}
@media screen and (max-width: 767px) {
  .group-headline-text:before {
    border-left: 4px solid #c00;
  }
}
.group-headline-text small {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .group-headline-text small {
    padding-top: 2vw;
    font-size: 3vw;
  }
}

.policy_confirm_area {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .policy_confirm_area {
    max-width: 100%;
    padding: 0 4%;
    background: inherit;
  }
}
.policy_confirm_area dt {
  border-top: 1px solid #cacaca;
  padding: 32px 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .policy_confirm_area dt {
    padding: 8vw 0 4vw;
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }
}
.policy_confirm_area dt b {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .policy_confirm_area dt b {
    padding-bottom: 2vw;
    font-size: 4.4vw;
  }
}
.policy_confirm_area dt a {
  color: #0094d9;
  text-decoration: underline;
}
.policy_confirm_area input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .policy_confirm_area input[type=checkbox] {
    display: none;
  }
}
.policy_confirm_area label {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .policy_confirm_area label {
    padding: 0vw 0 2.5vw 8vw;
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 1.5;
  }
}
.policy_confirm_area label:before, .policy_confirm_area label:after {
  content: "";
  display: block;
  position: absolute;
}
.policy_confirm_area label:before {
  left: 0;
  top: calc(50% - 12px);
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  background: #fff;
  -webkit-transition: border ease 0.4s, background ease 0.4s;
  transition: border ease 0.4s, background ease 0.4s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .policy_confirm_area label:before {
    top: 2vw;
    width: 5vw;
    height: 5vw;
  }
}
.policy_confirm_area label.check_on:before {
  border: 2px solid #d8001e;
  background: #d8001e;
}
.policy_confirm_area label.check_on:after {
  top: 6px;
  left: 4px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-2px);
      -ms-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
      -ms-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  z-index: 2;
  background: none;
}
@media screen and (max-width: 767px) {
  .policy_confirm_area label.check_on:after {
    top: 2.5vw;
    left: 1vw;
    width: 3vw;
    height: 2vw;
  }
}

.policy-checkbox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy-checkbox {
    text-align: left;
  }
}

.policy-link-text {
  padding-top: 1em;
  width: 84%;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .policy-link-text {
    width: 92%;
    padding-top: 0.5em;
    font-size: 3.7vw;
  }
}
.policy-link-text a {
  color: #d8001e;
  text-decoration: underline;
}

#policyCheckArea.is-fulfill {
  display: block;
}

.confirmBtn {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .confirmBtn {
    max-width: 100%;
    background: inherit;
    padding: 8vw 0 4vw;
    text-align: center;
  }
}
.confirmBtn > img {
  width: 26%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .confirmBtn > img {
    width: 40%;
  }
}

input[name=confirm],
input[name=thanks] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 280px;
  padding: 16px 0;
  border-radius: 6px;
  border: 2px solid #d60000;
  background: #d60000;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[name=confirm],
  input[name=thanks] {
    width: 76%;
    padding: 4vw 0;
    border-radius: 6px;
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  input[name=confirm]:hover,
  input[name=thanks]:hover {
    background: #fff;
    color: #d60000;
  }
}

input[name=confirm]:disabled {
  border: 2px solid #cacaca;
  background: #cacaca;
  cursor: default;
}
@media screen and (min-width: 768px) {
  input[name=confirm]:disabled:hover {
    background: #cacaca;
    color: #fff;
  }
}

input[name=backto] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 200px;
  padding: 13px 0;
  border-radius: 23px/50%;
  border: 1px solid #2a2a2a;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  input[name=backto] {
    width: 70%;
    padding: 4vw 0;
    border-radius: 5.5vw/50%;
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px) {
  input[name=backto]:hover {
    background: #2a2a2a;
    color: #fff;
  }
}

.btn2-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .btn2-box {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .btn2-box.back-to-stepform {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .btn2-box.back-to-stepform > div {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .btn2-box.back-to-stepform input[name=backto] {
    border: none;
    margin-top: 10px;
    width: auto;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .btn2-box.back-to-stepform input[name=backto]:hover {
    color: #2a2a2a;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .btn2-box > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn2-box > div + div {
    padding-top: 4vw;
  }
}

.back-to-input,
.to-complete {
  text-align: center;
}

.back-to-input.back-to-stepform input[name=backto] {
  border: none;
  text-decoration: underline;
  width: auto;
}
.back-to-input.back-to-stepform input[name=backto]:hover {
  background: none;
  color: #2a2a2a;
}

.back-home-link {
  width: 100%;
  padding: 40px 0 30px;
  text-align: center;
}

.back-home-link a {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 13px 0;
  border-radius: 23px/50%;
  border: 1px solid #2a2a2a;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  cursor: pointer;
}

.back-home-link a:hover {
  background: #2a2a2a;
  color: #fff;
}

/*------------------------------------------------

フッタ

---------------------------------------------------*/
@media screen and (max-width: 767px) {
  #pre-footer {
    width: 92%;
    margin: 0 auto;
    padding: 4vw 0;
  }
}

.footer-common {
  background: #414141;
  padding: 24px 0;
  font-size: 14px;
  height: auto;
}

.footer-text {
  font-size: 11px;
  text-align: center;
  color: #fff;
}

/*------------------------------------------------

複数選択可能なカレンダー

---------------------------------------------------*/
.custom-headline-jExample {
  margin-top: 0;
  font-weight: 400;
}
.custom-headline-jExample.is-big {
  font-size: 150%;
  color: #c00;
}

.custom-headline-area {
  width: 100%;
  padding: 20px 0;
}

.custom-headline {
  border-bottom: 2px solid #d60000;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.custom-headline-jCyu {
  display: inline-block;
  margin-left: 1em;
  font-size: 13px;
  font-weight: 400;
}

.paging-area {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .paging-area {
    padding: 4vw 0;
  }
}

.paging-week {
  display: inline-block;
  padding: 3px 5px;
  margin-left: 10px;
  border: 1px solid #666;
  border-radius: 5px;
  opacity: 0.3;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .paging-week {
    padding: 2.5vw 4vw;
    margin-left: 3vw;
    font-size: 4vw;
  }
}
.paging-week.js-show {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.paging-week.js-show:hover {
  background: #fff;
}

.cal-tbl {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}

.cal-tbl {
  display: none;
}

.cal-tbl td,
.cal-tbl th {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cal-tbl th {
  padding: 10px 4px;
  font-size: 13px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cal-tbl th {
    padding: 2vw 0;
    font-size: 3.2vw;
    font-weight: 500;
  }
}

.cal-tbl th small {
  display: block;
}

.sunday { /*th*/
  color: #ee4242;
}

.saturday { /*th*/
  color: #0094d9;
}

.cal-tbl.js-show {
  display: table;
}

.cal-tbl label {
  display: block;
}

.no-data {
  background: url(images/table_pattern.gif);
}

/*
.no-data span{
	display:block;
	width:100%;
	height:100%;
	padding:20px 0;
	border:1px solid #fff;
	background:url(images/table_pattern.gif);
}
*/
.is-non-researve span,
.is-few span,
.is-empty span,
.is-full span {
  display: block;
  padding: 30px 0 10px;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .is-non-researve span,
  .is-few span,
  .is-empty span,
  .is-full span {
    padding: 7vw 0 3vw;
    font-size: 2.6vw;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .flex-col2-inner {
    width: 48%;
  }
}
.flex-col2-inner.is-non-researve, .flex-col2-inner.is-full {
  background: none;
}
.flex-col2-inner.is-non-researve span, .flex-col2-inner.is-full span {
  display: inline;
  background: none;
}

.is-few input,
.is-empty input {
  display: none !important;
}

.is-few span {
  background: url(images/triangle.svg) no-repeat center 12px;
  background-size: 20px auto;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .is-few span {
    background: url(images/triangle.svg) no-repeat center 3vw;
    background-size: 3.6vw auto;
  }
}

.is-empty span {
  background: url(images/circle.svg) no-repeat center 12px;
  background-size: 18px auto;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .is-empty span {
    background: url(images/circle.svg) no-repeat center 3vw;
    background-size: 3.3vw auto;
  }
}

.is-few span,
.is-empty span {
  cursor: pointer;
}

.is-non-researve,
.is-full {
  background: #ececec;
}

.is-non-researve span,
.is-full span {
  display: block;
  background: #ececec url(images/cross.svg) no-repeat center 10px;
  background-size: 18px auto;
}
@media screen and (max-width: 767px) {
  .is-non-researve span,
  .is-full span {
    background: #ececec url(images/cross.svg) no-repeat center 3vw;
    background-size: 3.3vw auto;
  }
}

.is-few input[type=checkbox]:checked + span {
  background: #fce5cd url(images/triangle.svg) no-repeat center 12px;
  background-size: 20px auto;
  border: 2px solid #ef7d03;
}
@media screen and (max-width: 767px) {
  .is-few input[type=checkbox]:checked + span {
    background: #fce5cd url(images/triangle.svg) no-repeat center 3vw;
    background-size: 3.6vw auto;
  }
}

.is-empty input[type=checkbox]:checked + span {
  background: #fce5cd url(images/circle.svg) no-repeat center 12px;
  background-size: 18px auto;
  border: 2px solid #ef7d03;
}
@media screen and (max-width: 767px) {
  .is-empty input[type=checkbox]:checked + span {
    background: #fce5cd url(images/circle.svg) no-repeat center 3vw;
    background-size: 3.3vw auto;
  }
}

.legend-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legend-area p {
  position: relative;
  padding: 20px 25px;
  font-size: 13px;
  color: #000;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .legend-area p {
    padding: 4vw 1em 4vw 1.5em;
    font-size: 3.6vw;
  }
}

.icon-empty {
  background: url(images/circle.svg) no-repeat left center;
  background-size: 18px auto;
}

.icon-few {
  background: url(images/triangle.svg) no-repeat left center;
  background-size: 20px auto;
}

.icon-full {
  background: url(images/cross.svg) no-repeat left center;
  background-size: 16px auto;
}

.select-date-area {
  width: 100%;
  padding: 20px 0;
}
.select-date-area dl {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .select-date-area dl {
    width: 100%;
  }
}
.select-date-area dt {
  background: #dedede;
  padding: 8px 8px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .select-date-area dt {
    padding: 2vw 1em;
    font-size: 3.2vw;
    font-weight: 500;
    white-space: nowrap;
  }
}
.select-date-area dd {
  padding: 8px 14px;
  line-height: 1.1;
  font-size: 13px;
  width: 20em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .select-date-area dd {
    padding: 2vw 0.5em;
    font-size: 3.4vw;
    min-width: 13em;
    font-weight: 500;
  }
}

.select-date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-date-box + .select-date-box {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .select-date-box + .select-date-box {
    margin-top: 2vw;
  }
}

.select-reset {
  padding-left: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  .select-reset {
    padding-top: 3vw;
    padding-bottom: 6vw;
    width: 100%;
    text-align: center;
  }
}
.select-reset span {
  display: inline-block;
  padding: 4px 0.5em;
  border: 1px solid #666;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  cursor: pointer;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .select-reset span {
    padding: 2vw 1em;
    font-size: 3.3vw;
    white-space: nowrap;
  }
}
.select-reset span:hover {
  background: #fff;
}

.real-online {
  padding-left: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  .real-online {
    padding-top: 3vw;
  }
}
.real-online select {
  padding: 6px 0;
  border: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .real-online select {
    padding: 1vw 0;
  }
}

.cal-candidate {
  display: inline-block;
  padding: 4px 0.7em;
  font-weight: 700;
  background: #dedede;
  border-radius: 4px;
  margin-right: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .cal-candidate {
    display: block;
    padding: 2vw 0.7em;
    margin-top: 1em;
    font-weight: 500;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .cal-candidate:nth-of-type(2) {
    margin-top: 2em;
  }
}

.dammy-tbl {
  width: 100%;
  display: table;
  margin-top: 20px;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .dammy-tbl {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.dammy-tbl td {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2;
  padding: 40px 0;
}
.dammy-tbl th {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .dammy-tbl th {
    padding: 2vw 0;
    font-size: 3.2vw;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .dammy-tbl th small {
    display: block;
  }
}

.dammy-tbl {
  display: none;
}

.dammy_cal_text {
  width: 100%;
  text-align: center;
}

.dammy-tbl.js-show {
  display: table;
}

.dammy-tbl label {
  display: block;
}

/*---------------------------------
2022.2追加
-----------------------------------*/
/*カドカワロゴ*/
.holdings-logo {
  max-width: 946px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .holdings-logo {
    width: 100%;
    margin: 0 auto;
    padding-top: 4vw;
    padding-bottom: 2vw;
  }
}

.holdings-logo-image {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .holdings-logo-image {
    padding-right: 1em;
    text-align: right;
  }
}
.holdings-logo-image img {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .holdings-logo-image img {
    width: 25vw;
  }
}

.kosya-annotation {
  width: 100%;
  padding: 1em 0 0;
}
.kosya-annotation .is-text {
  font-size: 3.3vw;
  line-height: 1.6;
  font-weight: 400;
}
.kosya-annotation .is-text b {
  font-weight: 700;
}

/*--------------------------------------------------------------------------------------
2024.2
VCAでABテストの新デザイン採用につき、
新デザインで既存デザインを上書きする部分

学校単位で資料請求ジャンルフォームを全部
新デザインにするときに、このスタイルを読み込む。
それまでは使用しない。

-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .fgenre_2 [class^=g1_fn] .group-headline-text {
    font-size: 4.7vw;
  }
}

#container.thanks .add-event-info {
  padding: 16vw 0 8vw;
  width: 100%;
}
#container.thanks .add-event-info .add-line-wrap {
  margin-top: 10vw;
  border-top: 1px solid #dedede;
}
#container.thanks .add-event-headline {
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.5;
}
#container.thanks .add-event-lead {
  padding: 6vw 0 0;
}
#container.thanks .add-event-lead .is-text {
  font-size: 3.3vw;
  line-height: 1.8;
}
#container.thanks .add-event-subhead {
  padding: 6vw 0 0;
  font-size: 4.6vw;
  text-align: center;
  color: #c00;
  font-weight: 400;
}
#container.thanks .add-event-subhead span {
  border-bottom: 2px solid #c00;
}
#container.thanks .l-add-event-wrap {
  width: 100%;
  padding-top: 1em;
}
#container.thanks .l-add-event-wrap + .l-add-event-wrap {
  padding-top: 3em;
}
#container.thanks .add-event-item {
  width: 100%;
  margin-top: 8vw;
}
#container.thanks .add-event-item + .add-event-item {
  margin-top: 8vw;
}
#container.thanks .add-event-image {
  width: 100%;
}
#container.thanks .add-event-image img {
  max-width: 100%;
}
#container.thanks .add-event-content {
  width: 100%;
  padding: 6vw 3vw 1em;
}
#container.thanks .add-event-content .is-name {
  font-size: 4.4vw;
  font-weight: 700;
}
#container.thanks .add-event-content .is-label {
  padding: 4vw 0 0;
  font-size: 3vw;
}
#container.thanks .add-event-content .is-label span {
  display: inline-block;
  margin: 0 0.5em 4px 0;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 0.2em 0.8em;
}
#container.thanks .add-event-content .is-date {
  padding: 3vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container.thanks .add-event-content .is-date dt {
  width: 6em;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1.4;
}
#container.thanks .add-event-content .is-date dd {
  width: calc(100% - 6em);
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 1.4;
}
#container.thanks .add-event-content .is-time {
  padding: 1vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container.thanks .add-event-content .is-time dt {
  width: 6em;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.4;
}
#container.thanks .add-event-content .is-time dd {
  width: calc(100% - 6em);
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.4;
}
#container.thanks .add-event-content .is-kosya {
  padding: 1vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container.thanks .add-event-content .is-kosya dt {
  width: 6em;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.4;
}
#container.thanks .add-event-content .is-kosya dd {
  width: calc(100% - 6em);
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.4;
}
#container.thanks .add-event-content .is-catch {
  border-top: 1px solid #ccc;
  margin-top: 4vw;
  padding: 2vw 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
}
#container.thanks .add-event-content .is-lead {
  padding: 2vw 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
}
#container.thanks .add-event-content .is-btn {
  max-width: 90%;
  margin: 0 auto;
  padding: 3vw 0 0;
  font-size: 3.6vw;
  text-align: center;
}
#container.thanks .add-event-content .is-btn a {
  color: #fff;
}
#container.thanks .add-event-content .is-btn span {
  display: inline-block;
  width: 100%;
  padding: 4vw 0;
  background: #f10000;
  border: 1px solid #f10000;
  position: relative;
  border-radius: 1vw;
}
#container.thanks .add-event-content .is-btn .a-icon {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}

/*--------------------------------------------------------------------------------------
2024.11
step_input.cssから
表示に関するスタイルを複製
-----------------------------------------------------------------------------------------*/
.group-extra-message {
  padding: 0 0 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .group-extra-message {
    padding: 4vw 0 2vw;
    font-size: 3.6vw;
  }
}

.step-btn-wrap {
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step-btn-wrap {
    padding: 6vw 0 0;
  }
}
.step-btn-wrap span {
  display: inline-block;
  width: 200px;
  padding: 12px 0;
  border: 2px solid #ccc;
  border-radius: 22px/50%;
  font-weight: 700;
  color: #fff;
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .step-btn-wrap span {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .step-btn-wrap span {
    width: 40%;
    padding: 2vw 0;
    border-radius: 4vw/50%;
    font-size: 3vw;
  }
}

.step-back {
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step-back {
    padding: 6vw 0 0;
    font-size: 4vw;
  }
}
.step-back span {
  cursor: pointer;
  text-decoration: underline;
}

.mainWarning {
  padding: 3em 0;
  text-align: center;
}
.mainWarning span {
  font-size: 2rem;
  color: #0040ff;
}