﻿@charset "UTF-8";

/***********************************
common
************************************/

#criteria #page_title-box {
  background-color: #333;
  color: #fff;
  margin-bottom: 80px;
}

#criteria h3 {
  display: block;
  font-weight: 600;
  border-bottom: 3px solid #ccc;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#criteria table {
  margin-bottom: 100px;
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

#criteria table th {
  white-space: nowrap;
}

#criteria table th,
#criteria table td {
  font-size: 16px;
  line-height: 24px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 15px;
}

#criteria table td.once {
  border-right: 1px dotted #000;
}

#criteria table td.text_area {
  text-align: left;
}

#criteria table .total {
  height: 3px;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

#criteria table td.text_area span {
  display: block;
  text-indent: -.9em;
  padding-left: .9em;
}

@media screen and (max-width:768px) {
  
  img,
  h1,
  h2,
  h3,
  p,
  a,
  strong,
  div,
  li,
  dl,
  dt,
  dd,
  span,
  article,
  footer,
  footer small {
    transition: none !important;
  }  
  
  #criteria #page_title-box {
    margin-bottom: 40px;
  }
  
  #criteria h3 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  
  #criteria table {
    margin-bottom: 50px;
  }

  #criteria table th,
  #criteria table td {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
  
  #criteria table th {
    line-height: 14px;
  }
  
}

