@charset "UTF-8";

/* テキスト位置 */
.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

/* テーブル */

.title-name{
	background:#f5f5f5;
}

.cell_01{
	width: 50% !important; 
}

.cell_02{
	width: 35% !important; 
}

.cell_03{
	width: 25% !important; 
}


/* ボックス */

.border-box{
	border: 1px solid #dcdcdc;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.border-box p{
	margin: 0;
}