@charset "UTF-8";

:root {
	--opt-yellow: rgb(250, 190, 0);
	--opt-gray: rgb(115, 135, 146);
	--opt-ly-forReverse: rgb(252, 200, 0);
	--opt-blue: rgb(9, 54, 97);
	--opt-txtGray: rgb(82, 109, 123);
	--opt-red: #CC0000;
	--opt-gray-bg: #eaeff3;
	--opt-gray-dark: #343a40;
	--opt-gray-border: #b9c3c8;
	--opt-bluegray: #ccd9e2;
	--opt-softgray: #f9f9f9;
	--opt-link-blue: #0033aa;
	--mineo-green: #00a23f;
	--opt-font-sans-serif: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HiraginoKaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--opt-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--opt-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
body {
	overflow-x: hidden;
	font-family:var(--opt-font-sans-serif)
}
b,
strong {
	font-weight: 800;
}
small, .small {
	font-size: 0.875em;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
.hide {
	display: none;
}

/*-----------------------------------------------------------------------

SECTION

-----------------------------------------------------------------------*/
#outline,
#guide,
#reason,
#gpu_cloud,
#inquery {
	margin-top: 2rem;
	margin-bottom: 3rem;
}
@media (max-width: 519px) {
	#outline,
	#guide,
	#reason,
	#gpu_cloud,
	#inquery {
		margin-bottom: 2em;
	}
}
.section_inner {
	max-width: 980px;
	margin-top: 1rem;
	margin-right: auto;
	margin-left: auto;
}
.section_inner .intro {
	font-size: 1rem;
	text-align: left;
	margin-right: 4%;
	margin-left: 4%;
}
@media screen and (min-width: 520px) and (max-width: 960px) {
	.section_inner {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}
@media (max-width: 519px) {
	.section_inner {
		margin-right: 4%;
		margin-left: 4%;
	}
	main section + section {
	  padding-top: 0;
	}
}
.section_ttl {
	margin: 0 auto;
	padding: 1em 0 .5rem 1rem;
	font-size: clamp(1.2rem, calc(.874rem + 1.63vw), 2.3rem);
	font-weight: 900;
	text-align: left;
	line-height: 1.7;
}
hr.ttl_underline {
	border: none;
	height: 5px;
	background: linear-gradient(to right, var(--opt-yellow) 0%, var(--opt-yellow) 30%, #fff);
	margin: 0 0 2rem 0;
}
.section_box {
	display: flex;
}
@media (max-width: 519px) {
	.section_inner p {
		text-align: left;
	}
	.section_ttl {
		padding: 1em 0 0 1rem;
	}
}
/*-----------------------------------------------------------------------

KV

-----------------------------------------------------------------------*/
.kv {
	position: relative;
}
.english {
	position: absolute;
	right: 1em;
	top: 0;
	display: flex;
	flex-direction: column;
}
.english_link {
	display: block;
}
.english_link p {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 2em .5em .5em .5em;
	padding: .5em;
	width: 140px;
	color: var(--opt-blue);
	font-size: clamp(.7em, calc(.83rem + .23vw), 1rem);
	font-weight: 600;
	background-image: linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);;
	box-shadow: 1.368px 3.759px 6px 0px rgba(9, 27, 56, 0.3);
	border-radius: 2vh;
	position: relative;
}
.english_link p::after {
	content: "\f285";
	font-family: bootstrap-icons;
	font-weight: 600;
	color: var(--opt-blue);
	font-size: clamp(.7em, calc(.83rem + .23vw), 1rem);
	position: absolute;
	right: .5em;
	display: inline-flex;
}
.kv_aidc {
	background-image: url(/business/service/datacenter/location/aidc/img/kv_bg.jpg);
	height: 340px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	box-sizing: border-box;
}
.kv_wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	width: min(100% - 10%, 1120px);
	height: 100%;
	margin: 0 auto;
	padding: 2rem 0;
	box-sizing: border-box;
}
.kv_aidc-title {
	margin: 0;
	font-size: 3rem;
	color: #fff;
	line-height: 1.3;
	letter-spacing: .1em;
}
.kv_aidc-text {
	font-size: clamp(.8rem, calc(100vw * 14 / 375), 1.5rem);
	color: #fff;
	margin-top: 1em;
}
.kv_cta-Area {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width:  min(650px, 90%);
	gap: .5em;
	justify-items: stretch;
	padding-top: 2rem;
}
.kv_cta-inqyery a,
.kv_cta-document a {
	display: block;
	background-image: linear-gradient( 109deg, rgb(243,243,243) 0%, rgb(255,255,255) 57%);
	box-shadow: 1.368px 3.759px 6px 0px rgba(9, 27, 56, 0.3);
	border-radius: 6px;
	font-weight: bold;
	color: var(--opt-blue);
	line-height: 1;
	text-align: center;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	max-width: 300px;
	font-size: 1.2rem;
	padding: 1em 0;
}
.kv_cta-inqyery a::before,
.kv_cta-document a::before {
	content: "";
	display: inline-block;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	right: 30px;
	width: 26px;
	height: 26px;
	background-color: var(--opt-blue);
	border-radius: 50%;
}
.kv_cta-inqyery a::after,
.kv_cta-document a::after {
	content: "";
	display: inline-block;
	position: absolute;
	transform: rotate(45deg) translate(0, -50%);
	top: calc(50% - 1px);
	right: 43px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.kv_cta-inqyery a:hover,
.kv_cta-document a:hover {
	box-shadow: 0 0 0 0 rgba(9, 27, 56, 0.3);
}
@media (max-width: 767px) {
	.kv_aidc {
		background-image: url(/business/service/datacenter/location/aidc/img/kv_bg_sp.jpg);
		height: auto;
	}
	.english_link {
		flex: 1 0 auto;
		max-width: 100%;
	}
	.english_link p {
		display: flex;
		width: auto;
	}
	.english_link p::after {
		content: none;
	}
	.kv_wrap {
		align-items: flex-start;
		justify-content: flex-start;
		max-width: initial;
	}
	.kv_aidc-title {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.kv_aidc-text {
		margin-top: 0;
	}
	.kv_cta-Area {
		grid-template-columns: 1fr;
		align-self: center;
		gap: 1rem;
		position: static;
}
	.kv_cta-inqyery a,
	.kv_cta-document a {
		max-width: 85%;
		font-size: 1rem;
		padding: .7em 0;
	}
	.kv_cta-inqyery a::before,
	.kv_cta-document a::before  {
		right: 10px;
		width: 20px;
		height: 20px;
	}
	.kv_cta-inqyery a::after,
	.kv_cta-document a::after {
		right: 20px;
		width: 7px;
		height: 7px;
	}
}
@media screen and (min-width: 520px) and (max-width: 930px) {
	.english_link {
		flex: 1 0 auto;
		max-width: 100%;
	}
	.english_link p {
		display: flex;
		width: auto;
	}
	.english_link p::after {
		content: none;
	}
	.kv_aidc-title {
		font-size: 2.7rem;
	}
}
@media screen and (min-width: 2000px) {
	.kv_aidc {
		background-size: 100% auto;
	}
}

/*-----------------------------------------------------------------------

ページ内ナビ

-----------------------------------------------------------------------*/
.nav-wrap{
	background: var(--opt-blue);
}
.nav-toggle {
	display: none;
}
.anchor_nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding:0;
	background: var(--opt-blue);
}
.anchor_nav a {
	position: relative;
	display: inline-block;
	flex: 1 0 calc(100% / 4);
	width: 100%;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	font-size: clamp(.875em, calc(.83rem + .23vw), 1rem);
	color: #fff;
}
.anchor_nav a:nth-of-type(2) {
	padding: 1em 2em 1em 0;
}
.anchor_nav a[class^="scroll"]::after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 15px;
	right: 2rem;
	background-color: var(--opt-yellow);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 519px) {
	.nav-toggle {
		display: block;
		position: relative;
		width: 100%;
		padding: 1em;
		background: var(--opt-blue);
		color: #fff;
		border: none;
		font-size: 1rem;
		font-weight: 600;
		text-align: center;
		cursor: pointer;
	}
	.nav-toggle::after {
		position: absolute;
		content: "＋";
		display: inline-block;
		top: 50%;
		right: 25%;
		transform: translate(0, -50%);
		color: var(--opt-yellow);
		font-size: 1.5em;
		transition: transform .3s;
	}
	.nav-toggle.is-open::after {
		transform: translateY(-50%) rotate(45deg);
	}
	.anchor_nav {
		display: none;
		align-items: stretch;
		text-align: center;
		width: 100%
	}
	.anchor_nav.is-open {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.anchor_nav.is-open a {
		height: 1.3em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		border-bottom: 1px solid #fff;
	}
	.anchor_nav a:nth-of-type(2) {
		padding: 1em;
	}
	.anchor_nav a[class^="scroll"]::after {
		width: 10px;
		height: 8px;
		right: 2em;
	}
	.anchor_nav a:nth-of-type(2)[class^="scroll"]::after {
		right: 0;
	}
	.anchor_nav.is-open a:nth-of-type(odd) {
		border-right: 1px solid #fff;
	}
	.anchor_nav.is-open a:first-of-type,
	.anchor_nav.is-open a:nth-of-type(2) {
		border-top: 1px solid #fff;
	}
}
@media screen and (min-width: 520px) and (max-width: 1092px) {
	.anchor_nav {
		flex-wrap: wrap;
		width:  auto;
		height: auto;
	}
	.anchor_nav a {
		flex: 1 0 calc(100% / 3);
	}
}
@media screen and (min-width: 961px) {
	.anchor_nav a:hover{
		background-color: var(--opt-softgray);
		color: var(--opt-blue);
	}
	.anchor_nav a[class^="scroll"]:hover::after{
		color: var(--opt-blue);
	}
}

/*-----------------------------------------------------------------------

概要

-----------------------------------------------------------------------*/
.aidc_wrap {
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 1rem;
	margin: 3rem auto;
}
.container_img {
	margin-right: 2rem;
}
.container_img img {
	border: solid 1px var(--opt-gray);
}
.aidc_outline-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1em;
}
.aidc_outline {
	display: grid;
	grid-template-columns: 20% 1fr;
	align-items: center;
	gap: 1rem;
}
.aidc_outline .outline_label {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background: var(--opt-blue);
	text-align: center;
	padding: .5rem 0;
}
.aidc_outline .outline_text {
	font-size: .9rem;
	line-height: 1.5;
	padding: .5rem 0;
}

