@charset "utf-8";
/* ============================================================
 * FILE        : case css for cases30
 * COPYRIGHT   : Copyright(c) LAND COMPUTER Co.,Ltd. All rights reserved.
 * VERSION     : 0.0
 * DATE        : 2017/11/14
 * ============================================================ */

/* ====================================================
 * CASE30
 * ==================================================== */
.caseHeadline .topVisual {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}
.caseHeadline .subVisual {
  box-sizing: border-box;
  float: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 1rem;
  width: 100%;
}
@media all and (min-width :480px) {
  .caseHeadline .subVisual {
    box-sizing: border-box;
    float: right;
    width: 40%;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.caseHeadline .subVisual img {
	box-sizing: border-box;
	width: 100%;
}
div.section dl.sDataList.introduction {
	margin-bottom: 0;
}
dl.sDataList.introduction dd {
	padding-left: 1em;
}
dl.sDataList.introduction dd div:first-child {
	margin-bottom: 1em;
}
dl.sDataList.introduction dd ul {
	margin-bottom: 0;
}
dl.sDataList.introduction dd span.item {
	font-weight: bold;
	text-decoration: underline;
}
dl.sDataList.introduction dd p {
	padding-left: 1em;
}
ul.policy li {
  padding-left: 3em;
}
ul.policy li span {
  display: inline-block;
  padding-right: 1em;
  margin-left: -3em;
  color: darkgreen;
  color: #006400;
}
.cell.explain {
  box-sizing: border-box;
  padding: 1em;
  background-color: #b0c4de;
}
