#wrapper {
  padding-top: 90px; }
  @media screen and (max-width: 768px) {
    #wrapper {
      padding-top: 60px; } }

body ul.pankuzu {
  font-size: 0;
  width: 100%;
  text-align: left;
  border-top: solid 2px #e4e4e4;
  padding: 19px 0 0 30px;
  position: static !important; }
  body ul.pankuzu li {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    color: #c8c8c8;
    font-size: 10px;
    font-size: 1rem; }
    body ul.pankuzu li::after {
      content: attr(data-arrow);
      position: absolute;
      top: 0;
      right: 0; }
    body ul.pankuzu li a {
      text-decoration: underline;
      color: inherit; }
body .contents {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    body .contents {
      border-top: 2px solid #e4e4e4; } }
  body .contents h1 {
    text-align: center;
	line-height: 1;
    padding-top: 20px;
	padding-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    position: relative; }
	body .contents h1 span {
	display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;}
    @media screen and (max-width: 768px) {
      body .contents h1 {
        padding-top: 25px;
        padding-bottom: 5px;
        font-size: 20px;
        font-size: 2rem; } }
    body .contents h1:after {
      content: '';
      width: 77px;
      height: 7px;
      background-color: #000;
      position: absolute;
      bottom: -10px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        body .contents h1:after {
          width: 65px;
          height: 5px;
          bottom: -5px; } }
  body .contents ul.outer {
    width: 100%;
    margin-top: 70px;
    font-size: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: -webkit- center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      body .contents ul.outer {
        margin-top: 35px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    body .contents ul.outer > li {
      display: inline-block;
      vertical-align: top;
      width: 37%; }
      @media screen and (max-width: 768px) {
        body .contents ul.outer > li {
          width: 100%;
          text-align: center; } }
      body .contents ul.outer > li:nth-of-type(1) {
        width: 20%;
        margin-left: 10%; }
        @media screen and (max-width: 768px) {
          body .contents ul.outer > li:nth-of-type(1) {
            width: 100%;
            margin-left: 0; } }
      body .contents ul.outer > li ul.inner {
        width: 100%; }
        @media screen and (max-width: 768px) {
          body .contents ul.outer > li ul.inner {
            width: 400px;
            margin: 0 auto;
            text-align: center; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    body .contents ul.outer > li ul.inner {
      width: 100%; } }

        body .contents ul.outer > li ul.inner li {
          display: inline-block;
          width: 100%;
          position: relative;
          padding-left: 25px;
          line-height: 2.9; }
          @media screen and (max-width: 768px) {
            body .contents ul.outer > li ul.inner li {
              max-width: 280px;
              margin: 0 auto;
              padding-left: 15px;
              line-height: 2.5;
              text-align: left; } }
          body .contents ul.outer > li ul.inner li::before {
            content: '';
            display: block;
            width: 10px;
            height: 11px;
            background: url(/sitemap/img/map_arrow.gif) no-repeat left center/contain;
            position: absolute;
            left: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media screen and (max-width: 768px) {
              body .contents ul.outer > li ul.inner li::before {
                width: 6px;
                height: 7px; } }
          body .contents ul.outer > li ul.inner li a {
            font-size: 17px;
            font-size: 1.7rem;
            font-weight: bold;
            -moz-transition: opacity 0.2s;
            -webkit-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            transition: opacity 0.2s; }
            @media screen and (max-width: 768px) {
              body .contents ul.outer > li ul.inner li a {
                font-size: 14px;
                font-size: 1.4rem; } }
            body .contents ul.outer > li ul.inner li a:hover {
              opacity: .5; }
body footer {
  margin: 85px auto 10px; }
  @media screen and (max-width: 768px) {
    body footer {
      height: 180px; } }
  body footer .contact_area {
    display: none; }
  body footer .foot_menu {
    max-width: 1000px;
    height: 150px; }
    @media screen and (max-width: 768px) {
      body footer .foot_menu {
        height: auto; } }
    body footer .foot_menu .logo {
      display: block;
      width: 100%;
      text-align: center; }
    body footer .foot_menu nav {
      margin: 0;
      position: relative; }
      body footer .foot_menu nav ul.f_nav_x {
        display: none; }
      body footer .foot_menu nav .sns_icon {
        width: 123px;
        height: auto;
        position: absolute;
        top: -200px;
        right: 180px; }
        @media screen and (max-width: 768px) {
          body footer .foot_menu nav .sns_icon {
            width: 80%;
            top: -100px;
            right: 50%;
            -moz-transform: translateX(50%);
            -webkit-transform: translateX(50%);
            -o-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%); } }
        body footer .foot_menu nav .sns_icon a {
          margin-left: 50px; }
          body footer .foot_menu nav .sns_icon a:nth-of-type(1) {
            margin: 0; }
          body footer .foot_menu nav .sns_icon a img {
            max-width: 36px; }

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