@charset "utf-8";


/*=======================================

RUNNERページ

=======================================*/

/*
一覧
*/

.pagecontents > .innercontents > div.newswrap{
	margin-top: 50px;
	width: 100%;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap p{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap > h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > h4{
	font-size: 1.3em;
	}
	}

.pagecontents > .innercontents > div.newswrap > p{
	margin-top: 20px;
	}

.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 50px;
	width: 100%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > p{
	line-height: 2em;
	}


.pagecontents > .innercontents > div.newswrap > .inner > .buttons{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	row-gap: 20px;
	column-gap: 2%;
	margin-top: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .buttons{
	flex-direction: column;
	row-gap: 5px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a{
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;
	background: #A72D2A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .buttons a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;
	background: #A72D2A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a:hover{
	background: #8D1916;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a.no{
	background: #ccc;
	pointer-events: none;
	cursor: default;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a p{
	color:#fff;
	font-size: .9em;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	}

/*
*/

.pagecontents > .innercontents > div.newswrap > .inner > ul{
	margin-left: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > ul{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul > li{
	line-height: 2em;
	margin-top: 10px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul > li ul li{
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
	}


.pagecontents > .innercontents > div.newswrap > .inner a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}

.pagecontents > .innercontents > div.newswrap > .inner a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


/*
*/


.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 50px;
	margin-top: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	column-gap: 50px;
	margin-top: 50px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div img{
	margin-bottom: 20px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR p{
	line-height: 1.6em;
	}



.pagecontents > .innercontents > div.newswrap > .inner .btn{
	margin-top: 30px;
	text-decoration: none !important;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .btn{
	margin-top: 20px;
	}
	}















