.flex-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.background-dot {
    background-color: #fff;
    background-size: 30px 30px;
    background-image: radial-gradient(#F6F8F4 15%, rgba(255, 255, 255, 0) 20%)
}

.section-title {
    margin-bottom: 2em;
    text-align: center
}

.section-title .title {
    font-size: 2em;
    margin-bottom: .2em
}

.section-title .label {
    color: #1eaa38;
    font-size: 0.875em;
    font-weight: bold
}

#portal_home-hero {
    margin-bottom: 2.5em
}

#portal_home-about {
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    max-width: 800px;
    padding: 2em 3em 3em;
    position: relative;
    width: 100%;
    z-index: 2
}

@media only screen and (max-width: 640px) {
    #portal_home-about {
        padding: 2em 1.5em 3em
    }
}

#portal_home-about-wrapper {
    padding: 6em 30px 4em;
    position: relative;
    width: 100%
}

#portal_home-about-wrapper:after {
    background-image: url(/img/kfp/bg-portal_home-about.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 60%;
    z-index: 0
}

@media only screen and (max-width: 640px) {
    #portal_home-about-wrapper {
        padding: 6em 15px 3em
    }

    #portal_home-about-wrapper:after {
        height: 30%
    }
}

#portal_home-about .icon {
    display: block;
    margin: auto;
    max-width: 500px;
    width: 100%
}

#portal_home-about h2 {
    color: #1eaa38;
    font-size: 1.714em;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: 1em;
    text-align: center
}

#portal_home-about p {
    font-size: 1.125em;
    line-height: 1.8;
    margin-bottom: 2em;
    text-align: center
}

@media only screen and (max-width: 640px) {
    #portal_home-about p {
        text-align: left
    }
}

#portal_home-about .button-wrapper {
    width: 50%;
    margin: auto
}

@media only screen and (max-width: 640px) {
    #portal_home-about .button-wrapper {
        width: 100%
    }
}

#portal_home-promotion .container {
    padding-bottom: 3em;
}

@media only screen and (max-width: 640px) {
    #portal_home-promotion .container {
        padding-bottom: 2em;
    }
}

#portal_home-promotion .flex-contents {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 640px) {
    #portal_home-promotion .flex-contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

#portal_home-promotion .flex-contents p {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    display: block;
    margin: 0 1em 2rem;
    text-decoration: none;
    overflow: hidden;
    width: calc(33.3333333333% - 2em)
}

#portal_home-promotion .flex-contents img {
    width: 100% !important;
    height: auto !important;
}

#portal_home-promotion a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

#portal_home-promotion a.more-button {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #1eaa38;
    color: #1eaa38;
    display: block;
    padding: 1em .5em;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    width: 100%;
    margin: 0
}

#portal_home-promotion a.more-button:after {
    background-image: url(/img/kfp/icon-arrow-01.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    width: 16px;
    height: 5px;
    z-index: 0
}

#portal_home-promotion a img {
    width: 100%
}

@media only screen and (max-width: 640px) {
    #portal_home-promotion .flex-contents p {
        width: calc(50% - 1em);
        margin: 0 .5em 1.25em
    }
}

#portal_home-promotion .button-wrapper {
    margin: 2rem auto 0;
    max-width: 310px;
    width: 100%
}

@media only screen and (max-width: 640px) {
    #portal_home-promotion .button-wrapper {
        margin: 1rem auto 0
    }
}

#bmi {
    background-color: #ecf2e6;
    padding: 4em 30px
}

@media only screen and (max-width: 640px) {
    #bmi {
        padding: 4em 15px 3em
    }
}

#bmi .container {
    background-color: #1eaa38;
    border-radius: 10px;
    padding: 1.5em
}

@media only screen and (max-width: 640px) {
    #bmi .container {
        padding: 1.5em .75em
    }
}

#bmi .flex-contents {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2em;
    width: 100%
}

@media only screen and (max-width: 640px) {
    #bmi .flex-contents {
        display: block
    }
}

#bmi .left-contents {
    width: 170px
}

#bmi .left-contents .section-title {
    text-align: left
}

#bmi .left-contents .section-title .title {
    color: #fff
}

#bmi .left-contents .section-title .label {
    color: #fff
}

@media only screen and (max-width: 640px) {
    #bmi .left-contents {
        width: 100%
    }
}

