.mb10 {
  margin-bottom: 10px;
}

.section-title:before {
  position: absolute;
  top: 44px;
  left: 40%;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_title_left.png) no-repeat center;
  background-size: contain;
  content: "";
}
.section-title:after {
  position: absolute;
  top: 44px;
  right: 40%;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_title_right.png) no-repeat center;
  background-size: contain;
  content: "";
}
.section-title.icon-none:before {
  display: none;
}
.section-title.icon-none:after {
  display: none;
}

.cv-contact .inner {
  padding: 32px 0;
  background-color: #1799d6;
}
.cv-contact .contact-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
}
.cv-contact .contact-block .contact-item {
  width: 48%;
  text-align: center;
}
.cv-contact .contact-block .contact-item:first-of-type {
  border-right: 2px solid #fff;
}
.cv-contact .contact-block .contact-item a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cv-contact .contact-block .contact-item a:hover {
  opacity: 0.6;
}
.cv-contact .contact-block .contact-item .contact-sub-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv-contact .contact-block .contact-item .contact-sub-block .contact-sub-item .icon-img {
  max-width: 48px;
  width: 100%;
}
.cv-contact .contact-block .contact-item .contact-sub-block .contact-sub-item:first-of-type {
  padding-right: 12px;
}
.cv-contact .contact-block .contact-item .contact-sub-block .contact-text p {
  font-size: 20px;
}
.cv-contact .contact-block .tel-item .tel-img {
  max-width: 160px;
  width: 100%;
  padding-left: 12px;
}
.cv-contact .contact-block .tel-item .arrow-img {
  max-width: 32px;
  width: 100%;
  padding-top: 4px;
  padding-left: 12px;
}
.cv-contact .contact-block .tel-item .contact-sub-item .flex-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv-contact .contact-block .web-item p {
  font-size: 20px;
}
.cv-contact .contact-block .web-item .arrow-img {
  max-width: 32px;
  width: 100%;
  padding-top: 4px;
  padding-left: 12px;
}

