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

#main{
	width: 100%;
}

#main .item{
	background: #eee;
	padding: 30px;
	margin-bottom: 30px;
}
#main .item .title{
	border-bottom: 2px solid #ce7f7f;
	margin-bottom: 25px;
}
#main .item .day{
	font-size: 13px;
	line-height: 1.65;
}
#main .item h2{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.65;
}
#main .item .contents-inner{
	font-size: 15px;
	letter-spacing: .08em;
}
#main .btn a{
	width: 230px;
    font-size: 16px;
    padding: 12px 0;
}
#main .btn a::after{
	left: 20px;
    right: auto;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}