@charset "utf-8";

.title-box{padding:0 0 60px;}
.page-category{display:inline-block;margin:0 0 10px;padding:5px 15px;border-radius:20px;background:#ededed;font-size:1.3rem;color:#555;font-weight:500;}
.page-title{margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid #eee;font-size:3.2rem;line-height:4.0rem;font-weight:500;}
.profile-box{display:flex;align-items:center;}
.profile-box .thumb-box{margin:0 10px 0 0;width:40px;height:40px;border:1px solid #eee;border-radius:50%;overflow:hidden;}
.profile-box .info-box p:nth-of-type(1){padding:0 0 2px;font-size:1.4rem;line-height:2.2rem;color:#333;font-weight:600;}
.profile-box .info-box p:nth-of-type(2){font-size:1.2rem;line-height:2.0rem;color:#aaa;}

@media screen and (max-width: 768px) {
	.title-box{padding:0 0 30px;}
	.page-title{margin:0 0 15px;padding:0 0 15px;}
}