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

/*ブラウザ間リセット*/
p, ul, ul li{
	margin:0;
	list-style:none;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	background: #f1f0ef;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #444;
	letter-spacing: 0.07em;
}
#main { 
	width: 1024px;
	margin: 0 auto;
	padding: 0 5px;
	background: url('/ss1/images/top/background.png');
}

#content {	/*--2column.cssで必要なIDです--*/
	width: 1024px;
	}

#content &gt; p {
	margin: 5px 25px 15px 25px !important;
	line-height: 1.5em;
	font-size: 16px;
}
#content &gt; ul {
	margin: 5px 25px 15px 45px !important;
	line-height: 1.5em;
	font-size: 16px;
}
#content &gt; ul &gt; li {
	list-style-type: disc !important;
	list-style-position: outside !important;
}

h1 img, h2 img, h3 img { vertical-align: top; }

a img { border: 0; }



/*--------見出し--------*/
h1, h2, h3, h4 {
	line-height: 1.2em;
}
h1 {
	margin: 0px;
	padding: 30px 0 0 30px;
	height: 70px;
	background: #00a5ff;
	color: white;
	font-size: 25px;
	font-weight: normal;

}
h1 span.sub {
	font-size:13px;
	font-weight:normal;
	display:block;
	line-height:80%;
	margin:5px 0;
}
h2 {
	clear:both;
	letter-spacing:0em !important;
	margin: 20px;
	padding:10px 0px 5px 5px;
	border-bottom: 4px solid #00a5ff;
	font-size: 20px;
}
h2 span.sub {
	letter-spacing:0em;
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:105%;
	margin-bottom:3px;
}
h2.custom {		/*--特別レイアウトで使用--*/
	clear: both;
	margin-top: 0px !important;
	padding-top: 20px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	border: none;
	}
h3 {
	clear: both;
	letter-spacing:0em !important;
	margin: 20px 20px 15px 20px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted black;
	font-size:17px;
}
h3 span.sub {
	letter-spacing:0em;
	font-size:11px;
	font-weight:normal;
	display:block;
	line-height:125%;
	margin-bottom:3px;
}
h3.custom {		/*--特別レイアウトで使用--*/
	clear: both;
	margin-top: 20px !important;
	padding: 12px 12px 10px 20px;
	background: #5b5b5b;
	color: white;
	font-weight: normal;
	border: none;
}
.txtbox {	/*--h3の先頭に添えるミニボックス(特殊対応)--*/
	background: #f58220;
	margin-right: 10px;
	padding: 0px 5px 0px 5px;
	font-size: 13px;
	font-weight: normal;
	color: white;
	float: left;
}
h4 {
	letter-spacing:0em !important;
	margin: 20px 20px 0px 20px !important;
	padding: 5px 0 0 5px !important;
	color: #00a5ff;
	font-size:16px;
}

h5 {
	letter-spacing:0.05em;
	margin:20px 0 0.5em 0px;
	font-size:100%;
	background-color:#eee;
	padding:3px 7px;
	color:#000;
}




/*--------パンくず (js参照あり。ID変更不可)--------*/
#CONTENTPATH {
	margin: 10px 0px 10px 10px;
	padding-left: 15px;
	letter-spacing:0em;
	font-size:90%;
	color:#888;
	line-height:1.5em;
	clear:both;
	display:block;
	margin-bottom:20px;
}
#CONTENTPATH span{
	padding:0 7px;
}
#CONTENTPATH a,
#CONTENTPATH a:link {
	color:#999;
}





/*--------js_icon リンクスタイル (js参照あり。class変更不可)--------*/

.arrow a, a.arrow, icon a, a.icon {	/* リンク */
	padding:1px 3px 1px 18px !important;
	background:transparent url(/ss1/images/widgets/arrow.gif) no-repeat 3px 0.3em;
}
ul.arrow li {
	background:transparent url(/ss1/images/widgets/arrow.gif) no-repeat 3px 0.3em;
}
dl.arrow dt {}

.pdf a, a.pdf {	/* PDF */
	padding:1px 3px 1px 18px !important;
	background:transparent url(/ss1/images/widgets/icon_pdf.gif) no-repeat 0px 0.15em;
}
ul.pdf li {	background:transparent url(/ss1/images/widgets/icon_pdf.gif) no-repeat 0px 0.15em;
}
dl.pdf dt {}


