.red {
  color: #ff0000; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Common */
html {
  font-size: 87.5%; }

body {
  font-size: 1rem; }

* {
  box-sizing: border-box; }

p {
  margin: 0; }

img {
  vertical-align: bottom; }

section {
  padding: 0 10px;
  min-width: auto;
  margin-bottom: 3rem; }

.red-hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e50011;
  border: 0; }

h2 {
  padding: 1rem 0 1.5rem;
  font-size: 1.5rem; }
  h2.red-line {
    position: relative; }
    h2.red-line:before {
      content: "";
      background-color: #ff0000;
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      height: 2px;
      width: 80px; }

.inner {
  width: 100% !important; }

/* Nav */
.upper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px; }

.logo {
/* PG作成_施策No.3「SP版ヘッダー修正」_20210402_start */
/*   width: 120px; */
/* PG作成_施策No.3「SP版ヘッダー修正」_20210402_end */
  flex-shrink: 0; }

.right-side {
  display: flex;
  align-items: center;}

.upper-nav {
  display: none; }

.tel {
  margin-right: 20px;
  text-align: right; }

.tel__number {
  font-size: 1.2rem;
  font-weight: bold; }

.tel__available {
  font-size: 0.5rem; }

.menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
	width:1.6rem;
	}
  .menu-trigger label {
    display: block;
    width: 20px;
    height: 18px; }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 8px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }

