@charset "UTF-8";
/**
 * テーマカラー(オレンジ) : #f39800
 *
 * グリッドシステムブレークポイント : [768px] [992px] [1200px]
 *
 */

/*
INTRO
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.intro h1 {
  background-image: url('/images/contact/contact-main.jpg');
}


/*
PRIVACY POLICY
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.privacy {
  margin: 50px auto;
  width: 70%;
}
@media (max-width: 767px) {
  .privacy {
    width: 100%;
  }
}
.privacy p {
  line-height: 2.4rem;
  margin-bottom: 30px;
}
.privacy_contact {
  border: solid 1px #959595;
  margin: 0 auto;
  padding: 20px;
  width: 300px;
}
.privacy_contact p {
  font-weight: bold;
  line-height: 2.8rem;
  margin: 0;
  text-align: center;
}
