/*html define*/
* {
    line-height: 1;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    min-width: 320px;
    height: 100%;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0;
    margin: 0 auto;
    color: #676767;
    font: 15px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f4f4f4;
    overflow-x: hidden;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: none;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.03em;
    text-decoration: none;
}


img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td,
caption {
    vertical-align: top;
    text-align: left
}

sub,
sup,
samp {
    font-size: 10px;
    font-style: normal;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.cl {
    clear: both;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

header {
    padding: 15px;
    background-color: #fff;
}

#agreementMain {
    margin: 10px 10px 50px 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    border-radius: 8px;
}

#agreementMain h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

#agreementMain h3 {
    margin: 10px 0;
    font-size: 18px;
}

#agreementMain p {
    line-height: 24px;
    font-size: 15px;
    margin: 5px 0;
}

#footerDiv {
    margin: 15px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}

#ag_t_con {
    width: 100%;
    overflow-x: scroll;
}

#ag_table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 1000px;
    min-width: 100%;
}

#ag_table,
#ag_table tr th,
#ag_table tr td {
    border: 1px solid #000;
}

#ag_table tr td {
    padding: 4px;
    line-height: 1.2;
}

#agreementMain p.no_indent {
    text-indent: 0;
}

#agreementMain p {
    text-indent: 20px;
}

#agreementMain p.padd {
    padding-left: 30px;
}


.rogh1 {
    display: flex;
    align-items: center;
    font-weight: normal;
}

.rogh1 span {
    text-decoration: none;
    -webkit-touch-callout: none;
    font-size: 20px;
    margin-left: 5px;
    color: #767c8a;
}

.rogh1 b {
    font-weight: normal;
    font-size: 14px;
}
