@charset "UTF-8";
/* ＝＝＝共通ここから＝＝＝＝＝＝＝＝＝＝ */
/* 左メインコンテンツ */
.kaisetsu_main{
  width: 730px;
  padding: 20px;
  margin: 0 auto;
  font-size: 16px;
}
/* 右ナブ（アサイド） */
.kaisetsu_aside{
  width: 280px;
  margin-top: 10px;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.section{
  margin-bottom: 100px;
}
.text{
  margin-left: 7px;
}
.l_contents > .flex{
  width: 400px;
}
.kokai{
  color: #333;
  font: 400 13px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: .1em;
}
HTML{
  scroll-behavior: smooth;
  }
  html {
    scroll-padding-top: 200px;
}
/* 背景白に */
.p_heading{
    width: calc(100% + 40px);
    margin-left: -20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

/* トップタイトル文字 */
.kaisetsu_main h1{
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
} 
/* 各セクション見出し */
.kaisetsu_main h2{
  font-size: 25px;
  line-height: 1.2;
  border-left: 4px solid #800019;
  border-bottom: 1px solid #800019;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: 50px 0 30px;
}
.kaisetsu_main h2 span{
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.kaisetsu_main h3{
  margin-top: 35px;
  margin-bottom: 25px;
  border-left: 10px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding-left: 0.5em;
  font-weight: bold;
  font-size: larger;
}

/* 本文 */
.kaisetsu_main p{
  margin-bottom: 20px;
}
/* リンクセクションタイトル下ライン */
.line{
  width: 100%;
  height: 3px;
  margin-bottom: 10px;
}

/* 梅原　追記　2024/4/17 */
.title_color--red{
  margin-top: 35px;
  margin-bottom: 25px;
  border-left: 10px solid var(--color__red3);
  border-bottom: 1px solid var(--color__red3);
  padding-left: 0.5em;
  font-weight: bold;
  font-size: larger;
}

/* ＝＝＝共通ここまで＝＝＝＝＝＝＝＝＝＝ */

/* ＝＝＝トップここから＝＝＝＝＝＝＝＝＝＝＝＝ */
.kaisetsu_top{
  border-bottom: 1px solid rgb(190, 190, 190);
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 15px
}
.kaisetsu_top #textLengthReplace{
  font-size: 12px;
}
#textLengthReplace p{
  float: left;
}
#textLengthReplace dd{
  white-space: nowrap;
}
.share {
  width: 90px;
  line-height: 1.5;
  text-align: center;
  border-radius: 2px;
  letter-spacing: normal;
  margin-left: 6px;
}

.share a {
  display: block;
  float: left 0 0;
  width: 100%;
  height: 100%;
  color: #565656;
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
  padding-left: 15px;
}



.fb {
  background-color: #1877F2;
  background-image: url(../img/middle/dxpedia/icon_fb.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 10% 50%;
}

.tw {
  background-color: #000;
  background-image: url(../img/middle/dxpedia/icon_x.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 10% 50%;
}

.bm {
  background-color: #01A2DE;
  background-image: url(../img/middle/dxpedia/icon_hatena.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 10% 50%;
}
.fb:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.bm:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.tw:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.fb a,.tw a,.bm a{
  color: #fff;
}
/* ＝＝＝トップここまで＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝セクション1ここから＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝セクション1ここまで＝＝＝＝＝＝＝＝＝＝＝＝ */




/* ＝＝＝セクション2ここから＝＝＝＝＝＝＝＝＝＝＝＝ */
#section2 table{
  margin: 30px 0;
}
#section2 tr{
  padding: 20px;
  margin: 10px;
}
#section2 .toul{
  display: block;
  width: 100px;
  line-height: 1;
  font-weight: bold;
  padding: 10px;
}

#section2 .gray{
  background-color: #f3f3f3;
}
/* ＝＝＝セクション2ここまで＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ＝＝＝関連ページここから＝＝＝＝＝＝＝＝＝＝＝＝ */
#relation figure{
  width: 500px;
  margin-right: 10px;
}
#relation figure a:hover{
  opacity: 0.7;
}
#relation a{
  font-weight: bold;
  color: #E5002D;
  text-decoration: underline;
}
#relation a:hover{
  text-decoration: none;
  color: #e65270;
  transition: 0.3s;
}
figcaption{
  margin: 0 10px;
}

/* ＝＝＝関連ページここまで＝＝＝＝＝＝＝＝＝＝＝＝ */




/* ＝＝＝おすすめ研修ここから＝＝＝＝＝＝＝＝＝＝＝＝ */

#recommend .flex p{
  display: inline-block;
  width: 47%;
  padding: 10px;
  margin-right: 10px;
}
.recommend-line{
  border-bottom: rgb(189, 189, 189) 1px solid;
}

#recommend p a{
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
#recommend p a:hover{
  color: rgb(158, 158, 158);
  transition: 0.3s;
}

#recommend .link{
  text-align: center;
  border: #E5002D 1px solid;
  width: 280px;
  margin: 20px auto;
}
#recommend .link a{
  color: #E5002D;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
