@charset "utf-8";
/* default PC */
#reissue #contents form .table-01 th {
  width: 320px;
}

.reissue-acceptance.table-02{
  border: 1px solid #43b1de;
  border-left: 0;
  width: 100%;
  margin-bottom: 20px;
}
#contents form .reissue-acceptance.table-02 td {
    background-color: #fff;
    border-left: 1px solid #0d9bd5;
    border-top: 1px dotted #0d9bd5;
    font-weight: 400;
    padding: 15px 20px;
}
#contents form .reissue-acceptance.table-02 th {
    border-left: 1px solid #0d9bd5;
    text-align: center;
    width: 60%;
}
.reissue-number input{
  max-width: 100px;
}

.reissue-hope{
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}
#acceptance-btn input[type="radio"][readonly]{
        pointer-events:none;
    }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        display: none;
}
.agent-box{
  position: relative;
}
.agent-box.not-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(133 133 133 / 50%);
    z-index: 1;
}

#contents form .agent-2box .sub-txt{
  line-height: 1.5em;
}

.reissue-table.not-active{
  position: relative;
}
.reissue-table.not-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(133 133 133 / 50%);
  z-index: 1;
}

#reissue input[type="checkbox"] {
  width: 13px;
  margin-right: 7px;
}

#reissue .form-txt span.wpcf7-form-control.wpcf7-checkbox{
  margin-bottom: 0;
}

#reissue #contents .form-txt {
  padding: 30px 20px 13px;
}

#reissue .need-area{
  padding: 0 20px;
}

#reissue .need-box{
  align-items: baseline;
  display: flex;
  width: 300px;
  margin-bottom: 5px;
  line-height: 1.5em;
}

#reissue .need-box:before {
  background-color: #d56271;
  color: #fff;
  content: "必須";
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  top: -1px;
  text-align: center;
  width: 35px;
}

@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents form .txt-center p.reissue-privacy {
    text-align: left;
}
#reissue #contents form .table-01 th {
  display: block;
  max-width: 100%;
  width: 100%;
}
#reissue .need-area{
  padding: 0 10px;
}

#reissue form .calendar{
  width: 70%;
}

}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {}

/* 559以下はRWD時に崩れがあれば任意で作成 */

/*IE*/
@media all and (-ms-high-contrast: none) {}
