.majicaGift_list p {
    display: block;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.service__giftcardAttention,.service__giftcardShop {
    margin: 75px 0 10px;
}
ul.majicaGift_button {
	overflow: hidden;
	max-width: 900px;
	margin: 0 auto;
}
ul.majicaGift_button li {
    float: left;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}
ul.majicaGift_button li a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	height: 100px;
	line-height: 100px;
	background: #ffee60;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
	/*padding-right: 28px;*/
}
/*ul.majicaGift_button li a:hover {
	background: #f9de00;
	color: #333;
}*/
.service__giftcardShop.kojin ul.majicaGift_button li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
ul.majicaGift_button li a img {
	position: absolute;
	top: 15px;
	right: 56px;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: calc(100% - 30px);
}
ul.majicaGift_button li.giftee a img {
    max-height: calc(100% / 2);
    max-width: calc(100% / 2);
    max-width: 141px;
}
ul.majicaGift_button li.giftee > span {
    margin-left: 20px;
}
ul.majicaGift_button li span.small {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 0.45em;
}

span.red {
	color: #ff0000;
}
.service__giftcardattentionTxt span.red {
	font-weight: bold;
}

@media only screen and (max-width: 1000px){
	ul.majicaGift_button li {
		padding: 0px 10px;
	}
	ul.majicaGift_button li a {
		font-size: 20px;
		height: 80px;
		line-height: 80px;
		padding-right: 18px;
	}
	ul.majicaGift_button li a img {
		right: 20px;
	}
}

@media only screen and (max-width: 767px){
	.service__giftcardAttention,.service__giftcardShop {
		margin-top: 37px;
	}
	.service__giftcardTxt {
		margin-bottom: 20px;
	}
	ul.majicaGift_button li a {
		font-size: 18px;
	}
	ul.majicaGift_button li a img {
		right: 14px;
	}
}
@media only screen and (max-width: 480px){
	ul.majicaGift_button li {
		width: 100%;
		margin-bottom: 15px;
	}
}

/*-- 190618 個人のお客様ボタンの非活性対応
----------------------------------------------------------*/
ul.majicaGift_button li .none {
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	height: 100px;
	line-height: 100px;
	background: #454545;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
	padding-right: 28px;
	pointer-events : none;/* ボタン非活性 */
}
.red{
	color: #FF0004;
}
ul.majicaGift_button li .red_link{
	color: #FF0004;
	text-decoration: underline;
	display: initial;
    font-size: 12px;
    font-weight: initial;
    text-align: initial;
    height: initial;
    line-height: initial;
    background: initial;
    border-radius: initial;
    position: initial;
    padding-right: initial;
}

/*-- 191126 majicaギフト券 残高統合に関する注意事項の追加
----------------------------------------------------------*/
.notes{
	margin: 15px auto 0;
}

/* 注意事項_title */
.notes .bar p{
	font-size: 18px;
	font-weight: bold;
}

/* 注意事項_詳細 */
.notes .inner{
	border: 2px solid #d62d3d;
	padding: 15px 35px;
}
.notes .inner ul{
	list-style: disc;
}

/* 200115 ボタンの非活性化
----------------------------------------------------------*/
ul.majicaGift_button li.giftee a {
    background-color : #fff;
    border: solid 2px #ccc;
    width: 348px;
    height: 84px;
}
@media only screen and (max-width: 480px){
ul.majicaGift_button li {
flex-wrap: wrap!important;
}
ul.majicaGift_button li.giftee > span {
margin-left: 0;
}
}
ul.majicaGift_button li.giftmall a {
	background-color : #ccc;
	border: solid 2px #aaa;
}

/* 200115 ギフティの正常系フローの修正
----------------------------------------------------------*/
.gift{}
.gift .gift_flow{
	align-items: stretch;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
}
.gift .gift_flow li{
	width : 24%;
}
.gift .gift_flow li img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.gift .txt_flow{
	height: 90px;
}

/*数字*/
.gift .num_flow{
	display: inline-block;
    height:35px;
    width:35px;
    border-radius:50%;
    line-height:35px;
    text-align:center;
	background-color: #d62d3d;
	color: #fff;
}
.gift .gift_flow .num_flow span{
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (max-width: 1200px){
    .gift .txt_flow{
        height: 110px;
    }
}

@media only screen and (max-width: 980px){
    .gift .txt_flow{
        height: 115px;
    }
}

@media only screen and (max-width: 767px){
	.gift .gift_flow li{
		margin-bottom: 30px;
		width : 48%;
	}
	.gift .txt_flow{
		height: 75px;
    }
	.gift .txt_flow span{
		font-size: 14px;
    }
}

@media only screen and (max-width: 576px){
    .gift .txt_flow{
        height: 80px;
    }
}

@media only screen and (max-width: 383px){
    .gift .txt_flow{
        height: 100px;
    }
}

/* 200115 見出しの間隔調整
----------------------------------------------------------*/
.service__giftcardshopTitle {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #afafaf;
    font-size: 115%;
}