@charset "UTF-8";
@import url("./style.css");

#primary {
    position: relative;
    padding-top: 60px;
}

#primary::before {
    content: "";
    display: block;
    background: transparent url(/img/icon.png?v=0125) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    height: 220px;
    top: -110px;
    z-index: 1;
    margin: 0 auto;
}
#liks a {
	display: block;
}

#liks a img {
	display: block;
	width: 100%;
}


@media screen and (max-width:764px) {
section.concept p {
	font-size: 1.3rem;
}


}