@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
}

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

i.fa-chevron-right {
  margin-right: 3px;
}

footer {
  background-color: #263F73;
  color: #fff;
}

footer a {
  color: #fff;
  transition: 0.3s;
}

footer a:hover {
  opacity: 0.7;
}

footer p {
  margin-bottom: 10px;
}

footer p:last-child {
  margin-bottom: 0;
}

footer p.company {
  clear: both;
}

footer p.copyright {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  footer p {
    font-size: 0.7rem;
    text-align: center;
    margin-bottom: 10px;
  }
  footer address {
    text-align: center;
  }
  footer ul.flink {
    width: 67%;
    margin: auto;
    padding-top: 20px;
  }
  footer ul.flink li.fb {
    font-size: 0.7rem;
    margin-bottom: 15px;
    float: left;
    width: 50%;
    margin-right: 5%;
  }
  footer ul.flink li.tw {
    font-size: 0.7rem;
    margin-bottom: 15px;
    float: left;
    width: 45%;
  }
  footer .info address,
  footer .info p {
    font-size: 0.7rem;
  }
  .copyright {
    padding: 15px 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }
  footer ul.flink {
    width: 30%;
    margin: auto;
    padding: 30px 0 40px;
  }
  footer ul.flink li {
    float: left;
    font-size: 0.8rem;
  }
  footer ul.flink li.fb,
  footer ul.flink li.tw {
    text-align: right;
    position: relative;
    top: -4px;
  }
  footer ul.flink li.fb {
    margin-right: 10px;
    width: 55%;
  }
  footer ul.flink li.tw {
    text-align: left;
    width: 10%;
  }
  footer .info {
    width: 350px;
    margin: auto;
  }
  footer .info p,
  footer address {
    margin-top: 10px;
    position: relative;
    font-size: 0.8rem;
  }
  footer .copyright {
    padding: 20px 0 10px;
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 1024px) {
  .inner {
    width: 1024px;
    margin: 0 auto;
  }
}

/* エフェクト */
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fixed {
  position: fixed;
  z-index: 9999;
  transition: 0.3s;
  transform: translateY(-100%);
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 999;
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #2C4E83;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

header .inner {
  position: relative;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header nav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fix {
  position: fixed;
}

/* ナビゲーション：アクティブ時 */
header.navOpen nav {
  /*追加*/
  opacity: 1;
  right: 0;
  transition: 0.5s;
}

header nav > ul {
  border-top: 1px solid #ccc;
}

header nav > ul > li {
  border-bottom: 1px solid #ccc;
}

header nav > ul > li > a {
  position: relative;
  display: block;
  padding: 1.5em;
  color: #333;
  text-decoration: none;
}

header nav > ul > li > a:hover {
  background: #f2f2f2;
}

header nav > ul > li > a:before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
  border-top: 3px solid #2C4E83;
  border-right: 3px solid #2C4E83;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

header nav > ul #fb {
  margin-left: 10%;
  float: left;
}

header nav > ul .btn {
  padding-left: 10%;
  float: left;
}

.sns {
  padding: 20px 0;
}

/* ナビゲーションアイコン */
header .navBtn {
  display: block;
  width: 30px;
  position: absolute;
  cursor: pointer;
}

header .navBtn span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
  margin-top: 5px;
}

/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  -ms-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
}

header.navOpen .navBtn span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

header.navOpen .navBtn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #fb {
    margin-right: 3%;
  }
  header img {
    width: 100px;
    float: left;
    padding: 8px 0 8px 2vw;
  }
  header p.intro {
    float: left;
    padding: 20px 0;
    color: #fff;
    margin-left: 3vw;
    font-size: 12px;
    line-height: 1.4;
  }
  header .navBtn {
    top: 17px;
    right: 15px;
  }
  header nav ul li a {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 20px 30px;
  }
  #fb {
    margin-right: 5%;
  }
  header img {
    width: 150px;
    float: left;
    padding-left: 5vw;
  }
  header p.intro {
    float: left;
    padding: 25px 0;
    color: #fff;
    margin-left: 5vw;
  }
  header .navBtn {
    top: 20px;
    right: 5vw;
  }
}

nav ul.info {
  padding: 1.5em;
}

nav ul.info li {
  padding-bottom: 1em;
  line-height: 1.2;
  border: none;
  color: #333;
  font-size: 0.8rem;
}

nav ul.info li a {
  color: #888;
  cursor: pointer;
}

li.contact {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  color: #333;
  text-decoration: none;
}

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