@charset "utf-8"; 



a {
  color:#000000; 
  text-decoration:none;
}
html,body {	height:100%;}
html {
  font-size:62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
  color:#181818; 
}

textarea { font-size: 100%; }
img { vertical-align: bottom; }
.fl {float:left;}
.fr {float:right;}
.bold {font-weight:bold;}
.ac {text-align:center;}
.ar {text-align:right;}
.ul {text-decoration:underline;}

.red{
  color:#d60000;
  font-size: 20px;
}

.mb27{
  margin-bottom:2.7em;
}
.mb32{
  margin-bottom:3.2em;
}
.mb48{
  margin-bottom:4.8em;
}
/* ------------------------------
    base
------------------------------ */

p,table,dl,ol {
  font-size: 1.5rem;
  line-height: 2;
}

p + p {
  margin:1.6em 0 0 0;
}

p.sp2 {
  margin:3.2em 0 0 0 !important;
}

p.sp3 {
  margin:4.2em 0 0 0 !important;
}

/* ------------------------------
    contents
------------------------------ */
header {
  border-top: 6px #1E2380 solid;
  background: url(../images/muryoreport_bg_header_main.png) 0 bottom no-repeat;
  background-size: cover;
  padding:40px 0 0 0;
}

.inner {
  width:1000px;
  margin:0 auto;
}

header h1{
  background:url(../images/muryoreport_main_img.png) center top no-repeat;
  height:350px;
}
	
header h1 img{
  display:none;
}


.arrow{
  margin:-25px auto 0 auto;
  text-align:center;
}

.contents {
  margin:0 0 0 0;
}

.contents .main {
  height: auto;
  margin:100px 0 0 0;
  padding:0 0 0 50px;
  box-sizing: border-box;
}

.copy-area {
  width:auto;
  margin:0 auto;
  text-align:center;
  background:#000;
  padding:30px 0 30px 80px;
}

iframe.top-iframe{
  width: 100%;
  height: 606px;
}

h2.title{
	width:1000px;
}

.main ul {
  margin:30px 0 0 0;
}
span.underline {
    background-repeat: repeat-x;
    background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
    background-position: right bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204,0,0,0)), color-stop(0.1, rgba(204,0,0,0.02)), color-stop(0.5, rgba(204,0,0,1)), color-stop(0.98, rgba(204,0,0,0)), to(rgba(204,0,0,0)) );
    background-image: -webkit-radial-gradient(center center,0.2em 0.1em,rgba(204,0,0,1) 0,rgba(204,0,0,0) 0.1em,rgba(204,0,0,0) 0.2em),
 -webkit-radial-gradient(center center,0.4em 0.1em,rgba(204,0,0,1) 0,rgba(204,0,0,0) 0.3em,rgba(204,0,0,0) 0.4em),
 -webkit-radial-gradient(center center,0.7em 0.1em,rgba(204,0,0,1) 0,rgba(204,0,0,0) 0.6em,rgba(204,0,0,0) 0.7em),
 -webkit-radial-gradient(center center,7.1em 0.1em,rgba(204,0,0,1) 0,rgba(204,0,0,0) 7em,rgba(204,0,0,0) 7.1em);
    background-image: radial-gradient(0.2em 0.1em at center center,rgba(204,0,0,1),rgba(204,0,0,0)),
 radial-gradient(0.4em 0.1em at center center,rgba(204,0,0,1),rgba(204,0,0,0)),
 radial-gradient(0.7em 0.1em at center center,rgba(204,0,0,1),rgba(204,0,0,0)),
 radial-gradient(7.1em 0.1em at center center,rgba(204,0,0,1),rgba(204,0,0,0));
}
.sign{
  text-align:right;
  margin:50px 30px 50px 0;
}

h3 {
  color:#cc0000;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  line-height:1.4;
  margin:50px 10px;
}

.introduction-area{
  padding:80px 20px 80px 20px;
}

.introduction-area .inner{
  width:820px;
}
	
.introduction-area p{
  font-size:18px;
  line-height:2;
}

.introduction-area p strong{
  line-height:2;
}

