@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 100%;
}
body {
	background: url(/wp-content/uploads/body_bg.jpg) repeat-x top center;
	background-attachment: fixed;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	color: #5D5D5D;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	/*line-break: strict;*/
}
* {
	font-size: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #5D5D5D;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #F19E23;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
table {
	width: 100%;
}
p:not(:last-child) {
	margin-bottom: 1.5em;
}
strong {
	font-weight: 700;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #e0e0e5;
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
		color: #F19E23 !important;
		text-decoration: underline;
	}
	.auto_height {
		height: auto !important;
	}
}


/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {content: "\e900";}
.icon-category:before {content: "\e901";}
.icon-check:before {content: "\e902";}
.icon-checked:before {content: "\e903";}
.icon-down:before {content: "\e904";}
.icon-facebook:before {content: "\e905";}
.icon-google:before {content: "\e906";}
.icon-line:before {content: "\e907";}
.icon-twitter:before {content: "\e908";}
.icon-arrow02:before {content: "\e909";}
.icon-arrow01:before {content: "\e910";}
.icon-search:before {content: "\e911";}
.icon-tag:before {content: "\e912";}


/* -------------------------------------
shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }


/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 820px;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================
■HEADER
===================================== */
header {
	margin-bottom: 12px;
	position: relative;
	z-index: 9999;
}
#headerLeft {
	float: left;
	width: 430px;
}
#headerRight {
	float: right;
	width: 330px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header .catchword {
	margin-bottom: 7px;
}
header .logo {
	max-width: 235px;
}
header .logo img {
	width: 100%;
}
header .catchword h1 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
header .guildList {
	float: right;
	display: flex;
	width: 170px;
	text-align: center;
}
header .guildList li {
	width: 50%;
	padding: 0 2px;
	position: relative;
	box-sizing: border-box;
}
header .guildList li a {
	font-size: 11px;
	line-height: 14px;
	color: #F19E23;
	text-decoration: none;
	background: url(/wp-content/uploads/header_navi_bg.png) no-repeat left center;
	padding-left: 14px;
}
#headerRight .guildList li a:hover {
	text-decoration: underline;
}
header h2 {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: #F19E23;
	margin: 13px 0 0 0;
}
#headerRight .telNumber {
	margin: 5px 0;
}
#searchBox {
	margin-right: 12px;
}
#searchBox li {
	float: left;
	line-height: 1;
}
#searchBox li#searchInput {
	margin-right: 2px;
}
#searchBox li#searchInput input#search {
	border: 1px solid #F9CF92;
	width: 102px;
	height: 18px;
	font-size: 10px;
	line-height: 1.4em;
	color: #FCE6C5;
}
#searchBox #searchInput input#search[type="text"]::placeholder {
	color: #FCE6C5;
}
#searchBox #searchInput input#search[type="text"]:focus {
	border: 1px solid blue;
}
#searchBox li#searchButton {
	margin-right: 7px;
}
#searchBox li#rss {
	padding-top: 2px;
}

@media screen and (max-width: 820px) and (min-width: 768px) {
	#headerLeft {
		width: 400px;
	}
}

