﻿/* common css */

html {
  min-height: 100%;
  position: relative;
}
footer {
  bottom: 0;
  position: relative;
  background: #000;
}
@media (max-width: 38em) {
  footer{
    height: auto;
  }
}  
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}
body {
  background-color: #fff; 
  color: #444;
  text-align: center;
  font-family: YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.8;
}

.topHead{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}
.topHead h1{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*スクロールされたらヘッダー上部固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media (max-width: 40em) {
  #header{
    display: none;
  }
  .topHead img{
    max-width: 200px;
  }
}

header {
  background: #000;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
header:before,
header:after {
  content: "";
  display: table;
  clear: both;
}
a{color:#cd2f2f;}
a img:hover{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
/* ページトップへ戻るボタン */
#btn_top a{
  position: fixed;
  bottom: 4.62em;
  right: 0;
  z-index: 999;
}
@media (max-width: 40em) {
  #btn_top a img{
    width: 40px;
  }
}
.inner{
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 40em) {
  .inner{
    width: 100%;
    padding: 0 10px;
  }
}

/*-----------------------
  header gloval-nav
------------------------*/
#header .inner{
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 8px 0 10px 0;
}

#header .inner ul li{
  font-family: 'Sarpanch', sans-serif;
  font-size: 1.26em;
  display: inline-block;
  width: 11.1111%;
  padding: 0 0 5px;
  color: #999;
}
#header .inner ul li a{
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}
#header .inner ul li span{
  display: block;
  font-size: .646em;
}
#header .inner ul li a.active,#header .inner ul li a:hover{
  position: relative;
}
#header .inner ul li a.active::after,#header .inner ul li a:hover::after{
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: #d7000f;
  top: 100%;
  left: 0;
  right: 0;
}

.slicknav_menu {
  display:none;
}

@media (max-width: 40em) {
  /* #menu is the original menu */
  #menu {
    display:none;
  }
  .slicknav_menu {
    display: block;
    padding: 5px;
    position: fixed;
    z-index: 999;
    right: 0;
    width: 100%;
    background: none;
  }
  .slicknav_btn{
    background-color: #d7000f !important;
  }
  .slicknav_nav .slicknav_txtnode{
    color: #888;
  }
  .slicknav_nav a,.slicknav_nav span{
     font-family: 'Sarpanch', sans-serif;
     font-size: 1.168em;
     color: #fff;
  }
  .slicknav_nav a span,.slicknav_nav span{
    margin-left: .5em;
    font-size: .744em;
  }
  .slicknav_nav {
      clear: both;
      color: #fff;
      margin: 0;
      font-size: .875em;
      position: relative;
      right: 0;
      z-index: 999;
      width: 100%;
      background: rgba(0,0,0, 0.5);  
  }
}
#content {
  margin: 0 auto;
  width: 100%;
  padding: 0em;
  min-height: 800px;
}
#content:before,
#content:after {
  content: "";
  display: table;
  clear: both;
}
.sticky-grid {
  margin: 0 auto;
  width: 100%;
}
.sticky-grid:before,
.sticky-grid:after {
  content: "";
  display: table;
  clear: both;
}

footer {
  background: #000; 
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: .94em;
}
footer:before,
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer aside{
  max-width: 1000px;
  margin: 0 auto;
}
footer aside ul.info{
  width: 54.4444%;
  overflow: hidden;
  float: left;
  padding: .75em;
}
footer aside ul.info li{
  padding: 4px 0 8px;
  margin-bottom: 8px;
  overflow: hidden;
  text-align: left;
  position: relative;
  /*display: inline;
  float: left;*/
  font-size: .886em;
}
/*footer aside ul.info li:first-child{
  margin-right: 2em;
}*/
footer aside ul.info li div{
  display: inline-block;
  vertical-align: top;
  padding: .2em;
}
footer aside ul.pr{
  width: 44.4444%;
  float: right;
  padding-top: 12px;
  text-align: left;
}
footer aside ul.pr li{
  display: inline-block;
  padding:8px 0 0 5px;
  font-size: 0;
}
footer aside ul.pr li.disBlock{
  display: block;
  width: 100%;
  margin-bottom: .5em;
}
footer aside ul.pr li.disBlock img{
  width: 100%;
  max-width: 430px;
}

