@charset "UTF-8";

.gyoukai h3 {
	margin-top:30px;
	border-bottom:3px solid #7030a0;
	background:url(../img/allow07.png) no-repeat left 0.05em;
	color:#7030a0;
	padding: 0 0 7px 22px;
	line-height: 1.4;
	font-size:100%;
	font-weight:bold;
}
.device-mobile .gyoukai h3 {
	margin-top: 20px;
	background:url(../img/allow07.png) no-repeat left 0.1em;
}

.device-desktop select.anchorlink {
	position:absolute;
	left: auto;
	right: 11px !important;
	top: 11px;
	height: 1.5em;
	padding: 0 0 0 1em !important;
	border-radius: 2px;
	border: none;
	background:  #fff;
	line-height: 1;
	font-size:90%;
}
.device-mobile select.anchorlink {
	display: inline-block;
	width: 92vw;
	margin: 20px 4vw 0 !important;
	padding: 0.5em 3.5em 0.5em 1em !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: solid 1px #eee;
	border-radius: 4px;
	background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);
	background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
	background-size:5px 5px,5px 5px,1px 1.5em;
	background-repeat: no-repeat;
	line-height: 1.5em;
}

ul.gyoukai {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 60px;
}
ul.gyoukai li {
	width: 31%;
}

ul.gyoukai table {
	width: 100%;
	line-height: 1.4;
	font-size:90%;
}
ul.gyoukai th,
ul.gyoukai td {
	padding: 5px 6px 2px;
	border: solid 1px #ccc;
}
ul.gyoukai th {
	background: #edd7ff;
	text-align: center;
	white-space: nowrap;
}
ul.gyoukai th:first-child,
ul.gyoukai th:nth-child(2){
	width: 2em;
}
ul.gyoukai td:first-child,
ul.gyoukai td:nth-child(2){
	text-align: center;
}

.device-mobile ul.gyoukai {
	display: block;
	margin-bottom: 60px;
}
.device-mobile ul.gyoukai li {
	width: 92vw;
	margin: 0 4vw;
}