#bmi .left-contents .section-title {
    text-align: center
}

#bmi .right-contents {
    width: calc(100% - 170px)
}

#bmi .right-contents p {
    color: #fff
}

@media only screen and (max-width: 640px) {
    #bmi .right-contents {
        width: 100%
    }
}

#bmi #input-field {
    background-color: #fff;
    padding: 1.5em 10px
}

@media only screen and (max-width: 640px) {
    #bmi #input-field {
        padding: 1.5em 10px 1em
    }
}

#bmi #input-field p {
    margin-bottom: 1.5em;
    text-align: center
}

@media only screen and (max-width: 640px) {
    #bmi #input-field p {
        text-align: left
    }
}

#bmi #input-field dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em auto;
    max-width: 300px;
    width: 100%
}

@media only screen and (max-width: 640px) {
    #bmi #input-field dl {
        display: block;
        margin: 1em auto 1.5em
    }
}

#bmi #input-field dt {
    background-color: #1eaa38;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    width: 100px
}

@media only screen and (max-width: 640px) {
    #bmi #input-field dt {
        width: 100%;
        margin-bottom: 1em
    }
}

#bmi #input-field dd {
    font-size: 1.25em;
    width: calc(100% - 100px)
}

@media only screen and (max-width: 640px) {
    #bmi #input-field dd {
        width: 100%;
        text-align: center
    }
}

#bmi #input-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: inherit;
    border: 1px solid #d3d3d3;
    margin: 0 15px;
    padding: 2px 5px;
    width: 130px
}

@media only screen and (max-width: 640px) {
    #bmi #input-field input {
        margin: 0 15px 0 0
    }
}

#bmi #button-measure {
    cursor: pointer;
    border: 1px solid #1eaa38;
    background-color: #fff;
    color: #1eaa38;
    display: block;
    max-width: 250px;
    margin: 2em auto;
    padding: 1em .5em;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
}

#bmi #button-measure:hover {
    background-color: #1eaa38;
    border: 1px solid #fff;
    color: #fff
}

#bmi #result {
    background-color: #fff;
    padding: 1.5em 5px;
    display: none
}

@media only screen and (max-width: 640px) {
    #bmi #result {
        padding: 1.5em 10px 1em
    }
}

#bmi #result .section-title {
    margin-bottom: 1em
}

#bmi #result .text-01 {
    font-size: 1.25em;
    text-align: center
}

#bmi #result #bmi-result-01 {
    color: #1eaa38;
    font-size: 200%;
    padding-left: 8px
}

#bmi #result .text-02 {
    font-size: 1.625em;
    margin-bottom: 1em;
    text-align: center
}

#bmi #result dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .5em auto;
    max-width: 300px;
    width: 100%
}

@media only screen and (max-width: 640px) {
    #bmi #result dl {
        display: block;
        margin-bottom: 1em
    }
}

#bmi #result dt {
    background-color: #1eaa38;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    width: 100px
}

@media only screen and (max-width: 640px) {
    #bmi #result dt {
        margin-bottom: 1em;
        width: 100%
    }
}

#bmi #result dd {
    font-size: 1.5em;
    margin-left: 1em;
    width: calc(100% - 100px)
}

@media only screen and (max-width: 640px) {
    #bmi #result dd {
        text-align: center;
        margin-left: 0;
        width: 100%
    }
}

#bmi .link-button {
    display: block
}

#bmi .link-button img {
    width: 100%
}

#bmi .link-button-wrapper {
    max-width: 1120px;
    margin: 3.5em auto 0;
    width: 100%
}

@media only screen and (max-width: 640px) {
    #bmi .link-button-wrapper {
        margin: 2em auto 0
    }
}

.portal_home-kenkoinfo .container {
    padding-top: 6em;
    padding-bottom: 6em
}

.portal_home-kenkoinfo h3 {
    border-bottom: 1px solid #d3d3d3;
    color: #1eaa38;
    font-size: 1.625em;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    text-align: center
}


.portal_home-kenkoinfo .list-cat .catPickUp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 23px;
}

.portal_home-kenkoinfo .list-cat .catPickUp .linkWrap {
    position: relative;
    width: 32%;
    height: 250px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
}

