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


/* common style
--------------------------------------------------*/
body {
	background: #727272;
	color: #000;
	font-size: 14px;
	font-family : Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.4;
	-webkit-text-size-adjust: none;
}

select,input {
	font-family : Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

a,
a:active,
a:visited {
	color: #0077dd;
	text-decoration: none;
	word-wrap: break-word;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: none;
}

input, label { cursor: pointer; }
img { vertical-align: top; }

/* header
--------------------------------------------------*/
header{
	display:table;
	width:100%;
	padding: 0;
	background-color: #fff;
	border-bottom: 5px solid #000;
}

header.IndexHeader { border-bottom: 0; }

header .Inner{ display: table; }

header .Logo{
	border-bottom:none;
	display: table-cell;
	padding: 25px 10px 25px 20px;
}

header #RegionAndLanguages {
	display: table-cell;
	vertical-align: middle;
}

header #RegionAndLanguages #Region {
	color: #666;
	font-weight: bold;
	line-height: 1.1;
	display: inline-block;
}

header #RegionAndLanguages #LanguageList {
	font-size: 12px;
	margin: 5px 0 0;
	display: block;
}

header #RegionAndLanguages #LanguageText {
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 12px;
}

#HeaderContactBtn {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

#HeaderContactBtn .Btn {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #6F7376;
	background: linear-gradient(#6F7376, #1E2021);
}

#HeaderContactBtn .Btn:first-child {
	border-right: 1px solid #777;
}

#HeaderContactBtn .Btn:last-child {
	border-left: 1px solid #333;
}

#HeaderContactBtn .Btn a {
	font-size: 16px;
	text-decoration:none;
	color:#FFF;
	padding: 15px 15px 15px 35px;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	display: block;
}

#HeaderContactBtn .Btn a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 2;
}

#HeaderContactBtn .Btn a.IconMail:after {
	width: 23px;
	height: 17px;
	margin-top: -8px;
	background: url("../../img/sp/icon_sp_mail.png") 0 0 no-repeat;
	-webkit-background-size: 83% 80%;
	background-size: 83% 80%;
}

#HeaderContactBtn .Btn a.IconMail {
	padding-left: 45px;
}

#HeaderContactBtn .Btn a.AutoPhoneCall:after {
	width: 12px;
	height: 22px;
	margin-top: -12px;
	background: url("../../img/sp/icon_sp_phone.png") 0 0 no-repeat;
	-webkit-background-size: 12px 22px;
	background-size: 12px 22px;
}

#HeaderContactBtn.Str01 .Btn{
	width: 45%;
}

#HeaderContactBtn.Str01 .Btn + .Btn{
	width: 55%;
}

#HeaderContactBtn.Str01 .Btn a {
	font-size: 12px;
	padding: 15px 10px 15px 35px;
}

#HeaderContactBtn.Str01 .Btn a.IconMail{
	padding: 15px 5px 15px 30px;
	word-break: break-all;
}

#HeaderContactBtn.Str01 .Btn a.IconMail:after{
	margin-top: -7px;
	margin-left: -9px;
}

/* contents
--------------------------------------------------*/
#contents .contentsWrap{
	width:auto;
	margin:auto 15px;
}

#ContentsArea { border-top: 2px solid #E60012; }

#ContentsArea #MainContentBody {
	background: #fff;
	padding: 0 0 20px;
}
#ContentsArea #MainContentBody.ContentStyle { padding: 10px 10px 20px; }
#ContentsArea #MainContentBody.IndexMainContentBody { padding: 0; }

#ContentsArea #MainContentBody .TtlStyle01 {
	font-size: 18px;
	padding: 5px 10px;
}



/* footer
--------------------------------------------------*/
footer .PageTop {
	background: #000;
	text-align: center;
}

footer .PageTop a {
	color: #fff;
	display: block;
	padding: 15px 10px 10px;
	position: relative;
}

footer .PageTop a:before{
	display: block;
	position: absolute;
	top: 6px;
	right: 50%;
	width: 13px;
	height: 10px;
	margin-left: -7px;
	content: "";
	background: url("../../img/sp/icon_arrow.png") 0 -20px no-repeat;
	-webkit-background-size: 13px 43px;
	background-size: 13px 43px;
}

footer #FooterLink {
	background-color: #a6a6a6;
	text-align: center;
	padding: 10px 15px;
}

footer #FooterLink li {
	display: inline-block;
	margin: 0 5px 8px 0;
	padding: 0 0 0 7px;
	border-left: 1px solid #333;
}

footer #FooterLink li:first-child{
	border-left: none;
}

footer #FooterLink li a {
	color: #333;
	text-decoration: underline;
}

footer #Copyright{
	color: #fff;
	width:auto;
	font-size:10px;
	text-align: center;
	padding: 10px 0;
}
footer #Copyright a {
	color: #fff;
}

footer #Copyright img {
	vertical-align: middle;
}


/* clearfix
--------------------------------------------------*/
.clearfix{	/zoom:1;}
.clearfix:after{ display: block; clear: both; height: 0; content: ""; overflow: hidden; }</pre></body></html>