.mainvis{
	 margin:0 auto 50px;
	 font-size:0;
}
.mainvis img{
	width:100%;
}
.mainvis h1{
	margin:25px auto;
	color:#FF8A01;
	font-size:32px;
	text-align:center;
	font-weight:700;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  border:1px solid #ccc;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

dt, dd {
  padding: 14px 27px;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

dt {
  width: 20%;
  font-weight: bold;
  color: #fff;
  text-align:center;
}

/* 奇数行の dt にカラー1 */
dt:nth-of-type(odd) {
  background-color: #FF8171;
}

/* 偶数行の dt にカラー2 */
dt:nth-of-type(even) {
  background-color: #FFAA9E;
}

dd {
  width: 80%;
   border-bottom: 1px solid #ddd;
}
dd hr{
	height: 0;
	margin: 0 0 20px;
	padding: 10px 0 0;
	border: 0;
	border-bottom:1px dashed #ccc;
}
dd span.block{
	display:inline-block;
	width:180px;
	padding:8px 0;
	text-align:center;
	line-height:1;
	background:#EEEEEE;
	border:1px solid #D9D9D9;
}
dd .small{
	font-size:14px;
	line-height:1.4;
}

.qualification-table {
  width: 65%;
  min-width:675px;
  border-collapse: collapse;
  margin-top: 10px;
}

.qualification-table th,
.qualification-table td {
  border: 1px solid #ccc;
  padding: 10px 14px;
  text-align: center;
}
.qualification-table th{
	width:calc(100% / 3);
	font-size:14px;
}
.qualification-table th:first-child{
	background:#1181CC;
}
.qualification-table tbody tr:nth-of-type(even){
	background-color: #EDEDED;
}
/* ヘッダー背景・白字 */
.qualification-table thead {
  background-color: #26A9E0;
  color: #ffffff;
  font-weight: 700;
}
.qualification-table tbody{
	font-size:13px;
}
/* フッター背景・白字 */
.qualification-table tfoot {
  background-color: #3C4A7D;
  color: #ffffff;
  font-weight: 700;
  font-size:16px;
}

/* tbody は白背景（画像通り） */
.qualification-table tbody tr {
  background-color: #ffffff;
}


@media screen and (max-width: 980px) {
	.mainvis{
		margin:0 auto 30px;
	 }
	
	dt{
		display:flex;
		align-items:center;
		justify-content:center;
		width: 29%;
		padding:0;
		font-size:16px;
	}
	dd{
		padding:20px;
		width: 71%;
		font-size:14px;
	}
	dd .small{
		font-size:12px;
	}
	
	.qualification-table {
		width: 100%;
		min-width:auto;
		line-height:1.2;
	}
	.qualification-table th,.qualification-table td {
		padding: 5px 3px;
		vertical-align:middle;
  }
	.qualification-table th{
		font-size:10px;
	}
	.qualification-table tbody{
		font-size:10px;
	}
	.qualification-table tfoot {
		font-size:10px;
	}
	
	
	
}