@media screen and (min-width: 520px) and (max-width: 960px) {
}
@media (max-width: 519px) {
	.aidc_wrap {
		grid-template-columns: 1fr;
	}
	.container_img {
		margin-right: 0;
	}
	.aidc_outline-wrap {
		flex: 1 0 80%;
	}
	.aidc_outline {
		gap: .5rem;
	}
	.aidc_outline .outline_label {
		font-size: .8rem;
		padding: .5rem 0;
	}
}

/*-----------------------------------------------------------------------

学習向け環境で必要なデータセンターの選び方

-----------------------------------------------------------------------*/

#guide {
	background: var(--opt-gray-bg);
	padding-bottom: 3em;
}
.platform {
	margin: 1rem auto;
	padding: 1rem;
}
.platform_outline {
	background: #fff;
	padding: 1rem 0;
}
.platform_outline h3 {
	width: 65%;
	background: var(--opt-blue);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	padding: 1em;
	margin: 1rem auto;
	line-height: 1.5;
}
.platform_box-wrap {
	display: grid;
	grid-template-columns: 1fr 10% 1fr;
	align-items: stretch;
	justify-items: center;
	gap: .5em;
	padding: 2rem;
}
.platform_box {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem;
	align-items: stretch;
	border: 3px solid var(--opt-bluegray);
}
.platform_box h4 {
	text-align: center;
	padding: 1rem;
	text-decoration: underline 2px solid #000;
	text-underline-offset: 0.4em;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
}
.platform_box h5 {
	text-align: left;
	padding: 1rem .5rem;
	font-size: 1rem;
	font-weight: 600;
}
.platform_box h5 i {
	color: var(--opt-yellow);
	font-size: 1.5rem;
	font-weight: 600;
	padding-right: .3em;
	vertical-align: middle;
}
.platform_spec {
	display: grid;
	grid-template-columns: 9em 1fr;
	border-top: 1px solid var(--opt-gray-border);
}
.platform_spec dt,
.platform_spec dd {
	padding: .75rem;
	margin: 0;
	font-size: .9rem;
	border-bottom: 1px solid var(--opt-gray-border);
}
.platform_spec dt {
	font-weight: 600;
	background: var(--opt-gray-bg);
}
.platform_box-i {
	font-size: 3rem;
	color: royalblue;
	margin: auto;
}
@media (max-width: 519px) {
	.platform {
		padding: 0 .3rem;
		margin: 2rem auto;
	}
	.platform_box-wrap {
		grid-template-columns: 1fr;
	}
	.platform_outline h3 {
		width: 80%;
		font-size: 1.1rem;
	}
	.platform_box-wrap {
		padding: 0;
		gap: 2rem;
	}
	.platform_box {
		margin: 1rem .5rem;
		padding: 1rem;
	}
	.platform_box h4 {
		font-size: 1rem;
	}
	.platform_spec {
		grid-template-columns: 1fr;
	}
	.platform_spec dt,
	.platform_spec dd {
		font-size: .8rem;
	}
}

