* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  font-family: sans-serif;
}

#smb-page {
  max-width: 100%;
}

a {
  color: #359b76;
  text-decoration: none;
}

p {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.6;
  color: #262626;
}

#smb-page h1 {
  font-size: 60px;
  line-height: 63px;
  margin-bottom: 25px;
}

#smb-page h3 {
  color: #359b76;
  font-size: 34px;
  font-weight: 400;
  margin: 25px 0;
  line-height: 1.3;
}

.smb-page-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.smb-page-left {
  padding: 10px;
  max-width: 740px;
  margin: 0 auto;
  flex: 1;
}

.smb-left-main {
  max-width: 100%;
}

#smb-page .advertisement {
  font-size: 13px;
  color: #262626;
  text-align: center;
}

.smb-autor {
  display: flex;
  margin-bottom: 20px;
}

.smb-autor-img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 30px;
  margin-right: 10px;
}

.smb-autor-content {
  text-align: left;
  border-left: 2px #359b76 solid;
  padding-left: 20px;
}

.smb-autor-name {
  color: #359b76;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.smb-autor-date {
  font-size: 16px;
  font-weight: 700;
}

.smb-main-img {
  max-width: 100%;
  border: 0;
  margin: 0 auto;
  display: block;
}

.smb-special-img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.smb-center-img {
  width: 220px;
}

.smb-click-button {
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 90%;
  display: block;
  background-color: #359b76;
  color: #FFFFFF;
  text-align: center;
  font-weight: 800;
  border-radius: 10px;
  font-size: 20px;
}

.smb-page-right {
  flex: 1;
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

#smb-fixed-flag {
  max-height: 1px;
}

.smb-right-main {
  max-width: 100%;
  display: block;
  padding: 20px;
  border-color: #EDEDED;
  border-width: 1px;
  border-style: solid;
}

.smb-fixed {
  position: fixed;
  top: 10px;
  max-width: 258px;
}

.smb-link {
  border-bottom: 2px solid #359b76;
  margin-bottom: 15px;
}

.smb-border-main {
  padding: 15px;
  border: 2px solid red;
}

.smb-page-right p {
  margin-bottom: 10px;
}

.smb-right-button {
  margin-top: 20px;
  display: block;
  padding: 15px;
  background-color: #359b76;
  color: white;
  font-weight: 800;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
}

.smb-page-footer {
  max-width: 100%;
  background-color: #000;
  padding: 10px;
  margin-top: 25px;
  box-sizing: border-box;
}

.smb-footer-main {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.smb-footer-main p {
  color: #FFFFFF;
  font-size: 15px;
  margin: 5px 0;
}

.smb-footer-main a {
  color: #FFFFFF;
  font-size: 15px;
}

@media (max-width: 768px) {
  #smb-page h1 {
    font-size: 32px;
    line-height: initial;
  }

  .smb-page-main {
    flex-direction: column;
  }
}