@charset "UTF-8";

/* CSS Document */

/*====================================

	cell_sponsorship

====================================*/ 

.cell_sponsorship {
	padding: 60px 0 0 0;
}

/*====================================

	.tab

====================================*/

.tab {
    margin: 0 auto;
    width: 100%;
}
.tab-list {
    display: flex;
}
.tab-menu {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    border-radius: 10px 0 0 0;
    margin-right: 2px;
    background: #fff;
}
.tab-menu p {
	font-family: "Didact Gothic", sans-serif !important;
    font-size: 80%;
    padding: 1em .5em;
    line-height: 1em;
}
.tab-menu p span {
	display: block !important;
	width: 100%;
	font-size: 70%;
	font-family: "Didact Gothic", sans-serif !important;
	font-weight: 400;
	color: #000;
	text-align: center;
	line-height: 1em;
	padding-bottom: 1em;
}
.tab-menu.current p span {
	color: #fff;
}
.tab-menu:hover {
	background: #ccc;
}
.tab-menu.current {
    background-color: #989797;
    color: #fff;
}
.content-box {
    display: none;
    width: 100%;
    border-top: 1px solid #989797;
    padding: 20px;
    background: #fff;
}
.content-box .text_ph {
    width: 100%;
}
.content-box .text_ph .ph {
	width: 100%;
}
.content-box .text_ph .text {
	width: 100%;
	padding: 40px 0 100px 0;
}
.content-box .text_ph .text_bg_tabletennis {
	background: url(../images/bg_tabletennis.svg) no-repeat bottom 0 right 0;
	background-size: 100%;
}
.content-box .text_ph .text_bg_triathlon {
	background: url(../images/bg_triathlon.svg) no-repeat bottom 0 right 0;
	background-size: 100%;
}
.content-box .text_ph .text h4 {
	font-size: 150%;
	line-height: 1em;
	margin-bottom: .4em;
}
.content-box .text_ph .text h5 {
	font-size: 110%;
	line-height: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.content-box .text_ph .text p {
	line-height: 2em;
}

















