@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: #EBECF0;
	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: #66CCFF;
	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: #66CCFF !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 {
	width: 100%;
	max-width: 800px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}
#headerLeft {
	float: left;
	width: 193px;
	margin-top: 20px;
}
#headerRight {
	float: right;
	width: 260px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header .logo img {
	width: 100%;
}
header #catchword {
	max-width: 215px;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #5D5D5D;
	position: absolute;
	top: 37px;
	left: 50%;
	transform: translate(-46.5%, 0);
}
#headerRight .guildList {
	display: flex;
	justify-content: space-between;
	width: 148px;
	margin-top: 10px;
}
#headerRight .guildList li {
	position: relative;
	box-sizing: border-box;
}
#headerRight .guildList li a {
	display: block;
	background: url(/wp-content/uploads/ico_arrow.png) no-repeat left top;
	font-size: 1.1em;
	letter-spacing: -0.1em;
	color: #5D5D5D;
	padding-left: 14px;
	text-decoration: none;
}
#headerRight .guildList li a:hover {
	text-decoration: underline;
}
#headerRight .telNumber {
	margin: 25px 0 3px;
}
#searchBox li {
	float: left;
	line-height: 1;
}
#searchBox li#searchInput {
	margin-right: 2px;
}
#searchBox li#searchInput input#search {
	border: 1px solid #E1DCC8;
	width: 95px;
	height: 18px;
	font-size: 10px;
	line-height: 1.4em;
	color: #cccccc;
}
#searchBox #searchInput input#search[type="text"]::placeholder {
	color: #cccccc;
}
#searchBox #searchInput input#search[type="text"]:focus {
	border: 1px solid blue;
}
#searchBox li#searchButton {
	margin-right: 7px;
	padding-top: 1px;
}
#searchBox li#rss {
	padding-top: 3px;
	padding-right: 8px;
}

@media screen and (min-width: 768px) {
	header .wrap {
		background: url(/wp-content/uploads/header_bg.jpg) no-repeat left top;
		padding: 0 15px 17px 30px;
		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;
	}
	header.open {
		width: 100%;
		position: fixed;
		top: 0 !important;
		left: 0;
	}
	#headerLeft {
		float: none;
		width: 100%;
		margin: 0;
	}
	header #catchword,
	#headerRight {
		display: none;
	}
	header .logo {
		width: calc(100% - 100px);
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0 0 0 30px;
	}
	header .logo img {
		max-width: 137px;
		margin-top: 4px;
	}

	/*　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: #58637F;
		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: 100%;
	margin: 0 auto;
}
nav .menu {
	display: flex;
	justify-content: space-between;
	border: 1px solid #fff;
}
nav .menu > li {
	width: calc((100% - 5px) / 6);
	position: relative;
}
nav .menu > li > a,
nav .menu > li > span {
	display: block;
	background: #5c6785;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #5c6785), color-stop(1.00, #4d5467));
	background: -webkit-linear-gradient(top, #5c6785 0%, #4d5467 100%);
	background: -moz-linear-gradient(top, #5c6785 0%, #4d5467 100%);
	background: -o-linear-gradient(top, #5c6785 0%, #4d5467 100%);
	background: -ms-linear-gradient(top, #5c6785 0%, #4d5467 100%);
	background: -linear-gradient(top, #5c6785 0%, #4d5467 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6785', endColorstr='#4d5467',GradientType=0 );
	border: 1px solid #4b515f;
	border-radius: 4px;
	font-size: 1.2em;
	color: #fff;
	cursor: pointer;
	padding: 8px 5px 8px 11px;
	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;
	padding: 4px 0 4px 15px;
	position: relative;
}
nav .menu > li > a > span:before,
nav .menu > li > span > span:before {
	content: "";
	width: 4px;
	height: 100%;
	background: #fff;
	box-shadow: 3px 1px 3px #a3a3a5 inset;
	position: absolute;
	left: 0;
	top: 0;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	color: #D0C49C;
}
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;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}

@media screen and (max-width: 800px) and (min-width: 768px) {
	nav .menu > li > a,
	nav .menu > li > span {
		padding: 8px 3px 8px 5px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		padding: 4px 0 4px 10px;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #ECEFF6;
		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 {
		width: 100% !important;
		margin: 2px 0 0;
		position: relative;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-align: left;
		color: #22201E;
		background: #fff;
		border: none;
		border-radius: 0;
		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 #CD3163;
		border-top: 1px solid #CD3163;
		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;
		padding: 0;
	}
	nav .menu > li > a > span:before,
	nav .menu > li > span > span:before {
		display: none;
	}
	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: dnp-shuei-gothic-kin-std, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: left;
		color: #fff;
		background: #ABB5D1 !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: #58637F;
		padding: 22px 30px 37px;
	}
	.contactBox .inner {
		max-width: 630px;
		margin: 0 auto;
	}
	.contactBox .tit {
		font-family: dnp-shuei-gothic-kin-std, sans-serif;
		font-style: normal;
		font-weight: 600;
		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;
	}
	.contactBox {
		padding: 20px 20px 27px;
	}
	.contactBox .tit {
		font-size: 20px;
	}
}

/* =====================================
■Layout
===================================== */
/*--------------------------------------
* Module
--------------------------------------*/
main {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	padding: 23px 0 45px;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}
article {
	float: right;
	width: 71.25%;
	max-width: 570px;
	min-height: 800px;
	padding-right: 13px;
	box-sizing: border-box;
}
#content {
	background: url(/wp-content/uploads/contents_bg.jpg) repeat-y top left;
	background-size: 100% auto;
	padding: 0 0 25px;
	margin-top: 25px;
	position: relative;
	z-index: 2;
}
#content:after {
	content: "";
	width: 100%;
	height: 1px;
	background: url(/wp-content/uploads/contents_bottom.jpg) repeat-x top left;
	position: absolute;
	bottom: 0;
	left: 0;
}
.home #content {
	background: none;
	padding: 0;
}
.home #content:after {
	display: none;
}

