@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
/* 内科*/
body.page-naika
#visual .body {
  min-height: 300px;
  background: url("../../_images/treatment/naika/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/* 循環器内科*/
body.page-junkanki
#visual .body {
  min-height: 300px;
  background: url("../../_images/treatment/junkanki/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/* 小児科*/
body.page-child
#visual .body {
  min-height: 300px;
  background: url("../../_images/treatment/child/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
body.page-child
#visual::after {
  background: #fffce9;
}
body.page-child
#breadcrumb {
  background: #fffce9;
}
body.page-child
#page-nav {
  background: #fffce9;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-naika
  #visual .body {
    min-height: 100%;
    background: url("../../_images/treatment/naika/visual-sp.jpg") no-repeat;
    background-position: top;
    background-size: cover;
  }
  body.page-junkanki
  #visual .body {
    min-height: 100%;
    background: url("../../_images/treatment/junkanki/visual-sp.jpg") no-repeat;
    background-position: top;
    background-size: cover;
  }
  body.page-child
  #visual .body {
    min-height: 100%;
    background: url("../../_images/treatment/child/visual-sp.png") no-repeat;
    background-position: left;
    background-size: cover;
  }
  
  body.page-child
  #page-nav {
    padding-top: 3em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト（小児科）
/* ------------------------------------------------------------------------------------------------- */

body.page-child
#visual .body .title span {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 1.8;
}
body.page-child
#visual .body .title span:nth-child(1) {
  color: #ef918f;
}
body.page-child
#visual .body .title span:nth-child(2) {
  color: #59b7ea;
}
body.page-child
#visual .body .title span:nth-child(3) {
  color: #78c472;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-child
  #visual .body .title span {
    line-height: 2;
  }
}

/* ****************************************************************************************************
   * 診療のご案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.treatment {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background: var(--c-l-orange);
}

.treatment ~ .treatment {
  padding-top: 0 !important;
}

.treatment .body {
  max-width: 1240px;
  padding: 0 20px;
}

.treatment section {
  position: relative;
}

#naika section {
  min-height: 450px;
}
#junkanki section {
  min-height: 450px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment {
    position: relative;
    padding-top: 20px !important;
    background: var(--c-l-orange);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.treatment .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment .title-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.treatment .text {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.treatment .link-btn {
  margin-top: 20px;
}

.treatment .link-btn .btn {
  margin-left: 0;
}

.treatment .link-btn a {
  display: block;
}

.treatment .link-btn .btn.size {
  margin-left: 0;
  width: 350px;
}

.treatment .link-btn .text {
  margin-top: -20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .treatment .link-btn .btn.size {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * セクション 内容
/* ------------------------------------------------------------------------------------------------- */

.treatment section .detail {
  min-width: 590px;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

.treatment section .detail .title {
  font-size: 3.0rem;
  color: var(--c-orange);
  line-height: 1.4;
}

.treatment section .detail .text {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment section .detail {
    min-width: 100%;
    width: 100%;
    padding-top: 1em;
  }
  .treatment section .detail .title {
    font-size: 2.0rem;
    line-height: 1.4;
  }
  
  .treatment section .detail .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.treatment .main-section picture {
  position: absolute;
  top: 0;
  width: calc( 50% - 50px );
  left: 0;
  border-radius: 0px 40px 40px 0px;
}
.treatment .main-section picture img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0px 40px 40px 0px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment .main-section picture {
    width: 100%;
    display: block;
    padding: 0 20px;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    left: 0;
    border-radius: 40px;
  }
  .treatment .main-section picture img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
    left: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment .main-section picture img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容 詳細
/* ------------------------------------------------------------------------------------------------- */

.treatment .item {}

.treatment .item .text {
  margin-top: 0;
}
.treatment .item .text a {
  color: var(--c-orange);
  text-decoration: underline;
}

.treatment .item .title-2 {
  position: relative;
  color: var(--c-orange);
  font-size: 2.2rem;
  padding-left: 1.5em;
}
.treatment .item .title-2::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 12px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment .item {}
  .treatment .item .title-2 {
    color: var(--c-orange);
    font-size: 1.7rem;
    line-height: 1.6;
    padding-left: 1.25em;
  }
  .treatment .item .title-2::before {
    width: 9px;
    height: 9px;
    margin-top: 9px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ****************************************************************************************************
   * 健康診断について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.health {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--c-l-orange);
}

.health .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .health {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 50px;
    background: var(--c-l-orange);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.health .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .health .title-1 {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.health .text {
  font-size: 1.8rem;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.health .link-btn {
  margin-top: 20px;
}

.health .link-btn .btn {
  margin-left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .health .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 循環器内科
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.treatment .detail-area {}

.treatment .detail-area .trigger .btn::before {
  content: "もっとみる";
}
.treatment .detail-area .trigger .btn.close::before {
  content: "閉じる";
}
.treatment .detail-area .btn {
  background: var(--c-orange);
  color: #fff;
  cursor: pointer;
}
.treatment .detail-area .btn::after {
  display: none;
}

.inner-content {
  display:none;
  overflow:hidden;
  transition:max-height 0.3s ease-out;
}
.inner-content.open{
  height:auto;
}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#diagnosis {}

#diagnosis .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 50px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #diagnosis {}
  #diagnosis .inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
    max-width: 1080px;
    margin: 1em auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#diagnosis .inner .title-2 {
  padding: 0;
}
#diagnosis .inner .title-2::before {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（チェックリスト）
/* ------------------------------------------------------------------------------------------------- */

#diagnosis .item .layout-flex-2 {
  align-items: flex-end;
}

#diagnosis .item ul.check-list {
/*  display: flex;*/
  flex-wrap: wrap;
  margin-top: 20px;
}

#diagnosis .item ul.check-list li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
#diagnosis .item ul.check-list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url("../../_images/_common/check.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #diagnosis .item ul.check-list {
    display: block;
  }
  #diagnosis .item ul.check-list > * {
    width: 100%;
  }
  #diagnosis .item ul.check-list li {
    list-style: none;
    position: relative;
    padding-left: 1.0em;
    font-size: 1.6rem;
  }
  #diagnosis .item ul.check-list li::before {
    content: "";
    display: block;
    background: url("../../_images/_common/check.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 12px;
  }
  
  #diagnosis .item ul.check-list li ~ li {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#diagnosis .inner picture {
  display: block;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * 開閉
