@charset "utf-8";
/* FAQ CSS
------------------------------------ */
.sec-title .pttl {
  letter-spacing: 0.025em;
}
.section-faq {
  padding-bottom: 90px;
}

.section-faq .faq-head {
  position: relative;
  padding-right: 248px;
}
.section-faq .faq-head .faq-search {
  position: absolute;
  right: 0;
  width: 218px;
  padding: 0 0 5px 0;
  /*border-bottom: 2px solid #000;*/
  top: -2px;
  overflow: hidden;
}
.section-faq .faq-head .faq-search .textbox,
.section-faq .faq-head .faq-search .button {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  padding: 0;
  outline: none;
  resize: none;
  width: 100%;
  font-size: 1em;
  border: none;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.section-faq .faq-head .faq-search .textbox {
    border-bottom: 2px solid #000;
    box-shadow: -999px 5px 0px #dfdfdf;
    -webkit-transition: all .2s;
    transition: all .2s;
	padding-bottom: 8px;
}

.section-faq .faq-head .faq-search .textbox::-ms-clear {
	display: none;
}
.section-faq .faq-head .faq-search .textbox:focus,
.section-faq .faq-head .faq-search .textbox.focused {
	border-bottom: 1px solid #fff;
    box-shadow: 0px 4px 0px #000;	
}

.section-faq .faq-head .faq-search .textbox {
  height: 35px;
}
.section-faq .faq-head .faq-search .button {
  position: absolute;
  right: 3px;
  width: 23px;
  top: -2px;
  height: 26px;
}
.section-faq .faq-head .faq-search .button .fa {
  font-size: 2.8rem;
}

.section-faq .question .tag.f-yug {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}

/* Chrome, Safari */
.textbox::-webkit-input-placeholder {
  opacity: 1.0;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #cfcfcf;
}

/* Firefox */
.textbox::-moz-placeholder {
  opacity: 1.0;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #cfcfcf;
}
 
/* Firefox 18以前 */
.textbox:-moz-placeholder{
  opacity: 1.0;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #cfcfcf;
}
 
/* IE */
.textbox:-ms-input-placeholder {
  opacity: 1.0;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #cfcfcf;
}


.section-faq .ul-faq > li {
  border-top: 1px solid #d9d9d9;
}
.section-faq .ul-faq > li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.section-faq .question {
  position: relative;
  overflow: hidden;
  padding: 29px 115px 23px 96px;
  letter-spacing: 0.075em;
  cursor: pointer;
  line-height: 1.647058823529412;
}
.section-faq .question::before,
.section-faq .question::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -16px;
  background-color: #000;
  -webkit-transition: .2s cubic-bezier(.77,0,.175,1);
  transition: .2s cubic-bezier(.77,0,.175,1);
}

.section-faq .question::before {
	height: 1px;
 	width: 31px;
	margin-top: 0px;
}
.section-faq .question::after {
	height: 31px;
	width: 1px;
	right: 55px;
}

.section-faq .question.active:after {
	transform: rotate(-90deg);
    margin-top: -15px;
}
.section-faq .question .icn {
  content: 'Q';
  position: absolute;
  top: -24px;
  left: 5px;
  opacity: 0.3;
}
.section-faq .question .tag {
  display: inline-block;
  min-width: 160px;
  line-height: 1.785714285714286;
  background: #4c4c4c;
  color: #fff;
  text-align: center;
  padding: 0 4px;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
}
.section-faq .question .caption {
  padding: 8px 0 0;
}

.section-faq .question .caption a {
	color: #636000;
}

.section-faq .question .caption a:hover,
.section-faq .question .caption a:active {
	text-decoration: underline;
}

.section-faq .answer {
  line-height: 1.764705882352941;
  letter-spacing: 0.075em;
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  padding: 32px 40px 42px;
  margin-bottom: 30px;
  overflow: hidden;
  display: none;
}
.section-faq .answer .icn {
  position: absolute;
  bottom: 5px;
  right: 0;
  letter-spacing: -0.015em;
  opacity: 0.1;
}

.section-faq .answer a:link,
.section-faq .answer a:hover,
.section-faq .answer a:visited {
	color: #636000;	
}

.section-faq .answer a:hover {
	text-decoration: underline;
}

#result-serch {
	padding: 35px;
	background: rgba(0,0,0,0.04);
}
.ul-tab > li {
	padding: 0 20px;
}
@media (max-width: 1199px) {
  .section-faq .faq-head {
    position: relative;
    padding-right: 0;
  }	
  .section-faq .faq-head .faq-search {
    position: relative;
    right: auto;
    width: 250px;
    /*padding: 0 30px 5px 0;*/
    margin: 0 auto 30px;
    top: auto;
  }
  
	.ul-tab > li:last-child {
		border-right: none;
	}

}

