@charset "utf-8";
/* CSS Document */

.adpt-maker *,
.adpt-item *{
  box-sizing: border-box;
}
.adpt-maker,
.item-card{
  background: #ECEADE;
}
.inner{
  width: 94%;
  max-width: 915px;
  margin: auto;
}
.adpt-maker,
.adpt-item{
  padding: 30px 0;
}
.adpt-maker a,
.adpt-item a{
  text-decoration: none;
}
.adpt-title{
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .adpt-title{
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .adpt-title{
    font-size: 26px;
  }
}

/*--------------------------------------------

 .adpt-maker

--------------------------------------------*/

.maker-list{
  display: flex;
  flex-wrap: wrap;
}
.maker-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 1.25;
  border-radius: 6px;
  color: #fff;
}
.maker-btn.m-panasonic a{ background: #e20112;}
.maker-btn.m-hitachi a{ background: #ea46c3;}
.maker-btn.m-toshiba a{ background: #21a467;}
.maker-btn.m-mitsubishi a{ background: #a045b3;}
.maker-btn.m-sanyo a{ background: #00a0df;}
.maker-btn.m-sharp a{ background: #1763a5;}
.maker-btn.m-other a{ background: #a5cc00;}
.maker-btn.m-tate a{ background: #ff9800;}


.maker-caution{
  line-height: 1.63;
}
@media screen and (max-width: 500px) {
  .maker-list li{
    margin-right: calc( 100% - 48.333%*2 );
    margin-bottom: 10px;
  }
  .maker-list li:nth-child(2n){
    margin-right: 0;
  }
  .maker-btn{
    width: 48.333%;
    height: 45px;
    font-size: 20px;
  }
  .maker-btn.m-panasonic{
    font-size: 17px;
  }
  .maker-btn span{
    font-size: 12px;
  }
  .maker-caution{
    font-size: 11px;
  }
  .maker-btn.m-tate{
    font-size: 15px;
	text-align: center;
  }
}
@media screen and (min-width: 501px) {
  .maker-list li{
    margin-right: calc( (100% - 24%*4) / 3 );
    margin-bottom: 10px;
  }
  .maker-list li:nth-child(4n){
    margin-right: 0;
  }
  .maker-btn{
    width: 24%;
    height: 55px;
    font-size: 24px;
  }
  .maker-btn.m-panasonic{
    font-size: 19px;
  }
  .maker-btn span{
    font-size: 13px;
  }
  .maker-caution{
    font-size: 13px;
  }
  .maker-btn.m-tate{
    font-size: 18px;
	text-align: center;
  }
}
/*--------------------------------------------

 .adpt-item

--------------------------------------------*/
.item-lst{
  display: flex;
  flex-wrap: wrap;
}
.item-card{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 10px;
}
.item-card img{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.itm-link,
.itm-link a{
  display: flex;
  justify-content: center;
  text-align: center;
}
.itm-link{
  width: 100%;
  margin-top: auto;
}
.itm-link li{
  width: 32%;
}
.itm-link li+li{
  margin-left: calc( (100% - 32%*3) / 2);
}
.itm-link a{
  line-height: 1.2;
  background: url(img/bt-bg.png) left top / contain repeat-x;
  border: 2px solid #969696;
  border-radius: 6px;
  padding: .3em 0;
  flex-direction: column;
}
.itm-name{
  font-size: 16px;
}
.itm-name{
  margin: 1em 0 .5em;
  font-weight: 600;
}
.itm-code{
  margin-bottom: 1.3em;
}
.itm-link a{
  /*font-size: 11px;*/
  font-size: 13px;
}
.item-lst a span{
  font-size: 14px;
  font-weight: 500;
  color: #E30012;
}
.item-lst a:hover span{
  color: #FF6666;
}

@media screen and (max-width: 767px) {
  .item-card img{
    width: 72%;
    max-width: ;
  }
  .itm-name{
    text-align: center;
  }
  .itm-type,
  .itm-code{
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .item-card{
    width: 24%;
    margin-right: calc( (100% - 24%*4) / 3 );
  }
  .item-card:nth-child(4n){
    margin-right: 0;
  }
  .itm-type,
  .itm-code{
    font-size: 13px;
  }
}