#bgImg {
  background: url(../images/bg_index01.png) no-repeat right center, #5a90d0;
}

.specCont .smallTxt {
  color: #666667;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}

.specCont .tit {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #90b0d4;
}

.specCont .section {
  margin-bottom: 54px;
}

.specCont .leadTxt {
  color: #006cff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.specCont .h3 {
  color: #006cff;
  font-size: 18px;
  font-weight: bold;
  text-indent: 0.3em;
  margin-bottom: 1em;
}

.specCont .sizeArea {
  margin-bottom: 10px;
}

.specCont .sizeArea .tit {
  padding: 5px 8px;
}

.specCont .sizeArea .img {
  text-align: center;
  padding: 18px 2%;
}

@media screen and (max-width: 1110px) {
  .specCont .sizeArea .img {
    padding: 18px 4%;
  }
}

.specCont .sizeArea .box {
  width: 49%;
  margin-right: 2%;
  border: 1px solid #858593;
}

@media screen and (max-width: 960px) {
  .specCont .sizeArea .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.specCont .sizeArea .box:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .specCont .sizeArea .box.left {
    float: none;
  }
}

.specCont .sizeArea .box:first-child .img {
  padding: 21px 2% 20px;
}

@media screen and (max-width: 1110px) {
  .specCont .sizeArea .box:first-child .img {
    padding: 18px 4%;
  }
}

.specCont .lotArea li {
  margin-bottom: 30px;
}

.specCont .lotArea li > p {
  color: #006cff;
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding: 10px 0 0 0;
  width: 24%;
  position: relative;
}

@media screen and (max-width: 960px) {
  .specCont .lotArea li > p {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .specCont .lotArea li > p {
    float: none;
    width: 100%;
  }
}

.specCont .lotArea li > p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  top: 50%;
  right: 5%;
}

.specCont .lotArea li .tit {
  font-size: 12px;
  text-align: center;
}

.specCont .lotArea li div.box {
  float: left;
  width: 35%;
  margin: 0 0 0 3%;
  border: 1px solid #858593;
}

@media screen and (max-width: 960px) {
  .specCont .lotArea li div.box {
    width: 48%;
    margin: 0 2% 0 0;
  }
}

@media screen and (max-width: 767px) {
  .specCont .lotArea li div.box {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.specCont .lotArea li div.box .tit {
  padding: 1px 0;
}

.specCont .lotArea li div.box p:nth-child(2) {
  color: #006cff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.specCont .lotArea li div.box p:nth-child(2) span {
  font-size: 14px;
}

.specCont .lotArea li div.txt {
  float: left;
  margin-left: 4%;
  padding: 20px 0 0 0;
  width: 31%;
}

@media screen and (max-width: 960px) {
  .specCont .lotArea li div.txt {
    width: 48%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .specCont .lotArea li div.txt {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
}

.specCont .caution {
  font-size: 11px;
  margin-bottom: 50px;
}

.specCont .tableWrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .specCont .tableWrap {
    width: 100%;
    overflow: scroll;
    border: 1px solid #cccccd;
  }
}

.specCont .tableWrap02 {
  margin-bottom: 5px;
}

.specCont .specTable {
  font-size: 11px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .specCont .specTable {
    font-size: 10px;
  }
}

.specCont .specTable th, .specCont .specTable td {
  padding: 3px 2px;
  border-bottom: 1px solid #cccccd;
}

@media screen and (max-width: 767px) {
  .specCont .specTable th, .specCont .specTable td {
    padding: 3px 1%;
  }
}

.specCont .specTable th {
  color: #006cff;
  font-weight: bold;
  text-align: left;
}

.specCont .table01 {
  letter-spacing: -0.05em;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .specCont .table01 {
    width: 767px;
  }
}

.specCont .table01 tr:first-child th {
  text-align: center;
  vertical-align: middle;
}

.specCont .table01 tr:first-child th:first-child {
  width: 13%;
}

.specCont .table01 tr:first-child th:nth-child(2) {
  width: 10%;
}

.specCont .table01 tr:first-child th:nth-child(3) {
  width: 12%;
}

.specCont .table01 tr:first-child th:nth-child(4) {
  width: 13%;
}

.specCont .table01 tr:first-child th:nth-child(5) {
  width: 10%;
}

.specCont .table01 tr:first-child th:nth-child(6) {
  width: 23%;
}

.specCont .table01 tr:first-child th:nth-child(7) {
  text-align: center;
  width: 4%;
}

.specCont .table01 tr:first-child th:nth-child(8) {
  width: 8%;
}

.specCont .table01 tr:nth-child(2) td:nth-child(9),
.specCont .table01 tr:nth-child(5) td:nth-child(9),
.specCont .table01 tr:nth-child(7) td:nth-child(9),
.specCont .table01 tr:nth-child(8) td:nth-child(9),
.specCont .table01 tr:nth-child(18) td:nth-child(9) {
  text-align: center;
}

.specCont .table01 tr:nth-child(3) td:nth-child(8),
.specCont .table01 tr:nth-child(4) td:nth-child(8),
.specCont .table01 tr:nth-child(6) td:nth-child(8),
.specCont .table01 tr:nth-child(9) td:nth-child(8),
.specCont .table01 tr:nth-child(10) td:nth-child(8),
.specCont .table01 tr:nth-child(11) td:nth-child(8),
.specCont .table01 tr:nth-child(12) td:nth-child(8),
.specCont .table01 tr:nth-child(13) td:nth-child(8),
.specCont .table01 tr:nth-child(14) td:nth-child(8),
.specCont .table01 tr:nth-child(15) td:nth-child(8),
.specCont .table01 tr:nth-child(16) td:nth-child(8),
.specCont .table01 tr:nth-child(17) td:nth-child(8),
.specCont .table01 tr:nth-child(19) td:nth-child(8),
.specCont .table01 tr:nth-child(20) td:nth-child(8),
.specCont .table01 tr:nth-child(21) td:nth-child(8),
.specCont .table01 tr:nth-child(22) td:nth-child(8) {
  text-align: center;
}

.specCont .table01 th {
  background: #fafafa;
  border: 1px solid #ccc;
}

.specCont .table01 th:first-child {
  color: #333334;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #fafafa;
}

.specCont .table01 td {
  border: 1px solid #ccc;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .specCont .table02 {
    width: 767px;
  }
}

.specCont .table02 th:nth-child(6), .specCont .table02 td:nth-child(6) {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .specCont .table02 tr:last-child th, .specCont .table02 tr:last-child td {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .specCont .table03 {
    width: 767px;
  }
}

.specCont .table03 th:nth-child(2), .specCont .table03 td:nth-child(2) {
  width: 14%;
}

.specCont .table03 th:nth-child(5), .specCont .table03 td:nth-child(5) {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .specCont .table03 tr:last-child th, .specCont .table03 tr:last-child td {
    border-bottom: 0;
  }
}

.specCont .table04 {
  margin-bottom: 50px;
  vertical-align: middle;
}

.specCont .table04 tr:first-child th,
.specCont .table04 tr:first-child td {
  border-top: 1px solid #ccc;
}

.specCont .table04 th {
  color: #333334;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .specCont .table04 th {
    width: 23%;
  }
}

.specCont .table04 td {
  vertical-align: middle;
  border: 1px solid #ccc;
}

.specCont .table04 td:first-child {
  width: 17%;
}

.specCont .table04 td:nth-child(2) {
  width: 17%;
}

@media screen and (max-width: 767px) {
  .specCont .table04 td:nth-child(2) {
    width: 20%;
  }
}

.specCont .table04 td:nth-child(3) {
  width: 17%;
}

@media screen and (max-width: 767px) {
  .specCont .table04 td:nth-child(3) {
    width: 20%;
  }
}

.specCont .table04 td:nth-child(4) {
  width: 17%;
}

@media screen and (max-width: 767px) {
  .specCont .table04 td:nth-child(4) {
    width: 13%;
  }
}

.specCont .table04 td:nth-child(5) {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .specCont .table04 td:nth-child(5) {
    width: 20%;
  }
}
