/* ------------------------------------------
                  LISA=T
------------------------------------------ */


/* ------------------------------------------
                  COMMON
------------------------------------------ */

:root {
	--text_main_color: #111111;
	--text_white_color: #ffffff;
	--text_middle_color: #767777;
	--main_color: #22adcb;
	--bg_color: #ffffff;
	--middle_color: #dcdcdc;
	--header_bg_color: rgba(255,255,255,0.88);
}

html{
    scroll-padding-top: 77px;
    height: 100%;/*-- 1/4 footer固定 --*/
}
body {
    padding-top: 80px;
    font:16px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    /* color: var(--text_main_color); */
    color: #333333;
    background-color: var(--bg_color);
    line-height: 1.75;
    height: 100%;/*-- ２/4 footer固定 --*/
}
a {
    color: var(--main_color);
}
a:focus, a:hover {
    opacity: 0.7;
    color: var(--main_color);
    text-decoration: underline;
}

.navbar {
    --bs-navbar-toggler-focus-width: 0.125rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0.5em 0;
    border-radius: 0;
    /* background: var(--header_bg_color); */
    background: rgba(139,165,193,0.88);
    z-index: 1000;
    transition :all 0.2s ease-in-out 0s;
}
.sticky {
    padding: 0.25em 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar h1 {
    text-align: left;
    font-size: 22px;
    padding-top: 14px;
    margin-bottom: 20px;
}
.navbar h1 a{
    color:  var(--main_color);
}
.navbar h1 img {
    width: auto;
    max-height: 60px;
    margin: -20px 0 -20px 0;
    transition :all 0.2s ease-in-out 0s;
}
.sticky h1 img {
    transform :scale(0.8);
}
.navbar-header {
    margin: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
}

.navbar-nav {
    width: auto;
}

.navbar-nav > li {
    padding: 5px 0;
}
.navbar-nav > li > a,
.navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a {
    background: transparent;
    padding: 10px 12px;
    /* color:  var(--main_color); */
    color: white;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.navbar-nav li > a:hover,
.navbar-nav li.active > a,
.navbar-nav li.force-active > a,
.smooth-scroll-scrolling .navbar-nav li.force-active.active > a,
.smooth-scroll-scrolling .navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a:focus {
    background: var(--main_color);
    color:  var(--text_white_color);
}

.header-buttonWrap {
  max-width: 120px;
  float: right;
}

ul.header-socialbtn {
    margin-bottom: 0;
    padding-left: 2rem;
}
ul.header-socialbtn li {
    display: inline-block;
    padding: 10px 0;
    list-style: none;
    line-height: 20px;
}
ul.header-socialbtn li a {
    min-width: 30px;
    display: inline-block;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}
ul.header-socialbtn li.x-twitter a {
    background: #000000;
}
ul.header-socialbtn li.facebook a {
    background: #3B599C;
}
footer {
    padding: 15px 0;
    /* background: var(--middle_color); */
    background: #8ba5c1;
    font-size: 86%;
    /* color: var(--text_main_color); */
    color: white;
    position: sticky;/*-- ３/4 footer固定 --*/
    top: 100vh;/*-- ４/4 footer固定 --*/
}

/* ------------------------------------------
             CONTENT COMMON STYLES
------------------------------------------ */
.content {
    padding: 2em 0;
}
.content article h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
}
.content article h2 {
    font-size: 25px;
}
.content article h3 {
    font-size: 1.5em;
}
.content article p {
    margin-bottom: 1em;
}
.content article .row {
    margin-bottom: 1em;
}

/* ------------------------------------------
                 LOWER CONTENT
------------------------------------------ */
.mainvisual-lower {
    position: relative;
    z-index: 1;
    padding: 3.5em 0;
    background: url('https://lisalisat.com/images/bg-top-main.jpg') no-repeat center bottom;
    background-size: cover;
    color: var(--text_white_color);
}
.mainvisual-lower .overray {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main_color);
    opacity: 0.3;
}
.mainvisual-lower .row {
    display: table;
    width: 100%;
}
.mainvisual-lower .row .col-sm-12 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.mainvisual-lower h2 {
    margin: 0;
    font-size: 30px;
}
.mainvisual-lower h2 i {
    padding-right: 10px;
    font-size: 50px;
}
.mainvisual-lower h2 a {
    color: #ffffff;
}
.mainvisual-lower h2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.mainvisual-lower h2 a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.entry-list article {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: solid 1px var(--middle_color);
}
.entry-list figure {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.entry-list figure img {
    width: 100%;
    border: solid 1px var(--middle_color);
    max-width: 240px;
}

.entry-meta time {
    display: inline-block;
    color: var(--text_main_color);
}
.entry-meta time span {
    display: inline-block;
}
.entry-meta .category {
    padding: 0.5em 0.8em;
    background: var(--middle_color);
    color: var(--text_main_color);
    margin-left: 8px;
    font-size: 0.825em;
}

.entry-meta a.category:hover {
	text-decoration: none;
}

.content article .entrytitle {
  font-size: 1.75em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: var(--main_color);
}
.content article .entrytitle a:hover {
	text-decoration: none;
}

.entry-body {
  margin-bottom: 2em;
}

.entry-excerpt {
    margin-bottom: 1em;
}
.pagemore {
    text-align: left;
}
.content .entry-list h1 {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--text_middle_color);
}
.sidebar nav {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 3px var(--middle_color);
}
.sidebar h3 {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.sidebar ul {
    padding: 0;
    margin: 12px 0 auto 12px;
    list-style-type: none;
}
.sidebar ul li {
    margin: 0px 0px 12px 0px;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    list-style: none;
    border-bottom: solid 1px #e9e9e9;
}

.side-nav > ul > li {
  border-bottom: 0px;
}

.sidebar ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
h3.page-title {
    margin: 0 0 1em 0;
    font-size: 20px;
}

/* ------------------------------------------
                 ENTRY DETAIL
------------------------------------------ */
.entry-detail figure {
    margin-bottom: 2em;
}
.entry-detail img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------
                    BTN
------------------------------------------ */
.btn-primary {
    background:  var(--main_color);
    border-color:  var(--main_color);
    padding: 8px 15px;
	 border-radius: 0;
}
.btn-primary:hover {
    background:  var(--main_color);
    border-color:  var(--main_color);
    opacity: 0.88;
}
.btn-secondary {
    background: var(--bg_color);
    border-color: var(--text_middle_color);
}
.btn-secondary:hover {
    background: var(--middle_color);
    border-color: var(--middle_color);
}
.btn-info {
    background: var(--main_color);
    border-color: var(--main_color);
}
.btn-info:hover {
	opacity: 0.7;
}
.btn-success {
    background: var(--main_color);
    border-color: var(--main_color);
}
.btn-success:hover {
	opacity: 0.7;
}

/* ------------------------------------------
                    TOP
------------------------------------------ */
body#sitetop {
    padding-top: 0;
}

