@charset "UTF-8";



/* [request] ////////////////////////////*/

#main span.required {
	color: #f00;
	font-size:130%;
}

/* [table.form] */
#main table.form {
	margin:20px auto 0;
	border-top: 1px dotted #c7c5c5;
}
#main .form tr.odd th,
#main .form tr.odd td {
	background: #f0f0f0;
}
#main .form tr.even th,
#main .form tr.even td {
	background: #fff;
}
#main .form th,
#main .form td {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	border: none;
	border-bottom: 1px dotted #c7c5c5;
}
#main .form th div {
	width: 150px;
	line-height: 1.2;
	padding: 15px 10px 15px;
}
#main .form td div {
	width: 470px;
	line-height: 1.4;
	padding: 15px 10px 15px;
}
#main .form td div label {
	cursor: pointer;
}
#main .form td div textarea {
	font-size: 1em;
}
#main .form td div span.look {
	font-size: 0.8em;
	color: #096;
}
#main.form td div p.error {
	padding: 0 0 3px;
	color: #f00;
}

/* [div.submit] */
#main .submit {
	text-align: center;
	margin: 10px 0 0;
}
#main .submit input {
	padding:10px 80px;
	color:#3366CC;
	cursor:pointer;
}


table.form input{
	padding:3px 5px;
}

span.ex{
	font-size:11px;
	color:#666;
	margin-left:8px;
}

#main .submit input.disabled{
	cursor:default;
	color: #ccc;
  	border: 1px solid #ccc;
}

/************************************
**************     SP     *************
*************************************/
@media (max-width: 767px) {
	#main {
		padding: 0 0 2.5rem;
	}
	#main .topicPath,
	#main h1,
	#main .mssg {
		padding: 0 10px;
	}
	#main .form th div {
		padding: 20px 10px 5px;
		font-weight: 600;
	}
	#main .form td div {
		padding: 5px 10px 20px;
	}
	#main .form th,
	#main .form td {
		display: block;
	}
	#main .form th div,
	#main .form td div {
		width: 100%;
		box-sizing: border-box;
	}
	#main .form th, #main .form td {
		border: 0;
	}
	table.form input[type="text"],
	table.form textarea {
		width: 100%;
    box-sizing: border-box;
	}
	table.form textarea {
		resize: none;
	}
	#main table.form {
		width: 100%;
	}
	#main .form tr.odd th, #main .form tr.odd td {
		border: 0;
	}
	#main .submit {
    margin: 30px 0 0;
	}
	#main input,
	#main textarea,
	#main select {
		-webkit-appearance: none;
		border: 1px solid #999;
	}
	#main label {
		position: relative;
		margin-right: 20px
	}
	span.ex {
		padding-top: 3px;
    display: block;
	}
	#main input[type="radio"]  {
		display: none;
	}
	#main input[type="text"] {
		height: 30px;
	}
	#main select {
		width: 120px;
    height: 30px;
    padding: 3px 5px;
    box-sizing: border-box;
    line-height: 24px;
		background-color: #fff;
		position: relative;
		background-image: url(../common/img/select_arrow.png);
		background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 5px center;
	}
	input[type="radio"] + .radioIcon {
		content: "";
		background-image: url(../common/img/icon-radio.png);
		padding-left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
	}
	input[type="radio"]:checked + .radioIcon {
		content: "";
		background-image: url(../common/img/icon-radio-checked.png);
	}
	#main .submit input {
		color: #a60200;
		border: #a60200 1px solid;
		border-radius: 5px;
		background-color: #fff; 
		font-size: 18px;
	}
	#main .confirmButton form:first-child input {
		padding: 10px 15%;
		margin-right: 5px;
	}
	#main .confirmButton form:last-child input {
    margin-left: 5px;
		padding: 10px 15%;
		background-color: #a60200;
    color: #fff;
	}
}