html {
	position: relative;
	min-width: 1200px;
}
a{
color:#2258b8;
}
a img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body {
	color: #333333;
	width: 100%;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
}
header {
width:100%;
position:fixed;
z-index:9999;
	height: 120px;
	box-sizing:border-box;
	margin:0 auto;
	background: #fff;
}
header h1 {
	width: 239px;
	height: 37px;
	position:absolute;
	top:20px;
	left:20px;
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-image: url('../images/common/logo.png');
	background-repeat: no-repeat;
}
#gnav {
	width: 1200px;
	margin:0 auto;
	padding:70px 0 0 0;
	box-sizing:border-box;
}

#gnav ul{
	display: flex;
}
#gnav ul li{
	width:calc(100% / 8);
padding:0 3px;
	flex:none;
box-sizing:border-box;
}
#gnav ul a{
	display: block;
	text-align:center;
	color: #333;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}
#gnav ul a span{
	display: block;
	font-size:14px;
	font-weight:normal;
	border-top:1px solid #aaaaaa;
	font-family: tbudmincho-std, sans-serif;
}
#gnav a:hover{
	color:#2258b8;
}
#gnav a:hover span{
	color:#3b8e1c;
}
#header_r{
	width:420px;
	text-align:center;
	position:absolute;
	top:15px;
	right:20px;
display:flex;
}
#header_r a{
	display:block;
width:200px;
flex:none;
margin:0 0 0 10px;
box-sizing:border-box;
	border:1px solid #2258b8;
	line-height:38px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#2258b8;
	font-weight:bold;
	border-radius: 2px;
}
#header_r a:hover{
	border:1px solid #2258b8;
	color:#2258b8;
	background:#fff;
}

#header_r a:nth-child(1){
	background:#3b8e1c;
	border:1px solid #3b8e1c;
}
#header_r a:nth-child(1):hover{
	color:#3b8e1c;
	background:#fff;
	border:1px solid #3b8e1c;
}
#main{
padding-top:120px;
}
footer{
	clear: both;
}

footer #footer_top{
	color:#fff;
	background:#4879aa;
}

footer #footer_bottom{
	clear: both;
	background:#7cae46;
}

#fnav{
	width: 960px;
	margin: 0 auto;
	font-size: 13px;
}

#fnav ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 220px;
	margin: 10px;
}

#fnav ul li{
	line-height: 25px;
	font-weight: bold;
	padding:0 0 0 20px;
	background:url('../images/common/footer_icon1.png') no-repeat left top 5px;
}
#fnav ul li ul{
	margin: 0;
}
#fnav ul li ul li{
	padding:0 0 0 20px;
	font-weight: normal;
	background:url('../images/common/footer_icon2.png') no-repeat left center; !important
}
#fnav ul li a{
	text-decoration: none;
	color: #fff;
}

#fnav ul li a{
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	    -ms-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

#fnav ul li a:link,
#fnav ul li a:visited{ text-shadow: 0 0 0 rgba(0, 0, 0, 0); }
#fnav ul li a:hover  { text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6); }

#footer_bottom .inner{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 2;
position:relative;
}

#footer_bottom .inner h3{
	float: left;
	width: 160px;
	font-size: 14px;
	margin: 0;
	color: #fff;
}

#footer_bottom .inner #branchies{
	float: right;
	width: 780px;
	font-size: 13px;
}

#footer_bottom .inner #branchies h4{
	clear: both;
	float: left;
	width: 60px;
	margin: 0;
	color: #fff;
}

#footer_bottom .inner #branchies .branch{
	color: #fff;
}

#footer_bottom .inner #branchies ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_bottom .inner #branchies ul li{
	float: left;
	margin-left: 10px;
}

#footer_bottom .inner #branchies ul li:first-child{
	width: 360px;
}

#footer_bottom .inner #branchies ul li:nth-child(2){
	width: 150px;
}

#footer_bottom .inner #branchies .info{
	color: #fff;
}

#footer_bottom .inner #branchies .info li{
	margin: 0;
}

#footer_bottom .inner #branchies .info li:first-child{
	width: 220px;
}

#footer_bottom .inner #branchies .info li:nth-child(2){
	width: 220px;
}


#copyright{
	padding:10px 0 ;
	color: #333;
	text-align: center;
}

.gotop{
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10000;
}

.gotop a {
	display: block;
	width: 100px;
	box-sizing:border-box;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	border:1px solid #333333;
	background:#fff;
	text-align: center;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}
section img{
	max-width:100%;
	height:auto;
}

#top8 {
	padding: 45px 0 80px;
}

#top8 article {
	width: 1200px;
	margin: 0 auto;
}

#top8 article ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#top8 article li {
	width: 380px;
	margin: 0 10px;
}
#top8 ul li:nth-child(3) img{
display:block;
}
.sp_only{
display:none !important;
}
#sns_link{
width:160px;
list-style:none;
display:flex;
position:absolute;
left:0;
bottom:20px;
justify-content:space-between;
}
#sns_link li{
width:32px;
height:32px;
border-radius:50%;
background:#fff;
font-size:8px;
box-sizing:border-box;
}
#sns_link li a{
display:block;
width:32px;
height:32px;
box-sizing:border-box;
text-align:center;
}
#sns_link li:nth-child(1) a{
padding:5px;
}
#sns_link li:nth-child(2){
background:#1877f2;
}
#sns_link li:nth-child(3) a{
color:#c42c29;
text-decoration:none;
line-height:32px;
}
#sns_link li:nth-child(4) a{
color:#2258b8;
text-decoration:none;
line-height:32px;
}
#sns_link li img{
max-width:100%;
height:auto;
}