@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;
}

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;
}

.Flbox__wrap {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

     .empty {
        height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .news dl.empty{
        border-bottom: none;
    }

/* side
=========================================================*/

aside {
    width: 300px;
}




/* business
=========================================================*/

.business {
    border-top: 1px solid #e0e0e0;
    background-color: #f1f1f1;
}



.business a:hover {
    text-decoration: underline;
}

.business .business__inner {
    display: flex;

    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 60px;

    color: #333;

    justify-content: space-between;
}

.business .business__inner ul {
    width: 200px;
    margin-top: 13px;
}

.business .business__inner p {
    font-size: 1.6rem;
    font-weight: bold;

    margin-top: 15px;
}

.business .business__inner ul li {
    font-size: 1.4rem;
}


/* address
=========================================================*/

.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;
}

.sidr {
    background: #fff;
    box-shadow: 0 0 0 0;
}

.sidr ul li a {
    color: #e95098;
}
