/* CSS Document */
@media (min-width: 900px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .repc {
    display: none;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  html {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .cont_sp {
    padding-left: 4%;
    padding-right: 4%;
  }
  #contents #side .box_tw, #contents #side .box_link {
    padding-left: 4%;
    padding-right: 4%;
  }
  #main section ul.list_l, #main section ul.list_m, #main section ul.list_s {
    padding-left: 4%;
    padding-right: 4%;
  }
  #main section .list_bnr {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.ttl_003 {
  text-align: center;
}
.ttl_003 img {
  width: 100%;
  max-width: 801px;
}

.txt_fair {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #582919;
}
.txt_fair span {
  font-weight: bold;
  color: red;
}

.ttl_sub {
  background: #badcc3;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #582919;
  font-weight: bold !important;
  font-size: 1.3rem;
  width: 100%;
  margin: 40px auto 20px;
  border: none !important;
}

.text {
  font-size: 1.2rem;
  width: 85%;
  margin: auto;
  line-height: 1.7rem;
  text-align: center;
}

.box_text {
  font-size: 1rem;
  width: 90%;
  margin: 2rem auto;
  line-height: 1.7rem;
  background: #ddd;
  border-radius: 10px;
  padding: 0.5rem;
}

.text_l {
  font-size: 1rem;
  width: 80%;
  max-width: 35rem;
  margin: auto;
  line-height: 1.7rem;
}

span.red {
  color: red;
  font-weight: bold;
}

.sample {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sample img {
  width: 90%;
  max-width: 712px;
}

.box_ttllist {
  width: 95%;
  margin: 0 auto 2rem;
}
.box_ttllist.box_01 {
  background: #fdd2b0;
  border-radius: 10px;
}
.box_ttllist.box_01 h4 {
  background: #f3852d;
}
.box_ttllist.box_02 {
  background: #ffdfee;
  border-radius: 10px;
}
.box_ttllist.box_02 h4 {
  background: #d04284;
}
.box_ttllist h4 {
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  border-radius: 10px 10px 0 0;
}
.box_ttllist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box_ttllist ul li {
  background: #fff;
  padding: 0%;
  width: 28%;
  margin: 2rem 2%;
  text-align: center;
  line-height: 1.2rem;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .box_ttllist ul li {
    width: 100%;
    display: flex;
    padding: 1%;
    margin: 1rem 2%;
  }
}
.box_ttllist ul li .img_thum {
  width: 100%;
  padding: 5% 5% 2%;
}
.box_ttllist ul li .img_thum img {
  width: 100%;
}
@media (max-width: 900px) {
  .box_ttllist ul li .img_thum {
    width: 30%;
    padding: 1%;
  }
}
@media (max-width: 900px) {
  .box_ttllist ul li .info {
    width: 70%;
  }
}
.box_ttllist ul li dt {
  background: none;
  padding: 0.2rem;
}
.box_ttllist ul li dt a {
  color: #71a500;
}
@media (max-width: 900px) {
  .box_ttllist ul li dt {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.box_ttllist ul li dd {
  border-top: 1px dashed #ccc;
  background: none;
  padding: 0.5rem;
  margin: 0;
}
.box_ttllist ul li dd:first-of-type {
  font-size: 0.85rem;
  line-height: 1.2rem;
}
@media (max-width: 900px) {
  .box_ttllist ul li dd {
    text-align: left;
  }
}

dl {
  width: 100%;
  margin: auto;
}
dl dt {
  background: #aacd06;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 8px 15px;
}
dl dd {
  border-top: 1px dashed #ccc;
  padding: 12px;
}
dl dd .ttl {
  display: inline-block;
  width: 8rem;
}
dl dd:nth-child(odd) {
  background: #fafafa;
}
dl dt + dd {
  border: none;
}/*# sourceMappingURL=spcont.css.map */