@charset "UTF-8";

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

#footer address {
	margin: 0;
}

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

#visual {
	background: #0064c2;
	color: #fff;
	position: relative;
}
#visual figure {
	height: 120px;
	overflow: hidden;
	position: relative;
}
#visual figure img {
	width: 100%;
	height: 100%;
	aspect-ratio: 682 / 386;
	object-fit: cover;
	object-position: center;
}
#visual .row {
	padding: 20px;
	text-align: left;
	line-height: 1.5;
}
#visual .lead {
	margin-bottom: 10px;
	font-size: 21px;
}
#visual .lead span {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #fff;
	font-size: 15px;
}

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

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

#choice li {
	margin: 0 1vw 2vw;
}

#choice li a {
	display: block;
	height: 6vw;
	padding: 0 0.8em;
	border-radius: 6vw;
	background: #e6e6e6;
	text-decoration: none;
	font-size: 3vw;
	line-height: 6vw;
	color: #1e1e1e;
}

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

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

#case {
	margin: 0 5vw 15vw;
}

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

#list h1 {
	margin-bottom: 6vw;
	padding-bottom: 15px;
	border-bottom: solid 2px #ccc;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	position: relative;
}

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

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

#list article {
	width: 48%;
	overflow: hidden;
	margin-bottom: 4%;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(185, 185, 185, 0.4);
}

#list article a {
	display: block;
	text-decoration: none;
	color: #1e1e1e;
}

#list article figure {
	height: 22vw;
	overflow: hidden;
	background: #dcdcdc;
	position: relative;
}

#list article figure img {
	max-width: none;
	width: auto;
	height: 27vw;
	object-fit: cover;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

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

#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: 16px;
	color: #fff;
}

#list article h2 {
	font-weight: 400;
	font-size: 3vw;
	line-height: 1.4;
}

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

#detail {
	text-align: left;
}

#detail .date .category {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	margin-bottom: 10px;
	padding: 0 15px;
	border-radius: 24px;
	background: #6db3c5;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 22px;
	color: #fff;
}

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

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

#detail .sns.f_right {
	text-align: center;
}

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

#detail .figure {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry-content h2 {
	margin-top: 15vw;
	margin-bottom: 20px;
	padding: 3px 0 3px 17px;
	border-left: solid 7px #3067bb;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1.3;
	color: #101d42;
}

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

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

.entry-content .wp-block-button__width-75 {
	width: 80% !important;
	line-height: 1.3;
}

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

.entry_footer {
	margin-top: 15vw;
	text-align: center;
}

.submit {
	margin-top: 5vw;
}

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

.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;
	margin-bottom: 10vw;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	text-align: center;
	font-size: 3.5vw;
	line-height: 50px;
	position: relative;
	position: relative;
}

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

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

#pagination .page-numbers,
#pagination .current {
	padding: 0 2vw;
}

#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 {
	margin-top: 15vw;
	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: 4vw;
	line-height: 52px;
	color: #101d42;
}

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

#pickup li {
	padding: 15px 10px;
	border-bottom: dashed 1px #a6a6a6;
}

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

#pickup li img {
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

#pickup li span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
	padding-left: 15px;
	font-size: 3vw;
	line-height: 1.5;
}

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

#pickup .pickup_banner span {
	display: inline-block;
	vertical-align: top;
	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%;
}