@charset "UTF-8";

/*予告広告*/

.kokoku {
  position: absolute;
  top: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.kokoku-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kokoku-ttl {
  border: 1px solid #707070;
  color: #343434;
  font-size: 20px;
  width: 160px;
  text-align: center;
}

.kokoku-txt {
  width: 800px;
  font-size: 12px;
  margin: 0 0 0 10px;
  line-height: 1.3;
}

/*.top {padding-top: 20px;}*/
.top {padding-top: 60px;}

@media (max-width: 1121px) {
  .kokoku {
    padding: 0;
    top: 220px;
  }
  .kokoku-ttl {
    font-size: 15px;
  }
  .kokoku-txt {
    width: 800px;
    font-size: 12px;
    margin: 0 0 0 10px;
    line-height: 1.3;
  }
  .kokoku .t_inner {
    width: 100%;
  }
  .top {padding-top: 100px;}  
}

@media (max-width: 768px) {
  .kokoku {
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    padding: 0;
    width: 100%;
  }
  .kokoku-inner {
    display: block;
  }
  .kokoku-ttl {
    border: 1px solid #707070;
    color: #343434;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .kokoku-txt {
    width: 90%;
    font-size: 12px;
    margin: 10px auto 0;
    line-height: 1.3;
  }
  .kokoku .t_inner {
    width: 100%;
  }
  .top {padding-top: 120px;}  
  /*.top {padding-top: 20px;}  */
}


.top_lead-panorama-list {
    justify-content: space-between;
}

.top_lead-panorama-list li:last-child {
  margin-top: 20px;
}

@media (max-width: 768px) {
.top_lead-panorama-list li:last-child {
  margin-top: 0;
}
}