﻿@charset "UTF-8";
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;
}

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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*for Firefox*/
  text-indent: 0.01px;
  text-overflow: '';
}

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

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

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Regular_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Regular_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Bold_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Bold_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Black_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Black_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
}

body {
  width: 100%;
  font-family: Arial,'Noto Sans Japanese','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
  font-size: 1.6em;
  padding-top: 51px;
  color: #000;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 980px;
    padding-top: 0;
  }
}

body:not(.schoolTop) {
  padding-top: 75px;
}

@media only screen and (min-width: 768px) {
  body:not(.schoolTop) {
    padding-top: 101px;
  }
}

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

a {
  text-decoration: none;
  color: #05bbff;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #05bbff;
}

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

input {
  font-family: Arial,'Noto Sans Japanese','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
}

/* Slider */
.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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

.l-header .l-header__pcView {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 101px;
  display: block;
  z-index: 5000;
  border-bottom: 1px solid #a4a094;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  min-width: 980px;
  -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease;
}

.l-header .l-header__pcView .l-header__pcView__companyLogo {
  position: absolute;
  top: 0;
  left: 0;
}

.l-header .l-header__pcView .l-header__pcView__tel {
  position: absolute;
  left: 160px;
  top: 0;
}

.l-header .l-header__pcView .l-header__pcView__gNav {
  position: absolute;
  top: 0;
  right: 0;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem {
  position: relative;
  float: left;
  height: 100px;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav {
  position: absolute;
  top: 100px;
  left: 0;
  padding-top: 20px;
  display: none;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav:after {
  position: absolute;
  top: 6px;
  left: 44px;
  display: inline-block;
  content: "";
  width: 21px;
  height: 15px;
  background-image: url(../images/common/header_icon_triangle_sp.png);
  background-size: contain;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList {
  width: 270px;
  background-color: #05bbff;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList li {
  width: 50%;
  float: left;
  border-top: 1px solid #69d6ff;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList li:nth-child(odd) {
  clear: both;
  border-right: 1px solid #69d6ff;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList li:nth-child(1), .l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList li:nth-child(2) {
  border-top: none;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList li a {
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList li a:hover {
  text-decoration: none;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav .l-header__pcView__toggleNav__schoolList li a span {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin-right: 2px;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__toggleNav.is-visible {
  display: block;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__gNavSnsList {
  font-size: 0;
  text-align: center;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__gNavSnsList .l-header__pcView__gNavSnsItem {
  display: inline-block;
  margin-left: 15px;
  width: 20px;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem .l-header__pcView__gNavSnsList .l-header__pcView__gNavSnsItem:first-child {
  margin-left: 0;
}

.l-header .l-header__pcView .l-header__pcView__gNav .l-header__pcView__gNavList .l-header__pcView__gNavItem--sns {
  width: 134px;
  padding-top: 43px;
}

.l-header .l-header__pcView.is-colored {
  background-color: white;
}

.l-header .l-header__spView {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 51px;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}

.l-header .l-header__spView .l-header__spView__companyLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}

.l-header .l-header__spView .l-header__spView__tel {
  position: absolute;
  top: 0;
  left: 90px;
  width: 92px;
}

.l-header .l-header__spView .l-header__spView__gNav {
  position: absolute;
  top: 0;
  right: 0;
}

.l-header .l-header__spView .l-header__spView__gNav .l-header__spView__gNavList {
  font-size: 0;
}

.l-header .l-header__spView .l-header__spView__gNav .l-header__spView__gNavList .l-header__spView__gNavItem {
  display: inline-block;
  width: 45px;
}

.l-header .l-header__spView .l-header__spView__toggleNav {
  display: none;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
}

.l-header .l-header__spView .l-header__spView__toggleNav:after {
  position: absolute;
  top: -7px;
  display: inline-block;
  content: "";
  width: 10.5px;
  height: 7.5px;
  background-image: url(../images/common/header_icon_triangle_sp.png);
  background-size: contain;
}

.l-header .l-header__spView .l-header__spView__toggleNav .l-header__spView__toggleNav__item {
  width: 50%;
  height: 40px;
  line-height: 40px;
  float: left;
  background-color: #05bbff;
  border-top: 1px solid #fff;
}

.l-header .l-header__spView .l-header__spView__toggleNav .l-header__spView__toggleNav__item:nth-child(1), .l-header .l-header__spView .l-header__spView__toggleNav .l-header__spView__toggleNav__item:nth-child(2) {
  border-top: none;
}

.l-header .l-header__spView .l-header__spView__toggleNav .l-header__spView__toggleNav__item:nth-child(even) {
  border-left: 1px solid #fff;
}

.l-header .l-header__spView .l-header__spView__toggleNav .l-header__spView__toggleNav__item:nth-child(2n+1) {
  clear: both;
}

.l-header .l-header__spView .l-header__spView__toggleNav .l-header__spView__toggleNav__item a {
  display: block;
  padding: 0 10px;
  height: 40px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}

.l-header .l-header__spView .l-header__spView__toggleNav--school:after {
  right: 105px;
}

.l-header .l-header__spView .l-header__spView__toggleNav--menu:after {
  right: 17px;
}

.l-header .l-header__spView .l-header__spView__toggleNav.is-visible {
  display: block;
}

body:not(#index) .l-header .l-header__pcView {
  background-color: white;
}

.l-footer .l-footer__footBnrs {
  position: relative;
  background-color: #FFFFDF;
  padding-top: 23px;
  padding-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footBnrs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-footer .l-footer__footBnrs .l-footer__footBnrs__sliderContainer ul li {
  border: 2px solid #e4e4e4;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footBnrs .l-footer__footBnrs__sliderContainer ul li {
    border: 5px solid #e4e4e4;
  }
}

.l-footer .l-footer__footBnrs .l-footer__footBnrs__sliderContainer .l-footer__footBnrs__sliderContainer__control {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footBnrs .l-footer__footBnrs__sliderContainer .l-footer__footBnrs__sliderContainer__control {
    width: 40px;
    height: 80px;
    margin-top: -39px;
  }
}

.l-footer .l-footer__footBnrs .l-footer__footBnrs__sliderContainer .l-footer__footBnrs__sliderContainer__control a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer .l-footer__footBnrs .l-footer__footBnrs__sliderContainer .l-footer__footBnrs__sliderContainer__control--prev {
  left: 0;
  background-image: url(../images/common/icon_prev_01.png);
  background-position: center left;
}

.l-footer .l-footer__footBnrs .l-footer__footBnrs__sliderContainer .l-footer__footBnrs__sliderContainer__control--next {
  right: 0;
  background-image: url(../images/common/icon_next_01.png);
  background-position: center right;
}

.l-footer .l-footer__footMenus {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #008740;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__others {
    text-align: left;
    float: left;
    width: 246px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__snsList {
  display: block;
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__snsList li {
  display: inline-block;
  width: 20px;
  margin-left: 13px;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__snsList li:first-child {
  margin-left: 0;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__btnList {
  margin-bottom: 18px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__btnList {
    display: block;
    margin-bottom: 35px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__btnList .l-footer__footMenus__others__btnItem {
  float: left;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__btnList .l-footer__footMenus__others__btnItem--twitter {
  margin-right: 4px;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__logo span {
  display: inline-block;
  width: 107.5px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__others .l-footer__footMenus__others__logo span {
    width: 143px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__others address {
  font-size: 9px;
  font-size: 0.9rem;
  font-style: normal;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links {
    width: 714px;
    float: right;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__independence {
  float: left;
  width: 48%;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__independence {
    width: 140px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__independence ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__independence ul li:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__independence ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__independence ul li a {
  color: #000;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup {
  float: left;
  width: 48%;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup {
    width: 470px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup ul {
  font-size: 0;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup ul li:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup ul li {
    float: left;
    width: 33.33333%;
    margin-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup ul li a {
  display: block;
  color: #ffffff;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup--eachSchool {
  float: right;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup--eachSchool {
    float: left;
    width: 304px;
    margin-left: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__aboutGroup--eachSchool ul li {
    width: 50%;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide {
  float: right;
  width: 48%;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide {
    width: 222px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide ul {
  font-size: 0;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide ul li:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide ul li {
    float: left;
    width: 50%;
    margin-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide ul li a {
  color: #ffffff;
  display: block;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide--eachSchool {
  float: none;
  width: 100%;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide--eachSchool {
    float: left;
    width: 222px;
    clear: none;
    margin-left: 24px;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide--eachSchool ul li {
  width: 50%;
  float: left;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide--eachSchool ul li:nth-child(2) {
  margin-top: 0;
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide--eachSchool ul li:nth-child(even) {
  padding-left: 2%;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide--eachSchool ul li {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__guide--eachSchool ul li:nth-child(even) {
    padding-left: 0;
  }
}

.l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__head {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .l-footer .l-footer__footMenus .l-footer__footMenus__links .l-footer__footMenus__links__head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.p-inner--max {
  width: 100%;
  padding-left: 4.6875%;
  padding-right: 4.6875%;
}

@media only screen and (min-width: 768px) {
  .p-inner--max {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-inner--960 {
  width: 100%;
  padding-left: 4.6875%;
  padding-right: 4.6875%;
}

@media only screen and (min-width: 768px) {
  .p-inner--960 {
    width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-lt--v1 {
  text-align: left;
  line-height: 1.666666667;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-lt--v1 {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.125;
  }
}

.p-rt--v1 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .p-rt--v1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-rt--v2 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .p-rt--v2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-hl--v1 {
  font-size: 17px;
  font-size: 1.7rem;
  background-image: url(../images/common/icon_circle_01.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 5.172413793%;
  background-size: 9px 9px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .p-hl--v1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 25px;
    font-weight: bold;
    background-size: 18px 18px;
    margin-bottom: 25px;
  }
}

.p-hl--v2 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .p-hl--v2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-hl--v3 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .p-hl--v3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-list--v1 > li {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 12px;
}

@media only screen and (min-width: 768px) {
  .p-list--v1 > li {
    padding-left: 18px;
  }
}

.p-list--v1 > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .p-list--v1 > li:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .p-list--v1 > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-table--v1 {
  background-color: #fff;
  width: 100%;
}

.p-table--v1 th, .p-table--v1 td {
  border: 1px solid #cccccc;
  padding: 5px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .p-table--v1 th, .p-table--v1 td {
    padding: 15px 20px;
  }
}

.p-table--v1 thead {
  background-color: #fff227;
}

.p-table--v1 thead tr th {
  font-weight: normal;
  text-align: center;
}

.p-table--v1 tbody tr th {
  background-color: #f5f5f5;
  white-space: nowrap;
  font-weight: normal;
}

.p-table--v2 {
  width: 100%;
}

.p-table--v2 tbody tr th, .p-table--v2 tbody tr td {
  padding: 10px 20px 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-table--v2 tbody tr th, .p-table--v2 tbody tr td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-table--v2 tbody tr th {
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
}

.p-table--v2 tbody tr td {
  line-height: 2;
}

.p-btn--v1 {
  display: inline-block;
}

.p-btn--v1 a {
  display: block;
  background-color: #05baff;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  border-radius: 24px;
  min-width: 180px;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
}

.p-btn--v1 a:hover {
  text-decoration: none;
  background-color: #52cfff;
}

@media only screen and (min-width: 768px) {
  .p-btn--v1 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-btn--v2 {
  display: inline-block;
}

.p-btn--v2 a {
  display: block;
  background-color: #fff;
  color: #e13686;
  text-align: center;
  padding: 8px 15px;
  border-radius: 24px;
  min-width: 180px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #e13686;
  text-decoration: none;
}

.p-btn--v2 a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .p-btn--v2 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-btn--v3 {
  display: inline-block;
}

.p-btn--v3 a {
  display: block;
  background-color: #fff;
  color: #05bbff;
  text-align: center;
  padding: 8px 15px;
  border-radius: 24px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #05bbff;
}

.p-btn--v3 a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .p-btn--v3 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-btn--v4 {
  display: inline-block;
}

.p-btn--v4 a {
  display: block;
  background-color: #fff;
  color: #1e1e1e;
  text-align: center;
  padding: 8px 15px;
  border-radius: 24px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #c8c8c8;
}

.p-btn--v4 a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .p-btn--v4 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-formLabel--v1 {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  color: #999999;
}

@media only screen and (min-width: 768px) {
  .p-formLabel--v1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    padding-left: 25px;
  }
}

.p-formLabel--v1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease;
}

@media only screen and (min-width: 768px) {
  .p-formLabel--v1:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.p-formLabel--v1:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 9px;
  height: 6px;
  background-position: 0 0;
  background-image: url(../images/common/icon_check_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease;
}

@media only screen and (min-width: 768px) {
  .p-formLabel--v1:after {
    width: 12px;
    height: 8px;
    top: 11px;
    left: 4px;
  }
}

input[type=checkbox]:checked + .p-formLabel--v1 {
  color: #000;
}

input[type=checkbox]:checked + .p-formLabel--v1:before {
  border: 1px solid #05baff;
  background-color: #05baff;
}

input[type=checkbox]:checked + .p-formLabel--v1:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-formLabel--v2 {
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.p-formLabel--v2:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 9.5px;
  height: 6px;
  background-image: url(../images/common/icon_arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .p-formLabel--v2:after {
    top: 22px;
    width: 13px;
    height: 8px;
  }
}

.p-formLabel--v3 {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .p-formLabel--v3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    padding-left: 24px;
  }
}

.p-formLabel--v3:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .p-formLabel--v3:before {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: -10px;
  }
}

.p-formLabel--v3:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: #05baff;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease;
}

@media only screen and (min-width: 768px) {
  .p-formLabel--v3:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 6px;
    left: 4px;
  }
}

input[type=radio]:checked + .p-formLabel--v3:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-formText--v1 {
  line-height: 36px;
  height: 36px;
  border: 1px solid #c8c8c8;
  padding: 0 10px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .p-formText--v1 {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

@media only screen and (min-width: 768px) {
  .p-formTextArea--v1 {
    font-size: 14px;
    font-size: 1.4rem;
    height: 200px;
  }
}

.p-formSelect--v1 {
  width: 130%;
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  background-color: #f6f6f6;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .p-formSelect--v1 {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-formBtn--v1 {
  display: inline-block;
  background-color: #05baff;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  border-radius: 24px;
  cursor: pointer;
  min-width: 180px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-formBtn--v1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-formBtn--v1:hover {
  background-color: #52cfff;
}

.p-formBtn--v2 {
  display: inline-block;
  background-color: #ffffff;
  color: #1e1e1e;
  text-align: center;
  padding: 8px 15px;
  border-radius: 24px;
  cursor: pointer;
  min-width: 180px;
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-formBtn--v2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 30px;
  }
}

.p-formBtn--v3 {
  display: inline-block;
  background-color: #ffffff;
  color: #1e1e1e;
  text-align: center;
  padding: 8px 15px;
  border-radius: 24px;
  cursor: pointer;
  min-width: 180px;
  margin-top: 10px;
  border: 1px solid #c8c8c8;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-formBtn--v3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 30px;
  }
}

.p-bread {
  padding-bottom: 25px;
}

.p-bread .p-bread__list .p-bread__item {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-left: 15px;
  color: #1e1e1e;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-bread .p-bread__list .p-bread__item a {
  color: #1e1e1e;
}

.p-bread .p-bread__list .p-bread__item:before {
  content: ">";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
}

.p-bread .p-bread__list .p-bread__item:first-child {
  padding-left: 0;
  margin-left: 0;
}

.p-bread .p-bread__list .p-bread__item:first-child:before {
  display: none;
}

body:not(.schoolTop) .p-bread {
  padding-top: 15px;
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .p-itemList {
    margin-bottom: -60px;
    font-size: 0;
    text-align: center;
  }
}

.p-itemList .p-itemList__item {
  float: left;
  width: 46%;
  margin-left: 8%;
  margin-bottom: 20px;
}

.p-itemList .p-itemList__item:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .p-itemList .p-itemList__item {
    float: none;
    display: inline-block;
    width: 222px;
    margin-left: 24px;
    margin-bottom: 60px;
    vertical-align: top;
  }
  .p-itemList .p-itemList__item:nth-child(2n+1) {
    clear: none;
    margin-left: 24px;
  }
  .p-itemList .p-itemList__item:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}

.p-itemList .p-itemList__item a {
  display: block;
  text-decoration: none;
}

.p-itemList .p-itemList__item a:hover {
  text-decoration: none;
}

.p-itemList .p-itemList__item a figure {
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.p-itemList .p-itemList__item a .p-itemList__name {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #05bbff;
}

@media only screen and (min-width: 768px) {
  .p-itemList .p-itemList__item a .p-itemList__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-itemList .p-itemList__item a .p-itemList__explain {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333333;
  margin-top: 4px;
}

@media only screen and (min-width: 768px) {
  .p-itemList .p-itemList__item a .p-itemList__explain {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-mv .p-mv__pcView {
  position: relative;
  width: 100%;
  height: 804px;
  padding-top: 110px;
  -webkit-transition: 0.4s all linear;
          transition: 0.4s all linear;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__wrap {
  margin-bottom: 24px;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__wrap .p-mv__pcView__sliderContainer__slider {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__wrap .p-mv__pcView__sliderContainer__slider li {
  width: 960px !important;
  border: 8px solid #fff;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__control {
  position: absolute;
  top: -320px;
  width: 40px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__control a {
  width: 100%;
  height: 100%;
  display: block;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__control--prev {
  left: 0;
  background-image: url(../images/common/icon_prev_01.png);
  background-position: center left;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__control--next {
  right: 0;
  background-image: url(../images/common/icon_next_01.png);
  background-position: center right;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__pager {
  font-size: 0;
  text-align: center;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__pager li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__pager li:first-child {
  margin-left: 0;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__pager li a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid transparent;
}

.p-mv .p-mv__pcView .p-mv__pcView__sliderContainer .p-mv__pcView__sliderContainer__pager li a.active {
  background-color: #06b9fb;
  border: 2px solid #fff;
}

.p-mv .p-mv__pcView .p-mv__pcView__schoolList {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -479px;
  font-size: 0;
}

.p-mv .p-mv__pcView .p-mv__pcView__schoolList li {
  display: inline-block;
  width: 158px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 2px;
}

.p-mv .p-mv__pcView .p-mv__pcView__schoolList li:first-child {
  margin-left: 0;
}

.p-mv .p-mv__pcView .p-mv__pcView__schoolList li a {
	text-decoration: none;
	display: block;
	padding: 20px 0;
	color: #1e1e1e;
	background-color: #fff;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

.p-mv .p-mv__pcView .p-mv__pcView__schoolList li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #05baff;
}
.p-mv .p-mv__pcView .p-mv__pcView__schoolList li a:active{
	text-decoration: none;
	background-color: #52cfff;
}

.schoolTop--jiyugaoka .p-mv .p-mv__pcView .p-mv__pcView__schoolList li:nth-child(1) a,
.schoolTop--kichijoji .p-mv .p-mv__pcView .p-mv__pcView__schoolList li:nth-child(2) a,
.schoolTop--shinyurigaoka .p-mv .p-mv__pcView .p-mv__pcView__schoolList li:nth-child(3) a,
.schoolTop--yukarigaoka .p-mv .p-mv__pcView .p-mv__pcView__schoolList li:nth-child(4) a,
.schoolTop--osaka .p-mv .p-mv__pcView .p-mv__pcView__schoolList li:nth-child(5) a,
.schoolTop--naratomigaoka .p-mv .p-mv__pcView .p-mv__pcView__schoolList li:nth-child(6) a{
	color: #fff;
	background-color: #05baff;
}


.p-mv .p-mv__pcView[data-index="1"] {
  background-image: url(../images/index/mv_01_bg.jpg);
}

.p-mv .p-mv__pcView[data-index="2"] {
  background-image: url(../images/index/mv_02_bg.jpg);
}

.p-mv .p-mv__pcView[data-index="3"] {
  background-image: url(../images/index/mv_03_bg.jpg);
}

.p-mv .p-mv__spView .p-mv__spView__sliderContainer .p-mv__spView__sliderContainer__pager {
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}

.p-mv .p-mv__spView .p-mv__spView__sliderContainer .p-mv__spView__sliderContainer__pager li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.p-mv .p-mv__spView .p-mv__spView__sliderContainer .p-mv__spView__sliderContainer__pager li:first-child {
  margin-left: 0;
}

.p-mv .p-mv__spView .p-mv__spView__sliderContainer .p-mv__spView__sliderContainer__pager li a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #06b9fb;
}

.p-mv .p-mv__spView .p-mv__spView__sliderContainer .p-mv__spView__sliderContainer__pager li a.active {
  background-color: #06b9fb;
}

.p-genreTable {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .p-genreTable {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-genreTable .p-genreTable__hl {
  width: 136px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .p-genreTable .p-genreTable__hl {
    width: 175px;
  }
}

.p-search {
  padding-top: 30px;
  padding-bottom: 50px;
  /*薄いオレンジ*/
  /*background-color: #ffe09e;*/
  /*薄いピンク*/
  /*background-color: #fcd4fb;*/
  /*薄い緑*/
  /*background-color: #d4fcda;*/
  /*薄い水色*/
  /*background-color: #d4f2fc;*/
  /*薄い黄色*/
  /*background-color: #fff99e;*/
  /*元の色*/
  background-color: #fff227;
}

.p-search .p-search--hl {
  width: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .p-search .p-search--hl {
    width: 109px;
    margin-bottom: 25px;
  }
}

.p-searchLecture .p-searchLecture__searchBox {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner {
  padding: 10px 10px 0 10px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner {
    padding: 20px 20px 0 20px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList dt {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList dd {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList dd span {
  display: inline-block;
  margin-right: 17px;
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--school {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 65px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--school {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--school dt {
  float: left;
  margin-left: -65px;
  padding-top: 4px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--school dt {
    margin-left: 0;
    width: 130px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--school dd {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--school dd {
    width: 760px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--word dt {
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--word dt {
    float: left;
    width: 130px;
    padding-top: 12px;
    margin-bottom: 0;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--word dd {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--word dd {
    float: left;
    width: 760px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--day {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 65px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--day {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--day dt {
  float: left;
  padding-top: 4px;
  margin-left: -65px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--day dt {
    margin-left: 0;
    width: 130px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--day dd {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--day dd {
    width: 760px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--startTime {
  padding-left: 70px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--startTime {
    padding-left: 0;
    float: left;
    width: 340px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--startTime dt {
  float: left;
  margin-left: -70px;
  padding-top: 12px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--startTime dt {
    margin-left: 0;
    width: 130px;
    padding-top: 15px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--startTime dd {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--startTime dd {
    width: 205px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--supported {
  padding-left: 70px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--supported {
    padding-left: 0;
    float: right;
    width: 540px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--supported dt {
  margin-left: -70px;
  float: left;
  padding-top: 16px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--supported dt {
    margin-left: 0;
    width: 90px;
    padding-top: 15px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--supported dd {
  float: left;
  width: 100%;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__anoyWrap .p-searchLecture__categoryList--supported dd {
    width: 450px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--genre {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--genre {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--genre dt {
    float: left;
    width: 130px;
    padding-top: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__inner .p-searchLecture__categoryList--genre dd {
    float: left;
    width: 760px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__toggleText {
  background-color: #e7e7e7;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__toggleText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__toggleText a {
  color: #04bdff;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__toggleText a span {
  position: relative;
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__toggleText a span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -14px;
  width: 9.5px;
  height: 6px;
  background-image: url(../images/common/icon_arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease;
}

@media only screen and (min-width: 768px) {
  .p-searchLecture .p-searchLecture__searchBox .p-searchLecture__toggleText a span:before {
    width: 13px;
    height: 8px;
    left: -18px;
  }
}

.p-searchLecture .p-searchLecture__searchBox .p-searchLecture__toggleText a span.is-opened:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-searchLecture .p-searchLecture__btn {
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}

.p-searchLecture__research {
  padding-bottom: 35px;
  padding-top: 25px;
}

.p-research {
  position: relative;
  padding-top: 5px;
  /*薄いオレンジ*/
  /*background-color: #ffe09e;*/
  /*薄いピンク*/
  /*background-color: #fcd4fb;*/
  /*薄い緑*/
  /*background-color: #d4fcda;*/
  /*薄い水色*/
  /*background-color: #d4f2fc;*/
  /*薄い黄色*/
  /*background-color: #fff99e;*/
  /*元の色*/
  background-color: #fff227;
}

.p-research .p-research__btn {
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  background-image: url(../images/common/btn_research.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 22px;
  background-size: contain;
  background-position: center center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-research .p-research__btn {
    width: 217px;
    height: 30px;
    bottom: -28px;
    margin-left: -108px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-research .p-research__btn:hover {
  cursor: pointer;
}

.p-research .p-research__btn span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
  background-image: url(../images/common/icon_arrow_03.png);
  background-size: 10px 5.5px;
}

@media only screen and (min-width: 768px) {
  .p-research .p-research__btn span {
    padding-top: 4px;
    padding-left: 18px;
  }
}

.p-research .p-research__btn.is-opened span {
  background-image: url(../images/common/icon_close_01.png);
  background-size: 10px 10px;
}

.p-instagram .p-instagram__hl {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .p-instagram .p-instagram__hl {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-instagram .p-instagram__hl:after {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

@media only screen and (min-width: 768px) {
  .p-instagram .p-instagram__hl:after {
    top: 13px;
  }
}

.p-instagram .p-instagram__hl span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
}

.p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList {
    width: 100%;
    height: 160px;
    text-align: center;
    font-size: 0;
    overflow-y: hidden;
  }
}

.p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList .p-instagram__gallery__galleryItem {
  width: 90px;
  height: 90px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList .p-instagram__gallery__galleryItem:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList .p-instagram__gallery__galleryItem {
    width: 160px;
    height: 160px;
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList .p-instagram__gallery__galleryItem a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList .p-instagram__gallery__galleryItem:nth-child(n+10) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-instagram .p-instagram__gallery .p-instagram__gallery__galleryList .p-instagram__gallery__galleryItem:nth-child(n+10) {
    display: inline-block;
  }
}

.p-instagram .p-instagram__gallery .p-instagram__gallery__error {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-instagram .p-instagram__btn {
  text-align: center;
  margin-top: 30px;
}

.p-social {
  padding-top: 25px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .p-social {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

.p-social .p-social__facebook {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .p-social .p-social__facebook {
    width: 470px;
    float: left;
    margin-bottom: 0;
    max-width: 100%;
  }
}

.p-social .p-social__facebook .p-social__facebook__hl {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.p-social .p-social__facebook .p-social__facebook__hl:after {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

@media only screen and (min-width: 768px) {
  .p-social .p-social__facebook .p-social__facebook__hl:after {
    top: 14px;
  }
}

.p-social .p-social__facebook .p-social__facebook__hl span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
}

.p-social .p-social__facebook .fb_iframe_widget,
.p-social .p-social__facebook .fb_iframe_widget span,
.p-social .p-social__facebook .fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.p-social .p-social__twitter {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .p-social .p-social__twitter {
    width: 470px;
    float: right;
    max-width: 100%;
  }
}

.p-social .p-social__twitter .p-social__twitter__hl {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.p-social .p-social__twitter .p-social__twitter__hl:after {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

@media only screen and (min-width: 768px) {
  .p-social .p-social__twitter .p-social__twitter__hl:after {
    top: 14px;
  }
}

.p-social .p-social__twitter .p-social__twitter__hl span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 2;
}

.p-social .p-social__twitter .p-social__twitter__timelineWrap iframe {
  border: 1px solid #e9ebee !important;
  width:290px!important;
}
@media only screen and (min-width: 768px) {
	.p-social .p-social__twitter .p-social__twitter__timelineWrap iframe {
		width: 100%!important;
	}
}
.p-information {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .p-information {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.p-information .p-information__hl {
  width: 66px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .p-information .p-information__hl {
    width: 85px;
  }
}

.p-information .p-information__infoList {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .p-information .p-information__infoList {
    padding-top: 34px;
    font-size: 0;
    text-align: center;
  }
}

.p-information .p-information__infoList .p-information__infoItem {
  position: relative;
  margin-top: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #05bbff;
}

.p-information .p-information__infoList .p-information__infoItem:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .p-information .p-information__infoList .p-information__infoItem {
    display: inline-block;
    width: 260px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 90px;
    margin-top: 0;
    vertical-align: top;
  }
  .p-information .p-information__infoList .p-information__infoItem:first-child {
    margin-left: 0;
    margin-top: 0;
  }
}

.p-information .p-information__infoList .p-information__infoItem--new:before {
  content: "NEW";
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  width: 42px;
  text-align: center;
  background-color: #e13686;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .p-information .p-information__infoList .p-information__infoItem--new:before {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: -24px;
    left: 0;
    padding: 2px 15px 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;

  }
}

.p-pickup {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
  .p-pickup {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.p-pickup .p-pickup__hl {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .p-pickup .p-pickup__hl {
    width: 128px;
    margin-bottom: 20px;
  }
}

.p-article {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .p-article {
    margin-bottom: 65px;
  }
}

.p-article .p-article__title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__title {
    margin-bottom: 50px;
  }
}

.p-article .p-article__title .p-article__title__hl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 13px;
  color: #1e1e1e;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__title .p-article__title__hl {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: normal;
  }
}

.p-article .p-article__title .p-article__snsBtn {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__title .p-article__snsBtn {
    position: absolute;
    top: -30px;
    right: 0;
  }
}

.p-article .p-article__title .p-article__snsBtn .p-article__snsBtn__list {
  display: inline-block;
}

.p-article .p-article__title .p-article__snsBtn .p-article__snsBtn__list .p-article__snsBtn__item {
  float: left;
}

.p-article .p-article__title .p-article__snsBtn .p-article__snsBtn__list .p-article__snsBtn__item--twitter {
  margin-right: 4px;
}

.p-article .p-article__title .p-article__title__lt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__title .p-article__title__lt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-article .p-article__body {
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__body {
    padding-top: 40px;
  }
}

.p-article .p-article__body .p-article__body__fig {
  margin-bottom: 15px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__body .p-article__body__fig {
    margin-bottom: 20px;
  }
}

.p-article .p-article__body .p-article__body__hl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.666666667;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__body .p-article__body__hl {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
  }
}

.p-article .p-article__body .p-article__body__rt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.666666667;
  color: #333333;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__body .p-article__body__rt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.p-article .p-article__body .p-article__body__otherContents {
  margin-top: 10px;
}

.p-article .p-article__body .p-article__body__otherContents .p-article__body__otherContents__list li {
  margin-top: 7px;
  line-height: 1.666666667;
  font-size: 13px;
  font-size: 1.3rem;
  background-image: url(../images/common/icon_arrow_02.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 12px;
  background-size: 5px 8px;
}

@media only screen and (min-width: 768px) {
  .p-article .p-article__body .p-article__body__otherContents .p-article__body__otherContents__list li {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 10px 16px;
    background-position: left center;
    padding-left: 20px;
  }
}

.p-article .p-article__body .p-article__body__otherContents .p-article__body__otherContents__list li:first-child {
  margin-top: 0;
}

.p-results {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .p-results {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem {
  position: relative;
  border-left: 5px solid #fff227;
  padding: 15px;
  margin-top: 10px;
  background-color: #fff;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem:first-child {
  margin-top: 0;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a {
  color: #333333;
  display: block;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__photo {
  margin-bottom: 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__photo {
    float: left;
    width: 176px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status {
    width: 715px;
    float: right;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__school {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__school {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__school .p-resultTable__status__school__new {
  display: inline-block;
  background-color: #fff227;
  font-size: 10px;
  font-size: 1rem;
  margin-left: 10px;
  padding: 2px 6px;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__school .p-resultTable__status__school__new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__intro {
  color: #777777;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__intro {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__title {
  color: #05bbff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__title .p-resultTable__status__title__remark {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__title .p-resultTable__status__title__remark {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__date {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__date span {
  display: inline-block;
  margin-right: 10px;
  color: #e13686;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__option {
  font-size: 0;
  text-align: right;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__option {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__option li {
  display: inline-block;
  color: #fff;
  background-color: #e13686;
  padding: 2px 6px;
  font-size: 10px;
  font-size: 1rem;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__option li {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2px 12px;
    margin-left: 10px;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__option li:first-child {
  margin-left: 0;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__teacher {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__teacher {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__teacher .p-resultTable__status__teacher__supervision {
  display: inline-block;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__teacher .p-resultTable__status__teacher__supervision span {
  color: #999999;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__teacher .p-resultTable__status__teacher__lecturer {
  display: inline-block;
  margin-left: 10px;
}

.p-resultTable .p-resultTable__lectureList .p-resultTable__lectureItem a .p-resultTable__status .p-resultTable__status__teacher .p-resultTable__status__teacher__lecturer span {
  color: #999999;
}

.p-pageTitile {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .p-pageTitile {
    margin-bottom: 30px;
  }
}

.p-pageTitile .p-pageTitile__hl {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .p-pageTitile .p-pageTitile__hl {
    font-size: 30px;
    font-size: 3rem;
    float: left;
  }
}

.p-pageTitile .p-pageTitile__searchResult {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-pageTitile .p-pageTitile__searchResult {
    font-size: 14px;
    font-size: 1.4rem;
    float: right;
    margin-top: 10px;
  }
}

.p-pageTitile .p-pageTitile__searchResult span {
  font-size: 17px;
  font-size: 1.7rem;
  color: #05bbff;
  margin-right: 4px;
}

@media only screen and (min-width: 768px) {
  .p-pageTitile .p-pageTitile__searchResult span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.p-pageTitile .p-pageTitile__snsBtn {
  text-align: right;
}

.p-pageTitile .p-pageTitile__snsBtn .p-pageTitile__snsBtn__list {
  display: inline-block;
}

.p-pageTitile .p-pageTitile__snsBtn .p-pageTitile__snsBtn__list .p-pageTitile__snsBtn__item {
  float: left;
}

.p-pageTitile .p-pageTitile__snsBtn .p-pageTitile__snsBtn__list .p-pageTitile__snsBtn__item--twitter {
  margin-right: 4px;
}

.p-pager {
  margin-top: 20px;
}

.p-pager .p-pager__list {
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  .p-pager .p-pager__list {
    text-align: center;
  }
}

.p-pager .p-pager__list .p-pager__item {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-pager .p-pager__list .p-pager__item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 12px;
  }
  .p-pager .p-pager__list .p-pager__item:last-child {
    margin-right: 0;
  }
}

.p-pager .p-pager__list .p-pager__item a {
  display: block;
  padding-top: 8px;
  min-width: 32px;
  height: 32px;
  color: #a1a1a1;
}

@media only screen and (min-width: 768px) {
  .p-pager .p-pager__list .p-pager__item a {
    padding-top: 9px;
    min-width: 36px;
    height: 36px;
  }
}

.p-pager .p-pager__list .p-pager__item a:hover {
  text-decoration: none;
}

.p-pager .p-pager__list .p-pager__item--prev,
.p-pager .p-pager__list .p-pager__item--next {
  border-radius: 20px;
}

.p-pager .p-pager__list .p-pager__item--prev a,
.p-pager .p-pager__list .p-pager__item--next a {
  background-repeat: no-repeat;
  background-size: 5px 8.5px;
}

@media only screen and (min-width: 768px) {
  .p-pager .p-pager__list .p-pager__item--prev a,
  .p-pager .p-pager__list .p-pager__item--next a {
    background-size: 8px 14px;
    background-position: 14px center;
  }
}

.p-pager .p-pager__list .p-pager__item--prev a {
  background-image: url(../images/common/icon_arrow_04.png);
  background-position: 10% center;
  padding-left: 20px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .p-pager .p-pager__list .p-pager__item--prev a {
    padding-left: 36px;
    padding-right: 22px;
  }
}

.p-pager .p-pager__list .p-pager__item--next a {
  background-image: url(../images/common/icon_arrow_05.png);
  background-position: 90% center;
  padding-left: 10px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .p-pager .p-pager__list .p-pager__item--next a {
    padding-left: 22px;
    padding-right: 36px;
  }
}

.p-pager .p-pager__list .p-pager__item.is-current {
  border: 1px solid #05bbff;
  background-color: #05bbff;
}

.p-pager .p-pager__list .p-pager__item.is-current a {
  color: #fff;
}

.p-pager .p-pager__hits {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-pager .p-pager__hits {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-displayedResults .p-displayedResults__content {
  float: right;
}

.p-displayedResults .p-displayedResults__content .p-displayedResults__text {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 7px;
}

@media only screen and (min-width: 768px) {
  .p-displayedResults .p-displayedResults__content .p-displayedResults__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.p-displayedResults .p-displayedResults__content .p-displayedResults__list {
  float: left;
  margin-left: 10px;
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  .p-displayedResults .p-displayedResults__content .p-displayedResults__list {
    margin-left: 15px;
  }
}

.p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 12px;
  }
  .p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item:last-child {
    margin-right: 0;
  }
}

.p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item a {
  display: block;
  padding-top: 8px;
  min-width: 30px;
  height: 30px;
  color: #a1a1a1;
}

@media only screen and (min-width: 768px) {
  .p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item a {
    padding-top: 9px;
    min-width: 36px;
    height: 36px;
  }
}

.p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item a:hover {
  text-decoration: none;
}

.p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item.is-current {
  border: 1px solid #05bbff;
  background-color: #05bbff;
}

.p-displayedResults .p-displayedResults__content .p-displayedResults__list .p-displayedResults__item.is-current a {
  color: #fff;
}

.p-detailLecture .p-detailLecture__alert {
  background-color: #fff227;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__alert {
    padding-top: 15px;
    padding-bottom: 8px;
  }
}

.p-detailLecture .p-detailLecture__alert .p-detailLecture__alert__inner {
  text-align: center;
}

.p-detailLecture .p-detailLecture__alert .p-detailLecture__alert__inner .p-detailLecture__alert__textWrap {
  display: inline-block;
}

.p-detailLecture .p-detailLecture__alert .p-detailLecture__alert__inner .p-detailLecture__alert__textWrap span {
  width: 50px;
  float: left;
  color: #e13686;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #e13686;
  text-align: center;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__alert .p-detailLecture__alert__inner .p-detailLecture__alert__textWrap span {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: 70px;
  }
}

.p-detailLecture .p-detailLecture__alert .p-detailLecture__alert__inner .p-detailLecture__alert__textWrap p {
  float: left;
  color: #e13686;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__alert .p-detailLecture__alert__inner .p-detailLecture__alert__textWrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-detailLecture .p-detailLecture__info {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__photo {
  position: relative;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__photo figcaption {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__photo figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: -24px;
  }
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__photo {
    width: 440px;
    float: right;
    margin-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline {
    position: absolute;
    left: 0;
    top: 0;
  }
}


.p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__tag {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__tag {
    font-size: 14px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__new {
  background-color: #fff227;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px;
  margin-bottom: 5px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__new {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__intro {
  color: #777777;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__intro {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__headline .p-detailLecture__info__title {
    font-size: 20px;
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info {
    float: left;
    width: 440px;
    margin-top: 120px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__option {
  margin-top: 5px;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__option:first-child {
  margin-top: 5px;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__option dt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #e13686;
  display: inline-block;
  padding: 2px 10px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__option dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__option dd {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail {
  border-top: 1px solid #cacaca;
  margin-top: 10px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl {
  margin-top: 10px;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl:first-child {
  margin-top: 0;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dt {
  width: 18%;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 12px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd {
  width: 82%;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd table {
    margin-top: -5px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd table tr th {
  text-align: left;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd table tr th {
    line-height: 2.2;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd table tr td {
  text-align: right;
  padding-left: 10px;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd .p-detailLecture__info__detail__status {
  display: block;
  color: #777777;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__info .p-detailLecture__info__detail dl dd .p-detailLecture__info__detail__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__btns {
  font-size: 0;
  text-align: center;
  margin-top: 25px;
}

.p-detailLecture_info_query_expired {
  font-size: 18px;
  font-size: 1.8rem;
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__btns .p-detailLecture__info__btns__item {
  display: block;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__info .p-detailLecture__info__btns .p-detailLecture__info__btns__item {
    display: inline-block;
    margin-left: 20px;
  }
}

.p-detailLecture .p-detailLecture__info .p-detailLecture__info__btns .p-detailLecture__info__btns__item:first-child {
  margin-top: 0;
}

.p-detailLecture .p-detailLecture__details__intro {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details__intro {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__inner {
  padding-left: 5.172413793%;
  padding-right: 5.172413793%;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-detailLecture .p-detailLecture__details section {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cacaca;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__belongings {
  margin-top: 20px;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__texts {
  margin-top: 20px;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__curriculum {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__curriculum {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__curriculum .p-detailLecture__details__curriculum__explain {
  margin-top: 20px;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__curriculum .p-detailLecture__details__curriculum__explain li {
  line-height: 2;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__curriculum .p-detailLecture__details__curriculum__schedule {
  margin-top: 10px;
  margin-top: 20px;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__curriculum .p-detailLecture__details__curriculum__schedule li {
  line-height: 2;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem {
    margin-top: 40px;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem:first-child {
  margin-top: 0;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__photo {
  width: 133px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__photo {
    float: left;
    width: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile {
    width: 680px;
    float: right;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__status {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__status {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__name {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__name {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__name span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__name span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__socialbtnList {
  margin-top: 10px;
  margin-left: -20px;
  font-size: 0;
}

.p-detailLecture .p-detailLecture__details .p-detailLecture__details__teacherList .p-detailLecture__details__teacherItem .p-detailLecture__details__teacherItem__profile .p-detailLecture__details__teacherItem__socialbtnList li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}

.p-recommendation {
  background-color: #f5f5f5;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .p-recommendation {
    padding-bottom: 80px;
  }
}

.p-recommendation .p-recommendation__hl {
  margin-bottom: 25px;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .p-recommendation .p-recommendation__hl {
    width: 192px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .p-recommendation .p-recommendation__list {
    text-align: center;
    margin-bottom: 50px;
  }
}

.p-recommendation .p-recommendation__list .p-recommendation__item {
  float: left;
  width: 46%;
  margin-left: 8%;
  margin-bottom: 20px;
}

.p-recommendation .p-recommendation__list .p-recommendation__item:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .p-recommendation .p-recommendation__list .p-recommendation__item {
    width: 222px;
    display: inline-block;
    margin-left: 66px;
    margin-bottom: 60px;
    float: none;
    text-align: left;
  }
  .p-recommendation .p-recommendation__list .p-recommendation__item:first-child {
    margin-left: 0 !important;
  }
  .p-recommendation .p-recommendation__list .p-recommendation__item:nth-child(2n+1) {
    margin-left: 66px;
  }
}

.p-recommendation .p-recommendation__list .p-recommendation__item a {
  display: block;
}

.p-recommendation .p-recommendation__list .p-recommendation__item a:hover {
  text-decoration: none;
}

.p-recommendation .p-recommendation__list .p-recommendation__item a figure {
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-recommendation .p-recommendation__list .p-recommendation__item a p {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #05bbff;
}

@media only screen and (min-width: 768px) {
  .p-recommendation .p-recommendation__list .p-recommendation__item a p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-recommendation .p-recommendation__remarks {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .p-recommendation .p-recommendation__remarks {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-box--v1 {
  background-color: #fff;
  border-bottom: 4px solid #dcdcdc;
  padding: 20px 10px;
}

@media only screen and (min-width: 768px) {
  .p-box--v1 {
    padding: 25px;
  }
}

.p-box--v1 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .p-box--v1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-box--v1 ul li {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.666666667;
  padding-left: 12px;
}

@media only screen and (min-width: 768px) {
  .p-box--v1 ul li {
    padding-left: 18px;
  }
}

.p-box--v1 ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .p-box--v1 ul li:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .p-box--v1 ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-formFormat .p-formFormat__inputBlock {
  border-bottom: 8px solid #dcdcdc;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock {
    margin-bottom: 60px;
  }
}

.p-formFormat .p-formFormat__inputBlock dl {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dcdcdc;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-formFormat .p-formFormat__inputBlock dl:first-child {
  border-top: none;
}

.p-formFormat .p-formFormat__inputBlock dl dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock dl dt {
    float: left;
    width: 330px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.p-formFormat .p-formFormat__inputBlock dl dt .p-formFormat__require {
  color: #d50303;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-formFormat .p-formFormat__inputBlock dl dt .p-formFormat__etc {
  color: #d50303;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-formFormat .p-formFormat__inputBlock dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock dl dd {
    float: right;
    width: 630px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-formFormat .p-formFormat__inputBlock dl dd ul li {
  display: inline-block;
  margin-right: 17px;
}

.p-formFormat .p-formFormat__inputBlock dl dd ul .p-formFormat__mother {
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__name input[type="text"] {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__kana input[type="text"] {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__postalCode input[type="text"] {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__schoolName dt {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__title dt {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__type dt {
    margin-top: 0 !important;
  }
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__type dd span {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__type dd span {
    margin-left: 30px;
  }
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__type dd span:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__payment dt {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__date dt {
    margin-top: 0 !important;
  }
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__date dd ul li {
  width: 140px;
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__date dd ul li .p-formFormat__date__select {
  background-color: #fff;
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__birth input[type="text"] {
  width: 60px;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__birth input[type="text"] {
    width: 80px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__tel input[type="text"] {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__age input[type="text"] {
    width: 50%;
  }
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__mail .p-formFormat__mail__account {
  width: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__mail .p-formFormat__mail__account {
    width: 170px;
  }
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__mail .p-formFormat__mail__domain {
    width: 250px;
    margin-left: 10px;
  }
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__sex dd span {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .p-formFormat .p-formFormat__inputBlock .p-formFormat__sex dd span {
    margin-left: 30px;
  }
}

.p-formFormat .p-formFormat__inputBlock .p-formFormat__sex dd span:first-child {
  margin-left: 0;
}
/*----------------------------------------*/
/* 2017/03/01 Privacy 	↓↓↓↓↓↓↓↓↓
/*----------------------------------------*/
.p-formFormat .p-formFormat__privacy{

}
.p-formFormat .p-formFormat__privacy__hl{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__hl{
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.p-formFormat .p-formFormat__privacy__rt{
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__rt{
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.p-formFormat .p-formFormat__privacy__description{
	background-color: #fff;
	padding: 15px 10px;
	border: 1px solid #d9d9d9;
	width: 100%;
	height: 200px;
	overflow-y: auto;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description{
		padding: 30px 20px;
		margin-bottom: 55px;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec{
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec{
		margin-bottom: 25px;
	}
}

.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec > h4{
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec > h4{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec > p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.785714286;
	padding-left: 10px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec > p{
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 15px;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section{
	padding-left: 10px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section{
		padding-left: 15px;
		margin-bottom: 20px;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > h5{
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > h5{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.785714286;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > p{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > ul{
	padding-left: 10px;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > ul{
		padding-left: 15px;
		margin-top: 20px;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > ul li{
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.785714286;
	padding-left: 15px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > ul li{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.p-formFormat .p-formFormat__privacy__description .p-formFormat__privacy__parentSec section > ul li:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #000;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 5px;
}
.p-formFormat .formFormat__privacy__agreement{
	text-align: center;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .formFormat__privacy__agreement{
		margin-bottom: 35px;
	}
}
.p-formFormat .formFormat__privacy__agreement span{
	display: inline-block;
}
.p-formFormat .formFormat__privacy__agreement__label{
	line-height: 1.4;
	text-align: left;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .formFormat__privacy__agreement__label{
		line-height: 30px;
	}
}
.p-formFormat .formFormat__privacy__agreement__label:after{
	top: 13px;
}
@media only screen and (min-width: 768px) {
	.p-formFormat .formFormat__privacy__agreement__label:after{
		top: 11px;
	}
}
/*----------------------------------------*/
/* 2017/03/01 Privacy 	↑↑↑↑↑↑↑↑↑
/*----------------------------------------*/
.p-formFormat .p-formFormat__btns {
  text-align: center;
}

.u-ta--c {
  text-align: center !important;
}

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

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

.u-alpha {
  display: block;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.3s all linear;
          transition: 0.3s all linear;
}

.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;
}

/* IE6/7 support */
.u-clearfix {
  *zoom: 1;
}

.u-disp--sp {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .u-disp--sp {
    display: none !important;
  }
}

.u-disp--pc {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .u-disp--pc {
    display: block !important;
  }
}

.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-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;
}

.tab-resize {
  word-break: normal;
  word-spacing:1em;
}