@charset "UTF-8";

#sub #header {
  background: url(../img/helper/visual.jpg) center top;
}

h2 {
  margin-bottom: 0 !important;
}

h2+p {
  margin-bottom: 20px;
}

h4.none {
  padding: 0;
  border-left: none;
  margin-bottom: 10px;
}

.baloon h5,
.baloon02 h5 {
  font-size: 16px;
  color: #630;
  margin: 15px 0 5px;
}

/* 吹き出し本体部分のスタイル */
.baloon,
.baloon02 {
  width: 490px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 30px;
  border: 1px solid #eaeaea;
}

.baloon02 {
  margin-left: 150px;
}

/* 吹き出し三角部分のスタイル */
.baloon:before,
.baloon:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  /* 吹き出し三角形を右側につける */
  right: 0px;
}

.baloon02:before,
.baloon02:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  /* 吹き出し三角形を右側につける */
  left: 0px;
}

/* 吹き出し三角部分のボーダーとなる部分のスタイル */
.baloon:before {
  /* 吹き出し三角形の大きさを指定する */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #eaeaea;
  border-right: 0px solid transparent;
  /* 右側の上下中央に表示するため50% */
  /* パーセント指定することで、吹き出しの高さが可変でも対応できる */
  top: 70px;
  /* 三角形の大きさ分、ネガティブマージンを取る */
  margin-right: -20px;
  margin-top: -20px;
}

.baloon02:before {
  /* 吹き出し三角形の大きさを指定する */
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 0px solid transparent;
  border-right: 20px solid #eaeaea;
  /* 右側の上下中央に表示するため50% */
  /* パーセント指定することで、吹き出しの高さが可変でも対応できる */
  top: 70px;
  /* 三角形の大きさ分、ネガティブマージンを取る */
  margin-left: -20px;
  margin-top: -20px;
}

/* 吹き出し三角形部分のボーダー内側のスタイル */
.baloon:after {
  /* :beforeより2px小さくすることで、:beforeがボーダーとして見える */
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #fff;
  border-right: 0px solid transparent;
  top: 70px;
  margin-right: -18px;
  margin-top: -18px;
}

.baloon02:after {
  /* :beforeより2px小さくすることで、:beforeがボーダーとして見える */
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 0px solid transparent;
  border-right: 18px solid #fff;
  top: 70px;
  margin-left: -18px;
  margin-top: -18px;
}

.bgimg {
  background: url(../img/helper/woman.jpg) right top no-repeat;
}

.bgimg2 {
  background: url(../img/careplan/man.jpg) left 5px no-repeat;
}


#gmap {
  width: 370px;
  position: relative;
  float: left;
}

#gmap:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 5px;
  right: -5px;
  z-index: -1;
  content: '';
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  border-radius: 170px / 30px;
}

#gmap iframe {
  border: 5px #fff solid !important;
}

#gmap+dl {
  float: right;
  width: 300px;
}

#gmap+dl dt {
  float: left;
  clear: left;
  padding: 8px 0;
  width: 80px
}

#gmap+dl dd {
  padding: 8px 0 8px 80px;
  border-bottom: 1px #eaeaea solid;
}

article {
  background: #fff;
  padding: 15px 0;
  text-align: center;
  box-shadow: 0px 0px 1px #ccc;
  border-radius: 5px;
  margin-top: 80px;
}

/* service-blc ---------------------- */

.service-blc {
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #e7e7e5;
  margin: 2rem 0 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}

.service-blc .ttl {
  font-size: 126%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

.service-blc a {
  display: inline-block;
  margin-top: 1rem;
}