@charset "UTF-8";
/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
/*body {color: #666;}*/
#ncs .geodict_logo {
  margin: 0 1.5em 1em auto;
}

/* 解析結果ページのその他の画像表示部分で使用 */
#ncs .ar_other .flex-item {
  flex-basis: 33%; /* 子要素の横幅 */
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2em;
  text-align: center;
}

/* shibori-komi */
#ncs .article-list {
  margin-top: 2em;
  margin-bottom: 2em;
}

#ncs .article-list-item {
  display: inline-block;
  background-color: beige;
  margin-right: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

#ncs div.tag {
  margin-top: 0.5em;
}

#ncs span.article-tag {
  padding: 10px 12px;
  background: #999999;
  color: #ffffff;
  display: table-cell;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 80% !important;
}

#ncs span.article-tag > *:not(:last-child) {
  margin-right: 5px;
}

#select-tag-wrapper span.search-tag, #select-tag-wrapper span.tag-clear {
  line-height: 1.5;
  text-decoration: none !important;
  display: inline-block;
  padding: 2px 4px 0 4px;
  margin-right: 5px;
  background-color: rgba(0, 102, 255, 0.05);
  color: #297bab;
  cursor: pointer;
  font-size: 115% !important;
}

#select-tag-wrapper span.search-tag.is-active, #select-tag-wrapper span.tag-clear.is-active {
  color: white;
  background-color: rgb(17, 66, 142);
}

article.article-list-item.is-active {
  animation: zoom-in 0.5s ease-in-out;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  75% {
    opacity: 0.3;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#ncs .is-hide {
  display: none;
}

#select-tag-clear {
  text-align: right;
  margin-top: 1em;
}

#select-tag-clear span.tag-clear {
  font-size: 1.2em;
}

span.tag-clear::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  content: "\f069";
  margin-right: 3px;
}

span.search-tag::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  content: "\f02e";
  margin-right: 10px;
  font-size: 120% !important;
}

body.backnumber-page #select-tag h3 {
  font-size: 1em;
  margin-bottom: 1em;
}

#category div {
  margin-bottom: 0.2em;
}

.flx {
  display: flex;
  flex-wrap: wrap;
}

.flx-r-reverce {
  flex-direction: row-reverse;
}

#ncs .ttl-List-flx {
  position: relative;
}

#ncs .ttl-List-flx-1 {
  position: relative;
}

#ncs .ttl-List-flx-2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}

#ncs .ttl-List-flx li {
  cursor: pointer;
  padding-top: 0.8em;
  padding-bottom: 0.2em;
}

#ncs .ttl-List-flx li a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

/*
2023/03/13
**********************************************/
#ncs .top-image {
  width: 100%;
  position: relative;
}

#ncs .top-image .top-text {
  position: absolute;
  top: 0;
  left: 0;
}

#ncs .top-image .top-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60%;
}

#ncs .flx-ai--end {
  align-items: flex-end;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  #ncs .top-image {
    margin: 20px 0 70px;
  }
  #ncs .top-image .top-img {
    bottom: -50px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  #ncs .h-ttl05 {
    text-indent: initial;
    padding-left: initial;
  }
}
/*2023/03/13  end*******************************************/
/*スマホ表示の調整  動画紹介ページ 動画枠サイズ、右マージン */
@media screen and (max-width: 767px) and (min-width: 1px) {
  #ncs .article-list-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/*スマホ表示の調整  2行表示 */
@media screen and (max-width: 767px) and (min-width: 1px) {
  #ncs .ar_other .flex-item {
    flex-basis: 50%; /* 子要素の横幅 */
  }
}
/*スマホ表示の調整  1行表示 */
@media screen and (max-width: 570px) {
  #ncs .ar_other .flex-item {
    flex-basis: 100%; /* 子要素の横幅 */
  }
}
/*スマホ表示の調整  3行表示 */
@media screen and (max-width: 767px) and (min-width: 1px) {
  #ncs #virtual_structure .flex-item {
    flex-basis: 33%; /* 子要素の横幅 */
  }
}
/*スマホ表示の調整  2行表示 */
@media screen and (max-width: 570px) {
  #ncs #virtual_structure .flex-item {
    flex-basis: 50%; /* 子要素の横幅 */
  }
}
/* タブ */
.tab1 {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #fff !important;
  margin: 0 !important;
}

