@charset "UTF-8";
/* CSS Document */
.top03_mv {
  position: relative;
  background: url("../img/top/mv_ishiyama_bg.jpg") no-repeat center center/cover;
  padding: 0 30px;
  overflow: hidden;
}

.top03_mv_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.top03_mv_inner_txt {
  width: 46.93877551%;
}

.top03_mv_inner_img {
  width: 37.551020408%;
  margin-right: 5.102040816%;
  margin-top: -1%;
}

.top03_mv_inner_txt_subTtl {
  opacity: 0.8;
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
}
.top03_mv_inner_txt_subTtl span {
  position: relative;
  padding-bottom: 5px;
}
.top03_mv_inner_txt_subTtl span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top03_mv_inner_txt_ttl {
  line-height: 1;
}
.top03_mv_inner_txt_ttl img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.top03_mv_inner_txt_desc {
  color: #fff;
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.top03_mv_inner_txt_link {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0098e6;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  width: 115px;
  height: 28px;
  padding: 5px 15px;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.top03_mv_inner_txt_link:hover {
  opacity: 0.6;
}
.top03_mv_inner_txt_link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top02_mv {
  position: relative;
  height: 500px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top02_mv_txt {
  max-width: 618px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.top02_mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: mvBgAnime 12s infinite;
          animation: mvBgAnime 12s infinite;
}

.top02_mv_bg.img01 {
  background: url("../img/top/top02_bg01.jpg") no-repeat center center/cover;
  opacity: 1;
}

.top02_mv_bg.img02 {
  background: url("../img/top/top02_bg02.jpg") no-repeat center center/cover;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes mvBgAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mvBgAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.topEntry {
  width: 100%;
  max-width: 980px;
}

.top02_topBanner_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.top02_topBanner .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top02_topBanner .slick-slide {
  height: auto !important;
}
.top02_topBanner .slick-slide img {
  width: 100%;
}

.top02_topBanner {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.top02_topBanner_list_item {
  padding: 0 14px;
}

.top02_topBanner_list_item_link_txt {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}

.top02_topBanner_list_item_link_txt_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.top02_topBanner_list_item_link_txt_detail {
  font-size: 1.2rem;
  margin-top: 10px;
}

.top02_subInfo {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 20px;
}

.top02_subInfo_link {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #0098e6;
  text-align: center;
  position: relative;
}
.top02_subInfo_link::before {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #0098e6;
}
.top02_subInfo_link::after {
  margin: 0 0 0 3px;
  font-family: iconfont;
  content: "\ea06";
  font-size: 0.8em;
  vertical-align: baseline;
}

@media screen and (min-width: 769px) {
  .top02_subInfo_link:hover {
    text-decoration: none;
  }
  .top02_subInfo_link:hover::before {
    width: 100%;
  }
}
.topNewsList__item-category.el_products,
.newsList__item-category.el_products {
  background: #2bb1a6;
}
.topNewsList__item-category.el_csr,
.newsList__item-category.el_csr {
  background: #2a53b1;
}

.topExhibitionList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.topExhibitionList__item a:hover {
  background: none;
  opacity: 0.5;
}

.topExhibitionList__item-img {
  width: 90px;
  margin-right: 5px;
}

.topExhibitionList__item-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top02_topNegb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  background-color: #f8f8f8;
  margin-bottom: 120px;
}

.top02_topNegb_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.top02_topNegb_txt {
  width: 100%;
  min-width: 410px;
  padding: 40px 30px;
}

.top02_topNegb_txt_ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.top02_topNegb_txt_p {
  font-size: 1.5rem;
  margin-top: 10px;
}

.top02_topNegb_txt_link {
  display: inline-block;
  background-color: #0098e6;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 5px 10px;
  margin-top: 25px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.rd02_article {
  margin-bottom: 150px;
}

.rd02_article * {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.rd02_article.m-style p,
.rd02_article .l-topicsAarticle__sectionHeader__copy {
  font-size: 1.6rem;
}
.rd02_article .mt30 {
  margin-top: 30px;
}
.rd02_article .mt40 {
  margin-top: 40px;
}

.rd02_section + .rd02_section {
  margin-top: 120px;
}

.rd02_mv_caption {
  font-size: 14px;
  line-height: 1.67;
  background-color: #f8f8f8;
  padding: 20px;
}
.rd02_mv_caption a {
  color: #0098e6;
  text-decoration: underline;
}

.rd02_ttl_h3 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 4px solid #0098e6;
  margin-bottom: 25px;
}

.rd02_txt {
  font-size: 16px;
  line-height: 1.75;
}
.rd02_txt a {
  color: #0098e6;
  text-decoration: underline;
}

.rd02_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rd02_col.el_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rd02_col.el_reverse .rd02_col_item:nth-child(2) {
  margin-left: 0;
  margin-right: 2.8571428%;
}
.rd02_col.el_alignItems_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rd02_col.el_justifyContent_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rd02_col_item {
  width: 48.5714286%;
}
.rd02_col_item:nth-child(2) {
  margin-left: 2.8571428%;
}
.rd02_col_item.el_widthAuto {
  width: auto;
}

.rd02_ttl_h4 {
  display: inline-block;
  font-size: 16px;
  color: #0098e6;
  background-color: #f8f8f8;
  padding: 0 15px;
  margin-bottom: 40px;
}
.rd02_ttl_h4.el_mb20 {
  margin-bottom: 20px;
}

.rd02_numList {
  list-style: none;
}

.rd02_numList_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rd02_numList_item + .rd02_numList_item {
  margin-top: 30px;
}

.rd02_numList_item_num {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #222;
  font-style: italic;
}

.rd02_numList_item_txt {
  font-size: 18px;
  line-height: 1.67;
  font-weight: 400;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dedede;
}

.rd02_imgWrap {
  border: 1px solid #dedede;
  padding: 15px 20px;
  text-align: center;
}
.rd02_imgWrap.el_noneBorder {
  border: none;
  padding: 0;
}
.rd02_imgWrap.rd02_naionbattery_property02_3_imgWrap {
  padding: 60px 60px 40px 60px;
}

.rd02_naionbattery_property02_3_img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.rd02_imgWrapBorder {
  border: 1px solid #dedede;
  line-height: 1;
}

.rd02_imgCaption_wrap {
  text-align: center;
}

.rd02_imgCaption {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.rd02_imgCaption .el_strong {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background-color: #f8f8f8;
  line-height: 1;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
.rd02_imgCaption.el_mtBig {
  margin-top: 20px;
}

.rd02_hr {
  border-top: 1px solid #dedede;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.rd02_imgWrapAddTxt {
  border: 1px solid #dedede;
}

.rd02_imgWrapAddTxt_ttl,
.m-style h2.rd02_imgWrapAddTxt_ttl {
  background-color: #f8f8f8;
  font-size: 22px;
  line-height: 1.67;
  font-weight: 400;
  text-align: center;
  padding: 20px;
  margin: 0;
}

.rd02_imgWrapAddTxt_img {
  padding: 30px;
}
.rd02_imgWrapAddTxt_img.el_max560 {
  text-align: center;
}
.rd02_imgWrapAddTxt_img.el_max560 img {
  width: 100%;
  max-width: 560px;
}

.rd02_imgWrapAddTxt_contents {
  padding: 60px 30px;
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
}

.rd02_imgWrapAddTxt_contents_item + .rd02_imgWrapAddTxt_contents_item {
  margin-top: 40px;
}

.rd02_imgWrapAddTxt_contents_item_cap {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 40px;
}

.rd02_sectionInside_item + .rd02_sectionInside_item {
  margin-top: 80px;
}

.rd02_numTtl_h2 {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  margin-bottom: 30px;
}

.rd02_numTtl_h2_num {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #222;
  font-style: italic;
}

.rd02_numTtl_h2_txt {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dedede;
}

.rd02_numTtl_h2_txt_sub {
  color: #0098e6;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.67;
}

.rd02_numTtl_h2_txt_main {
  font-size: 28px;
  font-weight: 700;
  display: block;
  line-height: 1.67;
}

.rd02_movieWrap {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
}

.rd02_movieWrap_inner {
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.rd02_movieWrap_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
  height: 42px;
  background: url("/assets/img/rd/topics/naionbattery_icon_yotube.svg") no-repeat center center/contain;
}
.rd02_movieWrap_inner:hover {
  opacity: 0.5;
}

.rd02_movieWrap_caption {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.7;
}
.rd02_movieWrap_caption .el_small {
  font-size: 14px;
}

#modalVideo {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#modalVideo.close {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}
#modalVideo.open {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}
#modalVideo iframe {
  width: 64vw;
  height: 36vw;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container .thumbnail {
  cursor: pointer;
  width: 320px;
  height: 180px;
  margin: 0 8px;
}
.container #modal-video {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.container #modal-video.close {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}
.container #modal-video.open {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}
.container #modal-video iframe {
  width: 64vw;
  height: 36vw;
}

.rd02_list {
  list-style: none;
}

.rd02_list_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-left: 1.25em;
  position: relative;
}
.rd02_list_item::before {
  content: "";
  background-color: #dedede;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0;
}
.rd02_list_item + .rd02_list_item {
  margin-top: 15px;
}

.rd02_table {
  width: 80%;
}
.rd02_table + .rd02_table {
  margin-top: 20px;
}

.rd02_table_thead_tr_th {
  font-size: 16px;
  background-color: #e9f5ff;
  border: 1px solid #c8c8c8;
  padding: 5px 10px;
  text-align: left;
  font-weight: 400;
}

.rd02_table_thead_tr_td,
.l-pageContent table tbody td.rd02_table_thead_tr_td {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  text-align: left;
}
.rd02_table_thead_tr_td.el_bold,
.l-pageContent table tbody td.rd02_table_thead_tr_td.el_bold {
  font-weight: 400;
}

.rd02_table_tbody_th {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 5px 10px;
  text-align: left;
  width: 40%;
  font-weight: 400;
}

.rd02_table_tbody_td {
  font-size: 16px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.l-article__content-entry .rd02_table .rd02_table_thead .rd02_table_thead_tr:first-child .rd02_table_thead_tr_th {
  border-top: 1px solid #7d7d7d;
}
.l-article__content-entry .rd02_table .rd02_table_thead .rd02_table_thead_tr:first-child .rd02_table_thead_tr_th:first-child {
  border-left: 1px solid #7d7d7d;
}
.l-article__content-entry .rd02_table .rd02_table_thead .rd02_table_thead_tr:first-child .rd02_table_thead_tr_th:last-child {
  border-right: 1px solid #7d7d7d;
}
.l-article__content-entry .rd02_table .rd02_table_tbody_tr .rd02_table_thead_tr_th:first-child {
  border-left: 1px solid #c8c8c8;
}
.l-article__content-entry .rd02_table .rd02_table_tbody_tr .rd02_table_thead_tr_th:last-child {
  border-right: 1px solid #c8c8c8;
}

.rd02_ttl_h2 {
  background-color: #f8f8f8;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 1.67;
}

.rd02_history {
  padding-top: 34px;
}

.rd02_history_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rd02_history_item + .rd02_history_item .rd02_history_item_year,
.rd02_history_item + .rd02_history_item .rd02_history_item_txt {
  padding-top: 60px;
}
.rd02_history_item + .rd02_history_item .rd02_history_item_year::after {
  top: 60px;
}

.rd02_history_item_year {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #222;
  font-style: italic;
  letter-spacing: 0;
  padding-right: 50px;
  border-right: 1px solid #80c2e2;
  position: relative;
}
.rd02_history_item_year > span {
  display: block;
  margin-top: -14px;
}
.rd02_history_item_year::after {
  content: "";
  border: 1px solid #2c9acf;
  background-color: #fff;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  display: block;
  position: absolute;
  top: 0;
  right: -4.5px;
  z-index: 2;
}

.rd02_history_item_txt {
  padding-left: 50px;
  margin-top: -14px;
}

.rd02_history_item_txt_ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.67;
  color: #222;
}

.rd02_history_item_txt_p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}

.rd02_history_item_txt_caption {
  font-size: 12px;
  margin-top: 5px;
}

.rd02_subColumn {
  background-color: #f8f8f8;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-style h4.rd02_subColumn_txt_ttl {
  margin-top: 0;
}

.rd02_subColumn_img {
  width: 35.777777778%;
  margin-left: 2.8571428%;
}

.rd02_subColumn_txt {
  width: 61.365079422%;
}

.rd02_pdfLink,
.m-style a.rd02_pdfLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f8f8;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.rd02_pdfLink .rd02_pdfLink_txt,
.m-style a.rd02_pdfLink .rd02_pdfLink_txt {
  display: block;
  color: #222;
}
.rd02_pdfLink .rd02_pdfLink_pdf,
.m-style a.rd02_pdfLink .rd02_pdfLink_pdf {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-left: 20px;
}
.rd02_pdfLink .rd02_pdfLink_pdf img,
.m-style a.rd02_pdfLink .rd02_pdfLink_pdf img {
  vertical-align: middle;
  margin-left: 5px;
}
.rd02_pdfLink:hover,
.m-style a.rd02_pdfLink:hover {
  opacity: 0.6;
  text-decoration: none;
}
.rd02_pdfLink:hover .rd02_pdfLink_txt,
.rd02_pdfLink:hover .rd02_pdfLink_pdf,
.m-style a.rd02_pdfLink:hover .rd02_pdfLink_txt,
.m-style a.rd02_pdfLink:hover .rd02_pdfLink_pdf {
  text-decoration: none;
}

body {
  position: relative;
}

.bl_totop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: block;
  background-color: #eee;
  color: #222;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.bl_totop::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #222 1px solid;
  border-left: #222 1px solid;
  position: absolute;
  top: 23px;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media screen and (min-width: 769px) {
  .top02_topNegb_txt_link:hover {
    background-color: #4fc4ff;
  }
}
@media screen and (max-width: 768px) {
  .top03_mv_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
  .top03_mv_inner_txt {
    width: 100%;
    text-align: center;
  }
  .top03_mv_inner_txt_desc br {
    display: none;
  }
  .top03_mv_inner_txt_link {
    margin: 30px auto 0;
  }
  .top03_mv_inner_img {
    width: 100%;
    max-width: 260px;
    margin-right: 0;
    margin-top: 20px;
  }
  .top02_mv {
    height: 350px;
  }
  .top02_topBanner {
    padding: 30px 0;
  }
  .top02_topBanner_list_item {
    padding: 0 8px;
  }
  .top02_topNegb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top02_topNegb_img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .top02_topNegb_txt {
    min-width: 0;
  }
  .rd02_section + .rd02_section {
    margin-top: 60px;
  }
  .rd02_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rd02_col.el_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rd02_col.el_reverse .rd02_col_item:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
  .rd02_col_item {
    width: 100%;
  }
  .rd02_col_item:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .rd02_mv_caption {
    font-size: 12px;
    padding: 15px;
  }
  .rd02_imgWrapAddTxt_ttl {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
  .rd02_imgWrapAddTxt_ttl br {
    display: none;
  }
  .rd02_imgWrapAddTxt_img {
    padding: 20px 10px;
  }
  .rd02_numTtl_h2 {
    padding: 15px 20px;
  }
  .rd02_numTtl_h2_txt {
    margin-left: 15px;
    padding-left: 15px;
  }
  .rd02_numTtl_h2_num {
    font-size: 30px;
  }
  .rd02_numTtl_h2_txt_sub {
    font-size: 14px;
  }
  .rd02_numTtl_h2_txt_main {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  #modalVideo iframe {
    width: 90vw;
    height: 50.625vw;
  }
  .rd02_movieWrap_caption {
    font-size: 14px;
  }
  .rd02_table_tbody_th {
    width: 70%;
    font-size: 14px;
  }
  .rd02_table_thead_tr_th,
  .rd02_table_tbody_td,
  .rd02_table_thead_tr_td,
  .l-pageContent table tbody td.rd02_table_thead_tr_td {
    font-size: 14px;
  }
  .rd02_ttl_h2 {
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 20px;
  }
  .rd02_history {
    padding-top: 30px;
  }
  .rd02_history_item_year {
    font-size: 20px;
    padding-right: 15px;
  }
  .rd02_history_item_year > span {
    margin-top: -7px;
  }
  .rd02_history_item_txt {
    padding-left: 15px;
    margin-top: -10px;
  }
  .rd02_history_item_txt_ttl {
    font-size: 18px;
  }
  .rd02_history_item_txt_p {
    line-height: 1.5;
  }
  .rd02_history_item_txt_caption {
    line-height: 1.5;
  }
  .rd02_subColumn {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rd02_subColumn_img {
    width: 100%;
    margin-left: 0;
  }
  .rd02_subColumn_txt {
    width: 100%;
  }
  .rd02_article.m-style p,
  .rd02_article .l-topicsAarticle__sectionHeader__copy {
    font-size: 1.4rem;
  }
  .rd02_ttl_h3 {
    font-size: 20px;
    line-height: 1.5;
    border-left: 3px solid #0098e6;
  }
  .rd02_ttl_h4 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .rd02_txt {
    font-size: 14px;
  }
  .rd02_numList_item_num {
    font-size: 30px;
  }
  .rd02_numList_item_txt {
    font-size: 16px;
    line-height: 1.5;
    margin-left: 15px;
    padding-left: 15px;
  }
  .rd02_imgCaption {
    font-size: 12px;
  }
  .rd02_list_item {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 1.2em;
  }
  .rd02_list_item::before {
    width: 8px;
    height: 8px;
    top: 0.3em;
  }
  .rd02_numList_item + .rd02_numList_item {
    margin-top: 20px;
  }
}
/* TOPコメント */
.mes {
  position: relative;
  width: 980px;
  background: #e8e8e8;
  padding: 15px 10px 10px 10px;
  margin: 0px auto 30px auto;
}

.mes p {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mes {
    width: auto;
    line-height: 1.5;
    margin-top: 20px;
  }
}
/* ニュース */
.imgNews {
  width: 820px;
  margin-top: 30px;
}

.imgNews figure img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.imgNews figcaption {
  display: block;
  float: right;
}

@media (max-width: 820px) {
  .imgNews {
    width: auto;
  }
}
.imgNews2 {
  margin-top: 30px;
}

.imgNews2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgNews2 figure {
  margin-bottom: 10px;
}

.imgNews2 figcaption {
  max-width: 400px;
}

@media screen and (max-width: 400px) {
  .imgNews2 figure {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.imgNews3 {
  margin-top: 30px;
}

.imgNews3 figure {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

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

/* 製品情報 */
.productDetail__main-detail-content table tbody td.text-L {
  text-align: left;
}

.productDetail__main-detail-content table tbody th:first-child {
  border-left: 1px solid #c8c8c8;
}

.arg-productTable .alkali {
  background: #a74242;
  color: #fff;
}

.arg-productTable .acid {
  background: #065d95;
  color: #fff;
}

.arg-productTable h4 {
  font-size: 1.6rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

.arg-productTable p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.arg-productTable .whiteBG {
  background: #fff;
}

.arg-productTable img {
  width: 100%;
}

/* 技術情報アーカイブ */
.rdTable .new:before {
  content: "NEW!";
  color: #c00;
  font-weight: bold;
}

#kaisetsu:before {
  content: "";
}

/* ARGファイバ施工例 */
.argTable {
  width: auto;
  overflow: auto;
}

.argTable table tbody a::before {
  content: url(/assets/img/product/arg_application/pdficon_large.png);
  display: inline-block;
}

.argTable table tbody th {
  font-size: 1.5rem;
}

.argTable table tbody tr td {
  text-align: left;
  vertical-align: middle;
}

.argTable table tbody tr td:first-child {
  text-align: center;
  width: 50px;
  border-left: none;
}

.argTable table tbody tr td:last-child {
  text-align: center;
  width: 15%;
}

.argBox {
  border: 5px solid #e1e1e1;
  padding: 30px;
}

.argBox p:last-child {
  margin-bottom: 0px;
}

/* 沿革 */
.hisTable tbody tr td {
  text-align: left;
}

/* トップメッセージ */
.img40 {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .img40 {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .img40 {
    width: 100%;
  }
}
/* アニュアルレポート */
.arBoxR {
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  .arBoxR {
    margin-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .arBoxR {
    margin-top: 20px;
  }
}
.arList ul {
  margin-left: 0;
  line-height: 1.8;
}

.arList ul > li {
  padding-left: 1.2em !important;
  list-style-type: none;
  list-style-position: inside;
}

.arList ul > li:before {
  display: marker;
  content: "※";
}

/* 業績ハイライト */
.l-highlight__tablefield table th .border-R {
  border-right: 1px solid #c8c8c8;
}

/* 株式の状況 */
#container {
  width: 60%;
}

@media screen and (max-width: 980px) {
  #container {
    width: 80%;
  }
}
@media screen and (max-width: 680px) {
  #container {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #container {
    width: 100%;
    height: 150px;
  }
}
/* 有価証券報告書 */
/*.irSecuritiesList {
  z-index: 0;
  position: absolute;
  top: 12px;
  left: 10px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 2; }
.irSecuritiesList_period {
  position: relative;
  z-index: 1;
  color: #222222;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
  padding: 12px 10px 4px 120px; }

@media screen and (max-width: 768px){
  .irSecuritiesList{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 1.4rem;
    line-height: 2;
    display: inline-block; }
  .irSecuritiesList_period{
    padding: 0;
    margin: 10px 0 0;
    line-height: 1.5; } }*/
/*********************************************************************** 
ブラウザの幅が768px以上 

**********************************************************************/
@media only screen and (min-width: 768px) {
  .row .photo {
    float: right;
    width: 460px;
  }
  .row .txt {
    float: left;
    width: 460px;
  }
}
/*********************************************************************** 
ブラウザの幅が767px以下 
**********************************************************************/
@media only screen and (max-width: 767px) {
  .row .photo {
    margin-bottom: 10px;
    text-align: center;
  }
}
/***********************************************************************
ブラウザの幅に関わらない共通のCSS
**********************************************************************/
.row .rightCol .leading {
  font-weight: bold;
  font-size: 20px;
}

/***********************************************************************
ブラウザの幅が768px以上
**********************************************************************/
@media only screen and (min-width: 768px) {
  .row .leftCol {
    float: left;
    width: 460px;
  }
  .row .rightCol {
    float: right;
    width: 460px;
  }
}
/***********************************************************************
ブラウザの幅が767px以下
**********************************************************************/
@media only screen and (max-width: 767px) {
  .row .leftCol {
    margin-bottom: 20px;
    text-align: center;
  }
}
/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.viewer ul li img {
  width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 101;
}

.viewer .btnPrev {
  left: 10px;
  background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}

.viewer .btnNext {
  right: 10px;
  background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.viewer ul {
  display: inline-block;
  overflow: hidden;
}

/* 環境保全の考え方 */
.img20 {
  width: 20%;
}

@media screen and (max-width: 272px) {
  .img20 {
    width: 20%;
  }
}
@media screen and (max-width: 350px) {
  .img20 {
    width: 20%;
  }
}
/* CSRページ */
.eco-box-5 {
  background-color: #d5d5d5;
  border: 2px solid #e1e1e1;
  -webkit-box-shadow: 0 0 0 2px #d5d5d5;
          box-shadow: 0 0 0 2px #d5d5d5;
  margin: 2em 0;
  padding: 2em;
}

.bl_rd_top_intro {
  min-height: 400px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 6rem 0;
  background: url("../img/rd/index/rd2_top_img.jpg") center center/cover #ccd3d9;
}

.bl_rd_top_intro_ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.bl_rd_top_intro_txt {
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 35px;
}

.bl_rd_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0098e6;
  padding-right: 10px;
  padding-bottom: 2px;
  position: relative;
}
.bl_rd_link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #0098e6 2px solid;
  border-right: #0098e6 2px solid;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-70%);
          transform: rotate(45deg) translateY(-70%);
}
.bl_rd_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0098e6;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.bl_rd_link:hover::before {
  width: 100%;
}

.bl_rd_top_colWrap {
  margin-top: 80px;
}

.bl_rd_top_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_rd_top_col + .bl_rd_top_col {
  margin-top: 60px;
}
.bl_rd_top_col:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_rd_top_col:nth-child(2n) .bl_rd_top_col_txt {
  margin-left: 0;
  margin-right: 6.12244898%;
}

.bl_rd_top_col_img {
  width: 36.93877551%;
}

.bl_rd_top_col_txt {
  width: 48.367346939%;
  margin-left: 6.12244898%;
}

.bl_rd_top_col_txt_ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.bl_rd_top_col_txt_p {
  margin-top: 10px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.bl_rd_moreLink {
  display: inline-block;
  color: #fff;
  background-color: #0098e6;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 15px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.bl_rd_moreLink:hover {
  background-color: #4fc4ff;
}

.bl_rd_top_col_txt_linkWrap {
  background-color: #f8f8f8;
  padding: 15px 25px;
  margin-top: 30px;
}
.bl_rd_top_col_txt_linkWrap .bl_rd_link {
  margin-right: 30px;
}
.bl_rd_top_col_txt_linkWrap .bl_rd_link:last-child {
  margin-right: 0;
}
.bl_rd_top_col_txt_linkWrap br {
  display: none;
}

.bl_rd_top_topics {
  margin-top: 100px;
}

.bl_rd_top_topics_hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_rd_top_topics_hdr_ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.bl_rd_top_topics_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}

.bl_rd_top_topics_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.571428571%;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.bl_rd_top_topics_list_item:nth-child(2n) {
  margin-left: 2.857142858%;
}
.bl_rd_top_topics_list_item:nth-child(n+3) {
  margin-top: 2.857142858%;
}
.bl_rd_top_topics_list_item:hover {
  opacity: 0.5;
}

.bl_rd_top_topics_list_item_img {
  width: 168px;
}
.bl_rd_top_topics_list_item_img img {
  display: block;
  width: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.bl_rd_top_topics_list_item_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f8f8f8;
  padding: 20px;
}

.bl_rd_top_topics_list_item_txt_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.bl_rd_top_topics_list_item_txt_p {
  font-size: 1.4rem;
  margin-top: 8px;
  line-height: 1.7;
}

.bl_rd_top_archives {
  margin-top: 100px;
  background-color: #f8f8f8;
  padding: 30px 20px;
  text-align: center;
}

.bl_rd_content {
  margin-bottom: 100px;
}

.bl_rd_topicsIndex_hdr_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bl_rd_topicsIndex_hdr_col_img {
  width: 65.714285714%;
  position: relative;
}

.bl_rd_topicsIndex_hdr_col_img_new {
  font-family: Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1;
  color: #0098e6;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  border: #0098e6 1px solid;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px 5px 3px 5px;
}

.bl_rd_topicsIndex_hdr_col_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f8f8f8;
  padding: 35px 30px;
}

.bl_rd_topicsIndex_hdr_col_txt_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.bl_rd_topicsIndex_hdr_col_txt_p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 30px;
}

.bl_rd_topicsIndex_main {
  margin-top: 80px;
}

.bl_rd_topicsIndex_main_section + .bl_rd_topicsIndex_main_section {
  margin-top: 60px;
}

.bl_rd_topicsIndex_main_section_ttl {
  color: #0098e6;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background-color: #f8f8f8;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.bl_rd_topicsIndex_main_section_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_rd_topicsIndex_main_section_col_item {
  width: 31.428571429%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #dddddd 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_rd_topicsIndex_main_section_col_item + .bl_rd_topicsIndex_main_section_col_item {
  padding-left: 2.857142856%;
}
.bl_rd_topicsIndex_main_section_col_item:nth-child(3n+1) {
  padding-left: 0;
}
.bl_rd_topicsIndex_main_section_col_item.el_borderNone {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.bl_rd_topicsIndex_main_section_col_item_txt {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.bl_rd_topicsIndex_main_section_col_item_txt_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.bl_rd_topicsIndex_main_section_col_item_txt_p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 20px;
}

.bl_rd_topicsIndex_main_section_col_item_link {
  margin-top: auto;
}

.bl_rd_contact {
  margin-top: 100px;
  background-color: #f8f8f8;
  padding: 60px 20px;
}

.bl_rd_contact_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.bl_rd_contact_link {
  display: block;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #0098e6;
  text-align: center;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.bl_rd_contact_link:hover {
  background-color: #4fc4ff;
}

.bl_rd_organization_intro {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
  background: url("../img/rd/organization/organization2_main_bg.jpg") center center/cover #f0f9ff;
}

.bl_rd_organization_intro_inner_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 45px;
  text-align: center;
}

.bl_rd_organization_intro_inner_p {
  font-size: 1.6rem;
  text-align: center;
}

.bl_rd_organization_intro_inner_img {
  margin-top: 60px;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  text-align: center;
}
.bl_rd_organization_intro_inner_img img {
  width: 100%;
  max-width: 774px;
}

.bl_rd_organization_mainIntro {
  margin-top: 60px;
}

.bl_rd_organization_mainIntro_hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_rd_organization_mainIntro_hdr_txt {
  width: 65.816326531%;
}

.bl_rd_organization_mainIntro_hdr_txt_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}

.bl_rd_organization_mainIntro_hdr_txt_p {
  font-size: 1.6rem;
}

.bl_rd_organization_mainIntro_hdr_img {
  width: 30.612244898%;
  max-width: 300px;
  margin-left: 3.571428571%;
}

.bl_rd_organization_mainContent_item {
  margin-top: 60px;
}

.bl_rd_organization_mainContent_item_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #0098e6;
  background-color: #f8f8f8;
  padding: 5px 10px;
}

.bl_rd_organization_mainContent_item_detail_txt {
  font-size: 1.6rem;
}

.bl_rd_organization_mainContent_item_detail_img {
  margin-top: 40px;
  border: #dddddd 1px solid;
  padding: 20px 20px;
  text-align: center;
}
.bl_rd_organization_mainContent_item_detail_img img {
  width: 100%;
  display: inline-block;
}
.bl_rd_organization_mainContent_item_detail_img img.el_img01 {
  max-width: 726px;
}
.bl_rd_organization_mainContent_item_detail_img img.el_img02 {
  max-width: 500px;
}
.bl_rd_organization_mainContent_item_detail_img img.el_img03 {
  max-width: 426px;
}

.bl_rd_organization_mainContent_item_detail_imgCol {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bl_rd_organization_mainContent_item_detail_imgCol_item_txt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
}

.bl_rd_organization_mainContent_item_detail_imgCol_item {
  width: 31.428571429%;
}
.bl_rd_organization_mainContent_item_detail_imgCol_item + .bl_rd_organization_mainContent_item_detail_imgCol_item {
  margin-left: 2.857142857%;
}

.bl_rd_organization_mainContent_item_detail_imgInnerCol_item_txt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
}

.bl_rd_organization_mainContent_item_detail_imgInnerCol {
  margin-top: 40px;
  border: #dddddd 1px solid;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_rd_organization_mainContent_item_detail_imgInnerCol_item + .bl_rd_organization_mainContent_item_detail_imgInnerCol_item {
  margin-left: 4.081632653%;
}
.bl_rd_organization_mainContent_item_detail_imgInnerCol_item .el_img04 {
  width: 100%;
  max-width: 394px;
}

.bl_rd_organization_mainContent_item_detail.el_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_rd_organization_mainContent_item_detail.el_col .bl_rd_organization_mainContent_item_detail_txt {
  width: 40.102040816%;
}
.bl_rd_organization_mainContent_item_detail.el_col .bl_rd_organization_mainContent_item_detail_img {
  margin-top: 0;
  margin-left: 2.857142857%;
  width: 57.142857143%;
}

.bl_rd_technology_intro {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 70px 0;
  background: url("../img/rd/technology/technology2_main_bg.jpg") center center/cover #f0f9ff;
}

.bl_rd_technology_intro_inner_p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.bl_rd_technology_mainItem {
  margin-top: 80px;
  border-bottom: #dddddd 1px solid;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.bl_rd_technology_mainItem + .bl_rd_technology_mainItem {
  margin-top: 0;
}

.bl_rd_technology_mainItem_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 10px;
  border-left: #0098e6 2px solid;
  margin-bottom: 40px;
}

.bl_rd_technology_mainItem_subTtl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #0098e6;
  background-color: #f8f8f8;
  padding: 5px 10px;
}

.bl_rd_technology_mainItem_txt {
  font-size: 1.6rem;
}

.bl_rd_technology_mainItem_imgWrap {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_rd_technology_mainItem_imgWrap_item {
  width: 31.428571429%;
}
.bl_rd_technology_mainItem_imgWrap_item + .bl_rd_technology_mainItem_imgWrap_item {
  margin-left: 2.857142857%;
}
.bl_rd_technology_mainItem_imgWrap_item:nth-child(3n+1) {
  margin-left: 0;
}
.bl_rd_technology_mainItem_imgWrap_item:nth-child(n+4) {
  margin-top: 25px;
}

.bl_rd_technology_mainItem_inner + .bl_rd_technology_mainItem_inner {
  margin-top: 60px;
}

.bl_rd_technology_mainItem_innerTtl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.bl_rd_technology_mainItem_imgWrap_item_txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}

.bl_rd_technology_mainItem_table {
  margin-top: 40px;
}

.bl_rd_technology_mainItem_table_hdr {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 15px 40px;
  background-color: #e3eefa;
}

.bl_rd_technology_mainItem_table_body {
  background-color: #f2faff;
  padding: 30px 40px;
  font-size: 1.4rem;
  line-height: 2;
}

.bl_rd_technology_mainItem_table_body_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_rd_technology_mainItem_table_body_col_item + .bl_rd_technology_mainItem_table_body_col_item {
  margin-left: 6.12244898%;
}

.bl_rd_technology_descItem + .bl_rd_technology_descItem {
  margin-top: 80px;
}

.bl_rd_technology_descItem_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}

