@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}
img[usemap] {
  border-width: 0;
}
a img {
  border-width: 0;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f1f9f6;
  color: #3c414c;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.05em;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W6", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
}
body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #3c414c;
}
.l-header {
  min-width: 1280px;
  padding: 0 20px;
  width: 100%;
  height: 94px;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .l-header {
    min-width: inherit;
    padding: 0 16px;
    height: 76px;
  }
}

.l-header--campus {
  height: 88px;
}

@media screen and (max-width: 600px) {
  .l-header--campus {
    height: 124px;
    padding: unset;
  }
}

.l-header__inner {
  position: relative;
  margin: auto;
  padding: 20px 0;
  max-width: 1280px;
}
@media screen and (max-width: 600px) {
  .l-header__inner {
    max-width: inherit;
    padding: 16px 0 12px 0;
    margin: 0 12px;
  }
}

.l-header__inner--campus {
  max-width: 1440px;
}

.l-header__logo {
  margin-left: 56px;
}
.l-header__logo--campus {
  margin-top: 11px;
}

.l-header__logo a {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .l-header__logo img {
    width: auto;
  }
}
.l-header__btn {
  position: absolute;
  top: 27px;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .l-header__btn {
    top: 17px;
    width: 32px;
    height: 32px;
  }
}
.l-header__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 600px) {
  .l-header__btn::before {
    height: 32px;
  }
}

.l-header__btn--campus {
  top: unset;
  left: unset !important;
}

@media screen and (max-width: 600px) {
  .l-header__btn--campus {
    left: 0 !important;
  }
}

.l-header__btn:hover {
  opacity: 0.7;
}
.l-header__btn.-login {
  right: 0;
}
.l-header__btn.-login::before {
  background-image: url("/contents/campus/img/icon_login_green.svg");
  background-size: 36px 34px;
}

@media screen and (max-width: 600px) {
  .l-header__btn.-login::before {
    background-image: url("/contents/campus/img/icon_login_green_small.svg");
    background-size: 32px 30px;
  }
}

.l-header__btn.-pin {
  right: 56px;
}
@media screen and (max-width: 374px) {
  .l-header__btn.-pin {
    display: none;
  }
}
.l-header__btn.-pin::before {
  background-image: url("/contents/campus/img/icon_pin_green.svg");
  background-size: 36px 36px;
}
.l-header__btn.-mypage {
  right: 0;
}
.l-header__btn.-mypage::before {
  background-image: url("/contents/campus/img/icon_mypage.svg");
  background-size: 36px 36px;
}
.l-header__btn.-menu {
  left: 0;
}
.l-header__btn.-menu::before {
  background-image: url("/contents/campus/img/icon_triple_line.svg");
  background-size: 30px 26px;
}

.l-nav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  padding-right: calc(100% - 437px);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  .l-nav {
    padding-right: 55px;
  }
}
.l-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-nav.is-active .l-nav__inner {
  left: 0;
}
.l-nav__bg {
  width: calc(100% + 437px);
  height: 100%;
  background: rgba(108, 107, 107, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .l-nav__bg {
    width: calc(100% + 55px);
  }
}
.l-nav__inner {
  position: relative;
  left: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-nav__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 14px;
  padding-inline: 12px 24px;
  background: #068475;
}
.l-nav__heading-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.l-nav__heading-close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: transparent;
  border: 0;
}
.l-nav__heading-close::before,
.l-nav__heading-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #fff;
}
.l-nav__heading-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-nav__heading-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-nav__content {
  background: #fff;
  min-height: calc(100vh - 56px);
  -webkit-padding-after: 10px;
  padding-block-end: 10px;
}
.l-nav__list {
  list-style-type: none;
}
.l-nav__list a {
  display: block;
  width: 100%;
  padding: 13px 12px;
  font-size: 1.6rem;
  color: #686868;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 601px) {
  .l-nav__list a:hover {
    background-color: #068475;
    color: #fff;
  }
}
.l-nav__list button {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 34px 13px 12px;
  text-align: left;
  font-size: 1.6rem;
  color: #686868;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 601px) {
  .l-nav__list button:hover {
    background-color: #068475;
    color: #fff;
  }
}
.l-nav__list button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #686868;
  border-right: 1px solid #686868;
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 601px) {
  .l-nav__list button:hover::after {
    border-color: #fff;
  }
}
.l-nav__list button.is-active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-nav__list-item {
  position: relative;
}
.l-nav__list-item::before {
  border-top: 1px solid #b6b6b6;
  content: "";
  position: absolute;
  left: 8px;
  height: 1px;
  width: calc(100% - 16px);
}
.l-nav__list-item:first-child::before {
  bottom: -2px;
}
.l-nav__list-item.is-border-bottom::before {
  bottom: -2px;
}
.l-nav__acc-box {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  position: relative;
}
.l-nav__acc-box::before {
  border-top: 1px solid #b6b6b6;
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  height: 1px;
  width: calc(100% - 16px);
}
.l-nav__acc-box.is-active {
  max-height: 120vh;
}
.l-nav__acc-box button {
  padding: 13px 16px 13px 24px;
}
.l-nav__acc-box-error {
  margin: 16px 0;
}
.l-nav__acc-box li {
  position: relative;
}
.l-nav__acc-box li::before {
  border-top: 1px solid #b6b6b6;
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  height: 1px;
  width: calc(100% - 24px);
}
.l-nav__acc-box li:first-child {
  border-top: 0;
}
.l-nav__acc-box li:first-child::before {
  content: none;
}
.l-nav__acc-box li a {
  padding: 13px 8px 13px 24px;
}
.l-nav .l-sp-global-nav__sub-link-list {
  list-style-type: none;
}
.l-nav .l-sp-global-nav__sub-link-list a {
  padding: 13px 8px 13px 24px;
}
.l-nav .l-sp-global-nav__sub-link-list-item::before {
  top: 0;
  left: 16px;
  width: calc(100% - 24px);
}
.l-nav .l-sp-global-nav__sub-link-list-item:first-child::before {
  content: none;
}
.l-nav .l-sp-global-nav__sub-link-list-item:last-child::before {
  bottom: 0;
}
.l-nav .l-sp-global-nav__sub-link-list-item.-event-link a {
  font-size: 14px;
}
.l-nav
  .l-sp-global-nav__sub-link-list-item.-event-link
  a
  .l-pc-global-nav__list-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 8px;
  background: #068475;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.l-nav
  .l-sp-global-nav__sub-link-list-item.-event-link
  a
  .l-pc-global-nav__list-label
  + .l-pc-global-nav__list-label {
  margin-left: 8px;
}
@media screen and (min-width: 601px) {
  .l-nav
    .l-sp-global-nav__sub-link-list-item.-event-link
    a:hover
    .l-pc-global-nav__list-label {
    background: #fff;
    color: #068475;
  }
}
.l-nav
  .l-sp-global-nav__sub-link-list-item.-event-link
  a
  .l-pc-global-nav__list-heading {
  font-weight: 700;
}

.l-footer {
  min-width: 1280px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .l-footer {
    min-width: inherit;
    padding-bottom: 70px;
  }
}
.l-footer__contents {
  padding: 20px;
  border-top: 1px solid #c1c9c9;
}
@media screen and (max-width: 600px) {
  .l-footer__contents {
    padding: 15px;
  }
}
.l-footer__contents:first-of-type {
  border-top: none;
}

.l-footer-link {
  margin: auto;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .l-footer-link {
    max-width: inherit;
  }
}
.l-footer-link li {
  display: inline-block;
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  .l-footer-link li {
    margin-left: 8px;
  }
}
.l-footer-link li:first-child {
  margin-left: 0;
}
.l-footer-link li a {
  color: #646870;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .l-footer-link li a {
    font-size: 1.2rem;
  }
}

.l-footer-copyright {
  padding-top: 20px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 600px) {
  .l-footer-copyright {
    padding-top: 15px;
    font-size: 1.2rem;
  }
}

