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

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

#choice-simulation > p a[target="_blank"]::after{
	content: url(/pickup/tawara/images/common/icon_blank.png);
	margin-left: 2px;
}

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%;
 }
 