
h1 {
	margin-bottom: 0px;
	font-size:1.3rem;
}

h2 {
	/* border-bottom: solid 1px var(--lin2-c); */
	margin-left: 0;
	margin-bottom:4px;
	
}


.series-unit{
	margin-bottom: 100px;
	
}


.t_gaiyo {
	margin-top: 10px;
}


/* ========================================================= */
/* イメージ領域 一覧用 */
/* ========================================================= */

.s_img {
	display:flex;
	align-items:flex-start;
	margin-top: 20px;
	padding:0px 0px 0px 0px;
	background-color: #555;    
	/* border:solid 1px var(--lin4-c); */
	margin-bottom:0;
}



/* アイテム１ */
.s_img_1 {
	width:77%;
}


/* アイテム２ */
.s_img_2 {
	width:10%;
	/* 主軸方向のフレックス伸長係数 成長余地の中にどれだけ伸びられるか */
	flex-grow:1;
	padding:8px 12px 12px 12px;
}

.s_img_2 p ,  .s_img_2 a {
	color: #eee;
	line-height:1.6;
}

.s_img_2 a {
	text-decoration-line: underline;
	text-decoration-color: #ccc;
}


.s_img_1 img{
	margin: 10px 10px 10px 10px  ;
 	background-color: #fff;     /* カレンダー上下左右余白部分の色  */ 
	/* カレンダー自体の縁、影 */
	 /*border:solid 1px #ddd; */
      /*box-shadow: -3px -3px 4px rgba(255, 255, 255, 0.8); */
     /* box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);  SR対応 */ 

}



/* ========================================================= */
/* イメージ領域 ダウンロードページ用 */
/* ========================================================= */

.t_img {
	display:flex;
	align-items:flex-start;
	margin-top: 30px;
	padding:0px 0px 0px 0px;
	/* background-color: #555; */   
	border:solid 1px #eee; 
	background-color: #fdfdfd;     
	margin-bottom:30px;
}



/* アイテム１ */
.t_img_1 {
	width:60%;
}

.t_img_1t {
	padding-left:0;
	width:40%;
}

.t_img_1y {
	width:60%;
}


/* アイテム２ */
.t_img_2 {
	width:10%;
	/* 主軸方向のフレックス伸長係数 成長余地の中にどれだけ伸びられるか */
	flex-grow:1;
	padding:8px 12px 12px 0px;

	text-align:right;
	font-size:1rem;

}

.t_img_2 p  {
	/* color: #eee; */
	line-height:1.8;
	font-size:1.05rem;
	padding-left:4px;
	
}

 .t_img_2 a {

	/* color: #eee; */
	line-height:1.8;
	font-size:1.05rem;
	padding-left:4px;

	text-decoration-line: underline;
	/* text-decoration-color: #ccc; */
	text-decoration-color: #555;
}


.t_img_1 img, .t_img_1t img, .t_img_1y img{
	margin: 10px 10px 10px 10px  ;
 	background-color: #fff;     /* カレンダー上下左右余白部分の色  */ 
	width:90%;

	/* カレンダー自体の縁、影 */
	 border:solid 1px #ddd; 
     box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);   
}


.t_img_text {
	text-align:left;
	margin-top:1em;
}


.t_img .t_tno {
	font-size:0.9rem;
}



/* ========================================================= */
/* すべて用ボタン領域 ダウンロードページ用 */
/* ========================================================= */

.t_all {
	margin-top: 30px;
	padding:10px 10px 10px 10px;
	margin-bottom:30px;
}

.t_all p {
	margin-top: 10px;
	margin-bottom:10px;
	
}


/* ========================================================= */
/* こちらもおすすめ用 */
/* ========================================================= */
.k-osusume {
	margin-top:3em;
	margin-bottom:3em;
}

.k-osusume img {

	 border:solid 1px #ddd; 
     box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);   

}


