@charset "UTF-8";
@media screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}

.container {
    max-width: 1200px;
    margin: 50px auto 100px;
}
.f-l {float: left;}
.f-r {float: right;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
　　　　content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: block;
}
p {
    line-height: 2;
}
h2 {
    color: #F30000;
    font-size: 4rem;
    font-weight: bold;
    font-family: "din-condensed", sans-serif;
    margin-bottom: 40px;
}
h3 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "din-condensed", sans-serif;
    margin-bottom: 40px;
}
h4 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "din-condensed", sans-serif;
    margin-bottom: 20px;
}
h5 {
    font-size: 1.5rem;
    font-weight: bold;
}
h6 {
    font-weight: bold;
}
.mb1 {
    margin-bottom: 1rem;
}
.mb3 {
    margin-bottom: 3rem;
}
.mb6 {
    margin-bottom: 6rem;
}
.mr8 {
    margin-right: 8%;
}
.caution {
    font-size: .8rem;
}
.al-left {
    text-align: left;
}
.img-al-center {
    text-align: center;
}
.pl90 {
    padding-left: 90px;
}
.list_pages {
    width: 100%;
}
.list_pages th {
    text-align: center;
    color: #F30000;
    font-size: 1.875rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
}
.list_pages th,
.list_pages td {
    vertical-align: middle;
    line-height: 2;
}
.list_pages td {
    padding: 1.5rem 0;
}
.list_pages td.task {
    font-size: 1.5rem;
    font-weight: bold;
}
.list_pages td.solution {
    font-weight: bold;
    padding-left: 4rem;
}
.list_pages td.product {
    font-weight: bold;
    padding-left: 3rem;
}
.list_pages td.border-box {
  padding: 0;
}
.list_pages td .border {
  height: 1px;
  position: relative;
}
.list_pages td .border::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.list_pages .bottom td {
    border-bottom: 1px solid #000;
}
.list_pages a {
    color: #919191;
    text-decoration: underline;
}
.list_pages a:hover {
    text-decoration: none;
}

 .flexbox{
    display: flex;
}
 .flexbox.column{
    flex-direction: column;
}
 .flexbox.w80 img{
    width: 80%;
}
 .flexbox .half img{
    max-width: 480px;
}
 .flexbox.center {
    justify-content: center;
}
 .flexbox h5 {
    font-weight: bold;
    text-align: center;
}
 .flexbox h5.al-left {
    text-align: left;
}
 .flexbox.al-center {
    align-items: center;
    justify-content: flex-start;
}
 .flexbox__item.al-center {
    text-align: center;
}
 .flexbox__item.al-right {
    text-align: right;
}

.blue {
    color: #00A9E5;
}
.orange {
    color: #D78845;
}
.red {
    color: #F30000;
}
.dev {
    width: 90px;
}
.sdgs {
    width: 60px;
}
.column .flexbox__item1 {
    margin-bottom: .5rem;
}
.flexbox__item1 {
    text-align: right;
}
.flexbox__item3 {
    width: 75%;
}
.flexbox__item4 {
    width: 25%;
    text-align: right;
}
.flexbox__item5 {
    width: 65%;
    margin-right: 5%;
}
.flexbox__item6 {
    width: 30%;
    text-align: right;
}
.flexbox.outer-dl {
    justify-content: center;
}
.flexbox.space-around {
    justify-content: space-around;
}
.flexbox.space-between {
    justify-content: space-between;
}
dl {
    width: 30%;
    padding: 0 2.5%;
}
dt {
    color: #fff;
    background-color: #ea5504;
    font-weight: bold;
    padding: .5rem;
}
dd {
    background-color: #e6e6e6;
    padding: .5rem;
}
.flexbox__item dl {
    width: 150%;
}
.vertical dl {
    margin-bottom: .5rem;
}

