@charset "utf-8";

/* **************************************************

Name: common.css

Description: CSS for Additional Common Modules

Create: 2021.9.14
Update: 2021.9.27

Copyright 2021 Hitachi High-Technologies Corporation.

***************************************************** */
@media screen and (max-width: 994px){
	.JS .ColumnSet {
		width: auto;
		margin: 0px;
	}
}
	.ThumbW60SetStyle .ImgSet{
		padding-left: 0.75em;
	}
@media screen and (max-width: 767px) {
	.ThumbW60SetStyle .ImgSet{
		padding-left: 0em;
	}
}
@media screen and (max-width: 767px){
	.cont_wrap > .Section {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px){
	.JS .ColumnSet > .Section {
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
}




.subs.logo{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	gap: 32px;
}

.ttl.f-ico{
	font-weight: 700;
}

@media screen and (max-width: 890px) {
	.subs.logo{
		flex-wrap: wrap;
		gap: 0px;
		padding-bottom: 16px;

	}
	.subs.logo > h2 {
		order: 1;
		width:100%;
		margin-bottom: 0px;
		margin-right: 0px;
		padding-bottom: 0.25em;
	}
	.subs.logo > img:first-child {
		order: 2;
	}
	.subs.logo > img:last-child {
		order: 3;
	}
}
@media screen and (max-width: 767px) {
	.disable_pc {
		display: block;
	}
}

.clear {
	clear: both;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.ft12 {
	font-size: 12px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb1em {
	margin-bottom: 1em;
}

.key_wrap {
	display: grid;
	place-items: center;
	position: relative;
	height: auto;
	overflow: visible;
}
.key_wrap .keyb_body {
	max-width: 100%;
}

.key_wrap .txt_wrap {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 20px 15px 15px 15px;
    box-sizing: border-box;
    background: rgba(43, 78, 120, 0.8);
}

@media screen and (max-width: 1023px) {
	.key_wrap .txt_wrap {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.key_wrap .txt_wrap {
		position: static;
		-webkit-transform: translate(0%,0%);
		-moz-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
		-o-transform: translate(0%,0%);
		transform: translate(0%,0%);
		width: 100%;
		margin-bottom: 25px;
	}
}

.key_wrap .txt_wrap h2 {
	background: none;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: 0.05em;
}

.key_wrap .txt_wrap p.catch {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.key_wrap .txt_wrap p.catch {
		font-size: 12px;
	}
}

.key_wrap .txt_wrap p.catch strong {
	color: #fff;
}

.key_wrap .txt_wrap .btn_wrap a {
	margin-bottom: 0;
	position: relative;
	background-image: none;
}

.key_wrap .txt_wrap .btn_wrap a::after {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	background-image: url(/image/common/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-size: 100%;
	top: 50%;
	margin-top: -8px;
	right: 0;
	transform: rotate(90deg);
}

.Section .navi_wrap {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 35px;
	font-size: 18px;
}

.Section .navi_wrap::after {
	content: '';
	clear: both;
	display: block;
}

.Section .navi_wrap li {
	width: calc( 100% / 2 );
	float: left;
	box-sizing: border-box;
	padding: 1px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 719px) {
	.Section .navi_wrap li {
		width: 100%;
	}
}

.Section .navi_wrap li:last-child {
	border-bottom: 0;
}

.Section .navi_wrap li.act {
	background: #16254c;
}

.Section .navi_wrap li a {
	width: 100%;
	display: block;
	padding: 8px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #e60027;
	box-sizing: border-box;
}

.Section .navi_wrap li.act a {
	border-bottom: 0;
	color:#fff;
}

@media screen and (max-width: 719px) {
	.Section .navi_wrap li.act a {
		border-bottom: 1px solid #e60027;
	}
}

.Section .navi_wrap li:hover {
	background: #c4e6f5;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.Section .navi_wrap li.act:hover {
	background: #16254c;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.Section .navi_wrap li.act a::before {
    content: '';
    display: inline-block;
    width: 0.86em;
    height: 0.86em;
    margin-right: 0.25em;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2223%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M42.296%201.844%2021.839%2022.301l-.056-.057-.17.17L.934%201.734%202.83.585l18.852%2019.6L41.16.707l1.136%201.137Z%22%2F%3E%3C%2Fsvg%3E);
    background-size: contain;
    background-position: center bottom 0;
    background-repeat: no-repeat;
}
.Section .navi_wrap li a::before {
	content: url('/image/jp/science/products/microscopes/expo-kenbikyo/index_02.png');
	margin-right: 6px;
}

#Contents .Section .cont_wrap .cont .cont_wrapper .ttl h3 {
	margin-bottom: 0.75em;
	background-color: #e0e0e0;
	color: #000;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 0.50em 0.75em;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap {
	width: 97.5%;
	margin: 0 auto 35px;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap::after {
	content: '';
	clear: both;
	display: block;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box {
	box-sizing: border-box;
	float: left;
	width: 24%;
	min-height: 415px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_panelcol .box {
	position: relative;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col {
	width: 102%;
	margin-left: -0.5%;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col .box {
	width: 32%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #d9d9d9;
	padding: 5px;
	box-sizing: border-box;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col.pdf .box {
	width: 32%;
	min-height: auto;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 15px;
	float: left;
	border: 0;
	padding: 0;
	box-sizing: border-box;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_panelcol .box ul.LinkListStyle1 {
	margin-bottom: 0;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_panelcol .box ul.LinkListStyle1 li {
	text-align: center;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_panelcol .box ul.LinkListStyle1 li a {
	display: inline-block;
	text-align: center;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_postercol .box {
	min-height: auto;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.photo_col .box {
	width: 24%;
	min-height: auto;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10px;
	float: left;
	border: 0;
	padding: 0;
	box-sizing: border-box;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.photo_col .box .txt {
	text-align: center;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box {
	width: 100%;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	float: none;
	border: 0;
	padding: 0;
	box-sizing: border-box;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .photo {
	width: 340px;
	float: left;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_panelcol .box .photo {
	height: 295px;
	text-align: center;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col.seminar .box {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.Section.ttl-list {
	padding-bottom: 1.5em;
}

@media screen and (max-width: 719px) {
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col.seminar .box {
		width: 92%;
	}
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box .photo img {
	max-width: 100%;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_panelcol .box .photo img {
	max-height: 100%;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col.pdf .box .photo img {
	border: 1px solid #d9d9d9;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .txt {
	width: calc( 100% - 360px );
	float: right;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box .txt p {
	font-size: 13px;
	margin-bottom: 0.5em;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box .txt p.ft12 {
	font-size: 12px;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box .txt a {
	font-size: 13px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box .txt p.ButtonStyle1 a {
	margin-bottom: 0;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_panelcol .box .txt .links_wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col.pdf .box .txt a {
	background-color: #fef2f4;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col.pdf .box .txt p.ButtonStyle1 a {
	background-color: #e60027;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box .txt a.pdf_btn:before {
	content: url('/image/jp/science/products/microscopes/expo-kenbikyo/index_03.png');
	margin-right: 0px;
	position: relative;
	top: 3px;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .txt h2 {
	background: none;
	padding-bottom: 0;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .txt h2 a {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .txt h2 a:before {
	content: '';
	margin-right: 0px;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .txt a.pdf {
	display: inline-block;
	text-align: left;
	margin-bottom: 1em;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download {
	border: 1px solid #faaf3b;
	padding: 10px;
	box-sizing: border-box;
	background: #fffbf5;
	margin-bottom: 35px;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download:after {
	content: '';
	clear: both;
	display: block;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download .photo {
	width: 185px;
	float: left;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download .photo img {
	max-width: 100%;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download .txt {
	width: calc(100% - 200px);
	float: right;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download .txt p {
	margin-bottom: 0.5em;
}


.Section .cont_wrap .cont .cont_wrapper .list_wrap ol {
	padding-left: 1.5em;
}

.Section .cont_wrap .cont.cont_02#cont_03 .cont_wrap .ColumnSet {
	margin: 0;
}

.Section .cont_wrap .cont.cont_02#cont_03 .cont_wrap .ColumnSet .Column1andHalf.FirstItem {
	width: 72%;
}

.Section .cont_wrap .cont.cont_02#cont_03 .cont_wrap .ColumnSet .Column1andHalf.LastItem {
	width: 26%;
}

.Section .cont_wrap .cont.cont_02#cont_03 .cont_wrap .ColumnSet .Column1andHalf.LastItem img {
	max-width: 100%;
}

@media screen and (max-width: 715px) {
	.Section .cont_wrap .cont.cont_02#cont_03 .cont_wrap .ColumnSet .Column1andHalf {
		margin: 0;
	}
	.Section .cont_wrap .cont.cont_02#cont_03 .cont_wrap .ColumnSet .Column1andHalf.FirstItem {
		width: 100%;
	}
	.Section .cont_wrap .cont.cont_02#cont_03 .cont_wrap .ColumnSet .Column1andHalf.LastItem {
		width: 100%;
	}
}


@media screen and (max-width: 767px) {
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap {
		width: 102%;
		margin-left: -1%;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col {
		width: 102%;
		margin-left: -1%;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col.pdf .box {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .photo {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 12px;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .txt {
		width: 100%;
		float: none;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.photo_col .box {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}


@media screen and (max-width: 599px) {
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download .photo {
		width: 100%;
		float: none;
		margin-bottom: 12px;
		text-align: center;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap_download .txt {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 499px) {
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_3col.pdf .box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .photo {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 12px;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.cont_1col .box .txt {
		width: 100%;
		float: none;
	}
	.Section .cont_wrap .cont .cont_wrapper .cont_wrap.photo_col .box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#lp2101 .contentWrap h2{
		font-size: 16px;
	}
}

.ttl > .subs {
	padding-bottom: 1.25em;
}
.ttl > .subs > div {
	display: inline-block;
	margin-top: 1em;
}

#lp2101 .contentWrap .ttl > .subs > h2 {
	display: inline-block;
	margin-right: 0.75em;
	margin-bottom: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #002060;
}

#Contents .ttl > .subs > h3 {
	display: inline-block;
	margin-right: 0.75em;
	margin-bottom: 0;
	padding: 0;
	border-left: none;
	text-indent: 1em;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	color: #111111;
}

.ttl > .subs > span {
	font-weight: 700;
	font-size: 2rem;
    color: #141414;
}
.ttl > .subs > small {
	font-weight: 700;
	font-size: 1.375rem;
    color: #141414;
}

.ttl > .subs .badge {
	font-size: 1rem;
	font-weight: 700;
	border: solid 1px #000000;
	border-radius: 0.75em;
	padding: 0.25em 0.75em;
}
.ttl > .subs .badge.-light {
	border-color: #444444;
	color: #000000;
	background-color: #ffffff;
}
.ttl > .subs .badge.-dark {
	border-color: #111111;
	color: #ffffff;
	background-color: #111111;
}
@media screen and (max-width: 767px) {
	.ttl > .subs .badge.-dark.-sp {
		display: block;
		margin-top: 1em;
	}
}

.ttl > .subs .annotation {
	font-size: 0.875rem;
}

.ttl.f-ico img {
	vertical-align: middle;
	margin-right: 0.34em;
}

.ImgSet > [class*="LinkListStyle"] {
	margin: 0 0 0.75em;
	padding: 0 0.25em 0;
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
	.OptionWideRWD .ColumnSet {
		margin-left: 0;
	}
	.OptionWideRWD .Grid4 .Column3 {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.JS h2, .JS .LV1LinkSet {
		margin: 0 0 0.75em;
	}
	#Contents .ttl > .subs > h3 {
		display: block;
		margin: 0 0 0.75em;
		font-size: 1.375em;
		text-indent: 0;
		text-align: center;
	}
	.ttl > .subs .annotation {
		display: block;
		padding-top:10px;
	}
	.ttl.f-ico {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		text-align: left;
		align-items: center;
		line-height: 1.5;
	}
	.JS .ColumnSet > .Section {
		padding-left: 15px;
	}
	.Section [class*="LinkListStyle"] {
		margin: 0 0 0.75em;
	}
	.JS .Grid4 .Column1 {
		text-align: center;
	}
	.Section.gallery {
		justify-content: center;
	}
}

#lightbox {
	display: none;
}

.Column1 {
	width: 230px;
}
.Column3 {
	width: 720px;
}
.Section.gallery {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-start;
	padding: 0 0 1.75em;
}
.Section.gallery .Img + .Img {
	margin-left: 0.3em;
}

/* table-section */
/* reset */
table.c-table {
	width: 100%;
	margin: 0;
	font-size: 100%;
}
table.c-table th, table td {
	padding: 0;
	border: none;
	font-size: 100%;
	text-align: left;
}
table.c-table th {
	background-color: inherit;
}
/* append */
h4.heading {
	padding: 0 0.25em;
	font-size: 125%;
	font-weight: 700;
	line-height: 1.6;
	color: #003258;
}
table.c-table + h4.heading {
	margin-top: 2.75em;
}
table.c-table > thead > tr > th {
	padding: 0.25em 0.50em;
	font-size: 100%;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}
table.c-table > tbody .blankcell,
table.c-table > tbody [class^="cat0"] {
	color: #FFFFFF;
	border-radius: 0.50em;
	font-weight: 700;
	text-align: center;
}
[class*="seminar-booth"] {
	border-collapse: separate;
	border-spacing: 0.25em;
}
.seminar-booth-menu tbody > tr > th:first-child {
	width: 20%;
	padding: 0.25em 0.75em;
	font-size: 83%;
}
.seminar-booth-menu tbody > tr > td {
	width: 36%;
	padding: 0.50em 0.75em;
	font-size: 83%;
}
.seminar-booth-menu tbody > tr > td:last-child {
	width: 44%;
}
.seminar-booth-schedule thead > tr > th em {
	font-style: normal;
}
.seminar-booth-schedule tbody > tr > th,
.seminar-booth-schedule tbody > tr > td {
	padding: 0.75em 0;
	font-size: 83%;
	line-height: 1.5;
}
.seminar-booth-schedule tbody > tr:nth-child(n+2) > th {
	border-top: solid 1px #000000;
}
.seminar-booth-schedule tbody > tr > th {
	width: 10%;
	text-align: center;
	font-weight: 700;
}
.seminar-booth-schedule tbody > tr > td {
	width: 30%;
}
/* color settings */
.c-table .cat01 { background-color: #7ea3c7; }
.c-table .cat02 { background-color: #668fb9; }
.c-table .cat03 { background-color: #8dbdc8; }
.c-table .cat04 { background-color: #d99476; }
.c-table .cat05 { background-color: #d5845f; }
.c-table .cat06 { background-color: #caa1a5; }
.c-table .cat07 { background-color: #b78087; }
.c-table .cat08 { background-color: #a49e8a; }
.c-table .cat09 { background-color: #959178; }
.c-table .cat010 { background-color: #9fb58a; }
.c-table .cat011 { background-color: #8f86aa; }
.c-table .cat012 { background-color: #9b9fa5; }
.c-table .blankcell { background-color: #ECECEC; }

.seminar-booth-menu > tbody > tr:nth-child(1) > td { background-color: #ccd8e8; }
.seminar-booth-menu > tbody > tr:nth-child(2) > td { background-color: #bbcbe0; }
.seminar-booth-menu > tbody > tr:nth-child(3) > td { background-color: #dde9ed; }
.seminar-booth-menu > tbody > tr:nth-child(4) > td { background-color: #f3d9ca; }
.seminar-booth-menu > tbody > tr:nth-child(5) > td { background-color: #eeccb8; }
.seminar-booth-menu > tbody > tr:nth-child(6) > td { background-color: #ebdddc; }
.seminar-booth-menu > tbody > tr:nth-child(7) > td { background-color: #d8bdbe; }
.seminar-booth-menu > tbody > tr:nth-child(8) > td { background-color: #dedcd3; }
.seminar-booth-menu > tbody > tr:nth-child(9) > td { background-color: #d2cec3; }
.seminar-booth-menu > tbody > tr:nth-child(10) > td { background-color: #d6decc; }
.seminar-booth-menu > tbody > tr:nth-child(11) > td { background-color: #cbc8d8; }
.seminar-booth-menu > tbody > tr:nth-child(12) > td { background-color: #d9d9da; }

.newtech-presentations th,
.newtech-presentations td {
	border: solid 1px #B6B7B8;
	font-size: 83%;
}
.newtech-presentations > tbody > tr > th {
	font-weight: 700;
	color: #FFFFFF;
	background-color: #000000;
}
.newtech-presentations > tbody > tr > th em {
	display: block;
	font-style: normal;
	font-size: 130%;
}
.newtech-presentations > tbody > tr > td {
	padding: 0.50em 0.50em;
}

.newtech-presentations > tbody > tr:nth-child(2n-1) td {
	background-color: #EFEEEE;
}
.newtech-presentations > tbody > tr:nth-child(2n) td {
	background-color: #C5C7C8;
}
.newtech-presentations > tbody > tr:nth-child(2n-1) td.time,
.newtech-presentations > tbody > tr:nth-child(2n) td.time {
	background-color: #EE2D2E;
}

.newtech-presentations .time {
	font-weight: 700;
	font-size: 85%;
	width: 5%;
	color: #FFFFFF;
}
.newtech-presentations .time .-from {
	text-align: left;
}
.newtech-presentations .time .-to {
	display: block;
	white-space: nowrap;
	text-align: right;
}
.newtech-presentations .venue {
	font-weight: 700;
	text-align: center;
	color: #000000;
	font-size: 95%;


}
.newtech-presentations .lecture-title {
	font-weight: 700;
	font-size: 90%;

}
.Section.navigation > .list {
	display: table;
	width: 100%;
	padding-left: 10%;
	border-collapse: separate;
	border-spacing: 0.25em;
}
.Section.navigation > .list > .item {
	display: table-cell;
	text-align: center;
}
.Section.navigation > .list > .item + .item {
	margin-left: 4%;
}
.Section.navigation > .list > .item .ButtonStyle1 a,
.Section.navigation > .list > .item .ButtonStyle2 a {
	margin-bottom: 0;
}

.Section.navlink > h4.heading {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.8;
    color: #141414;
}
.Section.navlink .LinkListStyle2 > li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 1.75em;
    text-indent: -1.25em;
}
.Section.navlink .LinkListStyle2 > li + li {
    margin-top: 0.25em;
}

#online_meeting.ttl {
	padding-bottom: 1.25em;
}
#Contents .Section .cont_wrap .cont .cont_wrapper #online_meeting.ttl h3 {
	margin-bottom: 0;
	border-left: none;
	text-align: center;
	background-color: transparent;
}
#Contents .Section .cont_wrap .cont .cont_wrapper #online_meeting.ttl > p {
	text-align: center;
}

.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box[data-acc^="accc_cont_"] .txt > a {
	display: block;
	min-height: 5.75em;
	padding: 0.34em;
	color: #141414;
	font-size: 100%;
}
.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box[data-acc^="accc_cont_"] .txt > a:hover {
	color: #c02;
	text-decoration: underline;
}
.Section .cont_wrap .cont .cont_wrapper .cont_wrap .box[data-acc^="accc_cont_"] .txt > a > small {
	display: block;
	padding: 0 0 0.34em;
	color: #c02;
}

@media screen and (min-width: 600px) {
	.newtech-presentations > tbody > tr > th {
		width: 5%;
		border-top: solid 1px #B6B7B8;
		text-align: center;
	}
	.newtech-presentations > thead > tr > th:nth-child(1) {
		/* width: 8%; */
		width: 10%;
	}
	.newtech-presentations > thead > tr > th:nth-child(2) {
		/* width: 6%; */
		width: 14%;
	}
	.newtech-presentations > thead > tr > th:nth-child(3) {
		/* width: 20%; */
		width: 30%;
	}
	.newtech-presentations > thead > tr > th:nth-child(4) {
		/* width: 30%; */
		width: 45%;
	}
	/* .newtech-presentations > thead > tr > th:nth-child(5) {
		width: 36%;
	} */
}

@media screen and (max-width: 599px) {
	.Section.docs {
		display: none;
	}
	/* スマホ非表示 */
	.Section.navigation > .list {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		padding-left: 0;
	}
	.Section.navigation > .list > .item + .item {
		margin-left: 0;
		margin-top: 1.75em;
	}
	.Section.navigation > .list > .item .ButtonStyle1 a,
	.Section.navigation > .list > .item .ButtonStyle2 a {
		width: 72vw
	}
	.newtech-presentations > thead {
		display: none;
	}
	.newtech-presentations > tbody > tr > th,
	.newtech-presentations > tbody > tr > td {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: stretch;
		padding: 0;
		border-width: 1px 0 0 0;
	}
	.newtech-presentations > tbody > tr > th {
		width: 100%;
		padding: 0.34em 0.75em;
		margin-top: 1.50em;
	}
	.newtech-presentations > tbody > tr > td::before {
		display: block;
		flex-shrink: 0;
		align-content: center;
		width: 23%;
		padding: 0.75em 0.25em 0.75em 0.50em;
		font-weight: 700;
		border-right: solid 1px #B6B7B8; 
	}
	.newtech-presentations .time {
		text-align: left;
		line-height: 2.75;
	}
	.newtech-presentations .venue {
		text-align: left;
		line-height: 2.75;
	}
	.newtech-presentations .products {
		text-align: left;
		line-height: 2.75;
	}
	.newtech-presentations .time::before {
		content: "æ™‚é–“";
		line-height: 1;
	}
	.newtech-presentations .venue::before {
		content: "ä¼šå ´";
		line-height: 1;
	}
	.newtech-presentations .products::before {
		content: "è£½å“åŒºåˆ†";
		line-height: 1;
	}
	/* .newtech-presentations .lecture-title::before {
		content: "è¬›æ¼”ã‚¿ã‚¤ãƒˆãƒ«";
		font-weight: 700;
	} */
	
	.newtech-presentations .abstracts::before {
		content: "ç™ºè¡¨è¦æ—¨";
	}
}

/* JASIS2023 */
.ImgSet.float-l img {
	float: left;
	margin-right: 0.5em;
}
.ImgSet.float-l.m-b_15 {
	margin-bottom: 1.5em;
}
.ImgSet.float-l.m-b_15.fl-b {
	display: flex;
    align-items: flex-end;
	margin-top: 2em;
}
@media screen and (max-width: 767px) {
	.ImgSet.float-l img {
		float: none;
		display: block;
		margin: 0 auto;
		margin-bottom: 1.5em;
	}
	.TextStyle1.-sp {
		text-align: center;
	}
	.ImgSet.float-l.m-b_15.fl-b {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#lp2101 .movieWrap .item iframe {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	#lp2101 .movieWrap .item {
		margin-bottom: 1.3em;
	}
}

/* JASIS2023 */

/* jasis2025*/
.vcolumn {
    display: flex;
    flex-flow: row wrap;
    gap: 64px;
    padding: 0 0 32px;
}
.vcolumn > .cols {
    width: calc(50% - 32px);
}
.vcolumn > .cols img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
    .vcolumn {
        flex-flow: column nowrap;
        gap: 3.5em;
        padding: 0 0 3em;
    }
    .vcolumn > .cols {
        width: 100%;
    }
}