.contact-common-section__wrap2 {
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  .contact-common-section__wrap2 {
    padding: 80px 20px;
  }
}

.free-exp-apply__wrap2 .inner-block {
  background: linear-gradient(to bottom, #cbf0ff 0%, #ffffff 100%);
}
.free-exp-apply__wrap2 .inner-block .exp-content {
  padding: 15px 460px 15px 0;
}
@media screen and (max-width: 768px) {
  .free-exp-apply__wrap2 .inner-block .exp-content {
    padding: 50px 20px 0 20px;
  }
}

.btn-basic-white2 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 15px 60px 15px 60px;
  box-sizing: border-box;
  color: #4bbdd0;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 0px 7px -5px #bdbdbd;
  border-radius: 5px;
  background: #ffffff;
  line-height: 1.25;
  border: 2px solid #4bbdd0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-basic-white2 {
    max-width: 100%;
    padding: 15px 40px 15px 10px;
    font-size: 16px;
  }
}
.btn-basic-white2.bdr {
  border: 1px solid #4bbdd0;
}

.btn-basic-white2.icon-bottom::after {
  transform: rotate(135deg);
  right: 22px;
  top: -2px;
}

@media screen and (max-width: 768px) {
  .btn-basic-white2.icon-bottom::after {
    right: 18px;
  }
}
.btn-basic-white2:hover {
  opacity: 0.7;
}

.btn-basic-white2::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #4bbdd0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .btn-basic-white2::before {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.btn-basic-white2::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-basic-white2::after {
    right: 20px;
  }
}
.btn-basic-orange2 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 15px 60px 15px 60px;
  box-sizing: border-box;
  color: #f28b56;
  text-decoration: none;
  position: relative;
  border: 2px solid #f28b56;
  border-radius: 5px;
  background: #ffffff;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-basic-orange2 {
    max-width: 100%;
    padding: 15px 40px 15px 10px;
    font-size: 16px;
  }
}
.btn-basic-orange2:hover {
  opacity: 0.7;
}

.btn-basic-orange2::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #f28b56;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .btn-basic-orange2::before {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.btn-basic-orange2::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-basic-orange2::after {
    right: 20px;
  }
}
.btn-basic-green2 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 15px 60px 15px 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  background: linear-gradient(to right, #149657 0%, #40be03 100%);
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-basic-green2 {
    max-width: 100%;
    padding: 15px 40px 15px 10px;
    font-size: 16px;
  }
}
.btn-basic-green2:hover {
  opacity: 0.7;
}

.btn-basic-green2::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .btn-basic-green2::before {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.btn-basic-green2::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #169854;
  border-right: solid 2px #169854;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .btn-basic-green2::after {
    right: 20px;
  }
}
.dl-material-apply__wrap2 .inner-block {
  padding: 0 40px;
  background: linear-gradient(to bottom, #9ef4ae 0%, #e8ffd6 100%);
}
@media screen and (max-width: 768px) {
  .dl-material-apply__wrap2 .inner-block {
    padding: 0 0;
  }
}
.dl-material-apply__wrap2 .inner-block .exp-content {
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dl-material-apply__wrap2 .inner-block .exp-content {
    padding: 30px 20px 0 20px;
    display: block;
  }
}
.dl-material-apply__wrap2 .inner-block .exp-content .pc-item {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .dl-material-apply__wrap2 .inner-block .exp-content .pc-item {
    width: 100%;
    padding: 20px 0;
  }
}
.dl-material-apply__wrap2 .inner-block .exp-content .pc-item img {
  width: 100%;
}
.dl-material-apply__wrap2 .inner-block .exp-content .meta-info {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .dl-material-apply__wrap2 .inner-block .exp-content .meta-info {
    width: 100%;
  }
}
.dl-material-apply__wrap2 .inner-block .exp-content .meta-info .text-set h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 7px;
  color: #055013;
}
@media screen and (max-width: 768px) {
  .dl-material-apply__wrap2 .inner-block .exp-content .meta-info .text-set h4 {
    font-size: 24px;
  }
}
.dl-material-apply__wrap2 .inner-block .exp-content .meta-info .text-set p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #055013;
  margin-bottom: 20px;
}

.gNav-colm__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .gNav-colm__wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .gNav-colm__wrap {
    display: block;
  }
}
.gNav-colm__wrap .exp-btn-set {
  width: 500px;
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
}
@media screen and (max-width: 1280px) {
  .gNav-colm__wrap .exp-btn-set {
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .gNav-colm__wrap .exp-btn-set {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 0 2rem;
  }
}
.gNav-colm__wrap .exp-btn-set .e-btn {
  width: calc(100% / 3);
  padding: 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gNav-colm__wrap .exp-btn-set .e-btn {
    width: 100%;
    padding: 5px 0;
  }
}
.gNav-colm__wrap .exp-btn-set .e-btn a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  background: #000;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .gNav-colm__wrap .exp-btn-set .e-btn a {
    padding: 16px 15px;
  }
}
.gNav-colm__wrap .exp-btn-set .e-btn a:hover {
  opacity: 0.7;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type01 {
  background: #ffffff;
  color: #f28b56;
  border: 2px solid #f28b56;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type01::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #f28b56;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -7px;
  box-sizing: border-box;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type01::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type02 {
  background: #ffffff;
  color: #4dbed1;
  border: 2px solid #4dbed1;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type02::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #4dbed1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -7px;
  box-sizing: border-box;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type02::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type03 {
  padding: 10px 10px;
  background: linear-gradient(to right, #159756 0%, #3fbd03 100%);
}
@media screen and (max-width: 768px) {
  .gNav-colm__wrap .exp-btn-set .e-btn a.type03 {
    padding: 16px 15px;
  }
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type03::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -7px;
  box-sizing: border-box;
}
.gNav-colm__wrap .exp-btn-set .e-btn a.type03::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #149657;
  border-right: solid 2px #149657;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gNav-colm__wrap #gNav {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1280px) {
  .gNav-colm__wrap #gNav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gNav-colm__wrap #gNav {
    width: 100%;
  }
}

/*# sourceMappingURL=update_v2.css.map */
