@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
.home-more-info2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  background: #bd1821;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}

.info1 {
  display: flex;
  width: 435px;
  height: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

p.info1-ttl {
  display: block;
  color: white;
  margin: 5% 0% 2% 0%;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}

.info-h-line {
  display: block;
  color: white;
  height: 1px;
  background: white;
  width: 50px;
  margin: 0;
}

p.info1-text {
  text-align: left;
  width: max-content;
  margin: 2% auto;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

button.info1-btn {
  background: white;
  color: #bd1821;
  border: none;
  padding: 5% 10%;
  margin-top: 5%;
  margin-bottom: 30%;
  /* padding-right: 17px; */
  width: max-content;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.info1-btn p:after {
  /* content: url(../img/next-button-arrow.png);
  transform: scale(0.4);
  position: absolute;
  top: -7px;
  right: -17px; */
  content: "";
  background: url(../img/next-button-arrow.png);
  display: block;
  height: 12px;
  width: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.info1-btn p {
  margin: 0;
  font-size: 12px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ver-line {
  width: 0.5px;
  height: 150px;
  margin: auto 0px;
  background: white;
}

.home-business {
  background: #f3f3f3;
  width: 100%;
  height: max-content;
  overflow: hidden;
}

.business-parent {
  width: 60%;
  margin: auto;
}

p.business-ttl {
  text-align: center;
  font-size: 20px;
  color: #bd1821;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.hor-line {
  height: 1px;
  background: #bd1821;
  width: 90%;
  margin: auto;
}

.business-info {
  margin: auto;
  display: flex;
  justify-content: center;
  width: 90%;
}

.business-info-col {
  padding: 2% 5% 3% 5%;
  width: max-content;
  /* margin: auto; */
}

p.business-info-details-ttl {
  color: #bd1821;
  font-size: 16px;
  margin: 5% 0% 1% 0%;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}

p.business-info-details-text {
  margin: 0% 0% 2% 0%;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}

.foot-note {
  display: block;
  width: 40%;
  height: 155px;
  margin: auto;
  text-align: center;
}

.foot-note-details {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 12px;
  margin: 2% 0%;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}

.foot-note-details p {
  margin: 0;
  color: black;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}

.foot-note img {
  margin: 1% auto;
  width: 50%;
  height: auto;
}

p.copyrighting {
  text-align: center;
  font-size: 6px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}