#recommend .link a:hover{
  color: #fff;
  background-color: #D9002A;
  transition: 0.3s;
}
#recommend .link a::after{
  content: ">";
  float: right;
  margin-right: 5px;
}
/* ＝＝＝おすすめ研修ここまで＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝ページネーションここから＝＝＝＝＝＝＝＝＝＝＝＝ */
.dxp_pagenation{
   display: flex;
   justify-content: space-between;
   margin: 60px 0;
}
.dxp_pagenation a{
   padding:10px 40px;
   border: 1px solid #aaa;
   display: block;
   font-weight: bold;
   width: 100%;
   height: 100%;
   color: #333;
}
.dxp_pagenation a:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.dxp_pagenation .dxp_pn_before{
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.dxp_pagenation .dxp_pn_before:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #aaa;
  border-right: solid 2px #aaa;
  transform: rotate(225deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.dxp_pagenation .dxp_pn_next{
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.dxp_pagenation .dxp_pn_next:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #aaa;
  border-right: solid 2px #aaa;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

/* ＝＝＝ページネーションここまで＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝解説一覧ここから＝＝＝＝＝＝＝＝＝＝＝＝ */

#kaisetsu p{
  display: block;
  width: 49%;
  margin-bottom: 20px;
}
#kaisetsu a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

/* ＝＝＝解説一覧ここまで＝＝＝＝＝＝＝＝＝＝＝＝ */

.p_global--footer{
  width: 980px;
  margin: 0 auto;
}

/* ★ここから右ナブ★ */

/* ＝＝＝右ナブ共通部分ここから＝＝＝＝＝＝＝＝＝＝＝＝ */
.kaisetsu_aside p{
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgb(87, 87, 87);
  margin: 10px 0;
}
.kaisetsu_aside p a{
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.kaisetsu_aside p a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.aside-box{
  border: 1px solid #cecece;
  padding: 10px;
  margin-bottom: 20px;
}
#aside-kensyu{
  display: block;
}
.new{
  display: inline-block;
  width: 45px;
  height: 15px;
  background-color: rgb(197, 0, 0);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 5px;
}
/* ＝＝＝右ナブ共通部分ここまで＝＝＝＝＝＝＝＝＝＝＝＝ */




/* ＝＝＝右ナブIDAの研修ここから（タブ切り替え）※js不使用＝＝＝＝＝＝＝＝＝＝ */

.tab01 {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
/*タブのスタイル*/
.tab_menu {
  width: fit-content;
  padding: 0 5px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #000;
  border: 1px solid #ccc;
  display: block;
  float: right;
  text-align: center;
  font-weight: bold;
}
.tab_menu:hover {
  opacity: 0.75;
}





/* ＝＝＝右ナブ解説ページここから＝＝＝＝＝＝＝＝＝＝ */
#kaisetsu-page p{
  font-weight: bold;
  display: block;
  color: #333;
  border-bottom: rgb(153, 153, 153) 1px solid;
  padding: 5px 0;
  background-image: url(../img/middle/kaisetsu/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 7%;
}
#kaisetsu-page p:last-child{
  border: none;
}
/* ＝＝＝右ナブ解説ページここまで＝＝＝＝＝＝＝＝＝＝ */








/* ＝＝＝右ナブボタンここから＝＝＝＝＝＝＝＝＝＝＝＝ */
.button{
  margin-top: 10px;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  width: 100%;
  line-height: 60px;
}
.button a{
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}
.button:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.button-dl{
  background-color: #046b00;
}
.button-dl{
  background-image: url(../img/middle/kaisetsu/icon_dl.svg);
  background-size: 30%;
  background-position: left;
  background-repeat: no-repeat;
}
.button-contact{
  background-color: #00276B;
}
.button-contact{
  background-image: url(../img/middle/kaisetsu/icon_mail.svg);
  background-size: 30%;
  background-position: left;
  background-repeat: no-repeat;
}

/* ＝＝＝右ナブボタンここまで＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝レスポンシブここから＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width:768px) {
/* ＝＝＝共通ここから＝＝＝＝＝＝＝＝＝＝ */
/* 左メインコンテンツ */
.kaisetsu_main{
  width: 100%;
  padding: 10px;
  lettet-spacing: 0;
  line-height: 1.7;
}
/* 右ナブ（アサイド） */
.kaisetsu_aside{
  width: 100%;
}
.flex{
  display: block;
}
.section{
  margin-bottom: 50px;
}
.text{
  margin-left: 7px;
}
.p_global--footer{
  width: 96%;
}
.l_mainContents .flex{
  width: 100%;
  display: block;
}


/* トップタイトル文字 */
.kaisetsu_main h1{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: normal;
} 
.kaisetsu_main h1 br {
    display: none;
  }
.kaisetsu_main h2 br {
    display: none;
  }
/* 文字数カウント */
.kaisetsu_top p{
  font-size: 12px;
}
/* 各セクション見出し */
.kaisetsu_main h2{
  font-size: 20px;
  line-height: 1.2;
  border-left: 3px solid #800019;
  padding-left: 5px;
  margin: 15px 0;
}

/* 本文赤字&太字 */
.kaisetsu_underline{
  color: #D9002A;
  font-weight: bold;
}
/* リンクセクションタイトル下ライン */
.line{
  width: 100%;
  height: 3px;
  margin-bottom: 10px;
}
.line .flex p{
  width: 100%;
}
.kaisetsu_top .flex{
  display: flex;
}
.share{
  width: calc(100%/3.1);
  margin-top: 10px;
  margin-left: 0;
}
#textLengthReplace{
  margin-left: 5px;
}

/* ＝＝＝共通ここまで＝＝＝＝＝＝＝＝＝＝ */

/* ＝＝＝関連ページここから＝＝＝＝＝＝＝＝＝＝＝＝ */

#relation figure{
  width: 100%;
  margin-right: 10px;
}
#relation figure img{
  width: 100%;
  margin-bottom: 10px;
}

