@charset "utf-8";

/* ------------------------------------
◆　旧ページからの移設 共通
------------------------------------ */
.clearfix::before, .clearfix::after { content: " "; display: table; }
.clearfix::after { clear: both; }

.pagesRelocation {
  width: 100%;
	padding-top: 54px;
  background: url("../imgs/bg_mark.png") 106% -250px no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.pagesRelocation *,
.pagesRelocation *::before,
.pagesRelocation *::after {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}
.pagesRelocation .body {
  width: 850px;
  margin: 0 auto;
	overflow: hidden;
	letter-spacing: normal;
}
.pagesRelocation .hidden {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pagesRelocation .forpc { display: block; }
.pagesRelocation .forsp { display: none; }

.pagesRelocation h1,
.pagesRelocation h2,
.pagesRelocation h3 {
	font-weight: normal;
}
.pagesRelocation .topic {
  padding: 22px 0 32px 0;
}
.pagesRelocation .topic2 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
  margin: 0 0 32px;
  width: 100%;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  color: #6c6e70;
}
.pagesRelocation .topic2 span {
	margin-right: 16px;
	padding: 0 16px;
  border-left: 1px solid;
  border-right: 1px solid;
}
.pagesRelocation .topic2 span img {
  display: inline-block;
}
.pagesRelocation .btn_all {
  width: 412px;
  height: 70px;
  background-image: url("../imgs/btn_all.png");
  background-repeat: repeat;
  background-position: left top;
  margin: 0 auto;
}
.pagesRelocation .btn_all:hover {
  background-position: left bottom;
}
.pagesRelocation .btn_all a {
  display: block;
  width: 100%;
  height: 100%;
}


/* ------------------------------------
◆　#topics
------------------------------------ */
#topics .photo {
	border-bottom: #d7d7d7 solid 1px;
}
#topics .photo img {
	max-width: 100%;
}
#topics .ttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
#topics .wrapper {
	padding-left: 0; padding-right: 0;
}
#topics .blocks {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 870px;
	margin: 0 -10px;
}
/*#topics .blocks.noFlex {
	display: block;
}*/
#topics .blocks .box {
	padding: 0 10px 30px;
	width: 33.333%;
}
/*#topics .blocks.noFlex .box {
	float: left;
}*/
#topics .blocks .box .innerBox {
	display: block;
	position: relative;
	height: 100%;
	border: #d7d7d7 solid 1px;
	overflow: hidden;
}
#topics .blocks .box.new:after {
	content: "NEW";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 10px;
	padding: 2px 10px;
	background-color: #ad4553;
}
#topics .blocks .txtBox {
	padding: 7px 10px 63px;
}
#topics .blocks .txtBox .txt {
}
#topics .box .txtBox .sttl {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#topics .blocks .infoMain {
	color: #212121;
	text-decoration: none;
	cursor: pointer;
	background-color: rgba(255,255,255,0.7);
}
#topics .blocks .caption {
	position: absolute;
	right: 5px;
	bottom: 3px;
}

/* block hover */
#topics .hoverArea {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	z-index: 10;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
#topics .hoverArea img {
	position: absolute;
	left: 50%;
	margin-top: -20px;
	margin-left:-20px;
	top: 50%;
}
#topics .hoverArea em {
	position: absolute;
	left: 50%;
	margin-left:-5em;
	top: 60%;
	font-style: normal;
	color: #fff;
}
#topics .box .innerBox:hover .hoverArea {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

/* first block */
#topics .blocks .box.main {
	width: 66.667%;
}
#topics .blocks .box.main .innerBox {
	min-height: 280px;
	max-height: 370px;
}

#topics .blocks .box.main .txtBox .txt {
	min-height: 0;
}
#topics .blocks .box.main .txtBox .txt p {
	display: none;
}
#topics .blocks .box.main .txtBox {
	padding: 7px 10px 15px;
	width: 100%;
}

@media only screen and (max-width:640px) {
	body #container {
		padding-top: 0;
	}
	.pagesRelocation .body {
		width: auto;
		padding: 0 10px;
	}
	#topics .blocks {
		display: block;
		width: auto;
		margin: 0;
	}
	#topics .blocks.clearfix:after {
		content: normal;
	}
	#topics .blocks .box {
		width: 49%;
		padding: 0 0 30px;
		float: left;
		background: #fff;
	}
	#topics .blocks:nth-child(odd) .box:nth-child(odd),
	#topics .blocks:nth-child(even) .box:nth-child(even) {
		margin-right: 2%;
		clear: both;
	}
}