﻿@charset "UTF-8";

/*========================================================================

  news

========================================================================*/

.pbPlugin_top_title {
    padding: 14px 20px 10px 20px;
    font-weight: bold;
    font-size: 140%;
    border-bottom: 1px solid #dcdcdc;
}
.pbPlugin_top_box > div {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.pbPlugin_news{
  margin: 30px auto 0;
}
.pbPlugin_news_box{
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin: 20px auto 0;
}
.pbPlugin_news li {
  padding: 15px 20px;
  border-top: 1px solid #dcdcdc;
}
.pbPlugin_newsDay {
  margin-right: 26px;
}
.pbPlugin_newsIcon {
  margin-right: 10px;
  font-size: 70%;
  display: block;
  margin-top: -3px;
  text-align: center;
}
.pbPlugin_newsIcon img {
  vertical-align: text-top;
}
.pbPlugin_newsText {
  display: block;
  padding-top: 5px;
}
.pbPlugin_newsText:before{
  display:none;
}
.pbPlugin_newsText {
  width: 100%;
  padding-top: 5px;
}
.iconWindow a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -1px 5px;
  background: url(../img/icon/icon_window.gif) no-repeat center center / contain;
}
.iconPdf a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -2px 5px;
  background: url(../img/icon/icon_pdf.gif) no-repeat center center / contain;
}
.iconXlsx {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0px 5px;
  background: url(../img/icon/icon_exl.gif) no-repeat center center / contain;
}
.pbPlugin_newsTitle a {
  position: relative;
  float: right;
  min-height: 15px;
  margin-top: 3px;
  padding-left: 20px;
  color: #333;
  font-size: 80%;
}
.pbPlugin_news_box{
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.pbPlugin_news_box li{
  padding: 15px 20px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pbPlugin_newsInner:last-child {
  margin-bottom: 40px;
}
.pbPlugin_newsInner:last-child .pbPlugin_newsLink {
  display: none;
}
.pbPlugin_newsTitle {
  padding: 13px 15px 6px;
  font-weight: bold;
  font-size: 130%;
  border-bottom: 1px solid #dcdcdc;
}
.pbPlugin_news ul {
  margin-top: 15px;
}
.pbPlugin_news ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
.pbPlugin_newsTextIcon {
  background: #bfe1cd;
  min-width: 83px;
  display: inline-block;
  line-height: 0;
  padding: 9px 10px 7px;
  margin-top: 2px;
  font-weight: bold;
  margin-right: 10px;
}
.pbTitleTextType05 .pbPlugin_newsTextIcon{
  margin-left: 1.562vw;
}
.pbPlugin_newsText a[href^="http"]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -1px 5px;
  background: url(../img/icon/icon_window.gif) no-repeat center center / contain;
}
.pbPlugin_newsText a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0px 5px;
  background: url(../img/icon/icon_pdf.gif) no-repeat center center / contain;
}
.pbPlugin_newsText a[href$=".xlsx"]:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0px 5px;
  background: url(../img/icon/icon_exl.gif) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {

  .pbPlugin_newsText a[href^="http"]:after {
    margin: 0 0.781vw;
  }
  .pbPlugin_newsText a[href$=".pdf"]:after {
    margin: 0 0.781vw;
  }
  .pbPlugin_newsText a[href$=".xlsx"]:after {
    margin: 0 0.781vw;
  }
  .pbPlugin_newsIcon {
    line-height: 1em;
    margin-right: unset;
  }
  .pbPlugin_newsTextIcon {
    margin: 1.09375vw 0;
    min-width: 17.1875vw;
    display: block;
    padding: 2.5vw 3.125vw 1.875vw;
  }
  .iconWindow a:after {
    margin: -0.3125vw 1.25vw;
  }
  .iconPdf a:after {
    margin: -0.46875vw 1.25vw;
  }
  .iconXlsx {
    margin: 0px 1.25vw;
  }
  .pbPlugin_news_box li{
    padding: 2.8125vw 3.125vw 2.34375vw;
    border-top: 1px solid #dcdcdc;
  }
}

.pbPlugin_newsText {
  width: 73%;
  padding-top: 5px;
}
.pbPlugin_newsText a{
  transition:none;
}
.pbPlugin_newsText:before {
  content: '';
  position: absolute;
  top: .48em;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #007ec7;
  border-right: 2px solid #007ec7;
  transform: rotate(45deg);
}
.pbPlugin_newsLink {
  margin: 30px 0 10px;
  text-align: right;
}
.pbPlugin_newsLink a {
  position: relative;
  font-size: 90%;
  display: inline-block;
  color: #333;
  transition: all .3s;
}
.pbPlugin_newsLink a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  border: 5px solid transparent;
  border-bottom: 9px solid #333;
}

