<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&amp;display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "繝｡繧､繝ｪ繧ｪ", "Meiryo", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "�ｭ�ｳ 繧ｴ繧ｷ繝�け", "Osaka", sans-serif;
    font-size: 14px;
}

.container {
    padding: 20px 15px;
}

div#main-image {
    background: url(../img/main-image.png)no-repeat center bottom/cover;
    height: 0;
    padding-top: 30%;
}

div#title-lead h1 {
    background: url(../img/hosp-logo.png)no-repeat center/contain;
    text-indent: -9999px;
    height: 65px;
    margin: 0px 70px;
}

div#title-lead h2 {
    background: url(../img/title-logo.png)no-repeat center/contain;
    text-indent: -9999px;
    height: 70px;
    margin: 5px 10px 0 10px;
}

div#title-lead p {
    text-align: center;
    margin-top: 17px;
    font-size: 13px;
}

.accordion-title h2 {
    font-size: 22px;
    color: #fff;
    padding: 17px 50px 15px;
    position: relative;
    color: #fff;
    font-family: "M PLUS Rounded 1c";
}

.accordion-title.opened h2 {
    background: #EAEAEA;
    color: #01a975;
}

.accordion-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border: 7px solid transparent;
    border-top: #EBFFA8 solid 11px;
    transform: translateY(-4px);
}

.accordion-title.opened h2::after {
    transform: rotate(180deg);
    margin-top: -10px;
}

.accordion-title.opened h2::after {
    border-top-color: #01a975;
}

.link-btn {
    border: 2px solid #01a975;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #01a975;
    display: block;
    padding: 5px 4px 5px 50px;
    margin-top: 17px;
    background: #ebffa8;
    position: relative;
    font-family: 'M PLUS Rounded 1c';
}

.link-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    background: url(../img/link-icon.svg)no-repeat center/19px;
    width: 26px;
    height: 21px;
    transform: translateY(-10px);
}

.pdf-link::before {
    background-image: url(../img/pdf-icon.svg);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div#question {
    margin-top: 10px;
}

#question-wrap {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

#question-wrap .text {
    font-size: 1.3rem;
    width: 98%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    border: 3px solid #01a975;
    border-radius: 6px;
    padding: 30px 20px 26px;
    box-sizing: border-box;
    font-weight: bold;
    color: #01a975;
    background: url(../img/question.png)no-repeat center;
    position: relative;
}

#question-wrap .text::before, #question-wrap .text::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-10px);
    z-index: 1;
    border: 10px solid transparent;
    border-left: 22px solid #01a975;
    right: -32px;
}

#question-wrap .text::after {
    z-index: 2;
    border-left-color: #fff;
    right: -25px;
}

#question-wrap.reverse {
     flex-direction: row-reverse;
}

#question-wrap.reverse .text::before, #question-wrap.reverse .text::after {
     right: auto;
     left: -32px;
     border: 10px solid transparent;
     border-right: 22px solid #01a975;
}

#question-wrap.reverse .text::after {
     left: -25px;
     border-right-color: #fff;
}

#question-wrap .img {
    width: 90px;
    background: url(../img/botChara.png)no-repeat center/contain;
}

div.accordion-title .container {
    padding: 0;
    position: relative;
}

.sp-twin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sp-twin a.link-btn {
    width: 48%;
    box-sizing: border-box;
    font-size: 1em;
    padding-left: 34px;
    padding-top: 6px;
}

.sp-twin a.link-btn::before {
    left: 7px;
    background-size: 15px;
}

div#accordion-1 .container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-19px);
    width: 40px;
    height: 40px;
    background: url(../img/icon1-w.svg)no-repeat center/20px;
    left: 7px;
    z-index: 1;
}

div#accordion-1.opened .container::before {
    background-image: url(../img/icon1-g.svg);
}

div#accordion-2.opened .container::before {
    background-image: url(../img/icon2-g.svg);
}

div#accordion-2 .container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-19px);
    width: 40px;
    height: 40px;
    background: url(../img/icon2-w.svg)no-repeat center/20px;
    left: 7px;
    z-index: 1;
}

div#accordion-3.opened .container::before {
    background-image: url(../img/icon3-g.svg);
}

div#accordion-3 .container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-19px);
    width: 40px;
    height: 40px;
    background: url(../img/icon3-w.svg)no-repeat center/20px;
    left: 7px;
    z-index: 1;
}

div#accordion-4.opened .container::before {
    background-image: url(../img/icon4-g.svg);
}

