/*=============================
カテゴリボタン
=============================*/
._pageLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom:3em;
}
._pageLinks ._pageLinks__item{
  display: flex;
  flex-wrap: wrap;
}
._pageLinks ._pageLinks__item a{
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #c9b7ab;
  padding: 86px 0.5em 0.75em;
  color: #352517;
  text-align: center;
  font-size: 90%;
  line-height: 1.4;
}

#_pageLinks__id-1 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_effect.png") #fff no-repeat center 10px;
}
#_pageLinks__id-2 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_function.png") #fff no-repeat center 10px;
}
#_pageLinks__id-3 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_select.png") #fff no-repeat center 10px;
}
#_pageLinks__id-4 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_toritsuke.png") #fff no-repeat center 10px;
}
#_pageLinks__id-5 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_guide.png") #fff no-repeat center 10px;
}
#_pageLinks__id-6 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_maintenance.png") #fff no-repeat center 10px;
}
#_pageLinks__id-7 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_support.png") #fff no-repeat center 10px;
}
#_pageLinks__id-8 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_break.png") #fff no-repeat center 10px;
}
#_pageLinks__id-9 a {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_other.png") #fff no-repeat center 10px;
}
#_pageLinks__id-1 a,
#_pageLinks__id-2 a,
#_pageLinks__id-3 a,
#_pageLinks__id-4 a,
#_pageLinks__id-5 a,
#_pageLinks__id-6 a,
#_pageLinks__id-7 a,
#_pageLinks__id-8 a,
#_pageLinks__id-9 a{
    background-size: 70px auto;
}

/*hover*/
._pageLinks ._pageLinks__item a:hover{
  border: 2px solid #037f52;
  color: #037f52;
}

#_pageLinks__id-1 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_effect.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-2 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_function.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-3 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_select.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-4 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_toritsuke.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-5 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_guide.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-6 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_maintenance.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-7 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_support.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-8 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_break.png") #f9fdfe no-repeat center 10px;
}
#_pageLinks__id-9 a:hover {
    background: url("https://www.fazoo.biz/cf_img/parts_qa/icon_other.png") #f9fdfe no-repeat center 10px;
}

#_pageLinks__id-1 a:hover,
#_pageLinks__id-2 a:hover,
#_pageLinks__id-3 a:hover,
#_pageLinks__id-4 a:hover,
#_pageLinks__id-5 a:hover,
#_pageLinks__id-6 a:hover,
#_pageLinks__id-7 a:hover,
#_pageLinks__id-8 a:hover,
#_pageLinks__id-9 a:hover{
    background-size: 75px auto;
}


@media print,
screen and (min-width: 481px) {
	._pageLinks {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-bottom:5em;
	}
}
@media print,
screen and (min-width: 769px) {
  ._pageLinks {
    gap: 1.5em;
  }
  ._pageLinks ._pageLinks__item a{
    padding: 100px 0.5em 1em;
    font-size: 100%;
  }
  #_pageLinks__id-1 a,
  #_pageLinks__id-2 a,
  #_pageLinks__id-3 a,
  #_pageLinks__id-4 a,
  #_pageLinks__id-5 a,
  #_pageLinks__id-6 a,
  #_pageLinks__id-7 a,
  #_pageLinks__id-8 a,
  #_pageLinks__id-9 a{
      background-size: 80px auto;
  }
  #_pageLinks__id-1 a:hover,
  #_pageLinks__id-2 a:hover,
  #_pageLinks__id-3 a:hover,
  #_pageLinks__id-4 a:hover,
  #_pageLinks__id-5 a:hover,
  #_pageLinks__id-6 a:hover,
  #_pageLinks__id-7 a:hover,
  #_pageLinks__id-8 a:hover,
  #_pageLinks__id-9 a:hover{
      background-size: 90px auto;
  }
}



/*=============================
よくある質問
=============================*/

._qaList__group {
	padding: 0 0 35px;
}

._qaList__item {
	margin: 0 0 1.5em;
}

._qaList__item:last-of-type {
	margin: 0 0 0;
}

