@charset "utf-8";

/*  =========================================================================

    Individual styles
    -top

    ========================================================================= */

/*  ヒーローユニット
    ========================================================================= */
.container.hero {
    background-image: none;
    height: 455px
}

/*slick-initializedが付与されたら表示*/
.container.hero #main-visual{
    display: none;
}
.container.hero #main-visual.slick-initialized{
    display: block;
}
.container.hero #main-visual .x-anchor {
    cursor: pointer;
    -webkit-transition: .15s opacity ease-in-out;
    transition: .15s opacity ease-in-out;
}
.container.hero #main-visual h2{
    width: 100%;
}
.container.hero #main-visual h2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* スライド1枚目調整（SPは347行目） */
.container.hero #main-visual section:nth-of-type(1) img{
    height: 140%;
    object-position: 50% -33px;
}

/*  受診勧奨資材
    ========================================================================= */
#shizai h4.item_cart span {
    font-size: .7em;
}
#shizai .links{
    margin-top: 4em;
}
#shizai .links .col {
    border: 1px solid #b1b1b1;
    text-align: center;
}
#shizai .links .col > a {
    padding: .66em 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#shizai .sheets{
    margin-top: 2.5em;
    margin-bottom: 5em;
}
#shizai .sheets h4{
    padding: 1em;
    color: #FFF;
    font-weight: bold;
    font-size: 1.15em;
}
#shizai .sheets .col > .box {
    margin-bottom: 1em;
    border: 1px solid #b1b1b1;
    text-align: center;
}
#shizai .sheets .col .x-anchor {
    cursor: pointer;
    -webkit-transition: .15s opacity ease-in-out;
    transition: .15s opacity ease-in-out;
}
#shizai .sheets .col .x-anchor:hover {
    opacity: .65;
}
#shizai .sheets .col > .box > h5,
#shizai .sheets .col > .box > p {
    padding: .5em;
}
#shizai .sheets .col > .box > h5 {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0.8em 0;
    border-bottom: solid 1px #CCC;
}
#shizai .sheets .col > .box > p {
    background-color: #ddd;
    line-height: 1.2;
}
#shizai .sheets .col > .box > .crop {
    width: 90%;
    margin: .5em auto;
}
#shizai .sheets .col > .box > .crop:before {
    padding-top: 20em;
}

#shizai .sheets .col > .box.pamphlet > h5 {
    background-color: #ea8f23;
}
#shizai .sheets .col > .box.pamphlet > p {
    background-color: #fae9ce;
}

#shizai .sheets .col > .box.call-leaflet > h5 {
    background-color: #e48d8e;
}
#shizai .sheets .col > .box.call-leaflet > p {
    background-color: #f7dddd;
}

#shizai .sheets .col > .box.recall-leaflet > h5 {
    background-color: #7cbaca;
}
#shizai .sheets .col > .box.recall-leaflet > p {
    background-color: #d7eaef;
}

#shizai .sheets .col > .box.postcard > h5 {
    background-color: #82c883;
}
#shizai .sheets .col > .box.postcard > p {
    background-color: #d9eeda;
}

#shizai .sheets .col > .box.other > h5 {
    background-color: #fdad56;
}
#shizai .sheets .col > .box.other > p {
    background-color: #fee6cc;
}

#shizai .sheets .col > .box.other2 > h5 {
    background-color: #cb98ff;
}
#shizai .sheets .col > .box.other2 > p {
    background-color: #efe0ff;
}

#shizai .sheets .col > .box.seimitsu > h5 {
    background-color: #2ca9e1;
}
#shizai .sheets .col > .box.seimitsu > p {
    background-color: #bfe5f6;
}
#shizai .sheets .col > .box.corona > h5 {
    background-color: #FF6347;
}
#shizai .sheets .col > .box.corona > p {
    background-color: #FFD0C7;
}

