/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";

/* 共通 */
.main{
  color: #595757;
  font-family: 'Noto Sans JP', sans-serif;
}
img{
  width: 100%;
}
/* sp */
@media screen and (max-width:740px) {
  #contents{
    padding: 0 4vw;
  }
  .hidden-sp{
    display: none;
  }
  a:hover{
    text-decoration: none;
  }
}
/* pc */
@media screen and (min-width:741px) {
  .hidden-pc{
    display: none;
  }
}


/* kv */
/* sp */
@media screen and (max-width:740px) {
  .kv__wrap{
    margin: -20px -15px 0;
    position: relative;
  }
  .kv__ttl{
    position: absolute;
    bottom: 9.333vw;
    width: 64vw;
    background-color: #54C3F1;
    font-size: 4.800vw;
    color: #fff;
    line-height: 12.800vw;
    text-align: center;
    font-weight: 700;
    border-radius: 0 1.067vw 1.067vw 0;
  }
  .kv__txt{
    font-size: 3.733vw;
    line-height: calc(21/14);
    font-weight: 500;
    margin-top: 4.267vw;
  }
}
/* pc */
@media screen and (min-width:741px) {
  .kv__wrap{
    position: relative;
  }
  .kv__ttl{
    position: absolute;
    bottom: 105px;
    width: 405px;
    background-color: #54C3F1;
    font-size: 32px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
  }
  .kv__txt{
    font-size: 16px;
    line-height: calc(24/16);
    font-weight: 500;
    margin-top: 15px;
  }
}


/* アンカーリンク */
/* 共通 */
.ank-detile-none{
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  padding-left: 0!important;
}
/* sp */
@media screen and (max-width:740px) {
  .ank{
    margin-top: 5.333vw;
  }
  .ank__list__item{
    font-size: 4.533vw;
    font-weight: 700;
  }
  .ank__list__item__ttl{
    color: #144D9C;
    line-height: calc(24/17);
    height: 18.667vw;
    -webkit-box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
    border-radius: 1.067vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
  }
  .ank-body{
    margin-top: 4.667vw;
    border: solid 0.54vw #2264B5;
    padding: 3.147vw 2vw;
    border-radius: 1.067vw;
    position: relative;
  }
  .ank-body::before {
    content: "";
    position: absolute;
    top: -2.5vw;
    left: 50%;
    margin-left: -1.6vw;
    border-right: 1.6vw solid transparent;
    border-bottom: 3.2vw solid #fff;
    border-left: 1.6vw solid transparent;
    z-index: 2;
  }
  .ank-body::after {
    content: "";
    position: absolute;
    top: -3.467vw;
    left: 50%;
    margin-left: -1.6vw;
    border-right: 1.6vw solid transparent;
    border-bottom: 3.2vw solid #1a62bc;
    border-left: 1.6vw solid transparent;
    z-index: 1;
  }
  .ank__list__item a{
    display: block;
    color: #144D9C!important;
    line-height: 11.467vw;
    -webkit-box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
    border-radius: 1.067vw;
    padding-left: 5.333vw;
    position: relative;
  }
  .ank-body__list__item{
    margin-top: 2.133vw;
  }
  .ank-body__list__item:nth-child(1){
    margin-top: 0;
  }
  .ank-body__list__item a::after{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/ank_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.133vw;
    height: 3.5vw;
    right: 4.333vw;
    top: 4.267vw;
  }
  .ank__list__item--kiso{
    margin-top: 2.667vw;
  }
  .ank__list__item--kiso a:after{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/ank_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.133vw;
    height: 3.5vw;
    right: 4.333vw;
    top: 4.267vw;
  }
}
  /* pc */
