@charset "UTF-8";
/* CSS Document */

@import url("asset_sp.css") only screen and (max-width:767px);
@import url("asset_pc.css") print, screen and (min-width:768px);


aside.link > p {
 display: inline-block;
 position: relative;
 color: #ed7789;
}
aside.link > p::before,
aside.link > p::after {
 position: absolute;
 content: "";
 width: 0;
 height: 0;
}
aside.link > p::before {
 top: 100%;
}
