@charset "UTF-8";
/* コンテンツ */

@keyframes lot_ani {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;

  }
}

#title_img1 {
    background-image:url("../img/title_bg.webp");
}
#title_img1 span {
    /*background-color: transparent;*/
}

.lots_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.lots_box ul li {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #003477;
    width: 47.5%;
    margin-bottom: 4.5em;
}

.lots_img {
    position: relative;
    width: 100%;
    aspect-ratio:130 / 66;
    background-position: center center;
    background-size: cover;
}
.lots_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.lots_doc {
    padding: 1em 2em 2.8em;
}
.lots_doc h5 {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f9e5b1;
    line-height: 1;
    font-weight: normal;
    padding: 0.5em 1em;
    border-radius: 2em;
}
.lots_doc h3 {
    text-align: center;
    line-height: 1.4;
    font-size: 1.4em;
}
.lots_doc section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 1em auto 0;
}
.lots_doc section h4 {
    width: 47%;
    line-height: 1.7;
    font-size: 1.16em;
    color: #003477;
}
.lots_doc section p {
    width: 47%;
    line-height: 1.7;
    font-size: 0.92em;
}
.more_lots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.5em;
    height: 3em;
    width: 16em;
    margin: auto;
}
.more_lots a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003477;
    border: 1px solid #003477;
    color: #f9e5b1;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-image: url("../../img/arr_bg.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 2em auto;
    border-radius: 2em;
    transition: all 0.3s;
}
.more_lots a span {
    font-size: 1.08em;
}
.more_lots a:hover {
    background-image: url("../../img/arr_nv.png");
    background-color: #fff;
    color: #003477;
}

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

}


@media screen and (max-width: 560px) {
.lots_box ul {
    justify-content: space-between;
}
.lots_box ul li {
    border-width: 0;
    width: 100%;
    margin-bottom: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lots_img {
    width: 47%;
    aspect-ratio:2 / 3;
    background-position: left center;
    animation: lot_ani 10s linear 0s infinite alternate;
}
.lots_doc {
    width: 47%;
    padding: 0;
}
.lots_doc h5 {
    position: static;
    background-color: transparent;
    line-height: 1.4;
    font-size: 0.84em;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0.3em;
}
.lots_doc h3 {
    text-align: left;
    line-height: 1.4;
    font-size: 1.24em;
}
.lots_doc section {
    justify-content: space-between;
    align-items: center;
    margin: 1em auto 0;
}
.lots_doc section h4 {
    width: 100%;
    line-height: 1.4;
    font-size: 1em;
}
.lots_doc section p {
    width: 100%;
    line-height: 1.4;
    font-size: 0.84em;
    margin-top: 0.5em;
}
.more_lots {
    position: static;
    height: 2.5em;
    width: 100%;
    margin: 1.5em auto 0;
}
.more_lots a {
    background-position: right 0.5em center;
    background-size: 1.5em auto;
}
.more_lots a span {
    font-size: 1em;
}

}
