@media(min-width:769px) {
	/*-----------------------------------------------------
  newsContent
-----------------------------------------------------*/
	.topicsContent {
		width: 96%;
		margin:0 auto 100px;
		max-width: 1100px;
		background: #FFF;
		padding-bottom:80px;
	}
	/* topicsInfo
-----------------------------------------------------*/
	.topicsInfo {
		position: relative;
		margin-bottom: 35px;
		border-bottom: 3px solid #444;
	}
	.topicsInfo:before {
		position: absolute;
		content: "";
		bottom: -3px;
		left: 0;
		width: 290px;
		height: 3px;
		background: #C42C3C;
	}
	.topicsInfo .inner {
		display: table;
		width: 100%;
		height: 67px;
	}
	.topicsInfo .info {
		position: absolute;
		top: 0px;
		left:0;
		padding-top: 28px;
		width: 130px;
		height: 70px;
		text-align: center;
		z-index: 10;
	}

	.cateNews{
		background:#402e2a;
	}
	.cateColumn{
		background:#923c59;
	}
	.topicsInfo .info:after {
		position: absolute;
		top: 70px;
		left: 0px;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 65px 0 65px;
	}
	.topicsInfo .info .category{
		font-family: "Source Code Pro", monospace;
		font-weight: bold;
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		color: #FFF;
	}
	.topicsInfo .title {
		display: table-cell;
		padding-left:150px;
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
		vertical-align: middle;
	}
	.topicsInfo .postInfo {
		display: table-cell;
		vertical-align: middle;
		width: 150px;
	}
	.pict {
		position: absolute;
		top: 107px;
		right: 32px;
	}
	.topicsInfo .postInfo .date {
		display: inline-block;
	}
	.topicsInfo .postInfo .newIcon {
		display: inline-block;
		margin-left: 10px;
		padding: 0 5px;
		font-family: "Source Code Pro", monospace;
		font-weight: bold;
		color: #C42C3C;
		letter-spacing: 0.05em;
		line-height: 1.4;
		background: #FFF;
		border: 1px solid #C42C3C;
	}
	
	.topicsInfo .cateNews:after {
		border-color:#402e2a transparent transparent transparent;
	}
	
	.topicsInfo .cateColumn:after {
		border-color: #923c59 transparent transparent transparent;
	}

	
	/* newsbox
-----------------------------------------------------*/
	.newsbox {
		display: flex;
		flex-wrap: wrap;
	}
	.newsbox .fig {
		width: 35%;
	}
	.newsbox .fig img {
		width: 100%;
	}
	.newsbox .newsWrap {
		line-height: 1.8;
		overflow: hidden;
		width: 65%;
		padding-left: 40px;
		padding-bottom: 50px;
	}
	.newsbox .newsWrap .text a {
		display: inline;
		text-decoration: underline;
	}
	
	.share_container {
		width: 238px;
		overflow: hidden;
		float: right;
		margin-top: 8px;
	}
	.share_container p {
		float: left;
		padding: 8px 20px 8px 0;
		font-weight: bold;
	}
	.sns_share {
		overflow: hidden;
		max-width: 148px;
	}
	.sns_share li {
		float: left;
		margin-right: 20px;
		width: 36px;
	}
	
	.sns_share li img{
		width: 100%;
	}
	
	.sns_share li:last-child {
		margin-right: 0;
	}
	
	
/* newsbox another
-----------------------------------------------------*/	
	.newsbox.another {
		display: block;
	}
	.newsbox.another .fig {
		width:auto;
	}
	.newsbox.another .newsWrap {
		line-height: 1.8;
		overflow: visible;
		width:80%;
		margin:0.5em auto 0;
		padding:0;
	}
	.newsbox.another .newsWrap img {
		width: 100%;
		margin: 0.3em auto;
	}
	.newsbox.another .right_box{
		width: 80%;
		margin: auto;
	}
	
	
	/*-----------------------------------------------------
  button
-----------------------------------------------------*/
	.right_box{
		margin-left: auto;
		overflow: hidden;
	}	

#button_container {
	display: block;
	box-sizing: border-box;
	width: 50%;
	max-width: 230px;
	height: 54px;
	float: left; 
	margin-bottom:20px;
	margin-right: 20px;
}

