#jasis {
	display: flex;
	margin-top: 12px;
}

#jasis * {
	box-sizing: border-box;
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#jasis h2, 
#jasis h3, 
#jasis h4, 
#jasis h5 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-weight: normal;
	color: #333;
}

#jasis p {
	margin: 0.5em 0;
	padding: 0;
	border: none;
	background: none;
	font-weight: normal;
	color: #333;
}

#jasis a.cta-button, 
#jasis a.cta-button:link, 
#jasis a.cta-button:visited, 
#jasis a.cta-button:active {
	display: inline-block;
	margin: 0;
	padding: 14px 19px;
	background-color: #0085d5;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	transition: background 0.25s ease;
}

#jasis a.cta-button:hover,
#jasis a.cta-button:active {
	background: #00426a;
}

#jasis .text-center {
	text-align: center;
}

#jasis .nav {
	width: 200px;
	padding-right: 18px;
}

#jasis .contents {
	width: 725px;
}

#jasis .nav ul {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

#jasis .nav ul li {
	margin: 0 0 1.5em;
	padding: 0 0 0 15px;
	font-weight: bold;
	background: url("jasis-top-menu_arrow_active.png") no-repeat 0 0.2em;
	background-size: 12px;
}

#jasis .nav ul li a.nolink, 
#jasis .nav ul li a.nolink:hover {
	color: #ccc;
	cursor: default;
	text-decoration: none;
}

#jasis .nav .bana-wrap {
	margin: 15px 0;
	padding: 5px 15px;
	border: solid 1px #eee;
	border-radius: 10px;
}


#jasis .topagetop {
	text-align: right;
}


/*
contents
*/
#jasis .sessionTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 50px;
}
#jasis .sessionTable.mt {
	margin-top: 50px;
}

#jasis .sessionTable .col1 {
	width: 125px;
}

#jasis .sessionTable .col2 {
	width: 250px;
}

#jasis .sessionTable .col3 {
	width: 350px;
}

#jasis .sessionTable thead th {
	padding: 0 0 10px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

#jasis .sessionTable thead th.print {
	text-align: right;
}

#jasis .sessionTable thead td {
	padding: 0 0 10px;
	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}

#jasis .sessionTable tbody th, 
#jasis .sessionTable tbody td {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 1.8;
}

#jasis .sessionTable tbody td:first-child {
	padding: 10px 8px;
}

#jasis .sessionTable tbody th {
	border: solid 1px #fff;
	background: #0085d5;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#jasis .sessionTable tbody td {
	border: solid 1px #c6c6c6;
	color: #333;
	text-align: left;
}

#jasis .sessionTable tbody td:nth-child(2) {
	font-size: 14px;
	line-height: 1.4;
}

#jasis .sessionTable tbody td:first-child {
	border-left: 0;
	text-align: center;
}

#jasis .sessionTable tbody td:last-child {
	border-right: 0;
}

#jasis .sessionTable tbody tr:nth-child(2n - 1) td {
	background: #f4f4f4;
}

#jasis .sessionTable a.cta-button {
	margin: 5px 0 0;
	padding: 8px 0;
	width: 100%;
	font-size: 11px;
}

#jasis .product-list-heading a {
	display: block;
	padding: 8px 20px;
	background: #0085d5;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

#jasis .product-list-outline {
	margin: 12px 20px 15px;
}

#jasis .product-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px 30px;
	padding: 0;
	list-style: none;
}

#jasis .product-list li {
	width: 50%;
	padding: 2px 0 2px 1em;
	position: relative;
}

#jasis .product-list li:before {
	content: "- ";
	position: absolute;
	left: 0;
}

#jasis .product-list li a.new:before {
	content: "NEW";
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
	border: solid 1px #ff0000;
	border-radius: 0.4em;
	color: #ff0000;
	font-size: 0.7em;
	line-height: 1;
	vertical-align: middle;
}

#jasis .product-detail-heading {
	margin: 0;
	padding: 40px 0 10px;
	font-size: 24px;
	font-weight: normal;
}

#jasis .product-detail {
	display: flex;
	margin: 0 0 20px;
	padding: 30px;
	background: #f1f1f0;
	position: relative;
}

#jasis .product-detail:before {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #0085d5 50%, #00a9e0 50%, #00a9e0 72%, #00426a 72%, #00426a 80%, #0085d5 80%);
	z-index: 1;
}

#jasis .product-detail.new:after {
	content: "NEW";
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 1em 0.5em;
	border: solid 1px #ff0000;
	border-radius: 50%;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#jasis .product-detail > div:first-child {
	width: 180px;
	margin-right: 40px;
}

#jasis .product-detail > div:last-child {
	width: 445px;
}

#jasis .product-detail-ttl {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}

#jasis .product-detail p {
	margin: 0.8em 0;
	line-height: 1.5;
}

