
.flex_photoconi {
	display: flex;
	justify-content: center;
}
.txt_center {text-align: center;}
.flex_photoconi02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.flex_photoconi img {
	height: 290px;
	margin: 2%;
}
.flex_photoconi02 img {
	height: 275px;
	margin: 2%;
}
#mv::before {
	background: #fef7d2;
}
#mv {
	background:#ffeaf1; 
}
.suisen_icon {
	position: relative;
}
.suisen_icon img{
	position: absolute;
	z-index: 3;
	width: 34px;
}
.suisen_icon img:nth-child(odd) {
	left:8%;
}
.suisen_icon img:nth-child(even) {
	right:8%;
}
.suisen_icon img:nth-child(1) {
	top: 120px;
	right: 3%;
	left: inherit;
}
.suisen_icon img:nth-child(2) {
	top: 300px;
	right: 24%;
}
.suisen_icon img:nth-child(3) {
	top: 1000px;
	left: 14%;
	display: none;
}
.suisen_icon img:nth-child(4) {
	top: 1000px;

}
.suisen_icon img:nth-child(5) {
	top: 1200px;

}
.suisen_icon img:nth-child(6) {
	top: 1400px;

}
.suisen_icon img:nth-child(7) {
	top: 1600px;

}
.suisen_icon img:nth-child(8) {
	top: 1800px;

}
.suisen_icon img:nth-child(9) {
	top: 2000px;

}
.suisen_icon img:nth-child(10) {
	top: 2200px;

}
.suisen_icon img:nth-child(11) {
	top: 2400px;

}
.suisen_icon img:nth-child(12) {
	top: 2600px;

}
.suisen_icon img:nth-child(13) {
	top: 2800px;

}
.suisen_icon img:nth-child(14) {
	top: 3000px;

}
.suisen_icon img:nth-child(15) {
	top: 3200px;

}
.suisen_icon img:nth-child(16) {
	top: 3400px;
}
.suisen_icon img:nth-child(17) {
	top: 3600px;
}
.suisen_icon img:nth-child(18) {
	top: 3800px;
}
.suisen_icon img:nth-child(19) {
	top: 4000px;
}
.suisen_icon img:nth-child(20) {
	top: 4200px;
}
.suisen_icon img:nth-child(21) {
	top: 4600px;
}
.suisen_icon img:nth-child(22) {
	top: 4800px;
}
.suisen_icon img:nth-child(23) {
	top: 5000px;
}
.suisen_icon img:nth-child(24) {
	top: 5200px;
}
.suisen_icon img:nth-child(25) {
	top: 5400px;
}
.suisen_icon img:nth-child(26) {
	top: 5600px;
}
.suisen_icon img:nth-child(27) {
	top: 5800px;
}
.suisen_icon img:nth-child(28) {
	top: 6000px;
}
.suisen_icon img:nth-child(29) {
	top: 6200px;
}
.suisen_icon img:nth-child(30) {
	top: 6400px;
}
.fltR dl {
  margin: 0;
}

/* dt + dd を1行セットにする */
.fltR dl > div {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

/* ラベル */
.fltR dl dt {
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  width: 80px;
  text-align: center;
  flex-shrink: 0;
}
	#photoContest dt{
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
}

/* 内容 */
.fltR dl dd {
  margin: 0 0 0 12px;
  font-size: 14px;
  color: #333;
}

	.block .fltR dt {
		width: 20% !important;
		
	}
.sp_content{display: none;}
.pc_content{display: block;}
@media only screen and (max-width: 1360px) {
.suisen_icon img:nth-child(odd) {
	left:4%;
}
.suisen_icon img:nth-child(even) {
	right:4%;
}
.suisen_icon img:nth-child(1) {
	right: 3%;
}
.suisen_icon img:nth-child(2) {
	right: 20%;
}
.suisen_icon img:nth-child(3) {
	left: 12%;
}
.suisen_icon img{
	width: 28px;
}
}
@media only screen and (max-width: 980px) {

.suisen_icon img:nth-child(odd) {
	left:1.2%;
}
.suisen_icon img:nth-child(even) {
	right:1.2%;
}
.suisen_icon img:nth-child(1) {
	right: 3%;
	top: 100px;
	left: inherit;
}
.suisen_icon img:nth-child(2) {
	left: 8%;
	top: 600px;
	right: inherit;
	width: 30px;
}
.suisen_icon img:nth-child(3) {
	left: 8%;
}
}

@media only screen and (max-width: 800px) {

	.flex_photoconi img,.flex_photoconi02 img {
		height: auto;
		margin: 2% auto;
	}
	.suisen_icon img {
		width: 26px;
		height: auto;
	}
	.flex_photoconi {display: block;}
	.pc_content{display: none;}
.sp_content{display: block;}
.sp_content img {width: 80%; height: auto;}
	.block h3 {font-size: 1.4em;}
}

