@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	ステップ　共通
/* ##################################################################### */

.officersSuccessive{
	font-size:80%;
}

.officersSuccessive td,.officersSuccessive th,.officersSuccessive tr{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: top!important;
}




.form-group.cell_hide {
	display: none;
}
.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
 *zoom: 1;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 4px solid #FFF;
	width: 20px;
	height: 20px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	color: #FFF;
	background-color: #003c84;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #26bfa1;
}
.stepBar.step2 .step {
	width: 50%;
}
.stepBar.step3 .step {
	width: 33.333%;
}
.stepBar.step4 .step {
	width: 25%;
}
.stepBar.step5 .step {
	width: 20%;
}
/* ===================================================================== */
/*	テーブル　追記
/* ===================================================================== */
.basic table {
    width: 100%;
    margin-bottom: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}
.basic th {
    vertical-align: middle;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #F0F0F0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    text-align: left;
}
.basic td {
    text-align: left;
    vertical-align: top;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    line-height: 2.0em;
}


.priceT1,
.priceT {
    border: none; 
    border-collapse: separate;
    margin-top: 10px;
}
.priceT1 th,
.priceT1 td,
.priceT th,
.priceT td{
    text-align: center;
}

/*
.area2 table{
    margin-bottom: 10px;
}
.area2 table td{
    font-weight: bold;
}*/

#price-plan table th{
    border: none;
}
#price-plan table th.line{
    border-bottom: solid 1px #fff;
}
#price-plan table td{
    border-right: none;
    /*text-align: left!important;*/
    vertical-align: bottom;
}

.privacypolicy table{
	border: 1px solid #ccc;
}
/* ===================================================================== */
/*	横並びにする
/* ===================================================================== */


/* ===================================================================== */
/*	共通設定 テーブル　基本設定
/* ===================================================================== */

table {
	clear: both;
	width: 100%!important;
	margin-bottom: 30px;
	margin-top: 50px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td {
	background-color: #FDFDFD;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

}
th {
	font-size: 100%;
	vertical-align: middle;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F5F5F5;
	text-align: left;
	float: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

}
th.smartNone {
	display: none;
}
th.title {
	height: auto;
	background-color: #EBEBEB;
}
.basic th {
	width: 150px;
}

/* ===================================================================== */
/*	共通設定 疑似テーブル　基本設定
/* ===================================================================== */
/* --言語設定-- */
.langJpn {
	ime-mode: active
}
.langEng {
	ime-mode: disabled;
}
/* --BG設定-- */


input{
	margin-bottom: 1em;
	
}

/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　テキストボックスの文字の色を変更
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　入力言語を設定
/* --------------------------------------------------------------------- */

@media (min-width: 768px) {
/* ##################################################################### */
/*	タブレット
/* ##################################################################### */



}

@media (min-width: 992px) {
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */
	


}

@media (min-width: 1200px) {
/* ##################################################################### */
/*	PC　コンピュータ
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */
.basic th{	width:25%;	
	}
.basic td {
width: 75%;
}
	
}

@media only screen and (max-width:769px) {
/* ##################################################################### */
/*	タブレット・PC　共通設定 テーブル
/* ##################################################################### */
/* ===================================================================== */
/*	タブレット・PC　共通設定 テーブル　基本設定
/* ===================================================================== */

	.basic table{
		border-bottom: 1px solid #cccccc;
	}
	
.basic tbody {
	display: block;
}
.basic tbody tr {
	display: block;
	margin-bottom: 0.5em;
	text-align: left;
}
.basic tbody th, .basic tbody td {
	padding-right: 15px;
	display: list-item;
	border: none;
	list-style-type: none;
	margin-left: 0px!important;
}
	
	.basic tbody th{
	width: 100%;
	border-right: 1px solid #cccccc;
	}

	.basic tbody td{
		border-right: 1px solid #cccccc;
	}
	

.privacypolicy tbody th, .privacypolicy tbody td {
    padding-right: 15px;
    display: list-item;
    border: none;
    list-style-type: none;
    margin-left: 0px!important;
	width: 100%;
}
    
.priceT1 tbody th, .priceT1 tbody td {
    padding-right: 15px;
    display: list-item;
    border: none;
    list-style-type: none;
    margin-left: 0px!important;
}
	
	input{
		margin-bottom: 1em;
	}
/* --------------------------------------------------------------------- */
/*	★スマホ　お問い合わせ　TDの前に文字を挿入
/* --------------------------------------------------------------------- */
/*　tbody td:nth-of-type(1):before { content: " [ 会員価格 ] "; }
/*　tbody td:nth-of-type(2):before { content: " [ 一般価格 ] "; }*/



}
