@charset "UTF-8";
/* ==========================================================================
* 
*  Vendor
*  外部提供CSS
* 
*  ========================================================================*/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Poppins:ital,wght@1,500&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

@keyframes lum-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes lum-loader-before {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(6px); }
  25% {
    transform: scale(1.3) translateX(8px); }
  40% {
    transform: scale(1.2) translateX(6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(6px); }
  75% {
    transform: scale(0.7) translateX(8px); }
  90% {
    transform: scale(0.8) translateX(6px); }
  100% {
    transform: scale(1); } }
@keyframes lum-loader-after {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(-6px); }
  25% {
    transform: scale(1.3) translateX(-8px); }
  40% {
    transform: scale(1.2) translateX(-6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(-6px); }
  75% {
    transform: scale(0.7) translateX(-8px); }
  90% {
    transform: scale(0.8) translateX(-6px); }
  100% {
    transform: scale(1); } }
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6); }

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%; }

.lum-lightbox-inner img {
  position: relative; }

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center; }

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear; }

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear; }

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms; }

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out; }

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out; }

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse; }

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse; }

.lum-img {
  transition: opacity 120ms ease-out; }

.lum-loading .lum-img {
  opacity: 0; }

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer; }

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3; }

.lum-close-button:hover {
  opacity: 1; }

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff; }

.lum-close-button:before {
  transform: rotate(45deg); }

.lum-close-button:after {
  transform: rotate(-45deg); }

.lum-previous-button {
  left: 12px; }

.lum-next-button {
  right: 12px; }

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8); }

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0; }

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0; }

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0; }

  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto; }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none; } }
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0); } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/* ==========================================================================
* 
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  reset
*  ---------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none; }

main {
  display: block; }

img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

input[type=radio],
input[type=checkbox] {
  display: none; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

select::-ms-expand {
  display: none; }

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

html,
body {
  width: 100%; }

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  min-width: 1280px;
  color: #404040; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 100%; } }

@media print {
  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact; } }
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  /* @pageの指定いらないかも */
  @page {
    size: A4;
    margin: 12.7mm 9.7mm; }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0; } }
