@charset "UTF-8";
/* CSS Document */

.backGround{
	padding-bottom:350px;	
}

.textForm{
	font-size:13px;
	padding:0 0 0 1em;
}

.secForm{
	margin:28px 0 0;	
}

.secForm_zip{
	margin:0 0 10px;	
}

.secForm_exampleText{
	display:inline;
	color:#aaa;	
	margin:0 0 0 10px;
}

.secForm_textAttention{
	display:inline;
	margin:0 0 0 10px;
}

/*.u-tableForm > tbody > .secForm_table_mail > td,
.u-tableForm > tbody > .secForm_table_mail > th {
	border-bottom: none;
}*/

.u-tableForm > tbody > .secForm_table_remarks > td {
	padding-top: 50px;
	/*text-align: center;*/
	border-bottom: none;
}



.areaButton{
	text-align:center;
	margin:35px 0 0;
}


.areaButton_list li{
	display:inline-block;
}

/* タブレット以下設定 */
@media screen and (max-width:939px){
	.areaButton_list li{
		width:40%;
	}
}

/* スマホ設定 */
@media screen and (max-width:639px){
	.u-tableForm > tbody > tr > th {
		/*white-space: normal;*/
	}

	.u-tableForm > tbody > tr > td {
		min-width:175px;
	}

	.u-tableForm > tbody > tr > td > select {
		width:100%;
	}
}