/* -------------------*/
/* -------------------*/
/* Utility and Reset css -------------------*/

html,button,input,select,textarea { color: #3a3a3a; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio,canvas,img,video { vertical-align: middle; }
.ie7 .title { padding-top: 20px; }
fieldset {	border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

/* Reset css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
table,div,ul,ol,li,dl,dt,dd{ list-style: none; margin: 0; padding: 0; }
table{ border-collapse:collapse; border-spacing:0; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul,li { list-style:none; }

/* Helper class */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block;	width: 0;	height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;	width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.cf:before, .cf:after { content: " ";	display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }


::-moz-selection { background: #eaeaea; text-shadow: none; }
::selection { background: #eaeaea; text-shadow: none; }
/* input::selection, textarea::selection { color: #000; } */


img { max-width: 100%; height: auto; margin: 0; padding: 0; border:0; outline: none; border-style: none; vertical-align: bottom; line-height: 0; }
img,iframe,object { max-width:100%; }	/* モダンブラウザ用 */
.ie7 img,.ie8 object { width:100%; }	/* IE7用 */
.ie8 img,.ie8 object { width:auto; }	/* IE8用 */
img[src$=".svg"] {	width: 100%; }		/* SVG IE対策 */

/* Font -------------------*/

html{
	font-size: 62.5%;
}
body{
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
}
a,
a:visited,
a:hover,
a:active{
	color: #3a3a3a;
	-webkit-tap-highlight-color: transparent rgba(0,0,0,0);
	-moz-tap-highlight-color: transparent rgba(0,0,0,0);
	-ms-tap-highlight-color: transparent rgba(0,0,0,0);
	-o-tap-highlight-color: transparent rgba(0,0,0,0);
	tap-highlight-color: transparent rgba(0,0,0,0);
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a img:hover{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
a img { 
	text-decoration: none;
	outline: none;
}
a img::before,a img::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a img,a img::before,a img::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
/* btn */
.btn_more,.btn_more a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	letter-spacing: 4px;
}
.btn_more::before, .btn_more::after, .btn_more a::before, .btn_more a::after {
	position: absolute;
	z-index: -1;
	display: block;
/*	content: '';*/
}
.btn_more,.btn_more::before,.btn_more::after, .btn_more a,.btn_more a::before,.btn_more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* -------------------*/
/* -------------------*/
/* HTML,Body -------------------*/

html,body{
	height: 100% !important;
}
body{
	color: #3a3a3a;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	font-weight: normal;
	word-wrap: break-word;
	font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Helvetica Neue', Arial, Meiryo, sans-serif;
	background-color: #fff;
}
#wrapper{
	position: relative;
/* 	overflow: hidden; */
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.pc{ display: block; }
.sp{ display: none; }

@media screen and (max-width: 1080px){
	body{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 650px){
	body{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.pc{ display: none; }
	.sp{ display: block; }
}

/* -------------------*/
/* -------------------*/
/* Header -------------------*/

.global-nav{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background-color: #fff;
	transition: .3s ease-in-out;
}
.global-header{
	position: relative;
	width: 100%;
	height: auto;
}
.company-logo{
	position: relative;
	float: left;
}
.company-logo a{
	display: block;
	width: 320px;
	height: auto;
	margin: 34px 0 0 34px;
	text-align: left;
	transition: .3s ease-in-out;
}
.global-nav__sub{
	padding: 20px 50px 0 0;
	text-align: right;
	transition: .3s ease-in-out;
}
.global-nav__sub li{
	display: inline-block;
}
.global-nav__sub li + li{
	border-left: 1px solid #ccc;
}
.global-nav__sub li a{
	display: block;
	padding-left: 12px;
	padding-right: 8px;
	font-size: 13px;
	font-weight: bold;
}
.global-nav__sub li a:hover{
	color: #9a9a9a;
}
.global-nav__sub li.more-link{
	background: url(../img/common/ic-morelink.svg) right center no-repeat;
	background-size: 12px;
	padding-right: 8px;
}
.global-nav__sub li.icon-ig img{
	width: 16px;
	height: auto;
	margin-right: 6px;
}
.global-nav__main{
	padding: 36px 50px 0 0;
	text-align: right;
	transition: .3s ease-in-out;
}
.global-nav__main li{
	position: relative;
	display: inline-block;
	padding-bottom: 32px;
	margin: 0 6px;
}
.global-nav__main li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}
.global-nav__main li a::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	width: 0;
	transition: .2s ease-in-out;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #6ec85a;
}
.global-nav__main li a:hover::after{
	width: 100%;
}
.global-nav__main li a.select{
	color: #6ec85a;
	padding-bottom: 28px;
	border-bottom: 4px solid #6ec85a;
}

/* small */
.global-nav__small{
	height: 74px;
	background-color: rgba(255,255,255,0.85);
}
.global-nav__small .global-nav__sub{
	padding-top: 8px;
}
.global-nav__small .global-nav__sub li a{
	font-size: 11px;
	font-size: 1.1rem;
}
.global-nav__small .company-logo a{
	width: 230px;
	margin-top: 18px;
}
.global-nav__small .global-nav__main{
	padding-top: 20px;
}
.global-nav__small .global-nav__main li{
	padding-bottom: 14px;
}
.global-nav__small .global-nav__main li a{
	font-size: 15px;
	font-size: 1.5rem;
}
.global-sp{
	display: none;
}
@media screen and (max-width: 1180px){
	.global-nav__main li a{
		font-size: 14px;
	}
	.global-nav__main li{
		margin: 0 4px;
	}
}
@media screen and (max-width: 1080px){
	.global-nav{
		display: none;
	}
	.global-sp{	/* overflow: hidden; つけないこと！ */
		position: relative;
		display: block;
		width: 100%;
		height: 80px;
		background-color: #fff;
	}
	.global-sp__inner{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		overflow-y: auto;
	}
	.global-sp__inner .header-logo{
		width: 70%;
		padding: 20px 0 0 20px;
		text-align: left;
	}
	.global-sp__inner .header-logo a img{
		display: block;
		width: 250px;
		height: auto;
	}
	.drawer-nav .drawer-menu{
		position: relative;
		width: 100%;
		height: auto;
		margin-left: 50px;
		padding: 100px 0;
		background-color: #fff;
	}
	.drawer-nav .drawer-menu li{
		width: 100%;
		text-align: left;
		padding-bottom: 12px;
		margin-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	.drawer-nav .drawer-menu li a{
		display: block;
		padding: 10px 0;
		transition: all 0.2s;
	}
	.drawer-nav .drawer-menu li a:hover{
		color: #6ec85a;
		text-decoration: none;
	}
	.drawer-nav .drawer-menu li a img{
		width: 14px;
		height: auto;
		margin-left: 6px;
		vertical-align: 50%;
	}
	.drawer-nav .drawer-menu li.icon-ig a img{
		width: 18px;
		margin-right: 10px;
		margin-left: 0;
		vertical-align: middle;
	}
	.drawer-menu-item{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.drawer-nav ul.drawer-dropdown-menu{
		padding: 10px 0 0 10px;
	}
	.drawer-nav ul.drawer-dropdown-menu li{
		margin: 0;
		padding: 0;
		border: none;
	}
	.drawer-nav ul.drawer-dropdown-menu li a{
		padding: 2px 0 2px 10px;
		background: url(../img/common/ic-arrow_right_black.svg) left center no-repeat;
		background-size: 4px auto;
	}
}
@media screen and (max-width: 650px){
	.global-sp{
		height: 60px;
	}
	.global-sp__inner .header-logo{
		padding: 16px 0 0 14px;
	}
	.global-sp__inner .header-logo a img{
		width: 200px;
	}
	.drawer-nav .drawer-menu{
		margin-left: 10%;
		padding: 80px 0;
	}
	.drawer-nav .drawer-menu li{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.drawer-nav .drawer-menu li a{
		padding: 6px 0;
	}
	.drawer-nav .drawer-menu li a img{
		width: 10px;
	}
	.drawer-nav .drawer-menu li.icon-ig a img{
		width: 16px;
		margin-right: 6px;
	}
	.drawer-menu-item{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.drawer-nav ul.drawer-dropdown-menu li a{
		line-height: 2.2;
	}
}

/* -------------------*/
/* -------------------*/
/* Main -------------------*/

#main{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.more-btn,
.external-link{
	position: relative;
	padding-top: 20px;
}
.more-btn a,
.external-link a{
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right,#6ec85a,#aadc46,#aadc46,#6ec85a);
	transition: background-image 1s;
	background-size: 300% 100%;
	transition: all 0.7s;
	border-radius: 4px;
}
.more-btn a:hover,
.external-link a:hover{
	background-position: 100% 0%;
}
.more-btn a p{
	background: url(../img/common/ic-arrow_right.svg) 90% center no-repeat;
	background-size: 8px 10px;
}
.external-link a p{
	background: url(../img/common/ic-morelink_white.svg) 90% center no-repeat;
	background-size: 14px;
}
.pagetop{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 1000;
}
@media screen and (max-width: 650px){
	.more-btn{
		padding-top: 4%;
	}
	.more-btn a,
	.external-link a{
		width: 100%;
		height: 44px;
		line-height: 44px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.pagetop{
		width: 40px;
		height: 40px;
	}
}

/* -------------------*/
/* -------------------*/
/* Footer -------------------*/

#footer{
	position: relative;
	width: 100%;
	z-index: 5;
}
.contact-area{
	position: relative;
	width: 100%;
	background: url(../img/common/footer-contact_bg.jpg) center center no-repeat;
	background-size: cover;
}
.contact-area .inner{
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0;
}
.cantact-area__text{
	float: left;
	width: 70%;
	color: #fff;
	text-align: left;
}
.cantact-area__text .title{
	width: 100%;
}
.cantact-area__text .title p{
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: left;
}
.cantact-area__text .title p:before{
	border-top: 1px solid;
	content: "";
	flex-grow: 0;
	width: 80px;
	margin-right: 14px;
}
.cantact-area__text .title h2{
	padding: 30px 0 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.cantact-area__text .text{
	padding: 30px 0 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.cantact-area__text .tel{
	padding-top: 60px;
}
.cantact-area__text .tel p{
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: bold;
	background: url(../img/common/ic-tel.svg) left center no-repeat;
	padding-left: 34px;
}
.cantact-area__text .tel p span{
	padding-left: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.cantact-area__text .tel a{
	color: #fff;
}
.cantact-area__links{
	float: right;
	width: 30%;
	padding-top: 30px;
}
.cantact-area__links li{
	width: 100%;
	padding: 24px 0;
}
.cantact-area__links li a{
	display: block;
	padding: 0 0 30px 42px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: url(../img/common/ic-contact_arrow.svg) right bottom no-repeat;
	transition: 0.2s ease-in-out;
}
.cantact-area__links li a:hover{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.cantact-area__links li:first-child{
	background: url(../img/common/ic-contact_mail.svg) left 25% no-repeat;
}
.cantact-area__links li:nth-child(2){
	background: url(../img/common/ic-contact_document.svg) left 25% no-repeat;
}
.footer-area{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.footer-area__nav{
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
}
.footer-area__nav .menu-box{
	text-align: left;
}
.footer-area__nav .menu-box:nth-child(1),
.footer-area__nav .menu-box:nth-child(4){
	padding-right: 20px;
}
.footer-area__nav .menu-box:nth-child(5){
	padding-right: 10px;
}
.footer-area__nav .menu-box a:hover{
	color: #9a9a9a;
}
.footer-area__nav .menu-box dt{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 30px;
}
.footer-area__nav .menu-box .more-link a{
	background: url(../img/common/ic-morelink_black.svg) right 2px no-repeat;
	background-size: 12px;
	padding-right: 18px;
}
.footer-area__nav .menu-box dd{
	color: #555;
	font-size: 13px;
	padding-bottom: 22px;
}
.footer-area__nav .menu-box dd.sub{
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 6px;
	padding-bottom: 14px;
}
.footer-area__nav .menu-box dd.end{
	padding-bottom: 26px;
}
.footer-area__nav .menu-box dd.sub:before{
	content: "";
	flex-grow: 0;
	width: 6px;
	margin-right: 10px;
	border-top: 1px solid;
}
.footer-area__info{
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid #eee;
}
.footer-area__info .inner{
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}
.footer-area__info .company-info,
.footer-area__info .sub-nav{
	float: left;
	width: 50%;
}
.footer-area__info .company-info{
	text-align: left;
}
.footer-area__info .company-info img{
	width: 46px;
	height: auto;
	vertical-align: top;
}
.footer-area__info .company-info p{
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.footer-area__info .company-info ul{
	width: 100%;
	display: flex;
	padding-left: 74px;
}
.footer-area__info .company-info li{
	margin-top: 20px;
	font-size: 14px;
}
.footer-area__info .company-info li a{
	display: block;
	padding: 0 20px 0 0;
}
.footer-area__info .company-info li img{
	width: 18px;
	height: auto;
	margin-right: 8px;
	vertical-align: sub;
}
.footer-area__info .company-info li img:hover{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}
.footer-area__info .sub-nav{
	margin-top: 50px;
	text-align: right;
}
.footer-area__info .sub-nav li{
	display: inline-block;
	line-height: 1.5;
}
.footer-area__info .sub-nav li + li{
	border-left: 1px solid #ccc;
}
.footer-area__info .sub-nav li a{
	display: block;
	padding-left: 14px;
	padding-right: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}
.footer-area__info .sub-nav li a:hover{
	color: #9a9a9a;
}
.copyright{
	padding-top: 30px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #9a9a9a;
}
@media screen and (max-width: 1080px){
	.contact-area .inner{
		width: 100%;
		padding: 50px 0 60px;
	}
	.cantact-area__text{
		width: 55%;
		padding-left: 5%;
	}
	.cantact-area__text .title h2,
	.cantact-area__text .text,
	.cantact-area__text .tel{
		padding-top: 20px;
	}
	.cantact-area__text .title h2{
		font-size: 20px;
		font-size: 2.0rem;
	}
	.cantact-area__text .text,
	.cantact-area__text .tel{
		padding-top: 20px;
	}
	.cantact-area__text .tel p{
		background: url(../img/common/ic-tel.svg) left 30% no-repeat;
		padding-left: 40px;
		line-height: 1.5;
	}
	.cantact-area__text .tel p span{
		display: block;
		padding-left: 0;
		font-weight: normal;
	}
	.cantact-area__links{
		width: 40%;
		padding-right: 5%;
	}
	.footer-area__nav{
		width: 94%;
		padding: 40px 0 0;
	}
	.footer-area__nav .menu-box{
		padding-bottom: 30px;
	}
	.footer-area__nav .menu-box dt{
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 14px;
		padding-bottom: 14px;
	}
	.footer-area__nav .menu-box dd{
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0.0em;
		padding-bottom: 20px;
	}
	.footer-area__nav .menu-box dd.sub{
		font-size: 11px;
		font-size: 1.1rem;
		margin-left: 0;
	}
	.footer-area__nav .menu-box dd.end{
		padding-bottom: 24px;
	}
	.footer-area__info .inner{
		width: 90%;
		padding: 20px 0;
	}
	.footer-area__info .company-info,
	.footer-area__info .sub-nav{
		float: none;
		width: 100%;
	}
	.footer-area__info .company-info{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.footer-area__info .company-info p{
		display: block;
		padding: 20px 0;
		font-size: 12px;
		text-align: center;
	}
	.footer-area__info .company-info ul{
		justify-content: center;
		padding-left: 0;
	}
	.footer-area__info .company-info li{
		font-size: 13px;
	}
	.footer-area__info .company-info li img{
		width: 16px;
	}
	.footer-area__info .sub-nav{
		text-align: center;
	}
	.footer-area__info .sub-nav li a{
		font-size: 11px;
	}
	.copyright{
		padding-top: 30px;
	}
}
@media screen and (max-width: 650px){
	.contact-area{
		background-position: 32% top;
	}
	.contact-area .inner{
		width: 80%;
		padding: 10% 0;
	}
	.cantact-area__text,
	.cantact-area__links{
		float: none;
		width: 100%;
		padding: 0;
	}
	.cantact-area__text .title p{
		display: block;
	}
	.cantact-area__text .title p:before{
		border-top: none;
		width: 100%;
		margin: 0 auto;
	}
	.cantact-area__text .title h2,
	.cantact-area__text .text{
		padding-left: 0;
	}
	.cantact-area__text .title h2{
		padding-top: 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.cantact-area__text .text{
		padding-top: 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.cantact-area__text .text br{
		display: none;
	}
	.cantact-area__text .tel{
		padding-top: 10px;
	}
	.cantact-area__text .tel p{
		font-size: 30px;
		font-size: 3.0rem;
		background-size: 20px auto;
		padding-left: 30px;
		line-height: 1.3;
	}
	.cantact-area__text .tel p span{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.cantact-area__links{
		padding-top: 20px;
	}
	.cantact-area__links li{
		padding: 10px 0;
	}
	.cantact-area__links li a{
		padding: 0 0 16px 32px;
	}
	.cantact-area__links li a{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.cantact-area__links li:first-child{
		background-size: 20px auto;
	}
	.cantact-area__links li:nth-child(2){
		background-position: 2px 25%;
		background-size: 18px auto;
	}
	.footer-area__nav{
		display: none;
	}
	.footer-area__info .inner{
		padding: 20px 0;
	}
	.footer-area__info .company-info img{
		width: 30px;
		height: auto;
	}
	.footer-area__info .company-info p,
	.footer-area__info .sub-nav li a{
		font-size: 11px;
	}
	.footer-area__info .company-info p{
		padding: 10px 0;
	}
	.footer-area__info .company-info li{
		font-size: 12px;
	}
	.footer-area__info .company-info li img{
		width: 14px;
	}
	.footer-area__info .sub-nav{
		text-align: center;
	}
	.footer-area__info .sub-nav li a{
		padding-left: 10px;
		padding-right: 4px;
	}
	.footer-area__info .sub-nav li img{
		width: 20px;
		height: auto;
		padding-right: 6px;
	}
	.footer-area__info .sub-nav li a{
		font-size: 10px;
	}
	.copyright{
		font-size: 9px;
		font-size: 0.9rem;
		padding-top: 20px;
	}
}