@charset "utf-8";

/* -------------------------------------------------- */
/* スタッフブログ */
/* -------------------------------------------------- */
/* メインイメージ */
#spFv {
	background-image: url(../img/fv_bg_blog.webp);
}


/* リセット */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
}

/* カテゴリ・アーカイブのセレクタ */
#blogSelect {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
}

#blogSelect li {
	width: 100%;
	margin-bottom: 2%;
	display: table;
	vertical-align: middle;
}

#blogSelect li:first-child {
	margin-right: 15px;
}

#blogSelect p {
	width: 35%;
	display: table-cell;
	font-size: 1.4rem;
	text-align: right;
	padding-right: 3%;
	vertical-align: middle;
}

.selectArea {
	width: 60%;
	overflow: hidden;
	display: table-cell;
	border: 3px solid #fff;
	text-align: left;
	vertical-align: middle;
}

#blogSelect select {
	width: 110%;
	padding: 3% 2%;
	font-size: 1.4rem;
	border: none;
	background: url(../img/pc_achievement_img1.png) 85% 50% no-repeat transparent;
	-webkit-background-size: 7px 6px;
	background-size: 7px 6px;
	color: #fff;
}


/* ブログ一覧 */
#blogSe1 {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
}

.blogIn1 {
	margin-bottom: 30px;
	color: #fff;
}

.blogP {
	width: 35%;
    height: 15vh;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	float: left;
	/*border: 1px solid #da2805;*/
	text-align: center;
}

.blogP img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.blogDate {
	width: 60%;
	margin-bottom: 1%;
	float: right;
	text-align: left;
	font-size: 1.0rem;
}

.blogTtl {
	width: 60%;
	float: right;
	margin-bottom: 1%;
/* 	font-weight: bold; */
	text-align: left;
	font-size: 1.4rem;
}

.blogCont {
	clear: both;
	font-size: 1.2rem;
}

.blogCat li {
	display: inline-block;
	color: #dac495;
	padding: 0px 10px;
	margin: 0 3px 3px 0;
	border: 1px #dac495 solid;
	font-size: 0.800rem;
}
