/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 07:33:41 */
.player-detail-template-default .l-content__body.l-container {
	padding: 0 !important;
}

.player-intro.cover {
	background-image: url(https://portfolio4.oshigoto-navi.net/wp-content/uploads/2025/12/player-bk.webp);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.player-intro {
	padding-top: 1rem !important;
}

.player-intro.num,
.player-intro.pos,
.player-intro.name,
.player-intro.kana,
.player-intro.en {
	color: #fff;
}

.player-intro-numpos-columns {
	align-items: baseline !important;
	margin-top: 1rem;
	line-height: 0.8;
}

.player-intro-name-columns {
	align-items: baseline !important;
	margin: 0 !important;
	line-height: 1;
}

.player-intro.en {
	margin-top: 0 !important;
	padding-top: 0 !important;
	line-height: 2;
}

.player-intro-table table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #F4F5F6;
}

.player-intro-table td {
	border: 1px solid #F4F5F6;
	padding: 0.75rem 1rem;
}

.player-intro-table tr td:first-child {
	background-color: #0D1C3F;
	color: #fff;
	width: 30%;
	text-align: center;
	white-space: nowrap;
}

.player-intro-table tr td:last-child {
	background-color: #fff;
	color: #0D1C3F;
}

/* 一覧へ戻るボタンの基本スタイル */
.btn-back-list {
	gap: .2em;
	line-height: 1.5;
    padding: .65em 5em;
    border: 1px solid #0D1C3F;
    text-decoration: none;
    color: #0D1C3F;
    font-weight: bold;
    border-radius: 10px;
    background-color: transparent;
	max-width: 100%;
    min-width: var(--arkb-btn-width, 3em);
    transition: color .25s, background-color .25s;
}

/* ホバー時の色反転 */
.btn-back-list:hover {
    background-color: #0D1C3F;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 991px) {
	.player-intro.cover {
		padding: 10px 0 !important;
	}
	
	.player-intro {
		padding: 0 5px 0 !important;
	}
	
	.player-intro > .wp-block-columns {
		margin-top: 1rem !important;
	}
	
	.player-intro.name,
	.player-intro.kana {
		margin: 0 !important;
	}
	
	.player-intro.en {
		line-height: 1.5;
	}
	
	.player-intro-table {
		margin-top: 0 !important;
	}
}