@charset "utf-8";

.spb {
	display: none;
}

.cnts {
	width: 100%;
}

.cntsIn {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
}

.formarea_ttl {
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: #ff2d2d;
}

.cntsIn ul {
	margin-top: 20px;
	font-size: 0px;
}

.cntsIn ul li {
	display: inline-block;
	font-size: 1.6rem;
	vertical-align: top;
	word-break: break-all;
}

.cntsIn ul li:first-child {
	width: 100%;
	padding: 6px 0px 6px 14px;
	font-size: 1.7rem;
	font-weight: bold;
	background: #ffdebb;
}

.cntsIn ul li:first-child span {
	margin-left: 5px;
	color: #ce0000;
}

.cntsIn ul li:last-child {
	width: 100%;
	margin-top: 14px;
}

.cntsIn ul li:last-child input[type="text"] {
	width: calc( 100% - 30px );
	max-width: 100%;
	font-family: inherit;
	padding: 5px 10px;
	font-size: 1.4rem;
	border-radius: 4px;
	border: 1px solid #999999;
	outline: none;
}

.cntsIn ul li:last-child input[type="checkbox"] {
	display: none;
}

.submit_area {
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: center;
}

button[type="submit"] {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: none;
	cursor: pointer;
}

button[type="submit"]:hover {
	opacity: 0.8;
}

.msgarea {
	text-align: center;
}

.msgarea div:nth-child( 1 ) {
	font-size: 2.4rem;
	font-weight: bold;
}

.msgarea div:nth-child( 2 ) {
	margin: 30px 0px 44px 0px;
}

.msgarea div:nth-child( 2 ) a {
	text-decoration: underline
}

.msgarea div:nth-child( 3 ) {
	margin-bottom: 40px;
}

.msgarea div:nth-child( 3 ) a {
	padding: 14px 30px 12px 30px;
	font-size: 1.6rem;
	font-weight: bold;
	background: none;
	border-radius: 8px;
	border: 1px solid #dcae7e;
	background: #ffffff;
	color: #dcae7e;
	cursor: pointer;
}

.msgarea div:nth-child( 3 ) a:hover {
	color: #dcae7e !important;
	opacity: 0.8;
}

/* 以下、独自で入れた説明文部分 */
.chui_ttl {
	padding: 5px 0px 5px 10px;
	margin: 20px 0px 8px 0px;
	background: #eeeeee;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
}

.chui_dtl {
	width: 98%;
	height: 200px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px 7px;
	overflow-y: scroll;
	font-size: 1.3rem;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	line-height: 1.8;
}

.chui_dtl::-webkit-scrollbar {
	background: #cccccc;
	width: 10px;
}
.chui_dtl::-webkit-scrollbar-thumb {
	background: #aaaaaa;
	border-radius: 50px;
	height: 50px;
}

.chui_dtl div {
	margin-top: 10px;
}

.chui_dtl div:last-child {
	margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
	.spb {
		display: block;
	}

	.ctc01 {
		width: 100%;
	}

	.cntsIn {
		width: 95%;
		margin: 0 auto;
		text-align: left;
		font-size: 3.75vw;
		color: #1e1e1e;
		line-height: 1.5;
	}

	.formarea_ttl {
		text-align: center;
		font-size: 6vw;
		font-weight: bold;
	}

	.cntsIn ul {
		margin-top: 20px;
		font-size: 0px;
	}

	.cntsIn ul li {
		display: block;
		font-size: 3.75vw;
		vertical-align: top;
		word-break: break-all;
	}

	.cntsIn ul li:first-child {
		width: 95%;
	}

	.cntsIn ul li:first-child span {
		margin-left: 5px;
		color: #ce0000;
	}

	.cntsIn ul li:last-child {
		width: 100%;
		margin-left: 0px;
		margin-top: 5px;
	}

	.cntsIn ul li:last-child input[type="text"] {
		width: calc( 100% - 30px );
		max-width: 100%;
		font-family: inherit;
		padding: 5px 10px;
		font-size: 3.125vw;
		border-radius: 4px;
		border: 1px solid #999999;
		outline: none;
	}

	.cntsIn ul li:last-child input[type="checkbox"] {
		display: none;
	}

	.submit_area {
		margin-top: 25px;
		margin-bottom: 5px;
		text-align: center;
	}

	.submit_area img {
		width: 100%;
	}

	button[type="submit"] {
		margin: 0;
		padding: 0;
		background: #ffffff;
		border: none;
		cursor: pointer;
	}

	button[type="submit"]:hover {
		opacity: 1;
	}

	.msgarea {
		text-align: center;
	}

	.msgarea div:nth-child( 1 ) {
		font-size: 4.6875vw;
		font-weight: bold;
	}

	.msgarea div:nth-child( 2 ) {
		margin: 20px 0px 34px 0px;
	}

	.msgarea div:nth-child( 2 ) a {
		text-decoration: underline
	}

	.msgarea div:nth-child( 3 ) {
		margin-bottom: 30px;
	}

	.msgarea div:nth-child( 3 ) a {
		padding: 14px 30px 12px 30px;
		font-size: 1.6rem;
		font-weight: bold;
		background: none;
		border-radius: 8px;
		border: 1px solid #dcae7e;
		background: #ffffff;
		color: #dcae7e;
		cursor: pointer;
	}

	.msgarea div:nth-child( 3 ) a:hover {
		color: #dcae7e !important;
		opacity: 0.8;
	}

	.chui_dtl {
		width: 95%;
		height: 200px;
		margin: 0 auto;
		margin-top: 0px;
		padding: 0px 7px;
		overflow-y: scroll;
		font-size: 3.4375vw;
		border: 1px solid #eeeeee;
		border-radius: 5px;
		line-height: 1.8;
	}

	.chui_dtl::-webkit-scrollbar {
		background: #cccccc;
		width: 10px;
	}
	.chui_dtl::-webkit-scrollbar-thumb {
		background: #aaaaaa;
		border-radius: 50px;
		height: 50px;
	}

	.chui_dtl div {
		margin-top: 10px;
	}

	.chui_dtl div:last-child {
		margin-bottom: 10px;
	}
}
