/*ヘッダー*/
.top-header-menu {
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
}

.header-nav-icon {
	position: relative;
}

.line-message {
	position: absolute;
	top: 110%;
	right: -30%;
}

/* サブヘッダー */
.single-heading-img {
    width: 85%;
    max-height: 180px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	position: relative;
}

.single-heading-img img {
	max-height: 180px;
}


/* パンくずリスト */
.breadcrumbs-heading {
	margin-bottom: 10px !important;
	text-wrap: nowrap;
}

.bread-list {
	position: absolute;
	left: 0%;
	bottom: 0%;
}

@media screen and (max-width: 767px) {
	.bread-list {
		display: none;
	}
}


/* コンテンツ */
.outer-flame {
	max-width: 1080px;
}

.separate-line-in-article {
	border-bottom: 1px solid #ccc;
	width: 100%;
    margin: 30px auto;
}


/* Coming soon */
.coming-soon-back-btn {
	background: transparent;
	border: none;
	color: #dfdada;
}

.coming-soon-back-btn:hover {
	background: #dfdada;
	color: #fff;
}

/* ボタン */
.default-btn,
.default-btn:active,
.default-btn:focus {
	background-color: #dfdada !important;
	font-weight: 600;
	color: #fff !important;
	border: none !important;
	border-radius: 5px;
	padding: 10px 20px;
}

.default-btn a {
	color: #fff !important;
}

.default-btn:hover {
	background-color: #dfdada !important;
	color: #000 !important;
}

.default-btn a:hover {
	background-color: #dfdada !important;
	color: #615d5d !important;
}

.inversion-btn,
.inversion-btn:active,
.inversion-btn:focus {
	background-color: #fff !important;
	font-weight: 600;
	color: #dfdada !important;
	border: 1px solid #dfdada !important;
	border-radius: 5px;
}

.inversion-btn a {
	color: #dfdada !important;
}

.inversion-btn:hover {
	background-color: #dfdada !important;
	color: #fff !important;
}

.inversion-btn a:hover {
	background-color: #dfdada !important;
	color: #fff !important;
}

.coming-soon {
	font-size: 30px;
	font-family: "Zen Kaku Gothic Antique", "sans-serif";
	text-align: center;
	color: #615d5d;
}

/* ページネーション */
.pagination {
    text-align: center;
	margin-top: 50px;
	justify-content: center;
}

.pagination-link {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 5px;
	text-decoration: none;
	background-color: #fff;
	color: #dfdfdf;
    border: 1px solid #dfdada;
	border-radius: 5px;
	cursor: pointer;
}

.pagination-link.active,
.pagination-link:hover {
    background-color: #dfdada;
    color: #fff;
}

.pagination-link.active {
    font-weight: bold;
}

.pagination-link.disable {
	color: #ccc;
    pointer-events: none;
    cursor: not-allowed;
}


.all-tag-links-in-article {
	width: 70%;
	margin: 30px auto;
}

@media (max-width:767px) {
	.all-tag-links-in-article {
		width: 90%;
	}
}

/*会社概要 ライフオーガナイズ事業*/
.life-organizing-content {
	max-width: 980px !important;
}

.lolink-content {
	width: 100%;
}

.lolink-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.lolink-card {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lolink-card a {
	width: 100%;
	height: 100%;
}

.lolink-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	overflow: hidden;
}