/* .news_section =====================================================*/
#contents .news_section {width: 1024px;margin: 0 auto 143px;}
#contents .section_ttl{line-height: 2;border-bottom: 1px solid #CCCCCC; padding-left: 12px}
#contents .news_section .item_wrapper{margin-bottom: 80px;}
#contents .news_section .item_wrapper:last-child{margin-bottom: 0;}
#contents .news_section .item_wrapper .item {display: flex; padding: 32px 0 28px; border-bottom: 1px solid #CCCCCC; opacity: 1;}
#contents .news_section .item_wrapper .item .day {font-size: 1.6rem;font-weight: bold; color: #4D4D4D; max-width: 200px; width: 100%;}
#contents .news_section .item_wrapper .item .txt {font-size: 1.6rem;color: #333333;line-height: 1.5;}
#contents .news_section .item_wrapper .item .txt .notice h3 {font-weight: bold; margin-bottom: 16px;}
#contents .news_section .item_wrapper .item .txt .notice p {margin-bottom: 16px;}
#contents .news_section .item_wrapper .item .txt .notice a {border-style:none; outline:none; color:#B60081;}

#contents .btn{width: 380px;display: inline-block;margin: 0 auto;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: 21px 0;border-radius: 34px;}
#contents .menu { width:300px; position: relative;display: block; margin: 20px auto; 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:after { content: ''; background: url(../../../aeonapp/img/arrow.svg)no-repeat; width: 75px; height: 8px; position: absolute; top: 45%; right: 0;}
#contents .menu.is-active::after{transform: translate(-60px) rotate(180deg);}
#contents .news_section .more-item_wrapper { margin-bottom: 80px;transition-duration: 0.4s; font-size: 1.4rem; color: #333333; line-height: 0; padding: 0; margin-bottom: 0; position: relative; overflow: hidden; opacity: 0;}
#contents .news_section .more-item_wrapper .item {display: flex; padding: 0; position: relative; overflow: hidden; opacity: 0;}
#contents .news_section .more-item_wrapper .item .day{transition-duration: 0.4s; font-size: 1.4rem;color: #333333;line-height: 0;padding: 0;margin-bottom: 0;position: relative;overflow: hidden;opacity: 0;}
#contents .news_section .more-item_wrapper .item .txt{transition-duration: 0.4s; font-size: 1.4rem;color: #333333;line-height: 0;padding: 0;margin-bottom: 0;position: relative;overflow: hidden;opacity: 0;}
#contents .news_section .more-item_wrapper.is-open .item {padding: 32px 0 28px; border-bottom: 1px solid #CCCCCC; opacity: 1;}
#contents .news_section .more-item_wrapper.is-open .item .day {font-size: 1.6rem; opacity: 1;font-weight: bold; color: #4D4D4D; max-width: 200px; width: 100%; line-height: 1.5;}
#contents .news_section .more-item_wrapper.is-open .item .txt {font-size: 1.6rem; opacity: 1;color: #333333;line-height: 1.5;}
#contents .news_section .more-item_wrapper.is-open {line-height: 1.5; height: auto; opacity: 1;transition-duration: 0.4s; padding: 0px 32px 32px 32px;margin-bottom: 24px;}


/* .news_detail =====================================================*/
#contents .news_detail {width: 1024px;margin: 0 auto 102px;}
#contents .news_detail .border {margin-bottom: 24px;padding-bottom: 24px;border-bottom: 0.5px solid #CCCCCC;}
#contents .news_detail .detail_ttl {margin-bottom: 48px;padding-bottom: 24px;border-bottom: 0.5px solid #CCCCCC;margin-top: 80px;}
#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_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_txt_wrapper .detail_txt {font-size: 1.6rem;line-height: 1.5;}
#contents .news_detail .detail_txt_wrapper .detail_txt.border {border: 2px solid #c00000;padding: 30px;}
#contents .news_detail .detail_txt_wrapper .detail_txt.list {padding-left: 1em;text-indent: -1em;}
#contents .news_detail .detail_txt_wrapper .detail_txt.kome_number_list {padding-left: 1.3em;text-indent: -1.3em;}
#contents .news_detail .detail_txt_wrapper .mb32 {margin-bottom: 32px;}
#contents .news_detail .detail_txt_wrapper .link p {position: relative;font-size: 1.4rem;padding-left:22px;display: inline;}
#contents .news_detail .detail_txt_wrapper .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 .detail_txt_wrapper .link {border-style:none; outline:none; color:#B60081;}

#contents .news_detail .detail_txt_wrapper .link2 {border-style:none; outline:none; color:#B60081;font-size: 1.6rem;}

#contents .news_detail .detail_txt_wrapper .news_link {display:inline-block;margin-top: 115px;}
#contents .news_detail .detail_txt_wrapper .section_ttl {margin-bottom: 20px;}
#contents .news_detail .detail_txt_wrapper .min {font-size: 1rem;}
#contents .news_detail .detail_txt_wrapper .notion {color:#B60081; font-weight: bold; text-decoration:underline;}