@charset "UTF-8";
/*
Author: 株式会社メックコミュニケーションズ
Author URI: http://www.mec-com.co.jp
*/


/*  CSS Index
--------------------------------------------------------------
ヘッダーのロゴは縦の長さで横幅を自動調整します。
比率に注意してください。
--------------------------------------------------------------
@media print, screen and (min-width: 768px) {pc/print}
@media screen and (max-width: 767px) {sp}
1 : base
 	  : body(pc=min-width:1200px || sp=min-width:375px)
 	  : frame(pc=max-width:1240px/pl20,pr20)
 	  : clearfix
 	  : accordion
 	  : pc/sp
 	  : print
 	  : layout
2 : header
 	  : header_copy
 	  : header_logo
 	  : header_box
 	  : globalnav_btn
 	  : pc
 	 	  : globalnav
 	 	  : globalmenu
 	  : sp
 	 	  : globalnav
 	 	  : globalmenu
4 : nav
 	  : localnav
5 : main
 	  : path(pc only)
 	  : single_data
 	  : single_kiji
 	  : sidebar
 	  : pager
5 : footer
 	  : footer_nav
 	  : pagetop
 	  : copyright
-----------------------------------------------------------------------------------------*/


/*base
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	height:100%;
	font-size:10px;
}
body{
	font-family: "HummingStd-L", Meiryo, "メイリオ", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color:#000;
	text-align:center;
	font-size:1.8rem;
	line-height:1.5;
	width:100%;
	height:100%;
	min-width:375px;
	-webkit-text-size-adjust:none;
}
@media screen and (max-width: 767px) {body{min-width:375px;font-size:1.6rem;}}
ruby{
	ruby-position:under; 
}
ruby rt{
	margin:0.5rem 0;
	letter-spacing:0.1rem;
}
img{
	border-width:0;
	vertical-align:bottom;
	max-width:100%;
	max-height:100%;
	height:auto;
	width:auto;
}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,input,table,figure,ol,.dot{
	font-weight:inherit;
	line-height:inherit;
	margin:0;
}
h1,h2,h3,h4,h5,h6{font-size:1.8rem;}
@media screen and (max-width: 767px) {h1,h2,h3,h4,h5,h6{font-size:1.6rem;}}
span{
	font-weight:inherit;
	font-style:inherit;
	display:inline-block;
}
em{
	font-weight:inherit;
	font-style:inherit;
	color:#FF0000;
}
i{
	font-style:normal;
	font-size:inherit;
	vertical-align:middle;
	display:inline;
}
strong{
	font-weight:bold;
}
a,a:link,a:visited,a:active,a:hover{
	color:inherit;
	text-decoration:none;
	outline:none;
	display:inline;
	transition: all 0.2s;
}
a:hover img{
	filter:brightness(85%);
}
hr{
	border:1px solid rgba(0,0,0,0);
	margin:3rem 0;
}
@media screen and (max-width: 767px) {hr{margin:1rem 0;}}
/*-------------------------frame*/
.frame{
	max-width:1240px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-left:20px;
	padding-right:20px;
}
/*-------------------------clearfix*/
.clearfix::after{
	display: block;
	clear: both;
	content: "";
}
.frame::after,
h2::after,
section::after{
	display: block;
	clear: both;
	content: "";
}
/*gapと供用回避*/
.frame.gap1::after,.frame.gap5::after,.frame.gap10::after,.frame.gap15::after,.frame.gap20::after,.frame.gap30::after,.frame.gap40::after,.frame.gap50::after,.frame.gap60::after,.frame.gap5p::after,.frame.gap10p::after,.frame.gap_tx::after,section.gap1::after,section.gap5::after,section.gap10::after,section.gap15::after,section.gap20::after,section.gap30::after,section.gap40::after,section.gap50::after,section.gap60::after,section.gap5p::after,section.gap10p::after,section.gap_tx::after,.frame.pc_gap1::after,.frame.pc_gap5::after,.frame.pc_gap10::after,.frame.pc_gap15::after,.frame.pc_gap20::after,.frame.pc_gap30::after,.frame.pc_gap40::after,.frame.pc_gap50::after,.frame.pc_gap60::after,.frame.pc_gap5p::after,.frame.pc_gap10p::after,.frame.pc_gap_tx::after,section.pc_gap1::after,section.pc_gap5::after,section.pc_gap10::after,section.pc_gap15::after,section.pc_gap20::after,section.pc_gap30::after,section.pc_gap40::after,section.pc_gap50::after,section.pc_gap60::after,section.pc_gap5p::after,section.pc_gap10p::after,section.pc_gap_tx::after,.frame.sp_gap1::after,.frame.sp_gap5::after,.frame.sp_gap10::after,.frame.sp_gap15::after,.frame.sp_gap20::after,.frame.sp_gap30::after,.frame.sp_gap40::after,.frame.sp_gap50::after,.frame.sp_gap60::after,.frame.sp_gap5p::after,.frame.sp_gap10p::after,.frame.sp_gap_tx::after,section.sp_gap1::after,section.sp_gap5::after,section.sp_gap10::after,section.sp_gap15::after,section.sp_gap20::after,section.sp_gap30::after,section.sp_gap40::after,section.sp_gap50::after,section.sp_gap60::after,section.sp_gap5p::after,section.sp_gap10p::after,section.sp_gap_tx::after{content:normal;}
/*-------------------------accordion*/
.accordion{
	display:none;
}
.accordion.open{
	display:block;
}
.accordionopen{
	cursor:pointer;
}
/*-------------------------pc/sp*/
@media screen and (max-width: 767px) {#wrapper .pc{display:none;}}
@media print, screen and (min-width: 768px) {#wrapper .sp{display:none;}}
/*-------------------------print*/
@media print{
	#wrapper.scroll{padding-top:0;}
	#wrapper header{display:none;}
	#wrapper .fixbtn{display:none;}
}
/*-------------------------layout*/
header{grid-area:header;}
#pagenav{grid-area:nav;}
main{grid-area:main;}
aside{grid-area:aside;}
footer{grid-area:footer;}
@media screen and (min-width: 768px) {
#wrapper{
	min-height:100vh;
	display:grid;
	grid-template:
	"header"auto
	"nav"auto
	"main"1fr
	"aside"auto
	"footer"auto;
}
}



/*header
-----------------------------------------------------------------------------------------*/
header{
	position:relative;
	left:0;
	z-index:1000;
	width:100%;
	text-align:left;
	max-width:100%;
}
#wrapper.scroll header{
	position:fixed;
	top:0;
}
/*----------------------------------------------------------------------------------------pc*/
@media print, screen and (min-width: 768px) {
/*-------------------------header_logo(pc)*/
.header_logo{
	height:90px;
	padding-top:30px;
}
.header_logo a{
	display:block;
	width:280px;
}
@media screen and (max-width: 1000px) {
	.header_logo{height:80px;padding-top:25px;}
	.header_logo a{width:260px;}
}
/*-------------------------header_btn(pc)*/
.header_btn{
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
}
.header_btn li{
	width:90px;
	height:90px;
	float:left;
}
.header_btn a{
	display:block;
}
.header_btn a:hover{
	filter:brightness(80%);
}
@media screen and (max-width: 1000px) {
	.header_btn li{width:80px;height:80px;}
}
/*-------------------------globalnav(pc)*/
.globalnav{
	background:#E9E9E9;
}
/*-------------------------globalmenu(pc)*/
.globalmenu{
	max-width:1200px;
	margin:0 auto;
	display:flex;
}
.globalmenu > li{
	flex:1 0 auto;
}
.globalmenu > li > a{
	display:block;
	font-size:1.8rem;
	height:90px;
	padding:10px 0;
}
@media screen and (max-width: 1000px) {
	.globalmenu > li > a{font-size:1.6rem;height:80px;padding:8px 0;}
}
.globalmenu > li > a > span{
	display:flex;
	position:relative;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	font-weight:bold;
	font-family:serif;
	letter-spacing:1px;
	height:100%;
}
.globalmenu > li + li > a > span{
	border-left:1px solid #C3C3C3;
}
.globalmenu > li > a > span[data-naveng]:after{
	content:attr(data-naveng);
	font-size:55%;
	font-weight:normal;
	font-family:gothic;
	color:#006DEB;
}
.globalmenu > li:first-child > a.current > span{
	background-color:rgba(0,0,0,0);
}
.globalmenu > li > a.current > span,
.globalmenu > li:first-child:hover > a.current > span,
.globalmenu > li:hover > a > span{
	background:#FFF;
}
/*accordion(pc)*/
.globalnav .accordion{
	transition: all 0.2s;
	display:block;
	position:absolute;
	overflow:hidden;
	max-height:0;
}
.globalmenu > li:hover .accordion,
.scroll .globalmenu > li:hover .accordion{
	max-height:100vh;
}
.globalnav .accordion ul a,
.globalnav .accordion ul a.top.current{
	display:block;
	font-size:1.6rem;
	width:300px;
	padding:15px 15px 15px 32px;
	color:#FFF;
	background-color:#006DEB;
	background-image:url(images/nav_w.svg);
	background-position:15px 23px;
	background-repeat:no-repeat;
	background-size:0.6em;
}
@media screen and (max-width: 1000px) {
	.globalnav .accordion ul a{width:240px;}
}
.globalnav .accordion ul a:hover,
.globalnav .accordion ul a.top.current:hover,
.globalnav .accordion ul a.current{
	background-color:#B6F1FE;
	background-image:url(images/nav_c.svg);
	color:#006DEB;
}
.globalnav .accordion ul a:hover{
	background-position:20px 23px;
}
}

