@charset "UTF-8";
/* CSS Document */

.main {
	position:relative;
	width:980px;
	margin:10px auto 0 auto;
}
.club p.tab {
	position: absolute;
	top:10px;
	left:3%;
	width:125px;
	z-index:10;
}
.club p.tab a {
	display:inline-block;
	width:100%;
	background-color:#fff;
	border-radius:2px;
	text-align:center;
	font-size:10px;
	font-size:1.0rem;
	line-height:15px;
	line-height:1.5rem;
}
.player p.tab {
	position: absolute;
	top:10px;
	left:3%;
	width:125px;
	z-index:10;
}
.player p.tab a {
	display:inline-block;
	width:100%;
	background-color:#fff;
	border-radius:2px;
	text-align:center;
	font-size:10px;
	font-size:1.0rem;
	line-height:15px;
	line-height:1.5rem;
}

div.baseball {
	padding-top:350px;
	background-image:url(/brave/club/baseball/img/main-bg.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.baseball_player {
	padding-top:420px;
	background-image:url(/brave/club/baseball/img/main_profile.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.football {
	padding-top:350px;
	background-image:url(/brave/club/soccer/img/main-bg.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.football_player {
	padding-top:420px;
	background-image:url(/brave/club/soccer/img/main_profile.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.softball {
	padding-top:350px;
	background-image:url(/brave/club/womens_softball/img/main-bg.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.softball_player {
	padding-top:420px;
	background-image:url(/brave/club/womens_softball/img/main_profile.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.basketball {
	padding-top:350px;
	background-image:url(/brave/club/womens_basketball/img/main-bg.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.basketball_player {
	padding-top:420px;
	background-image:url(/brave/club/womens_basketball/img/main_profile.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.rugby {
	padding-top:350px;
	background-image:url(/brave/club/rugby/img/main-bg.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
div.rugby_player {
	padding-top:420px;
	background-image:url(/brave/club/rugby/img/main_profile.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat:no-repeat;
}

.club-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #005EAD;
	mix-blend-mode: multiply;
}
.club-text {
	position:absolute;
	width:370px;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.club-text h1 span {
    display: inline-block;
    width: 140px;
    position: absolute;
    top: 62%;
    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    
    text-align: center;
    color: #005ead;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3.0rem;
    font-weight: 600;
    background-color: #fff;
    border-radius: 4px;
}

.club_name {
	text-align:center;
	width:100%;
	background-color:#005ead;
}
.eng {
	display:inline-block;
	width:100%;
	color:#fff;
	font-family :YuGothic, 'Yu Gothic', sans-serif;
	font-size:13.75px;
	font-size:1.375rem;
	line-height:17.5px;
	line-height:1.75rem;
	background-color:#000;
}
.club_name h1 {
	color:#fff;
	font-family: 'Shippori Mincho', serif;
	font-size:34px;
	font-size:3.4rem;
	line-height:50px;
	line-height:5.0rem;
	vertical-align:middle;
	padding-bottom:5px;
}

.summary {
	width:980px;
	margin:0 auto;
	padding:35px 0;
	background-color:#f0f0f0;
}
.summary .inner {
	width:880px;
	margin:0 auto;
}
.summary .inner .outline {
	font-size:17px;
	font-size:1.7rem;
	line-height:30px;
	line-height:3.0rem;
	font-weight: 500;
}
.summary ul.info {
	width:100%;
	margin:32px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.summary ul.info li {
	width:47.8%;
}
.summary ul.info li:first-child p {
	position:relative;
	padding-left:9em;
    padding-top:2px;
	font-size:14px;
	font-size:1.4rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight: 500;
	margin-bottom:10px;
}
.summary ul.info li:first-child p.members:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
    padding: 2px 0;
	width:100px;
	content:'部員数';
	color:#005ead;
	border-radius:3px;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
    font-weight: 700;
	line-height:16px;
	line-height:1.6rem;
    letter-spacing: 0.02em;
	background-color:#fff;
	border:1px solid #005ead;
}
.summary ul.info li:first-child p.time:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	padding: 2px 0;
	width:100px;
	content:'活動時間';
	color:#005ead;
	border-radius:3px;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
    font-weight: 700;
	line-height:16px;
	line-height:1.6rem;
    letter-spacing: 0.02em;
	background-color:#fff;
	border:1px solid #005ead;
}
.summary ul.info li:first-child p.place:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	padding: 2px 0;
	width:100px;
	content:'活動場所';
	color:#005ead;
	border-radius:3px;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
    font-weight: 700;
	line-height:16px;
	line-height:1.6rem;
    letter-spacing: 0.02em;
	background-color:#fff;
	border:1px solid #005ead;
}
.summary ul.info li ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.summary ul.info li li {
	width:13.5%;
	text-align:center;
	margin-right:8.125%;
}
.summary ul.info li li:last-child {
	margin-right:0;
}

.summary ul.link-btn {
	width:100%;
	display: -webkit-flex;
	display: flex;
	/*-webkit-justify-content: space-between;
	justify-content: space-between;*/
    -webkit-justify-content: center;
    justify-content: center;
}
.summary ul.link-btn li {
	/*width:47.8%;*/
	width: 50%;
}
.summary ul.link-btn li:first-child a {
	position:relative;
	display:inline-block;
	text-align:center;
	width:100%;
	padding:17px 0;
	color:#fff;
	font-size:20px;
	font-size:2.0rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:600;
	background-color:rgba(0,94,173,1);
	border-radius:3px;
}
.summary ul.link-btn li:first-child a:after {
	position:absolute;
	top:50%;
	right:4%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight:600;
}
.summary ul.link-btn li:first-child a:hover {
	background-color:rgba(0,94,173,0.75);
}
/*.summary ul.link-btn li:last-child a {
	position:relative;
	display:inline-block;
	text-align:center;
	width:100%;
	padding:17px 0;
	color:#fff;
	font-size:20px;
	font-size:2.0rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:600;
	background-color:rgba(0,0,0,1);
	border-radius:3px;
}
.summary ul.link-btn li:last-child a:after {
	position:absolute;
	top:50%;
	right:4%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight:600;
}
.summary ul.link-btn li:last-child a:hover {
	background-color:rgba(0,0,0,0.75);
}*/

.summary ul.link-btn02 {
	width:50%;
    margin: 30px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.summary ul.link-btn02 li {
	width:100%;
}
.summary ul.link-btn02 li a {
	position:relative;
	display:inline-block;
	text-align:center;
	width:calc(100% - 2px);
	padding:17px 0;
	color:#005EAD;
	font-size:20px;
	font-size:2.0rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:600;
	background-color:rgba(255,255,255,1);
    border: 1px solid #005EAD; 
	border-radius:3px;
}
.summary ul.link-btn02 li a:after {
	position:absolute;
	top:50%;
	right:4%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight:600;
}
.summary ul.link-btn02 li:first-child a:hover {
	opacity: 0.5;
}
@media only screen and (min-width:768px) and (max-width:1025px) {
	.main {
		width:100%;
	}
	div.baseball,
	div.football,
	div.softball,
	div.basketball,
	div.rugby {
		padding-top:36%;
	}
	div.baseball_player,
	div.football_player,
	div.softball_player,
	div.basketball_player,
	div.rugby_player {
		padding-top:43%;
	}
	
	.summary {
		width:100%;
	}
	.summary .inner {
		width:90%;
		margin:0 auto;
	}
}

@media screen and ( max-width:767px ) {
	.main {
		margin:0 auto;
	}
	div.baseball {
		width:100%;
		padding-top:40vh;
		background-image:url(/brave/club/baseball/img/main-bg_sp.jpg);
	}
	div.baseball_player {
		width:100%;
		padding-top:50vh;
		background-image:url(/brave/club/baseball/img/main_profile_sp.jpg);
	}
	div.football {
		width:100%;
		padding-top:40vh;
		background-image:url(/brave/club/soccer/img/main-bg_sp.jpg);
	}
	div.football_player {
		width:100%;
		padding-top:50vh;
		background-image:url(/brave/club/soccer/img/main_profile_sp.jpg);
	}
	div.softball {
		width:100%;
		padding-top:40vh;
		background-image:url(/brave/club/womens_softball/img/main-bg_sp.jpg);
	}
	div.softball_player {
		width:100%;
		padding-top:50vh;
		background-image:url(/brave/club/womens_softball/img/main_profile_sp.jpg);
	}
	div.basketball {
		width:100%;
		padding-top:40vh;
		background-image:url(/brave/club/womens_basketball/img/main-bg_sp.jpg);
	}
	div.basketball_player {
		width:100%;
		padding-top:50vh;
		background-image:url(/brave/club/womens_basketball/img/main_profile_sp.jpg);
	}
	div.rugby {
		width:100%;
		padding-top:40vh;
		background-image:url(/brave/club/rugby/img/main-bg_sp.jpg);
	}
	div.rugby_player {
		width:100%;
		padding-top:50vh;
		background-image:url(/brave/club/rugby/img/main_profile_sp.jpg);
	}
	
	.club-text {
		width:90%;
	}
	
	.eng {
		font-size:11px;
		font-size:1.1rem;
		line-height:17.5px;
		line-height:1.75rem;
	}
	.club_name h1 {
		font-size:28px;
		font-size:2.8rem;
		line-height:50px;
		line-height:5.0rem;
	}
	
	.summary {
		width:100%;
	}
	.summary .inner {
		width:90%;
		margin:0 auto;
	}
	.summary .inner .outline {
		font-size:16px;
		font-size:1.6rem;
		line-height:26px;
		line-height:2.6rem;
	}
	.summary ul.info {
		width:100%;
		margin:30px 0;
		display: -webkit-block;
		display: block;
	}
	.summary ul.info li {
		width:100%;
	}
	.summary ul.info li:first-child {
		margin-bottom:30px;
	}
	.summary ul.info li:first-child p {
		padding-left:7em;
	}
	.summary ul.info li:first-child p.members:before {
		width:75px;
	}
	.summary ul.info li:first-child p.time:before {
		width:75px;
	}
	.summary ul.info li:first-child p.place:before {
		width:75px;
	}
	.summary ul.info li ul li:first-child {
		margin-bottom:0;
	}
	
	.summary ul.link-btn {
		width:100%;
		display: -webkit-block;
		display: block;
	}
	.summary ul.link-btn li {
		width:100%;
	}
	.summary ul.link-btn li:first-child {
		margin-bottom:20px;
	}
	.summary ul.link-btn li:last-child {
		margin-bottom:0;
	}
	.summary ul.link-btn02 {
		width:100%;
		margin: 20px auto 0;
	}
}

.whats_new {
	width:980px;
	margin:60px auto 80px auto;
}
.whats_new-title {
	width:100%;
	padding:14px 0 30px 0;
}
.whats_new-title h2 {
	font-size:23px;
	font-size:2.3rem;
	line-height:23px;
	line-height:2.3rem;
	font-weight:600;
}

.iframe-content {
	width: 100%;
	margin-bottom: 80px;
}

/*MT読み込み箇所css*/
.area {
	width:100%;
	margin:0 0 15px 0;
	display: -webkit-flex;
	display: flex;
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.area label.tab_class {
    cursor: pointer;
	width:24.5%;
    margin-right: 0.66%;
	margin-bottom: 15px;
	text-align:center;
	color:#fff;
	background-color: rgba(191,191,191,1);
	font-size:18px;
	font-size:1.8rem;
	line-height:34px;
	line-height:3.4rem;
	font-weight:600;
	border-radius:2px;
	text-decoration: none;
	transition: .5s ;
	display: block;
	order: -1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.area label.tab_class:hover {
	background-color: rgba(191,191,191,0.6);
}
.area label[for=tab4] {
    margin-right: 0;
}
input[name="tab_name"] {
	display: none;
}
#category input:checked + label[name="all"] {
	background: #005ead;
}
#category input:checked + label[name="pickup"] {
	background: #219683;
}
#category input:checked + label[name="match"] {
	background: #6b39be;
}
#category input:checked + label[name="important"] {
	background: #3caa34;
}
.content_class {
	display: none;
	width: 100%;
}
input:checked + .tab_class + .content_class {
	display: block;
	transition: .5s opacity;
	opacity: 1;
}

#posts ol li {
	list-style-type: none;
	border-top: 0;
	border-bottom: 1px solid #c0c6c9;
}
#posts ol li a {
	display: block;
	color: #274a78;
	padding: 0.809em 0;
	text-decoration: none;
	zoom: 1;
}
#posts ol li a:before,
#posts ol li a:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020";
}
#posts ol li a:after {
	clear: both;
}
#posts ol li time {
	color: #14263e;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 18px;
	line-height: 1.8rem;
	display: inline-block;
	width: 130px;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
#posts ol li div {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2.0rem;
	margin-top: 6px;
	margin-left: 1%;
	margin-right: 1%;
}
.entry .title,
.page .title,
section .title {
	margin-top: 0;
}
#posts span.author {
	display: inline-block;
	text-align:center;
	width: 140px;
	padding: 2px 0;
	color: #575757;
	border: 1px solid #575757;
	border-radius: 2.5px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: 600;
}
#posts span.硬式野球部,
#posts span.Ⅰ部サッカー部,
#posts span.女子ソフトボール部,
#posts span.女子バスケットボール部,
#posts span.ラグビー部 {
	color: #005ead;
	border: 1px solid #005ead;
}
#posts span.弓道部,
#posts span.アメリカンフットボール部,
#posts span.アーチェリー部,
#posts span.男子バスケットボール部,
#posts span.バドミントン部,
#posts span.硬式テニス部,
#posts span.男子ソフトボール部,
#posts span.卓球部,
#posts span.水泳部,
#posts span.陸上競技部,
#posts span.ゴルフ部,
#posts span.合奏研究会吹奏楽団 {
	color: #00A496;
	border: 1px solid #00A496;
}

#list .list_link {
	width: 33.33%;
	margin:30px auto 0 auto;
}
#list .list_link a {
	position:relative;
	display:inline-block;
	width: 100%;
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding: 10px 0;
	font-size:15px;
	font-size:1.5rem;
	line-height:15px;
	line-height:1.5rem;
	font-weight:600;
	border-radius:4px;
	text-decoration: none;
	background-color: #808080;
}
#list .list_link a:after {
	position:absolute;
	top:50%;
	right:4%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight:600;
}

#category #all_list {
	display: none !important;
}

.label {
	display: inline-block;
	text-align:center;
	width: 140px;
	margin-right: 0.5em;
	padding: 2px 0;
	background-color: #7b7c7d;
	border-radius:2.5px;
	color: white;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: 600;
	text-decoration: none;
}
.all {
	background: #005ead;
	border: 1px solid #005ead;
}
.pickup {
	background: #00a496;
	border: 1px solid #00a496;
}
.match {
	background: #8250C8;
	border: 1px solid #8250C8;
}
.news,
.notice {
	background: #39b54a;
	border: 1px solid #39b54a;
}

.breadcrumb {
	margin: 0 0 3.236em;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
	.whats_new {
		width:90%;
	}
	
	#list .list_link {
		width: 33.33%;
		margin:30px auto 0 auto;
	}
}

@media screen and ( max-width:767px ) {
	.whats_new {
		width:90%;
		margin:35px auto 0 auto;
	}
	
	.whats_new-title {
		width:100%;
		margin-bottom: 15px;
		padding:0;
	}
	
	.iframe-content {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.area label.tab_class {
		float: none;
		font-size:14px;
		font-size:1.4rem;
		line-height:16px;
		line-height:1.6rem;
		font-weight:500;
	}
	#category label[name="all"] {
		padding: 12px 0;
	}
	#category label[name="pickup"] {
		padding: 12px 0;
	}
	#category label[name="match"] {
		padding: 4px 0;
	}
	#category label[name="important"] {
		padding: 4px 0;
	}
	
	#posts ol li time {
		float: none;
		display: block;
	}
	
	#category ul {
		width:100%;
		margin:15px 0;
	}
	#category ul li a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		width:100%;
		height:100%;
		padding: 4px 0;
		text-align:center;
		color:#fff;
		font-size:15.5px;
		font-size:1.55rem;
		line-height:15.5px;
		line-height:1.55rem;
		font-weight:600;
		letter-spacing: -0.5px;
		border-radius:2px;
		text-decoration: none;
	}
	
	#posts ol li time {
		float: none;
		display: block;
	}
	
	#list .list_link {
		width: 100%;
		margin:30px auto 0 auto;
	}
	#list .list_link a {
		font-size:15.5px;
		font-size:1.55rem;
		line-height:15.5px;
		line-height:1.55rem;
	}
}

