@charset "utf-8";

/* PDF資料室など用 */


.mode-reference .common-article-area section>ul,
.mode-reference .common-article-area section>ol {
	padding-left: 2.0em;
	padding-right: 1.0em;
}

.mode-reference .common-article-area aside ul {
	padding-left: 30px;
	padding-right: 10px;
}

.mode-reference .common-article-area section>ul li {
	margin: 10px 0 0;

}

.mode-reference .common-article-area aside ul li {
	margin: 10px 0 0;
}

.mode-reference .common-article-area img {
	max-width: 100%;
	height: auto;
	display: block;
}

.mode-reference .common-article-area dl dt img {
	display: inline-block;
}

.mode-reference .common-article-area hr {
	margin-top: 60px;
}

.mode-reference .common-article-area aside {
	text-align: center;
}

.mode-reference .common-article-area aside h2 {
	font-size: 28px;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0px 10px 30px;
	padding-top: 50px;
	color: #333;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgb(var(--image-color-accent));
	display: inline-block;
}


.mode-reference .common-article-area aside section {}

.mode-reference .common-article-area aside img {
	display: inline-block;
}

.mode-reference .common-article-area aside img.common-icon-inline {
	display: inline-block;
	vertical-align: middle;
	height: 1.5em;
	top: -0.1em;
	position: relative;
	margin-right: 0.1em;
	margin-left: 0.2em;
}


.mode-reference .common-article-area aside dt {
	font-weight: bold;
	margin-top: 20px;
}

.mode-reference aside .common-option-flex-spacearound {
	flex-wrap: wrap;
}

.mode-reference aside .common-option-flex-spacearound section {
	width: calc(50% - 20px);
	padding: 10px;
	margin: 10px;
	/* box-shadow: 0 4px 15px rgba(0, 0, 0, .2); */
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}



.mode-reference aside .common-option-flex-spacearound section h3 {
	padding: 0.5em;
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	border: 0;
	display: none;
}

.mode-reference aside .common-option-flex-spacearound section ul {
	margin-left: 0;
	margin-right: 0;
}

.mode-reference aside .common-option-flex-spacearound section ul li {
	margin: 10px 0;
}

.mode-reference aside .common-option-flex-spacearound section ul li ul {
	padding-left: 1.0em;
	margin-left: 0;
	margin-right: 0;

}

.mode-reference aside .common-option-flex-spacearound section ul li ul li {

	margin-left: 0;
	margin-right: 0;

}



/* セミナー用カードレイアウト */
.seminar-card {
	position: relative;
	border: 1px solid #eee;
	border-radius: 6px;
	background-color: #fafafa;
	margin: 30px 5px 0;
	width: 100%;
}

div.seminar-card-header {
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	word-wrap: break-word;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
	border-radius: 6px 6px 0 0;

}

.seminar-card-header p {
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
	margin: 10px 10px 0;
	width: fit-content;
	text-align: left;
	bottom: 0;
}

.seminar-card-header p.title {
	border-bottom: 1px solid #666;
	width: auto;
	font-weight: bold;
	font-size: 18px;
	color: #555;
	padding-left: 60px;
	position: relative;
}

.seminar-card-header p.title::before {
	content: '';
	position: absolute;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 4px;
	background-size: 40px;
	padding-left: 50px;
	left: 8px;
	transform: translateY(-60%);
	width: 1.5em;
	height: 2.0em;
	background-image: url(../img/common_img/common-icon-webinar.png);
}

.seminar-card-header .time {
	padding: 10px;
	margin-left: 10px;
	text-align: left;
	/* display: block; */
	display: none;
}

.seminar-card-header .time br {
	display: none;
}

.seminar-card-body {
	padding: 1rem;
	font-size: 13px;
	margin-top: 0;
	min-height: auto;
	padding-bottom: 20px;
}

.seminar-card-body p {
	margin: 0;
	padding: 1rem 0 0;
	text-align: justify;
}

.seminar-card-body img {
	width: 100%;
	height: auto;
}

.seminar-card-body ul {
	margin: 0;
	padding: 0;
}

.seminar-card-body ul li {
	margin: 10px;
	padding: 0px;
}


/* セミナーカード横並び用 */
.seminar-card-wrap {
	width: 100%;
	margin: 20px auto 30px;
	padding-bottom: 20px;
	gap: 1%;
}

/* zoomボタン */
.seminar-card .zoom-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto 20px;
	padding: .6em 2em;
	width: fit-content;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #328BCB;
	border: 1px solid #328BCB;
	border-radius: 5vh;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
}

.seminar-card .zoom-btn:hover {
	background-color: #fafafa;
	color: #328BCB;
	transition: 0.3s ease-in-out;
}

