@charset "utf-8";

/* **************************************************

Name: index.css

Description: CSS for Additional Common Modules

Create: 2018.12.11
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

***************************************************** */







.contents_wrap.afm .cat_main {
	padding-top: 45px;
}


.contents_wrap.afm .cat_main .unit_wrap {
	margin-bottom: 45px;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap {
	text-align: center;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap h2 {
	font-size: 22px;
	color: #e60027;
	text-align: center;
	font-weight: bold;
	background: none;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap h2:before {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-right: 1em;
	top: -8px;
}

.contents_wrap.afm .cat_main .unit_wrap .ttl_wrap h2:after {
	content: '';
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #737373;
	position: relative;
	margin-left: 1em;
	top: -8px;
}





.contents_wrap.afm .cat_main .unit_wrap.item_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}



/*20240318 OPC追記 calcを4→3に修正 始*/
.contents_wrap.afm .cat_main .unit_wrap.item_wrap li {
	width: calc( 100% / 3 );
	float: left;
	text-align: center;
	background: #f2f2f2;
	padding: 10px 5px;
	box-sizing: border-box;
	border-right: 1px solid #d9d9d9;
	min-height: 220px;
}
/*20240318 OPC追記 calcを4→3に修正 終*/

.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:first-child {
	border-left: 1px solid #d9d9d9;
}

.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5), 
.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(6),
.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(7) {
	/* width: 14.4%; */
}

.contents_wrap.afm .cat_main .unit_wrap.item_wrap li p {
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.contents_wrap.afm .cat_main .unit_wrap.item_wrap li a {
	text-decoration: none;
}


@media screen and (max-width: 799px) {
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li {
		width: 25%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5), 
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(6),
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(7) {
		width: 25%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5) {
		border-left: 	1px solid #d9d9d9;
	}
	
}

@media screen and (max-width: 599px) {
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li {
		width: 50%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(5), 
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(6),
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(7) {
		width: 50%;
	}
	
	.contents_wrap.afm .cat_main .unit_wrap.item_wrap li:nth-child(odd) {
		border-left: 	1px solid #d9d9d9;
	}
	
}


.examples li {
	border: 1px solid #e1e1e1;
	background: #fff;
	font-size: 14px;
}

.examples li + li {
	margin-top: 20px;
}
.ex_title {
	overflow: hidden;
}
.ex_title a {
	display: block;
	text-decoration: none;
}
.ex_image {
	margin-right: 80px;
	float: left;
	position: relative;
}
.ex_image::after {
	content: url(/image/jp/expo/science/mov_ico.png);
	position: absolute;
	left: 3px;
	bottom: -3px;
}
#sec05 .ex_image::after {
	left: auto;
	right: 3px;
}
.ex_image span {
	height: 89px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50px;
	margin: auto;
}
.ex_title_txt {
	box-sizing: border-box;
	height: 200px;
	padding: 42px 30px 30px 80px;
	border-bottom: none;
	color: #333;
}


.ex_title.on .ex_title_txt {
	border-bottom: 1px dashed #ccc;
}
.ex_title_txt h4 {
	display: inline-block;
	padding-right: 40px;
	font-size: 19px;
	font-weight: normal;
	color: #eb0028;
	position: relative;
}




.ex_title a:hover .ex_title_txt h4 {
	color: #ED6179;
}
.ex_title_txt h4 span {
	display: block;

	width: 23px;
	height: 23px;
	border-radius: 12px;
	background: #eb0028;
	position: absolute;
	top: 10px;
	right: 0;
	margin: auto;
}
.ex_title_txt h4.lrg span{
	top: 0;
}
.ex_title a:hover .ex_title_txt h4 span {
	background: #ED6179;
}
.ex_title_txt h4 span::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	margin: auto;
	transform: rotate(135deg);
}
.active .ex_title_txt h4 span::after {
	top: 9px;
	transform: rotate(-45deg);
}
.examples li:nth-child(3) .ex_title_txt p {
	font-size: 12px;
	line-height: 1.2;
}
.examples li:nth-child(3) .ex_title_txt p + p {
	margin-top: 8px;
}
.ex_title_txt > span {
	display: inline-block;
	margin-top: 12px;
	height: 30px;
	padding: 0 10px;
	background: #e3e3e3;
	font-size: 13px;
	line-height: 30px;
}
.ex_title_txt > i {
	margin-left: 10px;
	font-style: normal;
}
.ex_detail {
	display: none;
	padding: 30px;
}
.ex_title.on + .ex_detail {
	display: block;
}
.ex_title.on + .ex_detail + .ex_detail {
	display: block;
	border-top: 1px solid #e1e1e1;
}
.ex_detail div.movie {
	width: 435px;
	height: 245px;
	margin: 0 0 20px 40px;
	float: right;
}
.example_2018 .ex_detail div.movie {
	margin: 0 auto;
	float: none;
}
.ex_detail > h4 {
	font-size: 140%;
	margin-bottom: 16px;
	color: #486bb6;
}
.ex_detail > h5 {
	margin: 20px 0 5px;
	font-size: 110%;
	font-weight: bold;
}
.ex_detail > p sup {
	font-size: 75%;
	vertical-align: text-top;
	position: relative;
	top: 3px;
}
.ex_detail > h5:first-of-type {
	margin-top: 0;
}
.ex_detail p:first-of-type + h5 {
	margin-top: 20px;
}
.ex_detail p + p {
	margin-top: 10px;
}
.example_2018 .buttons {
	width: 100%;
}
.voice {
	margin: 40px 0 45px;
	clear: both;
}
.voice h5 {
	border-bottom: 1px solid #385bad;
	margin-bottom: 18px;
	font-size: 20px;
	color: #385bad;
}



.ex_title a:hover .ex_title_txt h4 {
	color: #ED6179;
}
.ex_title_txt h4 span {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 12px;
	background: #eb0028;
	position: absolute;
	top: 10px;
	right: 0;
	margin: auto;
}
.ex_title_txt h4.lrg span{
	top: 0;
}
.ex_title a:hover .ex_title_txt h4 span {
	background: #ED6179;
}
.ex_title_txt h4 span::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	margin: auto;
	transform: rotate(135deg);
}



.buttons {
	margin-top: 30px;
	overflow: hidden;
}
.buttons a {
	display: block;
	box-sizing: border-box;
	/* width: 48%; */
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.buttons.two a {
	width: 48%;
}
.buttons.two a + a {
	margin-left: 4%;
}
.buttons a[href$="pdf"] {
	background: #e60027;
	float: left;
	position: relative;
}

.buttons a.see_more {
	background: #385bad;
	float: left;
}
.buttons a.see_more::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.buttons a.see_more:hover {
	background: #fff;
	border: 1px solid #385bad;
	color: #385bad;
}
.buttons a.see_more:hover::after {
	border-top: 1px solid #385bad;
	border-right: 1px solid #385bad;
}



@media screen and (max-width: 767px) {
	.ex_image {
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;	
		float: none;
		text-align: center;
	}
	
	.ex_title_txt {
		height: auto;
		padding: 10px;	
		float: none;
	}
	
	.ex_detail {
		padding: 15px;
		box-sizing: border-box;	
	}
	
	.ex_detail div {
		max-width: 100% !important;	
	}
	
	.buttons.two a {
		width: 100%;
		margin-bottom: 15px;	
	}
	
	.buttons.two a + a {
		margin-left: 0;	
	}
	
}