@charset "UTF-8";
/* CSS Document */
/* recruit */
table.recruit {
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
    width: 400px;
    font-size: 13px;
    table-layout: fixed;
    font-family: "Mplus 1p";
    margin-top: 10%;

}
 
table.recruit th {
    width: 100px;
    min-height: 13px;
    padding: 10px 10px 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    border: none;
    white-space: nowrap;
    overflow: visible;
}
 
table.recruit th::after {
    float: right;
    padding: 0;
    right: -15px;
    top: 0;
    content: &quot;───&quot;;
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: none;
}
 
table.recruit td {
    height: 12px;
    margin: 0;
    padding: 10px 10px 10px 60px;
    text-align: left;
    vertical-align: top;
    border: none;
    line-height: 180%;
}
  
@media screen and (max-width: 400px) {
           table.recruit td {
                height: 12px;
                margin: 0;
                padding: 0px;
                text-align: left;
                vertical-align:inherit;
                border: none;
                line-height: 180%;
           　　 }
            }