.bl_rd_technology_descItem_txt {
  font-size: 1.6rem;
}

.bl_rd_technology_descItem_img {
  margin-top: 40px;
}

.bl_rd_archive_intro_txt {
  font-size: 1.6rem;
}

.bl_rd_archive_main {
  margin-top: 80px;
}

.bl_rd_archive_main_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bl_rd_archive_main_tab_item {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 33.333%;
  background-color: #e7f4fc;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.bl_rd_archive_main_tab_item + .bl_rd_archive_main_tab_item {
  width: calc(33.333% - 1px);
  margin-left: 1px;
}
.bl_rd_archive_main_tab_item.is-active {
  color: #fff;
  background-color: #0098e6;
}
.bl_rd_archive_main_tab_item:hover {
  color: #fff;
  background-color: #0098e6;
}

.bl_rd_archive_main_content {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f8f8f8;
  padding: 70px 0;
}

.bl_rd_archive_main_content_inner_item {
  display: none;
}
.bl_rd_archive_main_content_inner_item.is-show {
  display: block;
}

.bl_rd_archive_main_content_inner_item_anchor {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.bl_rd_archive_main_content_inner_item_anchor_item {
  width: 31.428571429%;
}
.el_col2 .bl_rd_archive_main_content_inner_item_anchor_item {
  width: 48.571428572%;
}
.bl_rd_archive_main_content_inner_item_anchor_item + .bl_rd_archive_main_content_inner_item_anchor_item {
  margin-left: 2.857142857%;
}
.bl_rd_archive_main_content_inner_item_anchor_item a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: #dddddd 1px solid;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.bl_rd_archive_main_content_inner_item_anchor_item a::after {
  content: "";
  border-right: #222 2px solid;
  border-bottom: #222 2px solid;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
}
.bl_rd_archive_main_content_inner_item_anchor_item a:hover {
  opacity: 0.5;
}
.bl_rd_archive_main_content_inner_item_anchor_item a:hover::after {
  bottom: 10px;
}

