@charset "UTF-8";


/***********************************************************************************/
/* import other css */
/***********************************************************************************/
@import url("https://www.seiko-sol.co.jp/column/css/sp_column250714.css");


/***********************************************************************************/
/* for common (PC/SP) display size */
/***********************************************************************************/
:root {
	--seiko-blue: #01559D;
	--cta-orange: #FF7604;
}

/***********************************************************************************/
/* for common (PC/SP) display size */
/***********************************************************************************/
.entry-content h2:not(.widget-title) {
	margin-top: 3em !important;
	border-top: solid 2px var(--seiko-blue);
	padding: .75em 1em;
	background: #E6EEF5;
	font-size: 1.5rem;
	line-height: 2rem;
}
.entry-content h2:not(.widget-title):after {
	display:none;
}

.entry-content h3 {
	font-size: 1.25rem;
	margin-top: 2em !important;
	position: relative;
	padding-bottom: 12px;
}
.entry-content h3::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #D3D3D3;
}
.entry-content h3::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background-color: var(--seiko-blue);
}
.entry-content table + h3 {
	margin-top: 3em !important;
}
.entry-content .h3 {
	font-size: 1rem;
	margin-top:2em !important;
}

.entry-content table + h4 {
	font-size: 1rem;
	margin-top: 3em !important;
}
.entry-content h4,
.entry-content .h4,
.entry-content .service_name {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2em !important;
	border-left: 4px solid var(--seiko-blue);
	padding-left: 0.5em;
}

.entry-content ul li {
	position: relative;
}
.entry-content ul li::before {
	content: '';
	display: block;
	width: 10px;
	height: 8px;
	margin: 0;
	background: var(--seiko-blue);
	position: absolute;
	left: 0;
	top: 6px;
}
.entry-content ul li::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 3px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 3px solid var(--seiko-blue);
	position: absolute;
	left: 10px;
	top: 6px;
}
.entry-content table td ul li:last-child {
	margin-bottom: 0;
}
.entry-content table td ul {
	margin-bottom: 0;
}

