/* PC用のCSSはメディアクエリの外に記述する */

body {
    background-image: url(https://artray.co.jp/image/bg.webp);
	background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	width: 100%;
}
.wrapper {
    justify-content: space-evenly;
    align-items: center;
}
.table-wrap {
	overflow: auto hidden;
}
.table-wrap .button-1 {
	display: flex;
}
table {
	width: 100%;
}
.under-mv {
    height: 30vh;
    margin-top: 75px;
}
.under-mv > h1 {
    padding-top: 10vh;
}
.under-body {
    padding: 30px;
	width: 1280px;
	margin: auto;
}
.width-max {
	width: 100%;
}
.link-logo {
	width: 15px;
	height: 15px;
}
h3 {
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.9rem;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;

	margin-top: 5rem;
	margin-bottom: 1rem;
}
h5 {
	font-weight: 700;
	margin-top: 2rem;
}
p {
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}
.contents-title {
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 20px;
	margin-top: 90px;
	font-weight: 600;
	background-color: #666;
}
.table-button {
	display: grid;
	gap: 10px;
}
.page {
	width: 800px;
	display: grid;
	grid-template-columns: repeat(5, auto);
	gap: 20px;
}
.page-manu {
	width: fit-content;
	display: flex;
	margin: 0 10px;
	gap: 5px;
}
.button-icon {
	background-image: url(https://artray.co.jp/image/icon_arrow_orange.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.button-icon-down {
	background-image: url(https://artray.co.jp/image/icon_arrow_orange.png);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	transform: rotate( 90deg );
}
.contents-space {
	padding-top: 10rem;
}



/*---------------↓パンくず↓---------------*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 1em auto;
	padding: 1em 2em;
	color: #000;
	border-radius: 0.5em;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #808080;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #808080;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #000;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}
/*---------------↑パンくず↑---------------*/



.contents-h {
	text-align: left;
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 1.5rem;
}
table *, table *:before, table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table th, table td {
	padding: 25px;
	border: 1px solid #a5a5a5;
	display: table-cell;
}
th {
	background: #c5c5c5;
}
td {
	background: #fff;
}
.outline-table th {
	width: 30%;
	text-align: left;
	background: #c5c5c5;
}

.main-menu {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.menu-icon{
    height: 110px;
    width: 110px;
    border-radius: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
}
.download-icon {
    background-image: url(https://artray.co.jp/image/icon_download.png);
}
.catalog-icon {
	background-image: url(https://artray.co.jp/image/icon_catalog.png);
}
.demo-icon {
	background-image: url(https://artray.co.jp/image/icon_demo.png);
}
.download-button {
    border: 1px #000;
    height: 60px;
}
a.cp_btn1 {
	display: flex;
	align-items: center;
    justify-content: center;
    height: 72px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #000;
    background: #000;
	transition: .3s;
}
.box > p {
    font-weight: 600;
    margin-bottom: 10px;
}
.txt {
	font-weight: 600;
	font-size: 0.9rem;
}
a.cp_btn1:hover {
    border: none;
	background: #808080;
	color: #fff;
}
a.cp_btn2 {
	display: flex;
	align-items: center;
    justify-content: center;
    gap: 10px;
    height: 72px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
    background: #fff;
	transition: .3s;
	min-width: 250px;
	padding: 0 10px;
}
a.cp_btn2:hover {
    border: none;
	background: #808080;
	color: #fff;
}

.video-container {
	width: 100%;
}
.video-container-contents {
	width: fit-content;
	margin: 3rem auto 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 10px;
    row-gap: 1em;
}
.download_grid {
	grid-template-columns: repeat(4, 1fr);
}
.icon-grid {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 10px;
    row-gap: 1em;
	margin-top: 2rem;
}
.os-menu {
	display: flex;
	align-items: center;
	gap: 5px;
}
table .os-menu {
	justify-content: center;
	gap: 3px;
}
.os-menu > img {
	width: 30px;
	height: 30px;
}
.sub-menu-btn {
    height: 72px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
    background: #fff;
	transition: .3s;
    display: grid;
    place-content: center;
    font-size: 0.95rem;
    font-weight: 600;
	cursor: pointer;
}
.sub-menu-btn:hover {
	border: 1px solid #808080;
	background: #808080;
	color: #fff;
}
.is-active {
	height: 72px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #000;
    background: #000;
	transition: .3s;
    display: grid;
    place-content: center;
    font-size: 0.95rem;
    font-weight: 600;
}
.category > li {
	display: none;
}
.category > li.is-show {
	display: block;
}

.ul-wrapper {
    width: 1000px;
    margin: 0 auto;

	display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 1em;
}
.li-box {
    flex: 0 0 22.5%;
    margin-bottom: 3rem;
	margin: 0 15px;
}
.li-box p {
    margin-top: 16px;
}
.gallery > p {
    margin: 3rem 0 4rem;
    font-weight: 700;
}
.gallery {
    text-align: center;
    margin: 0 auto;
	margin: 5rem 0 10rem;
}
.bg-img {
	border: #ebebeb 1px solid;
}
.download_wrap {
	margin-top: 5rem;
	text-align: center;

	grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
    column-gap: 10px;
    row-gap: 1em;
}
a.download_button {
    height: 72px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
    background: #fff;
	transition: .3s;
    display: grid;
    place-content: center;
    font-size: 0.8rem;
    font-weight: 600;
}
a.download_button:hover {
	border: 1px solid #808080;
	background: #808080;
	color: #fff;
}
.catalog_wrap {
	grid-template-columns: repeat(3, 1fr);
    width: 960px;
    display: grid;
    column-gap: 50px;
    row-gap: 1em;
	margin: auto;
}
.catalog-image {
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	aspect-ratio: 519/742;
}
.catalog-img01 {
	background-image: url(https://artray.co.jp/image/catalog/catalog_japan.webp);
}
.catalog-img02 {
	background-image: url(https://artray.co.jp/image/catalog/catalog_china.webp);
}
.catalog-img03 {
	background-image: url(https://artray.co.jp/image/catalog/catalog_en.webp);
}
.philosophy {
	background-image: url(https://artray.co.jp/image/home_recuruit02.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	
	width: 100%;
	height: 50vh;
	color: #fff;
	display: grid;
    place-content: center;
	text-align: center;

	margin-top: 100px;
	margin-bottom: 150px;
}
.philosophy > h2 {
	font-size: 1.5rem;
}
.philosophy > p {
	font-size: 1.7rem;
	font-weight: 700;
	padding-bottom: 30px;
}
.name {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 10px;
}
.column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 30px 50px;
}
.column > .contents {
	width: calc(100% / 2 - 2rem);
	margin-bottom: 2rem;
}
.contents > h3 {
	margin-top: 1rem;
}
.contents > a {
	color: #e85400;
	font-weight: 600;
}
.tel {
	margin: 15px 0 20px;
}
.building {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 20px 0;
}
.en-massage {
	font-size: 2rem;
	font-weight: 900;
	font-style: italic;
	line-height: 3rem;
	text-align: center;
	margin: 50px 0 150px;
}
.section {
	margin: 20px 0 50px;
}
.cen {
	text-align: center;
}
#download .button-1 {
	margin-top: 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px;
}
#download th ,#download td {
	padding: 5px;
	max-width: 400px;
	vertical-align: middle;
}
#download td {
	text-align: center;
}
#download table {
	min-width: 1220px;
}
.under-space {
	margin-bottom: 10px;
}
.download-menu {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}



.pp-h3 {
	text-align: left;
	font-size: 1.3rem;
	margin-top: 50px;
	margin-bottom: 0;
	border: none;
}
.pp-h4 {
	font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}
.pp-h5 {
	padding-left: 20px;
    margin: 10px 0;
}
.pp-h4-txt {
	font-size: 1rem;
	padding-left: 20px;
}
.pp-link {
	color: #2d54af;
	display: inline-flex;
	gap: 3px;
	align-items: center;
	width: fit-content;
}
.pp-link:hover {
	color: #2d54af;
	opacity: 0.7;
}
.pp-link > .link-logo {
	width: 18px;
	height: 18px;
}
.export-trade-control-table {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.export-trade-control-table > table {
	width: initial;
}
.text-link {
	display: flex;
	gap: 10px;
	align-items: center;
	line-height: 1rem;
	border-bottom: 1px solid #f00;
}
.text-link-orange {
	display: inline-flex;
	gap: 5px;
	line-height: 1rem;
	border-bottom: 1px solid #e85400;
}
.iso-body {
	margin-top: 2rem;
}
.iso-table {
	width: 60%;
}
.iso-img {
	width: 30%;
}
.flex {
	display: flex;
	gap: 20px;
}
.id-space {
	padding-top: 5rem;
}

.news-menu > ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, 90px);
	gap: 10px;
}
.news {
	width: 88px;
	height: 24px;
	color: #1b0e0e;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}
.news:hover {
	color: #000;
}
.exhibition {
	width: 88px;
	height: 24px;
	color: #0d8430;
	border: 1px solid #0d8430;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}
.exhibition:hover {
	color: #0d8430;
}
.new-product {
	width: 88px;
	height: 24px;
	color: #2d54af;
	border: 1px solid #2d54af;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}
.new-product:hover {
	color: #2d54af;
}
.update {
	width: 88px;
	height: 24px;
	color: #e85400;
	border: 1px solid #e85400;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}
.update:hover {
	color: #e85400;
}
.recruit-img {
	width: 600px;
	margin-top: 1rem;
}
.recruit-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 2rem;
}
.schedule-table th {
	width: 25%;
}
.schedule-table h5 {
	margin-top: 0;
}
.welface-contents {
	display: flex;
	margin-top: 2rem;
	gap: 10px;
}
.welface-contents > div {
	width: 50%;
}
.welface-contents li {
	list-style: disc;
	margin-left: 1.5rem;
}
.table-contents {
	line-height: 1.1rem;
}

#sitemap a:hover {
	color: #e85400;
	border-bottom: 1px solid #e85400;
}

.download-title {
	padding-right: 2rem;
	margin-top: 0;
}
.actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.actab label {
	position: relative;
	display: block;
}
.actab .actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.25s;
	transition: max-height 0.25s;
	color: #333333;
}
.actab-content > .table-wrap {
	margin-bottom: 5rem;
}
.actab .actab-content p {
	margin: 1em;
}
/* :checked */
.actab input:checked ~ .actab-content {
	max-height: 999rem;
}
/* Icon */
.actab label::after {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 100%;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	text-align: center;
}
.actab input[type=checkbox] + label::after {
	content: '▼';
}
.actab input[type=checkbox]:checked + label::after {
	transform: rotate(180deg);
}

.error404 {
	text-align: center;
}
.li-404 {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	flex-wrap: wrap;
}
.error404 > div {
	margin: 3rem 0 5rem;
}








/* ------------------------------------------------------------
↓↓↓↓↓               サイトマップ                ↓↓↓↓↓
------------------------------------------------------------ */
.sitemap a {
	color: #000;
}
.sitemap > li {
	margin: 50px 0;
}
.sitemap > li > a {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	border-bottom: 1px solid #bbb;
	display: grid;
	width: 100%;
	padding: 0 10px;
}
.sitemap > li > ul {
	margin: 20px;
}
.sub-list-products {
	display: grid;
	margin: 20px;
}
.sub-list-products > li > a {
	font-size: 1.05rem;
    font-weight: 500;
}
.sub-list-products > li > a:hover {
	color: #808080;
}
.sub-list {
	font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px;
}
.sub-list li {
    flex: 0 0 33.3333%; /* 横3つで折り返す */
    box-sizing: border-box;
}
.sub-list li a {
    display: block;
    text-decoration: none;
    color: inherit;
	width: fit-content;
	padding: 10px;
	font-size: 1.05rem;
}
.sub-list a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.sub-list a:hover {
    color: #e85400;
}
.sub-list a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    background: currentColor;
    transition: width 0.3s;
    left: 0;
}
.sub-list a:hover::after {
	width: 100%;
}
.menu-li {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
}
.menu-li:hover {
	color: #808080;
	transition: color 0.3s;
}












#CC table th,
#CC table td {
	padding: 10px;
	vertical-align: middle;
}
#CC h3,
#CC .table-wrap {
	max-width: 700px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
a.cc-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	outline: none;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e85400;
	border-radius: 0;
	color: #e85400;
	transition-timing-function: ease-in-out;
	transition-property: box-shadow;
	transition-duration: 150ms;
	width: 100%;
	text-align: center;
	padding: 9px;
	font-weight: 600;
}
a.cc-button:hover {
	color: #e85400;
	box-shadow: 0 5px 5px rgb(39 44 52 / 12%);
}
a.cc-button .cc-download-img {
	width: 12px;
	height: 12px;
}
#CC .grid {
	row-gap: 10px;
}
#CC .sub-menu-btn {
	height: 60px;
}

#CC .table-wrap {
    width: 100%;
    overflow-x: auto;
}
#CC .table-wrap table {
    width: 700px;
    min-width: 700px;
    border-collapse: collapse;
	table-layout: fixed;
}
#CC .grid {
	width: 850px;
	margin: auto;
	grid-template-columns: repeat(5, 1fr);
}

