.box {
  cursor: pointer;
  display: inline-block;
  width: 33.0%;
  margin: 0 auto
}

.box1,
.box2,
.box3 {
  border-radius: 3px;
  -webkkit-border-radius: 3px;
  -moz-border-radius: 3px
}

.box2 {
  margin: 0 4px
}

.box1:hover {
  background-color: #2C4278 !important
}

.box2:hover {
  background-color: #0086BD !important
}

.box3:hover {
  background-color: #C9371F !important
}

.text {
  padding: 6px 0;
  color: #fff;
  font-weight: 700
}

#share-container,
.text {
  text-align: center
}

#share-container {
  white-space: nowrap;
  margin: 0 0 -30px
}

.exclusive {
  color: #686868;
  margin: -10px 0 5px;
  font-weight: 400;
  font-size: 14px
}

ul {
  margin-bottom: 26px;
}

@media (max-width: 640px) {
  .exclusive {
    font-size: 13px
  }
}

.by {
  padding: 0;
  font-size: 13px;
  line-height: 1.4em;
  color: #777;
  margin: 0 auto 10px
}

.btnn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 9px 10px;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 6px 0 20px;
  color: #fff;
  cursor: pointer;
  display: block
}

.btnn:visited {
  color: #fff
}

@media (min-width: 346px) {
  .btnn {
    font-size: 19px
  }
}

@media (min-width: 374px) {
  .btnn {
    font-size: 26px
  }
}

.btnn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0 1px 0 0;
  -webkit-box-shadow: 0 1px 0 0;
  -moz-box-shadow: 0 1px 0 0
}

.red {
  background-color: #0f8618;
  box-shadow: 0 5px 0 0 #216f00;
  -webkit-box-shadow: 0 5px 0 0 #216f00;
  -moz-box-shadow: 0 5px 0 0 #216f00
}

.red:hover {
  background-color: #0F9718;
  text-decoration: none;
  color: #fff
}

blockquote {
  padding: 0 0 60px;
  border: none;
  color: #757575;
  font-weight: 300;
  position: relative;
  background: url(../images/quote.png) left bottom no-repeat;
  margin-bottom: 20px
}

blockquote p {
  font-size: 18px
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: .5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019"
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em
}

blockquote p {
  display: inline
}

.attention {
  font-size: 19px;
  margin: 20px 0;
  background-color: #fef5c4;
  border: 1px solid #fadf98;
  padding: 13px;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

@media (max-width: 480px) {

  .attention {
    font-size: 16px;
    margin: 10px 0
  }
}

li {
  margin: 13px
}

ul {
  padding-left: 20px
}

.section-content {
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  border-left: 1px solid rgba(232, 232, 232, 1);
  padding: 10px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 16px 32px;
}

.site-copyright {
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 14px;
  color: #555;
}

.site-copyright p {
  margin: 0;
}
