@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%;background:transparent;font-weight:normal;}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%;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}


/*================================================
 *  一般・共通設定
 ================================================*/
	
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}

img {
	margin: 0;
	padding: 0;
}

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


nav {
	width:100%;
	background:#fff;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}
section {
	overflow: hidden;
	}
section:last-child {
	}
#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
a:hover {
	opacity: 0.8 ;
}
span {
	font-weight: bold;
}
img {
    height: auto;
    max-width: 100%;
}
ul li img {
     vertical-align: bottom;
}
ul li {
     margin: 0;
     padding: 0;
     list-style-type: none;
}

/*================================================
 *  見出し
 ================================================*/
h1 {
	margin: 0 auto;
	text-align: center;
	}
h2 img { display: block;}	


h3 {font-family: 'Noto Serif JP', serif;}
h3 {
  overflow: hidden;
  text-align: center;
	font-size: 2.0em;
	margin-bottom: 20px;
}
h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h3 span::before,
h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
h3 span::before {
  right: 100%;
}
h3 span::after {
  left: 100%;
}

h4 {
	font-size: 1.5em;
	border-left: solid 10px #999;
	padding-left: 10px;
	margin-bottom: 20px;
}

/*================================================
 *  装飾
 ================================================*/
.center {
	text-align: center;	
	}
.font_strong {
	font-size: 2.5em;
	font-weight: bold;
	color: #F00;
}
.font_small {
	font-size: 0.9em;
}

/*テキスト装飾*/
.red {
	color: #F00;	
	}
.text_white {
	color: #FFF;
}


	
/*================================================
 *  margin
 ================================================*/
.m-1 {
	margin-top: 10px;
}
.m-2 {
	margin-top: 20px;
}
.m-3 {
	margin-top: 30px;
}
.m-4 {
	margin-top: 40px;
}
.m-01 {
	margin-bottom: 10px;
}
.m-02 {
	margin-bottom: 20px;
}
.m-03 {
	margin-bottom: 30px;
}
.m-04 {
	margin-bottom: 40px;
}

/*================================================
 *  padding
 ================================================*/
.p-1 {
	padding-top: 10px;
}
.p-2 {
	padding-top: 20px;
}
.p-3 {
	padding-top: 30px;
}
.p-4 {
	padding-top: 40px;
}
.p-01 {
	padding-bottom: 10px;
}
.p-02 {
	padding-bottom: 20px;
}
.p-03 {
	padding-bottom: 30px;
}
.p-04 {
	padding-bottom: 40px;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	box-sizing:border-box;
	position:relative;
	width:100%;
}
.header_inner {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.logo {
	text-align: center;
	}


/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #95c228;
}
.topicpath_in {
	width: 1000px;
	margin: 0 auto;
	}

/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	background:#fff;
	overflow: hidden;
}
.contents_in {
	width:1000px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}
.contents_wrapper {
	background-color: #f7f6f4;
	}
.inbox {
	margin-top: 40px;
	margin-bottom: 40px;
}	

/*================================================
 *  フッターメニュー
 ================================================*/
#footermenu {
	color: #FFF;
	background-color: #666;
	overflow: hidden;
	}
#footermenu a {
	color: #FFF;
	text-decoration: none;
	}	
.footermenu_box {
	width: 1080px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	}	
.footermenu_in {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.footermenu_in:last-child {
	margin-right: 0;
} 
.footermenu_title {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	font-size: 16px;
}

/*================================================
 *  フッター
 ================================================*/

footer {
	clear:both;
	background: #f7f6f4;
}

.footmenu {
	padding:20px 0;
	overflow:hidden;
}

.footmenu ul {
    letter-spacing: -0.4em;
    text-align: center;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 10px;
}
.footmenu ul > li + li {
    border-left: 1px solid #ccc;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 10px;
}
.footmenu ul > li > a {
    color: #555555;
    font-size: 13px;
    text-decoration: none;
}
.footmenu ul > li > a:hover {
    color: #71bca9;
}
.footmenu ul > li:last-child {
    border-right: medium none;
}


@media (max-width : 480px){
.footmenu ul {
    letter-spacing: -0.4em;
    text-align: center;
}
.footmenu ul > li > a {
    font-size: 11px;
    text-decoration: none;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 5px;
    padding: 0 10px;
}
.footmenu ul > li:last-child {
    border-right: medium none;
}

}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	background-color: #000;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#333;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 10px;
}
.totop img:hover {
	background: #333;
}

/* ------------------------------------------
  スマホ用ページトップへの戻り
--------------------------------------------- */
#pagetop {
	max-width: 100%;
	height: auto;
	width :auto;
	clear: left;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
}
#pagetop a {
	background: #333;	/*背景色*/
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;	/*ボックス幅*/
	display: block;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;
}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {
	.inner {
	width:100%;
	}

	.contents {
		box-sizing:border-box;
		width:100%;
	}
	.contents_in {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:800px) {

	header {
	z-index:2;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	background-color: #FFF;
	}
	.header_inner {
	padding: 0;
	}

	#main {
		float:none;
		width:100%;
	}
	#sub {
		float:none;
		width:100%;
	}


}
