@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/*
 * profile.css
 */
/* ---------------------------------------------------------------- *
    profile/message/専用
----------------------------------------------------------------- */
body#profile.message {}
  body#profile.message .pageHeader {
    margin-bottom: 0;
  }
  body#profile.message .titleWrap {
    text-align: center;
    margin-bottom: 70px;
    background: #F2F4F8;
    /*background: url(../img/profile/message/title_bg.jpg) repeat-y 0 0 / cover;*/
  }
  body#profile.message .titleWrap .title {
    max-width: 870px;
    margin: 0 auto;
  }
    body#profile.message .titleWrap .title img {
      max-width: 100%;
    }
  body#profile.message .baseBlock {
    margin-bottom: 230px;
  }
    body#profile.message .baseBlock p:not(.name) {
      margin-bottom: 40px;
    }
    body#profile.message .name {
      text-align: right;
    }
/* ---------------------------------------------------------------- *
    profile/policy/専用
----------------------------------------------------------------- */
body#profile.policy {}
  body#profile.policy .policy-pc {
    display: block;
  }
  body#profile.policy .policy-sp {
    display: none;
  }
  body#profile.policy .baseBlock {
    margin-bottom: 200px;
  }
    body#profile.policy .baseBlock figure {
      text-align: center;
    }
      body#profile.policy .baseBlock figure img {
        max-width: 100%;
        height: auto;
      }

/* ---------------------------------------------------------------- *
    profile/outline/専用
----------------------------------------------------------------- */
body#profile.outline {}
  body#profile.outline .baseBlock {
    margin-bottom: 200px;
  }
  body#profile.outline .box {
    padding-bottom: 50px;
    margin-bottom: 70px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
  }
  body#profile.outline .box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  body#profile.outline .tableStyle01 {}
    body#profile.outline .tableStyle01 th {
      width: 8em;
    }
  body#profile.outline .list01 {
    padding: 0;
    margin: 0 0 30px 0;
  }
    body#profile.outline .list01 li {
      list-style-type: none;
      margin-top: 20px;
    }
  body#profile.outline .note {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0;
  }
  body#profile.outline .min .columnVox {
    justify-content: flex-start;
  }
  body#profile.outline .min .columnVox .item {
    margin-bottom: 30px;
  }
  body#profile.outline .min .columnVox .item img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.2s ease-in;
  }
  body#profile.outline .min .columnVox .item a {
    text-decoration: none;
  }
  body#profile.outline .min .columnVox .item a:hover img {
    opacity: 0.6;
  }
  body#profile.outline .min .columnVox .item a:hover .icoNW {
    text-decoration: underline;
  }

/* ---------------------------------------------------------------- *
    profile/officer/専用
----------------------------------------------------------------- */
body#profile.officer {}
  body#profile.officer .blockTtl {
    font-size: 2.5rem;
  }
  body#profile.officer .baseBlock {
    margin-bottom: 200px;
  }
  body#profile.officer .box {
    margin-bottom: 30px;
  }
  body#profile.officer .box > section:not(:first-of-type) {
    margin-top: 60px;
  }
  body#profile.officer .box:last-of-type {
    margin-bottom: 0;
  }
  body#profile.officer .listTtl {
    position: relative;
    padding: 25px 0 0 0;
    color: #001a72;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #d9ddea;
    font-size: 2.1rem;
  }
  body#profile.officer .listTtl::before {
    display: block;
    content: "";
    width: 27px;
    height: 1px;
    background: #001a72;
    position: absolute;
    top: -1px;
    left: 20px;
  }
  body#profile.officer .listThumb {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body#profile.officer .listThumb:not(:first-of-type) {
    margin-top: 90px;
  }
    body#profile.officer .listThumb .listCol {
      flex: 0 0 calc((100% - 150px)/ 4);
    }
    body#profile.officer .listThumb img {
      max-width: 100%;
    }
    body#profile.officer .listThumb .name {
      display: block;
      font-size: 1.5rem;
    }
    body#profile.officer .listThumb p {
      margin-top: 15px;
      font-size: 1.4rem;
      line-height: 1.6;
    }
body#profile.officer .note {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 1.4rem;
}
    body#profile.officer .accordionWrapper {
      margin: 0;
      border: 0;
    }
      body#profile.officer .accordionWrapper .accordionTtl {
        margin-top: 20px;
        padding:0;
        border: 0;
      }
      body#profile.officer .accordionWrapper.open .accordionTtl {
        background-color: initial;
        color: initial;
      }
        body#profile.officer .accordionWrapper .accordionTtl::before {
          content: none;
        }
        body#profile.officer .accordionWrapper .accordionTtl::after {
          width: 22px;
          height: 18px;
          top: 50%;
          right: 4px;
          background: url(../img/common/ico_download.svg) no-repeat;
          background-size: cover;
          transform: rotate(0);
          translate: 0 -50%;
          transition: opacity 0.2s ease-out 0s;
        }
        body#profile.officer .accordionWrapper.open .accordionTtl::after {
          opacity: 1;
        }
        body#profile.officer .accordionWrapper .accordionTtl:hover::after {
          opacity: 0.6;
        }
      body#profile.officer .accordionWrapper .accordionInner {
        margin-top: 10px;
        padding: 19px 14px;
        background-color: #F4F4F4;
      }
        body#profile.officer .accordionWrapper .accordionInner .downloadBtn:not(:first-child) {
          margin-top: 20px;
        }
        body#profile.officer .accordionWrapper .accordionInner .downloadBtn a {
          display: block;
          padding: 15px 10px;
          background-color: #fff;
          border-radius: 27px;
          text-decoration: none;
          text-align: center;
          font-size: 1.4rem;
          letter-spacing: 0.06em;
          color: #001A72;
        }
          body#profile.officer .accordionWrapper .accordionInner .downloadBtn a span {
            min-height: 30px;
          }
          body#profile.officer .accordionWrapper .accordionInner .downloadBtn a:hover span {
            text-decoration: underline;
          }
      body#profile.officer .accordionWrapper .accordionInner .dataSize {
        margin-top: 5px;
        font-size: 1.3rem;
        letter-spacing: 0.06em;
        text-align: center;
        color: #001A72;
      }
      



