/*=================================================
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 .img-box {
  width: 44%;
  height: 18.8235294118vw;
}

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

section#section1 .txt-box .txt-h2 {
  margin-bottom: 0.8823529412vw;
}

section#section1 .txt-box .txt-en {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #404DA1;
}

section#section1 .txt-box .txt-en span {
  flex: none;
  display: block;
}

section#section1 .txt-box .txt-en:after {
  content: "";
  background: #404DA1;
  height: 1px;
  width: auto;
  flex: auto;
  margin: 0 1vw;
}

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: 20px;
    margin-bottom: 15px;
  }
  section#section1 .txt-box .txt-en span {
    font-size: 12px;
  }
  section#section1 .txt-box .txt-en:after {
    margin: 0 13px;
  }
  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: #001FE6;
}

section#section2 .item {
  padding: 3.125vw 0;
  border-bottom: solid 1px #CECECE;
}

section#section2 .item .txt-h3 {
  display: flex;
  align-items: center;
  padding-bottom: 1.8229166667vw;
}

section#section2 .item .txt-h3 img {
  display: flex;
  width: 3vw;
  height: 1.7vw;
  margin-right: 0.9vw;
}

section#section2 .item .txt-p {
  line-height: 2em;
}

@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 .item {
    padding: 30px 0;
  }
  section#section2 .item .txt-h3 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  section#section2 .item .txt-h3 img {
    width: 40px;
    height: 25px;
    margin-right: 10px;
  }
  section#section2 .item .txt-h3 .txt-e {
    font-size: 10px;
    letter-spacing: -0.3px;
  }
  section#section2 .item .txt-p {
    font-size: 12px;
    line-height: 2em;
  }
}
/*=================================================
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: #001FE6;
}

section#section3 .item {
  padding-top: 3.125vw;
  align-items: center;
  justify-content: space-between;
}
section#section3 .item .img-box {
  width: 29%;
}
section#section3 .item .txt-box {
  width: 65.3%;
}
section#section3 .item .txt-box .txt-h3 {
  display: flex;
  align-items: center;
  padding-bottom: 1.5vw;
}
section#section3 .item .txt-box .txt-h3 img {
  display: flex;
  width: 3vw;
  height: 1.7vw;
  margin-right: 0.9vw;
}
section#section3 .item .txt-box .txt-p {
  line-height: 2em;
}

@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 .img-box {
    width: 100%;
    margin-bottom: 15px;
  }
  section#section3 .item .txt-box {
    width: 100%;
  }
  section#section3 .item .txt-box .txt-h3 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  section#section3 .item .txt-box .txt-h3 img {
    width: 40px;
    height: 25px;
    margin-right: 10px;
  }
  section#section3 .item .txt-box .txt-p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=select-page1.css.map */