.uv_spray p,
.uv_spray li {
    line-height: 2em;
    font-size: 14px;
    list-style-type: none;
}

.uv_spray img {
    width: 100%;
    height: auto;
    max-width: 1100px;
}

.uv_spray .top_text {
    margin-bottom: 2em;
}

.uv_spray .top_text p {
    text-align: center;
    font-size: 16px;
}

.uv_spray .top_text p span {
    font-weight: bold;
    font-size: 1.5em;
    color: #f1c40f;
}

.uv_spray ul {
    width: 80%;
    margin: 2em auto;
}

.uv_spray h2 {
    font-size: 1.5em;
    margin: 2em 0;
    padding: 0.5em;
    /*文字周りの余白*/
    color: #494949;
    /*文字色*/
    background: #fff0ad;
    /*背景色*/
    border-left: solid 5px #ffc081;
    /*左線（実線 太さ 色）*/
}

.uv_spray .hash {
    color: #FFB5B5;
    font-weight: bold;
}

.uv_spray .last {
    text-align: center;
}

.uv_spray a {
    display: block;
    color: #FFB5B5;
}

.uv_spray li {
    position: relative;
}

.uv_spray 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;
}

.uv_spray .textwrapper p {
    font-weight: bold;
}

.uv_spray .textwrapper {
    margin: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uv_spray .flex {
    display: flex;
    flex-direction: column;
}

.uv_spray .In_pro {
    display: flex;
    flex-direction: column;
}

.uv_spray .In_pro div {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}

.uv_spray section .text_container p {
    line-height: 1.2;
}

.uv_spray section .text_container {
    margin-top: 5em;
}

.uv_spray .point::first-letter {
    font-size: 150%;
    color: #ffc081;
    font-weight: bold;
}

.uv_spray .point {
    border-bottom: 4px dotted #fff0ad;
    font-weight: bold;
}

@media(min-width:768px) {
    .sp_none {
        display: none;
    }
    .uv_spray .textwrapper p {
        font-size: 1.2em;
    }
    .uv_spray .flex {
        flex-direction: row;
        max-width: 1360px;
    }
    .uv_spray .In_pro {
        max-width: 1360px;
    }
}