/*!
 * 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');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
    font-family: 'Noto Sans','Noto Sans JP', sans-serif;
	color: #444;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    background-color: #FFF;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}



.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:993px) {
	body {
		font-size: 13px;
	}
}



















/* Header */
.commonHeader {
	width:100%;
	position: fixed;
	top:0;
	left:0;
	background: #282828;
	/*background: -moz-linear-gradient(left, rgba(25,29,106,0.9), rgba(77,200,244,0.9));
      background: -webkit-gradient(linear, left top, right bottom, from(rgba(25,29,106,0.9)), to(rgba(23,200,244,0.9)));*/
	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:5px 20px;
	color: #FFF;
	font-weight: bold;
}

.commonNav ul li.active a {
	background: rgba(77,200,244,0.9);

	color: #FFF;
}

.commonNav ul li a img {
	height:30px;
	width: auto;
}

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

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


@media(max-width:993px) {
	.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: 240px;
	width: 0;
	height: 100%;
	margin-left: -240px;
	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: 30px 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:992px) {
	.sidebar-wrapper {
	}
}



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

.sidebar-nav {
	width: 239px;
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
	border-top: 1px solid #DDD;
}
.sidebar-nav li {
	text-indent: 15px;
	line-height: 38px;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #191d6a;
	font-size: 14px;
	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;
}

.slidebar-nav-category {
	background: #282828;
	color: #FFF;
	font-weight: bold;
}

.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: 13px;
	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: #191d6a;
	text-align: center;
}
a.menu-toggle i {
	font-size: 16px;
}
a.menu-toggle-close {
	margin: 13px auto 10px;
	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: #191d6a;
	text-align: center;
}
}
a.menu-toggle-close i {
	font-size: 16px;
}




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

@media(min-width:993px) {
	.wrapper {
		padding-left: 240px;
	}
	.wrapper.toggled {
		padding-left: 0;
	}
	.sidebar-wrapper {
		width: 240px;
		border-right: 1px solid #DDD;
	}
	.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: 50px;
	overflow: hidden;
	_zoom: 1;
}
footer .logo {
	width: 150px;
	height: auto;
	float: right;
}
footer .copy {
	float: left;
}
footer .copy small {
	font-size: 12px;
}

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

ul.side-bnr {
	margin: 0;
	padding: 0 0 30px;

}

ul.side-bnr li {
	list-style: none;
	padding: 0 10px 15px;
	text-align: center;
}

ul.side-bnr li img {
	width:100%;
	max-width: 300px;
}


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

}

.topSectionBg {
	background: #F4F4F4;
}

.topSectionP30 {
	padding-bottom: 30px;
}

.topSection p {
	line-height: 1.6em;
}

.topBox {
	background: #F3F4F5;
	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: 15px 50px 15px;
}




.dailyQuestion p, .enqueteTop p {
	font-size: 1.4rem;
	margin-left: 130px;
	margin-bottom: 0;
	line-height: 1.6em;
	font-weight: 400;
}
.dailyQuestion p a {
	color: #111;
}
.toppageTtl {
	font-size: 24px;
	color: #ea5519;
	text-align: left;
	padding: 20px 0;
	margin: 0;
	font-weight: bold;
}
.toppageTtl2 {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 130px;
	margin: 0;
	color: #ea5519;
}
.toppageTtl2 span {
	vertical-align: middle;
}
.toppageTtl2 img.icn {
	padding-right: 5px;
}
.topList .list-group-item {
	border: none;
	overflow: hidden;
	_zoom:1;
	background: #F3F4F5;
}
.topLink {
	margin-top: 3em;
}
.enqueteTop {
	overflow: hidden;
	_zoom:1;
}
.enqueteTop h2 {
	margin-bottom: 30px;

}