/* ＝＝＝関連ページここまで＝＝＝＝＝＝＝＝＝＝＝＝ */




/* ＝＝＝おすすめ研修ここから＝＝＝＝＝＝＝＝＝＝＝＝ */
#recommend .flex p{
  width: 100%;
  border-bottom: rgb(189, 189, 189) 1px solid;
}

/* ＝＝＝おすすめ研修ここまで＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝解説一覧ここから＝＝＝＝＝＝＝＝＝＝＝＝ */
#kaisetsu p{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/* ＝＝＝解説一覧ここまで＝＝＝＝＝＝＝＝＝＝＝＝ */
#section1 p, #section2 p, #section3 p, #section4 p, #section5 p, #section6 p{
  margin-bottom: 20px;
}


}
/* ＝＝＝レスポンシブここまで＝＝＝＝＝＝＝＝＝＝＝＝ */


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



/* 受講前準備ページ用追記 */
.setup{
  margin: 20px 0;
}
.setup-list::before{
  content: "";
  background-image: url(../img/middle/dxpedia/checkbox.svg);
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
}
.setup-table{
  border-collapse: collapse;
  margin: 5px 0 70px;
}
.setup-table td{
  border: 1px solid #000;
  padding: 5px 15px;
}
.setup-fin{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #aaa;
  width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
}
.setup-fin::before{
  content: "";
  background-image: url(../img/middle/dxpedia/checkbox.svg);
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
}

.indent{
padding-left:1em;
text-indent:-1em;
}

.setup_link::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: cover;
  margin-right: 10px;
  background-image: url(../img/middle/dxpedia/icon_link.png);
}
.box p{
  margin: 0;
  padding: 0;
}
#box{
  background-color: #fdf3f5;
  border-left: 3px solid #D9002A;
  padding: 15px;
  margin: 30px 10px;
}
#box h6{
  font-size: 18px;
  margin-bottom: -10px;
  border-bottom: 1px solid #3a3a3a;
  width: fit-content;
}
.list-no{
  margin-top: 60px;
  border-bottom: 1px solid rgb(95, 171, 243);
  font-size: larger;
  background-color: rgb(236, 244, 255);
}
#box li{
  margin: 10px 0;
}
.blog_link{
  text-indent: -1em;
  padding-left: 1em;
}
.blog_link:hover{
    transition: 0.3s;
    opacity: 0.6;
}
.blog_link::before{
  content: "";
  width: 15px;
  height: 12px;
  background-image: url(../img/middle/dxpedia/dxp_link.png);
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
  background-repeat: no-repeat;
}


/* 公開日更新日 */
.dxpedia_day{
  display: flex;
}
.dxpedia_day p{
  color: #979797;
  font-size: 12px;
}
.dxpedia_day{
  margin-top: 5px;
}
.dxpedia_day_upload::before{
  content: "公開日";
  border: 1px solid #979797;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 5px;
  padding: 0 14px;
}
.dxpedia_day_update::before{
  content: "更新日";
  border: 1px solid #979797;
  font-size: 12px;
  border-radius: 3px;
  padding: 0 14px;
  margin-right: 5px;
  margin-left: 15px;
}

@media screen and (max-width:768px) {
  .dxpedia_day{
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .dxpedia_day p{
    font-size: 9px;
  }
  .dxpedia_day_upload::before,.dxpedia_day_update::before{
    font-size: 9px;
    letter-spacing: 0;
  }
  .kaisetsu_main h1{
    margin-left: 5px;
    font-size: 25px;
    margin-bottom: 10px;
  }
}


.box_parent {
  display: flex;
}
.box_chiled {
  margin-right: 10px;
}
.box_img {
  height: auto;
  width: auto;
  max-height:200px;
  max-width:200px;
}
.img_outer {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 210px;
  width: 210px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #eeeeee; 
}


.listlist {
  padding: 30px 10px 10px 10px;
  background-color: #ecf5ff;
  line-height: 0.8;
}

.listlist p {
  border-bottom: 1px dashed #cecece;
  padding-bottom: 5px;
}
.listlist p:last-child{
  border-bottom: none;
}

.listlist p::before {
  content: "□";
  margin-right: 5px;
}

@media screen and (max-width:768px) {
  .listlist {
    padding: 10px 10px 0.1px 10px;
    background-color: #ecf5ff;
    line-height: 1.2;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}



.setup p{
margin-bottom:10px;
}





/* ★★デザイン改修ここから★★ */

/* 新おすすめ研修ここから */



#dxp_recommend_bottom{
  margin-bottom: 70px;
}
.dxp_recommend_bottom {
	font-size: 26px;
}

.dxp_recommend_bottom::before {
	content: attr(data-en);
	display: block;
	color: #C22040;
	font-size: 18px;
}

.dxp_recommend_bottom::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C22040;
}

