@charset "utf-8";

body{
    margin: 0px;
    padding: 0;
    background-color: #a8eefa;
    color: #333333;
    font-size: 15px;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    box-sizing: border-box;
}

p,h1,h2,h3,h4,h5,h6{
    margin-top: 0 auto;
}

h2{
    background-color: #1760a0;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 0;
    margin-top: 2em;
    width: 99%;
}

h2 img{
    vertical-align: middle;
}

h3{
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    margin-top: 2px;
    padding: 20px;
}

h4{
    border-bottom: 2px solid #dddddd;
}

h5{
    margin: 10px 20px 10px;
    padding: auto;
    border-bottom: none;
}

h5.mcontact{
    margin: 40px;
    padding-left: 20px;
    border-bottom: 2px solid #dddddd;
}

#newsticker{
    color: #3583aa;
}

#newsticker a{
    font-size: 0.9em;
    text-decoration: underline;
}


.maker-name{
    padding: 4px 0;
    background-color: #1760a0;
    border-top: 3px double #ffffff;
    border-bottom: 3px double #ffffff;
    font-size: 1em;
    text-align: center;
    margin-left: 25px;
    width: 100%;
}

h2.maker-name{
    width: 95.5%;
}

img.table-img{
    vertical-align: bottom;
}


ul{
    list-style: none;
}

li.list-pdf{
    padding-left: 20px;
    background-image: url(images/list-pdf.gif) no-repeat center left;
    background-position: 0px 4px;
}


a{
    color: #3583aa;
    text-decoration: none;
}


a:visited{
    color: rgb(50, 181, 204);
}


.maker-name a{
    color: #ffffff;
}

a:hover{
    text-decoration: underline;
}

a.sub-title{
    color: #ffffff;
    text-decoration: none;
}

header{
    width: 960px;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
}

.page-header{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.sizechange{
    margin-top: 1em;
}

.logo{
    margin: 30px;
    padding-left: 30px;
}

.btn_m{
    background-color: #0D849D;
    color: #ffffff;
}

.btn_l{
    background-color: #0D849D;
    color: #ffffff;
}

.content{
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

footer{
    text-align: center;
    color: #ffffff;
    padding: 0;
    background-color:#334D65;
    width: 100%;
}

footer small{
    font-size: 12px;
}

#index h1{
    font-size: 48px;
    line-height: 1;
    color: #334D65;
    margin-bottom: 50px;
    margin-top: -100px;
}

#index .content{
    margin-top:150px;
}


#index{
    background-image: url(../images/highway.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}


.maker{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: 40px 40px;
    gap: 5px;
}

.table{
    width: 100%;
    height: 600px;
    border-collapse: collapse;
    border: solid 4px #0D849D;
    border-spacing: 0;
  }


  .table-img,
  .table-text{
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
    width: 300px;
    background: #fffafa;
    border: solid 1px #0D849D;
  }
 
  .table-contact, .table-contact_m{
    border-collapse: collapse;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 1em;
    text-align: center;
    height: 50px;
    width: 300px;
    background: #fffafa;
    border: solid 1px #0D849D;
  }

  th{
    border-collapse: collapse;
    border-spacing: 0;
    background: #f6efdb;
    border: solid 1px #0D849D;
    text-align: center;
  }

  td.table-contact, td.table-contact{
    border-spacing: 0;
    background: #ffffff;
    border: solid 1px #0D849D;
  }
 

/* link */
#link{
    /*padding: 4% 0;*/
    width: 100%;
}

#link .wrapper{
    display: flex;
    justify-content: center;
}

#link .sub-title{
    margin-bottom: 30px;
}

li.sub-title{
    list-style-image: none;
}


.link-box{
    width: 30%;
}

.wrapper{
    width: 100%;
}

div.listfile{
    margin-top: 30px;
}

div.outline-txt{
    margin: 50px 0;
    background-color: none;
}


div.aebs_logo{
    margin: 30px 0;
    padding: 50px;
    display: table;
}


.aebs_logo figure{
    display: inline-block;   /* インラインブロック化 */
    margin-bottom: 3em;
    vertical-align: middle;
}

.aebs_logo p{
    text-align: center
}


ol{
    border-style: dashed;
    border-color: #dddddd;
}

