/* CSS Document */
h2{
	border-bottom: 1px solid rgba(222,222,222,1.00);
}
.works_title{
	padding-right: 10px;
	padding-left: 15px;
	background-color: rgba(234,255,206,1.00);
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(41,104,49,1.00);
}
.fukidashi_001 {
position: relative;
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
border-radius: 35px;
background-color: #D0894B;
color: white;
font-weight: normal;
font-size: 20px;
text-align: center;
	font-family: "Sawarabi Mincho"!important;
}

.fukidashi_001:before {
    position: absolute;
    top: 100%;
    left: 40px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #D0894B;
    border-width: 8px;
    content: "";	
}
