.osare-table {
  width: 100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 7px 0px;
}

.osare-table th {
  border: none !important;
}

.osare-table tbody td {
  border: none !important;
  background-color: #fff9ff !important;
  border-bottom: solid 2px #f9f9f9 !important;
}

/* �w�b�_�[ */
.osare-table thead th {
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
}

/* �t�b�^�[�i��r�\�ƐF�����Ƃ��p�j */
.osare-table tfoot td {
  border: none;
  border-radius: 0 0 10px 10px;
}

/* �{�f�B���� */
.osare-table tbody th {
  background: #f2f5fc;
  font-weight: bold;
  border-bottom: solid 2px #f9f9f9 !important;
  line-height: 4.5em;
}

/* �t�b�^�[���� */
.osare-table tfoot th {
  background: none;
  line-height: 3em;
  font-weight: bold;
}

/* �{�f�B�f�[�^ */
.osare-table tbody td {
  text-align: center;
}

/* �w�b�_�[�s�@�P�񂲂Ƃ̐F�ς� */
.osare-table thead th:nth-child(1) {
  background: #81d4fa;
}

.osare-table thead th:nth-child(2) {
  background: #ffbcff;
}
.osare-table thead th:nth-child(3) {
  background: #ffffb2;
}
.osare-table thead th:nth-child(4) {
  background: #c4ff89;
}
.osare-table thead th:nth-child(5) {
  background: #ffb2d8;
}

/* �ŏI�s�̃{�[�_�[���Ȃ��� */
.osare-table tbody tr:last-child th,
.osare-table tbody tr:last-child td {
  border-bottom: none !important;
}

/* �X�}�z���� */
@media (max-width: 767px) {
  .osare-table thead th,
  .osare-table tbody th {
    padding: 0;
  }
  .osare-table tfoot td {
    padding: 0;
    font-size: 0.9em;
  }
  .osare-table tfoot td:nth-child(2) {
    font-size: 1em;
  }
}

/***�@�������e�[�u����r�p ***/
/* �������ߏ��i�g */
.osare-hikaku thead th:nth-child(2) {
  border-top: solid 3px #f8bbd0 !important;
  border-left: solid 3px #f8bbd0 !important;
  border-right: solid 3px #f8bbd0 !important;
}
.osare-hikaku td:nth-child(2) {
  border-left: solid 3px #f8bbd0 !important;
  border-right: solid 3px #f8bbd0 !important;
}
.osare-hikaku tfoot td:nth-child(2) {
  border-bottom: solid 3px #f8bbd0 !important;
  border-left: solid 3px #f8bbd0 !important;
  border-right: solid 3px #f8bbd0 !important;
}

/*�i���ʁj�@���ڂ̑����e�[�u���̕��𒲐�*/
@media (max-width: 767px) {
  .col6t th,
  .col6t td {
    font-size: 0.4em;
    padding: 10px 0px;
  }
  .col5t th,
  .col5t td {
    font-size: 0.5em;
    padding: 10px 0px;
  }
  .col4t th,
  .col4t td {
    font-size: 0.7em;
    padding: 10px 5px;
  }
  .col3t th,
  .col3t td {
    font-size: 0.8em;
    padding: 10px 10px;
  }
}

.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_tab ::selection {
  background-color: #4ec6de;
}
.cp_tab {
  margin: 1em auto;
  height: 33vh;
}
.cp_tab input[type="radio"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.cp_tab > label {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 600;
}
.cp_tab > label:hover,
.cp_tab > input:checked + label {
  border-radius: 6px 6px 0 0;
  background: #ebd5d5;
}
.cp_tab .cp_tabpanels {
  clear: both;
  perspective: 600px;
  min-height: 150px; /* エリアの高さ */
}
.cp_tab .cp_tabpanels .cp_tabpanel {
  line-height: 1.4em;
  position: absolute;
  z-index: 0;
  width: 100%;
  padding: 10px;
  transition: opacity 0.3s, transform 1s;
  transform: rotateX(-20deg);
  transform-origin: top center;
  opacity: 0;
  border: 1px solid #dcedc8;
  background: #ebd5d5;
}
.cp_tab #tab4_1:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(1),
.cp_tab #tab4_2:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(2),
.cp_tab #tab4_3:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(3) {
  z-index: 1;
  transform: rotateX(0);
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .cp_tab {
    width: 100%;
  }
  .cp_tab > label {
    /* display: none; */
    width: 31%;
    font-size: 3vw;
    padding: 5px;
  }
  .cp_tab .cp_tabpanels .cp_tabpanel {
    /* position: relative; */
    margin-bottom: 1em;
    padding: 0.5em;
    transform: none;
    opacity: 1;
    border: none;
  }
  .cp_tab .cp_tabpanels .cp_tabpanel h2 {
    border-bottom: 1px solid #7cb342;
    padding-bottom: 0.5em;
  }
}

#table_bls {
  background: rgb(236, 211, 102);
  background: linear-gradient(
    90deg,
    rgba(236, 211, 102, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(236, 211, 102, 1) 100%
  );
}

#table_bls th,
#table_bls td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_bls span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_bls {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

#table_bls2 {
  background: rgb(236, 211, 102);
  background: linear-gradient(
    90deg,
    rgba(236, 211, 102, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(236, 211, 102, 1) 100%
  );
}

#table_bls2 th,
#table_bls2 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_bls2 span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_bls2 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

#table_bls3 {
  background: rgb(236, 211, 102);
  background: linear-gradient(
    90deg,
    rgba(236, 211, 102, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(236, 211, 102, 1) 100%
  );
}

#table_bls3 th,
#table_bls3 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_bls3 span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_bls3 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

#table_bls4 {
  background: rgb(236, 211, 102);
  background: linear-gradient(
    90deg,
    rgba(236, 211, 102, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(236, 211, 102, 1) 100%
  );
}

#table_bls4 th,
#table_bls4 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_bls4 span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_bls4 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

#table_bls5 {
  background: rgb(236, 211, 102);
  background: linear-gradient(
    90deg,
    rgba(236, 211, 102, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(236, 211, 102, 1) 100%
  );
}

#table_bls5 th,
#table_bls5 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_bls5 span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_bls5 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

#table_bls6 {
  background: rgb(236, 211, 102);
  background: linear-gradient(
    90deg,
    rgba(236, 211, 102, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(236, 211, 102, 1) 100%
  );
}

#table_bls6 th,
#table_bls6 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_bls6 span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_bls6 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

#table_bls7 {
  background: rgb(236, 211, 102);
  background: linear-gradient(
    90deg,
    rgba(236, 211, 102, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(236, 211, 102, 1) 100%
  );
}

#table_bls7 th,
#table_bls7 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 0.5em;
  height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  border: 1px solid rgb(204, 204, 204);
}
#table_bls7 span {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table_bls7 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.qa_table {
  border: none !important;
  margin: -10px 0 10px 0;
}

.qa_table td {
  border: none !important;
  padding: 0 !important;!;
  text-align: center;
}

.qa_table td img {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .qa_table td img {
    width: 100%;
  }
}