@charset "utf-8";

/* ==================================================
All device
================================================== */
.caution {
  clear: both;
  display: block;
  width: 100% !important;
  color: #E15F45;
  font-size: 14px;
  font-weight: bold;
  /*text-align: center;*/
  padding: 13px 0 0;
}


/* ==================================================
PC
================================================== */
@media only screen and (min-width: 738px){

  .login__form {
    width: 600px;
    text-align: center;
    margin: 0 auto;
  }

  /*regist__table*/
  .regist__table {
    width: 100%;
    margin: 50px 0 30px;
  }
    /*thead*/
    .regist__table thead {
      width: 720px;
      background: #CFD3D7;
      border-top: solid 1px #6E7281;
    }
      .regist__table thead tr {
        display: block;
        width: 720px;
        padding: 0;
      }
      .regist__table thead th {
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        /*text-align: left;*/
      }
      .regist__table thead th:first-child {
        width: 105px;
      }
    /*tbody*/
    .regist__table tbody {
      display: block;
      width: 720px;
      border-bottom: solid 1px #6E7281;
      margin: 20px 0;
    }
      .regist__table tbody tr {
        display: block;
        width: 720px;
        padding: 20px 0;
      }
      .regist__table tbody tr:nth-child(even) {
        background: #F5F5F5;
      }

    .regist__table tbody td {
      width: 100px;
      text-align: center;
      font-size: 14px;
      font-weight: normal;
      vertical-align: middle;
      line-height: 1.25em;
      padding: 10px 15px;
    }
    .regist__table tbody td:nth-child(2n) {
      width: 620px;
      border-left: solid 1px #DADCDF;
      text-align: left;
      vertical-align: middle;
    }


    .regist__table tbody td span {
      display: block;
    }

    .regist__table tbody td dl {
      float: left;
      width: 70%;
    }
      .regist__table tbody td dl dt,
      .regist__table tbody td dl dd {
        line-height: 1.5em;
        margin: 5px 0;
      }
      .regist__table tbody td dl dd {
        font-size: 18px;
        font-weight: bold;
      }
      .regist__table tbody td dl dd a {
        font-size: 16px;
        font-weight: normal;
        text-decoration: underline;
      }

    .regist__table tbody td ul {
      float: right;
      width: 30%;
      vertical-align: middle;
    }
      .regist__table tbody td ul li {
        line-height: 1em;
      }



.forms {
  margin: 20px 0 30px;
  border-top: 1px solid #323236;
  border-bottom: 2px solid #323236;
}

  .forms dl {
    position: relative;
    background: #EEE;
    border-top: solid 1px #909094;
  }
  .forms dl:after {
    content: "";
    clear: both;
    display: block;
  }

  .forms dt {
    width: 25%;
    float: left;
    background: #EEE;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 38px 15px 22px;
  }
  #form__quertionnaire.forms dt {
    width: 100%;
    float: none;
    padding: 15px;
  }
    .forms dt span {
      color: #E15F45;
      margin: 0 5px;
    }
    .forms dt i {
      font-size: 13px;
    }

  .forms dd {
    width: 75%;
    float: left;
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    padding: 30px 15px;
  }
  #form__quertionnaire.forms dd {
    width: 100%;
    float: none;
    padding: 30px 15px;
  }
    .forms dd p {
      font-size: 13px;
      margin: 5px 0 0;
    }

  .forms dt div,
  .forms dd div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-30%); /* Safari用 */
    transform: translateY(-30%);
  }

.forms dl.error {
  background: #FDE7E2;
}
  .forms dl.error dt {
    background: #FDE7E2;
  }
  .forms dl.error dd {
    background: #FDE7E2;
  }

.forms dl.uneditable {
  background: #E1E1E1;
}
  .forms dl.uneditable dt {
    background: #E1E1E1;
  }
  .forms dl.uneditable dd {
    background: #E1E1E1;
  }

