@charset "utf-8";

/*=====================================================
inner
======================================================*/
body {
	background:#f9f9f9;
}
.read {
	line-height:2;
	font-size:16px;
}
.contents_wrap {
	padding:50px 0 80px 0;
}
@media screen and (max-width: 767px){
	.contents_wrap {
		padding:40px 0 40px 0;
	}	
}

.main_sec {
	max-width:1280px;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	margin:0 auto;
}
.main_sec .team_img {
	width:62.5%;
	background-position: center center;
	background-size: cover;
	position:relative;
}
.main_sec .team_img:before {
	content:"";
	display:block;
	padding-top: 62.5%;
}
.main_sec .team_profile {
	width:35%;
	padding:30px 0 0 0;
}
.main_sec .team_profile h3 {
	font-size:28px;
	text-align:center;
	line-height:1.4;
}
.main_sec .team_profile h3 span {
	display:block;
	font-size:0.5em;
}
.main_sec .team_profile dl {
	display:flex;
	justify-content: space-between;
	border:1px solid #ebebeb;
}
.main_sec .team_profile dl dt {
	background:#ebebeb;
	width:130px;
	padding:10px;
	box-sizing: border-box;
}
.main_sec .team_profile dl dd {
	width:calc(100% - 130px);
	padding:10px;
	background:#fff;
}
.main_sec .team_profile dl.d2 {
	display:block;
}
.main_sec .team_profile dl.d2 dt {
	width:100%;
}
.main_sec .team_profile dl.d2 dd {
	width:100%;
	min-height:150px;
}
@media screen and (max-width: 1300px){
	.main_sec {
		align-items: flex-start;
	}	
	.main_sec .team_profile {
		width:35%;
		padding:30px 20px 0 0;
	}	
	.main_sec .team_profile dl.d2 dd {
		width:100%;
		min-height:auto;
	}
}
@media screen and (max-width: 900px){
	.main_sec {
		display:block;
	}
	.main_sec .team_img {
		width:100%;
	}
	.main_sec .team_profile {
		width:100%;
		padding:20px 20px 0 20px;
	}	
}
@media screen and (max-width: 767px){
	.main_sec .team_profile h3 {
		font-size:19px;
	}	
}
@media screen and (max-width: 480px){
	.main_sec .team_profile dl {
		display:block;
	}
	.main_sec .team_profile dl dt {
		width:100%;
	}
	.main_sec .team_profile dl dd {
		width:100%;
	}	
}

.team_inner {
	display:flex;
	justify-content: space-between;
}
.team_inner .team_conts {
	width:76.5625%;
}
.team_inner .team_cm {
	width:20.3125%;
}
.team_cm_col {
	width:100%;
}
.team_cm_col li {
	margin:0 0 30px;
}
.team_cm_col li:last-child {
	margin:0 0 0 0;
}
.team_cm_col li a {
	transition: all 0.2s ease-in-out;
}
.team_cm_col li a:hover {
	opacity:0.7;
}

@media screen and (max-width: 1000px){
	.team_cm_col li {
		margin:0 0 20px;
	}
}

.team_conts .t_name {
	font-size:32px;
	line-height:1.4;
}
.team_conts .t_ttl {
	font-size:30px;
	background:#333;
	border:1px solid #333;
	line-height:1.4;
	padding:20px;
	text-align:center;
	position:relative;
	color:#fff;
	background: url("../images/team/ttl_bg.jpg") center center;
}
.team_conts .t_ttl:after {
	content:"";
	position:absolute;
	top:1px;
	left:1px;
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	border:4px solid #fff;
}
.team_conts .t_ttl span {
	position:relative;
	z-index:1;
	letter-spacing:0.1em;
}
.team_conts .t_ttl span label {
	font-size:0.8em;
}
@media screen and (max-width: 767px){
	.team_conts .t_name {
		font-size:20px;
	}
	.team_conts .t_ttl {
		font-size:20px;
	}
	/*.team_conts .t_ttl span label {
		display:block;
		margin:10px 0 0 0;
	}*/
}

