/* アカデミー TOP ///////////// */
.academy_mission_wrap {
    display: table;
}

.academy_mission_wrap .two_columns_inner {
    display: table-cell;
    width:auto;
    vertical-align: middle;
}

.academy_mission_wrap .two_columns_inner:first-child {
    width:35%;
}

.academy_mission_wrap .two_columns_inner:last-child {
    width:65%;
}

.academy_mission {
    width:calc(100% - 60px);
    /* border:1px solid #6eb92c; */
    padding:0;
    margin:0 0 0 60px;
}
.academy_mission ol {
    list-style-type: decimal;
    font-size: 2.3rem;
    color: #6eb92c;

}
.academy_mission ol li {
    padding:0 0 0 0;
    margin:0 0 3rem 2rem;
    font-weight: bold;
}
.academy_mission ol li:last-child {
    margin:0 0 0 2rem;
}


.btn_full_wrap {
    width:1040px;
    margin:0 auto;
    padding:80px 0;
}

.btn_full {
    width:100%;
    min-height: 450px;
    text-align: center;
    position: relative;
    margin:0 0 20px 0;
}

#coach_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academycoach_img.jpg) no-repeat 0% 50%;
    background-size: cover;
}
#u-18_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/u-18_img.jpg) no-repeat 0% 50%;
    background-size: cover;
}
#u-15_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/u-15_img.jpg) no-repeat 0% 50%;
    background-size: cover;
}
#u-15east_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/u-15east_img.jpg) no-repeat 0% 50%;
    background-size: cover;
}
#u-15west_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/u-15west_img.jpg) no-repeat 0% 50%;
    background-size: cover;
}
#u-15girls_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/u-15girls_img.jpg) no-repeat 0% 50%;
    background-size: cover;
}
#tokutai_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/tokutai_img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#school_btn {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/school_img.jpg) no-repeat 0% 50%;
    background-size: cover;
}


.gra {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    min-height: 450px;
    background:linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.8));
    margin:0 0 20px 0;
}

.btn_full .txtblock {
    position: absolute;
    bottom:50px;
    left:0;
    right:0;
    margin:auto;
}

.btn_full h3 {
    color:#fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 5rem;
    line-height: 120%;
}
.btn_full a {
    display: inline-block;
    margin:10px 0 0 0;
    font-size: 1.4rem;
    padding:10px;
    border:1px solid #fff;
    text-decoration: none;
    color: #fff;
}


.slogan_wrap {
    margin: 0 0 50px 0;
}

.slogan_wrap .two_columns_inner {
    width:calc(50% - 40px);
}
.slogan_wrap .two_columns_inner:first-child {
    margin:0 40px 0 0 ;
}
.slogan_wrap .two_columns_inner:last-child {
    margin:0 0 0 40px ;
}

.slogan {
margin:20px 0;
}

.slogan ul li {
    display: table;
    border:1px solid #6eb92c;
    width:100%;
    margin:0 0 5px 0;
    min-height:11rem;
}

.slogan ul li .initial,
.slogan ul li .initial_w,
.slogan ul li .text {
    display: table-cell;
    vertical-align: middle;
}

.slogan ul li .initial,
.slogan ul li .initial_w {
    width:11rem;
    min-height:6rem;
    background-color: #6eb92c;
    color: #fff;
    text-align: center;
    font-size:6rem;
    line-height: 100%;
    font-weight: bold;
}

.slogan ul li .initial_w {
    background-color: #fff;
    color: #6eb92c;
    border-right:1px solid #6eb92c;
}

.slogan ul li .text {
    padding:0 0 0 20px;
}

.slogan ul li .text p {
    margin:0;
    padding:0;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: bold;
}
.slogan ul li .text p.en {
    color: #6eb92c;
    font-size: 2rem;
}



.sub_banner_wrap {
    margin:0px 0 100px;
}
a.sub_banner {
    display: block;
    width:750px;
    height:400px;
    min-height: 400px;
    font-size:1.4rem;
    margin:30px auto ;
    position: relative;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
}
a.sub_banner span {
    background:#fff;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding:25px;
    text-align: center;
    font-size:1.6rem;
    line-height: 150%;
    margin:auto;
}
a.sub_banner strong  {
    font-size: 1.5rem;
    display: block;
    margin:0 0 3px 0;
}
.academyfrom {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academyfrom_img2.jpg) no-repeat 0% calc(50% - 20px);
    background-size:100%;
}
.abarenbo {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/abarenbo_img.jpg) no-repeat 50% calc(50% - 20px);
    background-size:650px;
}
.junkai {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/junkai_img.jpg) no-repeat 50% 0%;
    background-size:100%;
}


/* ///////////// アカデミー TOP */



