@charset 'utf-8';
/* CSS Document */

html {
    font-size: 62.5%;
}

body {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.5;

    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}




/* header
=========================================================*/

.header__inner {
    display: flex;

    padding-top: 25px;
    padding-bottom: 10px;

    justify-content: space-between;
}

header .logo {
    margin-top: 10px;
}

.header__list {
    font-size: 1.4rem;

    width: 200px;
}

ul.header__list {
    margin-top: 0;
}

ul.header__list li {
    margin-top: 0;
}

.header__list li img {
    margin-right: 6px;

    vertical-align: sub;
}

.header__list-home {
    float: left;

    padding-right: 10px;

    border-right: 1px solid #ccc;
}

.header__list-home ul li {
    margin-top: 0 !important;
}

.header__list-home a i {
    margin-right: 5px;

    color: #e95098;
}

.header__list-sitemap {
    float: right;

    margin-bottom: 5px;
}

.header__list-sitemap a i {
    margin-right: 5px;

    color: #e95098;
}

.header__list-inquiry {
    font-weight: bold;

    clear: both;

    margin-top: 7px;
    padding: 6px 0 4px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background: #e95098;
}

.header__list-inquiry a i {
    margin-right: 5px;
}

.header__list li a:hover {
    text-decoration: underline;
}

.pri_li li{
	text-indent:-1.4em;
	padding-left:1.1em;
}

nav#gNav ul {
    display: flex;

    margin-top: 0 !important;

    border-top: 1px solid #e95098;
    border-bottom: 1px solid #e95098;

    justify-content: space-around;
}

nav#gNav ul li {
    font-size: 1.7rem;
    font-weight: bold;

    margin-top: 0 !important;
    padding-top: 17px;
    padding-bottom: 15px;

    color: #535353;
}

nav#gNav ul li a:hover {
    color: #e95098;
}

#about nav#gNav ul li.gnav1 {
    color: #e95098;
}

#public nav#gNav ul li.gnav2 {
    color: #e95098;
}

#issue nav#gNav ul li.gnav3 {
    color: #e95098;
}

#compensation nav#gNav ul li.gnav4 {
    color: #e95098;
}

#safetynet nav#gNav ul li.gnav5 {
    color: #e95098;
}

#service nav#gNav ul li.gnav6 {
    color: #e95098;
}

/*
#about nav#gNav ul li:nth-of-type(1) a {
    color: #E95098;
}
*/

nav#gNav ul li.current {
    color: #e95098;
}

/* main
=========================================================*/

