@charset "UTF-8";



/*****************
共通
*****************/

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px){
}



/*****************
contact_direct
*****************/
#contact_direct .wrap {}
#contact_direct p {
  margin-bottom: 35px;
}
#contact_direct .tel::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-image: url(../images/common/ico_tel.svg);
  background-size: 70% auto;
  background-position: center center;
  background-color: #000;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#contact_direct .tel a {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px){
  #contact_direct .tel dt {
    padding: 12px 0 0;
    text-align: center;
    width: 100%;
  }
  #contact_direct .tel dd {
    padding: 12px 0 25px;
    width: 100%;
    text-align: center;
  }
  }




/*****************
contact_form
*****************/
#contact_form {}
#contact_form .wrap {}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px){
}




/*****************
contact_thanks
*****************/
#contact_thanks {}
#contact_thanks .wrap {}
#contact_thanks p {
  text-align: center;
}

#contact_thanks .contact_company {
  border-top: 1px solid #999;
  margin-top: 45px;
  padding-top: 45px;
  text-align: center;
}
#contact_thanks .contact_company address i:first-child {
  padding-right: 12px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px){
}

