    #mainbox p{
        font-size: 1rem;
        line-height: 25px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
            letter-spacing: 0.1em;
    }
    #mainbox ul{
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
    }
    #mainbox ul li{
        font-size: 12pt;
        line-height: 180%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: normal;
        letter-spacing: 0.1em;
    }

    .ti02 {
        font-size: 26pt;
        font-weight: bold;
        color: #444;
        margin-bottom: 30px;
        border-bottom-width: 5px;
        border-bottom-style: solid;
        border-bottom-color: #2683D7;
        line-height: 150%;
    }
    .shinbox02 {
        margin-bottom: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .shinbox02 p {
        margin-bottom: 20px;
    }
    .shinbox02:after {
        content: "";
        display: block;
        clear: both;
        height: 1px;
        overflow: hidden;
    }
    .combox04 {
        margin-bottom: 50px;
    }
    .combox04 iframe{
        width: 100%;
    }
    .evebox05 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    .evebox05 p {
        text-align: center;
    }
    a.bt_eve02 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 15pt;
        text-align: center;
        text-decoration: none;
        width: 280px;
        margin: auto;
        padding: 1rem 4rem 1rem 3rem;
        font-weight: bold;
        background: #27acd9;
        color: #fff;
        border-radius: 100vh;
        position: relative;
        transition: 0.5s;
    }
    a.bt_eve02::after {
        content: '';
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }
    a.bt_eve02:hover {
        background: #44c6f2;
        color: #fff;
    }
    @media screen and (max-width:767px) {
        .ti02 {
            font-size: 16pt;
            padding: 20px;
        }
        .evebox05 {
            padding-bottom: 50px;
        }
        .combox04 iframe{
            height: 300px;
        }
        a.bt_eve02{
            width: 90%;
            box-sizing: border-box;
            font-size: 15px;
        }
    
    }