@charset "UTF-8";

/*----------------------------------------------------------

guide css

/*----------------------------------------------------------


/* -------------------------------------------------

  contents
  
------------------------------------------------- */

.contents {
	padding:40px 0;
}

.boxCatchCopy {
	width:100%;
	max-width:462px;
	padding:0 5px 1px;
	color:#f27b4d;
	text-align:center;
	border:3px solid #f27b4d;
}
.leadTxt {
	line-height:2em;
	padding: 0 5px;
}

.contentsTTL {
	margin-bottom:20px;
	padding:0;
	text-align:center;
}
.contentsTTL span {
	display:inline-block;
	padding:0 10px 10px;
	font-size:2.2rem;
	line-height:1.6em;
	letter-spacing:0.05em;
	font-weight:900;
	border-bottom:3px solid #F47B45;
}
.cautionList {
	margin-top:10px;
}
.cautionList li{
	padding-left:1em;
	text-indent:-1em;
	font-size:1.4rem;
	line-height:1.8em;
}

/*-------------------------------
	Display：←768px 
-------------------------------*/
@media print, screen and (max-width: 768px){

	.pageTTL {
		padding-bottom:10px;
	}
	.boxCatchCopy {
		margin:0 auto 25px;
		font-size:1.8rem;
		line-height:2.2em;
	}
	.leadTxt {
		padding-bottom:30px;
	}
}

/*-------------------------------
	Display：769px →
-------------------------------*/
@media print, screen and (min-width: 769px){

	.contents {
		padding:60px 0;
	}
	.pageTTL {
		padding-bottom:15px;
	}
	.boxCatchCopy {
		margin:0 auto 30px;
		font-size:2.6rem;
		line-height:2em;
		letter-spacing:0.05em;
	}
	.leadTxt {
		text-align:center;
	}
	.contentsTTL {
		margin-bottom:30px;
	}
	.contentsTTL span {
		min-width:400px;
		font-size:3.0rem;
	}
	
}



/* -------------------------------------------------

  tab
  
------------------------------------------------- */

/* -------------------------------------------------
  common
------------------------------------------------- */

.tab {
	width:100%;
	height:70px;
	border-bottom:1px solid #f27b4d;
	position:relative;
}
.tab ul {
	width:90%;
	max-width:840px;
	margin:0 auto;
	overflow:hidden;
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
}
.tab ul li {
	width:50%;
	padding:0 60px 0 70px;
	font-size:1.8rem;
	line-height:70px;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
	background-color:#f57b46;
	background-repeat:no-repeat;
	background-position:top 50% left 15px;
	border:1px solid #f27b4d;
	border-bottom:none;
	float:left;
}
.tab ul li {
	width:50%;
	padding:0 60px 0 70px;
	font-size:1.8rem;
	line-height:70px;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
	background-color:#f57b46;
	background-repeat:no-repeat;
	background-position:top 50% left 15px;
	border:1px solid #f27b4d;
	border-bottom:none;
	float:left;
	transition:background 0.5s ease;
}
.tab ul li:hover {
	background-color:#ff9001;
}
.tab ul li.current {
	color:#f57b46;
	background-color:#ffffff;
	cursor:default;
}
.tab ul li.net.current {
	border-right:none;
}
.tab ul li.shop.current {
	border-left:none;
}

.tab ul li.net {
	background-image:url(../img/guide/icon_pc.svg);
}
.tab ul li.shop {
	background-image:url(../img/guide/icon_shop.svg);
}

/*-------------------------------
	Display：←840px 
-------------------------------*/
@media print, screen and (max-width: 840px){

	.tab ul li {
		padding:45px 0 8px;
		font-size:1.6rem;
		line-height:20px;
		background-position:top 8px left 50%;
	}
	.tab ul li.net {
		background-size:47px auto;
	}
	.tab ul li.shop {
		background-size:49px auto;
	}
}

/*-------------------------------
	Display：841px →
-------------------------------*/
@media print, screen and (min-width: 841px){

	.leadTxt {
		text-align:center;
	}
	.tab ul li {
		padding:0 60px 0 70px;
		font-size:1.8rem;
		line-height:70px;
		background-position:top 50% left 15px;
	}
	.tab ul li br{
		display:none!important;
	}
	.tab ul li.net {
		background-size:56px auto;
	}
	.tab ul li.shop {
		background-size:61px auto;
	}

}




