@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-family: 'Marko One', "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.03rem;
	text-align: center;
	width: 100%;
}
.wrapper {
	width: 100%;
}

/*ヘッダー部分 トップ画像*/
.header {
	max-width: 100%;
}

/*グローバルナビ*/
nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.logo_top {
	text-indent: 2rem;
	float: left;
}
.logo_top img {
	height: 30px;
	vertical-align: middle;
}
.Fright {
	float: right;
}
.li_group_sp {
	display: none;
}
.slideMenuInner {        
    background-color: #1B2C74;/*メニューの背景色*/
	height: 50px;
	position: fixed;
    width: 100%;
	z-index: 150;
}
.slideMenuInner li {
    text-align: center;
}
.slideMenuInner li a {
    color: #fff;/*文字色*/
    font-size: 1.5rem;
    height: 100%;
    line-height: 50px;
	letter-spacing: 0.2rem;
    padding-left: 20px;/*文字の右の余白*/
	padding-right: 20px;/*文字の左の余白*/
    z-index: 40;
}
/*２階層目*/
.slideMenuInner li > ul.second-level {
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    margin: 0;
    top: 0;
    visibility: hidden;
    z-index: -1;
}
.slideMenuInner li:hover > ul.second-level {
    top: 50px;
    transition: all .3s;
    visibility: visible;
    z-index: 1;
}
.slideMenuInner li:hover > ul.second-level > li {
    height: 40px;
   	width: 108.5px;
    text-align: center;
}
.slideMenuInner li:hover > ul.second-level > li > a {
    background-color: rgba(74,67,163,.9);/*子メニューの文字の背景色*/
    color: #fff;/*子メニューの文字色*/
	display: block;
    font-size: 1.3rem;
    line-height: 40px;
    text-decoration: none;
}
.slideMenuInner li:hover > ul.second-level > li > a:hover {
    background-color: #555;/*子メニューの背景色（マウスホバー時）*/
}
/*２階層目ここまで*/

@media screen and (max-width: 960px) {
	.logo_top {
		clear: both;
		text-indent: 0px;
		width: 100%;
	}
	.logo_top a {
		text-align: center;
		width: 100%;
	}
	.li_group {
		display: none;
	}
	.slideMenuInner .li_group_sp li a {
		height: 30px;
 	  	padding-left: 10px;/*文字の右の余白*/
		padding-right: 10px;/*文字の左の余白*/
		line-height: 30px;
	}
	.slideMenuInner .li_group_sp {
		background-color: rgba(74,67,163,.7);
		display: block;
		height: 30px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 50px;
		width: 100%;
	}
	.Fright {
		float: left;
	}
	.slideMenuInner li:hover > ul.second-level > li > a {
	display: none;
	}
/*h2以降位置調節*/
	.wrapper_s {
		margin-top: 80px;
	}
}
	

@media screen and (max-width: 607px) {
	.slideMenuInner .li_group_sp {
		height: 60px;
	}
/*h2以降位置調節*/
	.wrapper_s {
		margin-top: 110px;
	}
	
}

	
/*ホバー時*/
.header a, .main a, .footer a {
	-webkit-transition: 0.15s ease-in-out;			　	
	-moz-transition: 0.15s ease-in-out;
  	-o-transition: 0.15s ease-in-out;
  	transition: 0.15s ease-in-out;
}

.header a:hover, .main a:hover, .footer a:hover {
	opacity: 0.5;
}

#slide-list {
	position: relative;
	bottom: 10px;
}
/*ここまでナビ２つ目*/

/*パンくず*/
.pankuzu {
	font-size: 1.5rem;
	text-align: left;
	text-indent: 1rem;
}

/*メイン*/
.greeting_l {	
	font-family: "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	max-width: 80%;	
	letter-spacing: 0.1rem;
	line-height: 1.5;
	position: relative;
	text-align: left;
}
.wrapper_s {
	background-color: rgba(255,255,255,1);
	width: 100%;

}
.title {
	background-color: #C4945F;
	color: #1B2C74;
	font-size: 3.2rem;
	margin: 45px 0 25px;
	letter-spacing: 0.2rem;
	line-height: 1.7;
	text-align: left;
	text-indent: 3rem;
}
.sub_title {
	color: black;
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
.pre_title {
	text-align: center;
	text-indent: 0;
}


/*フッター*/
.footer::before {
	background: url(../images/bg_bottom.png) repeat-x;
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	width: 100%;
	height: 80px;
	z-index: 5;
}
.footer {
	background-color: #1B2C74;
	color: #fff;
	height: 150px;
	letter-spacing: 0.2rem;	
	margin-top: 125px;
	position: relative; 
	width: 100%;
	z-index: 6;
}
.footer a {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
  	-o-transition: 0.25s ease-in-out;
  	transition: 0.25s ease-in-out;
}
.footer a:hover {
	color: rgba(255,255,255,.6);
	background-color:  #1B2C74;
	opacity: 1;
}
.sitemap_contents {
	display: inline-block;
	margin: 10px 17px;
}
.footer_wrap {
	border-collapse: separate;
	border-spacing: 10px;
	display: table;
	margin: auto;
	line-height: 1.4;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	min-width: 95%;
}
.footer_wrap p {
	margin: 15px 0;
}
.footer_l, .footer_c, .footer_r {
	display: table-cell;
	line-height: 0;
	vertical-align: bottom;
}
.footer_r {
	text-align: right;
}
.footer_l .large {
	font-size: 2rem;
}
.footer_l a {
	background-color: #fff;		
	border-radius: 5px;
	box-sizing: border-box;
	color: #1B2C74;
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.5rem;
	padding: 3px 7px;
	vertical-align: middle;
}
.footer_c .large {
	font-size: 2.3rem;
	letter-spacing: 0.5rem;
}
.large {
	line-height: 1.5;
}
/*上に戻る*/
#page-top {
  display:none;
  position:fixed;
  right:3%;
  bottom:20px;
  margin: 0;
  padding: 0;
  text-align:center;
}
#move-page-top{
  color:rgba(0,0,0,0.4);
  text-decoration:none;
  display:block;
  cursor:pointer;
}
#move-page-top:hover{
  color:rgba(0,0,0,0.6);
  background-color: transparent;
}
@media only screen and (max-width: 960px){
  #page-top{
    right:3%;
  }
}

@media screen and (max-width: 960px) {
/*top画像*/
  .none {
	display: none;	
	}
/*h2内サブタイトル*/
  .title {
	  min-width: 100%;
  }
  .sub_title {
	  display: none;
  }
/*フッター*/
  .footer_wrap, .footer_l, .footer_c, .footer_r {
	  display: block;
  }
  .footer_l .large, .footer_r, .footer_c .small, .sitemap {
	  display: none;
  }
  .footer_l {
	  width: 100%;
  }
  .footer_l .small {
	  display: block;
	  font-size: 1.4rem;
	  letter-spacing: 0.1rem;
	  text-align: center;
	  max-width: 100%;
  }
  .footer_c .large {
	  font-size: 1.5rem;
	  letter-spacing: 0.3rem;
	  text-align: center;
  }
	.footer_c .large img {
		height: auto;
		width: 17px;
	}
  .footer {
	  height: 100px;
  }
}
.footer_c .large a{
	color: #fff;
}