<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/*--------------------------------------------------
 container
--------------------------------------------------*/
#container {
	background: url(../../images/common/dot_bg.jpg);
}

body {
	background-color: #eee;
}


/*--------------------------------------------------
 commonKeyvisual
--------------------------------------------------*/
.commonKeyvisual {
	background-image: url(../../images/contact/keyvisual.jpg);
}
/*
@media only screen and (max-width:767px) {
	.commonKeyvisual {
		background-image: url(../../images/contact/keyvisual_sp.jpg);
	}
}
*/


/*--------------------------------------------------
 mailform
--------------------------------------------------*/
#mailform {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto 120px;
	padding: 60px 70px;
	background-color: #fff;
}
#mailform .lead {
	margin-bottom: 50px;
	font-size: 18px;
}
#mailform .lead span {
	color: #ff0000;
}
#mailform #finish.lead {
	margin-bottom: 0;
}
@media only screen and (max-width:767px) {
	#mailform {
		margin: 0;
		padding: 30px 15px;
	}
	#mailform .lead {
		margin-bottom: 20px;
		font-size: 10px;
	}
}



/* contactBox
----------------------------------*/
#mailform .contactBox {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 770px;
	margin: 0 auto;
	padding: 20px 55px;
	text-align: center;
	border: #042275 solid 1px;
}
#mailform .contactBox dt {
	margin-bottom: 15px;
	color: #042275;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: #cfcfcf solid 1px;
}
#mailform .contactBox dd figure {
	margin-bottom: 15px;
	line-height: 0;
}
#mailform .contactBox dd p {
	font-size: 14px;
	line-height: 1.4;
}
@media only screen and (max-width:767px) {
	#mailform .contactBox {
		padding: 10px 20px;
	}
	#mailform .contactBox dt {
		margin-bottom: 8px;
		padding-bottom: 8px;
		font-size: 11px;
	}
	#mailform .contactBox dd figure {
		margin-bottom: 8px;
	}
	#mailform .contactBox dd p {
		font-size: 10px;
	}
}




/* entryArea
----------------------------------*/
#mailform .entryArea {
	margin-top: 40px;
}
#mailform .entryArea dl {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: #d7d7d7 dotted 1px;
}
#mailform .entryArea dl:first-child {
	border-top: #d7d7d7 dotted 1px;
}
#mailform .entryArea dl &gt; * {
	display: table-cell;
	vertical-align: middle;
}
#mailform .entryArea dt {
	position: relative;
	width: 235px;
	font-size: 18px;
	font-weight: bolder;
}
#mailform .entryArea dt .req {
	position: absolute;
	top: 50%;
	right: 20px;
	padding: 5px 7px 7px;
	color: #fff;
	font-size: 16px;
	background-color: #e64d54;
	line-height: 1;
	transform: translateY(-50%);
}
#mailform .entryArea .formText {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: 520px;
	margin: 0;
	padding: 8px;
	background: none;
	border: #e2e2e2 solid 2px;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	background-color: #fff5f5;
}
#mailform .entryArea textarea.formText {
	height: 150px;
}
#mailform .entryArea .formText.mid {
	max-width: 400px;
}
#mailform .entryArea .formText.zip {
	max-width: 220px;
}
#mailform .entryArea .selectBox {
	position: relative;
	max-width: 220px;
	height: 42px;
	background-color: #eeee;
	border: #e2e2e2 solid 2px;
}
#mailform .entryArea .selectBox:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	margin-top: -3px;
	border-top: #333 solid 5px;
	border-left: transparent solid 4px;
	border-right: transparent solid 4px;
}
#mailform .entryArea .selectBox select {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-size: 16px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	z-index: 2;
}
#mailform .entryArea .catalog {
	display: flex;
	padding: 30px 0;
	justify-content: center;
}
#mailform .entryArea .catalog li {
	padding: 0 15px;
	font-size: 18px;
	font-weight: bold;
}
#mailform .entryArea .catalog  li label {
	cursor: pointer;
}
#mailform .entryArea .catalog  li label &gt; * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#mailform .entryArea .catalog  li label span {
	padding-left: 5px;
}
@media only screen and (max-width:767px) {
	#mailform .entryArea dl {
		display: block;
		padding: 18px 0;
	}
	#mailform .entryArea dl &gt; * {
		display: block;
	}
	#mailform .entryArea dt {
		width: auto;
		margin-bottom: 5px;
		font-size: 11px;
	}
	#mailform .entryArea dt span {
		display: inline-block;
		vertical-align: middle;
	}
	#mailform .entryArea .formText {
		max-width: none;
		padding: 8px;
		border-width: 1px;
		font-size: 14px;
	}
	#mailform .entryArea dt .req {
		position: static;
		display: inline-block;
		margin-left: 5px;
		padding: 3px;
		font-size: 9px;
		transform: translateY(0);
		vertical-align: middle;
	}
	#mailform .entryArea .selectBox {
		height: 35px;
	}
	#mailform .entryArea .selectBox select {
		font-size: 14px;
	}

	#mailform .entryArea .catalog {
		padding: 20px 0;
	}
	#mailform .entryArea .catalog li {
		padding: 0 10px;
		font-size: 12px;
	}
}



/* privacyText
----------------------------------*/
#mailform .privacyText {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 750px;
	margin: 0 auto;
	padding: 25px 55px 30px;
	border: #d7d7d7 dotted 1px;
}
#mailform .privacyText dt {
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #042275;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: #d7d7d7 dotted 1px;
}
#mailform .privacyText dd {
	font-size: 15px;
}
@media only screen and (max-width:767px) {
	#mailform .privacyText {
		padding: 15px 10px 20px;
	}
	#mailform .privacyText dt {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 12px;
	}
	#mailform .privacyText dd {
		font-size: 11px;
	}
}


/* formBtns
----------------------------------*/
#mailform .formBtns {
	display: flex;
	justify-content: center;
	max-width: 640px;
	margin: 50px auto 0;
	padding: 0 15px;
}
#mailform .formBtns &gt; div {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	padding: 10px;
}
#mailform .formBtns button {
	position: relative;
	display: block;
	width: 100%;
	padding: 14px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	background-color: #042275;
	transition: 0.3s;
}
#mailform .formBtns button:hover {
	opacity: 0.7;
}
#mailform .formBtns button:before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#mailform .formBtns button.back:before {
	right: auto;
	left: 20px;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
@media only screen and (max-width:767px) {
	#mailform .formBtns {
		display: block;
		margin-top: 20px;
	}
	#mailform .formBtns &gt; div {
		width: 100%;
	}
	#mailform .formBtns button {
		font-size: 13px;
	}
	#mailform .formBtns button:before {
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-width: 2px;
	}
}



label.error {
	display: block;
	margin-top: 5px;
	color: #ff0000;
}
</pre></body></html>