@charset "utf-8";
/* CSS Document */
html,
body {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
address {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}
div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
table,
caption,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}
hr {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
form,
fieldset,
select,
optgroup,
option,
textarea,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: inherit;
    font-size: 100%;
}
table {
    font-size: 90%;
    line-height: 150%;
    color: #552817;
    width: 498px;
    margin-right: 20px;
    margin-left: 20px;
}
.center {
    text-align: center;
}
#contentsRight .contentsBox th {
    text-align: right;
    font-weight: bold;
    background-color: #ece8dd;
    vertical-align: top;
    width: 140px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e4decf;
    border-right: 5px solid #644a2f;
}
table th span {
    font-weight: normal;
    font-size: 80%;
    display: block;
    color: #669900;
    line-height: 80%;
}
table td {
    padding-left: 1em;
}
.contentsBox p.textRed {
    color: #ff3333;
    font-weight: bold;
}

.section__body table th {
    position: relative;
    vertical-align: middle !important;
}

.section__body table th span {
    background: #ff4545;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 0 7px;
    display: inline-block;
    padding: 5px 6px;
}

.section__body table td {
    padding: 5px 10px;
}

.section__body table input[type="text"],
.section__body textarea {
    border: 1px solid #888;
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 1.4;
}

.button_box {
    text-align: center;
    padding: 25px 0 10px;
}

.button_box input {
    background: #f2f2f2;
    border: 1px solid #555;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 30px;
    transition: 0.2s;
}

.button_box input:hover {
    background: #fff;
}
