/*============================================================
  NLPマスター
============================================================*/

/*メインイメージ周り（NLPマスター）
------------------------------------------------------------*/

@media screen and (max-width: 480px) {
  .main {
    font-size: 1.7rem;
  }
}

.nlpmaster .main-img {
  margin: 0;
  width: 100%;
  height: 330px;
  background: url(../images/nlpmaster_main_img.jpg) repeat-x 0 0;
  background-size: cover;
}
.nlpmaster .main-front {
  max-width: 1000px;
  height: 330px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.nlpmaster .main-front img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .nlpmaster .main-img {
    margin: 0;
    height: 260px;
  }
  .nlpmaster .main-front {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }
  .nlpmaster .main-front img {
    width: 800px;
    top: 0;
    left: 50%;
    margin-left: -400px;
    -webkit-transform: translate(-0, -0);
    -moz-transform: translate(-0, -0);
    transform: translate(-0, -0);
  }
}

@media screen and (max-width: 480px) {
  .nlpmaster .main-img {
    margin: 0;
    height: 180px;
  }
  .nlpmaster .main-front {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .nlpmaster .main-front img {
    width: 560px;
    left: 50%;
    margin-left: -280px;
  }
}

/*リニューアルキャンペーン（NLPマスター）
------------------------------------------------------------*/

.nlpmaster .campaign-cation-area {
  margin: 0px auto;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  text-align: left;
  background: #fff3f3;
}
.nlpmaster .campaign-cation-area .campaign-box {
  margin: 50px 0 50px 0;
  padding: 20px 20px 20px 20px;
  border: 5px solid #ff8080;
  background: #fff3f3;
  text-align: center;
}
.nlpmaster .campaign-cation-area .campaign-box p {
  margin: 0 0 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: #e63737;
  line-height: 1.6;
}
.nlpmaster .campaign-cation-area .campaign-box p.supplement {
  margin: 10px 0 0 0;
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .nlpmaster .opening .question {
    margin: 20px 0 30px 0;
  }
  .nlpmaster .campaign-cation-area .campaign-box {
    padding: 15px;
  }
  .nlpmaster .campaign-cation-area .campaign-box p {
    margin: 0 0 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e63737;
    line-height: 1.6;
  }
  .nlpmaster .campaign-cation-area .campaign-box p.supplement {
    margin: 10px 0 0 0;
    font-size: 1.6rem;
  }
}

/*出だし（NLPマスター）
------------------------------------------------------------*/
.nlpmaster .opening {
  margin: 0px;
  padding: 50px 0px 50px 0px;
}
.nlpmaster .opening .start {
  margin: 0px auto;
  padding: 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .nlpmaster .opening .start {
    width: 89%;
  }
}
.nlpmaster .opening .question {
  margin: 30px 0 100px 0;
  padding: 0;
}
.nlpmaster .opening .question dl {
  padding: 30px 20px 20px 50px;
  border: 10px solid #eeeeee;
  line-height: 1.8em;
  font-size: 1.8rem;
  font-weight: bold;
}
.nlpmaster .opening .question dl dt {
  width: 60px;
  float: left;
  clear: both;
  color: #0f78e1;
}
.nlpmaster .opening .question dl dd {
  margin: 0 0 20px 60px;
  overflow: hidden;
  zoom: 1;
}

.nlpmaster .opening .maxim {
  width: 80%;
  height: auto;
  background: url("../images/bg_light_gold.png") repeat scroll 0 0;
  border: 1px solid #d5cab5;
  margin: 40px auto 80px;
  padding: 30px 20px 50px 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2), 0 0 40px rgba(100, 70, 0, 0.2) inset;
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2), 0 0 40px rgba(100, 70, 0, 0.2) inset;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2), 0 0 40px rgba(100, 70, 0, 0.2) inset;
}
.nlpmaster .opening .maxim .main-maxim {
  margin: 10px 0px 20px 40px;
  font-size: 3.4rem;
  font-weight: bold;
}
.nlpmaster .opening .maxim .sub-maxim {
  margin: 10px 0px 0px 60px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .nlpmaster .opening .question dl {
    padding: 20px 20px 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  .nlpmaster .opening {
    margin: 0px;
    padding: 20px 0px 20px 0px;
  }
  .nlpmaster .opening .question {
    margin: 20px 0 30px 0;
  }
  .nlpmaster .opening .question dl {
    padding: 20px 15px;
    font-size: 1.6rem;
    line-height: 1.6em;
  }
  .nlpmaster .opening .question dl dt {
    width: 45px;
  }
  .nlpmaster .opening .question dl dd {
    margin: 0 0 15px 50px;
  }
  .nlpmaster .opening .maxim {
    width: 100%;
    margin: 40px auto 50px;
    padding: 10px 10px 20px 10px;
  }
  .nlpmaster .opening .maxim .main-maxim {
    margin: 10px 0px 10px 0px;
    font-size: 2.6rem;
  }
  .nlpmaster .opening .maxim .sub-maxim {
    margin: 10px 0px 0px 10px;
    font-size: 1.6rem;
  }
}

/*冒頭 （NLPマスター）
------------------------------------------------------------*/
.nlpmaster .beginning {
  margin: 0;
  padding: 50px 0px 50px 0px;
  background-color: #f8f8f8;
}
.nlpmaster .beginning .summary {
  margin: 0px auto 60px;
  padding: 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlpmaster .beginning .summary ul {
  margin: 0 0 20px 40px;
  padding: 0;
}
.nlpmaster .beginning .summary ul li {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
  list-style: disc;
}
.nlpmaster .beginning .certificate-area {
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 60px 0px;
  background: url(../images/bg_gold.png) 0 0;
}
.nlpmaster .beginning .certificate {
  margin: 0px auto;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlpmaster .beginning .certificate .certificate-img {
  margin: 0 0 60px 0;
}
.nlpmaster .beginning .part {
  margin: 0px auto;
  padding: 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlpmaster .beginning .part .part-box {
  margin: 0 0 50px 0;
  padding: 20px 30px 20px 20px;
  max-width: 760px;
  width: 100%;
  text-align: left;
  background: #f5f9fe;
  border: 5px solid #cae1fe;
}
.nlpmaster .beginning .part .part-box ol {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: decimal;
}
.nlpmaster .beginning .part .part-box ol li {
  margin: 0px 0px 0px 40px;
  padding: 5px 0px 5px 5px;
  line-height: 1.6;
  text-align: left;
  color: #006699;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .nlpmaster .beginning {
    padding: 20px 0px 20px 0px;
  }
  .nlpmaster .beginning .summary {
    margin: 0px auto 30px;
    width: 89%;
  }
  .nlpmaster .beginning .part {
    padding: 30px 0 20px 0;
    width: 89%;
  }
  .nlpmaster .beginning .part .part-box {
    margin: 0 0 30px 0;
    padding: 10px 10px 10px 10px;
  }
  .nlpmaster .beginning .part .part-box ol li {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}

/*お客様の声 （NLPマスター）
------------------------------------------------------------*/
.nlpmaster .voice {
  margin: 0;
  padding: 50px 0px 50px 0px;
}
.nlpmaster .voicemovie-area {
  margin: 30px auto 30px;
  max-width: 900px;
  text-align: center;
}
.nlpmaster .voicemovie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.nlpmaster .voicemovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nlpmaster .voice-area {
  margin: 60px auto 0;
  padding: 20px;
  max-width: 900px;
  width: 94%;
  text-align: left;
  border: dotted 1px #cccccc;
  background: url(../images/bg_paper_fibers_50.png) 0 0;
  font-size: 1.6rem;
}
.nlpmaster .voice-area .voice-box {
  margin: 20px auto 20px;
  padding: 30px 40px 30px 50px;
  max-width: 860px;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgb(238, 238, 238);
  box-shadow: rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
  -webkit-box-shadow: rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
  -moz-box-shadow: rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}
.nlpmaster .voice-area .voice-box p.title {
  margin: 0 0 20px -10px;
  font-size: 2rem;
  color: #cc0000;
  font-weight: bold;
}
.nlpmaster .voice-area .voice-box p.name {
  margin: 0;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .nlpmaster .voice {
    padding: 20px 0px 20px 0px;
  }
  .nlpmaster .voice-area {
    margin: 30px auto 0;
    padding: 10px;
    width: 92%;
  }
  .nlpmaster .voice-area .voice-box {
    padding: 15px;
  }
  .nlpmaster .voice-area .voice-box p.title {
    margin: 0 0 20px 0px;
    font-size: 1.8rem;
    text-indent: -1rem;
  }
}

/*コース詳細（NLPマスター）
------------------------------------------------------------*/
.nlpmaster .detail {
  margin: 0;
  padding: 30px 0 0 0;
}
.nlpmaster .mastercontents-area {
  margin: 0 0 0 0;
  padding-top: 300px;
  height: 0;
  background: url(../images/nlpmaster_main_bg_mastercontents.jpg) 0 0 no-repeat;
  background-size: cover;
}
.nlpmaster .mastercontents {
  margin: -160px auto 0px;
  padding: 20px 0 30px 0;
  max-width: 900px;
  width: 94%;
  background: #ffffff;
  border: 1px solid #eee;
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}
.nlpmaster .mastercontents h3 {
  margin: 10px auto 30px;
  padding: 8px 0;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background-color: #0575c4;
  border-radius: 3px;
  width: 92%;
}
.nlpmaster .mastercontents .mastercontents-list1 {
  float: left;
  width: 43%;
  padding: 0 1% 0 0;
}
.nlpmaster .mastercontents .mastercontents-list2 {
  float: left;
  width: 55%;
  padding: 0 0 0 1%;
}
.nlpmaster .mastercontents ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.nlpmaster .mastercontents ul li {
  margin: 0px 0px 0px 50px;
  padding: 5px 0px 5px 15px;
  background: url(../images/icon_en_blue.gif) 0 15px no-repeat;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .nlpmaster .mastercontents {
    width: 92%;
  }
  .nlpmaster .detail {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .nlpmaster .mastercontents h3 {
    margin: 10px auto 20px;
    padding: 4px 0;
    font-size: 1.8rem;
  }
  .nlpmaster .mastercontents .mastercontents-list1 {
    width: 94%;
    padding: 0 0 0 0;
  }
  .nlpmaster .mastercontents .mastercontents-list2 {
    width: 94%;
    padding: 0 0 0 0;
  }
  .nlpmaster .mastercontents ul li {
    margin: 0px 0px 0px 20px;
    padding: 3px 0px 3px 15px;
  }
}

/*カリキュラム（NLPマスター）
------------------------------------------------------------*/
.nlpmaster .curriculum-area {
  margin: 0px 0px 30px 0px;
  padding: 100px 0px 0px 0px;
  clear: both;
}
.nlpmaster .curriculum {
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  border: solid 1px #ccc;
  max-width: 900px;
  width: 94%;
  text-align: left;
  border: 1px solid #eee;
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  border-radius: 4px;
  -moz-border-radius: 4px; /* FF */
  -webkit-border-radius: 4px; /* Webkit */
  behavior: url(PIE.htc); /* ie */
  position: relative;
  background: url(../images/bg_dots.gif) 0 0;
}
.nlpmaster .curriculum h3 {
  margin: 30px auto 30px;
  padding: 8px 0;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background-color: #0575c4;
  border-radius: 3px;
  width: 92%;
}
.nlpmaster table.curriculum-table {
  margin: 30px auto 30px;
  width: 86%;
  border-top: #cad9e7 solid 1px;
  border-right: #cad9e7 solid 1px;
  border-collapse: collapse;
}
.nlpmaster table.curriculum-table tbody th {
  background: #012b5f;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
.nlpmaster table.curriculum-table tbody th.day1-day2 {
  background: #176ab4;
}
.nlpmaster table.curriculum-table tbody th.day3-day6 {
  background: #104887;
}
.nlpmaster table.curriculum-table tbody tr:last-child th {
  background: #012b5f;
  border-bottom: #cad9e7 solid 1px;
}
.nlpmaster table.curriculum-table tbody td {
  background: #fff;
  padding: 15px 20px;
  border-left: #cad9e7 solid 1px;
  border-bottom: #cad9e7 solid 1px;
  vertical-align: middle;
  line-height: 1.5;
}
.nlpmaster table.curriculum-table tbody td.skyblue {
  background: #f5faff;
}

@media screen and (max-width: 480px) {
  .nlpmaster .curriculum {
    width: 92%;
  }
  .nlpmaster .curriculum-area {
    padding: 80px 0px 0px 0px;
  }
  .nlpmaster .curriculum h3 {
    margin: 30px auto 20px;
    padding: 4px 0;
    font-size: 1.8rem;
  }
  .nlpmaster table.curriculum-table {
    width: 90%;
  }
  .nlpmaster .curriculum ul {
    margin: 20px 10px 30px 20px;
    padding: 0px 0px 0px 0px;
  }
  .nlpmaster table.curriculum-table tbody th {
    padding: 10px 10px;
  }
  .nlpmaster table.curriculum-table tbody td {
    padding: 10px 10px;
  }
}

/*コース・受講・振替（NLPマスター）
------------------------------------------------------------*/
.nlpmaster .rule-area {
  margin: 60px 0px 30px 0px;
  padding: 60px 0px;
  background: #f8f8f8;
}
.nlpmaster .rule {
  margin: 0px auto;
  padding: 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
  border: 1px dotted #cccccc;
}

.nlpmaster .rule h3 {
  margin: 30px auto 30px;
  padding: 8px 0;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background-color: #0575c4;
  border-radius: 3px;
  width: 92%;
}

.nlpmaster .attend-rule-box {
  margin: 0 auto 60px;
  padding: 0 0 0 0;
  max-width: 800px;
  width: 94%;
  text-align: left;
}
.nlpmaster .attend-rule-box ul {
  margin: 40px 10px 50px 0px;
  padding: 0px 0px 0px 0px;
}
.nlpmaster .attend-rule-box ul li {
  margin: 0px 0px 15px 10px;
  padding: 0px 0px 0px 20px;
  background: url(../images/icon_en_blue.gif) 0 10px no-repeat;
  color: #006699;
  font-weight: bold;
  line-height: 1.5;
}

.nlpmaster .course-rule-box {
  margin: 0 auto 20px;
  padding: 0 0 0 0;
  max-width: 800px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .nlpmaster .attend-rule-box {
    margin: 0 auto 50px;
  }
  .nlpmaster .rule {
    width: 92%;
  }
  .nlpmaster .rule-area {
    margin: 30px 0px 30px 0px;
    padding: 10px 0px 10px 0px;
  }
  .nlpmaster .rule {
    padding: 0 0 0 0;
  }
  .nlpmaster .rule h3 {
    margin: 30px auto 20px;
    padding: 4px 0;
    font-size: 1.8rem;
  }
  .nlpmaster .attend-rule ul {
    margin: 30px 10px 40px 0px;
  }
  .nlpmaster .attend-rule ul li {
    margin: 0px 0px 15px 5px;
    padding: 0px 0px 0px 10px;
  }
}

/*締め（NLPマスター）
------------------------------------------------------------*/
.nlpmaster .closing {
  margin: 60px auto 0;
  padding: 0 0 30px 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlpmaster .closing .sign {
  margin: 50px 0px 0px 0px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .nlpmaster .closing img.sign {
    width: 70%;
    max-width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .nlpmaster .closing {
    padding: 0;
    width: 89%;
  }
  .nlpmaster .closing .sign {
    margin: 20px 0px 0px 0px;
  }
  .nlpmaster .closing img.sign {
    width: 80%;
  }
}

/*スケジュール（NLPマスター）
------------------------------------------------------------*/
.nlpmaster .schedule-table-area {
  margin: 0px auto 50px;
  padding: 30px 0 30px 0;
  max-width: 960px;
  width: 94%;
  text-align: left;
}
.nlpmaster table.schedule-table {
  width: 100%;
  /*
  border-right:#cad9e7 solid 1px;
  */
  border-right: #0575c4 solid 1px;
  border-collapse: collapse;
}
.nlpmaster table.schedule-table thead th {
  background: #0575c4;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 15px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  text-align: center;
}
.nlpmaster table.schedule-table thead th:last-child {
  border-right: #0575c4 solid 1px;
}
.nlpmaster table.schedule-table tbody th {
  color: #003366;
  background: #c8e6ff;
  padding: 20px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
  white-space: nowrap;
  line-height: 1.4;
}

.nlpmaster table.schedule-table tbody tr.na th,
.nlpmaster table.schedule-table tbody tr.os th,
.nlpmaster table.schedule-table tbody tr.fu th {
  border-top: #0575c4 groove 4px;
}

.nlpmaster table.schedule-table tbody tr:last-child th {
  border-bottom: #cad9e7 solid 1px;
}
.nlpmaster table.schedule-table tbody td {
  background: #fffffd;
  padding: 10px 25px 15px 25px;
  border-left: #0575c4 solid 1px;
  border-bottom: #0575c4 solid 1px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.5;
}
.nlpmaster table.schedule-table tbody tr.na td,
.nlpmaster table.schedule-table tbody tr.os td,
.nlpmaster table.schedule-table tbody tr.fu td {
  border-top: #0575c4 groove 4px;
}

.nlpmaster table.schedule-table .course-area {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 30px 0px;
  border-bottom: 3px solid #0575c4;
}
.nlpmaster table.schedule-table .course-area:last-child {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.nlpmaster table.schedule-table .course {
  padding: 15px 0 15px 0;
  border-bottom: 1px dotted #006699;
  position: relative;
}
.nlpmaster table.schedule-table .course-name {
  float: left;
  width: 78%;
  margin: 0 1% 0 1%;
  clear: both;
}
.nlpmaster table.schedule-table .course-name p {
  margin: 0 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #006699;
}
.nlpmaster table.schedule-table .course-name p.period {
  float: left;
  width: 21%;
  margin: 0 1% 0 0;
  border-right: 1px solid #0575c4;
}
.nlpmaster table.schedule-table .course-name p.ymd {
  float: left;
  width: 76%;
  margin: 0 0 0 2%;
}
.nlpmaster table.schedule-table .course-name .plus {
  font-size: 1.6rem;
}
.nlpmaster table.schedule-table .course-status {
  width: 19%;
  margin: 0 0 0 1%;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nlpmaster table.schedule-table .course-status i {
  margin-left: 0.5rem;
}
.nlpmaster table.schedule-table .course-status .icon {
  font-size: 1.7rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 8px 8px 8px 10px;
  color: #fff;
  border-radius: 30px;
  line-height: 1.2;
  width: 130px;
}
.nlpmaster table.schedule-table .course-status .start {
  background-color: #49b700;
}
.nlpmaster table.schedule-table .course-status .accept {
  background-color: #f74608;
}
.nlpmaster table.schedule-table .course-status .full {
  background-color: #c90909;
}
.nlpmaster table.schedule-table .course-status .last {
  background-color: #c90909;
}

.nlpmaster table.schedule-table .course-status .icon2 {
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px 8px 5px 10px;
  color: #fff;
  background-color: #cccccc;
  border-radius: 35px;
  line-height: 1.2;
}

.nlpmaster table.schedule-table .trainer-time {
  margin: 10px 0 10px 10px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4rem;
  clear: both;
}
.nlpmaster table.schedule-table .trainer-time p {
  margin-bottom: 0;
}
.nlpmaster table.schedule-table .day {
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 25px;
  font-size: 1.4rem;
  background-color: #f9f9f9;
}
.nlpmaster table.schedule-table ul.day01 {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 10px 0px;
  float: left;
}
.nlpmaster table.schedule-table ul.day01 li {
  line-height: 1.5;
}
.nlpmaster table.schedule-table ul.day02 {
  margin: 0px 0px 0px 50px;
  padding: 15px 0px 10px 0px;
  float: left;
}
.nlpmaster table.schedule-table ul.day02 li {
  line-height: 1.5;
}
.nlpmaster table.schedule-table ul.day02 li:last-child {
  text-indent: -1.4rem;
}
.nlpmaster table.schedule-table .course-apply {
  margin: 20px 0px 10px 0px;
  padding: 20px 10px 20px 10px;
  text-align: center;
  clear: both;
  background: #fffae0;
}
.nlpmaster table.schedule-table .course-apply .course-a {
  margin: 0 1% 0 0;
  width: 49%;
  float: left;
}
.nlpmaster table.schedule-table .course-apply .course-b {
  margin: 0 0 0 1%;
  width: 49%;
  float: right;
}

.nlpmaster table.schedule-table .apply-btn {
  width: 100%;
  max-width: 340px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 13px 15px 10px 15px;
  text-decoration: none;
  background: #d80000;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  margin: 0 0 4px 0;
  box-shadow: 2px 4px #733b3b;
  border-bottom: 1px solid #c64444;
  text-align: center;
}

.nlpmaster table.schedule-table .apply-btn:first-child {
  margin: 0 0 10px 0;
}

.nlpmaster table.schedule-table .close-btn {
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background: #bbbbbb;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  margin: 0 0 10px 0;
  text-align: center;
  width: 90%;
}
.nlpmaster table.schedule-table .close-btn:last-child {
  margin: 0 0 0px 0;
}

.nlpmaster table.schedule-table .apply-btn:first-child:hover {
  margin: 4px 0 6px 0;
  box-shadow: none;
}

.nlpmaster table.schedule-table .apply-btn:hover {
  margin: 4px 0 0 0;
  box-shadow: none;
}

.nlpmaster table.schedule-table .apply-btn:hover {
  margin: 4px 0 0px 0;
  box-shadow: none;
}
.nlpmaster table.schedule-table .sp-accordion input {
  display: none;
}
.nlpmaster table.schedule-table .sp-accordion label {
  display: none;
}

/* -- 以下はPCのアコーディオンのスタイル -- */
.nlpmaster table.schedule-table .sp-accordion label {
  font-size: 1.5rem;
  position: relative;
  display: block;
  padding: 7px 10px 7px 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  /* cursor: pointer; */
  background-color: #f1f1f1;
}

.nlpmaster table.schedule-table .sp-accordion div {
  position: relative;
  height: 0;
  overflow: hidden;
  /* box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset; */
  border: 1px solid #ddd;
  transition: height 0.2s ease-in-out;
}
.nlpmaster table.schedule-table .sp-accordion input:checked + label::after {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nlpmaster table.schedule-table .sp-accordion input:checked ~ div {
  height: 130px;
}
/* -- ここまでPCのアコーディオンのスタイル -- */

@media screen and (max-width: 800px) {
  /*  800px以下の場合に適用　日程が見れるようにネクサス10用　*/
  .nlpmaster table.schedule-table .day {
    padding: 0px 10px 0px 10px;
  }
  .nlpmaster table.schedule-table ul.day02 {
    margin: 0px 0px 0px 20px;
  }
}

@media screen and (max-width: 768px) {
  .nlpmaster table.schedule-table .course {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .nlpmaster table.schedule-table .course-status .icon {
    font-size: 1.5rem;
    padding: 5px 5px 5px 7px;
    width: 100%;
  }
  .nlpmaster table.schedule-table .day {
    font-size: 1.4rem;
  }
  .nlpmaster table.schedule-table ul.day01 {
    margin: 0;
    padding: 10px 5px 0px 20px;
    float: none;
  }
  .nlpmaster table.schedule-table ul.day02 {
    margin: 0;
    padding: 0px 5px 10px 20px;
    float: none;
  }
  .nlpmaster table.schedule-table .apply-btn {
    font-size: 1.5rem;
    padding: 10px 15px 8px 15px;
  }
  .nlpmaster table.schedule-table .close-btn {
    font-size: 1.5rem;
    padding: 10px 15px 8px 15px;
  }
  .nlpmaster table.schedule-table ul.day02 li:last-child {
    text-indent: -1.4rem;
  }
  .nlpmaster table.schedule-table .sp-accordion input:checked ~ div {
    height: 210px;
  }
}

@media screen and (max-width: 480px) {
  .nlpmaster table.schedule-table thead {
    display: none;
  }
  .nlpmaster table.schedule-table tbody th {
    display: block;
    background: #0575c4;
    color: #ffffff;
  }
  .nlpmaster table.schedule-table tbody tr.na th,
  .nlpmaster table.schedule-table tbody tr.os th,
  .nlpmaster table.schedule-table tbody tr.fu th {
    border-top: none;
  }
  .nlpmaster table.schedule-table tbody td {
    display: block;
    padding: 0px 10px 0px 10px;
  }
  .nlpmaster table.schedule-table tbody tr.na td,
  .nlpmaster table.schedule-table tbody tr.os td,
  .nlpmaster table.schedule-table tbody tr.fu td {
    border-top: none;
  }
  .nlpmaster table.schedule-table .course-area {
    margin: 0px 0px 10px 0px;
  }
  .nlpmaster table.schedule-table .course-name {
    width: 80%;
    margin: 0 1% 0 0;
  }
  .nlpmaster table.schedule-table .course-name p {
    font-size: 1.4rem;
    margin: 0 0 0 0;
  }
  .nlpmaster table.schedule-table .course-name i {
    font-size: 1.4rem;
    margin-left: 0;
    margin-right: 0;
  }
  .nlpmaster table.schedule-table .course-name p.period {
    float: none;
    width: 100%;
    margin: 0 0 0 -10px;
    border: none;
  }
  .nlpmaster table.schedule-table .course-name p.ymd {
    float: none;
    width: 100%;
    margin: 0 2% 0 1%;
  }
  .nlpmaster table.schedule-table .course-name i.nagoya {
    font-size: 1.4rem;
    margin-left: 0;
    margin-right: 0;
  }
  .nlpmaster table.schedule-table .course-name .place {
    display: none;
  }
  .nlpmaster table.schedule-table .course-status {
    width: 18%;
    margin: 0 0 0 1%;
  }
  .nlpmaster table.schedule-table .course-status i {
    display: none;
  }
  .nlpmaster table.schedule-table .course-status .icon {
    font-size: 1.3rem;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .nlpmaster table.schedule-table .course-status .icon2 {
    font-size: 1.4rem;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
  }

  .nlpmaster table.schedule-table .trainer-time {
    font-size: 1.3rem;
  }
  .nlpmaster table.schedule-table .day {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 1.4rem;
  }
  .nlpmaster table.schedule-table ul.day01 {
    margin: 0;
    padding: 10px 5px 0px 20px;
  }
  .nlpmaster table.schedule-table ul.day02 {
    margin: 0;
    padding: 0px 5px 10px 20px;
  }
  .nlpmaster table.schedule-table ul.day02 li:last-child {
    text-indent: -1.4rem;
  }
  .nlpmaster table.schedule-table .course-apply {
    margin: 15px 0px 0px 0px;
    padding: 10px 5px;
  }
  .nlpmaster table.schedule-table .course-apply .course-a {
    margin: 0 2% 0 0;
    width: 48%;
  }
  .nlpmaster table.schedule-table .course-apply .course-b {
    margin: 0 0 0 2%;
    width: 48%;
  }
  .nlpmaster table.schedule-table .apply-btn {
    font-size: 1.4rem;
    padding: 10px 5px 8px 5px;
  }
  .nlpmaster table.schedule-table .close-btn {
    font-size: 1.5rem;
    padding: 10px 5px 8px 5px;
  }

  .nlpmaster table.schedule-table .sp-accordion input {
    display: none;
  }
  .nlpmaster table.schedule-table .sp-accordion label {
    font-size: 1.4rem;
    position: relative;
    display: block;
    padding: 7px 10px 7px 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    /* cursor: pointer; */
    background-color: #f1f1f1;
  }

  .nlpmaster table.schedule-table .sp-accordion div {
    position: relative;
    height: 0;
    overflow: hidden;
    /* box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset; */
    border: 1px solid #ddd;
    transition: height 0.2s ease-in-out;
  }
  .nlpmaster table.schedule-table .sp-accordion input:checked + label::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nlpmaster table.schedule-table .sp-accordion input:checked ~ div {
    height: 200px;
  }
}

.nlpmaster .tabs-area {
  max-width: 960px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

@media screen and (max-width: 480px) {
  .nlpmaster .tabs-area {
    margin-bottom: 24px;
    width: 89%;
  }
}
.nlpmaster .tabs-area__container {
  padding-top: 12px;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
  background: #fff;
  border-bottom: 1px solid #cad9e7;
  border-left: 1px solid #cad9e7;
  border-right: 1px solid #cad9e7;
  margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
  .nlpmaster .tabs-area__container {
    padding: 15px;
  }
}
.nlpmaster .tabs-area__title {
  padding: 10px 15px;
  background: #012b5f;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .nlpmaster .tabs-area__title {
    font-size: 2rem !important;
  }
}
.nlpmaster .tabs-area__navi {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .nlpmaster .tabs-area__navi {
    margin-top: 12px;
  }
}
.nlpmaster .tabs-area__navi-title {
  color: #d02222;
  font-weight: bold;
}

.nlpmaster .tabs-area__navi-arrow {
  color: #d02222;
}

.nlpmaster .schedule-table-area {
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.nlpmaster .schedule-table-area .course-area {
  margin: 0px 0px 20px 0px;
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #e4e4e4;
  border-bottom: none;
  text-align: left;
}

.nlpmaster .schedule-table-area .course {
  padding: 10px 0 10px 0;
  border-bottom: none;
  position: relative;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course {
    padding: 10px 0 10px 0;
    border-bottom: none;
    position: relative;
  }
}
.nlpmaster .schedule-table-area .course-name {
  float: left;
  width: 89%;
  margin: 0 1% 0 10%;
  clear: both;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course-name {
    float: left;
    width: 80%;
    margin: 0 1% 0 0;
    clear: both;
  }
}
.nlpmaster .schedule-table-area .course-name p {
  margin: 0 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course-name p {
    font-size: 1.6rem;
  }
}
.nlpmaster .schedule-table-area .course-name p.period {
  float: left;
  margin: 0 1% 0 0;
  padding: 3px 15px 2px 15px;
  border: 1px solid #4175c1;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1252b1;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course-name p.period {
    float: none;
    padding: 3px 15px 2px 15px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.nlpmaster .schedule-table-area .course-name p.ymd {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course-name p.ymd {
    font-size: 1.5rem;
    margin: 0 0 0 0.5em;
    padding: 3px 10px 3px 0px;
    text-indent: -0.5em;
  }
}
.nlpmaster .schedule-table-area .course-name p.ymd .trainer-name {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
  display: inline-block;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course-name p.ymd .trainer-name {
    font-size: 1.4rem;
    margin: 10px 0 0 10px;
  }
}
.nlpmaster .schedule-table-area .day {
  margin: 10px 0px 10px 0px;
  padding: 20px 40px 20px 40px;
  font-size: 1.5rem;
  background-color: #f8f8f8;
  box-shadow: none;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .day {
    margin: 10px 0px 10px 0px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
}
.nlpmaster .schedule-table-area .day ul {
  margin: 0px 0px 0px 10px;
  padding: 15px 0px 10px 0px;
  width: 660px;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .day ul {
    padding: 15px 0px 10px 0px;
    width: 100%;
  }
}
.nlpmaster .schedule-table-area .day ul li {
  line-height: 1.5;
  margin: 5px 0;
  display: inline-block;
  width: 330px;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .day ul li {
    line-height: 1.5;
    margin: 5px 0;
    display: block;
    width: 100%;
  }
}
.nlpmaster .schedule-table-area .day ul li:last-child {
  text-indent: -1.4rem;
}

.nlpmaster .schedule-table-area .day ul li:nth-child(odd) {
  clear: both;
}

.nlpmaster .schedule-table-area .day ul li:nth-child(even) {
  float: right;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .day ul li:nth-child(even) {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .sp-accordion div {
    position: relative;
    height: 0;
    overflow: hidden;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1) inset;
    transition: height 0.2s ease-in-out;
  }
}
.nlpmaster .schedule-table-area .sp-accordion input {
  display: none;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .sp-accordion input:checked + label::after {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .sp-accordion input:checked ~ div {
    height: auto;
  }
}
.nlpmaster .schedule-table-area .sp-accordion label {
  display: none;
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .sp-accordion label {
    font-size: 1.4rem;
    position: relative;
    display: block;
    padding: 7px 10px 7px 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    background-color: #f1f1f1;
  }
}
@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .sp-accordion label::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    transform: rotate(135deg);
  }
}
.nlpmaster .schedule-table-area p.time {
  margin: 10px 0 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4rem;
  clear: both;
}

.nlpmaster .schedule-table-area p.hyper {
  margin: 10px 0 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.4rem;
}

.nlpmaster .schedule-table-area .course-status {
  width: 10%;
  margin: 0 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course-status {
    width: 65px;
    margin: 0 0 0 1%;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px) {
  .nlpmaster .schedule-table-area .course-status i {
    display: none;
  }
}
.nlpmaster .schedule-table-area .course-status .icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  width: 65px;
  height: 65px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.nlpmaster .schedule-table-area .course-status .start {
  background-color: #49b700;
}

.nlpmaster .schedule-table-area .course-status .accept {
  background-color: #f74608;
}

.nlpmaster .schedule-table-area .course-status .full {
  background-color: #c90909;
}

.nlpmaster .schedule-table-area .course-status .last {
  background-color: #c90909;
}

.nlpmaster .tab-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.nlpmaster .tab-box:after {
  content: none;
}

.nlpmaster .tab-box .place-tab {
  width: calc(50% - 3px);
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 480px) {
  .nlpmaster .tab-box .place-tab {
    width: 50%;
  }
}
.nlpmaster .tab-box .place-tab.select {
  display: block;
}

.nlpmaster .tab-box .place-tab .tab_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 10px;
  padding-right: 10px;
  background: #eff4f8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #3c70a4;
  transition: all 0.1s;
}

.nlpmaster .tab-box .place-tab .tab_inner:hover {
  color: #538ac0;
}

@media screen and (max-width: 480px) {
  .nlpmaster .tab-box .place-tab .tab_inner {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.4rem;
  }
}
.nlpmaster .tab-box .place-tab.select .tab_inner {
  background: #3c70a4;
  color: #fff;
}

.nlpmaster .tab-box .place-tab.select .tab_inner::after,
.nlpmaster .tab-box .place-tab.select .tab_inner::before {
  position: absolute;
  content: " ";
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
}

.nlpmaster .tab-box .place-tab.select .tab_inner::after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #3c70a4;
  border-width: 8px;
  margin-left: -8px;
}

.nlpmaster .tab-box.bottom {
  align-items: flex-start;
  margin: 20px 0 0 0;
  height: 56px;
}

@media screen and (max-width: 480px) {
  .nlpmaster .tab-box.bottom {
    align-items: flex-start;
    margin: 0;
    height: 56px;
  }
}
.nlpmaster .tab-box.bottom .place-tab.select .tab_inner::after,
.nlpmaster .tab-box.bottom .place-tab.select .tab_inner::before {
  display: none;
}

.nlpmaster .schedule-place-contents .course-schedule {
  display: none;
  padding: 0;
  text-align: center;
  min-height: 280px;
}

.nlpmaster .course-schedule.schedule-show {
  display: block;
}

.nlpmaster .corona-area {
  margin: 0px auto 60px;
  padding: 0;
  max-width: 900px;
  width: 94%;
}

@media screen and (max-width: 480px) {
  .nlpmaster .corona-area {
    margin-bottom: 20px;
    width: 89%;
  }
}
.nlpmaster .lab h2 {
  text-align: center !important;
}

.nlpmaster .onecol .apply .tel {
  text-align: center;
}

.nlpmaster .onecol .apply .tel .telno {
  margin: 12px 0px;
}

.nlpmaster .caution-box {
  margin: 40px auto;
  padding: 30px;
  background: #fff3f3;
  border: 5px solid #ffb8b8;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .nlpmaster .caution-box {
    margin: 20px auto;
    padding: 20px 10px;
    font-size: 1.3rem;
  }
}
.nlpmaster .caution-box--no-border {
  border: none;
}

.nlpmaster .note-indent {
  padding-left: 1.8em;
  position: relative;
}

.nlpmaster .note-indent:before {
  content: "*１";
  position: absolute;
  left: 0;
  top: 0;
  color: #cc0000;
  font-weight: bold;
}
.nlpmaster .hybrid-link {
  background-color: #fffafa;
  border: 3px solid #ffb1b4;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 480px) {
  .nlpmaster .hybrid-link {
    margin: 20px 0 0 0;
  }
}
.nlpmaster .hybrid-link p {
  margin-bottom: 0;
}
.nlpmaster .note-satellite {
  margin: 5px auto 0px;
  padding: 35px;
  background: #fffdf3;
}
@media screen and (max-width: 480px) {
  .nlpmaster .note-satellite {
    padding: 15px;
  }
}
.nlpmaster .note-satellite p.first-txt {
  font-weight: bold;
  color: #cc0000 !important;
}
.nlpmaster .note-satellite p {
  margin: 0 0 1em 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}
.nlpmaster .note-satellite p.last-txt {
  margin: 0;
}
.nlpmaster .course-name--center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .nlpmaster .course-name--center {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .onecol .outline-table-area {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .onecol .apply .apply-area {
    width: 100%;
  }
}

.nlpmaster .satellite-caution {
  margin: 10px;
  font-size: 15px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .onecol table.outline-table ul li {
    margin-bottom: 1.5rem;
  }

  .onecol table.outline-table tbody td {
    padding: 15px;
  }
}

.prepare {
  background: #bbbbbb !important;
}

.none {
  margin-bottom: 0;
}

.hybrid-banner {
  margin: 2.5em auto 0;
  max-width: 900px;
  width: 100%;
}

.hybrid-banner img {
  max-width: 900px;
  width: 100%;
}

.hybrid-banner img:hover {
  opacity: 0.8;
  transition: 0.7s;
}

@media screen and (max-width: 480px) {
  .hybrid-banner {
    max-width: 96%;
  }
}
