@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css"); 
/* ----------------------------
 base
---------------------------- */
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
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, dialog, figure, footer, #header,
hgroup, menu, nav, section,
time, mark, audio, video {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
}
body,html{
}
img {
width:100%;
max-width: 100%;
height: auto;
}
body {
	font-size: 1em;
	line-height: 1.8em;
	color:#000000;
	background-color:#FFF;
	text-align:center;
	padding:0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}

a:link,
a:visited,
a:active {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.spnone {
	display: none;
}
/* ----------------------------
 container
---------------------------- */
#container {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* ----------------------------
 header
---------------------------- */
#navi {
	display: none;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	position: fixed;
	padding-bottom: 10px;
	background-color: #FFF;
	z-index: 1000;
	width: 100%;
	-webkit-box-shadow: 0px 1px 2px #666666;
	-moz-box-shadow: 0px 1px 2px #666666;
	box-shadow: 0px 1px 2px #666666;
	display: block;
}
#header .left {
	padding-top: 10px;
	width: 50%;
	padding-left: 10px;
}
#header .right {
	padding-top: 10px;
	display: none;
}
#header .sp-ig{
	width: 2.5rem;
    position: absolute;
    top: 20%;
	right: 6rem;
}
#header .sp-ig a{
	display: flex;
	align-items: center;
	color: #333;
	text-decoration: none;
}
#header .sp-ig a img{
	width: 1.8rem;
}
#header .sp-ig a span{
	font-size: 0.7em;
	line-height: 0.9em;
	padding: 0 0 0 5px;
}

/* ----------------------------
 body
---------------------------- */
#mainbody {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
	width: 95%;
}
#mainbody .breadcrumb-list,
#breadcrumb {
	display: none;
}
#mainbody #title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 20px;
}
#mainbody #title h1 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
	margin: 0px;
	text-align: left;
	padding-bottom: 2px;
}

#mainbody #main {
	margin-bottom: 40px;
}
#category-title {
	display: block;
	height: 40px;
}
#category-title h1 {
	display: none;
}
h2,
h3 {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main p {
	font-size: 13px;
	line-height: 150%;
	color: #333;
	margin: 0px;
	padding: 0px;
}



/* ----------------------------
 footer
---------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 8000;
}
.pagetop a {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #016a40;
	background-color: #f5f5f5;
}
#footer .body {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	width: 95%;
}
#footer dl {
	display: block;
	margin-bottom: 20px;
}
#footer dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	padding-top: 6px;
	padding-bottom: 4px;
}
#footer dd {
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#footer dd a {
	color: #333;
	text-decoration: none;
	background-color: #E8E8E8;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
}
#footer dd a:before {
	content: url(../image/arrow.png);
	position: relative;
	left: 5px;
	margin-right: 10px;
	top: 0px;
}
#footer dd a:hover {
	color: #000;
	text-decoration: underline;
}
#footer .logo {
	text-align: center;
	width: 50%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer p {
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 20px;
}
#footer #copyright {
	background-color: #016a40;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer #copyright ul {
}
#footer #copyright li {
	margin-bottom: 5px;
}
#footer #copyright li a {
	font-size: 13px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 10px;
	display: block;
	background-color: rgba(255,255,255,0.2);
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#footer #copyright li a:hover {
	text-decoration: underline;
}
#footer #copyright p.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 150%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
