@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.9;
	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: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1040px;
	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: 120px;
	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: 524px;
	line-height: 0;
	float: left;
	margin: 23px 0 0 29px;
}
#header .logo img {
	width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}
#header .right_box {
    float: right;
    width: 271px;
    margin: 23px 20px 0 0;
    line-height: 0;
}
#header .right_box li {
    margin-bottom: 8px;
}
#header .right_box li:last-child {
    margin-bottom: 0;
}

/* gnav */
.header_menu {
    float: right;
    margin-right: 20px;
}
.header_menu .g_nav {
	display: flex;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
}
.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.7;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    height: 120px;
    -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;
	width: 130px;
}
.header_menu .g_nav > li:nth-child(1) > a,
.header_menu .g_nav > li:nth-child(1) > span {
	width: 110px;
}
.header_menu .g_nav > li:nth-child(3) > a,
.header_menu .g_nav > li:nth-child(3) > span {
	width: 145px;
}
.header_menu .g_nav > li:nth-child(4) > a,
.header_menu .g_nav > li:nth-child(4) > span {
	width: 120px;
}
.header_menu .g_nav > li:nth-child(5) > a,
.header_menu .g_nav > li:nth-child(5) > span {
	width: 126px;
}
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover {
	background: #f0e8da;
	color: #333333;
	opacity: 1;
}
.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: fixed;
    top: 120px;
    left: 0;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(238, 229, 214, 0.9);
    -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;
	padding: 40px 30px;
}
.header_menu .g_nav > li.hover ul {
	opacity: 1;
	pointer-events: auto;
}
.header_menu .g_nav > li ul:before {
	display: none;
	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 {
	display: inline-block;
	margin-right: 30px;
}
.header_menu .g_nav > li ul li:last-child {
	margin-right: 0;
}
.header_menu .g_nav > li ul li.subTtl {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: .3em;
    font-family: "A1明朝", "A1 Mincho";
    color: #5e85b9;
    line-height: 1.2;
	display: block;
}
.header_menu .g_nav > li ul li a {
	display: inline-block;
	color: #333333;
	padding-left: 25px;
    position: relative;
}
.header_menu .g_nav > li ul li a:before {
	content: "▶︎";
    color: #5e85b9;
	position: absolute;
	left: 0;
	top: 0;
}
.header_menu .g_nav > li ul a:hover,
.header_menu .g_nav > li ul a > span:hover {
	opacity: 1;
	text-decoration: underline !important;
}
.tablet .header_menu .g_nav > li ul a:hover,
.tablet .header_menu .g_nav > li ul a > span:hover{
	opacity: 1;
}
.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;
}
.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: 1520px) and (min-width: 1161px) {
	#header .logo {
		width: 320px;
		margin: 42px 0 0 20px;
	}
	#header .right_box {
		width: 220px;
		margin-top: 30px;
	}
	.header_menu {
		margin-right: 10px;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		width: 110px !important;
	}
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
	#wrapper {
		padding-top: 90px;
	}
	#header .logo {
		width: 220px;
		margin: 35px 0 0 10px;
	}
	#header .right_box {
		width: 140px;
		margin: 25px 10px 0 0;
	}
	.header_menu {
		margin-right: 5px;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		width: 70px;
		font-size: 13px;
		height: 90px;
	}
	.header_menu .g_nav > li:nth-child(1) > a,
	.header_menu .g_nav > li:nth-child(1) > span {
		width: 50px;
	}
	.header_menu .g_nav > li:nth-child(3) > a,
	.header_menu .g_nav > li:nth-child(3) > span {
		width: 80px;
	}
	.header_menu .g_nav > li:nth-child(4) > a,
	.header_menu .g_nav > li:nth-child(4) > span {
		width: 85px;
	}
	.header_menu .g_nav > li:nth-child(5) > a,
	.header_menu .g_nav > li:nth-child(5) > span {
		width: 75px;
	}
	.header_menu .g_nav > li ul {
		top: 90px;
	}
}
@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: 60px;
		position: relative !important;
		top: 0 !important;
		background: #fff;
		box-shadow: 0px 0 25px rgba(7, 0, 2, 0.13);
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
		background: #fff;
	}
	#header .right_box {
		display: none;
	}
	
	/* logo */
	#header .logo {
		margin: 0 !important;
		width: 240px;
		position: static;
		top: inherit;
		left: inherit;
	}
	#header .logo a {
		margin: 19px 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: 60px;
		height: 60px;
		background: #FFFFFF;
		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: 23px;
		height: 21px;
		margin: 19px auto 0;
		text-align: center;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #6A8AB0;
		border-radius: 2px;
	}
	.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: #EAF6FF;
		float: none;
		clear: both;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		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: 2px solid #EAF6FF;
		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% !important;
		height: auto;
		font-size: 16px;
		letter-spacing: 0.1em;
		text-align: left;
		color: #6C614F !important;
		background: #FFFFFF;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		padding: 22px 20px 18px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
	}
	.header_menu .g_nav > li > span {
		padding: 22px 40px 18px 20px !important;
	}
	.header_menu .g_nav > li:first-child > a,
	.header_menu .g_nav > li:first-child > span {
		border-radius: 5px 5px 0 0;
	}
	.header_menu .g_nav > li:last-child > a,
	.header_menu .g_nav > li:last-child > span {
		border-radius: 0 0 5px 5px;
	}
	.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: #6C614F;
		background: #FFFFFF;
	}
	.header_menu .g_nav > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-right: 1px solid #002365;
		border-bottom: 1px solid #002365;
		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: -8px;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: 0;
	}
	.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: #EAF6FF;
	}
	.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 ul li.subTtl {
		display: 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: #7A7E81 !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;
		font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L";
	}
	.header_menu .g_nav > li ul li a:hover {
		opacity: 1;
		text-decoration: none !important;
	}
	.header_menu .g_nav > li ul li a: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: #6A8AB0;
		margin-top: 20px;
		padding: 20px 0;
	}
	.contactBoxTitle {
		font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
		text-align: center;
		font-size: 24px;
		letter-spacing: 0.15em;
		color: #ffffff;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.contactBox li {
		margin-top: 6px;
	}
}
@media screen and (max-width: 374px) {
	.header_menu .inner {
		padding: 20px;
	}
	.contactBoxTitle {
		letter-spacing: 0.05em;
		font-size: 22px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#side {
    display: none;
}


/*--------------------------------------
コンテンツBOTTOM
--------------------------------------*/
.contact_section {
	padding: 62px 0 59px;
	background: url(/wp-content/uploads/contactbg.jpg) no-repeat top center;
	background-size: cover;
}
.contact_tit {
	color: #fff;
	font-size: 40px;
	font-family: "A1明朝", "A1 Mincho";
	line-height: 1.2;
	letter-spacing: 3.3px;
	text-align: center;
	margin-bottom: 29px;
}
.contact_txt {
    color: #fff;
    font-size: 18px;
    line-height: 2.1;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px;
}
.contact_list li {
    float: left;
    width: 49.8%;
    margin-right: 0.4%;
}
.contact_list li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
	.contact_section {
		padding: 40px 0;
	}
	.contact_tit {
		font-size: 30px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	.contact_txt {
		letter-spacing: 1px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.contact_list li {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	.contact_list li:last-child {
		margin-bottom: 0;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
    background: #fff;
    padding: 60px 0 62px;
}
.contact_ul {
    margin-bottom: 62px;
}
.contact_ul li {
    float: left;
    width: 48.9%;
    margin-right: 2.2%;
}
.contact_ul li:last-child {
    margin-right: 0;
}
.footer_nav {
    float: left;
	box-sizing: border-box;
}
.footer_nav.box1 {
    width: 32%;
    margin-right: 12.6%;
}
.footer_nav.box2 {
    width: 18.1%;
    margin-right: 2%;
}
.footer_nav.box3 {
    width: 35.3%;
}
.footer_nav.box1 ul li {
    line-height: 1.7;
    letter-spacing: 1.4px;
    color: #333333;
}
.footer_nav.box1 ul li:first-child {
    padding-bottom: 21px;
    margin-bottom: 36px;
    border-bottom: 1px solid #708db2;
    box-sizing: border-box;
}
.footer_nav.box1 ul li:nth-child(2) {
    margin-bottom: 11px;
    font-size: 25px;
    font-family: "A1明朝", "A1 Mincho";
    letter-spacing: 2px;
    line-height: 1.2;
}
.footer_nav.box1 ul li:nth-child(3) {
    margin-bottom: 14px;
}
.footer_nav.box1 ul li:nth-child(4) {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 17px;
	letter-spacing: 0;
}
.footer_nav.box1 ul li:nth-child(4) h1 {
    display: inline;
}
.footer_nav.box1 ul li:last-child {
    font-size: 14px;
    letter-spacing: 0.7px;
}
.footer_tit {
    font-family: "A1明朝", "A1 Mincho";
    font-size: 22px;
    color: #5e85b9;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 13px;
    text-align: left !important;
    padding: 14px 0 23px;
    border-bottom: 1px solid #87a1c4;
}
.footer_nav_ul li {
    position: relative;
    box-sizing: border-box;
    padding: 0px 0 0px 24px;
    line-height: 2.9;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #333333;
}
.footer_nav_ul li:before {
    position: absolute;
    display: block;
    content: ">";
    left: 0;
    top: -1px;
}
.footer_nav.box3 .footer_nav_ul li {
    float: left;
    width: 50%;
    letter-spacing: 0;
}
.footer_nav.box3 .footer_nav_ul li:nth-child(2n+1) {
    padding-right: 8px;
    box-sizing: border-box;
}
#footer .fixed_box {
    width: 339px;
    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: 14.8%;
}
#footer .fixed_box li:first-child {
	width: 67.6%;
}
#footer .fixed_box li:last-child {
	float: right;
}
#footer .fixed_box li img {
    width: 100%;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.footer_nav.box1 {
		margin-right: 2%;
	}
	.footer_nav.box2 {
		width: 23.7%;
	}
	.footer_nav.box3 {
		width: 40.3%;
	}
	.footer_nav_ul li {
		padding-left: 12px;
	}
	.footer_nav.box1 ul li:nth-child(2) {
		font-size: 21px;
		letter-spacing: 1px;
	}
	.footer_nav.box1 ul li:nth-child(3) {
		letter-spacing: 0;
		font-size: 13px;
	}
	.footer_nav.box3 .footer_nav_ul li:nth-child(2n+1) {
		width: 55%;
		padding-right: 5px;
	}
	.footer_nav.box3 .footer_nav_ul li {
		width: 45%;
	}
	.footer_tit {
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 40px 0 24%;
		border-bottom: none;
	}
	.contact_ul {
		margin-bottom: 30px;
	}
	.contact_ul li {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}
	.contact_ul li:last-child {
		margin-bottom: 0;
	}
	.footer_nav {
		float: none;
		width: 100% !important;
		margin: 0 !important;
	}
	.footer_nav.box2 {
		padding: 25px 0 10px;
	}
	.footer_nav.box1 ul li:first-child {
		margin-bottom: 20px;
	}
	.footer_nav.box1 ul li:nth-child(3) {
		letter-spacing: 0;
	}
	.footer_nav.box3 .footer_nav_ul li {
		float: none;
		width: auto;
		padding-right: 0 !important;
	}
	#footer .fixed_box {
		width: 100%;
	}
	#footer .fixed_box li:nth-child(1) {
		width: 42.3%;
	}
	#footer .fixed_box li:nth-child(2) {
		width: 42.8%;
	}
	#footer .fixed_box li:last-child {
		width: 14.9%;
	}
}