@charset "UTF-8";

/*



PC



*/

@media (min-width: 750px) {

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

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

    .top-information {
        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: #d20202;
        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;
    }

    /*-------------------------------------------------------------------------------------
RoAとは
--------------------------------------------------------------------------------------*/
    .top-about {
        background-image: linear-gradient(180deg, rgba(255, 34, 87, 1), rgba(154, 39, 238, 1) 0%, rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 1) 50%);
        border: 1px solid #444;
        color: #000;
        margin: 0 auto 110px;
        padding: 1em;
        width: calc(1220px - 2px - 2em);
    }

    .top-about.classic {
        background: #fff;
    }

    .top-about.classic img {
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }

    .top-about h2 {
        font-size: 3rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .top-about a {
        border-radius: 26px;
        color: #f00;
        text-decoration: underline;
    }

    .top-about a:after {
        content: '\00bb';
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .top-about a.about-btn {
        background: #e0081d;
        background: -moz-linear-gradient(left, #e0081d 0, #940412 100%);
        background: -webkit-linear-gradient(left, #e0081d 0, #940412 100%);
        background: linear-gradient(to right, #e0081d 0, #940412 100%);
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        padding: 16px 0;
        text-align: center;
        text-decoration: none;
        transition: all .7s;
        width: 50%;
    }

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


    .top-about a.about-btn:hover {
        opacity: .7;
    }


    .top-about a.ferrari-btn {
        background: #181818;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        padding: 16px 0;
        text-align: center;
        text-decoration: none;
        transition: all .7s;
        width: 50%;
    }

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


    .top-about a.ferrari-btn:hover {
        opacity: .7;
    }




    /*-------------------------------------------------------------------------------------
ご来場前の確認
--------------------------------------------------------------------------------------*/
    .top-information-covid {
        margin: 0 auto 30px;
        text-align: center;
        width: 1220px;
    }

    .top-information-covid 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-covid a:hover {
        opacity: .7;
    }

    /*-------------------------------------------------------------------------------------
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;
        margin: 0 auto 60px;
        padding: 1em 0;
        text-align: center;
        width: calc(1220px - 2px);
    }

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

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

    .top-caution a {
        background: #d20202;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 10px auto;
        padding: 16px 0;
        text-align: center;
        text-decoration: none;
        width: 360px;
    }

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

    .top-3-column h2 {
        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 {
        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 {
        padding: 80px 0;
        position: relative;
        text-align: center;
        width: 100%;

    }

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

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

    .update-wrap ul li span,
    .update-wrap ul li a {
        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 #888888;
        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: #d20202;
        line-height: 50px;
        margin: 35px auto 0;
        width: 360px;
    }

    .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 {
        opacity: .7;
    }



    /*-------------------------------------------------------------------------------------
開催概要
--------------------------------------------------------------------------------------*/
    .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) {
    .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: #d20202;
        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;
    }




    /*-------------------------------------------------------------------------------------
RoAとは
--------------------------------------------------------------------------------------*/
    .top-about {
        background-image: linear-gradient(180deg, rgba(255, 34, 87, 1), rgba(154, 39, 238, 1) 0%, rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 1) 50%);
        border: 1px solid #f00;
        color: #000;
        margin: 30px auto 20px;
        padding: 1em;
        text-align: center;
        width: calc(94% - 2px - 2em);
    }

    .top-about.classic {
        background: #fff;
    }

    .top-about.classic img {
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }

    .top-about h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .top-about a {
        color: #f00;
        padding: 10px 1em;
        text-decoration: underline;
        width: 90%;
    }

    .top-about a:after {
        content: '\00bb';
        color: #f00;
        display: inline;
        margin-left: 6px;
        text-decoration: none !important;
    }

    .top-about a.about-btn {
        background: #e0081d;
        background: -moz-linear-gradient(left, #e0081d 0, #940412 100%);
        background: -webkit-linear-gradient(left, #e0081d 0, #940412 100%);
        background: linear-gradient(to right, #e0081d 0, #940412 100%);
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        text-align: center;
        text-decoration: none;
    }

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

    .top-about a.ferrari-btn {
        background: #181818;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 20px auto 0;
        text-align: center;
        text-decoration: none;
        transition: all .7s;
    }

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



    /*-------------------------------------------------------------------------------------
    ご来場前の確認
    --------------------------------------------------------------------------------------*/
    .top-information-covid {
        margin: 0 auto 20px;
        text-align: center;
        width: 94%;
    }

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

    /*-------------------------------------------------------------------------------------
    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;
        margin: 0 auto 30px;
        padding: 1em;
        text-align: center;
        width: calc(94% - 2em);
    }

    .top-caution h3 {
        margin-bottom: 0;
    }

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

    .top-caution a {
        background: #d20202;
        color: #fff !important;
        display: block;
        font-weight: 700;
        margin: 10px auto;
        padding: 16px 0;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }


    /*-------------------------------------------------------------------------------------
    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 {
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

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

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

    .update-wrap ul li span,
    .update-wrap ul li a {
        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 #888888;
        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: #d20202;
        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%;
    }
}
