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

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

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

.smb-text-center {
  text-align: center;
}

a {
  color: #045be8;
  font-weight: 700;
}

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

.gray-box {
  background: #ececec;
  padding: 10px 10px 3px 10px;
}

.dialogue {
  background: #ecffc6;
  font-size: 24px;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
  padding: 18px 25px;
  margin: 0px;
}

.dialogue::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}


#smb-page h1 {
  color: #17191c;
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;
  margin: 0;
  padding: 0  0 35px;
}

#smb-page h3 {
  color: #359b76;
  font-size: 30px;
  line-height: 36px;
  margin: 30px 0;
  font-weight: 700;
}

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

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

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

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

.smb-autor {
  display: flex; display: -webkit-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;
}
.ex-img {
  width: 561px;
}

.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;
  text-decoration: none;
}

.smb-page-right {
  flex: 1; -webkit-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;
  position: sticky;
  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-center-bold {
  text-align: center;
  font-weight: 700;
}
.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: 3px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.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;
  text-decoration: none;
}

.smb-button-bottom {
  bottom: 0;
  width: 100%;
  top: inherit;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 15px 15px;
  position: fixed;
  z-index: 10;
  text-align: center;
  display: none;
  box-sizing: border-box;
}

.smb-mb-block {
  display: none;
}
#smb-page .advertisement {
    font-size: 13px;
    color: #262626;
    text-align: center;
    margin-bottom: 5px;
}
.mobile-l{display:none;}
@media (max-width: 650px) {
	.mobile-l{display:block; max-width:300px;margin:10px auto;}
	.desktop-l{display:none;}
	.blue-box .left {
    max-width: 264px;
    display: block;
    padding-right: 0;
    margin: 0 auto;
}
.blue-box .right {
    max-width: 100% !important;
}
.review .reviewbottom p {
    width: 100% !important;
    margin-right: 0 !important;
}
.review .reviewbottom {
    padding-bottom: 30px;
}
.blue-box .left img{margin-bottom:0 !important}
}
.blue-box{    display: block;
    padding: 6px 16px;text-align:center;
    background: #EDF9FF;
    border: 4px dashed #337AB7;}
.blue-box .left{max-width: 264px;
    display: inline-block;padding-right: 10px;}
	
.blue-box .right{max-width: calc(100% - 280px);
    display: inline-block;}
.review {
    border-bottom: 0.3px solid #000000;
    margin-bottom: 20px;
}

                            .review .reviewtop{}
							.review .reviewtop img.rr{display:inline-block;vertical-align:middle;width:48px !important;margin-right:10px;}
							.review .reviewtop span{    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #262626;display:inline-block;vertical-align:middle;margin-right:10px;}
							.review .reviewtop img{display:inline-block;vertical-align:middle;margin-right:10px;width:100px}
							.review .reviewbottom{display:block;margin-top:20px;}
							.review .reviewbottom p{display: inline-block;
    width: calc(100% - 140px);
    vertical-align: top;
    margin-right: 10px;}
							.review .reviewbottom img{display:inline-block;width:120px;vertical-align:top;margin-bottom:20px}

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

  .smb-page-main {
    flex-direction: column;  -webkit-flex-direction: column;
  }
  .ex-img {
    width: 100%;
  }
  .stickybtn_fixed {
    display: block;
  }
}
@media (max-width:1025px){
	.review .reviewbottom img {
    max-width: 500px;width:100%;
}
.smb-fixed {
    position: static;
	position: -webkit-static;
  
}
}