@media print, screen and (min-width: 768px) {
  .pbPlugin_news ul li a:hover .pbPlugin_newsText{
    color: #D43500;
  }
  .pbPlugin_newsLink a:hover {
    color: #f39800;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .pbPlugin_news h2 {
    padding: 10px 5px 8px;
  }
  .pbPlugin_newsInner:last-child {
    margin-bottom: 30px;
  }
    .pbPlugin_newsDay {
        /*margin-right: 2.725vw;*/
        margin-right: 0;
        font-size: 3.70vw;
    }
  .pbPlugin_newsTitle {
    padding: 2.5vw 3.125vw 1.5625vw;
    font-size: 110%;
  }
  .pbPlugin_news ul {
    margin-top: 10px;
  }
  .pbPlugin_news ul li {
    padding: 10px 0;
  }
    .pbTitleH2Type01 h2, .pbTitleH2Type02 h2, .pbTitleH2Type11 h2 {
        font-size: 120%;
    }
}

/*  
========================================================================*/
 
.pbPlugin_newsSelect,
.pbPlugin_newsSelect_en {
  position: relative;
  width: 21%;
  margin: 20px 0 0 auto;
}
.pbPlugin_newsSelect form,
,.pbPlugin_newsSelect_en form {
  margin-top: 20px;
  width: 20%;
  position: relative;
  background: #ececec;
  float: right}
.pbPlugin_newsSelect .sod_label,
.pbPlugin_newsSelect_en .sod_label {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 100%;
  padding: 11px 25px 11px 12px;
  background: #ececec;
  cursor: pointer;
}
.pbPlugin_newsSelect .sod_label:after,
.pbPlugin_newsSelect_en .sod_label:after {
  content: "\25BC";
  position: absolute;
  right: 10px;
}
.pbPlugin_newsSelect .sod_select.open .sod_label,
.pbPlugin_newsSelect_en .sod_select.open .sod_label {
  color: #919191;
}
.pbPlugin_newsSelect .sod_list_wrapper,
.pbPlugin_newsSelect_en .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  background: #ececec;
  border: 1px solid #ccc;
  color: #444;
  z-index: 1;
}
.pbPlugin_newsSelect .sod_option,
.pbPlugin_newsSelect_en .sod_option {
  display: block;
  padding: 10px;
  background: #fff;
  color: #777;
  cursor: pointer;
}
.pbPlugin_newsSelect .sod_option + .sod_option,
.pbPlugin_newsSelect_en .sod_option + .sod_option {
  border-top: unset;
}
.pbPlugin_newsSelect .sod_option.active,
.pbPlugin_newsSelect_en .sod_option.active {
  background: #f7f7f7;
  color: #333;
}
.pbPlugin_newsSelect .sod_option.is-placeholder,
.pbPlugin_newsSelect_en .sod_option.is-placeholder {
  display: none;
}
.pbPlugin_newsSelect select,
.pbPlugin_newsSelect_en select {
  display: none;
}
.pbPlugin_newsSelect .touch select,
.pbPlugin_newsSelect_en .touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transform: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
.pbPlugin_newsSelect,
.pbPlugin_newsSelect_en {
    width: 50%;
  }
}

/*  
========================================================================*/

.pbIcon_service {
  background: #d2c1ed;
}
.pbIcon_product {
  background: #b4e9d9;
}
.pbIcon_campaign {
  background: #ffd4d4;
}
.pbIcon_ir {
  background: #c7cbef;
}
.pbIcon_fiscalPeriod {
  background: #ffdf7b;
}
.pbIcon_event {
  background: #f5f4af;
}
.pbIcon_csr {
  background: #ceeaac;
}
.pbIcon_company {
  background: #ffc1a5;
}
.pbIcon_area {
  background: #e3d197;
}
.pbIcon_alliance {
  background: #d0e7ff;
}
.pbPlugin_newsTextIcon02 {
  min-width: 69px;
  display: inline-block;
  line-height: 0;
  padding: 9px 10px 7px;
  margin-top: 2px;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .pbPlugin_newsTextIcon02 {
    margin: -0.3125vw 0 0;
    min-width: 17.1875vw;
    display: block;
    padding: 2.5vw  3.125vw  1.875vw;
  } 
}

/*  
========================================================================*/

.pbPlugin_news_box02 {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin: 20px auto 0;
}
.pbPlugin_news_box02 li{
  padding: 15px 20px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pbPlugin_news_box02 li:first-child {
  border-top: unset;
}