.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 url("../images/bg_index01.jpg") no-repeat right center/contain;
  position: relative;
  overflow: hidden;
}

@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;
  }
}

.technologyArea {
  margin-top: 70px;
}

.technologyArea .imgBox01 {
  font-size: 0;
  width: 100%;
}

.technologyArea .imgBox01 .img01 {
  width: calc(99%/3);
  margin: 0 0.5% 0.5% 0;
  display: inline-block;
}

.technologyArea .imgBox01 .img01:nth-child(3n) {
  margin: 0 0 0.5% 0;
}

.technologyArea .txt01 {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.9;
}

.flowArea {
  margin: 70px auto 110px;
}

.flowArea .tit01 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #036EB7;
}

.flowArea .flowTable01 {
  margin-top: 25px;
}

.flowArea .flowTable01 .step01 {
  width: 200px;
  height: 175px;
  margin: 0 calc(200px/3) 0 0;
  padding: 0 20px;
  background: #0083C9;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .flowArea .flowTable01 .step01 {
    width: 20%;
    margin: 0 calc(20%/3) 0 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 800px) {
  .flowArea .flowTable01 .step01 {
    height: 145px;
  }
}

.flowArea .flowTable01 .step01::after {
  content: "";
  width: 11.5px;
  height: 20px;
  margin: auto;
  background: url("../images/ico_index01.svg") no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .flowArea .flowTable01 .step01::after {
    right: -22%;
  }
}

.flowArea .flowTable01 .step01:last-child {
  margin: 0;
}

.flowArea .flowTable01 .step01:last-child::after {
  content: none;
}

.flowArea .flowTable01 .step01 .txt01 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
}

@media screen and (max-width: 1000px) {
  .flowArea .flowTable01 .step01 .txt01 {
    margin-top: 12px;
  }
}

.flowArea .flowTable01 .step01 .txt01 .tabOnly {
  display: none;
}

@media screen and (max-width: 1000px) {
  .flowArea .flowTable01 .step01 .txt01 .tabOnly {
    display: inline;
  }
}

.flowArea .flowTable01 .step01 .txt02 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
}

.flowArea .flowTable01 .step01 .img01 {
  width: 57.5px;
  height: 80px;
  margin-top: 22px;
}

@media screen and (max-width: 1000px) {
  .flowArea .flowTable01 .step01 .img01 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  .flowArea .flowTable01 .step01 .img01 {
    width: 40px;
    height: 56px;
  }
}

.flowArea .flowTable01 .step01 .img02 {
  width: 84px;
  height: 60px;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .flowArea .flowTable01 .step01 .img02 {
    width: 58px;
    height: 42px;
  }
}

.flowArea .flowTable01 .step01 .img03 {
  width: 72px;
  height: 80px;
  margin-top: 22px;
}

@media screen and (max-width: 800px) {
  .flowArea .flowTable01 .step01 .img03 {
    width: 50px;
    height: 56px;
  }
}

.flowArea .flowTable01 .step01 .img04 {
  width: 77px;
  height: 70px;
  margin-top: 25px;
}

@media screen and (max-width: 800px) {
  .flowArea .flowTable01 .step01 .img04 {
    width: 54px;
    height: 49px;
  }
}

.flowArea .flowTable02 {
  margin-top: 40px;
  padding: 30px 20px 20px 20px;
  background: #D4E1F3;
}

.flowArea .flowTable02 .tit01 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  border-bottom: none;
}

.flowArea .flowTable02 .sub01 {
  font-size: 14px;
  font-weight: bold;
}

.flowArea .flowTable02 .step01 {
  width: 300px;
  margin: 25px 30px 0 0;
}

.flowArea .flowTable02 .step01:nth-child(3n) {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 1050px) {
  .flowArea .flowTable02 .step01 {
    width: calc(95%/3);
    margin: 25px calc(5%/2) 0 0;
  }
}

.flowArea .flowTable02 .subTit {
  font-size: 16px;
  margin: 0 0 7px 0;
}

.flowArea .flowTable02 .txtBox01 {
  padding: 15px;
  height: 117px;
  background: #fff;
  position: relative;
}

.flowArea .flowTable02 .txtBox01 .txt01 {
  font-size: 15px;
}

.flowArea .flowTable02 .txtBox01 .alart01 {
  color: #E50012;
}

.flowArea .flowTable02 .arrow01::after {
  content: "";
  width: 7px;
  height: 12px;
  margin: auto;
  background: url("../images/ico_index06.svg") no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 310px;
}

@media screen and (max-width: 1050px) {
  .flowArea .flowTable02 .arrow01::after {
    left: 103%;
  }
}

_:-ms-input-placeholder .flowTable01 .step01, :root .flowArea .flowTable01 .step01 {
  margin: 0 50px 0 0;
  padding: 0 10px;
}

