@charset "utf-8";


/* =============== main =============== */
.mv{
	background: url("/miscellany/images/mainvis.jpg") right center no-repeat;
}
.sect p, .sect li {
	line-height: 1.8;
}


.entry-sect{
	padding-bottom: 20px;
	border-radius: 8px;
	border: solid 1px #ccc;
}
.entry-sect h2{
	padding: 10px 20px;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius:8px 8px 0 0;
	background:#eee;
}
.entry-sect .name{
	margin: 5px 15px 0;
	padding-bottom:5px;
	text-align:right;
	border-bottom:dotted 1px #ccc;
}
.entry-content p{
	margin: 20px 15px 0;
	line-height:1.8;
}
.entry-content p:first-child{
	margin-top: 10px;
}
.entry-sect ul{
	margin-top: 20px 15px 0;
	list-style:disc;
	line-height:1.8;
}
.entry-sect ol{
	margin-top: 20px 15px 0;
	list-style:decimal;
	line-height:1.8;
}

.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination {
	border-top: 1px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 40px 10px 0;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "→";
	right: -1px;
}

.pagination .nav-links:after {
	content: "←";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #8bc431;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "←";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "→";
	right: -1px;
	top: -1px;
}







/* ～959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
  
  

 
}
  
/* ～479px：SP
------------------------------ */
@media screen and (max-width: 479px) {

  
  
}


/* 960px～：PC
------------------------------ */
@media screen and (min-width: 960px) {
	

	.entry-sect h2{
		font-size: 2.0rem;
	}
	.entry-sect .name{
		margin: 5px 25px 0;
	}
	
	.entry-content p{
		margin: 30px 25px 0;
	}
	.entry-sect ul{
		margin-top: 20px 25px 0;
	}
	.entry-sect ol{
		margin-top:20px 25px 0;
	}
	.pagination{
		margin: 40px 0 0; 
	}
	
	
	
	
	
	

}