/* コーチングスタッフ/////*/

.academycostaff2020 {
	width:100%;
	overflow:hidden;
	padding:30px 0;
	margin:0 auto;
	}
    .academycostaff2020 div {
	width:calc(50% - 32px);
	float:left;
	border:1px solid #ccc;
	overflow:hidden;
	position:relative;
	margin:5px;
    padding:10px;
	}
	.academycostaff2019 div dd.st {
	float:left;
	}
	.academycostaff2020 div dd.st {
	float:left;
	}
	.academycostaff2020 div dt {
	width:80px;
	height:100px;
	display:block;
	}

    .academycostaff2020 div dd,
	.academycostaff2020 div dd.st {
	width:calc(100% - 10px - 80px);
	padding:5px 0 0 10px;
	font-size:1.2rem;
	line-height:14px;
	}
	.academycostaff2020 div h5.h5_2020 {
	position:absolute;
	top:30px;
	left:100px;
	font-size:1.6rem;
	line-height:16px;
	}
	.academycostaff2020 div h5 span.span2020  {
	font-size:1.2rem;
	display:inline-block;
	line-height:1.4rem;
	font-family: open-sans-condensed, sans-serif;
	margin:0 0 0 10px;
	}
	.academycostaff2020 div h5 span.license  {
	font-size:1.125rem;
	display:block;
	line-height:13px;
    font-weight: normal;
    margin:8px 0 0 0;
	}

#ac2020_1 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) 0px 0px no-repeat; background-size:560px 700px;}
#ac2020_2 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -80px 0px no-repeat; background-size:560px 700px;}
#ac2020_3 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -160px 0px no-repeat; background-size:560px 700px;}
#ac2020_4 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -240px 0px no-repeat; background-size:560px 700px;}
#ac2020_5 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -320px 0px no-repeat; background-size:560px 700px;}
#ac2020_6 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -400px 0px no-repeat; background-size:560px 700px;}
#ac2020_7 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -480px 0px no-repeat; background-size:560px 700px;}
#ac2020_8 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) 0px -100px no-repeat; background-size:560px 700px;}
#ac2020_9 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -80px -100px no-repeat; background-size:560px 700px;}
#ac2020_10 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -160px -100px no-repeat; background-size:560px 700px;}
#ac2020_11 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -240px -100px no-repeat; background-size:560px 700px;}
#ac2020_12 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -320px -100px no-repeat; background-size:560px 700px;}
#ac2020_13 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -400px -100px no-repeat; background-size:560px 700px;}
#ac2020_14 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -480px -100px no-repeat; background-size:560px 700px;}
#ac2020_15 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) 0px -200px no-repeat; background-size:560px 700px;}
#ac2020_16 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -80px -200px no-repeat; background-size:560px 700px;}
#ac2020_17 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -160px -200px no-repeat; background-size:560px 700px;}
#ac2020_18 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -240px -200px no-repeat; background-size:560px 700px;}
#ac2020_19 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -320px -200px no-repeat; background-size:560px 700px;}
#ac2020_20 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -400px -200px no-repeat; background-size:560px 700px;}
#ac2020_21 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -480px -200px no-repeat; background-size:560px 700px;}
#ac2020_22 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) 0px -300px no-repeat; background-size:560px 700px;}
#ac2020_23 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -80px -300px no-repeat; background-size:560px 700px;}
#ac2020_24 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -160px -300px no-repeat; background-size:560px 700px;}
#ac2020_25 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -240px -300px no-repeat; background-size:560px 700px;}
#ac2020_26 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -320px -300px no-repeat; background-size:560px 700px;}
#ac2020_27 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -400px -300px no-repeat; background-size:560px 700px;}
#ac2020_28 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -480px -300px no-repeat; background-size:560px 700px;}
#ac2020_29 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) 0px -400px no-repeat; background-size:560px 700px;}
#ac2020_30 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -80px -400px no-repeat; background-size:560px 700px;}
#ac2020_31 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -160px -400px no-repeat; background-size:560px 700px;}
#ac2020_32 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -240px -400px no-repeat; background-size:560px 700px;}
#ac2020_33 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -320px -400px no-repeat; background-size:560px 700px;}
#ac2020_34 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -400px -400px no-repeat; background-size:560px 700px;}
#ac2020_36 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -480px -400px no-repeat; background-size:560px 700px;}
#ac2020_37 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) 0px -500px no-repeat; background-size:560px 700px;}
#ac2020_38 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -80px -500px no-repeat; background-size:560px 700px;}
#ac2020_39 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -160px -500px no-repeat; background-size:560px 700px;}
#ac2020_40 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -240px -500px no-repeat; background-size:560px 700px;}
#ac2020_41 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -320px -500px no-repeat; background-size:560px 700px;}
#ac2020_42 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -400px -500px no-repeat; background-size:560px 700px;}
#ac2020_43 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -480px -500px no-repeat; background-size:560px 700px;}
#ac2020_44 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) 0px -600px no-repeat; background-size:560px 700px;}
#ac2020_45 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -80px -600px no-repeat; background-size:560px 700px;}
#ac2020_46 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -160px -600px no-repeat; background-size:560px 700px;}
#ac2020_47 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -240px -600px no-repeat; background-size:560px 700px;}
#ac2020_48 {background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academy_coach2020.jpg) -320px -600px no-repeat; background-size:560px 700px;}

