@charset "utf-8";

/* CSS Document */

.oldPeople>table {
    background-size: auto 100% !important;
}

.oldPeople .index ul h1 {
    font-size: 45px;
    line-height: 50px;
    margin: 48px 0;
}

.oldPeople .explain-bg {
    height: auto !important;
    background-size: 100% 100%;
    padding-bottom: 45px;
}

.oldPeople .index ul li a {
    font-size: 38px;
}

.oldPeople .explain-bg table tbody tr:nth-of-type(3) td ul {
    font-size: 0;
    padding-bottom: 20px;
}

.oldPeople .explain-bg table tbody tr:nth-of-type(3) td ul li {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
}

.oldPeople .explain-bg table tbody tr:nth-of-type(3) td ul li:nth-of-type(3n) {
    margin-right: 0;
}

.oldPeople .explain-bg table tbody tr:nth-of-type(3) td ul li a {
    white-space: nowrap;
}

.oldPeople .explain-bg table tbody tr:nth-of-type(5) td ul {
    padding-bottom: 20px;
}

.oldPeople .explain-bg table tbody tr:nth-of-type(5) td ul li {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
}

.oldPeople .explain-bg table tbody tr:nth-of-type(5) td ul li:nth-of-type(2n) {
    margin-right: 0;
}

.oldPeople .explain-title {
    font-size: 45px;
    line-height: 50px;
    margin: 48px 0;
    vertical-align: top;
    margin-left: 15px;
}

.oldPeople .explain-con {
    font-size: 32px;
    line-height: 60px;
}