@charset "utf-8";
.mb-xl {
    margin-bottom: 2.5rem;
}
.mb-xxl {
    margin-bottom: 3rem;
}
.position {
    position: relative;
}
.position .inner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    top: 3rem;
    transform: translateX(-50%);
    width: 80%;
}
.position .inner-box .item {
    flex-basis: 48%;
    margin-bottom: .5rem;
}
.position .inner-box .item:hover,
.position .on-btn:hover {
    opacity: .9;
}
.position .on-btn {
    right: 2rem;
    position: absolute;
    bottom: 21px;
    width: 116px;
}
.btn-text {
    display: block;
    margin: 0 auto .5rem;
    width: 90%;
}
.btn-img {
    margin: 0 auto;
    width: 90%;
}
.btn-img.size-s {
    width: 60%;
}
.btn-img:hover {
    opacity: .9;
}

.dummy {
    background-color: #ddd;
    display: block;
    height: 7rem;
    width: 100%;    
}

/* スマホ用 ※300px以下*/
@media screen and (max-width: 300px) {
.position .on-btn {
    right: 1.4rem;
    position: absolute;
    bottom: 14px;
    width: 90px;
}
}
/* PC用 */
@media screen and (min-width: 561px) {
.position .inner-box {
    top: 6rem;
    width: 82%;
}
.position .inner-box .item {
    flex-basis: 48.7%;
    margin-bottom: .95rem;
}
.position .on-btn {
    right: 11rem;
    bottom: 2.9rem;
    width: 165px;
}
.btn-text {
    margin: 0 auto .5rem;
    width: 70%;
}
.btn-img {
    width: 85%;
}
.btn-img.size-s {
    width: 42%;
}
.dummy {
    height: 200px;  
}
}