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

html {
	scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* F式リスト型ラインナップ */
.m_fLineupList{}
.m_fLineupList__heading{
  margin-bottom: 10px;
}
.m_fLineupList__ttl{
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
  padding-right: 5px;
  color: #75192b
}
.m_fLineupList__body{}
.m_fLineupList__item + .m_fLineupList__item{
  margin-top: 8px;
}
.m_fLineupList__link{
  position: relative;
  display: block;
  padding-left: 12px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  transition: opacity .3s;
}
/* .m_fLineupList__link::after{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}*/
.m_fLineupList__link:hover{
  opacity: .7;
}
.m_fLineupList__link--comingsoon{
  color: #7a7a7a;
}
.m_fLineupList__link--comingsoon::before{
  opacity: .7;
}
.m_fLineupList__link--comingsoon::after{
  content: "coming soon";
  color: #d66c00;
  font-weight: bold;
  margin-left: 10px;
}
[service_type].m_fLineupList__link{
  position: relative;
  padding-left: 52px;
}
/*[service_type].m_fLineupList__link::after{
  content: none;
}*/
[service_type].m_fLineupList__link::before{
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  min-width: 40px;
  text-align: center;
}

/* F式カード（大） */
.m_fCardLg{
  display: block;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
.m_fCardLg:hover{
  opacity: .7;
}
.m_fCardLg__ttl{
  position: relative;
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  height: calc(18px * 2 * 1.4);
  overflow: hidden;
}
.m_fCardLg__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(18px * 1.4);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_fCardLg__body{}
.m_fCardLg__infos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.m_fCardLg__infosWrap{}
.m_fCardLg__info{
  font-size: 12px;
  padding: 0 5px;
}
.m_fCardLg__info--type{
  color: #666;
}
.m_fCardLg__info--type::before{
  display: block;
  color: #666;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 11px;
  min-width: 40px;
  text-align: center;
}
.m_fCardLg__info--date{
  color: #d66c00;
}
.m_fCardLg__infosWrap + .m_fCardLg__img{
  margin-top: 5px;
}
.m_fCardLg__img{
  line-height: 0;
  text-align: center;
}
.m_fCardLg__img img{
  max-width: 100%;
  height: auto;
}
.m_fCardLg__img--certification{}
.m_fCardLg__img--certification img{
  max-height: 100px;
}

.m_fCardLg__img + .m_fCardLg__cont{
  margin-top: 10px;
}
.m_fCardLg__infosWrap + .m_fCardLg__cont{
  margin-top: 10px;
}
.m_fCardLg__cont{
  position: relative;
  max-height: calc(13px * 4 * 1.6);
  line-height: 1.6;
  font-size: 13px;
  overflow: hidden;
}
.m_fCardLg__cont::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(13px * 1.6);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
@media screen and (max-width: 768px){
  .m_fCardLg__ttl{
    height: auto;
    max-height: calc(18px * 2 * 1.4);
  }
}
/* F式カード（小） */
.m_fCardMd{
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
.m_fCardMd:hover{
  opacity: .7;
}
.m_fCardMd__body{
  flex: 1 1 auto;
}
.m_fCardMd__ttl{
  position: relative;
  height: calc(14px * 2 * 1.5);
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
.m_fCardMd__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(14px * 1.5);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_fCardMd__infosWrap{}
.m_fCardMd__infos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.m_fCardMd__info{
  font-size: 12px;
  padding: 0 5px;
}
.m_fCardMd__info--type{
  color: #666;
}
.m_fCardMd__info--type::before{
  display: block;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 11px;
  min-width: 40px;
  text-align: center;
}
.m_fCardMd__info--date{
  color: #d66c00;
}
.m_fCardMd__body + .m_fCardMd__img{
  margin-left: 4px;
}
.m_fCardMd__img{
  flex: 0 0 86px;
  line-height: 0;
  text-align: center;
}
.m_fCardMd__img img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_fCardMd__ttl{
    height: auto;
    max-height: calc(14px * 2 * 1.5);
  }
}

/* ラベル */
[service_type=douga]::before {
  content: "\52d5\753b\95a2\9023"!important;
  color: #cc2d5e!important;
  background: none!important;
}
[service_type=middle]::before {
  content: "\307e\3068\3081"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=haken]::before {
  content: "\6D3E\9063"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=bup]::before {
  content: "\516C\958B"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=other]::before {
  content: "\4ed6\ff7b\ff70\ff8b\ff9e\ff7d"!important;
  color: #e6002d!important;
  background: none!important;
}
[service_type=it]::before {
  content: "IT\FF7B\FF70\FF8B\FF9E\FF7D"!important;
  color: #008d79!important;
  background: none!important;
}
[service_type=free]::before {
  content: "\7121\6599\FF7E\FF90\FF85\FF70"!important;
  color: #333!important;
  background: none!important;
}
[service_type=cont]::before {
  content: "\8AAD\307F\7269"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=consul]::before {
  content: "\30B3\30F3\30B5\30EB"!important;
  color: #7a614f!important;
  background: none!important;
}

/* Leaf Lightning STUDIO対応 */
[href="/it-tool/studio-pbl.html"] .m_fCardLg__ttl{
  font-size: 0;
}
[href="/it-tool/studio-pbl.html"] .m_fCardLg__ttl::before{
  content: "Leaf lightning STUDIO～定額制eラーニング視聴サービス";
  font-size: 18px;
}
.m_fCardLg__info--type{
  display: none;
}
.m_fCardLg__info--date{
  font-size: 16px;
}
.m_fCardMd__info--type{
  display: none;
}
.m_fCardMd__info--date{
  font-size: 14px;
}
.m_fCardMd__ttl{
  margin: 0;
}
.l_main {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1220px;
    margin: 40px auto 0;
}
.l_main__body {
    order: 2;
    width: 730px;
}
.l_main__rightNav{
    order:3;
    width: 220px;
    z-index: 2;
}
div#cont {
    text-align: left;
    margin: 0 0;
    font-family: helvetica neue,noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,sans-serif;
    line-height: 1.5;
    margin-bottom: 55px;
}
.m_heroArea__img {
    background-image: url(/resource/img/consulting/dx_promotion/bg_fv_dx_new.png);
    background-size: contain;
}
.l_section__inner--heroArea {
    width: 980px;
    padding-left: 0;
}
.l_section__inner {
    width: 980px;
    margin: auto;
    padding-left: 0;
}
.m_heroArea__imgMain {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#base {
    width: auto;
    min-width: 1220px;
    counter-reset: qNum aNum;
}
.l_main__sideNav{
    width: 220px;
    order: 0;
    z-index: 2;
}
.l_main__sideNavInner{
    pointer-events: all;
}
.m_sideNav {
    padding: 10px;
}
.m_search__box {
    height: 100%;
}
.m_search__field {
    flex-grow: 1;
    border: 1px solid #c53600;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    padding-left: 8px;
    width: 100%;
}
.m_search__submitBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    background-color: #c53600;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 20px;
    padding: 15px;
    transition: .3s;
}
.m_search__submitBtn:before {
    content: "";
    background-image: url(/resource/img/consulting/dx_promotion/dx_search_icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
}
.p_search__field{
    padding-left: 10px;
    width: 100%;
    border: none;
    padding-bottom: 5px;
}
.p_search p_siteLogoArea__item{
    position: relative;
    width: 100%;
}
.p_search__btn{
    background-color: #0B1A6F;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 5px 30px;
    top: 0;
}
.p_search__btn:hover{
  opacity: 0.6;
  transition: 0.3s;
}
input:focus{
  outline:none;
}
.c_list__item img{
  height: auto;
}
.c_list__item img:hover{
  opacity: 0.6;
  transition: 0.3s;
}




/* ★★ページ改修CSSここから */

/* ページ内共通CSS */
.dx_case_new{
  color: #333;
}
.dx_case_new a{
  color: #333;
  text-decoration: none                                
}
.dx_case_new a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.dx_case_new h2{
  font-size: 25px;
  font-weight: bold;
  color: #0B1A6F;
  margin-bottom: 15px;
}
.dx_case_new .flex{
  width: 730px;
  margin: 0 auto;
  display: flex;
}
.dx_case_new h1{
  width: 100%;
  margin: 0 auto;
}
.dx_case_new section{
  border-bottom: 1px solid #929292;
   padding: 20px 0;

}
.dx_case_new h3{
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.dx_case_new .news_item__ttl{
  font-size: 16px;
  margin:0;
}

/*ページ内ナビゲーション */
#dx_case_nav{
  border-bottom: 1px solid #333;
  backgroud-color: #fff;
  z-index: 99999;
  width: 100%;
}
#dx_case_nav.m_fixed {
	position: fixed;
	top: 0;
    background-color: #fff;
}
#dx_case_nav ul{
  width: 1220px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 auto;
}
#dx_case_nav ul li{
  width: calc(100% / 6);
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
#dx_case_nav ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #333;
}
#dx_case_nav ul li a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
#dx_case_nav ul li:last-child{
  width: calc(100%/ 2);
  border: 1px solid;
  border-radius: 5px;
  position: relative;
}


