@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#contact .mainTtlB {
  margin: 0 15px;
}

#contact .mainTxt {
  line-height: 2;
  margin: 20px 0;
  letter-spacing: -0.04em;
  font-size: 1.2rem;
}

#contact #contactLink {
  padding: 15px 15px 18px;
  text-align: center;
  border: 2px solid #7b94a6;
}

#contact #contactLink .cttl {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#contact #contactLink .txt {
  margin: 0;
  font-size: 1.2rem;
}

#contact #contactLink .tel {
  font-size: 2.0rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding: 7px 0;
  border: 1px solid;
  border-radius: 30px;
}

#contact #contactLink .tel em {
  font-family: gidole;
  font-size: 1.7rem;
  font-style: normal;
}

#contact #contactLink .borderTxt {
  padding: 6px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background: #dce9f3;
  letter-spacing: -0.01em;
}

#contact #contactLink .borderTxt span {
  font-size: 1.0rem;
}

#contact #contactBox {
  display: none;
}

#contact .complateBox {
  text-align: center;
}

#contact .complateBox .mainTxt {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.5rem;
}

#contact .complateBox .txt {
  line-height: 2;
  font-size: 1.1rem;
}

#contact .return {
  display: block;
  background: #7b94a6;
  color: #fff;
  position: relative;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  margin: 30px auto 50px;
}

#contact .return:after {
  position: absolute;
  bottom: 40%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px) {
  #contact #contactBox {
    display: block;
  }
  #contact .mainTtlB {
    font-size: 3.4rem;
    margin: 0 auto;
  }
  #contact .mainConts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact .mainConts .mainTxt {
    margin: 40px 0 20px;
    letter-spacing: -0.02em;
    font-size: 1.6rem;
  }
  #contact .mainConts #contactLink {
    width: 500px;
    margin-top: 40px;
    padding: 13px 13px 18px;
  }
  #contact .mainConts #contactLink .cttl {
    font-size: 2.0rem;
    background: none;
    color: #46525f;
    margin: 0;
    padding: 0;
  }
  #contact .mainConts #contactLink .txt {
    line-height: 0.5;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #contact .mainConts #contactLink .tel {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: none;
  }
  #contact .mainConts #contactLink .tel em {
    font-size: 2.0rem;
  }
  #contact .mainConts #contactLink .borderTxt {
    font-size: 1.6rem;
    padding: 7px 0;
  }
  #contact .mainConts #contactLink .borderTxt span {
    font-size: 1.4rem;
  }
  #contact .complateBox .mainTxt {
    font-size: 1.9rem;
  }
  #contact .complateBox .txt {
    line-height: 2.3;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
  }
  #contact .complateBox #contactLink {
    width: 500px;
    margin: 30px auto 0;
  }
  #contact .complateBox #contactLink .cttl {
    font-size: 2.0rem;
    background: none;
    color: #46525f;
    margin: 0;
    padding: 0;
  }
  #contact .complateBox #contactLink .txt {
    line-height: 1;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #contact .complateBox #contactLink .tel {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: none;
  }
  #contact .complateBox #contactLink .tel em {
    font-size: 2.0rem;
  }
  #contact .complateBox #contactLink .borderTxt {
    font-size: 1.6rem;
    padding: 7px 0;
  }
  #contact .complateBox #contactLink .borderTxt span {
    font-size: 1.4rem;
  }
  #contact .return {
    background: #fff;
    color: #7b94a6;
    width: 180px;
    margin: 60px auto 130px;
    padding: 0;
  }
  #contact .return:after {
    border-top: 2px solid #7b94a6;
    border-right: 2px solid #7b94a6;
  }
  #contact .confirmList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 620px;
    margin: 0 auto;
  }
  #contact .confirmList li button {
    width: 300px;
  }
}