/*-----------------------------------------------------------------------

コンテナ型AIデータセンターが選ばれる理由

-----------------------------------------------------------------------*/
.reason_box-wrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1em;
	align-items: stretch;
	padding: 1em;
	margin: 0 auto;
}
@media (max-width:519px) {
	.reason_box-wrap {
		grid-template-columns: 1fr;
		padding: 0;
	}
}
.reason_box {
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: stretch;
	border: 3px solid var(--opt-blue);
}
.reason_box h3 {
	padding: .5rem;
	font-size: 1em;
	font-weight: 600;
	background: var(--opt-blue);
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
.reason_box p {
	background: #fff;
	color: #000;
	font-size: .9rem;
	line-height: 1.7;
	padding: 1rem;
	border-top: 3px solid var(--opt-blue);
}
.reason_box ul.notesList li {
	padding: 0 1rem;
}
.reason_box a p {
	color: #000;
	font-size: .9rem;
	line-height: 1.7;
	margin-bottom: .5em;
}
.reason_box a p.linkText {
	position: relative;
	border: none;
	background: initial;
	padding: 0 3rem;
	text-align: right;
}
.reason_box a p.linkText::after {
	position: absolute;
	content: "\f4f2";
	font-family: bootstrap-icons;
	color: var(--opt-blue);
	font-size: 1.5rem;
	right: 1rem;
	bottom: -.4rem;

}
.reason_box a:hover {
	color: #000;
	text-decoration: none;
}
.reason_box a:visited {
	color: #000;
	text-decoration: none;
}
@media (max-width: 519px) {
	.reason_box a p.linkText {
		padding: 0 3rem 1rem 0
	}
	.reason_box a p.linkText::after {
		bottom: .4rem;
	}
}
/*-----------------------------------------------------------------------

想定ユースケース

-----------------------------------------------------------------------*/
#usecase {
	background: var(--opt-gray-bg);
	padding-bottom: 3em;
	padding-top: 2rem;
}
.usecase_box-wrap {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1em;
	align-items: stretch;
	padding: 1em;
	margin: 0 auto;
}
@media (max-width:519px) {
	.usecase_box-wrap {
		grid-template-columns: 1fr;
		padding: 0;
	}
}
.usecase_box {
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: stretch;
	justify-content: space-between;
	border: 3px solid var(--opt-bluegray);
	background: #fff;
}
.usecase_box h3 {
	padding: 2rem 0 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
	text-align: center;
	line-height: 1.8;
}
.usecase_box p {
	color: #000;
	font-size: 1rem;
	line-height: 1.7;
	padding: 1rem 1.5rem;
}
.usecase_box img {
	width: 60%;
	margin: 0 auto;
}
/*-----------------------------------------------------------------------

お問い合わせ

-----------------------------------------------------------------------*/
#inquery section_inner intro {
	text-align: center;
}
hr.arrow_bottom {
	margin: 2rem auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 60px 0 60px;
	border-color: var(--opt-blue) transparent transparent transparent;
}
.inquery_cta {
	margin: 2rem auto;
}
.inquery_ctaBox {
	border: solid 2px var(--opt-blue);
}
.inquery_ctaBox h3 {
	margin: 0;
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	background: linear-gradient( 90deg, rgb(0,55,93) 0%, rgb(0,78,132) 50%, rgb(0,55,93) 100%);
}
.inquery_ctaBox h3 span {
	font-size: .7em;
	font-weight: 400;
}
.inquery_ctaArea {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1em;
	align-items: center;
	padding: 1rem 2rem 1.5rem ;
}
@media screen and (max-width: 519px) {
	.inquery_cta {
		margin: 2rem auto;
	}
	.inquery_ctaBox h3 {
		font-size: 1.2em;
	}
	.inquery_ctaBox h3 span {
		font-size: .6em;
	}
	.inquery_ctaArea {
		grid-template-columns: 1fr;
		padding: .8rem 0 2rem ;
	}
}
.form_aidc-contact,
.form_aidc-document {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	padding: 0 1em;
}
.check_list {
	margin: 1rem auto;
}
.check_list li {
	position: relative;
	padding-left: 1rem;
	padding-bottom: .3rem;
	line-height: 1.7;
	font-size: 1rem;
}
.check_list li::before {
	content: "\f26e";
	font-family: bootstrap-icons;
	display: block;
	position: absolute;
	color: #000;
	left: -.2em;
}
.check_list li:last-child {
	padding-bottom: 1rem;
}
.check_list li.large {
	position: relative;
	padding-left: 1.1rem;
	padding-bottom: .5rem;
	line-height: 1.7;
	font-size: 1.2rem;
	font-weight: 600;
}
.check_list li.large::before {
	content: "\f26e";
	font-family: bootstrap-icons;
	display: block;
	position: absolute;
	color: #000;
	left: -.5em;
	font-size: 1.5rem;
	font-weight: 600;
}
.inquery_ctaBtn {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: .5em;
	padding: 1rem;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	color: var(--opt-blue);
	font-size: 1.2rem;
	font-weight: 600;
	background-color: var(--opt-yellow);
	border-radius: 2vh;
	box-shadow: 1.5px 3.5px 6px 0px rgba(9, 27, 56, 0.3);
}
.inquery_ctaBtn:hover {
	opacity: .7;
	box-shadow: 0 0 0 0 rgba(9, 27, 56, 0.3);
}
.inquery_ctaBtn a {
	color: var(--opt-blue);
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
}
.inquery_ctaBtn a:hover {
	color: var(--opt-blue);
	text-decoration: none;
}
.inquery_ctaBtn a:visited {
	color: var(--opt-blue);
	text-decoration: none;
}

