@charset "UTF-8";
.errMsg {
  display: block; }

.formError {
  padding-bottom: 13px;
  display: block; }

.fixed {
  padding-bottom: 0; }

.formError .formErrorClose {
  border: solid #252525 2px;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  background: #333;
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  box-shadow: 1px -1px 3px #888;
  -moz-box-shadow: 1px -1px 3px #888;
  -webkit-box-shadow: 1px -1px 3px #888;
  _z-index: 2; }

.formError .formErrorClose:hover {
  background: #666; }

.fixed .formErrorClose {
  display: none; }

.formError .formErrorContent {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  box-shadow: 0px 0px 6px #888;
  -moz-box-shadow: 0px 0px 6px #888;
  -webkit-box-shadow: 0px 0px 6px #888;
  _z-index: 1; }

.fixed .formErrorContent {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.fadeOut {
  opacity: .2;
  filter: alpha(opacity=20); }

.formError .formErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
  _z-index: 0; }

.fixed .formErrorArrow {
  display: none; }

.formError .formErrorArrowBottom {
  margin: -6px;
  top: 0; }

.fixed .formErrorArrowBottom {
  display: none; }

.formError .formErrorArrow div {
  margin: 0 auto;
  display: block;
  height: 1px;
  background: #252525;
  line-height: 0px;
  font-size: 0px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.formError .formErrorArrow .line10 {
  width: 19px; }

.formError .formErrorArrow .line9 {
  width: 17px; }

.formError .formErrorArrow .line8 {
  width: 15px; }

.formError .formErrorArrow .line7 {
  width: 13px; }

.formError .formErrorArrow .line6 {
  width: 11px; }

.formError .formErrorArrow .line5 {
  width: 9px; }

.formError .formErrorArrow .line4 {
  width: 7px; }

.formError .formErrorArrow .line3 {
  width: 5px; }

.formError .formErrorArrow .line2 {
  width: 3px; }

.formError .formErrorArrow .line1 {
  width: 1px; }

.reset-wrap {
  max-width: 976px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: content-box;
  font-size: 16px;
  line-height: 1.4; }
  .reset-wrap .reset-ttl {
    text-align: center;
    color: #436aa3;
    font-size: 30px;
    margin-bottom: 35px; }
  .reset-wrap .err-block {
    text-align: center;
    color: #FF0000;
    font-size: 16px; }
  .reset-wrap input[type="text"],
  .reset-wrap input[type="password"],
  .reset-wrap input[type="tel"],
  .reset-wrap input[type="number"],
  .reset-wrap input[type="email"],
  .reset-wrap textarea {
    padding: 11px;
    border: #dee2ee 1px solid;
    background-color: #f8f9fc;
    border-radius: 4px; }
    .reset-wrap input[type="text"].input-w,
    .reset-wrap input[type="password"].input-w,
    .reset-wrap input[type="tel"].input-w,
    .reset-wrap input[type="number"].input-w,
    .reset-wrap input[type="email"].input-w,
    .reset-wrap textarea.input-w {
      width: 100%; }
    .reset-wrap input[type="text"].input-s,
    .reset-wrap input[type="password"].input-s,
    .reset-wrap input[type="tel"].input-s,
    .reset-wrap input[type="number"].input-s,
    .reset-wrap input[type="email"].input-s,
    .reset-wrap textarea.input-s {
      width: 170px; }
    .reset-wrap input[type="text"]::-moz-placeholder, .reset-wrap input[type="password"]::-moz-placeholder, .reset-wrap input[type="tel"]::-moz-placeholder, .reset-wrap input[type="number"]::-moz-placeholder, .reset-wrap input[type="email"]::-moz-placeholder, .reset-wrap textarea::-moz-placeholder {
      color: #c0c0c0; }
    .reset-wrap input[type="text"]::placeholder,
    .reset-wrap input[type="password"]::placeholder,
    .reset-wrap input[type="tel"]::placeholder,
    .reset-wrap input[type="number"]::placeholder,
    .reset-wrap input[type="email"]::placeholder,
    .reset-wrap textarea::placeholder {
      color: #c0c0c0; }
  .reset-wrap select {
    padding: 10px;
    border: #CCC 1px solid;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto; }
  .reset-wrap .form-notice {
    margin-top: 10px;
    font-size: 12px; }
    .reset-wrap .form-notice span {
      color: #cc0000; }
  .reset-wrap .block-submit {
    padding: 50px 20px 0;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center; }
    .reset-wrap .block-submit.reverse {
      flex-direction: row-reverse; }
    .reset-wrap .block-submit li {
      letter-spacing: normal;
      vertical-align: top;
      margin: 0 15px; }
      .reset-wrap .block-submit li:hover {
        opacity: .7; }
      .reset-wrap .block-submit li a {
        display: inline-block;
        box-sizing: border-box;
        border-radius: 4px;
        text-align: center;
        width: 200px;
        padding: 0.85em; }
      .reset-wrap .block-submit li.btn-cancel a {
        background-color: #eeeeee;
        color: #333; }
      .reset-wrap .block-submit li.btn-link a {
        background-color: #436aa3;
        color: #FFF; }
      .reset-wrap .block-submit li.btn-submit input {
        box-sizing: border-box;
        border-radius: 4px;
        background-color: #436aa3;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        width: 200px;
        padding: 0.85em;
        cursor: pointer;
        line-height: 1.4; }
  .reset-wrap .conplete-text {
    text-align: center;
    font-size: 22px;
    margin-top: 60px;
    background: url(../images/default_setting/icon_complete.png) center top no-repeat;
    background-size: 150px auto;
    padding-top: 190px; }
  .reset-wrap .error-text {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-top: 220px;
    background: url(../images/default_setting/icon_error.png) center top no-repeat;
    background-size: 160px auto;
    color: #cc0000; }
  .reset-wrap .link-btn {
    width: 200px;
    margin: 30px auto 0; }
    .reset-wrap .link-btn a {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border-radius: 4px;
      background-color: #436aa3;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      padding: 0.8em;
      font-size: 16px; }
      .reset-wrap .link-btn a:hover {
        opacity: .7; }
  .reset-wrap .lead-text {
    text-align: center;
    margin-bottom: 15px; }
  .reset-wrap .lead-text02 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px; }
  .reset-wrap .pass-form-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 700px;
    margin: 20px auto 0; }
    .reset-wrap .pass-form-list dt,
    .reset-wrap .pass-form-list dd {
      margin-top: 20px; }
    .reset-wrap .pass-form-list dt {
      padding-top: 10px; }
      .reset-wrap .pass-form-list dt.required::after {
        content: "必須";
        display: inline-block;
        background-color: #cc0000;
        color: #FFF;
        font-size: 12px;
        font-weight: normal;
        padding: 2px 7px;
        margin-left: 8px;
        border-radius: 4px; }
    .reset-wrap .pass-form-list dd {
      width: calc(100% - 260px); }
    @media only screen and (max-width: 767px) {
    .reset-wrap {
      padding: 40px 20px; }
      .reset-wrap .reset-ttl {
        font-size: 24px;
        margin-bottom: 30px; }
      .reset-wrap .err-block {
        font-size: 14px; }
      .reset-wrap input[type="text"],
      .reset-wrap input[type="password"],
      .reset-wrap input[type="tel"],
      .reset-wrap input[type="number"],
      .reset-wrap input[type="email"],
      .reset-wrap textarea {
        border: #cccccc 1px solid;
        background-color: #FFF; }
      .reset-wrap .block-submit {
        padding: 40px 0 0;
        display: block; }
        .reset-wrap .block-submit li {
          margin: 0; }
        .reset-wrap .block-submit li:first-child {
          margin-bottom: 20px; }
          .reset-wrap .block-submit li a {
            width: 220px; }
          .reset-wrap .block-submit li.btn-submit input {
            width: 220px; }
      .reset-wrap .conplete-text {
        font-size: 20px; }
      .reset-wrap .error-text {
        font-size: 20px; }
      .reset-wrap .link-btn {
        width: 220px; }
      .reset-wrap .lead-text02 {
        font-size: 18px; }
      .reset-wrap .pass-form-list {
        display: block; }
        .reset-wrap .pass-form-list dt {
          padding-top: 0;
          margin-top: 20px; }
        .reset-wrap .pass-form-list dd {
          width: auto;
          margin-top: 10px; } }
