@charset "utf-8";
.blog-archive-cards .is-search-form {
	margin-bottom: 1rem;
}
.blog-archive-cards .is-search-form input {
	height: 4rem !important;
	border-radius: 2rem !important;
	padding: 0 2rem 0 3.5rem !important;
	width: 100% !important;
}
.blog-archive-cards .is-search-form .is-search-submit {
	left: 1.25rem !important;
}
.blog-archive-cards {
	margin-bottom: 4rem;
}
#cs-tips-container .blog-content h2, #cs-tips-container .blog-content h3, #cs-tips-container .blog-content h4, #cs-tips-container .blog-content h5, #cs-tips-container .blog-content h6 {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-top: 0;
}
#cs-tips-container .blog-content h2 {
  border-bottom: .0625rem solid #ccc;
  padding-bottom: .5rem;
}
#cs-tips-container .blog-content h3 {
  border-left: .125rem solid #ccc;
  padding: .25rem 1rem;
}
#cs-tips-container .blog-content ul li, #cs-tips-container .blog-content ol li {
  margin-left: 1.5rem;
}
#cs-tips-container .blog-content ul li {
  list-style-type: disc;
}
#cs-tips-container .blog-content ol li {
  list-style-type: decimal;
} 
#cs-tips-container .blog-content a {
  color: #000;
  text-decoration: none;
  padding: 0 .25rem;
  line-height: 2;
  transition: all .3s ease;
}
#cs-tips-container .blog-content a:hover {
  color: #DE1B24;
}
#cs-tips-container .blog-content a::before {
  content: "\eaaa";
  line-height: 1;
  color: #DE1B24;
  font-size: 1.25rem;
  padding-right: .25rem;
  line-height: 1;
  vertical-align: text-top;
}
#cs-tips-container .blog-content a[target="_blank"]::before {
  content: "\f743";
}
.cs-tips-posted-data, .cs-tips-category {
	font-size: .75rem;
}
.cs-tips-category a, .tags__labels--list a {
	color: #d43d60;
	text-decoration: none;
}
.tags__thumbnail {
  overflow: hidden;
  border-radius: .5rem;
  border: .0625rem solid #D9D9D9;
  height: 11.875rem;
}
.tags__thumbnail img {
  object-fit: cover;
  transition: transform .5s ease;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}
.back-to-top-button {
	position: fixed;
	bottom: 40px;
	right: 40px;
	padding: 12px 20px;
	background-color: #7d7d7d;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease , visibility .6s ease;
	z-index: 1000
}
.back-to-top-button.show {
	opacity: 1;
	visibility: visible
}
/* 詳細 */
.custom-blog-article {
	margin: 2rem 0 5rem;
}
@media (min-width: 992px) {
  .blog-archive-cards {
		margin-bottom: 5rem;
	}
	.blog-content {
		font-size: 18px;
	}
}