@media screen and (max-width: 519px) {
	.inquery_ctaArea {
		grid-template-columns: 1fr;
	}
	.inquery_ctaBtn {
		width: 85%;
	}
	.inquery_ctaBtn p {
		text-align: center;
	}
	.inquery_ctaBtn a {
		width: 80%;
		margin: 0 auto 1em;
	}
}
@media screen and (min-width: 520px) and (max-width: 960px) {
	.inquery_ctaBtn a {
		width: 80%;
	}
}

/*-----------------------------------------------------------------------

お問い合わせ（追従）

-----------------------------------------------------------------------*/
.floating_contact {
	transition: opacity .4s ease-in-out, maxHeight .4s ease-in-out, visibility .4s ease-in-out;
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 6rem;
	max-width: 240px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: .8rem;
	z-index: 100;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: opacity .4s ease, transform .4s ease;
}
.floating_contact.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.floating_contact-Box {
	background: #fff;
	padding: 1rem;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	border-radius: 1vh;
	display: block;
	text-decoration: none;
}
.floating_contact-Text {
	color: #222;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	line-height: calc(26 / 16);
	margin-bottom: 1em;
}
.floating_contact .contact_Link {
	position: relative;
	display: block;
	background: var(--opt-yellow);
	color: var(--opt-blue);
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
	padding: 1em;
	max-width: 185px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 1vh;
}
.floating_contact .contact_Link::after {
	content: "\f231";
	font-family: bootstrap-icons;
	position: absolute;
	color: var(--opt-blue);
	right: .5em;
	font-size: 1.2rem;
}

@media screen and (max-width: 519px) {
   .floating_contact {
		max-width: 300px;
		gap: 0;
		padding: .3rem;
		align-items: center;
		bottom: 10px;
		right: unset;
		left: 0;
   }
   .floating_contact-Box {
		width: 100%;
		padding: .3rem;
		margin-bottom: .1rem;
		border-radius: 1vh;
   }
	.floating_contact-Text {
		display: none;
	}
   .floating_contact .contact_Link {
		max-width: 100%;
		font-size: 1rem;
		padding: .5em;
   }
}

