@charset "UTF-8";
/*ＭＯＤＵＬＥ*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* -----------------------------------------------------------------
INDEX
+TTL
+TEXT
+BUTTON
+LIST
+TABLE
+BOX
+GridLayout
+Layout
+WHIDTH
+MARGIN/PADDIN
+hide/show
--------------------------------------------------------------------*/
/* -----------------------------------------------------------------
+TTL
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h2 + h3 {
  padding-top: 0 !important; }

.bdL-ttl01 {
  border-left: 4px solid #AD0026;
  font-size: 2rem;
  padding: 2px 16px;
  margin-bottom: 24px;
  line-height: 1.4; }

.bdB-ttl01 {
  border-bottom: 1px solid #333333;
  font-size: 1.6rem;
  padding: 8px 0;
  margin-bottom: 12px;
  line-height: 1.7;
  margin-top: 15px; }

.device-ttl01 {
  font-size: 1.4rem;
  margin-bottom: 12x;
  line-height: 1.4;
  padding-top: 8px; }

.device-ttl02 {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.8; }

.seminarTtl01 {
  font-size: 2rem;
  margin: 0 0 30px;
  padding-bottom: 24px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #C0C0C0; }
  .seminarTtl01 span {
    font-weight: bold;
    margin: 0 20px;
    display: block; }

.modalTtl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #333333;
  font-size: 1.5; }

@media screen and (min-width: 769px) {
  .bdL-ttl01 {
    font-size: 2.4rem;
    padding: 2px 16px;
    margin-bottom: 24px; }

  .bdB-ttl01 {
    font-size: 1.8rem;
    padding: 12px 0; }

  .device-ttl01 {
    font-size: 1.6rem;
    padding-top: 12px; }

  .device-ttl02 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    padding-top: 12px !important; }

  .seminarTtl01 {
    font-size: 2.8rem;
    margin: 0 0 40px;
    padding-bottom: 32px; }
    .seminarTtl01 span {
      margin: 0; }

  .modalTtl {
    font-size: 1.8rem; } }
.titleBand {
  background: #AD0026;
  color: #fff;
  padding: 16px; }
  .titleBand__text {
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
    .titleBand__text img {
      width: 32px;
      height: 32px;
      margin-right: 16px;
      filter: brightness(0%) saturate(1000%) contrast(1000%) invert(100%); }
  @media screen and (min-width: 769px) {
    .titleBand {
      padding: 33px;
      min-height: 240px; }
      .titleBand__text {
        font-size: 2.8rem; }
        .titleBand__text img {
          width: 50px;
          height: 50px;
          margin-right: 24px; } }

/* -----------------------------------------------------------------
+TEXT
--------------------------------------------------------------------*/
.fwB {
  font-weight: bold; }

