@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    background: url(https://www.adachi-ah.com/img/healthcare_img/pagetitle_bg.jpg) center no-repeat;
}
/*------------------------------------------------------------content*/
/*common*/
table.sheet_health {
	width: 100%;
	border-left: 1px solid #7aace7;
	border-top: 1px solid #7aace7;
	margin-bottom: 15px;
}
table.sheet_health th {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #E6F1FF;
	color: #7aace7;
	width: 50%;
	padding: 10px;
}
table.sheet_health td {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #fff;
	padding: 10px;
}
@media print, screen and (min-width:768px) {
table.sheet_health th {
	font-size: 18px;
}
table.sheet_health td {
	font-size: 18px;
}
}
/*section02*/
#sec02 ul li {
	margin: 0 auto 20px;
	max-width: 450px;
}
#sec02 ul li figure img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec02 ul li {
	max-width: 1110px;
}
}
/*section05*/
#sec05 .txbox {
		background: #E6F1FF;
	color: #5690D5;
	padding: 20px;
	border-radius: 2px;

}
/*section06*/
#sec06 ul li {
	margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
#sec06 ul {
	font-size: 0;
}
#sec06 ul li {
	margin-right: 4%;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
#sec06 ul li:nth-child(2n) {
	margin-right: 0;
}
}