@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}


#form tr th {
	width:240px;
}
#form tr th em {
	font-style: normal;
}
#form p {
	margin-bottom: 1em;
}
#form .req {
	font-style: normal;
	margin-left: 5px;
}
#form .notice {
	text-align: left;
}
#form .msg {
	text-align: center;
}
#form .error {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#form tr td em {
	color: #F00;
}



#form .button {
	padding-top: 30px;
	text-align: center;
}
#form input[type="text"],
#form textarea {
	border-radius:4px;
}
#form input[type="text"]:focus,
#form textarea.full:focus {
	background-color: #FFFFDD;
}

#form .button input {
	box-sizing: border-box;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #505050;
	background-color: #046B93;
	cursor: pointer;
	font-size: 20px;
	width: 300px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 15px;
	border-radius: 5px;
	line-height: 110%;
}
#form .button input.first {
	width: 580px;
}


#form select {
	background-color: #FFF;
	border: 1px solid #BBB;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#form select option {

}
#form textarea.full {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
#form input.full {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
}
#form input.long {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 80%;
	box-sizing: border-box;
}
#form input.mid {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 50%;
	box-sizing: border-box;
}
#form input.short {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 30%;
	box-sizing: border-box;
}
#form input.min {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 15%;
	box-sizing: border-box;
}
#form input.postal_a,
#form input.postal_b {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 4em;
	box-sizing: border-box;
}
#form .input_line:nth-child(2) {
	margin-top: 5px;
	margin-bottom: 5px;	
}

#form .policy {
	margin-top:30px;
}
#form .policy .ttl {
	font-size: 121%;
	font-weight: bold;
	margin-bottom: 3px;
}
#form .policy .scroll {
	height: 200px;
	border: 1px solid #CCC;
	overflow-y: scroll;
	position: relative;
	padding: 30px;
}

#form .policy .p_h3 {
	background-color: #EFEFEF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 107%;
}
#form .policy .bold {
	font-weight: bold;
}
#form .policy .center {
	text-align:center;
}
#form .policy p {
	margin:0;
	line-height:200%;
}

#form .zip2address_btn{
	font-size: 84%;
	color: #FFF;
	width: 10.5em;
	display: inline-block;
	margin-left: 1em;
	text-align: center;
	border-radius: 4px;
	background-color: #046B93;
	transition: 0.4s;
	line-height: 160%;
	cursor: pointer;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#form .zip2address_btn:hover{
	opacity:0.6;
}



section.captcha {
	padding: 10px;
	background-color: #EFEFEF;
	border: 1px solid #BBB;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
}




.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

#form tr th {
	width:140px;
}
#form tr td {
	padding:15px;
}
#form tr th br {
	display:none;
}
#form select {
	font-size:110%;
}
#form input {
	font-size:110%;
}
#form textarea {
	font-size:110%;
}

section.captcha input[type="text"] {
	width: 300px;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}
