@charset "utf-8";
/* CSS Document */
#contactForm {
	padding: 0 0;
	font-size: 1rem;
	line-height: 1.4;
}
@media screen and (max-width: 600px) {
	#contactForm {
		margin: 0 10px;
	}
}
.seal {
	position: relative;
}
.seal a {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 600px) {
	#pageTitle2 .wrapper {
		text-align: left;
	}
	.seal a img {
		width: 100px;
		height: auto;
	}
}
/*****************************************************************************
 *****************************************************************************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #a9a9aa;
}
table th, table td {
	padding: 20px 20px;
	line-height: 1.6;
	vertical-align: top;
	border-bottom: 1px dotted #a9a9aa;
}
table th {
	text-align: right;
	font-size: 16px;
	width: 200px;
	padding-right: 45px;
	position: relative;
}
table td {
	text-align: left;
}
@media screen and (max-width: 600px) {
	table, table thead, table tbody, table tr, table th, table td {
		display: block;
		width: auto;
		text-align: left;
		border: none;
	}
	table th, table td {
		padding: 10px 0;
	}
	table th {
		border-bottom: 1px dotted #a9a9aa;
	}
	table tr:not(:first-child) {
		margin-top: 25px;
	}
	table th br {
		display: none;
	}
}
/*****************************************************************************
input
 *****************************************************************************/
.input_ss, .input_s, .input_m, .input_m2, .input_l, textarea, select {
	min-height: 2.4em;
	margin-right: 0.5em;
}
.input_ss, .input_s, .input_m, .input_m2 {
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
.input_ss {
	width: 20%;
}
.input_s {
	width: 35%;
}
.input_m {
	width: 65%;
}
.input_m2 {
	width: 75%;
}
.input_l {
	width: 100%;
	margin-right: 0;
	border: 1px solid #dddddd;
}
input.input_l, textarea.input_l {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
textarea.input_l {
	height: 200px;
}
select {
	width: 60%;
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
/*****************************************************************************
radioBtnBox
 *****************************************************************************/
.radioBtnBox label {
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
}
.radioBtnBoxWrapper {
	display: flex;
}
.radioBtnBoxWrapper .radioBtnBoxHd {
	width: 6em;
	text-indent: -0.5em;
}
.radioBtnBoxWrapper .radioBtnBoxHd:before {
	content: "【";
}
.radioBtnBoxWrapper .radioBtnBoxHd:after {
	content: "】";
}
.radioBtnBoxWrapper .radioBtnBox {
	flex: 1;
}
.radioBtnBoxWrapper .radioBtnBox label {
	display: inline-block;
	width: 28%;
}
@media screen and (max-width: 600px) {
	.radioBtnBoxWrapper .radioBtnBox label {
		width: auto;
		min-width: 40%;
	}
}
/*****************************************************************************
radioBtnBox2
 *****************************************************************************/
.radioBtnBox2 label {
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	width: 32%;
}
@media screen and (max-width: 600px) {
	.radioBtnBox2 label {
		width: auto;
	}
}
/*****************************************************************************
radioBtnBox3
 *****************************************************************************/
.radioBtnBox3 label {
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	width: 18%;
}
@media screen and (max-width: 600px) {
	.radioBtnBox3 label {
		width: auto;
	}
}
/*****************************************************************************
dlBox
 *****************************************************************************/
.dlBoxWrapper {}
.dlBox {
	display: flex;
	margin-top: 10px;
}
.dlBox dt {
	width: 10em;
}
.dlBox2 dt {
	width: 8em;
}
.dlBox dd {
	flex: 1;
}
.radioBtnBox3Wrapper .radioBtnBox3Hd {
	margin-top: 20px;
	margin-bottom: 5px;
	border-left: 8px solid #ababac;
	padding: 0 0 0 7px;
}
@media screen and (max-width: 600px) {
	.dlBox {
		display: inherit;
	}
}
/*****************************************************************************
formBtnBox
 *****************************************************************************/
.formBtnBox {
	padding: 60px 0 60px;
	text-align: center;
}
.formBtnBox .text {
	padding: 0 0 30px;
}
.formBtnBox .btn .flex {
	display: flex;
	justify-content: center;
}
.formBtnBox input.submit, .formBtnBox input.backBtn {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	padding: 0 20px;
	min-width: 300px;
	line-height: 40px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	margin: 0 5px;
}
.formBtnBox input.submit {
	background: #dc0012;
	transition: background 0.3s ease;
}
.formBtnBox input.submit:hover {
	background: #df817e;
}
.formBtnBox input.backBtn {
	background: #ababac;
	width: 100px;
	min-width: 100px;
}
@media screen and (max-width: 600px) {
	.formBtnBox input.submit {
		width: 60%;
		min-width: 60%;
	}
	.formBtnBox input.backBtn {
		width: 30%;
	}
}
/*****************************************************************************
formBtnBox
 *****************************************************************************/
.required {
	display: inline-block;
	vertical-align: top;
	background: #dc0012;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 23px;
}
@media screen and (max-width: 600px) {
	.required {
		position: relative;
		right: auto;
		top: auto;
		margin-left: 5px;
	}
}
/*****************************************************************************
privacyText
*****************************************************************************/
/*#privacyText {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 30px;
	height: 200px;
	overflow-y: scroll;
}
#privacyText .title {
	font-weight: bold;
	font-size: 16px;
}
#privacyText .subSection {
	padding: 20px 0;
}
#privacyText .subSection .hd {
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
#privacyText .subSection .hd:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #dc0012;
	position: absolute;
	top: 52%;
	margin-top: -8px;
	left: 0;
}*/
/*****************************************************************************
msg
*****************************************************************************/
.msgTop {
	padding: 0 0 10px;
}
.errorMsgTop {
	color: #dc0012;
	padding: 20px 0 0;
}
.errorMsg {
	color: #dc0012;
	padding: 0 0 10px;
}
.thanksMsg {
	line-height: 2em;
}
@media screen and (max-width: 600px) {
	.errorMsgTop {
		color: #dc0012;
		padding: 20px 10px 0 ;
	}
}
/*****************************************************************************
example
 *****************************************************************************/
.example {
	display: inline-block;
	font-size: .95em;
	color: #df817e;
	/*white-space:nowrap;*/
}

/*****************************************************************************
filterMsg
 *****************************************************************************/
.filterMsg {
	background: #fff;
	padding: 20px;
	border: 1px solid #dc0002;
	border-radius: 10px;
	width: 90%;
	margin: 20px auto 0;
	line-height: 1.8;
}