@charset "UTF-8";
/* CSS Document */
#ul-header {
  background-image: url("../img/title-header-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #ul-header .inner {
    padding: 16rem 0 1rem; }
  #ul-header h2 {
    color: #fff; }
    #ul-header h2 span {
      display: inline-block;
      color: #ff6400; }

#introduction {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #introduction p.introduction-box {
      text-align: justify; } }
  #introduction p.introduction-box span {
    background-color: #ff6400;
    padding: 0.2rem 1rem 0.4rem;
    color: #fff;
    font-weight: bold;
    border-radius: 0.5rem; }
  #introduction .gray-back {
    background-color: #e6e6e6; }
    #introduction .gray-back .inner {
      padding: 4rem 0; }
    #introduction .gray-back dl dt {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 2px; }
    #introduction .gray-back dl dd {
      justify-content: center;
      margin-top: 3rem; }
      @media screen and (max-width: 767px) {
        #introduction .gray-back dl dd {
          flex-wrap: wrap; } }
      @media screen and (max-width: 575px) {
        #introduction .gray-back dl dd {
          margin-top: 2rem; } }
      @media screen and (max-width: 767px) {
        #introduction .gray-back dl dd div {
          width: 100%; } }
      #introduction .gray-back dl dd div a {
        font-size: 45px;
        font-size: 4.5rem;
        color: #ff6400;
        font-family: "Montserrat";
        font-weight: bold;
        letter-spacing: 2px;
        text-align: right;
        display: block;
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 767px) {
          #introduction .gray-back dl dd div a {
            text-align: center; } }
        @media screen and (max-width: 575px) {
          #introduction .gray-back dl dd div a {
            font-size: 33px;
            font-size: 3.3rem;
            letter-spacing: 0;
            margin-bottom: 0; } }
      #introduction .gray-back dl dd div p {
        font-size: 23px;
        font-size: 2.3rem;
        color: #ff6400;
        font-family: "Montserrat";
        font-weight: bold;
        letter-spacing: 2px;
        text-align: right;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          #introduction .gray-back dl dd div p {
            text-align: center; } }
        @media screen and (max-width: 575px) {
          #introduction .gray-back dl dd div p {
            font-size: 16px;
            font-size: 1.6rem; } }
      #introduction .gray-back dl dd div + p {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin-left: 3rem; }
        @media screen and (max-width: 767px) {
          #introduction .gray-back dl dd div + p {
            width: 100%;
            margin: 0;
            margin-top: 1rem; } }
        @media screen and (max-width: 575px) {
          #introduction .gray-back dl dd div + p {
            font-size: 16px;
            font-size: 1.6rem;
            margin-top: 0rem; } }
        #introduction .gray-back dl dd div + p span {
          display: block;
          font-size: 14px;
          font-size: 1.4rem; }

.mail-inner {
  width: 55%;
  margin: auto;
  padding: 8rem 0; }
  @media screen and (max-width: 1199px) {
    .mail-inner {
      width: 70%;
      padding: 5rem 0; } }
  @media screen and (max-width: 991px) {
    .mail-inner {
      width: 95%; } }
  @media screen and (max-width: 575px) {
    .mail-inner {
      width: 90%;
      padding: 4rem 0; } }

form#mail_form {
  padding-top: 2rem; }
  form#mail_form dl dt {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600; }
    form#mail_form dl dt:first-child {
      border-top: none; }
    form#mail_form dl dt::before {
      display: inline-block;
      font-size: 90%;
      font-weight: normal;
      line-height: 1;
      margin-right: 1rem;
      padding: 0.4rem 0.5rem;
      border-radius: 5px; }
  form#mail_form dl dt.required::before {
    content: "必須";
    color: #fff;
    background-color: #ff6400;
    border: 1px solid #ff6400; }
  form#mail_form dl dt.optional::before {
    content: "任意";
    color: #ff6400;
    background-color: #fff;
    border: 1px solid #ff6400; }
  form#mail_form dl dd {
    margin-bottom: 4rem; }
    form#mail_form dl dd:nth-child(2) {
      margin-top: 0.5rem;
      margin-bottom: 3rem; }
    form#mail_form dl dd span.error_blank,
    form#mail_form dl dd span.error_format,
    form#mail_form dl dd span.error_match {
      display: block;
      color: #ff0000;
      margin-top: 3px; }
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"],
  form#mail_form textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    background: #efefef;
    -webkit-appearance: none;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px; }
    form#mail_form input[type="text"]:focus,
    form#mail_form input[type="email"]:focus,
    form#mail_form input[type="tel"]:focus,
    form#mail_form textarea:focus {
      border: none;
      background-color: #efefef;
      outline: none; }
  form#mail_form input[type="radio"],
  form#mail_form input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 0;
    accent-color: #ff6400; }
  form#mail_form label {
    margin-right: 2em; }
  form#mail_form select {
    font-size: 100%;
    margin-top: 5px; }
  form#mail_form input#postal {
    width: 30%; }
    form#mail_form input#postal + a {
      display: inline-block;
      padding: 5px 15px;
      margin-left: 1.5rem;
      border-radius: 5px;
      background: #FDEFF5;
      border: 1px solid #C7000B;
      color: #C7000B;
      font-family: inherit;
      text-decoration: none;
      transition: 0.3s; }
      form#mail_form input#postal + a:hover {
        cursor: pointer;
        background: #C7000B;
        color: #fff; }
  form#mail_form p#form_submit {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0 0; }
    @media screen and (max-width: 575px) {
      form#mail_form p#form_submit {
        padding: 3rem 0 0; } }
  form#mail_form input[type="button"] {
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.06em;
    padding: 2rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #ff6400;
    background: #ff6400;
    color: #fff;
    -webkit-appearance: none;
    transition: 0.3s; }
    @media screen and (max-width: 575px) {
      form#mail_form input[type="button"] {
        letter-spacing: 0;
        padding: 2rem 3.5rem; } }
    form#mail_form input[type="button"]:hover {
      cursor: pointer;
      background: #fff;
      color: #000; }
  form#mail_form input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #efefef inset; }
  form#mail_form span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px; }
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.privacy-policy {
  border: 1px solid #c3c3c3;
  padding: 2.5rem;
  margin-top: 2rem;
  background-color: #fff; }
  .privacy-policy h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  .privacy-policy p {
    text-align: justify; }

.thanks-box h3 {
  font-size: 2.5rem;
  font-size: 25px;
  margin-bottom: 4rem;
  padding: 0;
  border: none; }
.thanks-box p {
  margin-bottom: 5rem; }
.thanks-box a {
  display: inline-block;
  font-weight: bold;
  padding: 2rem 6rem;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #ff6400;
  background: #ff6400;
  color: #fff;
  -webkit-appearance: none;
  transition: 0.3s; }
  .thanks-box a:hover {
    color: #000;
    background-color: #fff; }