/* ------------------------------------------------------------------------------------------------- */

.treatment .q {
  position: relative;
}
.treatment .q::after {
  content: '詳しく見る▼';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  margin-top: -14px;
  font-size: 1.6rem;
  color: #fff;
}
.treatment .q.active::after {
  content: '詳しく見る▲';
}

.treatment .a {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .treatment .q::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    margin-top: -7px;
  }
  .treatment .q.active::after {
    top: 60%;
    transform: rotate(-45deg);
  }
}


/* ****************************************************************************************************
   * 動脈硬化について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#arteriosclerosis section ~ section {
  padding-top: 50px;
}
#arteriosclerosis section:last-child {
  padding-bottom: 1em;
}

#arteriosclerosis .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 1em auto 0;
  clear: both;
}
#arteriosclerosis .inner ~ .inner {
  margin-top: 2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #arteriosclerosis {
    padding-top: 0 !important;
  }
  #arteriosclerosis .inner {
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#arteriosclerosis .title-3 {
  color: var(--c-orange);
  font-size: 2.2rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #arteriosclerosis .title-3 {
    color: var(--c-orange);
    font-size: 1.7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#arteriosclerosis .inner picture {
  display: block;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#arteriosclerosis .inner .contents.layout-float {}

#arteriosclerosis .inner .contents .content {}

#arteriosclerosis .inner .contents .content .text {
  font-size: 1.8rem;
}
#arteriosclerosis .inner .contents picture {
  float: right;
  margin-left: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #arteriosclerosis .inner .contents .content .text {
    font-size: 1.6rem;
  }
  #arteriosclerosis .inner .contents picture {
    float: none;
    margin: 1em auto 0;
  }
}

/* ****************************************************************************************************
   * 家族性高コレステロール血症（FH）について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#cholesterole .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 1em auto 0;
  clear: both;
}
#cholesterole .inner ~ .inner {
  margin-top: 2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #cholesterole {}
  
  #cholesterole .inner {
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#cholesterole .inner ul.data {}

#cholesterole .inner ul.data li {
  margin-bottom: 1em;
}

#cholesterole .inner ul.data li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--c-orange);
  border-radius: 100%;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 900;
  margin-right: 1em;
}
/* 脂質家族性コレステロール*/
#cholesterole .inner ul.data li .col-1 p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
}
#cholesterole .inner ul.data li .col-2 p {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #cholesterole .inner ul.data li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    font-size: 1.8rem;
    margin-right: 0.5em;
    margin-top: 0.2em;
  }
  #cholesterole .inner ul.data li .col-1 p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
  }
  #cholesterole .inner ul.data li .col-2 p {
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * 不整脈について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#arrhythmia {}

#arrhythmia .layout-float {}

#arrhythmia .layout-float picture {
  float: left;
  margin-right: 40px;
  display: block;
  text-align: center;
}


