@charset "UTF-8";

body {
	padding-top: 40px;
}

.sml { font-size: 10px }
.sp { display: block; }
.pc { display: none; }

h2 {
	font-size: 22px;
	margin: 0 0 16px 0;
}


/* ================================================== */
/* HEADER */
header {
	height: 40px;
}
header .logo {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
header .logo img {
	height: 18px;
}


/* ================================================== */
/* SECTION */
.section {
	padding: 28px 0;
}
.section-container {
	max-width: 460px;
	margin: 0 auto;
}


/* ================================================== */
/** sale SECTION **/
#sale h2 {
	font-size: 26px;
}


/* ================================================== */
/** LeadSentence SECTION **/
#LeadSentence h2 {
	font-size: 18px;
}
#LeadSentence p {
	font-size: 12px;
	padding-top: 0px;
}


/* ================================================== */
/** SalesFloor SECTION **/
#SalesFloor ul li {
	width: 32.2%;
	padding: 0 0.5%;
}


/* ================================================== */
/** SUPPORTED SECTION **/
#supported h2 {
	font-size: 20px;
}
#access h3 {
	padding-top: 20px;
}
#supported p {
	font-size: 12px;
}


/* ================================================== */
/** ACCESS SECTION **/
#access h2 {
	font-size: 26px;
}
#access h2:before {
	width: 120px;
}
#access h3 {
	font-size: 18px;
}
#access .sns img {
	max-width: 36px;
	margin: 6px 16px 16px 16px;
}


/* ================================================== */
/** EC SECTION **/
#ec h2 {
	font-size: 22px;
}
#ec .marketplace img {
	width: 86%;
	max-width: 330px;
	border-radius: 10px;
	box-shadow: 0 6px 10px 0 rgba(120,120,120,0.7);
}
#ec .marketplace img:hover {
    top: 0px;
}


/* ================================================== */
/** ITEM SECTION **/
#item h2 {
	font-size: 26px;
	padding: 0px 0 20px;
}
@media screen and (max-width: 767px) {
	#item .flex-item {
		width: 24%;
	}
	#item .flex-item p {
		font-size: 12px;
	}
	#item h3 {
		font-size: 14px;
	}
}
@media screen and (max-width: 568px) {
	#item .flex-item {
		width: 48%;
	}
	#item .flex-item p {
		font-size: 12px;
	}
	#item h3 {
		font-size: 14px;
	}
}
#item .Otheritem {
	font-size: 13px;
}


/* ================================================== */
/** purchase-ex SECTION **/
#purchase-ex h3 {
	font-size: 18px;
	margin: 30px 0 0 0;
}
#purchase-ex img {
	width: 100%;
}
#purchase-ex p {
	padding-top: 10px;
	font-size: 11px;
}

/* ================================================== */
/** PURCHASETYPE SECTION **/
#PurchaseType h2 {
	font-size: 26px;
}
#PurchaseType h3 {
	font-size: 18px;
	padding-top: 64px;
	width: 130px
}
#PurchaseType ul li img {
	margin-top: 20px;
}
#PurchaseType .caution p {
	font-size: 10px;
}
#step .flex-item {
	width: 94%;
	background-color: #fff;
}
#step .flex-item img {
	max-width: 100px;
}
#step h4 {
	font-size: 16px;
	border-bottom: none;
}
#step .sumatoku h4 {
	font-size: 14px;
	border-bottom: none;
	padding: 0 10px 30px;
}
#step h5 {
	padding-top: 20px;
}
#step h6 {
	font-size: 15px;
}
#step p {
	text-align: center;
	font-size: 12px;
	margin: 14px auto 20px;
}
#step .step-link-store a {
	font-size: 16px;
}

#step .sumatoku .flex-container_sumatoku {
	margin-bottom: 50px;
}
#step .sumatoku .flex-item_sumatoku {
	width: 86%;
	margin: 10px 0;
	padding: 30px 10px;
}
#step .sumatoku .flex-item_sumatoku h5 {
	font-size: 18px;
}
#step .sumatoku .flex-item_sumatoku h6 {
	font-size: 15px;
	margin-bottom: 24px;
}
#step .sumatoku .flex-item_sumatoku img {
	width: 80%;
}


#step .sumatoku .flex-item {
	width: 92%;
	background-color: #1d2089;
	border: 6px solid #fff;
	padding-bottom: 14px;
}
#step .sumatoku h5 {
	padding: 14px 0 6px;
}
#step .sumatoku h6 {
	font-size: 15px;
	color: #fff;
}
#step p.sumatoku-btn {
	width: 90%;
	max-width: 310px;
}
#step p.sumatoku-btn a {
	font-size: 15px;
	padding: 18px 2px;
	border-radius: 10px;
	box-shadow: 0 6px 10px 0 rgba(120,120,120,0.7);
}
#step p.sumatoku-btn a:hover {
    top: 0px;
}
#step .flex-container2 {
	margin-top: 0;
}
#step .flex-item2 {
	width: 94%;
	padding-top: 50px;
}
#step .flex-item2 h5 {
	font-size: 18px;
	padding: 14px 0 14px 0;
}
#step .flex-item2 p {
	width: 92%;
}
#step .flex-item2 .step-btn a {
	max-width: 310px;
	font-size: 16px;
	padding: 18px 2px;
	border-radius: 10px;
	box-shadow: 0 6px 10px 0 rgba(120,120,120,0.7);
}
#step .flex-item2 .step-btn a:hover {
	top: 0px;
}
#step .flex-item2 .step-tel a {
	font-size: 30px;
}
#step .flex-item2 .step-tel a {
	font-size: 30px;
}


/* ================================================== */
/** BANNERLINK SECTION **/
#BannerLink {
	margin-top: 150px;
}
#BannerLink ul li img {
	width: 100%;
	max-width: 200px;
}


/* ================================================== */
/* FOOTER */

#gFooter {
	border-top: solid 1px #ddd;
}

/* #gFooter__sign */
#gFooter__sign {
	padding: 10px 0 5px 0;
	text-align: center;
}
.gFooter__signCopy {
	float: none;
	font-size: 9px;
}
.gFooter_logo_aacd {
	position: static;
	margin: 20px 0;
	padding: 10px 0;
}
.gFooter_logo_aacd_sp {
	background: #F8F8F8;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 20px;
	padding: 10px 0;
}
.gFooter_logo_aacd img{
	max-width: 210px;
}
#licensing {
	position: relative;
	width: auto;
	color: #545454;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	top: -27px;
	bottom: 0;
	margin-left: 0;
	left: 0;
}


