/* local link */
#faq_nav{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 0 0 0;
  padding:28px 0 28px 0;
}
#faq_nav ul{
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#faq_nav ul li{
  display: inline-block;
  margin: 0 25px 0 0;
  padding: 0 0 0 14px;
  position: relative;
}
#faq_nav ul li a{
  font-size: 1.4rem;
}
#faq_nav ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width:768px) and ( max-width:1019px) {
  #faq_nav{
    margin: 0 2% 0;
    box-sizing: border-box;
    padding:12px 1% 12px;
  }
}
@media all and (max-width: 767px) {
  #faq_nav{
    margin: 0 5% 0;
    box-sizing: border-box;
    padding:12px 1% 12px;
  }
  #faq_nav ul{
    display: block;
  }
  #faq_nav ul li{
    display: block;
    margin: 0 15px 0 0;
    padding: 0 0 0 14px;
  }
  #faq_nav ul li a{
    font-size: 1.4rem;
  }
  #faq_nav ul li:before {
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    top: -2px;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}




/* faq body */
.faqbody{
  clear: both;
  padding:0 0 0 0;
}
.faqbody h3{
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 43px;
  padding:80px 0 39px 0;
  border-bottom: 1px solid #000;
}
.faqbody .faqbox{
  padding:40px 0 39px 0;
  border-bottom: 1px solid #000;
}
.faqbody .faqbox dl{
  display: table;
  width: 100%;
}
.faqbody .faqbox dl dt{
  display: table-cell;
  width:43px;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #808080;
  font-weight: bold;
}
.faqbody .faqbox dl dd{
  display: table-cell;
  vertical-align: top;
  font-size: 1.6rem;
  padding: 0 40px 0 0;
}
.faqbody .faqbox dl.q_box{
  background: url(../images/faq/icon_close.png) no-repeat right center;
  cursor: pointer;
}
.faqbody .faqbox dl.q_box:hover{
  opacity: 0.7;
}
.faqbody .faqbox dl.q_box.open{
  background: url(../images/faq/icon_open.png) no-repeat right center;
}
.faqbody .faqbox dl.q_box dd{
  font-weight: 700;
}
.faqbody .faqbox dl.a_box{
  margin:30px 0 0 0;
  display: none;
}
@media screen and (min-width:768px) and ( max-width:1019px) {
  .faqbody{
    clear: both;
    padding:0 2% 0;
  }
}
@media all and (max-width: 767px) {
  .faqbody{
    padding:0 5% 0;
  }
  .faqbody h3{
    display: block;
    font-size:1.8rem;
    line-height: 33px;
    padding:40px 0 19px 0;
  }
  .faqbody .faqbox{
    padding:20px 0 19px 0;
  }
  .faqbody .faqbox dl{
    display: table;
    width: 100%;
  }
  .faqbody .faqbox dl dt{
    display: table-cell;
    width:27px;
    font-size: 2.4rem;
  }
  .faqbody .faqbox dl dd{
    font-size: 1.4rem;
    line-height: 20px;
    padding:5px 30px 0 0;
  }
  .faqbody .faqbox dl.q_box{
    background: url(../images/faq/icon_close.png) no-repeat right center;
    background-size:15px auto;
    cursor: pointer;
  }
  .faqbody .faqbox dl.q_box.open{
    background: url(../images/faq/icon_open.png) no-repeat right center;
    background-size:15px auto;
  }
  .faqbody .faqbox dl.a_box{
    margin:15px 0 0 0;
    display: none;
  }
}


/* content body */
#contact_body01{
  padding:120px 0 80px 0;
  margin: 0 0 0 0;
}
#contact_body01 h2{
  display: block;
  margin:0 0 35px 0;
  font-size: 3.0rem;
  line-height: 55px;
}
#contact_body01 h3{
  display: block;
  padding:30px 0 0 0;
  margin:0 0 30px 0;
  font-size: 2.4rem;
  line-height: 35px;
}
#contact_body01 p{
  display: block;
  font-size: 1.6rem;
  line-height: 2.0;
  margin:0 0 30px 0;
}
#contact_body01 table.contact01{
  margin:0 0 30px 0;
}
#contact_body01 table.contact01 th{
  width: 230px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 19px 0 0;
}
#contact_body01 table.contact01 td{
  font-size: 1.6rem;
  vertical-align: top;
  padding: 10px 0;
}
#contact_body01 table.contact01 td.radioform{
  font-size: 1.6rem;
  vertical-align: top;
  padding: 19px 0 19px;
}
#contact_body01 table.contact01 td.btnbox{
  padding: 19px 0 19px;
  text-align: center;
}

@media screen and (min-width:768px) and ( max-width:1019px) {
  #contact_body01{
    padding:120px 0 80px 0;
    margin: 0 2% 0;
  }
}
@media all and (max-width: 767px) {
  #contact_body01{
    padding:60px 5% 0px;
    margin: 0 0 0 0;
  }
  #contact_body01 h2{
    font-size:2.1rem;
    line-height:35px;
    margin: 0 0 20px 0;
  }
  #contact_body01 h3{
    padding:20px 0 0 0;
    margin:0 0 10px 0;
    font-size: 1.6rem;
    line-height: 24px;
  }
  #contact_body01 p{
    font-size: 1.4rem;
    line-height: 2.0;
    margin:0 0 20px 0;
  }
  #contact_body01 table.contact01{
    margin:0 0 30px 0;
    display: block;
  }
  #contact_body01 table.contact01 tbody,
  #contact_body01 table.contact01 tr{
    display: block;
  }
  #contact_body01 table.contact01 th{
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 0 0 0;
  }
  #contact_body01 table.contact01 td{
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 0 10px;
  }
  #contact_body01 table.contact01 td.radioform{
    font-size: 1.4rem;
    padding: 5px 0 10px;
  }
  #contact_body01 table.contact01 td.btnbox{
    padding: 10px 0 19px;
    text-align: center;
  }

}

