@charset "utf-8";
/*原稿下部のマージン指定*/
.closeupCont {
  margin: 0 auto 20px auto;
}
/*PCのみ横幅固定*/
#singlecolumn .closeupCont {
  width: 850px;
}
/*以降に追記*/

.closeupCont img {
	border: none;
	vertical-align:top;
}
.closeupCont .col {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 0px;
	}

.closeupCont .alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 0px;
	padding: 0px;
	width: 50%;
	background-color: #ffffff;
}

.contents-box img {
	display: block;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
}

.contents-box h2 {
	margin-bottom: 0px;
	font-size: 0px;
	text-align: center;
}

@media screen and (max-width: 0px){
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box {
		width: 100%;
	}
}