@charset "UTF-8";
.body-wrap {
	margin-bottom: 0;
}
.body-wrap .inner{
	max-width: 840px;
}
.body-wrap section{
	margin-bottom:100px;
}
h2 {
	margin-bottom: 30px;
	padding-bottom: 5px;
  border-bottom: 2px solid #E73273;
	display: flex;
	align-items: flex-end;
}
h2 span {
	margin-left:20px;
	font-size: 1.4rem;
}

#introduction div{
    display: flex;
	align-items: center;
	justify-content: space-between;
}
#introduction p{
	font-size:1.4rem;
	line-height: 2;
}
#introduction .img{
	margin-right:100px;
}

#team_profile dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
#team_profile dt>span, #team_profile dd>span {
	display: block;
	color:#E73273;
	font-size:1.2rem;
	font-family: "Antonio", sans-serif;
	margin-top:10px;
}
#team_profile dt{
	width:130px;
	border-bottom: 1px solid #E3E3E3;
	margin-right:20px;
	font-size:1.4rem;
	padding-bottom:20px;
	padding-left:10px;
	font-weight: bold;
}
#team_profile dt span{
	font-weight: normal;
	font-family: "Antonio", sans-serif;
}
#team_profile dd{
	border-bottom: 1px solid #E3E3E3;
	width: 690px;
	padding-bottom:20px;
	padding-left:10px;
	line-height: 1.7;
}
#team_profile dd p{
	font-size:1.2rem;
}
#team_profile dd a.btn_contact {
	margin: 50px auto 0 0;
}
#team_profile dd a.btn_schedule {
	margin: 30px auto 30px 0;
	background: #000;
}
#team_profile dd a.btn_schedule span {
	color: #fff;
}
#team_profile .Practice_Observation p{
	margin-bottom: 20px;
	line-height: 2;
}
.team_color div{
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.team_color div .color_pink{
	color:#E73273;
}
.team_color div .color_black{
	color:#000000;
}
.team_color div p{
	display: flex;
	align-items: center;
	font-size:1.6rem!important;
	font-family: "Antonio", sans-serif;
}
.color_pink{
	margin-right:20px;
}
.color_pink::before{
	content:"";
	display: inline-block;
	width: 30px;
	height:30px;
	border-radius: 50%;
	background: #E73273;
	margin-right:10px;
}
.color_black::before{
	content:"";
	display: inline-block;
	width: 30px;
	height:30px;
	border-radius: 50%;
	background: #000000;
	margin-right:10px;
}
.team_profile_flex{
	display: flex;
	align-items: center;
}
#team_profile .img{
	width:230px;
	text-align: center;
}
#team_profile dd .team_profile_flex p{
	font-size:1.6rem;
}
.team_profile_flex .img{
	flex-shrink:0;
}
.uniform_flex{
	display: flex;
}
.uniform_flex span{
	margin-right:40px;
}
#official_partner{
	background:#F0F0F0;
	margin-bottom:0;
}

#official_partner ul{
	list-style: none;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between
}
#official_partner li{
	width:33%;
}
#official_partner ul::after{
	content:"";
	width:33%;
}
#official_partner .official_partner_inner{
	width:840px;
	margin:0 auto;
	padding:120px 0;
}

#total_results{
	height:538px;
	background-image: url(../img/team/total_results_bg_pc.png);
	background-size: cover;
	background-position: center;
	margin-bottom:0;
	display:flex;
	align-items:center;
}
#total_results h2{
	color:#fff;
	border-bottom: 2px solid #fff;
}
#total_results p{
	color:#fff;
}
#total_results .total_results_inner{
	width:840px;
	margin:0 auto;
	padding:50px 0;
}
#total_results .total_results_inner .btn{
	margin:60px auto 0;
}

@media screen and (max-width: 1080px) {
	.inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.8rem;
	}
	h2 span {
		font-size: 1.3rem;
		margin-left: 8px;
	}
	h3 {
		font-size: 1.8rem;
	}
	section{
		margin-bottom:50px;
	}
