@charset "UTF-8";
#contaner {
    max-width: 100%;
    width: 100%;
    background: url(../img/smo_main_sec1_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
#contaner a{
    color: #0073be;
}

#event_app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1280px;
    margin: auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width:1400px) {
    #event_app {
        width: 1024px;
    }
}
@media screen and (max-width:1024px) {
    #event_app {
        width: 100%;
    }
}
.content_title {
    display: none;
}
.main_section_wrap {
    padding: 0;
}
.main_section,
.main_section1 {
    padding: 10px;
    background: rgba(255, 255, 255, 1);
}
/*新要項start*/
    /*ｈ要素*/
    .main_section {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 50px;
        width: 100%;
        counter-reset: my-counter;
    }
    @media screen and (max-width:768px) {
        .main_section {
            gap: 20px;
            padding: 10px;
        }
    }
    @media screen and (max-width:480px) {
        .main_section {
            gap: 20px;
            padding: 0px;
            background: #fff!important;
        }
    }
    h2.main_section_title {
        flex-basis: 100%;
        padding: 10px;
        text-align: center;
        border: 3px double #ff6633;
        background: #fff;
        font-size: 26px;
        font-weight: 600;
        line-height: 2em;
    }
    @media screen and (max-width:768px) {
        h2.main_section_title {
            font-size: 18px;
        }
    }
    h3.main_section_flag {
        display: flex;
        align-self: start;
        justify-content: center;
        min-width: 300px;
        padding: 10px 20px;
        color: #fff;
        background: #5533cc;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        box-sizing: border-box;
        margin: 0 0 0 -70px;
        color: white;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }
    h3.main_section_flag::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px #220055;
    }
    h3.main_section_flag:first-child{
        margin: -30px 0 0 -70px;
    }
    @media screen and (max-width:768px) {
        h3.main_section_flag {
            font-size: 16px;
            margin: 0 0 0 -30px;
        }
        h3.main_section_flag:first-child{
            margin: 10px 0 0 -30px;
        }
    }
    @media screen and (max-width:480px) {
        h3.main_section_flag {
            margin: 0 0 0 -10px;
        }
        h3.main_section_flag:first-child{
            margin: 10px 0 0 -10px;
        }
        h3.main_section_flag::before {
            display: none;
        }
    }
    h4.method_title{
        font-size: 18px;
        font-weight: 600;
        position: relative;
        color: #220055;
        border-bottom: #aaaaff 1px dotted;
        padding-left: 30px;
        margin-bottom: 20px;
        height: auto;
    }
    h4.method_title::before{
        content: counter(my-counter)",";
        counter-increment: my-counter;
        left: 0;
        position: absolute;
    }
    h4.method_title:not(:first-child){
        padding-top: 40px;
    }
    @media screen and (max-width:768px) {
        h4.method_title{
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        h4.method_title{
            font-size: 14px;
        }
    }
    h5.method_sub_title{
        font-size: 18px;
        font-weight: 600;
        color: #220055;
        border-bottom: #aaaaff 1px dotted;
        padding-bottom: 5px;
        margin-bottom: 10px;
        height: auto;
    }
    @media screen and (max-width:768px) {
        h5.method_sub_title{
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        h5.method_sub_title{
            font-size: 14px;
        }
    }
    /*p要素*/
    .main_section p.lead,
    .main_section p.sub_lead{
        font-size: 18px;
        color: #220055;
        line-height: 1.5;
    }
    .main_section p.sub_lead{
        padding:20px 0 20px 18px;
    }
    @media screen and (max-width:1400px) {
        .main_section p.lead,
        .main_section p.sub_lead{
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        .main_section p.lead,
        .main_section p.sub_lead{
            font-size: 14px;
        }
    }
    /*box要素*/
    .lead_box {
        padding: 30px;
        color: #220055;
        border: 1px solid #220055;
        background: #fafaff;
        font-size: 18px;
        line-height: 1.5;
    }
    @media screen and (max-width:1400px) {
        .lead_box{
            padding: 20px;
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        .lead_box{
            font-size: 14px;
        }
    }
    .lead_box.__center,
    .lead_box.__fcred {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    @media screen and (max-width:1400px) {
        .lead_box.__center,
        .lead_box.__fcred {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        .lead_box.__center,
        .lead_box.__fcred {
            font-size: 14px;
        }
    }
    .lead_box.__fcred {
        color: #ff0000;
    }
    .lead_child_box {
        display: block;
        padding: 10px;
        color: #220055;
        border: 1px solid #220055;
        background: #fff;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
    }
    @media screen and (max-width:1400px) {
        .lead_child_box {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        .lead_child_box {
            font-size: 14px;
        }
    }
    .example_box {
        margin: 20px 0;
        padding: 15px;
        color: #220055;
        border: 1px solid #aaaaff;
        background: #fff;
        font-size: 18px;
        line-height: 1.5;
    }
    .example_box.border-dot {
        border-style: dotted;
    }
    .example_box.__inner_box {
        background: #fafaff;
    }
    @media screen and (max-width:1400px) {
        .example_box {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        .example_box {
            font-size: 14px;
        }
    }
    /*list要素*/
    ul.item_list,
    ul.child_list {
        display: flex;
        flex: 1 0 0;
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
    }
    @media screen and (max-width:480px) {
        ul.item_list,
        ul.child_list {
            gap: 40px;
        }
    }
    ul.item_list li,
    ul.child_list li {
        display: flex;
        flex: 1 0 0;
        /*gap: 50px;*/
        color: #220055;
        font-size: 18px;
    }
    @media screen and (max-width:1400px) {
        ul.item_list li,
        ul.child_list li  {
            font-size: 16px;
            /*gap:10px;*/
        }
    }
    @media screen and (max-width:480px) {
        ul.item_list li,
        ul.child_list li  {
            font-size: 14px;
            gap: 0;
            flex-direction: column;
        }
    }
    ul.item_list li.column{
        flex-direction: column;
    }
    ul.item_list li label.item_label {
        display: flex;
        align-items: center;
        align-self: stretch;
        flex-basis: 200px;
        justify-content: center;
        padding: 10px;
        border: 1px solid #aaaaff;
        background: #f5f5ff;
        font-weight: 600;
    }
    @media screen and (max-width:768px) {
        ul.item_list li label.item_label {
            flex-basis: 150px;
        }
    }
    @media screen and (max-width:480px) {
        ul.item_list li label.item_label {
            flex-basis: auto;
        }
    }
    ul.item_list li label.__dealer{
        background: #220055;
        color: #fff;
        border: none;
    }
    ul.item_list li div.item_value {
        align-self: flex-start;
        flex: 1 0 0;
        padding: 10px;
        padding-left: 50px;
        border: 1px solid #aaaaff;
        border-left: none;
    }
    @media screen and (max-width:768px) {
        ul.item_list li div.item_value {
            padding-left: 10px;
        }
    }
    @media screen and (max-width:480px) {
        ul.item_list li div.item_value {
            width: 100%;
            border: 1px solid #aaaaff;
            border-top: none;
        }
    }
    ul.child_list {
        padding-top: 0px;
    }
    ul.child_list li {
        gap: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #aaaaff;
    }
    ul.child_list li:last-child{
        padding-bottom: 0;
        border-bottom: none;
    }
    ul.child_list li.__li_disc,
    ul.border_list li.__li_disc  {
        display: list-item;
        list-style:disc;
        margin-left: 20px;
        padding: 0;
        border-bottom: none;
        flex-wrap: wrap;
        line-height: 1.5;
        font-size: 18px;
    }
    ul.child_list li.__li_circle{
        display: list-item;
        list-style:circle;
        margin-left: 20px;
        padding: 0;
        border-bottom: none;
        flex-wrap: wrap;
        line-height: 1.5;
        font-size: 18px;
    }
    @media screen and (max-width:1400px) {
        ul.child_list li.__li_disc,
        ul.border_list li.__li_disc,
        ul.child_list li.__li_circle {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        ul.child_list li.__li_disc,
        ul.border_list li.__li_disc,
        ul.child_list li.__li_circle {
            font-size: 14px;
        }
    }
    ul.child_list li label.child_list_title,
    ol.li_nmb_circle li label.child_list_title {
        flex-basis: 200px;
        font-weight: 600;
        color:#4422ee;
        letter-spacing: 0;
    }
    @media screen and (max-width:768px) {
        ul.child_list li label.child_list_title,
        ol.li_nmb_circle li label.child_list_title {
            flex-basis: 100px;
        }
    }
    @media screen and (max-width:480px) {
        ul.child_list li label.child_list_title,
        ol.li_nmb_circle li label.child_list_title {
            flex-basis: auto;
        }
    }
    ul.child_list li label.heading{
        flex:1 0 0;
        font-weight: 600;
        color:#4422ee;
    }
    ul.child_list li div.child_list_value,
    ol.li_nmb_circle li div.child_list_value {
        flex: 1 0 0;
    }
    ul.border_list{
        display: flex;
        flex: 1 0 0;
        flex-direction: column;
        gap: 20px;
        border: 1px dotted #4422ee;
        padding: 20px;
    }
    ul.border_list li{
        display: flex;
        flex: 1 0 0;
        color: #220055;
        font-size: 18px;
    }
    @media screen and (max-width:1400px) {
        ul.border_list li {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        ul.border_list li {
            font-size: 14px;
        }
    }
    ul.td_list{
        display: flex;
        flex: 1 0 0;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }
    @media screen and (max-width:480px) {
        ul.td_list{
            gap: 40px;
        }
    }
    ul.td_list li{
        display: flex;
        flex: 1 0 0;
        color: #220055;
        font-size: 18px;
        gap: 20px;
        justify-content: center;
        border-bottom: #aaaaff dotted 1px;
    }
    ul.td_list li label{
        font-weight: 600;
    }
    @media screen and (max-width:1400px) {
        ul.td_list li {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        ul.td_list li {
            font-size: 14px;
            display: flex;
            flex-direction: column;
            gap: 0;
        }
    }
    ul.td_list li.border-none,
    ul.td_list li:last-child {
        margin-top: 3px;
        border-bottom: none;
    }

    /*DL要素*/
    #event_app dl.item_dl{
        display: flex;
        flex: 1 0 0;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 40px;
        padding: 0;
    }
    #event_app dl.item_dl.__border{
        border: 1px dotted #aaaaff;
        border-radius: 10px;
        padding: 20px;
        gap: 20px;
    }
    #event_app dl.item_dl dt{
        flex: 1 0 0;
        font-size: 18px;
        font-weight: 600;
        color: #220055;
        background: none;
        text-decoration: underline 3px #5533cc;
        text-underline-offset: 7px;
    }
    @media screen and (max-width:1400px) {
        #event_app dl.item_dl dt{
            font-size: 16px;
        }
    }
    #event_app dl.item_dl dd{
        font-size: 18px;
        color: #220055;
        padding: 0 0 20px 16px;
        border-bottom: 1px dotted #aaaaff;
        counter-reset: my-counter;
    }
    @media screen and (max-width:1400px) {
        #event_app dl.item_dl dd{
            font-size: 16px;
        }
    }
    #event_app dl.item_dl dd:last-child{
        padding: 0 0 0 16px;
        border-bottom: none;
    }
    @media screen and (max-width:768px) {
        #event_app dl.item_dl {
            padding: 0;
        }
        #event_app dl.item_dl dt,
        #event_app dl.item_dl dd {
            font-size: 16px;
        }
        #event_app dl.item_dl dd{
            padding: 0 0 20px 0;
        }
        #event_app dl.item_dl dd:last-child{
            padding: 0;
        }
    }
    @media screen and (max-width:480px) {
        #event_app dl.item_dl dt,
        #event_app dl.item_dl dd {
            font-size: 14px;
        }
    }
    /*ol要素*ナンバーリスト*/
    ol.li_nmb_circle {
        counter-reset: my-counter;
        list-style: none;
        /*padding: 20px 0 0;*/
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    ol.li_nmb_circle.__count_from_five{
        counter-reset: my-counter 4;
    }
    ol.li_nmb_circle.__count_from_six{
        counter-reset: my-counter 5;
    }
    ol.li_nmb_circle li.li_nmb {
        font-size: 18px;
        line-height: 1.5;
        padding-left: 30px;
        position: relative;
        color: #220055;
    }
    @media screen and (max-width:1400px) {
        ol.li_nmb_circle li.li_nmb {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        ol.li_nmb_circle li.li_nmb {
            font-size: 14px;
            display: flex;
            flex-direction: column;
        }
    }
    ol.li_nmb_circle li.li_nmb:before {
        content: counter(my-counter);
        counter-increment: my-counter;
        border:#220055 1px solid;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 18px;
        width: 18px;
        color: #220055;
        font-size: 12px;
        line-height: 1;
        position: absolute;
        top: 5px;
        left: 0;
        font-weight: 600;
        letter-spacing: -0.25px;
    }
    @media screen and (max-width:480px) {
        ol.li_nmb_circle li.li_nmb:before {
            top: 2px;
        }
    }
    ol.li_nmb_circle li.__list_title{
        font-weight: 600;
        color:#4422ee;
        font-size: 18px;
    }
    @media screen and (max-width:1400px) {
        ol.li_nmb_circle li.__list_title {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        ol.li_nmb_circle li.__list_title {
            font-size: 14px;
        }
    }
    .li_nmb_title{
        flex-basis: 300px;
        font-weight: 600;
        text-align: center;
    }
    @media screen and (max-width:480px) {
        .li_nmb_title{
            flex-basis: auto;
            text-align: left;
        }
    }
    .li_nmb_value{
        flex-basis: auto;
    }
    ol.li_nmb_circle li.__arrow {
        position: relative;
        margin-bottom: 20px;
        width: 340px;
    }
    @media screen and (max-width:480px) {
        ol.li_nmb_circle li.__arrow {
            width: 150px;
        }
    }
    ol.li_nmb_circle li.__arrow::before {
        content:"\f309";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        bottom:-20px;
        left: 50%;
    }
    /*その他*/
    #event_app em{
        font-weight: 600;
    }
    span.description{
        padding: 5px 0 0 0;
        font-weight: normal;
        display: flex;
    }
    .right_arrow{
        padding-left: 30px;
        line-height: 1.5;
        font-size: 18px;
        position: relative;
        /*display: block;*/
        padding-top: 20px;
    }
    @media screen and (max-width:1400px) {
        .right_arrow {
            font-size: 16px;
        }
    }
    @media screen and (max-width:480px) {
        .right_arrow {
            font-size: 14px;
        }
    }
    .right_arrow::before{
        content: "\f178";
        position: absolute;
        left: 0;
        top: 45%;
        font-weight:900;
        font-family: "Font Awesome 5 Free";
    }

    /***** 補足指定 *****/
    .__flex{
        display: flex;
    }
    .__flex_column{
        display: flex;
        flex-direction: column;
    }
    .__flex_start{
        display: flex;
        justify-content: flex-start!important;
    }
    .__flex_end{
        display: flex;
        justify-content: flex-end!important;
    }
    .__gap_10{
        display: flex;
        gap: 10px!important;
    }
    .__gap_20{
        display: flex;
        gap: 20px!important;
    }
    .__center{
        text-align: center;
    }
    .fb300{
        flex-basis: 300px!important;
    }
    .fb250{
        flex-basis: 250px!important;
    }
    .fb200{
        flex-basis: 200px!important;
    }
    .fb150{
        flex-basis: 150px!important;
    }
    @media screen and (max-width:768px) {
        .fb150{
            flex-basis: 100px!important;
        }
    }
    @media screen and (max-width:480px) {
        .fb300,
        .fb250,
        .fb200,
        .fb150{
            flex-basis: auto!important;
        }
    }
    .fb-auto{
        flex: 1 0 0;
    }
    .__col_left,
    .__col_right {
        flex-basis: calc(50% - 10px);
    }
    .mg-top-20{
        margin-top: 20px;
    }
    .mg-top-40{
        margin-top: 40px;
    }
    .mg-bottom-20{
        margin-bottom: 20px;
    }
    .pd-top-10{
        padding-top: 10px!important;
    }
    .pd-top-20{
        padding-top: 20px!important;
    }
    .pd-top-30{
        padding-top: 30px!important;
    }
    .pd-top-40{
        padding-top: 40px!important;
    }
    .pd-top-50{
        padding-top: 50px!important;
    }
    .pd-20 {
        padding: 20px!important;
    }
    .pd-20-0 {
        padding: 20px 0!important;
    }
    .pd-left-1rem{
        padding-left: 1rem!important;
    }
    .pd-btm-20{
        padding-bottom: 20px!important;
    }
    .pd-btm-50{
        padding-bottom: 50px!important;
    }
    .pd-btm-100{
        padding-bottom: 100px!important;
    }
    .__fs-small{
        font-size: 75%;
    }
    .__fslarge{
        font-size: 125%;
    }
    .__fsXlarge{
        font-size: 150%;
    }
    .__asterisk {
        position: relative;
        display: block;
        padding-left: 1.5rem;
        color: #8B008B!important;
        font-size: 17px;
        line-height: 1.5;
    }
    .__asterisk::before {
        content: "※";
        position: absolute;
        left: 0;
    }
    @media screen and (max-width:1400px) {
        .__asterisk {
            font-size: 15px;
            padding-left: 1.1rem;
        }
    }
    @media screen and (max-width:480px) {
        .__asterisk {
            font-size: 13px;
        }
    }
    .__address,
    .__tell,
    .__fax,
    .__email {
        padding-left: 30px;
        position: relative;
    }
    .__address::before,
    .__tell::before,
    .__fax::before,
    .__email::before {
        left: 0;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .__address::before {
        content: "\f3c5";
    }
    .__tell::before {
        content: "\f095";
    }
    .__fax::before {
        content: "\f1ac";
    }
    .__email::before {
        content: "\f0e0";
    }
    /***** 部分的な指定 *****/

/*新要項end*/
#event_app dt.dt_title {
    margin-top: 0;
}
#event_app dd.dd2 {
    font-weight: bolder;
}
#event_app .dd_subtxt {
    font-weight: lighter;
}
table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 5px;
}
table thead tr {
    background-color: #220055;
}
table tr {
    border-bottom: 1px solid #ccc;
}
table thead th,
table thead td {
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
table tbody th,
table tbody td {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.content_main_list tr:nth-child(even) {
    background:#eeeeff;
}

.list-box {
    margin: 1%;
    padding: 1%;
    border: 1px dotted #ccc;
    border-radius: 15px;
}
.list-box li {
    margin-bottom: 2%;
    margin-left: 2%;
    list-style: circle;
}
.dt_box {
    width: 90%;
    margin: 5%;
    padding: 5%;
    border-top: 1px solid #ccc;
    border-right: 5px double #666;
    border-bottom: 1px dotted #ccc;
    border-left: 5px double #666;
}
.dd_box-1 {
    display: block;
    padding: 5px;
    border: 3px double red;
}
.dd_box-1-inner {
    display: block;
    margin: auto;
    padding: 5px;
    text-align: center;
    border: 2px dotted red;
}
.dd_box-2 {
    margin: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #bb0000 !important;
    font-size: 150%;
    font-weight: 700;
}
.txt-center {
    text-align: center;
}
@media screen and (max-width:480px) {
    #contaner {
        padding-top: 0px;
        /*30px*/
        background: none;
    }
    #event_app {
        width: 100%;
    }
    /*
    .container_center {
        padding: 0px;
    }
    */
    /*
    .content_main_list {
        padding: 0;
    }
    */
    .arrow1 img {
        width: 30%;
        margin: 10px auto;
    }
    .main_section,
    .main_section1 {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background: #f9f9f9;
        box-shadow: none;
    }
    h2.main_section_title,
    #event_app dt.dt_title {
        background: #fff;
        font-size: .875rem;
        line-height: 20px;
    }
    #event_app dt.dt_subtitle {
        font-size: .875rem;
    }
    #event_app dd.dd1,
    #event_app dd.dd2,
    #event_app dd {
        font-size: .8125rem;
        line-height: 20px;
    }
    #event_app dd.dd1 {
        padding: 5px;
    }
    .list-box li {
        margin-left: 20px;
        font-size: .8125em;
        line-height: 20px;
    }
    .dd_box-2 {
        font-size: .8125rem;
        font-weight: normal;
    }
    table th,
    table td {
        font-size: .6875rem !important
    }
}
/*はじめに*/
.main_section_prlg {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
    box-shadow: hsl(23, 9%, 38%) 0 0 4px;
}
@media screen and (max-width:768px) {
    .main_section_prlg {
        width: 100%;
        padding: 20px;
    }
}
@media screen and (max-width:480px) {
    .main_section_prlg {
        padding: 0px;
        box-shadow: none;
    }
}
h1.prlg_ttl,
h2.prlg_subttl,
p.prlg_txt,
dl.prlg_dl,
.prlg_dl_copy {
    flex-basis: 1050px;
    margin: auto;
}
@media screen and (max-width:1050px) {
    h1.prlg_ttl,
    h2.prlg_subttl,
    p.prlg_txt,
    dl.prlg_dl,
    .prlg_dl_copy {
        flex-basis: 100%;
    }
}
/*フォント種類・サイズ指定*/
h2.prlg_subttl,
p.prlg_txt,
dl.prlg_dl,
.prlg_dl_copy,
table.prlg_info_tbl {
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
}
h1.prlg_ttl,
dl.prlg_dl dt,
.prlg_dl_copy,
table.prlg_info_tbl th,
table.prlg_info_tbl td {
    font-size: 20px;
    line-height: 2;
}
@media screen and (max-width:480px) {
    h1.prlg_ttl,
    dl.prlg_dl dt,
    .prlg_dl_copy,
    table.prlg_info_tbl th,
    table.prlg_info_tbl td {
        letter-spacing: 0;
        font-size: 15px !important;
        line-height: 24px !important;
    }
}
h2.prlg_subttl,
p.prlg_txt,
dl.prlg_dl dd,
a.btn1,
a.btn2 {
    font-size: 20px;
    line-height: 2;
}
@media screen and (max-width:480px) {
    h2.prlg_subttl,
    p.prlg_txt,
    dl.prlg_dl dd,
    a.btn1,
    a.btn2 {
        font-size: 14px !important;
        line-height: 21px !important;
    }
}
#event_app dl.prlg_dl dt {
    flex-basis: 100%;
}
#event_app dl.prlg_dl dd {
    padding: 10px;
}
h1.prlg_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 4px;
    color: #220055;
    font-weight: 700;
}
h2.prlg_subttl {
    margin-top: 20px;
    padding-top: 20px;
    color: #220055;
    border-bottom: #ccccff 2px solid;
    font-weight: 700;
}
p.prlg_txt {
    padding: 20px 10px 40px;
    color: #220055;
}
dl.prlg_dl {
    display: flex;
    margin-top: 10px;
    padding: 10px !important;
    color: #220055;
}
@media screen {
    dl.prlg_dl {
        padding: 0px !important;
    }
}
dl.prlg_dl dt {
    padding: 10px;
    color: white;
    background-color: #220055;
    background-image: linear-gradient(to right, #220055 25%, #ccccff 100%);
    font-weight: 700;
}
dl.prlg_dl dt::before {
    content: "\f0a4";
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.prlg_dl_copy {
    margin: 0 auto 50px;
    padding: 50px 0;
    text-align: center;
    color: #220055;
    border-bottom: #ccccff 2px solid;
}
table.prlg_info_tbl,
ul.prlg_link {
    width: 800px;
    margin: 0 auto 50px;
}
@media screen and (max-width:1050px) {
    table.prlg_info_tbl,
    ul.prlg_link {
        width: 100%;
    }
}
table.prlg_info_tbl tr {
    border: 1px solid #220055;
}
table.prlg_info_tbl tr:nth-child(even) {
    background: lightgoldenrodyellow;
}
table.prlg_info_tbl th {
    width: 40%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: white;
    background: #220055;
}
table.prlg_info_tbl th.first-th {
    border-bottom: 1px solid white;
}
table.prlg_info_tbl td {
    width: 60%;
    margin-top: 10px;
    padding: 10px;
    padding-left: 50px;
    text-align: left;
    color: #220055;
}
@media screen and (max-width:480px) {
    table.prlg_info_tbl td {
        padding-left: 10px;
    }
}
table.prlg_info_tbl td span.__asterisk {
    position: relative;
    display: flex;
    padding-left: 16px;
    color: #c1272d;
    font-size: 14px;
}
table.prlg_info_tbl td span.__asterisk::before {
    content: "※";
    position: absolute;
    left: 0;
}
ul.prlg_link {
    display: flex;
    flex-wrap: wrap;
}
ul.prlg_link li {
    display: flex;
    flex-basis: 100%;
    justify-content: flex-end;
}
ul.prlg_link li:first-of-type {
    margin-bottom: 10px;
}
a.btn1,
a.btn2 {
    padding: 10px 20px;
    text-align: center;
    color: white !important;
    border-radius: 5px;
    font-weight: 600;
}
a.btn1 {
    background-color: #220055;
    background-image: linear-gradient(to right, #220055 25%, #3b1513 100%);
}
a.btn2 {
    background-color: #c1272d;
    background-image: linear-gradient(to right, #f15a24 25%, #c1272d 100%);
}
@media screen and (max-width:480px) {
    a.btn1,
    a.btn2 {
        flex-basis: 100%;
    }
}
/*inlineパーツの共通指定*/
.txt_bold_red {
    color: red;
    font-weight: bold;
}
.text_bold_line {
    text-decoration: underline 3px #aaaaff;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .text_bold_line {
        text-decoration: underline 2px #aaaaff;
    }
}
.asterisk_txt {
    position: relative;
    display: block;
    padding-left: 12px;
    letter-spacing: 0em;
    font-size: 12px;
    font-weight: lighter;
    line-height: normal;
}
.asterisk_txt:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
.red {
    color: red;
}
/*特長*/
#benefit .prlg_dl_copy,
#benefit ul.prlg_link {
    flex-basis: 100%;
    margin: 0 auto 50px;
}
.flag_ttl_wrap {
    flex-basis: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.flag_ttl_wrap:first-child {
    margin-top: 0px;
}
.flag_ttl {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    padding: 0px 30px 0 10px;
    /*リボンの高さ*/
    text-align: center;
    letter-spacing: .5rem;
    color: #FFF;
    background: #de5c50;
    text-shadow: 0 0 2px black;
    /*横の大きさ*/
    font-size: 16px;
    /*リボンの高さ*/
    line-height: 30px;
}
.flag_ttl::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 15px 15px 15px 0px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
@media screen and (max-width:768px) {
    table.benefit_tbl {
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 800px;
        white-space: nowrap;
    }
}
.thead-sp {
    display: none;
}
@media screen and (max-width:480px) {
    .thead-sp {
        display: contents;
    }
}
table.benefit_tbl thead tr {
    border: 1px solid #fff;
    border-left: none;
    background: #6c504e;
}
table.benefit_tbl thead td {
    letter-spacing: .5rem;
    color: #fff;
    border-left: 1px solid #fff;
}
table.benefit_tbl tbody th {
    width: 16%;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    /*letter-spacing: .5rem;*/
    background: #0073be;
}
table.benefit_tbl tbody td {
    width: 28%;
    vertical-align: top;
    border: 1px solid #ccc;
}
table.benefit_tbl thead td,
table.benefit_tbl tbody th,
table.benefit_tbl tbody td {
    padding: 10px;
    text-align: center;
    font-size: 15px;
}
@media screen and (max-width:480px) {
    table.benefit_tbl thead td,
    table.benefit_tbl tbody th,
    table.benefit_tbl tbody td {
        font-size: 13px;
    }
    table.benefit_tbl tbody th {
        width: 100px;
    }
}
ul.td_inner_list {
    list-style: none;
}
ul.td_inner_list li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
}
ul.td_inner_list li::before {
    content: "●";
    position: absolute;
    left: 0;
    padding-right: 5px;
    color: #0073be;
    font-size: 12px;
}
ul.td_inner_list li.-is-style-none {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
}
ul.td_inner_list li.-is-style-none::before {
    content: "";
    display: none;
}
a.td_inner_list_btn {
    padding: 10px 20px;
    text-align: center;
    color: #0073be !important;
    border: 1px solid #0073be;
    border-radius: 4px;
    font-size: 12px;
}
@media screen and (max-width:480px) {
    ul.td_inner_list li {
        font-size: 12px;
    }
    ul.td_inner_list li::before {
        font-size: 10px;
    }
}
.doc_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0;
}
.doc_btn a {
    display: inline-flex;
    flex-basis: 24%;
    justify-content: center;
    padding: 20px;
    color: #fff !important;
    outline: 2px solid #96802d;
    /* 線の太さ・線状・色 */
    outline-offset: -5px;
    background-color: #220055;
    background-image: linear-gradient(to bottom, #220055 25%, #3b1513 100%);
}
@media screen and (max-width:480px) {
    .doc_btn a {
        flex-basis: 48%;
        padding: 20px 10px;
        font-size: 14px;
    }
    .doc_btn a:nth-child(n+3) {
        margin-top: 4%;
    }
}
ul.schedule_table {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
}
ul.schedule_table li {
    display: flex;
    flex: 1 0 0;
}
ul.schedule_table li label.schedule_title {
    flex-basis: 20%;
}
ul.schedule_table li span.schedule_value {
    flex-basis: auto;
}