.lower-header {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #ffffff; }

.nav {
  list-style: none; }
  .nav li {
    box-sizing: border-box;
    margin: 0;
    position: relative; }
    .nav li a {
      color: #000; }
    .nav li .drop {
      list-style: none;
      position: absolute;
      top: 100%;
      left: 0%;
      margin: 0;
      padding: 0;
      width: 100%; }
      .nav li .drop li {
        overflow: hidden;
        width: 100%;
        height: 0;
        background: #fff;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -ms-transition: .2s;
        transition: .2s; }
        .nav li .drop li a {
          display: block;
          padding: 13px 15px;
          background: #fff;
          text-align: center;
          font-size: 1rem;
          font-weight: normal; }
    .nav li:hover ul li {
      overflow: visible;
      height: auto;
      border-left: 1px solid #e60012;
      border-right: 1px solid #e60012;
      z-index: 100; }
      .nav li:hover ul li:first-child {
        border-top: 1px solid #e60012; }
      .nav li:hover ul li a {
        border-bottom: 1px solid #e60012;
        width: 98%;
        margin: 0 auto; }
    .nav li.current {
      border-left: 2px solid #ff0000; }
    .nav li a {
      display: block;
      padding: 0.5rem; }

.menu-check {
  display: none; }
  .menu-check:checked + .lower-header {
    display: block; }

/* Slider */
.hero-banner {
  margin-bottom: 1rem; }
  .hero-banner .sp-button {
    border: 2px solid #ccc; }
  .hero-banner .sp-selected-button {
    background-color: #ccc; }
  @media (max-width: 1023px) {
    .hero-banner .sp-thumbnails-container {
      display: none; } }
  @media (min-width: 1024px) {
    .hero-banner .sp-buttons {
      display: none; } }

.slider {
  margin-bottom: 0 !important; }

/* Subscription */
.subscription__block {
  color: #717171;
  /*padding: 1rem;*/
  padding: 0.5rem;
  margin: 0 0 1rem 0; }
  .subscription__block:last-of-type {
    }
  .subscription__block.mail-magazine {
    background-color: #e89121; 
    background-color: #fff; }
  .subscription__block.line {
    background-color: #39a638; }
  .subscription__block.social ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .subscription__block.social ul li {
    width: 20%;
    /*height: 128px;    */
    /*display: inline-block;*/
    float: left;
    margin: 0;
    padding: 0;
  }
  .subscription__block.social ul li img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.subscription__block.line a {
  pointer-events: none;
  color: #fff; }

.subscription__icon {
  width: 25%;
  margin: 0 auto 1rem;
  flex-shrink: 0; }
  .subscription__icon img {
    /*border: 2px solid #fff;*/
    width: 100%; }

.subscription__title {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: left;
  font-weight: bold; }

.subscription__sub-title {
  /*font-size: 1rem;*/
  text-align: left;
  /*margin-bottom: 2rem;*/ }

.mail-magazine__form {
  display: flex;
  align-items: center;
  justify-content: center; }

.mail-magazine__email {
  border: 1px solid #717171;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 1rem;
  margin-right: 5px; }

::placeholder {
  color: #bbbbbb; }

.mail-magazine__submit {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #717171;
  padding: 5px 0;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1;
  width: 55px;
  text-align: center; }
  .mail-magazine__submit:hover {
    cursor: pointer;
    background-color: #eeeeee;
    color: #e89121; 
    color: #717171; }

.line-friend {
  /*font-size: 1rem;*/ }

.line-friend__title {
  font-size: 1.2rem; }

.line-qr {
  width: 100px;
  margin: 10px auto 0; }

/* Middle section */
.middle-section {
  margin-top: 2rem; 
  display: block;
  overflow: hidden; }

.middle-section__block {
  margin-bottom: 1rem;
  display: block; }
  .middle-section__block:last-of-type {
    margin-bottom: 1rem; }
  .middle-section__block.diagnostics {
    background-color: #d37469; }
  .middle-section__block.seminar {
    background-color: #c9a063; }

.middle-section__title {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem;
  font-weight: bold; }

.middle-section__image {
  padding: 0 5px 5px; }

@media (max-width: 750px) {
  .middle-section__image {
    width: 33.33%;
    float: left;
  }
}

  .middle-section__image img {
    width: 235px; }

.ranking {
  background-color: #e60012;
  padding: 10px; }

.ranking__title-block {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.8rem; }

.ranking__icon {
  width: 20px;
  display: inline-block; }
  .ranking__icon img {
    vertical-align: middle; }

.ranking__icon, .ranking__title {
  vertical-align: middle;
  line-height: 1; }

.ranking__items {
  background-color: #ffffff;
  padding: 1rem 10px; }

.ranking__item {
  list-style: none;
  border-bottom: dotted 2px #008ebc;
  padding: 5px 0; }
  .ranking__item span {
    display: inline-block; }
  .ranking__item:first-of-type {
    padding: 0 0 5px; }
  .ranking__item:last-of-type {
    border-bottom: none;
    padding: 5px 0 0; }

.position {
  display: inline-block;
  margin-right: 0.5rem; }
  .position .number {
    font-size: 1.4rem;
    font-weight: bold; }

.up-down {
  width: 10px;
  display: block;
  margin-right: 0.5rem; }
  .up-down img {
    width: 100%;
    vertical-align: baseline; }

/* Characteristics */
.characteristics__btn {
  text-align: center;
  width:80%;
  margin:0 auto 1rem; }

.characteristics__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.characteristics__items {
  margin: 0;
  padding: 0; 
  overflow: hidden;
}

.characteristics__item {
  list-style-type: none;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: bold; }
  .characteristics__item--teacher {
    color: #8fc31f;
    margin-right: auto; }

@media (max-width: 750px) {

  .characteristics__item {
    width: 33%;
    float: left;
  }
  
}

  .characteristics__item--learning {
    color: #036eb8;
    margin-right: auto;
    margin-left: auto; }
  .characteristics__item--useful {
    color: #e50011;
    margin-left: auto; }
  .characteristics__item .icon_wrap {
    width: 100px;
    height: auto;
    margin: 0;
    padding-bottom: 15px; }
  .characteristics__item .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto 1rem;
    position: relative; }
    .characteristics__item .icon::after {
      content: "";
      display: block;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      margin-left: -5px;
      position: absolute;
      bottom: -12px;
      left: 50%; }
    .characteristics__item .icon--teacher {
      background-color: #8fc31f; }
      .characteristics__item .icon--teacher::after {
        border-top: 12px solid #8fc31f; }
    .characteristics__item .icon--learning {
      background-color: #036eb8; }
      .characteristics__item .icon--learning::after {
        border-top: 12px solid #036eb8; }
    .characteristics__item .icon--useful {
      background-color: #e50011; }
      .characteristics__item .icon--useful::after {
        border-top: 12px solid #e50011; }

/* Whats New */
.whats-new__inner {
  padding: 1rem 10px;
  margin-bottom: 1rem; }
  .whats-new__inner.news {
    /*
    background-color: #d5e2e7;
    border: 1px solid #221814; 
    */
  }
  .whats-new__inner.column {
    /*
    background-color: #d5e2e7;
    border: 1px solid #221814; 
  */
 }

.whats-new__category {
  color: #221814;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold; }

.whats-new__entry {
  display: block;
  margin-bottom: 1rem;
  color: #222;
  position: relative; 
  /* border: 4px #eee solid; */ }

.entry__image {
  width: 100%;
  /*height: 80px;*/
  /*height: 56.25%;*/
  height: 127px;
  background-position: center center;
  background-size: cover;
  background-color: #b5b5b5; }

.entry__text {
  /*
  border: 4px #eee solid;
  border-top: 0;
  */
  text-align: center;
  background: #efefef;
  padding: 1rem 10px; }

.entry__date, .entry__title, .entry__content {
  display: block; }

.entry__title {
  padding: 10px 0 20px;
  font-size: 0.75rem; }

.entry__content {
  /*font-size: 0.85rem;*/
  font-size: 0.75rem;
  color: #666;
  line-height: 1.5;
  text-align: left; }

.back-number {
  display: block;
  text-align: right; }
  .back-number:link, .back-number:visited {
    color: #221814; }

/* About seminar */
.about-seminar {
  background: url("../img/course_bg.jpg") center top/cover no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.about-seminar__text {
  background: #fff;
  padding: 20px;
  margin-bottom: 1rem; }
  .about-seminar__text h3 {
    text-align: center;
    margin-bottom: 1rem; }

/* 【No.0201】[TOP]サービス概要の追加、ならびにコンテンツの結合 2021/05/14 end */
  .about-seminar__pic {
	margin: 15px 0 15px 0;
}
/* 【No.0201】[TOP]サービス概要の追加、ならびにコンテンツの結合 2021/05/14 end */

.seminars {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/ }

.seminar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 50%;
  padding: 30px 20px;
  text-align: center; }
  
.seminar__item:link, .seminar__item:visited {
  color: #fff !important; 
  padding: 0;
  width: 16.66%; }

@media (max-width:750px) {
  .seminar__item:link, .seminar__item:visited {
    width: 25%;
}
}

.seminar__icon {
  width: 100%;
  /*margin-bottom: 0; */ }

.seminar__stock {
  background-color: #d70051; }

.seminar__fx {
  background-color: #22ac38; }

.seminar__sell {
  background-color: #f39800; }

.seminar__real-estate {
  background-color: #036eb8; }

.seminar__life-plan {
  background-color: #920783; }

.seminar__crypt-currency {
  background-color: #00a29a; }

.seminar__family-business {
  background-color: #ED7FAF; }


/* Teachers */
.teacher__img {
  text-align: center;
  margin-bottom: 20px; }

.teacher__img img {
  width: 152px; 
  height: auto; }

.teacher__item {
  margin-bottom: 30px;
  padding: 0 10px;
  list-style: none; }
  .teacher__item h3 {
    text-align: center;
    margin-bottom: 20px; }
    .teacher__item h3 .speciality {
      font-weight: normal;
      font-size: 0.9rem; }
  .teacher__item p {
    font-size: 0.8rem; }

@media (max-width: 750px) {
  .teacher__item h3 {
    font-weight: bold;
    font-size: 0.7rem; 
  }
  .teacher__item h3 .speciality {
    font-weight: normal;
    font-size: 0.6rem; 
  }
}

/* Data */
.data__graph {
  margin-bottom: 2rem;
  text-align: center; }

.data__conclusion {
  color: #ff0000;
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 1.2rem; }

.data__comments {
  text-align: center; }

/* FAQ */
.faq__list {
  list-style: none;
  height: 488px;
  overflow-y: scroll; 
  margin-bottom: 4rem; }
  .faq__list::-webkit-scrollbar {
    width: 8px; }
  .faq__list::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 8px; }
  .faq__list::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 8px; }
  .faq__list .faq__item {
    display: flex;
    align-items: center;
    justify-content: left; }
    .faq__list .faq__item.q {
      margin-bottom: 1rem;
      background: #fafafa;
      background: #717171;
      color: #fff;
      font-weight: bold; }
    .faq__list .faq__item.a {
      margin-bottom: 2rem; }
  .faq__list .faq__box {
    display: block;
    width: 56px;
    height: 56px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-weight: normal;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 1.4rem; }
  .faq__list .q-box {
    color: #717071; 
    color: #fff; }
  .faq__list .a-box {
    color: #e50011; }
  .faq__list .faq__text {
    display: block;
    text-align: left;
    padding-left: 20px; }
    .faq__list .faq__text a {
      color: #e62023;
      text-decoration: underline; }
  #faq__list__seminar {
    height: 355px;
  }
  #faq__list__course {
    height: 355px;
  }
  #faq__list__other {
    height: 355px;
  }
  .faq__list > h3 {
    width: 30%;
  }
  @media (max-width: 750px) {
    .faq__list > h3 {
      /*width: 50%;*/
      width: 178px;
    }
    .faq__list .faq__text {
      font-size: 0.8rem;
    }
    .faq__list .faq__box {
      font-size: 1.1rem;
    }    
    #faq__list__seminar {
      height: 280px;
    }
    #faq__list__course {
      height: 300px;    
    }
    #faq__list__other {
      height: 275px;
    }
  }


/* SEO */
.seo__text {
  margin: 0 auto 2rem;
  max-width: 700px; }
  .seo__text strong, .seo__text em {
    font-weight: normal;
    font-style: normal; }

.contents-link {
  display: block;
  border: 3px #ddd solid;
  border-radius: 30px;
  padding: 15px 20px;
  max-width: 700px;
  text-align: center;
  color: #222;
  margin: auto; }

/* Registation */
.registration {
  text-align: center;
  background: url(../img/cv.jpg) center center/cover no-repeat;
  padding: 0 10px 3rem;
  margin-bottom: 0; }

.registration__text {
  margin-bottom: 30px; }

.registration__link {
  display: block;
  margin: 0 auto 20px;
  padding: 0.5rem 0;
  color: #ffffff;
  border-radius: 40px;
  border: 4px solid rgba(81, 109, 151, 0.1);
  background-clip: padding-box;
  text-align: center;
/* 【PG作成】施策No.24,25_start_2021/06/11 */
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  width: 80%;
  /*
  &:after {
    display: block;
    content: ">";
    font-size: 32px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    transform: translateY(-50%) scaleX(0.6);
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
  }
  */ }
  .registration__link:link, .registration__link:visited {
    color: #ffffff; }
  .registration__link--seminar {
    background-color: #28b2c8; }
  .registration__link--document {
    background-color: #fe0000; }

/* Footer */
/*.footer-nav {
  display: none; }*/

.footer {
background: #ff0000;
color: #ffffff;
  padding: 25px 20px;
  overflow: hidden;
  line-height: 1; }
  .footer:after {
    clear: both; }
  .footer .footer_logo {
    float: left; }
  .footer .add {
    /* float: left; */
    font-size: 1rem;
    /* padding-left: 30px; */
    /* padding-top: 8px; */
}
    .footer .add ul {
      padding-top: 8px; }
      .footer .add ul li {
        display: inline-block;
        padding-right: 20px; }
        .footer .add ul li.tel {
    background: url(../img/footer_telw.png) 0 center no-repeat;
    padding-left: 35px; }
        .footer .add ul li.mail {
    background: url(../img/footer_mailw.png) 0 center no-repeat;
    padding-left: 35px; }
        .footer .add ul li.pc {
          background: url(../img/icon_pc.png) 0 center no-repeat;
          padding-left: 20px; }
  .footer .copy {
    font-size: 1rem;
    /*text-align: right;*/
    font-family: 'Roboto Condensed', sans-serif;
    /*float: right;
    padding-top: 32px;*/ }

.pagetop {
  display: block;
  text-align: center;
  position: absolute;
  width: 31px;
  height: 31px;
  line-height: 31px;
  top: -40px;
  right: 8px;
  border: 1px #222 solid;
  background: #fff url(../img/pagetop.jpg) center center no-repeat;
  cursor: pointer; }

@media (min-width: 751px) {
  html {
    font-size: 100%; }

  h2 {
    font-size: 2rem; }

  .hidden-mid {
    display: none; }

  /* Nav */
  .logo {
    width: 198px;
    flex-shrink: 0; }

  .tel__number {
    font-size: 1.5rem;
    font-weight: bold; }

  .tel__available {
    font-size: 0.6rem; }

  /* Subscription */
  .subscription__block {
    display: flex;
    align-items: center; }

  .subscription__inner {
    width: 100%; }

  .subscription__icon {
    width: 120px;
    margin: 0 20px 0 0; }

  .subscription__title {
    font-size: 2rem; }
	
  .line-friend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 580px;
    margin: 0 auto; }

  .line-qr {
    margin: 0; }

  .mail-magazine__email {
    width: 75%; }
	
  .subscription__block.social ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .subscription__block.social ul li {
    width: 20%;
    /*height: 128px;    */
    /*display: inline-block;*/
    float: left;
    margin: 0;
    padding: 0;
  }
  .subscription__block.social ul li img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block;
}

  /* Middle section */
  .middle-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .middle-section__block {
    width: 49%; }
    .middle-section__block:last-of-type {
      margin-bottom: 0; }

  .middle-section__title {
    font-size: 1.5rem; }

  .ranking {
    width: 100%; }

  .ranking__title-block {
    font-size: 1.5rem; }

  .ranking__items {
    display: flex;
    justify-content: center; }

  .ranking__item {
    border-bottom: none;
    border-right: dotted 2px #008ebc;
    padding: 0 10px;
    line-height: 1; }
    .ranking__item:first-of-type {
      padding: 0 10px 0 0; }
    .ranking__item:last-of-type {
      border-right: none;
      padding: 0 0 0 10px; }

  /* Characteristics */
  .characteristics__title {
    font-size: 2rem;
    margin-bottom: 4rem; }

  .characteristics__items {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }

  .characteristics__items__new {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    list-style-type: none; 
  }
  .characteristics__items__new li {
    width: 33.333%;
    list-style-type: none; 
  }

  .floatL {
    float: left; }

  .floatR {
    float: right; }

  .characteristics__item {
    width: 33.333%;
    font-size: 1.5rem; }
    .characteristics__item .icon {
      width: 120px;
      height: 120px;
      border-radius: 80px;
      margin-bottom: 2rem; }
      .characteristics__item .icon::after {
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        margin-left: -8px;
        position: absolute;
        bottom: -15px;
        left: 50%; }
      .characteristics__item .icon--teacher::after {
        border-top: 16px solid #8fc31f; }
      .characteristics__item .icon--learning::after {
        border-top: 16px solid #036eb8; }
      .characteristics__item .icon--useful::after {
        border-top: 16px solid #e50011; }

  /* Whats New */
  .whats-new__block .inner {
    display: flex;
    justify-content: space-around; }

  .whats-new__entry {
    width: 23%; }

  /* About seminar */
  .about-seminar__text h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }

  .seminar__item {
    width: 14.28%;
    font-size: 1rem; }

  /* Teachers */
  .teacher__list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center; */}

  .teacher__item {
    width: 50%; }

  /* Data */
  .data__graph {
    /*  width: 80%;*/
    margin: 0 auto; }

  /* Footer */
  .footer-nav {
    display: block;
    min-width: 100%;
    padding: 15px 0 30px;
    text-align: center; }

  .footer-nav__items {
    margin: 20px 0 30px;
    list-style: none;
    text-align: center;
    font-size: 0; }

  .footer-nav__item {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
	  margin-left: 4rem; }
    .footer-nav__item:first-of-type {
      margin-left: 0; }
    .footer-nav__item a {
      color: #222; }

  .fentry {
    display: inline-block;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    font-size: 0.8rem;
    border: 1px #ddd solid;
    border-radius: 23px;
    color: #222;
    vertical-align: top; }

  .ftel {
    display: inline-block;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 28px;
    border: 0;
    line-height: 1;
    background: url(../img/icon_tel2.png) left 3px no-repeat;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #222;
    letter-spacing: 3px; }
    .ftel span {
      display: block;
      margin-top: 3px;
      margin-left: -28px;
      text-align: center;
      font-size: 11px;
      font-weight: normal;
      letter-spacing: 0; }

  .pagetop {
    width: 62px;
    height: 62px;
    line-height: 62px;
    top: -377px;
    right: 16px; } }
@media (min-width: 1024px) {
  .footer {
    background: #cacaca;
    color: #221814;
    padding: 25px 20px;
    overflow: hidden;
    line-height: 1; }
    .footer:after {
      clear: both; }
    .footer .footer_logo {
      float: left; }
    .footer .add {
    /* float: left; */
    font-size: 1rem;
    /* padding-left: 30px; */
    /* padding-top: 8px; */
}
      .footer .add ul {
        padding-top: 8px; }
        .footer .add ul li {
          display: inline-block;
          padding-right: 20px; }
          .footer .add ul li.tel {
    background: url(../img/footer_telw.png) 0 center no-repeat;
    /* padding-left: 20px; */
    line-height: 30px; }
          .footer .add ul li.mail {
    background: url(../img/footer_mailw.png) 0 center no-repeat;
    /* padding-left: 20px; */
    line-height: 30px; }
          .footer .add ul li.pc {
            background: url(../img/icon_pc.png) 0 center no-repeat;
            padding-left: 20px; }
    .footer .copy {
      font-size: 1rem;
      /*text-align: right;*/
      font-family: 'Roboto Condensed', sans-serif;
      /*float: right;
      padding-top: 32px;*/
	line-height: 4rem;}

  .hidden-lg {
    display: none; }

  h2 {
    padding: 1rem 0 2.5rem; }

  section {
    max-width: 1024px;
    margin: 0 auto 4rem; }

  /* nav */
  .header {
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 0; }

  .upper-nav {
    display: flex; }

  .upper-nav__item {
    list-style: none;
    margin-right: 2rem;
    font-size: 0.9rem;
    font-weight: bold; }
    .upper-nav__item a {
      color: #e50011; }

  .tel {
    margin-right: 0; }

  .menu-trigger {
    display: none; }

  .lower-header {
    display: block;
    position: static;
    border-bottom: 1px solid #e50011;
    border-top: 1px solid #e50011; }

  .nav {
    /*
      display: flex;
      justify-content: space-around;
    */ }
    .nav > li {
      border-bottom: none;
      font-weight: bold;
      display: inline-block;
      width: 20%;
      padding: 0.5rem 0; }
      .nav > li > a {
        text-align: center;
        display: block;
        width: 100%;
        border-right: 1px solid #000;
        padding: 0 0.5rem; }
      .nav > li:nth-child(1), .nav > li:nth-child(3) {
        width: 18.5%; }
      .nav > li:last-child a {
        border-right: none; }
      .nav > li.current {
        border-left: none; }

  /* Subscription */
  .subscription {
    display: flex;
    justify-content: space-between; }

  section.subscription {
    margin: 0 auto 2rem; 
    margin: 0 auto 0.5rem; }

  .subscription__block {
    width: 350px;
    margin: 0 auto; }

  .subscription__icon {
    width: 74px;
    margin: 0 8px 0 0; }

  .subscription__title {
    font-size: 1.4rem; 
    font-size: 1.1rem; 
    margin-left: 22px;}

  .subscription__sub-title {
    font-size: 1.1rem;
    margin-left: 22px;
    /*margin-bottom: 1rem;*/ }

  .mail-magazine__form {
    width: 100%; }

  .line-friend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto; }

  .line-friend__title {
    font-size: 1rem; }

  .line-friend__way {
    font-size: 0.6rem; }

  .line-qr {
    width: 60px; }

  .flex_in {
    font-size: 0.6rem; }

  /* Middle section */
  .middle-section__block {
    width: 38%;
    margin-bottom: 0; }

  .ranking {
    width: 21%; }

  .ranking__title-block {
    font-size: 1rem; }

  .ranking__items {
    display: block; }

  .ranking__item {
    border-right: none;
    border-bottom: dotted 2px #008ebc;
    padding: 7px 10px; }
    .ranking__item:first-of-type {
      padding: 0 10px 7px 10px; }
    .ranking__item:last-of-type {
      padding: 7px 10px 0 10px; }

  /* Characteristics */
  .characteristics__items {
    /*max-width: 780px;*/
    margin: 0 auto; }

  /* About seminar */
  .about-seminar {
    width: 100%;
    max-width: none !important;
    padding-top: 4rem;
    padding-bottom: 4rem; }

  .about-seminar__container {
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    margin: 0 auto; }

  .about-seminar__text {
    width: 100%;
    margin-bottom: 0; }
	
/* 【No.0201】[TOP]サービス概要の追加、ならびにコンテンツの結合 2021/05/14 */
  .about-seminar__pic {
    width: 95%;
	margin: 30px auto;
	}
  .about-seminar__pic img {
	width: 100%;	
	}

  /* Teachers */
  .teacher__item {
    width: 16.66%;
  /*  width: 25%; */
  /* width: 33.333%; */ }

  /* Data */
  .data__graph {
    margin-bottom: 3rem; }

  .data__conclusion {
    font-size: 2rem; }

  /* Registration */
  .registration {
    max-width: none;
    padding: 3rem 10px 3rem; }

  .registration__title {
    margin-bottom: 1.5rem; }

  .registration__buttons {
    display: flex;
    max-width: 745px;
    margin: 0 auto; }

  .registration__link {
    width: 48%;
    padding: 1.5rem 0; } }
/* course */
.cmn_w {
  width: 1024px;
  margin: 0 auto; }

#course-header {
  background: url(../images/course/course-header.jpg) center center no-repeat;
  background-size: 100% auto; }

.about .mv-header {
  background-image: url(../images/about/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.philosophy .mv-header {
  background-image: url(../images/philosophy/header.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat; }

.course-archive .mv-header {
  background: url(../images/course/course-header.jpg) center center no-repeat;
  background-size: 100% auto; }

.voice-single .mv-header {
  background-image: url(../images/voice/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.seminar-archive .mv-header {
  background-image: url(../images/seminar/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.seminar-single .mv-header {
  background-image: url(../images/seminar/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.column-archive .mv-header {
  background-image: url(../images/column/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.column-single .mv-header {
  background-image: url(../images/column/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.contact .mv-header {
  background-image: url(../images/contact/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.confirm .mv-header {
  background-image: url(../images/contact/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.thanks .mv-header {
  background-image: url(../images/contact/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.entry .mv-header {
  background-image: url(../images/entry/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.mail-line .mv-header {
  background-image: url(../images/mail-line/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.academy_form .mv-header,
.academy_form2 .mv-header,
.form_test .mv-header,
.form .mv-header {
  background-image: url(../images/form/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.form_error .mv-header {
  background-image: url(../images/form/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.academy_send .mv-header,
.send .mv-header {
  background-image: url(../images/form/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.confirmation .mv-header {
  background-image: url(../images/form/header.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.mv-header {
  text-align: center; }
  .mv-header h1 {
    color: #231815;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.8;
    text-shadow: 2px  2px 1px #fff, -2px  2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px  0px 1px #fff, 0px  2px 1px #fff, -2px  0px 1px #fff, 0px -2px 1px #fff;
    padding: 151px 0; }

#pankuzu {
  padding: 8px 0 10px 0; }

.course-archive section {
  max-width: 100%; }
.course-archive #course-list {
  position: relative;
  padding: 0; }
  .course-archive #course-list:after {
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background: url(../images/common/stripe_bg.png) left top repeat;
    position: absolute;
    left: 0;
    /*top:80px;*/
    top: 0;
    z-index: -1; }
  .course-archive #course-list ul {
    list-style: none;
    padding-bottom: 200px; }
  .course-archive #course-list li .image {
    /*float:left;*/
    display: table-cell;
    vertical-align: top;
    width: 512px;
    height: 440px;
    background-image: url(../images/course/course-archive2.jpg);
    background-position: center center;
    background-size: cover; }
    .course-archive #course-list li .image.pc {
      display: table-cell; }
    .course-archive #course-list li .image.sp {
      display: none; }
  .course-archive #course-list li .text {
    /*float:right;*/
    display: table-cell;
    vertical-align: top;
    width: 512px;
    /*height:440px;*/
    padding: 56px 40px 78px 40px;
    color: #fff;
    background: #ED7FAF;
    position: relative; }
  .course-archive #course-list li:nth-child(2) .image {
    background-image: url(../images/course/course-archive4.jpg); }
  .course-archive #course-list li:nth-child(3) .image {
    background-image: url(../images/course/course-archive3.jpg); }
  .course-archive #course-list li:nth-child(4) .image {
    background-image: url(../images/course/course-archive1.jpg); }
  .course-archive #course-list li:nth-child(5) .image {
    background-image: url(../images/course/course-archive5.jpg); }
  .course-archive #course-list li:nth-child(6) .image {
    background-image: url(../images/course/course-archive6.jpg); }
  .course-archive #course-list li:nth-child(7) .image {
    background-image: url(../images/course/course-archive7.jpg); }
  .course-archive #course-list li:nth-child(8) .image {
    background-image: url(../images/course/course-archive8.jpg); }
  .course-archive #course-list li:nth-child(2n) .image {
    float: right; }
  .course-archive #course-list li:nth-child(1) .text {
     background: #d70051; }
  .course-archive #course-list li:nth-child(2) .text {
    background: #22ac38; }
  .course-archive #course-list li:nth-child(3) .text {
    background: #f39800; }
  .course-archive #course-list li:nth-child(4) .text {
    background: #036eb8; }
  .course-archive #course-list li:nth-child(5) .text {
    background: #00a29a; }
  .course-archive #course-list li:nth-child(6) .text {
    background: #920783; }
  .course-archive #course-list li:nth-child(7) .text {
    background: #ed7faf; }
  .course-archive #course-list li:nth-child(8) .text {
    background: #ff8b00; }
  .course-archive #course-list li:nth-child(2n) .text {
    float: left; }
  .course-archive #course-list li .text h3 {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 24px;
    border-left: 3px #fff solid; }
  .course-archive #course-list li .text h3 span {
    display: block;
    font-size: 16px; }
  .course-archive #course-list li .text p {
    line-height: 2; }
  .course-archive #course-list li .text a {
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px #fff solid;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px; }
  .course-archive #course-list li .text a ins {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    transform: scale(0.7, 1); }

/* course_detail */
#re-header {
  background-color: #036eb8;
  padding: 70px 0;
  margin-bottom: 35px; }
  #re-header > div {
    border: 2px solid #fefefe;
    color: #fefefe;
    width: 780px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px; }
    #re-header > div h1 {
      font-size: 40px;
      font-weight: bold;
      padding-bottom: 10px; }
    #re-header > div p {
      font-size: 13px;
      line-height: 1.8; }

.course-single section {
  max-width: 100%; }

/* goal */
.course-single #goal {
  padding: 100px 0 64px 0;
  background: url(../images/course/goal_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative; }

.course-single #goal ul {
  margin: 0 auto; }

.course-single #goal li {
  width: 412px;
  height: auto;
  padding: 60px 40px 40px;
  background: #fff;
  position: relative; }

.course-single #goal li + li {
  margin-left: 40px; }

.course-single #goal li:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #fe0000;
  background-image: url(../images/course/goal1.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%); }

.course-single #goal li + li:before {
  background-image: url(../images/course/goal2.png); }

.course-single #goal li h3 {
  margin-bottom: 10px;
  font-size: 32px;
  text-align: center;
  border-bottom: 2px solid #fff000;
  display: inline-block; }

.course-single #goal li div {
  color: #666;
  line-height: 1.8;
  text-align: left; }

/* curriculum */
.course-single #curriculum {
  padding: 70px 0 0 0;
  text-align: center; }
  .course-single #curriculum .txt {
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 1.6; }

/* course */
.course-single #course p {
  text-align: center; }

.course-single .registration__link {
  border: none; }
.course-single #course .teacher {
  display: table;
  table-layout: fixed;
  width: 900px;
  margin: 0 auto; }
  .course-single #course .teacher .photo {
    display: table-cell;
    width: 35%;
    vertical-align: top;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; }
  .course-single #course .teacher .txt {
    display: table-cell;
    width: 65%;
    vertical-align: top; }
.course-single #course .teacher .photo:after {
  display: block;
  content: "";
  width: 55px;
  height: 50px;
  background: url(../images/common/slogo.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 30px; }
.course-single #course .teacher .txt {
  padding: 25px 30px;
  color: #fff; }
  .course-single #course .teacher .txt h4 {
    font-size: 40px;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin-bottom: 20px; }
    .course-single #course .teacher .txt h4 span {
      font-size: 30px;
      font-weight: normal;
      padding-left: 20px; }
  .course-single #course .teacher .txt p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
    text-align: center; }
.course-single #course #msg p {
  width: 835px;
  margin: 0 auto;
  font-size: 16px;
  border-bottom: 1px solid #221814;
  border-left: 1px solid #221814;
  border-right: 1px solid #221814;
  padding: 30px 45px;
  letter-spacing: 0.2px; }
.course-single #voice {
  padding-top: 60px; }
.course-single #voice_in {
	text-align: center; }
.course-single #date {
  padding-top: 40px;
  width: 840px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .course-single #date .img {
    display: table-cell;
    vertical-align: middle; }
  .course-single #date .txt {
    display: table-cell;
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 30px; }
.course-single #reasobn {
  padding-top: 40px; }
  .course-single #reasobn .txtcenter {
    text-align: center; }
  .course-single #reasobn dl {
    width: 840px;
    margin: 0 auto;
    padding: 30px 0 0 0; }
    .course-single #reasobn dl dt {
      font-size: 80px;
      border-bottom: 4px solid #fff;
      display: table-cell;
      vertical-align: top;
      line-height: 1; }
    .course-single #reasobn dl dd {
      font-size: 40px;
      font-weight: bold;
      display: table-cell;
      vertical-align: top;
      padding-left: 28px; }
      .course-single #reasobn dl dd span {
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2;
        color: #221814; }
    .course-single #reasobn dl.reason01 dt {
      color: #bb4c6f;
      border-color: #bb4c6f; }
    .course-single #reasobn dl.reason01 dd {
      color: #bb4c6f; }
    .course-single #reasobn dl.reason02 dt {
      color: #4c8c7d;
      border-color: #4c8c7d; }
    .course-single #reasobn dl.reason02 dd {
      color: #4c8c7d; }
    .course-single #reasobn dl.reason03 dt {
      color: #4e678a;
      border-color: #4e678a; }
    .course-single #reasobn dl.reason03 dd {
      color: #4e678a; }
    .course-single #reasobn dl.reason04 dt {
      color: #c5934a;
      border-color: #c5934a; }
    .course-single #reasobn dl.reason04 dd {
      color: #c5934a; }
    .course-single #reasobn dl.reason05 {
      padding-bottom: 30px; }
      .course-single #reasobn dl.reason05 dt {
        color: #653470;
        border-color: #653470; }
      .course-single #reasobn dl.reason05 dd {
        color: #653470; }
.course-single #appli {
  padding: 60px 0 60px 0;
  text-align: center; }
  .course-single #appli table {
    border-collapse: collapse;
    width: 99%;
    margin-bottom: 10px; }
    .course-single #appli table th, .course-single #appli table td {
      vertical-align: top;
      text-align: center;
      padding: 0 5px; }
      .course-single #appli table th img, .course-single #appli table td img {
        max-width: 100%;
        height: auto;
        padding-bottom: 10px; }
  .course-single #appli p {
    font-size: 10px;
    text-align: left;
    margin-bottom: 1em; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

#form_wrap {
  max-width: 926px;
  margin: 0 auto; }
  #form_wrap .address1_msg {
    display: none; }
  #form_wrap #flow {
    text-align: center;
    padding: 98px 0 63px 0; }
    #form_wrap #flow .pc {
      display: inline-block; }
    #form_wrap #flow .sp {
      display: none; }
  #form_wrap p.hissu {
    font-size: 12px; }
  #form_wrap table {
    border-top: 1px solid #b8b8b8;
    text-align: left;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0; }
    #form_wrap table th {
      font-size: 16px;
      padding: 27px 45px 27px 20px;
      width: 204px;
      border-bottom: 1px solid #b8b8b8; }
    #form_wrap table td {
      font-size: 14px;
      padding: 27px 0;
      border-bottom: 1px solid #b8b8b8; }
      #form_wrap table td .haihun {
        padding: 0 10px; }
      #form_wrap table td.sex_wrap .mwform-radio-field-text {
        padding-right: 50px; }
      #form_wrap table td.add_wrap #address2,
      #form_wrap table td.add_wrap #strt21,
      #form_wrap table td.add_wrap #apart {
        margin-top: 34px; }
      #form_wrap table td.shiharai_td {
        padding: 0 0; }
        #form_wrap table td.shiharai_td dl {
          margin: 0;
          padding: 0;
          display: table;
          table-layout: fixed;
          width: 100%; }
          #form_wrap table td.shiharai_td dl.card_dl dt {
            border-bottom: 1px solid #a4a4a4;
            min-height: 170px; }
          #form_wrap table td.shiharai_td dl.card_dl dd {
            border-bottom: 1px solid #a4a4a4; }
            #form_wrap table td.shiharai_td dl.card_dl dd p {
              padding-top: 10px; }
            #form_wrap table td.shiharai_td dl.card_dl dd ul {
              padding: 0 0 10px 20px; }
          #form_wrap table td.shiharai_td dl.card_dl2 dt {
            min-height: 158px; }
          #form_wrap table td.shiharai_td dl.card_dl2 dd ul {
            padding: 30px 0 20px 20px; }
          #form_wrap table td.shiharai_td dl dt {
            background-color: #dddddd;
            display: table-cell;
            border-left: 1px solid #a4a4a4;
            border-right: 1px solid #a4a4a4;
            width: 130px;
            vertical-align: middle; }
          #form_wrap table td.shiharai_td dl dd {
            display: table-cell;
            padding-left: 10px; }
      #form_wrap table td input#kouza, #form_wrap table td input.name, #form_wrap table td input#mail, #form_wrap table td input#tel, #form_wrap table td input#address2, #form_wrap table td input#strt21, #form_wrap table td input#apart {
        width: 340px;
        padding: 8px 10px;
        border: 1px solid #cfcfcf; }
      #form_wrap table td input#apart {
        border: 1px solid #cfcfcf !important; }
      #form_wrap table td input#birthday {
        padding: 8px 10px;
        border: 1px solid #cfcfcf;
        width: 200px; }
      #form_wrap table td input#year {
        padding: 8px 10px;
        border: 1px solid #cfcfcf;
        width: 120px; }
      #form_wrap table td input#month, #form_wrap table td input#day {
        padding: 8px 10px;
        border: 1px solid #cfcfcf;
        width: 100px; }
      #form_wrap table td input#zip1, #form_wrap table td input#zip2 {
        padding: 8px 10px;
        border: 1px solid #cfcfcf; }
      #form_wrap table td input#kouza {
        pointer-events: none;
        border: none; }
      #form_wrap table td #address2 {
        padding: 8px 10px;
        border: 1px solid #cfcfcf; }
      #form_wrap table td span.slash {
        padding: 0 18px; }
  #form_wrap #policy_wrap {
    text-align: center;
    padding: 40px 0 35px 0;
    font-size: 16px; }
  #form_wrap .submit {
    background-color: #fe0000;
    display: block;
    margin: 0 auto 20px;
    padding: 1.5rem 0;
    color: #ffffff;
    border-radius: 40px;
    background-clip: padding-box;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    width: 357px;
    border: none; }
    #form_wrap .submit:hover {
    opacity:0.7;
    }
  #form_wrap .gray {
    color: #acacac; }
  #form_wrap ::-webkit-input-placeholder {
    color: #acacac;
    opacity: 1; }
  #form_wrap :-moz-placeholder {
    color: #acacac; }
  #form_wrap ::-moz-placeholder {
    color: #acacac;
    opacity: 1; }
  #form_wrap :-ms-input-placeholder {
    color: #acacac; }
  #form_wrap :placeholder-shown {
    color: #acacac; }
  #form_wrap .birth_wrap ::-webkit-input-placeholder {
    text-align: right; }
  #form_wrap .birth_wrap :-moz-placeholder {
    text-align: right; }
  #form_wrap .birth_wrap ::-moz-placeholder {
    text-align: right; }
  #form_wrap .birth_wrap :-ms-input-placeholder {
    text-align: right; }
  #form_wrap .birth_wrap :placeholder-shown {
    text-align: right; }
  #form_wrap #policy_in {
    padding: 10px;
    border: 2px solid #9f9fa0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    height: 260px;
    margin: 40px auto 0;
    font-size: 14px; }
    #form_wrap #policy_in dl {
      padding-bottom: 1em; }
      #form_wrap #policy_in dl dt {
        font-weight: bold;
        padding: 0 0 5px 0;
        margin: 0; }
      #form_wrap #policy_in dl dd {
        padding: 0;
        margin: 0; }
    #form_wrap #policy_in p {
      padding-bottom: 1em; }