.portal_home-kenkoinfo .list-cat .catPickUp .linkWrap a {
    display: flex;
    position: absolute;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #d3d3d3;
    height: 100%;
    border-radius: 10px;
}

.portal_home-kenkoinfo .list-cat .catPickUp .linkWrap a:hover {
    border: 1px solid #1eaa38;
}

.portal_home-kenkoinfo .list-cat .catPickUp .linkWrap p {
    pointer-events: none;
    position: absolute;
    bottom: 12px;
    font-weight: bold;
}

.portal_home-kenkoinfo .list-cat .catPickUp .linkWrap img {
    width: 60%;
    height: auto;
}

@media only screen and (max-width: 640px) {
    .portal_home-kenkoinfo .list-cat .catPickUp {
        row-gap: 1em;
    }

    .portal_home-kenkoinfo .list-cat .catPickUp .linkWrap {
        width: 100%;
        height: 50px;
        align-items: center;
        justify-content: flex-start;
    }

    .portal_home-kenkoinfo .list-cat .catPickUp .linkWrap a {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

    .portal_home-kenkoinfo .list-cat .catPickUp .linkWrap img {
        width: 40px;
        height: auto;
        margin-left: 12px;
    }

    .portal_home-kenkoinfo .list-cat .catPickUp .linkWrap p {
        position: relative;
        margin-left: 60px;
        bottom: auto;
    }
}

@media only screen and (max-width: 1000px) {
    /* .portal_home-kenkoinfo .list-cat .flex-contents a {
        margin: 0 .5em 1em;
        width: calc(33.3333333333% - 1em)
    } */
}


.portal_home-kenkoinfo .list-cat .flex-contents .title {
    font-weight: bold;
    margin-top: .5em;
    text-align: center
}

@media only screen and (max-width: 1000px) {
    .portal_home-kenkoinfo .list-cat .flex-contents .title {
        font-size: 1.8vw
    }
}

@media only screen and (max-width: 640px) {
    .portal_home-kenkoinfo .list-cat .flex-contents .title {
        font-size: 1em;
        margin-top: 0;
        text-align: left;
        padding-left: 55px
    }
}


#portal_home-event {
    background-color: #ecf2e6;
    padding: 4em 30px
}

@media only screen and (max-width: 640px) {
    #portal_home-event {
        padding: 2em 15px
    }
}

#portal_home-event .container {
    background-color: #1eaa38;
    border-radius: 10px;
    padding: 1.5em;
    position: relative
}

@media only screen and (max-width: 640px) {
    #portal_home-event .container {
        padding: 1.5em .75em
    }
}

#portal_home-event .section-title {
    text-align: left
}

#portal_home-event .section-title .title {
    color: #fff
}

#portal_home-event .section-title .label {
    color: #fff
}

@media only screen and (max-width: 1000px) {
    #portal_home-event .section-title {
        text-align: center
    }
}

#portal_home-event .list-post {
    background-color: #fff;
    padding: 1em
}

@media only screen and (max-width: 1000px) {
    #portal_home-event .list-post {
        margin-bottom: 2em
    }
}

#portal_home-event .list-post a {
    /* border-bottom: 1px solid #d3d3d3; */
    color: inherit;
    /* display: block; */
    /* padding: 1em 0; */
    /* text-decoration: none */
}

#portal_home-event .list-post dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width: 640px) {
    #portal_home-event .list-post dl {
        display: block
    }
}

#portal_home-event .list-post dt {
    font-weight: bold;
    width: 100px
}

@media only screen and (max-width: 640px) {
    #portal_home-event .list-post dt {
        width: 100%;
        margin-bottom: 5px
    }
}

#portal_home-event .list-post dd {
    font-weight: bold;
    width: calc(100% - 100px)
}

@media only screen and (max-width: 640px) {
    #portal_home-event .list-post dd {
        width: 100%
    }
}

#portal_home-event .button-wrapper {
    max-width: 280px;
    width: 100%;
    position: absolute;
    top: 1.5em;
    right: 1.5em
}

#portal_home-event .button-wrapper a:hover {
    border: 1px solid #fff
}

@media only screen and (max-width: 1000px) {
    #portal_home-event .button-wrapper {
        margin: auto;
        position: static
    }
}

#portal_home-kenkotv .container {
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative
}