.tab1__item {
  flex: 1;
  flex-basis: 120px;
}

.tab1__link {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #0a2986;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0.5em 0;
  margin-right: 1px;
}

.tab1__link.on {
  background-color: #007aff;
}

.tab1-body__item {
  margin: 30px 15px;
  display: none;
  text-align: center;
}

.tab1-body__item.on {
  display: block;
}

#embed-vimeo5 {
  height: 360px;
  width: 640px;
}

.ttl-List-flx li a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.ttl-List-flx-2 {
  border-bottom: 1px solid #ccc;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  #embed-vimeo5 {
    height: auto;
    width: 100%;
  }
}
/*
2023/07/20
********************************************/
.top-img {
  position: relative;
}

.top-img .img-text {
  display: block;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}

.seminar-banner {
  width: 100%;
  margin: auto;
  position: relative;
}

.seminar-ban-absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.seminar-banner img.arrow {
  z-index: 999;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.seminar-banner .w680 p {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

/*.seminar-banner a{
display:block;
width:100%;
height:84px;
position:absolute;
top:0;
left:0;
}*/
/*.seminar-banner a .top-img{
    position: relative;
}
.seminar-banner a .top-img .seminar-title{
position:absolute;
top:20px;
left:0;
width:100%;
text-align:center;
font-size:24px;
font-weight:bold;
color:#FFF;
  text-shadow: 2px 2px 2px #000, -2px -2px 2px #000,
  -2px 2px 2px #000,  2px -2px 2px #000,
  2px 0 2px #000, -2px  0 2px #000,
  0 2px 2px #000,  0 -2px 2px #000;
}
.seminar-banner a .top-img .seminar-img{
padding:10px 20px;
position:absolute;
top:60px;
left:0;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items:center;
color:#FFF;
}
.seminar-banner a .top-img img{
border-radius:10px;
}

.seminar-banner a .top-img .seminar-img img,
.seminar-banner a .top-img .seminar-img .seminar{
width:50%;
}
.seminar-banner a .top-img .seminar-img .seminar-text{
font-size:18px;
}
.seminar-banner a .top-img .seminar-img .seminar-text .indent-seminar{
text-indent:-7.5em;
padding-left:8em;
margin-bottom:0.5em!important;
}
.seminar-banner a .top-img .seminar-img .seminar-button{
    background: #7E0000;
    border: 1px solid #7E0000;
    color: #FFF;
    margin:auto;
    text-align: center;
    padding: 10px;
    display:block;
    width: 300px;
}
.seminar-banner a:hover .top-img .seminar-img .seminar-button{
background:#FFF;
border: 1px solid #7E0000;
color:#7E0000;
}
.seminar-banner a .top-img .seminar-img img{
width:50%;
border-radius:10px;
}*/
@media screen and (max-width: 767px) and (min-width: 1px) {
  .top-img h2.img-text {
    font-size: 18px;
    left: 0;
  }
  .seminar-banner {
    width: 100%;
  }
  .seminar-banner a .top-img {
    height: 310px;
  }
  .sp-p10 {
    padding: 10px !important;
  }
  .sp-pL10 {
    padding-left: 10px !important;
  }
  .sp-pT10 {
    padding-top: 10px !important;
  }
  .sp-pH10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .font14 {
    font-size: 14px !important;
  }
  .font16 {
    font-size: 16px !important;
  }
  .seminar-banner img.arrow {
    top: initial;
    bottom: 0;
    right: 20px;
    transform: initial;
  }
  /*.seminar-banner a .top-img .seminar-title{
      font-size: 16px;
      top:10px;
      width:95%;
      }
  .seminar-banner a .top-img .seminar-img .seminar,
  .seminar-banner a .top-img .seminar-img img{
  width:100%;
  }
  .seminar-banner a .top-img .seminar-img{
   padding: 10px 30px;
   top: 45px;
   }
  .seminar-banner a .top-img .seminar-img .seminar-text{
  font-size:12px;
  line-height: 150%;
    text-shadow: 2px 2px 2px #000, -2px -2px 2px #000,
    -2px 2px 2px #000,  2px -2px 2px #000,
    2px 0 2px #000, -2px  0 2px #000,
    0 2px 2px #000,  0 -2px 2px #000;
  }
  .seminar-banner a .top-img .seminar-img .seminar-text .indent-seminar{
  margin-bottom:0!important;
  }
  .seminar-banner a .top-img .seminar-img .seminar-button{
      margin-left: auto;
      margin-right: auto;    
      margin-top: 5px;
      margin-bottom: 10px;
      width:initial;
      }*/
}
.youtube {
  aspect-ratio: 16/9;
  width: 560px;
  height: 315px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  .youtube {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
}
/*---  製品資料ダウンロード  ---------------------------------*/
ul.dl_material {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.dl_material li span.download-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  padding: 10px 40px;
}

ul.dl_material li span.download-img img {
  width: 60px !important;
}

ul.dl_material li span.download-text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: calc(100% - 140px);
  font-weight: bold;
  font-size: 120% !important;
}

.flx-ai--end {
  align-items: flex-end;
}

/*---  製品資料ダウンロード  ---------------------------------*/
/* レスポンシブ対応 */
ul.dl_material li span.download-img {
  width: 100px;
  padding: 10px 20px;
}

ul.dl_material li span.download-text {
  width: calc(100% - 100px);
}

.box-Line1 {
  border: 1px solid #F3F3F3;
}

.article_serialization_item::before {
  content: "▶"; /* または ">" や "→" など */
  margin-right: 5px;
  color: #333; /* 矢印の色 */
}

/* 上部の青いリンク（サロゲートモデルとデジタルツインに関するリンク）を黒に変更 */
p > strong > a[href*="/product/pseven/column/"] {
  color: #000;
  text-decoration: none; /* 下線を消す場合 */
}

/* 連載コンテンツの各項目のリンクを黒に変更 */
.article_serialization_item a {
  color: #000;
  text-decoration: none; /* 下線を消す場合 */
}

/* ベイズ最適化などの青字部分も黒に変更したい場合 */
a {
  color: #000;
}

/* ホバー時のスタイル（オプション） */
p > strong > a[href*="/product/pseven/column/"]:hover,
.article_serialization_item a:hover {
  /* ホバー時のスタイル、例えば: */
  text-decoration: underline; /* ホバー時に下線表示 */
  /* color: #555; */ /* または薄い色に変える場合 */
}

/* 通常状態：黒背景、白テキスト */
.custom-black-button {
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
  transition: all 0.3s ease;
}

/* ホバー時：白背景、黒テキスト */
.custom-black-button:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}

/* より具体的なセレクタとカラー指定を追加 */
.custom-black-button:hover,
.custom-black-button:hover span,
.custom-black-button:hover * {
  color: black !important;
  fill: black !important; /* SVGアイコンがある場合 */
}

/* すべての子要素に適用 */
.custom-black-button * {
  transition: all 0.3s ease;
}

/* リンクの訪問状態でも色を保持 */
.custom-black-button:visited:hover,
.custom-black-button:active:hover,
.custom-black-button:focus:hover {
  color: black !important;
}

flex-container.flex-between-sp-center > .w460 {
  display: block;
  text-decoration: none;
  color: inherit;
}

.flex-container.flex-between-sp-center > .w460 > .flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.flex-container.flex-between-sp-center > .w460 > .flex-container > div a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-container.flex-between-sp-center > .w460 > .flex-container > div a img {
  margin-right: 0.5em;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) and (max-width: 768px) {
  ul.dl_material li span.download-img img {
    width: 50px !important;
  }
}
/* ncsダウンロードリンクボックス */
#ncs .d-linkbox {
  width: 100%;
  border-top: 5px solid #1a2792;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

#ncs .d-linkbox:hover {
  background: #1a2792;
  color: #fff;
}

