/* 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;
}

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

.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;
}

/* introArea */

.l-content .flex {
    margin: 30px 20px 0 20px;
    display: flex;
}

.l-content .flex .box01 {
    margin-right: 20px;
}

.l-content .flex .point li {
   margin-bottom: 5px;
   font-weight: bold;
   font-size: 16px;
}

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

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

/* contact */