@charset "Shift_JIS";
/*--------------------------
 common
--------------------------*/
html {
	font-size: 62.5%;
}

body {
	min-width: 1000px;
	font-family: "Ÿà–¾’©", "Yu Mincho", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	font-size: 1.0rem;
}

.roll {
	opacity: 1;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.roll:hover {
	opacity: 0.6;
}

html.hidden {
	overflow: hidden;
}

.scrollbarBG.hidden {
	display: none;
}


/*--------------------------
 header
--------------------------*/
header {
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	min-width: 1300px;
	position: fixed;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
}

header.act {
	z-index: 100;
}

#hgeaderLogo {
	width: 78px;
	height: 43px;
	overflow: hidden;
	position: relative;
	margin-top: 12px;
	margin-left: 20px;
	z-index: 5;
}

#hgeaderLogo.hidden {
	display: none;
}

#hgeaderLogo > a {
	display: block;
	width: 78px;
	height: 43px;
}

header.act #nav {
	z-index: 15;
}

header #nav {
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	z-index: 0;
}

#navGB {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 14;
	background-color: #07275e;
}

#subNav {
	width: 380px;
	position: absolute;
	top: -18px;
	left: 130px;
	line-height: 1.2;
}

#subNav dt {
	width: 280px;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	color: #07275e;
}

#subNav dt span {
	display: inline-block;
	width: 125px;
	padding: 0 5px;
	background-color: #fff;
	font-size: 115%;
	z-index: 1;
}

#subNav dt:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	border-bottom: 1px solid #07275e;
}

#subNav dd {
	float: left;
	margin-left: 6px;
}

#subNav dt + dd {
	margin-left: 0;
}

#subNav dd a {
	display: block;
	border-radius: 3px;
	font-size: 130%;
	text-decoration: none;
	padding: 5px 7px;
}

#subNav dd a:hover {
	opacity: 0.7;
}

#subNav dd a:after {
	content: url(../img/link_arrow2.png);
	margin-left: 7px;
	position: relative;
	top: -2px;
}

#subNav dd:nth-of-type(1) a,
#subNav dd:nth-of-type(2) a {
	background-color: #d4e7fa;
	color: #07275e;
}

#subNav dd:nth-of-type(3) a {
	background-color: #eee;
	color: #111;
}


/* gnav */
#gnav {
	position: absolute;
	top: 0;
	right: 115px;
	/*    margin-left: -405px;*/
	width: 625px;
	z-index: 11;
}

@media (max-width: 1000px) {
	#gnav {
		/*        margin-left: -390px;*/
	}
}

#gnav li {
	float: left;
	line-height: 1;
	padding: 0 6px;
	box-sizing: border-box;
	border-left: 1px solid #000;
	padding: 0 13px;
}

#gnav li:first-child {
	border-left: none;
	padding-left: 0;
}

#gnav li:last-of-type {
	margin-right: 0;
}

/*#gnav li:nth-of-type(4) {
    padding-right: 13px;
}
#gnav li:nth-of-type(5) {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0 13px;
}
#gnav li:nth-of-type(6),
#gnav li:nth-of-type(7){
    border-right: 1px solid #000;
    padding: 0 13px;
}
#gnav li:nth-of-type(8) {
    padding: 0 13px;
}*/

#gnav a {
	font-size: 1.4rem;
	text-decoration: none;
	color: #000;
}

#gnav a:hover {
	opacity: 0.6;
}

#gnav li#onlineShop a {
	background: url(../img/ico_bag.png) 0 0 no-repeat;
	padding-left: 20px;
}

#gnav li#headerNews.ico {
	position: relative;
	padding-right: 17px;
}

#gnav li#headerNews.ico:after {
	position: absolute;
	top: -10px;
	right: 5px;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/ico_news.png) 0 0 no-repeat;
}

#gnav.on {
	opacity: 0;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.act #menuGnav.on {
	opacity: 1;
}

.act #menuGnav a {
	color: #fff;
}

.act #menuGnav li:nth-of-type(4) {
	border-right: 1px solid #fff;
}

#gnav.act a {
	background: url(../img/icon_menu_arr.png) no-repeat 1px center;
}

