@charset "UTF-8";

div.system_width dl{width:95%;height:auto;margin:0px auto;padding-bottom:30px;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
div.system_width div{display: -ms-flexbox;display: flex;width:100%;height:auto;margin: 0px auto;border-bottom: 1px solid #bd8b40;}
div.system_width dt{margin:0px auto;padding:6px 0px;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;width:15%;word-break: break-all;font-size:12px;line-height:170%;letter-spacing:1px;text-align:left;}
div.system_width dd{margin:0px auto;padding:6px 0px;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;width:80%;font-size:12px;line-height:170%;letter-spacing:1px;}
div.system_width dl p{width:98%;height:auto;margin:0px auto;padding-left:2%;text-align:left;}
div.system_width dl p strong{font-size:14px;color:#281f11;}
div.system_width dl a{display:inline-block;width:auto;height:auto;margin-top:4px;padding:5px 15px;background:#8f6931;color:#ffffff;line-height:100%;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;}
div.system_width dl a:hover{display:inline-block;width:auto;height:auto;margin-top:4px;padding:5px 15px;background:#281f11;color:#ffffff;line-height:100%;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;}
	@media all and (min-width: 1025px) {
		div.system_width dt img{width:100%;margin:0px 10px 0px 0px;}
	}
	@media all and (max-width: 1024px) {
		div.system_width dt{width:25%;}
		div.system_width dd{width:65%;}
		div.system_width dt img{width:100%;}
	}
	@media all and (max-width: 320px) {
		div.system_width dt img{width:100%;}
	}

