@charset "UTF-8";

.page_content {
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 40px;
}
.grid .col {
	margin-bottom: 16px;
}
.block_link {
	border-left: 2px solid #20b072;
}
.block_link:after {
	content: url(../../img/ico-circle_arrow.png);
}
.pdf-word:after {
  content: url(/common/img/ico-doc-pdfword.png);
  margin-left: 5px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}

/*----------------------------------------
  生涯研修、健康食品のキーカラーを変更する
----------------------------------------*/
.page_content .lifetime h2 {
	border-top: 3px solid #00a7d7;
}
.page_content .lifetime h3:before{
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
	background: #00a7d7;
}
.page_content .lifetime .block_link {
	border-left: 2px solid #00a7d7;
}
.page_content .lifetime .block_link:after {
	content: url(../../img/ico-circle_arrow_blue.png);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8.5px;
}
.page_content .health h2 {
	border-top: 3px solid #fdb502;
}
.page_content .health h3:before{
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
	background: #fdb502;
}
.page_content .health .block_link {
	border-left: 2px solid #fdb502;
}
.page_content .health .block_link:after {
	content: url(../../img/ico-circle_arrow_orange.png);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8.5px;
}
/*----------------------------------------
  見出しの下にダウンロードを促すテキストを追加
----------------------------------------*/
.notes {
  margin-bottom: 13px;
	font-weight: bold;
	font-size: 14px;
}

/*----------------------------------------
  <div class="col md1_3 sm1_2">の枠の余白調整
----------------------------------------*/
.translation .grid.pc_message:not(:first-child) {
  margin-top: 100px;
}