/* ---------------------------------------------------------------- *
    profile/aisin_group/専用
----------------------------------------------------------------- */
body#profile.aisin_group.about {}
  body#profile.aisin_group.about .baseBlock {
    margin-top: 70px;
    margin-bottom: 220px;
  }
  body#profile.aisin_group.about .groupBlock {
    margin-bottom: 80px;
  }
    body#profile.aisin_group.about .groupBlock .title {
      font-weight: normal;
      margin-bottom: 10px;
    }
      body#profile.aisin_group.about .groupBlock .title img {
        vertical-align: middle;
        margin-right: 20px;
      }
    body#profile.aisin_group.about .groupBlock .inner {
      color: #fff;
      height: 237px;
      padding: 75px 50px 0 50px;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
              background-size: cover;
      position: relative;
    }
    body#profile.aisin_group.about .groupBlock .inner.ie8 {
      width: 730px;
      height: 312px;
      padding: 0;
      margin-left: 0;
    }
    body#profile.aisin_group.about .groupBlock.aisin .inner   { background-image: url(../img/profile/aisin_group/about_bg01.jpg); }
    body#profile.aisin_group.about .groupBlock.takaoka .inner { background-image: url(../img/profile/aisin_group/about_bg02.jpg); }
    body#profile.aisin_group.about .groupBlock.kako .inner    { background-image: url(../img/profile/aisin_group/about_bg03.jpg); }
    body#profile.aisin_group.about .groupBlock.aw .inner      { background-image: url(../img/profile/aisin_group/about_bg04.jpg); }
    body#profile.aisin_group.about .groupBlock.ai .inner      { background-image: url(../img/profile/aisin_group/about_bg05.jpg); }
    body#profile.aisin_group.about .groupBlock.advics .inner  { background-image: url(../img/profile/aisin_group/about_bg06.jpg); }
    body#profile.aisin_group.about .groupBlock.ak .inner      { background-image: url(../img/profile/aisin_group/about_bg07.jpg); }
    body#profile.aisin_group.about .groupBlock.ad .inner      { background-image: url(../img/profile/aisin_group/about_bg08.jpg); }
    body#profile.aisin_group.about .groupBlock.akk .inner     { background-image: url(../img/profile/aisin_group/about_bg09.jpg); }
    body#profile.aisin_group.about .groupBlock.an .inner      { background-image: url(../img/profile/aisin_group/about_bg10.jpg); }
    body#profile.aisin_group.about .groupBlock.awi .inner     { background-image: url(../img/profile/aisin_group/about_bg11.jpg); }
    body#profile.aisin_group.about .groupBlock.hosei .inner   { background-image: url(../img/profile/aisin_group/about_bg12.jpg); }
    body#profile.aisin_group.about .groupBlock.shiroki .inner { background-image: url(../img/profile/aisin_group/about_bg13.jpg); }
    body#profile.aisin_group.about .groupBlock.art .inner     { background-image: url(../img/profile/aisin_group/about_bg14.jpg); }
    body#profile.aisin_group.about .groupBlock .inner:before {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      transition: .2s;
    }
      body#profile.aisin_group.about .groupBlock .inner:hover:before {
        background: rgba(0, 0, 0, 0.65);
      }
      body#profile.aisin_group.about .groupBlock.aisin .inner:hover:before {
        background: rgba(0, 0, 0, 0.6);
      }
      body#profile.aisin_group.about .groupBlock .inner.ie8.active .text {
        width: 630px;
        height: 262px;
        padding: 50px 50px 0 50px;
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000)";
        position: absolute;
        top: 0;
        left: 0;
      }
        body#profile.aisin_group.about .groupBlock .inner p {
          display: none;
          font-size: 1.5rem;
          position: relative;
          z-index: 2;
          transition: .2s;
        }
        body#profile.aisin_group.about .groupBlock .inner:hover p {
          display: block;
        }
        body#profile.aisin_group.about .groupBlock .inner .btn {
          display: none;
          width: 230px;
          margin-left: -115px;
          position: absolute;
          bottom: 55px;
          left: 50%;
          z-index: 2;
          transition: .2s;
        }
        body#profile.aisin_group.about .groupBlock .inner:hover .btn {
          display: block;
        }
          body#profile.aisin_group.about .groupBlock .inner .btn a {
            display: block;
            color: #fff;
            letter-spacing: 0.1em;
            text-decoration: none;
            text-align: center;
            padding: 15px 0;
            border: 1px solid #fff;
            background: url(../img/common/ico_blank_white.png?250130) no-repeat 95% center;
            transition: .3s;
          }
          body#profile.aisin_group.about .groupBlock.aisin .inner .btn a {
            background-image: url(../img/common/icon_try.png);
            -webkit-background-size: 5px auto;
                    background-size: 5px auto;
          }
          body#profile.aisin_group.about .groupBlock .inner .btn a:hover {
            background-color: rgba(255, 255, 255, 0.3);
          }
  body#profile.aisin_group.products .baseBlock {
    margin-top: 70px;
    margin-bottom: 180px;
  }
    body#profile.aisin_group.products .intro {
      overflow: hidden;
      margin-bottom: 50px;
    }
      body#profile.aisin_group.products .intro figure {
        width: 300px;
        float: left;
        padding: 20px 0;
      }
        body#profile.aisin_group.products .intro figure img { max-width: 100%; }
      body#profile.aisin_group.products .intro .text {
        margin-left: 330px;
      }
    body#profile.aisin_group.products .accordionTtl {
      min-height: 65px;
      padding: 13px 0 5px 80px;
      margin-bottom: 30px;
      background-repeat: no-repeat;
      background-position: left top;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
           -o-box-sizing: border-box;
              box-sizing: border-box;
    }
    body#profile.aisin_group.products .drivetrain .accordionTtl     { background-image: url(../img/profile/aisin_group/PC_products_drivetrain_title.jpg); }
    body#profile.aisin_group.products .brake_chassis .accordionTtl  { background-image: url(../img/profile/aisin_group/PC_products_brake_chassis_title.jpg); }
    body#profile.aisin_group.products .body .accordionTtl           { background-image: url(../img/profile/aisin_group/PC_products_body_title.jpg); }
    body#profile.aisin_group.products .engine .accordionTtl         { background-image: url(../img/profile/aisin_group/PC_products_engine_title.jpg); }
    body#profile.aisin_group.products .information .accordionTtl    { background-image: url(../img/profile/aisin_group/PC_products_information_title.jpg); }
    body#profile.aisin_group.products .accordionInner {
      padding-bottom: 50px;
      overflow: hidden;
    }
    body#profile.aisin_group.products .itemWrapper {
      display: table;
      width: 100%;
    }
    body#profile.aisin_group.products .itemWrapper .line {
      display: table-row;
    }
    body#profile.aisin_group.products .itemWrapper .item {
      display: table-cell;
      font-size: 1.3rem;
      padding: 0 15px 30px 0;
    }
    body#profile.aisin_group.products .itemWrapper .item:nth-of-type(5n) { padding-right: 0; }
      body#profile.aisin_group.products .itemWrapper .item img {
        max-width: 100%;
        margin-bottom: 10px;
      }
