@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
textarea,
select {
  font-size: 0.8rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #e8eeef;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  line-height: 1;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  background: #d2d9dd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e8eeef url(../img/common/arrow.svg) no-repeat 95% 45% !important;
  background-size: 10%;
  height: 45px;
  padding: 2px 10px;
  width: 200px;
  position: relative;
  font-size: 1rem;
}

input[type="checkbox"],
input[type="radio"] {
  width: 15px;
  height: 13px;
}

input[type="submit"] {
  border: none;
}

input.short {
  width: 45% !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#header-logo > h1 {
  text-align: center;
  margin: 10px 0px 30px 0px;
}

#form02 {
  padding: 0px 0px;
  position: relative;
  text-align: center;
  width: 96%;
  margin: 0 auto 80px auto;
}

@media screen and (min-width: 1000px) {
  #form02 {
    max-width: 1000px;
  }
}

#form02 > p {
  font-size: 1.2rem;
  margin: 0px 0px 20px 0px;
  color: #8e8e8e;
  font-weight: bold;
}

#form02 > h3 {
  background-color: #4D4D4D;
  padding: 10px 0px;
  color: #fff;
  border-radius: 20px;
  font-size: 1.3rem;
  margin: 0px 0px 30px 0px;
  position: relative;
  cursor: pointer;
  letter-spacing: 2px;
}

#form02 > h3 span {
  font-size: 2.3rem;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 10;
}

#form02 > div:nth-of-type(1), #form02 div:nth-of-type(2), #form02 div:nth-of-type(3), #form02 div:nth-of-type(4) {
  display: none;
}

#form02 > div:nth-of-type(1) > ul, #form02 div:nth-of-type(2) > ul, #form02 div:nth-of-type(3) > ul, #form02 div:nth-of-type(4) > ul {
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 0px auto 20px auto;
}

@media screen and (min-width: 768px) {
  #form02 > div:nth-of-type(1) > ul, #form02 div:nth-of-type(2) > ul, #form02 div:nth-of-type(3) > ul, #form02 div:nth-of-type(4) > ul {
    width: 80%;
  }
}

@media screen and (min-width: 1000px) {
  #form02 > div:nth-of-type(1) > ul, #form02 div:nth-of-type(2) > ul, #form02 div:nth-of-type(3) > ul, #form02 div:nth-of-type(4) > ul {
    width: 100%;
  }
}

#form02 > div:nth-of-type(1) > ul > li, #form02 div:nth-of-type(2) > ul > li, #form02 div:nth-of-type(3) > ul > li, #form02 div:nth-of-type(4) > ul > li {
  width: 100%;
  margin: 0px 0px 40px 0px;
}

@media screen and (min-width: 768px) {
  #form02 > div:nth-of-type(1) > ul > li, #form02 div:nth-of-type(2) > ul > li, #form02 div:nth-of-type(3) > ul > li, #form02 div:nth-of-type(4) > ul > li {
    width: 45%;
  }
}

@media screen and (min-width: 1000px) {
  #form02 > div:nth-of-type(1) > ul > li, #form02 div:nth-of-type(2) > ul > li, #form02 div:nth-of-type(3) > ul > li, #form02 div:nth-of-type(4) > ul > li {
    width: 285px;
  }
}

#form02 > div:nth-of-type(1) > ul > li > label, #form02 div:nth-of-type(2) > ul > li > label, #form02 div:nth-of-type(3) > ul > li > label, #form02 div:nth-of-type(4) > ul > li > label {
  cursor: pointer;
}

#form02 > div:nth-of-type(1) > ul > li > label > h4, #form02 div:nth-of-type(2) > ul > li > label > h4, #form02 div:nth-of-type(3) > ul > li > label > h4, #form02 div:nth-of-type(4) > ul > li > label > h4 {
  font-size: 1.2rem;
  margin: 10px 0px 10px 0px;
}

#form02 > div:nth-of-type(1) > ul > li > label > h4 > input, #form02 div:nth-of-type(2) > ul > li > label > h4 > input, #form02 div:nth-of-type(3) > ul > li > label > h4 > input, #form02 div:nth-of-type(4) > ul > li > label > h4 > input {
  margin: 0px 5px 0px 0px;
}

#form02 > div:nth-of-type(1) > ul > li > label > p, #form02 div:nth-of-type(2) > ul > li > label > p, #form02 div:nth-of-type(3) > ul > li > label > p, #form02 div:nth-of-type(4) > ul > li > label > p {
  font-size: 0.8rem;
  font-weight: 200;
  letter-spacing: 2px;
  white-space: nowrap;
}

#form02 > div:nth-of-type(1) > ul > li.chusyaku, #form02 div:nth-of-type(2) > ul > li.chusyaku, #form02 div:nth-of-type(3) > ul > li.chusyaku, #form02 div:nth-of-type(4) > ul > li.chusyaku {
  position: relative;
}

