@charset "UTF-8";
.page-title{
    background: url("../../../../common/img/mv-information.png")no-repeat center;
}
/*
================================
================================*/
.top_date {
    text-align: right;
    margin-bottom: 20px;
}
.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: -3.6em;
    margin: 0 0 0 5em;
}
.dd-article ol {
    margin: 1em 0 1em 2em;
}
.dd-imdent01 {
    text-indent: -1.5em;
    margin: 0 0 0 7em;
}


.list-number {
    list-style: auto;
    text-indent: 0em;
}
.list-doted {
    list-style: initial;
    margin: 0 0 0 1.5em;
}

.provisions{
    margin-top: 20px;
    padding-right: 20px;
}

.mg01 {
    margin: 1em 0;
}
.text-bold {
    font-weight: bold;
}


/*
================================
================================*/
.table-outer {
    margin: 0 0 40px;
}
table.table-nomal {
    border-top: solid 4px #1f286f;
    border-image: linear-gradient(to right, #1f286f 0%, #7891f0 100%);
    border-image-slice: 1 0 0 0;
    width: 100%;
}
.table-nomal th, .table-nomal td {
    border: solid 1px #1f286f;
    padding: 3px 5px;
    text-align: center;
    border-collapse: collapse;
    width: 16%;
}
.table-nomal .th-blue.left {
    padding: 20px 30px;
    background: #D2D4E2;
}
.table-nomal th {
    background: #D2D4E2;
    color: #1F286F;
}
.table-nomal td.text-left {
    text-align: left;
}
.box-margin {
    margin: 0 0 40px;
}
/*
================================
================================*/
.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)";
}

/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
.table-outer {
    overflow-x: scroll;
}
.dd-article {
    text-indent: 0;
    margin: 0;
}
.dd-imdent01 {
    text-indent: -1.5em;
    margin: 0 0 0 1.5em;
}
dl {
    font-size: 1.5rem;
}
table.table-nomal {
    width: 530px;
    font-size: 1.4rem;
}
.table-nomal .th-blue.left {
    padding: 20px 10px;
}
.dd-article ol {
    margin: 1em 0 1em 3em;
}
}








