p {
    font-weight: normal;
}
.main_visu_bg {
    padding: 3rem 0 3rem;
}
.main_visu_bg {
  background: linear-gradient(45deg, #ec7348, #e55278);
}
.main_visu div, .main_visu p {
  text-align: center;
}
.main_visu .cp_text {
  color: #fff;
}
.bg_white {
    background: #fff;
    border-radius: 1.5rem;
    max-width: 880px;
    margin: 7rem auto 3rem;
    position: relative;
    padding: 5rem 1.5rem 2rem;
}
.bg_white h2 {
  position: absolute;
  background-color: #f2ec2d;
  padding: .7rem 10rem;
  font-size: 3rem;
  border-radius: 100px;
  margin-top: -8rem;
  width: 400px;
  text-align: center;
  left: 27%;
}
.bg_white .cp_text {
  font-size: 1.6rem;
  text-align: center;
  margin: .5rem auto 2.5rem;
}
.li-detail > ul > li {
  display: table;
  line-height: 1.5;
  table-layout: auto;
  margin-left: 1em;
}
.li-detail > ul > li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}

.btn {
      max-width: 880px;
      margin: 2rem auto;
}

.btn a {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #f2ec2d;
    color: #de131d;
    padding: 1.5rem;
    display: block;
    box-shadow: 5px 5px #da5447;
    position: relative;
}
.btn a::before {
    position: absolute;
    content: "";
    top: 32%;
    right: 1.5rem;
    width: 12px;
    height: 12px;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(135deg);
}
.btn a:hover {
    opacity: .8;
}

@media screen and (max-width:659px) {
.main_visu_bg {
    padding: 2rem 0 1rem;
}
.main_visu .cp_text {
  font-size: 1.3rem;
}
.bg_white {
    margin: 4rem 1rem 2rem;
    padding: 3.5rem 1rem 0;
}
.bg_white h2 {
  padding: .5rem 0;
  font-size: 2rem;
  margin-top: -5.5rem;
  width: 260px;
  left: 15%;
}
.bg_white .cp_text {
  font-size: 1.2rem;
  text-align: left;
  margin: .5rem auto 1.5rem;
}
  .notion h4 {
    font-size: 1.4rem;
  }
.li-detail > ul > li {
  display: table;
  line-height: 1.5;
  table-layout: auto;
  margin-left: 1em;
  font-size: 1.2rem;
}
.li-detail > ul > li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
    .btn a {
        font-size: 1.8rem;
        width: 90%;
        padding: .8rem 0;
        margin: 2rem auto;
    }
    .btn a::before {
        right: 1.5rem;
        border-top: 2px solid;
        border-right: 2px solid;
    }
}