@charset "utf-8";

    .bk_color_strength {
      background: linear-gradient(123.2deg,#604C3F 50%,#D33636 50%);
      padding: 4vw 0;
    }
    
    .strength_point_1 h2 {
      color: #604C3F;
      background: #fff;
      padding: 2vw 4vw 2vw 8vw;
      border-radius: 0 4vw 4vw 0;
      font-size: 4.2vw;
      width: 60vw;
      margin-bottom: 4vw;
      letter-spacing: 0.1em;
      font-weight: 500;
    }  

    .strength_point_1 p {
      text-align: left;
      font-size: 4vw;
      color: #fff;
      margin-left: 8vw;
      line-height: 1.65;
      letter-spacing: 0.1em;
    }

    .strength_point_2 h2 {
      color: #D33636;
      background: #fff;
      padding: 2vw 4vw 2vw 8vw;
      border-radius: 4vw 0 0 4vw;
      font-size: 4.2vw;
      width: 60vw;
      margin-left: 40vw;
      box-sizing: border-box;
      margin-top: 4vw;
      letter-spacing: 0.1em;
      font-weight: 500;
    }
    
    .strength_point_2 p {
      text-align: right;
      font-size: 4vw;
      color: #fff;
      margin-right: 8vw;
      line-height: 1.65;
      letter-spacing: 0.1em;
    }

    .strength_point_circle {
      background: #fff;
      color: #D33636;
      font-size: 4.2vw;
      text-align: center;
      border-radius: 50%;
      width: 32vw;
      height: 32vw;
      margin: 4vw auto;
      font-weight: 500;
      padding: 5vw 0;
      box-sizing: border-box;
      line-height: 1.65;
    }

    .strength_point_circle span {
      font-size: 3.73vw;
      display: block;
    }


    @media screen and (min-width: 980px) {
      .bk_color_strength_pc {
        background: linear-gradient(90deg,#604C3F 50%,#D33636 50%);
      }
    
      .bk_color_strength {
        background: linear-gradient(148deg,#604C3F 50%,#D33636 50%);
        padding: 40px 0;
        width: 950px;
        margin: 0 auto;
      }
      
      .strength_point_1 h2 {
        color: #604C3F;
        background: #fff;
        padding: 10px 30px;
        border-radius: 25px;
        font-size: 20px;
        width: 700px;
        box-sizing: border-box;
        margin-bottom: 20px;
        letter-spacing: 0.05em;
      }  
  
      .strength_point_1 p {
        text-align: left;
        font-size: 16px;
        color: #fff;
        margin-left: 0;
        line-height: 1.6;
        letter-spacing: 0.1em;
      }
  
      .strength_point_2 h2 {
        color: #D33636;
        background: #fff;
        padding: 10px 30px;
        border-radius: 25px;
        font-size: 20px;
        width: 700px;
        margin-left: 250px;
        box-sizing: border-box;
        margin-top: 20px;
        text-align: right;
        letter-spacing: 0.05em;
      }
      
      .strength_point_2 p {
        text-align: right;
        font-size: 16px;
        color: #fff;
        margin-right: 0;
        line-height: 1.6;
        letter-spacing: 0.1em;
      }
  
      .strength_point_circle {
        background: #fff;
        color: #D33636;
        font-size: 26px;
        text-align: center;
        border-radius: 50%;
        width: 230px;
        height: 230px;
        margin: -50px auto;
        font-weight: 500;
        padding: 60px 0;
        box-sizing: border-box;
        line-height: 1;
      }
  
      .strength_point_circle span {
        font-size: 22px;
        display: block;
        padding-top: 10px;
        line-height: 1.5;
      }
    }
