@charset "utf-8";
/* default PC */
/* 2023.7.6 	Shaft)Morimoto .red-txt,txt-90 追加 */
/* 2024.6.5 	Shaft)Morimoto  select 追加 */
/* 2025.11.27   Shaft)Morimoto  available-txt,.new-txt 追加 */

/* animation */
.animation {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: 0.5s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: 0.5s;
}

.fadeup {
  animation-name: fadeupAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeupAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* contents */

#contents a.underline {
  text-decoration: underline;
}

#contents input[type="checkbox"] {
  margin-right: 5px;
}

#first .blue-ttl-box {
  border-radius: 12px;
  padding: 45px 0 60px;
}

#first .blue-ttl-box .box-ttl {
  color: #273f81;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

#first .check-item-box {
  margin-bottom: 40px;
}

#first .first-main-area .check-item {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  margin-bottom: 15px;
  padding: 15px 25px;
}

#first .first-main-area .check-item:last-child,
#first .first-main-area p {
  margin-bottom: 0;
}

#first .first-main-area .check-item .ico-check {
  align-items: center;
  display: flex;
  margin-right: 8px;
  position: relative;
  top: 3px;
  width: 24px;
}

#first .first-main-area .check-item .check-txt {
  font-size: 18px;
  width: calc(100% - 24px);
}

#first .first-main-area .bubble-txt {
  background-color: #273f81;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin: 0 auto;
  max-width: 740px;
  padding: 17px 10px 21px;
  position: relative;
}

#first .first-main-area .bubble-txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #273f81 transparent;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

#first .name-area {
  display: flex;
  width:100%
}

#first .name-area div {
  width:50%
}

#first .name-area div input {
  width:80%
}

#first .name-area div .title {
  display: inline-block;
  width: 40px;
  padding-right: 5px;
  text-align: left;
}

#first .name-area div .error-txt {
  margin-left: 40px;
}

#contents .point-box .ttl {
  align-items: baseline;
  display: flex;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  text-indent: 0;
}

#admission .point-box .indent {
  text-indent: 1em;
}

#admission .point-box .kome-indent {
  text-indent: -1em;
  padding-left: 1em;
}

#contents .sp-txt {
  display: none;
}

#contents .point-box .ttl .number {
  background-color: #c13039;
  border-radius: 15px 0 15px 0;
  color: #fff;
  font-family: azo-sans-web, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  line-height: 1.2em;
  margin-right: 15px;
  padding: 2px 25px;
  text-align: center;
}

#first .trial-area {
  padding: 60px 0 50px;
}

#first .end-admission-area {
  background-image: url(../image/contents/first/first_end_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 65px 0;
}

#first .end-admission-area .inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}

#first .end-admission-area h2 {
  margin-bottom: 25px;
}

#trial #contents form th {
  width: 315px;
}

#trial .trial-category {
  display: none;
}

#trial .trial-category.active {
  display: block;
}

#trial .trial-tab-list {
  align-items: stretch;
  border-bottom: 3px solid #273f81;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 70px;
  padding: 0;
}

#trial .trial-tab {
  background-color: #dbf0ff;
  color: #273f81;
  cursor: pointer;
  max-width: 400px;
  padding: 10px 0;
  transition: .3s;
  text-align: center;
  width: calc(50% - 20px);
}

#trial .trial-tab.active {
  background-color: #273f81;
  color: #fff;
}

#trial .trial-tab p {
  font-size: 22px;
  margin-bottom: 0;
  transition: .3s;
}

#trial .trial-tab:hover p {
  transform: scale(1.05);
  transition: .3s;
}

#request .page-ttl {
  margin-bottom: 0;
}

#magazine h2.magazine-warning {
  margin-bottom: 20px;
}

#magazine .magazine-list p .vol-box {
  background-color: #dbebfe;
  color: #273f81;
  display: inline-block;
  font-weight: bold;
  padding: 7px 17px;
}

#magazine .magazine-list p .box-txt {
  background-color: #fff;
  display: block;
  padding: 7px 17px;
  width: 100%;
}

#magazine .magazine-list p {
  align-items: center;
  background-color: #dbebfe;
  border: 3px solid #dbebfe;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}

#contents #admission form table {
  margin-bottom: 0;
}

#contents #admission table caption {
  background-color: #273f81;
  color: #fff;
  font-size: 17px;
  padding: 11px;
}

#contents #trial form th {
  width: 310px;
}

