@charset "UTF-8";
.mainTit {
  font-size: 20px;
  font-weight: bold;
  color: #036EB7;
  width: 100%;
  margin: 40px 0;
  padding: 15px 0;
  border: 1px solid #036EB7;
}

@media screen and (max-width: 1000px) {
  .mainTit {
    padding: 8px 0;
  }
}

.subTit {
  font-size: 18px;
  font-weight: bold;
}

.subTit::before {
  content: "";
  width: 5px;
  height: 16px;
  margin: 0 7px 0 0;
  background: #0083C9;
  vertical-align: -0.1em;
  display: inline-block;
}

_:-ms-input-placeholder, :root .mainTit {
  padding: 18px 0 12px;
}

@media screen and (max-width: 1000px) {
  _:-ms-input-placeholder, :root .mainTit {
    padding: 12px 0 6px;
  }
}

.headingArea {
  padding: 60px 0;
  background: #EBEDEE;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .headingArea {
    padding: 42px 0;
  }
}

.headingArea .tit01 {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .headingArea .tit01 {
    font-size: 24px;
  }
}

.headingArea .txt01 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

@media screen and (max-width: 1000px) {
  .headingArea .txt01 {
    font-size: 16px;
  }
}

.headingArea .img01 {
  width: 650px;
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 30px;
}

@media screen and (max-width: 1050px) {
  .headingArea .img01 {
    width: 50%;
    right: 0;
  }
}

@media screen and (max-width: 900px) {
  .headingArea .img01 {
    top: 30px;
  }
}

.bgArea {
  background: url("../images/bg_index01.png") no-repeat top/cover;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 1441px) {
  .bgArea {
    background-size: 100% 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }
}

.bgArea .introArea {
  padding-top: 50px;
}

.bgArea .introArea .txt01 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  width: 370px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .bgArea .introArea .txt01 {
    width: 300px;
  }
}

.bgArea .introArea .img01 {
  width: 880px;
  margin: -140px 0 0;
}

@media screen and (max-width: 900px) {
  .bgArea .introArea .img01 {
    margin: -100px 0 0;
  }
}

.descriptionArea {
  margin-top: 15px;
  position: relative;
}

.descriptionArea .line01 {
  width: 1px;
  height: 100px;
  background: #20A4C7;
  z-index: 100;
  display: block;
  position: absolute;
  top: -100px;
  left: 475px;
}

@media screen and (max-width: 1050px) {
  .descriptionArea .line01 {
    left: 47.5%;
  }
}

@media screen and (max-width: 1000px) {
  .descriptionArea .line01 {
    left: 47.3%;
  }
}

.descriptionArea .imgBox01 {
  width: 100%;
  border: 1px solid #20A4C7;
}

.descriptionArea .imgBox01 .tit01 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 35px;
  padding: 30px 0 0 10px;
  border-left: 1px solid #20A4C7;
}

@media screen and (max-width: 1000px) {
  .descriptionArea .imgBox01 .tit01 {
    font-size: 14px;
  }
}

.descriptionArea .imgBox01 .img01 {
  margin: -40px auto 40px;
}

@media screen and (max-width: 1000px) {
  .descriptionArea .imgBox01 .img01 {
    margin: 10px auto 40px;
    width: 90%;
  }
}

.descriptionArea .productList {
  font-size: 0;
}

.descriptionArea .productList li {
  width: 23.5%;
  margin: 0 20px 0 0;
  padding-top: 100px;
  background: #036EB7 url("../images/ico_index01.svg") no-repeat center bottom 5px/17px 10px;
  position: relative;
  display: inline-block;
}

.descriptionArea .productList li:last-child {
  margin: 0;
}

@media screen and (max-width: 1050px) {
  .descriptionArea .productList li {
    width: 24.2%;
    margin: 0 1% 0 0;
    padding-top: 90px;
  }
}

.descriptionArea .productList li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: auto;
  line-height: 1.2;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateY(-40%) translateX(-50%);
  -ms-transform: translateY(-40%) translateX(-50%);
  transform: translateY(-40%) translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .descriptionArea .productList li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .descriptionArea .productList li a {
    font-size: 14px;
  }
}

.productArea {
  margin-top: 65px;
  padding-top: 45px;
  border-top: 2px solid #036EB7;
}

.productArea:last-child {
  margin-bottom: 95px;
}