#portal_home-kenkotv .container:after {
    background-image: url(/img/kfp/map-fukushima.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
    margin: auto;
    width: 313px;
    height: 248px;
    z-index: 1
}

@media only screen and (max-width: 640px) {
    #portal_home-kenkotv .container:after {
        top: 15%;
        width: 150px;
        height: 120px
    }
}

#portal_home-kenkotv .section-title {
    margin-bottom: 4em;
    position: relative;
    z-index: 2
}

#portal_home-kenkotv .button-wrapper {
    margin: auto;
    max-width: 280px;
    width: 100%
}

#portal_home-kenkotv .list-post-slider {
    position: relative;
    width: 85%;
    margin: 0 auto 5em;
    z-index: 2
}

@media only screen and (max-width: 640px) {
    #portal_home-kenkotv .list-post-slider {
        width: 80%
    }
}

#portal_home-kenkotv .list-post-slider a {
    color: inherit;
    display: block;
    margin: auto;
    text-decoration: none;
    width: 95%
}

#portal_home-kenkotv .list-post-slider a:hover {
    opacity: 1
}

#portal_home-kenkotv .list-post-slider a:hover .img-box img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

#portal_home-kenkotv .list-post-slider .img-box {
    background-color: #ecf2e6;
    overflow: hidden;
    padding-top: 55%;
    position: relative;
    width: 100%
}

#portal_home-kenkotv .list-post-slider .img-box:after {
    background-image: url(/img/kfp/icon-video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 50px;
    z-index: 0
}

@media only screen and (max-width: 1000px) {
    #portal_home-kenkotv .list-post-slider .img-box {
        padding-top: 65%
    }
}

@media only screen and (max-width: 640px) {
    #portal_home-kenkotv .list-post-slider .img-box {
        padding-top: 55%
    }
}

#portal_home-kenkotv .list-post-slider .img-box img {
    width: 105%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    vertical-align: middle;
    z-index: 1
}

@media only screen and (max-width: 1000px) {
    #portal_home-kenkotv .list-post-slider .img-box img {
        width: 120%
    }
}

@media only screen and (max-width: 640px) {
    #portal_home-kenkotv .list-post-slider .img-box img {
        width: 105%
    }
}

#portal_home-kenkotv .list-post-slider .text-box h3 {
    color: #707070;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em
}

#portal_home-keyslogan {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 3em;
    padding: 2em 3em 3em;
    position: relative;
    width: 100%;
    z-index: 2;
    display: grid;
    place-content: center;
    gap: 1.5em
}

@media only screen and (max-width: 640px) {
    #portal_home-keyslogan {
        padding: 2em 1.5em 3em
    }
}

#portal_home-keyslogan .icon {
    display: block;
    margin: auto;
    max-width: 400px;
    width: 100%;
    height: auto
}

#portal_home-keyslogan h2 {
    color: #1eaa38;
    font-size: 1.875em;
    font-weight: bold;
    text-align: center
}

#portal_home-keyslogan .box {
    padding: 1em;
    border-radius: 10px;
    border: 2px solid #1eaa38
}

#portal_home-keyslogan h3 {
    color: #1eaa38;
    font-weight: bold;
    margin-bottom: 10px
}

#portal_home-keyslogan p {
    font-size: 1.125em;
    line-height: 1.8
}

@media only screen and (max-width: 640px) {
    #portal_home-keyslogan p {
        text-align: left
    }
}

#portal_home-keyslogan .copy {
    text-align: left;
    font-size: 1em
}

#portal_home-keyslogan .button-wrapper {
    width: 50%;
    margin: auto;
    margin-top: 2em
}

@media only screen and (max-width: 640px) {
    #portal_home-keyslogan .button-wrapper {
        width: 100%
    }
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    /* font-size: 0px; */
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    /* font-size: 20px; */
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: "→"
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

.slider {
    display: none
}

.slider * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0
}

.slider.slick-slider {
    display: block
}

.slider .slick-track .slick-slide a {
    display: block
}

.slider .slick-track .slick-slide img {
    width: 100%;
    height: auto;
    margin: auto;
    vertical-align: middle;
    display: block
}

.list-post-slider .slick-arrow {
    cursor: pointer;
    z-index: 9;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media only screen and (max-width: 640px) {
    .list-post-slider .slick-arrow {
        width: 30px;
        height: 30px
    }
}

.list-post-slider .slick-arrow:before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 26px;
    margin: auto;
    z-index: 2
}