.confirmation #flow {
  display: none; }
.confirmation #flow2 {
  text-align: center;
  padding: 98px 0 63px 0; }
  .confirmation #flow2 .pc {
    display: inline-block; }
  .confirmation #flow2 .sp {
    display: none; }
.confirmation #form_wrap {
  max-width: 721px;
  margin: 0 auto; }
  .confirmation #form_wrap p.hissu {
    display: none; }
  .confirmation #form_wrap table th {
    padding-left: 95px;
    width: 282px; }
  .confirmation #form_wrap table td.shiharai_td {
    height: auto; }
  .confirmation #form_wrap table td #shiharai_wrap {
    width: auto;
    background: none; }
  .confirmation #form_wrap table td #shiharai_syosai {
    display: none; }
  .confirmation #form_wrap table td.add_wrap {
    line-height: 2.5; }
  .confirmation #form_wrap table td.shiharai_td {
    padding: 0 0;
    padding-left: 10px; }
    .confirmation #form_wrap table td.shiharai_td dl {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%; }
      .confirmation #form_wrap table td.shiharai_td dl dt {
        background-color: #fff;
        display: block;
        border: none !important;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        min-height: auto; }
      .confirmation #form_wrap table td.shiharai_td dl dd {
        display: none; }
.confirmation #policy_wrap {
  display: none; }
