@charset "UTF-8";

/* ============================================
        トピックス　共通CSS
============================================= */
.contentIndent {
	padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
	.contentIndent {
		padding-bottom: 60px;
	}
}


/* ============================================
        トピックス一覧
============================================= */
.topicsList {
	padding-top: 40px;
}
.topicsItem {
	margin-bottom: 20px;
}
.topicsItem > a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #000;
}
.topicsItem > a:hover {
	text-decoration: none;
}
.topicsCell {
    border: solid 1px #c8c8c8;
    border-radius: 5px;
    width: 42.6vw;
    height: 42.6vw;
    position: relative;
}
.topicsCellNew {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 313;
}
.topicsCellNew img {
    margin: 11px 0 0 3px;
    width: 27px;
}
.topicsCellText {
    background-color: rgba(255,255,255,0.9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 42.6vw;
    height: 7.5vw;
    position: absolute;
    top: 35.1vw;
    left: 0;
    z-index: 312;
}
.topicsCellText p {
    /*display: inline-block;
    color: #000;
    vertical-align: top;*/
    color: #000;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    /*margin: 7px 0 0 5px;*/
    width: 83%;
    height: 21px;
    position: absolute;
    top: 2.0vw;
    left: 1.8vw;
}
@media print, screen and (max-width: 360px) {
    .topicsCellText p {
        font-size: 1.0rem;
        letter-spacing: -0.05em;
        left: 1.2vw;
    }
}
.topicsCellText img.iconWindow {
    vertical-align: 0;
    margin-left: 1px;
    width: 11px;
}
@media print, screen and (max-width: 360px) {
    .topicsCellText img.iconWindow {
        margin-left: 0px;
    }
}
.topicsCellText img.iconArrowRight {
    /*display: inline-block;
    vertical-align: top;
    margin: 6px 5px 0 0;*/
    width: 17px;
    position: absolute;
    top: 1.7vw;
    right: 1.8vw;
}
@media print, screen and (max-width: 360px) {
    .topicsCellText img.iconArrowRight {
    width: 15px;
    right: 2px;
    }
}
.topicsCellImage {
    background-color: #fff;
    border-radius: 4px;
    width: 42.6vw;
    height: 42.6vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 310;
}
.topicsCellImage img {
    border-radius: 4px;
    width: 42.6vw;
    height: 42.6vw;
}
.topicsCellImage img:hover {
    opacity: 1.0;
}

.topicsSummary {
    width: 42.6vw;
}
.topicsSummary p {
	font-size: 1.1rem;
}
.topicsSummary .topicsCategory {
	display: inline-block;
	line-height: 1.3;
	color: #fff;
	padding: 1px 7px;
	border-radius: 3px;
	vertical-align: top;
}
.topicsSummary .topicsCategory.campaign {
	background-color: #004098;
}
.topicsSummary .topicsCategory.news {
	background-color: #59c6a9;
}
.topicsSummary .topicsCategory.newitem {
	background-color: #F04E98;
}

.topicsSummary .topicsDate {
	margin-bottom: 10px;
}
.topicsSummary .topicsDate .iconClock {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin: 0 4px 3px 0;
}

@media print, screen and (min-width: 768px) {
    .topicsList {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 60px;
    }
    
	.topicsItem {
		width: 495px;
		margin-bottom: 40px;
	}
	.topicsItem > a:hover {
		text-decoration: none;
	}    
    .topicsCell {
        border-radius: 8px;
        width: 237px;
        height: 237px;
    }
    .topicsCellNew {
        border-top-left-radius: 7px;
        border-bottom-right-radius: 56px;
        width: 56px;
        height: 56px;
    }
    .topicsCellNew img {
        margin: 17px 0 0 6px;
        width: 35px;
    }
    .topicsCellText {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        height: 46px;
        width: 237px;
        top: 191px;
    }
    .topicsCellText p {
        font-size: 1.2rem;
        margin: 15px 0 0 10px;
        width: 196px;
        height: 31px;
        top: 0;
        left: 0;
    }
    .topicsCellText img.iconWindow {
        vertical-align: -2px;
        margin-left: 6px;
        width: 16px;
    }
    .topicsCellText img.iconArrowRight {
        margin: 14px 10px 0 0;
        width: 18px;
        top: 0;
        right: 0;
    }
    .topicsCellImage {
        border-radius: 7px;
        width: 237px;
        height: 237px;
        z-index: 311;
    }
    .topicsCellImage img {
        border-radius: 7px;
        width: 237px;
        height: 237px;
    }
    
	.topicsSummary {
		width: 237px;
	}
	.topicsSummary p {
		font-size: 1.6rem;
	}
	.topicsSummary .topicsCategory {
		padding: 1px 10px;
	}
	.topicsSummary .topicsDate .iconClock {
		width: 15px;
		height: 15px;
	}
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .topicsSummary .topicsCategory {
    /* IE11 にのみ適用される */
    line-height: 1.1;
	padding: 6px 10px 0;
  }
}


/* ============================================
        トピックス詳細
============================================= */
.topicsDetail {
	padding-top: 40px;
}
.topicsDetaiInfo .topicsCategory {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	padding: 1px 7px;
	border-radius: 3px;
	text-align: center;
	width: 7em;
	margin-bottom: 15px;
}
.topicsDetaiInfo .topicsCategory.campaign {
	background-color: #004098;
}
.topicsDetaiInfo .topicsCategory.news {
	background-color: #59c6a9;
}
.topicsDetaiInfo .topicsCategory.newitem {
	background-color: #F04E98;
}
.topicsDetaiInfo .topicsDate {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 15px;
}
.topicsDetaiInfo .topicsDate .iconClock {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 4px 3px 0;
}
.topicsDetailImg {
	margin-bottom: 20px;
}
.topicsDetailImg img {
	width: 100%;
}
.topicsDetailText .topicsTitle {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.topicsDetailText table {
	font-size: 1.2rem;
}
.topicsDetailText .textPink {
	color: #F04E98;
}
.topicsCaution {
    font-size: 1.1rem;
    margin-top: 10px;
}

.topicsTitle_sub {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 15px;
}
.topicsMovieWrap {
	width:100%;
	margin: 0 auto 40px;
}
.topicsMovie {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.topicsMovie iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.topicsButtonWrap {
		margin-top: 30px;
	}
.button2cWrap .buttonBlack,
.button2cWrap .buttonWhite {
	margin: 30px 0 0;
}

@media print, screen and (min-width: 768px) {
	.topicsDetail {
		padding-top: 0;
		overflow: hidden;
	}
	.topicsDetaiInfo {
		width: 390px;
		float: right;
	}
	.topicsDetaiInfo .topicsCategory {
		font-size: 1.8rem;
		padding: 3px 7px;
		border-radius: 6px;
		width: 8em;
		margin-bottom: 28px;
	}
	.topicsDetaiInfo .topicsDate {
		font-size: 1.8rem;
		margin-left: 10px;
		margin-bottom: 28px;
	}
	.topicsDetaiInfo .topicsDate .iconClock {
		width: 20px;
		height: 20px;
		margin: 0 8px 3px 0;
	}
	.topicsDetailImg {
		width: 600px;
		float: left;
	}
	.topicsDetailText {
		width: 390px;
		float: right;
	}
	.topicsDetailText .topicsTitle {
		font-size: 2.4rem;
		margin-bottom: 25px;
	}
	.topicsDetailText p {
		font-size: 1.6rem;
	}
    .topicsDetailText table {
	    font-size: 1.6rem;
    }
    .topicsCaution {
        font-size: 1.2rem !important;
        margin-top: 15px;
    }
	
	/* 画像なしワンカラムの場合 */
	.topicsDetail_1col .topicsDetaiInfo {
		width: auto;
		float: none;
	}
	.topicsDetail_1col .topicsDetailText {
		width: auto;
		float: none;
	}

	.topicsTitle_sub {
		font-size: 2.4rem;
		margin: 70px 0 0;
	}
	.topicsMovieWrap {
		width: 68.3%;
	}
	.topicsButtonWrap {
		width: 420px;
		margin: 20px auto 0;
	}

	.rightSide {
		width: 100%;
	}
    
    .button2cWrap {
		display: -webkit-box; /*Android4.3*/
		display: -ms-flexbox; /*IE10*/
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex
		-ms-flex-pack: justify; /*IE10*/
		-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-justify-content: space-between; /* Safari6.1以降 */
		justify-content: space-between;
		width: 884px;
		margin: 0 auto 45px;
	}
	.button2cWrap .buttonBlack,
	.button2cWrap .buttonWhite {
		margin-bottom: 0;
		width: 420px
	}
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .topicsDetaiInfo .topicsCategory {
    /* IE11 にのみ適用される */
	padding: 6px 7px 0;
  }
}

/* ============================================
        190225_01 topics
============================================= */
.topics190225BannerSp {
    margin-bottom: 15px;
}
.topics190225BannerSp img {
    width: 100%;
}
.topics190225BannerPc {
    display: none;
}
@media print, screen and (min-width: 768px) {
    .topics190225BannerSp {
        display: none;
    }
    .topics190225BannerPc {
        display: block;
        width: 1024px;
        margin-top: 30px;
        text-align: center;
    }
    .topics190225BannerPc img {
        width: 68.3%;
    }
}

/* ============================================
        190715_02 topics
============================================= */

.bold {
    font-weight: 600;
}

.topicsBlock_container{
	margin-top: 30px;
}

.topicsBlock {
	margin-bottom: 34px;
}

.topicsBlock .pinkH2 {
    background-color: #F04E98;
    font-weight: 500;
    text-align: center;
    color: white;
	font-size: 1.6rem;
	border-radius: 5px;
	margin-bottom: 26px;
	padding:5px 0;
}

.topicsBlock p {
	font-size: 1.3rem;
}

.period p {
	font-size: 1.6rem;
}

.topicsBlock .center {
    text-align: center;
}

.schedule .down {
	color:#DE0E85;
	font-size: 1.5rem;
	margin-bottom:5px;
	display: inline-block;
}

.schedule p {
	margin-bottom:5px;
	font-weight: 600;
	position: relative;
}

.schedule p .end {
	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: -5px;
  	margin: auto;
  	width:100px;
  	transform: rotate(-15deg);
  	box-shadow:2px 3px 4px 1px rgba(0,0,0,0.1);
  	opacity: 0.97;
	background-color: #FFFFFF;
	border: 2px solid #F04E98;
	color:#F04E98;
	z-index: 2;
	padding: 2px 0;
	letter-spacing: 2px;
	font-size: 1.6rem;
}

.schedule .symbol_01 {
	width:14.83px;
	height:14.11px;
    vertical-align: -2px;
    margin-right: 3px;
}

.schedule .symbol_02 {
	width:12.83px;
	height:16.64px;
    margin-right: 3px;
}

.schedule .symbol_03 {
	width:18.86px;
	height:12.22px;
	vertical-align: -2px;
    margin-right: 3px;
}

.schedule .symbol_04 {
	width:9.79px;
	height:14.77px;
	vertical-align: -2px;
    margin-right: 3px;
}

.flexBox_container{
    text-align: center;	
}

.flexBox_container > .right{
	margin-top: 20px;	
}

.flexBox_container > .left span,
.flexBox_container > .right span{
	display: block;
	margin-top:15px;
	font-size: 1.3rem;
}

.flexBox_container span.gold{
    color: #D1C535;
    display: inline;
}

.flexBox_container span.silver{
    color: #BBBBBB;
    display: inline;
}

.topicsBlock_container .buttonBlack {
	width: 100%;
	margin: 0 auto;
}

p.mail {
	margin-top:20px;
}


@media print, screen and (min-width: 768px) {

	.topicsBlock {
		margin-bottom: 80px;
	}

	.topicsBlock .flexBox_container{
		display: -webkit-box;
  		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
   		justify-content: center;
	}

	.topicsBlock p {
		font-size: 1.6rem;
	}

	.topicsBlock .pinkH2 {
		font-size: 1.8rem;
		padding: 0px 0;
	}

	.schedule .down {
		font-size: 1.8rem;
		margin-bottom:11px;
	}

	.schedule p {
	margin-bottom:11px;
	}

	.schedule .symbol_01 {
		width:22.3px;
		height:21.21px;
	}

	.schedule .symbol_02 {
		width:19px;
		height:24.64px;
	}

	.schedule .symbol_03 {
		width:26.98px;
		height:17.48px;
		vertical-align: -3px;
	}

	.schedule .symbol_04 {
		width:15.05px;
		height:22.71px;
	}

	.flexBox_container > .left span,
	.flexBox_container > .right span{
		font-size: 1.6rem;
		margin-top:25px;
	}

	.topicsBlock_container .buttonBlack {
		width: 450px;
	}

	.flexBox_container > .right{
		margin: 0px 0 0 100px;	
	}

	p.mail {
		margin-top:80px;
		font-size: 1.8rem;
	}

}

/* ============================================
        190902_02 topics
============================================= */


#uberEatsTrSP {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}
#uberEatsTrSP a {
	width: 48%;
}
#uberEatsTrSP img {
	width: 100%;
}



@media print, screen and (max-width: 768px) {
    #uberEatsTrPC {
    display: none;
	}
	.topicsDetailText ul li{
	font-size: 1.3rem;
	text-indent: -1.3rem;
	margin-left: 1.3rem;
	margin-bottom: 10px; 
	}
}