/* YouTubeボタン */
.seminar-card .youtube-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto 20px;
	padding: .6em 2em;
	width: fit-content;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 5vh;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
}

.seminar-card .youtube-btn:hover {
	background-color: #fafafa;
	color: #ff0000;
	transition: 0.3s ease-in-out;
}


ul.yt-list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0 !important;
}

ul.yt-list li {
	text-align: center;
	list-style: none;
	width: 25%;
	padding: 6px;
	margin: 10px auto;
	font-size: 14px;
	line-height: 1.4em;
}

ul.yt-list li a img {
	display: block;
	border: 1px solid #06a;
	margin-bottom: 10px;
}


/* 脚注表示 */
#footnote_box {
	font-size: 15px;
	line-height: 1.6em;
	background: #ffffee;
	padding: 1.5em;
	margin: 2.0em;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0px 0px 5px #888;
	z-index: 11;
	word-break: break-all;
}

#footnote_box a {
	text-decoration: none;
	color: #06c;
}

#footnote_box a:hover {
	color: #f60;
}

#footnote_box dt {
	font-weight: bold;
	font-size: 13px;
	color: #666;
}

#footnote_box dt a {
	display: none;
}

/* 関連情報用見出し */
h3.relatedTopic-title {
	font-size: 20px;
	border-left: 0px;
	position: relative;
	display: inline-block;
	padding: 0 45px;
	color: #333;
}

h3.relatedTopic-title:before,
h3.relatedTopic-title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color: #333;
}

h3.relatedTopic-title:before {
	left: 0;
}

h3.relatedTopic-title:after {
	right: 0;
}

h4.relatedTopic-title-sub {
	text-align: left;
	margin: 20px 30px 0;
	padding-top: 10px;
}

/* 動画サムネイルホバー時の挙動 */
.movie-link {
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
}

.movie-link img {
	width: 100%;
	border: 1px solid #555;
	vertical-align: middle;
}

.movie-link:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: #000;
	opacity: 0;
	transition: 0.3s;
}

.movie-link:after {
	content: "再生ウィンドウを表示";
	display: block;
	color: #fff;
	line-height: 48px;
	width: 200px;
	height: 50px;
	border: solid 1px #fff;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	z-index: 3;
	transition: 0.3s;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.movie-link:hover:before {
	opacity: 0.5;
}

.movie-link:hover:after {
	opacity: 1;
}


/* ウェビナー動画横ならび */
.webinar-flex {
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto 0px;
	padding: 0 10px;
}

.webinar-flex-movie {
	text-align: center;
	width: 40%;
	max-width: 260px;
	margin: 0 auto;
	padding: 0 10px 20px;
}

.webinar-flex-text {
	text-align: center;
	width: 60%;
	padding: 0 10px 20px;
}

.webinar-flex p {
	padding: 0;
}

.webinar-flex ul {
	margin: 0 10px;
	padding: 0 0.5em 0.5em 2em !important;
}

/* 製品カテゴリータグ */
.product-category-tag {
	padding: 0;
	margin-top: 10px;
	background: rgb(var(--image-color-light));
	color: #333;
	font-size: 13px;
	padding: 2px 10px;
	white-space: nowrap;
	display: inline-block;
}

.mode-reference .common-article-area img.common-icon-inline {
	display: inline-block;
	vertical-align: middle;
	height: 1.5em;
	top: -0.1em;
	position: relative;
	margin-right: 0.1em;
	margin-left: 0.2em;
	width: auto;
}

/* 関連記事リンク（記事途中） */
.article-link-box {
	border: 3px solid #ccc;
	margin: 30px;
	padding: 30px 20px;
	display: flex;
	position: relative;
	transition: all .3s ease-out;
}

.article-link-box img {
	width: 30%;
	margin: 0;
	object-fit: contain;
	max-height: 100px;
}

.article-link-box-text {
	width: 70%;
	padding-left: 20px;
}

.article-link-box-text p {
	margin-top: 10px;
	padding: 0;
	font-weight: bold;
}

.article-link-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-link-box:hover {
	background-color: #fafafa;
	transition: all .3s ease-out;
}

.article-link-box .article-link-box-title {
	background-color: #fff;
	font-size: 1em;
	font-weight: 800;
	color: #666;
	padding: 0 5px;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: 20px;
	font-size: 18px;
	letter-spacing: 0.1em
}

p.article-link-detail {
	/* background: #ccc; */
	border: 1px solid #ccc;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 0 0 auto;
	max-width: 180px;
	padding: 3px 15px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

.article-link-box:hover p.article-link-detail {
	background: #666;
	color: #FFF;
}

p.article-link-detail:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #313131;
	border-right: 3px solid #313131;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.article-link-box:hover p.article-link-detail:after {
	border-color: #FFF;
}

/* 関連記事リンク（記事末尾） */
.article-link-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
}

