/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * _dummy.scss
 */
/* layout
--------------------------------------------------*/
#content .pageTitle {
  background-image: url(../imgs/items/bg-pagetitle.jpg);
}
#content .items {
  margin-top: 50px;
}
#content .items .item {
  zoom: 1;
  padding: 30px;
  background: url(../imgs/items/bg-item.png) no-repeat center center;
  background-size: cover;
}
#content .items .item:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#content .items .item + .item {
  margin-top: 40px;
}
#content .items .item .image {
  float: left;
}
#content .items .item .text {
  display: table;
  float: right;
  width: 610px;
  min-height: 200px;
}
#content .items .item .text .row {
  display: table-row;
}
#content .items .item .text .row .inner {
  display: table-cell;
  vertical-align: top;
}
#content .items .item .text .row .inner.example {
  vertical-align: bottom;
}
#content .items .item .text .ttl {
  margin-top: -10px;
  color: #4e2b71;
  font-size: 20px;
}
#content .items .item .text .example dl {
  padding: 9px;
  border: #eeeeee solid 1px;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.43;
}
#content .items .item .text .example dl dt {
  float: left;
  padding-left: 10px;
  border-left: #4e2b71 solid 4px;
  font-weight: bold;
}
#content .items .item .text .example dl dd {
  margin-left: 7em;
}
#content .cannot {
  margin-top: 40px;
  padding: 15px 20px 20px;
  border: #4e2b71 solid 1px;
  text-align: center;
}
#content .cannot dt {
  color: #4e2b71;
  font-size: 20px;
}
#content .cannot dd {
  font-size: 14px;
}
#content .btn02 {
  margin-top: 60px;
}
