@charset "UTF-8";
/* -------------------------------------------------- */
/* package */
/* -------------------------------------------------- */
.pagetitHeadTxt:after {
	content: "GUIDE OF PACKING";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}


/* 導入 */
.packageHeadTxt{
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.8;
}

.leadTitWrap {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	text-align: center;
}
.leadTitWrap::before,
.leadTitWrap::after {
	content: "";
	width: 2px;
	height: 75px;
	display: inline-block;
	background-color: #7D7D7D;
}
.leadTitWrap::before {
	margin-right: 1.5em;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.leadTitWrap::after {
	margin-left: 1em;
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}

.leadTitMain {
	margin-bottom: 20px;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
}

.leadTitMain span {
	font-weight: 700;
}

.leadTitSub {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
}

.leadPh img {
	max-width: 100%;
}

/* 必要なもの */
.necessaryList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.necessaryList li {
	width: 33%;
	padding: 0 30px;
}
.necessaryList li:not(:last-child) {
	border-right: 1px solid #AAAAAA;
}

.necessaryListPh {
	margin-bottom: 20px;
	text-align: center;
}

.necessaryListPh img {
	width: 240px;
	max-width: 100%;
}

.necessaryListTit {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.necessaryListTxt {
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.625;
}

/* 梱包の流れ */
.flowCont {
	padding: 30px;
	border: 1px solid #E5E5E5;
}
.flowCont:not(:last-child) {
	margin-bottom: 50px;
}

.flowContTit {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
}

.flowList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flowList li {
	width: calc((100% - 100px) / 3);
	padding: 20px 15px;
	position: relative;
	background-color: #F5F3F3;
}
.flowList li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border-style: solid;
	border-width: 29px 0 29px 28px;
	border-color: transparent transparent transparent #F5F3F3;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.flowListPh {
	margin-bottom: 10px;
	text-align: center;
}

.flowListPh img {
	max-width: 100%;
}

.flowListNum {
	margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Urbanist', sans-serif;
	text-align: center;
	color: #009847;
}
.flowListNum::after {
	content: "";
	width: 1em;
	height: 2px;
	margin: auto;
	display: block;
	background-color: #009847;
}

.flowListTit {
	margin-bottom: 5px;
	font-size: 2rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.02em;
	text-align: center;
	color: #009847;
}

.flowListTitSm {
	font-size: 1.7rem;
}

.flowListTxt {
	padding: 0 10px;
	font-size: 1.6rem;
	line-height: 1.625;
}

/* ポイント */
.pointList {
	margin-bottom: -60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.pointList li {
	width: calc(25% - 40px * 3 / 4);
	margin-right: 40px;
	margin-bottom: 60px;
}
.pointList li:nth-child(4n) {
	margin-right: 0;
}

.pointListTit {
	margin-bottom: 30px;
	padding: 10px;
	font-size: 1.7rem;
	text-align: center;
	border: 1px solid #B2E0C7;
}
.pointListTit span {
	display: block;
	font-size: 1.1765em;
	font-weight: 700;
}

.pointListPict {
	margin-bottom: 25px;
	text-align: center;
}

.pointListPict img {
	max-width: 85%;
}

.pointListTxt {
	font-size: 1.4rem;
	line-height: 1.7143;
}

/* 梱包アドバイス */
.advice.contInner {
	margin-bottom: 0;
}
.adviceList {
	margin-bottom: -50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.adviceList li {
	width: 46%;
	margin-bottom: 50px;
}

.adviceListTit {
	margin-bottom: 25px;
	padding: 0.4em 0.6em;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #EEEEEE;
}

.adviceListCont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.adviceListPh {
	width: 200px;
}

.adviceListPh img {
	max-width: 100%;
}

.adviceListTxt {
	padding-left: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	line-height: 1.7143;
}

#packingKit {
	padding-top: 80px;
	margin-top: -80px;
}

#cardboard {
	padding-top: 80px;
	margin-top: -80px;
	margin-bottom: 30px;
}


/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* 導入 */
	.leadTitMain {
		font-size: 2.4rem;
	}

	.leadTitSub {
		font-size: 1.4rem;
	}

	/* 必要なもの */
	.necessaryList li {
		padding: 0 20px;
	}
	
	.necessaryListTit {
		font-size: 1.8rem;
	}

	.necessaryListTxt {
		font-size: 1.4rem;
	}

	/* 梱包の流れ */
	.flowContTit {
		font-size: 2rem;
	}

	.flowList li {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.flowList li:not(:last-child) {
		margin-bottom: 50px;
	}
	.flowList li:not(:last-child)::after {
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		border-width: 28px 29px 0 29px;
		border-color: #F5F3F3 transparent transparent transparent;
	}

	.flowListBody {
		padding-left: 20px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}

	.flowListPh {
		width: 200px;
		margin-bottom: 0;
	}

	.flowListNum {
		margin-bottom: 10px;
		display: inline-block;
		font-size: 2rem;
	}

	.flowListTit {
		font-size: 1.6rem;
		text-align: left;
	}

	.flowListTitSm {
		font-size: 1.6rem;
	}

	.flowListTxt {
		padding: 0;
		font-size: 1.4rem;
	}

	/* ポイント */
	.pointList {
		margin-bottom: -40px;
	}

	.pointList li {
		width: calc(25% - 20px * 3 / 4);
		margin-right: 20px;
		margin-bottom: 40px;
	}

	.pointListTit {
		margin-bottom: 20px;
	}

	.pointListTit span.spInline {
		display: inline-block;
	}

	.pointListPict {
		margin-bottom: 15px;
	}
	
	/* 梱包アドバイス */
	.adviceList li {
		width: 48%;
	}

	.adviceListPh {
		width: 140px;
	}

	.adviceListTxt {
		padding-left: 10px;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* 導入 */
	.packageHeadTxt{
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.leadTitWrap {
		margin-bottom: 20px;
	}
	.leadTitWrap::before {
		-webkit-transform: rotate(-20deg);
		        transform: rotate(-20deg);
	}
	.leadTitWrap::after {
		-webkit-transform: rotate(20deg);
		        transform: rotate(20deg);
	}

	.leadTitMain {
		margin-bottom: 15px;
		font-size: 2rem;
	}

	.leadTitSub {
		font-size: 1.3rem;
	}

	/* 必要なもの */
	.necessaryList li {
		width: 100%;
		padding: 20px;
	}
	.necessaryList li:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #AAAAAA;
	}
	
	/* 梱包の流れ */
	.flowCont {
		padding: 20px 15px;
	}
	.flowCont:not(:last-child) {
		margin-bottom: 40px;
	}

	.flowContTit {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}

	.flowList li:not(:last-child) {
		margin-bottom: 30px;
	}
	.flowList li:not(:last-child)::after {
		border-width: 20px 29px 0 29px;
	}

	.flowListPh {
		width: 80px;
	}

	.flowListPh img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.flowListBody {
		padding-left: 10px;
	}

	.flowListNum {
		margin-bottom: 5px;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.flowListNum::after {
		height: 1px;
	}

	.flowListTit {
		font-size: 1.5rem;
		letter-spacing: -0.04em;
		text-align: left;
	}

	.flowListTitSm {
		font-size: 1.5rem;
	}

	.flowListTxt {
		padding: 0;
		font-size: 1.2rem;
	}

	/* ポイント */
	.pointList {
		margin-bottom: -30px;
	}

	.pointList li {
		width: calc(50% - 16px * 1 / 2);
		margin-right: 16px;
		margin-bottom: 30px;
	}
	.pointList li:nth-child(2n) {
		margin-right: 0;
	}

	.pointListTit {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}

	.pointListPict {
		margin-bottom: 10px;
	}

	.pointListPict img {
		max-width: 70%;
	}

	.pointListTxt {
		font-size: 1.3rem;
	}
	
	/* 梱包アドバイス */
	.adviceList {
		margin-bottom: -30px;
	}
	
	.adviceList li {
		width: 48%;
		margin-bottom: 30px;
	}

	.adviceListCont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.adviceListTit {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}

	.adviceListPh {
		width: 100%;
		margin-bottom: 10px;
	}

	.adviceListTxt {
		width: 100%;
		padding-left: 0;
		font-size: 1.3rem;
	}
}
