    @charset "UTF-8";
    .gel {
        margin: 0;
        padding: 0;
    }
    
    .gel_text {
        font-size: 16px;
        color: #595959;
        text-align: center;
    }
    
    .gel_title {
        font-weight: bold;
        color: 595959;
        margin-bottom: 25px;
        font-size: 25px;
    }
    
    .gel_title span {
        font-size: 26px;
        color: #ff9999;
        line-height: 2;
    }
    
    .choice {
        font-weight: bold;
        font-size: 20px;
        line-height: 2;
        margin: 20px 0 0 0;
    }
    
    .myuge {
        font-size: 26px;
        color: #ff9999;
    }
    
    .pj {
        font-size: 26px;
        color: #f1c40f
    }
    
    .set2 {
        font-size: 24px;
        color: #595959;
    }
    
    .attention {
        font-weight: bold;
        font-size: 22px;
        color: #595959;
        margin: 20px 0 40px;
    }
    
    span {
        font-weight: bold;
    }
    
    .yohaku p {
        width: 93%;
        margin: 0em auto;
        line-height: 2.4;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .title span {
        font-size: 22px;
        color: #ff9999;
        line-height: 1.7;
    }
    
    .indent {
        text-indent: 0.7em;
    }
    
    .gel h2 {
        font-size: 1.5em;
        font-weight: bold;
    }
    
    .gel h2 {
        margin: 2em 0;
        padding: 0.5em;
        /*文字周りの余白*/
        color: #646464;
        /*文字色*/
        background: #FFE5E5;
        /*背景色*/
        border-left: solid 5px #FF9999;
        /*左線（実線 太さ 色）*/
    }
    
    .gel h4 {
        font-size: 1.5em;
        font-weight: bold;
        margin: 1em 0;
    }
    
    .gel img {
        width: 100%;
        height: auto;
    }
    
    .flex img {
        width: 200px;
        height: auto;
    }
    
    .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .flex_item a::after {
        display: none;
    }
    
    .flex2 a::after {
        display: none;
    }
    
    .flex_item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .textwrapper p {
        color: #646464;
        font-weight: bold;
        font-size: 16px;
    }
    
    .gel .hash {
        color: #FF9999;
        font-weight: bold;
    }
    
    .last p {
        text-align: center;
        line-height: 2.5;
        font-size: 16px;
    }
    
    .last p:nth-child(3) {
        margin-bottom: 22px;
    }
    
    .last {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    
    .gel a {
        display: inline-block;
        color: #FF9999;
        text-decoration: none;
        position: relative;
        transition: .3s;
        font-weight: bold;
    }
    
    .gel a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #FF9999;
        opacity: 0;
        transition: .3s;
    }
    
    .gel a:hover::after {
        bottom: 0;
        opacity: 1;
    }
    
    .gel li {
        width: 100%;
        line-height: 2.2em;
        font-size: 16px;
        list-style-type: none;
        position: relative;
    }
    
    .gel ul {
        width: 88%;
        margin: 0em auto;
        margin-top: 35px;
    }
    
    .gel li:before {
        position: absolute;
        content: '';
        background-image: url(https://www.2wayworld.jp/onlinestore/html/template/default/assets/img/moni/event/listicon.png);
        width: 1.5em;
        height: 1.5em;
        left: -2em;
        background-size: contain;
        background-position: center;
        top: 0.5em;
    }
    
    .pc_none {
        display: none;
    }
    
    .sp_br {
        display: none;
    }
    
    .flex2 {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        flex-direction: row;
    }
    
    .flex2 img {
        padding: 5px 20px;
        width: 90%;
    }
    
    @media(max-width:820px) {
        .gel_text {
            font-size: 14px;
            line-height: 1.5;
        }
        .gel_title {
            margin-bottom: 35px;
            font-size: 22px;
            margin-top: 20px;
        }
        .gel_title span {
            font-size: 24px;
            line-height: 1.8;
        }
        .attention {
            font-size: 18px;
            margin-bottom: 50px;
        }
        .choice {
            line-height: 1.8;
            margin-bottom: 20px;
        }
        .sp_none {
            display: none;
        }
        .pc_none {
            display: block;
        }
        .flex {
            flex-direction: column;
        }
        .flex img {
            margin: 0 30px 0 0;
            width: 210px;
        }
        .sp_var {
            text-align: center;
            display: block;
            margin-bottom: 20px;
        }
        .yohaku {
            text-align: center;
        }
        .yohaku2 p {
            margin-bottom: 30px;
        }
        .gel ul {
            width: 85%;
        }
    }
    
    @media(max-width:500px) {
        .gel_text {
            max-width: 90%;
            margin: 0 auto;
            font-size: 12px;
            line-height: 1.8;
        }
        .gel_title {
            margin-bottom: 25px;
            font-size: 16px;
            margin-top: 20px;
        }
        .set {
            font-size: 18px;
        }
        .gel_title span {
            font-size: 18px;
            line-height: 1.8;
        }
        .attention {
            font-size: 16px;
        }
        .choice {
            font-weight: bold;
            font-size: 15px;
        }
        .myuge {
            font-size: 18px;
            color: #ff9999;
        }
        .pj {
            font-size: 18px;
            color: #f1c40f
        }
        .set2 {
            font-size: 18px;
            color: #595959;
        }
        .gel h2 {
            margin: 1.3em 0;
            padding: 0.3em;
        }
        .gel h2 {
            font-size: 1.2em;
        }
        .sp_none {
            display: none;
        }
        .sp_br {
            display: block;
        }
        .pc_none {
            display: block;
        }
        .flex {
            max-width: 100%;
            flex-direction: column;
        }
        .flex img {
            width: 170px;
            margin: 0;
        }
        .textwrapper p {
            font-size: 14px;
            text-align: center;
            margin-bottom: 12px;
            line-height: 1.6;
        }
        .flex_item {
            flex-direction: column;
        }
        .gel li {
            width: 100%;
            line-height: 2.2em;
            font-size: 14px;
        }
        .gel ul {
            width: 87%;
            margin-right: 10px;
            margin-top: 20px;
        }
        .sp_var {
            font-size: 15px;
        }
        .title span {
            font-size: 18px;
            line-height: 2;
        }
        .sp_moji {
            font-size: 12px;
        }
        .yohaku {
            text-align: center;
            font-size: 15px;
        }
        .yohaku p {
            line-height: 2.2;
            font-size: 14px;
        }
        .yohaku2 p {
            margin-bottom: 30px;
        }
        .last {
            font-size: 11px;
        }
        .last p {
            text-align: center;
            line-height: 2.5;
            font-size: 11px;
        }
        .last p:nth-child(3) {
            margin-bottom: 10px;
        }
        .gel .hash {
            font-size: 15px;
        }
    }