@charset "UTF-8";

#contents{
	background-image:none;
}

#contents p{
	margin-bottom: 20px;
}

.lage{
	margin-top: 22px;
	font-size: 20px;
	margin-bottom: 10px;
}

.this_tittle{
}

.sub_tittle{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1.3em;
}

.round{
	padding: 30px;
	border: thin solid #000;
	
	border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}

.backset{
	padding: 30px;
	background-image: url(../img/kaigo_back_yoko.png);	
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bs_tittle{
	padding: 20px;
	float: left;
	background-color: #FFF;
	width: 20%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #929dde;
	
	border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
}
.bs_com{
	padding: 10px;
	width: 75%;
	float: right;
	box-sizing: border-box;
	color: #FFF;
}

.arrow{
	text-align: center;
	margin-top: 3px;
}

.bs_tittle_last{
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

table{
	width: 100%;
}
table  th{
	display: block;
	
}
table td{
	border: thin solid #666;
	padding: 10px;
}

table tr:first-child td{
	background: #ffe7d7;
}

table td:first-child{
	background: #c1e4e5;
}

table td:nth-child(2){
	background: #acd8f9;
}

.table_tittle{
	font-size: 18px;
	font-weight: bold;	
}

.table_p{
	float: right;
}

.note{
	font-size: 15px;
	margin-top: 20px;
}

.note2{
	font-size: 16px;
	margin-top: 20px;

}



@media screen and (max-width: 767px) {
	.backset{
		background-image: url(../img/kaigo_back.png);	
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px;
}

.bs_tittle{
		width:100%;
}
.bs_com{
	width:100%;
}
}

@media screen and (max-width: 479px) {
	.bs_tittle_last{
	font-size: 18px;
}

}