@charset "UTF-8";

/*-----coach_imgs-----*/
#coach_imgs+section::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: linear-gradient(135deg, #0093E9 0%, #5bd3c6 100%);
	background: -webkit-linear-gradient(-45deg, #0093E9 0%, #5bd3c6 100%);
}
#coach_imgs+section .inner_item:nth-of-type(2){
	padding-left: 5%;
}
#coach_imgs+section .heading+.add_text {
	margin-top: -10px;
	margin-bottom: 50px;
}
#coach_imgs+section a+.inner_item_txt{
	margin-top: 0;
}
#coach_imgs+section .inner_item .heading {
	border-bottom: 2px dotted #fff;
}
a#coach_imgs+section .heading p {
    -webkit-text-fill-color: #fff;
}
@media screen and (min-width: 1101px){
	#coach_imgs+section .inner_item:nth-of-type(1){
		width: 20%;
	}
	#coach_imgs+section .inner_item .heading {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 700px){
	#coach_imgs+section{
		padding-bottom: 100px;
	}
	#coach_imgs+section .inner_item{
		width: 100%;
	}
	#coach_imgs+section .inner_item:nth-of-type(2) {
		padding-left: 0;
		margin-left: 0!important;
	}
}

#c2_imgs + [class*="dec2_"].composite_box01 .contents_btn01 {
    margin-top: 10px;
}