.info-top {
  margin-top: 3%;
}

.top-title {
  margin-top: 2%;
  margin-bottom: 2%;
}
.top-title h1 {
  text-align: center;
  font-size: 5vw;
  color: #F7931E;
}

.bg-box0 {
  background-image: url(../../src/info/bg1.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow-x: hidden;
}
.bg-box0 .title-box0 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70%;
  display: block;
  text-align: center;
}
.bg-box0 .title-box0 h2 {
  font-family: iroha-23kaede-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 2.3vw;
}
.bg-box0 .title-box0 p {
  font-size: 1.5vw;
  letter-spacing: 0.1em;
  line-height: 170%;
  text-align: left;
  padding-left: 10%;
}
.bg-box0 .bg-yellow {
  background-image: url(../../src/info/box1.webp);
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 3%;
  width: 35%;
}
.bg-box0 .bg-yellow h2 {
  color: #F7931E;
  font-size: 3vw;
  letter-spacing: 0.1em;
}
.bg-box0 .bg-orange {
  background-image: url(../../src/info/box2.webp);
  margin-right: auto;
  padding-top: 4%;
  padding-bottom: 8%;
  margin-top: 5%;
  margin-left: -3%;
}
.bg-box0 .bg-yellow2 {
  background-image: url(../../src/info/box3.webp);
  margin-left: auto;
  padding-top: 5%;
  padding-bottom: 8%;
  margin-top: 5%;
  margin-bottom: 10%;
  width: 70%;
  margin-right: -3%;
}
.bg-box0 .bg-yellow2 .circle-box {
  display: flex;
  width: 70%;
  margin: 0 auto;
  align-items: center;
}
.bg-box0 .bg-yellow2 .circle-box .c-box0 {
  flex: 30%;
}
.bg-box0 .bg-yellow2 .circle-box .c-box1 {
  flex: 70%;
  text-align: left;
  padding-left: 5%;
}
.bg-box0 .bg-yellow2 .circle-box .c-box1 h2 {
  padding-left: 10%;
}

.article-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: white;
  border-radius: 25px;
  border: solid 1.5px #F7931E;
  padding-bottom: 100px;
  position: relative;
}

table {
  display: block;
  margin: 0 auto;
  width: 85%;
  border-collapse: collapse;
}
table tbody {
  width: 100%;
}
table tr {
  height: 150px;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #FCED60;
  vertical-align: bottom;
}
table tr th {
  width: 25%;
  text-align: left;
  font-size: 1.3vw;
  padding: 0;
  margin: 0;
  padding-bottom: 2%;
  padding-left: 3%;
}
table tr td {
  width: 80%;
  font-size: 1.3vw;
  padding: 0;
  margin: 0;
  padding-bottom: 2%;
}

td,
th {
  border-bottom: 2px solid #FCED60;
}

.pre-box {
  display: flex;
  flex-wrap: wrap;
}

.th-top {
  width: 30%;
}
.th-top .logo-box {
  display: flex;
  align-items: center;
}
.th-top .logo-box .l-box0 {
  flex: 15%;
  margin-right: 5%;
}
.th-top .logo-box .l-box1 {
  flex: 85%;
  font-size: 1.6vw;
}

.table-top {
  width: 90%;
}

.td-top {
  width: 70%;
}

.tr-top {
  width: 80%;
}

.flow-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}
.flow-box .logo-box {
  display: flex;
  width: 30%;
  font-size: 1.6vw;
  align-items: center;
  margin-bottom: 3%;
}
.flow-box .logo-box .l-box0 {
  flex: 15%;
  margin-right: 5%;
}
.flow-box .logo-box .l-box1 {
  flex: 85%;
}

.flow-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 10%;
}
.flow-flex .flow1 {
  flex: 20%;
}
.flow-flex .flow1 img {
  width: 90%;
}
.flow-flex .description {
  font-size: 1.3vw;
  padding-top: 10%;
  padding-left: 10%;
  letter-spacing: 0.2em;
}

.entry-btn-info {
  display: block;
  margin-top: 10%;
  margin-bottom: 10%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10%;
}
.entry-btn-info a {
  text-decoration: none;
  color: white;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5vw;
  letter-spacing: 0.4em;
}
.entry-btn-info a span {
  background-color: #FBB03B;
  padding: 2% 4% 2% 4%;
  border-radius: 10px;
}
.entry-btn-info a:hover {
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 700px) {
  .top-img {
    width: 150%;
    margin-left: -25%;
  }
  .info-top-box {
    width: 100%;
    overflow: hidden;
  }
  .info-top-box h1 {
    font-size: 25px;
  }
  .bg-box0 .title-box0 {
    width: 90%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .bg-box0 .title-box0 h2 {
    font-size: 18px;
  }
  .bg-box0 .title-box0 p {
    font-size: 15px;
    text-align: left;
    margin: 0 auto;
  }
  .bg-box0 .bg-yellow {
    padding-bottom: 2%;
    padding-top: 2%;
    width: 40%;
  }
  .bg-box0 .bg-yellow h2 {
    font-size: 20px;
  }
  .bg-box0 .bg-yellow p {
    width: 90%;
  }
  .bg-box0 .bg-orange {
    margin: 0 auto;
    padding-bottom: 30%;
    padding-top: 10%;
  }
  .bg-box0 .bg-orange p {
    width: 90%;
  }
  .bg-box0 .bg-yellow2 {
    margin: 0 auto;
    padding-bottom: 20%;
    padding-top: 10%;
  }
  .bg-box0 .bg-yellow2 .circle-box {
    width: 90%;
  }
  .article-box {
    width: 90%;
    border: none;
  }
  .table-top {
    width: 100%;
  }
  .tr-top {
    width: 100%;
  }
  table {
    width: 100%;
  }
  table tr {
    height: 100px;
  }
  table tr th {
    width: 28%;
    font-size: 12px;
  }
  table tr td {
    font-size: 12px;
  }
  .bg-box0 {
    background-size: cover;
  }
  .th-top .logo-box .l-box0 {
    flex: 20%;
  }
  .th-top .logo-box .l-box1 {
    font-size: 15px;
    flex: 80%;
  }
  .flow-box {
    margin-top: 0;
    width: 90%;
  }
  .flow-box .logo-box .l-box0 {
    flex: 20%;
  }
  .flow-box .logo-box .l-box1 {
    font-size: 15px;
    flex: 80%;
  }
  .flow-flex {
    display: block;
  }
  .flow-flex .flow1 img {
    width: 100%;
    margin-bottom: 5%;
  }
  .entry-btn-info {
    margin-bottom: 20%;
    margin-top: 15%;
  }
  .entry-btn-info a span {
    font-size: 20px;
    letter-spacing: 0.3em;
    padding: 4% 8% 4% 8%;
    border-radius: 5px;
  }
}/*# sourceMappingURL=info.css.map */