/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



/*==========================================================================
banner
==========================================================================*/
.min { font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }

.bnr-area {
  background: #f9f9f9;
  margin: 0;
  padding: 35px 0 20px;
  text-align: center;
  border-top: 1px solid #ececec;
}

.bnr-site {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.bnr-site li {
  border: 1px solid #fff;
  width: 80%;
  margin: 0 auto 15px;
}
.bnr-site li a {
  display: block;
  background-color: #121212;
  height: 50px;
}
.bnr-site li a:hover { background-color: #2a2a2a; }

.bnr-site li .i-hiro {
  font-size: 12px;
  line-height:1.4;
  color:#fff;
  line-height: auto;
  padding:10px 0 0 0;
}

.bnr-site li .i-hiro span {
  position: relative;
  padding: 0 0 0 30px;
  text-align: left;
}

.bnr-site li .i-hiro span::before {
  content: "";
  width: 24px;
  height: 33px;
  background: url(./img/bnr_logo.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bnr-site li .i-com {
  font-size: 14px;
  line-height: 50px;
  color: #dfc94d;
}

@media (768px <= width) {
  .bnr-area {
    margin: 0 0;
    padding: 50px 0;
  }
  .bnr-site {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 20px;
  }
  .bnr-site li {
    width: 45%;
    margin: 0 10px;
  }
  .bnr-site li a { height: 60px; }
  .bnr-site li .i-com { line-height: 60px; }

  .bnr-site li .i-hiro span::before {
    width: 27px;
    height: 37px;
  }
  .bnr-site li .i-hiro {
    line-height: auto;
    padding:15px 0 0 0;
  }
}

@media (992px <= width) {
  .bnr-site li { width: 330px; }
}