.team_conts h5 {
	background:#009e41;
	padding:10px 15px;
	font-size:30px;
	line-height:1.4;
	letter-spacing:0.1em;
	display:flex;
	justify-content: space-between;
	align-items: center;;
	color:#fff;
}
.team_conts h5 span {
	display:block;
	width:calc(100% - 100px);
	text-align:center;
}
.team_conts h5 a {
	display:block;
	width:85px;
}
.team_conts h5 small {
	font-size:0.8em;
}
.team_conts .sch_th {
	display:flex;
	justify-content: space-between;
}
.team_conts .sch_th li {
	background:#333;
	color:#fff;
	font-size:18px;
	line-height:1.4;
	padding:15px 10px;
	text-align:center;
}
.team_conts .sch_th li:nth-child(1) {
	width:16.33%;
}
.team_conts .sch_th li:nth-child(2) {
	width:16.33%;
}
.team_conts .sch_th li:nth-child(3) {
	width:29.6%;
}
.team_conts .sch_th li:nth-child(4) {
	width:34.7%;
}

.team_conts .sch_wra .sch_td {
	margin:0 0 30px;
}
.team_conts .sch_wra .sch_td:last-child {
	margin:0 0 0 0;
}
.team_conts .sch_td li dl {
	display:flex;
	justify-content: space-between;	
}
.team_conts .sch_td li dl dd {
	background:#fff;
	font-size:18px;
	line-height:1.4;
	padding:15px 10px;
	text-align:center;	
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;	
}
.team_conts .sch_td li dl dd:last-child {
	justify-content:start;
	text-align:left;
	Word-break: break-all;
}
.team_conts .sch_td li:nth-child(2n) dl dd {
	background:#e6e6e6;
}
.team_conts .sch_td li dl dd:nth-child(1) {
	width:16.33%;
}
.team_conts .sch_td li dl dd:nth-child(2) {
	width:16.33%;	
}
.team_conts .sch_td li dl dd:nth-child(3) {
	width:29.6%;	
	display:block;
	padding:30px 10px 15px 10px;
}
.team_conts .sch_td li dl dd:nth-child(4) {
	width:34.7%;	
}
.team_sch_btn {
	display:block;
	width:120px;
	margin:0 auto;
	background:#009f42;
	border:1px solid #009f42;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:1.2;
	border-radius: 10px;
	padding:5px;
	transition: all 0.2s ease-in-out;
}
.team_sch_btn:hover {
	background:#fff;
	color:#009f42;
}
.rec_sec {
	background:#fff;
	padding:20px 10px;
}
.rec_sec2 {
	background:#f9f9f9;
}
.team_rec_col_wra {
	padding:10px;
	background:#fff;
}
.team_rec_col {
	display:flex;
	justify-content: space-between;
	max-width:940px;
	margin:0 auto;
	background:#f9f9f9;
}
.team_rec_col li {
	width:33.3333%;
	padding:10px;
	text-align:center;
	position:relative;
	font-size:36px;
	line-height:1.4;
	display:flex;
	justify-content: center;
	align-items: center;
}
.team_rec_col li:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	background:#d0d0d0;
}
.team_rec_col li:last-child:after {
	display:none;
}
.team_rec_col li:first-child {
	font-size:48px;
}
.team_rec_col li:first-child span {
	color:#fe0000;
}
.record_result_wra {
	background:#fff;
	padding:10px;
	margin:0 0 20px;
}
.record_result li {
	float:left;
	margin:0 10px 5px 0;
}
.record_result li:last-child {
	float:right;
	margin:0 0 5px 0;
}
@media screen and (max-width: 600px){
	.record_result li {
		float:none;
		margin:0 0 0 0;
	}
	.record_result li:last-child {
		float:none;
	}
}
.record_table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;	
}
.record_table tr th, .record_table tr td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:10px;
	line-height:1.4;
}
.record_table tr th {
	width:8.09%;
	background:#f9f9f9;
	font-weight: normal;
}
.record_table tr th:first-child {
	width:34.04%;
}
.record_table tr th:last-child {
	width:9.33%;
}
.result_v_txt {
	color:#cc0000;
}
.team_contact_btn {
	display:block;
	display:flex;
	justify-content: center;
	align-items: center;
	background:url(../images/team/contact_bg.jpg) center center repeat;
	padding:25px 10px;
	color:#fff;
	font-size:24px;
	line-height:1;
	transition: all 0.2s ease-in-out;
}
.team_contact_btn:hover {
	opacity:0.7;
}
.team_contact_btn span {
	margin:0 10px 0 0;
}

