@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
body {
  background-image: none;
}
.top_blog {
    width: 100%;
    margin: 0 auto 40px auto;
    max-width: 816px !important;
    background: #fff;
    border: 1px solid #aaa;
    padding: 24px 12px 24px 40px;
  }
.top_blog .blog_list {
  max-height: 240px;
  overflow-y: scroll;
  border: none;
}
.top_blog .blog_list .blog_photo {
  display: none;
}
.top_blog .blog_list .blog_text {
  width: 100%;
}
.top_blog .blog_list .blog_text .detail {
  margin-top: 0;
}
.top_blog .blog_list h3 a {
  color: #1b1b1b;
  font-size: 1.1em;
}
.clone--nav {
  width: 100% !important;
  max-width: 100% !important;
  position: fixed !important;
  background: rgba(247, 229, 229, 0.9);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-left: 0 !important;
}
@media only screen and (max-width: 834px) {
  .clone--nav {
    display: none;
  }
}
.is-show {
  transform: translateY(0);
}
.brandListWrap .productTable .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
}

.brandListWrap .productTable .head img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover;";
  height: 180px !important;
  width: calc(50% - 2px) !important;
}

.brandListWrap .productTable .head div {
  width: calc(50% - 2px) !important;
}

.brandListWrap .productTable .head div b {
  padding: 2px 4px;
  background: #00a9da;
  color: #fff;
  display: block;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.brandListWrap .productTable .price div {
  font-size: 1.2em !important;
}
.maker01 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.maker01::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.maker01::after {
  content: "";
  display: block;
  width: 24%;
}
.maker01 .box {
  width: 24%;
  text-align: center;
}
.productWrap3 .productTable {
  width: 48.5% !important;
  margin-bottom: 20px !important;
}
.productWrap3 .productTable img {
  width: 100% !important;
}
.productWrap3 .productTable .feat > div {
  justify-content: center;
}
.productWrap3 .productTable .name div {
  font-size: 1.8rem !important;
  background: #00a9da;
  color: #fff !important;
  line-height: 1.5;
  width: 92%;
  margin: 15px auto 5px;
}
@media only screen and (max-width: 1000px) {
  .brandListWrap .productTable .price div small {
    display: block;
  }
  .productWrap3 .productTable .name div {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .productWrap3 .productTable .name div {
    background: none;
    color: #00a9da !important;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .maker01 .box {
    width: 48.5%;
  }
}
@media only screen and (max-width: 468px) {
}

.table_wrap1 td{
  border: none !important;
}
.table_wrap1 .img{
  width: 25% !important;
  font-weight: bold;
}
.table_wrap1 .text h6{
  background: #14afe2;
  color: #fff;
  display: block;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
.table_wrap1 .img{
  width: 100% !important;
}
.table_wrap1 img{
  width: 80% !important;
}
}