@charset "UTF-8";
.post-title {
	font-size:30px;
	line-height:1.5;
	margin-bottom:20px;
}

.post-content h2{
	position: relative;
	overflow: hidden;
	font-size: 26px;
	padding-bottom: 5px;
}
.post-content h2::before,
.post-content h2::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.post-content h2:before{
	border-bottom: 3px solid #b4a0cd;
	width: 100%;
}
.post-content h2:after{
	border-bottom: 3px solid #E5E5E5;
	width: 100%;
}

.post-content h3{
	border-color:#b4a0cd;
	padding: 15px 20px;
	font-size: 22px;
	}
.post-content ol, .post-content ul {
    font-size: 14px;
}
.post-content ul {
    list-style: none;
}

.post-content ul li {
    position: relative;
}

.post-content ul li:before {
    content: "・";
    position: absolute;
    left: -20px;
}
	
.post-content table tr:nth-child(2n+1){background: #eee;}
.post-content table th, .post-content table td{
	font-size:14px;
}
.post-content table th *:last-child, .post-content table td *:last-child{
    margin-bottom: 0;
}
.table-wrap{
	overflow-x:auto;
}

/*前後ページボタン*/
.single-pagenation-area {
    margin: 60px auto 0;
    max-width:500px;
}

.single-pagenation-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-pagenation-item {
    width: 100%;
    max-width: 220px;
}

.single-pagenation-item a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #beaac8;
    padding: 20px 10px;
    width: 100%;
    display: block;
    border-radius: 100px;
    box-sizing: border-box;
    transition: .3s opacity ease;
}

.single-pagenation-item a:hover {
    opacity: 0.65;
		text-decoration:none;
}

@media screen and (max-width: 767px) {
#header {
    padding: 15px 0 !important;
}

#header #logo {
    font-size: 15px;
}

#content {
    padding-top: 40px;
		padding-bottom: 40px;
}

.post-header {
    padding: 0;
}


.post-content p, .post-content pre {
    font-size: 14px;
    margin-bottom: 20px;
}

.post-content h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-content h3 {
    font-size: 18px;
    padding: 10px 20px;
}

.post-content h4 {
    font-size: 16px;
    margin: 40px 0 20px;
}
.post-content ol, .post-content ul {
    font-size: 12px;
}

.post-content table th, .post-content table td {
    font-size: 12px;
}
.post-content blockquote{
	font-size:14px;
	padding:28px 10px 28px 46px;
}
.post-content blockquote:before{
	font-size:15px;
}

	.single-pagenation-item a {
			font-size: 14px;
	}

}
@media only screen and (max-width: 496px) {
	.single-pagenation-area {
			max-width: 65%;
	}
	.single-pagenation-list {
			flex-wrap: wrap;
	}
	.single-pagenation-item {
			max-width: 100%;
	}
	.single-pagenation-item +.single-pagenation-item {
			margin-top: 20px;
	}
	

}
