@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}

/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: "Zen Kaku Gothic New", serif;
	color: #212121;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 14px;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	font-feature-settings: "palt";
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	transition: all 0.2s;
	color: #333333;
}
a:hover{
	text-decoration: none;
	opacity: 0.6;
}
@media only screen and (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
[class*=-bgImg] >img {
	visibility: hidden;
	width: 100%;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc,
span.pc{
	display: none;
}
.sp_br,
.sp_img,
.sp{
	display: block;
}
@media only screen and (min-width: 768px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
	span.pc{
		display: inline-block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.items_center{
	align-items: center;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	position: relative;
}
.global-header .global-nav{
	background: #FFFFFF;
	position: fixed;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 999;
	padding: 0.625rem 0;
}
.home .global-header .global-nav{
	background: transparent;
	border-bottom: none;
}
.home .global-header .global-nav.fixed{
	background: #FFFFFF;
}
.global-header .global-nav.fixed{
	filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.1))
}
.global-header .header_logo a{
	padding: 0 0.8125rem;
}
.global-header .header_logo a:hover{
	text-decoration: none;
}
.global-header .header_logo .logo{
	width: 4.375rem;
}
.global-header .global-nav.fixed .logo.logo_b,
.home .global-nav .header_logo .logo .logo_w,
.home .global-nav.fixed .header_logo .logo .logo_b{
	display: block;
}
.home .global-nav .header_logo .logo .logo_b,
.home .global-nav.fixed .header_logo .logo .logo_w,
.global-nav .header_logo .logo.logo_w{
	display: none;
}
.global-header .header_logo h1{
	color: #333333;
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.45;
	margin-left: 0.8rem;
}
.global-header .header-tel{
	margin-left: 2.125rem;
}
.global-header .header-tel li{
	display: inline-block;
	width: 9.5rem;
}
.global-header .header-tel li a{
	display: block;
	font-family: "Big Shoulders Stencil Text", serif;
	color: #333333;
	font-size: 1.625rem;
	font-weight: 800;
}
.global-header .header-recruit{
	margin-left: 3.75rem;
}
.global-header .header-recruit li{
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	width: 11.875rem;
	border: 2px solid #333333;
	border-right: none;
	border-radius: 50px 0 0 50px;
}
.global-header .header-recruit li::before{
	content: '';
	position: absolute;
	background: url(../images/icon1.png) center center no-repeat;
	background-size: contain;
	width: 3.9375rem;
	height: 3.125rem;
	left: -2rem;
	top: 0.65rem;
}
.global-header .header-recruit a{
	display: block;
	color: #333333;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	padding: 1.6875rem 0.625rem;
}
.home .global-header .header_logo h1,
.home .global-header .header-tel li a{
	color: #FFFFFF;
	text-shadow: 1px 1px 8px rgba(38, 38, 38, .5);
}
.global-header .global-nav.fixed .header_logo h1,
.global-header .global-nav.fixed .header-tel li a{
	color: #333333;
	text-shadow: none;
}
@media only screen and (max-width: 1470px) {
	.global-header .header_logo .logo{
		width: 3.75rem;
	}
	.global-header .header_logo h1{
		font-size: 1.25rem;
		margin-left: 0.8rem;
	}
	.global-header .header-tel{
		margin-left: 1.125rem;
	}
	.global-header .header-recruit{
		margin-left: 2.75rem;
	}
	.global-header .header-recruit li{
		width: 9.875rem;
	}
}
@media only screen and (max-width: 1200px) {
	.global-header .header_logo a{
		padding: 0 0.65rem;
	}
	.global-header .header_logo .logo{
		width: 3rem;
	}
	.global-header .header_logo h1{
		font-size: 1rem;
		margin-left: 0.65rem;
	}
	.global-header .header-tel{
		margin-left: 0.5rem;
	}
	.global-header .header-recruit{
		margin-left: 1.5rem;
	}
	.global-header .header-recruit li{
		width: 8.5rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-header .global-nav{
		padding: 0.525rem 0;
	}
	.global-header .header-recruit{
		display: none;
	}
	.global-header .header-tel{
		margin-right: 5rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 16.2vw;
		padding: 0.525rem 0;
	}
	.global-header .header_logo a{
		padding: 0 0.625rem;
	}
	.global-header .header_logo .logo{
		width: 3rem;
	}
	.global-header .header_logo h1{
		font-size: 1rem;
		margin-left: 0.625rem;
	}
	.global-header .header-tel,
	.global-header .header-recruit{
		display: none;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger,
.global-nav .drawer-nav{
	display: none;
}
.global-nav .header-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.global-nav .pc-nav ul li{
	position: relative;
	display: inline-block;
}
.global-nav .pc-nav ul li a{
	display: block;
	color: #333333;
	/* font-size: 0.875rem; */
	font-weight: 600;
	line-height: 1.45;
	padding: 0 1rem;
}
.home .global-nav .pc-nav ul li a{
	color: #FFFFFF;
	text-shadow: 1px 1px 5px rgba(38, 38, 38, .5);
}
.home .global-nav.fixed .pc-nav ul li a,
.global-nav.fixed .global-nav .pc-nav ul li a{
	color: #333333;
	text-shadow: none;
}
.global-nav .pc-nav ul.dropdown-menu-item{
	background: rgb(0, 0, 0, .8);
	position: absolute;
	top: calc(100% + 1em);
	left: 50%;
	width: 7.5em;
	text-align: center;
	transition: all 0.2s;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
}
.global-nav .pc-nav .dropdown-menu:hover ul.dropdown-menu-item{
	opacity: 1;
	visibility: visible
}
.global-nav .pc-nav ul.dropdown-menu-item li{
	display: block;
	border-bottom: 1px solid #ffffff;
}
/* .global-nav .pc-nav ul.dropdown-menu-item li + li{
	margin-top: 0.5rem;
} */
.global-nav .pc-nav ul.dropdown-menu-item li:last-child{
	border-bottom: none;
}
.home .global-nav.fixed .pc-nav ul.dropdown-menu-item li a,
.global-nav .pc-nav ul.dropdown-menu-item li a{
	color: #FFFFFF;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 0.8rem 1rem;
}
.global-nav .drawer-tel,
.global-nav .drawer-recruit{
	display: none;
}
@media only screen and (max-width: 1200px) {
	.global-nav .pc-nav ul li a{
		padding: 0 0.6rem;
	}
	.home .global-nav.fixed .pc-nav ul.dropdown-menu-item li a,
	.global-nav .pc-nav ul.dropdown-menu-item li a{
		padding: 0.5rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-nav .pc-nav{
		display: none;
	}
	.global-nav .drawer-hamburger{
		display: block;
		background: #333333;
		width: 1.875rem;
		top: 0;
		z-index: 99999;
		padding: 0.9375rem 1.0625rem 0.5625rem 1.0625rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0;
	}
	.global-nav .drawer-hamburger:hover{
		background: #333333;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
		height: 2px;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 0.5rem;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -0.5rem;
	}
	.global-nav .drawer-hamburger::after{
		content: 'MENU';
		color: #ffffff;
		font-size: 0.625rem;
		font-weight: 500;
		display: block;
		text-align: center;
		width: 140%;
		margin: 0.75rem -20% 0 -20%;
	}
	.global-header .drawer-nav{
		position: fixed;
		display: block;
		background: rgb(26,26,26,0.9);
		background: linear-gradient(180deg, rgba(26,26,26,0.9) 0%, rgba(77,77,77,0.9) 100%);
		width: 100%;
		height: 100vh;
		z-index: 999;
		padding: 5rem 1rem 4.375rem 1rem;
	}
	.drawer--right .global-header .drawer-nav{
		right: -100%;
		left: auto;
	}
	.global-nav .drawer-nav .drawer-menu{
		display: block;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		display: block;
		border-bottom: 1px solid #ffffff;
	}
	.global-nav .drawer-nav ul.drawer-menu li + li{
		margin-left: 0
	}
	.global-nav .drawer-nav ul.drawer-menu li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 1.125rem;
		line-height: 1.45;
		padding: 1rem 1.25rem;
	}
	.global-nav.fixed .drawer-nav ul.drawer-menu li a{
		color: #ffffff;
	}
	.global-nav .drawer-tel{
		display: block;
		text-align: center;
		margin-top: 4rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li a:after{
		display: block;
		content: "";
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		margin: auto;
		position: absolute;
		right: 1rem;
		top: 1.65rem;
		transform: rotate(-45deg);
		width: 0.5rem;
		height: 0.5rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title:after{
		font-size: 1.5rem;
		font-family: "Font Awesome 5 Free";
		font-weight: 500;
		content: "\2b";
		border-bottom: none;
		border-right: none;
		width: auto;
		height: auto;
		right: 0.65rem;
		top: 1rem;
		transform: rotate(0deg);
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title.open:after{
		content: "\f068";
		font-size: 1rem;
		font-weight: 900;
		top: 1.35rem;
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu{
		background: #1e1e1e;
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu li a{
		font-size: 1rem;
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu li:last-child{
		border-bottom: none;
	}
	.global-nav .drawer-recruit{
		display: block;
		text-align: center;
		margin-top: 1.5rem;
	}
	.global-nav .drawer-tel li,
	.global-nav .drawer-recruit li{
		display: inline-block;
	}
	.global-nav .drawer-tel a{
		display: block;
		font-family: "Big Shoulders Stencil Text", serif;
		color: #ffffff;
		font-size: 1.875rem;
		font-weight: 800;
		line-height: 1;
	}
	.global-nav .drawer-recruit li{
		width: 11.875rem;
		border: 2px solid #ffffff;
		border-radius: 50px;
	}
	.global-nav .drawer-recruit li a{
		display: block;
		color: #ffffff;
		font-size: 1rem;
		font-weight: 900;
		line-height: 1;
		text-align: center;
		padding: 1rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		height: 10.2vw;
	}
}


/**
/* Common CSS
----------------------------------------------- */
.inner-wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.inner > .areaWrap {
	display: flex;
	column-gap: 5%;
	row-gap: 2.2em;
}
.inner > .areaWrap > .mainArea {
	width: 70%;
}
.inner > .areaWrap > .sideArea {
	width: 25%;
	font-size: 1rem;
}
.inner > .areaWrap > .sideArea .heading {
	padding: 1em 1em;
	background-color: #333;
	color: #fff;
	font-weight: 500;
}
.inner > .areaWrap > .sideArea .categoryMenu li > a {
	display:  block;
	padding: 1em 1em;
	font-weight: 500;
	border-bottom: 1px solid #a2a2a2;
	transition: all 0.2s;
}
.inner > .areaWrap > .sideArea .categoryMenu li > a:hover {
	background-color: #333;
	color: #fff;
}
.pageWrap,
.singleWrap{
	padding: 6.25rem 0 8.5rem 0;
}
.page-guide{
	position: relative;
}
.pageWrap .page-guide + .page-guide{
	padding-top: 8.5rem;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
.bg-gray{
	background: #f3f4f5;
}
@media only screen and (max-width: 767px) {
	.inner > .areaWrap {
		flex-wrap: wrap;
	}
	.inner > .areaWrap > .mainArea {
		width: 100%;
	}
	.inner > .areaWrap > .sideArea {
		width: 100%;
		font-size: 0.875rem;
	}
	.pageWrap{
		padding: 4rem 0;
	}
	.singleWrap{
		padding: 3.25rem 0 5.5rem 0;
	}
	.pageWrap .page-guide + .page-guide{
		padding-top: 5.5rem;
	}
}
/**
/* table CSS
----------------------------------------------- */
table th,
table td{
	font-size: 1rem;
	vertical-align: top;
	padding: 1.5rem 1.25rem 1.5rem 2.1875rem;
}
table th{
	font-weight: 500;
	line-height: 1.8;
}
table td{
	font-weight: 400;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
	table th,
	table td{
		font-size: 0.9375rem;
		padding: 1rem;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.more_btn li{
	display: inline-block;
	/* width: 6.5rem; */
}
.more_btn li a{
	display: block;
	font-family: "Big Shoulders Stencil Text", serif;
	color: #212121;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.6;
	border-bottom: 2px solid #214084;
	text-align: center;
	padding: 0 0.4em;
}
@media only screen and (max-width: 767px) {
	.more_btn li{
		width: 4.5rem;
	}
	.more_btn li a{
		font-size: 1rem;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 6.5rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.mainArea .wp-pagenavi a,
.mainArea .wp-pagenavi span {
	margin: 4px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	width: 2.8rem;
	height: 2.8rem;
	font-family: "Big Shoulders Stencil Text", serif;
	color: #a2a2a2;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
	padding: 0;
	margin: 0 0.3125rem;
	border-radius: 50%;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: none;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 4.5rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1.125rem;
		line-height: 2.2rem;
		margin: 0 0.125rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	background: url(../images/footer_bg.png) top center no-repeat;
	background-size: cover;
	margin-top: auto;
}
.footer-wrap{
	max-width: 1200px;
	padding: 5.625rem 0 4.0625rem 0;
}
.footer-logo{
	text-align: center;
	margin-bottom: 3.75rem;
}
.footer-logo img{
	width: 8.75rem;
}
.footer-wrap .footer-btn{
	width: 32%;
}
.footer-wrap .footer-btn img{
	border-radius: 5px;
}
.footer-wrap .footer-btn li + li{
	margin-top: 2.5rem;
}
.footer-wrap .footer-nav{
	position: relative;
	width: 64%;
	padding: 5rem 2.5rem;
}
.footer-wrap .footer-nav::after{
	content: '';
	background: #6e6e6e;
	mix-blend-mode: multiply;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
}
.footer-nav .footer-nav-inner{
	max-width: 620px;
	margin: 0 auto;
}
.footer-nav .footer-nav-items{
	position: relative;
	z-index: 2;
}
.footer-nav .footer-nav-items li{
	margin-bottom: 1rem;
}
.footer-nav .footer-nav-items li a{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}
.footer-nav .footer-nav-items li ul{
	margin-left: 1rem;
	margin-top: 1rem;
}
.footer-nav .footer-nav-items li ul > li > a{
	display: inline-block;
	position: relative;
}
.footer-nav .footer-nav-items li ul > li > a::before{
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: calc(100% + 0.3em);
}
.footer-bottom{
	align-items: flex-end;
	padding: 2.8125rem 0;
	border-top: 1px solid #ffffff;
}
.footer-bottom .footer-access{
	align-items: flex-end;
}
.footer-bottom h5{
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 1rem;
}
.footer-bottom h5 a{
	color: #ffffff;
}
.footer-bottom .footer-address p{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer-bottom .footer-tel{
	margin-left: 2.8125rem;
}
.footer-bottom .footer-tel .tel a{
	display: block;
	font-family: "Big Shoulders Stencil Text", serif;
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 800;
	line-height: 1;
}
.footer-bottom .footer-tel .hours{
	font-family: "Big Shoulders Stencil Text", serif;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
	margin-top: 0.3125rem;
}
.footer-bottom .copy{
	font-family: "Big Shoulders Stencil Text", serif;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.footer-wrap{
		padding: 3.5rem 0 2rem 0;
	}
	.footer-logo{
		margin-bottom: 1.875rem;
	}
	.footer-logo img{
		width: 5.75rem;
	}
	.footer-wrap .footer-btn{
		width: 100%;
		display: flex;
		column-gap: 0.625rem;
	}
	.footer-wrap .footer-btn li{
		width: calc(50% - 0.3125rem);
	}
	.footer-wrap .footer-btn li + li{
		margin-top: 0;
	}
	.footer-wrap .footer-nav{
		width: 100%;
		padding: 2rem 1.5rem 1.5rem 1.5rem;
		margin-top: 0.625rem;
	}
	.footer-nav .footer-nav-items{
		width: 100%;
	}
	.footer-nav .footer-nav-items li{
		margin-bottom: 0.65rem;
	}
	.footer-nav .footer-nav-items li a{
		font-size: 0.9375rem;
	}
	.footer-nav .footer-nav-items li ul{
		margin-left: 0.9375rem;
		margin-top: 0.65rem;
	}
	.footer-bottom{
		padding: 2rem 0 1.5rem 0;
	}
	.footer-bottom .footer-address{
		width: 100%;
		text-align: center;
		margin-bottom: 1.25rem;
	}
	.footer-bottom h5{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.footer-bottom .footer-address p{
		font-size: 0.9375rem;
	}
	.footer-bottom .footer-tel{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.footer-bottom .footer-tel .hours{
		font-size: 0.9375rem;
	}
	.footer-bottom .copy{
		width: 100%;
		text-align: center;
		margin-top: 0.65rem;
	}
}
