@charset "UTF-8";
/* ===================================================================
	style info : コーポレートサイトトップページ用
	
	1. 全体レイアウト
	2. ヒーローヘッダー
	3. プレスリリース＆お知らせ
=================================================================== */
/* clearfix */
#content #contentBody h2:after {
  content: "";
  clear: both;
  display: block;
}

/* ========================================================
 1. 全体レイアウト
=========================================================== */
#globalHeader {
  position: relative;
  z-index: 99999;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2);
}

#contentWrapper {
  width: 100%;
  padding-bottom: 10px;
  background: #fff;
}

/* ========================================================
 2. ヒーローヘッダー
=========================================================== */
.heroHeader {
  display: none;
  position: relative;
  width: 100%;
  max-height: 450px;
  text-align: center;
  overflow: hidden;
}
.heroHeader a {
  position: relative;
  display: block;
  height: 100%;
}
.heroHeader a:hover img {
  transform: scale(1.1, 1.1);
}
.heroHeader img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 1s ease-in-out;
  text-align: center;
}
@media screen and (min-width: 1352px) {
  .heroHeader img {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .heroHeader img {
    width: 125%;
    margin-left: -12.5%;
  }
}

/* ========================================================
 3. ミニバナー、プレスリリース、お知らせ
=========================================================== */
#content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#content #contentBody {
  padding: 50px 40px;
}
#content #contentBody h2 {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3em;
  border-bottom: 1px solid #444;
}
#content #contentBody h2.info {
  margin-top: 50px;
}
#content #contentBody h2 span {
  display: block;
  float: left;
  margin-right: 10px;
}
#content #contentBody h2 span a.rss {
  margin-left: 5px;
}
#content #contentBody h2 span a.rss img {
  margin-top: -2px;
  transition: all 0.2s ease;
}
#content #contentBody h2 span a.rss:hover {
  opacity: 0.8;
}
#content #contentBody h2 span a.rss:hover img {
  transform: scale(1.15, 1.15);
}
#content #contentBody h2 a.list {
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  padding-right: 20px;
  background: url(/content/dam/corporate/images/icon_rightArrow.svg) right center no-repeat;
  font-size: 14px;
  color: #00a2ff;
}
#content #contentBody h3 {
  margin-bottom: 1em;
  font-size: 120%;
  font-weight: normal;
}
#content #contentBody ul.linkList {
  list-style: none;
}
#content #contentBody ul.linkList li {
  padding: 3px 0 0 25px;
  background: url(/content/dam/corporate/images/icon_rightArrow.svg) left 0.4em no-repeat;
}
#content #contentBody ul.linkList li a {
  color: #444;
}
#content #contentBody ul.linkList li a:hover {
  color: #00a2ff;
}
@media screen and (max-width: 700px) {
  #content #contentBody {
    padding: 40px 15px;
  }
  #content #contentBody h2 {
    position: relative;
  }
  #content #contentBody h2 span {
    float: none;
  }
  #content #contentBody h2 a.list {
    position: absolute;
    right: 0;
    bottom: -24px;
    height: 20px;
    line-height: 20px;
    padding-right: 24px;
    font-size: 12px;
  }
}

/* ミニバナーエリア
------------------------------*/
aside.miniBanner {
  margin-bottom: 50px;
  text-align: center;
}
aside.miniBanner a img {
  margin: 8px 5px;
  transition: opacity 0.3s ease;
}
aside.miniBanner a:hover img {
  opacity: 0.8;
}

/* 日付とタイトルテーブル
------------------------------*/
table.info {
  width: 100%;
}
table.info tr {
  border-bottom: 1px solid #e6e6e6;
}
table.info tr td {
  padding: 10px 0;
}
table.info tr td.date {
  width: 120px;
  color: #999999;
}
table.info tr td.origin {
  width: 50px;
  padding-right: 10px;
}
table.info tr td.origin span {
  display: block;
  margin-bottom: 5px;
  padding: 2px 5px 1px;
  white-space: nowrap;
  line-height: 1em;
  font-size: 10px;
  text-align: center;
  color: #aaa;
  border: 1px solid #aaa;
}
table.info tr td.origin span:last-child {
  margin-bottom: 0;
}
table.info tr td.title a {
  display: block;
  padding: 5px;
  color: #444;
}
table.info tr td.title a.important {
  background: #fceae9;
}
table.info tr td.title a:hover {
  color: #00a2ff;
}
@media screen and (max-width: 700px) {
  table.info tr {
    display: block;
    padding-top: 5px;
  }
  table.info tr td.date, table.info tr td.origin, table.info tr td.cate {
    padding-bottom: 0;
  }
  table.info tr td.date {
    display: block;
    float: left;
    width: auto;
    margin-right: 10px;
  }
  table.info tr td.origin {
    display: block;
    float: left;
    width: auto;
    margin-top: 1px;
  }
  table.info tr td.origin span {
    float: left;
    width: 40px;
    margin: 0 5px 0 0;
  }
  table.info tr td.title {
    display: block;
    clear: left;
    padding: 0 0 5px;
  }
}

/* 更新情報＆重要なお知らせ
---------------------------------------------- */
#content #contentBody .importantInfo {
  margin-bottom: 50px;
}
#content #contentBody .importantInfo h2 {
  margin-bottom: 0;
  color: #cf4f22;
  border-bottom: 4px solid #cf4f22;
}
#content #contentBody .importantInfo table {
  border-left: 4px solid #cf4f22;
  border-right: 4px solid #cf4f22;
  border-bottom: 4px solid #cf4f22;
}
#content #contentBody .importantInfo table tr td.date {
  padding: 10px 0 10px 20px;
}
#content #contentBody .importantInfo table tr td.title {
  padding: 10px 20px 10px 0;
}
#content #contentBody .importantInfo table tr td.title a {
  padding: 5px;
}
@media screen and (max-width: 700px) {
  #content #contentBody .importantInfo table tr td.date {
    padding-bottom: 0;
  }
  #content #contentBody .importantInfo table tr td.title {
    padding: 0 20px 5px 20px;
  }
}
#content #contentBody .siteInfo {
  margin-top: 50px;
}

/*# sourceMappingURL=style_top.css.map */
