@charset "UTF-8";
/*------------------------------------------------------------
ページヘッダー
------------------------------------------------------------*/
#page_header h1 { background-image: url("../images/header/bgimg_header-contact.jpg"); }

/*------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
#privacy { width: 810px; padding-top: 80px; padding-bottom: 120px; }

#privacy dl { margin-top: 50px; }

#privacy dl dt { font-weight: bold; }

#privacy dl dd { margin-top: 15px; }

#privacy h2 { font-size: 2.4rem; padding-bottom: 5px; border-bottom: 2px solid #ecf6fc; margin-top: 80px; position: relative; }

#privacy h2:after { display: block; content: ""; width: 140px; height: 2px; background: #0285d0; position: absolute; bottom: -2px; left: 0; }

@media screen and (max-width: 767px) { #privacy { width: auto; padding-top: 40px; padding-bottom: 60px; }
  #privacy dl { margin-top: 25px; }
  #privacy dl dd { margin-top: 10px; }
  #privacy h2 { font-size: 1.6rem; border-bottom: 1px solid #ecf6fc; margin-top: 40px; }
  #privacy h2:after { width: 70px; height: 1px; bottom: -1px; } }

/*# sourceMappingURL=privacy.css.map */