@charset "utf-8";



/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}



/* tags
---------------------------------------------------- */
.ec-layoutRole {
    background: #dcf3f1 !important;
}

.dkbyn_cont a {
    color: #000;
    text-decoration: none;
    transition: all .4s;
}

.dkbyn_cont a:hover {
    color: #000;
    text-decoration: none;
    transition: all .4s;
    opacity: 0.6;
}

.dkbyn_cont img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    width: auto;
    height: auto;
}

.dkbyn_cont h2,
.dkbyn_cont h3,
.dkbyn_cont h4,
.dkbyn_cont h5,
.dkbyn_cont h6,
.dkbyn_cont p,
.dkbyn_cont ul,
.dkbyn_cont ol,
.dkbyn_cont dl,
.dkbyn_cont dt,
.dkbyn_cont dd,
.dkbyn_cont img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

.dkbyn_cont figure,
.dkbyn_cont nav,
.dkbyn_cont section {
    display: block;
    margin: 0px;
    padding: 0px;
}

/* common
---------------------------------------------------- */
.dkbyn_cont .sp {
    display: none;
}

.dkbyn_cont1 .red,
.dkbyn_cont3 .red{
    color: #ff4848;
}

.dkbyn_cont .btn1 a {
    display: block;
    border-radius: 50px;
    max-width: 522px;
    height: 74px;
    background-color: #ff4848;
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 74px;
    margin: 0 auto;
    position: relative;
}

.dkbyn_cont .btn1 a::after {
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dkbyn_cont .btn1+ul {
    margin: 30px 0 0!important;
    line-height: 1.8;
    text-align: center;
}
.dkbyn_cont .btn1+ul a {
    text-decoration: underline!important;
}
.dkbyn_cont .title_style1 {
    color: #0b9eb7;
    letter-spacing: 0.75px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    border-bottom: 2px solid #0b9eb7;
    padding-bottom: 12px;
    margin: 60px 0 40px;
}
.dkbyn_cont #apply {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .dkbyn_cont .pc {
        display: none;
    }

    .dkbyn_cont .sp {
        display: block;
    }

    .dkbyn_cont br.sp {
        display: inline;
    }

    .dkbyn_cont .btn1 a {
        height: 55px;
        font-size: 18px;
        line-height: 55px;
    }

    .dkbyn_cont .btn1 a::after {
        width: 15px;
        height: 15px;
        margin-top: -8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .dkbyn_cont .title_style1 {
        font-size: 18px;
        padding-bottom: 8px;
        margin: 40px 0 20px;
    }
}

.hp_mt3 {
    margin-top: 3%;
}

.hp_mt5 {
    margin-top: 5%;
}

/* dkbyn_navi
---------------------------------------------------- */
.dkbyn_navi {
    margin-bottom: 2.5vw;
}

.dkbyn_navi ul {
    background: #3cc3e3;
    background: linear-gradient(to right, #31bcd2 0%, #3cc3e3 100%);
    border-radius: 50px;
}

.dkbyn_navi li {
    display: block;
    float: left;
    width: 33.333%;
}

.dkbyn_navi li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.55vw;
    font-weight: bold;
    line-height: 1;
    padding: 1.29vw 0;
    background: rgba(255, 255, 255, 0);
}

.dkbyn_navi li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.dkbyn_navi li+li a {
    border-left: 1px solid #fff;
}

.dkbyn_navi li a img {
    vertical-align: middle;
    margin: -0.43vw 0 0 1.03vw;
}

@media screen and (min-width: 1280px) {
    .dkbyn_navi {
        margin-bottom: 30px;
    }

    .dkbyn_navi li a {
        font-size: 18px;
        padding: 15px 0;
    }

    .dkbyn_navi li a img {
        margin: -5px 0 0 12px;
    }
}

