@charset "UTF-8";
a {
  border: none;
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#news_sort_area {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto 30px;
}

#news_sort_area .section_in {
  width: 100%;
  display: table;
}

#news_sort_area .section_in .past_release_btn {
  display: table-cell;
  text-align: right;
}

#news_sort_area .section_in .past_release_btn div a {
  display: inline-block;
  border-radius: 6px;
  background: #42b404;
  color: #fff;
  padding: 8px 30px 8px 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 15px;
}

#news_sort_area .section_in .past_release_btn div a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/company/factory/images/btn_arrow_white.png) 0 0 no-repeat;
  background-size: 7px 12px;
  position: absolute;
  top: 14px;
  right: 10px;
}

#news_sort_area .section_in .past_release_btn div a:hover {
  opacity: .75;
}

#news_sort_area .section_in .sort_select {
  display: table-cell;
}

#news_sort_area .section_in .sort_select label {
  position: relative;
}

#news_sort_area .section_in .sort_select label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 8px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: url(/company/factory/images/down_arrow.png) 96% 50%/20px no-repeat transparent;
}

#news_sort_area .section_in .sort_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #eee;
  border: solid 2px #f5f5f5;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 140px;
  padding: 6px 10px;
  box-sizing: border-box;
  font-size: 14px;
  zoom: 1;
}

#news_sort_area .section_in .sort_select select::-ms-expand {
  display: none;
}

#news_sort_area .section_in .sort_select select:focus {
  outline: 0;
  border-color: #eee;
}

@media print, screen and (max-width: 768px) {
  #news_sort_area {
    width: 100%;
  }
  #news_sort_area .section_in .past_release_btn div a {
    display: inline-block;
    font-size: 14px;
  }
  #news_sort_area .section_in .past_release_btn div a:after {
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
    top: 12px;
    right: 10px;
  }
  #news_sort_area .section_in .sort_select {
    display: table-cell;
  }
  #news_sort_area .section_in .sort_select label {
    position: relative;
  }
  #news_sort_area .section_in .sort_select label:after {
    top: 50%;
    margin-top: -10px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(/company/factory/images/down_arrow.png) 96% 50%/20px no-repeat transparent;
  }
  #news_sort_area .section_in .sort_select select {
    width: 140px;
  }
}

@media screen and (max-width: 576px) {
  #news_sort_area {
    width: 100%;
  }
  #news_sort_area .section_in {
    text-align: center;
    display: block;
  }
  #news_sort_area .section_in .past_release_btn {
    display: block;
    margin: 10px auto 0;
    text-align: center;
  }
  #news_sort_area .section_in .past_release_btn div a {
    display: inline-block;
    font-size: 14px;
  }
  #news_sort_area .section_in .past_release_btn div a:after {
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
    top: 12px;
    right: 10px;
  }
  #news_sort_area .section_in .sort_select {
    display: block;
    margin: 3px auto;
  }
  #news_sort_area .section_in .sort_select label {
    position: relative;
  }
  #news_sort_area .section_in .sort_select label:after {
    top: 50%;
    margin-top: -10px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(/company/factory/images/down_arrow.png) 96% 50%/20px no-repeat transparent;
  }
  #news_sort_area .section_in .sort_select select {
    width: 150px;
  }
}

@media screen and (max-width: 480px) {
  #news_sort_area {
    width: 100%;
  }
  #news_sort_area .section_in .past_release_btn div a {
    display: inline-block;
    font-size: 13px;
  }
  #news_sort_area .section_in .past_release_btn div a:after {
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
    top: 11px;
    right: 10px;
  }
  #news_sort_area .section_in .sort_select {
    display: block;
    margin: 3px auto;
  }
  #news_sort_area .section_in .sort_select label {
    position: relative;
  }
  #news_sort_area .section_in .sort_select label:after {
    top: 50%;
    margin-top: -10px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(/company/factory/images/down_arrow.png) 96% 50%/20px no-repeat transparent;
  }
  #news_sort_area .section_in .sort_select select {
    width: 140px;
  }
}

.newsrelease_list {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto 30px;
}