@media screen and (min-width: 768px) {
	header .headerInner {
		padding: 9px 15px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		margin: 0;
		padding: 0;
		background: #fff;
	}
	header.open {
		width: 100%;
		position: fixed;
		top: 0 !important;
		left: 0;
	}
	#headerLeft {
		float: none;
		width: 100%;
		margin: 0;
	}
	header .catchword,
	header h2,
	#headerRight {
		display: none;
	}
	header .logo {
		width: calc(100% - 60px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 5px;
	}
	header .logo img {
		width: 220px;
	}

	/*　toggleMenu　*/
	.toggleMenu {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.triggers,
	.triggers span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.triggers {
		position: relative;
		width: 23px;
		height: 21px;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.triggers span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #E6A040;
		border-radius: 5px;
	}
	.triggers span:nth-of-type(1) {
		top: 0;
	}
	.triggers span:nth-of-type(2) {
		top: 9px;
	}
	.triggers span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/*--------------------------------------
* nav
--------------------------------------*/
nav {
	width: 98%;
	margin: 0 auto;
}
nav .menu {
	max-width: 830px;
	margin: 0 auto;
}
nav .menu > li {
	float: left;
	width: 16.6%;
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
	position: relative;
}
nav .menu > li:first-child {
	width: 16%;
	border-left: 1px solid #f5f5f5;
}
nav .menu > li:nth-child(3) {
	width: 17.6%;
}
nav .menu > li > a,
nav .menu > li > span {
	display: block;
	text-align: center;
	padding: 14px 2px;
	color: #3c3c3c;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
	z-index: 5;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	background: #f5f5f5;
}
nav .menu > li ul {
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
	transition: .3s;
}
nav .menu > li ul li {
	border-top: 1px solid #fff;
}
nav .menu > li ul li a {
	display: block;
	color: #3c3c3c;
	background: #eee;
	padding: 14px 2px;
	text-align: center;
	transition: all 0.6s ease;
}
nav .menu > li ul a:hover {
	background: #f9f9f9;
	text-decoration: none;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	nav {
		/* 		display: block !important; */
		display: none;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #E6E6E6;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		padding: 30px;
		border: none;
	}
	nav .menu > li {
		float: none;
		width: 100% !important;
		margin: 2px 0 0;
		border: none !important;
		position: relative;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: "秀英明朝 L","Shuei Mincho L";
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-align: left;
		color: #22201E;
		background: #fff;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 18px 20px 20px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav .menu > li > span {
		padding: 18px 40px 20px 20px !important;
	}
	nav .menu > li:first-child > a,
	nav .menu > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a,
	nav .menu > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		color: #22201E;
		background: #fff;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #E6A040;
		border-top: 1px solid #E6A040;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
	nav .menu > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
	}
	nav .menu > li ul li {
		display: none;
		width: 100%;
		margin-top: 2px;
		border: none !important;
	}
	nav .menu > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		display: block;
		font-family: "秀英丸ゴシック L","Shuei MaruGo L";
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0.05em;
		text-align: left;
		color: #fff;
		background: #E6A040 !important;
		margin-top: 2px;
		padding: 18px 30px 20px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	nav .menu > li ul li a:hover {
		opacity: 1;
	}	
	nav .menu > li ul li a span {
		margin-left: 5px;
	}
	nav .menu > li ul li a br {
		display: none;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	nav .menu > li > span {
		position: relative;
	}
	nav .menu > li.hover > span + ul,
	nav .menu > li > span:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}

	/*--------------------------------------
	* contactBox
	--------------------------------------*/
	.contactBox  {
		background: #E6A040;
		padding: 20px 30px 37px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		font-family: "秀英丸ゴシック L","Shuei MaruGo L";
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
	.contactBox ul li:not(:first-child) {
		margin-top: 6px;
	}
}

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 20px 20px 29px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 15px;
	}
	.contactBox {
		padding: 17px 20px 27px;
	}
	.contactBox .tit {
		font-size: 20px;
	}
}


/*--------------------------------------
* nav_pc
--------------------------------------*/
.navigationCross {
	max-width: 800px;
	padding: 0 2px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
.navigationCross li {
    float: left;
	width: 16.6%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.navigationCross li:last-child {
	width: 17%;
	border-right: none;
}
.navigationCross li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
	font-weight: bold;
    height: 34px;
	line-height: 34px;
    display: block;
	text-align: left;
	border: 1px solid #fcb407;
	box-shadow: inset 0 0 0 1px #eeb504;
	background: #eba60a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fdce66), color-stop(1.00, #eba60a));
	background: -webkit-linear-gradient(top, #fdce66 0%, #eba60a 100%);
	background: -moz-linear-gradient(top, #fdce66 0%, #eba60a 100%);
	background: -o-linear-gradient(top, #fdce66 0%, #eba60a 100%);
	background: -ms-linear-gradient(top, #fdce66 0%, #eba60a 100%);
	background: -linear-gradient(top, #fdce66 0%, #eba60a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdce66', endColorstr='#eba60a',GradientType=0 );
	position: relative;
	padding: 0 6px;
}
.navigationCross li span {
	margin: 3px 0;
	display: block;
	color: #fff;
	line-height: 26px;
	padding: 0 0 0 15px;
}
.navigationCross li a:hover span {
	background: #fefaee;
	border: 1px solid #ffbb10;
	border-radius: 5px;
	color: #EBAA18;
}
@media screen and (max-width: 820px) and (min-width: 768px) {
	.navigationCross li span {
		padding: 0 0 0 6px;
	}
}
@media screen and (max-width: 767px) {
	.navigationCross {
		display: none;
	}
}

/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
#wrapper {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
}
main {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 13px;
	box-sizing: border-box;
}
article {
	float: right;
	width: 72%;
	max-width: 555px;
/* 	min-height: 600px; */
	margin-top: 26px;
}
#content {
	font-size: 13px;
	line-height: 1.5;
	padding: 0;
	position: relative;
	z-index: 2;
	min-height: 350px;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	main {
		padding: 0;
		max-width: 100%;
		min-height: 500px;
		margin-top: 20px;
	}
	article {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0 10px 50px;
		box-sizing: border-box;
		margin: 0;
	}
	#content {
		margin: 0;
	}
}

/*--------------------------------------
* コンバージョン
--------------------------------------*/
.inquiry_banner {
	text-align: center;
}
#conBottom .bnr {
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
#conversion {
	text-align: center;
	border-top: 1px dotted #cccccc;
}
#conversion .tel {
	margin-bottom: 30px;
}
#conversion .contactList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#conversion .contactList li {
	width: calc((100% - 20px) / 2);
	max-width: 340px;
}