div#accordion-4 .container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-19px);
    width: 40px;
    height: 40px;
    background: url(../img/icon4-w.svg)no-repeat center/20px;
    left: 7px;
    z-index: 1;
}

div#accordion-8.opened .container::before {
    background-image: url(../img/icon8-g.svg);
}

div#accordion-8 .container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-19px);
    width: 40px;
    height: 40px;
    background: url(../img/icon8-w.svg)no-repeat center/20px;
    left: 7px;
    z-index: 1;
}


div#accordion-9.opened .container::before {
    background-image: url(../img/icon9-g.svg);
}

div#accordion-9 .container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-19px);
    width: 40px;
    height: 40px;
    background: url(../img/icon9-w.svg)no-repeat center/20px;
    left: 7px;
    z-index: 1;
}

div.accordion-title {
    position: relative;
    border-bottom: 2px solid #fff;
    background: #01a975;
}

div#main-image-title&gt;.container {
    padding: 0;
}

.accordion-content video {
    max-width: 100%;
    margin: 10px 0 20px;
}

p.pc {
    display: none;
}

@media (min-width: 768px) {
    .container {
        max-width: 840px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    div#main-image-title&gt;.container {
        display: flex;
        justify-content: space-between;
    }
    div#main-image {
        width: 370px;
        padding-top: 208px;
    }
    div#title-lead p {
        text-align: left;
        font-size: 16px;
    }
    div#title-lead h1 {
        background-position: left center;
    }
     div#title-lead h2 {
        background-position: left center;
    }
   .accordion-content {
        /* display: block!important; */
        padding-bottom: 30px;
    }
    div.accordion-title {
        /* max-width: 840px; */
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        background: #01A975;
    }
    .link-btn {
        width: 246px!important;
        box-sizing: border-box;
        margin-top: 20px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        font-size: 18px!important;
        height: 61px;
        margin-right: 8px;
        padding-right: 30px;
        padding-left: 50px!important;
        margin-left: 8px;
    }

.link-btn::before {
    left: 18px!important;
    background-size: 19px!important;
}

.link-btn:nth-of-type(3n) {
    margin-right: 0;
}
    .link-btn:hover {
        background: #fff;
    }
    .accordion-content video {
        display: block;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sp {
        display: none;
    }
    div#main-image-title {
        margin-bottom: 30px;
        padding-top: 30px;
    }
    div#question .container {
        /* border-top: 1px dashed #c4c4c4; */
        padding: 29px 0 0;
    }
    #question-wrap {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #question-wrap:hover {
        opacity: 0.7;
    }
    div#title-lead {
        width: 470px;
    }
    div#pc-container {
        /* max-width: 840px; */
        margin: 0 auto;
        background: #fff;
    }
    body {
        /* background: #f5f5f5; */
    }
    .accordion-title h2 {
        padding: 18px 40px 15px;
    }

.accordion-title.opened {
    background: #eaeaea;
}
    div#accordion-1 .container::before {
        left: 0px;
    }
    div#accordion-2 .container::before {
        left: 0;
    }
    div#accordion-3 .container::before {
        left: 0;
    }
    div#accordion-4 .container::before {
        left: 0;
    }
    div#accordion-8 .container::before {
        left: 0;
    }
    div#accordion-9 .container::before {
        left: 0;
    }
    #question-wrap .text {
        background-size: 90px;
        width: 98%;
        width: -webkit-calc(100% - 170px);
        width: calc(100% - 170px);
        height: 160px;
        font-size: 1.9em;
        padding-top: 61px;
    }

#question-wrap .img {
    width: 170px;
}
    p.pc {
        display: block;
    }
}

.video-js {
     left: 50%;
     transform:translateX(-50%);
     }

.title h2 {
  font-size: 22px;
  padding: 17px 50px 15px;
  position: relative;
  font-family: "M PLUS Rounded 1c";
  background: #EAEAEA;
  color: #01a975;
}

.title .container {
  padding: 0;
  position: relative;
}

#title-3 .container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-19px);
  width: 40px;
  height: 40px;
  background: url(../img/icon3-g.svg)no-repeat center/20px;
  left: 7px;
  z-index: 1;
}

@media (min-width: 768px) {
  #title-3 .container::before {
    left: 0;
  }

  .title {
    background: #eaeaea;
  }

  .title h2 {
    padding: 18px 40px 15px;
  }

}
</pre></body></html>