@charset "UTF-8";
/* line 9, ../scss/_textbody.scss */
.o_c_t.__10 {
  font-size: 10px;
}
/* line 12, ../scss/_textbody.scss */
.o_c_t.__12 {
  font-size: 12px;
}
/* line 16, ../scss/_textbody.scss */
.o_c_t.__14 {
  font-size: 14px;
}
/* line 21, ../scss/_textbody.scss */
.o_c_t.__16 {
  font-size: 16px;
}
/* line 26, ../scss/_textbody.scss */
.o_c_t.__18 {
  font-size: 18px;
}
/* line 31, ../scss/_textbody.scss */
.o_c_t.__20 {
  font-size: clamp(18px, 3vw, 2px);
}
/* line 36, ../scss/_textbody.scss */
.o_c_t.__22 {
  font-size: clamp(18px, 3vw, 22px);
}
/* line 40, ../scss/_textbody.scss */
.o_c_t.__24 {
  font-size: clamp(22px, 3vw, 24px);
}
/* line 45, ../scss/_textbody.scss */
.o_c_t.__26 {
  font-size: clamp(24px, 3vw, 26px);
}
/* line 50, ../scss/_textbody.scss */
.o_c_t.__28 {
  font-size: clamp(26px, 4vw, 28px);
}

/* line 59, ../scss/_textbody.scss */
.o_c_t.__lh10 {
  line-height: 1;
}
/* line 62, ../scss/_textbody.scss */
.o_c_t.__lh12 {
  line-height: 1.2;
}
/* line 65, ../scss/_textbody.scss */
.o_c_t.__lh14 {
  line-height: 1.4;
}
/* line 68, ../scss/_textbody.scss */
.o_c_t.__lh16 {
  line-height: 1.6;
}
/* line 71, ../scss/_textbody.scss */
.o_c_t.__lh18 {
  line-height: 1.8;
}
/* line 74, ../scss/_textbody.scss */
.o_c_t.__lh20 {
  line-height: 2;
}

/* テーブルテキスト------------------------------------------------------*/
/* line 9, ../scss/company.scss */
#company table {
  font-size: 2.4em;
  line-height: 2em;
  letter-spacing: 0.2em;
  width: 100%;
}

/* line 16, ../scss/company.scss */
#company table th {
  padding: 16px 10px;
  border-bottom: 1px solid #f3f3f3;
  text-align: left;
  width: 100px;
}

/* line 23, ../scss/company.scss */
#company table td {
  padding: 16px;
  border-bottom: 1px solid #f3f3f3;
}

/*レスポンシブ*/
@media screen and (max-width: 480px) {
  /* line 33, ../scss/company.scss */
  #company table {
    line-height: 1.6em;
  }

  /* line 36, ../scss/company.scss */
  #company table th {
    padding: 10px 0px;
    width: 80px;
  }

  /* line 40, ../scss/company.scss */
  #company table td {
    padding: 12px 5px;
  }
}