@media (max-width: 991px) {




  .section-faq .ul-faq > li {
    border-top: 1px solid #d9d9d9;
  }
  .section-faq .ul-faq > li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .section-faq .question {
    position: relative;
    overflow: hidden;
    padding: 29px 90px 23px 90px;
    letter-spacing: 0.075em;
    line-height: 1.647058823529412;
  }
  .section-faq .question::before {
	  right: 20px;
  }
  .section-faq .question::after {
	  right: 34px;  
  }
  .section-faq .question .icn {
    content: 'Q';
    position: absolute;
    top: -24px;
    left: 5px;
    opacity: 0.3;
  }
  .section-faq .question .tag {
    display: inline-block;
    min-width: 160px;
    line-height: 1.785714285714286;
    background: #4c4c4c;
    color: #fff;
    text-align: center;
    padding: 0 4px;
    letter-spacing: 0.025em;
    font-size: 1.4rem;
  }
  .section-faq .question .caption {
    padding: 8px 0 0;
  }
  .section-faq .answer {
    line-height: 1.764705882352941;
    letter-spacing: 0.075em;
    background: rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 32px 40px 42px;
    margin-bottom: 30px;
    overflow: hidden;
    display: none;
  }
  .section-faq .answer .icn {
    position: absolute;
    bottom: 5px;
    right: 0;
    letter-spacing: -0.015em;
    opacity: 0.15;
  }
}

@media (max-width: 920px) {
	/* ul-tab */
	.ul-tab {
	  display: block;
	  font-size: 0;
	}
	.ul-tab > li {
		display: inline-block;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.ul-tab > li a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.faq-head .ul-tab > li {
		width: calc(33.33333333% - 1px) ;
		margin-bottom: 25px;
	}
	.faq-head .ul-tab > li:nth-child(3n) {
		border-right: none;
	}
}
	
@media (min-width: 769px) {
  /*.section-faq .container {
    max-width: 1170px;
  }*/
}
@media (max-width: 768px) {
  .section-faq {
    padding-bottom: 40px;
  }
  .section-faq .container {
    padding: 0;
  }
  .section-faq .sec-title {
    margin-bottom: 30px;
  }

  .faq-head .ul-tab > li {
    padding: 0 15px;
    margin-bottom: 25px;
	width: calc(50% - 1px) ;
  }

	.faq-head .ul-tab > li:nth-child(3n) {
		border-right: 1px solid rgba(0,0,0,0.2);
	}
	
	.faq-head .ul-tab > li:nth-child(2n) {
		border-right: none;
	}
  
  
  .section-faq .faq-head .ul-tab a.current:before {
    bottom: -10px;
  }
  .section-faq .question {
    padding: 20px 50px 20px 60px;
  }
  .section-faq .question::before {
	  width: 21px;
	  right: 11px;
  }
  .section-faq .question::after {
	  height: 21px;
	  right: 21px;
	  margin-top: -10px;
  }
  
  .section-faq .question.active::after {
	  margin-top: -10px;
  }
  .section-faq .question .icn {
    top: -0.3em;
    left: 0;
	font-size: 5.5rem;
  }
  .section-faq .answer {
    padding: 20px 20px 30px;
    margin-bottom: 20px;
  }
  .section-faq .answer .icn {
    bottom: 0;
  }
  
  #result-serch {
	padding: 25px;
  }
  #result-serch span.f-bold {
	display: block;
  }
}
@media (max-width: 480px) {
  .sec-title .title {
		font-size: 13vw;
  }
  .section-faq .faq-head .faq-search {
	  width: 95%;
  }
  .section-faq .faq-head .ul-tab {
    margin-bottom: 0;
  }
  .section-faq .faq-head .ul-tab > li {
    margin-bottom: 20px;
  }
   .faq-head .ul-tab > li {
    padding: 0 10px;
  }
  
  .faq-head .ul-tab > li a {
	  overflow-wrap : break-word;
	  word-break: keep-all;
	}
  .section-faq .faq-head .ul-tab a.current:before {
    bottom: -8px;
  }
  .section-faq .question {
    padding: 25px 10px 10px 10px;
  }
  
  .section-faq .question .icn {
	  font-size: 4rem;
  }

  .section-faq .question::before, 
  .section-faq .question::after {
	top: 30px;
  }
  #result-serch {
	padding: 15px;
  }
}

