body {
    background: #f1f1f1;
    margin: 0 auto;
    /* display: block; */
    vertical-align: center;
    font-size: 17px;
    font-family: Hiragino Sans, Arial, sans-serif;
    color: #333333;
}

#head {
    text-align: center;
    /* padding: 20px; */
}

#content {
    background: #fff;
    text-align: center;
    padding: 50px 0px;
    margin: 20px auto 10px auto;
    width: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

#inner>p {
    width: 88%;
    margin: auto;
    line-height: 2.3em;
}

img {
    width: 90%;
    margin: 60px 0px;
}

h1 {
    width: 88%;
    margin: auto;
}

h2 {
    position: relative;
    padding: 0.6em;
    background: #e0edff;
}

h2:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}

h3 {
    color: #505050;
    /*Ã¦â€“â€¡Ã¥Â­â€”Ã¨â€°Â²*/
    padding: 0.5em;
    /*Ã¦â€“â€¡Ã¥Â­â€”Ã¥â€˜Â¨Ã£â€šÅ Ã£ÂÂ®Ã¤Â½â„¢Ã§â„¢Â½*/
    display: inline-block;
    /*Ã£ÂÅ Ã£ÂÂ¾Ã£ÂËœÃ£ÂÂªÃ£Ââ€ž*/
    line-height: 1.3;
    /*Ã¨Â¡Å’Ã©Â«Ëœ*/
    background: #dbebf8;
    /*Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â²*/
    vertical-align: middle;
    width: 90%;
    font-size: 1.6em;
    border-radius: 25px 0px 0px 25px;
    /*Ã¥Â·Â¦Ã¥ÂÂ´Ã£ÂÂ®Ã¨Â§â€™Ã£â€šâ€™Ã¤Â¸Â¸Ã£ÂÂ*/
}

h3:before {
    content: "";
    color: white;
    margin-right: 8px;
}

.red {
    color: #ff6767;
    font-weight: bold;
    font-size: 1.4em;
}

.yellow {
    background: #fff274;
    padding: 6px;
    font-weight: bold;
    font-size: 1.4em;
}

.big {
    font-weight: bold;
    font-size: 1.4em;
}

.bold {
    font-weight: bold;
}

.button,
.topimg {
    width: 100%;
}


@media screen and (max-width: 750px) {
    .button {
        width: 90% !important;
    }
}



.topimg {
    margin: 0;
}

.yureru-j {
    animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }

    5% {
        transform: translate(0px, -2px);
    }

    10% {
        transform: translate(0px, 2px);
    }

    15% {
        transform: translate(0px, -2px);
    }

    20% {
        transform: translate(0px, 2px);
    }

    25% {
        transform: translate(0px, -2px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

.cap {
    font-size: 0.8em;
    text-align: right;
}

@media screen and (min-width: 750px) {
    body {
        font-size: 17px;
    }

    #content {
        width: 60%;
    }

    img {
        width: 70%;
    }

    .button {
        width: 80%;
    }

    .min-img {
        width: 30%;
    }

    .topimg {
        width: 60%;
    }
}

.container {
    text-align: center;
    padding: 20px;
    font-size: 0.8em;
    color: #fff;
}

.container a {
    color: #fff;
    text-decoration: none;
}

#title p {
    font-size: 1.5em;
}

.table {
    margin: auto;
}

.table>tbody>tr>td {
    border: 1px #333 solid;
    margin: 30px auto;
    padding: 20px;
    font-size: 0.8em;
}


/* GDN用CSS */

.gdn-img {
    margin: 10px auto;
}

.ECM_RadioInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: 90%;
    margin: auto;
}

.ECM_RadioInput-Input {
    opacity: 0;
    width: 0;
    margin: 0;
}

.ECM_RadioInput:hover>.ECM_RadioInput-DummyInput {
    background: #bbbbbb;
}

.ECM_RadioInput-Input:focus+.ECM_RadioInput-DummyInput {
    background: #bbbbbb;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput {
    background: #333333;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}

.ECM_RadioInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eeeeee;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset;
}

.ECM_RadioInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    text-align: left;
    width: 90%;
    font-weight: 800;
}

@media screen and (min-width: 750px) {

    .gdn-img-ch,
    .ECM_RadioInput {
        width: 60%;
    }
}