.form__text {
  width: 50%;
  height: 34px;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #333337;
}
.form__text2 {
  width: 50%;
  height: 34px;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #333337;
}
.form__text3 {
  width: 68%;
  height: 34px;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #333337;
}
.form__text4 {
  width: 100%;
  height: 34px;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #333337;
}
  input[type="text"][disabled]{
    background: #EAEEF1 !important;
    border: solid 1px #ddd;
    cursor: not-allowed;
  }

.form__radio {

}
.form__radio2 {
  display: none;
}
  .form__radio {
    display: none;
  }
  .form__radio + label {
    cursor: pointer;
  }
  .form__radio + label span {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: solid 1px #00022E;
    border-radius: 8px;
    margin: 0 7px 0 0;
    cursor: pointer;
  }
    input[type="radio"]:checked + label span {
      background: #00022E;
    }

.form__check {
  border: solid 1px #0F0F35;
  margin: 0 10px 0 0;
}

.form__select {
  width: 100%;
  height: 38px;
  font-size: 14px;
}
.form__select2 {
  width: 23% !important;
  height: 38px;
  font-size: 14px;
  margin: 0 5px 0 0 !important;
}
.form__select3 {
  width: 20% !important;
  height: 38px;
  font-size: 14px;
  margin: 0 5px 0 10px !important;
}

/*.custom_select*/
.custom_select {
  width: 100%;
  height: 34px;
  background: url(/files/user/img/form/ico_dropdown.png) right 10px center no-repeat;
  background-size: 10px 6px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  border: solid 1px #00012A;
  padding: 4px 5px;
  margin: 3px 0 0;
  border-radius: none !important;
}

.form__col {
  display: block;
  margin: 3px 0;
}
.form__col1 {
  display: inline-block;
  width: 31.5%;
}
.form__col2 {

}
.form__col3 {
  display: inline-block;
  width: 49%;
}
  .form__col3 i {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px 0 0;
  }
.form__col4 {
  display: inline-block;
  margin: 5px 20px 5px 0;
}
.form__col5 {
  display: inline-block;
  width: 500px;
}

.form__textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  border: solid 1px #0F0F35;
  padding: 5px;
}
.form__textarea2 {
  width: 100%;
  height: 150px;
  font-size: 16px;
  border: solid 1px #0F0F35;
  padding: 5px;
}
  .num__max {
    float: right;
    color: #7E727F;
    font-size: 12px;
  }



/*regist
-------------------------------------------------- */

/*update
-------------------------------------------------- */
.submit__list {}
  .submit__list li {
    width: 60%;
    margin: 0 auto;
  }
  .submit__list li .btn__flame2 {
    width: 100%;
    height: 48px;
    padding: 6px;
    cursor: pointer;
  }
  .submit__list li:last-child .btn__flame2 {
    background: #EBEFF1 !important;
  }
  .submit__list li .btn__flame2:hover {
    background: #00022E !important;
    color: #fff;
  }

.submit__list2 {}
  .submit__list li {}
  .submit__list2 li:first-child {
    float: left;
    width: 35%;
  }
  .submit__list2 li:last-child {
    float: right;
    width: 60%;
  }
  .submit__list2 li .btn__flame2 {
    width: 100%;
    height: 48px;
    padding: 6px;
    cursor: pointer;
  }
  .submit__list2 li:last-child .btn__flame2 {
    background: #EBEFF1 !important;
  }
  .submit__list2 li .btn__flame2:hover {
    background: #00022E !important;
    color: #fff;
  }

#overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EAEEF1;
  opacity: 0.8;
}
.modal {
  z-index: 10000;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  background: #fff;
  padding: 40px 30px 30px;
  box-shadow:1px 2px 5px 1px #ccc;
  -moz-box-shadow:1px 2px 5px 1px #ccc;
  -webkit-box-shadow:1px 2px 5px 1px #ccc;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
  .modal .modal__close {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
  }
  .modal p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 30px;
  }



}



