@import url("https://use.typekit.net/prs2tso.css");

.bankin_wrap{
  border-top: 7px solid #24a9f6;
  background-color: #d7f7ff;
}
.bankin_top_txt{
  color: #fffb87;
  font-weight: bold;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;

}
.eng_text{
  font-family: brother-1816, sans-serif;
  font-weight: 700;  
  font-style: italic;
  color: rgb(255 255 255 / 80%);
  font-size: 43px;
}
.bg_white{
  background-color: #FFF;
}
.bankin_list{
  display: flex;
}
.bankin_list b{
  font-weight: bold;
  font-size: 34px;
  color: #00a2ff;
  width: 125px;
}
.bankin_list p{
  font-size:18px;
  font-weight: bold;
}
.zirei_txt{
  font-size: 20px;
  font-weight: bold;
}

.gentei{
  background-image: url(/option/images/coating/strip_bck_yellow2.jpg);
}
.gentei_wrap{
  border: 4px solid #000;
  background-color: #FFF;
  padding: 4px;
}
.gentei_wrap_in{
  border: 2px solid #000;
  padding: 20px;

}
.gentei_wrap_in{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.gentei_wrap_in div{
  background-color: #000;
  font-size: 23px;
  color: #FFF;
  font-weight: bold;
  padding: 10px 37px 5px;
  display: inline-block;
  position: relative;
  top: -26px;
}
.gentei_wrap_in div:after{
  content: "";
  position:absolute;
  bottom: -12px;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #000 transparent #000;
  border-width: 0 106px 12px 106px;
}

.gentei_wrap_in p{
  margin:10px 0 30px;
}

@media screen and (max-width: 1199px) {




}



@media screen and (max-width: 1023px) {
  






}
@media screen and (max-width: 768px) {
 



}

@media screen and (max-width: 767px) {

  .bankin_list{
    flex-wrap:wrap;
  }
  .bankin_list b{
    font-size: 30px;
    margin:0 0 5px;
  }
  .bankin_list p{
    font-size:16px;
  }
  .bankin_list p br{
    display:none;
  }
  .eng_text {
      font-size: 30px;
  }

}
@media screen and (max-width: 480px) {

  
    .bankin_list b{
      font-size: 25px;
      margin:0 0 5px;
    }
     
  .eng_text {
      font-size: 28px;
  }


}



@media screen and (max-width: 320px) {




}