@charset "UTF-8";

/* static_ws.css 静的ページ（ws）の追加分
													  */
.static_ws {

}

/* 										完遂システム */
.static.dj_detail.kansui-sys img {
  width: 100%;
}

.static.dj_detail.kansui-sys .img-tit {
  /*タイトル*/
  line-height: 0;
  margin-bottom: .3em;
}
.static.dj_detail.kansui-sys .img-insrt {
  /*挿入画像*/
  margin: 1em 0 2em;
}
.static.dj_detail.kansui-sys .img-insrt.pct-gif img {
  /*挿入GIF*/
  border: 2px solid #999;
  width: auto;
}
.static.dj_detail.kansui-sys .img-insrt img.img-pc {
  /*レスポンシブPC*/
  display: block;
}
.static.dj_detail.kansui-sys .img-insrt img.img-mb {
  /*レスポンシブMB*/
  display: none;
}
.static.dj_detail.kansui-sys .img-insrt p {
  font-size: .9em;
  margin: 0;
}
.static.dj_detail.kansui-sys .img-insrt p.txt-pc {
  display: flex;
  justify-content: space-between;
}
.static.dj_detail.kansui-sys .img-insrt p.txt-pc span,
.static.dj_detail.kansui-sys .img-insrt p.txt-mb span,
.static.dj_detail.kansui-sys .img-insrt p.txt-gif span {
  background: #b3b3b3;
  color: #fff;
  display: inline-block;
  padding: 0 .5em;
}
.static.dj_detail.kansui-sys .img-insrt p.txt-mb {
  display: none;
}

@media screen and (max-width: 470px){
  .static.dj_detail.kansui-sys .img-insrt {
    margin: 0 0 1.5em;
  }
  .static.dj_detail.kansui-sys .img-insrt img.img-pc {
    display: none;
  }
  .static.dj_detail.kansui-sys .img-insrt img.img-mb {
    display: block;
  }
  .static.dj_detail.kansui-sys .img-insrt p.txt-pc {
    display: none;
  }
  .static.dj_detail.kansui-sys .img-insrt p.txt-mb {
    display: block;
  }
  .static.dj_detail.kansui-sys .img-insrt.pct-gif img {
    width: 80%;
  }
}





#main .static.dj_detail.kansui-sys h4 {
  align-items: baseline;
  background: #fef9e2;
  border: 4px solid #FFBB00;
  border-radius: 50px;
  color: #0068b7;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0;
}
#main .static.dj_detail.kansui-sys h4 span {
  display: inline-block;
  font-size: .7em;
  margin-left: .5em;
}
#main .static.dj_detail.kansui-sys h4::before {
  background: #FFBB00;
  border: 4px solid #fef9e2;
  border-radius: 50%;
  box-shadow: 0 0 0;
  color: #fff;
  content: "\f0eb";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: normal;
  height: 1.5em;
  line-height: 1.5em;
  margin-left: 2px;
  margin-right: .2em;
  padding: 0;
  text-align: center;
  width: 1.5em;
}

@media screen and (max-width: 470px){
  #main .static.dj_detail.kansui-sys h4 {
    align-items: unset;
    border-bottom: 0;
    border-top: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    display: block;
    font-size: 1.4em;
    line-height: 100%;
    margin-bottom: .3em;
  }
  #main .static.dj_detail.kansui-sys h4::before {
    border: 0;
    display: inline-block;
    margin: 3px 3px 0 3px;
  }
  #main .static.dj_detail.kansui-sys h4 span {
    border-top: 4px dotted #ffbb00;
    display: block;
    margin: 2px 0 0 0;
    padding: 2px;
    text-align: right;
  }
}



