<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


.lower_head h2 {
    top: 100px;
}
.lower_contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    padding: 40px 0;
    line-height: 210%;
}


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

	.lower_contents {
		width: 95%;
	}

}

@media screen and (max-width: 640px) {
    
    .lower_head h2 {
        width: 320px;
        top: 55px;
    }
    .lower_contents {
		width: 90%;
        padding: 20px 0 25px;
	}

    
}



/*-----------------------------------

	shop_head_bg

-----------------------------------*/

.shop_head_bg {
    background-image: url(../img/certificates/certificates_head_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    z-index: 10;
    position: relative;
}

@media screen and (max-width: 640px) {
	
	.shop_head_bg {
		height: 190px;
	}

}



/*-----------------------------------

	block_01

-----------------------------------*/
#block_01 {
	padding: 40px 0;
}
#block_01 li {
    position: relative;
    padding-left: 25px;
}
#block_01 li::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 0;
    top: 7px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    background: #F685A0;
}


@media screen and (max-width: 640px) {
	#block_01 {
			padding: 20px 0;
	}
	#block_01 li {
			padding-left: 20px;
    }
    
}
</pre></body></html>