@charset "UTF-8";

.p-box + .p-box{
	margin-top: 50px;
}

.p-mh{
	padding-bottom: 13px;
	border-bottom: 1px solid #cbcbcb;
}
.p-mh a{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-left: 20px;
	background-image: url(/common/img/icn_arrow_right_red.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.65em;
	text-decoration: none;
	display: inline-block;
}

.p-list li{
	width: 33.3333%;
	float: left;
	margin-top: 20px;
}
.p-list a{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-left: 20px;
	background-image: url(/common/img/icn_arrow_right_gray.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.7em;
	text-decoration: none;
	color: #111;
}

@media screen and (min-width: 768px){
	.p-mh a:hover,
	.p-list a:hover{
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px){
	.p-box + .p-box{
		margin-top: 12.67vw;
	}

	.p-mh{
		padding-bottom: 2.67vw;
	}
	.p-mh a{
		font-size: 4.8vw;
		padding-left: 5.33vw;
		background-size: 0.65em;
	}

	.p-list li{
		width: 100%;
		float: none;
		margin-top: 0;
		border-bottom: 1px solid #dddddd;
	}
	.p-list a{
		font-size: 3.73vw;
		padding: 3.33vw 0 3.33vw 5.33vw;
		background-size: 0.7em;
	}
}