@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

#header h1 {
	margin: 0;
}

#footer address {
	margin: 0;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
	height: 386px;
	background: #0064c2;
	color: #fff;
}

#visual figure {
	width: 682px;
	height: 386px;
	position: relative;
	z-index: 1;
}

#visual figure:before {
	content: '';
	width: 100px;
	height: 386px;
	background: url(/include/images/page_visual.webp) no-repeat right top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#visual .row {
	width: 510px;
	padding-left: 50px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

#visual .lead {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.4;
}

#visual .lead span {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document choice
--------------------------------------------------------- */

#choice {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

#choice li {
	margin: 0 5px 10px;
}

#choice li a {
	display: block;
	height: 28px;
	padding: 0 20px;
	border-radius: 28px;
	background: #e6e6e6;
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
	color: #1e1e1e;
	transition: .4s;
}

#choice li a:hover {
	opacity: 0.6;
}

#choice li.active a {
	background: #6db3c5;
	font-weight: 500;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document list
--------------------------------------------------------- */

#list {
	width: 800px;
}

#list h1 {
	height: 60px;
	margin-bottom: 30px;
	border-bottom: solid 3px #ccc;
	text-align: left;
	font-weight: bold;
	font-size: 25px;
	line-height: 56px;
	color: #333;
	position: relative;
}

#list h1:after {
	content: '';
	width: 150px;
	height: 3px;
	background: #0064c2;
	position: absolute;
	bottom: -3px;
	left: 0;
}

#list .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
	text-align: left;
}

#list article {
	width: 374px;
}

#list article a {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(185, 185, 185, 0.4);
	text-decoration: none;
	color: #1e1e1e;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	opacity: 1;
}

#list article a:hover {
	transform: scale(1.05);
}

#list article figure {
	height: 186px;
	overflow: hidden;
	background: #dcdcdc;
	position: relative;
}

#list article figure:before {
	display: block;
	content: '';
	padding-top: 60.94420600858369%;
}

#list article figure img {
	max-width: 200%;
	width: 400px;
	height: 225px;
	transform: translateX(-50%);
	position: absolute;
	top: -20px;
	left: 50%;
}

#list article .row {
	padding: 15px 20px;
}

#list article .category {
	display: inline-block;
	vertical-align: top;
	height: 17px;
	margin-bottom: 10px;
	padding: 0 15px;
	border-radius: 17px;
	background: #6db3c5;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

#list article h2 {
	height: 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	width: 800px;
	text-align: left;
}

#detail .date .category {
	display: inline-block;
	vertical-align: top;
	height: 25px;
	margin-bottom: 10px;
	padding: 0 15px;
	border-radius: 24px;
	background: #6db3c5;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 26px;
	color: #fff;
}

#detail .page_title {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #a6a6a6;
	font-weight: 700;
	text-align: left;
	font-size: 30px;
	line-height: 1.3;
}

#detail .sns {
	height: 55px;
	text-align: right;
	line-height: 55px;
}

#detail .sns li {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	margin-right: 11px;
	line-height: 0;
}

#detail .figure {
	margin-top: 20px;
	margin-bottom: 2em;
}

.entry-content {
	font-size: 18px;
	line-height: 1.9;
}

.entry-content h2 {
	margin-top: 80px;
	margin-bottom: 30px;
	padding: 5px 0 5px 20px;
	border-left: solid 8px #3067bb;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	color: #101d42;
}

.entry-content h3 {
	margin-top: 60px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: dashed 1px #a6a6a6;
	font-weight: 700;
	text-align: left;
	font-size: 26px;
	line-height: 1.3;
}

.entry-content ul li {
	list-style: disc;
}

.entry-content ol li {
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.entry_footer {
	margin-top: 70px;
}

.submit a {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	height: 55px;
	border-radius: 55px;
	background: #f3b00f;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 55px;
	color: #fff;
	transition: .4s;
}

.submit a:hover {
	opacity: 0.6;
}

.submit a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 23px;
	height: 55px;
	margin: 0 15px 0 -15px;
	background: url(/technical-documents/include/images/submit_arrow.png) no-repeat left / 23px auto;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pagination {
	display: flex;
	justify-content: center;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	position: relative;
}

#pagination .page-numbers {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #434343;
}

#pagination a:hover {
	text-decoration: underline;
	color: #0064c2;
}

#pagination .current {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
}

#pagination .page-numbers,
#pagination .current {
	padding: 0 10px;
}

#pagination .prev {
	padding-left: 18px;
	position: absolute;
	top: 0;
	left: 0;
}

#pagination .prev:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-bottom: solid 2px #999;
	border-left: solid 2px #999;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 4px;
}

#pagination .next {
	padding-right: 18px;
	position: absolute;
	top: 0;
	right: 0;
}

#pagination .next:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4px;
}

/* ---------------------------------------------------------
	CSS Document pickup
--------------------------------------------------------- */

#pickup {
	float: right;
	width: 253px;
	text-align: left;
}

#pickup h2 {
	height: 58px;
	margin: 0;
	border-top: solid 3px #6db3c5;
	border-bottom: dashed 1px #a6a6a6;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 52px;
	color: #101d42;
}

#pickup ul {
	margin-bottom: 30px;
}

#pickup li {
	padding: 20px 0;
	border-bottom: dashed 1px #a6a6a6;
	transition: .4s;
}

#pickup li:hover {
	opacity: 0.6;
}

#pickup li a {
	display: block;
	text-decoration: none;
	color: #666;
}

#pickup li img,
#pickup li img:hover {
	width: 90px;
	height: 90px;
	opacity: 1;
}

#pickup li span {
	display: inline-block;
	vertical-align: top;
	width: 163px;
	padding-left: 15px;
	font-size: 15px;
	line-height: 1.5;
}

#pickup .pickup_banner a {
	display: block;
	padding: 15px;
	outline: solid 1px #ccc;
	border: solid 4px #fff;
	background: url(/technical-documents/include/images/pickup_banner.png) no-repeat right / auto 100%;
	text-decoration: none;
	color: #101d42;
	transition: .4s;
}

#pickup .pickup_banner a:hover {
	opacity: 0.6;
}

#pickup .pickup_banner span {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: left;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.3;
}

#pickup .pickup_banner span:after {
	display: inline-block;
	vertical-align: 0;
	content: '';
	width: 15px;
	height: 14px;
	margin-left: 5px;
	background: url(/technical-documents/include/images/pickup_arrow.png) no-repeat bottom / auto 100%;
}