.l-footer-pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #068475;
  background-image: url("/contents/campus/img/pagetop_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  border: none;
  border-bottom: 2px solid #086056;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  .l-footer-pagetop {
    bottom: 80px;
    right: 12px;
  }
}
.l-footer-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.l-container--campus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto;
  max-width: 1440px;
  min-width: 1440px;
  flex-direction: column;
}

.l-container--campus__main {
  width: 100%;
  height: 561px;
  background-image: url("/contents/campus/img/signup/signup-area-bg-pc.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 600px) {
  .l-container {
    display: block;
    padding: 12px 12px 20px;
    max-width: inherit;
    min-width: inherit;
  }

  .l-container--campus {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    margin-top: 12px;
  }

  .l-container--campus__main {
    width: 100%;
    height: 647px;
    background-image: url("/contents/campus/img/signup/signup-area-bg-sp.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
}

.l-main {
  padding-top: 125px;
  padding-left: 81px;
  border-radius: 4px;
  width: 1000px;
}

.l-container--campus__contents {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .l-main {
    padding: 14px 1px 20px 1px;
    padding-top: 14px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #ffffff;
  }
  .l-container--campus__contents {
    flex-direction: column;
    background-color: #ffffff;
    gap: unset;
  }
}

.l-side {
  width: 335px;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .l-side {
    margin-left: 20px;
    margin-right: 20px;
    width: 335px;
    text-align: center;
    margin-bottom: 50px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-only.-pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .c-only.-pc {
    display: none;
  }
}
.c-only.-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-only.-sp {
    display: block;
  }
}

.c-heading-slash-point {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-heading-slash-point {
    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;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.c-heading-slash-point::before {
  position: relative;
  top: 5px;
  left: 4px;
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 2px;
  height: 32px;
  background-color: #068475;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media screen and (max-width: 600px) {
  .c-heading-slash-point::before {
    top: 0;
  }
}
.c-heading-slash-point::after {
  position: relative;
  top: 5px;
  right: 4px;
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 2px;
  height: 32px;
  background-color: #068475;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.campus-lesson-detail-sns-share .c-heading-slash-point {
  margin: 0 auto;
  color: #3c414c;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .c-heading-slash-point::after {
    top: 0;
  }
}
.c-heading-slash-point.-small {
  font-size: 1.8rem;
}
.c-heading-slash-point.-small::before,
.c-heading-slash-point.-small::after {
  height: 28px;
}
.c-heading-slash-point + * {
  margin-top: 24px;
}

.c-heading-light-blue {
  padding: 10px 16px;
  background-color: #e2f3ec;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-heading-light-blue {
    padding: 6px;
    font-size: 1.4rem;
  }
}
.c-heading-light-blue + .c-transparent-table {
  margin-top: 16px;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .c-flex {
    display: block;
  }
}

.c-grid {
  display: grid;
}
.c-grid.-three {
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  row-gap: 24px;
}
@media screen and (max-width: 600px) {
  .c-grid.-three {
    grid-template-columns: 1fr;
  }
}
.c-grid.-two {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 600px) {
  .c-grid.-two {
    grid-template-columns: 1fr;
  }
}

.c-topic-path {
  margin: auto;
  padding-top: 16px;
  max-width: 1280px;
  min-width: 1280px;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .c-topic-path {
    display: block;
    padding: 16px 12px;
    max-width: inherit;
    min-width: inherit;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .c-topic-path + .l-container {
    padding-top: 0;
  }
}
.c-topic-path li {
  display: inline-block;
  margin-left: 4px;
}
.c-topic-path li::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  background-image: url("/contents/campus/img/arrow_right_gray2.svg");
  width: 5px;
  height: 8px;
}
.c-topic-path li.c-topic-path__home {
  margin-left: 0;
}
.c-topic-path li.c-topic-path__home::before {
  display: none;
}
.c-topic-path li a {
  color: #134ff3;
  text-decoration: underline;
}

.c-btn {
  display: block;
  position: relative;
  padding: 13px;
  height: 57px;
  background-color: #f59a0b;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W6", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .c-btn {
    height: auto;
    min-height: 48px;
    font-size: 1.4rem;
  }
}
.c-btn::before {
  display: inline-block;
  content: "";
  position: relative;
  margin-right: 6px;
  width: 5px;
  height: 10px;
  background-image: url("/contents/campus/img/arrow_right_white.svg");
  background-repeat: no-repeat;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn.-large {
  padding: 20px;
  height: 72px;
}
@media screen and (max-width: 600px) {
  .c-btn.-large {
    padding: 13px;
    height: auto;
  }
}
.c-btn.-small {
  display: inline-block;
  padding: 8px 20px;
  height: 39px;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .c-btn.-small {
    display: block;
    padding: 13px;
    height: auto;
  }
}
.c-btn.-w246 {
  width: 246px;
}
.c-btn.-w205 {
  width: 205px;
}
@media screen and (max-width: 600px) {
  .c-btn.-w246 {
    width: 100%;
  }
  .c-btn.-w205 {
    width: 100%;
  }
}
.c-btn.-w426 {
  width: 426px;
}
@media screen and (max-width: 600px) {
  .c-btn.-w426 {
    width: 100%;
  }
}
.c-btn.-w500 {
  width: 500px;
}
@media screen and (max-width: 600px) {
  .c-btn.-w500 {
    width: 100%;
  }
}
.c-btn.-inline-block {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .c-btn.-inline-block {
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
  }
}
.c-btn.-icon-login::before {
  top: 2px;
  width: 20px;
  height: 19px;
  background-image: url("/contents/campus/img/icon_login.svg");
  background-position: center center;
}
.c-btn.-icon-arrow-bottom::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-btn.-icon-arrow-bottom::after {
    top: 5px;
    width: 20px;
    height: 19px;
    margin-left: 10px;
    background-image: url("/contents/campus/img/arrow_bottom_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .c-btn.-icon-login {
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .c-btn.-icon-login::before {
    top: 5px;
  }
  .c-btn.-icon-login.-icon-login-sp-ls {
    letter-spacing: -0.5px;
  }
  .c-btn.-icon-login.-inline-block {
    padding-left: 36px;
  }
  .c-btn.-icon-login.-inline-block::before {
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
  }
}
.c-btn.-icon-request::before {
  top: 2px;
  width: 20px;
  height: 18px;
  background-image: url("/contents/campus/img/icon_request.svg");
}
@media screen and (max-width: 600px) {
  .c-btn.-icon-request {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  .c-btn.-icon-request::before {
    top: 5px;
  }
}
.c-btn.-icon-write::before {
  top: 3px;
  width: 20px;
  height: 23px;
  background-image: url("/contents/campus/img/icon_write.svg");
}
@media screen and (max-width: 600px) {
  .c-btn.-icon-write {
    padding-top: 9px;
  }
  .c-btn.-icon-write::before {
    top: 5px;
  }
}
.c-btn.-icon-write.-icon-write-small {
  padding-left: 46px;
  height: auto;
  text-align: left;
  line-height: 1.2;
}
.c-btn.-icon-write.-icon-write-small.-text-center {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-btn.-icon-write.-icon-write-small {
    position: relative;
    bottom: inherit;
    right: inherit;
    padding-left: 13px;
    padding-bottom: 16px;
    text-align: center;
  }
}
.c-btn.-icon-write.-icon-write-small::before {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  background-position: center center;
}
@media screen and (max-width: 600px) {
  .c-btn.-icon-write.-icon-write-small::before {
    position: relative;
    top: 3px;
    left: inherit;
    height: 23px;
  }
}
.c-btn.-icon-search::before {
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("/contents/campus/img/icon_search.svg");
}
@media screen and (max-width: 600px) {
  .c-btn.-icon-search {
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .c-btn.-icon-search::before {
    top: 4px;
  }
}
.c-btn.-icon-search.-small {
  padding-top: 4px;
}
.c-btn.-icon-search.-small::before {
  top: 4px;
}
@media screen and (max-width: 600px) {
  .c-btn.-icon-search.-small {
    padding-top: 9px;
  }
  .c-btn.-icon-search.-small::before {
    top: 4px;
  }
}
.c-btn.-logout {
  padding: 8px 20px;
  height: 39px;
  font-size: 1.4rem;
  background-color: #f8f8f8;
  border: 1px solid #c1c9c9;
  color: #3c414c;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .c-btn.-logout {
    min-height: inherit;
  }
}
.c-btn.-non-arrow::before {
  display: none;
}
.c-btn.-use-modal-mid {
  margin: 32px auto 0;
}
.c-btn.-use-modal {
  margin-top: 32px;
  width: 220px;
  height: auto;
  padding: 12px 10px 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .c-btn.-use-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 4px 8px;
    width: 50%;
    min-height: 56px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.c-btn.-use-modal::before {
  display: none;
}
.c-btn.-use-modal.-use-modal-gray {
  background-color: #fff;
  border: 1px solid #3c414c;
  width: 210px;
  color: #3c414c;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .c-btn.-use-modal.-use-modal-gray {
    width: calc(50% - 10px);
  }
}

.c-small-btn {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 14px 8px 12px;
  height: 47px;
  background-color: #fff;
  border: 1px solid #c1c9c9;
  border-radius: 4px;
  text-align: center;
  font-size: 1.6rem;
  color: #3c414c;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W6", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .c-small-btn {
    font-size: 1.4rem;
  }
}
.c-small-btn::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 12px;
  background-image: url("/contents/campus/img/arrow_left_gray.svg");
  background-repeat: no-repeat;
}
.c-small-btn:hover {
  opacity: 0.7;
}
.c-small-btn.-small {
  width: 246px;
}
@media screen and (max-width: 600px) {
  .c-small-btn.-small {
    width: 100%;
  }
}
.c-small-btn.-large {
  padding: 14px 8px;
  width: 308px;
  height: 57px;
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .c-small-btn.-large {
    padding: 14px 8px 12px;
    width: 100%;
    height: 47px;
    font-size: 1.4rem;
  }
}
.c-small-btn.-arrow-bottom::before {
  width: 12px;
  height: 8px;
  background-image: url("/contents/campus/img/arrow_bottom_gray.svg");
}
.c-small-btn.-arrow-right::before {
  display: none;
}
.c-small-btn.-arrow-right::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 12px;
  background-image: url("/contents/campus/img/arrow_left_gray.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.c-small-btn.-orange {
  border-color: #f59a0b;
  background-color: #f59a0b;
  color: #fff;
}
.c-small-btn.-orange::before {
  background-image: url("/contents/campus/img/arrow_left_white.svg");
}
.c-small-btn.-orange.-arrow-right::after {
  background-image: url("/contents/campus/img/arrow_left_white.svg");
}
.c-small-btn.-green-border {
  border-color: #068475;
  color: #068475;
}
.c-small-btn.-green-border::before {
  background-image: url("/contents/campus/img/arrow_left_green.svg");
}
.c-small-btn.-orange-border {
  border-color: #f59a0b;
  color: #f59a0b;
}
.c-small-btn.-orange-border::before {
  background-image: url("/contents/campus/img/arrow_left_orange.svg");
}
.c-small-btn.-gray-border {
  border-color: #949494;
}
.c-small-btn.-gray-border-dark {
  border-color: #d2d2d2;
  color: #676767;
}

a.c-small-btn.-large {
  padding-top: 16px;
}

.c-btn-box {
  text-align: center;
}
.c-btn-box .c-btn {
  margin: auto;
}
.c-btn-box__heading {
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .c-btn-box.-has-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-btn-box.-has-number .p-result-number {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .c-btn-box.-has-number .p-result-number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    padding-left: 20px;
  }
}
.c-btn-box.-has-number .c-btn {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .c-btn-box.-has-number .c-btn {
    display: block;
  }
}
* + .c-btn-box,
.c-btn-box + * {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  * + .c-btn-box,
  .c-btn-box + * {
    margin-top: 24px;
  }
}

.c-text-link {
  text-decoration: underline;
  color: #646870;
}

.c-link-box {
  text-align: center;
}
* + .c-link-box,
.c-link-box + * {
  margin-top: 16px;
}
.c-link-box + .p-share-area {
  margin-top: 20px;
}

.c-list li {
  margin-left: 25px;
  text-indent: -25px;
}
.c-list li:before {
  display: inline-block;
  position: relative;
  top: -4px;
  left: 6px;
  content: "";
  margin-right: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
}
.c-list li > .c-list {
  margin-top: 20px;
  margin-left: 2em;
}

.c-basic-table {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
}
.c-basic-table th {
  padding: 8px;
  border-bottom: 2px solid #fff;
  width: 150px;
  vertical-align: middle;
  text-align: left;
  font-size: 1.6rem;
  background-color: #e2f3ec;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .c-basic-table th {
    padding: 6px;
    width: 86px;
    font-size: 1.4rem;
  }
}
.c-basic-table td {
  padding: 8px;
  border-bottom: 2px solid #fff;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .c-basic-table td {
    font-size: 1.4rem;
  }
}

.c-transparent-table {
  border-collapse: collapse;
  width: 100%;
}
.c-transparent-table tr:first-child th {
  padding-top: 0;
}
.c-transparent-table th {
  display: block;
  padding-top: 18px;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .c-transparent-table th {
    padding-top: 16px;
    font-size: 1.4rem;
  }
}
.c-transparent-table td {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .c-transparent-table td {
    padding-top: 6px;
    font-size: 1.4rem;
  }
}
.c-transparent-table.-color tr:first-child th {
  padding-top: 12px;
}
@media screen and (max-width: 600px) {
  .c-transparent-table.-color tr:first-child th {
    padding-top: 6px;
  }
}
.c-transparent-table.-color th {
  padding: 12px;
  background-color: #e2f3ec;
}
@media screen and (max-width: 600px) {
  .c-transparent-table.-color th {
    padding: 6px;
  }
}
.c-transparent-table.-color td {
  padding: 14px 0 20px;
}
@media screen and (max-width: 600px) {
  .c-transparent-table.-color td {
    padding: 10px 6px 16px;
  }
}

.c-image-box {
  margin: auto;
}
.c-image-box img {
  max-width: 100%;
  height: auto;
}
.c-image-box.-align-center {
  text-align: center;
}
.c-image-box.-width980 {
  max-width: 980px;
}
.c-image-box + * {
  margin-top: 40px;
}

.c-banner-box img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .c-banner-box.-sp-overlay {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 8px;
    background-color: rgba(61, 66, 67, 0.8);
    text-align: center;
  }
  .c-banner-box.-sp-overlay img {
    width: 320px;
    height: auto;
  }
}
.c-banner-box.-sp-padding-box {
  margin: 16px 8px 0;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .c-banner-box.ad {
    text-align: center;
  }
  .c-banner-box.ad div div {
    padding: 8px;
  }
}
.c-banner-box + .c-banner-box {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .c-banner-box + .c-banner-box {
    margin-top: 16px;
  }
}
.c-banner-box + .p-heading-with-content,
.p-share-area + .c-banner-box {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .c-banner-box + .p-heading-with-content,
  .p-share-area + .c-banner-box {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .c-banner-box + .l-main {
    margin-top: 12px;
  }
}

.c-banner-box-heading {
  position: relative;
  padding-left: 9px;
  border-left: solid 3px #f59a0b;
  line-height: 1;
  font-weight: bold;
}

.c-banner-box-heading h2 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #3c414c;
}

