@charset "UTF-8";
/*
* いわたこどもクリニック
* link.css
*
* @date 2017-01-21
*/
/* --------------------------------
	小児かかりつけ医制度
-------------------------------- */
.kasanContainer {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px 130px;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .kasanContainer {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .kasanContainer {
    margin-top: 0;
    padding: 15px 27px 60px;
  }
}

.kasanBlock {
  padding: 45px 0 45px;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  .kasanBlock {
    padding: 30px 0;
  }
}
.kasanBlock h2 {
  margin-bottom: 22px;
  font-size: 20px;
  color: #56ace1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kasanBlock h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.kasanBlock p {
  margin-bottom: 18px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .kasanBlock p {
    font-size: 14px;
  }
}
.kasanBlock strong {
  font-weight: normal;
  color: #e15660;
}
.kasanBlock .kasan a {
  position: relative;
  text-decoration: underline;
  color: #56ace1;
  display: inline-block;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .kasanBlock .kasan a {
    font-size: 14px;
  }
}
.kasanBlock .kasan a:hover {
  opacity: 0.7;
}
.kasanBlock .kasan a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/img/link/icon_arrow.png) 0 0 no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
}