@charset "UTF-8";

/*-------------------------------------------------------------

	CSS (Last Update 2017.00.00)

	- reset
	- common（全共通）
	- contents top
	- contents 下層（共通）

  - NLP体験
  - NLPハイパー
	- NLPプラ
	- NLPマスター
	- NLPヘルス
	- Typography ※pの指定の関係で一番最後



--------------------------------------------------------------*/
/*  何もなしは769px以下の場合に適用　*/

@media screen and (max-width: 768px) {
/*  768px以下の場合に適用　*/
}

@media screen and (max-width: 480px) {
/*  480px以下の場合に適用
（こっちを記述しなければ上の959pxの方が適用される）　*/
}


/*============================================================
  reset
============================================================*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*
  font: inherit;
  */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}
hr{
  border:none;
	}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0.1em;
  line-height:0;
  clear: both;
  visibility: hidden;
}
.clearfix {zoom:1;}


/*============================================================
  common（全共通）
============================================================*/

html{
  font-size: 62.5%; /* 基準を10pxにする　※フォントは「rem」で指定する */
}

body{
  width: 100%;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*
  font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  */
  /*
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  */
  color: #333333;
  font-size:1.8rem; /* 全体のフォントサイズを18pxにする */
  line-height:1.8;
}
.pcdn {
  display: none;
}
@media screen and (max-width: 768px) {
body {
/* background-color:#ffffee; */
}
}
@media screen and (max-width: 480px) {
body {
/*  background-color: #ffffdd; */
  font-size:1.6rem; /* 全体のフォントサイズを16pxにする */
  line-height:1.6;
}
.spdn {
  display: none;
}
.pcdn {
  display: block;
}
}

a {
  color: #0054d2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6ea1ee;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

a:hover img.opacityimg {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.switch {
    visibility: hidden;
}

.sub-bnr-block img:hover ,.main-bnr-box3 img:hover ,.main-voice img:hover ,.main-movie img:hover ,.main-minibnr-box6 img:hover ,.nlpjapan-sns img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.shadowline {
  background: url(../images/top_mian_line_shadow.png) no-repeat center center;
  background-size:contain;
  height: 30px;
  margin: 30px auto 30px;
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
.shadowline {
  background: url(../images/top_mian_line_shadow.png) no-repeat center center;
  background-size:contain;
  height: 30px;
  margin: 10px auto 10px;
}
}

.pagetop {
  background:#02163b;
  position: fixed;
  right: 20px;
  display: block;
  padding: 10px;
  font-size:1.8rem;
  text-align:center;
  color: #fff;
  text-decoration: none;
  width:50px;
  height:50px;
  opacity:0.8;
}
a.pagetop:hover {
  opacity:0.6;
  color: #fff;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}


/*header（PC用）
------------------------------------------------------------*/

header {
  margin: 0;
  padding: 0;
}
.header-top-block {
  /*
  border-bottom: 1px solid #e5e5e5;
  */
  width: 100%;
  height:30px;
  display: block;
  background-color:#0098e8;
}
.header-top {
  margin: 0 auto;
  height:35px;
  max-width:1000px;
}

.pagetitle {
  margin-top: 10px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  float: left;
}

.header-bottom{
  margin: 0 auto;
  clear:both;
  overflow:hidden;
  max-width:1000px;
  padding:15px 0 15px 0;
}
.logo img{
  width: 460px;
  height: 72px;
  float: left;
}

.header-bottom-right{
  float: right;
}
.header-bottom-right-sp{ /*スマホ・タブレット非表示*/
  display: none;
}

.contactbox{
  float: left;
  text-align: center;
}
.contactbox p{
  font-size: 1.2rem;
  line-height: 1.2;
}
.contactbox-datecaption {
  font-size: 1.1rem;
  margin-top: 5px;
}
.contactbox-telno {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.contactbox-telno a {
  color:#002451;
  text-decoration:none;
}
.contactbox-telno a:hover{
  color:#003f8c;
  text-decoration:none;
}
/*
.formbox{
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}
.formbox a{
  display: block;
  color: #002871;
  background-color: #efefef;
  height: 64px;
  padding: 5px 15px;
}
.formbox a i{
  font-size: 2.1rem;
  line-height: 1;
  padding: 3px;
}
.formbox a:hover{
  background-color: #dddddd;
  text-decoration: none;
  color: #002871;
}
*/
.header-navi{
  margin-left: 15px;
  float: left;
  text-align: center;
}
.header-navi a{
  display: block;
  width: 140px;
  height: 30px;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}
.header-navi li:last-child{
  margin-top:4px;
}
.form {
}
.form a{
  color: #002871;
  /*
  background-color: #dddddd;
  */
  border:1px solid #cccccc;
  font-size: 1.2rem;
}
.form a:hover{
  background-color: #efefef;
  text-decoration: none;
  color: #002871;
}
.form a i{
  font-size: 1.4rem;
}

.mypage a{
  background-color: #e8007e;
  font-size: 1.4rem;
}
.mypage a:hover{
  background-color: #f65fb1;
}

@media screen and (max-width: 768px) {
header {
}
.header-top-block {
  display:none;
}
.header-bottom{
  margin:0 2%;
}

.logo img{
  width: 100%;
  height: auto;
  max-width:460px;
}
.header-bottom-right{
  display: none;
}
.header-bottom-right-sp{
  display: block;
  float: right;
}
.menu-sp{
  float:left;
  display: block;
  width: 62px;
  height: 70px;
  background-color: #0042b8;
  cursor: pointer;
}

}

@media screen and (max-width: 480px) {
.logo img{
  max-width:260px;
}
.menu-sp{
  width: 40px;
  height: 42px;
}
}


/*gnav（PC用）
------------------------------------------------------------*/

.gnav-block {
  /*
  display: block;
  z-index: 100;
  */
	display:none; /*HTMLそのまま非表示にしないとpagetopが機能しない*/
}
.gnav-sp-block { /*スマホ・タブレット非表示*/
	display:none;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index:200;
}


/*-- gnav（PC用ホワイトバージョン） --*/

.gnav {
  background: url(../images/common_gnav_bg_w.png) repeat-x top center;
  width: 100%;
  height: 57px;
  padding-top: 3px;
  font-size:1.6rem;
  font-weight:bold;
}
.gnav ul.gnav-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width:1000px;
  margin: 0 auto;
  /*
  background: url(../images/common_gnav_line_w.png) no-repeat right center;
  */
  position: relative;
}
.gnav ul.gnav-list > li{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*
  background: url(../images/common_gnav_line_w.png) no-repeat;
  */
  height: 54px;
  width: 20% !important;
  line-height: 54px;
}
.gnav ul.gnav-list > li > a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.gnav ul.gnav-list > li > a:hover {
  background-color: #eef9ff;
  color: #1ebdff;
}

.gnav > ul > li.toggle:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
}
.gnav ul.gnav-list .megamenu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fcfcfc;
  position: absolute;
  left:0;
  z-index:100;
}


/*-- メガメニュー（はじめての方へ） --*/

.gnav .introduction {
  margin: 0;
  padding: 0;
  width: 1000px;
  height: 335px;
  margin: 0 auto;
  padding:15px;
  border:8px solid #bfe5fa;
  text-align: left;
}
.gnav .introduction-catch {
  float:left;
  font-size:2.5rem;
  font-weight:bold;
  padding:30px 60px 0 20px;
  line-height:1.5;
}
.gnav ul.introduction-list{
  padding:30px 0 0 0;
  overflow:hidden;
}
.gnav ul.introduction-list li{
  font-size:1.6rem;
  line-height:1.5;
}

/*-- メガメニュー（NLPセミナー） --*/
.gnav .seminar {
  margin: 0;
  padding: 0;
  width: 1000px;
  height: 335px;
  margin: 0 auto;
  padding:15px;
  border:8px solid #bfe5fa;
  text-align: left;
}
.gnav .seminar-catch{
  float:left;
  font-size:2.5rem;
  font-weight:bold;
  padding:30px 60px 0 20px;
  line-height:1.5;
}
.gnav ul.seminar-list{
  padding:30px 0 0 0;
  overflow:hidden;
}
.gnav ul.seminar-list li{
  font-size:1.6rem;
  line-height:1.5;
}



@media screen and (max-width: 768px) {
.gnav-block {
  display:none;
}
.gnav-sp-block {
  /*
  display:block;
  position:relative;
  z-index:100;
  */
  display:none; /* リニューアルまで非表示にしないとpagetopが機能しない */
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  margin-left:-16px;
}
.menu-trigger span:nth-of-type(1) {
  top: 14px;
}
.menu-trigger span:nth-of-type(2) {
  top: 24px;
}
.menu-trigger span:nth-of-type(3) {
  top: 34px;
}
.menu-trigger::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: 'MENU';
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  text-align: center;
  transition: all .4s;
  margin-left:-25%;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.gnav-sp .inquiry{
  width:100%;
  padding:10px 0 10px 0;
  background:#f5f5f5;
}
.gnav-sp .inquiry-inner{
  position:relative;
  left: 50%;
  float:left;
}
.contactbox-sp{
  position:relative;
  left:-50%;
  float:left;
  line-height:0;
}
.formbox-sp{
  position:relative;
  left:-50%;
  float:left;
  margin-left:2rem;
  line-height:0;
}
.contactbox-sp {
  border: 1px solid #0054d2;
  height: auto;
}
.contactbox-sp a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #00478d;
}
.contactbox-sp a:hover {
  background-image: none;
  background-color: #ffffff;
  color: #006699;
  text-decoration: none;
}
.formbox-sp {
  border: 1px solid #0054d2;
  height: auto;
}
.formbox-sp a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #00478d;
}
.formbox-sp a:hover {
  background-image: none;
  background-color: #ffffff;
  color: #006699;
  text-decoration: none;
}

.mypage-login {
  margin:0 auto;
  width:100%;
  padding:10px 0 10px 0;
  background:#f5f5f5;
}
.mypage {
  margin:0 auto;
  text-align: center;
  display: block;
  font-size: 1.5rem;
  border: 1px solid #cccccc;
  width: 50%;
  height: 44px;
}
.mypage a{
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #555555;
  color: #ffffff;
}
.mypage a:hover{
  background-image: none;
  background-color: #999999;
  color: #efefef;
  text-decoration: none;
}

.frontend-area {
  margin:0;
  padding:0;
  width:100%;
  height:auto;
  background-color: #f2f6fb;
}
.frontend-block{
  margin:0 auto;
  padding:0;
  text-align:center;
  width: 240px;
}
.frontend-block ul {
  position:relative;
  left:50%;
  margin:20px 0;
  padding:0;
  float:left;
}
.frontend-block ul li {
  position:relative;
  left:-50%;
  float:left;
  margin: 0 20px 0 20px;
  line-height:0;
}
.frontend-block ul li:first-child {
  margin-bottom: 10px;
}
.frontend-block .frontend{
  text-align: center;
  font-size: 1.6rem;
}
.frontend-block .frontend a{
  display: block;
  width: 240px;
  height: 50px;
  vertical-align: middle;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
}


/*-- accordion --*/
.gnav-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  }

ul.acordion{
  background: #f5f5f5;
}
ul.acordion > li span {
  margin:0 0 0 0;
  padding: 15px;
  border-bottom: solid 1px #cccccc;
  display: block;
}
ul.acordion > li a {
  color: #333333;
  display: block;
  text-decoration: none;
}
ul.acordion > li:first-child {
  border-top: solid 1px #cccccc;
}
ul.acordion > li > ul > li {
  background: #fff;
  padding: 15px 0 15px 20px;
  border-bottom: solid 1px #dcdcdc;
}
ul.acordion > li > ul > li:last-child{
  border-bottom: solid 1px #cccccc;
}
ul.acordion > li > ul > li a {
  color: #696969;
  display: block;
  text-decoration: none;
}
ul.acordion li .none-submenu {
  background: url(http://www.nlpjapan.co.jp/css/trigger-arrow.png) no-repeat 98% 50%;
  background-size: 2%;
}
ul.acordion li .active-submenu {
  background: url(http://www.nlpjapan.co.jp/css/triggeractive-arrow.png) no-repeat 98% 50%;
}

ul.acordion li .none-submenu:after, ul.acordion li .active-submenu:after{
  font-size: 1.2rem;
  position: absolute;
  right: 12px;
}
ul.acordion li .none-submenu:after{
  content: "▼";
}

ul.acordion li .active-submenu:after{
  content: "▲";
}

}

@media screen and (max-width: 480px) {
.menu-trigger span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  margin-left:-10px;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  top: 20px;
}
.menu-trigger::after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  content: 'MENU';
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: center;
  transition: all .4s;
  width:100%;
  margin-left:-50%;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.contactbox-sp .myButton {
  font-size:1.4rem;
  padding:0.8rem 2.0rem;
}
.formbox-sp .myButton {
  font-size:1.4rem;
  padding:0.8rem 2.0rem;
}
.contactbox-sp i{
  font-size:1.4rem;
  color:#fff;
}
.formbox-sp i{
  font-size:1.4rem;
  color:#fff;
}

}