/*///// コーチングスタッフ*/


/* アカデミー出身 /////*/

.academyfrom_wrap {
    display: flex;
    flex-wrap: wrap;
    margin:30px 0 0 0;
}
.academyfrom_box {
    width:calc(50% - 2px - 50px);
    border:1px solid #ccc;
    padding:20px;
    margin:5px;
}
.academyfrom_box a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.academyfrom_box a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.academyfrom_box h4 {
    font-size: 1.8rem;
}
.academyfrom_box h4 span {
    display: block;
    font-size: 1.4rem;
}
.academyfrom_box p {
    display: block;
    font-size: 1.4rem;
}
.academyfrom_box img {
    width:150px;
    float: left;
    margin:0 10px 0 0;
}

.academyfrom_list {
    margin:40px 0 0 0;
}

/* ///// アカデミー出身*/


/* 暴れん坊基金 ///// */

#abarenbokikin p {
    margin:20px 0;
}

#abarenbokikin h4 {
    margin:50px 0 0 0;
}

#abarenbokikin .abarenbo_member {
		overflow: hidden;
		margin:20px 0 30px;
	}
	#abarenbokikin .abarenbo_member h4 {
		font-size:1.6rem;
		color:#fff;
		padding:14px;
		margin:30px 0 15px 0;
	}
	#abarenbokikin .abarenbo_member p {
		float:left;
        margin:0;
	}
	#abarenbokikin .abarenbo_member img {
		float:right;
	}
	#abarenbokikin .abarenbo_member table {
		margin:30px 0 0 0;
	}

/* ///// 暴れん坊基金 */  



@media screen and (max-width: 767px) {


}

/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */

@media screen and (max-width: 640px) {


/* アカデミー TOP ///////////// */
.academy_mission_wrap {
    display: block;
}

.academy_mission_wrap .two_columns_inner {
    display: block;
}

.academy_mission_wrap .two_columns_inner:first-child {
    width:100%;
}

.academy_mission_wrap .two_columns_inner:last-child {
    width:100%;
}

.academy_mission_wrap .two_columns_inner .img_100 {
    width:80%;
    margin:0 auto 20px;
}

.academy_mission {
    width:calc(100% - 20px);
    /* border:1px solid #6eb92c; */
    padding:0 10px;
    margin:0 0 0 0;
}
.academy_mission ol {
    list-style-type: decimal;
    font-size: 1.6rem;
    color: #6eb92c;

}
.academy_mission ol li {
    padding:0 0 0 0;
    margin:0 0 1rem 2rem;
    font-weight: bold;
}
.academy_mission ol li:last-child {
    margin:0 0 0 2rem;
}

.btn_full_wrap {
    width:100%;
    margin:10px auto 0;
    padding:30px 0 30px;
}

.btn_full {
    width:100%;
    min-height: 250px;
    text-align: center;
    position: relative;
    margin:0 0 5px 0;
}

.gra {
    min-height: 250px;
}


.btn_full .txtblock {
    position: absolute;
    bottom:35px;
    left:0;
    right:0;
    margin:auto;
}

.btn_full h3 {
    font-size: 3.5rem;
}
.btn_full a {
    margin:10px 0 0 0;
    font-size: 1.3rem;
    padding:8px;
}


.slogan_wrap {
    margin: 0 auto 20px;
    width:98%;
}

.slogan_wrap .two_columns_inner {
    width:100%;
}
.slogan_wrap .two_columns_inner:first-child {
    margin:0 0 0 0 ;
}
.slogan_wrap .two_columns_inner:last-child {
    margin:0 0 0 0 ;
}

.slogan {
margin:10px 0;
}

.slogan ul li {
    display: table;
    border:1px solid #6eb92c;
    width:100%;
    margin:0 0 5px 0;
    min-height:11rem;
}

.slogan ul li .initial,
.slogan ul li .initial_w,
.slogan ul li .text {
    display: table-cell;
    vertical-align: middle;
}

.slogan ul li .initial,
.slogan ul li .initial_w {
    width:11rem;
    min-height:6rem;
    background-color: #6eb92c;
    color: #fff;
    text-align: center;
    font-size:6rem;
    line-height: 100%;
    font-weight: bold;
}

.slogan ul li .initial_w {
    background-color: #fff;
    color: #6eb92c;
    border-right:1px solid #6eb92c;
}

.slogan ul li .text {
    padding:0 0 0 10px;
}

.slogan ul li .text p {
    margin:0;
    padding:0;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: bold;
}
.slogan ul li .text p.en {
    color: #6eb92c;
    font-size: 2rem;
}


.sub_banner_wrap {
    margin:0px 0 50px;
}
a.sub_banner {
    display: block;
    width:90%;
    height:180px;
    min-height: 180px;
    font-size:1.4rem;
    margin:0 auto 15px;
}
a.sub_banner span {
    background:#fff;
    width:calc(100% - 20px);
    position: absolute;
    bottom:0;
    padding:10px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 150%;
}
a.sub_banner strong
  {
    font-size: 1.5rem;
    display: block;
    margin:0 0 3px 0;
}

.academyfrom {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/academyfrom_img2.jpg) no-repeat 50% 100%;
    background-size:cover;
}
.abarenbo {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/abarenbo_img.jpg) no-repeat 50% 50%;
    background-size:cover;
}
.junkai {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images/academy/junkai_img.jpg) no-repeat 50% 100%;
    background-size:cover;
}

