@CHARSET "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #000;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
/* body */
body {
  /*font-family: 'ヒラギノ角ゴ Pro W3',　'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', メイリオ, meiryo, sans-serif;*/
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  word-break: break-all;
}
p {
  padding-bottom: 15px;
}
a {
  color: #000000;
}
a:hover {
  color: #f38004;
}
a:hover img {
  opacity: 0.6;
}
input {
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  padding: 1px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}
.is_pc{ display: block; }
.is_sp{ display: none; }
@media screen and (max-width: 800px){
  .is_pc{ display: none; }
  .is_sp{ display: block; }
}

/*-----------content-----------*/
#content {
  clear: both;
}
@media screen and (max-width: 800px){
  #content {
    margin: 0 15px;
  }
}
.content-inner,#content .content-inner{
  max-width: 990px;/*1000px;*/
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 800px){
  .content-inner, #content .content-inner {
    width: auto;
    background: none;
  }
}
/*-----------page-top-----------*/
#page-top {
  position: fixed;
  margin:0;padding:0;
  z-index: 500;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  background: #3b7914 url(../images/common/icon_arrow_top.png) no-repeat center center;
  opacity: 0.4;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

/*----------------------------------------
header
----------------------------------------*/
#header{
  position: relative;
  width: 100%;
  padding-top: 9px;
}
#header .content-inner {
  position: relative;
  padding-bottom: 12px;
}
#header #logo{
  margin:0;padding:0;
  width:343px;
}
#header #logo img {
  margin-left: 10px;
  margin-right: 10px;
  width:100%;
}
#header #about-relife {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8rem;
}
#header #about-relife a::before {
  position: absolute;
  top: 10px;
  left: -10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #f37f04;
}
/*----------searcharea----------*/
#header #searcharea {
  position: absolute;
  bottom: 20%;
  right: 0;
  top: 22px;
}
#header #searcharea form {
  width: 250px;
  margin: 5px 0;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 3px;
}
#header #searcharea input {
  padding:0;
  height: 30px;
  border: none;
}
#header #searcharea input[type="text"] {
  display: inline-block;
  float:left;
  width:200px;
  font-size:15px;
  padding-left:5px;
}
#header #searcharea input[type="submit"] {
  width: 40px;
  background: url(../images/common/icon.png) 5px -615px no-repeat;
  text-indent: -9999px;
  cursor:pointer;
}
@media screen and (max-width: 800px){
  #header {
    padding:0;
    height: auto;
  }
  #header .content-inner {
    padding-bottom:0;
  }
  #header #logo{
    margin:0 auto;
    padding:15px 0 30px 0;
    width:140px;
  }
  #header #about-relife {
    position: absolute;
    top: 73px;
    text-align: right;
    margin-right: 15px;
  }
  #header #searcharea {
    position: relative;
    top: auto;
    right: auto;
    overflow: hidden;
    padding: 0 15px 15px;
  }
  #header #searcharea {
    position: relative;
    top: auto;
    right: auto;
    overflow: hidden;
    padding: 0 15px 0 15px;
  }
  #header #searcharea form {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  #header #searcharea input[type="text"] {
    width: 100%;
    margin-right: -50px;
    padding-left:0;
  }
  #header #searcharea input[type="submit"] {
    float: right;
  }
}

