<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------------
*content
-------------------------------------------------------- */
#intro {
  background: #fff;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#intro p {
  position: absolute;
  left: 50%;
  top: 50%;
    margin-left: -220px;
 margin-top: -135px;
  display: none;
}


.btn-top {
    color: #FFF;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.57);
    background-color: #3bb9f3;
    border-color: #3bb9f3;
	  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration:none;
}

a:hover.btn-top { text-decoration:none;}

#g_nav {
  position: fixed;
}

#g_nav .li01 a {
color: #3bb9f3;}

#main {
  height: 710px;
}
#main .topLogo {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}
#main .logo {
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -518px;
    margin-top: -110px;
    text-align: center;
}
#main .wrapper_in {
  height: 100%;
}

#mainVisual {
  margin-top: 0;
}
#mainVisual, #mainVisual li {
  height: 100%;
}

body.fixed #content {
  margin-top:0;
}
body.fixed #main {
  top: 0;
  position: relative;
/*  z-index: 998;
*/}
body.fixed #g_nav {
  position: fixed;
  top: 0 !important;
  bottom: auto;
  margin-top: 0;
}

body.sp #content, body.tablet #content {
  margin-top: 0 !important;
}
body.sp #main, body.tablet #main {
  position: relative !important;
  top: 0;
}
body.sp #main .topLogo, body.tablet #main .topLogo {
  display: none;
}
body.sp #main .logo, body.tablet #main .logo {
  display: block;
  /*top: auto;*/
  bottom: 20px;
    left: 50%;
  top: 50%;
}
body.sp #g_nav, body.tablet #g_nav {
  position: fixed;
  top: 0 !important;
  bottom: auto;
}

#infoBox {
  display: block;
}

.sec h2 {
  text-align: center;
  margin-bottom: 50px;
}

#model {
  padding: 110px 0 60px;
}

#member { background:url(../img/index/top042.jpg) top center no-repeat;
background-size: cover;
/*  text-align: center;
  position: relative;
*/  overflow: hidden;
    height: auto;
    padding: 80px 0;
}
#member figure {
  position: relative;
  z-index: 1;
}


#member .service {
  width: 998px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #000000;
  padding: 30px 30px;
}

#member .service .left{
  width: 52%;
  float:left;
}

#member .service .left h2{
 text-align:left;
 
}

#member .service .left p.title{
font-size: 20px;
    font-weight: bold;    line-height: 25px;
}

#member .service .left p.title span{
    font-size: 15px;
    font-weight: bold;
    color: #6F6F6F;
}



#member .service .right{
  width: 45%;
  float:right;
}



#imgRibbon {
  width: 9999px;
  position: relative;
  height: 248px;
}
#imgRibbon ul {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#imgRibbon ul li {
  float: left;
}
</pre></body></html>