.proflink a{
	display:block;
	text-align:center;
	padding:7px 10px;
	background:#ff7fa1;/*カラーは変更*/
	width:50%;
	margin:0 auto;
	margin-top:20px;
	border-radius:20px;
	border:3px double #fff;
	font-size:0.65rem;
	color:#fff;
}
.proflink a:hover{
		opacity:0.75;
}

.cps-post-main table.cps-table03 td{
	border-color: #ffc4d4;
	text-align: center;
}
.cps-post-main table.cps-table03 th {
	border-color: #ffc4d4;
	background: #fff9fb;
}

@media all and (max-width:767px)/*767px以下のとき↓を読み込む*/ {
.cps-post-main table.cps-table03 td{
	font-size: 85%;
}
.cps-post-main table.cps-table03 th{
	font-size: 85%;
}
}

/*---サイドバーの目次---*/
.toc_widget ul {
line-height: 1.8rem;/*行間*/
max-height: 200px;/*縦幅(高さ)*/
overflow-y: auto;/*縦スクロール*/
margin: 0px;/*外側余白*/
padding-left: 25px;/*内側余白左*/
}
.toc_widget ul li {
list-style: decimal;/*番号*/
color: #68d6cb;/*番号の色*/
	font-size:0.85rem;
}
.toc_widget ul li ul {
display: table;/*段落調整*/
overflow-y: visible;/*表示*/
padding-left: 20px;/*内側余白左*/
margin: 0px;/*外側余白*/
}
.toc_widget ul li ul li {
list-style: disc;/*●*/
color: #68d6cb;/*●の色*/
	font-size:0.85rem;
}
/*---サイドバーの目次---*/

/*---サイドバーのメニュー---*/
.p-nav {
    margin: 2em 0;
    padding: 0;
}
.p-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.p-nav ul li {
    -ms-flex-preferred-size: calc(100%/4);
    flex-basis: calc(100%/2);
    margin: 0;
    padding: 0;
    text-align: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: 100px;
    cursor: pointer;
    background: #fff;
}

/*---サイドバーのメニュー---*/