@media screen and (min-width:741px) {
  .ank{
    margin-top: 49px;
  }
  .ank__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .ank__list__item{
    font-size: 16px;
    font-weight: 700;
  }
  /* .ank__list__item--qa{
    width: 833px;
  } */
  .ank__list__item:nth-child(1) a:after{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/ank_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
  }
  .ank__list__item__ttl{
    color: #144D9C;
    line-height: calc(20/16);
    width: 300px;
    height: 84px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    margin-left: 74px;
  }
  .ank-body{
    margin: 20px auto 0;
    border: solid 2px #2264B5;
    padding: 35px 0 25px;
    border-radius: 4px;
    position: relative;
    width: 800px;
  }
  .ank-body::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 280px;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #fff;
    border-left: 10px solid transparent;
    z-index: 2;
  }
  .ank-body::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 280px;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #1a62bc;
    border-left: 10px solid transparent;
    z-index: 1;
  }
  .ank-body__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ank__list__item a{
    display: block;
    color: #144D9C!important;
    width: 150px;
    height: 77px;
    line-height: calc(20/16);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    text-align: center;
    position: relative;
    padding-top: 13px;
  }
  .ank-body__list__item{
    margin-left: 20px;
    position: relative;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    top: 0;
  }
  .ank-body__list__item:hover{
    top: 2px;
  }
  .ank-body__list__item a:hover{
    text-decoration: none;
  }
  .ank-body__list__item:nth-child(1){
    margin-left: 0;
  }
  .ank-body__list__item a::after{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/ank_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
  }
  .ank__list__item--kiso {
    /* margin-left: -310px; */
    position: relative;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    top: 0;
    height: 90px;
  }
  .ank__list__item--kiso:hover{
    top: 2px;
  }
  .ank__list__item--kiso a:hover{
    text-decoration: none;
  }
}

/* メインコンテンツ */
/* sp */
@media screen and (max-width:740px) {
  .section{
    padding-top: 12.800vw;
  }
  .section__ttl{
    font-size: 4.800vw;
    margin-left: 5.867vw;
    font-weight: 700;
    line-height: calc(24/18);
    position: relative;
  }
  .section__ttl::before {
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/section_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 2.5em;
    left: -5.867vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* pc */
@media screen and (min-width:741px) {
  .section{
    padding-top: 50px;
  }
  .section__ttl{
    font-size: 32px;
    margin-left: 29px;
    font-weight: 700;
    line-height: calc(42/32);
    position: relative;
  }
  .section__ttl::before {
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/section_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1.3em;
    left: -29px;
    top: 5px;
  }
}

/* 子どもの病気・トラブル :  専門医が監修！お役立ちコンテンツ*/
/* sp */
@media (max-width: 740px) {
  .block-head__ttl {
    text-align: center;
    padding: 10px;
    background-color: #F0F6FA;
    font-weight: bold;
  }
  .block-head-ttl__txt {
    position: relative;
    display: inline-block;
    text-align: left;
    transform: translateX(35px);
  }
  .block-head-ttl__txt::before {
    content: 'New';
    width: 50px;
    height: 24px;
    padding: 0 8px;
    color: #fff;
    background-color: #2264B5;
    margin-right: 5px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    text-align: center;
  }
  .sick-block-head__list {
    margin-top: 20px;
  }
  .sick-block-head__list__item {
    margin-left: 20px;
  }
  .sick-block-head__list__item a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #2264B5;
  }
  .sick-block-head__list__item a::before {
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/sick_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 8px;
  }
}
/* pc */
@media (min-width: 741px) {
  .block-head__ttl {
    text-align: center;
    padding: 10px;
    background-color: #F0F6FA;
    font-weight: bold;
  }
  .block-head-ttl__txt {
    position: relative;
    display: inline-block;
    font-size: 20px;
  }
  .block-head-ttl__txt::before {
    content: 'New';
    width: 50px;
    height: 24px;
    padding: 0 10px;
    color: #fff;
    background-color: #2264B5;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 16px;
  }
  .sick-block-head__list {
    margin-top: 20px;
  }
  .sick-block-head__list__item {
    margin-left: 20px;
  }
  .sick-block-head__list__item a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #2264B5;
  }
  .sick-block-head__list__item a::before {
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/sick_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 8px;
  }
}