.dxp_recommend_bottom_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.dxp_recommend_bottom_list p{
  width: 48%;
  height: auto;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
}
.main_causion{
margin-bottom: 100px;
}

.dxp_recommend_bottom_list p:nth-child(3){
  border: none;
}
.dxp_recommend_bottom_list p:nth-child(4){
  border: none;
}
.dxp_recommend_bottom_list p a{
  color: #3a3a3a;
  display: block;
  width: 100%;
  height: 100%;
}
.dxp_recommend_bottom_list p a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
#dxp_recommend_bottom .link{
  text-align: center;
  border: #C22040 1px solid;
  width: 300px;
  margin: 20px auto;
}
#dxp_recommend_bottom .link a::after{
  content: ">";
  margin-left: 15px;
}
#dxp_recommend_bottom .link a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #C22040;
}
#dxp_recommend_bottom .link a:hover{
  color: #fff;
  background-color: #C22040;
  transition: 0.3s;
}
/* 新おすすめ研修ここまで */


/* 新関連ページここから */

#dxp_recommend_page{

margin-bottom: 70px;
}
.dxp_recommend_page {
	font-size: 26px;
}

.dxp_recommend_page::before {
	content: attr(data-en);
	display: block;
	color: #44938B;
	font-size: 18px;
}
.dxp_recommend_page::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #44938B;
}
.dxp_recommend_page_box{
  display: flex;
  justify-content: space-between;
  height: auto;
  width: auto;
  position: relative;
  margin-top: 20px;
}

.dxp_recommend_page_box a:hover{
  opacity: 0.7;
  transition: 0.3s;
  background-color: #fff;
}
.dxp_recommend_page_img{
  display: inline-block;
  width: 20%;
}
.dxp_recommend_page_img img{
  width: 100%;
  height: auto;
}
.dxp_recommend_page_text{
  width: 77%;
}
#dxp_recommend_page .link{
  text-align: center;
  border: #44938B 1px solid;
  width: 300px;
  margin: 20px auto;
}
#dxp_recommend_page .link a::after{
  content: ">";
  margin-left: 15px;
}
#dxp_recommend_page .link a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #44938B;
}
#dxp_recommend_page .link a:hover{
  color: #fff;
  background-color: #44938B;
  transition: 0.3s;
}

/* 新関連ページここまで */

/* 新似たテーマの記事ここから */

.dxp_recommend_post{
margin-bottom: 20px;
}
.dxp_recommend_post {
	font-size: 26px;
}

.dxp_recommend_post::before {
	content: attr(data-en);
	display: block;
	color: #ac6858;
	font-size: 18px;
}

.dxp_recommend_post::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ac6858;
}
.dxp_recommend_post_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#dxp_recommend_post p{
  width: 48%;
  margin-bottom: 20px;
}
#dxp_recommend_post p a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
#dxp_recommend_post .link{
  text-align: center;
  border: #ac6858 1px solid;
  width: 300px;
  margin: 20px auto;
}
#dxp_recommend_post .link a::after{
  content: ">";
  margin-left: 15px;
}
#dxp_recommend_post .link a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #ac6858;
}
#dxp_recommend_post .link a:hover{
  color: #fff;
  background-color: #ac6858;
  transition: 0.3s;
  opacity:1.0;
}
/* 新似たテーマの記事ここまで */



@media screen and (max-width:768px) {
body{
background-color: #fff;
}

.p_heading{
    padding: 0 20px 20px;
}
.dxp_recommend_bottom_list p{
  width: 100%;
}
.dxp_recommend_bottom_list p a{
  padding: 10px; 
}
.dxp_recommend_bottom_list p:nth-child(3){
  border-bottom: 1px solid #e9e9e9;
}

#dxp_recommend_post p{
  width: 100%;
}
.dxp_recommend_post{
margin-bottom: 20px;
}
.dxp_recommend_page_box{
  display: block;
  height: auto;
  text-align: center;
}
.dxp_recommend_page_img {
  width: 80%;
  margin-bottom: 20px;
}
.dxp_recommend_page_text{
  width: 100%;
  text-align:left;
}
}



/*============= テンプレート用CSSここから ================================= */
/*　●下線 */
.marker{
background:linear-gradient(transparent 60%, #ff6 60%);
color: 333;
font-weight:bold;
}


/*　●赤太字 */
.red{
  color: #D9002A;
  font-weight: bold
}


/*　●太字 */
.b{
  font-weight: bold;
}


/*　●番号つきリスト */
ol.post_num_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 1.0rem;
  }
  section > ol.post_num_list {
	margin-left: 5.0rem;
  }
  ol.post_num_list > li {
	line-height: 1.6em;
	padding-left: 30px;
	position: relative;
    margin-bottom: 20px;
  }
  ol.post_num_list > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	color: #fff;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
	/* font-family:Arial; */
    background-color: #44938B;
  }


/*　●関連記事 */
.con_post{
    border: 1px dashed #777;
    padding: 15px;
    position: relative;
    margin: 26px 0;
} 
.con_post::before{
    content: "関連記事";
    background: #fff;
    position: absolute;
    top: -11px;
    width: fit-content;
    padding: 0 10px;
    left: 5px;
    font-size: smaller;
    color: #777;
}
.con_post a:hover{
    transition: 0.3s;
    opacity: 0.6;
}

