/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url('design.css');

body {
	overflow-x: hidden;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #FFF;
}


.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0 > div {
    padding-right: 0px;
    padding-left: 0px;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
}

.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
}

.row-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
}

.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0 > div {
    padding-right: 0px;
    padding-left: 0px;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
}

.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
}

.row-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.sec-pad {
    padding: 80px 0;
}

.sec-pad h2 {
    margin-bottom: 40px;
}

.clearFix {
    clear: both;
}

strong.attention {
	color: #ea5519;
	font-weight: bold;
}


@media(max-width:768px) {
body {
	font-size: 13px;
}
}



















/* Header */
.commonHeader {
   width:100%;
   position: fixed;
   top:0;
   left:0;
	 background: -moz-linear-gradient(left, #e47e31, #d15519);
	 background: -webkit-gradient(linear, left top, right bottom, from(#e47e31), to(#d15519));
   z-index: 10000;
   height: 40px;
   overflow: hidden;
   _zoom:1;
}

.commonHeader a {
	color: white !important;
	text-decoration: none !important;
}

.commonHeader a:hover {
	color: white !important;
	text-decoration: underline !important;
}

.globalHeader {
	background: -moz-linear-gradient(left, #516ee4, #4933d1) !important;
	background: -webkit-gradient(linear, left top, right bottom, from(#516ee4), to(#4933d1)) !important;
	z-index: 10000;
	height: 40px;
	overflow: hidden;
	_zoom:1;
}


.managementHeader {
	background: -moz-linear-gradient(left, #848484, #444444) !important;
	background: -webkit-gradient(linear, left top, right bottom, from(#848484), to(#444444)) !important;
	z-index: 10000;
	height: 40px;
	overflow: hidden;
	_zoom:1;
}

.commonNav {
   float: left;
}

.commonNav ul {
   overflow: hidden;
   _zoom:1;
   margin-bottom: 0;
    -webkit-padding-start: 10px;
}

.commonNav ul li {
   display: block;
   float: left !important;
   list-style: none;
}

.commonNav ul li a {
	display: block;
    padding:10px 20px;
	color: #FFF;
	font-weight: bold;
}

.commonNav ul li.active a {
	background: #FFF;
	color: #191d6a;
}

.login {
    float:right;
	color: #FFF;
	display: block;
    padding:10px;
	color: #FFF;
	font-weight: bold;
}

.login i {
   margin-right: 10px;
}


@media(max-width:768px) {
.commonNav {
   display: none;
}
}


/* Toggle Styles */
.pageContents {
margin-top: 40px;

}

.wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.wrapper.toggled {
	padding-left: 280px;
}
.sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 270px;
	left: 270px;
	width: 0;
	height: 100%;
	margin-left: -270px;
	overflow-y: auto;
	background: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sidebar-wrapper h1 {
	text-align: center;
	padding: 50px 0;
	margin: 0;
}
.sidebar-wrapper h1 img {
	width: 70%;
	height: auto;
	margin: auto;
}
.wrapper.toggled .sidebar-wrapper {
	width: 280px;
}

.wrapper.toggled #menu-toggle {
    display: none;
}

@media(max-width:767px) {
.sidebar-wrapper {
}
}



.page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 30px 0 15px;
}
.wrapper.toggled .page-content-wrapper {
	position: absolute;
	margin-right: -280px;
}
/* Sidebar Styles */

.sidebar-nav {
	width: 270px;
	margin: 0;
	padding: 0 0 80px;
	list-style: none;
    border-top: 1px solid #DDD;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 50px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #00aeef;
	background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav-boarder {
    border-bottom: 1px solid #DDD;
}

.sidebar-panel a .fa {
    float: right;
	padding-top: 17px;
	padding-right: 17px;
}

.sidebar-panel .panel-body {
   padding: 0 0 15px;
}

.sidebar-panel .panel-body ul {
   -webkit-padding-start: 30px;
}

.sidebar-panel .panel-body ul li {
   text-indent: 0;
   line-height: 30px;
   list-style: none;
}

.sidebar-panel .panel-body ul li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #777;
	font-weight: normal;
}

.sidebar-panel .panel-body ul li a:hover {
    color: #08c;
}




.sidebar-nav > .sidebar-brand a {
	color: #FFF;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
}
.sidebar-nav > li.sidebar-sub {
    margin: 0;
    line-height: 30px;
}
.sidebar-nav > li.first-child {
    margin-top: 20px;

}
.sidebar-nav > .sidebar-sub a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #777;
	font-weight: normal;
}
a.menu-toggle {
	display: block;
	position: absolute;
	left: 15px;
	top: 25px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 11px;
	background: #ea5519;
	text-align: center;
}
a.menu-toggle i {
    font-size: 16px;
}
a.menu-toggle-close {
    margin: 23px auto 20px;
	display: block;
	float: right;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 11px;
	background: #ea5519;
	text-align: center;
}

a.menu-toggle-close i {
    font-size: 16px;
}




@media(max-width:767px) {
.topArticleUpdate .col-lg-6 {
	padding: 0;
}
}

@media(min-width:768px) {
.wrapper {
	padding-left: 0;
}
.wrapper.toggled {
	padding-left: 0;
}
.sidebar-wrapper {
	width: 270px;
}
.wrapper.toggled .sidebar-wrapper {
	width: 0;
}
.page-content-wrapper {
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.wrapper.toggled .page-content-wrapper {
	position: relative;
	margin-right: 0;
}
a.menu-toggle, a.menu-toggle-close {
	display: none;
}
}
/* Common Style*/
.colorCoachABlue-bg {
	background: #191d6a;
}
.colorPink-bg {
	background: #ee63a3;
}
.colorBlue-bg {
	background: #0e76bc;
}
.colorOrange-bg {
	background: #cb5833;
}
.colorGreen-bg {
	background: #205450;
}
.colorPink-Text {
	color: #ee63a3;
}
.mobileOn {
	display: block;
}
.mobileOff {
	display: none;
}
.mobileSiteTtl {
	text-align: center;
}
.mobileSiteTtl img {
	width: 200px;
	height: auto;
}
h1.mobileSiteTtl {
	margin: 0 0 30px;
}
img.icn {
	width: auto;
	height: 20px;
	vertical-align: middle;
}






footer {
	margin-top: 27px;
	overflow: hidden;
	_zoom: 1;
}
footer .logo {
	width: 250px;
	height: auto;
	float: right;
}
footer .copy {
	text-align: center;
}
footer .copy small {
	font-size: 12px;
}

@media(min-width:768px) {
.mobileOn {
	display: none;
}
.mobileOff {
	display: block;
}
}






/* TopPageStyle*/
.topSection {
    padding: 15px 50px 15px;

}

.topBox {
    background: #fff;
	color: #555;
	padding: 0 0 20px;
}

img.capImg {
	width: 100%;
	height: auto;
}

.topBox h2, .topBox h3 ,.topBox p {
    padding-right: 15px;
    padding-left: 15px;
}

.topBox h3 {
    font-size: 16px;
	font-weight: bold;
	margin: 10px 0 20px;
	color: #ea5519;
	line-height: 1.4em;
}


.dailyQuestion {
    padding: 50px 50px 25px;
}




.dailyQuestion p, .enqueteTop p {
	font-size: 18px;
	margin-left: 150px;
	margin-bottom: 0;
	line-height:1.4em;
}
.toppageTtl {
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
	margin: 0;
	font-weight: bold;
}
.toppageTtl2 {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width:150px;
	margin: 0;
}
.toppageTtl2 span {
	vertical-align: middle;
}
.toppageTtl2 img.icn {
	padding-right: 10px;
}
.topList .list-group-item {
	border: none;
	overflow: hidden;
	_zoom:1;
    background: #F3F4F5;
}
.topLink {
	margin-top: 3em;
}
.enqueteTop {
    padding: 30px 15px;
	margin: 0 15px;
	background: #F3F4F5;
	overflow: hidden;
	_zoom:1;
}
.enqueteTop h2 {
margin-bottom: 30px;

}

/* article style */
.container-fluid {
	padding: 0;
	word-wrap: break-word;
}

.article {
	box-sizing: border-box;
	margin-bottom: 50px;
	padding:0 50px;
}
.article h2 {
  position: relative;
  font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 47px;
	margin-bottom: 50px;
}
.article h2:before {
	content: "";
  position: absolute;
  bottom: -20px;
  width: 70px;
  border-bottom: 3px solid #ea5519;
}

.article-global h2:before {
	border-bottom: 3px solid #1933ea !important;
}

.article h2 i.fa {
	margin-right: 5px;
	color: #ea5519;
}

h2 span.catTtl {
	font-size: 14px;
	padding: 30px 0;
	margin: 0;
	font-weight: bold;
	color: #333;
	 letter-spacing: 0em;
}

.article h3 {
    font-size: 16px;
	border-bottom: 1px solid #DDD;
	margin: 30px 0 20px 50px;
	padding-bottom: 5px;
}

.article p {
	margin-left: 0;
	line-height: 1.5em;
	font-size:15px;
}

.article li {
	margin-left: 0;
	line-height: 1.8em;
	font-size:15px;
}

p.date {
    color: #777;
	margin-left: 0;
	margin-bottom: 20px;
}


@media(max-width:767px) {
	.topSection {
		padding-left:10px;
		padding-right: 10px;
	}
.dailyQuestion {
	padding-left:10px;
	padding-right: 10px;
}
.article {
		padding:0 10px;
	}
.article h2 {
	   font-size: 18px;
		 line-height: 24px;
		 margin-top: 30px;
		 margin-bottom: 30px;
}
.article h3 {
  font-size: 14px;
}
.article p {
	font-size:14px;
}

.dailyQuestion {
	padding-top: 30px;
}
.toppageTtl2 {
	font-size: 12px;
	float: none;
	margin-bottom: 5px;
}
.dailyQuestion p, .enqueteTop p {
	font-size: 15px;
	margin-left: 0;
	margin-bottom:0;
}
}





/* 会員登録のステップ */
.stepList{
	padding: 0;
}

.step {
	overflow: hidden;
	_zoom:1;
	margin-bottom: 15px;
	list-style: none;
}

.stepNum {
	position: absolute;
	display: block;
	width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 20px;
	text-align: center;
	background: linear-gradient(325deg,#16a086,#19bda2)!important;
	color: #FFF;
	font-family: 'oswald', sans-serif;
	line-height: 1em;
	z-index: 2;
}

.stepNumTxt {
  position: relative;
  top:27%;
  transform: translateY(-50%);
}

.stepBox {
	position: relative;
	top:5px;
	left:30px;
	background: #F7F7F7;
	padding: 10px 60px 15px 60px;
	z-index: 1;
}
.stepBox h4 {
	color:#16a086 !important;
	font-weight: bold;
	padding:0;
	margin: 20px 0 !important;
	font-size: 16px;
}

@media(max-width:767px) {
	.stepNum {
		width: 50px;
	  height: 50px;
	  font-size: 14px;
	}
	.stepBox {
		position: relative;
		top:5px;
		left:20px;
		background: #F7F7F7;
		padding: 10px 35px 15px 35px;
		z-index: 1;
	}
}





/* 受講プラン */
.payment-area {
	width: 100% !important;
	max-width: 1500px;
	box-sizing: border-box;
}

.payment-area div.paymentBlock {
	border: 1px solid #DDD;
	padding: 0;
	margin-bottom: 20px;
}

.payment-area div.paymentBlockTtl {
	display: none;
}

.payment-area div.paymentBlock h3 {
    color: #FFF !important;
		font-weight: bold;
		text-align: center;
    padding: 15px 10px;
    margin: 0 !important;
		font-size: 20px !important;
		border-left:none;
}

.payment-area div.yellow {
	border: 1px solid #f39c11;
	color: #ea5519;
	font-weight: bold;
}
.payment-area div.green {
	border: 1px solid #16a086;

}

.payment-area div.yellow h3{
	background: linear-gradient(325deg,#f39c11,#f1c40f)!important;
}
.payment-area div.green h3{
	background: linear-gradient(325deg,#16a086,#19bda2)!important;
}




.payment-area div.paymentBlock ul{
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.payment-area div.paymentBlock ul li, .payment-area div.paymentBlockTtl ul li {
    list-style-type: none;
    text-align: center;
    padding: 20px 5px;
}
.payment-area div.paymentBlock ul li:nth-child(even), .payment-area div.paymentBlockTtl ul li:nth-child(even) {
	background: #f7f7f7;
}

.payment-area div.paymentBlock ul li {
	text-align: center;
}




.payment-area div.paymentBlockTtl ul li span.cd-ttl {
	display: block;
	font-size:16px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 5px;
}

.payment-area div.paymentBlockTtl ul li span.cd-txt {
	display: block;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}

.payment-area div.paymentBlock span.cd-ttl{
	display: block;
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}

.cd-value {
	font-size: 30px;
	font-family: 'oswald', sans-serif;
	font-weight: 400;
}

.cd-txt-onoff {
	font-size: 24px;
	font-weight: 700;
}

.cd-duration {
	color: rgba(23, 61, 80, 0.4);
}

a.plan-btn {
	display: block;
	width: 90%;
	margin: 30px auto;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	color:#FFF;
	border-radius: 30px;
  -webkit-transition: background linear 0.2s;
  -moz-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
}

.yellow a.plan-btn {
	background: linear-gradient(325deg,#f39c11,#f1c40f);
}

.yellow a.plan-btn:hover {
	background: #f39c11;
	text-decoration: none;
}

.green a.plan-btn {
		background: linear-gradient(325deg,#16a086,#19bda2);
}
.green a.plan-btn:hover {
	background: #16a086;
	text-decoration: none;
}

@media only screen and (max-width: 999px) {
	.payment-area div.paymentBlock {
		width: 100%;
		float: none;
	}
}

@media only screen and (min-width: 1000px) {
.payment-area div.paymentBlockTtl {
	display: block;
}
.payment-area .col-md-4:nth-of-type(2) ul{
  margin: 57px auto 0;
	padding: 0 ;
}
.payment-area .col-md-4:nth-of-type(2) ul li {
	padding: 20px;
}
.payment-area div.paymentBlock span.cd-ttl{
	display: none;
	font-size: 14px;
}
.plan-period {
	height:140px;
}
.plan-value {
	height:80px;
}
.plan-person {
	height:80px;
}
.plan-kit{
	height:140px;
}
.plan-article{
	height:140px;
}
.plan-freeArticle{
	height:140px;
}
.plan-question{
	height:140px;
}
.plan-mailnews{
	height:140px;
}
}

/* 登録フォーム */
.formItem {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	overflow: hidden;
	_zoom:1;
	margin: 30px 0;
	background: #F7F7F7;
}

.formItem dt {
	clear: left;
	width: 250px;
	float: left;
	padding:15px 10px;
	background: #F7F7F7;
	border-top:1px solid #DDD;
	line-height: 1.4em;
}

.formItem dd {
	margin-left: 250px;
	padding:15px 10px;
	border-top:1px solid #DDD;
	background: #FFF;
	line-height: 1.4em;
}

.formItem-ttl-short dt {
	width:150px;
}

.formItem-ttl-short dd {
	margin-left: 150px;
}

.must {
	background: #cc0000;
	padding:2px;
	font-size: 11px;
	text-align: center;
	float: right;
	width:45px;
	box-sizing: border-box;
	color: #FFF;
	font-weight:bold;
}

.noteTxtList {
	padding:20px;
	border: 1px solid #DDD;
}


.noteTxtList li {
	list-style: none;
	line-height: 1.6em;
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 1em;
}

.noteTxtList li:last-child {
	margin-bottom: 0;
}
.applyBtnArea {
	margin: 30px 0;
}

.commitBtn {
	font-weight: bold;
	padding: 6px 50px;
}

.errorlist {
	padding: 0 !important;
	line-height: 1.8em !important;
	margin-bottom: 0 !important
}

a.btn-ville-strong {
	display: block;
	min-width: 250px;
	margin: 20px auto;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	color:#FFF;
	border-radius: 30px;
	font-weight: bold;
  -webkit-transition: background linear 0.2s;
  -moz-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
	background: linear-gradient(325deg,#0e68c1,#0F78E1);

}


a.btn-ville-strong:hover {
	color: #FFF;
	background: #0e68c1;
}

.btn-ville-default {

}

.agreement-policy div {
	width:100%;
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #DDD;
	padding:10px;
	box-sizing: border-box;
}

#zeus_registerd_card_area, #zeus_new_card_area {
    margin: 0 0 30px 0 !important;
}


#zeus_token_action_type_new {
	margin: 30px 0 0;
}

#zeus_token_action_type_quick {
	margin-right: 5px;
}

#zeus_token_action_type_new {
	margin-right: 5px;
}


@media(max-width:767px) {
	.formItem dt {
		width: 100%;
		float: none;
		padding:10px 5px;
		box-sizing: border-box;
	}

	.formItem dd {
		width: 100%;
		padding:10px 5px 30px;
		margin-left: 0;
		box-sizing: border-box;
	}

	.formItem-ttl-short dt {
		width:100%;
	}

	.formItem-ttl-short dd {
		margin-left: 0;
	}
}




/* インフォメーション */
.newLogin dt, .newLogin dd {
	height: 100px;
}
.newLogin dt {
	text-align: center;
}
.newLogin dt img {
	width:auto;
	height:40px;
	margin-bottom: 10px;
}

/* よくあるご質問・お問い合わせ */
.faqList {
	border: 1px solid #DDD;
	padding:30px;
}
.faqList ol li {
	line-height: 1.8em;
}
.faq-box {
	margin: 40px 0;
}

.faq-box dt {
	background: #F7F7F7;
	padding:10px;
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
	_zoom:1;

}

.faq-box dd {
	padding:10px;
	overflow: hidden;
	_zoom:1;
}

.faq-box span.faq-icon {
	font-size: 20px;
	display: block;
	width:60px;
	float: left;
	font-weight: 700;
	text-align: right;
}

.faq-box dt span.faq-icon {
	color: #16a086;
}
.faq-box dd span.faq-icon {
	color: #ea5519 !important;
}

.faq-box .faq-txt {
	margin-left: 70px;
}

.faq-box dt .faq-txt {
	display: block;
	margin-top: 3px;
}

.faq-box dd .faq-txt {
	font-size: 15px;
	line-height:1.8em;
}

@media(max-width:767px) {
	.faqList {
		padding: 15px;
	}
		.faqList ol {
			padding: 0 0 0 30px;
		}
	.faqList ol li {
		line-height: 2em;
		font-size: 13px;
	}
	.faq-box {
		margin: 30px 0;
	}

	.faq-box dt {
		font-size: 14px;

	}

	.faq-box dd {
		padding:10px;
		overflow: hidden;
		_zoom:1;
	}

	.faq-box span.faq-icon {
		font-size: 14px;
		display: block;
		width:100%;
		box-sizing: border-box;
		float: none;
		text-align: left;
	}

	.faq-box .faq-txt {
		margin-left: 0px;
	}

	.faq-box dt .faq-txt {
		display: block;
	}

	.faq-box dd .faq-txt {
		font-size: 14px !important;
	}
	.faq-box dd .faq-txt ol {
		padding-left: 25px;
	}
	.faq-box dd .faq-txt ol li {
		font-size: 14px;
	}
}