#jasis .product-detail p.product-detail-catalog {
	margin: 1.2em 0 0;
}

#jasis .product-detail ul {
	margin: 0.8em 0;
	padding: 0 0 0 2em;
}

#jasis .map {
	margin: 30px 0;
	text-align: center;
	position: relative;
}

#jasis .map-presentation {
	position: absolute;
	top: 820px;
	left: 111px;
}

#jasis .map-product-btn {
	display: block;
	position: absolute;
	padding: 1px 10px;
	border: solid 2px #fff;
	border-radius: 5px;
	background: linear-gradient(#7596d1, #5477b6);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #3f5c96;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#jasis a.map-product-btn:hover {
	background: linear-gradient(#496ab6, #2d4b91);
	text-decoration: none;
}

#jasis span.map-product-btn {
	font-size: 0.98em;
	font-weight: 600;
}

#jasis .map-product-01 {
	top: 715px;
	left: 370px;
}

#jasis .map-product-02 {
	top: 490px;
	left: 362px;
}

#jasis .map-product-03 {
	top: 490px;
	left: 468px;
}

#jasis .map-product-04 {
	top: 602px;
	right: 68px;
}

#jasis .map-product-05 {
	top: 830px;
	right: 68px;
}

#jasis .map-product-06 {
	top: 910px;
	left: 264px;
}

#jasis .map-product-07 {
	top: 910px;
	left: 382px;
}

#jasis .map-product-00 {
	bottom: -30px;
	right: 50px;
}

#jasis .note li {
	color: #333;
}

#jasis .bana {
	margin: 50px 0 20px;
	font-size: 14px;
	line-height: 1.5;
}

#jasis .bana a:hover {
	opacity: 0.8;
}

#jasis .pagetop-fix {
	position: fixed;
	bottom: 50px;
	z-index: 1;
	width: 725px;
	text-align: right;
	pointer-events: none;
}

#jasis .pagetop-fix a {
	opacity: 0.7;
	pointer-events: auto;
}

#jasis .pagetop-fix a:hover {
	opacity: 1;
	transition: opacity 0.25s ease;
}

#jasis .bana-webexpo {
	width: 100%;
	height: auto;
	border: solid 1px #eee;
}



/*
TOP
*/
.jasis-top-head {
	background: #fff;
	text-align: center;
}

.animation-wrap {
	background: #0085d5;
}

#animation_container {
	width: 1000px;
	margin: 0 auto;
}

.jasis-top-menu {
	background: #fff;
}

.jasis-top-menu ul {
	width: 1000px;
	height: 108px;
	margin: 0 auto;
	padding: 35px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	list-style: none;
}

.jasis-top-menu li {
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
}

.jasis-top-menu li a, 
.jasis-top-menu li span {
	display: block;
}

.jasis-top-menu li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.jasis-top-menu li a img {
	vertical-align: bottom;
}

.jasis-top-menu2 {
	padding: 50px 0;
	background: #f6f6f6;
}

.jasis-top-menu2 ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0 100px;
	display: table;
	justify-content: space-between;
	text-align: left;
	list-style: none;
}

.jasis-top-menu2 ul li {
	display: table-cell;
	box-sizing: border-box;
	width: 33.3%;
	border-left: solid 1px #cecece;
	text-align: left;
	vertical-align: middle;
}

.jasis-top-menu2 ul li:first-child {
	border: none;
}

.jasis-top-menu2 ul li.program a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

.jasis-top-menu2 ul li.program a .pdf {
	color: #6f6f6f;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

.jasis-top-menu2 ul li.program .pdf:before {
	display: inline-block;
	content: url("pdf_off.png");
	margin: 0 10px 0 25px;
	vertical-align: middle;
}

.jasis-top-menu2 ul li.program .pdf:after {
	content: ">";
	margin-left: 0.8em;
	vertical-align: middle;
}

.jasis-top-menu2 ul li.link {
	padding: 0 35px;
}

.jasis-top-menu2 ul li.link a {
	display: inline-block;
	margin-top: 10px;
	color: #000;
	font-size: 11px;
}

.jasis-top-menu2 ul li.link a:first-child {
	margin-top: 0;
}

.jasis-top-menu2 ul li.link a strong {
	display: block;
	margin: 0 0 5px;
	color: #0096df;
	font-size: 13px;
}

.jasis-top-menu2 ul li.sp {
	text-align: right;
}

.jasis-top-menu2 ul li.sp a {
	color: #000;
	font-size: 12px;
}

.jasis-top-menu2 ul li.sp a {
	color: #000;
	font-size: 12px;
}

.jasis-top-menu2 ul li.sp a img {
	margin-left: 5px;
	vertical-align: middle;
}

.jasis-top-menu2 ul li.program a:hover, 
.jasis-top-menu2 ul li.link a:hover, 
.jasis-top-menu2 ul li.sp a:hover {
	text-decoration: none;
	opacity: 0.7;
}