@media print, screen and (min-width: 768px) {
    #uberEatsTrSP {
    display: none;
	}
	.topicsDetailText ul li{
	font-size: 1.6rem;
	text-indent: -1.6rem;
	margin-left: 1.6rem;
	margin-bottom: 15px; 
	}
}

/* ============================================
        190925_01 topics
============================================= */

.topicsDetailText ul.storeList li {
	margin-bottom: 0px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.topicsDetailText_under p.topicsDetailText_under_title{
	font-weight: bold;
	font-size: 1.8rem;
	color: #004098;
}


#superfriday_store02{
	color: #004098;
}

#superfriday_store02 .buttonBlack a{
	color: #004098;
	border: solid 1px #004098;
    background-color: #FFFFFF;
    background-image: url(/contents/common_2023/image/common_icon_arrow01_right_blue.svg);
}

#superfriday_store02 .buttonBlack a p{
	color: #004098;
}

@media print, screen and (min-width: 768px) {
    .topicsDetailText_under p{
	font-size: 1.6rem;
	}
}


/* ============================================
        191217_01 topics
============================================= */

.topicsDetailText p.present_p{
	margin-bottom: 5px;
}
.topicsDetailText table.present{
	width: 80%;
	margin-bottom: 20px;
}
.topicsDetailText p.present_p,
.topicsDetailText table.present tr td{
	font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
    .topicsDetailText p.present_p,
	.topicsDetailText table.present tr td{
	font-size: 1.2rem;
	}
	.topicsDetailText table.present tr td{
	line-height: 1.7;
	}
}


