@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	リンク

	------------------------------------------------------------ */

	/* コンテンツ
	---------------------------------------------- */
.sec_award {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #E8E8E8;
}

.sec_award .col_l {
  width: 220px;
  color: #314371;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.sec_award .col_r {
  flex: 1;
}

}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	リンク

	------------------------------------------------------------ */

	/* コンテンツ
	---------------------------------------------- */
  .wrap_type01 .archive h3 {
    width: auto;
  }

.sec_award {
  display: block;
  margin-bottom: 40px;
}

.sec_award .col_l {
  width: 220px;
  color: #314371;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.sec_award .col_r {
  flex: 1;
}
	

}/*--@media--*/

