@charset 'UTF-8';

.entry-column a:active, .entry-column a:focus, .entry-column a:hover {
  text-decoration: underline
}

.entry-column a:visited {
  text-decoration: none;
  color: #7f5ad7
}

.entry-column p.entry-btn {
  margin-bottom: 10px
}

.entry-column p.entry-btn a {
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #666
}

.entry-column p.entry-btn a:hover, .entry-column p.entry-btn a:visited {
  text-decoration: none;
  color: #fff
}

.entry-column p.entry-btn a:active, .entry-column p.entry-btn a:focus {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.entry-column p.entry-btn a:hover {
  color: #fff;
  background-color: #444;
  background-image: linear-gradient(180deg, #666, #444)
}

.entry-column p.entry-btn a:active, .entry-column p.entry-btn a:focus {
  background: #444
}

.entry-column p.entry-btn-attention a {
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: #c41134
}

.entry-column p.entry-btn-attention a:hover, .entry-column p.entry-btn-attention a:visited {
  text-decoration: none;
  color: #fff
}

.entry-column p.entry-btn-attention a:active, .entry-column p.entry-btn-attention a:focus {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.entry-column p.entry-btn-attention a:hover {
  color: #fff;
  background-color: #910021;
  background-image: linear-gradient(180deg, #c41134, #910021)
}

.entry-column p.entry-btn-attention a:active, .entry-column p.entry-btn-attention a:focus {
  background: #910021
}

.entry-column p.summary-title {
  margin: 0 0 10px
}

.entry-column p.summary-detail {
  font-size: 14px;
  margin: 0 0 10px
}

.entry-container {
  margin: 0 5px;
  background: #f9f6ed;
  padding: 2vw 1vw 0;
}

.confirm .entry-container,
.complete .entry-container {
  padding-bottom: .5vw;
}

.column-table- .entry-container {
  padding: 0;
}

.column-table- .entry-container th,
.column-table- .entry-container td {
  border: 1px solid #666;
}

.column-table- .entry-container td {
  background: #fff;
}

.entry-column table {
  width: 100%;
  margin: 0 0 30px
}

.entry-column table.table-history {
  table-layout: fixed
}

@media screen and (max-width:768px) {
  .entry-container .contact-form td, .entry-container .contact-form th {
    display: block;
  }
}

.entry-column .contact-form td,
.entry-column .contact-form th {
  font-size: 1vw;
}

@media screen and (max-width:768px) {
  .entry-column .contact-form td,
  .entry-column .contact-form th {
    font-size: 3.5vw;
  }
}

.entry-column td, .entry-column th {
  font-size: 1.2vw;
  line-height: 1.5;
  /* display: block; */
  padding: 5px;
  text-align: left;
  vertical-align: top;
  color: #333;
}

@media screen and (max-width:767px) {
  .entry-column td, .entry-column th {
    font-size: 4vw;
  }
}
.entry-column th {
  text-align: right;
}
@media screen and (max-width:768px) {
  .entry-column th {
    text-align: left;
  }
}
.no-requited {
  padding-right: 59px;
}

.contact-box p.message {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 35px;
  padding: 0 15px;
  color: #c41134;
  margin-top: 24px;
}

.contact-box p.contact-no {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #333
}

.contact-box p.contact-no a {
  color: inherit
}

.contact-box p.error-text {
  margin: 5px 0 0;
  color: #c41134
}

@media screen and (min-width:480px) {
  .contact-box td, .contact-box th {
    display: table-cell
  }
}

@media screen and (min-width:768px) {
  .contact-box th {
    width: 210px;
    vertical-align: middle;
  }
}

.contact-box .mail-step {
  margin: 0 10px 35px;
  padding: 0 10px;
  counter-reset: a;
  background: #e5e5e5
}

.contact-box .mail-step-item {
  font-size: 16px;
  font-weight: 700;
  float: left;
  margin: 0 10px;
  padding: 18px 0 14px;
  list-style: none;
  color: #999;
  border-bottom: 4px solid transparent
}

.contact-box .mail-step-item:before {
  content: counter(a) '.';
  counter-increment: a
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333
}

@media screen and (min-width:768px) {
  .contact-box .mail-step {
    height: 60px
  }
}

.form-btn-box {
  margin: 0 10px 50px;
  text-align: center
}

.form-btn {
  display: inline-block
}

@media screen and (min-width:768px) {
  .form-btn-send {
    float: none;
    width: 100%;
    max-width: 360px
  }
}

.label-required {
  font-size: 12px;
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  background: #999
}

@media screen and (min-width:768px) {
  .label-required {
    float: right
  }
}

.contact-box select[required]:required {
  border: 1px solid #c49511
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa
}

.contact-box input[required]:required, .contact-box textarea[required]:required {
  background: #fffdeb
}

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid {
  background: #ffebee
}

.contact-box input[required]:valid, .contact-box textarea[required]:valid {
  background: #fff
}

.valid-mark {
  display: none
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c
}

.invalid,.inputError {
  background: #ffebee !important
}