/* ニュースセクション */

.dx_case_new #news .flex{
  flex-wrap: wrap;
  justify-content: space-between;
}
.dx_case_new #news .flex .news_item{
  width: 48%;
}
.dx_case_new #news dl{
  /*width: 48%;*/
}
.dx_case_new #news p{
  text-align: right;
}
.dx_case_new #news p a{
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}
.dx_case_new #news dl{
  padding: 15px 0;
  border-bottom: 1px solid #DBDBDB;
}
.dx_case_new #news dl:last-child , #news dl:nth-last-child(2){
  border: none;
}
.dx_case_new #news dl dt{
  font-size: 11px;
  color: #a00020;
}
.dx_case_new #news dl dd a{
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  .dx_case_new #news .flex .news_item{
    width: 100%;
  }
}

/* ニュースセクション(pdfダウンロード) */
.dx_case_new #news .p_pdf_dl{  
  padding-bottom:0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dx_case_new #news .c_hasIco__item{ margin-right: 4px;}
.dx_case_new #news .p_heading__ico__pdf{ color:#9e2730;}
.dx_case_new #news .p_heading__ttl{
  font-size: 16px;
  color: #333;
}
.dx_case_new #news .p_heading--pdf_dl{
  display: flex;
}
.dx_case_new #news .p_pdf_dl__cont{
  height: 100%;
}
.dx_case_new #news .p_pdf_dl__link{
  display: flex;
  flex-direction: column;
}
.dx_case_new #news .p_pdf_dl__img img{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.dx_case_new #news .p_pdf_dl__btn{
  display: flex;
  justify-content: end;
  margin-top: auto;
}
.dx_case_new #news .p_pdf_dl__btn__target{
  background-color: #333;
  color: #fff;
  padding: 2px 16px;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .dx_case_new #news .c_hasIco__item{
    margin-top: 0;
  }
  .dx_case_new #news .p_pdf_dl__img{
    text-align: center;
  }
  .dx_case_new #news .p_pdf_dl__img img{
    max-width: 500px;
  }
  .dx_case_new #news .p_pdf_dl__btn__target{
    text-decoration: none;
    font-size: 15px;
  }
}

