/* common */
.l-content .fs-19 {
    font-size: 19px;
}

.l-content .color_red {
    color: #d00;
}

.l-content .cvBtn>a {
    width: 350px;
    padding: 14px 0 11px;
    font-size: 17px;
}

.l-content .ancArea .ancList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 10px;
}

.l-content .ancArea .ancList>li {
    width: 180px;
}

.l-content .ancArea .ancList>li>a {
    width: 180px;
    font-size: 15px;
    font-weight: bold;
}

/* movie */
.l-content .movie .lead {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}


.l-content .movie .lead .ratio {
    font-size: 27px;
    color: #d00;
}

/* introArea */
.l-content .introArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-content .introArea .challenges {
    border: 1px solid #eee;
    width: 300px;
    padding: 0 0 125px 0;
    background: url(/maker/misumi/mech/special/actuator_portal/ra/beginner/example/img/bg_challenges.png) no-repeat #f5f5f5;
    background-position: right 15px bottom;

}

.l-content .introArea .challengesImg {
    text-align: center;
}

.l-content .introArea .challengesImg .challengesImgTxt {
    padding: 10px 15px;
    margin: 15px auto 0 auto;
    background-color: #fc0;
    border-radius: 30px;
    text-align: center;
    width: 125px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.l-content .introArea .effects {
    border: 1px solid #eee;
    width: 300px;
    padding: 0 0 125px 0;
    background: url(/maker/misumi/mech/special/actuator_portal/ra/beginner/example/img/bg_effects.png) no-repeat #faf8df;
    background-position: right 15px bottom;
}

.l-content .introArea .challenges .challengesTitle,
.l-content .introArea .effects .effectsTitle {
    background-color: #00398c;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
    margin: 0;
}

.l-content .introArea .challenges .challengesFlow,
.l-content .introArea .effects .effectsFlow {
    padding: 20px 20px 0px 25px;
    font-size: 15px;
    font-weight: bold;
}

.l-content .introArea .challenges .challengesFlow li,
.l-content .introArea .effects .effectsFlow li {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    list-style-type: disc;
    list-style-position: inside;
}

.l-content .introArea .effects .effectsFlow li span {
    color: #3e5ca9;
}

.l-content .introArea .challenges .challengesFlow li::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: -24px;
    left: 0;
    background: url(/maker/misumi/mech/special/actuator_portal/ra/beginner/example/img/arrow_flow.png) no-repeat;
    background-position: top left calc(50% - 16px);
}

.l-content .introArea .challenges .challengesFlow li:last-child::after {
    display: none;
}

.l-content .introArea .challenges .challengesImg {
    padding: 0;
}

/* detailArea */
.l-content .summaryArea {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.l-content .detailArea {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.l-content .detailArea .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 450px;
    padding: 15px 0 25px;
    border: 1px solid #ccc;
}

.l-content .detailArea .box .head {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.l-content .detailArea .box .caption {
    width: 380px;
    padding: 12px 0 9px;
    text-align: center;
    height: 39px;
}

.l-content .detailArea .box.before .caption {
    background: #ffeade;
}

.l-content .detailArea .box.before .pic {
    position: relative;
}

.l-content .detailArea .box.before .pic::after {
    position: absolute;
    top: 50%;
    right: -77px;
    border-top: 53px solid transparent;
    border-bottom: 53px solid transparent;
    border-left: 50px solid #00398c;
    transform: translateY(-50%);
    content: "";
}

.l-content .detailArea .box.after .caption {
    background: #e5ebf3;
}

.l-content .detailArea .box dl.detail {
    position: relative;
    width: 380px;
    margin-top: 20px;
}

.l-content .detailArea .box .detail dt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px;
    text-align: center;
    width: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #00398c;
}

.l-content .detailArea .box .detail dd {
    padding-left: 100px;
    box-sizing: border-box;
}

.l-content .detailArea .box .detail dd.detailList {
    list-style-type: circle;
    list-style-position: inside;
}


/* case */
.l-content .case .wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.l-content .case .title {
    border-bottom: 1px solid #00398c;
}

.l-content .case .flex {
    margin: 30px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}

.l-content .case .flex .ttl {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    display: inline-block;
}