/* color */
/**contact*/
.active {
  display: block;
}

form {
  display: none;
}

.contact h2 {
  font-size: 2.7rem;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 897px) {
  .contact h2 {
    font-size: 4.5rem;
  }
}

.contact h2 span {
  font-size: 1.8rem;
}

@media screen and (min-width: 897px) {
  .contact h2 span {
    font-size: 2rem;
  }
}

.contact .mv {
  background-image: url("../images/contact/mv_sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 5rem;
  height: 20rem;
}

@media screen and (min-width: 897px) {
  .contact .mv {
    height: 30rem;
    background-image: url("../images/contact/mv.jpg");
  }
}

.contact .mv-color {
  background-color: rgba(42, 42, 42, 0.5);
  height: 20rem;
}

@media screen and (min-width: 897px) {
  .contact .mv-color {
    height: 30rem;
  }
}

.contact .mv h2 {
  padding-top: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 1px 2px 3px #222;
}

.contact .mv-breadcrumb {
  background-image: url("../images/contact/mv_bg_sp.png");
  background-position: left top;
  background-size: 120%;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 15rem;
  margin-top: -1rem;
}

@media screen and (min-width: 897px) {
  .contact .mv-breadcrumb {
    background-image: url("../images/contact/mv_bg.png");
    margin-top: -2rem;
    height: 20rem;
  }
}

@media screen and (min-width: 1280px) {
  .contact .mv-breadcrumb {
    background-size: 110%;
    margin-top: -3rem;
  }
}

.contact .mv-breadcrumb .contents {
  margin: 0 auto;
  padding-top: 2rem;
}

.contact .mv-breadcrumb .contents a {
  color: #fff;
  text-decoration: underline;
  padding-right: 2rem;
}

.contact .mv-breadcrumb .contents span {
  padding-right: 1rem;
}

.contact .tel {
  padding: 4rem 0 0;
}

@media screen and (min-width: 897px) {
  .contact .tel {
    padding: 15rem 0 0;
  }
}

.contact .tel h2 {
  background-image: url("../images/contact/obi_1_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2rem 0;
  font-size: 2rem;
  margin-top: 3rem;
}

@media screen and (min-width: 430px) {
  .contact .tel h2 {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 897px) {
  .contact .tel h2 {
    background-image: url("../images/contact/obi_1.png");
    padding: 4rem 0;
    margin-top: unset;
    font-size: 3.5rem;
  }
}

.contact .tel h2 span {
  font-size: 1.4rem;
}

@media screen and (min-width: 897px) {
  .contact .tel h2 span {
    font-size: 2rem;
  }
}

.contact .tel-box {
  margin: 3rem auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
}

@media screen and (min-width: 897px) {
  .contact .tel-box {
    width: 70%;
    margin: 10rem auto;
    padding-left: unset;
  }
}

.contact .tel-box figure {
  background-color: #1d2087;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  margin-right: 3rem;
}

@media screen and (min-width: 897px) {
  .contact .tel-box figure {
    margin-right: 3rem;
    width: 8rem;
    height: 8rem;
  }
}

.contact .tel-box figure img {
  text-align: center;
  width: 3rem;
  margin: 1.5rem;
}

@media screen and (min-width: 897px) {
  .contact .tel-box figure img {
    width: 3rem;
    margin: 2.5rem;
  }
}

.contact .tel-box-item {
  width: 80%;
}

@media screen and (min-width: 897px) {
  .contact .tel-box-item {
    width: unset;
  }
}

.contact .tel-box-item p {
  font-weight: bold;
}

.contact .tel-box-item .tel-no {
  color: #009fe8;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 897px) {
  .contact .tel-box-item .tel-no {
    font-size: 3.5rem;
  }
}

.contact .tel-box-item .tel-no span {
  margin-left: 1.5rem;
  font-size: 1.4rem;
}

.contact .tel-box-item .tel-no span:first-child {
  margin-right: 1rem;
}

.contact .tel-box-item .tel-no span:nth-child(2) {
  margin-left: 1rem;
}

.contact #contact-list {
  padding: 3rem 0 2rem;
}

@media screen and (min-width: 897px) {
  .contact #contact-list {
    padding: 0 0 10rem;
  }
}

.contact #contact-list h2 {
  background-image: url("../images/contact/obi_2_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2rem 0;
  font-size: 2rem;
}

@media screen and (min-width: 897px) {
  .contact #contact-list h2 {
    background-image: url("../images/contact/obi_2.png");
    padding: 4rem 0;
    font-size: 3.5rem;
  }
}

.contact #contact-list h2 span {
  font-size: 1.4rem;
}

@media screen and (min-width: 897px) {
  .contact #contact-list h2 span {
    font-size: 2rem;
  }
}

.contact #contact-list .form {
  padding: 2rem;
  margin: 0 auto;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form {
    width: 70%;
    padding: 5rem 0;
  }
}

.contact #contact-list .form p {
  padding-bottom: 3rem;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form p {
    padding-bottom: 5rem;
  }
}

.contact #contact-list .form form {
  border-top: 5px solid #009fe8;
}

.contact #contact-list .form form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form form dl {
    border-bottom: dashed 1px #222;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact #contact-list .form form dl dt {
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: #f2f2f2;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form form dl dt {
    padding: 2.5rem 0 2rem 3rem;
    width: 25%;
    margin-right: 2rem;
  }
}

.contact #contact-list .form form dl dt span {
  color: red;
  padding-left: 1rem;
}

.contact #contact-list .form form dl dd {
  padding: 1rem 0;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form form dl dd {
    padding: 2rem;
    width: 75%;
  }
}

.contact #contact-list .form form dl dd input,
.contact #contact-list .form form dl dd textarea {
  width: 100%;
  line-height: 4rem;
  border: 1px solid #ccc;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form form dl dd input,
  .contact #contact-list .form form dl dd textarea {
    line-height: 3rem;
    width: 80%;
  }
}

.contact #contact-list .form form dl dd p {
  padding: 0.5rem 0;
}

.contact #contact-list .form form .form-btn {
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form form .form-btn {
    margin: 5rem auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact #contact-list .form form .form-btn .submit-btn {
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 28rem;
  padding: 1.3rem 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .form form .form-btn .submit-btn {
    margin-right: 2rem;
    margin-bottom: unset;
  }
}

.contact #contact-list .form form .form-btn .reset-btn {
  background-color: #666;
  color: #fff;
  text-align: center;
  width: 20rem;
  padding: 1.3rem 0;
}

.contact #contact-list .form-bottom {
  font-size: 1.6rem;
  margin: 3rem auto;
}

.contact #contact-list .form-bottom a {
  color: #009fe8;
  text-decoration: underline;
}

.contact #contact-list h3 {
  padding: 2rem 0;
  text-align: center;
  color: #1d2087;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (min-width: 897px) {
  .contact #contact-list h3 {
    padding: 5rem 0;
    font-size: 3.5rem;
  }
}

.contact #contact-list h3 span {
  font-size: 1.6rem;
}

@media screen and (min-width: 897px) {
  .contact #contact-list h3 span {
    font-size: 2.5rem;
  }
}

.contact #contact-list .privacy {
  padding: 2rem;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .privacy {
    padding: 3rem;
  }
}

.contact #contact-list .privacy p {
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #eee;
}

@media screen and (min-width: 897px) {
  .contact #contact-list .privacy p {
    margin: 3rem auto;
    padding: 3rem;
  }
}
/*# sourceMappingURL=contact.css.map */