/* 新作研修セクション */
.dx_case_new #new .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -15px 0;
}
.dx_case_new #new .flex &gt; li{
  width: 48%;
  padding: 15px 0;
}
@media screen and (max-width: 599px){
  .dx_case_new #new .flex &gt; li{
    width: 100%;
  }
}

/* ご挨拶、DX教育セクションとは */
.dx_case_new #greeting .flex{
  justify-content: space-between;
}
.dx_case_new #greeting .flex li{
  width: 48%;
}


/* コンセプトセクション */
.dx_case_new #concept .flex{
  justify-content: space-between;
}
.dx_case_new #concept .flex li{
  width: 48%;
}



/* DX教育事例セクション */
.dx_case_new #case .flex{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.dx_case_new #case .flex .flex_width{
  width: calc(100% /2.1);
}
.dx_case_new #case .flex .flex_width &gt; dl{
  border-bottom: 1px solid #DBDBDB;
  height: calc(100% / 3);
}
.dx_case_new #case .flex &gt; dl:first-child dt{
  font-size: larger;
}
.dx_case_new #case dl{
  position: relative;
  width: 335px;
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 0;
  height: fit-content;
}
.dx_case_new #case dl:nth-last-child(-n+2){
  border: none;
}
.dx_case_new #case dl a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.dx_case_new #case dl a:hover{
  background-color: #fff;
  opacity: 0.6;
  transition: 0.3s;
}
.dx_case_new #case  img{
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.dx_case_new #case dt{
  font-weight: bold;
  margin-bottom: 5px;
}
.dx_case_new #case .case__item__ttl{
  font-size: 16px;
  margin:0;
}
.dx_case_new #case dd{
  font-size: 14px;
  line-height: 2;
}
.dx_case_new #case dd span{
  background-color: #a00020;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.dx_case_new #case .capa{
  background-color: #0B1A6F;
}