#trial .trial-catch {
  background-color: #c13039;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 180%;
  padding: 15px 0;
  max-width: 1000px;
  margin: auto auto 5px;
}

#trial .trial-catch .txt-120 {
  margin: 0 5px;
}

#contents #trial .trial-catch p:last-child,
#contents #trial .trial-balloon p:last-child,
#contents #trial .trial-ico p:last-child {
  margin-bottom: 0;
}

#trial .trial-ico {
  text-align: center;
  font-size: 250%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#trial .trial-ico::before,
#trial .trial-ico::after {
  content: "";
  height: 70px;
  width: 70px;
  margin-right: 50px;
  background-image: url(/_common/image/contents/first/trial/ico_hand1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 25px;
}

#trial .trial-ico::after {
  margin-left: 50px;
}

#trial .trial-ico::before {
  background-image: url(/_common/image/contents/first/trial/ico_hand2.jpg);
}

#trial .trial-balloon {
  background-color: #f4f4f4;
  padding: 30px 20px;
  text-align: center;
  font-size: 150%;
  position: relative;
  margin-bottom: 50px;
}

#trial .trial-balloon .txt-120 {
  margin: 0 15px;
}

#trial .trial-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 40px solid #f4f4f4;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  width: 0;
  height: 0;
}

#trial .trial-type {
  max-width: 1200px;
  margin: auto;
}

#trial .trial-type .trial-item {
  width: calc(50% - 10px);
  margin-right: 20px;
  text-align: center;
  font-size: 130%;
}

#trial ul.trial-list {
  font-size: 80%;
  list-style: none;
  background-color: #dbebfe;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 70px;
}

#trial ul.trial-list li {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  margin-bottom: 15px;
  padding: 11px 25px 10px 45px;
  background-image: url(/_common/image/contents/first/circle_check.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 13px 14px;
}

#trial ul.trial-list li:last-child {
  margin-bottom: 0;
}

#trial .trial-type .trial-item:nth-child(2n) {
  margin-right: 0;
}

#trial ul.trial-list::before {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  border-top: 30px solid #dddddd;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 0;
  height: 0;
}

#trial .trialbtn-type01,
#trial .trialbtn-type02 {
  display: block;
  text-align: center;
  color: #273f81;
  background-color: #dbf0ff;
  padding: 15px;
  max-width: 350px;
  box-sizing: border-box;
  margin: auto;
  transition: .5s;
}

#trial .trialbtn-type02 {
  color: #273f81;
  background-color: #dbebfe;
}

#trial .trialbtn-type01:hover,
#trial .trialbtn-type02:hover {
  transition: .5s;
  text-decoration: none;
  transform: scale(1.1);
}
/* Morimoto addition */
#trial .trial-notes {
  border: 2px solid #c13039;
  padding: 10px 40px;
  border-radius: 10px;
  max-width: 860px;
  margin: 90px auto auto;
}

#trial .red-txt {
  color: #c13039;
}
#trial .txt-90 {
  font-size: 90%;
}
#trial select {
/*
  -webkit-appearance: none;
  appearance: none;
*/
  padding: 10px;
}
#admission #payment .payment-info {
  max-width: 700px;
  width:100%;
  margin: auto;
}
#admission .ml-1em {
  margin-left: 1em;
}
#magazine .available-txt {
    align-items: center;
    background-color: #3ea82a;
    color: #fff;
    font-size: 14px;
    height: 22px;
    letter-spacing: 0.025em;
    max-width: 60px;
    margin-left: 5px;
    padding: 2px 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
#magazine .new-txt {
    align-items: center;
    background-color: #c13039;
    color: #fff;
    font-size: 14px;
    height: 22px;
    letter-spacing: 0.025em;
    line-height: 1em;
    max-width: 60px;
    margin-left: 5px;
    padding: 2px 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