@media screen and (max-width: 960px) {
	#conversion {
		width: 100%;
		max-width: 700px;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	#conversion .inner {
		width: 94%;
		margin: 0 auto;
	}
	#conversion .tel {
		margin-bottom: 20px;
	}
	#conversion .tel a {
		display: inline-block;
		margin-top: 10px;
	}
	#conversion .contactList {
		display: block;
		max-width: 340px;
		margin: 20px auto 0;
	}
	#conversion .contactList li {
		width: 100%;
	}
	#conversion .contactList li:not(:first-child) {
		margin-top: 10px;
	}
}

/*--------------------------------------
* ASIDE
--------------------------------------*/
aside {
	float: left;
	width: 27.3%;
	max-width: 210px;
}
#sideNews {
	margin-bottom: 25px;
}
#sideNews h3 {
	margin-bottom: 4px;
}
#sideNews .newsInner {
	background: #fdf2e1;
}
#sideNews .news_list {
	padding: 15px 13px;
}
#sideNews .more {
	font-size: 11px;
	line-height: 1.8;
	text-align: right;
	background: url(/wp-content/uploads/dot_line.gif) repeat-x left top;
	padding: 10px 12px 4px;
}
#sideNews .listLook {
	display: inline-block;
	color: #F19D1F;
	position: relative;
    padding-left: 20px;
}
#sideNews .listLook:before {
	position: absolute;
	content:'';
	display: block;
	width: 13px;
	height: 15px;
	background: url(/wp-content/uploads/icon_list_view.gif) no-repeat left center;
	background-size: 13px 15px;
	top: 0;
	left: 0;
}
#sideNews .listLook:hover {
	text-decoration: underline;
}
aside .bannerList li:not(:first-child) {
	margin-top: 7px;
}
aside .naviList {
	margin: 5px 0 5px 20px;
}
aside .naviList li:not(:first-child) {
	margin-top: 4px;
}
aside .naviList > li > a {
 	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #F19D1F;
	padding: 0 0 0 15px;
	position: relative;
}
aside .naviList > li > a:before {
	content: "";
    border-left: 6px solid #F19D1F;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -4px;
}
aside .naviList > li > a:hover {
	color: #DABE8F;
}
aside #inqBox {
	background: #ffecaa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffecaa), color-stop(1.00, #fff));
	background: -webkit-linear-gradient(top, #ffecaa 0%, #fff 100%);
	background: -moz-linear-gradient(top, #ffecaa 0%, #fff 100%);
	background: -o-linear-gradient(top, #ffecaa 0%, #fff 100%);
	background: -ms-linear-gradient(top, #ffecaa 0%, #fff 100%);
	background: -linear-gradient(top, #ffecaa 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecaa', endColorstr='#fff',GradientType=0 );
	box-sizing: border-box;
	margin-top: 25px;
	padding: 10px 12px 12px;
}
aside #inqBox ul li:last-child {
    margin: 9px 0 17px;
    padding: 10px 0 0;
    border-top: 1px dotted #ab9c62;
}
aside #inqBox ul li small {
	display: block;
	font-size: 10px;
	line-height: 14px;
	color: #F19E23;
	margin: 6px 0 0;
	text-align: left;
}
@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	aside .inner {
		max-width: 210px;
		margin: 0 auto 30px;
	}
}

/* =====================================
■FOOTER
===================================== */
footer {
	margin-top: 20px;
}
#footer {
	background: #f4af48;
	padding: 15px 0 60px;
}
#footer .footerLink {
	margin: 0 auto;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}
#footer .footerLink li {
	display: inline-block;
	color: #fff;
	position: relative;
}
#footer .footerLink li a {
	color: #fff;
	margin-right: 4px;
	text-decoration: none;
}
#footer .footerLink li a:hover {
	text-decoration: underline;
}
address {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 4px 0 0;
	text-align: center;
}
footer .pagetop {
	text-align: right;
	margin-bottom: 10px;
}
footer .fixed_box {
	position: fixed;
	right: 0;
	width: 339px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
footer .fixed_box li {
	float: left;
}
footer .fixed_box li img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	footer .fixed_box li {
		width: 50px;
	}
	footer .fixed_box li:first-child {
		width: 229px;
	}
	footer .fixed_box li:last-child {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 0;
	}
	#footer {
		border-top: 2px solid #fff;
		padding-bottom: 23px;
	}
	address {
		padding: 5px 10px;
	}
	footer .fixed_box {
		width: 100%;
		bottom: 0 !important;
	}
	footer .fixed_box li {
		width: 42.6%;
		box-sizing: border-box;
		border-right: 1px solid #fff;
	}
	footer .fixed_box li:last-child {
		width: 14.8%;
		border-right: none;
		
	}
}