.download a, a.download {	/* ダウンロード */
	padding:1px 3px 1px 18px !important;
	background:transparent url(/ss1/images/widgets/icon_download.gif) no-repeat 1px 0.05em;
}
ul.download li {
	background:transparent url(/ss1/images/widgets/icon_download.gif) no-repeat 1px 0.05em;
}
dl.download dt {}


.file a, a.file {	/* ファイル */
	padding:1px 3px 1px 18px !important;
	background:transparent url(/ss1/images/widgets/icon_file.gif) no-repeat 0px 0.1em;
}
ul.file li {
	background:transparent url(/ss1/images/widgets/icon_file.gif) no-repeat 0px 0.1em;
}
dl.file dt {}


.form a, a.form {	/* フォーム */
	padding:1px 3px 1px 18px !important;
	background:transparent url(/ss1/images/widgets/icon_form.gif) no-repeat 0px 0.2em;
}
ul.form li {
	background:transparent url(/ss1/images/widgets/icon_form.gif) no-repeat 0px 0.2em;
}
dl.form dt {}


.mail a, a.mail {	/* メール */
	padding:1px 3px 1px 18px !important;
	background:transparent url(/ss1/images/widgets/icon_mail.gif) no-repeat 1px 0.3em;
}
ul.mail li {
	background:transparent url(/ss1/images/widgets/icon_mail.gif) no-repeat 1px 0.3em;
}
dl.mail dt {}


.window a, a.window {	/* 別ウィンドウ */
	padding:1px 3px 1px 18px !important;
	background:transparent url(/ss1/images/widgets/icon_window.gif) no-repeat 0px 0.2em;
}
ul.window li {
	background:transparent url(/ss1/images/widgets/icon_window.gif) no-repeat 0px 0.2em;
}
dl.window dt {}




/* 画像回り込み
--------------------------------------------------------------*/
/* 左画像、回り込み */
img.imgL {
	float:left;
	margin-right:12px;
	margin-bottom:5px;
}
/* 右画像、回り込み */
img.imgR {
	float:right;
	margin-left:7px;
	margin-bottom:5px;
}


/* 左画像、回り込み、画像コメント有り */
div.imgL {
	text-align:center;
	color:#0099CC;
	font-size:88%;
	line-height:1.4em;
	float:left;
	margin-right:12px;
	margin-bottom:1em;
}
div.imgL img {
	margin-bottom:3px;
}
/* 右画像、回り込み、画像コメント有り */
div.imgR {
	text-align:center;
	color:#0099CC;
	font-size:88%;
	line-height:1.4em;
	float:right;
	margin-left:7px;
	margin-bottom:1em;
}
div.imgR img {
	margin-bottom:3px;
}

/* 画像、画像の下にコメント有り */
div.imgC, p.imgC {
	text-align:center;
	color:#0099CC;
	font-size:88%;
	line-height:1.4em;
}
div.imgC img, p.imgC img {
	margin-bottom:3px;
}


/* 囲い線 
--------------------------------------------------------------*/
.rect {
	margin:20px 25px 30px 25px;
	padding:10px;
	border:1px solid #999;
}


/* 囲い背景イエロー */
.rect-y {
	margin:20px 25px 30px 25px;
	padding:10px;
	background-color:#FDFBCE;
	border:#999 1px solid;
}

/* 囲い背景ブルー */
.rect-b {
	margin:20px 25px 30px 25px;
	padding:10px;
	background-color:#E6F2FF;
}


/* 囲い背景グレー */
.rect-g {
	margin:20px 25px 30px 25px;
	padding:10px;
	background-color:#ededed;
}


/* tableタグ
--------------------------------------------------------------*/

/* .tblテーブル */
table, table.tbl {
	margin: 0 25px 10px 25px !important;
	border-collapse: collapse;
	empty-cells: show;
	margin:5px 0;
}
table.max {width: 975px;}
table.tbl td, table.tbl th {
	border:1px solid #999;
	padding:2px 2px 2px 8px;
	text-align:left;
	vertical-align: top;
	font-weight:normal;
}
table.tbl th, td table.tbl th {
	color:#222;
	background-color:#EEE;
	text-align:left;
	font-weight:normal;
}




