/*----------------------------
hikaku table
----------------------------*/
.form-bg {
  /* background-color: #ffffff; */
  margin: 0;
  overflow: hidden;
  padding: 0 0 2px;
}
.form-bg .section-title {
  margin: 0 auto;
  /* background: #f1f1f1; */
}
.title-container01 {
  margin: 0 auto;
}
.contents_ttl {
  background-color: #fc82a4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 -10px 15px;
  padding: 8px 10px;
  position: relative;
}
.contents_ttl span {
  color: #fff;
  display: block;
  text-align: center;
}
.contents_ttl:after {
  border-bottom-color: transparent;
  border-color: #fc82a4;
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 10px;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .check-refine-table {
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .check-refine-table {
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .check-refine-table td {
    display: block;
    font-size: 13px;
    margin: 0 auto;
    padding: 12px 6%;
  }
}
@media screen and (max-width: 1024px) {
  .check-refine-table td {
    display: block;
    font-size: 14px;
    padding: 12px 4%;
  }
}
.check-refine-table th {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 3px 0 #bbbbbb;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 4%;
  padding: 12px 0 4px;
  text-align: center;
  width: 92%;
}
.check-refine-table td select {
  border: 1px solid #ccc;
  border-radius: 4px;
  border-radius: 8px;
  font-size: 14px;
  margin: 0 5%;
  padding: 8px 4%;
  width: 90%;
}
.check-refine-table ul {
  overflow: hidden;
}
.check-refine-table ul.col4 li,
.check-refine-table div.col4 > div {
  padding: 4px 2%;
}
.check-refine-table ul.col4 li.wide,
.check-refine-table ul.col2 li,
.check-refine-table div.col2 > div {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

/*-------------------------
ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã€€ãƒœã‚¿ãƒ³åŒ–
--------------------------*/
div.check-group {
  overflow: hidden;
  width: 100%;
}
div.check-group input[type="checkbox"] {
  height: 15px;
  vertical-align: middle;
  width: 15px;
}
div.check-group div {
  border: solid 1px #efefef;
  box-shadow: inset 1px 1px 1px #fff;
  color: #000;
  float: left;
  font-size: 13px;
  margin: 5px;
  -moz-border-radius: 7px;
  padding: 4px 2%;
  text-align: left;
  text-shadow: 0px 0px 0px #fff;
  -webkit-border-radius: 0px;
}
div.check-group.blue div {
  border: solid 1px #509fc9;
  border-radius: 7px;
  box-shadow: inset 1px 1px 1px #fff;
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 5px;
  margin-left: -1px;
  -moz-border-radius: 7px;
  padding: 6px;
  text-align: left;
  text-shadow: 0px 0px 0px #fff;
  -webkit-border-radius: 7px;
}
@media screen and (max-width: 1024px) {
  div.check-group.col4 div {
    letter-spacing: 0;
    width: 47%;
  }
  .drawr div.check-group.col4 div {
    letter-spacing: 0;
    width: 96%;
  }
}
div.check-group.col4 div {
  background-color: #ffffff;
}
div.check-group.col4 div.fs-s {
  font-size: 13px;
  letter-spacing: -1px;
}
@media screen and (max-width: 320px) {
  div.check-group.col4 div.fs-s {
    font-size: 12px;
  }
}
div.check-group.col4 div:nth-child(even) {
  margin-right: 0;
}
div.check-group.col4 div.wide {
  width: 100%;
}
div.check-group.col2 div {
  width: 100%;
}

#more-table {
  display: none;
}
#accodionBtn01,
#accodionBtn02 {
  color: #777777;
  cursor: pointer;
  display: none;
  font-size: 14px;
  margin: 5px auto 5px;
  padding: 15px 10px 15px 5px;
  text-align: center;
  width: 70%;
}
#accodionBtn01.active,
#accodionBtn02.active {
  display: block;
}
#accodionBtn03,
#accodionBtn04 {
  color: #7b7b7b;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 5px auto 5px;
  padding: 15px 10px 15px 5px;
  text-align: center;
  width: 70%;
}
#accodionBtn03.active,
#accodionBtn04.active {
  display: block;
}
.form-search-btn {
  background: #496f86;
  border: none;
  border-radius: 0px;
  /*    box-shadow: 0 6px 0 #b88200;*/
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 36px;
  margin: 24px auto 60px;
  padding: 18px 12px 18px;
  padding: 20px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 90%;
}
.form-search-btn:active {
  box-shadow: 0 0 0 transparent;
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
}
.form-search-btn span {
  position: relative;
}
.form-search-btn span:after {
  content: "";
  border: 0px;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  height: 8px;
  margin-top: -6px;
  -ms-transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
}
.hikakuTable table {
  border-collapse: collapse;
}
.hikakuTable .textLeft {
  text-align: left;
}
.hikakuTable p.textCenter {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.hikakuTable table tr th,
.hikakuTable table tr td {
  border: solid 1px #ccc;
  padding: 5px;
  text-align: center;
}
.hikakuTable table tr th {
  font-size: 85%;
  background: #2996be;
}
.hikakuTable table tr.attention {
  background: #a4d6ff;
}

/*----------------------------
check.php
----------------------------*/
table.tablesorter {
  background-color: #fff;
  margin-bottom: 0;
}
table.tablesorter thead {
  width: 100%;
}
table.tablesorter thead tr {
  background-color: #fff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  padding: 4px;
}
table.tablesorter thead tr th {
  background-color: #feead1;
  border: 4px solid #fff;
  border-collapse: separate;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 12px;
  padding: 8px 0;
  width: 25%;
}
table.tablesorter thead tr .header {
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100px;
  position: relative;
  text-align: center;
}
table.tablesorter thead tr .header span.sorter {
  white-space: nowrap;
}
table.tablesorter thead tr .header .header-sort-btn {
  bottom: 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}
table.tablesorter thead tr .header a {
  background-color: #fff;
  border-radius: 4px;
  color: #ff6600;
  display: inline-block !important;
  padding: 4px 6px;
  text-decoration: none;
}
@media screen and (max-width: 320px) {
  table.tablesorter thead tr th {
    border: 3px solid #fff;
    border-radius: 8px;
  }
  table.tablesorter thead tr .header {
    height: 100px;
  }
  table.tablesorter thead tr .header a {
    padding: 4px;
  }
}
table.tablesorter thead tr .companyName {
  background: #ffebb6;
}
table.tablesorter tbody {
  border-bottom: #9f9c97 1px solid;
  font-size: 14px;
  width: 100%;
}
table.tablesorter tbody tr {
  border-top: #9f9c97 1px solid;
  display: block;
  padding: 5% 8%;
}
table.tablesorter tbody tr td {
  border-bottom: #c2c0af 1px solid;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: block;
  padding: 8px 0;
  width: 100%;
}
table.tablesorter tbody tr td:nth-child(1) {
  color: #e46356;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 0 0 20px;
  text-align: center;
}
table.tablesorter tbody tr td:nth-child(1) img {
  margin-top: 5px;
}
table.tablesorter tbody tr td:nth-child(2),
table.tablesorter tbody tr td:nth-child(3),
table.tablesorter tbody tr td:nth-child(4),
table.tablesorter tbody tr td:nth-child(5) {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
}
table.tablesorter tbody tr td:last-child {
  border-bottom: none;
}
table.tablesorter tbody tr td div {
  font-size: 11px;
  float: right;
  text-align: right;
  width: 45%;
}
table.tablesorter tbody tr td div em {
  font-style: normal;
}
table.tablesorter tbody tr td span {
  width: 55%;
}
@media screen and (max-width: 320px) {
  table.tablesorter tbody tr td span {
    width: 25%;
  }
}
table.tablesorter tbody tr td.data_menu5 div br {
  display: none;
}
table.tablesorter tbody tr td a.btn-more {
  background: #eca700;
  border-radius: 10px;
  /*    box-shadow: 0 6px 0 #b88200;*/
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  padding: 12px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 90%;
}
table.tablesorter tbody tr td a.btn-more:active {
  box-shadow: 0 0 0 transparent;
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
}
/* dataTable
---------------------------------------------------------*/
#dataTable {
  margin-bottom: 20px;
}
#dataTable table.tablesorter:nth-child(even) tbody tr,
#dataTable table.tablesorter tbody.first-myTables tr {
  background-color: #fffeef !important;
}
#dataTable table.tablesorter:nth-child(odd) tbody tr {
  background-color: #fff;
}
#dataTable table.tablesorter tbody {
  border-bottom: none;
}
