.title-header {
    background-image: url(/contact/images/title.png);
}

.title-insurance {
    padding: 25px 0 12px;
    margin: 0 0 10px;
    font-weight: 700;
    border-bottom: 5px solid #ff6900;
}

.title-insurance h2 {
    font-size: 23px;
    font-family: 'Noto Sans JP', sans-serif;
}

/*---------------Privacy---------------*/
.privacy {
    background: #FFF;
    /* padding: 40px; */
}

.privacy strong {
    font-size: 25px;
    font-weight: bold;
    color: #ff6900;
}

.privacy p {
    padding: 15px 0;
    /* border-bottom: 1px solid #CCC; */
    margin: 0 0 20px;
}

.privacy span {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    border-bottom: 3px solid #d7d7d7;
    padding: 0px 5px;
    margin: 0 0 10px;
    line-height: 1.5;
}

.privacy ol{
    padding-left: 29px;
    list-style: none;
    line-height: 1.5;
}

.privacy ol li{
    position: relative;
    list-style-type: none;
}

.privacy ol li:nth-child(n + 2){
    margin-top: 6px;
}

.privacy ol li::before{
    content: "(" counter(list-item)")";
    position: absolute;
    right: calc(100% + 0.5rem);
}
/* .wrapper.privacy.privacy--last{
    padding-bottom: 50px;
} */

/*---------------Responsive---------------*/
main {
    margin: 0 0 0;
}

@media (max-width:480px) {
    .privacy span {
        font-size: 18px;
    }

}