/*　●筆者略歴 */
.author_post{
    border: 1px dashed #777;
    padding: 15px;
    position: relative;
    margin: 26px 0;
} 
.author_post::before{
    content: "筆者略歴";
    background: #fff;
    position: absolute;
    top: -11px;
    width: fit-content;
    padding: 0 10px;
    left: 5px;
    font-size: smaller;
    color: #777;
}

/*　●連載記事 */
.serial_post{
    border: 1px dashed #777;
    padding: 15px;
    position: relative;
    margin: 26px 0;
} 
.serial_post::before{
    content: "連載記事";
    background: #fff;
    position: absolute;
    top: -11px;
    width: fit-content;
    padding: 0 10px;
    left: 5px;
    font-size: smaller;
    color: #777;
}
.serial_post a:hover{
    transition: 0.3s;
    opacity: 0.6;
}



/*　●ポイント */
.point{
    padding: 10px 10px 10px 40px;
    position: relative;
    border-top: 1px dotted #44938B;
    border-bottom: 1px dotted #44938B;
    margin: 15px;
}
.point::before{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/middle/dxpedia/dxp_point.png);
    display: inline-block;
    background-size: contain;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 1px;
    top: 7px;
}


/*　●背景色　赤 */
.bg_red{
    background-color: #fdf3f5;
    border-left: 3px solid #D9002A;
    padding: 15px;
    margin: 30px 10px;
}



/*　●背景色グレー */
.bg_gray{
    background-color: #f0f0f0;
    border-left: 3px solid #333;
    padding: 15px;
    margin: 30px 10px;
}



/*　●背景色　青 */
.bg_blue{
    background-color: #ecf5ff;
    border-left: 3px solid #0a77ef;
    padding: 15px;
    margin: 30px 10px;
}


/*　●チェックボックス */
.list{
  margin: 20px 0;
}
.list li{
  border-bottom: 1px dotted;
  padding: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.list li:last-child{
  border: none;
}
.list li::before{
    content: "□";
    margin-right: 5px;
}


/*　●箇条書き */
.dot{
    list-style-type: disc;
    list-style-position: inside;
}
.dot li{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}



/*　●キャプチャ付き説明 */
.balloon{
  margin: 30px 10px !important;
  padding: 20px;
  background-color: #F0F0F0;
  border-radius: 10px;
  position:relative;
}
.balloon::after{
  position: absolute;
  content:"";
  left: 50%;
  top:99%;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 30px solid #F0F0F0;
  width: 0;
  height: 0;
}

.balloon dt{
  margin-bottom: 1em;
}
.balloon dd{
  text-align: center;
}
.balloon_last{
  margin: 30px 10px !important;
  padding: 20px;
  background-color: #F0F0F0;
  border-radius: 10px;
  position:relative;
}

.balloon_last dt{
  margin-bottom: 1em;
}
.balloon_last dd{
  text-align: center;
}
.balloon_last img{
  border: 1px solid #575757;
}
.balloon dd img{
  border: 1px solid #575757;
}
/*20231102藤川追記*/
.open_seminar {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
}
.open_seminar a{
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}
.open_seminar a:hover{
  background-color: #eee;
}
.open_seminar th {
  border-bottom: 2px solid #800019;
}
.open_seminar td{
  border-bottom: 1px solid #cacaca;
}
.open_seminar .left{
  width: 15%;
  border-right: 1px solid #cacaca;
  padding-left: 7px;
}
.open_seminar .right{
  width: 10%;
  border-left: 1px solid #cacaca;
  text-align: center;
}
.con_seminar{
  border: 1px dashed #777;
  padding: 15px;
  position: relative;
  margin: 26px 0;
  display: flex;
} 
.con_seminar::before{
  content: "セミナールーム情報";
  background: #fff;
  position: absolute;
  top: -11px;
  width: fit-content;
  padding: 0 10px;
  left: 5px;
  font-size: smaller;
  color: #777;
}
.con_seminar dl{
  width: 50%;
}
.con_seminar dt{
  font-weight: bold;
}
.con_seminar dt a{
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.con_seminar dt a:hover{
  opacity: .6;
  transition: .3s;
}
/*240116_中里追記*/
.blog_link_current{
  pointer-events: none;
}
.remarks{
  color: #999;
  font-style:italic;
}
.break{
   word-break: break-all;
}
.br_sp{
   display:none;
 }
  @media screen and (max-width: 768px){
    .br_pc{
      display:none;
    }
    .br_sp{
      display:block;
    }
  }
.h3_red_short{
border-left: 10px solid #D9002A;
border-bottom: 1px solid #D9002A;
display:inline-block;
margin-bottom:30px;
}
.compare_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
  }
.compare_table tr {
    border: 1px solid  #cacaca;
}
.compare_table th {
    border-bottom: 1px solid #800019;
    text-align: center;
}
.compare_table td{
    text-align: center;
}
.compare_table .left{
    text-align: left;
    padding-left:0.5em;
}
.compare_table td+td, th+th{
    border: 1px solid  #cacaca;
}
.compare_table .cell{
    width:23%;
}
/*表の着色*/
.compare_table tr:nth-child(4){
    border-top: 3px solid  rgba(10, 119, 239, .8);
    border-left: 3px solid  rgba(10, 119, 239, .8);
    border-right: 3px solid rgba(10, 119, 239, .8);
    background-color: rgba(217, 0, 42, .1);
}
.compare_table tr:nth-child(5){
    border-left: 3px solid rgba(10, 119, 239, .8);
    border-right: 3px solid rgba(10, 119, 239, .8);
    background-color: rgba(217, 0, 42, .1);
}
.compare_table tr:nth-child(6){
    border-left: 3px solid rgba(10, 119, 239, .8);
    border-right: 3px solid rgba(10, 119, 239, .8);
    background-color: rgba(217, 0, 42, .1);
}
.compare_table tr:nth-child(7){
    border-bottom: 3px solid rgba(10, 119, 239, .8);
    border-left: 3px solid rgba(10, 119, 239, .8);
    border-right: 3px solid rgba(10, 119, 239, .8);
    background-color: rgba(217, 0, 42, .1);
}
.compare_table tr:nth-child(8){
    background-color: rgba(217, 0, 42, .1);
}
.compare_table tr:nth-child(9){
    background-color: rgba(217, 0, 42, .1);
}

.compare_table2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
    background-color:#fff;
    margin:0;
  }
