@charset "utf-8";


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

RUNNERページ

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

/*
一覧
*/

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

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

.pagecontents > .innercontents > div.newswrap > h4{
	color:#000;
	font-weight: 500;
	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;
	}
	}



.scroll-fade{
	position: relative;
	max-width: 100%;
	}

.scroll-area{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	border: 1px solid #dedede;
	}

/* 画像は例：横に大きい想定 */
.scroll-area img{
	width: 100%;
	display: block;
	}
@media screen and (max-width: 900px) {
.scroll-area img{
	width: 100%;
	}
	}
/*
@media screen and (max-width: 900px) {
.scroll-fade::before,
.scroll-fade::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width: 15px; 
	pointer-events:none; 
	z-index: 2;
	}

.scroll-fade::after{
	right:0;
	background: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
	}
	}
*/











