@charset "utf-8";
/* CSS Document */
  
.block{
  .block__inner {

    &.block__inner--child_title {
    padding: 42px 0;
    > .block__title {
      color: #fff;
      margin-bottom: 0;
      }
    }
    .block__inner--child_mv{
      text-align: center;
      padding: 30px 0;
      > .block__title {
        color: #d50046;
        font-size: 34px;
        font-weight: bold;
      }
      > .block__text {
        font-size: 20px;
      }
    }
  }
  .block__inner--child_merit{
    .merit__list{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 60px;
      li{
        width: calc(100% / 3);
        text-align: center;
        .merit__list--inner{
          .merit__list--img{
            background: #fff;
            width: 200px;
            height: 200px;
            margin: 0 auto 15px;
            border-radius: 50%;
            > img{
              width: 200px;
            }
          }
          .merit__list--title{
            font-size: 24px;
            color: #d50046;
            font-weight: bold;
            margin-bottom: 10px;
            line-height: 1.6;
          }
        }
        .merit__list--text{
          font-size: 16px;
          padding: 15px 10px 0;
          line-height: 1.4;

        }
      }
    }
  }
  &.bg--child{
    background: url(/personal/open/child/img/bg_child.png) no-repeat center center / cover;
    padding: 20px 0;
    
    .bg--child_mv{
      background: url(/personal/open/child/img/bg_child_mv.png) no-repeat center center / 80%;
    }
  }
  &.block--child_flow{
    .block__inner--child_flow {
      text-align: center;
      .flow__list{
        .flow__list--item {
          &:last-child{
              padding-bottom: 0;
          }
          .noteList {
            width: fit-content;
            margin: 10px auto 0;
            li{
              font-size: 12px;
            }
          }
          .flow__list--box{
            margin: 50px auto;
          }
          .dl__btns{
            .btn {
              width: 250px;
              margin: 40px 14px 0;
            }
          }
          .block__inner--child_flow_pic {
            display: flex;
            gap: 30px;
            justify-content: center;
            
            img {
              width: 272px;
              border: 1px solid #ddd;
            }
          }
          

          .btn--nml{
            &.btn--square{
              a{
                border-radius: 6px;
                text-decoration: none;
                width: 380px;
              }
              &.btn--mt{
                margin-top: 50px;
              }
            }
        
          }
          .illust--right {
            position: absolute;
            bottom: 20px;
            right: 0;
          }
          .illust--left {
            position: absolute;
            bottom: 20px;
            left: 0;
          }

          .flow__list--child-block{
            text-align: left;
            margin: 30px 0 40px;
            
            &:last-child{
              margin: 30px 0 0;
            }
            .child-block--inner{
              margin: 0 24px;
            }
            .noteList--child-block{
              margin: 30px 0 0;
              text-align: left;
            }
            
            
            .child-block__title--h3{
              font-size: 20px;
              text-align: left;
              font-weight: bold;
              margin-bottom: 30px;
            }
            
            
          }
        }
      }
      
    }
  }
}

    
.bg--white{
  background: #fff
}
.fc--red{
  color: #d50046;
}



@media (min-width: 768px){

}

@media (max-width: 767px){
  .block{
    .block__inner {
      .block__inner--child_mv{
        text-align: center;
        padding: 10px 0;

        > .block__title {
          color: #d50046;
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 0;
        }
        > .block__text {
          font-size: 14px;
        }
      }
    }

    .block__inner--child_merit{
      padding-bottom: 50px;
      .merit__list{
        display: block;
        margin-top: 30px;
        li{
          background: #fff;
          width: 100%;
          margin-bottom: 15px;
          display: block;
          padding: 20px 17px;
          border-radius: 8px;
          position: relative;
          overflow: hidden;
          box-shadow: 0px 0px 10px 5px #eee;
          text-align: left;
  
          .merit__list--inner{
            display: flex;
            justify-content: flex-start;
            align-items: center;
  
            .merit__list--img{
              display: inline-block;
              margin: 0 10px 15px 0;
              background: #fff6ee;
              width: 26%;
              height: auto;
              border-radius: 50%;
              > img {
                vertical-align: bottom;
                width: 100%;
                height: auto;
              }
            }
            .merit__list--title{
              width: 70%;
              font-size: 18px;
              line-height: 1.5;
              font-weight: bold;
              margin-bottom: 0;
              color: #d50046;
            }
            .merit__list--text{
              color: #666666;
              margin: 10px 0 15px;
            }
          }
        }
      }
    }
    &.bg--child{
      padding: 10px 5px;
      .block__inner {
        padding: 20px 15px 0;
      }
      .bg--child_mv{
        background: url(/personal/open/child/img/bg_child_mv.png) no-repeat center center / contain;
      }
    }
    
    &.block--child_flow{
      .block__inner--child_flow {
        .flow__list{
          .flow__list--item {
            border-bottom: 1px solid #d50046;
            padding: 30px 0 84px;
            position: relative;
            &:first-child{
              padding-bottom: 0;
            }
            &:last-child{
              padding-bottom: 84px;
              border-bottom: none;
            }
            &:nth-child(3){
              padding: 30px 0 30px;
            }
            .flow__list--child-block{
              font-size: 14px;
            }
            .noteList {
              li{
                font-size: 12px;
              }
            }
            .flow__list--box{
              margin: 30px auto;
            }
  
            .dl__btns{
              .btn{
                margin: 25px auto 0;
              }
            }
            .btn--nml{
              &.btn--square{
                a{
                  width: 100%;
                }
              }
            }

            .flow__list--num {
              > img{
                width: 56px;
              }
            }
            .flow__list--title{
              margin: 10px 0 20px;
              color: #d50046;
              font-weight: bold;
              font-size: 18px;
            }
            
            .illust--right {
              height: 80px;
              position: absolute;
              bottom: 0;
              right: 0;
              > img{
                width: auto;
                height: 100%;
              }
            }
            .illust--left {
              height: 80px;
              position: absolute;
              bottom: 0;
              left: 0;
              > img{
                width: auto;
                height: 100%;
              }
            }
            .illust--center_sp {
              position: static;
              width: 40%;
              margin: 15px auto;
            }
          }
        }
      }
    }
  }

  


}