.information .information_part {
  padding-top: 10px;
  margin-bottom: 40px;
}
.information .information_part .deliveryRadio {
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
}
.information .information_part .deliveryRadio .mapLink {
  color: #f6821f;
  cursor: pointer;
}
.information .information_part .paypal,
.information .information_part .h_line {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #d0d0d0;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.information .information_part .paypal .title,
.information .information_part .h_line .title {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ffffff;
  font-family: 'Poppins-Regular';
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  padding: 0 5px;
  z-index: 999;
  transform: translateX(-50%) translateY(-50%);
}
.information .information_part .paypal button,
.information .information_part .h_line button {
  background-color: #ffc439;
  border: 0;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  padding: 10px 55px 6px;
}
.information .information_part .h_line {
  padding: 0;
  border: none;
  border-bottom: 1px solid #d0d0d0;
}
.information .information_part .h_line .title {
  color: #848484;
}
.information .information_part h4.nextPart_info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
.information .information_part h4.nextPart_info span {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .information .information_part h4.nextPart_info {
    display: block;
  }
  .information .information_part h4.nextPart_info span {
    display: block;
    margin-top: 10px;
  }
}
.information .information_part .formBox_info .full_pc {
  width: 32%;
}
.information .information_part .formBox_info .full_pc_f {
  margin-right: 2%;
}
@media screen and (max-width: 992px) {
  .information .information_part .formBox_info .full_m {
    width: 100%;
    left: 0;
  }
  .information .information_part .formBox_info .full_f {
    margin-bottom: 22px;
  }
  .information .information_part .formBox_info .full_pc {
    width: 100%;
    left: 0;
  }
  .information .information_part .formBox_info .full_pc_f {
    margin-bottom: 22px;
  }
}
