@charset "UTF-8";

* {
	font-family: sans-serif;
}
body {
	text-align: center;
}
/* div#wrapper {
	width: 1000px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
} */

#container {
	max-width: 1000px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	padding: 0px 20px;
	font-size: 16px;
	box-sizing: border-box;
}

#container > p{
	font-size: 1.8rem;
	margin-top: 30px;
	margin-left: 22px;
	padding: 0px;
	line-height: 1;
}

div#wrapper div#footer {
	color: #FFF;
	clear: both;
	padding: 5px;
	/* margin: 5px; */
	/* border-radius: 5px; */
	text-align: center;
	font-size: 1.2rem;
}

div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	/* box-shadow: 0px 2px 10px #CCC; */
	background: #FEE;
}
div.tips p {
	font-size: 1.4rem;
	line-height: 2;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 1.2rem;
	line-height: 1.75;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}

.box27 {
	position: relative;
	padding: 10px 20px;
	border: solid 3px #E95541;
	margin: 60px 30px 30px;
}
.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #E95541;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box27 p {
	font-size: 1.6rem;
	line-height: 1.7 !important;
}
.custom_input_sizebox{
	margin-top: 1rem !important;
}
.custom_input_sizebox li{
	margin-top: 1rem !important;
}
.custom_input_sizebox li::first-line{
	font-weight: bold;
}
.custom_p_lh2{
	line-height: 2 !important;
}
.privacy {
	width: calc(100% - 30px);
	max-width: 700px;
	height: 150px;
	margin: 1rem auto;
	padding: 0.5em 1em;
	overflow: auto;
	border: 1px solid #c3c3c3;
	background-color: #fff;
	}
	.privacy__head {
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	margin-bottom: 0.2rem;
	}
	.privacy__txt {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	}
@media screen and (max-width: 500px) {
	body {
		padding: 0px;
		margin: 0px;
	}
	div#wrapper {
		border-radius: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}
	#container {
		padding: 0 8px;
	}

	#container > p{
		font-size: 1.4rem;
		margin-left: 0;
	}

	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 1.2rem;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 0;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	form#mailformpro dl dd img {
		width: 100%;
	}
	form#mailformpro input{
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.custom_alert-red{
		font-size: 1rem;
	}
	.custom_alert-size{
		font-size: 1rem;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
	.ws-normal{
		white-space: normal !important;
	}
	.custom_input_sizebox li::first-line{
		font-size: 14px;
	}
	.box27 {
		position: relative;
		padding: 10px 20px;
		border: solid 3px #E95541;
		margin: 60px 0 30px;
	}
	.box27 p{
		margin-left: 0 !important;
		font-size: 1.3rem;
	}
	.custom_p_ml0{
		margin-left: 0 !important;
	}
}