.topTestList {
	padding: 0;
	text-align: left;
	overflow: hidden;
	_zoom: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.topTestList li {
	box-sizing: border-box;
	padding: 0 15px 30px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.topTestList li img {
	width: 100%;
	height: auto;
	border: 1px solid #EEE;
	box-sizing: border-box;
}

.topTestList li h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

.topTestList li p {
	line-height: 1.6em;
	font-size: 14px;
}

.topTestList li a.btn {
	box-sizing: border-box;
	border: 1px solid #ea5519;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #ea5519;
	display: block;
	width: 100%;
}

.topTestList li a.btn:hover {
	background: #ea5519;
	color: #FFF;
}

.topTestList li a.btn-present {
	border: 1px solid #191d6a;
	color: #191d6a;
	margin-top: 10px;
}

.topTestList li a.btn-present:hover {
	background: #191d6a;
	color: #FFF;
}

a.tyoe-link-btn {
	border: 1px solid #191d6a;
	color: #191d6a;
	margin-top: 10px;
}

a.tyoe-link-btn:hover {
	background: #191d6a;
	color: #FFF;
}

.topVille {
}

.topVille div {
	padding: 0 15px;
}

.topVille div:first-child {
	padding-left: 0;
}

.topVille div:last-child {
	padding-right: 0;
}


.topVille h3, .topEnquete h3 {
	color: #191d6a;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.topVille h3 i, .topEnquete h3 i{
	font-size: 20px;
	margin-right: 5px;
}

.topVille p {
	line-height: 1.6em;
}

.topVilleList li {
	background: #FFF;
	border: none;
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
}

.topVilleList li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.topVilleList li:last-child {
	margin-bottom: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.topTxtLink {
	font-weight: bold;
}

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


.pageTtl {
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	margin-bottom: 30px;
	display: table;
	height: 150px;
}

.pageTtl h1{
	position: relative;
	margin: 0;
	color: #333;
	font-size: 2.8rem;
	font-weight:600;
	letter-spacing: 0.05em;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	border-bottom: 2px solid #EEE;
}

.pageTtl h1:after {
    content: "";
    background: #ea5519;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 90px;
    height: 2px;
}

.catTtl a {
	display: inline-block;
	padding: 2px 20px!important;
	margin-bottom: 15px;
	font-size: 14px;
	background: #ea5519;
	border: 1px solid #ea5519;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
}

.catTtl a:hover {
	color: #ea5519;
	background: #F4F4F4;
}

@media(max-width:992px) {
	.pageTtl {
		padding-left: 15px;
		padding-right: 15px;
		height: 100px;
	}
	.pageTtl h1{
		position: relative;
		font-size: 2.4rem;
	}


}


.article {
	box-sizing: border-box;
	max-width: 1000px;
	margin-bottom: 45px;
	padding:0 50px;
}
.article-fluid  {
	box-sizing: border-box;
	margin-bottom: 45px;
	padding:0 50px;
}
.article2000 {
	box-sizing: border-box;
	max-width: 2000px;
	margin-bottom: 50px;
	padding:0 50px;
}
.article h2, h2.articleTtl {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #ea5519
}
.article h2:before, h2.articleTtl:before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 70px;
	border-bottom: 3px solid #ea5519;
}
.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: 20px;
	margin: 20px 0 40px 0;
	color: #ea5519;
	font-weight: bold;
	border-bottom: none;
	line-height: 1.6;
}

.article h4{
	color: #333!important;
	font-weight: bold;
	margin: 30px 0 15px 0!important;
	font-size: 18px;
	line-height: 1.4;
}

.article p {
	margin-left: 0;
	line-height: 1.8em;
	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;
	text-align: right;
	background: #FFF;
}


@media(max-width:992px) {
	.topSection {
		padding-left:10px;
		padding-right: 10px;
	}
	.dailyQuestion {
		padding-left:10px;
		padding-right: 10px;
	}


	.catTtl a {
		font-size: 12px;
	}

	.article {
		padding:0 15px;
	}
	.article-fluid  {
		box-sizing: border-box;
		margin-bottom: 45px;
		padding:0 15px;
	}
	.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:992px) {
	.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: 3000px;
	box-sizing: border-box;
}

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

.payment-area div.paymentBlockTtl {
	border: 1px solid #FFF;
	display: none;
}

.payment-area div.paymentBlockTtl {
}

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

.payment-area div.orange {
	border: 1px solid #ea5519;
	color: #ea5519;
	font-weight: bold;
}
.payment-area div.blue {
	border: 1px solid #3d42a6;
	border-left: none;
	color: #3d42a6;
	font-weight: bold;
}
.payment-area div.gray {
	border: 1px solid #444;
	border-left: none;
	font-weight: bold;
}

.payment-area div.orange h3{
	background: #ea5519;
}
.payment-area div.blue h3{
	background: #3d42a6;
}
.payment-area div.gray h3{
	background: linear-gradient(325deg,#444,#555)!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.paymentBlock ul li span.cd-txt span.small{
	font-size: 13px;
	color: #222;
	font-weight: normal;
}


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

.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;
	margin-bottom: 5px;
}

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

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

.cd-duration {
	font-size: 13px;
}

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

.orange a.plan-btn {
	background: #ea5519;
}

.orange a.plan-btn:hover {
	background: #ef8256;
	text-decoration: none;
}

.blue a.plan-btn {
	background: #3d42a6;
}
.blue a.plan-btn:hover {
	background: #6166c5;
	text-decoration: none;
}

.gray a.plan-btn {
	background: #444;
}
.gray a.plan-btn:hover {
	background: #555;
	text-decoration: none;
}

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

	.payment-area div.blue {
		border: 1px solid #3d42a6;
	}
	.payment-area div.gray {
		border: 1px solid #444;
	}
}

