/*注意書き枠線と文字*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: dashed 3px #ff788e;
    border-radius: 8px;
    background: #fff;
    width:550px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -9px;
    left: 10px;
    padding: 0px 9px;
    line-height: 1;
    font-size: 16px;
    background: #fff;
    color: #ff5571;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 5px 0px 0px 0px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
}
/*注意書き枠線と文字ここまで*/
/*会員価格*/
.box27 {
    position: relative;
    margin: 3em 0 1em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff899f;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -36px;
    left: -2.5px;
    padding: 0 9px;
    height: 35px;
    line-height: 40px;
    font-size: 17px;
    background: #ff899f;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: -15px 0px -20px 0px;
    font-size: 16px;
    text-align: left;
}