@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////

	インスタグラム フォトコンテスト

///////////////////////////////////////////////////////////////////////*/
#mainContents {
	width: 708px;
	padding-right: 10px;
	padding-left: 10px;
}
.contest-container {
	font-size: 16px;
}
.contest-container img {
	vertical-align: middle;
}
.contest-ttl {
	margin-bottom: 16px;
}
/* ====================================================
	上部
====================================================*/
.contest-rst_pr {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.contest-rst_pr .em {
	color: #f00;
}
.contest-rst_lead {
	margin-bottom: 15px;
	text-align: center;
}
.contest-rst_head-btn {
	margin-bottom: 30px;
	text-align: center;
}
.contest-rst_head-btn a {
	position: relative;
	display: inline-block;
	height: 50px;
	padding: 0 38px 0 30px;
	border-radius: 3px;
	background-color: #8dc21f;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
}
.contest-rst_head-btn a:hover {
	color: #fff !important;
}
.contest-rst_head-btn a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 11px;
	height: 19px;
	margin: auto 0;
	background: url("/public/img/common/icon_next-white.svg") left center no-repeat;
	background-size: contain;
}
/* ====================================================
	受賞作品
====================================================*/
.contest-rst-prize {
	margin-bottom: 50px;
}
.contest-rst-prize_hd {
	margin-bottom: 20px;
	text-align: center;
}
.contest-rst-prize_winner-txt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.contest-rst-prize_winner-hd {
	color: #2f7300;
}
.contest-rst-instagram {
	width: 443px;
	margin: 0 auto 30px;
}
/* ====================================================
	コメント
====================================================*/
.contest-rst-comment {
	box-sizing: border-box;
	position: relative;
	width: 443px;
	margin: 0 auto;
	padding: 15px 15px 10px;
	border: 1px solid #2f7300;
	border-radius: 10px;
	background-color: #fbffef;
	font-size: 16px;
}
.contest-rst-comment::before,
.contest-rst-comment::after {
	content: "";
	position: absolute;
	left: 37px;
}
.contest-rst-comment::before {
	top: -21px;
	border: 12px solid transparent;
	border-bottom: 21px solid #2f7300;
	border-top: none;
}
.contest-rst-comment::after {
	top: -19px;
	border: 12px solid transparent;
	border-bottom: 21px solid #fbffef;
	border-top: none;
}
.contest-rst-comment_hd {
	margin-bottom: 12px;
	color: #2f7300;
	font-weight: bold;
}
.contest-rst-comment_txt {
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
/* ====================================================
	次回予告
====================================================*/
.contest-rst_next-notice {
	width: 495px;
	margin: 0 auto 40px;
	color: #f00;
	font-weight: bold;
}