/* 活用例 */
.static.dj_detail.kansui-sys .kansui-utilize {
  font-size: .9em;
  line-height: 150%;
  padding: 1em 1.2em;
}
.static.dj_detail.kansui-sys .kansui-utilize p.ut-tit {
  background: #39c5ff;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 1.6em;
  line-height: 1.6em;
  padding: 0 0 0 3px;
  position: relative;
}
.static.dj_detail.kansui-sys .kansui-utilize p.ut-tit::before {
  border: .8em solid transparent;
  border-left-color: #39c5ff;
  border-right-width: 0;
  content: "";
  display: block;
  position: absolute;
  right: -.8em;
  top: 0;
  width: 0;
}
.static.dj_detail.kansui-sys .kansui-utilize p.ut-tit span {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #39c5ff;
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  margin-left: 3px;
  text-align: center;
  width: 1em;
}
.static.dj_detail.kansui-sys .kansui-utilize dl {
  background: #f4fbff;
  border-radius: 5px;
  padding: .3em .5em;
  margin: .5em 0;
}
.static.dj_detail.kansui-sys .kansui-utilize dt {
  font-weight: bold;
}
.static.dj_detail.kansui-sys .kansui-utilize dt::before {
  color: #82c91e;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 3px;
}
.static.dj_detail.kansui-sys .kansui-utilize dd {
  margin-bottom: .5em;
  margin-left: 1.3em;
}






/* 先輩レコメンド */
.static.dj_detail.kansui-sys .kansui-recommends {
  margin: 2em 0 5em;
}
.static.dj_detail.kansui-sys .kansui-recommends h5 {
  border-top: 4px dashed #39c5ff;
  border-bottom: 4px dashed #39c5ff;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  padding: .5em 0;
}
.static.dj_detail.kansui-sys .kansui-recommends dl {
  font-size: .9em;
  line-height: 150%;
  margin-bottom: 1.5em;
}
.static.dj_detail.kansui-sys .kansui-recommends dt {
  display: flex;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .3em;
}
.static.dj_detail.kansui-sys .kansui-recommends dt span {
  color: #ff7f00;
  font-size: .9em;
  font-weight: normal;
  margin-left: .5em;
}
.static.dj_detail.kansui-sys .kansui-recommends dt::before {
  color: #39c5ff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  padding-right: 5px;
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f1::before {
  content: "\f5b8";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f2::before {
  content: "\f58c";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f3::before {
  content: "\f587";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f4::before {
  content: "\f585";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f5::before {
  content: "\f584";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f6::before {
  content: "\f582";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f7::before {
  content: "\f581";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f8::before {
  content: "\f59c";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f9::before {
  content: "\f118";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f10::before {
  content: "\f59b";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f11::before {
  content: "\f580";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f12::before {
  content: "\f59a";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f13::before {
  content: "\f597";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f14::before {
  content: "\f599";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f15::before {
  content: "\f598";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f16::before {
  content: "\f5c2";
}
.static.dj_detail.kansui-sys .kansui-recommends dt.f17::before {
  content: "\f4da";
}


/* 対応表部分 */
.static.dj_detail .dj-sys-dscrpt {
  border-top: 1px dotted #39c5ff;
  margin: 30px;
}

.static.dj_detail .dj-sys-dscrpt h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: .5em;
  text-align: center;
}
.static.dj_detail .dj-sys-dscrpt h5:before,
.static.dj_detail .dj-sys-dscrpt h5:after {
  color: #ff7f00;
  content: "\f069";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 900;
  margin: 0 5px;
  vertical-align: bottom;
}
.static.dj_detail .dj-sys-dscrpt caption {
  font-weight: normal;
}
.static.dj_detail .dj-sys-dscrpt th {
  line-height: 120%;
  padding: .5em 0;
  text-align: center;
}
.static.dj_detail .dj-sys-dscrpt td {
  color: #888;
  font-size: 20px;
  line-height: 100%;
  padding: .5em 0;
  text-align: center;
  vertical-align: middle;
}
.static.dj_detail .dj-sys-dscrpt th.prime {
  background: #fef9e2;
}
.static.dj_detail .dj-sys-dscrpt td.prime {
  background: #fffbf2;
  color: #ff7f00;
}
.static.dj_detail .dj-sys-dscrpt td span {
  color: #888;
  font-size: 12px;
}


@media screen and (max-width: 640px){
  .static.dj_detail .dj-sys-dscrpt {
    margin: 30px auto;
  }
}



