@charset "utf-8"; /* default PC */
.img-2box {
  max-width: 611px;
  width: 41%;
}

.img-2box-txt {
  width: calc(59% - 50px);
}

#contents .main-txt {
  align-items: center;
  color: #1eabd0;
  display: flex;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: .05em;
}

#contents .main-txt .num {
  color: #4b4642;
  font-size: 140%;
  margin-right: 10px;
}

#contents .ttl-box .ttl {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 0;
  padding: 8px;
  text-align: center;
}

#contents .ttl-box .txt-box {
  padding: 30px;
}

#contents .ttl-box .txt-2box {
  background-color: #fff;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  .img-2box {
    width: 43%;
  }

  .img-2box-txt {
    margin-left: 30px;
    width: calc(57% - 30px);
  }

  #contents .ttl-box .ttl {
    font-size: 20px;
  }

  #contents .main-txt {
    font-size: 25px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .txt-center.mb-50 {
    text-align: left;
  }

  #contents .txt-center.mb-50 br {
    display: none;
  }

  #contents .ttl-box {
    gap: 40px 0;
  }

  .img-2box {
    order: 2;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .img-2box-txt {
    margin: 0 0 10px;
    order: 1;
    width: 100%;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .ttl-box .txt-box {
    padding: 25px 15px;
  }

  #contents .ttl-box .ttl {
    font-size: 18px;
  }

  #contents .main-txt {
    font-size: 22px;
  }
}
