@charset "UTF-8";
/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
.total-inner {
  max-width: 1240px;
}

@media screen and (max-width: 1240px) {
  .total-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

.figure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.figure-list figure {
  width: 30%;
  margin-bottom: 40px;
}

.figure-list figcaption {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #666;
}

.figure-list:before, .figure-list:after {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30%;
  content: '';
  margin: 10px auto 0;
}

@media screen and (max-width: 750px) {
  .figure-list {
    margin: 40px auto 0;
  }
  .figure-list figure, .figure-list:before, .figure-list:after {
    width: 47%;
    margin-bottom: 20px;
  }
}

/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
.ttl-square:before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
  color: #4dc6ff;
}

/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
#product-intro-flir .img {
  margin-bottom: 40px;
}

.l-elios-product {
  padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .l-elios-product {
    padding-bottom: 40px;
  }
}

.l-elios-product .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-elios-product .ttl-horizontal-line {
  margin-bottom: 0;
  font-weight: bold;
}

.l-elios-product .comp-box {
  width: 47%;
  margin-bottom: 40px;
}

.l-elios-product .comp-box img {
  border: 1px solid #eee;
}

.l-elios-product .comp-box dl {
  background: #01164d;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  padding: 15px;
  font-weight: bold;
}

.l-elios-product .comp-box dl dt, .l-elios-product .comp-box dl dd {
  padding: 0 20px;
}

.l-elios-product .comp-box dl dt {
  width: 200px;
}

.l-elios-product .comp-box dl dd {
  width: calc(100% - 200px);
}

@media screen and (max-width: 750px) {
  .l-elios-product .comp-box {
    margin-bottom: 0;
    margin-top: 30px;
    width: 90%;
  }
  .l-elios-product .comp-box dl {
    padding: 0;
    border: 1px solid #eee;
    border-top: none;
  }
  .l-elios-product .comp-box dl dt, .l-elios-product .comp-box dl dd {
    width: 100%;
  }
  .l-elios-product .comp-box dl dt {
    padding: 20px;
  }
  .l-elios-product .comp-box dl dd {
    padding: 20px;
    color: #1b1b1b;
    background: #f6f9fb;
  }
}

.l-elios-output {
  margin-bottom: 60px;
}

.l-elios-output .frm {
  margin-top: 40px;
  background: #f6f9fb;
  padding: 50px 0;
}

@media screen and (max-width: 750px) {
  .l-elios-output .frm {
    margin-top: 20px;
  }
}

.l-elios-output .frm img {
  width: 90%;
  max-width: 800px;
}

.l-elios-output .prod-lead {
  font-size: 2rem;
  margin-bottom: 50px;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .l-elios-output .prod-lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
.business-top .end-caution {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  margin: -40px 0 40px auto;
  max-width: 700px;
}

@media screen and (max-width: 750px) {
  .business-top .end-caution {
    margin: 40px auto;
    width: 90%;
  }
}

.business-top .tech-solution .img-list {
  padding: 0 !important;
}

.list-tech {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 95%;
}

@media screen and (max-width: 750px) {
  .list-tech {
    margin-top: 40px;
  }
}

.list-tech .img img {
  width: 100%;
  max-width: inherit;
}

.list-tech.img-list section > a > p {
  position: static;
  margin: 0;
}

.list-tech .txt-wrap {
  margin: 0;
  width: calc(100% - 100px);
  height: 100%;
  padding: 25px 5px 20px;
}

.list-tech .txt-wrap .jn, .list-tech .txt-wrap .en {
  display: block;
  color: #0e3a6a;
}

.list-tech .txt-wrap .jn {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-tech .txt-wrap .en {
  width: 100%;
}

.list-tech section {
  margin: 0 0 10px;
  padding: 0 5px;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-tech section a {
  border: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100px;
}

.list-tech section a:after {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

@media screen and (max-width: 750px) {
  .list-tech section a:after {
    border: none;
  }
}

@media screen and (max-width: 1100px) {
  .list-tech section {
    width: 33.3%;
  }
  .list-tech section .txt-wrap .jn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  .list-tech section {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.list-tech .img {
  width: 100px;
  overflow: hidden;
}

.business-top .group-list {
  padding-top: 75px;
  margin-top: -75px;
  padding-bottom: 40px;
}

.business-top .group-list dl {
  padding: 0 20px;
  margin: 32px auto;
  text-align: left;
}

.business-top .group-list dl dt {
  max-width: 1140px;
  font-size: 2.0rem;
  font-weight: 600;
  border-left: 4px solid #4dc6ff;
  padding: 8px 0 8px 24px;
  margin-bottom: 16px;
}

.business-top .group-list dl dd {
  max-width: 1140px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 32px;
}

.business-top .biz-detail {
  max-width: 1140px;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 20px;
}

.business-top .biz-detail h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.business-top .biz-detail .sub-text {
  font-size: 1.4rem;
}

/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
#ir-sdgsesg-list section {
  padding: 75px 0 60px;
  margin-top: -75px;
}

@media screen and (max-width: 750px) {
  #ir-sdgsesg-list .total-inner {
    margin-top: 40px;
  }
}

#ir-sdgsesg-list .ttl-left-line {
  height: inherit;
  margin-bottom: 15px;
  padding-left: 1em;
}

@media screen and (max-width: 750px) {
  #ir-sdgsesg-list .ttl-left-line {
    height: inherit;
    padding: 0 0 0 20px;
  }
}

#ir-sdgsesg-list .p10 {
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ir-sdgsesg-list .square-list {
  text-align: left;
}

#ir-sdgsesg-list .square-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

#ir-sdgsesg-list .square-list li:before {
  content: '■';
  color: #4dc6ff;
  left: 0;
  position: absolute;
}

#ir-sdgsesg-list .caution {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
  text-align: left;
  font-size: 1.2rem;
}

