@charset "EUC-JP";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
head~/＊ ＊/body .hogehoge{}
（＊は小文字に直してから使用してください。）


***********************************/

@import "base.css";

@media screen and (min-width: 950px) {
	#contents{
		padding: 50px 25px 0;
	}

	#contents h3{
		margin-bottom: 30px;
	}

	#contents li{
		margin: 0 20px 40px 0;
		float: left;
		width: 430px;
	}

	#contents li img{
		margin-bottom: 5px;
	}
}

/* SP対応 2021/07 */
@media screen and (max-width: 949px) {
	h3.sp {
		font-size: 1.1rem;
		font-weight: bold;
		color: #002442;
		margin-bottom: 2rem;
	}
	#contents li img{
		width: 100%;
	}

	#contents li{
		margin-bottom: 2rem;
	}

	#contents p img {
		width: 100%;
		height: auto;
	}
	#contents p img.thx_img {
		width: auto;
	}
}