@media screen and (max-width: 1000px){
	.team_inner {
		display:block;
	}
	.team_inner .team_conts {
		width:100%;
		margin:0 0 30px;
	}
	.team_inner .team_cm {
		width:100%;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	
.team_sch_btn {
	width:100px;
	margin:0;
	font-size:14px;
}
	
	.team_conts h5 {
		font-size:24px;
	}
	.team_conts h5 a {
		/*display: none;*/
	}
	
.team_conts h5 span {
	display:block;
	width:calc(100% - 30px);
	text-align:center;
}
.team_conts h5 a {
	display:block;
	width:20px;
}
	
	.team_conts .sch_th {
		display: none;
	}	
	.team_conts .sch_th li {
		font-size:14px;
	}	
	.team_conts .sch_td li dl {
		display: block;
		width: 100%;
	}
	.team_conts .sch_td li dl dd {
		display: block;
		width: 100%;
		font-size:14px;
		padding: 0;
	}
	.team_conts .sch_td li dl dd.sp_f {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		margin-bottom: 5px;
	}
	.team_conts .sch_td li dl dd.sp_f > div:nth-child(1) {
		background: #d6f5e3;
		padding: 5px 0;
		width: 7.5em;
		text-align: center;
	}
	.team_conts .sch_td li dl dd.sp_f > div:nth-child(2) {
		padding: 5px;
		flex:1;
	}
	
	
	.team_conts .sch_td li dl dd:nth-child(1) {
		width: 100%;
		padding: 10px;
		background: #333333;
		color: #fff;
		display: flex;
		justify-content: space-between;
		margin:0 0 10px;
	}
	.team_conts .sch_td li dl dd:nth-child(1) br {
		display: none;
	}
	.team_conts .sch_td li dl dd:nth-child(2) {
		padding: 5px 5px;
		width: 100%;
	}
	.team_conts .sch_td li dl dd:nth-child(3) {
		padding: 5px 5px;
		width: 100%;
	}
	.team_conts .sch_td li dl dd:nth-child(4) {
		padding: 5px 5px;
		width: 100%;
	}
	.team_conts .sch_td li dl dd div {
		width:100% !important;
	}
	.team_conts .sch_td li dl dd .sch1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
	}
	.team_conts .sch_td li dl dd .sch1 p {
		margin: 0;
	}
	.team_conts .sch_td li dl dd .sch1 p br {
		display: none;
	}
	.team_conts .sch_td li dl dd .sch1 a {
		margin: 0;
		line-height: 1.6;
	}
	
	.team_conts .sch_td li dl dd .sch2 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1px;
	}
	.team_conts .sch_td li dl dd .sch2 .cttl {
		/*display: flex;
		justify-content: center;
		align-items: center;*/
		text-align: center;
		background: #d6f5e3;
		width: 8em;
		padding: 8px;
	}
	.team_conts .sch_td li dl dd .sch2 .ccont {
		background: #fff;
		width: calc(100% - 8em);
		padding: 8px;
		text-align: left;
	}
	.team_conts .sch_td li dl dd .sch2 .ccont p {
		text-align: left;
	}
	
	
	

	.team_sch_btn {
		font-size:14px;
	}
	.team_rec_col li {
		font-size:22px;
	}
	.team_rec_col li:first-child {
		font-size:28px;
	}
	.team_contact_btn {
		font-size:24px;
		padding:20px 10px;
	}
	/*.team_contact_btn i {
		transform: translateY(2px);
	}*/
}

@media screen and (max-width: 700px){
	.sch_wra {
		/*overflow-x: auto;*/
		margin:0 0 30px;
	}
/*	.team_conts .sch_th {
		width:650px;
	}
	.team_conts .sch_td {
		width:650px;
	}*/
	.record_table_wra {
		overflow-x: auto;
	}	
	.record_table {
		width:595px;
	}
}

@media screen and (max-width: 530px){
	.team_conts h5 {
		/*display:block;*/
		letter-spacing: 0;
		font-size:20px;
	}
/*	.team_conts h5 span {
		width:100%;
		margin:0 0 0 0;
	}
	.team_conts h5 a {
		width:100%;
		text-align:center;
	}	*/

	.team_contact_btn {
		/*display:block;*/
		font-size:16px;
		letter-spacing:-0.05em;
	}
	/*.team_contact_btn span {
		display:block;
		text-align:center;
		margin:0 0 10px 0;
	}	*/
	.team_contact_btn i {
		width: 21px;
		/*display:block;
		width:100%;
		text-align:center;*/
	}
}

