@charset "UTF-8";
.page-title{
    background: url("../../../../common/img/mv-information.png")no-repeat center;
}
/*
================================
================================*/
.privacy-about {
    margin: 0 0 30px;
}
.inline {
    display: inline-block;
}
.text-right {
    text-align: right;
}
.name-flex {
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 80px;
    max-width: 800px;
}
.ul-indent ul{
    margin-left: 2em;
    margin-bottom: 2em;
}
/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
.name-flex {
    display: block;
}
}








