@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
#container{
	padding:0 20px 30px 20px;
    line-height:1.5;
}
.midashi1{
	font-size:1.6rem;
	font-weight:600;
	color:#595757;
	text-align:center;
	margin-bottom:30px;
}
.midashi1 span{
	position:relative;
	padding-left:15px;
}
.midashi1 span::before{
	content:"";
	display:inline-block;
	width:8px;
	height:25px;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	background:#143468;
}
#block01{
	margin-bottom:30px;
}
#tbl1{
	margin-bottom:30px;
}
#tbl1,
#tbl1 tr,
#tbl1 th,
#tbl1 td{
	border:1px solid #CCC;
}
#tbl1 th,
#tbl1 td{
	padding:7px;
	font-size:1.2rem;
	font-weight:400;
	color:#666666;
	letter-spacing:0.05rem;
	text-align:justify;
	line-height:1.8rem;
}
#tbl1 th{
	width:30%;
	background:url("../images/common_texture_gray-stone3.jpg");
	text-align:center;
	/*border-left:7px solid #143468;*/
}
#tbl1 td ul li{
	padding-left:12px;
	position:relative;
}
#tbl1 td ul li::before{
	content:"・";
	position:absolute;
	top:0px;
	left:0px;
}
.midashi2{
	text-align:center;
	font-size:1.6rem;
	color:#595757;
	margin-bottom:20px;
}
#plant-list{
    margin-bottom: 15px;
}
.plant-wrap{
	border:1px solid #CCC;
	margin-bottom:10px;
	font-size:1.2rem;
}
.midashi3{
	background:url("../images/common_texture_gray-stone3.jpg");
	text-align:center;
	padding:10px;
	border-bottom:1px solid #CCC;
	color:#595757;
}
.plant-text{
	padding:10px;
	color:#666;
}
.plant-text ul li{
	line-height:1.8rem;
	letter-spacing:0.1rem;
}
.midashi4{
	text-align:center;
	font-size:1.6rem;
	color:#595757;
	margin-bottom:20px;
}
ul#history>li{
	background:#F4F4F4;
	border-bottom:1px solid #d8d8d8;
}
ul#history>li:last-child{
	border-bottom:none;
}
.hst-category{
	padding:20px 0;
	text-align:center;
	font-size:2rem;
	font-weight:600;
	color:#143368;
	cursor:pointer;
}
.s-up{
	background:url("../images/common_icon_en_upward.svg") no-repeat;
	background-size:30px;
	background-position:17% center;
}
.s-down{
	background:url("../images/common_icon_en_down.svg") no-repeat;
	background-size:30px;
	background-position:17% center;
}
ul#history>li>ul.hst-sub{
	padding-top:20px;
	padding-bottom:20px;
}
.hst-wrap{
	display:flex;
	justify-content:space-between;
}
.hst-primary{
	width:30%;
}
.bg-start{
	background:url("../images/common_bg_arrow1.svg") no-repeat;
	background-size:20px;
	background-position: right 0px top 5px;
}
.bg-relay{
	background:url("../images/common_bg_arrow1.svg") no-repeat;
	background-size:20px;
	background-position: right 0px top;
}
.bg-end{
	background:url("../images/common_bg_arrow1.svg") no-repeat;
	background-size:20px;
	background-position: right 0px bottom;
}
.hst-primary h3{
	font-size:1.9rem;
	font-weight:600;
	color:#143368;
	text-align:right;
	padding-right:25px;
	position:relative;
}
.hst-primary h3::after{
	content:"";
	display:block;
	width:14px;
	height:14px;
	border-radius:14px;
	background:#143368;
	position:absolute;
	top:50%;
	right:3px;
	transform:translate(0,-50%);
}
.hst-secondary{
	width:70%;
	padding-left:5px;
}
.hst-w h4{
	font-size:1.5rem;
	font-weight:600;
	color:#143368;
	padding-top:2px;
	padding-bottom:10px;
}
.hst-c{
	padding-bottom:15px;
}
.hst-c p{
	font-size:1.3rem;
	text-align:justify;
	letter-spacing:0.05rem;
	line-height:2rem;
	padding-right:20px;
	color:#666;
}
.hst-photo{
	width:100%;
	margin:15px 0 0 0;
}
.i-visual{
	min-height:200px;
	background:#ECECEC;
	text-align:center;
	padding-top:80px;
	margin:0 -20px 30px -20px;
}
#table-a{
	margin:15px 0;
}
#table-a td{
	padding:5px!important;
}
.midashi5{
    margin-bottom:10px;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	.midashi1{
		font-size:2rem;
		margin-bottom:30px;
	}
	#tbl1 th,
	#tbl1 td{
		padding:7px;
		font-size:1.5rem;
		line-height:2.6rem;
	}
	/*#tbl1 th{
		border-left:15px solid #143468;
	}*/
	.midashi2{
		font-size:1.7rem;
		margin-bottom:30px;
	}
	#plant-list{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	#plant-list::after{
		content:"";
		display:block;
		width:33%;
		height:0;
	}
	.plant-wrap{
		width:33%;
		font-size:1.5rem;
	}
	.plant-text ul li{
		line-height:2.6rem;
	}
	.midashi4{
		font-size:1.7rem;
		margin-bottom:30px;
	}
	.hst-primary{
		width:20%;
	}
	.hst-secondary{
		width:80%;
	}
	.i-visual{
		min-height:300px;
		padding-top:130px;
		margin:0 -20px 30px -20px;
	}
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	#container{
		padding:0 0 30px 0;
	}
	.contents-wrapper{
		max-width:1120px;
		margin: 0 auto;
		min-height:0;
	}
	#plant-list::after{
		content:"";
		display:block;
		width:calc(25% - 10px);
		height:0;
	}
	.plant-wrap{
		width:calc(25% - 10px);
		font-size:1.5rem;
		line-height:2.2rem;
	}
	
	ul#history{
		display:flex;
		justify-content:space-between;
	}
	ul#history>li{
		width:49%;
		border-bottom:none;
	}
	.hst-category{
		cursor:default;
		background:none;
	}
	.hst-w h4{
		padding-bottom:20px;
	}
	.hst-c{
		padding-bottom:25px;
	}
	.hst-c p{
		font-size:1.5rem;
		line-height:2.4rem;
	}
	.hst-photo{
		width:80%;
	}
}