#arrhythmia .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 1em auto 0;
  clear: both;
}
#arrhythmia .inner ~ .inner {
  margin-top: 2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #arrhythmia {}
  #arrhythmia .layout-float picture {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  
  #arrhythmia .inner {
    padding: 20px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#arrhythmia .title-3 {
  color: var(--c-orange);
  font-size: 2.2rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #arrhythmia .title-3 {
    color: var(--c-orange);
    font-size: 1.7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#arrhythmia .inner picture {
  display: block;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（スタイル）
/* ------------------------------------------------------------------------------------------------- */

#arrhythmia ul.style {
  margin-top: 1em;
}

#arrhythmia ul.style li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
}
#arrhythmia ul.style li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 8px;
}

#arrhythmia ul.style li ~ li {
  margin-top: 0.5em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #arrhythmia ul.style {}
  #arrhythmia ul.style li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  #arrhythmia ul.style li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--c-orange);
    color: var(--c-orange);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin-top: 10px;
  }
  
  #arrhythmia ul.style li ~ li {
    margin-top: 1em;
  }
}


/* ****************************************************************************************************
   * 心不全について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#heart {}

#heart .layout-float {}

#heart .layout-float picture {
  float: left;
  margin-right: 40px;
  display: block;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #heart .layout-float picture {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * 小児科
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-child
#lead {
  background: #fffce9 url("../../_images/treatment/child/main-photo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 240px;
}
body.page-child
#lead .lead {
  position: relative;
  max-width: 900px;
  margin: 50px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-child
  #lead {
    background: #fffce9 url("../../_images/treatment/child/main-photo.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 120px;
    background-size: contain;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン（ふわふわ）
/* ------------------------------------------------------------------------------------------------- */

body.page-child
#lead .body {
  position: relative;
}
body.page-child
#lead .body::after {
  content: "";
  display: block;
  background: url("../../_images/treatment/child/icon-1.png") no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  width: 111px;
  height: 153px;
  animation: 3s fuwafuwa infinite;
}
body.page-child
#lead .body::before {
  content: "";
  display: block;
  background: url("../../_images/treatment/child/icon-2.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 109px;
  height: 65px;
  animation: 3.4s fuwafuwa infinite;
}
/*ふわふわ*/
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-child
  #lead .body::after {
    content: "";
    display: block;
    background: url("../../_images/treatment/child/icon-1.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 76px;
    background-size: 55px 76px;
    animation: 3s fuwafuwa infinite;
  }
  body.page-child
  #lead .body::before {
    content: "";
    display: block;
    background: url("../../_images/treatment/child/icon-2.png") no-repeat;
    position: absolute;
    bottom: -3em;
    left: 10px;
    width: 54px;
    height: 32px;
    background-size: 54px 32px;
    animation: 3.4s fuwafuwa infinite;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン（雲）
/* ------------------------------------------------------------------------------------------------- */

body.page-child
#lead .lead::before {
  content: "";
  display: block;
  background: url("../../_images/treatment/child/cloud-img-1.png") no-repeat;
  position: absolute;
  top: 0;
  left: -250px;
  width: 181px;
  height: 215px;
}
body.page-child
#lead .lead::after {
  content: "";
  display: block;
  background: url("../../_images/treatment/child/cloud-img-2.png") no-repeat;
  position: absolute;
  top: 0;
  right: -250px;
  width: 180px;
  height: 215px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1460px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-child
  #lead .lead::before,
  body.page-child
  #lead .lead::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body.page-child
.title-2 {
  text-align: center;
  font-size: 3.0rem;
  color: var(--c-orange);
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-child
.title-2 span {
  position: relative;
  padding: 0 4em;
}
body.page-child
.title-2 span::before {
  content: "";
  display: block;
  background: url("../../_images/treatment/child/title-left.png") no-repeat;
  width: 88px;
  height: 59px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-child
.title-2 span::after {
  content: "";
  display: block;
  background: url("../../_images/treatment/child/title-right.png") no-repeat;
  width: 88px;
  height: 59px;
  position: absolute;
  top: 0;
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-child
  .title-2 {
    text-align: center;
    font-size: 2.0rem;
    color: var(--c-orange);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  body.page-child
  .title-2 span {
    position: relative;
    padding: 0 3.5em;
    line-height: 1.4;
  }
  body.page-child
  .title-2 span::before {
    content: "";
    display: block;
    background: url("../../_images/treatment/child/title-left.png") no-repeat;
    width: 44px;
    height: 29px;
    background-size: 44px 29px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.page-child
  .title-2 span::after {
    content: "";
    display: block;
    background: url("../../_images/treatment/child/title-right.png") no-repeat;
    width: 44px;
    height: 29px;
    background-size: 44px 29px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

body.page-child
.text {
  color: #a5663c;
}


/* ****************************************************************************************************
   * ボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#btn {
  background: #fffce9;
  padding-bottom: 100px;
}
#btn .link-btn {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #btn {
    background: #fffce9;
    padding: 0 !important;
  }
}