/*--------ボタン--------*/
.box_btn_green{
	background-color:#00b050; 
	padding:10px;
	width: 250px;
	text-align:center;
	margin:20px auto;
	font-size:20px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	cursor: pointer;
}
.box_btn_green:hover {
	background-color: #E67928;
}
.box_btn_black{
	display: block;
	background-color:#333; 
	padding:10px;
	width: 400px !important;
	text-align:center;
	margin:8px 10px;
	font-size:15px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	cursor: pointer;
	float: left;
}
.box_btn_black:hover {
	background-color: #be0a2d;
}
.btn_area{
	width: 880px;
	margin: auto;
	margin-bottom: 20px;
	height:auto;
	overflow:hidden
	}


/* オブジェクトマージン：上方向（汎用）
--------------------------------------------------------------*/
.mt0 {	margin-top:0px !important;}
.mt10 {	margin-top:10px !important;}
.mt20 {	margin-top:20px !important;}
.mt30 {	margin-top:30px !important;}
.mt40 {	margin-top:40px !important;}
.mt50 {	margin-top:50px !important;}
.mt60 {	margin-top:60px !important;}
.mt70 {	margin-top:70px !important;}
.mt80 {	margin-top:80px !important;}
.mt90 {	margin-top:90px !important;}
.mt100 {	margin-top:100px !important;}

/* オブジェクトマージン：下方向（汎用）
--------------------------------------------------------------*/
.mb0 {	margin-bottom:0px !important;}
.mb10 {	margin-bottom:10px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb30 {	margin-bottom:30px !important;}
.mb40 {	margin-bottom:40px !important;}
.mb50 {	margin-bottom:50px !important;}
.mb60 {	margin-bottom:60px !important;}
.mb70 {	margin-bottom:70px !important;}
.mb80 {	margin-bottom:80px !important;}
.mb90 {	margin-bottom:90px !important;}
.mb100 {	margin-bottom:100px !important;}

/* オブジェクトマージン：左方向（汎用）
--------------------------------------------------------------*/
.ml0 {	margin-left:10px !important;}
.ml10 {	margin-left:10px !important;}
.ml20 {	margin-left:20px !important;}
.ml30 {	margin-left:30px !important;}
.ml40 {	margin-left:40px !important;}
.ml50 {	margin-left:50px !important;}

/* オブジェクトマージン：右方向（汎用）
--------------------------------------------------------------*/
.mr0 {	margin-right:10px !important;}
.mr10 {	margin-right:10px !important;}
.mr20 {	margin-right:20px !important;}
.mr30 {	margin-right:30px !important;}
.mr40 {	margin-right:40px !important;}
.mr50 {	margin-right:50px !important;}


/*--------背景灰色--------*/
.area_gray {
	margin: 40px auto 0px auto;
	padding:20px 30px 30px 30px;
	background-color: #edf0f4;
	overflow: hidden;/*float解除*/
	zoom:1;/*IE7*/
}

/*--------共通部品--------*/

.red {	color:#c00;}
.blue{	color:#0066FF;}
.black {	color:black;}

a.imgov:hover img{
	filter:alpha(opacity=75);
	-moz-opacity:0.75; 
	opacity:0.75;
}

.big {
	font-size:115%;
	line-height: 1.5em;
}

.small {
	font-size:80% !important;
	letter-spacing:0.03em;
	line-height:1.4em;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.both {
	clear:both;
}


/*--------リストボックス--------*/
.listbox{
	margin: 0 25px 0 25px;
	padding-bottom: 5px;
	border: 2px solid #005a82;
	}
.listbox &gt; .midashi{
	padding: 5px 0 5px 10px;
	color: white;
	font-size: 16px;
	background: #005a82;
	}
.listbox &gt; ol {
	padding: 0 15px 0 0px;
	margin: 10px;
	font-size: 15px;
	list-style-position: outside;
	}
.listbox &gt; ol &gt; li {
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
	list-style-type:none;
	counter-increment: listbox_num;
	background:	transparent url(/ss1/images/widgets/listbox_li_background.png) no-repeat 0 2px;
	display:block !important;
	position:relative;
	padding-left:35px;
	}
.listbox &gt; ol &gt; li:last-child {
	border-bottom:none;
	margin-bottom: 0px;
	}
.listbox &gt; ol::after {
		 counter-reset: listbox_num;
	}
.listbox &gt; ol &gt; li::before {
		position: absolute;	
		left: 0px;
		top: 0px;
		content: counter(listbox_num) ;
		display:block;
		float:left;
		padding:1px 0 0 0;
		width:27px;
		text-align:center;
		color:#FFF;
		font-size:85%;
	}



/*--------画像が動くmedixボックスリスト--------*/
#medix &gt; .medix_list{
	padding-left: 50px;		/*センタリングっぽい位置に*/
}
#medix &gt; .medix_list a {
	text-decoration: none !important;
}
#medix &gt; .medix_list &gt; li{
	float:left;
	width:300px;
	height:200px;
	position:relative;
	margin-left:15px;
	margin-top:25px;
}
#medix &gt; .medix_list li:nth-child(3n+1){
	margin-left:0px;
}

