.issue-form input[type=password] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #677d8a;
  color: #333;
}
.issue-form input[type=password].status {
  width: 2.8em;
}

/* /////////////////////////

リフォーム見積依頼

///////////////////////// */
#form-common main .inner {
  max-width: 114rem;
  margin: 0 2.6%;
}
@media screen and (min-width: 960px) {
  #form-common main .inner {
    margin: 6em auto;
  }
}

.form-common-head {
  line-height: 1.5;
}
.form-common-head ul {
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-left: 1em;
}
@media screen and (min-width: 576px) {
  .form-common-head ul {
    font-size: 1.6rem;
  }
}
.form-common-head ul li {
  list-style: disc;
}
.form-common-head ul li .red {
  color: #f70000;
  border-bottom: 1px solid #f70000;
}
.form-common-head p {
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .form-common-head p {
    font-size: 1.6rem;
  }
}
.form-common-form {
  margin-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .form-common-form {
    padding-bottom: 10rem;
  }
}
.form-common-form .inner .large {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .form-common-form .inner .large {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.form-common-form__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  .form-common-form__dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-common-form__dl dt {
  width: 100%;
  background-color: #53aae4;
  color: #fff;
  padding: 0.75em 1em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  .form-common-form__dl dt {
    width: 30%;
    padding: 2.5rem 2em;
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-common-form__dl dt .supple {
  position: relative;
  padding-left: 1em;
  display: block;
  margin-top: 1rem;
  font-size: 0.9em;
}
.form-common-form__dl dt .supple::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.form-common-form__dl dt:last-of-type {
  border-bottom: 0;
}
.form-common-form__dl dd {
  width: 100%;
  padding: 1em 1em 2em;
  background-color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  border-bottom: 1px solid #ddeefa;
}
@media screen and (min-width: 576px) {
  .form-common-form__dl dd {
    width: 70%;
    padding: 2.6rem 2rem;
    font-size: 1.4rem;
  }
}
.form-common-form__dl dd .is_asterisk {
  padding-left: 1em;
  text-indent: -1em;
}
.form-common-form__dl dd .is_asterisk:first-of-type {
  margin-top: 0.5em;
}
.form-common-form__dl dd .is_asterisk::before {
  content: "※";
}
.form-common-form__dl dd:last-of-type {
  border-bottom: 0;
}
.form-common-form__dl dd .error-text {
  margin-top: 0.5em;
  font-weight: bold;
  color: red;
}
.form-common-form__dl dd ul {
  width: 100%;
}
.form-common-form__dl dd ul > li {
  width: 100%;
}
.form-common-form__dl dd ul.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-common-form__dl dd ul.-row > li {
  width: 48%;
}
.form-common-form__dl dd ul.-row > li:nth-of-type(2n) {
  margin-left: 4%;
}
.form-common-form__dl dd ul.-row > li:nth-of-type(n + 3) {
  margin-top: 0.5em;
}
.form-common-form__dl dd ul:not(.-row) > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.form-common-form__dl dd input[type=text],
.form-common-form__dl dd input[type=tel],
.form-common-form__dl dd input[type=email] {
  width: 100%;
  max-width: 44rem;
  padding: 0.75em;
  border: 1px solid #b7b7b7;
  color: #333;
}
.form-common-form__dl dd input[type=text].-error,
.form-common-form__dl dd input[type=tel].-error,
.form-common-form__dl dd input[type=email].-error {
  border-color: red;
}
.form-common-form__dl dd input[type=text].is_4em,
.form-common-form__dl dd input[type=tel].is_4em,
.form-common-form__dl dd input[type=email].is_4em {
  width: 4em;
}
.form-common-form__dl dd input[type=text].is_full,
.form-common-form__dl dd input[type=tel].is_full,
.form-common-form__dl dd input[type=email].is_full {
  max-width: initial;
}
.form-common-form__dl dd input[type=radio] {
  vertical-align: baseline;
  margin-top: 0;
}
.form-common-form__dl dd input[type=radio]:hover {
  cursor: pointer;
}
.form-common-form__dl dd input[type=checkbox] {
  margin: 0 0.5em 0.25em 5px;
}
.form-common-form__dl dd input.date,
.form-common-form__dl dd input[type=date] {
  position: relative;
  padding: 0.75em;
  border: 1px solid #b7b7b7;
  color: #333;
  font-size: 1.2rem;
  width: 10em;
}
.icon-calendar {
	background: url(../images/common/icon-calendar.svg) no-repeat right 3px center / auto 50%;
	padding-right: 18px;
}
input.icon-calendar:disabled {
	opacity:0.5;
}
@media screen and (min-width: 576px) {
  .form-common-form__dl dd input.date,
  .form-common-form__dl dd input[type=date] {
    font-size: 1.4rem;
    width: 11em;
  }
}
.form-common-form__dl dd input[type=date]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  color: #53aae4;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-color: #fff;
}
.form-common-form__dl dd select {
  padding: 0.5em;
}
.form-common-form__dl dd label {
  font-size: 1.4rem;
  margin: 1rem 0;
}
@media screen and (min-width: 576px) {
  .form-common-form__dl dd label {
    font-size: 1.6rem;
  }
}
.form-common-form__dl dd label:hover {
  cursor: pointer;
}
.form-common-form__dl dd > div {
  width: 100%;
}
.form-common-form__dl dd .form-list-inner {
  margin: 1em 0 1.5em 2em;
  padding: 1.5em 2em;
  background: rgba(0, 0, 0, 0.05);
}
.form-common-form__dl dd .form-confirm-inner-list {
  padding-left: 1em;
}
.form-common-form__dl dd .form-confirm-inner-list li {
  list-style: disc;
}
.form-common-form__dl dd .form-inner-heading {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .form-common-form__dl dd .form-inner-heading {
    font-size: 1.6rem;
  }
}
.form-common-form .btn-flex {
  max-width: 40rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  margin-top: 3rem;
}
@media screen and (min-width: 576px) {
  .form-common-form .btn-flex {
    margin-top: 6rem;
  }
}
.form-common-form__reset, .form-common-form__back, .form-common-form__submit, .form-common-form__send {
  width: 46%;
}
.form-common-form__reset input, .form-common-form__back input, .form-common-form__submit input, .form-common-form__send input {
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5rem 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(4, 0, 0, 0.1);
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-common-form__reset input:hover, .form-common-form__back input:hover, .form-common-form__submit input:hover, .form-common-form__send input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.form-common-form__reset input, .form-common-form__back input {
  background-color: #868686;
}
.form-common-form__submit input, .form-common-form__send input {
  background-color: #f99625;
}
.form-common-form__annotation {
  line-height: 1.5em;
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-left: 1em;
}
@media screen and (min-width: 576px) {
  .form-common-form__annotation {
    font-size: 1.6rem;
  }
}
.form-common-form__annotation li {
  list-style: disc;
}
.form-common-form__annotation li .red {
  color: #f70000;
  border-bottom: 1px solid #f70000;
}
.form-common__complete {
  text-align: center;
  margin-top: 5rem;
}
.form-common__complete-text {
  border: 1px solid #0055c2;
  padding: 1.5rem 7em;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .form-common__complete-text {
    font-size: 1.8rem;
    padding: 2rem 9em;
  }
}
.form-common__complete-text2 {
  text-align: center;
  margin-top: 3em;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .form-common__complete-text2 {
    font-size: 1.6rem;
  }
}