.membadd {
    width: 100px;
    text-align: left !important;
}
form {
    width: 60%;
    margin: auto;
}
.box2 {
    padding: 0.5em 1em;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #FF9900; /*線*/
    border-radius: 10px; /*角の丸み*/
    line-height:150%;
}

    .box2 p {
        margin: 0;
        padding: 0;
    }
    .box2 .orange {
        color: #FF9900; /*文字色*/
        font-size:130%;
    }
    .box2 .hosoku {
        font-size: 70%;
        font-weight:normal;
    }
    .link-badge {
        padding: 3px 6px;
        margin-right: 8px;
        margin-left: 1px;
        font-size: 50%;
        color: white !important;
        border-radius: 6px;
        box-shadow: 0 0 3px #ddd;
        white-space: nowrap;
        background-color: #444444; /*青*/
    }
.bb {
    border-bottom: double 5px #FFC778;
    font-size: 100%;
    font-weight: normal;
}
.sp {
    display:none;
}
ul.tyuui {
    position: relative;
    padding: 0 0.5em;
    margin-top: 2em;
    list-style-type: none;
    border: solid 2px #29B6F6;
}
    ul.tyuui::after {
        position: absolute;
        content: "\6CE8\610F\4E8B\9805";
        padding: 5px 7px;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size: .8em;
        background: #29B6F6;
        color: #fff;
        bottom: 100%;
        left: -2px;
        border-radius: 4px 4px 0px 0px;
    }
    ul.tyuui li {
        line-height: 1.5;
        padding: 0.5em 0 0.5em 1.4em;
        border-bottom: 1px dashed #81D4FA;
    }
        ul.tyuui li:before {
            position: absolute;
            content: "\002713";
            color: #FF5722;
            font-weight: bold;
            left: 0.5em;
        }
        ul.tyuui li:last-of-type {
            border-bottom: none;
        }
    ul.tyuui li.red {
        color:red;
    }
ol.zyoken li{
    list-style: inherit;
}
.doui {
    text-align:center;
    margin-top: 30px;
}
.team {
    width: 180px;
}
.zyuken {
    width: 100px;
}
.resl {
    width: 40px;
}
.sen {
    list-style-type: disc;
    line-height: 2.0em;
    border-bottom: 1px solid #ccc;
    list-style-position: inside;
}
.dl_btn {
    margin-top: 3em;
    text-align: center;
}

    .dl_btn a {
        padding: 1em;
        color: white !important;
        border-radius: 6px;
        box-shadow: 0 0 3px #ddd;
        white-space: nowrap;
        background-color: #899927;
    }

        .dl_btn a:hover {
            background: rgba(255,255,255,0.7);
            color: #899927 !important;
        }
.dl_btn2 {
    margin-top: 3em;
    text-align: center;
}

    .dl_btn2 a {
        padding: 1em;
        color: white !important;
        border-radius: 6px;
        box-shadow: 0 0 3px #ddd;
        white-space: nowrap;
        background-color: #FF5722;
    }

        .dl_btn2 a:hover {
            background: rgba(255,255,255,0.7);
            color: #FF5722 !important;
        }

.dl_btn3 {
    margin-top: 3em;
    text-align: center;
}

    .dl_btn3 a {
        padding: 1em;
        color: white !important;
        border-radius: 6px;
        box-shadow: 0 0 3px #ddd;
        white-space: nowrap;
        background-color: #0094ff;
    }

        .dl_btn3 a:hover {
            background: rgba(255,255,255,0.7);
            color: #0094ff !important;
        }
.dl_btn4 {
    margin: 0.5em auto 0.5em 3em;
    text-align: left;
}

    .dl_btn4 a {
        padding: 0.5em;
        color: white !important;
        border-radius: 6px;
        box-shadow: 0 0 3px #ddd;
        white-space: nowrap;
        background-color: #FF5722;
    }

        .dl_btn4 a:hover {
            background: rgba(255,255,255,0.7);
            color: #FF5722 !important;
        }

.tagtitle {
    color: #505050; /*文字色*/
    padding: 0.3em; /*文字周りの余白*/
    display: inline-block; /*おまじない*/
    line-height: 1.3; /*行高*/
    background: #81D4FA; /*背景色*/
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
}

    .tagtitle:before {
        content: "\25CF";
        color: white;
        margin-right: 8px;
    }
.list207 ol {
    padding: 0.3em 0.5em;
    list-style-type: none;
    border: none;
    counter-reset: number;
}

    .list207 ol li {
        position: relative;
        line-height: 1.5;
        padding: 0.5em 0 0.5em 1.6em;
    }

        .list207 ol li:before {
            position: absolute;
            font-family: "Quicksand", sans-serif;
            content: counter(number);
            counter-increment: number;
            left: 0;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #ee8992;
            color: white;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle;
            line-height: 22px;
        }
/* ------------- スマホ用 ----------------*/
@media screen and (max-width: 760px) {
    form {
        width:unset;
    }
    .sp {
        display:initial;
    }
}