#shizai .sheets .sheets_list{
    width: -webkit-calc(100%);
    width: calc(100%);
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#shizai .sheets .sheets_list > .col{
    padding-left: 0;
    float: none;
    border: solid 1px #ccc;
    margin-top: -1px;
    margin-left: -1px;
    width: calc(25% + 0.75px);
}
#shizai .sheets .sheets_list > .col:first-child,
#shizai .sheets .sheets_list > .col:nth-of-type(4n+1){
    margin-left: 0;
}
#shizai .sheets .sheets_list .crop:before {
    content:none;
}
#shizai .sheets .sheets_list .col > .box {
    border: none;
    margin-bottom: 0;
}
#shizai .sheets .sheets_list .sheets_item{
    display: flex;
    justify-content:center;
    align-items: flex-end;
    padding: 1.5em 0;
    overflow: hidden;
    min-height: 245px;
}
#shizai .sheets .sheets_list .sheets_item.vertical{
    flex-direction: column;
    align-items: inherit;
}
#shizai .sheets .sheets_list .sheets_item li{
    list-style: none;
    margin-right: .5em;
}
#shizai .sheets .sheets_list .sheets_item li:last-child{
    margin-right: 0;
}
#shizai .sheets .sheets_list .sheets_item.vertical li{
    margin-right: 0;
    margin-bottom: 1.25em;
}
#shizai .sheets .sheets_list .sheets_item.vertical li:last-child{
    margin-bottom: 0;
}

#shizai .sheets .sheets_list .sheets_item li .img_h_L{
    height: 218px;
}
#shizai .sheets .sheets_list .sheets_item li .img_h_M{
    height: 144px;
}
#shizai .sheets .sheets_list .sheets_item li .img_h_S{
    height: 120px;
}
#shizai .sheets .sheets_list .sheets_item li .img_w_L{
    width: 200px;
}
#shizai .sheets .sheets_list .sheets_item li .img_w_S{
    width: 100px;
}
#shizai .sheets .sheets_list .sheets_item li span{
    padding: 0.25em 0.5em;
    display: block;
    border-radius: 0.4em;
    width: 78px;
    text-align: center;
    margin: 0 auto;
    font-size: .75em;
    margin-top: 0.5em;
}

#shizai #sec1.sheets h4{
    background-color: #FFAE4C;
}
#shizai #sec1.sheets .sheets_list .col h5 {
    background-color: #FFEFDB !important;
    color: #000;
}
#shizai #sec1.sheets .sheets_list .sheets_item li span.ico_leafret{
    color: #FFF;
    background-color: #FFAE4C;
}
#shizai #sec1.sheets .sheets_list .sheets_item li span.ico_hagaki{
    color: #FFAE4C;
    border: solid 1px #FFAE4C;
}

#shizai #sec2.sheets h4{
    background-color: #2CA9E1;
}
#shizai #sec2.sheets .sheets_list .col h5 {
    background-color: #D5EEF9 !important;
    color: #000;
}
#shizai #sec2.sheets .sheets_list .sheets_item li span.ico_leafret{
    color: #FFF;
    background-color: #2CA9E1;
}
#shizai #sec2.sheets .sheets_list .sheets_item li span.ico_hagaki{
    color: #2CA9E1;
    border: solid 1px #2CA9E1;
}

#shizai #sec3.sheets h4{
    background-color: #CB98FF;
}
#shizai #sec3.sheets .sheets_list .col h5 {
    background-color: #F5EAFF !important;
    color: #000;
}
#shizai #sec3.sheets .sheets_list .sheets_item li span.ico_leafret{
    color: #FFF;
    background-color: #CB98FF;
}
#shizai #sec3.sheets .sheets_list .sheets_item li span.ico_hagaki{
    color: #CB98FF;
    border: solid 1px #CB98FF;
}

#shizai #sec4.sheets h4{
    background-color: #FFA0C6;
}
#shizai #sec4.sheets .sheets_list .col h5 {
    background-color: #FFE7F1 !important;
    color: #000;
}
#shizai #sec4.sheets .sheets_list .sheets_item li span.ico_leafret{
    color: #FFF;
    background-color: #FFA0C6;
}
#shizai #sec4.sheets .sheets_list .sheets_item li span.ico_hagaki{
    color: #FFA0C6;
    border: solid 1px #FFA0C6;
}