a {
  text-decoration: none;
  color: #008CC9; }
  a:hover {
    text-decoration: none; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

sup {
  font-size: 50%;
  vertical-align: super; }

input::placeholder {
  color: #A2A2A2; }

/* IE */
input:-ms-input-placeholder {
  color: #A2A2A2; }

/* Edge */
input::-ms-input-placeholder {
  color: #A2A2A2; }

/* ==========================================================================
* 
*  Overwrite
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  LuminousGallery
*  ---------------------------------------------------------------*/
/*z-indexの調整*/
.lum-lightbox {
  z-index: 9999; }

/*スマホ時の表示調整*/
@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important;
    /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;
    /* 上下に適度に余白 */
    width: auto; } }
/*先送りボタンの非表示*/
.lum-gallery-button {
  display: none !important; }

/*透過度変更*/
.lum-close-button {
  opacity: 1; }

/* ==========================================================================
* 
*  Layout
*  ヘッダー、フッター、サイドバー、メインコンテンツエリアなど、サイト全体のブロックに関するもの。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  container
*  ---------------------------------------------------------------*/
.l-container {
  width: 100%;
  padding-top: 115px;
  padding-bottom: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .l-container {
      padding-top: 70px;
      padding-bottom: 60px; } }
  .l-container[data-page="categorytop"] {
    padding-top: 400px;
    padding-bottom: 0; }

/* -----------------------------------------------------------------
*  header
*  ---------------------------------------------------------------*/
.l-header {
  position: relative; }
  .l-header__lgContents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .l-header__lgContents__holder {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 115px;
      background-color: #fff;
      z-index: 5000;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
      transition: 0.4s all ease; }
      .l-header__lgContents__holder__logo {
        width: 264px;
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: 0.4s all ease; }
      .l-header__lgContents__holder__gNav {
        position: absolute;
        top: 20px;
        right: 0;
        transition: 0.4s all ease; }
        .l-header__lgContents__holder__gNav__list {
          font-size: 0; }
          .l-header__lgContents__holder__gNav__list__item {
            position: relative;
            float: left;
            margin-left: 25px; }
            .l-header__lgContents__holder__gNav__list__item__anchor {
              position: relative;
              display: block;
              color: #404040;
              letter-spacing: 0.1em;
              font-size: 12px;
              font-size: 1.2rem;
              padding-left: 24px;
              padding-bottom: 10px; }
              .l-header__lgContents__holder__gNav__list__item__anchor > i {
                font-size: 0;
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                margin-top: -5px; }
              .l-header__lgContents__holder__gNav__list__item__anchor[data-role="visitor"] {
                padding-right: 20px; }
                .l-header__lgContents__holder__gNav__list__item__anchor[data-role="visitor"]:after {
                  position: absolute;
                  top: 50%;
                  right: 0;
                  transform: translateY(-50%);
                  margin-top: -5px;
                  content: "";
                  display: inline-block;
                  background-image: url(/assets/images/common/icon_menuArrow.svg);
                  width: 9px;
                  height: 5px;
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: 0 0; }
              .l-header__lgContents__holder__gNav__list__item__anchor:hover:before {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: #E86D9E;
                position: absolute;
                left: 0;
                bottom: 0; }
            .l-header__lgContents__holder__gNav__list__item__dropdownMenu {
              position: absolute;
              width: 186px;
              top: 100%;
              left: 50%;
              margin-left: -93px;
              z-index: 2;
              height: auto;
              overflow: hidden;
              transition: 0.2s all ease; }
              .l-header__lgContents__holder__gNav__list__item__dropdownMenu__holder {
                background-color: #FCF2F9;
                padding: 25px 20px; }
                .l-header__lgContents__holder__gNav__list__item__dropdownMenu__holder__list__item {
                  margin-top: 8px; }
                  .l-header__lgContents__holder__gNav__list__item__dropdownMenu__holder__list__item:first-child {
                    margin-top: 0; }
                  .l-header__lgContents__holder__gNav__list__item__dropdownMenu__holder__list__item__anchor {
                    font-size: 14px;
                    font-size: 1.4rem;
                    text-decoration: underline; }
              .l-header__lgContents__holder__gNav__list__item__dropdownMenu.is-compacted {
                height: 0 !important; }
            .l-header__lgContents__holder__gNav__list__item__search {
              position: absolute;
              top: 100%;
              right: 0;
              width: 652px;
              display: block;
              z-index: 2;
              height: 0;
              overflow: hidden;
              transition: 0.2s all ease; }
              .l-header__lgContents__holder__gNav__list__item__search__holder {
                padding: 40px;
                background-color: #FCF2F9; }
                .l-header__lgContents__holder__gNav__list__item__search__holder > form {
                  font-size: 0; }
                  .l-header__lgContents__holder__gNav__list__item__search__holder > form input[type="text"] {
                    padding: 10px;
                    width: calc(100% - 70px);
                    display: inline-block;
                    vertical-align: top;
                    cursor: pointer;
                    font-size: 14px;
                    font-size: 1.4rem;
                    border-radius: 4px;
                    background-color: #fff;
                    color: #404040;
                    border: 1px solid #CBCBCB; }
                  .l-header__lgContents__holder__gNav__list__item__search__holder > form input[type="submit"] {
                    width: 38px;
                    height: 38px;
                    display: inline-block;
                    vertical-align: top;
                    margin-left: 30px;
                    border-radius: 50%;
                    background-color: #00509D;
                    background-image: url(/assets/images/common/icon_search-w.svg);
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat; }
              .l-header__lgContents__holder__gNav__list__item__search.is-active {
                height: 118px; }
      .l-header__lgContents__holder__menuNav {
        position: absolute;
        bottom: 0;
        right: 0; }
        .l-header__lgContents__holder__menuNav__list {
          font-size: 0; }
          .l-header__lgContents__holder__menuNav__list__item {
            position: relative;
            float: left;
            display: inline-block;
            margin-left: 50px; }
            .l-header__lgContents__holder__menuNav__list__item__anchor {
              position: relative;
              display: block;
              color: #404040;
              font-size: 16px;
              font-size: 1.6rem;
              padding-bottom: 26px; }
              .l-header__lgContents__holder__menuNav__list__item__anchor:hover:after {
                content: "";
                display: block;
                width: 100%;
                height: 4px;
                background-color: #E86D9E;
                position: absolute;
                left: 0;
                bottom: 0; }
            .l-header__lgContents__holder__menuNav__list__item__dropdownMenu {
              position: absolute;
              width: 100vw;
              min-width: 1280px;
              top: 100%;
              z-index: 2;
              overflow: hidden;
              height: auto;
              transition: 0.2s all ease; }
              .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder {
                padding: 40px 0;
                background-color: #FCF2F9;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13); }
                .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__categoryTop {
                  border-bottom: 1px solid #CBCBCB;
                  margin-bottom: 20px;
                  padding-bottom: 20px; }
                  .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__categoryTop__anchor {
                    font-size: 16px;
                    font-size: 1.6rem;
                    text-decoration: underline; }
                .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__column[data-pos="left"] {
                  width: 50%;
                  float: left; }
                .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__column[data-pos="right"] {
                  width: 50%;
                  float: right; }
                .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__column__head {
                  font-size: 16px;
                  font-size: 1.6rem;
                  margin-bottom: 20px; }
                .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__column__list__item {
                  width: 50%;
                  float: left;
                  margin-bottom: 8px; }
                  .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__column__list__item:first-child {
                    margin-top: 0; }
                  .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__column__list__item__anchor {
                    font-size: 14px;
                    font-size: 1.4rem;
                    text-decoration: underline; }
                .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList {
                  margin-bottom: 30px; }
                  .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item {
                    position: relative;
                    width: 356px;
                    float: left;
                    margin-left: 44px; }
                    .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item:nth-child(4n+1) {
                      clear: both;
                      margin-left: 0; }
                    .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item__anchor {
                      display: block; }
                      .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item__anchor__text {
                        background-color: #fff;
                        padding: 15px; }
                        .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item__anchor__text > span {
                          text-decoration: underline;
                          font-size: 14px;
                          font-size: 1.4rem; }
                      .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item__anchor:hover .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item__anchor__text > span {
                        text-decoration: none; }
                    .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item:before {
                      content: "";
                      display: block;
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      width: 5px;
                      height: 100%;
                      background-color: #C777C6; }
                    .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item[data-faculty="tokushin"]:before {
                      background-color: #3EA5E9; }
                    .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item[data-faculty="shingaku"]:before {
                      background-color: #3FBF84; }
                    .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item[data-faculty="ongaku"]:before {
                      background-color: #E16975; }
                    .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__thumbnailList__item[data-faculty="senkousentaku"]:before {
                      background-color: #3FBF84; }
                .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__list__item {
                  width: 25%;
                  float: left;
                  margin-bottom: 8px; }
                  .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__list__item:first-child {
                    margin-top: 0; }
                  .l-header__lgContents__holder__menuNav__list__item__dropdownMenu__holder__list__item__anchor {
                    font-size: 14px;
                    font-size: 1.4rem;
                    text-decoration: underline; }
              .l-header__lgContents__holder__menuNav__list__item__dropdownMenu.is-compacted {
                height: 0 !important; }
      .l-header__lgContents__holder.is-stored {
        height: 76px; }
        .l-header__lgContents__holder.is-stored .l-header__lgContents__holder__logo {
          width: 200px; }
        .l-header__lgContents__holder.is-stored .l-header__lgContents__holder__gNav {
          transform: translateY(-50px); }
  .l-header__xsContents {
    position: relative;
    z-index: 5000; }
    .l-header__xsContents__holder {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 70px;
      z-index: 5000;
      background-color: #fff;
      border-bottom: 1px solid #E2E2E2;
      overflow: hidden; }
      .l-header__xsContents__holder__logo {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 200px;
        transform: translateY(-50%); }
      .l-header__xsContents__holder__menuBtn {
        width: 70px;
        height: 70px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(/assets/images/common/header_xsContents_menuBtn_off.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-left: 1px solid #E2E2E2; }
        .l-header__xsContents__holder__menuBtn.is-clicked {
          background-image: url(/assets/images/common/header_xsContents_menuBtn_on.svg); }
    .l-header__xsContents__menu {
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: #fff;
      overflow: auto;
      display: none; }
      .l-header__xsContents__menu__parentMenuList__item__anchor {
        position: relative;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px;
        border-bottom: 1px solid #E2E2E2;
        color: #404040; }
        .l-header__xsContents__menu__parentMenuList__item__anchor[data-role="single"]:after {
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -10px;
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background-image: url(/assets/images/common/icon_arrow.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center; }
        .l-header__xsContents__menu__parentMenuList__item__anchor[data-role="drop"]:after {
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -10px;
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background-image: url(/assets/images/common/icon_plus.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center; }
        .l-header__xsContents__menu__parentMenuList__item__anchor[data-role="drop"].is-clicked:after {
          background-image: url(/assets/images/common/icon_minus.svg); }
      .l-header__xsContents__menu__parentMenuList__item__holder {
        display: none;
        border-bottom: 1px solid #E2E2E2;
        padding: 30px 15px; }
        .l-header__xsContents__menu__parentMenuList__item__holder__eachList {
          margin-top: 30px; }
          .l-header__xsContents__menu__parentMenuList__item__holder__eachList:first-child {
            margin-top: 0; }
          .l-header__xsContents__menu__parentMenuList__item__holder__eachList__head {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 10px; }
          .l-header__xsContents__menu__parentMenuList__item__holder__eachList__list__item {
            margin-top: 5px; }
            .l-header__xsContents__menu__parentMenuList__item__holder__eachList__list__item:first-child {
              margin-top: 0; }
            .l-header__xsContents__menu__parentMenuList__item__holder__eachList__list__item__anchor {
              font-size: 14px;
              font-size: 1.4rem;
              text-decoration: underline; }
              .l-header__xsContents__menu__parentMenuList__item__holder__eachList__list__item__anchor[data-role="top"] {
                font-size: 16px;
                font-size: 1.6rem; }
              .l-header__xsContents__menu__parentMenuList__item__holder__eachList__list__item__anchor[target="_blank"] {
                background-image: url(/assets/images/common/icon_blank.svg);
                background-repeat: no-repeat;
                background-size: 17px auto;
                background-position: right center;
                padding-right: 24px; }
    .l-header__xsContents__language {
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: #fff;
      overflow: auto;
      display: none; }
      .l-header__xsContents__language__parentMenuList__item__anchor {
        position: relative;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px;
        border-bottom: 1px solid #E2E2E2;
        color: #404040; }

/* -----------------------------------------------------------------
*  main
*  ---------------------------------------------------------------*/
/* -----------------------------------------------------------------
*  aside
*  ---------------------------------------------------------------*/
/* -----------------------------------------------------------------
*  footer
*  ---------------------------------------------------------------*/
.l-footer__lgContents {
  padding-top: 45px;
  padding-bottom: 80px;
  background-color: #FCF2F9; }
  .l-footer__lgContents__footNavList {
    text-align: center;
    margin-bottom: 30px; }
    .l-footer__lgContents__footNavList__item {
      position: relative;
      display: inline-block;
      margin-left: 10px;
      padding-left: 10px;
      line-height: 1; }
      .l-footer__lgContents__footNavList__item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #404040; }
      .l-footer__lgContents__footNavList__item:first-child {
        margin-left: 0;
        padding-left: 0; }
        .l-footer__lgContents__footNavList__item:first-child:before {
          display: none; }
      .l-footer__lgContents__footNavList__item__anchor {
        font-size: 12px;
        font-size: 1.2rem;
        color: #404040; }
        .l-footer__lgContents__footNavList__item__anchor:hover {
          text-decoration: underline; }
  .l-footer__lgContents__linkList {
    text-align: center;
    margin-bottom: 30px; }
    .l-footer__lgContents__linkList__item {
      position: relative;
      display: inline-block;
      vertical-align: text-top;
      margin-left: 30px; }
      .l-footer__lgContents__linkList__item:first-child {
        margin-left: 0; }
      .l-footer__lgContents__linkList__item__anchor {
        display: block;
        color: #404040; }
        .l-footer__lgContents__linkList__item__anchor > table > tbody > tr > th,
        .l-footer__lgContents__linkList__item__anchor > table > tbody > tr > td {
          vertical-align: middle; }
        .l-footer__lgContents__linkList__item__anchor > table > tbody > tr > td {
          padding-left: 10px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.58333333333; }
        .l-footer__lgContents__linkList__item__anchor:hover {
          opacity: 0.7; }
  .l-footer__lgContents__logo {
    width: 246px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .l-footer__lgContents__schoolList {
    text-align: center;
    margin-bottom: 20px; }
    .l-footer__lgContents__schoolList__item {
      position: relative;
      display: inline-block;
      margin-left: 30px; }
      .l-footer__lgContents__schoolList__item:first-child {
        margin-left: 0; }
      .l-footer__lgContents__schoolList__item__anchor {
        display: block;
        background-image: url(/assets/images/common/icon_blank.svg);
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: right center;
        padding-right: 24px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #404040; }
        .l-footer__lgContents__schoolList__item__anchor:hover {
          text-decoration: underline; }
    .l-footer__lgContents__schoolList[data-pos="above"] {
      margin-bottom: 10px; }
    .l-footer__lgContents__schoolList[data-pos="bottom"] {
      margin-bottom: 30px; }
  .l-footer__lgContents__copyright {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "NotoSerifCJKjp"; }
.l-footer__xsContents {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FCF2F9; }
  .l-footer__xsContents__holder {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .l-footer__xsContents__holder__footNavList {
      text-align: center;
      margin-bottom: 30px; }
      .l-footer__xsContents__holder__footNavList__list__item {
        position: relative;
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
        line-height: 1; }
        .l-footer__xsContents__holder__footNavList__list__item:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background-color: #404040; }
        .l-footer__xsContents__holder__footNavList__list__item:first-child {
          margin-left: 0;
          padding-left: 0; }
          .l-footer__xsContents__holder__footNavList__list__item:first-child:before {
            display: none; }
        .l-footer__xsContents__holder__footNavList__list__item__anchor {
          font-size: 12px;
          font-size: 1.2rem;
          color: #404040; }
    .l-footer__xsContents__holder__linkList {
      text-align: center;
      margin-bottom: 30px; }
      .l-footer__xsContents__holder__linkList__item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px; }
        .l-footer__xsContents__holder__linkList__item:first-child {
          margin-left: 0; }
        .l-footer__xsContents__holder__linkList__item__anchor {
          color: #404040; }
          .l-footer__xsContents__holder__linkList__item__anchor > table > tbody > tr > th,
          .l-footer__xsContents__holder__linkList__item__anchor > table > tbody > tr > td {
            vertical-align: middle; }
          .l-footer__xsContents__holder__linkList__item__anchor > table > tbody > tr > td {
            padding-left: 10px;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.58333333333; }
  .l-footer__xsContents__logo {
    width: 234px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .l-footer__xsContents__schoolList {
    text-align: center; }
    .l-footer__xsContents__schoolList__item {
      position: relative;
      display: inline-block;
      margin-left: 30px;
      margin-top: 10px; }
      .l-footer__xsContents__schoolList__item:first-child {
        margin-left: 0; }
      .l-footer__xsContents__schoolList__item__anchor {
        display: block;
        background-image: url(/assets/images/common/icon_blank.svg);
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: right center;
        padding-right: 24px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #404040; }
    .l-footer__xsContents__schoolList[data-pos="above"] {
      margin-bottom: 10px; }
    .l-footer__xsContents__schoolList[data-pos="bottom"] {
      margin-bottom: 30px; }
  .l-footer__xsContents__copyright {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "NotoSerifCJKjp"; }
.l-footer__footXsGNav__holder {
  position: fixed;
  z-index: 5002;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transform: translateY(0);
  transition: 0.4s all ease; }
  .l-footer__footXsGNav__holder__menuList__item {
    width: 25%;
    float: left; }
    .l-footer__footXsGNav__holder__menuList__item__anchor {
      display: block;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #FCF2F9;
      background-size: contain; }
      .l-footer__footXsGNav__holder__menuList__item__anchor.is-clicked {
        background-color: #E86D9E; }
    .l-footer__footXsGNav__holder__menuList__item:nth-child(1) .l-footer__footXsGNav__holder__menuList__item__anchor {
      background-image: url(/assets/images/common/footXsGNav_menu01_off@2x.png); }
      .l-footer__footXsGNav__holder__menuList__item:nth-child(1) .l-footer__footXsGNav__holder__menuList__item__anchor.is-clicked {
        background-image: url(/assets/images/common/footXsGNav_menu01_on@2x.png); }
    .l-footer__footXsGNav__holder__menuList__item:nth-child(2) .l-footer__footXsGNav__holder__menuList__item__anchor {
      background-image: url(/assets/images/common/footXsGNav_menu02_off@2x.png); }
      .l-footer__footXsGNav__holder__menuList__item:nth-child(2) .l-footer__footXsGNav__holder__menuList__item__anchor.is-clicked {
        background-image: url(/assets/images/common/footXsGNav_menu02_on@2x.png); }
    .l-footer__footXsGNav__holder__menuList__item:nth-child(3) .l-footer__footXsGNav__holder__menuList__item__anchor {
      background-image: url(/assets/images/common/footXsGNav_menu03_off@2x.png); }
      .l-footer__footXsGNav__holder__menuList__item:nth-child(3) .l-footer__footXsGNav__holder__menuList__item__anchor.is-clicked {
        background-image: url(/assets/images/common/footXsGNav_menu03_on@2x.png); }
    .l-footer__footXsGNav__holder__menuList__item:nth-child(4) .l-footer__footXsGNav__holder__menuList__item__anchor {
      background-image: url(/assets/images/common/footXsGNav_menu04_off@2x.png); }
      .l-footer__footXsGNav__holder__menuList__item:nth-child(4) .l-footer__footXsGNav__holder__menuList__item__anchor.is-clicked {
        background-image: url(/assets/images/common/footXsGNav_menu04_on@2x.png); }
    .l-footer__footXsGNav__holder__menuList__item:nth-child(5) .l-footer__footXsGNav__holder__menuList__item__anchor {
      background-image: url(/assets/images/common/footXsGNav_menu05_off@2x.png); }
      .l-footer__footXsGNav__holder__menuList__item:nth-child(5) .l-footer__footXsGNav__holder__menuList__item__anchor.is-clicked {
        background-image: url(/assets/images/common/footXsGNav_menu05_on@2x.png); }
  .l-footer__footXsGNav__holder.is-hidden {
    transform: translateY(60px); }
  .l-footer__footXsGNav__holder.is-visible {
    transition: 0s all ease;
    transform: translateY(0); }
.l-footer__footXsGNav__eachContent {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 5001;
  width: 100%;
  background-color: #fff;
  display: none; }
  .l-footer__footXsGNav__eachContent[data-role="visitor"] .l-footer__footXsGNav__eachContent__visitorList {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%; }
    .l-footer__footXsGNav__eachContent[data-role="visitor"] .l-footer__footXsGNav__eachContent__visitorList__item__anchor {
      position: relative;
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      color: #404040;
      padding: 15px;
      border-top: 1px solid #E2E2E2; }
  .l-footer__footXsGNav__eachContent[data-role="search"] .l-footer__footXsGNav__eachContent__searchForm {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #E2E2E2; }
    .l-footer__footXsGNav__eachContent[data-role="search"] .l-footer__footXsGNav__eachContent__searchForm form {
      font-size: 0; }
      .l-footer__footXsGNav__eachContent[data-role="search"] .l-footer__footXsGNav__eachContent__searchForm form input[type="text"] {
        padding: 10px;
        width: calc(100% - 70px);
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        font-size: 14px;
        font-size: 1.4rem;
        border-radius: 4px;
        background-color: #fff;
        color: #404040; }
      .l-footer__footXsGNav__eachContent[data-role="search"] .l-footer__footXsGNav__eachContent__searchForm form input[type="submit"] {
        width: 38px;
        height: 38px;
        display: inline-block;
        vertical-align: top;
        margin-left: 30px;
        border-radius: 50%;
        background-color: #00509D;
        background-image: url(/assets/images/common/icon_search-w.svg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }

/* ==========================================================================
* 
*  Object
*  サイト内で繰り返されるパターン。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  Component
*  ---------------------------------------------------------------*/
.c-anchor_type01 {
  text-decoration: underline; }
  .c-anchor_type01[data-color="junior"] {
    color: #E86D9E; }
  .c-anchor_type01[data-color="high"] {
    color: #C777C6; }
  .c-anchor_type01[data-color="black"] {
    color: #404040; }
  .c-anchor_type01[target="_blank"] {
    margin-right: 5px; }
    .c-anchor_type01[target="_blank"]:after {
      content: "";
      width: 17px;
      height: 14px;
      display: inline-block;
      background-image: url(/assets/images/common/icon_blank.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      margin-left: 10px; }

.c-btn {
  display: block; }
  .c-btn_type01 {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #404040;
    text-align: center;
    padding: 15px;
    border-radius: 48px; }
    @media only screen and (max-width: 767px) {
      .c-btn_type01 {
        padding: 15px 30px; } }
    .c-btn_type01[data-arrow="right"]:after {
      content: "";
      display: block;
      border-top: 2px solid #008BF5;
      border-right: 2px solid #008BF5;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 48%;
      right: 25px;
      transform: rotate(45deg) translateY(-50%); }
    .c-btn_type01[data-arrow="left"]:after {
      content: "";
      display: block;
      border-top: 2px solid #008BF5;
      border-left: 2px solid #008BF5;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 48%;
      left: 25px;
      transform: rotate(-45deg) translateY(-50%); }
    .c-btn_type01[data-arrow="bottom"]:after {
      content: "";
      display: block;
      border-right: 2px solid #008BF5;
      border-bottom: 2px solid #008BF5;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 44%;
      right: 25px;
      transform: rotate(45deg) translateY(-50%); }
    .c-btn_type01[data-arrow="top"]:after {
      content: "";
      display: block;
      border-left: 2px solid #008BF5;
      border-top: 2px solid #008BF5;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 52%;
      right: 25px;
      transform: rotate(45deg) translateY(-50%); }
    .c-btn_type01[data-color="white"] {
      background-color: #fff; }
    .c-btn_type01[data-color="general"] {
      background-color: #FCF2F9; }
    .c-btn_type01[data-color="theme"] {
      background-color: #E86D9E;
      color: #fff; }
      .c-btn_type01[data-color="theme"][data-arrow="right"]:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
      .c-btn_type01[data-color="theme"][data-arrow="left"]:after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff; }
      .c-btn_type01[data-color="theme"][data-arrow="bottom"]:after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff; }
      .c-btn_type01[data-color="theme"][data-arrow="top"]:after {
        border-left: 2px solid #fff;
        border-top: 2px solid #fff; }
    .c-btn_type01:hover {
      opacity: 0.7; }
  .c-btn_type02 {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 42px; }
    @media only screen and (max-width: 767px) {
      .c-btn_type02 {
        padding: 15px 30px; } }
    .c-btn_type02:active {
      transform: translateY(5px);
      box-shadow: 0 0 0 0 transparent !important; }
    .c-btn_type02[data-arrow="right"]:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 48%;
      right: 25px;
      transform: rotate(45deg) translateY(-50%); }
    .c-btn_type02[data-arrow="left"]:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 48%;
      left: 25px; }
    .c-btn_type02[data-color="junior"] {
      color: #E86D9E;
      border: 2px solid #E86D9E;
      box-shadow: 0 5px 0 0 #E86D9E; }
      .c-btn_type02[data-color="junior"][data-arrow="right"]:after {
        border-top: 2px solid #E86D9E;
        border-right: 2px solid #E86D9E;
        transform: rotate(45deg) translateY(-50%); }
      .c-btn_type02[data-color="junior"][data-arrow="left"]:after {
        border-top: 2px solid #E86D9E;
        border-left: 2px solid #E86D9E;
        transform: rotate(-45deg) translateY(-50%); }
    .c-btn_type02[data-color="high"] {
      color: #C777C6;
      border: 2px solid #C777C6;
      box-shadow: 0 5px 0 0 #C777C6; }
      .c-btn_type02[data-color="high"][data-arrow="right"]:after {
        border-top: 2px solid #C777C6;
        border-right: 2px solid #C777C6;
        transform: rotate(45deg) translateY(-50%); }
      .c-btn_type02[data-color="high"][data-arrow="left"]:after {
        border-top: 2px solid #C777C6;
        border-left: 2px solid #C777C6;
        transform: rotate(-45deg) translateY(-50%); }
    .c-btn_type02:hover {
      opacity: 0.7; }
  .c-btn_type03 {
    position: relative; }
    .c-btn_type03 > span {
      display: block;
      position: relative;
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-align: center;
      padding: 30px;
      background-color: #E86D9E;
      color: #fff;
      border-radius: 12px;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .c-btn_type03 > span {
          padding: 15px 30px; } }
      .c-btn_type03 > span:after {
        content: "";
        display: block;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 48%;
        right: 25px;
        transform: rotate(45deg) translateY(-50%); }
    .c-btn_type03:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(/assets/images/common/shadow_theme.png);
      background-size: 15px 15px;
      transform: translate(8px, 8px);
      width: 100%;
      height: 100%;
      border-radius: 12px;
      border: 2px solid #E86D9E; }
    .c-btn_type03:active > span {
      transform: translate(8px, 8px); }
    .c-btn_type03:hover {
      opacity: 0.7; }

.c-hl_type01 {
  font-size: 44px;
  font-size: 4.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: italic; }
  @media only screen and (max-width: 767px) {
    .c-hl_type01 {
      font-size: 36px;
      font-size: 3.6rem; } }
  .c-hl_type01 > span {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    margin-left: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-style: normal; }
    @media only screen and (max-width: 767px) {
      .c-hl_type01 > span {
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        margin-left: 0; } }
.c-hl_type02 {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 15px auto;
  color: #E86D9E;
  background-image: url(/assets/images/common/borderline_theme.png); }
  @media only screen and (max-width: 767px) {
    .c-hl_type02 {
      font-size: 24px;
      font-size: 2.4rem;
      padding-bottom: 15px;
      background-size: 12px auto; } }
  .c-hl_type02[data-color="junior"] {
    color: #E86D9E;
    background-image: url(/assets/images/common/borderline_junior.png); }
  .c-hl_type02[data-color="high"] {
    color: #C777C6;
    background-image: url(/assets/images/common/borderline_high.png); }
  .c-hl_type02[data-color="tokushin"] {
    color: #3EA5E9;
    background-image: url(/assets/images/common/borderline_tokushin.png); }
  .c-hl_type02[data-color="senkousentaku"] {
    color: #3FBF84;
    background-image: url(/assets/images/common/borderline_senkousentaku.png); }
  .c-hl_type02[data-color="shingaku"] {
    color: #3FBF84;
    background-image: url(/assets/images/common/borderline_shingaku.png); }
  .c-hl_type02[data-color="ongaku"] {
    color: #E16975;
    background-image: url(/assets/images/common/borderline_ongaku.png); }
  .c-hl_type02[data-pos="center"] {
    text-align: center; }
.c-hl_type03 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    .c-hl_type03 {
      font-size: 20px;
      font-size: 2rem; } }
  .c-hl_type03:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 4px;
    background-color: #E86D9E; }
  .c-hl_type03[data-color="junior"]:before {
    background-color: #E86D9E; }
  .c-hl_type03[data-color="high"]:before {
    background-color: #C777C6; }
  .c-hl_type03[data-color="tokushin"]:before {
    background-color: #3EA5E9; }
  .c-hl_type03[data-color="senkousentaku"]:before {
    background-color: #3FBF84; }
  .c-hl_type03[data-color="shingaku"]:before {
    background-color: #3FBF84; }
  .c-hl_type03[data-color="ongaku"]:before {
    background-color: #E16975; }
.c-hl_type04 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500; }
  .c-hl_type04[data-color="normal"] {
    color: #000; }
  .c-hl_type04[data-color="theme"] {
    color: #E86D9E; }
  .c-hl_type04[data-color="junior"] {
    color: #E86D9E; }
  .c-hl_type04[data-color="high"] {
    color: #C777C6; }

.c-formRadio_type01 > input[type="radio"]:checked + label > span:after {
  display: block; }
.c-formRadio_type01 > label {
  position: relative;
  display: inline-block; }
  .c-formRadio_type01 > label > span {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 2px solid #D1D1D1;
    border-radius: 11px;
    vertical-align: middle;
    margin-right: 10px; }
    .c-formRadio_type01 > label > span:after {
      font-size: 0;
      display: none;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      margin-left: -5px;
      margin-top: -5px;
      border-radius: 5px;
      background-color: #5C5C5C; }
  .c-formRadio_type01 > label > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
  .c-formRadio_type01 > label:hover {
    cursor: pointer; }

.p-formSelect_type01 {
  position: relative; }

.p-formSelect_type01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000000 transparent transparent transparent; }

.p-formSelect_type01 > select {
  border: 1px solid #c8c8c8;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

.c-formText_type01 {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 4px; }

.c-formText_type02 {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #CCC; }

.c-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }
  .c-inner_contents {
    width: 1156px; }
    @media only screen and (max-width: 767px) {
      .c-inner_contents {
        width: 100%;
        padding: 0 5.333333333%; } }
  .c-inner_wide {
    width: 1280px; }
    @media only screen and (max-width: 767px) {
      .c-inner_wide {
        width: 100%; } }
  .c-inner[data-type="lgHeader"] {
    width: 1280px; }

.c-rt_type01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25; }
.c-rt_type02 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500; }
.c-rt_type03 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.25; }

.c-sec_type01 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .c-sec_type01 {
      margin-bottom: 40px; } }
  .c-sec_type01[data-order="last"] {
    margin-bottom: 0; }

.c-link {
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  padding-left: 50px;
  border-radius: 12px;
  background-color: #FCF2F9; }
  .c-link[data-type="file"] {
    padding: 35px 35px 35px 80px; }
    @media only screen and (max-width: 767px) {
      .c-link[data-type="file"] {
        padding: 20px 20px 20px 65px; } }
    .c-link[data-type="file"]:before {
      content: "";
      width: 32px;
      height: 19px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 35px;
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .c-link[data-type="file"]:before {
          left: 20px; } }
    .c-link[data-type="file"][data-icon="pdf"]:before {
      background-image: url(/assets/images/common/icon_pdf.svg); }
    .c-link[data-type="file"][data-icon="doc"]:before {
      background-image: url(/assets/images/common/icon_doc.svg); }
    .c-link[data-type="file"][data-icon="xls"]:before {
      background-image: url(/assets/images/common/icon_xls.svg); }
  .c-link[data-type="blank"] {
    padding: 35px; }
    @media only screen and (max-width: 767px) {
      .c-link[data-type="blank"] {
        padding: 20px; } }
    .c-link[data-type="blank"]:after {
      content: "";
      width: 17px;
      height: 14px;
      display: inline-block;
      background-image: url(/assets/images/common/icon_blank.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      margin-left: 10px; }
  .c-link[data-type="normal"] {
    padding: 35px; }
    @media only screen and (max-width: 767px) {
      .c-link[data-type="normal"] {
        padding: 20px; } }
  .c-link[data-type="anchor"] {
    padding: 35px 45px 35px 35px; }
    @media only screen and (max-width: 767px) {
      .c-link[data-type="anchor"] {
        padding: 20px 45px 20px 20px; } }
    .c-link[data-type="anchor"]:after {
      content: "";
      display: block;
      border-right: 2px solid #E86D9E;
      border-bottom: 2px solid #E86D9E;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: rotate(45deg) translateY(-50%); }
  .c-link[data-type="menu"] {
    padding: 35px 70px 35px 35px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .c-link[data-type="menu"] {
        padding: 20px 60px 20px 20px; } }
    .c-link[data-type="menu"]:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 40px;
      height: 100%;
      background-color: #E86D9E; }
    .c-link[data-type="menu"]:after {
      content: "";
      display: block;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: rotate(45deg) translateY(-50%); }
  .c-link[data-bgcolor="none"] {
    background-color: #fff; }

.c-list_type01 {
  margin-bottom: -5px; }
  .c-list_type01 > li {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    padding-left: 1em;
    margin-bottom: 5px; }
    .c-list_type01 > li:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      top: 14px;
      left: 0; }
  .c-list_type01[data-color="normal"] > li:before {
    background-color: #000; }
  .c-list_type01[data-color="theme"] > li:before {
    background-color: #E86D9E; }
  .c-list_type01[data-color="junior"] > li:before {
    background-color: #E86D9E; }
  .c-list_type01[data-color="high"] > li:before {
    background-color: #C777C6; }
  .c-list_type01[data-color="anchor"] > li:before {
    background-color: #008BF5; }
.c-list[data-display="inline"] {
  display: flex;
  margin-left: -20px; }
  @media only screen and (max-width: 767px) {
    .c-list[data-display="inline"] {
      display: block; } }
  .c-list[data-display="inline"] > li {
    margin-left: 20px; }

.c-table_type01 {
  position: relative; }
  .c-table_type01 > div {
    width: 100%;
    overflow: auto; }
    .c-table_type01 > div > table {
      width: 100%; }
      .c-table_type01 > div > table > tbody > tr > th,
      .c-table_type01 > div > table > tbody > tr td {
        padding: 10px 20px;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #C7DDDE;
        line-height: 1.75;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .c-table_type01 > div > table > tbody > tr > th,
          .c-table_type01 > div > table > tbody > tr td {
            font-size: 14px;
            font-size: 1.4rem; } }
      .c-table_type01 > div > table > tbody > tr > th {
        background-color: #E86D9E;
        text-align: left;
        font-weight: 500;
        color: #fff; }
  @media only screen and (max-width: 767px) {
    .c-table_type01[data-xscompact="true"] > div > table {
      width: 800px; } }
  .c-table_type01[data-xscompact="true"]:before {
    display: none;
    content: "●表の続きを見るには、横にスワイプしてください";
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #bbb; }
    @media only screen and (max-width: 767px) {
      .c-table_type01[data-xscompact="true"]:before {
        display: block; } }
  .c-table_type01[data-color="theme"] > div > table > tbody > tr > th {
    background-color: #E86D9E; }
  .c-table_type01[data-color="general"] > div > table > tbody > tr > th {
    background-color: #FCF2F9; }
  .c-table_type01[data-color="junior"] > div > table > tbody > tr > th {
    background-color: #E86D9E; }
  .c-table_type01[data-color="high"] > div > table > tbody > tr > th {
    background-color: #C777C6; }
  .c-table_type01[data-color="tokushin"] > div > table > tbody > tr > th {
    background-color: #3EA5E9; }
  .c-table_type01[data-color="shingaku"] > div > table > tbody > tr > th {
    background-color: #3FBF84; }
  .c-table_type01[data-color="senkousentaku"] > div > table > tbody > tr > th {
    background-color: #3FBF84; }
  .c-table_type01[data-color="ongaku"] > div > table > tbody > tr > th {
    background-color: #E16975; }
.c-table_type02 {
  position: relative; }
  .c-table_type02 > div {
    width: 100%;
    overflow: auto; }
    .c-table_type02 > div > table {
      width: 100%; }
      .c-table_type02 > div > table > thead > tr > th,
      .c-table_type02 > div > table > thead > tr td {
        padding: 10px 20px;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #C7DDDE;
        line-height: 1.75;
        vertical-align: middle;
        background-color: #E86D9E;
        color: #fff;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .c-table_type02 > div > table > thead > tr > th,
          .c-table_type02 > div > table > thead > tr td {
            font-size: 14px;
            font-size: 1.4rem; } }
      .c-table_type02 > div > table > thead > tr > th {
        text-align: left; }
      .c-table_type02 > div > table > tbody > tr > th,
      .c-table_type02 > div > table > tbody > tr td {
        padding: 10px 20px;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #C7DDDE;
        line-height: 1.75;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .c-table_type02 > div > table > tbody > tr > th,
          .c-table_type02 > div > table > tbody > tr td {
            font-size: 14px;
            font-size: 1.4rem; } }
      .c-table_type02 > div > table > tbody > tr > th {
        font-weight: 400;
        text-align: left; }
  @media only screen and (max-width: 767px) {
    .c-table_type02[data-xscompact="true"] > div > table {
      width: 800px; } }
  .c-table_type02[data-xscompact="true"]:before {
    display: none;
    content: "●表の続きを見るには、横にスワイプしてください";
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #bbb; }
    @media only screen and (max-width: 767px) {
      .c-table_type02[data-xscompact="true"]:before {
        display: block; } }
  .c-table_type02[data-color="theme"] > div > table > tbody > tr > th {
    background-color: #E86D9E; }
  .c-table_type02[data-color="general"] > div > table > tbody > tr > th {
    background-color: #FCF2F9; }
  .c-table_type02[data-color="junior"] > div > table > thead > tr > th {
    background-color: #E86D9E; }
  .c-table_type02[data-color="high"] > div > table > thead > tr > th {
    background-color: #C777C6; }
  .c-table_type02[data-color="tokushin"] > div > table > thead > tr > th {
    background-color: #3EA5E9; }
  .c-table_type02[data-color="shingaku"] > div > table > thead > tr > th {
    background-color: #3FBF84; }
  .c-table_type02[data-color="senkousentaku"] > div > table > thead > tr > th {
    background-color: #3FBF84; }
  .c-table_type02[data-color="ongaku"] > div > table > thead > tr > th {
    background-color: #E16975; }

.c-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-column[data-col="2"] > div {
    width: 48.096885813%; }
    @media only screen and (max-width: 767px) {
      .c-column[data-col="2"] > div {
        width: 100%;
        margin-bottom: 20px; } }
  .c-column[data-col="3"] > div {
    width: 30.79584775%; }
    @media only screen and (max-width: 767px) {
      .c-column[data-col="3"] > div {
        width: 100%;
        margin-bottom: 20px; } }
  .c-column[data-col="4"] > div {
    width: 22.145328719%; }
    @media only screen and (max-width: 767px) {
      .c-column[data-col="4"] > div {
        width: 100%;
        margin-bottom: 20px; } }
  .c-column[data-direction="reverse"] {
    flex-direction: row-reverse; }

.c-fig {
  border-radius: 12px; }

.c-youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  @media only screen and (max-width: 767px) {
    .c-youtube {
      width: 100%; } }
  .c-youtube > iframe {
    width: 100%;
    height: 100%; }

.c-layout[data-type="A"] {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .c-layout[data-type="A"] {
      display: block; } }
  .c-layout[data-type="A"] > div[data-col="left"] {
    width: 65.397923875%; }
    @media only screen and (max-width: 767px) {
      .c-layout[data-type="A"] > div[data-col="left"] {
        width: 100% !important;
        margin-bottom: 20px; } }
  .c-layout[data-type="A"] > div[data-col="right"] {
    width: 30.79584775%; }
    @media only screen and (max-width: 767px) {
      .c-layout[data-type="A"] > div[data-col="right"] {
        width: 100% !important; } }
  .c-layout[data-type="A"][data-inversion="true"] > div[data-col="left"] {
    width: 30.79584775%; }
  .c-layout[data-type="A"][data-inversion="true"] > div[data-col="right"] {
    width: 65.397923875%; }
  .c-layout[data-type="A"][data-direction="reverse"] {
    flex-direction: row-reverse; }
.c-layout[data-type="B"] {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .c-layout[data-type="B"] {
      display: block; } }
  .c-layout[data-type="B"] > div[data-col="left"] {
    width: 56.747404844%; }
    @media only screen and (max-width: 767px) {
      .c-layout[data-type="B"] > div[data-col="left"] {
        width: 100% !important;
        margin-bottom: 20px; } }
  .c-layout[data-type="B"] > div[data-col="right"] {
    width: 39.446366782%; }
    @media only screen and (max-width: 767px) {
      .c-layout[data-type="B"] > div[data-col="right"] {
        width: 100% !important; } }
  .c-layout[data-type="B"][data-inversion="true"] > div[data-col="left"] {
    width: 39.446366782%; }
  .c-layout[data-type="B"][data-inversion="true"] > div[data-col="right"] {
    width: 56.747404844%; }

.c-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .c-map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.c-remarks {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.25; }

.c-tag {
  color: #fff;
  background-color: #E86D9E;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block; }

.c-em {
  color: #FF0000;
  font-style: inherit;
  font-weight: inherit; }

.c-bnrHoverAnim {
  display: block;
  transition: 0.3s all ease; }
  .c-bnrHoverAnim:hover {
    opacity: 0.7; }

.c-categoryTag {
  display: inline-block;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #C777C6;
  background-color: #fff; }
  .c-categoryTag[data-category="examinee"] {
    color: #C777C6;
    background-color: #F0E3FF; }
  .c-categoryTag[data-category="openschool"] {
    color: #47B552;
    background-color: #D9F9ED; }
  .c-categoryTag[data-category="info"] {
    color: #C777C6;
    background-color: #FFDEF5; }
  .c-categoryTag[data-category="gakunai"] {
    color: #C777C6;
    background-color: #FFDEF5; }
  .c-categoryTag[data-category="event"] {
    color: #BE9A47;
    background-color: #F2F1DF; }
  .c-categoryTag[data-category="club"] {
    color: #DB3843;
    background-color: #FFE5E5; }
  .c-categoryTag[data-category="concert"] {
    color: #7692DF;
    background-color: #CBF5FC; }
  .c-categoryTag[data-category="new"] {
    color: #fff;
    background-color: #E86D9E; }

.c-change {
  opacity: 0.3; }

/* -----------------------------------------------------------------
*  Project
*  ---------------------------------------------------------------*/
.p-schoolTopIntro {
  padding: 40px 0;
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .p-schoolTopIntro {
      margin-bottom: 40px; } }
  .p-schoolTopIntro__holder {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .p-schoolTopIntro__holder {
        display: block; } }
    .p-schoolTopIntro__holder__hl {
      font-size: 36px;
      font-size: 3.6rem;
      width: calc(100% - 600px); }
      @media only screen and (max-width: 767px) {
        .p-schoolTopIntro__holder__hl {
          width: 100%;
          font-size: 24px;
          font-size: 2.4rem;
          margin-bottom: 20px; } }
      .p-schoolTopIntro__holder__hl > span {
        background: linear-gradient(transparent 0%, #fff 0%);
        padding: 5px; }
    .p-schoolTopIntro__holder__rt {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2;
      width: 600px; }
      @media only screen and (max-width: 767px) {
        .p-schoolTopIntro__holder__rt {
          width: 100%;
          font-size: 16px;
          font-size: 1.6rem; } }
  .p-schoolTopIntro[data-school="junior"] {
    background-color: #FFF3F7; }
    .p-schoolTopIntro[data-school="junior"] .p-schoolTopIntro__holder__hl {
      color: #E86D9E; }
  .p-schoolTopIntro[data-school="high"] {
    background-color: #FCF2F9; }
    .p-schoolTopIntro[data-school="high"] .p-schoolTopIntro__holder__hl {
      color: #C777C6; }

.p-schoolTopCourses__hl {
  margin-bottom: 40px; }
.p-schoolTopCourses__eachCourse {
  margin-bottom: 30px;
  position: relative; }
  .p-schoolTopCourses__eachCourse:before {
    display: none; }
    @media only screen and (max-width: 767px) {
      .p-schoolTopCourses__eachCourse:before {
        display: block;
        content: "";
        width: 100vw;
        height: calc(100% - 90px);
        background-image: url(/assets/images/common/dot.png);
        position: absolute;
        top: 90px;
        left: -5.333333333%;
        z-index: -1; } }
  .p-schoolTopCourses__eachCourse__texts {
    position: relative;
    padding: 40px;
    border-radius: 24px; }
    @media only screen and (max-width: 767px) {
      .p-schoolTopCourses__eachCourse__texts {
        padding: 20px; } }
    .p-schoolTopCourses__eachCourse__texts:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      border-radius: 24px;
      width: calc(100% + 100px);
      height: 100%;
      z-index: -1;
      background-image: url(/assets/images/common/dot.png); }
      @media only screen and (max-width: 767px) {
        .p-schoolTopCourses__eachCourse__texts:after {
          display: none; } }
    .p-schoolTopCourses__eachCourse__texts__hl01 {
      font-size: 30px;
      font-size: 3rem;
      text-decoration: underline;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .p-schoolTopCourses__eachCourse__texts__hl01 {
          font-size: 24px;
          font-size: 2.4rem; } }
    .p-schoolTopCourses__eachCourse__texts__hl02 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 20px; }
      .p-schoolTopCourses__eachCourse__texts__hl02 > span {
        background: linear-gradient(transparent 0%, #fff 0%);
        padding: 5px; }
    .p-schoolTopCourses__eachCourse__texts__rt {
      margin-bottom: 20px; }
    .p-schoolTopCourses__eachCourse__texts__btn {
      width: 356px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 767px) {
        .p-schoolTopCourses__eachCourse__texts__btn {
          width: 100%; } }
  .p-schoolTopCourses__eachCourse__fig > img {
    transform: translateY(50px); }
    @media only screen and (max-width: 767px) {
      .p-schoolTopCourses__eachCourse__fig > img {
        transform: translateY(0); } }
  .p-schoolTopCourses__eachCourse[data-course="tokushin"]:before {
    background-color: #F0F9FF; }
  .p-schoolTopCourses__eachCourse[data-course="tokushin"] .p-schoolTopCourses__eachCourse__texts__hl01 {
    color: #3EA5E9; }
  .p-schoolTopCourses__eachCourse[data-course="tokushin"] .p-schoolTopCourses__eachCourse__texts__hl02 {
    color: #3EA5E9; }
  .p-schoolTopCourses__eachCourse[data-course="tokushin"] .p-schoolTopCourses__eachCourse__texts:after {
    left: 0;
    background-color: #F0F9FF; }
  .p-schoolTopCourses__eachCourse[data-course="shingaku"]:before {
    background-color: #EBFBF4; }
  .p-schoolTopCourses__eachCourse[data-course="shingaku"] .p-schoolTopCourses__eachCourse__texts__hl01 {
    color: #3FBF84; }
  .p-schoolTopCourses__eachCourse[data-course="shingaku"] .p-schoolTopCourses__eachCourse__texts__hl02 {
    color: #3FBF84; }
  .p-schoolTopCourses__eachCourse[data-course="shingaku"] .p-schoolTopCourses__eachCourse__texts:after {
    right: 0;
    background-color: #EBFBF4; }
  .p-schoolTopCourses__eachCourse[data-course="ongaku"]:before {
    background-color: #FFF2F3; }
  .p-schoolTopCourses__eachCourse[data-course="ongaku"] .p-schoolTopCourses__eachCourse__texts__hl01 {
    color: #E16975; }
  .p-schoolTopCourses__eachCourse[data-course="ongaku"] .p-schoolTopCourses__eachCourse__texts__hl02 {
    color: #E16975; }
  .p-schoolTopCourses__eachCourse[data-course="ongaku"] .p-schoolTopCourses__eachCourse__texts:after {
    left: 0;
    background-color: #FFF2F3; }

.p-schoolTopFeature__hl {
  margin-bottom: 40px; }
.p-schoolTopFeature__points {
  margin-bottom: -50px; }
  .p-schoolTopFeature__points__eachPoint {
    margin-bottom: 50px; }
    .p-schoolTopFeature__points__eachPoint__hl {
      position: relative;
      padding-left: 50px;
      margin-bottom: 30px; }
      .p-schoolTopFeature__points__eachPoint__hl__num {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 63px;
        font-size: 6.3rem;
        color: #fff;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px; }
      .p-schoolTopFeature__points__eachPoint__hl__sub {
        font-size: 14px;
        font-size: 1.4rem;
        color: #3EA5E9;
        border: 1px solid #3EA5E9;
        border-radius: 4px;
        display: inline-block;
        padding: 2px 5px; }
      .p-schoolTopFeature__points__eachPoint__hl__main {
        font-size: 24px;
        font-size: 2.4rem; }
    .p-schoolTopFeature__points__eachPoint__rt {
      margin-bottom: 20px; }
    .p-schoolTopFeature__points__eachPoint__btn {
      width: 356px; }
      @media only screen and (max-width: 767px) {
        .p-schoolTopFeature__points__eachPoint__btn {
          width: 100%; } }
    .p-schoolTopFeature__points__eachPoint__fig {
      margin-bottom: 20px; }
      .p-schoolTopFeature__points__eachPoint__fig > figcaption {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 10px; }
    .p-schoolTopFeature__points__eachPoint__list {
      margin-top: 20px;
      margin-left: -10px; }
      .p-schoolTopFeature__points__eachPoint__list__item {
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        line-height: 2;
        margin-left: 10px; }
    .p-schoolTopFeature__points__eachPoint__courses__eachCourse__fig {
      margin-bottom: 20px; }
    .p-schoolTopFeature__points__eachPoint__courses__eachCourse__dl > dt {
      font-size: 20px;
      font-size: 2rem;
      padding-left: 10px;
      margin-bottom: 10px; }
    .p-schoolTopFeature__points__eachPoint__courses__eachCourse__dl > dd {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.25; }
    .p-schoolTopFeature__points__eachPoint__menus {
      margin-top: 40px; }
      .p-schoolTopFeature__points__eachPoint__menus__eachMenu {
        margin-bottom: 40px; }
        .p-schoolTopFeature__points__eachPoint__menus__eachMenu__dl > dt {
          font-size: 20px;
          font-size: 2rem;
          padding-left: 10px;
          margin-bottom: 10px; }
        .p-schoolTopFeature__points__eachPoint__menus__eachMenu__dl > dd {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2.25; }
.p-schoolTopFeature[data-school="high"] .p-schoolTopFeature__points__eachPoint__hl__num {
  text-shadow: #C777C6 4px 4px 0px;
  -webkit-text-stroke: 2px #C777C6;
  text-stroke: 2px #C777C6; }
.p-schoolTopFeature[data-school="high"] .p-schoolTopFeature__points__eachPoint__courses__eachCourse__dl > dt {
  border-left: 4px solid #C777C6; }
.p-schoolTopFeature[data-school="high"] .p-schoolTopFeature__points__eachPoint__menus__eachMenu__dl > dt {
  border-left: 4px solid #C777C6; }
.p-schoolTopFeature[data-school="junior"] .p-schoolTopFeature__points__eachPoint__hl__num {
  text-shadow: #E86D9E 4px 4px 0px;
  -webkit-text-stroke: 2px #E86D9E;
  text-stroke: 2px #E86D9E; }
.p-schoolTopFeature[data-school="junior"] .p-schoolTopFeature__points__eachPoint__courses__eachCourse__dl > dt {
  border-left: 4px solid #E86D9E; }
.p-schoolTopFeature[data-school="junior"] .p-schoolTopFeature__points__eachPoint__menus__eachMenu__dl > dt {
  border-left: 4px solid #E86D9E; }

.p-schoolTopMv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }
  .p-schoolTopMv[data-school="high"] {
    background-image: url(/assets/images/common/dot_high.png); }
  .p-schoolTopMv[data-school="junior"] {
    background-image: url(/assets/images/common/dot_junior.png); }
  @media only screen and (max-width: 767px) {
    .p-schoolTopMv {
      height: auto;
      background-image: none; } }
  .p-schoolTopMv__name {
    position: absolute;
    bottom: 75px;
    left: 0;
    color: #fff;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-schoolTopMv__name {
        left: 50%;
        transform: translateX(-50%);
        bottom: 35px; } }
    .p-schoolTopMv__name__main {
      position: relative;
      display: block;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 600;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .p-schoolTopMv__name__main {
          font-size: 32px;
          font-size: 3.2rem; } }
    .p-schoolTopMv__name__sub {
      position: relative;
      display: block;
      font-size: 20px;
      font-size: 2rem;
      z-index: 2; }
    .p-schoolTopMv__name:after {
      content: "";
      display: block;
      width: 356px;
      height: 356px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -46%);
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .p-schoolTopMv__name:after {
          transform: translate(-50%, -38%); } }
  .p-schoolTopMv[data-school="junior"] .p-schoolTopMv__name:after {
    background-color: #E86D9E; }
  .p-schoolTopMv[data-school="high"] .p-schoolTopMv__name:after {
    background-color: #C777C6; }

.p-courseIntro {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .p-courseIntro {
      padding: 30px 0; } }
  .p-courseIntro__holder {
    width: 956px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .p-courseIntro__holder {
        width: 100%; } }
    .p-courseIntro__holder__hl {
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.86666666667;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .p-courseIntro__holder__hl {
          font-size: 24px;
          font-size: 2.4rem;
          text-align: left;
          margin-bottom: 20px; } }
      .p-courseIntro__holder__hl > span {
        position: relative;
        display: inline-block; }
        .p-courseIntro__holder__hl > span > i {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 65px;
          display: inline-block; }
          .p-courseIntro__holder__hl > span > i:first-child {
            left: -90px; }
          .p-courseIntro__holder__hl > span > i:last-child {
            right: -90px;
            transform: translateY(-50%) scale(-1, 1); }
          @media only screen and (max-width: 767px) {
            .p-courseIntro__holder__hl > span > i {
              display: none; } }
    .p-courseIntro__holder__rt {
      margin-bottom: 30px; }
    .p-courseIntro__holder__program {
      border: 1px solid #DFDFDF;
      padding: 10px 50px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.25; }
      @media only screen and (max-width: 767px) {
        .p-courseIntro__holder__program {
          text-align: left;
          padding: 10px; } }
      @media only screen and (max-width: 767px) {
        .p-courseIntro__holder__program > span {
          display: block;
          text-align: center; } }
      .p-courseIntro__holder__program > table > tbody > tr > th {
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .p-courseIntro__holder__program > table > tbody > tr > th {
            display: block;
            text-align: center; } }
      @media only screen and (max-width: 767px) {
        .p-courseIntro__holder__program > table > tbody > tr > td {
          display: block; } }
  .p-courseIntro[data-course="tokushin"] .p-courseIntro__holder__hl {
    color: #3EA5E9; }
  .p-courseIntro[data-course="shingaku"] .p-courseIntro__holder__hl {
    color: #3FBF84; }
  .p-courseIntro[data-course="senkousentaku"] .p-courseIntro__holder__hl {
    color: #3FBF84; }
  .p-courseIntro[data-course="ongaku"] .p-courseIntro__holder__hl {
    color: #E16975; }

.p-courseMv {
  position: relative; }
  .p-courseMv__lgVisual__visual {
    width: 100%; }
  .p-courseMv__lgVisual__name {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 40px;
    display: inline-block;
    color: #fff; }
    .p-courseMv__lgVisual__name:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100%;
      border-radius: 0 12px 12px 0;
      background-image: url(/assets/images/common/borderline_white.png);
      background-repeat: repeat-x;
      background-size: 15px auto; }
    .p-courseMv__lgVisual__name__schoolName {
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
    .p-courseMv__lgVisual__name__courseName {
      position: relative;
      font-size: 30px;
      font-size: 3rem; }
  .p-courseMv__xsVisual__name {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    margin-top: -60px;
    color: #fff;
    background-image: url(/assets/images/common/borderline_white.png);
    background-repeat: repeat-x;
    background-size: 15px auto; }
    .p-courseMv__xsVisual__name__schoolName {
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
    .p-courseMv__xsVisual__name__courseName {
      position: relative;
      font-size: 24px;
      font-size: 2.4rem; }
  .p-courseMv[data-course="tokushin"] .p-courseMv__lgVisual__name:before {
    background-color: #3EA5E9; }
  .p-courseMv[data-course="tokushin"] .p-courseMv__xsVisual__name {
    background-color: #3EA5E9; }
  .p-courseMv[data-course="shingaku"] .p-courseMv__lgVisual__name:before {
    background-color: #3FBF84; }
  .p-courseMv[data-course="shingaku"] .p-courseMv__xsVisual__name {
    background-color: #3FBF84; }
  .p-courseMv[data-course="senkousentaku"] .p-courseMv__lgVisual__name:before {
    background-color: #3FBF84; }
  .p-courseMv[data-course="senkousentaku"] .p-courseMv__xsVisual__name {
    background-color: #3FBF84; }
  .p-courseMv[data-course="ongaku"] .p-courseMv__lgVisual__name:before {
    background-color: #E16975; }
  .p-courseMv[data-course="ongaku"] .p-courseMv__xsVisual__name {
    background-color: #E16975; }

.p-courseRelatedLink {
  margin-top: 60px; }

.p-coursePoint {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px 100px;
  border-radius: 12px; }
  @media only screen and (max-width: 767px) {
    .p-coursePoint {
      display: block;
      padding: 20px; } }
  .p-coursePoint__head {
    width: 300px;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 767px) {
      .p-coursePoint__head {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }

.p-compactHolder {
  border-radius: 12px;
  border: 3px solid #DFDFDF;
  overflow: hidden; }
  .p-compactHolder__summary > a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
    display: block;
    text-align: center; }
    .p-compactHolder__summary > a:after {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-image: url(/assets/images/common/icon_plus-white.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    .p-compactHolder__summary > a.is-clicked:after {
      background-image: url(/assets/images/common/icon_minus-white.svg); }
  .p-compactHolder[data-color="tokushin"] .p-compactHolder__summary > a {
    background-color: #3EA5E9; }
  .p-compactHolder[data-color="shingaku"] .p-compactHolder__summary > a {
    background-color: #3FBF84; }
  .p-compactHolder[data-color="senkousentaku"] .p-compactHolder__summary > a {
    background-color: #3FBF84; }
  .p-compactHolder[data-color="ongaku"] .p-compactHolder__summary > a {
    background-color: #E16975; }

.p-article__head {
  background-color: #FCF2F9;
  padding: 40px 50px; }
  @media only screen and (max-width: 767px) {
    .p-article__head {
      padding: 30px 20px; } }
  .p-article__head__sub {
    font-size: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .p-article__head__sub__date {
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block;
      color: #E86D9E;
      font-weight: 500; }
    .p-article__head__sub__new {
      display: inline-block;
      margin-left: 10px; }
    .p-article__head__sub__category {
      display: inline-block;
      margin-left: 10px; }
  .p-article__head__title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    font-family: "NotoSerifCJKjp"; }
    @media only screen and (max-width: 767px) {
      .p-article__head__title {
        font-size: 24px;
        font-size: 2.4rem; } }
  .p-article__head__tags__tagList {
    font-size: 0;
    margin-left: -10px; }
    .p-article__head__tags__tagList__item {
      display: inline-block;
      margin-left: 10px;
      margin-bottom: 10px; }
      .p-article__head__tags__tagList__item__anchor {
        color: #404040;
        background-color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        border: 1px solid #CBCBCB;
        display: inline-block;
        border-radius: 24px;
        padding: 4px 10px; }
.p-article__body {
  padding: 40px 50px; }
  @media only screen and (max-width: 767px) {
    .p-article__body {
      padding: 30px 20px; } }
  .p-article__body h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .p-article__body h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .p-article__body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .p-article__body p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.92857142857; } }
  .p-article__body ul {
    margin-bottom: 40px; }
    .p-article__body ul > li {
      position: relative;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.25;
      padding-left: 1em; }
      @media only screen and (max-width: 767px) {
        .p-article__body ul > li {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.92857142857; } }
      .p-article__body ul > li:before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #E86D9E;
        display: block;
        position: absolute;
        left: 0;
        top: 14px;
        border-radius: 50%; }
  .p-article__body ol {
    margin-bottom: 40px;
    list-style-type: decimal;
    padding-left: 1.5em; }
    .p-article__body ol > li {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.25; }
      @media only screen and (max-width: 767px) {
        .p-article__body ol > li {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.92857142857; } }
  .p-article__body figure {
    text-align: center;
    margin-bottom: 40px; }
  .p-article__body img {
    width: auto; }
  .p-article__body a {
    text-decoration: underline; }
    .p-article__body a:hover {
      text-decoration: none; }
  .p-article__body em {
    color: #E86D9E;
    font-weight: 400;
    font-style: normal; }
  .p-article__body strong {
    color: #FF0000;
    font-weight: 400;
    font-style: normal; }
  .p-article__body__youtube {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .p-article__body__youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%; } }
    @media only screen and (max-width: 767px) {
      .p-article__body__youtube > iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; } }
.p-article__prevBtn {
  width: 356px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .p-article__prevBtn {
      width: 100%; } }
.p-article #form {
  width: 100%; }

.p-newsArticleList {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .p-newsArticleList {
      margin-bottom: 50px; } }
  .p-newsArticleList__item {
    position: relative;
    margin-bottom: 20px;
    background-color: #FCF2F9; }
    .p-newsArticleList__item:last-child {
      margin-bottom: 0; }
    .p-newsArticleList__item__new {
      display: inline-block;
      background-color: #C777C6;
      font-size: 10px;
      font-size: 1rem;
      color: #fff;
      position: absolute;
      top: -5px;
      left: 0;
      border-radius: 0 10px 10px 0;
      padding: 2px 10px;
      z-index: 2; }
    .p-newsArticleList__item__anchor {
      position: relative;
      display: flex;
      align-items: center; }
      .p-newsArticleList__item__anchor__lgDate {
        width: 100px; }
        @media only screen and (max-width: 767px) {
          .p-newsArticleList__item__anchor__lgDate {
            display: none; } }
        .p-newsArticleList__item__anchor__lgDate__dateObj {
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          color: #C777C6; }
          .p-newsArticleList__item__anchor__lgDate__dateObj > span {
            display: block;
            font-size: 20px;
            font-size: 2rem; }
      .p-newsArticleList__item__anchor__thumbnail {
        width: 100px; }
        .p-newsArticleList__item__anchor__thumbnail__obj {
          width: 100%;
          aspect-ratio: 1; }
          .p-newsArticleList__item__anchor__thumbnail__obj > img {
            display: block;
            object-fit: cover;
            width: 100%;
            height: 100%; }
      .p-newsArticleList__item__anchor__description {
        position: relative;
        width: calc(100% - 200px); }
        @media only screen and (max-width: 767px) {
          .p-newsArticleList__item__anchor__description {
            width: calc(100% - 100px); } }
        .p-newsArticleList__item__anchor__description__objs {
          position: relative;
          padding: 20px 60px 20px 20px; }
          @media only screen and (max-width: 767px) {
            .p-newsArticleList__item__anchor__description__objs {
              padding: 10px 30px 10px 10px; } }
          .p-newsArticleList__item__anchor__description__objs__xsElem__date {
            display: none;
            font-size: 14px;
            font-size: 1.4rem;
            color: #C777C6; }
            @media only screen and (max-width: 767px) {
              .p-newsArticleList__item__anchor__description__objs__xsElem__date {
                font-size: 10px;
                font-size: 1rem; } }
            @media only screen and (max-width: 767px) {
              .p-newsArticleList__item__anchor__description__objs__xsElem__date {
                display: block; } }
            .p-newsArticleList__item__anchor__description__objs__xsElem__date > span {
              display: inline-block;
              font-size: 20px;
              font-size: 2rem;
              margin-left: 10px; }
              @media only screen and (max-width: 767px) {
                .p-newsArticleList__item__anchor__description__objs__xsElem__date > span {
                  font-size: 14px;
                  font-size: 1.4rem; } }
          .p-newsArticleList__item__anchor__description__objs__title {
            margin-bottom: 5px;
            font-size: 16px;
            font-size: 1.6rem;
            text-decoration: underline; }
            @media only screen and (max-width: 767px) {
              .p-newsArticleList__item__anchor__description__objs__title {
                font-size: 14px;
                font-size: 1.4rem; } }
          .p-newsArticleList__item__anchor__description__objs:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            margin-top: -5px;
            display: block;
            width: 10px;
            height: 10px;
            border-top: solid 2px #C777C6;
            border-right: solid 2px #C777C6;
            transform: rotate(45deg); }
            @media only screen and (max-width: 767px) {
              .p-newsArticleList__item__anchor__description__objs:after {
                right: 15px; } }
      .p-newsArticleList__item__anchor:hover .p-newsArticleList__item__anchor__description__objs__title {
        text-decoration: none; }
    .p-newsArticleList__item[data-status="new"]:after {
      content: "";
      display: block;
      width: 4px;
      height: 100%;
      background-color: #C777C6;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .p-newsArticleList__item[data-status="new"]:after {
          width: 2px; } }

.p-eventinfoArticleList {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -44px; }
  @media only screen and (max-width: 767px) {
    .p-eventinfoArticleList {
      margin-bottom: 50px;
      display: block;
      margin-left: 0; } }
  .p-eventinfoArticleList__item {
    width: 356px;
    background-color: #FCF2F9;
    margin-left: 44px;
    margin-bottom: 40px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .p-eventinfoArticleList__item {
        width: 100%;
        margin-left: 0; } }
    .p-eventinfoArticleList__item__anchor {
      display: block; }
      .p-eventinfoArticleList__item__anchor__thumbnail {
        width: 100%;
        aspect-ratio: 356/236; }
        .p-eventinfoArticleList__item__anchor__thumbnail > img {
          display: block;
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .p-eventinfoArticleList__item__anchor__description {
        position: relative;
        padding: 20px; }
        .p-eventinfoArticleList__item__anchor__description__date {
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          color: #C777C6;
          margin-bottom: 10px; }
          .p-eventinfoArticleList__item__anchor__description__date > span {
            font-size: 20px;
            font-size: 2rem;
            display: inline-block;
            margin-left: 10px; }
        .p-eventinfoArticleList__item__anchor__description__category {
          margin-bottom: 10px; }
        .p-eventinfoArticleList__item__anchor__description__title {
          color: #008CC9;
          font-size: 16px;
          font-size: 1.6rem;
          text-decoration: underline;
          line-height: 1.6875;
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            .p-eventinfoArticleList__item__anchor__description__title {
              font-size: 14px;
              font-size: 1.4rem; } }
      .p-eventinfoArticleList__item__anchor:hover .p-eventinfoArticleList__item__anchor__description__title {
        text-decoration: none; }
    .p-eventinfoArticleList__item[data-status="new"] .p-eventinfoArticleList__item__anchor__description:before {
      content: "NEW";
      display: inline-block;
      background-color: #C777C6;
      font-size: 10px;
      font-size: 1rem;
      color: #fff;
      position: absolute;
      top: -5px;
      left: 0;
      border-radius: 0 10px 10px 0;
      padding: 2px 10px;
      font-family: initial;
      font-style: normal;
      z-index: 2; }
    .p-eventinfoArticleList__item[data-status="new"] .p-eventinfoArticleList__item__anchor__description:after {
      content: "";
      display: block;
      width: 4px;
      min-height: 100vh;
      background-color: #C777C6;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

.p-articleListStatus {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px; }

.p-breadList {
  padding: 20px 0; }
  .p-breadList__list__item {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #404040; }
    .p-breadList__list__item:before {
      content: ">";
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
    .p-breadList__list__item:first-child:before {
      display: none; }
    .p-breadList__list__item__anchor {
      color: #404040; }
  .p-breadList[data-page="schooltop"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2; }
    .p-breadList[data-page="schooltop"] .p-breadList__list {
      text-align: right; }

.p-pageTitle {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .p-pageTitle {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .p-pageTitle__hl {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.05em; }
    .p-pageTitle__hl > span {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #E86D9E;
      display: block;
      margin-top: 10px; }

.p-pager__list {
  font-size: 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .p-pager__list {
      text-align: right; } }
  .p-pager__list__item {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB; }
    .p-pager__list__item:first-child {
      border-left: none; }
    @media only screen and (max-width: 767px) {
      .p-pager__list__item {
        display: none; }
        .p-pager__list__item:first-child {
          display: inline-block; }
        .p-pager__list__item:last-child {
          display: inline-block; } }
    .p-pager__list__item__anchor {
      position: relative;
      width: 60px;
      height: 60px;
      line-height: 60px;
      display: block;
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      color: #404040;
      background-color: #fff; }
      .p-pager__list__item__anchor[data-role="prev"] {
        background-color: #E86D9E; }
        .p-pager__list__item__anchor[data-role="prev"]:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -5px;
          margin-left: -5px;
          display: block;
          width: 10px;
          height: 10px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          transform: rotate(-135deg); }
      .p-pager__list__item__anchor[data-role="next"] {
        background-color: #E86D9E; }
        @media only screen and (max-width: 767px) {
          .p-pager__list__item__anchor[data-role="next"] {
            display: block; } }
        .p-pager__list__item__anchor[data-role="next"]:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -5px;
          margin-left: -5px;
          display: block;
          width: 10px;
          height: 10px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          transform: rotate(45deg); }
      .p-pager__list__item__anchor.is-current {
        color: #E86D9E;
        font-size: 32px;
        font-size: 3.2rem; }
      .p-pager__list__item__anchor.is-disabled {
        background-color: #CBCBCB;
        pointer-events: none; }
      .p-pager__list__item__anchor:hover {
        opacity: 0.7; }

.p-links__list {
  margin-bottom: -20px; }
  .p-links__list__item {
    position: relative;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 12px; }
.p-links[data-layout="half"] .p-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px; }
  .p-links[data-layout="half"] .p-links__list__item {
    width: 48.096885813%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .p-links[data-layout="half"] .p-links__list__item {
        width: 100%; } }

.p-narrowDown {
  margin-bottom: 40px;
  background-color: #fff; }
  .p-narrowDown__holder {
    padding: 30px;
    border: 1px solid #CBCBCB;
    border-bottom: none; }
    .p-narrowDown__holder__head {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .p-narrowDown__holder__head {
          font-size: 16px;
          font-size: 1.6rem; } }
    .p-narrowDown__holder__list {
      margin-left: -20px;
      margin-bottom: 20px; }
      .p-narrowDown__holder__list:last-child {
        margin-bottom: 0; }
      .p-narrowDown__holder__list__item {
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 20px; }
        .p-narrowDown__holder__list__item__anchor {
          position: relative;
          color: #008CC9;
          font-size: 16px;
          font-size: 1.6rem;
          padding-left: 20px;
          text-decoration: underline; }
          @media only screen and (max-width: 767px) {
            .p-narrowDown__holder__list__item__anchor {
              font-size: 14px;
              font-size: 1.4rem; } }
          .p-narrowDown__holder__list__item__anchor:before {
            content: "";
            position: absolute;
            top: 50%;
            list-style-position: outside;
            margin-top: -5px;
            display: block;
            width: 10px;
            height: 10px;
            border-top: solid 2px #008CC9;
            border-right: solid 2px #008CC9;
            transform: rotate(45deg); }
  .p-narrowDown__btn {
    position: relative;
    display: block;
    border: 1px solid #CBCBCB;
    color: #008CC9;
    text-decoration: underline;
    padding: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-narrowDown__btn {
        text-align: left; } }
    .p-narrowDown__btn:after {
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -10px;
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/assets/images/common/icon_plus.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
    .p-narrowDown__btn.is-clicked:after {
      background-image: url(/assets/images/common/icon_minus.svg); }

.p-relatedLink {
  padding: 35px;
  background-color: #FCF2F9;
  border-radius: 12px; }
  @media only screen and (max-width: 767px) {
    .p-relatedLink {
      padding: 20px; } }
  .p-relatedLink__hl {
    margin-bottom: 20px; }
  .p-relatedLink__list__item {
    margin-top: 10px; }
    .p-relatedLink__list__item:first-child {
      margin-top: 0; }
    .p-relatedLink__list__item__anchor {
      font-size: 16px;
      font-size: 1.6rem;
      color: #008BF5;
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .p-relatedLink__list__item__anchor {
          font-size: 14px;
          font-size: 1.4rem; } }
  .p-relatedLink[data-bgcolor="none"] {
    background-color: #fff;
    border: 3px solid #DFDFDF; }

.p-youtubeObj {
  width: 756px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .p-youtubeObj {
      width: 100%; } }

.p-historyList__item {
  display: flex;
  border-bottom: 1px solid #DFDFDF; }
  @media only screen and (max-width: 767px) {
    .p-historyList__item {
      display: block;
      padding: 5px 0; } }
  .p-historyList__item > dt,
  .p-historyList__item > dd {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 767px) {
      .p-historyList__item > dt,
      .p-historyList__item > dd {
        padding: 0;
        font-size: 14px;
        font-size: 1.4rem; } }
  .p-historyList__item > dt {
    width: 180px; }
    @media only screen and (max-width: 767px) {
      .p-historyList__item > dt {
        width: 100%; } }
  .p-historyList__item > dd {
    width: calc(100% - 180px); }
    @media only screen and (max-width: 767px) {
      .p-historyList__item > dd {
        width: 100%;
        padding-left: 1em; } }

.p-mapCaption {
  font-size: 16px;
  font-size: 1.6rem; }
  .p-mapCaption__station {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .p-mapCaption__station {
        display: block;
        margin-bottom: 10px; } }
    .p-mapCaption__station > span {
      display: inline-block;
      background-color: #E86D9E;
      color: #fff;
      padding: 2px 10px;
      border-radius: 4px;
      margin-right: 5px; }
  .p-mapCaption__exit {
    display: inline-block;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      .p-mapCaption__exit {
        display: block;
        margin-left: 0; } }
    .p-mapCaption__exit > span {
      display: inline-block;
      border-radius: 24px;
      padding: 2px 10px;
      margin-right: 5px; }
      .p-mapCaption__exit > span[data-color="midosuji"] {
        border: 2px solid #DB2D05; }

.p-program__caption {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px; }
  .p-program__caption__tagList {
    display: inline;
    margin-right: 10px; }
    .p-program__caption__tagList__item {
      display: inline-block;
      color: #fff;
      background-color: #E86D9E;
      padding: 2px 10px;
      border-radius: 24px; }
  .p-program__caption__text {
    display: inline;
    line-height: 2.25; }

.p-categoryTopHead__mv {
  width: 100%;
  height: 680px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000; }
  @media only screen and (max-width: 767px) {
    .p-categoryTopHead__mv {
      height: auto; } }
.p-categoryTopHead__head {
  margin-top: -80px; }
  @media only screen and (max-width: 767px) {
    .p-categoryTopHead__head {
      margin-top: 0;
      margin-bottom: 30px; } }
  .p-categoryTopHead__head__holder {
    position: relative;
    height: 80px;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-categoryTopHead__head__holder {
        height: auto; } }
    .p-categoryTopHead__head__holder__pageTitle {
      position: absolute;
      bottom: 100%;
      left: 0;
      display: inline-block;
      background-color: #E86D9E;
      color: #fff;
      font-size: 30px;
      font-size: 3rem;
      padding: 30px 50px;
      border-radius: 4px 4px 0 0; }
      @media only screen and (max-width: 767px) {
        .p-categoryTopHead__head__holder__pageTitle {
          font-size: 24px;
          font-size: 2.4rem;
          padding: 15px 30px;
          left: 50%;
          bottom: 60px;
          transform: translateX(-50%); } }
    @media only screen and (max-width: 767px) {
      .p-categoryTopHead__head__holder__breadList {
        margin-top: 30px; } }

.p-zoomItem {
  position: relative;
  display: block; }
  .p-zoomItem:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/assets/images/common/icon_zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.p-xsScrollObj {
  position: relative; }
  .p-xsScrollObj__wrap {
    width: 100%;
    overflow: auto; }
    @media only screen and (max-width: 767px) {
      .p-xsScrollObj__wrap__obj {
        width: 500px; } }
  .p-xsScrollObj:before {
    display: none;
    content: "●表の続きを見るには、横にスワイプしてください";
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #bbb; }
    @media only screen and (max-width: 767px) {
      .p-xsScrollObj:before {
        display: block; } }

.p-cardItem {
  position: relative;
  z-index: 2; }
  .p-cardItem__holder {
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid #DFDFDF;
    height: 100%;
    overflow: hidden; }
    .p-cardItem__holder__elems__texts {
      padding: 40px 25px; }
      @media only screen and (max-width: 767px) {
        .p-cardItem__holder__elems__texts {
          padding: 30px 15px; } }
    .p-cardItem__holder__shadow {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transform: translate(10px, 10px);
      border-radius: 12px;
      overflow: hidden;
      z-index: -1;
      background-size: 15px 15px; }
  .p-cardItem[data-border="false"] .p-cardItem__holder {
    border: none; }

/* -----------------------------------------------------------------
*  Utility
*  ---------------------------------------------------------------*/
.u-ta_c {
  text-align: center !important; }

.u-ta_l {
  text-align: left !important; }

.u-ta_r {
  text-align: right !important; }

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.4s opacity ease; }

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table; }

.u-clearfix:after {
  clear: both; }

.u-visible_xs,
.u-visible_lg {
  display: none !important; }

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important; }

  table.u-visible_xs {
    display: table !important; }

  tr.u-visible_xs {
    display: table-row !important; }

  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important; } }
@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important; } }
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important; }

  table.u-visible_lg {
    display: table !important; }

  tr.u-visible_lg {
    display: table-row !important; }

  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important; } }
.u-noEvent {
  pointer-events: none; }

.u-fw_normal {
  font-weight: normal !important; }

.u-fw_bold {
  font-weight: bold !important; }

.u-fs_normal {
  font-style: normal !important; }

.u-fs_italic {
  font-style: italic !important; }

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.u-m_00 {
  margin: 0 !important; }

.u-m_05 {
  margin: 5px !important; }

.u-m_10 {
  margin: 10px !important; }

.u-m_15 {
  margin: 15px !important; }

.u-m_20 {
  margin: 20px !important; }

.u-m_25 {
  margin: 25px !important; }

.u-m_30 {
  margin: 30px !important; }

.u-m_35 {
  margin: 35px !important; }

.u-m_40 {
  margin: 40px !important; }

.u-m_45 {
  margin: 45px !important; }

.u-m_50 {
  margin: 50px !important; }

.u-mt_00 {
  margin-top: 0 !important; }

.u-mt_05 {
  margin-top: 5px !important; }

.u-mt_10 {
  margin-top: 10px !important; }

.u-mt_15 {
  margin-top: 15px !important; }

.u-mt_20 {
  margin-top: 20px !important; }

.u-mt_25 {
  margin-top: 25px !important; }

.u-mt_30 {
  margin-top: 30px !important; }

.u-mt_35 {
  margin-top: 35px !important; }

.u-mt_40 {
  margin-top: 40px !important; }

.u-mt_45 {
  margin-top: 45px !important; }

.u-mt_50 {
  margin-top: 50px !important; }

.u-mb_00 {
  margin-bottom: 0 !important; }

.u-mb_05 {
  margin-bottom: 5px !important; }

.u-mb_10 {
  margin-bottom: 10px !important; }

.u-mb_15 {
  margin-bottom: 15px !important; }

.u-mb_20 {
  margin-bottom: 20px !important; }

.u-mb_25 {
  margin-bottom: 25px !important; }

.u-mb_30 {
  margin-bottom: 30px !important; }

.u-mb_35 {
  margin-bottom: 35px !important; }

.u-mb_40 {
  margin-bottom: 40px !important; }

.u-mb_45 {
  margin-bottom: 45px !important; }

.u-mb_50 {
  margin-bottom: 50px !important; }

.u-ml_00 {
  margin-left: 0 !important; }

.u-ml_05 {
  margin-left: 5px !important; }

.u-ml_10 {
  margin-left: 10px !important; }

.u-ml_15 {
  margin-left: 15px !important; }

.u-ml_20 {
  margin-left: 20px !important; }

.u-ml_25 {
  margin-left: 25px !important; }

.u-ml_30 {
  margin-left: 30px !important; }

.u-ml_35 {
  margin-left: 35px !important; }

.u-ml_40 {
  margin-left: 40px !important; }

.u-ml_45 {
  margin-left: 45px !important; }

.u-ml_50 {
  margin-left: 50px !important; }

.u-mr_00 {
  margin-right: 0 !important; }

.u-mr_05 {
  margin-right: 5px !important; }

.u-mr_10 {
  margin-right: 10px !important; }

.u-mr_15 {
  margin-right: 15px !important; }

.u-mr_20 {
  margin-right: 20px !important; }

.u-mr_25 {
  margin-right: 25px !important; }

.u-mr_30 {
  margin-right: 30px !important; }

.u-mr_35 {
  margin-right: 35px !important; }

.u-mr_40 {
  margin-right: 40px !important; }

.u-mr_45 {
  margin-right: 45px !important; }

.u-mr_50 {
  margin-right: 50px !important; }

.u-mb_lv01 {
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv01 {
      margin-bottom: 5px; } }

.u-mb_lv02 {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv02 {
      margin-bottom: 10px; } }

.u-mb_lv03 {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv03 {
      margin-bottom: 15px; } }

.u-mb_lv04 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv04 {
      margin-bottom: 20px; } }

.u-mb_lv05 {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv05 {
      margin-bottom: 25px; } }

.u-mb_lv06 {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv06 {
      margin-bottom: 30px; } }

.u-mb_lv07 {
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv07 {
      margin-bottom: 35px; } }

.u-mb_lv08 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv08 {
      margin-bottom: 40px; } }

.u-mb_lv09 {
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv09 {
      margin-bottom: 45px; } }

.u-mb_lv10 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .u-mb_lv10 {
      margin-bottom: 50px; } }

.u-p_00 {
  padding: 0 !important; }

.u-p_05 {
  padding: 5px !important; }

.u-p_10 {
  padding: 10px !important; }

.u-p_15 {
  padding: 15px !important; }

.u-p_20 {
  padding: 20px !important; }

.u-p_25 {
  padding: 25px !important; }

.u-p_30 {
  padding: 30px !important; }

.u-p_35 {
  padding: 35px !important; }

.u-p_40 {
  padding: 40px !important; }

.u-p_45 {
  padding: 45px !important; }

.u-p_50 {
  padding: 50px !important; }

.u-pt_00 {
  padding-top: 0 !important; }

.u-pt_05 {
  padding-top: 5px !important; }

.u-pt_10 {
  padding-top: 10px !important; }

.u-pt_15 {
  padding-top: 15px !important; }

.u-pt_20 {
  padding-top: 20px !important; }

.u-pt_25 {
  padding-top: 25px !important; }

.u-pt_30 {
  padding-top: 30px !important; }

.u-pt_35 {
  padding-top: 35px !important; }

.u-pt_40 {
  padding-top: 40px !important; }

.u-pt_45 {
  padding-top: 45px !important; }

.u-pt_50 {
  padding-top: 50px !important; }

.u-pb_00 {
  padding-bottom: 0 !important; }

.u-pb_05 {
  padding-bottom: 5px !important; }

.u-pb_10 {
  padding-bottom: 10px !important; }

.u-pb_15 {
  padding-bottom: 15px !important; }

.u-pb_20 {
  padding-bottom: 20px !important; }

.u-pb_25 {
  padding-bottom: 25px !important; }

.u-pb_30 {
  padding-bottom: 30px !important; }

.u-pb_35 {
  padding-bottom: 35px !important; }

.u-pb_40 {
  padding-bottom: 40px !important; }

.u-pb_45 {
  padding-bottom: 45px !important; }

.u-pb_50 {
  padding-bottom: 50px !important; }

.u-pl_00 {
  padding-left: 0 !important; }

.u-pl_05 {
  padding-left: 5px !important; }

.u-pl_10 {
  padding-left: 10px !important; }

.u-pl_15 {
  padding-left: 15px !important; }

.u-pl_20 {
  padding-left: 20px !important; }

.u-pl_25 {
  padding-left: 25px !important; }

.u-pl_30 {
  padding-left: 30px !important; }

.u-pl_35 {
  padding-left: 35px !important; }

.u-pl_40 {
  padding-left: 40px !important; }

.u-pl_45 {
  padding-left: 45px !important; }

.u-pl_50 {
  padding-left: 50px !important; }

.u-pr_00 {
  padding-right: 0 !important; }

.u-pr_05 {
  padding-right: 5px !important; }

.u-pr_10 {
  padding-right: 10px !important; }

.u-pr_15 {
  padding-right: 15px !important; }

.u-pr_20 {
  padding-right: 20px !important; }

.u-pr_25 {
  padding-right: 25px !important; }

.u-pr_30 {
  padding-right: 30px !important; }

.u-pr_35 {
  padding-right: 35px !important; }

.u-pr_40 {
  padding-right: 40px !important; }

.u-pr_45 {
  padding-right: 45px !important; }

.u-pr_50 {
  padding-right: 50px !important; }

.u-position_relative {
  position: relative !important; }

.u-position_abs {
  position: absolute !important; }

.u-position_fixed {
  position: fixed !important; }

.u-position_static {
  position: static !important; }

.u-vertical_mid {
  vertical-align: middle !important; }

.u-vertical_bottom {
  vertical-align: bottom !important; }

.u-vertical_base {
  vertical-align: baseline !important; }

.u-vertical_sup {
  vertical-align: super !important; }

.u-vertical_sub {
  vertical-align: sub !important; }

.u-vertical_tb {
  vertical-align: text-bottom !important; }

.u-vertical_tt {
  vertical-align: text-top !important; }

/*# sourceMappingURL=common.css.map */