.content {
    width: 1020px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.Flbox {
    display: flex;

    margin-top: 25px;

    justify-content: space-between;
}

main {
    width: 690px;
}
main.Flbox__contents_col1 {
    width: 100%;
    margin: 0 auto;
}

.Flbox__wrap {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.Flbox__wrap.column {
    flex-direction: column;
}

     .empty {
        height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .news dl.empty{
        border-bottom: none;
    }



    .Flbox__wrap {
        margin-top: 16px;
    }
    
    .Flbox__wrap dl {
        font-size: 1.4rem;
    
        width: 220px;
        margin-top: 43px;
        padding-bottom: 30px;
    
        border-bottom: 1px solid #ccc;
    }
    
    .Flbox__wrap dt {
        display: flex;
    
        margin-bottom: 15px;
    }
    
    .Flbox__wrap dt span {
        font-size: 1.3rem;
        font-weight: bold;
    
        display: inline-block;
    
        width: 70px;
        margin-left: 10px;
    
        text-align: center;
    
        border-radius: 4px;
    }
    
    .Flbox__wrap dt span.oshirase {
        padding: 1px 0;
    
        color: #fff;
        background-color: #56c41c;
    }
    
    .Flbox__wrap dt span.sonota {
        padding-top: 1px;
    
        color: #fff;
        background: #ccc;
    }
    
    .Flbox__wrap dt span.topics {
        padding-top: 1px;
    
        letter-spacing: -2px;
    
        color: #fff;
        background: #139ecc;
    }
    
    .Flbox__wrap dd a:hover {
        color: #e95098;
    }
    
    .ChangePhoto {
        cursor: pointer;
    }
/* ニュース一覧レイアウト */
.Flbox__wrap.newsList {
    margin-top: 16px;
}

.Flbox__wrap.newsList dl {
    font-size: 1.4rem;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;

    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1025px) {
    .Flbox__wrap.newsList dl {
        flex-direction: column;
    }
    .Flbox__wrap.newsList dl dt {
        width: 100%;
        margin-bottom: 15px;
    }
    .Flbox__wrap.newsList dl dd {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1025px) {
    .Flbox__wrap.newsList dl {
        padding: 0 10px;
        overflow: hidden;
        box-sizing: border-box;
    }
}
.Flbox__wrap.newsList dt {
    display: flex;
    
    width: 23%;
    align-items: baseline;
}

.Flbox__wrap.newsList dt span {
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    border-radius: 4px;

    width: 120px;
    padding: 10px 0;
    line-height: 1em;
    height: 1em;
}

.Flbox__wrap.newsList dt span.oshirase {
    color: #fff;
    background-color: #56c41c;
}
.Flbox__wrap.newsList dd {
    width: 76%;
	padding-top: 6px;
}
.Flbox__wrap.newsList dd a {
    display: block;
}
.Flbox__wrap.newsList dd span.title {
    font-weight: bold;
    display: block;
}
.Flbox__wrap.newsList dd span.title + p {
    margin-top: 15px;
}

.Flbox__wrap.newsList dt span.sonota {
    color: #fff;
    background: #ccc;
}

.Flbox__wrap.newsList dt span.topics {
    color: #fff;
    background: #e9c250;
}

.Flbox__wrap.newsList dt span.important {
    color: #fff;
    background: #e97650;
}
.Flbox__wrap.newsList dt span.service {
    color: #fff;
    background: #e95098;
}

.Flbox__wrap.newsList d a:hover {
    color: #e95098;
}


/* side
=========================================================*/

aside {
    width: 300px;
}




/* sitemap
=========================================================*/


.sitemap .sitemap__inner {
    display: flex;

    width: 1020px;
    margin-right: auto;
    margin-left: auto;

    color: #333;

    justify-content: space-between;
}
.sitemap .sitemap__inner > div {
    width: 20%;
    padding: 0 1em;
    box-sizing: border-box;
}

.sitemap .sitemap__inner ul {
    margin-top: 13px;
    padding: 0 1em;
    text-indent: -0.5em;
}

.sitemap .sitemap__inner p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 1em;
    position: relative;
}
.sitemap .sitemap__inner p::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.3em;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    padding-right: 3px;
    content: '\f105';
    vertical-align: -2px;
    color: #e95098;
    text-rendering: auto;
    position: absolute;
    left: 0;
    top: 4px;
}

.sitemap .sitemap__inner ul li {
    font-size: 1.4rem;
}
.sitemap .sitemap__inner ul.listLink {
    text-indent: -0.7rem;
}

.sitemap .sitemap__inner ul.listLink li::before {
    padding-right: 5px;
}


/* address
=========================================================*/
.address {
    background-color: #f4f4f7 !important;
}
.address a:hover {
    text-decoration: underline;
}

.address__inner {
    font-size: 1.4rem;

    display: flex;

    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0 60px;

    color: #333;

    justify-content: space-between;
    align-items: center;
}

.address__inner-nav ul {
    display: flex;
    flex-direction: row;
}

.address__inner-nav li::after {
    padding: 0 5px;

    content: '/';
}

.address__inner-nav li:last-child:after {
    content: none;
}

.BlkPageTop__link {
    line-height: 1;

    position: fixed;
    right: 5%;
    bottom: 6%;

    width: 80px;
    height: 80px;
    padding: 0;
}

/* footer
=========================================================*/

footer {
    font-size: 1.3rem;

    padding: 50px 0;

    text-align: center;

    color: #fff;
    background: #e95098;
}
.banner{
    margin: 0 auto;
    text-align: center;
}
.banner .banner__inner{
    padding: 30px;

}


.sidr {
    background: #fff;
    box-shadow: 0 0 0 0;
}

.sidr ul li a {
    color: #e95098;
}
/* ガイドブック
=========================================================*/

.mdlLeaflet {
    cursor: pointer;
}
.mdlLeaflet ul.listLink {
    padding-left: 0;
    text-indent: 0;
}
.mdlLeaflet ul.listLink li:hover {
    transition: 0.5s;
    opacity: 0.7;
}
  .guide_modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1000;
    transition: 0.5s ease;
    display: none;
    opacity: 0;
  }
  .guide_modal.act {
    opacity: 1;
    z-index: 10;
    cursor: pointer;
  }
  .guide_modal .modal_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    z-index: 5;
  }
  .guide_modal .guide_modal_wrap {
    width: 80vw;
    max-width: 1000px;
    position: absolute;
    max-height: 80vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    padding: 10px;
    cursor: inherit;
    z-index: 10;
   }
   .guide_modal .guide_modal_wrap .closed {
    content: "";
    display: block;
    top: -20px;
    left: -20px;
    background-image: url('/common/images/close.png');
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    z-index: 10;
    width: 20px;
    height: 20px;
    margin: auto;
    padding: 10px;
    background-position: center;
    z-index: 100;
   }
   .guide_modal .guide_modal_wrap .highlight {
    margin: auto;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    /* background: url('/safetynet/press/education_guide/image/pic_01.jpg'); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
   }
   .guide_modal .guide_modal_wrap ul {
    margin: auto;
    width: 30%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: auto;
    align-content: baseline;
    align-items: center;
   }
   .guide_modal .guide_modal_wrap ul li {
    width: 30%;
    /* height: 25%; */
    margin: 0 0 20px;
    cursor: pointer;
    /* border: 1px solid #bfbfbf; */
    /* filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.4)); */
   }
   @media screen and (max-width: 1025px) {
    .guide_modal .guide_modal_wrap {
      flex-direction: column;
    }
    .guide_modal .guide_modal_wrap .highlight {
      width: 100%;
      height: 70%;
      margin: 0 auto 30px;
    }
    .guide_modal .guide_modal_wrap ul {
        width: 100%;
        height: 30%;
        margin: 0 auto;
        overflow-y: scroll;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .guide_modal .guide_modal_wrap ul li {
      height: 100px;
      text-align: center;
    }
  }
   .guide_modal .guide_modal_wrap ul li:last-child {
    visibility: hidden;
   }
   .guide_modal .guide_modal_wrap ul li .guide_modal_thumb {
    width: 100%;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    /* height: 100%; */
    /* background-size: cover; */
    /* background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
   }
   @media screen and (max-width: 1025px) {
    .guide_modal .guide_modal_wrap ul li .guide_modal_thumb {
        width: auto;
        height: 100%;
    }
   }
   .guide_modal .guide_modal_wrap ul li .guide_modal_thumb:hover {
    opacity: 0.7;
    transition: 0.5s;
   }
/* トップページスライド下の２カラムリンクスペース */
.topCol2{
display: flex;
justify-content: space-between;
}
.topCol2 > div{
width: 49.5%;
max-width: 500px;
box-sizing: border-box;
padding: 20px 0;
}
@media screen and (max-width:768px){
    .topCol2{
        display: block;
    }
    .topCol2 > div{
        width: 100%;
        margin-bottom: 10px;
        max-width: none;
        margin: 0 auto;
    }
}
/* 感染者カウンタースタイル */
.data__blk {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: center;
}
@media screen and (max-width:768px){
    .data__blk {
        flex-direction: column;
    }
}
.data__blk > * {
    width: 32%;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .data__blk > * {
        width: 100%;
        margin: 0 auto 20px;
    }
}
.data__blk dl {
    margin: 0 auto;
    padding-bottom: 0;
}
.data__blk dl dt {
    width: 100%;
    background-color: #FBE2EC;
    text-align: center;
    color: #E95098;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    min-height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px){
    .data__blk dl dt {
        min-height: 60px;
    }
}
.data__blk dl dd {
    text-align: center;
}
.data__blk dl dd > p {
    font-size: 16px;
    font-weight: bold;
    color: #E95098;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 5px;
}
.data__blk dl dd > p .odometer {
    font-size: 32px;
}
.data__blk dl dd > .dataLink__btn {
    font-size: 12px;
    position: relative;
}
.data__blk dl dd > .dataLink__btn::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background-color: #E95098;
}
.data__blk dl dd > .dataLink__btn::after {
    /* content: '>';
    position: absolute;
    color: #E95098;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px; */
    transition: 0.4s ease-in-out;
    font-family: 'Font Awesome 5 Free';
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    content: '\f105';
    color: #e95098;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    position: absolute;
    top: 3px;
    right: -16px;
}
.data__blk dl:hover dd > .dataLink__btn::after {
    transform: translateX(3px);
}