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


/*キーカラー：#156b0f*/


.mailList{
	margin:0 0 80px 0;
	line-height:1.5;
}
.mailList{
}
.mailList .title{
	margin:0 0 10px 0;
	background-color: #fd687a;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}
/*メール確認済みのとき*/
.mailList .title.ok{
	background-color: #666;
}
.mailList .title.ok::after{
	content: "届きました！";
	color: #666;
	background-color: #fff;
	padding: 3px;
	margin: 0 0 0 1rem;
	border-radius: 3px;
}
.mailList .title:hover{
	opacity: .6;
}
.mailList .title::after{
	content: " ▼";
}
.mailList .title span{
	font-size: 1.2rem;
	font-weight: bold;
}
.mailList .contents{
	display: none;
	background-color: #FFFBE3;
	box-shadow: 2px 2px 2px 2px #827460;
	padding: 10px;
	color:#827460;
}
.mailList .contents .text{
	border-bottom: 1px dashed #666;
	line-height: 2.5;
	padding: 0 0 5px 0;
}
.mailList .contents .image{
	text-align: center;
	margin: 0;
}
.mailList .contents .result{
	background-color: #fff;
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: inset 2px 2px 2px 2px #999;
	width: 80%;
	margin: 20px auto 10px;
}
.mailList .contents .result h3{
	text-align: center;
	background-color: #827460;
	color: #fff;
	border-radius: 100px;
	margin: 0 0 1rem;
}
.mailList .contents .result .from{
	text-align: right;
	margin: 1rem 0 0;
}


.mailList .note{
	background-color: #fee;
	color: #fd687a;
	padding: 1rem;
	margin: 20px 0 0;
}
.mailList .note strong{
	font-weight: bold;
}

.animeSnow{
	width: 300px; height: auto;
}




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



}

@media only screen and (min-width: 641px) and (max-width: 960px) {
	


	/*カルーセルからの遷移時にスティッキーヘッダの分の高さを確保*/
	.anchor{
		padding:110px 0 0 0;
	}	


	.mailList{
		padding:0 0 0 2rem;
	}


}
 
 @media screen and (min-width: 961px) {
	 
	/*カルーセルからの遷移時にスティッキーヘッダの分の高さを確保*/
	.anchor{
		padding:110px 0 0 0;
	}

	.mailList{
		padding:0 0 0 2rem;
	}

	



}
 