@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;
	}
	.plan160 {
		height:160px;
	}
	.plan100 {
		height:100px;
	}
	.plan90 {
		height:90px;
	}
	.plan80 {
		height:80px;
	}
	.plan70 {
		height:70px;
	}
	.plan140 {
		height:140px;
	}
	.plan-article{
		height:140px;
	}
	.plan-freeArticle{
		height:140px;
	}
	.plan-question{
		height:140px;
	}
	.plan-mailnews{
		height:140px;
	}
}

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

.formItem dt {
	clear: left;
	width: 250px;
	float: left;
	padding:25px 15px;
	background: #F7F7F7;
	border-top:1px solid #EEE;
	line-height: 1.4em;
	font-weight: normal;
}

.formItem dd {
	margin-left: 250px;
	padding:25px 15px;
	border-top:1px solid #EEE;
	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;
	text-align: center;
}

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

.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: 5px;
	font-weight: bold;
	-webkit-transition: background linear 0.2s;
	-moz-transition: background linear 0.2s;
	-o-transition: background linear 0.2s;
	background: #ea5519;

}

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

.btn-ville-strong {
	display: block;
	margin: 20px auto;
	padding: 20px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color:#FFF;
	border-radius: 5px;
	font-weight: bold;
	-webkit-transition: background linear 0.2s;
	-moz-transition: background linear 0.2s;
	-o-transition: background linear 0.2s;
	background: #ea5519;

}

.btn-ville-strong:hover {
	color: #FFF;
	background: #ef8256;;
}

.btn-ville-default {

}

.agreement-policy div {
	width:100%;
	height: 600px;
	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:992px) {
	.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 {
	clear: both;
}

.faqList .panel-default>.panel-heading {
	color: #333;
	background-color: #F4F4F4;
	border-color: #ddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.faqList .panel-title>a {
	color: #337ab7;
}

.faqList h4 {
	margin: 0 !important;
	font-size: 15px;
}

.faqList ul {
	-webkit-padding-start: 0;
}

.faqList ul li {
	line-height: 1.4em;
	list-style: none;
	font-size: 14px;
}
.faq-box {
	margin: 25px 0;
	margin-top: -50px;
	padding-top: 50px;
}

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

}

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

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

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

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

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

.faq-box dd .faq-txt {
	font-size: 14px !important;
	line-height:1.6em;
}

.faq-box dd .faq-txt p, .faq-box dd .faq-txt ul li, .faq-box dd .faq-txt ol li {
	font-size: 14px !important;
	line-height:1.6em;
}

.faq-box dd .faq-txt ul li, .faq-box dd .faq-txt ol li {
	margin-bottom: 0;
}


@media(max-width:992px) {
	.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;
	}
}











/*toppage*/

.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.png) no-repeat top left scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

.intro-testjp {
	background: url(../img/intro-bg-testjp.jpg) no-repeat top left scroll;
}

.intro-career {
	background: url(../img/intro-bg-career.jpg) no-repeat top left scroll;
}

.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}

.intro .intro-body h1.brand-heading {
	font-size: 30px;
	margin-bottom: 36px;
	margin-top: 0;
	font-weight: 400;
	color: #FFF;
	font-family: 'oswald', "Arial Black", Gadget, "sans-serif";
	text-transform: uppercase;
}

.intro .intro-body .brand-heading span.color {
	color: #0060ff;
}

