@import url("/css/second_header.css");
@import url("/css/header.css");
@import url("/css/footer.css?20230421");
@import url("/css/font.css");

section.pege_top h2{
	overflow: auto;
	margin: auto;
	margin-top: -50px;
	background-image: url(/img/home_care_support/01.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 411px;
	background-size: contain;
}
@media (max-width: 599px) {

}
@media only screen and (min-width: 600px) and (max-width: 799px) {

}
@media only screen and (min-width: 800px) and (max-width: 1180px) {

}
@media (max-width: 799px) {
	section.pege_top h2{
		background-position: center;
		height: 130px;
		width: 70%;
	}
}
body.iPhone section.pege_top h2,
body.Android section.pege_top h2{
	background-position: center;
	height: 130px;
	width: 70%;
	height: 150px;
	width: 90%;
}
/* ---------------------------------------------------------------- *
	section01
 * ---------------------------------------------------------------- */
section.sc_01{
	position: relative;
	margin: auto;
	padding: 20px 0 70px 0;
}
@media (max-width: 599px) {

}
@media only screen and (min-width: 600px) and (max-width: 799px) {

}

@media only screen and (min-width: 800px) and (max-width: 980px) {
}
@media only screen and (min-width: 980px) and (max-width: 1180px) {

}
@media only screen and (min-width: 800px) and (max-width: 1180px) {

}
@media (max-width: 1080px) {
}
@media (max-width: 799px) {
}
/* ---------------------------------------------------------------- *
	section02
 * ---------------------------------------------------------------- */
section.sc_02{
	position: relative;
	padding: 60px 0 70px 0px;
}
section.sc_02.information h2 {
	background-image: url(/img/consultation_support/img_home_care_01.gif);
	background-repeat: no-repeat;
	width: 460px;
	height: 66px;
	margin: auto;
}
.information .infbox dl dt {
	float: left;
	width: 12em;
}
.information .infbox dl dd {
	float: left;
	width:calc(100% - 28em);
}
.information .infbox dl dd.institution {
	width: 16em;
}
body#home_care section .box_ryoukin h3{
	background-image: url(/img/consultation_support/img_home_care_02.gif);
	width: 100%;
	height: 66px;
}

@media (max-width: 599px) {

}
@media only screen and (min-width: 600px) and (max-width: 799px) {

}

@media only screen and (min-width: 800px) and (max-width: 980px) {
}
@media only screen and (min-width: 980px) and (max-width: 1180px) {

}
@media only screen and (min-width: 800px) and (max-width: 1180px) {

}
@media (max-width: 1080px) {
}
@media (max-width: 799px) {
	.information .infbox dl {
		position: relative;
	}
	.information .infbox dl dt {
		float: unset;
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
	.information .infbox dl dd {
		width: calc(100% - 12em);
	}
}
body.iPhone .information .infbox dl dd,
body.Android .information .infbox dl dd {
	float: left;
	width: unset;
}
body.iPhone section.sc_02.information h2,
body.Android section.sc_02.information h2 {
	background-size: contain;
	background-position: center;
	width: 90%;
	height: 120px;
}
body#home_care.iPhone section .box_ryoukin h3,
body#home_care.Android section .box_ryoukin h3 {
	height: 120px;
}
/* ---------------------------------------------------------------- *
	section03
 * ---------------------------------------------------------------- */
section.sc_03{
	position: relative;
	display: table;
	padding: 30px 0 30px 0px;
}

/* ---------------------------------------------------------------- *
	スマホ対応
 * ---------------------------------------------------------------- */
body.iPhone section.sc_01,
body.Android section.sc_01 {
}