@media screen and (min-width: 769px) {
    .sp_cvp {
        display: flex;
    }
    .sp_cvp p.c-button-item {
        margin-right: 1em;
    }
    .sp_cvp a {
        max-width: 280px;
    }
}
.sp_cvp p.c-button-item {
    margin-bottom: 1em;
}

/* エバンジェリストアイコン用 */
.ico_ev {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
section > a > div.ico_ev{
    border: 1px solid #009de6;
    top: -40px;
    right: -20px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 1.7em 0;
    color: white;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 50%;
    font-size: 11px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    background: #009de6;
/*    background: #e1f3fc;
    transform: rotate( 20deg ); */
}
/* section:nth-child(2) > a > div.ico_ev{
    color: white;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 2px 3em;
    border-radius: 1em;
    top: 182px;
    right: 70px;
    background-color: #f5b846;
    font-weight: bold;
}
section:nth-child(3) > a > div.ico_ev{
    padding: 2px 1em;
    width: 100%;
    top: -30px;
    right: 0px;
    background-color: #f5b846;
    text-align: center;
    color: white;
    font-weight: bold;
} */

.ico_ev_detail {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    border: 1px solid #009de6;
    top: -40px;
    right: -20px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 1.7em 0;
    color: white;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 50%;
    font-size: 11px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    background: #009de6;
/*    transform: rotate( 20deg ); */
}

.ico_ev_top {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #009de6;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 1.8em; /* 上下中央寄せ */
  border: 1px solid #009de6;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  font-family:'メイリオ','Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  z-index: 5;
}