/*footer
------------------------------------------------------------*/

/*-- NLP-JAPAN --*/
.main-nlpjapan-area {
  margin: 0 0 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  border-top: 1px solid #e3eaf4;
}
.main-nlpjapan-area .nlpjapan-title {
  font-size:2.0rem;
  text-align:left;
  font-weight: bold;
}
.main-nlpjapan-block{
  margin:20px auto 40px;
  padding:0;
  text-align:left;
  max-width:1000px;
}
.nlpjapan-left-box{
  width:70%;
  margin-right:2%;
  padding:0;
  float:left;
}
.nlpjapan-right-box{
  width:28%;
  margin:0;
  padding:0;
  float:right;
}
.nlpjapan-left-box .nlpjapan-txt {
  font-size:1.8rem;
}
.nlpjapan-info ul{
  margin:30px 0 0 0;
  list-style:none;
  font-size:1.6rem;
}
.nlpjapan-info ul li{
  float:left;
  margin-right:40px;
  margin-bottom:10px;
  width:160px;
}

.nlpjapan-member {
  margin: 50px auto 40px;
}
.nlpjapan-mypage {
  margin:0 auto;
  text-align: center;
  display: block;
  font-size: 1.5rem;
  width: 280px;
  height: 44px;
}
.nlpjapan-mypage a{
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #e8007e;
  color: #ffffff;
}
.nlpjapan-mypage a:hover{
  background-image: none;
  background-color: #f65fb1;
  color: #efefef;
  text-decoration: none;
}

.nlpjapan-sns ul {
  position:relative;
  left:50%;
  float:left;
}
.nlpjapan-sns ul li {
 position:relative;
 left:-50%;
 float:left;
 margin: 0 10px 0 10px;
 line-height:0;
}
/*
.nlpjapan-sns ul li:first-child {
  margin-left:0;
}
*/
.nlpjapan-inquiry-area {
  margin:20px 0 20px 0 ;
  width: 100%;
}
.nlpjapan-inquiry-block {
  margin:20px auto 0;
  padding:20px 0 20px 0;
  text-align:center;
  max-width:1000px;
  background-color: #f2f6fb;
  border-radius: 3px;
}

.nlpjapan-inquiry{
  padding:0;
  margin-right: -1.33%;
}
.nlpjapan-inquiry > div{
  float: left;
  width: 32%;
  margin-right: 1.33%;
}
.nlpjapan-inquiry > div p{
  margin-bottom:0;
}

.inquiry-form , .inquiry-faq {
  margin:0 auto;
  display: block;
  color: #006699;
  border: 1px solid #0054d2;
  min-width: 270px;
  height: 54px;
}
.inquiry-faq {
  float: right;
}
.inquiry-form {
  float: left;
}
.inquiry-faq a , .inquiry-form a{
  display: block;
  text-align: center;
  line-height: 52px;
  background-color: #ffffff;
}
.inquiry-faq a:hover , .inquiry-form a:hover {
  background-image: none;
  background-color: #00478d;
  color: #efefef;
  text-decoration: none;
}
.inquiry-tel {
  font-size: 1.3rem;
  text-align:left;
}
.inquiry-tel .telno {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  color:#333;
}
.inquiry-tel .telno a {
  color:#002451;
  text-decoration:none;
}
.inquiry-tel .telno a:hover{
  color:#003f8c;
  text-decoration:none;
}


@media screen and (max-width: 768px) {
.main-nlpjapan-area {
  margin: 0 0 30px 0;
  width: 100%;
}
.main-nlpjapan-block{
  margin:0 2% 30px;
  text-align:left;
}
.nlpjapan-left-box{
  width:100%;
}
.nlpjapan-right-box{
  width:100%;
}
.nlpjapan-info ul{
  margin:20px 0 20px 0;
  list-style:none;
}
.nlpjapan-info ul li{
  float:left;
  margin-right:10px;
  width:44%;
}
.nlpjapan-member {
  margin: 0px auto 20px;
}
.nlpjapan-inquiry-block {
  margin:0 2%;
  width:96%;
}
.nlpjapan-inquiry{
  margin-left: 5%;
}
.nlpjapan-inquiry > div{
  float: left;
  width: 45%;
  margin-right: 5%;
}
.inquiry-form  {
  margin:0;
  float:left;
}
.inquiry-form , .inquiry-faq {
  min-width: 200px;
}

.nlpjapan-inquiry > div.tel {
  clear:both;
  margin: 0 auto;
  padding:20px 0 10px 0;
  text-align:center;
  width: 260px;
  float: none;
}
.nlpjapan-inquiry > div.tel p {
  margin: 0;
}

}
@media screen and (max-width: 480px) {
.main-nlpjapan-area {
  margin: 0 0 0 0;
  width: 100%;
}
.main-nlpjapan-block{
  font-size:1.6rem;
}
.nlpjapan-info ul{
  font-size:1.4rem;
}
.nlpjapan-left-box .nlpjapan-txt {
  font-size:1.6rem;
}
.nlpjapan-inquiry{
  margin-left: 0;
}
.nlpjapan-inquiry > div{
  width: 48%;
  margin-right: 2%;
}
.inquiry-form , .inquiry-faq {
  font-size:1.4rem;
  min-width: 140px;
}
.inquiry-tel .telno {
  font-size: 2.6rem;
}

}

/*-- メイングループバナー --*/
.main-groupbnr-area {
  margin:0;
  width:100%;
}
.main-groupbnr-bg {
  margin:0 auto;
  max-width: 1000px;
  background: url(../images/common_footer_line.png) repeat-x 0 0;
}
.main-groupbnr-bg img {
  width: 236px;
}
.main-groupbnr-block{
  margin: 20px auto 30px;
  padding: 0px 0 0 0;
  text-align: center;
  max-width: 1000px;
}
.main-groupbnr-block img{
  width:100%;
  height:auto;
  vertical-align:middle;
/*
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
*/
}
.main-groupbnr-block img:hover{
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  filter: grayscale(40%);
  transition:0.5s;
  transition:0.5s;
}
.main-groupbnr-box3{
  padding:0;
  margin-right: -10.33%;
}
.main-groupbnr-box3 > div{
  float: left;
  width: 23%;
  margin-right: 10.33%;
  line-height: 80px;
}


@media screen and (max-width: 768px) {
.main-groupbnr-block{
  margin: 20px auto;
}
.main-groupbnr-box3{
  margin-right: 0;
  margin-left: 2%;
}
.main-groupbnr-box3 > div{
  float: left;
  width: 31.33%;
  margin-right: 2%;
  line-height: 60px;
}
.main-groupbnr-box3 > div img{
  width: 94%;
}
}

@media screen and (max-width: 480px) {
.main-groupbnr-box3 > div img{
  width: 100%;
}
}

/*-- ページ最下部フッター --*/

footer {
  margin: 0;
  padding:0;
}

/*
.footer-contents{
  margin:0 auto;
  max-width: 1000px;
  background: url(../images/common_footer_line.png) repeat-x 0 0;
}
.footer-contents img{
  margin-bottom: -10px;
}
*/

.footer-contents {
  margin: 0 auto;
  padding: 25px 0;
  width: 100%;
  background-color: #02163b;
}
.copylink{
  margin:0 auto;
  max-width:1000px;
  overflow: hidden;
}
.footer-logo {
  width: 50%;
  float: left;
  font-size: 1.2rem;
  color: #e5e5e5;
}

.fnavi {
  float: right;
}
.copyright {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  color: #e5e5e5;
  text-align:right;
}
.fnavi ul{
  display: table;
}
.fnavi li{
  display: table-cell;
  float: left;
  font-size: 1.2rem;
  padding:0 10px 0 10px;
}
.fnavi li:first-child{
  padding:0 10px 0 0;
}
.fnavi li+ li {
  border-left: 1px solid #333;
}
.fnavi li a{
  color: #e5e5e5;
}

.fnavi li a:hover{
  color: #999;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
.copylink{
  margin:0 2%;
}
.footer-logo {
  float:none;
  100%;
  max-width:260px;
}
.footer-logo img {
  100%;
  max-width:260px;
}
.fnavi {
  margin: 20px 0 0 0;
  float:none;
}
.fnavi li{
}
.copyright {
  margin: 5px 0 0 0;
  text-align:left;
}

}

@media screen and (max-width: 480px) {

.fnavi li{
  font-size: 1.1rem;
  padding:0 5px 0 5px;
}
.copyright {
  font-size: 1.1rem;
}
}


/*contents common
------------------------------------------------------------*/

.contents {
  width: 100%;
  overflow: hidden;
}
.contents p {
  margin-bottom:1.5em;
}

.rice-indent{
  padding-left:1em;
  position:relative;
}
.rice-indent:before{
  content:"※";
  position:absolute;
  left:0;
  top:0;
}

.text-wrap{
  padding-left:40px;
  padding-right:20px;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
  .text-wrap{
    padding-left:0;
    padding-right:0;
  }

}


/*パンくず
------------------------------------------------------------*/

.breadcrumb-area{
  width:100%;
  padding:10px 0;
  background-color:#edf9ff;
  /*
  border-bottom: 2px solid #0098e8;
  */
}
.breadcrumb{
  max-width:1000px;
  margin:auto;
  overflow:hidden;
  line-height:100%;
  font-size:1.2rem;
}
.breadcrumb a{
  text-decoration:none;
  padding:0 11px 0 13px;
}





/*============================================================
  contents top
============================================================*/

/*hero slider（PC用）
------------------------------------------------------------*/
.hero{
  margin:0;
  background-color:#fff;
  position:relative;
}

.sp-slide img {
  width:1000px !important;
  height: auto !important;
}

