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

.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: #87acd8;
}
@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;
}

.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;
}

h4 {
  text-align: center;
  font-size: 1rem;
}

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

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

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

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

.box_step {
  text-align: center;
  width: 80%;
  margin: auto;
}
.box_step li {
  margin: 1rem;
}
.box_step li p {
  background: #e9f0f7;
  border-radius: 20px;
  padding: 1rem;
  margin-top: -1rem;
}
.box_step span {
  background: #87acd8;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  padding: 0 0.3rem;
  margin-right: 0.5rem;
}

.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: 10px;
  border: 3px solid #e9f0f7;
}
@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: #87acd8;
  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;
}

iframe {
  margin-bottom: 50px;
  width: 90%;
  margin-left: 5%;
  height: 500px;
}

.ttl_sub {
  background: #394f81;
  border-radius: 10px;
  line-height: 2.5rem;
  padding: 0px !important;
  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;
  }
}

.box_story {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.btn-green-pop {
  background: #aacd06;
  color: #fff;
  border-radius: 999px;
  font-weight: bold;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 0 #8ea905, 0 8px 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: center;
  width: 90%;
  margin: 3rem auto 2rem;
  font-size: 1.2rem;
}
.btn-green-pop a {
  display: block;
  padding: 1rem 1.8rem;
}

.btn-green-pop:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #8ea905, 0 10px 18px rgba(0, 0, 0, 0.2);
}

.btn-green-pop:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #8ea905;
}/*# sourceMappingURL=spcont.css.map */