@charset "UTF-8";
/* CSS Document */

	
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight:normal;
	font-size:100%;
	color:#000;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin:0;
	padding:0;
}

body,html{
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4{
	font-weight:normal;
}

img{
	vertical-align:bottom;
}

a img{
	border:none;
	outline:none;
}


ul,ol {
	list-style:none;
}

.clear{
	clear:both;
}

.clearFix {
    overflow: hidden;
}
.clearFix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
* html .clearFix {
    height: 1em;
    overflow: visible;
}

.fl{
	float:left;
}
.fr{
	float:right;
}

a{
  color: #0051a9;
	text-decoration:none;
	transition:0.3s linear;
}

a:hover{
	text-decoration:none;
	transition:0.3s;
	opacity:0.5;
}

a:focus {
  outline: none;
}


.dm{
	display:none;
}

.inner{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.main{
  background: #f6f6f6;
  padding: 0 0 1px;
}

header{
  height: 128px;
  overflow: hidden;
}

header .logo{
  height: 73px;
  overflow: hidden;
  border-bottom: 5px solid #005cac;
}

header .logo h1{
  font-size: 24px;
  line-height: 75px;
  font-weight: bold;
}

header .logo h1 img{
  margin-right: 15px;
}

header .logo a{
  color: #000;
}

header nav{
  height: 50px;
  text-align: center;
  background: #f3f3f3;
}

header ul li{
  font-size: 20px;
  line-height: 53px;
  display: inline-block;
}

header ul li a{
  color: #000;
  display: block;
  padding: 0 73px;
  text-decoration: none;
  border-left: dotted 1px #666;
}

header ul li:first-child a{
  border-left: none;
}

header.fixed{
  width: 100%;
  height: 60px;
  background: #e5e5e5;
}

header.fixed > div{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

header.fixed .logo{
  height: 60px;
  display: inline-block;
  border-bottom: none;
}
header.fixed .logo h1{
  width: auto;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  position: relative;
  z-index: 10;
}

header.fixed .logo h1 span{
  display: none;
}

header.fixed .logo h1 img{
  height: 100%;
  width: auto;
}

header.fixed nav{
  height: 60px;
  padding-left: 100px;
  text-align: center;
  background: none;
  position:absolute;
  top:0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

header.fixed ul li{
  font-size: 16px;
  line-height: 63px;
}

header.fixed ul li a{
  padding: 0 50px;
}



footer{
  padding: 25px 0 65px;
  background: #e5e5e5;
}

footer h3{
  height: 54px;
  font-size: 20px;
  line-height: 57px;
  font-weight: bold;
}

footer h3 img{
  height: 54px;
  width: auto;
  margin-right: 13px;
}

footer h3 a{
  color: #000;
}

footer ul li{
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}

footer ul li + li{
  padding-left: 1.3em;
}

footer ul li + li::before{
  content: "|";
  padding-right: 1.3em;
}

footer ul li a{
  color: #000;
}

footer small{
  margin-top: 10px;
  font-size: 11px;
}

a.in_link {
  height: 34px;
  font-size: 13px;
  line-height: 1;
  padding-top: 20px;
  padding-right: 40px;
  background: url("../common/icon_in.gif") right bottom no-repeat;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top:0;
  right: 0;
  box-sizing: border-box;
}


.an_mv{
	transition:2s;
	transform: translate(0,50px); 
	-webkit-transform: translate(0,40px);
	opacity:0;
}

.an_op{
	transition:2s;
	opacity:0;
}

.an_f{
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	opacity:1;
}

.fixed{
	height:60px;
	position:fixed;
	top:-60px;
	left:0;
  z-index: 1000;
}

.mt{
  margin-top: 123px;
}

.btn_m{
  display: none;
}

ol.pan {
  margin: 10px 0;
}

ol.pan li{
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

ol.pan li::before{
  content: ">";
  padding: 0 0.5em;
}

ol.pan li:first-child::before{
  content: "";
  padding: 0;
}

ol.pan li a{
  color: #000;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

@media screen and (max-width: 739px) {
 
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
  
  body{
    font-size:3vw;
  }
  
  .main{
    padding-top: 13vw;
  }
  
  .fl{
    float:none;
  }
  .fr{
    float:none;
  }

  img{
    width: 100%;
    height: auto;
  }

	.btn_m{
		width: 10vw;
		height: 13vw;
    display: block;
    position: absolute;
    top:0;
    right: 0;
    z-index: 999;
	}
				
	.menu {
		width: 8vw;
		height: 13vw;
		display: block;
		z-index:99999;
		cursor:pointer;
	}
		
	.menu span {
		width: 6vw;
		height: 2px;
		display: block;
		background: #393939;
		position: absolute;
		left:0;
		top: 50%;
		margin-left:0;
		cursor:pointer;
	  -webkit-transition: all 0.3s;
			  transition: all 0.3s;
	  -webkit-transform: rotate(0deg);
		  -ms-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	
	.menu span:not(:target) {
		display: block;
	}
	
	.menu .top {
	  -webkit-transform: translateY(-2vw);
		  -ms-transform: translateY(-2vw);
			  transform: translateY(-2vw);
	}
	
	.menu .bottom {
	  -webkit-transform: translateY(2vw);
		  -ms-transform: translateY(2vw);
			  transform: translateY(2vw);
	}
		
	.menu.is-open .middle {
	  background: rgba(255, 255, 255, 0);
	  display:none;
	}
	
	.menu.is-open .top {
	  -webkit-transform: rotate(-45deg) translateY(0px);
		  -ms-transform: rotate(-45deg) translateY(0px);
			  transform: rotate(-45deg) translateY(0px);
	}
	
	.menu.is-open .bottom {
	  -webkit-transform: rotate(45deg) translateY(0px);
		  -ms-transform: rotate(45deg) translateY(0px);
			  transform: rotate(45deg) translateY(0px);
	}
  
  .inner{
    width: 100%;
    padding: 0 2.5vw;
    box-sizing: border-box;
  }

  header{
    width: 100%;
    height :13vw;
    position: fixed;
    z-index: 9999;
    overflow: visible;
  }

  header .logo{
    height: 13vw;
    background: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }

  header .logo h1{
    font-size: 4vw;
    line-height: 13vw;
  }

  header .logo h1 img{
    height: 13vw;
    width: auto;
    margin-right: 1vw;
  }

  header nav{
    width: 100%;
    height: 100%;
    background: #FFF;
    padding-top: 8vw;
    position: fixed;
    top:10.1vw;
    left: 0;
    z-index: 1;
    display: none;
  }
  
  header ul{
    width: 90%;
    margin: 0 auto;
  }
  
  header ul li{
    font-size: 4vw;
    line-height: 10vw;
    display: block;
  }
  
  header ul li + li{
    border-top: 1px solid #C2C2C2;
  }

  header ul li a{
    color: #000;
    display: block;
    padding: 5vw 0 ;
    text-decoration: none;
    border-left: none;
  }


  footer{
    padding: 4vw 0 8vw;
    text-align: center;
  }

  footer h3{
    height: 9vw;
    font-size: 3.5vw;
    line-height: 9vw;
    margin-bottom: 0;
  }

  footer h3 img{
    height: 100%;
    width: auto;
    margin-right: 2vw;
  }

  footer ul li{
    font-size: 2.5vw;
    line-height: 1;
     margin-bottom: 3vw;
  }

  footer ul li a{
    color: #000;
  }

  footer small{
    margin-top: 2vw;
    font-size: 2vw;
  }
  
  a.in_link {
    height: 5vw;
    font-size: 2.2vw;
    line-height: 1;
    padding-top: 3vw;
    padding-right: 6vw;
    margin-bottom: 3vw;
    background: url("../common/icon_in.gif") right bottom no-repeat;
    background-size: 5vw auto;
    vertical-align: bottom;
    position: static;
  }

  .an_mv{
    transition:2s;
    transform: translate(0,5vw); 
    -webkit-transform: translate(0,5vw);
    opacity:0;
  }

  .an_op{
    transition:2s;
    opacity:0;
  }

  .an_f{
    transform: translate(0,0); 
    -webkit-transform: translate(0,0);
    opacity:1;
  }
    
  ol.pan {
    margin: 1vw 0;
  }

  ol.pan li{
    font-size: 2vw;
  }

}




















