@charset "UTF-8";
body {
  font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
p {
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.5em;
}
a img {
  border: none;
}
a:link {
  text-decoration: none;
  color: #555;
}
a:visited {
  color: #555;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1024px;
  background-color: #FFF;
  margin: 0 auto;
}
.pagetop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  margin: 0px !important
}
.pagetop a {
  display: block;
  background-color: #555;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 30px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.pagetop a:hover {
  display: block;
  background-color: #1383BC;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 30px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.antn {
  font-size: smaller;
  line-height: 1.3em;
}
/* ---------------------------------------------------------------▼スマホ用デザイン--------------------------------------------------------------- */
#information {
  margin-top: -130px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 130px; /* 打ち消し用のパディング */
}
#introduce {
  margin-top: -130px;
  padding-top: 130px;
}
#group {
  margin-top: -130px;
  padding-top: 130px;
}
.header {
  padding: 20px 0 0;
  background: #FFF;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
.corpLogo {
  margin: 0 auto 15px;
  width: 100%;
  text-align: center;
}
.corpLogo img {
  width: 50%;
}
nav {
  background-color: #F8F8F8;
  height: 39px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.navContent {
  -webkit-user-select: none;
  display: block;
  height: 54px;
  overflow-y: hidden;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
.navContent ul {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin-left: -29px;
}
.navContent ul li {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin: 0;
  text-align: center;
  background-color: #F8F8F8;
  font-size: 14px;
  position: relative;
}
.navContent ul li.current:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #28779A;
}
.navContent ul li a {
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  margin-left: -1px;
  font-size: 1em;
  padding: 0px 16px;
  display: inline-block;
  color: #888;
}
.content {
  margin: 0 auto;
  padding: 130px 0 0;
}
.lowerMenu {
  padding: 10px;
  border-top: solid;
  border-width: 1px;
  border-color: #999;
  background-color: #EEE;
}
.lowerMenu ul {
  padding: 0;
  position: relative;
}
.lowerMenu ul li {
  color: #2D8FDD;
  border-left: solid 6px #28779A; /*左側の線*/
  background: #F1F8FF; /*背景色*/
  margin-bottom: 3px; /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important; /*ポチ消す*/
}
.lowerMenu li:nth-child(3) {
  color: #2D8FDD;
  border-left: solid 3px #AAA; /*左側の線*/
  border-bottom: solid 1px #CCC;
  background: 0; /*背景色*/
}
.lowerMenu li:nth-child(4) {
  color: #2D8FDD;
  border-left: solid 3px #AAA; /*左側の線*/
  border-bottom: solid 1px #CCC;
  background: 0; /*背景色*/
}
.lowerMenu li:nth-child(5) {
  color: #2D8FDD;
  border-left: solid 3px #AAA; /*左側の線*/
  border-bottom: solid 1px #CCC;
  background: 0; /*背景色*/
}
.lowerMenu li:nth-child(6) {
  color: #2D8FDD;
  border-left: solid 3px #AAA; /*左側の線*/
  border-bottom: solid 1px #CCC;
  background: 0; /*背景色*/
}
.lowerMenu ul li a {
  display: block;
}
.footer {
  padding: 10px 0;
  background-color: #28779A;
  color: #FFF;
  font-size: 80%;
}
.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}
/* ---------------------------------------------------------------▼PC用として付け足すデザイン--------------------------------------------------------------- */
@media screen and (min-width:768px) {
  #information {
    margin-top: -110px;
    padding-top: 110px;
  }
  #introduce {
    margin-top: -110px;
    padding-top: 110px;
  }
  #group {
    margin-top: -110px;
    padding-top: 110px;
  }
  .header {
    overflow: hidden;
    padding: 20px 0 0;
    position: fixed;
    width: 1024px;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .corpLogo {
    width: 45%;
    text-align: left;
    float: left;
  }
  .corpLogo img {
    padding: 10px 0 0 50px;
    width: 50%;
  }
  nav {
    width: 55%;
    margin: 10px 0 0;
    background-color: #FFF;
    border-top: 0;
    border-bottom: 0;
    text-align: right;
  }
  .naviContent ul li {
    background-color: #FFF;
  }
  .content {
    padding: 110px 0 0;
  }
  .lowerMenu {
    padding: 15px 20px;
    border-top: solid;
    border-width: 1px;
    border-color: #999;
    background-color: #EEE;
  }
  .lowerMenu ul li {
    color: #2d8fdd;
    border-left: solid 3px #28779A; /*左側の線*/
    background: none; /*背景色*/
    margin-bottom: 3px; /*下のバーとの余白*/
    line-height: 1;
    padding: 3px 5px 0 5px;
    list-style-type: none !important; /*ポチ消す*/
    display: inline-block;
    font-size: 13px;
  }
  .lowerMenu li:nth-child(3) {
    border-bottom: none;
  }
  .lowerMenu li:nth-child(4) {
    border-bottom: none;
  }
  .lowerMenu li:nth-child(5) {
    border-bottom: none;
  }
  .lowerMenu li:nth-child(6) {
    border-bottom: none;
  }
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}