@charset "utf-8";
@charset "utf-8";
@media screen and (min-width: 769px), print {
  .content-heading {
    background-color: #09ba79;
    height: 162px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .content-heading h2 {
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
  }
  .content-heading h2 i {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    color: #09ba79;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .content-heading h2 i:before {
    font-size: 2.2rem;
  }
  .content-image {
    height: 340px;
  }
  h3.line-caption {
    font-size: 2.6rem;
    color: #09ba79;
    font-weight: bold;
    background-color: #effcf7;
    border-left: 3px solid #09ba79;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e1efea;
    height: 50px;
    line-height: 50px;
    padding-left: 28px;
    margin-bottom: 24px;
  }
  .content-body {
    padding-bottom: 80px;
    padding-top: 70px;
    font-size: 1.5rem;
  }
  footer {
    border-top: 1px dotted #ddd;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content-heading {
    background-color: #09ba79;
    height: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .content-heading h2 {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .content-heading h2 i {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #09ba79;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  .content-heading h2 i:before {
    font-size: 1.3rem;
  }
  .content-image {
    height: 120px;
  }
  h3.line-caption {
    font-size: 1.9rem;
    color: #09ba79;
    font-weight: bold;
    background-color: #effcf7;
    border-left: 3px solid #09ba79;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e1efea;
    padding: 10px 0;
    padding-left: 14px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .content-body {
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  footer {
    border-top: 1px dotted #ddd;
    padding-top: 26px;
  }
}
@media screen and (min-width: 769px), print {
  .content-image {
    background-image: url("../../clinic/img/main_image.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
  article.clinic section {
    padding: 30px 0;
    background-image: url("./../img/hr.png");
    background-repeat: repeat-x;
  }
  article.clinic section:nth-of-type(1) {
    background: none;
    padding-top: 0;
  }
  article.clinic section:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  article.clinic section h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #f18200;
    margin-bottom: 10px;
  }
  article.clinic section h4:nth-of-type(n+2) {
    margin-top: 30px;
  }
  article.clinic section ul {
    zoom: 1;
    margin-top: 1em;
  }
  article.clinic section ul:before,
  article.clinic section ul:after {
    content: "";
    display: table;
  }
  article.clinic section ul:after {
    clear: both;
  }
  article.clinic section ul li {
    float: left;
    width: 25%;
  }
  article.clinic section ul li:nth-of-type(2n+1) {
    clear: both;
  }
  article.clinic section ul li:before {
    content: '・';
  }
}
@media screen and (max-width: 768px) {
  .content-image {
    background-image: url("../../clinic/img/main_image.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
  article.clinic section {
    padding: 26px 0;
    background-image: url("./../img/hr.png");
    -webkit-background-size: 6px 3px;
    -moz-background-size: 6px 3px;
    background-size: 6px 3px;
    background-repeat: repeat-x;
  }
  article.clinic section:nth-of-type(1) {
    background: none;
    padding-top: 10px;
  }
  article.clinic section:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  article.clinic section h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #f18200;
    margin-bottom: 5px;
  }
  article.clinic section h4:nth-of-type(n+2) {
    margin-top: 20px;
  }
  article.clinic section ul {
    zoom: 1;
    margin-top: 1em;
  }
  article.clinic section ul:before,
  article.clinic section ul:after {
    content: "";
    display: table;
  }
  article.clinic section ul:after {
    clear: both;
  }
  article.clinic section ul li:before {
    content: '・';
  }
}