.intro .intro-body .intro-text {
	font-size: 13px;
	text-align: left;
	margin: 30px auto 50px;
	max-width: 750px;
	font-weight: bold;
	line-height: 1.6em;
}

.loginBtn{
	width: 100%;
	border-radius: 3px !important;
	box-sizing: border-box;
	display: block;
	height: 40px;
	background: #0060FF;
	border:1px solid #0060FF;
	font-weight: bold !important;
	font-size: 15px;
}

.loginBtn:hover {
	background: #2f7bfa;
	border:1px solid #2f7bfa;
}

.regBtn{
	width: 100%;
	border-radius: 3px !important;
	box-sizing: border-box;
	display: block;
	height: 40px;
	background: #dc35bb;
	border:1px solid #dc35bb;
	font-weight: bold !important;
	color: #FFF;
	font-size: 15px;
}

.regBtn:hover {
	background: #e15cc7;
	border:1px solid #e15cc7;
	color: #FFF;
}


.regBtn2{
	width: 100%;
	border-radius: 3px !important;
	box-sizing: border-box;
	display: block;
	height: 40px;
	background: #ea5519;
	border:1px solid #ea5519;
	font-weight: bold !important;
	color: #FFF;
	font-size: 15px;
}

.regBtn2:hover {
	background: #ef8256;
	border:1px solid #e15cc7;
	color: #FFF;
}
.loginForm input{
	margin: 0!important;
}

a.loginBoxTxtLink {
	color: #FFF;
}


.catchTopBox {
	height: 650px;
	padding: 50px 30px;
	/*background: #1E2022;*/
	background: #07084d;
	background: linear-gradient(70deg, rgba(0,29,148,.5), rgba(7,8,77,.9)) fixed;
}

.featureArea {
	margin-top: 30px;
}

.featureArea h3 {
	color: #191d6a;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.featureArea  h3 i {
	font-size: 20px;
	margin-right: 5px;
}



.serviceTable {
	background: #F4F4F4;
	width: 100%;
	border-collapse: separate;
}

.serviceTable caption {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background: #191d6a;
	padding: 15px;
	line-height: 1em;
}

.serviceTable tr {

}

.serviceTable th, .serviceTable td {
	padding: 15px;
	vertical-align: top;
	border-bottom: 5px solid #F4F4F4;
}



.serviceTable th {
	width: 250px;
	font-size: 15px;
	color: #191d6a;
	font-weight: bold;
	border-right: 1px solid #FFF;
}

.serviceTable th i {
	margin-right: 8px;
}


.servicePlanTable {
	background: #F4F4F4;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #FFF;
}


.servicePlanTable tr {

}

.servicePlanTable th, .servicePlanTable td {
	padding: 20px;
	vertical-align: top;
	border: 1px solid #FFF;
}



.servicePlanTable th {
	width: 250px;
	font-size: 14px;
	color: #FFF;
	background: #191d6a;
	font-weight: bold;
}

.servicePlanTable th.blue {
	background: #3D42A8;
}

.servicePlanTable th.gray {
	background: #444;
}

.servicePlanTable th i {
	margin-right: 8px;
}

.servicePlanTable thead span {
	font-size: 13px;
}

.servicePlanTable thead th {
	text-align: center;
	background: #ea5519;
}

.servicePlanTable td {
	text-align: center;
}



.serviceTestList {
	overflow: hidden;
	_zoom: 1;
	list-style-type: disc;

	-webkit-padding-start: 1px;
}

.serviceTestList li {
	list-style: none;
	box-sizing: border-box;
	padding: 0 15px 5px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.serviceTestList li img {
	width: 100%;
	height: auto;
	border: 1px solid #EEE;
	box-sizing: border-box;
}

.serviceTestList li h4 {
	font-size: 15px;
	margin-top:  10px !important;
	margin-bottom: 10px !important
;
}


.serviceTestList li p {
	font-size: 13px;
}

.serviceSample h3 {
	margin-bottom: 20px;
}


.tableNormal {
	width: 100%;
	border-collapse: collapse;
}

.tableNormal th, .tableNormal td {
	font-weight: 400;
	padding: 10px;
	font-size: 1.3rem;
}

.tableNormal td {
	border: 1px solid #EEE;
}

.tableNormal tbody tr:nth-child(odd) {
	background: #F7F7F7;
}

td.tableBtnArea a {
	margin-bottom: 5px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}