/* ---------------------------------------------------------------- *
    profile/history/専用
----------------------------------------------------------------- */
body#profile.history {}
  body#profile.history .baseBlock {
    margin-bottom: 60px;
  }
  body#profile.history .intro {
    margin-bottom: 80px;
  }
    body#profile.history .image {
      position: relative;
      margin-top: 40px;
    }
    body#profile.history .image:after {
      display: block;
      content: "";
      width: 24px;
      height: 24px;
      background: url(../img/common/icon_zoom.png) no-repeat center center;
      position: absolute;
      top: 10px;
      left: 10px;
    }
    body#profile.history .zoomBtn {
      display: none;
    }
  body#profile.history #popupWrapperImage .inner {
    text-align: center;
  }
    body#profile.history #popupWrapperImage .inner img {
      max-width: 100%;
    }
  body#profile.history .blockTtl + .yearBlock {
    margin-top: 20px;
  }
  body#profile.history .yearBlock {}
    body#profile.history .yearBlock .yearBlockTtl {
      background: #001a72;
      overflow: hidden;
    }
      body#profile.history .yearBlock .yearBlockTtl .img {
        display: block;
        opacity: 0;
      }
    body#profile.history .yearBlockRow {
      overflow: hidden;
      position: relative;
    }
      body#profile.history .yearBlockRow:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        background: #bcbcc1;
      }
    body#profile.history .yeaBlockCol {
      width: 50%;
      padding: 30px 0 20px;
      box-sizing: border-box;
    }
      body#profile.history .yeaBlockCol.left {
        float: left;
        padding-right: 15px;
      }
      body#profile.history .yeaBlockCol.right {
        float: right;
        padding-left: 20px;
      }
      body#profile.history .yeaBlockCol dt {
        color: #323c99;
        font-size: 1.6rem;
      }
        body#profile.history .yeaBlockCol dt .icoTopics,
        body#profile.history .yeaBlockCol dt .icoProduct {
          display: none;
        }
      body#profile.history .yeaBlockCol dd {
        margin-bottom: 15px;
      }
      body#profile.history .yeaBlockCol .subTtl {
        color: #000;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 0;
      }
        body#profile.history .yeaBlockCol .subTtl .normal {
          font-weight: normal;
        }
      body#profile.history .yeaBlockCol .txt {
        color: #000;
        font-size: 1.6rem;
        margin-bottom: 0;
      }
        body#profile.history .yeaBlockCol .img + .txt {
          margin-top: 10px;
        }
      body#profile.history .yeaBlockCol .img {
        margin-top: 10px;
      }
/* ---------------------------------------------------------------- *
    profile/customer/専用
----------------------------------------------------------------- */
body#profile.customer {}
  body#profile.customer .baseBlock {
    margin-bottom: 280px;
  }
  body#profile.customer .box {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
  }
  body#profile.customer .box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  body#profile.customer .list01 {
    padding: 0 0 0 25px;
    margin: 50px 0 0 0;
    overflow: hidden;
  }
    body#profile.customer .list01 li {
      list-style-type: disc;
      width: 31%;
      float: left;
      margin: 10px 0 10px 2%;
    }
    body#profile.customer .list01 li.wide {
      width: 62%;
    }
/* ---------------------------------------------------------------- *
    profile/procurement/専用
----------------------------------------------------------------- */
body#profile.procurement {}
  body#profile.procurement .baseBlock {
    margin-bottom: 180px;
  }
  body#profile.procurement .box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
  }
  body#profile.procurement .box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
    body#profile.procurement .box p:last-of-type {
      margin-bottom: 0;
    }
  body#profile.procurement .inner {
    padding: 0 0 0 25px;
  }
    body#profile.procurement .inner p {
      margin-bottom: 40px;
    }
  body#profile.procurement .list01 {
    padding: 0;
    margin: 0 0 40px 0;
  }
    body#profile.procurement .list01 li {
      list-style-type: none;
      margin-bottom: 10px;
    }
