/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
gs-9
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.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;
}

.p-gs-9 div.l-wrapper {
  margin-top: 50px;
}

ul.TAlist {
  clear: both;
  overflow: hidden;
  margin: 30px -50px 0 0;
}
ul.TAlist li {
  float: left;
  width: 310px;
  height: 550px;
  margin: 0 24px 0 0;
}
ul.TAlist li img {
  margin-bottom: 10px;
}
ul.TAlist li h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}
ul.TAlist li p {
  font-size: 1.4rem;
  margin: 15px 20px 0 0;
}

div.c-block2 {
  text-align: center;
}

ul.TAlist2 {
  clear: both;
  overflow: hidden;
  margin: 30px -50px 0 0;
}
ul.TAlist2 li {
  float: left;
  width: 310px;
  height: 320px;
  margin: 0 24px 0 0;
}
ul.TAlist2 li img {
  margin-bottom: 10px;
}
ul.TAlist2 li h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}
ul.TAlist2 li p {
  font-size: 1.4rem;
  margin: 0px 20px 0 0;
}

span.sletter {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 10px;
}

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

img.img911 {
  margin: 0 0 30px 0;
}
img.img901 {
  display: block;
}
img.img901_ {
  display: none;
}

p.remarks {
  font-size: 1.4rem;
  margin: 5px 0;
}

span.alignRight {
  float: right;
  text-align: inline-block;
}

@media screen and (max-width: 767px) {
  /* 767px */
  .l-contents {
    margin: 0;
  }

  img.img901 {
    display: none;
  }
  img.img901_ {
    display: block;
  }

  ul.TAlist {
    margin: 0 0 20px 0;
  }
  ul.TAlist li {
    float: none;
    width: 300px;
    height: auto;
    margin: 0 auto 30px;
    text-align: center;
  }
  ul.TAlist li img {
    width: 300px;
  }
  ul.TAlist li h3 {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  ul.TAlist li p {
    text-align: left;
    font-size: 1.2rem;
    margin: 10px 0;
  }

  img.img905 {
    margin-bottom: 20px;
  }

  ul.TAlist2 {
    margin: 0;
  }
  ul.TAlist2 li {
    float: left;
    width: 47%;
    height: 220px;
    margin: 0 10px 0 0;
  }
  ul.TAlist2 li h3 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  ul.TAlist2 li.nofloat {
    clear: both;
  }
  ul.TAlist2 li p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  div.c-block h3 {
    font-size: 1.4rem;
  }

  p.remarks {
    font-size: 1.2rem;
  }

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