.bg01 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero01_pc.jpg) no-repeat left top;
}
.bg01-2 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero01_pc_all.jpg) no-repeat left top;
}
/*
.bg01-3 {
  background: url(../images/top_main_hero01_pc_all02.jpg) no-repeat left top;
}
*/
.bg02 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero02_pc.jpg) no-repeat center top;
}
.bg03 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero03_pc.jpg) no-repeat center top;
}
.bg04 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero04_pc.jpg) no-repeat center top;
}
.bg04-2 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero04_pc_skyblue.jpg) no-repeat center top;
}
.bg04-3 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero04_pc_color.jpg) no-repeat center top;
}
.bg04-4 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero04_pc_darkcolor.jpg) no-repeat center top;
}
.bg04-5 {
  background: url(http://www.nlpjapan.co.jp/images/top_main_hero04_pc_insta.jpg) no-repeat center top;
}
/*
.bg01 img {
  animation-delay:1s; //1秒遅延して実行
}
.bg02 img {
  animation-delay:6s; //2秒遅延して実行
}
*/
.bg01-2 img , .bg01-3 img {
  margin-top:60px !important;
}
.bg03 img {
  margin-top:40px !important;
}

/*
.sp-slide img {
  margin:0 !important;
  width: 100% !important;
  height: auto !important;
}
*/

/*
.sp-slide .sp-selected {
  opacity: 1;
}
*/

/*
.sp-slide {opacity: 0.1;}
*/
/*
.sp-slide .trainer-txt-box {
  width: 100%;
  }
.sp-slide .trainer-txt {
  font-size:4.0rem;
  font-weight:bold;
  color:#FFF;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-delay:1s; //2秒遅延して実行
}
*/

@media screen and (max-width: 480px) {
.hero{
  margin:0;
  max-height:440px;
}

}




/*sub-bnr
------------------------------------------------------------*/

.top .sub-bnr-area {
  padding:0;
  width:100%;
  /*
  border-bottom:1px solid #eeeeee;
  background:#f0f0f0;
  */
}
.top .sub-bnr-block {
  position:relative;
  margin:40px auto 50px;
  max-width:1000px;
}
.top .sub-bnr-block img {
  width:100%;
  height:auto;
}
.top .sub-bnr-box2{
  padding:0;
  margin-right: -5%;
}
.top .sub-bnr-box2 > div{
  float: left;
  width: 45%;
  margin-right: 5%;
}
.top .sub-bnr-box2 p{
	margin:10px 0px 0px 5px;
	font-size:1.4rem;
}

@media screen and (max-width: 768px) {
.top .sub-bnr-box2{
  margin-right: 0;
  margin-left: 2%;
}
.top .sub-bnr-box2 > div{
  float: left;
  width: 48%;
  margin-right: 2%;
}

}

@media screen and (max-width: 480px) {
.top .sub-bnr-block {
  margin-top:20px;
  margin-bottom:0;
}
.top .sub-bnr-box2 > div{
  width: 94%;
  margin-bottom: 20px;
}

}


/* main
------------------------------------------------------------*/
.top .main{
  margin:0;
  padding:0;
}
.top .main h2 {
  margin:0 auto 20px;
  text-align:center;
  font-size:3.0rem;
  font-weight: bold;
}
.top .main h2 span {
  padding-left: 12px;
  color: #066eee;
  font-size: 80%;
}

@media screen and (max-width: 768px) {
.top .main h2 {
  font-size:2.6rem;
}

}

@media screen and (max-width: 480px) {
.top .main h2 {
  margin:0 auto 10px;
  font-size:2.0rem;
}

}


/*-- メインバナー --*/

.top .main-bnr-block{
  margin:0 auto;
  padding:0;
  text-align:center;
  max-width:1000px;
}
.top .main-bnr-block img{
  width:100%;
  height:auto;
}
.top .main-bnr-box3{
  padding:0;
  margin-right: -3.33%;
}
.top .main-bnr-box3 > div{
  float: left;
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 3.33%;
}
.top .main-bnr-box3 > div.big-bnr-right{
  float: right;
  width: 63.33%;
  margin-right: 3.33%;
  margin-bottom: 3.33%;
}
.top .main-bnr-box3 > div.big-bnr-left{
  float: left;
  width: 63.33%;
  margin-right: 3.33%;
  margin-bottom: 3.33%;
}
.top .main-bnr-box3 > div.bigside-bnr{
  margin-right: 3.33%;
  margin-bottom: 3.15%;
}


@media screen and (max-width: 768px) {
.top .main-bnr-box3{
  margin-right: 0;
  margin-left: 2%;
}
.top .main-bnr-box3 > div{
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.top .main-bnr-box3 > div.big-bnr-right{
  float: right;
  width: 94%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.top .main-bnr-box3 > div.big-bnr-left{
  float: left;
  width: 94%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.top .main-bnr-box3 > div.bigside-bnr{
  margin-right: 2%;
  margin-bottom: 2%;
}
}

@media screen and (max-width: 480px) {
}


/*-- 参加者の声 --*/
.top .main-voice-area {
  margin:0;
  width:100%;
}
.top .main-voice-block {
  margin:0 auto;
  max-width:1000px;
  height:260px;
}
.top .main-voice-block .main-voice {
}
.top .main-voice-block ul.main-voice {
  margin:0;
  padding:0;
  list-style:none;
}
.top .main-voice-block ul.main-voice li {
  margin:0 10px;
}
.top .main-voice-block .main-voice img {
}
.top .main-voice-area .list-link {
  width:1000px;
  margin:10px auto;
  font-size:1.4rem;
}


@media screen and (max-width: 768px) {
.top .main-voice-area .list-link {
  width:100%;
  margin:10px 0 0 20px;
}
}

@media screen and (max-width: 480px) {
.top .main-voice-block {
  height:182px;
}
.top .main-voice-block ul.main-voice img {
  width:161px;
}

}


/*-- セミナー動画 --*/
.top .main-movie-area {
  margin:0;
  width:100%;
}
.top .main-movie-block{
  margin:30px auto 0;
  padding:0;
  max-width:1000px;
  font-size:1.4rem;
}
.top .main-movie-block img{
  width:100%;
  margin-bottom: 10px;
  height:auto;
}
.top .main-movie{
  padding:0;
  margin-right: -3.33%;
}
.top .main-movie > div{
  float: left;
  width: 30%;
  margin-right: 3.33%;
  margin-bottom: 3.33%;
}
.top .main-movie > div p {
  margin:10px auto;
  text-align:left;
}

@media screen and (max-width: 768px) {
.top .main-movie{
  margin-right: 0;
  margin-left: 2%;
}
.top .main-movie > div{
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}

}

@media screen and (max-width: 480px) {

}


/*-- メインミニバナー --*/

.top .main-minibnr-block{
  margin:30px auto 0;
  padding:0;
  text-align:center;
  max-width:1000px;
}
.top .main-minibnr-block img{
  width:100%;
  height:auto;
}
.top .main-minibnr-box6{
  padding:0;
  margin-right: -3.33%;
}
.top .main-minibnr-box6 > div{
  float: left;
  width: 15%;
  margin-right: 1.66%;
  margin-bottom: 1.66%;
}


@media screen and (max-width: 768px) {
.top .main-minibnr-box6{
  margin-right: 0;
  margin-left: 2%;
}
.top .main-minibnr-box6 > div{
  float: left;
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 2%;
}
}

@media screen and (max-width: 480px) {

}


/*-- 最新情報 --*/
.top .main-news-area {
  margin:0 0 60px 0;
  width:100%;
}
.top .main-news-block{
  margin:20px auto 0;
  padding:0;
  text-align:left;
  max-width:1000px;
}
.top .main-news li {
  line-height: 1.5 ;
  padding: 8px 0;
  position: relative;
  border-bottom:1px dotted #CCC;
}
.top .main-news a {
  display: inline-block;
}
.top .main-news .info-date {
  color: #666;
  position: absolute;
  left: 0;
  top: 12px;
  font-size:1.4rem;
}
.top .main-news .info-icon {
  background-color: #004499;
  border-radius: 2px;
  color: #FFF;
  font-size: 90%;
  position: absolute;
  text-align: center;
  left: 8em;
  top: 8px;
  width: 120px;
  padding:3px 0 2px 0;
  font-size:1.4rem;
}
.top .main-news .info-detail {
  display: block;
  padding:4px 0 4px 16em;
}
.top .main-news-area .list-link {
  width:1000px;
  margin:20px auto;
  font-size:1.4rem;
}

@media screen and (max-width: 768px) {
.top .main-news {
  margin-left: 2%;
  margin-right: 2%;
}
.top .main-news li {
}
.top .main-news li:first-child {
  border-top: none;
}
.top .main-news li a {
  display: block;
  padding:3px 0;
  text-decoration: none;
  width: 100%;
}
.top .main-news .info-date {
  position: relative;
  top: inherit;
}

.top .main-news .info-icon {
  font-size: 80%;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: inherit;
  top: inherit;
  width: 100px;
}
.top .main-news .info-detail {
  padding-left: 0;
}
.top .main-news-area .list-link {
  width:100%;
  margin:20px 0 0 20px;
}
}

@media screen and (max-width: 480px) {
.top .main-news-area {
  margin:0 0 30px 0;
  width:100%;
}
.top .main-news .info-date {
  font-size: 1.3rem;
}
.top .main-news .info-icon {
  font-size: 70%;
}
.top .main-news .info-detail {
  padding-left: 0;
  font-size:1.6rem;
}

}


/*-- NLPとは --*/
.top .main-aboutnlp-area {
  margin:30px 0 0 0;
  padding:50px 0 60px 0;
  width:100%;
  height:300px;
  background:url(http://www.nlpjapan.co.jp/images/top_main_bg_aboutnlp.jpg) repeat-x 0 0;
  background-size:cover;
}
.top .main-aboutnlp-block{
  margin:0 auto;
  padding:0;
  text-align:center;
  line-height:2.0;
  color:#FFF;
}
.top .main-aboutnlp-area h2 {
	color:#FFF;
}
.top .main-aboutnlp-area .list-link {
  margin:20px 0 0 0;
  text-align:center;
}
.top .main-aboutnlp-area .list-link a {
  color:#FFF;
  text-decoration: none;
}
.top .main-aboutnlp-area .list-link a:hover {
  color:#FFF;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
.top .main-aboutnlp-area {
  margin:30px 0 0 0;
  padding:20px 0 20px 0;
  width:100%;
  height:auto;
}
.top .main-aboutnlp-block{
  margin:0 2%;
  padding:0;
  text-align:left;
  line-height:1.5;
}
.top .main .main-aboutnlp-area h2 {
  font-size:2.6rem;
}
.top .main-aboutnlp-area .list-link {
  margin:10px 2% 0;
  text-align:left;
}
}

@media screen and (max-width: 480px) {
.top .main .main-aboutnlp-area h2 {
  font-size:2.2rem;
}
.top .main-aboutnlp-block{
  font-size:1.6rem;
}
.top .main-aboutnlp-area .list-link {
  font-size:1.4rem;
}

}

/*-- 無料レポート　体験講座バナー --*/
.top .main-frontend-area {
  margin:0 0 0 0;
  padding:0;
  width:100%;
  background-color: #f2f6fb;
}
.top .main-frontend-block{
  margin:0 auto;
  padding:20px 0 20px 0;
  text-align:center;
  max-width:1000px;
}
.top .main-frontend-block ul {
  position:relative;
  left:50%;
  margin:20px 0;
  padding:0;
  float:left;
}
.top .main-frontend-block ul li {
  position:relative;
  left:-50%;
  float:left;
  margin: 0 20px 0 20px;
  line-height:0;
}
.top .main-frontend-block .frontend{
  text-align: center;
  font-size: 1.6rem;
}
.top .main-frontend-block .frontend a{
  display: block;
  width: 300px;
  height: 60px;
  vertical-align: middle;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
}

.report-bg a{
  background-color: #f29400;
}
.report-bg a:hover{
  background-color: #ffa518;
}
.taiken-bg a{
  background-color: #0098e8;
}
.taiken-bg a:hover{
  background-color: #3cb0fd;
}


@media screen and (max-width: 768px) {
.top .main-frontend-area {
  margin:0 0 30px 0;
  padding:0;
  width:100%;
  height:auto;
}
.top .main-frontend-block{
  margin:0 auto;
  padding:0;
  text-align:center;
  width: 300px;
}
.top .main-frontend-block ul li:first-child {
  margin-bottom: 10px;
}
}

@media screen and (max-width: 480px) {

}



/*============================================================
  contents 下層（共通）
============================================================*/

/*タイトル周り
------------------------------------------------------------*/
.lv2 .ttl-img{
  max-width: 1000px;
  margin: 30px auto 50px;
}
.lv2 .ttl-img img{
  width:100%;
  height:auto;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.lv2 .ttl-img{
  margin: 20px auto 30px;
}

}

/*main（1カラム）
------------------------------------------------------------*/
.onecol .main{
  margin: 0px;
  width: 100%;
}
section{
}
.onecol .main .title-area {
  margin:30px auto 50px;
  padding:30px 0 30px 0;
  display:table;
  text-align:center;
  border-bottom: solid 1px #99caed;
  border-top: solid 1px #99caed;
  max-width:1000px;
  width:94%;
}
.onecol .main h2 {
  font-size:3.0rem;
  font-weight: bold;
  display:table-cell;
  vertical-align: middle;
  color:#111111;
  line-height:1.5;
}
.onecol .main h2 .small{
  font-size:2.4rem;
}
.onecol .main h2 .blue{
  color:#0575c4;
}

/*SNSボタン20170804*/
.onecol .social-area-syncer{
  margin:0 auto 30px;
  display:table;
  max-width:960px;
  width:94%;
  overflow:hidden;
  display:block;
}
.onecol .social-area-syncer ul.social-button-syncer li{
  float:left;
  margin:0 7px 0 0;
  padding:0;
}
.onecol .social-area-syncer ul.social-button-syncer li.sc-fb{
margin-top:-11px;
}
.onecol .social-area-syncer ul.social-button-syncer li.gplus{
  width:65px !important;
}
.onecol .social-area-syncer ul.social-button-syncer li.pock{
  width:90px
}

@media screen and (max-width: 768px) {
.onecol .main h2 {
  font-size:2.6rem;
  line-height:1.6;
}
.onecol .main img{
  width: 100%;
  height:auto;
}
}

@media screen and (max-width: 480px) {
.onecol .main .title-area {
  margin:30px auto 30px;
  padding:15px 0 15px 0;
}
.onecol .main h2 {
  margin:0 auto 10px;
  font-size:2.0rem;
}
.onecol .main h2 .small{
  font-size:1.6rem;
}
/*SNSボタン20170804*/
.onecol .social-area-syncer{
  margin-top:-30px;
}
.onecol .social-area-syncer ul.social-button-syncer li.sc-fb{
margin-top:-5px;
}
}

/*main（2カラム）
------------------------------------------------------------*/



/*開催概要テーブル
------------------------------------------------------------*/
.onecol .outline{
  margin: 0;
  padding: 30px 0 0 0;
}

.onecol .outline-table-area{
  margin: 0px auto;
  padding: 0 0 0 0;
  max-width: 960px;
  width: 94%;
  text-align: left;
}
.onecol table.outline-table {
  margin-bottom: 30px;
  width:100%;
  border-right:#cad9e7 solid 1px;
  border-collapse: collapse;
}
.onecol table.outline-table thead th {
  background:#012b5f;
  color:#FFF;
  font-size:2.4rem;
  padding:10px 15px;
  border-right:#FFF solid 1px;
  border-bottom:#FFF solid 1px;
  text-align:center;
}
.onecol table.outline-table thead th:last-child {
  border-right:#cad9e7 solid 1px;
}
.onecol table.outline-table tbody th {
  background:#ebebeb;
  color:#003366;
  padding:10px 15px;
  border-bottom:#FFF solid 1px;
  vertical-align:top;
  white-space:nowrap;
}
.onecol table.outline-table tbody tr:last-child th {
  border-bottom:#cad9e7 solid 1px;
}
.onecol table.outline-table tbody td {
  background:#FFF;
  padding:20px 25px;
  border-left:#cad9e7 solid 1px;
  border-bottom:#cad9e7 solid 1px;
  vertical-align:top;
  font-size:1.6rem;
  line-height:1.5;
  word-break:break-all;
}
.onecol table.outline-table ul{
  margin:0px 0px 15px 15px;
  padding:0px 0px 0px 0px;
  list-style: disc;
}
.onecol table.outline-table ul li{
  margin:0px 0px 5px 0px;
  padding:0px 0px 0px 0px;
  line-height:1.4;
}

/* 日程（日程が１つのセミナー・海外系） */
.onecol .outline-day {
  margin: 0px 0px 0px 0px;
  padding: 5px 20px 20px 20px;
  background: #e5f3ff;
}
.onecol .outline-day .outline-course-title-area {
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 20px 0px;
  position: relative;
  border-bottom: 1px dotted #999999;
}
.onecol .outline-day .outline-course-title {
  clear: both;
  float: left;
  margin: 0 1%;
  width:78%;
}
.onecol .outline-day .outline-course-title p {
  margin: 0 0 0 0;
  font-size:1.8rem;
  font-weight:bold;
  color:#006699;
}
.onecol .outline-day .outline-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%);
}
.onecol .outline-day .outline-course-status i{
  margin-left:0.5rem;
}
.onecol .outline-day .outline-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;
}
.onecol .outline-day .outline-course-status .start {
  background-color:#49b700;
}
.onecol .outline-day .outline-course-status .accept {
  background-color:#f74608;
}
.onecol .outline-day .outline-course-status .full {
  background-color:#c90909;
}
.onecol .outline-day .outline-course-status .last {
  background-color:#c90909;
}

.onecol .outline-day .outline-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;
}
.onecol .outline-day .outline-course-day {
  margin: 0 10px 0 10px;
}
.onecol .outline-day .outline-course-day p {
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}

/* 費用 */
.onecol .price-area {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.onecol .price-area .info {
  margin: 0px 0px 0px 0px;
	font-size:1.6rem;
}
.onecol .price-area .title-campaign{
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
	font-size:2.0rem;
	font-weight:bold;
	color:#fff;
	background:#c00;
}
.onecol .price-box {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.onecol .price-box .usualprice{
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
	font-size:1.8rem;
	font-weight:bold;
}
.onecol .price-box .reattendprice{
  margin: 20px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
	font-size:1.6rem;
	font-weight:bold;
}

.onecol .price-box-campaign {
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
	font-size:1.8rem;
}
.onecol .price-box-campaign .day{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
	font-size:2.0rem;
	font-weight:bold;
	color:#c00;
}
.onecol .price-box-campaign .usualprice-area{
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
	font-weight:bold;
}
.onecol .price-box-campaign .usualprice{
	font-size:2.3rem;
}
.onecol .price-box-campaign .specialprice-area{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
	font-weight:bold;
	color:#c00;
}
.onecol .price-box-campaign .rate{
  margin: 0px 0px 0px 10px;
  padding: 5px 10px 5px 10px;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	background:#c00;
}
.onecol .price-box-campaign .specialprice{
	font-size:2.4rem;
}
.onecol .price-box-campaign .campaign-txt-area{
  margin: 15px 0px 20px 0px;
  padding: 15px;
	border:4px solid #fca4a4;
	background:#fff5f5;
}
.onecol .price-box-campaign .campaign-txt-area p{
	color:#c00;
	font-size:1.8rem;
	margin-bottom:1em;
}
.onecol .price-box-campaign .campaign-txt-area p.tokuten{
  margin: 0px 0px 10px 0px;
	font-weight:bold;
}
.onecol .price-box-campaign .campaign-txt-area p.tokuten sup{
	font-weight: normal;
}
.onecol .price-box-campaign .campaign-txt-area p.caution{
  margin: 15px 0px 0px 0px;
	font-size:1.5rem;
}


@media screen and (max-width: 768px) {
.onecol table.outline-table img.card{
  width: auto;
  height: auto;
}
.onecol .outline-day .outline-course-status .icon {
  font-size:1.5rem;
  padding:5px 5px 5px 7px;
  width:100%;
}
}

@media screen and (max-width: 480px) {
.onecol .price-box-campaign .campaign-txt-area p{
  font-size:1.6rem;
}
.onecol table.outline-table thead th {
font-size:2.0rem;
padding:10px 15px;
}
.onecol table.outline-table thead th.empty {
  display:none;
}
.onecol table.outline-table tbody th {
  display:block;
}
.onecol table.outline-table tbody td {
  display:block;
  padding:10px 10px;
  font-size:1.5rem;
}

/* 日程（日程が１つのセミナー・海外系） */
.onecol .outline-day .outline-course-title p {
  font-size:1.6rem;
}
.onecol .outline-day .outline-course-day{
  margin: 0;
}
.onecol .outline-day .outline-course-status{
  width: 18%;
  margin: 0 0 0 1%;
}
.onecol .outline-day .outline-course-status i{
  display:none;
}
.onecol .outline-day .outline-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;
}
.onecol .outline-day .outline-course-status .icon2 {
  font-size:1.4rem;
  padding:5px 5px 5px 5px;
  border-radius:5px;
}

/* 費用 */
.onecol .price-box {
    margin: 0px 0px 0px 0px;
}
.onecol .price-box .usualprice{
	font-size:1.6rem;
}
.onecol .price-box .reattendprice{
	font-size:1.4rem;
}
.onecol .price-area .title-campaign{
	font-size:1.8rem;
}
.onecol .price-box-campaign {
    margin: 0px 0px 0px 0px;
}
.onecol .price-box-campaign .day{
	font-size:1.6rem;
}
.onecol .price-box-campaign .usualprice{
	font-size:1.6rem;
}
.onecol .price-box-campaign .specialprice{
	font-size:1.6rem;
}
.onecol .price-box-campaign .rate{
  margin: 0px 0px 0px 0px;
  padding: 3px 5px 3px 5px;
	font-size:1.5rem;
}
.onecol .price-box-campaign .campaign-txt{
	font-size:1.6rem;
}
.onecol .price-box-campaign .campaign-txt-area p.caution{
	font-size:1.5rem;
}

}

/*スケジュール（共通）
------------------------------------------------------------*/



/*申込ボタン（共通）
------------------------------------------------------------*/
.onecol .apply{
  margin: 0px;
  padding: 0px 0px 50px 0px;
}
.onecol .apply .apply-area{
  margin: 0px auto 40px;
  padding:0 0 20px;
  max-width: 960px;
  width: 98%;
  text-align: left;
  background: #fffae0;
}
.onecol .apply .apply-btn-area {
  margin: 0px;
  padding:30px 0px 30px 0px;
  text-align:center;
  clear:both;
}
.onecol .apply .apply-btn-area .apply-btn {
  font-size: 3.4rem;
  width: auto;
  display: inline-block;
  padding: 13px 25px 10px 25px;
  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;
}
.onecol .apply .apply-btn-area .close-btn {
  font-size: 3.4rem;
  width: auto;
  display: inline-block;
  padding: 13px 35px 10px 35px;
  text-decoration: none;
  background: #b5b5b5;
  font-weight:bold;
  color: #FFF;
  border-radius: 3px;
  margin: 0 0 4px 0;
  box-shadow: 1px 1px #aaaaaa;
}
.onecol .apply .apply-btn-area i {
  font-size: 3.6rem;
    margin: 0 0 0 0;
}
.onecol .apply .apply-btn-area i.fa-arrow-right {
  margin: 0 30px 0 0;
}
.onecol .apply .apply-btn-area i.fa-arrow-left {
  margin: 0 0 0 30px;
}
.onecol .apply .apply-btn-area .apply-btn:hover {
  margin: 4px 0 0 0;
  box-shadow:none;
}
.onecol .apply .apply-btn-area .sp-accordion input {
  display: none;
}
.onecol .apply .apply-btn-area .sp-accordion label {
  display: none;
}
.onecol .apply .apply-area .caution{
  margin: 0px auto;
  text-align: center;
  font-size: 1.6rem;
}
.onecol .apply .recommend{
  width: 80%;
  margin: 10px auto 0;
  padding: 10px;
  text-align: center;
  border: 5px solid #ffa3a6;
  background: #ffffff;
}
.onecol .apply .recommend p{
  margin-bottom: 0px;
  font-size: 1.6rem;
  color: #cc0000;
}

@media screen and (max-width: 768px) {
/*  800px以下を継承　*/
}

@media screen and (max-width: 480px) {
.onecol .apply{
  padding: 0px 0px 20px 0px;
}
.onecol .apply .apply-area{
  padding:0 0 20px;
}
.onecol .apply .apply-btn-area {
  padding:20px 0px 20px 0px;
}
.onecol .apply .apply-btn-area .apply-btn {
  font-size: 1.8rem;
  padding: 10px 10px 8px 10px;
  margin: 0 0 4px 0;
}
.onecol .apply .apply-btn-area .close-btn {
  font-size: 1.8rem;
  padding: 10px 20px 8px 20px;
  margin: 0 0 4px 0;
}
.onecol .apply .apply-btn-area i {
  font-size: 1.8rem;
  margin: 4px 0 0 0;
}
.onecol .apply .apply-area .caution{
  text-align: center;
  font-size: 1.4rem;
}
.onecol .apply .recommend{
  width: 100%;
}
.onecol .apply .recommend p{
  font-size: 1.4rem;
}

}









/*============================================================
  NLP体験講座
============================================================*/
/*メインイメージ周り（NLP体験講座）
------------------------------------------------------------*/
.nlptaiken .main-img{
  margin:0;
  width:100%;
  height:330px;
  background:url(http://www.nlpjapan.co.jp/images/nlptaiken_main_img.jpg) repeat-x 0 0;
  background-size:cover;
}
.nlptaiken .main-front{
  max-width:1000px;
  height: 330px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.nlptaiken .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%);
}
/* メイン下の完結画像用　不要になれば削除
.nlptaiken .under-img{
  max-width: 940px;
  margin: 10px auto 0;
}
.nlptaiken .under-img img{
  width:100%;
  height:auto;
}
*/

@media screen and (max-width: 768px) {
.nlptaiken .main-img{
  margin:0;
  height:260px;
}
.nlptaiken .main-front{
  width:100%;
  height:260px;
  overflow: hidden;
}
.nlptaiken .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) {
.nlptaiken .main-img{
  margin:0;
  height:180px;
}
.nlptaiken .main-front{
  width:100%;
  height:180px;
  overflow: hidden;
}
.nlptaiken .main-front img{
  width:340px;
  left: 50%;
  top: 10%;
  margin-left: -180px;
}
}

/*冒頭のスケジュール抜粋（NLP体験講座）
------------------------------------------------------------*/
.nlptaiken .schedule-extract{
  margin: 0px;
  padding: 50px 0px 0px 0px;
}
.nlptaiken .schedule-extract .beginning-table-area{
  margin: 0px auto;
  padding: 0;
  max-width: 900px;
  width: 98%;
  text-align: left;
}
.nlptaiken table.beginning-table {
  width:21.9%;
  min-width: 219px;
  margin-right: 8px;
  margin-bottom: 8px;
  border:#165fa4 solid 2px;
  border-collapse: collapse;
  float: left;
}
.nlptaiken table.beginning-table:last-child {
  margin-right: 0;
}
.nlptaiken table.beginning-table tr {
  height: 40px;
}
.nlptaiken table.beginning-table thead th {
  background:#165fa4;
  color:#FFF;
  font-size:2.2rem;
  padding:5px 0px;
  border-left:#165fa4 solid 1px;
  border-right:#165fa4 solid 1px;
  text-align:center;
}
.nlptaiken table.beginning-table tbody td {
  background:#FFF;
  padding:10px 5px 0px 5px;
  text-align: right;
  font-size:2.0rem;
  font-weight: bold;
  line-height:1.0;
  word-break:break-all;
  letter-spacing:-0.1em;
}
.nlptaiken table.beginning-table tbody td.end {
  color: #cccccc;
}
.nlptaiken table.beginning-table tbody td .day {
  font-size:1.5rem;
  letter-spacing:-0.1em;
  margin-left: -0.3em;
  vertical-align: middle;;
}

.nlptaiken table.beginning-table tbody td.course-status{
  padding:10px 10px 10px 5px;
  font-size:1.7rem;
  font-weight:bold;
  text-align:left;
  color:#333333;
  letter-spacing:0;
}
/*
.nlptaiken table.beginning-table tbody td.course-status .icon {
  font-size:1.5rem;
  font-weight:bold;
  display: inline-block;
  text-align:center;
  padding:8px 8px 6px 8px;
  color:#fff;
  border-radius:30px;
  line-height:1.2;
  width: 96px;
}
*/
.nlptaiken table.beginning-table tbody td.course-status .start {
  color: #49b700;
/* background-color:#49b700; */
}
.nlptaiken table.beginning-table tbody td.course-status .accept {
  color: #f74608;
/* background-color:#f74608; */
}
.nlptaiken table.beginning-table tbody td.course-status .full {
  color: #c90909;
/* background-color:#c90909; */
}
.nlptaiken table.beginning-table tbody td.course-status .last {
  color: #c90909;
/* background-color:#c90909; */
}

.nlptaiken .schedule-extract .supplement{
  margin: 0px auto;
  padding: 0;
  max-width: 900px;
  width: 98%;
  text-align: left;
}

@media screen and (max-width: 800px) {
/*  800px以下の場合に適用　日程が落ちないようにネクサス10など用　*/

.nlptaiken table.beginning-table {
  width:49%;
  min-width: 150px;
  margin-right: 1%;
}
.nlptaiken table.beginning-table:nth-child(2n) {
margin-right: 0;
}
.nlptaiken table.beginning-table tr {
  height: 38px;
}
.nlptaiken table.beginning-table thead th {
  font-size:2.0rem;
}
.nlptaiken table.beginning-table tbody td {
  font-size:1.6rem;
}
.nlptaiken table.beginning-table tbody td .day {
  font-size:1.5rem;
}
.nlptaiken table.beginning-table tbody td.course-status{
  font-size:1.6rem;
  padding:10px 5px 10px 0px;
}
}

@media screen and (max-width: 768px) {
/*  800px以下を継承　*/
}

@media screen and (max-width: 480px) {
.nlptaiken .schedule-extract{
  margin: 0px;
  padding: 20px 0px 10px 0px;
}
.nlptaiken table.beginning-table {
  width:49%;
  min-width: 150px;
  margin-right: 1%;
}
.nlptaiken table.beginning-table tr {
height: 30px;
}
.nlptaiken table.beginning-table thead th {
  font-size:1.6rem;
  padding:2px 0px;
}
.nlptaiken table.beginning-table tbody td {
  font-size:1.4rem;
  padding:10px 2px 0px 2px;
}
.nlptaiken table.beginning-table tbody td .day {
  font-size:1.2rem;
}
.nlptaiken table.beginning-table tbody td.course-status{
  font-size:1.4rem;
  padding:5px 2px 5px 0px;
}
.nlptaiken .schedule-extract .supplement{
  font-size:1.4rem;
  line-height: 1.4;
}
}


/*冒頭（NLP体験講座）
------------------------------------------------------------*/
.nlptaiken .beginning{
  margin: 0;
  padding: 50px 0px 50px 0px;
}
.nlptaiken .beginning .certificate{
  margin: 0px auto 70px;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlptaiken .beginning .summary{
  margin: 0px auto 60px;
  padding: 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlptaiken .beginning .summary .catch {
  font-size:2.0rem;
  font-weight:bold;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlptaiken .beginning{
padding: 20px 0px 20px 0px;
}
.nlptaiken .beginning .summary{
  margin: 0px auto 30px;
}
}

/* 体験講座で扱う内容 */
.nlptaiken .taikencontents-area{
  margin: 0 0 0 0;
  padding: 50px 0px 50px 0px;
}
.nlptaiken .taikencontents{
  margin: 0px 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;
}
.nlptaiken .taikencontents h3 {
  margin:10px auto 30px;
  padding: 8px 0;
  line-height:1.5;
  font-size:2.0rem;
  text-align:center;
  color:#ffffff;
  background-color: #0575c4;
  border-radius: 3px;
  width:92%;
}
.nlptaiken .taikencontents ul{
  margin:0px 0px 0px 20px;
  padding:0px 0px 0px 0px;
}
.nlptaiken .taikencontents ul li{
  margin:0px 0px 0px 50px;
  padding:5px 25px 5px 25px;
  background:url(../images/icon_en_blue.gif) 0 18px no-repeat;
  line-height:1.8;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlptaiken .taikencontents-area{
  margin: 30px 0px 30px 0px;
  padding: 10px 0px 10px 0px;
}
.nlptaiken .taikencontents h3 {
  margin:10px auto 20px;
  padding: 4px 2px;
  font-size:1.8rem;
}
.nlptaiken .taikencontents ul{
  margin:0px 0px 0px 0px;
}
.nlptaiken .taikencontents ul li{
  margin:0px 20px 0px 20px;
  padding:5px 0px 5px 15px;
  background:url(../images/icon_en_blue.gif) 0 13px no-repeat;
  line-height:1.5;
}
}

/* 体験講座のメリット */
.nlptaiken .merit-area{
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
  background:#f8f8f8;
}
.nlptaiken .merit{
  margin: 0px auto;
  padding: 0px 0 30px 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
  border: 1px dotted #afc7d7;
  background-color: #fdfdfd;
}
.nlptaiken .merit h3{
  margin:30px auto 30px;
  padding: 8px 0;
  line-height:1.5;
  font-size:2.0rem;
  text-align:center;
  color:#ffffff;
  background-color: #0575c4;
  border-radius: 3px;
  width:92%;
}
.nlptaiken .merit ul{
  margin:0px 0px 0px 20px;
  padding:0px 0px 0px 0px;
}
.nlptaiken .merit ul li{
  margin:0px 0px 10px 50px;
  padding:5px 25px 5px 25px;
  background: url(../images/icon_en_blue.gif) 0 15px no-repeat;
  color:#006699;
  font-weight:bold;
  line-height:1.5;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlptaiken .merit-area{
  margin: 30px 0px 30px 0px;
  padding: 10px 0px 10px 0px;
}
.nlptaiken .merit{
  padding: 0 0 0 0;
}
.nlptaiken .merit h3{
  margin:30px auto 20px;
  padding: 4px 2px;
  font-size:1.8rem;
}
.nlptaiken .merit ul{
  margin:0px 0px 0px 0px;
}
.nlptaiken .merit ul li{
  margin:0px 20px 5px 20px;
  padding:3px 0px 3px 15px;
  background:url(../images/icon_en_blue.gif) 0 10px no-repeat;
}
}

/* 体験講座のご参加をおすすめする方 */
.nlptaiken .recommend-area{
  margin: 0 0 0 0;
  padding: 50px 0px 30px 0px;
}
.nlptaiken .recommend{
  margin: 0px auto 0px;
  padding: 20px 0 30px 0;
  max-width: 900px;
  width: 94%;
  background:#f5f9fe;
}
.nlptaiken .recommend h3 {
  margin:10px auto 30px;
  padding: 8px 0;
  line-height:1.5;
  font-size:2.0rem;
  text-align:center;
  color:#ffffff;
  background-color: #0575c4;
  border-radius: 3px;
  width:92%;
}
.nlptaiken .recommend ul{
  margin:0px 0px 0px 20px;
  padding:0px 0px 0px 0px;
}
.nlptaiken .recommend ul li{
  margin:0px 0px 0px 60px;
  padding:5px 25px 10px 20px;
  font-size:2.0rem;
  font-weight:bold;
  line-height:1.5;
	text-indent:-20px;
}
.nlptaiken .recommend i{
  margin:0px 15px 0px 0px;
  font-size: 2.6rem;
  vertical-align: middle;
  color:#ca0000;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlptaiken .recommend-area{
  margin: 30px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}
.nlptaiken .recommend h3 {
  margin:10px auto 20px;
  padding: 4px 2px;
  font-size:1.8rem;
}
.nlptaiken .recommend ul{
  margin:0px 0px 0px 0px;
}
.nlptaiken .recommend ul li{
  margin:0px 25px 0px 25px;
  padding:3px 0px 5px 30px;
  font-size:1.6rem;
  line-height:1.5;
	text-indent:-15px;
}
.nlptaiken .recommend i{
  margin:0px 10px 0px 0px;
  font-size: 2.0rem;
}

}

/*お客様の声（NLP体験講座）
------------------------------------------------------------*/
.nlptaiken .voice{
  margin: 0;
  padding: 50px 0px 50px 0px;
}
.nlptaiken .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;
}
.nlptaiken .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;
}
.nlptaiken .voice-area .voice-box p.title{
  margin: 0 0 20px -10px;
  font-size:2.0rem;
  color:#cc0000;
  font-weight:bold;
}
.nlptaiken .voice-area .voice-box p.name{
  margin: 0;
  font-weight:bold;
  text-align:right;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlptaiken .voice{
  padding: 20px 0px 20px 0px;
}
.nlptaiken .voice-area{
  margin: 30px auto 0;
  padding: 10px;
}
.nlptaiken .voice-area .voice-box{
  padding: 15px;
}
.nlptaiken .voice-area .voice-box p.title{
  margin: 0 0 20px 0px;
  font-size: 1.8rem;
  text-indent:-1rem;
}
}

/*インタビュー（NLP体験講座）
------------------------------------------------------------*/
.nlptaiken .interview{
  margin: 0;
  padding: 50px 0px 50px 0px;
}
.nlptaiken .interview h2{
  color:#ffffff;
  text-align:center;
}
.nlptaiken .interview .title-area {
  margin:0 auto;
  border: none;
}
.nlptaiken .interview-area{
  margin: 0 auto;
  padding: 20px;
  background: url(http://www.nlpjapan.co.jp/images/nlptaiken_main_bg_interview.jpg) 0 bottom;
}
.nlptaiken .interview-area .interview-box{
  margin: 20px auto 20px;
  padding: 30px 40px 30px 50px;
  max-width: 900px;
  width: 94%;
  text-align: left;
  background:#ffffff;
  font-size:1.6rem;
}
.nlptaiken .interview-area .interview-box figure{
  margin-right: 40px;
  max-width:160px;
  float:left;
  text-align:center;
  line-height:1.3;
  overflow:hidden;
}
.nlptaiken .interview-area .interview-box figure img{
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.nlptaiken .interview-area .interview-box figcaption{
  padding:10px 0;
}
.nlptaiken .interview-area .interview-box .interview-text{
  max-width:600px;
  float:left;
}
.nlptaiken .interview-area .interview-box p{
  margin: 0;
}
.nlptaiken .interview-area .interview-box p.title{
  margin: 0 0 20px 0;
  font-size:2.0rem;
  color:#006fcd;
  font-weight:bold;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlptaiken .interview{
  padding: 20px 0px 20px 0px;
}
.nlptaiken .interview-area{
  margin: 30px auto 0;
  padding: 10px;
}
.nlptaiken .interview-area .interview-box{
  padding: 15px;
}
.nlptaiken .interview-area .interview-box figure{
  margin:0 auto 20px;
  float: none;
}
.nlptaiken .interview-area .interview-box figure img{
  width: 80px;
}
.nlptaiken .interview-area .interview-box p.title{
  margin: 0 0 20px 0px;
  font-size: 1.8rem;
}
}

/*目的（NLP体験講座）
------------------------------------------------------------*/
.nlptaiken .purpose{
  margin: 0;
  padding: 50px 0px 50px 0px;
}
.nlptaiken .purpose .purpose-area{
  margin: 0px auto 30px;
  padding: 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlptaiken .purpose .best3-box {
  margin: 20px 0px 70px 0px;
  padding: 20px 30px 15px 30px;
  border: 1px dotted #aaa;
}
.nlptaiken .purpose .best3-box p {
  margin: 0px 0px 10px 0px;
  padding-left:60px;
  font-size:2.2rem;
  font-weight:bold;
  text-indent:-45px;
}
.nlptaiken .purpose .best3-box .circle-number {
  background-color:#2196f3;
  border-radius: 200px;
  font-size:1.8rem;
  color: #fff;
  display: inline;
  padding: 0.1em 0.6em 0.1em;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlptaiken .purpose{
padding: 20px 0px 20px 0px;
}
.nlptaiken .purpose .purpose-area {
  margin: 0px auto 30px;
}
.nlptaiken .purpose .best3-box {
  margin: 20px 0px 50px 0px;
}
.nlptaiken .purpose .best3-box p {
  font-size:1.8rem;
  padding-left:25px;
  text-indent:-35px;
}
.nlptaiken .purpose .best3-box .circle-number {
  border-radius: 200px;
  font-size:1.4rem;
  padding: 0.1em 0.6em 0.1em;
  margin-right: 10px;
}
}




/*============================================================
  NLPハイパー
============================================================*/


/*○○（NLPハイパー）
------------------------------------------------------------*/

/*○○（NLPハイパー）
------------------------------------------------------------*/



/*============================================================
  NLPプラ
============================================================*/

/*メインイメージ周り（NLPプラ）
------------------------------------------------------------*/
.nlppra .main-img{
  margin:0;
  width:100%;
  height:330px;
  background:url(http://www.nlpjapan.co.jp/images/nlppra_main_img.jpg) repeat-x 0 0;
  background-size:cover;
}
.nlppra .main-front{
  max-width:1000px;
  height: 330px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.nlppra .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) {
.nlppra .main-img{
  margin:0;
  height:260px;
}
.nlppra .main-front{
  width:100%;
  height:260px;
  overflow: hidden;
}
.nlppra .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) {
.nlppra .main-img{
  margin:0;
  height:180px;
}
.nlppra .main-front{
  width:100%;
  height:180px;
  overflow: hidden;
}
.nlppra .main-front img{
  width:560px;
  left: 50%;
  margin-left: -280px;
}
}

/*出だし（NLPプラ）
------------------------------------------------------------*/
.nlppra .opening{
  margin: 0;
  padding: 50px 0px 50px 0px;
}
.nlppra .opening .fivemerit{
  margin: 0px auto 70px;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlppra .opening .fivemerit-title {
  margin: 20px 0px 80px 0px;
  padding: 30px 30px 30px 30px;
  border: 1px dotted #0044b5;
}
.nlppra .opening .fivemerit-title p {
  margin: 0px 0px 20px 0px;
  padding-left:60px;
  font-size:2.2rem;
  font-weight:bold;
  text-indent:-45px;
  line-height: 1.4;
}
.nlppra .opening .fivemerit-title p .subtext {
  font-size:1.8rem;
}
.nlppra .opening .fivemerit-title .circle-number {
  background-color:#bb0a14;
  border-radius: 200px;
  font-size:1.8rem;
  color: #fff;
  display: inline;
  padding: 0.1em 0.6em 0.1em;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.nlppra .opening .study-box{
  margin: 0 0 80px 0;
  padding: 20px 30px 20px 20px;
  max-width: 760px;
  width: 100%;
  text-align: left;
  background:#f5f9fe;
  border:5px solid #cae1fe;
}
.nlppra .opening .study-box ol{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style:decimal;
}
.nlppra .opening .study-box ol li{
  margin:0px 0px 0px 40px;
  padding:5px 0px 5px 5px;
  line-height:1.6;
  text-align:left;
  color:#006699;
  font-size:2.0rem;
  font-weight:bold;
}
.nlppra .opening .caution-lab{
  font-size:1.6rem;
}
.nlppra .fivemerit-area{
  margin: 50px auto 0;
}
.nlppra .fivemerit-area .merit-area{
  margin: 0 0 30px 0;
  padding: 3px;
  max-width: 900px;
  text-align: left;
  background:#ffffff;
  border: 4px solid #bb953b;
  border-radius: 4px;
}
.nlppra .fivemerit-area .merit-box{
  margin: 0;
  padding: 20px 20px 20px 20px;
  border: 1px solid #bb953b;
  border-radius: 4px;
}
.nlppra .fivemerit-area .merit-box .only-title{
  margin-bottom: 10px;
  padding: 3px 5px 1px 10px;
  font-size:2.2rem;
  color: #fff;
  background: #bb0a14;
  font-weight:bold;
  line-height: 1.8;
}
.nlppra .fivemerit-area .merit-box .merit-text{
  margin:0 10px 0 10px;
}
.nlppra .fivemerit-area .merit-box p{
  font-size:1.6rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.nlppra .fivemerit-area .merit-box ul{
  margin: 0 0 20px 25px;
  padding: 0;
  display: inline-block;
}
.nlppra .fivemerit-area .merit-box ul li{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 0px;
  list-style: disc;
  font-size:1.6rem;
  line-height: 1.5;
}
.nlppra .fivemerit-area .merit-box .merit-title{
  margin:0 0 10px 0;
  padding: 0px;
  font-size:3.0rem;
  color: #ab8b3e;
  font-weight:bold;
}
.nlppra .fivemerit-area .merit-box .merit-img{
  margin:0 0 0 20px ;
  float:right;
}
.nlppra .fivemerit-area .merit-box .merit-img img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlppra .opening {
padding: 20px 0px 20px 0px;
}
.nlppra .opening .fivemerit-titel {
  margin: 20px 0px 50px 0px;
}
.nlppra .opening .fivemerit-title p {
  font-size:1.8rem;
  padding-left:25px;
  text-indent:-35px;
}
.nlppra .opening .fivemerit-title .circle-number {
  border-radius: 200px;
  font-size:1.4rem;
  padding: 0.1em 0.6em 0.1em;
  margin-right: 10px;
}
.nlppra .opening .study-box{
  margin: 0 0 30px 0;
  padding: 10px 10px 10px 10px;
}
.nlppra .opening .study-box ol li{
  margin:0px 0px 0px 30px;
  line-height:1.4;
  font-size:1.8rem;
}
.nlppra .opening .caution-lab{
  font-size:1.4rem;
}
.nlppra .fivemerit-area .merit1col-box{
  padding: 15px;
}
.nlppra .fivemerit-area .merit1col-box .merit1col-img{
  margin:0 auto 20px;
  float: none;
}


}





/*冒頭（NLPプラ）
------------------------------------------------------------*/
.nlppra .beginning{
  margin: 0;
  padding: 50px 0px 50px 0px;
}
.nlppra .beginning .certificate{
  margin: 0px auto 70px;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlppra .beginning .summary{
  margin: 0px auto 60px;
  padding: 0;
  max-width: 900px;
  width: 94%;
  text-align: left;
}
.nlppra .beginning .summary .catch {
  font-size:2.0rem;
  font-weight:bold;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlppra .beginning{
padding: 20px 0px 20px 0px;
}
.nlppra .beginning .summary{
  margin: 0px auto 30px;
}
}



/*○○（NLPプラ）
------------------------------------------------------------*/




/*============================================================
  NLPマスター
============================================================*/

/*メインイメージ周り（NLPマスター）
------------------------------------------------------------*/
.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%);
}
/* メイン下の完結画像用　不要になれば削除
.nlpmaster .under-img{
  max-width: 940px;
  margin: 10px auto 0;
}
.nlpmaster .under-img img{
  width:100%;
  height:auto;
}
*/

@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: 2.0rem;
}


@media screen and (max-width: 768px) {
}

@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;
}
.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:2.0rem;
}
@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 20px 20px 20px;
  font-size:1.6rem;
  line-height:1.6em;
}
.nlpmaster .opening .question dl dt{
  width: 50px;
}
.nlpmaster .opening .question dl dd{
  margin: 0 0 15px 50px;
}
.nlpmaster .opening .maxim {
  width:96%;
  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:2.0rem;
  font-weight:bold;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.nlpmaster .beginning{
padding: 20px 0px 20px 0px;
}
.nlpmaster .beginning .summary{
  margin: 0px auto 30px;
}
.nlpmaster .beginning .part{
  padding: 30px 0 20px 0;
}
.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:2.0rem;
  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: 768px) {
}

@media screen and (max-width: 480px) {
.nlpmaster .voice{
  padding: 20px 0px 20px 0px;
}
.nlpmaster .voice-area{
  margin: 30px auto 0;
  padding: 10px;
}
.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:2.0rem;
  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: 768px) {
}

@media screen and (max-width: 480px) {
.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:2.0rem;
  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: 768px) {
}

@media screen and (max-width: 480px) {
.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: 50px 0px 50px 0px;
  background:#f8f8f8;
}
.nlpmaster .rule{
  margin: 0px auto;
  padding: 0px 0 10px 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:2.0rem;
  text-align:center;
  color:#ffffff;
  background-color: #0575c4;
  border-radius: 3px;
  width:92%;
}

.nlpmaster .attend-rule-box{
  margin: 0 auto 70px;
  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: 768px) {
}

@media screen and (max-width: 480px) {
.nlpmaster .attend-rule-box{
  margin: 0 auto 50px;
}
.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 0 0 0;
}
.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 6px;
}

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

.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{
  /*
  float: right;
  */
  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;
  /*
  width:80%;
  */
  background-color:#f9f9f9;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1) inset;
}
.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 {
  font-size: 1.8rem;
  display: inline-block;
  padding: 13px 25px 10px 25px;
  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:left;
}
.nlpmaster table.schedule-table .close-btn {
  font-size: 1.8rem;
  display: inline-block;
  padding: 12px 25px 12px 25px;
  text-decoration: none;
  background: #bbbbbb;
  font-weight:bold;
  color: #FFF;
  border-radius: 3px;
  margin: 0 0 4px 0;
  text-align:center;
  width: 90%;
}
.nlpmaster table.schedule-table .apply-btn:hover {
  margin: 4px 0 0 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;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background-color:#f1f1f1;
}
.nlpmaster table.schedule-table .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;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.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;
  transition: height .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 0;
  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.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 .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;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background-color:#f1f1f1;
}
.nlpmaster table.schedule-table .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;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.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;
  transition: height .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;
}

}




