@charset "utf-8";
/* CSS Document */
#NaviWorks a {
    border-bottom: 4px solid #004492;
}
#Header p {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
#TitleWrapper{
	width: 	100%;
	background: url(../img/h1_bg.jpg) top center no-repeat #487fc2	;	
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: 50px;
}
#Title{
	width: 	1120px;
	margin: 0 auto;
	padding-top: 50px;	
}

#Title h1{
	font-size:40px;
	color: #fff;
	text-align: center;
	margin-bottom: 33px;
	padding:  0px;
	line-height: 40px;
}




#Jisseki{
	width:1120px;
	padding:0 10px;
	margin: 0 auto;
}
#Jisseki > p{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 90px;

}
#Jisseki section {
	padding-bottom: 50px;
}
#Jisseki section h2{
width: 100%;
    font-size: 40px;
    color: #004492;
    margin: 40px 0px 60px 0px;
    padding-bottom: 10px;
	position: relative;
		text-align: center
}
#Jisseki section h2:before{
	position: absolute;
	content: "";
	background: #004492;
	width: 70px;
	height: 4px;
	left: 50%;
	margin-left: -35px;
	top:-40px;
}

#Jisseki section#Tegaru h2{
    color: #6ca315;
}
#Jisseki section#Tegaru h2:before{
	background: #6ca315;
}

.jisseki_box{
	width:100%;
	display: flex;
	margin-bottom: 50px;
 -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.jisseki_box .img{
	position: relative;
	width: 100%;
  box-shadow: 0px 3px 3px 0px rgba(227, 232, 233, 1);
margin-bottom: 15px;
	overflow: hidden	
}

.jisseki_box .img img{
	vertical-align: bottom	
}
.jisseki_box .cate{
	margin-bottom: 10px;

}
.jisseki_box .cate span{
background: #e5e5e5;
    padding: 2px 10px;
    font-size: 12px;
    font-family: Roboto, "Droid Sans", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.jisseki_box .img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 122, 195, 0);
	box-sizing: border-box;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.jisseki_box .jisseki_img:hover .img:before{
	/*background-color: rgba(0, 122, 195, 0.7);*/
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255,255,255,0);
/*	width: 100%*/
}
.jisseki_box .img:after{
	content: "サイトを見る";
	font-size: 20px;
	color: rgba(255,255,255,0);
	position: absolute;
	left: 100px;
	top: 100px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.jisseki_box .jisseki_img:hover .img:after{
	color: rgba(255,255,255,1);
}
a.jisseki_link{
	font-size:14px;
	text-decoration: underline;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;
	color:#004492;
}
a.jisseki_link:hover{
	text-decoration: none

}
.jisseki_box p{
	font-size: 14px;
}

#Other div {
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #004492;
    margin-right: 40px;
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
#Other div h3 {
    color: #004492;
}


#Other a {
    background-image: url(../../img/footer_navi_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
	   color: #004492;
	
}

@media screen and (max-width: 767px) {
#Header p {
	display: none

}
#TitleWrapper{
    background: #4588de;
	padding: 0;
	margin-bottom: 30px;
}

	
#Title{
    width: 100%;
    background: none;
    padding: 30px 0px 0px 0px;
}

#Title h1{
	font-size:25px;
	text-align: center;
	margin-bottom: 20px;
    padding: 0px;
	line-height: 1.2;

}
	
#Jisseki{
	width:100%;
	padding: 0;	
}
#Jisseki > p{
	font-size: 16px;
		margin-bottom: 60px;


}
#Jisseki section h2{
    font-size: 20px;
	 margin: 30px 0px 0px 0px;

}
#Jisseki section#Syuukyaku{
    padding-bottom: 80px;

}
#Jisseki section h2:before{
	width: 70px;
	height: 2px;
	left: 50%;
	margin-left: -35px;
	top:-40px;
}

.jisseki_box{
	display: block;
	margin-bottom: 0px;
}

.jisseki_box+a{
	margin-top:30px;
}
.jisseki_box > div{
	width: 80%;
	max-width: 300px;
	margin: 50px auto 0px;
}

.jisseki_box .img{
	width: 100%;
	max-width: 300px;	
	margin: 0 auto 10px;
}

.jisseki_box .img img{
	width: 100%;

}

.jisseki_box .cate span{
	font-size: 12px;
	margin-bottom: 5px;
	background: #e5e5e5;
}
	
.jisseki_box .img:before{
	display: none;
}

.jisseki_box .img:after{
	display: none;
}

.jisseki_link{
	font-size:14px;
	margin-bottom: 5px;
}

.jisseki_box p{
	font-size: 14px;

}
	#Other div {
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #004492;
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 10px;
    margin-bottom: 30px;
}
	
}
	

