/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
gs-8
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.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-title2 {
  clear: both;
  overflow: hidden;
}
div.c-title2 h2 {
  clear: both;
}
div.c-block h2 {
  clear: both;
  font-size: 2rem;
}
div.c-block h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
div.c-block2 h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 40px 0;
}
div.fl-leftBox {
  float: left;
}
div.fl-rightBox img {
  margin: 13px 0 22px 20px;
}

img.img804 {
  margin: 20px 20px 100px 0;
}
img.img805 {
  margin: 90px 0 0 0 !important;
}

div.centerB {
  text-align: center;
}
div.centerB img {
  margin: 50px 0 0 0;
}

span.sletter {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 0 20px;
}

table {
  margin: 72px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #333;
  font-size: 1.5rem;
}
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: 12px 20px;
}
table tr td.mcel {
  border: 0;
  border-bottom: 1px solid #333;
  font-size: 1.2rem;
}
table tr td.lcel {
  border: 0;
  border-bottom: 1px solid #333;
}
table tr td.rcel {
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* 767px */
  div.c-block2 h3 {
    font-size: 1.4rem;
  }
  div.fl-leftBox {
    float: none;
  }
  div.fl-rightBox img {
    width: 43%;
    margin: 20px 0 0 0;
  }
  div.fl-rightBox img.img802 {
    float: left;
    margin-right: 40px;
  }
  div.fl-leftBox img.img804 {
    margin: 10px 0;
  }

  table {
    margin: 30px 0;
    width: 100%;
    font-size: 1.2rem;
  }
  table tr td, table tr th {
    padding: 10px 10px;
  }

  span.sletter {
    font-size: 1.3rem;
    margin: 0 0 0 5px;
  }

  div.c-block h3 {
    font-size: 1.4rem;
  }
  div.centerB img {
    margin: 30px 0 0 0;
  }

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