<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 18_ashouse
 * sp.css
 */

.title {
	background-image: url("/contents/event/15_tools_expendables/images/250529/title_sp.jpg");
	background-size: cover;
	background-position: right center;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.title h1 {
	color: #FFFFFF;
	text-align: left;
	font-weight: 700;
	line-height: 1.2;
	/* font-size: 7vw; */
	font-size: clamp(1rem, 7vw, 2rem);
	font-feature-settings: "palt" 1;
	/* letter-spacing: 0.05em; */
	text-shadow: 0px 0px 4px #333333;
	margin-left: 10px;
}
.title h1 span{
    line-height: 1.7;
    background: #333;
    padding: 0px 20px 5px;
    margin: 10px 0;
}
#main section {
	margin-bottom: 40px;
}

#main .sp-only {
	display: inline-block;
}

#main .w100 {
	width: 100%;
}

#main .h01P {
	font-weight:bold; 
	font-size:large; 
	margin:10px 10px 0 10px;
}
#main .box2 {
	border: 1px solid #CCC;
	clear: both;
	margin-top: 15px;
	text-align: left;
	width: 100%
}

#main a.btnRadius02 {
	height: 30px;
}

#main .pd5 {
	padding: 5px;
}

#main .w60 {
	width: 60%;
}

#main .slideTable img{
	width: 870px
}
#main p.scrolltxt{
	margin-left: 5px
}
#main .v50{
		width: 50vw;
	}</pre></body></html>