@charset "UTF-8";

.bj-column_name {
	margin-top: 10px;
	font-size: 25px;
	font-weight: bold;
	line-height: 45px;
}

.bj-age-link:after {
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	width: 80px;
	height: 80px;
	border-top: 8px solid #ffd5d8;
	border-right: 8px solid #ffd5d8;
}

.bj-age-link:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: -8px;
	width: 80px;
	height: 80px;
	border-bottom: 8px solid #ffd5d8;
	border-left: 8px solid #ffd5d8;
}

.bj-age-30:after {
	border-top: 8px solid #ffd3c9;
	border-right: 8px solid #ffd3c9;
}

.bj-age-30:before {
	border-bottom: 8px solid #ffd3c9;
	border-left: 8px solid #ffd3c9;
}

.bj-age-40:after {
	border-top: 8px solid #f9cde1;
	border-right: 8px solid #f9cde1;
}

.bj-age-40:before {
	border-bottom: 8px solid #f9cde1;
	border-left: 8px solid #f9cde1;
}

.bj-age-50:after {
	border-top: 8px solid #eec1cf;
	border-right: 8px solid #eec1cf;
}

.bj-age-50:before {
	border-bottom: 8px solid #eec1cf;
	border-left: 8px solid #eec1cf;
}
/* ===========================================================================
* コラム画像
=========================================================================== */
.column_thumbnail_bj {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.column_thumbnail_bj img {
	width: 884px;
}
/* ===========================================================================
* 「最上部へ戻る」ボタン
=========================================================================== */
.mod-pageToTop {
	bottom: 135px;
}
/* ===========================================================================
* メインタイトル
=========================================================================== */
.column_name_:before {
	content: '更新';
	font-size: 20px;
	color: #fff;
	background-color: #2a95ff;
	font-weight: bold;
	padding: 3px;
	margin: 5px;
	position: relative;
	top: -2px;
}
/* ===========================================================================
* 履歴書・面接術
=========================================================================== */
.wrapper-title {
	font-size: 20px;
	color: #fff;
	background-color: #f59ab8;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	margin-top: 20px;
	padding-top: 3px;
}

.wrapper {
	display: block;
	border: 1px solid #f59ab8;
	background-color: #fff6f9;
	padding: 0 20px 20px 20px;
	border-radius: 0 0 10px 10px;
	margin-bottom: 20px;
}

.wrapper .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #f880a8;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}

.wrapper .text .number {
	color: #fff;
	font-weight: bold;
	background-color: #f59ab8;
	width: 30px;
	height: 30px;
	display: block;
	letter-spacing: -0.3px;
	margin-right: 5px;
	padding: 2px;
}
