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

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&amp;display=swap&amp;subset=japanese');

/* =================================
  Common Overwrite
================================= */
.detail main .wrap {
  padding: 0;
}
#bread {
  padding: 10px 0 0;
}

/* =================================
  Detail
================================= */
.detail-unit {
  margin: 40px 0 120px;
}
.page-heading {
  top: 0;
  left: 0;
  font-size: 36px;
}
.return {
  font-size: 16px;
  text-align: right;
}
.return a {
  color: #858585;
}
.main-img {
  margin: 50px 0 85px;
}
.main-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.detail-heading {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.detail-heading h3 {
  font-family: 'Noto Sans JP' !important;
  font-weight: 100;
  width: 82%;
  font-size: 36px;
  line-height: 1.6;
  color: #252424;
  padding: 0 0 0 25px;
}
.client-name {
  width: 18%;
  font-size: 24px;
  border-bottom: 1px solid #cecece;
  padding: 0 10px 15px;
  text-align: right;
  color: #474747;
}
.detail-summary {
  width: 77.8333333%;
  font-size: 16px;
  line-height: 2.25;
  padding: 0 0 0 25px;
}
.ds01 {
  margin: 115px auto 150px;
}
.ds02 {
  margin: 95px auto 35px;
}
.ds03 {
  margin: 0 auto 140px;
}
.detail-images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail-images li {
  width: 50%; /* Repair 20200402 */
  padding: 0 10px;
  margin: 0 0 20px;
  box-sizing: border-box;
  text-align: center; /* Add 20200402 */
}
.detail-images li img {
  width: auto;
  max-width: 100%;
  height: 386px;
}
.tag-area {
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #f4f4f4;
  box-sizing: border-box;
  padding: 55px 45px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tag-area li {
  width: 21.75%;
  margin: 0 0 35px;
  border-bottom: solid 1px #ffffff;
}
.tag-area li a {
  width: 100%;
  height: 100%;
  display: block;
}
.tag-area li span {
  font-size: 18px;
  color: #363636;
  padding: 0 0 15px 0.5em;
  display: inline-block;
}


/* ▼ Movie - Add 202108 ▼ */
.movie-unit {
  background-color: #f7f7f7;
  padding: 80px 0 75px;
  margin: 0 0 25px;
}
.movie-unit h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 36px;
  margin: 0 0 30px;
}
.movie-unit h2 small {
  font-size: 0.666666em;
}
.movie-unit p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 20px;
  margin: 0 0 55px;
}
.movie-items {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  flex-shrink: 0;
}
.movie-items dl {
  width: 342px;
}
.movie-items dl dt {
  width: calc((300 / 342) * 100%);
  margin: 0 auto;
}
.movie-items dl dd:first-of-type {
  margin: 35px 0 0;
}
.movie-items dl dd:last-of-type {
  margin: 10px 0 0;
}
.movie-items dl dd a:hover{ 
    transition: 0.3s; opacity:0.6;}

.movie-case {
  position: relative;
}
.movie-case a,.movie-case button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.movie-case a:hover{
	opacity:0.6; 
    transition: 0.3s;}
/* ▲ Movie - Add 202108 ▲ */



/* =================================
  Article
================================= */
.article-item {
  margin: 0;
}

/* =================================
  Page Navi
================================= */
.page-nav {
  height: 50px;
}
.page-nav ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-nav ul li {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 30px;
}
.page-nav ul li:last-of-type {
  width: 50px;
  text-align: center;
  background-color: #adadad;
}
.page-nav ul li a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.page-nav ul li:not(:last-of-type) a i {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.page-nav ul li a i img {
  vertical-align: middle;
}
.page-nav ul li:first-of-type a i img {
  width: 21px;
}
.page-nav ul li:nth-of-type(2) a i img,
.page-nav ul li:nth-of-type(3) a i img {
  width: 22px;
}
.page-nav ul li:last-of-type a i img {
  width: 12px;
}

/* 検索条件
--------------------------------- */
.search-cond {
  display: none;
}

/* =================================
  CDO
================================= */
.cdo-unit {
  display: none;
}

/* 閲覧履歴
--------------------------------- */
.history {
  margin: 100px 0 70px;
}
.history-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #666666;
}
</pre></body></html>