/* -------------------------------------------------

  stepList
  
------------------------------------------------- */

/* -------------------------------------------------
  common
------------------------------------------------- */

.stepList {
	width:100%;
	max-width:920px;
	margin:0 auto;
}
.stepList > li {
	padding-left:90px;
	padding-bottom:50px;
	position:relative;
}
.stepList > li.step5 {
	padding-bottom:30px;
}
.stepList > li .iconStep {
	background:#111111;
	font-weight:700;
	letter-spacing:0;
	line-height:1em;
	color:#ffffff;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.stepList > li .iconStep span{
	display:block;
	color:#ffffff;
	text-align:center;
}
.stepList > li::after {
	content: '';
	display:block;
	height:100%;
	background:#f27b4d;
	position:absolute;
	top:0;
	bottom:0;
	z-index:1;
}
.stepList > li.step5::after {
	display:none;
}
.stepList > li dt {
	height:70px;
	margin-bottom:10px;
	padding-top:10px;
	padding-left:75px;
	font-size:2.8rem;
	line-height:1.6em;
	font-weight:700;
	background-repeat:no-repeat;
	background-position:top 50% left 0;
}

#stepNet .stepList > li.step1 dt {
	background-image:url(../img/guide/icon_pc.svg);
}
#stepShop .stepList > li.step1 dt {
	background-image:url(../img/guide/icon_shop.svg);
}
.stepList > li.step2 dt {
	background-image:url(../img/guide/icon_soudan.svg);
}
.stepList > li.step3 dt {
	background-image:url(../img/guide/icon_shorui.svg);
}
.stepList > li.step4 dt {
	background-image:url(../img/guide/icon_chumon.svg);
}
.stepList > li.step5 dt {
	background-image:url(../img/guide/icon_nouhin.svg);
}

/*-------------------------------
	Display：←768px 
-------------------------------*/
@media print, screen and (max-width: 768px){

	.stepList {
		padding:10px 0 0;
	}
	.stepList > li {
		padding-left:55px;
		padding-bottom:35px;
	}
	.stepList > li .iconStep {
		width:46px;
		height:46px;
		padding-top:9px;
		font-size:1.0rem;
		border-radius:48px;
	}
	.stepList > li .iconStep span{
		font-size:2.0rem;
		line-height:1em;
	}
	.stepList > li::after {
		width:3px;
		left:22px;
	}
	.stepList > li dt {
		height:50px;
		margin-bottom:10px;
		padding-top:10px;
		padding-left:55px;
		font-size:1.8rem;
		line-height:1.6em;
	}
	#stepNet .stepList > li.step1 dt {
		background-size:46px auto;
	}
	#stepShop .stepList > li.step1 dt {
		background-size:48px auto;
	}
	.stepList > li.step2 dt {
		background-size:45px auto;
	}
	.stepList > li.step3 dt {
		background-size:46px auto;
	}
	.stepList > li.step4 dt {
		background-size:50px auto;
	}
	.stepList > li.step5 dt {
		background-size:49px auto;
	}

}

/*-------------------------------
	Display：769px →
-------------------------------*/
@media print, screen and (min-width: 769px){

	.stepList {
		padding:20px 0 0;
	}
	.stepList > li {
		padding-left:90px;
		padding-bottom:50px;
	}
	.stepList > li .iconStep {
		width:60px;
		height:60px;
		padding-top:12px;
		font-size:1.2rem;
		border-radius:60px;
	}
	.stepList > li .iconStep span{
		font-size:2.4rem;
		line-height:1em;
	}
	.stepList > li::after {
		width:4px;
		left:28px;
	}
	.stepList > li dt {
		height:70px;
		margin-bottom:10px;
		padding-top:10px;
		padding-left:75px;
		font-size:2.8rem;
		line-height:1.6em;
	}
	#stepNet .stepList > li.step1 dt {
		background-size:58px auto;
	}
	#stepShop .stepList > li.step1 dt {
		background-size:61px auto;
	}
	.stepList > li.step2 dt {
		background-size:56px auto;
	}
	.stepList > li.step3 dt {
		background-size:56px auto;
	}
	.stepList > li.step4 dt {
		background-size:62px auto;
	}
	.stepList > li.step5 dt {
		background-size:61px auto;
	}
}