@media screen and (max-width: 1050px) {
  _:-ms-input-placeholder .flowTable01 .step01, :root .flowArea .flowTable01 .step01 {
    margin: 0 5% 0 0;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-input-placeholder .flowTable01 .step01, :root .flowArea .flowTable01 .step01 {
    margin: 0 auto 25px;
    padding: 10px;
  }
}

_:-ms-input-placeholder .flowTable01 .step01::after, :root .flowArea .flowTable01 .step01::after {
  right: -30px;
}

@media screen and (max-width: 1000px) {
  _:-ms-input-placeholder .flowTable01 .step01::after, :root .flowArea .flowTable01 .step01::after {
    right: -17%;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-input-placeholder .flowTable01 .step01::after, :root .flowArea .flowTable01 .step01::after {
    right: 0;
  }
}

@media screen and (max-width: 1050px) {
  _:-ms-input-placeholder .flowTable02 .step01, :root .flowArea .flowTable02 .step01 {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-input-placeholder .flowTable02 .step01, :root .flowArea .flowTable02 .step01 {
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .flowArea .flowTable01 .step01 {
    padding: 0 10px;
    margin: 0 calc(199px/3) 0 0;
  }
  @media screen and (max-width: 1050px) {
    .flowArea .flowTable01 .step01 {
      margin: 0 calc(19%/3) 0 0;
    }
  }
  @media screen and (max-width: 1050px) {
    .flowArea .flowTable02 .step01 {
      width: 31%;
    }
  }
}

@media screen and (max-width: 767px) {
  .mainTit {
    font-size: 16px;
    margin: 20px 0;
  }
  .subTit {
    font-size: 16px;
  }
  .headingArea {
    padding: 30px 0;
    background: #EBEDEE url("../images/bg_index01_sp.jpg") no-repeat right center/contain;
  }
  .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) {
  .technologyArea {
    margin-top: 30px;
  }
  .technologyArea .txt01 {
    font-size: 14px;
  }
  .technologyArea .imgBox01 .img01 {
    width: calc(99%/2);
    margin: 0 0.5% 0.5% 0;
    display: inline-block;
  }
  .technologyArea .imgBox01 .img01:nth-child(2n) {
    margin: 0 0 0.5% 0;
  }
  .technologyArea .imgBox01 .img01:nth-child(3n) {
    margin: 0 0.5% 0.5% 0;
  }
  .flowArea {
    margin-top: 40px;
  }
  .flowArea .flowTable01 .step01 {
    width: 100%;
    height: 70px;
    margin: 0 auto 25px;
    padding: 10px;
    float: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .flowArea .flowTable01 .step01 {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .flowArea .flowTable01 .step01::after {
    right: 0;
    bottom: -97px;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .flowArea .flowTable01 .step01:last-child {
    margin: 0 auto;
  }
  .flowArea .flowTable01 .step01 .txt01 .tabletBlank {
    display: none;
  }
  .flowArea .flowTable01 .step01 .txt01, .flowArea .flowTable01 .step01 .txt02 {
    text-align: left;
    width: 75%;
    margin-top: 14px;
    float: right;
  }
  .flowArea .flowTable01 .step01 .img01, .flowArea .flowTable01 .step01 .img02, .flowArea .flowTable01 .step01 .img03, .flowArea .flowTable01 .step01 .img04 {
    padding-left: 5px;
    float: left;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .flowArea .flowTable01 .step01 .img01, .flowArea .flowTable01 .step01 .img02, .flowArea .flowTable01 .step01 .img03, .flowArea .flowTable01 .step01 .img04 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea .flowTable01 .step01 .img01 {
    width: 29px;
    height: 40px;
    margin: 5px 0 0 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .flowArea .flowTable01 .step01 .img01 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea .flowTable01 .step01 .img02 {
    width: 41px;
    height: 30px;
    margin: 12px 0 0 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .flowArea .flowTable01 .step01 .img02 {
    margin-left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea .flowTable01 .step01 .img03 {
    width: 36px;
    height: 40px;
    margin: 5px 0 0 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .flowArea .flowTable01 .step01 .img03 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea .flowTable01 .step01 .img04 {
    width: 39px;
    height: 35px;
    margin: 7px 0 0 15px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .flowArea .flowTable01 .step01 .img04 {
    margin-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea .flowTable02 {
    padding: 30px 20px 40px 20px;
  }
  .flowArea .flowTable02 .step01 {
    width: 100%;
  }
  .flowArea .flowTable02 .txtBox01 {
    height: auto;
  }
  .flowArea .flowTable02 .txtBox01 .txt01 {
    font-size: 14px;
  }
  .flowArea .flowTable02 .arrow01::after, .flowArea .flowTable02 .arrow02::after {
    content: "";
    width: 7px;
    height: 12px;
    margin: auto;
    background: url("../images/ico_index06.svg") no-repeat;
    display: inline-block;
    position: absolute;
    top: 150%;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
