@charset "UTF-8";
.page-title{
    background: url("../../../../../common/img/mv-information.png")no-repeat center;
}
/*
================================
================================*/
.privacy-about {
    margin: 0 0 80px;
}
.inline {
    display: inline-block;
}
.privacy-lead {
    margin: 40px 0;
}
.pr-dl dt {
    color: #3A49AD;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0.5em 0;
}

.dd-article {
    text-indent: -4.6em;
    margin: 0 0 0 6em;
}
.dd-article ol {
    margin: 1em 0 1em 2em;
}
.dd-imdent01 {
    text-indent: -1.5em;
    margin: 0 0 0 8em;
}
.dd-imdent01 ol {
    margin: 0 0 0 25px;
}


.list-doted {
    list-style: initial;
    margin: 0 0 0 1.5em;
}


.mg01 {
    margin: 1em 0;
}
.text-bold {
    font-weight: bold;
}
/*
================================
================================*/
.list-number {
    list-style: none;
    text-indent: -20px;
}
.list-number:before {
    width: 20px;
    display: inline-block;
}
.list-number:nth-child(1):before {
    content: "(1)";
}
.list-number:nth-child(2):before {
    content: "(2)";
}
.list-number:nth-child(3):before {
    content: "(3)";
}
.list-number:nth-child(4):before {
    content: "(4)";
}
.list-number:nth-child(5):before {
    content: "(5)";
}
.list-number:nth-child(6):before {
    content: "(6)";
}
.list-number:nth-child(7):before {
    content: "(7)";
}
.list-number:nth-child(8):before {
    content: "(8)";
}
.list-number:nth-child(9):before {
    content: "(9)";
}
.list-number:nth-child(10):before {
    content: "(10)";
}
.list-number:nth-child(11):before {
    content: "(11)";
}
.list-number:nth-child(12):before {
    content: "(12)";
}
.list-number:nth-child(13):before {
    content: "(13)";
}
.left{
    margin-left: 110px;
}
.occasion{
    font-size: 1.8rem;
}

/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
.dd-article {
    text-indent: 0;
    margin: 0;
}
.dd-imdent01 {
    text-indent: -1.5em;
    margin: 0 0 0 1.5em;
}
dl {
    font-size: 1.4rem;
}
.dd-article ol {
    margin: 1em 0 1em 3em;
}
.left{
    margin-left: 97px;
}
}








