@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	min-width:320px;
}
.tab {
	display: block !important;
}
.tab_inline {
	display:inline !important;
}
.pc {
	display:none !important;
}

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

div#document {
    width: auto;
	margin: 0 20px;
}
p.sp_menu {
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 1;
}
p.sp_menu img {
	width: 60px;
}
div.header_bg {
	background: url(../images/header_bg_tab.png) no-repeat center top;
	background-size: auto 270px;
	margin-bottom: 0;
}
div#header {
	max-width: 675px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
}
div#header .logo {
	margin: 0;
	padding: 0 0 160px 0;
}
div#header .logo img {
	width: 590px;
}
div#header .qa {
	position: absolute;
	right: 60px;
	top: 12px;
}
p.pankuzu {
	display: none;
}
.title01 {
	margin:-40px 0 25px 0;
	font-size: 24px;
}
.title01 em {
	margin: 0 0 0 0;
}
.title02 {
	background: url(../images/title_tab01.gif) no-repeat 0 bottom;
	background-size: auto 31px;
	font-size: 20px;
	padding: 0;
	line-height: 1.2;
	margin: 40px 0 35px 0;
}
.title02 span {
	display: block;
	background: url(../images/title_tab02.gif) no-repeat right bottom;
	background-size: auto 31px;
	padding: 0 0 10px 32px;
}
.title03 {
	font-size: 19px;
	color: #57a236;
	margin-bottom: 15px;
	line-height: 1.4;
}
.title04 {
    font-size: 18px;
}
ul.page_navi li {
    width: 223px;
    margin: 0 14px 0 0;
}
ul.page_navi li a span {
	background: url(../images/navi_li_tab.png) no-repeat 0 center;
	background-size: 7px auto;
}


p.pagetop {
	position: static;
	text-align: center;
	font-size: 14px;
	margin: 40px 20px 0 20px;
}
p.pagetop a {
	text-decoration: none;
	display: block;
	background-color: #e3e3e3;
	padding: 10px 0;
}
p.pagetop a span {
	background: url(../images/pagetop_tab.png) no-repeat 0 center;
	background-size: 18px auto;
	padding: 5px 0 5px 25px;
}
div#footer {
	border-top: 1px solid #53a510;
	margin: 25px 0 0 0;
	padding: 10px 20px;
}

div#sp_menu_area {
	position: fixed;
	right: -431px;
	top: 0;
	border-left: 6px solid #569f2a;
	height: 100%;
	width: 425px;
	background-color: #FFF;
	z-index: 2;
}

p.sp_menu_close {
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 1;
}
p.sp_menu_close img {
	width: 28px;
}
div#sp_menu_area ul {
	margin: 67px 0 0 0;
	font-size: 17px;
	font-weight: bold;
	border-top: 1px solid #eeeced;
}
div#sp_menu_area ul li a {
	text-decoration: none;
	display: block;
	line-height: 60px;
	border-bottom: 1px solid #eeeced;
	padding: 0 0 0 60px;
	background: url(../images/sp_menu_icon.png) no-repeat 28px center;
	background-size: 24px auto;
}
div#sp_menu_area ul li a.current {
	background-color: #f2f8ea;
}
div#sp_menu_area ul li.sp_menu_qa a {
	padding: 0;
	background: none;
	text-align: center;
}
div#sp_menu_area ul li.sp_menu_qa img {
	vertical-align: middle;
	width: 320px;
}
div.bg_black {
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}