/*============================================================
  海外系
============================================================*/




/*============================================================
  NLPヘルス
============================================================*/

/*メインイメージ周り（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .main-img{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 650px;
  background: url(../nlp-hct/images/nlphealth_main_bg.png) 0 0 repeat-x;
}

@media screen and (max-width: 768px) {
.nlphealth .main-img{
  background: none;
  height: auto;
}
.nlphealth .main-img img{
  width: 100%;
  height: auto;
}
}

@media screen and (max-width: 480px) {
.nlphealth .main-img{
  background: none;
  height: auto;
}
.nlphealth .main-img img{
  width: 100%;
  height: auto;
}
}

/*キャッチコピー（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .onecol .main .copy-area {
  margin: 30px auto 100px;
  padding: 0;
  text-align: center;
  max-width: 960px;
  width: 90%;
}

@media screen and (max-width: 768px) {
.nlphealth .onecol .main .copy-area {
  margin: 0 auto 50px;
  padding: 0 10px 0 10px;
  max-width: none;
  width: 100%;
}
}

@media screen and (max-width: 480px) {
.nlphealth .onecol .main .copy-area {
  margin: 10px auto 50px;
  padding: 0 10px 0 10px;
  max-width: none;
  width: 100%;
}
.nlphealth .onecol .main .copy-area img{
  max-width: 400px;
  width: 100%;
  height: auto;
}
}


/* 帯（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .opening h2{
  margin: 0 auto 60px auto;
  padding: 50px 0 50px 0;
  display: table;
  text-align: center;
  background: #03326c;
  width: 100%;
  font-size: 3.2rem;
  color: #FFF;
}

@media screen and (max-width: 768px) {
.nlphealth .opening h2{
  margin: 0 auto 50px auto;
  padding: 40px 10px 40px 10px;
  font-size: 2.8rem;
}
}

@media screen and (max-width: 480px) {
.nlphealth .opening h2{
  margin: 10px auto 30px auto;
  padding: 20px 10px 20px 10px;
  font-size: 1.9rem;
}
}


/*写真（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .picture{
  text-align: center;
}


/*出だし（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .opening{
  margin: 0;
  padding: 50px 0 0 0;
}
.nlphealth .opening .start{
  margin: 0 auto;
  padding: 0 0 70px 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}
.nlphealth .opening p{
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
.nlphealth .opening p{
  margin-left: 0;
}
}

@media screen and (max-width: 480px) {
.nlphealth .opening{
  padding: 20px 0 0 0;
}
.nlphealth .opening .start{
  padding: 0 0 40px 0;
}
.nlphealth .opening p{
  margin-left: 0;
}
.nlphealth .opening .txtRedB22 ,.nlphealth .opening .txtB22 {
  font-size: 1.9rem;
}
}

.nlphealth .perfectmaster-area{
  padding: 0 0 70px 0;
  width: 100%;
  background: #f8f8f8;
}

.nlphealth .perfectmaster-area .perfectmaster {
  margin: 0px auto;
  padding: 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
.nlphealth .perfectmaster-area{
  padding: 0 0 20px 0;
}
}


/*認定証（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .certification-area {
  padding: 0 0 70px 0;
  width: 100%;
}

.nlphealth .certification-area .certification {
  margin: 0px auto;
  padding: 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
.nlphealth .certification-area{
  padding: 0 0 20px 0;
}
}


/*NLPヘルスとは（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .about-area{
  padding: 0 0 70px 0;
  width: 100%;
  background: #f8f8f8;
}
.nlphealth .about-area .about{
  margin: 0px auto;
  padding: 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
.nlphealth .about-area{
  padding: 0 0 20px 0;
}
}


/*奇跡（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .miracle-area{
  padding: 0 0 70px 0;
  width: 100%;
}
.nlphealth .miracle-area .miracle{
  margin: 0px auto;
  padding: 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
.nlphealth .miracle-area{
  padding: 0 0 20px 0;
}
}


/*紹介（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .introduction-area{
  padding: 0 0 70px 0;
  width: 100%;
  background: #f8f8f8;
}
.nlphealth .introduction-area .introduction{
  margin: 0px auto;
  padding: 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}
.nlphealth .trainer-img-area{
  margin: 50px auto;
  text-align: center;
  width: 100%;
  height: 250px;
}

@media screen and (max-width: 768px) {
.nlphealth .trainer-img-area{
  height: auto;
}
}

@media screen and (max-width: 480px) {
.nlphealth .introduction-area{
  padding: 0 0 20px 0;
}

.nlphealth .trainer-img-area{
  margin: 30px auto;
  text-align: center;
  width: 100%;
  height: auto;
}

}

/*誘い文句（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .offer-area{
  padding: 0 0 70px 0;
  width: 100%;
}
.nlphealth .offer-area .offer{
  margin: 0px auto;
  padding: 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
.nlphealth .offer-area{
  padding: 0 0px 20px 0px;
}
}

/*タイトル（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .onecol .main .title-area {
  margin: 30px auto 50px;
  padding: 0 0 10px 0;
  text-align: center;
  max-width: 820px;
  width: 90%;
}

.nlphealth .onecol .main .title-area h2{
  padding: 25px 0 0 0 ;
  font-size: 3.0rem;
  border: none;
}

.nlphealth .onecol .main .outline .title-area {
  border-bottom: solid 1px #99caed;
  border-top: solid 1px #99caed;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
.nlphealth .onecol .main .title-area {
  margin: 30px auto;
  padding: 10px 0 0 0;
  max-width: none;
  width: 94%;
}
.nlphealth .onecol .main .title-area h2{
  margin: 10px  auto;
  padding: 0 0 0 0 ;
  font-size: 2.8rem;
}
}

@media screen and (max-width: 480px) {
.nlphealth .onecol .main .title-area {
  margin: 10px auto 30px;
  padding: 10px 0 0 0;
}
.nlphealth .onecol .main .title-area h2{
  font-size: 2.0rem;
}
}


.nlphealth .detail{
  margin: 0px;
  padding: 50px 0 0 0;
  background: #f8f8f8;
}

.nlphealth .detail h2{
  margin: 20px auto 20px;
  padding: 30px 0 30px 0;
  display: table;
  text-align: center;
  border-bottom: solid 1px #99caed;
  border-top: solid 1px #99caed;
  max-width: 1000px;
  width: 94%;
}

@media screen and (max-width: 768px) {
.nlphealth .detail{
  padding: 30px 0 0 0;
}
}

@media screen and (max-width: 480px) {
.nlphealth .detail{
  padding: 20px 0px 20px 0px;
}
.nlphealth .detail h2{
  margin: 30px auto 30px;
  padding: 15px 0 15px 0;
  width: 94%;
}
}

/*カリキュラム（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .curriculum-area{
  margin: 0 0 0 0;
  padding: 300px 0px 30px 0px;
  /*height: 0;*/
  background: url(../nlp-hct/images/nlphealth_main_bg_healthcontents.jpg) 0 0 no-repeat;
  background-size: auto auto;
  /*background-size: cover;*/
}

