

.txt_overflow {
	overflow: hidden;
}

.recera{
	padding: 0.5em 1em;
	margin: 2em 0;
	color: #5d627b;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.h2{
	border-bottom: solid 1px #a9a9a9;
	position: relative;
	margin-bottom:30px;
}
.h2:after {
	position: absolute;
	content: " ";
	display: block;
}

.pager{
	margin:50px 0;
	text-align:center;
}




/*タブレット用*/
@media all and (max-width:1000px) {

	.main-box{
		padding:0 20px;
	}



}





/*モバイル用*/
@media all and (max-width:500px) {




}




/* ======================================= */
/* ▼横幅600px～849pxの場合に適用されるCSS */
/* ======================================= */
@media (min-width: 600px) and (max-width: 849px) {

	/* ▼サイドカラムの装飾 */
	.side-column {
		text-align: center;   /* 内部のインラインブロックを中央に寄せる */
		padding: 1em 0.2em;   /* 上下に若干の余白を設ける */
	}
	/* ▼サイドカラムの内側だけで各ボックスを2段組にする */
	.side-box {
		display: inline-block;  /* インラインブロック化 */
		width: 48%;             /* 横幅を48%に(2段組にするため) */
		vertical-align: top;    /* 横並びのブロック間では上端を揃える */
		margin: 0;              /* 外側の余白をなくす */
		text-align: left;       /* ボックス内部は左寄せ */
	}

}

/* ==================================== */
/* ▼横幅850px以上の場合に適用されるCSS */
/* ==================================== */
@media (min-width: 850px) {

	.page-waku{
		width: 1000px;
		display:block;
		margin:70px auto 100px;
	}

	/* ▼ページレイアウト */
	.page-cover {
		display: table;
		width: 100%;
	}

	/* ▼メインカラムの装飾 */
	.main-column {
		display: table-cell;
		vertical-align: top;    /* 横並びのブロック間では上端を揃える */


	}
	/* ▼サイドカラムの装飾 */
	.side-column {
		display: table-cell;
		width: 30%;
		vertical-align: top;    /* 横並びのブロック間では上端を揃える */
		padding:13px 0 100px;

	}

}
