.store {
  height: 360px !important;
}

.same_tit {
  line-height: 1;
  text-align: center;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: bold;
}

.join_info {
  background-size: cover;
  background-image: url(/upload/image/2025/09/22/083e8036-70b0-4f88-b1d9-bfa46411953e.jpg);
  margin-top: 80px;
}
.join_info form {
  margin: auto;
  width: 960px;
  background: #fff;
  border-radius: 16px;
  padding-left: 80px;
  padding-right: 80px;
}
.join_info .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join_info .flx input {
  padding: 0 20px;
  width: calc((100% - 40px) / 2);
  border-radius: 5px;
  height: 60px;
  border: 1px solid #eeeeee;
}
.join_info .flx input:nth-child(n+3) {
  margin-top: 20px;
}
.join_info .a_btn {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
  background: #fff;
  height: 60px;
}

.conditions .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.conditions .flx > div {
  text-align: center;
  border-radius: 10px;
  width: calc((100% - 30px) / 3);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.conditions .flx > div:nth-child(n+4) {
  margin-top: 20px;
}
.conditions .flx > div:nth-child(3n-1) {
  margin-left: 15px;
  margin-right: 15px;
}
.conditions .flx > div:hover {
  top: -10px;
}
.conditions .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}
.conditions .tit {
  line-height: 1;
  margin-top: 36px;
}
.conditions .des {
  line-height: 1.6;
  margin-top: 15px;
}

.standard {
  background: #f4f4f4;
}
.standard .same_tit {
  text-align: left;
}
.standard table {
  width: 100%;
  border: 1px solid #b6b6b6;
}
.standard img {
  max-width: 100% !important;
}
.firstRow{
    background: #b6b6b6;
    
}
.standard td{
    padding-top: 18px;
    padding-bottom: 18px;
    border-right: 1px solid #b6b6b6;
    text-align: center;
}
.firstRow td{
    border-right: 1px solid #fff;
}
.standard td:last-child{
    border-right: none;
}
.standard tr td:first-child{
    text-align: left;
    padding-left: 50px;
}
.standard tr:last-child{
    background: #e2e2e2;
}
.standard tr:nth-child(3) td:not(:first-child){
    background: #e2e2e2;
}
.standard tr td.selectTdClass{
    padding-left: 0;
    text-align: center;
}
@media only screen and (max-width: 1950px) {
  .join_info form {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .conditions .flx > div {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media only screen and (max-width: 1700px) {
  .join_info form {
    width: 660px;
  }
  .join_info .flx input {
    width: calc((100% - 20px) / 2);
  }
  .conditions .icon {
    height: 60px;
  }
  .conditions .icon img {
    max-height: 100%;
  }
  .conditions .tit {
    margin-top: 20px;
  }
  .conditions .des {
    margin-top: 10px;
  }
  .join_info .a_btn {
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .join_info {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .join_info {
    margin-top: 60px;
  }
  .join_info form {
    width: 90%;
  }
  .join_info .flx input {
    width: calc((100% - 15px) / 2);
  }
  .conditions .flx > div {
    width: 100%;
    margin: 0 !important;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .conditions .flx > div:nth-child(n+2) {
    margin-top: 20px !important;
  }
  .conditions .icon {
    height: 50px;
  }
  .standard tr td:first-child {
    text-align: left;
    padding-left: 20px;
}
}
@media screen and (max-width: 500px) {
  .join_info .flx input {
    width: 100%;
  }
  .join_info .flx input:nth-child(n+2) {
    margin-top: 10px;
  }
    .standard tr td:first-child {
    padding-left: 10px;
}
}