.pic-area{
  float:right;
  width: 240px;
  margin:20px 0 0 0;
  text-align:center;
}


.pic-area img.ph-shiba{
  width: 100%;
  max-width: 200px;
  margin:0 0 30px 0;
  text-align:center;
}

.pic-area img.ph-book{
  width: 100%;
  max-width: 120px;
  margin:0 0 5px 0;
  text-align:center;
}


.introduction-area .check-area{
  margin:30px 0;
  padding:40px 50px;
  background: #fdfefe;
  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;
  width:750px;
  box-sizing: border-box;

}

.introduction-area .check-area ul{
  margin: 0;
}

.introduction-area .check-area ul li {
  background:url(../images/muryoreport_img_check.png) 0 6px no-repeat;
  font-size:20px;
  font-weight:bold;
  line-height:2.2;
  margin:0 0 5px 0;
  padding:0 0 5px 50px;
}

.download-belt{
  width:auto;
  margin:0 auto;
  text-align:center;
  height:152px;
  background:#003366;
	}
.title {
  color:#003366;
  padding:0;
  height:116px;
  width:900px;
  text-align:center;
  margin: 0 auto;
}

.download-belt .title{
  width:1000px;
}

iframe.bottom-iframe{
  width: 100%;
  height: 850px;
  margin-bottom: -3px;
  background: #cfe6fa;
}


.movement-btn {
  margin:100px auto 50px auto;
  text-align: center;
  font-size:26px;
  font-weight: bold;
  color:#FFF;
}
.movement-btn a{
  background: #cb0003;
  border-bottom: 5px solid #850800;
  border-radius: 5px;
  padding: 30px 35px 25px 35px;
  margin: 10px auto 40px;
  position: relative;
  color:#FFF;
}
.movement-btn a:hover{
  opacity: 0.8;
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
  padding-right:10px;
}

.introduction-belt{
  width:auto;
  margin:0 auto 0;
  text-align:center;
  background:#003366 url(../images/muryoreport_title_report.png) center top no-repeat;
  height:115px;
}
	
.profile-belt{
  width:auto;
  margin:0 auto 0;
  text-align:center;
  background:#003366 url(../images/muryoreport_title_profile.png) center top no-repeat;
  height:115px;
}
	
.profile-belt h2.title{
  width:820px;
}
	
.introduction-belt img,.profile-belt img{
  display:none;
}

.trainer-area{
  width: 1000px;
  margin:50px auto;
  box-sizing: border-box;
  background:#f2f6fc;
  text-align:center;
}

.trainer-area .trainer-box{
  width: 200px;
  float: left;
  padding: 20px 0 20px 5px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}

.trainer-area .trainer-box p{
  font-size:14px;
  line-height:1.5;
  padding:10px 10px 0 10px;
}

.trainer-area .trainer-box img{
  width: 170px;
  height:auto;
}

