@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
	font-size: 16px;
	color: #333;
	line-height: 180%;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	vertical-align: baseline;
	text-decoration: none;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	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;
}


/*--------------------------------------
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";}


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

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


/* =====================================
■Layout
===================================== */
/*--------------------------------------
base
--------------------------------------*/
#base {
    width: 100%;
    max-width: 960px;
    margin: 5px auto 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#contentBase {
	width: 700px;
	float: right;
}

@media screen and (max-width: 960px) {
	#contentBase {
		width: 100%;
		max-width: 720px;
		float: none;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 0 auto;
	}
}


/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	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
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 91px;
	box-sizing: border-box;
}
#header {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: #fff !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

/* logo */
#header .logo {
	width: 415px;
	line-height: 0;
	float: left;
	margin: 14px 0 0 25px;
}
#header .logo img {
	width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}

/* gnav */
.header_menu {
    float: right;
    margin-right: 15px;
}
.header_menu .g_nav {
	display: flex;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	margin-left: 25px;
}
.header_menu .g_nav > li:first-child {
	margin-left: 0;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span{
	display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 0;
    color: #676262;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
    height: 91px;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
	padding: 0 10px;
}
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
.header_menu .g_nav > li > a sub,
.header_menu .g_nav > li > span sub {
	color: #c8ce31;
	font-size: 8px;
	letter-spacing: 0.21em;
	display: block;
	margin-top: 8px;
}
.header_menu .g_nav > li ul {
	pointer-events: none;
	position: absolute;
	top: 73%;
	left: 50%;
	display: block;
	width: 280px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #93D165;
	-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;
	margin-left: -140px;
	margin-top: 7px;
}
.header_menu .g_nav > li.hover ul {
	top: 78%;
	opacity: 1;
	pointer-events: auto;
}
.header_menu .g_nav > li ul:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #93D165;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -6px;
}
.header_menu .g_nav > li ul li {
	width: 100%;
}
.header_menu .g_nav > li ul li a {
	display: block;
	color: #fff;
	padding: 0 20px;
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}
.header_menu .g_nav > li ul a:hover,
.header_menu .g_nav > li ul a > span:hover {
	opacity: 1;
	text-decoration: none !important;
}
.tablet .header_menu .g_nav > li ul a:hover,
.tablet .header_menu .g_nav > li ul a > span:hover{
	opacity: 1;
}
.header_menu .g_nav > li ul li a > span {
	display: block;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 11px 0 12px 15px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.header_menu .g_nav > li ul li:last-child a > span {
	border-bottom: none;
}
.header_menu .g_nav > li ul li a > span:before {
	color: #fff;
	font-size: 11px;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 18px;
}
.desktop .header_menu .g_nav > li > span:hover + ul,
.desktop .header_menu .g_nav > li > span ul:hover,
.desktop .header_menu .g_nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop .header_menu .g_nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
	background: #C8DF6E;
}
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.header_menu {
		display: block !important;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
	.header_menu .g_nav > li > a:hover:before {
		position: absolute;
		content: '';
		width: 29px;
		height: 5px;
		background: #DC8282;
		left: 50%;
		margin-left: -14.5px;
		bottom: 0;
		display: block;
	}
	.tablet .header_menu .g_nav > li > a:hover:before,
	.tablet .header_menu .g_nav > li > span:hover:before {
		display: none;
	}
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
	#header .logo {
		width: 320px;
		margin-top: 20px;
	}
	.header_menu .g_nav > li {
		margin-left: 0;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		font-size: 18px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#header .logo {
		width: 250px;
		margin: 25px 0 0 15px;
	}
	.header_menu {
		margin-right: 5px;
	}
	.header_menu .g_nav > li {
		margin-left: 0;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		font-size: 15px;
		padding: 0 5px;
	}
}
@media screen and (max-width: 767px) {
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	#wrapper {
		padding-top: 0 !important;
	}
	#header {
		height: 70px;
		position: relative !important;
		top: 0 !important;
		background: #fff;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	
	/* logo */
	#header .logo {
		margin: 0 !important;
		width: 230px;
		position: static;
		top: inherit;
		left: inherit;
	}
	#header .logo a {
		margin: 18px 0 18px 10px;
		display: inline-block;
	}
	#header .logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}
	.toggleMenu {
		display: block;
		width: 70px;
		height: 70px;
		background: #676262;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 25px;
		height: 20px;
		margin: 25px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #FFFFFF;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.header_menu {
		display: none;
		background: #F6F7F8;
		float: none;
		clear: both;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		height: calc(100% - 70px);
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 999;
	}
	.header_menu .inner {
		padding: 30px;
	}
	
	.header_menu .g_nav {
		display: block;
		padding: 0;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		margin: 0 !important;
		border-bottom: 1px solid #A9B6BC;
		position: relative;
	}
	.header_menu .g_nav > li:before {
		display: none !important;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 18px;
		letter-spacing: 0.02em;
		text-align: left;
		color: #676262 !important;
		background: none;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 22px 20px 18px 0 !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li > span {
		padding: 22px 40px 18px 0 !important;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		color: #676262;
		background: none;
	}
	.header_menu .g_nav > li > a:after,
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 2px solid #676262;
		border-top: 2px solid #676262;
		position: absolute;
		top: 50%;
		right: 20px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-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;
	}
	.header_menu .g_nav > li > span:after {
		/*-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);*/
		margin-top: -6px;
	}
	.header_menu .g_nav > li.hover > span:after {
		/*-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);*/
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -6px;
	}
	.header_menu .g_nav > li > a > span,
	.header_menu .g_nav > li > span > span {
		display: block;
		margin: 0 auto;
	}
	.header_menu .g_nav > li ul:before {
		display: none;
	}
	/* .header_menu .g_nav > li ul {
		pointer-events: auto;
		display: block !important;
		position: static;
		top: 0 !important;
		left: 0;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		opacity:1;
	} */
	.header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
		margin-top: 0;
		background: #F6F7F8;
	}
	.header_menu .g_nav > li ul li {
		display: block;
		width: 100%;
		margin-top: 2px;
		margin-left: 0;
		border-top: none;
	}
	.header_menu .g_nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.header_menu .g_nav > li ul li a {
		display: block;
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #fff;
		background: #6AA229 !important;
		margin-top: 2px;
		padding: 20px 30px;
		text-decoration: none !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.header_menu .g_nav > li ul li a:hover {
		opacity: 1;
	}	
	.header_menu .g_nav > li ul li a span {
		line-height: 1.25;
		padding: 0;
		font-size: 16px;
		letter-spacing: 0;
		color: #fff;
		border-bottom: none;
	}
	.header_menu .g_nav > li ul li a > span:before {
		display: none;
	}
	.header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	.contactBox {
		background: url(/wp-content/uploads/header_bgimg_sp.png) no-repeat top center;
		background-size: cover;
		margin-top: 20px;
		padding: 20px 0;
	}
	.contactBoxTitle {
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 500;
		text-align: center;
		font-size: 31px;
		letter-spacing: 0.1em;
		color: #ffffff;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.contactBoxTxt {
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 500;
		text-align: center;
		color: #FFFFFF;
		font-size: 18px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		border-bottom: 1px solid rgb(255 255 255 / 57%);
		padding-bottom: 15px;
	}
	.contactBox li {
		margin-top: 7px;
	}
}
@media screen and (max-width: 374px) {
	.header_menu .inner {
		padding: 20px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#side {
    width: 240px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
	margin-bottom: 40px;
}
#side ul {
    margin-bottom: 30px;
}
#side li:first-child {
    margin-bottom: 30px;
}
.sideNew h2 {
    background: #f0eaea;
    border-radius: 8px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    padding: 17px 80px 13px 10px;
    position: relative;
    font-family: "秀英明朝 M JIS2004","Shuei Mincho M JIS2004","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 1em;
}
.sideNew h2 a {
    position: absolute;
    top: 22px;
    right: 10px;
    color: #333;
    font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
    font-size: 16px;
}
.sideNew h2 a:hover {
    text-decoration: underline;
}
.sideNew dl {
    margin-bottom: 0.6em;
}
.sideNew dt {
    margin-bottom: 0.1em;
    color: #333333;
}
.sideNew dd {
    padding-bottom: 0.6em;
}

