@charset "utf-8";
/* CSS Document */


/*===============================

    common

================================*/
.cnslSideNav {
  float: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";  
  font-size: 12px;
  line-height: normal;
  text-align: left;
  width: 200px;
}

.cnslBanner {
  margin-bottom: 30px;
}

.cnslBanner > dt {
  border-top: 3px solid #E4D8B3;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  padding: 8px 0;
  position: relative;
}

.cnslBanner > dt::before {
  border-top: 3px solid #C63111;
  content: "";
  position: absolute;
  top:  -3px;
  left: 0;
  width: 38%;
}

.cnslBanner > dt > img {
  background-color: #C63111;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -7px;
}

.cnslBanner > dd {}

.cnslBanner > dd + dd { margin-top: 8px; }

.cnslBanner > dd a {}

.cnslBanner > dd a:hover { opacity: 0.6; }

.cnslBanner > dd img { display: block; }


.cnslRslt {
  margin-bottom: 30px;
}

.cnslRslt > dt {
  border-top: 3px solid #E4D8B3;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 0;
  position: relative;
}

.cnslRslt > dt::before {
  border-top: 3px solid #C63111;
  content: "";
  position: absolute;
  top:  -3px;
  left: 0;
  width: 38%;
}

.cnslRslt > dt > img {
  background-color: #C63111;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -7px;
}

.cnslRslt  .flImg {
  display: block;
  float: left;
}

.cnslRslt  .frTxt {
  display: block;
  padding-left: 29px;
}

.cnslRslt > .cnslRsltLink {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding: 10px 0;
}

.rsltDetail {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  padding: 10px 0;
}

.rsltDetail + dl { border-top: 1px solid #999; }

.rsltDetail > dt {
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-bottom: 10px;
}

.rsltDetail > dd:first-of-type {
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-bottom: 10px;
}

.rsltDetail > dd:last-of-type {
  clear: both;
  font-size: 12px;
  font-weight: 500;
  float: none;
  line-height: 1.3;
  width: 100%;
}

/* 青いブロック */
.cnslService { margin: 0 0 30px; }

.cnslService > dt {
  border-top: 3px solid #8fa4cc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 0;
  position: relative;
}

.cnslService > dt::before {
  border-top: 3px solid #3e5c96;
  content: "";
  position: absolute;
  top:  -3px;
  left: 0;
  width: 38%;
}

.cnslService > dt > img {
  background-color: #3e5c96;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.cnslService > dd + dd { border-top: 1px dotted #999; }

.cnslService > dd > a {
  display: block;
  padding: 8px 0;
}

/* 階層別テストの実績 */
.asmntRslt { margin-bottom: 30px; }

.asmntRslt_ttl {
  border-top: 3px solid #E4D8B3;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 0;
  position: relative;
}

.asmntRslt_ttl::before {
  border-top: 3px solid #C63111;
  content: "";
  position: absolute;
  top:  -3px;
  left: 0;
  width: 38%;
}

.asmntRslt_ttl > img {
  background-color: #C63111;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -7px;
}

.asmntRsltBreakdown { padding-top: 10px; }

.asmntRsltBreakdown_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.asmntRsltBreakdown_box + .asmntRsltBreakdown_box { margin-top: 10px; }

.asmntRsltBreakdown_ttl {
  font-size: 14px;
  font-weight: 700;
}

.asmntRsltBreakdown_cont{
  font-size: 13px;
  font-weight: 700;
}

/* レスポンシブ */
@media screen and (max-width:768px){
.cnslSideNav { display: none; }
}


