@charset "utf-8";

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

Name: common.css

Description: CSS for Additional Common Modules

Create: 2021.4.21
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

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


/*
fs head
---------------------------------*/

.fs_head {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.fs_head .logo {
	padding-top: 15px;
	margin-bottom: 25px;
}

.fs_head .logo p {
	font-size: 150%;
	background: #ebebeb;
	padding: 12px;
	display: inline-block;
	font-weight: normal;
	color: #000;
	line-height: 1.2em;
}

.fs_head .logo p .case {
	font-size: 125%;
}

.nature_head .logo img {
	max-width: 100%;
}