@media screen and (max-width: 600px) {
  .c-banner-box-heading {
    width: fit-content;
  }
  .c-banner-box-heading h2 {
    text-align: left;
  }
}
.c-search-text {
  margin-bottom: 18px;
}
.c-search-text.-big-text strong {
  position: relative;
  top: 4px;
  font-size: 18px;
}
.c-search-text__pulldown {
  float: right;
}
.c-search-text__pulldown.c-pulldown select {
  padding-left: 8px;
}
@media screen and (max-width: 600px) {
  .c-search-text {
    margin-bottom: 16px;
  }
}

.c-no-result-text {
  margin-bottom: 20px;
  color: #de0303;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-no-result-text {
    margin-bottom: 16px;
  }
}

.c-top-text {
  margin-bottom: 16px;
}
.c-top-text.-small {
  margin-bottom: 4px;
  font-size: 12px;
}

.c-bottom-text {
  margin-top: 16px;
}
.c-bottom-text.-small {
  margin-top: 8px;
  font-size: 12px;
}
.c-bottom-text.-small2 {
  margin-top: 16px;
  font-size: 12px;
}
.c-bottom-text.-small3 {
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1px;
}

.c-text-box {
  word-break: break-all;
}
.c-text-box.-large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-text-box.-large {
    font-size: 1.6rem;
  }
}
.c-text-box.-center {
  text-align: center;
}
.c-text-box.-sp-large {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .c-text-box.-sp-align-left {
    text-align: left;
  }
}
.c-text-box + .c-text-box {
  margin-top: 18px;
}
.c-text-box + .p-share-area {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .c-text-box + .p-share-area {
    margin-top: 24px;
  }
}