.confirmation .back_btn {
  border: none;
  background-color: #fff;
  font-size: 16px; }
.confirmation #btn_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 65px; }

.send #flow3 {
  text-align: center;
  padding: 98px 0 63px 0; }
  .send #flow3 .pc {
    display: inline-block; }
  .send #flow3 .sp {
    display: none; }
.academy_send #send_txt,
.send #send_txt {
  text-align: center;
  padding: 0 15px 60px 15px; }
  .academy_send #send_txt h2 ,
  .send #send_txt h2 {
    font-size: 20px;
    font-weight: bold; }
  .academy_send #send_txt p,
  .send #send_txt p {
    line-height: 2; }
.academy_send #contact_tel .pc,
.send #contact_tel .pc{
	display:inline-block;
}

.academy_send #contact_tel,
.send #contact_tel {
  width: 480px;
  margin: 0 auto;
  background-color: #dcdddd;
  border: 1px solid #5c5553;
  text-align: center;
  padding: 30px 0 25px 0; }
  .academy_send #contact_tel p,
  .send #contact_tel p {
    font-size: 20px;
    margin: 0; }
    .academy_send #contact_tel p a,
    .send #contact_tel p a {
      color: #000; }
    .academy_send #contact_tel p.mini,
    .send #contact_tel p.mini {
      font-size: 12px;
      padding: 10px 0 0 0; }
.academy_send .top_back ,
.send .top_back {
  padding-top: 65px;
  padding-bottom: 100px; }
  .academy_send .top_back a ,
  .send .top_back a {
    background-color: #fe0000;
    display: block;
    margin: 0 auto 20px;
    padding: 1.5rem 0;
    color: #ffffff;
    border-radius: 40px;
    background-clip: padding-box;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    width: 357px;
    border: none; }

.form_error #flow {
  display: none; }
.form_error #flow4 {
  text-align: center;
  padding: 98px 0 63px 0;
  max-width: 721px;
  margin: 0 auto; }
  .form_error #flow4 .pc {
    display: inline-block; }
  .form_error #flow4 .sp {
    display: none; }
  .form_error #flow4 img {
    padding-bottom: 40px; }
  .form_error #flow4 p {
    color: #e50000;
    background-color: #eeefef;
    border: 2px solid #e50000;
    border-radius: 15px;
    width: 90%;
    font-size: 14px;
    padding: 12px 0;
    margin: 0 auto; }
.form_error .error_txt {
  border: 1px solid #e60012 !important; }
.form_error .address1_msg {
  color: #e60012;
  display: none;
  padding-left: 10px; }
.form_error .mw_wp_form .error {
  color: #e60012;
  display: inline;
  padding-left: 10px; }
.form_error .birth_wrap .birth_msg .error:nth-of-type(2),
.form_error .birth_wrap .birth_msg .error:nth-of-type(3) {
  display: none; }
.form_error .zip_wrap .zip_msg .error:nth-of-type(2) {
  display: none; }
.form_error #form_wrap table td .shiharai_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
.form_error #form_wrap table td .shiharai_msg02 {
  margin-left: auto; }

@media screen and (max-width: 1319px) {
  #wrapper {
    min-width: 100%; } }
@media screen and (max-width: 1023px) {
  .cmn_w {
    width: 100%; }

  .course-archive #course-list li .image {
    width: 50%; }
  .course-archive #course-list li .text {
    width: 50%;
    height: auto; }
  .course-archive #course-list li .text a {
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px #fff solid;
    color: #fff;
    position: relative;
    bottom: 0px;
    left: 0px;
    margin: 10px 0 48px 0; } }
@media screen and (max-width: 750px) {
  .tel {
    font-size: 14px;
    letter-spacing: 0; }

  #pankuzu {
    padding-left: 15px;
    padding-right: 15px; }

  .footer {
    font-size: 0.8rem; }
    .footer .footer_logo {
      float: none;
      text-align: center; }
    .footer .add {
      float: none;
      text-align: center;
      padding-left: 0px;
      padding-top: 5px; }
      .footer .add p {
        line-height: 1.25; }
      .footer .add ul {
        padding-top: 8px; }
        .footer .add ul li {
          padding: 5px 0px 5px 0; }
    .footer .copy {
      text-align: center;
      display: block;
      width: 100%;
      float: none;
      padding-top: 15px; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .nav li ul {
    display: none; }

  h2 {
    font-size: 1.4rem; }

  .registration__title {
    font-size: 19px;
    padding: 15px 0 25px; }

  /* top
  -----------------------------------------------------------*/
  .faq__list .faq__item.q {
    margin-bottom: 0rem; }
  .faq__list .faq__item.a {
    margin-bottom: 0rem; }

  /* cv
  -----------------------------------------------------------*/
  #cv {
    min-width: 0;
    padding: 37px 0 40px; }

  #cv p {
    margin: 5px 15px 20px;
    line-height: 1.5; }

  #cv a {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    border-width: 4px;
    font-size: 16px; }

  #cv a:after {
    font-size: 26px;
    right: 20px;
    top: 7px; }

  #cv a + a {
    margin-left: auto;
    margin-top: 10px; }

  /* fotnav
  -----------------------------------------------------------*/
  #fotnav {
    display: none; }

  /* footer
  -----------------------------------------------------------*/
  footer.footer-nav {
	display:block;
	background:#FF0000;
	height:14rem;
	}
footer.footer-nav .footer_logo {
    width:60%;
	margin:0 auto;
	}
footer ul.footer-nav__items{
list-style: none outside;
background:#FF0000;
width:80%;
margin:10px auto;
}
footer ul.footer-nav__items li{
float: left;
text-align: left;
font-size:0.8rem;
font-weight:bold;
width: 50%;
padding:10px 0;
}
footer ul.footer-nav__items li a:link,footer ul.footer-nav__items li a:visited{
	color:#FFFFFF;
}
	div.footer{
		display:block;
		background:#FFFFFF;
		color:#000000;
	}
	div.footer .tel a:link,div.footer .tel a:visited{
		color:#000000;
		font-size:0.8rem;
	}