.trainer-area .trainer-box h3{
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-area{
  padding:50px 20px 80px 20px;
}

.profile-area .inner{
  width:820px;
}

.profile-area p{
  font-size:18px;
  line-height:2;
}

.profile-area p strong{
  font-size:20px;
  line-height:2;
}

.book-area{
  float:right;
  margin:40px 0 20px 40px;
  text-align:center;
}

.book-area h3 strong{
  font-size:18px;
  font-weight:bold;
}

.profile-area ul{
  margin:40px 0 20px 30px;
}

.profile-area ul li{
  list-style-type:disc;
  font-size:16px;
  line-height:1.5;
  margin:10px 0 10px 0;
}

.download02-belt {
  width:auto;
  margin:0 auto;
  text-align:center;
  background:#003366 url(../images/muryoreport_application_title_download.png) center top no-repeat;
  height:115px;
}

.download02-belt img{
  display:none;
}

h3 {
  font-size:15px;
  font-weight:bold;
  line-height:1.5;
  color:#000;
  margin:15px 0 5px 0;
  padding:0 5px;
}


footer {
  background: #333;
  height:auto;
}

footer .attention{
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

footer p{
  color: #FFF;
  font-size:14px;
  padding: 25px 50px 10px 50px;
}

footer p + p{
  margin: 0;
  padding: 0 50px 40px 50px;
}

.copyrightbox {
 width: 100%;
 background-color: #000;
 margin:0 auto;
 padding: 15px 0;
}
.copyright {
  width: 50%;
  float: left;
  font-size: 11px;
  line-height: 1;
  color: #e5e5e5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 5px;
}

.copylink {
  width: 1000px;
  margin:0 auto;
  overflow: hidden;
}

.fnavi {
  float: right;
}

.fnavi ul {
  display: table;  
}

.fnavi li {
  display: table-cell;
  height: 25px;
  line-height: 25px;
  float: left;
  font-size: 11px;
}

.fnavi li+ li {
  border-left: 1px solid #333;
}

.fnavi li a {
  color: #e5e5e5;
  padding: 0 20px;
}

.fnavi li a:hover {
  color: #999;
  text-decoration: none;
}

.copy-area div.copy-area-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {

.br-sp {
  display:none;
}
.mb32{
  margin-bottom:1.6em;
}
.mb48{
  margin-bottom:3.2em;
}
.red{
  font-size: 16px;
}

header {
  border-top:6px #3e2109 solid;
  padding: 10px 0 0 0;
}

.inner {
  width:100%;
  margin:0;
}

header .inner{
  width:100%;
}

header h1{
  margin:0 10px;
  background:none;
  height:auto;
}

header h1 img{
  display: block;
  width:100%;
  height:auto;
}

.contents {
  width:100%;
  margin:0;
}

.contents .main {
  width:100%;
  margin:0 0 0 0;
  float:none;
}

.copy-area {
  width: auto;
  margin: 0 auto;
  text-align: center;
  background: #000;
  padding: 5px 3px 5px 3px;
}

.copy-area .inner p img{
  display:none;
}

.copy-area div.copy-area-sp {
display: block !important;
width: 100%;
padding: 15px;
box-sizing: border-box;
}

.copy-area div.copy-area-sp > p{
  font-feature-settings: "palt";
  color: #FFF;
text-align: left;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
margin:0;
  }

  .copy-area div.copy-area-sp > p:first-child{
    margin:0 0 10px 0;
    }

    
iframe.top-iframe{
  height: 690px;
}

.title {
  width: 100%;
  height:auto;
}

.title img{
  width: 100%;
  height:auto;
}

.download-belt{
  height:auto;
}

.download-belt .title {
  width: 100%;
  height:auto;
}

.download-belt .title img{
  width: 100%;
  height:auto;
}

h2.title{
  width:100%;
}

.main ul {
  margin:8% 0 0 0;
}

.main ul li {
  background:url(../images/icon2.png) 0 6px no-repeat;
  font-size:18px;
  font-weight:bold;
  line-height:2.2;
  padding:0 0 0 30px;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin: 15px 0 5px 0;
  padding: 0 ;
}

.pic-area{
  float:right;
  margin:20px 0 20px 20px;
  text-align:center;
  width:30%;
}

.pic-area img{
  height: auto;
  width:90%;
}

.profile-belt{
  width:100%;
  margin:20px auto 0;
  background:none;
  height:auto;
}

.profile-belt h2.title{
  width: 100%;
}
	
.profile-belt img{
  display: block;
  width:100%;
  height:auto;
}

.introduction-belt{
  width:100%;
  margin:20px auto 0;
  background:none;
  height:auto;
}
	
.introduction-belt img{
  display: block;
  width:100%;
  height:auto;
}

.introduction-area p {
  font-size: 17px;
  line-height: 1.8;
}
.introduction-area p strong {
  font-size: 17px;
  line-height: 1.8;
}

.introduction-area .check-area{
  margin:30px 0;
  padding:15px 15px;
  width:100%;
  box-sizing: border-box;
}

.introduction-area .check-area ul{
  margin: 0;
}

.introduction-area .check-area ul li {
  background:url(../images/muryoreport_img_check.png) 0 4px no-repeat;
  font-size:17px;
  font-weight:bold;
  line-height:1.5;
  margin:0 0 10px 0;
  padding:0 0 5px 25px;
  background-size:18px 16px;
}
.sign{
  text-align:right;
  margin:30px 20px 50px 0;
}

.profile-area {
    padding: 30px 20px 40px;
}
.profile-area .inner {
  width:100%;
}
.book-area {
  float: none;
  margin: 20px 0 20px 0;
  text-align: center;
}
.profile-area p {
  font-size: 17px;
  line-height: 1.8;
}

.book-area{
  float: none;
  margin:30px auto 20px auto;
  text-align:center;
}

.book-area h3 strong{
  font-size:17px;
  font-weight:bold;
}

.profile-area ul{
  margin: 40px 0 20px 20px;
}

.profile-area ul li{
  list-style-type: disc;
  font-size: 17px;
  line-height: 1.5;
  margin: 10px 0 10px 0;
}

.introduction-area {
  padding: 50px 20px;
}

.introduction-area .inner{
  width:100%;
}

.download02-belt {
  width: auto;
  margin: 0 auto;
  text-align: center;
  background: #003366;
}
.download02-belt {
  background:none;
  height:auto;
}

.download02-belt img{
  display: block;
  width:100%;
  height:auto;
}

.trainer-area {
  width:100%;
  margin: 30px auto;
  box-sizing: border-box;
  background: #f2f6fc;
  text-align: center;
}	

.trainer-area .trainer-box {
  width:100%;
  float: none;
  padding: 15px 15px 30px 15px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
}
.trainer-area .trainer-box:last-child {
  padding: 15px 15px 15px 15px;
}
.trainer-area .trainer-box img{
  width: 90px;
  height:auto;
  float: left;
  margin: 0 10px 5px 0;
}
.trainer-area .trainer-box  h3{
  height: auto;
  display: block;
  text-align:left;
  margin:0;
}
.trainer-area .trainer-box p {
  padding: 10px 0 0 0;
  font-size:13px;
}

.movement-btn {
  margin:20px auto;
  font-size:16px;
  line-height:1.3;
}
.movement-btn a{
  margin:10px;
  padding:15px 5px;
  display:block;
}
.movement-btn a:hover{
  opacity: 0.8;
}

iframe.bottom-iframe{
  height: 650px;
}

.copyrightbox {
  width: 100%;
  background-color: #000;
  margin:0 auto 0 auto;
  padding: 15px 0;
}
.copyright {
  width: 100%;
  float: none;
  font-size: 9px;
  line-height: 1;
  color: #e5e5e5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 5px;
  padding-top: 20px;
  text-align: center;
}

.copylink {
  width:90%;
  margin:0 auto;
  overflow: hidden;
}
footer p {
  color: #FFF;
  font-size: 13px;
  line-height:1.5;
  padding: 25px 20px 10px 20px;
}

footer p strong{
  font-size: 14px;
}

footer p + p {
  margin: 0;
  padding: 0 20px 30px 20px;
}
footer .attention {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.fnavi {
  float:none;
}

.fnavi ul {
  display: table;  
}

.fnavi li {
  display: table-cell;
  width:100%;
  float:left;
  font-size: 13px;
  padding: 10px;
  height: 45px;
  box-sizing: border-box;
}

.fnavi li+ li {
  border-left:none;
}

.fnavi li a {
  display: block;
  color: #e5e5e5;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
}

.fnavi li a:hover {
  color: #999;
  text-decoration: none;
}

.pic-area img.ph-book{
  width: 100%;
  max-width: 100px;
  margin:0 0 5px 0;
  text-align:center;
}

}

.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;
    box-sizing: border-box;
	line-height: 1.5;
}
a.pagetop:hover {
    opacity: 0.6;
    color: #fff;
}
/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
  
.cf {
  display: inline-block;
} 

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}
.cf {
  display:block;
}
/* End Hack */ 



/*アコーディオン
------------------------------------------------------------*/
.pcdn {
    display: none;
}
.spdn {
    display: block;
}
div.about-accordion-ttl{
margin: 0 auto 50px;
padding: 20px 0 20px 10px;
display: table;
text-align: left;
border-bottom: solid 1px #99caed;
border-top: solid 1px #99caed;
max-width: 820px;
width: 100%;
}

h2.nlp-beginnerh2{
font-size: 26px;
font-weight: bold;
text-align: center;
color: #111111;
line-height: 1.5;
}

p.nlp-programme{
	width: 95%;
	margin:0 auto;
	padding-left:1em;
	text-indent:-1em;	
}

.switch_pc{
	display: block;
}
.switch_sp{
	display: none;
}

.about-nlp-box .about-nlp-intro{
  margin: 50px auto 0;
  padding: 0;
  width: 100%;
  text-align: left;
  background:#ffffff;
  font-size:18px;
}

.about-nlp-box .about-nlp-intro .about-nlp-text > h2{
margin: 0 auto 20px;
display: block;
font-size: 20px;
text-align: center;
line-height: 1.4;
}

.about-nlp-box .about-nlp-intro .about-nlp-text > h2 strong{
font-size: 3.5rem;
}

.about-nlp-box .about-nlp-intro.active{
  border: #3c70a4 0px solid;
}

h3.about-nlp-accordion{
	margin: 50px auto 50px;
	padding: 20px 0 15px 0;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	color: #0575c4;
	border-top:solid 1px #99caed;
	border-bottom:solid 1px #99caed;
}

.about-nlp-box img{
width:100%;
}

div.about-nlp-box div.about-nlp-intro div.about-nlp-text div.hide-area ul.about-aco-list{
	margin: 0 0 4.5em 2.0em;
	list-style-type: disc !important;
	font-weight: bold;
	color: #0575c4;
}

div.about-nlp-box div.about-nlp-intro div.about-nlp-text ul.about-aco-list li{
	list-style-type: disc !important;
}


.about-nlp-box ul.about-aco-list li{
	font-weight: bold;
	color: #0575c4;
	font-size: 18px;
	line-height: 1.8;
}

.about-nlp-box ul.about-aco-list li span.circle-big{
	font-size: 21px;
	color: #0575c4;
	letter-spacing: 0px;
}

.about-nlp-box ul.about-aco-list li span.list-nomal-blk{
	color: #333;
	font-weight: normal;
}	

.about-nlp-box .about-nlp-intro .name{
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}

.about-nlp-box .about-nlp-intro p{
  margin-bottom: 3.4em;
  font-size: 18px;
  line-height: 1.8;
}

.about-nlp-box .about-nlp-intro p.halfbtm{
  margin-bottom: 1.7em ;
  font-size: 18px;
  line-height: 1.8;
}

.about-nlp-box .about-nlp-intro p{
  margin-bottom: 3.4em;
  font-size: 18px;
  line-height: 1.8;
}

.about-nlp-box .about-nlp-intro p.title{
  margin: 0 0 30px 0;
  font-size:22px;
  color: #3c70a4;
  font-weight:bold;
  line-height: 1.5;
  text-indent:0;
}

.about-nlp-box .about-nlp-intro .hide-area{
  display: none;
}

.about-nlp-box .about-nlp-intro .accordion a.toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0.5em;
  position: relative;
}

