<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 */

/*PC*/
@media print, screen and (min-width: 769px) {
#headingWrap {
width: 100%;
min-width: 1100px;
height: 300px;
background: url(../images/category/inquiries/hed_img.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;
}

.headingIn {
width: 1100px;
margin: auto;
display: table;
height: 300px;
}

.headlineTit {
display: table-cell;
vertical-align: middle;
height: 300px;
}

.headlineTit h2 {
font-family: Century Gothic,Verdana,Arial,sans-serif;
font-size: 3.5rem;
letter-spacing: 1px;
color: #514839;
}

/*-------------------------------------*/



table {
	border-top: 1px solid #97866A;
	border-left: 1px solid #97866A;
	border-right: 1px solid #97866A;
	margin-bottom: 50px;
	line-height: 240%;
}

table tr {
	border-bottom: solid 1px #97866A;
}

table th {
	font-size: 1.1em;
	width: 200px;
	padding: 30px;
	background: #514839;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 120%;
	display: table-cell;
}

table th span {
	font-size: 0.7em;
	background: #f18e38;
	padding: 0 10px;
	color: #FFF;
	line-height: normal;
	margin: 0 0 0 20px;
}


table td {
	font-size: 1.1em;
	padding: 30px 40px;
	background: rgba(255,255,255,0.5);
	display: table-cell;
}

input[type="submit"] {
	font-weight: bold;
	background: #f6827b;
	color: #FFF;
	padding: 25px 80px;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
}

input[type="submit"]:hover {
	background: #F2554D;
}

label {
	width: 45%;
	display: inline-block;
}

input[type="text"],
textarea,
select {
	padding: 8px;
	border: 1px solid #dddddd;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.w100p { width: 100%;}
.w100p_sp { width: auto;}



}


/*----------------------------------------------------*/


/*sp*/
@media only screen and (max-width: 768px) {
#headingWrap {
width: 90%;
height: auto;
background: url(../images/category/inquiries/hed_img.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 5% 5%;
}

.headingIn {
width: 100%;
margin: auto;
display: table;
height: auto;
}

.headlineTit {
display: table-cell;
vertical-align: middle;
height: auto;
}

.headlineTit h2 {
font-family: Century Gothic,Verdana,Arial,sans-serif;
font-size: 2rem;
letter-spacing: 2px;
color: #514839;
}

/*-------------------------------------*/



table {
	border-top: 1px solid #97866A;
	border-left: 1px solid #97866A;
	border-right: 1px solid #97866A;
	line-height: 240%;
	width: 90%;
	margin: auto auto 50px;
}

table tr {
	border-bottom: solid 1px #97866A;
}

table th {
	font-size: 1.1em;
	width: 100%;
	padding: 30px 0;
	background: #514839;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 120%;
	display: block;
}

table th span {
	font-size: 0.7em;
	background: #f18e38;
	padding: 0 10px;
	color: #FFF;
	line-height: normal;
	margin: 0 0 0 20px;
}


table td {
	font-size: 1.1em;
	padding: 20px 20px;
	background: rgba(255,255,255,0.5);
	display: block;
}

input[type="submit"] {
	font-weight: bold;
	background: #f6827b;
	color: #FFF;
	padding: 25px 80px;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
}

input[type="submit"]:hover {
	background: #F2554D;
}

input[type="text"],
textarea,
select {
	padding: 2%;
	border: 1px solid #dddddd;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

label {
	width: 100%;
	display: inline-block;
}

.w100p { width: 96%;}
.w100p_sp { width: 96%;}



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