#header_upper #mypage {
    position: relative;
}
#header_upper #mypage.receive:before {
    content:'カードが届いています！';
    position: absolute;
    display: block;
    background-image: url(../images/message-icon.png);
    background-repeat: no-repeat;
    background-position: 0;
    top:-2rem;
    left: -1.7rem;
    height: 3rem;
    min-width: 3rem;
    padding-left: 3.5rem;
    background-size: contain;
    z-index: 100;
    color: #dc0032;
    font-weight: 700;
    white-space: nowrap;
    font-size: 0.95rem;
	padding-top: 0.3rem;
}

.card_design {
    font-family: 'Noto Sans JP';
}

.digital_thanks .card_list_txt {
	font-size: 1.4rem;
    color: #ffffff;
}
/*
.digital_thanks .card_list_txt span:before {
	content:"■";
	color: #e7d300;
}
*/
article.digital_thanks #card_caution span {
    display: inline-block;
    position: relative;
}
/*
article.digital_thanks #card_caution span:after {
    content:'';
    position: relative;
    display: inline-block;
    background-image: url(../images/message-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain;
}*/
#digital-thanks .complete .complete_message p.complete_note{
	color: #dc0032;
	font-size: 2rem;
	font-weight:400;
}

#digital-thanks .complete .complete_message p.complete_note .little{
	font-size: 1.6rem;
}

/*MY PAGE ボタン*/
header #header_upper #mypage a#mypage_btn span {
    display: block;
    margin: 0.3rem;
    /* padding: 0.3rem; */
    /*line-height: 2rem;*/
    border: 0.2rem solid #feed55;
    border-radius: 2.5rem;
    background-color: transparent;
    position: relative;
    padding-left: 3.2rem;
    /*padding-top: 0.5rem;*/
    line-height: 2.5rem; /* 20221129フォント変更による変更 */
    padding-top: 0; /* 20221129フォント変更による変更 */
    width: 100%; /* 20221129フォント変更による追加 */
}

#digital-thanks .impression_notice {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP';
}

.btn_notice_left{
    text-align: left;
    padding-left: 6rem;
}

.btn_notice_top{
    padding-top: 1rem;
}

@media screen and (max-width: 800px) {
    .btn_notice_left{
        padding-left: 10rem;
    }
	header #header_upper #mypage a#mypage_btn {
		width:auto;
	}
	header #header_upper #mypage a#mypage_btn span {
		padding-right: 0.7rem;
	}
	header #header_upper #mypage.receive:before {
		/*position: absolute;
		background-position: 0;*/
		top: 0.6rem;
		left: -3.8rem;
		/*height: 3rem;
		min-width: 3rem;*/
		padding-left: 0;
		padding-top: 2.7rem;
		line-height: 3;
		font-size: 1.4rem;
		z-index:0;
	}
	#mypage section article.digital_thanks #card_caution span:after {
		height: 2.4rem;
		width: 2.4rem;
	}
	#mypage section article.digital_thanks .item_area .title {
		font-size: 1.4rem;
	}
	#mypage section article.digital_thanks .item_area .item_box .list-group {
		font-size:1.4rem;
	}
	.digital_thanks .card_list_txt {
		font-size: 1.6rem;
	}
    #digital-thanks .impression_notice {
        font-size: 1.2rem;
    }
}