/* DXサービスセクション */
.dx_case_new #service .flex{
  justify-content: space-between;
  flex-wrap: wrap;
}
.dx_case_new #service .service_flex{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.dx_case_new #service .service_flex a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.dx_case_new #service .service_flex a:hover{
  background-color: #fff;
  transition: 0.3s;
}
.dx_case_new #service .service_flex .service_flex_box{
  padding: 0 5px;
}
.dx_case_new #service dl{
  width: calc(100% /3.1 );
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 0;
  margin-bottom: 10px;
}
.dx_case_new #service .picup dl:nth-last-child(-n+3){
  border: none;
}
.dx_case_new #service dl dt{
  font-weight: bold;
  margin-bottom: 5px;
}
.dx_case_new #service dl dd{
  font-size: 14px;
}
.dx_case_new #service dl img{
  width: 70px;
  height: 70px;
}
.dx_case_new #service h3{
  position: relative;
  width: fit-content;
  padding-right: 15px;
  font-size: large;
  font-weight: ;
}



/* おすすめ研修セクション */

/*  シリーズ　*/
#reccomend .reccomend_series__heading{
  margin-bottom: 0;
}
#reccomend .reccomend_series__heading__link{
  position:relative;
  display: flex;
  align-items: center;
}
#reccomend .reccomend_series__heading__link:after{
  content: '';
  display:inline-block;
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  margin-top: 3px;
  margin-left:5px;
  transform: rotate(45deg);
}
#reccomend .reccomend_series__list{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;  
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 10px;
}
#reccomend .reccomend_series__item{
  margin: 20px 0;
}
#reccomend .reccomend_series__item--big{
  width: 100%;  
}
#reccomend .reccomend_series__item--small{
  width: calc(100% /3.2);
  font-size: smaller;
  margin-top: 0px;
  padding-top: 20px;
}

#reccomend .reccomend_series__list:has(.reccomend_series__item--big) .reccomend_series__item--small:nth-of-type(n + 2){
  border-top: 1px dotted #DBDBDB;
}
#reccomend .reccomend_series__list:not(:has(.reccomend_series__item--big)) .reccomend_series__item--small:nth-of-type(n + 4){
  border-top: 1px dotted #DBDBDB;
}
#reccomend .reccomend_series__link--big{
  display:flex;
  justify-content: space-between;  
}
#reccomend .reccomend_series__main{
  width: 70%;
}
#reccomend .reccomend_series__main .reccomend_series__ttl{
  font-size: 14px;
  text-align:left;
}
#reccomend .reccomend_series__main .reccomend_series__descMain{
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
}
#reccomend .reccomend_series__img{
  width: 25%;
}
#reccomend .reccomend_series__imgMain{
  width: 100%;
}

