@charset "UTF-8";


/*-------------------------------------------------------------------------------------
鈴鹿8時間耐久ロードレース決勝結果について
--------------------------------------------------------------------------------------*/

.notification {
    background: #fff;
    color: #000;
    margin: 0 auto 30px;
    padding: 20px;
    width: calc(1220px - 40px);
}

.notification a {
    color: #F00 !important;
    text-decoration: underline !important;
}








/*



PC



*/

@media (min-width: 750px) {


    /*-------------------------------------------------------------------------------------
リザルトリンク
--------------------------------------------------------------------------------------*/
    .result-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-grow: 1;
        margin: 80px auto 0;
        width: 1220px;
    }

    .result-wrap .result-banner {
        font-weight: 700;
        margin: 0 auto;
        text-align: center;
        width: calc(100% / 2 - 1%);
    }

    .result-wrap .result-banner a,
    .result-wrap .result-banner a:visited {
        color: #fff !important;
    }







    .top-wrap {
        margin: 0 auto;
        padding: 35px 0;
        width: 1220px;
    }

    .top-wrap h1 {
        font-size: 3.2rem;
        text-align: center;
    }

    .top-information {
        color: #fff;
        font-size: 1.8rem;
        margin: 20px auto;
        width: 1220px;
    }

    .top-information h1 {
        font-size: 3.8rem;
    }

    .top-information h1 span {
        display: block;
        font-size: 2rem;
    }

    .top-information h2 {
        background: #fff;
        color: #f00;
        font-size: 2.6rem;
        margin: 20px auto;
        padding: 7px 0;
        text-align: center;
        width: 1220px;
    }

    .top-information h2 a {
        color: #fff !important;
        text-decoration: underline;
    }

    .top-information > .caution-text-red {
        padding-left: 0;
    }

    .top-information dl {
        display: flex;
        flex-wrap: wrap;
    }

    .top-information dl dt {
        font-weight: normal;
        margin-left: 1em;
        width: 6em;
    }

    .top-information dl dd {
        width: calc(100% - 7em);
    }

    /*-------------------------------------------------------------------------------------
メルマガ登録
--------------------------------------------------------------------------------------*/
    .top-ml-registration {
        background: #fff;
        border: 1px solid #f00;
        color: #000;
        margin: 0 auto 30px;
        padding: 1em;
        text-align: center;
        width: calc(1220px - 2px - 2em);
    }

    .top-ml-registration h2 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .top-ml-registration a {
        color: #f00;
        text-decoration: underline;
    }
    .top-ml-registration a:after {
        content: '\00bb';
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none!important;
    }

    .top-ml-registration a.regist-btn {
        background: #f00;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        padding: 16px 0;
        text-decoration: none;
        transition: all .7s;
        width: 360px;
    }

    .top-ml-registration a.regist-btn:after {
        content: '\00bb';
        color: #fff;
        display: inline;
        margin-left: 6px;
        text-decoration: none!important;
    }


    .top-ml-registration a.regist-btn:hover {
        opacity: .7;
    }

    /*-------------------------------------------------------------------------------------
入場後のチケット販売について
--------------------------------------------------------------------------------------*/
    .top-information-ticket-option {
        margin: 80px auto 30px;
        text-align: center;
        width: 1220px;
    }

    .top-information-ticket-option a {
        background: #f00;
        color: #fff !important;
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        padding: 20px 1em;
        text-decoration: none;
        transition: all .7s;
        width: calc(100% - 2em);
    }

    .top-information-ticket-option a:hover {
        opacity: .7;
    }



    /*-------------------------------------------------------------------------------------
top shortcut link
--------------------------------------------------------------------------------------*/
    .top-shortcut-link {
        margin: 40px auto;
        width: 1220px;
    }

    .shortcut-3-column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shortcut-link-box {
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
        list-style: none;
        margin: 0;
        margin-bottom: 20px;
        min-height: 330px;
        position: relative;
        transition: .7s;
        width: calc((100% - 30px) / 4);
    }

    .shortcut-link-box:hover {
        opacity: .7;
    }

    .shortcut-link-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none;
        padding: 15px;
        box-sizing: border-box;
        position: relative;
    }

    .shortcut-link-box a img {
        width: 100px;
    }

    .shortcut-link-box.map img {
        width: 180px;
    }

    .shortcut-link-box.pic img {
        width: 150px;
    }

    .shortcut-link-box.s-taikyu_s img {
        width: 100%;
    }

    .shortcut-link-box a .text {
        font-size: 26px;
        margin: 20px 0;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.0;
    }

    .shortcut-link-box.s-taikyu_s a .text {
        font-size: 20px;
        line-height: 1.3;
    }

    .shortcut-link-box a .text .fs-sm {
        font-size: 14px;
    }

    .shortcut-link-box.color01 {
        background-color: #283641;
    }

    .shortcut-link-box.color02 {
        background-color: #31AA27;
    }

    .shortcut-link-box.color03 {
        background-color: #22A8DD;
    }

    .shortcut-link-box.color04 {
        background-color: #FF4066;
    }

    .shortcut-link-box.color05 {
        background-color: #D3AB30;
    }

    .shortcut-link-box.color06 {
        background-color: #333D94;
    }

    .shortcut-link-box.color07 {
        background-color: #F35C5A;
    }

    .shortcut-link-box.color08 {
        background-color: #31E0B2;
    }

    .shortcut-link-box.color09 {
        background-color: #009f8b;
    }

    .shortcut-link-box.color10 {
        background-color: #fff;
    }
    .shortcut-link-box.color11 {
        background-color: #333D94;
    }
    .shortcut-link-box.color10 a .text {
        color: #000;
    }

    .shortcut-link-box.na {
        background: #a5a5a5;
        pointer-events: none;
    }






    /*-------------------------------------------------------------------------------------
top main visual
--------------------------------------------------------------------------------------*/
    .top-main-visual {
        overflow: hidden;
        width: 100%;
        height: 55vw;
    }

    .top-main-visual p.image {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        transition: all 0.6s;
        width: 100%;
        height: 55vw;
    }

    .top-main-visual p.image img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .item-container {
        position: relative;
        margin-bottom: 30px;
    }

    .item-container .items div img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .item-container p {
        background: #808287;
        font-size: 14px;
        padding: 0.5em;
    }

    .top-main-visual .slick-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 30px;
        position: relative;
    }

    .top-main-visual .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

    .top-main-visual .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: 2px !important;
    }

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .top-main-visual .slick-dots li button:before {
        display: none !important;
    }

    .top-main-visual .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .top-main-visual .slick-prev,
    .top-main-visual .slick-next {
        position: relative !important;
        width: 30px !important;
        height: 30px !important;
    }

    .top-main-visual .slick-prev {
        position: relative !important;
        order: 1;
    }

    .top-main-visual .slick-next {
        position: relative !important;
        order: 3;
    }

    .top-main-visual .slick-prev::before {
        content: url(../common/images/main_visual_arrow_left.png) !important;
    }

    .top-main-visual .slick-next::before {
        content: url(../common/images/main_visual_arrow_right.png) !important;
    }


    .top-main-visual .main-title-wrap {
        display: flex;
        flex-direction: column;
        padding: 5px 0 30px;
        width: 100%;
    }

    .top-main-visual .main-title-wrap h2.main-title {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 40px;
        margin: 0 auto;
        width: 1220px;
    }

    .top-main-visual .main-title-wrap h3.sub-title {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 auto;
        width: 1220px;
    }


    /*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/
    .top-caution {
        background: #fff;
        border: 1px solid #f00;
        margin: 20px auto 0;
        padding: 1em 0;
        width: calc(1220px - 2px);
    }

    .top-caution h3 {
        color: #f00;
        font-size: 2.3rem;
        margin-bottom: 0;
        text-align: center;
    }

    .top-caution h3 span {
        color: black;
    }

    .top-caution p {
        font-size: 2.2rem;
        margin: 0 auto;
        text-align: center;
        width: 780px;
    }

    /*-------------------------------------------------------------------------------------
top 3column
--------------------------------------------------------------------------------------*/
    .top-3-column {
        padding: 80px 0;
    }

    .top-3-column h2 {
        color: #fff;
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .top-3-column ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style-type: none !important;
        margin: 0 auto;
        overflow: hidden;
        width: 1220px;
    }

    .top-3-column ul li {
        display: block;
        font-size: 2rem;
        line-height: 26px;
        vertical-align: top;
        transition: all 0.6s;
    }

    .top-3-column ul li:first-child {
        margin-left: 0;
    }

    .top-3-column ul a {
        background: #f4f4f4;
        display: block;
        margin: 0 6px 20px;
        text-decoration: none !important;
        transition: all 0.6s;
        width: calc(100% / 3.0001 - 1%);
    }

    .top-3-column ul a:nth-child(-n + 2) {
        background: #f4f4f4;
        display: block;
        margin: 0 auto 20px;
        text-decoration: none !important;
        width: calc(100% / 2 - 1%);
    }

    .top-3-column ul a:nth-child(n + 3) {
        background: #f4f4f4;
        display: block;
        margin: 0 6px 20px;
        text-decoration: none !important;
        width: calc(100% / 3.0001 - 1%);
    }

    .top-3-column ul a:hover {
        background: #696969;
        overflow: hidden;
    }

    .top-3-column ul a:hover li p {
        color: #fff;
        transition: all 0.6s;
    }

    .top-3-column ul a li p {
        line-height: 26px;
        margin: 18px 20px;
        text-decoration: none !important;
    }

    .top-3-column ul a li p.smalltext {
        font-size: 1.9rem;
        line-height: 1.2;
    }

    .top-3-column ul li img {
        height: auto;
        width: 100%;
    }


    /*-------------------------------------------------------------------------------------
更新情報
--------------------------------------------------------------------------------------*/
    .update-wrap {
        color: #fff;
        padding: 80px 0;
        position: relative;
        text-align: center;
        width: 100%;

    }

    .update-wrap .update-title {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .update-wrap ul {
        border-top: 1px solid #ffffff8f;
        border-bottom: 1px solid #ffffff8f;
        margin: 0 auto;
        overflow: hidden;
        width: 1220px;
    }

    .update-wrap ul li span,
    .update-wrap ul li a {
        color: #fff !important;
        display: block;
        padding: 7px 0 0;
        text-decoration: none !important;
    }

    .update-wrap ul li {
        display: block;
        font-size: 1.6rem;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .update-wrap ul li:nth-child(n + 7) {
        display: none;
    }

    .update-wrap ul li span:after,
    .update-wrap ul li a:after {
        border-bottom: 1px dotted #ffffff8f;
        content: '';
        display: block;
        margin-top: 10px;
    }

    .update-wrap ul li:last-child a:after,
    .update-wrap ul li:nth-child(6) a:after {
        border-bottom: none;
    }

    .update-wrap ul li dl {
        margin: 0 20px;
        text-align: left;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt {
        display: inline-block;
        vertical-align: text-top;
        text-decoration: none !important;
        width: 130px;
    }

    .update-wrap ul li dl dt:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dd {
        display: inline-block;
        text-decoration: none !important;
        vertical-align: text-top;
        width: calc(100% - 140px);
    }

    .update-wrap ul li a:hover dl dd {
        text-decoration: underline !important;
    }

    .update-wrap .more-btn {
        background: #c31c3b;
        line-height: 50px;
        margin: 35px auto 0;
        width: 390px;
    }

    .update-wrap .more-btn a {
        color: #fff !important;
        display: block;
        font-size: 1.4rem;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    .update-wrap .more-btn a:hover {
        background: #c31c3b;
        color: #fff !important;
        display: block;
        text-decoration: none !important;
    }



    /*-------------------------------------------------------------------------------------
開催概要
--------------------------------------------------------------------------------------*/
    .outline-wrap {
        background: #fff;
        color: #1D1D1B;
        margin: 0 auto;
        padding: 65px 0;
        width: 100%;
    }

    h1.outline {
        background: none;
        font-size: 30px;
        margin: 0 auto;
        text-align: center;
    }

    .outline-wrap dl {
        display: table;
        margin: 0 auto 1em;
        overflow: hidden;
        width: 500px;
    }

    .outline-wrap dl dd {
        display: table-cell;
        margin-left: 0px;
        padding: 0;
    }

    .outline-wrap dl dt {
        display: table-cell;
        font-weight: bold;
        width: 6em;
    }

    .outline-topic {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 auto;
        width: 980px;
    }



}











/*



SP



*/

@media (max-width: 749px) {

    /*-------------------------------------------------------------------------------------
鈴鹿8時間耐久ロードレース決勝結果について
--------------------------------------------------------------------------------------*/
    .notification {
        width: calc(94% - 40px);
    }



    /*-------------------------------------------------------------------------------------
リザルトリンク
--------------------------------------------------------------------------------------*/
    .result-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-grow: 1;
        margin: 80px auto 15px;
        width: 94%;
    }

    .result-wrap .result-banner {
        font-weight: 700;
        margin: 0 auto 30px;
        text-align: center;
        width: 100%;
    }

    .result-wrap .result-banner img {
        width: 100%;
    }

    .result-wrap .result-banner a,
    .result-wrap .result-banner a:visited {
        color: #fff !important;
    }







    .top-wrap {
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
    }

    .top-wrap h1 {
        font-size: 18px;
        text-align: center;
    }

    .top-information {
        margin: 0 auto;
        padding: 10px 1em;
        width: calc(94% - 2em);
    }

    .top-information h1 {
        font-size: 2.2rem;
    }

    .top-information h1 span {
        display: block;
        font-size: 1.6rem;
    }

    .top-information h2 {
        background: #fff;
        color: #f00;
        font-size: 1.7rem;
        margin: 20px auto;
        padding: 6px 0;
        text-align: center;
        width: 100%;
    }

    .top-information h2 a {
        color: #fff !important;
        text-decoration: underline;
    }

    .top-information > .caution-text-red {
        padding-left: 0;
    }

    .top-information dl {
        display: flex;
        flex-wrap: wrap;
    }

    .top-information dl dt {
        font-weight: normal;
        margin-left: 1em;
        width: 6em;
    }

    .top-information dl dd {
        width: calc(100% - 7em);
    }


    /*-------------------------------------------------------------------------------------
メルマガ登録
--------------------------------------------------------------------------------------*/
    .top-ml-registration {
        background: #fff;
        border: 1px solid #f00;
        color: #000;
        margin: 30px auto 20px;
        padding: 1em;
        text-align: center;
        width: calc(94% - 2px - 2em);
    }

    .top-ml-registration h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .top-ml-registration a {
        color: #f00;
        text-decoration: underline;
    }
    .top-ml-registration a:after {
        content: '\00bb';
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none!important;
    }

    .top-ml-registration a.regist-btn {
        background: #f00;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        max-width: 320px;
        padding: 16px 0;
        text-decoration: none;
        width: 90%;
    }

    .top-ml-registration a.regist-btn:after {
        content: '\00bb';
        color: #fff;
        display: inline;
        margin-left: 6px;
        text-decoration: none!important;
    }




    /*-------------------------------------------------------------------------------------
入場後のチケット販売について
--------------------------------------------------------------------------------------*/
    .top-information-ticket-option {
        margin: 50px auto;
        text-align: center;
        width: 94%;
    }

    .top-information-ticket-option a {
        background: #f00;
        color: #fff !important;
        display: block;
        font-weight: 700;
        padding: 20px 1em;
        text-decoration: none;
        width: calc(100% - 2em);
    }



    /*-------------------------------------------------------------------------------------
top shortcut link
--------------------------------------------------------------------------------------*/
    .top-shortcut-link {
        margin: 0 auto 20px;
        width: 94%;
    }

    .shortcut-3-column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .shortcut-link-box {
        background: #fff;
        border-radius: 5px;
        list-style: none;
        margin: 0;
        position: relative;
        width: calc((100% - 20px) / 2);
    }

    .shortcut-link-box:nth-child(n+3) {
        margin-top: 10px;
    }

    .shortcut-link-box a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        height: 100%;
        text-decoration: none !important;
        padding: 5px 5px 15px;
        box-sizing: border-box;
        position: relative;
    }


    .shortcut-link-box a img {
        width: 35%;
    }

    .shortcut-link-box.map img {
        width: 60%;
    }

    .shortcut-link-box.pic img {
        width: 60%;
    }

    .shortcut-link-box.s-taikyu_s img {
        width: 100%;
    }

    .shortcut-link-box a .text {
        display: block;
        font-size: 14px;
        margin-top: 7px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        word-break: break-all;
        width: 100%;
    }

    .shortcut-link-box a .text .fs-sm {
        font-size: 8px;
    }

    .shortcut-link-box.color01 {
        background-color: #283641;
    }

    .shortcut-link-box.color02 {
        background-color: #31AA27;
    }

    .shortcut-link-box.color03 {
        background-color: #22A8DD;
    }

    .shortcut-link-box.color04 {
        background-color: #FF4066;
    }

    .shortcut-link-box.color05 {
        background-color: #D3AB30;
    }

    .shortcut-link-box.color06 {
        background-color: #333D94;
    }

    .shortcut-link-box.color07 {
        background-color: #F35C5A;
    }

    .shortcut-link-box.color08 {
        background-color: #31E0B2;
    }

    .shortcut-link-box.color09 {
        background-color: #009E8B;
    }
    .shortcut-link-box.color10 {
        background-color: #fff;
    }
    .shortcut-link-box.color11 {
        background-color: #333D94;
    }
    .shortcut-link-box.color10 a .text {
        color: #000;
        font-size: 11px;
    }

    .shortcut-link-box.na {
        background: #a5a5a5;
        pointer-events: none;
    }




    /*-------------------------------------------------------------------------------------
    top main visual
    --------------------------------------------------------------------------------------*/
    .top-main-visual {
        height: 55vw;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .top-main-visual p.image {
        display: block;
        height: 55vw;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        transition: all 0.6s;
        width: 100vw;
    }

    .top-main-visual p.image img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }


    .item-container {
        position: relative;
        margin-bottom: 30px;
    }

    .item-container .items div img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .item-container p {
        background: #808287;
        font-size: 14px;
        padding: 0.5em;
    }

    .top-main-visual .slick-pagination {
        display: flex;
        height: 30px;
        justify-content: center;
        margin: -30px 0 30px;
        position: relative;
        width: 100%;
    }

    .top-main-visual .slick-dotted.slick-slider {
        margin-bottom: 5px;
    }

    .top-main-visual .slick-dots {
        position: relative !important;
        order: 2;
        width: auto !important;
        bottom: 2px !important;
    }

    .top-main-visual .slick-dots li button {
        background: #666 !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
        display: block;
        height: 14px !important;
        margin: 5px 6px 0;
        padding: 0 !important;
        width: 14px !important;
    }

    .top-main-visual .slick-dots li button:before {
        display: none !important;
    }

    .top-main-visual .slick-dots li.slick-active button {
        background: #ff0000 !important;
    }

    .top-main-visual .slick-prev,
    .top-main-visual .slick-next {
        position: relative !important;
        width: 30px !important;
        height: 30px !important;
    }

    .top-main-visual .slick-prev {
        position: relative !important;
        order: 1;
    }

    .top-main-visual .slick-next {
        position: relative !important;
        order: 3;
    }

    .top-main-visual .slick-prev::before {
        content: url(../common/images/main_visual_arrow_left.png) !important;
    }

    .top-main-visual .slick-next::before {
        content: url(../common/images/main_visual_arrow_right.png) !important;
    }


    .top-main-visual .main-title-wrap {
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 5px 0 30px;
        width: 100%;
    }

    .top-main-visual .main-title-wrap h2.main-title {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 40px;
        margin: 0 auto;
        width: 94%;
    }

    .top-main-visual .main-title-wrap h3.sub-title {
        font-size: 1.4rem;
        font-weight: 700;
        margin: 0 auto;
        width: 94%;
    }

    /*-------------------------------------------------------------------------------------
top caution
--------------------------------------------------------------------------------------*/
    .top-caution {
        background: #fff;
        border: 1px solid #f00;
        margin: 0 auto 30px;
        padding: 1em;
        width: calc(94% - 2em);
    }

    .top-caution h3 {
        color: #f00;
        margin-bottom: 0;
        text-align: center;
    }

    .top-caution h3 span {
        color: black;
    }

    .top-caution p {
        margin: 0 auto;
        text-align: center;
    }

    /*-------------------------------------------------------------------------------------
    top 3column
    --------------------------------------------------------------------------------------*/
    .top-3-column {
        padding: 20px 0;
    }

    .top-3-column ul {
        list-style-type: none !important;
        margin: 0 auto;
        overflow: hidden;
        width: 94%;
    }

    .top-3-column h2 {
        margin-bottom: 10px;
        text-align: center;
    }


    .top-3-column ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        width: 100%;
    }

    .top-3-column ul a {
        background: #f4f4f4;
        color: #000;
        display: block;
        margin: 5px auto;
        text-decoration: none !important;
    }

    .top-3-column ul a li img {
        height: auto;
        min-width: 120px;
        width: 120px;
    }

    .top-3-column ul a li p {
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 5px 14px;
        text-decoration: none !important;
    }

    .top-3-column ul a li .smalltext {
        font-size: 1.2rem;
    }


    /*-------------------------------------------------------------------------------------
    更新情報
    --------------------------------------------------------------------------------------*/
    .update-wrap {
        color: #fff;
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

    .update-wrap .update-title {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .update-wrap ul {
        border-top: 1px solid #ffffff8f;
        border-bottom: 1px solid #ffffff8f;
        margin: 0 auto;
        overflow: hidden;
        width: 94%;
    }

    .update-wrap ul li span,
    .update-wrap ul li a {
        color: #fff !important;
        display: block;
        padding: 7px 0 0;
        text-decoration: none !important;
    }

    .update-wrap ul li {
        display: block;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .update-wrap ul li:nth-child(5) a:after {
        border-bottom: none;
    }

    .update-wrap ul li:nth-child(n + 6) {
        display: none;
    }

    .update-wrap ul li span:after,
    .update-wrap ul li a:after {
        border-bottom: 1px dotted #ffffff8f;
        content: '';
        display: block;
        margin-top: 10px;
    }

    .update-wrap ul li:last-child span:after,
    .update-wrap ul li:last-child a:after {
        border-bottom: none;
    }

    .update-wrap ul li dl {
        margin: 0 20px;
        text-align: left;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt {
        display: inline-block;
        vertical-align: text-top;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dt:after {
        content: '\00bb';
        color: #f44321;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .update-wrap ul li dl dd {
        display: block;
        text-decoration: none !important;
        vertical-align: text-top;
        width: 100%;
    }

    .update-wrap ul li a:hover dl dd {
        text-decoration: underline !important;
    }

    .update-wrap .more-btn {
        background: #fff;
        line-height: 50px;
        margin: 20px auto 0;
        width: 90%;
    }

    .update-wrap .more-btn a {
        background: #c31c3b;
        color: #fff !important;
        display: block;
        font-size: 14px;
        text-decoration: none !important;
        transition: all 0.6s;
    }


    /*-------------------------------------------------------------------------------------
    開催概要
    --------------------------------------------------------------------------------------*/
    h1.outline {
        background: none;
        font-size: 20px;
        margin: 0 auto;
        width: 94%;
    }

    .outline-wrap {
        background: #fff;
        color: #1D1D1B;
        margin: 0 auto;
        padding: 20px;
        width: calc(100% - 40px);
    }

    .outline-wrap dl {
        display: table;
        margin: 0 auto;
        overflow: hidden;
        width: 94%;
    }

    .outline-wrap dl dd {
        display: table-cell;
        margin-left: 0px;
        padding: 5px 0;
    }

    .outline-wrap dl dt {
        display: table-cell;
        font-weight: bold;
        width: 6em;
    }

    .outline-topic {
        font-size: 14px;
        line-height: 1.8;
        margin: 0 auto;
        width: 94%;
    }


    /*-------------------------------------------------------------------------------------
    2021　特集バナー
    --------------------------------------------------------------------------------------*/
    .feature-banner {
        margin: 0 auto;
        width: 94%;
    }

    .feature-banner img {
        width: 100%;
    }
}