.about-nlp-box .about-nlp-intro .accordion a.toggle .accordion-btn {
display: block;
text-decoration: none;
cursor: pointer;
position: relative;
height: auto;
width: 70%;
margin: 0 auto;
padding: 15px 0;
text-align: center;
font-size: 17px;
font-weight: bold;
color: #FFF;
background: #0071a7;
}

.about-nlp-box .about-nlp-intro .accordion .accordion-btn::after {
  content: "心理学NLPについて詳しく見る　▼"
}

.about-nlp-box .about-nlp-intro .accordion .accordion-btn.active::after {
  content: "閉じる　▲"
}
.about-nlp-box .about-nlp-intro .accordion .accordion-btn,
.about-nlp-box .about-nlp-intro .accordion .accordion-btn span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.about-nlp-box .about-nlp-intro .accordion .accordion-btn span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 25px;
  left: 25px;
}
.about-nlp-box .about-nlp-intro .accordion .accordion-btn span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.about-nlp-box .about-nlp-intro .accordion .accordion-btn span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.about-nlp-box .about-nlp-intro .accordion .accordion-btn.active span:nth-of-type(1) {
  display:none;
}
.about-nlp-box .about-nlp-intro .accordion .accordion-btn.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

span.aco-deco{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
.about-nlp-box{
  width: 94%;
}
.about-nlp-box .about-nlp-intro .accordion a.toggle .accordion-btn {
  margin: 0 auto;
}
}