/*  シリーズ以外　*/
.dx_case_new #reccomend .flex{
  justify-content: space-between;
  flex-wrap: wrap;
}
.dx_case_new #reccomend .flex &gt; li{
  width: calc(100% /3.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 10px;
}
.dx_case_new #reccomend .flex &gt; li:nth-last-child(-n+3){
  border: none;
}
.dx_case_new #reccomend .flex &gt; li &gt; ul &gt;li:first-child{
  font-weight: bold;
  position: relative;
  width: fit-content;
  padding-right: 15px;
  margin: 10px 0 15px 0;
  font-size: large;
}
.dx_case_new #reccomend .flex &gt; li &gt; ul &gt;li{
  margin: 20px 0;
  font-size: smaller;
}

.dx_case_new #reccomend p{
  text-align: right;
}
.dx_case_new #reccomend p a{
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

/* DXコラムセクション */
.dx_case_new #column p{
  margin-top: 10px;
}
.dx_case_new #column .flex{
  justify-content: space-between;
  flex-wrap: wrap;
}
.dx_case_new #column .flex dl{
  width: calc(100% /2.1 );
  border-bottom: 1px solid #DBDBDB;
  position: relative;
  padding: 20px 0 60px;
}
.dx_case_new #column .flex dl:nth-last-child(-n+2){
  border: none;
}
.dx_case_new #column .flex dl dt{
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.dx_case_new #column .flex dl dt span{
  font-size: smaller;
  font-weight: normal;
}
.dx_case_new #column .flex dl dd img{
  float: left;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 40px;
}
.dx_case_new #column .flex dl dd{
  font-size: smaller;
  line-height: 1.5;
}

.dx_case_new #column .flex dl .dl_button{
    background-color: #333;
    color: #fff;
    padding: 2px 16px;
    border-radius: 5px;
    float: right;
    margin-top: 10px;
    position: absolute;
    right: 1px;
    bottom: 15px;
}
.dx_case_new #column .flex dl .link_button{
  text-decoration: underline;
  border-radius: 5px;
  float: right;
  margin-top: 10px;
  position: absolute;
  right: 1px;
  bottom: 10px;
  font-weight: bold;
}


/* 無料セミナーセクション */
#free_sem .flex{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
#free_sem .flex dl{
  position: relative;
}
#free_sem .flex dl a{
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#free_sem .flex a:hover{
  background-color: #fff;
  opacity: 0.6;
  transition: 0.3s;
}
#free_sem .flex dl{
  align-items: center;
  border-bottom: 1px solid #DBDBDB;
  width: calc(100% / 2.05);
  padding: 10px;
}
#free_sem .flex dl:nth-last-child(-n+2){
  border: none;
}
#free_sem .flex dl dt img{
  width: 40%;
  height: auto;
  float: left;
  margin-right: 10px;
}
#free_sem .flex dl dd{
  font-size: smaller;
  font-weight: bold;
}


/* 関連ページセクション */
.dx_case_new #connection .flex{
  justify-content: space-between;
  flex-wrap: wrap;
}
.dx_case_new #connection .flex li{
  font-size: 12px;
  width: calc(100% /3 );
  margin: 2px 0;
}



/* *{
  outline: red 1px solid;
} */

/* レスポンシブここから */
@media screen and (max-width:768px) {
   div#cont{
    width: auto;
    margin: 0 auto;
}
  .dx_case_new .flex{
    width: 100%;
    margin: 0 auto;
  }
  .dx_case_new h1{
    width: 100%;
    margin: 0 auto;
  }
  .dx_case_new section{
    border-bottom: 1px solid #929292;
    padding: 20px 0;
  }
