@charset "utf-8";
/* CSS Document */

/*========================================================================================================================================

フォーム定義

------------------------------------------------------------------------------------------------------------------------------------------
対応ファイル
	LP2/index.html

========================================================================================================================================*/

/*----------------------------------------

フォームの土台

----------------------------------------*/
form .form{
	background-color: #fff;
	padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
form .form{
	background-color: #fff;
	padding-bottom: 10px;
}
}
/*----------------------------------------

セレクトボックス／インプット

----------------------------------------*/
.form .itemName .name{
	letter-spacing: 0em;
	line-height: 1.1em;
}

_:-ms-lang(x), .form .itemName .name{
	letter-spacing: 0em;
	line-height: 0em;
}

/*アイコンを表示*/
.selectWrap2 label:after {
    content: '';
    font-family: 'FontAwesome';
	float:right;
}



.selectWrap2 label select {
	width: 100%;
	height: 50px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #999;
	border-radius: 6px;
	box-sizing:border-box;
	background-color: #FFF;
	background: url(../n_img/downDelta.png);
	background-repeat: no-repeat;
	background-position: right;
	/*background-size: 20px 50px;*/
	font-size: 1.4em;	
}

@media all and (-ms-high-contrast: none) {
.selectWrap2 label select{
	padding: 15px  10px 10px 10px;
	font-size: 1.2em;
	height: 53px;

}
}

/*:-ms-input-placeholder {
	color: #AAA;
	text-align:center;
}
*/
/*.selectWrap2 label select::-ms-expand {
    background: #E41D21;
    color: #000;
}
*/

/*.selectWrap2 label select option:hover::-ms-expand{
    background: none;
    color: #000;
}
*/

/*IEデフォルト矢印非表示*/
select::-ms-expand {
    display: none;
}

option{
	/*font-size: 1.6em;*/
}
input{
	font-size: 1.4em;	
}
.inputWrap input{
	width: 100%;
	height: 50px;
	padding: 13px 10px 12px 10px;
	border: 2px solid #999;
	border-radius: 6px;
	box-sizing:border-box;
	background: #FFFFCF;
}



@media all and (-ms-high-contrast: none) {
.inputWrap input{
	height: 53px;
	font-size: 1.2em;
}
}



.trialBox .button{
	
}

/*------------------------------
SP
------------------------------*/
@media screen and (max-width:767px) {	
	.form .itemName{
		display: block;
		width: 100%;
		margin: 0 0 1px;
	}
	.form .itemName .name{
		font-size: 1.2em;
	}
	.form .itemName .note{
		font-size: 1em;
	}
	.form .spaceA{
		display: none;
	}
	.form .spaceB{
		display: none;
	}
	.form .break{
		display: block;
		width: 100%;
		padding: 5px;
		text-align: right;
	}
	.selectWrap2 label select{
		/*width: 270px;*/
		/*width: 250px;*/
	}
	.selectWrap2{
		/*width: 270px;*/
		width: 100%;
		/*min-width: 270px;*/	/*min-width: 250px;*/
		margin-left: auto;
	}
	#hensaiSim .selectWrap2 select{
		width: 100%;
	}		
	#hensaiSim .selectWrap2{
		/*width: 270px;*/
		width: 100%;
		/*min-width: 270px;*/
		margin: auto;
	}
	.selectWrap2 p.caption{
		color: #FF0206;
		font-size: 1.5em;/*1em;*/
		margin-top: 0.5em;
	}
	.form .alert{
		color: #FF0206;
		font-size: 1em;
	}	
	.inputWrap input{
		/*width: 110px;*/
		width: 100%;
		font-size: 1.3em;
	}
	.inputWrap{
		/*width: 270px;*/
		width: 100%;
		/*min-width: 270px;*//*250px;*/
		margin: auto;
		
	}
	.inputWrap p.caption{
		color: #FF0206;
		font-size: 1em;
		margin-top: 0.5em;
	}
	.unitWord{
		font-size: 1.8em;
	}	
}

