@charset "utf-8";
/* ------------ all ------------ */

*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
	vertical-align:bottom;
}
body {
	font-size:15px;
	-webkit-text-size-adjust:none;
	line-height:1.7;
	color:#080E16;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #FC5B04;
	text-decoration: none;
}
a:visited {
	color: #FC5B04;
	text-decoration: none;
}
a:hover {
	color: #FC5B04;
	text-decoration: underline;
}
ul {
	margin:0 0 10px 0;
	padding:0;
}
.bg_gray li {
	list-style-image:url(../images/arrow.jpg);
	margin-left:44px;
}
.contents {
	width:94%;
	margin:0 3%;
}
.bg_gray {
	width:94%;
	padding:1% 3%;
	background-color:#f6f6f6;
}
.title {
	margin:20px 0 13px 0;
	border-left:4px solid #5D99E3;
	padding-left:15px;
	font-size:20px;
}
.subtitle {
	width:94%;
	background-color:#5D99E3;
	margin:20px 0 13px 0;
	padding:0 3%;
	font-size:18px;
	color:#FFFFFF;
}

/* ------------ header ------------ */
header {
	border-top:4px solid #5D99E3;
	width:100%;
}
#header {
	width:94%;
	margin:16px auto;
	overflow:hidden;
}
.HiddenCheckbox {
  display: none;
}
.MenuContainer {
	float:left;
	width:12%;
	display: inline-block;
}
.MenuHeader {
  color: #999999;
  display: inline-block;
  float: left;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 0 15px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  z-index: 2;
}
.MenuIcon {
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 2;
}
.MenuIcon::before {
  -webkit-box-shadow: #999999 0 12px 0;
  box-shadow: #999999 0 12px 0;
  height: 6px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 30px;
}
.MenuIcon::after {
  bottom: 0;
  height: 6px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 30px;
}
.MenuIcon::before,
.MenuIcon::after {
  background: #999999;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}
.Menu {
  background: #333;
  bottom: 0;
  left: -90%;
  position: absolute;
  top: 0;
  width: 90%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.HiddenCheckbox:checked ~ .MenuHeader {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.HiddenCheckbox:checked ~ .MenuIcon::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
  transform: rotate(45deg) translate3d(6px, -3px, 0);
}
.HiddenCheckbox:checked ~ .MenuIcon::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, 3px, 0);
  transform: rotate(-45deg) translate3d(6px, 3px, 0);
}
.HiddenCheckbox:checked ~ .Menu {
  left: 0;
}
.Menu-list {
  list-style-type: none;
  margin: 70px 0 0;
  padding: 0;
}
.Menu-item {
  margin: 0;
}
.Menu-link {
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 8px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.Menu-link::before {
  background: #444;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  z-index: -1;
}
.Menu-link::after {
  color: #fff;
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.Menu-link:hover::before {
  right: 0;
}
.Menu-link:hover::after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.MenuContainer a:link {
	color: #ffffff;
	text-decoration: none;
}
.MenuContainer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.MenuContainer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.logo {
	float:left;
	width:50%;
}
.tel {
	float:right;
	width:10%;
}

/* ------------ menu ------------ */
#menu_bg {
	background-color:#E0ECFA;
	width:100%;
}
#menu {
	margin:0 auto;
	width:96%;
}
.menu_ti {
	text-align:center;
	font-size:16px;
	padding:10px 0;
	color:#5D99E3;
	font-weight:bold;
}
#menu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D99E3;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu li a:link {
	background-image:url(../images/menu_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color: #5D99E3;
	text-decoration: none;
	display:block;
	overflow:hidden;
}
#menu li a:visited {
	background-image:url(../images/menu_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color: #5D99E3;
	text-decoration: none;
	display:block;
	overflow:hidden;
}
#menu li a:hover {
	background-image:url(../images/menu_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color: #5D99E3;
	text-decoration: none;
	display:block;
	overflow:hidden;
}


/* ------------ footer ------------ */
footer {
	width:100%;
	text-align:center;
	padding:20px 0;
	line-height:1.3;
	font-size:14px;
}
.copy {
	font-size:14px;
	color:#5D99E3;
	padding-top:10px;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #bbb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
}