.videoSection {
	padding: 24px 40px;
}

.sectionFlow__leverless-inner {
	display: flex;
	justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: auto;
	padding: 0 10px;
}

.sectionFlow__leverless-right {
    width: 100%;
	margin: 0;
	max-width: 680px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}


.sectionFlow__leverless-left-text01 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sectionFlow__leverless-left-ttl {
    margin-bottom: 40px;
	text-align: left;
}

.sectionFlow__leverless-left-ttl span {
    color: #149f93;
    font-weight: 800;
    line-height: 1.6;
    background-color: #fff;
    padding: 0 5px;
}

.sectionFlow__leverless-left-ttl .left-ttl_sub-span {
	font-size: 1.5rem;
	
	
}

.sectionFlow__leverless-left-ttl .left-ttl_main-span {
	font-size: 3rem;
}



.sectionFlow__leverless-left-text02 {
    line-height: 1.3;
}

.sectionFlow__leverless-speechWrap {
    display: flex;
    align-items: flex-start;
    margin-top: 38px;
}

.sectionFlow__leverless-speech-img {
    max-width: 107px;
}

.sectionFlow__leverless-speech-img img {
    width: 100%;
    height: auto;
}



.sectionFlow__leverless-speech-text {
    padding: 15px 25px 20px;
    background-color: #f8d111;
    position: relative;
    flex: 1;
    margin-left: 25px;
    border-radius: 10px;
}


.sectionFlow__leverless-speech-text:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #f8d111;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 45px;
    left: -20px;
}



.sectionFlow__leverless-speech-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}




.sectionFlow__leverless-right video {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}


.sp-none {
	display: block;
}

@media screen and (max-width: 600px){
	.sectionFlow__leverless-left-ttl {
	text-align: center;
}

	.videoSection {
	padding: 15px 0 30px;
}
	.sectionFlow__leverless-inner {
	display: block;
	}
.sectionFlow__leverless-left-ttl span {
    margin-bottom: 20px;
    
}
	.sp-none {
		display: none;
	}

	.sectionFlow__leverless-left-ttl {
		margin-bottom:16px; 
	}
	
	.sectionFlow__leverless-left-ttl .left-ttl_sub-span {
	font-size: 1rem;
	
}
	.sectionFlow__leverless-left-ttl .left-ttl_main-span {
	font-size: 1rem;
}

}

/*---- 20230531_読み込み速度検証_mp4→YouTube ----*/
.youtube20230531 {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube20230531 iframe {
    width: 100%;
    height: 100%;

}



