.greeting {
  position: relative;
  background-image: url(../images/top/bg_blue_born.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.greeting .greeting-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.greeting .greeting-block .text {
  line-height: 1.5em;
}
.greeting .greeting-block .greeting-item {
  max-width: 48%;
}
.greeting .section-text {
  padding-top: 40px;
}
.greeting .section-text .text {
  padding-bottom: 28px;
}
.greeting .section-text .text:last-of-type {
  padding-bottom: 0;
}
.greeting .btn-common {
  margin-left: auto;
  z-index: 100;
}
.greeting .doctor-img {
  max-width: 420px;
  width: 100%;
}

.top_information {
  background-image: url(../images/greeting/back_doted.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_information .board-block-blue {
  padding: 60px 10px 20px;
  overflow: hidden;
}
.top_information .flex-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_block {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  z-index: 60;
}
.info_block:last-of-type {
  margin-bottom: 0;
}
.info_block:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #1799d6;
  position: absolute;
  top: -60px;
  left: 20%;
}
.info_block:after {
  content: "";
  height: 100%;
  width: 4px;
  background: #1799d6;
  position: absolute;
  top: -60px;
  right: 20%;
}

.house-call .btn-common {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.graph_block .wrapper {
  overflow: hidden;
}
.graph_block .swiper-container2 {
  position: relative;
}
.graph_block .swiper-container2 .swiper-button-next, .graph_block .swiper-container2 .swiper-button-prev {
  top: 10%;
}
.graph_block .swiper-container2 .graph {
  height: 340px;
  padding: 20px 50px;
}
.graph_block .swiper-container2 .graph .title {
  text-align: center;
  font-size: 17px;
}
.graph_block .swiper-container2 .graph .title strong {
  font-size: 25px;
  background-color: #1799d6;
  padding: 1px 3px 1px 7px;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  margin-right: 2px;
}
.graph_block .swiper-container2 .graph ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.graph_block .swiper-container2 .graph ul li {
  height: 320px;
  width: 9%;
  position: relative;
}
.graph_block .swiper-container2 .graph ul li span {
  border-top: 1px solid #d2d2d2;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 65px;
  width: 100%;
  line-height: 1.2em;
  padding-top: 10px;
}
.graph_block .swiper-container2 .graph ul li span:before {
  width: 9px;
  background-color: #8d7b6e;
  position: absolute;
  bottom: 40px;
  content: "";
  display: block;
  height: 30px;
  border-radius: 5px;
  left: 50%;
  margin-left: -4px;
}
.graph_block .swiper-container2 .graph ul li span.g-0:before {
  height: 0px;
}
.graph_block .swiper-container2 .graph ul li span.g-10:before {
  height: 10px;
}
.graph_block .swiper-container2 .graph ul li span.g-20:before {
  height: 20px;
}
.graph_block .swiper-container2 .graph ul li span.g-30:before {
  height: 30px;
}
.graph_block .swiper-container2 .graph ul li span.g-40:before {
  height: 40px;
  background: #1799d6;
}
.graph_block .swiper-container2 .graph ul li span.g-50:before {
  height: 60px;
  background: #1799d6;
  opacity: 0.4;
}
.graph_block .swiper-container2 .graph ul li span.g-60:before {
  height: 80px;
  background: #1799d6;
  opacity: 0.5;
}
.graph_block .swiper-container2 .graph ul li span.g-70:before {
  height: 100px;
  background: #1799d6;
  opacity: 0.6;
}
.graph_block .swiper-container2 .graph ul li span.g-80:before {
  height: 120px;
  background: #1799d6;
  opacity: 0.7;
}
.graph_block .swiper-container2 .graph ul li span.g-90:before {
  height: 140px;
  background: #1799d6;
  opacity: 0.8;
}
.graph_block .swiper-container2 .graph ul li span.g-100:before {
  height: 160px;
  background: #1799d6;
}
.graph_block .swiper-container2 .graph ul li span.g-110:before {
  height: 180px;
  background: rgb(23, 153, 214);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(23, 153, 214)), to(rgb(255, 187, 187)));
  background: linear-gradient(0deg, rgb(23, 153, 214) 0%, rgb(255, 187, 187) 100%);
}
.graph_block .swiper-container2 .graph ul li span.g-120:before {
  height: 200px;
  background: rgb(23, 153, 214);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(23, 153, 214)), to(rgb(245, 150, 150)));
  background: linear-gradient(0deg, rgb(23, 153, 214) 0%, rgb(245, 150, 150) 100%);
}

@media screen and (min-width: 600px) {
  .info_block {
    width: 100%;
    margin-bottom: 0;
  }
  .info_block:before {
    top: -100%;
  }
  .info_block:after {
    top: -100%;
  }
  .top_information .board-block-blue {
    padding: 60px 32px 40px;
  }
}
.info_title {
  padding: 40px 10px 16px;
  background: #1799d6;
  text-align: center;
  color: #fff;
  position: relative;
}
.info_title:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/top/icon_recipe2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
  border: solid 2px #2186b6;
  -webkit-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999;
}

