#news{
  line-break: strict;
  overflow-wrap: break-word;
}

#news.news_tpl .ico_blank::after {
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  padding: 4px 3px;
  margin-right: 4px;
  background: url(/jpn/tech/partner_robot/common/images/icon_link_target_blk.png) right no-repeat;
  vertical-align: middle;
}

#news.news_tpl .ico_mail::after {
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  padding: 4px 3px;
  margin-right: 4px;
  background: url("/jpn/tech/partner_robot/common/images/icon_mail.png") right no-repeat;
  vertical-align: middle;
}

#news.news_tpl .ico_rss::after {
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: 4px;
  background: url("/jpn/tech/partner_robot/common/images/icon_rss.svg") right/20px no-repeat ;
  vertical-align: middle;
}

.news_tpl #news_template .inner {
  padding-top: 0!important;
}

@media only screen and (max-width: 767px) {
  .news_tpl #news_template .inner {
    padding-top: 0!important;
  }
  #news.news_tpl .ico_rss::after {
    right: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-left: 2px;
    background: url("/jpn/tech/partner_robot/common/images/icon_rss.svg") right/15px no-repeat ;
    vertical-align: middle;
  }
}

.news_tpl #news_template .mv-img {
  position: relative;
  width: 100%;
}

.news_tpl #news_template .mv-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0));
}

.news_tpl #news_template .mv-img img {
  width: 100%;
}

.news_tpl #news_template .mv-img .mv-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.news_tpl #news_template .mv-img .mv-inner .title-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 30px 20px 20px;
}

.news_tpl #news_template .mv-img .mv-inner .title-wrap .date {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.news_tpl #news_template .mv-img .mv-inner .title-wrap h2.news-heading {
  overflow: hidden;
  /*height: 3em;*/
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.5px;
  color: #fff;
}
.news_tpl #news_template .mv-img .mv-inner .title-wrap h2.news-heading .title_sub {
  display: block;
  font-size: 0.6em;
  line-height: 1.5;
  margin-top: 0.5em;
}

.news_tpl #news_template figcaption {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.news_tpl #news_template .column-area .right-img {
  width: 40%;
}

.news_tpl #news_template .column-area .left-img {
  width: 40%;
  margin: 0;
  margin-right: 30px;
}

.news_tpl #news_template .column-area .right-txt {
  width: 60%;
}

.news_tpl #news_template .column-area .right-txt-prof {
  width: 75%;
}

.news_tpl #news_template a {
  color: #1e72e0;
  word-break: break-word;
  text-decoration: underline;
}

.news_tpl #news_template a:hover {
  text-decoration: underline;
}

.news_tpl #news_template .news-area .inner-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 20px 20px 0;
}

.news_tpl #news_template .news-area .inner-wrap .txt-area .txt.figcaption {
  font-size: 14px;
}

.news_tpl #news_template .news-area .inner-wrap .txt-area.figcaption {
  margin: 5px 0;
}

.news_tpl #news_template .news-area .inner-wrap .txt-area.figcaption .txt {
  font-size: 14px;
}

.news_tpl #news_template .news-area .inner-wrap .img-area {
  margin: 1.5em auto 0;
}

.news_tpl #news_template sup.large {
  font-size: 22px;
  top: 0.1em;
}

.news_tpl .news-area .inner-wrap .date {
  margin-bottom: 8px;
  color: #888;
  font-size: 11px;
  line-height: 1.5;
}

.news_tpl .news-area .inner-wrap h2.news-heading {
  font-size: 30px;
  font-weight: bold;
}

.news_tpl .news-area .inner-wrap h2.news-heading .title_sub {
  font-size: 0.6em;
  line-height: 2em;
}

.news_tpl .news-area .inner-wrap h3.news-sub-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.5;
}

.news_tpl .news-area .inner-wrap .txt-area {
  margin: 40px auto;
}

.news_tpl .news-area .inner-wrap h3.news-sub-heading3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.7em;
}

.news_tpl .news-area .inner-wrap h4.news-sub-heading4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
#news_foot h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
.news_tpl .news-area .inner-wrap .txt-area p {
  font-size: 16px;
  letter-spacing: .2px;
}