/* ///////////// アカデミー TOP */



/* コーチングスタッフ/////*/

.academycostaff2020 {
	width:95%;
	overflow:hidden;
	padding:30px 0;
	margin:0 auto;
	}
    .academycostaff2020 div {
	width:calc(100% - 20px - 2px);
	float:none;
	border:1px solid #ccc;
	overflow:hidden;
	position:relative;
	margin:0;
    margin-bottom:5px;
    padding:10px;
	}
	.academycostaff2019 div dd.st {
	float:left;
	}
	.academycostaff2020 div dd.st {
	float:left;
	}
	.academycostaff2020 div dt {
	width:80px;
	height:100px;
	display:block;
	}

    .academycostaff2020 div dd,
	.academycostaff2020 div dd.st {
	width:auto;
	padding:5px 0 0 10px;
	font-size:1.2rem;
	line-height:14px;
	}
	.academycostaff2020 div h5.h5_2020 {
	position:absolute;
	top:30px;
	left:100px;
	font-size:1.6rem;
	line-height:16px;
	}
	.academycostaff2020 div h5 span.span2020  {
	font-size:1.2rem;
	display:inline-block;
	line-height:1.4rem;
	font-family: open-sans-condensed, sans-serif;
	margin:0 0 0 10px;
	}
	.academycostaff2020 div h5 span.license  {
	font-size:1.125rem;
	display:block;
	line-height:13px;
    font-weight: normal;
    margin:8px 0 0 0;
	}
    
/*///// コーチングスタッフ*/





/* アカデミー出身 /////*/

.academyfrom_wrap {
    display: block;
    flex-wrap: wrap;
    margin:0px auto 40px;
    width:95%;

}
.academyfrom_box {
    width:calc(100% - 2px - 40px);
    border:1px solid #ccc;
    padding:15px;
    margin:5px;
    overflow: hidden;
    background-color: #fff;
}
.academyfrom_box a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.academyfrom_box a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.academyfrom_box h4 {
    font-size: 1.8rem;
}
.academyfrom_box h4 span {
    display: block;
    font-size: 1.4rem;
}
.academyfrom_box p {
    display: block;
    font-size: 1.4rem;
}
.academyfrom_box img {
    width:120px;
    float: left;
    margin:0 10px 0 0;
}

.academyfrom_list {
    margin:40px auto;
    width:95%;
}

/* ///// アカデミー出身*/



/* 暴れん坊基金 ///// */

#abarenbokikin p {
    margin:20px 0;
}

#abarenbokikin h4 {
    margin:50px 0 0 0;
}

#abarenbokikin .abarenbo_member {
		overflow: hidden;
		margin:0px auto 30px;
        width:95%;
	}
	#abarenbokikin .abarenbo_member h4 {
		font-size:1.4rem;
		color:#fff;
		padding:10px;
		margin:30px 0 15px 0;
	}
	#abarenbokikin .abarenbo_member p {
		float:left;
        margin:0;
	}
	#abarenbokikin .abarenbo_member img {
		float:right;
	}
    #abarenbokikin .list-0 {
        width: 95%;
        margin:0 auto;
    }
      #abarenbokikin .list-0 table {
        width: 100%;
      }

/* ///// 暴れん坊基金 */  


}