/*=================================================
section#section1
==================================================*/
section#section1 {
  position: relative;
}

section#section1 .inner {
  padding-top: 7.8125vw;
}

section#section1 .box {
  justify-content: space-between;
  align-items: center;
}

section#section1 .txt-box {
  width: 100%;
}

section#section1 .txt-box .txt-h2 {
  position: relative;
  padding-bottom: 0.8823529412vw;
}

section#section1 .txt-box .txt-h2::before, section#section1 .txt-box .txt-h2:after {
  content: "";
  height: 2.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

section#section1 .txt-box .txt-h2::before {
  width: 100%;
  background: #B2B2B2;
}

section#section1 .txt-box .txt-h2:after {
  width: 3.1764705882vw;
  background: #E60012;
}

section#section1 .txt-box .txt-p {
  margin-top: 1.7647058824vw;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  section#section1 {
    position: relative;
  }
  section#section1 .inner {
    padding: 60px 0 0;
  }
  section#section1 .img-box {
    width: 100%;
    height: 53.8461538462vw;
    margin-bottom: 30px;
  }
  section#section1 .txt-box {
    width: 100%;
  }
  section#section1 .txt-box .txt-h2 {
    font-size: 18px;
    padding-bottom: 16px;
  }
  section#section1 .txt-box .txt-h2::before, section#section1 .txt-box .txt-h2:after {
    height: 1px;
  }
  section#section1 .txt-box .txt-h2:after {
    width: 40px;
  }
  section#section1 .txt-box .txt-p {
    margin-top: 20px;
    font-size: 14px;
  }
}
/*=================================================
section#section2
==================================================*/
section#section2 {
  position: relative;
}

section#section2 .inner {
  padding-top: 7.8125vw;
}

section#section2 .txt-h2 {
  position: relative;
  padding-bottom: 0.8823529412vw;
}

section#section2 .txt-h2::before, section#section2 .txt-h2:after {
  content: "";
  height: 2.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

section#section2 .txt-h2::before {
  width: 100%;
  background: #B2B2B2;
}

section#section2 .txt-h2:after {
  width: 3.1764705882vw;
  background: #E60012;
}

section#section2 .in-box {
  flex-wrap: wrap;
  justify-content: space-between;
}

section#section2 .item {
  width: 48%;
  padding-top: 3.125vw;
}
section#section2 .item .img-box {
  width: 100%;
  height: 15.3645833333vw;
  margin-bottom: 1.5625vw;
}
section#section2 .item .txt-box .txt-h3 {
  width: 100%;
  height: 2.34375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4B4B4B;
  color: #ffffff;
  border: solid 1px #000000;
  border-bottom: none;
  box-sizing: border-box;
}
section#section2 .item .txt-box table {
  width: 100%;
  border-color: #000000;
}
section#section2 .item .txt-box table tr {
  margin: 0;
  padding: 0;
}
section#section2 .item .txt-box table th, section#section2 .item .txt-box table td {
  margin: 0;
  padding: 0;
  padding: 0.625vw 1.5625vw;
  box-sizing: border-box;
}
section#section2 .item .txt-box table th {
  width: 10.4166666667vw;
  flex: none;
  background: #EBEBEB;
  text-align: start;
}
section#section2 .item .txt-box table th.note {
  vertical-align: top;
}
section#section2 .item .txt-box table td {
  flex: auto;
}

@media screen and (max-width: 767px) {
  section#section2 .inner {
    padding: 60px 0 0;
  }
  section#section2 .txt-h2 {
    font-size: 18px;
    padding-bottom: 16px;
  }
  section#section2 .txt-h2::before, section#section2 .txt-h2:after {
    height: 1px;
  }
  section#section2 .txt-h2:after {
    width: 40px;
  }
  section#section2 .in-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#section2 .item {
    width: 100%;
    padding-top: 30px;
  }
  section#section2 .item .img-box {
    width: 100%;
    height: 51.2820512821vw;
    margin-bottom: 20px;
  }
  section#section2 .item .txt-box .txt-h3 {
    width: 100%;
    height: 35px;
    font-size: 12px;
  }
  section#section2 .item .txt-box table {
    width: 100%;
    border-color: #000000;
  }
  section#section2 .item .txt-box table tr {
    margin: 0;
    padding: 0;
  }
  section#section2 .item .txt-box table th, section#section2 .item .txt-box table td {
    padding: 5px 18px;
    font-size: 12px;
  }
  section#section2 .item .txt-box table th {
    width: 125px;
    flex: none;
    background: #EBEBEB;
    text-align: start;
  }
  section#section2 .item .txt-box table th.note {
    vertical-align: top;
  }
  section#section2 .item .txt-box table td {
    flex: auto;
  }
}
/*=================================================
section#section3
==================================================*/
section#section3 {
  position: relative;
}

section#section3 .inner {
  padding-top: 7.8125vw;
}

section#section3 .txt-h2 {
  position: relative;
  padding-bottom: 0.8823529412vw;
}

section#section3 .txt-h2::before, section#section3 .txt-h2:after {
  content: "";
  height: 2.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

section#section3 .txt-h2::before {
  width: 100%;
  background: #B2B2B2;
}

section#section3 .txt-h2:after {
  width: 3.1764705882vw;
  background: #E60012;
}

section#section3 .item {
  padding-top: 3.125vw;
}
section#section3 .item table {
  width: 100%;
  border-color: #000000;
}
section#section3 .item table tr {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.8229166667vw;
}
section#section3 .item table tr th, section#section3 .item table tr td {
  margin: 0;
  padding: 0;
  padding: 1.0416666667vw 1.5625vw;
  box-sizing: border-box;
}
section#section3 .item table tr th {
  width: 15.1041666667vw;
  flex: none;
  background: #EBEBEB;
  text-align: start;
  border-bottom: solid 1px #D1D1D1;
}
section#section3 .item table tr th.note {
  vertical-align: top;
}
section#section3 .item table tr td {
  padding: 1.0416666667vw 2.6041666667vw;
  flex: auto;
  border-bottom: solid 1px #D1D1D1;
}
section#section3 .item table tr:first-child th {
  border-top: solid 1px #D1D1D1;
}
section#section3 .item table tr:first-child td {
  border-top: solid 1px #D1D1D1;
}

@media screen and (max-width: 767px) {
  section#section3 .inner {
    padding-top: 60px;
  }
  section#section3 .txt-h2 {
    font-size: 18px;
    padding-bottom: 16px;
  }
  section#section3 .txt-h2::before, section#section3 .txt-h2:after {
    height: 1px;
  }
  section#section3 .txt-h2:after {
    width: 40px;
  }
  section#section3 .item {
    padding-top: 30px;
  }
  section#section3 .item table {
    width: 100%;
    border-color: #000000;
  }
  section#section3 .item table tr {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  section#section3 .item table tr th, section#section3 .item table tr td {
    margin: 0;
    padding: 0;
    padding: 10px 18px;
    box-sizing: border-box;
    font-size: 12px;
  }
  section#section3 .item table tr th {
    width: 100%;
  }
  section#section3 .item table tr th.note {
    vertical-align: middle;
  }
  section#section3 .item table tr td {
    padding: 18px;
    width: 100%;
  }
  section#section3 .item.i2, section#section3 .item.i3, section#section3 .item.i4 {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=select-page2.css.map */