@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

.network-header img.pc_img,.network-header p.top_shrm {
  display: none;
}

.network-header img.sp_img {
 display: block;
 margin: 10px auto;
 width: 120px;
}

.network-footer {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
  position: static;
  visibility: visible;
  width: auto;
  height: auto;
  padding-bottom: 3px;
  opacity: 1;
  border-top: 1px solid #ddd;
  background-color: #fff;
/* padding: 10px 0 80px 0;*/
}

.network-footer p:first-of-type {
  font-size: 12px;
  line-height: 40px;
  margin: 0 0 15px;
  text-align: center;
  letter-spacing: .02em;
  border-bottom: 1px solid #ddd;
}

.network-footer p:first-of-type a {
  display: block;
  text-decoration: none;
  color: #333;
}

.network-footer p:first-of-type a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 7px;
  content: '';
 background: url(../images/ico-arrow.png) no-repeat;
  background-size: 6px;
}

.network-footer p:nth-of-type(2) {
  margin: 0 20px 6px;
}

.network-footer img {
  display: block;
  width: 230px;
}

.network-footer ul {
  font-size: 10px;
  margin: 0 20px 13px;
  padding: 0 0 6px 0;
  list-style-type: none;
  letter-spacing: .04em;
  border-bottom: 1px solid #ddd;
}

.network-footer ul:after {
  display: block;
  clear: both;
  content: '';
}

.network-footer li {
  line-height: 30px;
  width: 50%;
}

.network-footer ul a {
  text-decoration: none;
  color: #888;
}

.network-footer ul a:after {
  position: relative;
  bottom: 2px;
  display: inline-block;
  width: 7px;
  height: 6px;
  margin-left: 10px;
  content: '';
 background: url(../images/ico-external.png) no-repeat;
  background-size: 7px;
}

.network-footer p:last-of-type {
  font-size: 10px;
  text-align: center;
  letter-spacing: .02em;
  color: #888;
}

@media print, screen and (min-width: 360px) {
  .network-footer ul {
    font-size: 12px;
  }

  .network-footer li:nth-child(even) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 1521px) {
  .network-header {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
    position: relative;
    display: block;
    padding: 10px 0 12px 24px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 99;
  }

  .network-header p:first-of-type {
    margin: 0;
  }

  .network-header p:first-of-type a {
    display: table;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    width: 384px;
  }

  .network-header p:first-of-type a:hover {
    opacity: .8;
  }

  .network-header img.pc_img {
    display: block;
    width: 384px;
  }
 
 .network-header img.sp_img {
    display: none;
 }
 
 .network-header p.top_shrm {
  display: block;
 }

  .network-header p:last-of-type {
    font-size: 14px;
    position: absolute;
    top: 62%;
    right: 31px;
    margin: -1em 0 0;
    letter-spacing: .02em;
  }

  .network-header p:last-of-type a {
    display: block;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    text-decoration: none;
    color: #333;
  }

  .network-header p:last-of-type a:before {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 10px;
    content: '';
   background: url(../images/ico-arrow.png) no-repeat;
    background-size: 6px;
  }

  .network-header p:last-of-type a:hover {
    opacity: .8;
  }

  .network-footer {
    position: relative;
    display: block;
    padding: 19px 0 13px 30px;
  }

  .network-footer p:first-of-type {
    font-size: 14px;
    line-height: normal;
    position: absolute;
    top: 18px;
    right: 31px;
    border-bottom: 0;
  }

  .network-footer p:first-of-type a {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .network-footer p:first-of-type a:before {
    top: 0;
    margin-right: 10px;
  }

  .network-footer p:first-of-type a:hover {
    opacity: .8;
  }

  .network-footer p:nth-of-type(2) {
    margin: 0 0 6px;
  }

  .network-footer p:nth-of-type(2) a {
    display: table;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  .network-footer p:nth-of-type(2) a:hover {
    opacity: .8;
  }

  .network-footer img {
    width: 323px;
  }

  .network-footer ul {
    display: flex;
    font-size: 12px;
    margin: 0 0 48px;
    border-bottom: 0;
  }

  .network-footer li {
    position: relative;
    width: auto;
    margin: 0 30px 0 0;
  }

  .network-footer li:nth-child(even) {
    padding-left: 0;
  }

  .network-footer li:not(:last-child):after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 30px;
    content: '';
    background-color: #888;
   display: none;
  }

  .network-footer ul a:after {
    bottom: -2px;
    width: 11px;
    height: 10px;
    margin-left: 8px;
    background-size: 11px;
  }

  .network-footer ul a:hover {
    text-decoration: underline;
  }

  .network-footer p:last-of-type {
    font-size: 12px;
  }
}

@media print, screen and (max-width: 1520px) {
 .network-header {
  display: none;
 }
}
/*# sourceMappingURL=maps/network.css.map */
