@charset "UTF-8";
/* Last Update 2019.10.10 */

div.fromContinuation{
display:block;
text-align:center;
margin:40px 0;
font-size:85%;
}
div.fromContinuation a{
display:inline-block;
margin:0;
border:1px solid #D2D2CB;
border-radius:4px;
vertical-align:middle;
text-decoration:none;
font-weight:bold;
animation:pagelink 0.1s ease-in 0s 1 forwards ;
}
@keyframes pagelink{
	0%{
	opacity:0;
	}
	100%{
	opacity:1;
	}
}

div.fromContinuation a:hover{
border:1px solid #b90000;
}
div.fromContinuation svg{
vertical-align:middle;
margin-right:7px;
width:14px;
height:14px;
}
div.fromContinuation svg .a,
div#continuehere svg .a{
fill:none;
stroke:#b90000;
stroke-miterlimit:10;
stroke-width:2px;
}

@media screen and (min-width:481px){
	div.fromContinuation{
	margin:45px 0 55px;
	font-size:90%;
	}
	div.fromContinuation a{
	padding:10px 24px 10px 18px;
	animation:pagelink 0.1s ease-in 0s 1 forwards ;
	}
	@keyframes pagelink{
		0%{
		transform:translateY(-50px);
		opacity:0;
		border-width:0;
		}
		100%{
		opacity:1;
		border-width:1px;
		}
	}
}
@media screen and (max-width:480px){
	div.fromContinuation a{
	padding:12px 22px 10px 16px;
	animation:pagelink 0.01s ease-in 0s 1 forwards ;
	}
	@keyframes pagelink{
		0%{
		opacity:0;
		}
		100%{
		opacity:1;
		}
	}
}

/*本文中*/
div#continuehere{
}
div#continuehere span{
display:block;
color:#b90000;
font-size:80%;
}
div#continuehere span:before,
div#continuehere span:after{
content:"";
display:inline-block;
border-bottom:1px dashed #D2D2CB;
width:20px;
height:1rem;
margin:0 7px 0.3rem 0;
}
div#continuehere span:after{
width:60px;
margin:0 0 0.3rem 7px;
}

div#continuehere span svg{
vertical-align:middle;
margin-right:4px;
width:11px;
height:11px;
}
@media screen and (min-width:481px){
	div#continuehere{
	margin:-60px 0 25px;
	padding-top:70px;
	}
	div#continuehere span{
	font-weight:bold;
	}
}
@media screen and (max-width:480px){
	div#continuehere{
	margin:-60px 1px 10px;
	padding-top:80px;
	}
	div#continuehere + h2{
	margin-top:15px;
	}
}