@charset "UTF-8";

.dl_list01 {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
  }
.dl_list01.head {
	border-top: 1px solid #ccc;
	margin-top: 30px;
  }
.dl_list01.foot {
  }
.dl_list01 dt {
  float: left;
  clear: left;
  padding: 17px 0 0;
  width: 20em;
  }
.dl_list01 dd {
  padding: 17px 0 13px 10em;
  }
.dl_list01 ul {
  margin-top: 0;
  }
.dl_list01 > li:first-child {
  margin-top: 0;
  }
.dl_list01 dd span.pdf {
  display: block;
  min-width:13em;/*テキスト幅の調整用*/
  float:left;
  }
.dl_list01 dd span.dbook {
  display: block;
  min-width:10em;/*テキスト幅の調整用*/
  float:left;
  }
.dl_list01 dd span.clear {
  clear: both;
  display: block;
  }
/*.dl_list01 dd span.pdf .ico {
  margin-left:0;
  }
*/

@media screen and (max-width: 767px) {}
@media screen and (max-width: 425px) {
.dl_list01 dt {
  float: none;
  width: 100%;
  }
.dl_list01 dd {
  padding: 17px 0 13px;
  }
.flImgL {
  display: block;
  float: none !important;
  margin-right: 0;
  margin-bottom: 20px;
  }
.spTaC figure img {
  display: block;
  margin: 0 auto 20px !important;
  }
.dl_list01 dd span.pdf {
  min-width:10em;/*テキスト幅の調整用*/
  }
.dl_list01 dd span.dbook {
  min-width:10em;/*テキスト幅の調整用*/
  }

}