.footer .add {
	font-size:0.7rem;
	margin: 0 0 40px;
}
    .footer .add ul {
      padding-top: 8px; }
      .footer .add ul li {
        display: inline-block;
        /*padding-right: 20px;*/ }
      .footer .add ul li.tel {
    background: url(../img/footer_tel.png) 0 center no-repeat;
    padding-left: 22px; }
        .footer .add ul li.mail {
    background: url(../img/footer_mail.png) 0 center no-repeat;
    padding-left: 22px; }
        .footer .add ul li.pc {
          background: url(../img/icon_pc.png) 0 center no-repeat;
          padding-left: 20px; }
  .footer .copy {
    font-size:0.7rem;
    font-family: 'Roboto Condensed', sans-serif;
    /*float: right;
    padding-top: 32px;*/ }

  #pagetop {
    width: 31px;
    height: 31px;
    line-height: 31px;
    top: -40px;
    right: 8px; }

  .subscription__block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

  .subscription__block.line a {
    color: #fff;
    pointer-events: auto; }

  .subscription__icon {
    width: 55px;
    margin: 0; }

  .subscription__inner {
    width: 100%;
    padding-left: 10px;
    text-align: left; }
    .subscription__inner .subscription__sub-title,
    .subscription__inner .subscription__title {
      text-align: left; }

  .line-friend p {
    font-size: 0.8rem; }

  .mail-magazine__form {
    justify-content: left; }

  .mail-magazine__email {
    width: 100%; }

  .entry__image {
    height: 120px; 
    height: calc((((100vw - 20px) / 2) - 1vw) * 0.535);
  }

  .whats-new__entry {
    display: inline-block;
    width: 49%;
    /*margin-right:1%;*/
    margin-bottom: 10px;
    vertical-align: top; }

  .course-archive .sp {
    padding: 0; }
    .course-archive .sp ul li {
      list-style: none; }

  #course-header {
    background-size: auto 100%; }

  /*
  .about .mv-header{
  	background-image:url(../images/about/header.jpg);
  	background-size:auto 100%;
  	background-repeat:no-repeat;
  }
  .philosophy .mv-header{background-image:url(../images/philosophy/header.jpg);
  	background-size:auto 100%;
  	background-repeat:no-repeat;
  }
  */
  .voice-single .mv-header {
    background-image: url(../images/voice/header.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat; }

  .about .mv-header {
    background-size: auto 100%;
    background-position: center center; }

  .seminar-archive .mv-header {
    background-size: auto 100%;
    background-position: center center; }

  .seminar-single .mv-header {
    background-size: auto 100%;
    background-position: center center; }

  .column-archive .mv-header {
    background-size: auto 100%;
    background-position: center center; }

  .column-single .mv-header {
    background-size: auto 100%;
    background-position: center center; }

  .contact .mv-header {
    background-image: url(../images/contact/header.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat; }

  .confirm .mv-header {
    background-image: url(../images/contact/header.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat; }

  .thanks .mv-header {
    background-image: url(../images/contact/header.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat; }

  .entry .mv-header {
    background-image: url(../images/entry/header.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat; }

  .mail-line .mv-header {
    background-image: url(../images/mail-line/header.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat; }

  /* course
  -----------------------------------------------------------*/
  .mv-header h1 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 200px;
    vertical-align: middle;
    padding: 0 0;
    height: 200px; }

  .course-archive #course-list {
    position: relative;
    padding: 0; }
    .course-archive #course-list:after {
      display: block;
      content: "";
      width: 100%;
      height: calc(100% - 200px);
      background: url(../images/common/stripe_bg.png) left top repeat;
      position: absolute;
      left: 0;
      top: 80px;
      z-index: -1; }
    .course-archive #course-list ul {
      list-style: none;
      padding-bottom: 200px; }
    .course-archive #course-list li .image {
      float: none;
      width: 100%;
      height: 440px;
      background-image: url(../images/course/course-archive2.jpg);
      background-position: center center;
      background-size: cover;
      display: block; }
      .course-archive #course-list li .image.pc {
        display: none; }
      .course-archive #course-list li .image.sp {
        display: block; }
    .course-archive #course-list li .text {
      float: none;
      width: 100%;
      height: auto;
      padding: 28px 20px;
      background: #d70051;
      color: #fff;
      position: relative;
      display: block; }
    .course-archive #course-list li .text h3 {
      margin-bottom: 15px;
      padding-left: 12px;
      font-size: 16px;
      border-left: 3px #fff solid; }
    .course-archive #course-list li .text h3 span {
      display: block;
      font-size: 10px; }
    .course-archive #course-list li .text p {
      font-size: 12px;
      line-height: 2; }
    .course-archive #course-list li .text a {
      display: inline-block;
      font-weight: bold;
      border-bottom: 1px #fff solid;
      color: #fff;
      position: relative;
      bottom: 0px;
      left: 0px;
      margin: 20px 0 24px 0; }
    .course-archive #course-list li .text a ins {
      display: inline-block;
      margin-left: 10px;
      text-decoration: none;
      transform: scale(0.7, 1); }

  /* course_detail */
  #re-header {
    padding: 35px 0;
    margin-bottom: 35px; }
    #re-header > div {
      border: 2px solid #fefefe;
      color: #fefefe;
      width: 90%;
      margin: 0 auto;
      text-align: center;
      padding: 15px 10px; }
      #re-header > div h1 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px; }
      #re-header > div p {
        font-size: 10px;
        line-height: 1.8; }

  .course-single #pankuzu {
    display: none; }

  .course-single section {
    max-width: 100%; }

  /* goal */
  .course-single #goal {
    padding: 100px 0 64px 0;
    background: url(../images/course/goal_bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #d1d1d1 inset; }

  .course-single #goal ul {
    margin: 0 auto;
    width: 94%; }

  .course-single #goal li {
    width: 100%;
    height: auto;
    padding: 60px 20px 20px;
    background: #fff;
    position: relative; }

  .course-single #goal li:first-child {
    margin-bottom: 70px; }

  .course-single #goal li + li {
    margin-left: 0px; }

  .course-single #goal li:before {
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #fe0000;
    background-image: url(../images/course/goal1.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%); }

  .course-single #goal li + li:before {
    background-image: url(../images/course/goal2.png); }

  .course-single #goal li h3 {
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: none; }

  .course-single #goal li div {
    color: #666;
    line-height: 1.8;
    text-align: left; }

  /* curriculum */
  .course-single #curriculum {
    padding: 70px 15px 0 15px; }
    .course-single #curriculum .txt {
      font-size: 14px;
      padding-bottom: 15px; }

  /* course */
  .course-single #course p {
    text-align: center; }

  .course-single #course .teacher {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto; }
    .course-single #course .teacher .photo {
      display: table-cell;
      width: 35%;
      vertical-align: top;
      position: relative;
      background-position: center 0; }
    .course-single #course .teacher .txt {
      display: table-cell;
      width: 65%;
      vertical-align: top; }
  .course-single #course .teacher .photo:after {
    display: block;
    content: "";
    width: 22px;
    height: 25px;
    background: url(../images/common/slogo.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px; }
  .course-single #course .teacher .txt {
    padding: 12px 15px;
    color: #fff; }
    .course-single #course .teacher .txt h4 {
      font-size: 14px;
      border-bottom: 2px solid #fff;
      text-align: center;
      margin-bottom: 10px; }
      .course-single #course .teacher .txt h4 span {
        font-size: 12px;
        font-weight: normal;
        padding-left: 20px; }
    .course-single #course .teacher .txt p {
      margin-top: 10px;
      font-size: 10px;
      line-height: 1.8; }
  .course-single #course #msg {
    margin-top: 25px; }
    .course-single #course #msg p {
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      border: 1px solid #221814;
      padding: 15px 22px; }
  .course-single #date {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px; }
    .course-single #date .img {
      display: table-cell;
      vertical-align: middle; }
    .course-single #date .txt {
      display: table-cell;
      font-size: 20px;
      font-weight: bold;
      vertical-align: middle;
      padding-left: 30px; }
  .course-single #reasobn .txtcenter {
    text-align: center; }
  .course-single #reasobn dl {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0; }
    .course-single #reasobn dl dt {
      font-size: 40px;
      border-bottom: 4px solid #fff;
      display: table-cell;
      vertical-align: top;
      line-height: 1; }
    .course-single #reasobn dl dd {
      font-size: 16px;
      font-weight: bold;
      display: table-cell;
      vertical-align: top;
      padding-left: 28px; }
      .course-single #reasobn dl dd span {
        display: block;
        font-size: 8px;
        font-weight: normal;
        line-height: 1.2;
        color: #221814; }
      .course-single #reasobn dl dd br {
        display: none; }
  .course-single #appli {
    padding: 60px 0 60px 0;
    text-align: center; }
    .course-single #appli p {
      padding-bottom: 1.5em;
      text-align: center; }

  .form #contents,
  .confirmation #contents,
  .form_error #contents,
  .send #contents,
  .academy_send #contents {
    padding-top: 30px; }
  .form .mv-header h1,
  .confirmation .mv-header h1,
  .form_error .mv-header h1,
  .academy_send .mv-header h1,
  .send .mv-header h1 {
    height: 140px;
    line-height: 140px; }

  #form_wrap {
    width: 100%;
    padding: 0 15px; }
    #form_wrap #flow {
      padding: 0px 15px 30px 15px; }
      #form_wrap #flow .pc {
        display: none; }
      #form_wrap #flow .sp {
        display: inline-block; }
    #form_wrap p.hissu {
      font-size: 12px; }
    #form_wrap table {
      width: 100%;
      table-layout: fixed; }
      #form_wrap table th {
        font-size: 14px;
        padding: 27px 10px 8px 10px;
        width: 100%;
        border-bottom: none;
        display: block; }
      #form_wrap table td {
        display: block;
        font-size: 14px;
        padding: 0px 0 27px 0;
        border-top: none !important;
        border-right: none !important;
        border-bottom: 1px solid #b8b8b8;
        border-left: none !important; }
        #form_wrap table td .haihun {
          padding: 0 10px; }
        #form_wrap table td.sex_wrap .mwform-radio-field-text {
          padding-right: 50px; }
        #form_wrap table td.add_wrap #address2,
        #form_wrap table td.add_wrap #strt21,
        #form_wrap table td.add_wrap #apart {
          margin-top: 34px; }
        #form_wrap table td.shiharai_td {
          padding: 0 0; }
          #form_wrap table td.shiharai_td dl {
            margin: 0;
            padding: 0;
            display: block;
            width: 100%; }
            #form_wrap table td.shiharai_td dl.card_dl dt {
              border-top: 1px solid #a4a4a4;
              min-height: auto; }
            #form_wrap table td.shiharai_td dl.card_dl dd {
              border-bottom: 1px solid #a4a4a4; }
              #form_wrap table td.shiharai_td dl.card_dl dd p {
                padding-top: 10px; }
              #form_wrap table td.shiharai_td dl.card_dl dd ul {
                padding: 0 0 20px 0; }
            #form_wrap table td.shiharai_td dl.card_dl2 dt {
              min-height: auto;
              border-bottom: 1px solid #a4a4a4;
              border-top: 1px solid #a4a4a4; }
            #form_wrap table td.shiharai_td dl.card_dl2 dd ul {
              padding: 30px 0 20px 0; }
            #form_wrap table td.shiharai_td dl dt {
              background-color: #dddddd;
              display: block;
              border-left: 1px solid #a4a4a4;
              border-right: 1px solid #a4a4a4;
              width: 100%;
              vertical-align: middle;
              padding: 20px 10px 20px 10px; }
            #form_wrap table td.shiharai_td dl dd {
              display: block;
              padding-left: 0px;
              width: 100%;
              margin: 0; }
        #form_wrap table td input#kouza, #form_wrap table td input.name, #form_wrap table td input#mail, #form_wrap table td input#tel, #form_wrap table td input#address2, #form_wrap table td input#strt21, #form_wrap table td input#apart {
          width: 85%;
          padding: 8px 10px;
          border: 1px solid #cfcfcf; }
        #form_wrap table td input#birthday {
          width: 60%;
          padding: 8px 10px;
          border: 1px solid #cfcfcf; }
        #form_wrap table td input#year {
          padding: 8px 10px;
          border: 1px solid #cfcfcf;
          width: 60px; }
        #form_wrap table td input#month, #form_wrap table td input#day {
          padding: 8px 10px;
          border: 1px solid #cfcfcf;
          width: 50px; }
        #form_wrap table td input#zip1, #form_wrap table td input#zip2 {
          padding: 8px 10px;
          border: 1px solid #cfcfcf;
          width: 30%; }
        #form_wrap table td input#kouza {
          pointer-events: none;
          border: none; }
        #form_wrap table td span.slash {
          padding: 0 5px; }
    #form_wrap #policy_wrap {
      text-align: center;
      padding: 40px 0 35px 0;
      font-size: 16px; }
    #form_wrap .submit {
      background-color: #fe0000;
      display: block;
      margin: 0 auto 20px;
      padding: 1.5rem 0;
      color: #ffffff;
      border-radius: 40px;
      background-clip: padding-box;
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      width: 357px;
      border: none; }

  .confirmation #flow2 {
    padding: 0px 15px 30px 15px; }
    .confirmation #flow2 .pc {
      display: none; }
    .confirmation #flow2 .sp {
      display: inline-block; }
  .confirmation #form_wrap {
    width: 100%;
    margin: 0 auto; }
    .confirmation #form_wrap p.hissu {
      display: none; }
    .confirmation #form_wrap table th {
      padding-left: 10px;
      width: 100%; }
    .confirmation #form_wrap table td {
      padding-left: 10px; }
      .confirmation #form_wrap table td.shiharai_td {
        height: auto; }
      .confirmation #form_wrap table td #shiharai_wrap {
        width: auto;
        background: none; }
      .confirmation #form_wrap table td #shiharai_syosai {
        display: none; }
      .confirmation #form_wrap table td.add_wrap {
        line-height: 2.5; }
  .confirmation #policy_wrap {
    display: none; }
  .confirmation .back_btn {
    border: none;
    background-color: #fff;
    font-size: 16px; }
  .confirmation #btn_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 65px; }

  .send #flow3 {
    padding: 0px 15px 30px 15px; }
    .send #flow3 .pc {
      display: none; }
    .send #flow3 .sp {
      display: inline-block; }
  .academy_send #send_txt,
  .send #send_txt {
    text-align: center;
    padding-bottom: 60px; }
    .academy_send #send_txt h2,
    .send #send_txt h2 {
      font-size: 20px;
      font-weight: bold; }
    .academy_send #send_txt p,
    .send #send_txt p {
      line-height: 2; }
