@charset "utf-8";
/* CSS Document */

.page-privacy {
    color: #031343;
    background: #F3F5FB;
}

.sectionSet .inner {
    max-width: 890px;
    padding-top: 10px;
}

.sectionSet.last .inner {
    padding-bottom: 0;
}

.sectionSet .sectionTitle {
    margin: 0 0 1em;
    font-size: 22px;
    font-weight: 800;
    line-height: 2.2em;
    border-bottom: 1px solid #013D7B;
}

.sectionSet .text {
    margin: 4em 0;
    font-size: 15px;
}

.sectionSet .text .stitle {
    margin: 0;
    padding: 0;
    font0size: 15px;
    font-weight: 700;
}

.sectionSet .text .right {
    margin-top: 1em;
    text-align: right;
}

.page-privacy .bold {
    font-weight: 700;
}

.page-privacy .indent1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-indent: -0.5em;
    padding-left: 0.5em;
}

.page-privacy .indent1wrap {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 1em;
}

.page-privacy .footer {
    background: transparent;
}

/*20260219 追記*/
.page-privacy #section02 {
    padding-top: 4em;
}

/*20260306 追記*/
.text_link a {
    color: #013D7B;
    transition: .25s;
    position: relative;
    padding-right: 15px;
}

.text_link a:hover {
    color: #F5AA00;
}

.text_link a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #013D7B;
    border-left: 2px solid #013D7B;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 8px;
}

.text_link a:hover::after {
    border-top: 2px solid #F5AA00;
    border-left: 2px solid #F5AA00;
}
