body {
  background-color: #e3f2f6;
  font-family: "Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
}

* {
  float: none;
  position: static;
}

img {
  max-width: 100%;
  height: auto;
}



.button {
  border-radius: 20px;
  padding-left: 40px;
  display: block;
  width: 300px;
  box-sizing: border-box;
  background-color: #55b4ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: -3px;
}


.button a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

.button_hero {
  border-radius: 20px;
  padding-left: 33px;
  display: block;
  width: 300px;
  box-sizing: border-box;
  background-color: #55b4ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button_hero img {
  width: 22px;
  height: auto;
  margin-right: 13px;
  vertical-align: -3px;
}

.button_hero a {
  color: white;
  text-decoration: none;
  font-size: 1.7rem;
}

.button_hero_sp {
  border-radius: 20px;
  padding-left: 64px;
  display: block;
  width: 300px;
  box-sizing: border-box;
  background-color: #55b4ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button_hero_sp img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: -3px;
}

.button_hero_sp a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}


.button2 {
  border-radius: 20px;
  padding-left: 53px;
  display: block;
  width: 300px;
  box-sizing: border-box;
  background-color: #55b4ff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 2em 0;
  color: #fff;
  border-bottom: solid 4px #fff;
}

.button2 img {
  width: 22px;
  height: auto;
  margin-right: 13px;
  vertical-align: -3px;
}

.button2 a {
  color: white;
  text-decoration: none;
  font-size: 1.7rem;
}

.section_top {
  position: relative;
}


.section_header {
  height: 20px;
  margin-top: 50px;
}


.section_box {
  padding-bottom: 3rem;
  padding-top: 3rem;
  border-radius: 15px;
}

.sticky_note {
  background-color: #b4ed48;
  margin-left: 0;
  margin-bottom: 3.3rem;
  left:-1rem;
}
/*
.relative{
  position:relative;
}*/
.section_title {
  color:#333;
  font-weight: bold;
  font-size: 2.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  /*追記*/
  /*display: inline-block;
  font-size: clamp(1.75rem, 2.5vw, 4rem)!important;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;*/
}
  /*追記*/
/*.section_title::before{
  content:"";
  position: absolute;
  background-color: #b4ed48;
    z-index: -1;
    /*長さ調整*/
/*    width: 85vw;
    height:50px;
    left: -50%;
    top:-10px;
}
*/
.feature p {
  font-size: 2rem;
}

u {
  text-decoration: none;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.for_you h3 {
  font-size: 24px;
  font-weight: bold;
}


.f_y {
  font-size: 22px;
}

.review p {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: rgba(255, 227, 59, 0.3);

}

.review p:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #333;
}



.review img {
  width: auto;
  height: 78px;
}

.conversion_area {
  background-color: #172a88;
  color: white;
}

.conversion_area h2 {
  font-size: 48px;
  font-weight: bold;
}

.conversion_area p {
  font-size: 24px;
}

.cv_box {
  position: relative;
  padding: 3rem 2rem;
  border: 4px solid #fff;
}

.cv_box:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #fff;
}

.subject {
  font-size: 36px;
  font-weight: bold;
  border-bottom: 1px solid #172a88;
  border-left: 8px solid #172a88;
}

@media (min-width: 768px) {
  .button_hero {
    position: absolute;
    bottom: 10%;
    left: 40%;
    z-index: 20;
  }
  .button {
  padding-left: 42px;  
  }
}
@media (min-width: 1170px) {
  html {
    font-size: 100%;
  }

  p {
    line-height: 2rem;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
  .button_hero {
    position: absolute;
    bottom: 11%;
    left: 18%;
    z-index: 20;
    padding-left: 59px;
    width:375px;
  }
  .button_hero a {
    font-size: 2.3rem;
  }
  .button_hero img {
  width: 28px;
  height: auto;
  margin-right: 13px;
  vertical-align: -3px;
}
  
  .button {
  padding-left: 80px;
  }
  .button a {
    font-size: 1.9rem;
  }
  .button img {
  width: 25px;
  height: auto;
  margin-right: 13px;
  vertical-align: -4px;
}
}

@media (max-width: 1199px) {
  .button_hero {
    position: absolute;
    bottom: 10%;
    left: 18%;
    z-index: 20;
    padding-left: 34px;  
  }
  .button {
  padding-left: 42px;  
  }
}

@media (max-width: 991px) {
  .button_hero {
    position: absolute;
    left: 17%;
    z-index: 20;
    bottom: 32%;
    padding-left: 58px; 
  }
  .button {
  padding-left: 63px;  
  }
}

@media (max-width: 887px) {
  .button_hero {
    position: absolute;
    left: 16%;
    bottom: 31%;
    z-index: 20;
    padding-left: 53px; 
  }
  .button {
  padding-left: 61px;  
  }
}

@media (max-width: 883px) {
  .button_hero {
    position: absolute;
    left: 15%;
    bottom: 8%;
    z-index: 20;
    padding-left: 33px; 
  }
  .button {
  padding-left: 42px;  
  }
}



@media (max-width: 767px) {
  .button_hero {
    position: absolute;
    bottom: 10%;
    left: 40%;
    z-index: 20;
  }
  .button {
  padding-left: 75px;  
  }
  .button_hero_sp {
    position: absolute;
    bottom: -96%;
    left: 33%;
    z-index: 20;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 16px;
  }

  .feature p {
    font-size: 24px;
  }

  .button_hero_sp {
    position: absolute;
    bottom: -50%;
    left: 24%;
    z-index: 20;
  }
  
  .button2 {
  padding-left: 43px;
}

  .conversion_area h2 {
    font-size: 36px;
  }
  .conversion_area p{
    font-size: 20px;
  }
  .section_title {
    font-size: 30px;
  }
  .subject {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .button_hero_sp {
    position: absolute;
    bottom: -48%;
    left: 25%;
    z-index: 20;
    padding-left: 46px;
  }
}

@media (max-width: 425px) {
  .button_hero_sp {
    position: absolute;
    bottom: 5%;
    left: 13%;
    z-index: 20;
    padding-left: 61px;
  }
}

@media (max-width: 375px) {
  .button_hero_sp {
    position: absolute;
    bottom: 8%;
    left: 10%;
    z-index: 20;
    padding-left: 60px;
  }
}

@media (max-width: 320px) {
  .button_hero_sp {
    position: absolute;
    bottom: 14%;
    left: 8%;
    z-index: 20;
    padding-left: 46px;
  }
}




