@charset "utf-8";

/* ==================================================================

    trainer.css

=================================================================== */

/* --------------------------------
■mv
-------------------------------- */ 
.secondary .contents .visual{
    background-image: url("../../images/company/visual.jpg");
}

/* --------------------------------
■outline
-------------------------------- */ 
#outline{
    margin: 0 auto;
}

#outline table{
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
}

#outline table a{
    color:#333;
    text-decoration:underline;
}

#outline table tr th,
#outline table tr td{
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
}


.trainerList >section{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.trainerList > section .image{
    display: flex;
    align-items: center;
    width: 400px;
    min-height: 400px;
    flex-shrink: 0;
}
.trainerList > section .image img{
    width: 100%;
    height: auto;
}

.trainerList > section .box{
    padding-right: 70px;
}

.trainerList > section .box p{
    line-height: 1.8;
}

.trainerList > section .box .title._lv2 + *{
    margin-top: 36px;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    

}