@media only screen and (max-width: 640px) {
    .list-post-slider .slick-arrow:before {
        left: 12px
    }
}

.list-post-slider .slick-arrow:after {
    content: "";
    display: block;
    width: 26px;
    height: 40px;
    border-radius: 0;
    background: #1eaa38;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.list-post-slider .slick-arrow.slick-prev {
    left: -60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width: 640px) {
    .list-post-slider .slick-arrow.slick-prev {
        left: -40px
    }
}

.list-post-slider .slick-arrow.slick-next {
    right: -60px
}

@media only screen and (max-width: 640px) {
    .list-post-slider .slick-arrow.slick-next {
        right: -40px
    }
}


/* 新着情報が無かった場合 */
div#portal_home-event p.no_data {
    padding: 1em;
    display: flex;
    justify-content: center;
    /* margin-bottom: 4em; */
    color: #FFF;
}

.section-title:has(+ .no_data) {
    margin: 0;
}

/* 新着情報 */
.section_information_list ul li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #d3d3d3;
    padding: 1em 0;
}

.section_information_list ul li>span {
    display: table-cell;
    vertical-align: top;
}

.section_information_list ul li>span.nichiji {
    width: 11em;
}

.section_information_list ul li>span.linkTit a {
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .section_information_list ul li {
        display: flex;
        flex-direction: column;
    }
}


/* メイングラフィック（スライドショー） */
#top_photo_wrap {
    position: relative;
}

#top_photo {
    width: 100%;
    margin: 0px;
    position: relative;
}

#top_photo_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#top_photo_list p a {
    display: block;
    color: inherit;
    text-decoration: none;
}

#top_photo_list p img {
    width: 100% !important;
    height: 100% !important;
    vertical-align: bottom;
    display: inline;
}

#top_photo_list p span.photo_caption {
    display: block;
    background: #333;
    color: #fff;
    padding: 5px 20px;
}

#top_photo_list p span.photo_caption:empty {
    padding: 0px;
}

#top_photo_list p span.photo_caption span {
    color: inherit !important;
}

#mp_control_box {
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 30px; */
    display: flex;
    justify-content: center;
    padding: 1em 0;
}

#mp_control_box button[id^="mp_control_"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px 0px 0px;
    padding: 0px;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: 8px auto;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
}

#mp_control_box button#mp_control_prev {
    background-image: url(/img/kfp/btn_slide_prev.png);
    background-position: 6px center;
}

#top_photo #mp_control_box button#mp_control_prev {
    background-image: url(/img/kfp/btn_slide_prev2.png);
    background-size: 11px auto;
}

#mp_control_box button#mp_control_next {
    background-image: url(/img/kfp/btn_slide_next.png);
    background-position: 8px center;
}

#top_photo #mp_control_box button#mp_control_next {
    background-image: url(/img/kfp/btn_slide_next2.png);
    background-size: 11px auto;
    background-position: 6px center;
}

#mp_control_box button#mp_control_pause {
    background-image: url(/img/kfp/btn_slide_stop.png);
    background-position: center center;
}

#mp_control_box button#mp_control_play {
    display: none;
    background-image: url(/img/kfp/btn_slide_play.png);
    background-position: 8px center;
}


/* スライドナビゲーションボタン */
ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#portal_home-kenkotv .list-post-slider ul.slick-dots {
    width: 100%;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    padding: 2px;
}

ul.slick-dots li button {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
    border: none;
    background: #d3d3d3;
    color: #333;
}

ul.slick-dots li.slick-active button {
    background: #1eaa38;
    color: #fff;
}

#top_photo ul.slick-dots li button {
    border: solid 2px #FFF;
}



/* 追記2025年4月23日 */
/* YouTube動画のモーダルウィンドウ */
/* --- ここから Slick Slider の矢印ボタンのスタイル調整 --- */

.slick-prev,
.slick-next {
    z-index: 10;
    width: 40px;
    /* ボタンの幅 */
    height: 40px;
    /* ボタンの高さ */
    background-color: rgba(51, 51, 51, 0.5);
    /* 半透明のグレー背景 */
    border-radius: 50%;
    /* 円形にする */
    transition: background-color 0.2s ease;
    /* ホバー時のトランジション */
    /* デフォルトのテキストやアイコンを非表示にする */
    /* font-size: 0; */
    line-height: 0;
    color: transparent;
}

