

.fukidashi {
    position: relative;
    padding: 5px 5px 5px 10px;
    border: 3px solid #08a2de;
    font-weight: 400;
    font-size: 110%;
	border-radius:5px;
	margin-top:30px;
	margin-bottom:15px;
	background-color:#08a2de;
	color:#FFF;
}

.fukidashi:before,
.fukidashi:after {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.fukidashi:before {
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #08a2de;
    border-width: 12px;
}

.fukidashi:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: 08a2de;
    border-width: 8px;
}


.btn_01{
display:block;
margin:0 auto;
width: 250px;
padding-top:15px;
padding-bottom:15px;
margin-top:15px;
color: #FFF;
text-decoration: none;
text-align: center;
background-color: #ff822e;
border-radius: 5px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-weight:700;
font-size:110%;
}
.btn_01:hover{
/*
background-color: #ff8d31;
*/
background-color: #ff4c2e;
color: #FFF;
text-decoration:none;

}