@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のスタイル
=================================================================== */
/* ==========================================================
  BASE
========================================================== */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  line-height: 1.8;
}
body:focus {
  outline: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
section,
p,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}

/* ==========================================================
    MODULE
  ========================================================== */
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    min-width: 1000px;
  }
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #wrap {
    overflow-x: hidden;
  }
  .spNone {
    display: none !important;
  }
  img {
    width: 100%;
  }
}
/* ==========================================================
    HEADER
  ========================================================== */
header {
  width: 100%;
  background: #000;
}
@media screen and (min-width: 751px) {
  header {
    height: 50px;
  }
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    padding: 1% 0 1.8% 2.4%;
  }
}
@media screen and (min-width: 751px) {
  header .inner p {
    width: 175px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  header .inner p {
    width: 30%;
  }
  header .inner p img {
    width: 100%;
    vertical-align: middle;
  }
}

/* ==========================================================
    TITLE AREA
  ========================================================== */
#titleArea {
  width: 100%;
  background: url(/images/bg_header.jpg) repeat-x left top;
}
@media screen and (min-width: 751px) {
  #titleArea {
    height: 114px;
  }
}
@media screen and (max-width: 750px) {
  #titleArea {
    background-size: cover;
  }
}
@media screen and (min-width: 751px) {
  #titleArea .inner {
    width: 980px;
    margin: 0 auto;
  }
}
#titleArea .inner h1 {
  float: left;
}
@media screen and (min-width: 751px) {
  #titleArea .inner h1 {
    padding: 22px 0 0 12px;
  }
}
@media screen and (max-width: 750px) {
  #titleArea .inner h1 {
    width: 50%;
    padding: 2.4% 0 2% 2%;
  }
  #titleArea .inner h1 img {
    vertical-align: top;
  }
}
#titleArea .inner p {
  float: right;
}
@media screen and (min-width: 751px) {
  #titleArea .inner p {
    padding-top: 38px;
  }
}
@media screen and (max-width: 750px) {
  #titleArea .inner p {
    width: 34%;
    padding: 5.8% 2% 0% 0%;
  }
}

/* ==========================================================
    FOOTER
  ========================================================== */
footer {
  color: #fff;
  background: url(/img/bg_footer_inner.jpg) repeat-x 0 0;
}
@media screen and (min-width: 751px) {
  footer {
    font-size: 14px;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    background-size: cover;
    font-size: 2.4vw;
    padding: 2% 4%;
  }
}
footer img {
  width: auto;
}
@media screen and (min-width: 751px) {
  footer .inner {
    width: 980px;
    margin: 0 auto;
  }
}
footer .inner .link {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  footer .inner .link {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner .link {
    margin-bottom: 2%;
  }
}
footer .inner .link a {
  color: #fff;
}
footer .inner .link a span {
  position: relative;
}
@media screen and (min-width: 751px) {
  footer .inner .link a span {
    font-size: 10px;
    top: -1px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner .link a span {
    font-size: 2vw;
    top: -2px;
  }
}
@media screen and (min-width: 751px) {
  footer .inner ul {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner ul {
    font-size: 1.8vw;
  }
}
footer .inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
footer .inner ul li img {
  position: relative;
}
@media screen and (min-width: 751px) {
  footer .inner ul li img {
    top: -6px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner ul li img {
    top: -7px;
  }
}
@media screen and (min-width: 751px) {
  footer .inner ul li .ps {
    top: -2px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner ul li .ps {
    top: -6px;
  }
}
footer .inner .copyright {
  text-align: right;
}
@media screen and (min-width: 751px) {
  footer .inner .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  footer .inner .copyright {
    font-size: 1.8vw;
  }
}