@charset "UTF-8";
@media screen and (max-width: 900px) {
  .content {
    display: block;
    padding-top: 20px;
  }
}

.inner_box {
  max-width: 800px;
  margin: 0 auto;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  line-heihgt: 1.4;
}

.t_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.faq_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq_menu li {
  width: 32%;
  margin: 0 0 20px 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .faq_menu li {
    width: 49%;
    margin: 0 0 15px 0;
    font-size: 12px;
  }
}

.faq_menu li:nth-child(n+4) {
  width: 49%;
}

.faq_menu li a {
  display: block;
  padding: 10px;
  border: 1px solid #4632ff;
  color: #4632ff;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.faq_menu li a:hover {
  background: #4632ff;
  color: #fff;
}

.faq_sec {
  margin: 0 0 50px;
  border: 1px solid #eee;
  padding: 20px;
}

.faq_sec .faq_col {
  margin: 0 0 20px;
}

.faq_sec .faq_col li {
  font-size: 14px;
}

.faq_sec .faq_col li:nth-child(1) {
  border-bottom: 1px solid #ddd;
  padding: 0 40px 10px 0;
  margin: 0 0 10px;
  position: relative;
  cursor: pointer;
}

.faq_sec .faq_col li:nth-child(1):after {
  content: "▼";
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.faq_sec .faq_col li:nth-child(1) span {
  color: #4632ff;
}

.faq_sec .faq_col li.ac:after {
  content: "▲";
}

.faq_sec .faq_col li:nth-child(2) {
  padding: 0 0 10px;
  display: none;
  padding-left: 1em;
  text-indent: -1em;
}

.faq_sec .faq_col li:nth-child(2) span {
  color: #ff5757;
}

.faq_sec h5 {
  font-size: 16px;
}

.co_name {
  font-size: 48px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-family: 'Source Code Pro', monospace;
}

@media screen and (max-width: 767px) {
  .co_name {
    font-size: 36px;
  }
}

.co_name span {
  font-size: 0.8em;
}
/*# sourceMappingURL=inner.css.map */