@charset "UTF-8";
/*===================================================
index
===================================================*/

main .contact-section {
  position: relative;
  width: 100%;
}
main .contact-section .content-inner {
  overflow: hidden;
}
main .contact-section .content-inner table tr th {
  display: block;
  width: 100%;
}
main .contact-section .content-inner table tr td {
  display: block;
  width: 100%;
}
main .contact-section .content-inner .btn-area .more-btn {
  float: none;
}
main .contact-section .content-inner .btn-area .more-btn:nth-child(2) {
  float: none;
}
