html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Montserrat', sans-serif; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

@media (min-width: 834px) {
  body {
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    height: 100vh; } }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

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

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

* {
  box-sizing: border-box; }

.d-fl {
  display: flex; }

.fd-c {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.jc-se {
  justify-content: space-evenly; }

.jc-sb {
  justify-content: space-between; }

.jc-c {
  justify-content: center; }

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.ai-s {
  align-items: stretch; }

.content {
  background-color: #ffffff;
  min-height: 785px;
  text-align: center;
  border-radius: 10px;
  margin: 20px 10px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 31px 22px; }
  @media (min-width: 834px) {
    .content {
      max-width: 650px;
      margin: 40px auto;
      min-height: unset;
      height: calc(100vh - 80px);
      max-height: 785px;
      min-width: 580px; } }
  .content h3 {
    font-size: 15px;
    color: #484848;
    padding: 0 60px;
    line-height: 24px; }

.z-title {
  font-size: 24px;
  line-height: 40px;
  color: #654483;
  font-weight: 700; }

.text {
  font-size: 12px;
  line-height: 20px;
  color: rgba(62, 62, 62, 0.5);
  font-weight: 700; }
  @media (min-width: 834px) {
    .text {
      max-width: 450px; } }

.mail-link {
  font-size: 12px;
  line-height: 20px;
  color: #654483;
  font-weight: 700;
  padding: 0 30px; }

.restriction-wrap {
  flex: 1 1 90%;
  margin-top: 45px; }

.restriction-section {
  flex: 1 1 calc(100% / 3); }