._qaList__title {
	color: #fff;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.85em 1.25em;
	background: #352517;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

._qaList__title:hover {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.7;
}

._qaList__title ._q {
	display: block;
	margin: 0 0.4em 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

._qaList__title ._icon {
	position: relative;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25px;
	margin: 0 0 0 auto;
}

._qaList__title ._icon::before,
._qaList__title ._icon::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -1px 0 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

._qaList__title ._icon::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

._qaList__title.on ._icon::after {
	opacity: 0;
}

._qaList__body {
	background: #fff;
	padding: 10px 15px;
	border-left: 2px solid #352517;
	border-right: 2px solid #352517;
	border-bottom: 2px solid #352517;
}

._qaList .seemorepost {
	margin: 30px 0 0;
}

._qaList .seemorepost a {
	color: #037f52;
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 384px;
	padding: 4px;
	margin: auto;
	background: #fff;
	border-radius: 4px;
	border: 2px solid #037f52;
}

._qaList .seemorepost a:hover {
	color: #fff;
	background: #037f52;
}

._qaExList {
	margin: 35px 0 0;
}

._qaExList__item {
	padding: 10px 15px;
	border-bottom: 1px dotted #c9b7ab;
	position: relative;
}

._qaExList__item:hover {
	background: #effafa;
}

._qaExList__title {
	font-weight: 700;
	margin: 0 0 1em;
}

._qaExList__title a {
	color: inherit;
}

._qaExList__title a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

._qaExList__exp a {
	position: relative;
}

._qaExList__exp ._icon::before {
	content: "\e101";
	font-family: "icomoon";
	vertical-align: bottom;
	display: inline-block;
	margin: 0 0 -1px;
}

._qaPost__title {
	color: #fff;
	font-size: 120%;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.75em 0.5em 0.75em 70px;
	background: #352517;
	background-image: url(../img/bg_ques.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 60px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._qaPost__title ._q {
	display: block;
	margin: 0 0.4em 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

._qaPost__content {
	padding: 10px 15px;
	background: #fff;
	background-image: url(../img/bg_ans.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60% auto;
}

.Answer-title2,.Answer-title2+br {
	display: none;
}

._qaPost .seemorepost {
	display: none;
}

._qaPost__terms {
	margin: 30px 0 0;
}

._qaPost .post-categories li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._qaPost .post-categories li a::before {
	content: "\e100";
	font-family: "icomoon";
	margin: 0 0 -3px;
}

._qaPost .celingfan-keyword li {
	margin: 10px 0 0;
}

._qaPost .celingfan-keyword li a {
	font-size: 14px;
	line-height: 30px;
	color: inherit;
	display: inline-block;
	border: 1px solid #e1cdb3;
	border-radius: 100px;
	background: #e1cdb3;
	padding: 0 1em;
}

._qaPost .celingfan-keyword li a:hover {
	background: #fff;
}

._qaPost .celingfan-keyword li a::before {
	content: "#";
}

@media print,
screen and (min-width: 481px) {
/*	._pageLinks {
		display: grid;
    grid-template-columns: repeat(3, 25%);
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		margin: 0 0 29px;
	}
  ._pageLinks__item{
  display: flex;
  flex-wrap: wrap;
  }
  ._pageLinks__item a{
  display: block;
  background: #ff3300;
  }*/

	._qaList__item {
		margin: 0 0 2em;
	}

	._qaList__title {
		font-size: 120%;
	}

	._qaList__group {
		padding: 0 0 75px;
	}

	._qaList__body {
		padding: 20px 25px 25px;
	}

	._qaExList__item {
		padding: 20px 25px 25px;
	}

	._qaPost__title {
		padding: 1.4em 0.5em 1.4em 100px;
		background-size: 88px auto;
	}

	._qaPost__content {
		background-size: 30% auto;
		padding: 20px 25px 25px;
	}
}

/*# sourceMappingURL=qa.css.map */

._qaList__link {
	color: #fff;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.85em 1.25em;
	background: #352517;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

._qaList__link:hover {
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.7;
}

._qaList__link ._q {
	display: block;
	margin: 0 0.4em 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

._qaList__link ._text {
	margin: 0 35px 0 0;
}

._qaList__link ._icon {
	position: absolute;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 0 0 auto;
	transform: rotate(45deg) translateX(-70%);
	top: 50%;
	right: 20px;
}

.search_box {
	margin-bottom: 50px;
}

.search_box .searchform__input {
	display: inline-block;
	width: calc(100% - 0.3em);
	box-sizing: border-box;
	border: 2px solid #037f52;
	border-radius: 10px;
	padding: 0.5em 4em 0.5em 1em;
}

.search_box .searchform__submit {
	display: inline-block;
	width: 3em;
	border: none;
	color: rgba(255, 255, 255, 0.00);
	padding: 0.3em 0em 0.5em 0em;
	margin-left: -3em;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: url(../img/icon_search.png) #037f52 no-repeat center center;
	background-size: 50% auto;
	position: absolute;
}

@media print,
screen and (min-width: 481px) {
	._qaList__link {
		font-size: 120%;
	}
}

@media print,
screen and (max-width: 480px) {
	.search_box .searchform__submit {
		padding: 0.3em 0em 0.7em 0em;
	}
}