/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2022 | 01:19:06 */
#seal {
    position: fixed;
    z-index: 999;
    top: 70px;
    right: -10px;
    opacity: 0.9;
}

.fixed_bnr1,.fixed_bnr2,.fixed_bnr3,.fixed_bnr4,.fixed_bnr5,.fixed_bnr6 {
  
} 

.fixed_bnr1,.fixed_bnr2,.fixed_bnr3,.fixed_bnr4,.fixed_bnr5,.fixed_bnr6  {
    display: block;
    width: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
    /*box-shadow: 0 2px 10px rgba(0,0,0,.3);*/
    transition: .3s;
}





@media screen and (max-width: 1140px){
.fixed_bnr1,.fixed_bnr2,.fixed_bnr3,.fixed_bnr4,.fixed_bnr5,.fixed_bnr6 {
    width: 70px;
}
}

@media screen and (max-width: 1025px){
.fixed_bnr1,.fixed_bnr2,.fixed_bnr3,.fixed_bnr4,.fixed_bnr5,.fixed_bnr6 {
    width: 50px;
}
}

/*タブレット元設定横*/
@media screen and (max-width: 768px){
.fixed_bnr1,.fixed_bnr2,.fixed_bnr3,.fixed_bnr4,.fixed_bnr5,.fixed_bnr6 {
    width: 30px;
    margin-bottom: 10px;
}
}




@media screen and (max-width: 640px){
#seal {
  display:none;
}
}
@media screen and (min-width: 640px){
.fixed_bnr1 {
    position: fixed;
    top: 240px;
    left: 0;
    z-index: 1000;
}
.fixed_bnr2 {
    position: fixed;
    top: 371px;
    left: 0;
    z-index: 1000;
}
.fixed_bnr3 {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 1000;
}
.fixed_bnr4 {
    position: fixed;
    top: 371px;
    right: 0;
    z-index: 1000;
}
.fixed_bnr5 {
    position: fixed;
    top: 502px;
    left: 0;
    z-index: 1000;
}
  
  .fixed_bnr6 {
    position: fixed;
    top: 502px;
    right: 0;
    z-index: 1000;
}