.fwB2 {
  font-weight: bold;
  color: #AD0026; }

.lead {
  font-size: 1.4rem;
  margin-top: 12px; }

.noticeS {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em; }

.textS {
  font-size: 1.2rem; }

@media screen and (min-width: 769px) {
  .lead {
    font-size: 1.6rem; }

  .noticeS {
    font-size: 1.4rem; }

  .textS {
    font-size: 1.4rem; } }
/* -----------------------------------------------------------------
+BUTTON
--------------------------------------------------------------------*/
.entryBtn {
  text-decoration: none !important;
  line-height: 1.4;
  display: inline-block;
  padding: 12px;
  border-radius: 4px;
  white-space: nowrap;
  border-radius: 40px;
  width: 100%;
  font-weight: bold;
  pointer-events: none;
  background: #C0C0C0;
  color: #fff !important; }
  .entryBtn.now {
    background: #AD0026;
    pointer-events: auto; }
  @media screen and (min-width: 769px) {
    .entryBtn {
      padding: 14px 40px;
      font-size: 1.8rem;
      width: auto; } }

.bdBtn01 {
  text-decoration: none !important;
  color: #333333 !important;
  border: 1px solid #767676;
  line-height: 1.4;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
  white-space: nowrap; }
  .bdBtn01--pdf::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 16px;
    background: url(/common/img/icon_pdf.svg) no-repeat 0 0;
    background-size: 100% auto;
    margin-left: 5px;
    vertical-align: middle; }
  .bdBtn01.disabled {
    cursor: default;
    pointer-events: none !important;
    background: #F0F0F0;
    border-color: #F0F0F0; }

.bdBtn02 {
  text-decoration: none !important;
  color: #151515 !important;
  border: 1px solid #767676;
  line-height: 1.4;
  display: inline-block;
  padding: 14px 0;
  width: 100%;
  border-radius: 40px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem; }
  .bdBtn02::after {
    width: 16px !important;
    height: 16px !important; }
  @media screen and (min-width: 769px) {
    .bdBtn02 {
      padding: 14px 100px;
      width: auto;
      font-size: 1.8rem; } }

.modalBtn {
  display: block;
  width: 100%;
  margin-top: 20px; }
  .modalBtn .modal-confirm {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #AD0026;
    border: 1px solid #AD0026;
    border-radius: 4px;
    padding: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px; }
    .modalBtn .modal-confirm.modal-cancell {
      background: #000;
      border: 1px solid #000; }
  .modalBtn .modal-close {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 4px;
    padding: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px; }
  .modalBtn:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 769px) {
    .modalBtn {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      padding-top: 10px; } }

.cancellBtn {
  text-decoration: none !important;
  line-height: 1.4;
  display: inline-block;
  padding: 12px;
  border-radius: 4px;
  white-space: nowrap;
  border-radius: 40px;
  width: 100%;
  font-weight: bold;
  background: #000;
  color: #fff !important;
  margin-top: 4px; }
  @media screen and (min-width: 769px) {
    .cancellBtn {
      padding: 14px 0;
      font-size: 1.8rem;
      width: 240px;
      margin-top: 12px; } }

.backBtn {
  text-decoration: none !important;
  line-height: 1.4;
  display: inline-block;
  padding: 12px;
  border-radius: 4px;
  white-space: nowrap;
  border-radius: 40px;
  width: 100%;
  font-weight: bold;
  background: #AD0026;
  color: #fff !important;
  margin-top: 18px; }
  @media screen and (min-width: 769px) {
    .backBtn {
      padding: 14px 0;
      font-size: 1.8rem;
      width: 240px;
      margin-top: 55px; } }

.checkBtn {
  padding: 24px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #767676;
  font-size: 16px;
  display: flex;
  align-items: center; }
  .checkBtn input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 12px; }
  @media screen and (min-width: 769px) {
    .checkBtn {
      margin: 0 60px;
      padding: 32px 0 24px; } }

/* -----------------------------------------------------------------
+LIST
--------------------------------------------------------------------*/
.discList {
  padding-left: 1.5em;
  margin-top: 16px; }
  .discList li {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 10px; }
    .discList li.caution {
      color: #AD0026;
      font-weight: bold; }
    .discList li.listTtl {
      font-weight: bold;
      list-style: none;
      margin-left: -1.5em; }

.numList {
  padding-left: 1.5em;
  margin-top: 16px; }
  .numList li {
    list-style: decimal;
    list-style-position: outside;
    margin-bottom: 6px; }

.seminarList {
  padding: 0 15px; }
  .seminarList li {
    padding: 24px 0;
    border-bottom: 1px dashed #767676; }
    .seminarList li a {
      color: #333333;
      display: block;
      text-decoration: none; }
      .seminarList li a:hover {
        opacity: 1; }
        .seminarList li a:hover .seminarList__ttl {
          text-decoration: none; }
    .seminarList li .seminarList__ttl::before {
      content: '募集前';
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      vertical-align: middle;
      border: 1px solid #767676;
      color: #333333;
      padding: 4px 0;
      margin-right: 12px;
      border-radius: 4px;
      font-size: 1rem;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50px; }
    .seminarList li.now .seminarList__ttl::before {
      content: '募集中';
      border: 1px solid #AD0026;
      background: #AD0026;
      color: #fff; }
    .seminarList li.full .seminarList__ttl::before {
      content: '満席';
      border: 1px solid #AD0026;
      color: #AD0026;
      background: #F7E6E9; }
    .seminarList li.end .seminarList__ttl::before {
      content: '募集終了';
      border: 1px solid #C0C0C0;
      color: #333333;
      background: #C0C0C0; }
    .seminarList li:first-child {
      padding-top: 24px; }
  .seminarList__thumb img {
    width: 100%;
    height: auto; }
  .seminarList__detail {
    margin-top: 16px;
    font-size: 1.2rem; }
    .seminarList__detail p {
      margin-top: 8px; }
  .seminarList__ttl {
    font-size: 1.6rem;
    color: #144DA4;
    text-decoration: underline;
    font-weight: bold;
    margin: 14px 0;
    padding-left: 60px;
    position: relative; }
  .seminarList__date {
    text-indent: -26px;
    padding-left: 26px; }
    .seminarList__date::before {
      content: '';
      width: 20px;
      height: 20px;
      background: url(/common/img/icon_calendar.svg) no-repeat 0 0;
      vertical-align: middle;
      background-size: 100% auto;
      display: inline-block;
      margin-right: 6px; }
  .seminarList__lecture {
    padding-left: 26px; }
    .seminarList__lecture span {
      display: inline-block;
      line-height: 1;
      border-left: 1px solid #C0C0C0;
      padding: 0 0 0 6px;
      margin: 0 0 0 6px; }
      .seminarList__lecture span:first-child {
        border: none;
        padding: 0;
        margin: 0; }
    .seminarList__lecture::before {
      content: '';
      width: 20px;
      height: 20px;
      background: url(/common/img/icon_account-tie.svg) no-repeat 0 0;
      vertical-align: middle;
      background-size: 100% auto;
      display: inline-block;
      margin-right: 4px;
      margin-left: -26px; }
  @media screen and (min-width: 769px) {
    .seminarList {
      padding: 28px 60px 0 60px; }
      .seminarList li {
        padding: 32px 0; }
        .seminarList li a {
          display: flex;
          align-items: flex-start; }
          .seminarList li a:hover {
            text-decoration: none; }
            .seminarList li a:hover:hover {
              transition: 0.4s;
              opacity: 0.7; }
            .seminarList li a:hover .seminarList__ttl {
              text-decoration: none; }
        .seminarList li .seminarList__ttl::before {
          font-size: 1.2rem;
          width: 60px; }
        .seminarList li:first-child {
          padding-top: 0; }
      .seminarList__thumb {
        flex-shrink: 0;
        width: 360px; }
      .seminarList__detail {
        padding-left: 24px;
        margin-top: 0;
        font-size: 1.4rem; }
        .seminarList__detail p {
          margin-top: 10px; }
      .seminarList__date {
        margin-top: 0 !important; }
      .seminarList__ttl {
        font-size: 2rem;
        margin: 0 0 12px !important;
        padding-left: 72px; } }

.infoList li {
  background: #F0F0F0;
  border-radius: 10px;
  margin-top: 8px;
  padding: 20px; }
  .infoList li:first-child {
    margin-top: 0; }
.infoList__date {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #767676; }
.infoList__textarea * {
  margin-top: 8px !important; }
.infoList__textarea p:first-child {
  margin-top: 0 !important; }
.infoList__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0 !important; }
@media screen and (min-width: 769px) {
  .infoList li {
    display: flex;
    padding: 32px 36px; }
  .infoList__date {
    font-size: 1.4rem;
    padding: 0 24px 0 0;
    margin-bottom: 0;
    border-bottom: none;
    text-wrap: nowrap;
    flex-shrink: 0; }
  .infoList__textarea {
    border-left: 1px dashed #767676;
    padding-left: 24px;
    font-size: 1.4rem; } }

.localNavList li {
  background: url(/common/img/icon_down.svg) no-repeat center left;
  padding-left: 18px;
  background-size: 16px auto;
  display: inline-block;
  margin: 0 20px 16px 0; }
@media screen and (min-width: 769px) {
  .localNavList li {
    padding-left: 20px;
    margin: 0 36px 12px 0; } }

.localNavList + .section {
  margin-top: 20px; }
  @media screen and (min-width: 769px) {
    .localNavList + .section {
      margin-top: 40px; } }

.prev_next {
  text-align: center;
  padding-top: 24px; }
  .prev_next li {
    display: inline-block;
    padding: 0 2px; }
    .prev_next li a {
      display: inline-block;
      line-height: 1;
      font-size: 1.2rem;
      color: #333333;
      width: 36px;
      line-height: 36px;
      border-radius: 4px;
      text-decoration: none; }
      .prev_next li a[rel=prev] {
        text-indent: -9999px;
        background: url(/common/img/icon_back.svg) no-repeat center;
        background-size: 16px auto; }
        .prev_next li a[rel=prev]:hover {
          background: url(/common/img/icon_back.svg) no-repeat center #F0F0F0;
          background-size: 16px auto;
          opacity: 1; }
      .prev_next li a[rel=next] {
        text-indent: -9999px;
        background: url(/common/img/icon_forward.svg) no-repeat center;
        background-size: 16px auto; }
        .prev_next li a[rel=next]:hover {
          background: url(/common/img/icon_forward.svg) no-repeat center #F0F0F0;
          background-size: 16px auto;
          opacity: 1; }
      .prev_next li a:hover {
        text-decoration: none;
        background: #AD0026;
        color: #fff; }
    .prev_next li.parent a {
      background: #AD0026;
      color: #fff;
      font-weight: bold; }
      .prev_next li.parent a:hover {
        opacity: 1;
        cursor: default; }
    .prev_next li.parent a[rel=prev] {
      opacity: 0.7;
      background: url(/common/img/icon_back.svg) no-repeat center;
      background-size: 16px auto; }
    .prev_next li.parent a[rel=next] {
      opacity: 0.7;
      background: url(/common/img/icon_forward.svg) no-repeat center;
      background-size: 16px auto; }
  @media screen and (min-width: 769px) {
    .prev_next {
      padding-top: 32px; }
      .prev_next li a {
        font-size: 1.6rem;
        width: 40px;
        line-height: 40px; }
        .prev_next li a[rel=prev] {
          background-size: 20px auto; }
          .prev_next li a[rel=prev]:hover {
            background-size: 20px auto; }
        .prev_next li a[rel=next] {
          background-size: 20px auto; }
          .prev_next li a[rel=next]:hover {
            background-size: 20px auto; }
      .prev_next li.disabled a[rel=prev] {
        background-size: 20px auto; }
      .prev_next li.disabled a[rel=next] {
        background-size: 20px auto; } }

.price_list.premium .regular {
  display: none; }
.price_list.regular .premium {
  display: none; }
.price_list.salon .textWrap {
  display: none !important; }
.price_list li {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 0 30px 30px 30px;
  background: #fff;
  margin-top: 20px;
  border-radius: 8px; }
  .price_list li h3 {
    color: #fff;
    background: #AD0026;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 8px 8px 0 0;
    padding: 10px;
    text-align: center;
    margin: 0 -30px; }
  .price_list li .price {
    color: #AD0026;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center; }
    .price_list li .price span {
      font-size: 1.6rem;
      color: #333333;
      text-align: center; }
  .price_list li .periodWrap {
    text-align: center; }
    .price_list li .periodWrap .period_ttl {
      border-radius: 4px;
      font-size: 1.2rem;
      font-weight: bold;
      display: block;
      padding: 2px;
      line-height: 2;
      background: #F0F0F0;
      margin-bottom: 8px; }
    .price_list li .periodWrap .period {
      font-size: 1.2rem; }
  .price_list li .cancelWrap {
    text-align: center;
    margin-top: 12px; }
    .price_list li .cancelWrap .cancel_ttl {
      border-radius: 4px;
      font-size: 1.2rem;
      font-weight: bold;
      display: block;
      padding: 2px;
      line-height: 2;
      background: #F0F0F0;
      margin-bottom: 8px; }
    .price_list li .cancelWrap .cancel {
      font-size: 1.2rem; }
  .price_list li .planTxt {
    display: none; }
  .price_list li .btnWrap {
    margin-top: 12px; }
    .price_list li .btnWrap .btn.before {
      display: block !important; }
      .price_list li .btnWrap .btn.before span {
        width: 100%; }
    .price_list li .btnWrap .btn.full {
      display: none !important; }
      .price_list li .btnWrap .btn.full span {
        width: 100%; }
    .price_list li .btnWrap .btn.end {
      display: none !important; }
      .price_list li .btnWrap .btn.end span {
        width: 100%; }
    .price_list li .btnWrap .btn.close {
      display: none !important; }
      .price_list li .btnWrap .btn.close span {
        width: 100%; }
    .price_list li .btnWrap .btn.buy {
      display: none !important; }
    .price_list li .btnWrap .btn.buy span {
       width: 100%;}
    .price_list li .btnWrap .btn.check {
      display: none !important; }
      .price_list li .btnWrap .btn.check a {
        width: 100% !important; }
    .price_list li .btnWrap .btn.no_buy {
      display: none !important; }
      .price_list li .btnWrap .btn.no_buy span {
        width: 100%; }
    .price_list li .btnWrap.full .btn.before {
      display: none !important; }
    .price_list li .btnWrap.full .btn.full {
      display: block !important; }
    .price_list li .btnWrap.full .btn.end {
      display: none !important; }
    .price_list li .btnWrap.full .btn.close {
      display: none !important; }
    .price_list li .btnWrap.full .btn.buy {
      display: none !important; }
    .price_list li .btnWrap.full .btn.check {
      display: none !important; }
    .price_list li .btnWrap.full .btn.no_buy {
      display: none !important; }
    .price_list li .btnWrap.end .btn.before {
      display: none !important; }
    .price_list li .btnWrap.end .btn.full {
      display: none !important; }
    .price_list li .btnWrap.end .btn.end {
      display: block !important; }
    .price_list li .btnWrap.end .btn.close {
      display: none !important; }
    .price_list li .btnWrap.end .btn.buy {
      display: none !important; }
    .price_list li .btnWrap.end .btn.check {
      display: none !important; }
    .price_list li .btnWrap.end .btn.no_buy {
      display: none !important; }
    .price_list li .btnWrap.close .btn.before {
      display: none !important; }
    .price_list li .btnWrap.close .btn.full {
      display: none !important; }
    .price_list li .btnWrap.close .btn.end {
      display: none !important; }
    .price_list li .btnWrap.close .btn.close {
      display: block !important; }
    .price_list li .btnWrap.close .btn.buy {
      display: none !important; }
    .price_list li .btnWrap.close .btn.check {
      display: none !important; }
    .price_list li .btnWrap.close .btn.no_buy {
      display: none !important; }
    .price_list li .btnWrap.buy .btn.before {
      display: none !important; }
    .price_list li .btnWrap.buy .btn.full {
      display: none !important; }
    .price_list li .btnWrap.buy .btn.end {
      display: none !important; }
    .price_list li .btnWrap.buy .btn.close {
      display: none !important; }
    .price_list li .btnWrap.buy .btn.buy {
      display: block !important; }
    .price_list li .btnWrap.buy .btn.check {
      display: none !important; }
    .price_list li .btnWrap.buy .btn.no_buy {
      display: none !important; }
    .price_list li .btnWrap.check .btn.before {
      display: none !important; }
    .price_list li .btnWrap.check .btn.full {
      display: none !important; }
    .price_list li .btnWrap.check .btn.end {
      display: none !important; }
    .price_list li .btnWrap.check .btn.close {
      display: none !important; }
    .price_list li .btnWrap.check .btn.buy {
      display: none !important; }
    .price_list li .btnWrap.check .btn.check {
      display: block !important; }
    .price_list li .btnWrap.check .btn.no_buy {
      display: none !important; }
    .price_list li .btnWrap.no_buy .btn.before {
      display: none !important; }
    .price_list li .btnWrap.no_buy .btn.full {
      display: none !important; }
    .price_list li .btnWrap.no_buy .btn.end {
      display: none !important; }
    .price_list li .btnWrap.no_buy .btn.close {
      display: none !important; }
    .price_list li .btnWrap.no_buy .btn.buy {
      display: none !important; }
    .price_list li .btnWrap.no_buy .btn.check {
      display: none !important; }
    .price_list li .btnWrap.no_buy .btn.no_buy {
      display: block !important; }
    .price_list li .btnWrap a.modal,
    .price_list li .btnWrap input {
      border-radius: 44px;
      font-size: 1.6rem;
      font-weight: bold;
      color: #fff;
      background: #AD0026;
      display: block;
      text-align: center;
      width: 100%;
      padding: 8px;
      border: 1px solid #AD0026; }
    .price_list li .btnWrap a {
      border-radius: 44px;
      font-size: 1.6rem;
      font-weight: bold;
      color: #AD0026;
      background: #fff;
      display: block;
      text-align: center;
      width: 100%;
      padding: 8px;
      border: 1px solid #AD0026;
      text-decoration: none; }
  .price_list li.premium h3 {
    background-color: #D6932E; }
  .price_list li.premium .btn a.modal,
  .price_list li.premium .btn input {
    background-color: #D6932E;
    border-color: #D6932E;
    color: #fff; }
    .price_list li.premium .btn a.modal.disabled, .price_list li.premium .btn a.modal:disabled,
    .price_list li.premium .btn input.disabled,
    .price_list li.premium .btn input:disabled {
      color: #fff;
      background: #C0C0C0;
      pointer-events: none;
      border: 1px solid #C0C0C0; }
  .price_list li.premium .btn a {
    border-color: #D6932E;
    color: #D6932E; }
@media screen and (min-width: 769px) {
  .price_list {
    display: flex;
    justify-content: space-between;
    margin: 0 -12px; }
    .price_list.premium .textWrap, .price_list.regular .textWrap {
      display: flex;
      margin: 0 -12px; }
      .price_list.premium .textWrap *, .price_list.regular .textWrap * {
        margin-left: 12px;
        margin-right: 12px; }
    .price_list li {
      flex: 1;
      padding: 0 40px 30px 40px;
      margin: 0 12px; }
      .price_list li h3 {
        font-size: 1.8rem;
        padding: 12px;
        margin: 0 -40px; }
      .price_list li .price {
        font-size: 4rem; }
        .price_list li .price span {
          font-size: 2rem; }
      .price_list li .periodWrap {
        text-align: left;
        display: flex;
        margin-bottom: 12px; }
        .price_list li .periodWrap .period_ttl {
          display: inline-block;
          margin-bottom: 0;
          min-width: 104px;
          text-align: center;
          margin-right: 16px;
          align-self: flex-start; }
        .price_list li .periodWrap .period {
          font-size: 1.6rem; }
      .price_list li .cancelWrap {
        text-align: left;
        display: flex;
        margin-bottom: 12px; }
        .price_list li .cancelWrap .cancel_ttl {
          display: inline-block;
          margin-bottom: 0;
          min-width: 104px;
          text-align: center;
          margin-right: 16px; }
        .price_list li .cancelWrap .cancel {
          font-size: 1.6rem; }
      .price_list li .btn {
        margin-top: 24px; }
        .price_list li .btn a.modal,
        .price_list li .btn input {
          font-size: 1.8rem;
          padding: 13px;
          line-height: 1.4; }
        .price_list li .btn a {
          font-size: 1.8rem;
          padding: 13px;
          line-height: 1.4; } }

.note {
  display: none; }

.note.salon {
  display: block;
  margin-top: 20px;
  border: 1px #767676 solid;
  border-radius: 16px;
  padding: 8px 15px 16px; }
  @media screen and (min-width: 769px) {
    .note.salon {
      padding: 16px 0 24px;
      text-align: center; }
      .note.salon .discList {
        display: inline-block;
        text-align: left; } }

.salonNote {
  margin-top: 20px;
  background: #fff;
  padding: 20px; }
  .salonNote p {
    text-align: center;
    margin: 0; }
    .salonNote p a {
      font-size: 1.4rem;
      display: block;
      text-decoration: underline;
      color: #AD0026;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .salonNote p a {
          font-size: 1.6rem; } }

.priceNote {
  margin-top: 40px; }

.code {
  margin-top: 24px; }
  .code h3 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
  .code input[type=text] {
    background: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 8px; }
  .code a.btn,
  .code input[type=submit] {
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background: #333333;
    width: 120px;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    padding: 12px;
    display: block;
    margin: 12px auto; }
    .code a.btn:hover:hover,
    .code input[type=submit]:hover:hover {
      transition: 0.4s;
      opacity: 0.7; }
  .code input[type=text]:invalid + input[type=submit],
  .code input[type=text]:invalid + .btn {
    background: #C0C0C0;
    pointer-events: none; }
  .code .error {
    color: #AD0026;
    font-weight: bold;
    text-align: center; }
  @media screen and (min-width: 769px) {
    .code {
      display: flex;
      margin-top: 36px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .code h3 {
        margin-right: 16px; }
      .code input[type=text] {
        font-size: 2rem;
        text-align: left;
        width: 280px;
        padding: 10px 16px;
        margin-top: 0; }
      .code input::placeholder {
        color: #C0C0C0; }
      .code a.btn,
      .code input[type=submit] {
        width: 120px;
        font-size: 1.6rem;
        padding: 14px 20px;
        display: inline-block;
        margin: 0;
        width: 120px;
        display: block;
        text-align: center;
        border-radius: 0 4px 4px 0;
        cursor: pointer; }
      .code .error {
        width: 100%;
        display: block;
        margin-top: 10px; } }

/* -----------------------------------------------------------------
+TABLE
--------------------------------------------------------------------*/
.tblWrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .tblWrap .w590 {
    min-width: 590px; }
  .tblWrap .w700 {
    min-width: 700px; }
  .tblWrap .w865 {
    min-width: 865px; }

.dataTable01 {
  min-width: 596px;
  border-collapse: collapse;
  margin-top: 14px;
  font-size: 1.2rem; }
  .dataTable01.mwNone {
    min-width: 100%;
    font-size: 1.4rem; }
  .dataTable01.spW100 {
    min-width: 100%; }
  .dataTable01 thead th {
    color: #fff;
    background: #333333;
    padding: 12px;
    vertical-align: middle;
    text-wrap: nowrap;
    border: none;
    max-width: 200px; }
    .dataTable01 thead th:first-child {
      border-radius: 4px 0 0 4px; }
    .dataTable01 thead th:last-child {
      border-radius: 0 4px 4px 0; }
    .dataTable01 thead th.sizeL {
      width: 200px; }
    .dataTable01 thead th.sizeM {
      width: 100px; }
    .dataTable01 thead th.sizeS {
      width: 100px; }
  .dataTable01 tbody td {
    padding: 16px 0 16px 12px;
    border-bottom: 1px solid #C0C0C0;
    vertical-align: middle; }
    .dataTable01 tbody td a {
      text-decoration: underline; }
      .dataTable01 tbody td a:hover {
        text-decoration: none; }
    .dataTable01 tbody td.time {
      min-width: 100px;
      max-width: 100px; }
    .dataTable01 tbody td.time240 {
      min-width: 173px;
      max-width: 173px; }
    .dataTable01 tbody td.schoolName {
      min-width: 200px;
      max-width: 200px; }
    .dataTable01 tbody td.schoolNameLarge {
      min-width: 200px;
      max-width: 200px; }
    .dataTable01 tbody td.noWrap {
      text-wrap: nowrap; }
    .dataTable01 tbody td .date, .dataTable01 tbody td .detailLink {
      display: block;
      margin-top: 10px; }
  .dataTable01 .pdfCell {
    display: none; }
  .dataTable01.pdf .pdfCell {
    display: table-cell; }
  @media screen and (min-width: 769px) {
    .dataTable01 {
      min-width: 100%;
      font-size: 1.4rem; }
      .dataTable01.mwNone {
        font-size: 1.6rem; }
      .dataTable01 thead th {
        padding: 12px 20px; }
        .dataTable01 thead th.sizeL {
          width: auto; }
        .dataTable01 thead th.sizeM {
          width: 170px; }
        .dataTable01 thead th.sizeS {
          width: 140px; }
      .dataTable01 tbody td {
        padding: 20px 0 20px 20px; }
        .dataTable01 tbody td.time {
          min-width: 170px;
          max-width: 170px; }
        .dataTable01 tbody td.time240 {
          min-width: 240px;
          max-width: 240px; }
        .dataTable01 tbody td.schoolName {
          min-width: 475px;
          max-width: 475px; }
        .dataTable01 tbody td.schoolNameLarge {
          min-width: 535px;
          max-width: 535px; }
        .dataTable01 tbody td.pcNowrap {
          text-wrap: nowrap; }
      .dataTable01.pdf tbody td.schoolName {
        min-width: 400px;
        max-width: 400px; } }

.dataTable02 th {
  font-size: 1.2rem;
  color: #fff;
  background: #333333;
  border-radius: 2px;
  padding: 8px 12px;
  display: block;
  margin-top: 4px; }
.dataTable02 td {
  padding: 16px 12px;
  display: block; }
@media screen and (min-width: 769px) {
  .dataTable02 {
    border-collapse: separate;
    border-spacing: 4px; }
    .dataTable02 th {
      font-size: 1.4rem;
      border-radius: 4px;
      padding: 10px 20px;
      display: table-cell;
      white-space: nowrap;
      vertical-align: middle;
      min-width: 120px; }
    .dataTable02 td {
      padding: 8px 20px;
      display: table-cell;
      font-size: 1.63rem; } }

.dataTable03 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .dataTable03 th {
    background: #F0F0F0;
    border: 1px solid #C0C0C0;
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
    padding: 16px 20px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    text-align: left; }
  .dataTable03 td {
    background: #fff;
    display: block;
    width: 100%;
    border-bottom: none;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
    padding: 16px 20px 24px;
    vertical-align: top;
    text-align: left;
    line-height: 1.8; }
    .dataTable03 td .btn {
      width: 160px;
      text-align: center;
      margin-top: 16px; }
      .dataTable03 td .btn a {
        width: 160px;
        display: block;
        padding: 6px 0;
        border: 1px solid #B4B4B4;
        font-size: 1.2rem;
        border-radius: 4px;
        color: #151515;
        text-decoration: none; }
        .dataTable03 td .btn a[target$=blank]::after {
          background: url(/common/img/icon_new_window02.svg) no-repeat 0 0;
          background-size: 100% auto;
          width: 12px;
          height: 12px;
          margin: -2px 0 0 5px; }
  .dataTable03 tr:last-child td:last-child {
    border-bottom: 1px solid #C0C0C0; }
  .dataTable03 tr:first-child {
    border-top: 1px solid #C0C0C0; }
  @media screen and (min-width: 769px) {
    .dataTable03 th {
      width: 280px;
      border: 1px solid #C0C0C0;
      display: table-cell;
      padding: 24px 32px; }
    .dataTable03 td {
      display: table-cell;
      width: auto;
      border: 1px solid #C0C0C0;
      padding: 24px 32px; }
      .dataTable03 td .flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .dataTable03 td .btn {
        width: 180px;
        margin-top: 0;
        margin-left: 30px; }
        .dataTable03 td .btn a {
          width: 180px;
          padding: 8px 0;
          font-size: 1.4rem;
          border-radius: 5px; } }

/* -----------------------------------------------------------------
+BOX
--------------------------------------------------------------------*/
.textBox {
  padding: 15px;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  margin-top: 12px;
  border-radius: 4px; }
  .textBox *:first-child {
    padding-top: 0;
    margin-top: 0; }
  .textBox--bdB {
    border-color: #333333;
    background: #fff; }
  .textBox--bdR {
    border-color: #AD0026;
    background: #fff; }
    .textBox--bdR h1, .textBox--bdR h2, .textBox--bdR h3, .textBox--bdR h4 {
      color: #AD0026; }
  @media screen and (min-width: 769px) {
    .textBox {
      padding: 20px; }
      .textBox p {
        margin-top: 8px; } }

.labelDetail {
  width: 50%;
  text-align: center;
  font-size: 1.2rem; }
  .labelDetail:nth-child(even) {
    padding-left: 6px; }
  .labelDetail:nth-child(odd) {
    padding-right: 6px; }
  .labelDetail dt {
    padding: 4px 8px;
    margin-bottom: 6px;
    border-radius: 4px; }
    .labelDetail dt.labelTtl01 {
      background: #F7E6E9;
      font-weight: normal; }
    .labelDetail dt.labelTtl02 {
      background: #F0F0F0;
      font-weight: normal; }
  @media screen and (min-width: 769px) {
    .labelDetail {
      display: block;
      margin-top: 0;
      width: auto;
      text-align: left; }
      .labelDetail:nth-child(even) {
        padding-left: 0;
        margin-top: 4px; }
      .labelDetail:nth-child(odd) {
        padding-right: 0;
        margin-top: -44px; }
      .labelDetail dt {
        margin-bottom: 0;
        display: inline-block; }
      .labelDetail dd {
        margin-left: 6px;
        display: inline-block; } }

.faqBox {
  margin-bottom: 8px; }
  .faqBox dt {
    font-weight: bold;
    line-height: 1.7;
    padding: 12px 50px 12px 16px;
    background: #F0F0F0;
    border-radius: 4px;
    position: relative;
    cursor: pointer; }
    .faqBox dt::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(/common/img/icon_plus.svg) no-repeat 0 0;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%); }
    .faqBox dt.cur::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(/common/img/icon_minus.svg) no-repeat 0 0;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%); }
    .faqBox dt.cur + dd {
      display: block; }
  .faqBox dd {
    display: none;
    padding: 15px 0 15px;
    line-height: 1.8; }
    .faqBox dd *:first-child {
      margin-top: 0; }
    .faqBox dd p, .faqBox dd ol, .faqBox dd ul {
      margin-top: 10px; }
    .faqBox dd ul {
      padding-left: 1.5em; }
      .faqBox dd ul li {
        list-style: disc;
        list-style-position: outside;
        margin-bottom: 4px; }
    .faqBox dd ol {
      padding-left: 1.5em; }
      .faqBox dd ol li {
        list-style: decimal;
        list-style-position: outside;
        margin-bottom: 4px; }
  .faqBox:last-child {
    margin-bottom: 0; }
    .faqBox:last-child dd {
      padding-bottom: 0; }
  @media screen and (min-width: 769px) {
    .faqBox {
      font-size: 1.6rem; }
      .faqBox dt {
        padding: 16px 50px 16px 20px; }
      .faqBox dd {
        padding: 20px 0 30px; } }

.flexWrap {
  display: flex; }
  .flexWrap.itemsSB {
    justify-content: space-between; }
  .flexWrap.spNolFlex {
    display: block; }
  .flexWrap.pcNolFlex {
    display: flex; }
  @media screen and (min-width: 769px) {
    .flexWrap.spNolFlex {
      display: flex; }
    .flexWrap.pcNolFlex {
      display: block; } }

.lecturerBox {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
  grid-column-gap: 10px;
  grid-row-gap: 10px; }
  .lecturerBox__flex {
    width: 100%;
    display: contents; }
  .lecturerBox__thumb {
    width: 95px; }
    .lecturerBox__thumb img {
      width: 100%;
      height: auto; }
  .lecturerBox__prof {
    width: 95%; }
    .lecturerBox__prof .name {
      font-weight: bold;
      font-size: 1.6rem;
      margin-top: 0; }
    .lecturerBox__prof .lead {
      font-size: 1.2rem;
      margin: 4px 0; }
  .lecturerBox .detail {
    font-size: 1.2rem;
    position: relative;
    height: 60px;
    overflow: hidden;
    padding-left: 15px;
    z-index: 1;
    width: 95%;
    grid-column: span 2 / span 2; }
    .lecturerBox .detail::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 60px;
      left: -2px;
      bottom: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 80%);
      z-index: 2; }
    .lecturerBox .detail::before {
      content: '';
      width: 1px;
      height: 1000px;
      position: absolute;
      left: 0;
      top: 0;
      background: #333333; }
    .lecturerBox .detail .lecturerMore {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      cursor: pointer;
      display: block;
      text-align: center;
      width: 100%;
      font-size: 1.4rem;
      text-decoration: underline; }
      .lecturerBox .detail .lecturerMore::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(/common/img/icon_down.svg) no-repeat 0 0;
        background-size: 100% auto;
        margin-left: 5px; }
    .lecturerBox .detail p:first-child {
      margin-top: 0; }
    .lecturerBox .detail.show {
      height: auto; }
      .lecturerBox .detail.show .lecturerMore {
        display: none; }
      .lecturerBox .detail.show::after {
        display: none; }
  @media screen and (min-width: 769px) {
    .lecturerBox {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      align-items: start;
      width: 100%; }
      .lecturerBox__flex {
        width: calc(100% - 185px);
        display: block; }
      .lecturerBox__thumb {
        width: 160px;
        grid-row: span 2 / span 2; }
      .lecturerBox__prof {
        width: 100%; }
        .lecturerBox__prof .name {
          font-size: 2rem; }
        .lecturerBox__prof .lead {
          font-size: 1.6rem;
          margin: 4px 0 -12px 0; }
      .lecturerBox .detail {
        font-size: 1.4rem;
        margin-top: 22px;
        width: 100%; }
        .lecturerBox .detail .lecturerMore {
          text-align: left;
          width: auto;
          left: 12px;
          bottom: -4px; } }

/* -----------------------------------------------------------------
+GridLayout
--------------------------------------------------------------------*/
.gridWrap {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }
  .gridWrap + .gridWrap {
    margin-top: 16px; }
  .gridWrap .gridWrap {
    grid-template-columns: repeat(1, 1fr); }
  .gridWrap--col3 {
    grid-template-columns: repeat(3, 1fr); }
  .gridWrap--gap1 {
    gap: 8px; }
  .gridWrap--gap2 {
    gap: 16px; }
  .gridWrap--gap3 {
    gap: 24px; }
  .gridWrap--gap4 {
    gap: 32px; }
  .gridWrap--thumbGrid-L20 {
    grid-template-columns: 20% 1fr; }
  .gridWrap--thumbGrid-L30 {
    grid-template-columns: 30% 1fr; }
  .gridWrap--thumbGrid-L40 {
    grid-template-columns: 40% 1fr; }
  .gridWrap--thumbGrid-L50 {
    grid-template-columns: 50% 1fr; }
  .gridWrap--thumbGrid-R20 {
    grid-template-columns: 1fr 20%; }
  .gridWrap--thumbGrid-R30 {
    grid-template-columns: 1fr 30%; }
  .gridWrap--thumbGrid-R40 {
    grid-template-columns: 1fr 40%; }
  .gridWrap--thumbGrid-R50 {
    grid-template-columns: 1fr 50%; }
  .gridWrap.spNoGrid {
    display: block; }

.gridItems *:first-child {
  margin-top: 0; }
.gridItems img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 769px) {
  .gridWrap {
    gap: 32px; }
    .gridWrap .gridWrap {
      grid-template-columns: repeat(2, 1fr); }
    .gridWrap + .gridWrap {
      margin-top: 32px; }
    .gridWrap--col4 {
      grid-template-columns: repeat(4, 1fr); }
    .gridWrap--col5 {
      grid-template-columns: repeat(5, 1fr); }
    .gridWrap.spNoGrid {
      display: grid; } }
/* -----------------------------------------------------------------
+Layout
--------------------------------------------------------------------*/
.layoutC {
  text-align: center !important; }

.layoutR {
  text-align: right !important; }

.layoutL {
  text-align-last: left !important; }

.imgMax {
  width: 100%;
  height: auto; }

@media screen and (min-width: 769px) {
  .layoutC-PC {
    text-align: center !important; }

  .layoutR-PC {
    text-align: right !important; }

  .layoutL-PC {
    text-align-last: left !important; } }
/* -----------------------------------------------------------------
+WHIDTH
--------------------------------------------------------------------*/
.width0 {
  width: 0% !important; }

.width5 {
  width: 5% !important; }

.width10 {
  width: 10% !important; }

.width15 {
  width: 15% !important; }

.width20 {
  width: 20% !important; }

.width25 {
  width: 25% !important; }

.width30 {
  width: 30% !important; }

.width35 {
  width: 35% !important; }

.width40 {
  width: 40% !important; }

.width45 {
  width: 45% !important; }

.width50 {
  width: 50% !important; }

.width55 {
  width: 55% !important; }

.width60 {
  width: 60% !important; }

.width65 {
  width: 65% !important; }

.width70 {
  width: 70% !important; }

.width75 {
  width: 75% !important; }

.width80 {
  width: 80% !important; }

.width85 {
  width: 85% !important; }

.width90 {
  width: 90% !important; }

.width95 {
  width: 95% !important; }

.width100 {
  width: 100% !important; }

@media screen and (min-width: 769px) {
  .width0-PC {
    width: 0% !important; }

  .width5-PC {
    width: 5% !important; }

  .width10-PC {
    width: 10% !important; }

  .width15-PC {
    width: 15% !important; }

  .width20-PC {
    width: 20% !important; }

  .width25-PC {
    width: 25% !important; }

  .width30-PC {
    width: 30% !important; }

  .width35-PC {
    width: 35% !important; }

  .width40-PC {
    width: 40% !important; }

  .width45-PC {
    width: 45% !important; }

  .width50-PC {
    width: 50% !important; }

  .width55-PC {
    width: 55% !important; }

  .width60-PC {
    width: 60% !important; }

  .width65-PC {
    width: 65% !important; }

  .width70-PC {
    width: 70% !important; }

  .width75-PC {
    width: 75% !important; }

  .width80-PC {
    width: 80% !important; }

  .width85-PC {
    width: 85% !important; }

  .width90-PC {
    width: 90% !important; }

  .width95-PC {
    width: 95% !important; }

  .width100-PC {
    width: 100% !important; } }
/* -----------------------------------------------------------------
+MARGIN/PADDIN
--------------------------------------------------------------------*/
.ml-a {
  margin-left: auto !important; }

.mr-a {
  margin-right: auto !important; }

.allMG0 {
  margin: 0px !important; }

.allPad0 {
  padding: 0px !important; }

.allMG1 {
  margin: 8px !important; }

.allPad1 {
  padding: 10px !important; }

.allMG2 {
  margin: 16px !important; }

.allPad2 {
  padding: 20px !important; }

.allMG3 {
  margin: 24px !important; }

.allPad3 {
  padding: 30px !important; }

.allMG4 {
  margin: 32px !important; }

.allPad4 {
  padding: 40px !important; }

.allMG5 {
  margin: 40px !important; }

.allPad5 {
  padding: 50px !important; }

.allMG6 {
  margin: 48px !important; }

.allPad6 {
  padding: 60px !important; }

.allMG7 {
  margin: 56px !important; }

.allPad7 {
  padding: 70px !important; }

.allMG8 {
  margin: 64px !important; }

.allPad8 {
  padding: 80px !important; }

.allMG9 {
  margin: 72px !important; }

.allPad9 {
  padding: 90px !important; }

.allMG10 {
  margin: 80px !important; }

.allPad10 {
  padding: 100px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

@media screen and (min-width: 769px) {
  .allMG0-PC {
    margin: 0px !important; }

  .allPad0-PC {
    padding: 0px !important; }

  .allMG1-PC {
    margin: 8px !important; }

  .allPad1-PC {
    padding: 10px !important; }

  .allMG2-PC {
    margin: 16px !important; }

  .allPad2-PC {
    padding: 20px !important; }

  .allMG3-PC {
    margin: 24px !important; }

  .allPad3-PC {
    padding: 30px !important; }

  .allMG4-PC {
    margin: 32px !important; }

  .allPad4-PC {
    padding: 40px !important; }

  .allMG5-PC {
    margin: 40px !important; }

  .allPad5-PC {
    padding: 50px !important; }

  .allMG6-PC {
    margin: 48px !important; }

  .allPad6-PC {
    padding: 60px !important; }

  .allMG7-PC {
    margin: 56px !important; }

  .allPad7-PC {
    padding: 70px !important; }

  .allMG8-PC {
    margin: 64px !important; }

  .allPad8-PC {
    padding: 80px !important; }

  .allMG9-PC {
    margin: 72px !important; }

  .allPad9-PC {
    padding: 90px !important; }

  .allMG10-PC {
    margin: 80px !important; }

  .allPad10-PC {
    padding: 100px !important; }

  .mt0-PC {
    margin-top: 0px !important; }

  .mr0-PC {
    margin-right: 0px !important; }

  .mb0-PC {
    margin-bottom: 0px !important; }

  .ml0-PC {
    margin-left: 0px !important; }

  .pt0-PC {
    padding-top: 0px !important; }

  .pr0-PC {
    padding-right: 0px !important; }

  .pb0-PC {
    padding-bottom: 0px !important; }

  .pl0-PC {
    padding-left: 0px !important; }

  .mt5-PC {
    margin-top: 5px !important; }

  .mr5-PC {
    margin-right: 5px !important; }

  .mb5-PC {
    margin-bottom: 5px !important; }

  .ml5-PC {
    margin-left: 5px !important; }

  .pt5-PC {
    padding-top: 5px !important; }

  .pr5-PC {
    padding-right: 5px !important; }

  .pb5-PC {
    padding-bottom: 5px !important; }

  .pl5-PC {
    padding-left: 5px !important; }

  .mt10-PC {
    margin-top: 10px !important; }

  .mr10-PC {
    margin-right: 10px !important; }

  .mb10-PC {
    margin-bottom: 10px !important; }

  .ml10-PC {
    margin-left: 10px !important; }

  .pt10-PC {
    padding-top: 10px !important; }

  .pr10-PC {
    padding-right: 10px !important; }

  .pb10-PC {
    padding-bottom: 10px !important; }

  .pl10-PC {
    padding-left: 10px !important; }

  .mt15-PC {
    margin-top: 15px !important; }

  .mr15-PC {
    margin-right: 15px !important; }

  .mb15-PC {
    margin-bottom: 15px !important; }

  .ml15-PC {
    margin-left: 15px !important; }

  .pt15-PC {
    padding-top: 15px !important; }

  .pr15-PC {
    padding-right: 15px !important; }

  .pb15-PC {
    padding-bottom: 15px !important; }

  .pl15-PC {
    padding-left: 15px !important; }

  .mt20-PC {
    margin-top: 20px !important; }

  .mr20-PC {
    margin-right: 20px !important; }

  .mb20-PC {
    margin-bottom: 20px !important; }

  .ml20-PC {
    margin-left: 20px !important; }

  .pt20-PC {
    padding-top: 20px !important; }

  .pr20-PC {
    padding-right: 20px !important; }

  .pb20-PC {
    padding-bottom: 20px !important; }

  .pl20-PC {
    padding-left: 20px !important; }

  .mt25-PC {
    margin-top: 25px !important; }

  .mr25-PC {
    margin-right: 25px !important; }

  .mb25-PC {
    margin-bottom: 25px !important; }

  .ml25-PC {
    margin-left: 25px !important; }

  .pt25-PC {
    padding-top: 25px !important; }

  .pr25-PC {
    padding-right: 25px !important; }

  .pb25-PC {
    padding-bottom: 25px !important; }

  .pl25-PC {
    padding-left: 25px !important; }

  .mt30-PC {
    margin-top: 30px !important; }

  .mr30-PC {
    margin-right: 30px !important; }

  .mb30-PC {
    margin-bottom: 30px !important; }

  .ml30-PC {
    margin-left: 30px !important; }

  .pt30-PC {
    padding-top: 30px !important; }

  .pr30-PC {
    padding-right: 30px !important; }

  .pb30-PC {
    padding-bottom: 30px !important; }

  .pl30-PC {
    padding-left: 30px !important; }

  .mt35-PC {
    margin-top: 35px !important; }

  .mr35-PC {
    margin-right: 35px !important; }

  .mb35-PC {
    margin-bottom: 35px !important; }

  .ml35-PC {
    margin-left: 35px !important; }

  .pt35-PC {
    padding-top: 35px !important; }

  .pr35-PC {
    padding-right: 35px !important; }

  .pb35-PC {
    padding-bottom: 35px !important; }

  .pl35-PC {
    padding-left: 35px !important; }

  .mt40-PC {
    margin-top: 40px !important; }

  .mr40-PC {
    margin-right: 40px !important; }

  .mb40-PC {
    margin-bottom: 40px !important; }

  .ml40-PC {
    margin-left: 40px !important; }

  .pt40-PC {
    padding-top: 40px !important; }

  .pr40-PC {
    padding-right: 40px !important; }

  .pb40-PC {
    padding-bottom: 40px !important; }

  .pl40-PC {
    padding-left: 40px !important; }

  .mt45-PC {
    margin-top: 45px !important; }

  .mr45-PC {
    margin-right: 45px !important; }

  .mb45-PC {
    margin-bottom: 45px !important; }

  .ml45-PC {
    margin-left: 45px !important; }

  .pt45-PC {
    padding-top: 45px !important; }

  .pr45-PC {
    padding-right: 45px !important; }

  .pb45-PC {
    padding-bottom: 45px !important; }

  .pl45-PC {
    padding-left: 45px !important; }

  .mt50-PC {
    margin-top: 50px !important; }

  .mr50-PC {
    margin-right: 50px !important; }

  .mb50-PC {
    margin-bottom: 50px !important; }

  .ml50-PC {
    margin-left: 50px !important; }

  .pt50-PC {
    padding-top: 50px !important; }

  .pr50-PC {
    padding-right: 50px !important; }

  .pb50-PC {
    padding-bottom: 50px !important; }

  .pl50-PC {
    padding-left: 50px !important; }

  .mt55-PC {
    margin-top: 55px !important; }

  .mr55-PC {
    margin-right: 55px !important; }

  .mb55-PC {
    margin-bottom: 55px !important; }

  .ml55-PC {
    margin-left: 55px !important; }

  .pt55-PC {
    padding-top: 55px !important; }

  .pr55-PC {
    padding-right: 55px !important; }

  .pb55-PC {
    padding-bottom: 55px !important; }

  .pl55-PC {
    padding-left: 55px !important; }

  .mt60-PC {
    margin-top: 60px !important; }

  .mr60-PC {
    margin-right: 60px !important; }

  .mb60-PC {
    margin-bottom: 60px !important; }

  .ml60-PC {
    margin-left: 60px !important; }

  .pt60-PC {
    padding-top: 60px !important; }

  .pr60-PC {
    padding-right: 60px !important; }

  .pb60-PC {
    padding-bottom: 60px !important; }

  .pl60-PC {
    padding-left: 60px !important; }

  .mt65-PC {
    margin-top: 65px !important; }

  .mr65-PC {
    margin-right: 65px !important; }

  .mb65-PC {
    margin-bottom: 65px !important; }

  .ml65-PC {
    margin-left: 65px !important; }

  .pt65-PC {
    padding-top: 65px !important; }

  .pr65-PC {
    padding-right: 65px !important; }

  .pb65-PC {
    padding-bottom: 65px !important; }

  .pl65-PC {
    padding-left: 65px !important; }

  .mt70-PC {
    margin-top: 70px !important; }

  .mr70-PC {
    margin-right: 70px !important; }

  .mb70-PC {
    margin-bottom: 70px !important; }

  .ml70-PC {
    margin-left: 70px !important; }

  .pt70-PC {
    padding-top: 70px !important; }

  .pr70-PC {
    padding-right: 70px !important; }

  .pb70-PC {
    padding-bottom: 70px !important; }

  .pl70-PC {
    padding-left: 70px !important; }

  .mt75-PC {
    margin-top: 75px !important; }

  .mr75-PC {
    margin-right: 75px !important; }

  .mb75-PC {
    margin-bottom: 75px !important; }

  .ml75-PC {
    margin-left: 75px !important; }

  .pt75-PC {
    padding-top: 75px !important; }

  .pr75-PC {
    padding-right: 75px !important; }

  .pb75-PC {
    padding-bottom: 75px !important; }

  .pl75-PC {
    padding-left: 75px !important; }

  .mt80-PC {
    margin-top: 80px !important; }

  .mr80-PC {
    margin-right: 80px !important; }

  .mb80-PC {
    margin-bottom: 80px !important; }

  .ml80-PC {
    margin-left: 80px !important; }

  .pt80-PC {
    padding-top: 80px !important; }

  .pr80-PC {
    padding-right: 80px !important; }

  .pb80-PC {
    padding-bottom: 80px !important; }

  .pl80-PC {
    padding-left: 80px !important; }

  .mt85-PC {
    margin-top: 85px !important; }

  .mr85-PC {
    margin-right: 85px !important; }

  .mb85-PC {
    margin-bottom: 85px !important; }

  .ml85-PC {
    margin-left: 85px !important; }

  .pt85-PC {
    padding-top: 85px !important; }

  .pr85-PC {
    padding-right: 85px !important; }

  .pb85-PC {
    padding-bottom: 85px !important; }

  .pl85-PC {
    padding-left: 85px !important; }

  .mt90-PC {
    margin-top: 90px !important; }

  .mr90-PC {
    margin-right: 90px !important; }

  .mb90-PC {
    margin-bottom: 90px !important; }

  .ml90-PC {
    margin-left: 90px !important; }

  .pt90-PC {
    padding-top: 90px !important; }

  .pr90-PC {
    padding-right: 90px !important; }

  .pb90-PC {
    padding-bottom: 90px !important; }

  .pl90-PC {
    padding-left: 90px !important; }

  .mt95-PC {
    margin-top: 95px !important; }

  .mr95-PC {
    margin-right: 95px !important; }

  .mb95-PC {
    margin-bottom: 95px !important; }

  .ml95-PC {
    margin-left: 95px !important; }

  .pt95-PC {
    padding-top: 95px !important; }

  .pr95-PC {
    padding-right: 95px !important; }

  .pb95-PC {
    padding-bottom: 95px !important; }

  .pl95-PC {
    padding-left: 95px !important; }

  .mt100-PC {
    margin-top: 100px !important; }

  .mr100-PC {
    margin-right: 100px !important; }

  .mb100-PC {
    margin-bottom: 100px !important; }

  .ml100-PC {
    margin-left: 100px !important; }

  .pt100-PC {
    padding-top: 100px !important; }

  .pr100-PC {
    padding-right: 100px !important; }

  .pb100-PC {
    padding-bottom: 100px !important; }

  .pl100-PC {
    padding-left: 100px !important; } }
.mt-10-wrap * {
  margin-top: 10px !important; }

/* -----------------------------------------------------------------
+hide/show
--------------------------------------------------------------------*/
.pcOnly {
  display: none !important; }

.pcOnlyI {
  display: none !important; }

.spOnly {
  display: block !important; }

.spOnlyI {
  display: inline-block !important; }

@media screen and (min-width: 769px) {
  .pcOnly {
    display: block !important; }

  .pcOnlyI {
    display: inline-block !important; }

  .spOnly {
    display: none !important; }

  .spOnlyI {
    display: none !important; } }
