@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
instagram
========================================================================== */

/* --------------------------------------------------
ttl-bg
-------------------------------------------------- */
.ttl-bg {
	width:auto;
	height:auto;
	max-width:100%;
}

.ttl-bg h2 {
	width: 47%;
	position: absolute;
	top: 1.5%;
	left: 0;
	right: 0;
	margin:auto auto;
	
}

.ttl-bg img {
	width: 100%;
	
}

/* --------------------------------------------------
ttl-contest
-------------------------------------------------- */

.ttl-contest{
	background: #19B4DB;
	color: #FFF;
	padding: 1%;
	border-left: 5px solid #EBE600;
	font-size: 1.8rem;
	margin: 3% 0 1%;
}

/* --------------------------------------------------
instagram ol
-------------------------------------------------- */

.instagram ol {
 counter-reset: li;
 margin-top: 15px;
}
.instagram ol li {
 position: relative;
 margin-bottom: 10px;
 padding-left: 30px;
}
.instagram ol li:before {
 content: counter(li)  ". ";
 counter-increment: li;
 position: absolute;
 left: 0;
 color: #fff;
 font-weight: bold;
 color: #19B4DB;
 font-size: 1.8rem;
 bottom: 0;
}

/* --------------------------------------------------
hushtag
-------------------------------------------------- */

.hushtag {
	background: linear-gradient(transparent 60%, #ff0 0%);
	font-weight: bold;
	font-size: 2.5rem;
}

/* --------------------------------------------------
instagram ul 
-------------------------------------------------- */

.instagram ul li{
	margin-bottom: .7%;
padding-left: 1em;
  text-indent: -1em;}


.instagram ul li:before {
	content: '・';
	margin-right: 5px;
}

.instagram ul:last-child{
	margin: 1% 0 5%;
}

.instagram p {
	line-height: 2.2;
	padding-left: .5%;
}

.instagram  a:link{
	font-weight: bold;
	text-decoration: underline;
}

.end-txt{
	color: #FF0;
	font-weight: bold;
	padding-left: 10px;
}

/* --------------------------------------------------
result-area
-------------------------------------------------- */

.result-area{
	text-align: center;
}

.insta-col1{
	width: 40%;
	margin: 15px auto;
}

.insta-col2{
	width: 30%;
	margin: 15px 10px;
	display: inline-block;
}

.insta-col2-2{
	width: 30%;
	margin: 15px 10px;
	display: inline-block;
	position: relative;
}

.prize{
	background: #E64487;
	color: #FFF;
	padding: 15px;
	font-weight: bold;
	width: 150px;
	margin: 30px auto 0;
	font-size: 1.8rem;
}

.prize01{
	background: #B19C55;
	color: #FFF;
	padding: 15px;
	font-weight: bold;
	width: 150px;
	margin: 30px auto 0;
	font-size: 1.8rem;
}

.private{
	border: 1px solid #dbdbdb;
	position: absolute;
	top: -367px;
	width: 100%;
}

.private .user-name{
	overflow: hidden;
	padding: 0 15px;
}

.private .user-name p{
	float: left;
	font-size: 16px;
}

.private .user-name p:before{
	content:"\f2bd";
	font-family:fontawesome;
	margin-right:1rem;
	font-size: 3rem;
	color:#62ADD7;
}

.private .user-name i{
	float: right;
	font-size: 4rem;
	margin: 10px;
}

.private figure img{
	width: 100%;
}
 @media screen and (max-width: 1080px) {

}
 @media screen and (max-width: 767px) {
	/* --------------------------------------------------
	ttl-bg
	-------------------------------------------------- */
	.ttl-bg h2 {
	width: 55%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:auto auto;
	}
	 /* --------------------------------------------------
	ttl-contest
	-------------------------------------------------- */
	
	.ttl-contest{
		font-size: 1.3rem;
		margin: 3% 0 1%;
		padding: 1% 0 1% 3%;
	}
	
	/* --------------------------------------------------
	instagram ol
	-------------------------------------------------- */
	
	.instagram ol {
	 counter-reset: li;
	 margin-top: 5px;
	}
	.instagram ol li {
	 margin-bottom: 5px;
	 padding-left: 20px;
	}
	.instagram ol li:before {
	 font-size: 1.4rem;
	 top: 0;
	}
	
	/* --------------------------------------------------
	hushtag
	-------------------------------------------------- */
	
	.hushtag {
		background: linear-gradient(transparent 60%, #ff0 0%);
		font-weight: bold;
		font-size: 1.5rem;
	}
	
	
	/* --------------------------------------------------
	result-area
	-------------------------------------------------- */
	
	.insta-col1{
		width: 90%;
		margin: 15px auto;
		}
	
	.insta-col2{
		width: 90%;
		margin: 15px auto;
		display: block;
	}
	
	.insta-col2-2{
		width: 90%;
		margin: 15px auto;
		display: block;
	}
	.prize{
		background: #E64487;
		color: #FFF;
		padding: 10px;
		font-weight: bold;
		width: 50%;
		margin: 20px auto 0;
		font-size: 1.2rem;
	}
	
	.prize01{
		background: #B19C55;
		color: #FFF;
		padding: 10px;
		font-weight: bold;
		width: 50%;
		margin: 20px auto 0;
		font-size: 1.2rem;
	}
	
	.private{
		border: 1px solid #dbdbdb;
		position: static;
		top: 0;
		width: 100%;
	}
}