.c-green-text {
  color: #068475;
  word-break: break-all;
}
.lesson-name-search .c-green-text {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.7px;
}
.c-none-text {
  padding: 48px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-none-text {
    padding: 16px 0;
  }
}

.c-search-result-text {
  margin-top: 32px;
  padding: 20px 20px 26px;
  background-color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .c-search-result-text {
    padding: 16px 20px;
  }
}

.c-input-text {
  padding: 10px;
  width: 100%;
  height: 41px;
  border-radius: 2px;
  border: 1px solid #c1c9c9;
  background-color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .c-input-text {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.c-input-text::-webkit-input-placeholder {
  color: #949494;
  font-size: 1.4rem;
}
.c-input-text::-moz-placeholder {
  color: #949494;
  font-size: 1.4rem;
}
.c-input-text::-ms-input-placeholder {
  color: #949494;
  font-size: 1.4rem;
}
.c-input-text::placeholder {
  color: #949494;
  font-size: 1.4rem;
}
.c-input-text.-w598 {
  width: 598px;
}
@media screen and (max-width: 600px) {
  .c-input-text.-w598 {
    width: 100%;
  }
}
.c-input-text.-w693 {
  width: 693px;
}
@media screen and (max-width: 600px) {
  .c-input-text.-w693 {
    width: 100%;
  }
}
.c-input-text.-w748 {
  width: 748px;
}
@media screen and (max-width: 600px) {
  .c-input-text.-w748 {
    width: 100%;
  }
}

.c-pulldown {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.c-pulldown select {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 8px 32px 8px 16px;
  height: 41px;
  border-radius: 2px;
  border: 1px solid #c1c9c9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 100%;
  font-size: 1.4rem;
  color: #3c414c;
}
@media screen and (max-width: 600px) {
  .c-pulldown select {
    padding-top: 12px;
    padding-bottom: 10px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.c-pulldown select::-ms-expand {
  display: none;
}
.c-pulldown:after {
  position: absolute;
  z-index: 0;
  content: "";
  display: inline-block;
  top: 0;
  right: 16px;
  width: 12px;
  height: 100%;
  background-image: url("/contents/campus/img/arrow_bottom_green2.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.c-pulldown.-w748 {
  width: 748px;
}
@media screen and (max-width: 600px) {
  .c-pulldown.-w748 {
    width: 100%;
  }
}
.c-pulldown.-w734 {
  width: 734px;
}
@media screen and (max-width: 600px) {
  .c-pulldown.-w734 {
    width: 100%;
  }
}
.c-pulldown.-w693 {
  width: 693px;
}
@media screen and (max-width: 600px) {
  .c-pulldown.-w693 {
    width: 100%;
  }
}
.c-pulldown.-w160 {
  width: 160px;
}
.c-pulldown.-w220 {
  width: 220px;
}
@media screen and (max-width: 600px) {
  .c-pulldown.-w220 {
    width: 240px;
  }
}

.c-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
}
.c-checkbox:checked + .c-checkbox__text::after {
  opacity: 1;
}
.c-checkbox__text {
  position: relative;
  padding-left: 32px;
  width: auto;
  cursor: pointer;
}
.c-checkbox__text::before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #c1c9c9;
}
@media screen and (max-width: 600px) {
  .c-checkbox__text::before {
    top: -5px;
  }
}
.c-checkbox__text::after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 5px;
  height: 12px;
  border-right: 2px solid #068475;
  border-bottom: 2px solid #068475;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .c-checkbox__text::after {
    top: -1px;
  }
}

.c-input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .c-input-field.-two {
    display: block;
  }
}
.c-input-field.-two .c-input-field__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-input-field.-two .c-input-field__column:nth-child(2) {
  margin-left: 24px;
}
@media screen and (max-width: 600px) {
  .c-input-field.-two .c-input-field__column:nth-child(2) {
    margin-top: 8px;
    margin-left: 0;
  }
}
.c-input-field.-two .c-input-field__column span {
  width: 26px;
}
.c-input-field.-two .c-input-field__column .c-input-text {
  width: 362px;
}
@media screen and (max-width: 600px) {
  .c-input-field.-two .c-input-field__column .c-input-text {
    width: calc(100% - 26px);
  }
}
.c-input-field.-two-pulldown .c-input-field__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-input-field.-two-pulldown .c-input-field__column:nth-child(2) {
  margin-left: 10px;
}
.c-input-field.-two-pulldown .c-input-field__column span {
  width: 26px;
  text-align: right;
}
.c-input-field.-two-pulldown .c-input-field__column .c-pulldown {
  width: 110px;
}
@media screen and (max-width: 600px) {
  .c-input-field.-two-pulldown .c-input-field__column .c-pulldown {
    width: 99px;
  }
}

.c-textarea {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  width: 100%;
  height: 150px;
  border: 1px solid #c1c9c9;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W6", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-textarea {
    height: 120px;
  }
}

.c-require-label {
  padding-left: 8px;
  color: #de0303;
  font-size: 1.1rem;
}
.c-require-label.-optional {
  color: #3c414c;
}

.c-optional-label {
  padding-left: 8px;
  color: #3c414c;
  font-size: 1.1rem;
}

.c-error-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  color: #df0101;
  font-weight: bold;
}
.c-error-text::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 8px;
  width: 3px;
  height: 16px;
  background-image: url("/contents/campus/img/icon_exclamation.svg");
  flex-shrink: 0;
}
.c-error-text.is-hide {
  display: none;
}
.c-error-multi-text {
  margin-top: 6px;
  color: #df0101;
  font-weight: bold;
}
.c-error-multi-text p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 8px;
  width: 3px;
  height: 16px;
  background-image: url("/contents/campus/img/icon_exclamation.svg");
}
.c-error-multi-text.is-hide {
  display: none;
}
.c-error-text__min-length {
  display: none;
}
.c-error-text__min-length.is-show {
  display: inline;
}