.dx_case_new h2{
    font-size: 30px;
}

  .dx_case_new h3{
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
  }
  .dx_case_new #news .flex{
    display: block;
  }
  .dx_case_new #greeting .flex{
    display: block;
  }
  .dx_case_new #case .flex .flex_width{
    width: 100%;
  }
  .dx_case_new .service .flex{
    display: block;
  }
}


/*サイドナブ用CSS */
.dx_case_sidenav section{
  margin-bottom: 25px;
}
.dx_case_sidenav h1{
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
  padding-right: 15px;
  color: #0B1A6F;
}
.dx_case_sidenav h1 a::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0B1A6F;
    border-right: solid 2px #0B1A6F;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}
.dx_case_sidenav h2{
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
  padding-right: 15px;
  color: #0B1A6F;
}
.dx_case_sidenav h2 a::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0B1A6F;
    border-right: solid 2px #0B1A6F;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}
.dx_case_sidenav section a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.dx_case_sidenav ul li{
  border-bottom: 1px solid #ccc;
}
.dx_case_sidenav ul li:last-child{
  border: none;
}
.dx_case_sidenav ul li a{
  font-size: small;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #313131;
}
.dx_case_sidenav img{
  width: 100%;
}
.dx_case_sidenav #reccomend_page a{
  padding: 0;
}
.dx_case_sidenav #reccomend_page ul li{
  border: none;
}
.dx_case_sidenav .dxp_rank_cate{
  display: none;
}
#kaisetsu-page h5{
  display: none;
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
   body {
    width: 100%!important;
   }  
  .l_main__sideNav{
    display: none;
  }
  .l_main__rightNav{
    display: none;
}
html {
    scroll-padding-top: 130px;
}

#dx_case_nav{
	position: static;
	top: -30px;
	transition: all 0.3s ease 0s;
}
#dx_case_nav.m_fixed {
    position: fixed;
 	top: 0;
}
.m_modal_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    pointer-events: none;
    opacity: 0;
    transition: .25s ease-out;
    z-index: 99999;
}
#base {
    min-width: auto;
    width: 100%;
    overflow: hidden;
}
.m_heroArea__img_wrap.l_section__inner {
    width: 100%;
}
.l_section__inner {
    width: 100%;
    padding-left: 0;
}
.l_main {
    width: 100%;
}
.l_main__body {
    width: 100%;
}
.m_pc_popup {
    display: none;
}
.m_pc_popup__itm {
    padding: 10px;
}
.m_pc_popup__itm_img {
    width: 70%;
    margin: auto;
}
.m_pc_popup__itm {
    padding: 10px;
}
.dx_case_new{
    width: 95%;
    margin: auto;
} 
.dx_case_new #news p{
  text-align: center;
  font-size: larger;
  text-decoration: underline;
  margin-top: 15px;
  text-align:right;
}
.dx_case_new #news dl {
    width: 100%;
}


.dx_case_new #greeting .flex li{
  width: 100%;
  margin-bottom: 30px;
}
.dx_case_new #service dl{
  width: 100%;
}
.dx_case_new #case .flex &gt; dl:first-child dt{
    font-size: 22px;
}
.dx_case_new #case dt{
font-size: large;
}
.dx_case_new #case dl:nth-last-child(-n+2){
border-bottom: 1px solid #DBDBDB;
}
.dx_case_new #case dl{
    width: 100%;
}
.dx_case_new #case dl:last-child{
    border: none;  
} 
.dx_case_new #service dl dt{
font-size: larger;
}
.dx_case_new #service dl dd{
font-size: 16px;
}
.dx_case_new #service dl{
    border-bottom: 1px solid #DBDBDB;
}
.dx_case_new #service .picup dl:nth-last-child(-n+3) {
border-bottom: 1px solid #DBDBDB;
}
.dx_case_new #service .picup dl:last-child{
border: none;
}

