*{
    box-sizing: border-box;
}
.news-contents-wrap {
    padding-top: 120px;
}

.section_ttl {
    line-height: 2;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 12px;
}

.news_section li {
    display: flex;
    padding: 32px 0 28px;
    border-bottom: 1px solid #CCCCCC;
    opacity: 1;
}

.news_section li span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4D4D4D;
    max-width: 200px;
    width: 100%;
}

.news_section li a {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.5;
}

.news_section{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 143px;
}

#contents .menu
 {
        width: 300px;
        position: relative;
        display: block;
        margin: 40px auto 80px;
        background: -moz-linear-gradient(top, #A83295, #D64990);
        background: -webkit-linear-gradient(top, #A83295, #D64990);
        background: linear-gradient(to bottom, #A83295, #D64990);
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        color: #FFFFFF;
        padding: 15px 0px;
        border-radius: 34px;
 }

 #contents .menu a{
    color: #fff;
 }


.news_link{
    display: inline-block;
    margin-top: 115px;
}

.link p {
    position: relative;
    font-size: 1.4rem;
    display: inline;
}
/* .link p::before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/news_img01.svg) no-repeat;
    transform: rotateZ(180deg);
} */


#contents .news_detail {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 102px;
}
#contents .news_detail .detail_ttl .day {
    font-size: 1.6rem;
    color: #4D4D4D;
    line-height: 1.5;
    margin-bottom: 12px;
}

#contents .news_detail .detail_ttl .txt {
    font-size: 2.4rem;
    color: #595959;
    line-height: 1.33;
    font-weight: bold;
}

#contents .news_detail .detail_ttl:first-of-type {
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 2px solid #CCCCCC;
    margin-top: 0px;
}

#contents .news_detail .detail_txt_wrapper{
    font-size: 1.6rem;
    line-height: 1.5;
}

#body p{
    margin: 3rem auto;
}

#contents img {
    height: auto!important;
}

#contents.loading {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
#contents {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  
  @media screen and (max-width: 640px) {
    .news_section{
        padding: 0 5%;
    }
    .news_section li{
        display: block;
    }
    .news_section li span{
        display: block;
        padding-bottom: 0.5rem;
    }
    #contents .menu{
        padding: 10px 0;
    }
    .news_section li {
        padding: 6.400vw 0 5.600vw;
    }
    .news_section li:first-of-type {
        padding-top: 0;
    }
    .news_section li span {
        font-size: 1.4rem;
    }
    .news_section li a {
        font-size: 1.4rem;
    }
    #contents .news_detail{
        padding: 0 6.400vw;
    }
    #contents .news_detail .detail_ttl .day{
        font-size: 1.4rem;
    }
    #contents .news_detail .detail_ttl .txt{
        font-size: 18px;
    }
    #contents .news_detail .detail_ttl:first-of-type{
        margin-bottom: 8.533vw;
    }
    #contents .news_detail .detail_txt_wrapper{
        font-size: 1.4rem;
    }
    #contents .news_detail a{
        color: #b60081;
        word-break: break-all;
    }
    #contents .news_detail .news_link{
        margin-top: 5.067vw;
    }
    #contents .news_section .news_link{
        margin-top: 5rem;
        font-size: 1.4rem;
        color: #b60081;
    }
  }

/* テーブル調整 */
table{
    width:100%;
}
table tr, table td{
    border:1px solid #eeeeee;
    padding: 2%;
}
table td{
    line-height:1.6em;
}
#body table p{
    margin:0 auto;
}

table th{
    background-color:#f9f9f9;
    padding:1% 0;
    border:1px solid #eeeeee;
}

td img{
    width: 100%;
    max-width: 200px;
}