/*メインビジュアル*/
#mainVisual .mainVisualBg{
	background-image:url('../img/info/mainVisual.jpg?20210118_2');
}
#mainVisual .mainVisualBg #copyText p{
	width: 360px;
}

/*全体*/
.infoBox{
    width: 90%;
    max-width: 1000px;
    margin: 120px auto 30px;
    position: relative;
}
.infoBox .cntTitle {
    text-align: center;
    margin: 0 auto 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
}
.infoBox .cntTitle h1 {
    color: #2a7976;
    font-size: 3rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.infoBox .cntTitle h2 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #333;
}
.infoBox .cntTitle:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #ed8026;
    border-radius: 5px;
}

/*トップページ*/
#infoBox .recent-list{
	width: 30%;
	float: left;
	margin: 25px 1.5%;
	background-color: #fff;
    box-shadow: 1px 1px 2px rgba(100,100,100,.3);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
#infoBox .recent-list:hover{
	opacity: .8;
}
#infoBox .recent-list:after{
	content:'';
	width: 27px;
	height: 27px;
	background: url('../img/info/view.png')center/100% no-repeat;
	position: absolute;
	right: 5%;
	bottom: 5%;
}
#infoBox .recent-list a{
	display: block;
}
#infoBox .infoThumbnail{
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
#infoBox .infoThumbnail img{
	width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
#infoBox .infoText{
	text-align: left;
	padding: 3% 5%;
}
#infoBox .infoText p.infoDate{
	color: #888;
	font-size: 1.3rem;
	line-height: 30px;
	letter-spacing: 2px;
}	
#infoBox .infoText h3.infoTitle{
	font-weight: bold;
	color: #233;
	line-height: 25px;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 30px;
	height: 75px;
}
/*ページネーション*/
.tablenav{
	text-align: center;
	margin-top: 30px;
}
.tablenav .current {
    font-weight: normal;
    background: #2a7976;
    color: #fff;
    display: inline-block;
    padding: 10px 15px 12px;
    margin: 0 3px;
    border: 1px solid #2a7976;
    font-size: 1.5rem;
}
.tablenav a {
    border: 1px solid #DDD;
    background: #FFF;
    color: #233;
    display: inline-block;
    padding: 10px 15px 12px;
    margin: 0 3px;
    font-size: 1.5rem;
}

/*個別ページ*/
#infoCntBox .cnt{
	margin: 0 auto 60px;
}
#infoCntBox .cnt{
	line-height: 30px;
}
#infoCntBox .cntTitle{
	text-align: left;
    line-height: 33px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 34px;
}
#infoCntBox .cntTitle #newsTitle {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: .04em;
    line-height: 1.8;
}
#infoCntBox .cntTitle #newsDate{
    color: #888;
    font-style: italic;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 25px;
}
#infoCntBox .cntTitle:after{
	display: none;
}

@media screen and (min-width:900px){

}
/*TAB*/
@media screen and (max-width:899px){
	#infoBox{
		margin-top: 30px;
	}
	#infoBox .recent-list{
		width: 90%;
		float: none;
		background: none;
		box-shadow: none;
		padding: 0.5% 2%;
		border-bottom: 2px solid #fff;
		margin: 15px 1.5%;
	}
	#infoBox .recent-list:first-child{
		border-top: 2px solid #fff;
		padding-top: 20px;
	}
	#infoBox .recent-list:after{
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}
	#infoBox .infoThumbnail {
	    width: 30%;
	    display: inline-block;
	    height: 120px;
	}
	#infoBox .infoText {
	    width: 60%;
	    padding: 0;
	    display: inline-block;
	    margin-left: 5%;
	    vertical-align: top;
	}

	/*個別ページ*/
	#infoCntBox{
		margin-top: 0;
	}
	#infoCntBox .cntTitle #newsTitle{
		font-size: 2.6rem;
		line-height: 1.6;
	}
}	
/*SP*/
@media screen and (max-width:480px){
	/*メインビジュアル*/
	#mainVisual .mainVisualBg #copyText p{
		width: 250px;
	}

	/*全体*/
	#infoBox {
		margin: 0 auto;
	}
	#infoBox .cntTitle{
		margin-bottom: 0;
	}
	#infoBox .cntTitle h1{
		line-height: 40px;
		margin-bottom: 10px;
		line-height: 1;
	}
	#infoBox .cntTitle h1 span {
		display: block;
		line-height: 15px;
	}
	#infoBox .cntTitle h2{
		line-height: 22px;
	}
	.infoBox .cntTitle:after{
		display: none;
	}
	#infoBox .recent-list{
		margin: 0 1%;
	    padding: 3% 2%;
	    overflow: visible;
	}
	#infoBox .recent-list:first-child{
		padding-top: 10px;
	}
	#infoBox .infoText h3.infoTitle{
		margin-bottom: 0;
		line-height: 20px;
		font-size: 1.3rem;
		height: auto;
	}
	#infoBox .recent-list:after{
		width: 20px;
		height: 20px;
		right: -4%;
	}
	#infoBox .infoThumbnail{
		height: 80px;
	}
	#infoBox .infoText p.infoDate{
	    font-size: 1.2rem;
    	line-height: 20px;
    	letter-spacing: 1px;
	}
	/*個別ページ*/
	#infoCntBox .cntTitle #newsTitle{
		font-size: 2rem;
	}
	#infoCntBox .cntTitle{
		padding-top: 10px;
		padding-bottom: 10px;
    	margin-bottom: 25px;
	}
	#infoCntBox .cntTitle #newsDate{
		font-size: 1.4rem;
	}
	#infoCntBox .cnt{
		margin-bottom: 30px;
	}
}