.bl_rd_archive_main_content_inner_item_table_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}

.bl_rd_archive_main_content_inner_item_table_item_year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ededed;
  width: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.bl_rd_archive_main_content_inner_item_table_item_descWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 25px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bl_rd_archive_main_content_inner_item_table_item_desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_rd_archive_main_content_inner_item_table_item_desc_new {
  font-family: Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1;
  color: #0098e6;
  display: inline-block;
  border: #0098e6 1px solid;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px 5px 3px 5px;
  margin-bottom: 10px;
}

.bl_rd_archive_main_content_inner_item_table_item_desc_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.bl_rd_archive_main_content_inner_item_table_item_desc_txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 5px;
}

.bl_rd_archive_main_content_inner_item_table_item_icon {
  width: 18px;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_rd_archive_main_content_inner_item_table_item_icon img {
  display: block;
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 768px) {
  .bl_rd_top_intro {
    padding: 6rem 0 20rem;
    background: url(../img/rd/index/rd2_top_img_sp.jpg) center bottom/cover #ccd3d9;
  }
  .bl_rd_top_intro_ttl {
    font-size: 2.2rem;
  }
  .bl_rd_top_intro_txt {
    font-size: 1.4rem;
  }
  .bl_rd_top_intro_txt br {
    display: none;
  }
  .bl_rd_link {
    font-size: 1.4rem;
  }
  .bl_rd_top_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 6rem;
  }
  .bl_rd_top_col:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-left: 6rem;
  }
  .bl_rd_top_col_txt {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .bl_rd_top_col_txt_ttl {
    font-size: 2rem;
  }
  .bl_rd_top_col_txt_p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .bl_rd_moreLink {
    font-size: 1.4rem;
  }
  .bl_rd_top_col_img {
    width: 100%;
  }
  .bl_rd_top_col_txt_linkWrap .bl_rd_link {
    margin-right: 0;
  }
  .bl_rd_top_col_txt_linkWrap .bl_rd_link:nth-child(n+2) {
    margin-top: 5px;
  }
  .bl_rd_top_col_txt_linkWrap br {
    display: block;
  }
  .bl_rd_top_topics_hdr_ttl {
    font-size: 2rem;
  }
  .bl_rd_top_topics_list_item {
    width: 100%;
  }
  .bl_rd_top_topics_list_item:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
  .bl_rd_top_topics_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .bl_rd_top_topics_list_item_txt {
    padding: 15px;
    min-height: 182px;
  }
  .bl_rd_top_topics_list_item_txt_ttl {
    font-size: 1.4rem;
  }
  .bl_rd_top_topics_list_item_txt_p {
    font-size: 1.2rem;
  }
  .bl_rd_top_archives {
    padding: 15px 20px;
  }
  .bl_rd_topicsIndex_hdr_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_rd_topicsIndex_hdr_col_img {
    width: 100%;
  }
  .bl_rd_topicsIndex_hdr_col_txt {
    padding: 20px;
  }
  .bl_rd_topicsIndex_hdr_col_txt_ttl {
    font-size: 1.8rem;
  }
  .bl_rd_topicsIndex_hdr_col_txt_p {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .bl_rd_topicsIndex_main_section_ttl {
    font-size: 1.6rem;
  }
  .bl_rd_topicsIndex_main_section_col_item {
    width: 100%;
  }
  .bl_rd_topicsIndex_main_section_col_item + .bl_rd_topicsIndex_main_section_col_item {
    padding-left: 0;
  }
  .bl_rd_topicsIndex_main_section_col_item.el_borderNone {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #dddddd 1px solid;
  }
  .bl_rd_topicsIndex_main_section_col_item_txt_ttl {
    font-size: 1.6rem;
  }
  .bl_rd_topicsIndex_main_section_col_item_txt_p {
    margin-bottom: 10px;
  }
  .bl_rd_contact {
    margin-top: 60px;
    padding: 30px 20px;
  }
  .bl_rd_contact_txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .bl_rd_contact_link {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  .bl_rd_organization_intro {
    padding: 60px 0;
  }
  .bl_rd_organization_intro_inner_ttl {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 25px;
  }
  .bl_rd_organization_intro_inner_p {
    font-size: 1.4rem;
    text-align: left;
  }
  .bl_rd_organization_intro_inner_p br {
    display: none;
  }
  .bl_rd_organization_intro_inner_img {
    margin-top: 40px;
    padding: 20px 10px;
  }
  .bl_rd_organization_mainIntro_hdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_rd_organization_mainIntro_hdr_txt {
    width: 100%;
  }
  .bl_rd_organization_mainIntro_hdr_txt_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .bl_rd_organization_mainIntro_hdr_txt_p {
    font-size: 1.4rem;
  }
  .bl_rd_organization_mainIntro_hdr_img {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .bl_rd_organization_mainIntro {
    margin-top: 60px;
  }
  .bl_rd_organization_mainContent_item {
    margin-top: 60px;
  }
  .bl_rd_organization_mainContent_item_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding: 5px 10px;
  }
  .bl_rd_organization_mainContent_item_detail_txt {
    font-size: 1.4rem;
  }
  .bl_rd_organization_mainContent_item_detail_img {
    margin-top: 20px;
    padding: 10px;
  }
  .bl_rd_organization_mainContent_item_detail_imgCol {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_rd_organization_mainContent_item_detail_imgCol_item {
    width: 100%;
    max-width: 400px;
  }
  .bl_rd_organization_mainContent_item_detail_imgCol_item + .bl_rd_organization_mainContent_item_detail_imgCol_item {
    margin-left: 0;
    margin-top: 20px;
  }
  .bl_rd_organization_mainContent_item_detail_imgCol_item_txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .bl_rd_organization_mainContent_item_detail.el_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_rd_organization_mainContent_item_detail.el_col .bl_rd_organization_mainContent_item_detail_txt {
    width: 100%;
  }
  .bl_rd_organization_mainContent_item_detail.el_col .bl_rd_organization_mainContent_item_detail_img {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
  .bl_rd_organization_mainContent_item_detail_imgInnerCol {
    margin-top: 20px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_rd_organization_mainContent_item_detail_imgInnerCol_item + .bl_rd_organization_mainContent_item_detail_imgInnerCol_item {
    margin-left: 0;
    margin-top: 20px;
  }
  .bl_rd_technology_intro {
    padding: 50px 0;
  }
  .bl_rd_technology_intro_inner_p {
    font-size: 1.6rem;
    text-align: left;
  }
  .bl_rd_technology_intro_inner_p br {
    display: none;
  }
  .bl_rd_technology_mainItem {
    margin-top: 60px;
  }
  .bl_rd_technology_mainItem_ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .bl_rd_technology_mainItem_subTtl {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding: 5px 10px;
  }
  .bl_rd_technology_mainItem_txt {
    font-size: 1.4rem;
  }
  .bl_rd_technology_mainItem_imgWrap_item {
    width: 48.571428572%;
  }
  .bl_rd_technology_mainItem_imgWrap_item:nth-child(3n+1) {
    margin-left: 2.857142857%;
  }
  .bl_rd_technology_mainItem_imgWrap_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .bl_rd_technology_mainItem_imgWrap_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .bl_rd_technology_mainItem_innerTtl {
    font-size: 1.4rem;
  }
  .bl_rd_technology_mainItem_table {
    margin-top: 30px;
  }
  .bl_rd_technology_mainItem_table_hdr {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  .bl_rd_technology_mainItem_table_body {
    padding: 20px;
    font-size: 1.2rem;
  }
  .bl_rd_technology_mainItem {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .bl_rd_technology_descItem + .bl_rd_technology_descItem {
    margin-top: 60px;
  }
  .bl_rd_technology_descItem_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .bl_rd_technology_descItem_img {
    margin-top: 30px;
  }
  .bl_rd_archive_intro_txt {
    font-size: 1.4rem;
  }
  .bl_rd_archive_main {
    margin-top: 60px;
  }
  .bl_rd_archive_main_tab_item {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  .bl_rd_archive_main_content {
    padding: 40px 0;
  }
  .bl_rd_archive_main_content_inner_item_table_item_year {
    font-size: 1.2rem;
    width: 54px;
  }
  .bl_rd_archive_main_content_inner_item_table_item_descWrap {
    padding: 15px;
  }
  .bl_rd_archive_main_content_inner_item_table_item_desc_new {
    font-size: 1rem;
  }
  .bl_rd_archive_main_content_inner_item_table_item_desc_ttl {
    font-size: 1.4rem;
  }
  .bl_rd_archive_main_content_inner_item_table_item_desc_txt {
    font-size: 1.2rem;
  }
}
.bl_company {
  margin-bottom: 10rem;
}
.bl_company a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.bl_company_top_mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: rgb(155, 203, 237);
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 203, 237)), color-stop(60%, rgb(189, 222, 245)), to(rgb(236, 244, 250)));
  background: -webkit-linear-gradient(left, rgb(155, 203, 237) 0%, rgb(189, 222, 245) 60%, rgb(236, 244, 250) 100%);
  background: linear-gradient(to right, rgb(155, 203, 237) 0%, rgb(189, 222, 245) 60%, rgb(236, 244, 250) 100%);
}

.bl_company_top_mv_img {
  padding: 100px 0 180px;
  line-height: 1;
}
.bl_company_top_mv_img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bl_company_top_main {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: -80px;
  padding-bottom: 100px;
  position: relative;
}
.bl_company_top_main::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #f8f8f8;
  z-index: -1;
  position: absolute;
  top: 80px;
  left: 0;
}

.bl_company_top_main_list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

.bl_company_top_main_list_item {
  width: 30%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
.bl_company_top_main_list_item:not(:nth-of-type(3n)) {
  margin-right: 5%;
}
.bl_company_top_main_list_item:nth-of-type(n + 4) {
  margin-top: 4rem;
}

.bl_company_top_main_list_item_link {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_company_top_main_list_item_link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  border-width: 20px 20px 0 0;
  border-color: transparent #0098e6 #0098e6 transparent;
  border-style: solid;
}
.bl_company_top_main_list_item_link:hover {
  opacity: 0.5;
}

.bl_company_top_main_list_item_txt {
  padding: 30px 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.bl_company_top_sub_list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 50px 0 0 0;
}

.bl_company_top_sub_list_item {
  width: 30%;
  min-height: 88px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
.bl_company_top_sub_list_item:not(:nth-of-type(3n)) {
  margin-right: 5%;
}
.bl_company_top_sub_list_item:nth-of-type(n + 4) {
  margin-top: 4rem;
}

.bl_company_top_sub_list_item_link {
  padding: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  background: white;
}
.bl_company_top_sub_list_item_link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: #0098e6 1px solid;
  border-right: #0098e6 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.bl_company_top_sub_list_item_link:hover {
  opacity: 0.5;
}

.bl_company_top_sub_list_item_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_company_top_sub_list_item_txt img {
  line-height: 1;
  width: 30px;
  height: auto;
  display: block;
}

.bl_company_top_sub_list_item_txt_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 15px;
  line-height: 1.5;
}

.bl_company_top_bottom {
  padding-top: 100px;
}

.bl_company_top_bottom_inner {
  max-width: 830px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_company_top_bottom_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5%;
  width: 49%;
}

.bl_company_top_bottom_txt_hdr {
  padding-left: 1.4rem;
  margin-bottom: 4rem;
  border-left: 2px solid #0098e6;
}

.bl_company_top_bottom_txt_ttl {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.bl_company_top_bottom_txt_desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.bl_company_top_bottom_img {
  width: 46%;
}

.bl_company_message_main {
  margin-top: 6rem;
  margin-bottom: 8rem;
}

.bl_company_message_name {
  margin-top: 4rem;
  text-align: right;
}

.bl_company_message_name_post {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 2rem;
  line-height: 1;
  vertical-align: middle;
}

.bl_company_message_name_sign {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: middle;
}

.bl_company_library_list {
  list-style: none;
}

.bl_company_library_list_item + .bl_company_library_list_item {
  margin-top: 3rem;
}

.bl_company_library_list_item {
  background-color: #f8f8f8;
  padding: 4rem 3rem;
}

.bl_company_library_list_item_inner {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_company_library_list_item_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5%;
  width: 49%;
}

.bl_company_library_list_item_txt_hdr {
  padding-left: 1.4rem;
  margin-bottom: 4rem;
  border-left: 2px solid #0098e6;
}

.bl_company_library_list_item_txt_hdr_ttl {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.bl_company_library_list_item_txt_hdr_desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.bl_company_library_list_item_img {
  width: 46%;
}

table.bl_company_table {
  width: 100%;
}
table.bl_company_table .el_sm {
  display: none;
}
table.bl_company_table thead th {
  padding: 0.5em;
  border-collapse: collapse;
  border: 1px solid #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
  background-color: #e8e8e8;
  vertical-align: middle;
  text-align: center;
}
table.bl_company_table tbody th,
table.bl_company_table tbody td {
  padding: 0.5em;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
}
table.bl_company_table tbody th a,
table.bl_company_table tbody td a {
  color: #0098e6;
  text-decoration: underline;
}
table.bl_company_table tbody th a:hover,
table.bl_company_table tbody td a:hover {
  opacity: 0.5;
}
table.bl_company_table tbody th {
  background-color: #f8f8f8;
  vertical-align: middle;
  text-align: center;
  border-left: none;
}
table.bl_company_table tbody td {
  background-color: #fff;
  vertical-align: middle;
  text-align: left;
  border-right: none;
}
table.bl_company_table tbody td.el_w200 {
  width: 20rem;
}

.bl_company_table_scrollWrap_note {
  display: none;
}

table.bl_company_table_officer tbody th {
  width: 26rem;
}

table.bl_company_outline_table {
  margin-bottom: 6rem;
}

table.bl_company_office_table {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
table.bl_company_office_table tbody th {
  width: 11rem;
}

table.bl_company_group_table {
  margin-bottom: 2rem;
}
table.bl_company_group_table tbody th {
  text-align: left;
  width: 30rem;
}

table.bl_company_table_history tbody th:first-child {
  width: 1.5em;
  vertical-align: top;
  padding: 0.5em 1em;
  line-height: 1.4;
}
table.bl_company_table_history tbody th {
  vertical-align: top;
}
table.bl_company_table_history tbody td {
  vertical-align: top;
}

.bl_company_outline_pdf {
  margin-bottom: 6rem;
}

.bl_company_business_list {
  list-style: none;
}

.bl_company_business_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_company_business_list_item + .bl_company_business_list_item {
  margin-top: 1rem;
}

.bl_company_business_list_item_img {
  width: 21.5rem;
  min-height: 18.2rem;
}
.bl_company_business_list_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_company_business_list_item_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem;
  background-color: #f8f8f8;
}

.bl_company_business_list_item_txt_sub {
  margin-top: 1.5rem;
  padding: 2rem;
  background-color: #e2edf2;
}

.bl_company_business_list_item_txt_sub_p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.bl_company_philosophy_catch {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 1em 0 0.5em;
  text-align: center;
}

.bl_company_philosophy_copy {
  color: #0098e6;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1em 0;
  text-align: center;
}
.bl_company_philosophy_copy:first-child {
  margin-top: 0;
}

.bl_company_philosophy_sloganImg img {
  display: block;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.bl_company_philosophy_dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bl_company_philosophy_dl dt {
  width: 18rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.bl_company_philosophy_dl dt:nth-of-type(n + 2) {
  margin-top: 1rem;
}
.bl_company_philosophy_dl dd {
  width: calc(100% - 18rem);
  font-size: 1.6rem;
  line-height: 1.75;
}
.bl_company_philosophy_dl dd:nth-of-type(n + 2) {
  margin-top: 1rem;
}

.bl_company_charter_h3 {
  color: #0098e6;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

.bl_company_charter_date {
  margin-top: 2rem;
}

.bl_company_procurement_h3 {
  color: #0098e6;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

.bl_company_standard .bl_company_listNum_cnt > li {
  margin-top: 1rem;
}
.bl_company_standard .bl_company_list_styleNone > li {
  margin-top: 1rem;
}
.bl_company_standard .bl_company_charter_date.bl_company_list_styleNone > li {
  margin-top: 0;
}
.bl_company_standard .bl_company_listNum > li {
  margin-top: 1rem;
}

.bl_company_procurement_catch {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.bl_company_procurement_link {
  margin-top: 4rem;
}

.bl_company_procurement_contentMargin {
  margin-top: 1rem;
}

.bl_company_mapWrap {
  width: 100%;
  position: relative;
  padding-top: 40%;
}
.bl_company_mapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_company_library_adList {
  margin-top: 3rem;
}

.bl_company_library_ad_item {
  display: block;
  background-color: #f8f8f8;
  padding: 1rem;
}

.bl_company_library_ad_item_img {
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}
.bl_company_library_ad_item_img:hover {
  opacity: 0.5;
}

.bl_company_library_ad_item_caption {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.bl_company_library_video_item_link {
  display: block;
  background-color: #f8f8f8;
}
.bl_company_library_video_item_link:hover {
  opacity: 0.5;
}

.bl_company_library_video_item_txt {
  padding: 1rem 2.5rem 1rem 1rem;
  position: relative;
}
.bl_company_library_video_item_txt:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: #0098e6 1px solid;
  border-right: #0098e6 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.bl_company_library_video_item_txt_p {
  font-size: 1.6rem;
  font-weight: 700;
}

.bl_company_library_video_item_txt_sub {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: baseline;
}

.bl_company_h2_b.bl_company_library_cm_ttlHasLink .bl_common_txt_exLink {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

.bl_company_exhibition_head {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f8f8f8;
  padding: 3rem 0;
}

.bl_company_exhibition_head_list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -2.5rem;
}
.bl_company_exhibition_head_list .m-archives__item,
.bl_company_exhibition_head_list .m-archives__item--active {
  margin-right: 4rem;
  margin-top: 2rem;
}
.bl_company_exhibition_head_list .m-archives__item::before,
.bl_company_exhibition_head_list .m-archives__item--active::before {
  content: none;
}
.bl_company_exhibition_head_list .m-archives__item a,
.bl_company_exhibition_head_list .m-archives__item--active a {
  font-size: 1.6rem;
  display: block;
  padding: 0.5rem 3rem 0.5rem 0;
  border-bottom: #0098e6 1px solid;
  position: relative;
}
.bl_company_exhibition_head_list .m-archives__item a:hover,
.bl_company_exhibition_head_list .m-archives__item--active a:hover {
  opacity: 0.5;
}
.bl_company_exhibition_head_list .m-archives__item a:after,
.bl_company_exhibition_head_list .m-archives__item--active a:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: #0098e6 1px solid;
  border-right: #0098e6 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.bl_company_exhibition_head_list .m-archives__item--active {
  color: #0098e6;
}

.bl_company_exhibition_main {
  margin-top: 4rem;
}

.bl_company_exhibition_main_item {
  padding: 1.5rem 0;
  border-bottom: #dddddd 1px solid;
}
.bl_company_exhibition_main_item:first-child {
  border-top: #dddddd 1px solid;
}

.bl_company_exhibition_main_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_company_exhibition_main_item_img {
  display: block;
  width: 14rem;
  height: 10.5rem;
}
.bl_company_exhibition_main_item_img img {
  width: 14rem;
  height: 10.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_company_exhibition_main_item_txt {
  display: block;
  margin-left: 3rem;
}

.bl_company_exhibition_main_item_txt_list {
  list-style: none;
  font-size: 1.4rem;
}
.bl_company_exhibition_main_item_txt_list a.bl_common_txt_exLink {
  font-size: 1.4rem;
}
.bl_company_exhibition_main_item_txt_list a.bl_common_txt_exLink::after {
  width: 1.2rem;
  height: 1.2rem;
}

.bl_company_exhibition_main_item_txt_list_item_hasBtn {
  margin-top: 1rem;
}
.bl_company_exhibition_main_item_txt_list_item_hasBtn a {
  display: inline-block;
  background-color: #0098e6;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}
.bl_company_exhibition_main_item_txt_list_item_hasBtn a:hover {
  opacity: 0.5;
}

.bl_company_exhibition_main_item_txt_ttl {
  font-size: 1.6rem;
  font-weight: 700;
}

.bl_company_miniBtn.bl_company_history_btn {
  margin-top: 2rem;
  padding-right: 3rem;
  position: relative;
}
.bl_company_miniBtn.bl_company_history_btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg) translateY(100%);
          transform: rotate(135deg) translateY(100%);
  position: absolute;
  top: 50%;
  right: 1rem;
}

.bl_company_history_imgWrap {
  margin-top: 3rem;
}
.bl_company_history_imgWrap .bl_common_col4_item {
  height: 15rem;
}
.bl_company_history_imgWrap .bl_common_col4_item img {
  display: block;
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_company_year_list_wrap {
  padding: 3rem 2rem;
  background-color: #f8f8f8;
}

.bl_company_year_list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -2.5rem;
}
.bl_company_year_list .bl_company_year_list_item {
  margin-right: 4rem;
  margin-top: 2rem;
}
.bl_company_year_list .bl_company_year_list_item::before {
  content: none;
}
.bl_company_year_list .bl_company_year_list_item a {
  font-size: 1.6rem;
  display: block;
  padding: 0.5rem 2rem 0.5rem 0;
  border-bottom: #0098e6 1px solid;
  position: relative;
}
.bl_company_year_list .bl_company_year_list_item a:hover {
  opacity: 0.5;
}
.bl_company_year_list .bl_company_year_list_item a:after {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: #0098e6 1px solid;
  border-right: #0098e6 1px solid;
  -webkit-transform: translateY(-60%) rotate(135deg);
          transform: translateY(-60%) rotate(135deg);
}

.bl_company_h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.5em 0 1em;
}
.bl_company_h2:first-child {
  margin-top: 0;
}

.bl_company_h2_b {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.5em 0 1em;
  padding-left: 0.5em;
  border-left: #0098e6 2px solid;
}
.bl_company_h2_b:first-child {
  margin-top: 0;
}

.bl_company_h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0.5em;
  color: #0098e6;
}
.bl_company_h3:first-child {
  margin-top: 0;
}

.bl_company_h3_b {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: #0098e6 1px solid;
}
.bl_company_h3_b:first-child {
  margin-top: 0;
}

.bl_company_h3_c {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0 0.5em;
}
.bl_company_h3_c:first-child {
  margin-top: 0;
}

.bl_company_h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1em 0 0.5em;
}
.bl_company_h4:first-child {
  margin-top: 0;
}

.bl_company_h4_b {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1em 0 0.5em;
}
.bl_company_h4_b span {
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: #0098e6;
  color: #fff;
}
.bl_company_h4_b:first-child {
  margin-top: 0;
}

.bl_company_h4_c {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1em 0 0.5em;
}
.bl_company_h4_c span {
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: #f8f8f8;
  color: #222;
}
.bl_company_h4_c:first-child {
  margin-top: 0;
}

.bl_company_p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.bl_company_p.el_txtRight {
  text-align: right;
}

.bl_company_caption {
  font-size: 1.2rem;
}
.bl_company_caption.el_txtRight {
  text-align: right;
}

.bl_company_miniBtn {
  cursor: pointer;
  display: inline-block;
  background-color: #0098e6;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  padding: 8px 15px;
}
.bl_company_miniBtn:hover {
  opacity: 0.5;
}
.bl_company_miniBtn.el_exlink {
  position: relative;
  padding-right: 35px;
  line-height: 1.5;
}
.bl_company_miniBtn.el_exlink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16.33px;
  background: url("/assets/img/common/icon_exlink_white.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_company_section + .bl_company_section {
  margin-top: 6rem;
}

.bl_company_section.el_border + .bl_company_section.el_border {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: #dddddd 1px solid;
}

.bl_company_section_cm {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: #dddddd 1px solid;
}
.bl_company_section_cm.el_first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.bl_company_sectionSub {
  margin-top: 4rem;
}
.bl_company_sectionSub.el_nonMargin {
  margin-top: 0;
}

.bl_company_box {
  padding: 3rem;
  background-color: #f8f8f8;
}

ol.bl_company_listNum {
  margin-top: 1rem;
  padding-left: 2.2em;
  list-style: decimal;
}
ol.bl_company_listNum li {
  font-size: 1.6rem;
}
ol.bl_company_listNum:first-child {
  margin-top: 0;
}
ol.bl_company_listNum.el_marginL > li + li {
  margin-top: 2rem;
}

ol.bl_company_listNum_cnt {
  padding-left: 0;
}
ol.bl_company_listNum_cnt > li {
  padding-left: 1.8em;
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
ol.bl_company_listNum_cnt > li::before {
  content: "(" counter(cnt) ")";
  position: absolute;
  top: 0;
  left: 0;
}

ol.bl_company_listNumMaru_cnt {
  padding-left: 0;
}
ol.bl_company_listNumMaru_cnt > li {
  padding-left: 1.4em;
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt2;
}
ol.bl_company_listNumMaru_cnt > li::before {
  content: counter(cnt2);
  font-size: 0.75em;
  position: absolute;
  top: 0.35em;
  left: 0.35em;
}
ol.bl_company_listNumMaru_cnt > li::after {
  content: "";
  position: absolute;
  display: block;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid #222;
  border-radius: 50%;
}

.bl_company_dl {
  margin-top: 2rem;
}

.bl_company_dl_dt {
  font-size: 1.6rem;
  font-weight: 700;
}

.bl_company_dl_dd {
  margin-top: 0.5rem;
}

.bl_company_list {
  padding-left: 1.5em;
}
.bl_company_list li {
  font-size: 1.6rem;
}
.bl_company_list li a {
  color: #0098e6;
  text-decoration: underline;
}
.bl_company_list li a:hover {
  opacity: 0.5;
}

.bl_company_list_styleNone {
  list-style: none;
  padding-left: 0;
}
.bl_company_list_styleNone li {
  font-size: 1.6rem;
}
.bl_company_list_styleNone.el_txtRight li {
  text-align: right;
}

.bl_company_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}

.bl_company_tab_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding: 1rem;
  color: #0098e6;
}
.bl_company_tab_item + .bl_company_tab_item {
  margin-left: 1px;
}

a.bl_company_tab_item {
  background-color: #f8f8f8;
  color: #0098e6;
}
a.bl_company_tab_item:hover {
  opacity: 0.5;
}

span.bl_company_tab_item {
  color: #222;
  background-color: #e9f8ff;
}

a.bl_common_txt_link {
  font-size: 1.6rem;
  color: #0098e6;
  display: inline-block;
  text-decoration: underline;
}
a.bl_common_txt_link:hover {
  opacity: 0.5;
}

a.bl_common_txt_exLink {
  font-size: 1.6rem;
  color: #0098e6;
  display: inline-block;
  text-decoration: underline;
}
a.bl_common_txt_exLink::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/assets/img/common/icon_exlink.svg") no-repeat center center/contain;
  margin-left: 0.8rem;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
a.bl_common_txt_exLink:hover {
  opacity: 0.5;
}

a.bl_common_txt_pdfLink {
  font-size: 1.6rem;
  color: #0098e6;
  display: inline-block;
  text-decoration: underline;
}
a.bl_common_txt_pdfLink::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/assets/img/common/icon_pdf.svg") no-repeat center center/contain;
  margin-left: 0.8rem;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
a.bl_common_txt_pdfLink:hover {
  opacity: 0.5;
}

.bl_common_exLink {
  display: inline-block;
}
.bl_common_exLink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16.33px;
  background: url("/assets/img/common/icon_exlink.svg") no-repeat center center/contain;
  margin-left: 1rem;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.bl_common_pdfLink {
  display: block;
  background-color: #f8f8f8;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bl_common_pdfLink:hover {
  opacity: 0.5;
}

.bl_common_pdfLink_txt {
  display: block;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 2rem;
}

.bl_common_pdfLink_icon {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #0098e6;
  position: relative;
  padding-right: 24px;
}
.bl_common_pdfLink_icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 16.33px;
  background: url("/assets/img/common/icon_pdf.svg") no-repeat center center/contain;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.bl_common_linkBtn {
  display: block;
  width: 38%;
  min-width: 300px;
  height: 80px;
  line-height: 80px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 20px auto;
  color: #2f2f2f;
}
a.bl_common_linkBtn::after {
  display: inline-block;
  font-family: iconfont;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ea06";
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a.bl_common_linkBtn:hover {
  text-decoration: none;
  color: #fff;
  background: #0098e6;
  border-color: #0098e6;
}
a.bl_common_linkBtn:hover::after {
  right: 0.5rem;
  color: #fff;
}

.bl_common_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_common_col2_item {
  width: 48.4375%;
}
.bl_common_col2_item + .bl_common_col2_item {
  margin-left: 3.125%;
}
.bl_common_col2_item:nth-child(n+3) {
  margin-top: 3.125%;
}
.bl_common_col2_item:nth-child(2n+1) {
  margin-left: 0;
}

.bl_common_col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_common_col3_item {
  width: 31.25%;
}
.bl_common_col3_item + .bl_common_col3_item {
  margin-left: 3.125%;
}
.bl_common_col3_item:nth-child(n+4) {
  margin-top: 3.125%;
}
.bl_common_col3_item:nth-child(3n+1) {
  margin-left: 0;
}

.bl_common_col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_common_col4_item {
  width: 22.65625%;
}
.bl_common_col4_item + .bl_common_col4_item {
  margin-left: 3.125%;
}
.bl_common_col4_item:nth-child(n+5) {
  margin-top: 3.125%;
}
.bl_common_col4_item:nth-child(4n+1) {
  margin-left: 0;
}

.bl_company_printWrap {
  padding: 3rem;
  max-width: 80rem;
  margin: 0 auto;
}

.bl_company_logo img {
  display: block;
  width: 9.6rem;
  height: auto;
}

.bl_company_print_map {
  width: 100%;
  position: relative;
  padding-top: 110%;
}
.bl_company_print_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_company_print_map iframe #map_canvas div > img {
  position: absolute;
}
.bl_company_print_map iframe .gm-style div > img {
  position: absolute;
}

.bl_company_print_btnWrap {
  text-align: center;
  margin-top: 2rem;
}
.bl_company_print_btnWrap .bl_company_miniBtn + .bl_company_miniBtn {
  margin-left: 1rem;
}

.bl_company_print_copyright {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 3rem;
}

table.bl_company_table_printMap {
  margin-top: 1rem;
}
table.bl_company_table_printMap tbody th {
  vertical-align: top;
  width: 9rem;
}
table.bl_company_table_printMap tbody td {
  vertical-align: top;
}

@media print {
  .bl_company_printWrap {
    padding: 10mm;
    max-width: none;
    margin: 0;
  }
  .bl_company_noPrint {
    display: none;
  }
}
.breadItem,
.l-pageHeader__bread-item,
.l-pageHeader__bread-item--active {
  font-size: 1.2rem;
}

.l-main {
  padding-top: 115px;
}

.l-header {
  position: fixed;
  z-index: 99999;
  height: 115px;
}

.el_scroll .l-header {
  height: 83px;
}

.l-header__func-inner-util-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__func-inner-util-list-item.el_contact a {
  line-height: 1;
  padding: 0.5rem 1rem;
  border: #0098e6 1px solid;
  color: #0098e6;
}
.l-header__func-inner-util-list-item.el_contact a:hover {
  background-color: #0098e6;
  color: #fff;
}

.l-header__logo,
.l-header__logo a,
.l-header__func-inner-util-list,
.l-header__func-inner-util-search {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.l-header__logo {
  -webkit-transition-property: padding;
  transition-property: padding;
}

.l-header__logo a {
  -webkit-transition-property: width;
  transition-property: width;
}

.l-header__func-inner-util-list,
.l-header__func-inner-util-search {
  -webkit-transition-property: top;
  transition-property: top;
}

body.el_scroll .l-header__logo {
  padding: 10px 0;
}
body.el_scroll .l-header__logo a {
  width: 60px;
}
body.el_scroll .l-header__func-inner-util-list {
  top: -42px;
}
body.el_scroll .l-header__func-inner-util-search {
  top: -36px;
}

.l-footer {
  padding-top: 40px;
}

.l-footer__logo {
  width: 60px;
  margin: 0 auto 20px;
}

.l-footer__nav {
  margin: 0 auto 30px;
  padding: 0 15px 30px;
}
.l-footer__nav .m-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__nav-column-head {
  font-size: 1.4rem;
  color: #444;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: #dddddd 1px solid;
}

.l-footer__nav-column-list {
  margin: 0 0 22px;
}

.l-footer__nav-column-list-item a {
  font-size: 1.2rem;
  padding: 0.2em 0;
  color: #666;
}
.l-footer__nav-column-list-item a::before {
  content: none;
}

.l-footer__nav-column {
  width: auto;
  float: inherit;
}
.l-footer__nav-column:last-child {
  padding-right: 0;
}

.l-footer__nav-column-list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav-column-list_wrap .l-footer__nav-column-list + .l-footer__nav-column-list {
  margin-left: 2rem;
}

.l-main article.csr2022 .csr__lnavArea {
  top: 115px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.l-main article.csr2022 .csr__lnavArea.is-fixed {
  top: 83px;
}

.l-main article.csr2022 .csr__lnavArea .csr__lnav {
  z-index: 999999;
}

@media only screen and (max-width: 1000px) {
  body.el_scroll .l-header__logo {
    padding: 10px 15px;
  }
  .l-main article.csr2022 .csr__lnavArea {
    top: 0;
  }
}
@media only screen and (max-width: 889px) {
  .l-footer__nav-column-list_wrap {
    display: block;
  }
  .l-footer__nav-column-list_wrap .l-footer__nav-column-list + .l-footer__nav-column-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-header {
    height: auto;
  }
  .el_scroll .l-header {
    height: auto;
  }
  body.el_scroll .l-header__logo {
    height: 60px;
    padding: 16px 0 16px 20px;
  }
  body.el_scroll .l-header__smartBtn {
    top: 14px;
  }
  body.el_scroll .l-header__func {
    top: 60px;
  }
  body.el_scroll .l-header__func-inner-util-search {
    top: auto;
  }
  .l-header__func {
    top: 64px;
    z-index: 99999;
  }
  .l-main article.csr2022 .csr__lnavArea.is-fixed {
    top: 60px;
  }
  .l-main {
    padding-top: 64px;
  }
  .l-header.is-active .l-header__smartBtn .l-header__smartBtn-inner::before {
    left: 0;
  }
  .l-header.is-active .l-header__smartBtn .l-header__smartBtn-inner::after {
    left: 0;
  }
  .l-header__smartBtn-inner {
    margin: 0 auto;
  }
  .l-header__smartBtn-txt {
    color: #0098e6;
    letter-spacing: 0;
    margin-top: 2px;
  }
  .l-header__smartBtn-txt .el_open {
    display: none;
  }
  .l-header.is-active .l-header__smartBtn-txt .el_close {
    display: none;
  }
  .l-header.is-active .l-header__smartBtn-txt .el_open {
    display: block;
  }
  .l-header__smartBtn {
    top: 16px;
  }
  .l-header__func-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-header__func-inner-nav-list-item:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .l-header__func-inner-util {
    padding: 20px;
  }
  .l-header__func-inner-util-list {
    float: inherit;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .l-header__func-inner-util-search {
    float: inherit;
    width: 100%;
    max-width: 500px;
  }
  .l-header__func-inner-util-list-item {
    max-width: 100px;
  }
  .l-header__func-inner-util-list-item.el_contact a {
    border: none;
    padding: 0;
  }
  .l-header__func-inner-util-list-item img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 760px) {
  .bl_company {
    margin-bottom: 8rem;
  }
  .bl_company_top_mv_img {
    padding: 80px 0 160px;
  }
  .bl_company_top_main_list_item_img img {
    width: 100%;
  }
  .bl_company_top_main_list_item {
    width: 100%;
  }
  .bl_company_top_main_list_item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .bl_company_top_main_list_item + .bl_company_top_main_list_item {
    margin-top: 2rem;
  }
  .bl_company_top_sub_list_item {
    width: 48%;
  }
  .bl_company_top_sub_list_item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .bl_company_top_sub_list_item:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .bl_company_top_sub_list_item:nth-of-type(n + 3) {
    margin-top: 1rem;
  }
  .bl_company_top_main_list_item_txt {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 20px;
  }
  .bl_company_top_sub_list {
    margin-top: 30px;
  }
  .bl_company_top_sub_list_item {
    min-height: 68px;
  }
  .bl_company_top_sub_list_item_txt_ttl {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-left: 10px;
  }
  .bl_company_top_sub_list_item_link {
    padding: 10px 25px 10px 15px;
  }
  .bl_company_top_sub_list_item_link:after {
    right: 15px;
  }
  .bl_company_top_sub_list_item_txt img {
    width: 20px;
  }
  .bl_company_top_main {
    margin-top: -80px;
    padding-bottom: 60px;
    position: relative;
  }
  .bl_company_top_bottom {
    padding-top: 60px;
  }
  .bl_company_top_bottom_inner {
    display: block;
  }
  .bl_company_top_bottom_txt {
    width: 100%;
  }
  .bl_company_top_bottom_img {
    width: 100%;
    max-width: 385px;
    margin-top: 4rem;
  }
  .bl_company_top_bottom_txt_hdr {
    margin-bottom: 2rem;
  }
  .bl_company_top_bottom_txt_ttl {
    font-size: 1.8rem;
  }
  .bl_company_top_bottom_txt_desc {
    font-size: 1.4rem;
  }
  .bl_company_library_list_item {
    padding: 3rem 2rem;
  }
  .bl_company_library_list_item_inner {
    display: block;
  }
  .bl_company_library_list_item_txt {
    width: 100%;
  }
  .bl_company_library_list_item_img {
    width: 100%;
    margin-top: 4rem;
  }
  .bl_company_library_list_item_txt_hdr {
    margin-bottom: 2rem;
  }
  .bl_company_library_list_item_txt_hdr_ttl {
    font-size: 1.8rem;
  }
  .bl_company_library_list_item_txt_hdr_desc {
    font-size: 1.4rem;
  }
  .bl_company_philosophy_catch {
    font-size: 1.6rem;
    text-align: left;
  }
  .bl_company_philosophy_catch br {
    display: none;
  }
  .bl_company_philosophy_copy {
    font-size: 1.8rem;
    text-align: left;
  }
  .bl_company_philosophy_copy br {
    display: none;
  }
  .bl_company_charter_h3 {
    font-size: 1.8rem;
  }
  .bl_company_procurement_h3 {
    font-size: 1.8rem;
  }
  .bl_company_philosophy_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_company_philosophy_dl dt {
    font-size: 1.4rem;
    width: 100%;
  }
  .bl_company_philosophy_dl dt:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
  .bl_company_philosophy_dl dd {
    padding-left: 1em;
    font-size: 1.4rem;
    width: 100%;
  }
  .bl_company_philosophy_dl dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .bl_company_tab_item {
    font-size: 1.4rem;
  }
  .bl_company_exhibition_main_item_img {
    display: none;
  }
  .bl_company_exhibition_main_item_txt {
    margin-left: 0;
  }
  .bl_company_business_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bl_company_business_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48.4375%;
  }
  .bl_company_business_list_item + .bl_company_business_list_item {
    margin-top: 0;
    margin-left: 3.125%;
  }
  .bl_company_business_list_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .bl_company_business_list_item:nth-child(n+3) {
    margin-top: 3.125%;
  }
  .bl_company_business_list_item_img {
    width: 100%;
    height: 20rem;
  }
  .bl_company_business_list_item_txt {
    padding: 2rem;
  }
  .bl_company_section + .bl_company_section {
    margin-top: 4rem;
  }
  .bl_company_box {
    padding: 2rem;
  }
  .bl_company_section.el_border + .bl_company_section.el_border {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .bl_company_procurement_catch {
    font-size: 1.8rem;
    text-align: left;
  }
  .bl_company_procurement_catch br {
    display: none;
  }
  .bl_company_miniBtn {
    font-size: 1.4rem;
    padding: 15px 15px;
  }
  table.bl_company_table .el_sm {
    display: block;
  }
  table.bl_company_table thead th {
    font-size: 1.4rem;
  }
  table.bl_company_table tbody th,
  table.bl_company_table tbody td {
    font-size: 1.4rem;
  }
  table.bl_company_table tbody td.el_w200 {
    width: 16rem;
  }
  table.bl_company_table_officer tbody th {
    width: 14rem;
  }
  table.bl_company_office_table tbody th {
    text-align: left;
  }
  table.bl_company_office_table tbody th,
  table.bl_company_office_table tbody td {
    display: block;
    width: 100%;
  }
  .bl_company_table_scrollWrap {
    width: 100%;
    overflow-x: scroll;
  }
  .bl_company_table_scrollWrap table.bl_company_table {
    min-width: 70rem;
  }
  .bl_company_table_scrollWrap.el_min600 table.bl_company_table {
    min-width: 60rem;
  }
  .bl_company_table_scrollWrap.el_min550 table.bl_company_table {
    min-width: 55rem;
  }
  .bl_company_table_scrollWrap.el_min450 table.bl_company_table {
    min-width: 45rem;
  }
  .bl_company_table_scrollWrap.el_min400 table.bl_company_table {
    min-width: 40rem;
  }
  ol.bl_company_listNumMaru_cnt > li::before {
    top: 0.25em;
    left: 0.4em;
  }
  ol.bl_company_listNumMaru_cnt > li::after {
    top: 0.9em;
  }
  .bl_company_list li {
    font-size: 1.4rem;
  }
  .bl_company_message_main {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .bl_company_h2 {
    font-size: 2rem;
  }
  .bl_company_h2_b {
    font-size: 2rem;
  }
  .bl_company_h3 {
    font-size: 1.6rem;
  }
  .bl_company_h3_b {
    font-size: 1.6rem;
  }
  .bl_company_h3_c {
    font-size: 1.6rem;
  }
  .bl_company_h4 {
    font-size: 1.4rem;
  }
  .bl_company_h4_b {
    font-size: 1.4rem;
  }
  .bl_company_h4_c {
    font-size: 1.4rem;
  }
  .bl_company_p {
    font-size: 1.4rem;
  }
  .bl_common_col3_item {
    width: 48.4375%;
  }
  .bl_common_col3_item + .bl_common_col3_item {
    margin-left: 3.125%;
  }
  .bl_common_col3_item:nth-child(n+4) {
    margin-top: 0;
  }
  .bl_common_col3_item:nth-child(3n+1) {
    margin-left: 3.125%;
  }
  .bl_common_col3_item:nth-child(n+3) {
    margin-top: 3.125%;
  }
  .bl_common_col3_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .bl_common_col4_item {
    width: 48.4375%;
  }
  .bl_common_col4_item:nth-child(n+5) {
    margin-top: 0;
  }
  .bl_common_col4_item:nth-child(n+3) {
    margin-top: 3.125%;
  }
  .bl_common_col4_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .bl_company_message_name_post {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
  .bl_company_message_name_sign {
    font-size: 1.4rem;
  }
  a.bl_common_txt_link,
  a.bl_common_txt_exLink,
  a.bl_common_txt_pdfLink {
    font-size: 1.4rem;
  }
  .bl_common_pdfLink_txt {
    font-size: 1.4rem;
    margin-right: 1.5rem;
  }
  .bl_common_pdfLink_icon {
    font-size: 1.2rem;
    padding-right: 20px;
  }
  .bl_common_pdfLink_icon::after {
    top: 50%;
    width: 12px;
    height: 16px;
  }
  a.bl_common_linkBtn {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 730px) {
  .bl_company_table_scrollWrap .bl_company_table_scrollWrap_note {
    display: block;
    font-size: 1.4rem;
  }
  .bl_company_table_scrollWrap.el_min600 .bl_company_table_scrollWrap_note, .bl_company_table_scrollWrap.el_min550 .bl_company_table_scrollWrap_note, .bl_company_table_scrollWrap.el_min450 .bl_company_table_scrollWrap_note, .bl_company_table_scrollWrap.el_min400 .bl_company_table_scrollWrap_note {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  .bl_company_table_scrollWrap.el_min600 .bl_company_table_scrollWrap_note {
    display: block;
  }
}
@media only screen and (max-width: 580px) {
  .bl_company_table_scrollWrap.el_min550 .bl_company_table_scrollWrap_note {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .bl_company_table_scrollWrap.el_min450 .bl_company_table_scrollWrap_note {
    display: block;
  }
  .bl_company_business_list_item {
    width: 100%;
  }
  .bl_company_business_list_item + .bl_company_business_list_item {
    margin-left: 0;
    margin-top: 3rem;
  }
  .bl_company_business_list_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .bl_company_business_list_item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .bl_common_col2_item.bl_company_library_video_item {
    width: 100%;
  }
  .bl_common_col2_item.bl_company_library_video_item + .bl_common_col2_item.bl_company_library_video_item {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 430px) {
  .bl_company_table_scrollWrap.el_min400 .bl_company_table_scrollWrap_note {
    display: block;
  }
}/*# sourceMappingURL=neg.css.map */