.ip-page-wrapper {
    width: 100%;
    background: #ffffff;
}


.ip-header {
    padding: 60px 80px 32px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.ip-title {
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 12px;
    line-height: 1.1;
}

.ip-title-1 {
    font-size: 39px;
    font-family: 'DelaGothicOne', sans-serif;
    color: #1a1a1a;
    font-weight: 700;
}

.ip-title-2 {
    font-size: 39px;
    font-family: 'DelaGothicOne', sans-serif;
    color: #4A9FD8;
    font-weight: 700;
}


.ip-content {
    width: 100%;
}

.ip-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 8px;
    text-align: justify;
}

.ip-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

.ip-content h2,
.ip-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 0 4px;
}

.ip-content a {
    color: #333333;
    text-decoration: none;
}
.ip-content a:hover {
    color: #4A9FD8;
}

@media (max-width: 768px) {
    .ip-header {
        padding: 40px 20px 24px;
    }
    .ip-title-1,
    .ip-title-2 {
        font-size: 26px;
    }
    .ip-content {
        padding: 16px 20px 60px;
    }
}

@media (max-width: 480px) {
    .ip-header {
        padding: 32px 16px 20px;
    }
    .ip-title-1,
    .ip-title-2 {
        font-size: 22px;
		display: block;
    }
    .ip-content {
        padding: 16px 16px 48px;
    }
}