@charset "utf-8";

/* ==============================
Smartphone howto layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
#howto {
	background-color: white;/* #ebf0f0 */
}
/* section */
section {
	border-bottom: 1px solid #333;
	padding-bottom: 80px;
}
section:not(:last-child) {
	margin-bottom: 64px;
}
/* ttl */
#howto div:not(.frame) > .ttl03.is-m {
	margin-top: 32px;
}
/* frame */
.frame {
	box-sizing: border-box;
	border: 1px solid #333;
	margin-top: 40px;
	padding: 32px;
}

/* flow
--------------------------------- */
/* common */
#process .item {
	background-color: #f7f7f7;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-top: 40px;
}
#process h3 {
	margin-bottom: 20px;
}
#process h3 i {
	display: block;
	padding-bottom: 8px;
}
#process h4 {
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
}
#process h4::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	display: inline-block;
	margin-top: 14px;
	float: right;
}
#process li.active h4::after {
	content: "\f068";
}
#process h5 {
	margin-top: 24px;
}
.hdn--pcmin {
	display: none;
}
@media only screen and (max-width: 480px){
	.hdn--spmin {
		display: none;
	}
}

/* delivery
--------------------------------- */
.delivery__table {
	float: left;
	line-height: 1.4;
	table-layout: fixed;
	margin-top: 32px;
	margin-bottom: 16px;
	width: 55.5%;
}
#process li {
	border-top: 1px solid #d9e2ee;
	list-style: none;
	padding: 4px 24px 0 20px;
}
#process .num {
	font-size: 32px;
	letter-spacing: 0;
	margin-right: 8px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 4px;
	width: 44px;
}
#process .lead,
#process .txts {
	padding-bottom: 32px;
}
#process .note {
	font-size: 11px;
}
/* id */
#online-shop h3,
#online-shop h4 {
	color: #7c9bc6;
}
#custom-order h3,
#custom-order h4 {
	color: #7dc7c7;
}
#online-shop .txts {
	border-color: #7c9bc6;
}
#custom-order .txts {
	border-color: #7dc7c7;
}
/* complete */
#complete {
	background: url(../img/howto/bg_complete.jpg) right center no-repeat;
	background-size: cover;
	margin-top: 8px;
	padding: 48px 24px 80px;
}
#complete h3 i {
	display: block;
	margin-bottom: 16px;
}
#complete h3 {
	line-height: 1.2;
	margin-bottom: 24px;
}

/* payment
--------------------------------- */
#payment__list {
	margin-bottom: 40px;
}
#payment__list .item,
#payment__list .cal {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}
#payment__list .item {
	background-color: #ccc;
}
#payment__list .item:last-child {
	background-color: #eb67a2;
}
#payment__list .item i {
	display: block;
	margin-bottom: 10px;
}
#payment__list .item em {
	font-weight: 900;
	line-height: 1.5;
}
@media only screen and (max-width: 749px){
	#payment__list .item,
	#payment__list .cal {
		height: 25vw;
	}
	#payment__list .item {
		font-size: 2.13vw;
		width: 30%;
	}
	#payment__list .item i {
		font-size: 5.86vw;
	}
	#payment__list .item em,
	#payment__list .cal {
		font-size: 3.2vw;/* 120px / 37.5px = 3.2vw */
	}
	#payment__list .cal {
		width: 5%;
	}
	.cal.off {
		padding-right: 70%;
		width: 30% !important;
		height: 4vw !important;
	}
}
@media only screen and (min-width: 750px){
	#payment__list {
		justify-content: space-between;
	}
	#payment__list .item,
	#payment__list .cal {
		max-height: 152px;
		height: 18vw;
	}
	#payment__list .item {
		font-size: 12px;
		max-width: 152px;
		width: 18%;
	}
	#payment__list .item i {
		font-size: 32px;
	}
	#payment__list .item em {
		font-size: 18px;
	}
	#payment__list .cal {
		font-size: 16px;
	}
}
/* pict */
.payment__pict {
	background-color: white;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid rgba(51,51,51,.15);
	margin-bottom: 24px;
	padding: 24px;
	width: 100%;
}
.payment__pict img {
	max-height: 40px;
	max-width: 100%;
	width: auto;
}

/* delivery
--------------------------------- */
.delivery__table {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.4;
	table-layout: fixed;
	margin: 0;
	margin-top: 24px;
	margin-bottom: 16px;
	width: 100%;
}
.delivery__table + .delivery__table {
	margin-top: 8px;
}
.delivery__table th {
	border-bottom: 1px solid white;/* #ebf0f0 */
	font-size: 10px;
	vertical-align: middle;
	padding: 8px 0;
}
.delivery__table .lank {
	background-color: #333 !important;
	color: white;/* #ebf0f0 */
	border-bottom: 1px solid white;/* #ebf0f0 */
}
.delivery__table thead th {
	padding: 8px 0;
}
.delivery__table thead th:nth-child(odd),
.delivery__table td:nth-child(odd) {
	background-color: #dadada;
}
.delivery__table thead th:nth-child(even),
.delivery__table td:nth-child(even) {
	background-color: #ccc;
}
.delivery__table td {
	text-align: center;
	border-bottom: 1px solid white;/* #ebf0f0 */
	padding: 6px 0;
}
.delivery__table .area td {
	font-size: 10px;
	padding: 8px 0;
	height: 14em;
}