@charset "utf-8";

.box .image {
	margin-bottom: 15px;
}

.mailform {
	background: #F0F0F0;
	padding: 30px;
	color: #333;
}
.mailform>p {
	text-align: center;
	margin-bottom: 30px;
}
/*@media screen and (max-width: 680px){
	.mailform>p {
		text-align: left;
		margin-bottom: 20px;
	}
	.mailform {
		padding: 20px;
	}
}*/

/* table
------------------------------*/
#mailform table {
	width: 100%;
}
#mailform table th,
#mailform table td {
	background: #F0F0F0;
	border: 1px solid #D4D4D4;
	padding: 18px 19px 16px;
	text-align: left;
	vertical-align: top;
	color: #333;
}
#mailform table th {
	width: 230px;
	background: #FFF;
}
@media screen and (max-width: 680px){
	.content #mailform table {
		border-bottom: 1px solid #D4D4D4;
	}
}

/* #mailform
------------------------------*/
#mailform th img {
	margin-left: 15px;
	vertical-align: -2px;
}
#mailform input[type="text"] {
	width: 639px;
	height: 20px;
	background: #FFF;
	border: 1px solid #BEBEBE;
	padding: 5px;
	margin: 8px 0 4px;
	color: #333;
}
#mailform input[type="radio"] {
	display: none;
}
.content #mailform table td input.postage {
	width: 70px;
}
#mailform table td label {
	display: inline-block;
	position: relative;
	padding: 0 20px;
	margin-left: 15px;
	cursor: pointer;
}
#mailform label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: 14px;
	height: 14px;
	background: #FFF;
	border: 1px solid #BEBEBE;
	border-radius: 50%;
	margin-top: -8px;
}
#mailform label.mfp_checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -7px;
	width: 8px;
	height: 8px;
	background: #BEBEBE;
	border-radius: 50%;
	margin-top: -5px;
}
#mailform textarea {
	width: 639px;
	height: 120px;
	background: #FFF;
	border: 1px solid #BEBEBE;
	padding: 5px;
	margin-top: 4px;
	font-size: inherit;
	font-family: inherit;
	color: #333;
}
#mailform .submit {
	margin-top: 40px;
	text-align: center;
}
#mailform .submit button {
	background: none;
	border: none;
}

/* privacy
------------------------------*/
.privacy p {
	margin-bottom: 1em;
}
.privacy li {
	padding-left: .5em;
	margin: 0 0 1em 1.5em;
	list-style: decimal outside;
}
