@charset "UTF-8";
/* pbCorner
   ========================================================================== */
.pbCorner {
  min-height: 500px;
  margin-top: 30px;
}
.pbCorner table {
  width: 100%;
}
.pbCorner table th,
.pbCorner table td {
  padding: 15px 10px;
  border: 1px solid #cecece;
  vertical-align: middle;
}
/* pbErrorMsg
   ========================================================================== */
.pbErrorMsg {
  font-weight: bold;
  color: #ef0513;
}
.pbCorner .pbErrorMsg {
  padding: 0;
  border: none;
}
.pbCorner td.pbErrorMsg {
  padding-bottom: 15px;
}
/* pbCornerQueryLabelRequired
   ========================================================================== */
.pbCorner .pbCornerQueryLabelRequired {
  color: #ef0513;
}
/* pbLabel
   ========================================================================== */
.pbLabel {
  padding: 0;
  border-top: 1px solid #fff;
  text-align: center;
  color: #fff;
  background-color: #999;
}
/* pbInputForm
   ========================================================================== */
.pbInputForm {
  width: 100%;
  margin-right: 10px !important;
  padding: 0 5px;
  border: 1px solid #5d5d5d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
.ie .pbInputForm {
  font-family: "Meiryo", "MS PGothic", sans-serif;
}
.opt-w120 .pbInputForm {
  width: 130px;
}
.opt-w170 .pbInputForm {
  width: 170px;
}
.opt-w400 .pbInputForm {
  width: 400px;
}
.opt-postalcode-address .pbInputForm[size="8"] {
  width: 130px;
}
.opt-postalcode-address .pbInputForm[size="50"] {
  width: 100%;
}
/* form-step
   ========================================================================== */
.form-step:first-child {
  margin-top: 35px;
}
/* contact-attention
   ========================================================================== */
.table .pbCorner .contact-attention {
  padding: 30px 0 0 0;
  border: none;
}
/* contact-submit
   ========================================================================== */
.contact-submit {
  zoom: 1;
}
.contact-submit:before,
.contact-submit:after {
  content: '';
  display: table;
}
.contact-submit:after {
  clear: both;
}
.contact-submit > a {
  float: left;
}
.contact-submit > a:first-child {
  float: right;
}
/* contact-submit
   ========================================================================== */
.table .pbCorner .contact-submit {
  padding-top: 40px;
  border: none;
}
.table .pbCorner .contact-submit input:hover {
  opacity: 0.75;
}
.table .pbCorner .contact-submit {
  padding-top: 40px;
  border: none;
}
.table .pbCorner .contact-submit > a:hover {
  opacity: 0.75;
}
.table .pbCorner .contact-complete {
  width: 100%;
  font-size: 1.4em;
}
.table .pbCorner .contact-complete td,
.table .pbCorner .contact-complete th {
  border: none;
}
.table .pbCorner .contact-complete > a:first-child {
  position: absolute;
}
/* radioBox
   ========================================================================== */
.radio-box tr td,
.check-box tr td {
  padding: 0 10px;
}
.radio-box tr td:first-child,
.check-box tr td:first-child {
  display: none;
}
.radio-box.flex tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio-box.flex tbody tr td > div:not(:first-child) {
  margin-left: 10px;
}
/* Override publis id
   ========================================================================== */
#query_postnum_address_1010_0 {
  width: 120px;
}
#query_postnum_address_1010_1 {
  width: 100%;
}
/* pattern01
   ========================================================================== */
.pattern01 .pbCorner table tr:last-of-type td {
  border: none;
}
.pattern01 .pbLabel {
  width: 35%;
}