/* ---------------------------------------------------------------- *
    profile/factory/専用
----------------------------------------------------------------- */
body#profile.factory {}
  body#profile.factory .baseBlock {
    margin-bottom: 220px;
  }
  body#profile.factory .intro {
    margin-bottom: 40px;
    position: relative;
  }
    body#profile.factory .intro .mapSearch {
      position: absolute;
      top: 5px;
      right: 0;
    }
      body#profile.factory .intro .mapSearch a {
        display: inine-block;
        color: #323c99;
        font-size: 1.3rem;
        min-height: 18px;
        padding-left: 20px;
        background: url(../img/common/icon_pin.png) no-repeat left 0.1em;
      }
    body#profile.factory .intro .messageVox {
      color: #323c99;
      text-align: center;
      padding: 10px 0;
      margin-top: 70px;
      background: #f1f1f8;
    }
    body#profile.factory .tableStyle01 {}
      body#profile.factory .tableStyle01 th {
        width: 5em;
      }
      body#profile.factory .tableStyle01 th,
      body#profile.factory .tableStyle01 td {
        padding-bottom: 20px;
      }
    body#profile.factory .accordionInner {
      padding-bottom: 70px;
    }
    body#profile.factory .accordionInner .blockTtl {
      margin-top: 60px;
      margin-bottom: 20px;
    }
      body#profile.factory .accordionInner .blockTtl span {
        display: block;
        margin-top: -10px;
        font-size: 1.3rem;
      }
  body#profile.factory #popupWrapperImage {}
    body#profile.factory #popupWrapperImage .map {
      width: 524px;
      height: 586px;
      background: url(../img/profile/factory/map.png) no-repeat center center;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }
      body#profile.factory #popupWrapperImage .map {
        list-style-type: none;
        position: relative;
        z-index: 5;
      }
        body#profile.factory #popupWrapperImage .map a {
          display: block;
          text-indent: -99999px;
          position: absolute;
        }
        body#profile.factory #popupWrapperImage .map .pdf01 {
          top: 7.5%;
          left: 24%;
          width: 18%;
          height: 8%;
        }
        body#profile.factory #popupWrapperImage .map .pdf02 {
          top: 17.5%;
          left: 42.5%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf03 {
          top: 4.5%;
          left: 40.5%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf04 {
          top: 28%;
          left: 29%;
          width: 10.5%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf05 {
          top: 45.5%;
          left: 23%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf06 {
          top: 25.5%;
          left: 38.5%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf07 {
          top: 33%;
          left: 32.5%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf08 {
          top: 29%;
          left: 18.5%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf09 {
          top: 31%;
          left: 49%;
          width: 15%;
          height: 6%;
        }
        body#profile.factory #popupWrapperImage .map .pdf10 {
          top: 21.5%;
          right: 20.5%;
          width: 12.5%;
          height: 5%;
        }

        body#profile.factory #popupWrapperImage .map .pdf11 {
          top: 30%;
          right: 11%;
          width: 10.5%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf12 {
          top: 27%;
          right: 15%;
          width: 12%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf13 {
          top: 33.5%;
          right: 10%;
          width: 12%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf14 {
          bottom: 36%;
          right: 18.5%;
          width: 10.5%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf15 {
          top: 51.5%;
          right: 25%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf16 {
          top: 38.5%;
          left: 47%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf17 {
          top: 44.5%;
          left: 46.5%;
          width: 10%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf18 {
          bottom: 12.5%;
          right: 1.5%;
          width: 22%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf19 {
          bottom: 9%;
          right: 1.5%;
          width: 22%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf20 {
          bottom: 6%;
          right: 1.5%;
          width: 22%;
          height: 3%;
        }
        body#profile.factory #popupWrapperImage .map .pdf21 {
          bottom: 2.5%;
          right: 1.5%;
          width: 22%;
          height: 3%;
        }
        body#profile.factory .listFactory li {
          display: inline-block;
          margin-right: 10px;
        }
/* ---------------------------------------------------------------- *
    profile/global/専用
----------------------------------------------------------------- */
body#profile.global {}
  body#profile.global .baseBlock {
    margin-top: 70px;
    margin-bottom: 240px;
  }
    body#profile.global .date {
      text-align: right;
      margin-bottom: 10px;
    }
      body#profile.global .date p {
        margin-bottom: 0;
      }
    body#profile.global .explain {
      list-style-type: none;
      display: flex;
      justify-content: flex-start;
      max-width: 940px;
      padding: 0;
      margin: 0 auto 60px auto;
      overflow: hidden;
    }
      body#profile.global .explain li {
        font-size: 1.4rem;
        margin-right: 20px;
      }
        body#profile.global .explain li img {
          vertical-align: middle;
          width: 36px;
          margin-right: 10px;
        }
    body#profile.global .globalVox {
      padding: 0 0 20px 0;
      margin-bottom: 40px;
      border-bottom: 1px solid #d9ddea;
    }
      body#profile.global .globalVox .globalTtl {
        font-size: 1.8rem;
        font-weight: normal;
        margin-bottom: 8px;
      }
        body#profile.global .globalVox .globalTtl .title {
          display: inline-block;
          margin-right: 1em;
        }
        body#profile.global .globalVox .globalTtl .globalNote {
          display: inline-block;
        }
      body#profile.global .globalVox .icons {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
      }
        body#profile.global .globalVox .icons li {
          width: 36px;
          margin-right: 10px;
        }
      body#profile.global .globalVox .globalOutline {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
      }
        body#profile.global .globalVox .globalOutline th {
          color: #001a72;
          font-weight: normal;
          text-align: left;
          vertical-align: top;
          width: 140px;
          padding: 12px 25px;
        }
        body#profile.global .globalVox .globalOutline td {
          vertical-align: top;
          padding: 12px 0;
        }
    body#profile.global .globalLink {
      margin-bottom: 50px;
      padding: 30px 40px;
      background-color: #F7F7F7;
    }
      body#profile.global .globalLink ul {
        margin-top: 20px;
      }
      body#profile.global .globalLink ul li {
        display: inline-block;
        font-size: 1.8rem;
      }
      body#profile.global .globalLink ul li:not(:last-child) {
        margin-right: 70px;
      }

