@charset "UTF-8";
/* --------------------
* /user_data/hapi_orders
-------------------- */
/* main title */
.category_list_main_txt {
	background: #9E2551 url(../img/other/hapi_orders/bg_main.jpg) no-repeat 0 0 / cover;
	color: #FFF;
	position: relative;
}
	.category_list_main_txt .icon {
		position: absolute;
		top: 12px;
		left: 12px;
	}
/* main */
.page-hapiorders {
	margin: 0 auto;
	padding-top: 0;
	max-width: 810px;
	width: 100%;
}
/* common */
.btn {
	border: 1px solid #BBB;
	color: inherit;
	display: block;
	font-size: inherit;
	font-weight: bold;
	padding: .75em 1em;
	text-align: center;
}
.btn:hover {
	opacity: .6;
}
	.btn > span {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}
	.btn > span::after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border: 2px solid #000;
		border-width: 2px 2px 0 0;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		transform: scaleY(.8) rotate(45deg);
		margin-top: -5px;
	}
.item-article {
	margin-top: 48px;
}
	.item-article .item-title {
		font-size: 2.2rem;
		font-weight: bold;
	}
	.item-article .item-thumb {
		width: 300px;
		height: 200px;
	}
	.item-article .item-desc {
		line-height: 1.375;
		margin-top: 20px;
	}
	.item-article::after {
		clear: both;
		content: "";
		display: table;
	}
.item-img_r .item-btn {
	margin-top: 40px;
}
	.item-img_r .item-btn .btn {
		margin: 0 30px;
	}

/* .box-estimate */
.box-estimate {
	border: 2px solid #F7C1D6;
	border-radius: 6px;
	margin: 60px 0;
}
	.box-estimate_title {
		background: #FCEAED;
		border-radius: 6px 6px 0 0;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 1.25em 1em; 
		text-align: center;
	}
		.box-estimate_title strong {
			color: #E02D5D;
		}
.box-estimate_btn {
	padding: 28px 86px;
}
	.box-estimate_btn li {
		width: 48%;
	}
	.box-estimate_btn .btn {
		border-color: #E02D5D;
		border-width: 2px;
		font-size: 2.0rem;
	}
		.box-estimate_btn .btn span::after {
			width: 12px;
			height: 12px;
		}
.btn-estimate {
	color: #E02D5D;
}
	.btn-estimate span::after {
		border-top-color: #E02D5D;
		border-right-color: #E02D5D;
	}
.btn-estimate:hover {
	color: #E02D5D;
}
.btn-order {
	background: #E02D5D;
	color: #FFF;
}
	.btn-order span::after {
		border-top-color: #FFF;
		border-right-color: #FFF;
	}
.btn-order:hover {
	color: #FFF;
}
/* section */
.section {
	border-top: 1px solid #DDD;
	font-size: 1.6rem;
	margin-top: 56px;
	padding-top: 40px;
}
.section-title {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
}
/* about */
.item-about_large {
	width: 100%;
}
.item-about_small {
	margin-top: 8px;
	width: 49.5%;
}
/* sample */
.list-sample {
	margin: -12px;
	position: relative;
}
.list-sample li {
	margin: 12px;
	width: 184px;
}
/* step */
.section-step {
	counter-reset: step;
}
.item-step {
	counter-increment: step;
}
	.item-step .item-title::before {
		background: #E02D5D;
		border-radius: 100px;
		color: #FFF;
		content: counter(step);
		display: inline-block;
		font-size: 2.0rem;
		width: 28px;
		height: 28px;
		margin-right: 6px;
		text-align: center;
		line-height: 28px;
	}
/* material */
.item-material {
	background: #F8F8F8;
	margin-top: 40px;
	padding: 40px;
}
	.item-material .item-thumb {
		margin-top: 12px;
	}
	.item-material .item-title,
	.item-material .item-desc,
	.item-material .item-btn {
		margin-left: -332px;
		padding-left: 332px;
	}
	.item-material .item-title {
		line-height: 1;
		position: relative;
	}
	.item-material .item-title::before {
		background: #DDD;
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		margin-right: 8px;
		vertical-align: middle;
	}
	.item-material .item-title::after {
		background: #DDD;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		margin-top: 16px;
	}
	.item-material .item-btn {
		margin-top: 24px;
	}
		.item-material .item-btn .btn {
			border: 1px solid #BBB;
			border-radius: 4px;
			color: #000;
			font-weight: bold;
			padding: .75em 1em;
			text-align: center;
		}
