@charset "UTF-8";

@font-face {
    font-family: Tsukushi-fontface;
    src: url(../font/AppleTsukuARdGothic-Bold-AlphaNum.woff) format("woff"), url(../font/AppleTsukuARdGothic-Regular-AlphaNum.woff) format("woff"), url(../font/TsukushiAMaruGothic.ttc) format("ttc")
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

browser {
    margin-bottom: -17px !important;
    overflow-y: scroll;
    overflow-x: hidden
}

.header {
    width: 240px;
    height: 100vh;
    background-color: #009eb7;
    position: fixed;
    box-sizing: border-box;
    box-shadow: 3px 0 3px rgba(0, 0, 0, .15);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-style: none;
    transform: translateZ(0);
    z-index: 100
}

@media screen and (max-width:992px) {
    .header {
        display: none;
        width: 100%;
        height: 56px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
        overflow-y: visible
    }
}

.header::-webkit-scrollbar {
    display: none
}

.header__logo {
    background-color: #fff;
    padding: 16px
}

@media screen and (max-width:992px) {
    .header__logo {
        padding: 0;
        text-align: left;
        padding-top: 3px;
        height: 58px;
        box-sizing: border-box;
        padding-left: 15px
    }

    .header__logo img {
        height: 30px;
        margin-top: 10px
    }
}

.header__nav {
    padding: 0 16px;
    box-sizing: border-box;
    min-height: 500px
}

.header__nav::-webkit-scrollbar {
    display: none
}

@media screen and (max-width:992px) {
    .header__nav {
        width: 100vw;
        height: 100vh;
        min-height: auto;
        background-color: #009eb7;
        position: fixed;
        margin-top: 0;
        top: 0;
        left: 100vw;
        z-index: 99;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
}

.header__nav .sns {
    margin: 15px 0
}

.header__nav>ul {
    padding-inline-start: 0;
    text-align: center;
    margin-left: 0;
    padding-left: 0
}

@media screen and (max-width:992px) {
    .header__nav>ul {
        display: block;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left
    }

    .header__nav>ul>li {
        position: relative
    }

    .header__nav>ul>li::after,
    .header__nav>ul>li::before {
        content: "";
        width: 12px;
        height: 2px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 24px;
        right: 20px
    }

    .header__nav>ul>li::before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .header__nav>ul .nav-btn {
        width: 100%;
        text-align: center
    }

    .header__nav>ul .nav-btn a {
        background-color: #fffde7;
        padding: 8px 0;
        margin: 15px 0;
        color: #003e44;
        font-size: 1.6rem
    }

    .header__nav>ul .nav-btn a img {
        margin-left: 10px;
        margin-right: -10px;
        vertical-align: middle
    }

    .header__nav>ul .nav-btn-half {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between
    }

    .header__nav>ul .nav-btn-half a {
        width: 49%;
        background-color: #fff;
        padding: 8px 0;
        margin: 15px 0;
        color: #003e44;
        font-size: 1.6rem
    }

    .header__nav>ul .nav-btn-banner {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .header__nav>ul .nav-btn-banner a {
        width: 75%;
    }

    .header__nav>ul .nav-btn::after,
    .header__nav>ul .nav-btn::before,
    .header__nav>ul .nav-btn-half::after,
    .header__nav>ul .nav-btn-half::before,
    .header__nav>ul .nav-btn-banner::after,
    .header__nav>ul .nav-btn-banner::before {
        display: none
    }

    .header__nav>ul .background-wh a {
        background-color: #fff
    }

    .header__nav>ul .background-wh a img {
        margin-right: 10px;
        margin-left: -10px
    }

    .header__nav>ul .background-red a {
        background-color: #ca2e4b;
        padding: 10px 0;
        color: #fff
    }
}

@media screen and (max-width:992px) {
    .header__nav>ul .header__sns .sns {
        width: 100%
    }
}

.header__nav>ul .header__sns::after,
.header__nav>ul .header__sns::before {
    display: none
}

.header__nav>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.header__nav>ul>li:last-child {
    border-bottom: none
}

@media screen and (max-width:992px) {
    .header__nav>ul>li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }
}

@media screen and (max-width:992px) {
    .header__nav>ul>li:first-child {
        border-top: 1px solid rgba(255, 255, 255, .5)
    }
}

.header__nav>ul>li>a {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    -ms-font-feature-settings: "normal"
}

@media screen and (max-width:992px) {
    .header__nav>ul>li>a {
        font-size: 1.8rem
    }
}

@media screen and (max-width:992px) {
    .header__nav>ul>li>a:hover {
        opacity: 1
    }
}

.header__nav .voice-nav li:last-child {
    margin-top: 5px;
    margin-bottom: 15px
}

.header__nav .voice-nav li:last-child a {
    color: #fff;
    background-color: #ca2e4b;
    border-radius: 19px;
    text-align: center;
    padding: 7px 0;
    font-weight: 700
}

.header__nav--child {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    display: none
}

.header__nav--child>li:last-child {
    margin-bottom: 15px
}

.header__nav--child>li>a {
    display: block;
    vertical-align: middle;
    padding: 3px 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem
}

.header__nav--togglewrap .header__nav--toggle {
    display: none
}

@media screen and (max-width:992px) {
    .header__nav--togglewrap .header__nav--toggle {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 100;
        width: 40px;
        height: 40px;
        cursor: pointer
    }

    .header__nav--togglewrap .header__nav--toggle span {
        z-index: 100;
        display: block;
        position: absolute;
        right: 10px;
        border-radius: 1px;
        height: 2px;
        width: 25px;
        background: #009eb7;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        transition: .2s ease-out
    }

    .header__nav--togglewrap .header__nav--toggle span:nth-child(1) {
        top: 10px
    }

    .header__nav--togglewrap .header__nav--toggle span:nth-child(2) {
        top: 19px
    }

    .header__nav--togglewrap .header__nav--toggle span:nth-child(3) {
        top: 28px
    }
}

.header__nav p {
    text-align: center;
    margin: 0;
    color: #fff
}

.header__nav p:last-child {
    margin-bottom: 10px
}

.header__nav p a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700
}

.header .open-nav {
    left: 0
}

@media screen and (max-width:992px) {
    .header ul .child-open::before {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .header .header__nav--toggle::before {
        content: "MENU";
        color: #009eb7;
        position: absolute;
        top: 11px;
        right: 50px;
        font-size: 1.4rem;
        font-weight: 700;
        white-space: nowrap
    }

    .header .open .header__nav--toggle::before {
        content: "MENUを閉じる";
        color: #fff;
        top: 13px
    }

    .header .open .header__nav--toggle span {
        background: #fff
    }

    .header .open .header__nav--toggle span:nth-child(1) {
        top: 21px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header .open .header__nav--toggle span:nth-child(2) {
        width: 0;
        left: 50%
    }

    .header .open .header__nav--toggle span:nth-child(3) {
        top: 21px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.sp-header {
    display: none
}

/* ここ */
@media screen and (max-width:992px) {
     .sp-header {
        display: block
    }
/*
    .footer__container .container {
        display: block
    }

    .footer__container .container {
        display: flex;
        justify-content: space-around;
        position: relative
    } */
}

.mv {
    width: 100%
}

.mv .flex {
    justify-content: flex-start;
    flex-wrap: nowrap
}

@media (min-width:1501px) {
    .mv .flex {
        position: relative
    }
}

@media screen and (max-width:992px) {
    .mv .flex {
        display: block
    }
}

.mv::before {
    content: "";
    display: block;
    width: 100vw;
    height: 200px;
    background-color: #fffddc;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: -1
}

@media (max-width:1500px) {
    .mv::before {
        top: 9vw
    }
}

@media screen and (max-width:768px) {
    .mv::before {
        display: none
    }
}

.mv__background {
    width: 500px;
    height: 600px;
    background-image: url(../images/svg/heart_wh.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 25%;
    right: 10%;
    z-index: -2
}

@media screen and (max-width:480px) {
    .mv__background {
        width: 400px;
        height: 500px;
        top: 30%;
        right: 0
    }
}

.mv__img {
    width: 50%;
    margin-left: 0;
    position: relative
}

@media screen and (max-width:992px) {
    .mv__img {
        width: 100vw;
        height: 82vw
    }
}

@media screen and (max-width:768px) {
    .mv__img {
        height: 85vw
    }
}

@media (min-width:480px) and (max-width:650px) {
    .mv__img {
        height: 93vw
    }
}

@media screen and (max-width:480px) {
    .mv__img {
        height: 107vw
    }
}

.mv__txt {
    margin-top: 10%;
    width: 45%
}

@media (max-width:1500px) {
    .mv__txt {
        margin-top: 10%
    }
}

@media screen and (max-width:992px) {
    .mv__txt {
        width: 100%;
        margin-top: 0
    }
}

.mv__txt--ttl {
    font-size: 2.1rem;
    font-weight: 700;
    color: #003e44;
    line-height: 2
}

@media screen and (max-width:1200px) {
    .mv__txt--ttl {
        font-size: 1.7rem
    }
}

@media screen and (max-width:992px) {
    .mv__txt--ttl {
        font-size: 1.6rem;
        margin-left: -20px;
        margin-top: 0;
        margin-bottom: 0;
        width: 100vw;
        position: absolute;
        top: 60px
    }

    .mv__txt--ttl strong {
        padding: 30px 0;
        padding-left: 30vw;
        display: block;
        background-color: rgba(255, 253, 220, .8)
    }
}

@media screen and (max-width:992px) and (max-width:480px) {
    .mv__txt--ttl strong {
        padding: 30px 10%
    }
}

.mv__txt--description {
    line-height: 1.8
}

@media screen and (max-width:992px) {
    .mv__txt--description {
        width: 100vw;
        position: static;
        top: 7vw;
        left: -52vw;
        padding-left: calc(30vw - 20px)
    }
}

@media screen and (max-width:480px) {
    .mv__txt--description {
        font-size: 1.3rem;
        padding: 0 9%
    }
}

@media (max-width:374px) {
    .mv__txt--description {
        font-size: 1.1rem
    }
}

.mv__txt .btn {
    position: absolute;
    top: 330px;
    right: 10px
}

@media (min-width:1501px) {
    .mv__txt .btn {
        right: 0;
        top: 290px
    }
}

@media (min-width:1201px) and (max-width:1500px) {
    .mv__txt .btn {
        top: 300px
    }
}

@media screen and (max-width:1200px) {
    .mv__txt .btn {
        position: static;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:992px) {
    .mv__txt .btn {
        position: static;
        text-align: center;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 50px
    }
}

.mv__txt .btn a img {
    margin-left: 0
}

.fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24vw;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:992px) {
    .fade {
        width: 100vw;
        height: 64vw;
        margin-left: -20px;
        box-sizing: border-box;
        margin-top: 145px
    }
}

.fade-slider1 {
    background-image: url(../images/main_visual.jpg);
    animation: fadeSlideImg01 10s ease-out infinite;
    animation-delay: 0s
}

.fade-slider2 {
    background-image: url(../images/main_visual2.jpg);
    animation: fadeSlideImg02 10s ease-out infinite;
    animation-delay: 0s;
    opacity: 0
}

.fade-slider3 {
    background-image: url(../images/main_visual3.jpg);
    animation: fadeSlideImg03 10s ease-out infinite;
    animation-delay: 0s;
    opacity: 0
}

@keyframes fadeSlideImg01 {
    0% {
        opacity: 1
    }

    28% {
        opacity: 1
    }

    33% {
        opacity: 0
    }

    66% {
        opacity: 0
    }

    95% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeSlideImg02 {
    0% {
        opacity: 0
    }

    28% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    61% {
        opacity: 1
    }

    66% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeSlideImg03 {
    0% {
        opacity: 0
    }

    33% {
        opacity: 0
    }

    61% {
        opacity: 0
    }

    66% {
        opacity: 1
    }

    95% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.swiper-container {
    overflow: visible
}

.top-news {
    padding-bottom: 50px
}

.top-news .flex {
    padding-bottom: 30px;
    justify-content: flex-start
}

@media screen and (max-width:768px) {
    .top-news .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px
    }
}

@media screen and (max-width:480px) {
    .top-news .swiper-wrapper {
        flex-wrap: nowrap
    }
}

@media screen and (max-width:768px) {
    .top-news .swiper-button-next {
        background-image: url(../images/svg/news_arrow_r.svg);
        right: -2px
    }
}

@media screen and (max-width:768px) {
    .top-news .swiper-button-prev {
        background-image: url(../images/svg/news_arrow_l.svg);
        left: -2px
    }
}

@media screen and (max-width:768px) {

    .top-news .swiper-button-next,
    .top-news .swiper-button-prev {
        margin-top: -45px
    }
}

.top-news__block {
    width: 30%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    position: relative
}

.top-news__block:nth-child(2) {
    margin: 0 5%
}

@media screen and (max-width:768px) {
    .top-news__block:nth-child(2) {
        margin: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width:480px) {
    .top-news__block:nth-child(2) {
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .top-news__block {
        width: 45%;
        margin-bottom: 15px
    }
}

@media screen and (max-width:480px) {
    .top-news__block {
        width: 100%;
        margin: 0
    }
}

.top-news__block .inner {
    overflow: hidden
}

.top-news__block a {
    display: block;
    padding: 10px
}

.top-news__block a:hover {
    opacity: 1
}

.top-news__block a:hover .top-news__block--img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width:1200px) {
    .top-news__block a:hover .top-news__block--img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.top-news__block a:hover .new-label {
    opacity: 1
}

.top-news__block a:focus .top-news__block--img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.top-news__block--img {
    width: 100%;
    height: 15vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media screen and (max-width:768px) {
    .top-news__block--img {
        height: 25vw
    }
}

@media screen and (max-width:480px) {
    .top-news__block--img {
        height: 57vw
    }
}

.top-news__block--info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.top-news__block--info time {
    color: #666;
    padding-top: 5px;
    padding-left: 10px
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .top-news__block--info time {
        font-size: 1rem;
        padding-left: 0
    }
}

@media screen and (max-width:768px) {
    .top-news__block--info time {
        font-size: 1.3rem
    }
}

.top-news__block--info span {
    color: #fff;
    background-color: #009eb7;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 5px 0;
    width: 120px;
    text-align: center;
    border-radius: 2px
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .top-news__block--info span {
        width: 105px;
        font-size: 1rem
    }
}

@media screen and (max-width:768px) {
    .top-news__block--info span {
        font-size: 1.1rem
    }
}

.top-news__block h3 {
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
    margin: 30px 0;
    padding: 0 20px
}

@media screen and (max-width:768px) {
    .top-news__block h3 {
        font-size: 1.5rem
    }
}

.top-news .btn {
    text-align: center
}

@media screen and (max-width:480px) {
    .top-news .btn {
        margin-top: -35px
    }
}

.top-board {
    padding-bottom: 50px
}

.top-board .blank-div {
    width: 100%;
    height: 450px;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    margin-bottom: 50px
}

.top-knowledge {
    width: 100%;
    margin-left: auto;
    background-color: #fff;
    display: flex;
    position: relative
}

.top-knowledge .black-out p {
    font-size: 3.3rem
}

@media screen and (max-width:768px) {
    .top-knowledge .black-out p {
        font-size: 2rem
    }
}

.top-knowledge__txt {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 50px
}

@media screen and (max-width:768px) {
    .top-knowledge__txt {
        padding-top: 0;
        padding-bottom: 0
    }
}

.top-knowledge__txt--sp {
    display: none
}

.top-knowledge__txt--sp p {
    font-size: 1.3rem
}

.top-knowledge__txt--sp .btn {
    text-align: center
}

.top-knowledge__txt h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #003e44;
    font-size: 2rem;
    text-align: center
}

@media screen and (max-width:768px) {
    .top-knowledge__txt h3 {
        margin-top: 70px
    }
}

@media screen and (max-width:480px) {
    .top-knowledge__txt h3 {
        margin-top: 50px
    }
}

.top-knowledge__txt h3::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 30px;
    height: 1px;
    background-color: #ca2e4b
}

@media screen and (max-width:768px) {

    
    .top-knowledge__txt p {
        /* display: none */
    }
}
@media screen and (max-width:767px) {
    .top-knowledge__img {
        height: 200px;
    }
    .top-knowledge {
        flex-wrap: wrap;
        padding-bottom: 8px; 
    }
    .top-knowledge__img {
        margin: 0 auto;
    }
    .top-knowledge__txt {
        width: 100%;
    }
}

.top-knowledge__img {
    width: 50%;
    min-height: 300px;
    background-image: url(../images/top_doctor.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:768px) {
    .top-knowledge__img {
        min-height: auto;
        /* height: 200px */
    }
}

@media screen and (max-width:480px) {
    .top-knowledge__img {
        height: 150px
    }
}

.top-knowledge__img h3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #003e44;
    font-size: 2rem;
    display: none
}

@media screen and (max-width:768px) {
    .top-knowledge__img h3 {
        display: block
    }
}

.top-knowledge__img h3::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 30px;
    height: 1px;
    background-color: #ca2e4b
}

.top-knowledge p {
    color: #333;
    margin: 25px 0
}

@media screen and (max-width:768px) {
    .top-knowledge p {
        font-size: 1.3rem;
        padding: 0 15px;
    }
}

.top-knowledge .btn {
    text-align: center
}

.top-voice__container {
    display: flex
}

@media screen and (max-width:768px) {
    .top-voice__container {
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto
    }
    .top-knowledge .btn {
        margin-bottom: 24px;
    }
}

@media screen and (max-width:480px) {
    .top-voice__container {
        width: 100%;
        display: block
    }
}

.top-voice__container .btn {
    box-sizing: border-box;
    width: calc(30% - 20px);
    padding: 0 10px
}

@media screen and (max-width:768px) {
    .top-voice__container .btn {
        width: 100%
    }
}

.top-voice__container .btn .black-out {
    border-radius: 28px
}

.top-voice__container .btn a {
    margin-top: 175px;
    position: relative;
    width: 100%
}

.top-voice__container .btn a img {
    margin-left: 0;
    margin-right: 10px
}

@media screen and (max-width:768px) {
    .top-voice__container .btn a {
        margin-top: 30px
    }
}

.top-voice .small-block__container {
    width: 25%
}

@media screen and (max-width:768px) {
    .top-voice .small-block__container {
        width: 100%
    }
}

.top-voice .small-block__container .top-voice__block {
    width: 100%;
    height: 190px
}

.top-voice__block {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media screen and (max-width:480px) {
    .top-voice__block {
        height: 72vw !important
    }
}

.top-voice__block a:hover {
    opacity: 1
}

.top-voice__block:hover {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    top: 5px;
    left: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.top-voice__block:hover::before {
    top: 0;
    left: 0
}

.top-voice__block::before {
    content: "";
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background-color: #00828e;
    z-index: -1;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.top-voice__block--img {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.top-voice__block--img .black-out {
    width: calc(100% - 5px);
    height: calc(100% - 5px)
}

.top-voice__block--l {
    width: 45%;
    height: 400px;
    margin-right: 20px
}

.top-voice__block--l .black-out p {
    font-size: 3.3rem
}

@media screen and (max-width:768px) {
    .top-voice__block--l .black-out p {
        font-size: 2rem
    }
}

@media screen and (max-width:768px) {
    .top-voice__block--l {
        width: 45%;
        height: 40vw;
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .top-voice__block--l {
        width: 100%;
        height: 240px
    }
}

.top-voice__block--l .top-voice__block--txt p {
    margin-bottom: 0;
    padding-bottom: 0
}

.top-voice__block--l .top-voice__block--txt h3 {
    /* margin-top: 0; */
    padding-top: 0
}

.top-voice__block--s1 {
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .top-voice__block--s1 {
        width: 45%;
        height: 40vw
    }
}

@media screen and (max-width:480px) {
    .top-voice__block--s1 {
        margin: 15px 0;
        width: 100%;
        height: 240px
    }
}

.top-voice__block--s2 {
    grid-row: 2/3;
    grid-column: 2/3;
    -ms-grid-row: 2/3;
    -ms-grid-column: 2/3
}

@media screen and (max-width:768px) {
    .top-voice__block--s2 {
        width: 45%;
        height: 40vw;
        margin-top: 15px
    }
}

@media screen and (max-width:480px) {
    .top-voice__block--s2 {
        width: 100%;
        height: 240px
    }
}

.top-voice__block--s1 .top-voice__block--txt h3,
.top-voice__block--s2 .top-voice__block--txt h3 {
    font-size: 1.4rem
}

.top-voice__block--s1 h3,
.top-voice__block--s2 h3 {
    margin: 8px 0
}

.top-voice__block--txt {
    text-align: center;
    background-color: rgba(0, 158, 183, .65);
    color: #fff;
    width: calc(100% - 5px);
    position: absolute;
    bottom: 5px
}

.top-voice__block--txt p {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

.article__content .top-voice__block--txt p {
    font-size: 1.2rem;
    text-align: center;
}

.article__content .image {
    margin-top: 20px;
}

.article__content .image img {
    height: 125px;
    width: auto;
}

.article__content .top-voice__block--txt time {
    font-size: 1rem;
    display: block;
    text-align: right;
    margin-bottom: 5px;
    margin-right: 5px;
}

.top-voice__block--txt h3 {
    font-size: 1.4rem;
    margin: 8px 0;
}

.top-btn {
    margin-top: 135px;
    margin-bottom: 50px
}

@media screen and (min-width:769px) and (max-width: 1200px) {
    .article__content .top-voice__block--txt p {
        font-size: 1rem;
    }
}

.article__content .has-margin100 {
    margin-left: 100px;
    margin-right: 100px;
}

@media screen and (max-width:768px) {
    .top-btn {
        margin-top: 50px
    }
}

@media screen and (max-width:480px) {
    .article__content .has-margin100 {
        margin-left: 0;
        margin-right: 0;
    }
    .article__content .image img {
        margin: 0 auto;
    }
}

.top-btn__container {
    width: calc(50% - 20px)
}

@media screen and (max-width:768px) {
    .top-btn__container {
        width: 100%
    }
}

.top-btn__container--img {
    background-image: url(../images/white_line.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0
}

@media screen and (max-width:768px) {
    .top-btn__container:first-child {
        margin-bottom: 20px
    }
}

.top-btn__container:first-child a {
    background-color: #009eb7
}

.top-btn__container:last-child a {
    background-color: #00828e
}

.top-btn__container a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .top-btn__container a {
        font-size: 1.4rem
    }
}

.top-btn__container a img {
    vertical-align: middle;
    margin-right: 45px;
    margin-left: -90px
}

@media screen and (max-width:768px) {
    .top-btn__container a img {
        margin-right: 10px;
        margin-left: -20px
    }
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .top-btn__container .volunteer img {
        margin-right: 10%;
        margin-left: -12%
    }
}

.sns {
    width: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width:1200px) {
    .sns {
        width: 100%
    }
}

.sns__btn {
    width: calc(50% - 20px);
    border-radius: 12px
}

@media screen and (max-width:768px) {
    .sns__btn {
        width: calc(50% - 5px);
        border-radius: 6px
    }
}

.sns__btn a {
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle
}

@media (min-width:769px) and (max-width:1499px) {
    .sns__btn a {
        display: flex;
        font-size: 1.2rem;
        line-height: 1.1;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:480px) {
    .sns__btn a {
        font-size: 1rem
    }
}

.sns__btn a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -10px
}

@media screen and (max-width:1200px) {
    .sns__btn a img {
        margin-right: 30px;
        margin-left: -60px
    }
}

@media screen and (max-width:768px) {
    .sns__btn a img {
        margin-right: 15px;
        margin-left: -30px
    }
}

@media screen and (max-width:480px) {
    .sns__btn a img {
        margin-right: 5px;
        margin-left: 0
    }
}

.sns .facebook {
    background-color: #4267b2
}

@media screen and (max-width:768px) {
    .sns .facebook img {
        height: 15px;
        width: auto
    }
}

@media screen and (max-width:480px) {
    .sns .facebook img {
        vertical-align: top
    }
}

.sns .twitter {
    background-color: #000
}

@media screen and (max-width:768px) {
    .sns .twitter a {
        margin-top: 0
    }
}

@media screen and (max-width:768px) {
    .sns .twitter a img {
        width: 15px;
        height: auto
    }
}

.sns .line {
    background-color: #00b900
}

@media screen and (max-width:768px) {
    .sns .line img {
        width: 15px;
        height: auto
    }
}

.sns .youtube {
  background: #fff;
  margin: 15px auto 0;
}
.sns .youtube a {
  color: #000;
}
@media screen and (max-width:768px) {
  .sns .youtube a img {
    width: 22px;
  }
}

.to-top {
    margin: 50px 0;
    text-align: right
}

.to-top img {
    background-color: #fff
}

@media screen and (max-width:992px) {
    .to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 2;
        display: none
    }
}

.grayout {
    width: 100%;
    height: 250px;
    background-color: #eee
}

.top-bbs {
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px
}

.top-bbs__banner {
    display: block;
    text-align: center;
    margin-bottom: 50px
}

.top-bbs h3 {
    color: #009eb7;
    text-align: center;
    font-size: 1.9rem
}

@media screen and (max-width:480px) {
    .top-bbs h3 {
        font-size: 1.6rem
    }
}

.top-bbs .inner {
    padding: 15px;
    padding-bottom: 45px;
    box-sizing: border-box
}

.top-bbs ul {
    padding-left: 0
}

.top-bbs__block {
    width: 47%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px
}

.top-bbs__block .inner {
    border-image: url(../images/dashed_gr2.png) 2 space;
    border-width: 2px;
    border-style: solid;
    height: 100%
}

.top-bbs__block h4 {
    background-color: #255844;
}

@media screen and (max-width:992px) {
    .top-bbs__block {
        width: 100%;
        margin-bottom: 20px
    }
}

.top-bbs__block-s {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    height: 240px;
    background-color: #fff
}

@media screen and (max-width:992px) {
    .top-bbs__block-s {
        height: auto;
        width: 47%;
        height: 240px
    }
}

@media screen and (max-width:768px) {
    .top-bbs__block-s {
        width: 100%;
        height: auto
    }
}

.top-bbs__block-s .inner {
    padding-bottom: 15px;
    height: 100%
}

.top-bbs__block-s:first-child {
    margin-bottom: 20px
}

.top-bbs__block-s:first-child .inner {
    border-image: url(../images/dashed_gr.png) 2 space;
    border-width: 2px;
    border-style: solid
}

.top-bbs__block-s:first-child h4 {
    margin-bottom: 25px;
    background-color: #798F4C;
}

.top-bbs__block-s:first-child li::before {
    background-color: #798F4C;
}

.top-bbs__block-s:last-child .inner {
    border-image: url(../images/dashed_bl.png) 2 space;
    border-width: 2px;
    border-style: solid
}

.top-bbs__block-s:last-child h4 {
    margin-bottom: 25px;
    background-color: #47A0BA;
}

.top-bbs__block-s:last-child li::before {
    background-color: #47A0BA;
}

.top-bbs .s-container {
    width: 47%
}

@media screen and (max-width:992px) {
    .top-bbs .s-container {
        width: 100%;
        display: flex;
        justify-content: space-between
    }
}

@media screen and (max-width:768px) {
    .top-bbs .s-container {
        display: block
    }
}

@media screen and (max-width:480px) {
    .top-bbs p {
        font-size: 1.4rem
    }
}

.top-bbs h4 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    padding: 3px 0
}

@media screen and (max-width:480px) {
    .top-bbs h4 {
        font-size: 1.6rem
    }
}

.top-bbs h4 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -30px;
    margin-top: -3px
}

.top-bbs__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px
}

@media screen and (max-width:992px) {
    .top-bbs__container {
        display: block
    }
}

.top-bbs .l-block-ul li::before {
    background-color: #255844;
}

.top-bbs ul li {
    position: relative;
    line-height: 1.8;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding-left: 15px
}

@media screen and (max-width:480px) {
    .top-bbs ul li {
        font-size: 1.3rem
    }
}

.top-bbs ul li:first-child {
    border-top: 1px solid #ccc
}

.top-bbs ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 3px;
    position: absolute;
    top: 12px;
    left: 0
}

.breadcrumbs {
    width: 100%;
    height: 40px;
    background-color: #00828e;
    margin-top: -40px
}

@media screen and (max-width:992px) {
    .breadcrumbs {
        display: none
    }
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 38px
}

.breadcrumbs li {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff
}

.breadcrumbs li a {
    color: #fff
}

.breadcrumbs li a:hover {
    opacity: 1;
    text-decoration: underline
}

.breadcrumbs li::after {
    content: ">";
    margin: 0 10px;
    vertical-align: 1px;
    font-size: 1.4rem;
    vertical-align: bottom
}

.breadcrumbs li:last-child::after {
    display: none
}

.article {
    background-color: #fff;
    position: relative;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px
}

.article * {
    word-break: break-all
}

.article__category {
    background-color: #009eb7;
    color: #fff;
    padding: 5px 0;
    width: 175px;
    height: 36px;
    line-height: 1.8;
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: メイリオ, Meiryo, sans-serif;
    box-sizing: border-box;
    border-radius: 2px;
    margin-left: 15px
}

.article__category a {
    color: #656565;
    width: 100%;
    height: 100%;
    height: 36px;
    line-height: 2.5;
    background-color: #e6e6e6;
    display: inline-block;
    box-sizing: border-box;
    font-family: メイリオ, Meiryo, sans-serif;
    border-radius: 2px
}

.article__sns {
    text-align: right;
    margin-right: 7px
}

@media screen and (max-width:480px) {
    .article__sns {
        margin: 15px 0
    }
}

.article__sns a {
    margin: 0 8px
}

.article__container {
    width: 830px;
    margin: 0 auto
}

@media screen and (max-width:1200px) {
    .article__container {
        width: 90%
    }
}

.article__time {
    font-size: 1.4rem;
    color: #666;
    font-family: メイリオ, Meiryo, sans-serif
}

.article__ttl {
    font-size: 3.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 135px
}

@media screen and (max-width:480px) {
    .article__ttl {
        font-size: 2.4rem;
        margin-bottom: 75px
    }
}

.article__section {
    margin-top: 50px
}

.article__content {
    font-size: 1.5rem;
    color: #000
}

.article__content .voice-date {
    display: block;
    text-align: right;
}

.article__content .figure-margin {
    box-sizing: border-box;
}

.article__content .btn {
    text-align: center;
    margin-top: 50px;
}

.article__content .btn a {
    text-decoration: none;
}

.article__content .btn img {
    display: inline;
    max-width: 36px;
}

.article__content--center {
    font-size: 1.8rem;
    text-align: center
}

.article__content p {
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
    hanging-punctuation: allow-end;
    line-break: strict;
}

/* safari対応 */
_::-webkit-full-page-media, _:future, :root .article__content p {
    text-align: left;
}
_::-webkit-full-page-media, _:future, :root .article__content .top-voice__block--txt p {
  text-align: center;
}


/* 個別設定（体験者の声　心臓弁膜症をもつ人患者一人ひとりがQOL向上を目指して） */
.annotation{
    background-color: #FFFDDC;
    position: relative;
}
.annotation img{
    position: absolute;
    top: 10px;
    left: 5px;
    width: 60px;
    height: auto;
}
/* .article__content .annotation p {
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
    hanging-punctuation: allow-end;
    line-break: strict;
} */
.annotation-inner{
    padding: 5px 20px 5px 80px;
}

/* 個別設定（体験者の声　心臓弁膜症をもつ人患者一人ひとりがQOL向上を目指して） */


.article__content figcaption {
    text-align: justify;
    text-justify: inter-ideograph;
    hanging-punctuation: allow-end;
    line-break: strict;
}

.article__content img {
    display: block;
    height: auto;
}

.article__content .height-auto {
    height: auto;
}

.article__content .width-100 {
    width: 100%;
}

.article__content .aligncenter {
    margin: 0 auto
}

.article__content .alignright {
    margin-left: auto
}

.article__content .alignleft {
    margin-right: auto
}

.article__content table {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
    border: 1px solid #00828e;
    border-spacing: 0;
    border-collapse: collapse
}

.article__content table td,
.article__content table th {
    border-bottom: 1px solid #00828e;
    box-sizing: border-box;
    padding: 20px 0
}



@media screen and (max-width:480px) {

    .article__content table td,
    .article__content table th {
        display: block;
    }
    .article__content table.voice_table td,
    .article__content table.voice_table th {
        display: table-cell;
        padding: 20px 10px;
    }
    .article__content .figure-margin {
        margin-left: 0;
        margin-right: 0;
    }

}

.article__content table tr {
    margin: 0
}

.article__content table tr:last-child td,
.article__content table tr:last-child th {
    border-bottom: none
}

@media screen and (max-width:480px) {
    .article__content table tr:last-child th {
        border-bottom: 1px solid #00828e
    }
}

.article__content table th {
    border-right: 1px solid #00828e;
    padding-left: 20px;
    text-align: left;
    width: 130px;
    font-size: 1.5rem
}

@media screen and (max-width:480px) {
    .article__content table th {
        width: 100%;
        border-right: none;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .article__content table.voice_table th {
        width: 50%;
        border-right: 1px solid #00828e;
    }
}

.article__content table td {
    padding-left: 20px;
    padding-right: 20px
}
.article__content table.knowledge__table th{
    background: #E6E6E6;
}
.article__content table.knowledge__table td{
    border-right: 1px solid #00828e;
}
.article__content table.knowledge__table td:first-child{
    background: #FFFDE7;
}
.article__content dl{
    display: flex;
}
.article__content dt{
    white-space: nowrap;
}
.article__content dd{
    margin-left: 10px;
}
.article__content .knowledge__list dl{
    display: block;
}
.article__content .knowledge__list dt{
    white-space: pre-wrap;
    font-weight: bold;
}
.article__content .knowledge__list dd{
    margin-left: 1.5rem;
}

/* 体験書の声　table */
.article__content table.voice_table tr:first-of-type {
    background: #FFFDE7;
}
.article__content table.voice_table tr td:first-of-type {
    border-right: 1px solid #00828e;
}
.article__content table.voice_table td,
.article__content table.voice_table th {
    padding: 10px 0;
}
.article__content table.voice_table td {
    padding-left: 15px;
}
.article__content table.voice_table th {
    padding-left: 15px;
}

@media screen and (max-width:480px) {
    .article__content table td {
        padding-left: 15px;
        padding-right: 15px
    }
    .article__content table.knowledge__table td,
    .article__content table.knowledge__table th {
        display: table-cell;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 1.2rem;
    }
    .article__content table.knowledge__table td:first-child,
    .article__content table.knowledge__table th:first-child {
        width: 26%;
    }
    .article__content table.knowledge__table td:nth-child(2),
    .article__content table.knowledge__table th:nth-child(2) {
        width: 32%;
    }
    .article__content table.knowledge__table th{
        border-right: 1px solid #00828e;
    }
    .article__content table.voice_table ul {
        padding-left: 20px;
    }
}
.article__content h2.tit__bl{
    color: #009EB7;
    font-size: 3.6rem;
    margin: 74px 0 126px;
}
.article__content h3 {
    font-size: 2.4rem;
    color: #009eb7;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (max-width:480px) {
    .article__content h2.tit__bl{
        color: #009EB7;
        font-size: 2.8rem;
        margin: 38px 0 50px;
    }
    .article__content h3 {
        font-size: 2rem
    }
}

.article__content h3::after {
    content: "";
    display: block;
    width: 100%;
    /*width: 220px;*/
    height: 2px;
    background-color: #ca2e4b
}

.article__content h4,
.article__content h5 {
    color: #00828e;
    font-size: 1.9rem;
    font-weight: 700
}

.article__content h4::before,
.article__content h5::before {
    content: "";
    display: inline-block;
    background-color: #ca2e4b;
    margin-right: 10px;
    vertical-align: middle
}

@media screen and (max-width:480px) {

    .article__content h4,
    .article__content h5 {
        font-size: 1.6rem
    }
}

.article__content h4::before {
    width: 7px;
    height: 7px
}

.article__content h5::before {
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.article__content a {
    color: #337ab7;
    text-decoration: underline
}

.article__content a:hover {
    opacity: 1;
    text-decoration: none
}

.article__content ul {
    padding-left: 30px
}

.article__content ul li {
    list-style-type: disc
}

.article__content ol {
    padding-left: 20px
}

.article__content ol li {
    list-style-type: decimal
}

.article__content .mail-caution,
.article__content blockquote {
    background-color: #fffddc;
    padding: 5px 30px;
    padding-left: 60px;
    margin-right: 0;
    display: inline-block;
    margin-left: 0;
    position: relative
}
.article__content blockquote a {
    word-break: break-word;
}

.article__content .mail-caution::before,
.article__content blockquote::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    background-image: url(../images/blockquote.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 10px
}

.article__content .mail-caution {
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block
}

.article__content .mail-caution::before {
    display: none
}

.article__content .greeting {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-around;
    align-items: flex-end
}

@media screen and (max-width:768px) {
    .article__content .greeting {
        display: block
    }
}

@media screen and (max-width:768px) {
    .article__content .greeting {
        padding: 20px 0
    }
}

.article__content .greeting p {
    color: #000;
    margin: 0
}

.article__content .greeting p img {
    margin-top: 0
}

@media screen and (max-width:768px) {
    .article__content .greeting p img {
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .article__content .greeting p img {
        width: 90%;
        height: auto
    }
}

.article__content .greeting__txt {
    text-align: right;
    font-size: 1.6rem
}

@media screen and (max-width:768px) {
    .article__content .greeting__txt {
        text-align: center;
        margin-top: 10px !important
    }

    .article__content .greeting__txt span {
        font-size: 1.5rem
    }
}

@media screen and (max-width:480px) {
    .article__content .greeting__txt {
        font-size: 1.3rem
    }
}

.article__content .cv-btn a {
    display: block;
    width: 400px;
    padding: 10px 0;
    background-color: #009eb7;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    margin: 30px auto
}

@media screen and (max-width:480px) {
    .article__content .cv-btn a {
        width: 100%
    }
}

.article__content .cv-btn a:hover {
    opacity: .7
}

.article__content .cv-btn a img {
    display: inline;
    margin: 0;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: -20px
}

.article__content .flex__container {
    width: 48%
}

@media screen and (max-width:768px) {
    .article__content .flex__container {
        width: 100%
    }
}

.article__content .h3-background {
    width: 100%;
    padding: 15px 0;
    background-color: #e6e6e6;
    text-align: center;
    color: #656565;
    font-size: 2rem
}

@media screen and (max-width:480px) {
    .article__content .h3-background {
        font-size: 1.5rem
    }
}

.article__content .h3-background::after {
    display: none
}

.article__content .donation-btn form {
    display: inline
}

@media screen and (max-width:992px) {
    .article__content .donation-btn form:nth-child(3) {
        width: 48%;
        display: inline-block
    }

    .article__content .donation-btn form:nth-child(3) span input[type=submit] {
        width: 100%
    }
}

@media screen and (max-width:992px) {
    .article__content .donation-btn form:nth-child(odd) {
        margin-right: 1%
    }

    .article__content .donation-btn form:nth-child(even) {
        margin-left: 1%
    }
}

.article__content .donation-btn form span {
    position: relative;
    cursor: pointer
}

@media screen and (max-width:992px) {
    .article__content .donation-btn form span {
        width: 48%;
        margin-bottom: 5px
    }
}

.article__content .donation-btn form span input[type=submit]:hover {
    background-color: #009eb7;
    color: #fff
}

.article__content .donation-btn form input[type=submit] {
    width: 24%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    border: 2px solid #009eb7;
    display: inline-block;
    box-sizing: border-box;
    color: #009eb7;
    background-color: transparent;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

@media screen and (max-width:992px) {
    .article__content .donation-btn form input[type=submit] {
        width: 48%;
        margin-bottom: 5px
    }
}

.article__content .donation-btn .credit::after,
.article__content .donation-btn .credit::before {
    left: 80%
}

.article__content .donation-btn .credit::before {
    bottom: 37px
}

.article__content .donation-btn .credit::after {
    bottom: 32px
}

.article__content .flex__container {
    width: 100%
}

.article__content .select-donation form {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:992px) {
    .article__content .select-donation form span {
        width: auto
    }
}

@media screen and (max-width:480px) {
    .article__content .select-donation form span {
        width: 160px
    }
}

.article__content .select-donation form span input[type=submit] {
    width: 100%;
    margin-left: 10px
}

@media screen and (max-width:992px) {
    .article__content .select-donation form span input[type=submit] {
        width: auto;
        padding: 10px 5px
    }
}

.article__content .select-donation form span::before {
    bottom: 15px
}

@media screen and (max-width:992px) {
    .article__content .select-donation form span::before {
        bottom: 20px
    }
}

.article__content .select-donation form span::after {
    bottom: 11px
}

@media screen and (max-width:992px) {
    .article__content .select-donation form span::after {
        bottom: 16px
    }
}

.article__content .select-donation form select {
    height: 23px;
    cursor: pointer
}


@media screen and (max-width: 768px) {
    h3#donation {
	    margin-top:-70px;
	    padding-top:70px;
    }
    h3#volunteers {
	    margin-top:-70px;
	    padding-top:70px;
    }
}


.article__content em {
    font-style: italic
}

.article__content #mw_wp_form_mw-wp-form-57 table {
    width: 100%;
    border: none
}

.article__content #mw_wp_form_mw-wp-form-57 table th {
    width: 30%;
    font-weight: 700;
    border-right: none
}

@media screen and (max-width:480px) {
    .article__content #mw_wp_form_mw-wp-form-57 table th {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0
    }
}

.article__content #mw_wp_form_mw-wp-form-57 table .required,
.article__content #mw_wp_form_mw-wp-form-57 table .textarea-required {
    position: relative
}

.article__content #mw_wp_form_mw-wp-form-57 table .required::before,
.article__content #mw_wp_form_mw-wp-form-57 table .textarea-required::before {
    content: "*";
    position: absolute;
    top: 18px;
    left: 10px
}
span.textarea-required-note {
    font-size: 1.3rem;
    display: block;
    font-weight: normal;
}

@media screen and (max-width:480px) {

    .article__content #mw_wp_form_mw-wp-form-57 table .required::before,
    .article__content #mw_wp_form_mw-wp-form-57 table .textarea-required::before {
        top: 9px;
        left: 8px
    }
}

.article__content #mw_wp_form_mw-wp-form-57 table .textarea-required {
    vertical-align: top
}

.article__content #mw_wp_form_mw-wp-form-57 table .textarea-required::before {
    top: 14px
}

@media screen and (max-width:480px) {
    .article__content #mw_wp_form_mw-wp-form-57 table .textarea-required::before {
        top: 9px
    }
}

.article__content #mw_wp_form_mw-wp-form-57 table td {
    width: 70%
}

@media screen and (max-width:480px) {
    .article__content #mw_wp_form_mw-wp-form-57 table td {
        width: 100%;
        padding-top: 5px
    }
}