.academy_send #contact_tel .pc,
.send #contact_tel .pc{
	display:none;
}
  .academy_send #contact_tel,
  .send #contact_tel {
    width: 80%;
    margin: 0 auto;
    background-color: #dcdddd;
    border: 1px solid #5c5553;
    text-align: center;
    padding: 30px 0 25px 0; }
    .academy_send #contact_tel p,
    .send #contact_tel p {
      font-size: 20px;
      margin: 0; }
      .academy_send #contact_tel p a,
      .send #contact_tel p a {
        color: #000; }
      .academy_send #contact_tel p.mini,
      .send #contact_tel p.mini {
        font-size: 12px;
        padding: 10px 0 0 0; }
  .academy_send .top_back,
  .send .top_back {
    padding-top: 65px;
    padding-bottom: 100px; }
    .academy_send .top_back a,
    .send .top_back a {
      background-color: #fe0000;
      display: block;
      margin: 0 auto 20px;
      padding: 1.5rem 0;
      color: #ffffff;
      border-radius: 40px;
      background-clip: padding-box;
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      width: 357px;
      border: none; }

  .form_error #flow4 {
    padding: 0px 15px 30px 15px;
    width: 100%; }
    .form_error #flow4 .pc {
      display: none; }
    .form_error #flow4 .sp {
      display: inline-block; }
    .form_error #flow4 img {
      padding-bottom: 40px; }
    .form_error #flow4 p {
      color: #e50000;
      background-color: #eeefef;
      border: 2px solid #e50000;
      border-radius: 15px;
      width: 90%;
      font-size: 14px;
      padding: 12px 0;
      margin: 0 auto; }
  .form_error .error_txt {
    border: 1px solid #e60012 !important; }
  .form_error .address1_msg {
    color: #e60012;
    display: none;
    padding-left: 10px; }
  .form_error .mw_wp_form .error {
    display: block;
    padding-left: 0px; }
  .form_error .birth_wrap .birth_msg .error:nth-of-type(2),
  .form_error .birth_wrap .birth_msg .error:nth-of-type(3) {
    display: none; }
  .form_error .zip_wrap .zip_msg .error:nth-of-type(2) {
    display: none; }
  .form_error #form_wrap table td .shiharai_flex {
    display: -webkit-flex;
    display: block; }
  .form_error #form_wrap table td .shiharai_msg02 {
    margin-left: 0;
    padding-bottom: 10px; } }

/* sidebar */
.single-wrap {
  display: flex; }
.single-left {
  width: 75%; }
.single-right {
  width: 25%;
  padding-left: 30px;
  list-style-type: none; }
#sidebar li {
  margin-bottom: 10px; }
.widgettitle {
  font-size: 1.5rem;
  margin-top: 30px; }
.wpp-list li {
  overflow: inherit;
  list-style-type: none;
  font-size: 12px;
  padding:10px 0;
  margin-bottom:10px; }
.wpp-list li img {
  margin: 2px 0px 2px 0; }
@media (max-width: 750px) {
  .wpp-no-data {
    text-align: center; }
}
/* search bar */
.widget_search form {
  margin-left: 24px; }
.widget_search input {
  padding: 5px; }
.widget_search input[type="submit"], input[type="button"] {
  background: #f4f4f4; }
.widget_search input[type="submit"], input[type="button"]:hover {
  cursor: pointer; }
.screen-reader-text {
  display: none; }
.rpwe-thumb.rpwe-default-thumb,
.wpp-thumbnail.wpp_def_noPath {
  width: 175px;
  height: 100px; }
.rpwe-block h3 {
  max-width: 175px;
  margin-right: auto;
  margin-left: auto;
}
.wpp-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpp-post-title {
  max-width: 175px;
}
@media (max-width: 750px) {
  .single-wrap {
    display: inherit; }
  .single-right {
    width: 100%;
    padding-left: 0; }
  .single-left {
    width: 100%; }
  .widgettitle {
    clear: both; }
  .seminar-single #contents li, .column-single #contents li {
    margin-left: 0; }
  .rpwe-li.rpwe-clearfix {
    width: 50%;
    float: left; }
  .rpwe-block h3 {
    height: 55px; }
  .wpp-list li {
    width: 50%;
    padding: 5px;
    float: left;
    clear: none; }
  .wpp-post-title {
    height: 55px; }
  .searchform {
    text-align: center; }
  .characteristics__items__new {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    list-style-type: none; 
  }
  .characteristics__items__new li {
    width: 33.333%;
    list-style-type: none; 
  }
}

/* yarpp */
.yarpp-thumbnails-horizontal {
  display: flex; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: 95%;
  font-size: 0.8rem !important; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  flex-grow: 1; }
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
  width: 95%;
  text-align: center; }
.yarpp-related h3 {
  text-align: center; }
@media (max-width: 750px) {
  .yarpp-thumbnails-horizontal {
    display: inherit;
    text-align: center;
  }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 45%;
  }
  .yarpp-related h3 {
    text-align: center;
  }
}

/* search results */
.search-results .cmn_w.mv-header{
  display: none; }
.search-results h1 {
  margin: 50px 0 20px 0; }
.search-results h3 {
  margin-bottom: 8px; }
.result-con {
  padding: 15px 0; }
@media (max-width: 1024px) {
  .search-results h1 {
    font-size: 20px;
  }
}

/* 報道関係者さまへ form */
.wpcf7-form {
  margin: 50px auto 0 auto;
  max-width: 600px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  padding: 0 10px;
  width: 100%;
  border:solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.wpcf7-form input {
  height: 48px;
  line-height: 48px;
}
.wpcf7-form textarea {
  height: 240px;
  line-height: 24px;
}
.wpcf7-form input[type="submit"], input[type="button"] {
  width: 384px;
  height: 80px;
  line-height: 80px;
  background: #fe0000;
  color: #fff;
  font-size: 20px;
  border-radius: 80px;
  margin:0 auto;
}
.wpcf7-form input[type="submit"], input[type="button"]:hover {
  cursor: pointer;
}
.wpcf7-form p:last-of-type {
  text-align: center;
}
@media (max-width: 750px) {
  .wpcf7-form {
    margin: 30px auto 0 auto;
  }
  .wpcf7-form input {
    height: 30px;
    line-height: 30px;
  }
  .wpcf7-form textarea {
    height: 160px;
    line-height: 24px;
  }
  .wpcf7-form input[type="submit"], input[type="button"] {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
  }
}
/* overwrite */
.column-single .single-left h2 {
  text-align: left; }
/* 追従ボタン */
#application-btn {
  width: 100px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 25px;
  z-index: 999;
}
@media (max-width: 750px) {
  #application-btn {
    width: 80px;
  }
  .tel {
    margin-right: 10px;
  }
  .teacher__list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center */;
  }
  .teacher__item {
    /*width: 20%;*/
    width: 25%;
  }
  /*.main.top #list{padding:30px 15px 60px;}*/
	.main.top #list {
    padding: 30px 15px 0px;
    margin-bottom: 1.5rem;
}
  .main.top #list a{
    width:calc(50% - 10px);
    display:block;
    float:left;
  }
  .main.top #list a:after{
    top:8px;
    left:8px;
  }
  .main.top #list a+a{margin-left:20px}
  .main.top #list a:nth-child(3n+1){margin-left:20px;clear:none}
  .main.top #list a:nth-child(2n+1){margin-left:0;clear:both}
  .main.top #list a:nth-child(n+3){margin-top:20px}
  .main.top #list a .image{
    height:100px;
    background-size: cover;
    background-position: center;
  }
  .main.top #list a .text{
    padding:20px 10px;
    border:2px #eee solid;
  }
  .main.top #list a .title{
    padding:5px 0 10px;
  }
  .main.top #list a .content{
    line-height:1.5;
  }
  .main.top #list .registration__buttons{
    margin:40px 0 0 0;
  }
  .main.top #list .registration__buttons a{
    width:100%;
    margin-bottom:0;
  }

}

.all_seminar {
	text-align:center;
	margin-bottom:50px;
	font-size:20px;
}
.all_seminar span {
	font-size:30px;
}
.seminar_inner {
	display:flex;
	flex-flow: wrap;
}
.seminar_inner div.seminar_list_block {
	width:32%;
	margin-right: 2%;
	background:#fbfbfb;
	margin-bottom:20px;
}
.seminar_inner div.seminar_list_block:nth-child(3n) {
    margin-right: 0;
}
.seminar_inner div.seminar_list_block a {
	width:100% !important;
}
.seminar_inner div.seminar_list_block a:after {
	display:none !important;
}

.seminar_inner div.seminar_list_block div:first-child {
	display:flex;
	justify-content:space-between;
	padding-bottom:10px;
	background:#ffffff;
}

.seminar_inner div.seminar_list_block div:first-child p:first-child {
	width: 145px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	height:30px;
}
.seminar_inner div.seminar_list_block div:first-child p:last-child {
	font-weight:bold;
	line-height: 30px;
	height:30px;
}
.seminar_inner div.seminar_list_block div:first-child p.status_01 {
	color:#000;
}
.seminar_inner div.seminar_list_block div:first-child p.status_02 {
	color:#f00;
}
.seminar_inner div.seminar_list_block div:first-child p.status_03 {
	color:#f00;
}
.seminar_inner div.seminar_list_block div:first-child p.status_04 {
	color:#000;
}
.seminar_inner div.seminar_list_block .image {
	height:auto !important;
	border:solid 1px #ddd;
}

.seminar_inner div.seminar_list_block div:last-child {
	display:flex;
	flex-flow: wrap;
	justify-content:space-between;
	padding: 10px 0 10px !important;
}

.seminar_inner div.seminar_list_block div:last-child span:first-child {
   width:60%;
   padding-left:10px !important;
   font-size:18px;
}
.seminar_inner div.seminar_list_block div:last-child span:nth-child(2) {
   padding-right:10px !important;
   /* 【PG作成】施策No.13「セミナー名を小さくしてほしい」_20210419_start */
   /*    text-align:right; */
   /* 【PG作成】施策No.13「セミナー名を小さくしてほしい」_20210419_end */
}
.seminar_inner div.seminar_list_block div:last-child .title {
	font-size:20px;
	padding: 10px !important;
	width:100%;
}
.seminar_inner div.seminar_list_block div:last-child .content {
	font-size:12px;
	width:100%;
	padding:0 10px !important;
}


.seminar-archive #catlist {
	height:auto !important;
}
@media screen and (min-width: 751px){
.seminar-archive #catlist .inner div.seminarbox,
.seminar-archive #catlist .inner div.calendarbox{
	width: 1024px;
	margin: 0 auto;
	border:solid 4px #9d9d9d;
	background:#ffe9e8;
	padding:20px 20px 20px 20px;
	margin-bottom:30px;
}
.seminar-archive #catlist .inner div select {
	width:100% !important;
	background-color: #fff;
	font-size: 16px;
	padding-left: 10px;
	height: 40px;
}
.seminar-archive #catlist .inner div select option {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.seminar-archive #catlist span {
	font-size:18px;
	line-height: 30px;
	display:inline-block;
	width: 180px;
	margin-bottom: 5px;
}
.seminar-archive #catlist p {
	position: relative;
	display:inline-block;
	width: calc(60% - 200px)
}
.seminar-archive #catlist .inner div.seminarbox {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seminar-archive #catlist .inner div.seminarbox div {
	width: 48%;
}
.seminar-archive #catlist .inner div.seminarbox p {
	width: 100%;
}
/*.seminar-archive #catlist p:after {
	display: block;
	content: "▼";
	width: 30px;
	height: 30px;
	background: #aaa;
	color: #fff;
	text-align: center;
	border-radius: 0 5px 5px 0;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}*/
.seminar-archive #catlist select {
	width: auto !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 30px;
	border-radius: 5px;
	background-image: url(../img/select_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.seminar-archive #catlist {
	padding: 10px 0;
	height: auto !important;
	margin-bottom: 0;
}
}
@media (max-width: 750px) {
	.seminar_inner div.seminar_list_block {
		width:49%;
	}
	.seminar_inner div.seminar_list_block div:first-child p:first-child {
		width: 70px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 24px;
		height: 24px;
	}
	.seminar_inner div.seminar_list_block div:first-child p:last-child {
		font-size:14px;
	}
	.seminar_inner div.seminar_list_block:nth-child(3n) {
		margin-right: 2%;
	}
	.seminar_inner div.seminar_list_block:nth-child(2n) {
		margin-right: 0;
	}
	.seminar_inner div.seminar_list_block div:last-child span:first-child {
		width:100%;
		font-size: 4.6vw;
	}
	.seminar_inner div.seminar_list_block div:last-child span:nth-child(2) {
		width:100%;
     /* 【PG作成】施策No.13「セミナー名を小さくしてほしい」_20210419_start */
		font-size: 3.5vw;
     /* 【PG作成】施策No.13「セミナー名を小さくしてほしい」_20210419_end */
	}
	.seminar_inner div.seminar_list_block div:last-child .title {
		font-size:6vw;
	}
	section#pagenavi {
		min-width: 0;
		padding: 0 !important;
	}
	
	.seminar-archive #catlist {
		height:auto !important;
	}
	.seminar-archive #catlist .inner div.seminarbox,
	.seminar-archive #catlist .inner div.calendarbox{
		width: 90vw;
		margin: 0 auto;
	    border:solid 4px #9d9d9d;
	    background:#ffe9e8;
	    padding:20px;
	    margin-bottom:30px;
	}
	.seminar-archive #catlist .inner div select {
		width:100% !important;
		background-color:#fff;
	}
	.seminar-archive #catlist .inner div select option {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	.seminar-archive #catlist span {
		font-size:16px;
		padding-bottom:10px;
		display:inline-block;
	}
	.seminar-archive #catlist p {
		position: relative;
	}

	/*.seminar-archive #catlist p:after {
		display: block;
		content: "▼";
		width: 30px;
		height: 30px;
		background: #aaa;
		color: #fff;
		text-align: center;
		border-radius: 0 5px 5px 0;
		line-height: 30px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
    }*/
	.seminar-archive #catlist select {
		width: auto !important;
		-moz-appearance: none;
		-webkit-appearance: none;
		background-image: url(../img/select_bg.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right;
	}
	.seminar-archive #catlist .sp {
		margin: 0 5vw;
	}
	.seminar-archive #catlist .sp:last-child {
		top:40px;
	}
	.seminar-archive #catlist {
		padding: 10px 0;
		height: auto !important;
		margin-bottom: 0;
	}
	.seminar-archive .mv-header {
		background-size: cover !important;
	}
	.mv-header h1 {
		line-height: 100px;
		height: 100px;
	}
	
}

