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

@import url("/sphone/common_program/css/default.css");
@import url("/sphone/common_program/css/common2.css");

.pc-layout,
#greeting-pc{
	display: none;
}

/*###############################################
wholl
###############################################*/
#wholl{
	background: #001328;
}

#wholl img{
	vertical-align: bottom;
	width: 100%;
}

/*###############################################
wrapper
###############################################*/
#wrapper{
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: auto;
    font-size: 15px;
}

#content{
	background: url(../img/bg_cast.jpg);
	background-size: 50%;
}

/* greeting */
#greeting-sp{
    padding: 20px 40px;
    max-width: 320px;
    margin: 0 auto;
}

#greeting-sp ul li{
	margin: 0 0 15px 0;
	/* box-shadow */
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
}

/* btn-area */
.btn-area {
	padding: 0 15px;
	margin: 0 0 20px;
}

.btn-area a{
	width: 100%;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 47px;
	background: #de1a00;
	color: #f5e597;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}

.btn-area a#btn-kasouken-top{
	margin: 0 0 10px 0;
}

span.scroll2top {
    width: 40px;
    height: 40px;
    display: block;
    background: #de1a00;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
}

/*###############################################
footer
###############################################*/
footer.sp-layout{
	text-shadow: none !important;
	background: #ffffff;
	min-width: 0;
}

footer.sp-layout .title3 {
    font-weight: bold;
    font-size: 16px;
    color: #2d2d2d;
    border: none;
    border-top: 1px solid #B0B4B5;
    padding: 0.5em;
}

/*###############################################
sb-container（jquery.rwdImageMaps.min.jsを読んでると出現する）
###############################################*/
div#sb-container {
    display: none;
}
</pre></body></html>