@charset "UTF-8";
/*
 * 追加のスタイルはここに記述してください
 */
.chance3Width{
margin-left:15%;
margin-right:15%;
}
.tit_accordion{
position:relative;
}
.button_open:after{
content:"";
background-image:url(../img/open.png);
background-repeat:no-repeat;
background-size:100%;
width:21px;
margin:-11px;
position:absolute;
top:50%;
right:21px;
display:inline-block;
padding-bottom:21px;
}
.close:after{
content:"";
background-image:url(../img/close.png);
background-repeat:no-repeat;
background-size:100%;
width:21px;
margin:-11px;
position:absolute;
top:50%;
right:21px;
display:inline-block;
padding-bottom:21px;
}
