.post section.contents .chapter .block.sec{
  gap: 8rem;
}
section.contents .chapter .block.sec .icon{
    width: 10rem;
}
section.contents .chapter .block.sec .icon.w50{
  width: calc(33% - 1rem);

}

section.contents .chapter .block.sec .icon.w50 img{
  height: 12rem;
  width: auto;
  display: block;
}

section.contents .chapter .block.sec .icon.w50 .title{
  text-align: center;
}

section.contents .chapter .block.sec .twrap{
  flex: 1;
}

section.contents .chapter .block.sec iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.inner.full.bgGry{
  background: #706E6E;
  padding: 9.6rem 0;
}

.post section.contents.body{
  margin-bottom: 0;
}
#story.post section.contents .chapter.para02 .block.sec{
  max-width: inherit;
  gap: 2rem;
}

section.contents .chapter .block.sec .thumb{
  width: 60%;
}

section.contents .chapter .block.sec .num{
  font-size: 3.4rem;
      margin-bottom: 0.25em;
}

section.contents .chapter.para02 .block.sec .title{
font-size: var(--font18);
margin-bottom: 0.25em;
}

section.contents .chapter.para02 .block.sec p{
font-size: var(--font15);
}

section.contents .chapter .block.sec .icon.w50 .title{
  margin-top: 1em;
}

section.contents .chapter.para02 .link.btn{
      background: #ffffff;
    border: none;
    width: 50%;
    transition: all 0.5s;
        font-size: var(--font16);
    font-weight: 600;
}

section.contents .chapter.para02 .link.btn:hover{
  background: #ef7a00;
  color: #ffffff;
}

#story.post section.contents .chapter.para02 .block.sec.info{
  width: 75%;
      font-size: var(--font14);
}

section.contents .chapter.para02 .info ul.wrap{
  width: 100%;
  gap: 1em;
}

section.contents .chapter.para02 .info ul.list{
border-bottom: 1px solid;
    padding-bottom: 1em;
}

section.contents .chapter.para02 .info ul.list.mg{
  margin-top: 2em;
}

section.contents .chapter.para02 .info ul.list li:first-child{
  width: 35%;
}

#campaign.ad202607 .lede{
  width: auto;
  font-size: 1.8rem;
}

#campaign.ad202607 a{
  padding: 2rem 4rem;
      background: #ef7a00;
}
#campaign.ad202607 .lede{
  color: #ffffff;
}
#campaign.ad202607 a .flex{
  justify-content: center;
}
#campaign.ad202607 .lede .s{
font-weight: 700;
}

section.contents p.caution{
  margin-bottom: 4rem;
}

@media (820px >= width){
#story.post section.contents .chapter .block.sec{
      flex-flow: column;
    gap: 2rem;
}
#story.post section.contents .chapter .block.sec.reverse{

}
#story.post section.contents .chapter.para02 .block.sec{
  max-width: 70rem;
}
section.contents .chapter .block.sec .thumb,
section.contents .chapter .block.sec .icon.w50{
  width: 100%;
}
section.contents .chapter .block.sec .icon.w50 .twrap{
  width: 45vw;
}
section.contents .chapter .block.sec .icon.w50:last-child{
  margin-top: 4rem;
}
.post section.contents .inner .block.title .title,
section.contents .chapter .block.sec .num{
  text-align: center;
}
section.contents.top picture.sc{
          height: calc(65vh - 23.85rem);
}
}

@media (540px >= width){
section.contents .chapter .block.sec .icon.w50 .twrap{
  width: 75vw;
}
section.contents .chapter.para02 .link.btn,
#story.post section.contents .chapter.para02 .block.sec.info,
section.contents .chapter.para02 .info ul.list li:first-child{
  width: 100%;
}
section.contents .chapter.para02 .info ul.list li:first-child{
  margin-bottom: 0.45em;
  font-weight: 700;
}
section.contents .chapter.para02 .info ul.list li:last-child{
          line-height: 1.5;
}
}