.mainvisual {
    width: 100%;
    /* min-height: 400px; */
    height: 100vh;
    position: relative;
    padding: 7em 0 3em 0;
    background: url('https://lisalisat.com/images/bg-top-main.jpg') no-repeat center bottom;
    background-size: cover;
    text-align: center;
    border-bottom: solid 1px #e9e9e9;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
    background-position: 50% 50%;
}
@media(max-width:768px){
    .mainvisual {
        height: 50vh;
    }
}
.mainvisual h2 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: var(--text_main_color);
    margin: 0 0 20px 0;
}
.scope {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainvisual .btn-group .btn {
    width: 300px;
}
.mainvisual .logo_images {
    width: auto;
    max-width: 40%;
    height: auto;
}
.main-text {
    color: var(--text_white_color);
}
.main-text a{
    color: var(--text_main_color);
}
.webpages {
    /* border-bottom: 1px solid var(--middle_color); */
    color: var(--bg_main_color);
}
.webpages .container {
    padding: 50px 15px;
}
.webpages .image-top{
    padding: 10px 15px 50px 15px;
}
.webpages h3 {
    font-size: 34px;
    color: var(--main_color);
    margin-bottom: 20px;
}
.webpages h4 {
    font-size: 22px;
    color: var(--text_middle_color);
    font-weight: bold;
    padding-top: 10px;
}
.webpages h5 {
    font-size: 18px;
    color: #767777;
    font-weight: bold;
    padding-top: 10px;
}
.webpages img {
    height: auto;
}
.pageimage {
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* figure */
figure {
    margin: 16px 0;
}

figure figcaption {
    font-size: 0.75em;
    margin-top: 4px;
}
figure.mt-figure-center figcaption {
    text-align: center;
}

.top-news {
    padding: 3em 0;
    color: var(--main_color);
}

.top-news h3 {
    font-size: 25px;
    margin: 0 0 25px 0;
    text-align: center;
    color: var(--main_color);
}
.top-news  .col {
    margin-bottom: 15px;
}
.top-news a {
    display: block;
    height: 100%;
    padding-top: 16px;
    background: var(--bg_color);
    color: var(--text_main_color);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.top-news a:hover {
    text-decoration: none;
}
.top-news figure {
    display: block;
    height: 150px;
    overflow: hidden;
    margin-top: 0;
}
.top-news figure.noimage {
    height: 150px;
    background: var(--middle_color);
    text-align: center;
    line-height: 150px;
    color: var(--text_white_color);
    font-size: 30px;
}
.top-news figure img {
    width: 100%;
}
.top-news .entry-detail {
    padding: 1em;
}
.top-news h4 {
    margin: 0 0 0.5em 0;
    font-size: 114%;
}
.top-news p {
    margin: 0;
}
.top-news p.entry-excerpt {
    font-size: 86%;
}
.top-news .top-newslist {
    margin-top: 2em;
    text-align: center;
}

/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */
@media screen and (max-width:767px){

img {
    max-width: 100%;
}
header {
    margin-bottom: 5px;
}
.container > .navbar-header {
    position: relative;
    margin: 0 0 20px 0;
}
.navbar-nav {
    margin: 0;
    border: solid 1px var(--middle_color);
}
.navbar-nav > li {
    padding: 0;
}
button.navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 11px;
    margin-right: 0;
    background: var(--middle_color);
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    font-size: 15px;
}
.container>.navbar-collapse {
    margin: 0;
}
ul.header-socialbtn {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-logoarea {
    text-align: center;
}

footer .col-sm-6 {
    margin-bottom: 0;
}
.mainvisual .btn-group {
    display: block;
    text-align: center;
}
.mainvisual .btn-group .btn {
    display: inline-block;
    width: 45%;
    float: none;
    margin-bottom: 0.5em;
    border-radius: 3px;
}
.mainvisual .btn-group .btn:last-of-type {
    margin: 0;
}
.top-news .col {
    width: 100%;
    margin-bottom: 30px;
}
.top-news a {
    width: 90%;
    margin: 0 auto;
}
.sidebar {
    width: 100%;
}
.sidebar h3 {
    padding: 1em 0.7em;
    background: var(--main_color);
}
.entry-list figure {
    width: 40%;
}
}

/* ------------------------------------------
                  for sp
------------------------------------------ */
@media(max-width:768px){
.entry-list figure {
    display: none;
}
.mainvisual {
	background-attachment: scroll;
}
.pageimage {
	background-attachment: scroll;
    height: 250px;
}
.navbar h1 {
    font-size: 18px;
    padding-top: 18px;
}
.header-buttonWrap {
  max-width: none;
  float: none;
}
}

/* ------------------------------------------
                  for ipadpro
------------------------------------------ */
@media(max-width:834px){
.entry-list figure {
    display: none;
}
.mainvisual {
	background-attachment: scroll;
}
.pageimage {
	background-attachment: scroll;
    height: 250px;
}
.navbar h1 {
    font-size: 18px;
    padding-top: 18px;
}
}

/* ------------------------------------------
                  for safari
------------------------------------------ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .mainvisual {
	background-attachment: scroll;
	}
    _::-webkit-full-page-media, _:future, :root .pageimage {
	background-attachment: scroll;
}
}

/* ------------------------------------------
                  SNS
------------------------------------------ */
.entry-social-buttons ul {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

.entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}

.entry-social-facebook {
  padding-bottom: 6px;
}

/* ------------------------------------------
                  Pagination
------------------------------------------ */
.page-navigation {
    text-align: center;
}
.page-navigation ul{
    display: block;
    padding-bottom: 10px;
}
.page-navigation li {
    display: inline-block;
    border-bottom: none;
}
.page-navigation li a{
    padding: 0 10px;
}
.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}
.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}

/* サブカテゴリー対応 */
.sidebar .catdepth-2 {
    position: relative;
    margin-bottom: 0px;
    margin-left: 0px;
}

.sidebar li.catdepth-2  {
    border: 0px;
}

.sidebar .catdepth-2 .nolink {
    color: var(--text_middle_color);
}
.sidebar .catdepth-2 .nolink::after {
    content: "(0)";
}

.sidebar .catdepth-2::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 2px;
}

