@charset "utf-8";

.ctc01 {
	display: table;
	width: 100%;
	height: 140px;
	background: #eb4f27;
}

.ctc01In {
	display: table-cell;
	max-width: 1140px;
	margin: 0 auto;
	font-size: 2.8rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.ctc02 {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.ctc02In {
	max-width: 1110px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.otherttl {
	margin-top: 65px;
	padding: 10px 0px 8px 16px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #1e1e1e;
	border-left: 8px solid #ff9c01;
	border-bottom: 5px solid #ffe8c3;
}

.otherdtl {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #1e1e1e;
	line-height: 1.8;
}

.ctcttl {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}

.ctcdtl {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #1e1e1e;
	line-height: 1.8;
}

.ctcdtl ul {
	margin-top: 20px;
	padding: 0px 20px 10px 20px;
	border-bottom: 1px solid #bfbeb9;
	font-size: 0px;
}

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

.ctcdtl ul li:first-child {
	width: 30%;
}

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

.ctcdtl ul li:last-child {
	width: calc( 100% - ( 30% + 10px ) );
	margin-left: 10px;
}

.ctcdtl ul li:last-child input[type="text"],
.ctcdtl ul li:last-child select,
.ctcdtl ul li:last-child textarea {
	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;
}

.ctcdtl ul li:last-child textarea {
	resize: vertical;
	max-height: 500px;
	min-height: 100px;
}

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

.cboxparts {
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	cursor: pointer;
}

.cboxparts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999999;
	border-radius: 4px;
}

.cbox:checked + .cboxparts {
	color: #eb4f27;
}

.cbox:checked + .cboxparts::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #eb4f27;
	border-right: 3px solid #eb4f27;
}

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

.confirmation_btn {
	font-family: inherit;
	padding: 8px 30px;
	font-size: 1.6rem;
	background: #00478a;
	border-radius: 8px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
}

.confirmation_btn:hover {
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #00478a;
	box-sizing: border-box;
	color: #00478a;
}

.ctckome {
	text-align: center;
}

.err {
	color: red;
}

input[type="submit"][value="送信"] {
	font-family: inherit;
	padding: 8px 30px;
	font-size: 1.6rem;
	background: #00478a;
	border-radius: 8px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
}

input[type="button"][value="戻る"] {
	font-family: inherit;
	padding: 8px 30px;
	font-size: 1.6rem;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #00478a;
	box-sizing: border-box;
	color: #00478a;
	cursor: pointer;
}

input[type="submit"][value="送信"]:hover,
input[type="button"][value="戻る"]:hover {
	opacity: 0.8;
}

input[type="button"][value="戻る"].single {
	margin-left: 0;
}

@media screen and (max-width: 1169px) {
}

@media screen and (max-width: 767px) {
	.ctc01 {
		display: table;
		width: 100%;
		height: 80px;
		background: #eb4f27;
	}

	.ctc01In {
		display: table-cell;
		max-width: 1140px;
		margin: 0 auto;
		font-size: 4.6875vw;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		vertical-align: middle;
		line-height: 1.5;
	}

	.ctc02 {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}

	.ctc02In {
		max-width: 1110px;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 45px;
	}

	.otherttl {
		margin-top: 25px;
		padding: 5px 0px 5px 16px;
		font-size: 4.6875vw;
		font-weight: bold;
		color: #1e1e1e;
		border-left: 8px solid #ff9c01;
		border-bottom: 5px solid #ffe8c3;
		line-height: 1.5;
	}

	.otherdtl {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 3.75vw;
		font-weight: normal;
		color: #1e1e1e;
		line-height: 1.5;
	}

	.ctcttl {
		margin-top: 20px;
		font-size: 4.6875vw;
		font-weight: bold;
		line-height: 1.5;
	}

	.ctcdtl {
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		font-size: 3.75vw;
		font-weight: normal;
		color: #1e1e1e;
		line-height: 1.5;
	}

	.ctcdtl ul {
		margin-top: 20px;
		padding: 0px 5px 10px 5px;
		border-bottom: 1px solid #bfbeb9;
		font-size: 0px;
	}

	.ctcdtl ul li {
		display: block;
		font-size: 3.75vw;
		vertical-align: top;
	}

	.ctcdtl ul li:first-child {
		width: 100%;
	}

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

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

	.ctcdtl ul li:last-child input[type="text"],
	.ctcdtl ul li:last-child select,
	.ctcdtl ul li:last-child textarea {
		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;
	}

	.ctcdtl ul li:last-child textarea {
		resize: vertical;
		max-height: 500px;
		min-height: 100px;
	}

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

	.cboxparts {
		padding-left: 20px;
		position:relative;
		margin-right: 20px;
		cursor: pointer;
	}

	.cboxparts::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #999999;
		border-radius: 4px;
	}

	.cbox:checked + .cboxparts {
		color: #eb4f27;
	}

	.cbox:checked + .cboxparts::after {
		content: "";
		display: block;
		position: absolute;
		top: -5px;
		left: 5px;
		width: 7px;
		height: 14px;
		transform: rotate(40deg);
		border-bottom: 3px solid #eb4f27;
		border-right: 3px solid #eb4f27;
	}

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

	.confirmation_btn {
		font-family: inherit;
		padding: 8px 30px;
		font-size: 4.6875vw;
		background: #00478a;
		border-radius: 8px;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		color: #ffffff;
		cursor: pointer;
	}

	.confirmation_btn:hover {
		background: #ffffff;
		border-radius: 8px;
		border: 1px solid #00478a;
		box-sizing: border-box;
		color: #00478a;
	}

	.ctckome {
		text-align: center;
		line-height: 1.5;
	}

	.err {
		color: red;
	}

	input[type="submit"][value="送信"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		font-family: inherit;
		padding: 8px 30px;
		margin-left: 10px;
		font-size: 4.6875vw;
		background: #00478a;
		border-radius: 8px;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		color: #ffffff;
		cursor: pointer;
	}

	input[type="button"][value="戻る"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		font-family: inherit;
		padding: 8px 30px;
		font-size: 4.6875vw;
		background: #ffffff;
		border-radius: 8px;
		border: 1px solid #00478a;
		box-sizing: border-box;
		color: #00478a;
		cursor: pointer;
	}

	input[type="submit"][value="送信"]:hover,
	input[type="button"][value="戻る"]:hover {
		opacity: 1;
	}

	input[type="button"][value="戻る"].single {
		margin-left: 0;
	}
}
