.gel p,.gel li{
line-height: 2em;
font-size:14px;
list-style-type:none;
}
.gel h2{
font-size:1.5em;
}
.gel h4{
font-size:1.5em;
font-weight:bold;
}
.gel img{
width:100%;
height: auto;
}
.gel_text{
margin-bottom:2em;
}
.gel_text p{
text-align: center;
}
.gel_text span{
font-weight: bold;
font-size:1.5em;
color:#FF9999;
}
p.gel_title{
font-weight:bold;
font-size:1.5rem;
}
.gel ul{
width: 80%;
margin: 2em auto;
}
.gel h2{
margin:2em 0;
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #FFE5E5;/*背景色*/
border-left: solid 5px #FF9999;/*左線（実線 太さ 色）*/
}
.gel h4{
margin:1em 0;
}
.gel .hash{
color:#FF9999;
font-weight: bold;
}
.gel .last{
text-align: center;

}.gel a{
display: block;
color:#FF9999;
}
.gel li{
position: relative;
}
.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;
}
.gel .textwrapper p{
font-weight: bold;
text-align: center;

}
.gel .textwrapper{
margin:auto;
display: flex;
justify-content: center;
align-items: center;
}

@media(min-width:768px){
.sp_none{
display: none;
}
.gel .textwrapper p{
font-size:1.2em;
}
.gel .flex{
display: flex;
max-width: 1360px;
flex-direction: column;
gap: 15px;
}
.gel .flex.column{
flex-direction: column;
max-width: 1360px;
gap: 15px;
}
}
