@charset "utf-8";
@import "common.css";

/* TOPページスタイル
---------------------------------------------------------- */
/* /////////////////////////////////////////////////
#site
///////////////////////////////////////////////// */
#site {
	min-width: 1280px;
}

/* /////////////////////////////////////////////////
#mainVisual
///////////////////////////////////////////////// */
#mainVisual {
	background: transparent url(../images/home/mainVisual_pc.jpg) no-repeat center top;
}

#mainVisual .inBody {
	height: 600px;
	position: relative;
}

#mainVisual .inBody p {
	position: absolute;
	left: 312px;
	top: 345px;
}

/* /////////////////////////////////////////////////
#contents
///////////////////////////////////////////////// */
#contents .imgList {
	width: 100%;
	background: transparent url(../images/common/bg.png) repeat left top;
	padding: 50px 0;
}

#contents .imgList ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .imgList ul li {
	width: calc(100% / 2 - 40px);
	margin: 20px;
}
#contents .imgList ul li img{
	width: 100%;
}
#contents .imgList ul li iframe{
	width: 100%;
	height: 100%;
}

#contents .newsArea {
	width: 100%;
	padding: 50px 0;
}

#contents .newsArea .inBody {
	width: 1000px;
	margin: 0 auto;
}

#contents .newsArea .inBody h2 {
	border-bottom: solid 3px #004EA1;
	font-family: 小塚ゴシック pro;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#contents .newsArea .inBody ul li {
	border-bottom: dotted 1px #7F7F7F;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	
}

#contents .newsArea .inBody ul li:last-child {
	margin-bottom: 0;
}

#contents .newsArea .inBody ul li span {
	font-weight: bolder;
	margin-right: 15px;
}

/*トップページ バナー群
------------------------------------------------------------------------*/
.bnr_area{
	width:100%;
	margin:0 auto;
	padding: 50px 0;
}

.bnr_area .inner{
	width:1000px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.bnr_area .inner li{
	width:calc(100% / 5 - 20px);
	text-align:center;
	padding-right: 5px;
}

.bnr_area .inner img{
	display:inline-block;
	width: 100%;
}


@media screen and (max-width:600px) {
/* /////////////////////////////////////////////////
#site
///////////////////////////////////////////////// */
#site {
	min-width: 100%;
}

/* /////////////////////////////////////////////////
#mainVisual
///////////////////////////////////////////////// */
#mainVisual {
	background: none;
}

#mainVisual .inBody {
	height: auto;
}

#mainVisual .inBody p {
	position: static;
}

/* /////////////////////////////////////////////////
#contents
///////////////////////////////////////////////// */
#contents .imgList ul {
	width: 90%;
}

#contents .imgList ul li {
	width: 100%;
	float: none;
}

#contents .newsArea .inBody {
	width: 90%;
}


#contents .newsArea .inBody ul li {
	flex-wrap: wrap;
	
}
#contents .newsArea .inBody ul li>*{
	width: 100%;
}
/*トップページ バナー群
------------------------------------------------------------------------*/
.bnr_area .inner{
	width:100%;
	flex-wrap: wrap;
}

.bnr_area .inner li{
	width:calc(100% / 2 - 20px);
}

.bnr_area .inner li img{
	width:100%;
}

}
