@charset "UTF-8";

/*****************************
 check HTML内に記載style(.check_page )
*****************************/

.check_page table.customTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: inherit;
  border-width: 2px;
  border-color: #F6F8EE;
  border-style: solid;
  color: #333;
  border-radius: 10px; 
}

.check_page table.customTable td, .check_page table.customTable th {
  border-width: 2px;
  border-color: #eaeff0;
  border-style: solid;
  padding: 10px;
  letter-spacing: 1px;
}
.check_page table.customTable td.blank_space{
  background: #eaeff0;
  border-width: 0px;
}

.check_page table.customTable thead {
  background-color: #B3B3B3;
  border-radius: 10px; 
}

.check_page table.customTable .thclass1 {
  width: calc(100% - 80px);
    background: #bababa;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 10px;
}
.check_page table.customTable .thclass2 {
    width: 80px;
    background: #bababa;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 10px;
}
.check_page .tdclass{
    float: none;
    text-align: center;
    vertical-align: middle;
    height: 45px;
}
.check_page .total{
    text-align: center;
}
/* .check_page .box01 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
} */
.check_page .box01 p {
    margin: 0; 
    padding: 0;
}
/*****************************
不足スタイル
*****************************/
.check_page{
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  table th {
      width: 100%;
      display: table-cell;
      padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .check_page table td {
      padding: 10px;
      display: table-cell;
  }
}


/* チェックボックス */

.check_page .round{
  text-align: center;
}

.check_page label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  justify-content: center;
}

.check_page label::before,
.check_page label:has(:checked)::after {
  content: '';
}

.check_page label::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
}

.check_page label:has(:checked)::before {
  background-color: #66bb6a;
  border: 1px solid #66bb6a;
}

.check_page label:has(:checked)::after {
  position: absolute;
  top: 6px;
  left: 45%;
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
@media screen and (max-width: 600px) {
  .check_page label:has(:checked)::after {
    left: 40%;
  }

}


.check_page input {
  display: none;
}

/* チェックボックス */

.results_area .total{
  font-size: 30px;
  color: #66bb6a;
  letter-spacing: 3px;
}
.results_area p{
  font-size: 30px;
  color: #333;
  font-weight: lighter;
}
.results_area .box01{
  padding: 1.5em 1em;
  margin: 1em 0 2rem;
  color: #6091d3;
  background: #FFF;
  border: solid 3px #6091d3;
  border-radius: 10px;
  letter-spacing: 2px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .results_area .box01{
    font-size: 16px;
  }
}
.check_page_text_area p{
  margin-bottom: 20px;
}


/* ADHD */
    .adhd_page table.customTable {
      width: 100%;
      background-color: #FFFFFF;
      border-collapse: inherit;
      border-width: 2px;
      border-color: #F6F8EE;
      border-style: solid;
      color: #000000;
      border-radius: 10px;
    }

    .adhd_page table.customTable td, .adhd_page table.customTable th {
      border-width: 2px;
      border-color: #F6F8EE;
      border-style: solid;
      padding: 5px;

    }

    .adhd_page table.customTable thead {
      background-color: #B3B3B3;
      border-radius: 10px;
    }

    .adhd_page .thclass1 {
        width: 60vw;
    }
    .adhd_page .thclass2 {
        width: 40vw;
    }
    .adhd_page .tdclass{
        float: none;
        text-align: center;
        vertical-align: middle;
        height: 45px;
    }
    .adhd_page .total{
        text-align: center;
    }
    .adhd_page .box01 {
        padding: 0.5em 1em;
        margin: 2em 0;
        font-weight: bold;
        color: #6091d3;/*文字色*/
        background: #FFF;
        border: solid 3px #6091d3;/*線*/
        border-radius: 10px;/*角の丸み*/
    }
    .adhd_page .box01 p {
        margin: 0;
        padding: 0;
    }
    .adhd_page .round{
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 10px 5px;
      text-align: left;
    }
    .adhd_page .round .round_inner {
        width: 100%;
      }
    .adhd_page .round .round_inner input {
    margin-right: 10px;
  }

.adhd_page input{
    background-color: transparent;
    border-style: none;
    color: inherit;
}
.adhd_page input{
    font: inherit;
}
.adhd_page input {
    border-radius: 0;
}

    .adhd_page .round .round_inner input{
      margin-right: 10px;
    }
    .adhd_page .round label {
      background: none;
      border: none;
      border-radius: none;
      cursor: pointer;
      height: auto;
      left: 0;
      position: relative;
    }
    .adhd_page table.customTable td, .adhd_page table.customTable th {
      padding-left: 2em;
      text-indent: -1.3em;
      align-content: center;
    }


    .adhd_page table.customTable .thclass1 {
    width: calc(100% - 170px);
    background: #bababa;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 10px;
}
.adhd_page table.customTable .thclass2 {
    width: 170px;
    background: #bababa;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 10px;
}
.adhd_page input {
  display: unset;
}
.adhd_page label {
    display: unset;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    justify-content: center;
}
.adhd_page label::before {
    display: none;
}

.adhd_textarea p{
  margin-bottom: 20px;
}

.checklist_div {
    width: 90%;
    padding: 30px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin: 30px auto;
}
@media screen and (max-width: 767px) {
.checklist_div {
    width: 100%;
    padding: 20px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin: 30px auto;
}
}
.checklist_div p{
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.checklist_div dl{
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.checklist_div dt{
    font-weight: bold;
    font-size: 22px;
}