.schedule_achievement {
	width:980px;
	/*margin:0 auto;*/
	margin:0 auto 80px auto;
	padding:35px 0;
	background-color:#f0f0f0;
}
.schedule_achievement ul {
	width:880px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.schedule_achievement li {
	width:47.8%;
}

#schedule_open,
#achievement_open{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #165aa1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	font-weight:600;
	padding: 18px 0;
	background-color: #fff;
	border-top: 1px solid #165aa1;
	border-bottom: 1px solid #165aa1;
	background-image: url("/brave/club/common/img/open-b.png");
	background-position: top 50% right 2%;
	background-repeat: no-repeat;
	background-size: 20px;
}

#schedule,
#achievement {
	display:none;
	width:100%;
	padding:12px 0;
}
#schedule p,
#achievement p {
	font-size:13px;
	font-size:1.3rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:500;
	padding-left:2em;
	text-indent:-2em;
}
#schedule p span,
#achievement p span {
	color:#005EAD;
	margin-right:1em;
}

table.schedule {
	width: 100%;
	font-size:13px;
	font-size:1.3rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:500;
}
table.schedule th {
	color: #005EAD;
	white-space: nowrap;
	padding-right: 1em;
}
table.schedule td {
	width: 90%;
}

.player_position {
	width:980px;
	margin:0 auto;
	padding:35px 0;
	background-color:#f0f0f0;
}
.player_position ul {
	width:900px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.player_position li {
	width:47.8%;
}

#director_open,
#captain_open,
#years04_open,
#years03_open,
#years02_open,
#years01_open {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #165aa1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	font-weight:600;
	padding: 18px 0;
	background-color: #fff;
	border-top: 1px solid #165aa1;
	border-bottom: 1px solid #165aa1;
	background-image: url("/brave/club/common/img/open-b.png");
	background-position: top 50% right 2%;
	background-repeat: no-repeat;
	background-size: 20px;
}