/*----------------------------------------------------------------------------------------sp*/
@media screen and (max-width: 767px) {
/*-------------------------header_logo(sp)*/
.header_logo a{
	display:block;
	height:55px;
	padding:12px 0 3px;
	text-align:center;
}
.header_logo div{
	display:none;
}
/*-------------------------fixmenu(sp)*/
.fixmenu{
	background:#E9E9E9;
	display:flex;
}
.fixmenu li{
	flex:1 0 auto;
	text-align:center;
}
.fixmenu li a{
	display:block;
	position:relative;
}
/*.fixmenu li a::after{
	content:"";
	width:1px;
	position:absolute;
	top:10px;
	bottom:10px;
	right:0;
	background:#C3C3C3;
}*/
#wrapper.scroll .fixmenu li.globalnav_btn,
#wrapper.scroll .fixmenu li a{
	overflow:hidden;
}
#wrapper.scroll .fixmenu li img{
	margin-top:-8px;
	margin-bottom:-2px;
	max-height:70px;
}
/*-------------------------globalnav(sp)*/
.globalnav{
	width:100%;
	max-height:100vh;
	overflow:auto;
	position:fixed;
	top:0;
	left:0;
	padding:40px;
	opacity:0;
	visibility:hidden;
	transition:0.3s;
	z-index:100;
}
.globalnav.open{
	opacity:1;
	visibility:visible;
}
/*-------------------------closebtn(sp)*/
.closebtn{
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	backdrop-filter:blur(3px);
}
.closebtn::before,
.closebtn::after{
	content:"";
	width:3px;
	height:32px;
	background:#FFF;
	display:block;
	position:absolute;
	transform:rotate(45deg);
	top:5px;
	right:18px;
	cursor:pointer;
	z-index:10;
}
.closebtn::after{
	transform:rotate(135deg);
}
/*-------------------------globalmenu(sp)*/
.globalmenu > li{
	background:#FFF;
	position:relative;
}
.globalmenu > li + li{
	border-top:1px solid #DEDEDE;
}
.globalmenu li a{
	height:6rem;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
	padding-left:1.5rem;
}
.globalmenu a.current{
	background-color:#B6F1FE;
}
.globalmenu > li:first-child > a,
.globalmenu a.top.current{
	background-color:rgba(0,0,0,0);
}
.globalmenu > li > a{
	font-weight:bold;
	font-family:serif;
	letter-spacing:1px;
}
/*accordionopen(sp)*/
.globalmenu .accordionopen{
	width:100%;
	height:6rem;
	position:absolute;
	right:0;
	top:0;
}
.globalmenu .accordionopen::after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	background:url(images/ya_maru_c.svg);
	background-size:100%;
	position:absolute;
	top:calc(50% - 8px);
	right:16px;
	transition: all 0.2s;
	transform:rotate(90deg);
}
.globalmenu .accordionopen.open::after,
.globalmenu li a.current + p.accordionopen::after{
	transform:rotate(-90deg);
}
/*accordion(sp)*/
.globalmenu li a.current + p + .accordion{
	display:block;
}
.globalmenu .accordion li{
	border-top:1px solid #DEDEDE;
	background-color:#E8FAFF;
}
.globalmenu .accordion li a::before{
	content:"";
	display:block;
	width:4px;
	height:4px;
	border-radius:5px;
	background:#000;
	margin-right:8px;
}
.globalmenu .accordionopen:hover,
.globalmenu .accordion li a:hover{
	background-color:#B6F1FE;
	mix-blend-mode:multiply;
}
/*-------------------------header_tel(sp)*/
.header_tel a{
	display:block;
	text-align:center;
	position:relative;
}
.header_tel img{
	max-height:70px;
}
/*-------------------------header_btn(sp)*/
.header_btn{
	display:flex;
	position:relative;
}
.header_btn li{
	flex:1 0 auto;
}
.header_btn li a{
	display:block;
	text-align:center;
}
.header_btn li img{
	max-height:90px;
}
}


