#under_page_title .container {
  justify-content: space-between;
}

#under_page_title p {
  text-align: left;
  margin-top: 0.5em;
}

#under_page_title p.bold {
  font-weight: bold;
  font-size: 96%;
}

main section p.sub-title {
  margin: 0.5em 0;
}

main section dl {
  margin: 0.5em 0 1em 0;
}

main section h3 {
  align-items: center;
}

main section h3 span.icon {
  margin-right: 12px;
}

main section h3 span {
  font-size: 20px;
}

main section .last-message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
}

@media (max-width: 1000px) {
  main section .last-message {
    flex-direction: column;
  }
}

main section .last-message > span {
  display: inline-block;
  margin-right: 1em;
}

main section .last-message p {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1190px) {
  main section .last-message p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  main section .last-message p {
    font-size: 16.2px;
  }
}

@media (max-width: 540px) {
  main section .last-message p {
    font-size: 17.6px;
  }
}

@media (max-width: 1000px) {
  main section .last-message p {
    font-size: 17px;
    text-align: center;
    margin-top: 0;
  }
}

@media (max-width: 1000px) and (max-width: 1190px) {
  main section .last-message p {
    font-size: 17px;
  }
}

@media (max-width: 1000px) and (max-width: 768px) {
  main section .last-message p {
    font-size: 13.77px;
  }
}

@media (max-width: 1000px) and (max-width: 540px) {
  main section .last-message p {
    font-size: 14.96px;
  }
}

main section a.underline {
  color: #E7380D;
}

main section a.underline:hover {
  text-decoration: underline;
}

@media (min-width: 1190px) {
  main .choise-cond-wrap .form-contents#cond_input_condform {
    width: 55%;
  }
  main .choise-cond-wrap #zumen_parent, main .choise-cond-wrap #zumen_parent1, main .choise-cond-wrap #zumen_parent2 {
    max-width: 600px;
    width: 43%;
  }
  main .choise-cond-wrap .image-wrap {
    max-width: 600px;
  }
}

#step2 {
  display: none;
}

#step2 #choise_open_type1 {
  width: 100%;
}

@media (max-width: 1000px) {
  #step2 #choise_open_type1 {
    width: 80%;
  }
}

#step2 #choise_open_type1 .container {
  justify-content: space-between;
}

#type_a,
#type_b {
  display: none;
}

#type_a {
  margin-bottom: 4em;
}

#step3 {
  display: none;
}

#input-focus-circle1,
#input-focus-circle2,
#input-focus-circle3 {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(238, 171, 66, 0.6);
  opacity: 1;
  -webkit-animation: Step1_toggleFade 2s;
  animation: Step1_toggleFade 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (max-width: 1300px) {
  #input-focus-circle1,
  #input-focus-circle2,
  #input-focus-circle3 {
    width: 5.5%;
    height: 5.5%;
  }
}

@keyframes Step1_toggleFade {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: .1;
  }
}

@media (max-width: 1000px) {
  .common-btn a {
    margin-bottom: 0.25em;
  }
  .common-btn a.common-btn-n3 {
    flex-direction: row;
  }
  .common-btn a span.icon {
    margin-right: 8px;
  }
  .common-btn a.common-btn-n3 span.text {
    line-height: 1.7;
  }
  main .choise-cond-wrap .form-contents dl dd .text-wrap .label-and-box {
    max-width: 200px;
  }
  main .condition-block .choise-wrap .choise-wrap-inner {
    justify-content: center;
  }
  .text-label-wapper {
    flex-direction: column;
  }
  .text-label-wapper > label:first-child {
    margin-bottom: 0.5em;
  }
  p.sub-title {
    line-height: 1.6;
  }
  p.sub-title.bold {
    font-weight: bold;
  }
  .choise-cond-wrap #zumen_parent1,
  .choise-cond-wrap #zumen_parent2,
  .choise-cond-wrap #zumen_parent3 {
    width: 100%;
  }
}