@media screen and (min-width: 1600px) {
.nlphealth .curriculum-area{
  background-size: 100% auto;
}
}

.nlphealth .curriculum-area .curriculum{
  margin: -160px auto 0px;
  padding: 20px 0 30px 0;
  max-width: 820px;
  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;
}

.nlphealth .curriculum-area .curriculum h3{
  margin: 10px auto 30px;
  padding: 4px 0;
  line-height: 1.5;
  font-size: 2.0rem;
  text-align: center;
  color: #ffffff;
  background-color: #03326c;
  border-radius: 3px;
  width: 92%;
}

.nlphealth .curriculum-box{
  margin: 0 auto 30px;
  padding: 0 0 0 0;
  max-width: 700px;
  width: 94%;
  text-align: left;
}


.nlphealth .curriculum-area .curriculum h4{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #006699;
  margin: 25px 0 10px 0;
}

.nlphealth .curriculum-area .curriculum ul{
  margin: 0 10px 30px 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: left;
}

.nlphealth .curriculum-area .curriculum ul li{
  margin: 5px 0 5px 0;
  padding: 0 20px 0 25px;
  font-size: 18px;
  background: url(../images/icon_en_blue.gif) 5px 12px no-repeat;
}

@media screen and (max-width: 768px) {
.nlphealth .curriculum-area .curriculum h4{
  margin: 25px 20px 10px 20px;
}

.nlphealth .curriculum-area .curriculum ul{
  padding: 0 20px 0 20px;
}

}

