@charset "UTF-8";

/* -------------------------------------------------------------
category.css： ページごとスタイル
------------------------------------------------------------- */

/* hints */


#contentsArea h3 {
	width: 928px;
	height: 92px;
	padding: 0;
	margin: 0 auto;
	background: none;
}

#contentsArea .hints {
	background: #f8f8f8;
	border: 2px solid #920e1e;
	box-sizing: border-box;
	margin: 0 auto 30px;
	padding: 0 25px 25px;
}

#contentsArea .hints .accordion--title{
	margin: 25px 0 0;
	padding: 15px 20px;
	background-color: #f2bc30;
	background-image: none;
	color: #000;
	text-align: left;
	font-size: 26px;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
	position: relative;
	line-height: 1.6;
}

#contentsArea .hints .accordion--title::after{
	content: "";
	width: 40px;
	height: 40px;
	background-image: url(../img/accordion.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: calc((100% - 40px) / 2);
	right: 10px;
}

#contentsArea .hints .accordion--title.current::after{
	background-position: center bottom;
}

#contentsArea .hints .accordion--wrap{
	padding: 15px 20px 0;
	border-right: 1px solid #f2bc30;
	border-bottom: 1px solid #f2bc30;
	border-left: 1px solid #f2bc30;
	text-align: left;
	font-size: 26px;
}

#contentsArea .hints .accordion--wrap p{
	margin-bottom: 15px;
	font-size: 34px;
}