/* ---------------------------------------------------------------- *
    profile/introduction/
----------------------------------------------------------------- */
body#profile.introduction {}
  body#profile.introduction .baseBlock {
    margin-bottom: 60px;
  }
  body#profile.introduction img {
    max-width: 100%;
  }
  body#profile.introduction .strongVox {
    margin-bottom: 70px;
  }
    body#profile.introduction .strongVox .cInner {
      display: flex;
      justify-content: space-between;
    }
    body#profile.introduction .strongVox .img {
      width: 400px;
    }
    body#profile.introduction .strongVox .txt {
      width: calc(100% - 460px);
    }
      body#profile.introduction .strongVox .txt .list {
        margin-bottom: 20px;
      }
        body#profile.introduction .strongVox .txt .list li {
          list-style: disc;
          font-size: 1.8rem;
          margin-left: 1.2em;
        }
      body#profile.introduction .strongVox .txt .btnStyle01 {
        margin-bottom: 20px;
      }
      body#profile.introduction .strongVox .txt .caseArea {
        font-size: 1.9rem;
        text-align: center;
        width: 330px;
      }
        body#profile.introduction .strongVox .txt .caseArea a {
          display: block;
          padding: 15px;
          background: #edeff5;
          transition: .2s;
        }
        body#profile.introduction .strongVox .txt .caseArea a:hover {
          opacity: .7;
        }
  body#profile.introduction .accordionWrapper {
    border-bottom: none;
  }
    body#profile.introduction .accordionWrapper .accordionTtl {
      display: none;
    }
    body#profile.introduction .accordionWrapper .accordionInner {
      display: block;
    }
  body#profile.introduction .introductionVox {}
    body#profile.introduction .introductionVox .headStyle01 {
      margin-bottom: 15px;
    }
    body#profile.introduction .introductionVox > p {
      margin-bottom: 15px;
    }
    body#profile.introduction .introductionVox .cInner {
      display: flex;
      flex-wrap: wrap;
    }
      body#profile.introduction .categoryVox {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
      }
      body#profile.introduction .categoryVox:nth-of-type(2n) {
        margin-right: 0;
      }
        body#profile.introduction .categoryVox a {
          display: block;
          color: #000;
          text-decoration: none;
          border-top-width: 4px;
          border-top-style: solid;
          background: #f2f4f8;
          transition: .2s;
        }
        body#profile.introduction .categoryVox.red a {
          border-top-color: #a41528;
        }
        body#profile.introduction .categoryVox.blue a {
          border-top-color: #0076cf;
        }
        body#profile.introduction .categoryVox.green a {
          border-top-color: #009244;
        }
        body#profile.introduction .categoryVox.orange a {
          border-top-color: #df6421;
        }
        body#profile.introduction .categoryVox.navy a {
          border-top-color: #245a84;
        }
        body#profile.introduction .categoryVox.lime a {
          border-top-color: #a6ce39;
        }
        body#profile.introduction .categoryVox.pink a {
          border-top-color: #ef59a1;
        }
        body#profile.introduction .categoryVox a img {
          transition: opacity 0.2s ease-in;
        }
        body#profile.introduction .categoryVox a:hover img {
          opacity: 0.6;
        }
          body#profile.introduction .categoryVox a:hover .title {
            text-decoration: underline;
          }
          body#profile.introduction .categoryVox .category {
            padding: 10px 20px 20px 20px;
          }
          body#profile.introduction .categoryVox .category .title {
            position: relative;
            font-size: 1.8rem;
            padding: 10px 30px 10px 0;
            margin-bottom: 10px;
          }
          body#profile.introduction .categoryVox .category .title::after {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            top: 50%;
            right: 0;
            margin:  0 0 0 10px;
            border-right: 1px solid #000;
            border-top: 1px solid #000;
            rotate: 45deg;
            translate: 0 -50%;
          }
            body#profile.introduction .categoryVox .category .title .sub {
              font-size: 1.3rem;
            }
          body#profile.introduction .categoryVox .category .item {
            display: flex;
            justify-content: center;
          }
            body#profile.introduction .categoryVox .category .item figure {
              text-align: center;
              width: calc(50% - 5px);
              margin-right: 10px;
            }
            body#profile.introduction .categoryVox .category .item figure.full {
              width: 290px;
              margin-right: 0;
            }
            body#profile.introduction .categoryVox .category .item figure:nth-of-type(2n) {
              margin-right: 0;
            }
              body#profile.introduction .categoryVox .category .item figure figcaption {
                font-size: 1.4rem;
                line-height: 1.3;
                text-align: center;
                margin-top: 8px;
              }
            body#profile.introduction .categoryVox .category .item figure.fullImg {
              text-align: center;
              width: 100%;
            }
              body#profile.introduction .categoryVox .category .item figure.fullImg img {
                width: calc(50% - 5px);
                margin: 0 auto;
              }
              body#profile.introduction .categoryVox .category .item figure figcaption {
                font-size: 1.3rem;
                letter-spacing: normal;
                margin-top: 5px;
              }
      body#profile.introduction .materialsVox {
        font-size: 1.8rem;
        margin-top: 40px;
      }
        body#profile.introduction .materialsVox > p {
          margin-bottom: 15px;
        }
        body#profile.introduction .materialsVox .item {
          display: flex;
        }
          body#profile.introduction .materialsVox .item figure {
            width: 198px;
            margin-right: 5px;
          }
          body#profile.introduction .materialsVox .item figure:nth-of-type(2n) {
            margin-right: 0;
          }
            body#profile.introduction .materialsVox .item figure figcaption {
              font-size: 1.4rem;
              line-height: 1.3;
              text-align: center;
              margin-top: 8px;
            }
      body#profile.introduction .introductionVox {
        margin-top: 60px;
      }
/* ---------------------------------------------------------------- *
    profile/sports/
----------------------------------------------------------------- */
body#profile.sports {}
  body#profile.sports .pageHeader {
    margin-bottom: 0;
  }
  body#profile.sports .sportsMv {
    margin-bottom: 30px;
  }
  body#profile.sports .sportsMv::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 35.156%;
    background: no-repeat center center / cover;
    margin-bottom: 40px;
  }
    body#profile.sports .sportsMv::before {
      padding-top: 43%;
      background-image: url(../img/profile/sports/PC_sports_img01.png?250610);
    }
      body#profile.sports .sportsMv .cInner {
        max-width: 940px;
        padding: 0 50px;
        margin: 0 auto;
      }


    body#profile.sports .sportsVox {
      margin-bottom: 50px;
    }
    body#profile.sports .tabVoxWrapper {
      margin-top: 80px;
    }

    body#profile.sports .tabs li a {
      letter-spacing: 0.05em;
    }

    body#profile.sports .imageList {
      margin-top: 30px;
      margin-bottom: 35px;
    }
    body#profile.sports .imageList .sportsName {
      font-size: 1.8rem;
      text-transform: uppercase;
      line-height: 1.8;
      margin-bottom: 5px;
    }
    body#profile.sports .imageList .teamDetail {
      margin-top: 10px;
      font-size: 1.4rem;
    }
    body#profile.sports .imageList .motorDetail {
      margin-top: 10px;
      font-size: 1.3rem;
      color: #747474;
    }

/* ---------------------------------------------------------------- *
    profile/brand/専用
----------------------------------------------------------------- */
body#profile.brand .baseBlock {
  max-width: 1000px;
  padding: 0 50px 120px 50px;
}
body#profile.brand .intro {
  margin: 60px auto 0 auto;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 1.4rem;
}
body#profile.brand .blockLogo {
  margin: 50px auto 0 auto;
}
body#profile.brand .blockLogo .logo {
  margin-top: 50px;
  text-align: center;
}
body#profile.brand .blockLogo .lead {
  margin-top: 70px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 1.4rem;
}
body#profile.brand .blockMessage {
  margin: 70px auto 0 auto;
}
body#profile.brand .blockMessage .message {
  margin: 30px 0 0;
  padding: 45px 30px;
  background: url("../img/profile/brand/bg_message.png") #020144 no-repeat left top;
  background-size: cover;
}
body#profile.brand .blockMessage .message h3 {
  margin: 0 0 38px 0;
}
body#profile.brand .blockMessage .message p {
  margin: 30px 0 0 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
body#profile.brand .blockMessage .message h3 span,
body#profile.brand .blockMessage .message p span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 2.2;
}
body#profile.brand .blockMessage .message .txtCatch {
  font-size: 20px;
  font-size: 2.0rem;
}
body#profile.brand .blockBrand {
  margin: 70px auto 0 auto;
}
body#profile.brand .blockBrand .thumb {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
body#profile.brand .blockBrand .thumb a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -27px auto 0;
  width: 86px;
  height: 86px;
  background: url("../img/common/ico_movie.png") no-repeat 0 0;
  background-size: contain;
}


