
/*====================================================
////ID faq
====================================================*/
#faq .headBox {
	border: none;
	margin: 0;
	padding: 1px 0 0 0;
}
#faq #nav li {
	border: solid #ccc;
	border-width: 0 2px;
	margin: 0 0 0 -1px;
	padding: 0 3px;
}
#faq #nav li a {
	display: inline-block;
	line-height: 1.2;
	padding: 3px 10px;
}
#faq #faq_butsudan .item,
#faq #faq_accessory .item {
	margin: 5px 0;
	width: 100%;
}
#faq dt {
	padding: 8px 10px 8px 40px;
	position: relative;
}
#faq dt:before ,
#faq .accordion-inner:before {
	/* color: #68131c; */
	color: #2ac8c7;/*基調カラー変更*/
	font-family: 'Cinzel', 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 26px;
	font-weight: bold;
	line-height: .7;
	position: absolute;
}
#faq dt:before {
	content: 'Q';
	top: 20px;
	left: 5px;
}
#faq .accordion-inner:before {
	font-size: 45px;
	top: 8px;
	left: 20px;
}
#faq dt .plusIcon ,
#faq dt .plusIcon:before {
	background: #d38db0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	transition: .2s all;
	transform: none;
	width: 20px;
	height: 2px;
}
#faq dt .plusIcon:before {
	content: '';
	left: 0;
	right: 0;
	opacity: 1;
	width: 2px;
	height: 20px;
}
#faq .open dt .plusIcon {
	transform: rotate(180deg);
}
#faq .open dt .plusIcon:before {
	opacity: 0;
	transform: rotate(270deg);
}
#faq .accordion-inner {
	padding-bottom: 20px;
}
#faq .accordion-inner .whiteBox {
	/* border: solid 1px #68131c; */
	border: solid 1px #2ac8c7;/*基調カラー変更*/
	position: relative;
}
#faq .accordion-inner .closeBox {
	margin: -10px 0 -10px auto;
}
#faq .accordion-inner .accordion_close {
	color: #888;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#faq #nav li a {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#faq dd {
		padding-left: 40px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}
