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

/* page sell form
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .block-sell {
    background: url(../img/sell/main_img.jpg) left top/100% auto no-repeat;
    width: 100%;
    max-width: 1555px;
    height: 307px;
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .block-sell {
    background: url(../img/sell/sp/main_img.jpg) left top/100% auto no-repeat;
    height: 3.2rem;
    margin: 0 auto 0.6rem;
  }
}

.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;
  }
}

.list-step {
  display: flex;
  position: relative;
}
.list-step:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #ccc;
}
.list-step li {
  background-color: #ccc;
  color: #666;
  font-weight: bold;
  text-align: center;
}
.list-step li.active {
  background-color: #016894;
  color: #fff;
}
@media print, (min-width: 768px) {
  .list-step {
    margin-bottom: 45px;
  }
  .list-step:after {
    height: 5px;
    margin-top: -2px;
  }
  .list-step li {
    position: relative;
    z-index: 2;
    font-size: 18px;
    border-radius: 5px;
    width: 300px;
    height: 48px;
    padding: 12px 5px 8px;
    margin-right: 50px;
  }
}
@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) {
  .list-step li {
    padding-top: 15px;
  }
}
@media print, (min-width: 768px) {
  .list-step li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .list-step {
    margin-bottom: 0.7rem;
  }
  .list-step:after {
    height: 0.08rem;
    margin-top: -0.04rem;
  }
  .list-step li {
    position: relative;
    z-index: 2;
    font-size: 0.24rem;
    border-radius: 0.1rem;
    width: 32%;
    padding: 0.24rem 0.05rem 0.2rem;
    margin-right: 2%;
  }
  .list-step li:nth-child(3n) {
    margin-right: 0;
  }
}

::placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

.input-text,
.select,
.textarea {
  border: 1px solid #ccc;
  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-text {
  text-align: center;
}


.option-input-text .is-check{
  padding-top: .3rem;
}

.option-input-text .option-text {
  pointer-events: none;
  padding-top: 4px !important;
}

.option-input-text a {
  text-decoration: underline;
  color: #016894;
  pointer-events: fill;
}

.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: block;
  vertical-align: center;
  align-items: center;
  background-color: #016894;
  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,
  .select,
  .textarea {
    border-radius: 5px;
  }

  .input-text {
    height: 45px;
    padding: 0 15px;
    line-height: 40px;
    width: 484px;
  }
}
@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: 0 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: 580px;
    height: 290px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.2;
  }

  .option-input + .option-text {
    padding-left: 30px;
  }
}
@media print, print and (min-width: 768px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) {
  .option-input + .option-text {
    padding-top: 2px;
  }
}
@media print, (min-width: 768px) {
  .option-input + .option-text:after {
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
  }

  .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;
  }

  .is-large {
    width: 400px;
  }

  .required {
    font-size: 14px;
    padding: 5px 5px 4px;
    position: absolute;
    right: -15px;
    top: -2px;
    line-height: 1;
  }
}
@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) {
  @supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
    .required {
      padding-top: 2px;
    }
  }
  .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 li .option-text {
    padding-top: 0;
  }
  .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: 700px;
    margin: 0 auto 40px;
    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 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;
  }

  .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;
    float: right;
  }

  .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;
  }
}
.table-form {
  width: 100%;
  table-layout: fixed;
}
.table-form th {
  font-weight: bold;
  color: #666;
  background: rgba(229, 229, 229, 0.5);
}
.table-form td {
  background: rgba(1, 104, 148, 0.05);
}
@media print, (min-width: 768px) {
  .table-form {
    margin-bottom: 65px;
  }
  .table-form .form-text {
    position: relative;
  }
  .table-form th, .table-form td {
    vertical-align: top;
    font-size: 16px;
    padding: 30px 35px;
    border-bottom: 4px solid #fff;
  }
  .table-form .is-white td {
    background-color: #fff;
  }
  .table-form th {
    border-right: 4px solid #fff;
    width: 250px;
    padding-top: 45px;
  }
  .table-form td {
    width: 750px;
    padding-left: 45px;
    padding-right: 5px;
  }
  .table-form .is-middle {
    vertical-align: middle;
    height: 110px;
  }
  .table-form .is-middle .list-option {
    margin-bottom: 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;
  }
}

@media print, (min-width: 768px) {
  .block-info.is-border {
    margin-left: -45px;
    margin-right: -5px;
    border-top: 1px solid #fff;
    padding: 20px 5px 0 45px;
  }
  .block-info .item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 20px;
  }
  .block-info .info-text {
    width: 115px;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  .block-info .info-text.is-second {
    padding-top: 4px;
  }
  .block-info .box-detail {
    width: 560px;
  }
  .block-info .example-text {
    padding-left: 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) {
  .block-info .example-text {
    padding-top: 6px;
  }
}
@media print, (min-width: 768px) {
  .block-info .enter-text {
    font-size: 12px;
    padding-top: 5px;
  }
  .block-info .box-email .enter-text {
    padding: 10px 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .block-info .item {
    margin-bottom: 0.36rem;
  }
  .block-info .info-text {
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin-bottom: 0.1rem;
  }
  .block-info .enter-text {
    padding-top: 0.1rem;
  }
  .block-info .element .input {
    margin-bottom: 0.1rem;
  }
}

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

br.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc_only {
    display: none;
  }
}