@charset "UTF-8";
/***********
 * mixin
 ***********/
/* breakpoint
---------------------------------------------------------------------------- */
/* breakpointでvwの変更に使用
---------------------------------------------------------------------------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #B0B2B1 inset;
  -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #B0B2B1 inset;
  -webkit-text-fill-color: #fff;
}

.content {
  background-color: #B0B2B1;
}

.mr {
  background: #B0B2B1;
}

.mr .form-box {
  max-width: 100%;
}

.mr .content-main {
  max-width: 100%;
  margin: 0;
  background-color: #B0B2B1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mr .content-main {
    padding: 0 0 9.11458vw;
  }
}

.mr .content-main > .content-topLead-box:first-child {
  margin-top: 0;
}

.mr .content-topLead-box {
  margin: 0 auto 7.5rem;
  padding-top: 7.5rem;
}

@media screen and (max-width: 768px) {
  .mr .content-topLead-box {
    margin-bottom: 0 auto 13.02083vw;
    padding-top: 18.88021vw;
  }
}

.mr .content-title {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mr .content-title {
    font-size: 4.94792vw;
  }
}

.mr .form-input-row {
  display: block;
}

.mr .form-input-row:not(:last-child) {
  margin-bottom: 13.5rem;
}

@media screen and (max-width: 768px) {
  .mr .form-input-row:not(:last-child) {
    margin-bottom: 20.83333vw;
  }
}

.mr .form-input-value {
  text-align: center;
}

.mr .form-input-value input {
  background-color: #B0B2B1;
  border-bottom: 0.1rem solid #fff;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  width: 14rem;
}

@media screen and (max-width: 768px) {
  .mr .form-input-value input {
    font-size: 4.94792vw;
    width: 31.25vw;
  }
}

.mr .comment-box {
  margin-bottom: 4rem;
  text-align: center;
}

.mr .comment-box .comment {
  display: inline-block;
  text-align: left;
}

.mr .btn-box > button:only-child {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mr .btn-box > button:only-child {
    -webkit-transform: none;
            transform: none;
  }
}

.mr .img-box {
  margin-bottom: 12.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mr .img-box {
    margin-bottom: 18.22917vw;
  }
}

.mr .img-box img {
  height: auto;
  width: 7.5rem;
}

@media screen and (max-width: 768px) {
  .mr .img-box img {
    width: 18.61979vw;
  }
}

.mr .empty-message {
  display: none;
  margin: 5rem 0;
  font-size: 1.6rem;
  text-align: center;
  color: #ff0000;
}

.mr .form-box-title {
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  max-width: 100%;
  width: 100%;
}

.mr label.error {
  left: 50%;
  top: 5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer {
  background-color: #B0B2B1;
}

.footer-inner {
  color: #fff;
}

.footer-inner a {
  color: #fff;
}