.c-blank-icon {
  position: relative;
  top: -0.12em;
  margin-left: 8px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.p-heading-with-content {
  position: relative;
}

.p-heading-with-content--search .p-school-input__name {
  margin-left: 20px;
}

.p-heading-with-content--information {
  margin-bottom: 68.25px;
}

@media screen and (max-width: 600px) {
  .p-heading-with-content--information {
    margin-bottom: unset;
  }
}

.p-heading-with-content__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 63px;
  background-color: #068475;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-heading-with-content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-heading-with-content__heading {
    padding: 16px;
  }
}
.p-heading-with-content__heading span {
  display: block;
}
.p-heading-with-content__heading::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
}
.p-heading-with-content__heading::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 11px);
  -webkit-transform: translate(-48%, 0);
  transform: translate(-48%, 0);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  content: "";
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 10px solid #068475;
}
.p-heading-with-content__heading.-icon-school span {
  width: calc(100% - 7px - 39px);
}
.p-heading-with-content__heading.-icon-school::before {
  width: 39px;
  height: 30px;
  background-image: url("/contents/campus/img/icon_school.svg");
}
.p-heading-with-content__heading.-icon-question span {
  width: calc(100% - 7px - 28px);
}
.p-heading-with-content__heading.-icon-question::before {
  width: 28px;
  height: 28px;
  background-image: url("/contents/campus/img/icon_question.svg");
}
.p-heading-with-content__heading.-icon-search span {
  width: calc(100% - 7px - 28px);
}
.p-heading-with-content__heading.-icon-search::before {
  width: 28px;
  height: 28px;
  background-image: url("/contents/campus/img/icon_search.svg");
  background-size: 28px 28px;
}
.p-heading-with-content__heading.-icon-crown span {
  width: calc(100% - 7px - 41px);
}
.p-heading-with-content__heading.-icon-crown::before {
  position: relative;
  top: -3px;
  width: 32px;
  height: 32px;
  background-image: url("/contents/campus/img/icon_crown.svg");
}
.p-heading-with-content__heading.has-popup {
  padding-right: 44px;
}
.p-heading-with-content__heading.-icon-pin span {
  width: calc(100% - 100px - 32px);
}
.p-heading-with-content__heading.-icon-pin::before {
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("/contents/campus/img/icon_pin.svg");
}

.p-heading-with-content__heading.campus-lesson-detail {
  padding: 16px;
  display: block;
  height: auto;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.7px;
}
.p-heading-with-content__heading.campus-lesson-detail .univ {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.7px;
}
.p-heading-with-content__heading.campus-lesson-detail::before {
  content: none;
  display: none;
}

.lesson-name-search a {
  color: #0176dc;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-decoration: underline;
  text-decoration-style: solid;
}
.other-lesson-search {
  margin-left: 17px;
}
.other-lesson-search a {
  position: relative;
  color: #068475;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}
.other-lesson-search::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 19px;
  height: 21px;
  top: 5px;
  background-image: url("/contents/campus/img/icon_university.svg");
}
.other-lesson-search::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 12px;
  background-image: url("/contents/campus/img/arrow_slider_right_green.png");
}
.p-heading-with-content__popup {
  position: absolute;
  top: 17px;
  right: 20px;
}
.campus-lesson-detail-sns-share {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .p-heading-with-content__popup {
    right: 16px;
  }
  .campus-lesson-search-detail .p-pin-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campus-lesson-search-detail .p-pin-wrap__content {
    width: 100%;
  }
  .other-lesson-search {
    margin-left: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.p-heading-with-content__count {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 1.4rem;
  text-align: right;
  color: #fff;
}
.p-heading-with-content__content {
  padding: 32px 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .p-heading-with-content__content {
    padding: 24px 16px 16px;
  }
}
.p-heading-with-content__content.-white {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-heading-with-content__content.-white {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.p-heading-with-content__content.-no-bottom-padding {
  padding-bottom: 0;
}
.p-heading-with-content + .p-heading-with-content,
.p-heading-with-content + .c-banner-box {
  margin-top: 32px;
}
.p-heading-with-content__description {
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.7px;
  vertical-align: middle;
}
.p-heading-with-content__description .score {
  color: #bf0000;
  font-weight: 600;
}

.p-about-box__heading {
  padding: 4px;
  background-color: #068475;
  border-radius: 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-about-box__image {
  margin-top: 13px;
}
.p-about-box__image img {
  max-width: 100%;
  height: auto;
}
.p-about-box__text {
  margin-top: 13px;
}

.p-school-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-school-input {
    display: block;
  }
}
.p-school-input__name {
  display: block;
  width: fit-content;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .p-school-input__name {
    width: inherit;
  }
}
.p-school-input__input {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .p-school-input__input {
    margin-top: 4px;
    margin-right: 0;
  }
}
.p-school-input__btn {
  width: 140px;
}
@media screen and (max-width: 600px) {
  .p-school-input__btn {
    margin-top: 16px;
    width: inherit;
  }
}

.p-banner-slider {
  opacity: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 0.3s ease-out forwards 0.6s;
  animation: fadeIn 0.3s ease-out forwards 0.6s;
}
.p-banner-slider__image img {
  max-width: 100%;
  height: auto;
}
.p-banner-slider__btn {
  position: absolute;
  bottom: 7px;
  display: block;
  border: none;
  background-color: transparent;
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.p-banner-slider__btn.-prev {
  left: 4px;
  background-image: url("/contents/campus/img/arrow_slider_left_green.png");
}
.p-banner-slider__btn.-next {
  right: 4px;
  background-image: url("/contents/campus/img/arrow_slider_right_green.png");
}
.p-banner-slider .slick-dots {
  margin-top: 8px;
  text-align: center;
}
.p-banner-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.p-banner-slider .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 5px;
  background-color: #c1c9c9;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}
.p-banner-slider .slick-dots li.slick-active button {
  background-color: #068475;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-school-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 35px 20px 30px;
  width: 100%;
  background-color: #f5f5f5;
}
.p-school-info.univ-search {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .p-school-info {
    padding: 20px 16px 16px;
  }
}
.p-school-info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 270px);
}

.univ-search .p-school-info__name {
  -webkit-box-align: initial;
  -ms-flex-align: center;
  align-items: initial;
}
@media screen and (max-width: 600px) {
  .p-school-info__name {
    display: block;
    width: calc(100% - 40px);
  }
  .p-school-info__name.-no-sns {
    width: 100%;
  }
}
.p-school-info__name::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  margin-right: 16px;
  width: 64px;
  height: 64px;
  background-color: #068475;
  background-size: 50px 32px;
  background-image: url("/contents/campus/img/icon_school.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.univ-search .p-school-info__name::before {
  margin-top: 20.5px;
}
@media screen and (max-width: 600px) {
  .p-school-info__name::before {
    display: none;
  }
}
.p-school-info__name-content {
  width: calc(100% - 80px);
}
.univ-search .p-school-info__name-content {
  flex: 1;
  width: 100%;
}
.p-school-info__name-content .univ {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.7px;
  vertical-align: middle;
}
.p-school-info__name-heading .search-conditions {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.7px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .p-school-info__name-content {
    width: 100%;
  }
  .p-school-info__name-content .univ {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.7px;
    vertical-align: middle;
  }
  .p-school-info__name-heading .search-conditions {
    font-family: "Hiragino Kaku Gothic Pro";
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.7px;
    vertical-align: middle;
  }
}
.p-school-info__name-heading {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .p-school-info__name-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
  }
  .p-school-info__name-heading::before {
    content: "";
    display: inline-block;
    border-radius: 4px;
    margin-right: 16px;
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    background-color: #068475;
    background-size: 50px 32px;
    background-image: url("/contents/campus/img/icon_school.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .p-school-info__name-heading span {
    display: block;
    width: calc(100% - 80px);
  }
}
.p-school-info__name-count {
  margin-top: 6px;
}
.univ-search .p-school-info__name-count {
  margin-top: 11px;
}
@media screen and (max-width: 600px) {
  .p-school-info__name-count {
    margin-left: 80px;
  }
  .univ-search .p-school-info__name-count {
    margin-left: 0px;
  }
}
.p-school-info__name-count span {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-image: url("/contents/campus/img/icon_comment.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  overflow: hidden;
}
.p-school-info__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.univ-search .p-school-info__btn2 {
  margin-left: auto;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .p-school-info__btn {
    position: static;
    margin-top: 20px;
  }
}
.p-school-info__btn.-large-btn {
  bottom: 10px;
}
.p-school-info__share {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 600px) {
  .p-school-info__share {
    top: 20px;
    right: 16px;
  }
}
.p-banner-slider + .p-school-info,
.p-school-info + .c-banner-box {
  margin-top: 32px;
}
.karte-banner + .p-school-info,
.p-school-info + .c-banner-box {
  margin-top: 32px;
}
.p-school-info + .p-heading-with-content {
  margin-top: 32px;
}

.p-share-popup__btn {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: none;
  background-color: #068475;
  background-image: url("/contents/campus/img/icon_share.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.p-share-popup__content {
  display: none;
  position: absolute;
  top: 45px;
  right: -20px;
  padding: 12px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  will-change: filter;
}
@media screen and (max-width: 600px) {
  .p-share-popup__content {
    top: 39px;
  }
}
.p-share-popup__content.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-share-popup__content::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 25px;
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 10px solid #fff;
}
.p-share-popup__link {
  display: block;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-share-popup__link:first-child {
  margin-left: 0;
}
.p-share-popup__link:hover {
  opacity: 0.7;
}

.p-tab-area__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #068475;
}
.p-tab-area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 264px;
  height: 42px;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .p-tab-area__btn {
    margin-left: 3px;
    padding: 0 4px;
    width: 9900%;
    letter-spacing: -1px;
  }
  .p-tab-area__btn:first-child {
    margin-left: 0;
  }
}
.p-tab-area__btn.is-current {
  background-color: #068475;
  color: #fff;
}
.p-tab-area__content {
  display: none;
  padding-top: 16px;
}
.p-tab-area__content.is-show {
  display: block;
}

.p-text-and-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p-text-and-field {
    display: block;
  }
}
.p-text-and-field__name {
  display: block;
}
@media screen and (max-width: 600px) {
  .p-text-and-field__input {
    margin-top: 4px;
  }
}
.p-text-and-field.-vertical {
  display: block;
}
.p-text-and-field.-vertical .p-text-and-field__input {
  margin-top: 8px;
}
.p-text-and-field + .p-text-and-field {
  margin-top: 16px;
}
/*.p-text-and-field.-lesson_atmosphere_state {
  display: none;
}*/

.p-narrow-down-box {
  margin-top: 24px;
}
.p-narrow-down-box__btn {
  position: relative;
  display: block;
  padding: 4px 16px 4px 32px;
  width: 100%;
  height: 32px;
  border: none;
  background-color: #068475;
  color: #fff;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W6", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
  text-align: left;
  cursor: pointer;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .p-narrow-down-box__btn {
    padding-top: 6px;
    padding-left: 38px;
    height: 48px;
  }
}
.p-narrow-down-box__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-narrow-down-box__btn::before {
    top: 23px;
    left: 16px;
  }
}
.p-narrow-down-box__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 17px;
  width: 2px;
  height: 16px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-narrow-down-box__btn::after {
    top: 16px;
    left: 23px;
  }
}
.p-narrow-down-box__btn.is-open::after {
  display: none;
}
.p-narrow-down-box__content {
  padding: 24px 20px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.6s linear,
    padding-top 0.6s ease, padding-bottom 0.6s ease, height 0.3s linear;
  transition: opacity 0.3s ease, visibility 0.6s linear, padding-top 0.6s ease,
    padding-bottom 0.6s ease, height 0.3s linear;
}
.p-narrow-down-box__content.is-open {
  opacity: 1;
  visibility: visible;
  padding-top: 24px;
  padding-bottom: 24px;
  height: 100%;
}

