/* common
=================================================================== */
/* color
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/* animation
=================================================================== */
/* contents
=================================================================== */
article .section.contact {
  max-width: 710px;
  background-color: #c190b9; }
  article .section.contact .content--h1 {
    letter-spacing: 0; }
  article .section.contact .contact__content .content--h2 {
    margin-bottom: 35px; }
  article .section.contact .contact__content > ul {
    padding-left: 20px; }
    article .section.contact .contact__content > ul > li {
      margin-bottom: 45px; }
      article .section.contact .contact__content > ul > li > h3 {
        position: relative;
        margin-bottom: 19px;
        line-height: 1.3; }
        article .section.contact .contact__content > ul > li > h3:after {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          width: 1px;
          left: -20px;
          background-color: #000; }
      article .section.contact .contact__content > ul > li .information li p a {
        height: auto; }
      article .section.contact .contact__content > ul > li.privacy {
        margin: 65px 0 0; }
        article .section.contact .contact__content > ul > li.privacy > h3:after {
          display: none; }
