@charset "UTF-8";
/* CSS Document */

div.input-info {
	max-width: 780px;
	margin: 0 auto 20px auto;
	padding: 20px 30px 100px;

	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
div.input-info div.top-message {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
div.input-info div.item {
	margin-top: 20px;
}
div.input-info div.item:first-child {
	margin-top: 0;
}
div.input-info div.item div.label {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
div.input-info div.item.required div.label::before {
	content: "必須";
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-right: 0.5em;
	padding: 0 0.5em;
	background-color: #54A6C5;
}
div.input-info[data-locale="eng"] div.item.required div.label::before {
	content: "Required";
}
div.input-info div.item div.value {
}
div.input-info div.item div.notice {
	color: #2a8;
}
div.input-info div.item div.notice-message {
	margin-bottom: 20px;
}
div.input-info div.item div.value input,
div.input-info div.item div.value textarea {
	font-size: 15px;
	width: 100%;
	padding: 0.8em 1em;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.input-info div.item[data-col="kind"] div.radio-col {
	display: inline-block;
	width: 50%;
	font-size: 120%;
}
div.input-info div.item[data-col="kind"] div.radio-col input {
	width: auto;
}
div.input-info div.item[data-col="file"] div.value div.input {
	margin-top: 10px;
}
div.input-info div.item[data-col="file"] div.value div.input input {
	border-radius: 30px;
}
div.input-info div.item div.notice-privacy a {
	color: #09c;
}
div.input-info div.item div.notice-privacy a:hover {
	color: #ff9c3d;
}
div.input-info div.item div.btn-area {
	margin-top: 40px;
}
button.file-add {
	width: 40px;
	height: 40px;
	font-size: 120%;
	margin-top: 10px;
	padding: 10px;
	border-radius: 50%;
	border: solid 1px #888;
	background: #fff;
	cursor: pointer;
}
button.file-add:hover {
	background: #eee;
}


table.listing {
	margin: 0 auto;
}


div.contact-button-area input.contact-button-blue {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;

	background: #2dbae9; /* Old browsers */
	background: -moz-linear-gradient(top,  #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#179ce0), color-stop(51%,#1180b7), color-stop(100%,#1180b7), color-stop(100%,#1180b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179ce0', endColorstr='#1180b7',GradientType=0 ); /* IE6-9 */
}
div.contact-button-area input.contact-button-blue:hover {
	background: #2dbae9; /* Old browsers */
	background: -moz-linear-gradient(top,  #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#2dbae9), color-stop(51%,#1ba5da), color-stop(100%,#1ba5da), color-stop(100%,#1ba5da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbae9', endColorstr='#1ba5da',GradientType=0 ); /* IE6-9 */
}
div.contact-button-area input.contact-button-blue:active {
	background: #2dbae9; /* Old browsers */
	background: -moz-linear-gradient(top,  #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#2dbae9), color-stop(51%,#1ba5da), color-stop(100%,#1ba5da), color-stop(100%,#1ba5da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbae9', endColorstr='#1ba5da',GradientType=0 ); /* IE6-9 */
}



/* Complete */
div.complete {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 60vh;
}
div.complete div.message-area {
	font-size: 150%;
	font-weight: bold;
}
div.complete div.home-link {
	margin-top: 40px;
}
div.complete div.home-link a {
	color: #fff;
	border-radius: 20px;
	padding: 10px 30px;
	background: #666;
	text-decoration: none;
}
div.complete div.home-link a:hover {
	background: #aaa;
}
