@charset "UTF-8";

.contents {
  background-size: cover !important;
}

.detaBase .detaList {
  margin-top: 40px;
}

.detaBase ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

}

.detaBase ul li {
  margin-top: 50px;
  width: 49%;
  position: relative;
}

.detaBase ul li::after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 44px;
  background-image: url(../images/detaIcon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detaBase ul li a {
  padding: 60px 0 90px;
  display: grid;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  align-items: center;
}


.detaBase .detaList ul .deta01 {
  background: url(../images/detaBg01.jpg) repeat;
  color: #fff;
}

.detaBase .detaList ul .deta02 {
  background: url(../images/detaBg02.jpg) repeat;
  color: #fff;
}

.detaBase .detaList ul .deta03 {
  background: url(../images/detaBg03.jpg) repeat;
  color: #fff;
}

.detaBase .detaList ul .deta04 {
  background: url(../images/detaBg04.jpg) repeat;
  color: #fff;
}

.detaBase .detaList ul .deta05 {
  background: url(../images/detaBg05.jpg) repeat;
  color: #fff;
}

.news .bnr {
  margin-top: 40px;
}















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

  .detaBase .detaList {
    margin-top: 0;
  }


  .detaBase ul li {
    margin-top: 30px;
    width: 100%;
  }

  .detaBase ul li a {
    padding: 10px 0 40px;
    font-size: 1rem;
    line-height: 2rem;
  }

  .detaBase ul li::after {
    width: 27px;
    height: 28px;
    bottom: -5px;
  }

  .news .bnr {
    margin-top: 20px;
  }

  .news .bnr img {
    width: 100%;
  }

  .detaBase ul {
    display: block;
  }

















}
