/*新着情報 行間 */
.shincyaku {
	margin-bottom:15px;
	line-height:26px;
}
/*新着情報 行間ここまで */

/*注意書き枠線と文字*/
.box26 {
    position: relative;
    margin:10px 8px 8px 8px;
    padding: 0.5em 1em;
    border: dashed 3px #ff788e;
    border-radius: 8px;
    background: #fff;
    max-width:800px;
    text-align:left;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0px 9px;
    line-height: 1;
    font-size: 17px;
    background: #fff;
    color: #ff5571;
    font-weight: bold;
}
.box26 p {
    font-size: 15px;
    margin: 0; 
    padding: 5px 0px 0px 0px;
    line-height: 22px;
}