@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

section {
	width: 1080px;
	margin: 50px auto;
	text-align: left;
}
@media screen and (max-width: 767px) {
section {
	width: 90%;
	margin: 50px auto 50px auto;
	text-align: left;
}
}


section.supPoRterList p {
	margin: 0px auto 40px auto;
	padding: 0;
	font-size: 28px;
	text-align: center;
}

#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #933232;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0px auto;
    }
#tbl-bdr caption {
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	padding-right: 10px;
}
#tbl-bdr th {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #cc0066;
}
#tbl-bdr th span {
width: 21px;
  height: 21px;
  padding: 0.5px 0 0px 0.5px;
  border: 1px solid #cc0066;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	color: #cc0066;
    display: block;
}

#tbl-bdr td span {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	width: 360px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
section.supPoRterList p {
	width: 100%;
	margin: 0px auto 25px auto;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
section.supPoRterList table {
	width: 100%;
}
#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #933232;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px;
    }
#tbl-bdr caption {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	padding-right: 10px;
}
#tbl-bdr th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	font-size: 12px;
}
#tbl-bdr td span {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	display: block;
}
}
