@charset "UTF-8";


.check-box {
  padding: 1.5em 1em;
  margin: 2em 0;
  border: solid 1px #eee;
	text-align: left;
}

.check-box .bl {
	border-bottom: solid 1px #eee;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

.check-box strong.ttl {
  display: block;
  margin: 0 0 1em;
  font-size: 120%;
  color: #4ab9bf;
	text-align: left;
}

.check {
  margin-bottom: -1em;
  text-align:center;
}
.check h3 {
  color: #4ab9bf;
}
.check h3.mt {
	margin-bottom: 1.0em !important;
}
.check h3,
.check cite,
.check strong{
  text-align:left;
}
.check ul li ul {
	margin-top: 1em;
}
.check p {
	text-align: left;
}
.check li {
  padding-left: 1.5em;
  padding-bottom: 1em;
  text-indent: -.65em;
	text-align:left;
}
.check li.no {
  padding-left: 1.5em;
  padding-bottom: 1em;
  text-indent: -.7em;
}
.check li .square,
.check .square{
  display: inline-block;
  margin-right: .5em;
  color: #4ab9bf;
}
.check li .st,
.check .st{
	font-weight: bold;
	line-height: 1;
}

.check li.pb {
  padding-bottom: 1em;
}


.check img {
	padding: 0 0 1em !important;
	margin: -1em auto 0;
}

.check .or-and {
	background: #4ab9bf;
	padding: 0.05em 0.5em;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
}

.check p.divide,
.check strong.divide{
	margin-top: 1em;
	padding-top: 1.5em;
	border-top: solid 1px #eee;
}
/* add */
.add {
  text-indent: -1em;
  margin-left: 1em;
}
.add2 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}
.check-box strong.ttl.left,.page-contents .img .caption.left{
  text-align: left;
}
.add9{
    text-indent: -9em;
    margin-left: 9em;  
}
.add15{
    text-indent: -15em;
    margin-left: 15em;  
}
@media screen and (min-width: 768px) {
  .check-box {
    padding: 2em;
  }
  .check {
    margin-left: 1em;
  }
  .check li {
    margin-left: -1em;
  }
  .check p {
    margin-left: -1em;
  }
}