@charset "utf-8";
.spam{
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.6;
}
.spam_top>*{
	margin-bottom: 20px;
}
.spam_top_ttl{
	margin: 0 -10px 10px;
	padding: 10px;
	border-bottom: 1px dashed #c1c1c1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.spam_top_ttl span{
	font-size: 12px;
	font-weight: normal;
}
.spam_expand{
	margin-top: 20px;
}
.spam a{
	color: #5f99eb;
}
.spam_link{
	text-decoration: underline;
	-webkit-transition: .5s easa;
	transition: .5s easa;
}
.spam_link:hover{
	opacity: .8;
	text-decoration: none;
}
.spam_link::before{     
	display: inline-block;
	width: 7px;
	height: 12px;
	margin: -2px 5px 0 0;
	background: url(../images/common/arrow/arrow_r_14_24.png) no-repeat;
	background-size: 7px 12px;
	vertical-align: middle;
	content: "";
}
.spam_ttl{
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #fae7c1;
	background: #fffbde;
	font-weight: bold;
}
.spam_ttl::before{
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 13px;
	margin-top: -7px;
	background: url(../images/spam/arrow_btn.png) no-repeat;
	background-size: 8px 13px;
	content: "";
}
.spam_ttl.active::before{
	width: 13px;
	height: 8px;
	margin-top: -6px;
	background: url(../images/spam/arrow_active.png) no-repeat;
	background-size: 13px 8px;
}

.spam_expand{
	overflow: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.spam_expand.active{
	opacity: 1;
	height: auto;
	margin-bottom: 20px;
}

.spam_close{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #bfbfbf;
	text-align: center;
}
.spam_close::after{
	display: inline-block;
	width: 13px;
	height: 8px;
	margin: -2px 0 0 5px;
	background: url(../images/spam/arrow_close.png) no-repeat;
	background-size: 13px 8px;
	vertical-align: middle;
	content: "";
}

.spam_item{
	position: relative;
}
.spam_item+.spam_item{
	margin-top: 40px;
}
.spam_item::before{
	display: block;
	position: absolute;
	top: -27px;
	left: 50%;
	width: 21px;
	height: 12px;
	margin-left: -10px;
	background: url(../images/spam/arrow_spam_li.png);
	background-size: 21px 12px;
	content: "";
}
.spam_item:first-child::before{
	display: none;
}
.spam_item{
	position: relative;
	padding: 20px;
	border: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
.spam_item img{
	display: block;
	margin: 0 auto 20px;
}
#breadcrumb{
	margin-top: 20px;
}