.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.box_flow > .each_comm .tx {
  padding-right: initial;
}

/*#header_nav #global_nav > ul li{
    margin-right:45px;
}*/
.hot-key dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .hot-key dl {
    display: block;
  }
}

.hot-key dl dd {
  margin: 0 10px;
}

.hot-key dl dd a {
  text-decoration: underline;
}

.faq-acc dt {
  cursor: pointer;
  margin-top: 20px;
  background-color: #e0f4f3;
  font-size: 2rem;
  font-weight: 600;
  padding: 30px 40px 30px 140px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq-acc dt {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 15px 15px 15px 65px;
  }
}

.faq-acc dt:before {
  background-color: #33b1ad;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .faq-acc dt:before {
    width: 50px;
  }
}

.faq-acc dt:after {
  color: #fff;
  content: "Q";
  font-size: 3rem;
  font-weight: 600;
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .faq-acc dt:after {
    font-size: 1.9rem;
    left: 17px;
  }
}

.faq-acc dt:nth-child(1) {
  margin-top: 0;
}

.faq-acc dt.open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-acc dt span {
  position: relative;
  display: block;
}

@media screen and (max-width: 768px) {
  .faq-acc dt span {
    padding-right: 2em;
  }
}

.faq-acc dt span:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.faq-acc dt span:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: rotate(90deg);
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.faq-acc dd {
  display: none;
  padding: 35px 40px 50px;
}

@media screen and (max-width: 768px) {
  .faq-acc dd {
    padding: 15px 0;
  }
}

h2.faq-title {
  border-left: 10px solid #33b1ad;
  font-size: 28px;
  padding-left: .5em;
  margin: 30px 0 10px;
}

@media screen and (max-width: 768px) {
  h2.faq-title {
    font-size: 20px;
  }
}

h2.faq-ctitle {
  background: #33b1ad;
  color: #fff;
  font-size: 28px;
  padding-left: .5em;
  margin: 50px 0 20px;
}

h2.faq-ctitle div {
  max-width: 1280px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  h2.faq-ctitle {
    font-size: 20px;
  }
  h2.faq-ctitle div {
    height: 50px;
    line-height: 50px;
  }
}

.to-qanda {
  padding-top: 80px;
  text-align: center;
}

.to-qanda a {
  color: #333;
  text-decoration: underline;
}

.faq-area {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .faq-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

#popular-ctg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#popular-ctg ul li {
  width: 31%;
}

#popular-ctg ul li a {
  border-radius: 50px;
  height: 150px;
  border: 3px solid #33b1ad;
  color: #33b1ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #popular-ctg ul li a {
    height: 80px;
    font-size: 16px;
    border-radius: 20px;
  }
}

#popular-ctg ul li a:before {
  content: "";
  width: 2px;
  height: 10px;
  background: #33b1ad;
  position: absolute;
  right: 20px;
  top: 62px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #popular-ctg ul li a:before {
    top: 28px;
    right: 6px;
  }
}

#popular-ctg ul li a:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #33b1ad;
  position: absolute;
  right: 20px;
  bottom: 62px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media screen and (max-width: 768px) {
  #popular-ctg ul li a:after {
    bottom: 28px;
    right: 6px;
  }
}
/*# sourceMappingURL=overwrite.css.map */