@charset "euc-jp";
/* Updated 2019/05/13,T */
/* Updated 2019/04/23,T */
@media screen and (max-width: 767px) {
	a:hover > img,
	a.imgOpacity:hover img,
	a:hover > img.imgOpacityImg,
	a.noImgOpacity:hover img.imgOpacityImg {
		filter:alpha(opacity=100) !important;
		-moz-opacity: 1.0 !important;
		opacity: 1.0 !important;
	}
	body {
		min-width: 0;
	}
	/*-------------------------------------------
	Header
	-------------------------------------------*/
	header[role="banner"] {
		min-width: 320px;
	}
	header[role="banner"] #headerTop{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
	header[role="banner"] #headerGroup {
		border-bottom: 4px solid #c4d700;
	}
	header[role="banner"] #headerGroup ul{
		width:100%;
		padding:8px 10px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.headerGroupLeft{
		width: 90px;
		height: 26px;
		background: url(../images/logo_group_01_sp.png) left center no-repeat;
		-ms-background-size: 90px 26px;
		-moz-background-size: 90px 26px;
		-webkit-background-size: 90px 26px;
		background-size: 90px 26px;
		text-indent: -9999px;
		vertical-align: middle;
	}
	.headerGroupRight{
		width: 65px;
		height: 9px;
		background: url(../images/logo_group_02_sp.png) right center no-repeat;
		-ms-background-size: 65px 9px;
		-moz-background-size: 65px 9px;
		-webkit-background-size:65px 9px;
		background-size:65px 9px;
		text-indent: -9999px;
		vertical-align: middle;
		text-align:left;
	}
	header[role="banner"] #headerInner {
		padding-top: 0;
	}
	header[role="banner"] #headerTop {
		display: table;
		width: 100%;
		height: 53px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	header[role="banner"] #headerTop:before {
		display: none;
	}
	header[role="banner"] #headerTop > * {
		display: table-cell;
		vertical-align: middle;
	}
	header[role="banner"] #headerInner .logoWrap {
		float: none;
		width: 130px;
	}
	header[role="banner"] #headerInner .logoWrap > * {
		padding-left: 0;
	}
	header[role="banner"] #headerInner .logoWrap a {
		display: block;
		width: 117px;
		height: 18px;
		background: url(../images/logo_sp02.png) 0 0 no-repeat;
		-ms-background-size: 117px 18px;
		-moz-background-size: 117px 18px;
		-webkit-background-size: 117px 18px;
		background-size: 117px 18px;
		text-indent: -9999px;
	}
	header[role="banner"] #headerInner {
		width: auto;
		border-top: 5px solid #94cb10;
	}

	/*-------------------------------------------
	Popup
	-------------------------------------------*/
	.popup header[role="banner"]{
		border-bottom: solid 1px #004831;
	}

	/*-------------------------------------------
	Footer
	-------------------------------------------*/
	#pageTop {
		right: 10px;
		width: 53px;
		height: 53px;
	}
	footer[role="contentinfo"] {
		min-width: 0;
	}
	footer[role="contentinfo"] #footerInfo,
	footer[role="contentinfo"] #footerNav > nav {
		width: 100%;
	}
	footer[role="contentinfo"] #footerInfo {
		padding-top: 0;
	}

	footer[role="contentinfo"] #footerInfo .infoNav{
		margin: 0 10px;
	}
	footer[role="contentinfo"] #footerInfo .infoNav {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	footer[role="contentinfo"] #footerInfo .infoNav > ul {
		width: auto;
	}
	footer[role="contentinfo"] #footerInfo .infoNav > ul > li {
		margin-right: 5px;
		line-height: 2.0;
	}
	footer[role="contentinfo"] #footerInfo .infoNav > ul > li:before {
		content: "";
		display: inline-block;
		position: static;
		width: 1px;
		height: 1em;
		margin: 0 9px 0 0;
		background: #c9c9c9;
		vertical-align: -0.1em;
	}
	footer[role="contentinfo"] #footerInfo .infoNav > ul > li:last-child:after {
		content: "";
		display: inline-block;
		position: static;
		width: 1px;
		height: 1em;
		margin: 0 0 0 5px;
		background: #c9c9c9;
		vertical-align: -0.1em;
	}
	footer[role="contentinfo"] #footerInfo #copyRight {
		float: none;
		width: auto;
		margin: 0 10px 10px;
		text-align: center;
		word-break: keep-all;
	}
	footer[role="contentinfo"] #footerInfo #footerLogo {
		float: none;
		text-align: center;
		margin: 0 10px 60px;
	}

	/*-------------------------------------------
	Main Area
	-------------------------------------------*/
	#wrap #mainArea main > section > section,
	#wrap #mainArea main .contentBlockWrap {
		margin-top: 20px;
	}
	#wrap #mainArea,
	#wrap #mainArea main,
	#wrap #mainArea #sideNav {
		width: 100% !important;
		float: none !important;
	}
	#wrap #mainArea {
		margin-top: 0;
		margin-bottom: 0;
	}
	#wrap #mainArea main {
		padding: 0 10px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.bnrArea01 {
		background: #fffbea;
		padding: 15px 10px;
	}

	/*-------------------------------------------
	PC/SP出し分け
	-------------------------------------------*/
	.pcContent{ display: none !important;}
	.spContent { display: block !important;}

}


/*-------------------------------------------
iPad用
-------------------------------------------*/
@media screen and (max-width: 1080px) and (min-width: 768px){
	body {
		min-width: auto;
	}
	header[role="banner"] {
		min-width: auto;
		width: 100%;
	}
	header[role="banner"] #headerGroup ul {
		box-sizing: border-box;
		width: 100%;
	}
	header[role="banner"] #headerInner {
		box-sizing: border-box;
		width: 100%;
		padding-left: 19px;
		padding-right: 19px;
	}
	#wrap #mainArea {
		width: 100%;
	}
	footer[role="contentinfo"] {
		min-width: auto;
	}
	footer[role="contentinfo"] #footerInfo {
		box-sizing: border-box;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	footer[role="contentinfo"] #footerInfo #footerLogo{
		width: 260px;
	}