/* 子どもの病気・トラブル対応アドバイスとお悩みQ&A */
/* sp */
@media screen and (max-width:740px) {
  .sick{
    padding-top: 2vw;
  }
  .section.sick .section__ttl {
    margin-bottom: 8.5333vw;
  }
  .section.sick .section__sub-ttl {
    color: #3260AC;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .section__tab-menu {
    text-align: center;
    font-size: 0;
  }
  .section__tab-btn {
    text-align: center;
    border: none;
    background-color: #fff;
    color: #595757;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    padding: 13px 0;
    font-size: 16px;
  }
  .section__tab-btn span {
    position: relative;
    display: inline-block;
    padding: 32px 4vw 7px;
    border-left: 1px solid #ccc;
  }
  .section__tab-btn:first-of-type span {
    border-left: none;
  }
  .section__tab-btn.active span {
    border-left: none;
  }
  .section__tab-btn.active + .section__tab-btn span {
    border-left: none;
  }
  .section__tab-btn span::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/kosodate/clinic/_assets24/img/medical_mask.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .section__tab-btn:nth-child(1) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/pet_supplies_a.svg');
  }
  .section__tab-btn:nth-child(2) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/medical_mask_a.svg');
  }
  .section__tab-btn:nth-child(3) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/prescriptions_a.svg');
  }
  .section__tab-btn:nth-child(4) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/cardio_load_a.svg');
  }
  .section__tab-btn.active {
    background-color: #F1F6FA;
    color: #194D9C;
  }
  /* .section__tab-btn.active span {
    border: none;
  } */
  .section__tab-btn.active:nth-child(1) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/pet_supplies_b.svg');
  }
  .section__tab-btn.active:nth-child(2) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/medical_mask_b.svg');
  }
  .section__tab-btn.active:nth-child(3) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/prescriptions_b.svg');
  }
  .section__tab-btn.active:nth-child(4) span::before {
    background-image: url('/kosodate/clinic/_assets24/img/cardio_load_b.svg');
  }
  .section__tab-btn:last-child span {
    border-right: none;
  }
  .section.sick .section__ttl--short::before {
    height: 100%;
    /* margin-bottom: 8.5333vw; */
  }

  .content__ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.267vw;
    font-weight: 700;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F6FA;
    margin: 0 -4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 10.667vw;
  }
  .content__ttl.pc {
    display: none;
  }
  .content__ttl__img{
    width: 10.939vw;
    height: auto;
    margin: -0.272vw 0;
  }
  .content__ttl__txt{
    margin-left: 2.667vw;
    line-height: calc(21/15);
  }
  .content__list__wrap{
    margin-top: 5.333vw;
  }
  .sick__content{
    position: relative;
    display: none;
  }
  .sick__content::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100%;
    background-color: #F1F6FA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    margin-left: -4vw;
  }
  .sick__content.active {
    display: block;
    padding: 8vw 0;
    background-color: #F1F6FA;
  }
  .sick-list-item {
    margin-top: 2.667vw;
  }
  .sick-list-item:nth-child(1){
    margin-top: 0;
  }
  .sick-list-item__ttl{
    font-size: 3.733vw;
    font-weight: 700;
    line-height: calc(20/14);
    text-align: center;
    color: #fff;
    background-color: #2264B5;
    border: solid 0.54vw #2264B5;
    padding: 2.400vw;
    border-radius: 1.067vw;
    position: relative;
  }
  .sick-list-item__ttl.active{
    color: #2264B5;
    background-color: #fff;
  }
  .sick-list-item__ttl.active::before {
    content: "";
    position: absolute;
    bottom: -2.5vw;
    left: 50%;
    margin-left: -1.6vw;
    border-right: 1.6vw solid transparent;
    border-top: 3.2vw solid #fff;
    border-left: 1.6vw solid transparent;
    z-index: 2;
  }
  .sick-list-item__ttl.active::after {
    content: "";
    position: absolute;
    bottom: -3.467vw;
    left: 50%;
    margin-left: -1.6vw;
    border-right: 1.6vw solid transparent;
    border-top: 3.2vw solid #1a62bc;
    border-left: 1.6vw solid transparent;
    z-index: 1;
  }
  /* 閉じボタン */
  .sick-list-item__ttl__inner::after,.sick-list-item__ttl__inner::before{
    content: '';
    display: block;
    width: 0.533vw;
    height: 3.733vw;
    background-color: #fff;
    position: absolute;
    top: 3.2vw;
    right: 4.267vw;
  }
  .sick-list-item__ttl__inner::after{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* 閉きボタン */
  .sick-list-item__ttl__inner.active::before{
    display: none;
  }
  .sick-list-item__ttl__inner.active::after{
    background-color: #2264B5;
  }
  .sick-list-item__body__wrap{
    display: none;
    -webkit-box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.1);
    border-radius: 1.333vw;
    padding: 8.533vw 8vw;
    margin-top: 5.333vw;
  }
  .helpful__ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F6FA;
    height: 13.867vw;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sick-block:nth-child(2){
    margin-top: 8.533vw;
  }
  .sick-block-ttl__new{
    font-size: 4vw;
    background-color: #2264B5;
    color: #fff;
    height: 6.4vw;
    width: 13.333vw;
    border-radius: 1.067vw;
    text-align: center;
  }
  .sick-block-ttl__txt{
    font-size: 4.267vw;
    line-height: calc(20/16);
    margin-left: 1.6vw;
  }
  .sick-block__list__wrap{
    margin-top: 3.733vw;
  }
  .sick-block__list__item{
    margin-left: 5vw;
    position: relative;
    margin-top: 4vw;
  }
  .sick-block__list__item:nth-child(1){
    margin-top: 0;
  }
  .sick-block__list__item a::before{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/sick_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4vw;
    height: 4vw;
    left: -5vw;
    top: 1.267vw;
  }
  .sick-block__list__item a{
    font-size: 4.267vw;
    font-weight: 500;
    line-height: calc(22/16);
    color: #2264B5;
  }
  .onayami__ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13.333vw;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 0.54vw #70A8CA;
    font-size: 4vw;
    line-height: calc(20/15);
    letter-spacing: -0.04em;
  }
  .sick-block-ttl__doctor{
    width: 25.333vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #70A8CA;
    color: #fff;
    position: relative;
  }
  .sick-block-ttl__doctor::after {
    content: "";
    position: absolute;
    right: -2.667vw;
    border-top: 1.6vw solid transparent;
    border-left: 3.2vw solid #70A8CA;
    border-bottom: 1.6vw solid transparent;
  }
  .sick-block-ttl__txt-qa{
    margin-left: 6.933vw;
  }
  /* 閉じるボタン */
  .sick-list-item__body__btn{
    width: 53.333vw;
    line-height: 10.667vw;
    background-color: #858585;
    text-align: center;
    margin: 5.333vw auto 0;
    border-radius: 16.8vw;
    font-size: 3.733vw;
    font-weight: 700;
    color: #fff;
    position: relative;
  }
  .sick-list-item__body__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.333vw;
    width: 0.533vw;
    height: 4.467vw;
    border-radius: 2vw;
    background: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
  }
  .sick-list-item__body__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.333vw;
    width: 0.533vw;
    height: 4.467vw;
    border-radius: 2vw;
    background: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
  }
}
/* pc */
@media screen and (min-width:741px) {
  .sick{
    padding-top: 10px;
  }
  .content__ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 61px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F6FA;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content__ttl__img{
    width: 75px;
    height: auto;
    margin: -7px 0;
  }
  .content__ttl__txt{
    margin-left: 20px;
    line-height: calc(35/24);
  }
  .content__list__wrap{
    margin-top: 30px;
  }
  .sick__content{
    padding-top: 47px;
  }
  .sick__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sick-list-item {
    margin-top: 20px;
    margin-left: 16px;
  }
  .sick-list-item:nth-child(-n+3){
    margin-top: 0;
  }
  .sick-list-item:nth-child(3n-2){
    margin-left: 0;
  }
  .sick-list-item__ttl{
    width: 250px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #2264B5;
    border: solid 2px #2264B5;
    border-radius: 6px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sick-list-item__ttl--kokyuu{
    font-size: 16px;
    text-align: left;
    padding-left: 14px;
  }
  .sick-list-item__ttl:hover{
    opacity: 0.8;
    cursor: pointer;
  }
  .sick-list-item__ttl.active{
    color: #2264B5;
    background-color: #fff;
  }
  .sick-list-item__ttl.active::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    z-index: 2;
  }
  .sick-list-item__ttl.active::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
    border-right: 6px solid transparent;
    border-top: 10px solid #1a62bc;
    border-left: 6px solid transparent;
    z-index: 1;
  }
  /* 閉じボタン */
  .sick-list-item__ttl__inner::after,.sick-list-item__ttl__inner::before{
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 17px;
    right: 23px;
  }
  .sick-list-item__ttl__inner::after{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* 閉きボタン */
  .sick-list-item__ttl__inner.active::before{
    display: none;
  }
  .sick-list-item__ttl__inner.active::after{
    background-color: #2264B5;
  }
  .sick-list-item__body__wrap{
    display: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 32px 50px;
    margin-top: 20px;
    width: 680px;
  }
  .sick-list-item:nth-child(3n-2) .sick-list-item__body__wrap{
    margin: 20px calc(50% - 680px) 0 0;
  }
  .sick-list-item:nth-child(3n-1) .sick-list-item__body__wrap{
    margin: 20px calc(50% - 389px) 0;
  }
  .sick-list-item:nth-child(3n) .sick-list-item__body__wrap{
    margin: 20px 0 0 calc(50% - 657px);
  }
  .helpful__ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F6FA;
    height: 50px;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sick-block:nth-child(2){
    margin-top: 32px;
  }
  .sick-block-ttl__new{
    font-size: 15px;
    background-color: #2264B5;
    color: #fff;
    height: 24px;
    width: 50px;
    border-radius: 4px;
    text-align: center;
  }
  .sick-block-ttl__txt{
    font-size: 20px;
    line-height: calc(29/20);
    margin-left: 10px;
  }
  .sick-block__list__wrap{
    margin-top: 20px;
  }
  .sick-block__list{
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    width: 488px;
  }
  .sick-block__list--helpful{
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    width: auto;
  }
  .sick-block__list__item{
    margin-left: 20px;
    position: relative;
    margin-top: 16px;
  }
  .sick-block__list__item a:hover{
    opacity: 0.8;
    text-decoration: underline;
  }
  .sick-block__list__item:nth-child(1){
    margin-top: 0;
  }
  .sick-block__list__item a::before{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/sick_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 8px;
  }
  .sick-block__list__item a{
    font-size: 18px;
    font-weight: 500;
    line-height: calc(26/18);
    color: #2264B5;
  }
  .onayami__ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 2px #70A8CA;
    font-size: 20px;
    line-height: calc(29/20);
  }
  .sick-block-ttl__doctor{
    width: 200px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #70A8CA;
    color: #fff;
    position: relative;
  }
  .sick-block-ttl__doctor::after {
    content: "";
    position: absolute;
    right: -6px;
    border-top: 6px solid transparent;
    border-left: 10px solid #70A8CA;
    border-bottom: 6px solid transparent;
  }
  .sick-block-ttl__txt-qa{
    margin-left: 80px;
  }
  /* 閉じるボタン */
  .sick-list-item__body__btn{
    width: 200px;
    line-height: 38px;
    background-color: #858585;
    text-align: center;
    margin: 21px auto 0;
    border-radius: 63px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
  }
  .sick-list-item__body__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
  }
  .sick-list-item__body__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
  }
  .sick-list-item__body__btn:hover{
    opacity: 0.8;
    text-decoration: underline;
    cursor: pointer;
  }
}
/* 病気・症状に関するQ＆A一覧 */
/* sp */
@media screen and (max-width:740px) {
  .qa-content{
    margin: 5.3vw -4vw 0;
    background-color: #F7F7E5;
  }
  .qa-content__inner{
    padding: 6.667vw 12.747vw;
  }
  .qa-content__ttl__txt{
    font-family: 'Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho Pro','ヒラギノ明朝 Pro';
    text-align: center;
    font-size: 4.800vw;
    color: #171C61;
  }
  .qa-content__txt{
    margin-top: 2.933vw;
    font-size: 4.267vw;
    font-weight: 500;
    line-height: calc(24/16);
  }
  .qa-content__btn__area {
    margin-top: 6.027vw;
  }
  .qa-content__btn__area__txt {
    font-size: 3.467vw;
    text-align: center;
  }
  .content__btn a{
    display: block;
    background-color: #2264B5;
    color: #fff;
    font-size: 4.267vw;
    font-weight: 700;
    text-align: center;
    line-height: 13.333vw;
    border-radius: 1.067vw;
    margin-top: 4vw;
    position: relative;
  }
  .content__btn a::after {
    content: '>';
    position: absolute;
    font-size: 4.133vw;
    font-weight: 700;
    color: #fff;
    right: 3.467vw;
  }
}
/* pc */
@media screen and (min-width:741px) {
  .qa-content{
    margin: 50px 0;
    background-color: #F7F7E5;
  }
  .qa-content__inner{
    padding:25px 0;
  }
  .qa-content__ttl__txt{
    font-family: 'Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho Pro','ヒラギノ明朝 Pro';
    text-align: center;
    font-size: 24px;
    color: #171C61;
  }
  .qa-content__txt{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(24/16);
    max-width: 717px;
    margin: 0 auto;
  }
  .qa-content__btn__area {
    margin-top: 34px;
  }
  .qa-content__btn__area__txt {
    font-size: 16px;
    text-align: center;
  }
  .content__btn a{
    width: 335px;
    display: block;
    background-color: #2264B5;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    margin: 10px auto 0;
    position: relative;
  }
  .content__btn a::after {
    content: '>';
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    right: 18px;
  }
  .content__btn:hover{
    opacity: 0.8;
    text-decoration: underline;
  }
}