.article__content #mw_wp_form_mw-wp-form-57 table td input {
    width: 50%;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #656565
}

@media screen and (max-width:768px) {
    .article__content #mw_wp_form_mw-wp-form-57 table td input {
        width: 100%
    }
}

.article__content #mw_wp_form_mw-wp-form-57 table td textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #656565;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px
}

.article__content #mw_wp_form_mw-wp-form-57 .submit-container {
    text-align: center
}

.article__content #mw_wp_form_mw-wp-form-57 input[type=submit] {
    width: 250px;
    height: 50px;
    border: none;
    font-weight: 700;
    background-color: #009eb7;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media screen and (max-width:480px) {
    .article__content #mw_wp_form_mw-wp-form-57 input[type=submit] {
        width: 100%
    }
}

.article__content #mw_wp_form_mw-wp-form-57 input[type=submit]:hover {
    opacity: .6
}

.article__content #mw_wp_form_mw-wp-form-57 input[name=submitBack] {
    background-color: #eee;
    color: #000;
    margin-left: 40px
}

@media (max-width:645px) {
    .article__content #mw_wp_form_mw-wp-form-57 input[name=submitBack] {
        margin-top: 10px;
        margin-left: 0
    }
}

.article__content #mw_wp_form_mw-wp-form-57 .contact-to-top {
    margin-bottom: 0 !important
}

