@charset "UTF-8";


#main {
	min-width: 1040px;
	margin: auto;
	display: block;
}



@media screen and (max-width: 767px) {
  #main {
    min-width: 100%;
    margin: auto;
    display: block;
  }
}



/*------------------------------------------------------------
  header
------------------------------------------------------------*/

header {
	width: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	z-index: 888;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.07);
}




header .inner {
	max-width: 1040px;
	margin: auto;
	min-width: 1040px;
}




header .h-logo {
	float: left;
	width: 116px;
	margin-top: 10px;
	margin-left: 20px;
}

header .h-link {
	float: right;
	margin-right: 15px;

}

header .h-link a {
	display: inline-block;
	margin:30px auto;
	padding: 0 0 0 22px;
	background: url("../images/arrow01.png") left 0 top 6.5px no-repeat;
	background-size: 15px auto;
	position: relative;
}
header .h-link a:hover {
	text-decoration: none;
}




@media screen and (max-width: 768px) {
  header {
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 888;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.07);
  }
header .inner {
	max-width: 100%;
	margin: auto;
	min-width: 100%;
}

  header .h-logo {
    float: left;
    width: 80px;
    margin-top: 6px;
    margin-left: 5px;
  }

  header .h-link {
    float: right;
    margin-right: 5px;

  }

  header .h-link a {
    display: inline-block;
    margin:14px auto;
    padding: 0 0 0 16px;
    background: url("../images/arrow01.png") left 0 top 6px no-repeat;
    background-size: 13px auto;
    position: relative;
		letter-spacing: -0.02em;
		font-size: 13px;
  }
  header .h-link a:hover {
    text-decoration: none;
  }

	
}


/*------------------------------------------------------------
  footer
------------------------------------------------------------*/



 footer {
	margin-top: 40px;
	 padding-bottom: 30px;
}

footer .inner {
	width: 1000px;
	margin: auto;
	padding: 0 20px;
} 


footer .left {
	float: left;
	width: 56px;
}

footer .right {
	float: right;
	text-align: right;
	margin-top: 10px;
}


footer .mufg {
	width: 182px;
	display: inline-block;

}



@media screen and (max-width: 768px){
   footer {
    margin-top: 30px;
     padding-bottom: 20px;
  }

  footer .inner {
    width: 94%;
    margin: auto;
		padding: 0;
  } 


  footer .left {
    float: left;
    width: 43px;
  }

  footer .right {
    float: right;
    text-align: right;
    margin-top: 3px;
    font-size: 10px;
  }


  footer .mufg {
    width: 152px;
    display: inline-block;
    margin-top: 5px;

  }

	
}


/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 2;
}

.l-pagetop__link {
	background: #16ab7c;
  width: 100%;
  height: 100%;
  display: block;
	box-sizing: border-box;
	border-radius: 50%;
  position: relative;
	transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.l-pagetop__link:after {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}





#page-top {
	margin-top:-100px;
  padding-top:100px;
}
#ac01 , #ac02 , #ac03 , #ac04 , #ac05  {
	margin-top:-80px;
  padding-top:80px;
}




@media screen and (max-width: 768px){
.l-pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 2;
}

.l-pagetop__link {
	background: #16ab7c;
  width: 100%;
  height: 100%;
  display: block;
	box-sizing: border-box;
	border-radius: 50%;
  position: relative;
	transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.l-pagetop__link:after {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	left: 50%;
	width: 9px;
	height: 9px;
	margin-left: -5.2px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}





#page-top {
	margin-top:-100px;
  padding-top:100px;
}
#ac01 , #ac02 , #ac03 {
	margin-top:-80px;
  padding-top:80px;
}

	
}







