<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* news CSS Document */
/* お知らせ 一覧 */
body.path-info main[role="main"] {
  margin-top: 40px;
}

body.path-info .news-warp * {
  color: #333;
}

body.path-info .news-warp a {
  
}


/* body.path-info .view-news-list .news-warp .info */
body.path-info .news-warp .info {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
body.path-info .news-warp .info span.cat {
  font-size: 1.2rem;
  color: #fff;
  background-color: #1488c0;
  border-radius: 2px;
  padding: 0px 5px;
  line-height: 1.5;
}
body.path-info .news-warp .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00a0b8;
  transition: all .3s;
}
@media (hover: hover) {
  body.path-info .news-warp a:hover .ttl {
    color: var(--link-hover-color);
  }
}
body.path-info .news-warp .body,
body.path-info .news-warp .point {
  font-size: 1.5rem;
  line-height: 1.6;
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}




/* お知らせ詳細 ********************************************************** */

@media screen and (min-width: 768px) {
  .page-node-type-news main[role="main"] {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-node-type-news main[role="main"] {
    margin-top: 40px;
  }
}

body.page-node-type-news h1.page-title {
  font-size: 25px;
  line-height: 1.5;
  color: #00a0b8;
  margin-bottom: 20px;
}

.news-wrapper .news-body {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 40px;
}


.job-detail-point {
  margin-bottom: 50px;
}
.job-detail-point .job-ttl {
  color: #333;
  font-size: 20px;
  margin: 15px 0;
  padding: 10px;
  background-color: #f7f9fc ;
  /* margin-bottom: 40px; */
  font-weight: bold;
  line-height: 1.5;
/* 	border-bottom: 3px solid #e3e3e3; */
  position: relative;
  display: flex;
}

.page-node-type-news:has(.kyubo) .job-detail-point .job-ttl::after{
  width: 40px;
  content: '';
  display: block;
  height: auto;
  margin: 15px 0;
  padding: 10px ;
}

/* .job-detail-point .job-ttl:before {
  content: '';
  background-color: #e3e3e3;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
.job-detail-point .job-ttl:after {
  content: '';
  background-color: #4c9ac0;
  width: 4em;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
} */

.job-detail-point .subttl h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 20px 10px;
  background-color: #4c9ac0;
  color: #fff;
  position: relative;
  width: 90%;
/* 	margin-bottom: 25px; */
}

.job-detail-point .subttl h3:before {
  content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
  top: 100%;
  border-color: transparent;
  border-top-color: #4c9ac0;
  border-right-color: #4c9ac0;
  border-width: 6.5px;
}

.job-detail-point .job-point {
  padding: 10px 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.job-detail-point .job-link-area {
/* 	padding: 20px 15px; */
  padding: 20px 0;
}
.job-detail-point .job-link-area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 50px;
  padding: 10px;
/* 	background-color: #4c9ac0; */
/* 	border: 2px solid #4c9ac0; */
  background-color: #1488c0;
  border: 1px solid #1488c0;
  border-bottom: solid 2px #106289;
  border-radius: 3px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (hover: hover) {
  .job-detail-point .job-link-area .btn:hover {
    opacity: 0.8;
  }
}


@media screen and (max-width: 767px) {
  body.page-node-type-news h1.page-title {
    font-size: 20px;
  }
  
  .job-detail-point .job-link-area .btn {
    margin: 0 auto;
  }

  .job-detail-point .job-ttl{
    font-size: 18px;
  }
}

/* サイド */
@media screen and (max-width: 991px) {
  body.path-info aside,
  body.page-node-type-news aside {
    margin-top: 50px;
  }
}
aside[class*="layout-sidebar-"] .news-list.side li,
#block-dorazamurai-front-views-block-news-list-block-1 ul li {
  margin-bottom: 10px;
}

/* 本文画像 */
.node--type-news .news-body img{
  max-width:100%;
  height:auto;
}


/*お知らせタイトル余白*/
body.page-node-type-news h1.page-title{
  padding-left: 0;
}</pre></body></html>