@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- メーカー一覧　ページのパーツ
---------------------------------------------------- */
.maker_industry .asnav,
.maker_aerospace .asnav {
  display: none; }
  @media screen and (max-width: 899px) {
    .maker_industry .asnav,
    .maker_aerospace .asnav {
      display: block; } }

.maker_category__tab {
  display: flex;
  justify-content: space-around;
  margin-bottom: 32px; }
  @media screen and (max-width: 899px) {
    .maker_category__tab {
      margin-bottom: 24px; } }
  .maker_category__tab > .btn {
    width: 100%;
    cursor: pointer;
    text-align: center;
    border-top: solid 4px #f2f4f7;
    border-bottom: solid 1px #cdcdcd;
    transition: border 0.2s ease-out; }
    .maker_category__tab > .btn > span > a {
      background: #f2f4f7;
      display: block;
      width: 100%;
      color: #6f6f6f;
      font-size: 18px;
      font-weight: 500;
      padding: 20px 0 22px 0;
      transition: color 0.2s ease-out; }
      @media screen and (max-width: 899px) {
        .maker_category__tab > .btn > span > a {
          font-size: 16px;
          padding: 17px 0 19px 0; } }
      @media screen and (max-width: 320px) {
        .maker_category__tab > .btn > span > a {
          font-feature-settings: 'palt'; } }
    .maker_category__tab > .btn:hover {
      border-top-color: #00469b; }
      .maker_category__tab > .btn:hover > span > a {
        color: #00469b; }
    .maker_category__tab > .btn.active {
      border-top: solid 4px #cdcdcd;
      border-right: solid 1px #cdcdcd;
      border-left: solid 1px #cdcdcd;
      border-bottom: none; }
      .maker_category__tab > .btn.active > span > a {
        background: #fff;
        color: #00469b; }

.maker_anker_link {
  background: #f2f4f7;
  margin: 0 16px 24px 16px; }
  @media screen and (max-width: 899px) {
    .maker_anker_link {
      margin: 0 0 24px 0; } }
  .maker_anker_link__list {
    font-size: 0;
    padding: 16px; }
    @media screen and (max-width: 899px) {
      .maker_anker_link__list {
        padding-left: 12px;
        padding-right: 12px; } }
    .maker_anker_link__list > li {
      display: inline-block;
      font-size: 13px; }
      @media screen and (min-width: 900px), print {
        .maker_anker_link__list > li:not(:first-child) {
          margin-left: 16px; } }
      @media screen and (min-width: 640px) and (max-width: 899px) {
        .maker_anker_link__list > li {
          width: calc((100% - 30px )/3 ); }
          .maker_anker_link__list > li:not(:nth-child(3n+1)) {
            margin-left: 15px; }
          .maker_anker_link__list > li:nth-child(n+4) {
            margin-top: 15px; } }
      @media screen and (max-width: 639px) {
        .maker_anker_link__list > li {
          width: 50%;
          border: solid 1px #c0c2cd;
          font-size: 14px; }
          .maker_anker_link__list > li:nth-child(2n+2) {
            border-left: none; }
          .maker_anker_link__list > li:nth-child(n+3) {
            border-top: none; } }
      .maker_anker_link__list > li > a {
        position: relative;
        display: block;
        background: #fff;
        width: 112px;
        padding: 14px 0 15px 0;
        text-align: center;
        border-radius: 5px;
        box-shadow: 1px 1px 0 0 #ced0d2;
        letter-spacing: 0.04em; }
        @media screen and (max-width: 899px) {
          .maker_anker_link__list > li > a {
            width: 100%;
            padding: 12px 12px 12px 28px;
            text-align: left; } }
        @media screen and (max-width: 639px) {
          .maker_anker_link__list > li > a {
            border-radius: 0;
            line-height: 1.4; } }
        .maker_anker_link__list > li > a::before, .maker_anker_link__list > li > a::after {
          display: inline-block;
          content: "";
          vertical-align: top; }
        .maker_anker_link__list > li > a::before {
          background: url(../images/icon/icon_anker_link.png) no-repeat;
          background-size: 13px 13px;
          width: 13px;
          height: 13px;
          margin-right: 10px; }
          @media screen and (max-width: 639px) {
            .maker_anker_link__list > li > a::before {
              position: absolute;
              top: 16px;
              left: 10px; } }
        .maker_anker_link__list > li > a:hover {
          color: #00469b; }

.maker_detail_link {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (min-width: 900px), print {
    .maker_detail_link > li {
      /*width: calc((100% - 76px)/5 );*/
      width: calc( 20% - 15.2px ); }
      .maker_detail_link > li:not(:nth-child(5n+1)) {
        margin-left: 19px; }
      .maker_detail_link > li:nth-child(n+6) {
        margin-top: 28px; } }
  @media screen and (min-width: 640px) and (max-width: 899px) {
    .maker_detail_link > li {
      width: calc((100% - 48px)/3 ); }
      .maker_detail_link > li:not(:nth-child(3n+1)) {
        margin-left: 16px; }
      .maker_detail_link > li:nth-child(n+4) {
        margin-top: 18px; } }
  @media screen and (min-width: 540px) and (max-width: 639px) {
    .maker_detail_link > li {
      width: calc((100% - 32px)/2 ); }
      .maker_detail_link > li:not(:nth-child(2n+1)) {
        margin-left: 16px; }
      .maker_detail_link > li:nth-child(n+3) {
        margin-top: 18px; } }
  @media screen and (max-width: 539px) {
    .maker_detail_link > li {
      width: 100%; }
      .maker_detail_link > li:not(:first-child) {
        margin-top: 18px; } }
  .maker_detail_link__link {
    display: block; }
    .maker_detail_link__link_item {
      display: flex;
      flex-direction: column; }
      .maker_detail_link__link_item > .logo {
        order: 1;
        /*				display: flex;
        				justify-content: center;
        				align-items: center;*/
        position: relative;
        width: auto;
        height: 74px;
        margin-bottom: 12px;
        border: solid 1px #cdcdcd;
        transition: border 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .maker_detail_link__link_item > .logo {
            margin-bottom: 6px; } }
        .maker_detail_link__link_item > .logo > img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          max-width: calc( 100% - 32px );
          height: auto;
          max-height: 53px; }
          @media screen and (max-width: 899px) {
            .maker_detail_link__link_item > .logo > img {
              max-width: calc( 100% - 24px ); } }
      .maker_detail_link__link_item > .ttl {
        order: 2; }
        .maker_detail_link__link_item > .ttl > span {
          display: block;
          text-align: center;
          font-feature-settings: 'palt';
          word-wrap: break-word;
          line-height: 1.3; }
          .maker_detail_link__link_item > .ttl > span.en {
            color: #333333;
            font-size: 15px;
            margin-bottom: 3px; }
          .maker_detail_link__link_item > .ttl > span.jp {
            color: #838383;
            font-size: 12px; }
    .maker_detail_link__link:hover .logo {
      border: solid 1px #00469b; }
    .maker_detail_link__link:hover .ttl > span {
      color: #00469b; }

.maker_caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px; }
  @media screen and (max-width: 639px) {
    .maker_caption {
      flex-direction: column;
      margin-bottom: 16px; } }
  .maker_caption .info {
    width: 528px; }
    @media screen and (max-width: 899px) {
      .maker_caption .info {
        width: calc( 100% - 35.59vw - 20px ); } }
    @media screen and (max-width: 639px) {
      .maker_caption .info {
        width: 100%;
        order: 2; } }
  @media screen and (max-width: 639px) {
    .maker_caption .photo {
      order: 1;
      margin-bottom: 12px; } }
  .maker_caption .photo_wrap {
    position: relative;
    display: block;
    width: 320px;
    height: 196px;
    overflow: hidden; }
    @media screen and (max-width: 899px) {
      .maker_caption .photo_wrap {
        width: 35.59vw;
        height: 21.80vw; } }
    @media screen and (max-width: 639px) {
      .maker_caption .photo_wrap {
        margin: 0 auto;
        width: 86.66vw;
        max-width: 312px;
        height: 59.68vw;
        max-height: 191px; } }
    .maker_caption .photo_wrap.img_w100 > img {
      width: 100% !important; }
    .maker_caption .photo_wrap.img_h100 > img {
      height: 100% !important; }
    .maker_caption .photo_wrap > img {
      display: block;
      position: absolute;
      width: auto;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.maker_location {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px 8px 16px;
  margin-bottom: 40px;
  border: solid 1px #d4d6d9; }
  @media screen and (max-width: 899px) {
    .maker_location {
      margin-bottom: 24px; } }
  @media screen and (max-width: 639px) {
    .maker_location {
      flex-direction: column;
      padding: 12px 6px 8px 6px; } }
  .maker_location > .logo {
    position: relative;
    /*		display: flex;
    		flex-wrap: wrap;
    		justify-content: center;
    		align-items: center;*/
    width: 234px;
    height: 44px;
    padding: 0 26px 0 3px; }
    @media screen and (max-width: 639px) {
      .maker_location > .logo {
        width: 100%;
        height: 44px;
        padding: 0 16px 0 16px;
        overflow: hidden; } }
    .maker_location > .logo > img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      max-width: calc( 100% - 29px );
      height: auto;
      max-height: 44px; }
    .maker_location > .logo::after {
      content: '';
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      border-right: 1px solid #cdcdcd;
      top: 0;
      right: 0;
      transform: skewX(-16deg); }
      @media screen and (max-width: 639px) {
        .maker_location > .logo::after {
          content: none; } }
  .maker_location > .address {
    display: flex;
    align-items: center;
    width: calc(100% - 234px);
    min-height: 48px;
    padding: 4px 0 4px calc(4.1em + 32px);
    text-align: left;
    line-height: 1.3;
    text-indent: -4.1em; }
    @media screen and (max-width: 639px) {
      .maker_location > .address {
        width: 100%;
        padding: 4px 0 4px 16px;
        text-indent: 0; } }
    .maker_location > .address .indention {
      display: none; }
      @media screen and (max-width: 639px) {
        .maker_location > .address .indention {
          display: inline-block; } }

/*# sourceMappingURL=common_maker.css.map */
