.item-info {
  color: #1c3c8e !important;
}

.item-info:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.item-info-ft {
  text-decoration: underline;
}

/*====================================
info
=====================================*/
.info p {
  font-size: 1.6rem;
  line-height: 2.25;
  color: #3e3e3e;
  margin-bottom: 30px;
}

.info_bottom {
  float: right;
}

.info_bottom .txt01 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.info_bottom .txt02 {
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 25px;
}

.info_bottom .txt03 {
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
}

/*====================================
bnr
=====================================*/
.bnr {
  width: 100%;
  display: inline-block;
  margin-top: 60px;
}

.bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bnr ul li {
  width: 48.5%;
  position: relative;
}

.bnr ul li a {
  display: inline-block;
  position: relative;
}

.bnr ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bnr_img {
  position: relative;
  overflow: hidden;
}

.bnr_img img {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.bnr_txt {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.bnr_txt:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.bnr h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 768px) {
  /*====================================
	info
	=====================================*/
  .info p {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  .info_bottom .txt01 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .info_bottom .txt02 {
    font-size: 1.6rem;
    padding-right: 15px;
    padding-left: 10px;
  }
  .info_bottom .txt03 {
    font-size: 1.6rem;
  }
  /*====================================
	bnr
	=====================================*/
  .bnr {
    margin-top: 50px;
  }
  .bnr ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .bnr ul li a {
    width: 100%;
  }
  .bnr ul li a img {
    width: 100%;
  }
  .bnr ul li:last-child {
    margin-bottom: 0;
  }
  .bnr h3 {
    font-size: 1.5rem;
    left: 20px;
    bottom: 20px;
  }
  
}

