@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

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

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 16px;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	background: #fff;
}
header {
	/*position:relative;*/
	position: fixed;
	width: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.4);
	top: 0px;transition: 0.4s;
}
.inner {width:1200px;}
.inner {
	position:relative;
	width:auto;
}
.naviin {
	margin:0 auto;
}
nav {
	/zoom:1;
}
nav:after {
	clear:both;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
p {
	line-height: 1.6em;
	margin-bottom: 0.6em;
}

/*===============================================
 *  ヘッダー
 ================================================*/
header .inner{
	padding: 10px 10px 0px;
}

.summary {
	position: absolute;
	top: 3px;
	right: 10px;
	margin: 0;
	color: #FFF;
	font-size: 14px;
	transition: 0.4s;
}
.logo {
	display: inline-block;
}
.logo img {}
.contents {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}
/*================================================
 *  メイン
 ================================================*/
main {
	width: 950px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-right: 250px;
	overflow:hidden;
}
main {min-height:400px;}


/*================================================
 *  サイド
 ================================================*/

aside {
	width: 230px;
	position: fixed;
	top: 270px;
	left: 50%;
	margin-left: 0px;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFF;
	display: block;
	transition: 0.2s;
	z-index:0;
}
.side {}
.submenu {}
ul.side {
	width: 230px;
	left: 370px;
	z-index: 3;
	position: absolute;
	border: 1px solid #CCC;
}


ul.side, .side ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.side li {
	background-color: #FFF;
}
ul.side li a {
	display: block;
	padding: 0.5em 0 0.5em 0.5em;
	text-decoration: none;
}

ul.side li a:hover {
	background-color: #f2f2f2;
}
ul.side li {
  border-top: 1px dotted #ccc;
}

ul.side li:last-child {
	border-bottom: 1px dotted #CCC;
}

ul.side li ul li {
	border-top: 1px dotted #ccc;
}

ul.side li ul li:last-child {
	border-bottom: none;
}

ul.side li ul li a {
	padding-left: 1.6em;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}
/*================================================
 *  TOPへ戻る
 ================================================*/
.pageTop {
	display: none;
	position: relative;
	z-index:101;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 72px;
	height: 77px;
	background: url(../images/return.png) no-repeat center top;
	text-indent: -9999px;
}
.pageTop:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}

@media screen and (max-width:1199px) {
	body {font-size:90%;}
	.pageTop a {
	right: 0px;
	}
	.inner {
	width: 100%;
	}
	.summary {
	position: absolute;
	top: 10px;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	right: 60px;
	}
	.contents {
	width: 100%;
	display:block;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	
	box-sizing:border-box;
	overflow:hidden;
	}
	main,aside {
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
	}
	ul.side {
	border-top: 1px solid #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
	ul.side li {
	border-style: none !important;}
	ul.side a {
	float: left;
	min-width: 230px !important;
	margin-right: 10px;
	height: 30px !important;
	padding-left: 1em !important;
	border-bottom: 1px dotted #CCC;
	}
	footer {
		width:100%;
	}
/*---------------------------------------------------メイン--*/
	main {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
/*----------------------------------------------------サイド--*/
	aside {
	display: none;
}

}

@media screen and (max-width:767px) {
	body {font-size:80%;}
	.pageTop a {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 40px;
	height: 43px;
	background: url(../images/return_rwd.png) no-repeat center top;
	text-indent: -9999px;
	}

	.logo img {
		width:150px;
}
	.logo {}
	.logo span {}

}

@media screen and (max-width:480px) {
	.summary {
		display:none !important;
	}
	
}




