/* 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: 818px;
}

.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: red;
}
@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: url(img/bg_ttl.jpg) center center;
  background-size: 100% auto;
  border-radius: 30px;
  padding: 20px !important;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  font-weight: bold !important;
  font-size: 1.3rem;
  width: 100%;
  margin: 40px auto 20px;
  border: none !important;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  .ttl_sub {
    margin: 20px auto 10px;
    border-radius: 0;
    background: url(img/bg_ttl.jpg) center center;
    background-size: auto 100%;
  }
}

.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;
  text-align: center;
}

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

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

.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;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .box_ttllist ul li {
    width: 95%;
    margin: 0.5rem auto;
    padding: 3%;
  }
}
.box_ttllist ul li h5 {
  padding: 0 0.5rem 0.7rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
}
.box_ttllist ul li .box_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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;
  font-size: 1.1rem;
}
.box_ttllist ul li .box_txt .box_info {
  margin-bottom: 0.5rem;
}
.box_ttllist ul li .box_txt .box_story {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  background: #fff;
  padding: 0.5rem;
}

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