.pass_form {
	max-width:600px;
	margin:0 auto;
}

.sc_bar {
	padding:20px 80px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	position:relative;
	background:#009f42;
	color:#fff;
	font-size:30px;
	line-height:1.4;
}
.sc_bar span {
	font-size:0.67em;
	margin:0 20px 0 0;
}
.sc_bar a {
	display:block;
	position:absolute;
	top:0;
	width:80px;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:0.67em;		
}
.sc_bar a.prev {
	left:0;
}
.sc_bar a.next {
	right:0;
}

@media screen and (max-width: 767px){
	.sc_bar {
		font-size:24px;
		display:block;
		text-align:center;
		padding:20px 40px;
	}
	.sc_bar span {
		display:block;
		margin:0 0 5px;
	}
	.sc_bar a {
		width:40px;
	}
}
@media screen and (max-width: 480px){
	.sc_bar {
		font-size:18px;
	}	
}

.att_numb {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.att_numb li {
	width:23.47%;
	display:flex;
	justify-content: space-between;
	border:1px solid #999;
	font-size:20px;
}
.att_numb li p {
	width:50%;
	padding:10px;
	text-align:center;
	background:#fff;
}
.att_numb li p:first-child {
	background:#999;
	color:#fff;
}
@media screen and (max-width: 767px){
	.att_numb li {
		width:48.5%;
		margin:0 0 10px;
		font-size:14px;
	}	
}

.att_member {
	width:100%;
}
.att_member li {
	width:100%;
	display:flex;
	justify-content: space-between;
	margin:0 0 10px;
}
.att_member li p {
	background:#fff;
	font-size:18px;
	line-height:1.4;
	padding:10px;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: center;
}
.att_member li p.attend {
	color: #009e41;
	font-weight:bold;
}
.att_member li p.cancel {
	color:#fe0000;
}
.att_member.th li p {
	background:#333;
	color:#fff;
}
.att_member li:nth-child(2n) p {
	background:#e6e6e6;
}
.att_member li p:nth-child(1) {
	width:150px;
}
.att_member li p:nth-child(2) {
	width:120px;
}
.att_member li p:nth-child(3) {
	width:calc(100% - 290px);
}

@media screen and (max-width: 767px){
	.att_member li p {
		font-size:14px;
	}
	.att_member li p:nth-child(1) {
		width:130px;
	}
	.att_member li p:nth-child(2) {
		width:100px;
	}
	.att_member li p:nth-child(3) {
		width:calc(100% - 250px);
	}	
}
@media screen and (max-width: 700px){
	.att_member_wra {
		overflow-x:auto;
	}
	.att_member {
		width:650px;
	}
}

.player_txt {
	font-size:26px;
	line-height:1.4;	
}
.member_col {
	display:flex;
	flex-wrap:wrap;
}
.member_col li {
	width:21.43%;
	margin:0 4.76% 20px 0;
}
.member_col li:nth-child(4n) {
	margin:0 0 20px 0;
}
.member_col li p.pos {
	font-size:26px;
	line-height:1.4;
	margin:0 0 5px;
}
.member_col li p.photo {
		width:100%;
		background-size:cover;
		background-position: center center;
		background-repeat: no-repeat;
		position:relative;
}
.member_col li p.photo:before {
	content:"";
	display:block;
	padding-top: 133.333%;
}
.member_col li dl {
	display:flex;
	justify-content: space-between;
	font-size:18px;
	line-height:1.4;
	color:#fff;
}
.member_col li dl dt {
	width:50px;
	padding:5px;
	background:#33b268;
	text-align:center;
}
.member_col li dl dd {
	width:calc(100% - 50px);
	background:#1b1e25;
	text-align:center;
	padding:5px;
}
@media screen and (max-width: 767px){
	.member_col li p.pos {
		font-size:18px;
	}	
	.player_txt {
		font-size:18px;
	}		
	.member_col li dl {
		font-size:14px;
	}
	.member_col li dl dt {
		width:40px;
	}
	.member_col li dl dd {
		width:calc(100% - 40px);
	}	

}
@media screen and (max-width: 840px){
	.member_col li {
		width:30%;
		margin:0 5% 20px 0;
	}
	.member_col li:nth-child(4n) {
		margin:0 5% 20px 0;
	}	
	.member_col li:nth-child(3n) {
		margin:0 0 20px 0;
	}
}

@media screen and (max-width: 640px){
	.member_col li {
		width:47.5%;
		margin:0 5% 20px 0;
	}
	.member_col li:nth-child(4n) {
		margin:0 5% 20px 0;
	}	
	.member_col li:nth-child(3n) {
		margin:0 5% 20px 0;
	}	
	.member_col li:nth-child(2n) {
		margin:0 0 20px 0;
	}		
}

.link_col {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	font-size:16px;
	line-height:1.4;
}
.link_col dt {
	width:38.78%;
	margin:0 0 20px;
	padding:10px;
	background:#009e41;
	color:#fff;
}
.link_col dd {
	width:60.21%;
	background:#fff;
	padding:10px;
	margin:0 0 20px;
	word-break: break-all;
}
.link_col a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	.link_col {
		display:block;
	}
	.link_col dt {
		width:100%;
		margin:0 0 0;
	}
	.link_col dd {
		width:100%;
		margin:0 0 20px;
	}
}

