@charset "UTF-8";
*:focus {
  outline: none;
}
.portal {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif !important;
  color: #333;
  background-image: url(/shogaku/lp/portal/local/images/bg01.png);
  background-size: 100px auto;
}

.portal h1, .portal h2, .portal h3, .portal h4, .portal h5, .portal h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .portal {
    font-size: 4.266vw;
  }
  .portal h2 {
    font-size: 7.466vw;
  }
}
.portal_keyvisual {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.portal_keyvisual-bg {
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.portal_keyvisual-inner, .portal_keyvisual-slider {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .portal_keyvisual-inner, .portal_keyvisual-slider {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.portal_keyvisual-day-bnr {
  background-color: #fff;
  text-align: center;
}
.portal_keyvisual-day-bnr p {
  display: inline-block;
  color: #2358d1;
  font-weight: 700;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .portal_keyvisual-day-bnr p {
    font-size: 4.2vw;
  }
}
.portal_keyvisual-day-bnr p .col + .col {
  margin-left: 0.25em;
}
.portal_keyvisual-day-bnr p .num {
  font-family: 'Jost', sans-serif;
  vertical-align: text-bottom;
}
.portal_keyvisual-day-bnr p .monthly {
  font-size: 1.75em;
}
.portal_keyvisual-day-bnr p .day {
  display: inline-block;
  font-size: 2em;
}
.portal_keyvisual-day-bnr p .end {
  display: inline-block;
  line-height: 1;
  font-size: 0.75em;
  font-weight: 400;
}
.portal_keyvisual-day-bnr p .week {
  background: #2358d1;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 700;
}
.portal_keyvisual-day-bnr p .col.countdown{
  background: #fe0000;
  color: #fff;
  padding: .5em;
  border-radius: .25em;
  margin-left: 1em;
}
.portal_keyvisual-day-bnr p .col.countdown .day{
  font-size: 3em;
}
.portal_keyvisual-day-bnr p .col.countdown .day:not(.num){
  letter-spacing: -3px;
}
.portal_keyvisual-day-bnr p .col.countdown .day.num{
  vertical-align: baseline;
  padding: 0 .15em;
}
.portal_keyvisual-apply {
  padding: 20px;
  background-color: #fff;
}
.portal_contents {
  padding: 0 20px 40px;
  margin: 0 auto;
}
.portal_content {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .portal_content {
    padding: 0;
  }
}
.portal .taikenkai-online-banner {
  max-width: 500px;
  margin: 0 auto;
}
.portal .taikenkai-online-banner .bnr-cam {
  display: none;
}
.portal .taikenkai-online-banner figure.top-banner-onlineLink {
  margin: 40px auto 60px;
}
@media (max-width: 767px) {
  .portal .taikenkai-online-banner figure.top-banner-onlineLink {
    margin: 10vw auto;
  }
}
.portal .taikenkai-online-banner figure.top-banner-onlineLink::before {
  content: none;
}
.portal_button.is-aggrement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: bottom;
  overflow: hidden;
  padding: 10px 1em;
  position: relative;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  background: #ff7007;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.portal_button.is-aggrement:hover, .portal_button.is-aggrement:focus {
  background: #ff8d3a;
}
.portal_heading {
  max-width: 1000px;
  margin: 34px auto 1em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  color: #7e3400;
}
.portal_anchor li {
  margin: 20px 0;
}
.portal_anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 6em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7e3400;
  background: #fff;
}
.portal_anchor li a:hover, .portal_anchor li a:focus {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.12), 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.12), 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.portal_anchor li a .img--margin {
  padding: 0.75em;
}
.portal_anchor li a .img-wrap {
  display: block;
  overflow: hidden;
  height: 0;
  position: relative;
}
.portal_anchor li a .img-wrap img {
  display: block;
  position: absolute;
  max-width: unset;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.portal_anchor li a .txt {
  display: block;
  padding: 1.25em 1.5em 1.25em 1em;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.portal_anchor li a .txt::after {
  content: "";
  height: 0.75em;
  width: 0.75em;
  display: block;
  border-right: 2px solid;
  border-top: 2px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1em;
}
.portal_anchor li a .txt .title {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}
.portal_anchor li a .txt .description {
  display: block;
  font-size: 0.875em;
}
* + .portal_anchor li a .txt .description {
  margin-top: 0.5em;
}
.portal_anchor--portrait li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.portal_anchor--portrait li a .img-wrap {
  padding-bottom: 50%;
}
.portal_anchor--landscape li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portal_anchor--landscape li a .img {
  width: 35%;
  max-width: 200px;
}
.portal_anchor--landscape li a .img-wrap {
  padding-bottom: 100%;
}
.portal_limited {
  margin: 40px auto 60px;
}
.portal_limited-slider {
  margin: 0 -20px;
  width: calc(100% + 40px);
  position: relative;
}
.portal_limited-slider::before, .portal_limited-slider::after {
  content: "";
  display: block;
  width: 10%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.portal_limited-slider::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.portal_limited-slider::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.portal_limited-slider .slick-prev,
.portal_limited-slider .slick-next {
  z-index: 999;
  width: 40px;
  height: 40px;
}
.portal_limited-slider .slick-prev::before,
.portal_limited-slider .slick-next::before {
  color: #000;
}
.portal_limited-slider .slick-prev {
  left: 20px;
}
.portal_limited-slider .slick-next {
  right: 20px;
}
.portal_limited-slider .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: calc(50% - 13px);
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 13px;
  -webkit-box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-weight: 400;
  z-index: 999;
  cursor: pointer;
}
.portal_limited-slider .arrow {
  position: absolute;
  color: #aaa;
}
.portal_limited-slider .arrow.right {
  right: 20px;
}
.portal_limited-slider .arrow.left {
  left: 20px;
}
.portal_limited-slider .arrow:after {
  top: 50%;
  right: 50%;
  line-height: 26px;
  font-family: "Glyphicons Halflings";
}
.portal_limited-slider .arrow.right:after {
  content: "";
}
.portal_limited-slider .arrow.left:after {
  content: "";
}
.portal_limited-slide {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.15);
  width: 350px;
  margin: 5px 10px;
  overflow: hidden;
}
.portal_limited-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.portal_limited-slide img {
  display: block;
  position: absolute;
  max-width: unset;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.portal_findmore {
  margin: 40px auto 60px;
}
.portal_apply {
  padding: 10px 20px calc(env(safe-area-inset-bottom) + 10px);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px -2px 9px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -2px 9px -2px rgba(0, 0, 0, 0.15);
  z-index: 99;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.portal_apply:not(.is-show) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.portal_apply.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portal_apply-content {
  max-width: 500px;
  margin: 0 auto;
}
.portal_apply-campaign {
  padding: 4px 0 20px 0;
}
.portal_apply .c-button-convex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portal .js-portal_anim-offset .anim {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portal .js-portal_anim-offset:not(.is-visible) .anim {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portal .js-portal_anim-offset.is-visible .anim-1 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.portal .js-portal_anim-offset.is-visible .anim-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.portal .js-portal_anim-offset.is-visible .anim-3 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.portal .js-portal_anim-offset.is-visible .anim-4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.portal .js-portal_anim-offset.is-visible .anim-5 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.mfp-iframe-scaler {
  height: 80vh !important;
  padding: 0 !important;
}

/* campaign_table
----------------------------------------------*/
table {
  margin: 20px auto;
}

.cnt-campaign th {
  background: #1bb8ce;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.cnt-campaign td {
  border: solid 1px #ccc;
  padding: 10px;
}

.cnt-campaign span.annotation {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .cnt-campaign {
    width: 100%;
  }

  .cnt-campaign th {
    border: none;
  }

  .cnt-campaign th,
.cnt-campaign td {
    display: block;
    width: 100%;
  }
}
/* more
--------------------------------------------------------- */
.cnt-campaign .box-more {
  margin-top: 10px;
  text-align: left;
  opacity: 0.7;
}

.cnt-campaign .box-more label {
  cursor: pointer;
  display: table-cell;
  height: 22px;
  margin: 0;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 11.2px;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cnt-campaign .box-more label:hover {
  background: rgba(0, 0, 0, 0.15);
}

.cnt-campaign .box-more input {
  display: none;
}

.cnt-campaign .box-more i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 3px;
}

.cnt-campaign .box-more i:before, .cnt-campaign .box-more i:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

.cnt-campaign .box-more i:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cnt-campaign .box-more .cnt-more {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cnt-campaign .box-more .cnt-more * {
  font-size: 11.2px;
}

.cnt-campaign .box-more input:checked + label i:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.cnt-campaign .box-more input:checked ~ .cnt-more {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}
/* header
----------------------------------------------*/
header .site-logo.others>div {
  display: flex;
  justify-content: space-between;
}

header .site-logo.others>div>img {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 767px) {
header .site-logo.others>div>img {
  width: auto;
  height: 34px;
}
}

header .site-logo.others>div>p {
  font-size: 12px;
  font-weight: 600;
}
.chg-grade-chu-pc {
	width: 11em;

	color: #276db0;
  border-radius: 50px;
	border: 1px solid #276db0;

	font-weight: bold;
	margin-left: 1em;
	padding: 0.5em 0.5em;
	float: right;
	text-align: center;
}
.chg-grade-you-pc {
	width: 11em;

	color: #14aa32;
  border-radius: 50px;
	border: 1px solid #14aa32;

	font-weight: bold;
	padding: 0.5em 0.5em;
	float: right;
	text-align: center;
}

.chg-grade-chu-pc:hover {
	color: #fff;
	background: #276db0;
}
.chg-grade-you-pc:hover {
	color: #fff;
	background: #14aa32;
}


.chg-grade-chu-sp {
	font-size: 14px;
	color: #276db0;
  border-radius: 40px;
	border: 1px solid #276db0;
	background-color: #fff;
	font-weight: bold;
	padding: 0.5em 0.8em;
	position: absolute;

	display: inline-block;
	right: 20px;
	top: 8px;
	text-align: center;
	z-index: 100;
}
.chg-grade-you-sp {
	font-size: 14px;
	color: #14aa32;
  border-radius: 40px;
	border: 1px solid #14aa32;
	background-color: #fff;
	font-weight: bold;
	padding: 0.5em 1.2em;
	position: absolute;

	display: inline-block;
	right: calc(6em + 24px);
	top: 8px;
	text-align: center;
	z-index: 100;
}


/* text
----------------------------------------------*/
.text-marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #ffff7f));
  background: linear-gradient(transparent 55%, #ffff7f 0%);
}

/* modal
----------------------------------------------*/
.modal-body > button.close {
  top: -6px;
}

/* footer
----------------------------------------------*/
footer {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
}

footer a, footer a:hover, footer a:visited {
  color: #fff;
}

footer .copyright {
  text-align: center;
}

footer .copyright .justsystems-logo {
  display: block;
  width: 196px;
  height: auto;
  margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
  footer.has-btn-area {
    padding-bottom: 60px;
  }

  footer ul {
    margin-bottom: 15px;
  }

  footer ul li {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }

  footer ul li a {
    display: block;
    padding: 10px 15px;
  }

  footer ul li a:after {
    content: "";
    float: right;
    font-family: "Glyphicons Halflings";
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 20px;
    text-align: center;
  }

  footer.has-btn-area {
    margin-bottom: 61px;
  }

  footer ul {
    margin-bottom: 20px;
  }

  footer ul li {
    display: inline-block;
    padding: 0 15px;
  }

  footer ul li .glyphicon {
    font-size: 0.8em;
    margin-left: 5px;
    vertical-align: 1px;
  }
}