.cc-txt-area {
	max-width: 700px;
	width: 100%;
	margin: auto;
	padding: 1rem 2rem;
}
.cc-txt {
	line-height: 1.3;
	margin-bottom: 1rem;
}
.cc-txt-area > a {
	color: #e85400;
	font-weight: 500;
}
.mail-icon {
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.overseas-agents_image-contents {
	padding: 2rem 0;
}
.overseas-agents_image-contents_img {
	object-fit: contain;
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: auto;
}
.h3ul-text__h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 3rem;
    font-size: 1.2rem;
	font-weight: 600;
    line-height: 1.75rem;
}
.page-menu_link-box {
	display: flex;
}


/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 1280px) {
	/* 1280px以下に適用されるCSS */
	.under-body {
		padding: 15px;
		width: 100%;
	}
	.icon-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 10px;
		row-gap: 1em;
	}
	.sitemap-body {
		height: 900px;
	}
	.sub-list li {
		flex: 0 0 50%;
	}
}
@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */
	h3 {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 2.9rem;
		border-bottom: 1px solid #333;
		padding-bottom: 8px;
	
		margin-top: 5rem;
		margin-bottom: 2rem;
	}
    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap: 1em;
    }
	#CC .grid {
		width: auto;
		grid-template-columns: repeat(3, 1fr);
	}
	.ul-wrapper {
		width: 600px;
		margin: 0 auto;
	
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		row-gap: 1em;
	}
	.wrapper {
		display: block;
	}
	.menu-icon {
		margin: 0 auto 3rem;
	}
	.download_wrap {
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
		display: grid;
		column-gap: 10px;
		row-gap: 1em;
	}
	.download_button {
		display: block;
	}
	.catalog_wrap {
		width: 100%;
	}
	.column {
		margin: 0 20px 50px;
	}
	.column > .contents {
		width: calc(100% / 2 - 1rem);
	}
	.icon-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.download-menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		row-gap: 10px;
	}
	.iso-table {
		width: 100%;
	}
	.iso-img {
		width: 100%;
		text-align: center;
		margin-top: 3rem;
	}
	.recruit-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media screen and (max-width: 850px) {
	.page {
		width: 100%;
		grid-template-columns: repeat(3, auto);
	}
	.welface-contents {
		display: block;
	}
	.welface-contents > div {
		width: 100%;
	}
	.catalog_wrap {
		width: 100%;
		column-gap: 5px;
	}
	.download-menu {
		grid-template-columns: repeat(1, 1fr);
	}
	.sitemap-body {
		height: auto;
	}
	
	.video-container-contents {
		margin: 3rem auto 0;
		position: relative;
		width: 100%;
		padding-bottom: 56.25%; /* 16:9 アスペクト比 */
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	.video-container-contents iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */
	.cp_breadcrumb {
		padding: 1em;
	}
    .grid {
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
        display: grid;
        column-gap: 10px;
        row-gap: 1em;
    }
	.map {
		padding: 15px 0;
	}
	.page-menu_link-box {
		display: block;
	}
	#CC .grid {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
	}
	.icon-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 10px;
		row-gap: 1em;
		margin-top: 1rem;
	}
	.ul-wrapper {
        grid-template-columns: repeat(1, 1fr);
		width: 100%;
        display: grid;
        column-gap: 10px;
        row-gap: 1em;
	}
	.catalog_wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.philosophy {
		height: auto;
		background-size: auto;
	}
	.philosophy > p {
		font-size: 1.3rem;
		font-weight: 500;
	}

	table {
		margin: 0;
	}
	table th, table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	table tr:first-child th {
		border-top: 1px solid #a5a5a5;
	}
	.export-trade-control-table th,
	.export-trade-control-table td {
		display: table-cell;
	}
	.column > .contents {
		width: 100%;
	}
	#download th, #download td {
		display: table-cell;
		width: 1200px;
	}
	.flex {
		display: block;
	}
	.outline-table th {
		width: 100%;
	}
	.recruit-img {
		width: 100%;
	}
	.recruit-gallery {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.schedule-table th {
		width: 100%;
	}
	.page {
		width: 100%;
		grid-template-columns: repeat(2, auto);
	}

	.sitemap-body {
		width: 100%;
	}

	.sub-list li {
		flex: 0 0 100%;
	}

	#CC table th,
	#CC table td {
		display: table-cell;
	}
	.box > p {
		font-weight: 500;
	}
	
	.contents-space {
		padding-top: 5rem;
	}
	.h3ul-text__h3 {
    margin-top: 0;
    padding-top: 3rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
}