#reccomend .reccomend_series{}
#reccomend .reccomend_series__heading{
  margin-bottom: 20px;
  padding-left: 10px;
}
#reccomend .reccomend_series__list{
  display:block;
  padding-bottom: 15px;
}
#reccomend .reccomend_series__item{}
#reccomend .reccomend_series__item--big{
  margin: 10px 0;
  padding-left: 10px;
  border-left: 5px solid #0B1A6F;
}
#reccomend .reccomend_series__item--small{
  width: calc(100%);
  font-size: 16px;
  padding-left: 10px;
  padding-top: 0;
  border-left: 5px solid #0B1A6F;
  border-top: none;
  margin: 7px 0;
}
#reccomend .reccomend_series__list:has(.reccomend_series__item--big) .reccomend_series__item--small:nth-of-type(n + 2){
  border-top: none;
}
#reccomend .reccomend_series__list:not(:has(.reccomend_series__item--big)) .reccomend_series__item--small:nth-of-type(n + 4){
  border-top: none;
}
#reccomend .reccomend_series__link--big{
  display:block;
}
#reccomend .reccomend_series__main{
  width: 100%;
}
#reccomend .reccomend_series__main .reccomend_series__ttl{
  font-size: 16px;
}
#reccomend .reccomend_series__main .reccomend_series__descMain{
  font-size: 12px;
  margin-top: 5px;
}
#reccomend .reccomend_series__img{
  display: none;
}
#reccomend .reccomend_series__imgMain{}

.dx_case_new #reccomend .flex &gt; li {
    width: 100%;
    padding-bottom: 15px;
}
.dx_case_new #reccomend .flex &gt; li &gt; ul &gt;li{
border-left: 5px solid #0B1A6F;
    margin: 7px 0;
    font-size: 16px;
    border-left: 1p;
    padding-left: 10px;
}
.dx_case_new #reccomend .flex &gt; li &gt; ul &gt;li:first-child{
    border: none;
    font-size: 20px;
}
.dx_case_new #column p{
  font-size: 16px;
}
.dx_case_new #column .flex dl {
  width: 100%;

}
.dx_case_new #concept .flex{
  display: block;
}
.dx_case_new #concept .flex li{
  width: 100%;
}
.dx_case_new #concept .flex li:first-child{
  margin-bottom: 20px;
}
.dx_case_new #column .flex dl dt{
  font-size: large;
}
.dx_case_new #column .flex dl dd{
    font-size: 16px;
    line-height: 1.4;
}
.dx_case_new #column .flex dl dd img{
    padding-bottom: 80px;
    margin-bottom: 0;
}
.dx_case_new #column .flex dl .link_button{
    font-size: 20px;
}
.dx_case_new #column .flex dl:nth-last-child(-n+2){
    border-bottom: 1px solid #DBDBDB;
}
.dx_case_new #column .flex dl:last-child{
    border: none;
}
#free_sem .flex dl{
   width: 100%;
}
#free_sem .flex dl dd{
   font-size: 16px;
}
.dx_case_new #connection .flex li {
      font-size: 16px;
    width: 100%;
}
#dx_case_nav ul{
    width: 100%;
}
#dx_case_nav ul li{
    width: calc(100% / 2);
}
#dx_case_nav ul li:last-child {
   width: 90%;
   margin: 10px auto;
   overflow: hidden;
}
#dx_case_nav ul li:nth-child(1),#dx_case_nav ul li:nth-child(3),#dx_case_nav ul li:nth-child(4),#dx_case_nav ul li:nth-child(10){
   display: none;
}
#dx_case_nav ul li{
    width: calc(100% / 3);
    font-size: 16px;
}
.p_search__btn{
   height: 100%;
   top: 0px;
   right: -1px;
}
}</pre></body></html>