@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
.br-none br {
  display: none;
}
div.home-key {
  max-width: 1280px;
  margin: 0 auto;
}
div.home-key figure.list {
  margin: 0;
}
div.home-key figure.list div.item a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
div.home-key figure.list div.item a img:hover {
  opacity: 0.8;
}
main#home-view {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
main#home-view div.content-wrapper {
  width: 100%;
  overflow: hidden;
}
main#home-view div.content-wrapper > div.left-area {
  float: left;
  width: 49%;
}
main#home-view div.content-wrapper > div.right-area {
  float: right;
  width: 49%;
}
main#home-view div.content-wrapper section.section {
  width: 100%;
  margin: 0 0 20px;
}
main#home-view div.content-wrapper section.section header.header {
  margin: 0 0 10px;
  padding: 20px;
  background: -moz-linear-gradient(top, #eee 0%, #fff 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(99%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #fff 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #fff 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #fff 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #fff 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#73000000', GradientType=0);
  /* IE6-9 */
  box-sizing: border-box;
}
main#home-view div.content-wrapper section.section header.header h2.title {
  margin: 0;
  font-size: 2.5rem;
  color: #ca1724;
}
main#home-view div.content-wrapper section.section div.content {
  padding: 0 20px;
  box-sizing: border-box;
}
main#home-view div.content-wrapper section.news ul.list {
  margin: 0;
  padding: 0;
}
main#home-view div.content-wrapper section.news ul.list li.item {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}
main#home-view div.content-wrapper section.news ul.list li.item a {
  color: #000;
}
main#home-view div.content-wrapper section.news ul.list li.item a:hover {
  color: #333;
}
main#home-view div.content-wrapper section.news ul.list li.item a div.left-area {
  float: left;
  width: 25%;
}
main#home-view div.content-wrapper section.news ul.list li.item a div.left-area span.date {
  font-size: 1.4rem;
}
main#home-view div.content-wrapper section.news ul.list li.item a div.right-area {
  float: right;
  width: 75%;
}
main#home-view div.content-wrapper section.news ul.list li.item a div.right-area h3.title {
  margin: 0 0 5px;
  font-size: 2.0rem;
  line-height: 1.5em;
}
main#home-view div.content-wrapper section.news ul.list li.item a div.right-area p.text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5em;
}
main#home-view div.content-wrapper section.topics ul.list {
  margin: 0;
  padding: 0;
}
main#home-view div.content-wrapper section.topics ul.list li.item {
  margin: 0 0 30px;
  overflow: hidden;
  color: #000;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.left-area {
  float: left;
  width: 40%;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.left-area figure.pic {
  width: 100%;
  margin: 0;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.left-area figure.pic a {
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.left-area figure.pic a:hover {
  opacity: 0.8;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.left-area figure.pic a img {
  width: 100%;
  height: auto;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.right-area {
  float: right;
  width: 60%;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.right-area h3.title {
  margin: 0 0 5px;
  font-size: 2.0rem;
  line-height: 1.5em;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.right-area p.text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5em;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.right-area a.btn {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #52a42e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view div.content-wrapper section.topics ul.list li.item div.right-area a.btn:hover {
  opacity: 0.8;
}
main#home-view div.content-wrapper section.topics ul.list li.contact {
  padding: 20px 10px;
  background-color: #a6c11a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
main#home-view div.content-wrapper section.products ul.list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
main#home-view div.content-wrapper section.products ul.list li.item {
  float: left;
  width: 30%;
  margin: 0 5% 1% 0;
}
main#home-view div.content-wrapper section.products ul.list li.item:nth-child(3n) {
  margin: 0 0 1% 0;
}
main#home-view div.content-wrapper section.products ul.list li.item a {
  color: #ca1724;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view div.content-wrapper section.products ul.list li.item a figure.pic {
  width: 100%;
  margin: 0;
}
main#home-view div.content-wrapper section.products ul.list li.item a figure.pic img {
  width: 100%;
  height: auto;
}
main#home-view div.content-wrapper section.products ul.list li.item a figure.pic:hover {
  opacity: 0.8;
}
main#home-view div.content-wrapper section.products ul.list li.more {
  width: 100%;
  float: left;
  text-align: right;
}
main#home-view div.content-wrapper section.products ul.list li.more a {
  color: #ca1724;
}
main#home-view div.content-wrapper section.objects header.header {
  margin: 0;
  background: none;
  background-color: #ca1724;
}
main#home-view div.content-wrapper section.objects header.header h2.title {
  color: #fff;
}
main#home-view div.content-wrapper section.objects div.content {
  padding: 20px;
  background-image: url(../../img/common/header-bg.png);
  background-size: 150px;
  box-sizing: border-box;
}
main#home-view div.content-wrapper section.objects div.content ul.list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
main#home-view div.content-wrapper section.objects div.content ul.list li.item {
  float: left;
  width: 16.5%;
  margin: 0 0 10px;
}
main#home-view div.content-wrapper section.objects div.content ul.list li.item a {
  color: #fff;
  font-size: 2.0rem;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main#home-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic {
  width: 100%;
  margin: 0;
}
main#home-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic:hover {
  opacity: 0.8;
}
main#home-view div.content-wrapper section.objects div.content ul.list li.item a figure.pic img {
  width: 100%;
  height: auto;
}
main#home-view div.content-wrapper section.objects div.content ul.list li.item a h3.title {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
}
