@charset "UTF-8";

.p-title{
	font-size: 34px;
	font-size: 3.4rem;
	color: #2b6889;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 55px;
}

.p-title:before{
	content: "";
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 100px;
	height: 2px;
	background-color: #2b6889;
}

.p-box-white{
	background-color: #FFF;
	padding: 35px 40px;
	border: 1px solid #d9d9d9;
}

.p-box-title{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #2b6889;
	border-bottom: 1px solid #2b6889;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.p-category{
	color: #FFF;
	padding: 5px 20px;
	margin-right: 10px;
}

.p-category-pink{
	background-color: #ec7cad;
}

.p-category-green{
	background-color: #73bb2f;
}

.p-category-purple{
	background-color: #4477bc;
}

.p-tag{
	font-size: 16px;
	font-size: 1.6rem;
	color: #2b6889;
	border: 1px solid #2b6889;
	padding: 5px 10px;
}

.p-2col{
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

.p-2col-left{
	width: 170px;
}

.p-2col-right{
	width: 745px;
}

.p-list-control{
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}

.p-list-control li{
	display: inline-block;
	width: 215px;
}

.p-list-control-btn{
	width: 100%;
}

.p-list-control li:not(:last-child){
	margin-right: 30px;
}

.p-list-control-btn a span{
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.p-title{
		font-size: 19px;
		font-size: 1.9rem;
		letter-spacing: 0.5em;
		margin-bottom: 30px;
	}

	.p-title:before{
		width: 50px;
	}

	.p-box-white{
		padding: 30px 15px;
	}

	.p-box-title{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	.p-category{
		padding: 5px 12px;
		margin-right: 5px;
	}

	.p-tag{
		font-size: 12px;
		font-size: 1.2rem;
		padding: 1px 8px;
		margin-top: 20px;
		display: inline-block;
	}

	.p-2col{
		padding: 12px 0;
	}

	.p-2col-left,
	.p-2col-right{
		width: 100%;
	}

	.p-list-control{
		margin-top: 15px;
	}

	.p-list-control li{
		display: inline-block;
		width: 100%;
	}

	.p-list-control li:not(:last-child){
		margin-right: 0;
		margin-bottom: 20px;
	}

	.p-btn{
		width: 100%;
	}

}
