﻿.pc-style .mid{
    width: 1120px;
    margin: 10px auto;
}
.pc-style .agreement{
    background: #ffffff;
    padding:30px;
}
.pc-style .agreement .agreement-title{
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #333333;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    font-weight: bold;
}
.pc-style .agreement .agreement-content {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}
.pc-style .agreement .agreement-content p{
    text-indent: 2em;
    padding:0.5em 0px;
}


.mobile-style .mid{
    margin: 10px auto;
}
.mobile-style .agreement{
    background: #ffffff;
    padding:16px;
}
.mobile-style .agreement .agreement-title{
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 16px;
    color: #333333;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    font-weight: bold;
}
.mobile-style .agreement .agreement-content {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.6;
}
.mobile-style .agreement .agreement-content p{
    text-indent: 2em;
    padding:0.5em 0px;
}