#contents .text1 {
  padding: 0 0 40px;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
  text-align: center;
}

#contents .noteRed {
  margin: 0 0 80px;
  text-align: center;
}

#contents .noteRed p {
  font-size: 1.8rem;
  color: #FF6C6C;
  border-radius: 20px;
  background: #fff4f4;
  padding: 18px 38px;
  display: inline-block;
  letter-spacing: 0.24em;
  line-height: 30px;
}

#contents .tip {
  color: #1CADEC;
  font-size: 3.2rem;
  letter-spacing: 0.24em;
  line-height: 55px;
  text-align: center;
  margin: 0 0 60px;
}

#contents .list {
  display: flex;
  justify-content: center;
  max-width: 1130px;
  margin: 0 auto 70px;
  padding: 0 15px;
  border-bottom: 1px solid #D9D9D9;
}

#contents .list .item {
  position: relative;
  width: 23.89381%;
  margin: 0 14.15929% 0 0;
}

#contents .list .item::after {
  display: block;
  position: absolute;
  top: 20%;
  right: -34.81481%;
  content: '';
  width: 50px;
  height: 50px;
  border-top: 2px solid #1cadec;
  border-right: 2px solid #1cadec;
  transform: rotate(45deg);
}

#contents .list .item:last-child {
  margin: 0;
}

#contents .list .item:last-child::after {
  display: none;
}

#contents .list .item .txtWrap .step, #contents .list .item .txtWrap .text01 {
  text-align: center;
}

#contents .list .item .txtWrap .step {
  margin: 0 0 10px;
  color: #1CADEC;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 30px;
}

#contents .list .item .txtWrap .text01 {
  margin: 0 0 30px;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #3E3E3E;
  font-weight: bold;
}

#contents .list .item .txtWrap .text02 {
  margin: 0 0 60px;
  letter-spacing: 0.24em;
  font-size: 1.6rem;
  color: #3E3E3E;
}

#contents .list .image {
  max-width: 180px;
  margin: 0 auto 25px;
}

#contents .list .image img {
  display: block;
  width: 100%;
}

#contents .list .btn a {
  height: 70px;
  border: 3px solid #1CADEC;
  border-radius: 35px;
  font-size: 1.8rem;
}

#contents .text2 {
  margin: 0 0 40px;
  color: #FFA01D;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

#contents .text3 {
  margin: 0 0 80px;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

#contents .form-section {
  margin: 0 0 100px;
}

#contents .form-section .form-section-title {
  margin: 0 0 45px;
}

#contents .form-section .wrapper {
  max-width: 942px;
  margin: 0 auto;
}

#contents .form-section .wrapper .row {
  display: flex;
  align-items: flex-start;
  margin: 0 0 40px;
  max-width: 942px;
}

#contents .form-section .wrapper .row:last-child {
  margin: 0;
}

#contents .form-section .wrapper .left {
  display: flex;
  width: 288px;
  align-items: center;
  flex-shrink: 0;
  margin: 0 3.18471% 0 0;
}

#contents .form-section .wrapper .left .title {
  width: 76.38889%;
  color: #3E3E3E;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
  line-height: 65px;
}

#contents .form-section .wrapper .left .reqParent {
  width: 22.91667%;
}

#contents .form-section .wrapper .left .reqParent .required {
  display: block;
  padding: 2px 3.47222%;
  border-radius: 5px;
  background-color: #FF6C6C;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  text-align: center;
}

#contents .form-section .wrapper .middle {
  margin: 0 2% 0 0;
}

#contents .form-section .wrapper .middle .choiceDate {
  color: #3E3E3E;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
  line-height: 65px;
}

#contents .form-section .wrapper .right {
  flex-grow: 1;
}

#contents .form-section .wrapper input[type="date"] {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  margin: 0 0 10px;
  padding: 0 25px;
  border: 2px solid #D3D3D3;
  border-radius: 15px;
  box-sizing: border-box;
  color: inherit;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}

#contents .form-section .wrapper input[type="date"]:focus {
  border-color: #1CADEC;
  outline: none;
}

#contents .form-section .wrapper input[type="date"]::after {
  font-family: FontAwesome;
  content: "\f133";
  color: #5D5D5D;
  padding: 0 5px;
}

#contents .form-section .wrapper input[type="date"]:hover::after {
  color: #1CADEC;
}

#contents .form-section .wrapper input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#contents .form-section .wrapper .radio-list {
  padding: 18px 0 0;
}

#contents .form-section .wrapper .radio-list .tpl-radio {
  margin: 0 0 25px;
}