.news_tpl .news-area .inner-wrap .txt-area .txt {
  margin-bottom: 1.6em;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: .2px;
}

.news_tpl .news-area .inner-wrap .txt-area .txt .-b {
  font-weight: bold;
}

.news_tpl .news-area .inner-wrap .txt-area .txt .highlight_y {
  background: linear-gradient(transparent 50%, #FFFF99 0);
}

.news_tpl .news-area .inner-wrap .txt-area .txt > a {
  color: #71a7e7;
}
.news_tpl .news-area .inner-wrap .txt-area .ind13 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.news_tpl .news-area .inner-wrap .txt-area .ind30 {
  text-indent: -3em;
  padding-left: 3em;
}

.news_tpl .news-area .inner-wrap .txt-area .pl30 {
  padding-left: 3em;
}

.news_tpl .news-area .inner-wrap .txt-blk {
  margin-bottom: 65px;
}

.news_tpl .news-area .inner-wrap .txt-blk:last-of-type {
  margin-bottom: 40px;
}

.news_tpl .news-area .inner-wrap .img-area {
  margin: 40px auto 80px;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column, .news-img-column2 {
  display: flex;
  justify-content: space-between;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column li {
  max-width: 100%;
  margin: 0 auto;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column.two li {
  width: 49%;
  margin: 0;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column li figure {
  text-align: center;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column li figure figcaption {
  font-size: 16px;
  text-align: center;
  line-height: 2em;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column li figure a.lightbox {
  position: relative;
  display: block;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column li figure a.lightbox:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 84px;
  height: 84px;
  margin: auto;
  content: '';
  background: url(/jpn/tech/partner_robot/images/icon_play_large.png) 0 0 no-repeat;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column2 li figure {
  text-align: center;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column2 li figure figcaption {
  font-size: 16px;
  text-align: center;
  line-height: 2em;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column2 li figure a.lightbox {
  position: relative;
  display: block;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column2 li figure a.lightbox:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 84px;
  height: 84px;
  margin: auto;
  content: '';
  background: url(/jpn/tech/partner_robot/images/icon_play_large.png) 0 0 no-repeat;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  overflow: hidden;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-l {
  width: 66.7%;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-l img {
  max-height: 100%;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-l .list-img {
  width: 100%;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-m {
  width: 32.9%;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-m .list-img {
  width: 100%;
  height: calc(50% - 2px);
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-m .list-img.-l {
  height: calc(50% - 4px);
}

@-moz-document url-prefix() {
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-m .list-img.-l {
    height: calc(50% - 3px);
  }
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 figure {
  height: 100%;
  text-align: center;
  position: relative;
}

.news_tpl .news-area .inner-wrap .img-area .news-img-column02 figure figcaption {
  padding: 0 2.5%!important;
  font-size: 16px;
  text-align: left;
  line-height: 2.0;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 95%;
  background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0));
}

.news_tpl .news-area .inner-wrap .column-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.news_tpl .news-area .inner-wrap .column-area .txt-area {
  margin: 0;
}

.news_tpl .news-area .inner-wrap .column-area .left-img {
  flex-shrink: 0;
  width: 30%;
  margin-right: 30px;
  text-align: center;
}

.news_tpl .news-area .inner-wrap .column-area .left-img-prof {
  flex-shrink: 0;
  width: 25%;
  margin-right: 30px;
  text-align: center;
}

.news_tpl .news-area .inner-wrap .column-area .right-img {
  flex-shrink: 0;
  width: 30%;
  margin-left: 30px;
  text-align: center;
}

.news_tpl .news-area .inner-wrap .column-area .right-img-prof {
  flex-shrink: 0;
  width: 25%;
  margin-left: 30px;
  text-align: center;
}

.news_tpl .news-area .inner-wrap .column-area .left-img img, .news_tpl .news-area .inner-wrap .column-area .right-img img {
  width: 100%;
}

.news_tpl .news-area .inner-wrap .column-area .left-img figcaption, .news_tpl .news-area .inner-wrap .column-area .right-img figcaption,
.news_tpl .news-area .inner-wrap .column-area .left-img-prof figcaption, .news_tpl .news-area .inner-wrap .column-area .right-img-prof figcaption {
  text-align: left;
}

@media only screen and (max-width: 435px) {
  .news_tpl #news_template .column-area .right-txt-prof {
    width: 100%;
  }
  .news_tpl .news-area .inner-wrap .column-area .left-img-prof {
    width: 100%;
    text-align: center;
    margin: 0 0 0.7em;
  }
  .news_tpl .news-area .inner-wrap .column-area .right-img-prof {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .news_tpl .news-area .inner-wrap .column-area .left-img-prof img, .news_tpl .news-area .inner-wrap .column-area .right-img-prof img {
    width: 60%;
  }
}

.news_tpl .news-area .inner-wrap sub, .news_tpl .news-area .inner-wrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.news_tpl .news-area .inner-wrap sub {
  bottom: -0.25em;
}

.news_tpl .news-area .inner-wrap sup {
  top: -0.5em;
}

.news_tpl .news-area .inner-wrap th, .news_tpl .news-area .inner-wrap td {
  border: 1px solid #000;
  padding: 5px;
}

.news_tpl .news-area .inner-wrap dl.notes {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1em;
}

.news_tpl .news-area .inner-wrap dl.notes dt, .news_tpl .news-area .inner-wrap dl.notes dd {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

.news_tpl .news-area .inner-wrap dl.notes dt {
  width: 2.6em;
}

.news_tpl .news-area .inner-wrap dl.notes dt.dt-m {
  width: 4.3em;
}

.news_tpl .news-area .inner-wrap dl.notes dt.dt-l {
  width: 8.4em;
}

.news_tpl .news-area .inner-wrap dl.notes dd {
  width: calc(100% - 2.6em);
}

.news_tpl .news-area .inner-wrap dl.notes dd.dt-m {
  width: calc(100% - 4.3em);
  word-wrap: break-word;
}

.news_tpl .news-area .inner-wrap dl.notes dd.dt-l {
  width: calc(100% - 8.4em);
  word-wrap: break-word;
}
.news_tpl .news-area .inner-wrap ul.related-link {
  font-size: 1.1em;
  list-style: none;
}

.news_tpl .news-area .inner-wrap ul.related-link li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

.news_tpl .news-area .inner-wrap .bg-gray {
  background-color: #d9d9d9;
}

.news_tpl .news-area .inner-wrap .introduce {
  margin: 0 auto 3em;
  padding: 5px 40px;
}

@media only screen and (max-width: 767px) {
  .news_tpl .news-area .inner-wrap .date {
    font-size: 14px;
  }
  .news_tpl .news-area .inner-wrap h2.news-heading {
    padding-top: 18px;
    font-size: 24px;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column {
    display: block;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column.two li {
    width: 100%;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column li figure img {
    width: 100%;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 {
    flex-direction: row;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-list {
    flex-direction: row;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-l {
    width: 100%;
    border-right: none;
    margin-bottom: 1%;
    margin-top: 1%;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-l img {
    width: 100%;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-m {
    width: 100%;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 .img-m .list-img {
    width: 49.5%;
  }
  .news_tpl .news-area .inner-wrap .img-area .news-img-column02 figure {
    height: auto;
  }
  .news_tpl .news-area .inner-wrap .column-area {
    display: block;
  }
  .news_tpl .news-area .inner-wrap .column-area .left-img {
    width: 100%;
    margin-right: 0;
  }
  .news_tpl .news-area .inner-wrap .column-area .right-img {
    width: 100%;
    margin-left: 0;
  }
  .news_tpl .news-area .inner-wrap .column-area .left-img img, .news_tpl .news-area .inner-wrap .column-area .right-img img {
    width: 100%;
  }
  .news_tpl .news-area .inner-wrap .column-area .left-img figcaption, .news_tpl .news-area .inner-wrap .column-area .right-img figcaption {
    font-size: 16px;
    text-align: center;
  }
  .news_tpl .news-area .inner-wrap dl.notes.-l {
    display: block;
  }
  .news_tpl .news-area .inner-wrap dl.notes.-l dt.dt-l {
    width: 100%;
    margin-bottom: 0;
    line-height: 1.0em;
  }
  .news_tpl .news-area .inner-wrap dl.notes.-l dd.dt-l {
    width: 100%;
  }
  .news_tpl #news_template .mv-img .mv-inner {
    padding: 0;
  }
  .news_tpl #news_template .mv-img .mv-inner .title-wrap {
    padding: 20px;
  }
  .news_tpl #news_template .mv-img .mv-inner .title-wrap h2.news-heading {
    height: auto;
    font-size: 22px;
    line-height: 1.3;
  }
  .news_tpl #news_template .mv-img + .inner {
    padding: 0 0 45px;
  }
  .news_tpl #news_template .column-area .right-img {
    width: 100%;
  }
  .news_tpl #news_template .column-area .left-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_tpl #news_template .column-area .right-txt {
    width: 100%;
  }
  .news_tpl #news_template .column-area .right-txt .figcaption {
    font-size: 13px;
  }
  .news_tpl #news_template figcaption {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .news_tpl #news_template sup.large {
    font-size: 16px;
    top: -0.5em;
  }
  .news_tpl .news-area .inner-wrap .txt-area {
    margin: 40px auto;
  }
  .news_tpl .news-area .inner-wrap .txt-area.figcaption .txt {
    font-size: 13px;
  }
  .news_tpl .news-area .inner-wrap .txt-blk {
    margin-bottom: 60px;
  }
  .news_tpl .news-area .inner-wrap .introduce {
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 435px) {
  .news_tpl #news_template .mv-img .mv-inner .title-wrap .date {
    margin-bottom: 14px;
  }
  .news_tpl #news_template .mv-img .mv-inner .title-wrap h2.news-heading {
    font-size: 18px;
  }
}

/*add*/
#news_template .mv-img .source {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}

/*rss*/
#news_template .rss {
  display: flex;
  justify-content: flex-end;
  padding: 10px 5px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

#news_template .rss a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
  color: #212121;
  text-decoration: none;
  transition: color .3s 0s ease;
}

#news_template .rss a:hover {
  color: #eb0a1e;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
 #news_template .rss a,p {
   font-size: 12px;
   line-height: 1.5;
   letter-spacing: -0.5px;
   margin: 0;
 }
}

/*table*/
#news_template .news-area .inner-wrap table {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

#news_template .news-area .inner-wrap table th,td {
  line-height: 1.5;
}

#news_template .news-area .inner-wrap table th{
  width: 30%;
}

/*
#news_template .news-area .inner-wrap table {
  margin: 0 auto;
  min-width: 700px;
}
#news_template .news-area .inner-wrap table th,td {
  line-height: 1.5;
}

#news_template  .news-area .inner-wrap .t_scroll table {
  margin: 0 auto;
  min-width: 700px;
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
 #news_template .news-area .inner-wrap .t_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: normal;
  }
 #news_template .news-area .inner-wrap .t_scroll table {
    display: block;
  }
}
*/

/*sdgs*/
#news_template .inner .news-area .inner-wrap .sdgs > ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#news_template .inner .news-area .inner-wrap .sdgs > ul > li + li {
  margin-left: 4px;
}

#news_template .inner .news-area .inner-wrap .sdgs ul li img {
 width: 80px;
 margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  #news_template .inner .news-area .inner-wrap .sdgs ul li img {
    width: 50px;
    margin-bottom: 4px;
  }
}

/* width(%) 100 for ie */
@media all and (-ms-high-contrast: none) {
  .ie_w_100per {
    width: 100% !important;
  }
}

/*SNS*/
#news_template .inner .news-area .inner-wrap .sns {
  margin-bottom: 10px;
}
#news_template .inner .news-area .inner-wrap .sns > ul {
  display: flex;
  justify-content: flex-end;
}
#news_template .inner .news-area .inner-wrap .sns > ul > li:not(:first-child) {
  margin-left: 5px;
}
#news_template .inner .news-area .inner-wrap .sns > ul > li.line {
  margin-right: -1px;
}