.newsrelease_list h1.year_ttl {
  font-size: 48px;
  display: block;
  color: #42b404;
  margin: 20px 0;
  padding: 0 10px;
  font-weight: 700;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.newsrelease_list .section_in h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  border-bottom: solid 1px #ddd;
  padding-bottom: 12px;
  margin-bottom: 0px;
  text-indent: 0.5em;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.newsrelease_contents {
  padding: 5px 0;
  margin: 10px auto 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.newsrelease_contents ul li {
  border-bottom: dotted 1px #a09482;
  display: block;
}

.newsrelease_contents ul li a {
  display: table;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.newsrelease_contents ul li a div {
  display: table-cell;
  vertical-align: top;
}

.newsrelease_contents ul li a .news_date {
  width: 16em;
  color: #42b404;
  padding: 18px 10px;
  box-sizing: border-box;
  font-size: 13px;
}

.newsrelease_contents ul li a .news_date .news_icon {
  width: 9em;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  margin-left: 5px;
}

.newsrelease_contents ul li a .news_date .news_icon.cm {
  background: #24b6e5;
}
.newsrelease_contents ul li a .news_date .news_icon.sustainability {
  background: #03b38c;
}

.newsrelease_contents ul li a .news_date .news_icon.info {
  background: #f1b000;
}

.newsrelease_contents ul li a .news_date .news_icon.campaign {
  background: #ea1f04;
}

.newsrelease_contents ul li a .news_date .news_icon.products {
  background: #ea5504;
}

.newsrelease_contents ul li a .news_date .news_icon.company {
  background: #42b404;
}

.newsrelease_contents ul li a .news_date .news_icon.rd {
  background: #08b9ce;
}

.newsrelease_contents ul li a .news_date .news_icon.other {
  background: #fe537f;
}

.newsrelease_contents ul li a .news_txt {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  vertical-align: middle;
  padding: 18px 10px 18px 0;
  box-sizing: border-box;
}

.newsrelease_contents ul li a .news_txt.pdf_link {
  position: relative;
  padding: 18px 10px 18px 1.25em;
  box-sizing: border-box;
}

.newsrelease_contents ul li a .news_txt.pdf_link:before {
  content: url("/company/factory/images/icon_pdf.png");
  position: absolute;
  left: -1px;
  top: 20px;
}

.newsrelease_contents ul li a .news_txt.icon_item01 {
  position: relative;
}

.newsrelease_contents ul li a .news_txt.icon_item01:after {
  content: 'NEW';
  width: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  padding: 1px 6px;
  font-size: 11px;
  margin-left: 5px;
  background: #ea5504;
}

.newsrelease_contents ul li a .news_txt.icon_item02 {
  position: relative;
}

.newsrelease_contents ul li a .news_txt.icon_item02:after {
  content: '更新';
  width: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  padding: 1px 6px;
  font-size: 11px;
  margin-left: 5px;
  background: #ea5504;
}

.newsrelease_contents ul li a .news_txt.icon_item03 {
  position: relative;
}

.newsrelease_contents ul li a .news_txt.icon_item03:after {
  content: '重要';
  width: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  padding: 1px 6px;
  font-size: 11px;
  margin-left: 5px;
  background: #e1100b;
}

.newsrelease_contents ul li a .news_txt.icon_item04 {
  position: relative;
}

.newsrelease_contents ul li a .news_txt.icon_item04:after {
  content: 'オススメ';
  width: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  padding: 1px 6px;
  font-size: 11px;
  margin-left: 5px;
  background: #ea5504;
}

.newsrelease_contents ul li a:hover {
  background: #f8f8f8;
}

@media print, screen and (max-width: 767px) {
  .newsrelease_list h1.year_ttl {
    font-size: 42px;
    margin: 20px 0;
    padding: 0 10px;
  }
  .newsrelease_list .section_in h2 {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
.newsrelease_contents {
    margin: 5px 0;
  }
.newsrelease_contents ul li a {
    display: block;
  }
 .newsrelease_contents ul li a .news_date {
    display: block;
    padding: 15px 10px 5px 10px;
  }
.newsrelease_contents ul li a .news_date .news_icon {
    margin-left: 7px;
    padding: 2px 3px;
  }
.newsrelease_contents ul li a .news_txt {
    display: block;
    font-size: 13px;
    padding: 5px 10px 15px 10px;
  }
.newsrelease_contents ul li a .news_txt.pdf_link {
    position: relative;
    padding: 18px 10px 18px calc(10px + 1.25em);
    box-sizing: border-box;
  }
.newsrelease_contents ul li a .news_txt.pdf_link:before {
    content: url("/company/factory/images/icon_pdf.png");
    position: absolute;
    left: 8px;
    top: 20px;
  }
.newsrelease_contents ul li a:hover {
    background: #fff;
  }
}

@media screen and (max-width: 576px) {
  .newsrelease_list h1.year_ttl {
    font-size: 36px;
    margin: 15px 0;
    padding: 0 10px;
  }
  .newsrelease_list .section_in h2 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
.newsrelease_contents {
    margin: 0;
  }
.newsrelease_contents ul li a .news_date {
    padding: 12px 10px 5px 10px;
  }
.newsrelease_contents ul li a .news_date .news_icon {
    margin-left: 7px;
    padding: 2px 3px;
    font-size:10px;
  }
.newsrelease_contents ul li a .news_txt {
    font-size: 13px;
    padding: 5px 10px 12px 10px;
  }
}

.newsrelease_detail {
  max-width: 1000px;
  padding: 20px 0 0;
  margin: 0 auto 10px;
}

.newsrelease_detail section.newsrelease_ttl {
  margin-bottom: 30px;
}

.newsrelease_detail section.newsrelease_ttl h1 {
  padding: 10px 15px;
  border-bottom: solid 1px #bbb;
}

.newsrelease_detail section.newsrelease_ttl h1 span.date {
  font-size: 16px;
  color: #000;
  display: block;
  padding-bottom: 5px;
}

.newsrelease_detail section.newsrelease_ttl h1 span.ttl_ib {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  padding: 2px 0;
  color: #42b404;
}

@media print, screen and (max-width: 960px) {
  .newsrelease_detail section.newsrelease_ttl {
    margin-bottom: 20px;
  }
  .newsrelease_detail section.newsrelease_ttl h1 span.date {
    font-size: 14px;
  }
  .newsrelease_detail section.newsrelease_ttl h1 span.ttl_ib {
    font-size: 21px;
  }
}

@media print, screen and (max-width: 767px) {
  .newsrelease_detail section.newsrelease_ttl h1 span.date {
    font-size: 13px;
  }
  .newsrelease_detail section.newsrelease_ttl h1 span.ttl_ib {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .newsrelease_detail section.newsrelease_ttl h1 span.date {
    font-size: 13px;
  }
  .newsrelease_detail section.newsrelease_ttl h1 span.ttl_ib {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .newsrelease_detail section.newsrelease_ttl h1 {
    padding: 10px 5px;
  }
  .newsrelease_detail section.newsrelease_ttl h1 span.date {
    font-size: 12px;
  }
  .newsrelease_detail section.newsrelease_ttl h1 span.ttl_ib {
    font-size: 16px;
  }
}

.newsrelease_block {
  margin-bottom: 30px;
  padding: 0 15px 30px;
  border-bottom: dotted 1px #bbb;
}

.newsrelease_block p {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  padding: 5px 0;
}

.newsrelease_block p.indent2 {
  padding-left: 2em;
}

.newsrelease_block p.lead {
  padding: 10px 0 30px;
}

.newsrelease_block h2 {
  color: #42b404;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}

.newsrelease_block h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.newsrelease_block h3.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.newsrelease_block h3 .ib_item {
  display: inline-block;
  text-indent: 0;
  padding-left: 0;
}

.newsrelease_block .mgb10 {
  margin-bottom: 10px;
}

.newsrelease_block .mgt10 {
  margin-top: 10px;
}

.newsrelease_block .mg10 {
  margin: 10px 0;
}

.newsrelease_block .mgb20 {
  margin-bottom: 20px;
}

.newsrelease_block .mgt20 {
  margin-top: 20px;
}

.newsrelease_block .mg20 {
  margin: 20px 0;
}

.newsrelease_block .down_arrow img {
  width: auto;
  height: auto;
  max-width: 50px;
}

.newsrelease_block .ctr {
  text-align: center;
}

.newsrelease_block ul.itemization li {
  padding: 1px 0 1px 1em;
  text-indent: -1em;
  font-size: 14px;
}

.newsrelease_block .normal_table {
  width: 100%;
  margin: 15px auto;
  border: solid 1px #bbb;
  border-collapse: collapse;
  border-spacing: 0;
}

.newsrelease_block .normal_table td, .newsrelease_block .normal_table th {
  padding: 12px;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
}

.newsrelease_block .normal_table td {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}

.newsrelease_block .normal_table td.indent_type {
  padding-left: 2.5em;
  text-indent: -1em;
}

.newsrelease_block .normal_table th {
  background: #eee;
  text-align: center;
  color: #333;
  font-size: 14px;
}

.newsrelease_block .ib_wrap {
  letter-spacing: -0.4em;
}

.newsrelease_block .ib_wrap .ib_item {
  width: auto;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}

.newsrelease_block .ib_wrap .ib_item.half {
  width: 48%;
  margin: 0 2% 2% 0;
}

.newsrelease_block .ib_wrap .ib_item.half p.caption {
  font-size: 13px;
  padding: 8px 0;
}

.newsrelease_block .ib_wrap .ib_item.half:nth-child(even) {
  margin: 0 0 2% 2%;
}

.newsrelease_block .tb_wrap {
  width: 100%;
  display: table;
}

.newsrelease_block .tb_wrap .tb_item {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}

.newsrelease_block .tb_wrap .tb_item.v_top {
  vertical-align: top;
}

.newsrelease_block .tb_wrap .tb_item.v_bottom {
  vertical-align: bottom;
}

.newsrelease_block .tb_wrap .tb_item.v_middle {
  vertical-align: middle;
}

.newsrelease_block .float_wrap {
  width: 100%;
}

.newsrelease_block .float_wrap .float_item_left {
  float: left;
}

.newsrelease_block .float_wrap .float_item_right {
  float: right;
}

.newsrelease_block .float_wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.newsrelease_block .float_wrap {
  min-height: 1px;
  clear: both;
}

.newsrelease_block * html .float_wrap {
  height: 1px;
  /*\*/
  /*/
    	height: auto;
    	overflow: hidden;
    	/**/
}

@media print, screen and (max-width: 767px) {
  .newsrelease_block {
    margin-bottom: 30px;
    padding: 0 10px 30px;
    border-bottom: dotted 1px #bbb;
  }
  .newsrelease_block p {
    font-size: 13px;
  }
  .newsrelease_block h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .newsrelease_block h3 {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  .newsrelease_block ul.itemization li {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .newsrelease_block {
    margin-bottom: 30px;
    padding: 0 10px 30px;
    border-bottom: dotted 1px #bbb;
  }
  .newsrelease_block p {
    font-size: 12px;
  }
  .newsrelease_block h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .newsrelease_block h3 {
    font-size: 13px;
    margin: 10px 0 5px;
  }
  .newsrelease_block ul.itemization li {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .newsrelease_block .ib_wrap .ib_item.half {
    width: 100%;
    margin: 2% 0;
  }
  .newsrelease_block .ib_wrap .ib_item.half p.caption {
    font-size: 12px;
    padding: 8px 0;
  }
  .newsrelease_block .ib_wrap .ib_item.half:nth-child(even) {
    margin: 2% 0;
  }
}

@media print, screen and (max-width: 767px) {
  .newsrelease_block .tb_wrap {
    width: 100%;
    display: table;
  }
  .newsrelease_block .tb_wrap .tb_item {
    width: auto;
    display: table-cell;
    vertical-align: middle;
  }
  .newsrelease_block .tb_wrap .tb_item.v_top {
    vertical-align: top;
  }
  .newsrelease_block .tb_wrap .tb_item.v_bottom {
    vertical-align: bottom;
  }
  .newsrelease_block .tb_wrap .tb_item.v_middle {
    vertical-align: middle;
  }
}

@media print, screen and (max-width: 767px) {
  .newsrelease_block .float_wrap {
    width: 100%;
  }
  .newsrelease_block .float_wrap .float_item_left {
    float: left;
  }
  .newsrelease_block .float_wrap .float_item_right {
    float: right;
  }
}

section.newsrelease_inquiry {
  max-width: 1000px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
}

section.newsrelease_inquiry .section_in {
  padding: 10px;
  background: #999;
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

section.newsrelease_inquiry .section_in h1 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.newsrelease_inquiry .section_in .inner {
  background: #fff;
  width: 100%;
  padding: 35px 15px;
  box-sizing: border-box;
}

section.newsrelease_inquiry .section_in .inner span {
  display: inline-block;
  font-size: 14px;
  color: #000;
}

@media print, screen and (max-width: 767px) {
  section.newsrelease_inquiry {
    padding: 0;
  }
  section.newsrelease_inquiry .section_in {
    padding: 10px;
  }
  section.newsrelease_inquiry .section_in h1 {
    font-size: 18px;
  }
  section.newsrelease_inquiry .section_in .inner {
    padding: 35px 15px;
  }
  section.newsrelease_inquiry .section_in .inner span {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  section.newsrelease_inquiry {
    padding: 0;
  }
  section.newsrelease_inquiry .section_in {
    padding: 8px;
  }
  section.newsrelease_inquiry .section_in h1 {
    font-size: 18px;
  }
  section.newsrelease_inquiry .section_in .inner {
    padding: 25px 12px;
  }
  section.newsrelease_inquiry .section_in .inner span {
    font-size: 12px;
  }
}