.btn {
	background-color: #fff;
	color: #444;
	font-size: 14px;
	border: 1px solid #444;
	width: 100%;
	height: 100%;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.btn.slide-bg {
	position: relative;
	overflow: hidden;
}

.btn.slide-bg:hover {
	color: #fff;
}

.btn.slide-bg:hover span {
	-webkit-transform: none;
	transform: none;
	z-index: -1;
}

.btn.slide-bg span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #444;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}


	/* nodata
-----------------------------------------------------*/
	.nodata {
		padding: 100px 0 50px;
	}
}

@media(max-width:768px) {
	/*-----------------------------------------------------
  newsContent
-----------------------------------------------------*/
	.topicsContent .inner {
		padding: 0;
	}
	/* shopInfo
-----------------------------------------------------*/
	.topicsInfo {
		position: relative;
		margin-bottom: 5px;
		line-height: 34px;
	}
	.topicsInfo .info {
		display: block;
		position:absolute;
		left: 10px;
		font-family: "Source Code Pro", monospace;
		color: #FFF;
		width: 80px;
		height: 35px;
		text-align: center;
	}
	.topicsInfo .info:after {
        position: absolute;
        top: 35px;
        left: 0;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 40px 0 40px;
    }

	.cateNews{
		background:#402e2a;
	}
	.cateColumn{
		background:#923c59;
	}

	.topicsInfo .cateNews:after {
        border-color: #402e2a transparent transparent transparent;
    }
	.topicsInfo .cateColumn:after {
        border-color: #923c59 transparent transparent transparent;
    }
	
	.topicsInfo .info .category{
		display: inline-block;
		padding: 0 10px;
		font-weight: bold;
		letter-spacing: 0.05em;
		font-size: 1.3rem;
	}
	
	.pict {
		position: absolute;
		top: 0;
		right: 0;
		padding-left: 10px;
		width: 95px;
		height: 35px;
	}
	.topicsInfo .title {
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.3;
		padding-top:55px;
	}


	/* postInfo
-----------------------------------------------------*/
	.postInfo {
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 5px;
		text-align: right;
		border-bottom: 3px solid #444;
	}
	.postInfo:before {
		position: absolute;
		content: "";
		bottom: -3px;
		left: 0;
		width: 110px;
		height: 3px;
		background: #C42C3C;
	}
	.postInfo .date {
		display: inline-block;
	}
	.postInfo .newIcon {
		display: inline-block;
		margin-left: 5px;
		padding: 0 5px;
		font-size: 13px;
		font-size: 1.3rem;
		font-family: "Source Code Pro", monospace;
		font-weight: bold;
		color: #C42C3C;
		letter-spacing: 0.05em;
		line-height: 1.3;
		background: #FFF;
		border: 1px solid #C42C3C;
	}

	/* newsbox
-----------------------------------------------------*/
	.newsbox .fig {
		margin: 0 auto 15px;
		width: 80%;
		max-width: 400px;
	}
	.newsbox .fig img {
		width: 100%;
	}
	.newsbox .text {
		margin-bottom: 50px;
	}
	
		
/* newsbox another
-----------------------------------------------------*/	
	.newsbox.another .fig {
		margin: 0 auto;
		width:auto;
		max-width: initial;
	}
	.newsbox.another .text {
		margin-bottom: 0;
	}
		.newsbox.another .newsWrap {
		line-height: 1.8;
		overflow: visible;
		width:100%;
		margin:0.5em auto 0;
		padding:0;
	}
	.newsbox.another .newsWrap img {
		width: 100%;
		margin:0.3em auto;
	}
	
	/* nodata
-----------------------------------------------------*/
	.nodata {
		padding: 100px 0 0;
	}
	
	.share_container {
		width: 238px;
		overflow: hidden;
		position: inherit;
		margin:0 auto 60px;
	}
	.share_container p {
		float: left;
		padding: 8px 20px 8px 0;
		font-weight: bold;
	}
	.sns_share {
		overflow: hidden;
		max-width: 148px;
	}
	.sns_share li {
		float: left;
		margin-right: 20px;
		width: 36px;
	}
	
	.sns_share li img {
		width:100%;
	}
	
	.sns_share li:last-child {
		margin-right: 0;
	}

}

.text strong{
	font-weight: bold;
	font-size: 1.5rem;
}

.text i{
	font-style: italic;
}

.text a{
	text-decoration: underline;
	font-weight: bold;
}

.pdfLink a{
	text-decoration: underline;
	font-weight: bold;
}


.newsbox.another .text{
	font-size:clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

.newsbox.another .text a{
	font-size:clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

.newsbox.another .pdfLink a{
	font-size:clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

.newsbox.another .text strong{
	font-size:clamp(1.6rem, 1.54rem + 0.3vw, 1.9rem);
}