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


/* contents01 */

.contents01 &gt; div:not(:last-child) {
	margin-bottom: 70px;
}


/* contact */

.contact p.c-guide {
	text-align: center;
line-height: 1.6;
}

.contact p.c-guide a {
	text-decoration: underline;
	background-image: url("../../images/common/icon-link.svg");
background-position: right center;
background-repeat: no-repeat;
	padding-right: 12px;
	display: inline-block;
}

.contact p.c-guide a:hover {
	opacity: 1;
}

.contact .box {
	display: flex;
	gap:20px 0px;
	flex-direction: column;
}

.contact .box:not(:last-child) {
	margin-bottom: 40px;
}

.contact .box .box001 {
	width: 100%;
}

.contact .box .box001 h6 {
line-height: 1.2;
font-weight: 400;
	position: relative;
	padding-left: 70px;
}

.contact .box .box001 h6.hissu::after, .contact .box .box001 h6.hissu2::after {
	content: "必須";
	position: absolute;
left: 0px;
top: 0px;
	display: inline-block;
	font-size: 12px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	padding: 5px 0px;
	text-align: center;
	width: 60px;
	background-color: #B93434;
	margin-top: -2px;
}

.contact .box .box001 h6.hissu2::after {
	content: "任意";
	background-color: #C7C7C7;
}

.contact .box .box002 {
	width: 100%;
}

.contact .box .box-radio {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:0px 40px;
	padding: 10px 0px;
}


input,textarea,button{
	margin:0;
	padding:15px;
	font-size:100%;
}

.contact ::placeholder {
	color: #CCCCCC;
}

input[type="text"] {
	outline: 0;
	border: 1px solid #DDDDDD;
	width: 100%;
	border-radius: 5px;
}

textarea[type="textarea"] {
	border: 1px solid #DDDDDD;
	padding: 15px;
	width: 100%;
	border-radius: 5px;
}


.button {
	text-align: center;
	margin-top: 10px;
}

button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

.button img {
	height:40px;
	width:auto;
}

button span, a.btn-mail, .btn-box input, .btn-back, .center-box input {
	display:inline-block;
	padding:20px 80px;
	background-color: #E8E8E8;
	font-size: 16px;
	color:#CCCCCC;
	line-height: 1.2;
	font-weight: 500;
	transition: .5s;
	border-radius: 5px;
	border-style : solid;
border-color : #E8E8E8;
border-width : 1px;
	cursor:pointer;
}

button:hover span, a.btn-mail:hover, .btn-box input:hover, .btn-back:hover, .center-box input:hover {
	background-color: #C30013;
	opacity: 1;
	border-style : solid;
border-color : #C30013;
border-width : 1px;
	color:#FFF;
}

.btn-box {
	padding-top: 50px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:10px;
}

.formtable input  {
	width: 100%;
}

.contact h4 {
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	line-height: 1.6em;
	letter-spacing: 0.2em;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}


#formWrap {
	width:100%;
	margin:0 auto;
	color: #1F1F1F;
	line-height:1.2;
	font-size:16px;
}
table.formtable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border-top-style : solid;
border-color : #AEAEAF;
border-width : 1px;
}
table.formtable td, table.formtable th {
	border-bottom-style : solid;
border-color : #AEAEAF;
border-width : 1px;
	padding: 20px 0px;
	line-height: 1.8;
	text-align: left;
}	
table.formtable th{
	color: #046A38;
	white-space: nowrap;
	width: 200px;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

.contact .checktext {
    width: 100%;
	text-align: center;
	padding-top: 50px;
}




.sp-view {
	display: none;
}

</pre></body></html>