@charset "UTF-8";

/* CSS Document */

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

	cell_sponsorship

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

.cell_sponsorship {
	margin-bottom: 140px;
	padding: 100px 0 0 0;
}

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

	.tab

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

.tab {
    margin: 0 auto;
    margin-top: 30px;
    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: 150%;
    padding: .5em 2em;
}
.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;
}
.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: 30px;
    background: #fff;
}
.content-box .text_ph {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.content-box .text_ph .ph {
	width: 35%;
}
.content-box .text_ph .text {
	width: 60%;
	padding: 40px 0 0 0;
}
.content-box .text_ph .text_bg_tabletennis {
	background: url(../images/bg_tabletennis.svg) no-repeat bottom 0 right 0;
	background-size: 70%;
}
.content-box .text_ph .text_bg_triathlon {
	background: url(../images/bg_triathlon.svg) no-repeat bottom 0 right 0;
	background-size: 70%;
}
.content-box .text_ph .text h4 {
	font-size: 200%;
	line-height: 1em;
	margin-bottom: .4em;
}
.content-box .text_ph .text h5 {
	font-size: 120%;
	line-height: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.content-box .text_ph .text p {
	line-height: 2em;
}

















