@charset "utf-8";

/* ====================================
梱包について
====================================== */
#packSe1 {
	margin-bottom: 80px;
}

.packSe .packSeMainTtl {
	margin-bottom: 46px;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.packSe .packSeMainTtl:before {
	content: "";
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto 12px;
	background: url("../img/package_icon01.png") no-repeat 0 0;
	background-size: 100%;
}

.packSeIn {
	padding: 30px;
	border: 4px solid #000;
}

.packSeInTop {
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url("../img/common/border_dashed.png") repeat-x left bottom;
}

.packSeTtl {
	margin-bottom: 14px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#packSe2 .packSeTtl {
	margin-bottom: 35px;
}

.packSeTtl:before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	margin-right: 17px;
	background: url("../img/package_icon02.png") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -14px;
}

.packBox1 {
	display: inline-block;
	margin-right: 7px;
	vertical-align: top;
	text-align: center;
}

.packBox1:nth-last-of-type(1) {
	margin-right: 0;
}

@media screen and (max-width:1000px) {
	.packBox1 {
		width: 31%;
		margin-right: 3%;
	}

	.packBox1:nth-of-type(3n) {
		margin-right: 0;
	}
}

.packBox1Img {
	margin-bottom: 15px;
}

.packBox1Img img {
	width: 100%;
}

.boxCap1 {
	font-size: 1.6rem;
	line-height: 1.4;
}

.packSeInBotL,
.packSeInBotR {
	width: 480px;
}

@media screen and (max-width:1100px) {

	.packSeInBotL,
	.packSeInBotR {
		width: 48%;
	}
}

.packSeInBotL {
	float: left;
}

.packSeInBotR {
	float: right;
}

.packSeInBotConts .packSeInBotTtl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.packSeInBotConts .packSeInTtlAssist {
	display: block;
	margin-bottom: 8px;
	font-size: 1.8rem;
}

.packSeInBotL .packSeInBotLttl {
	padding-left: 67px;
	background: url("../img/package_icon03.png") no-repeat left top 8px;
	background-size: 52px;
}

.packSeInBotR .packSeInBotRttl {
	padding: 13px 0 13px 67px;
	background: url("../img/package_icon04.png") no-repeat left center;
	background-size: 48px;
}

#packSe2 .packSeInBot .packSeInBotTtl {
	padding: 10px 0 7px 70px;
	background: url("../img/package_icon06.png") no-repeat left center;
	background-size: 50px;
}

.packSeInBotConts .packSeTxt {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.packSeInBotConts .packSeTxt {
	margin-bottom: 30px;
}

#packSe2 .packSeInBotConts .packSeTxt {
	margin-bottom: 0;
}

#packSe2 .packBoxWrap {
	margin-bottom: 40px;
}

.packBox2 {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-right: 50px;
	vertical-align: top;
}

@media screen and (max-width:1150px) {
	.packBox2 {
		width: 29%;
	}
}

.packBox2:nth-last-of-type(1) {
	margin-right: 0;
}

.packBox2:not(:nth-last-of-type(1)):after {
	content: "";
	position: absolute;
	top: 80px;
	right: -40px;
	width: 20px;
	height: 39px;
	background: url("../img/package_arrow.png") no-repeat 0 0;
}

.packBox2 .num {
	position: absolute;
	top: -21px;
	left: 15px;
	width: 42px;
	line-height: 42px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
}

.packBox2Img {
	margin-bottom: 15px;
}

.packBox2Img img {
	width: 100%;
}

.boxCap2 {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.boxCapKome {
	line-height: 1.3;
	letter-spacing: 0.08em;
}

.otoku {
	position: relative;
	width: calc(100% - 38px);
	padding: 20px 0 20px 56px;
	margin-left: 38px;
	background-color: #f2f2f2;
}

.otoku:before {
	content: "";
	position: absolute;
	top: -38px;
	left: -38px;
	width: 76px;
	height: 76px;
	background: url("../img/package_icon05.png") no-repeat 0 0;
	background-size: 100%;
}

.otoku p {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

.otokuTtl {
	margin-bottom: 13px;
	font-size: 1.8rem !important;
	font-weight: bold;
}

.packSeInBot a {
	border-bottom: 1px solid #000;
	;
	transition: all .3s ease-in-out;
}

.packSeInBot a:hover {
	color: #ffc815;
	border-color: #ffc815;
}