@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,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: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	line-height: 180%;
	color: #494949;
	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: #494949;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #ff8c00;
	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: #ff8c00 !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;
	overflow: hidden;
}
.hidden {
	overflow: hidden;
}

/* 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: 940px;
	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 {
	position: relative;
	z-index: 9999;
	margin-bottom: 20px;
}
header .catchword {
	padding: 4px 10px;
}
header .catchword h1 {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    box-sizing: border-box;
}
#headerLeft {
	float: left;
	width: 60%;
}
#headerRight {
	float: right;
	width: 38%;
	max-width: 350px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	background: url(/wp-content/uploads/header_right_bg.png);
	padding: 15px 10px;
	box-sizing: border-box;
}
header .logo {
	margin-top: 3px;
}
header .logo img {
	width: 100%;
	max-width: 340px;
}
header h2 {
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0;
	margin: 4px 0 0;
	line-height: 14px;
	color: #fff;
}
@media screen and (min-width: 768px) {
	header {
		background: url(/wp-content/uploads/bg_header-scaled.jpg) no-repeat center top;
	}
	header .wrap {
		max-width: 940px;
		padding: 15px 10px 30px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	/*　toggleMenu　*/
	.toggleMenu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body {
		background: #fff;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		background: #fff;
		margin: 0;
		padding: 0;
		box-shadow: none;
		border: none;
	}
	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% - 70px);
		height: 60px;
		display: flex;
		align-items: flex-start;
		margin: 0;
	}
	header .logo img {
		max-width: 235px;
		margin: 18px 0 0 10px;
	}

	/*　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: #9AD71A;
		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%;
}
nav .menu {
	max-width: 920px;
	margin: 1px auto 0; 
}
nav .menu > li {
	float: left;
	width: 16.3%;
	border: 1px solid #ffc663;
	box-sizing: border-box;
	position: relative;
	margin-left: 0.2%;
}
nav .menu > li:first-child {
	width: 17.5%;
	margin-left: 0;
}
nav .menu > li > a,
nav .menu > li > span {
	display: block;
	padding: 0 2px;
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	cursor: pointer;
	transition: all 0.6s ease;
	position: relative;
	z-index: 5;
	margin: 1px;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
	position: relative;
	padding-left: 26px;
}
nav .menu > li > a:hover,
nav .menu > li > span:hover,
nav .menu > li.hover > a,
nav .menu > li.hover > span {
	color: #FFA303;
}
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: #FFA303;
	padding: 4px 5px 4px 30px;
	transition: all 0.6s ease;
	font-size: 13px;
	position: relative;
}
nav .menu > li ul a:hover {
	text-decoration: none;
	color: #fff;
}

.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: none !important;
	}
	nav .menu > li ul {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #EAF6FF;
		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: 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;
		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 #9AD71A;
		border-top: 1px solid #9AD71A;
		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 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.05em;
		text-align: left;
		color: #fff;
		background: #80C015 !important;
		margin-top: 2px;
		padding: 18px 30px;
		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.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: #9AD71A;
		padding: 20px 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;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 15px;
	}
	.contactBox {
		padding: 17px 20px 27px;
	}
	.contactBox .tit {
		font-size: 20px;
	}
}


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

/*--------------------------------------
* コンバージョン
--------------------------------------*/
@media screen and (min-width: 768px) {
	#conBottom {
		text-align: center;
		padding: 0 20px;
	}
}


/*--------------------------------------
* ASIDE
--------------------------------------*/
aside {
	float: left;
	width: 26.5%;
	max-width: 240px;
	padding: 15px 10px 125px;
	box-sizing: border-box;
	background: url(/wp-content/uploads/side_bg.jpg) repeat-x center bottom #7FBD1F;
}
aside .naviList > li > a {
    background: url(/wp-content/uploads/side_nav_bg.png) repeat-x left center;
    background-size: 5px 100%;
    display: block;
    border: 1px solid #cbd8bc;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 9px 0 9px 34px;
    position: relative;
	margin-bottom: 2px;
}
aside .naviList > li > a:hover {
	background: url(/wp-content/uploads/side_nav_ov_bg.png) repeat-x left center;
    background-size: 5px 100%;
}
aside .naviList > li > a:before {
	content: "";
	width: 10px;
	height: 9px;
	background: url(/wp-content/uploads/side_arrow.png) no-repeat left top;
	position: absolute;
	left: 16px;
	top: calc(50% - 4.5px);
}
aside .subNaviList {
    padding: 8px 19px 5px 22px;
}
aside .subNaviList li:not(:last-child) {
	margin-bottom: 13px;
}
aside .subNaviList li a {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 0 0 0 18px;
    position: relative;
}
aside .subNaviList li a:before {
	content: "";
	width: 11px;
	height: 11px;
	background: url(/wp-content/uploads/side_sub_arrow.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: calc(50% - 5.5px);
}
aside .subNaviList li a:hover {
	color: #C6FF6D;
}
aside .sort {
	margin-bottom: 10px;
}
aside .bannerList li:not(:last-child) {
	margin-bottom: 10px;
}
aside .accessBox {
	border: 1px solid #c5dfd0;
	box-sizing: border-box;
	padding: 9px 9px 15px;
	background: #fff;
}
aside .accessBox .title {
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	color: #696969;
	text-align: center;
	margin: 0 0 6px;
}
.sideMap {
	position: relative;
	width: 100%;
	padding-top: 200px;
	box-sizing: border-box;
}
.sideMap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
aside .accessBox .tel {
	margin-top: 25px;
}
aside .accessBox .txt {
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 16px;
}
aside .accessBox li {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	aside .inner {
		max-width: 220px;
		margin: 50px auto 0;
	}
	aside .naviList {
		display: none;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	margin: 0 auto;
	background: #69ac16;
	padding: 19px 0 5px;
	box-sizing: border-box;
}
#footer .guideArea {
	border-bottom: 5px solid #eef6ff;
	padding-bottom: 14px;
}
#footer .footerLink {
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
}
#footer .footerLink li {
	display: inline-block;
	color: #fff;
	position: relative;
}
#footer .footerLink li a {
	color: #fff;
	margin-right: 3px;
}
#footer .footerLink li a:hover {
	text-decoration: underline;
}
address {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 28px;
    border-top: 1px dotted #fff;
    padding-top: 12px;
}
.pagetopWrap {
	text-align: right;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 0;
	}
	.pagetopWrap {
		display: none;
	}
}

/* =====================================
■fixed_box
===================================== */
@media screen and (min-width: 768px) {
	footer .fixed_box {
		display: none;
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		width: 340px;
		bottom: 0 !important;
		right: 0;
		line-height: 0;
	}
	footer .fixed_box li {
		float: left;
		width: 50px;
	}
	footer .fixed_box li:first-child {
		width: 230px;
	}
	footer .fixed_box li:last-child {
		margin-left: 10px;
	}
	footer .fixed_box li a:hover img {
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding-bottom: 20%;
	}
	#footer .guideArea {
		padding: 0;
		border-bottom: none;
	}
	footer .fixed_box {
		width: 100%;
		position: fixed;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
		z-index: 999;
		bottom: 0 !important;
		right: 0;
	}
	footer .fixed_box li {
		float: left;
		width: 42.6%;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	footer .fixed_box li:last-child {
		width: 14.8%;
		border: none;
	}
	footer .fixed_box img {
		width: 100%;
	}
}

/* IEのヘッダ内の電話番号画像修正 .t*/

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .telNumber{
		width:100%;
	}
	.telNumber img{
		width:100%;
	}
}