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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/*---------------------------------------------------------------------------------------------------------- Basic class-*/
a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #830067;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
a:visited{
	margin: 0;
	padding: 0;
	border: 0;
	color: #830067;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color:#FF9900;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	/* [disabled]display: table-cell; */
}
td{
	display: table;
	width: 100%;
}
input, select {
	vertical-align:middle;
	padding: 2px 0;
}
html{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg-smp.jpg) repeat-y #000 center top;
	font-size: 13px;
	line-height: 1.6em;
}
body#en{
	font-family: Arial, Helvetica, sans-serif;
}
p{
	padding-bottom:1em;
}
/*===============================================

ARCHTECT

=========================================== 01 */
#wrapper{
	background-color: rgba(255,255,255,.9);
	width: 88%;
	margin: 0 auto 25px;
	padding: 10px 2% 10px;
	position: relative;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.inner-wrap{}

.header{
	height: 95px;
	background-color: #fff;
	/* [disabled]padding-top: 5px; */
}

.header-inner{
	margin: 0 auto;
	position: relative;
}
.header .social {
	position: absolute;
	width: 270px;
	height: 25px;
	left: 5px;
	top: 67px;
}
#en .header .social {
	position: absolute;
	width: 290px;
	height: 25px;
	left: 5px;
	top: 67px;
}
.footer .social {
	width: 280px;
	height: 25px;
	margin: 0 auto;
}
#en .footer .social {
	width: 290px;
	height: 30px;
	margin: 0 auto;
}
.twi  {
	width: 100px;
	height: 23px;
	float: left;
	padding-top: 2px;
}
.fb {
	width: 100px;
	height: 25px;
	float: left;
}
#en .fb {
	width: 123px;
	height: 25px;
	float: left;
}
.plus {
	width: 80px;
	height: 23px;
	float: left;
	padding-top: 2px;
}
.header-lang a{
	width: 75px;
	height: 27px;
	float: left;
	position: absolute;
	right: 5px;
	top: 8px;
	background-image: url(../images/eng.jpg);
	overflow: hidden;
	white-space: nowrap;
	text-indent: -100%;
}
#en .header-lang a{
	background-image: url(../images/jpn.jpg);
}
.header-logo{
	width: 100px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background-size: contain;
}
/*---------------------------------------------------------------------------------------------------------------------------フッタ-*/
.footer{
	background-color: #fff;
	-webkit-box-shadow: 0px -20px 32px -20px rgba(0,0,0,1);
	box-shadow: 0px -20px 32px -20px rgba(0,0,0,1);
	width: 96%;
	padding: 10px 2%;
	height: auto;
}
.footer-inner{
	width: 100%;
	margin: 0 auto;
}
.copy{
	text-align: center;
	padding: 20px 0;
	clear: left;
	margin-top: 10px;
	width: 100%;
}
.footer-menu{
	/* [disabled]height: 68px; */
	margin: 0 auto;
	clear: both;
}
.footer-menu div a{
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.footer-menu01 a{
	width: 33%;
	height: 68px;
	display: block;
	float: left;
	background: url(../images/twi.gif) no-repeat center #55acef;

}
.footer-menu01 a:hover{
}
.footer-menu02 a{
	width: 33%;
	height: 68px;
	display: block;
	float: left;
	background: url(../images/fb.gif) no-repeat center #395aa1;
	margin-bottom: 0 auto;

}
.footer-menu02 a:hover{
}
.footer-menu03 a{
	width: 33%;
	height: 68px;
	display: block;
	float: left;
	/* [disabled]margin-right: 18px; */
	background: url(../images/plus.gif) no-repeat center #de4b39;
}
.footer-menu03 a:hover{
}
.footer-menu04{
	width: 99%;
	display: block;
	height: 68px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/get.gif) no-repeat center #8eda3a;
	clear: both;
}
#en .footer-menu04{
	text-indent: 100%;
	background: url(../images/get-e.gif) no-repeat center #8eda3a;
}
.footer h3{
	display: block;
	height: 50px;
	background: url(../images/foot-copy-smp.gif) no-repeat center;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	padding: 10px 0;
	background-size: contain;
	margin: 0 auto;
}
#en .footer h3{
	display: block;
	height: 50px;
	background: url(../images/foot-copy-en.gif) no-repeat center;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	padding: 10px 0;
	background-size: contain;
	margin: 0 auto;
}
/*-------------------------------------------------------------------------------------------------------------------------------各項目-*/
/*--------------------------------------------------------------------ボックスレイアウト(Article)-*/

