.nekko-magazine-main .low-common {
    background-image: url(../images/common/title-red-back.jpg);
}


.low-common+p {
    font-size: .20rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 100px;
}


.nekko-magazine-item {
    width: 93%;
    max-width: 1400px;
    margin: 90px auto 60px;
    padding: 0 20px 0;
}
.nekko-magazine-item>p {
    font-size: .18rem;
    font-weight: 500;
    color: #0b38bd;
    color: #cc6c00;
    width: fit-content;
    margin-bottom: 21px;
    line-height: 1;
}

.nekko-magazine-item>img {
    width: 23px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(73%) saturate(5358%) hue-rotate(228deg) brightness(77%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(51%) sepia(57%) saturate(5468%) hue-rotate(19deg) brightness(96%) contrast(106%);
}

.nekko-magazine__img img {
    margin-bottom: 70px;
    border: solid 1px #686868;
}

.nekko-magazine__img img:last-of-type {
    margin-bottom: 0;
}


.nekko-magazine-item>p img {
    width: 23px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(73%) saturate(5358%) hue-rotate(228deg) brightness(77%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(51%) sepia(57%) saturate(5468%) hue-rotate(19deg) brightness(96%) contrast(106%);
}


.nekko-magazine__link {
    display: flex;
    justify-content: space-between;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.nekko-magazine__link {}


@media screen and (max-width:800px) {
	.nekko-magazine-item {
		margin: 60px auto;
	}
    .low-common+p {
        font-size: .18rem;
        margin-top: 50px;
        line-height: 1.8;
    }
    .nekko-magazine__img img {
        margin-bottom: 30px;
    }

    .nekko-magazine__link {
        flex-direction: column;
    }

    .nekko-magazine__link .button-1 {
        margin-bottom: 30px;
        max-width: 300px;
        width: 90%;
        padding: 7px 12px 7px 0px;
        text-align: center;
    }
	.nekko-magazine-item>p {
		display: flex;
		align-items: center;
		line-height: 1.6;
		text-indent: .1rem;
        margin-bottom: 23px;
        font-size: .16rem;
	}
    .nekko-magazine-item>p img {
        width: 29px;
        margin: 0 8px 0 0;
    }
}