footer aside ul.pr li img{
  width: 210px;
}
footer p.copy{
  padding: 1.5em 0 .6em;
}
footer ul.footNav{
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 1em auto .5em;
  padding: 0 .75em;
}
footer ul.footNav li{
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding: 0 .5em;
  font-size: .8666em;
}
footer ul.footNav li a{
  color: #fff;
}
footer ul.footNav li.noLink{
  color: #666;
}
footer ul.footNav li:first-child{
  border-right: none;
}
footer ul.footNav li a:hover{
  text-decoration: underline;
}
footer ul.footNav li.footLogo img{
  max-width: 140px
}
@media (max-width: 40em) {
  footer aside{width: 100%;}

  footer aside ul.info{
    float: none;
    width: 100%;
    text-align: center;
  }
  footer aside ul.info li{
    float: none;
    text-align: center;
    padding: 0;
    margin-bottom: 1em;
    display: block;
  }
  footer aside ul.info li:first-child{
    margin: 0 auto 1em;
  }
  footer aside ul.info li div{
    display: block;
  }
  footer aside ul.pr{
    float: none;
    width: 100%;
  }
  footer aside ul.pr{
    float: none;
    width: 100%;
    padding: 0;
  }
  footer aside ul.pr li{
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  footer aside ul.pr li img{
    max-width: 200px;
  }
  footer aside ul.pr li.disBlock{
    display: block;
  }
  footer aside ul.pr li.disBlock img{
    max-width: 300px;
  }

  footer ul.footNav li{
  }
  footer ul.footNav li.footLogo{
    display: block;
    margin-bottom: .8em;
  }
}


/* ページトップへ戻るボタン */
#go_top a{
  padding:3px 6px;
  position: fixed;
  bottom: 10px;
  right: 0;
  font-size: 12px;
  background:#bbb;
  -webkit-border-radius:2px 2px;
  -moz-border-radius:2px 2px;
  border-radius: 2px 2px;
  border:1px solid #999;
  z-index: 999;
}


/*-----------------------------
    common style
------------------------------*/
section h2{
  color: #d7000f;
  font-size: 1.84em;
  padding: 0 0 0.286em;
  font-family: 'Sarpanch', sans-serif;
  text-align: center;
  position: relative;
}
section h3 {
  margin-bottom: .5em;
}
section h3 span{
  color: #fff;
  font-size: 1.288em;
  padding: .11em .468em;
  font-family: 'Sarpanch', sans-serif;
  text-align: center;
  background: #111;
}
section h2::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 3px;
  width: 25%;
  background: #d7000f;
}
section h2::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  width: 25%;
  background: #d7000f;
}
/*section h2::before{
  content: '★';
  position: absolute;
  top: -16px;
  left: 1%;
  font-size: .8em; 
}*/
@media (max-width: 40em) {
  section h2{
    padding-bottom: .75em;
  }
  section h2::after{
    top: 0;
    right: 0;
    left: 0;
    width: 100%;   
  }
  section h2::before{
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;   
  }  
}
.fw700{font-weight: 700;}
.fc-red{color: #d7000f;}

.fs11{font-size: 1.16em;}
.bold{font-weight: 700;}

.mgtb115{margin: 1.154em 0;}
.mgt115{margin-top: 1.154em;}
.mgb115{margin-bottom: 1.154em;}
.mgtb225{margin: 2.25em 0;}
.mgt225{margin-top: 2.25em;}
.mgb225{margin-bottom: 2.25em;}
.mgl075{margin-left: .75em;}
.mgl085{margin-left: .85em;}
.mgl225{margin-left: 2.25;}
.mgr225{margin-right: 2.25;}

.fl{float:left;}
.fr{float: right;}
.w60{width: 60%;}
.w50{width: 50%;}
.w40{width: 40%;}
.small{font-size: 0.7842em;}
*{word-wrap: break-word;}