.compare_table2 tr {
    border: 1px solid  #cacaca;
}
.compare_table2 th {
    border-bottom: 1px solid #800019;
    text-align: center;
}
.compare_table2 td{
    text-align: center;
}
.compare_table2 .left{
    text-align: left;
    padding-left:0.5em;
}
.compare_table2 td+td, th+th{
    border: 1px solid  #cacaca;
}
.compare_table2 .cell{
    width:24%;
}
.compare_table2 .change{
    background-color: rgba(217, 0, 42, .1);
}
.compare_table2_ttl{
font-weight:bold;
margin-bottom:5px;
}
.compare_table2_ttl:before{
content:"■ ";
}
/*240502_中里追記*/
/*----------研修PR用（PMBOK・PMP）--------*/
.icon {
  background-color:#D9002A;
  color:#FFF;
  line-height: 1.6;
  padding: 0.2em 0.8em;
  margin-right: 1em;
  border-radius: 30px;
  font: bold 0.857rem Meiryo;
  text-align: center;
  white-space: nowrap;
}
.pr{
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  border-radius:10px;
  box-sizing: border-box;
  margin-bottom:30px;
  border: 1px solid #666666;
}
.pr a{
  color:#404040;
  display:block;
  padding:10px;
}
.pr a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.pr p{
  padding:0 10px 10px;
  font-weight:bold;
  border-bottom:solid 1px #E2E2E2;
}
.pr dl {
  display: flex;
  gap:15px;
  padding:0 15px;
}
.pr dl dt{
  width:30%;
  min-width:200px;
}
@media screen and (max-width: 768px){
  .pr{
    padding:10px;
  }
  .sec4 .pr+.pr{
    margin-top: 10px;
  }
  .pr p{
    padding:0 0 10px 0;
  }
  .pr dl {
    display: flex;
    flex-direction: column;
    gap:10px;
    padding:0;
  }
  .pr dl dt{
    width:100%;
    min-width:initial;
  }
}

