@charset "UTF-8";
#ribon {
	width: 100%;
	background-image: url("../img/trigger/title.jpg");
	position: relative;
}
/*FAQ*/
.faqBox {
  width: 100%;
  margin-bottom: 10px;
}
.faqBox .accordion_header {
	background-color: #f1f1f1;
	border: solid 1px #dcdcdc;
	line-height: 1.5;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.faqBox .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.faqBox .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faqBox .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faqBox .accordion_header .i_box .one_i:before, .faqBox .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #545454;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faqBox .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 8px;
}
.faqBox .accordion_header.open .i_box .one_i:before {
  content: none;
}
.faqBox .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faqBox .accordion_inner {
	width: 100%;
	display: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.faqBox .accordion_inner:after {
}
.faqBox .accordion_inner .box_one {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	padding: 18px 44px;
	overflow: hidden;
}
.faqBox .accordion_inner .txt_a_ac {
	line-height: 1.8;
	margin: 0;
	float: left;
}
.faqBox .accordion_inner .txt_a_ac p {
	margin-bottom: 8px;
}

.faqBox .faqQ {
	color: #71561C;
	line-height: 1;
	font-size: 22px;
	font-weight: 900;
	padding-right: 18px;
	padding-bottom: 18px;
	display: inline-block;
	float: left;
}
.faqBox .faqA {
	color: #BA8016;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 1900;
	padding-right: 18px;
	display: inline-block;
	float: left;
}

.faqBox .ssUl li {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 14px;
	float: left;
}
.faqBox .ssUl li img {
	width: 100%;
	max-width: 200px;
	vertical-align: bottom;
}
@media (max-width: 767px) {

.baseArticle .intro {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}
.baseArticle p {
	line-height: 1.8;
	margin: 4px 0;
}
.baseArticle iframe {
	height: 200px;
}
	
/* ## faq.php ## */
/* accordion */
.faqBox .accordion_header {
	font-size: 12px;
	text-align: left;
	padding: 6px 30px 6px 18px;
}
.faqBox .accordion_header:active {
	color: #e3785b;
  opacity: .84;
}
.faqBox .accordion_header:active .i_box .one_i:before, .faqBox .accordion_header:active .i_box .one_i:after {
	background-color: #537d68;
}
.faqBox .accordion_header .i_box {
  right: 2.4%;
}
.faqBox .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faqBox .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faqBox .accordion_header .i_box .one_i:before, .faqBox .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #545454;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faqBox .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 6px;
}
	
.faqBox .accordion_inner {
}
.faqBox .accordion_inner .box_one {
	font-size: 11px;
	padding: 0px 18px 8px 18px;
}

.faqBox .faqQ {
	font-size: 18px;
	padding-right: 10px;
}
.faqBox .faqA {
	font-size: 18px;
	padding-right: 10px;
}	


}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## faq.php ## */
/* accordion */
.faqBox .accordion_header .i_box {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.faqBox .accordion_header:hover {
	color: #e3785b;
	opacity: .84;
}
.faqBox .accordion_header:hover .i_box .one_i:before, .faqBox .accordion_header:hover .i_box .one_i:after {
	background-color: #e3785b;
}
	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

	
	
}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}
