.panel-plan-choice {
  border: 8px solid #F48415;
  border-radius: 12px;
  position: relative;
}
.panel-plan-choice:before {
  content: "";
  border: 200px solid transparent;
  border-top-color: #F48415;
  border-top-width: 60px;
  border-bottom-width: 60px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -200px;
}
.panel-plan-choice:last-child:before {
  border: none;
}

.title-choice {
  position: relative;
  font-weight: 700;
  padding-left: 150px;
  padding-top: 27px;
  margin-bottom: 45px;
}
.title-choice:before {
  position: absolute;
  content: "";
  width: 135px;
  height: 103px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.title-choice.step1:before {
  background-image: url("../misc/icon_step1.png");
}
.title-choice.step2:before {
  background-image: url("../misc/icon_step2.png");
}
.title-choice.step3:before {
  background-image: url("../misc/icon_step3.png");
}
.title-choice.step4:before {
  background-image: url("../misc/icon_step4.png");
}

.offset-step4 {
  position: relative;
}

@media print, screen and (min-width: 741px) {
  .area-choice-main .photo {
    width: 28%;
    float: right;
  }
  .area-choice-main .content {
    width: 67%;
    float: left;
  }
  .panel-plan-choice {
    border-radius: 35px;
    padding: 50px;
    margin-bottom: 75px;
  }
  .row-choice .col-6 {
    zoom: 1;
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 0;
  }
  .row-choice .col-6:before, .row-choice .col-6:after {
    content: "";
    display: table;
  }
  .row-choice .col-6:after {
    clear: both;
  }
  .row-choice .col-6:first-child {
    margin-left: 0;
  }
  .row-choice .col-6:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .title-choice {
    font-size: 30px;
  }
  .offset-step4 {
    margin-bottom: 165px;
  }
  .offset-step4 .image-step4-1 {
    position: absolute;
    right: 0;
    top: -85px;
  }
  .offset-step4 .image-step4-2 {
    position: absolute;
    right: 345px;
    top: -10px;
  }
}

@media only screen and (max-width: 740px) {
  .panel-plan-choice {
    border-width: 5px;
    padding: 12px;
    margin-bottom: 45px;
  }
  .panel-plan-choice:before {
    border: 100px solid transparent;
    border-top-color: #F48415;
    border-top-width: 30px;
    border-bottom-width: 30px;
    bottom: -65px;
    margin-left: -100px;
  }
  .title-choice {
    font-size: 18px;
  }
  .title-choice {
    padding-top: 12px;
    padding-left: 80px;
    margin-bottom: 25px;
  }
  .title-choice:before {
    width: 67.5px;
    height: 51.5px;
    background-size: 100% 100%;
  }
  .row-plan .photo{
    width: 200px;
    margin: auto;
    margin-bottom: 1em;
    display: none;
  }
  .subimage-sp{
    width: 120px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }
  .title-secondary{
    margin-right: 137px;
  }
}
