@charset "utf-8";

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

Name: common.css

Description: CSS for Additional Common Modules

Create: 2021.4.21
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

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


/*
width
---------------------------------*/


/*
layout
---------------------------------*/


.Section h2.main_read {
	font-size: 120%;
	font-weight: bold;
	color: #666;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	background: none;
	text-align: center;
}

.Section h2.subttl {
	padding: 0;
	background: none;
	position: relative;
	margin-bottom: 25px;
	font-size: 120%;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.Section h2.subttl {
		width: 100%;	
		margin-left: auto;
		margin-right: auto;
	}
}

.Section h2.subttl:before {
	content: '';
	display: block;
	width: 25px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.Section .img_wrapper {
	margin-bottom: 35px;
	position: relative;
}

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

.Section .img_wrapper.img_full_wrap .ImgOnlyStyle {
	margin-bottom: 8px;
}


.Section .img_wrapper.img_full_wrap .ImgOnlyStyle img {
	vertical-align: bottom;
}

.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 899px) {
	.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w900 {
		width: 100%;	
	}
}

.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 799px) {
	.Section .img_wrapper.img_full_wrap .ImgOnlyStyle.w800 {
		width: 100%;	
	}
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .ImgOnlyStyle {
	width: 62%;
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap {
	width: 36%;
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_right {
	position: absolute;
	right: 0;
	bottom: 12px;
}

.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_left {
	position: absolute;
	left: 0;
	bottom: 12px;
}

@media screen and (max-width: 999px) {
	.Section .img_wrapper.img_twocolumn_wrap.w76p .ImgOnlyStyle {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_right {
		position: static;
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w76p .img_infowrap.f_left {
		position: static;
	}
}


.Section .img_wrapper.img_twocolumn_wrap.w52p .ImgOnlyStyle {
	width: 52%;
}

.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap {
	width: 46%;
}

.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_right {
	position: absolute;
	right: 0;
	bottom: 12px;
}

.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_left {
	position: absolute;
	left: 0;
	bottom: 12px;
}

@media screen and (max-width: 999px) {
	.Section .img_wrapper.img_twocolumn_wrap.w52p .ImgOnlyStyle {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap {
		width: 100%;	
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_right {
		position: static;
	}
	
	.Section .img_wrapper.img_twocolumn_wrap.w52p .img_infowrap.f_left {
		position: static;
	}
	
}


.Section .img_wrapper.img_twocolumn_wrap .f_left {
	float: left;
}

.Section .img_wrapper.img_twocolumn_wrap .f_right {
	float: right;
}

@media screen and (max-width: 999px) {
	
	.Section .img_wrapper.img_twocolumn_wrap .f_left {
		float: none;
	}

	.Section .img_wrapper.img_twocolumn_wrap .f_right {
		float: none;
	}
	
}

.Section .img_wrapper .img_infowrap {
	background: #f2f2f2;
	padding: 12px;
	box-sizing: border-box;
}

.Section .img_wrapper .img_infowrap p.caption {
	font-size: 80%;
}



.Section p.TextStyle1.attention {
	color: #666666;
}


