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

/*
en_US
*/

/* =========================================================
feedback
========================================================= */
#feedback {
	background-color: #fffeee;
	padding: 30px;
}
#feedback .frame {
	background-color: #ffffff;
	border-top: 6px solid #ff6600;
	padding: 30px;
	margin: 0 auto;
	border-radius: 6px;
}
#feedback h3 {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 22px;
	font-weight: bold;
	color: #5f5f5f;
	margin-bottom: 15px;
}
#feedback p.desc {
	color: #666666;
	line-height: 1.65;
	margin-bottom: 20px;
}
/* -----------------------------------------------
table
----------------------------------------------- */
#feedback table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 30px;
	width: 100%;
}
#feedback tr {
	border-bottom: 1px solid #e5e5e5;
}
#feedback th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.65;
	background-color: #f3f3eb;
	padding: 12px;
	white-space: nowrap;
}
#feedback th:first-child {
	border-left: 1px solid #e5e5e5;
}
#feedback th.req {
	text-align: center;
}
#feedback th.req span {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	color: #ffffff;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
}
#feedback td {
	vertical-align: middle;
	text-align: left;
	line-height: 1.65;
	border-right: 1px solid #e5e5e5;
	border-left: 1px dotted #e5e5e5;
	background-color: #ffffff;
	padding: 12px;
	width: 100%;
}
#feedback td textarea {
	display: block;
}
#feedback td input[type="radio"] {
	vertical-align: middle;
	cursor: pointer;
	margin-right: 4px;
}
#feedback td label {
	cursor: pointer;
}
#feedback td.none {
	border: none;
	padding: 20px 0;
}
#feedback td.none p {
	color: #666666;
	line-height: 1.65;
}
#feedback td .comment {
	color: #666666;
}

#feedback .top {
	position: relative;
	text-align: right;
	padding-right: 10px;
}
#feedback .top a::after {
	position: absolute;
	top: 2px;
	right: 0;
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#feedback .top a:hover::after {
	border-top: 2px solid #ffcc00;
	border-right: 2px solid #ffcc00;
}

/* ul 横並び */

#feedback td ul.col {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#feedback td ul.col:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#feedback td ul.col li {
	float: left;
	margin-right: 12px;
}

/* ul 縦並び */

#feedback td ul.row {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#feedback td ul.row li {
	margin-bottom: 2px;
}
#feedback td ul.row li:last-child {
	margin-bottom: 0;
}
#feedback td ul.row li input[type="text"] {
	margin-left: 5px;
}
/* -----------------------------------------------
agreement
----------------------------------------------- */
#feedback .agreement {
	clear: both;
	text-align: center;
	margin: 20px 0;
}
#feedback .agreement .read {
	margin-bottom: 5px;
}
#feedback .agreement .eu {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}
#feedback .agreement label {
	margin-left: 5px;
}
/* -----------------------------------------------
final
----------------------------------------------- */
#feedback .final {
	border: 1px solid #e6eae6;
	background-color: #ffffe0;
	padding: 20px 20px 25px 20px;
	margin: 20px 0 15px 0;
}
#feedback .final dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#feedback .final dd {
	line-height: 146%;
}
/* -----------------------------------------------
done
----------------------------------------------- */
#feedback .done {
	border: 1px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#feedback .done dl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6eae6;
}
#feedback .done dl:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#feedback .done dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#feedback .done dd {
	line-height: 146%;
}
#feedback .done dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 12px 1.5em;
}
/* -----------------------------------------------
button
----------------------------------------------- */
#feedback .button {
	clear: both;
	text-align: center;
	margin: 20px 0 26px 0;
}
#feedback .button .return {
	display: inline-block;
	margin: 0 5px;
}
#feedback .button .return a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #999;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#feedback .button .return a:hover {
	background-color: #ffb400;
}
#feedback .button .next {
	display: inline-block;
	margin: 0 5px;
}
#feedback .button .next div {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#feedback .button .next div:hover {
	background-color: #ffb400;
}
#feedback .button .next input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 100px
}
#feedback .button .next input[type="submit"]:hover {
	background-color: #ffb400;
}</pre></body></html>