/*------------PMBOK----------------------------------------------*/
.pmbok{
  background-color:#fdf3f5;
  padding:20px;
  margin-bottom:20px;
}
.pmbok p{
  margin-bottom:10px;
}
.pmbok_box{
  display:flex;
  gap:10px;
  justify-content:center;
}
.pmbok_detail{
  padding:15px;
  border:1px solid #404040;
  border-radius:20px;
  background-color:#fff;
}
.pmbok_detail p{
  text-align: center;
  margin-bottom:15px;
}
.pmbok_detail ul{
  font-size:12px;
}
.row{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.row li{
  width:50%;
}
.pmbok_detail ul li::before{
  content:"・";
}
.pmbok_detail:first-child{
  width:60%;
}
.pmbok_detail:nth-child(2){
  width:40%;
}


/* 250509川野 テキストフェア用 */
.pr_textfair25 {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #666666;
  padding: 20px;
  margin-top: 50px;
}

.pr_textfair25>h1 {
  font-weight: bold;
  font-size: larger;
  margin-top: 24px;
  margin-bottom: 20px;
  margin-left: 0;
}
.pr_textfair25>h1::before{
  content: "参加無料";
  display: inline-block;
  font-size: smaller;
  padding: 2px 15px;
  background-color: #e5002d;
  color: #fff;
  margin-right: 5px;
  border-radius: 3px;
}

.pr_textfair25 a {
  background-color: rgb(230, 123, 73);
  padding: 10px 30px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  border-radius: 5px;
  color: #fff;
  box-shadow: #bdbdbd 3px 3px 5px;
}
.pr_textfair25 a:hover{
  opacity: 0.6;
  transition: 0.3s;
}

/*240701_中里追記*/
/*---------宇宙記事の年表用）--------*/
  .chronology{
    border-collapse:collapse;
    font-size: 14px;
    width:100%;
    margin:30px 0;
  }
  .chronology tr:first-child{
    background-color: #fdf3f5;
    font-weight:bold;
    color:#333;
    text-align:left;
  }
  .chronology td{
    border-bottom:1px solid #cacaca;
  }
  .chronology th{
    padding: 5px 10px;

  }
  .chronology td{
    padding: 5px 10px;
  }
  .chronology td:first-child{
    width:7em;
  }
/*---------宇宙セミナーレポート（06_0013）--------*/
/*241106_SXセミナー用*/
.l-seminar__box{
  border-top:1px solid #CCCCCC;
 /* border-bottom:1px solid #CCCCCC;*/
  padding:15px 0;
}
.p-seminar__speaker{
  display:flex;
  gap:40px;
}
.p-seminar__speaker p{
    margin-bottom: 0px;
}
.p-seminar__speaker dl{
  width:80%;
}
.p-seminar__speaker__name{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px #CCCCCC solid;
    margin-bottom: 10px;
}
.p-seminar__speaker__career{
  background-color: #f1f1f1;
  padding:15px;
  margin-top:15px;
}
.p-seminar__speaker__career dl{
  margin-bottom:10px;
  color:#666666;
}
.p-seminar__speaker__career dl:last-child{
  margin-bottom: 0px;
}
@media screen and (max-width: 430px){
.p-seminar__speaker{
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.p-seminar__speaker dl{
  width:100%;
}
.p-seminar__speaker__name{
    font-size: 16px;
}
}
/*-----------宇宙ここまで--------------------------*/


/*＝＝レスポンシブここから＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width:768px) {
.kaisetsu_main h2{
  margin: 42px 0;
  font-size: larger;
}
h3{
  font-size: large;
}
.table_area_03_0012{
 overflow-x: scroll;
 border: solid 1px #E2E2E2;
}
.dxp_03_0012 {
 min-width: 610px;
  margin-bottom:0px;
}
.dxp_03_0012_2 {
 min-width: 610px;
  margin-bottom:0px;
}
.dxp_03_0012_2 .head {
  min-width:2em;
}
}
/* ＝＝＝03_0012用CSS＝＝＝＝＝＝＝＝＝＝＝＝ */
.table_area_03_0012{
  margin-bottom:20px;
}
.dxp_03_0012 {
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
.dxp_03_0012 th {
  padding: 5px;
  background: #44938B;
  border: solid 1px #666666;
  color: #ffffff;
}
.dxp_03_0012 td {
  padding: 5px;
  border: solid 1px #666666;
}
.dxp_03_0012 td:first-child {
  background: #edfffd;
}
.dxp_03_0012 td:nth-child(2) {
  text-align: left;
}

.table_area_03_0012_2{
  margin-bottom:20px;
}
.dxp_03_0012_2 {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  dont-weight:bold;
}
.dxp_03_0012_2 th {
  padding: 5px;
  background: #44938B;
  border: solid 1px #666666;
  color: #ffffff;
}
.dxp_03_0012_2 .head {
  background: #44938B;
  color: #ffffff;
  min-width:6em;
}
.dxp_03_0012_2 td {
  padding: 5px;
  border: solid 1px #666666;
  font-weight:bold;
}
.dxp_03_0012_2 td:first-child {
  background: #edfffd;
}
/* ＝＝＝03_0042用CSS＝＝＝＝＝＝＝＝＝＝＝＝ */
.table_area_03_0042{
  margin-bottom:20px;
}
.dxp_03_0042 {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  dont-weight:bold;
}
.dxp_03_0042 th {
  background: #44938B;
  border: solid 1px #666666;
  color: #ffffff;
}
.dxp_03_0042 td {
  padding: 5px;
  border: solid 1px #666666;
  text-align:left;
}
.dxp_03_0042 td:first-child {
  background: #edfffd;
  text-align: center;
}
.img_03_0042 img{
  max-width:60%;
}
.img_03_0043 img{
  max-width:80%;
}
/* ＝＝＝レスポンシブ＝＝＝＝＝＝ */
@media screen and (max-width:768px) {
  .img_03_0042 img{
   max-width:100%;
  }
  .img_03_0043 img{
   max-width:100%;
  }
}

/* 問合せはこちらボタン */
.btn_contact{
	position: relative;
	display: block;
  background-color: #EE623C;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
  text-align: center;
  width: fit-content;
  height: fit-content;
  padding: 10px 40px 10px 30px;
  border-radius: 100vh;
  margin: 30px auto;
}
.btn_contact:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.btn_contact::after{
  position: absolute;
  right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

 /* 詳細はこちらボタン */
.btn_readmore{
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	color: #535353;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
  margin: 30px auto;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #535353;
}
.btn_readmore:hover{
  opacity: 0.6;
  border-bottom: 1px solid #fff;
}
.btn_readmore::before, .btn_readmore::after{
  position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn_readmore::before{
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 1px solid #E5002D;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.btn_readmore::after{
	left: 5px;
  top: 1px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #E5002D;
	border-right: 1px solid #E5002D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* Chat GPT要約セクションCSSここから */
  /* アコーディオンメニューここから */
  .accordion {
    width: 100%;
  }
  .accordion h3{
    margin-top: 40px;
  }
  .p_lineupBoxList_item a:hover{
    opacity: 0.7;
    cursor: pointer;
  }
  /* inputのチェックボックスを非表示 */
  .accordion-hidden {
    display: none;
  }
  
  /* 見出しボタン部分 */ 
  .accordion-open {
    display: block;
    padding: 10px 60px 10px 10px;
    background: #0071BD;
    cursor: pointer; 
    margin: 5px 15px 5px 15px;
    position: relative;
    font-size:16px;
    color: #fff;
    width: fit-content;
    margin: 20px auto 0;
  }
  
  /* ＋アイコン */
  .accordion-open::before,
  .accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #0071BD;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 2;
  }
  
  /* アイコンのー */
  .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  
  /* アコーディオンが開いたらーに */
  .accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
  }
  
  .accordion-open span{
    position: absolute;
    top:8px;
    right: 10px;
    width:30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  /* アコーディオン中身部分 */
  .accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: auto;
  }
.accordion-inner .dxp_gpt_caution{
   margin-top: 20px;
   font-size: smaller;
   color: aaa;
}
  
  /* チェックボックスにチェックが入ったら中身部分を表示する */
  .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px 25px;
    background-color: #f4f6f7;
    border: 1px solid #aaa;
}
  @media screen and (max-width: 768px){
    .accordion-open {
      padding: 10px 40px 10px 10px;
      font-size:14px;
      width: 80%;
    }
    .accordion-open span{
      top:8px;
    }
    .accordion-open::before, .accordion-open::after{
      top: 55%;
    }
  }
  /* アコーディオンメニューここまで　*/
/* Chat GPT要約セクションCSSここまで */

/*===▼目次機能 240305 ===*/

/*240717藤川追記　コピペボタン用*/
.copy-btn {
  cursor: pointer;
  position: relative;
}
 
/* Tooltip */
.tooltip::after {
    content: 'Copied!';
    background: #555;
    display: inline-block;
    color: #fff;
    border-radius: .4rem;
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translate(-50%, 0);
    font-size: .75rem;
    padding: 4px 10px 6px 10px;
    animation: fade-tooltip .5s 1s 1 forwards;
}
 
/* Animation */
@keyframes fade-tooltip {
  to { opacity: 0; }
}

/*対談用*/
.interview__profile.profile__detail--1,
.interview__profile.profile__detail--2
{
    width:fit-content;
    margin:0 auto;
    text-align:center;
}

/*吹き出しデザイン*/
.fukidashi {
  position: relative;
  display: inline-block;
  background: antiquewhite;
  border-radius: 10px;
  padding: 1em;
}

.fukidashi::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 25%;
  border: 10px solid transparent;
  border-right: 10px solid antiquewhite;
}


/*用語解説ツールチップ*/
.tooltip_ex {
     position: relative;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dotted #E6002D;
    padding-bottom: -1px;
    display: inline;
    font-weight:bold;
}
.tooltip_ex::after{
   content:"*";
   color: #E6002D;
   font-weight: bold;
}
.tooltip_ex .tooltiptext {
      font-weight: normal;
    visibility: hidden;
    /* width: 100px; */
    white-space: nowrap;
    /* width: fit-content; */
    font-size: smaller;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -2rem;
    left: 100%;
    /* margin-right: 100px; */
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip_ex:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



/*本文前用語解説セクション*/
.dxp_it_ex{
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 50px;
    border-top: 3px solid #44938B;
}
.dxp_it_ex::first-line{
    font-weight:bold;
    font-size: larger;
    margin-bottom: 10px;
}

.dxp_it_ex li{
    margin: 5px;
}
.dxp_it_ex li::before{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/ida/common/img/middle/dxpedia/icon_dxp_ex.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.dxp_it_ex li span::before{
    content: "…";
    margin: 0 5px;
}

/* ＝＝＝ツールチップレスポンシブ＝＝＝＝＝＝ */
@media screen and (max-width:768px) {
  .tooltip_ex .tooltiptext {
    font-weight: normal;
    visibility: inherit;
    white-space: normal;
    font-size: inherit;
    background-color: #fff;
    color: #333;
    text-align: left;
    border-radius: 0;
    padding: 0;
    position: inherit;
    z-index: 1;
    top: 0;
    left: 0;
    margin-left: 0;
    opacity: 1;
    transition: opacity 0.3s;
}
.tooltip_ex .tooltiptext::before{
    content: "（";
}
.tooltip_ex .tooltiptext::after{
    content: "）";
}
.tooltip_ex {
    display: inline;
    cursor: unset;
    border-bottom: none;
    font-weight: normal;
}
.tooltip_ex::after{
   content:none;
}
.dxp_it_ex_notes{
   display:none;
}
}



/* ＝＝＝iframe高さ調整＝＝＝＝＝＝ */
.kaisetsu_main iframe{
    height: 350px;
}
.kaisetsu_main figcaption{
   margin-bottom: 30px;
}

/*吹き出しデザイン*/
.causal_inference{
  border-radius: 10px;
  padding:10px; 
  border:dotted 1px #20B2AA;
}

/*記事中公開おすすめ*/
.open_seminar_recommend{
border: 4px solid #008CCE;
    padding: 10px;
background-image: url(/ida/common/img/middle/dxpedia/bg_open_seminar_recommend.svg);
background-position: right;
background-repeat: no-repeat;
}
.open_seminar_recommend::before{
content: "もっと詳しく学びたい方はこちら";
font-weight: bold;
color: #008CCE;
}
.open_seminar_recommend a{
display: block;
color:#052674;
font-size: 14px;
}
.open_seminar_recommend a::before{
content: "・"
}
.open_seminar_recommend a:hover{
  opacity: 0.6;
  transition: 0.3s;
}