#menuInner {
	background: #07275e;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 14;
	transition: 0.5s;
	overflow-y: auto;
}

#menuInner > div {
	margin: 0 auto;
	padding-top: 105px;
	width: 920px;
	height: 590px;
	z-index: 14;
}

#menuInner.on {
	top: 0;
}

#menuGnav {
	background: #fff;
	width: 100%;
	padding: 16px 0;
	margin-bottom: 40px;
	text-align: center;
}

#menuGnav a {
	line-height: 25px;
	padding-left: 10px;
	background: url(../img/link_arrow.png) no-repeat left center;
	font-size: 1.6rem;
	text-decoration: none;
	color: #07275e;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#menuGnav li {
	border-left: 1px dotted #07275e;
	padding: 0 24px;
	display: inline-block;
	vertical-align: middle;
}

#menuGnav li:first-child {
	border-left: 0;
}

#menuGnav li:first-child {
	padding-left: 0;
}

#menuGnav li:last-child {
	padding-right: 0;
}

#menuGnav li.tel {
	background: none;
	font-size: 1.6rem;
	text-decoration: none;
	color: #07275e;
	padding-left: 24px;
	line-height: 25px;
	text-align: center;
}

#menuGnav .tel span {
	font-size: 27px;
}

#menuGnav a:hover {
	opacity: 0.6;
}

#menuGnav.on {
	opacity: 0;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.act #menuGnav.on {
	opacity: 1;
}

.act #menuGnav a {
	color: #07275e;
}

.act #menuGnav li:nth-of-type(4) {
	border-right: 1px solid #fff;
}

#menuGnav.act a {
	background: url(../img/icon_menu_arr.png) no-repeat 1px center;
}


#actNav01 {
	background: url(../img/menu_bg_01.jpg) no-repeat left top;
	width: 500px;
}

#actNav02 {
	background: url(../img/menu_bg_02.jpg) no-repeat left top;
	width: 420px;
}

#actNav03 {
	background: url(../img/menu_bg_03.jpg) no-repeat left top;
	background-size: 160px 160px;
	clear: left;
	width: 500px;
}

#actNav04 {
	background: url(../img/menu_bg_04.jpg) no-repeat left top;
	width: 420px;
}

#actNav01,
#actNav02,
#actNav03,
#actNav04 {
	box-sizing: border-box;
	float: left;
	padding-left: 180px;
	margin-bottom: 20px;
	min-height: 168px;
}

#actNav05 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

#actNav05 li {
	display: inline-block;
	margin-left: 50px;
}

#actNav05 li:first-child, #actNav05 li:nth-child(4) {
	margin-left: 0;
}

/* 2017.july added */
#actNav05 li a.recruit_link {
	text-decoration: underline;
}

#actNav05 li a.recruit_link:hover {
	text-decoration: none;
}

#actNav05 li a.recruit_link-sub {
	padding: 0 5px;
}

/* 2017.july added */

.menu_head {
	color: #a3cef9;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 200%;
}

#actNav01 li,
#actNav02 li,
#actNav03 li,
#actNav04 li,
#actNav05 li {
	padding-left: 15px;
	background: url(../img/icon_menu_arr.png) no-repeat 0 center;
}

#actNav01 a,
#actNav02 a,
#actNav03 a,
#actNav04 a,
#actNav05 a,
#actNav05 li {
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	line-height: 200%;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#actNav01 a:after,
#actNav02 a:after,
#actNav03 a:after,
#actNav04 a:after {
	content: '\A';
	white-space: pre;
}

#actNav01 a:hover,
#actNav02 a:hover,
#actNav03 a:hover,
#actNav04 a:hover,
#actNav05 a:hover {
	opacity: 0.6;
}

/* border */
.border {
	color: #fff;
	width: 920px;
}

.border span {
	display: inline-block;
	border-bottom: 1px solid #8393af;
	width: 100%;
}

#border01 {
	clear: both;
	text-align: center;
}

/* menu */
#menu {
	cursor: pointer;
	box-sizing: border-box;
	position: absolute;
	z-index: 5;
	top: 16px;
	right: 30px;
	width: 90px;
	height: 40px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 15;
}