#ncs .d-linkbox:hover .d-linkbox-text:after {
  color: #fff;
}

#ncs .d-linkbox:hover img {
  opacity: 0.7;
}

#ncs .d-linkbox .d-linkbox-text {
  padding: 10px;
  margin: 0;
}

#ncs .d-linkbox .d-linkbox-text:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900 !important;
  color: #666;
  position: absolute;
  top: 8px;
  right: 0;
  width: 20px;
  height: 20px;
}

#ncs .d-linkbox img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

#ncs .d-linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100000px;
}

@media screen and (max-width: 768px) {
  #ncs .d-linkbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
a.bb-bluegray {
  background-color: #106287 !important;
  border: 1px solid #106287 !important;
  padding: 0.5em;
}
a.bb-bluegray:hover {
  color: #106287 !important;
  background-color: #FFFFFF !important;
}

.d-ml--auto {
  margin-left: auto;
}

.d-bd-radius--0 {
  border-radius: 0px !important;
}

.d-bd-top-left-radius--0 {
  border-top-left-radius: 0px !important;
}

.d-bd-top-right-radius--0 {
  border-top-right-radius: 0px !important;
}

.d-bd-bottom-left-radius--0 {
  border-bottom-left-radius: 0px !important;
}

.d-bd-bottom-right-radius--0 {
  border-bottom-right-radius: 0px !important;
}

.d-bd-radius--5 {
  border-radius: 5px !important;
}

.d-bd-top-left-radius--5 {
  border-top-left-radius: 5px !important;
}

.d-bd-top-right-radius--5 {
  border-top-right-radius: 5px !important;
}

.d-bd-bottom-left-radius--5 {
  border-bottom-left-radius: 5px !important;
}

.d-bd-bottom-right-radius--5 {
  border-bottom-right-radius: 5px !important;
}

.d-bd-radius--10 {
  border-radius: 10px !important;
}

.d-bd-top-left-radius--10 {
  border-top-left-radius: 10px !important;
}

.d-bd-top-right-radius--10 {
  border-top-right-radius: 10px !important;
}

.d-bd-bottom-left-radius--10 {
  border-bottom-left-radius: 10px !important;
}

.d-bd-bottom-right-radius--10 {
  border-bottom-right-radius: 10px !important;
}

.d-bd-radius--15 {
  border-radius: 15px !important;
}

.d-bd-top-left-radius--15 {
  border-top-left-radius: 15px !important;
}

.d-bd-top-right-radius--15 {
  border-top-right-radius: 15px !important;
}

.d-bd-bottom-left-radius--15 {
  border-bottom-left-radius: 15px !important;
}

.d-bd-bottom-right-radius--15 {
  border-bottom-right-radius: 15px !important;
}

.d-bd-radius--20 {
  border-radius: 20px !important;
}

.d-bd-top-left-radius--20 {
  border-top-left-radius: 20px !important;
}

.d-bd-top-right-radius--20 {
  border-top-right-radius: 20px !important;
}

.d-bd-bottom-left-radius--20 {
  border-bottom-left-radius: 20px !important;
}

.d-bd-bottom-right-radius--20 {
  border-bottom-right-radius: 20px !important;
}

.d-bd-radius--25 {
  border-radius: 25px !important;
}

.d-bd-top-left-radius--25 {
  border-top-left-radius: 25px !important;
}

.d-bd-top-right-radius--25 {
  border-top-right-radius: 25px !important;
}

.d-bd-bottom-left-radius--25 {
  border-bottom-left-radius: 25px !important;
}

.d-bd-bottom-right-radius--25 {
  border-bottom-right-radius: 25px !important;
}

.d-bd-radius--30 {
  border-radius: 30px !important;
}

.d-bd-top-left-radius--30 {
  border-top-left-radius: 30px !important;
}

.d-bd-top-right-radius--30 {
  border-top-right-radius: 30px !important;
}

.d-bd-bottom-left-radius--30 {
  border-bottom-left-radius: 30px !important;
}

.d-bd-bottom-right-radius--30 {
  border-bottom-right-radius: 30px !important;
}

.d-bd-radius--35 {
  border-radius: 35px !important;
}

.d-bd-top-left-radius--35 {
  border-top-left-radius: 35px !important;
}

.d-bd-top-right-radius--35 {
  border-top-right-radius: 35px !important;
}

.d-bd-bottom-left-radius--35 {
  border-bottom-left-radius: 35px !important;
}

.d-bd-bottom-right-radius--35 {
  border-bottom-right-radius: 35px !important;
}

.d-bd-radius--40 {
  border-radius: 40px !important;
}

.d-bd-top-left-radius--40 {
  border-top-left-radius: 40px !important;
}

.d-bd-top-right-radius--40 {
  border-top-right-radius: 40px !important;
}

.d-bd-bottom-left-radius--40 {
  border-bottom-left-radius: 40px !important;
}

.d-bd-bottom-right-radius--40 {
  border-bottom-right-radius: 40px !important;
}

.d-bd-radius--45 {
  border-radius: 45px !important;
}

.d-bd-top-left-radius--45 {
  border-top-left-radius: 45px !important;
}

.d-bd-top-right-radius--45 {
  border-top-right-radius: 45px !important;
}

.d-bd-bottom-left-radius--45 {
  border-bottom-left-radius: 45px !important;
}

.d-bd-bottom-right-radius--45 {
  border-bottom-right-radius: 45px !important;
}

.d-bd-radius--50 {
  border-radius: 50px !important;
}

.d-bd-top-left-radius--50 {
  border-top-left-radius: 50px !important;
}

.d-bd-top-right-radius--50 {
  border-top-right-radius: 50px !important;
}

.d-bd-bottom-left-radius--50 {
  border-bottom-left-radius: 50px !important;
}

.d-bd-bottom-right-radius--50 {
  border-bottom-right-radius: 50px !important;
}

/* ==========================================================================//
//
//　SP版
//
// ========================================================================== */
@media screen and (max-width: 768px) and (min-width: 1px) {
  .d-sp-bd-radius--0 {
    border-radius: 0px !important;
  }
  .d-sp-bd-top-left-radius--0 {
    border-top-left-radius: 0px !important;
  }
  .d-sp-bd-top-right-radius--0 {
    border-top-right-radius: 0px !important;
  }
  .d-sp-bd-bottom-left-radius--0 {
    border-bottom-left-radius: 0px !important;
  }
  .d-sp-bd-bottom-right-radius--0 {
    border-bottom-right-radius: 0px !important;
  }
  .d-sp-bd-radius--5 {
    border-radius: 5px !important;
  }
  .d-sp-bd-top-left-radius--5 {
    border-top-left-radius: 5px !important;
  }
  .d-sp-bd-top-right-radius--5 {
    border-top-right-radius: 5px !important;
  }
  .d-sp-bd-bottom-left-radius--5 {
    border-bottom-left-radius: 5px !important;
  }
  .d-sp-bd-bottom-right-radius--5 {
    border-bottom-right-radius: 5px !important;
  }
  .d-sp-bd-radius--10 {
    border-radius: 10px !important;
  }
  .d-sp-bd-top-left-radius--10 {
    border-top-left-radius: 10px !important;
  }
  .d-sp-bd-top-right-radius--10 {
    border-top-right-radius: 10px !important;
  }
  .d-sp-bd-bottom-left-radius--10 {
    border-bottom-left-radius: 10px !important;
  }
  .d-sp-bd-bottom-right-radius--10 {
    border-bottom-right-radius: 10px !important;
  }
  .d-sp-bd-radius--15 {
    border-radius: 15px !important;
  }
  .d-sp-bd-top-left-radius--15 {
    border-top-left-radius: 15px !important;
  }
  .d-sp-bd-top-right-radius--15 {
    border-top-right-radius: 15px !important;
  }
  .d-sp-bd-bottom-left-radius--15 {
    border-bottom-left-radius: 15px !important;
  }
  .d-sp-bd-bottom-right-radius--15 {
    border-bottom-right-radius: 15px !important;
  }
  .d-sp-bd-radius--20 {
    border-radius: 20px !important;
  }
  .d-sp-bd-top-left-radius--20 {
    border-top-left-radius: 20px !important;
  }
  .d-sp-bd-top-right-radius--20 {
    border-top-right-radius: 20px !important;
  }
  .d-sp-bd-bottom-left-radius--20 {
    border-bottom-left-radius: 20px !important;
  }
  .d-sp-bd-bottom-right-radius--20 {
    border-bottom-right-radius: 20px !important;
  }
  .d-sp-bd-radius--25 {
    border-radius: 25px !important;
  }
  .d-sp-bd-top-left-radius--25 {
    border-top-left-radius: 25px !important;
  }
  .d-sp-bd-top-right-radius--25 {
    border-top-right-radius: 25px !important;
  }
  .d-sp-bd-bottom-left-radius--25 {
    border-bottom-left-radius: 25px !important;
  }
  .d-sp-bd-bottom-right-radius--25 {
    border-bottom-right-radius: 25px !important;
  }
  .d-sp-bd-radius--30 {
    border-radius: 30px !important;
  }
  .d-sp-bd-top-left-radius--30 {
    border-top-left-radius: 30px !important;
  }
  .d-sp-bd-top-right-radius--30 {
    border-top-right-radius: 30px !important;
  }
  .d-sp-bd-bottom-left-radius--30 {
    border-bottom-left-radius: 30px !important;
  }
  .d-sp-bd-bottom-right-radius--30 {
    border-bottom-right-radius: 30px !important;
  }
  .d-sp-bd-radius--35 {
    border-radius: 35px !important;
  }
  .d-sp-bd-top-left-radius--35 {
    border-top-left-radius: 35px !important;
  }
  .d-sp-bd-top-right-radius--35 {
    border-top-right-radius: 35px !important;
  }
  .d-sp-bd-bottom-left-radius--35 {
    border-bottom-left-radius: 35px !important;
  }
  .d-sp-bd-bottom-right-radius--35 {
    border-bottom-right-radius: 35px !important;
  }
  .d-sp-bd-radius--40 {
    border-radius: 40px !important;
  }
  .d-sp-bd-top-left-radius--40 {
    border-top-left-radius: 40px !important;
  }
  .d-sp-bd-top-right-radius--40 {
    border-top-right-radius: 40px !important;
  }
  .d-sp-bd-bottom-left-radius--40 {
    border-bottom-left-radius: 40px !important;
  }
  .d-sp-bd-bottom-right-radius--40 {
    border-bottom-right-radius: 40px !important;
  }
  .d-sp-bd-radius--45 {
    border-radius: 45px !important;
  }
  .d-sp-bd-top-left-radius--45 {
    border-top-left-radius: 45px !important;
  }
  .d-sp-bd-top-right-radius--45 {
    border-top-right-radius: 45px !important;
  }
  .d-sp-bd-bottom-left-radius--45 {
    border-bottom-left-radius: 45px !important;
  }
  .d-sp-bd-bottom-right-radius--45 {
    border-bottom-right-radius: 45px !important;
  }
  .d-sp-bd-radius--50 {
    border-radius: 50px !important;
  }
  .d-sp-bd-top-left-radius--50 {
    border-top-left-radius: 50px !important;
  }
  .d-sp-bd-top-right-radius--50 {
    border-top-right-radius: 50px !important;
  }
  .d-sp-bd-bottom-left-radius--50 {
    border-bottom-left-radius: 50px !important;
  }
  .d-sp-bd-bottom-right-radius--50 {
    border-bottom-right-radius: 50px !important;
  }
}/*# sourceMappingURL=detail.css.map */