/* ==================================================
Smartphone
================================================== */
@media only screen and (max-width: 737px){

  .login__form {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }

  /*regist__table*/
  .regist__table {
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
  }
    .regist__table thead {
      width: 100%;
      background: #CFD3D7;
      border-top: solid 1px #6E7281;
    }
      .regist__table thead tr {
        display: block;
        width: 100%;
        padding: 0;
      }
      .regist__table thead th {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        padding: 10px 8px;
      }
      .regist__table thead th:first-child {
        width: 92px;
      }

    .regist__table tbody {
      display: block;
      width: 100%;
      border-bottom: solid 1px #6E7281;
      margin: 10px 0;
    }
      .regist__table tbody tr {
        display: block;
        width: 100%;
        padding: 10px 0 70px;
      }
      .regist__table tbody tr.no__questionnaire {
        padding: 10px 0;
      }
      .regist__table tbody tr:nth-child(even) {
        background: #F5F5F5;
      }

    .regist__table tbody td {
      min-width: 100px;
      font-size: 13px;
      font-weight: normal;
      text-align: left;
      vertical-align: top;
      line-height: 1.25em;
      padding: 5px 0 5px 8px;
    }
    .regist__table tbody td:nth-child(2n) {
      padding: 5px 8px 5px 0;
    }

      .regist__table tbody td span {
        display: inline-block;
      }

      .regist__table tbody td dl {}
      .regist__table tbody td dl dt,
      .regist__table tbody td dl dd {
        line-height: 1.5em;
        margin: -2px 0 0;
      }
      .regist__table tbody td dl dd {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
      }
      .regist__table tbody td dl dd a {
        font-size: 16px;
        font-weight: normal;
        text-decoration: underline;
      }

    .regist__table tbody td ul {
      position: absolute;
      width: 97%;
      left: 0;
      margin: 0 1.5% 50px;
    }
      .regist__table tbody td ul li {
        float: left;
        width: 49%;
        line-height: 1em;
      }
      .regist__table tbody td ul li:nth-child(2) {
        float: right;
        position: relative;
        top: -3px;
      }



.caution {
  color: #E15F45;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0 0;
}

.forms {
  margin: 20px 0 30px;
  border-top: 1px solid #323236;
  border-bottom: 2px solid #323236;
}

  .forms dl {
    background: #EEE;
    border-top: solid 1px #909094;
  }
  .forms dl:after {
    content: "";
    clear: both;
    display: block;
  }

  .forms dt {
    width: 100%;
    background: #EEE;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    padding: 10px 8px;
  }
    .forms dt span {
      color: #E15F45;
      margin: 0 5px;
    }
    .forms dt i {
      font-size: 12px;
    }

  .forms dd {
    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 8px;
  }
  .forms dd:after {
    content: "";
    clear: both;
    display: block;
  }
    .forms dd p {
      font-size: 12px;
      margin: 5px 0 0;
    }

.forms dl.error {
  background: #FDE7E2;
}
  .forms dl.error dt {
    background: #FDE7E2;
  }
  .forms dl.error dd {
    background: #FDE7E2;
  }

.forms dl.uneditable {
  background: #E1E1E1;
}
  .forms dl.uneditable dt {
    background: #E1E1E1;
  }
  .forms dl.uneditable dd {
    background: #E1E1E1;
  }

.form__text {
  width: 100%;
  font-size: 14px;
  height: 34px;
  padding: 5px;
  border: solid 1px #333337;
}
.form__text2 {
  position: relative;
  right: 0;
  width: 70%;
  font-size: 14px;
  height: 32px;
  padding: 5px;
  border: solid 1px #333337;
}
.form__text3 {
  width: 68%;
  height: 32px;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #333337;
}
.form__text4 {
  width: 100%;
  height: 32px;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #333337;
}
  input[type="text"][disabled]{
    background: #EAEEF1 !important;
    border: solid 1px #ddd;
    cursor: not-allowed;
  }

.form__radio {

}
.form__radio2 {
  display: none;
}
    .form__radio {
      display: none;
    }
    .form__radio + label {
      cursor: pointer;
    }
    .form__radio + label span {
      display: inline-block;
      position: relative;
      top: 3px;
      width: 16px;
      height: 16px;
      background: #fff;
      border: solid 1px #00022E;
      border-radius: 8px;
      margin: 0 7px 0 0;
      cursor: pointer;
    }
      input[type="radio"]:checked + label span {
        background: #00022E;
      }

.form__check {
  margin-bottom: 10px;
}
label {
  font-size: 13px;
}

.form__select {
  width: 100%;
  height: 38px;
  font-size: 14px;
}
.form__select2 {
  width: 40% !important;
  height: 38px;
  font-size: 14px;
  margin: 0 5px 0 0 !important;
}
.form__select3 {
  width: 35% !important;
  height: 38px;
  font-size: 14px;
  margin: 0 5px 0 10px !important;
}

.form__col {
  display: block;
  margin: 3px 0;
}
.form__col1 {
  display: inline-block;
  width: 47%;
}
.form__col2 {
  display: block;
  width: 100%;
  clear: both;
}
.form__col3 {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
  .form__col3 i{
    display: block;
    font-size: 13px;
  }

.form__textarea {
  width: 100%;
  height: 70px;
  font-size: 14px;
  border: solid 1px #0F0F35;
  padding: 5px;
}
.form__textarea2 {
  width: 100%;
  height: 100px;
  font-size: 14px;
  border: solid 1px #0F0F35;
  padding: 5px;
}
  .num__max {
    float: right;
    color: #7E727F;
    font-size: 12px;
  }


.custom_select {
  width: auto;
  width: 100%;
  height: 36px;
  background: url(/files/user/img/form/ico_dropdown.png) right 10px center no-repeat;
  background-size: 10px 6px;
  font-size: 13px;
  font-weight: bold;
  border: solid 1px #00012A;
  padding: 6px;
  margin: 3px 0 0;
}

#search__freeword {
  position: relative;
  height: 38px;
  border: solid 1px #00012A;
  margin: -8px 0 0;
}
  #search__freeword--text {
    border: none;
    width: 100%;
    font-size: 13px;
    padding: 4px 10px 2px;
  }
  #search__freeword--submit {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
  }



