@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex01 .box01 {
  width: 48%;
}
.home_inst02 .sns_list {
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_inst02 .sns_text {
  display: none;
}
.home_inst02 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.home_inst02 .sns_list > div {
  width: 48% !important;
  border: none !important;
}
.home_inst02 .sns_list > div:nth-child(n + 3) {
  margin-top: 4%;
}


.home_bt{
  background-image: url(../images/home/homebgpic01.jpg);
}
.hdcontact {
    right: 0!important;
}



@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
  .flex01 .box01 {
    width: 100%;
  }
  .flex01 .box01:first-child {
    margin-bottom: 60px;
  }



.home_bt {
    margin: 0;
    padding: 0;
    background-image: url(../images/home/homebgpic01.jpg) ;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    background-position: center;
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

}