/* 覚えておきたい基礎知識 */
/* sp */
@media screen and (max-width:740px) {
  .section__ttl--short::before {
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/section_ttl_icon_short.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 4px;
    height: 1.1em;
    top: 1vw;
  }
  .kiso-section__txt{
    margin-top: 2.667vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: calc(24/16);
  }
  .kiso__content{
    margin-top: 5.333vw;
    border-top: solid 0.54vw #171C61;
    border-bottom: solid 0.54vw #171C61;
    margin-bottom: 48px;
  }
  .kiso-list-item{
    position: relative;
    border-top: solid 0.267vw #DFDFDF;
  }
  .kiso-list-item:nth-child(1){
    border-top: none;
  }
  .kiso-list-item::before{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/kiso_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.523vw;
    height: 3.523vw;
    left: 7.173vw;
    top: 4.5vw;
  }
  .kiso-list-item__ttl {
    line-height: 12vw; 
    padding-left: 13.333vw;
    font-size: 4.267vw;
    font-weight: 700;
    position: relative;
  }
  /* 閉じボタン */
  .kiso-list-item__ttl::after,.kiso-list-item__ttl::before{
    content: '';
    display: block;
    width: 0.54vw;
    height: 4.267vw;
    background-color: #6FCBE4;
    position: absolute;
    top: 3.867vw;
    right: 6vw;
  }
  .kiso-list-item__ttl::after{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* 開きボタン */
  .kiso-list-item__ttl.active::before{
    display: none;
  }
  .kiso-list-item__body__wrap{
    display: none;
    padding-bottom: 4vw;
  }
  .body-list__item {
    background-color: #CFEDF1;
    border-radius: 2.667vw;
    margin-top: 2.667vw;
    position: relative;
  }
  .body-list__item:nth-child(1){
    margin-top: 0;
  }
  .body-list__item::after {
    content: '>';
    position: absolute;
    font-size: 4.5vw;
    font-weight: 700;
    color: #144D9C;
    right: 3.467vw;
    top: 50%;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
  }
  .body-list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.467vw 5.333vw;
  }
  .body-list__item__img{
    width: 18.667vw;
    height: auto;
    margin: auto 0;
  }
  .body-list__item__txt__ttl {
    font-size: 4.267vw;
    font-weight: 700;
    color: #144D9C;
  }
  .body-list__item__txt__desc {
    font-size: 3.733vw;
    font-weight: 500;
    line-height: calc(20/14);
    color: #595757;
  }
  .body-list__item__txt {
    max-width: 53.133vw;
    padding-left: 3.467vw;
  } 
}
/* pc */
@media screen and (min-width:741px) {
  .kiso-section__txt{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(24/16);
  }
  .kiso__content{
    margin-top: 20px;
    border-top: solid 2px #171C61;
    border-bottom: solid 2px #171C61;
  }
  .kiso-list-item{
    position: relative;
    border-top: solid 1px #DFDFDF;
  }
  .kiso-list-item:nth-child(1){
    border-top: none;
  }
  .kiso-list-item__ttl__inner::before{
    content: '';
    position: absolute;
    background-image: url(/contents/clinic/_assets23/img/230908/kiso_ttl_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    left: 72px;
    top: 18px;
  }
  .kiso-list-item__ttl {
    line-height: 49px; 
    padding-left: 100px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
  }
  .kiso-list-item__ttl:hover{
    opacity: 0.8;
    cursor: pointer;
  }
  /* 閉じボタン */
  .kiso-list-item__ttl::after,.kiso-list-item__ttl::before{
    content: '';
    display: block;
    width: 3px;
    height: 17px;
    background-color: #6FCBE4;
    position: absolute;
    top: 18px;
    right: 29px;
  }
  .kiso-list-item__ttl::after{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  /* 開きボタン */
  .kiso-list-item__ttl.active::before{
    display: none;
  }
  .kiso-list-item__body__wrap{
    display: none;
    padding-bottom: 20px;
  }
  .body-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 11px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body-list__item {
    background-color: #CFEDF1;
    border-radius: 10px;
    width: 392px;
    position: relative;
    margin-left: 27px;
    margin-top: 10px;
  }
  .body-list__item:nth-child(odd) {
    margin-left: 0;
  }
  .body-list__item:nth-child(1),.body-list__item:nth-child(2) {
    margin-top: 0;
  }
  .body-list__item:hover{
    opacity: 0.8;
  }
  .body-list__item:hover .body-list__item__txt__ttl{
    text-decoration: underline;
  }
  .body-list__item:hover .body-list__item__txt__desc{
    text-decoration: underline;
  }
  .body-list__item::after {
    content: '>';
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: #144D9C;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
  }
  .body-list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px;
    height: 106px;
  }
  .body-list__item__img{
    width: 77px;
    height: 77px;
    margin: auto 0;
  }
  .body-list__item__txt__ttl {
    font-size: 17px;
    font-weight: 700;
    color: #144D9C;
  }
  .body-list__item__txt__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: calc(24/16);
    margin-top: 10px;
    color: #595757;
  }
  .body-list__item__txt {
    max-width: 225px;
    padding-left: 25px;
  }
  
}

/* 監修者情報はこちら */
/* sp */
@media screen and (max-width:740px) {
  .section__content.doctor-content {
    background-color: #F0F6FA;
  }
  .doctor-content__inner {
    width: 76vw;
    padding: 6.667vw 0;
    margin: 0 auto;
  }
  .doctor-content__txt {
    width: 70.933vw;
    font-size: 4.267vw;
    font-weight: 500;
    line-height: calc(24/16);
    margin: 0 auto;
  }
}
/* pc */
@media screen and (min-width:741px) {
  .section__content.doctor-content {
    background-color: #F0F6FA;
  }
  .doctor-content__inner {
    padding: 25px 0;
  }
  .doctor-content__txt {
    font-size: 15px;
    font-weight: 500;
    line-height: calc(23/15);
    text-align: center;
  }
}

/* 右ナビ */
/* sp */
@media (max-width: 740px) {
  .sc__list {
    margin: 0 4vw 0;
    margin-bottom: 0 !important;
  }
  .sc__list-wrap {
    padding: 27px 20px !important;
  }
  .sc__list.sc__list-new {
    display: none;
  }
}
/* pc */
@media (min-width: 741px) {
  .sc__list.sc__list-new {
    display: none;
  }
}