@charset "utf-8";

/* ==============================
PC howto layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*#howto {
	background-color: #ebf0f0;
}*/
/* section */
section {
	border-bottom: 1px solid #333;
	padding-bottom: 120px;
}
section:not(:last-child) {
	margin-bottom: 80px;
}
/* ttl */
#howto div:not(.frame) > .ttl03.is-m {
	margin-top: 48px;
}
/* frame */
.frame {
	box-sizing: border-box;
	border: 1px solid #333;
	margin-top: 64px;
	padding: 40px;
}

/* flow
--------------------------------- */
/* common */
#process .item {
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 56px 40px 64px 32px;
	width: calc(50% - 4px);
}
#process h3 {
	margin-bottom: 32px;
}
#process h3 i {
	display: block;
	padding-bottom: 10px;
}
#process h4 {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 8px;
}
#process h5 {
	margin-top: 24px;
}
#process li {
	list-style: none;
	margin-bottom: 20px;
}
#process .num {
	font-size: 40px;
	letter-spacing: 0;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	width: 52px;
}
#process .lead {
	margin-bottom: 24px;
}
@media only screen and (max-width: 1279px){
	#process .txts {
		margin-left: 4px;
	}
}
@media only screen and (min-width: 1280px){
	#process .txts {
		border-left: 1px solid;
		margin-left: 28px;
		padding-left: 40px;
	}
}
#process .txt {
	font-size: 14px;
}
#process .note {
	font-size: 13px;
}
/* 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: 64px;
}
#complete h3 i {
	display: block;
	margin-bottom: 10px;
}
#complete h3 {
	margin-bottom: 24px;
}
@media only screen and (min-width: 1280px){
	.hdn--pcmin {
		display: none;
	}
}

/* payment
--------------------------------- */
#payment__list {
	justify-content: space-between;
	margin-bottom: 48px;
}
#payment__list .item,
#payment__list .cal {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	max-height: 152px;
/*	min-height: 122px;*/
	height: 11vw;
}
#payment__list .item {
	background-color: #ccc;
	font-size: 12px;
	max-width: 152px;
	min-width: 122px;
	width: 16%;
}
#payment__list .item:last-child {
	background-color: #eb67a2;
}
#payment__list .item i {
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
}
#payment__list .item em {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
}
#payment__list .cal {
	font-size: 24px;
}
/* pict */
.payment__pict {
	background-color: white;
	border: 1px solid rgba(51,51,51,.15);
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 36px;
	padding: 24px;
	width: 100%;
}
.payment__pict img {
	max-height: 40px;
}

/* delivery
--------------------------------- */
.delivery__table {
	float: left;
	letter-spacing: 0;
	line-height: 1.4;
	table-layout: fixed;
	margin-top: 32px;
	margin-bottom: 16px;
	width: 55.5%;
}
.delivery__table:nth-of-type(2) {
	width: 44.5%;
}
.delivery__table th {
	border-bottom: 1px solid white;/* #ebf0f0 */
	font-size: 13px;
	vertical-align: middle;
	padding: 8px 0;
}
.delivery__table:nth-of-type(2) th.lank {
	display: none;
}
.delivery__table .lank {
	background-color: #333 !important;
	color: white;/* #ebf0f0 */
	border-bottom: 1px solid white;/* #ebf0f0 */
}
.delivery__table thead th {
	padding: 8px 0;
}
.delivery__table01 thead th:nth-child(odd),
.delivery__table02 thead th:nth-child(even),
.delivery__table01 td:nth-child(odd),
.delivery__table02 td:nth-child(even) {
	background-color: #dadada;
}
.delivery__table01 thead th:nth-child(even),
.delivery__table02 thead th:nth-child(odd),
.delivery__table01 td:nth-child(even),
.delivery__table02 td:nth-child(odd) {
	background-color: #ccc;
}
.delivery__table td {
	text-align: center;
	border-bottom: 1px solid white;/* #ebf0f0 */
	padding: 8px 0;
}
.delivery__table .area td {
	font-size: 13px;
	padding: 8px 0;
	height: 14em;
}