<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#all #visual {
	height: 112px;
	margin-top: -10px;
}
#all #visual .visual_bg #gnav {
	position: static;
	padding-top:0;
}
#all #visual .visual_bg #gnav img {
	position: static;
}
#all #visual .visual_bg {
	background-attachment: scroll;
	background-image: url(../img/gnav_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#all #header {
	background-attachment: scroll;
	background-image: url(../img/lower_head_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	background-attachment: scroll;
	background-image: url(../img/wrap_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#all #wrapper .inner.widthfix #main h2 {
	margin-left: 12px;
	padding-top: 70px;
	margin-bottom: 10px;
}
#all #wrapper .inner.widthfix #main .visual .pan {
	margin-left: 12px;
	font-size:12px;
}

#all #wrapper .inner.widthfix #main {
	position: relative;
}
#all #wrapper .inner.widthfix #main .sumBox {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	font-weight: bold;
	behavior: url("/PIE.htc");
	margin-top: 10px;
	padding: 25px 15px 4px 25px;
}
#all #wrapper .inner.widthfix #side {
	margin-top: 15px;
}
#all #wrapper .inner.widthfix #main .visual {
	height: 188px;
	max-width: 745px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 50px;
}
#all #wrapper .inner.widthfix #main h3 {
	height: 59px;
	background-attachment: scroll;
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#all #wrapper .inner.widthfix #main h3 span {
	padding-top: 7px;
	padding-left: 70px;
	display: block;
}
#all #wrapper  .box {
	overflow: hidden;
	margin-bottom: 25px;
}
#all #wrapper .inner.widthfix #main  h3 {
	margin-bottom: 20px;
}
#all #wrapper .inner.widthfix #main .w470 {
	background-attachment: scroll;
	background-image: url(../img/h4_bg_half.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
}
#all #wrapper .inner.widthfix #main h4 img {
	display: block;
	margin-left: 20px;
	padding-top: 9px;
}
#all #wrapper .inner.widthfix #main h4 {
	margin-bottom: 20px;
}
#all #wrapper .inner.widthfix #main  h4 {
	background-attachment: scroll;
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
}
#all #wrapper .inner.widthfix #main  h5 {
	font-weight: bold;
	color: #e32d91;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
	margin-bottom: 15px;
}
#all #wrapper .inner.widthfix #main  h5 span {
	display: block;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #e32d91;
	margin-left: 8px;
	padding-left: 8px;
	margin-bottom: 2px;
	line-height:1.4em;
}
@media screen and (max-width:810px){
	#wrapper{
		background: none;
		margin-top: 0;
	}
	#all #wrapper .inner.widthfix #main h3{
    background-position: left -13px top;
    }
	#all #wrapper .inner.widthfix #main h3 span{
    padding-top: 7px;
    padding-left: 46px;
    display: block;
	}
	#all #wrapper .inner.widthfix #main .visual{
        margin-bottom: 50px;
        height: auto;
        background-size: contain;
	}
	#all #wrapper .inner.widthfix #main h2{
		padding-top: 0;
		margin-left: 0;
	}
	#all #wrapper .inner.widthfix #main h2 img{
		width: 100%;
		height: auto;
	}
	#all #wrapper .inner.widthfix #main h3 span img{
		max-width: 100%;
		height: auto;
	}
	#all #wrapper .inner.widthfix #main h4{
		border-radius: 3px;
		width: 100%;	
	}
	#all #wrapper .inner.widthfix #main h4{
		margin-top: 20px;
		height: auto;
		background: #2ea7e0;
		padding-bottom: 9px;
		position: relative;
		box-shadow: 2px 3px #aee4fc;
	}
	#all #wrapper .inner.widthfix #main h4::after{
		content: "";
		background-color: #fff;
		width: 4px;
		top: 6px;
		bottom:6px;
		left: 10px;
		position:absolute;
		border-radius: 10px;
	}

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