* {
	margin: 0;
	padding: 0;
}
body {
	background:#ced8e0;
	line-height: 1.6;
	padding: 0 5% 5% 5%;
}
@media screen and (max-width: 768px) {
	body {
		padding: 0 20px;
	}
}
#header {
	display:none;
}
.seminarSurvey {
	width: 90%;
	max-width: 800px;
	margin: 40px auto 60px;
	background:#FFFFFF;
	border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
	.seminarSurvey {
		width: 100%;
		margin: 20px auto 40px;
	}
}
.seminarSurvey p {
	font-size: 14px;
}
.seminarSurvey_inner {
	width: 90%;
	padding: 5%;
	border-bottom:solid 1px #e8eef3;
}
@media screen and (max-width: 480px) {
	.seminarSurvey_inner {
		padding: 40px 5% 5% 5%;
	}	
}
.seminarSurvey_inner2 {
	width: 90%;
	padding: 5%;
}
.seminarSurvey_inner2 p {
	text-align: center !important;
}
h1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500 !important;
	line-height: 1.6;
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 22px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
}
h1 .head {
	display: block;
	font-size: 16px;
	font-weight: 700 !important;
	margin-bottom: 10px;
}
h1 .foot {
	display: inline-block;
	font-weight: 500 !important;
	margin-left: 10px;
}
@media screen and (max-width: 480px) {
	h1 .foot {
		display: block;
		margin-left: 0;
	}
}
h2 {
	font-size: 16px;
	margin:0 0 5% 0;
	font-weight: 500 !important;
}
dl {
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
dt {
	display: block;
	width:100%;
	margin:0 0 10px 0;
	font-size:14px;    
}
dd {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	font-size: 14px;    
}
dd.last {
	margin: 0;
}
dd.birth {
	margin: 0;
}
p {
	text-align: left;
}
.inner_text {
	font-size: 14px !important;
	text-align: center;
}
.inner_text .CaptionRED {
	display: block;
	color:#F00;
	margin-top: 10px;
}
.w10 {width: 10% !important;}
.w20 {width: 20% !important;}
.w30 {width: 30% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}
input {
	font-size: 16px;
}
input[type="text"] {
	background: #e8eef3;
	border: none;
	padding: 15px;
	width:100%;
	box-sizing:border-box;
}
input[type="tel"] {
	background: #e8eef3;
	border: none;
	padding: 15px;
	width:100%;
	box-sizing:border-box;
}
input[type="date"] {
	background: #e8eef3;
	border: none;
	margin:0 0 10px 0;
	padding: 15px;
	width:100%;
	box-sizing:border-box;
}
input[type="radio"] {
	display:inline-block !important;
	appearance: auto !important;
}
input[type="submit"] {
	background: #0e7cd9;
	border: none;
	padding: 15px;
	width:100%;
	box-sizing:border-box;
	color:#FFFFFF;
}
input[type=submit]:disabled {
	background: #ddd;
}
input[type=email] {
	background: #e8eef3;
	border: none;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
input[type=checkbox] {
	display: inline-block !important; 
	width: 20px;
	height: 20px;
	appearance:auto !important;
	margin: 0 10px 0 0;
}
.seminarSurvey_inner dl dt p,
.seminarSurvey_inner dl dd p {
	font-size: 16px !important;
	text-align: left;
}
.seminarSurvey_inner dl dd p.CaptionTxt {
	font-size: 14px !important;
	margin-top: 5px;
}
.wpcf7-list-item {
	display: block !important;
	margin: 0;
}
textarea {
	background: #e8eef3;
	border: none;
	padding: 15px;
	width: 100%;
	height: 240px;
	box-sizing: border-box;
}
select {
	background: #e8eef3;
	border: none;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.time1 {
	width:calc(100% - 30px);
	background: #e8eef3;
	display:inline-block;
	padding-right:30px;
}
.time2 {
	width:calc(100% - 30px);
	background: #e8eef3;
	display: inline-block;
	padding-right: 30px;
}
.time3 {
	width: calc(100% - 30px);
	background: #e8eef3;
	display: inline-block;
	padding-right: 30px;
}
.required {
	padding: 6px 12px;
	background:#0e7cd9;
	color: #FFF;
	margin: 0 5px 0 0;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.optional-icon {
	padding: 6px 12px;
	background:#999;
	color:#FFF !important;
	margin: 0 5px 0 0;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700 !important;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.contactBtn {
	margin:0 !important;
}
.wpcf7 .screen-reader-response {
	position:static !important;
	overflow:auto !important;
	clip:auto !important;
	clip-path:none !important;
	height: auto !important;
	width: auto !important;
	margin: 20px 0;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
.wpcf7 .screen-reader-response ul {
	display:none;
}
.wpcf7 .screen-reader-response p {
	display:block;
	color:#c01a2e;
	border:none !important;
	margin:20px auto;
	text-align: center;
	font-size:14px;
}
.wpcf7-not-valid-tip {
	display:block;
	color:#c01a2e;
	border:solid 2px #c01a2e;
	padding:5px;
	margin:20px 0;
}
.wpcf7-response-output {
	display:block;
	color:#c01a2e;
	border:none !important;
	margin:20px auto;
	text-align: center;
	font-size:14px;
}
.slide2 {
	display:none;
}
.contactArea {
	display:none;
}
footer {
	display:none;
}
.Privacy__Iframe {
	width: 80%;
	height: 400px;
	margin: 30px auto;
	overflow-y:scroll;
	padding: 20px;
	border: 1px solid #e8eef3;
}
label {
	display: block;
	margin: 0;
}
.wpcf7-form-control-wrap label {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 20px auto;
	background: #ddd;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (min-width:600px) { 
	input[type="date"] {
		margin:0 10px 0 0;
		width:calc(60% - 10px);
	}
	.time1 {
		width:calc(40% - 30px);
	}
	.time2 {
		width:calc(40% - 30px);
	}
	.time3 {
		width:calc(40% - 30px);
	}
}

.q_form .contactContent {
	width: 100%;
	padding: 0 0 20px;
}
.q_form .contactTitle2 {
	font-size: 1.35rem;
	margin: 30px 0 40px;
	padding: 0 0 20px;
}
.q_form .contactTitle3 {
	font-size: 1.1rem;
	font-weight: 500 !important;
	line-height: 1.6;
}
.q_form .contactList1 {
	margin: 0 0 20px;
}
.q_form .contactList1 li:not(:last-of-type) {
	margin-bottom: 10px;
}
