@charset "utf-8";
/* 日常生活で行う８つのこと */
.Page h2 {
  background: transparent;
  text-align: left;
  margin: 10px 0;
  padding: 10px 0;
  color: #333;
}
.Page h2 span {
  display: inline-block;
  background: #265280;
  color: #fff;
  padding: 10px;
  font-weight: 400;
  margin: 0 10px 0 0;
}
.Page h2 small {
  font-size: 80%;
}
.Page p strong {
  color: #265280;
  font-weight: 500;
}
.Page .contentsTop p {
  padding: 0 0 40px;
}
.Page .indexList {
  padding: 20px;
  background: #eff3f4;
  border: 1px solid #c3d0d8;
}
.contentsTop .contentsDetail {
  background: transparent;
}
.contentsDetail {
  background: #fff;
  padding: 20px 30px;
}
.Page .leftBox img {
  max-width: 500px;
}
.Page .rightBox {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.voiceBox {
  background: #eff3f4;
  border: 1px solid #c3d0d8;
  border-radius: 10px;
  padding: 30px 60px;
  margin: 20px 10px;
}
.voiceBox h3 {
  border-bottom: 2px solid #265280;
  position: relative;
  text-indent: 40px;
}
.voiceBox h3::before {
  content: '';
  width: 46px;
  height: 46px;
  background-image: url(/wp-content/themes/2024renewal/img/icon_voice.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  left: -9px;
}
.voiceBox ul {}
.voiceBox ul li {
  list-style-type: disc;
  color: #265280;
  font-weight: 500;
  padding: 0;
}
.voiceBox ul li h4 {
  display: inline-block;
  color: #265280;
  font-weight: 500;
  padding: 0;
}
.voiceBox ul li p {
  padding: 0 22px 20px;
}
.pointBox {
  background: #f9f4f2;
  border: 1px solid #265280;
  margin: 15px;
}
.pointBox ul {
  padding: 20px;
}
.pointBox ul li {
  list-style-type: disc;
  color: #265280;
  font-weight: 500;
  padding: 5px;
}
.ruleBox {}
.ruleBox ul {
  display: flex;
  justify-content: center;
  background: #f9f4f2;
  padding: 0;
  margin: 20px;
}
.ruleBox ul li {
  width: calc(100% / 4);
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #265280;
  border-right: none;
  text-align: center;
}
.ruleBox ul li:last-child {
  border-right: 1px solid #265280;
}
.ruleBox ul li h3 {
  text-align: center;
  border-bottom: none;
}
.ruleBox ul li img {
  margin: 20px 0 0;
}
.Page .ruleBox ul li p {
  padding: 30px;
}

.Page .bnrBox ul {
    flex-wrap: wrap;
}
.Page .bnrBox ul li {
    width: calc( 100% / 3 - 20px );
    margin: 10px 10px 30px;
}

/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
  .Page .detailBox {
    flex-direction: column;
  }
  .Page .detailBox img {
    max-width: 100%;
  }
  }
  
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
.Page h3 {
    padding-left: inherit;
    text-indent: inherit;
}
.voiceBox {
    padding: 0 15px;
    margin: 20px 10px;
}
.voiceBox h3 {
    text-indent: 25px;
}
.Page h2 span {
    display: block;
    margin: 0 0 10px 0;
}
.ruleBox ul {
    flex-wrap: wrap;
    border: 1px solid #265280;
    border-bottom: none;
}
.ruleBox ul li {
    width: calc(100% / 1);
    border: none;
    border-bottom: 1px solid #265280;
}
.ruleBox ul li:last-child {
  border-right: none;
}

.Page .bnrBox ul li {
    width: calc( 100% / 2 - 20px );
    margin: 10px 10px 30px;
}
}