.medix_fig{
	position:relative;
	z-index:0;
	overflow:hidden;
}
.medix_fig img{
	transition:all 0.3s ease 0s;
	backface-visibility:hidden;
}
.medix_fig a:hover img{
	transition:all 0.3s ease 0s;
	transform:scale(1.1,1.1);
}
.medix_txtBox{
	display:block;
	position:absolute;
	z-index:90;
	left:0;bottom:0;
	padding-top:15px;
	padding-left:18px;
	padding-right:18px;
	width:264px;
	height:65px;
	background-color:rgba(0,0,0,0.8);
}
.medix_catch{
	font-size: 15px;
	color:#fff;
	text-align: center;
}
/*.medix_ttl{
	font-size:1.6rem;
	color:#fff;
	font-weight:700;
	padding-top:10px;
}*/
.medix_txtBox a{
}
.medix_txtBox:hover~.medix_fig img{
	transition:all 0.3s ease 0s;
	transform:scale(1.1,1.1);
}


/*--------詳細説明ボックス(medix風)--------*/
.detail_box {
	width: 840px;
	padding: 20px 40px 30px 40px;
	margin-top: 40px;
	margin-left: 50px;
	border:1px solid #00a5ff;
	background-color:#fff;
	background-image:url(/ss1/images/widgets/icon_triangle.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}
.marker_chip{
	position:absolute;
	left:0;top:8px;
	display:block;
	width:65px;
	text-align:center;
	color:#fff;
	font-weight: bold;
}
.detail_box_heading{
	margin: 30px 20px 20px 20px;
	font-size: 20px;
	color: #00a5ff;
	font-weight: bold;
	line-height: 1.4;
}
.detail_box &gt; p {
	margin: 10px 25px;
	font-size: 14px;
}
.detail_box &gt; img {		/*--注：div class=imgC 内では適用されない--*/
	margin: 10px 25px 0px 25px;
	}



/*--------左右分割カセット(medix風)--------*/

.cassette {
	width: 900px;
	min-height: 200px;
	overflow: auto;
	margin: 40px auto 0px auto;
}
.cassette img {float: left;}
.cassette ul {
	padding: 20px;
	margin-left: 20px;
	font-size: 14px;
	}
.cassette li {
	list-style-type: disc !important;
	list-style-position: outside;
}
.cassette p {
	padding: 20px;
	font-size:90%;
	}
.cs_midashi {
	padding: 20px 20px 10px 20px;
	font-size: 20px;
	line-height: 1.1;
	border-bottom: 2px solid #00a5ff;
	}
.fill_gray {background: #edf0f4;}
.fill_white {background: white;}
.box_gray {
	background: #edf0f4;
	width: 450px;
	min-height: 200px;
	float: left;
	}
.box_white {
	background: white;
	width: 450px;
	min-height: 200px;
	float: left;
	}


/*--------コンバージョンポイント--------*/

.conversion_point {
	min-height: 180px;
	margin-top: 50px;
	padding: 30px 80px 40px 80px;
	background: #595959;
	color: white;
}
.conversion_buttons {
	margin: 40px auto 20px 75px;
}
.conversion_buttons a{
	display: block;
	width: 290px;
	height: 20px;	padding: 20px;
	margin-right: 50px;
	background: #00a5ff;
	color: white;
	text-align: center;
	text-decoration: none;
	float: left;
}
.conversion_buttons a:hover {
	background: #84d4ff;
}


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