/*===============================================
 *	コンテンツ
===============================================*/
#second-visualcontents{max-width: 530px;}
#second-visualcontents h1 span{max-width: 200px;}
.after-staff p{margin-bottom: 28px;}
.st-icon{padding: 4px  15px 6px;}
.st-icon em{display: block;}
.flow-box li{width: 1048px;background: #fff;border: 6px solid var(--site-primary);border-radius: 6px;padding:40px 30px;margin-bottom: 80px;position: relative;}
.flow-box li:last-child{margin-bottom: 0;}
.flow-box li:not(:last-of-type)::after {content: '';display: block;background: url("../img/icon-bottom_arrow.png") no-repeat;width: 132px;height: 46px;background-size: contain;position: absolute;left: 50%;bottom: -70px;transform: translateX(-50%);z-index: 2;}
.flow-box .s-left{max-width: 455px;}
.flow-box .s-left p{background:#e67519;color: #fff; text-align:center; padding: 5px 0;margin-bottom: 30px;font-size: 22px;font-weight: bold;}
.flow-box .s-right{max-width: 560px;}
.flow-box:first-child .s-right{max-width: 680px;}
.flow-box .s-right img{max-width: 505px;margin: 20px auto 0;}
.flow-box .s-right p{max-width: 673px;letter-spacing: 0px;margin-top: 30px;}
@media only screen and (max-width: 1024px) {
.after-staff p::after{top: 41%;}
.flow-box .s-left {max-width: 375px;}
.flow-box .s-right{max-width:494px;}
}

@media only screen and (max-width: 768px) {
.after-staff p::after{top: 56%;}
.st-point h3{max-width: 70%;}
.flow-box .s-left{max-width:285px;}
.flow-box .s-right{max-width:317px;}
}

@media only screen and (max-width: 568px) {
.after-staff p::after{width: 116px;top:88.5%; right: 31%;}
.flow-box li{border: 3px solid #00a0e9;max-width: 85%;margin-bottom: 60px;width: 100%;padding: 20px;}
.flow-box li:not(:last-of-type)::after {width: 92px;height: 32px;bottom: -50px;}        
.flow-box .s-left{max-width:100%;margin-bottom: 20px;}
.flow-box .s-left p{font-size: 20px;}
.flow-box .s-right p{margin-top: 20px;}
.flow-box li:last-child{margin-bottom: 0;}
}