
.main-block{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}
.sub-block{
  width: 48%;
  margin-left: 30px;  
}
.strength .sub-block {
  width: auto;
  margin-left: inherit;
}
.column2{
  align-items: center;
}
.column2 .column p {
  line-height: 1.75;
}
  .column3 > .column {
    width: 27.12%;
    margin: 0 0.655% 80px;
  }
  .column3.cards .column .text-contents {
    margin: 15px 28px;
}
.column3.cards .column {
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 16%);
  box-sizing: border-box;
  position: relative;
  margin: 0px 1.1% 0;
  margin-left: 16px;
  margin-bottom: 15px;
  margin-right: 0;
  width: calc(33.33333% - 10.66667px);
  border-radius: 6px;
}

    .layout-column3 .column{
      margin-bottom: 60px; 
    }

  .main-block.strength {
    flex-direction: row;
    align-items: center;
}
  .dxresult-text{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 50%;
  }
  .dx-result {
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 16%);
    box-sizing: border-box;
    border-radius: 6px;
}
   .dx-result .text-contents {
    padding: 10px 10px;
}
  .inner-block.result-post_cta {
    background-color: #f3f3f5;
    margin-bottom: 48px;
    padding: 48px 40px
}

.result-post_cta .column {
    margin-bottom: 0
}

.result-post_cta .column:first-of-type {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    margin-top: auto;
    vertical-align: middle
}

.result-post_cta h2 {
    font-size: 24px;
    margin-bottom: 0
}

.result-post_cta p {
    margin: 20px 0
}

.result-post_cta a {
    margin: 0 auto;
    width: 100%
}

.result-post_cta a.button.primary:after {
    background: url(https://44053700.fs1.hubspotusercontent-na1.net/hubfs/44053700/raw_assets/public/Members2023/images/module-icons/icon_dl_white.png) no-repeat;
    background-position: bottom;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px
}
 .text_bk {
    background-color: #d7003a;
    color: #fff;
    padding: 7px;
}
.text-container {
  margin-bottom: 35px;
}
.text-conteiner {
  padding: 11px 7px;
}
.column3.cards {
  margin-bottom: 0;
}
.accordion-3 {
  margin: 0 auto 1em;
  background-color: #f2f2f2;
}
.accordion-3 summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
}

.accordion-3 summary::-webkit-details-marker {
  display: none;
}
.accordion-3 summary::before {
  content: 'Q';
  flex-shrink: 0; 
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #D7003A;
  color: #D7003A;
  font-weight: 900;
}

.accordion-3 summary::after {
  content: '';
  width: 22px;
  height: 13px;
  margin-left: auto;
  flex-shrink: 0;
  background-image: url("https://www.members.co.jp/hubfs/pages/services/digitalbusiness/images/accordion_yajirushi.png");
  background-size: cover;
  transition: transform .3s;
  opacity: 0.7;
}

.accordion-3[open] summary::after {
  transform: rotate(180deg);
  background-image: url("https://www.members.co.jp/hubfs/pages/services/digitalbusiness/images/accordion_yajirushi.png");
}

.accordion-3 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 5em 1.5em;
  transition: transform .5s, opacity .5s;
}

.accordion-3[open] p {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 874px) {
  .column2 h1 {
    padding-bottom: 8%;
}
article:nth-of-type(1) {
  margin-bottom: 0;
}
.column3.cards .column {
  margin: 35px auto;
  width: 100%;
  padding-bottom: 2%;
}
.main-block {
display: block;
}
.body-wrapper .sub-block {
    width: inherit;
}
}
@media only screen and (max-width: 768px){
  .column2 .column p {
    font-size: 24px;
    line-height: 1.5;
}
.inner-block.result-post_cta {
  padding: 30px;
}

.result-post_cta .layout-column2 {
  flex-direction: column-reverse
}

.result-post_cta .column:first-of-type {
  margin-right: 0;
  margin-top: 24px
}

.result-post_cta .column {
  margin: 0;
  width: 100%
}

.result-post_cta p {
  margin: 24px 0
}
.text-conteiner {
  padding: 14px;
  margin: 20px 6px;
}
}
@media only screen and (max-width: 480px) {
  p {
    font-weight: normal;
  }
  h2{
    font-size: 36px;
  }
  h2 span{
    font-size: 2.5rem;
  }
  .body-wrapper .sub-block {
    margin-bottom: 30px;
    margin-left: 0;
      width: inherit;
}
.accordion-3 summary{
  padding: 1em;
  align-items: flex-start;
}
.accordion-3 p {
  padding: 0.3em 3em 1.5em 4em;
}
}