/* ============================================
        200208_01 topics
============================================= */

.disneylink{
    margin-top: 20px;
}
.disneylink p{
    font-size: 1.5rem;
    font-weight: bold;
}
.disneylink a span{
    font-size: 1.3rem;
    display: inline-block;
    line-height: 1.53;
    word-break: break-all;
}

@media print, screen and (min-width: 768px) {
    .disneylink{
    margin-top: 20px;
    }
    .disneylink p{
        font-size: 1.8rem;
        font-weight: bold;
    }
    .disneylink a span{
        font-size: 1.6rem;
    }

    .buttonBlack .disneylink_button{
        font-size: 1.7rem;
    }
}


/* ============================================
        200413_01 topics
============================================= */

.emergencyArea p.date{
    margin-bottom: 5px;
    font-weight: bold;
}
.emergencyArea a{
    border-bottom:1px solid #FF0000
}
.emergencyArea h2 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.emergencyArea p {
    margin-bottom: 8px;
}
.emergencyArea p:last-child{
    margin-bottom: 0px;
}

.emergencyArea .emergencyArea_item{
    margin-bottom: 35px;
}
.emergencyArea .emergencyArea_item:last-child{
    margin-bottom: 0px;
}
.emergencyArea_caution{
    font-size: 13px;
}
.emergencyArea p .underline{
    text-decoration: underline;
}
.topicsDetailText h1.coronaTitle{
    margin-bottom: 5px;
}
h2.topicsSubTitle{
    font-size: 13px;
    margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
    .emergencyArea p.date{
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .emergencyArea h2 {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
     .emergencyArea p{
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .emergencyArea .emergencyArea_item{
        margin-bottom: 40px;
    }
    .topicsDetailText h1.coronaTitle{
        margin-bottom: 10px;
    }
    h2.topicsSubTitle{
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

}
@media print, screen and (max-width: 767px) {
     .emergencyArea p br.spNone{
        display: none;
        }
}

/* ============================================
        200929_01 topics
============================================= */
.storeLink{
        margin-top: 20px;
        }
@media print, screen and (max-width: 767px) {
     .storeLink{
        line-height: 2.2;
        }
}


/* ============================================
        201101_01 topics
============================================= */
.topicsDetailImg_full img{
    width: 100%;
}
.topicsDetailImg_full .topicsButtonWrap{
    width: 89.333%;
    margin: 30px auto 30px;
}
.topicsDetailImg_full .topicsButtonWrap .buttonBlack:nth-of-type(2){
    margin-top:20px;
}

@media print, screen and (min-width: 768px) {
    .topicsDetailImg_full{
        margin: 0 auto;
        text-align: center;
    }
    .topicsDetailImg_full img{
        width: 600px;
    }
    .topicsDetailImg_full .topicsButtonWrap{
        width: 950px;
        margin: 60px auto 60px;
        display: flex;
        justify-content: space-between;
    }
    .topicsDetailImg_full .topicsButtonWrap .buttonBlack{
        width: 450px;
    }
    .topicsDetailImg_full .topicsButtonWrap .buttonBlack:nth-of-type(2){
        margin-top:0px;
    }
}


/* ============================================
        201209_01 topics
============================================= */
.topicsDetailImg_full_usj img{
    width: 100%;
}
.topicsDetailImg_full_usj .topicsDetailImg_full_usj_buttonArea{
    background-color:#f7f7f7;
    padding: 30px 0;
}
.topicsDetailImg_full_usj .topicsButtonWrap{
    width: 89.333%;
    margin: 30px auto;
}
.topicsDetailImg_full_usj .topicsDetailImg_full_usj_buttonArea .topicsButtonWrap{
    width: 89.333%;
    margin: 0 auto;
}
.topicsDetailImg_full_usj .topicsButtonWrap .buttonBlack:nth-of-type(2){
    margin-top:20px;
}

@media print, screen and (min-width: 768px) {
    #breadCrumbs ul li + li {
        vertical-align: top;
    }
    .right_text{
        display: inline-block;
        vertical-align: top;
    }
    .topicsDetailImg_full_usj{
        margin: 0 auto;
        text-align: center;
    }
    .topicsDetailImg_full_usj img{
        width: 600px;
    }
    .topicsDetailImg_full_usj .topicsDetailImg_full_usj_buttonArea{
        width: 600px;
        margin: 0 auto;
    }
    .topicsDetailImg_full_usj .topicsButtonWrap{
        margin: 60px auto 60px;
        display: block;
        width: 600px;
    }
    .topicsDetailImg_full_usj .topicsButtonWrap a{
        width: 89.333%;
        margin: 0 auto;
    }
    .topicsDetailImg_full_usj .topicsButtonWrap .buttonBlack:nth-of-type(2){
        margin-top:30px;
    }
}


/* ============================================
        201222_02 topics
============================================= */

.net_caution_color{
    color:#dd1786;
    font-weight: bold;
}


/* ============================================
        210602_01 topics
============================================= */
.topicsDetailImg_full_pink img{
    width: 100%;
}
.topicsDetailImg_full_pink .topicsDetailImg_full_pink_buttonArea{
    padding: 0;
}
.topicsDetailImg_full_pink .topicsButtonWrap{
    width: 89.333%;
    margin: 30px auto;
}
.topicsDetailImg_full_pink .topicsDetailImg_full_usj_buttonArea .topicsButtonWrap{
    width: 89.333%;
    margin: 0 auto;
}
.topicsDetailImg_full_pink .topicsButtonWrap .buttonBlack{
    margin-top:20px;
}
.topicsDetailImg_full_pink .topicsButtonWrap .buttonBlack:first-child{
    margin-top:0px;
}

@media print, screen and (min-width: 768px) {
    #breadCrumbs ul li + li {
        vertical-align: top;
    }
    .right_text{
        display: inline-block;
        vertical-align: top;
    }
    .topicsDetailImg_full_pink{
        margin: 0 auto;
        text-align: center;
    }
    .topicsDetailImg_full_pink img{
        width: 600px;
        display: block;
        margin: 0 auto;
    }
    .topicsDetailImg_full_pink .topicsDetailImg_full_pink_buttonArea{
        width: 600px;
        margin: 0 auto;
    }
    .topicsDetailImg_full_pink .topicsButtonWrap{
        margin: 60px auto 60px;
        display: block;
        width: 600px;
    }
    .topicsDetailImg_full_pink .topicsButtonWrap a{
        width: 89.333%;
        margin: 0 auto;
    }
    .topicsDetailImg_full_pink .topicsButtonWrap .buttonBlack:nth-of-type(2){
        margin-top:30px;
    }
}


/* ============================================
        211101_05 topics
============================================= */

.topics_211101_05_qr{
	width:200px;
	height:200px;
	margin:10px auto 0;
}

/* ============================================
        220106_02 topics
============================================= */

.appDownloadStore p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.appDownloadButtonList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 89.333%;*/
    margin: 0 auto 40px;
}
.appDownloadButtonList li {
    width: 47%;
}
.appDownloadButtonList li img{
    width: 100%;
}
@media print, screen and (min-width: 768px) {
	.appDownloadStore p {
	    font-size: 2.2rem;
	    margin-bottom: 20px;
	}
	.appDownloadButtonList {
	    width: 89.333%;
		margin: 0 auto 60px;
	}
}