@charset "UTF-8";

.mod-infoBox {
	max-width: 1100px;
	margin: 0 auto 25px;
	padding: 0 10px 0;
}

.mod-infoBox > table {
	border-collapse: collapse;
}

.mod-infoBox > table td {
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

.mod-infoBox > table th {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0px,#cf1346 0px,#cf1346 100%);
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    width: 13%;
}

.mod-infoBox > table th,
.mod-infoBox > table td {
	padding: 12px 15px;
    empty-cells: show;
}

.mod-infoBox > table td .title {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.mod-infoBox > table th,
	.mod-infoBox > table td {
		display: block;
	}

	.mod-infoBox > table th {
		text-align: center;
		width: auto;
	}

	.mod-infoBox > table td {
		border-top: none;
	}
	.mod-infoBox > table td .title {
		text-align: center;
}
}

.mod-linkList {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 1.3em;
}

th :last-child, td :last-child {
	margin-bottom: 0;
}

.mod-linkList b, .mod-linkInfo b, .mod-linkInner b, .mod-linkList a, .mod-linkInfo a, .mod-linkInner a {
	position: relative;
    text-decoration: none;

}

.mod-linkList a::before {
    position: absolute;
    top: .3em;
    display: inline-block;
    overflow: hidden;
    content: '';
    vertical-align: middle;
}

.mod-linkList li > a::before {
    left: -1em;
    width: 0;
    height: 0;
    margin-left: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #333;
}

a[target=_blank]:after {
	content: none;
}