/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	INPUT
--------------------*/
.contact .sub-head h2 img {
  height: 60px;
  margin: 15px auto 0; }
  @media screen and (max-width: 1119px) {
    .contact .sub-head h2 img {
      height: 53px; } }
.contact .content {
  width: 100%;
  background: #fff;
  padding: 80px 0; }
  @media screen and (max-width: 1119px) {
    .contact .content {
      width: 92%;
      padding: 40px 2%;
      margin: 0 2%; } }
  .contact .content .message {
    width: 560px;
    background: #efefef;
    padding: 20px 0;
    margin: 0 auto 60px; }
    @media screen and (max-width: 1119px) {
      .contact .content .message {
        width: 100%;
        margin: 0 auto 40px; } }
    .contact .content .message p {
      text-align: center;
      font-size: 1.4em;
      font-weight: bold;
      line-height: 2; }
  .contact .content .contact-form {
    width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 1119px) {
      .contact .content .contact-form {
        width: 100%; } }
    .contact .content .contact-form form dl {
      display: grid;
      grid-template-columns: 300px 1fr;
      margin-bottom: 40px; }
      @media screen and (max-width: 1119px) {
        .contact .content .contact-form form dl {
          grid-template-columns: 1fr;
          margin-bottom: 20px; } }
      .contact .content .contact-form form dl dt {
        font-size: 1.8em;
        font-weight: bold;
        line-height: 40px; }
        @media screen and (max-width: 1119px) {
          .contact .content .contact-form form dl dt {
            font-size: 1.6em; } }
        .contact .content .contact-form form dl dt span {
          background: #ff4803;
          color: #fff;
          font-size: 1.4rem;
          font-weight: normal;
          padding: 4px 8px;
          border-radius: 10px; }
          @media screen and (max-width: 1119px) {
            .contact .content .contact-form form dl dt span {
              font-size: 1.2rem; } }
      .contact .content .contact-form form dl dd {
        font-size: 1.6em;
        position: relative; }
        @media screen and (max-width: 640px) {
          .contact .content .contact-form form dl dd {
            font-size: 1.4em; } }
        .contact .content .contact-form form dl dd input {
          width: calc(100% - 20px);
          padding: 10px; }
          .contact .content .contact-form form dl dd input.p-postal-code {
            width: 100px;
            margin-bottom: 1em; }
        .contact .content .contact-form form dl dd.ipt {
          line-height: 40px; }
          @media screen and (max-width: 1119px) {
            .contact .content .contact-form form dl dd.ipt {
              line-height: 1.5em; } }
          .contact .content .contact-form form dl dd.ipt input {
            width: auto;
            margin-top: -5px; }
        .contact .content .contact-form form dl dd.p-postal-code {
          width: 580px; }
        .contact .content .contact-form form dl dd textarea {
          width: calc(100% - 20px);
          max-width: 800px;
          padding: 10px; }
        .contact .content .contact-form form dl dd span {
          display: inline-block;
          font-size: 1.4rem;
          margin-top: .5em; }
          .contact .content .contact-form form dl dd span.zip {
            margin-left: 1em; }
            @media screen and (max-width: 1119px) {
              .contact .content .contact-form form dl dd span.zip {
                margin: 0 0 .5em 0; } }
        .contact .content .contact-form .err{
          font-size: 1.4em;
          color: #f00;
        }
    .contact .content .contact-form form .agree {
      text-align: center;
      margin: 60px 0; }
      @media screen and (max-width: 1119px) {
        .contact .content .contact-form form .agree {
          margin: 40px 0; } }
      .contact .content .contact-form form .agree a {
        text-decoration: underline; }
      .contact .content .contact-form form .agree span {
        background: #ff4803;
        color: #fff;
        font-size: 1.4rem;
        font-weight: normal;
        padding: 4px 8px;
        border-radius: 10px; }
    .contact .content .contact-form .btn {
      width: 300px;
      margin: 0 auto; }
      @media screen and (max-width: 1119px) {
        .contact .content .contact-form .btn {
          width: 280px; } }
      .contact .content .contact-form .btn li {
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold; }
        @media screen and (max-width: 1119px) {
          .contact .content .contact-form .btn li {
            font-size: 1.6em; } }
        .contact .content .contact-form .btn li button {
          cursor: pointer;
          display: block;
          width: 300px;
          background: #ff4803;
          font-family: "fot-tsukuardgothic-std", sans-serif;
          color: #fff;
          font-size: 1.8rem;
          font-weight: bold;
          padding: 20px 0;
          border: none;
          border-radius: 5px; }
          @media screen and (max-width: 1119px) {
            .contact .content .contact-form .btn li button {
              padding: 20px 0; } }
          .contact .content .contact-form .btn li button:hover {
            opacity: .8; }