/* End:Morimoto addition */
/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .point-area.first .point-box {
    display: block;
    margin-bottom: 60px;
    padding-top: 60px;
    position: relative;
  }

  #contents .point-area.first .point-box .img-2box {
    width: 100%;
  }

  #contents .point-area.first .point-box .img-2box-txt {
    margin: 0;
    width: 100%;
  }

  #contents .point-area.first .point-box .ttl {
    position: absolute;
    top: 0;
    left: 0;
  }

  #contents .point-area.first .point-box .img-2box img {
    width: 460px;
  }

  #first .first-main-area .check-item {
    padding: 15px;
  }

  #first .first-main-area .check-item .check-txt {
    font-size: 17px;
    width: calc(100% - 21px);
  }

  #first .first-main-area .check-item .ico-check {
    width: 21px;
  }

  #trial table tr {
    display: block;
  }

  #trial table th {
    padding-bottom: 0;
  }

  #trial table th,
  #trial table td {
    display: block;
    width: 100%;
  }

  #trial .trial-tab-list {
    margin: 20px auto 55px;
  }

  #trial .trial-tab p {
    font-size: 18px;
  }

  #trial .trial-type .trial-item {
    width: 98%;
    margin: auto;
  }

  #trial .trial-ico::before,
  #trial .trial-ico::after {
    width: 30px;
    margin: 0 10px 0;
    top: 25px;
  }

  #trial ul.trial-list li {
    text-align: left;
  }

  #magazine .mb-40 p br {
    display: none;
  }

  #magazine .mb-40 p {
    font-size: 100%;
    text-align: left;
  }

  #magazine .mb-40 p.txt-center {
    text-align: center;
  }

  #magazine .form-area .mb-40 p.txt-center {
    text-align: left;
  }

  #request .txt-center.txt-110 {
    font-size: 100%;
    text-align: left;
  }

  #request .txt-center.txt-110 br {
    display: none;
  }
}

/* view-856 崩れ調整用サイズ */
@media screen and (max-width: 856px) {
  
  #first .name-area div input {
    width: 95%;
  }
  
  #first .name-area div .error-txt {
    margin-left:unset;
    margin-right: 10px;
  }
}

/* view-767 Tablet */
@media screen and (max-width: 767px) {

  #first .end-admission-area .inner .txt-2box {
    margin-right: 0;
    width: 100%;
  }

  #contents .point-area.first .point-box .ttl {
    font-size: 21px;
  }

  #contents .point-area.first .point-box .ttl .number {
    font-size: 23px;
    margin-right: 10px;
    padding: 2px 20px;
  }

  #first #contents h2 {
    font-size: 27px;
  }

  #contents #admission table caption {
    display: block;
  }

  #contents p.bold.look-red.txt-center.txt-120 {
    text-align: left;
  }

  #first .name-area,
  #first .name-area div,
  #first .name-area div input,
  #first .name-area div .title {
    display: block;
    width: 100%;
  }

  #first .name-area div .title {
    width: unset;
    padding-right: unset;
  }

  #first .name-area div .error-txt {
    margin-left: unset;
  }

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

  #first #contents {
    padding-bottom: 195px;
  }

  #first .end-admission-area .inner {
    padding: 40px 15px;
  }

  #first #contents .main-txt {
    font-size: 19px;
  }

  #contents .point-area.first .point-box {
    padding-top: 52px;
  }

  #contents .point-area.first .point-box:nth-child(2) {
    padding-top: 75px;
  }

  #contents .point-area.first .point-box .ttl {
    font-size: 17px;
  }

  #contents .point-area.first .point-box .ttl .number {
    font-size: 18px;
    padding: 2px 16px;
  }

  #first .first-main-area .bubble-txt {
    font-size: 16px;
  }

  #first .first-main-area .check-item .ico-check {
    top: 4px;
    width: 18px;
  }

  #first .first-main-area .check-item .check-txt {
    font-size: 15px;
    width: calc(100% - 18px);
  }

  #first .blue-ttl-box .box-ttl {
    font-size: 18px;
  }

  #first #contents h2 {
    font-size: 21px;
  }

  #trial p.look-red.txt-center {
    text-align: left;
  }

  #trial .trial-item .trial-tab {
    width: calc(75% - 15px);
  }

  #trial .trial-tab-list .trial-tab {
    width: calc(50% - 15px);
  }

  #trial .trial-tab-list {
    margin: 10px auto 40px;
  }

  #trial .trial-tab p {
    font-size: 15px;
  }

  #contents #admission table caption {
    font-size: 15px;
    line-height: 1.8em;
  }

  #contents #admission table caption .br-767 {
    display: none;
  }

  #contents .sp-txt {
    display: block;
  }

  #trial #contents form th {
    width: 100%;
  }

  #contents .point-box .ttl {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  #contents .point-box .ttl .number {
    font-size: 19px;
    margin-right: 12px;
    padding: 2px 20px;
  }

  #first .name-area,
  #first .name-area div,
  #first .name-area div input,
  #first .name-area div .title {
    display: block;
    width: 100%;
  }

  #first .name-area div .title {
    width: unset;
    padding-right: unset;
  }

  #first .name-area div .error-txt {
    margin-left: unset;
  }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}