/*  =========================================================================
    MDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 890px) {
    #shizai .sheets .sheets_list > .col{
        width: calc(50% + 0.5px);
    }
    #shizai .sheets .sheets_list .sheets_item {
        min-height: 198px;
    }
    #shizai .sheets .sheets_list .sheets_item li .img_h_L{
        height: 174px;
    }
    #shizai .sheets .sheets_list .sheets_item li .img_h_M{
        height: 115px;
    }
    #shizai .sheets .sheets_list .sheets_item li .img_h_S{
        height: 96px;
    }
    #shizai .sheets .sheets_list .sheets_item li .img_w_L{
        width: 160px;
    }
    #shizai .sheets .sheets_list .sheets_item li .img_w_S{
        width: 80px;
    }
    #shizai .sheets .sheets_list .sheets_item li span {
        width: 65px;
        font-size: .6em;
    }
}

@media screen and (max-width: 780px) {
    #shizai .sheets .col > .box > .crop:before {
        padding-top: 15em;
    }
}

/*  =========================================================================
    SDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 480px) {
    .container.hero{
        height: 250px;
    }
    /* SPスライド1枚目調整（PCは33行目） */
    .container.hero #main-visual section:nth-of-type(1) img{
        height: 100%;
        object-position: 40% 0;
    }
    #shizai .links .col:not(:last-of-type) {
        border-bottom: none;
    }
    #shizai .sheets .col > .box > h5 {
        background-color: #aaa;
        color: #fff;
        font-weight: bold;
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
    }
    #shizai .sheets .col > .box > .crop:before {
        padding-top: 10em;
    }
}

/*  自治体の声
    ========================================================================= */
#voice {
    background: #d8eaf3 url("../images/top/slide_back.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
}
#voice .carousel {
    margin-top: 0;
}

#voice .links {
    background-color: rgba(0, 0, 0, 0.33);
    padding: .66em 0;
    margin-top: 1.25em;
    font-size: 1.1em;
}
#voice .links a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#voice .links i.icon.icon-circle-burger::before {
    background-image: url("../images/top/ico_list.png");
    background-size: 18px 18px;
    font-size: 18px;
}
#voice .links i.icon.icon-graph-grow::before {
    background-image: url("../images/top/ico_kouka.png");
    background-size: 18px 18px;
    font-size: 18px;
}

/*  ページ中ナビ
    ========================================================================= */
#in-page-nav {
    padding: 1.5em 0;
}
#in-page-nav .navs .row .box {
    padding: 2em 1.5em 2em 7.5em;
    background-repeat: no-repeat;
    background-position: 1.5em 2em;
    background-size: 4.5em auto;
}
#in-page-nav .navs .row:last-of-type .box {
    border-top: 1px solid #41457b;
}
#in-page-nav .navs .row .box.checklist {
    background-image: url("../images/top/mark1.png");
}
#in-page-nav .navs .row .box.notepad {
    background-image: url("../images/top/mark2.png");
}
#in-page-nav .navs .row .box.cardiophone {
    background-image: url("../images/top/mark3.png");
}
#in-page-nav .navs .row .box.conference {
    background-image: url("../images/top/mark4.png");
}
#in-page-nav .navs .row .box > h5 {
    padding-bottom: .125em;
    font-size: 1.5em;
    font-weight: bold;
}
#in-page-nav .navs .row .box > h5 > a {
    color: #37607a;
}
#in-page-nav .navs .row .box > h5 > a > i.icon {
    font-size: .85em;
}

/*  =========================================================================
    MDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 780px) {
    #in-page-nav .navs .row:first-of-type li:last-of-type > .box {
        border-top: 1px solid #41457b;
    }
}

/*  メッセージ
    ========================================================================= */