@media screen and (max-width: 480px) {
.nlphealth .curriculum-area{
  padding: 280px 0px 30px 0px;
  background: url(../nlp-hct/images/nlphealth_main_bg_healthcontents.jpg) -20px 0 no-repeat;
  background-size: auto 200px;
}
.nlphealth .curriculum-area .curriculum{
  padding: 10px 0 10px 0;
}

.nlphealth .curriculum-area .curriculum h3{
  margin: 10px auto 20px;
  padding: 4px 4px;
  font-size: 1.8rem;
}
.nlphealth .curriculum-area .curriculum .curriculum-box{
  margin: 0 auto 30px;
  width: 90%;
}

.nlphealth .curriculum-area .curriculum h4{
  font-size: 1.7rem;
  margin: 25px 10px 10px 10px;
}

.nlphealth .curriculum-area .curriculum ul{
  padding: 0 0 0 0;
}
.nlphealth .curriculum-area .curriculum ul li{
  margin: 0 10px 15px 10px;
  padding: 0 0 0 15px;
  background: url(../images/icon_en_blue.gif) 0 10px no-repeat;
  font-size: 1.6rem;
  line-height: 1.5;
}

}

/*テーマ（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .theme-area{
  margin: 0 0 0 0;
  padding: 30px 0px 60px 0px;
  background: #ffffff;
}
.nlphealth .theme-area .theme{
  margin: 0px auto 0px;
  padding: 20px 0 10px 0;
  max-width: 820px;
  width: 94%;
  background: #ffffff url(../images/bg_dots.gif) 0 0;
  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;
}
.nlphealth .theme-area .theme h3{
  margin: 10px auto 30px;
  padding: 4px 0;
  line-height: 1.5;
  font-size: 2.0rem;
  text-align: center;
  color: #ffffff;
  background-color: #03326c;
  border-radius: 3px;
  width: 92%;
}
.nlphealth .theme-box{
  margin: 0 auto 30px;
  padding: 20px 30px;
  max-width: 740px;
  width: 94%;
  text-align: left;
  background: #fff;
  border: #ccc 5px solid;
}
.nlphealth .theme-area .theme h4{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 10px auto 30px auto;
  padding: 5px 5px 0 5px;
}
.nlphealth .theme-area .theme h4.module1{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #35aedb), color-stop(0.47, #268ccc), color-stop(0.00, #293d93));
  background: -webkit-linear-gradient(top, #293d93 0%, #268ccc 47%, #35aedb 100%);
  background: -moz-linear-gradient(top, #293d93 0%, #268ccc 47%, #35aedb 100%);
  background: -o-linear-gradient(top, #293d93 0%, #268ccc 47%, #35aedb 100%);
  background: -ms-linear-gradient(top, #293d93 0%, #268ccc 47%, #35aedb 100%);
  background: linear-gradient(to bottom, #293d93 0%, #268ccc 47%, #35aedb 100%);

}
.nlphealth .theme-area .theme h4.module2{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e49d41), color-stop(0.47, #f78626), color-stop(0.00, #f04534));
  background: -webkit-linear-gradient(top, #f04534 0%, #f78626 47%, #e49d41 100%);
  background: -moz-linear-gradient(top, #f04534 0%, #f78626 47%, #e49d41 100%);
  background: -o-linear-gradient(top, #f04534 0%, #f78626 47%, #e49d41 100%);
  background: -ms-linear-gradient(top, #f04534 0%, #f78626 47%, #e49d41 100%);
  background: linear-gradient(to bottom, #f04534 0%, #f78626 47%, #e49d41 100%);
}
.nlphealth .theme-area .theme h4.module3{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8cc64d), color-stop(0.47, #70ab41), color-stop(0.00, #086c3a));
  background: -webkit-linear-gradient(top, #086c3a 0%, #70ab41 47%, #8cc64d 100%);
  background: -moz-linear-gradient(top, #086c3a 0%, #70ab41 47%, #8cc64d 100%);
  background: -o-linear-gradient(top, #086c3a 0%, #70ab41 47%, #8cc64d 100%);
  background: -ms-linear-gradient(top, #086c3a 0%, #70ab41 47%, #8cc64d 100%);
  background: linear-gradient(to bottom, #086c3a 0%, #70ab41 47%, #8cc64d 100%);
}
.nlphealth .theme-area .theme ul{
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: left;
}
.nlphealth .theme-area .theme ul li{
  margin: 10px 0 10px 0;
  padding: 0 20px 0 25px;
  font-size: 18px;
  background: url(../images/icon_en_blue.gif) 5px 12px no-repeat;
}

@media screen and (max-width: 768px) {
.nlphealth .theme-area .theme h4{
  margin: 25px 20px 10px 20px;
}
.nlphealth .theme-area .theme ul{
  padding: 0 20px 0 20px;
}
}

@media screen and (max-width: 480px) {
.nlphealth .theme-area{
  padding: 30px 0px 20px 0px;
}
.nlphealth .theme-area .theme{
  padding: 10px 0 10px 0;
}
.nlphealth .theme-area .theme h3{
  margin: 10px auto 20px;
  padding: 4px 4px;
  font-size: 1.8rem;
}
.nlphealth .theme-area .theme .theme-box{
  margin: 0 auto 10px;
  padding: 0 10px;
}
.nlphealth .theme-area p img{
  width: 90%;
}
.nlphealth .theme-area .theme h4{
  font-size: 1.8rem;
  margin: 10px 0 20px 0;
}
.nlphealth .theme-area .theme ul{
  padding: 0 0 0 0;
}
.nlphealth .theme-area .theme ul li{
  margin: 0 10px 15px 10px;
  padding: 0 0 0 15px;
  background: url(../images/icon_en_blue.gif) 0 8px no-repeat;
  font-size: 1.6rem;
  line-height: 1.5;
}
}

/*特典（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .amenity-area{
  margin: 30px 0 0 0;
  padding: 10px 0 10px 0;
}
.nlphealth .amenity{
  margin: 0px auto;
  padding: 0px 0 10px 0;
  max-width: 820px;
  width: 94%;
}
.nlphealth .amenity p{
  text-align: center;
}

@media screen and (max-width: 480px) {
.nlphealth .amenity-area{
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
.nlphealth .amenity{
  padding: 0 0 0 0;
}
.nlphealth .amenity p img{
  width: 99%;
  max-width: 400px;
  height: auto;
}
}

/*コース・受講・振替（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .rule-area{
  margin: 0 0 0 0;
  padding: 30px 0 80px 0;
  background: #FFF;
}
.nlphealth .rule{
  margin: 0px auto;
  padding: 0px 0 10px 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
  border: 1px dotted #cccccc;
  background: #FFF;
}
.nlphealth .rule h3{
  margin: 30px auto 30px;
  padding: 4px 0;
  line-height: 1.5;
  font-size: 2.0rem;
  text-align: center;
  color: #ffffff;
  background-color: #03326c;
  border-radius: 3px;
  width: 92%;
}
.nlphealth .attend-rule-box{
  margin: 0 auto 70px;
  padding: 0 10px 0 10px;
  max-width: 700px;
  width: 94%;
  text-align: left;
}
.nlphealth ul.provision{
  margin: 40px 10px 40px 0px;
  padding: 0px 0px 0px 0px;
}
.nlphealth ul.provision 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;
}
.nlphealth .course-provision-box{
  margin: 0 auto 20px;
  padding: 0 0 0 0;
  max-width: 700px;
  width: 94%;
  text-align: left;
}

@media screen and (max-width: 480px) {
.nlphealth .attend-rule-box{
  margin: 0 auto 50px;
}
.nlphealth .rule-area{
  margin: 0 0 20px 0;
  padding: 20px 0 20px 0;
}
.nlphealth .rule{
  padding: 0 0 0 0;
}
.nlphealth .rule h3{
  margin: 30px auto 20px;
  padding: 4px 6px;
  font-size:1.8rem;
}
.nlphealth .attend-rule ul{
  margin: 30px 10px 40px 0px;
}
.nlphealth .attend-rule ul li{
  margin: 0px 0px 15px 5px;
  padding: 0px 0px 0px 10px;

}
.nlphealth ul.provision{
  margin: 30px 10px 20px 0px;
}
}

/*トレーナープロフィール（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .profile-area{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #f8f8f8;
  font-size: 1.6rem;
}
.nlphealth .profile-area .title{
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  background: #03326c;
  height: 146px;
}
.nlphealth .profile-area .title h2{
  margin: 0 auto 30px auto;
  padding: 50px 0 0 0;
  font-size: 36px;
  text-align: center;
  display: block;
  border: none;
  color: #FFF;
}
.nlphealth .profile-area .profile{
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 820px;
  text-align: center;
}
.nlphealth .profile-area .profile h2{
  margin: 20px 0 30px 0;
  padding: 0 0 0 0;
  font-size: 36px;
  line-height: 1.0;
  letter-spacing: -2px;
  display: block;
  color: #333;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  border: none;
  background: none;
  text-align: left;
}
.nlphealth .profile-area .profile h2 .english{
  font-size: 20px;
  line-height: 1.0;
  letter-spacing: 0;
}
.nlphealth .profile-area .profile h3{
  margin: 30px auto 30px auto;
  padding: 0 0 0 0;
  font-size: 22px;
  line-height: 1.0;
  display: block;
  text-align: center;
}
.nlphealth .profile-area .profile .right-area{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
  width: 280px;
}
.nlphealth .profile-area .profile .left-area{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
  width: 510px;
  text-align: left;
}
.nlphealth .profile-area .profile .left-area p{
  margin-bottom: 1.0em;
  font-size: 100%;
}
.nlphealth .profile-area .profile .both-area{
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  clear: both;
  text-align: left;
}
.nlphealth .profile-area .profile .both-area p{
  margin-bottom: 1.0em;
  font-size: 100%;
}
.nlphealth .profile-area .profile .both-area p.sp2{
  margin-bottom: 2.5em;
}

@media screen and (max-width: 768px) {
.nlphealth .profile-area .title{
  height: auto;
}
.nlphealth .profile-area .title h2{
  margin: 0 auto 0 auto;
  padding: 40px 10px 40px 10px;
  font-size: 2.8rem;
}
.nlphealth .profile-area .profile{
  padding: 0 0 0 0;
  width: 94%;
}
.nlphealth .profile-area .profile h2{
  margin: 0 auto 30px auto;
  text-align: center;
}

.nlphealth .profile-area .profile .left-area{
  float: none;
  width: 100%;
}
.nlphealth .profile-area .profile .right-area{
  margin: 0 auto;
  padding: 0 0 0 0;
  float: none;
  width: auto;
  text-align: center;
}
.nlphealth .profile-area .profile .right-area img{
  width: 240px;
  height: auto;
}
}

@media screen and (max-width: 480px) {
.nlphealth .profile-area .title h2{
  margin: 10 auto 30px auto;
  padding: 20px 10px 20px 10px;
  font-size: 2.0rem;
}
.nlphealth .profile-area .profile h2{
  margin: 0 auto 30px auto;
  font-size: 2.4rem;

}
.nlphealth .profile-area .profile h2 .english{
  font-size: 1.8rem;
}

.nlphealth .profile-area .profile .right-area{
  margin: 0 auto;
  padding: 0 0 0 0;
  float: none;
  width: auto;
  text-align: center;
}
.nlphealth .profile-area .profile .right-area img{
  width: 220px;
  height: auto;
}
}

/*締め（NLPヘルス）
------------------------------------------------------------*/
.nlphealth .closing{
  margin: 60px auto 0;
  padding: 0 0 30px 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
}
.nlphealth .closing .sign{
  margin: 50px 0px 0px 0px;
  text-align: right;
}
.nlphealth .ps{
  margin: 60px auto 0;
  padding: 0 0 30px 0;
  max-width: 820px;
  width: 94%;
  text-align: left;
  font-size: 2.0rem;
}
.nlphealth .ps .title{
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
.nlphealth .closing img.sign{
  width: 70%;
  max-width: 400px;
}
}

