body.page-opinion .wrp-main .inner.o--entry .o--form {
  margin-top: 60px;
}

body.page-opinion .wrp-main .inner.o--entry .o--form .o--formfield > .o--row {
  display: block;
  margin-bottom: 20px;
}

body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-age {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display:block;
}

body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-age div {
  margin-bottom: 10px;
}
body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-age div:first-child {
  margin-top: 10px;
}

/*
body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-age .o--col {
  width: 12%;
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-age .o--col {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-age .o--col {
    width: 50%;
  }
}
*/

body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-gender {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-gender .o--col {
  width: 12%;
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-gender .o--col {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--entry .o--form .o--row-gender .o--col {
    width: 50%;
  }
}

body.page-opinion .wrp-main .inner.o--entry .o--form .o--buttons {
  text-align: center;
  margin-bottom: 30px;
}

body.page-opinion .wrp-main .inner.o--entry .o--form .o--buttons .o--btn1 {
  width: 100%;
  max-width: 40%;
  background-color: #A47B51;
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--entry .o--form .o--buttons .o--btn1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

body.page-opinion .wrp-main .inner.o--entry .o--form .o--buttons .o--btn2 {
  width: 100%;
  max-width: 40%;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--entry .o--form .o--buttons .o--btn2 {
    max-width: 100%;
  }
}

body.page-opinion .wrp-main .inner.o--entry .o--form p.o--note {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--entry .o--form p.o--note {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

body.page-opinion .wrp-main .inner.o--entry .o--form error {
  color: #cc0000;
}

body.page-opinion .wrp-main .inner.o--confirm .o--form {
  margin-top: 60px;
}

body.page-opinion .wrp-main .inner.o--confirm .o--form .o--formfield > .o--row {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

body.page-opinion .wrp-main .inner.o--confirm .o--form .o--buttons {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

body.page-opinion .wrp-main .inner.o--confirm .o--form .o--buttons .o--btn1 {
  width: 100%;
  max-width: 40%;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--confirm .o--form .o--buttons .o--btn1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

body.page-opinion .wrp-main .inner.o--confirm .o--form .o--buttons .o--btn2 {
  width: 100%;
  max-width: 40%;
  background-color: #A47B51;
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--confirm .o--form .o--buttons .o--btn2 {
    max-width: 100%;
  }
}

body.page-opinion .wrp-main .inner.o--confirm .o--form p.o--note {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--confirm .o--form p.o--note {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

body.page-opinion .wrp-main .inner.o--submit .o--box {
  text-align: center;
  padding: 100px 0;
}

body.page-opinion .wrp-main .inner.o--submit .o--box .message {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  body.page-opinion .wrp-main .inner.o--submit .o--box .message {
    font-size: 16px;
  }
}

.o--formfield input, .o--formfield textarea, .o--formfield select {
  font-size: 1.6rem;
  padding: 9px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
}

.o--formfield input.long1, .o--formfield textarea.long1, .o--formfield select.long1 {
  width: 120px;
}

.o--formfield input.long2, .o--formfield textarea.long2, .o--formfield select.long2 {
  width: 50%;
}

.o--formfield input.long3, .o--formfield textarea.long3, .o--formfield select.long3 {
  width: 80%;
}

.o--formfield input.long4, .o--formfield textarea.long4, .o--formfield select.long4 {
  width: 100%;
}

.o--formfield input.zip1, .o--formfield textarea.zip1, .o--formfield select.zip1 {
  width: 60px;
}

.o--formfield input.zip2, .o--formfield textarea.zip2, .o--formfield select.zip2 {
  width: 70px;
}

.o--formfield input.error, .o--formfield textarea.error, .o--formfield select.error {
  border: 1px solid #c00;
}

@media screen and (max-width: 767px) {
  .o--formfield input.long2, .o--formfield textarea.long2, .o--formfield select.long2 {
    width: 100%;
  }
  .o--formfield input.long3, .o--formfield textarea.long3, .o--formfield select.long3 {
    width: 100%;
  }
  .o--formfield input.long4, .o--formfield textarea.long4, .o--formfield select.long4 {
    width: 100%;
  }
}

.o--formfield label {
  padding: 0;
  white-space: nowrap;
}

.o--formfield label:hover {
  cursor: pointer;
}

.o--formfield textarea {
  height: 200px;
}

.o--formfield input[type=radio] {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.o--formfield input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.o--formfield input[type=radio]:checked + span:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 3px;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
}

.o--formfield input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.o--formfield input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
}

.o--formfield input[type=checkbox]:checked + span:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 40%;
  top: 70%;
  width: 6px;
  height: 2px;
  background-color: #666;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.o--formfield input[type=checkbox]:checked + span:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 40%;
  top: 70%;
  width: 12px;
  height: 2px;
  background-color: #666;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
