@charset "utf-8";

h1 {
  margin-top: 0;
  padding-bottom: 0;
  border: none !important;
}

/****************************************
トップ
****************************************/
.topWrap {
  background-image: url("../img/top/bg_top.jpg");
  min-height: 380px;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

/**********タイトル**********/
.titleCts {
  width: 90%;
  position: absolute;
  top: 43%;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 480px;
}

.titleCts h1 {
  margin-left: -20px;
}

.titleCts p {
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #003F75;
  font-size: 2.4rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .topWrap {
    min-height: 300px;
  }

  .titleCts {
    padding-top: 60px;
    top: 50%;
    transform: translateY(-50%);
  }

  .titleCts p {
    line-height: 1.5;
  }

  .titleCts h1 {
    margin-left: 0;
  }

  .titleCts p span {
    display: none;
  }
}

/****************************************
コンテンツ
****************************************/
h2 {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  margin-top: 25px;
  font-weight: 900;
  line-height: 1.4;
  border-left: none;
  padding-left: 0;
}

h2:after {
  content: "";
  flex-grow: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-left: 10px;
}

h2:after {
  margin-left: 1rem;
}

.divisionCtsList > li:first-child h2,
.divisionCtsList > li:first-child .questionCts dt {
  color: #80AF6C;
}

.divisionCtsList > li:last-child h2,
.divisionCtsList > li:last-child .questionCts dt {
  color: #D05D60;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

/**********ページ内リンク**********/
.pageLinkBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageLinkBtn li {
  width: 32%;
  text-align: center;
}

.pageLinkBtn li a {
  border: 2px solid #003F75;
  margin-top: 30px;
  padding: 10px 35px 5px;
  display: block;
  line-height: 1;
  border-radius: 5px;
}

.pageLinkBtn li a span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #003F75;
}

.pageLinkBtn li a i {
  font-size: 2rem;
  color: #003F75;
  display: block;
}

@media only screen and (max-width: 768px) {
  .pageLinkBtn li {
    width: 100%;
    text-align: center;
  }

  .pageLinkBtn li a {
    margin-top: 15px;
  }
}

/**********各コンテンツ**********/
.testeraCtsWrap {
  margin-top: 30px;
  border-style: solid;
  border-width: 3px;
  padding: 30px 40px 40px;
  border-radius: 10px;
}

.testeraCtsWrap h2 {
  margin-top: 20px;
}

.testeraCtsLogo {
  max-width: 400px;
  margin-bottom: 20px;
}

.testeraCtsWrapTestera,
.testeraCtsWrapTestera .questionCts dt {
  border-color: #80AF6C;
}

.testeraCtsWrapAt,
.testeraCtsWrapAt .questionCts dt {
  border-color: #D05D60;
}

.testeraCtsWrapSt,
.testeraCtsWrapSt .questionCts dt {
  border-color: #2288BA;
}

.testeraCtsWrapTestera h2,
.testeraCtsWrapTestera .questionCts dt {
  color: #80AF6C;
}

.testeraCtsWrapAt h2,
.testeraCtsWrapAt .questionCts dt {
  color: #D05D60;
}

.testeraCtsWrapSt h2,
.testeraCtsWrapSt .questionCts dt {
  color: #2288BA;
}

.testeraCtsWrapTestera .questionCts dd {
  background-color: #80AF6C;
}

.testeraCtsWrapAt .questionCts dd {
  background-color: #D05D60;
}

.testeraCtsWrapSt .questionCts dd {
  background-color: #2288BA;
}

@media only screen and (max-width: 768px) {
  .testeraCtsWrap {
    padding: 20px 25px 25px;
  }

  .testeraCtsLogo {
    margin-bottom: 15px;
  }
}

/**********特徴**********/
.featureList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featureList li {
  background-color: #FFF;
  padding: 10px 20px 10px 10px;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 49%;
}

.featureList li > img {
  position: absolute;
  width: 40px;
  top: -15px;
  left: -10px;
}

.featureCts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.featureCts dt {
  width: 22%;
  border-radius: 50%;
  overflow: hidden;
}

.featureCts dd {
  width: 75%;
  font-weight: 600;
  line-height: 1.6;
}

/*TESTERA-AT*/
.atProblem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.6;
  margin-top: 5px;
}

.atProblem li {
  margin-top: 15px;
  border-radius: 5px;
  position: relative;
  width: 49%;
  font-weight: 500;
  border: 2px solid #AAA;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.atProblem li:nth-child(n+3) {
  margin-top: 25px;
}

.atProblem li img {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 40px;
}

.atProblem + img {
  display: block;
  width: 40px;
  margin: 20px auto 10px;
}

@media only screen and (max-width: 768px) {
  .featureList li {
    padding: 15px 20px 20px;
    width: 100%;
  }

  .featureList li > img {
    width: 50px;
    top: -10px;
  }

  .featureCts {
    display: block;
  }

  .featureCts dt {
    width: 120px;
    margin: 0 auto 10px;
  }

  .featureCts dd {
    width: 100%;
  }

  /*TESTERA-AT*/
  .atProblem {
    display: block;
  }

  .atProblem li {
    width: 100%;
    margin-top: 20px;
  }

  .atProblem li:nth-child(n+3) {
    margin-top: 20px;
  }

  .atProblem li img {
    top: -15px;
    width: 35px;
  }

  .atProblem + img {
    margin: 15px auto 0;
  }
}

/**********質問**********/
.questionCts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  line-height: 1.6;
  text-align: center;
}

.questionCts dt {
  font-size: 2.2rem;
  font-weight: 600;
  border-top: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 10px;
  width: 100%;
}

.questionCts dd {
  margin-top: 15px;
  font-weight: 600;
  border-radius: 5px;
  color: #FFF;
  padding: 20px;
  outline: 1px solid #FFF;
  outline-offset: -5px;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.questionCts dd span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

.divisionCtsList > li:first-child .questionCts dt {
  border-bottom-color: #80AF6C;
}

.divisionCtsList > li:first-child .questionCts dd {
  background-color: #80AF6C;
}

.divisionCtsList > li:last-child .questionCts dt {
  border-bottom-color: #D05D60;
}

.divisionCtsList > li:last-child .questionCts dd {
  background-color: #D05D60;
}

@media only screen and (max-width: 768px) {
  .questionCts dt {
    font-size: 2rem;
    line-height: 1.5;
  }

  .questionCts dd {
    margin-top: 10px;
    padding: 15px;
    width: 100%;
    display: block;
  }
}
