@charset "UTF-8";

/* #default-behavior table,#default-behavior2 table {
	width: 685px;
}

#default-behavior td,#default-behavior2 td {
	width: 450px;
} */


/* top ページ　SP画面調整 */
@media screen and (min-width: 500px){
	#default-behavior input,#default-behavior2 input {
		border: 1px solid #7F7F7F;
		width: 430px;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
	}


/* #default-behavior input#send,#default-behavior2 input#send2 {
	width: 115px;
	text-align: center;
}

/* 必須ラベル調整 */
.title:has(+ div #company)::before {
  content: '';
}

/* 姓名　調整 */
#SMP_STYLE div.clearfix:nth-child(4) .data{
	display: inline-block;
	width: 30%;
}

#SMP_STYLE div.clearfix:nth-child(4) span{
	margin-right: 20px;
}

#default-behavior > div:nth-child(4) input{
	width: 200px;
}

#default-behavior input[type = "radio"],
#default-behavior input[type = "checkbox"]{
	width: 20px;
}

#default-behavior input[type = "submit"] { line-height:60px; height:62px; width:270px; text-align:center; background-color:#006caa; border:none; color:#fff;	font-family:"メイリオ", Meiryo, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; font-size:102%; display:inline-block; margin:20px 0; cursor:pointer;}
#default-behavior input[type = "reset"] { line-height:60px; height:62px; width:270px; text-align:center; background-color:#999999; border:none; color:#fff;	font-family:"メイリオ", Meiryo, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; font-size:102%; display:inline-block;margin:20px 0; cursor:pointer}
	
}