@charset "utf-8";

#menu_t {
	list-style-type: none;
	height: 48px;
	float: right;
	margin-top: 62px;
}
#menu_t li {
	float: left;
	padding-right: 2px;
}

#prd_t {
	background-image: url(../images/t_product.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	padding: 35px 0 0 0;
	margin: 20px;

	max-width: 860px;
	display: flex;
	flex-wrap: wrap;
}
.t_prd01 {
	width: 210px;
	font-size: 80%;
	line-height: 140%;
	padding: 0 5px 0 0;
	background-image: url(../images/line_obj01.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
}
.t_prd01 img {
	max-width: 200px;
}
.t_prd01 p {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 最後の要素 */
.t_prd01:nth-child(4n) {
  margin-right: 0;
  background-image: none;
}

#topics {
	margin-top: 20px;
	margin-left: 20px;
	display: flex;
    flex-wrap: nowrap;
}

.top_banner {
	margin-bottom: 15px;
}


/* メインビジュアル画像 */
img.mainvisual {
	width: 100%;
	max-width: 900px;
	max-height: 281px; 
}

/* TOPICS */
.l_box img {
	width: 450px;
	max-width: 100%;
}
/* 日付 */
.topics_table td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.topics_table td:first-child {
	width: 110px;
}

/* エコアクション21画像 */
img.photo02 {
	width: 370px;
	max-width: 100%;
}
/* 会社外観画像 */
img.photo03 {
	width: 80px;
	height: 65px;
	margin-right: 10px;
}

.right_contents_flex {
	display: flex;
}
.aboutus_flex {
	display: flex;
}
/* ぐんまちゃん画像 */
img.top_box02 {
    width: 100%;
	max-width: 100px;
    height: auto;
	padding: 6px;
}

/* 電話番号の先頭を揃えるための調整余白 */
.txt_s span {
    margin-left: 35px;
}


@media (max-width: 900px) {

	.t_prd01 p, .txt_s {
		font-size: var(--fz16);
	}
	
	/* Products */
	#prd_t {
		margin: 20px 0;
	}
	.t_prd01:nth-child(-n+2) {
		margin-bottom: 20px;
	}
	.t_prd01 img {
		width: 100%;
		height: auto;
	}
	

	/* TOPICSと横並びのコンテンツ */
	#topics {
		margin-left: 0;
		display: block;
	}
	.top_box01 {
		padding: 0;
		float: none;
	}

	/* TOPICSと横並びのコンテンツ */
	.l_box {
		max-width: 100%;
		margin-bottom: 20px;
		float: none;
		display: block;
	}

	/* 電話番号の先頭を揃えるための調整余白 */
	.txt_s span {
		margin-left: 38px;
	}

}

@media screen and (max-width:695px) {
	/* Products 2つ目は線を消す */
	.t_prd01:nth-child(2) {
		background-image: none;
	}
}


@media (max-width: 485px) {

	/* Products */
	.t_prd01 {
		width: calc((100% - 10px) / 2);
	}

	/* TOPICS 日付 */
	.topics_table td:first-child {
		width: 85px;
		vertical-align: top;
	}


	.right_contents_flex {
		display: block;
	}
	
}