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

.titleimg{
background-image:url("../houmon/images/titleimg_kaigo.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
h4 {
  position: relative;
  background: #efefef;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #1c4081;
  border-radius: 0 10px 10px 0;
  margin:2em 0 1em 20px;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f193";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #94caef;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h5 {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

h5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f00c 重要';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.05em
}

.setsumei{
font-size:1.2em;
margin:3em auto 2em;
}
.rihachart{
margin:1em 0 1em 2em;
}
.rihachart img{
width:100%;
max-width:480px;
}
.otoiawase_tel{
font-size:2.4rem;
color:#1c4081;
font-weight: 600;
}
@media screen and (min-width:560px){
.under400{
display: none;
}