@charset "UTF-8";
/* CSS Document */
.midasi_linebox {
    display: block;
    width: 100%;
    border: #ef8660 1px solid;
    margin-bottom: 20px;
}
.lighence2_10 {
  margin-top: 60px;
}
.lighence2_11 {
  margin: 60px auto;
}
.notopmar {
  text-align: center;
}
.caution ul.list1 {
   /* width: 50%;*/
	display: inline-block;
	vertical-align: top;
}.caution ul.list2 {
    width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.beforeafter {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.beforeafter:first-child {
	margin-right: 14px;
}
@media (max-width: 768px) {
  
	.pc1 {
    display: none;
}
	.sp1 {
    display: block;
}
	.caution ul.list1 {
    width: 100%;
	display: block;
	vertical-align: top;
}
	.caution ul.list2 {
    width: 100%;
	display: block;
	vertical-align: top;
	margin-left: 0;
}
	.beforeafter {
	width: 100%;
	display: block;
}
.beforeafter:first-child {
	margin-right: 0;
}
  .pc{
  display: none;
}
  .lighence2_11 {
    margin: 30px auto;
  }