@charset "utf-8";
#conts_quiz *,
#conts_quiz *::before,
#conts_quiz *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#conts_quiz {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #4B4B4B;
}
#conts_quiz img, #conts_quiz a {
    display: block;
    width: 100%;
    height: auto;
}
#conts_quiz ul, #conts_quiz ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* -----------------------------------------------
PC
------------------------------------------------ */
@media screen and (min-width: 767px) {
    /* -----------------------------------------------
common
------------------------------------------------ */
    #conts_quiz {
        padding-bottom: 90px;
    }
    #conts_quiz a {
        transition: opacity 0.3s;
    }
    #conts_quiz a:hover {
        opacity: 0.7;
    }
    #conts_quiz .auto {
        width: 1160px;
        margin: 0 auto;
    }
    /* -----------------------------------------------
hero
------------------------------------------------ */
    #conts_quiz .slider1 {
        width: 100%;
        height: 0;
        padding-top: 60%;
        position: relative;
        z-index: 0;
    }
    #conts_quiz .swiper-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #conts_quiz .swiper h2 {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    #conts_quiz .swiper-pagination {
        display: inline-block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }
    #conts_quiz .swiper-pagination-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 5px;
        opacity: 0.6;
    }
    #conts_quiz .swiper-pagination-bullet-active {
        opacity: 1;
    }
    /* -----------------------------------------------
quiz
------------------------------------------------ */
    #conts_quiz .quiz {
        background: url(../img/bg.jpg) top center / 100%;
        padding: 50px 0 0;
        font-size: 18px;
        margin: 0;
    }
    #conts_quiz .quiz img {
        max-width: 100%;
    }
    #conts_quiz .quiz__wrap {
        margin: 0 auto;
        text-align: center;
    }
    #conts_quiz .top_block {
        margin-bottom: 60px;
    }
    #conts_quiz .quiz__wrap .eng_text {
        width: 340px;
        display: inline-block;
        margin-right: 40px;
    }
    #conts_quiz .quiz__wrap .date_text {
        width: 460px;
        display: inline-block;
    }
    #conts_quiz .quiz__wrap .title_text {
        width: 695px;
        margin: 0 auto 20px;
    }
    #conts_quiz .quiz__wrap .main_text {
        display: inline-block;
        margin: 0 0 40px;
        text-align: left;
        font-size: 22px;
        line-height: 1.7;
    }
    #conts_quiz .quiz__wrap .text_img {
        width: 800px;
        margin: 0 auto;
    }
    #conts_quiz .quiz_block {
        padding: 64px 0 70px;
        margin: 0 auto;
        background-color: #95C1CE;
    }
    #conts_quiz .quiz_block dl {
        text-align: left;
        padding: 30px 260px 16px 30px;
        border-radius: 16px;
        background-color: #fff;
        margin: 0 auto 30px;
        position: relative;
    }
    #conts_quiz .quiz_block dl dt {
        display: inline-block;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        padding: 10px 26px;
        border-radius: 100px;
        background-color: #0B2841;
        margin-bottom: 20px;
    }
    #conts_quiz .quiz_block dl dd {
        font-weight: 600;
        margin: 0 0 16px;
        text-indent: -1.6em;
        padding-left: 1.6em;
    }
    #conts_quiz .quiz_block dl dd:last-of-type {
        margin-bottom: 0;
    }
    #conts_quiz .quiz_block .quiz_btn {
        display: inline-block;
        text-indent: 0;
    }
    #conts_quiz .quiz_block .quiz_btn a {
        text-indent: 0;
        padding: 10px 26px;
        border-radius: 100px;
        border: 2px solid #000;
        background-color: #fff;
        text-decoration: none;
        font-size: 24px;
        font-weight: 600;
        color: #000;
        box-shadow: 1px 1px 8px 0px #777777;
    }
    #conts_quiz .quiz_block .quiz_btn span {
        display: block;
        text-indent: 0;
        padding: 10px 26px;
        border-radius: 100px;
        border: 2px solid #666;
        background-color: #666;
        text-decoration: none;
        font-size: 24px;
        font-weight: 600;
        color: #9a9a9a;
    }
    #conts_quiz .quiz_block dl .quiz_btn {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
    #conts_quiz .quiz_block .answer_btn_list {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        margin: 0 auto 50px;
    }
    #conts_quiz .quiz_block .answer_btn_list li {
        width: calc(25% - 18px);
        margin-right: 24px;
    }
    #conts_quiz .quiz_block .answer_btn_list li:nth-of-type(4n) {
        margin-right: 0;
    }
    #conts_quiz .guide_wrapper {
        font-size: 24px;
        text-align: left;
        padding: 22px 40px 30px;
        border-radius: 16px;
        background: #fff;
        position: relative;
    }
    #conts_quiz .quiz__guide {
        font-weight: bold;
        padding: 0 0 16px;
        margin-bottom: 30px;
        border-bottom: 3px solid #707070;
        border-radius: 16px 16px 0 0;
        position: relative;
    }
    #conts_quiz .quiz__guide-doc {
        height: 300px;
        padding: 0 0 30px;
        overflow-y: scroll;
        text-align: left;
        font-size: 14px;
    }
    /* -----------------------------------------------
area
------------------------------------------------ */
    #conts_quiz .area {
        padding: 10px 0 70px;
        background-color: #C3DFE0;
    }
    #conts_quiz .area .pickups {
        background-color: #C3DFE0;
    }
    #conts_quiz .area .title_box {
        text-align: center;
        margin-bottom: 30px;
    }
    #conts_quiz .area h2 {
        display: inline-block;
        width: 650px;
        padding: 70px 180px 40px 0;
        position: relative;
        background-image: url(../img/illustration_01.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 153px;
    }
    #conts_quiz .area h2::before {
        content: "";
        display: block;
        width: 380px;
        height: 74px;
        background-image: url(../img/illustration_02.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: 10px;
        left: -322px;
    }
    #conts_quiz .area h2::after {
        content: "";
        display: block;
        width: 214px;
        height: 50px;
        background-image: url(../img/illustration_03.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: 20px;
        right: -240px;
    }
    #conts_quiz .area .pickups {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #conts_quiz .area .pickups li {
        width: calc(50% - 24px);
        font-size: 20px;
        line-height: 1.8;
        border: 1px solid #000;
        position: relative;
        margin-bottom: 56px;
        box-shadow: 4px 4px 8px 0px #5555554f;
        align-items: center;
    }
    #conts_quiz .area .pickups li a {
        display: flex;
        text-decoration: none;
        color: inherit;
        background-color: #fff;
        padding: 20px 16px 20px;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }
    #conts_quiz .area .pickups li::before {
        content: "";
        display: block;
        width: 270px;
        height: 133px;
        background-image: url(../img/text_img_03.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: -68px;
        right: -54px;
        z-index: 1;
        pointer-events: none;
    }
    #conts_quiz .area .pickups li p {
        margin: 0;
    }
    #conts_quiz .area .pickups li .img {
        width: 180px;
    }
    #conts_quiz .area .pickups li .text {
        width: calc(100% - 200px);
        letter-spacing: -.04em;
        line-height: 1.5;
    }
    #conts_quiz .area .link_btns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }
    #conts_quiz .area .link_btns li {
        width: calc(25% - 10px);
    }
    #conts_quiz .area .link_btns li a {
        background-color: #157D90;
        font-size: 24px;
        color: #fff;
        border-radius: 16px;
        padding: 14px 46px 12px 16px;
        text-decoration: none;
        background-image: url(../img/icon_01.png);
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 20px;
    }
    #conts_quiz .area .slope_lists .area_box {
        margin: 0 0 80px;
        text-align: center;
    }
    #conts_quiz .area .slope_lists .area_box dt {
        display: inline-block;
        font-size: 24px;
        line-height: 1.5;
        font-weight: 600;
        padding: 6px 46px;
        background-image: url(../img/icon_02.png), url(../img/icon_02.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-size: 36px, 36px;
        margin-bottom: 30px;
    }
    #conts_quiz .area .slope_lists .slope_list>li {
        display: flex;
        text-align: left;
        padding: 20px 40px 16px;
        background-color: #fff;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    #conts_quiz .area .slope_lists .slope_list>li:last-of-type {
        margin-bottom: 0;
    }
    #conts_quiz .area .slope_lists .slope_list>li>a, .area .slope_lists .slope_list>li .no_link_wrapper {
        display: flex;
        text-decoration: none;
        color: inherit;
        width: 410px;
        font-size: 18px;
        align-items: center;
    }
    #conts_quiz .area .slope_lists .slope_list>li .logo {
        width: 100px;
        margin-right: 20px;
    }
    #conts_quiz .area .slope_lists .slope_list>li h3 {
        width: calc(100% - 120px);
    }
    #conts_quiz .area .slope_lists .slope_list>li h3 .closed {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
        color: #e60030;
    }
    #conts_quiz .area .slope_lists .slope_list>li .right_block {
        width: calc(100% - 430px);
    }
    #conts_quiz .area .slope_lists .slope_list>li .right_block .detail_text {
        margin: 0 0 12px;
        line-height: 1.7;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link {
        display: flex;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link li {
        font-size: 18px;
        margin-right: 70px;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link li a {
        display: inline-block;
        width: auto;
        color: inherit;
        text-decoration: none;
        padding-left: 30px;
        background-image: url(../img/icon-info.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link li:nth-of-type(2) a {
        background-image: url(../img/icon-weather.svg);
    }
    /* -----------------------------------------------
tourist
------------------------------------------------ */
    #conts_quiz .tourist {
        padding: 50px 0 80px;
    }
    #conts_quiz .tourist .title_box {
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 2px solid #070707;
        position: relative;
    }
    #conts_quiz .tourist .title_box::before {
        content: "";
        display: block;
        width: 128px;
        height: 144px;
        background-image: url(../img/illustration_04.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: -24px;
        right: calc(50% + 481px);
        z-index: 1;
    }
    #conts_quiz .tourist .title_box::after {
        content: "";
        display: block;
        width: 84px;
        height: 128px;
        background-image: url(../img/illustration_07.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        bottom: 10px;
        left: calc(50% + 500px);
    }
    #conts_quiz .tourist h2 {
        display: inline-block;
        width: 1111px;
        margin: 0;
        padding: 34px 400px 60px;
        background-image: url(../img/illustration_09.png), url(../img/illustration_10.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right top;
        background-size: 340px, 340px;
        position: relative;
    }
    #conts_quiz .tourist h2::before {
        content: "";
        display: block;
        width: 222px;
        height: 114px;
        background-color: #fff;
        background-image: url(../img/illustration_05.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 152px;
        position: absolute;
        bottom: -28px;
        right: calc(50% + 238px);
    }
    #conts_quiz .tourist h2::after {
        content: "";
        display: block;
        width: 184px;
        height: 101px;
        background-color: #fff;
        background-image: url(../img/illustration_06.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 124px;
        position: absolute;
        bottom: -12px;
        left: calc(50% + 190px);
    }
    #conts_quiz .tourist .banner_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 36px;
    }
    #conts_quiz .tourist .banner_list::after {
        content: "";
        display: block;
        width: calc(100%/3 - 20px);
        height: 0;
    }
    #conts_quiz .tourist .banner_list li {
        width: calc(100%/3 - 20px);
    }
    #conts_quiz .tourist h3 {
        width: 300px;
        margin: 0 0 0 40px;
    }
    #conts_quiz .tourist .slider6 {
        height: auto;
        padding-top: 19vw;
    }
    #conts_quiz .tourist .slider6 .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
    }
}
/* -----------------------------------------------
スマートフォン
------------------------------------------------ */
@media screen and (max-width: 766px) {
    /* -----------------------------------------------
common
------------------------------------------------ */
    #conts_quiz .auto {
        width: 90%;
        margin: 0 auto;
    }
    #conts_quiz .sp_none {
        display: none;
    }
    /* -----------------------------------------------
hero
------------------------------------------------ */
    #conts_quiz .slider1 {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: relative;
    }
    #conts_quiz .swiper-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #conts_quiz .swiper-slide {
        overflow: hidden;
    }
    #conts_quiz .slider1 .swiper-slide img {
        width: auto;
        height: 100%;
        transform: translateX(-20%);
    }
    #conts_quiz .slider1 h2 {
        width: 180%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    #conts_quiz .swiper-pagination {
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }
    #conts_quiz .swiper-pagination-bullet {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 4px;
        opacity: 0.6;
    }
    #conts_quiz .swiper-pagination-bullet-active {
        opacity: 1;
    }
    /* -----------------------------------------------
quiz
------------------------------------------------ */
    #conts_quiz .quiz {
        background: url(../img/bg.jpg) top center / 100%;
        padding: 30px 0 0;
        font-size: 18px;
        margin: 0;
    }
    #conts_quiz .quiz img {
        max-width: 100%;
    }
    #conts_quiz .quiz__wrap {
        margin: 0 auto;
        text-align: center;
    }
    #conts_quiz .quiz__wrap .top_block {
        margin: 0 auto 36px;
    }
    #conts_quiz .quiz__wrap .eng_text {
        display: block;
        width: 80%;
        margin: 0 auto 6px;
    }
    #conts_quiz .quiz__wrap .date_text {
        width: 90%;
        margin: 0 auto 16px;
    }
    #conts_quiz .quiz__wrap .title_text {
        margin: 0 auto 20px;
    }
    #conts_quiz .quiz__wrap .main_text {
        text-align: left;
        margin: 0 0 26px;
        font-size: 17px;
        line-height: 1.7;
    }
    #conts_quiz .quiz__wrap .text_img {
        margin: 0 auto;
    }
    #conts_quiz .quiz_block {
        padding: 40px 0 46px;
        margin: 0 auto;
        background-color: #95C1CE;
    }
    #conts_quiz .quiz_block dl {
        text-align: left;
        padding: 20px 5% 20px;
        border-radius: 16px;
        background-color: #fff;
        margin: 0 auto 30px;
        position: relative;
    }
    #conts_quiz .quiz_block dl dt {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        padding: 8px 24px;
        border-radius: 100px;
        background-color: #0B2841;
        margin-bottom: 10px;
    }
    #conts_quiz .quiz_block dl dd {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 12px;
        text-indent: -1.6em;
        padding-left: 1.6em;
    }
    #conts_quiz .quiz_block dl dd:last-of-type {
        margin-bottom: 0;
    }
    #conts_quiz .quiz_block .quiz_btn {
        text-indent: 0;
        padding: 0;
    }
    #conts_quiz .quiz_block .quiz_btn a {
        max-width: 250px;
        text-align: center;
        text-indent: 0;
        padding: 10px 26px;
        margin: 0 auto;
        border-radius: 100px;
        border: 2px solid #000;
        background-color: #fff;
        text-decoration: none;
        font-weight: 600;
        color: #000;
        box-shadow: 1px 1px 4px 0px #777777;
    }
    #conts_quiz .quiz_block .quiz_btn span {
        display: block;
        max-width: 250px;
        text-indent: 0;
        padding: 10px 26px;
        margin: 0 auto;
        border-radius: 100px;
        border: 2px solid #666;
        background-color: #666;
        text-decoration: none;
        font-weight: 600;
        color: #9a9a9a;
    }
    #conts_quiz .quiz_block .answer_btn_list {
        padding: 0;
        margin: 0 auto 50px;
        flex-wrap: wrap;
    }
    #conts_quiz .quiz_block .answer_btn_list li {
        margin: 0 2% 16px 0;
    }
    #conts_quiz .quiz_block .answer_btn_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .guide_wrapper {
        font-weight: bold;
        font-size: 20px;
        padding: 16px 20px 22px;
        border-radius: 16px;
        background: #fff;
        position: relative;
    }
    #conts_quiz .quiz__guide {
        font-weight: bold;
        padding-bottom: 12px;
        margin-bottom: 16px;
        border-bottom: 2px solid #707070;
    }
    #conts_quiz .quiz__guide-doc {
        background: #FFF;
        height: 220px;
        padding: 0;
        border-radius: 0 0 16px 16px;
        overflow-y: scroll;
        text-align: left;
        font-size: 14px;
    }
    /* -----------------------------------------------
area
------------------------------------------------ */
    #conts_quiz .area {
        padding: 14px 0 40px;
        background-color: #C3DFE0;
        overflow-x: hidden;
    }
    #conts_quiz .area .pickups {
        margin-bottom: 60px;
        background-color: #C3DFE0;
    }
    #conts_quiz .area .title_box {
        text-align: center;
        margin-bottom: 16px;
    }
    #conts_quiz .area h2 {
        display: inline-block;
        width: auto;
        height: 92px;
        padding: 36px 90px 20px 0;
        margin: 0;
        position: relative;
        background-image: url(../img/illustration_01.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 90px;
    }
    #conts_quiz .area h2 img {
        width: auto;
        height: 100%;
    }
    #conts_quiz .area h2::before {
        content: "";
        display: block;
        width: 200px;
        height: 39px;
        background-image: url(../img/illustration_02.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        position: absolute;
        top: 0px;
        right: calc(50% + 140px);
    }
    #conts_quiz .area h2::after {
        content: "";
        display: block;
        width: 114px;
        height: 27px;
        background-image: url(../img/illustration_03.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: 10px;
        left: calc(50% + 146px);
    }
    #conts_quiz .area .pickups li {
        font-size: 15px;
        line-height: 1.5;
        border: 1px solid #000;
        position: relative;
        margin-bottom: 26px;
        box-shadow: 4px 4px 8px 0px #5555554f;
        align-items: center;
    }
    #conts_quiz .area .pickups li:last-of-type {
        margin-bottom: 0;
    }
    #conts_quiz .area .pickups li a {
        display: flex;
        text-decoration: none;
        color: inherit;
        background-color: #fff;
        padding: 16px 4% 14px;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }
    #conts_quiz .area .pickups li::before {
        content: "";
        display: block;
        width: 120px;
        height: 60px;
        background-image: url(../img/text_img_03.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        position: absolute;
        top: -33px;
        right: -5%;
        z-index: 1;
        pointer-events: none;
    }
    #conts_quiz .area .pickups li p {
        margin: 0;
    }
    #conts_quiz .area .pickups li .img {
        width: 100px;
    }
    #conts_quiz .area .pickups li .text {
        width: calc(100% - 110px);
    }
    #conts_quiz .area .link_btns {
        display: flex;
        margin-bottom: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #conts_quiz .area .link_btns li {
        width: 49%;
        margin-bottom: 10px;
    }
    #conts_quiz .area .link_btns li a {
        display: flex;
        height: 100%;
        background-color: #157D90;
        font-size: 16px;
        letter-spacing: -.04em;
        color: #fff;
        border-radius: 10px;
        padding: 10px 4% 18px;
        text-decoration: none;
        background-image: url(../img/icon_01.png);
        background-repeat: no-repeat;
        background-position: center bottom 6px;
        background-size: 10px;
        align-items: center;
        justify-content: center;
    }
    #conts_quiz .area .slope_lists .area_box {
        margin: 0 0 50px;
        text-align: center;
    }
    #conts_quiz .area .slope_lists .area_box:last-of-type {
        margin-bottom: 0;
    }
    #conts_quiz .area .slope_lists .area_box dt {
        display: inline-block;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        padding: 6px 36px;
        background-image: url(../img/icon_02.png), url(../img/icon_02.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-size: 26px, 26px;
        margin-bottom: 14px;
    }
    #conts_quiz .area .slope_lists .area_box dd {
        margin: 0;
    }
    #conts_quiz .area .slope_lists .slope_list>li {
        text-align: left;
        padding: 20px 5% 18px;
        background-color: #fff;
        margin-bottom: 20px;
    }
    #conts_quiz .area .slope_lists .slope_list>li:last-of-type {
        margin-bottom: 0;
    }
    #conts_quiz .area .slope_lists .slope_list>li>a, .area .slope_lists .slope_list>li .no_link_wrapper {
        display: flex;
        text-decoration: none;
        color: inherit;
        font-size: 16px;
        align-items: center;
        margin-bottom: 12px;
    }
    #conts_quiz .area .slope_lists .slope_list>li .logo {
        width: 70px;
        margin: 0 10px 0 0;
    }
    #conts_quiz .area .slope_lists .slope_list>li h3 {
        width: calc(100% - 80px);
        margin: 0;
    }
    #conts_quiz .area .slope_lists .slope_list>li h3 .closed {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
        color: #e60030;
    }
    #conts_quiz .area .slope_lists .slope_list>li h3 .closed {
        display: inline-block;
        font-size: 12px;
        line-height: 1.4;
        color: #e60030;
    }
    #conts_quiz .area .slope_lists .slope_list>li .right_block {
        width: 100%;
    }
    #conts_quiz .area .slope_lists .slope_list>li .right_block .detail_text {
        font-size: 15px;
        margin: 0 0 12px;
        line-height: 1.7;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link {
        display: flex;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link li {
        font-size: 15px;
        line-height: 1.4;
        margin-right: 20px;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link li:last-of-type {
        margin-right: 0;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link li a {
        display: inline-block;
        width: auto;
        color: inherit;
        text-decoration: none;
        padding-left: 20px;
        background-image: url(../img/icon-info.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 15px;
    }
    #conts_quiz .area .slope_lists .slope_list>li .detail_link li:nth-of-type(2) a {
        background-image: url(../img/icon-weather.svg);
    }
    /* -----------------------------------------------
tourist
------------------------------------------------ */
    #conts_quiz .tourist {
        padding: 0px 0 80px;
        overflow-x: hidden;
    }
    #conts_quiz .tourist .title_box {
        text-align: center;
        border-bottom: 2px solid #070707;
        margin-bottom: 46px;
        position: relative;
    }
    #conts_quiz .tourist .title_box::before {
        content: "";
        display: block;
        width: 76px;
        height: 88px;
        background-image: url(../img/illustration_04.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        position: absolute;
        top: 7px;
        right: calc(50% + 175px);
        z-index: 1;
    }
    #conts_quiz .tourist .title_box::after {
        content: "";
        display: block;
        width: 47px;
        height: 71px;
        background-image: url(../img/illustration_07.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        bottom: 10px;
        left: calc(50% + 164px);
    }
    #conts_quiz .tourist h2 {
        display: inline-block;
        width: auto;
        height: 92px;
        padding: 36px 0 20px;
        margin: 0;
        position: relative;
    }
    #conts_quiz .tourist h2 img {
        width: auto;
        height: 100%;
    }
    #conts_quiz .tourist h2::before {
        content: "";
        display: block;
        width: 104px;
        height: 44px;
        background-color: #fff;
        background-image: url(../img/illustration_05.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        position: absolute;
        bottom: -12px;
        right: calc(50% + 77px);
    }
    #conts_quiz .tourist h2::after {
        content: "";
        display: block;
        width: 90px;
        height: 53px;
        background-color: #fff;
        background-image: url(../img/illustration_06.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        position: absolute;
        bottom: -12px;
        left: calc(50% + 76px);
    }
    #conts_quiz .tourist .banner_list {
        max-width: 380px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto 36px;
    }
    #conts_quiz .tourist .banner_list li {
        margin: 0 0 10px;
    }
    #conts_quiz .tourist .banner_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    #conts_quiz .tourist h3 {
        width: 140px;
        margin: 0 5% 8px;
    }
    #conts_quiz .tourist .slider6 {
        height: auto;
        padding-top: 41vw;
    }
    #conts_quiz .tourist .slider6 .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
    }
}