@charset "UTF-8";
/* CSS Document */



/* スマートフォン用CSS */
@media screen and (max-width: 630px) {

.box_pink{
	background-color: #fdeceb;
	padding: 15px 25px;
	border-radius: 10px;
}

.box_yellow{
	background-color: #fef6e6;
	padding: 15px 25px;
	border-radius: 10px;
}

table {
	background-color: #cccccc;
	margin: 10px 0;
	font-size: 12px;
	line-height: 160%;
}
table th {
	background-color: #ddf1ab;
	padding:5px 10px;
	text-align: center;
}
table td {
	background-color: #ffffff;
	padding:5px 10px;
}

.kaigodo table {
	background-color: #cccccc;
	margin: 10px 0;
	font-size: 14px;
	line-height: 160%;
}
.kaigodo table th {
	background-color: #ffffff;
	padding:5px 10px;
	text-align: center;
}
.kaigodo table td {
	padding:5px 10px;
}
.kaigodo table tr td {
	background-color: #fff7b1;
}
.kaigodo table tr:nth-child(+n+4) td {
	background-color: #ffdc99;
}
.kaigodo table tr td:first-child, .kaigodo table tr th:first-child {
	width: 70px;
	text-align: center;
}

.byougoji table tr th {
	width: 80px;
	text-align: center;
}

.kaigo-button {
	width: 100%;
	margin: 0 auto;
}
.kaigo-button img {
	width: 70%;
	margin: 10px auto 0px;

}

}




/* PCページ用CSS */
@media print, screen and (min-width: 631px) {

.box_pink{
	background-color: #fdeceb;
	padding: 25px 35px;
	border-radius: 10px;
}

.box_yellow{
	background-color: #fef6e6;
	padding: 25px 35px;
	border-radius: 10px;
}

table {
	background-color: #cccccc;
	margin: 10px 0;
	font-size: 14px;
	line-height: 160%;
}
table th {
	background-color: #ddf1ab;
	padding:5px 10px;
	text-align: center;
}
table td {
	background-color: #ffffff;
	padding:5px 10px;
}
.kaigodo table {
	background-color: #cccccc;
	margin: 10px 0;
	font-size: 15px;
	line-height: 160%;
}
.kaigodo table th {
	background-color: #ffffff;
	padding:5px 10px;
	text-align: center;
}
.kaigodo table td {
	padding:5px 10px;
}
.kaigodo table tr td {
	background-color: #fff7b1;
}
.kaigodo table tr:nth-child(+n+4) td {
	background-color: #ffdc99;
}
.kaigodo table tr td:first-child, .kaigodo table tr th:first-child {
	width: 70px;
	text-align: center;
}
.kaigo-button {
	width: 750px;
	margin: 10px auto 50px;
	display: flex;
	justify-content: space-around;
}
.byougoji table tr th {
	width: 80px;
	text-align: center;
}

	
hr.margin-20{
	margin: 20px 0;
}

}