@charset "UTF-8";

@import "../style.css";

body {
	font-size: 16px;
}

body * {
	box-sizing: border-box;
}

#contents {
	padding-bottom: 0;
}

#page {
	margin: 0;
	padding: 0;
	background: none;
}

@media (max-width: 768px) {
	#page p br {
		display: inline!important;
	}
}

.page_inner {
	padding-top: 40px;
	padding-bottom: 100px;
}

.title {
	margin-bottom: 30px;
  font-size: 22px;
  border-bottom: 1px solid #003399;
  color: #003399;
	text-align: center;
}

.form-intro {
	text-align: center;
}

.form-intro p {
	margin-bottom: 0!important;
}

.form-intro .sub {
	margin-top: 10px;
	font-size: 12px;
}

.form-intro p + p:not(.sub) {
	margin-top: 30px;
}

.form-area {
	margin-top: 30px;
}

.box {
	border: 1px solid #ccc;
}

.box + .box {
	margin-top: 30px;
}

.box dt {
	border-bottom: 1px solid #ccc;
  font-size: 18px;
  background: #f7f7f7;
  padding: 10px 25px;
}

.box dd {
  padding: 10px 20px;
  font-size: 14px;
}

.area-survey {
	margin-bottom: 30px;
}

.mw_wp_form .horizontal-item {
	display: inline-block;
}

@media (max-width: 768px) {
	.mw_wp_form .horizontal-item {
		display: block;
	}
}

.attention {
	margin-top: 30px;
  margin-bottom: 10px!important;
  font-size: 13px;
	text-align: center;
}

.mw_wp_form_confirm .attention {
	display: none;
}

.mw_wp_form_confirm .attention + .box {
	margin-top: 30px;
}

.ex {
	margin-left: 16px;
}

@media (max-width: 768px) {
	.ex {
		margin-top: 5px;
		margin-left: 0;
		display: block;
	}
}

.mw_wp_form_confirm .ex {
	display: none;
}

textarea{
	width: 100%;
	height: 200px;
  border: solid 1px #ccc;
}

input[type="text"],
input[type="email"] {
	height: 30px;
	border: solid 1px #ccc;
}

@media (max-width: 768px) {
	input[type="text"]:not(.input-age),
	input[type="email"] {
		width: 100%;
	}
}

.area-info table {
  margin: 0 auto 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
	width: 100%;
}

.area-info table th {
	padding: 10px 25px;
  text-align: left;
  font-size: 18px;
	width: 180px;
  background: #f7f7f7;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.area-info table th.must:after {
	content: '';
	margin-top: -8px;
	margin-left: 10px;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 25px;
	display: inline-block;
  background: url(../../../../img/survey/must.gif) no-repeat left top;
}

.area-info table td {
	padding: 10px 20px;
  text-align: left;
  font-size: 14px;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
	.area-info table,
	.area-info table tbody,
	.area-info table tr,
	.area-info table th,
	.area-info table td {
		display: block;
		width: 100%;
	}
}


.mw_wp_form_input .btn-submit {
	margin: 0 auto;
	padding-top: 60px;
	width: 100%;
	max-width: 350px;
	height: 60px;
	overflow: hidden;
	background: url(../../../../img/survey/to_check.png) no-repeat left top;
	background-size: contain;
	border: 0;
	display: block;
	cursor: pointer;
}

.btn-submit:hover {
	opacity: .8;
}

.mw_wp_form_confirm .btn-submit {
	padding: 0 20px;
	height: 33px;
	border: 0;
	cursor: pointer;
}

@media (max-width: 768px) {
	.btn-back {
		float: right!important;
	}
}

.error {
	margin-top: 5px;
}

#footer {
  padding: 10px;
  background: #283fa4;
  color: #fff;
  text-align: center;
}

#footer p {
	margin: 0!important;
	font-size: 12px;
}
