@charset "UTF-8";

#strength {
  text-align: center;
  margin: 0 auto;
  padding: 120px 0 64px 0;
  background-color: #FFFAE5;
  position: relative;
  background-image: url(/wp-content/themes/RANKUP/assets/images/common/top-rectangle.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 398px;
}

.strength-contents {
  display: flex;
  flex-direction: column;
}

.strength-content01 , .strength-content02 {
  display: flex;
  margin-bottom: 56px;
}

.strength-image02 img {
  display: block;
  width: 358px;
  height: 296px;
  border-radius: 0 20px 20px 0;
}

.strength-text02 {
  width: 642px;
  height: 296px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 65px;
}

@media screen and (max-width:1015px){
  #strength {
    display: block;
    padding: 30px 0;
    background-color: #FFFAE5;
    position: relative;
    background-image: none;
    min-width: 100%;
  }

  .strength-inner {
    width: 50%;
    text-align: center;
    padding: 0;
  }

  .strength-content01 {
    flex-direction: column;
  }

  .strength-content02 {
    flex-direction: column-reverse;
  }

  .strength-inner {
    max-width: 80%;
    display: block;
    margin: 40px auto 0 auto;
  }

  .strength-image01 img , .strength-image02 img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }

  .strength-text01 , .strength-text02 {
    width: 100%;
    height: auto;
    padding: 32px;
    border-radius: 0 0 20px 20px;
    text-align: center;
  }

.strength-title01 {
  padding-right: 0;
}

.strength-title02 {
  padding-right: 0;
}

.strength-title03 {
  padding-right: 0;
}

.strength-title04 {
  padding-right: 0;
}

  /* .strength-title01 {
    padding: 0;
    margin: 0 auto;
  } */

  .strength-title01 ,.strength-title02 , .strength-title03 , .strength-title04 {
    border-bottom: none;
  }

  .main-text {
    text-align: left;
    padding-top: 15px;
    background-image: radial-gradient(circle, #048ce2 1px, transparent 1px), radial-gradient(circle, #048ce2 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x, repeat-x;
    background-size: 4px 2px;
  }

  /* .strength-title02 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title03 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title04 {
    padding: 0;
    margin: 0 auto;
  } */

  /* .main-text {
    margin: 16px 0 0 0;
  } */

  .ball-left-strength , .ball-right-strength {
    display: none;
  }
}

@media screen and (max-width:640px){
  .strength-inner {
    width: 80%;
  }
}

@media screen and (max-width:430px){
  #strength {
    display: block;
    padding: 32px 0 24px 0;
    background-color: #FFFAE5;
    position: relative;
    background-image: none;
    min-width: 100%;
  }

  .strength-inner {
    max-width: 80%;
    text-align: center;
    padding: 0;
  }

  .strength-content01 {
    flex-direction: column;
  }

  .strength-content02 {
    flex-direction: column-reverse;
  }

  .strength-inner {
    max-width: 80%;
    display: block;
    margin: 40px auto 0 auto;
  }

  .strength-image01 img , .strength-image02 img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
  }

  .strength-text01 , .strength-text02 {
    width: 100%;
    height: auto;
    padding: 32px;
    border-radius: 0 0 20px 20px;
  }

  .strength-title01 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title02 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title03 {
    padding: 0;
    margin: 0 auto;
  }

  .strength-title04 {
    padding: 0;
    margin: 0 auto;
  }

}