@charset "UTF-8";

/* ----------------------------------------------------------------
	partners
---------------------------------------------------------------- */
ul.pageLink {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 50px;
}
ul.pageLink li {
  margin: 0 25px;
}
ul.pageLink li a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-right: 30px;
}
ul.pageLink li a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 3px;
  background: url("../images/common/arrow_circle_orange.svg") right top / contain no-repeat;
}
.lead {
  text-align: center;
  width: 81.38vw;
  margin: 0 auto 95px;
}
.table {
  width: 62.07vw;
  margin: 0 auto;
	display: table;
	border-collapse: collapse;
}
.table dl {
	display: table-row;
}
.table dl dt {
	display: table-cell;
	width: 24%;
	padding: 20px 0 20px 10px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #D6D5CB;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.table dl dd {
	display: table-cell;
	width: 48%;
  font-size: 16px;
	padding: 20px 10px 20px 30px;
  border-bottom: 1px solid #D6D5CB;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.table dl dd:nth-child(3) {
  width: 28%;
}
.table dl dd img {
  width: 28px;
  margin-right: 5px;
}
.table dl dd span {
  text-decoration: underline;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  ul.pageLink {
    margin: 0 auto 12.66vw;
  }
  ul.pageLink li {
    margin: 0 12.66vw;
  }
  ul.pageLink li a {
    font-size: 5.32vw;
    padding-right: 4.43vw;
  }
  ul.pageLink li a::after {
    width: 3.8vw;
    height: 3.8vw;
    top: 2.08vw;
  }
  .lead {
    font-size: 3.54vw;
    width: 81.38vw;
    margin: 0 auto 13.92vw;
  }
  .table {
    width: 81.01vw;
  }
  .table dl dt {
    width: 31%;
    padding: 6.33vw 0 6.33vw 0;
    font-size: 3.29vw;
  }
  .table dl dd {
    width: 20%;
    font-size: 3.29vw;
    padding: 6.33vw 0 6.33vw 0;
  }
  .table dl dd:nth-child(3) {
    width: 49%;
    font-size: 3.04vw;
    text-align: right;
  }
  .table dl dd img {
    width: 4.3vw;
    margin-right: 5px;
  }
}/* Smartphone End */