@charset "UTF-8";
/* common
=================================================================== */
/* color
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/* max-width: 1023px
=================================================================== */
@media only screen and (max-width: 1023px) {
  /* contents
  =================================================================== */
  article .section.contact {
    width: calc(100% - 10px); }
    article .section.contact .contact__content .content--h2 {
      margin-bottom: 30px; }
    article .section.contact .contact__content > ul {
      padding-left: 10px;
      /*information
              ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/ }
      article .section.contact .contact__content > ul > li {
        margin-bottom: 45px; }
        article .section.contact .contact__content > ul > li > h3 {
          margin-bottom: 12px; }
          article .section.contact .contact__content > ul > li > h3:after {
            left: -10px; }
        article .section.contact .contact__content > ul > li.privacy {
          margin: 55px 0 20px; }
      article .section.contact .contact__content > ul .information > li {
        position: relative;
        display: inherit;
        margin-bottom: 8px;
        padding-left: 65px; }
        article .section.contact .contact__content > ul .information > li span {
          position: absolute;
          top: 0;
          left: 0; } }
/* max-width: 360px
=================================================================== */
@media only screen and (max-width: 360px) {
  article .section.contact .contact__content > ul .information > li {
    padding-left: 50px; } }