.productArea .txt01 {
  font-size: 17px;
  line-height: 1.9;
}

@media screen and (max-width: 900px) {
  .productArea .txt01 {
    font-size: 15px;
  }
}

.productArea .sub01 {
  font-size: 14px;
}

.productArea .boxArea01 {
  margin-top: 0;
}

.productArea .boxArea02 .subTit {
  margin: 0 0 25px 0;
}

.productArea .box01 {
  width: 480px;
  margin: 50px 40px 0 0;
}

.productArea .box01:nth-child(even) {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 1050px) {
  .productArea .box01 {
    width: 48%;
    margin: 50px 4% 0 0;
  }
}

.productArea .box02 {
  margin-top: 50px;
}

.productArea .imgBox01 {
  padding-top: 245px;
  position: relative;
}

.productArea .imgBox02, .productArea .imgBox03 {
  padding-top: 180px;
  border: 1px solid #ddd;
  position: relative;
  display: inline-block;
}

.productArea .imgBox02 {
  width: 43%;
}

@media screen and (max-width: 900px) {
  .productArea .imgBox02 {
    width: 42%;
  }
}

.productArea .imgBox03 {
  width: 28%;
}

.productArea .img01 {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.productArea .productTable {
  width: 100%;
  border-collapse: collapse;
}

.productArea .productTable th, .productArea .productTable td {
  font-size: 14px;
  border: 0.75px solid #DDD;
}

.productArea .productTable th {
  font-weight: bold;
  width: 20%;
  background: #F4F4F4;
  vertical-align: middle;
}

.productArea .productTable td {
  width: 80%;
  padding: 15px 0 15px 10px;
}

.productArea .tit01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.productArea .tit01::before {
  content: "●";
  color: #036EB7;
}

@media screen and (max-width: 767px) {
  .mainTit {
    font-size: 16px;
    margin: 20px 0;
  }
  .subTit {
    font-size: 16px;
  }
  .headingArea {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 570px) {
  .headingArea {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .headingArea .tit01 {
    font-size: 20px;
  }
  .headingArea .txt01 {
    font-size: 16px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) and (max-width: 550px) {
  .headingArea .txt01 {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 424px) {
  .headingArea .txt01 {
    margin-top: 15px;
    width: 55%;
  }
}

@media screen and (max-width: 767px) and (max-width: 570px) {
  .headingArea .img01 {
    width: 70%;
    margin: auto;
    top: 0;
    right: -100px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .bgArea .introArea {
    padding-top: 30px;
  }
  .bgArea .introArea .txt01 {
    font-size: 14px;
    width: 100%;
  }
  .bgArea .introArea .img01 {
    width: 80%;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 600px) {
  .bgArea .introArea .img01 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .descriptionArea {
    margin-top: 0;
  }
  .descriptionArea .line01 {
    left: 17.2%;
    height: 70px;
    top: -70px;
  }
}

@media screen and (max-width: 767px) and (max-width: 600px) {
  .descriptionArea .line01 {
    height: 60px;
    top: -60px;
    left: 11%;
  }
}

@media screen and (max-width: 767px) {
  .descriptionArea .scrollImgBox {
    width: 100%;
  }
  .descriptionArea .imgBox01 .tit01 {
    margin: 0 0 0 20px;
  }
  .descriptionArea .imgBox01 .img01 {
    margin: 15px auto 25px;
  }
  .descriptionArea .productList li {
    width: 49%;
    margin: 0 2% 5px 0;
    padding-top: 80px;
  }
  .descriptionArea .productList li:nth-child(even) {
    margin: 0 0 5px 0;
  }
  .productArea {
    margin-top: 50px;
    padding-top: 35px;
  }
  .productArea .txt01 {
    font-size: 14px;
  }
  .productArea .box01 {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .productArea .box01:nth-child(even) {
    margin: 30px 0 0 0;
  }
  .productArea .box02 {
    margin-top: 30px;
  }
  .productArea .imgBox01 {
    padding-top: 220px;
  }
  .productArea .imgBox02 {
    width: 100%;
  }
  .productArea .imgBox03 {
    width: 49%;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .productArea .imgBox03 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .productArea .spRight {
    float: right;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .productArea .spRight {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .productArea .productTable th, .productArea .productTable td {
    font-size: 12px;
  }
  .productArea .productTable td {
    padding: 12px 5px 12px 5px;
  }
}