.info_important > div {
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 2px 2px 2px #b9b9ba;
          box-shadow: 2px 2px 2px #b9b9ba;
}
.info_important.info_block:before {
  background: #40210d;
}
.info_important.info_block:after {
  background: #40210d;
}
.info_important .info_title {
  background: #40210d;
}
.info_important .info_title:before {
  border-color: #40210d;
  background-image: url(../images/top/icon_recipe3.png);
}
.info_important .ocbutton + label:before {
  content: "";
  background: url(../images/top/open-i.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 0;
}
.info_important .ocbutton:checked + label:before {
  content: "";
  background: url(../images/top/close-i.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 0;
}

.info_content {
  background: #fff;
  padding: 20px;
}

.info_list {
  position: relative;
  margin-bottom: 10px;
  border-bottom: dashed 1px;
  padding-right: 24px;
  cursor: pointer;
}
.info_list .info-type {
  border: 2px solid #ddd;
  border-radius: 5px;
  font-weight: normal;
  font-size: 12px;
  padding: 1px 8px;
  margin-left: 8px;
  letter-spacing: 1px;
  line-height: 1em;
}
.info_list .info-type.type-2 {
  border-color: #f66;
  color: #f66;
  font-weight: bold;
}

.info_content_date {
  font-weight: bold;
}

.oc_content {
  display: none;
}

.ocbutton {
  display: none;
  cursor: pointer;
}
.ocbutton + label {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.ocbutton + label:hover {
  border-bottom: 1px dotted #888;
}
.ocbutton + label:before {
  content: "";
  background: url(../images/top/open.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 0;
}
.ocbutton:checked + label:before {
  content: "";
  background: url(../images/top/close.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 0;
}
.ocbutton:checked ~ .oc_content {
  display: block;
}
.ocbutton ~ p:first-of-type {
  display: none;
}

.oc_content {
  padding: 1em 0;
}

.about {
  position: relative;
  background-color: #fbf7e5;
}
.about .inner {
  padding-bottom: 92px;
}
.about .btn-common {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about .born-img {
  max-width: 880px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about .point-block .point-item {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
.about .point-block .point-item:first-of-type {
  border-right: 1px dotted #40210d;
  padding-right: 40px;
  margin-right: 40px;
}
.about .point-block .point-item .section-sub-title {
  text-align: center;
  padding-top: 24px;
}
.about .point-block .point-item .section-sub-title h3 {
  font-size: 18px;
}
.about .point-block .point-item .point-text .text {
  padding-top: 24px;
}

.service .text {
  text-align: center;
}
.service .service-block {
  padding-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service .service-block .service-item {
  max-width: 30%;
  width: 100%;
  padding-bottom: 64px;
  position: relative;
}
.service .service-block .service-item .service-img {
  max-width: 360px;
  width: 100%;
}
.service .service-block::after {
  display: block;
  content: "";
  width: 300px;
}

.house-call {
  background-color: #fbf7e5;
}
.house-call .section-body {
  text-align: center;
}

.access {
  background-color: #f7f7f7;
}
.access .bg-board {
  background-color: #fff;
  padding: 48px 36px;
  border-radius: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access .bg-board .board-item {
  max-width: 46%;
  width: 100%;
}
.access .bg-board .board-item.item-2 {
  max-width: 36%;
}
.access .bg-board .detail-block {
  position: relative;
  max-width: 56%;
  padding-left: 30px;
}
.access .bg-board .detail-block .logo-img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.access .bg-board .address-block {
  padding-top: 24px;
}
.access .bg-board .tel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
}
.access .bg-board .tel-block .icon-img {
  max-width: 40px;
  width: 100%;
}
.access .bg-board .tel-block .tel {
  padding-left: 8px;
  color: #40210d;
  font-size: 28px;
  font-weight: bold;
}
.access .bg-board .tel-block .tel:hover {
  opacity: 0.6;
}
.access .bg-board .parking-block {
  padding-top: 4px;
}
.access .bg-board .parking-block p {
  color: #1799d6;
}
.access .bg-board .access-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
}
.access .bg-board .access-block .icon-img {
  max-width: 32px;
  width: 100%;
}
.access .bg-board .access-block .detail {
  padding-left: 8px;
}
.access .bg-board .parking-img {
  position: absolute;
  right: 0;
  bottom: 64px;
  max-width: 96px;
  width: 100%;
}

.contact {
  background-image: url(../images/top/bg_blue_memo.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact .schedule-img {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.facebook .icon-img {
  max-width: 70px;
  width: 70px;
  padding-left: 10px;
}

.info_topics > div {
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 2px 2px 2px #b9b9ba;
          box-shadow: 2px 2px 2px #b9b9ba;
}

@media only screen and (max-width: 600px) {
  .section-title:before {
    top: 44px;
    left: 40%;
    width: 20px;
    height: 20px;
  }
  .section-title:after {
    top: 44px;
    right: 40%;
    width: 20px;
    height: 20px;
  }
  .cv-contact .inner {
    padding: 20px 0;
  }
  .cv-contact .contact-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cv-contact .contact-block .contact-sub-block {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .cv-contact .contact-block .contact-item {
    width: 100%;
  }
  .cv-contact .contact-block .contact-item:first-of-type {
    margin-bottom: 20px;
    border: none;
  }
  .cv-contact .contact-block .contact-item .contact-sub-block .contact-sub-item .icon-img {
    max-width: 40px;
  }
  .cv-contact .contact-block .contact-item .contact-sub-block .contact-text p {
    font-size: 16px;
  }
  .cv-contact .contact-block .web-item {
    width: 100%;
  }
  .cv-contact .contact-block .web-item p {
    font-size: 16px;
    padding-top: 6px;
    min-width: 6em;
  }
  .cv-contact .contact-block .web-item .arrow-img {
    max-width: 24px;
    padding-top: 12px;
  }
  .cv-contact .contact-block .tel-item .tel-img {
    max-width: 120px;
    padding-left: 0;
    padding-top: 12px;
  }
  .cv-contact .contact-block .tel-item .arrow-img {
    max-width: 20px;
    padding-top: 12px;
    padding-left: 16px;
  }
  .greeting .section-text {
    padding-top: 24px;
  }
  .greeting .section-text .text {
    padding-bottom: 20px;
  }
  .greeting .btn-common {
    margin: 0 auto;
  }
  .greeting .greeting-block {
    display: block;
  }
  .greeting .greeting-block .greeting-item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .greeting .greeting-block .greeting-item .doctor-img {
    text-align: center;
    max-width: 100% !important;
  }
  .greeting .greeting-block .greeting-item .doctor-img img {
    max-width: 300px;
  }
  .about .inner {
    padding-bottom: 80px;
  }
  .about .point-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .point-block .point-item {
    max-width: 100%;
    margin: 0 auto;
  }
  .about .point-block .point-item:first-of-type {
    padding-bottom: 24px;
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
  .about .point-block .point-item .section-sub-title {
    padding-top: 16px;
  }
  .about .point-block .point-item .section-sub-title h3 {
    font-size: 16px;
  }
  .about .point-block .point-item .point-text .text {
    padding-top: 16px;
  }
  .service .service-block {
    padding-top: 40px;
  }
  .service .service-block .service-item {
    max-width: 46%;
    padding-bottom: 24px;
  }
  .access .bg-board {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 24px;
  }
  .access .bg-board .board-item {
    max-width: 100%;
  }
  .access .bg-board .board-item.item-2 {
    max-width: 100%;
    text-align: center;
  }
  .access .bg-board .detail-block {
    padding-top: 32px;
  }
  .access .bg-board .tel-block {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-top: 8px;
  }
  .access .bg-board .tel-block .icon-img {
    max-width: 32px;
  }
  .access .bg-board .tel-block .tel {
    padding-left: 4px;
    font-size: 20px;
    width: 100%;
  }
  .access .bg-board .access-block {
    padding-top: 16px;
  }
  .access .bg-board .access-block .icon-img {
    max-width: 24px;
  }
  .access .bg-board .btn-common {
    position: static;
  }
  .access .bg-board .address-block .text {
    font-size: 12px;
  }
  .contact .schedule-img {
    max-width: 100%;
  }
  .facebook .icon-img {
    max-width: 48px;
  }
  .graph_block .wrapper {
    padding: 0;
  }
  .graph_block .swiper-container2 {
    position: relative;
  }
  .graph_block .swiper-container2 .graph {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title:before {
    top: 44px;
    left: 34%;
    width: 16px;
    height: 16px;
  }
  .section-title:after {
    top: 44px;
    right: 34%;
    width: 16px;
    height: 16px;
  }
}