@charset "utf-8";

.logo h1 {
	position: relative;
}
.logo h1::after {
	position: absolute;
	z-index: -1;
	content: '';
	background-image: url("../img/title_enq.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	max-width: 906px;
	height: calc(80 / 906 * 100vw);
	max-height: 80px;
	left: 50%;
    transform: translateX(-50%);	bottom: 0;
}
.return {
	text-align: center;
	margin: 30px auto;
}

.followbtn span {
	display: inline-block;
}
@media(max-width:480px) {
	.followbtn {
		text-align: left!important;
	}
	#lead .attention li {
		text-align: left!important
	}
}


form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
form > table {
	width: 100%;
}
form > input,
form > button {
	letter-spacing: 0;
	padding: 1em 4em;
	margin: 0 30px 30px;
	border-radius: 3em;
	cursor: pointer;
	font-size: 120%;
	font-weight: 600;
}
form > input.badreq {
	margin-top: 60px;
	margin-bottom: 30px;
}
@media (max-width:480px) {
	form > input {
		order: 1;
	}
}


/* エラーメッセージ */
.enquete-error-input-msg,
form > span {
	display: block;
	padding: 30px 0;
	color: red;
	font-size: 160%;
	font-weight: 600;
	text-align: center;
}


/**/
table,tbody,tr,th,td {display: block;}
.enquete-td-label {
	color: #fff;
	font-size: 240%;
	line-height: 1em;
	padding: .1em 0 .1em .3em;
	margin-bottom: 1em;
	border-bottom: 3px solid rgba(255,255,255,1.00);
	font-family: "Sawarabi Mincho";
	font-weight: 600;
}
.enquete-td-input {
	padding: 15px 10px 30px;
}
.enquete-td-input label {
	padding: 10px;
	padding-left: 3em;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: .3s all;
}
.enquete-td-input label:hover {
	border-color: #fff;
}
.enquete-td-input > div:nth-child(odd):not(.enquete-error-input-msg) {
	background-color: rgba(255,255,255,.1);
}
.enquete-td-input > div:nth-child(even):not(.enquete-error-input-msg) {
	background-color: rgba(255,255,255,.01);
}
.enquete-td-input input {
	/*margin-right: 10px;*/
	display: inline-block;
	width: 3em;
	padding-left: 1em;
	margin-left: -3em;
}
.enquete-td-input textarea {
	width: 100%;
	padding: 15px;
	height: calc(5em + 30px);
	font-size: 140%;
}


#lead {
	text-align: center;
	margin: 2em auto;
}
#lead p {
	font-size: min(160%, 16px);
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.5;
}
#lead p span {
	display: inline-block;
}
#lead .attention {
	margin-bottom: 2em;
}
#lead .followbtn {
	margin: 2em 0;
}




.conftxt {
	text-align: center;
	font-size: min(160%, 4.5vw);
	margin: 30px auto;
	line-height: 1.5;
}
.conf table,
.conf table * {
	display: none;
}
.conf dl {
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 30px;
	margin: 30px auto;
}
.conf dl dt {
	background-color: rgba(255,255,255,.1);
	padding: 3px 15px;
}
.conf dl dd {
	padding: 30px;
	line-height: 30px;
}
.conf dl dd span.none::before {
	content: '（';
}
.conf dl dd span.none::after {
	content: '）';
}


.comptxt {
	text-align: center;
	font-size: min(160%, 4.5vw);
	margin: 30px auto;
	line-height: 1.5;
}
.comptxt span {
	display: inline-block;
}
.comp .followbtn {
	width: 100%;
	max-width:400px;
	margin: auto
}
@media(max-width:480px) {
	.comp .followbtn {
		margin: 60px auto 30px;
	}
}

#end p {
	font-size: 240%;
	text-align: center;
	line-height: 1.5;
}
#end p span {
	display: inline-block;
}
