@charset "UTF-8";
@import url("common.css");

/* page sell form
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .block-contact {
    background: url(../img/contact/main_img.jpg) center/auto 100% no-repeat;
    width: 100%;
    max-width: 1600px;
    height: 305px;
    margin: 0 auto 65px;
  }
}
@media only screen and (max-width: 767px) {
  .block-contact {
    background: url(../img/contact/sp/main_img.jpg) center/auto 100% no-repeat;
    height: 4.6rem;
    margin: 0 auto 0.8rem;
  }
}

.block-form {
  display: block;
}
@media print, (min-width: 768px) {
  .block-form {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .block-form {
    padding-bottom: 1.2rem;
  }
}

.input-text,
.select,
.textarea {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.textarea {
  resize: none;
  display: block;
}
.textarea:focus {
  outline: none;
}

.option-label {
  display: inline-block;
}
.option-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.option-input + .option-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.option-input + .option-text:after {
  position: absolute;
  content: "";
  background: url(../img/common/icon_radio.png) 0 0 no-repeat;
  background-size: 22px auto;
}
.option-input:checked + .option-text:after {
  background-position: 0 -22px;
}

.is-check .option-input + .option-text:after {
  background-image: url(../img/common/icon_check.png);
  background-size: 28px auto;
}
.is-check .option-input:checked + .option-text:after {
  background-position: 0 -28px;
}

.required {
  display: inline-block;
  background-color: #fe8206;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.button {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #016894 url(../img/common/icon_arrow_03.png) right bottom no-repeat;
  border: 2px solid #016894;
}
.button:after {
  background: #fff;
}
.button:hover {
  color: #016894;
}

@media print, (min-width: 768px) {
  .input-text {
    height: 34px;
    padding: 0 15px;
    width: 350px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .input-text {
    line-height: 20px;
    padding-top: 4px;
  }
}

@media print, (min-width: 768px) {
  .select {
    display: block;
    background: #fff url(../img/common/icon_select.png) right 6px center no-repeat;
    background-size: 10px auto;
    height: 45px;
    padding: 2px 30px 0 15px;
    cursor: pointer;
    width: 185px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .select {
    padding-top: 6px;
  }
}

@media print, (min-width: 768px) {
  .textarea {
    width: 100%;
    height: 220px;
    padding: 15px;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .option-input + .option-text {
    padding-left: 30px;
  }
  .option-input + .option-text:after {
    width: 22px;
    height: 22px;
    left: 0;
    top: -4px;
  }

  .is-check .option-input + .option-text {
    padding-left: 40px;
  }
  .is-check .option-input + .option-text:after {
    width: 28px;
    height: 28px;
  }

  .is-small {
    width: 185px;
  }

  .is-medium {
    width: 305px;
  }

  .required {
    font-size: 14px;
    padding: 4px 5px 3px;
    margin: -4px 0 0 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .required {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}

@media print, (min-width: 768px) {
  .list-option {
    display: flex;
    margin-bottom: 30px;
  }
  .list-option li {
    padding-right: 60px;
  }

  .list-block {
    display: block;
  }
  .list-block li {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .list-block .option-input + .option-text:after {
    top: -2px;
  }

  .block-mind {
    padding-left: 30px;
  }

  .mind-text {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .block-agree {
    width: 600px;
    margin: 0 auto 40px;
    padding-left: 75px;
    font-size: 18px;
    line-height: 1.2;
  }

  .button {
    margin: 0 auto;
    width: 500px;
    height: 75px;
    font-size: 35px;
    cursor: pointer;
    padding-top: 2px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .button {
    padding-top: 14px;
  }
}

@media print, (min-width: 768px) {
  .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .input-file + label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: white;
    background-color: #949494;
    cursor: pointer;
    width: 190px;
    height: 45px;
    padding-top: 16px;
  }

  .size-text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .input-text,
  .select,
  .textarea {
    border-radius: 0.1rem;
  }

  .input-text {
    height: 0.8rem;
    padding: 0 0.2rem;
    width: 100%;
  }

  .select {
    display: block;
    background: #fff url(../img/common/icon_select.png) right 0.1rem center no-repeat;
    height: 0.8rem;
    padding: 0.04rem 0.2rem 0;
    width: 100%;
  }

  .textarea {
    width: 100%;
    height: 3rem;
    padding: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .option-input + .option-text {
    padding-left: 30px;
    font-size: 0.28rem;
  }
  .option-input + .option-text:after {
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background-size: 100% auto;
  }
  .option-input:checked + .option-text:after {
    background-position: 0 -18px;
  }
  .option-label {
    padding: 0.16rem 0 0.14rem;
  }

  .is-check .option-input + .option-text {
    padding-left: 0.7rem;
  }
  .is-check .option-input + .option-text:after {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 100% auto;
    top: 0;
    margin-top: 0;
  }
  .is-check .option-input:checked + .option-text:after {
    background-position: 0 -0.5rem;
  }

  .required {
    font-size: 0.24rem;
    padding: 0.06rem 0.1rem 0.08rem;
    margin: -0.08rem 0 0 0.1rem;
  }

  .list-option li,
  .list-block li {
    display: block;
    margin-bottom: 0.1rem;
  }

  .block-mind {
    padding-left: 30px;
  }

  .mind-text {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
  }

  .block-agree {
    width: 6rem;
    margin: 0 auto 0.5rem;
    font-size: 0.28rem;
    line-height: 1.2;
  }

  .button {
    width: 100%;
    height: 1.2rem;
    font-size: 0.4rem;
    padding-top: 0.06rem;
    background-size: 0.6rem auto;
  }

  .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .input-file + label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: white;
    background-color: #949494;
    cursor: pointer;
    width: 5rem;
    height: 0.9rem;
    padding-top: 0.32rem;
  }

  .size-text {
    margin-top: 0.4rem;
  }
}
.table-form {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #c9c9c9;
}
.table-form th {
  font-weight: bold;
  background-color: #f5f5f5;
}
.table-form td, .table-form th {
  border-bottom: 1px solid #c9c9c9;
}
.table-form .note-text {
  color: #a4a4a4;
}
@media print, (min-width: 768px) {
  .table-form {
    margin-bottom: 65px;
  }
  .table-form .form-text {
    position: relative;
  }
  .table-form th, .table-form td {
    vertical-align: middle;
    font-size: 16px;
    padding: 20px 10px 10px 30px;
  }
  .table-form .is-top th, .table-form .is-top td {
    vertical-align: top;
  }
  .table-form th {
    width: 230px;
  }
  .table-form td {
    width: 770px;
    padding-left: 20px;
    padding-right: 5px;
  }
  .table-form .note-text {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .table-form {
    margin-bottom: 0.8rem;
    width: 100%;
    display: block;
  }
  .table-form tbody,
  .table-form tr,
  .table-form th,
  .table-form td {
    width: 100%;
    display: block;
  }
  .table-form th, .table-form td {
    font-size: 0.28rem;
    padding: 0.3rem 0.2rem 0.26rem;
  }
  .table-form th {
    font-size: 0.32rem;
  }
  .table-form td {
    padding-left: 0;
    padding-right: 0;
  }
  .table-form .note-text {
    font-size: 0.26rem;
    margin-top: 0.15rem;
  }
}

.block-file {
  background-color: #e1e1e1;
  text-align: center;
}
.block-file .input-file {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #949494;
}
@media print, (min-width: 768px) {
  .block-file {
    padding: 45px 20px 40px;
  }
  .block-file .input-file {
    padding: 15px 5px;
    margin-bottom: 20px;
  }
  .block-file .file-text {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-file {
    padding: 0.7rem 0.2rem 0.6rem;
  }
  .block-file .input-file {
    padding: 0.3rem 0.05rem;
    margin-bottom: 0.2rem;
  }
  .block-file .file-text {
    margin-bottom: 0.1rem;
  }
}

.err_msg {
	font-weight: 600;
	color: red;
	font-size: 0.9em;
}