.p-mini-popup__btn {
  width: 28px;
  height: 28px;
  border-radius: 16px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 28px;
  cursor: pointer;
}
.p-mini-popup__btn.-question {
  background-image: url("/contents/campus/img/icon_question.svg");
}
.p-mini-popup__content {
  display: none;
  position: absolute;
  top: 42px;
  right: -20px;
  z-index: 20;
  padding: 12px;
  width: 218px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
}
.p-mini-popup__content.is-show {
  display: block;
}
.p-mini-popup__content::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 22px;
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 10px solid #fff;
}

@media screen and (max-width: 600px) {
  .p-share-area {
    padding: 0 16px;
  }
}
.p-share-area__heading + .p-share-area__btn {
  margin-top: 16px;
}
.p-share-area__btn {
  text-align: center;
}
.p-share-area__btn-link {
  margin-left: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-share-area__btn-link:first-child {
  margin-left: 0;
}
.p-share-area__btn-link img {
  width: 48px;
  height: 48px;
}
.p-share-area__btn-link:hover {
  opacity: 0.7;
}
.p-heading-with-content + .p-share-area {
  margin-top: 20px;
}

.p-card {
  display: block;
  padding: 14px 42px 14px 14px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("/contents/campus/img/arrow_right_green2.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-card {
    padding-right: 32px;
  }
}
.p-card:hover {
  opacity: 0.7;
}
.p-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-card__heading {
    padding-right: 8px;
  }
}
.p-card__heading-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background-color: #068475;
  color: #fff;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}
.p-card__heading-text {
  width: calc(100% - 34px);
  font-size: 1.6rem;
  font-weight: bold;
  word-break: break-all;
}
.p-card__heading-text span {
  color: #068475;
}
.p-card__info {
  margin-top: 10px;
  margin-left: 34px;
}
.p-card__info p {
  width: 305px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .p-card__info p {
    width: 217px;
  }
}
@media screen and (max-width: 374px) {
  .p-card__info p {
    width: 160px;
  }
}
.p-card__rank {
  margin-top: 18px;
  margin-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-card.-no-number .p-card__info {
  margin-left: 0;
}
.p-card.-no-number .p-card__heading-text {
  width: 100%;
}
.p-card.-no-number .p-card__rank {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .p-card.-has-icon .p-card__heading {
    padding-right: 40px;
  }
}

.p-card-has-icon {
  position: relative;
}
.p-card-has-icon .p-card {
  position: relative;
  z-index: 1;
}
.p-card-has-icon__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  padding: 0;
  border: none;
  width: 40px;
  height: 42px;
  background-color: #fff;
  background-image: url("/contents/campus/img/icon_trash.svg");
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}
.p-card-has-icon__icon:hover {
  opacity: 0.7;
}

.p-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 32px 14px 14px;
  border-radius: 4px;
  height: 100%;
  background-color: #fff;
  background-image: url("/contents/campus/img/arrow_right_green2.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-card-link {
    font-size: 1.4rem;
  }
}
.p-card-link:hover {
  opacity: 0.7;
}

.p-rank-star dt {
  display: inline-block;
  padding: 5px 6px;
  background-color: #e2f3ec;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-rank-star dt {
    padding: 4px 3px;
    font-size: 1rem;
  }
}
.p-rank-star__stars {
  display: inline-block;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  width: 83px;
  height: 15px;
}
.p-rank-star__stars.-rank0 {
  background-image: url("/contents/campus/img/star0.svg");
}
.p-rank-star__stars.-rank0-5 {
  background-image: url("/contents/campus/img/star0-5.svg");
}
.p-rank-star__stars.-rank1 {
  background-image: url("/contents/campus/img/star1.svg");
}
.p-rank-star__stars.-rank1-5 {
  background-image: url("/contents/campus/img/star1-5.svg");
}
.p-rank-star__stars.-rank2 {
  background-image: url("/contents/campus/img/star2.svg");
}
.p-rank-star__stars.-rank2-5 {
  background-image: url("/contents/campus/img/star2-5.svg");
}
.p-rank-star__stars.-rank3 {
  background-image: url("/contents/campus/img/star3.svg");
}
.p-rank-star__stars.-rank3-5 {
  background-image: url("/contents/campus/img/star3-5.svg");
}
.p-rank-star__stars.-rank4 {
  background-image: url("/contents/campus/img/star4.svg");
}
.p-rank-star__stars.-rank4-5 {
  background-image: url("/contents/campus/img/star4-5.svg");
}
.p-rank-star__stars.-rank5 {
  background-image: url("/contents/campus/img/star5.svg");
}
.p-rank-star.-large dt {
  padding: 7px 6px;
  font-size: 1.4rem;
}
.p-rank-star + .p-rank-star {
  margin-left: 14px;
}

