@charset "utf-8";
/*===========================
add
===========================*/
/* 基本カラー  */
.fcBasic {
    color: #1a9962;
}
.wf-ryumin {
    font-family: a-otf-ryumin-pr6n, serif;
}
.txtIconSanchi {
    color: #FFF;
    text-align: center;
    font-size: 1em;
    line-height: normal;
    padding: 0.3em 0.4em 0.4em 0.4em;
    background-color: #DBAF48;
    margin: 0.2em 0.2em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    width: 10em;
}
@media only screen and (max-width: 600px) {
    .txtIconSanchi {
        margin: 0 auto;
        display: block;
    }
}
.dots {
    background-image: radial-gradient(circle at center, orange 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .2em; /* 縦方向の位置調整 */
}