.page-title::before {
  background-image: url(/img/common/info-icon3.png);
}
.homecare-top-block1 {
  margin: 50px 0;
}
.homecare-top-block1 .homecare-top-text {
  width: fit-content;
  margin: 0 auto;
}
.homecare-top-block2 {
  padding: 40px 0;
  margin-bottom: 50px;
}
.homecare-top-block2::before {
  content: url(/img/home-medical/homecare-top.jpg);
  display: block;
  width: 248px;
  margin: 0 auto;
}
.homecare-top-title {
  font-weight: normal;
  margin-bottom: 1em;
}
.homecare-top-text .underline {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .homecare-top-block2 {
    display: flex;
	justify-content: center;
    margin-bottom: 70px;
	gap: 2%;
  }
  .homecare-top-block2::before {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .homecare-top-block2 {
	gap: 4%;
  }
}
.homecare-about .homecare-about-block{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  max-width: 720px;
  margin: 0 auto;
}
.homecare-about .homecare-about-item{
  width:100%;
  border-bottom:2px dotted #FF7063;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.homecare-about .homecare-about-item:last-child{
  border-bottom:none;
}
.homecare-about .homecare-about-item .item-title{
  width:10em;
  text-align:center;
  color:#FFF;
  background:#FF7063;
  border-radius:100vh;
  margin:2.5% auto 5%;
}
.homecare-about .homecare-about-item::before{
  display: block;
  content: '';
  margin:auto;
}
.homecare-about .homecare-about-item:nth-child(1)::before{
  width: 181px;
  height: 120px;
  background: url(/img/home-medical/homecare-about1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.homecare-about .homecare-about-item:nth-child(2)::before{
  width: 181px;
  height: 120px;
  background: url(/img/home-medical/homecare-about2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.homecare-about .homecare-about-item:nth-child(3)::before{
  width: 181px;
  height: 120px;
  background: url(/img/home-medical/homecare-about3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.homecare-about .homecare-about-item:nth-child(4)::before{
  width: 181px;
  height: 120px;
  background: url(/img/home-medical/homecare-about4.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 768px) {
  .homecare-about .homecare-about-item{
    width: 45%;
	margin-bottom: 50px;
    border-bottom:none;
  }
}

.homecare-cost-inner{
  border-top:2px dotted #888888;
  padding: 3em 0 5em;
}
.homecare-cost .block-title{
  color:#FF7063;
  margin-bottom:1em;
}
@media (min-width: 768px) {
  .homecare-cost-inner{
    padding: 40px 0 100px;
  }
}
.homecare-flow-block{
  max-width:450px;
  margin: 0 auto 50px;
}
.homecare-flow-list li{
  position: relative;
  width:100%;
  font-size:1.4rem;
  font-weight:700;
  text-align:center;
  color:#EC6D61;
  margin-bottom:2em;
  padding-top:50px;
}
.homecare-flow-list li::before{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  content: '';
  width:132px;
  height: 46px;
  margin:auto;
}
.homecare-flow-list li .note{
  font-size:1.2rem;
  font-weight:400;
  color:#634f4f;
}
.homecare-flow-list li:nth-child(1)::before{
  background: url(/img/home-medical/homecare-flow1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:contain;
}
.homecare-flow-list li:nth-child(2)::before{
  background: url(/img/home-medical/homecare-flow2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:contain;
}
.homecare-flow-list li:nth-child(3)::before{
  background: url(/img/home-medical/homecare-flow3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:contain;
}
.homecare-flow-list li:nth-child(4)::before{
  background: url(/img/home-medical/homecare-flow4.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:contain;
}
@media (min-width: 768px) {
  .homecare-flow-block{
    margin: 0 auto 70px;
  }
  .homecare-flow-list li{
    height:82px;
    font-size:1.6rem;
    text-align:left;
    margin-bottom:0;
    padding:0 0 0 140px;
  }
  .homecare-flow-list li::before{
    right:auto;
  }
}
.homecare-area-block {
  margin-bottom: 50px;
}
.homecare-area-block img {
  width: 100%;
}
@media (min-width: 768px) {
  .homecare-area-block{
    margin-bottom: 70px;
  }
}
.homecare-contact-title {
  padding-top: 50px; 
}
.homecare-contact-title::before{
  display: block;
  content: '';
  width:100%;
  height: 125px;
  max-width: 450px;
  background: url(/img/home-medical/homecare-contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:contain;
  margin: 0 auto 50px;
}
.homecare-contact-text {
  width: fit-content;
  margin: 0 auto 1em;
}
.homecare-contact-text .text-red {
  font-weight: bold;
}
.homecare-contact-phone {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}
.homecare-contact-phone .text {
  color: #FF7063;
  font-size: 150%;
}
.homecare-contact-phone .number {
  color: #FF7063;
  font-size: 200%;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .homecare-contact-phone {
    font-size: 1.75rem;
  }
}