/* ホバー時とフォーカス時の背景色を少し濃くする */
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: rgba(51, 51, 51, 0.8);
    /* 背景色を濃くする */
    outline: none;
    /* フォーカス時のデフォルトアウトラインを消す */
    /* color: transparent; は継承されるので再指定不要 */
}

/* 矢印アイコン(:before)のスタイル - CSS Borderで描画 */
.slick-prev:before,
.slick-next:before {
    content: '';
    /* contentを空にする (必須) */
    display: block;
    /* ブロック要素にする */
    width: 0;
    /* 幅を0に */
    height: 0;
    /* 高さを0に */
    border-style: solid;
    /* ボーダーを使う */
    position: absolute;
    /* 絶対配置で中央へ */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); 中央揃えの基本 */
    /* font-family, font-size, line-height, color, opacity は不要 */
}

/* 左向き矢印 (Previous) */
.slick-prev:before {
    border-width: 8px 10px 8px 0;
    /* 上 右 下 左 (三角形のサイズ) */
    border-color: transparent white transparent transparent;
    /* 右側のボーダーのみ白、他は透明 */
    /* 位置微調整 (中央より少し左に) */
    transform: translate(-60%, -50%);
}

/* 右向き矢印 (Next) */
.slick-next:before {
    border-width: 8px 0 8px 10px;
    /* 上 右 下 左 (三角形のサイズ) */
    border-color: transparent transparent transparent white;
    /* 左側のボーダーのみ白、他は透明 */
    /* 位置微調整 (中央より少し右に) */
    transform: translate(-40%, -50%);
}


/* ボタンの位置調整 */
.slick-prev {
    left: -35px;
    /* コンテナの左端からの距離 */
}

.slick-next {
    right: -35px;
    /* コンテナの右端からの距離 */
}


/* --- スマホ表示用のスタイル調整 --- */
@media (max-width: 767px) {

    .slick-prev,
    .slick-next {
        width: 30px;
        /* スマホ用に少し小さく */
        height: 30px;
    }

    /* スマホ表示用の矢印サイズ調整 */
    .slick-prev:before {
        border-width: 6px 8px 6px 0;
        /* 少し小さく */
    }

    .slick-next:before {
        border-width: 6px 0 6px 8px;
        /* 少し小さく */
    }

    /* スマホ表示での位置 */
    .slick-prev {
        left: 10px;
        /* 画面端からの距離 */
    }

    .slick-next {
        right: 10px;
        /* 画面端からの距離 */
    }

    /* ドットが見やすいように下に余白を追加 (既存のスタイル) */
    .slick-dots {
        bottom: -25px;
    }

    .ytModal {
        margin-bottom: 40px;
        /* ドット分のマージンを追加 (既存のスタイル) */
    }
}

/* --- ここまで Slick Slider の矢印ボタンのスタイル調整 --- */


/* Slick Slider コンテナのスタイル調整 */
.ytModal {
    margin-bottom: 20px;
    min-height: 220px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
}

.ytModal.slick-initialized {
    opacity: 1;
}

/* 各動画アイテム（ボタン+タイトル）のコンテナ */
.video-item {
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.modal-button {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: transform 0.2s ease, background-image 0.5s ease;
    margin-bottom: 8px;
}

.modal-button:hover {
    transform: scale(1.03);
}

.modal-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: background-color 0.2s ease;
    opacity: 0;
    pointer-events: none;
}

.modal-button.has-thumbnail::before {
    opacity: 1;
}

.modal-button:hover::before {
    background-color: rgba(0, 0, 0, 0);
}

.video-title {
    font-weight: bold;
    /* font-size: 14px; */
    margin: 0;
    padding: 0 5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.3em * 2);
    min-height: calc(1.3em * 2);
    color: #555;
    text-align: left;
}

.video-title.is-loading {
    opacity: 0.6;
    color: #999;
}

.ytModal-error {
    color: red;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.ytModal ul.slick-dots {
	width: 100%;
	text-align: center;
}

/* スマホ用タイトルフォントサイズ調整 */
@media (max-width: 767px) {
    .video-title {
        /* font-size: 13px; */
    }
}