@charset "UTF-8";

/*******************************

苦情解決窓口 Css

*******************************/


/*-----------------------------
苦情解決窓口
-----------------------------*/
p.name {
    text-align: right;
    margin-bottom: 65px;
}
p.txt {
    margin-bottom: 65px;
}

.comp {
    margin-bottom: 40px;
    text-align: left;
    display: table;
    width: 100%;
    line-height: 1.5;
}
.comp>dt {
    display: table-cell;
    width: 25%;
    padding-right: 5%;
}
.comp>dd {
    display: table-cell;
}

.comp .comp2 {
    margin-bottom: 40px;
}

.comp .comp2 ul>li {
    list-style-type: disc;
    margin-left: 35px;
}
.comp ol {
    margin-top: 40px;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
p.name,p.txt  {
    margin-bottom: 40px;
}

.comp,.comp>dt,.comp>dd{display: block;}
.comp>dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
}
}