#director,
#captain,
#years04,
#years03,
#years02,
#years01 {
	display:none;
}
#director ul,
#captain ul,
#years04 ul,
#years03 ul,
#years02 ul,
#years01 ul {
	width:100%;
	padding:20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#director li,
#captain li,
#years04 li,
#years03 li,
#years02 li,
#years01 li {
	width:49.5%;
	margin-bottom:15px;
	font-size:12px;
	font-size:1.2rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:500;
}
#director li span,
#captain li span,
#years04 li span,
#years03 li span,
#years02 li span,
#years01 li span {
	color:#005EAD;
	line-height:30px;
	line-height:3.0rem;
	vertical-align:top;
}
#director li strong,
#captain li strong,
#years04 li strong,
#years03 li strong,
#years02 li strong,
#years01 li strong {
	font-size:22px;
	font-size:2.2rem;
	line-height:30px;
	line-height:3.0rem;
	font-weight:500;
}

#years02 li strong.text-over01 {
	font-size:20px;
	font-size:2.0rem;
}

.grade{
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #165aa1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	font-weight:600;
	padding: 18px 0;
	background-color: #fff;
	border-top: 1px solid #165aa1;
	border-bottom: 1px solid #165aa1;
    margin-bottom:30px;
}
.grade_link {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #165aa1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	font-weight:600;
	padding: 18px 0;
	background-color: #fff;
	border-top: 1px solid #165aa1;
	border-bottom: 1px solid #165aa1;
	background-image: url("/brave/club/common/img/open-b.png");
	background-position: top 50% right 2%;
	background-repeat: no-repeat;
	background-size: 20px;
}