.sidebar .catdepth-3 {
    position: relative;
    margin-left: 12px;
}

.sidebar .catdepth-3 .nolink {
    color: #999999;
}
.sidebar .catdepth-3 .nolink::after {
    content: "(0)";
}

.sidebar .catdepth-3::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 2px;
}


/* ------------------------------------------
            webpush
------------------------------------------ */
.webpush {
display: none;
}
.pushArea {
  margin: 0rem auto 2rem;
}

.pushArea a {
  text-decoration: none;
}

.mtnet-push-notification-service-enabled .webpush {
  display: block;
}

.side-webpush {
  max-width: 100%;
  display: block;
  text-align: center;
  padding: 12px;
  background-color: var(--main_color);
  color: var(--text_white_color);
  line-height: 1.25;
  border-radius: 3px;
}

.side-webpush__txt {
  text-align: center;
}
@media(max-width:990px){
  .side-webpush__txt-br {
    display:none; 
  }
}

.side-webpush__txt::before {
  content: "\f0f3";
  margin-right: 0.25rem;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.mtnet-subscription-modal-fold {
	background: var(--main_color) !important;
}



/* ------------------------------------------
                 table03
------------------------------------------ */

.table03 {
    border-collapse: collapse;
    width: 100%;
      /*table-layout: fixed;*/
    margin-bottom:30px;
  }
  
  .table03 tr{
  
  }

  .table03 th,
  .table03 td {
    /* border: 2px solid var(--main_color); */
    border: 2px solid rgb(139,165,193); 
    padding: 8px;
  }
  
  .table03 th {
    background-color: rgba(139,165,193,0.88) ;
    text-align: center;
    width: 25%;
    color: white;
  }
  
  .table03 td {
      /*overflow-wrap : break-word;*/
      word-break : break-all;
    background: rgba(255,255,255,0);
      text-align: left;
      border-top: 2px solid rgb(139,165,193);
  }
  
  @media only screen and (max-width: 800px) {
    .table03 tr,
    .table03 th,
    .table03 td {
      display: block;
      width: auto;
    }
  
    .table03 tr:first-child {
      border-top: 2px solid rgb(139,165,193);
    }
  
    .table03 th,
    .table03 td {
      border-top: none;
    }
    .table03 th{
      text-align:center;
      background-color: rgba(139,165,193,0.88);
      color: white;
    }
  }

  /* ------------------------------------------
            PC_area　SP_area
------------------------------------------ */
@media(max-width:768px){
  .PC_area {
    display: none;
  }
}
@media(min-width:768px){
  .SP_area {
    display: none;
  }
}
/*---------/ PC_area　SP_area-----------*/

/* ------------------------------------------
                    誘導
------------------------------------------ */
.keyvisual__scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	display: block;
	width: 40px;
	height: 40px;
	transform: translateX(-50%);
	z-index: 200;
}
.keyvisual__scroll:before {
	position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
	display: block;
	content: "";
  margin-left: -20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: rotate 1.5s infinite;
  animation: rotate 1.5s infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*---------------  ／誘導  ----------------*/

/* ------------------------------------------
          RisaT flex svg
------------------------------------------ */
.svg-container {
  display: flex; /* Flexboxを有効にする */
  justify-content: space-around; /* 要素間に均等なスペースを配置 */
  justify-content: center; 
  align-items: center; /* 要素を垂直方向の中央に揃える */
  /* flex-wrap: wrap;  */
  margin: 30px; /* 必要に応じて余白を設定 */
}

.svg-container img {
  width: 20%; /* 各SVGの幅を調整（例: 30%）*/
  max-width: 100px; /* 必要に応じて最大幅を設定 */
  height: auto; /* アスペクト比を維持 */
  margin: 10px; /* 必要に応じて余白を設定 */
}

/* スマホでの表示を考慮したメディアクエリの例 */
@media (max-width: 768px) { /* 768px以下の場合に適用 */
  .svg-container {
    /* flex-direction: column;  */
    align-items: center; /* 中央寄せ */
  }
  .svg-container img {
    width: 80%; /* スマホでは幅を広げる */
    margin-bottom: 20px; /* 下の余白 */
  }
}

/* ------------------------------------------
          VIDEO
------------------------------------------ */

.video-container {
  display: flex; /* Flexboxを有効にして、子要素を横に並べる */
  flex-wrap: wrap; /* 画面幅が狭い場合に折り返す（スマホ対応） */
  justify-content: space-around; /* 子要素間に均等なスペースを配置 */
  gap: 20px; /* 子要素間の間隔（Flexboxのgapプロパティ） */
  padding: 20px; /* コンテナの内側の余白 */
}

.video-wrapper {
  flex: 1 1 calc(50% - 20px); /* PC用: 2列表示（50%幅からgapを引く） */
  max-width: calc(50% - 20px); /* PC用: 最大幅を設定 */
  position: relative; /* 子要素のabsolute配置の基準にする */
  padding-bottom: 28.125%; /* 16:9のアスペクト比を維持するためのパディング（9/16 = 0.5625 = 56.25% → 56.25/2 = 28.125%）*/
  /* もし動画のアスペクト比が16:9でない場合は、この値を調整してください */
  /* 例: 4:3 の場合は padding-bottom: 37.5%; */
  height: 0; /* padding-bottomで高さを確保するため、高さを0にする */
  overflow: hidden; /* はみ出したコンテンツを非表示にする */
  margin:0 auto 30px;
}

.video-wrapper iframe {
  position: absolute; /* 親要素（.video-wrapper）を基準に配置 */
  top: 0;
  left: 0;
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: 100%; /* 親要素の高さいっぱいに広げる */
}

/* --- */
/* スマートフォン向けのメディアクエリ */
@media (max-width: 768px) { /* 768px以下の画面幅に適用 */
  .video-container {
    flex-direction: column; /* 縦方向に並べる */
    align-items: center; /* 中央に配置 */
  }

  .video-wrapper {
    flex: 1 1 90%; /* スマホ用: 幅を広げる */
    max-width: 90%; /* スマホ用: 最大幅を設定 */
    padding-bottom: 50.625%; /* スマホ用: 16:9のアスペクト比を維持するためのパディング (90%幅の16:9) */
    /* 90% * (9/16) = 50.625% */
  }
}


/*   newsarea   */


.newsarea {
	position: relative;
	max-width: 1100px;
	margin: 2em auto 2em;
}
.newsarea ul li{
	list-style: none;
}
.newsarea .mt-container-fluid {
	max-width: 1100px;
	padding: 0 0px;
}

.newsarea .newsarea__title {
	font-size: 1.2em;
    line-height: 1.0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid darkgray;
}

.newsarea .newsarea__entry {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

.newsarea .newsarea__entry dl:nth-last-child(2) {
	margin-bottom: 15px;
}

.newsarea .newsarea__entry > ul {
	transition: all 0.5s;
}

.newsarea .newsarea__entry > ul li a,
.newsarea .newsarea__entry > ul article a {
	color: #333333;
	text-decoration: none;
}

.newsarea .newsarea__entry > ul li article {
	padding-bottom: 1em;
	padding-top: 1em;
	transition: all 0.5s;
}

.newsarea .newsarea__entry > ul li a:hover article {
	background-color: gold;
}

.newsarea .newsentry__item .newsdata__wrap {
	margin-bottom: 0;
}

.newsarea .newsarea__entry dl:nth-last-child(2) {
	margin-bottom: 15px;
}

.newsarea .newsarea__entry li {
	border-bottom: 1px solid gray;
}
.newsarea .newsarea__entry li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	border-bottom: 1px solid black;
}

.newsarea .newsentry__item {
	display: flex;
	gap: 40px;
	padding: 0 1em;
}

.newsarea .newsentry__item .newsentry__date {
	font-weight: normal;
	width: 100px;
	margin: 0 20px 0 0;
}

.newsarea .newsentry__item .newsentry__text {
	width: calc(100% - 100px - 120px - 80px );
	margin: 0px;
}

.newsentry__genreWrap {
	width: 120px;
}

.newsarea .newsentry__item .newsentry__genre {
	width: 120px;
	height: 28px;
	background-color: gainsboro;
	color: black;
	display: block;
	font-size: 0.75em;
	line-height: 28px;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsarea .newsentry__item .newsentry__title {
	padding-top: 0px;
	font-size: 1.1em;
	margin: -0.25rem 0 0 0;
	line-height: 1.75;
	letter-spacing: 0.06em;
}

.newsarea .newsentry__button {
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0;
}

.newsarea .mt-btn-primary .fa {
	margin-right: 3px;
}
