@charset "utf-8";
/* CSS Document */

.ac_dl dl {
   width: 300px;
}

.ac_dl dd {
	word-break: break-all;
	border-top: 0;
	margin: 0;
	padding: 16px;
	background-color: #fef6e9;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

.ac_dl dt {
	color: #323232;
	font-size: 18px;
	/*font-weight: bold;*/
	padding: 20px 0 20px 0;
	position: relative;
	text-align: left;
	cursor: pointer;
}
@media only screen and (min-width: 374px) {
.ac_dl dt {
	font-size: 20px;
	}
}

/*border個別調整*/
.ac_dl .ac_dt_01{
	border-bottom: 1px solid #C7B7A0;
}
.ac_dl .ac_dt_02{
	border-bottom: 1px solid #C7B7A0;
}
.ac_dl .ac_dt_03{
	border-bottom: 1px solid #C7B7A0;
}


.ac_dl dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #8A8075;
   border-bottom: 2px solid #8A8075;
   width: 10px;
   right: 10px;
   height: 10px;
   transform: rotate(-45deg);
	margin-top: 6px;
}

.ac_dl dt.ac:after {
   content: "";
   position: absolute;
   border-left: 2px solid #8A8075;
   border-top: 2px solid #8A8075;
   border-right: 0;
   border-bottom: 0;
   width: 10px;
   right: 10px;
   height: 10px;
   transform: rotate(225deg);
	margin-top: 2px;
}


/*アコーディオン子メニュー*/
.ac_dl dd ul li{
	list-style:none;
}

.ac_dl dd ul li a{
	color:#323232;
	font-size: 16px;
	line-height: 2em;
}
.ac_dl dd ul li a:active,.ac_dl dd ul li a:visited{
	color:#323232;
}
.ac_dl dd ul li a:hover{
	color:#323232;
}