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

div.c-block2 {
  margin: 0 0 50px 0;
}
div.c-block2 p {
  font-size: 1.4rem;
  margin: 20px 0;
}
div.fl-leftBox {
  float: left;
}
div.fl-leftBox img {
  margin: 0 20px 30px 0;
}
div.fl-rightBox {
  overflow: hidden;
}
div.fl-rightBox p {
  font-size: 1.4rem;
  margin: 10px 0 20px;
}
div.fl-rightBox h3 {
  font-size: 2rem;
  font-weight: 600;
}

ul.TAlist {
  clear: both;
  overflow: hidden;
  margin: 30px -50px 0 0;
}
ul.TAlist li {
  float: left;
  width: 310px;
  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;
}
ul.TAlist li p {
  font-size: 1.4rem;
  margin: 0 20px 0 0;
}

div.fl-leftBox2 {
  width: 497px;
  float: left;
}
div.fl-leftBox2 h3 {
  font-size: 3.7rem;
  line-height: 2.2rem;
  font-weight: normal;
}

span.sletter {
  font-size: 1.4rem;
}

div.fl-leftBox2 p {
  font-size: 1.4rem;
  margin: 10px 0 20px;
}
div.fl-leftBox2 h4 {
  font-size: 2rem;
  font-weight: 600;
}
div.fl-rightBox2 {
  overflow: hidden;
}
div.fl-rightBox2 img {
  margin-left: 8px;
}
div.fl-rightBox2 h3 {
  font-size: 2rem;
  font-weight: 600;
}

table {
  margin: 14px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #333;
  font-size: 1.3rem;
  line-height: 1.75rem;
}
table tr {
  margin: 0;
}
table tr th {
  text-align: center;
  font-weight: normal;
}
table tr td, table tr th {
  border: 1px solid #333;
  margin: 0;
  padding: 10px 5px;
}

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

  div.c-block2 p {
    font-size: 1.2rem;
  }
  div.c-block2 p br {
    display: none;
  }
  div.fl-leftBox {
    float: none;
  }
  div.fl-leftBox img {
    margin: 0;
  }
  div.fl-rightBox h3 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  div.fl-rightBox p {
    margin: 0 0 10px 0;
  }

  ul.TAlist {
    margin: 20px 0 20px 0;
  }
  ul.TAlist li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  ul.TAlist li img {
    width: 100%;
    margin: 0;
  }
  ul.TAlist li h4 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  ul.TAlist li p {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }

  div.fl-leftBox2 {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  div.fl-leftBox2 h3 {
    font-size: 1.8rem;
  }
  div.fl-leftBox2 p {
    font-size: 1.2rem;
  }
  div.fl-rightBox2 img {
    margin: 0 0 10px 0;
  }
  div.fl-rightBox2 h3 {
    font-size: 1.4rem;
  }

  table {
    font-size: 1.2rem;
  }

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