@media screen and (max-width: 480px) {
.nlphealth .closing{
  padding: 0 0 0 0;
}
.nlphealth .closing .sign{
  margin: 20px 0px 0px 0px;
}
.nlphealth .closing img.sign{
  width: 80%;
}
.nlphealth .ps{
  margin: 30px auto 0;
  font-size: 1.7rem;
}
.nlphealth .ps .title{
  font-size: 1.9rem;
}
.nlphealth .ps .txtRed20{
  font-size: 1.7rem;
}
}

/*スケジュール（NLPヘルス）
------------------------------------------------------------*/
.nlphealth table.outline-table .course-name{
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  float: left;
  width: 80%;
  font-size: 115%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #006699;
}
.nlphealth table.outline-table .outline-table-schedule{
  position: relative;
  background-color: #FFC;
  padding: 20px 20px 5px 20px;
}
.nlphealth table.outline-table .outline-table-schedule .course-schedule{
  clear: both;
  border-top: #333 1px dotted;
  padding: 20px 10px 0 10px;
}
.nlphealth table.outline-table .course-status{
  width: 19%;
  margin: 20px 0 0 1%;
  float: right;
  -ms-transform: translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.nlphealth table.outline-table .course-status i{
	margin-left: 0.5rem;
}
.nlphealth table.outline-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;
}
.nlphealth table.outline-table .course-status .start {
  background-color: #49b700;
}
.nlphealth table.outline-table .course-status .accept {
  background-color: #f74608;
}
.nlphealth table.outline-table .course-status .full {
  background-color: #c90909;
}
.nlphealth table.outline-table .course-status .last {
  background-color: #c90909;
}
.nlphealth table.outline-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;
}
.nlphealth .onecol .price-box-campaign .usualprice-area {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
}
.nlphealth .onecol .price-box-campaign .usualprice {
  font-size: 2.0rem;
}
.nlphealth .onecol .price-box-campaign .txtB18{
  color: #333;
}
.nlphealth .onecol .price-box-campaign .specialprice {
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
.nlphealth table.schedule-table .course{
  float: none;
  width: 100%;
  margin: 0 0 0 0;
}
.nlphealth table.schedule-table .course-status .icon {
  font-size: 1.5rem;
  padding: 5px 5px 5px 7px;
  width: 100%;
}
.nlphealth table.schedule-table .day{
  font-size: 1.4rem;
}
.nlphealth table.schedule-table ul.day01{
  margin: 0;
  padding: 10px 5px 0px 20px;
  float: none;
}
.nlphealth table.schedule-table ul.day02{
  margin: 0;
  padding: 0px 5px 10px 20px;
  float: none;
}
.nlphealth table.schedule-table .apply-btn {
  font-size: 1.5rem;
  padding: 10px 15px 8px 15px;
}
.nlphealth table.schedule-table .close-btn {
  font-size: 1.5rem;
  padding: 10px 15px 8px 15px;
}
.nlphealth table.schedule-table ul.day02 li:last-child {
  text-indent: -1.4rem;
}
.nlphealth table.schedule-table .sp-accordion input:checked ~ div {
  height: 210px;
}
}