@media screen and (max-width: 750px){
    .sp{
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .sp-area-top .sp-area-tit{
        border-top: 9px solid #ef99b9;
        border-bottom: 9px solid #ef99b9;
        color: #d60050;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-top .sp-area-application {
        position: relative;
        display: inline-block;
        padding: 0 99px;
        font-size: 19px !important;
        font-weight: bold;
        color: #e72820;
        margin-bottom: 5px !important;
        padding-bottom: 0px !important;
    }

    .sp-area-top .sp-area-application:before, .sp-area-top .sp-area-application:after {
        content: '';
        position: absolute;
        top: 40%;
        display: inline-block;
        width: 92px;
        height: 2px;
        background-color: #e83220;
    }

    .sp-area-top .sp-area-application:before {
        left:0;
    }
    .sp-area-top .sp-area-application:after {
        right: 0;
    }
    .sp-area-top .sp-area-text{
        font-weight: bold !important;
        font-size: 15px !important;
        text-align: center !important;
        padding-bottom: 0px !important;
    }
    .sp-area-split{
        background-color: #d60050;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area{
        width: auto;
    }
    .sp-area-table-area .sp-area-table th,td {
        border: solid 2px #df3675;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }

    .sp-area-table {
        margin-bottom: 40px !important;
    }

}



.pc-area {
    border-right: 1px dotted #d70050;
    border-left: 1px dotted #d70050;
    padding-left: 15px;
    padding-right: 15px;
}
.pc-area-top, .pc-area-bottom{
    overflow: hidden;
}
.pc-area-left{
    float: left;
    width: 310px;
    height: auto;
}
.pc-area-center{
    float: left;
    width: 326px;
    height: auto;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px dotted #d70050;
}

.pc-area-top .pc-area-tit{
    border-top: 9px solid #ef99b9;
    border-bottom: 9px solid #ef99b9;
    color: #d60050;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 35px;
    padding: 15px 0;
    margin-bottom: 15px !important;
}


.pc-area-top .pc-area-application {
    position: relative;
    display: inline-block;
    padding: 0 125px;
    font-size: 19px !important;
    font-weight: bold;
    color: #e72820;
    margin-bottom: 5px !important;
}

.pc-area-top .pc-area-application:before, .pc-area .pc-area-application:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 115px;
    height: 2px;
    background-color: #e83220;
}

.pc-area-top .pc-area-application:before {
    left:0;
}
.pc-area-top .pc-area-application:after {
    right: 0;
}
.pc-area-top .pc-area-text{
    font-weight: bold !important;
    font-size: 15px !important;
    text-align: center !important;
}
.pc-area-split{
    background-color: #d60050;
    color: #fff;
    text-align: center !important;
    line-height: 35px;
    font-size: 20px !important;
    
}
.pc-area-table-area{
    width: 310px;
    float: left;
}

.split-center{
    border-left: 1px dotted #df3675;
    border-right: 1px dotted #df3675;
    margin-left: 15px;
    padding-left: 15px;
    width: 340px;
    margin-right: 15px;
    padding-right: 15px;
}
.pc-area-table-area .pc-area-table th,.pc-area-table-area .pc-area-table td {
    border: solid 2px #df3675;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1em;
    
}

.pc-area-table .pc-area-table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}


@media screen and (max-width: 750px){
    .sp{
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .sp-area-top .sp-area-tit{
        border-top: 9px solid #ef99b9;
        border-bottom: 9px solid #ef99b9;
        color: #d60050;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-top .sp-area-application {
        position: relative;
        display: inline-block;
        padding: 0 99px;
        font-size: 19px !important;
        font-weight: bold;
        color: #e72820;
        margin-bottom: 5px !important;
        padding-bottom: 0px !important;
    }

    .sp-area-top .sp-area-application:before, .sp-area-top .sp-area-application:after {
        content: '';
        position: absolute;
        top: 40%;
        display: inline-block;
        width: 92px;
        height: 2px;
        background-color: #e83220;
    }

    .sp-area-top .sp-area-application:before {
        left:0;
    }
    .sp-area-top .sp-area-application:after {
        right: 0;
    }
    .sp-area-top .sp-area-text{
        font-weight: bold !important;
        font-size: 15px !important;
        text-align: center !important;
        padding-bottom: 0px !important;
    }
    .sp-area-split{
        background-color: #d60050;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area{
        width: auto;
    }
    .sp-area-table-area .sp-area-table th,td {
        border: solid 2px #df3675;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }

    .sp-area-table {
        margin-bottom: 40px !important;
    }

}

#voice_in td{
    border: none;
}

.pc-area-fx {
    border-right: 1px dotted #23ac38;
    border-left: 1px dotted #23ac38;
    padding-left: 15px;
    padding-right: 15px;
}

.pc-area-top, .pc-area-bottom{
    overflow: hidden;
}
.pc-area-left{
    float: left;
    width: 310px;
    height: auto;
}
.pc-area-center{
    float: left;
    width: 326px;
    height: auto;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px dotted #d70050;
}

.pc-area-top .pc-area-tit-fx{
    border-top: 9px solid #a7deaf;
    border-bottom: 9px solid #a7deaf;
    color: #23ac38;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 35px;
    padding: 15px 0;
    margin-bottom: 15px !important;
}


.pc-area-top .pc-area-application {
    position: relative;
    display: inline-block;
    padding: 0 125px;
    font-size: 19px !important;
    font-weight: bold;
    color: #e72820;
    margin-bottom: 5px !important;
}

.pc-area-top .pc-area-application:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 115px;
    height: 2px;
    background-color: #e83220;
}
.pc-area-top .pc-area-application:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 115px;
    height: 2px;
    background-color: #e83220;
}
.pc-area-top .pc-area-application:before {
    left:0;
}
.pc-area-top .pc-area-application:after {
    right:0;
}
.pc-area-top .pc-area-text{
    font-weight: bold !important;
    font-size: 15px !important;
    text-align: center !important;
}
.pc-area-split-fx{
    background-color: #23ac38;
    color: #fff;
    text-align: center !important;
    line-height: 35px;
    font-size: 20px !important;
    
}
.pc-area-table-area-fx{
    width: 310px;
    float: left;
}

.split-center-fx{
    border-left: 1px dotted #23ac38;
    border-right: 1px dotted #23ac38;
    margin-left: 15px;
    padding-left: 15px;
    width: 340px;
    margin-right: 15px;
    padding-right: 15px;
}
.pc-area-table-area-fx .pc-area-table .th-fx,.td-fx {
    border: solid 2px #5ac16a;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1em;
    
}

.pc-area-table .pc-area-table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}

/* 物販講座 */
.pc-area-bp {
    border-right: 1px dotted #f39700;
    border-left: 1px dotted #f39700;
    padding-left: 15px;
    padding-right: 15px;
}

.pc-area-top .pc-area-tit-bp{
    border-top: 9px solid #f39700;
    border-bottom: 9px solid #f39700;
    color: #f39700;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 35px;
    padding: 15px 0;
    margin-bottom: 15px !important;
}

.pc-area-split-bp{
    background-color: #f39700;
    color: #fff;
    text-align: center !important;
    line-height: 35px;
    font-size: 20px !important;
    
}
.pc-area-table-area-bp{
    width: 310px;
    float: left;
}

.split-center-bp{
    border-left: 1px dotted #f39700;
    border-right: 1px dotted #f39700;
    margin-left: 15px;
    padding-left: 15px;
    width: 340px;
    margin-right: 15px;
    padding-right: 15px;
}
.pc-area-table-area-bp .pc-area-table .th-bp,.td-bp {
    border: solid 2px #f39700;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1em;
    
}
.pc-area-bp .pc-area-center {
    border-left: 1px dotted #f39700;
}
/* 不動産投資講座 */
.pc-area-re {
    border-right: 1px dotted #036eb8;
    border-left: 1px dotted #036eb8;
    padding-left: 15px;
    padding-right: 15px;
}

.pc-area-re .pc-area-left {
	width:100%;
}

.pc-area-re .box {
    display: flex;
    justify-content: space-around;
}
.pc-area-re .box div {
	margin: 0 auto; 
}

.pc-area-top .pc-area-tit-re{
    border-top: 9px solid #036eb8;
    border-bottom: 9px solid #036eb8;
    color: #036eb8;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 35px;
    padding: 15px 0;
    margin-bottom: 15px !important;
}

.pc-area-split-re{
    background-color: #036eb8;
    color: #fff;
    text-align: center !important;
    line-height: 35px;
    font-size: 20px !important;
    
}
.pc-area-table-area-re{
    width: 310px;
    float: left;
}

.split-center-re{
    border-left: 1px dotted #036eb8;
    border-right: 1px dotted #036eb8;
    margin-left: 15px;
    padding-left: 15px;
    width: 340px;
    margin-right: 15px;
    padding-right: 15px;
}
.pc-area-table-area-re .pc-area-table .th-re,.td-re {
    border: solid 2px #036eb8;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1em;
    
}
.pc-area-re .pc-area-center {
    border-left: 1px dotted #036eb8;
}
/* 仮想通貨講座 */
.pc-area-vc {
    border-right: 1px dotted #00a29a;
    border-left: 1px dotted #00a29a;
    padding-left: 15px;
    padding-right: 15px;
}
.pc-area-vc .pc-area-left {
	width:100%;
}

.pc-area-vc .box {
    display: flex;
    justify-content: space-around;
}
.pc-area-vc .box div {
	margin: 0 auto; 
}

.pc-area-top .pc-area-tit-vc{
    border-top: 9px solid #00a29a;
    border-bottom: 9px solid #00a29a;
    color: #00a29a;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 35px;
    padding: 15px 0;
    margin-bottom: 15px !important;
}

.pc-area-split-vc{
    background-color: #00a29a;
    color: #fff;
    text-align: center !important;
    line-height: 35px;
    font-size: 20px !important;
    
}
.pc-area-table-area-vc{
    width: 310px;
    float: left;
}

.split-center-vc{
    border-left: 1px dotted #00a29a;
    border-right: 1px dotted #00a29a;
    margin-left: 15px;
    padding-left: 15px;
    width: 340px;
    margin-right: 15px;
    padding-right: 15px;
}
.th-vc, .td-vc {
    border: solid 2px #00a29a;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1em;
    
}

.th-vc.row3 {
	text-align:center;
	vertical-align: middle !important;
    font-size: 17px;
    color: #fff;
    background: #00a29a;
}
.pc-area-vc .pc-area-center {
    border-left: 1px dotted #00a29a;
}
/* マネープラン */
.pc-area-mp {
    border-right: 1px dotted #920683;
    border-left: 1px dotted #920683;
    padding-left: 15px;
    padding-right: 15px;
}

.pc-area-mp .pc-area-left {
	width:100%;
}

.pc-area-mp .box {
    display: flex;
    justify-content: space-around;
}
.pc-area-mp .box div {
	margin: 0 auto; 
}

.pc-area-top .pc-area-tit-mp{
    border-top: 9px solid #920683;
    border-bottom: 9px solid #920683;
    color: #920683;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 35px;
    padding: 15px 0;
    margin-bottom: 15px !important;
}

.pc-area-split-mp{
    background-color: #920683;
    color: #fff;
    text-align: center !important;
    line-height: 35px;
    font-size: 20px !important;
    
}
.pc-area-table-area-mp{
    width: 310px;
    float: left;
}

.split-center-mp{
    border-left: 1px dotted #920683;
    border-right: 1px dotted #920683;
    margin-left: 15px;
    padding-left: 15px;
    width: 340px;
    margin-right: 15px;
    padding-right: 15px;
}
.pc-area-table-area-mp .pc-area-table .th-mp,.td-mp {
    border: solid 2px #920683;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1em;
    
}
.pc-area-mp .pc-area-center {
    border-left: 1px dotted #920683;
}
/* 輸入販売講座 */
.pc-area-cb {
    border-right: 1px dotted #ED7FAF;
    border-left: 1px dotted #ED7FAF;
    padding-left: 15px;
    padding-right: 15px;
}

