@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:&subset=latin-ext&display=swap');

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

body {
    background: #eaedf1;
    margin: 0 auto;
    font-family: 'Roboto', Arial, sans-serif !important;
    color: #000;
    font-weight: 400 !important;
    line-height: normal !important;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

.alink {
    text-decoration: underline !important;
    color: #cc792f !important;
}

#root {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

#main {
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(195, 199, 205, 0.85);
    -moz-box-shadow: 0px 0px 20px 0px rgba(195, 199, 205, 0.85);
    box-shadow: 0px 0px 20px 0px rgba(195, 199, 205, 0.85);
}

#box6 .content {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 15px;
}

.tklfBtn {
    display: table;
    outline: none;
    color: #fff;
    background: #14b9d5;
    border: none;
    border-bottom: solid 2px #11a2ba;
    padding: 10px 30px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease-out 0s;
}

.tklfBtn:hover {
    background: #17c5e3;
    cursor: pointer;
}

.tklfBtn:active {
    background: #13b2cc;
    border-top: solid 2px #119eb5;
    border-bottom: none;
}

.Btnblue {
    outline: none;
    color: #fff;
    background: #14b9d5;
    border: none;
    border-bottom: solid 2px #11a2ba;
    padding: 5px 20px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease-out 0s;
}

.Btnblue:hover {
    background: #17c5e3;
    cursor: pointer;
}

.Btnblue:active {
    background: #13b2cc;
    border-top: solid 2px #119eb5;
    border-bottom: none;
}

.Btngren {
    outline: none;
    color: #fff;
    background: #ff7925;
    border: none;
    border-bottom: solid 2px #e65900;
    padding: 5px 20px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease-out 0s;
}

.Btngren:hover {
    background: #ff8234;
    cursor: pointer;
}

.Btngren:active {
    background: #ff7925;
    border-top: solid 2px #f55f00;
    border-bottom: none;
}

.mdlorngBtn {
    width: 100%;
    outline: none;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    background: #f59138;
    border: none;
    border-bottom: solid 2px #cc792f;
    padding: 7px 0;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease-out 0s;
}

.mdlorngBtn:hover {
    background: #f59a4a;
    cursor: pointer;
}

.mdlorngBtn:active {
    background: #cc792f;
    border-top: solid 2px #ad6728;
    border-bottom: none;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}