br.sp{
  display: none;
}
.problem {
  margin-bottom: -42px;
}
.problem .blue-bg{
  background-color: #DFECF3;
  padding: 50px 0 50px 0;
}
.problem .blue-bg h2 {
    font-size: 30px;
}
.problem .gray-bg{
  background-color: #f4f4f4;
  padding: 100px 0 60px;
}

.problem .gray-bg h2 {
    font-size: 30px;
}
.problem .wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.problem .left{
  display: block;
  text-align: center;
}
.problem .left .image {
    margin-top: 20px;
}
.problem .right{
  display: block;
}
.problem ul li{
  list-style-type: none;
  border-radius: 8px;
  background: #fff;
  margin: 10px 0 0;
}
.problem div.check-blue {
  padding: 12px;
  width: 560px;
  display: flex;
  align-items: center;
}
.problem .accordion_content .content-wrapper {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px 40px 20px;
}
.problem .accordion_content a {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.problem .accordion_content a .cta-text {
  color: #222;
  border-bottom: 1px solid #222;
  font-weight: bold;
}

.problem div.check-blue::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background-image: url("https://21488546.fs1.hubspotusercontent-na1.net/hubfs/21488546/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0; 
}

.problem div.check-blue.orange::before {
    content:
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background-image: url("https://21488546.fs1.hubspotusercontent-na1.net/hubfs/21488546/check_orange-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0; 
}

.problem .accordion-header svg { transition: transform .3s ease; }
.problem .accordion-header.is-open svg { transform: rotate(180deg); }
.accordion_divider,
.problem .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.accordion_divider.is-open { max-height: 20px; }
.accordion_content.is-open { 
  max-height: 1000px;
}

.triangle {
  width: 60px;
  margin: -5px auto;
  position: relative;  
}

.problem .accordion-description {
    margin-top: 20px;
  }

@media (max-width: 767px) {
  br.pc {
    display: none;
  }
  br.sp{
    display: block;
  }  
  .problem .blue-bg h2 {
    font-size: 20px;
    margin-top: 5px;    
  }  

  .problem .gray-bg {
    padding: 100px 0 50px;
  }

  .problem .gray-bg .image img {
    width: 70px;
  }
  .problem .gray-bg .left {
    margin: 30px 0 20px;
  }
 
  .problem .wrapper {
    display: block;
  }
  .problem div.check-blue{
    align-items: center;
    width: 100%;  
    margin: 10px 0 0;
    padding: 10px;   
  }
  .problem div.check-blue:before{
    margin-top: 5px;
  }
  .problem div.check-blue.orange:before{
    margin-top: 0;
  }
  .problem .wrapper ul {
    padding: 0 20px 0 20px;
  }  
  .problem .left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: -100px 0 20px 0;
  }
  .problem .accordion_content .content-wrapper {
    width: 100%;
    padding: 12px 40px 20px;
  }
  .problem .accordion-description {
    margin-top: 10px;
  }
}