#form02 > div:nth-of-type(1) > ul > li.chusyaku .chusyaku, #form02 div:nth-of-type(2) > ul > li.chusyaku .chusyaku, #form02 div:nth-of-type(3) > ul > li.chusyaku .chusyaku, #form02 div:nth-of-type(4) > ul > li.chusyaku .chusyaku {
  color: #ff0000;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  position: absolute;
  width: 100%;
  top: -25px;
}

p#submit01 {
  display: block;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  width: 200px;
  margin: 0 auto;
  font-size: 1rem;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  background-color: #9E272D;
}

p#submit01 span {
  font-size: 2.3rem;
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 10;
}

#submit04, #submit05 {
  position: relative;
}

#submit04 input, #submit05 input {
  border: none;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  font-size: 1rem;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  background-color: #9E272D;
}

@media screen and (max-width: 767px) {
  #submit04 input, #submit05 input {
    width: 96%;
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 768px) {
  #submit04 input, #submit05 input {
    width: 200px;
    margin: 0 auto 20px auto;
  }
}

#submit04 span, #submit05 span {
  font-size: 2.3rem;
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 10;
  color: #fff;
}

li.submitButton {
  display: block;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  font-size: 1rem;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  background-color: #9E272D;
}

@media screen and (max-width: 767px) {
  li.submitButton {
    width: 96%;
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 768px) {
  li.submitButton {
    width: 200px;
    margin: 0 auto 20px auto;
  }
}

li.submitButton span {
  font-size: 2.3rem;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
}

li.backButton {
  display: block;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  font-size: 1rem;
  padding: 15px 0px;
  text-align: center;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  li.backButton {
    width: 96%;
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 768px) {
  li.backButton {
    width: 200px;
    margin: 0 auto 20px auto;
  }
}

li.backButton span {
  font-size: 2.3rem;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
}

.submitUl {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .submitUl {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .submitUl {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: inline-block;
  }
}

#form03, #form04, #form05 {
  display: none;
}

#form03, #form04, #form05, #confirm, #done {
  padding: 0px 0px;
  position: relative;
  text-align: center;
  width: 96%;
  margin: 0 auto 80px auto;
}

@media screen and (min-width: 1000px) {
  #form03, #form04, #form05, #confirm, #done {
    max-width: 1000px;
  }
}

#form03 > h2, #form04 > h2, #form05 > h2, #confirm > h2, #done > h2 {
  font-size: 2rem;
  text-align: center;
  color: #BF956D;
  margin: 0px 0px 50px 0px;
}

#form03 > h2 > span, #form04 > h2 > span, #form05 > h2 > span, #confirm > h2 > span, #done > h2 > span {
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding: 0px 0px 10px 0px;
  border-bottom: 4px solid #BF956D;
}

@media screen and (min-width: 400px) {
  #form03 > h2, #form04 > h2, #form05 > h2, #confirm > h2, #done > h2 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #form03 > h2, #form04 > h2, #form05 > h2, #confirm > h2, #done > h2 {
    font-size: 2rem;
  }
}

#form03 > p.flow, #form04 > p.flow, #form05 > p.flow, #confirm > p.flow, #done > p.flow {
  text-align: center;
  margin: 0px 0px 40px 0px;
}

#form03 > h3, #form04 > h3, #form05 > h3, #confirm > h3, #done > h3 {
  background-color: #BF956D;
  color: #fff;
  padding: 10px;
  font-size: 1.2rem;
  margin: 0px 0px 40px 0px;
}

#form03 > h3#topback, #form04 > h3#topback, #form05 > h3#topback, #confirm > h3#topback, #done > h3#topback {
  width: 400px;
  margin: 60px auto 0 auto;
}

#form03 > h3#topback > a, #form04 > h3#topback > a, #form05 > h3#topback > a, #confirm > h3#topback > a, #done > h3#topback > a {
  color: #fff;
}

#form03 > div.formdiv, #form04 > div.formdiv, #form05 > div.formdiv, #confirm > div.formdiv, #done > div.formdiv {
  margin: 0px auto 40px auto;
  text-align: left;
  line-height: 200%;
}

@media screen and (max-width: 399px) {
  #form03 > div.formdiv, #form04 > div.formdiv, #form05 > div.formdiv, #confirm > div.formdiv, #done > div.formdiv {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #form03 > div.formdiv, #form04 > div.formdiv, #form05 > div.formdiv, #confirm > div.formdiv, #done > div.formdiv {
    width: 700px;
  }
}

#form03 > div.formdiv > h4, #form04 > div.formdiv > h4, #form05 > div.formdiv > h4, #confirm > div.formdiv > h4, #done > div.formdiv > h4 {
  text-align: left;
  font-size: 1rem;
  margin: 0px 0px 10px 0px;
}