.pc-area-top .pc-area-tit-cb{
    border-top: 9px solid #ED7FAF;
    border-bottom: 9px solid #ED7FAF;
    color: #ED7FAF;
    font-size: 40px !important;
    font-weight: bold;
    text-align: center !important;
    line-height: 35px;
    padding: 15px 0;
    margin-bottom: 15px !important;
}

.pc-area-split-cb{
    background-color: #ED7FAF;
    color: #fff;
    text-align: center !important;
    line-height: 35px;
    font-size: 20px !important;
    
}
.pc-area-table-area-cb{
    width: 310px;
    float: left;
}

.split-center-cb{
    border-left: 1px dotted #ED7FAF;
    border-right: 1px dotted #ED7FAF;
    margin-left: 15px;
    padding-left: 15px;
    width: 340px;
    margin-right: 15px;
    padding-right: 15px;
}
.pc-area-table-area-cb .pc-area-table .th-cb,.td-cb {
    border: solid 2px #ED7FAF;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1em;
    
}
.pc-area-cb .pc-area-center {
    border-left: 1px dotted #ED7FAF;
}


@media screen and (max-width: 750px){
    .sp{
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .sp-area-top .sp-area-tit-fx{
        border-top: 9px solid #bfdead;
        border-bottom: 9px solid #bfdead;
        color: #23ac38;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-top .sp-area-application {
        position: relative;
        display: inline-block;
        padding: 0 99px;
        font-size: 19px !important;
        font-weight: bold;
        color: #e72820;
        margin-bottom: 5px !important;
        padding-bottom: 0px !important;
    }

    .sp-area-top .sp-area-application:before, .sp-area-top .sp-area-application:after {
        content: '';
        position: absolute;
        top: 40%;
        display: inline-block;
        width: 92px;
        height: 2px;
        background-color: #e83220;
    }

    .sp-area-top .sp-area-application:before {
        left:0;
    }
    .sp-area-top .sp-area-application:after {
        right: 0;
    }
    .sp-area-top .sp-area-text{
        font-weight: bold !important;
        font-size: 15px !important;
        text-align: center !important;
        padding-bottom: 0px !important;
    }
    .sp-area-split-fx{
        background-color: #23ac38;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area{
        width: auto;
    }
    .sp-area-table-area .sp-area-table .th-fx,.td-fx {
        border: solid 2px #23ac38;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }

    .sp-area-table {
        margin-bottom: 40px !important;
    }
    
    /* 物販講座 */
    .sp-area-top .sp-area-tit-bp{
        border-top: 9px solid #f39700;
        border-bottom: 9px solid #f39700;
        color: #f39700;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-split-bp{
        background-color: #f39700;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area .sp-area-table .th-bp,.td-bp {
        border: solid 2px #f39700;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }
    /* 不動産投資講座 */
    .sp-area-top .sp-area-tit-re{
        border-top: 9px solid #036eb8;
        border-bottom: 9px solid #036eb8;
        color: #036eb8;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-split-re{
        background-color: #036eb8;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area .sp-area-table .th-re,.td-re {
        border: solid 2px #036eb8;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }
    /* 仮想通貨講座 */
    .sp-area-top .sp-area-tit-vc{
        border-top: 9px solid #00a29a;
        border-bottom: 9px solid #00a29a;
        color: #00a29a;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-split-vc{
        background-color: #00a29a;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area .sp-area-table .th-vc,.td-vc {
        border: solid 2px #00a29a;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }
    /* マネープラン */
    .sp-area-top .sp-area-tit-mp{
        border-top: 9px solid #920683;
        border-bottom: 9px solid #920683;
        color: #920683;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-split-mp{
        background-color: #920683;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area .sp-area-table .th-mp,.td-mp {
        border: solid 2px #920683;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }
    /* 輸入販売講座 */
    .sp-area-top .sp-area-tit-cb{
        border-top: 9px solid #ED7FAF;
        border-bottom: 9px solid #ED7FAF;
        color: #ED7FAF;
        font-size: 35px !important;
        font-weight: bold;
        text-align: center !important;
        line-height: 35px;
        padding: 15px 0;
        padding-bottom: 14px !important;
        margin-bottom: 15px !important;
    }
    .sp-area-split-cb{
        background-color: #ED7FAF;
        color: #fff;
        text-align: center !important;
        line-height: 35px;
        font-size: 20px !important;
        padding-bottom: 0px !important;
        font-weight: bold;

    }
    .sp-area-table-area .sp-area-table .th-cb,.td-cb {
        border: solid 2px #ED7FAF;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0.1em;

    }

}

#voice_in td{
    border: none;
}

@media (min-width: 769px) {
	.pc_none {
		display: none;
	}
	.menu {
    position: relative;
    width: 100%;
    height: 40px;
    max-width: 1024px;
    margin: 0 auto;
}
.menu > li.menu__quick__wrap {
  display: none;
}

.menu > li {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    list-style: none;
}

.menu > li > a {
    text-align: center;
    display: block;
    width: 100%;
    border-right: 1px solid #000;
    padding: 0 0.5rem;
	font-weight:bold;
    height: 24px;
    line-height: 24px;
	margin-top:8px;
}
.menu > li:last-child > a {
    border-right: none;
}
.menu > li:nth-child(6) > a { 
  border-right: none;
}
.menu > li a {
color: #000;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    background: #fff;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    /*width: 100%; 下にwidthがあるためコメントアウト*/
    padding: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 500px;
    border: 1px solid #f0f2f1;
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    /*width: calc((100% / 3) - 1px); 下にwidthがあるためコメントアウト*/
    border: none;
    list-style: none;
  	box-sizing:border-box;
    /*margin-bottom: 1px;
  	margin-right: 1px; 下に同じ要素があるためコメントアウト*/
  	color:#fff;
  	/*line-height:90px;*/
  	/*height:90px;*/
  	vertical-align:middle;
    width: calc((100% / 2) - 1px);
    margin-bottom: 0;
    margin-right: 0;
    text-align: center;
    border-bottom: 1px solid #a1a1a1;
    /*border-right: 1px solid #a1a1a1;*/
}
li.menu__mega ul.menu__second-level > li:nth-child(2n+1) {
  border-right: 1px solid #a1a1a1;
}
li.menu__mega ul.menu__second-level > li:nth-child(1) {
  border-top-left-radius: 10px;
}
li.menu__mega ul.menu__second-level > li:nth-child(2) {
  border-top-right-radius: 10px;
  border-right: 0;
}
/*li.menu__mega ul.menu__second-level > li:nth-child(15) {*/
li.menu__mega ul.menu__second-level > li.menu__mega__bl {
  border-bottom-left-radius: 10px;
  border-bottom: 0;
}
/*li.menu__mega ul.menu__second-level > li:nth-child(16) {*/
li.menu__mega ul.menu__second-level > li:.menu__mega__br {
  border-bottom-right-radius: 10px;
}
li.menu__mega ul.menu__second-level > li a {
	color:#fff;
  color: #727272;
	font-size:14px;
	display:block;
	letter-spacing: normal;
	/*padding:10px;*/
	/*height:90px;*/
	line-height:70px;
  line-height:40px;
	/*width:33.3%;*/
	vertical-align:top;
	position:relative;
	font-weight:bold;
}
li.menu__mega ul.menu__second-level > li a:hover {
  background-color: #dcdedd; }
li.menu__mega ul.menu__second-level > li:nth-child(1) a:hover {
  border-top-left-radius: 10px;
}
li.menu__mega ul.menu__second-level > li:nth-child(2) a:hover {
  border-top-right-radius: 10px;
}
li.menu__mega ul.menu__second-level > li:nth-child(15) a:hover {
  border-bottom-left-radius: 10px;
}
li.menu__mega ul.menu__second-level > li:nth-child(16) a:hover {
  border-bottom-right-radius: 10px;
}

li.menu__mega ul.menu__second-level > li a img {
	vertical-align:top;
	width: 70px;
    height: 70px;
    margin-right:5px;
}
li.menu__mega ul.menu__second-level > li a:after {
	/*position: relative; 下に同じ要素があるためコメントアウト*/
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	transform: rotate(45deg);
  display: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n) {
	margin-right: 0px;
}

.movie_explanation {
    text-align:left;
	margin-bottom:3rem;
}
.movie_explanation h1 {
	padding: 35px 0 30px;
    font-size: 32px;
	text-align:center;
}

/*} 謎の閉じカッコのためコメントアウト*/
@media (max-width: 768px) {
	.sp_none {
		display: none;
	}
	.menu {
	    width: 100%;
	    display: block;
	    position: static;
	    /*border-top: 1px solid #e50011;*/
	}
	.menu > li {
	    width: 100%;
	    border-bottom: 1px solid #e50011;
	}
  .menu > li:nth-child(1) {
      border-bottom: none;
  }
	
	.menu > li a {
	    display: block;
    	padding: 0.5rem;
		color: #000;
	}
	ul.menu__second-level {
    background: #fff;
    width: 90%;
    margin-left: 10%;
    display: block !important;
}
.menu__mega {
	position:relative;
}
.menu__mega:before {
  /*
	display: block;
	content: "";
	position: absolute;
	top:18px; 
	right:8px;
	margin:auto;
	width: 20px;
	height: 2px;
	background-color: #40180A;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
  */
}
.menu__mega:after {
  /*
	display: block;
	content: "";
	position: absolute;
	top: 18px; 
	right: 8px;
	margin: auto;
	width: 20px;
	height: 2px; 
	background-color: #40180A;
	transition: .3s;
  */
}
.menu__mega.active:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.menu__mega.active:after{
	background-color: transparent;
}
li.menu__mega a {
	display:inline-block;
}

li.menu__mega ul.menu__second-level {
    display:none;
}

li.menu__mega ul.menu__second-level li {
    float: left;
    width: calc((100% / 2) - 1px);
    border: none;
    list-style: none;
	box-sizing:border-box;
    /*margin-bottom: 1px;*/
	/*margin-right: 1px;*/
	/*color:#fff; 下に同じ要素があるためコメントアウト*/
	height:40px;
	vertical-align: middle;
    display: table;
  /*color: #727272; 下に同じ要素があるためコメントアウト*/
  color: #000;
  border-bottom: 1px solid #e50011;  
}
li.menu__mega ul.menu__second-level li:nth-child(2n) {  
	width: 50%;
	margin-right: 0px;
}
li.menu__mega ul.menu__second-level li:nth-child(1)
, li.menu__mega ul.menu__second-level li:nth-child(2) {
  border-top: 1px solid #e50011; 
}
li.menu__mega ul.menu__second-level li:nth-child(2n+1) {  
  border-right: 1px solid #e50011; 
}
li.menu__mega ul.menu__second-level li.menu__mega__bl, li.menu__mega ul.menu__second-level li.menu__mega__br {
  border-bottom: 0;
}
li.menu__mega ul.menu__second-level li a {
	/*color:#fff; 下に同じ要素があるためコメントアウト*/
	font-size:12px;
	display:table-cell;
	letter-spacing: normal;
	padding:5px 15px 5px 5px;
	line-height:1;
	height:40px;
	width:100%;
	vertical-align:middle;
	position:relative;
  /*color: #727272; 下に同じ要素があるためコメントアウト*/
  color: #000;
  text-align: left;
}
li.menu__mega ul.menu__second-level li a img {
	display:none;
}
li.menu__mega ul.menu__second-level li a:after {
	/*position: relative; 下に同じ要素があるためコメントアウト*/
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	transform: rotate(45deg);
}
li.menu__mega ul.menu__second-level::after {
  content: "";
  display: block;
  clear: both;
}

.menu__quick {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu__quick li {
  width: 33.33%;
  /*border: 1px solid #f00;*/
  margin: 0;
  padding: 0;
}

.menu__quick li a img {
  display: block;
  width: 100%;
  height: auto;
}




.movie_explanation {
    text-align:left;
	padding: 10px 4vw 0;
	margin-bottom:2rem;
}
.movie_explanation h1 {
	padding: 15px 0 15px;
    font-size: 28px;
	text-align:center;
}
.movie_box {
	padding: 0 4vw 0;
}
}
@media (max-width: 750px) {
  .movie_explanation {
      text-align:left;
  	padding: 10px 4vw 0;
  }
  .movie_explanation h1 {
  	padding: 15px 0 15px;
      font-size: 28px;
  	text-align:center;
  }
  .movie_box {
  	padding: 0 4vw 0;
  }
}



.movie_box div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie_box div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.banners__four ul {
  list-style-type: none ;
  margin-bottom: 20px;
  overflow: hidden;
}

.banners__four ul li {
  width: 247px;
  width: 24%;
  margin: 0 2px;
  float: left;
  text-align: center;
}

.banners__four ul li img {
  width: 100%;
  height: auto;
}

@media (max-width: 751px) {

  .banners__four ul li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }

}

footer.footer .tel a:link, footer.footer .tel a:visited {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    color:#FFF;
}