@charset "utf-8";
.info_list li {
    margin-bottom: 10px;
}

.info_list li a {
    background-color: #FFF;
    padding: 25px;
    display: block;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    color: #000;
    transition: all 400ms ease;
}

.info_list li a dl {
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_list li a dt {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cecece;
    width: 100%;
}

.info_list li a .top_info_date {
    font-weight: bold;
    font-size: 12px;
}

.info_list .more_txt {
    font-weight: bold;
    font-size: 12px;
}

.info_list .more_txt:after {
    font-family: 'Material Icons Round';
    content: "chevron_right";
    display: inline-block;
    border: 2px solid;
    border-radius: 500px;
    padding: 3px;
    font-size: 20px;
    margin-left: 10px;
    line-height: 1;
    vertical-align: middle;
}

.news_list {}



/*detail*/
.detail {}

.detail .day {
    text-align: right;
    font-size: 14px;
    padding-bottom: 20px;
}


.content_release {}

/*
.content_release h4 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 10px;
}
*/
.img_release_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 20px;
}

.text_release_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

.img_release_sub {
    float: right;
    width: 40%;
    margin-left: 10px;
}

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

    .img_release_sub {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
}

.contact_release {
    margin-top: 50px;
    background-color: #efefef;
    padding: 0px 30px 30px;
}

.contact_release h4 {
    padding-top: 30px;
}

.page_content h4.list_ttl{
    padding-left: 1.7rem;
    text-indent: -1.7rem;
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}

.page_content h4.list_ttl:before{
    content:"";
    display:inline-block;
    background: #0c1a49;
    width: 15px;
    height: 15px;
    border-radius:100vh;
    margin-right:.5rem;
    margin-bottom: 4px;
}



/* mainエリア共通 */
/*#main {
    padding-bottom: 60px;
    z-index: 0;
    background-color: #ffffff;
}

#main .title_category {
    background: rgb(228, 49, 140);
    background: linear-gradient(122deg, rgba(228, 49, 140, 1) 10%, rgba(255, 226, 0, 1) 50%, rgba(0, 184, 255, 1) 90%);
    padding: 15px 30px;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

#main .title_category span {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}

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

    #main .title_category {
        padding: 20px 30px;
        font-size: 30px;
    }

}

#main>.container {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
}

#main>.container .main_aside {
    width: 20%;
    order: 1;
    margin-top: 40px;
}
.main_article h3,
.main_aside h3 {
    position: relative;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.8;
    font-weight: 600;
}

.main_article h3::after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgb(228, 49, 140);
    background: linear-gradient(122deg, rgba(228, 49, 140, 1) 0%, rgba(255, 226, 0, 1) 50%, rgba(0, 184, 255, 1) 100%);
}

#main>.container .main_article {
    order: 2;
    width: 76%;
    margin-top: 40px;
}

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

    #main>.container {
        flex-wrap: wrap;
    }

    #main>.container .main_aside {
        width: 100%;
        order: 2;
    }

    #main>.container .main_article {
        width: 100%;
        order: 1;
    }
}


.main_aside .nav_sidebar {
    margin-bottom: 2em;
}

.main_aside .nav_sidebar li {
    margin-top: 0.5em;
}

.main_aside .nav_sidebar li a {
    padding: 0.5em 0;
    line-height: 1.2;
    font-weight: 700;
}
*/