/*pagenav
-----------------------------------------------------------------------------------------*/
/*-------------------------toptitle*/
.toptitle{
	display:flex;
	align-items:center;
	justify-content:center;
	height:120px;
	background:url(images/toptitle.jpg) center;
	background-size:cover;
}
.toptitle .title{
	font-size:3rem;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:bold;
	color:#FFF;
}
@media screen and (max-width: 767px) {
.toptitle{height:80px;}
.toptitle .title{font-size:2.4rem;}
}
/*-------------------------path(pc only)*/
.path{
	padding:10px 0;
}
.path p{
	font-size:1.3rem;
	text-align:left;
	color:#555;
}
.path p strong{
	font-weight:normal;
}
.path p a:hover{
	text-decoration:underline;
}
/*-------------------------localnav*/
.localnav a{
	font-family:serif;
	font-weight:bold;
	display:inline-flex;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	min-width:100%;
	max-height:100%;
	line-height:1.25;
	text-align:left;
	padding:0.8em 1.6em 0.8em 0.7em;
	background:#B6F1FE;
}
.localnav a::before{
	width:1em;
	height:1em;
	background:#006DEB url(images/ya_w.svg);
	background-size:100%;
	border-radius:100%;
	content:"";
	display:block;
	transition: all 0.2s;
	position:absolute;
	right:0.6em;
}
.localnav a.current{
	opacity:0.5;
}
.localnav a.top.current{
	opacity:1;
}
.localnav a:hover{
	filter:brightness(85%);
	opacity:1;
}
.localnav a:hover::before{
	transform: translateX(0.2em);
}
/*type2*/
.localnav.type2 a{
	background:#FFF;
	border:1px solid #006DEB;
}
.localnav.type2 a.current,
.localnav.type2 a.top.current:hover,
.localnav.type2 a:hover{
	opacity:1;
	filter:brightness(85%);
}
.localnav.type2 a.top.current{
	filter:brightness(100%);
}
@media screen and (max-width: 1200px) {
	.localnav ul{grid-template-columns: repeat(3 , 1fr);}
}
@media screen and (max-width: 900px) {
	.localnav ul{grid-template-columns: repeat(2 , 1fr);}
}
@media screen and (max-width: 767px) {
	.localnav.type2 li + li{margin-top:-1px;}
}