footer {
	padding:0 0 0 0;
}

.footer {
	display:none;
}

.form dl {
	width:100%;
    border:1px solid #ccc;
    display:flex;
	justify-content: space-between;
}
.form dl dt {
	width:220px;
	padding:10px;
	box-sizing:border-box;
	position:relative;
	background:#eee;
    border-right:1px solid #ccc;
}
.form dl dt.req:after {
	content:"【必須】";
	position:absolute;
	right:2px;
	top:10px;
	color:#ff0000;
}
.form dl dd {
	width:calc(100% - 220px);
	padding:10px;
	box-sizing:border-box;
	background:#fff;
}

@media screen and (max-width: 767px){
	.form dl {
		display:block;
	}
	.form dl dt {
		width:100%;
		border-right:0px;
		border-bottom:1px solid #ccc;
	}
	.form dl dd {
		width:100%;
	}
	.form dl dt.req:after {
		font-size:12px;
	}
}

.form .red {
	color:#ff0000;
}

.form .mult {
	display:flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	margin:0 0 -10px;
}
.form .mult li {
	margin:0 10px 10px 0;
}
.form .mult.dm li {
	border:1px solid #ccc;
	padding:10px;
}
.form input[type="text"], .form input[type="email"], .form input[type="password"] {
	border:1px solid #ccc;
	padding:5px;
	max-width:100%;
    font-size:14px;
}
.form select {
	border:1px solid #ccc;
	padding:5px;
    font-size:14px;
}
.form textarea {
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	width:100%;
	box-sizing:border-box;
}

.form input[type="radio"], .form input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 10px 5px;
	vertical-align: middle;
}
small#error {
	color:#ff0000;
	display:block;
}
.form .btn_col {
	max-width:420px;
	margin:0 auto;
	display:flex;
	justify-content: center;
}
.form .btn_col li:nth-child(2) {
	margin:0 0 0 20px;
}
.form .btn {
	width:200px;
	border:1px solid #00953a;
	background:#00953a;
    color:#fff;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	border-radius: 4px;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    line-height:1.4;
    font-size:14px;
}
.form .btn:hover {
	background:#fff;
    color:#678F8D;
}
.form .back_btn {
    background:#919191;
    border:1px solid #919191;
    color:#fff;
}
.form .back_btn:hover {
    background:#fff;
    color:#919191;
}
.form .colbtn {
    display:block;
    width:120px;
	margin:0 auto;
    padding:10px;
    line-height:1.4;
    text-align:center;
    background:#000;
    border:1px solid #000;
    color:#fff;
    transition: all 0.3s ease-in-out 0s;
    cursor:pointer;
}
.form .colbtn:hover {
    background:#333;
    color:#fff;
}
.form .colbtn_wra {
    max-width:150px;
    margin:0 auto;
}
@media screen and (max-width: 767px){
	.form .btn {
		width:150px;
	}
}