@charset "UTF-8";
#lower_search { background-image: url(../img/search_img.png); }

#news_area { margin: 5rem 0 8rem; }
#news_area .news_ttl { font-size: 2.6rem; font-weight: 600; padding: 0 0 0.5em 1.5em; border-bottom: 2px solid #07a33e; position: relative; }
#news_area .news_ttl::before { content: '■'; color: #07a33e; font-size: 80%; position: absolute; top: 0.3em; left: 0; }
#news_area .news_list { margin-top: 1rem; }
#news_area .news_list li { border-bottom: 1px solid #c9c9c9; }
#news_area .news_list a { padding: 3rem 3rem 3rem 0; background: url(/common/img/icon_arrow_gb.png) no-repeat center right/3rem; display: flex; flex-wrap: wrap; }
#news_area .news_list a:hover { opacity: 0.6; }
#news_area .news_list .label { width: 100%; margin-bottom: 0.5em; }
#news_area .news_list .label span { display: inline-block; margin-right: 0.4em; color: #fff; font-size: 1.4rem; padding: 0 1em; border-radius: 5px; }
#news_area .news_list .label span.new { background-color: #fb9c50; }
#news_area .news_list .label span.company { background-color: #dec44d; }
#news_area .news_list .label span.ir { background-color: #4b8cd5; }
#news_area .news_list .label span.recruit { background-color: #ba6d9a; }
#news_area .news_list .label span.prerelease { background-color: #07a33e; }
#news_area .news_list .date { width: 10%; font-size: 1.8rem; font-weight: 600; }
#news_area .news_list .txt { width: 90%; font-size: 1.8rem; }
#news_area .news_list .pdf::after { content: ''; display: inline-block; width: 1.2em; height: auto; aspect-ratio: 38 / 48; background: url(/english/common/img/icon_pdf.png) no-repeat center/100%; transform: translate(0.5em, 0.2em); }

#press_detail p { font-size: 1.8rem; line-height: 1.8; }
#press_detail table { margin-top: 3rem; border-left: 1px solid #ccc; border-top: 1px solid #ccc; }
#press_detail table th, #press_detail table td { font-size: 1.8rem; padding: 1em; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#press_detail .btn_area { margin: 4rem auto 0; width: 50rem; display: flex; }
#press_detail .press_btn { width: 50%; color: #fff; font-size: 1.8rem; font-weight: bold; padding: 1.2rem 4.8rem 1.2rem 1.5rem; background: url(/common/img/icon_arrow_cwr01.png) no-repeat center right 1.5rem/1.4em; border-radius: 40px; display: flex; justify-content: center; align-items: center; }
#press_detail .press_btn.col_green { background-color: #07a33e; background-image: url(/common/img/icon_arrow_cwr01.png); border-top-right-radius: 0; border-bottom-right-radius: 0; }
#press_detail .press_btn.col_green:hover { background-color: #045d23; }
#press_detail .press_btn.col_black { background-color: #1e1e1e; background-image: url(/common/img/icon_arrow_cwr03.png); border-top-left-radius: 0; border-bottom-left-radius: 0; }
#press_detail .press_btn.col_black:hover { background-color: #525252; }

@media screen and (max-width: 767px) { #lower_search { background-image: url(../img/search_img_sp.png); }
  #news_area { margin: 0 0 6rem; }
  #news_area .news_ttl { font-size: 4.2vw; border-width: 1px; }
  #news_area .news_list { margin-top: 1rem; }
  #news_area .news_list a { padding: 1.5rem 3rem 1.5rem 0; background-size: 1.5rem auto; background-position: right bottom 1.5rem; }
  #news_area .news_list .label { width: auto; margin-bottom: 0; order: 2; }
  #news_area .news_list .label span { font-size: 2.5vw; }
  #news_area .news_list .date { width: auto; margin: 0.4em 0.5em 0 0; font-size: 3.2vw; order: 1; }
  #news_area .news_list .txt { width: 100%; margin-top: 0.5em; font-size: 3.7vw; order: 3; }
  #press_detail p { font-size: 3.7vw; }
  #press_detail table { margin-top: 1.5rem; }
  #press_detail table th, #press_detail table td { font-size: 3.7vw; padding: .5em; }
  #press_detail .btn_area { width: 98%; }
  #press_detail .press_btn { font-size: 3.4vw; padding: 1rem 3.2rem 1rem 1rem; background-position: center right 1rem; } }

/*# sourceMappingURL=news.css.map */
