@charset "utf-8";

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

Name: style.css

Description: Main CSS

Copyright 2016 Hitachi, Ltd.

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



/* 1: layout
=========================================================================================== */

#Contents {
	min-width: 965px !important;
	width: auto;
}
@media screen and (max-width:994px){
  .JS #Contents {
    min-width: 100% !important;
		padding-right: 0;
		padding-left: 0;
  }
}

#transformers {
  position: relative;
	overflow: hidden;
}

.content_visual {
	background: url("../image/bg_top.jpg") no-repeat center center / cover;
  box-sizing: border-box;
  margin: 0 auto;
	min-height: 650px;
  position: relative;
	width: 100%;
}
@media screen and (max-width:994px){
  .content_visual {
    padding: 0 20px;
  }
}
@media screen and (max-width:965px){
  .content_visual {
    min-height: auto;
    width: 100%;
  }
}


/* 2: h1
=========================================================================================== */

#Contents div.PageTitleStyle1 {
	background: none;
	border: none;
	font-size: 100%;
  margin: 0 auto;
	padding: 30px 0 0 0;
  width: 965px;
}
@media screen and (max-width:994px){
  #Contents div.PageTitleStyle1 {
    width: 100%;
  }
}
@media screen and (max-width:767px){
  #Contents div.PageTitleStyle1 {
    padding: 30px 0 0 0;
  }
}

#Contents div.PageTitleStyle1 h1 a {
	color: #fff;
	font-size: 220%;
  line-height: 120%;
}
@media screen and (max-width:767px){
  #Contents div.PageTitleStyle1 h1 a {
    font-size: 200%;
    line-height: 100%;
  }
}
@media screen and (max-width:380px){
  #Contents div.PageTitleStyle1 h1 a {
    font-size: 150%;
  }
}


/* 3: text - SubTitle
=========================================================================================== */

#Contents .SubTitle {
  color: #fff;
  font-size: 150%;
	padding: 15px 0 0 0;
}
@media screen and (max-width:380px){
  #Contents .SubTitle {
    font-size: 100%;
  }
}

#Contents .SubTitle strong {
  color: #fff;
}

#Contents .white,
#Contents .white strong {
  color: #fff;
}


/* 4: keyvisual
=========================================================================================== */

#keyvisual {
	height: 100%;
  margin: 0 auto;
  position: relative;
	width: 965px;
}
@media screen and (max-width:965px){
  #keyvisual {
    width: 100%;
  }
}

#keyvisual .img {
	position: absolute;
	top: 10px;
	left: 0;
}
@media screen and (max-width:965px){
  #keyvisual .img {
    position: relative;
    top: auto;
    left: auto;
  }
}

#keyvisual .img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:965px){
  #keyvisual .img img {
    width: auto;
  }
}

/* 5: nav
=========================================================================================== */

#Contents .content_nav {
  position: absolute;
  top: 160px;
  right: calc((100% - 965px)/2);
}
@media screen and (max-width:994px){
  #Contents .btn_area {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width:965px){
  #Contents .content_nav {
    background-color: #292929;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    width: 100%;
  }
  #Contents .btn_area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  #Contents .btn_area_inner {
    display: inline-block;
    margin: 0 auto;
    padding: 0 3%;
    text-align: left;
    vertical-align: top;
    width: auto;
  }
}
@media screen and (max-width:767px){
  #Contents .btn_area {
    display: block;
  }
}
@media screen and (max-width:580px){
  #Contents .btn_area_inner {
    margin: 0 auto;
    padding: 0 1%;
  }
}
@media screen and (max-width:380px){
  #Contents .btn_area_inner {
    padding: 0;
  }
}

#Contents .btn > li {
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
	width: 200px;
}

#Contents .btn > li.nolink {
	background-color: #fff;
	border-radius: 25px;
	box-sizing: border-box;
	color: #333;
	font-weight: bold;
  min-height: 45px;
	padding: 10px 10px 8px;
}

#Contents .btn > li a {
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	color: #333;
	display: block;
	font-weight: bold;
  min-height: 45px;
	padding: 10px 10px 8px;
	text-decoration: none;
}

#Contents .btn > li a:hover {
	background-color: #b1000e;
	color: #fff;
  transition-duration: .3s;
}

#Contents .link {
	margin-bottom: 15px;
}

#Contents .link > li {
	color: #fff;
	margin-left: 10px;
	/*margin-bottom: 10px;*/
}

#Contents .link > li a {
	background: url("/cmn_doc/image/ies/icon/icon_arrow_white.png") no-repeat right 6px;
	background-size: 10px 10px;
	color: #fff;
	display: inline-block;
	font-size: 90%;
	padding: 4px 18px 2px 0;
	text-decoration: none;
}

#Contents .link > li a::before {
	content: "-";
	display: inline-block;
	padding-right: 6px;
}

#Contents .link > li.new_window a {
	background: url(/cmn_doc/image/ies/icon/icon_new_window.png) no-repeat right center;
	background-size: 16px 16px;
	padding-right: 25px;
}

#Contents .link > li a:hover {
	text-decoration: underline;
}