#form03 > div.formdiv label, #form04 > div.formdiv label, #form05 > div.formdiv label, #confirm > div.formdiv label, #done > div.formdiv label {
  margin: 0px 30px 0px 0px;
}

@media screen and (max-width: 767px) {
  #form03 > div.formdiv label, #form04 > div.formdiv label, #form05 > div.formdiv label, #confirm > div.formdiv label, #done > div.formdiv label {
    display: block;
  }
}

#form03 > div.formdiv input[type="checkbox"], #form04 > div.formdiv input[type="checkbox"], #form05 > div.formdiv input[type="checkbox"], #confirm > div.formdiv input[type="checkbox"], #done > div.formdiv input[type="checkbox"] {
  margin: 0px 5px 0px 0px;
}

#form03 > div.formdiv input[type="radio"], #form04 > div.formdiv input[type="radio"], #form05 > div.formdiv input[type="radio"], #confirm > div.formdiv input[type="radio"], #done > div.formdiv input[type="radio"] {
  margin: 0px 5px 0px 0px;
}

#form03 table, #form04 table, #form05 table, #confirm table, #done table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: 0px auto 40px auto;
}

#form03 table > tbody > tr, #form04 table > tbody > tr, #form05 table > tbody > tr, #confirm table > tbody > tr, #done table > tbody > tr {
  border-bottom: 1px solid #cccccc;
}

#form03 table > tbody > tr > th, #form04 table > tbody > tr > th, #form05 table > tbody > tr > th, #confirm table > tbody > tr > th, #done table > tbody > tr > th {
  line-height: 160%;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  padding: 20px 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #form03 table > tbody > tr > th, #form04 table > tbody > tr > th, #form05 table > tbody > tr > th, #confirm table > tbody > tr > th, #done table > tbody > tr > th {
    width: 100%;
    display: list-item;
    list-style: none;
    padding: 20px 10px 5px 10px;
  }
}

@media screen and (min-width: 768px) {
  #form03 table > tbody > tr > th, #form04 table > tbody > tr > th, #form05 table > tbody > tr > th, #confirm table > tbody > tr > th, #done table > tbody > tr > th {
    width: 30%;
    display: table-cell;
    padding: 20px 10px 20px 10px;
  }
}

#form03 table > tbody > tr > th > span, #form04 table > tbody > tr > th > span, #form05 table > tbody > tr > th > span, #confirm table > tbody > tr > th > span, #done table > tbody > tr > th > span {
  position: absolute;
  right: 10px;
  z-index: 10;
  background-color: #B6272D;
  color: #fff;
  padding: 2px 15px;
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  #form03 table > tbody > tr > th > span, #form04 table > tbody > tr > th > span, #form05 table > tbody > tr > th > span, #confirm table > tbody > tr > th > span, #done table > tbody > tr > th > span {
    top: 15px;
  }
}

@media screen and (min-width: 768px) {
  #form03 table > tbody > tr > th > span, #form04 table > tbody > tr > th > span, #form05 table > tbody > tr > th > span, #confirm table > tbody > tr > th > span, #done table > tbody > tr > th > span {
    top: 27px;
  }
}

#form03 table > tbody > tr > td, #form04 table > tbody > tr > td, #form05 table > tbody > tr > td, #confirm table > tbody > tr > td, #done table > tbody > tr > td {
  line-height: 160%;
  text-align: left;
  line-height: 200%;
}

#form03 table > tbody > tr > td label, #form04 table > tbody > tr > td label, #form05 table > tbody > tr > td label, #confirm table > tbody > tr > td label, #done table > tbody > tr > td label {
  margin: 0px 10px 0px 0px;
}

#form03 table > tbody > tr > td select, #form04 table > tbody > tr > td select, #form05 table > tbody > tr > td select, #confirm table > tbody > tr > td select, #done table > tbody > tr > td select {
  margin: 0px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
  #form03 table > tbody > tr > td, #form04 table > tbody > tr > td, #form05 table > tbody > tr > td, #confirm table > tbody > tr > td, #done table > tbody > tr > td {
    width: 100%;
    display: list-item;
    list-style: none;
    padding: 5px 10px 20px 10px;
  }
}

@media screen and (min-width: 768px) {
  #form03 table > tbody > tr > td, #form04 table > tbody > tr > td, #form05 table > tbody > tr > td, #confirm table > tbody > tr > td, #done table > tbody > tr > td {
    width: 70%;
    display: table-cell;
    padding: 20px 10px 20px 10px;
  }
}

#alert {
  background-color: #ffcece;
  padding: 20px;
}

#alert p {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 10px;
}

footer {
  background: #0071b5;
  padding: 60px 0;
  font-size: 1rem;
  color: #afafaf;
  text-align: center;
}

.mt30 {
  margin-top: 30px;
}
