@charset "UTF-8";
/*** page-ttl ***/

.page-head--contact {
  position: relative;
  background: url('../img/contact/page-ttl-bg_s.jpg') center/cover no-repeat;
  width: 100%;
  height: 180px;
  aspect-ratio: 375 / 180;
  margin: 0;
  animation: loading 1s;
}
/***　contact ***/
#contact .sec__body {gap:40px;}
.sec__body .contact-info { padding: 0;margin-bottom: 26px;}
/***　privacy ***/
#privacy .sec__body {gap:40px;}
.privacy { padding-bottom: 100px;}
.privacy__item { margin-top: 3px;}
.privacy__item-head { color: var(--color-blue); p}
.privacy__item-head +p { margin-top: 7px;}

/*** thanks ***/
.contact__txt--thanks +.contact-info { margin-bottom: 150px;}

@media (min-width:768px){
.page-head--contact {
  background-image: url('../img/contact/page-ttl-bg_m.jpg') ;
  height: 280px;}
.privacy { padding-top: 120px;}
}

@media (min-width:1160px){
.page-head--contact {
  background-image: url('../img/contact/page-ttl-bg_l.jpg') ;
  height: 320px;
  }
.privacy { padding-bottom: 150px;}
}

