@charset "utf-8";

.tmPp {
    padding-top: calc(var(--header-height) + 90px);
    padding-bottom: 120px;
    position: relative;
}

.tmPp__inner {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
    padding: 80px 90px;
    background: #fff;
}

.tmPp__inner::before,
.tmPp__inner::after,
.tmPp__inner > .tmPp__title::before,
.tmPp__inner > .tmPp__title::after {
    z-index: 2;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    pointer-events: none;
}

.tmPp__inner::before {
    top: 10px;
    left: 10px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.tmPp__inner::after {
    top: 10px;
    right: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.tmPp__inner > .tmPp__title::before {
    bottom: 10px;
    left: 10px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
}

.tmPp__inner > .tmPp__title::after {
    bottom: 10px;
    right: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.tmPp__title {
    margin: 0;
    text-align: center;
    font-size: var(--en-font-large);
    line-height: 1.2;
    text-transform: lowercase;
    margin-bottom: 2.5rem;
}

.tmPp__lead {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.9;
    color: #212121;
}

.tmPp h2 {
    margin: 42px 0 12px;
    font-size: var(--ja-font-small);
    line-height: 1.6;
    font-weight: 400;
    color: #121212;
}

.tmPp p,
.tmPp li {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #212121;
}

.tmPp p + p {
    margin-top: 12px;
}

.tmPp ol,
.tmPp ul {
    margin: 8px 0 0;
    padding-left: 1.5em;
}

.tmPp li + li {
    margin-top: 8px;
}

.tmPp a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .tmPp {
        padding-top: calc(var(--header-height) + 30px);
        padding-bottom: 60px;
    }

    .tmPp__inner {
        padding: 36px 22px;
    }

    .tmPp__lead {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.85;
    }

    .tmPp h2 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.5;
    }

    .tmPp p,
    .tmPp li {
        font-size: 15px;
        line-height: 1.85;
    }
}
