.content_main {
  position: relative;
}
.content-1 {
  max-width: 1300px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 640px) {
  .content-1 {
    margin-top: 60px;
  }
}
.content-1 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.content-1 li {
  width: 50%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 140%;
  text-align: center;
  padding: 20px 15px;
}
@media screen and (min-width: 640px) {
  .content-1 li {
    width: 25%;
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .content-1 li {
    font-size: 1.1em;
    padding: 30px;
  }
}
.content-1 li:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px auto;
  background-image: url('images/icon-check.svg');
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.content-1 a {
  display: block;
  line-height: 140%;
  text-decoration: none;
  border: none;
}
.hide-checkboxlist {
  display: block;
}
.hide-checkboxlist .content-1 {
  display: none;
}
html.home .hide-checkboxlist .content-1 {
  display: block;
}
.content-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 120%;
  border-radius: 50%;
  border: 3px solid #996533;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 1400px) {
  .content-2 {
    width: 160px;
    height: 160px;
    font-size: 0.9em;
    border-width: 5px;
    top: 40px;
    right: 40px;
  }
}
.content-2 b {
  display: block;
  width: 100%;
  font-weight: 900;
  line-height: 100%;
}
.content-2 b:first-child {
  color: #996533;
  font-size: 2.4em;
}
@media screen and (min-width: 640px) {
  .content-2 b:first-child {
    font-size: 3.2em;
  }
}
.content-2 b:last-child {
  font-size: 1.3em;
  margin: 5px 0;
}
@media screen and (min-width: 640px) {
  .content-2 b:last-child {
    font-size: 1.5em;
  }
}
.content-3,
.content-4 {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 640px) {
  .content-3,
  .content-4 {
    padding: 40px 50px;
  }
}
.content-3:first-child,
.content-4:first-child {
  position: relative;
  padding-top: 15px;
}
@media screen and (min-width: 640px) {
  .content-3:first-child,
  .content-4:first-child {
    padding-top: 40px;
  }
}
.content-3:last-child,
.content-4:last-child {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .content-3:last-child,
  .content-4:last-child {
    padding-bottom: 15px;
  }
}
.content-3 h1,
.content-4 h1,
.content-3 h2,
.content-4 h2,
.content-3 h3,
.content-4 h3,
.content-3 h4,
.content-4 h4,
.content-3 h5,
.content-4 h5,
.content-3 h6,
.content-4 h6 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.content-4 {
  padding: 30px 0;
  background: #F5F0EB;
}
@media screen and (min-width: 640px) {
  .content-4 {
    padding: 40px 50px;
  }
}
.content-4:first-child {
  position: relative;
}
@media screen and (min-width: 640px) {
  .content-4:first-child {
    margin-top: 50px;
  }
}
.content-4:last-child {
  position: relative;
}
@media screen and (min-width: 640px) {
  .content-4:last-child {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .content-4:last-child {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.content-5 {
  position: relative;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 160%;
  padding: 15px;
  border: 5px solid #F4BD56;
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .content-5 {
    font-weight: 500;
    font-size: 1.15em;
    padding: 20px 25px;
    margin-bottom: 40px;
  }
}
.content-5:empty {
  display: none;
}
.title {
  max-width: 800px;
  margin: 0 auto;
}
.title:first-child {
  position: relative;
  padding-top: 15px;
}
@media screen and (min-width: 640px) {
  .title:first-child {
    padding-top: 50px;
  }
}
.title h1 {
  margin-top: 0;
}
.title-1,
.content-6 {
  max-width: 1240px;
  margin: 0 auto;
}
.content-7 > .content {
  background: #FFE77D;
  padding: 10px;
  margin: 15px 0 30px;
}
.content-7 .content_main {
  margin-bottom: 0;
}
.content-7:empty,
.content-7:blank {
  display: none;
}
.content-7 + .shop-cart .cart-share {
  margin-top: 0;
}
html:not(.cmsedit) .content.is-empty {
  display: none;
}
