@charset "UTF-8";
/* CSS Document */
dl {
  background-color: #eff4fa;
  padding: 24px; }

.base dt {
  line-height: 2; }

.price {
  font-size: 1.3em; }

.recommend {
  border: 1px dotted;
  outline: 1px solid;
  outline-offset: 4px;
  margin: 0 auto 40px;
  position: relative;
  width: calc(100% - 2em); }

.free .recommend,
.paid2 .recommend {
  border-color: var(--base-color02);
  outline-color: var(--base-color02); }

.paid1 .recommend {
  border-color: var(--base-color04);
  outline-color: var(--base-color04); }

.recommend h4 {
  position: absolute;
  top: -0.5em;
  left: 1em;
  background-color: #fff;
  font-size: 1.2em;
  padding: 0 1em; }

.recommend li {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-indent: -1em;
  padding: 0 0 0 1em; }

.recommend li:not(:last-child) {
  margin: 0 auto 1em; }

.recommend li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c　";
  color: var(--base-color02); }

.nuigurumi-land .recommend li::before {
  color: var(--base-color04); }

.nuigurumi-land .link a {
  background-color: var(--base-color04); }

.about {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0 auto 50px;
  padding: 24px;
  background-color: #fbffee;
  box-shadow: 0 0 0 8px #dde7bc;
  -webkit-box-shadow: 0 0 0 8px #dde7bc; }

.about h4 {
  color: #678603;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1em; }

.about h4::before,
.about h4::after {
  letter-spacing: .5em;
  color: #dde7bc; }

.about h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f610\f1b0\f201"; }

.about h4::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0c3\f6d3\f200"; }

.about h5 {
  color: #678603;
  display: inline-block;
  font-weight: bold; }

.about ul {
  line-height: 1.5;
  margin: 0 auto 24px; }

@media screen and (max-width: 480px) {
  main {
    border-radius: 0; }

  .summary dl dd:nth-child(2) {
    margin: 0 auto 2em; }

  .link a {
    border-radius: 20px; }

  .base .h-display-none,
  .link .h-display-none {
    display: inline; }

  .recommend {
    margin: 32px auto;
    padding: 1em .5em; }

  .recommend h4 {
    padding: 0 .5em; }

  .recommend li {
    line-height: 1.2;
    text-indent: 0;
    padding: 0 0 1em; }

  .recommend li:not(:last-child) {
    border-bottom: 1px dashed var(--base-color02); }

  .recommend ul li::before {
    content: ""; }

  .link {
    text-align: center; }

  .about {
    padding: 1em; }

  .about h4::before,
  .about h4::after {
    font-size: .8em; }

  .about h4::before {
    vertical-align: super; }

  .about h4::after {
    vertical-align: sub; }

  .about.lab li:last-child p {
    margin: 0 auto; } }

/*# sourceMappingURL=janda.css.map */
