@charset "utf-8";
/* CSS Document */



/* 01-アコーディオン */
summary {
cursor: pointer;
font-weight: bold;
font-size: 18px;
color: #2f4f4f;
}

details{
margin-bottom: 40px;
}

