@charset "utf-8";
/*
* CSS for Case Study No.25
*
* @version			0.0.1
* @lastmodified 2019/01/24
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2019, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* CASE 25 =============================================================== */
dic.section + div.section {
	margin-top: 50px;
}
.caseHeadline .topVisual img:not(.name) {
  box-sizing: border-box;
	margin-bottom: 6px;
  width: 100%;
  border: 3px solid #c92243;
}
.caseHeadline .topVisual img.name {
	max-height: 60px;
}
dl.sDataList dd q {
	display: block;
	font-size: 80%;
	text-align: right;
}
.inner .inner {
	margin-top: 35px;
}
div.usersVoice {
	margin-top: 30px;
}
div.usersVoice h4 {
	color: cornflowerblue;
	text-decoration: underline;
	line-height: 1.4;
}
.summary {
	color: #fff;
	margin-top: 30px;
	padding: 25px;
	border-radius: 10px;
	background-color: #c92243;
}
/* border line 2 ---------- */
div.wline {
	padding: 1px;
	border: 3px solid #2f5496;
}
div.wline div.line2 {
  padding: 10px;
	border: 1px solid #2f5496;
}

span.wGume:before {
	content: "《";
}
span.wGume:after {
	content: "》";
}
span.title {
  display: block;
	font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
span.iblock {
  display: inline-block;
}

div.layout div.cell.point {
	padding: 10px;
	border: 2px solid #ed7d31;
	border-radius: 10px;
	background-color: #fff2cc;
}
div.layout div.cell.point dl {
	font-size: 0.88em;
	margin: 5px 0 0;
}
div.layout div.cell.point dl dt {
	color: #ed7d31;
	color: chocolate;
	margin: 5px 0 3px;
}

/* mod2x ----------- */
div.mod2x {
  margin-bottom: 0.5rem;
}
div.mod2x div.cell {
  box-sizing: border-box;
	width: auto;
}
div.mod2x div.xfer {
  box-sizing: border-box;
  float: none;
  width: 100%;
  padding: 8% 0;
  background: url(../../case/images/25/transfer-v.png) no-repeat 50% 0;
  background-size: auto 100%;
}
@media all and (min-width :480px) {
  div.mod2x div.cell {
    float: left;
    width: 45%;
  }
  div.mod2x div.xfer {
    float: left;
    width: 10%;
    height: 100%;
    padding: 15% 0;
    background: url(../../case/images/25/transfer-h.png) no-repeat 0 50%;
    background-size: 100% auto;
  }
}
div.line2 p {
	margin-bottom: 0;
}
div.line2 p.note {
	font-size: 0.7em;
	text-align: right;
	margin-top: 8px;
}

/* modBox per6 ------ */
div.per6 div.cell.text ,
div.per6 div.cell.image {
  float: none;
  width: auto;
  padding: 0;
}
@media all and (min-width :480px) {
  div.per6 div.cell.text ,
  div.per6 div.cell.image {
  box-sizing: border-box;
    float: left;
  }
  div.per6 div.cell.text {
    padding-right: 0.5rem;
    width: 66.66%;
  }
  div.per6 div.cell.image {
    padding-left: 0.5rem;
    width: 33.33%;
  }
}