@media screen and (min-width:1024px) and (max-width:1920px) {
	.ipad .player_position {
		width:100%;
	}
	.ipad .player_position ul {
		width:90%;
	}
}

@media only screen and (min-width:768px) and (max-width:1025px) {
	.schedule_achievement {
		width:100%;
	}
	.schedule_achievement ul {
		width:90%;
	}
	
	.player_position {
		width:100%;
	}
	.player_position ul {
		width:90%;
	}
	.player_position li {
		width:47.8%;
	}
	
	#director li span,
	#captain li span,
	#years04 li span,
	#years03 li span,
	#years02 li span,
	#years01 li span {
		line-height:30px;
		line-height:3.0rem;
	}
	#director li strong,
	#captain li strong,
	#years04 li strong,
	#years03 li strong,
	#years02 li strong,
	#years01 li strong {
		font-size:20px;
		font-size:2.0rem;
		line-height:30px;
		line-height:3.0rem;
	}
	/*岩川 ロベルト耀*/
	#years02 li strong.text-over01 {
		font-size:18px;
		font-size:1.8rem;
	}
}

@media screen and ( max-width:767px ) {
	.schedule_achievement {
		width:100%;
	}
	.schedule_achievement ul {
		width:90%;
		margin:0 auto;
		display: -webkit-block;
		display: block;
	}
	.schedule_achievement li {
		width:100%;
	}
	
	#schedule p {
		font-size:14px;
		font-size:1.4rem;
		padding-left:2em;
		text-indent:-2em;
	}
	#achievement p {
		font-size:14px;
		font-size:1.4rem;
	}
	
	table.schedule {
		font-size:14px;
		font-size:1.4rem;
	}
	
	.player_position {
		width:100%;
	}
	.player_position ul {
		width:90%;
		margin:0 auto;
		display: -webkit-block;
		display: block;
	}
	.player_position li {
		width:100%;
	}
	#director li span,
	#captain li span,
	#years04 li span,
	#years03 li span,
	#years02 li span,
	#years01 li span {
		line-height:30px;
		line-height:3.0rem;
	}
	#director li strong,
	#captain li strong,
	#years04 li strong,
	#years03 li strong,
	#years02 li strong,
	#years01 li strong {
		font-size:22px;
		font-size:2.2rem;
		line-height:30px;
		line-height:3.0rem;
	}
	/*岩川 ロベルト耀*/
	#years02 li strong.text-over01 {
		font-size:18px;
		font-size:1.8rem;
	}
}

