/* ==========================================================================
   Index
夏の無添加スキンケアキャンペーン
   ========================================================================== */

.section {
	max-width: 950px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
}
.img13 + .btn_detail {
	position: absolute;
	bottom: 30px;
	left: 28.8%;
	width: 42.4%;
}

.relative .info-link{
    position: absolute;
    top: 140px;
    left: 380px;
    font-size: 2rem;
    font-weight: bold;
    color: #132d38;
    text-decoration: underline;
}


@media (max-width: 767px) {
	.img13 + .btn_detail {
		left: 10%;
		width: 80%;
		margin-top: 100px;
        position: absolute;
        bottom: 20px;
	}
	.size-xsmall {
		font-size: 50% !important;
	}
	p.size-xsmall {
		font-size: 0.8em !important;
	}
	.relative .info-link {
        position: absolute;
        top: 17.5%;
        left: 43%;
        font-size: 1rem;
    }
}

@media (max-width: 390px) {
		.relative .info-link {
        top: 16.5%;
    }
}