@charset "UTF-8";
/* CSS Document */
.entry-contents{
  line-height: calc(24/14);
}
.entry-contents h2{
  font-size: var(--head2_mid);
  line-height: calc(26/20);
  font-weight: 600;
  padding-left: .65em;
}
.entry-contents h2::before{
  content: "";
  width: 3px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.15em;
  background-color: var(--clr-sub);
}
.entry-contents h3{
  background-color: #F5F5F5;
  font-size: min(18px,4.25vw);
  font-weight: 600;
  width: 100%;
  line-height: calc(22/18);
  padding: 3px 10px;
}
.entry-contents .que-list{
  counter-reset: count;
  width: 100%;
}
.entry-contents .que-list > li{
  padding-left:calc(2.5em + 10px);
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
}
.entry-contents .que-list > li:nth-child(odd){
  background-color: #F5F5F5;
}
.entry-contents .que-list > li:nth-child(n+10){
  padding-left: 3em;
}
.entry-contents .que-list > li::before{
  counter-increment: count 1;
  content: 'Q'counter(count,decimal-leading-zero)' :';
  position: absolute;
  left: 10px;
  top: 3px;
}
.entry-contents table th
,.entry-contents table td{
  border: none;
  padding: 3px 10px;
}
.entry-contents table thead{
  border-bottom: none;
}
.entry-contents table thead th{
  text-align: left;
  font-weight: 600;
  font-size: 1.125em;
}
.entry-contents table tbody tr:nth-child(even) td{
  background-color: #F5F5F5;
}
.entry-contents a{
  text-decoration: underline;
  color: var(--clr-sub);
}
/*
.entry-contents .is-style-hikaku table tbody td:last-child{
  width: 30%;
}
*/
.layout-table-basic table th
,.layout-table-basic table td{
  border:1px solid #EEEEEE;
}
.layout-table-basic tbody td:nth-child(1){
  background-color: #F5F5F5;
}
