@charset "UTF-8";

.contents {
  margin-top:-60px;
  padding-top:60px;
}
.lower__accodion__block {
  /*margin-bottom: 5rem;*/
  }
  .lower__accodion__ttl {
  
    background-color: #fff4e6;
    border-radius: 12px!important;
    width: 100%!important;
    font-weight: bold!important;
    color: #7f3c2f!important;
    padding: 18px 30px 14px 30px!important;
    display: block!important;
    font-size: 1.4em!important;
    margin: 60px auto 24px auto!important;
    line-height: 1!important;
    border-bottom:0;
  }
  

  

  .lower__accodion__ttl.is--open {
  /*margin-bottom: 0;*/
  }
  .lower__accodion__ttl:before {
    content: ' ';
    display: inline-block;
    width: 0rem;
    height: 0rem;
    margin-right: 0rem;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
  }
  .lower__accodion__ttl > span {
    width: calc(100% - 2.3rem);
  }
  .lower__accodion__ttl:after {
    content: ' ';
    display: inline-block;
    width: 1.9rem;
    height: 1.2rem;
    background-image: url(/css/images/arrow2_ico.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all .4s cubic-bezier(.78, .07, 0, 1) .2s;
  }
  .lower__accodion__ttl.is--open:after {
    transform: translateY(-50%);
  }
  .lower__accodion__panel {
    position: relative;
    padding-left: 0rem;
    padding-bottom: 5rem;
    display: none;
    line-height: 1.75;
  }
  .lower__accodion__panel:before {
    content: ' ';
    display: inline-block;
    width: 0rem;
    height: 0rem;
    background-image: none;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 1.8rem;
  }
  .lower__list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .lower__list__item {
    list-style: none;
    width: 100%;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1em;
  }
  .lower__list__item:last-child {
    margin-bottom: 0;
  }
  .lower__accodion__panel section:first-child .catch-ud {

    margin: 0px auto 0px auto;
}

.report-box {
  background-color: rgb(199 178 153 / 10%);
  border-radius: 12px;
  padding: 24px;
}
.report-box h5 {
font-size: 2.4rem;
    margin: 12px 0;
  }

  .report-box .r-box {
    display:flex;
    justify-content: space-around;
    padding:0 5%;
  }

  .report-box .r-box img {
    width:40%;
  }

  .report-box dl {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    align-items: flex-start;
    color: #7f3c2f;
    width: 85%;
    align-content: center;
    background-color:#ffffff;
    border-radius:24px;
    padding:1em;
}


.report-box dt {
    padding: 0.5em;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
}
.report-box dd::before {
  content: '…';
}

.report-box dd {
    padding: 0.5em;
    margin: 0px;
    display: flex;

    justify-content: center;
    width: 25%;
}
.pc-block {display:block;}
.sp-block {display:none;}
@media only screen and (max-width: 768px) {
  .report-box .r-box {
    display:block;
    padding:0%;
  }

  .report-box .r-box img {
    width:80%;
    margin:0 auto;
  }

  .report-box dl {

    width: 100%;

}
.pc-block {display:none;}
.sp-block {display:block;}


}