/*--------------------
	CONFIRM
--------------------*/
.confirm {
  width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .confirm {
      width: 100%; } }
  .confirm form {
    padding: 40px;
    border: 2px solid #ccc;
    border-radius: 5px; }
    @media screen and (max-width: 1119px) {
      .confirm form {
        padding: 20px; } }
    .confirm form dl {
      line-height: 60px;
      display: grid;
      grid-template-columns: 200px 1fr;
      border-bottom: 2px solid #ccc; }
      .confirm form dl:last-child {
        border: none; }
        @media screen and (max-width: 1119px) {
          .confirm form dl:last-child {
            margin: 0; } }
      @media screen and (max-width: 1119px) {
        .confirm form dl {
          line-height: 2;
          grid-template-columns: 1fr;
          margin-bottom: 1em; } }
      .confirm form dl dt {
        font-size: 1.8em;
        font-weight: bold;
        border-right: 2px solid #ccc; }
        @media screen and (max-width: 1119px) {
          .confirm form dl dt {
            font-size: 1.6em;
            border: none; } }
      .confirm form dl dd {
        font-size: 1.6em;
        padding-left: 2em; }
        @media screen and (max-width: 1119px) {
          .confirm form dl dd {
            padding: 0 0 1em 0; } }
  .confirm .btn {
    display: flex;
    justify-content: center; }
    .confirm .btn li {
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold;
      margin: 60px 10px 0; }
      @media screen and (max-width: 1119px) {
        .confirm .btn li {
          font-size: 1.6em;
          margin: 40px 10px 0; } }
      .confirm .btn li button {
        cursor: pointer;
        display: block;
        background: #ff4803;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 20px 30px;
        border: none;
        border-radius: 5px; }
        @media screen and (max-width: 1119px) {
          .confirm .btn li button {
            padding: 20px; } }
        .confirm .btn li button:hover {
          opacity: .8; }
      .confirm .btn li:first-child button {
        background: #aba7a5; }

/*--------------------
	COMPLETE
--------------------*/
.complete {
  width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .complete {
      width: 100%; } }
  .complete h3 {
    text-align: center;
    font-size: 2.4em; }
    @media screen and (max-width: 1119px) {
      .complete h3 {
        font-size: 2em; } }
  .complete img {
    width: 120px;
    margin: 40px auto; }
    @media screen and (max-width: 1119px) {
      .complete img {
        width: 100px; } }
  .complete p {
    text-align: center; }
  .complete .btn {
    width: 300px;
    margin: 60px auto 0; }
    @media screen and (max-width: 1119px) {
      .complete .btn {
        width: 280px;
        margin: 40px auto 0; } }
    .complete .btn li {
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold; }
      @media screen and (max-width: 1119px) {
        .complete .btn li {
          font-size: 1.6em; } }
      .complete .btn li button {
        cursor: pointer;
        display: block;
        width: 300px;
        background: #ff4803;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 20px 0;
        border: none;
        border-radius: 5px; }
        @media screen and (max-width: 1119px) {
          .complete .btn li button {
            padding: 10px 0; } }
        .complete .btn li button:hover {
          opacity: .8; }
