/* CSS Document */
.contents_nav li:nth-child(4) a {
  background-color: #6D7991;
  color: white;
}

/* =============================================
overview
================================================ */
#overview .blue {
  text-align: center;
  font-weight: bold;
}
#overview .heading, #overview .main_img {
  text-align: center;
}

.bg {
  background: #F6F6F6;
}

.main_img {
  padding-bottom: 40px;
  border-bottom: solid 1px #aaa;
}

.faq_nav {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
}
.faq_nav li {
  margin-bottom: 10px;
  line-height: 130%;
}

/* =============================================
faq
================================================ */
#faq {
  margin: 30px auto;
}
#faq .cont {
  border-top: solid 1px #aaa;
  padding: 40px 0;
  overflow: hidden;
}
#faq .cont ul {
  line-height: 150%;
}
#faq .cont img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
#faq .cont:first-child {
  border: none;
}
#faq .name {
  font-weight: bold;
  color: #555;
  margin-bottom: 20px;
}

/* =============================================
MOBILE
================================================ */
@media screen and (max-width: 736px) {
  .main_img img {
    max-width: 100%;
  }

  /* =============================================
  overview
  ================================================ */
  .faq_nav {
    display: block;
    margin-bottom: 0;
    text-align: center;
    height: auto;
  }
}
