/*----------------------------------------
	検定
----------------------------------------*/
.new_line::before {
  content: "\A";
  white-space: pre;
}

.interview-title-bottom {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 2rem;
  font-weight: 700;
  background: #fff;
  padding: 20px 16px;
}

.contents-inner {
  width: 100%;
  margin: 0 auto;
}

.page-third-title:first-child,
.text-normal:first-child,
#siteFooter h3:first-child {
  margin-top: 0;
}
.page-third-title {
  margin: 40px 0 20px;
}

.page-third-title {
  font-size: 1.6rem;
  padding: 20px 16px;
  border-bottom: dashed 1px #a4a3a3;
  position: relative;
  font-weight: 700;
  line-height: 3rem;
}

/* NOTE: 固定ヘッダーがあるためスクロール後の表示位置を調整するためだけに定義 */
#business-type,
#distribution-knowledge,
#sales-floor,
#terminology,
#trouble-shooting,
#compliance,
#visiting,
#ism,
#report,
#attitude,
#type,
#merit,
#flow,
#ms-cs {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}


/* contents
------------------------------------------*/
.contents-inner {
  width: 100%;
  margin: 0 auto;
}
.page-contents-inner.explain-qa-inner {
  color: #707070;
  margin: 20px 3%;
  border: 2px solid #44aeea;
  border-radius: 8px;
}
.contents-footer-link a {
  display: block;
  font-size: 1.6rem;
  line-height: 5rem;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  height: 50px;
  text-align: center;
  position: relative;
  background: #44aeea;
  width: 256px;
  letter-spacing: 0.1rem;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
  border: #44aeea 1px solid;
  margin: 40px auto 10px;
}
.contents-footer-link a.hover {
  color: #44aeea;
  border: #44aeea 1px solid;
  background: none;
  transition-duration: 0.2s;
}
.contents-footer-link a span {
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  right: 10%;
}
.contents-footer-link a span::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  transition-duration: 0.2s;
}
.contents-footer-link a span::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% + 4px);
  transition-duration: 0.2s;
}
.contents-footer-link a.hover span::before,
.contents-footer-link a.hover span::after {
  background-color: #44aeea;
  transition-duration: 0.2s;
}
.contents-title-wrap {
  text-align: center;
}
.contents-title {
  font-size: 3.7rem;
  line-height: 3.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1rem;
  margin: 0 0 5px 0;
}
.contents-title-sub {
  background: linear-gradient(-135deg, #eca368, #44aeea);
  font-weight: bold;
  background: linear-gradient(-135deg, #eca368, #44aeea);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px 0;
}
.contents-title-text {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin: 20px 0 30px 0;
}

.page-third-title:first-child,
.text-normal:first-child,
#siteFooter h3:first-child {
  margin-top: 0;
}

.text-normal {
  padding: 0;
  margin: 1em 0;
}
.contents-inner p {
  font-size: 1.5rem;
  line-height: 3.2rem;
  margin: 0;
  padding: 20px 16px;
}

.qa-cat {
  font-size: 1.6rem;
  font-weight: bold;
  color: #707070;
  margin: 20px 3%;
}

.explain-qa-wrap{
  display:block;
}

/* footer */

.explain-qa-inner ol {
  list-style:decimal;
  padding-left:16px;
}
.explain-qa-inner ul {
  list-style:square;
  padding-left:16px;
}

.w-auto > a {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-third-title {
    font-size: 1.5rem;
    border-bottom: dashed 1px #a4a3a3;
    position: relative;
    font-weight: 700;
    line-height: 3.2rem;
  }

  .footer-register-link img {
    left: 20px;
  }
  
  .footer-register-link a {
    width: 320px;
  }
}