#ir-sdgsesg-list .caution:before {
  content: '※';
  left: 0;
  position: absolute;
}

#ir-sdgsesg-list .end-corp {
  margin: 20px 0 0 auto;
  width: 330px;
}

#ir-sdgsesg-list .end-corp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #cacaca;
  background: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  color: #000;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#ir-sdgsesg-list .end-corp a:hover {
  opacity: .6;
}

#ir-sdgsesg-list .end-corp a img, #ir-sdgsesg-list .end-corp a p {
  text-align: left;
  margin: 0;
}

#ir-sdgsesg-list .end-corp a img {
  width: 60px;
  margin-right: 10px;
}

#ir-sdgsesg-list .end-corp a p > img {
  width: auto;
  margin: 0;
  height: 33px;
}

#ir-sdgsesg-list .end-corp a p.v-power > img {
  height: 28px;
}

#ir-sdgsesg-list .end-corp a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
          transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 10px;
  background: #fff url(../img/common/cmn-arw1.png) no-repeat center/6px auto;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 750px) {
  #ir-sdgsesg-list .end-corp {
    max-width: 330px;
    width: 100%;
  }
  #ir-sdgsesg-list .end-corp a img {
    width: 40px;
  }
}

.sdgs-txt {
  font-size: 1.6rem;
  text-align: left;
}

.sec-case_example {
  padding: 0 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .sec-case_example {
    padding: 0 0 40px;
  }
}

.sec-case_example .title_list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-case_example .title_list li {
  width: 70px;
  margin: 0;
  margin-right: 1px;
}

.flex-sdgs {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-sdgs .box-img {
  text-align: left;
  margin: 0;
  width: 48%;
  background: #f4f6f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.flex-sdgs .box-detail {
  width: 48%;
  position: relative;
  margin: 0;
}

.flex-sdgs .box-detail .txt {
  text-align: left;
  font-size: 1.5rem;
}

.flex-sdgs .box-detail .end-corp {
  position: absolute;
  bottom: 0;
  right: 0;
}

.flex-sdgs .box-detail .end-corp a {
  color: #000;
}

@media screen and (max-width: 750px) {
  .flex-sdgs .box-detail .end-corp {
    position: static;
  }
}

@media screen and (max-width: 750px) {
  .flex-sdgs .box-detail, .flex-sdgs .box-img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
  }
}

.flex-sdgs h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: left;
}

.flex-sdgs.line {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-sdgs.line h4 {
  height: 2.5em;
}

@media screen and (max-width: 750px) {
  .flex-sdgs.line h4 {
    height: inherit;
  }
}

.flex-sdgs .txt {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.sdgs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sdgs-flex > * {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .sdgs-flex .img {
    margin-bottom: 40px;
  }
  .sdgs-flex > * {
    width: 100%;
  }
}

.sdgs-lead {
  max-width: 1240px;
  font-size: 1.8rem;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 60px;
  line-height: 1.8;
}

.sdgs_box {
  max-width: 950px;
  text-align: left;
  padding: 30px;
  background: #f4f6f9;
}

.sdgs_box img {
  width: 100%;
}

.sdgs_box figcaption {
  margin-top: 30px;
  line-height: 1.7;
  font-size: 1.4rem;
}

.sdgs_box figcaption span {
  color: #00add9;
}

@media screen and (max-width: 750px) {
  .sdgs_box {
    padding: 20px;
  }
}

.sdgs-graph {
  overflow: auto;
}

@media screen and (max-width: 750px) {
  .sdgs-graph {
    padding: 10px;
  }
}

.sdgs-graph .graph-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 800px;
}

.sdgs-graph .end-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 1.2rem;
  margin: 15px 0 0;
}

/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
.p-management-system {
  padding-bottom: 60px;
}

.p-management-system .total-inner {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-management-system .ttl-left-line {
  height: inherit;
  padding-left: 1.5em;
}

@media screen and (max-width: 750px) {
  .p-management-system .ttl-left-line {
    margin: 20px auto;
    height: inherit;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
}

.p-management-system .system-box {
  margin-bottom: 40px;
  text-align: left;
  padding: 40px;
  background: #f4f6f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-management-system .system-box .system-detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 40px;
}

.p-management-system .system-box .system-detail dt {
  padding-left: 1.3em;
  margin-bottom: 15px;
  color: #0e3a6a;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
}

.p-management-system .system-box .system-detail dt:before {
  font-weight: normal;
  position: absolute;
  left: 0;
  content: '■';
}

.p-management-system .system-box .system-detail dd {
  font-size: 1.6rem;
}

.p-management-system .system-box .img {
  width: 50%;
}

.p-management-system .system-box .img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 750px) {
  .p-management-system .system-box {
    padding: 30px;
  }
  .p-management-system .system-box .system-detail {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .p-management-system .system-box .img {
    width: 100%;
  }
}

.p-management-system .txt {
  font-size: 1.6rem;
  text-align: left;
}

.p-management-system .last-txt {
  max-width: 340px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.4rem;
  text-align: left;
}

.p-management-system .text-link {
  color: #0e3a6a;
  text-decoration: underline;
}

/*////////////////////////////////////////////////////////////////////
追加ページ管理用css
////////////////////////////////////////////////////////////////////*/
.platform-inner {
  background: #f7f8fb;
  padding: 75px;
  text-align: left;
  margin-bottom: 80px;
}

.platform-inner .ttl-left-line {
  height: inherit;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2rem;
}

.platform-inner .platform-txt {
  margin-top: 40px;
  line-height: 2;
  font-size: 1.6rem;
}
/*# sourceMappingURL=add.css.map */