@charset "UTF-8";
#news_list > a dl, #news_detail dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#news_list > a dl dt, #news_detail dl dt { font-size: 1.4rem; line-height: 1; }

#news_list > a dl dd, #news_detail dl dd { font-size: 1.2rem; line-height: 20px; text-align: center; padding: 0 20px; margin-left: 10px; }

#news_list > a dl dd.notice, #news_detail dl dd.notice { color: #21B2BE; border: 1px solid #21B2BE; }

#news_list > a dl dd.product, #news_detail dl dd.product { color: #F05E85; border: 1px solid #F05E85; }

#news_list > a dl dd.event, #news_detail dl dd.event { color: #EA7743; border: 1px solid #EA7743; }

#news_list > a dl dd.test, #news_detail dl dd.test { color: #55A538; border: 1px solid #55A538; }

@media screen and (max-width: 767px) { #news_list > a dl dd, #news_detail dl dd { font-size: 1.0rem; line-height: 16px; padding: 0 10px; } }

/*------------------------------------------------------------
ページヘッダー
------------------------------------------------------------*/
#page_header h1 { background-image: url("../images/header/bgimg_header-news.jpg"); }

/*------------------------------------------------------------
ニュースカテゴリー
------------------------------------------------------------*/
#news_category { margin-bottom: 50px; }

#news_category ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

#news_category ul li { width: 20%; font-size: 1.4rem; line-height: 30px; font-weight: bold; text-align: center; border-left: 1px solid #ddd; }

#news_category ul li:last-child { border-right: 1px solid #ddd; }

#news_category ul li a { display: block; text-decoration: none; position: relative; }

#news_category ul li a:after { display: block; content: ""; height: 2px; width: 0; background: #0285d0; position: absolute; bottom: 0; left: 10px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

#news_category ul li a:hover { color: #0285d0; }

#news_category ul li a:hover:after { width: calc(100% - 20px); }

#news_category ul li.on a { color: #0285d0; }

#news_category ul li.on a:after { width: calc(100% - 20px); }

@media screen and (max-width: 767px) { #news_category { margin-bottom: 25px; }
  #news_category .sp { font-size: 1.4rem; color: #0285d0; line-height: 40px; text-align: center; border: 1px solid #0285d0; position: relative; }
  #news_category .sp:after { display: block; content: ""; width: 20px; height: 20px; background: url("../images/common/img_arrow-b.svg") no-repeat center center; background-size: auto 12px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); position: absolute; top: 50%; right: 10px; margin-top: -10px; }
  #news_category .sp.on:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
  #news_category ul { display: none; }
  #news_category ul li { width: auto; font-size: 1.2rem; line-height: 40px; border-left: none; border-bottom: 1px solid #ddd; }
  #news_category ul li:last-child { border-right: none; }
  #news_category ul li a:after { display: none; }
  #news_category ul li a:hover { color: #222; } }

/*------------------------------------------------------------
ニュースリスト
------------------------------------------------------------*/
#news_list h2 { font-size: 2.0rem; line-height: 1; margin-bottom: 25px; }

#news_list > a { display: block; text-decoration: none; padding: 20px 30px; border-bottom: 1px solid #ddd; }

#news_list > a:nth-of-type(1) { border-top: 1px solid #ddd; }

#news_list > a p { margin-top: 10px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

#news_list > a:hover p { color: #0285d0; }

#news_list > p { margin-top: 50px; text-align: center; }

#news_list .pagination { margin-top: 40px; }

@media screen and (max-width: 767px) { #news_list h2 { font-size: 1.4rem; margin-bottom: 15px; }
  #news_list > a { padding: 15px 10px; }
  #news_list > a p { margin-top: 5px; -webkit-transition: none; -o-transition: none; transition: none; }
  #news_list > a:hover p { color: #222; }
  #news_list > p { margin-top: 25px; }
  #news_list .pagination { margin-top: 20px; }
  .column_left { margin-top: 50px; } }

/*------------------------------------------------------------
ニュース記事
------------------------------------------------------------*/
#news_detail h2 { clear: both; font-size: 2.6rem; line-height: 1.5; padding-bottom: 10px; margin: 20px 0; border-bottom: 2px solid #ddd; }

#news_detail h3 { clear: both; font-size: 2.0rem; color: #0285d0; margin: 60px 0 40px; }

#news_detail p { clear: both; margin-top: 40px; }

#news_detail p a, #news_detail li a, #news_detail dl a, #news_detail table a { color: #0285d0; }

#news_detail p a:hover, #news_detail li a:hover, #news_detail dl a:hover, #news_detail table a:hover { text-decoration: none; }

#news_detail img { max-width: 100%; height: auto; }

#news_detail img.alignleft { float: left; margin: 5px 10px 5px 0; }

#news_detail img.aligncenter { float: none; display: block; margin: 10px auto; }

#news_detail img.alignright { float: right; margin: 5px 0 5px 10px; }

#news_detail > ul > li { padding-left: 16px; position: relative; }

#news_detail > ul > li:before { display: block; content: ''; width: 6px; height: 6px; background: #0285d0; border-radius: 100%; position: absolute; top: 10px; left: 0; }

#news_detail > ul > li ul li { padding-left: 16px; position: relative; }

#news_detail > ul > li ul li:before { display: block; content: '-'; font-size: inherit; line-height: inherit; font-weight: bold; color: #0285d0; position: absolute; top: 0; left: 3px; }

#news_detail table { width: 100%; border: 1px solid #ddd; margin: 40px auto; }

#news_detail table caption { text-align: left; margin-bottom: 5px; }

#news_detail table th { border: 1px solid #ddd; padding: 20px 25px; font-weight: normal; text-align: left; background: #F8F8F8; }

#news_detail table td { border: 1px solid #ddd; padding: 20px 25px; }

@media screen and (max-width: 767px) { #news_detail h2 { font-size: 1.8rem; border-bottom-width: 1px; }
  #news_detail h3 { font-size: 1.6rem; margin: 30px 0 20px; }
  #news_detail p { margin-top: 20px; }
  #news_detail > ul > li { padding-left: 12px; }
  #news_detail > ul > li:before { top: 7px; }
  #news_detail > ul > li ul li { padding-left: 13px; }
  #news_detail table { display: block; border: none; margin: 20px auto; }
  #news_detail table thead, #news_detail table tbody, #news_detail table tfoot, #news_detail table tr, #news_detail table th, #news_detail table td { display: block; }
  #news_detail table caption { margin-bottom: 3px; }
  #news_detail table th { border: none; padding: 10px 15px; }
  #news_detail table td { border: none; padding: 10px 15px; } }

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