@media screen and (max-width: 480px) {
.nlphealth table.outline-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;
}
.nlphealth table.outline-table .course-status .icon2 {
  font-size: 1.4rem;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
}

.nlphealth table.outline-table .trainer-time{
  font-size: 1.3rem;
}
.nlphealth table.outline-table .day{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.4rem;
}
.nlphealth table.outline-table ul.day01{
  margin: 0;
  padding: 10px 5px 0px 20px;
}
.nlphealth table.outline-table ul.day02{
  margin: 0;
  padding: 0px 5px 10px 20px;
}
.nlphealth table.outline-table ul.day02 li:last-child {
  text-indent: -1.4rem;
}
}










/*============================================================
  Typography
============================================================*/

p.sp1{ margin-bottom:1.5em !important;}
p.sp2{ margin-bottom:3.5em !important;}
p.sp3{ margin-bottom:5.5em !important;}
p.sp4{ margin-bottom:7em !important;}
p.none{ margin-bottom:0em !important;}
p.normal{ margin-bottom:1em !important;}
p.h{ margin-bottom:0.5em !important;}
.txt10{ font-size: 1.0rem;}
.txt12{ font-size: 1.2rem;}
.txt13{ font-size: 1.3rem;}
.txt14{ font-size: 1.4rem;}
.txt15{ font-size: 1.5rem;}
.txt16{ font-size: 1.6rem;}
.txt18{ font-size: 1.8rem;}
.txt20{ font-size: 2.0rem;}
.txt22{ font-size: 2.2rem;}
.txt24{ font-size: 2.4rem;}
.txtB{ font-weight:bold;}
.txtB10{ font-size: 1.0rem; font-weight:bold;}
.txtB12{ font-size: 1.2rem; font-weight:bold;}
.txtB14{ font-size: 1.4rem; font-weight:bold;}
.txtB15{ font-size: 1.5rem; font-weight:bold;}
.txtB16{ font-size: 1.6rem; font-weight:bold;}
.txtB18{ font-size: 1.8rem; font-weight:bold;}
.txtB20{ font-size: 2.0rem; font-weight:bold;}
.txtB22{ font-size: 2.2rem; font-weight:bold;}
.txtB24{ font-size: 2.4rem; font-weight:bold;}
.txtB26{ font-size: 2.6rem; font-weight:bold;}
.txtB28{ font-size: 2.8rem; font-weight:bold;}
.txtB30{ font-size: 3.0rem; font-weight:bold;}
.txtBlueB{ font-weight:bold; color:#0066cc;}
.txtBlueB10{ font-size: 1.0rem; font-weight:bold; color:#0066cc;}
.txtBlueB12{ font-size: 1.2rem; font-weight:bold; color:#0066cc;}
.txtBlueB14{ font-size: 1.4rem; font-weight:bold; color:#0066cc;}
.txtBlueB15{ font-size: 1.5rem; font-weight:bold; color:#0066cc;}
.txtBlueB16{ font-size: 1.6rem; font-weight:bold; color:#0066cc;}
.txtBlueB18{ font-size: 1.8rem; font-weight:bold; color:#0066cc;}
.txtNavyB10{ font-size: 1.0rem; font-weight:bold; color:#003366;}
.txtNavyB12{ font-size: 1.2rem; font-weight:bold; color:#003366;}
.txtNavyB14{ font-size: 1.4rem; font-weight:bold; color:#003366;}
.txtNavyB15{ font-size: 1.5rem; font-weight:bold; color:#003366;}
.txtNavyB16{ font-size: 1.6rem; font-weight:bold; color:#003366;}
.txtNavyB18{ font-size: 1.8rem; font-weight:bold; color:#003366;}
.txtRed{ color:#CC0000;}
.txtRed10{ font-size: 1.0rem; color:#CC0000;}
.txtRed12{ font-size: 1.2rem; color:#CC0000;}
.txtRed14{ font-size: 1.4rem; color:#CC0000;}
.txtRed15{ font-size: 1.5rem; color:#CC0000;}
.txtRed16{ font-size: 1.6rem; color:#CC0000;}
.txtRed18{ font-size: 1.8rem; color:#CC0000;}
.txtRed20{ font-size: 2.0rem; color:#CC0000;}
.txtRedB{ font-weight:bold; color:#CC0000;}
.txtRedB10{ font-size: 1.0rem; font-weight:bold; color:#CC0000;}
.txtRedB12{ font-size: 1.2rem; font-weight:bold; color:#CC0000;}
.txtRedB14{ font-size: 1.4rem; font-weight:bold; color:#CC0000;}
.txtRedB15{ font-size: 1.5rem; font-weight:bold; color:#CC0000;}
.txtRedB16{ font-size: 1.6rem; font-weight:bold; color:#CC0000;}
.txtRedB18{ font-size: 1.8rem; font-weight:bold; color:#CC0000;}
.txtRedB20{ font-size: 2.0rem; font-weight:bold; color:#CC0000;}
.txtRedB22{ font-size: 2.2rem; font-weight:bold; color:#CC0000;}
.txtRedB24{ font-size: 2.4rem; font-weight:bold; color:#CC0000;}
.txtRedB26{ font-size: 2.6rem; font-weight:bold; color:#CC0000;}
.txtRedB28{ font-size: 2.8rem; font-weight:bold; color:#CC0000;}
.txtRedB30{ font-size: 3.0rem; font-weight:bold; color:#CC0000;}
.txtOrgB{ font-weight:bold; color:#FF6600;}
.txtOrgB10{ font-size: 1.0rem; font-weight:bold; color:#FF6600;}
.txtOrgB12{ font-size: 1.2rem; font-weight:bold; color:#FF6600;}
.txtOrgB14{ font-size: 1.4rem; font-weight:bold; color:#FF6600;}
.txtOrgB16{ font-size: 1.6rem; font-weight:bold; color:#FF6600;}
.txtOrgB18{ font-size: 1.8rem; font-weight:bold; color:#FF6600;}
.txtMarkerYellow{ background-color:#fffca7;}
.txtMarkerLime{ background-color:#55FF55;}
.txtMarkerBlue{ background-color:#55FFFF;}
.tu{ text-decoration:underline;}
.tl{ text-decoration:line-through;}
.markerLineYellow{ background: url(http://www.nlpjapan.co.jp/images/marker_yellow.gif) 0px 0px no-repeat;}
.markerLineBlue{ background: url(http://www.nlpjapan.co.jp/images/marker_blue.gif) 0px 0px no-repeat;}
.markerLinePink{ background: url(http://www.nlpjapan.co.jp/images/marker_pink.gif) 0px 0px no-repeat;}