/* ---------------------------------------------------------------- *
    スマートフォン・タブレット（960px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  body#profile.sports .imgTxtVox > .txt {
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------------------- *
    スマートフォン（768px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /**
   * alphaBg
   */
  #alphaBg {}
    .popupWrapper .titleVox {
      font-size: 1.3rem;
      min-height: 40px;
      height: auto;
      line-height: 1.3;
      padding: 10px 60px 10px 10px;
    }
    .popupWrapper .popupCloseBt {
      padding: 0 30px 0 20px;
    }
    .popupWrapper a.popupCloseBt:before { display: none; }
  /**
   * accordion
   */
  .accordionWrapper {}
    .accordionWrapper .accordionTtl {
      font-size: 1.6rem;
    }
  /* ---------------------------------------------------------------- *
      profile/message/専用
  ----------------------------------------------------------------- */
  body#profile.message .titleWrap {
    margin-bottom: 35px;
  }
  body#profile.message .baseBlock {
    margin-bottom: 70px;
  }
    body#profile.message .baseBlock .name {
      font-size: 1.4rem;
    }
  /* ---------------------------------------------------------------- *
      profile/policy/専用
  ----------------------------------------------------------------- */
  body#profile.policy {}
  body#profile.policy .policy-pc {
    display: none;
  }
  body#profile.policy .policy-sp {
    display: block;
  }
  body#profile.policy .titleWrap {
    margin-bottom: 35px;
  }
  body#profile.policy .baseBlock .policyTtl {
    margin-bottom: 20px;
    color: #001a72;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  body#profile.policy .baseBlock .policyTtl span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  body#profile.policy .baseBlock .policySubTtl {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }

  /* ---------------------------------------------------------------- *
      profile/outline/専用
  ----------------------------------------------------------------- */
  body#profile.outline {}
    body#profile.outline .baseBlock {
      margin-bottom: 80px;
    }
    body#profile.outline .box {
      padding-bottom: 30px;
      margin-bottom: 30px;
    }
    body#profile.outline .tableStyle01 {}
      body#profile.outline .tableStyle01 th {
        width: auto;
      }
    body#profile.outline .list01 {
      padding: 10px 0 0 20px;
    }
    body#profile.outline .note {
      font-size: 1.3rem;
    }
  /* ---------------------------------------------------------------- *
      profile/officer/専用
  ----------------------------------------------------------------- */
    body#profile.officer {}
      body#profile.officer .blockTtl {
        font-size: 2.1rem;
      }
      body#profile.officer .listTtl {
        font-size: 1.5rem;
      }
      body#profile.officer .listTtl::before {
        left: 0;
      }
      body#profile.officer .listThumb {
        gap: 40px 15px;
      }
      body#profile.officer .listThumb:not(:first-of-type) {
        margin-top: 60px;
    }
      body#profile.officer .listThumb .listCol {
        flex: 0 0 calc((100% - 15px)/ 2);
      }
  /* ---------------------------------------------------------------- *
      profile/aisin_group/専用
  ----------------------------------------------------------------- */
  body#profile.aisin_group.about {}
    body#profile.aisin_group.about .baseBlock {
      margin-top: 35px;
      margin-bottom: 100px;
    }
    body#profile.aisin_group.about .groupBlock {
      margin-bottom: 40px;
    }
      body#profile.aisin_group.about .groupBlock .title {
        font-weight: normal;
        margin-bottom: 10px;
      }
        body#profile.aisin_group.about .groupBlock .title img {
          margin-right: 10px;
        }
        body#profile.aisin_group.about .groupBlock.aisin .title img   { width: 56px; }
        body#profile.aisin_group.about .groupBlock.takaoka .title img { width: 19px; }
        body#profile.aisin_group.about .groupBlock.kako .title img    { width: 20px; }
        body#profile.aisin_group.about .groupBlock.aw .title img      { width: 18px; }
        body#profile.aisin_group.about .groupBlock.ai .title img      { width: 29px; }
        body#profile.aisin_group.about .groupBlock.advics .title img  { width: 50px; }
      body#profile.aisin_group.about .groupBlock .inner {
        height: auto;
        padding: 42.8% 0 25px 0;
        background-color: #eaecf5;
        background-position: center top;
        -webkit-background-size: contain;
                background-size: contain;
      }
      body#profile.aisin_group.about .groupBlock .inner:before {
        display: none;
      }
        body#profile.aisin_group.about .groupBlock .inner p {
          color: #000;
          font-size: 1.3rem;
          padding: 20px 15px;
          margin-bottom: 0;
          opacity: 1;
          display: block;
        }
        body#profile.aisin_group.about .groupBlock .inner .btn {
          margin: 0 auto;
          opacity: 1;
          position: static;
          display: block;
        }
          body#profile.aisin_group.about .groupBlock .inner .btn a {
            color: #323C99;
            font-size: 1.3rem;
            font-weight: bold;
            padding: 10px 0;
            border: 1px solid #323C99;
            background: url(../img/common/ico_blank_black.png?250130) no-repeat 95% center;
          }
          body#profile.aisin_group.about .groupBlock.aisin .inner .btn a {
            background-image: url(../img/common/icon_try_blue.png);
            -webkit-background-size: 5px auto;
                    background-size: 5px auto;
          }
          body#profile.aisin_group.about .groupBlock .inner .btn a:hover {
            background-color: rgba(255, 255, 255, 0.3);
          }
    body#profile.aisin_group.products .baseBlock {
      margin-top: 0;
      margin-bottom: 70px;
    }
      body#profile.aisin_group.products .intro {
        margin-bottom: 0;
      }
        body#profile.aisin_group.products .intro figure {
          width: auto;
          float: none;
          padding: 0 20px;
          margin-bottom: 20px;
        }
        body#profile.aisin_group.products .intro .text {
          margin-left: 0;
        }
      body#profile.aisin_group.products .accordionTtl {
        font-size: 1.3rem;
        min-height: 55px;
        padding: 13px 0 5px 60px;
        margin-bottom: 20px;
        background-size: 50px auto;
      }
      body#profile.aisin_group.products .drivetrain .accordionTtl     { background-image: url(../img/profile/aisin_group/SP_products_drivetrain_title.jpg); }
      body#profile.aisin_group.products .brake_chassis .accordionTtl  { background-image: url(../img/profile/aisin_group/SP_products_brake_chassis_title.jpg); }
      body#profile.aisin_group.products .body .accordionTtl           { background-image: url(../img/profile/aisin_group/SP_products_body_title.jpg); }
      body#profile.aisin_group.products .engine .accordionTtl         { background-image: url(../img/profile/aisin_group/SP_products_engine_title.jpg); }
      body#profile.aisin_group.products .information .accordionTtl    { background-image: url(../img/profile/aisin_group/SP_products_information_title.jpg); }
      body#profile.aisin_group.products .accordionInner {
        padding-bottom: 10px;
      }
      body#profile.aisin_group.products .itemWrapper {
        display:block;
      }
      body#profile.aisin_group.products .itemWrapper .line {
        display:-webkit-box;
        display:-moz-box;
        display:-ms-box;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:flex;
        -webkit-box-lines:multiple;
           -moz-box-lines:multiple;
        -webkit-flex-wrap:wrap;
           -moz-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
      }
      body#profile.aisin_group.products .itemWrapper .item {
        display: block;
        font-size: 1.3rem;
        width: 50%;
        float: left;
        padding: 0 20px 30px 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box;
      }
      body#profile.aisin_group.products .itemWrapper .item:nth-of-type(2n) { padding-right: 0; }
      body#profile.aisin_group.products .itemWrapper .item:nth-of-type(5n) { padding-right: 20px; }
        body#profile.aisin_group.products .itemWrapper .item img {
          max-width: 100%;
          margin-bottom: 10px;
        }
  /* ---------------------------------------------------------------- *
      profile/history/専用
  ----------------------------------------------------------------- */
  body#profile.history {}
    body#profile.history .baseBlock {
      margin-bottom: 80px;
    }
    body#profile.history .intro {
      margin-bottom: 40px;
    }
      body#profile.history .copyTxt {
        line-height: 1.5;
        margin-bottom: 15px;
      }
      body#profile.history .image {
        margin-top: 20px;
      }
      body#profile.history .image:after {
        display: none;
      }
      body#profile.history .zoomBtn {
        display: block;
        margin-top: 15px;
      }
        body#profile.history .zoomBtn a {
          display: block;
          color: #fff;
          text-decoration: none;
          text-align: center;
          width: 150px;
          padding: 5px 0 5px 20px;
          margin: 0 auto;
          background: url(../img/common/icon_zoom_w.png) no-repeat 15px center #323c99;
          -webkit-background-size: 19px auto;
                  background-size: 19px auto;
        }
    body#profile.history .yearBlock {}
      body#profile.history .yearBlock .yearBlockTtl {}
        body#profile.history .yearBlock .yearBlockTtl .img img {
          height: 32px;
        }
      body#profile.history .yearBlockRow {
        padding: 20px 0;
      }
        body#profile.history .yearBlockRow:after {
          content: none;
        }
      body#profile.history .yeaBlockCol {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
      }
        body#profile.history .yeaBlockCol.left {
          float: none;
          padding-right: 0;
        }
        body#profile.history .yeaBlockCol.right {
          float: none;
          padding-left: 0;
        }
        body#profile.history .yeaBlockCol dt {
          font-size: 1.6rem;
          padding-bottom: 5px;
        }
          body#profile.history .yeaBlockCol dt .icoTopics,
          body#profile.history .yeaBlockCol dt .icoProduct {
            display: inline-block;
            width: 160px;
            font-size: 1.4rem;
            letter-spacing: normal;
            text-align: center;
            padding: 5px 10px 5px 25px;
            margin-left: 20px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 10em;
            position: relative;
            box-sizing: border-box;
          }
            body#profile.history .yeaBlockCol dt .icoTopics::before,
            body#profile.history .yeaBlockCol dt .icoProduct::before {
              display: block;
              content: '';
              width: 12px;
              height: 12px;
              background-color: #7c72af;
              border-radius: 12px;
              position: absolute;
              top: 50%;
              left: 10px;
              transform: translateY(-50%);
            }
              body#profile.history .yeaBlockCol dt .icoTopics::before {
                background-color: #2a7f55;
              }
              body#profile.history .yeaBlockCol dt .icoProduct::before {
                background-color: #ca4d87;
              }
        body#profile.history .yeaBlockCol dd {
          margin-bottom: 20px;
        }
        body#profile.history .yeaBlockCol .subTtl {
          font-size: 1.6rem;
        }
        body#profile.history .yeaBlockCol .txt {
          font-size: 1.6rem;
        }
        body#profile.history .yeaBlockCol .img {
          text-align: center;
        }
  /* ---------------------------------------------------------------- *
      profile/customer/専用
  ----------------------------------------------------------------- */
  body#profile.customer {}
    body#profile.customer .baseBlock {
      margin-bottom: 30px;
    }
    body#profile.customer .box {
      padding-bottom: 35px;
      margin-bottom: 35px;
    }
    body#profile.customer .list01 {
      margin: 0;
    }
      body#profile.customer .list01 li,
      body#profile.customer .list01 li.wide {
        width: auto;
        float: none;
      }
  /* ---------------------------------------------------------------- *
      profile/procurement/専用
  ----------------------------------------------------------------- */
  body#profile.procurement {}
    body#profile.procurement .baseBlock {
      margin-bottom: 50px;
    }
    body#profile.procurement .box {
      padding-bottom: 35px;
      margin-bottom: 35px;
    }
    body#profile.procurement .inner {
      padding: 0;
    }
    body#profile.procurement .list01 {
      margin: 0 0 30px 0;
    }
  /* ---------------------------------------------------------------- *
      profile/factory/専用
  ----------------------------------------------------------------- */
  body#profile.factory {}
    body#profile.factory .baseBlock {
      margin-top: 35px;
      margin-bottom: 50px;
    }
    body#profile.factory .intro {
      margin-bottom: 20px;
    }
      body#profile.factory .intro .blockTtl {
        padding-right: 0;
        margin-top: 0;
      }
      body#profile.factory .intro .mapSearch {
        position: static;
        margin-bottom: 20px;
      }
      body#profile.factory .intro .messageVox {
        font-size: 1.3rem;
        padding: 10px;
        margin-top: 35px;
      }
      body#profile.factory .tableStyle01 {}
        body#profile.factory .tableStyle01 th {
          width: auto;
          padding-bottom: 5px;
        }
      body#profile.factory .accordionInner { padding-bottom: 35px; }
      body#profile.factory .accordionInner .blockTtl {
        margin-top: 40px;
        margin-bottom: 15px;
      }
    body#profile.factory #popupWrapperImage {}
      body#profile.factory #popupWrapperImage .mapWrap {
        overflow-x: scroll;
      }
      body#profile.factory #popupWrapperImage .mapWrap::-webkit-scrollbar {
        height: 5px;
      }
      body#profile.factory #popupWrapperImage .mapWrap::-webkit-scrollbar-track{
        background: #f4f4f4;
      }
      body#profile.factory #popupWrapperImage .mapWrap::-webkit-scrollbar-thumb{
        background: #001a72;
      }
  /* ---------------------------------------------------------------- *
      profile/global/専用
  ----------------------------------------------------------------- */
  body#profile.global {}
    body#profile.global .baseBlock {
      max-width: 100%;
      margin-top: 20px;
      margin-bottom: 80px;
    }
    body#profile.global .tabs {
      flex-wrap: wrap;
      max-width: 100%;
    }
    body#profile.global .tabs li {
      flex: 0 0 32%;
      margin-bottom: 1.3%;
  }
      body#profile.global .explain {
        max-width: 100%;
        margin-bottom: 50px;
      }
        body#profile.global .explain li {
          font-size: 1.3rem;
        }
          body#profile.global .explain li img {
            width: 30px;
            margin-right: 5px;
          }
      body#profile.global .globalVox {
        padding-bottom: 30px;
        margin-bottom: 30px;
      }
        body#profile.global .globalVox .icons {
        }
          body#profile.global .globalVox .icons li {
            width: 30px;
            margin-right: 5px;
          }
        body#profile.global .globalVox .globalOutline {
          display: block;
        }
          body#profile.global .globalVox .globalOutline tbody,
          body#profile.global .globalVox .globalOutline tr {
            display: block;
          }
          body#profile.global .globalVox .globalOutline th {
            display: block;
            width: auto;
            padding: 0;
          }
          body#profile.global .globalVox .globalOutline td {
            display: block;
            padding: 0;
            margin-bottom: 20px;
          }
          body#profile.global .globalVox .globalOutline tr:last-of-type td {
            margin-bottom: 0;
          }
          body#profile.global .globalLink {
            margin-bottom: 30px;
            padding: 25px;
            background-color: #F7F7F7;
          }
            body#profile.global .globalLink ul {
              margin-top: 20px;
            }
            body#profile.global .globalLink ul li {
              display: block;
              font-size: 1.6rem;
              margin-top: 5px;
            }
            body#profile.global .globalLink ul li:not(:last-child) {
              margin-right: 0;
            }
  /* ---------------------------------------------------------------- *
      profile/introduction/
  ----------------------------------------------------------------- */
  body#profile.introduction {}
    body#profile.introduction .strongVox {
      margin-bottom: 80px;
    }
      body#profile.introduction .strongVox .cInner {
        display: block;
      }
      body#profile.introduction .strongVox .img {
        width: auto;
        margin-bottom: 30px;
      }
      body#profile.introduction .strongVox .txt {
        width: auto;
      }
        body#profile.introduction .strongVox .txt .list {
          margin-bottom: 20px;
        }
          body#profile.introduction .strongVox .txt .list li {
            font-size: 1.7rem;
            margin-left: 1em;
          }
        body#profile.introduction .strongVox .txt .caseArea {
          font-size: 1.8rem;
          width: 220px;
          margin: 0 auto;
        }
    body#profile.introduction .accordionWrapper {}
      body#profile.introduction .accordionWrapper .accordionTtl {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #001a72;
      }
      body#profile.introduction .accordionWrapper.open .accordionTtl {
        color: #001a72;
        background: #e5e8f1;
      }
      body#profile.introduction .accordionWrapper .accordionTtl::before,
      body#profile.introduction .accordionWrapper .accordionTtl::after {
        background: #001a72;
      }
      body#profile.introduction .accordionWrapper .accordionInner {
        display: none;
        padding: 30px 10px 1px 10px;
        background: #f2f4f8;
      }
    body#profile.introduction .introductionVox {
      margin-top: 30px;
    }
      body#profile.introduction .introductionVox .cInner {
        display: block;
      }
        body#profile.introduction .categoryVox {
          width: auto;
          margin-right: 0;
        }
          body#profile.introduction .categoryVox a {
            background: #fff;
          }
          body#profile.introduction .categoryVox .category {
            padding: 5px 10px 15px 10px;
          }
            body#profile.introduction .categoryVox .category .title {
              line-height: 1.3;
            }
            body#profile.introduction .categoryVox .category .item {}
              body#profile.introduction .categoryVox .category .item figure.fullImg {
                width: 100%;
              }
                body#profile.introduction .categoryVox .category .item figure.fullImg img {
                  width: calc(50% - 5px);
                }
                body#profile.introduction .categoryVox .category .item figure figcaption {
                  font-size: 1.3rem;
                  letter-spacing: normal;
                  margin-top: 5px;
                }
                body#profile.introduction .categoryVox.energy .category .item figure img {
                  width: 105px !important;
                }
        body#profile.introduction .materialsVox {}
          body#profile.introduction .materialsVox .item {}
            body#profile.introduction .materialsVox .item figure {
              width: calc(50% - 5px);
              margin-right: 10px;
            }
  /* ---------------------------------------------------------------- *
      profile/sports/
  ----------------------------------------------------------------- */

  body#profile.sports {}
  body#profile.sports .sportsMv::before {
    padding-top: 94.5%;
    background-image: url(../img/profile/sports/SP_sports_img01.png?250610);
  }
  body#profile.sports .sportsMv .cInner {
    max-width: initial;
    padding: 0 20px;
  }
  body#profile.sports .tabVoxWrapper {
    margin-top: 100px;
  }
  
  body#profile.sports .imageList > .item {
    width: 100%;
  }
  body#profile.sports .imageList .teamName {
    font-size: 1.7rem;
  }


  /* ---------------------------------------------------------------- *
      profile/brand/専用
  ----------------------------------------------------------------- */
  body#profile.brand .baseBlock {
    max-width: initial;
    padding: 0 20px 50px 20px;
  }
  body#profile.brand .intro {
    margin: -20px auto 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body#profile.brand .blockLogo {
    margin: 40px auto 0 auto;
  }
  body#profile.brand .blockLogo .logo {
    padding: 0 60px;
  }
  body#profile.brand .blockLogo .lead {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body#profile.brand .blockMessage {
    margin: 50px auto 0 auto;
  }
  body#profile.brand .blockMessage .message {
    margin: 20px -20px 0;
    padding: 260px 20px 40px;
    background: url("../img/profile/brand/bg_message_sp.png") #020244 no-repeat 0 0;
    background-size: cover;
  }
  body#profile.brand .blockMessage .message h3{
    padding: 0 35px 0 0;
  }
  body#profile.brand .blockMessage .message p {
    margin: 30px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body#profile.brand .blockMessage .message .txtCatch {
    font-size: 19px;
    font-size: 1.9rem;
  }
  body#profile.brand .blockBrand {
    margin: 40px auto 0 auto;
  }
  body#profile.brand .blockBrand .thumb {
    margin-top: 20px;
  }

}