#menu.on:hover {
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	background: url(../img/bg_menu.png) no-repeat 0px 14px;

}

#menu:hover {
	padding-left: 0px;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;

}

#menu img {
	opacity: 1;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#menu span {
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 60px;
	top: 17px;
	width: 24px;
	height: 2px;
	background-color: #000;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#menu::before,
#menu::after {
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 60px;
	width: 24px;
	height: 2px;
	content: "";
	background-color: #000;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#menu::before {
	top: 10px;
}

#menu.on span,
#menu.on::before,
#menu.on::after {
	background-color: #fff;
}

#menu::after {
	top: 24px;
}

#menu.close.on,
#menu.close.on:hover {
	background: url(../img/bg_menu.png) no-repeat -90px 14px;
}

#menu.close img {
	opacity: 0 !important;
}

#menu.close::before,
#menu.close::after {
	background-color: #fff !important;
	top: 40% !important;
	left: 58px !important;
	width: 22px !important;
}

#menu.close::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#menu.close::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#menu.close span {
	opacity: 0;
}

.ie header .close::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/btn_close_ie.png) no-repeat 0 0;
	z-index: 16;
}

.ie header .close::before {
	background: none;
}

/*--------------------------
 #headerNewsModal
--------------------------*/
#headerNewsModal {
	display: none;
	position: fixed;
	top: 80px;
	/*    left: 50%;*/
	right: 35px;
	margin-left: -9px;
	box-sizing: border-box;
	width: 476px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	z-index: 10;
	background-color: #f7f7f7;
	padding: 60px 35px 10px;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
}

#headerNewsModal.on {
	top: 90px;
}


#headerNewsModal:after {
	position: absolute;
	top: -17px;
	/*    left: 50%;*/
	left: 73%;
	margin-left: -12px;
	content: "";
	width: 24px;
	height: 17px;
	display: block;
	background: url(../../cmn/img/bubbles.png);
	background-repeat: no-repeat;
	z-index: 1000;
}

#headerNewsModal > div {
	width: 406px;
	overflow: hidden;
}

#headerNewsModal ul {
	width: 812px;
	margin-bottom: 20px;
	overflow: hidden;
}

#headerNewsModal ul li {
	width: 406px;
	float: left;
	overflow: hidden;
}

#headerNewsModal p {
	text-align: left;
}

#headerNewsModal p span {
	font-size: 16px;
}

#headerNewsModal p a {
	font-size: 16px;
	color: #07275e;
	text-decoration: underline;
}

#headerNewsModal p a img {
	float: left;
	margin-right: 10px;
}

#headerNewsModal li.img p a span {
	display: block;
	float: left;
	width: 270px;
	text-decoration: underline;

}

#headerNewsModal #closeHeaderNewsBtn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

#headerNewsModal #closeHeaderNewsBtn:hover {
	opacity: 0.6;
	-webkit-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

#newsCtl {
	position: relative;
	width: 133px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}

#btnPrev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}

#btnNext {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
}

#newsThumb {
	position: absolute;
	height: 27px;
	width: 100px;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.newsSlideThumb {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	transition: 0.3s;
}

.newsSlideThumb.cur {
	background: #07275e;
}

.newsBg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 10000;
}

/*--------------------------
 footer
--------------------------*/
footer {
	width: 100%;
	padding-top: 60px;
	background-color: #07275e;
	color: #fff;
	font-size: 1.5rem;
}

footer a {
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	opacity: 0.6;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#footerTop {
	padding-bottom: 60px;
}

#footerLogo {
	text-align: center;
}

#footerTop > p {
	text-align: center;
	padding-top: 22px;
	font-size: 1.7rem;
	line-height: 1.8;
}

#footerTop > div {
	width: 980px;
	margin: 0 auto;
	padding-top: 60px;
	overflow: hidden;
	display: table;
}

#footerTop > div > div {
	width: 327px;
	padding-left: 40px;
	display: table-cell;
	box-sizing: border-box;
	border-right: 1px solid #39527e;
}

#footerTop > div > div:nth-of-type(2) > div {
	padding-bottom: 38px;
}

