/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
gs-5
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title4 h2 {
  font-size: 1.5rem;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 767px) {
  .c-title4 h2 {
    letter-spacing: 0;
  }
}

.c-navi2 a {
  text-align: center;
}

div.c-block h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

ul.TAlist {
  overflow: hidden;
  margin: 30px -50px 0 0;
}
ul.TAlist li {
  float: left;
  width: 312px;
  height: 400px;
  margin: 0 24px 0 0;
}
ul.TAlist li img {
  margin-bottom: 10px;
}
ul.TAlist li h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
}

span.sletter {
  font-size: 1.6rem;
  font-weight: normal;
}

ul.TAlist li p {
  font-size: 1.4rem;
  margin: 0;
}

div.ABbox {
  position: absolute;
  width: 650px;
}

@media screen and (max-width: 767px) {
  /* 767px */
  div.c-block h3 {
    font-size: 1.2rem;
  }

  ul.TAlist {
    margin: 20px 0 0 0;
  }
  ul.TAlist li {
    float: left;
    width: 47%;
    margin: 0 10px 20px 0;
    font-size: 1rem;
    height: 260px;
  }
  ul.TAlist li img {
    width: 100%;
  }
  ul.TAlist li h4 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 5px;
  }
  ul.TAlist li p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  div.ABbox {
    width: 90%;
  }

  ul.TAlist li.no-float {
    clear: both;
  }

  /* end of 767px */
}
/*
------------------------------------------------------------*/