.table-material {
	border: 1px solid #DDD;
	width: 100%;
}
	.table-material th,
	.table-material td {
		text-align: center;
	}
	.table-material thead th {
		background: #EAEAEA;
		font-size: 1.4rem;
		line-height: 1.4;
	}
		.table-material thead th img {
			display: block;
			width: 167px;
			max-width: none;
		}
		.table-material thead th p {
			padding: 1em;
		}
	.table-material thead th + th {
		border-left: 1px solid #FFF;
	}
	.table-material tbody th,
	.table-material tbody td {
		border: 1px solid #DDD;
		padding: .75em;
	}
	.table-material tbody tr:nth-child(odd) th,
	.table-material tbody tr:nth-child(odd) td {
		background: #F8F8F8;
	}

/* size */
.sp_slide_table {
	margin-top: 40px;
}
.table-size {
	border: 1px solid #BBB;
}
	.table-size th,
	.table-size td {
		padding: .75em 1em;
		text-align: center;
	}
	.table-size th {
		color: #484848;
	}
	.table-size td {
		border-left: 1px solid #DDD;
	}
	.table-size thead th {
		background: #EAEAEA;
	}
	.table-size thead td,
	.table-size tbody th {
		background: #F4F4F4;
	}
	.table-size tbody th,
	.table-size tbody td {
		border-top: 1px solid #DDD;
	}
	.table-size td span {
		font-size: 1.2rem;
	}


@media print, screen and (min-width: 768px) {
	.item-img_r .item-thumb {
		float: right;
	}
	.item-img_r .item-title,
	.item-img_r .item-desc,
	.item-img_r .item-btn {
		float: left;
		width: 100%;
		margin-right: -336px;
		padding-right: 336px;
	}
	.item-img_l .item-thumb {
		float: left;
	}
	.item-img_l .item-title,
	.item-img_l .item-desc,
	.item-img_l .item-btn {
		float: right;
		width: 100%;
		margin-left: -336px;
		padding-left: 336px;
	}
}
@media only screen and (max-width: 767px) {
	.category_list_main_txt .icon {
		top: 10px;
		left: 10px;
		width: 100px;
	}
	/* common */
	.item-article {
		margin-top: 24px;
	}
	.item-article .item-title {
		font-size: 1.8rem;
	}
	.item-article .item-thumb {
		width: 100%;
		height: auto;
		margin-top: 1em;
	}
	.item-article .item-desc {
		margin-top: 1em;
	}
	.item-img_r .item-btn {
		margin-top: 1.5em;
	}
	.item-img_r .item-btn .btn {
		margin: 0;
	}
	.box-estimate {
		margin: 32px 0;
	}
	.box-estimate_title {
		font-size: 1.6rem;
	}
	.box-estimate_btn {
		padding: 12px 24px;
		flex-wrap: wrap;
	}
		.box-estimate_btn li {
			margin: 8px 0;
			width: 100%;
		}
		.box-estimate_btn .btn {
			font-size: 1.6rem;
		}
	/* section */
	.section {
		margin-top: 40px;
		padding-top: 32px;
	}
	.section-title {
		font-size: 2.0rem;
		line-height: 1.2;
		margin-bottom: 24px;
	}
	/* about */
	.item-about_small {
		width: 100%;
	}
	/* sample */
	.list-sample {
		margin: -1%;
	}
	.list-sample li {
		width: 31%;
		margin: 1%;
	}
	/* material */
	.item-material {
		margin-top: 24px;
		padding: 32px 20px;
	}
	.sp_slide_table .table-material {
		width: auto;
	}
	.table-material th img {
		width: 140px;
		max-width: none;
	}
	/* size */
	.sp_slide_table {
		margin-top: 24px;
	}
	.size-image { justify-content:  center !important;}
	.size-image span { display: block; }
	.size-image span + span { margin-top: 1em; }
}