#footerTop > div > div:first-of-type ul {
	padding-bottom: 30px;
}

#footerTop > div > div:last-of-type {
	width: 326px;
	border-right: none;
}

#footerTop > div > div:last-of-type ul {
	padding-top: 20px;
	padding-bottom: 15px;
}

#footerTop > div > div:last-of-type ul:first-of-type {
	padding-bottom: 40px;
}

#footerTop > div > div > ul > li {
	padding-bottom: 22px;
}

#footerTop > div > div > ul > li:last-of-type {
	padding-bottom: 0px;
}

#footerTop > div > div > ul > li.line_addto {
	margin-top: 22px;
}

#footerTop > div > div li.line_addto p {
	padding-left: 16px;
	background: url(../img/icon_footer_arr.png) no-repeat left center;
}

/* 2017.july added */
#footerTop > div > div > ul > li > ul {
	padding-left: 20px;
	padding-top: 5px;
}

#footerTop > div > div > ul > li > ul > li a {
	background: none;
	font-size: 90%;
	position: relative;
}

#footerTop > div > div > ul > li > ul > li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 0;
}

/* 2017.july added */
#footerTop > div > div a {
	padding-left: 16px;
	background: url(../img/icon_footer_arr.png) no-repeat left center;
}

#footerTop > div > div:last-of-type li div:last-of-type {
	padding-top: 8px;
}

#footerTop > div > div:last-of-type li div:last-of-type a {
	font-size: 1.3rem;
}

/* 2017.april added */
#footerNav div:first-child ul:first-child a {
	display: block;
	background-position: left 6px;
	line-height: 1.3;
}

#footerNav li a > span {
	padding-left: 16px;
	font-size: 80%;
}

/* 2017.april added */

#footerBtm {
	background-color: #203d6e;
}

#footerBtm > div {
	width: 926px;
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 14px;
	overflow: hidden;
}

#footerBtm > div > ul {
	float: left;
	overflow: hidden;
}

#footerBtm > div li {
	margin-right: 20px;
	float: left;
}

#footerBtm > div li a {
	font-size: 1.3rem;
	padding-left: 11px;
	background: url(../img/icon_footer_arr.png) no-repeat left center;
}

#footerBtm > div small {
	float: right;
}

/*--------------------------
#trial
--------------------------*/
#trial {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#trial h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0 10px;
}

#trial p {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 30px;
}

#trial .item {
	color: black;
	width: 300px;
	float: left;
	margin: 0 50px 60px 0;
	text-align: left;
}

#trial .item:hover {
	opacity: 0.6;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#trial .item dt {
	background-image: url("../img/trial_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin: 15px 0 5px 5px;
	padding: 2px 0 0 15px;
	font-size: 18px;
}

#trial .item dd {
	font-size: 14px;
}

#trial .item-right {
	margin-right: 0px;
}

.item-row {
	display: inline-block;
}

/*--------------------------
More stories about us.
--------------------------*/
#stories {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding-top: 60px;
	position: relative;
}

#stories p {
	font-size: 22px;
	margin: 0 0 30px;
}

#stories ul li {
	position: relative;
	float: left;
	width: 20%;
}

#stories ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#stories ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #07275e;
	opacity: 0;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#stories ul li:hover a::after {
	opacity: 0.5;
}

#stories ul li.on::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #07275e;
	opacity: 0.5;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


#stories ul li img {
	width: 100%;
}

/*--------------------------
pageTop
--------------------------*/
#pageTop {
	position: fixed;
	cursor: pointer;
	right: 20px;
	bottom: 30px;
	display: none;
}

#pageTop img {
	opacity: 1;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#pageTop img:hover {
	opacity: 0.6;
}


/*--------------------------
clearfix
--------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.footer-company {
	font-size: 19px;
}

.aea_area {
	display: flex;
	margin-top: 35px;
}

.aea_area img {
	width: 68px;
}

.aea_area p {
	font-size: 11px;
	width: 145px;
	margin-left: 15px;
}

.link_image {
	padding-left: 0 !important;
	background: none !important;
	margin-top: 22px;
	display: inline-block;
}