#message {
    padding: 0;
}
#message .col {
    position: relative;
    padding: 2em 0 0 0;
    background-repeat: no-repeat;
    background-size: auto 110%;
}
#message .col > .box,
#message .col > address {
    display: block;
    max-width: 26em;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#message .col > .box {
    padding: 0 2.5em 9.5em 2.5em;
}
#message .col > .box > h5 {
    font-size: 1.75em;
    padding-bottom: .25em;
    letter-spacing: -.015em;
    font-weight: bold;
}
#message .col.yamamoto {
    background-color: #a6d144;
    background-image: url("../images/top/mes_leftback.jpg");
    background-position: left -4.5em center;
}
#message .col.yamamoto > .box,
#message .col.yamamoto > address {
    margin-right: 0;
    padding-left: 0;
}
#message .col.mizota {
    background-color: #efa633;
    background-image: url("../images/top/mes_rightback.jpg");
    background-position: right -2em center;
}
#message .col.mizota > .box,
#message .col.mizota > address {
    margin-left: 0;
    padding-right: 0;
}
#message .col > address {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    margin-bottom: 4em;
    text-align: right;
}
#message .col > address > .fullname {
    font-size: 1.15em;
}
#message .col.yamamoto > address {
    right: 2.5em;
}
#message .col.mizota > address {
    left: 2.5em;
}

#message .col > .link {
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0; bottom: 0;
    padding: .8em 0;
    background-color: rgba(0, 0, 0, .25);
}
#message .col.yamamoto > .link {
    text-align: right;
}
#message .col > .link a {
    display: block;
    font-size: 1em;
    padding: 0 2.5em;
}
#message .col > .link a i.icon {
}

/*  =========================================================================
    HDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 1280px) {
    #message .col.yamamoto {
        background-position: left -8em center;
    }
    #message .col.mizota {
        background-position: right -6em center;
    }
}

/*  =========================================================================
    Lesser HDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 1120px) {
    #message .col.yamamoto {
        background-position: left -4em center;
    }
    #message .col.mizota {
        background-position: right -4em center;
    }
}

/*  =========================================================================
    Higher MDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 840px) {
    #message .col > .box {
        width: 80%;
    }
    #message .col > address {
        width: 80%;
    }
    #message .col.mizota > address {
        text-align: left;
    }
}

/*  =========================================================================
    SDPI - Responsive breakpoint
    ========================================================================= */
@media screen and (max-width: 480px) {
    #message .col > .box,
    #message .col > address,
    #message .col > .link {
        position: static;
        padding: 0;
        margin: 0;
        width: auto;
    }
    #message .col > address,
    #message .col > .link {
        text-align: right !important;
    }

    #message .col {
        padding-top: 3em;
        background-image: none !important;
    }
    #message .col::before {
        content: "";
        display: block;
        width: 15em;
        height: 15em;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto 1.5em auto;
        border-radius: 50%;
        border: .25em solid rgba(255, 255, 255, 0.6);
    }
    #message .col.yamamoto::before {
        background-image: url("../images/top/mes_leftback.jpg");
    }
    #message .col.mizota::before {
        background-image: url("../images/top/mes_rightback.jpg");
    }

    #message .col > .box,
    #message .col > address {
        max-width: none;
        padding: 0 1.5em !important;
        margin: 0 auto !important;
    }
    #message .col > .box > h5 {
        font-size: 1.25em;
        padding-bottom: .5em;
    }
    #message .col > address {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }

    #message .col > .link {
        padding: .75em 1.5em;
    }
    #message .col > .link a {
        padding: 0 !important;
    }
}


/*  ニュース
    ========================================================================= */
#news h3 {
}

#news .lines li {
    display: table;
    width: 100%;
}
#news .lines li > time {
    display: table-cell;
    width: 8em;
    letter-spacing: .05em;
}


div [data-href='./items.html#shizai-letter-004a'],
div [data-href='./items.html#shizai-recall-004a'] {
    font-feature-settings: "palt" 1 !important;
    padding: 0 !important;
	white-space: nowrap !important;
}

/*  特設サイト案内ボタン
    ========================================================================= */
/* solid021 */
.button_solid021 a {
    background: #ff6900;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto 0 auto;
    max-width: 75%;
    padding: 15px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 20px;
    border-bottom: 4px solid #ec9000;
    overflow: hidden;
    font-size: 1em;
}
.button_solid021 a:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.button_solid021 a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.button_solid021 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
    border-radius: 1px;
    transition: 2s ease-in-out;
}
.info2 {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    margin: 0 1.5em;
    padding: 0.5em 0;
}
.info2 h4 {
    font-size: x-large;
    font-weight: bold;
    border-bottom: 2px solid #bee5eb;
    margin: .5em;
    display: inline-block;
}