@charset "UTF-8";
.check-box {
  padding: 1em;
  margin: 2em 0;
  border: solid 1px #eee;
}
.add {
    text-indent: -1em;
    margin-left: 1em;
}
.add2 {
    text-indent: -2em;
    margin-left: 2em;
}
.add2_5 {
    text-indent: -2.5em;
    margin-left: 2.5em;
}
.add3 {
    text-indent: -3em;
    margin-left: 3em;
}
.add4_5{
    text-indent: -3.5em;
    margin-left: 3.5em;  
}
.add7{
    text-indent: -7em;
    margin-left: 7em;   
}

.add8{
    text-indent: -8em;
    margin-left: 8em;
}

.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;
}
.check {
  margin-bottom: -1em;
}
.check li {
  padding-left: 1.5em;
  padding-bottom: 1em;
  text-indent: -.8em;
}
.check li.no {
  padding-left: 0em;
  padding-bottom: 1em;
  text-indent: -0em;
}
.check li .square {
  display: inline-block;
  margin-right: .5em;
  color: #4ab9bf;
}
.check li .st {
	font-weight: bold;
	line-height: 1;
}
.check li .st-txt {
	font-weight: bold;
	line-height: 1;
}

.check li.no ul {
	margin: 1em 0 0 -1.6em;
}

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


.check img {
	text-align:left;
	padding: 0 !important;
	margin:0;
}

.check p.divide{
	margin-top: 2em;
	padding-top: 2em;
	border-top: solid 1px #eee;
}

.img strong .att {	
  color: #4ab9bf;
}
.profile .lft.foods12{
  width: 100%;
}
.profile .lft .name img {
    width: 110px;
    margin: 0 0px 10px 0;
}
@media screen and (min-width: 768px) {
  .check-box {
    padding: 2em;
  }
  .check {
    margin-left: 1em;
  }

}
@media screen and (max-width: 768px) {
.profile .lft.foods12{
  padding-top: 0;
}
.profile.foods12{
  margin-top: 0;
}
.profile .lft.foods12 .name{
  margin-top: 0.8em;
}
  .profile .lft .name img {
    width: 180px;
    margin: 0 auto 10px auto;
}
}
