/* ---------------------------------------- */

/*              　　  title     　　         */

/* ---------------------------------------- */

#title {
	width: 100%;
	background-color: #EAEAEA;
	padding: 80px 0;
	margin: 0 auto;
}
#title h2 {
	font-family: 'Libre Baskerville', 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 30px;
	color: #000000;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}

@media (max-width:960px) and (min-width:641px){
	
}

@media (max-width:640px){
	
	#title {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 100px 0 40px ;
		position: relative;
		display: block;
	}
	#title h2 {
		font-size: 2em;
		line-height: normal;
	}
	
}


/* ---------------------------------------- */

/*              　　newsページ     　         */

/* ---------------------------------------- */

#news-list {
	width: 800px;
	height: auto;
	display: block;
	margin: 0 auto 30px auto;
	color: #000000;
}
#news-list .news-list-inner {
	width: 100%;
	height: auto;
	padding: 5em 0;
	margin: 0 auto;
}
#news-list .date {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
#news-list h2 {
	width: 100%;
	height: auto;
	padding: 1em 0 1em 0 ;
	margin: 0 0 2em 0;
	font-size: 22px;
	border-bottom: #000000 2px solid;
	font-family: 'Noto Sans JP', sans-serif;
}
#news-list .box {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
}
#news-list .box span {
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #EC7072;
}
#news-list .caption {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}



/* ----------------タグ変更------------------ */

#news-list .news-title h2 {
	width: 100%;
	height: auto;
	padding: 1em 0 1em 0 ;
	margin: 0 0 2em 0;
	font-size: 22px;
	line-height: 2.5rem;
	border-bottom: #000000 2px solid;
	font-family: 'Noto Sans JP', sans-serif;
}
#news-list .news-title.date {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
}
#news-list .box {
	padding: 0;
	margin: 3em 0 3em 0;
}
#news-list .news-caption {
	width: 100%;
	display: block;
	background: #FFE7E7;
	margin: 0 0 0.5em 0 ;
}
#news-list .news-caption-inner {
	padding: 0.5em;
}
#news-list .news-caption span {
	color: #EC7072;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
#news-list .news-list-line {
	border-top: #848484 dotted 1px;
	border-bottom: #848484 dotted 1px;
	padding: 1.5em 0;
}
#news-list .news-text {
	font-size: 1em;
	line-height: 2em;
	font-family: 'Noto Sans JP', sans-serif;
}
#news-list .news-list-attention ul {
	padding: 0 0 ;
}
#news-list .news-list-attention ul li {
	font-size: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0.5em 0 ;
}
#news-list .news-list-attention ol.liststyle {
	padding: 0 0 ;
}
#news-list .news-list-attention ol.liststyle li {
	font-size: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	list-style: decimal;
	line-height: normal;
	margin: 0.5em 0 1em 1em ;
}

#news-list .news-list ul {
	padding: 0 0 0.5em 0 ;
}
#news-list .news-list ul li {
	font-size: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0.8em 0 ;
}



/* ----------------感染防止宣言画像------------------ */

#news-list .news-img ul.side {
	width: 100%;
}
#news-list .news-img ul.side:after, #news-list .news-img　ul.side:before {
    content: "";
    clear: both;
    display: block;
}
#news-list .news-img ul.side li {
	width: 45%;
	float: left;
}
#news-list .news-img ul.side li+li {
	margin: 0 0 0 5%;
}
#news-list .news-img ul.side li img {
	width: 100%;
	border: #E1DBDC 1px solid;
}




@media (max-width:960px) and (min-width:641px){
	
	/* ---------------------------------------- */

    /*                 newsページ                */
 
    /* ---------------------------------------- */
	
	#news-list {
		width: 90%;
		margin: 0 auto;
	}
	#news-list .news-list-inner {
		width: 90%;
		height: auto;
		padding: 5% 0;
		margin: 0 auto;
	}
		
	
}

@media (max-width:640px){

	/* ---------------------------------------- */

    /*                 newsページ                */
 
    /* ---------------------------------------- */


	#news-list {
		width: 100%;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
	#news-list .news-list-inner {
		width: 90%;
		height: auto;
		padding: 5% 0;
		margin: 0 auto;
	}
	#news-list h2 {
		width: 100%;
		height: auto;
		padding: 2% 0 ;
		margin: 0 0 5% 0;
		font-size: 1.8em;
		line-height: 1.5em;
	}
	#news-list .box {
		width: 100%;
		font-size: 1.3em;
		line-height: 1.5em;
		margin-bottom: 5%;
	}
	#news-list .caption {
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 0.8em;
		font-family: 'Noto Sans JP', sans-serif;
	}
	
	
	
	
	/* ----------------タグ変更------------------ */

	#news-list .news-title h2 {
		width: 100%;
		height: auto;
		padding: 0.5em 0 1em 0 ;
		margin: 0 0 2em 0;
		font-size: 1.4em;
		line-height: 1.75rem;
	}
	#news-list .news-title.date {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 0.8em;
	}
	#news-list .box {
		padding: 0;
		margin: 1em 0 1em 0;
	}
	#news-list .news-caption {
		width: 100%;
		display: block;
	}
	#news-list .news-caption span {
		color: #EC7072;
		font-size: 1.2em;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#news-list .news-list-line {
		border-top: #848484 dotted 1px;
		border-bottom: #848484 dotted 1px;
		padding: 1em 0 ;
	}
	#news-list .news-text {
		font-size: 0.9em;
		line-height: 1.75em;
		margin: 0 0 1rem 0;
	}
	#news-list .news-list-attention ul {
		padding: 0 0 ;
	}
	#news-list .news-list-attention ul li {
		font-size: 1.1em;
		font-family: 'Noto Sans JP', sans-serif;
		margin: 0.5em 0 ;
	}
	#news-list .news-list-attention ol.liststyle {
		padding: 0 0 ;
	}
	#news-list .news-list-attention ol.liststyle li {
		font-size: 1.1em;
		margin: 0.5em 0 1em 1em ;

	}
	
	#news-list .news-list ul {
		padding: 0 0 0.5em 0 ;
	}
	#news-list .news-list ul li {
		font-size: 1.1em;
		font-family: 'Noto Sans JP', sans-serif;
		margin: 0.8em 0 ;
	}
	
	
	/* ----------------感染防止宣言画像------------------ */

	#news-list .news-img ul.side {
		width: 100%;
	}
	#news-list .news-img ul.side:after, #news-list .news-img　ul.side:before {
		content: "";
		clear: both;
		display: block;
	}
	#news-list .news-img ul.side li {
		width: 100%;
		float: none;
	}
	#news-list .news-img ul.side li+li {
		margin: 5% 0 0 0;
	}
	#news-list .news-img ul.side li img {
		width: 100%;
	}

	
}






