.faq-content {
  margin:0 20px;
  padding:0 0 35px 0;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.faq-content p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .faq-content {
    margin: 0 20px;
    /*padding: 35px 0;*/
    padding:0 0 35px 0;
  }
  .faq-content img {
    max-width: 398px;
  }
  .faq-content p {
    font-size: 18px;
  }
}

/*faq_conts*/
.faq_conts{
  margin:0 auto;
  padding:0;
  width:100%;
  max-width:1024px;
  letter-spacing:0;
}
.faq_conts ul.faq_list{
  margin:0 auto;
  padding:0;
  list-style:none;
  text-align:left;
  border-top:1px solid #7d7d7d;
  border-bottom:1px solid #7d7d7d;
}
.faq_conts ul.faq_list li{
  position:relative;
  margin:0;
  padding:30px 0;
  display:block;
  border-top:1px solid #7d7d7d;
}
.faq_conts ul.faq_list li:first-child{
  border:none;
}
.faq_conts .faq_q{
  position:relative;
  margin:0;
  padding-left:50px;
  padding-right:50px;
  font-weight:bold;
  font-size:24px;/*26px;*/
  line-height:35px;
  cursor:pointer;
}
.faq_conts .faq_q:before{
  content:'';
  position:absolute;
  width:33px;
  height:29px;
  top:3px;
  left:0;
  background-image: url(../../images/faq/icon_q.png);
  background-repeat: no-repeat;
}
.faq_conts .faq_q:after{
  content:'';
  position:absolute;
  width:36px;
  height:19px;
  top:10px;
  right:0;
  background-image: url(../../images/faq/icon_q_arrow_down.png);
  background-repeat: no-repeat;
}
.faq_conts .faq_active:after{
  transform:rotate(-180deg);
  top:0;
  right:0;
}
.faq_conts .faq_a{
  margin:0;
  padding-top:30px;
  padding-left:50px;
  padding-right:50px;
  font-size:18px;
  line-height:28px;
  font-weight:normal;
  display:none;
}
.faq_conts .type_zu{
  margin:25px auto;
  padding:0;
  width:100%;
}
.faq_conts table.type_tbl {
	margin:10px auto 5px auto;
	padding: 0;
	width:100%;
	height:auto;
	border-collapse:collapse;
	text-align: left;
  font-size:16px;
	line-height:26px;
  font-weight:normal;
  table-layout:fixed;
  word-wrap: break-word;
}
.faq_conts table.type_tbl thead tr{
	text-align:center;
}
.faq_conts table.type_tbl thead th{
	margin:0;
	padding:5px;
	text-align:center;
	letter-spacing:0;
	border: 1px solid #bababa;
}
.faq_conts table.type_tbl thead .trs{}
.faq_conts table.type_tbl thead th.cols1{
	width:16%;
	text-align:center;
	vertical-align:middle;	
}
.faq_conts table.type_tbl thead th.cols1{
	width:33%;
	text-align:center;
	vertical-align:middle;	
}
.faq_conts table.type_tbl .txt_blue{
  color:#2321ff;
}
.faq_conts table.type_tbl .txt_red{
  color:#ff0000;
}
@media (max-width:768px){
  .faq_conts{
    max-width:initial;
  }
  .faq_conts .faq_q{
    padding-left:25px;
    padding-right:25px;
    font-size:17px;
    line-height:27px;
  }
  .faq_conts ul.faq_list li{
    padding:15px 0;
  }
  .faq_conts .faq_q:before{
    top:5px;
    width:20px;
    background-size:100% auto;
  }
  .faq_conts .faq_q:after{
    width:20px;
    background-size:100% auto;
  }
  .faq_conts .faq_a{
    padding-top:10px;
    padding-left:25px;
    padding-right:25px;
    font-size: 16px;
    line-height: 26px;
  }
  .faq_conts table.type_tbl{
    font-size:11px;
    line-height:18px;
    letter-spacing:0;
  }
}