.change-point {
    width: 100%;
}
.change-point-page {
    padding-bottom: 150px;
}
.img_absolute {
    position: absolute;
    bottom: -100px;
    right: 90px;
}
.img_2 {
    background: url(../../img/toppage/bg_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    margin-top: 30px;
}

.cp-title {
    margin-top: 6px;
    position: relative;
}
.cp-title img {
    width: 100%;
}
.cp-title .title-page {
    position: relative;
    width: 100%;
    max-width: 1118px;
    margin: 95px auto 0 auto;
}
.cp-title h1 {
    color: #3e9af0;
    font-family: "sourcesan bold", sans-serif;
    max-width: 1118px;
    margin: auto;
    padding: 0 15px;
}
.hr-color {
    background-color: #3d9aef;
    height: 30px;
}
.list-items {
    display: flex;
    flex-direction: column;
}
.list-items > div {
    display: flex;
}
.cp-content {
    max-width: 1118px;
    margin: auto;
    font-size: 18px;
    padding-top: 45px;
    padding: 45px 30px 0 30px;
}
.table th {
    padding: 40px;
}
.content-title {
    display: flex;
    justify-content: space-between;
}
.content-title .content-left {
    margin-top: 100px;
    color: #6f6f6f;
    margin-right: 80px;
}
.content-title .content-left h2 {
    color: #3d9aef;
    margin-bottom: 25px;
}
.content-right {
    margin-right: 65px;
}
.b-title {
    color: #6f6f6f;
    margin-bottom: 50px;
    padding-top: 115px;
}
.table {
    border: 6px solid #3d9aef;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    color: #6f6f6f;
    margin-bottom: 0;
}
tr:first-child {
    text-align: center;
    color: #3d9aef;
    font-size: 40px;
}
tr:first-child th {
    border-bottom: 6px solid #3d9aef;
    border-top: none;
    font-family: "sourcesan bold", sans-serif;
}
tr:last-child td {
    border-bottom: none;
}

.table td {
    border-right: 2px solid #3d9aef;
    border-bottom: 2px solid #3d9aef;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 25px 25px 90px;
    line-height: 1;
    font-family: "sourcesan bold", sans-serif;
}

.td-content {
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.td-content ul {
    list-style: none;
    color: #6f6f6f;
    line-height: 35px;
    margin-bottom: 0;
}
.td-content.list p {
    font-weight: normal;
    font-size: 18px;
    font-family: "sourcesan regular";
}
.td-content ul + ul li:last-child {
    font-weight: bold;
    font-size: 22px;
}
.td-img {
    width: 240px;
    margin-right: 40px;
}
.table td:first-child {
    background-color: #d6edfe;
    color: #3d9aef;
    padding: 25px 35px;
    vertical-align: middle;
}
.table td:first-child {
    width: 30%;
}
.table td:last-child {
    width: 70%;
}
.table td:last-child {
    padding: 25px 25px 25px 90px;
    width: fit-content;
    color: #6f6f6f;
    background-color: #fff;
    font-size: 26px;
    line-height: 1.3;
}
.table td:last-child {
    border-right: none;
}
.table td p {
    margin-bottom: 0;
}
.table ul {
    padding-left: 0;
}
.table ul + ul {
    padding-left: 25px;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
.content-right img {
    height: 250px;
}
@media screen and (max-width: 1270px) {
    .cp-title h1 {
        padding: 0 30px;
    }
    .cp-content {
        padding: 45px 30px 0 30px;
    }
}
@media screen and (max-width: 1080px) {
    .cp-title h1 {
        padding: 0 20px;
    }
    .cp-content {
        padding: 40px 30px 0 30px;
    }
    .table td:last-child {
        padding-left: 50px;
        font-size: 22px;
    }
    .td-img {
        width: 215px;
        margin-right: 25px;
    }
    .td-content.list p {
        font-size: 22px;
    }
    .table td:first-child {
        width: 28%;
        font-size: 22px;
    }
    .table td:last-child {
        width: 72%;
    }
}
@media screen and (max-width: 1024px) {
    .cp-title img {
        height: 227px;
    }
    .td-content.list p {
        font-size: 18px;
        margin-top: 5px;
    }
    .content-right {
        margin-right: 25px;
    }
    .content-title .content-left {
        margin-right: 20px;
    }
    .cp-content {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .img_absolute {
        position: relative;
        bottom: 0;
        margin-left: 40px;
        width: auto;
        right: unset;
    }
    .cp-title .title-page {
        position: relative;
        width: 100%;
        max-width: unset;
        margin: 0;
        display: flex;
        flex-direction: column;
        bottom: -100px;
    }
    .cp-title img {
        height: 170px;
        width: auto;
    }
    .cp-title .title-page h1 {
        margin-bottom: 20px;
    }
    .content-title {
        flex-direction: column;
    }
    .content-title .content-left {
        margin-top: 70px;
        color: #6f6f6f;
        text-align: center;
        margin-right: 0;
    }
    .content-right {
        margin-right: 0;
        text-align: right;
    }
    .b-title {
        margin-bottom: 30px;
        padding-top: 120px;
        margin-top: -50px;
        padding-left: 10px;
    }
    .table tr {
        display: flex;
        flex-direction: column;
    }
    .table td:first-child,
    .table td:last-child {
        width: 100%;
        text-align: center;
    }
    .table td {
        border-right: none;
    }
    table tr:last-child td:first-child {
        border-bottom-left-radius: 0;
        border-bottom: 2px solid #3d9aef;
    }
    table tr:last-child td:last-child {
        border-bottom-left-radius: 15px;
    }
    .table ul {
        text-align: left;
    }
    .list-items > div {
        flex-direction: column;
    }
    .table ul + ul {
        padding-left: 0;
    }
    .content-title .content-left {
        margin-top: 30px;
    }

    .content-right img {
        height: 200px;
    }
    .table {
        border: 4px solid #3d9aef;
    }
    tr:first-child th {
        border-bottom: 4px solid #3d9aef;
    }
    .table th img {
        height: 50px;
    }
    .table td:last-child {
        padding: 25px;
    }
    .content-left p {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    .cp-title img {
        height: 120px;
    }
    .cp-content {
        font-size: 16px;
    }
    .td-img {
        width: 150px;
        margin-right: 25px;
    }
    .td-img img {
        width: 150px;
    }
    .td-content.list p {
        font-size: 15px;
    }
    .table td:first-child,
    .table td:last-child,
    .td-content ul + ul li:last-child {
        font-size: 18px;
    }
    tr:first-child {
        font-size: 32px;
    }
    .change-point-page {
        padding-bottom: 100px;
    }
    .td-content {
        padding: 10px 0;
    }
    .content-title .content-left h2 {
        margin-bottom: 35px;
    }
    .content-title .content-left {
        margin-top: 20px;
    }
}
@media screen and (max-width: 450px) {
    .img_2 {
        height: 47px;
        margin-top: 5px;
    }
    .cp-title .title-page {
        bottom: -52px;
    }
    .td-img img {
        width: 120px;
    }
    .table td:first-child,
    .table td:last-child,
    .td-content ul + ul li:last-child {
        font-size: 16px;
        line-height: 30px;
    }
    .td-content ul {
        line-height: 30px;
    }
    .td-content.list p {
        font-size: 12px;
    }
    .table td:last-child {
        padding: 15px;
    }
    .td-img {
        width: 120px;
    }
    .table th {
        padding: 25px;
    }
    .table td:first-child {
        padding: 15px 20px;
    }
    .change-point-page {
        padding-bottom: 70px;
    }
    .cp-content {
        padding: 45px 20px 0 20px;
    }
    .content-title {
        padding: 0 10px;
    }
}
