<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
margin:0px;
	padding:0px;
	border:0px;
	color: #333;
	
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
	
	-webkit-text-size-adjust: 100%;
	
	font-size:14px;
	line-height: 1.5;
	}


#container{max-width:100%; /* 最大横幅 */ width: 100%;  margin: 0 auto;}


.auto_size {
    width: 100%;
    height: auto;
	}

.mt_20{margin-top:20px;}
.mb_20{margin-bottom:20px;}

/********SP領域********/

#sp_head{
	width:100%;
	background:#E70012; height:35px;
	}
	
#sp_head img{ width:100%; height:auto;}

#sp_header img {
    width: 100%;
    height: auto;
	}
	
#logo{float:left; max-width:34.5%; max-height:35px; border-right:1px solid #FFF;}

#freetel{float:right; max-width:65%; max-height:35px;}
	
.contents_box{width:100%; line-height:0;}
	
.contents_box img {
    width: 100%;
    height: auto;
	}

#sp_footer{width:100%; background:#152D5B;}

/********汎用********/

/*　イメージロールオーバー　*/ 
a img.img_alpha {
	border:0px;
	}

a:hover img.img_alpha {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #FFF;
	border:0px;
	}

.left{float:left;}
.right{float:right;}
	
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
	}

.sp_img {
    width: 100%;
    height: auto;
	}

.no_pc{
display:block !important;
	}


.no_sp{
display:none !important;
	}
	

/** ページトップボタン **/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 0.9em;
	bottom:20px;
	}
#page-top img{width:60px;
height:60px;}

#page-top img:hover { opacity: .7 }</pre></body></html>