@charset "utf-8";

/* --------------------------------------------------
   PC styles from ../blog_pc.css
-------------------------------------------------- */
@media print, screen and (min-width: 640px) {
	/* -------------------------------------------------- */
	/* スタッフブログ */
	/* -------------------------------------------------- */
	/* メインイメージ */
	.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;
	}
}

/* --------------------------------------------------
   SP styles from ../blog_sp.css
-------------------------------------------------- */
@media screen and (max-width: 639px) {
	/* -------------------------------------------------- */
	/* スタッフブログ */
	/* -------------------------------------------------- */
	/* メインイメージ */
	#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;
	}
}
