@charset "UTF-8";
/* Updated 2022/06/01.a */
/* Details of test results */
#details{
  margin: 30px 0;
}


#details dl{
display: flex;
align-items: center;
border-bottom: 1px solid #ccc;
padding: 20px;
}

#details dl.details_01, #shiken_page dl.shiken_page01{
  border-top: 1px solid #ccc;
}

#details dl dt, #shiken_page dl dt{
width: 50%;
}

#details dl dd, #shiken_page dl dd{
width: 50%;
word-wrap: break-word;
}

#shiken_page dl{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px; 1px solid #ccc;
}


@media screen and (max-width: 767px) {
  #details dl, #shiken_page dl{
    display: block;
  }
  #details dl dt, #shiken_page dl dt{
  width: 100%;
  }

  #details dl dd, #shiken_page dl dd{
  width: 100%;
  word-wrap: break-word;
  }
}

/* color
------------------------------ */
.black { color: #333434 !important;}
.white { color: #fff !important;}
.gray { color: #f0f0f0 !important;}
.green { color: #c4d700 !important;}
.l-green { color: #d5dedb !important;}
.w-green { color: #e4eec1 !important;}
.d-green { color: #004831 !important;}
.red { color: #c83030 !important;}
.l-red { color: #ffebeb !important;}



