@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;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
.check_page table.customTable td, .check_page table.customTable th {
  font-size: 15px;
  letter-spacing: 0px;
  padding: 20px 5px;
}
}


.check_page table.customTable td.blank_space{
  background: #eaeff0;
  border-width: 0px;
}
.check_page table.customTable td.number_area{
width: 70px;
font-size: 24px;
align-content: center;
text-align: center;
color: #ff8015;
}
@media screen and (max-width: 767px) {
.check_page table.customTable td.number_area{
width: 40px;
font-size: 14px;
}
}

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

.check_page table.customTable .thclass1 {
width: calc(100% - 100px);
background: #ff8015;
text-align: center;
color: #ffffff;
font-size: 24px;
padding: 10px 10px;
}
.check_page table.customTable .thclass2 {
width: 100px;
background: #66bb6a;
text-align: center;
color: #ffffff;
font-size: 20px;
padding: 20px 10px;
}
@media screen and (max-width: 767px) {
.check_page table.customTable .thclass1 {
width: calc(100% - 60px);
font-size: 18px;
padding: 10px 10px;
}
.check_page table.customTable .thclass2 {
width: 60px;
font-size: 16px;
padding: 10px 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: 48%;
  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: #ff8015;
    letter-spacing: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.results_area p{
font-size: 24px;
background: #66bb6a;
color: #fff;
padding: 0px 30px;
display: inline-block;
letter-spacing: 3px;
}
.results_area .box01{
padding: 40px;
margin: 10px 0 20px;
color: #333;
background: #e9ffea;
border-radius: 10px;
font-size: 18px;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .results_area .box01{
    font-size: 16px;
    padding: 30px 20px;
  }
}
.check_page_text_area p{
  margin-bottom: 20px;
}