.p-rank-star-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-rank-star-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
}
.p-rank-star-input + label {
  display: block;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  background-image: url("/contents/campus/img/star_gray.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.p-rank-star-input:checked ~ label {
  background-image: url("/contents/campus/img/star_orange.svg");
}

.p-rank-star-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-rank-star-group {
    display: block;
    margin-top: -12px;
  }
}
.p-rank-star-group .p-rank-star {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .p-rank-star-group .p-rank-star {
    margin-top: 12px;
    margin-left: 0;
  }
}
.p-rank-star-group .p-rank-star:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .p-rank-star-group.-sp-block {
    margin-top: -8px;
  }
  .p-rank-star-group.-sp-block .p-rank-star {
    margin-top: 8px;
  }
  .p-rank-star-group.-sp-block .p-rank-star dt {
    width: 146px;
  }
}
.c-text-box + .p-rank-star-group {
  margin-top: 16px;
}

.p-rank-star-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .p-rank-star-score {
    width: 300px;
  }
}
@media screen and (max-width: 370px) {
  .p-rank-star-score {
    width: 264px;
  }
}
.p-rank-star-score__text {
  position: relative;
  top: 4px;
  width: 110px;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .p-rank-star-score__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-rank-star-score__text.-left {
    width: 22.6666666667%;
  }
}
@media screen and (max-width: 370px) {
  .p-rank-star-score__text.-left {
    width: 12.8787878788%;
  }
}
.p-rank-star-score__text.-right {
  padding-left: 14px;
}
@media screen and (max-width: 600px) {
  .p-rank-star-score__text.-right {
    padding-left: 0;
    width: 14%;
    text-align: right;
  }
}
@media screen and (max-width: 370px) {
  .p-rank-star-score__text.-right {
    width: 14.3939393939%;
  }
}
.p-rank-star-score__rating {
  width: 192px;
}
.p-rank-star-score__stars {
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  width: 192px;
  height: 32px;
  background-size: 192px 32px;
}
.p-rank-star-score__stars.-rank0 {
  background-image: url("/contents/campus/img/star0_l.svg");
}
.p-rank-star-score__stars.-rank1 {
  background-image: url("/contents/campus/img/star1_l.svg");
}
.p-rank-star-score__stars.-rank2 {
  background-image: url("/contents/campus/img/star2_l.svg");
}
.p-rank-star-score__stars.-rank3 {
  background-image: url("/contents/campus/img/star3_l.svg");
}
.p-rank-star-score__stars.-rank4 {
  background-image: url("/contents/campus/img/star4_l.svg");
}
.p-rank-star-score__stars.-rank5 {
  background-image: url("/contents/campus/img/star5_l.svg");
}

.p-btn-group {
  margin-top: 16px;
  text-align: center;
}
.p-btn-group__btn1 {
  margin: auto;
}
.p-btn-group__btn2 {
  margin: 14px auto 0;
}
.p-btn-group__btn-two {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .p-btn-group__btn-two {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-btn-group__btn-two .c-small-btn {
    margin-top: 10px;
  }
}
.p-btn-group__btn-two .c-small-btn:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .p-btn-group__btn-two .c-small-btn:first-child {
    margin-top: 0;
    margin-right: 0;
  }
}
.p-btn-group__btn-two.-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: auto;
  width: 640px;
}
@media screen and (max-width: 600px) {
  .p-btn-group__btn-two.-reverse {
    display: block;
    width: inherit;
  }
}
.p-btn-group__btn-two.-reverse .c-small-btn:first-child {
  margin-right: 0;
}
.p-btn-group__btn-two.-reverse .c-small-btn:nth-child(2) {
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .p-btn-group__btn-two.-reverse .c-small-btn:nth-child(2) {
    margin-right: 0;
  }
}
.p-btn-group__btn-two.-vertical .c-small-btn {
  margin: auto;
  display: block;
}
.p-btn-group__btn-two.-vertical .c-small-btn:nth-child(2) {
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .p-btn-group__btn-two.-vertical .c-small-btn:nth-child(2) {
    margin-top: 10px;
  }
}
.p-btn-group__text1 {
  margin-top: 24px;
}

.p-inner-section__heading {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding: 18px 20px;
  width: 100%;
  background-color: #068475;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .p-inner-section__heading {
    padding: 16px;
    font-size: 1.4rem;
  }
}
.p-inner-section__heading span {
  display: block;
}
.p-inner-section + .p-inner-section {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .p-inner-section + .p-inner-section {
    margin-top: 24px;
  }
}

.p-like-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .p-like-btn-box {
    display: block;
  }
}
.p-like-btn-box .p-like-btn {
  margin-left: 24px;
}
.p-like-btn-box .p-like-btn:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .p-like-btn-box .p-like-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-like-btn-box .p-like-btn:first-child {
    margin-top: 0;
  }
}
* + .p-like-btn-box {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  * + .p-like-btn-box {
    margin-top: 12px;
  }
}

