/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */
#g_nav .li05 a {
  color: #07BFCB;
}
#g_nav .li05 img {
  visibility: hidden;
}

/* --------------------------------------------------------
*content
-------------------------------------------------------- */
#sec01 {
  padding-bottom: 50px;
}
#sec01 #visual {
  height: 495px;
  position: relative;
  margin-bottom: 70px;
  opacity: 0;
}
#sec01 #visual figure {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -519px;
  z-index: 3;
}
#sec01 #visual h2 {
  position: relative;
  text-align: center;
  padding-top: 110px;
  z-index: 3;
}
#sec01 #visual:before, #sec01 #visual:after {
  position: absolute;
  content: "";
  height: 495px;
  width: 50%;
  top: 0;
}
#sec01 #visual:before {
  background: url("../../member/img/sec01_bg_01.jpg") 0 0 repeat-x;
  left: 0;
}
#sec01 #visual:after {
  background: url("../../member/img/sec01_bg_02.jpg") 0 0 repeat-x;
  right: 0;
}
#sec01 .nameWrapper {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 64px;
}
#sec01 .nameWrapper dl {
  float: left;
  width: 100%;
}
#sec01 .nameWrapper dl figure {
  display: none;
}
#sec01 .nameWrapper dl dt {
  text-align: center;
  margin-bottom: 28px;
}
#sec01 .nameWrapper dl.edge {
  float: right;
}
#sec01 p {
  text-align: right;
}
#sec01 p a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
#sec01 p a img {
  vertical-align: middle;
}
#sec01 p a:hover {
  background: #07BFCB;
}

.member-sns-links {
  overflow: hidden;
  float: right;
}
.member-sns-links-wrap {
  overflow: hidden;
}
.member-sns-links-item {
  float: left;
  margin-left: 10px;
}
.member-sns-links-item a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.member-sns-links-item a img {
  vertical-align: middle;
}
.member-sns-links-item a:hover {
  background: #07BFCB;
}

body.sp #sec01 #visual, body.tablet #sec01 #visual {
  opacity: 1;
}

#sec02 {
  background: #FFF;
  padding: 60px 0;
  text-align: center;
}

#sec-company {
  padding: 60px 0;
  background: #EDEDED;
}
#sec-company h2 {
  position: relative;
  text-align: center;
  z-index: 3;
  margin-bottom: 60px;
}

.company-table {
  width: 840px;
  margin: 0 auto;
}
.company-table a {
  color: #07BFCB;
}
.company-table th, .company-table td {
  border: 1px solid #CBCBCB;
  padding: 12px 20px;
  vertical-align: top;
}
.company-table th {
  background: #EDEDED;
  font-weight: normal;
}
.company-table td {
  background: #fff;
}