.body-wrap section{
	margin-bottom:50px;
}
	.inner{
		width:100%;
	}
	#introduction div{
		display: block;
	}
	#introduction p{
		margin-bottom:20px;
		width:100%;
	}
	#introduction .img{
		margin: 0 0 40px;
		text-align: center;
	}

	#team_profile dl {
		margin-bottom: 20px;
	}
	#team_profile dt{
		width:20%;
		padding-bottom:10px;
		padding-left:0;
	}
	#team_profile dd{
		width:75%;
		padding-bottom:10px;
		padding-left:0;
	}
	#team_profile dd span{
		font-weight:normal;
	}
	#team_profile dd p{
		font-weight:normal;
	}
	#team_profile dl span{
		margin-top: 5px;
		font-size:1.1rem;
	}
	#team_profile .address{
		border-bottom:1px solid #E3E3E3;
	}
	#team_profile .address dt,#team_profile .address dd{
		border-bottom:none;
	}
	#team_profile .Practice_Observation{
		display: block;
	}
	#team_profile .Practice_Observation dt{
		width:100%;
		border-bottom: none;
	}
	#team_profile .Practice_Observation dd{
		width:100%;
	}
	#team_profile .Practice_Observation span{
		display: inline;
		margin-left:10px;
	}
	#team_profile dd a.btn_contact {
		margin: 40px auto 0;
	}
	#team_profile dd a.btn_schedule {
		margin: 10px auto 20px;
	}
	#team_profile .team_profile_group01 dd{
		font-weight:bold;
	} 
	#team_profile .team_profile_group02{
		display:block;
		border-bottom:1px solid #E3E3E3;
		margin-bottom:35px;
	}
	#team_profile .team_profile_group02 dt span{
			display: inline;
			margin-left:10px;
	}
	#team_profile .team_profile_group02 dt,#team_profile .team_profile_group02 dd{
		width:100%;
		border-bottom:none;
	}
	#team_profile .team_profile_group02 dt{
		padding-bottom:20px;
	}
	#team_profile .team_profile_group02 dd{
		padding-bottom:40px;
		line-height: 2.0;
	}
	#team_profile .team_profile_group02 dd .img{
		width: 100%;
		text-align:center;
		margin-bottom:20px;
	}
	.team_color div{
		justify-content:center;
		margin-bottom:30px;
	}
	.team_profile_flex{
		display:block;
	}
	#team_profile dd .team_profile_flex p{
		font-size:1.3rem;
	}
	#team_profile dd .uniform_flex  {
		display: block;
	}
	#team_profile dd .uniform_flex span{
		margin-right:0;
		display:flex;
		justify-content: center;
	}
	#team_profile dd .uniform_flex span:nth-child(1){
		margin-bottom:40px;
	}
	#official_partner .official_partner_inner{
		padding:50px 30px;
		width:100%;
	}
	#official_partner li{
		width:48%;
		margin-bottom:10px;
	}
	#total_results{
		height:460px;
		background-image: url(../img/team/total_results_bg_sp.png);
		background-size:cover;
	}
	#total_results .total_results_inner{
		padding:50px 30px;
		width:100%;
	}
}



/*--/team/result--*/
h2 {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
a.btn_back {
    margin: 0 auto 50px;
}
.scroll-table{
    margin-top: 20px;
	margin-bottom:80px;
}
.scroll-table table {
    table-layout: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
table {
    border-left: solid 1px #e73273;
    border-top: solid 1px #e73273;
    border-collapse: collapse;
    background: none;
    width: 100%;
    table-layout: fixed;
    position: relative;
}
table th {
    background: #e73273;
    border-right: solid 1px #e73273;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    padding: 0.8rem;
    box-sizing: border-box;
}
table td {
    border-right: solid 1px #e73273;
    border-bottom: solid 1px #e73273;
    padding: 0.8rem;
    box-sizing: border-box;
}
#Team table th.type2 {
    background: #005eb8;
}