@CHARSET "UTF-8";
.areamap {
	width: 70%;
	margin: 1rem auto;
	display: block;
}



.dsn {
	padding: 0;
	margin-left: -1000px;
}

.message {
	font-size: 20px;
	line-height: 1.5;
}

.ex {
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
}

em.required {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #ff3366;
	padding: 3px;
	border-radius: 5px;
}

.zip {
	width: 8em;
}

.size_small {
	width: 8em;
}

.full {
	width: 100%;
}

.form_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}

.form_table th {
	font-weight: bold;
	white-space: nowrap;
}

.form_table th,
.form_table td {
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
}

.form_table input,
.form_table textarea {
	box-sizing: border-box;
}

[type='checkbox'],
[type='radio'] {
	vertical-align: middle;
	margin-right: 2px;
}

.agree {
	background-color: #f5f5f5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.agree label {
	font-weight: bold;
}

.center {
	text-align: center;
}

.button_area {
	margin-top: 2em;
}

.button_area input[type="submit"],
.button_area input[type="button"] {
	color: #000;
	font-size: 18px;
	background-color: #fcc600;
	font-weight: bold;
	padding: 1em;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
}

.button_area input[type="submit"]:hover,
.button_area input[type="button"]:hover {
	background-color: #ff9900;
}

.form_table.confirm th {
	width: 20%;
	white-space: nowrap;
}

.grayout {
	color: silver;
}

.sub_caption {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.small {
	font-size: 10px;
}

.check_layout {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.check_layout label {
	-webkit-flex: 0 1 22%;
	flex: 0 1 22%;
}

/** land - common.css marge **/

#mainContainer h2{
	height: 35px;
	overflow: hidden;
}

#topCopy{
	margin: 0 0 20px;
	margin-top:100px;
    width: 55%;
    margin:20px auto 0;
}

#topCopy em{
	display: block;
	height: 84px;
	overflow: hidden;
	background-image: url(images/topcopy.png);
	background-repeat: no-repeat;
	background-position: left top;

}

#topCopy p{
	text-align: left;
	font-size:16px;
	background-color:rgba(255, 255, 255, 0.62);
	background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
    border: solid #e5c569 1px;
}

#mainContainer ul{
	margin: 10px 0 50px;
}
#mainContainer ul.area {
	text-align: center;
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
}
#mainContainer ul li{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin: 0 15px;
}

#mainContainer ul li p{
	padding: 0 0 0 18px;
}

#mainContainer ul li p span{
	font-size: 10px;
	line-height: 1.5em;
}

#mainContainer .previewBox{
	margin: 40px 0 0;
}

/* 追加======================================================================================================== */
.contentpage{
	backgrounf-color:#fff;
	/*border:solid #ddd;*/
    text-align: left;
    width: 100%
    margin-right: auto;
    margin-left: auto;
	margin-top:30px;
	padding-top:30px;
	overflow: hidden;
}

#topCopy h2{
	font-size:20px;
	font-weight:100;

}
/** land - common.css marge **/


/* 用地募集・用地買取======================================================================================================== */
.mainmessage{
	height:420px;
	background-image: url(img/mainimg.jpg);
	background-repeat: no-repeat;
	background-size:100%;
}
.mainimg img{
	width:100%;
}
#topCopy h1{
	font-size:30px;
	padding:60px 0 30px;
}

#topicPath{
    margin: auto;
    text-align: right;
    margin-bottom: 1em;
}
.contentpage h1 {
	width: auto;
	text-align: center;
}

.sp {
	display: none;
}

@media screen and ( max-width:479px ) {
	.areamap {
		width: 95%;
	}
	.form_table tr {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form_table tr th,
	.form_table tr td {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.form_table tr th {
		border: none;
		padding-top: 1em;
		padding-bottom: 0;
	}
	.form_table tr td {
		padding-bottom: 1em;
	}
	.sp {
		display: inline;
	}
	.auto_w {
		width: 80%;
	}

	.check_layout label {
		-webkit-flex: 0 1 45%;
		flex: 0 1 45%;
	}

	.mainmessage {
		height: auto;
		background-size:cover;
		background-position: top center;
	}
	#topCopy{
		width: 80%;
		padding: 20px 0;
	}

	#contents h1 {
		font-size: 1.6em;
		line-height: 1.5;
		width: auto;
	}

	.message {
		font-size: 1.2em;
	}
}


.g-recaptcha {
	margin-top: 1rem;
}

.g-recaptcha > div {
	margin: auto;
}

.g-recaptcha > div > div {
	height: 100%;
}

.g-recaptcha iframe {
	height: 100%;
}