.content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.content {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .content {
	zoom: 1;
}
.content {
	display: block;
}
*:first-child+html .content{ zoom: 1; }
.content h2{
	font-size: 18px;
	color: #cd2323;
	padding-bottom: 1em;
}
.content h2 span{
	font-size: 14px;
}
/*----------------------左にバナー、右に本文の場合(section)-*/
.anbasa{
	width: 100%;
}
.visual{
	width: 100%;
	padding: 0;
}
.anbasaimg img,.visualimg img{
	width: 100%;
	height: auto;
}
.anbasaimg{
	width: 100%;

}
.visualimg{

}
.anbasatxt{
	font-size: 12px;
	margin: 10px 0 0;
}
.visualtxt{
	font-size: 12px;
	margin: 10px 0 0;
}
dl{
	margin-top: 30px;
}
dt{
	display: block;
	width: 200px;
	font-weight: bold;
	color: rgba(205,35,35,1);
	font-size: 14px;
	padding: 5px 0;
}
dd{
	display: block;
	width: 100%;
	padding-bottom: 10px;
	line-height: 1.5em;
}

/*----------------------本文のみの場合(section)-*/
.main{
	margin: 0;
	padding: 0 2% 5px;
	/* [disabled]height: 170px; */
	-webkit-box-shadow: inset 0px 20px 42px -30px rgba(0,0,0,1);
	box-shadow: inset 0px 20px 42px -30px rgba(0,0,0,1);
	background: url(../images/head-smp-e.jpg) center top no-repeat;
	width: 96%;
}
.main-inner{
	width: 100%;
	margin: 0 auto;
}
.main-inner h2{
	display: block;
	background: url(../images/title-j-smp.png) center no-repeat;
	width: 90%;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin: 5px auto 0;
	padding: 0;
	background-size: contain;
}
#en .main-inner h2{
	background: url(../images/title-e-smp.png) center no-repeat;
	width: 90%;
	height: 40px;
	margin: 5px auto 0;
	background-size: contain;
}
.main-left{
	width: 230px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/date-j.png) no-repeat bottom;
	height: 20px;
	margin: 0 auto 0;
	background-size: contain;
}
#en .main-left{
	width: 230px;
	background: url(../images/date-e.png) no-repeat bottom;
	height: 20px;
	margin: 0 auto 0;
	background-size: contain;
}
.main-center{
	width: 190px;
	background: url(../images/open.png) center top no-repeat;
	height: 43px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin: 0 auto;
	background-size: contain;
}
#en .main-center{
	width: 190px;
	background: url(../images/open-e.png) center top no-repeat;
	height: 50px;
	margin: 0 auto;
	background-size: contain;
}
.main-right{
	width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/center-right-j.png) no-repeat center top;
	height: 35px;
	margin: 0 auto;
	background-size: contain;
}
#en .main-right{
	width: 220px;
	background: url(../images/center-right-e.png) no-repeat center top;
	height: 35px;
	margin: 0 auto;
	background-size: contain;
}
/*--------------------------------------------------------------------------------------------------------------------画像配置のルール--*/
/*-----ベーシックなもの-*/
.img_left{
	float: left;
	margin: 2.2em 20px 1em 0;
	}
/*--------------------------------------------------------------------------------------------------------------Clear FIX（IE6対応版）--*/
/*Clear FIX*/

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}
</pre></body></html>