@charset "utf-8";
.cont h1 {
  background-image: url(../images/title.png);
}
.primary {
  width: 980px;
}
#result h3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 20px;
  border: none;
  width: 249px;
  padding-top: 29px;
  height: 0;
  overflow: hidden;
  background: url("../images/subtitle_1.jpg") no-repeat left top;
  background-size: 100%;
}
#result h3.sub_1 {
  background-image: url("../images/subtitle_1.jpg");
}
#result h3.sub_2 {
  background-image: url("../images/subtitle_2.jpg");
  margin-top: 50px;
}
#result h3.sub_3 {
  background-image: url("../images/subtitle_3.jpg");
}
#result .right {
  text-align: right;
  padding-top: 10px;
}
table {
  color: #525252;
  width: 100%;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #295ccc;
}
table thead tr {
  border-bottom: none;
  border-bottom: 3px solid #142e65;
  border-top: 3px solid #142e65;
}
table tbody tr:first-child {
  border-top: none;
}
table thead th {
  width: 140px;
  background-color: #f3f3f3;
  text-align: center;
  padding: 16px 0;
}
table thead th:not(:last-child) {
}
table thead th:nth-child(2) {
  background-color: #FFF;
}
table td {
  padding: 16px 15px;
  background-color: #f3f3f3;
}
table td:nth-child(1) {
  text-align: center;
}
table td:nth-child(2) {
  background-color: #FFF;
}
table tbody td:not(:last-child) {
}

@media only screen and (max-width: 768px) {
.cont h1 {
  background-image: url(../images/title_sp.png);
}
.primary {
  width: 90.625%;
}
#result h3 {
  width: 51%;
  padding-top: 8.313433%;
  background: url(../images/subtitle_1_sp.jpg) no-repeat left 10px top #313131;
  background-size: 100%;
}
#result h3.sub_1 {
  background-image: url(../images/subtitle_1_sp.jpg);
}
#result h3.sub_2 {
  background-image: url(../images/subtitle_2_sp.jpg);
  margin-top: 30px;
}
#result h3.sub_3 {
  background-image: url(../images/subtitle_3_sp.jpg);
  margin-top: 30px;
}
table br {
  display: none;
}
table {
  display: block;
  position: relative;
  letter-spacing: -0.4em;
  width: 100%;
}
table thead tr th {
  border: 1px solid #d4cfcb;
  padding: 1em;
  background: #e2ddda;
}
table tr {
  border: none;
}
table thead {
  display: block;
  float: left;
}
table thead tr {
  display: block;
  border: none;
}
table thead tr th {
  display: block;
  border-left: 0;
  border-bottom: 0;
  letter-spacing: normal;
  border-right: 3px solid #bbaea4;
  width: 108px;
}
table thead tr th:last-child {
  border-bottom: 1px solid #d4cfcb;
}
table tbody tr td {
  border: 1px solid #d4cfcb;
  padding: 1em;
  text-align: center;
}
table tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
table tbody td:not(:last-child) {
  border-right: none;
}
table tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #d4cfcb;
}
table tbody tr td {
  display: block;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  letter-spacing: normal;
}
table tbody tr td:last-child {
  border-bottom: 1px solid #d4cfcb;
}
    /*-------iosでのスクロールバーの表示--------*/
    table tbody::-webkit-scrollbar {
 height: 10px;
}
 table tbody::-webkit-scrollbar-thumb {
 background: #999;
 border-radius: 2px;
 width: 70px;
}
 table tbody::-webkit-scrollbar-track-piece {
 background: #ccc;
}
/*-------iosでのスクロールバーの表示--------*/
  
  
}