/*------------------------------
TB
------------------------------*/
@media screen and (min-width:768px) and (max-width:990px) {
	.form .itemName{
		
		/*width: 350px;*/
	}
	.form .itemName .name{
		font-size: 1.5em;
	}
	.form .itemName .note{
		font-size: 1.4em;
	}
	.form .spaceA{
		display: table-cell;
		width: 10px;
		/*background-color: cornflowerblue;*/
	}
	.form .spaceB{
		display: table-cell;
		width: auto;
		/*background-color: cyan;*/
	}
	.form .break{
		display: table-cell;
		width: 200px;
	}
	.selectWrap2 label select{
		/*width: 320px;*/
	}
	#hensaiSim .selectWrap2 select{
		/*width: 320px;*//*230px;*/
	}		
	#hensaiSim .selectWrap2{
		margin: 10px 0;
		/*min-width: 310px;*//*320px;*/
	}		
	.selectWrap2{
		margin: 10px 0;
		/*min-width: 310px;*//*320px;*/
	}
	.selectWrap2 p.caption{
		color: #FF0206;
		font-size: 1.8em;/*1.2em;*/
		/*margin-top: 0.5em;*/
	}	
	_:-ms-lang(x), .selectWrap2 p.caption{
		margin-top: 0;
	}	
	.form .alert{
		color: #FF0206;
		font-size: 1.2em;
	}	
	.inputWrap input{
		/*width: 85%;*/
	}
	.inputWrap{
		margin: 10px 0;
		min-width: 320px;/*320px;*/
	}
	.inputWrap p.caption{
		color: #FF0206;
		font-size: 1.2em;
		margin-top: 0.5em;
	}	
	.unitWord{
		font-size: 1.8em;
	}		
}

/*------------------------------
PC
------------------------------*/


@media screen and (min-width:991px) {	
	
	
	.form .itemName{
		display: table-cell;
		width: 450px;
		padding-left: 80px;
	}
	.form .itemName .name{
		font-size: 1.8em;
	}
	_:-ms-lang(x), .form .itemName .name{
		font-weight: 400;
	}
	.form .itemName .note{
		font-size: 1.4em;
	}
	.form .spaceA{
		display: table-cell;
		width: 30px;
	}
	.form .spaceB{
		display: table-cell;
		width: auto;
	}
	.form .break{
		display: table-cell;
		width: 200px;
	}
	.selectWrap2 label select{
		width: 400px;
	}
	#hensaiSim .selectWrap2 select{
		/*width: 480px;*/
	}	
	.selectWrap2{
		margin: 10px 0;
		
		width: 400px;

	}
	.selectWrap2 p.caption{
		color: #FF0206;
		font-size: 1.8em;/*1.2em;*/
		margin-top: 0;
	}	
	.form .alert{
		color: #FF0206;
		font-size: 1.5em;
	}	
	.inputWrap input{
		width: 400px;
	}
	/*.inputWrap{
		margin: 10px 0;
		width: 480px;
	}*/
	.inputWrap p.caption{
		color: #FF0206;
		font-size: 1.2em;	
		margin-top: 0.5em;
	}	
	.unitWord{
		font-size: 1.8em;
	}		
}




@media screen and (max-width:767px) {	
.selectWrap2 label select {
	width: 100%;
	height: 50px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #999;
	border-radius: 6px;
	box-sizing:border-box;
	background-color: #FFF;
	background: url(../n_img/downDelta.png);
	background-repeat: no-repeat;
	background-position: right;
	/*background-size: 20px 50px;*/
	font-size: 1.3em;
	color: #807F7D;
	
	}
	
	

	
	
	.selectsim label select {
	height: 50px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #999;
	border-radius: 6px;
	box-sizing:border-box;
	background-color: #FFF;
	background: url(../n_img/downDelta.png);
	background-repeat: no-repeat;
	background-position: right;
	/*background-size: 20px 50px;*/
	/*font-size: 0.8em;*/
	color: #807F7D;
	/*width: 90%;*/
		
	}
	
	
	.selectWrap2 p.caption{
		margin: 0em;
	}	
	
	
	
}


@media (min-width: 768px) {
	.twinButtons2 {
		width: 48%;
		/*margin: 10px;*/
	}
}
@media (max-width: 767px) {
	.twinButtons2 {
		width: 100%;
		margin: 5px 10px;
	}
}