/*main
-----------------------------------------------------------------------------------------*/
main{
	display:block;
	position:relative;
}
.rss{
	position:absolute;
	right:10px;
	top:0;
	z-index:5;
}
@media screen and (max-width: 767px) {
	.rss{width:30px;top:10px;}
}
.container{
	width:100%;
	overflow:hidden;
}
/*-------------------------jumpnav*/
.jumpnav{
	text-align:center;
	margin-bottom:40px;
}
.jumpnav a{
	white-space:nowrap;
	display:inline-block;
	margin:10px;
}
@media screen and (max-width: 767px) {
	.jumpnav{margin-bottom:20px;}
}
/*-------------------------waku*/
.waku0,.waku1,.waku2,.waku3{
	padding:60px 80px;
	margin:50px 0;
}
.waku0{
	padding-top:0;
	padding-bottom:0;
}
.waku1{
	border:1px solid #666;
}
.waku2{
	background:#EDFAFE;
}
.waku3{
	background:#C4F0FC;
}
@media screen and (max-width: 1200px) {
.waku0,.waku1,.waku2,.waku3{
	padding:5vw 5vw;
	margin:30px 0;
}
.waku0{
	padding-top:0;
	padding-bottom:0;
}
}
@media screen and (max-width: 767px) {
.waku1,.waku2,.waku3{
	padding:40px 20px;
	margin:0 -20px;
	border-left:none;
	border-right:none;
}
.waku1 + .waku1{
	margin-top:1px;
}
.waku0{
	padding:0;
}
}
/*-------------------------single_data*/
.single_data{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:5px;
}
/*-------------------------single_kiji*/
.single_kiji,
.single_kiji h2,
.single_kiji h3,
.single_kiji h4{
	margin-top:4rem;
}
.single_kiji h2{
	background:#000;
	color:#FFF;
	padding:0.3em 0.6em;
	font-size:2rem;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.single_kiji h3{
	border-left:0.3em solid #000;
	padding-left:0.5em;
	font-size:2.4rem;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.single_kiji h4{
	border-bottom:2px solid #000;
	padding-bottom:0.3em;
	font-size:2rem;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.single_kiji h5{
	font-size:1.6rem;
	line-height:1.5;
	text-align:center;
	margin:-2rem 0 2.5rem 0;
}
.single_kiji img{
	display:block;
	margin:2.5rem auto;
}
.single_kiji hr{
	border:1px solid rgba(0,0,0,0.5);
	margin:3rem 0;
}
@media screen and (max-width: 767px) {
	.single_kiji,
	.single_kiji h2,
	.single_kiji h3,
	.single_kiji h4{margin-top:3rem;}
}
/*-------------------------sidebar*/
.sidebar{
	display:flex;
	flex-direction:column;
}
/*archives*/
.archives h2{
	font-weight:bold;
	padding:5px 10px;
}
.archives ul{
	display:flex;
	flex-wrap:wrap;
}
.archives li a{
	font-size:1.4rem;
	display:block;
	padding:10px;
}
@media print, screen and (min-width: 768px) {
	.archives ul{flex-direction:column;}
}
@media screen and (max-width: 767px) {
	.sidebar{margin:30px 0 0 0;}
}
/*-------------------------pager*/
.pager{
	margin-top:30px;
	text-align:center;
}
.pager li{
	display:inline-block;
}
.pager li a,
.pager li span{
	display:block;
	color:#000;
	background:rgba(0,0,0,0.1);
	width:40px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	margin:2px;
	text-decoration:none;
}
.pager li span{
	color:#FFF;
	background:#006DEB;
}
.pager li span.dots{
	background:none;
	color:#4D4D4D;
	width:auto;
	padding:0;
}
.pager li a:hover{
	background-color:#CCCCCC;
}

/*clinicinfo
-----------------------------------------------------------------------------------------*/
.home + aside .clinicinfo{
	padding-top:0;
}
.clinicinfo{
	display:flex;
	text-align:center;
	padding:60px 0;
}
.clinicinfo section{
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding:20px;
}
@media screen and (max-width:1100px) {
	.clinicinfo table th,
	.clinicinfo table td{padding:0.5em;}
}
@media screen and (max-width: 900px) {
	.clinicinfo{flex-wrap:wrap;padding:20px 0;}
}


/*fixban
-----------------------------------------------------------------------------------------*/
.fixban{
	position:fixed;
	bottom:0;
	right:0;
	z-index:1000;
	transition:0.3s;
}
.fixban li{
	float:left;
	overflow:hidden;
	transition:0.3s;
}
.fixban li a{
	display:block;
}
.pagetop{
	width:0;
}
#wrapper.scroll .fixban{
	bottom:0;
}
.pagetop a,#wrapper.scroll .pagetop{
	width:80px;
}
@media screen and (max-width: 1000px) {
	.fixban li,.fixban li a{height:60px;}
	.pagetop a,#wrapper.scroll .pagetop{width:60px;}
}

/*footer
-----------------------------------------------------------------------------------------*/
/*-------------------------footer_logo*/
.footer_logo{
	margin-top:10px;
	max-width:200px;
}
@media screen and (max-width: 767px) {
	.footer_logo{margin:0 auto;}
}
/*-------------------------footer_nav*/
.footer_nav{
	font-size:1.4rem;
	margin-left:auto;
	padding-left:60px;
	width:780px;
}
.footer_nav a:hover{
	color:#006DEB;
}
.footer_nav li{
	margin:8px 0;
}
.footer_nav .care li:nth-last-child(-n+2){
	display:none;
}
.footer_nav p{
	margin-left:-20px;
}
.footer_nav p + p{
	margin-top:10px;
}
.footer_nav li a{
	position:relative;
	white-space:nowrap;
}
.footer_nav li a::before{
	width:0.5em;
	height:0.5em;
	border-right:1px solid #006DE8;
	border-top:1px solid #006DE8;
	transform:scale(1.5, 0.8)  translateX(-0.3em) rotate(45deg);
	content:"";
	display:inline-block;
	margin:0 0.35em 0 0.13em;
	vertical-align:5%;
	transition: all 0.2s;
}
.footer_nav li a:hover::before{
	transform:scale(1.5, 0.8)  translateX(-0.1em) rotate(45deg);
}
@media screen and (max-width: 960px) {
	.footer_nav{font-size:1.3rem;padding-left:40px;width:auto;}
}

/*-------------------------footer_belt*/
.footer_belt{
	display:flex;
	flex-direction:column;justify-content:center;
	background:#0055B7;
	color:#FFF;
	padding-bottom:90px;
}
@media screen and (max-width: 960px) {
	.footer_belt{padding-bottom:60px;}
}
@media screen and (max-width: 767px) {
	.footer_belt{padding-bottom:10px;}
}
/*-------------------------footer_info*/
.footer_info{
	font-size:1.4rem;
	padding:20px;
}
@media print, screen and (min-width: 768px) {
	.footer_info ul{display:flex;gap:40px;justify-content:center;}
	.footer_info .ya_sen::before{border-color:#FFF;}
	@media screen and (max-width: 840px) {
	.footer_info ul{gap:20px;}
	}
}
@media screen and (max-width: 767px) {
	.footer_info{background:#F0F0F0;color:#000;}
	.footer_info ul{display:inline-block;line-height:2;text-align:left;}
	.footer_info .ya_sen::before{border-color:#000;}
}
/*-------------------------footer_sns*/
.footer_sns{
	margin:5px auto;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:20px;
}
.footer_sns li{
	width:40px;
}
/*-------------------------copyright*/
.copyright{
	display:block;
	font-size:1.2rem;
	letter-spacing:1px;
	padding:20px;
}
@media screen and (max-width: 960px) {
	.copyright{font-size:1rem;}
}
@media screen and (max-width: 767px) {
	.copyright{letter-spacing:0;}
}