@media screen and (max-width: 480px) {
.mb27{
  margin-bottom:3.0em;
}
	
.pcdn {
    display: block;
}
.spdn {
    display: none;
}

.switch_pc{
	display: none;
}
.switch_sp{
	display: block;
}	
p.nlp-programme{
	width: 95%;
	margin:0 auto 30px;
	padding-left:1em;
	text-indent:-1em;	
}

div.about-accordion-ttl{
margin: 0 auto 30px;
padding: 15px 0 ;
display: table;
text-align: left;
border-bottom: solid 1px #99caed;
border-top: solid 1px #99caed;
max-width: 820px;
width: 100%;
}

	
h2.nlp-beginnerh2{
font-size: 21px;
font-weight: bold;
text-align: center;
color: #111111;
line-height: 1.2;
}

	
div.intro div.text-wrap div.about-accordion-ttl{
  margin: 0 auto 30px;
}
	
.about-nlp-box .about-nlp-intro{
  margin: 40px auto 0px;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  background:#ffffff;
  font-size:16px;
}
	
.about-nlp-box ul.about-aco-list li span.circle-big{
	font-size: 20px;
	color: #0575c4;
	letter-spacing: 0px;
}
	
.about-nlp-box .about-nlp-intro .about-nlp-text > h2{
margin: 0 auto 15px;
display: block;
font-size: 20px;
text-align: center;
line-height: 1.4;
}
	
.about-nlp-box .about-nlp-intro .about-nlp-text > h2 strong{
font-size: 30px;
}

.about-nlp-box h3.about-nlp-accordion{
	margin: 0 auto 30px;
	padding: 20px 0 15px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}

.about-nlp-box ul.about-aco-list{
	margin: 0 0 3.0em 1.2em;
	list-style: disc;
	font-weight: bold;
	color: #0575c4;
}


div.about-nlp-box div.about-nlp-intro div.about-nlp-text div.hide-area ul.about-aco-list{
	margin: 0 0 3em 1.2em;
	list-style-type: disc !important;
	font-weight: bold;
	color: #0575c4;
}

.about-nlp-box ul.about-aco-list li{
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #0575c4;
	font-size: 16px;
	line-height: 1.4;
}	
	
.about-nlp-box .about-nlp-intro .accordion a.toggle .accordion-btn {
display: block;
text-decoration: none;
cursor: pointer;
position: relative;
height: auto;
width: 95%;
margin: 0 auto;
padding: 15px 0;
text-align: center;
font-size: 16px;
font-weight: bold;
color: #FFF;
background: #0071a7;
}
	
.about-nlp-box .about-nlp-intro .accordion a.toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0em;
  position: relative;
}


.about-nlp-box{
  margin: 0 auto 10px;
  width: 94%;
}

.about-nlp-box .about-nlp-intro{
  padding: 0; 
}


.about-nlp-box .about-nlp-intro .about-nlp-text{
  width: 100%;
  float: none;
}

.about-nlp-box .about-nlp-intro .name {
  margin: 0 0 20px 0;
  font-size: 13px;
  text-align: center;
}

.about-nlp-box .about-nlp-intro p{
  margin-bottom: 3.2em;
  font-size: 16px;
  line-height: 1.7;
}
	
.about-nlp-box .about-nlp-intro p.halfbtm{
  margin-bottom: 1.7em ;
  font-size: 15px;
  line-height: 1.7;
}

.about-nlp-box .about-nlp-intro p.halfbtm strong{
  margin-bottom: 1.7em ;
  font-size: 15px;
  line-height: 1.7;
}
	
.about-nlp-box .about-nlp-intro p.title{
  margin: 0 0 20px 0px;
  font-size: 18px;
  padding-left: 0;
}

.about-nlp-box .about-nlp-intro .accordion .accordion-btn span {
  top: 20px;
}


}


