@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.btn_red {
  width: 520px !important;
}

.btn_red a {
  background: red !important;
  padding: 30px 20px !important;
}

.btn_red a:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.sns_insta .sns_text {
  display: none;
}
.sns_insta div.sns_list {
  flex-direction: inherit;
  flex-wrap: wrap;
}
.sns_insta div.sns_list,
.sns_insta div.sns_list > div {
  border: none;
}
.sns_insta div.sns_list div.sns_photo {
  width:100%;
}
div.sns_list > div {
  width:33% !important;
  display: inline-block;
}
.sns_insta div.sns_list .sns_photo img {
    max-width: 100%;
    width: 180px;
    height: 150px !important;
    object-fit: cover;
}
.blog_cont {
    height: 340px !important;
}

/*.sns_insta div.sns_list,
.sns_insta .sns_list div {
  width:33% !important;
}*/

/*================== ○○○○.html =================*/
@media only screen and (max-width: 480px) {
  div.sns_list > div {
    width:48% !important;
    display: inline-block;
  }
}

@media only screen and (max-width: 834px) {
  .btn_red {
    width: 100% !important;
  }
  .sns_insta div.sns_list .sns_photo img {
    max-width: 100%;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 469px) and (max-width: 768px) {
  .td_shiharai dl dt {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .td_shiharai dl dd {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_01:before {
    top: -165vw !important;
    content: "" !important;
    background: url(../images/common/cont1_icon1.png) no-repeat;
    width: 240px;
    height: 240px;
    background-size: contain;
  }
  .sec_01:after {
    content: "" !important;
    background: url(../images/common/cont1_icon2.png) no-repeat;
    width: 240px;
    height: 240px;
    background-size: contain;
    bottom: -50vw !important;
  }
  .sns_insta div.sns_list .sns_photo img {
    max-width: 100%;
    width: 100%;
    height: 150px !important;
    object-fit: cover;
  }
}


.sec_01 .btnlist {
    max-width: 1200px !important;
}

.sec_01 .btn2 {
    width: 360px !important;
}

/*================== sales.html =================*/

.txt01 h3 {
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 1px solid #d5f5fe;
    padding-bottom: 10px;
}

.txt01 div {
    border-bottom: none !important;
}



.table_cont h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.table_cont .txt_kanryou2{
    font-weight: bold;
    color: white !important;
    transition: .1s !important;
    -webkit-transition-delay: .1s !important;
    transition-delay: .1s !important;
}

.table_cont .txt_kanryou2 a{
    font-weight: bold;
    color: white !important;
}

.itemprice {
    font-size: 1.2em;
    font-weight: bold;
    color:#ff0000;
}

.salesborder {
    font-size:1.2em;
    font-weight:bold;
    line-height:2em;
    padding:20px !important;
    border-radius:5px;
    background-color:#ffebf8;
}

.triangle2 {
    box-sizing:border-box;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 50px solid #ccc;
}

.salesmarker {
    box-sizing:border-box;
    font-size:1.8em;
    font-weight:bold;
    color:#036eb7;
    background:linear-gradient(transparent 50%, #ffff66 0%);
}

