@charset "utf-8";

/* -------------------------------------------------- */
/* スタッフブログ */
/* -------------------------------------------------- */
/* メインイメージ */
.fv {
	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: 1000px;
	display: block;
	margin: 0 auto 10px;
}

#blogSelect ul {
	width: 100%;
	float: right;
	text-align: right;
}

#blogSelect li {
	display: inline-block;
}

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

#blogSelect p {
	margin-bottom: 4px;
	font-size: 1.4rem;
	text-align: left;
}

.selectArea {
	width: 226px;
	overflow: hidden;
	border: 3px solid #eeeeee;
	text-align: left;
}

#blogSelect select {
	width: 220px;
	padding: 10px 15px;
	font-size: 1.6rem;
	border: none;
	background-image: url(../img/pc_achievement_img1.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

#blogSelect select {
	width: 284px\9;
}

#blogSelect select:not(:target) {
	width: 284px\9;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #blogSelect select {
		width: 284px;
	}
}

#blogSe1 {
	width: 980px;
	margin: 0 auto 100px;
	line-height: 1.4;
}

a:hover .blogIn1 {
	background-color: #f6f6f6;
}

.blogIn1 {
	padding: 40px 15px 30px;
}

.blogP {
	width: 240px;
	height: 180px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	/*border: 1px solid #da2805;*/
	background: #FFF;
}

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

/* ブログ一覧 */
#blogSe1 {
	width: 1000px;
	margin: 0 auto 30px;
	line-height: 1.4;
}
.blogIn1 {
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}

a:hover .blogIn1 {
	background-color: #362e2b;
}

.blogIn1 ul {
	width: 665px;
	display: block;
	float: left;
	color: #fff;
}

.blogCat li {
	display: inline-block;
	padding: 0px 10px;
	margin-right: 5px;
	color: #dac495;
	border: 1px solid;
}

.blogDate {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-size: 1.6rem;
}

.blogTtl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.083;
}

.blogCont {
	font-size: 1.6rem;
	line-height: 1.5;
}

.blogTime {
	display: inline-block;
	margin-right: 25px;
}

.blogIn1 ul.blogCat {
	width: auto;
	display: inline-block;
	float: none;
}




	