@media screen and (max-width: 767px) {
	main {
		padding: 0;
		max-width: 100%;
		min-height: 500px;
	}
	article {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 25px 10px 50px;
		box-sizing: border-box;
	}
	#content {
		margin-top: 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: 26.25%;
	max-width: 210px;
	margin-left: 11px;
}
aside .naviList > li > a {
	display: block;
	background: #003a7a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0061a5), color-stop(1.00, #003a7a));
	background: -webkit-linear-gradient(top, #0061a5 0%, #003a7a 100%);
	background: -moz-linear-gradient(top, #0061a5 0%, #003a7a 100%);
	background: -o-linear-gradient(top, #0061a5 0%, #003a7a 100%);
	background: -ms-linear-gradient(top, #0061a5 0%, #003a7a 100%);
	background: -linear-gradient(top, #0061a5 0%, #003a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a5', endColorstr='#003a7a',GradientType=0 );
	border: 1px solid #003a7a;
	border-radius: 2px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding: 10px 3px 10px 31px;
	margin-bottom: 2px;
	position: relative;
}
aside .naviList > li > a:hover {
	color: #66CCFF;
}
aside .naviList > li > a:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -6px;
}
aside .naviList > li > a:after {
	content: "";
	border-left: 5px solid #023979;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -3px;
	z-index: 2;
}
aside .subNaviList {
	background: #eeeeee;
	margin-top: -2px;
	padding-bottom: 2px;
}
aside .subNaviList li {
	padding: 0 11px 2px;
}
aside .subNaviList li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #013A7B;
	padding: 10px 3px 9px 25px;
	position: relative;
}
aside .subNaviList li a:before {
	content: "";
	border-left: 5px solid #013a7b;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -4px;
}
aside .subNaviList li a:after {
	content: "";
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #013a7b 0%, #809dbd 50%, transparent 0%);
	background-size: 3px 1px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
aside .subNaviList li a:hover {
	color: #66CCFF;
}
aside .bannerList {
	margin: 10px auto;
}
aside #inqBox {
	height: 179px;
	background: url(/wp-content/uploads/sideBg.jpg) no-repeat right bottom;
	background-size: cover;
	padding: 10px 12px;
	box-sizing: border-box;
}
aside #inqBox ul li:first-child {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
aside #inqBox ul li small {
	display: block;
	color: #5D5D5D;
    letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: left;
	margin-top: 6px;
}
aside #newsBox .newsTitle {
	margin-bottom: 4px;
}
aside #newsBox .newsInner {
	background: #ECEDF0;
	padding: 13px 13px 8px;
}
aside #news dl {
	padding: 13px 0 10px;
}
aside #news dl:first-child {
	padding: 0 0 10px;
}
aside #news dl dt {
    font-size: 1.2em;
    font-weight: bold;
	color: #5D5D5D;
	padding-left: 10px;
	margin: 0 0 5px 3px;
	position: relative;
}
aside #news dl dt:before {
    content: "";
    border-left: 5px solid #5D5D5D;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    z-index: 2;
}
aside #news dl dd {
	font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 7px;
}
aside #news dl dd a {
    color: #5D5D5D;
    text-decoration: none;
}
aside #news dl dd a:hover {
    text-decoration: underline;
}
aside #newsBox .newsInner .more {
	text-align: right;
	margin-top: 25px;
}
aside #newsBox .newsInner .more a {
    line-height: 1.6em;
    font-size: 1em;
	color: #5D5D5D;
    text-decoration: none;
}
aside #newsBox .newsInner .more a:hover {
	text-decoration: underline;
}
aside .banner {
	margin: 25px 0 27px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	aside .bannerList li:not(:first-child) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding-bottom: 40px;
	}
	aside .naviList {
		max-width: 450px;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	aside .bannerList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		max-width: 450px;
		padding: 0 5px;
		box-sizing: border-box;
	}
	aside .bannerList li {
		width: 50%;
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
	}
	aside #newsBox {
		margin: 0 10px;
	}
	:not(.home) aside .banner {
		margin-top: 20;
	}
}

/* =====================================
■FOOTER
===================================== */
#footer {
	max-width: 800px;
    margin: 0 auto;
    font-size: 1.2em;
	letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    z-index: 10;
}
#footer .pagetop {
	position: absolute;
	right: 17px;
	top: -28px;
}
#footer .inner {
	background: #4f566b;
	padding: 16px 15px;
}
#footer .footerLink {
	font-size: 0.8em;
}
#footer .footerLink li {
	display: inline-block;
}
#footer .footerLink li a {
	color: #fff;
	margin-right: 3px;
	text-decoration: none;
}
#footer .footerLink li a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {

}