@charset "utf-8";

/*-------------------------------------------

    renewal.css move style

-------------------------------------------*/
.breadcrumbs {
    background-color: transparent;
}
.breadcrumbs>ul {
    background-color: transparent;
}
body.is-active {
    position: relative;
    height: 100%;
    overflow: hidden;
}
html {
    height: 100%;
    overflow: auto;
}
.c-accordion__container {
    margin-top: 40px;
}
.c-accordion__container+.c-accordion__container {
    margin-top: 20px;
}
.c-accordion__head {
    position: relative;
    padding: 15px 8px;
    cursor: pointer;
}
.c-accordion__head::after,
.c-accordion__head::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 14px;
    width: 15px;
    height: 1px;
    transform: translateY(-50%);
    background-color: #666;
    content: '';
}
.c-accordion__head::after {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .2s ease;
}
.c-accordion__head.is-open::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.c-accordion__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 100%;
    padding: 15px;
}
.c-accordion[data-type=gray] .c-accordion__head {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #ddd;
    font-size: 14px;
    font-weight: 700;
}
.c-accordion[data-type=gray] .c-accordion__body {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.c-button__container {
    margin-top: 35px;
    text-align: center;
}
.c-button__container+.c-button__container {
    margin-top: 20px;
}
.c-button {
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 3px 0 #d6d6d6;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 3px;
    border-radius: 4px;
    box-shadow: 0 3px 0 #d6d6d6;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.c-button:hover {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    text-decoration: none;
    transition: all .2s ease;
}
.c-button[data-size="s"] {
    max-width: 300px;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 40px;
    font-size: 14px;
}
.c-button[data-color=orange] {
    background-color: #eb5505;
    color: #fff;
}
.c-button[data-color=orange]:hover {
    background-color: #ee7637;
}
.c-button[data-icon=arrow][data-color=green]::before,
.c-button[data-icon=arrow][data-color=orange]::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 12px;
    transform: translateY(-50%);
    background-image: url(/shared/legacy-compatible/img/icon_arrow_white.svg);
    background-repeat: no-repeat;
    content: '';
}
.c-frame__container {
    margin-top: 30px;
}
.c-frame__container>.c-frame>:first-child {
    margin-top: 0;
}
.c-frame__container .c-list__container {
    margin-top: 5px;
}
.c-frame {
    padding: 15px 20px;
    background-color: #fff;
    line-height: 1.6;
}
.c-frame:not([data-type]),
.c-frame[data-type=normal] {
    border: solid 1px #ccc;
}
.c-frame[data-size="s"] {
    font-size: 12px;
}
.c-frame[data-align=center] {
    text-align: center;
}
.c-frame[data-color=orange] {
    background-color: #fef6f2;
}
.c-frame .c-frame__wrap {
    text-align: center;
}
.c-frame .c-accordion__head {
    line-height: 1;
}
.c-hdg__lv3 .c-hdg {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.c-image__container {
    margin-top: 20px;
    text-align: center;
}
.c-image {
    vertical-align: bottom;
}
    picture.center {
    display: block;
    text-align: center;
}
    picture img {
    height: auto;
}
.c-link__container {
    margin-top: 15px;
}
.c-link {
    display: inline-block;
    position: relative;
    padding-right: .1em;
    color: #0070cc;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: top;
}
.c-link[data-icon=arrow] {
    padding-left: 16px;
}
.c-link[data-icon=arrow]::before {
    position: absolute;
    top: .36em;
    left: 3px;
    width: 6px;
    height: 10px;
    background-image: url(/shared/legacy-compatible/img/icon_arrow_bold.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}
.c-link[data-align=center] {
    text-align: center;
}
.c-link[data-align=center][data-icon=arrow] {
    display: inline;
}
.c-list__container {
    margin-top: 15px;
}
.c-list[data-type=kome]>li {
    position: relative;
    padding-left: 1.5em;
    color: #666;
    font-size: 12px;
}
.c-list[data-type=kome]>li::before {
    position: absolute;
    left: 0;
    content: "\203b";
}
.c-list[data-align=center] {
    text-align: center;
}
.c-list[data-align=center]>li {
    display: inline-block;
}
.c-list[data-type=dot]>li {
    position: relative;
    padding-left: 1.25em;
    font-size: 14px;
}
.c-list[data-type=dot]>li::before {
    position: absolute;
    left: 0;
    content: "・";
}
.c-list[data-type=dot][data-size="s"]>li {
    font-size: 12px;
}
.c-list>li {
    line-height: 1.6;
}
.c-modal {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
    z-index: 11000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .8);
}
.c-modal__head {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.c-modal__head__note {
    color: #eb5505;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.c-modal__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.c-modal__container {
    display: table-cell;
    vertical-align: middle;
}
.c-modal__contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 12000;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
}
.c-modal__contents>:first-child {
    margin-top: 0;
}
.c-modal__contents>:nth-last-child(2) {
    margin-bottom: 0;
}
.c-modal__close-button {
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
}
.c-modal__close-button:hover {
    opacity: .7;
}
.c-modal__close-button:after,
.c-modal__close-button:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #eb5505;
    content: "";
}
.c-modal__close-button:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-modal__close-button:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.is-modal-active {
    position: fixed;
    width: 100%;
    height: 100%;
}
.c-controlNumber-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    position: relative;
    width: 100%;
    max-width: 615px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 25px 10px;
    border: 2px solid #eb5505;
    background-color: #fef6f2;
    text-align: center;
}
.c-controlNumber-box[data-type=arrow] {
    margin-bottom: 40px;
}
.c-controlNumber-box[data-type=arrow]::after,
.c-controlNumber-box[data-type=arrow]::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 27px solid #eb5505;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    content: '';
}
.c-controlNumber-box[data-type=arrow]::after {
    bottom: calc(3px - 27px);
    border-top: solid 27px #fef6f2;
}
.c-controlNumber-box__head {
    display: inline-block;
    position: relative;
    margin-bottom: 13px;
    padding-left: min(40px, calc(40 / 700 * 100vw));
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: min(18px, calc(18 / 700 * 100vw));
    font-weight: 700;
    line-height: 1.5;
}
.c-controlNumber-box__head::before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(/shared/legacy-compatible/img/icon_attention.png) no-repeat;
    background-size: 30px;
    content: '';
}
.c-controlNumber-box__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.c-controlNumber-box__list li {
    position: relative;
}
.c-controlNumber-box__list li:first-child::after {
    position: absolute;
    top: 50%;
    right: 0;
    right: -17px;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 18px 0 18px 17px;
    border-style: solid;
    border-color: transparent transparent transparent #00939d;
    content: '';
}
.c-box[data-bg-color=orange] {
    margin-top: 30px;
    padding: 35px 20px;
    background-color: #fef6f2;
}
.c-accordion__body .c-controlNumber-box__head {
    font-size: min(18px, calc(18 / 790* 100vw));
}
.c-tab__container {
    margin-top: 40px;
}
.c-tab[data-col="2"] .c-tab__item {
    width: 50%;
}
.c-tab[data-col="3"] .c-tab__item {
    width: 33%;
}
.c-tab__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    border-bottom: 1px solid #eb5505;
    border-spacing: 16px 0;
}
.c-tab__contents {
    margin-top: 35px;
}
.c-tab__item {
    display: table-cell;
    position: relative;
    bottom: -1px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #eb5505;
    border-left: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    vertical-align: middle;
}
.c-tab__item:not(.is-selected) {
    background-color: #f3f3f3;
}
.c-tab__item>a {
    display: block;
    padding: 36px 12px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.c-tab__item.is-selected {
    border-top: 1px solid #eb5505;
    border-right: 1px solid #eb5505;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #eb5505;
}
.c-tab__item.is-selected>a {
    color: #eb5505;
}
.c-tab__item.is-selected::before {
    position: absolute;
    bottom: -1.5px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: '';
}
.c-tab__panel:not(.is-visible) {
    display: none;
}
.c-tab[data-type="2"] [id] {
    scroll-margin-top: 110px;
}
.c-tab[data-type="2"]>.c-tab__list {
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 134px;
    overflow: hidden;
    border-bottom: 4px solid #eb5505;
    background-color: #fff;
}
.c-tab[data-type="2"]>.c-tab__list .c-tab__item {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
    vertical-align: top;
}
.c-tab[data-type="2"]>.c-tab__list .c-tab__item.is-selected {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 1px solid #eb5505;
    background-color: #eb5505;
    vertical-align: middle;
}
.c-tab[data-type="2"]>.c-tab__list .c-tab__item.is-selected::before {
    display: none;
}
.c-tab[data-type="2"]>.c-tab__list .c-tab__item.is-selected>a {
    padding: 18px 12px;
    background-color: #eb5505;
    color: #fff;
    font-size: 14px;
}
.c-tab[data-type="2"]>.c-tab__list .c-tab__item>a {
    padding: 12px 12px;
    font-size: 12px;
}
.c-tab[data-type="2"]>.c-tab__list .c-tab__item>a span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.c-tab[data-type="2"]>.c-tab__list+.c-tab__contents {
    margin-top: 0;
    padding: 20px;
    padding-top: 35px;
    background-color: #fff4ed;
}
.c-tab[data-type="2"] .c-tab .c-tab__item.is-selected {
    background-color: #fff;
}
.c-tab[data-type="2"] .c-tab .c-tab__contents {
    margin-top: 0;
    padding: 20px;
    padding-top: 35px;
    background-color: #fff;
}
.c-tab[data-type="2"] .c-anchor>li {
    background-color: #fff;
}
.c-tab[data-type="2"] .c-accordion[data-type=icon] {
    background-color: #fff;
}
.c-tab[data-type="2"] .c-accordion[data-type=empty] {
    background-color: #fff;
}
.c-tab[data-type="2"].reverse>.c-tab__list .c-tab__item.is-selected>a {
    padding: 18px 10px;
}
.u-align-center {
    text-align: center !important;
}
.nowrap {
    display: inline-block;
    white-space: wrap;
}

@media (max-width:640px) {
    .breadcrumbs>ul {
        padding: 10px 2.5% 10px 2.5%;
    }
    .c-accordion__container {
        margin-bottom: 15px;
    }
    .c-button__container {
        margin-bottom: 15px;
    }
    .c-button .c-button__subText {
        font-size: 10px;
    }
    .c-frame__container {
        margin-bottom: 15px;
    }
    .c-frame[data-pd-size="m"] {
        padding: 30px 15px;
    }
    .c-frame {
        padding: 15px;
    }
    .c-frame .c-frame__wrap {
        border-bottom: 1px solid #ccc;
    }
    .c-frame .c-frame__img>img {
        width: 20%;
    }
    .c-hdg__lv3 {
        margin-bottom: 15px;
    }
    .c-hdg__lv3 {
        margin-top: 30px;
    }
    .c-hdg__lv3 .c-hdg {
        text-align: center;
    }
    .c-image__container {
        margin-bottom: 15px;
    }
    .c-image[data-sizing-xs="0.8"] {
        width: 80%;
        height: auto;
    }
    .c-image[data-visible=sm] {
        display: none;
    }
    .c-link__container {
        margin-bottom: 15px;
    }
    .c-modal__head {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .c-modal__head__note {
        font-size: 14px;
    }
    .c-modal__container {
        padding: 40px 3.5% 60px;
    }
    .c-modal__contents {
        padding: 45px 10px 20px;
    }
    .c-modal__close-button:after,
    .c-modal__close-button:before {
        width: 62%;
        height: 2px;
        margin: -1px 0 0 -30%;
    }
    .c-modal__close-button {
        top: 12px;
        right: 12px;
        width: 26px;
        height: 26px;
        border: 2px solid #eb5505;
    }
    .c-controlNumber-box {
        padding: 20px 10px;
    }
    .c-controlNumber-box__head::before {
        top: min(13px, calc(-3 / 400 * 100vw));
        width: min(30px, calc(30 / 400 * 100vw));
        height: min(30px, calc(30 / 400 * 100vw));
        background-size: min(30px, calc(30 / 400 * 100vw));
    }
    .c-controlNumber-box__head {
        padding-left: min(35px, calc(35 / 400 * 100vw));
        font-size: min(16px, calc(16 / 400 * 100vw));
        letter-spacing: -.5px;
    }
    .c-controlNumber-box__img img {
        max-width: 300px;
        margin: auto;
    }
    .c-controlNumber-box__list {
        max-width: 300px;
        margin: auto;
    }
    .c-controlNumber-box .c-link {
        font-size: min(14px, calc(14 / 400 * 100vw));
    }
    .c-box[data-bg-color=orange] {
        margin-top: 15px;
        padding: 20px 15px;
    }
    .c-accordion__body .c-controlNumber-box__head::before {
        top: min(13px, calc(-3 / 443 * 100vw));
        width: min(30px, calc(30 / 443 * 100vw));
        height: min(30px, calc(30 / 443 * 100vw));
        background-size: min(30px, calc(30 / 443 * 100vw));
    }
    .c-accordion__body .c-controlNumber-box__head {
        padding-left: min(35px, calc(35 / 443 * 100vw));
        font-size: min(16px, calc(16 / 443 * 100vw));
    }
    .c-tab__container {
        margin-bottom: 15px;
    }

    .c-slider__container[data-bg-color=gray],
    .c-slider__container[data-bg-color=orange] {
        margin-right: -3%;
        margin-left: -3%;
        padding: 40px 0 10px
    }

    .c-slider__container {
        margin-top: 30px
    }

    .c-slider__container[data-type="1"] .bx-wrapper .bx-viewport {
        overflow: visible !important
    }

    .c-slider__container[data-type="1"] .bx-wrapper .bx-controls-direction .bx-prev {
        left: -25px
    }

    .c-slider__container[data-type="1"] .bx-wrapper .bx-controls-direction .bx-next {
        right: -25px
    }

    .c-slider__container[data-type="1"] .c-slider>li {
        margin: 22px 5px 0
    }

    .c-slider__container[data-type="1"] .c-slider>li:nth-child(n+2) {
        margin: 22px 0 0;
        padding: 0 5px
    }

    .c-slider__container[data-type="2"] .bx-wrapper {
        margin-bottom: 50px
    }

    .c-slider__container[data-type="2"] .bx-wrapper .bx-viewport {
        height: auto !important
    }

    .c-slider__container[data-type="2"] .bx-wrapper .bx-pager {
        bottom: -33px
    }

    .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-prev {
        left: -20px
    }

    .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-next {
        right: -20px
    }

    .c-slider__container[data-type="2"] .c-slider>li {
        margin: 22px 5px 0 0
    }

    .c-slider__container[data-type="2"] .c-slider>li:nth-child(n+2) {
        margin: 22px 5px 0 0;
        padding: 0
    }

    .c-slider__container .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 5px
    }

    .c-slider__container .bx-wrapper .bx-controls-direction .bx-next,
    .c-slider__container .bx-wrapper .bx-controls-direction .bx-prev {
        width: 40px;
        height: 40px;
        margin-top: -35px
    }

    .c-slider>li .c-slider__wrap {
        padding: 40px 20px 20px
    }

    .c-slider>li .c-slider__icon {
        font-size: 20px
    }

    .c-slider>li .c-slider__lead {
        margin-top: 10px;
        font-size: 17px
    }

    .c-slider>li .c-slider__img {
        margin-top: 10px
    }

    .c-slider>li .c-slider__text {
        margin-top: 10px
    }

    .c-tab__item>a {
        padding: 24px 6px;
    }
    .c-tab[data-type="2"]>.c-tab__list .c-tab__item.is-selected>a {
        font-size: min(3.73vw, 14px);
    }
    .c-tab[data-type="2"]>.c-tab__list .c-tab__item.is-selected:nth-child(1) {
        width: 65%;
    }
    .c-tab[data-type="2"]>.c-tab__list .c-tab__item.is-selected:nth-child(2) {
        width: 35%;
    }
    .c-tab[data-type="2"]>.c-tab__list .c-tab__item>a {
        padding: 10px 5px;
        font-size: min(3.46vw, 13px);
    }
    .c-tab[data-type="2"]>.c-tab__list .c-tab__item>a span {
        font-size: min(5.33vw, 20px);
        line-height: 1;
    }
    .c-tab[data-type="2"]>.c-tab__list+.c-tab__contents {
        padding-top: 20px;
    }
    .c-tab[data-type="2"].reverse>.c-tab__list .c-tab__item:nth-child(1) {
        width: 38%;
    }
    .c-tab[data-type="2"].reverse>.c-tab__list .c-tab__item:nth-child(2) {
        width: 62%;
    }
    .c-text__container {
        margin-bottom: 15px;
    }
    .c-text__container {
        margin-top: 15px;
    }
    .c-text+.c-text {
        margin-top: 15px;
    }
    .u-sm {
        display: none !important;
    }
}
@media (min-width:641px) {
    .breadcrumbs {
        margin-top: 10px;
    }
    .breadcrumbs>ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
        padding-left: 10px;
    }
    .c-accordion__container {
        margin-bottom: 15px;
    }
    .c-accordion__container {
        margin-top: 30px;
    }
    .c-accordion__body {
        padding: 14px 20px;
    }
    .c-button__container {
        margin-bottom: 15px;
    }
    .c-button__container[data-align-sm=left] {
        text-align: left;
    }
    .c-button__container[data-align-sm=right] {
        text-align: left;
    }
    .c-frame__container {
        margin-bottom: 15px;
    }
    .c-frame[data-pd-size="m"] {
        padding: 30px;
    }
    .c-frame .c-frame__wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .c-frame .c-frame__img {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 10%;
        height: auto;
        margin-right: 15px;
    }
    .c-frame__headText {
        font-size: 18px;
        line-height: 1.5;
    }
    .c-frame__head+* {
        margin-top: 18px;
    }
    .c-hdg__lv3 {
        margin-bottom: 15px;
    }
    .c-hdg__lv3 {
        margin-top: 35px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .c-icon[data-size="l"] {
        width: 40px;
        height: 40px;
    }
    .c-image__container {
        margin-bottom: 15px;
    }
    .c-image[data-sizing-sm="0.7"] {
        width: 70%;
        height: auto;
    }
    .c-image[data-sizing-sm="0.8"] {
        width: 80%;
        height: auto;
    }
    .c-image[data-visible=xs] {
        display: none;
    }
    .c-link__container {
        margin-bottom: 15px;
    }
    .c-modal__container {
        padding: 60px 3.5%;
    }
    .c-modal__contents {
        padding: 100px 30px 30px;
    }
    .c-modal__close-button:after,
    .c-modal__close-button:before {
        width: 60%;
        height: 3px;
        margin: -2px 0 0 -30%;
    }
    .c-modal__close-button {
        top: 30px;
        right: 30px;
        width: 52px;
        height: 52px;
        border: 3px solid #eb5505;
    }
    .c-slider__container[data-bg-color=gray],
    .c-slider__container[data-bg-color=orange] {
        padding: 40px 0 20px;
    }

    .c-slider__container {
        margin-top: 70px
    }

    .c-slider__container[data-type="1"] .bx-wrapper .bx-controls-direction .bx-prev {
        left: 0
    }

    .c-slider__container[data-type="1"] .bx-wrapper .bx-controls-direction .bx-next {
        right: 0
    }

    .c-slider__container[data-type="1"] .c-slider>li {
        margin: 22px 0 0;
        padding: 0 5px
    }

    .c-slider__container[data-type="2"] .bx-wrapper {
        margin-bottom: 60px
    }

    .c-slider__container[data-type="2"] .bx-wrapper .bx-pager {
        bottom: -38px
    }

    .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-prev {
        left: -15px
    }

    .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-next {
        right: -15px
    }

    .c-slider__container[data-type="2"] .c-slider>li {
        margin: 22px 0 0;
        padding: 0 5px
    }

    .c-slider__container .bx-wrapper .bx-viewport {
        height: auto !important
    }

    .c-slider__container .bx-wrapper .bx-controls-direction .bx-next,
    .c-slider__container .bx-wrapper .bx-controls-direction .bx-prev {
        width: 50px;
        height: 50px
    }

    .c-slider>li .c-slider__wrap {
        padding: 40px 25px 25px
    }

    .c-slider>li .c-slider__icon {
        font-size: 24px
    }

    .c-slider>li .c-slider__lead {
        margin-top: 15px;
        font-size: 19px
    }

    .c-slider>li .c-slider__img {
        margin-top: 15px
    }

    .c-slider>li .c-slider__text {
        margin-top: 15px
    }
    .c-tab__container {
        margin-bottom: 15px;
    }
    .c-tab__container+.c-tab__container {
        margin-top: 35px;
    }
    .c-text__container {
        margin-bottom: 15px;
    }
    .c-text__container {
        margin-top: 20px;
    }
    .c-text+.c-text {
        margin-top: 20px;
    }
    .u-xs {
        display: none !important;
    }
}
/*-------------------------------------------

    cms.css move style

-------------------------------------------*/
.rclinkBtnM {
    -webkit-box-shadow: 0 4px #d9d9d9;
    display: block;
    margin: 10px auto;
    border-radius: 50px;
    background-color: #eb5505;
    box-shadow: 0 4px #d9d9d9;
    line-height: 2rem;
    text-align: center;
}
.rclinkBtnM.rclinkBtnM--lineOrange {
    -webkit-box-shadow: none;
    border: 1px solid #eb5505;
    background-color: #fff;
    box-shadow: none;
}
.rclinkBtnM.rclinkBtnM--lineOrange>a:hover {
    text-decoration: none;
}
.rclinkBtnM.rclinkBtnM--lineOrange>a::after {
    border-top: 2px solid #eb5505;
    border-right: 2px solid #eb5505;
}
.rclinkBtnM.rclinkBtnM--lineOrange>a,.rclinkBtnM.rclinkBtnM--lineOrange>a>span {
    color: #eb5505;
}
.rclinkBtnM a {
    display: block;
    position: relative;
    color: #fff;
}
.rclinkBtnM a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    transform: rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    background-color: transparent;
    content: "";
}
.rclinkBtnM a span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.rclinkBtnL {
    -webkit-box-shadow: 0 4px #d9d9d9;
    display: block;
    margin: 10px auto;
    border-radius: 50px;
    background-color: #eb5505;
    box-shadow: 0 4px #d9d9d9;
    line-height: 2rem;
    text-align: center;
}
.rclinkBtnL.rclinkBtnL--lineOrange {
    -webkit-box-shadow: none;
    border: 1px solid #eb5505;
    background-color: #fff;
    box-shadow: none;
}
.rclinkBtnL.rclinkBtnL--lineOrange>a:hover {
    text-decoration: none;
}
.rclinkBtnL.rclinkBtnL--lineOrange>a::after {
    border-top: 2px solid #eb5505;
    border-right: 2px solid #eb5505;
}
.rclinkBtnL.rclinkBtnL--lineOrange>a,.rclinkBtnL.rclinkBtnL--lineOrange>a>span {
    color: #eb5505;
}
.rclinkBtnL a {
    display: block;
    position: relative;
    color: #fff;
}
.rclinkBtnL a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    transform: rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    background-color: transparent;
    content: "";
}
.rclinkBtnL a span {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.rc-hdg__lv3 {
    margin-top: 35px;
    margin-bottom: 15px;
}
.rc-hdg__lv3 .rc-hdg {
    padding-bottom: 3px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 3px solid #eb5505;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.c-step__container {
    margin-top: 15px;
    margin-bottom: 15px;
}
.c-step>li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    min-height: 45px;
    margin-bottom: 20px;
    padding-left: 48px;
    line-height: 1.5;
}
.c-step>li::after {
    z-index: -1;
    position: absolute;
    top: 35px;
    left: 15px;
    width: 3px;
    height: 100%;
    background-color: #fdeee6;
    content: "";
}
.c-step>li:last-child::after {
    display: none;
}
.c-step .c-step__num {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 3%;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #fdeee6;
    color: #eb5505;
    font-size: 16px;
    font-weight: 700;
}
@font-face {
    src: url(/function/promotion/common/font/DIN-2014_Narrow-Bold.otf) format("opentype");
    font-family: 'DIN-2014 Narrow-Bold';
    font-weight: 700;
}
@font-face {
    src: url(/function/promotion/common/font/DIN-2014_Narrow.otf) format("opentype");
    font-family: 'DIN-2014 Narrow';
    font-weight: 400;
}
.l-requirement {
    max-width: 100%;
    border-top: 2px solid #eb5505;
    border-right: 2px solid #eb5505;
    border-left: 2px solid #eb5505;
}
.l-requirement__step {
    margin: 36px auto 0;
    border-top: 2px solid #eb5505;
}
.l-requirement__step li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    min-height: 263px;
    padding: 24px 28px 27px;
}
.l-requirement__step .num {
    font-family: "DIN-2014 Narrow-Bold","DIN Alternate",sans-serif;
    font-size: 33px;
    font-weight: 700;
}
.l-requirement__step .num span {
    padding-left: 10px;
    font-size: 46px;
    font-weight: 700;
}
.l-requirement__step .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.l-requirement__step .text span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.4;
}
.c-accordion .rclinkBtnL,.c-accordion .rclinkBtnM {
    width: 100%;
    max-width: 432px;
    margin: 0 auto;
}
.c-accordion[data-type=orange] .c-accordion__body,.c-accordion[data-type=orange] .c-accordion__head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.c-accordion[data-type=orange] .c-accordion__head {
    max-width: 460px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 50px;
    background-color: #eb5505;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.c-accordion[data-type=orange] .c-accordion__head.is-open {
    border-right: 2px solid #eb5505;
    border-left: 2px solid #eb5505;
    border-radius: 30px 30px 0 0;
}
.c-accordion[data-type=orange] .c-accordion__head::after,.c-accordion[data-type=orange] .c-accordion__head::before {
    right: 20px;
    height: 2px;
    background-color: #fff;
}
.c-accordion[data-type=orange] .c-accordion__body {
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
}
.c-accordion[data-type=orange] .c-accordion__body .ballon {
    position: relative;
    max-width: 350px;
    margin: 20px auto 35px;
    padding: 15px 5px;
    background-color: #fef6f2;
    text-align: center;
}
.c-accordion[data-type=orange] .c-accordion__body .ballon::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #fef6f2;
    content: '';
}
.c-accordion[data-type=orange] .c-accordion__body .ballon span {
    font-size: 18px;
    font-weight: 700;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step {
    margin: 0 0 60px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .num {
    font-size: 45px;
    line-height: 1.3;
    text-align: center;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .num span {
    padding-left: 18px;
    font-size: 45px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 40px 30px 50px;
    text-align: center;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:nth-child(n+2) {
    padding-top: 65px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li::before {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    position: absolute;
    bottom: -12px;
    left: -1px;
    width: 231px;
    height: 2px;
    transform: rotate(9deg);
    background-color: #ccc;
    content: '';
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li::after {
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    z-index: 0;
    position: absolute;
    top: auto;
    right: -1px;
    bottom: -12px;
    left: auto;
    width: 231px;
    height: 2px;
    transform: rotate(-9deg);
    background: 0 0;
    background-color: #ccc;
    content: '';
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child {
    padding-bottom: 25px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child::after,.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child::before {
    bottom: -18px;
    width: 232px;
    background-color: #eb5405;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child::before {
    left: -2px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child::after {
    right: -2px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .text {
    font-size: 18px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .text span.em {
    display: inline;
    color: #eb5505;
    font-size: 18px;
    font-weight: 700;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .text span.sub {
    font-size: 18px;
}
.c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .c-image__container {
    margin-top: 25px;
}
.c-tab[data-type="2"] .c-tab__panel .c-step li::after {
    z-index: 0;
}
@media (min-width: 641px) {
    .rclinkBtnM {
        width:45%;
    }
    .rclinkBtnM:hover {
        opacity: .75;
    }
    .rclinkBtnM a {
        padding: 15px;
    }
    .rclinkBtnL {
        width: 45%;
    }
    .rclinkBtnL:hover {
        opacity: .75;
    }
    .rclinkBtnL a {
        padding: 18px;
    }
}
@media (max-width: 640px) {
    .rclinkBtnM {
        width:100%;
    }
    .rclinkBtnM a {
        padding: 10px;
    }
    .rclinkBtnM a:hover {
        text-decoration: none;
    }
    .rclinkBtnM a::after {
        right: 10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
    .rclinkBtnL {
        width: 85%;
    }
    .rclinkBtnL a {
        padding: 16px;
    }
    .rclinkBtnL a:hover {
        text-decoration: none;
    }
    .rclinkBtnL a::after {
        right: 10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
    .rc-hdg__lv3 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .l-requirement {
        max-width: calc(740 / 375 * 100vw);
        border: max(calc(1 / 375* 100vw),1px) solid #eb5505;
        border-bottom: none;
    }
    .l-requirement__step {
        display: block;
        margin: calc(16 / 375 * 100vw) auto calc(54 / 375 * 100vw);
        border-top: max(calc(1 / 375* 100vw),1px) solid #eb5505;
    }
    .l-requirement__step .num {
        font-size: calc(33 / 375 * 100vw);
        text-align: center;
    }
    .l-requirement__step .num span {
        padding-left: calc(13 / 375 * 100vw);
        font-size: calc(35 / 375 * 100vw);
    }
    .l-requirement__step li {
        display: block;
        position: relative;
        width: 100%;
        min-height: 100%;
        padding: calc(32 / 375 * 100vw) calc(35 / 375 * 100vw) calc(27 / 375 * 100vw);
    }
    .l-requirement__step li::before {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        position: absolute;
        bottom: calc(-12 / 375* 100vw);
        left: calc(-1 / 375* 100vw);
        width: calc(170 / 375* 100vw);
        height: calc(1 / 375* 100vw);
        transform: rotate(5deg);
        background-color: #ccc;
        content: '';
    }
    .l-requirement__step .text {
        margin-top: calc(2 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }
    .l-requirement__step .text span {
        display: block;
        margin-top: calc(7 / 375 * 100vw);
        font-size: calc(15 / 375 * 100vw);
        line-height: 1.4;
    }
    .c-accordion[data-type=orange] .c-accordion__head {
        max-width: calc(460 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step {
        max-width: calc(740 / 375 * 100vw);
        margin: calc(0 / 375 * 100vw) auto calc(60 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .num {
        font-size: calc(34 / 375 * 100vw);
        line-height: 1.1;
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .num span {
        padding-left: calc(12 / 375 * 100vw);
        font-size: calc(34 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li {
        padding: calc(20 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li::before {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        bottom: calc(-12 / 375 * 100vw);
        left: calc(-1 / 375 * 100vw);
        width: calc(166 / 375 * 100vw);
        height: calc(1 / 375 * 100vw);
        transform: rotate(10deg);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li::after {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        right: calc(-1 / 375 * 100vw);
        bottom: calc(-12 / 375 * 100vw);
        width: calc(166 / 375 * 100vw);
        height: calc(1 / 375 * 100vw);
        transform: rotate(-10deg);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child {
        padding-bottom: calc(10 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child::before {
        bottom: calc(-15 / 375 * 100vw);
        left: calc(-2 / 375 * 100vw);
        width: calc(166 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step li:last-child::after {
        right: calc(-2 / 375 * 100vw);
        bottom: calc(-15 / 375 * 100vw);
        width: calc(166 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .text {
        margin-top: 0;
        font-size: calc(16 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .text span {
        margin-top: calc(7 / 375 * 100vw);
        font-size: calc(15 / 375 * 100vw);
        line-height: 1.4;
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .text span.em {
        font-size: calc(16 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .text span.sub {
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.5;
    }
    .c-accordion[data-type=orange] .c-accordion__body .l-requirement__step .c-image__container {
        margin-top: calc(17 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body {
        max-width: 100%;
    }
    .c-accordion[data-type=orange] .c-accordion__body .ballon__content {
        padding: 0 calc(15 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .ballon {
        max-width: calc(400 / 375 * 100vw);
        margin: calc(20 / 375 * 100vw) auto calc(35 / 375 * 100vw);
    }
    .c-accordion[data-type=orange] .c-accordion__body .ballon::after {
        border: calc(15 / 375 * 100vw) solid transparent;
        border-top: calc(15 / 375 * 100vw) solid #fef6f2;
    }
    .c-accordion[data-type=orange] .c-accordion__body .ballon span {
        font-size: calc(16 / 375 * 100vw);
    }
}
@media screen and (min-width: 641px) and (max-width:765px) {
    .l-requirement__step {
        max-width:calc(740 / 765 * 100vw);
        margin: calc(36 / 765 * 100vw) auto 0;
    }
    .l-requirement__step li {
        min-height: calc(263 / 765 * 100vw);
        padding: calc(24 / 765 * 100vw) calc(28 / 765 * 100vw) calc(27 / 765 * 100vw);
    }
    .l-requirement__step .num {
        font-size: calc(25 / 765 * 100vw);
    }
    .l-requirement__step .num span {
        padding-left: calc(5 / 765 * 100vw);
        font-size: calc(35 / 765 * 100vw);
    }
    .l-requirement__step .text {
        font-size: calc(18 / 765 * 100vw);
    }
    .l-requirement__step .text span {
        margin-top: calc(7 / 765 * 100vw);
        font-size: calc(16 / 765 * 100vw);
    }
}
/*-------------------------------------------

    campaign_top

-------------------------------------------*/
.campaign_top .panelWrap {
    margin-top: 57px;
}
@media screen and (max-width:640px){
    .campaign_top .panelWrap {
        margin-top: 32px;
    }
}

/*-------------------------------------------

campaign detail

-------------------------------------------*/

/* mv */
.news_detail{
    color: #000;
}
.news_detail .campaign_mv_area{
    margin-bottom: 40px;
}
.news_detail .campaign_mv_area img{
    margin: 0 auto;
    display: block;
}
.news_detail .campaign_mv_area.closed{
    position: relative;
}
.news_detail .campaign_mv_area.closed .campaign_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
    line-height: 1.4;
}
.news_detail .news_detail_heading {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 24px;
}
.news_detail .step_box .list{
    font-size: 1.6rem;
    margin-bottom: 8px;
}
.news_detail .step_box .list .num{
    width: 28px;
    height: 28px;
    display: inline-flex;
    background: #9F9F9F;
    border-radius: 4px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
.news_detail .step_box .list .txt{
    display: inline-flex;
    padding-left: 8px;
    width: calc(100% - 28px);
}
.news_detail .campaign_info .campaign_item{
    margin-top: 32px;
}
.news_detail .campaign_info .campaign_item:first-child{
    margin-top: 0;
}
.news_detail .campaign_info .campaign_item .title{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
}
.news_detail .campaign_info .campaign_item .summary_wrap{
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}
.news_detail .campaign_info .campaign_item .summary_wrap .text + .text{
    margin-top: 8px;
}
.news_detail .campaign_info .campaign_item .summary_wrap .step_box + .normal_list{
    margin-top: 16px;
}
.news_detail .campaign_info .tab_content{
    padding: 24px 16px;
}
.news_detail .example_box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 46px;
    padding: 24px 12px 26px;
    width: 100%;
    max-width: 640px;
    font-size: 1.4rem;
    background: #FFF;
    border: 1.4px solid #ccc;
}
.news_detail .example_box::before,
.news_detail .example_box::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
}
.news_detail .example_box::after {
    bottom: -25px;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 25px solid #ccc;
    z-index: 1;
}
.news_detail .example_box::before {
    bottom: -24px;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 24px solid #fff;
    z-index: 2;
}
.news_detail .example_box .heading{
    margin-bottom: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    background: url(/shared/legacy-compatible/img/icon_caution.svg) no-repeat;
    background-position: left center;
    padding-left: 56px;
}
.news_detail .example_box .img_area img{
    max-width: 464px;
    width: 100%;
}
.news_detail .example_box .text{
    font-size: 1.4rem;
    margin-top: 24px;
}
.news_detail .example_box .normal_link{
    font-size: 1.4rem;
    margin-top: 8px;
}

.news_detail .entry_flow{
    max-width: 600px;
    margin: 0 auto;
}
.news_detail .entry_flow .blln_ttl{
    position: relative;
    display: inline-block;
    margin: 8px 0 20px;
    padding: 16px;
    width: 100%;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    background: #FFE3D4;
}
.news_detail .entry_flow .blln_ttl::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FFE3D4;
}
.news_detail .arw_btm{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 45px;
}
.news_detail .arw_btm::before,
.news_detail .arw_btm::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: clamp(150px, 30vw, 304.1px);
    border-radius: 9999px;
    background-color: #ccc;
    transform-origin: 50% calc(100% - 1px);
}
.news_detail .arw_btm.--orange::before,
.news_detail .arw_btm.--orange::after{
    background-color: #EB5505;
}
.news_detail .arw_btm::before {
  transform: rotate(81.8deg);
}
.news_detail .arw_btm::after {
  transform: rotate(-81.8deg);
}
.news_detail .arw_btm + .cv_button{
    margin-top: 32px;
}
.news_detail .step_layout{
    display: flex;
    gap: 38px;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin: 32px 0 40px;
}
.news_detail .step_layout .left_column{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.news_detail .step_layout .step_label{
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
}
.news_detail .step_layout .step_label .ttl{
    margin-top: 20px;
}
.news_detail .step_layout .step_text{
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.7;
}
.news_detail .step_layout .step_image img{
    max-width: 300px;
    width: 100%;
}
.news_detail .step_layout .step_image.sizeM img{
    max-width: 330px;
}
@media not screen and (max-width:640px){
    .news_detail .step_layout.gap10{
        gap: 10px;
    }
}
@media screen and (max-width:640px){
    .news_detail .campaign_mv_area{
        margin-bottom: 24px;
    }
    .news_detail .campaign_mv_area.closed .campaign_overlay{
        font-size: 2.8rem;
    }
    .news_detail .news_detail_heading {
        font-size: 2.0rem;
    }
    .news_detail .step_box .list{
        font-size: 1.4rem;
    }
    .news_detail .step_box .list .num{
        width: 24px;
        height: 24px;
        font-size: 1.4rem;
    }
    .news_detail .step_box .list .txt{
        width: calc(100% - 24px);
    }
    .news_detail .campaign_info .campaign_item .title{
        font-size: 1.6rem;
    }
    .news_detail .campaign_info .campaign_item .summary_wrap{
        font-size: 1.4rem;
    }
    .news_detail .example_box{
        padding: 16px 12px 26px;
        margin: 0 auto 40px;
    }
    .news_detail .example_box::after {
        bottom: -24px;
    }
    .news_detail .example_box::before {
        bottom: -23px;
    }
    .news_detail .example_box .heading{
        margin-bottom: 24px;
        font-size: 1.4rem;
        line-height: 1.4;
        padding-left: 53px;
    }
    .news_detail .example_box .text{
        margin-top: 16px;
        text-align: center;
    }
    .news_detail .entry_flow .blln_ttl{
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .news_detail .arw_btm{
        height: 30px;
    }
    .news_detail .step_layout {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 24px 0 30px;
    }
    .news_detail .step_layout .left_column{
        display: contents;
    }
    .news_detail .step_layout .step_label{
        order: 1;
        font-size: 2.0rem;
    }
    .news_detail .step_layout .step_label .ttl{
        margin-top: 8px;
        font-size: 1.8rem;
    }
    .news_detail .step_layout .step_image{
        order: 2;
    }
    .news_detail .step_layout .step_image img,
    .news_detail .step_layout .step_image.sizeM img{
        max-width: 247px;
    }
    .news_detail .step_layout .step_text{
        order: 3;
    }
}


.main_area.news_detail{
    background-color: #fff;
    padding-bottom: 0;
}
.main_area .article_block{
    padding-bottom: 48px;
}
.main_area .article_block em{
    font-style: italic;
}
.main_area .article_block strong,
.main_area .article_block strong span{
    font-weight: bold;
}
.main_area .article_block .container_narrow{
    max-width: 800px;
    margin: 40px auto 0;
}
.main_area .article_block .txt{
    font-size: 1.6rem;
    line-height: 1.7;
}
.main_area .article_block .news_detail_heading + .txt{
    margin-top: 46px;
}
.main_area.news_detail .article_block a:has(img):not([itemprop]):not([class])::after{
    display: none;
}
.main_area .article_block .cmn_btn_wrap{
    clear: both;
}
.main_area .faq_block{
    background-color: #F7F7F7;
    padding: 48px 0 80px;
}
@media screen and (max-width:640px){
    .main_area .article_block{
        padding-bottom: 40px;
    }
    .main_area .article_block .news_detail_heading + .txt{
        margin-top: 24px;
    }
    .main_area .faq_block{
        padding: 40px 0 72px;
    }
}

/*-------------------------------------------

custom slider controls

-------------------------------------------*/
/* .slider-arrows {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.custom-prev,
.custom-next {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    z-index: 2;
    border: none;
    cursor: pointer;
}

.custom-prev {
    margin-right: 40px;
}

.custom-next {
    margin-left: 40px;
}
.custom-prev::before {
    background-image: url('/shared/legacy-compatible/img/arw_slider_prev.svg');
}

.custom-next::before {
    background-image: url('/shared/legacy-compatible/img/arw_slider_next.svg');
}

.custom-dots .slick-dots {
    position: static;
    display: flex;
    flex-wrap: wrap;
}

.custom-dots .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.custom-dots .slick-dots li.slick-active {
    width: 25px;
}

.custom-dots .slick-dots li {
    width: 10px;
    height: 10px;
}

.custom-dots .slick-dots li.slick-active button:before {
    color: #656565;
    opacity: 1;
    width: 25px;
    height: 10px;
    background: #656565;
    border-radius: 5px;
}

.custom-dots .slick-dots li button:before {
    color: #B0B0B0;
    background: #B0B0B0;
    opacity: 1;
    font-size: 0;
    line-height: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

@media screen and (max-width:640px){
    .custom-prev,
    .custom-next {
        min-width: 24px;
        height: 24px;
    }

    .custom-dots .slick-dots {
        gap: 10px 0px;
    }

    .custom-prev {
        margin-right: 20px;
    }

    .custom-next {
        margin-left: 20px;
    }
} */

/*-------------------------------------------

pagination_area

-------------------------------------------*/
@media screen and (max-width:640px){
    .pagination_area .page {
        min-width: 28px;
        height: 28px;
    }
}

@media screen and (max-width:366px){
    .pagination_area .page {
        min-width: 26px;
        height: 26px;
    }
}

/*-------------------------------------------

slider BG

-------------------------------------------*/
.campaign_top_slider .img_block {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .16);
}

.campaign_top_slider .img_block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}

/*-------------------------------------------

slider
 /contents/campaign/2504atorevo_boost/
 /contents/campaign/2512atorevo_boost/

-------------------------------------------*/
.cmn_slider.tab_slider {
  margin: 0 auto 24px!important;
}
.cmn_slider_wrap .cmn_slider_btn {
  margin-bottom: 0;
}

@media screen and (max-width:640.999px) {
  .cmn_slider.tab_slider {
    margin: 0 auto!important;
  }
  .cmn_slider_wrap .cmn_slider_btn {
    margin: 3vw auto 0!important;
  }
}

/*STEPデザイン*/
.cmn_slider.tab_slider.step_wrap .slick-track {
  padding-top: 20px;
}
.step_box {
  margin: 18px 10px 15px;
  padding: 5vw 2vw 0 2vw;
}
.step_box .step-icon {
  margin: -50px 0 1.5vw;
  text-align: center
}
.step_box .step-icon span {
  display: inline-block;
  min-width: 50%;
  padding: 5px 30px;
  border-radius: 40px;
  background: #eb5505;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center
}
.step_box .step-lead {
  font-weight: 700;
  line-height: 1.4;
  text-align: center
}
.step_box .step-img {
  text-align: center;
  margin: 1.5vw 1vw 0 1vw;
}
.step_box .step-img img {
  border: 1px solid #ccc;
}
.step_box .step-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center
}

@media screen and (max-width:640.999px) {
    .step_box .step-icon {
      margin-bottom: 3vw;
    }
    .step_box .step-img {
          margin: 3vw 0 0;
    }
}
