/* 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: 5%;
    padding-right: 5%;
    width: auto !important;
  }
}

@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;
  padding: 0 !important;
}
.ttl_003 img {
  width: 100%;
  max-width: 791px;
}

.txt_lead {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #140402;
  margin-top: 2rem;
  font-weight: bold;
}
.txt_lead span {
  color: #bc7200;
}
@media (max-width: 900px) {
  .txt_lead {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
  }
}
.txt_lead .txt_attention {
  color: crimson;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: normal;
}

.ttl_sub {
  background: #ec6e89;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold !important;
  font-size: 1.3rem;
  width: 100%;
  margin: 40px auto 20px;
  border: none !important;
}
@media (max-width: 900px) {
  .ttl_sub {
    margin: 20px auto 10px;
    border-radius: 0;
  }
}

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

.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: 30rem;
  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: 489px;
}

.box_ttllist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box_ttllist ul li {
  background: url(img/bg_item.jpg);
  width: 48%;
  margin: 1rem 1%;
  padding: 2%;
  text-align: center;
  line-height: 1.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .box_ttllist ul li {
    width: 95%;
    margin: 0.5rem auto;
    padding: 3%;
  }
}
.box_ttllist ul li .img_cover {
  width: 35%;
}
.box_ttllist ul li .img_cover img {
  width: 100%;
}
.box_ttllist ul li .box_txt {
  width: 63%;
  text-align: left;
  line-height: 1.3rem;
}
.box_ttllist ul li .box_txt h4 {
  margin-bottom: 0.5rem;
}
.box_ttllist ul li .box_txt h4 a {
  color: #3EB134;
}
.box_ttllist ul li .box_txt .box_info {
  margin-bottom: 0.5rem;
}
.box_ttllist ul li .box_txt .box_story .cat {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #ec6e89;
  background: #fff;
}

dl {
  width: 90%;
  margin: auto;
}
dl dt {
  background: #f0b1a5;
  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: 9rem;
}
dl dd:nth-child(odd) {
  background: #fafafa;
}
dl dt + dd {
  border: none;
}/*# sourceMappingURL=spcont.css.map */