ol li{
    margin-left: 10px;
}


.btn-sticky {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0.5em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #0D849D;/*左線*/
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
  .btn-sticky:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  
  /* ▼キャプション付き画像全体を囲むボックスの装飾 */
figure {
    display: inline-block;   /* インラインブロック化 */
    margin: 5px 5px 7px 7px;
    vertical-align: middle; /* 外側に余白を追加 */
    background-color: #ccc; /* 背景色 */

}
/* ▼画像に対する装飾 */
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
    top: 100%; /* または200px(heightの半分) */
    width: 100%;
}

/* ▼キャプションに対する装飾 */
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
    background-color: #ccc; /* 背景色 */
}

/* ▼メーカーリスト */
.makerlist{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.makerlist li{
    flex: 0 0 20%;
    margin-bottom: 30px;
    border: 2px solid  #f6efdb;
    background-color: #ffffff;
    width: 200px;
    height: 200px;
}

.makerlist img{
    width: 100%;
    
}

.tablelist{
    margin-bottom: 10em;
    margin-left: 25px;
}

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #ef3f40;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: FontAwesome;
    content: '\f102';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .fontMedium{
      font-size: 1em;
  }

  .fontLarge{
      font-size: 1.2em;
  }

  .global-nav{
      border-width: 1px;
      border-style: solid;
  }

  .ticker {
    margin: 0 auto;
    padding: 10px;
    width: 95%;
    text-align: left;
    border: #ccc 1px solid;
    position: relative;
    overflow: hidden;
    background-color:#ffffff;
  }
  
  .ticker ul {
    width: 100%;
    position: relative;
  }
  
  .ticker ul li {
    width: 100%;
    height: auto;
    display: none;
  }

  .test{
    text-align: center;
    margin-top: 1em;
  }
  
  .test_aebs figure{
    margin-left: 50px;
  }
  

    #layout{
    margin-left:auto;
    margin-right:auto;
    /*
    min-width:960px;*/
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    }


.center{
    text-align: center;
}

.btn{
    margin-bottom: 5em;
}

.btn a{
    background-color: #f6efdb;
    color: #1760a0;
    font-size: 1em;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 10em;
    text-align: center;
}

 /*メーカーロゴ表示（画面の大きさによって表示数変更）*/
 .cssgrid {
    display: grid;
    display: -ms-grid;
   -ms-grid-columns: (minmax(200px, 1fr))[4];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   -ms-grid-rows: auto;
       grid-auto-rows: 1fr;
   grid-gap: 1em;
   padding: 0;
   margin-left: 3em;
  }
  
   /*IE対応CSSgrid*/
  .item1 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
 }
 
  .item2 {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
 }
 
  .item3 {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
 }
 
  .item4 {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
 }
 
  .item5 {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
 }
 
  .item6 {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
 }
 
  .item7 {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
 }
 
  .item8 {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
 }

 .item9 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
 }

 .item10 {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
 }

 .item11 {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
 }

 .item12 {
    -ms-grid-column: 4;
    -ms-grid-row: 3;
 }

 .item13 {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
 }

 .item14 {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
 }

 .item15 {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
 }

 .item16 {
    -ms-grid-column: 4;
    -ms-grid-row: 4;
 }

 .item17 {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
 }

 .item18 {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
 }

 .item19 {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
 }

 .item20 {
    -ms-grid-column: 4;
    -ms-grid-row: 5;
 }
  
 .item1 a:hover,
 .item2 a:hover,
 .item3 a:hover,
 .item4 a:hover,
 .item5 a:hover,
 .item6 a:hover,
 .item7 a:hover, 
 .item8 a:hover,
 .item9 a:hover,
 .item10 a:hover,
 .item11 a:hover,
 .item12 a:hover,
 .item13 a:hover,
 .item14 a:hover,
 .item15 a:hover,
 .item16 a:hover,
 .item17 a:hover,
 .item18 a:hover,
 .item19 a:hover,
 .item20 a:hover{
    opacity: 0.7;
  }
 
  .footerbox {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 0.4em;
    margin: 0 0 2em;
  }
  
  .footerbox > div {
    background: #334D65;
    padding: 1em;
    flex: 1 0 250px;
  }

.nl{
    display: none;
}

