@charset "utf-8";

#contact {
	width: 60%;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0 60px;
}

#contact h1 {
	font-size: 2rem;
	margin: 0 0 30px;
	text-align: center;
}

#contact p {
	padding-bottom: 30px;
}

#contact dl {
	margin: 0 auto;
}

#contact dl dt {
	width: 22%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

#contact dl dt span {
	color: #f7941c;
}

#contact dl dd {
	width: 77%;
	display: inline-block;
	margin: 0 0 20px;
}

#contact dl #privacy {
	text-align: left;
}

#contact .button li {
	display: inline-block;
	margin: 0 10px;
}

#contact .button li a {
	padding: 10px 20px;
	border-radius: 5px;
}

#copy {
	position: absolute;
	right: 10px;
	bottom: -40px;
}

.confirm dl {
	width: 60% !important;
}

.confirm dl dd {
	text-align: left;
	border-left: 1px dotted #000;
	padding-left: 20px;
	min-height: 30px;
}

.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}

.formError {
	padding-bottom: 13px;
	display: block;
}

.fixed {
	padding-bottom: 0;
}

.formError .formErrorClose {
	border: solid #252525 2px;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	right: -4px;
	color: #efefef;
	background: #333;
	font-weight: bold;
	text-align: center;
	line-height: middle;
	cursor: pointer;
	box-shadow: 1px -1px 3px #888;
	-moz-box-shadow: 1px -1px 3px #888;
	-webkit-box-shadow: 1px -1px 3px #888;
	_z-index: 2;
	font-size: 11px;
}

.formError .formErrorClose:hover {
	background: #666;
}

.fixed .formErrorClose {
	display: none;
}

.formError .formErrorContent {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 10px;
	width: 180px;
	position: relative;
	color: #fff;
	background: #252525;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 11px;
	box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	_z-index: 1;
}

.fixed .formErrorContent {
	margin-top: .5em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #f60;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.fadeOut {
	opacity: .2;
	filter: alpha(opacity=20);
}

.formError .formErrorArrow {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 20px;
	_z-index: 0;
}

.fixed .formErrorArrow {
	display: none;
}

.formError .formErrorArrowBottom {
	margin: -6px;
	top: 0;
}

.fixed .formErrorArrowBottom {
	display: none;
}

.formError .formErrorArrow div {
	margin: 0 auto;
	display: block;
	height: 1px;
	background: #252525;
	line-height: 0px;
	font-size: 0px;
	box-shadow: 0px 2px 3px #888;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.formError .formErrorArrow .line10 {
	width: 19px;
}

.formError .formErrorArrow .line9 {
	width: 17px;
}

.formError .formErrorArrow .line8 {
	width: 15px;
}

.formError .formErrorArrow .line7 {
	width: 13px;
}

.formError .formErrorArrow .line6 {
	width: 11px;
}

.formError .formErrorArrow .line5 {
	width: 9px;
}

.formError .formErrorArrow .line4 {
	width: 7px;
}

.formError .formErrorArrow .line3 {
	width: 5px;
}

.formError .formErrorArrow .line2 {
	width: 3px;
}

.formError .formErrorArrow .line1 {}

.err {
	border-color: #FCC;
	background: #FCC;
}

.info_input .line2 #inputMD {
	color: #666;
}

#tabBox1 #form1 .info_input #sendbox {
	display: none;
	color: #666;
}

input,
textarea {
	background-color: #FFFFFF;
	border-bottom: 1px solid #BEBEBE;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 10px 10px;
	margin-right: 2px;
	vertical-align: middle;
	width: 100%;
}

textarea {}

input[type=checkbox] {
	display: none;
}

.check_css {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 27px;
	vertical-align: middle;
	cursor: pointer;
}

.check_css:hover:after {
	border-color: #f7941c;
}

.check_css:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 6px;
	content: '';
}

.check_css:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #f7941c;
	border-bottom: 3px solid #f7941c;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked+.check_css:before {
	opacity: 1;
}

.button {
	text-align: center;
	padding: 30px 0;
}

#thnkbo {
	text-align: center;
}

#submit,
#thnk {
	background: #FFF;
	border: 1px solid #f7941c;
	padding: 10px 0;
	color: #000;
	font-size: 1rem;
	width: 300px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#submit:hover,
#thnk:hover {
	background: #f7941c;
	border: 1px solid #f7941c;
	color: #FFF;
	cursor: pointer;
}

#reset {
	background: #FFF;
	border: 1px solid #666666;
	padding: 5px 30px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

#reset:hover {
	background: #DCDDDD;
	border: 1px solid #000;
	color: #000;
}

@media screen and (max-width: 640px) {
	#contact {
		width: 80%;
		margin: 0 auto;
		text-align: left;
	}

	#contact h1 {
		font-size: 1.7rem;
		margin: 0 0 30px;
	}

	#contact dl {
		width: 100%;
		margin: 0 auto;
	}

	#contact dl dt {
		width: 90%;
		display: block;
	}

	#contact dl dd {
		width: 100%;
		display: inline-block;
		margin: 0 0 20px;
	}

	input,
	textarea {
		margin: 0 auto;
		vertical-align: middle;
		width: 90%;
	}

	#contact dl #privacy {
		text-align: left;
	}

	#contact .button li {
		width: auto;
	}

	.confirm dl {
		width: 100% !important;
	}

	.confirm dl dt {
		border-bottom: 1px dotted #000;
	}

	.confirm dl dd {
		border-left: none;
		padding-left: 0px;
		padding-top: 5px;
		width: 95% !important;
		margin: 0 auto 20px !important;
		display: block !important;
	}

	#submit {
		padding: 10px 0px;
		width: 250px;
	}

	#copy {
		bottom: -200px;
	}
}

.pp-lb {
	display: flex;
	align-items: center;
}

.pp-lb .txt {}

.pp-lb .rq {
	display: inline-block;
	color: #fff !important;
	border-radius: 3px;
	background-color: rgb(255, 51, 0);
	margin-left: 7px;
	font-size: 0.88em;
	line-height: 1;
	font-weight: 600;
	padding: 3px 6px;
}

.pp-box-scroll {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow-y: scroll;
	height: 370px;
	padding: 12px;
	background-color: #fff;
}

hr.space {
	height: 22px;
	background-color: #fff;
	display: block;
	border: none;
	margin: 0;
}

.check_box {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 9px 12px;
}

@media (max-width: 767px) {
	.pp-box-scroll {
		height: 220px;
	}

}