#contents .form-section .wrapper .radio-list .tpl-radio:last-child {
  margin: 0;
}

#contents .form-section .wrapper .value {
  margin: 18px 0 0;
  font-size: 1.8rem;
}

#contents .form-section .wrapper .error {
  margin: 1em 0 0;
  color: #FF6C6C;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

#contents .note {
  max-width: 942px;
  margin: 0 auto 60px;
  padding: 50px 15px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #EFEFEF;
  text-align: center;
}

#contents .note .title {
  margin: 0 0 40px;
  color: #3E3E3E;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.24em;
}

#contents .note .text {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

#contents .agree {
  margin: 0 0 60px;
  text-align: center;
}

#contents .agree .error {
  margin: 1em 0 0;
  color: #FF6C6C;
  font-size: 1.8rem;
  letter-spacing: 0.24em;
}

#contents .btns {
  display: flex;
  justify-content: center;
}

#contents .btns .btn-submit {
  margin: 0 15px;
}

#contents .btn-submit {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #contents .form-section .wrapper input[type="date"] {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #contents .form-section .wrapper .left {
    width: 230px;
    margin: 0 1.06157% 0 0;
  }
  #contents .form-section .wrapper .left .title {
    font-size: 1.8rem;
    letter-spacing: 0.18em;
  }
  #contents .form-section .wrapper .middle {
    margin: 0 1% 0 0;
  }
  #contents .form-section .wrapper .middle .choiceDate {
    font-size: 1.6rem;
    letter-spacing: 0.18em;
  }
}

@media (max-width: 767px) {
  #contents .noteRed p {
    padding: 18px 18px;
    font-size: 1.6rem;
  }
  #contents .tip {
    font-size: 2.6rem;
  }
  #contents .text1 {
    margin: 0 0 30px;
    padding: 0 0 30px;
    font-size: 1.6rem;
    text-align: left;
  }
  #contents .text2 {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
  #contents .text3 {
    margin: 0 0 60px;
    font-size: 1.6rem;
  }
  #contents .list {
    display: block;
    padding-bottom: 70px;
  }
  #contents .list .item {
    width: 100%;
    margin: 0 0 70px 0;
    display: flex;
    align-items: center;
  }
  #contents .list .item::after {
    width: 40px;
    height: 40px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 0;
    border-bottom: 2px solid #1cadec;
  }
  #contents .list .item .txtWrap {
    padding-left: 5%;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #contents .list .item .txtWrap .step, #contents .list .item .txtWrap .text01 {
    text-align: left;
  }
  #contents .list .item .txtWrap .step {
    margin: 0;
  }
  #contents .list .item .txtWrap .text01 {
    margin: 0 0 10px;
  }
  #contents .list .item .txtWrap .text02 {
    margin: 0;
    font-size: 1.4rem;
  }
  #contents .list .image {
    margin: 0;
  }
  #contents .form-section {
    margin: 0 0 60px;
  }
  #contents .form-section .form-section-title {
    margin: 0 0 30px;
  }
  #contents .form-section .wrapper .row {
    display: block;
    margin: 0 0 30px;
  }
  #contents .form-section .wrapper .left {
    display: flex;
    width: 100%;
    margin: 0 0 15px;
  }
  #contents .form-section .wrapper .left .title {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 1.6rem;
    line-height: normal;
    width: auto;
    font-weight: bold;
  }
  #contents .form-section .wrapper .left .reqParent {
    width: auto;
  }
  #contents .form-section .wrapper .left .reqParent .required {
    display: inline-block;
    font-size: 1.4rem;
    padding: 2px 10px;
  }
  #contents .form-section .wrapper .middle .choiceDate {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
  }
  #contents .form-section .wrapper input[type="date"] {
    height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  #contents .form-section .wrapper .radio-list {
    padding: 0;
  }
  #contents .form-section .wrapper .radio-list .tpl-radio {
    margin: 0 0 15px;
  }
  #contents .form-section .wrapper .value {
    margin: 0;
    font-size: 1.4rem;
  }
  #contents .form-section .wrapper .error {
    font-size: 1.4rem;
  }
  #contents .note {
    margin: 0 auto 40px;
    padding: 30px;
    border-radius: 10px;
  }
  #contents .note .title {
    margin: 0 0 25px;
    font-size: 1.6rem;
  }
  #contents .note .text {
    font-size: 1.4rem;
    text-align: left;
  }
  #contents .agree {
    margin: 0 0 40px;
  }
  #contents .agree .error {
    font-size: 1.4rem;
  }
  #contents .btns {
    display: block;
  }
  #contents .btns .btn-submit {
    margin: 15px 0;
  }
}