/*regist
-------------------------------------------------- */


/*update
-------------------------------------------------- */
.submit__list {}
  .submit__list li {
    width: 60%;
    margin: 0 auto;
  }
  .submit__list li .btn__flame2 {
    width: 100%;
    height: 48px;
    padding: 6px;
    cursor: pointer;
  }
  .submit__list li:last-child .btn__flame2 {
    background: #EBEFF1 !important;
  }
  .submit__list li .btn__flame2:active {
    background: #00022E !important;
    color: #fff;
  }

.submit__list2 {}
  .submit__list li {}
  .submit__list2 li:first-child {
    float: left;
    width: 35%;
  }
  .submit__list2 li:last-child {
    float: right;
    width: 60%;
  }
  .submit__list2 li .btn__flame2 {
    width: 100%;
    height: 48px;
    padding: 6px;
    cursor: pointer;
  }
  .submit__list2 li:last-child .btn__flame2 {
    background: #EBEFF1 !important;
  }
  .submit__list2 li .btn__flame2:active {
    background: #00022E !important;
    color: #fff;
  }

#overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EAEEF1;
  opacity: 0.8;
}
.modal {
  z-index: 100000;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  background: #fff;
  padding: 40px 10px 20px;
  box-shadow:1px 2px 5px 1px #ccc;
  -moz-box-shadow:1px 2px 5px 1px #ccc;
  -webkit-box-shadow:1px 2px 5px 1px #ccc;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
  .modal .modal__close {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
  }
  .modal p {
    font-size: 13px;
    text-align: center;
    margin: 0 0 15px;
  }



}


