@charset "UTF-8";

/* ===========================================================

トップページ

=========================================================== */

/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
.mv__inner {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.mv .visual {
	background: url(../images/top/mv_bg_sp.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
}
.mv .visual__img {
	width: 95%;
	margin: 0 auto;
}
.mv .point {
	padding: 10px 0;
	background: url(../images/top/bg_mv_point.jpg);
}
.mv .point__list {
	margin-top: -10px;
	margin-left: -5px;
	margin-right: -5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -10px;
}
.mv .point__list > li {
	flex-basis: 33.3333%;
	max-width: 33.3333%;
	flex-grow: 1;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.mv .point__list_inner {
	padding: 10px 5px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
	background: #fff;
	letter-spacing: 0;
	text-align: center;
}
.mv .point__list_ttl {
	color: #e74a33;
	font-size: 1.4rem;
}
.mv .point__list_txt {
	display: none;
}
.mv .point__list_txt strong {
	color: #e74a33;
}

@media screen and (max-width: 374px) {
	.mv .point__list_ttl {
		font-size: 1.2rem;
	}
	.mv .point__list_ttl br {
		display: none;
	}
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
	.mv__inner {
		max-width: 1260px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.mv .visual {
		background-image: url(../images/top/mv_bg_pc.jpg);
	}
	.mv .visual__area {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
	.mv .visual__area--ttl,
	.mv .visual__area--img {
	}
	.mv .visual__area--ttl {
		width: 58%;
	}
	.mv .visual__area--img {
		align-self: flex-end;
		width: 41%;
	}
	.mv .visual__ttl {
		margin: 0 -30px 0 -50px;
	}
	.mv .visual__img {
		width: auto;
	}
	.mv .visual__response {
		margin: 0 0 10px;
		padding: 10px;
		background: #fff;
	}
	.mv .visual__response_ttl {
		margin: 0 0 10px;
	}
	.mv .visual__response_ttl span {
		position: relative;
		display: inline-block;
	}
	.mv .visual__response_ttl span::before,
	.mv .visual__response_ttl span::after {
		content: "";
		position: absolute;
		top: 3px;
		bottom: 3px;
		background: #492e1a;
		width: 1px;
	}
	.mv .visual__response_ttl span::before {
		left: -15px;
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
	.mv .visual__response_ttl span::after {
		right: -15px;
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
	}
	.mv .visual__response_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
	.mv .visual__response_item > li {
		width: 49%;
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
	.mv .visual__response_item .btn a {
		padding: 12px 15px 12px 5px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.mv .visual__response_item .btn a::after {
		right: 8px;
	}
	.mv .point {
		padding: 30px 0 15px;
	}
	.mv .point__list {
		margin-top: -15px;
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.mv .point__list > li {
		flex-basis: 33%;
		max-width: 33%;
		margin-top: 15px;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.mv .point__list > li:nth-child(3) {
		flex-basis: 34%;
		max-width: 34%;
	}
	.mv .point__list_inner {
		position: relative;
		padding: 20px 10px 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.mv .point__list_ttl {
		font-size: 1.6rem;
	}
	.mv .point__list_ttl {
		position: absolute;
		top: -15px;
		right: 10px;
		left: 10px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		z-index: 1;
	}
	.mv .point__list_ttl::before,
	.mv .point__list_ttl::after {
		content: "";
		position: absolute;
	}
	.mv .point__list_ttl::before {
		top: 0;
		right: 0;
		left: 0;
		height: 100%;
		background: #e74a33;
		z-index: -1;
		-webkit-transform: skewX(-15deg);
		transform: skewX(-15deg);
	}
	.mv .point__list_ttl::after {
		top: 0;
		right: -6px;
		width: 20px;
		height: 50%;
		background: #8f3200;
		z-index: -2;
		-webkit-transform: skewX(15deg);
		transform: skewX(15deg);
	}
	.mv .point__list_txt {
		display: block;
		font-size: 1.4rem;
		text-align: left;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.mv .point {
		padding: 30px 0 15px;
	}
	.mv .point__list {
		margin-top: -20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.mv .point__list > li {
		flex-basis: 30%;
		max-width: 30%;
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mv .point__list > li:nth-child(3) {
		flex-basis: 40%;
		max-width: 40%;
	}
	.mv .point__list_inner {
		padding: 30px 15px 15px;
	}
	.mv .point__list_ttl {
		top: -20px;
		height: 40px;
		line-height: 40px;
		font-size: 1.6rem;
	}
	.mv .point__list_ttl::before {
		right: 20px;
		left: 20px;
	}
	.mv .point__list_ttl::after {
		right: 11px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.mv .visual__response {
		margin: 0 0 20px;
	}
	.mv .visual__response_ttl {
		font-size: 1.8rem;
	}
	.mv .visual__response_item .btn a {
		padding: 15px 40px 15px 20px;
		font-size: 2.0rem;
	}
	.mv .visual__response_item .btn a::after {
		right: 15px;
	}
	.mv .point__list_ttl {
		font-size: 1.8rem;
	}
	.mv .point__list_ttl::before {
		right: 30px;
		left: 30px;
	}
	.mv .point__list_ttl::after {
		right: 22px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
	.mv .visual__ttl {
		margin: 0 -60px 0 -80px;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	ダンボールの形やサイズが決まっている方
------------------------------------------------------------*/
.fixed .ttl_large::before {
	width: 42px;
	height: 36px;
	background-image: url(../images/top/ico_fixed_ttl.png);
}
.fixed__area {
	margin-bottom: 40px;
}
.fixed__meta {
	margin: 0 0 20px;
}
.fixed__meta_ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}
.fixed__meta_ttl .ja {
	font-size: 2.2rem;
	margin: 0 5px 0 0;
}
.fixed__meta_ttl .en {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 110px;
	flex-basis: 110px;
}
.fixed__meta_ttl .en::before,
.fixed__meta_ttl .en::after {
	content: "";
	flex-grow: 1;
	max-width: 10px;
	border-top: solid 1px #361f0e;
}
.fixed__meta_cat {
	display: table;
	padding: 1px;
	background: #492e1a;
	width: 100%;
}
.fixed__meta_cat span {
	padding: 5px 8px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.fixed__meta_cat span:first-child {
	width: 53%;
}
.fixed__meta_cat span:last-child {
	background: #fff;
	flex-grow: 1;
	color: #492e1a;
	font-size: 1.2rem;
}
.fixed__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px -10px 20px;
}
.fixed__list > li {
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	width: 50%;
}
.fixed__list_inner {
	padding: 25px 10px;
	border: solid 1px #361f0e;
	background: #fff;
	text-align: center;
}
.fixed__list_ttl {
	min-height: 2em;
	margin: 0 0 10px;
	font-size: 2.2rem;
}
.fixed__list_ttl span {
	display: block;
	font-size: .8em;
}
.fixed__list_fig {
	margin: 0 0 20px;
}
.fixed__list_btn > li {
	margin-bottom: 10px;
}
.fixed__list_btn a {
	padding: 5px;
	font-size: 1.4rem;
}
.fixed__list_btn a::after {
	right: 10px;
}
.fixed__list_cat {
	margin: 0 0 2px;
	font-size: 1.3rem;
	text-align: center;
}
.fixed__list .txt_note {
	text-align: left;
}
.fixed__list_note > li:not(:last-child) {
	margin-bottom: 5px;
}
.fixed__list_note dt span {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	font-size: 1.4rem;
}
.fixed__list_note dt span::before,
.fixed__list_note dt span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	border-color: #361f0e;
	border-style: solid;
}
.fixed__list_note dt span::before {
	left: 0;
	border-width: 1px 0 1px 1px;
}
.fixed__list_note dt span::after {
	right: 0;
	border-width: 1px 1px 1px 0;
}
.fixed__list_note dd {
	margin: -1.5em 0 0 7em;
}
.fixed__list_note--l dd {
	margin: -1.5em 0 0 9em;
}
.fixed__list_note02 .note_txt {
	margin: 0 0 15px;
}
.fixed__list_note02 dt {
	width: 8em;
	margin: 0 0 5px;
	padding: 2px 10px;
	border: solid 1px #361f0e;
	font-size: 1.4rem;
	text-align: center;
}
.fixed__list_note02 dt i {
	margin-right: .25em;
}
.fixed__list_note02 dd:not(:last-child) {
	margin-bottom: 20px;
}

.fixed__areas {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-right: -10px;
	margin-left: -10px;
}
.fixed__areas .fixed__area {
	max-width: 100%;
	flex-basis: 100%;
	margin-top: 40px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.fixed__areas .fixed__list {
	display: block;
	margin: 0;
}
.fixed__areas .fixed__list_inner {
	padding: 15px;
}
.fixed__areas .fixed__list_desc {
	margin: 0 0 20px;
	text-align: left;
}
.fixed__areas .fixed__list_desc::after {
	content: "";
	clear: both;
	display: block;
}
.fixed__areas .fixed__list_desc .float {
	float: left;
	width: 40%;
	margin: 0 20px 0 0;
}
.fixed__areas .fixed__list_fig {
	text-align: center;
}

.fixed .howto_bnr > li {
	text-align: center;
}
.fixed .howto_bnr > li:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.fixed__meta_ttl {
		justify-content: flex-start;
	}
	.fixed__meta_cat {
		width: auto;
	}
	.fixed__meta_cat span,
	.fixed__meta_cat span:first-child {
		width: auto;
	}
	.fixed__list > li {
		width: 25%;
	}
	.fixed__list_note02 .note_txt {
		margin: 0 0 20px;
	}
	.fixed__list_note02 dt {
		margin: 0;
	}
	.fixed__list_note02 dd {
		margin: -1.5em 0 0 8em;
	}
	.fixed__list_note02 dd:not(:last-child) {
		margin-bottom: 10px;
	}

	.fixed__areas .fixed__area {
		max-width: 50%;
		flex-basis: 50%;
	}
	.fixed__areas .fixed__list_desc .float {
		width: 100%;
		margin: 0 0 20px;
	}

	.fixed .howto_bnr {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.fixed .howto_bnr > li {
		margin-bottom: 0;
		text-align: center;
	}
	.fixed .howto_bnr > li:not(:last-child) {
		margin-bottom: 0;
		margin-right: 20px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.fixed .ttl_large span::before {
		left: -90px;
		width: 71px;
		height: 60px;
		background-image: url(../images/top/ico_fixed_ttl.png);
	}
	.fixed__meta {
		position: relative;
	}
	.fixed__meta_ttl .ja {
		font-size: 3.2rem;
	}
	.fixed__meta_ttl .en {
		max-width: 130px;
		flex-basis: 130px;
		font-size: 2.3rem;
	}
	.fixed__meta_ttl .en::before,
	.fixed__meta_ttl .en::after {
		max-width: 15px;
	}
	.fixed__meta_cat {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fixed__list_note > li {
		display: inline-block;
		margin-bottom: 0;
	}
	.fixed__list_note > li:not(:last-child) {
		margin-right: 60px;
	}

	.fixed__areas .fixed__list_inner {
		padding: 40px 30px 30px;
	}
	.fixed__areas .fixed__meta_cat {
		width: auto;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.fixed__meta_ttl .en {
		max-width: 150px;
		flex-basis: 150px;
		letter-spacing: 3px;
	}
	.fixed__meta_cat span:last-child {
		font-size: 1.6rem;
	}
	.fixed__list_inner {
		padding: 30px 20px;
	}
	.fixed__list_btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fixed__list_btn > li {
		width: 48%;
	}
	.fixed__list_cat {
		font-size: 1.2rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
	.fixed__list_ttl span {
		display: inline;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	ダンボールの形やサイズが決まっていない方
------------------------------------------------------------*/
.unfixed .ttl_large::before {
	width: 40px;
	height: 41px;
	background-image: url(../images/top/ico_unfixed_ttl.png);
}
.unfixed__item {
	margin: 0 0 40px;
}
.unfixed__item > li a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	min-height: 82px;
	line-height: 1.3;
	padding: 15px 40px 15px 95px;
	letter-spacing: 0;
	border-style: solid;
	border-color: #361f0e;
	border-width: 1px 1px 0;
	font-size: 2.2rem;
}
.unfixed__item > li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 80px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.unfixed__item > li a::after {
	content: "\e901";
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #361f0e;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	font-family: 'danboru';
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.unfixed__item > li:last-child a {
	border-bottom: solid 1px #361f0e;
}
	.unfixed__item--use::before {
		height: 50px;
		background-image: url(../images/top/img_unfixed_use.png);
	}
	.unfixed__item--weight::before { background-image: url(../images/top/img_unfixed_weight.png); }
	.unfixed__item--pattern::before { background-image: url(../images/top/img_unfixed_pattern.png); }
	.unfixed__item--shape::before { background-image: url(../images/top/img_unfixed_shape.png); }
	.unfixed__item--hurry::before { background-image: url(../images/top/img_unfixed_hurry.png); }

.unfixed .catch_bnr {
	margin-left: -5px;
	margin-right: -5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.unfixed .catch_bnr figure {
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}
.unfixed .catch_bnr figure img {
	margin: 0 0 5px;
}
.unfixed .catch_bnr figcaption {
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
	.unfixed__item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -20px;
		margin-right: -10px;
		margin-left: -10px;
		justify-content: center;
	}
	.unfixed__item > li {
		max-width: 33.33333%;
		flex-basis: 33.33333%;
		margin-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.unfixed__item > li a {
		display: block;
		padding: 30px 20px;
		border-width: 1px;
		text-align: center;
	}
	.unfixed__item > li a::before {
		position: static;
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto 10px;
		-webkit-transform: none;
		transform: none;
	}
	.unfixed__item > li a::after {
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		transform: none;
		transition: .2s ease-in-out;
	}
	.unfixed__item > li a span {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.unfixed__item > li a:hover {
		color: #e39705;
		border-color: #e39705;
	}
	.unfixed__item > li a:hover::after {
		background: #e39705;
	}
	.unfixed .catch_bnr {
		margin-left: -10px;
		margin-right: -10px;
	}
	.unfixed .catch_bnr figure {
		padding-left: 10px;
		padding-right: 10px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.unfixed .ttl_large span::before {
		left: -80px;
		width: 67px;
		height: 69px;
		background-image: url(../images/top/ico_unfixed_ttl.png);
	}
	.unfixed .catch_bnr figure img {
		margin: 0 0 15px;
	}
	.unfixed .catch_bnr figcaption {
		font-size: 1.6rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.unfixed__item > li {
		max-width: 20%;
		flex-basis: 20%;
	}
	.unfixed__item > li a::before {
		height: 106px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
	.unfixed__item > li a {
		font-size: 2.3rem;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	このようなお悩みはありませんか？
------------------------------------------------------------*/
.problem .ttl_large::before {
	width: 37px;
	height: 46px;
	background-image: url(../images/top/ico_problem_ttl.png);
}
.problem__list {
	position: relative;
	margin: 0 0 40px;
	padding: 10px;
	border: solid 2px #361f0e;
}
.problem__list::before,
.problem__list::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 70px;
	background: -webkit-repeating-linear-gradient(#fff, #fff 10px, #361f0e 0, #361f0e 20px);
	background: repeating-linear-gradient(#fff, #fff 10px, #361f0e 0, #361f0e 20px);
}
.problem__list::before {
	top: 10px;
	left: -2px;
}
.problem__list::after {
	right: -2px;
	bottom: 10px;
}
.problem__list_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -10px;
}
.problem__list_item > li {
	position: relative;
	width: 49%;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin-top: 10px;
	background: #f0eee2;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.problem__list_item > li::before {
	content: "\e902";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	color: #fff;
	font-size: 6.0rem;
	font-family: 'danboru';
	font-weight: normal;
}
.problem__list_item > li > div {
	position: relative;
	padding: 10px;
}
.problem__catch {
	position: relative;
	padding: 25px;
	background: #f9fab1;
	border: solid 1px #f7cd2c;
}
.problem__catch::before,
.problem__catch::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.problem__catch::before {
	top: -58px;
	left: 50%;
	width: 87px;
	height: 74px;
	background-image: url(../images/top/ico_problem_arrow.png);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.problem__catch::after {
	top: 15px;
	right: -8px;
	width: 89px;
	height: 74px;
	background-image: url(../images/top/img_problem_man.png);
}
.problem__catch_ttl {
	margin: 0 0 15px;
	padding: 0 50px 0 0;
	font-size: 2.2rem;
}
.problem__catch_ttl span {
	display: inline-block;
	line-height: 1;
	margin: 0 1px;
	padding: 2px;
	background: #e39705;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.problem__list {
		padding: 20px;
	}
	.problem__list::before,
	.problem__list::after {
		height: 140px;
		background: -webkit-repeating-linear-gradient(#fff, #fff 15px, #361f0e 0, #361f0e 30px);
		background: repeating-linear-gradient(#fff, #fff 15px, #361f0e 0, #361f0e 30px);
	}
	.problem__list_item > li::before {
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 4.0rem;
	}
	.problem__list_item > li > div {
		padding: 15px 25px;
	}
	.problem__catch {
		max-width: 780px;
		margin-right: auto;
		margin-left: auto;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.problem .ttl_large span::before {
		left: -70px;
		width: 62px;
		height: 78px;
		background-image: url(../images/top/ico_problem_ttl.png);
	}
	.problem__catch {
		padding: 45px 50px;
		border-width: 2px;
	}
	.problem__catch::after {
		top: auto;
		right: -30px;
		bottom: -20px;
		width: 130px;
		height: 108px;
	}
	.problem__catch_ttl {
		padding: 0;
		font-size: 3.4rem;
		text-align: center;
	}
	.problem__catch_txt {
		text-align: center;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	コストダウンのポイント
------------------------------------------------------------*/
.costcut__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-right: -5px;
	margin-left: -5px;
}
.costcut__list > li {
	width: 33.33333%;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.costcut__list_inner {
	position: relative;
	padding: 10px 0 0;
	background: #fff;
	border: solid 1px #361f0e;
	text-align: center;
}
.costcut__list_inner::before {
	content: "";
	position: absolute;
	background: #a09f9f url(../images/common/bg_oblique_01.png);
	top: 6px;
	right: -6px;
	bottom: -6px;
	left: 6px;
	z-index: -1;
}
.costcut__list_ttl {
	font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
	.costcut__list_inner {
		margin: 0 6px 0 0;
	}
	.costcut__list_img img {
		width: 100%;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.costcut__list > li {
		width: 16.66666%;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.costcut__list_ttl {
		font-size: 2.3rem;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	選ばれる理由
------------------------------------------------------------*/
.reason {}
.reason__list {
}
.reason__list > li {
	counter-increment: reason-num;
}
.reason__list_ttl {
	position: relative;
	margin: 0 0 10px;
	padding: 5px 15px;
	border-top: solid 2px #361f0e;
	background: #f0eee2;
	font-size: 2.3rem;
	text-align: center;
}
.reason__list_ttl::before {
	content: "0"counter(reason-num);
	position: absolute;
	top: 50%;
	left: 15px;
	font-size: 2.8rem;
	letter-spacing: 3px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Barlow Condensed", sans-serif;
}
.reason__list_fig {}
.reason__list_fig img {
	display: block;
	margin: 0 auto 5px;
}
.reason__list_fig figcaption {
	color: #e39705;
	font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
	.reason__list {}
	.reason__list > li {}
	.reason__list_ttl {
		margin: 0 0 15px;
		text-align: center;
	}
	.reason__list_fig {}
	.reason__list_fig img {}
	.reason__list_fig figcaption {}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.reason__list {}
	.reason__list > li {}
	.reason__list_ttl {
		margin: 0 0 20px;
	}
	.reason__list_fig {}
	.reason__list_fig img {}
	.reason__list_fig figcaption {}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.reason__list {}
	.reason__list > li {}
	.reason__list_ttl {
	}
	.reason__list_fig {}
	.reason__list_fig img {}
	.reason__list_fig figcaption {
		font-size: 2.3rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
} /* ----- media END ----- */


/*------------------------------------------------------------
	ご注文の流れ
------------------------------------------------------------*/
.flow__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -10px;
}
.flow__list > li {
	position: relative;
	width: 100%;
	margin-top: 25px;
	counter-increment: flow-num;
}
.flow__list > li::before {
	content: "STEP.0" counter(flow-num);
	position: absolute;
	top: -18px;
	left: 15px;
	padding: 0 15px;
	background: #fff;
	font-size: 2.2rem;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: .15em;
}
.flow__list > li:not(:first-child)::after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	width: 50px;
	height: 35px;
	background: url(../images/top/ico_flow_arrow.svg) no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	z-index: 1;
}
.flow__list_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	border: solid 1px #361f0e;
}
.flow__list_img {
	width: 32%;
	padding: 0 5% 0 0;
}
.flow__list_txt {
	flex-grow: 1;
	font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
	.flow__list {
		justify-content: center;
	}
	.flow__list > li {
		width: 33.33333%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.flow__list > li::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.flow__list > li:not(:first-child)::after {
		top: 50%;
		bottom: auto;
		left: -25px;
		-webkit-transform: translate(0, -50%) rotate(0);
		transform: translate(0, -50%) rotate(0);
	}
	.flow__list_img,
	.flow__list_txt {
		width: 100%;
		text-align: center;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.flow__list > li::before {
		font-size: 2.4rem;
	}
	.flow__list > li:not(:first-child)::after {
		width: 68px;
		height: 48px;
		left: -30px;
	}
	.flow__list_inner {
		padding: 30px 15px;
	}
	.flow__list_txt {
		font-size: 2.3rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.flow__list > li {
		width: 20%;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
	.flow__list_inner {
		padding: 40px 25px 25px;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	五十嵐段ボールについて
------------------------------------------------------------*/
.aboutus__ttl {
	position: relative;
	line-height: 1.4;
	margin: 0 0 10px;
	font-size: 2.8rem;
	text-align: center;
}
.aboutus__ttl::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/common/ico_danboru_01.png) no-repeat;
	background-size: contain;
}
.aboutus__ttl_sub {
	display: block;
	font-size: 1.6rem;
}
.aboutus__area {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.aboutus__area--txt, .aboutus__area--img {
	width: 100%;
}
.aboutus__area--img {
	margin-bottom: 20px;
	text-align: center;
}
.aboutus__pro {
	display: block;
	position: relative;
	padding: 15px 80px 15px 20px;
	border: solid 1px #361f0e;
}
.aboutus__pro::before,
.aboutus__pro::after {
	content: "";
	position: absolute;
}
.aboutus__pro::before {
	right: 5px;
	bottom: -10px;
	width: 70px;
	height: 120px;
	background: url(../images/top/img_aboutus_man.png) no-repeat;
	background-size: contain;
}
.aboutus__pro::after {
	top: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent #049643 transparent transparent;
}
.aboutus__pro_ttl {
	margin: 0 0 10px;
	font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
	.aboutus__pro {
		max-width: 560px;
		margin: 0 auto;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.aboutus__ttl {
		font-size: 3.4rem;
	}
	.aboutus__ttl::before {
		width: 50px;
		height: 47px;
		margin: 0 auto 10px;
	}
	.aboutus__ttl_sub {
		font-size: 2.3rem;
	}
	.aboutus__area {
		flex-direction: row;
		margin-right: -10px;
		margin-left: -10px;
	}
	.aboutus__area--txt,
	.aboutus__area--img {
		padding-right: 10px;
		padding-left: 10px;
	}
	.aboutus__area--txt {
		width: 56%;
	}
	.aboutus__area--img {
		width: 44%;
		margin-bottom: 0;
	}
	.aboutus__pro {
		max-width: none;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.aboutus__ttl {
		margin: 0 0 30px;
	}
	.aboutus__pro {
		padding: 30px 110px 30px 35px;
	}
	.aboutus__pro::before {
		top: -30px;
		right: 15px;
		bottom: auto;
		width: 102px;
		height: 172px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1392px) {
	.aboutus__ttl {
		margin-right: -5px;
		margin-left: -5px;
	}
	.aboutus__pro::before {
		right: 45px;
	}
	.aboutus__pro_ttl {
		font-size: 2.6rem;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	各種バナー
------------------------------------------------------------*/
.banner__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	border-bottom: solid 1px #e5e3da;
	overflow: hidden;
}
.banner__item > li {
	position: relative;
	width: 50%;
	padding: 10px;
	border-top: solid 1px #e5e3da;
}
.banner__item > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	width: 1px;
	background: #e5e3da;
}

@media screen and (min-width: 768px) {
	.banner__item {
		margin: 0;
	}
	.banner__item > li {
		width: 25.83333%;
	}
	.banner__item > li:nth-child(4n),
	.banner__item > li:nth-child(4n+1) {
		width: 24.16666%;
	}
	.banner__item > li:nth-child(4n) {
		padding-right: 0;
	}
	.banner__item > li:nth-child(4n+1) {
		padding-left: 0;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.banner__item > li {
		padding: 20px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.banner__item {
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	取引実績
------------------------------------------------------------*/
.result__ttl_area {
	text-align: center;
}
.result__ttl {
	display: inline-block;
	position: relative;
	margin: 0 0 20px;
	padding: 10px 15px;
	color: #000;
	font-size: 2.8rem;
	text-align: center;
}
.result__ttl span {
	background: -webkit-linear-gradient(transparent 80%, #f7cd2c 80%);
	background: linear-gradient(rgba(0, 0, 0, 0) 80%, #f7cd2c 80%);
}
.result__ttl span::before,
.result__ttl span::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-color: #000;
	border-style: solid;
}
.result__ttl span::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
}
.result__ttl span::after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0;
}
.result__txt {
	margin: 0 0 20px;
	font-size: 1.5rem;
	text-align: center;
}
.result__note {
	text-align: right;
}

@media screen and (min-width: 768px) {
	.result__ttl {
		padding: 15px 25px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.result__ttl {
		font-size: 3.4rem;
	}
	.result__txt {
		margin: 0 0 30px;
		font-size: 1.6rem;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/
.news__list > li a {
	display: block;
	color: #9e490b;
}
.news__list > li a:hover {
	color: #e39705;
}

@media screen and (min-width: 768px) {
	.news__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.news__list > li {
		width: 33.33333%;
	}
	.news__list > li:not(:first-child) {
		border-left: none;
	}
} /* ----- media END ----- */
