@charset "utf-8";

.cont p.p_01 {
	line-height: 180%;
	margin-bottom: 20px;
}

table.tegata_table01 {
    width: 100%;
    border: none;
	margin-bottom: 15px;
}
table.tegata_table01 thead th {
    background: #FEE6B6;
	color: #43623D;
}
table.tegata_table01 thead th.th_01 {
    background: #FFAA1C;
	color: #fff;
	font-weight: 600;
}
table.tegata_table01 thead th.th_none {
    background: none;
}

table.tegata_table01 tbody th {
    background: #D4C999;
	text-align: left;
}
table.tegata_table01 tbody td {
    background: #EBEEED;
	text-align: center;
}
table.tegata_table01 tbody td .span_01 {
    color: #FE1624;
	font-weight: 600;
}

table.tegata_table01 th {
    padding: 10px;
    font-weight: normal;
}
table.tegata_table01 td {
    padding: 10px;
}

.faq-list {
	margin-bottom: 20px;
}

.gridbox_01 {
	display: grid;
	grid-template-columns: repeat(2, 48%);
	gap: 10px 2%;
	justify-content: center;
}
.gridbox_01 div a {
	background: #D8F2D0;
	border-radius: 100vh;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 2px solid #C1C3C0;
	font-weight: 600;
}