@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  height: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fm {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.fg, .index_product_wrap .index_product_text, .index_pagelink_wrap .index_pagelink_btn .index_pagelink_text, .index_news_wrap .index_news_item .index_news_item_link .index_news_date, .index_news_wrap .index_news_item .index_news_item_link .index_news_text {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.common_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.index_product_wrap .index_product_link, .index_pagelink_wrap .index_pagelink_btn, .index_news_wrap .index_news_item .index_news_item_link {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_product_wrap .index_product_link:hover, .index_pagelink_wrap .index_pagelink_btn:hover, .index_news_wrap .index_news_item .index_news_item_link:hover {
  opacity: 0.8;
}

.index_main_wrap {
  min-width: 980px;
  background: url("../images/index/pic01.jpg") center center no-repeat;
  height: 400px;
  background-size: cover;
  overflow: hidden;
}
.index_main_wrap .index_main_title {
  text-align: center;
  padding: 198px 0 0 190px;
}

.index_product_wrap {
  padding: 0 0 0 190px;
  min-width: 980px;
  overflow: hidden;
}
.index_product_wrap .index_product_title {
  text-align: center;
  padding: 40px 0 0;
  margin: 0 0 20px;
}
.index_product_wrap .index_product_link {
  display: block;
  text-decoration: none;
}
.index_product_wrap .index_product_left {
  float: left;
  background: url("../images/index/pic02.jpg") center center no-repeat;
  background-size: cover;
  height: 230px;
  width: 50%;
  position: relative;
}
.index_product_wrap .index_product_right {
  float: right;
  background: url("../images/index/pic03.jpg") center center no-repeat;
  background-size: cover;
  height: 230px;
  width: 50%;
  position: relative;
}
.index_product_wrap .index_product_bg {
  background: linear-gradient(180deg, rgba(130, 132, 134, 0.3), rgba(21, 21, 21, 0.9));
  height: 73px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.index_product_wrap .index_product_text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 28px 0 0;
  letter-spacing: 1.3px;
}

.index_pagelink_wrap {
  padding: 0 0 0 190px;
  min-width: 980px;
  width: 100%;
  overflow: hidden;
}
.index_pagelink_wrap .index_pagelink_inner {
  background: #f3f3f3;
  padding: 40px 0 30px;
}
.index_pagelink_wrap .index_pagelink_list {
  display: block;
}
.index_pagelink_wrap .index_pagelink_item {
  float: left;
  width: 31%;
  margin: 0 1% 10px;
}
.index_pagelink_wrap .index_pagelink_item:first-of-type {
  margin: 0 1% 0 1.5%;
}
.index_pagelink_wrap .index_pagelink_item:last-of-type {
  margin: 0 0 0 1%;
}
.index_pagelink_wrap .index_pagelink_btn {
  display: block;
  text-decoration: none;
  width: 100%;
}
.index_pagelink_wrap .index_pagelink_btn .index_pagelink_pic {
  margin: 0 0 14px;
  width: 100%;
  height: auto;
}
.index_pagelink_wrap .index_pagelink_btn .index_pagelink_text {
  background: url("../images/common/icon02.png") left center no-repeat;
  font-size: 14px;
  color: #002070;
  padding: 0 0 0 18px;
}

.index_news_wrap {
  padding: 0 0 40px 190px;
  min-width: 980px;
  overflow: hidden;
}
.index_news_wrap .index_news_title {
  text-align: center;
  padding: 40px 0 0;
  margin: 0 0 28px;
}
.index_news_wrap .index_news_list {
  width: 725px;
  margin: 0 auto;
}
.index_news_wrap .index_news_item {
  border-bottom: 1px #a7a9ac solid;
  padding: 0 0 26px;
  margin: 0 0 28px;
}
.index_news_wrap .index_news_item:last-of-type {
  margin: 0;
}
.index_news_wrap .index_news_item .index_news_item_link {
  text-decoration: none;
  display: block;
}
.index_news_wrap .index_news_item .index_news_item_link .index_news_date {
  float: left;
  font-size: 12px;
  color: #242424;
  width: 14%;
}
.index_news_wrap .index_news_item .index_news_item_link .index_news_text {
  float: left;
  width: 86%;
  font-size: 12px;
  color: #242424;
  line-height: 1.3;
}
.index_news_wrap .newsbtn {
	width: 725px;
	margin: 20px auto;
}
.index_news_wrap .newsbtn p.btn {
	width: 105px;
	float: right;
	text-align: right;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: url("../images/common/icon02.png") left center no-repeat;
	font-size: 14px;
	padding: 0 0 0 18px;
}
.index_news_wrap .newsbtn p.btn a {
	color: #002070;
}