@media screen and (max-width: 960px) {
	#side {
		width: 100%;
		max-width: 240px;
		float: none;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 30px;
	}
}


/*--------------------------------------
コンテンツBOTTOM
--------------------------------------*/
.contact_section {
    background: url(/wp-content/uploads/contact_bgimg.png) no-repeat top center;
    background-size: cover;
	padding: 80px 0 83px;
}
.contactInner {
    max-width: 974px;
    width: 100%;
    margin: 0 auto;
}
.contact_tit {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 46px;
	letter-spacing: 0.1em;
	margin-bottom: 9px;
}
.contact_txt {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.25em;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(255 255 255 / 57%);
    padding-bottom: 26px;
}
.contact_list li:nth-child(1) {
    float: left;
    width: 44.7%;
}
.contact_list li:nth-child(2) {
    float: right;
    width: 50.7%;
	margin-top: 7px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.contact_tit {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.contact_section {
		background: url(/wp-content/uploads/contact_bgimg_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 40px 0;
	}
	.contact_tit {
		font-size: 30px;
	}
	.contact_txt {
		letter-spacing: 0.1em;
		font-size: 18px;
		padding-bottom: 15px;
	}
	.contact_list li {
		float: none !important;
		width: 100% !important;
		margin-top: 10px;
	}
	.contact_list li:first-child {
		margin: 0;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
    background: #FFFFFF;
    padding: 51px 0 66px;
    border-bottom: 62px solid #676262;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
	letter-spacing: 0.05em;
}
.footerLogo {
    max-width: 465px;
    margin: 0 auto;
    width: 100%;
}
.footerAddress {
    font-size: 22px;
    line-height: 1.28;
    color: #4D4040;
    margin: 17px 0 8px;
}
.footerTxt {
    font-size: 22px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.footerTxt a {
    color: #4D4040;
}
.footerTxt a:hover {
    text-decoration: underline;
}
.copyright {
    color: #676262;
    font-size: 19px;
}
#footer .fixed_box {
    width: 574px;
    z-index: 999;
    bottom: 0 !important;
    right: 0;
    position: fixed;
    -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;
	width: 44.6%;
}
#footer .fixed_box li:last-child {
	width: 10.8%;
}
#footer .fixed_box li img {
    width: 100%;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0 24%;
		border-bottom: none;
	}
	.footerAddress,
	.footerTxt {
		font-size: 19px;
	}
	.copyright {
		font-size: 17px;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box li:nth-child(1) {
		width: 42.2%;
	}
	#footer .fixed_box li:nth-child(2) {
		width: 41.55%;
	}
	#footer .fixed_box li:last-child {
		width: 16.25%;
	}
}