.widget-info{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.widget-info--mov-box{
  width: 456px;
  margin-right: 20px;
}
.widget-info--mov-box > *{
  width: 100%;
}
.widget-info--text-box{
  width: 460px;
  line-height: 1.6;
}
@media screen and (max-width: 720px){
  .widget-info{
    display: block;
    margin-bottom: 0;
  }
  .widget-info--mov-box,
  .widget-info--text-box{
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.add-pip .icon-new{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #FF5252;
  border-radius: 20px;
  padding: 5px 8px 4px;
  vertical-align: middle;
  margin-right: 5px;
}
.add-pip .s-title{
  font-weight: bold;
  font-size: 18px;
}
.add-pip p{
  margin-top: 16px;
  color: #607d8b;
  line-height: 1.6;
}
.add-pip .grid02{
  align-items: flex-start;
}
@media screen and (max-width: 720px){
  .section-nocodewidget .contents .content .align-center .common_title.pip-title{
    text-align: left;
  }
  .add-pip .icon-new{
    font-size: 12px;
    padding: 5px 6px 4px;
  }
  .add-pip .pip-title{
    text-indent: -3em;
    padding-left: 3em;
  }
  .add-pip .s-title{
    font-size: 14px;
  }
}
.section-nocodewidget .contents .content .illust img{
  height: auto;
}

.selects-temple{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 16px;
  @media screen and (max-width: 720px){
    gap: 12px;
    flex-direction: column;
  }
  li{
    width: calc((100% - 48px) / 3);
    @media screen and (max-width: 720px){
      width: 100%;
    }
  }
  h3{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background: #00A59A;
    border-radius: 999px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 8px;
    @media screen and (max-width: 720px){
      font-size: 18px;
    }
  }
  p{margin-top: 8px;}
}
.engageup-title{
  margin-top: 64px;
  font-size: 24px;
  color: #00A59A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  @media screen and (max-width: 720px){
    font-size: 18px;
    margin-top: 40px;
  }
  &::before,
  &::after{
    content: "";
    flex: 1;
    height: 1px;
    background: #00A59A;
    margin: 0;
  }
  &::before{
    margin-right: 1em;
  }
  &::after{
    margin-left: 1em;
  }
}
.engageup-img{
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  position: relative;
  @media screen and (max-width: 720px){
    flex-direction: column;
    gap: 48px;
  }
  &::after{
    content: "";
    display: block;
    width: 48px;
    height: 80px;
    background: #26A69A;
    position: absolute;
    top: 35%;
    left: 47.7%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    @media screen and (max-width: 720px){
      width: 40px;
      height: 24px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      top: calc(50% - 12px);
      left: calc(50% - 20px);
    }
  }
  li{
    width: 438px;
    @media screen and (max-width: 720px){
      width: 100%;
    }
  }
}
.engageup-subtitle{
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  color: #566D77;
  @media screen and (max-width: 720px){
    font-size: 18px;
  }
}
.conversionup{
  border: 4px solid #FA6400;
  border-radius: 10px;
  width: 384px;
  margin: 0 auto;
  padding-bottom: 8px;
  @media screen and (max-width: 720px){
    width: 100%;
  }
  .conversionup-top{
    color: #FA6400;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    @media screen and (max-width: 720px){
      font-size: 24px;
    }
  }
  .conversionup-btm{
    text-align: center;
    font-size: 64px;
    font-family: Oswald;
    font-weight: bold;
    line-height: 1;
    color: #FA6400;
    @media screen and (max-width: 720px){
      font-size: 42px;
      margin-top: 8px;
    }
    .conversionup-btm01{
      font-size: 24px;
      font-weight: bold;
      @media screen and (max-width: 720px){
        font-size: 16px;
      }
    }
    .conversionup-btm02{
      font-size: 40px;
      font-weight: bold;
      @media screen and (max-width: 720px){
        font-size: 24px;
      }
    }
  }
}

.mywidget{
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  @media screen and (max-width: 720px){
    flex-direction: column;
  }
  figure{
    width: 428px;
    flex-shrink: 0;
    @media screen and (max-width: 720px){
      width: 100%;
    }
  }
  .mywidget-text{
    h2{
      color: #455A64;
      font-size: 32px;
      @media screen and (max-width: 720px){
        font-size: 24px;
      }
    }
    p{
      margin-top: 24px;
      color: #607D8B;
      @media screen and (max-width: 720px){
        font-size: 16px;
      }
    }
  }
  & + .nocode-video{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 32px auto 0;
  }
}

