@charset "UTF-8";
/* --------------------
* /user_data/list_wappen
-------------------- */
/* main title */
.category_list_main_txt {
	color: #FFF;
	position: relative;
}
	.category_list_main_txt .icon {
		position: absolute;
		top: 12px;
		left: 12px;
	}

/* main */
.feature-main.common_base_block {
	margin: 0 auto;
	padding-top: 0;
	overflow: hidden;
	max-width: 810px;
}
/* section */
.feature-main .section {
	border-top: 1px solid #DDD;
	font-size: 1.6rem;
	margin-top: 56px;
	padding-top: 40px;
}
	.feature-main .section .section-title {
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 40px;
	}
/* banner */
.item-banner_large {
	width: 100%;
}
.item-banner_small {
	margin-top: 8px;
}
/* btn */
.feature-main .btn {
	background: #FFF;
	border: 1px solid #BBB;
	color: inherit;
	display: block;
	font-size: inherit;
	font-weight: bold;
	margin: 0 auto;
	max-width: 100%;
	padding: .75em 1em;
	text-align: center;
}
.feature-main .btn:hover {
	opacity: .6;
}
	.feature-main .btn > span {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}
	.feature-main .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;
	}
.feature-main .link-btn {
	text-align: center;
}
	
/* label */
.feature-main .item-label_orange {
	font-weight: bold;
	text-align: center;
}
.feature-main .item-label_orange::after {
	background: #F8D9B6;
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 16px auto;
}
/* about */
.feature-main .item-about {
	margin-top: 16px;
	align-items: center;
}
	.feature-main .item-about .item-thumb {
		width: 300px;
		height: 200px;
		flex-shrink: 0;
	}
	.feature-main .item-about .item-title {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.feature-main .item-about .item-title::before {
		background: url(../img/list_wappen/icon_check.png) no-repeat 0 0 / contain;
		content: "";
		display: inline-block;
		width: 22px;
		height: 17px;
		margin-right: 6px;
	}
	.feature-main .item-about .item-desc {
		line-height: 1.375;
		margin-top: 1em;
	}
/* reason */
.feature-main .block-reason {
	flex-wrap: wrap;
	margin: -4px;
	position: relative;
}
	.feature-main .block-reason .item {
		background: #FCF6EF;
		font-weight: bold;
		margin: 4px;
		padding: 24px;
		text-align: center;
	}
	.feature-main .block-reason .item-label {
		font-size: 2.2rem;
	}
	.feature-main .block-reason .item-desc {
		line-height: 1.25;
	}
	.feature-main .block-reason .item-thumb {
		margin-top: 1em;
	}

/* sample */
.feature-main .list-sample {
	margin: -20px -12px;
	position: relative;
}
	.feature-main .list-sample li {
		margin: 20px 12px;
		width: 184px;
	}
	.feature-main .list-sample .name {
		margin-top: 1em;
	}

@media print, screen and (min-width: 768px) {
	.feature-main .item-about {
		flex-wrap: nowrap !important;
	}
	.feature-main .item-img_r .item-thumb {
		margin-left: 32px;
		order: 2;
	}
	.feature-main .item-img_l .item-thumb {
		margin-right: 32px;
	}
	.feature-main .link-btn {
		margin-top: 48px;
	}
		.feature-main .link-btn .btn {
			display: inline-block;
			min-width: 50%;
		}
	.flex-nowrap {
		flex-wrap: nowrap !important;
	}
}
@media only screen and (max-width: 767px) {
	.category_list_main_txt .icon {
		top: 10px;
		left: 10px;
		max-width: 60%;
	}
	.feature-main .link-btn {
		margin-top: 2em;
	}
	/* about */
	.feature-main .item-about {
		flex-wrap: wrap;
	}
	.feature-main .item-about .item-title {
		font-size: 1.8rem;
		margin-top: 1em;
	}
	.feature-main .item-about .item-thumb {
		width: 100%;
		height: auto;
	}
	/* section */
	.feature-main .section {
		margin-top: 40px;
		padding-top: 32px;
	}
	.feature-main .section-title {
		font-size: 2.0rem;
		line-height: 1.2;
		margin-bottom: 24px;
	}
	/* banner */
	.feature-main .item-banner_small {
		width: 100%;
	}
	/* sample */
	.feature-main .list-sample {
		margin: -1%;
	}
		.feature-main .list-sample li {
			width: 31%;
			margin: 1%;
		}
}
/* color */
.fill-gray {
	background: #F8F8F8;
}
.fc-red {
	color: #F70000;
}
/* flexbox */
.flex-wrap {
	flex-wrap: wrap;
}
.grid-gutter_4 {
	margin-right: -4px;
	margin-left: -4px;
	position: relative;
}
	.grid-gutter_4 > div {
		padding-right: 4px;
		padding-left: 4px;
	}
.grid-gutter_8 {
	margin-right: -8px;
	margin-left: -8px;
	position: relative;
}
	.grid-gutter_8 > div {
		padding-right: 8px;
		padding-left: 8px;
	}
.grid-gutter_14 {
	margin-right: -14px;
	margin-left: -14px;
	position: relative;
}
	.grid-gutter_14 > div {
		padding-right: 14px;
		padding-left: 14px;
	}
/* table */
.table-cost {
	border: 1px solid #BBB;
	margin: 0 0 12px;
}
	.table-cost th {
		background: #F4F4F4;
	}
	.table-cost th,
	.table-cost td {
		padding: .5em;
		text-align: center;
	}
	.table-cost tr + tr th, 
	.table-cost tr + tr td {
		border-top: 1px solid #DDD;
	}
	.table-cost .price {
		font-size: 1.8rem;
}
.block-note {
	margin: 2.5em 0 2em;
}
.block-note_title {
	font-size: 2.0rem;
	margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
	.table-cost {
		width: 100%;
	}
	.cell {
		width: 100%;
	}
	.cell + .cell {
		margin-top: 1em !important;
	}
}

/* ------------------------------
/user_data/list_wappen
------------------------------ */
.page-list_wappen .category_list_main_txt {
	background: #00908E url(../img/list_wappen/bg_main.jpg) no-repeat 0 0 / cover;
}
/* type */
.page-list_wappen .block-type.ec-grid2 {
	flex-wrap: wrap;
	margin: -12px;
	position: relative;
}
	.page-list_wappen .block-type .item {
		background: #F8F8F8;
		margin: 12px;
		padding: 32px;
	}
	.page-list_wappen .block-type .item-catch {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.22;
	}
	.page-list_wappen .block-type .item-thumb {
		margin: 24px 0;
	}
	.page-list_wappen .block-type .item-name {
		font-size: 2.0rem;
		font-weight: bold;
	}
	.page-list_wappen .block-type .item-price {
		color: #F70000;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1;
		margin-top: .5em;
	}
		.page-list_wappen .block-type .item-price .num {
			font-size: 2.6rem;
		}
		.page-list_wappen .block-type .item-price .small {
			font-size: 1.8rem;
		}
		.page-list_wappen .block-type .item-price .note {
			font-size: 1.4rem;
			font-weight: normal;
		}
	.page-list_wappen .block-type .item-desc {
		border-top: 1px solid #DDD;
		line-height: 1.375;
		margin-top: 1em;
		padding-top: 1em;
	}
/* ------------------------------
/user_data/embroidery2
------------------------------ */
.page-embroidery2 .category_list_main_txt {
	background: #0163AC url(../img/other/processing/embroidery2/bg_main.jpg) no-repeat 0 0 / cover;
}
.page-embroidery2 .block-embroidery,
.page-embroidery2 .block-font {	
	margin-top: 2em;
	padding: 32px;
}
.page-embroidery2 .block-title {
	border-bottom: 1px solid #DDD;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 1.25em;
	padding-bottom: 16px;
}
.page-embroidery2 .block-title::before {
	background: #BBB;
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	vertical-align: middle;
}
	.page-embroidery2 .block-embroidery .item {
		background: #FFF;
		padding: 24px;
	}
	.page-embroidery2 .block-embroidery .item-label_orange {
		font-size: 1.8rem;
	}
	.page-embroidery2 .block-embroidery .item-label_orange::after {
		margin: 12px auto 16px;
	}
	.page-embroidery2 .block-embroidery .ec-grid2 {
		margin: 0 -12px;
		position: relative;
	}
	.page-embroidery2 .block-embroidery .ec-grid2__cell {
		margin: 0 12px;
	}
.page-embroidery2 .block-font {
	margin-bottom: 2.5em;
}
	.page-embroidery2 .block-font .ec-grid2 {
		margin-top: 2em;
	}
	.page-embroidery2 .block-font .item {
		padding: 0 16px;
		text-align: center;
	}
	.page-embroidery2 .block-font .item:nth-child(n+2) {
		border-left: 1px solid #DDD;
	}
	.page-embroidery2 .block-font .item-name {
		background: #777;
		border: 1px solid #707070;
		border-radius: 4px;
		color: #FFF;
		display: block;
		line-height: 1.875;
		margin: 0 auto 16px;
		max-width: 248px;
	}
	.page-embroidery2 .block-font_font {
		background: #FFF;
		padding: 32px 16px;
	}
.page-embroidery2 .block-original {
	margin-top: 2.5em;
	justify-content: space-between;
}
	.page-embroidery2 .block-original .block-original_title {
		border-bottom: 1px solid #707070;
		font-size: 2.0rem;
		font-weight: bold;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
	.page-embroidery2 .block-original .block-original_btn {
		margin-top: 2em;
	}
	.page-embroidery2 .block-original .block-original_btn p + p {
		margin-top: 1em;
	}
@media print, screen and (min-width: 768px) {
	.page-embroidery2 .block-font .ec-grid2__cell:nth-child(n+2) .item {
		border-left: 1px solid #DDD;
	}
	.page-embroidery2 .block-original .block-original_thumb {
		width: 43.2%;
	}
}
@media only screen and (max-width: 767px) {
	.page-embroidery2 .block-font_font .flexbox:first-child {
		flex-wrap: nowrap;
	}
	.page-embroidery2 .block-original .block-original_thumb {
		margin-top: 1em;
	}
}