.p-like-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-like-btn__btn {
  display: inline-block;
  padding: 12px 8px;
  width: 219px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #c1c9c9;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W6", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3c414c;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-like-btn__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .p-like-btn__btn:hover {
    opacity: 1;
  }
}
.p-like-btn__btn::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  margin-right: -22px;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
}
.p-like-btn__btn.is-active {
  background-color: #f5f5f5;
}
.p-like-btn__btn.is-active::after {
  background-image: url("/contents/campus/img/icon_checkmark.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.p-like-btn__btn.is-disabled {
  cursor: default;
}
.p-like-btn__btn.is-disabled:hover {
  opacity: 1;
}
.p-like-btn__baloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 7px;
  margin-left: 8px;
  padding: 12px 4px;
  width: 85px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #c1c9c9;
  background-color: #fff;
  word-break: break-all;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-like-btn__baloon::before {
  position: absolute;
  top: calc(50% - 4px);
  left: -10px;
  z-index: 2;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-like-btn__baloon::after {
  position: absolute;
  top: calc(50% - 4px);
  left: -11px;
  z-index: 1;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #c1c9c9;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-blur-td {
  overflow: hidden;
}
.p-blur-td__content {
  margin: -8px;
  padding: 8px;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.p-blur-card {
  overflow: hidden;
  background-image: none;
}
.p-blur-card * {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.p-blur-card .js-match-height {
  height: 52px;
}

.p-btn-middle-area {
  position: relative;
}
.p-btn-middle-area__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .p-btn-middle-area__btn-wrap .c-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-btn-middle-area__btn-wrap.-table {
  width: calc(100% - 152px);
  height: calc(100% - 43px);
}
@media screen and (max-width: 600px) {
  .p-btn-middle-area__btn-wrap.-table {
    padding-left: 10px;
    width: calc(100% - 88px);
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 600px) {
  .p-btn-middle-area__btn-wrap.-card {
    padding: 0 40px;
  }
  .p-btn-middle-area__btn-wrap.-card .c-btn {
    text-align: left;
  }
}

.p-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .p-step {
    margin-bottom: 24px;
  }
}
.p-step__box {
  position: relative;
  margin-right: 40px;
  padding: 13px 8px;
  width: 150px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #c1c9c9;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-step__box {
    font-size: 1.2rem;
    margin-right: 24px;
  }
}
.p-step__box span {
  position: relative;
  top: 2px;
}
.p-step__box::after {
  position: absolute;
  top: 14px;
  right: -40px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/contents/campus/img/arrow_right_green2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
}
@media screen and (max-width: 600px) {
  .p-step__box::after {
    right: -24px;
    width: 24px;
  }
}
.p-step__box:last-child {
  margin-right: 0;
}
.p-step__box:last-child::after {
  display: none;
}
.p-step__box.is-done {
  border-color: #068475;
  background-color: #e2f3ec;
  color: #068475;
  font-weight: bold;
}
.p-step__box.is-done span {
  top: -2px;
}
.p-step__box.is-done span::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  margin-right: -5px;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("/contents/campus/img/icon_checkmark_green.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
@media screen and (max-width: 600px) {
  .p-step__box.is-done span::after {
    margin-left: 3px;
  }
}
.p-step__box.is-current {
  border-color: #068475;
  background-color: #e2f3ec;
  color: #068475;
  font-weight: bold;
}

.p-pin-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-pin {
  display: block;
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("/contents/campus/img/icon_pin_gray.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.p-pin span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.p-pin.-orange {
  background-image: url("/contents/campus/img/icon_pin_orange.svg");
}
.p-pin:hover {
  opacity: 0.7;
}

.p-modal-box__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-modal-box__container {
  position: relative;
  background-color: #fff;
  padding: 40px;
  width: 520px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  .p-modal-box__container {
    margin: 0 15px;
  }
}
.p-modal-box__content-heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.p-modal-box__content-text {
  margin-top: 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .p-modal-box__content-text {
    font-size: 1.4rem;
  }
}
.p-modal-box__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  width: 58px;
  height: 58px;
  background-image: url("/contents/campus/img/icon_modal_close.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.p-modal-box__close-btn span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.p-modal-box__close-btn:hover {
  opacity: 0.7;
}
.p-modal-box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.is-modal-animation {
  display: none;
}
.is-modal-animation.is-open {
  display: block;
}
.is-modal-animation[aria-hidden="false"] .p-modal-box__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.is-modal-animation[aria-hidden="true"] .p-modal-box__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.is-modal-animation .p-modal-box__container,
.is-modal-animation .p-modal-box__overlay {
  will-change: transform;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-select-two-btns {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 16px;
}
@media screen and (max-width: 600px) {
  .p-select-two-btns {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.p-select-two-btns > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
@media screen and (max-width: 600px) {
  .p-select-two-btns > li {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
}
.p-select-two-btns > li .p-select-two-btns__btn {
  display: block;
  width: 100%;
}
.p-select-two-btns > li .p-select-two-btns__btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
}
.p-select-two-btns > li .p-select-two-btns__btn span {
  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;
  padding: 0;
  border: none;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid #068475;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #068475;
  text-align: center;
  cursor: pointer;
}
.p-select-two-btns > li .p-select-two-btns__btn input:checked + span {
  background-color: #068475;
  color: #fff;
}
.p-select-two-btns > li .p-select-two-btns__btn input.is-unselect + span {
  background-color: #dfdfdf;
  color: #898989;
  border-color: #dfdfdf;
}
.p-select-two-btns > li .p-select-two-btns__btn:hover span {
  border-width: 2px;
}
.p-select-two-btns > li .p-select-two-btns__btn:hover input.is-unselect + span {
  border: solid 2px #686868;
}

.p-result-number {
  font-size: 2rem;
  font-weight: bold;
}
.p-result-number strong {
  color: #068475;
}
.p-result-number.is-loading {
  position: relative;
  top: 4px;
  height: 24px;
  background-image: url("/contents/campus/img/loading.gif");
  background-repeat: no-repeat;
  background-position: right center;
}
.p-result-number.is-loading p {
  opacity: 0;
}

.p-bottom-fixed-btns {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-bottom-fixed-btns.is-show {
  display: block;
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-text-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.u-mt0 {
  margin-top: 0px;
}

@media screen and (min-width: 601px) {
  .u-mt0-pc {
    margin-top: 0px;
  }
}

.u-mt24 {
  margin-top: 24px;
}

.error_text_class {
  color: #de0303;
  font-weight: bold;
  margin-top: 1%;
}

@media screen and (min-width: 601px) {
  .ml-6 {
    margin-left: 6%;
  }
}
.no_lesson_error {
  font-size: 18px;
  margin-left: 1%;
}

.disabled_btn {
  cursor: not-allowed;
}

.overflow_hidden {
  word-break: break-all;
}

.block_title {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.txt-blue {
  color: #134ff3;
}

.rating_error_title {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 40px;
}

.rating_error_link {
  color: #134ff3;
  text-decoration: underline;
}

/* ---------------
 * conts
 ---------------- */
.conts .c-topic-path {
  padding: 16px 12px;
}

.conts .l-footer-pagetop {
  bottom: 10px;
}

@media screen and (max-width: 600px) {
  .conts .l-footer-pagetop {
    bottom: 80px;
    right: 12px;
  }
}
.conts .l-footer__contents:first-of-type {
  border-top: 1px solid #c1c9c9;
}

.only-pc {
  display: block !important;
}
.only-sp {
  display: none !important;
}

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

/* ---------------
 * alert-area
 ---------------- */
.alert-area {
  margin: 0 0 8px 0;
  padding: 0.8em 0;
  /* background-color: #e8f4ff; */
  background-color: #fef0dd;
  text-align: center;
}

.alert-area a:hover {
  text-decoration: underline;
}

.alert-txt {
  color: #666666 !important;
  font-size: 14px;
  position: relative;
}
.alert-txt i.alert-icon:before {
  content: "";
  background: url(/contents/nikki/images/icon_alert.svg) no-repeat;
  display: inline-block;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  position: absolute;
  top: 0.1em;
  left: -1.4em;
}
.alert-txt i.alert-arrow:before {
  content: "";
  background: url(/contents/nikki/images/icon_arrow_right.svg) no-repeat;
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  background-size: contain;
  position: absolute;
  top: 0.27em;
  right: -1.25em;
}
@media screen and (max-width: 600px) {
  .alert-area {
    padding: 0.3em;
    margin: 0 0 8px 0;
    background-color: #fef0dd;
    text-align: center;
  }
  .alert-txt {
    font-size: 11px;
  }
}

.logged-required-content {
  filter: blur(4px);
  pointer-events: none;
  height: unset;
  background: none;
  background-size: unset;
}

.univ-search-paginate {
  background-color: #f5f5f5;
  padding: 0 20px;
}
.p-pagination__wrap {
  display: grid;
  grid-auto-flow: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.p-pagination__wrap a {
  cursor: pointer;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}

/* .p-pagination__wrap a:hover {
  background: #f0f0f0;
} */

.p-pagination__wrap a.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #068475;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
}
.p-pagination__wrap a.is-disabled {
  cursor: initial;
}
.p-pagination__wrap a.is-disabled fill {
  color: #000;
}

.pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}

.univ-search-box-bottom {
  background-color: #f5f5f5;
  padding: 32px 0 0 0;
}
.button-return-univ {
  margin-top: 24px;
}
.button-return-univ a {
  display: flex;
  margin: 0 auto;
  width: 246px;
  height: 48px;
  min-width: 80px;
  gap: 8px;
  padding-top: 13px;
  padding-right: 12px;
  padding-bottom: 13px;
  padding-left: 12px;
  border-radius: 4px;
  border: 1px solid #068475;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
  color: #068475;
  justify-content: center;
  align-items: center;
}

.l-header--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 80px;
}

@media screen and (max-width: 600px) {
  .l-header--wrapper {
    justify-content: center;
    margin: unset;
  }
  .l-header--wapper--campus {
    border-top: 2px solid #e1e1e1;
  }
}

.l-header__button-box {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 600px) {
  .l-header__button-box {
    margin-top: 12px;
  }
}

.l-header--wrapper .l-header__logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .l-header--wrapper .l-header__logo {
    margin-left: unset;
    width: 100%;
    justify-content: center;
    height: 32px;
  }
  .l-header--wrapper .l-header__logo--campus {
    margin-top: 0;
    margin-left: 56px;
    justify-content: unset;
  }
}

/* Base button */
.l-header__button {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 600px) {
  .l-header__button {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
  }
}

/* Login button */
.l-header__button--login {
  padding: 13px 32px;
  border: 1px solid #068475;
  background-color: #ffffff;
  color: #068475;
}

.l-header__button--login-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.l-header__button--login-inner svg {
  width: 19px;
  height: 19px;
  stroke: #068475;
  fill: #068475;
}

/* Register button */
.l-header__button--register {
  padding: 13px 16px;
  border: none;
  background-color: #eb5500;
  color: #ffffff;
}

.l-header__button--register span {
  width: 128px;
}

.hidden-pc {
  display: none;
}
.hidden-sp {
  display: flex;
}

@media (max-width: 599px) {
  .hidden-pc {
    display: flex;
  }

  .hidden-sp {
    display: none;
  }
}