/*----------menu----------*/
#fixedBox{
  position:relative;
  margin:0;padding:0;
  width:100%;
  text-align:center;
  z-index:9999;
}
#menu {
  display: block;
  height: 40px;
  margin: 0 auto;
  opacity:1;
  letter-spacing: 0em;
  background: #fff;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  box-sizing: border-box;
}
#menu ul {
  margin:0;padding:0;
  list-style:none;
  width:100%;
  height: 40px;
  text-align:center;
  font-size:0;
}
#menu li {
  position:relative;
  display:inline-block;
  *display: inline;  
  *zoom: 1;
  margin-right:30px;
  padding:0 30px;
  text-align: center;
  height: 40px;
  overflow-x: hidden;
}
#menu li:last-child{
  margin-right:0;
}
#menu li a {
  position: relative;
  display: block;
  height: 40px;
  color: #000000;
  font-size:14px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 40px;
  white-space: nowrap;
  float: none;
  padding: 0;
}
#menu li a:hover{
  color: #f38004;
}
#menu ul li.active {}
#menu ul li.active::after{
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3b7914;
  background: -moz-linear-gradient(left, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
  background: -webkit-linear-gradient(left, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
  background: linear-gradient(to right, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e365d', endColorstr='#0098dd',GradientType=1 );
}
/*----------menu-button----------*/
.menu-button{
  position:fixed;
}
/*flexnav*/
.flexnav{}
@media screen and (max-width: 800px){
  #menu {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:auto;
    text-align:center;
    background-color:#fff;
    border:none;
  }
  #menu #logo{
    margin:0 auto;
    padding:15px 0;
    width:140px;
  }
  #menu .content-inner{
    overflow:visible;
  }
  #menu ul{
    margin:0 auto;
    width:90%;
    height:auto;
  }
  #menu li {
    margin:0;
    display:block;
    border-bottom:1px solid #cdcdcd;
  }
  #menu li:last-child{
    border:none;
    margin-bottom:10px;
  }
  #menu ul li.active::after{
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3b7914;
    background: -moz-linear-gradient(left, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
    background: -webkit-linear-gradient(left, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
    background: linear-gradient(to right, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e365d', endColorstr='#0098dd',GradientType=1 );
  }
  .menu-button {
    position: fixed;
    z-index: 9999;
    display: block;
    vertical-align: middle;
    top:0;
    right:0;
    width:50px;
    height:50px;
    margin:0;
    padding:0;
    line-height: 1.125em;
    cursor: pointer;
    text-decoration: none;
    background: #003457;
    color: #fff;
  }
  .menu-button .globalnav_icon {
    margin:0;
    padding:17.5px;
    width: 15px;
    height: 15px;
    display: block;
  }
  .menu-button .globalnav_icon-bar {
    display: block;
    float: right;
    width: 1.125em;
    height: 2px;
    background-color: #fff;
  }
  .menu-button .globalnav_icon-bar + .globalnav_icon-bar {
    margin-top: 3px;
  }
}


/*----------------------------------------
footer
----------------------------------------*/
#footer {
  clear: both;
  padding: 0 0 30px;
  font-size: 12px;
  text-align: center;
}
#footer .footer-color-bar::before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3b7914;
  background: -moz-linear-gradient(left, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
  background: -webkit-linear-gradient(left, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
  background: linear-gradient(to right, #5e365d 1%, #b4007b 16%, #e27b30 32%, #ffea00 50%, #4fa000 66%, #008e9d 84%, #0098dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e365d', endColorstr='#0098dd', GradientType=1);
  margin-bottom: 30px;
  margin-top: -5px;
}
#footer .footer_innr{
  margin:0 auto;
  padding:0;
  width:90%;
}
#footer .footer_navi{
  margin:0 auto;
  padding:0 0 50px 0;
  width:100%;
}
#footer .footer_navi ul{
  margin:0;padding:0;
  list-style:none;
  width:100%;
}
#footer .footer_navi [class^=accordion-trigger]{
  margin:0;
  padding:10px 0;
  width:100%;
  background: #dcdcd5;
  font-size: 16px;
  font-weight: 700;
  border: solid 1px #cccccc;
  cursor: pointer;
}
#footer .footer_navi li p{
  padding:0;
}
#footer .footer_navi .accordion-target {
  padding: 0;
  background: #efefe8;
  font-size: 16px;
  font-weight: 700;
}
#footer .footer_navi .accordion-target li {
  padding: 10px;
  border-bottom: solid 1px #cccccc;
}
#footer .footer_navi .accordion-target li:last-child{
  boder:none;
}
#footer .footer_innr ul {
  margin-bottom:10px;
  padding:0;
}
#footer .footer_innr li {
  display: inline;
  border-right: 1px solid #000000;
  margin-left: 5px;
  padding-right: 10px;
}
@media screen and (max-width: 800px){
  #footer {
    font-size:13px;
  }
  #footer .footer_innr ul{
    margin-bottom:20px;
  }
  #footer .footer_innr li{
    display:block;
    border:none;
    margin-left:0;
    padding-right:0;
    margin-bottom:5px;
  }
}