.mgn_10{
    margin-right : 30px;
}

  /*860px以下480px未満の時の表示（IE,Edge）*/
  @media (max-width:860px){
  
    .item1 {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
     }
     
      .item2 {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
     }
     
      .item3 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
     }
     
      .item4 {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
     }
     
      .item5 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
     }
     
      .item6 {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
     }
     
      .item7 {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
     }
     
      .item8 {
        -ms-grid-column: 3;
        -ms-grid-row: 4;
     }

     .item9 {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
     }
     
      .item10 {
        -ms-grid-column: 3;
        -ms-grid-row: 5;
     }

     .item11 {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
     }
     
      .item12 {
        -ms-grid-column: 3;
        -ms-grid-row: 6;
     }

     .item13 {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
     }
     
      .item14 {
        -ms-grid-column: 3;
        -ms-grid-row: 7;
     }

     .item15 {
        -ms-grid-column: 1;
        -ms-grid-row: 8;
     }
     
      .item16 {
        -ms-grid-column: 3;
        -ms-grid-row: 8;
     }

     .item17 {
        -ms-grid-column: 1;
        -ms-grid-row: 9;
     }
     
      .item18 {
        -ms-grid-column: 3;
        -ms-grid-row: 9;
     }

     .item19 {
        -ms-grid-column: 1;
        -ms-grid-row: 10;
     }
     
      .item20 {
        -ms-grid-column: 3;
        -ms-grid-row: 10;
     }




}
  @media (max-width:479px){
    /*スマホ対応用設定*/
   table.makertable td,table.makertable th{
       display:block;
    }
    table.makertable.makertable_contact th{
        display: none;
    }
   }
   

   
@media (max-width:479px){
        /*スマホ対応用設定*/
        /*.container, .maincenter, .outline-txt, .txt, .tablelist, .wrapper, .link-box{
            width: 100%;
            }*/
        .sizechange{
            display: none;
        }
        .text br {
                display: none;
              }

        body{
                  font-size: 13px ;
                  width: auto ;
                  padding: 0 10px ;		/* 左右の余白 */	
            }
        ul.topnav li.right, ul.topnav li {
                float: none;
            }

          #index{
            background-image: url(../images/highway.jpg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
         }

        h2.maker-name{
          width: 304px;
          text-align: center;
        }
        .cssgrid{
            margin-left: 6em;
        }

        .nl{
            display: block;
        }

        .mgn_10{
            margin-right : 10px;
        }

        #index h1{
            font-size: 30px;
        }

        .test_aebs figure{
          margin-left: 20px;
        }

       .table-contact{
         line-height: 1em;
         height: auto;
         font-size: 1em;
       }
       .table-contact_m{
           background-color: #74ebd5;
           line-height: 1em;
           height: auto;
           font-size: 1em;
       }
       .item1 {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
     }
     
      .item2 {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
     }
     
      .item3 {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
     }
     
      .item4 {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
     }
     
      .item5 {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
     }
     
      .item6 {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
     }
     
      .item7 {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
     }
     
      .item8 {
        -ms-grid-column: 1;
        -ms-grid-row: 8;
     }
     .item9 {
        -ms-grid-column: 1;
        -ms-grid-row: 9;
     }
     
      .item10 {
        -ms-grid-column: 1;
        -ms-grid-row: 10;
     }
     .item11 {
        -ms-grid-column: 1;
        -ms-grid-row: 11;
     }
     
    .item12 {
        -ms-grid-column: 1;
        -ms-grid-row: 12;
     }
     .item13 {
        -ms-grid-column: 1;
        -ms-grid-row: 13;
     }
     
      .item14 {
        -ms-grid-column: 1;
        -ms-grid-row: 14;
     }
     .item15 {
        -ms-grid-column: 1;
        -ms-grid-row: 15;
     }
     
      .item16 {
        -ms-grid-column: 1;
        -ms-grid-row: 16;
     }
     .item17 {
        -ms-grid-column: 1;
        -ms-grid-row: 17;
     }
     
      .item18 {
        -ms-grid-column: 1;
        -ms-grid-row: 18;
     }
     .item19 {
        -ms-grid-column: 1;
        -ms-grid-row: 19;
     }
      .item20 {
        -ms-grid-column: 1;
        -ms-grid-row: 20;
     }
        }

