div#answer div.answer-box img[width="1"] {
  width: 1px;
  height: 1px;
}

#search-area ul {
    display: flex;
    flex-wrap: wrap;
}

#search-area ul li {
    display: flex;
    margin-top: 0;
}



#search-area ul li::before {
  display: none;
}

#search-area li label {
    flex: 1;
    display: block;
    height: 36px;
    line-height: 33px;
    padding-left: 12px;
    background: #f2e9ff;
    border: 2px solid #525252;
    border-radius: 0px 3px 3px 0px;
    border-left: 0;
}

#search-area input {
  appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 36px;
  border: 2px solid #525252;
  border-radius: 3px 0px 0px 3px;
  background: #f7f7f7;
}

#search-area input:checked {
  background: #f7f7f7;
}

#search-area input:checked+label {
  background: #b19bcf;
  color: white;
}

#search-area input:checked::before {
    content: "\ea12";
    font-family: icomoon, Lato, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    display: block;
    height: 100%;
    text-align: center;
    line-height: 32px;
    color: #ae8ed8;
}

#search-area input:checked::after {
  display: none;
}

#page .content h2 {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

#search-area h2 img {
  width: 36px;
  margin-right: 10px;
}

h1.heading.heading-primary {
  width: 100%;
  height: 132px;
  background: url(https://sumaho-susume.jp/wp-content/uploads/2021/05/sumaho-osusume-sindan.png) no-repeat;
  text-indent: -9999px;
  background-size: 100%;
}

button#submit {
  width: 90%;
  line-height: 5em;
  font-size: 2.0rem;
  letter-spacing: 2px;
  font-weight: bold;
  background: #b19bcf;
  border-radius: 5px;
  border: none;
  margin: 50px auto 80px;
  display: block;
  color: white;
  box-shadow: inset 0px -10px #957cb7;
  transition: 0.5s;
}

button#submit:hover {
  box-shadow: inset 0px -2px #957cb7;
}

p#descri {
    font-size: 1.5rem;
  text-align: center;
  line-height: 1.8em;
  margin-top: 30px;
  display: block;
}

#answer {
    display: flex;
    flex-wrap: wrap;
}

#answer .answer-box {
    width: 49%;
    margin-top: 48px;
}

#answer > .answer-box:nth-of-type(2n) {
    margin-left: 2%;
}

#answer div.answer-box img {
  height: auto;
  width: 32%;
  border-radius: 5px;
  vertical-align: middle;
}

.title {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}

div#answer .r-box p {
    margin-top: 12px;
    line-height: 1;
}

#answer .r-box .bt {
    line-height: 1.2;
    font-size: 1.6rem;
    margin-top: 12px;
    padding: 12px 16px;
}

#answer .r-box .bt span {
    display: inline-block;
}

.seller a {
    display: inline-block;
    color: #3a86d8;
}

.seller a + a {
    margin-left: 8px;
}

div#picup>br {
  display: none;
}

div#picup {
    display: flex;
    flex-wrap: wrap;
}

div#picup a {
    width: 32%;
    line-height: 1.5;
    text-align: center;
    border: 2px solid #257bd6;
    padding: 12px 0;
    color: #257bd6;
    border-radius: 3px;
}

div#picup a:hover {
  background: #f1f8ff;
}

div#answer .r-box {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  width: 67%;
  margin-top: 0px;
}

div#answer>p {
  line-height: 1.6em;
}

.sns__container {
  display: flex;
  margin-bottom: 1px;
}

.sns__container a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 3rem 0;
  font-size: 2rem;
  letter-spacing: 2px;
}

.sns__container a:hover {
  opacity: 0.6;
}

.sns__twitter {
  background: #55acee;
}

.sns__facebook {
  background: #3b5998;
}

.sns__pocket {
  background: #ef3f56;
}

.sns__line {
  background: #1dcd00;
}

.sns__hatena {
  background: #00a5de;
}

.share-red {
  color: #e53935;
  font-size: 2rem;
  letter-spacing: 8px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 20px 0 15px;
}

@media screen and (min-width:451px) {
  div#picup.ranking {
    margin: 20px 0;
  }

#search-area ul li {
    width: 32%;
    margin-left: 2%;
}

#search-area ul li:nth-of-type(3n + 1) {
    margin-left: 0;
}

#search-area ul li:nth-of-type(n + 4) {
    margin-top: 2%;
}

div#picup > a:nth-of-type(2) {
    margin: 0 2%;
}

div#picup > a:nth-of-type(4) {
    margin-top: 2%;
}

}

@media screen and (max-width:450px) {
    body {
        background: #fff;
    }
    main.l-main {
        padding: 12px 0 0;
        margin-bottom: 0;
    }

    #page .dividerBottom {
        padding: 0 16px 28px;
    }

  h1.heading.heading-primary {
    height: 64px;
    margin-bottom: 12px;
  }

#page #carea h2 {
    margin-top: 0px;
}

  p#descri {
    margin-top: 0;
    font-size: 1.4rem;
  }

  #search-area ul li {
    width: 49%;
  }

#search-area ul li:nth-of-type(2n) {
    margin-left: 2%;
}

#search-area ul li:nth-of-type(n+3) {
    margin-top: 2%;
}

  #search-area li label {
    padding-left: 8px;
    font-size: 1.4rem;
  }

    button#submit {
        font-size: 1.6rem;
        letter-spacing: .8pt;
        width: 100%;
        margin-bottom: 0;
    }

  div#answer {
    border-bottom: 2px solid #aaa;
    display: block;
    padding: 30px 0;
  }

.seller a {
    font-size: 1.5rem;
}

  div#picup a {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    letter-spacing: 4px;
  }

  div#answer .answer-box {
    width: 100%;
  }

  div#answer .answer-box p {
    font-size: 1.4rem;
  }

  div#answer div.answer-box img {
    height: auto;
    width: 40%;
  }

  div#answer .r-box {
    width: 58%;
  }

#answer .r-box .bt{
    text-indent: 0;
}

  div#answer>div:first-of-type {
    margin-top: 0;
  }

  div#picup {
    margin-top: 20px;
  }

  .r-box+p a:first-of-type {
    margin-left: 0;
  }

  div#answer>p {
    margin-bottom: 30px;
  }

  .r-box+p a {
    font-size: 1.2rem;
  }
}