.car {
    background-image: url(../img/new-products/06/bg_car.png);
    width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 695px;
    position: relative;
}
.car a img {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.car a img:hover {
    opacity: .5;
}
.car .ill_circle {
    position: absolute;
    right: 77px;
    top: -50px;
}
.car .icon_no1-2 {
    position: absolute;
    left: 107px;
    top: 10px;
}
.car .icon_no3 {
    position: absolute;
    right: 504px;
    top: 150px;
}
.car .icon_no4 {
    position: absolute;
    left: 400px;
    top: 210px;
}
.car .icon_no5 {
    position: absolute;
    left: 530px;
    top: 290px;
}
.car .icon_no6 {
    position: absolute;
    left: 85px;
    bottom: 175px;
}
.car .message {
    position: absolute;
    left: 100px;
    bottom: 70px;
    font-weight: bold;
}

.container .js-pagetop {
    text-align: right;
    margin-top: 1em;
    position: relative;
    padding-right: 1em;
}
.container .js-pagetop a {
    color: #919191;
    text-decoration: underline;
}
.container .js-pagetop a:hover {
    text-decoration: none;
}
.container .js-pagetop:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #919191;
    border-right: 3px solid #919191;
    content: "";
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.list_spec {
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}
.list_spec th {
    text-align: center;
    background-color: #00a8e5;
    color: #fff;
    font-weight: bold;
}
.list_spec td {
    text-align: center;
    background-color: #F0F0F0;
}
.list_spec th,
.list_spec td {
    border: 1px solid #fff;
    vertical-align: middle;
    padding: .5em;
    word-break: break-all;
}

@media screen and (max-width: 1440px) {
    .container .js-pagetop:before {
        width: 0.76389vw;
        height: 0.76389vw;
        border-width: 0.20833vw;
    }
}

@media screen and (max-width: 767px) {
    .container .js-pagetop:before {
        width: 2.13333vw;
        height: 2.13333vw;
        border-width: 0.53333vw;
    }
}

.ie .container .js-pagetop:before {
    right: 2px;
}

@media screen and (max-width: 1440px) {
    .ie .container .js-pagetop:before {
        right: 0.13889vw;
    }
}

@media screen and (max-width: 767px) {
    .ie .container .js-pagetop:before {
        right: 0.53333vw;
    }
}
@media screen and (max-width: 767px) {
    .f-l,
    .f-r {float: none;}
    .container {
        width: 100%;
        margin: 25px 0 50px;
        padding: 0 5.33333vw;
    }
    h2 {
        font-size: 9.6vw;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 6.4vw;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 4.8vw;
        margin-bottom: 10px;
    }
    h5 {
        font-size: 4.26667vw;
    }
    h6 {
        font-size: 4.26667vw;
    }
    p {
        font-size: 4.26667vw;
    }
    .caution {
        font-size: 3.26667vw;
    }
    .mb3 {
        margin-bottom: 1rem;
    }
    .mb6 {
        margin-bottom: 2rem;
    }
    .list_pages {
        margin-bottom: 13.33333vw;
    }
    .list_pages .title-box {
        background-color: #F0F0F0;
        padding: 2.66666vw;
        margin-bottom: 2.66666vw;
    }
    .list_pages h3 {
        font-size: 6.4vw;
        margin-bottom: 0;
    }
    .list_pages span {
        display: inline-block;
        margin-right: 1em;
        color: #F30000;
    }
    .list_pages h4 {
        font-size: 4.8vw;
        color: #F30000;
        margin-bottom: 0;
    }
    .list_pages p {
        font-size: 4.26667vw;
        margin-bottom: 5.33333vw;
    }
    .list_pages .border-box {
      padding: 0;
    }
    .list_pages .border {
      height: 1px;
      position: relative;
      margin-bottom: 5.33333vw;

    }
    .list_pages .border::before {
      content: "";
      background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
      background-size: 8px 1px;
      background-repeat: repeat-x;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

    .flexbox{
    display: block;
    }
    .flexbox li{
        margin-bottom: .5rem;
    } 
    .flexbox__item3 {
        width: 100%;
    }
    .flexbox__item4 {
        width: 100%;
        text-align: left;
    }
    .flexbox__item5 {
        width: 100%;
    }
    .flexbox__item6 {
        width: 100%;
    }
    .flexbox.outer-dl {
        justify-content: center;
    }
     .flexbox .half img{
        max-width: 100%;
    }
     .flexbox.w80.pc img{
        width: 100%;
    }
    dl {
        width: 100%;
        padding: 0 2.5%;
        font-size: 4.26667vw;
        margin-bottom: .5rem;
    }
    dt {
        color: #fff;
        font-weight: bold;
        padding: .25rem;
    }
    dd {
        padding: .25rem;
    }
    .flexbox__item dl {
        width: 100%;
    }
    .pl90 {
        padding-left: 0;
    }

.car {
    width: 100%;
    background-size: cover;
    height: 57.6vw;
}
.car a img {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.car a img:hover {
    opacity: .5;
}
.ill_circle {
    position: relative;
    margin-top: -50px;
    margin-bottom:  1vw;

}
img.ill_circle{
    width: 40%;
}
.car .icon_no1-2 {
    position: relative;
    left: 2.4vw;
    top: -2.6666vw;
    width: 16vw;
}
.car .icon_no3 {
    position: absolute;
    right: 40.5333vw;
    top: 10.6666vw;
    width: 8vw;
}
.car .icon_no4 {
    position: absolute;
    left: 30.1333vw;
    top: 15.4666vw;
    width: 8vw;
}
.car .icon_no5 {
    position: absolute;
    left: 43.4666vw;
    top: 21.8666vw;
    width: 8vw;
}
.car .icon_no6 {
    position: absolute;
    left: 5.3333vw;
    bottom: 10.6666vw;
    width: 8vw;
}
.car .message {
    position: absolute;
    left: 5.3333vw;
    bottom: -.16vw;
}
.container .js-pagetop a {
    font-size: 4.26667vw;
}
.list_spec th,
.list_spec td {
    font-size: 4.26667vw;
}
}