.column {
	width:980px;
	margin:0 auto;
}
.column-title {
	width:100%;
	padding:80px 0 34px 0;
}
.column-title h1 {
	text-align:center;
	color:#005EAD;
	font-size:32px;
	font-size:3.2rem;
	line-height:32px;
	line-height:3.2rem;
	font-weight:600;
}
.column-btn {
	width:100%;
	margin-bottom:30px;
}
.column-btn ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.column-title-btn li:first-child {
	color:#333;
	font-size:25px;
	font-size:2.5rem;
	line-height:25px;
	line-height:2.5rem;
	font-weight:600;
}
.column-btn li{
	font-size: 23px;
    font-size: 2.3rem;
    line-height: 23px;
    line-height: 2.3rem;
    font-weight: 600;
}
/*.column-btn li:first-child:before {
	display:inline-block;
	content:'?';
	color:#005EAD;
	margin-right:8px;
}*/
.column-btn li:last-child a {
	display:inline-block;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-size:1.1rem;
	line-height:17px;
	line-height:1.7rem;
	font-weight:600;
	background-color:#808080;
	border-radius:2px;
	cursor:pointer;
}
.column-btn li:last-child a span {
	letter-spacing:1em;
}
.column-list {
	width:100%;
}
.column-list ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
}
.column-list li {
	width:33.33%;
	border-top:1px solid #005EAD;
	border-bottom:1px solid #005EAD;
}
.column-list li a {
	position:relative;
	display:inline-block;
	width:100%;
}
.column-list li a:after {
	position:absolute;
	top:50%;
	right:1.5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	color:#005ead;
	font-size:18px;
	font-size:1.8rem;
	font-weight:600;
}
.column-list li a li {
	border-top:none;
	border-bottom:none;
}
.column-list li a li:first-child {
	width:30%;
}
.column-list li a li:last-child {
	width: calc(62.3% - 36px);
	padding:7px 18px;
}
.column-list li a li:last-child h2 {
	color:#005EAD;
	font-size:15px;
	font-size:1.5rem;
	line-height:21px;
	line-height:2.1rem;
	font-weight:600;
}
.column-list li a li:last-child p {
	color:#333;
	font-size:12px;
	font-size:1.2rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:300;
}


