/* common ------------ */
/* top ------------ */
/* page ------------ */
/* --------------------------------
introduction
-------------------------------- */
.introduction .l-program
{
    padding: 33px 28px;

    border: 2px solid #f1f1f1;
}

.introduction .program_tit
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.857;
    line-height: 1.6; 

    text-align: justify;
    text-justify: inter-ideograph;

    color: #f1f1f1;

    overflow-wrap: break-word;
}
.cx_smartphoneview .introduction .program_tit
{
    font-size: 32px;
}
.introduction .program_tit + .program_item
{
    margin-top: 18px;
}

.introduction .program_item + .program_item
{
    margin-top: 30px;
}

.introduction .program_item_tit
{
    font-size: 14px;
    font-weight: bold; 
    line-height: 1.857;

    text-align: justify;
    text-justify: inter-ideograph;

    overflow-wrap: break-word;
}
.cx_smartphoneview .introduction .program_item_tit
{
    font-size: 28px;
}

.introduction .program_item_data
{
    font-size: 14px;
    line-height: 2;

    text-align: justify;
    text-justify: inter-ideograph; 

    overflow-wrap: break-word;
}
.cx_smartphoneview .introduction .program_item_data
{
    font-size: 28px;

    word-break: break-all;
}

.introduction_heading
{
    margin-bottom: 61px;
}