.entry-content .blog-card {
	background: #fafafa;
	border: 1px solid #d3d3d3;
	max-width: 100%;
	border-radius: 10px;
	margin: 0 0 10px 0;
}
.entry-content .annotation {
	overflow-wrap: break-word;
}
.entry-content .annotation + .blog-card {
	margin-top: 1.5em;
}
.entry-content .annotation.mb15 {
	margin-bottom: 1.5em;
}
.entry-content .blog-card p {
	display: none;
}
.entry-content .blog-card a {
	display: flex;
	color: #222;
	text-decoration: none;
}
.entry-content .blog-card__image {
	position: relative;
	width: 192px;
	flex-shrink: 0;
	line-height: 0;
}
.entry-content .blog-card__image img {
	border: 0;
	border-radius: 10px 0 0 10px;
}
.entry-content .blog-card__content {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.entry-content .blog-card__title {
	margin: 0 0 10px 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.entry-content .blog-card__excerpt {
	color: #959595;
	font-size: 0.8125rem;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.entry-content .product_link li {
	font-weight: bold;
}
.entry-content table tbody .left {
	text-align: left;
}
.entry-content table tbody .center {
	text-align: center;
}


/************************************/
/* Below this is for the new design */
/************************************/
.column-toc {
	border: 2px solid var(--seiko-blue);
	margin-top: 50px;
	padding: 20px;
}
.column-toc .column-toc__title {
	border-bottom: 2px solid var(--seiko-blue);
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size:1.25rem;
	font-weight: bold;
	color: var(--seiko-blue);
}
.column-toc .column-toc__title:before {
	content: '';
	display: inline-block;
	background: url('https://www.seiko-sol.co.jp/column/img/icon_toc@2x.png') 0 -1px no-repeat;
	background-size: 23px 18px;
	width: 23px;
	height: 20px;
	margin-right: .5em;
	vertical-align: middle;
}
.column-toc ul {
	margin-bottom: 0;
}
.column-toc ul li {
	padding-left: 0 !important;
}
.column-toc ul li:last-child {
	margin-bottom: 0;
}
.column-toc ul li::before,
.column-toc ul li::after {
	display: none;
}
.column-toc ul li a {
	text-decoration: none;
	padding-left: 24px;
	position: relative;
	display: inline-block;
}
.column-toc ul li a::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: var(--seiko-blue);
	position: absolute;
	left: 0;
	top: 2px;
}
.column-toc ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 5px;
	width: 6px;
	height: 6px;
	border: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


.list-box {
	background: #E6EEF5;
	padding: 2px;
	margin-bottom: 2em;
}
.list-box .list-box__title {
	background: var(--seiko-blue);
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 6px 1em;
}
.list-box ul {
	margin-bottom: 0;
	padding: 20px 1em;
}
.list-box ul li:last-child {
	margin-bottom: 0;
}


.entry-content h3.qa_question::before,
.entry-content h3.qa_question::after {
	display: none;
}
.entry-content h3.qa_question,
.entry-content .qa_question {
	font-size: 1rem;
	margin-bottom: 0.5em !important;
	padding-bottom: 0 !important;
	text-indent: -1.15em;
	margin-left: 2.25em;
}
.entry-content p.qa_answer,
.entry-content .qa_answer {
	font-size: 0.875rem;
	text-indent: -1.25em;
	margin-left: 2.6em;
}
.entry-content .qa_question span,
.entry-content .qa_answer span {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1rem;
	font-weight: bold;
}
.entry-content .qa_question span {
	color: var(--seiko-blue);
}
.entry-content .qa_answer span {
	color: #CC0000;
}


.product-link-box {
	background: #E6EEF5;
}
.product-link-box .product-link-box__title {
	background: var(--seiko-blue);
	color: #fff;
	border: 2px solid#E6EEF5;
	border-bottom: none;
	padding: 8px 1em;
	font-size: 1.125rem;
	font-weight: bold;
}
.product-link-box .product-link-box__body {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 25px;
	padding: 25px;
}
.product-link-box .product-link-box__image {
	line-height: 1;
}
.product-link-box .product-link-box__content {
	display: flex;
	flex-direction: column;
}
.product-link-box .product-link-box__content_title {
	color: var(--seiko-blue);
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
.product-link-box .product-link-box__content_title + p {
	margin-bottom: 0.5em;
}
.product-link-box .product-link-box__content ul {
	margin-bottom: 0;
}
.product-link-box .product-link-box__content ul li:last-child {
	margin-bottom: 0;
}
.product-link-box .product-link-box__btns {
	background: #B8D0E3;
	display: grid;
	grid-template-columns: 280px 280px;
	justify-content: center;
	align-items: center;
	gap: 25px;
	padding: 25px;
}
.product-link-box .product-link-box__btns a {
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 36px;
	padding: 18px 18px 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-link-box .product-link-box__btns a:hover {
	opacity: .7;
}
.product-link-box .product-link-box__btn_01,
.product-link-box .product-link-box__btn_02 {
	background: #fff;
	border-radius: 36px;
}
.product-link-box .product-link-box__btn_01 a {
	background: #fff;
	color: #000;
}
.product-link-box .product-link-box__btn_02 a {
	background: var(--cta-orange);
	color: #fff;
}
.product-link-box .product-link-box__btns .product-link-box__arrow_right {
	position: relative;
	vertical-align: middle;
	top: 0;
	left: -7px;
	display: inline-block;
	width: 2px;
	height: 18px;
	background: #fff;
	border-radius: 2px;
	margin: 0 20px;
}
.product-link-box .product-link-box__btns .product-link-box__arrow_right:before,
.product-link-box .product-link-box__btns .product-link-box__arrow_right:after {
	position: absolute;
	content: '';
	top: -1px;
	width: 2px;
	height: 11px;
	background: #fff;
	border-radius: 2px;
}
.product-link-box .product-link-box__btns .product-link-box__arrow_right:before {
	left: 4px;
	transform: rotate(-45deg);
}
.product-link-box .product-link-box__btns .product-link-box__arrow_right:after {
	right: 4px;
	transform: rotate(45deg);
}
.product-link-box .product-link-box__btns .product-link-box__arrow_right {
	transform: rotate(90deg);
}
.product-link-box .product-link-box__btns a span {
	display: inline-block;
	border-radius: 100%;
	width: 28px;
	height: 28px;
}
.product-link-box .product-link-box__btns .product-link-box__btn_01 .product-link-box__arrow_right {
	background: #fff;
}
.product-link-box .product-link-box__btns .product-link-box__btn_01 .product-link-box__arrow_right:before,
.product-link-box .product-link-box__btns .product-link-box__btn_01 .product-link-box__arrow_right:after {
	background: #fff;
}
.product-link-box .product-link-box__btns .product-link-box__btn_02 .product-link-box__arrow_right {
	background: var(--cta-orange);
}
.product-link-box .product-link-box__btns .product-link-box__btn_02 .product-link-box__arrow_right:before,
.product-link-box .product-link-box__btns .product-link-box__btn_02 .product-link-box__arrow_right:after {
	background: var(--cta-orange);
}
.product-link-box .product-link-box__btns .product-link-box__btn_01 a span {
	background: var(--seiko-blue);
}
.product-link-box .product-link-box__btns .product-link-box__btn_02 a span {
	background: #fff;
}
.product-link-box + div,
.product-link-box + p,
.product-link-box + ul,
.product-link-box + ol {
	margin-top: 2em !important;
}


/***********************************************************************************/
/* for PC display size only */
/***********************************************************************************/
@media screen and (min-width: 641px) {

}



/***********************************************************************************/
/* for SP display size only */
/***********************************************************************************/
@media screen and (max-width: 640px) {
	.entry-content h2:not(.widget-title) {
		margin-top: 2em !important;
		padding: .25em .5em;
		font-size: 1.25rem;
	}
	.entry-content h3 {
		font-size: 1.125rem;
	}
	.entry-content ul li {
		padding-left: 20px;
	}
	.entry-content ul li::before {
		top: 8px;
	}
	.entry-content ul li::after {
		top: 8px;
	}

	.entry-content .blog-card__image {
		width: 100%;
	}
	.entry-content .blog-card a {
		flex-direction: column;
	}

	.column-toc {
		padding: 15px;
	}
	.column-toc ul li a::before {
		top: 4px;
	}
	.column-toc ul li a::after {
		top: 8px;
	}

	.product-link-box .product-link-box__title {
		font-size: 1rem;
	}
	.product-link-box .product-link-box__content_title {
		font-size: 1rem;
	}
	.product-link-box .product-link-box__body {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 15px;
	}
	.product-link-box .product-link-box__btns {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 15px;
	}
	.product-link-box .product-link-box__btns .product-link-box__arrow_right {
		top: -2px;
	}
}


/***********************************************************************************/
/* for small SP size display only */
/***********************************************************************************/
@media screen and (max-width: 360px) {
	.product-link-box .product-link-box__btns .product-link-box__arrow_right {
		top: 2px;
	}
	.product-link-box .product-link-box__btns a {
		font-size: .8125rem;
	}
}