.article__content #mw_wp_form_mw-wp-form-57 .contact-to-top a {
    text-decoration: none
}

.article__content #mw_wp_form_mw-wp-form-57 .contact-to-top a::after,
.article__content #mw_wp_form_mw-wp-form-57 .contact-to-top a::before {
    left: 15px
}

.article__content #mw_wp_form_mw-wp-form-57 .contact-to-top a::before {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.article__content #mw_wp_form_mw-wp-form-57 .contact-to-top a::after {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.article__content .profile-btn {
    display: inline-block;
    margin: 0 0 0 8px
}

@media (max-width:348px) {
    .article__content .profile-btn {
        margin: 0
    }
}

.article__content .profile-btn a {
    color: #fff;
    text-decoration: none;
    background-color: #009eb7;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 1.3rem
}

.article__content .profile-btn a:hover {
    opacity: .6
}

.article__content .first-profile {
    margin-left: 23px
}

@media (max-width:348px) {
    .article__content .first-profile {
        margin-left: 0
    }
}

.article__content .profile-td {
    line-height: 36px
}

.article__content .icon-list {
    padding-left: 0
}

.article__content .icon-list li {
    list-style-type: none;
    line-height: 2;
    position: relative;
    margin-left: 26px
}

.article__content .icon-list li::before {
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -26px;
    background-image: url(../images/ico_present.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.article__content .address-table p {
    display: flex;
    margin: 0
}

.article__content .address-table p .not-break {
    word-break: keep-all
}

.article__content .black-shadow {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none
}

.article__content .black-shadow .modal {
    width: 900px;
    box-sizing: border-box;
    padding: 50px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:992px) {
    .article__content .black-shadow .modal {
        width: 90%
    }
}

.article__content .black-shadow .modal__container {
    display: flex;
    justify-content: space-around;
    margin-top: 30px
}

.article__content .black-shadow .modal__container a {
    display: block;
    width: 150px;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem
}

.article__content .black-shadow .modal__container a:first-child {
    background-color: #009eb7;
    color: #fff;
    border: 2px solid #009eb7
}

.article__content .black-shadow .modal__container a:hover {
    opacity: .6
}

.article__content .black-shadow .modal__container a:last-child {
    border: 2px solid #e6e6e6;
    background-color: #e6e6e6;
    color: #656565
}

@media screen and (max-width:480px) {
    .article__content .black-shadow .modal__container a {
        width: 100px
    }
}

.article__content .figure-flex {
    display: flex;
    align-items: center;
}
.article__content .figure-flex .dbl-img {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    height: 250px;
    align-items: flex-start;
}
.article__content .figure-flex .dbl-img img {
    width: 49%;
}
/* .article__content .figure-flex .dbl-img img:first-of-type {
    width: 48%;
} */

.article__content .figure-flex-wide{
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-block-start: 0;
    /* margin-inline-start: -20px; */
    margin-inline-end: 0;
}

.article__content .figure-flex img {
    flex-shrink: 0;
}
.article__content .figure-flex-wide img {
    /* flex-shrink: 0; */
    width: 30%;
    margin-right: 15px;
}
.article__content .figure-flex-wide .img-last {
    margin-right: 0;
}
@media screen and (max-width:480px) {
    .article__content .figure-flex {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .article__content .figure-flex-wide{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.article__content .figure-flex img {
    height: auto;
}

@media screen and (max-width:480px) {
    .article__content .figure-flex img {
        margin: 0 auto;
    }

    .article__content .figure-flex-wide img {
        margin: 0 auto;
        width: 90%;
    }

    .article__content .figure-flex-wide .img-last {
        margin: 0 auto;
    }
}

.article__content .figure-flex figcaption {
    margin-left: 10px;
    margin-top: 0;
    text-align: left;
}

.article__content .figure-flex-wide figcaption {
    margin-top: 0;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0px;
}

@media screen and (max-width:1200px) {
    .article__content .figure-flex-wide figcaption {
        white-space: normal;
        text-align: left;
    }
}

@media screen and (max-width:480px) {
    .article__content .figure-flex figcaption {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
    .article__content .sm-img-margin img {
        margin-left: auto;
        margin-right: auto
    }

    .article__content .sm-img-margin img:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.article__content figure figcaption {
    padding: 5px;
    margin-top: 10px;
    text-align: left;
    background-color: #eee;
}

.article__content figure img {
    height: auto
}

.article__content .figcaption {
    border: 1px solid #e6e6e6;
    padding: 5px;
    margin-top: 10px
}

.article__content .voice-list .top-voice__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (min-width:769px) {
    .article__content .voice-list .top-voice__container {
        justify-content: flex-start;
    }
    .article__content .voice-list .top-voice__block {
        margin-right: 2%;
    }
    .article__content .voice-list .top-voice__block:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width:480px) {
    .article__content .voice-list .top-voice__container {
        display: block
    }
}

.article__content .voice-list .top-voice__block {
    width: 32%;
    height: 18vw;
    margin-bottom: 3%
}

@media screen and (max-width:768px) {
    .article__content .voice-list .top-voice__block {
        width: 48%;
        height: 32vw
    }
}

@media screen and (max-width:480px) {
    .article__content .voice-list .top-voice__block {
        width: 100%
    }
}

.article__content .voice-list .top-voice__block--txt h3 {
    color: #fff
}

.article__content .voice-list .top-voice__block--txt h3::after {
    display: none
}

.article__content .voice-list .top-voice__block .new-label span {
    word-break: normal
}

.article__content #how_to_donate h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ca2e4b
}

.article .not-found {
    padding-top: 150px
}

@media screen and (max-width:480px) {
    .article .not-found {
        padding-top: 50px
    }
}

.article .not-found .network {
    margin-bottom: 0
}

.article .not-found .network a {
    text-decoration: none
}

.article__btn {
    text-align: center;
    margin-bottom: 50px
}

.article__btn a img {
    margin-left: -20px !important
}

.article__profile {
    display: flex;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    .article__profile {
        display: block
    }
}

.article__profile--img {
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    width: 30%
}

@media screen and (max-width:768px) {
    .article__profile--img {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .article__profile--img {
        text-align: center;
        margin-right: 0
    }
}

.article__profile--img img {
    margin: 0;
    height: auto
}

@media screen and (max-width:768px) {
    .article__profile--img img {
        display: inline
    }
}

.article__profile--txt {
    width: calc(70% - 20px)
}

@media screen and (max-width:768px) {
    .article__profile--txt {
        width: 100%
    }
}

.article__profile--txt h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0
}

.article__profile--txt p {
    font-size: 1.6rem
}

.article .new {
    background-color: #ffff09;
    color: #009eb7;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    line-height: 1.8;
    height: 19px
}

@media screen and (max-width:768px) {
    .article .pc-new {
        display: none
    }
}

.article .md-new {
    display: none
}

@media screen and (max-width:768px) {
    .article .md-new {
        display: inline-block;
        width: auto;
        padding: 0 10px
    }
}

.article__block {
    display: flex;
    position: relative
}

@media screen and (max-width:768px) {
    .article__block {
        display: block;
        margin-bottom: 15px
    }
}

.article__block--date {
    margin-right: 15px;
    letter-spacing: .5px;
    font-size: 1.4rem;
    color: #666
}

@media screen and (max-width:768px) {
    .article__block--date {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 36px !important;
        vertical-align: top
    }
}

@media screen and (max-width:480px) {
    .article__block--date {
        line-height: 1.8 !important
    }
}

.article__block--category {
    background-color: #009eb7;
    color: #fff;
    padding: 5px 0;
    height: 36px;
    display: inline-block;
    text-align: center!important;
    font-weight: 700;
    font-family: メイリオ, Meiryo, sans-serif;
    box-sizing: border-box;
    width: 175px;
    font-size: 1.4rem;
    margin-right: 15px;
    border-radius: 2px
}

@media screen and (max-width:768px) {
    .article__block--category {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: text-bottom;
        margin-bottom: 2px
    }
}

@media screen and (max-width:480px) {
    .article__block--category {
        margin: 0;
        width: 160px;
        height: auto;
        min-height: 0;
        line-height: 1.2 !important
    }
}

@media (max-width:374px) {
    .article__block--category {
        width: 122px
    }
}

.article__block--ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px;
    width: calc(100% - 315px)
}

@media screen and (max-width:768px) {
    .article__block--ttl {
        margin-top: 0;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .article__block--ttl {
        font-size: 1.6rem
    }
}

.article__block--ttl a {
    color: #000;
    text-decoration: none
}

.article .category-none {
    padding-top: 50px
}

.select-cat .article__category {
    background-color: #e6e6e6;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    margin-left: 0
}
.article__category a {
    padding: 0 10px;
}
span.article__category {
    width: auto;
    min-width: 175px;
}
@media screen and (max-width:480px) {
    .select-cat .article__category {
        width: 47.5%
    }
}
@media screen and (max-width:480px) {
    .select-cat .article__category:nth-child(odd) {
        margin-right: 0;
        margin-left: 1.25%
    }
}

@media screen and (max-width:480px) {
    .select-cat .article__category:nth-child(even) {
        margin-right: 1.25%
    }
}

@media screen and (max-width:430px) {
    .article__category, .article__category a {
        height: auto;
    }
    .select-cat .article__category {
        width: 100%;
    }
    .select-cat .article__category:nth-child(odd) {
        margin-left: 0;
    }
    .select-cat .article__category:nth-child(even) {
        margin-right: 0;
    }
}

.select-cat .article__category:last-child {
    margin-right: 0
}

@media screen and (max-width:480px) {
    .select-cat .article__category a {
        font-size: 1.4rem
    }
}

.select-cat .article__category a:hover {
    opacity: 1;
    background-color: #009eb7;
    color: #fff
}

.select-cat .active {
    background-color: #009eb7;
    padding: 5px 0
}

.share {
    width: 60%;
    margin-top: 50px;
    flex-wrap: nowrap;
}

@media screen and (max-width:1200px) {
    .share {
        width: 100%
    }
}

.share .sns__btn {
    margin-right: 10px
}

.share .sns__btn:last-child {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .share .sns__btn a img {
        margin-left: -15px
    }
}

@media screen and (max-width:480px) {
    .share .sns__btn a img {
        margin-left: 0
    }
}

.donation {
    height: 100px;
    width: 60%;
    background-image: url(../images/banner_background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-top: 80px
}

@media screen and (max-width:992px) {
    .donation {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .donation {
        height: auto
    }
}

.donation__container {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px
}

.donation__container--description {
    font-size: 1.9rem;
    padding-top: 35px;
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

@media screen and (max-width:480px) {
    .donation__container--description {
        font-size: 1.4rem;
        padding-top: 23px
    }
}

.donation__container--ttl {
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding-right: 25px
}

@media screen and (max-width:480px) {
    .donation__container--ttl {
        font-size: 1.1rem
    }
}

.archive,
.network {
    margin: 50px 0;
    opacity: 0
}

.archive__container,
.network__container {
    display: flex;
    justify-content: center;
    padding-left: 0;
    flex-wrap: wrap
}

@media screen and (max-width:480px) {

    .archive__container,
    .network__container {
        display: block
    }
}

.archive__container>li,
.network__container>li {
    margin-bottom: 10px
}

.archive__container a,
.archive__container span,
.network__container a,
.network__container span {
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    height: 38px;
    border: 2px solid #009eb7;
    color: #009eb7;
    font-weight: 600;
    font-size: 1.6rem;
    position: relative;
    min-width: 160px;
    box-sizing: border-box;
    margin: 0 80px;
    transition: none;
}
.network__container.network__l a,
.network__container.network__l span{
    margin: 0 20px 24px;
    min-width: 216px;
}
.network__container.network__l a{
    background: #fff;
    text-decoration: none;
}

#line-a, #line-k, #line-s, #line-t, #line-h, #line-m, 
#high-cost-medical-expense-benefit, #injury-allowance,
#handbook-physically-disabled-persons, #sobouben,
#sansenben, #benchikanjutsu, #kyousakusyo,
#seitaiben, #souboubenkeiseijutsu, #sashimbo,
#tavi, #mics, #kikaiben, #heisafuzenshou, #daidoumyakuben,
#ushinbo, #ushinshitsu {
    padding-top: 65px;
    margin-top: -65px;
}

.network__container.network__l a::after,
.network__container.network__l a::before,
.network__container.network__l span::after,
.network__container.network__l span::before{
    right: 8px;
}
.network__container.network__l a:hover::after,
.network__container.network__l a:hover::before,
.network__container.network__l span:hover::after,
.network__container.network__l span:hover::before{
    right: 4px;
}
@media screen and (max-width:1400px){
    .network__container.network__l a,
    .network__container.network__l span{
        margin: 0 32px 24px;
    }
}

@media screen and (max-width:1200px) {

    .archive__container a,
    .archive__container span,
    .network__container a,
    .network__container span {
        margin: 0 2vw
    }
}

@media screen and (max-width:992px) {

    .archive__container a,
    .archive__container span,
    .network__container a,
    .network__container span {
        margin: 0 4vw
    }
}

@media screen and (max-width:768px) {

    .archive__container a,
    .archive__container span,
    .network__container a,
    .network__container span {
        min-width: 120px;
        margin: 0
    }
}

@media screen and (max-width:480px) {

    .archive__container a,
    .archive__container span,
    .network__container a,
    .network__container span {
        width: 100%;
        margin: 0
    }
}

.archive__container a::after,
.archive__container a::before,
.archive__container span::after,
.archive__container span::before,
.network__container a::after,
.network__container a::before,
.network__container span::after,
.network__container span::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background-color: #009eb7;
    position: absolute;
    right: 30px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

@media screen and (max-width:768px) {

    .archive__container a::after,
    .archive__container a::before,
    .archive__container span::after,
    .archive__container span::before,
    .network__container a::after,
    .network__container a::before,
    .network__container span::after,
    .network__container span::before {
        right: 10px
    }
}

.archive__container a::before,
.archive__container span::before,
.network__container a::before,
.network__container span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px
}

.archive__container a::after,
.archive__container span::after,
.network__container a::after,
.network__container span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px
}

.archive__container a img,
.archive__container span img,
.network__container a img,
.network__container span img {
    margin-left: 20px;
    margin-right: -25px;
    margin-top: -3px;
    vertical-align: middle
}

@media screen and (max-width:768px) {

    .archive__container a,
    .archive__container span,
    .network__container a,
    .network__container span {
        margin: 0 23px
    }
}

@media screen and (max-width:480px) {

    .archive__container a,
    .archive__container span,
    .network__container a,
    .network__container span,
    .network__container.network__l a,
    .network__container.network__l span {
        display: block;
        padding: 5px 0;
        margin: 0;
        margin-bottom: 10px;
        text-align: center
    }
}

.archive__container a:hover,
.network__container a:hover {
    opacity: 1;
    background-color: #009eb7;
    color: #fff
}

.archive__container a:hover::after,
.archive__container a:hover::before,
.network__container a:hover::after,
.network__container a:hover::before {
    right: 25px;
    background-color: #fff
}

@media screen and (max-width:768px) {

    .archive__container a:hover::after,
    .archive__container a:hover::before,
    .network__container a:hover::after,
    .network__container a:hover::before {
        right: 5px
    }
}

.archive__container span,
.network__container span {
    background-color: #009eb7;
    color: #fff
}

.archive__sns,
.network__sns {
    padding-top: 15px;
    margin-bottom: 50px
}

.pagination {
    text-align: center
}

.pagination a {
    color: #009eb7;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px;
    margin: 0 10px
}

.pagination .active {
    color: #fff;
    background-color: #009eb7
}

.article-404 {
    padding-bottom: 150px
}

@media screen and (max-width:480px) {
    .article-404 {
        padding-bottom: 50px
    }
}

.footer {
    background-color: #86c4cf;
    padding-top: 50px
}

@media (min-width:769px) and (max-width:1200px) {
    .footer {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:992px) {
    .footer {
        background-color: transparent
    }
}

.footer__container {
    padding-left: 240px;
    padding-bottom: 170px
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__container {
    padding-bottom: 240px;
  }
}
@media screen and (max-width:992px) {
    .footer__container {
        padding-left: 0
    }
}

@media screen and (max-width:768px) {
    .footer__container {
        padding-bottom: 20px
    }
}

.footer__container .container {
    display: flex;
    justify-content: space-around;
    position: relative
}

/*@media screen and (min-width:769px) and (max-width:1200px) {
    .footer__container .container {
        flex-wrap: wrap
    }
}*/

@media screen and (max-width:768px) {
    .footer__container .container {
        display: block
    }
}

/* @media screen and (max-width:992px) {
    .footer__container .container {
        display: block
    }
} */

@media screen and (max-width:768px) {
    .footer__nav {
        border-bottom: 1px solid #ccc;
        text-align: center
    }
}

.footer__nav h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 700
}

.footer__nav h2 a {
    color: #003e44;
    font-family: "Noto Sans JP", sans-serif
}

.footer__nav h2::after {
    content: "";
    display: block;
    width: 135px;
    height: 1px;
    background-color: #ca2e4b;
    margin-top: 10px
}

@media screen and (max-width:992px) {
    .footer__nav h2::after {
        margin-left: auto;
        margin-right: auto
    }
}

.footer__nav ul {
    padding-left: 0;
    margin-left: 5px
}

.footer__nav li {
    line-height: 2
}

@media screen and (max-width:992px) {
    .footer__nav li {
        display: inline-block
    }
}

@media screen and (max-width:992px) {
    .footer__nav li:nth-child(odd) {
        margin-right: 10px
    }
}

.footer__nav li a {
    color: #003e44;
    font-size: 1.2rem
}

@media screen and (max-width:480px) {
    .footer__nav li a {
        font-size: 1.4rem
    }
}

.footer__nav li a img {
    vertical-align: middle
}

.footer__nav li a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    background-image: url(../images/svg/arrow_footer.svg);
    margin-right: 10px
}

@media screen and (max-width:768px) {
    .footer__nav-head li {
        width: 45%;
        padding: 5px 0
    }

    .footer__nav-head li a::before {
        display: none
    }
}

.footer__nav-head li a {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif
}

@media (max-width:360px) {
    .footer__nav-head li a {
        font-size: 1.4rem
    }
}

@media screen and (max-width:480px) {
    .footer__nav-head li:first-child {
        width: 40%;
        margin-left: -5%
    }
}

@media screen and (max-width:768px) {
    .footer__nav-head li:nth-child(odd) {
        margin-right: 0
    }
}

.footer__btn {
    position: absolute;
    top: 210px;
    right: 100px;
    max-width: 440px;
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .footer__btn {
        right: 100px;
        top: 308px;
    }
}

/* @media screen and (max-width:992px) {
    .footer__btn {
        top: 305px
    }
} */

@media screen and (max-width:992px) {
    .footer__btn {
        position: static;
        margin-top: 20px;
        text-align: center;
        max-width: 100%;
    }
}

.footer__btn .sns {
    width: 100%;
    margin-bottom: 15px;
}

.footer__btn .sns__btn {
    width: calc(50% - 10px)
}
.footer__btn .sns__btn.youtube a img {
  margin-right: 10px;
}
@media screen and (max-width:992px) {
  .footer__btn .sns__btn.youtube {
    border: 1px solid #dfdfdf;
  }
}
@media screen and (max-width:480px) {
    .footer__btn .sns__btn {
        width: calc(50% - 5px)
    }
}

.footer__btn .sns__btn a {
    font-size: 1.2rem
}

.footer__btn .sns__btn a img {
    margin-right: 5px;
    margin-left: -10px
}

@media screen and (max-width:480px) {
    .footer__btn .sns__btn a img {
        margin-left: 0;
        vertical-align: middle
    }
}

.footer__banner {
    background-color: #49b7c9;
    padding: 20px 0
}

.footer__banner--container {
    padding-left: 300px;
    padding-right: 40px;
    box-sizing: border-box
}

.footer__banner--container__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 80%;
    margin: auto
}

@media screen and (max-width:992px) {
    .footer__banner--container {
        padding-left: 40px
    }
}

@media screen and (max-width:768px) {
    .footer__banner--container {
        padding-left: 10px;
        padding-right: 10px;
        width: 466px;
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .footer__banner--container {
        width: 100%
    }
}

.footer__banner--container a {
    display: inline-block;
    width: 19%;
    margin-bottom: 10px;
}

/*.footer__banner--container a:nth-child(n+5) {
    margin-bottom: 0
}*/

@media screen and (max-width:768px) {
    .footer__banner--container a {
        width: 49%
    }
    .footer__banner--container a:nth-child(n+5) {
        margin-bottom: 10px
    }
}

.footer__banner--container a img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.footer__copy {
    background-color: #00a7c2;
    padding: 20px 0
}

@media (min-width:993px) and (max-width:1200px) {
    .footer__copy {
        width: 1240px
    }
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .footer__copy {
        width: auto
    }
}

@media screen and (max-width:768px) {
    .footer__copy {
        width: auto
    }
}

.footer__copy .flex {
    padding-left: 240px
}

@media screen and (max-width:992px) {
    .footer__copy .flex {
        padding-left: 0;
        display: flex
    }
}

@media screen and (max-width:480px) {
    .footer__copy .flex {
        display: block;
        text-align: center
    }
}

.footer__copy ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .footer__copy ul {
        padding-left: 10px
    }
}

@media screen and (max-width:480px) {
    .footer__copy ul {
        margin: 0 auto;
        padding-left: 0
    }
}

.footer__copy li {
    display: inline-block
}

.footer__copy li a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff
}

.footer__copy li:first-child:after {
    content: "|";
    color: #fff;
    margin: 0 10px;
    vertical-align: middle
}

.footer__copy small {
    margin-right: 40px;
    vertical-align: bottom;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:768px) {
    .footer__copy small {
        margin-right: 10px
    }
}

@media screen and (max-width:480px) {
    .footer__copy small {
        margin: 0 auto
    }
    .article__content figure {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .article__content figure img {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.footer__copy small img {
    margin-top: 5px
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a:hover {
    opacity: .7
}

@media screen and (max-width:1200px) {
    a:hover {
        opacity: 1
    }
}

a:focus {
    opacity: 1
}

img {
    max-width: 100%;
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
    background-color: #f9f9f9;
    height: 100%;
    width: 100%;
    overflow: hidden;
    visibility: hidden
}

#top-news {
    animation: loadDisplay .2s ease-out
}

@keyframes loadDisplay {
    0% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

body,
html {
    overflow-x: hidden;
    color: #000
}

.open-html {
    overflow: hidden
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    font-family: "Noto Sans JP", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-appearance: none
    word-break: break-all;
}

input[type=submit] {
    -webkit-appearance: none
}

a.disabled {
    pointer-events: none
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

.wrapper {
    margin: 0 auto;
    padding: 0 15px
}

.s-wrapper {
    width: 800px;
    margin: 0 auto
}

@media screen and (max-width:830px) {
    .s-wrapper {
        width: auto;
        padding: 0 15px
    }
}

.section-padding {
    padding: 100px 0
}

@media screen and (max-width:768px) {
    .section-padding {
        padding: 50px 0
    }
}

.section-ttl {
    margin-bottom: 50px;
    font-size: 2rem;
    color: #003e44;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif
}

.section-ttl::after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background-color: #ca2e4b;
    margin-top: 10px
}

.container {
    padding: 0 20px
}

@media (min-width:1540px) {
    .container {
        width: 1260px;
        margin: 0 auto
    }
}

@media screen and (max-width:1200px) {
    .container {
        width: auto
    }
}

scrollbar[orient=vertical] {
    visibility: collapse !important
}

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

@media screen and (max-width:768px) {
    .flex {
        display: block
    }
}

main {
    padding-left: 240px;
    padding-top: 40px;
    box-sizing: content-box;
    display: block
}

@media screen and (max-width:992px) {
    main {
        padding-left: 0;
        margin-top: 56px;
        padding-top: 0
    }
}

.btn {
    vertical-align: middle
}

.btn a {
    vertical-align: middle;
    background-color: #ca2e4b;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    padding: 8px 0;
    width: 245px;
    text-align: center;
    border-radius: 28px
}

.btn a img {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -45px
}

.new-label {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #ffff09 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.new-label span {
    color: #337ab7;
    font-weight: 700;
    font-size: 1.4rem;
    position: absolute;
    top: -70px;
    left: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

a:hover .new-label {
    opacity: 1
}

@media screen and (max-width:768px) {
    .pc-display {
        display: none
    }
}

@media screen and (max-width:992px) {
    .lg-none {
        display: none
    }
}

.lg-display {
    display: none
}

@media screen and (max-width:992px) {
    .lg-display {
        display: block
    }
}

.md-display {
    display: none
}

@media screen and (max-width:768px) {
    .md-display {
        display: block
    }
}

@media screen and (max-width:768px) {
    .pc-inline {
        display: none
    }
}

.md-inline {
    display: none
}

@media screen and (max-width:768px) {
    .md-inline {
        display: inline
    }
}

@media screen and (max-width:768px) {
    .md-none {
        display: none
    }
}

.ml-10 {
    margin-left: 10px
}

.black-out {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center
}

.black-out p {
    line-height: 100%;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif
}

.under-ttl {
    background-color: #fff;
    position: relative;
    color: #00828e;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    margin-bottom: 35px;
    width: 100%
}

@media screen and (max-width:480px) {
    .under-ttl {
        min-height: 150px
    }
}

.under-ttl p {
    font-size: 1.6rem;
    padding-top: 70px
}

@media screen and (max-width:480px) {
    .under-ttl p {
        padding-top: 40px;
        font-size: 1.4rem
    }
}

.under-ttl h1 {
    font-size: 3.2rem
}

@media screen and (max-width:480px) {
    .under-ttl h1 {
        font-size: 2.5rem
    }
}

.under-ttl h1,
.under-ttl p {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    z-index: 2
}

.under-ttl img {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 0;
    width: auto;
    height: 230px
}

@media screen and (max-width:480px) {
    .under-ttl img {
        height: 150px;
        left: 10px
    }
}

.under-ttl__background {
    background-image: url(../images/svg/ico_heart.svg)
}

.under-ttl .page-ttl {
    margin-top: 80px
}

@media screen and (max-width:480px) {
    .under-ttl .page-ttl {
        margin-top: 55px
    }
}

@media screen and (max-width:768px) {
    .to-top-btn a {
        min-width: 160px
    }
}

.to-top-btn a::after,
.to-top-btn a::before {
    left: 10px
}

.to-top-btn a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.to-top-btn a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.patop50 {
    padding-top: 50px !important
}

.mabo0 {
    margin-bottom: 0;
}

.mabo15 {
    margin-bottom: 15px !important
}

.mabo20 {
    margin-bottom: 20px !important
}

.mabo30 {
    margin-bottom: 30px !important
}

.mabo25 {
    margin-bottom: 25px !important
}

.mabo50 {
    margin-bottom: 50px !important
}

.mabo60 {
    margin-bottom: 60px !important
}

.mabo70 {
    margin-bottom: 70px !important
}
.matop0 {
    margin-top: 0;
}

.matop30 {
    margin-top: 30px !important
}
.matop50 {
    margin-top: 50px !important
}

.matop60 {
    margin-top: 60px !important
}

.matop70 {
    margin-top: 70px !important
}

.maleft34 {
    margin-left: 34px;
}

.maleft45 {
    margin-left: 4.5%;
}

.text-align {
 text-align: center;
}

@media screen and (min-width:768px) {
    .wrapper {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .wrapper {
        width: 960px
    }
}

@media screen and (min-width:1200px) {
    .wrapper {
        width: 1170px
    }
}

.footer__banner--container__inner a:nth-child(1), 
.footer__banner--container__inner a:nth-child(2), 
.footer__banner--container__inner a:nth-child(3), 
.footer__banner--container__inner a:nth-child(4), 
.footer__banner--container__inner a:nth-child(5) {
    margin-top: 20px;
}
.footer__banner--container__inner a:nth-last-child(1) {
    margin-bottom: 20px;
}
.footer__banner {
    padding: 0;
}
@media screen and (max-width:768px) {
    .footer__banner--container__inner a:nth-child(3), 
    .footer__banner--container__inner a:nth-child(4), 
    .footer__banner--container__inner a:nth-child(5) {
        margin-top: 0;
    }
}

@media screen and (max-width:480px){
    .article__content img.sp{
        display: block;
    }
    .article__content img.pc{
        display: none;
    }
}

/* 20190618 修正 */
.maleft0 {
    margin-left: 0px;
}

.mabo10 {
    margin-bottom: 10px;
}

.pad-left5px {
    padding-left: 5px;
}

.pad-left5 {
    padding-left: 5%;
}

.pad-left20 {
    padding-left: 20px;
}

.pad-left17 {
    padding-left: 17px;
}

.pad-left50 {
    padding-left: 50px;
}

.article__content>.catheter-treatment,
.article__content>.example-of-disease .catheter-treatment,
.article__content> ul li div .catheter-treatment,
.article__content .treatment-results-list li .catheter-treatment{
      color: #009EB7;
      border: 1px solid #009EB7;
      display: inline-block;
      padding: 5px 18px;
}

.treatment-page-ul p {
    padding-left: 16px;
}

.treatment-page-ul div {
    padding-left: 20px;
    margin: 14px;
}

.treatment-page-ul li:nth-child(2),
.treatment-page-ul li:nth-child(4) {
    list-style: none
}

.article__content .treatment-page-ul {
    padding-left: 55px;
}

.article__content table.after__discharge__table td:first-child {
    background-color: #fff; 
}

.article__content .after-discharge-indent {
    padding-left: 70px;
}
.article__content .after-discharge-p-indent {
    padding-left: 1em;
}

.article__content table.about-system-table {
    border: none;
    margin-left: 0;
}

.article__content .about-system-details h5:before {
    content: none;
}

.article__content table.about-system-table td, 
.article__content table.about-system-table th {
    border-bottom:  none;
    padding: 0;
}

.article__content table.about-system-table td:first-child {
    padding-right: 80px;
}

 .article__content .about-system-details {
    border: 1px solid #00828e;
    padding: 20px 60px;
    margin-bottom: 50px;
    position: relative;
}

.article__content .about-system-details h5 {
    text-align: center;
}

.article__content .about-system-details:last-child  {
    color: #00b900;
}

.article__content .about-system-details p:first-child {
    border-bottom: 1px solid #00828e;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 55px;
}

.article__content .about-system-details p:nth-child(3),
.article__content .a__picks {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 50px;
    padding: 5px 20px;
}

.about-system-details a {
    display: inline-block;
    padding: 5px 0;
    border: 2px solid #009eb7;
    color: #009eb7;
    font-weight: 600;
    font-size: 1.6rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 80px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
}

.article__content .about-system-details .about-system-button {
    text-align: center;
}

/* arrows */
.big-blue-arrow {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-bottom: 5px solid #009EB7;
    border-right: 5px solid #009EB7;
    transform: rotate(45deg);
}

.about-system-details a:after {
    right: 13%;
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-bottom: 3px solid #009EB7;
    border-right: 3px solid #009EB7;
    bottom: 20px;
    transform: rotate(45deg);
}

span.arrow {
    border-right: 11px solid transparent;
    border-top: 20px solid #009EB7;
    border-left: 11px solid transparent;
    display: inline-block;
    transform: rotate(0deg);
}

.text-box-default + p {
    text-align: center;
}

.article__content .about-system-details p:first-child:after {
    right: 47%;
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-bottom: 5px solid #009EB7;
    border-right: 5px solid #009EB7;
    bottom: -35px;
    transform: rotate(45deg);
}

.about-system-details:after {
    content: "I";
    position: absolute;
    height: 12px;
    width: 12px;
    color: #fff;
}

/* .article__content .about-system-detailsnt:nth-child(2)::after {
    content: "I";
    color: red;
    position: absolute;
    top: 5px;
    font-size: 20px;
    font-weight: 800;
    left: 16px;
} */

.about-system-details.old-about-system:after {
    content: "Ⅰ";
    color: #fff;
    position: absolute;
    top: 10px;
    font-size: 20px;
    font-weight: 800;
    left: 10px;
}
.about-system-details.middle-about-system:after {
    content: "Ⅱ";
    color: #fff;
    position: absolute;
    top: 10px;
    font-size: 20px;
    font-weight: 800;
    left: 10px;
}
.about-system-details.about-system-details-last-box:after {
    content: "Ⅲ";
    color: #fff;
    position: absolute;
    top: 10px;
    font-size: 20px;
    font-weight: 800;
    left: 10px;
}

.article__content .text-box-default {
    text-align: center;
    height: 70px;
    margin-bottom: 20px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article__content .gray-text-box {
    background-color: #e6e6e6;
}
.article__content .nomal-text-box {
    border: 0.75px solid #666;
}
.article__content .blue-text-box {
    background-color: #009EB7;
    color: #fff;
    text-align: center;
}

.about-system-details:before {
    content: "";
    border-right: 51px solid transparent;
    border-bottom: 51px solid #009EB7;
    border-left: 51px solid transparent;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    top: -8px;
    left: -34px;
}

.article__content .about-system-details-last-box h5:nth-child(2) {
    margin-bottom: 0px;
}

.article__content .about-system-details-last-box h5:nth-child(3) {
    margin-top: 0px;
}

.article__content .high-cost-medical-expense-benefit-illustration img {
    height: auto;
    padding-bottom: 50px;
}

.article__content .text-indent-for-a {
    display: inline-block;
    text-indent: 1em;
}

.article__content .follow-box-set-ups {
    border: 1px solid #666;
    padding: 5px 20px;
}

.article__content .follow-box-set-ups ul li {
    list-style-type: none;
}

.article__content .check-point ul {
    text-align: start;
}

.article__content  .self-pay-limit-table+ul li {
    list-style: none;
}

.article__content .national-health-insurance-association-link {
    text-align: right;
}

.article__content ul.disability-pension li {
    list-style: decimal;
    margin-bottom: 25px;
}

.article__content .annual-amount + ul li{
    list-style: none;
}

.article__content .remuneration-proportional-part small {
    display: block;
    text-align: right;
}

.article__content .necessary-documents {
    padding-left: 50px;
}

.article__content .necessary-documents + ul li  {
    margin-bottom: 25px;
}

.remuneration-proportional-level {
    padding-top: 10px;
}

.article__content .check-point-specialist-list li {
    margin-bottom: 25px;
}

.article__content ul.example-of-disease li {
    list-style: none;
    margin-bottom: 25px;
}

.treatment-results + ul li {
    list-style: none;
}

.method-operation + ul li {
    list-style: none;
}
.arrow-box {
    height: 70px;
}
.bottom-arrow {
    left: 3px;
    width: 30px;
    height: 30px;
    border-right: 4px solid #666;
    border-bottom: 4px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
}

span.check-point-box {
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 14px;
}

span.check-point-box::after {
    content: "";
    width: 7px;
    height: 12px;
    border-bottom: 4px solid #B62A44;
    display: inline-block;
    border-right: 4px solid #B62A44;
    transform: rotate(40deg);
    position: absolute;
    top: -3px;
    left: 9px;
}
/* about system */
.mans_q__and__a {
    border: 0.75px solid #666;
    height: 132px;
    width: 700px;
    font-weight: bold;
}

p.worry__q__text {
    background-color: #009EB7;
    color: #fff;
    height: 50%;
    margin: 0;
    padding-top: 0px;
    padding-left: 35px;
    padding-bottom: 0px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    font-size: 15px;
    position: relative;
    text-indent: -20px;
    line-height: 20px;
}

p.worry__q__text::after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    bottom: -13px;
    right: 48%;
    border-right: 8px solid transparent;
    border-top: 14px solid #009EB7;
    border-left: 8px solid transparent;
    display: inline-block;
    transform: rotate(0deg);
}

.article__content .figure-flex .worry__q__text span {
    display: contents;
}

.article__content .figure-flex .worry__q__text .num-one {
    /* display: inline-block;
    padding-bottom: 0px; */
}

p.worry__q__text>span:first-child {
    padding-bottom: 0px;
}

.article__content p.worry__a__text {
    color: #009EB7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 3.3%;
}

.article__content p.n__document-title-red {
    color: #B62A44;
    font-weight: bold;
}

.article__content span.hp-logo-box {
    display: inline-block;
    background-color: #009EB7;
    color: #fff;
    padding: 1px 25px;
    border-radius: 5px;
    margin-right: 10px;
}

.article__content .disability-pension li {
    margin-bottom: 25px;
}

.article__content .figure-flex .man-a {
    width: 15%;
    border-radius: 100%;
    border: 1px solid #666;
    padding-right: -3px;
    margin-right: 30px;
}
.article__content img.man-a.man-a-nomal-image {
    border: none;
    width: 20%;
    border-radius: initial;
}
/* .article__content .necessary-documents .mabo25 a {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.article__content .necessary-documents .mabo25 a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    height: 1.4rem;
    width: 23px;
    background: transparent url(../images/fills-icon.png) 100% 50%/ auto 100% no-repeat;
} */

.file-icon {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.file-icon::after {
    content: "";
    position: absolute;
    right: 5px;
    top: -12px;
    height: 1.4rem;
    width: 23px;
    background: transparent url(../images/fills-icon.png) 100% 50%/ auto 100% no-repeat;
}

.article__content .remuneration-proportional-level-table {
    font-weight: normal;
    border: none;
    display: flex;
}

.article__content .remuneration-proportional-level-table tbody:first-child tr td {
    padding-bottom: 45px;
}

.article__content .remuneration-proportional-level-table td {
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}

.article__content .remuneration-proportional-level-table tr:first-child>th {
    vertical-align: baseline;
}
.article__content .remuneration-proportional-level-table td {
    vertical-align: top;
    padding-top: 0;
    border: none;
}

.article__content .remuneration-proportional-level-table tr td p {
    text-align: end;
}

.article__content .remuneration-proportional-level-table img {
    width: 100%;
    height: auto;
}

.article__content .remuneration-proportional-level-table tr:nth-child(3) small {
    text-align: end;
}

.article__content .remuneration-proportional-level-table tr td .remuneration-proportional-part {
   
}

.article__content .check-point {
    margin: 0 auto;
    max-width: 565px;
}

.article__content .check-point p {
    text-align: start;
}

.article__content .check-point ul {
    padding-left: 40px;
}

.article__content .check-point ul li {
    margin-bottom: 1rem;
}

.article__content .example-of-disease li p {
    padding-left: 50px;
}

.article__content ul.mabo25.compatibility-lists li {
    list-style-type: none;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    text-indent: -5px;
    padding-left: 10px;
}

.article__content ul .mabo25 .compatibility-lists li span.check-point-box {
    border: none;
}

.article__content ul.mabo25.compatibility-lists li span.blue-check {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
}

.article__content .compatibility-lists 
span.blue-check::after {
    content: "";
    width: 7px;
    height: 12px;
    border-bottom: 4px solid #009EB7;
    display: inline-block;
    border-right: 4px solid #009EB7;
    transform: rotate(40deg);
    position: absolute;
    top: -16px;
    left: -17px;
}

.article__content .step-box {
    border: 1px solid #666;
    padding: 0 2rem;
    padding-bottom: 4rem;

}

.article__content .step-box>p:first-child {
    color: #009EB7;
    border-bottom: 1px solid #009EB7;
}

.article__content .step-box .figure-flex {
    margin: 0;
}

.article__content .step-box+p {
    text-align: center;
}

.article__content .step-box span.hp-logo-box {
    margin-top: 1rem;
}

.article__content .step-box .attention-anticoagulant {
    margin: 0 3rem;
}

.article__content .figure-flex.after-discharge-text-box.treatment-confirmation img {
    margin-left: 3.5rem;
}

/* 20190624修正箇所 */
ul.self-check-list li p:last-child {
    padding-left: 20px;
}

.article__content .mechanicalーvalve {
    padding-left: 17px;
}

.mechanicalーvalve p {
    text-indent: -49px;
    padding-left: 48px;
    margin: 0;
}

.mans_q__and__a-text-indent {
    text-indent: -13px;
}

.heading-text-indent {
    text-indent: -17px;
    padding-left: 18px;
}

.heading-text-indent33 {
    text-indent: -33px;
    padding-left: 32px;
} 

.heading-text-indent-big {
    text-indent: -21px;
    padding-left: 21px;
}

.heading-text-indent-s-big {
    text-indent: -65px;
    padding-left: 65px;
}

.glossary-text-title {
    margin: 0;
}

.glossary-text-title-indent {
    text-indent: -19px;
    padding-left: 19px;
}

.glossary-text-padleft {
    padding-left: 70px;
    margin-top: 0;
}

.glossary-text {
    margin-bottom: 0;
}

.article__content .figure-flex .attention-anticoagulant {
    width: 200px;
    display: inline-block;
    margin-right: 4%;
}

table.knowledge__table.after__discharge__table th {
    background-color: #E6E6E6;
}

.article__content table.knowledge__table.after__discharge__table td:first-child {
    background-color: #FFFDE7;
}

.article__content img.after-discharge-page-footer-link {
    margin: 0 auto;
}

.article__content .anticoagulant-text {
    padding-left: 30px;
}

div.footer__nav{
    margin: 0 6px;
}

.after-discharge-text-box {
    font-size: 0;
}

.article__content .figure-flex .attention-anticoagulant {
    /* width: 170px; */
    width: 160px;
    display: inline-block;
    margin-right: 4%;
    padding: 5px;
}

.article__content .after-discharge-text-box p {
    display: inline-block;
    font-size: 15px;
    /* width: 68%; */
    vertical-align: top;
}

/* 0625 */

.pad-left8 {
    padding-left: 8px;
}

.pad-left50 {
    padding-left: 50px;
}

.font12 {
    font-size: 12px;
}

.after-discharge-text-box-margin {
    margin: 0 4% 0 1%;
}

.about-system-details-s-txt+p {
    text-align: right;
}

.article__content .ma0 {
    margin: 0;
}

.article__content ul.annual-amount-list li {
    text-indent: -65px;
    padding-left: 26px;
}

.br-sp { 
    display:none; 
}

.article__content p span.disability-pension-span {
    display: inline-block;
    text-indent: -20px;
    padding-left: 20px;
}

.article__content .self-pay-limit-table img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.article__content blockquote.tavi-implementation-facility ul li p {
    margin: 0;
}

blockquote.tavi-implementation-facility {
    padding-bottom: 20px;
}

.article__content .method-operation .figure-flex img {
    display: inline-block;
    width: 350px;
    padding-left: 55px;
}

.article__content .method-operation .figure-flex p  {
    width: 40%;
    width: 50%;
    /* display: flex; */
    /* padding-bottom: 96px; */
    display: table-cell;
    vertical-align: top;
    text-indent: -26px;
    padding-left: 26px;
}

.article__content .method-operation .figure-flex {
    margin-bottom: 50px;
    display: table;
}

.article__content .method-operation {
    padding-left: 12px;
}

.article__content .heart-echocardiography {
    width: 90%;
    display: inline-block;
}

.article__content h4.heading-text-indent.chocardiography-title {
    margin-bottom: 12px;
}

.article__content figure.block-box {
    display: block;
}
.article__content figure.block-box p {
    display: block;
}
.article__content figure.block-box img {
    display: block;
    float: left;
}

.article__content .after-discharge-indent figure.block-box img {
    margin-right: 31px;
}

.article__content img.tavi-image {
    border: 0.75px solid #333;
    padding: 10px;
}

.article__content .bottom-created-by {
    text-align: right;
}

.article__content .remuneration-proportional-level-table td {
    padding-left: 0px; 
    padding-right: 0px;
}

.article__content .check-list-image {
    align-items: flex-start;
}

.glossary-header-font-size {
    font-size: 15px !important
}

.article__content .footer__nav.footer__nav-head {
    word-break: keep-all; 
}

/* .network__container.glossary-btn.network__l a:after {
    right: 13px;
}

.network__container.glossary-btn.network__l a:hover:before {
    top: 21px;
    right: 8px;
} */

/* .network__container.glossary-btn.network__l a:hover:before {
    right: 13px;
} */

.network__container.glossary-btn.network__l a:hover:after {

}

.network__container.glossary-btn.network__l a:before {
    transform: rotate(45deg);
    top: 19px;
    right: 12px;
}

.network__container.glossary-btn.network__l a:hover:before {
    top: 21px;
    right: 12px;
}

.network__container.glossary-btn.network__l a:hover:after {
    top: 21px;
    right: 8px;
}

.article__content img.attention-anticoagulant.bleeding-fingers {
    width: 160px;
    padding: 5px;
}


/* IE */
@media all and (-ms-high-contrast: none) {
    .article__content .figure-flex .worry__q__text span {
        display: ruby-text;
    }

    .article__content .remuneration-proportional-level-table {
        font-weight: normal;
        border: none;
        table-layout: fixed;
    }

    .article__content .remuneration-proportional-level-table tbody {
       width: 49%;
       display: inline-flex;
       vertical-align: top;
    }

    .article__content .remuneration-proportional-level-table img {
        height: auto;
        width: 100%;
    }

    .release_date {
        display: block;
        margin-bottom: 40px;
        text-align: right;
    }

}

/* safari */
_::-webkit-full-page-media, _:future, :root p.worry__q__text {
    text-indent: -22px;
    line-height: 20px;
}
_::-webkit-full-page-media, _:future, :root .article__content .figure-flex .worry__q__text span {
    display: inline-block;
    width: 0px;
}

_::-webkit-full-page-media, _:future, :root .article__content p.worry__a__text {
    font-size: 1.5rem;
    text-indent: -13px;
    line-height: 20px;
}

_::-webkit-full-page-media, _:future, :root .article__content .figure-flex .worry__q__text span {
        display: contents;
}

.article__content .artificial-valve-type {
    margin-bottom: 0;
}

.article__content img.sp {
    display: none;
}

.article__content figure.sp-ma0 .self-check-image {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.remuneration-proportional-level-table-right {
    margin-left: 20px;
}

.remuneration-proportional-level-table tbody tr:first-child td {
    height: 90px;
}

.remuneration-proportional-level-table tbody tr td img,
.remuneration-proportional-part {
    height: auto;
}

ul.find-medical-articles-flow {
    margin-top: 25px;
}

ul.find-medical-articles-flow li {
    list-style-type: none;
    text-indent: -16px;
    padding-left: 34px;
    padding-bottom: 30px;
}

ul.find-medical-articles-flow li:last-child {
    padding-bottom: 0px;
}

ul.find-medical-articles-flow li:first-child {
    padding-bottom:25px;
}

.find-medical-articles-flow-list {
    text-indent: -17px;
    display: block;
    padding-left: 17px;
}

.article__content ul.method-operation {
    margin-top: 25px;
    padding-left: 33px;
}

ul.method-operation li {
    list-style-type: none;
    text-indent: -16px;
    padding-left: 34px;
    padding-bottom: 30px;
}

.article__content .release_date div {
    margin: 0;
    text-align: end;
}

.release_date {
    display: block;
    margin-bottom: 40px;
    text-align: end;
}

.article__content .glossary-time {
    text-align: end;
    display: block;
}  

/* --------------------------------- */
/* ーーーー各ページレスポンシブ変換ーーーー */
/* --------------------------------- */

@media screen and (max-width: 1080px) {
    
    .article__content p.worry__a__text {
        font-size: 15px;
    }
}
/* 0628 */
@media screen and (max-width:992px) {

    .footer__container .container {
        display: block
    }

    .footer__container .container {
        /* display: flex; */
        justify-content: space-around;
        position: relative
    }
    .footer__nav {
        border-bottom: 1px solid #ccc;
        text-align: center;
    } 

    .footer__container {
        padding-bottom: 40px;
    }

    /* .release_date p {
        text-align: start
    } */

    .release_date p:nth-child(2) {
        /* text-indent: -52px;
        padding-left: 52px; */
        /* text-indent: 31px; */
    }
}

@media screen and (max-width:768px) {


    .article__content .figure-flex img {
        display: inline-block;
        height: auto;
        /* margin: 0 auto; */
    }

    .article__content img.sp {
        display: none;
    }

    .article__content .figure-flex img.cardiac-rehabilitation {
        width: 100%;
    }

    .article__content table {
        text-align: center;
    }
    .article__content table.voice_table {
        text-align: left;
    }
    .article__content table th {
        text-align: center;
    }
    .article__content table.voice_table th {
        text-align: left;
    }
    .article__content .after-discharge-indent {
        padding: 0 1em;
    }

    /* .article__content .figure-flex .mans_q__and__a .worry__a__text, */
    .article__content .figure-flex .mans_q__and__a .worry__q__text {
        line-height: normal;
        font-size: 1.4rem;
        height: 27px;
    }

    .article__content .figure-flex .mans_q__and__a .worry__q__text {
        padding: 1rem 3rem;
        height: auto;
    }

    .article__content .about-system-details .about-system-button>a {
        font-size: 1.2rem;
    }

    .article__content figcaption.follow-box.text-box-default {
        padding: 1rem;
        height: auto;
        min-height: 55px;
    }

    .article__content .about-system-details p:first-child:after {
        height: 15px;
        width: 15px;
        border-bottom: 4px solid #009EB7;
        border-right: 4px solid #009EB7;
    }

    .article__content .about-system-details a {
        padding: 12px 32px;
    }

    .article__content .about-system-details a:after {
        right: 6%;
        height: 8px;
        width: 8px;
        border-bottom: 2px solid #009EB7;
        border-right: 2px solid #009EB7;
        bottom: 22px;
    }

    .article__content .self-pay-limit-table img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .article__content figcaption .follow-box .text-box-default {
        font-size: 1.2rem;
    }

    .article__content .remuneration-proportional-level-table {
        flex-direction: column;
    }

    .article__content .remuneration-proportional-level-table img {
        height: auto;
        width: 100%;
    }

    .article__content .remuneration-proportional-level-table tr td {
        padding: 0;
    }

    .article__content .check-point {
        width: 90%;
    }

    .article__content .check-point ul {
        padding-left: 30px;
    }

    .article__content .check-point ul li {
        margin-bottom: 2rem;
        text-indent: -38px;
        padding-left: 35px;
    }

    .article__content span.hp-logo-box {
        margin-bottom: 1.5rem;
    }

    .article__content .pad-left50 {
        padding-left: 0px;
        margin-bottom: 50px;
    }

    .article__content .example-of-disease li p {
        padding-left: 0px;
    }

    .article__content .figure-flex .attention-anticoagulant {
        padding: 0;
        display: block;
        width: 45%;
        margin-bottom: 20px;
        margin: 0 auto;
    }
    

    .article__content div.after-discharge-text-box {
        flex-direction: inherit;
        display: block;
    }

    .article__content .about-system-details p:first-child {
        padding-top: 15px;
    }

    .article__content .necessary-documents {
        padding-left: 0;
    }

    .article__content .method-operation {
        padding-left: 0px;
    }

    .article__content .method-operation .figure-flex img {
        padding-left: 0px;
    }

    .article__content .method-operation .figure-flex {
        display: flex;
    }

    .article__content .method-operation .figure-flex p {
        width: 65%;
        display: table-cell;
        vertical-align: top;
        text-indent: -26px;
        padding-left: 26px;
        padding-right: 15px;
    }

    .article__content .method-operation .figure-flex {
        margin-bottom: 50px;
        display: table;
    }

    .article__content .figure-flex.after-discharge-text-box.treatment-confirmation img {
        margin-left: 0;
        margin: 0 auto;
    }

    .sp-ma0 {
        margin: 0;
    }

    .article__content figure.tavi-image-box {
        margin: 0;
        margin-top: 20px;
    }

    .article__content figure.tavi-image-box img {
        margin: 0;
    }

    .article__content figure.block-box {
        display: flex
    }

    .article__content .after-discharge-indent figure.block-box img {
        margin-right: 0px;
        margin: 0 auto;
    }

    .article__content figure.figure-flex.after-discharge-text-box p.pad-left8 {
        padding-left: 0;
    }

    .mans_q__and__a {
        height: auto;
    }

    .article__content figure.sp-ma0 .self-check-image {
        width: 100%;
    }

}

@media screen and (max-width: 767px){
    .article__content .figure-flex .mans_q__and__a {
        width: 100%;
        height: auto;
        border: 0.75px solid #666;
        height: 132px;
        width: 700px;
        font-weight: bold;
    }

    .article__content .figure-flex>img.man-a {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 24%;
    }

    .article__content img.man-a.man-a-nomal-image {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 30%;
    }

    .article__content .figure-flex .mans_q__and__a {
        width: 100%;
        height: auto;
    }

    .article__content .figure-flex .mans_q__and__a .worry__a__text {
        line-height: normal;
        font-size: 1.4rem;
        padding:  0.6rem 2rem;
        height: 27px;
    }

    .article__content img.man-a.man-a-nomal-image+div {
        text-align: center;
    }

    .article__content p.worry__a__text {
        margin-top: 3.5%;
    }

    .article__content .figure-flex img {
        display: block;
        height: auto;
        margin: 0 auto;
    }

    .coronary-angiography-image {
        margin: 0 auto;
        width: 60%;
    }

    .article__content .about-system-details {
        padding: 20px 20px;
    }

    .article__content .method-operation .figure-flex {
        display: flex;
    }

    .article__content .figure-flex .pc {
        display: none;
    }

    .article__content .figure-flex img.heart-echocardiography {
        width: 50%;
    }

    .remuneration-proportional-level-table-right {
        margin-left: 0px;
    }

    .article__content .figure-flex .attention-anticoagulant {
        padding: 0;
        display: block;
        width: 45%;
        margin-bottom: 20px;
        margin: 0 auto;
        padding: 10px;
        padding-left: 0px;
    }

    ul.find-medical-articles-flow {
        padding-left: 0px;
    }

    .article__content ul.method-operation {
        padding-left: 0px;
    }

    .article__content ul.method-operation li {
        padding-left: 16px;
    }
}

@media screen and (max-width:767px) {
    .article__content .figure-flex {
        flex-direction: column;
    }

    .article__content .figure-flex .heart-echocardiography {
        width: 87%;
        display: block;
    }

    .article__content img.sp{
        display: block;
    }

    .article__content img.pc {
        display: none;
    }

    .step-box.mabo25 .figure-flex .pad-left5 {
        padding-left: 0%;
    }

    .sp_br {
        display: block;
    }

    .article__content .figure-flex .attention-anticoagulant {
        padding: 0;
        display: block;
    }

}

@media screen and (max-width:480px) {

    .figure-flex {
        flex-direction: column;
    }
    .br-sp { 
        display:block; 
    }
    .article__content .remuneration-proportional-part+p small {
        word-break: keep-all;
        font-size: 10px;
    }
    .article__content .about-system-details p:nth-child(3),
    .article__content .a__picks {
        font-size: 1.2rem;
    }
    .article__content .a__picks {
        font-size: 1.2rem
    }
    .article__content .about-system-details a:after {
        right: 10%;
        bottom: 34px;
    }

    .article__content .about-system-details a:after {
        right: 6%;
        height: 8px;
        width: 8px;
        bottom: 28px;
    }
    .article__content .figure-flex>img.man-a {
        width: 30%;
    }

    .article__content img.man-a.man-a-nomal-image {
        width: 40%;
    }

    .article__content .figure-flex .attention-anticoagulant {
        width: 50%;
        margin-bottom: 20px;
        margin: 0 auto;
        padding: 15px;
    }

    .article__content .q_and_a_box {
        text-align: center;
    }

    .glossary-text-padleft {
        padding-left: 0px;
        margin-top: 0;
    }
}

@media screen and (max-width:450px) {

    .article__content .about-system-details .about-system-button>a {
        font-size: 1rem;
        word-break: keep-all;
        padding: 9px 38px;
    }

    .sp-mabo50 {
        margin-bottom: 50px;
    }
}


/*投稿画像調整*/
.img-left-txt {
  display: flex;
  vertical-align: middle;
  margin-bottom: 32px;
}
.img-left-txt p {
  display: table;
  margin: auto;
  font-size: 12px;
  color: #333;
}
.img-left-txt p:first-child {
  margin-right: 24px;
  width: max-content;
  min-width: 300px;
  max-width: 40%;
  text-align: center;
}
.img-left-txt p:not(:first-child)  {
  padding: 10px;
  background: #FFFDE7;
}
.img-center-txt {
  margin: 0 auto 32px;
}
.img-center-txt p {
  font-size: 12px;
  color: #333;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 24px;
}
.img-center-txt p:not(:first-child)  {
  width: 96%;
  min-width: 320px;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  background: #FFFDE7;
  box-sizing: border-box;
}
.img-left-txt img, .img-center-txt img {
  width: auto;
  height: auto;
  line-height: 0;
  margin: 0 auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .img-left-txt {
    display: block;
  }
  .img-left-txt p:first-child {
    margin-bottom: 32px;
    margin-right: auto;
    width: auto;
    min-width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .img-center-txt p:not(:first-child) {
    min-width: 96%;
  }
}


/*IE*/
@media all and (-ms-high-contrast: none) {
  .img-left-txt {
    display: block;
    font-size: 0;
  }
  .img-left-txt p:first-child {
    min-width: auto;
    max-width: none;
    margin-right: 4%;
    width: 46%;
    text-align: center;
  }
  .img-left-txt p {
    display: inline-block;
    width: 45%;
    margin: 0;
    vertical-align: middle;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 640px) {
  .img-left-txt p {
    width: 100%;
  }
  .img-left-txt p:first-child {
    width: 100%;
    margin-right: 0;
  }
}

/*safari*/
_::-webkit-full-page-media, _:future, :root .img-left-txt p {
  display: block;
}


.article__content iframe {
    display: block;
    /*margin: 0 auto;
    max-width: 90%;*/
    margin: 0 auto 24px;
    max-width: 100%;
    max-height: 64vw;
}

/* トップページ　information */
.top-info {
  position: relative;
  display: flex;
  padding: 15px 20px 15px 50px;
  background-color: rgba(255, 253, 220, .8);
  margin: 30px 0;
}
.top-info::before {
  position: absolute;
  content: url(../images/info-icon.png);
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
}
.top-info .info-date {
  display: inline-block;
  font-size: 1.5rem;
  min-width: 125px;
  margin-right: 20px;
}
.top-info .info-text {
  font-size: 1.5rem;
}
.top-info .info-text p {
  margin: 0;
}
.top-info .info-text a {
  color: #337ab7;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .top-info {
    display: block;
  }
}
.mv__txt--description {
  margin-bottom: 0;
}
.top-news .section-ttl {
  margin-top: 0;
}

/* お問い合わせページ　covid-19関連 */
.covid-info {
  padding: 15px 20px;
  background-color: rgba(255, 253, 220, .8);
  margin-top: 24px;
}
.covid-info p {
  font-size: 1.5rem;
  margin: 0;
}
.covid-info p a {
  color: #337ab7;
  text-decoration: underline;
}

.figure-flex-wide.three-imgs {}
.figure-flex-wide.three-imgs div {
  margin-right: 20px;
}
.figure-flex-wide.three-imgs div:last-of-type {
  margin-right: 0;
}
.figure-flex-wide.three-imgs div:first-of-type img {
  max-width: 140px;
}
.figure-flex-wide.three-imgs div:nth-of-type(2) img {
  max-width: 168px;
}
.figure-flex-wide.three-imgs div:last-of-type img {
  max-width: 323px;
}
.figure-flex-wide.three-imgs img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width:480px) {
  .figure-flex-wide.three-imgs div {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .figure-flex-wide.three-imgs div:last-of-type {
    margin-bottom: 0;
  }
  .figure-flex-wide.three-imgs img {
    width: 90%;
    margin: 0 auto;
  }
  .figure-flex-wide.three-imgs div:first-of-type img,
  .figure-flex-wide.three-imgs div:nth-of-type(2) img,
  .figure-flex-wide.three-imgs div:last-of-type img {
    max-width: 100%;
  }
}

figure.col2 {
  display: flex;
  flex-wrap: wrap;
}
figure.col2 span {
  max-width: 225px;
}
figure.col2 span:first-of-type {
  margin-right: 10px;
}
figure.col2 span img {
  width: 100%;
}
figure.col2 figcaption {
  width: 100%;
}

.footer__btn .sns__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.footer__btn .sns__btn a span {
  margin-top: -2px;
}