@charset "UTF-8";
#faq #wrapper aside {
  float: none;
  width: 100%;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.faq_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}

#wrapper aside ul.nav {
  border: none !important;
}
#wrapper aside ul.nav a {
  border-top: none !important;
}

.faq_nav_list {
  width: 216px;
  padding: 8px 0;
  margin-right: 25px;
  background: #fff;
  border: 1px solid #2492F3;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq_nav_list a:link {
  color: #2492F3 !important;
  position: relative;
  padding: 8px 2rem 8px 0 !important;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer !important;
}
.faq_nav_list a:link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #2492F3;
  border-bottom: solid 1px #2492F3;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
}
.faq_nav_list:hover {
  background-color: #dce1e4;
}

body.twoCol #wrapper article {
  width: 100%;
  max-width: 940px;
}

.q_font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-right: 1rem;
  letter-spacing: 0.05em;
}

body.faq #wrapper article #contents section .sub-section dt {
  background: unset;
  padding-left: 10px;
}

.faq_img {
  width: 100%;
}

.q6 .l_th {
  min-width: 80px;
}
.q6 td:not(:last-child) {
  text-align: center;
}

.red_txt {
  color: #e21111;
}

.txt_kome {
  padding-left: 6rem;
  padding-right: 0.8rem;
}

.txt_kome2 {
  padding-left: 10px;
  padding-right: 0.8rem;
}

.txt_kome3 {
  font-size: 13px;
  text-indent: -30px;
  padding-left: 31px;
  line-height: 1.3;
  margin-bottom: 0 !important;
  letter-spacing: 0.02em;
}
.txt_kome3 .under_line {
  text-decoration: underline;
}

.q5 {
  max-width: 800px;
}

.txt_blue {
  color: #2eb3ff;
}

.center {
  text-align: center;
}

.q7 {
  max-width: 60%;
}

.lh2 {
  line-height: 44px;
}

body #wrapper article #contents section .dataTable.styleB tbody td {
  vertical-align: middle !important;
}

body #wrapper article #contents section p.indent_txt {
  text-indent: -25px !important;
  padding-left: 27px !important;
  margin-bottom: 2px;
}
body #wrapper article #contents section p.indent_txt:last-child {
  margin-bottom: 0;
}

アンカーリンク先に余白追加 body #wrapper article #contents section {
  padding-bottom: 0;
  margin-bottom: 0;
}

body.top.second #wrapper article #contents:not(last-child) {
  margin-bottom: 10px;
}
body.top.second #wrapper article #contents:last-child {
  padding-bottom: 10px;
}

div[id^=cat] {
  padding-bottom: 20px;
}