.contact-contents {
  margin-bottom: 120px; }
  .contact-contents ul {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 150px;
    width: 600px; }
    @media (max-width: 768px) {
      .contact-contents ul {
        width: 100%;
        margin-bottom: 100px; } }
    .contact-contents ul .contact-circle {
      align-items: center;
      background: #fff;
      border: 1px solid #777e41;
      border-radius: 50%;
      display: flex;
      height: 100px;
      position: relative;
      text-align: center;
      width: 100px; }
      @media (max-width: 480px) {
        .contact-contents ul .contact-circle {
          height: 80px;
          width: 80px; } }
      .contact-contents ul .contact-circle .txt-level-01 {
        border-bottom: 1px solid #777e41;
        color: #777e41;
        font-size: 1.2rem;
        margin: 0 auto 5px;
        padding-bottom: 5px;
        width: 40px; }
      .contact-contents ul .contact-circle .txt-level-02 {
        color: #777e41; }
    .contact-contents ul .active {
      background: #777e41; }
      .contact-contents ul .active .txt-level-01 {
        border-bottom: 1px solid #fff;
        color: #fff; }
      .contact-contents ul .active .txt-level-02 {
        color: #fff; }
    .contact-contents ul .img-dotted {
      background: url(../img/contact/bg_dotted_01.png) no-repeat;
      background-size: contain;
      width: 50px;
      height: 3px; }
      @media (max-width: 480px) {
        .contact-contents ul .img-dotted {
          display: none; } }
    .contact-contents ul .contact-states {
      display: inline-block;
      left: 0;
      position: absolute;
      transform: translateY(-50%);
      text-align: center;
      top: 50%;
      width: 100px; }
      @media (max-width: 480px) {
        .contact-contents ul .contact-states {
          width: 80px; } }

.contactform .box-input {
  margin: 0 auto 40px;
  width: 600px; }
  @media (max-width: 768px) {
    .contactform .box-input {
      width: 100%; } }
  .contactform .box-input:last-child {
    margin-bottom: 100px; }
.contactform p {
  color: #707070;
  font-size: 2rem;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .contactform p {
      font-size: 1.6rem; } }
.contactform .input-contactform {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-family: Yumincho;
  outline: 0;
  padding: 0 20px;
  width: 600px;
  height: 40px; }
  @media (max-width: 768px) {
    .contactform .input-contactform {
      width: 100%; } }
  .contactform .input-contactform::placeholder {
    color: #dedede;
    font-family: YuMincho; }
.contactform textarea {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 10px;
  box-sizing: border-box;
  height: 168px;
  font-size: 1.4rem;
  font-family: Yumincho;
  outline: 0;
  padding: 10px 20px;
  resize: none;
  width: 600px; }
  @media (max-width: 768px) {
    .contactform textarea {
      width: 100%; } }
.contactform .btn-contact {
  background: #777e41;
  border: none;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  height: 70px;
  line-height: 70px;
  margin: 100px auto 0;
  outline: 0;
  text-align: center;
  width: 300px; }
  @media (max-width: 480px) {
    .contactform .btn-contact {
      font-size: 1.6rem;
      height: 50px;
      line-height: 50px;
      margin-top: 50px;
      width: 240px; } }
  .contactform .btn-contact:hover {
    background: #fff;
    border: 1px solid #777e41;
    color: #777e41;
    transition: 0.3s; }
.contactform .bg-danger {
  color: red;
  font-size: 1.6rem; }

.confirm-contents,
.thanks-contents {
  margin: 0 auto;
  text-align: center;
  width: 600px; }
  @media (max-width: 768px) {
    .confirm-contents,
    .thanks-contents {
      width: 100%; } }
  .confirm-contents .txt-confirm,
  .thanks-contents .txt-confirm {
    margin-bottom: 30px; }
  .confirm-contents .txt-thanks,
  .thanks-contents .txt-thanks {
    margin-bottom: 50px; }
  .confirm-contents table,
  .thanks-contents table {
    border-collapse: collapse;
    margin: 0 auto 30px;
    width: 100%; }
    .confirm-contents table th,
    .confirm-contents table td,
    .thanks-contents table th,
    .thanks-contents table td {
      border: 1px solid #707070;
      font-size: 1.4rem;
      padding: 15px;
      vertical-align: middle; }
    .confirm-contents table th,
    .thanks-contents table th {
      width: 200px; }
  @media (max-width: 768px) {
    .confirm-contents .btn-box,
    .thanks-contents .btn-box {
      flex-direction: column; } }
  .confirm-contents .btn-box a,
  .thanks-contents .btn-box a {
    background: #777e41;
    border-radius: 35px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 200px; }
    @media (max-width: 768px) {
      .confirm-contents .btn-box a,
      .thanks-contents .btn-box a {
        margin: 0 auto 40px; } }
    .confirm-contents .btn-box a:hover,
    .thanks-contents .btn-box a:hover {
      background: #fff;
      border: 1px solid #777e41;
      color: #777e41;
      transition: 0.3s; }

/*# sourceMappingURL=contact.css.map */
