/*メインビジュアル*/
.mainVisual{
	background-image: url(../img/news/mainVisual.jpg);
}

/*画像*/
.wp-caption { max-width: 100%; }
#newsCntBox .cnt img{ width: 100%; max-width: 790px; height: auto;}
.mainCntBox strong{ font-weight: bold; }

/*最新のお知らせ*/
#newsBox .cnt{
	width: 100%;
    max-width: 1000px;
    margin: 60px auto;
    border-top: 1px dashed #ccc;
}
#newsBox .recent-list{
	border-bottom: solid 1px #dbd1c7;
}
#newsBox .recent-list a{
	padding: 20px 2%;
	color: #333;
	display: block;
	padding: 15px 20px;
	font-weight: normal;
}
#newsBox .recent-list:first-child{
	border-top: solid 1px #dbd1c7;
}
#newsBox .recent-list:hover{
	opacity: .8;
}
#newsBox .recent-list p{
	font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 1px;
    display: inline;
    margin-right: 5%;
    vertical-align: top;
}
#newsBox .recent-list h3{
	display: inline-block;
	max-width: 81%;
	color: #333;
    line-height: 1.6;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

/*投稿ページ*/
#newsCntBox{
	padding: 0 0 60px;
}
#newsCntBox .cnt {
    margin: 0 auto 60px;
}
#newsCntBox .cnt p{
	letter-spacing: 0.5px;
    line-height: 1.6;
    margin-top: 20px;
}
#newsCntBox .cnt p a{
	color: #3372b9;
	font-weight: bold;
    text-decoration: underline!important;
}
#newsCntBox .cnt p a:hover{
    opacity: 0.6;
    transition: all 0.3s;
}
#newsCntBox .cnt .cnt-img{
    text-align: center;
    margin: 40px auto;
}
#newsCntBox .cntTitle {
    text-align: left;
    line-height: 33px;
    border-bottom: 1px solid #dbd1c7;
    padding-bottom: 15px;
    margin-bottom: 34px;
    padding-top: 40px;
}
#newsCntBox h1#newsTitle{
	margin-bottom: 0;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: .04em;
    line-height: 1.6;
}
.backBtn {
    margin-top: 50px;
    position: relative;
}
.backBtn a {
    display: inline-block;
    position: absolute;
    width: 70px;
    border-bottom: 1px solid #494949;
    transition: all .3s;
    padding-bottom: 3px;
    color: #494949;
    font-size: 1.4rem;
    text-align: right;
    right: 90%;
}
.backBtn a:hover{
	width: 80px;
}
.backBtn a:after {
    content: '';
    width: 12px;
    height: 1px;
    left: 0;
    bottom: 2px;
    background: #494949;
    position: absolute;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
#newsCntBox .cnt h2{
    font-size: 2.5rem;
    margin-top: 50px;
}
#newsCntBox .cnt h3{
    font-size: 2.2rem;
    margin-top: 40px;
}
#newsCntBox .cnt h4{
    font-size: 2.0rem;
    margin-top: 30px;
}
#newsCntBox .cnt h5{
    font-size: 1.8rem;
    margin-top: 30px;
}
#newsCntBox .cnt h6{
    font-size: 1.6rem;
    margin-top: 30px;
}
#newsCntBox .cnt ul,#newsCntBox .cnt ol{
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.5;
    padding-left: 20px;
}
#newsCntBox .cnt ul li{
    list-style-type: disc;
}
#newsCntBox .cnt ol li{
    list-style-type: decimal;
}


/*ページネーション*/
.tablenav{
	text-align: center;
	margin-top: 30px;
}
.tablenav .current {
    font-weight: normal;
    background: #5e2423;
    color: #fff;
    display: inline-block;
    padding: 10px 15px 12px;
    margin: 0 3px;
    border: 1px solid #5e2423
    font-size: 1.5rem;
}
.tablenav a {
    border: 1px solid #5e2423;
    background: #FFF;
    color: #5e2423;
    display: inline-block;
    padding: 10px 15px 12px;
    margin: 0 3px;
    font-size: 1.5rem;
}

 /*PC*/
@media screen and (min-width:1024px){
}
  /*tab*/
@media screen and (max-width:1023px){
	.backBtn{
        margin-top: 25px;
    }
	.backBtn a{
        left: 0;
    }
    .backBtn a:hover{
        width: 70px;
    } 
}
  /*SP*/
@media screen and (max-width:480px){

	#newsCntBox .cnt{
		margin-bottom: 25px;
	}
	#newsBox .recent-list p{
		display: block;
	}
	#newsBox .recent-list h3{
		max-width: 100%;
	}
	.cntTitle p {
	    font-size: 1.4rem;
	}
	#newsCntBox h1#newsTitle{
		font-size: 2rem;
	}
}