@media screen and (max-width: 767px) {
    .dkbyn_navi {
        margin: 15px 0;
    }

    .dkbyn_navi ul {
        background: none;
        border-radius: 0;
    }

    .dkbyn_navi li {
        float: none;
        width: auto;
    }

    .dkbyn_navi li+li {
        margin-top: 10px;
    }

    .dkbyn_navi li a {
        background: #3cc3e3;
        background: linear-gradient(to right, #31bcd2 0%, #3cc3e3 100%);
        border-radius: 50px;
        font-size: 15px;
        padding: 15px 0;
    }

    .dkbyn_navi li a:hover {
        color: #fff;
        background: #3cc3e3;
        background: linear-gradient(to right, #31bcd2 0%, #3cc3e3 100%);
    }

    .dkbyn_navi li+li a {
        border-left: none;
    }

    .dkbyn_navi li a img {
        margin: -4px 0 0 7px;
    }
}

/* dkbyn_cont1
---------------------------------------------------- */
.dkbyn_cont .dkbyn_cont1 {
    background-color: #fff;
    padding: 50px 110px 60px;
    text-align: center;
}

.dkbyn_cont1 h2 {
    font-size: 20px;
    color: rgb(11, 158, 183);
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 20px;
}

.dkbyn_cont1 h2 span.marker1 {
    font-size: 26px;
    color: rgb(11, 158, 183);
    font-weight: bold;
    line-height: 1.6;
    background: linear-gradient(transparent 60%, #fff77a 60%);
}
.dkbyn_cont1 h2 span.smalltxt {
    font-size: 15px;
}
.dkbyn_cont1 p.note {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px;
}
.dkbyn_cont1 .dkbyn_cont1_box {
    border: 3px solid #27bcd5;
    padding: 0 3% 5%;
    margin: 0 0 5%;
}

/*リボンタイトル*/
/*.dkbyn_cont1_box h3 {
    max-width: 900px;
    height: 68px;
    background: url(/html/upload/user_data/feature/dkbyn/img/2024/title1.png) no-repeat center top;
    background-size: contain;
    font-size: 2vw;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.3px;
    box-sizing: border-box;
    padding: 1.6vw 0 0;
    margin: 37px auto 20px;
}

@media screen and (min-width: 900px) {
    .dkbyn_cont1_box h3 {
        font-size: 20px;
        padding: 13px 0 0;
    }
}*/
/*背景1色タイトル*/
.dkbyn_cont1_box h3 {
    width: 90%;
    height: auto;
    background: #27bcd5;
    font-size: 22px;
    padding: 12px 0 11px;
    margin: 20px auto 10px;
    color: #ffffff;
    font-weight: bold;
}

.dkbyn_cont1_box .p1,
.dkbyn_cont1_box .p1 span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.dkbyn_cont1_box .p1 .big {
    font-size: 28px;
    display: block;
    margin: 20px 0;
}

.dkbyn_cont1_box .p1 .middle {
    font-size: 20px;
    font-weight: normal;
}

.dkbyn_cont1_box .p1 .small {
    font-size: 16px;
    font-weight: normal;
}

.dkbyn_cont1_box .p1 .ssmall {
    font-size: 12px;
}


.dkbyn_cont1_box .p2 {
    background-color: #c9f8fe;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    padding: 35px 10px;
    max-width: 820px;
    margin: 23px auto 42px;
    position: relative;
}

.dkbyn_cont1_box .p2::before {
    content: '';
    width: 56px;
    height: 23px;
    background: url(/html/upload/user_data/feature/dkbyn/img/2024/ar2.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%, 0);
}

.dkbyn_cont1 .p3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    letter-spacing: 1px;
    margin: 0 0 20px;
    display: inline-block;
    padding: 0 60px;
    background: url(/html/upload/user_data/feature/dkbyn/img/2023/point1.png) no-repeat left center,
        url(/html/upload/user_data/feature/dkbyn/img/2023/point2.png) no-repeat right center;
}

.dkbyn_cont1 .p3 .big {
    font-size: 33px;
}

.dkbyn_cont1 .coupon_note {
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    text-align: left;
    background: #f3f3f3;
}
.dkbyn_cont1 ol {
    line-height: 1.8;
}

.dkbyn_cont1 ol li {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 767px) {
    .dkbyn_cont .dkbyn_cont1 {
        padding: 25px 15px;
    }

    .dkbyn_cont1 h2 {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .dkbyn_cont1 h2 span.marker1 {
        font-size: 17px;
        line-height: 1.7;
    }
    .dkbyn_cont1 h2 span.smalltxt {
        font-size: 13px;
    }
    .dkbyn_cont1 p.note {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .dkbyn_cont1 .dkbyn_cont1_box {
        border: 2px solid #27bcd5;
    }

    .dkbyn_cont1_box h3 {
        width: 100%;
        height: auto;
        background: #27bcd5;
        font-size: 18px;
        padding: 12px 0 11px;
        margin: 15px 0;
    }

    .dkbyn_cont1_box .p1,
    .dkbyn_cont1_box .p1 span {
        font-size: 18px;
        line-height: 1.4;
    }

    .dkbyn_cont1_box .p1 .big {
        font-size: 20px;
        display: block;
        margin: 20px 0;
    }

    .dkbyn_cont1_box .p1+img {
        display: block;
        width: 95%;
        height: auto;
        margin: 5px auto 0;
    }

    .dkbyn_cont1_box .p2 {
        font-size: 16px;
        padding: 15px;
        margin: 15px 0 0;
        text-align: left;
    }

    .dkbyn_cont1_box .p2 br {
        display: none;
    }

    .dkbyn_cont1_box .p2::before {
        width: 50px;
        height: 17px;
        top: -7px;
    }

    .dkbyn_cont1 .p3 {
        font-size: 17px;
        line-height: 1.5;
        letter-spacing: 0;
        margin: 0 0 10px;
        padding: 0 55px;
    }

    .dkbyn_cont1 .p3 .big {
        font-size: 22px;
    }
}

    .coupon_kome {
        font-size: 1.2rem;
		line-height: 1.6em;
    }

    .coupon_more {
        font-size: 2.3rem;
        font-weight: bold !important;
        letter-spacing: 1rem;
        color: #666666;
    }

@media screen and (max-width: 375px) {
    .dkbyn_cont1 h2 {
        font-size: 15px;
        line-height: 1.8;
    }
    
    .dkbyn_cont1 h2 span.marker1 {
        font-size:16px;
        line-height: 1.8;
    }
    .dkbyn_cont1 .p3 {
        background: none;
        padding: 0;
    }
}

/* dkbyn_cont2
---------------------------------------------------- */
.dkbyn_cont2 {
    background: #1d94d4;
    background: linear-gradient(#2d4ca1 0%, #1d94d4 100%);
    margin: 60px 0;
    padding: 60px;
}

.dkbyn_cont2_img {
    width: 46%;
    float: left;
    text-align: center;
}

.dkbyn_cont2_txt {
    width: 48%;
    float: left;
    padding-top: 10px;
}

.dkbyn_cont2_txt h2 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
}

.dkbyn_cont2_txt p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.9;
    letter-spacing: 0.7px;
}

.dkbyn_cont2_txt2 p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.9;
    letter-spacing: 0.7px;
}

.dkbyn_cont2_txt2 .title {
    font-size: 2rem;
}

.dkbynlink p a {
    font-size: 18px;
    color: #fff;
    line-height: 1.9;
    letter-spacing: 0.7px;
    text-decoration: underline !important;
}

.dkbynlink p a:hover {
    color: #fff;
    opacity: 0.6;
    text-decoration: underline !important;
}

.dkbynlink p img {
    vertical-align: middle;
    margin: -4px 7px 0 0;
}

.dkbyn_cont2_txt p img {
    vertical-align: middle;
    margin: -4px 7px 0 0;
}

@media screen and (max-width: 767px) {
    .dkbyn_cont2 {
        margin: 30px 0;
        padding: 35px 15px 25px;
    }

    .dkbyn_cont2_img {
        width: 60%;
        float: none;
        margin: 0 auto 30px;
    }

    .dkbyn_cont2_txt {
        width: auto;
        float: none;
        padding-top: 0;
    }

    .dkbyn_cont2_txt h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .dkbyn_cont2_txt p {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.5px;
    }

    .dkbynlink p a {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.5px;
    }

    .dkbynlink p img {
        margin: -3px 7px 0 0;
    }
    
    .dkbyn_cont2_txt p img {
        margin: -3px 7px 0 0;
    }

    .dkbyn_cont2_txt2 p {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.5px;
    }
}

/* dkbyn_cont3
---------------------------------------------------- */
.dkbyn_cont3 {
    background-color: #fff;
    padding: 60px 76px;
}

.dkbyn_cont3 h2 {
    font-size: 33px;
    color: rgb(11, 158, 183);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.step {
    display: flex;
}

.step dd{
    padding-bottom: 7%;
}

.step dd p a{
    text-decoration: underline !important;
	color: #fff;
}

@media screen and (max-width: 767px) {
    .step {
        display: block;
    }
    }

.step li{
    width: 31.15%;
    margin: 0 3.27% 0 0;
    background-color: #31bcd2;
    border-radius: 20px;
    text-align: center;
}


.dkbyn_cont3 ul.ul1 li {
    display: block;
    width: 31.15%;
    float: left;
    margin: 0 3.27% 0 0;
    position: relative;
}

.dkbyn_cont3 ul.ul1 li:nth-child(3) {
    margin-right: 0;
}

/* 
.dkbyn_cont3 ul.ul1 li::before {
    content: "";
    display: block;
    padding-top: 100%;
    background: #3cc3e3;
    background: linear-gradient(to right, #31bcd2 0%, #3cc3e3 100%);
    border-radius: 50%;
}
*/
.dkbyn_cont3 ul.ul1 li dl {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    color: #fff;
    text-align: center;
}

.dkbyn_cont3 ul.ul1 li dt {
    font-size: 2.34vw;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding: 2vw 0 0;
    letter-spacing: 1px;
}

@media screen and (min-width: 1280px) {
    .dkbyn_cont3 ul.ul1 li dt {
        font-size: 30px;
        padding: 35px 0 0;
    }
}

.dkbyn_cont3 ul.ul1 li dt::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.dkbyn_cont3 ul.ul1 li dt span {
    font-size: 3.9vw;
}

@media screen and (min-width: 1280px) {
    .dkbyn_cont3 ul.ul1 li dt span {
        font-size: 50px;
    }
}

.dkbyn_cont3 ul.ul1 li dd p {
    font-size: 1.4vw;
    color: rgb(254, 254, 254);
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    width: 18vw;
    margin: 1.56vw auto 0.5vw;
}

@media screen and (min-width: 1280px) {
    .dkbyn_cont3 ul.ul1 li dd p {
        font-size: 18px;
        width: 72%;
        margin: 20px auto 15px;
    }
}

.dkbyn_cont3 ul.ul1 li dd div a {
    display: block;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    width: 17vw;
    margin: 0 auto;
    padding: 0.78vw 0;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1;
    color: #0b9eb7;
    position: relative;
}

.dkbyn_cont3 ul.ul1 li:nth-child(1) dd div a::after {
    position: absolute;
    top: 50%;
    right: 1vw;
    display: block;
    content: '';
    width: 0.78vw;
    height: 0.78vw;
    margin-top: -0.46vw;
    border-top: 2px solid #0b9eb7;
    border-right: 2px solid #0b9eb7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dkbyn_cont3 ul.ul1 li:nth-child(2) dd div a img {
    vertical-align: middle;
    margin: -0.31vw 0 0 0.39vw;
}

.dkbyn_cont3 ul.ul1 li dd div a:hover {
    color: #0b9eb7;
    opacity: 0.8;
}

@media screen and (min-width: 1280px) {
    .dkbyn_cont3 ul.ul1 li dd div a {
        width: 72%;
        padding: 10px 0;
        font-size: 16px;
    }

    .dkbyn_cont3 ul.ul1 li:nth-child(1) dd div a::after {
        right: 13px;
        width: 10px;
        height: 10px;
        margin-top: -6px;
    }

    .dkbyn_cont3 ul.ul1 li:nth-child(2) dd div a img {
        margin: -4px 0 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .dkbyn_cont3 {
        padding: 25px 15px;
    }

    .dkbyn_cont3 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dkbyn_cont3 ul.ul1 li,
    .dkbyn_cont3 ul.ul1 li:nth-child(3) {
        display: block;
        width: 240px;
        float: none;
        margin: 0 auto 15px;
    }

    .dkbyn_cont3 ul.ul1 li:nth-child(3) {
        margin-bottom: 0;
    }

    .dkbyn_cont3 ul.ul1 li dt {
        font-size: 20px;
        padding: 25px 0 0;
    }

    .dkbyn_cont3 ul.ul1 li dt span {
        font-size: 30px;
    }

    .dkbyn_cont3 ul.ul1 li dd p {
        font-size: 14px;
        width: 80%;
        margin: 15px auto 10px;
    }

    .dkbyn_cont3 ul.ul1 li dd div a {
        width: 80%;
        padding: 11px 0 9px;
        font-size: 14px;
    }

    .dkbyn_cont3 ul.ul1 li:nth-child(1) dd div a::after {
        right: 10px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }

    .dkbyn_cont3 ul.ul1 li:nth-child(2) dd div a img {
        margin: -4px 0 0 3px;
    }
}

/* dkbyn_cont3 ol
---------------------------------------------------- */
.dkbyn_cont3 ol {
    margin: 40px 50px;
}

.dkbyn_cont3 ol li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 2.4em;
    text-indent: -2.4em;
}
.dkbyn_cont3 ol li a {
    text-decoration: underline!important;
}

.dkbyn_cont3 .coupon ul {
    margin: 40px 50px;
}

.dkbyn_cont3 .coupon ul li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 2.4em;
    text-indent: -1.5em;
}
.dkbyn_cont3 .coupon ul li a {
    text-decoration: underline!important;
}

.dkbyn_cont3 .dkbyn_cont3_box {
    background-color: #f1f1f1;
    padding: 40px 50px;
    margin-bottom: 50px;
}

.dkbyn_cont3_box dt {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.dkbyn_cont3_box dd {
    font-size: 16px;
    line-height: 1.8;
}
.dkbyn_cont3_box dd a {
    text-decoration: underline!important;
}

.dkbyn_cont3 .dkbyn_cont3_box .coupon_linkTtl {
    margin-top: 15px;
	text-indent: -1.5em;
	padding-left: 2.4em;
}
.dkbyn_cont3 .dkbyn_cont3_box .coupon_link{
	padding-left: 2.4em;
}

@media screen and (max-width: 767px) {
    .dkbyn_cont3 ol {
        margin: 20px 0;
    }
    
    .dkbyn_cont3 ol li {
        font-size: 14px;
    }
    .dkbyn_cont3 .coupon ul {
        margin: 20px 0;
    }
    
    .dkbyn_cont3 .coupon ul li {
        font-size: 14px;
    }
    
    .dkbyn_cont3 .dkbyn_cont3_box {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .dkbyn_cont3_box dt {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    
    .dkbyn_cont3_box dd {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* dkbyn_cont4
---------------------------------------------------- */
.dkbyn_cont4 li {
    display: block;
    float: left;
    width: 31.8%;
    margin: 0 2.3% 2.3% 0;
}

.dkbyn_cont4 li:nth-child(3n) {
    margin-right: 0;
}

.dkbyn_cont4 li:nth-child(3n+1) {
    clear: both;
}

@media screen and (max-width: 767px) {
    .dkbyn_cont4 li {
        float: none;
        width: auto;
        margin: 0 0 15px;
        text-align: center;
    }
}

/* 紐付け商品タイトル非表示 */
/*.ec-giftArea .giftItemsHeadImg {
    display: none;
}*/

/* 紐付け商品ボタン非表示 */
.ec-featureItems.buttons {
    display: none;
}

/* 紐付け商品タイトルカラー */
.giftItemsHeadImg h3{
    color: #0b9eb7 !important;
    border-bottom-color: #0b9eb7 !important;
}


.txt1 {
    font-size: 1.8rem !important;
    font-weight: bold !important;
    line-height: 3rem !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.dkbyn_cont2_txt2 .txt01{
    float: left;
    margin-top: 50px;
    color: #ffffff !important;
}

.dkbyn_cont2_txt2 .txt02{
    float: left;
    margin-top: 30px;
    color: #2D4CA1 !important;
    font-weight: bold;
    text-align: center;
    padding: 1%;
    background: #A8C5E3;
    width: 100%;
    margin-bottom: 2%;
}

.dkbyn_cont2_txt2 ul li {
    display: block;
    width: 31.15%;
    float: left;
    margin: 0 3.27% 0 0;
    position: relative;
}

.dkbyn_cont2_txt2 ul li:nth-child(3) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .dkbyn_cont2_txt2 ul li {
        padding: 1%;
    }

    .dkbyn_cont2_txt2 ul li h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dkbyn_cont2_txt2 ul li,
    .dkbyn_cont2_txt2 ul li:nth-child(3) {
        display: block;
        width: 80%;
        float: none;
        margin: 0 auto 15px;
    }

    .dkbyn_cont2_txt2 ul li:nth-child(3) {
        margin-bottom: 0;
    }
}

.otokucp_maintxt {
    text-align: center;
    margin: 0 0 2% !important;
}

.otokucp_cptxt {
    padding-top: 1.5% !important;
    text-align: center;
    line-height: 2.5rem;
}

.otokucp_cptxt span{
    font-weight: bold;
}

/* JRE MALLニュース登録方法
---------------------------*/
@media print, screen and (min-width: 768px) {
  .mncp_howto {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
  }
}

.mncp_howtoSignup-toggle {
  display: none;
}
.mncp_howtoSignup-btn {
  margin: 0 auto min(3.91vw, 30px);
  cursor: pointer;
  position: relative;
}
.mncp_howtoSignup-btn::before, .mncp_howtoSignup-btn::after {
  content: "";
  width: 0;
  height: 0.8em;
  border-right: 2px solid #008803;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4em;
  margin: auto;
  transition: 0.3s;
}
.mncp_howtoSignup-btn::after {
  transform: rotate(90deg);
}
.mncp_howtoSignup-toggle:checked ~ .mncp_howtoSignup-btn::before {
  transform: rotate(90deg);
}

.mncp_howtoSignup-btn:hover::before, .mncp_howtoSignup-btn:hover::after {
  border-right-color: #ffffff;
}
.mncp_howtoSignup-contents {
  max-height: 0;
  overflow: hidden;
  transition: 0.6s max-height;
}
.mncp_howtoSignup-toggle:checked ~ .mncp_howtoSignup-contents {
  max-height: 300em;
}

.mncp_howtoSignup-flow {
  counter-reset: cnt;
  padding: min(5.21vw, 40px);
  background: #ffffff;
  border-radius: 20px;
  text-align: left;
}
.mncp_howtoSignup-flow_ttl {
  counter-increment: cnt;
  font-size: 1.13em;
  font-weight: bold;
  color: #723070;
  margin: 0 0 0.4em;
}
.mncp_howtoSignup-flow_ttl::before {
  content: counter(cnt) ".";
  margin-right: 0.4em;
}
.mncp_howtoSignup-flow_body {
  margin: 0;
  padding: 0 min(3.91vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .mncp_howtoSignup-flow_body {
    padding: 0 min(3.12vw, 40px);
  }
}
.mncp_howtoSignup-flow_body + .mncp_howtoSignup-flow_ttl {
  margin-top: calc(min(3.91vw, 30px) + 0.5em);
  padding-top: min(3.91vw, 30px);
  border-top: 1px dashed rgba(114, 48, 112, 0.4);
}

.mncp_btn {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 0.2em 1.4em;
  background: #ffffff;
  border: 1px solid #008803;
  border-radius: 50vw;
  color: #008803;
  font-size: 1.13em;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .mncp_btn {
    display: inline-grid;
    min-width: 500px;
    min-height: 60px;
    padding: 0.2em 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mncp_btn {
    max-width: 500px;
  }
}
.mncp_btn:focus {
  color: #008803;
}
.mncp_btn:hover {
  background: #008803;
  color: #ffffff;
}
.mncp_btn[target=_blank] {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mncp_btn[target=_blank] {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mncp_btn[target=_blank] {
    padding-left: 20px;
  }
}
.mncp_btn[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2224px%22%20fill%3D%22%23008803%22%3E%3Cpath%20d%3D%22M200-120q-33%200-56.5-23.5T120-200v-560q0-33%2023.5-56.5T200-840h280v80H200v560h560v-280h80v280q0%2033-23.5%2056.5T760-120H200Zm188-212-56-56%20372-372H560v-80h280v280h-80v-144L388-332Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mncp_btn[target=_blank]::after {
    right: 10px;
  }
}
.mncp_btn[target=_blank]:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2224px%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M200-120q-33%200-56.5-23.5T120-200v-560q0-33%2023.5-56.5T200-840h280v80H200v560h560v-280h80v280q0%2033-23.5%2056.5T760-120H200Zm188-212-56-56%20372-372H560v-80h280v280h-80v-144L388-332Z%22%2F%3E%3C%2Fsvg%3E");
}
.mncp :where(figure, picture) {
  display: block;
}
.mncp :where(figure, picture) img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}