<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS column Document */


.path-blog main {
  /* background: #d0e4ff;*/
}

.path-blog footer {
  margin-top: 0;
}

/*
 .path-blog #block-dorazamurai-front-page-title{
     background-image: url(/themes/custom/dorazamurai_front/img/drivers/blog-header.webp);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: bottom;
     height: 300px;
     border-radius:5px;
 }
*/


/*  タイトル */
@media screen and (max-width: 767px) {
  .not_login.path-blog.sticked #block-dorazamurai-front-page-title h1.page-title,
  .not_login.path-blog .region-highlighted:has(.title-bnr)+main h1.page-title{
   text-align: center;
   padding: 0;
}

  .not_login.path-blog.sticked #block-dorazamurai-front-page-title h1.page-title::before,
  .not_login.path-blog .region-highlighted:has(.title-bnr)+main h1.page-title::before{
   display:none;
}
}

/*  タイトルバナー */
@media screen and (min-width: 1200px) {
  .block-simple-blocktitle-bnr-driver {
    background-color: #d0e4ff;
    font-size: 0;

  }

  .block-simple-blocktitle-bnr-driver .title-bnr {
    max-width: 1166px;
    /* margin: 0 auto; */
  }
}


.drivers-blog .item-list ul {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 32px;
}

.drivers-blog .item-list li {
  border-bottom: solid 1px #efefef;
}

.drivers-blog .item-list li a {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--grey-mid-2);
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  padding: 32px 16px;

}

/*記事専用*/
#block-dorazamurai-front-content .drivers-blog .item-list li {
  border-bottom: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  margin-bottom: 20px;
}

#block-dorazamurai-front-content .drivers-blog .item-list li:hover {

  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}



/* 一覧ページ */
.driver-ttl {
  /*
  border-left: solid 5px #1488c0;
  padding-left: 10px;
  */
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
}

a:hover .driver-ttl {
  opacity: 0.8;
}

.driver-warp {
  display: flex;
  gap: 16px;
}

.driver-warp .driver-img {
  width: 30%;
  border-radius: 5px;
}

.driver-warp .driver-img img {
  width: 100%;
  height: auto;
}

.driver-warp .driver-info {
  width: calc(100% - 30%);
  display: flex;
  flex-wrap: wrap;
}

.driver-warp .driver-info .driver-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.driver-warp .driver-info .driver-date {
  font-size: 1em;
  color: #777777;
  font-weight: 400;
}

.driver-warp .driver-info .driver-cat {
  color: #313940;
  background-color: #bfe4f6;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 13px;
}

.driver-warp .driver-info .driver-body {
  font-size: 1.2em;
  line-height: 1.8em;
}

a:hover .driver-warp .driver-info .driver-body {
  opacity: 0.8;
  color: #333;
  transition: background-color .2s;
}

.driver-warp .more {
  width: 100%;
  display: block;
  margin-top: auto;
}

.driver-warp .more span {
  font-weight: bold;
  text-align: center;
  grid-column-gap: 14px;
  color: #fff;
  border-radius: 50rem;
  align-self: flex-start;
  align-items: center;
  padding: 14px 14px 14px 24px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  max-width: 350px;
  background-color: #176aff;
  transition: background-color .2s;
  margin-left: auto;
}

a:hover .driver-warp .more span {
  opacity: 0.8;
}

/* 時計 */
.dli-clock {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 8px;
}

.dli-clock::before,
.dli-clock::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  background: currentColor;
  border-radius: 0.1em;
  transform: translate(-0.05em, 0.05em);
}

.dli-clock::before {
  width: 0.1em;
  height: 0.4em;
}

.dli-clock::after {
  width: 0.35em;
  height: 0.1em;
}

@media only screen and (max-width : 767px) {
  .driver-warp {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .driver-warp .driver-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

  .driver-warp .driver-info {
    width: 100%;
  }

  .driver-ttl {
    font-size: 1.6em;
  }

  .driver-warp .driver-info .driver-body {
    font-size: 1em;
    line-height: 1.4em;
  }

  .driver-warp .more span {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}


.region-sidebar-second .drivers-blog .item-list li {
  display: flex;
  align-items: center;
  padding: 8px;
  border-bottom: solid 1px #efefef;
  box-shadow: none;
}

.region-sidebar-second .drivers-blog .item-list li a {
  padding: 8px 8px;
}

.region-sidebar-second .drivers-blog .item-list li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  width: 100%;
}

.view-drivers-list.view-display-id-block_3 .item-list li a {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.driver-warp-side {
  display: flex;
  gap: 8px;
}

.view-drivers-list.view-display-id-block_3 .item-list li a .driver-img {
  width: 60px;
  height: 60px;
}

.view-drivers-list.view-display-id-block_3 .item-list li a .driver-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.view-drivers-list.view-display-id-block_3 .item-list li a .driver-date {
  display: flex;
  font-size: 0.8em;
}

.view-drivers-list.view-display-id-block_3 .item-list li a .driver-ttl {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}


/* 詳細ページ ****************************************************** */
.drivers-info {
  text-align: right;
}

.drivers-info .created {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.drivers-info .created:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: middle;
  background-image: url(../img/icon/clock.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-size: 18px;
  filter: invert(58%) sepia(10%) saturate(17%) hue-rotate(343deg) brightness(99%) contrast(85%);
}


body.page-node-type-drivers h1.page-title {
  border-left: 10px solid #1488c0;
  padding-left: 20px;
}

body.page-node-type-drivers .block-system-main-block .field--name-field-drs-image img {
  display: block;
  margin: 0 auto 40px;
  height: auto;
}

@media screen and (max-width: 767px) {
  body.page-node-type-drivers .block-system-main-block .field--name-field-drs-image img {
    width: 100%;
  }
}

/* 目次 */
#table-of-contents {
  background: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0px 0px 5px silver;
  margin: 0 0 40px;
  /* 	padding: 0.5em 0.5em 0.5em 2em; */
  padding: 20px 30px;
}

#table-of-contents ul li {
  margin-bottom: 12px;
}

#table-of-contents ul li a {
  font-size: 1.6rem;
  color: #00a0b8;
}

@media (hover: hover) {
  #table-of-contents ul li a:hover {
    color: #23527c;
  }
}

/* 見出し */
.title01 {
  background: #2C7CFF;
  margin-top: 80px;
  padding: 15px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 0.5em;
}

body.page-node-type-drivers .block-system-main-block p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 20px;
}

body.page-node-type-drivers .block-system-main-block img {
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  body.page-node-type-drivers .block-system-main-block img {
    width: 100%;
  }
}


body.page-node-type-drivers .block-system-main-block a {
  color: #00a0b8;
}

@media (hover: hover) {
  body.page-node-type-drivers .block-system-main-block a:hover {
    color: #23527c;
  }
}

/* 詳細ページ 下部　カテゴリ */
body.page-node-type-drivers .block-system-main-block .field--name-field-drs-category {
  display: none;
}

.list-field-drs-category {
  margin-top: 40px;
  margin-bottom: 0;
}

.list-field-drs-category li a {
  display: inline-block;
  padding: 8px 10px;
  border: solid 1px #1488c0;
  border-radius: 3px;
  background: #1488c0;
  font-size: 1.5rem;
  color: #fff !important;
}

@media (hover: hover) {
  .list-field-drs-category li a:hover {
    background: #fff;
    color: #1488c0 !important;
  }
}

.page-node-type-drivers .field--name-field-drs-image,
.page-node-type-drivers .field--name-body{
 max-width:800px;   
}

.page-node-type-drivers .field--name-body img{
    max-width:800px;
}</pre></body></html>