body {
	background: #f2f6f9;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	position: relative;
	padding-bottom: 120px;
	box-sizing: border-box;
}
.wrapper {
	font-size: 0;
	display: inline-block;
}
a {
	text-decoration:  none;
}
.viewer, .question {
	display: inline-block;
	height: 360px;
	vertical-align: top;
	box-sizing: border-box;

}
.viewer {
	background: #000;
}
.viewer, .foot_area {
	width: 640px;
}
.viewer iframe {
	border: 0;
	width: 640px !important;
	height: 360px;
}
.question {
	background: #2c0d64;
	padding: 10px 20px;
	color: #fff;
	font-size: 11px;
}
.question h3{
	margin: 0;
}

.question input, .question textarea {
	margin-bottom: 10px;
	width: 240px;
}
.question textarea { 
	height: 70px;
}
.survey_btn, .seminar_btn {

	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	box-sizing: border-box;

}
.survey_btn {
	background: #009688;
}
.seminar_btn {
	background: #2d3d45;
}
.entry input[type="submit"].pink_btn {
	background: #e91e63;
}

.foot_area {
	display: inline-block;
	height: 80px;
	box-sizing: border-box;

}

.info_area, .question {
	width: 300px;
}

.info_area {
	display: inline-block;
	background: #ddd;
	height: 80px;
	vertical-align: top;
	box-sizing: border-box;
	line-height: 80px;
	padding: 0 50px;

}
.foot_area {
	font-size: 16px;
}
.info_btn {
	border: 1px solid #e91e63;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 12px;
	background: #d40048;
	color: #fff;
}
.survey_btn.disabled {
	background: #868686;
	pointer-events: none;
	cursor: default;
	color: #333333;
	font-size: 0 !important;

}
form {
	margin: 0;
}

.error {
	background: #ffc5c0;
}
.player_area {
	margin: 0 auto;
	display: block;
	width: 940px;
	margin-top: 40px;
	margin-bottom: 90px;
}

#survey {
	font-size: 16px;
}
.entry {
	max-width: 500px;
	margin: 0 auto;
	background: #eee;
	margin-top: 60px;
	padding: 30px;
}
.entry input {
	width: 100%;
	height: 30px;
}
.entry input[type="submit"] {
	background: #293579;
	color: #fff;
	padding: 10px;
	border: 0px;
	font-size: 20px;
	height: auto;
	cursor: pointer;
}
.entry .required {
	color: #ea0000;
}
.entry .error {
	padding: 5px 10px; 
	color: #fff;
	background: #e00000;
	margin: 0;
}


.notice {
	width: 940px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 20px;
	background: #eee;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #999;
	margin-bottom: 40px;
}
.footer_logo {
	width: 270px;
	height: auto;
}
.footer {
	width: 100%;
	background: #eee;
	margin-top: 50px;

	position: absolute;/*←絶対位置*/
	bottom: 0; /*下に固定*/
}
.footer .footer_wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer .words {
	font-size: 12px;
	color: #333;
	padding: 0 20px 0 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 49px;
}
.player_area h1 {
	text-align:left;
	/* background: linear-gradient(25deg, #206092, #4ac1d0); */
	color: #fff;
	padding: 15px 30px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	font-size: 18px;
	background: #2485d2;
	/*animation: animateBg 50s linear infinite;
	background-image: linear-gradient(25deg,#2485d2,#1c7dca,#2196f3,#45a5d0,#18afc3,#2c83ad,#208ea2,#498ada,#5b73df,#897ed3,#36b5c5,#489fe4);
	background-size: 100% 1100%; */
}
@keyframes animateBg {
	0% { background-position: 0% 0%; }
	100% { background-position: 0% 100%; }
}
.entry h3 {
	margin-top: 0;
	text-align:center;
	background: #1f2d7d;
	color: #fff;
	padding: 10px;
}
.entry {
	max-width: 580px;
	margin: 0 auto;
	background: #eee;
	margin-top: 60px;
	padding: 30px;
}
.entry input,.entry select {
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.entry input[type="submit"] {
	background: #0f446e;
	color: #fff;
	padding: 10px;
	border: 0px;
	font-size: 20px;
	height: auto;
	cursor: pointer;
	margin-top: 30px;
}
#submit_btn {
	background: #008679;
}

.entry .required {
	color: #ea0000;
}
.entry .error {
	padding: 5px 10px; 
	color: #fff;
	background: #e00000;
	margin: 0;
}
.notice {
	font-size: 14px;
}
.announce {
	margin-top: 40px;
	background: #e9f8ff;
	border: 1px solid #90dcff;
	padding: 10px 20px;
	font-size: 14px;
	text-align: center;
}
.red {
	color: #e00f00;
}

.field_wrapper {
	width: 500px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
}

span.bold {
	font-weight: bold;
}

.announce p {
	margin: 0;
	padding: 0;

}

table.listemail {
	margin: 0 auto;
	border: 1px solid #aaa;
	border-collapse: collapse;
	width: 1200px;
	font-size: 14px;
	background: #fff;
	margin-top: 50px;
}
table.listemail td {
	border: 1px solid #aaa;
	padding: 10px 8px;

}

table.listemail th {
	border: 1px solid #aaa;
	padding: 10px 8px;
	background: #666;
	color: #fff;
	text-align: left;
	font-weight: normal;

}
table.listemail td:nth-child(1) {
	width: 3%;
}
table.listemail td:nth-child(2) {
	width: 10%;
}
table.listemail td:nth-child(3) {
	width: 15%;
}
table.listemail td:nth-child(4) {
	width: 15%;
}
table.listemail td:nth-child(6) {
	width: 9%;
}

h1.question_header {
	margin: 0 auto;
	width: 1200px;
	margin-top: 100px;
}
.question_notice {
	margin: 0 auto;
	width: 1200px;
	margin-top: 40px;
}

tr.accept {
	background: #b5ffb8;
}
.reload_notice {
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #e83123;
}
.hide {
	display: none;
}

.deactivate {
    background: #aaa !important;
    pointer-events: none !important;
}
.test_btn {
    display: block;
    width: 200px;
    background: #2e3b86;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
}
.active_notice {
    color: red;
    font-weight: bold;
}