@charset "utf-8";

/*-----------------------------------------------
 option
-----------------------------------------------*/
 .optionBox { font-size:14px; padding:40px; border-bottom:1px solid #E7E7E7; line-height:1.6; }
 .optionBox .titleBox { border-bottom:1px dotted #999; padding-bottom:15px; margin-bottom:15px; }
 .optionBox .titleBox .name { font-weight:bold; font-size:24px;  }


 .optionBox01 .fltr { width:560px; }
 .optionBox02 .fltl { width:560px; }
 .optionBox03 .fltr { width:560px; }
 .optionBox03 .icon01 { float:right; padding-top:5px; }
 .optionBox04 { border-bottom:none; }
 .optionBox04 .fltl { width:410px; }
 
 
@media screen and ( max-width: 768px ) {
	.optionBox img {
		max-width: 100%;
	}
	
	.optionBox02 .fltl {
		max-width: 100%;
	}
}

.txt_indent {
  display: block;
  margin-left: 1rem;
}