.article-link-card {
	display: flex;
	flex-direction: column;
	flex-basis: 48%;
	padding: 1rem;
	word-wrap: break-word;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 0.25rem;
	border: 1px solid #cdcdcd;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}

img.article-link-card-image {
	width: 100%;
	object-fit: contain;
	margin: 0;
	min-height: 170px;
}

.article-link-card-box {
	padding: 1rem 0 0;
}

p.article-link-card-text {
	margin: 0;
	font-size: 1.0rem;
	/* font-weight: bold; */
	padding: 0;
	color: #333;
}

.article-link-card:hover {
	box-shadow: 0 10px 20px #999;
}



/* 動画ページ */


/* 見出し */
.reference-movie h2 {
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	margin: 0 10px;
	padding: 20px 10px 5px;
	display: block;
	line-height: 1.4em;
	position: relative;
	border: 0px;
}

.reference-movie h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, rgb(126 156 197), rgb(126 156 197) 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, rgb(126 156 197), rgb(126 156 197) 2px, #fff 2px, #fff 4px);
}

.movie-pickup-block {
	margin: 0 30px 30px;
	padding: 1.2em 1.2em 1.7em;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

.movie-pickup-block h3 {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	padding: 10px 0;
}

.reference-movie h2 {
	margin-bottom: 30px;
}

.movie-pickup-block ul li {
	margin-bottom: 10px;

}

.movie-pickup-block ul a {
	text-decoration: none;
	color: #06c;
}

.movie-pickup-block ul a:hover {
	text-decoration: none;
	color: #f60;
}

.playlist-button {
	text-align: right;
	margin: 20px;
}

.playlist-button a {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	padding: .7rem 1.5rem;
	font-weight: bold;
	border: 2px solid #06c;
	color: #fff;
	background: #06c;
	border-radius: 100vh;
	transition: 0.5s;
}

.playlist-button a:hover {
	color: #06c;
	background: none;
}

.movie-nav {
	margin-top: 40px;
}

p.nav-title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

ul.nav-button {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}

ul.nav-button li {
	margin: 0;
	padding: 0;
}

.nav-button a {
	display: block;
	padding: .4em;
	color: white;
	text-decoration: none;
	background: #214a84;
	border-radius: 3px;
	text-align: center;
	height: 70px;
	border: 1px solid #214a84;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}

.nav-button a:hover {
	color: #214a84;
	background: white;
}

.nav-button {
	display: grid;
	grid-template-columns: repeat(auto-fit, 200px);
	gap: 5px;
	justify-content: center;
}


/*-------------------------- レスポンシブ用CSS ここから -----------------------------------------*/
@media screen and (max-width:640px) {
	/* ↓ここに個別のスマホ用スタイルを指定 */

	.mode-reference .common-article-area section>ul {
		padding-left: 20px;
		padding-right: 10px;
	}


	.mode-reference aside .common-option-flex-spacearound section {
		width: calc(100% - 20px);

	}

	/* セミナーカードレイアウトに改行追加（日時） */

	.seminar-card-wrap .seminar-card {
		margin: 30px 0;
	}

	.seminar-card-header .time br {
		display: block;
	}


	ul.yt-list li {
		width: 50%;
		padding: 0.2em 4px;
	}

	.mode-reference .common-article-area aside ul {
		padding: 0;
	}

	/* ウェビナー動画横ならび */
	.webinar-flex {
		display: block;
	}

	.webinar-flex-movie {
		width: 100%;
		max-width: 330px;
		margin: auto;
	}

	.webinar-flex-text {
		width: 100%;
	}

	.mode-reference .common-article-area aside h2 {
		font-size: 21px;
	}

	h3.relatedTopic-title {
		font-size: 18px;
	}

	/* 関連記事リンク（記事途中） */
	.article-link-box {
		margin: 30px 10px;
		padding: 20px;
	}

	p.article-link-detail {
		display: none;
	}

	/* 関連記事リンク（記事末尾） */
	img.article-link-card-image {
		min-height: 70px;
	}

	/* 動画ページ */

	/* 見出し */
	.reference-movie h2 {
		font-size: 23px;
	}

	.movie-pickup-block {
		margin: 30px 10px;
		padding: .8em;
	}

	.nav-button a {
		font-size: 16px;
	}

	.nav-button {
		display: grid;
		grid-template-columns: repeat(auto-fit, 150px);
		justify-content: center;
	}


	/* ↑ここまでに個別のスマホ用スタイルを指定 */
}

/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/