.column-list-btn {
	width: 33.33%;
	margin: 34px auto 80px auto;
}
.column-list-btn a {
	position:relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size:15px;
	font-size:1.5rem;
	line-height:15px;
	line-height:1.5rem;
	font-weight:600;
	border-radius:2px;
	background-color:#808080;
}
.column-list-btn a:after {
	position:absolute;
	top:50%;
	right:4%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight:600;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
	.column {
		width:90%;
	}
	.column-list li a ul {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.column-list li a li:first-child {
		width:40%;
	}
	.column-list li a li:last-child {
		width: calc(60% - 30px);
		padding:0 20px 0 10px;
	}
	.column-list li a li:last-child h2 {
		font-size:12px;
		font-size:1.2rem;
		line-height:16px;
		line-height:1.6rem;
		font-weight:600;
	}
}

@media screen and ( max-width:767px ) {
	.column {
		width:90%;
		margin:0 auto;
		padding: 0;
	}
	.column-title {
		width:100%;
		padding:50px 0 34px 0;
	}
	.column-btn {
		margin-bottom:15px;
	}
	.column-list ul {
		width:100%;
		display: -webkit-block;
		display: block;
	}
	.column-list li {
		width:100%;
		margin-bottom:15px;
		border-top:1px solid #005EAD;
		border-bottom:1px solid #005EAD;
	}
	.column-list li:last-child {
		margin-bottom:0;
	}
	.column-list li a ul {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.column-list li a li {
		margin-bottom:0;
	}
	.column-list li a li:last-child {
		width: calc(66% - 30px);
		padding:5px 20px 5px 10px;
	}
	
	.column-list-btn {
		width:100%;
		margin:35px auto 50px auto;
	}
}

.member {
	width:980px;
	margin:0 auto;
}
.profile {
	width:33.9%;
	margin:0 auto;
	text-align:center;
	padding:80px 0 40px 0;
}
.profile h1 {
	width: calc(100% - 2px);
	border:1px solid #005ead;
	border-radius:2px;
	color:#005ead;
	font-size:12px;
	font-size:1.2rem;
	line-height:20px;
	line-height:2.0rem;
	font-weight:600;
}
.profile p {
	margin-top:8px;
	font-size:11px;
	font-size:1.1rem;
	line-height:10px;
	line-height:1.0rem;
	font-weight:500;
}
.profile p span {
	color:#005ead;
}
.member-list ul {
	width:100%;
    padding: 0 0 40px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.member-list ul li {
	width:33.33%;
	margin-bottom:40px;
}
.member-list ul li ul {
	width:100%;
    padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.member-list ul li ul li {
	width:43%;
	margin-bottom: 0;
}
.member-list ul li ul li:first-child {
	width:43%;
}
.member-list ul li ul li:last-child {
	width:50%;
}
.member-list ul li ul li:last-child h2 {
	font-size:22px;
	font-size:2.2rem;
	line-height:30px;
	line-height:3.0rem;
	font-weight:500;
}
.member-list ul li ul li:last-child p {
	font-size:11px;
	font-size:1.1rem;
	line-height:15px;
	line-height:1.5rem;
	font-weight:500;
	padding-left:1em;
	text-indent:-1em;
}
.member-list ul li ul li:last-child p span {
	color:#005ead;
}
/*岩川 ロベルト耀*/
.member-list ul li ul li:last-child h2.text-over01 {
	font-size:20px;
	font-size:2.0rem;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
	.member {
		width:90%;
	}
	
	.profile {
		width:100%;
	}
	.profile h1 {
		width: calc(33.9% - 2px);
		margin: 0 auto;
	}
	
	.member-list ul li ul li:first-child {
		width:37.5%;
	}
	.member-list ul li ul li:last-child {
		width:60%;
	}
	.member-list ul li ul li:last-child h2 {
		font-size:20px;
		font-size:2.0rem;
		line-height:30px;
		line-height:3.0rem;
	}
	.member-list ul li ul li:last-child h2 span {
		font-size:18px;
		font-size:1.8rem;
		line-height:30px;
		line-height:3.0rem;
	}
	.member-list ul li ul li:last-child p {
		font-size:10px;
		font-size:1.0rem;
		line-height:13px;
		line-height:1.3rem;
	}
    /*岩川 ロベルト耀*/
    .member-list ul li ul li:last-child h2.text-over01 {
        font-size:16px;
        font-size:1.6rem;
    }
}

@media screen and ( max-width:767px ) {
	.member {
		width:90%;
		margin:0 auto;
	}
	.profile {
		width:100%;
		margin:0 auto;
		text-align:center;
		padding:34px 0;
	}
	.profile p {
		font-size:11px;
		font-size:1.1rem;
		line-height:11px;
		line-height:1.1rem;
	}
	.member-list ul {
		width:100%;
    	padding: 0 0 50px 0;
		display: -webkit-block;
		display: block;
	}
	.member-list ul li {
		width:100%;
		margin-bottom:30px;
	}
	.member-list ul li:last-child {
		margin-bottom:0;
	}
	.member-list ul li ul li {
		margin-bottom:0;
	}
	.member-list ul li ul li:first-child {
		width:36%;
	}
	.member-list ul li ul li:last-child {
		width:55%;
	}
	.member-list ul li ul li:last-child p {
		font-size:12px;
		font-size:1.2rem;
	}
}

/*ページ内リンク用*/

.page_link {
	margin-top:-98px;
	padding-top:98px;
}
