/**
 * Theme Name:     MASSIVE Child 2.92
 * Author:         yuka iwasaki
 * Template:       massive_tcd084
 * Text Domain:	   massive-child-2-92
 * Description:    \&quot;MASSIVE\&quot; is a WordPress theme for building a job site. Having a job site is a great way to increase your credibility and reduce your advertising costs. Use MASSIVE to express the job description, the people who work there, and the appeal of your company.
 * Version:        2.92
 */
/* ----------------------------------------------------------------------
 YouTube
---------------------------------------------------------------------- */
.youtube-ratio {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-ratio iframe {
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------------------------------------
装飾
---------------------------------------------------------------------- */

.red-bold {
  color: #b60000;
  font-weight: bold;
}

.cb_box_content .box_content .headline {
    bottom: 0.1em;
}

/* ----------------------------------------------------------------------
テーブル
---------------------------------------------------------------------- */

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}