/*

▼共通認識
1.ec-cubeのスタイルは「ec-」で始まる。デフォルトのcssを編集すると、
　意外なところで不具合が起きるので基本編集しない。
　スタイルを打ち消す場合は「gc-」で始まる同名のソースをgluecode-xxx.cssに記述する。
2.gluecode-base.cssは、全体共通で使用するソース
3.gluecode-top.cssは、TOPページで使用するソース
4.gluecode-common.css、下層ページで使用するソース
5.スマホのブレイクポイントはデフォルトに合わせ「max-width:767px」
6.divなど大きい順番は block > box
7.iosでhoverがあるとタップ2回必要なバグがあるので、hoverは「min-width: 1025px」以上のみに適用する。
8.inputやselectなどのフォーム関連のソースはiphoneでは16px以上無いとズームしてしまう。
　使いづらいので、font-size: 1.6rem;以上に設定する。 transform: scale(0.8);を入れると吉。

*/


/* ---------------------------------------------------------------- */
/* common 打ち消し等 */
/* ---------------------------------------------------------------- */

/* ----------------------------------------- */
/* layout */

.common_base_block{
	position: relative;
	max-width: 1090px;
	margin: 0 auto;
	padding: 40px 0 0px;
}

.common_base_box{
	position: relative;
	max-width: 1054px;
	margin: 0 auto;
	padding: 0px 0px 70px;
}

/* ----------------------------------------- */
/* title */

.ttl_style_02 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
	letter-spacing: .02em;
	padding-bottom: 13px;
	border-bottom: 1px solid #BBB;
	margin-bottom: 40px;
	line-height: 1.1;
}

.ttl_style_03 {
	font-size: 2.3rem;
	letter-spacing: .02em;
	font-weight: bold;
	margin-bottom: 30px;
}

.ttl_style_04 {
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	color: #222;
	padding: 0px 16px;
	margin: 32px 0px 18px;
}

.ttl_style_04::before {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	content: "";
	background: #eed077;
	width: 5px;
	height: 100%;
}

.ttl_style_05 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #EC7A00;
	padding:12px 16px;
	margin-bottom: 18px;
}

.ttl_style_06 {
    font-size: 2.3rem;
    font-weight: bold;
	background: #EEEBE4;
    padding: 15px;
	line-height: 1.3em;
	margin-bottom: 1.4em;
}

.ttl_style_07 {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	letter-spacing: .02em;
	padding-bottom: 10px;
	border-bottom: 1px solid #D8CCB0;
	margin-bottom: 1em;
	line-height: 1.3em;
}

.ttl_h3_simple {
	font-size: 1.571em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* ----------------------------------------- */
/* link */

.page_link_style_01 {
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

.page_link_style_01 li {
	margin: 0px 6px 8px;
}

.page_link_style_01 a {
	display: block;
	position: relative;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 8px 34px 8px 24px;
	background: #EEEBE4;
}

.page_link_style_01 a::after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	font-weight: 700;
	content:"\f107";
	font-family: "Font Awesome 5 Free";
}

.page_link_style_02{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
	-ms-align-items:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	margin: 0px auto;
}

.page_link_style_02 li{
	min-width: 230px;
	margin: 0px 8px 12px;
}

.page_link_style_02 a{
	position: relative;
	display: block;
	border: 2px solid #333;
	padding: 16px 34px 16px 18px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.page_link_style_02 a::after{
	position: absolute;
	display:inline-block;
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	top: 50%;
	margin-top: -12px;
	right: 12px;
}

.page_bottom_linkbox{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #EFB60C;
	text-align: center;
	margin-bottom: -40px;
}

.page_bottom_linkbox .inner_box{
	width: 1090px;
	margin: 0px auto;
	padding: 50px 0px 70px;
}

.page_bottom_linkbox .inner_box h2{
	font-size:2.2rem;
	color: #fff;
	padding-bottom: 30px;
	font-weight: 600;
}

.page_bottom_linkbox .inner_box ul li{
	margin: 0px 20px;
	max-width: 420px;
	width: 100%;
}

.page_bottom_linkbox .inner_box ul li a{
	display: block;
	padding: 60px 26px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
}
.page-embroidery_patch .page_bottom_linkbox .inner_box ul li a {
    width: 335px;
}
a > img {
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a > img:hover {
	opacity: .8;
}
/* ----------------------------------------- */
/* table */

.table_style_01{
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #eee;
}
.table_style_01 thead th{ background: #d1debf; border-right: 1px solid #bccba6;}
.table_style_01 thead td{ background: #eeebe4; border-right: 1px solid #e0dcd1;}
.table_style_01 tbody th{ background: #edf3e5; border-right: 1px solid #cddabc;}
.table_style_01 th{min-width: 70px;}
.table_style_01 th,
.table_style_01 td{
	padding: 12px 14px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
}

.table_style_01 td .price_red{
	color: #ff0000;
	font-size: 1.7rem;
	font-weight: bold;
}


.sp_slide_table{
	overflow: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 18px;
}

.sp_slide_table::-webkit-scrollbar{height:4px;}
.sp_slide_table::-webkit-scrollbar-track{background: #ccc;}
.sp_slide_table::-webkit-scrollbar-thumb {background: #888;}


/* ----------------------------------------- */
/* other */

.ec-layoutRole .gc-layoutRole__contents .ec-role{
	color: #000;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

.ec-layoutRole .gc-layoutRole__contents{
	position: relative;
	max-width: 1090px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole,
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole,
.ec-layoutRole .gc-layoutRole__contents .ec-role{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1090px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs {
	border-top: 1px solid #DDD;
	margin-bottom: 40px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dl {
	padding: 24px 0px 23px;
	border-bottom: 1px solid #DDD;
}
.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dt{ padding: 0px; color: #EC7A00;}
.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dd{ line-height: 2.2rem;}

.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dd .errored + .error_required,
.gc_required_address.errored .error_required {
	display: block;
	color: #ff0000;
	margin: 4px 0px 16px;
	padding: 8px 12px;
	background: #fcc;
	border-radius: 6px;
	font-weight: 700;
}
.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dd .underline{border-bottom: 2px solid #EC7A00;}

.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs.no_orange_color dt {
	color: #000;
	font-size: 1.4rem;
	padding-top: 10px;
}

.registration_page .ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dt{ color: #333;}

.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dt .ec-required{
	padding: 2px 6px 1px;
	border-radius: 3px;
	font-size: 1.1rem;
	font-weight: bold;
	border: 1px solid #D32F2F;
	color: #D32F2F;
	margin-left: 10px;
}

.registration_page .ec-layoutRole .gc-layoutRole__contents form .ec-borderedDefs{
	margin-top: 40px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-role{padding-bottom: 40px;}

.ec-layoutRole .gc-layoutRole__contents .print_tax{
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff0000;
	margin:6px 0px;
}

.common_key_visual_box{
	margin: -20px 0px 40px;
}

.font_size_180{
	font-size: 1.7rem;
	line-height: 2.4rem;
}

.common_key_visual_box{
	margin: 0 0px 40px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-input + .ec-input {
	margin-top: 16px;
}

.ec-layoutRole .gc-layoutRole__contents input {
	margin-bottom: 0;
	font-size: 1.4rem;
	font-family: inherit;
	font-weight: 500;
	padding: 6px 14px;
}
.ec-layoutRole .gc-layoutRole__contents select {
	-webkit-appearance: none;
	appearance: none;
	height: 40px;
	padding-right: 37px;
	padding-left: 15px;
	background: #F8F8F8 url(../icon/form-select.svg) no-repeat right center;
}
.ec-layoutRole .gc-layoutRole__contents select::-ms-expand {
	display: none;
}

.ec-layoutRole .gc-layoutRole__contents .ec-zipInputHelp {
	margin-bottom: 14px;
	margin-left: 12px;
	vertical-align: -3px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-zipInput span {
	padding: 0 11px 0 0;
	margin-left: 0;
	color: #999;
	font-size: 1.4rem;
}
.ec-layoutRole .gc-layoutRole__contents .ec-zipInput input {
	max-width: 131px;
	font-size: 16px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-zipInputHelp .ec-zipInputHelp__icon {
	width: 27px;
	height: 27px;
	background: #000;
	margin-right: 10px;
	top: -8px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
	width: 12px;
	height: auto;
	left: 7px;
	top: 4px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-zipInput + .ec-select {
	margin-bottom: 30px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-halfInput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ec-layoutRole .gc-layoutRole__contents .ec-halfInput input[type='text'] {
	width: 48.639%;
	margin-left: 2.722%;
}
.ec-layoutRole .gc-layoutRole__contents .ec-halfInput input[type='text']:first-child {
	margin-left: 0;
}

@media only screen and (min-width: 768px) {
	.ec-layoutRole .gc-layoutRole__contents .ec-off3Grid .ec-off3Grid__cell {
		width: 44.761%;
		margin: 0 auto;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-customerRole .ec-off3Grid .ec-off3Grid__cell {
		margin-left: 30%;
	}
}

@media print, screen and (max-width: 767px) {
	.ec-layoutRole .gc-layoutRole__contents {
		margin: 0 4.444%;
		width: auto;
	}
	
	.common_base_block{
		padding: 26px 0 0;
	}

	.common_base_box{padding: 0 2% 36px;}

	.ttl_style_02 {
		font-size: 2.2rem;
		line-height: 1.3;
		padding: 0 0 6px;
		margin-bottom: 20px;
	}

	.ttl_style_03 {
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: 17px;
	}

	.page_link_style_02 li{ width: 300px; min-width: 44%; margin: 0px 2% 12px;}
	.page_link_style_02 li a{font-size: 1.6rem;}

	.ttl_style_05{
		font-size: 1.7rem;
		background: #EC7A00;
		padding: 8px 2%;
		margin-bottom:12px;
	}

	.ttl_style_06 {
		font-size: 1.9rem;
	}
	
	.ttl_style_07 {
		font-size: 1.8rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-role{padding-bottom: 30px;}

	.sp_slide_table{
		width: 106.6%;
		margin-right: -6.6%;
	}

	.sp_slide_table table{
		width: 93.4%;
	}

	.page_bottom_linkbox{
		margin-bottom: -30px;
	}
	.page_bottom_linkbox .inner_box{
		width: 100%;
		padding: 50px 4% ;
	}
	.page_bottom_linkbox ul {
		display: block;
	}
	.page_bottom_linkbox .inner_box ul li {
		margin-bottom: 20px;
	}
	.page_bottom_linkbox .inner_box ul li:last-child {
		margin-bottom: 0;
	}
	.page_bottom_linkbox .inner_box ul li a{
		width: 100%;
		padding: 42px 6%;
	}
	.page-embroidery_patch .page_bottom_linkbox .inner_box ul li a {
		width: 100%;
	}
	.font_size_180{
		font-size: 1.6rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs {
		border-top: 0;
		margin-bottom: 32px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dl {
		padding-top: 21px;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs.no_orange_color dt {
		padding-top: 0;
		padding-bottom: 4px;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-borderedDefs dt .ec-required{
		padding: 0 5px;
		font-size: 1rem;
		margin-left: 6px;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-halfInput input[type='text']:first-child:last-child {
		width: 100%;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-zipInput input {
		width: 131px;
	}
}

@media print, screen and (max-width: 320px) {
	.ec-layoutRole .gc-layoutRole__contents .ec-zipInput input {
		width: 36.388vw;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-zipInputHelp {
		margin-left: 3.333vw;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-zipInputHelp .ec-zipInputHelp__icon {
		width: 7.5vw;
		height: 7.5vw;
		margin-right: 2.777vw;
		top: -2.222vw;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
		width: 3.333vw;
		left: 1.944vw;
		top: 1.111vw;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-zipInput span {
		font-size: 3.888vw;
		padding-right: 3.055vw;
	}
}

/* ----------------------------------------- */
/* pankuzu */

.gc-layoutRole__contents .ec-searchnavRole__topicpath {
	position: relative;
	overflow: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 15px 0 28px;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	z-index: 3;
}


.gc-layoutRole__contents .ec-topicpath {
	display: table;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0;
	border-top: none;
	color: #666;
}
.gc-layoutRole__contents .ec-topicpath__item {
	display: table-cell;
	text-align: left;
}
.gc-layoutRole__contents .ec-topicpath__item a {
	transition: opacity .3s;
}
.gc-layoutRole__contents .ec-topicpath__item a:hover {
	opacity: .6;
}
.gc-layoutRole__contents .ec-topicpath__item + .ec-topicpath__item {
	padding-left: 24px;
	position: relative;
}
.gc-layoutRole__contents .ec-topicpath__item + .ec-topicpath__item::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 7px;
	top: 4px;
}
.gc-layoutRole__contents .ec-topicpath__item a {
	color: #666;
}

@media print, screen and (min-width: 768px) {
	.gc-layoutRole__contents .ec-searchnavRole__topicpath::-webkit-scrollbar{height:4px;}
	.gc-layoutRole__contents .ec-searchnavRole__topicpath::-webkit-scrollbar-track{background: #ccc;}
	.gc-layoutRole__contents .ec-searchnavRole__topicpath::-webkit-scrollbar-thumb {background: #888;}
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 767px) {
	.gc-layoutRole__contents .ec-searchnavRole__topicpath {
		padding: 12px 4.872%;
		margin: 0 -4.872% 5px;
	}

	.gc-layoutRole__contents .ec-topicpath {
		font-size: 1.1rem;
		border-bottom: 0;
	}
	.gc-layoutRole__contents .ec-topicpath__item a:hover {
		opacity: 1;
	}
	.gc-layoutRole__contents .ec-topicpath__item + .ec-topicpath__item {
		padding-left: 24px;
	}
	.gc-layoutRole__contents .ec-topicpath__item + .ec-topicpath__item::before {
		top: 4px;
	}
}


/* ----------------------------------------- */
/* pageHeader */

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader{
	width: 100vw;
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	align-items:center;
	-webkit-align-items:center;
	align-content:center;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 315px;
	font-size: 2.8rem;
	background: #EEEBE4 url(../img/common/category_ttl_bg.jpg) no-repeat right bottom;
	text-align: center;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader .ttl_sub_txt{
	padding-top: 20px;
	margin-bottom: -20px;
	font-size: 1.4rem;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader .ttl_sub_txt02{
	padding-bottom: 10px;
	margin-top: -10px;
	font-size: 1.5rem;
}

.product_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader,
.other_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader.item_list_page_ttl{height: 160px;}
.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader{height: 160px;}

.ec-pageHeader .gc-custom {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	color: #E95517 !important;
	line-height: 1.3;
	font-weight: bold;
}
.ec-pageHeader .gc-custom.w100,
.ec-pageHeader .gc-custom.w100 + .gc-custom {
	width: 100%;
}

.ec-pageHeader .gc-exbig {
	font-size: 5.5rem;
}

.ec-pageHeader .gc-big {
	font-size: 4.4rem;
}

.ec-pageHeader .gc-large {
	font-size: 3.4rem;
}

.ec-pageHeader .gc-middle {
	font-size: 3rem;
}

.ec-pageHeader .gc-small {
	font-size: 2.2rem;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader.gc-header_auto {
	height: auto !important;
	max-height: none !important;
	padding-top: 1em !important;
	padding-bottom: .75em !important;
}
.ec-pageHeader.gc-header_auto .gc-header_desc {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 1em;
}


@media screen and (max-width: 768px) {
	.ec-pageHeader .gc-small {
		font-size: 1.4rem;
	}

	.ec-pageHeader .gc-exsmall {
		font-size: 1rem;
	}

	.ec-pageHeader.gc-header_auto .gc-header_desc {
		font-size: 1.2rem;
		margin-top: .75em;
		text-align: left;
	}
}

@media screen and (max-width: 870px) and (min-width: 768px) {
	.ec-pageHeader .gc-normal {
		font-size: 2.9rem;
	}

}

@media screen and (max-width: 1070px) and (min-width: 768px) {
	.ec-pageHeader .gc-coat {
		line-height: 1.2;
	}
}

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader h1{
	border-bottom: none;
	font-size: 3.4rem;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader h1:nth-last-child(3) span:not(:first-child),
.ec-pageHeader .gc-custom.w100 span,
.ec-pageHeader .gc-custom.w100 + .gc-custom span {
	font-size: 1.6rem;
}
.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader h1:nth-last-child(3) span:not(:first-child),
.ec-pageHeader .gc-custom.w100 > span,
.ec-pageHeader .gc-custom.w100 + .gc-custom > span {
	display: inline-block;
	padding: 7px 32px;
	border-radius: 16px;
	background: #efb60c;
	margin-bottom: 14px;
	margin-bottom: 6px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader .wappen_img{
	display: none;
	position: absolute;
	top: 38px;
	left: 50%;
	width: 1090px;
	text-align: left;
	margin-left: -545px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader .wappen_img img{
	width: 229px;
	margin-left: -120px;
}


/* ----------------------------------------- */
/* page other */

.ec-layoutRole .gc-layoutRole__contents .ec-off1Grid .ec-off1Grid__cell{
	width: 77.064%;
	margin: 33px auto;
}

.ec-layoutRole .gc-layoutRole__contents .ec-off1Grid .ec-off1Grid__cell .mb{
	margin-bottom: 40px;
}


/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 767px) {

	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader{height:170px;}
	.product_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader,
	.other_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader.item_list_page_ttl{
		min-height: 120px;
		max-height: 160px;
		height: auto;
	}

	.other_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader,
	.other_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader.item_list_page_ttl,
	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader{
		background-size: 180px auto;
		font-size: 2.4rem;
		padding: 0px 5%;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader h1{
		border-bottom: none;
		border-top: none;
		font-size: 2.4rem;
	}

	.ec-pageHeader .gc-large {
		font-size: 2.4rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-off1Grid .ec-off1Grid__cell{
		width: 100%;
		margin: 23px auto;
	}
}


@media print, screen and (max-width: 480px) {

	.other_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader,
	.product_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader,
	.other_page .ec-layoutRole .gc-layoutRole__contents .ec-pageHeader.item_list_page_ttl,
	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader{
		background-size: 130px auto;
		font-size: 1.8rem;
		height: 130px;
		min-height:130px;
		max-height: 220px;
		padding: 26px 5%;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader .ttl_sub_txt{
		padding-top: 10px;
		margin-bottom: -10px;
		font-size: 1.2rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader .ttl_sub_txt02{
		padding-bottom: 6px;
		margin-top: -6px;
		font-size: 1.3rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader h1{font-size: 1.8rem;}
	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader h1:nth-last-child(3) span:not(:first-child){font-size: 1.3rem;}
	.ec-pageHeader .gc-large {
		font-size: 1.8rem;
	}

}

/* ---------------------------------------------------------------- */
/* list_top */
/* ---------------------------------------------------------------- */
.list_top .ec-layoutRole .ec-layoutRole__main {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}
.list_top .ec-layoutRole__mainTop {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}
.list_top .list_top_ttl_h1 {
	font-size: 2.6rem;
    letter-spacing: .03em;
    font-weight: bold;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}
.list_top .list_top_content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}
.list_top_content {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 20px 0px 50px;
}
.gc-layoutRole__contents .list_top_leftmenu{
	width: 240px;
	padding-top: 2px;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box {
	border: 1px solid #CCC;
	border-radius: 4px;
	margin-bottom: 24px;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dt {
	border-bottom: 1px solid #CCC;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 12px 9px;
	min-height: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dt span {
	font-size: 1.5rem;
	display: inline-block;
	line-height: 1.25;
	padding: 5px 6px 2px;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dt img {
	display: inline-block;
	width: 33px;
	margin-right: 7px;
	vertical-align: -12px;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > ul {
	border-bottom: 1px solid #CCC;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd:last-child > ul:last-child {
	border: 0;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > ul > li {
	border-bottom: 1px solid #EAEAEA;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > ul > li:last-child {
	border-bottom: 0;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > ul > li > a {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 12px 15px 11px;
	transition: opacity .3s;
}
.gc-layoutRole__contents .list_top_leftmenu .category_box_all a {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 16px 15px 16px 28px;
	position: relative;
	transition: opacity .3s;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > ul > li > a:hover,
.gc-layoutRole__contents .list_top_leftmenu .category_box_all a:hover {
	opacity: .6;
}
.gc-layoutRole__contents .list_top_leftmenu .category_box_all a::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #484848;
	border-right: 1px solid #484848;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -4px;
	transition: left .3s;
}
.gc-layoutRole__contents .list_top_leftmenu .category_box_all a:hover::before {
	left: 10px;
}

.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > .category_list_color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 11px;
	border: 0;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > .category_list_color > li {
	width: 28px;
	border: 0;
	margin: 4px;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box dd > .category_list_color > li a {
	padding: 0;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box .form-row {
	padding: 19px 15px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box .form-row .ec-numberInput {
	display: inline-block;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box .form-row .ec-numberInput input {
	width: 76px;
	height: 24px;
	border-radius: 3px;
	margin: 0 5px 0 0;
	padding: 5px;
	display: inline-block;
	vertical-align: 4px;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box .form-row button {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	font-family: inherit;
	width: 132px;
	background: #777;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	border-radius: 15px;
	margin: 18px 0 0;
	padding: 7px 5px;
	transition: opacity .3s;
}
.gc-layoutRole__contents .list_top_leftmenu .inner_box .form-row button:hover {
	opacity: .6;
}
.gc-layoutRole__contents .list_top_leftmenu #preference {
	text-align: left;
	margin: -4px 0 -7px;
}
.gc-layoutRole__contents .list_top_leftmenu #preference label {
	font-weight: 500;
}
.gc-layoutRole__contents .list_top_leftmenu #preference > div + div {
	margin-top: 5px;
}
.gc-layoutRole__contents .list_top_leftmenu #preference input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #DDD;
	vertical-align: -3px;
	margin-right: 5px;
	position: relative;
}
.gc-layoutRole__contents .list_top_leftmenu #preference input[type="checkbox"]:checked:before {
	content: '';
	display: block;
	border-left: 2px solid #484848;
	border-bottom: 2px solid #484848;
	width: 10px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 3px;
	top: 4px;
}
.list_top_leftmenu_banner > p + p {
	margin-top: 24px;
}

.list_top_block{width: 750px; margin-right: -20px;}

.list_top_block li{
	width: 230px;
	margin: 0px 20px 20px 0px;
}

.list_top_block li:first-child{
	width: 480px;
	margin: 0px 20px 20px 0px;
}

.list_top_block li a{
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	border: 1px solid #ccc;
	text-align: center;
	padding: 26px 0px 18px;
	border-radius: 4px;
	height: 100%;
}

.list_top_block li a img{
	max-width: 72%;
	max-height: 130px;
	margin: 0px auto;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
}

.list_top_block li a p { width: 100%; padding-top: 18px;}

.ec-fgc-item-ttlont-bold {
	font-size: 2.2rem;
	font-weight: bold;
}
.ec-fgc-item-ttlont-bold + span {
	font-weight: bold;
}

.category_list_main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 38px;
}
.category_list_main_txt {
	width: 670px;
	padding: 8px 56px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
	background-color: #EEEBE4;
}
.category_list_main_ttl {
	width: 100%;
	border-bottom: 1px solid #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 14px;
	margin-bottom: 34px;
}
.category_list_main_ttl h1 {
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: .025em;
	padding-bottom: 2px;
}
.category_list_main_ttl p {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 9px;
	letter-spacing: .025em;
}
.category_list_main_txt h2 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: .025em;
}
.category_list_main_txt .category_list_main_ttl + p {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: .025em;
	line-height: 1.2;
}
.category_list_main_txt > p {
	width: 100%;
	line-height: 1.5;
	letter-spacing: .025em;
}
.category_list_main_txt .category_list_main_ttl + .category_list_main_desc {
	font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
	.category_list_main_img img{
		width: 420px;
		height: 280px;
		object-fit: cover;
	}
}

.category_id2 .category_list_main .category_list_main_txt {
	background: #4B5C93 url("/html/template/default/assets/img/category/cap/img_main_bg.jpg");
	color: #FFF;
}
.category_id154 .category_list_main .category_list_main_txt {
	background: #4B5C93 url("/html/template/default/assets/img/category/staff/img_main_bg.jpg");
	color: #FFF;
}
.category_id155 .category_list_main .category_list_main_txt {
	background: #EEEBE4 url("/html/template/default/assets/img/category/snowsuit/img_main_bg.jpg");
	color: #FFF;
}
.category_id156 .category_list_main .category_list_main_txt {
	background: #4B5C93 url("/html/template/default/assets/img/category/scrub/img_main_bg.jpg");
	color: #FFF;
}
.category_id7 .category_list_main .category_list_main_txt {
	background: #6BADD6 url("/html/template/default/assets/img/category/parker/img_main_bg.jpg");
	color: #FFF;
}
.category_id3 .category_list_main .category_list_main_txt {
	background: #EB79A9 url("/html/template/default/assets/img/category/jumper/img_main_bg.jpg");
	color: #FFF;
}
.category_id98 .category_list_main .category_list_main_txt {
	background: #775051 url("/html/template/default/assets/img/category/work_clothes/img_main_bg.jpg");
	color: #FFF;
}
.category_list_main .recommended_category {
	margin-bottom: 0;
}
.category_list_main .recommended_category dd ul a {
	color: #069;
}

@media print, screen and (max-width: 767px) {
	.list_top .list_top_ttl_h1 {
		font-size: 1.8rem;
		font-size:clamp(18px, 4.5vw, 24px);
	}
	.category_list_main_ttl {
		width: 100%;
		border-bottom: 1px solid #FFF;
		display: block;
		padding-bottom: 8px;
		margin-bottom: 16px;
	}
	.category_list_main_ttl h1 {
		font-size: 2.8rem;
		font-weight: bold;
		letter-spacing: .025em;
		padding-bottom: 2px;
	}
	.category_list_main_txt {
		width: 100%;
		padding: 45px 10px 20px;
	}
	.category_list_main_img {
		width: 100%;
	}
	.category_list_main_ttl {
		margin-bottom: 16px;
	}
	.category_list_main_ttl h1 {
		font-size: 2.0rem;
	}
	.category_list_main_ttl p {
		font-size: 1.3rem;
	}
	.category_list_main_txt h2 {
		font-size: 16px;
		line-height: 1.33;
	}
	.category_list_main_txt .category_list_main_ttl + p {
		font-size: 16px;
		line-height: 1.33;
	}
	.category_list_main_txt > p {
		font-size: 1.4rem;
	}
}

.category_banner_block {
	margin-bottom: 55px;
	border-bottom: 1px solid #DDD;
}

.category_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 31px;
}
.category_banner.col2 p:first-child {
	padding-right: 4px;
}
.category_banner.col2 p:last-child {
	padding-left: 4px;
}
.category_banner_item {
	width: 184px;
	margin: 0 0 24px 24px;
}
.category_banner.col3 .category_banner_item {
	width: 253px;
}
.category_banner_item a {
	display: block;
	color: #000;
	transition: opacity .3s;
}
.category_banner_item a:hover {
	opacity: .6;
}
.category_banner_item:nth-child(4n+1) {
	margin-left: 0;
}
.category_banner.col3 .category_banner_item:nth-child(4n+1) {
	margin-left: 24px;
}
.category_banner.col3 .category_banner_item:nth-child(3n+1) {
	margin-left: 0;
}
.category_banner_item h2 {
	font-size: 1.4rem;
	color: #069;
	line-height: 1.3;
	letter-spacing: 0.025em;
	margin: 20px 0 8px;
}
.category_banner_item dd p {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .025em;
}
.category_banner_large {
	position: relative;
	margin-bottom: 56px;
}
.category_id98 .category_banner_large h2 {
	position: absolute;
	bottom: 16px;
	left: 17px;
	right: 17px;
}

@media print, screen and (max-width: 767px) {
	.category_banner.col3 .category_banner_item:nth-child(3n+1),
	.category_banner.col3 .category_banner_item:nth-child(4n+1),
	.category_banner.col3 .category_banner_item,
	.category_banner_item {
		width: 47.56%;
		margin: 0 0 4.88% 4.88%;
	}
	.category_banner.col3 .category_banner_item:nth-child(2n+1),
	.category_banner_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.category_banner.col2 p:first-child {
		padding-right: 0;
	}
	.category_banner.col2 p:last-child {
		padding-left: 0;
	}
}

.category_search {
	color: #000;
	margin-bottom: 55px;
	border-bottom: 1px solid #DDD;
}
.category_search > h2 {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .02em;
	margin-bottom: 38px;
}
.category_search_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 16px;
}
.category_search_item {
	width: 253px;
	margin: 0 0 40px 25px;
}
.category_search_item:nth-child(3n+1) {
	margin-left: 0;
}
.category_search_box.l_type2 .category_search_item {
	width: 143px;
	margin: 0 0 40px 23px;
}
.category_search_box.l_type2 .category_search_item:nth-child(3n+1) {
	margin-left: 23px;
}
.category_search_box.l_type2 .category_search_item:nth-child(5n+1) {
	margin-left: 0;
}
.category_search_item a {
	display: block;
	position: relative;
	transition: opacity .3s;
}
.category_search_item a:hover {
	opacity: .6;
}
.category_search_item h2 {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.33;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 12px 10px;
	letter-spacing: .025em;
}
.category_search_box.l_type2 .category_search_item h2 {
	color: inherit;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.33;
	background: none;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin-top: 15px;
	letter-spacing: .025em;
}

@media print, screen and (max-width: 767px) {

	.category_search > h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_search_item:nth-child(3n+1),
	.category_search_item {
		width: 47.56%;
		margin: 0 0 4.88% 4.88%;
	}
	.category_search_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.category_search_item h2 {
		font-size: 1.4rem;
	}
	.category_search_box.l_type2 .category_search_item {
		width: 32%;
		margin: 0 0 10px 2%;
	}
	.category_search_box.l_type2 .category_search_item:nth-child(2n+1) {
		margin-left: 2%;
	}
	.category_search_box.l_type2 .category_search_item:nth-child(5n+1){
		margin-left: 2%;
	}
	.category_search_box.l_type2 .category_search_item:nth-child(3n+1){
		margin-left: 0%;
	}

}



.category_search_col4 {
	position: relative;
	padding-bottom: 31px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
	color: #000;
}
.category_search_col4 h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
}
.category_search_list_col4 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_search_list_col4 > li {
	width: calc( calc( 100% - 72px ) / 4 );
	margin: 0 0 24px 24px;
}
.category_search_list_col4 > li:nth-child(4n+1) {
	margin-left: 0;
}
.category_search_list_col4 dt {
	margin-bottom: 8px;
}
.category_search_list_col4 dd {
	font-size: 1.6rem;
	line-height: 1.375;
	text-align: center;
}
@media print, screen and (max-width: 767px) {
	.category_search_list_col4 h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_search_list_col4 > li {
		width: 47.56%;
		margin: 0 0 4.88% 4.88%;
	}
	.category_search_list_col4 > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.category_search_list_col4 dd {
		font-size: 1.4rem;
	}
}

/* sp local category */
.pagehead_product_category{
	width: 100%;
}
.product_category_local .accordion_header {
  background-color: #F0B60C;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 8px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.product_category_local .accordion_header:hover {
  opacity: .8;
}
.product_category_local .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  margin-top: -10px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.product_category_local .accordion_header .i_box .one_i {
  display: block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.product_category_local .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.product_category_local .accordion_header .i_box .one_i:before, .product_category_local .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 3px;
  left: -4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.product_category_local .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 16px;
  top: -3px;
  left: 3px;
}
.product_category_local .accordion_header.open .i_box .one_i:before {
  content: none;
}
.product_category_local .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product_category_local .accordion_inner {
	display: none;
	padding: 0px;
	background: #f6f6f6;
	border: 1px solid #EEEBE4;
}
.product_category_local_bodyList li{
	padding: 8px 16px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
}


.category_feature_item_group{
	position: relative;
	padding-bottom: 31px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
	color: #000;
}
.category_feature_item_group h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
}
.feature_item_group h3{
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: #EF5D1D;
	margin-bottom: 20px;
	min-height: 58px;
	padding: 0 20px;
	position: relative;
	line-height: 58px;
}
.feature_item_group h3::before{
	content: "▼";
	display: inline-block;
	margin-right: 10px;
}
.category_feature_item_group.type3 .feature_item_group h3{
	font-size: 1.8rem;
	margin-bottom: 10px;
	line-height: 1.2em;
	display: table;
	width: 100%;
}
.category_feature_item_group.type3 .feature_item_group h3 span{
	display: table-cell;
	vertical-align: middle;
}
.category_feature_item_group.type3 .feature_item_group h3::before{
	content: "";
	display: none;
	margin-right: 0px;
}

.feature_item_group.color_purple h3{
	background: #9958C7;
}
.feature_item_group.color_blue h3{
	background: #408CF4;
}
.feature_item_group.color_water h3{
	background: #1EAAD9;
}
.feature_item_group.color_green h3{
	background: #01B77F;
}

.feature_item_group .feature_item.color_purple h3{
	background: #9958C7 !important;
}
.feature_item_group .feature_item.color_blue h3{
	background: #408CF4 !important;
}
.feature_item_group .feature_item.color_water h3{
	background: #1EAAD9 !important;
}
.feature_item_group .feature_item.color_green h3{
	background: #01B77F !important;
}

.feature_point_list > ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
}
.point_item{
	width: 397px;
	height: 56px;
	padding: 10px;
	margin-bottom: 16px;
	font-size: 1.8rem;
	background: #e6e6e6;
	font-weight: bold;
}
.point_item .item_number{
	height: 36px;
	width: 36px;
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	font-size: 2.2rem;
	background: #fff;
	color: #EF5D1D;
}
.color_purple .point_item .item_number{
	color: #8B66EF;
}
.color_green .point_item .item_number{
	color: #01B77F;
}
.feature_items_3col{
	margin: 16px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.feature_items_3col .item_category{
	color: #EF5D1D;
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 8px;
}
.feature_items_3col .feature_item{
	width: 254px;
}
.feature_items_3col .item_box{
	width: 100%;
	border:1px solid #ddd;
	padding: 16px;
	margin-bottom: 16px;
}
.feature_items_3col .item_box .item_name{
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: bold;
	height: 3.6em;
	overflow: hidden;
	margin-bottom: 12px;
}
.feature_items_3col .item_box .item_price{
	font-size: 1.0rem;
	line-height: 1.2em;
	margin-bottom: 8px;
	color: #F70000;
}
.feature_items_3col .item_box .price_main{
	font-size: 2.0rem;
	font-weight: bold;
}
.feature_items_3col .item_box .price_default{
	color: #777777;
	font-size: 1.2rem;
	margin-bottom: 8px;
}
.feature_items_3col .item_box .price_default_row{
	margin-left: 5px;
}
.feature_items_3col .item_box .item_link_btn{
	background: #FCF5ED;
	font-size: 1.4rem;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #EF5D02;
	font-weight: bold;
}
.color_purple .feature_items_3col .item_box .item_link_btn{
	background: #F7F0FC;
	color: #9958C7;
}
.color_blue .feature_items_3col .item_box .item_link_btn{
	background: #EFF6FF;
	color: #408CF4;
}
.color_water .feature_items_3col .item_box .item_link_btn{
	background: #EDF8FC;
	color: #0DAAD9;
}
.color_green .feature_items_3col .item_box .item_link_btn{
	background: #EFFAF7;
	color: #01B77F;
}

.feature_items_3col .color_purple .item_box .item_link_btn{
	background: #F7F0FC !important;
	color: #9958C7 !important;
}
.feature_items_3col .color_blue .item_box .item_link_btn{
	background: #EFF6FF !important;
	color: #408CF4 !important;
}
.feature_items_3col .color_water .item_box .item_link_btn{
	background: #EDF8FC !important;
	color: #0DAAD9 !important;
}
.feature_items_3col .color_green .item_box .item_link_btn{
	background: #EFFAF7 !important;
	color: #01B77F !important;
}
.item_inner_link_btn{
	background: #FCF5ED;
	font-size: 1.4rem;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #EF5D02;
	font-weight: bold;
	margin-top: 8px;
}


@media print, screen and (min-width: 767px) {

	.category_feature_item_group.type2 .feature_items_3col{
		display: block;
	}
	.category_feature_item_group.type2 .feature_items_3col .feature_item{
		width: 100%;
	}
	.category_feature_item_group.type2 .feature_items_3col .item_box{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	.category_feature_item_group.type2 .feature_items_3col .item_thumb,
	.category_feature_item_group.type2 .feature_items_3col .item_text{
		width: 49%;
	}
	.category_feature_item_group.type2 .feature_items_3col .item_name{
		font-size: 2.2rem;
		height: auto;
	}
	.category_feature_item_group.type2 .feature_items_3col .item_price{
		padding-bottom: 10px;
		border-bottom: #ddd 1px solid;
		margin-bottom: 10px;
	}
	.category_feature_item_group.type2 .feature_items_3col .item_description{
		margin-bottom: 10px;
	}
	
	/* type3 はっぴ **********/
	.category_feature_item_group.type3 .feature_items_3col .feature_item{
		width: 389px;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_thumb{
		margin: -16px -16px 10px -16px;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_name{
		font-size: 20px;
		height: 2.4em;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_price{
		padding-bottom: 10px;
		border-bottom: #ddd 1px solid;
		margin-bottom: 10px;
	}
	.category_feature_item_group.type3 .feature_items_3col .price_main{
		font-size: 2.8rem;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_description{
		margin-bottom: 10px;
	}

}

@media print, screen and (max-width: 767px) {
	.category_feature_item_group h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.feature_item_group h3{
		font-size: 1.8rem;
		margin-bottom: 16px;
		min-height: inherit;
		line-height: 1.2em;
		padding: 8px 10px;
	}
	.feature_item_group h3::before{
		content: "";
		display: none;
		margin-right: 0;
	}
	.feature_items_3col{
		margin: 16px 0;
		white-space: nowrap;
		display: block;
		overflow: auto;
	}
	.feature_items_3col .feature_item{
		width: 50vw;
		display: inline-block;
		margin-right: 10px;
	}
	.feature_items_3col .feature_item:last-of-type{
		margin-right: 0;
	}
	.feature_items_3col .item_category{
		font-size: 1.5rem;
	}
	.feature_items_3col .item_box{
		padding: 10px;
		margin-bottom: 16px;
	}
	.feature_items_3col .item_box .item_name{
		font-size: 1.5rem;
		margin-bottom: 8px;
		white-space: normal;
	}
	.feature_items_3col .item_box .item_price{
		white-space: normal;
	}
	.feature_items_3col .item_box .price_main{
		font-size: 1.6rem;
	}
	.feature_items_3col .item_box .price_default{
		display: block;
	}
	.feature_items_3col .item_box .price_default_row{
		margin-left: 0;
	}
	.feature_items_3col .item_box .item_link_btn{
		display: none;
	}
	
	.category_feature_item_group.type2 .feature_items_3col .feature_item{
		width: 80%;
	}
	.category_feature_item_group.type2 .feature_items_3col .item_description{
		white-space: normal;
		font-size: 1.4rem;
		line-height: 1.4em;
		height: 7em;
		overflow: hidden;
	}
	/* type3 はっぴ **********/
	.category_feature_item_group.type3 .feature_items_3col{
		white-space: normal;
	}
	.category_feature_item_group.type3 .feature_items_3col .feature_item{
		width: 100%;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_thumb{
		margin: -10px -10px 10px -10px;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_name{
		font-size: 20px;
		height: 2.4em;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_price{
		padding-bottom: 10px;
		border-bottom: #ddd 1px solid;
		margin-bottom: 10px;
	}
	.category_feature_item_group.type3 .feature_items_3col .price_main{
		font-size: 2.8rem;
	}
	.category_feature_item_group.type3 .feature_items_3col .item_description{
		margin-bottom: 10px;
	}

}




.category_coordinate {
	color: #000;
	padding: 0 0 55px;
	margin-bottom: 55px;
	border-bottom: 1px solid #DDD;
}
.category_id98 .category_coordinate {
	padding: 0 0 55px;
	margin-bottom: 0;
	border-bottom: none;
}
.category_coordinate > h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .02em;
	margin-bottom: 38px;
}
.category_coordinate_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_coordinate_box + .category_coordinate_box {
	margin-top: 56px;
}
.category_coordinate_box figure {
	width: 242px;
}
.category_coordinate_txt {
	width: 528px;
}
.category_coordinate_txt h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: 14px;
}
.category_coordinate_txt > p {
	font-size: 1.4rem;
	line-height: 1.45;
}
.category_coordinate_item {
	border: 1px solid #DDD;
	padding: 23px 26px 18px;
	margin-top: 19px;
}
.category_coordinate_item h3 {
	font-size: 1.6rem;
	line-height: 1.33;
	margin-bottom: 19px;
}
.category_coordinate_item_box {
	margin: 0 -26px;
}
.category_coordinate_item_box .slick-list {
	padding: 0 11px;
}
.category_coordinate_item_box_item {
	width: 136px;
	margin: 0 16px;
	float: left;
}
.category_coordinate_item_box_item .gc-item-ttl {
	font-size: 1.4rem;
	margin: 12px 0 5px;
	line-height: 1.3;
}
.category_coordinate_item_box_item .price02-default {
	font-size: 1.7rem;
	font-weight: bold;
	color: #F70000;
}
.category_coordinate_item_box_item .price02-default span {
	font-size: 1rem;
	font-weight: 500;
}
.category_coordinate_item_box .slick-prev,
.category_coordinate_item_box .slick-next {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -39px;
	border-radius: 0 4px 4px 0;
	border: 0;
	background: #484848;
	overflow: hidden;
	text-indent: -999px;
	z-index: 1100;
}
.category_coordinate_item_box .slick-next {
	left: auto;
	right: 0;
	border-radius: 4px 0 0 4px;
}
.category_coordinate_item_box .slick-prev::before,
.category_coordinate_item_box .slick-next::before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 15px;
}
.category_coordinate_item_box .slick-prev::before {
	transform: rotate(-135deg);
	left: 9px;
}

@media print, screen and (max-width: 767px) {
	.category_coordinate h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_coordinate_box figure {
		width: 100%;
		max-width: 242px;
		margin: 0 auto 22px
	}
	.category_coordinate_txt {
		width: 100%;
	}
	.category_coordinate_txt h3 {
		font-size: 1.6rem;
	}
	.category_coordinate_item_box_item dt {
		max-width: 136px;
		margin: 0 auto;
	}
}

.category_coordinate_col2 .col2,
.category_coordinate_col2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_coordinate_col2 {
	margin-bottom: 50px;
}
.category_coordinate_col2 .col2 > *,
.category_coordinate_col2 > * {
	width: 47.9%;
}
.category_coordinate_col2 h3 {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.33;
}
.category_coordinate_col2 p {
	margin-bottom: 16px;
	font-size: 1.4rem;
}
.category_coordinate_col2 .item_box{
	width: 48%;
	border:1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
.category_coordinate_col2 .item_box .item_name{
	font-size: 1.5rem;
	line-height: 1.2em;
	font-weight: bold;
	height: 2.4em;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 8px;
}
.category_coordinate_col2 .item_box .item_price{
	font-size: 1.0rem;
	line-height: 1.4em;
	margin-bottom: 0px;
	color: #F70000;
}
.category_coordinate_col2 .item_box .price_main{
	font-size: 1.4rem;
	font-weight: bold;
}
.category_coordinate_col2 .item_box .price_default{
	color: #777777;
	font-size: 1.2rem;
}


@media print, screen and (max-width: 767px) {
	.category_coordinate_col2 > * {
		width: 100%;
	}

	.category_coordinate_col2 > * + * {
		margin-top: 50px;
	}
}


.category_example {
	background: #F8F8F8;
	margin-bottom: 55px;
	padding: 56px 39px 32px;
	color: #000;
	font-weight: 500;
}
.category_example h2 {
	position: relative;
	padding-left: 1.15em;
	margin-bottom: 38px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
}
.category_example h2::before {
	content: '■';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.1em;
}
.category_example_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
.category_example_item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.category_example_item h3 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.33;
}
.category_example_item h3::before {
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	background: url(../img/category/icon_check.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}
.category_example_item p {
	font-size: 1.6rem;
	line-height: 1.375;
}
.category_example_item p + p {
	margin-top: 20px;
}
.category_example_item figure {
	width: 326px;
}
.category_example_txt {
	width: 372px;
}
.category_example_btn {
	text-align: center;
}
.category_example_btn a {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	background: #777;
	border: 1px solid #777;
	border-radius: 4px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	padding: 17px 13px 15px 10px;
	transition: opacity .3s;
}
.category_example_btn a:hover {
	opacity: .6;
}
.category_example_btn a::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 11px;
	transition: transform .3s;
}
.category_example_btn a:hover::after {
	transform: translateX(10px) rotate(45deg);
}
@media print, screen and (max-width: 767px) {
	.category_example {
		margin-bottom: 35px;
		padding: 35px 20px 15px;
	}
	.category_example h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_example_item {
		margin-bottom: 35px;
	}
	.category_example_item figure {
		width: 100%;
		margin-bottom: 22px;
	}
	.category_example_txt {
		width: 100%;
	}
	.category_example_item p {
		font-size: 1.4rem;
	}
}

.category_example_box {
	padding: 0 0 31px;
	margin-bottom: 55px;
	border-bottom: solid 1px #DDD;
	color: #000;
}
.category_example .category_example_box {
	padding: 39px 0 0;
	margin: 0;
	border-top: solid 1px #DDD;
	border-bottom: none;
}
.category_example_box h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
}
.category_example_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_example_list > li {
	width: calc( calc( 100% - 72px ) / 4 );
	margin: 0 0 24px 24px;
}
.category_example_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.category_example_list dt {
	margin-bottom: 15px;
}
.category_example_list dd {
	font-size: 1.6rem;
	line-height: 1.375;
	text-align: center;
}
@media print, screen and (max-width: 767px) {
	.category_example_list h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_example_list > li {
		width: 47.56%;
		margin: 0 0 4.88% 4.88%;
	}
	.category_example_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.category_example_list dd {
		font-size: 1.4rem;
	}
}

.category_feature {
	position: relative;
	padding-bottom: 31px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
	color: #000;
}
.category_feature h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
}
.category_feature_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_feature_list > li {
	width: 184px;
	margin: 0 0 24px 24px;
}
.category_feature_list.col3 > li {
	width: 253px;
}
.category_feature_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.category_feature_list.col3 > li:nth-child(4n+1) {
	margin-left: 24px;
}
.category_feature_list.col3 > li:nth-child(3n+1) {
	margin-left: 0;
}
.category_feature_list dt {
	margin-bottom: 15px;
}
.category_feature_list dd {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.375;
	text-align: left;
}
@media print, screen and (max-width: 767px) {
	.category_feature h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_feature_list.col3 > li:nth-child(3n+1),
	.category_feature_list.col3 > li:nth-child(4n+1),
	.category_feature_list.col3 > li,
	.category_feature_list > li {
		width: 47.56%;
		margin: 0 0 4.88% 4.88%;
	}
	.category_feature_list.col3 > li:nth-child(2n+1),
	.category_feature_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
}
.category_brand {
	padding-bottom: 31px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
	color: #000;
}
.category_brand h2 {
	position: relative;
	margin-bottom: 38px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
}
.category_brand_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_brand_list > li {
	width: 115px;
	margin: 0 0 24px 24px;
}
.category_brand_list > li:nth-child(6n+1) {
	margin-left: 0;
}
.category_brand_list dt {
	margin-bottom: 15px;
}
.category_brand_list dt img {
	border: solid 1px #DDD;
}
.category_brand_list dd {
	font-size: 1.5rem;
	line-height: 1.375;
	text-align: center;
}
@media print, screen and (max-width: 767px) {
	.category_brand h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_brand_list > li {
		width: 30.08%;
		margin: 0 0 4.88% 4.88%;
	}
	.category_brand_list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.category_brand_list dd {
		font-size: 1.4rem;
	}
}
.category_job {
	padding-bottom: 31px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
	color: #000;
}
.category_job h2 {
	position: relative;
	margin-bottom: 38px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
}
.category_job_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category_job_list > li {
	width: 115px;
	margin: 0 0 24px 24px;
}
.category_job_list > li:nth-child(6n+1) {
	margin-left: 0;
}
.category_job_list dt {
	margin-bottom: 15px;
}
.category_job_list dd {
	font-size: 1.5rem;
	line-height: 1.375;
	text-align: center;
}

@media print, screen and (max-width: 767px) {
	.category_job h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
	.category_job_list  > li {
		width: 30.08%;
		margin: 0 0 4.88% 4.88%;
	}
	.category_job_list  > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.category_job_list dd {
		font-size: 1.4rem;
	}
}

.ec-shelfGrid .service_flow {
	padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
	color: #000;
}
.ec-shelfGrid .service_flow h2 {
	position: relative;
	padding: 0;
	margin-bottom: 38px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
	border: none;
}
.ec-shelfGrid .service_flow h3 {
	font-size: 1.8rem;
}
.ec-shelfGrid .service_flow ul li dd p {
    font-size: 1.4rem;
}

@media print, screen and (max-width: 767px) {
	.ec-shelfGrid .detail_review h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
}

.ec-shelfGrid .detail_review {
	padding-bottom: 31px;
	margin-bottom: 55px;
	border-bottom: 1px solid #DDD;
	color: #000;
}
.ec-shelfGrid .detail_review h2 {
	position: relative;
	margin-bottom: 38px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .025em;
	border: none;
}
.ec-shelfGrid .detail_review .detail_review_list_txt > p {
	font-size: 1.4rem;
}
.ec-shelfGrid .detail_review .detail_review .detail_review_list_txt h3 {
	margin: 0 0 5px;
	font-size: 1.6rem;
}
.ec-shelfGrid .detail_review .detail_review_list_txt > .detail_review_list_name {
	margin: 0 0 8px;
	font-size: 1.3rem;
	text-align: left;
}
.ec-shelfGrid .detail_review .detail_review_list_info {
	font-size: 1.3rem;
}

.ec-shelfGrid > li > div:last-child {
	border-bottom: none;
}

@media print, screen and (max-width: 767px) {
	.ec-shelfGrid .detail_review h2 {
		margin-bottom: 27px;
		font-size: 2rem;
	}
}

.detail_review_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px;
	margin-bottom: 50px;
	background: #FCF4EA;
}
.detail_review_box h3 {
	position: relative;
	padding-left: 1.15em;
	margin-bottom: 28px;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.33;
}
.detail_review_box h3::before {
	content: '■';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.1em;
	color: #F28C14;
}
.detail_review_box figure {
	width: 265px;
}
.detail_review_box_txt {
	padding: 30px 30px 20px;
	width: 433px;
	background: #fff;
	border-radius: 6px;
}
.detail_review_box_txt h4 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.33;
}
.detail_review_box_txt ul li {
	position: relative;
	padding-left: 1.15em;
	margin-bottom: 5px;
}
.detail_review_box_txt ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.45em;
	background: #F28C14;
	width: 6px;
	height: 6px;
	border-radius: 3px;
}
.detail_review_box_txt ul li span {
	color: #F28C14;
	font-weight: bold;
}


@media print, screen and (max-width: 767px) {
	.detail_review_box {
		padding: 25px 20px;
	}
	.detail_review_box h3 {
		font-size: 1.6rem;
	}
	.detail_review_box figure {
		width: 100%;
		max-width: 265px;
		margin: 0 auto 22px;
	}
	.detail_review_box_txt {
		width: 100%;
		padding: 20px 15px 15px;
		margin: 0;
	}
	.detail_review_box_txt h4 {
		font-size: 1.5rem;
	}
	.detail_review_box_txt ul li {
		font-size: 1.4rem;
	}

}

/* ------------------------------------------ */
/* Responsive */

@media print, screen and (max-width: 1159px) {

	.gc-layoutRole__contents .list_top_leftmenu{
		width: 28%;
	}
	.gc-layoutRole__contents .process .list_top_leftmenu{
		max-width: 810px;
		width: 100%;
	}
	.list_top_block{
		width: 70%;
		margin-right: -2%;
	}

	.list_top_block li{
		width: 31%;
		margin: 0px 2% 16px 0px;
	}

	.list_top_block li:first-child{
		width: 64%;
		margin: 0px 2% 16px 0px;
	}

}

@media print, screen and (max-width: 767px) {

	.gc-layoutRole__contents .list_top_leftmenu{display: none;}

	.gc-layoutRole__contents .process .list_top_leftmenu{
		display: block;
	}

	.list_top_block{
		width: 103%;
		margin-right: -3%;
	}

	.list_top_block li a{padding: 20px 0px 16px;}

	.list_top_block li a p{
		font-size: 1.3rem;
		padding-top: 12px;
		letter-spacing: -1px;
	}

	.ec-fgc-item-ttlont-bold {
		font-size: 2rem;
	}
}

@media print, screen and (max-width: 480px) {

	.list_top_block{
		width: 104%;
		margin-right: -4%;
	}

	.list_top_block li{
		width: 46%;
		margin: 0px 4% 16px 0px;
	}

	.list_top_block li:first-child{
		width: 100%;
		margin: 0px 4% 16px 0px;
	}


}


/* -------------------------------------------------- */
/* category */
/* -------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .gc-category_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ec-layoutRole .gc-layoutRole__contents .gc-category_box::after {
	display: none;
}
.ec-layoutRole .gc-layoutRole__contents .category_ttl_img{
	margin-bottom: 44px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos {
	border-top: none;
	color: #000;
	font-weight: 500;
	letter-spacing: .02em;
	margin-bottom: 33px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
	letter-spacing: .02em;
	width: 100%;
	margin-bottom: 14px;
	margin-top: 55px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__actions {
	order: 2;
	margin-top: -2px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__actions select {
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit;
	font-weight: 500;
	font-size: 1.4rem;
	height: 26px;
	padding: 1px 27px 1px 12px;
	background: #FFF url(../img/category/icon_select.svg) no-repeat right -1px center / auto 26px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__actions select::-ms-expand {
	display: none;
}
.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__actions select + select {
	margin-left: 11px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__counter {
	order: 1;
}

.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__actions .narrowing_button {display: none;}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 810px;
	margin: 0;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item {
	width: 30%;
	margin: 0 0 50px 5%;
	height: auto;
}
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-of-type(3n+2) {
	margin-left: 0;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(even){ padding: 0px;}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item a {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
	height: 100%;
	color: #000;
	transition: opacity .3s;
}
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item a:hover {
	opacity: .6;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item a img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	width: 100%;
	height: 220px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item a ul{
	position: absolute;
	top: 6px;
	left: 4px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item a ul li{
	background: rgba(255,255,255,0.9);
	border: 1px solid #ccc;
	padding: 2px 6px;
	margin: 0px 2px 4px;
	border-radius: 5px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #222;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item-ttl {
	font-size: 1.8rem;
	line-height: 1.1;
	margin: 22px 0 9px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item_description {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 7px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item_infomation {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-weight: 500;
	font-size: 1.3rem;
	overflow: hidden;
	margin: 8px 0 0;
	padding: 13px 0 10px;
	line-height: 1.7;
}
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item_infomation dt {
	font-weight: 500;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item_infomation dd {
	margin-bottom: 3px;
}
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item_infomation dd::before {
	content: '：';
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .product-code-default {
	display: block;
	font-size: 1.2rem;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .price02-default {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 2.4rem;
	font-weight: bold;
	color: #F70000;
	letter-spacing: -.02em;
}

.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .price02-default span {
	font-size: 1.2rem;
	font-weight: 500;
	padding-left: 4px;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box{
	width: 22%;
	background: #EEEBE4;
	padding: 20px 18px 40px;
	border-radius: 4px;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box .sp_only_header{display: none;}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dt{
	color: #333;
	font-size: 1.5rem;
	position: relative;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 8px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dt::after{
	position: absolute;
	right: 0px;
	top: 6px;
	font-weight: 700;
	font-size: 1.8rem;
	content:"\f107";
	font-family: "Font Awesome 5 Free";
	color: #999;
	transition: all 0.2s;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dt.active{
	color: #333;
	text-decoration: none;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dt.active::after{
	content:"\f106";
	color:#333;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dd{
	padding: 0px 12px;
	height: 0px;
	overflow-x: auto;
	background: rgba(255,255,255,0.8);
	transition: all 0.2s;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dd.open{
	padding: 12px 12px 9px;
	height: auto;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dd li{
	font-size: 1.3rem;
	margin-bottom: 3px;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box dl dd li input{margin-right: 6px;}
.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box .searchbox{margin-top: 26px;}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box .searchbox a{
	font-size: 1.3rem;
	padding: 12px 28px 12px 18px;
	text-align: center;
}

.ec-layoutRole .gc-layoutRole__contents .category_sidenav_box .searchbox a::after{
	content: "\f002";
	margin-top: -10px;
	font-size: 1.5rem;
	right: 14px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager{
	width: 810px;
	margin: -11px 0 75px 280px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager__item,
.ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager__item--active {
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0 2px;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0;
	transition: background .3s, color .3s;
}
.ec-pager .ec-pager__item:hover,
.ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager__item--active {
	background: #BBB;
	color: #FFF;
}
.ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager__item a,
.ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager__item--active a {
	padding: 3.5px .9em;
}

.recommend-links {
	border-bottom: 1px solid #DDD;
	padding: 1.15em 0 1.25em;
}
	.recommend-links .recommend-links_wrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.recommend-links .recommend-links_label {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.recommend-links li {
		margin-left: .55em;
	}
	.recommend-links a {
		border: 1px solid #CCC;
		border-radius: 4px;
		color: #0092C4;
		display: inline-block;
		line-height: 1;
		padding: .5em 1.25em;
	}

.category_description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 47px;
}
.category_description_txt {
	width: 356px;
	color: #000;
}
.category_description figure {
	width: 422px;
	margin-top: 2px;
}
.category_description h1 {
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px solid #484848;
	letter-spacing: .03em;
	padding-bottom: 18px;
	margin-bottom: 28px;
}
.category_description h1 span {
	font-size: 1.6rem;
	margin-left: 6px;
}
.category_description_txt p {
	font-size: 1.4rem;
	letter-spacing: .02em;
}
.category_description_txt p + p {
	margin-top: 15px;
	line-height: 1.55;
}
.category_description_txt p strong {
	font-size: 1.6rem;
	line-height: 1.7;
}

.recommended_category {
	background: #F4F4F4;
	color: #000;
	margin-bottom: 56px;
	width: 100%;
}
.recommended_category dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 17px 17px 18px;
}
.recommended_category dt {
	width: 142px;
	font-size: 1.5rem;
	padding-top: 5px;
	letter-spacing: .02em;
}
.recommended_category dd {
	width: calc(100% - 142px);
}
.recommended_category dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recommended_category dd ul li {
	margin: 4px;
}
.recommended_category dd ul a {
	background: #FFF;
	font-weight: bold;
	border: 1px solid #CCC;
	font-size: 1.3rem;
	border-radius: 3px;
	letter-spacing: .02em;
	padding: 3px 11px;
	transition: opacity .3s;
}
.recommended_category dd ul a:hover {
	opacity: .6;
}

.sales_ranking {
	padding-bottom: 20px;
	margin-bottom: 55px;
	border-bottom: 1px solid #DDD;
}
.sales_ranking_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sales_ranking h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
	letter-spacing: .02em;
	margin-bottom: 34px;
}
.sales_ranking_item {
	width: 136px;
	margin: 0 0 32px 32px;
}
.sales_ranking_item a {
	display: block;
	transition: opacity .3s;
}
.sales_ranking_item a:hover {
	opacity: .6;
}
.sales_ranking dt {
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
	padding-left: 2px;
	margin-bottom: 7px;
}
.sales_ranking dl.rank-1 dt {
	color: #DBAF38;
}
.sales_ranking dl.rank-2 dt {
	color: #A5A5A5;
}
.sales_ranking dl.rank-3 dt {
	color: #C69152;
}
.sales_ranking dl.rank-1 dt::before,
.sales_ranking dl.rank-2 dt::before,
.sales_ranking dl.rank-3 dt::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 18px;
	margin-right: 7px;
	background: url(../img/category/icon_ranking_01.svg) no-repeat;
}
.sales_ranking dl.rank-2 dt::before {
	background-image: url(../img/category/icon_ranking_02.svg);
}
.sales_ranking dl.rank-3 dt::before {
	background-image: url(../img/category/icon_ranking_03.svg);
}
.sales_ranking dt span {
	font-size: 2.5rem;
	vertical-align: -1px;
}
.sales_ranking_item:nth-of-type(5n+1) {
	margin-left: 0;
}
.sales_ranking dl img {
	backface-visibility: hidden;
}
.sales_ranking .gc-item-ttl {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 20px 0 0;
	line-height: 1.35;
}
.sales_ranking .price02-default {
	font-size: 1.7rem;
	font-weight: bold;
	color: #F70000;
	margin-top: 5px;
}
.sales_ranking .price02-default span {
	font-size: 1rem;
	font-weight: 500;
}

.gc-layoutRole__contents .html_area {
	/*
	padding-bottom: 56px;
	border-bottom: 1px solid #DDD;
	*/
}
.gc-layoutRole__contents .html_area.not_border {
	padding-bottom: 0;
	margin-bottom: 55px;
	border-bottom: none;
}
.gc-layoutRole__contents .html_area h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
	letter-spacing: .02em;
	width: 100%;
	margin-bottom: 36px;
}
.gc-layoutRole__contents .html_area .detail_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	color: #000;
	padding-bottom: 64px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 55px;
}
.gc-layoutRole__contents .html_area .detail_block:nth-child(2n+1) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.gc-layoutRole__contents .html_area .detail_box {
	width: 386px;
}
.gc-layoutRole__contents .html_area .detail_block figure {
	width: 392px;
	margin-top: 2px;
}
.gc-layoutRole__contents .detail_grid {
	display: grid;
    grid-template-columns: 61% 35%;
    gap: 4%;
	padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
}
.gc-layoutRole__contents .detail_grid_main p {
	margin-bottom: 24px;
}
.gc-layoutRole__contents .detail_grid_main figure {
	margin-top: 24px;
}
.gc-layoutRole__contents .detail_grid_sub {
    background: #FCF4EA;
    padding: 20px;
}
.gc-layoutRole__contents .detail_grid_sub .sub_txt {
	font-weight: bold;
	margin-bottom: 16px;
}
.gc-layoutRole__contents .detail_step {
    margin-bottom: 55px;
    border-bottom: 1px solid #DDD;
}
@media print, screen and (max-width: 768px) {
	.gc-layoutRole__contents .detail_grid {
		display: block;
		grid-template-rows: 1fr 1fr;
		gap: 24px;
	}
	.gc-layoutRole__contents .detail_grid_sub {
		margin-top: 20px;
	}
}

@media print, screen and (min-width: 768px) {
	.gc-layoutRole__contents .html_area.img_small .detail_box {
		width: 472px;
	}
	.gc-layoutRole__contents .html_area.img_small .detail_block figure {
		width: 300px;
	}
}
.gc-layoutRole__contents .html_area .detail_check {
	margin: 0 0 28px 3px;
}
.gc-layoutRole__contents .html_area .detail_check li,
.gc-layoutRole__contents .html_area .detail_check_ttl {
	padding-left: 20px;
	position: relative;
	font-weight: bold;
}
.gc-layoutRole__contents .html_area .detail_check_ttl {
	font-size: 1.6rem;
	line-height: 1.4;
}
.gc-layoutRole__contents .html_area .detail_check li + li {
	margin-top: 13px;
}
.gc-layoutRole__contents .html_area .detail_check li span {
	color: #F70000;
}
.gc-layoutRole__contents .html_area .detail_check li::before,
.gc-layoutRole__contents .html_area .detail_check_ttl::before {
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	background: url(../img/category/icon_check.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.gc-layoutRole__contents .html_area .detail_box p {
	font-weight: 500;
	font-size: 1.6rem;
}
.gc-layoutRole__contents .html_area .detail_box .detail_btn_more {
	margin: 29px 0 0;
}
.gc-layoutRole__contents .html_area > p + p {
	margin-top: 40px;
}

.brand_ttl {
	display: grid;
    justify-content: space-around;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 16px;
	margin-bottom: 24px;
	margin-top: 16px;
}
.brand_ttl .brand_ttl_txt {
	order: 2;
	font-size: 14px;
}
.brand_ttl .brand_ttl_img {
	order: 1;
	height: 50px;
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 767px) {

	.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos {
		padding: 0;
		margin-bottom: 25px;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole h2 {
		font-size: 2rem;
		margin-bottom: 11px;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__actions {
		width: 100%;
		margin-top: 0;
		text-align: left;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__counter {
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-searchnavRole__infos .ec-searchnavRole__actions .narrowing_button {display: none;}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid {
		width: 100%;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-of-type(3n+2) {
		width: 47.56%;
		margin: 0 0 37px 4.88%;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-of-type(2n+2) {
		margin-left: 0;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item a:hover {
		opacity: 1;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item-ttl {
		font-size: 1.4rem;
		line-height: 1.3;
		margin: 16px 0 4px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item_description {
		font-size: 1.2rem;
		line-height: 1.7;
		margin-top: 10px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .gc-item_infomation {
		font-size: 1.2rem;
		margin: 10px 0 0;
		padding: 11px 0 5px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .product-code-default {
		margin-top: 10px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .price02-default {
		font-size: 1.6rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .price02-default span {
		font-size: 1rem;
		vertical-align: 1px;
		padding-left: 2px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager {
		width: 100%;
		margin: -11px 0 50px;
	}

	.recommend-links { margin: 0 -2%; }
	.recommend-links .recommend-links_label { font-size: 1.5rem; margin-bottom: .25em; }
	.recommend-links .recommend-links_list { margin-left: -.55em; font-size: 1.2rem; }
	.recommend-links li { margin-top: .55em; }

	.category_description {
		display: block;
		margin-bottom: 19px;
	}
	.category_description_txt {
		width: auto;
	}
	.category_description figure {
		width: auto;
		margin-top: 10px;
	}
	.category_description h1 {
		font-size: 2.2rem;
		padding-bottom: 13px;
		margin-bottom: 29px;
	}
	.category_description h1 span {
		font-size: 1.4rem;
		margin-left: 3px;
	}

	.recommended_category {
		margin-bottom: 46px;
	}
	.recommended_category dl {
		display: block;
		padding: 8px 17px 21px;
	}
	.recommended_category dt {
		width: auto;
		margin-bottom: 10px;
	}
	.recommended_category dd {
		width: auto;
	}
	.recommended_category dd ul {
		margin: 0 -3px;
	}
	.recommended_category dd ul li {
		margin: 4.5px 3px;
	}
	.recommended_category dd ul a {
		padding: 3px 10.5px;
	}
	.recommended_category dd ul a:hover {
		opacity: 1;
	}

	.sales_ranking {
		padding-bottom: 0;
		margin-bottom: 47px;
	}
	.sales_ranking_box {
		overflow: auto;
		display: block;
		white-space: nowrap;
		padding-bottom: 17px;
	}
	.sales_ranking h2 {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 11px;
	}
	.sales_ranking h2::before {
		content: '';
		display: block;
		width: 31px;
		height: 24px;
		background: url(../img/category/icon_ranking_ttl.svg) no-repeat;
		margin: 0 auto 12px;
	}
	.sales_ranking_item {
		display: inline-block;
		vertical-align: top;
		width: 27.5vw;
		margin: 0 0 32px 3.2vw;
		white-space: normal;
	}
	.sales_ranking_item a:hover {
		opacity: 1;
	}
	.sales_ranking dt {
		font-size: 1.2rem;
		padding-left: 0;
		margin-bottom: 6px;
	}
	.sales_ranking dl:nth-of-type(1) dt::before,
	.sales_ranking dl:nth-of-type(2) dt::before,
	.sales_ranking dl:nth-of-type(3) dt::before {
		width: 19px;
		height: 15px;
		margin-right: 4px;
		background-size: 19px auto;
	}
	.sales_ranking dt span {
		font-size: 1.8rem;
		vertical-align: 0;
	}
	.sales_ranking_item:nth-of-type(5n+1) {
		margin-left: 0;
	}
	.sales_ranking .gc-item-ttl {
		font-size: 1.2rem;
		margin: 12px 0 0;
	}
	.sales_ranking .price02-default {
		font-size: 1.4rem;
		margin-top: 4px;
		margin-left: -2px;
	}
	.sales_ranking .price02-default span {
		font-size: .9rem;
	}

	.gc-layoutRole__contents .html_area {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.gc-layoutRole__contents .html_area h2 {
		font-size: 2rem;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 27px;
	}
	.gc-layoutRole__contents .html_area .detail_block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 52px;
	}
	.gc-layoutRole__contents .html_area .detail_box {
		width: 100%;
		order: 1;
	}
	.gc-layoutRole__contents .html_area .detail_block figure {
		width: 100%;
		margin: 2px 0 22px;
		order: 0;
	}
	.gc-layoutRole__contents .html_area > p + p {
		margin-top: 16px;
	}
	.sales_ranking.brand_feature h2::before {
		display: none;
	}
	.brand_ttl {
		display: grid;
		grid-template-columns: initial;
		align-items: initial;
		grid-column-gap: initial;
		justify-items: center;
		grid-row-gap: 2px;
		margin-bottom: 16px;
	}
	.brand_ttl .brand_ttl_txt {
		order: 2;
	}
	.brand_ttl .brand_ttl_img {
		order: 1;
		width: auto;
		height: 40px;
	}
	.brand_feature .sales_ranking_item {
        margin: 0 0 0 3.2vw;
    }
}

/* -------------------------------------------------- */
/* work */
/* -------------------------------------------------- */

.work_block,
.static_block {
	max-width: 1090px;
	width: 100%;
	color: #000;
}
.work_block h1,
.static_block h1 {
	font-size: 2.6rem;
	letter-spacing: .03em;
	font-weight: bold;
	margin-bottom: 18px;
}
.work_block h2,
.static_block h2 {
	font-size: 2.4rem;
	letter-spacing: .03em;
	font-weight: bold;
	margin-bottom: 18px;
}
.work_main {
	margin-bottom: 56px;
}
.work_item {
	border-bottom: 1px solid #DDD;
	padding-bottom: 44px;
	margin-bottom: 56px;
}
.work_item:last-child {
	border-bottom: 0;
}
.work_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.work_block ul.new {
	margin-top: 0;
}
.work_block ul li {
	width: 178px;
	margin: 0 0 19px 32.5px;
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
}
.work_block ul li a {
	display: block;
	transition: opacity .3s;
}
.work_block ul li a:hover {
	opacity: .6;
}
.work_block ul li:nth-child(4n+1) {
	margin-left: 0;
}
.work_block ul li p + p {
	margin-top: 25px;
}
.work_item .detail_btn_more {
	margin-top: 0;
	margin-bottom: 11px;
}

/* ------------------------------------------ */
/* Responsive */

@media print, screen and (max-width: 767px) {
	.work_block h1,
	.static_block h1 {
		font-size: 2.2rem;
	}
	.work_block h2,
	.static_block h2 {
		font-size: 2rem;
		margin-bottom: 22px;
	}
	.work_main {
		margin-bottom: 48px;
	}
	.work_item {
		padding-bottom: 28px;
		margin-bottom: 32px;
	}
	.work_block ul {
		margin-top: 22px;
	}
	.work_block ul li {
		width: 47.56%;
		margin: 0 0 20px 4.88%;
		font-size: 1.4rem;
	}
	.work_block ul li a:hover {
		opacity: 1;
	}
	.work_block ul li:nth-child(2n+1),
	.work_block ul li:nth-child(4n+1) {
		margin-left: 0;
	}
	.work_block ul li:nth-child(2n+1):nth-last-child(2),
	.work_block ul li:last-child {
		margin-bottom: 0;
	}
	.work_block ul li p + p {
		margin-top: 16px;
	}
	.work_item .detail_btn_more {
		margin-top: 8px;
	}
	.work_item .detail_btn_more a {
		padding: 13px 13px 11px 10px;
	}
}

/* ---------------------------------------------------------------- */
/* sample */
/* ---------------------------------------------------------------- */

.sample_table{
	width: 100%;
	margin: 20px auto 0px;
	border-top: 1px solid #ccc;
}

.sample_table th{
	width: 25%;
	background:#e9e9e9;
}

.sample_table th,
.sample_table td{
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.sample_table td{width: 75%;}

.sample_table .application p{padding-bottom: 8px;}
.sample_table .application p label{margin-left: 6px;}

.sample_table .application .sample_btn01,
.sample_table .application .sample_btn02{
	width: 48%;
	height: 220px;
	border: 2px solid #3A6F7A;
	border-radius: 6px;
	margin-right: 1%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 80% auto;
	box-sizing: border-box;
}

.sample_table .application input[disabled]{
	border: 2px solid #ccc;
	opacity: 0.3;
}

.sample_table .application .sample_btn01{background: url(../img/other/sample/sample_btn_bg01.png) no-repeat center center}
.sample_table .application .sample_btn02{background: url(../img/other/sample/sample_btn_bg02.png) no-repeat center center}


/* -------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 999px) {

	.sample_table .application .sample_btn01,
	.sample_table .application .sample_btn02{
		height: 180px;
		background-size: 70% auto;
	}

	.sample_table .application .sample_btn01{background-size: 68% auto;}
	.sample_table .application .sample_btn02{background-size: 84% auto;}

}

@media print, screen and (max-width: 767px) {

	.sample_table{
		display: inline-block;
		width: 100%;
		border-top: none;
	}

	.sample_table tr,
	.sample_table th,
	.sample_table td{
		display: inline-block;
		width: 100%;
		border-bottom: none;
	}

	.sample_table th{
		padding: 10px 4.4%;
		width: 108.8%;
		margin: 0px -4.4%;
	}

	.sample_table td{
		padding: 18px 0px;
	}

	.sample_table .application .sample_btn01,
	.sample_table .application .sample_btn02{
		width: 48%;
		height: 180px;
		background-size: 70% auto;
	}

	.sample_table .application .sample_btn01{
		margin-right: 2%;
		background-size: 68% auto;
	}
	.sample_table .application .sample_btn02{
		margin-right: 0%;
		background-size: 84% auto;
	}

}

@media print, screen and (max-width: 480px) {

	.sample_table .application .sample_btn01,
	.sample_table .application .sample_btn02{
		height: 140px;
	}

}

/* ---------------------------------------------------------------- */
/* embroidery */
/* ---------------------------------------------------------------- */

.embroidery_block .embroidery_top_link{
	width: 100%;
	margin-bottom: 60px;
}

.embroidery_block .embroidery_top_link div{
	width: 32%;
}

.embroidery_block .embroidery_top_link div a{
	position: relative;
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	height: 100%;
	padding: 38px 26px 32px;
	background: #EEEBE4;
	text-align: center;
}

.embroidery_block .embroidery_top_link div a::before {
	content: "";
	position: absolute;
	border-style: solid;
	left: 8px;
	top: 8px;
	border-width: 22px 22px 0 0;
	border-color: #ec7a00 transparent transparent transparent;
}

.embroidery_block .embroidery_top_link div a h2,
.embroidery_block .embroidery_top_link div a h3{
	width: 100%;
	font-size: 1.7rem;
	font-weight: bold;
}

.embroidery_block .embroidery_top_link div a .txt{
	width: 100%;
	font-size: 1.5rem;
	padding: 12px 0px 22px;
	text-align: left;
}

.embroidery_block .embroidery_top_link div a .b_btn {
	position: relative;
	display: block;
	color: #fff;
	padding: 8px 0px;
	width: 74%;
	margin: auto auto 0px;
	background: #333;
	border-radius: 6px;
}
.embroidery_block .embroidery_top_link div a .b_btn::after {
	position: absolute;
	display:inline-block;
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	top: 50%;
	margin-top: -10px;
	right: 10px;
}

.embroidery_block .embroidery_price_box{
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin: 30px 0px 0px;
}
.embroidery_block .embroidery_price_box > div{width: 48.5%;}

.embroidery_block .embroidery_price_box > div h3{
	width: 100%;
	font-size: 1.7rem;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
}

.embroidery_block .embroidery_price_box > div dl{
	width: 48%;
	margin-bottom: 16px;
}

.embroidery_block .embroidery_price_box > div dl dt{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #333;
}

.embroidery_block .embroidery_price_box > div dl dd img{
	width: 80%;
	margin: 0px 10%;
}

.embroidery_block .embroidery_price_box > div dl dd .ttl{ font-size: 1.3rem;}
.embroidery_block .embroidery_price_box > div dl dd .price{
	font-size: 2.2rem;
	font-weight: bold;
}

.embroidery_block .embroidery_price_box > div dl dd .price span{
	padding-left: 10px;
	color: #ff0000;
}
.embroidery_block .embroidery_price_box > div dl dd .price span::after{
	content: "税込";
	font-size: 1.5rem;
	margin-left: 4px;
}

.embroidery_block .embroidery_price_box > div .sub_txt{font-size: 1.25rem;}

.embroidery_block .embroidery_price_box > div .b_btn{
	width: 60%;
	margin: 20px auto 0px;
}

.embroidery_block .embroidery_original_box{padding: 24px 0px 0px;}

.embroidery_block .embroidery_original_box p{ margin-bottom: 24px;}

.embroidery_block .embroidery_original_box > .embroidery03_txt,
.embroidery_block .embroidery_original_box > table{width: 64%;}
.embroidery_block .embroidery_original_box > table th{ width: 60%;}
.embroidery_block .embroidery_original_box > table td{ width: 20%; text-align: right;}

.embroidery_block .embroidery_original_box > nav{width: 27%;}
.embroidery_block .embroidery_original_box > nav ul li{margin-bottom: 10px;}


.embroidery_block .embroidery_cap_price_box{
	overflow: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 18px;
}

.embroidery_block .embroidery_cap_price_box::-webkit-scrollbar{height:4px;}
.embroidery_block .embroidery_cap_price_box::-webkit-scrollbar-track{background: #EEEBE4;}
.embroidery_block .embroidery_cap_price_box::-webkit-scrollbar-thumb {background: #9a8b73;}

.embroidery_block .embroidery_cap_price_box table th span{
	color: #ff0000;
	font-size: 1.4rem;
}

.print_block .embroidery_exit_box,
.embroidery_block .embroidery_exit_box{padding: 50px 0px 0px;}
.print_block .embroidery_exit_box ul li,
.embroidery_block .embroidery_exit_box ul li{
	width: 320px;
	margin: 0px 20px;
}
.print_block .embroidery_exit_box ul li a,
.embroidery_block .embroidery_exit_box ul li a{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
	height: 74px;
}

.embroidery_block .page_bottom_linkbox .inner_box ul .happi a{
	background: url(../img/top/top_pic01.png) no-repeat right bottom #fff;
	background-size: 32% auto;
}

.embroidery_block .page_bottom_linkbox .inner_box ul li.cap a{
	background: url(../img/top/top_pic02.png) no-repeat right bottom #fff;
	background-size: 34% auto;
}

.embroidery_block .page_bottom_linkbox .inner_box ul li.wear a{
	background: url(../img/top/top_pic03.png) no-repeat right bottom #fff;
	background-size: 27% auto;
}

.embroidery_block .embroidery_wear_box .inner_box{
	flex-wrap:nowrap;
}
.embroidery_block .embroidery_wear_box .inner_box div{
	flex: 1;
	min-width: 24%;
	margin: 5px;
	text-align: center;
	background: #EEEBE4;
}
.embroidery_block .embroidery_wear_box .inner_box div h4{
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	width: 100%;
	height: 70px;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

.embroidery_block .embroidery_wear_box .inner_box div figure{
	width: 96%;
	margin: 0px auto;
	background: #fff;
	padding: 12px 6px 12px;
	font-size: 1.4rem;
}

.embroidery_block .embroidery_wear_box .inner_box div figure figcaption{
	letter-spacing: -0.4px;
	color: #EC7A00;
}

.embroidery_block .embroidery_wear_box .inner_box div figure img{
	max-width: 190px;
	margin:8px auto 0px;
}

.embroidery_block .embroidery_wear_box .inner_box div .price{
	font-size: 2.2rem;
	font-weight: bold;
	color: #ff0000;
	padding: 14px 0px;
}

.embroidery_block .embroidery_wear_box .inner_box div .price span{
	font-size: 1.5rem;
}

.embroidery_block .embroidery_cap_box figure{width: 210px;}
.embroidery_block .embroidery_cap_box .inner_box{
	width : -webkit-calc(100% - 240px) ;
	width : calc(100% - 240px);
	font-size: 1.6rem;
	line-height: 220%;
}


.embroidery_block .cap_kakaku_box01 .inner_box{
	width : -webkit-calc(100% - 280px) ;
	width : calc(100% - 280px);
	font-size: 1.7rem;
}

.embroidery_block .cap_kakaku_box01 figure{
	width:260px;
}


.common_processing_menu{
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
	margin: -40px -50vw 0px;
	padding: 40px 0px 40px;
}

.common_processing_menu.embroidery_common_bg{
	background: url(../img/other/processing/common/embroidery_header_bg.jpg) no-repeat right center #fff;
	background-size: auto 100%;
	z-index: 1;
}

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

.common_processing_menu ul{
	max-width: 1090px;
	margin: 0 auto;
}

.common_processing_menu ul li {
	max-width: 530px;
	width: 48%;
	background: #efebe3;
}

.common_processing_menu ul li a{
	display: block;
	position: relative;
	background: #efebe3;
	text-align: center;
	padding-bottom: 40px;
	cursor: pointer;
}

.common_processing_menu ul li strong,
.common_processing_menu ul li h2,
.common_processing_menu ul li h3 {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	padding:20px 10% 14px;
}

.common_processing_menu ul li p{
	padding:0px 10%;
}

.common_processing_menu ul li a::after{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -10px;
	font-size: 2rem;
	display: inline-block;
	font-weight: 700;
	content:"\f107";
	font-family: "Font Awesome 5 Free";
}


.factory_info_box{
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
	margin: 0px -50vw 50px;
	background: url(../img/other/processing/common/factory_box_bg.jpg) no-repeat right center #efebe3;
	background-size: auto 100%;
}

.factory_info_box .inner_box{
	max-width: 1090px;
	margin: 0 auto;
	padding: 35px 0px 35px 35px;
}

.factory_info_box .inner_box .info_box{
	width: 50%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	-webkit-align-content:center;
	-ms-align-content:center;
	align-content:center;
}

.factory_info_box .inner_box .info_box h2{
	font-size: 3.2rem;
	font-weight: bold;
	padding-bottom: 22px;
	color: #ec7b00;
}

.factory_info_box .inner_box .info_box h2 span{
	display: block;
	color: #000;
	font-size: 1.8rem;
	padding-bottom: 14px;
}

.factory_info_box .inner_box .slider_box{
	width: 48%;
	border:4px solid #fff;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.6));
}

.factory_info_box .inner_box .slider_box .slick-slide{
	background: #e9e9e9;
}

.factory_info_box .inner_box .slider_box .slick-dots{
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
	padding-right: 12px;
}

.factory_info_box .inner_box .slider_box .slick-prev,
.factory_info_box .inner_box .slider_box .slick-next{
	display: none !important;
}

.factory_info_box .inner_box .slider_box .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.factory_info_box .inner_box .slider_box .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.factory_info_box .inner_box .slider_box .slick-dots li button:hover,
.factory_info_box .inner_box .slider_box .slick-dots li button:focus{
    outline: none;
}

.factory_info_box .inner_box .slider_box .slick-dots li button:hover:before,
.factory_info_box .inner_box .slider_box .slick-dots li button:focus:before{
    color: #f0b60e;
}

.factory_info_box .inner_box .slider_box .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    color: #fff;
	opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.factory_info_box .inner_box .slider_box .slick-dots li.slick-active button:before{
    color: #f0b60e;
}

.embroidery_onepoint{
	max-width: 280px;
	margin: 20px auto;
}

.item_case_list{
	margin: 0px -10px;
}

.item_case_list li{
	max-width: 250px;
	margin: 0px 10px;
	border: 1px solid #ccc;
}

.embroidery_img_box_lr{
	padding: 22px 0px 20px;
}

.embroidery_img_box_lr figure{
	width: 49%;
	border:1px solid #ccc;
	margin-bottom: 20px;
}

.embroidery_price_info_box{
	padding-top: 24px;
}

.embroidery_price_info_box h3{
	width: 100%;
	font-size: 1.7rem;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
}

.embroidery_price_info_box .info_txt{
	text-align: center;
}

.embroidery_price_info_box .detail_box{
	background: #efebe3;
	padding: 18px 5% 6px;
	margin: 18px 0px 24px;
}

.embroidery_price_info_box .detail_box ul{
	margin: 0px auto;
}

.embroidery_price_info_box .detail_box ul li{
	position: relative;
	padding-right: 40px;
	margin-bottom: 12px;
}

.embroidery_price_info_box .detail_box ul li span{
	font-size: 1.7rem;
	display: inline-block;
	padding: 8px 22px;
	border-radius: 6px;
	background: #e3d8c1;
	min-width: 150px;
	width: 100%;
	text-align: center;
}

.embroidery_price_info_box .detail_box ul li p{
	padding-top: 5px;
	text-align: center;
	line-height: 1.7rem;
	font-size: 1.2rem;
}

.embroidery_price_info_box .detail_box ul li::after{
	position: absolute;
	font-weight: 700;
	font-size: 2rem;
	top: 8px;
	right: 0px;
	width: 40px;
	text-align: center;
	content:"\f067";
	font-family: "Font Awesome 5 Free";
}

.embroidery_price_info_box .detail_box ul li:nth-last-of-type(2)::after{
	content:"\f52c";
}

.embroidery_price_info_box .detail_box ul .last::after{
	display: none;
}

.embroidery_price_info_box .detail_box ul .first span{background: #ec7b00; color: #fff;}
.embroidery_price_info_box .detail_box ul .red span{background: #cc0000; color: #fff;}
.embroidery_price_info_box .detail_box ul .last span{background: #eed178;}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1159px) {

	.embroidery_block .embroidery_top_link{margin-bottom: 50px;}
	.embroidery_block .embroidery_top_link div a{padding: 38px 7% 32px;}
	.embroidery_block .embroidery_top_link div a .txt{font-size: 1.4rem;}
	.embroidery_block .embroidery_top_link div a .b_btn {width: 90%;}

	.embroidery_block .embroidery_price_box > div .b_btn{width: 70%;}

	.embroidery_block .embroidery_original_box{padding: 12px 0px 0px;}

	.embroidery_block .embroidery_original_box > .embroidery03_txt,
	.embroidery_block .embroidery_original_box > table{width: 70%;}
	.embroidery_block .embroidery_original_box > table th{ width: 56%;}
	.embroidery_block .embroidery_original_box > table td{ width: 22%;}

	.embroidery_block .embroidery_original_box > nav{width: 28%;}

	.print_block .embroidery_exit_box,
	.embroidery_block .embroidery_exit_box{padding: 50px 0px 0px;}
	.print_block .embroidery_exit_box ul li,
	.embroidery_block .embroidery_exit_box ul li{
		min-width: 280px;
		width: 310px;
		margin: 0px 3% 12px;
	}

	.print_block .embroidery_exit_box ul li a,
	.embroidery_block .embroidery_exit_box ul li a{
		padding: 14px;
		width: 100%;
		font-size: 1.7rem;
	}

	.embroidery_block .embroidery_wear_box .inner_box div figure{padding: 12px 2% 12px;}

	.embroidery_block .embroidery_wear_box .inner_box div h4{padding: 0px 4%;}

	.embroidery_block .embroidery_wear_box .inner_box div figure{
		width: 96%;
		padding: 12px 4% 12px;
		font-size: 1.35rem;
	}

	.embroidery_block .embroidery_wear_box .inner_box div figure figcaption{font-size: 1.3rem;}
	.embroidery_block .embroidery_wear_box .inner_box div .price{font-size: 1.8rem;}

	.embroidery_block .embroidery_cap_box figure{width: 200px;}
	.embroidery_block .embroidery_cap_box .inner_box{
		width : -webkit-calc(100% - 220px) ;
		width : calc(100% - 220px);
		line-height: 210%;
	}

	.common_processing_menu{
		width: 108.8%;
		left: 0%;
		right: 0%;
		margin: -78px -4.4% 0px;
		padding: 78px 4.4% 40px;
	}

	.common_processing_menu ul li p{
		padding:0px 6%;
	}

	.factory_info_box{
		width: 108.8%;
		left: 0%;
		right: 0%;
		margin: 0px -4.4% 50px;
	}

	.factory_info_box .inner_box{
		padding: 35px 4%;
	}

	.item_case_list{
		margin: 0px -3%;
	}

	.item_case_list li{
		width: 24%;
		margin: 0px 1%;
	}

}

@media print, screen and (max-width: 899px) {

	.embroidery_block .embroidery_wear_box .inner_box{flex-wrap:wrap;}
	.embroidery_block .embroidery_wear_box .inner_box div{min-width: 33%; margin: 0px 0.5% 8px;}
	.embroidery_block .embroidery_wear_box .inner_box.second_wear div{ min-width: 31.5%;}
	.embroidery_block .embroidery_wear_box .inner_box div h4{font-size: 1.4rem;}

	.embroidery_block .embroidery_wear_box .inner_box div figure figcaption{ font-size: 1.3rem; line-height: 1.7rem;}
	.embroidery_block .embroidery_wear_box .inner_box div .price{font-size: 1.8rem;}

	.factory_info_box .inner_box .info_box h2{
		font-size: 2.6rem;
	}

}

@media print, screen and (max-width: 767px) {

	.embroidery_block .embroidery_top_link{margin-bottom: 30px;}
	.embroidery_block .embroidery_top_link div a{padding: 38px 10% 23px;}
	.embroidery_block .embroidery_top_link div a .txt{font-size: 1.2rem; padding: 12px 0px 16px;}
	.embroidery_block .embroidery_top_link div a .b_btn {width: 100%;}

	.embroidery_block .embroidery_price_box{margin: 14px 0px 0px;}
	.embroidery_block .embroidery_price_box > div .b_btn{width: 80%;}

	.embroidery_block .embroidery_original_box{padding: 11px 0px 0px;}

	.embroidery_block .embroidery_original_box > .embroidery03_txt,
	.embroidery_block .embroidery_original_box > table{width: 100%;}
	.embroidery_block .embroidery_original_box > table th{ width: 60%;}
	.embroidery_block .embroidery_original_box > table td{ width: 20%;}
	.embroidery_block  table th,
	.embroidery_block  table td{padding: 8px 10px;}

	.embroidery_block .embroidery_original_box > nav{ display: none;}

	.embroidery_block .embroidery_cap_price_box{
		width: 104.4%;
		margin-right: 4.4%;
		font-size: 1.3rem;
	}

	.print_block .embroidery_exit_box,
	.embroidery_block .embroidery_exit_box{padding: 30px 0px 0px;}

	.embroidery_block .embroidery_wear_box .inner_box div figure{padding: 12px 2% 12px;}

	.embroidery_block .embroidery_cap_box figure{width: 30%;}
	.embroidery_block .embroidery_cap_box .inner_box{
		width : -webkit-calc(100% - 32%) ;
		width : calc(100% - 32%);
		line-height: 170%;
		font-size: 1.5rem;
	}

	.common_processing_menu{
		margin: -68px -4.4% 0px;
	    padding: 58px 4.4% 40px;
	}


	.common_processing_menu h2{
		margin-bottom: 16px;
		font-size: 1.8rem;
		font-weight:700;
	}


	.common_processing_menu ul li strong,
	.common_processing_menu ul li h2,
	.common_processing_menu ul li h3 {
		font-size: 	1.7rem;
	}


	.factory_info_box .inner_box .info_box{
		width: 100%;
		padding: 5px 0px 20px;
	}

	.factory_info_box .inner_box .info_box h2{
		font-size: 2.0rem;
		padding-bottom: 18px;
	}

	.factory_info_box .inner_box .info_box h2 span{
		font-size: 1.6rem;
	}

	.factory_info_box .inner_box .info_box br{
		display: none;
	}

	.factory_info_box .inner_box .slider_box{
		width: 100%;
	}

	.embroidery_onepoint{
		width: 60%;
	}

	.embroidery_price_info_box .detail_box ul li span{
		font-size: 1.6rem;
	}

	.embroidery_price_info_box .detail_box ul li::after{
		font-size: 1.8rem;
	}

	.print_block .embroidery_exit_box ul li,
	.embroidery_block .embroidery_exit_box ul li{
		width: 46%;
	}

}

@media print, screen and (max-width: 720px) {

	.embroidery_block .embroidery_top_link div{ width: 100%; margin-bottom: 12px;}
	.embroidery_block .embroidery_top_link div a{
		text-align: left;
		padding: 28px 4% 23px;}
	.embroidery_block .embroidery_top_link div a h2,
	.embroidery_block .embroidery_top_link div a h3{font-size: 1.5rem;}
	.embroidery_block .embroidery_top_link div a .txt{font-size: 1.4rem;}
	.embroidery_block .embroidery_top_link div a .b_btn {
		padding: 12px 4.2%;
		width: 108.4%;
		margin: auto -4.2% -23px;
		background: #9a8b73;
		border-radius: 0px;
		max-width: none;
	}

	.embroidery_block .embroidery_price_box > div{
		width: 100%;
		margin-top: 20px;
	}

	.embroidery_block .embroidery_price_box > div h3{
		width: 100%;
		font-size: 1.7rem;
		font-weight: bold;
		padding: 12px 0px;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		margin-bottom: 22px;
	}

	.embroidery_block .embroidery_price_box > div .b_btn{width: 100%;}

	.embroidery_block .embroidery_price_box > div dl dd .price{font-size: 1.7rem; padding-top: 4px;}
	.embroidery_block .embroidery_price_box > div dl dd .price span{padding-left: 4px;}
	.embroidery_block .embroidery_price_box > div dl dd .price span::after{font-size: 1.3rem;}

	.embroidery_block .cap_kakaku_box01 .inner_box{
		width : 100%;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}

	.embroidery_block .cap_kakaku_box01 figure{
		width:100%;
	}

}

@media print, screen and (max-width: 480px) {

	.embroidery_block .embroidery_top_link div a::before {
		left: 6px;
		top: 6px;
		border-width: 14px 14px 0 0;
	}

	.print_block .embroidery_exit_box ul li,
	.embroidery_block .embroidery_exit_box ul li{
		min-width: 90%;
		width: 90%;
		margin: 0px 5% 12px;
	}

	.embroidery_block .embroidery_wear_box .inner_box div{min-width: 100%; margin: 0px 0% 10px;}
	.embroidery_block .embroidery_wear_box .inner_box.second_wear div{ min-width: 100%;}
	.embroidery_block .embroidery_wear_box .inner_box div h4{font-size: 1.5rem; height: auto; padding: 12px 0px;}

	.embroidery_block .embroidery_wear_box .inner_box div figure{width: 90%;}
	.embroidery_block .embroidery_wear_box .inner_box div figure figcaption{ font-size: 1.4rem;}
	.embroidery_block .embroidery_wear_box .inner_box div .price{font-size: 1.7rem;}

	.embroidery_block .embroidery_cap_box figure{width: 100%; margin-top: 14px;}
	.embroidery_block .embroidery_cap_box .inner_box{
		width : 100%;
		line-height: 160%;
		font-size: 1.4rem;
	}

	.common_processing_menu{
		margin: -68px -4.4% 0px;
		padding: 48px 4.4% 20px;
	}

	.factory_info_box{
		background: #efebe3;
	}

	.common_processing_menu ul li {
		max-width: 500px;
		width: 100%;
		margin-bottom: 20px;
	}

	.item_case_list{
		margin: 0px 0px;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content:space-between;
		-ms-justify-content:space-between;
		justify-content:space-between;
		}

	.item_case_list li{
		max-width: 500px;
		width: 47.5%;
		margin-bottom: 20px;
	}

}


/* ---------------------------------------------------------------- */
/* print */
/* ---------------------------------------------------------------- */

.print_block .print_header_box{
	text-align: center;
	margin-bottom: 40px;
}

.print_block .print_header_box .big_txt{
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 28px;
}
.print_block .print_header_box p{
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.print_block .print_box01{padding-top: 22px;}
.print_block .print_box01 figure{width: 280px;}
.print_block .print_box01 .inner_box{
	margin-left: 4%;
	-webkit-flex: 1;
	flex: 1;
}

.print_block .fullcolor_fuchi_box h3,
.print_block .print_box01 .inner_box h3{
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 14px;
	border-bottom: 1px solid #999;
}

.print_block .print_box01 .inner_box ul li{
	position: relative;
	margin-bottom: 6px;
	padding-left: 14px;
}

.print_block .print_box01 .inner_box ul li::before{
	position: absolute;
	content: "・";
	left: 0px;
	top: 0px;
}

.print_block .print_flow li {
	position: relative;
	width: 22%;
}
.print_block .print_flow li:not(:last-child)::after {
	position: absolute;
	right: -30px;
	top: 40%;
	color: #808080;
	content:"\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 4rem;
}

.print_block .print_box02 li{width: 49%;}
.print_block .print_box02 li img{margin-bottom: 8px;}

.print_block .print_range{ margin: 0px auto 30px;}
.print_block .print_range li{margin: 0px 18px; text-align: center;}
.print_block .print_range li p{
	font-size: 1.5rem;
	padding-bottom: 18px;
}
.print_block .print_range li p span{ display: block;}

.print_block .print_bottom_link{padding-top: 50px;}
.print_block .print_bottom_link li{
	width: 310px;
	margin: 0px 12px 14px;
}
.print_block .print_bottom_link li span{
	width: 100%;
	display: block;
	font-size: 1.2rem;
	color: #666;
	margin-top: -6px;
}

.print_block .print_bottom_link li a{
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	height: 74px;
}

.print_block .page_bottom_linkbox .inner_box ul .happi a{
	background: url(../img/top/top_pic01.png) no-repeat right bottom #fff;
	background-size: 32% auto;
}

.print_block .page_bottom_linkbox .inner_box ul li.cap a{
	background: url(../img/top/top_pic02.png) no-repeat right bottom #fff;
	background-size: 34% auto;
}

.print_block .page_bottom_linkbox .inner_box ul li.wear a{
	background: url(../img/top/top_pic03.png) no-repeat right bottom #fff;
	background-size: 27% auto;
}

.print_block .print_cap_table tbody td{ width: 33.333%;}

.print_block .fullcolor_fuchi_box{
	padding-top: 34px;
}

.print_block .fullcolor_fuchi_box ul{
	width: 102%;
	margin: 0px -1%;
}

.print_block .fullcolor_fuchi_box ul li{
	width: 31.3%;
	margin: 0px 1% 12px;
}

.print_block .fullcolor_fuchi_box ul li p{
	margin-top: 8px;
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1159px) {

	.print_block .print_range li{ width: 46%;  margin: 0px 2%;}
	.print_block .print_range li img{max-width: 300px;}
}

@media print, screen and (max-width: 1050px) {

	.print_block .print_box02 li{ max-width: 430px; width: 48%; margin: 0px 1%;}

}

@media print, screen and (max-width: 1024px) {

	.print_block .print_header_box .big_txt{
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
	.print_block .print_box01 figure{width: 220px;}

	.print_block .print_flow li:not(:last-child)::after {
		right: -12%;
		top: 34%;
		font-size: 3rem;
	}


}

@media print, screen and (max-width: 767px) {

	.print_block .print_header_box .big_txt{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.print_block .print_header_box p{
		font-size: 1.4rem;
	}
	.print_block .print_box01 figure{width: 180px;}

	.print_block .print_flow li:not(:last-child)::after {
		right: -12%;
		font-size: 2.4rem;
	}

	.print_block .print_box02{-webkit-justify-content:space-between; justify-content:space-between;}
	.print_block .print_box02 li{ width: 48%; margin: 0px 0%;}

	.print_block .print_bottom_link li{
		min-width: 280px;
		width: 46%;
		margin: 0px 2% 12px;
	}

	.print_block .fullcolor_fuchi_box{
		padding-top: 24px;
	}

	.print_block .fullcolor_fuchi_box ul li{
		width: 48%;
	}


}

@media print, screen and (max-width: 480px) {

	.print_block .print_header_box{margin-bottom: 20px;}

	.print_block .print_header_box .big_txt{
		font-size: 1.8rem;
		margin-bottom: 16px;
	}
	.print_block .print_box01 figure{
		width: 100.1%;
		margin-bottom: 14px;
	}
	.print_block .print_box01 .inner_box{
		margin-left: 0%;
		width: 100%;
		-webkit-flex: 1;
		flex: 1;
	}
	.print_block .print_flow li{ width: 47.5%; margin-bottom: 20px;}
	.print_block .print_flow li:not(:last-child)::after{display: none;}

	.print_block .print_box02 li{ max-width: 480px; width: 100%; margin-bottom: 20px;}

	.print_block .print_range li{ width: 80%;  margin: 0px 10% 16px;}

	.print_block .print_bottom_link li{ min-width: 90%; width: 90%;}

	.print_block .fullcolor_fuchi_box ul{
		margin: 0px 0%;
	}

	.print_block .fullcolor_fuchi_box ul li{
		width: 100%;
		margin: 0px 0% 18px;
	}

}


/* ---------------------------------------------------------------- */
/* silk_price */
/* ---------------------------------------------------------------- */

.silk_price_box .silk_price_header_box{
	text-align: center;
	margin-bottom: 40px;
}

.silk_price_box .silk_price_header_box .btn_text{
	padding-top: 16px;
	margin-bottom: 40px;
	font-size: 1.6rem;
}

.silk_price_box .silk_price_header_box .btn_text::after{
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 1.7rem;
	color: #EC7A00;
	margin-left: 10px;
}


.silk_price_box .silk_price_table td{
	white-space: normal;
	text-align: center;
}

.silk_price_box .silk_price_table thead td span{
	font-size: 1.3rem;
	display: block;
	color: #666;
}

.silk_price_box .silk_price_table tbody th span{
	font-size: 1.3rem;
	color: #666;
	margin-left: 12px;
}

/* ----------------------------------------- */
/* Responsive */


@media print, screen and (max-width: 1024px) {

	.silk_price_box .silk_price_header_box .big_txt{
		font-size: 2.4rem;
		margin-bottom: 24px;
	}

	.silk_price_box .silk_price_table td{
		white-space: nowrap;
	}


}

@media print, screen and (max-width: 767px) {

	.silk_price_box .silk_price_header_box .big_txt{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	.silk_price_box .silk_price_header_box p{
		font-size: 1.4rem;
	}


}

@media print, screen and (max-width: 480px) {

	.silk_price_box .silk_price_header_box{margin-bottom: 20px;}

	.silk_price_box .silk_price_header_box .big_txt{
		font-size: 1.8rem;
		margin-bottom: 16px;
	}

}


/* ---------------------------------------------------------------- */
/* sample_emb */
/* ---------------------------------------------------------------- */

.sample_block .sample_emb_header_box{
	text-align: center;
	margin-bottom: 40px;
}

.sample_block .sample_emb_header_box .btn_text{
	padding-top: 16px;
	margin-bottom: 40px;
	font-size: 1.6rem;
}

.sample_block .sample_emb_header_box .btn_text::after{
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 1.7rem;
	color: #EC7A00;
	margin-left: 10px;
}

.sample_block .sample_emb_header_box .page_link_style_02 li{ margin: 0px 10px 12px;}


.sample_block .sample_img_list{
	width: 102%;
	margin-right: -2%;
}

.sample_block .sample_img_list figure{
	width: 23%;
	margin:0px 2% 26px 0px;
	text-align: center;
}

.sample_block .sample_img_list figure figcaption{
	padding-top: 10px;
}

.sample_block .sample_img_list figure figcaption span{
	display: block;
	color: #999;
}

.sample_block .reflection_box figure{
	width: 58%;
	background: #2D2D2D;
	padding: 20px;
}

.sample_block .reflection_box .inner_box{
	width: 38%;
}

.sample_block .reflection_box .inner_box h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 26px;
}

.sample_block .reflection_box .inner_box h4{
	font-size: 1.6rem;
	font-weight: bold;
	margin:20px 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.sample_block .reflection_box .inner_box ul{margin: 16px 0px;}
.sample_block .reflection_box .inner_box ul li{ margin-bottom: 8px;}

.sample_block .reflection_box .inner_box span{
	border-bottom: 2px solid #EC7A00;
}


.sample_block .sample_font_list{
	width: 100%;
	margin: 0 0px 0px 18px;
	max-width: 10000px;
}

.sample_block .sample_font_list figure{
	width: 31%;
	margin:0px 2% 30px 0px;
	text-align: center;
}

.sample_block .sample_font_list figure figcaption{
	padding-bottom: 6px;
	color: #999;
}

.sample_block .sample_font_list figure figcaption span{
	display: block;
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1025px) {

	.sample_block .reflection_box figure{
		width: 54%;
		padding: 20px 2%;
	}

	.sample_block .reflection_box .inner_box{width: 42%;}

	.sample_block .sample_font_list{
		width: 103%;
		margin: 0px -3% 0px 0px;
		max-width: 1300px;
	}

	.sample_block .sample_font_list figure{
		width: 48%;
		margin:0px 2% 30px 0px;
	}

}

@media print, screen and (max-width: 767px) {

	.sample_block .sample_img_list{
		width: 103%;
		margin-right: -3%;
	}

	.sample_block .sample_img_list figure{
		width: 30.2%;
		margin:0px 3% 20px 0px;
		text-align: center;
	}

	.sample_block .sample_img_list figure figcaption{padding-top: 4px;}

	.sample_block .reflection_box figure{
		width: 100%;
		padding: 20px 5%;
		margin-bottom: 24px;
	}

	.sample_block .reflection_box .inner_box{width: 100%;}

	.sample_block .reflection_box .inner_box .b_btn{ width: 100%;}

}

@media print, screen and (max-width: 480px) {

	.sample_block .sample_img_list figure{
		width: 47%;
		margin:0px 3% 16px 0px;
		text-align: center;
	}

	.sample_block .sample_font_list{
		width: 100%;
		margin: 0px auto;
	}

	.sample_block .sample_font_list figure{
		width: 100%;
		margin:0px 0% 20px;
	}

}

/* ---------------------------------------------------------------- */
/* some */
/* ---------------------------------------------------------------- */

.some_bloxk .flow_box{
	position: relative;
	width: 49%;
	border: 2px solid #EC7A00;
	padding:32px 26px 22px;
	margin-bottom:28px;
}

.some_bloxk .flow_box::before{
	position: absolute;
	background: #EC7A00;
	top: 0px;
	left: 0px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
}

.some_bloxk .flow_box::after{
	position: absolute;
	width: 0px;
	height: 0px;
}

.some_bloxk .flow_box:nth-child(3){ order: 4;}
.some_bloxk .flow_box:nth-child(4){ order: 3;}
.some_bloxk .flow_box:nth-child(5){ order: 5;}
.some_bloxk .flow_box:nth-child(6){ order: 6;}

.some_bloxk .flow_box:nth-child(1)::after,
.some_bloxk .flow_box:nth-child(5)::after{
	content:'';
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #ec7a00;
	top: 50%;
	right: -20px;
	margin-top: -15px;
}

.some_bloxk .flow_box:nth-child(3)::after{
	content:'';
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #ec7a00 transparent transparent;
	top: 50%;
	left: -20px;
	margin-top: -15px;
}

.some_bloxk .flow_box:nth-child(2)::after,
.some_bloxk .flow_box:nth-child(4)::after{
	content:'';
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #ec7a00 transparent transparent transparent;
	left: 50%;
	bottom: -20px;
	margin-left: -15px;
}

.some_bloxk .flow_box:nth-child(1)::before{content:'1';}
.some_bloxk .flow_box:nth-child(2)::before{content:'2';}
.some_bloxk .flow_box:nth-child(3)::before{content:'3';}
.some_bloxk .flow_box:nth-child(4)::before{content:'4';}
.some_bloxk .flow_box:nth-child(5)::before{content:'5';}
.some_bloxk .flow_box:nth-child(6)::before{content:'6';}

.some_bloxk .flow_box .inner_box{
	text-align: left;
	order: 1;
	width: 64%;
	margin-right: 6%;
}

.some_bloxk .flow_box .inner_box h2{
	font-size: 1.9rem;
	color: #EC7A00;
	margin-bottom: 8px;
}

.some_bloxk .flow_box figure{ order: 2; width: 30%;}


/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1025px) {

	.some_bloxk .flow_box{
		padding:30px 2% 18px 4%;
		margin-bottom:24px;
	}

	.some_bloxk .flow_box:nth-child(1)::after,
	.some_bloxk .flow_box:nth-child(5)::after{
		right: -14px;
		border-width: 10px 0 10px 14px;
		margin-top: -7px;
	}

	.some_bloxk .flow_box:nth-child(3)::after{
		border-width: 10px 14px 10px 0;
		left: -14px;
		margin-top: -7px;
	}

	.some_bloxk .flow_box:nth-child(2)::after,
	.some_bloxk .flow_box:nth-child(4)::after{
		border-width: 14px 10px 0 10px;
		bottom: -14px;
		margin-left: -7px;
	}

	.some_bloxk .flow_box .inner_box{
		width: 60%;
		margin-right: 6%;
	}

	.some_bloxk .flow_box .inner_box h2{font-size: 1.8rem;}

	.some_bloxk .flow_box figure{ width: 34%;}

}

@media print, screen and (max-width: 767px) {

	.some_bloxk .flow_box::before{
		width: 22px;
		height: 22px;
		line-height: 22px;
	}

	.some_bloxk .flow_box .inner_box h2{font-size: 1.6rem;}

}

@media print, screen and (max-width: 660px) {

	.some_bloxk .flow_box{
		width: 100%;
		padding:32px 5% 22px;
		margin-bottom:24px;
	}

	.some_bloxk .flow_box::before{
		width: 26px;
		height: 26px;
		line-height: 26px;
	}

	.some_bloxk .flow_box:nth-child(3){ order: 3;}
	.some_bloxk .flow_box:nth-child(4){ order: 4;}

	.some_bloxk .flow_box:nth-child(1)::after,
	.some_bloxk .flow_box:nth-child(2)::after,
	.some_bloxk .flow_box:nth-child(3)::after,
	.some_bloxk .flow_box:nth-child(4)::after,
	.some_bloxk .flow_box:nth-child(5)::after{
		border-width: 20px 15px 0 15px;
		border-color: #ec7a00 transparent transparent transparent;
		left: 50%;
		top: 100%;
		bottom: -20px;
		margin-left: -15px;
		margin-top: 0px;
	}


}

/* ---------------------------------------------------------------- */
/* hapi_orders */
/* ---------------------------------------------------------------- */

.hapi_orders_block .hapi_orders_header_box{
	text-align: center;
	margin-bottom: 40px;
}

.hapi_orders_block .hapi_orders_box figure{width: 52%;}
.hapi_orders_block .hapi_orders_box .inner_box{width: 42%;}

.hapi_orders_block .hapi_orders_box.men_box figure{ order: 2;}
.hapi_orders_block .hapi_orders_box.men_box .inner_box{ order: 1;}
.hapi_orders_block .hapi_orders_box.men_box .page_link_style_02{ order: 3;}

.hapi_orders_block .hapi_orders_box .inner_box h3{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 32px;
}

.hapi_orders_block .hapi_orders_box .inner_box img{
	margin-bottom: 12px;
}

.hapi_orders_block .hapi_orders_box .inner_box h4{
	font-size: 1.7rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.hapi_orders_block .hapi_orders_box .inner_box ul{margin: 22px 0px 44px;}
.hapi_orders_block .hapi_orders_box .inner_box ul li{
	max-width: 86%;
	margin-bottom: 8px;
}

.hapi_orders_block .hapi_orders_box .inner_box p span{
	border-bottom: 2px solid #EC7A00;
}

.hapi_orders_block .hapi_orders_box .inner_box .qa_link{
	margin-top: 26px;
	max-width: 86%;
}

.hapi_orders_block .hapi_orders_box .page_link_style_02{
	margin: 0px auto;
	padding-top: 50px;
}

.hapi_orders_block .hapi_orders_box .page_link_style_02 li{
	margin: 0px 12px 14px;
}

.hapi_orders_block .happi_size li{ width: 340px; margin: 0px 18px;}

.hapi_orders_block .hapi_orders_table{ margin-top: 30px;}
.hapi_orders_block .hapi_orders_table td{text-align:center;}
.hapi_orders_block .hapi_orders_table td span{font-size: 1.15rem;}


/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1159px) {

	.hapi_orders_block .happi_size li{ width: 46%;  margin: 0px 2%;}
	.hapi_orders_block .happi_size li img{max-width: 300px;}
}

@media print, screen and (max-width: 1024px) {

	.hapi_orders_block .hapi_orders_box figure{width: 30%; margin-left: -6.6%;}
	.hapi_orders_block .hapi_orders_box.men_box figure{width: 30%; margin-right: -6.6%;}
	.hapi_orders_block .hapi_orders_box .inner_box{width: 68%;}
	.hapi_orders_block .hapi_orders_box .inner_box img{max-width: 70%;}

}

@media print, screen and (max-width: 767px) {

	.hapi_orders_block .hapi_orders_box .inner_box h3{margin-bottom: 16px;}

	.hapi_orders_block .hapi_orders_box figure{ display: none;}
	.hapi_orders_block .hapi_orders_box .inner_box{width: 100%;}
	.hapi_orders_block .hapi_orders_box .inner_box img{max-width: 100%;}

	.hapi_orders_block .hapi_orders_box .inner_box ul{margin: 16px 0px 24px;}

	.hapi_orders_block .hapi_orders_box .inner_box ul{width: 100%; max-width: 767px;}
	.hapi_orders_block .hapi_orders_box .inner_box ul li{max-width: 1000%; width: 100%;}
	.hapi_orders_block .hapi_orders_box .inner_box .qa_link{max-width: 1000%; width: 100%;}

}

@media print, screen and (max-width: 480px) {

	.hapi_orders_block .hapi_orders_box .inner_box ul li a,
	.hapi_orders_block .hapi_orders_box .inner_box .qa_link a{ font-size: 1.4rem;}
	.hapi_orders_block .happi_size li{ text-align: center; width: 80%;  margin: 0px 10% 16px;}

}

/* -------------------------------------------------- */
/* faq */
/* -------------------------------------------------- */

.faq_block dl dd p:not(:last-child){margin-bottom: 20px;}

.faq_block .faq_header_box {
	margin: 0px auto 50px;
}

.faq_block .faq_box dl{
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}

.faq_block .faq_box dl:not(:last-child){border-bottom: 1px solid #ccc;}

.faq_block .faq_box dl dt{
	width: 22%;
	padding: 18px 0px 18px 0px;
}
.faq_block .faq_box dl dd{
	width: 78%;
	padding: 18px 0px 18px 32px;
}
.faq_block .faq_box dl dd .txt_red{ color: #ff0000;}

.faq_block .faq_box dl dd .txt_border_top{
	border-top: 1px solid #eee;
	padding-top: 14px;
	margin-top: -4px;
}

.faq_block .faq_box dl dd img{ width: auto; margin-bottom:20px;}

.faq_block .faq_box dl dd .b_btn{width: 40%;}

.faq_block .faq_box .daibiki_box{
	position: relative;
	background: #FFAE04;
	padding: 18px;
}

.faq_block .faq_box .daibiki_box h3{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 8px;
	color: #fff;
}

.faq_block .faq_box .daibiki_box li{
	font-size: 1.8rem;
	color: #144804;
}

.faq_block .faq_box .daibiki_box p{
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 400px;
	font-size: 1.8rem;
	color: #ff0000;
	padding: 16px 18px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}


.faq_block .faq_box .design_data h3{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2px;
}

.faq_block .qa_box dl:not(:last-child){border-bottom: 1px solid #ccc;}

.faq_block .qa_box dl dt{
	padding: 22px 0px 18px;
	font-size: 1.7rem;
}
.faq_block .qa_box dl dd{
	padding: 0px 0px 22px;
}

.faq_block .qa_box dl dd .answer{
	font-size: 1.7rem;
	margin-bottom: 14px;
}

.faq_block .qa_box dl p{
	position: relative;
	padding-left: 38px;

}

.faq_block .qa_box dl dt p::before,
.faq_block .qa_box dl dd .answer::before{
	position: absolute;
	left: 0px;
	top: -4px;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}
.faq_block .qa_box dl dt p::before{
	content: "Q";
	background: #f84747;
}
.faq_block .qa_box dl dd .answer::before{
	content: "A";
	background: #40a1ec;
}


/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1159px) {


	.faq_block .faq_box .daibiki_box h3{font-size: 2.0rem;}
	.faq_block .faq_box .daibiki_box li{font-size: 1.7rem;}

	.faq_block .faq_box .daibiki_box p{
		width: 340px;
		font-size: 1.6rem;
		padding: 16px 16px;
	}

}

@media print, screen and (max-width: 1024px) {

	.faq_block .faq_box .daibiki_box p{
		position: inherit;
		right: auto;
		bottom: auto;
		width: 400px;
		font-size: 1.6rem;
		padding: 10px 16px;
		margin-top: 12px;
	}

}

@media print, screen and (max-width: 767px) {

	.faq_block .faq_box dl dt{
		position: relative;
		width: 100%;
		padding: 24px 0px 6px 12px;
		font-size: 1.8rem;
	}
	.faq_block .faq_box dl dt::after{
		position: absolute;
		left: 0px;
		top: 26px;
		display: block;
		content: '';
		width: 4px;
		height: 20px;
		background: #FFAE04;
	}
	.faq_block .faq_box dl dt br{
		display: none;
	}
	.faq_block .faq_box dl dd{
		width: 100%;
		padding: 6px 0px 24px 0px;
	}

	.faq_block .faq_box dl dd .b_btn{width: 80%;}

	.faq_block .faq_box .daibiki_box h3{font-size: 1.7rem;}
	.faq_block .faq_box .daibiki_box li{font-size: 1.4rem;}

	.faq_block .faq_box .daibiki_box p{
		font-size: 1.4rem;
		max-width: 100%;
		padding: 10px 4%;
	}

	.faq_block .faq_box .daibiki_img{display: none;}

	.faq_block .faq_box dl dd .faq_step_img{
		width: 800px;
		max-width: 800px;
	}

	.faq_block .qa_box dl dt{
		padding: 22px 0px 14px;
		font-size: 1.5rem;
	}
	.faq_block .qa_box dl dd{
		padding: 0px 0px 22px;
	}

	.faq_block .qa_box dl dd .answer{
		font-size: 1.5rem;
		margin-bottom: 12px;
	}

	.faq_block .qa_box dl p{
		position: relative;
		padding-left: 30px;

	}

	.faq_block .qa_box dl dt p::before,
	.faq_block .qa_box dl dd .answer::before{
		top: -2px;
		width: 24px;
		height: 24px;
		border-radius: 4px;
		line-height: 24px;
	}

}


/* -------------------------------------------------- */
/* company */
/* -------------------------------------------------- */

.company_header_box{
	width: 82%;
    margin: 0px auto -20px;
}

.company_map_box{
	margin: 40px auto 0px;
	text-align: center;
}
.company_map_box p{
	display: inline-block;
	font-size: 1.8rem;
	padding-bottom: 6px;
	margin-bottom: 30px;
	border-bottom: 2px solid #ff0000;
}
.company_map_box iframe{
	width: 100%;
	height: 440px;
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1025px) {

	.company_header_box{width: 90%;margin: 0px auto -10px;}
	.company_map_box p{font-size: 1.6rem;}

}

@media print, screen and (max-width: 767px) {

	.company_header_box{width: 100%;margin: 0px auto;}
	.company_map_box p{font-size: 1.5rem;}

}

@media print, screen and (max-width: 480px) {

	.company_map_box iframe{height: 400px;}
}


/* -------------------------------------------------- */
/* ently */
/* -------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .ec-registerCompleteRole{
	font-size: 1.5rem;
	color: #333;
}

.ec-layoutRole .gc-layoutRole__contents .gc-entry_box{
	width: 82%;
	margin: 80px auto;
}

.ec-layoutRole .gc-layoutRole__contents .gc-entry_box .ec-reportDescription{
	font-size: 1.5rem;
}

.ec-layoutRole .gc-layoutRole__contents .gc-entry_box .b_btn{
	width: 450px;
	margin: 0px auto;
}

.ec-layoutRole .gc-layoutRole__contents .ec-telInput input{ max-width: 400px;}


/* ----------------------------------------- */
/* Responsive */


@media print, screen and (max-width: 767px) {

	.ec-layoutRole .gc-layoutRole__contents .gc-entry_box{
		width: 100%;
		margin: 26px auto 56px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-reportHeading{
		border-top: none;
		margin: 0px 0 30px;
	}

	.ec-layoutRole .gc-layoutRole__contents .ec-reportHeading h2{font-size: 1.8rem;}

	.ec-layoutRole .gc-layoutRole__contents .gc-entry_box .b_btn{width: 90%;}

}


/* ---------------------------------------------------------------- */
/* mypage */
/* ---------------------------------------------------------------- */

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main{padding-bottom: 80px;}
.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-navlistRole{padding-top: 60px;}
.mypage .gc-layoutRole__contents .ec-layoutRole__main  .active a{ background: #DE5D50; color: #fff;}

.mypage .gc-layoutRole__contents .ec-mypageRole{
	padding-left: 0px;
	padding-right: 0px;
}

.mypage .gc-layoutRole__contents #entry_company_name{width: 100%;}
.mypage .gc-layoutRole__contents .item_list_link {
	position: relative;
	display: block;
    width: 700px;
    max-width: 100%;
    border: 1px solid #BBB;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
	text-align: center;
    padding: 30px 20px;
	margin: 32px auto 24px;
    transition: opacity .3s;
}
.mypage .gc-layoutRole__contents .item_list_link::before {
	content: '';
    display: block;
    width: 220px;
    height: 67px;
    background: url(../img/mypage/img_banner_link_01.jpg) no-repeat;
	background-size: cover;
    position: absolute;
    left: 20px;
    top: 50%;
	transform: translate(0, -50%);
}
.mypage .gc-layoutRole__contents .item_list_link::after {
	content: '';
    display: block;
    width: 205px;
    height: 67px;
    background: url(../img/mypage/img_banner_link_02.jpg) no-repeat;
	background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
	transform: translate(0, -50%);
}
.mypage .gc-layoutRole__contents .item_list_link:hover {
    opacity: .6;
}
@media print, screen and (max-width: 767px) {
	.mypage .gc-layoutRole__contents .ec_para_sp {
		text-align: left;
	}
	.mypage .gc-layoutRole__contents .item_list_link {
		width: 100%;
		max-width: 320px;
		font-size: 1.6rem;
		padding: 90px 20px 12px;
		margin: 32px auto;
	}
	.mypage .gc-layoutRole__contents .item_list_link::before {
		left: 50%;
		top: 12px;
		transform: translate(-50%, 0);
	}
	.mypage .gc-layoutRole__contents .item_list_link::after {
		content: none;
	}
}
/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1159px) {

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main{padding-bottom: 70px;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-navlistRole{
		font-size: 1.5rem;
		padding-top: 50px;
	}

}

@media print, screen and (max-width: 767px) {

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-layoutRole__main{padding-bottom: 30px;}

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-navlistRole{
		width: 108.8%;
		margin: 0px -4.4%;
		padding-top: 0px;
		font-size: 1.4rem;
	}

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-navlistRole__item{ width: 20%;}

}

@media print, screen and (max-width: 480px) {

		.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-navlistRole{
			font-size: 3.4vw;
			letter-spacing: -0.2px;
		}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-navlistRole__item a{padding: 16px 0px;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-navlistRole__item span{ display: none;}

}


/* ---------------------------------------------------------------- */
/* mypage/favorite */


.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 102%;
	margin-right: -2%;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item{
	width:23.3%;
	margin:0px 1.6% 18px 0px;
	padding: 0px;
	height: auto;
	border: 1px solid #ccc;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__item-image{
	position: relative;
    width: 100%;
	height: auto;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__item-image::before{
	content: "";
    display: block;
    padding-top: 100%;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__item-image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-closeBtn--circle{
	right: 6px;
	top: 6px;
	z-index: 10;
	background: rgba(200,200,200,0.7);
	width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb{
	position: relative;
	display: flex; flex-direction: column;
	margin-bottom: 0px;
	height: 100%;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	width: 100%;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb ul{
	position: absolute;
	top: 6px;
	left: 4px;
	width: 190px;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb ul li{
	background: rgba(255,255,255,0.9);
	border: 1px solid #ccc;
	padding: 2px 6px;
	margin: 0px 2px 4px;
	border-radius: 5px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #222;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .gc-item-ttl{
	padding: 14px 6% 8px;
	font-size: 1.7rem;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .product-code-default{
	padding: 0px 6% 14px;
	display: block;
	font-size: 1.3rem;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .price02-default{
	margin-top: auto;
	background: #EEEBE4;
	text-align: center;
	padding: 8px 6%;
	font-size: 2rem;
	color: #ff0000;
}

.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .price02-default span{
	font-size: 1.3rem;
	padding-left: 6px;
}

.mypage .ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager{
	width: 100%;
	margin:30px 0px 0px 0%;
}

@media print, screen and (max-width: 1024px) {

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList{
		width: 103%;
		margin-right: -3%;
	}
	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .gc-item-ttl{font-size: 1.6rem;}
	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .price02-default{font-size: 1.9rem;}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item{
		width:31%;
		margin:0px 2% 20px 0px;
	}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb ul{
		width:auto;
		margin-right: 46px;
	}

}

@media print, screen and (max-width: 767px) {

	.mypage .ec-layoutRole .gc-layoutRole__contents .ec-pagerRole .ec-pager{
		width: 100%;
		margin: 0px 0px -30px;
	}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .price02-default{
		font-size: 1.6rem;
		text-align: left;
	}

}

@media print, screen and (max-width: 549px) {


	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList{
		width: 108.8%;
		margin-left: -4.4%;
		margin-right: -4.4%;
		border-bottom: 1px solid #ddd;
		background: #EEEBE4;
		padding-top: 12px;
	}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item{
		width:47%;
	}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item:nth-child(even){margin:0px 2% 12px 2%;}
	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item:nth-child(odd){margin:0px 0% 12px 2%;}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb{background: #fff;}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .gc-item-ttl{
		padding: 10px 4% 4px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .product-code-default{
		padding: 0px 4% 8px;
		font-size: 1.2rem;
	}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .price02-default{
		background: none;
		padding: 0px 4% 12px;
		text-align: left;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.mypage .gc-layoutRole__contents .ec-favoriteRole__itemList .ec-favoriteRole__item .ec-favoriteRole__itemThumb .price02-default span{font-size: 1.2rem;}

}


/* ---------------------------------------------------------------- */
/* mypage/withdraw */


.mypage .gc-layoutRole__contents .ec-withdrawConfirmRole {text-align: center;}

.mypage .gc-layoutRole__contents .ec-withdrawCompleteRole .taikai_btn {
	text-align: center;
	margin: 0px auto;
}


/* ---------------------------------------------------------------- */
/* mypage/delivery */


.mypage .gc-layoutRole__contents .ec-addressRole {margin-top: -70px;}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 767px) {

	.mypage .gc-layoutRole__contents .ec-addressRole {margin-top: -10px;}

}

@media print, screen and (max-width: 480px) {

	.mypage .gc-layoutRole__contents .ec-addressRole {margin-top: -10px;}
	.mypage .gc-layoutRole__contents .ec-addressRole .ec-addressRole__actions a{ width: 100%;}

}



/* ---------------------------------------------------------------- */
/* mypage/history */


.mypage .gc-layoutRole__contents .ec-historyRole {
	position: relative;
	display: block;
	border: 4px solid #eee;
	padding: 34px 28px 22px;
	margin-bottom: 20px;
}

.mypage .gc-layoutRole__contents .ec-historyRole::before{
	content: "";
	position: absolute;
	border-style: solid;
	left: 8px;
	top: 8px;
	border-width: 22px 22px 0 0;
	border-color: #ec7a00 transparent transparent transparent;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents{
	border-top:none;
	padding: 0px;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyListHeader__date{
	padding-bottom: 8px;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyListHeader__action{
	margin: 16px 0px 0px;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detail{
	margin-top: -12px;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid{
	padding: 12px 0px;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid__img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 0px;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid__img img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid__content{
	padding-left: 18px;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle{margin-bottom: 0px;}
.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle .product_name{
	display: block;
	font-size: 2.1rem;
	padding: 0px;
	color: #333;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle span{
	display: inline-block;
	margin-left: 0px;
	padding: 6px 4px 2px 0px;
	font-size: 1.5rem;
	font-weight: 100;
	color: #888;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailPrice{
	padding-top: 5px;
	color: #ff0000;
	font-size: 1.8rem;
}

.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailPrice span{
	margin-left: 0px;
	color: #333;
	font-size: 1.3rem;
}



.mypage .gc-layoutRole__contents  .ec-layoutRole__main .ec-orderRole{
	padding-left: 0px;
	padding-right: 0px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail{
	width: 70%;
	padding: 0px 2% 0px 0px;
}
.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__summary{
	padding: 0px 0px 0px 4%;
	width: 30%;
}
.mypage .gc-layoutRole__contents .ec-layoutRole__main .gc-role{
	width: 70%;
	margin: 40px 0px 0px;
	text-align: center;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .gc-role a{
	width: 50%;
	padding: 14px 16px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__summary .ec-totalBox{background: #EEEBE4;}


.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-rectHeading h2{
	border-radius: 6px;
	padding: 12px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .gc-history-common-box{
	padding: 12px 12px 22px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid{
	position: relative;
    display: block;
    border: 4px solid #eee;
    padding: 18px;
    margin-bottom: 10px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid::before{
    content: "";
    position: absolute;
    border-style: solid;
    right: 8px;
    bottom: 8px;
    border-width: 18px 18px 0 0;
    border-color: transparent #ec7a00 transparent transparent;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid__img{
	padding: 0px;
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid__img img{
	width: 110px;
	height: 110px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid__content{
	padding-left: 14px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .product_name{
	display: block;
	margin: 0px 0px 6px;
	font-size: 2.1rem;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .history_category_txt{
	font-size: 1.5rem;
	color: #777;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .history_price_txt{
	padding-top: 5px;
    color: #ff0000;
    font-size: 1.8rem;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .history_price_txt span{
	margin-left: 0px;
    color: #333;
    font-size: 1.3rem;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-orderDelivery__address{
	padding-top: 16px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-orderMail{
	border:1px solid #ccc;
	border-radius: 6px;
	padding: 12px 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-orderMail .ec-orderMail__body{
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dotted #ccc;
	word-break: break-all;
}

.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-orderMail .ec-orderMail__body .ec-orderMail__close{
	margin-top: 20px;
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 767px) {

	.mypage .gc-layoutRole__contents .ec-historyRole {
		padding: 34px 4% 20px;
		margin-bottom: 18px;
	}

	.mypage .gc-layoutRole__contents .ec-historyRole::before{border-width: 18px 18px 0 0;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detail{margin-top: 10px;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid{padding: 12px 0px;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid__content{padding-left: 3%;}

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle{margin-bottom: 0px;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle .product_name{font-size: 1.8rem;}

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .gc-role{
		width: 100%;
		margin: 20px 0px 0px;
		text-align: center;
	}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail{width: 100%; padding: 0px;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__summary{padding: 0px; margin-top: 26px; width: 100%;}

}

@media print, screen and (max-width: 480px) {

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents,
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail{font-size: 1.4rem;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyListHeader__date{padding-bottom: 6px;font-size: 1.4rem;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-definitions{font-size: 1.4rem; margin: 5px 0px 0px;}

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detail{margin-top: 14px;}

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid__img,
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid__img{
		width: 80px;
		height: 80px;
	}

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid__img img,
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid__img img{height: 80px;}

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid{padding: 12px 0px;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-imageGrid__content{padding-left: 4%;}

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle{margin-bottom: 0px;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle .product_name{
		font-size: 1.6rem;
		font-weight: bold;
	}

	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailTitle span{font-size: 1.2rem;}
	.mypage .gc-layoutRole__contents .ec-historyRole .ec-historyRole__contents .ec-historyRole__detailPrice{font-size: 1.6rem;}


	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .gc-history-common-box{padding: 12px 0px 22px;}

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-rectHeading h2{
		font-size: 1.6rem;
		width: 108.8%;
		margin: 0px -4.4%;
		padding: 16px 4%;
		border-radius: 0px;
	}

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-orderDelivery__title{
		font-size: 1.5rem;
		padding: 0px 0px 15px;
	}

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid{padding: 12px 4%;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .product_name{font-size: 1.6rem; font-weight: bold;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .history_category_txt{font-size: 1.2rem;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .history_price_txt{font-size: 1.6rem; font-weight: bold;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .history_price_txt span{font-size: 1.3rem; font-weight: 100;}
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid .ec-definitions{font-size: 1.4rem; margin: 5px 0px 0px;}

	.mypage .gc-layoutRole__contents .ec-layoutRole__main .gc-role a{width: 80%;}

}

/* ---------------------------------------------------------------- */
/* detail */
/* ---------------------------------------------------------------- */

#jump01,
#jump02,
#jump03,
#jump04,
#jump05,
#product_review_area {
	padding-top: 50px;
	margin-top: -50px;
}

.gc-productRole{
	padding-left: 0;
	padding-right: 0;
	padding-top: 34px;
	font-size: 1.5rem;
	color: #000;
	width: 100%;
	padding-bottom: 44px;
}

.gc-productRole__title {
	border-bottom: 2px solid #BBB;
	letter-spacing: .05em;
	padding-bottom: 5px;
	margin-bottom: 31px;
	position: relative;
}
.gc-productRole__title .ec-headingTitle {
	font-weight: bold;
	color: #000;
	font-size: 3rem;
}
.gc-productRole__title .product_review {
	/* position: absolute; */
	bottom: 10px;
	right: 0;
	letter-spacing: 0;
}
.product_review {
	font-size: 1.6rem;
	font-weight: 500;
}
.recommend_average {
	font-size: 2.2rem;
	font-weight: bold;
	color: #F28C14;
	vertical-align: middle;
	display: inline-block;
	/* margin-right: 15px; */
	/* padding-left: 117px; */
	position: relative;
}
.recommend_average::before {
	content: '';
	display: block;
	width: 115px;
	height: 16px;
	/* background: url(../img/common/icon_star_off.svg) repeat-x; */
	position: absolute;
	left: 0;
	top: 7px;
}
.recommend_average::after {
	content: '';
	display: block;
	width: 115px;
	height: 16px;
	/* background: url(../img/common/icon_star_on.svg) repeat-x; */
	position: absolute;
	left: 0;
	top: 7px;
}
.recommend_average_05::after {
	width: 8px;
}
.recommend_average_10::after {
	width: 23px;
}
.recommend_average_15::after {
	width: 31px;
}
.recommend_average_20::after {
	width: 46px;
}
.recommend_average_25::after {
	width: 54px;
}
.recommend_average_30::after {
	width: 69px;
}
.recommend_average_35::after {
	width: 77px;
}
.recommend_average_40::after {
	width: 92px;
}
.recommend_average_45::after {
	width: 100px;
}
.recommend_average_link {
	color: #069;
	text-decoration: underline;
	vertical-align: middle;
	display: inline-block;
}

.link_button li {
	width: 168px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.link_button li a {
	display: block;
	border-radius: 3px;
	color: #000;
	border: 1px solid #DDD;
	padding: 14px 15px 20px;
	position: relative;
	text-decoration: none;
	transition: opacity .3s;
}
.link_button li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #F28C14;
	border-right: 2px solid #F28C14;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: bottom .3s;
}
.link_button li a:hover {
	opacity: .6;
}
.link_button li a:hover::after {
	bottom: 7px;
}

.gc-productRole .ec-sliderItemRole {
	width: 642px;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.5rem;
	color: #333;
	margin: 0 0 24px;
}
.gc-productRole .ec-sliderItemRole .item_visual {
	width: 100%;
	margin-bottom: 26px;
	overflow: hidden;
}
.gc-productRole .ec-sliderItemRole .item_visual .slide-item {
	width: 100%;
	height: auto;
}
.gc-productRole .ec-sliderItemRole .item_visual .slide-item img {
	height: 642px;
	border: 1px solid #E6E6E6;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	backface-visibility: hidden;
}
.gc-productRole .ec-sliderItemRole .item_visual .slide-item .item_visual_caption {
	font-size: 1.4rem;
	margin: 18px 0 0;
	line-height: 1.6;
	color: #484848;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-slider {
	margin-bottom: 30px;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li button:hover,
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li button:focus {
	outline: none;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li button:hover:before,
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li button:focus:before {
	opacity: 1;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li button:before {
	content: " ";
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: .25;
	background-color: black;
	border-radius: 50%;

}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: black;
}
.gc-productRole .ec-sliderItemRole .item_visual .slick-dots li button.thumbnail img {
	width: 0;
	height: 0;
}

.gc-productRole .ec-sliderItemRole .item_nav {
	width: 103%;
	margin: 0px -3% 24px 0px;
}
.gc-productRole .ec-sliderItemRole .item_nav .slideThumb {
	position: relative;
	width: 10.5%;
	height: auto;
	margin: 0px 1.88% 11px 0px;
	opacity: 1;
	cursor: pointer;
	background: #eee;
}
.gc-productRole .ec-sliderItemRole .item_nav .slideThumb::before{
	content: "";
	display: block;
	padding-top: 100%;
	border: 1px solid #EEE;
	position: relative;
	z-index: 10;
	pointer-events: none;
}
.gc-productRole .ec-sliderItemRole .item_nav .slideThumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.gc-productRole .ec-productRole__description {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}

.gc-productRole .ec-sliderItemRole .color_variation{ padding-top: 30px;}
.gc-productRole .ec-productRole__profile .color_variation{ display: none; padding-top: 30px;}


.gc-productRole .ec-productRole__profile {
	width: 400px;
	margin: 0 0 0 auto;
}
.gc-productRole .ec-productRole__profile figure {
	width: 184px;
}
.gc-productRole .ec-productRole__profile .product_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin: -2px 0 4px;
}
.gc-productRole .ec-productRole__profile .product_info dt {
	width: 60px;
	font-weight: 500;
	margin-bottom: 4px;
}
.gc-productRole .ec-productRole__profile .product_info dd {
	width: calc(100% - 60px);
	font-weight: 500;
	margin-bottom: 4px;
	padding-left: 22px;
	position: relative;
}
.gc-productRole .ec-productRole__profile .product_info dd::before {
	content: '：';
	position: absolute;
	left: 0;
	top: 0;
}

.gc-makerPrice {
	color: #484848;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: -2px;
}
.gc-makerPrice s {
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 5px;
}
.gc-makerPrice s::before,
.gc-makerPrice s::after {
	content: "\00A0\00A0";
}

.gc-productRole .ec-productRole__profile .ec-productRole__price {
	padding: 2px 0 14px;
	border: 0;
}
.price_tokka_ttl {
	padding: 5px 20px 3px;
	font-size: 1.6rem;
	display: inline-block;
	line-height: inherit;
	font-weight: bold;
	color:#F70000;
	border: 1px solid #F70000;
	vertical-align: middle;
}
.ec_price_wrap {
	display: inline-block;
}
.gc-productRole .ec-productRole__profile .ec-productRole__price .ec-price__price {
	font-size: 3.2rem;
	color: #F70000;
	padding: 0;
	margin-left: 5px;
	letter-spacing: -.03em;
	vertical-align: middle;
	display: inline-block;
}
.ec-tokka__tax {
	font-size: 1.4rem;
	font-weight: bold;
	color:#F70000;
	vertical-align: -4px;
	margin-left: -2px;
	display: inline-block;
}

.price_btn {
	margin-bottom: 20px;
}
.price_btn a {
	display: block;
	text-align: center;
	background: #FCF4EA;
	font-size: 1.4rem;
	font-weight: bold;
	color: #EF7802;
	border-radius: 6px;
	padding: 11px 11px 10px 25px;
	transition: opacity .3s;
}
.price_btn a:hover {
	opacity: .6;
}
.price_btn a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #EF7802;
	border-right: 2px solid #EF7802;
	transform: rotate(45deg);
	margin-left: 6px;
	vertical-align: 1px;
	transition: transform .3s;
}
.price_btn a:hover::after {
	transform: translateX(10px) rotate(45deg);
}

.gc-productRole .ec-productRole__profile .ec-productRole__description{
	margin: 16px 0px;
	font-size: 1.6rem;
}

.recommend_shishu {
	background: #F8F8F8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 20px 24px;
}
.recommend_shishu h2 {
	font-size: 2.2rem;
	color: #EF7802;
	font-weight: bold;
	text-align: center;
	width: 158px;
	padding: 2px 0 0 8px;
	letter-spacing: .03em;
	border-top: 1px solid #F28C14;
	border-bottom: 1px solid #F28C14;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
}
.recommend_shishu .recommend_shishu_product_ttl {
	color: #000;
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 0;
}
.recommend_shishu_price {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: bold;
	margin: 11px 0 6px 4px;
}
.recommend_shishu_price_ttl {
	font-size: 1.5rem;
	margin-bottom: 1px;
}
.recommend_shishu_price_price {
	font-size: 1.8rem;
	margin-left: 5px;
	letter-spacing: .02em;
}
.recommend_shishu_price_tax {
	font-size: 1.1rem;
	margin: 0 0 3px 4px;
}
.recommend_shishu_txt {
	font-size: 1.4rem;
	font-weight: 500;
	margin-left: 4px;
	line-height: 1.6;
	color: #484848;
}
.recommend_shishu_btn {
	width: 334px;
	margin: 9px auto 0;
}
.recommend_shishu_btn a {
	display: block;
	text-align: center;
	border: 1px solid #BBB;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 7px 10px 5px;
	color: #484848;
	transition: opacity .3s;
}
.recommend_shishu_btn a:hover {
	opacity: .6;
}
.recommend_shishu_btn a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #484848;
	border-right: 1px solid #484848;
	transform: rotate(45deg);
	margin-left: 6px;
	vertical-align: 2px;
	transition: transform .3s;
}
.recommend_shishu_btn a:hover::after {
	transform: translateX(10px) rotate(45deg);
}

.gc-productRole .ec-productRole__profile .submit_block {
	margin: 29px 0 0;
}

.gc-productRole .ec-productRole__profile .free_area{
	margin:0px 0px 20px;
	font-size: 1.3rem;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__actions{
	padding: 0px 0px 14px;
}

.gc-productRole .ec-productRole__profile .submit_block select{
	max-width: 500px;
	min-width: 100%;
	background: #fff;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn{
	width: 100%;
	min-width: 100px;
	margin-bottom: 16px;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn .add-cart,
.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn .add-estimate{
 	position: relative;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn .add-estimate::after{
	position:absolute;
	font-family: "Font Awesome 5 Free";
 	right: 20px;
	top:2px;
	font-size: 1.8rem;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn .add-estimate::after{content: "\f15c";}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn .add-other {
	background-color: #EF7802;
	border-radius: 6px;
	border-color:#EF7802;
	font-size: 1.8rem;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn .add-simulator {
	height: auto;
	line-height: normal;
	font-size: 1.6rem;
	padding: 12px;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-productRole__btn .add-simulator span {
	display: block;
	font-size: 1.3rem;
}

.gc-productRole .ec-productRole__profile .submit_block .btn-estimate,
.gc-productRole .ec-productRole__profile .submit_block .add-other,
.gc-productRole .ec-productRole__profile .submit_block .btn-addcart,
.gc-productRole .ec-productRole__profile .submit_block .btn-mail,
.detail_fixed-buttons a {
	transition: opacity .3s;
}

.gc-productRole .ec-productRole__profile .submit_block .btn-estimate:hover,
.gc-productRole .ec-productRole__profile .submit_block .add-other:hover,
.gc-productRole .ec-productRole__profile .submit_block .btn-addcart:hover,
.gc-productRole .ec-productRole__profile .submit_block .btn-mail:hover,
.detail_fixed-buttons a:hover {
	opacity: .6;
}

.gc-productRole .ec-productRole__profile .submit_block .btn-addcart,
.detail_fixed-buttons .btn-addcart {
	background: #FCF4EA;
	border: 2px solid #EF7802;
	color: #EF7802;
	border-radius: 6px;
	font-size: 1.8rem;
}

.gc-productRole .ec-productRole__profile .submit_block .mail_contact {
	margin-bottom: 23px;
	padding-bottom: 24px;
	border-bottom: 1px solid #EEE;
}
.gc-productRole .ec-productRole__profile .submit_block .mail_contact a {
	border: 2px solid #DDD;
	background: none;
	color: #000;
	font-size: 1.8rem;
	border-radius: 6px;
}
.gc-productRole .ec-productRole__profile .submit_block .mail_contact a::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 16px;
	margin: 0 7px 0 3px;
	background: url(../img/common/icon_mail.svg) no-repeat;
}

.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite {
	width: 334px;
	margin: 0 auto;
	background: none;
	border: 1px solid #BBB;
	border-radius: 24px;
	color: #484848;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-family: inherit;
	font-size: 1.6rem;
	transition: opacity .3s;
}
.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite:hover {
	opacity: .6;
}
.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite:focus {
	outline: none;
}
.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite::before {
	content: '';
	width: 17px;
	height: 15px;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 6px;
	background: url(../img/common/icon_btn_favorite.svg) no-repeat;
}
.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 11px;
	vertical-align: 2px;
	border-top: 2px solid #484848;
	border-right: 2px solid #484848;
	transform: rotate(45deg);
	transition: transform .3s;
}
.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite:hover::after {
	transform: translateX(10px) rotate(45deg);
}
.gc-productRole .ec-productRole__profile .sns_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -2px 0 24px;
	padding-bottom: 13px;
	border-bottom: 1px solid #EEE;
}
.gc-productRole .ec-productRole__profile .sns_btn span,
.gc-productRole .ec-productRole__profile .sns_btn div {
	display: block;
}
.gc-productRole .ec-productRole__profile .sns_btn li {
	margin: 0 5px;
}

.right_aside_nav ul {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(194px, 1fr));
	margin-bottom: 24px;
	grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.right_aside_nav ul li {
	text-align: center;
}
.right_aside_nav ul li a {
	display: block;
	font-size: 1.3rem;
	letter-spacing: -.06em;
	border: 1px solid #BBB;
	border-radius: 3px;
	padding: 8px 5px 6px;
	transition: opacity .3s;
}
.right_aside_nav ul li a:hover {
	opacity: .6;
}
.right_aside_nav ul li a::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #484848;
	border-right: 1px solid #484848;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 5px;
	transition: transform .3s;
}
.right_aside_nav ul li a:hover::after {
	transform: translateX(5px) rotate(45deg);
}

.related_block {
	margin: 21px 0 0;
}
.related_block dt {
	font-size: 1.8rem;
	border-bottom: 1px solid #EEE;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 13px;
}
.related_block > dd > ul {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	padding-left: 12px;
	margin-bottom: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.related_block > dd > ul > li:not(.ec-detail__tag):first-child::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 0;
	top: 8px;
}
.related_block > dd > ul a {
	text-decoration: underline;
	letter-spacing: -.05em;
	transition: opacity .3s;
}
.related_block > dd > ul a:hover {
	opacity: .6;
}
.related_block > dd > ul li{
	margin-bottom: 8px;
}
.related_block > dd > ul li + li, .related_block > dd > ul li.ec-detail__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 26px;
	position: relative;
}
.related_block > dd > ul li + li::before, .related_block > dd > ul li.ec-detail__tag::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #484848;
	border-right: 1px solid #484848;
	transform: rotate(45deg);
	position: absolute;
	left: -17px;
	top: 9px;
}
.related_block > dd > ul li.ec-detail__tag::before {
	display: none;
}
.related_block > dd > ul li.ec-detail__tag{
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	font-size: 14px;
}

.item_list_block {
	margin-bottom: 37px;
}
.item_list_box {
	width: 161px;
	margin: 0 0 24px 24px;
}
.item_list_box dt,
.item_list_box dd {
	font-weight: 500;
	line-height: inherit;
}
.item_list_box:nth-child(6n+1) {
	margin-left: 0;
}
.item_list_box a {
	display: block;
	line-height: 1.35;
	font-weight: 500;
	transition: opacity .3s;
}
.item_list_box a:hover {
	opacity: .6;
}
.item_list_box figure {
	border: 1px solid #EEE;
	margin-bottom: 12px;
}
.item_list_box .price02_default {
	color: #F70000;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 4px 0 0;
	letter-spacing: .03em;
}
.item_list_box .price02_default span {
	font-size: 1.2rem;
	margin-left: 3px;
	font-weight: 500;
	letter-spacing: 0;
}

.product_feature_block {
	margin-bottom: 65px;
}
.product_feature_box {
	background: #FCF4EA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
}
.product_feature_txt {
	padding: 30px 0 30px;
	margin-left: 34px;
	width: 730px;
}
.product_feature_box .product_feature_ttl {
	position: relative;
	color: #E5800A;
	font-size: 3.2rem;
	line-height: 1.1;
	letter-spacing: .025em;
	padding-bottom: 14px;
	font-weight: bold;
	margin-bottom: 28px;
}
.product_feature_box .product_feature_ttl::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	left: 8px;
	bottom: 0;
	right: 12px;
	background: #F28C14;
}
.product_feature_txt p:not(.product_feature_ttl) {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .025em;
	margin: 0 6px;
}
@media print,screen and (min-width: 768px){
	.product_feature_txt p:not(.product_feature_ttl) {
		min-height: 145px;
	}
}
.product_feature_box figure {
	width: calc(100% - 750px);
	/*margin-top: 18px;
	margin-left: -11px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
}
.product_feature_box figure img{
	width: 100%;
	height: 90%;
	object-fit: cover;
	/*object-position: right bottom;*/
}
.product_feature_staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0 49px;
}
.product_feature_staff figure {
	width: 190px;
	padding-right: 15px;
	text-align: center;
}
.product_feature_staff figcaption {
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 9px;
}
.product_feature_staff figure img {
	width: 90px;
}
.product_feature_staff_txt {
	width: calc(100% - 190px);
	border: 1px solid #BBB;
	border-radius: 8px;
	padding: 38px 39px 32px;
	position: relative;
}
.product_feature_staff_txt::before,
.product_feature_staff_txt::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 22px 11px 0;
	border-color: transparent #BBB transparent transparent;
	position: absolute;
	left: -22px;
	top: 50%;
	margin-top: -9px;
}
.product_feature_staff_txt::after {
	border-width: 10px 20px 10px 0;
	border-color: transparent #FFF transparent transparent;
	left: -19.5px;
	margin-top: -8px;
}
.product_feature_staff_txt h3 {
	font-size: 1.8rem;
	line-height: 1.45;
	margin-bottom: 16px;
	font-weight: bold;
}
.product_feature_staff_txt p {
	font-size: 1.6rem;
	line-height: 1.9;
	font-weight: 500;
}

.product_feature_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 49px;
}
.product_feature_img figure {
	margin-right: 20px;
	width: 400px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.function_icon{
	width: 48%;
	height: 45px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	border: 2px solid #009405;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.function_icon_cell{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	color:#009405;
}

.product_feature_img p {
	flex: 1;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 5px;
}

.product_specification {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 73px 0 -3px;
}
.product_specification dl {
	width: 444px;
}
.product_specification dl + dl {
	margin-left: 110px;
}
.product_specification dt {
	font-size: 2.4rem;
	font-weight: 500;
}
.product_specification p + p {
	margin-top: 14px;
}
.product_specification dd {
	margin-top: 9px;
	font-weight: 500;
	line-height: 1.8;
	font-size: 2rem;
}

.product_table table {
	width: 100%;
	margin-top: 32px;
	border: 1px solid #BBB;
}
.product_table th,
.product_table td {
	border: 1px solid #BBB;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 12px 25px;
}
.product_table th {
	text-align: center;
	background: #F4F4F4;
	padding: 12px 10px;
}
.product_table th:first-child {
	border-right: 0;
}
.product_table th:first-child + td {
	border-left: 0;
}
.product_table .product_table_note {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 18px;
}
.product_table table thead th,
.product_table table thead + tbody th,
.product_table table thead + tbody td {
	border-color: #DDD;
	text-align: center;
}
.product_table table thead th {
	border-bottom: solid 1px #EEE;
}
.product_table table thead th:first-child {
	background: #EAEAEA;
	border-right: 0;
}
.product_table table thead th:first-child + th {
	border-left: 0;
}
.product_table table thead + tbody tr:first-child th,
.product_table table thead + tbody tr:first-child td {
	border-top: 0;
}
.product_feature_block .product_table th {
	width: 94px;
}
.detail-info .product_table th:first-child {
	width: 84px;
}
.product_table + .product_table_note {
	text-align: right;
	font-size: 1.4rem;
	font-weight: 500;
	width: 100%;
	margin: 19px 0 0;
}

.product_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -9px 0 31px;
}
.product_type_icon {
	min-width: 62px;
	height: 62px;
	padding: 8px 7px;
	border-radius: 7px;
	background: #F28C14;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-right: 17px;
	white-space: nowrap;
}
.product_type > dd {
	flex: 1;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 5px;
}
.product_type_ttl {
	font-size: 1.2rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFF;
}
.product_type_txt_number {
	font-size: 2.4rem;
}
.product_type_txt_number + span {
	font-size: 1.4rem;
	margin: 3px 0 0 2px;
}
.product_type_txt {
	font-size: 1.6rem;
	min-height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -7px;
}

.size_box {
	padding: 12px 12px 0;
	margin-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.size_box p {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
}
.size_box p + p {
	margin-top: 2px;
}
.size_box_inner {
	width: 32.926%;
	margin: 0 0 3px 2.345%;
	text-align: center;
}
.size_box_inner:nth-child(3n+1) {
	margin-left: 0;
}
.size_box_inner:nth-child(3) {
	width: 30.956%;
}
.size_box_inner:nth-child(3) p {
	width: 85%;
}
.size_box_inner:nth-child(3) p:nth-child(2n+1) {
	width: 80%;
	margin: 0 0 0 auto;
}
.size_box_inner:nth-child(3) p + p {
	margin-top: 8.787%;
}

.detail-info {
	padding-top: 0;
	margin-bottom: 64px;
}

.size_image {
	margin-top: 39px;
}
.size_image + .size_image {
	margin-top: 48px;
}

.customize_block { margin-top: 20px;}

.customize_block .size_and_detail table{ margin-bottom: 50px;}

.customize_block .size_and_detail .inner_box{
	width: 48%;
}

.customize_block .customize_table_title {
	font-size: 1.8rem;
}

.gc-layoutRole__contents .simulator_box {
	width: 100%;
	max-width: 1300px;
	padding: 20px 20px;
	margin: 20px 0 50px;
}
.gc-layoutRole__contents .simulator_box {
	background: #78c5d6;
	text-align: center;
}
.gc-layoutRole__contents .simulator_box h2 {
	font-size: 2.2rem;
	padding: 10px 10px 10px 35px;
	background-position: left center;
	background-size: 30px 30px;
	margin-bottom: 35px;
	display: inline-block;
	background-image: url(../img/common/icon_simulator_ttl.svg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: 500;
}
.gc-layoutRole__contents .simulator_box .cv_set {
	width: 100%;
	text-align: center;
}
.gc-layoutRole__contents .simulator_box .cv_set li {
	display: inline-block;
	padding: 0px 7px 20px;
}
.gc-layoutRole__contents .simulator_box .cv_simulator {
	width: 100%;
}
.gc-layoutRole__contents .simulator_box .cv_simulator a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 18px 30px;
	background: #459ba8;
	border-radius: 100px;
	color: #FFF;
	font-size: 1.5rem;
}
.gc-layoutRole__contents .simulator_box .cv_simulator img {
	width: auto;
	height: 28px;
	margin: auto;
}

.detail_recommend {
	background: #F4F4F4;
	padding: 40px 40px 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail_recommend .ttl_style_03 {
	width: 100%;
	margin-bottom: 18px;
}
.detail_recommend > p {
	width: 100%;
	margin-bottom: 23px;
}
.detail_recommend > figure {
	width: 190px;
	margin-right: 60px;
}
.detail_recommend_txt {
	width: 760px;
	background: #fff;
	border: 2px solid #EEE;
	border-radius: 8px;
	padding: 38px 78px 37px;
	margin-bottom: 4px;
	position: relative;
}
.detail_recommend_txt::before,
.detail_recommend_txt::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 31px 15px 0;
	border-color: transparent #EEE transparent transparent;
	position: absolute;
	left: -31px;
	top: 50%;
	margin-top: -11px;
}
.detail_recommend_txt::after {
	border-width: 14px 28px 14px 0;
	border-color: transparent #FFF transparent transparent;
	left: -28px;
	margin-top: -10px;
}
.detail_recommend_txt h4 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.detail_recommend_txt h4 span {
	color: #EF7802;
}
.detail_recommend_txt p {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.recommend_part_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	margin: 55px 0 59px;
}
.recommend_part_box {
	margin: 0 11px;
}
.recommend_part_block p:first-child {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 55px;
	padding-right: 11px;
	line-height: 1.1;
}
.recommend_part_block p:first-child::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: -4px;
}
.recommend_part_block .pink p:first-child {
	color: #FD2C6C;
}
.recommend_part_block .pink p:first-child::before {
	background: #FD2C6C;
}
.recommend_part_block .blue p:first-child {
	color: #10A0E8;
}
.recommend_part_block .blue p:first-child::before {
	background: #10A0E8;
}

.detail_simulation_block {
	text-align: center;
	background: #F4F4F4;
	margin: 44px 0 49px;
	padding: 36px 40px 48px;
}
.detail_simulation_block h3 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: .025em;
	margin-bottom: 26px;
}
.detail_simulation_block h3::before {
	content: '';
	width: 24px;
	height: 34px;
	background: url(../img/other/special/polo/icon_simulation.svg) no-repeat;
	display: inline-block;
	vertical-align: -9px;
	margin-right: 11px;
}
.detail_simulation_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.detail_simulation_btn li {
	width: 315px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media print, screen and (min-width: 768px) {
	.detail_simulation_btn{
		width: 70%;
		margin: auto;
	}
}
.detail_simulation_btn li:nth-child(1),
.detail_simulation_btn li:nth-child(3){
	display: none;
}
.detail_simulation_btn a {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	background: #FFF;
	color: #000;
	border: 1px solid #BBB;
	line-height: 1.25;
	padding: 18px 10px 16px;
	letter-spacing: .02em;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity .3s;
}
.detail_simulation_btn a:hover {
	opacity: .6;
}

.detail_example {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail_example_item {
	width: 257px;
	margin: 0 0 20px 20px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}
.detail_example_item a {
	display: block;
	transition: opacity .3s;
}
.detail_example_item a:hover {
	opacity: .6;
}
.detail_example_item dd {
	line-height: 1.3;
}
.detail_example_item h4 {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: .02em;
	margin-bottom: 4px;
}
.detail_example_item dt p {
	margin-bottom: 15px;
}
.detail_example_item dt p img {
	max-width: 100%;
	width: auto;
}
.detail_example_item:nth-child(4n+1) {
	margin-left: 0;
}

.detail_btn_more {
	width: 100%;
	text-align: center;
	margin: 9px 0 49px;
}
.detail_btn_more a {
	display: inline-block;
	width: 408px;
	max-width: 100%;
	border: 1px solid #BBB;
	border-radius: 4px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	padding: 17px 13px 15px 10px;
	transition: opacity .3s;
}
.detail_btn_more.btn_w100 a{
	width: 100%;
} 
.detail_btn_more a:hover {
	opacity: .6;
}
.detail_btn_more a::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 11px;
	transition: transform .3s;
}
.detail_btn_more a:hover::after {
	transform: translateX(10px) rotate(45deg);
}

.detail_review {
	margin: 0 0 37px;
}
.detail_review .product_review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -2px;
	padding-right: 36px;
}
.detail_review .product_review dt {
	font-size: 2.4rem;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: .02em;
	margin: 0 24px 2px 0;
}
.detail_review_btn {
	background: #F4F4F4;
	margin: 35px 0 49px;
	text-align: center;
	padding: 40px 40px 36px;
}
.detail_review_btn p {
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: .02em;
}
.detail_review_btn p + p {
	margin-top: 14px;
}
.detail_review_btn a {
	width: 518px;
	background: #FFF;
	border: 1px solid #707070;
	border-radius: 4px;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	padding: 21px 10px 19px;
	letter-spacing: .02em;
	transition: .3s;
}
.detail_review_btn a:hover {
	opacity: .6;
}
.detail_review_btn a::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 10px;
	transition: transform .3s;
}
.detail_review_btn a:hover::after {
	transform: translateX(10px) rotate(45deg);
}

.detail_review_list > li {
	border-bottom: 1px solid #DDD;
	padding: 0 0 26px;
	margin-bottom: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.detail_review_list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.detail_review_list > li figure {
	width: 351px;
}
.detail_review_list_txt {
	width: calc(100% - 351px);
	padding-left: 32px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail_review_list_txt .product_review {
	display: block;
}
.detail_review_list_txt > p {
	font-size: 1.6rem;
	line-height: 1.65;
}
.detail_review_list_txt h3 {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .02em;
	margin: -1px 0 14px;
}
.detail_review_list_txt > .detail_review_list_name {
	text-align: right;
	font-size: 1.4rem;
	margin-top: -1px;
	line-height: inherit;
}
.detail_review_list_txt .product_review {
	width: 100%;
	padding-left: 2px;
	margin-bottom: 10px;
}
.detail_review_list_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 14px;
	font-size: 1.4rem;
}
.detail_review_list_info dt {
	width: 70px;
	font-weight: 500;
	margin-bottom: 2px;
}
.detail_review_list_info dd {
	width: calc(100% - 70px);
	font-weight: 500;
	margin-bottom: 2px;
	position: relative;
	padding-left: 14px;
}
.detail_review_list_info dd::before {
	content: '：';
	position: absolute;
	left: 0;
	top: 0;
}
.detail_review_list_info dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail_review_list_info dd ul li + li {
	position: relative;
	padding-left: 18px;
}
.detail_review_list_info dd ul li + li::before {
	content: '>';
	position: absolute;
	left: 4px;
	top: 0;
}

.detail_info {
	margin-bottom: 45px;
	padding-top: 0;
}

.product_page .ec-layoutRole .gc-layoutRole__contents .gc-shelfRole .ec-shelfGrid{
	width: 102%;
	margin-right: -2%;
	margin-left: 0px;
	padding-bottom: 40px;
}

.product_page .ec-layoutRole .gc-layoutRole__contents .gc-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
	width: 23.3%;
	margin: 0px 1.6% 18px 0px;
}

.product_page .ec-layoutRole .gc-layoutRole__contents .gc-shelfRole .ec-shelfGrid .ec-shelfGrid__item .comment{
	padding: 8px 6% ;
	font-size: 1.3rem;
	border-top: 1px dotted #ccc;
}


.gc-layoutRole__contents .detail_contact_box{
	background-color: #EEEBE4;
    padding: 35px 14px 30px 35px;
    margin-bottom: 50px;
}

.gc-layoutRole__contents .detail_contact_box .leftbox{width: 44%;}
.gc-layoutRole__contents .detail_contact_box .rightbox{width: 52%;}

.gc-layoutRole__contents .detail_contact_box .leftbox h2{
	font-size: 2.2rem;
	padding-bottom: 8px;
}

.gc-layoutRole__contents .detail_contact_box .leftbox .b_btn{
	margin: 14px 0px;
	text-align: center;
}

.gc-layoutRole__contents .detail_contact_box .rightbox li{
	position: relative;
	padding-left: 26px;
	font-size: 1.3rem;
	margin-bottom: 6px;
}

.gc-layoutRole__contents .detail_contact_box .rightbox li span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #222;
	color: #fff;
	font-size: 1.2rem;
}

/* floating button */
.detail_fixed-buttons {
	background: rgba(0, 0, 0, .7);
	padding: 13px 0;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 990;
}
	.detail_fixed-buttons li {
		background: #FFF;
		margin: 0 15px;
		min-width: 320px;
		max-width: 480px;
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.detail_fixed-buttons .btn-estimate .balloon {
		display: block;
		overflow: hidden;
		position: absolute;
		text-indent: 999px;
		white-space: nowrap;
		z-index: 10;
	}
/* ----------------------------------------- */
/* Responsive */

@media print, screen and (min-width: 768px) {
	.detail_fixed-buttons li .ec-blockBtn--action {
		font-size: 2.0rem;
	}
	.detail_fixed-buttons .btn-estimate .balloon {
		background: url(../img/btn/img_balloon_5min.png) no-repeat 100% 0 / cover;
		top: -28px;
		right: -63px;
		width: 85px;
		height: 60px;
	}
}

@media print, screen and (max-width: 767px) {
	#jump01,
	#jump02,
	#jump03,
	#jump04,
	#jump05,
	#product_review_area {
		padding-top: 0;
		margin-top: 0;
	}

	.gc-productRole__title {
		letter-spacing: .02em;
		padding-bottom: 8px;
		margin: 0 -.5% 15px;
	}
	.gc-productRole__title .ec-headingTitle {
		font-size: 2.2rem;
		margin-bottom: 5px;
	}
	.gc-productRole__title .product_review {
		position: static;
		margin-left: 2px;
	}
	.recommend_average {
		font-size: 1.8rem;
		/* margin-right: 12px; */
		/* padding-left: 104px; */
	}
	.recommend_average::before {
		width: 100px;
		height: 14px;
		background-size: 20px auto;
		top: 6px;
	}
	.recommend_average::after {
		width: 100px;
		height: 14px;
		background-size: 20px auto;
		top: 6px;
	}
	.recommend_average_05::after {
		width: 7px;
	}
	.recommend_average_10::after {
		width: 20px;
	}
	.recommend_average_15::after {
		width: 27px;
	}
	.recommend_average_20::after {
		width: 40px;
	}
	.recommend_average_25::after {
		width: 47px;
	}
	.recommend_average_30::after {
		width: 60px;
	}
	.recommend_average_35::after {
		width: 67px;
	}
	.recommend_average_40::after {
		width: 80px;
	}
	.recommend_average_45::after {
		width: 87px;
	}
	.recommend_average_link {
		font-size: 1.4rem;
	}

	.link_button li {
		width: 31.707%;
		font-size: 1.2rem;
		margin-bottom: 8px;
	}
	.link_button li a {
		padding: 10px 5px 19px;
	}
	.link_button li a::after {
		bottom: 9px;
		margin-left: -5px;
		width: 9px;
		height: 9px;
	}
	.link_button li a:hover {
		opacity: 1;
	}
	.link_button li a:hover::after {
		bottom: 9px;
	}

	.gc-productRole .ec-sliderItemRole {
		overflow: hidden;
		width: 100%;
		margin: 8px 0 0;
	}
	.gc-productRole .ec-sliderItemRole .item_visual {
		margin-bottom: 12px;
	}
	.gc-productRole .ec-sliderItemRole .item_visual .slide-item img {
		height: auto;
	}
	.gc-productRole .ec-sliderItemRole .item_visual .slide-item .item_visual_caption {
		font-size: 1.2rem;
		margin: 10px 0 0;
		line-height: 1.5;
	}
	.gc-productRole .ec-sliderItemRole .item_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 0 22px;
	}
	.gc-productRole .ec-sliderItemRole .item_nav .slideThumb {
		width: 17.987%;
		margin: 0 0 6px 2.516%;
	}
	.gc-productRole .ec-sliderItemRole .item_nav .slideThumb:nth-child(5n+1) {
		margin-left: 0;
	}

	.gc-productRole .ec-productRole__description {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.gc-productRole .ec-productRole__profile {
		width: 100%;
		margin: 10px 0 0;
	}
	.gc-productRole .ec-productRole__profile figure {
		width: auto;
	}
	.price_btn a:hover {
		opacity: 1;
	}
	.price_btn a:hover::after {
		transform: rotate(45deg);
	}

	.recommend_shishu {
		display: block;
		padding: 19px 16px 31px;
	}
	.recommend_shishu h2 {
		font-size: 1.8rem;
		width: auto;
		padding: 9px 0 7px;
		margin-bottom: 20px;
		display: block;
	}
	.recommend_shishu h2 br {
		display: none;
	}
	.recommend_shishu_price {
		margin: 10px 0 7px;
	}
	.recommend_shishu_txt {
		margin-left: 0;
	}
	.recommend_shishu_btn {
		width: 100%;
		margin: 13px auto 0;
	}
	.recommend_shishu_btn a:hover {
		opacity: 1;
	}
	.recommend_shishu_btn a:hover::after {
		transform: rotate(45deg);
	}

	.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite {
		width: 100%;
	}
	.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite:hover {
		opacity: 1;
	}
	.gc-productRole .ec-productRole__profile .submit_block .ec-blockBtn.btn-favorite:hover::after {
		transform: rotate(45deg);
	}
	.gc-productRole .ec-productRole__profile .sns_btn {
		padding-bottom: 14px;
	}
	.gc-productRole .ec-productRole__profile .sns_btn li {
		margin: 0 4px;
	}

	.right_aside_nav ul li {
		width: auto;
	}
	.right_aside_nav ul li a {
		font-size: 1.2rem;
		padding: 9px 8px 7px;
	}
	.right_aside_nav ul li a:hover {
		opacity: 1;
	}
	.right_aside_nav ul li a:hover::after {
		transform: rotate(45deg);
	}

	.item_list_block {
		margin-bottom: 30px;
	}
	.item_list_box {
		width: 30.182%;
		margin: 0 0 14px 4.727%;
		font-size: 1.3rem;
	}
	.item_list_box:nth-child(3n+1) {
		margin-left: 0;
	}
	.item_list_box a {
		line-height: 1.3;
	}
	.item_list_box a:hover {
		opacity: 1;
	}
	.item_list_box figure {
		margin-bottom: 9px;
	}
	.item_list_box .price02_default {
		font-size: 1.6rem;
	}
	.item_list_box .price02_default span {
		font-size: 1rem;
		margin-left: 2px;
	}

	.product_feature_block {
		margin-bottom: 36px;
	}
	.product_feature_box {
		display: block;
		padding: 19px 16px 0;
	}
	.product_feature_txt {
		padding: 0;
		margin-left: 0;
		width: auto;
	}
	.product_feature_box .product_feature_ttl {
		font-size: 2rem;
		line-height: 1.45;
		border-bottom: 2px solid #F28C14;
		padding-bottom: 7px;
		margin-bottom: 17px;
	}
	.product_feature_box .product_feature_ttl::after {
		display: none;
	}
	.product_feature_txt p:not(.product_feature_ttl) {
		font-size: 1.4rem;
		line-height: 1.6;
		margin: 0;
	}
	.product_feature_box figure {
		width: auto;
		margin: 12px -8px 0;
		display: block;
	}

	.product_feature_staff {
		display: block;
		margin: 24px 0 32px;
	}
	.product_feature_staff figure {
		width: 95px;
		margin: 0 auto 34px;
		padding-right: 5px;
		position: relative;
	}
	.product_feature_staff figcaption {
		position: absolute;
		top: 50%;
		left: 100%;
		width: 100%;
		text-align: left;
		margin: -15px 0 0 -2px;
	}
	.product_feature_staff figure img {
		width: 90px;
	}
	.product_feature_staff_txt {
		width: auto;
		padding: 24px 20px 17px;
	}
	.product_feature_staff_txt::before,
	.product_feature_staff_txt::after {
		border-width: 0 11px 22px 11px;
		border-color: transparent transparent #BBB transparent;
		left: 50%;
		top: -22px;
		margin: 0 0 0 -11px;
	}
	.product_feature_staff_txt::after {
		border-width: 0 10px 20px 10px;
		border-color: transparent transparent #FFF transparent;
		left: 50%;
		top: -19px;
		margin: 0 0 0 -10px;
	}
	.product_feature_staff_txt h3 {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	.product_feature_staff_txt p {
		font-size: 1.4rem;
		line-height: 1.75;
	}

	.product_feature_img {
		display: block;
		margin-bottom: 25px;
	}
	.product_feature_img figure {
		margin-right: 0;
		width: 100%;
	}
	.function_icon{
		width: 48%;
		height: 40px;
		overflow: hidden;
	}
	.function_icon_cell{
		font-size: 17px;
	}
	.product_feature_img p {
		font-size: 1.4rem;
		margin-top: 17px;
	}

	.product_specification {
		display: block;
		margin: 19px 2px 0;
	}
	.product_specification dl {
		width: auto;
	}
	.product_specification dl + dl {
		margin-left: 0;
		margin-top: 13px;
	}
	.product_specification dt {
		font-size: 1.7rem;
		font-weight: 500;
	}
	.product_specification p + p {
		margin-top: 12px;
	}
	.product_specification dd {
		margin-top: 4px;
		line-height: 1.65;
		font-size: 1.6rem;
	}

	.product_table {
		width: 100%;
		overflow: auto;
		margin-top: 20px;
		padding-bottom: 12px;
	}
	.product_table table {
		width: 100%;
		margin: 0;
	}
	.product_table th,
	.product_table td {
		font-size: 1.4rem;
		padding: 12px 19px 13px;
	}
	.product_table th {
		padding: 12px 10px 13px;
	}
	.product_table .product_table_note {
		font-size: 1.2rem;
		margin-left: 12px;
	}
	.product_feature_block .product_table th {
		width: 81px;
	}
	.detail-info .product_table th:first-child {
		width: 81px;
		white-space: nowrap;
	}
	.product_table table th:first-child {
		white-space: nowrap;
	}
	.product_table + .product_table_note {
		font-size: 1.3rem;
		margin: 0;
		text-align: left;
		padding-top: 10px;
	}

	.product_type {
		margin: -2px 0 13px;
	}
	.product_type > dd {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-top: 2px;
	}

	.detail-info {
		margin-bottom: 48px;
	}

	.size_image {
		margin-top: 20px;
	}
	.size_image.scroll {
		overflow: auto;
		padding-bottom: 12px;
	}
	.product_table::-webkit-scrollbar,
	.size_image.scroll::-webkit-scrollbar {height:4px;}
	.product_table::-webkit-scrollbar-track,
	.size_image::-webkit-scrollbar-track {background: #ccc;}
	.product_table::-webkit-scrollbar-thumb,
	.size_image::-webkit-scrollbar-thumb {background: #888;}
	.size_image.scroll img {
		width: auto;
	}
	.size_box {
		padding: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.size_box p {
		font-size: .9rem;
	}

.customize_block { margin-top: 20px;}

.customize_block .size_and_detail table{ margin-bottom: 50px;}

.customize_block .size_and_detail .inner_box{
	width: 48%;
}

.customize_block .customize_table_title {
	font-size: 1.8rem;
}

.gc-layoutRole__contents .simulator_box {
	width: 100%;
	max-width: 1300px;
	padding: 20px 20px;
	margin: 20px 0 50px;
}
.gc-layoutRole__contents .simulator_box {
	background: #78c5d6;
	text-align: center;
}
.gc-layoutRole__contents .simulator_box h2 {
	font-size: 2.2rem;
	padding: 10px 10px 10px 35px;
	background-position: left center;
	background-size: 30px 30px;
	margin-bottom: 35px;
	display: inline-block;
	background-image: url(../img/common/icon_simulator_ttl.svg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: 500;
}
.gc-layoutRole__contents .simulator_box .cv_set {
	width: 100%;
	text-align: center;
}
.gc-layoutRole__contents .simulator_box .cv_set li {
	display: inline-block;
	padding: 0px 7px 20px;
}
.gc-layoutRole__contents .simulator_box .cv_simulator {
	width: 100%;
}
.gc-layoutRole__contents .simulator_box .cv_simulator a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 18px 30px;
	background: #459ba8;
	border-radius: 100px;
	color: #FFF;
	font-size: 1.5rem;
}
.gc-layoutRole__contents .simulator_box .cv_simulator img {
	width: auto;
	height: 28px;
	margin: auto;
}

	.detail_recommend {
		padding: 24px 17px 24px;
		display: block;
	}
	.detail_recommend .ttl_style_03 {
		margin-bottom: 12px;
	}
	.detail_recommend > p {
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.detail_recommend > figure {
		margin: 0 auto;
	}
	.detail_recommend_txt {
		width: auto;
		margin: 34px 0 0;
		border: 1px solid #BBB;
		padding: 24px 15px 16px;
	}
	.detail_recommend_txt::before,
	.detail_recommend_txt::after {
		border-width: 0 12px 19px 12px;
		border-color: transparent transparent #BBB transparent;
		left: 50%;
		top: -19px;
		margin: 0 0 0 -13px;
	}
	.detail_recommend_txt::after {
		border-width: 0 11px 17px 11px;
		border-color: transparent transparent #FFF transparent;
		left: 50%;
		top: -17px;
		margin: 0 0 0 -12px;
	}
	.detail_recommend_txt h4 {
		font-size: 1.8rem;
		line-height: 1.35;
		margin-bottom: 8px;
	}
	.detail_recommend_txt p {
		font-size: 1.6rem;
		line-height: 1.65;
	}

	.recommend_part_block {
		display: block;
		margin: 32px 0 30px;
	}
	.recommend_part_box {
		margin: 0 -2px;
	}
	.recommend_part_box + .recommend_part_box {
		margin-top: 32px;
	}
	.recommend_part_block p:first-child {
		font-size: 1.4rem;
		margin-bottom: 23px;
		padding-right: 0;
	}
	.recommend_part_block p:first-child::before {
		width: 13px;
		height: 13px;
		margin-right: 6px;
		vertical-align: -1px;
	}

	.detail_simulation_block {
		margin: 32px 0;
		padding: 24px 20px;
	}
	.detail_simulation_block h3 {
		font-size: 2rem;
		margin-bottom: 21px;
	}
	.detail_simulation_block h3::before {
		width: 19px;
		height: 27px;
		background-size: 19px auto;
		vertical-align: -6px;
		margin-right: 7px;
	}
	.detail_simulation_btn {
		display: block;
	}
	.detail_simulation_btn li {
		width: auto;
	}
	.detail_simulation_btn li + li {
		margin-top: 16px;
	}
	.detail_simulation_btn a {
		height: 64px;
		font-size: 1.6rem;
	}
	.detail_simulation_btn a:hover {
		opacity: 1;
	}

	.detail_example {
		margin-top: -2px;
	}
	.detail_example_item {
		width: 47.56%;
		margin: 0 0 12px 4.88%;
		font-size: 1.4rem;
	}
	.detail_example_item a:hover {
		opacity: 1;
	}
	.detail_example_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.detail_example_item dd {
		text-align: left;
		line-height: 1.45;
	}
	.scene .detail_example_item dd {
		font-size: 1.2rem;
	}
	.detail_example_item h4 {
		font-size: 1.4rem;
		text-align: left;
		margin: 10px 0 4px;
	}
	.detail_example_item dt p {
		margin-bottom: 7px;
	}

	.detail_btn_more {
		margin: 10px 0 30px;
	}
	.detail_btn_more a {
		min-width: 100%;
	}
	.detail_btn_more a:hover {
		opacity: 1;
	}
	.detail_btn_more a::after {
		content: '';
		display: inline-block;
		width: 9px;
		height: 9px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
		vertical-align: 2px;
		margin-left: 11px;
		transition: transform .3s;
	}
	.detail_btn_more a:hover::after {
		transform: rotate(45deg);
	}

	.detail_review {
		margin: 0 0 26px;
	}
	.detail_review .product_review {
		display: block;
		margin-top: 0;
		padding-right: 0;
	}
	.detail_review .product_review dt {
		font-size: 2rem;
	}
	.detail_review_btn {
		margin: 15px 0 32px;
		padding: 24px 20px 19px;
	}
	.detail_review_btn p {
		font-size: 1.4rem;
	}
	.detail_review_btn p + p {
		margin-top: 15px;
	}
	.detail_review_btn a {
		width: 100%;
		border: 1px solid #BBB;
	}
	.detail_review_btn a:hover {
		opacity: 1;
	}
	.detail_review_btn a:hover::after {
		transform: rotate(45deg);
	}

	.detail_review_list > li {
		display: block;
		padding: 0 0 18px;
		margin-bottom: 25px;
	}
	.detail_review_list li figure {
		width: auto;
		margin-bottom: 20px;
	}
	.detail_review_list_txt {
		width: auto;
		padding-left: 0;
	}
	.detail_review_list_txt .product_review {
		display: block;
	}
	.detail_review_list_txt > p {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.6;
		order: 3;
	}
	.detail_review_list_txt h3 {
		width: 100%;
		font-size: 1.6rem;
		order: 0;
		margin: -1px 0 8px;
	}
	.detail_review_list_txt > .detail_review_list_name {
		text-align: left;
		font-size: 1.3rem;
		order: 2;
		margin-bottom: 14px;
	}
	.detail_review_list_txt .product_review {
		padding-left: 0;
		order: 1;
	}
	.detail_review_list_info {
		order: 4;
		margin-top: 12px;
		font-size: 1.3rem;
	}
	.detail_review_list_info dt {
		width: 65px;
		margin-bottom: 3px;
	}
	.detail_review_list_info dd {
		width: calc(100% - 65px);
		margin-bottom: 3px;
	}

	.gc-productRole {
		padding: 0 0 36px;
		font-size: 1.4rem;
	}

	.gc-layoutRole__contents .simulator_box {
		width: 108.8%;
		padding: 28px 5%;
		margin: 0px -4.4%;
	}
	.gc-layoutRole__contents .simulator_box h2 {
		font-size: 1.7rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.gc-layoutRole__contents .simulator_box .cv_set {
		width: 90%;
		margin: 0px auto;
	}
	.gc-layoutRole__contents .simulator_box .cv_set li {
		width: 100%;
		padding: 0px 0px 14px;
	}

	.gc-layoutRole__contents .simulator_box .cv_simulator a {
		display: block;
		padding: 16px 8%;
	}
	.gc-layoutRole__contents .simulator_box .cv_simulator img {
		height: 22px;
	}


	.gc-layoutRole__contents .detail_contact_box{
		width: 108.8%;
		padding: 28px 5%;
		margin: 0px -4.4% 40px;
	}

	.gc-layoutRole__contents .detail_contact_box .leftbox,
	.gc-layoutRole__contents .detail_contact_box .rightbox{width: 100%;}

	.gc-layoutRole__contents .detail_contact_box .leftbox h2{
		font-size: 1.8rem;
		font-weight: bold;
		padding-bottom: 12px;
	}

	.gc-layoutRole__contents .detail_contact_box .leftbox .b_btn{
		width: 100%;
		margin: 14px 0px;
		max-width: 1200px;
		text-align: center;
	}

	.gc-layoutRole__contents .detail_contact_box .rightbox{
		padding-top: 26px;
	}

	.gc-productRole .item_page_type_banner_box .cgy_ad{
		width: 108.8%;
		margin: 0px -4.4% 0px;
	}

	.detail_fixed-buttons {
		padding: 2% 0;
	}
	.detail_fixed-buttons li {
		margin: 0 4%;
		min-width: 41%;
		max-width: 61%;
	}
	.detail_fixed-buttons li .ec-blockBtn--action {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.4rem;
		line-height: 1.14;
	}
	.detail_fixed-buttons .btn-estimate .balloon {
		background: url(../img/btn/img_balloon_5min_sp.png) no-repeat 0 0 / cover;
		top: -14px;
		left: -25px;
		width: 56px;
		height: 40px;
	}

}

/* ---------------------------------------------------------------- */
/* nobori */
/* ---------------------------------------------------------------- */

.gc-layoutRole__contents .nobori_head_box{
	background: url(../img/list_nobori/cgy14_ttl.jpg) no-repeat right bottom #38C0FC;
	background-size: auto 100%;
	color: #fff;
	height: 300px;
	text-align:left;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.gc-layoutRole__contents .nobori_head_box h2{
	width: 100%;
	font-size: 3.9rem;
	padding-left: 40px;
}

.gc-layoutRole__contents .nobori_head_box p{
	width: 560px;
	padding:20px 0px 0px 40px;
}

.gc-layoutRole__contents .nobori_img_box{padding: 60px 20px;}
.gc-layoutRole__contents .nobori_img_box figure:first-child{width: 30%;}
.gc-layoutRole__contents .nobori_img_box figure:last-child{width: 60%;}

.gc-layoutRole__contents .customize_block .nobori_point_txt{
	text-align: right;
	padding: 14px 0px 40px;
}

.gc-layoutRole__contents .nobori_asset_btn {
    text-align: center;
    margin: 0px 0 60px;
}
.gc-layoutRole__contents .nobori_asset_btn li {
    margin: 10px 10px 0;
    display: inline-block;
}

.gc-layoutRole__contents .nobori_asset_btn li {
    display: inline-block;
}
.gc-layoutRole__contents .nobori_asset_btn li a {
    display: block;
    background: 0 0;
    border: 3px solid #459ba8;
    font-size: 1.6rem;
    padding: 15px 50px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.gc-layoutRole__contents .nobori_asset_btn li a:active,
.gc-layoutRole__contents .nobori_asset_btn li a:link,
.gc-layoutRole__contents .nobori_asset_btn li a:visited {
    color: #333;
}

.gc-layoutRole__contents .nobori_pole {
    background: #f1e5d7;
    padding: 40px;
}
.gc-layoutRole__contents .nobori_pole figure {
    width: 38%;
}

.gc-layoutRole__contents .nobori_pole .detail_box {
    width: 59%;
}
.gc-layoutRole__contents .nobori_pole .detail_box h2 span {
	display: block;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto 12px;
    padding: 0px 0 12px;
    font-weight: 600;
    border-bottom:3px #333  solid;
}
.gc-layoutRole__contents .nobori_pole .detail_box h2{
	font-size: 3.2rem;
	margin-bottom: 10px;
}

.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price{
	margin: 20px 0px;
}

.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price dt{
	text-align: center;
	color: #004FD5;
	padding: 6px 0px;
	background: #F1DF2F;
}

.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price dd{
	font-size: 4.8rem;
	color: #CD3535;
    text-align: center;
    padding: 15px 0;
	border-bottom: #459ba8 3px solid;
}

.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price dd span{
	font-size: 2rem;
}

.gc-layoutRole__contents .nobori_pole .detail_box .ptot_txt_detail h2{
	font-size: 1.6rem;
	border-bottom: #444 2px solid;
	padding: 20px 0 10px;
}

.gc-layoutRole__contents .nobori_pole .detail_box .ptot_txt_detail h2{
	font-size: 1.6rem;
	border-bottom: #444 2px solid;
	padding: 20px 0 10px;
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1159px) {

	.gc-layoutRole__contents .nobori_head_box{height: 340px;}
	.gc-layoutRole__contents .nobori_head_box p{width: 400px;}

}

@media print, screen and (max-width: 1024px) {

	.gc-layoutRole__contents .nobori_head_box{
		background-size: 50% auto;
		height: 340px;
	}
	.gc-layoutRole__contents .nobori_head_box p{width: 400px;}

}

@media print, screen and (max-width: 767px) {

	.gc-layoutRole__contents .nobori_head_box{
		width: 108.8%;
		margin: 0px -4.4%;
		background-size: auto 60%;
		background-position: bottom -80px right 0px;
		color: #fff;
		height: auto;
		text-align:left;
		display: block;
		padding: 30px 4% 100px;
	}

	.gc-layoutRole__contents .nobori_head_box h2{
		font-size: 2.8rem;
		padding-left: 0px;
	}

	.gc-layoutRole__contents .nobori_head_box p{
		width:100%;
		padding:20px 0px 0px;
	}

	.gc-layoutRole__contents .nobori_img_box{padding: 40px 0px;}
	.gc-layoutRole__contents .nobori_img_box figure:first-child{width: 34%;}
	.gc-layoutRole__contents .nobori_img_box figure:last-child{width: 60%;}

	.gc-layoutRole__contents .nobori_asset_btn {
		text-align: center;
		margin: 30px 0 40px;
	}
	.gc-layoutRole__contents .nobori_asset_btn li {
		margin: 10px 2% 0;
		width: 46%;
	}

	.gc-layoutRole__contents .nobori_asset_btn li {
		display: inline-block;
	}
	.gc-layoutRole__contents .nobori_asset_btn li a {
		font-size: 1.5rem;
	}

	.gc-layoutRole__contents .nobori_pole {
		width: 108.8%;
		margin: 0px -4.4%;
		background: #f1e5d7;
		padding: 30px 4.4%;
	}
	.gc-layoutRole__contents .nobori_pole figure {
		width: 40%;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box {
		width: 57%;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box h2 span {
		font-size: 1.5rem;
	}
	.gc-layoutRole__contents .nobori_pole .detail_box h2{
		font-size: 2.4rem;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price dd{
		font-size: 2.4rem;
		padding: 12px 0;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price dd span{
		font-size: 1.6rem;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box .ptot_txt_detail h2{
		font-size: 1.5rem;
		padding: 12px 0 10px;
	}

}

@media print, screen and (max-width: 549px) {

	.gc-layoutRole__contents .nobori_head_box{
		background: #38C0FC;
		width: 108.8%;
		margin: 0px -4.4%;
		padding: 30px 4.4%;
	}

	.gc-layoutRole__contents .nobori_head_box h2{
		font-size: 2.2rem;
		font-weight: bold;
	}

	.gc-layoutRole__contents .nobori_img_box{padding: 20px 0px;}
	.gc-layoutRole__contents .nobori_img_box figure:first-child{width: 50%; margin: 0px auto;}
	.gc-layoutRole__contents .nobori_img_box figure:last-child{width: 100%; margin-top: 20px;}

	.gc-layoutRole__contents .nobori_asset_btn {
		text-align: center;
		margin: 20px 0 24px;
	}
	.gc-layoutRole__contents .nobori_asset_btn li {
		margin: 10px 5% 10px;
		width: 90%;
	}

	.gc-layoutRole__contents .nobori_asset_btn li a {
		font-size: 1.4rem;
	}

	.gc-layoutRole__contents .nobori_pole figure {
		width: 100%;
		margin: 0px auto 30px;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box {
		width: 100%;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box h2 span {
		font-size: 1.5rem;
	}
	.gc-layoutRole__contents .nobori_pole .detail_box h2{
		font-size: 2rem;
		font-weight: bold;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price dd{
		font-size: 2.4rem;
		font-weight: bold;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box .ptot_price dd span{
		font-size: 1.4rem;
	}

	.gc-layoutRole__contents .nobori_pole .detail_box .ptot_txt_detail h2{
		font-size: 1.5rem;
		padding: 8px 0px;
	}

}


/* ---------------------------------------------------------------- */
/* detail modal */
/* ---------------------------------------------------------------- */

.simulator_modal {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    top: 50%;
    max-width: 900px;
	width:90%;
	height:80vh;
	margin-left: -450px;
	margin-top: -40vh;
    color: #FFF;
    display: none;
	background: #78c5d6;
	text-align: center;
}

.simulator_modal.gc_no_processing_modal{
	color: #333;
	background: #EEEBE4;
}

.modal-backdrop.in{opacity: 0.8;}

.simulator_modal .simulator_detail {
    padding: 50px 30px;
}
.simulator_modal .simulator_detail .modal_close {
    background: url(../img/arrow/arrow_close.svg) center center no-repeat;
    background-size: 35px 35px;
    top: 25px;
    right: 25px;
}

.simulator_modal.gc_no_processing_modal .simulator_detail .modal_close {
    background: url(../img/arrow/arrow_close_b.svg) center center no-repeat;

}

.simulator_modal .modal_close {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1200;
    cursor: pointer;
}
.simulator_modal .modal_close:hover {
    opacity: 0.7;
}
.simulator_modal .simulator_detail h2 {
    font-size: 2.6rem;
    padding: 68px 10px 40px;
	background-image: url(../img/common/icon_simulator_ttl.svg);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: 50px 50px;
	color: #FFF;
	font-weight: 500;
}

.simulator_modal.gc_no_processing_modal .simulator_detail h2 {
	color: #333;
	padding: 28px 10px 30px;
	background-image: none;
}

.simulator_box h2,
.simulator_detail h2 {
    background-image: url(../img/common/icon_simulator_ttl.svg);
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: 500;
}
.simulator_modal .simulator_detail .simulator_table {
    width: 80%;
    margin: 20px auto;
    background: #78c5d6;
    border-collapse: collapse;
}

.simulator_modal .simulator_detail .simulator_table th {
    width: 35%;
    padding: 10px;
    text-align: right;
    font-size: 16px;
    background-color: #FFF;
    border-right: none;
    border-bottom: #78c5d6 5px solid;
}
.simulator_modal .simulator_detail .simulator_table td,
.simulator_modal .simulator_detail .simulator_table th {
    vertical-align: middle;
}
.simulator_modal .simulator_detail .simulator_table th {
    color: #333;
    font-weight: 400;
}
.simulator_modal .simulator_detail .simulator_table select {
    width: auto;
    max-width: 400px;
    height: 40px;
    padding: 7px 30px 7px 10px;
    appearance: none;
    background: url(../img/arrow/arrow_bottom.svg) right 10px center no-repeat #459ba8;
    background-size: 15px 15px;
    vertical-align: middle;
    border: 2px solid #459ba8;
    margin: 5px 5px 5px 0;
    color: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.simulator_modal .simulator_detail .simulator_table select,
.simulator_modal .simulator_detail .simulator_table textarea {
    -webkit-appearance: none;
}

.simulator_modal .simulator_detail .simulator_table td input[type=text] {
    width: 100px;
    padding: 8px 10px;
    margin: 5px 7px 5px 0;
    border: 2px solid #FFF;
	color: #333;
	border-radius: 0px;
	-webkit-appearance: none;
}
.simulator_modal .simulator_detail .simulator_table th span {
    padding: 1px 8px;
    color: #FFF;
    background: #78c5d6;
    margin: 0 0 0 5px;
}
.simulator_modal .simulator_detail .simulator_table td {
    border-right: none;
    border-bottom: none;
    padding: 5px 0px 5px 20px;
    text-align:left;
}
.simulator_modal .simulator_detail .transmission {
    text-align: center;
    margin: 10px 0 30px;
}
.simulator_modal .simulator_detail .transmission li {
    margin: 10px 10px 0;
    display: inline-block;
}
.simulator_modal .simulator_detail input[type=button] {
    background: 0 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    color: #FFF;
    border: 3px solid #FFF;
    font-size: 1.6rem;
    padding: 15px 50px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.simulator_modal .simulator_detail input[type=button]:hover {
    background: #FFF;
    color: #459ba8;
    padding: 15px 100px;
}
.simulator_modal .simulator_detail .simulator_response {
    width: 80%;
    min-height: 100px;
    margin: 10px auto 20px;
    background: url(../img/common/icon_simulator.svg) left 15px no-repeat;
    background-size: 70px 70px;
    padding: 15px 0 0 100px;
    border-top: #FFF 3px solid;
    text-align: right;
}
.simulator_modal .simulator_detail .simulator_response dt {
    width: 50%;
    padding: 5px;
    display: inline-block;
}
.simulator_modal .simulator_detail .simulator_response dd {
    width: 35%;
    padding: 5px;
    display: inline-block;
}
.simulator_modal .simulator_detail .simulator_response dd span {
    font-size: 20px;
    padding: 3px;
}
.simulator_modal .simulator_detail .simulator_response .price {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
}
.simulator_modal .simulator_detail .btn_submit {
    margin: 10px auto 30px;
    display: inline-block;
}
.simulator_modal .simulator_detail .btn_submit a {
    display: block;
    background: 0 0;
    border: 3px solid #459ba8;
    font-size: 1.6rem;
    padding: 15px 50px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.simulator_modal .simulator_detail .btn_submit a:active,
.simulator_modal .simulator_detail .btn_submit a:link,
.simulator_modal .simulator_detail .btn_submit a:visited {
    color: #FFF;
}
.simulator_modal .simulator_detail .btn_submit a {
    border: 3px solid #FFF;
    font-size: 1.6rem;
    padding: 20px 50px;
    font-weight: 500;
    text-align: center;
}
.simulator_modal .simulator_detail .btn_submit a:hover {
    background: #FFF;
    color: #459ba8!important;
    padding: 20px 100px;
    text-decoration: none;
}
.simulator_modal .simulator_detail .text {
    text-align: right;
    width: 80%;
    margin: auto;
    line-height: 1.5em;
}
.simulator_modal .simulator_detail .simulator_table td .block_setting li {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px 0 0;
}
.simulator_modal .simulator_detail .simulator_table td .block_setting li p {
    font-size: 1.3rem;
    padding: 0 0 1px;
}
button:focus, input[type=text]:focus, input[type=search]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=radio]:focus, input[type=checkbox]:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #459ba8;
}

.simulator_modal.gc_no_processing_modal .ec-productRole__actions {
	padding: 24px;
	background:#d9d2c3;
	margin-bottom: 20px;
}

.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-select{
	width: 40%;
	padding-right: 3%;
	margin-bottom: 0px;
	text-align: left;
}

.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-numberInput{
	width: 20%;
	text-align: left;
	margin-bottom: 0px;
}

.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-select select,
.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-numberInput input[type="number"]{
	max-width: 70%;
	min-width: 70%;
	margin-bottom: 0px;
}

.simulator_modal.gc_no_processing_modal .info_txt{
	padding-bottom: 28px;
}

.simulator_modal.gc_no_processing_modal .info_txt span{
	border-bottom: 2px solid #EC7A00;
}

#page_product_detail .simulator_modal.gc_no_processing_modal .no_processing_btn_box{
	padding-bottom: 32px;
}

#page_product_detail .simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-addBtn,
#page_product_detail .simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-removeBtn{
	border: 1px solid #999;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	padding: 6px 18px;
	background: #fff;
}

.simulator_modal.gc_no_processing_modal .ec-blockBtn--action{
	width: 70%;
	margin: 0px auto;
}



/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1024px) {

	.simulator_modal {
		left: 10%;
		right: 10%;
		top: 10vh;
		max-width: 2000px;
		width:80%;
		height:80vh;
		margin-left: 0px;
		margin-top: 0vh;
	}

	.simulator_modal .simulator_detail {
		padding: 50px 10%;
	}
	.simulator_modal .simulator_detail .simulator_table {
		width: 100%;
	}

	.simulator_modal .simulator_detail .simulator_table th {
		font-size: 1.5rem;
	}
	.simulator_modal .simulator_detail .simulator_table select {
		width: auto;
	}
	.simulator_modal .simulator_detail .transmission li{ width: 80%;}
	.simulator_modal .simulator_detail .btn_submit{ width: 80%;}
	.simulator_modal .simulator_detail input[type=button] {
		width: 100%;
	}
	.simulator_modal .simulator_detail .simulator_response {
		width: 100%;
	}
	.simulator_modal .simulator_detail .text {
		width: 100%;
		text-align: center;
	}

	.simulator_modal.gc_no_processing_modal .ec-productRole__actions {
		padding: 24px 5%;
		margin-bottom: 16px;
	}

	.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-select{
		width: 50%;
		padding-right: 3%;
	}

	.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-numberInput{
		width: 60%;
		padding-top: 22px;
	}
	.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-numberInput input[type="number"]{
		max-width: 40%;
		min-width: 40%;
	}

}

@media print, screen and (max-width: 849px) {

	.simulator_modal {
		left: 6%;
		right: 6%;
		top: 5vh;
		width:90%;
		height:90vh;
	}

	.simulator_modal .simulator_detail {
		padding: 50px 8%;
	}

	.simulator_modal .simulator_detail h2 {
		font-size: 2.2rem;
	}

	.simulator_modal .simulator_detail .simulator_table td input[type=text] {
		width: 20%;
		min-width: 100px;
	}

}

@media print, screen and (max-width: 767px) {

	.simulator_modal .simulator_detail .simulator_table {
		width: 100%;
		display: inline-block;
		margin: 20px auto 0px;
	}

	.simulator_modal .simulator_detail .simulator_table th {
		padding: 8px 4%;
		text-align: center;
		font-size: 1.5rem;
		border-bottom:none;
	}
	.simulator_modal .simulator_detail .simulator_table td,
	.simulator_modal .simulator_detail .simulator_table tr,
	.simulator_modal .simulator_detail .simulator_table th {
		width: 100%;
		display: inline-block;
	}

	.simulator_modal .simulator_detail .simulator_table td{
		padding: 6px 0px 20px;
	}

	.simulator_modal .simulator_detail .simulator_table select {
		width: auto;
		max-width: 400px;
		height: 40px;
		padding: 7px 30px 7px 10px;
		appearance: none;
		background: url(../img/arrow/arrow_bottom.svg) right 10px center no-repeat #459ba8;
		background-size: 15px 15px;
		vertical-align: middle;
		border: 2px solid #459ba8;
		margin: 5px 5px 5px 0;
		color: #FFF;
		border-radius: 0;
		-webkit-border-radius: 0;
	}

	.simulator_modal .simulator_detail .btn_submit,
	.simulator_modal .simulator_detail .transmission li{width: 100%;}
	.simulator_modal .simulator_detail .transmission li{margin: 0px;}

	.simulator_modal .simulator_detail .btn_submit a,
	.simulator_modal .simulator_detail input[type=button] {
		font-size: 1.5rem;
		font-weight: bold;
		padding: 10px 0px;
	}

	.simulator_modal .simulator_detail .simulator_response {
		background: url(../img/common/icon_simulator.svg) left 15px no-repeat;
		background-size: 14% auto;
		padding: 15px 0 0 0%;
	}
	.simulator_modal .simulator_detail .simulator_response dt {
		width: 40%;
		padding: 5px 0px;
		display: inline-block;
	}
	.simulator_modal .simulator_detail .simulator_response dd {
		width: 50%;
		padding: 5px 0px 0px 5%;
	}
	.simulator_modal .simulator_detail .simulator_response dd span {
		font-size: 1.7rem;
		padding: 3px;
	}

	.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-select{
		width: 100%;
		padding-right: 0%;
	}

	.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-select:not(:first-of-type){
		padding-top: 22px;
	}

	.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-numberInput input[type="number"]{
		max-width: 60%;
		min-width: 60%;
	}

	.simulator_modal.gc_no_processing_modal .ec-blockBtn--action{
		width: 80%;
	}

}

@media print, screen and (max-width: 480px) {

	.simulator_modal .simulator_detail h2 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.simulator_modal .simulator_detail .simulator_table td select{
		max-width: 100%;
		width: 100%;
	}

	.simulator_modal.gc_no_processing_modal .ec-productRole__actions .ec-numberInput{
		width: 100%;
	}

	.simulator_modal.gc_no_processing_modal .ec-blockBtn--action{
		width: 90%;
	}

}


/* ---------------------------------------------------------------- */
/* happi */
/* ---------------------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_ttl_box p{
	font-size: 1.8rem;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_ttl_box h1{
	position: relative;
	padding: 64px 0px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_ttl_box h1 span{
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -120px;
	display: inline-block;
	background: #fff;
	padding: 0px 36px;
	height: 34px;
	line-height: 34px;
	width: 240px;
	border-radius: 10px;
	font-size: 1.5rem;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_ttl_box h1 span::after{
	position: absolute;
	content: "";
	top: 34px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_head_box{
	text-align: center;
	margin-bottom: 40px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_head_box h2{
	font-size: 2.6rem;
	padding-bottom: 20px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_head_box .b_btn{
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link{
	padding: 0 0 60px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul{
	-webkit-align-items:stretch;
	align-items:stretch;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li{
	display: flex;
	align-items: stretch;
	position: relative;
	text-align: center;
	width: 20%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li:last-child{border-right: 1px solid #ccc;}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li::after {
	position: absolute;
	content:"\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	bottom: 4px;
	left: 50%;
	margin-left: -10px;
	font-size: 2.2rem;
	color: #999;
	transition: bottom .3s;
}
.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li:hover::after {
	bottom: -1px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li a{
	display: block;
	width: 100%;
	padding: 12px 12px 30px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li span{
	position: absolute;
	font-size: 2.0rem;
	opacity: 0.8;
	color: #fff;
	background: #EC7A00;
	padding: 8px;
	top: 0px;
	left: 0px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li p{
	padding-top: 12px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box{ padding-bottom: 70px;}
.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:last-child{ padding-bottom: 41px;}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box figure{ width: 480px; margin:0px 44px 0px 0px;}
.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box{ width: 560px;}
.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box p{ margin-bottom: 30px;}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn li{
	width: 270px;
	margin-bottom: 14px;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn{
	width: 300px;
	margin: 0px auto;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box h3{
	position: relative;
	padding: 0px 0px 30px 80px;
	font-size: 2.3rem;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box h3 span{
	position: absolute;
	left: 0px;
	top: -6px;
	font-size: 5.6rem;
	color: #EC7A00;
}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .one_line{ padding: 12px 0px 30px 80px;}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:nth-of-type(2) figure{ order: 2; margin:0px 0px 0px 44px;}
.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:nth-of-type(4) figure{ order: 2; margin:0px 0px 0px 44px;}

.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box div{margin-bottom: 10px;}
.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box ul{
	width:1100px;
	margin-right: -10px;
}
.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box ul li{
	width: 356.6px;
	margin: 0px 10px 10px 0px;
}


.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole{
	max-width: 1054px;
	margin: 0 auto;
}

.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid{
	width: 102%;
	margin-left: 0px;
}
.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
	width: 23%;
	margin: 0px 2% 24px 0px;
}


/* ----------------------------------------- */
/* Responsive */
@media print, screen and (max-width: 767px) {

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_ttl_box p{font-size: 1.4rem; font-weight: bold; margin-bottom: -12px;}
	
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_head_box{
		text-align: center;
		margin-bottom: 24px;
	}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_head_box h3{
		font-size: 2.2rem;
		font-weight: bold;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul{
		-webkit-flex-wrap:wrap; flex-wrap:wrap;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li{
		width: 33.333%;
	}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li:hover::after {
		bottom: 4px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li a{
		padding: 12px 12px 30px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li:nth-of-type(3){border-right: 1px solid #ccc;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li span{font-size: 1.8rem; font-weight: bold;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box{ padding-bottom: 40px;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box figure{ width: 22%; margin:0px 3% 0px 0px;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:nth-of-type(2) figure{ order: 2; margin:0px 0px 0px 3%;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:nth-of-type(4) figure{ order: 2; margin:0px 0px 0px 3%;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box{ width: 75%;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box p{ margin-bottom: 30px;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box h3,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .one_line{
		position: relative;
		padding: 0px 0px 20px 48px;
		font-size: 2.2rem;
		font-weight: bold;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box h3 span{
		font-size: 2.8rem;
		top: 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn{width: 100%;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn li{
		width: 48%;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn{
		width: 52%;
		margin: 0px auto 0px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box ul{
		width:103%;
		margin-right: -3%;
	}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box ul li{
		width: 47.5%;
		margin: 0px 2% 14px 0px;
	}


	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole{
		max-width: 1054px;
		margin: 0 auto;
	}

	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid{
		width: 102%;
		margin-left: 0px;
	}
	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
		width: 23%;
		margin: 0px 2% 24px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid{
		width: 103%;
		margin-left: 0px;
	}
	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
		width: 31%;
		margin: 0px 2% 14px 0px;
	}

}

@media print, screen and (max-width: 480px) {
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_head_box h2{ font-size: 1.8rem;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_head_box .b_btn a{ font-size: 1.3rem;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link{
		padding: 0 0 30px;
		border: none;
	}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li{
		width: 100%;
		text-align: left;
		border: 1px solid #ccc;
		margin-bottom: 8px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li a{
		padding: 8px 3%;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li::after{
		top: 50%;
		bottom: auto;
		left: 94%;
		margin-left: 0px;
		margin-top: -8px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li span{
		font-size: 1.5rem;
		padding: 4px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li img{
		width: 24%;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li p{
		position: absolute;
		left: 28%;
		top: 35%;
		padding-top: 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box{ padding-bottom: 30px;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box figure{ width: 100%; margin:0px 0px 12px; order: 1;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:nth-of-type(2) figure,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:nth-of-type(4) figure{ order: 1; margin:0px 0px 12px;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box{ width: 100%; order: 2;}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box p{ margin-bottom: 16px;}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box h3,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .one_line{
		padding: 0px 0px 20px 10%;
		font-size: 1.8rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box h3 span{
		font-size: 1.8rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn li{
		width: 90%;
		margin: 0px auto 10px;
		font-size: 1.4rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn a,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box .inner_box .b_btn li a{
		font-size: 1.4rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box ul{
		width:100%;
		margin-right: 0%;
	}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box ul li{
		width: 100%;
		margin: 0px 0% 12px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid{
		width: 102%;
		margin-left: 0px;
	}
	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
		width: 23%;
		margin: 0px 2% 24px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid{
		width: 108.8%;
		margin-top: -12px;
		margin-left: -4.4%;
		margin-right: -4.4%;
		margin-bottom: -24px;
		border-bottom:none;
		padding-top: 12px;
	}
	.ec-layoutRole .gc-layoutRole__contents .orginal-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
		width: 47%;
		margin: 0px 2% 12px 2%;
	}
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_block .orizinal_happi_common_box:last-child {
		padding-bottom: 0;
	}
}


/* ---------------------------------------------------------------- */
/* contact */
/* ---------------------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .ec-contactRole{
	padding-left: 0px;
	padding-right: 0px;
}

.ec-layoutRole .gc-layoutRole__contents .ec-contactCompleteRole {
	padding-bottom: 80px;
	color: #333;
}

.ec-layoutRole .gc-layoutRole__contents .ec-contactCompleteRole .b_btn{
	margin: 0px auto;
}


/* ---------------------------------------------------------------- */
/* sitemap */
/* ---------------------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul{
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	width: 102%;
	margin-right: -2%;
}

.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul li{
	width: 31.5%;
    margin: 0px 1.8% 0px 0px;
	border-bottom: 1px dotted #ccc;
}

.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul li a{
	display: block;
	padding: 14px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul li a::before{
	color: #999;
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 10px;
}

.ec-layoutRole .gc-layoutRole__contents .sitemap_block .mega_menu .inner_box > ul{
	width: 100%;
	margin-right: 0%;
}

.ec-layoutRole .gc-layoutRole__contents .sitemap_block .mega_menu .inner_box > ul > li{
	width: 100%;
	margin: 0px 0px 24px 0px;
	border-bottom: none;
}

.ec-layoutRole .gc-layoutRole__contents .sitemap_block .mega_menu .inner_box > ul > li > a{
	border-bottom:1px solid #ccc;
}

.ec-layoutRole .gc-layoutRole__contents .sitemap_block .mega_menu .sp_accordion_btn,
.ec-layoutRole .gc-layoutRole__contents .sitemap_block .mega_menu .sub_category_box > p{display: none;}

@media print, screen and (max-width: 849px) {

	.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul{
		width: 103%;
		margin-right: -3%;
	}

	.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul li{
		width: 47%;
	    margin: 0px 3% 0px 0px;
	}
}

@media print, screen and (max-width: 529px) {

	.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul{
		width: 100%;
		margin-right: 0%;
	}

	.ec-layoutRole .gc-layoutRole__contents .sitemap_block ul li{
		width: 100%;
	    margin: 0px 0% 0px 0px;
	}
}

/* ---------------------------------------------------------------- */
/* return */
/* ---------------------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .gc-henpin{
	border: 4px solid #ccc;
	padding: 22px;
	margin-bottom: 40px;
	font-size: 1.3rem;
}

.ec-layoutRole .gc-layoutRole__contents .ec-contactConfirmRole{
	padding-left: 0px;
	padding-right: 0px;
}

/* ---------------------------------------------------------------- */
/* lending */
/* ---------------------------------------------------------------- */

.other_page .gc-layoutRole__contents .ec-borderedDefs .plus_item{
	padding-bottom: 50px;
}

.other_page .gc-layoutRole__contents .ec-borderedDefs .plus_item .js-addBtn,
.other_page .gc-layoutRole__contents .ec-borderedDefs .plus_item .js-removeBtn{
	display: inline-block;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	padding: 8px 20px;
	font-size: 1.4rem;
	margin-right: 12px;
}

/* ---------------------------------------------------------------- */
/* cart */
/* ---------------------------------------------------------------- */
.cart_page .gc-layoutRole__contents {
	margin-bottom: 55px;
}

.cart_page .gc-layoutRole__contents .delivery_detail{
	margin: 20px auto 0px;
	padding: 16px 76px;
	width: 500px;
	background-color: #F5F5F5;
	font-size: 1.4rem;
	text-align: left;
}

.cart_page .gc-layoutRole__contents .ec-cartRole.nonmember_style {
	padding-top: 40px;
	margin-bottom: -40px;
	display: block;
}
.cart_page .gc-layoutRole__contents .ec-customerRole.nonmember_style {
	padding-left: 0px;
	padding-right: 0px;
}

.cart_page .gc-layoutRole__contents .ec-cartRole {
	padding-left: 0px;
	padding-right: 0px;
}

.cart_page .gc-layoutRole__contents h1 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	width: 100%;
	margin-top: -10px;
	letter-spacing: .03em;
	color: #000;
	margin-bottom: 36px;
}

.cart_page .gc-layoutRole__contents .ec-customerRole h1 {
	margin-bottom: -2px;
}

.cart_page .gc-layoutRole__contents #form_cart {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 63px;
}
.cart_page .gc-layoutRole__contents #form_cart::after {
	display: none;
}

.cart_page .gc-layoutRole__contents .cart_left {
	width: 789px;
	color: #000;
}

.cart_page .gc-layoutRole__contents .ec-color-red {
	color: #F70000;
}

.ec-cartRole .ec-cartRole__totalText {
	margin-bottom: 35px;
}

.cart_page .gc-layoutRole__contents .ec-progress {
	margin-bottom: 39px;
}
.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__progress {
	max-width: 580px;
	margin: 0 auto;
}
.cart_page .gc-layoutRole__contents .ec-progress .ec-progress__label {
	font-size: 1.4rem;
	margin-top: 7px;
	color: #999;
}
.cart_page .gc-layoutRole__contents .ec-progress .is-complete .ec-progress__label {
	color: #F28C14;
}
.cart_page .gc-layoutRole__contents .ec-progress .ec-progress__number {
	font-size: 1.6rem;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border: 2px solid #BBB;
	background: #fff;
	color: #999;
}
.cart_page .gc-layoutRole__contents .ec-progress .is-complete .ec-progress__number {
	background: #F28C14;
	border-color: #F28C14;
	color: #fff;
}
.cart_page .gc-layoutRole__contents .ec-progress .ec-progress__item:after {
	background: #BBB;
	height: 2px;
	top: 1.25em;
}

.cart_page .gc-layoutRole__contents .ec-cartHeader .ec-cartHeader__label {
	background: #F4F4F4;
	font-size: 1.4rem;
	padding: 12px 10px 11px;
	border-left: 1px solid #EAEAEA;
}

.cart_page .gc-layoutRole__contents .ec-cartHeader .ec-cartHeader__label:nth-child(2) {
	text-align: left;
	padding: 12px 19px;
}

.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__delColumn {
	width: 68px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__contentColumn {
	width: 416px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 23px 19px;
	font-size: 1.3rem;
}
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn {
	width: 96px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__subtotalColumn {
	width: 141px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__contentColumn.processing {
	width: 68px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled,
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
	border: 1px solid #ccc;
	width: 24px;
	height: 24px;
	min-width: 24px;
	max-width: 24px;
}
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img,
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img,
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
	width: 12px;
	height: auto;
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
	margin-bottom: 3px;
}
.cart_page .gc-layoutRole__contents .ec-cartRow__sutbtotal {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #F70000;
}
.cart_page .gc-layoutRole__contents .ec-cartRow__sutbtotal span {
	font-size: 1rem;
	font-weight: 500;
	margin-left: 2px;
}

.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__summary {
	margin-left: 15px;
	font-weight: 500;
	line-height: 1.3;
}

.cart_page .gc-layoutRole__contents .ec-cartHeader .ec-cartHeader__label:nth-child(1),
.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__delColumn {
	border-left: 0;
}
.cart_page .gc-layoutRole__contents .ec-cartRow:last-child > li {
	border-bottom: 0;
}

.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
	width: 28px;
	height: auto;
}

.cart_page .gc-layoutRole__contents .ec-cartRow__name a {
	color: inherit;
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 8px;
}

.cart_page .gc-layoutRole__contents .processing_icon {
	width: 24px;
	display: inline-block;
	margin-top: 5px;
}

.cart_page .gc-layoutRole__contents .ec-cartRole__cart{
	margin: 0;
}

.cart_page .gc-layoutRole__contents .ec-cartRole__cart .ec-cartRow .ec-cartRow__img a img{
	height: 100px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.cart_page .gc-layoutRole__contents .ec-cartRole__cart .ec-cartRow .ec-cartRow__summary {
	width: auto;
}

.cart_page .gc-layoutRole__contents .ec-cartRole__cart .ec-cartRow .ec-cartRow__unitPrice {
	color: #000;
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 7px;
}

.cart_page .gc-layoutRole__contents .ec-cartRole__cart .ec-cartRow .ec-cartRow__unitPrice span {
	font-size: 1rem;
	font-weight: 500;
}

.cart_page .gc-layoutRole__contents .cart_right {
	width: 260px;
	padding-top: 2px;
	color: #000;
}
.cart_page .gc-layoutRole__contents .ec-cartRole__actions {
	padding-bottom: 0;
	width: 100%;
	border: 2px solid #DDD;
	border-radius: 4px;
	text-align: left;
	margin-right: 0;
	margin-bottom: 20px;
}
.cart_page .gc-layoutRole__contents .ec-cartRole__actions .cart_info {
	padding: 22px 20px 12px;
	font-size: 1.4rem;
	line-height: 1.75;
	border-bottom: 2px solid #DDD;
}
.cart_page .gc-layoutRole__contents .ec-cartRole__actions h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__total {
	padding-bottom: 0;
}
.cart_page .gc-layoutRole__contents .ec-cartRole__total {
	border-top: 1px solid #DDD;
	padding-top: 10px;
	font-size: 1.4rem;
	margin: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__totalAmount {
	color: #F70000;
	font-size: 2.2rem;
	margin-left: 0;
}
.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__totalAmount span {
	font-size: 1.3rem;
	font-weight: 500;
	margin-left: 2px;
}
.cart_page .gc-layoutRole__contents .cart_btn {
	padding: 21px 21px 13px;
	font-size: 1.4rem;
}
.cart_page .gc-layoutRole__contents .cart_btn p {
	margin-bottom: 9px;
}
.cart_page .gc-layoutRole__contents .ec-blockBtn--action,
.cart_page .gc-layoutRole__contents :not(.cart_right) .ec-blockBtn--cancel {
	background: #F28C14;
	border-radius: 4px;
	border: 2px solid #F28C14;
	font-size: 1.6rem;
	transition: opacity .3s;
}
.cart_page .gc-layoutRole__contents .ec-blockBtn--action:focus,
.cart_page .gc-layoutRole__contents :not(.cart_right) .ec-blockBtn--cancel:focus {
	outline: none;
}
.cart_page .ec-customerRole .ec-blockBtn--action,
.cart_page .ec-customerRole :not(.cart_right) .ec-blockBtn--cancel {
	font-size: 1.8rem;
}
.cart_page .gc-layoutRole__contents :not(.cart_right) .ec-blockBtn--cancel {
	border-color: #999;
	background: #999;
}
.cart_page .gc-layoutRole__contents .ec-blockBtn--action:hover,
.cart_page .gc-layoutRole__contents :not(.cart_right) .ec-blockBtn--cancel:hover {
	opacity: .6;
}
.cart_page .gc-layoutRole__contents .ec-blockBtn--action.estimate {
	background: #FFF;
	color: #F28C14;
}
.cart_page .gc-layoutRole__contents .ec-blockBtn--action::after,
.cart_page .gc-layoutRole__contents :not(.cart_right) .ec-blockBtn--cancel::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 8px;
	transition: transform .3s;
}
.cart_page .gc-layoutRole__contents .ec-blockBtn--action.estimate::after {
	border-top: 2px solid #F28C14;
	border-right: 2px solid #F28C14;
}
.cart_page .gc-layoutRole__contents .ec-blockBtn--action:hover::after,
.cart_page .gc-layoutRole__contents :not(.cart_right) .ec-blockBtn--cancel:hover::after {
	transform: translateX(5px) rotate(45deg);
}
.cart_page .gc-layoutRole__contents .cart_btn hr {
	border-color: #DDD;
	margin: 23px 0;
}
.cart_page .gc-layoutRole__contents .cart_right .ec-blockBtn--cancel {
	background: none;
	font-size: 1.4rem;
	color: #000;
	text-align: left;
	width: auto;
	display: inline-block;
	border: 0;
	padding: 0;
	height: auto;
	line-height: inherit;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	transition: opacity .3s;
}
.cart_page .gc-layoutRole__contents .cart_right .ec-blockBtn--cancel:hover {
	opacity: .6;
}
.cart_page .gc-layoutRole__contents .cart_right .ec-blockBtn--cancel::before {
	content: '';
	display: block;
	width: 12px;
	height: 11px;
	background: url(../../assets/icon/cart-arrow.svg) no-repeat;
	position: absolute;
	left: 1px;
	top: 3px;
	transition: left .3s;
}
.cart_page .gc-layoutRole__contents .cart_right .ec-blockBtn--cancel:hover::before {
	left: -4px;
}

.cart_page .gc-layoutRole__contents .ttl_style_02 {
	border-bottom: 0;
	font-size: 2.2rem;
	border-top: 1px solid #DDD;
	padding-top: 48px;
	margin-bottom: 25px;
}
.cart_page .gc-layoutRole__contents .item_list_box figure {
	border: 0;
	margin-bottom: 20px;
}
.cart_page .gc-layoutRole__contents .item_list_box dt {
	font-size: 1.4rem;
}
.cart_page .gc-layoutRole__contents .item_list_box .price02_default {
	margin-top: 7px;
}
.cart_page .gc-layoutRole__contents .item_list_block {
	margin-bottom: 19px;
}

#page_shopping .gc-layoutRole__contents .ec-orderRole,
#page_shopping_confirm .gc-layoutRole__contents .ec-orderRole{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
}

#page_shopping .gc-layoutRole__contents .ec-imageGrid .ec-imageGrid__img,
#page_shopping_confirm .gc-layoutRole__contents .ec-imageGrid .ec-imageGrid__img{ padding: 16px 16px 16px 0px;}

#page_shopping .gc-layoutRole__contents .ec-imageGrid .ec-imageGrid__img img,
#page_shopping_confirm .gc-layoutRole__contents .ec-imageGrid .ec-imageGrid__img img{
	height: 130px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

#page_shopping .gc-layoutRole__contents .ec-totalBox,
#page_shopping_confirm .gc-layoutRole__contents .ec-totalBox{background: #EEEBE4;}

#page_shopping .gc-layoutRole__contents .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action,
#page_shopping_confirm .gc-layoutRole__contents .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action{ margin-bottom: 10px;}

#page_shopping .gc-layoutRole__contents .ec-rectHeading h2,
#page_shopping_confirm .gc-layoutRole__contents .ec-rectHeading h2{
	border-radius: 6px;
	font-size: 1.8rem;
	padding: 12px 12px;
}

#page_shopping .gc-layoutRole__contents .ec-orderRole__detail,
#page_shopping_confirm .gc-layoutRole__contents .ec-orderRole__detail{padding: 0px 16px 0px 0px;}

#page_shopping .gc-layoutRole__contents .ec-orderRole__summary,
#page_shopping_confirm .gc-layoutRole__contents .ec-orderRole__summary{padding: 0px 0px 0px 16px;}

#page_shopping .gc-layoutRole__contents .shopping_common_box,
#page_shopping_confirm .gc-layoutRole__contents .shopping_common_box{
	padding: 12px 12px 30px;
	margin-bottom: 0px;
}

#page_shopping_shipping_multiple .gc-layoutRole__contents .ec-AddAddress .ec-AddAddress__itemThumb img{
	height: 160px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

#page_shopping_complete .gc-layoutRole__contents .shopping_complete_btn{
	min-width: 400px;
	margin: 0px auto;
}

#page_shopping .gc-layoutRole__contents .shopping_common_box .gc-shoppping_pay div{
	padding-bottom: 28px;
}

#page_shopping .gc-layoutRole__contents .shopping_common_box .gc-shoppping_pay p{
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #777;
}

#page_shopping .gc-layoutRole__contents .shopping_common_box .gc-shoppping_pay .bank_txt{
	display: inline-block;
	background: #f6daad;
    color: #ff0000;
	padding: 8px;
}

#page_shopping .gc-layoutRole__contents .shopping_common_box .gc-shoppping_pay .np-heading{
	max-width: 468px;
	background: #E3007F;
	color: #fff;
	padding: 10px 8px 6px;
	margin-bottom: 0px;
}

#page_shopping .gc-layoutRole__contents .shopping_common_box .gc-shoppping_pay .txt_red{
	color: #ff0000;
}

#page_shopping .gc-layoutRole__contents .shopping_common_box .gc-shoppping_pay strong{
	color: #333;
}

#page_shopping .gc-layoutRole__contents .shopping_common_box .gc-shoppping_pay p img{
	max-width: 468px;
}

#page_shopping_confirm .gc-layoutRole__contents .confirm_fin_hrad_txt{
	text-align: center;
	margin-bottom: 18px;
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 767px) {
	.cart_page .gc-layoutRole__contents {
		margin-bottom: 35px;
	}

	.cart_page .gc-layoutRole__contents h1 {
		text-align: left;
		font-size: 2.2rem;
		margin-top: 4px;
		margin-bottom: 14px;
	}
	.cart_page .gc-layoutRole__contents .ec-customerRole h1 {
		margin-bottom: -25px;
	}

	.cart_page .gc-layoutRole__contents #form_cart {
		display: block;
		margin-bottom: 35px;
	}

	.cart_page .gc-layoutRole__contents .cart_left {
		width: auto;
	}

	.ec-cartRole .ec-cartRole__totalText {
		margin-bottom: 22px;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.cart_page .gc-layoutRole__contents .ec-progress {
		width: calc(100% + 16px);
		margin: 0 -8px;
		padding-bottom: 9px;
	}
	.cart_page .gc-layoutRole__contents .ec-progress .ec-progress__label {
		font-size: 1.3rem;
		margin-top: 2px;
		line-height: 1.3;
	}
	.cart_page .gc-layoutRole__contents .ec-progress li:last-child .ec-progress__label {
		margin-top: .75em;
	}

	.cart_page .gc-layoutRole__contents .ec-cartTable {
		border-top: 1px solid #DDD;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 25px;
		border-bottom: 1px solid #DDD;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow:last-child {
		border-bottom: 0;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__delColumn {
		width: 15.243%;
		border-bottom: 0;
		order: 1;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__contentColumn {
		width: 100%;
		order: 0;
		border-left: 0;
		border-bottom: 0;
		padding: 23px 0 18px;
		font-size: 1.2rem;
	}
	.ec-cartRow .ec-cartRow__img {
		width: 105px;
		padding-right: 15px;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn {
		width: 23.78%;
		border-bottom: 0;
		order: 3;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__subtotalColumn {
		width: 37.807%;
		border-bottom: 0;
		display: block;
		order: 4;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__contentColumn.processing {
		width: 23.17%;
		font-size: 1.3rem;
		border-left: 1px solid #EAEAEA;
		border-bottom: 0;
		padding: 0;
		order: 2;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
		display: block;
		font-size: 1.3rem;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow__sutbtotal {
		font-size: 1.4rem;
		padding-top: 13px;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRow__sutbtotal span {
		font-size: .9rem;
	}

	.cart_page .gc-layoutRole__contents .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
		width: 24px;
	}

	.cart_page .gc-layoutRole__contents .ec-cartRow__name a {
		font-size: 1.3rem;
	}

	.cart_page .gc-layoutRole__contents .ec-cartRole__cart .ec-cartRow .ec-cartRow__unitPrice {
		font-size: 1.4rem;
		margin-top: 5px;
	}

	.cart_page .gc-layoutRole__contents .ec-cartRole__cart .spcartHeader {
		font-size: 1.2rem;
		background: #F4F4F4;
		text-align: center;
		font-weight: bold;
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.cart_page .gc-layoutRole__contents .ec-cartRole__cart .ec-cartRow__delColumn .spcartHeader {
		margin-bottom: 24px;
	}

	.cart_page .gc-layoutRole__contents .cart_right {
		width: auto;
		padding-top: 8px;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRole__actions {
		margin-bottom: 16px;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRole__actions .cart_info {
		padding: 22px 5.555% 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRole__actions h3 {
		width: 100%;
		margin-bottom: 12px;
	}
	.cart_info_inner {
		width: 41%;
		line-height: 1.5;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__total {
		width: 59%;
		border: 0;
		border-left: 1px solid #DDD;
		margin: 0;
		padding-top: 1px;
		padding-left: 5%;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__totalAmount {
		font-size: 1.7rem;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__totalAmount span {
		font-size: .9rem;
	}
	.cart_page .gc-layoutRole__contents .cart_btn {
		text-align: center;
		padding: 17px 5.555% 11px;
	}
	.cart_page .gc-layoutRole__contents .cart_btn p {
		margin-bottom: 8px;
		line-height: 1.3;
	}
	.cart_page .gc-layoutRole__contents .ec-blockBtn--action,
	.cart_page .ec-customerRole :not(.cart_right) .ec-blockBtn--cancel {
		height: 48px;
		line-height: 46px;
	}
	.cart_page .ec-customerRole .ec-blockBtn--action,
	.cart_page .ec-customerRole :not(.cart_right) .ec-blockBtn--cancel {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.cart_page .ec-customerRole .ec-blockBtn--action {
		margin-bottom: 16px;
	}
	.cart_page .gc-layoutRole__contents .ec-blockBtn--action:hover,
	.cart_page .ec-customerRole :not(.cart_right) .ec-blockBtn--cancel:hover {
		opacity: 1;
	}
	.cart_page .gc-layoutRole__contents .ec-blockBtn--action:hover::after,
	.cart_page .ec-customerRole :not(.cart_right) .ec-blockBtn--cancel:hover::after {
		transform: rotate(45deg);
	}
	.cart_page .gc-layoutRole__contents .cart_btn hr {
		margin: 19px 0;
	}
	.cart_page .gc-layoutRole__contents .cart_right .ec-blockBtn--cancel:hover {
		opacity: 1;
	}
	.cart_page .gc-layoutRole__contents .cart_right .ec-blockBtn--cancel:hover::before {
		left: 1px;
	}

	.cart_page .gc-layoutRole__contents .ttl_style_02 {
		font-size: 2rem;
		line-height: 1.2;
		padding-top: 33px;
		margin-bottom: 19px;
	}
	.cart_page .gc-layoutRole__contents .item_list_box figure {
		margin-bottom: 9px;
	}
	.cart_page .gc-layoutRole__contents .item_list_box dt {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.cart_page .gc-layoutRole__contents .item_list_box .price02_default {
		margin-top: 4px;
	}
	.cart_page .gc-layoutRole__contents .item_list_block {
		margin-bottom: 13px;
	}

	.cart_page .gc-layoutRole__contents .delivery_detail{
		margin: 14px auto 0px;
		padding: 16px 6%;
		width: 80%;
	}

	.cart_page .gc-layoutRole__contents .ec-cartRole.nonmember_style{
		padding-top: 40px;
		margin-bottom:0px;
	}

	.cart_page .gc-layoutRole__contents .ec-cartRole__cart .ec-cartRow .ec-cartRow__img a img{
		height: 90px;
	}

	#page_shopping .gc-layoutRole__contents .shopping_common_box,
	#page_shopping_confirm .gc-layoutRole__contents .shopping_common_box{
		padding: 12px 12px 20px;
		margin-bottom: 0px;
	}

	#page_shopping .gc-layoutRole__contents .ec-imageGrid .ec-imageGrid__img img,
	#page_shopping_confirm .gc-layoutRole__contents .ec-imageGrid .ec-imageGrid__img img{
		height: 100px;
	}

	#page_shopping .gc-layoutRole__contents .ec-orderRole__detail,
	#page_shopping_confirm .gc-layoutRole__contents .ec-orderRole__detail{padding: 0px 0px 0px 0px;}
	#page_shopping .gc-layoutRole__contents .ec-orderRole__summary,
	#page_shopping_confirm .gc-layoutRole__contents .ec-orderRole__summary{padding: 0px 0px 0px 0px;}

	#page_shopping_complete .gc-layoutRole__contents .shopping_complete_btn{
		min-width: 100px;
		margin: 0px auto;
	}
}

@media print, screen and (max-width: 360px) {
	.cart_page .gc-layoutRole__contents .ec-cartRole__actions .cart_info,
	.cart_page .gc-layoutRole__contents .ec-cartRole__total {
		font-size: 3.888vw;
	}
	.cart_page .gc-layoutRole__contents .ec-cartRole .ec-cartRole__totalAmount {
		font-size: 4.722vw;
	}
}

/* ---------------------------------------------------------------- */
/* fax */
/* ---------------------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list{
	width: 102%;
	margin: 30px -2% 20px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list li{
	width: 48%;
	margin:0px 2% 16px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list li a{
	position: relative;
	display: block;
	border:2px solid #333;
	padding: 18px 16px;
}

.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list li a::after{
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -8px;
	content:"\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 100;
	font-size: 2rem;
	color: #ff0000;
}


/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 739px) {

	.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list{
		width: 100%;
		margin: 30px 0% 0px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list li{
		width: 100%;
		margin:0px 0% 14px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list li a{padding: 18px 5%;}

}


/* ---------------------------------------------------------------- */
/* wappen */
/* ---------------------------------------------------------------- */

.ec-layoutRole .gc-layoutRole__contents .print_header_box{
	text-align: center;
	padding-bottom: 44px;
}

.ec-layoutRole .gc-layoutRole__contents .print_header_box .b_btn li{
	width: 320px;
	margin: 0px 10px;
}

.ec-layoutRole .gc-layoutRole__contents .print_header_box .b_btn li:last-child a::after{
	content: "\f107";
}

.ec-layoutRole .gc-layoutRole__contents .print_header_box .big_txt{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 3.8rem;
}

.ec-layoutRole .gc-layoutRole__contents .print_header_box p{margin-bottom: 32px;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box{margin-bottom: 60px;}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul{
	width:1100px;
	margin-right: -10px;
}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li{
	width: 540px;
	margin: 0px 10px 10px 0px;
}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li:last-child{
	width: 100%;
	margin: 0px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box:not(:last-child){
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #ccc;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box figure{width: 27%;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box{
	width: 70%;
	margin-left: 3%;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h3,
.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h4{
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 14px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .page_link_style_01{
    display: block;
	width: 300px;
	padding: 20px 0px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .page_link_style_01 a::after {
	content:"\f105";
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .big_txt{
	padding: 20px 0px 6px;
	font-size: 1.7rem;
	color: #EC7A00;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .b_btn{
	width: 40%;
	margin-top: 20px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box span{
	border-bottom: #CD4F51 2px solid;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box{
	width: 101%;
	margin-right: -1%;
}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 24%;
	margin-right: 1%;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li > *{
	min-height: 0%;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li h4{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 18px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li .b_btn{
	margin-top: auto;
	width: 90%;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li .b_btn a{
	padding: 8px 25px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li p{
	padding-top: 10px;
	font-size: 1.3rem;
	line-height: 2rem;
	padding-bottom: 18px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li p span{border-bottom: #CD4F51 2px solid;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_description{
	margin-top: 60px;
	padding-top: 30px;
	border-top: 2px solid #ccc;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_description p{
	padding-bottom: 24px;
	color: #444;
	font-size: 1.3rem;
}


.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box{
	background: #e9e9e9;
	padding:60px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box h2{
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn li{ margin: 0px 10px;}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn li a{
	width: 320px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box{ padding-top: 30px;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box > div{width: 48%;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box > div span{border-bottom: #CD4F51 2px solid;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box h3{
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box .btn_text{
	margin-top: 20px;
	font-size: 1.6rem;
}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box .btn_text a::after{
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 1.7rem;
	color: #EC7A00;
	margin-left: 10px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box .mail_box ul{
	counter-reset: num;
	margin-bottom: 20px;
}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box .mail_box ul li{
	position: relative;
	padding:6px 0px 0px 20px;
}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box .mail_box ul li::before{
	position: absolute;
	left: 0px;
	counter-increment: num;
	content: counter(num)".";
}

/* list_wappen_cgy1 */

.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price{
	margin-right: -1%;
	width: 101%;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li{
	width: 32%;
	margin: 0px 1% 0px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li h3{
	background: #E7DAC7;
	text-align: center;
	padding: 8px 0px;
	font-size: 2rem;
	margin-bottom: 14px;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li .namewa_price span{
	color: #CD4F51;
	font-size: 2.8rem;
}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li .namewa_txt{
	padding-top: 6px;
	font-size: 1.4rem;
}
.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li .namewa_txt span{border-bottom: #CD4F51 2px solid;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price + .namewa_bottom{padding-top: 26px;}
.ec-layoutRole .gc-layoutRole__contents .namewa_bottom span{border-bottom: #CD4F51 2px solid;}

.ec-layoutRole .gc-layoutRole__contents .list_wappen_txt_box figure{
	width: 49%;
}

/* list_wappen_cgy2 */

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box{
	padding-bottom: 18px;
	margin-bottom: 24px;
	border-bottom: 1px dotted #ccc;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box figure{
	width: 36%;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box .inner_box{
	width: 61%;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box .inner_box h3{
	font-size: 2.2rem;
	font-weight: bold;
	padding-bottom: 17px;
}


.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box p{
	padding-bottom: 18px;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box h3 + p{
	font-size: 1.8rem;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box .pinpoint{
	border-bottom: #CD4F51 2px solid;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box tbody .price{
	font-size: 2rem;
	color: #ff0000;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box tbody .price span{
	font-size: 1.5rem;
}


/* list_wappen_cgy3 */

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list{
	width: 102%;
	margin-right: -2%;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list figure{
	width: 23%;
	margin:0px 2% 26px 0px;
	text-align: center;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list figure figcaption{
	padding-top: 10px;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list figure figcaption span{
	display: block;
	color: #999;
}

/* list_wappen_cgy4 */

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price{
	background: #EC7A00;
	color: #fff;
	font-weight: bold;
	font-size: 4.8rem;
	margin-bottom: 20px;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p{
	width: 36%;
	-webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-align-content:center; -ms-align-content:center; align-content:center;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p span{
	display: block;
	width: 100%;
	padding: 12px 0px;
}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p span:first-child{font-size: 2.8rem;}
.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price figure{width: 64%;}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_banner{margin-bottom: 20px;}
.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_banner li{width: 49%;}

.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_btm_txt span{border-bottom: #CD4F51 2px solid;}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1159px) {


	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box{margin-bottom: 60px;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul{
		width:102%;
		margin-right: -2%;
	}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li{
		width: 48.5%;
		margin: 0px 1% 12px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box figure{width: 32%;}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box{
		width: 65%;
		margin-left: 3%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h3,
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h4{
		font-size: 2rem;
		font-weight: bold;
		padding-bottom: 14px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .b_btn{
		width: 70%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn li{
		margin: 0px 1%;
		width: 48%;
		max-width: 320px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn li a{
		width: 100%;
	}

}

@media print, screen and (max-width: 1024px) {

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price{
		font-size: 3.8rem;
		margin-bottom: 14px;
	}

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p{
		width: 40%;
	}

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p span:first-child{font-size: 2.4rem;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price figure{width: 60%;}

}


@media print, screen and (max-width: 767px) {

	.ec-layoutRole .gc-layoutRole__contents .print_header_box{padding-bottom: 24px;}
	.ec-layoutRole .gc-layoutRole__contents .print_header_box .big_txt{font-size: 2rem; line-height: 3.2rem;}
	.ec-layoutRole .gc-layoutRole__contents .print_header_box p{margin-bottom: 20px;}

	.ec-layoutRole .gc-layoutRole__contents .print_header_box .b_btn{
		width: 100%;
		max-width: 767px;
	}

	.ec-layoutRole .gc-layoutRole__contents .print_header_box .b_btn li{
		width: 48%;
		margin: 0px 1%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box{margin-bottom: 30px;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li{margin: 0px 1% 8px 0px;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li:last-child{
		width: 98%;
		margin: 0px;
	}


	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box:not(:last-child){
		padding-bottom: 18px;
		margin-bottom: 18px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box figure{width: 27%;}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box{
		width: 70%;
		margin-left: 3%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h3,
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h4{
		font-size: 1.7rem;
		padding-bottom: 12px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .page_link_style_01{
		max-width: 100%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .big_txt{
		padding: 16px 0px 6px;
		font-size: 1.5rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .b_btn{
		width: 90%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box{
		width: 102%;
		margin-right: -2%;
	}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li{
		width: 48%;
		margin:0px 2% 18px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_flow_box li .b_btn a{
		font-size: 1.3rem;
		padding: 8px 10%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_description{
		margin-top: 30px;
		padding-top: 14px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_description p{padding-bottom: 14px;}


	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box{
		widows: 108.8%;
		margin: 0px -4.4%;
		padding:50px 5%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box h2{
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn{
		width: 100%;
		max-width: 767px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn li{ margin: 0px 1%;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn li a{width: 100%;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box{padding-top: 0px;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box > div{width: 100%; padding-top: 30px;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box h3{
		font-size: 1.7rem;
		border-top: 1px solid #666;
		padding: 12px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_txt_box figure{width: 100%; /* margin-bottom: */ }

	/* list_wappen_cgy1 */

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li{
		width: 31%;
		margin: 0px 2.2% 0px 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li h3{
		padding: 12px 0px;
		font-size: 1.6rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li .namewa_price span{
		font-size: 2.0rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li .namewa_txt{
		font-size: 1.2rem;
	}

	/* list_wappen_cgy4 */

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price{
		font-size: 3.2rem;
		margin-bottom: 14px;
	}

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p{
		width: 44%;
	}

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p span{padding: 4px 0px;}

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p span:first-child{font-size: 1.8rem;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price figure{width: 56%;}

	/* list_wappen_cgy2 */

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box{padding-bottom: 10px;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box figure{width: 35%;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box .inner_box{width: 64%;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box .inner_box h3{font-size: 1.8rem;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box h3 + p{font-size: 1.6rem;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box tbody .price{font-size: 1.8rem;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box tbody .price span{font-size: 1.4rem;}


	/* list_wappen_cgy3 */

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list{
		width: 103%;
		margin-right: -3%;
	}

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list figure{
		width: 30.2%;
		margin:0px 3% 20px 0px;
		text-align: center;
	}

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list figure figcaption{padding-top: 4px;}

}

@media print, screen and (max-width: 599px) {

	.ec-layoutRole .gc-layoutRole__contents .print_header_box .b_btn li{
		width: 90%;
		margin: 0px 5% 12px;
	}

	/* list_wappen_cgy1 */

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price li{
		width: 100%;
		margin: 0px 0px 20px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_cgy1_price + .namewa_bottom{padding-top: 0px;}

		.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price{
		font-size: 3.2rem;
		margin-bottom: 14px;
	}

	/* list_wappen_cgy2 */
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box figure{width: 90%; margin: 0px auto 30px;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy2_box .inner_box{width: 100%;}

	/* list_wappen_cgy4 */

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price p{width: 100%; order: 2; padding: 20px 0px;}
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_price figure{width: 100%; order: 1;}

	/* .ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_banner{} */
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_banner li{width: 100%; margin-bottom: 14px;}

}

@media print, screen and (max-width: 480px) {

	.ec-layoutRole .gc-layoutRole__contents .print_header_box .big_txt{font-size: 1.8rem;}
	.ec-layoutRole .gc-layoutRole__contents .print_header_box p{margin-bottom: 17px;}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box{margin-bottom: 30px;}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul{
		width: 100%;
		margin-right: 0px;
	}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li{
		width: 100%;
		margin: 0px 0% 8px 0px;
	}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li:last-child{
		width: 100%;
		overflow-y: hidden;
	}
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box ul li:last-child img{
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}


	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box figure{width: 100%; padding-bottom: 18px;}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box{
		width: 100%;
		margin-left: 0%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h3,
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box h4{
		font-size: 1.6rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .page_link_style_01{
		width: 100%;
		max-width: 100%;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .b_btn{
		width: 90%;
		margin: 18px 5% 0px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_common_box .inner_box .big_txt{
		padding: 12px 0px 3px;
		font-size: 1.5rem;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_description{
		margin-top: 14px;
		padding-top: 14px;
	}

	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .form_btn li{
		width: 90%;
		margin: 0px 5% 10px;
		max-width: 480px;
	}

	/* list_wappen_cgy3 */

	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy3_img_list figure{
		width: 47%;
		margin:0px 3% 16px 0px;
		text-align: center;
	}


}


/* ---------------------------------------------------------------- */
/* estimateform + page_return */
/* ---------------------------------------------------------------- */

#page_estimateform .radio-font span img {
	max-width: 320px;
}

#page_estimateform .gc-layoutRole__contents .estimateform_head_box{padding: 0px 0px 20px;}
#page_estimateform .gc-layoutRole__contents .estimateform_head_box .minimum{
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
	padding: 8px 0px 4px;
}

#page_estimateform .gc-layoutRole__contents .estimateform_head_box .red{
	display: block;
	font-size: 1.4rem;
	padding-top: 20px;
	color: #ff0000;
}

#page_return .gc-layoutRole__contents .ec-borderedDefs{ margin-top: 20px; padding-bottom: 22px;}
#page_estimateform .gc-layoutRole__contents .ec-borderedDefs{padding-bottom: 22px;}

#page_estimateform .gc-layoutRole__contents .ec-borderedDefs .oomaka_txt{
	margin-left: 12px;
	font-size:1.4rem;
}

#page_estimateform .gc-layoutRole__contents .ec-borderedDefs .ec-errorMessage{
	font-size: 1.4rem;
	padding-top: 4px;
	color: #ff0000;
}

#page_estimateform .gc-layoutRole__contents .open_select_box,
#page_estimateform .gc-layoutRole__contents .obi_toggle,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_1,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_2,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_3,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_4{
	position: relative;
	border:5px solid #65ce06;
	border-radius: 6px;
	padding:24px;
	margin-top:20px;
	margin-bottom:20px;
	font-size: 1.4rem;
}

#page_estimateform .gc-layoutRole__contents .open_select_box::before,
#page_estimateform .gc-layoutRole__contents .obi_toggle::before,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_1::before,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_2::before,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_3::before,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_4::before{
	position: absolute;
	content: '';
	left: 50%;
	top: -36px;
	margin-left: -22px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-bottom: 16px solid #65ce06;
}

#page_estimateform .gc-layoutRole__contents p,
#page_estimateform .gc-layoutRole__contents .open_select_box h3,
#page_estimateform .gc-layoutRole__contents .open_select_box h4,
#page_estimateform .gc-layoutRole__contents .link_btn,
#page_estimateform .gc-layoutRole__contents .open_select_box .ec-radio{ margin:0px 0px 14px;}

#page_estimateform .gc-layoutRole__contents #shipping_way p{ margin:0px 0px 26px;}
#page_estimateform .gc-layoutRole__contents #shipping_way p strong{
	display: inline-block;
	padding-top: 4px;
	font-size: 1.5rem;
	color: #333;
}
#page_estimateform .gc-layoutRole__contents #shipping_way p strong.txt_red{ color: #ff0000;}
#page_estimateform .gc-layoutRole__contents #shipping_way p img{ margin:14px 0px;}

#page_estimateform .gc-layoutRole__contents p{color: #777; font-size: 1.4rem;}

#page_estimateform .gc-layoutRole__contents .open_select_box h3{
	padding: 10px 0px;
	border-bottom: 1px dotted #ccc;
	font-size: 1.7rem;
	font-weight: bold;
	color: #51aa00;
	margin-top: 6px;
}

#page_estimateform .gc-layoutRole__contents .open_select_box h4{
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 26px;
}
#page_estimateform .gc-layoutRole__contents .open_select_box h4::before{
	position: absolute;
	top: 6px;
	left: 0px;
	width: 18px;
	height: 3px;
	content: '';
	background: #65ce06;
}

#page_estimateform .gc-layoutRole__contents .link_btn a{font-size: 1.4rem;color: #EC7A00;}

#page_estimateform .gc-layoutRole__contents .link_btn a::after{
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #EC7A00;
    margin-left: 10px;
}


#page_return .gc-layoutRole__contents .return1 strong,
#page_return .gc-layoutRole__contents .return2 strong,
#page_return .gc-layoutRole__contents .return3 strong,
#page_return .gc-layoutRole__contents .return4 strong,
#page_return .gc-layoutRole__contents .return5 strong,
#page_return .gc-layoutRole__contents .change1 strong,
#page_return .gc-layoutRole__contents .change2 strong,
#page_return .gc-layoutRole__contents .change3 strong,
#page_return .gc-layoutRole__contents .change4 strong,
#page_return .gc-layoutRole__contents .change5 strong,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_1 strong,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_2 strong,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_3 strong{
	font-size: 1.6rem;
	padding-bottom: 8px;
	display: inline-block;
	color: #51aa00;
}

#page_return .gc-layoutRole__contents .return1 strong + div,
#page_return .gc-layoutRole__contents .return2 strong + div,
#page_return .gc-layoutRole__contents .return3 strong + div,
#page_return .gc-layoutRole__contents .return4 strong + div,
#page_return .gc-layoutRole__contents .return5 strong + div{ margin-bottom: 14px;}

#page_return .gc-layoutRole__contents .js-addBtn,
#page_return .gc-layoutRole__contents .js-removeBtn,
#page_return .gc-layoutRole__contents .js-addBtn2,
#page_return .gc-layoutRole__contents .js-removeBtn2,
#page_estimateform .gc-layoutRole__contents .js-addBtn,
#page_estimateform .gc-layoutRole__contents .js-removeBtn,
#page_estimateform .gc-layoutRole__contents .js-addBtnObi,
#page_estimateform .gc-layoutRole__contents .js-removeBtnObi,
#page_estimateform .gc-layoutRole__contents .radio_reset,
#page_estimateform .gc-layoutRole__contents .ta_show_btn,
#page_estimateform .gc-layoutRole__contents .ta_hide_btn,
#page_return .gc-layoutRole__contents .js-fillAddress,
.simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-addBtn,
.simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-removeBtn{
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 4px;
	margin-top: 8px;
	padding: 4px 12px;
	cursor: pointer;
}

#page_return .gc-layoutRole__contents .js-fillAddress{
	width: 220px;
	padding: 6px 12px;
	margin-right: 50%;
	margin-bottom: 14px;
}

#page_return .gc-layoutRole__contents .js-removeBtn,
#page_return .gc-layoutRole__contents .js-removeBtn2,
#page_estimateform .gc-layoutRole__contents .js-removeBtn,
#page_estimateform .gc-layoutRole__contents .js-removeBtnObi,
#page_estimateform .gc-layoutRole__contents .radio_reset,
#page_estimateform .gc-layoutRole__contents .ta_hide_btn{
	background: #666;
	color: #fff;
	border: 1px solid #666;
}

#page_return .gc-layoutRole__contents .js-addBtn::before,
#page_return .gc-layoutRole__contents .js-removeBtn::before,
#page_return .gc-layoutRole__contents .js-addBtn2::before,
#page_return .gc-layoutRole__contents .js-removeBtn2::before,
#page_estimateform .gc-layoutRole__contents .js-addBtn::before,
#page_estimateform .gc-layoutRole__contents .js-removeBtn::before,
#page_estimateform .gc-layoutRole__contents .js-addBtnObi::before,
#page_estimateform .gc-layoutRole__contents .js-removeBtnObi::before,
#page_estimateform .gc-layoutRole__contents .radio_reset::before,
#page_estimateform .gc-layoutRole__contents .ta_show_btn::before,
#page_estimateform .gc-layoutRole__contents .ta_hide_btn::before,
#page_return .gc-layoutRole__contents .js-fillAddress::before,
.simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-addBtn::before,
.simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-removeBtn::before{
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
}

#page_return .gc-layoutRole__contents .js-addBtn::before,
#page_return .gc-layoutRole__contents .js-addBtn2::before,
#page_estimateform .gc-layoutRole__contents .js-addBtn::before,
#page_estimateform .gc-layoutRole__contents .js-addBtnObi::before,
#page_estimateform .gc-layoutRole__contents .ta_show_btn::before,
.simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-addBtn::before{content:"\f0fe";}

#page_return .gc-layoutRole__contents .js-removeBtn::before,
#page_return .gc-layoutRole__contents .js-removeBtn2::before,
#page_estimateform .gc-layoutRole__contents .js-removeBtn::before,
#page_estimateform .gc-layoutRole__contents .js-removeBtnObi::before,
#page_estimateform .gc-layoutRole__contents .radio_reset::before,
#page_estimateform .gc-layoutRole__contents .ta_hide_btn::before,
.simulator_modal.gc_no_processing_modal .no_processing_btn_box .js-removeBtn::before{content:"\f146";}

#page_return .gc-layoutRole__contents .js-fillAddress::before{content:"\f2b9";}

#page_return .gc-layoutRole__contents dd input[type="radio"],
#page_estimateform .gc-layoutRole__contents dd input[type="radio"] {display: none;}
#page_return .gc-layoutRole__contents dd input[type="radio"] + label,
#page_estimateform .gc-layoutRole__contents dd input[type="radio"] + label{
	margin:0px 24px 9px 0px;
}

#page_return .gc-layoutRole__contents dd input[type="radio"] + label::before,
#page_estimateform .gc-layoutRole__contents dd input[type="radio"] + label::before{
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	margin-right: 2px;
	content:"\f111";
	color: #ccc;
}

#page_return .gc-layoutRole__contents dd input[type="radio"]:checked + label,
#page_estimateform .gc-layoutRole__contents dd input[type="radio"]:checked + label{
	color: #65ce06;
}

#page_return .gc-layoutRole__contents dd input[type="radio"]:checked + label::before,
#page_estimateform .gc-layoutRole__contents dd input[type="radio"]:checked + label::before{
	content:"\f058";
	color: #65ce06;
	font-weight: bold;
}

#page_estimateform .gc-layoutRole__contents dd input[type="file"] {
	margin-bottom: 16px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	max-width: 100%;
}

#page_estimateform .gc-layoutRole__contents .open_select_box input[type="radio"] + label,
#page_estimateform .gc-layoutRole__contents .obi_toggle input[type="radio"] + label,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_1 input[type="radio"] + label,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_2 input[type="radio"] + label,
#page_estimateform .gc-layoutRole__contents .radio_genkou_item_3 input[type="radio"] + label{
	margin:0px 16px 5px 0px;
}

#page_estimateform .gc-layoutRole__contents dd .radio_multi,
#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox{
	width: 23%;
	margin: 0px 2% 13px 0px;
}

#page_estimateform .gc-layoutRole__contents dd .radio_multi input[type="radio"] + label,
#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox input[type="radio"] + label{
	margin: 0px 0px 6px 0px;
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
	color: #888;
	padding: 4px 10px;
	font-size: 1.4rem;
}

#page_estimateform .gc-layoutRole__contents dd .radio_multi input[type="radio"]:checked + label,
#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox input[type="radio"]:checked + label{
	background: #65ce06;
	border:1px solid #65ce06;
	color: #fff;
}

#page_estimateform .gc-layoutRole__contents dd .radio_multi input[type="radio"]:checked + label::before,
#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox input[type="radio"]:checked + label::before{color: #fff;}

#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
	padding-bottom: 10px;
	min-height: 150px;
	text-align: center;
	font-size: 1.2rem;
}
#page_estimateform .gc-layoutRole__contents dd .radio_multi .radio_reset,
#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .radio_reset{margin: 4px auto 0px; width: 100%;}

#page_estimateform .gc-layoutRole__contents dd .festival_img{
	padding: 0px 5% 0px 1%;
	width: 16%;
}
#page_estimateform .gc-layoutRole__contents dd .festival_box{ width: 81%;}
#page_estimateform .gc-layoutRole__contents dd .festival_box input{ margin-top: 8px; width: 100%;}

#page_estimateform .gc-layoutRole__contents dd .festival_confirm_box .festival_box{ width: 100%;}

#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box{
	padding-bottom: 14px;
	color: #333;
}
#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h3,
#page_estimateform .gc-layoutRole__contents dd .festival_confirm_box h3{
	font-size: 1.7rem;
	font-weight: bold;
	margin: 20px 0px 10px;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	color: #65ce06;
}

#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h4{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px 0px 6px;
	color: #65ce06;
}

#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h4::before{
	content: '●';
	padding-right: 4px;
}

#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h5{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 16px 0px 6px;
	color: #65ce06;
}

#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h5::before{
	content: '[';
	padding-right: 4px;
}

#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h5::after{
	content: ']';
	padding-left: 4px;
}

#page_estimateform .gc-layoutRole__contents dd .pinpoint{
	border-bottom: #CD4F51 2px solid;
	color: #777;
	font-size: 1.4rem;
}

#page_estimateform .gc-layoutRole__contents dd .bank_txt{
	position: relative;
	background: #f6daad;
	color: #ff0000;
	padding:18px 22px;
	font-size: 1.6rem;
	font-weight: bold;
}

#page_estimateform .gc-layoutRole__contents dd .bank_txt::before{
	position: absolute;
    content: '';
    left: 36px;
    top: -22px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 12px solid #f6daad;
}

#page_estimateform .gc-layoutRole__contents dd .radio_vertical label{display: block;}


#page_estimateform .gc-layoutRole__contents #shipping_way p strong.np-heading{
	display: block;
	max-width: 468px;
	background: #E3007F;
	color: #fff;
	padding:18px 22px;
	font-size: 1.6rem;
	font-weight: bold;
}

#page_estimateform .gc-layoutRole__contents dd .radio-wear-size{
	width: 103%;
	margin-right: -3%;
}

#page_estimateform .gc-layoutRole__contents dd .radio-wear-size input[type="radio"] + label{
	margin: 0px 2% 14px 0px;
	width: 47%;
	border:1px solid #ccc;
	border-radius: 5px;
	color: #888;
	padding: 4px 10px 14px;
	font-size: 1.4rem;
}

#page_estimateform .gc-layoutRole__contents dd .radio-wear-size input[type="radio"] + label:last-of-type{
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 4px 10px 4px;
}

#page_estimateform .gc-layoutRole__contents dd .radio-wear-size input[type="radio"]:checked + label{
	background: #65ce06;
	border:1px solid #65ce06;
	color: #fff;
}

#page_estimateform .gc-layoutRole__contents dd .radio-wear-size input[type="radio"]:checked + label::before{color: #fff;}
.estimateform_product_box{
	font-size: 1.4rem;
}
.ttl_comment{
	font-size: 1.6rem;
	font-weight: normal;
	display: inline-block;
}
@media print, screen and (min-width: 767px) {
	.estimateform_head_box_wrap{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	.estimateform_product_box{
		max-width: 200px;
	}
}

/* ----------------------------------------- */
/* Responsive */

@media print, screen and (max-width: 1023px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 145px;
	}

}

@media print, screen and (max-width: 929px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 135px;
	}

}

@media print, screen and (max-width: 829px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 125px;
	}

}


@media print, screen and (max-width: 767px) {

	#page_estimateform .gc-layoutRole__contents .ec-borderedDefs dt{ font-size: 1.8rem; padding-bottom: 12px;}

	#page_estimateform .gc-layoutRole__contents .estimateform_head_box{padding: 0px 0px 14px;}
	#page_estimateform .gc-layoutRole__contents .estimateform_head_box .minimum{font-size: 1.8rem;}

	#page_estimateform .gc-layoutRole__contents .ec-borderedDefs{padding-bottom: 18px;}

	#page_estimateform .gc-layoutRole__contents .ec-borderedDefs .oomaka_txt{
		display: block;
		margin-left: 0px;
	}

	#page_estimateform .gc-layoutRole__contents .ec-borderedDefs .addornew_toggle input{
		width: 100%
	}

	#page_estimateform .gc-layoutRole__contents .open_select_box,
	#page_estimateform .gc-layoutRole__contents .obi_toggle,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_1,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_2,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_3{
		padding:24px 6%;
		margin-top:26px;
		margin-bottom:18px;
		font-size: 1.6rem;
	}

	#page_estimateform .gc-layoutRole__contents .link_btn a{font-size: 1.5rem;}

	#page_estimateform .gc-layoutRole__contents .js-addBtn,
	#page_estimateform .gc-layoutRole__contents .js-removeBtn,
	#page_estimateform .gc-layoutRole__contents .radio_reset,
	#page_estimateform .gc-layoutRole__contents .ta_show_btn,
	#page_estimateform .gc-layoutRole__contents .ta_hide_btn{
		padding: 9px 12px;
		min-width: 100px;
	}

	#page_estimateform .gc-layoutRole__contents dd input[type="radio"] + label{
		margin:0px 3% 9px 0px;
	}

	#page_estimateform .gc-layoutRole__contents dd .festival_img{
		padding: 0px 5% 0px 1%;
		width: 20%;
	}
	#page_estimateform .gc-layoutRole__contents dd .festival_box{ width: 78%}
	#page_estimateform .gc-layoutRole__contents dd .festival_box input{ margin-top: 6px;}

	#page_estimateform .gc-layoutRole__contents .open_select_box input[type="radio"] + label,
	#page_estimateform .gc-layoutRole__contents .obi_toggle input[type="radio"] + label,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_1 input[type="radio"] + label,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_2 input[type="radio"] + label,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_3 input[type="radio"] + label{
		margin:0px 3% 6px 0px;
	}

	#page_estimateform .gc-layoutRole__contents dd .radio_multi input[type="radio"] + label,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox input[type="radio"] + label{
		margin: 0px 0px 10px 0px;
		padding: 8px 10px;
	}

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 165px;
	}

}

@media print, screen and (max-width: 639px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox{
		width: 48%;
		margin: 0px 4% 13px 0px;
	}

	#page_estimateform .gc-layoutRole__contents dd .radio_multi:nth-child(2n),
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox:nth-child(2n){
		width: 48%;
		margin: 0px 0% 13px 0px;
	}

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position img,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position img{
		width: 70%;
		margin: 0px 15%;
	}

	#page_return .gc-layoutRole__contents .js-fillAddress{
		margin-right: 25%;
	}

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 195px;
	}

}

@media print, screen and (max-width: 559px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 175px;
	}

}

@media print, screen and (max-width: 480px) {

	#page_estimateform .gc-layoutRole__contents .ec-borderedDefs dt{ font-size: 1.7rem; padding-bottom: 9px;}

	#page_estimateform .gc-layoutRole__contents .estimateform_head_box{padding: 0px 0px 12px;}
	#page_estimateform .gc-layoutRole__contents .estimateform_head_box .minimum{font-size: 1.7rem;}

	#page_estimateform .gc-layoutRole__contents .open_select_box,
	#page_estimateform .gc-layoutRole__contents .obi_toggle,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_1,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_2,
	#page_estimateform .gc-layoutRole__contents .radio_genkou_item_3{
		padding:22px 5%;
		margin-top:30px;
		margin-bottom:14px;
	}

	#page_estimateform .gc-layoutRole__contents .js-addBtn,
	#page_estimateform .gc-layoutRole__contents .js-removeBtn,
	#page_estimateform .gc-layoutRole__contents .radio_reset,
	#page_estimateform .gc-layoutRole__contents .ta_show_btn,
	#page_estimateform .gc-layoutRole__contents .ta_hide_btn{
		min-width: 120px;
	}

	#page_estimateform .gc-layoutRole__contents dd .festival_img{
		padding: 0px 5% 0px 0%;
		width: 20%;
	}
	#page_estimateform .gc-layoutRole__contents dd .festival_box{ width: 80%}

	#page_estimateform .gc-layoutRole__contents dd .radio_multi input[type="radio"] + label,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox input[type="radio"] + label{
		margin: 0px 0px 10px 0px;
		padding: 8px 10px;
	}

	#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h3{font-size: 1.6rem;}
	#page_estimateform .gc-layoutRole__contents dd .confirm_detail_box h4{font-size: 1.5rem;}

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 155px;
	}

}

@media print, screen and (max-width: 429px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 145px;
	}

}

@media print, screen and (max-width: 379px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 130px;
	}

}

@media print, screen and (max-width: 329px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 115px;
	}

}

@media print, screen and (max-width: 269px) {

	#page_estimateform .gc-layoutRole__contents dd .radio_multi .print_position,
	#page_estimateform .gc-layoutRole__contents dd .radio_nomalbox .print_position{
		min-height: 100px;
	}

}


/* ---------------------------------------------------------------- */
/* form */
/* ---------------------------------------------------------------- */

@media print, screen and (max-width: 1024px) {

	.ec-layoutRole .gc-layoutRole__contents input[type="text"],
	.ec-layoutRole .gc-layoutRole__contents input[type="email"],
	.ec-layoutRole .gc-layoutRole__contents input[type="password"],
	.ec-layoutRole .gc-layoutRole__contents input[type="number"],
	.ec-layoutRole .gc-layoutRole__contents input[type="date"],
	.ec-layoutRole .gc-layoutRole__contents textarea{
		font-size: 1.6rem;
		padding: 8px;
		max-width: 100%;
	}

	.ec-layoutRole .gc-layoutRole__contents select{
		font-size: 1.6rem;
		max-width: 100%;
		min-width: 10%;
	}

	#page_shopping_shipping_multiple .ec-AddAddress__selectAddress{
		width: 100%;
	}


}


/* ---------------------------------------------------------------- */
/* hover */
/* ---------------------------------------------------------------- */

@media print, screen and (min-width: 1025px) {

	.page_link_style_02 li a,
	.page_link_style_02 li a span,
	.work_block .work_header_box .main li a,
	.mypage .gc-layoutRole__contents .ec-historyRole,
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box img:hover,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li:hover,
	.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list li a:hover,
	.common_processing_menu ul li a:hover{
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.list_top_content .list_top_leftmenu .mega_menu .inner_box > ul > li > a:hover,
	.list_top_content .list_top_leftmenu .mega_menu .inner_box > ul > li > a:hover::after,
	.list_top_content .list_top_leftmenu .mega_menu .inner_box .sub_category_box ul li:hover a,
	.list_top_content .list_top_leftmenu .mega_menu .inner_box .sub_category_box ul li:hover::after,
	.work_block .work_header_box .wappen li a:hover,
	.work_block .work_header_box .size li a:hover,
	.gc-layoutRole__contents .list_top_leftmenu .mega_menu .inner_box .sub_category_box ul li a:hover,
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_footer_box .detail_box .fax_box div a:hover{
		text-decoration: none;
		color: #EFB60C;
	}

	.page_linl_style_01 li a:hover,
	.embroidery_block .embroidery_top_link div a:hover,
	.page_bottom_linkbox .inner_box ul li a:hover,
	.work_block .work_header_box .main li a:hover,
	.print_block .print_box02 li a:hover,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_banner_box img:hover,
	.ec-layoutRole .gc-layoutRole__contents .orizinal_happi_page_link ul li:hover,
	.ec-layoutRole .gc-layoutRole__contents .list_wappen_banner_box li a:hover,
	.ec-layoutRole .gc-layoutRole__contents .wappen_cgy4_banner li a:hover,
	.ec-layoutRole .gc-layoutRole__contents .fax_pdf_list li a:hover,
	.common_processing_menu ul li a:hover{
		opacity: 0.7;
	}

	.list_top_block li a:hover{
		border: 1px solid #EFB60C;
		opacity: 0.7;
	}

	.page_link_style_02 li a:hover{
		border: 2px solid #EC7A00;
		background: #EC7A00;
		color: #fff;
	}

	.mypage .gc-layoutRole__contents .ec-historyRole:hover,
	.mypage .gc-layoutRole__contents .ec-layoutRole__main .ec-orderRole__detail .ec-imageGrid:hover{
		border: 4px solid #EC7A00;
	}

	.page_link_style_02 li a:hover span{ color: #fff;}

	.gc-layoutRole__contents .simulator_box .cv_simulator a:hover {
		background: #44adbd;
	}

	.gc-layoutRole__contents .nobori_asset_btn li a:hover {
		background: #FFF;
		color: #459ba8!important;
		padding: 15px 100px;
		text-decoration: none;
	}
}




/* -------------------------------------------------- */
/* about */

/* reason */
.about-block { line-height: 1.5; }
.about-block_lead { color: #E95517; font-weight: bold; }
.about-block p + p { margin-top: 1.5em; }
@media print, screen and (min-width: 768px) {
	.about-block { font-size: 1.6rem; text-align: center; }
	.about-block_lead { font-size: 2.8rem; }
}
@media print, screen and (max-width: 767px) {
	.about-block { font-size: 1.4rem; }
	.about-block_lead { font-size: 2.0rem; }
}

.reason-block {
	background: #E3F0F2;
	margin-top: 115px;
	padding: 98px;
	position: relative;
	margin-bottom: 80px;
}
.reason-title {
	background: #459BA8;
	color: #FFF;
	display: inline-block;
	font-size: 2.6rem;
	white-space: nowrap;
	padding: .25em 4em .5em;
	position: absolute;
	left: 50%;
	top: -40px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reason-title .color {
	color: #F7EB31;
}
.reason-title .num {
	font-size: 5.2rem;
}
.reason-item {
	background: #FFF;
	margin-top: 16px;
	padding: 30px 48px;
}
.reason-item::after {
	clear: both;
	content: "";
	display: table;
}
.reason-item_title {
	display: table;
}
.reason-item_title .ec-font-bold {
	color: #EE7C00;
	font-size: 3.2rem;
	font-weight: bold;
}
.reason-item_title .note {
	color: #333;
	font-size: 1.6rem;
	font-weight: normal;
}
.reason-item_title > span {
	display: table-cell;
	vertical-align: middle;
}
.reason-item_title .num {
	color: #459BA8;
	font-size: 10rem;
	font-weight: normal;
}
.reason-item_text { font-size: 1.6rem; line-height: 1.5; }

@media print, screen and (min-width: 768px) {
	.reason-item_title .num { width: 140px; }
	.reason-item .reason-item_title,
	.reason-item .reason-item_text { width: 72%; }
	.reason-item .reason-item_img { width: 21%; }
	.reason-item:nth-child(odd) .reason-item_title,
	.reason-item:nth-child(odd) .reason-item_text { float: right; }
	.reason-item:nth-child(odd) .reason-item_img { float: left; }
	.reason-item:nth-child(even) .reason-item_title,
	.reason-item:nth-child(even) .reason-item_text { float: left; }
	.reason-item:nth-child(even) .reason-item_img { float: right; }
}
@media print, screen and (max-width: 767px) {
	.reason-block {
		margin: 65px -4% 48px;
		padding: 30px 5%;
	}
	.reason-title {
		font-size: 1.7rem;
		width: 95%;
		top: -25px;
		text-align: center;
	}
	.reason-title .num { font-size: 3.5rem; }
	.reason-item {
		margin-top: 15px;
		padding: 20px;
	}
	.reason-item_title .ec-font-bold { font-size: 2.1rem; }
	.reason-item_title .note { font-size: 1.2rem; }
	.reason-item_title .num {
		font-size: 6.3rem;
		padding-right: 10px;
	}
	.reason-item .reason-item_img {
		width: 45%;
		margin: 0 auto;
	}
	.reason-item_text { font-size: 1.4rem; margin-top: 1em; }
}

/*  category title */
@media print, screen and (min-width: 768px) {
	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader.category_header {
		background-image: none;
		height: 256px;
		overflow: hidden;
	}
	.category_header-text,
	.category_header-image {
		width: 50%;
		max-width: 545px;
	}
	.category_header-text {
		font-weight: bold;
		padding-right: 1em;
		text-align: left;
	}
	.category_header-title {
		font-size: 3.6rem;
	}
	.category_header-label {
		font-size: 2.4rem;
	} 
	.category_header-desc {
		font-size: 2.0rem;
		margin-top: 1em;
	}
	.category_header-desc.small {
		font-size: 1.6rem;
		font-weight: normal;
		margin-bottom: 1em;
	}
	.category_header-lead {
		font-size: 1.4rem;
		font-weight: normal;
		margin-top: 1em;
	}
	.category_header-image img {
		width: 50vw;
		height: 256px;
		object-fit: cover;
		object-position: left top;
		font-family: 'object-fit: cover; object-position: left top;';
		max-width: none;
	}
}
@media print, screen and (max-width: 767px) {
	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader.category_header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-weight: bold;
		height: auto;
		max-height: none;
		padding: 6% 6% 0;
	}
	.ec-layoutRole .gc-layoutRole__contents .ec-pageHeader .category_header-title {
		font-size: 4.8vw;
	}
	.category_header-label {
		font-size: 4.2vw;
	} 
	.category_header-desc {
		font-size: 3.7vw;
		margin-top: 1em;
		text-align: left;
	}
	.category_header-lead {
		font-size: 3.1vw;
		font-weight: normal;
		margin-top: 1em;
		text-align: left;
	}
	.category_header-desc.small {
		font-weight: normal;
	}
	.category_header-image {
		margin-top: 1em;
		padding-top: 16%;
		overflow: hidden;
		position: relative;
		width: 100vw;
	}
	.category_header-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/* form tab */
.tab-selct_form li {
	width: 48%;
}
.tab-selct_form li span,
.tab-selct_form li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
	.tab-selct_form {
		margin: 40px 0 34px;
	}
	.tab-selct_form li a,
	.tab-selct_form li span {
		padding-top: 21.5%;
	}
	.tab-selct_form li a:hover { background-position: 0 100%; }
	.tab-selct_form li span.tab-entry_01 { background-image: url(../img/estimate/tab_estimate1_current.png); }
	.tab-selct_form li span.tab-entry_02 { background-image: url(../img/estimate/tab_estimate2_current.png); }
	.tab-selct_form li a.tab-entry_01 { background-image: url(../img/estimate/tab_estimate1.png); }
	.tab-selct_form li a.tab-entry_02 { background-image: url(../img/estimate/tab_estimate2.png); }
}
@media print, screen and (max-width: 767px) {
	.tab-selct_form {
		margin-bottom: 10px;
	}
	.tab-selct_form li a,
	.tab-selct_form li span {
		padding-top: 99%;
	}
	.tab-selct_form li span.tab-entry_01 { background-image: url(../img/estimate/tab_estimate1_current_sp.png); }
	.tab-selct_form li span.tab-entry_02 { background-image: url(../img/estimate/tab_estimate2_current_sp.png); }
	.tab-selct_form li a.tab-entry_01 { background-image: url(../img/estimate/tab_estimate1_sp.png); }
	.tab-selct_form li a.tab-entry_02 { background-image: url(../img/estimate/tab_estimate2_sp.png); }
}

/* -------------------------------------------------- */
/* ranking */
.top-ranking_block {
	max-width: 1090px;
	margin: 0 auto;
	position: relative;
}
.top-ranking_block .ttl_top_h2_style::before {
	background: url(../img/top/icon_crown_title.png) no-repeat 0 50% / contain;
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	vertical-align: middle;
	margin-top: -.2em;
}
.top-ranking_block .list-tab {
	margin-top: 44px;
	-webkit-flex-wrap:nowrap; -ms-flex-wrap:nowrap; flex-wrap:nowrap;
}
	.top-ranking_block .list-tab li {
		background: #CCC;
		border-radius: 4px;
		font-size: 1.6rem;
		padding: 10px 0;
		position: relative;
		text-align: center;
		width: 20%;
	}
	.top-ranking_block .list-tab li + li {
		margin-left: 10px;
	}
	.top-ranking_block .list-tab li.is-active {
		background: #EE7C00;
	}
	.top-ranking_block .list-tab li.is-active:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 9px 0 9px;
		border-color: #EE7C00 transparent transparent transparent;
		position: absolute;
		left: 50%;
		top: 100%;
		margin-top: -1px;
		margin-left: -8px;
	}
		.top-ranking_block .list-tab li a {
			color: #FFF;
			display: block;
		}
.top-ranking_block .list-ranking {
	margin-top: 20px;
}
.top-ranking_block .category-note {
	padding: .75em;
}
.top-ranking_block .list-ranking .item {
	padding: 0 13px;
	width: 20%;
}
.top-ranking_block .list-ranking .item .fs-small {
	font-size: 0.667em;
}
.top-ranking_block .list-ranking .item > span,
.top-ranking_block .list-ranking .item .name,
.top-ranking_block .list-ranking .item .price {
	display: block;
}
.top-ranking_block .list-ranking .item .name a {
	color: #0092C4;
	font-size: 1.6rem;
}
.top-ranking_block .list-ranking .item .price {
	color: #F00;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: .5em;
	text-align: center;
}
	.top-ranking_block .rank {
		color: #212121;
		display: block;
		font-size: 1.8rem;
		padding: 10px 0;
		text-align: center;
		white-space: nowrap;
	}
	.top-ranking_block .list-ranking .item .rank span { display: inline-block; }
		.top-ranking_block .rank-1 .rank:before,
		.top-ranking_block .rank-2 .rank:before,
		.top-ranking_block .rank-3 .rank:before {
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: contain;
			content: "";
			display: inline-block;
			margin-right: 8px;
			width: 26px;
			height: 26px;
			vertical-align: text-bottom;
		}
		.top-ranking_block .rank-1 .rank:before { background-image: url(../img/top/icon_crown_01.png); }
		.top-ranking_block .rank-2 .rank:before { background-image: url(../img/top/icon_crown_02.png); }
		.top-ranking_block .rank-3 .rank:before { background-image: url(../img/top/icon_crown_03.png); }
		.top-ranking_block .rank .num { font-size: 2.3rem; margin-right: .25em; }
@media print, screen and (min-width: 768px) {
	.main-images .main-images_slider { width: 76%; }
	.main-images .main-images_banner { width: 23%; max-width: 248px; }
	.top-ranking_block .list-ranking .item .thumb { width: 180px; height: 180px; margin: 0 auto; }
	.top-ranking_block .list-ranking .item .text { margin-top: 1em; }
}
@media print, screen and (max-width: 767px) {
	.top-ranking_block .ttl_top_h2_style::before {
		width: 1.5em;
		height: 1.5em;
		margin-top: -.5em;
	}
	.top-ranking_block .list-tab {
		display: none;
	}
	.top-ranking_block .tab-wrap {
		background: #F6F6F6;
		margin-top: 15px;
		padding: 20px 0;
	}
	.top-ranking_block .tab-item {
		background: #FFF;
		border: 1px solid #DDD;
		border-radius: 4px;
		margin: 0 5px;
	}
	.category-name {
		border-bottom: 1px solid #DDD;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		padding: .75em 0;
	}
	.top-ranking_block .list-ranking {
		margin-top: 0;
		padding: 0 20px;
	}
	.top-ranking_block .list-ranking .item {
		padding: 15px 0;
		display: table;
		width: 100%;
		position: relative;
	}
	.top-ranking_block .list-ranking .item + .item {
		border-top: 1px solid #DDD;
	}
	.top-ranking_block .list-ranking .item .rank .suffix {
		display: none;
	}
	.top-ranking_block .list-ranking .item > span {
		display: table-cell;
		vertical-align: middle;
	}
	.top-ranking_block .list-ranking .item .thumb {
		width: 90px;
	}
	.top-ranking_block .list-ranking .item .text {
		padding-left: 15px;
	}
	.top-ranking_block .list-ranking .item .name {
		font-size: 1.4rem;
	}
	.top-ranking_block .list-ranking .item .price {
		font-size: 1.6rem;
		text-align: left;
	}
	.top-ranking_block .item.rank-4,
	.top-ranking_block .item.rank-5 { display: none; }
	.top-ranking_block .rank-1 .rank:before,
	.top-ranking_block .rank-2 .rank:before,
	.top-ranking_block .rank-3 .rank:before {
		margin-right: 8px;
		vertical-align: text-bottom;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-ranking_block .rank { font-size: 8px; display: block; width: 26px; height: 26px; position: absolute; top: 10px; left: -10px; z-index: 10; }
	.top-ranking_block .rank .num { color: #FFF; font-size: 8px; margin: -.9em 0 0; position: relative; }

}


/* ----------------------------------------- */
/* service */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

.service_page .ec-layoutRole .gc-layoutRole__contents {
	max-width: none;
}
.service_main {
	background: url(../img/service/bg_main.jpg) no-repeat center center / cover;
	text-align: center;
	position: relative;
	margin-top: -15px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 38px 20px 32px;
	margin-bottom: 53px;
}
.service_main::before {
	content: '';
	display: block;
	width: 967px;
	height: 414px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -509px;
	background: url(../img/service/img_main.png) no-repeat;
}
.service_main_satisfaction {
	position: absolute;
	top: 22px;
	max-width: 1440px;
	padding-left: 2.638%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
}
.service_main_satisfaction img {
	width: auto;
}
.service_main_pr {
	display: inline-block;
	background: #F28C14;
	color: #fff;
	font-size: 1.7rem;
	margin: 8px 0 0;
	padding: 11px 20px 10px;
	border-radius: 6px;
	margin-bottom: 29px;
	position: relative;
}
.service_main h1 {
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.service_main h1::after {
	content: '';
	display: block;
	width: 72px;
	height: 2px;
	background: #F28C14;
	margin: 9px auto 0;
}
.service_main h1 + p {
	font-weight: 500;
	font-size: 1.8rem;
	position: relative;
}
.service_main_benefits {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 34px;
	position: relative;
}
.service_main_benefits dl {
	width: 130px;
}
.service_main_benefits dl + dl {
	margin-left: 20px;
}
.service_main_benefits dt {
	width: 74px;
	padding: 1px 5px 0;
	border-radius: 8px;
	color: #fff;
	font-size: 1.5rem;
	margin: 0 auto -27px;
	background: -moz-linear-gradient(top, #ffc222 0%, #c38a0a 100%);
	background: -webkit-linear-gradient(top, #ffc222 0%, #c38a0a 100%);
	background: linear-gradient(to bottom, #ffc222 0%, #c38a0a 100%);
	position: relative;
	z-index: 2;
}
.service_main_benefits dt::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0;
	border-color: #c38a0a transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -4px;
}
.service_main_benefits dt span {
	font-size: 2.2rem;
	font-family: 'Roboto', sans-serif;
	vertical-align: -2px;
	margin-left: 3px;
}
.service_main_benefits dd {
	width: 130px;
	height: 130px;
	padding-top: 13px;
	border: 1px solid #E8BA55;
	background: rgba(255, 255, 255, .95);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1.25;
}
.service_lead {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #000;
}
.service_satisfaction {
	background: #FDF3E7;
	border-radius: 6px;
	margin: 104px 0 61px;
	padding: 1px 40px 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	color: #000;
}
.service_satisfaction_percent {
	width: 206px;
	height: 206px;
	background: #FDF3E7;
	border-radius: 50%;
	margin: -66px auto -84px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #F45400;
	line-height: 1.15;
	padding-top: 38px;
}
.service_satisfaction_percent span {
	display: block;
	font-size: 4rem;
}
.service_satisfaction_percent span::after {
	content: '';
	height: 2px;
	display: block;
	background: #F45400;
	width: 110px;
	margin: -2px auto 0;
}
.service_satisfaction h2 {
	width: 100%;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: .025em;
	margin-bottom: 30px;
}
.service_satisfaction_box {
	background: #fff;
	border-radius: 6px;
	width: 48.811%;
	padding: 32px 30px 17px;
}
.service_satisfaction h3 {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 11px;
	border-bottom: 2px solid #F28C14;
	margin-bottom: 26px;
}
.service_satisfaction .yes,
.service_satisfaction .no {
	display: inline-block;
}
.service_satisfaction .yes::before,
.service_satisfaction .no::before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	display: inline-block;
	background: #F28823;
	margin-right: 3px;
}
.service_satisfaction .no::before {
	background: #D2D2D2;
}
.service_satisfaction img {
	width: auto;
}
.service_satisfaction_graph {
	margin: 19px 0 21px;
}
.service_satisfaction_graph + p {
	font-weight: bold;
	font-size: 2.2rem;
	color: #484848;
}
.service_satisfaction_graph + p span {
	font-size: 3.4rem;
	color: #F28C14;
	margin-left: 4px;
	vertical-align: middle;
}
.service_satisfaction_voice {
	text-align: left;
	padding: 3px 1px 20px;
	font-weight: 500;
}
.service_satisfaction_voice p {
	line-height: 1.65;
}
.service_satisfaction_voice_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.service_satisfaction_voice dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 1.3rem;
	margin-top: 11px;
}
.service_satisfaction_voice dl dt {
	font-weight: 500;
}
.service_satisfaction_voice dl + dl {
	margin-left: 18px;
}
.service_satisfaction_voice dl dt::after {
	content: '：';
}
.service_satisfaction_voice + .service_satisfaction_voice {
	border-top: 1px dotted #DDD;
	padding-top: 22px;
}
.service_satisfaction_voice ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service_satisfaction_voice ul li + li::before {
	content: '>';
	display: inline-block;
	margin: 0 4px;
}
.service_satisfaction_note {
	width: 100%;
	font-size: 1.3rem;
	text-align: left;
	margin-top: 14px;
}
.service_benefits {
	color: #000;
	margin-bottom: 64px;
}
.service_benefits h2 {
	border-bottom: 1px solid #BBB;
	font-weight: bold;
	font-size: 2.6rem;
	padding: 0 0 9px 38px;
	margin-bottom: 48px;
	letter-spacing: .03em;
	position: relative;
}
.service_benefits h2::before {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	background: url(../img/service/icon_benefits.svg) no-repeat;
	position: absolute;
	left: -1px;
	top: -1px;
}
.service_benefits h2 span {
	font-size: 3.2rem;
	color: #D69905;
	margin: 0 2px;
	vertical-align: -2px;
}
.service_benefits h3 {
	background: #F4F4F4;
	font-size: 2.3rem;
	font-weight: bold;
	position: relative;
	padding: 20px 0 18px 110px;
	margin-bottom: 32px;
	letter-spacing: .02em;
}
.service_benefits h3 > span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding-top: 15px;
	font-size: 2rem;
	color: #fff;
	background: -moz-linear-gradient(top, #ffc222 0%, #c38a0a 100%);
	background: -webkit-linear-gradient(top, #ffc222 0%, #c38a0a 100%);
	background: linear-gradient(to bottom, #ffc222 0%, #c38a0a 100%);
	width: 91px;
	text-align: center;
}
.service_benefits h3 > span span {
	font-family: 'Roboto', sans-serif;
	font-size: 3.2rem;
	vertical-align: -3px;
	margin-left: 2px;
}
.service_benefits_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 55px;
}
.service_benefits_item.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.service_benefits_item figure {
	width: 320px;
}
.service_benefits_txt {
	width: calc(100% - 320px);
	padding-left: 32px;
	margin-top: -1px;
}
.service_benefits_txt > h4 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.service_benefits_txt p {
	line-height: 1.5;
	letter-spacing: .025em;
}
.service_benefits_txt > p + p {
	margin-top: 12px;
}
.service_benefits_txt dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 14px 0;
	letter-spacing: .025em;
}
.service_benefits_txt dt::after {
	content: '：';
}
.service_benefits_txt dd {
	font-weight: bold;
	color: #F70000;
	margin-left: 5px;
}
.service_benefits_txt dd + dt {
	margin-left: 32px;
}
.service_benefits_border {
	border: 1px solid #DDD;
	padding: 19px 20px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.service_benefits_border p {
	width: 375px;
	line-height: 1.4;
	letter-spacing: .02em;
}
.service_benefits_border p strong {
	color: #EF7802;
}
.service_benefits_border .service_benefits_btn {
	width: 295px;
	padding-bottom: 4px;
}
.service_benefits_border .service_benefits_btn a {
	display: block;
	background: #F28C14;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	padding: 9px;
	transition: opacity .3s;
}
.service_benefits_border .service_benefits_btn a::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 5px;
	transition: transform .3s;
}
.service_benefits_border .service_benefits_btn a:hover {
	opacity: .6;
}
.service_benefits_border .service_benefits_btn a:hover::after {
	transform: translateX(5px) rotate(45deg);
}
.service_benefits_txt > p strong {
	font-size: 1.8rem;
}
.service_benefits_discount {
	margin: 14px 0 1px;
}
.service_benefits_discount + p {
	line-height: 1.65;
	margin-bottom: -5px;
}
.service_benefits_discount ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.service_benefits_discount ul li {
	border: 2px solid #EEE;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 9px 14px;
}
.service_benefits_discount ul li p span {
	font-size: 2.4rem;
	vertical-align: -1px;
	margin-right: 2px;
}
.service_benefits_discount ul li p + p span {
	font-size: 2.8rem;
	vertical-align: -2px;
	margin-right: 2px;
}
.service_benefits_discount ul li p + p {
	padding-left: 24px;
	color: #F70000;
	position: relative;
	margin-left: 5px;
}
.service_benefits_discount ul li:last-child p + p {
	font-size: 1.8rem;
}
.service_benefits_discount ul li p + p::before {
	content: '';
	display: block;
	width: 20px;
	height: 12px;
	background: url(../img/service/icon_arrow.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.service_benefits_discount_note {
	text-align: right;
	font-weight: 500;
	color: #F70000;
	font-size: 1.2rem;
	margin-top: 3px;
}
.service_benefits_payment h4 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #EF7802;
	margin: 3px 0 7px;
	letter-spacing: .025em;
}
.service_benefits_payment + .service_benefits_payment h4 {
	margin-bottom: 10px;
}
.service_benefits_payment_txt {
	font-size: 1.8rem;
	margin-bottom: 3px;
}
.service_benefits_payment:last-child .service_benefits_payment_txt {
	margin-bottom: 0;
	line-height: 1.8;
}
.service_benefits_payment .fsL {
	font-size: 2rem;
}
.service_benefits_payment + .service_benefits_payment {
	border-top: 1px solid #DDD;
	margin-top: 19px;
	padding-top: 20px;
}
.service_benefits_payment:last-child {
	padding-top: 16px;
	margin-bottom: -8px;
}
.service_voice {
	color: #000;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 63px;
}
.service_voice h2 {
	border-bottom: 1px solid #BBB;
	font-weight: bold;
	font-size: 2.6rem;
	padding: 0 0 13px;
	margin-bottom: 48px;
	letter-spacing: .03em;
	width: 100%;
}
.service_voice_item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #CCC;
	padding-top: 24px;
	padding-bottom: 23px;
}
.service_voice_item:nth-of-type(2n+1)::before {
	content: '';
	position: absolute;
	width: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	background: #DDD;
	display: block;
}
.service_voice_item:last-child,
.service_voice_item:nth-last-child(2):nth-of-type(2n+1) {
	border-bottom: 0;
	padding-bottom: 0;
}
.service_voice_item:nth-of-type(2n+1) {
	padding-right: 23px;
}
.service_voice_item:nth-of-type(2n) {
	padding-left: 23px;
}
.service_voice_item figure {
	width: 245px;
}
.service_voice_txt {
	width: calc(100% - 245px);
	padding-left: 15px;
	margin-top: -2px;
}
.service_voice_txt p {
	line-height: 1.65;
}
.service_voice dl {
	font-size: 1.3rem;
	margin-top: 9px;
}
.service_voice dt {
	font-weight: 500;
	margin-bottom: 3px;
}
.service_flow {
	color: #000;
	font-weight: 500;
	margin-bottom: 96px;
}
.service_flow h2 {
	border-bottom: 1px solid #BBB;
	font-weight: bold;
	font-size: 2.6rem;
	padding: 0 0 13px;
	margin-bottom: 48px;
	letter-spacing: .03em;
	width: 100%;
}
.service_flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.service_flow ul li {
	width: 25%;
	background: #F8F8F8;
	border: 2px solid #FFF;
	position: relative;
	padding-bottom: 22px;
}
.service_flow ul li + li::before,
.service_flow ul li + li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 0 32px 36px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: -2px;
	top: 50%;
	margin-top: -23px;
}
.service_flow ul li + li::after {
	border-color: transparent transparent transparent #F8F8F8;
	left: -8px;
}
.service_flow ul li img {
	width: auto;
}
.service_flow ul li figure {
	text-align: center;
}
.service_flow ul li dt {
	padding-top: 13px;
	margin-bottom: -2px;
}
.service_flow ul li dt span {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	background: #484848;
	font-size: 2.2rem;
	text-align: center;
	line-height: 50px;
	letter-spacing: .05em;
	color: #FFF;
	position: absolute;
	top: 18px;
	left: 18px;
}
.service_flow ul li dd {
	padding: 0 20px;
}
.service_flow h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 17px;
}
.service_flow ul li dd p {
	line-height: 1.65;
}
.service_contact {
	background: #F8F6F1;
	font-weight: 500;
	color: #000;
	padding: 37px 40px 39px;
	position: relative;
	margin-bottom: 96px;
}
.service_contact img {
	width: auto;
}
.service_contact_img {
	position: absolute;
	bottom: -4px;
	right: 4px;
}
.service_contact_ttl {
	font-size: 2.6rem;
	line-height: 1.45;
	letter-spacing: .025em;
	font-weight: bold;
	margin-bottom: 25px;
}
.service_contact_ttl span {
	color: #EF7802;
}
.service_contact_balloon {
	position: absolute;
	top: 35px;
	right: 299px;
	padding: 16px 10px 15px 20px;
	line-height: 1.25;
	letter-spacing: .025em;
	background: #fff;
	color: #F28C14;
	font-size: 1.8rem;
	width: 236px;
	border: 1px solid #DDD;
	border-radius: 6px;
}
.service_contact_balloon::before,
.service_contact_balloon::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 24px;
	border-color: transparent transparent transparent #DDD;
	position: absolute;
	right: -24px;
	top: 50%;
	margin-top: -11px;
}
.service_contact_balloon::after {
	border-color: transparent transparent transparent #FFF;
	right: -22px;
}
.service_contact_box {
	width: 701px;
	padding: 32px 32px 24px;
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.service_contact_phone {
	width: calc(100% - 296px);
	padding-top: 2px;
}
.service_contact_phone p {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .025em;
}
.service_contact_phone p .service_contact_phone_time {
	display: inline-block;
	margin-left: 12px;
}
.service_contact_phone p .service_contact_phone_time::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 17px;
	background: #000;
	vertical-align: -2px;
	margin-right: 13px;
}
.service_contact_phone p + p {
	margin-top: 4px;
}
.service_contact_phone p a {
	pointer-events: none;
	font-size: 3.2rem;
	color: #F28C14;
	letter-spacing: .025em;
}
.service_contact_btn {
	width: 296px;
	padding-bottom: 9px;
}
.service_contact_btn a {
	display: block;
	background: #F28C14;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	border-radius: 6px;
	padding: 18px 10px 18px 15px;
	letter-spacing: .025em;
	transition: opacity .3s;
}
.service_contact_btn a::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	vertical-align: 2px;
	margin-left: 6px;
	transition: transform .3s;
}
.service_contact_btn a:hover {
	opacity: .6;
}
.service_contact_btn a:hover::after {
	transform: translateX(5px) rotate(45deg);
}

@media print, screen and (max-width: 767px) {
	.service_main {
		background-image: url(../img/service/bg_main_sp.jpg);
		font-size: 3.8vw;
		padding: 6.944vw 0 7.5vw;
		margin: -10px -4.872% 38px;
		overflow: hidden;
	}
	.service_main::before {
		width: 137.5vw;
		height: 83.888vw;
		left: -22.222vw;
		margin-left: 0;
		background-image: url(../img/service/img_main_sp.png);
		background-size: 100% auto;
	}
	.service_main_satisfaction {
		top: 6.85vw;
		left: 4.5%;
		width: 19.166vw;
		padding-left: 0;
		transform: none;
	}
	.service_main_satisfaction img {
		width: 100%;
	}
	.service_main p:first-child + p {
		margin-left: 25.5%;
		text-align: left;
	}
	.service_main_pr {
		width: 70.555vw;
		display: block;
		font-size: 4vw;
		margin: 1.388vw 0 0 25.3%;
		padding: 1.944vw 0;
		margin-bottom: 6.666vw;
	}
	.service_main h1 {
		font-size: 8.888vw;
		margin-bottom: 4vw;
	}
	.service_main h1::after {
		width: 15.555vw;
		height: .555vw;
		margin: 1.944vw auto 0;
	}
	.service_main h1 + p {
		font-size: 4.166vw;
		line-height: 1.65;
	}
	.service_main_benefits {
		width: 72.5vw;
		margin: 3.055vw auto 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.service_main_benefits dl {
		width: 22.222vw;
		margin-top: 6.388vw;
	}
	.service_main_benefits dl + dl {
		margin-left: 0;
	}
	.service_main_benefits dt {
		width: 15.277vw;
		padding: .277vw;
		border-radius: 6px;
		font-size: 3.333vw;
		top: -4.166vw;
		margin: 0 auto -7.5vw;
	}
	.service_main_benefits dt::after {
		border-width: 1.666vw 1.111vw 0;
		bottom: -1.111vw;
		margin-left: -1.111vw;
	}
	.service_main_benefits dt span {
		font-size: 4.444vw;
		vertical-align: -.277vw;
		margin-left: .277vw;
	}
	.service_main_benefits dd {
		width: 22.222vw;
		height: 21.666vw;
		padding-top: 2.222vw;
		border-radius: 8px;
		font-size: 3.888vw;
		line-height: 1.2;
	}
	.service_lead {
		font-size: 1.6rem;
		line-height: 1.65;
		text-align: left;
	}
	.service_satisfaction {
		margin: 89px 0 44px;
		padding: 1px 4.877% 20px;
		display: block;
	}
	.service_satisfaction_percent {
		width: 180px;
		height: 180px;
		margin: -56px auto -70px;
		font-size: 1.5rem;
		line-height: 1.15;
		padding-top: 34px;
	}
	.service_satisfaction_percent span {
		font-size: 3.4rem;
		margin-top: 1px;
	}
	.service_satisfaction_percent span::after {
		width: 97px;
	}
	.service_satisfaction h2 {
		font-size: 2.2rem;
		line-height: 1.3;
		margin-bottom: 16px;
	}
	.service_satisfaction_box {
		width: auto;
		padding: 18px 5.405% 15px;
		font-size: 1.2rem;
	}
	.service_satisfaction_box + .service_satisfaction_box {
		margin-top: 16px;
		padding-bottom: 4px;
	}
	.service_satisfaction h3 {
		font-size: 1.4rem;
		line-height: 1.35;
		padding-bottom: 7px;
		margin-bottom: 18px;
	}
	.service_satisfaction .yes::before,
	.service_satisfaction .no::before {
		width: 8px;
		height: 8px;
	}
	.service_satisfaction_graph {
		width: 225px;
		margin: 15px auto 11px;
	}
	.service_satisfaction_graph + p {
		font-size: 1.6rem;
	}
	.service_satisfaction_graph + p span {
		font-size: 2.4rem;
		vertical-align: -3px;
		margin-left: 6px;
	}
	.service_satisfaction_voice {
		font-size: 1.4rem;
		padding: 3px 1px 13px;
	}
	.service_satisfaction_voice p {
		line-height: 1.6;
	}
	.service_satisfaction_voice_info {
		margin-top: 9px;
		display: block;
	}
	.service_satisfaction_voice dl {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.2rem;
		margin-top: 0;
	}
	.service_satisfaction_voice dl dt,
	.service_satisfaction_voice dl dd {
		margin-bottom: 3px;
	}
	.service_satisfaction_voice dl dd + dt {
		margin-left: 0;
	}
	.service_satisfaction_voice + .service_satisfaction_voice {
		padding-top: 17px;
	}
	.service_benefits {
		margin-bottom: 48px;
	}
	.service_benefits h2 {
		font-size: 2.2rem;
		padding: 0 0 9px 34px;
		margin-bottom: 32px;
		letter-spacing: .02em;
	}
	.service_benefits h2::before {
		width: 29px;
		height: 29px;
		background-size: 29px auto;
		top: 0;
	}
	.service_benefits h2 span {
		font-size: 2.8rem;
	}
	.service_benefits h3 {
		font-size: 2rem;
		padding: 16px 0 14px 85px;
		margin-bottom: 20px;
	}
	.service_benefits h3 > span {
		padding-top: 0;
		font-size: 1.6rem;
		width: 69px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.service_benefits h3 > span span {
		font-size: 2.6rem;
	}
	.service_benefits_item {
		display: block;
		margin-bottom: 40px;
	}
	.service_benefits_item figure {
		width: auto;
		margin-bottom: 18px;
	}
	.service_benefits_txt {
		width: auto;
		padding-left: 0;
		margin-top: 0;
	}
	.service_benefits_txt > h4 {
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.service_benefits_txt p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.service_benefits_txt dl {
		display: block;
		overflow: hidden;
		font-size: 1.4rem;
		margin: 13px 0 11px;
	}
	.service_benefits_txt dd {
		float: left;
		margin-bottom: 6px;
	}
	.service_benefits_txt dt {
		float: left;
		clear: both;
		margin-bottom: 6px;
	}
	.service_benefits_txt dd + dt {
		margin-left: 0;
	}
	.service_benefits_border {
		padding: 17px 15px 18px;
		display: block;
	}
	.service_benefits_border p {
		width: auto;
		line-height: 1.6;
	}
	.service_benefits_border .service_benefits_btn {
		width: 100%;
		margin-top: 10px;
		padding-bottom: 0;
	}
	.service_benefits_border .service_benefits_btn a {
		padding: 8px;
	}
	.service_benefits_border .service_benefits_btn a:hover {
		opacity: 1;
	}
	.service_benefits_border .service_benefits_btn a:hover::after {
		transform: rotate(45deg);
	}
	.service_benefits_txt > p strong {
		font-size: 1.6rem;
		line-height: 1.45;
	}
	.service_benefits_discount {
		margin: 12px 0 13px;
	}
	.service_benefits_discount ul {
		display: block;
	}
	.service_benefits_discount ul li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 3px 14px 1px;
		height: 52px;
	}
	.service_benefits_discount ul li p {
		font-size: 1.6rem;
	}
	.service_benefits_discount ul li + li {
		margin-top: 12px;
	}
	.service_benefits_discount_note {
		font-size: 1.2rem !important;
		margin-top: 8px;
	}
	.service_benefits_payment h4 {
		font-size: 1.6rem;
	}
	.service_benefits_payment:first-child .service_benefits_payment_txt {
		line-height: 1.9 !important;
	}
	.service_benefits_payment_txt {
		font-size: 1.6rem !important;
		margin-bottom: 3px;
	}
	.service_benefits_payment strong {
		font-size: 1.6rem;
	}
	.service_benefits_payment .fsL {
		font-size: 1.8rem;
	}
	.service_voice {
		display: block;
	}
	.service_voice h2 {
		font-size: 2.2rem;
		padding: 0 0 9px;
		margin-bottom: 20px;
	}
	.service_voice_item,
	.service_voice_item:last-child,
	.service_voice_item:nth-last-child(2):nth-of-type(2n+1) {
		width: auto;
		display: block;
		padding-top: 0;
		padding-bottom: 17px;
		margin-bottom: 19px;
		border-bottom: 1px solid #CCC;
	}
	.service_voice_item:nth-of-type(2n+1)::before {
		display: none;
	}
	.service_voice_item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.service_voice_item:nth-of-type(2n+1) {
		padding-right: 0;
	}
	.service_voice_item:nth-of-type(2n) {
		padding-left: 0;
	}
	.service_voice_item figure {
		width: auto;
	}
	.service_voice_txt {
		width: auto;
		padding-left: 0;
		margin-top: 14px;
	}
	.service_voice dl {
		margin-top: 6px;
	}
	.service_flow {
		margin-bottom: 48px;
	}
	.service_flow h2 {
		font-size: 2.2rem;
		padding: 0 0 9px;
		margin-bottom: 20px;
	}
	.service_flow ul {
		display: block;
	}
	.service_flow ul li {
		width: auto;
	}
	.service_flow ul li + li::before,
	.service_flow ul li + li::after {
		border-width: 32px 32px 0 32px;
		border-color: #fff transparent transparent transparent;
		left: 50%;
		top: 0;
		margin-top: 0;
		margin-left: -32px;
	}
	.service_flow ul li + li::after {
		border-color: #F8F8F8 transparent transparent transparent;
		top: -7px;
	}
	.service_contact {
		padding: 20px 4.878%;
		margin-bottom: 48px;
	}
	.service_contact_img {
		width: 50vw;
		bottom: auto;
		top: 21px;
		right: 0;
	}
	.service_contact_ttl {
		font-size: 4.444vw;
		padding-right: 33.333vw;
		line-height: 1.4;
		margin-bottom: 90px;
	}
	.service_contact_balloon {
		top: 114px;
		right: auto;
		left: 4.444vw;
		padding: 10px 2.777vw 9px 4.166vw;
		font-size: 3.611vw;
		width: 34.722vw;
		border-radius: 6px;
	}
	.service_contact_balloon::before,
	.service_contact_balloon::after {
		border-width: 2.222vw 0 2.222vw 5.277vw;
		right: -5.277vw;
		margin-top: -1.666vw;
	}
	.service_contact_balloon::after {
		right: -5.277vw;
		margin-right: 2px;
	}
	.service_contact_box {
		width: auto;
		position: relative;
		z-index: 10;
		padding: 15px 5.405% 20px;
		display: block;
	}
	.service_contact_phone {
		width: auto;
	}
	.service_contact_phone p {
		font-size: 3.865vw;
		letter-spacing: .02em;
	}
	.service_contact_phone p .service_contact_phone_time {
		margin-left: 2.777vw;
		letter-spacing: .02em;
	}
	.service_contact_phone p .service_contact_phone_time::before {
		height: 3.611vw;
		vertical-align: -.277vw;
		margin-right: 2.777vw;
	}
	.service_contact_phone p + p {
		margin-top: -.277vw;
	}
	.service_contact_phone p a {
		pointer-events: auto;
		font-size: 6.5vw;
		letter-spacing: .015em;
	}
	.service_contact_btn {
		width: auto;
		margin-top: 10px;
		padding-bottom: 0;
	}
	.service_contact_btn a {
		font-size: 5vw;
		padding: 16px 10px 15px;
	}
	.service_contact_btn a::after {
		margin-left: 5px;
	}
	.service_contact_btn a:hover {
		opacity: 1;
	}
	.service_contact_btn a:hover::after {
		transform: rotate(45deg);
	}
}

/* ----------------------------------------- */
/* guide */
.guide_page .ec-layoutRole .gc-layoutRole__contents {
	max-width: none;
}
.guide_main {
	background: url(../img/guide/bg_main.jpg) no-repeat center center / cover;
	text-align: center;
	position: relative;
	margin-top: -15px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 28px 20px 37px;
	margin-bottom: 56px;
}
.guide_main img {
	width: auto;
}
.guide_main h1 {
	font-size: 3.8rem;
	font-weight: bold;
	margin: 19px 0 23px;
}
.guide_main h1::before {
	content: '';
	width: 25px;
	height: 36px;
	display: inline-block;
	background: url(../img/guide/icon_main.svg) no-repeat;
	vertical-align: -5px;
	margin-right: 8px;
}
.guide_main h1::after {
	content: '';
	display: block;
	height: 2px;
	width: 73px;
	background: #F28C14;
	margin: 9px auto 0;
}
.guide_main p {
	font-size: 2rem;
	line-height: 1.6;
}
.guide_anchor {
	margin-bottom: 64px;
}
.guide_anchor li {
	width: 530px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.guide_anchor li a {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 6px;
	display: block;
	padding: 16px 10px 14px;
	border: 1px solid #DDD;
	color: #000;
	letter-spacing: .03em;
	transition: opacity .3s;
}
.guide_anchor li a:hover {
	opacity: .6;
}
.guide_anchor li a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #F28C14;
	border-right: 2px solid #F28C14;
	transform: rotate(135deg);
	vertical-align: 5px;
	margin-left: 13px;
	transition: transform .3s;
}
.guide_anchor li a:hover::after {
	transform: translateY(5px) rotate(135deg);
}
.guide_h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 16px 0 12px;
	letter-spacing: .025em;
	margin-bottom: 22px;
}
.guide_h2 span {
	color: #EF7802;
}
.guide_h3 {
	background: #F8F6F1;
	font-weight: bold;
	font-size: 2.3rem;
	padding: 16px 17px 17px;
	letter-spacing: .03em;
	margin-bottom: 32px;
}
.guide_h3 > span {
	font-size: 1.8rem;
	color: #484848;
	letter-spacing: .03em;
	margin-right: 23px;
}
.guide_h3 > span span {
	font-family: 'Roboto', sans-serif;
	font-size: 2.8rem;
	color: #EF7802;
	margin-left: 3px;
	vertical-align: -2px;
}
.guide_point {
	color: #000;
	font-weight: 500;
	margin-bottom: 56px;
}
.guide_point > h5 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #EF7802;
	margin: 32px 0 19px;
	letter-spacing: .03em;
}
.guide_point > p {
	line-height: 1.65;
	letter-spacing: .025em;
}
.guide_point_anchor {
	width: 856px;
	margin: 30px auto 56px;
}
.guide_point_anchor li {
	width: 166px;
}
.guide_point_anchor li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 166px;
	border-radius: 50%;
	text-align: center;
	padding-bottom: 9px;
	border: 2px solid #F28C14;
	color: #000;
	transition: opacity .3s;
}
.guide_point_anchor li a:hover {
	opacity: .6;
}
.guide_point_anchor_ttl {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.2;
}
.guide_point_anchor_ttl::after {
	content: '';
	display: block;
	width: 84px;
	height: 2px;
	background: #F28C14;
	margin: 2px auto 0;
}
.guide_point_anchor_ttl span {
	color: #EF7802;
	font-size: 2.8rem;
	vertical-align: -2px;
	margin-left: 4px;
	font-family: 'Roboto', sans-serif;
}
.guide_point_anchor_txt {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.guide_point_img {
	width: 320px;
}
.guide_point_txt {
	width: calc(100% - 320px);
	text-align: left;
	padding: 5px 5px 0 32px;
}
.flexbox_b .guide_point_txt {
	padding-top: 0;
}
.guide_point_txt h4 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 14px;
	letter-spacing: .025em;
}
.guide_point_txt p {
	line-height: 1.5;
	letter-spacing: .025em;
}
.guide_point_example {
	margin: 40px 0;
	border: 1px solid #DDD;
	padding: 31px 40px 7px;
	border-radius: 6px;
}
.guide_point_example h4 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 32px;
	border-bottom: 1px solid #EF7802;
}
.guide_point_example_item {
	width: 319px;
	margin-bottom: 25px;
}
.guide_point_example_item h5 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #EF7802;
	border-bottom: 1px solid #DDD;
	margin: 16px 0 19px;
	letter-spacing: .02em;
	padding-bottom: 14px;
}
.guide_point_example_txt p {
	margin-left: 16px;
	text-indent: -16px;
	line-height: 1.5;
	letter-spacing: .02em;
}
.guide_point_example_txt p strong {
	border-bottom: 1px solid #F28C14;
}
.guide_point_example_txt p + p {
	margin-top: 12px;
}
.guide_point_example_txt p::before {
	content: '';
	width: 11px;
	height: 11px;
	margin-right: 5px;
	border-radius: 50%;
	display: inline-block;
	background: #F28C14;
}
.guide_point_table {
	width: 454px;
}
.guide_point_table table {
	width: 100%;
	border: 1px solid #BBB;
}
.guide_point_table table thead th {
	text-align: center;
	border-top-color: #BBB;
}
.guide_point_table table th:first-child {
	border-left-color: #BBB;
}
.guide_point_table table tbody tr:last-child th,
.guide_point_table table tbody tr:last-child td {
	border-bottom-color: #BBB;
}
.guide_point_table table th:last-child,
.guide_point_table table td:last-child {
	border-right-color: #BBB;
}
.guide_point_table table thead th:first-child {
	width: 150px;
	background: #EAEAEA;
}
.guide_point_table table th {
	border: 1px solid #EEE;
	background: #F4F4F4;
	padding: 12px 10px 12px;
}
.guide_point_table table tbody th {
	padding-left: 19px;
}
.guide_point_table table td {
	text-align: center;
	width: 100px;
	border: 1px solid #EEE;
}
.guide_point_feature {
	width: 597px;
}
.guide_point_feature_item {
	width: 179px;
}
.guide_point_feature_item dt {
	color: #484848;
	margin: 10px 0 7px;
}
.guide_point_feature_item dd {
	letter-spacing: .025em;
	line-height: 1.5;
}
.guide_point_color {
	margin: 40px 0 0;
}
.guide_point_color p {
	width: 202px;
	margin-bottom: 20px;
}
.guide_point_list {
	margin-top: 10px;
}
.guide_point_list p {
	font-weight: bold;
}
.guide_point_list p + p {
	margin-top: 5px;
}
.guide_point_list p::before {
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #F28C14;
	display: inline-block;
	vertical-align: 2px;
}
.guide_step {
	margin: 64px 0 88px;
	color: #000;
	font-weight: 500;
}
.guide_step > p {
	line-height: 1.5;
}
.guide_step_flow {
	border-bottom: 1px solid #DDD;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 34px 0 31px;
	padding: 0 5px 28px 0;
}
.guide_step_flow li {
	width: 160px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.guide_step_flow.category_step_flow li {
	width: 108px;
}
.guide_step_flow.category_step_flow li:nth-child(2) {
	width: 140px;
}
.guide_step_flow li + li {
	margin-left: 25px;
}
.guide_step_flow li + li::before {
	content: '';
	display: block;
	width: 27px;
	height: 27px;
	border-top: 2px solid #BBB;
	border-right: 2px solid #BBB;
	transform: rotate(45deg);
	position: absolute;
	left: -34px;
	top: 50%;
	margin-top: -10px;
}
.guide_step_flow li p {
	font-size: 1.8rem;
	letter-spacing: .025em;
	line-height: 1.35;
}
.guide_step_flow li p:first-child {
	color: #484848;
	margin-bottom: 1px;
}
.guide_step_flow li p:last-child {
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.guide_step_flow.category_step_flow li p:last-child {
	font-size: 1.6rem;
}
.guide_step_flow li p span {
	font-size: 2.6rem;
	font-family: 'Roboto', sans-serif;
	color: #F28C14;
	vertical-align: -1px;
	margin-left: 3px;
}
.guide_step_schedule {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 56px;
}
.guide_step_schedule p {
	width: 152px;
	text-align: center;
	letter-spacing: .025em;
	font-weight: bold;
}
.guide_step_schedule p:nth-child(2n+1) {
	width: 200px;
	border-radius: 6px;
	background: #FFF8F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding: 18px 0 17px;
	line-height: 1.3;
}
.guide_step_schedule.category_step_schedule p:nth-child(2n+1) {
	width: 168px;
}
.guide_step_schedule p:nth-child(2n) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	padding-bottom: 5px;
}
.guide_step_schedule p:nth-child(2n) span {
	font-size: 2rem;
	color: #EF7802;
	margin-right: 5px;
}
.guide_step_schedule p:nth-child(2)::after,
.guide_step_schedule p:nth-child(4)::after {
	content: '';
	display: block;
	width: 105px;
	height: 14px;
	background: url(../img/guide/img_step_arrow.svg) no-repeat;
}
.guide_step_schedule .guide_step_schedule_note:nth-child(2n) {
	width: 135px;
	font-size: 1.4rem;
	padding: 0 0 0 1.27em;
	text-indent: -1.27em;
	margin-left: 22px;
	text-align: left;
	font-weight: 500;
}
.guide_step_schedule p img {
	width: auto;
	margin-right: 13px;
}
.guide_step_schedule.category_step_schedule .note {
	display: block;
	color: #484848;
    font-weight: normal;
    font-size: 13px;
    margin-top: 16px;
	width: 100%;
    text-align: left;
}

.guide_step .guide_h3 {
	background: #F4F4F4;
	margin-top: 47px;
}
.guide_step_choose {
	margin: 36px 0 53px;
}
.guide_step_choose_item {
	text-align: center;
}
.guide_step_choose p + p {
	margin-top: 17px;
	line-height: 1.3;
}
.guide_step_submit {
	margin: 26px 0 32px;
}
.guide_step_submit dl {
	width: 347px;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 21px 23px 19px;
	font-weight: bold;
}
.guide_step_submit dt {
	color: #484848;
	position: relative;
	padding: 0 0 11px 21px;
}
.guide_step_submit dt::before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #484848;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}
.guide_step_submit dd {
	font-size: 2.2rem;
}
.guide_step_submit dd a {
	color: #000;
	transition: opacity .3s;
}
.guide_step_submit dd a:hover {
	opacity: .6;
}
.guide_step_submit dl:nth-child(1) dd,
.guide_step_submit dl:nth-child(2) dd {
	padding-top: 27px;
}
.guide_step_submit dd p {
	font-size: 1.6rem;
	line-height: 1.45;
}
.guide_step_submit dd p + p {
	margin-top: 5px;
}
.guide_step_submit dd p span {
	font-size: 1.4rem;
	color: #F28C14;
	letter-spacing: 0;
}
.guide_step_example {
	background: #F8F6F1;
	padding: 32px 40px 28px;
	margin: 32px 0 30px;
}
.guide_step_example h4 {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .025em;
	margin-bottom: 22px;
}
.guide_step_example_item {
	width: 470px;
}
.guide_step_example_item + .guide_step_example_item {
	width: 500px;
}
.guide_step_example_caption {
	margin-top: 14px;
	width: 100%;
	text-align: center;
}
.guide_step_example_icon {
	background: #FFF;
	text-align: center;
	width: 160px;
	height: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: 20px 0;
}
.guide_step_example_icon img {
	width: auto;
}
.guide_step_processing {
	margin-bottom: 56px;
}
.guide_step_processing > p {
	font-weight: bold;
}
.guide_step_processing_inner {
	border: 1px solid #DDD;
	margin-top: 16px;
	padding: 37px 30px 35px 42px;
}
.guide_step_processing_inner ul {
	width: 235px;
}
.guide_step_processing_inner ul li + li {
	margin-top: 10px;
}
.guide_step_processing_inner ul + ul {
	margin-left: 38px;
}
.guide_step_processing_inner ul + ul:last-child {
	margin-left: 0;
}
.guide_step_processing_inner ul:nth-child(1),
.guide_step_processing_inner ul:nth-child(2) {
	border-right: 1px solid #DDD;
}
.guide_step_processing_inner ul a {
	transition: opacity .3s;
}
.guide_step_processing_inner ul a:hover {
	opacity: .6;
}
.guide_step_processing_inner ul a::after {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 2px solid #F28C14;
	border-right: 2px solid #F28C14;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 8px;
	vertical-align: 1px;
	transition: transform .3s;
}
.guide_step_processing_inner ul a:hover::after {
	transform: translateX(5px) rotate(45deg);
}
.guide_step_confirm_img {
	width: 457px;
}
.guide_step_confirm_txt {
	width: calc(100% - 457px);
	padding-left: 32px;
}
.guide_step_confirm_txt p {
	line-height: 1.65;
}
.guide_step_confirm_txt p + p {
	margin-top: 11px;
}
.guide_step_img {
	width: 372px;
}
.guide_step_txt {
	width: calc(100% - 372px);
	padding-left: 32px;
}
.guide_step_example.complete .guide_step_example_item {
	background: #FFF;
	width: 248px;
	padding: 20px 20px 12px;
	margin-bottom: 12px;
}
.guide_step_example.complete .guide_step_example_item:nth-of-type(1) {
	width: 472px;
}
.guide_step_example_img {
	width: 230px;
}
.guide_step_example.complete .guide_step_example_img {
	width: 208px;
}

@media print, screen and (max-width: 767px) {
	.guide_main {
		background-image: url(../img/guide/bg_main_sp.jpg);
		margin: -10px -4.872% 40px;
		font-size: 1.5rem;
		padding: 20px 4.7% 22px;
	}
	.guide_main h1 {
		font-size: 3.2rem;
		line-height: 1.15;
		margin: 20px 0 29px;
	}
	.guide_main h1::before {
		width: 21px;
		height: 30px;
		display: block;
		background-size: 21px auto;
		margin: 0 auto 12px;
	}
	.guide_main h1::after {
		width: 56px;
		margin-top: 8px;
	}
	.guide_main p {
		font-size: 1.5rem;
	}
	.guide_main p:last-child {
		text-align: left;
	}
	.guide_anchor {
		margin-bottom: 40px;
	}
	.guide_anchor li {
		width: 48.78%;
	}
	.guide_anchor li a {
		font-size: 1.6rem;
		line-height: 1.15;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 9px 5px 19px;
		position: relative;
	}
	.guide_anchor li a:hover {
		opacity: 1;
	}
	.guide_anchor li a::after {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -5px;
		width: 9px;
		height: 9px;
	}
	.guide_anchor li a:hover::after {
		transform: rotate(135deg);
	}
	.guide_h2 {
		font-size: 2.2rem;
		line-height: 1.3;
		padding: 14px 0 6px;
		letter-spacing: 0;
		margin-bottom: 18px;
	}
	.guide_h3 {
		font-size: 2rem;
		padding: 13px 10px 13px;
		margin-bottom: 20px;
	}
	.guide_h3 > span {
		font-size: 1.4rem;
		vertical-align: 0;
		margin-right: 12px;
	}
	.guide_h3 > span span {
		font-size: 2.4rem;
	}
	.guide_point {
		margin-bottom: 32px;
	}
	.guide_point > h5 {
		font-size: 1.6rem;
		margin: 22px 0 19px;
	}
	.guide_point > p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.guide_point_anchor {
		width: auto;
		margin: 19px auto -16px;
	}
	.guide_point_anchor li {
		width: 47.56%;
		margin-bottom: 16px;
	}
	.guide_point_anchor li a {
		height: 43.333vw;
		padding-bottom: 0;
	}
	.guide_point_anchor li a:hover {
		opacity: 1;
	}
	.guide_point_anchor_ttl {
		font-size: 1.8rem;
		margin-bottom: 18px;
	}
	.guide_point_anchor_ttl::after {
		width: 78px;
		margin: 3px auto 0;
	}
	.guide_point_anchor_ttl span {
		font-size: 2.4rem;
	}
	.guide_point_anchor_txt {
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.guide_point_img {
		width: 100%;
	}
	.guide_point_txt,
	.flexbox_b .guide_point_txt {
		width: 100%;
		padding: 19px 0 0;
	}
	.guide_point .flexbox_m {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.guide_point_txt h4 {
		font-size: 1.8rem;
		line-height: 1.35;
		margin-bottom: 9px;
	}
	.guide_point_txt p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.guide_point_example {
		margin: 27px 0 38px;
		padding: 19px 4.878% 17px;
		border-radius: 0;
	}
	.guide_point_example h4 {
		font-size: 1.6rem;
		letter-spacing: .025em;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.guide_point_example_item {
		width: 100%;
		margin-bottom: 24px;
	}
	.guide_point_example_item:last-child {
		margin-bottom: 0;
	}
	.guide_point_example_item h5 {
		font-size: 1.6rem;
		margin: 15px 0;
		padding-bottom: 10px;
	}
	.guide_point_example_txt p {
		font-size: 1.4rem;
		margin-left: 14px;
		text-indent: -14px;
		line-height: 1.55;
	}
	.guide_point_example_txt p + p {
		margin-top: 10px;
	}
	.guide_point_example_txt p::before {
		width: 8px;
		height: 8px;
	}
	.guide_point_table {
		width: 100%;
		margin-bottom: 20px;
	}
	.guide_point_table table {
		font-size: 1.4rem;
	}
	.guide_point_table table thead th:first-child {
		width: 35.365%;
	}
	.guide_point_table table th {
		padding: 13px 5px 12px;
	}
	.guide_point_table table tbody th {
		padding-left: 5px;
		text-align: center;
	}
	.guide_point_table table td {
		width: 21.545%;
		padding: 13px 5px;
	}
	.guide_point_feature {
		width: 100%;
		margin-bottom: 5px;
	}
	.guide_point_feature_item {
		width: 30.182%;
	}
	.guide_point_feature_item dt {
		font-size: 1.4rem;
		margin: 7px 0 6px;
	}
	.guide_point_feature_item dd {
		font-size: 1.3rem;
		line-height: 1.55;
	}
	.guide_point_color {
		margin: 26px 0 0;
	}
	.guide_point_color p {
		width: 31.306%;
		margin-bottom: 10px;
	}
	.guide_point_list {
		margin-top: 0;
	}
	.guide_point_list p + p {
		margin-top: 0;
	}
	.guide_step#jump02 {
		margin: 35px 0 64px;
	}
	.guide_step > p {
		line-height: 1.6;
		font-size: 1.4rem;
	}
	.guide_step_flow {
		border-bottom: 1px dotted #DDD;
		margin: 13px 0 20px;
		padding: 0 3px 11px;
	}
	.guide_step_flow li {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.guide_step_flow.category_step_flow li {
		width: 100%;
	}
	.guide_step_flow li + li {
		margin-left: 0;
		margin-top: 19px;
	}
	.guide_step_flow.category_step_flow li:nth-child(2) {
		width: 100%;
	}
	.guide_step_flow li + li::before {
		width: 10px;
		height: 10px;
		transform: rotate(135deg);
		left: 21px;
		top: -20px;
		margin-top: 0;
		border-top: 1px solid #BBB;
		border-right: 1px solid #BBB;
	}
	.guide_step_flow li p {
		font-size: 1.6rem;
		width: calc(100% - 68px);
	}
	.guide_step_flow li p:first-child {
		font-size: 1.4rem;
		width: 68px;
		text-align: left;
	}
	.guide_step_flow li p:last-child {
		height: auto;
		display: block;
		text-align: left;
		padding: 5px 0 6px;
		border-bottom: 1px solid #DDD;
	}
	.guide_step_flow li:last-child p:last-child {
		border-bottom: 0;
	}
	.guide_step_flow li p span {
		font-size: 2.2rem;
	}
	.guide_step_schedule {
		margin-bottom: 37px;
	}
	.guide_step_schedule p {
		width: 100%;
		text-align: left;
	}
	.guide_step_schedule p:nth-child(2n+1) {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 56px;
		padding: 0;
	}
	.guide_step_schedule.category_step_schedule p:nth-child(2n+1) {
		width: 100%;
	}
	.guide_step_schedule p:nth-child(1) img {
		width: 56px;
		margin: 0 25px 0 17px;
	}
	.guide_step_schedule p:nth-child(3) img {
		width: 46px;
		margin: 0 31px 0 20px;
	}
	.guide_step_schedule p:nth-child(5) img {
		width: 48px;
		margin: 0 30px 0 18px;
	}
	.guide_step_schedule p:nth-child(2n) {
		padding: 6px 0;
	}
	.guide_step_schedule p:nth-child(2)::after,
	.guide_step_schedule p:nth-child(4)::after {
			display: none;
	}
	.guide_step_schedule p:nth-child(2)::before,
	.guide_step_schedule p:nth-child(4)::before {
		content: '';
		display: block;
		width: 14px;
		height: 24px;
		margin-right: 11px;
		background: url(../img/guide/img_step_arrow_sp.svg) no-repeat;
	}
	.guide_step_schedule .guide_step_schedule_note:nth-child(2n) {
		width: 100%;
		font-size: 1.3rem;
		text-align: right;
		padding: 9px 0 0;
		text-indent: 0;
		margin-left: 0;
		display: block;
	}
	.guide_step .guide_h3 {
		margin-top: 20px;
	}
	.guide_step p + .guide_h3 {
		margin-top: 34px;
	}
	.guide_step_choose {
		margin: 11px 0 24px;
	}
	.guide_step_choose_item {
		width: 47.56%;
		margin-bottom: 12px;
	}
	.guide_step_choose p + p {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.guide_step_submit {
		margin: 34px 0 32px;
	}
	.guide_step_submit dl {
		width: 100%;
		padding: 16px 16px 13px;
	}
	.guide_step_submit dl + dl {
		margin-top: 16px;
	}
	.guide_step_submit dt {
		font-size: 1.4rem;
		padding: 0 0 6px 13px;
	}
	.guide_step_submit dt::before {
		width: 10px;
		height: 10px;
		top: 5px;
	}
	.guide_step_submit dd {
		font-size: 1.8rem;
	}
	.guide_step_submit dd a:hover {
		opacity: 1;
	}
	.guide_step_submit dl:nth-child(1) dd,
	.guide_step_submit dl:nth-child(2) dd {
		padding-top: 0;
		padding-bottom: 4px;
	}
	.guide_step_submit dd p {
		line-height: 1.4;
		padding-top: 1px;
	}
	.guide_step_submit dd p + p {
		margin-top: 4px;
	}
	.guide_step_submit dd p span {
		font-size: 1.3rem;
	}
	.guide_step_example {
		padding: 20px 4.878% 16px;
		margin: 32px 0 20px;
	}
	.guide_step_example h4 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.guide_step_example_item,
	.guide_step_example_item + .guide_step_example_item,
	.guide_step_example_img {
		width: 100%;
	}
	.guide_step_example_img + .guide_step_example_img {
		margin-top: 8px;
	}
	.guide_step_example_caption {
		font-size: 1.3rem;
		margin-top: 10px;
	}
	.guide_step_example_icon {
		width: 31.525%;
		height: 120px;
		margin: 18px 0 0;
	}
	.guide_step_example_icon img {
		width: 63px;
	}
	.guide_step_processing {
		margin-bottom: 40px;
	}
	.guide_step_processing > p {
		font-size: 1.4rem;
		letter-spacing: .025em;
	}
	.guide_step_processing_inner {
		margin-top: 14px;
		padding: 21px 6.097% 20px;
	}
	.guide_step_processing_inner ul {
		width: 100%;
		font-size: 1.4rem;
	}
	.guide_step_processing_inner ul li + li {
		margin-top: 11px;
	}
	.guide_step_processing_inner ul + ul {
		margin-left: 0;
	}
	.guide_step_processing_inner ul + ul:last-child {
		margin-left: 0;
		margin-top: 11px;
	}
	.guide_step_processing_inner ul:nth-child(1),
	.guide_step_processing_inner ul:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid #DDD;
		margin-bottom: 17px;
		padding-bottom: 17px;
	}
	.guide_step_processing_inner ul a:hover {
		opacity: 1;
	}
	.guide_step_processing_inner ul a::after {
		width: 7px;
		height: 7px;
		border-top: 1px solid #F28C14;
		border-right: 1px solid #F28C14;
		margin-left: 7px;
		vertical-align: 2px;
	}
	.guide_step_processing_inner ul a:hover::after {
		transform: rotate(45deg);
	}
	.guide_step_confirm {
		margin-bottom: 35px;
	}
	.guide_step_confirm_img {
		width: 100%;
	}
	.guide_step_confirm_txt {
		width: 100%;
		padding-left: 0;
		padding-top: 22px;
	}
	.guide_step_confirm_txt p {
		line-height: 1.6;
		letter-spacing: .025em;
		font-size: 1.4rem;
	}
	.guide_step_confirm_txt p + p {
		margin-top: 12px;
	}
	.guide_step_img,
	.guide_step_example.complete .guide_step_example_img {
		width: 100%;
	}
	.guide_step_txt {
		width: 100%;
		padding: 18px 0 15px;
		letter-spacing: .025em;
		line-height: 1.6;
		font-size: 1.4rem;
	}
	.guide_step_example.complete .guide_step_example_item {
		width: 100%;
		padding: 20px 5.405% 12px;
	}
	.guide_step_example.complete .guide_step_example_item:nth-of-type(1) {
		width: 100%;
	}
	.guide_step_example.complete .guide_step_example_caption {
		font-size: 1.6rem;
		margin-top: 14px;
	}
}

/* ----------------------------------------- */
/* parts */
.static_block {
	margin-bottom: 34px;
}
.list_check {
	font-weight: bold;
	margin-bottom: 28px;
}
.list_check li {
	padding-left: 23px;
	position: relative;
}
.list_check li + li {
	margin-top: 13px;
}
.list_check li::before {
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	background: url(../icon/check.svg) no-repeat;
	position: absolute;
	left: 3px;
	top: 3px;
}
.list_check span {
	color: #F70000;
}

.static_txt {
	margin-bottom: 29px;
}

.static_main {
	margin-bottom: 46px;
}

@media print, screen and (max-width: 767px) {
	.static_block {
		margin-bottom: 18px;
	}

	.static_main {
		margin-bottom: 37px;
	}
}

/* ---------------------------------------------------------------- */
/* 分納バナー */
/* ---------------------------------------------------------------- */
.block_bunnou{
	margin-bottom: 30px;
}

/* ---------------------------------------------------------------- */
/* enquete */
/* ---------------------------------------------------------------- */
.no_border {
	padding-bottom: 0;
	border-bottom: none;
}
.frame_enquete {
	margin-bottom: 64px;
}
.layout_enquete {
	width: 810px;
	margin-left: auto;
}
@media print, screen and (min-width: 768px) {
	.frame_enquete iframe {
		height: 912px;
	}
}
@media print, screen and (max-width: 767px) {
	.frame_enquete {
		margin-left: -4.444%;
		margin-right: -4.444%;
		margin-bottom: 48px;
	}
	.layout_enquete {
		width: calc(100% + 8.888%);
	}
}

/* ---------------------------------------------------------------- */
/* 202501 タオル追加 */
/* ---------------------------------------------------------------- */
.ec-layoutRole .gc-layoutRole__contents .gc-category_box.category_id19 {
	display: block;
}
.category_id19 .category_list_main_txt {
	background: #885C5D url("/html/template/default/assets/img/category/towel/img_main_bg_towel.jpg");
    background-size: 100% auto;
	color: #FFF;
}
.category_id19 .detail_btn_more {
	display: none;
}
.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole.category_id19 .ec-shelfGrid {
	width: 1090px;
}
.gc-layoutRole__contents .category_list_box_style19 {
	display: none;
}
.category_id19 + .layout_enquete,
.category_id19 + div + .layout_enquete,
.category_id19 + div + div + .layout_enquete {
    margin-right: auto;
}
.category_id19 .sales_ranking {
	display: none;
}
.product_desc {
    display: grid;
	margin-bottom: 50px;
}
.product_desc_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #EEEBE4;
    justify-items: center;
}
.product_desc.cotton100 .product_desc_box {
	color: #fff;
    background: #759EB7;
}
.product_desc.hybrid .product_desc_box {
	color: #fff;
    background: #B26B6B;
}
.contents_box {
	margin-bottom: 50px;
}
.product_desc_txtarea {
	font-size: 1.7rem;
}
.product_desc_ttl {
	font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.product_desc_txt {
	font-size: 1.7rem;
    line-height: 1.6;
}
.product_desc_box:nth-child(even) *:first-child {
    order: 2;
}
.product_desc_box:nth-child(even) *:last-child {
    order: 1;
}
.product_desc.hybrid .product_desc_box:nth-child(even) *:first-child {
    order: 1;
}
.product_desc.hybrid .product_desc_box:nth-child(even) *:last-child {
    order: 2;
}
.price_info_box {
	padding: 8%;
    border: 1px solid #ccc;
}
.price_info_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1.3em;
}
.price_info_lists {
	font-size: 1.6rem;
	margin-top: 1em;
}
.price_info_txt_red {
	color: #FF0000;
	font-weight: bold;
}
.embroidery_wear_box .inner_box.col4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

@media print, screen and (max-width: 767px) {
	.ec-layoutRole .gc-layoutRole__contents .ec-shelfRole.category_id19 .ec-shelfGrid {
		width: 100%;
	}
	.category_id19 + .layout_enquete,
	.category_id19 + div + .layout_enquete {
		width: 100%;
    	margin-right: auto;
		margin-left: auto;
	}
	.category_id19 + div + div + .layout_enquete {
		margin-right: -4.444%;
    }
	.category_id19 .pagehead_product_category {
		display: none;
	}
	.product_desc_box {
		grid-template-columns: initial;
		grid-template-rows: auto auto;
	}
	.product_desc_txtarea {
		font-size: 1.5rem;
		padding: 32px 28px 28px;
	}
	.product_desc_ttl {
		font-size: 2rem;
	}
	.product_desc_txt {
		font-size: 1.5rem;
	}
	.embroidery_wear_box .inner_box.col4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media print, screen and (max-width: 480px) {
	.embroidery_wear_box .inner_box.col4 {
		grid-template-columns: initial;
	}
}

/* ---------------------------------------------------------------- */
/* 202502 持ち込み商品直接刺繍加工 追加 */
/* ---------------------------------------------------------------- */
.bring_flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

}
.bring_flow li {
	position: relative;
	display: grid;
	justify-items: center;
	grid-template-rows: auto auto 1fr;
    background: #F2F2F2;
    border: 3px solid #FFF;
	padding: 20px 35px 20px 40px;
}
.bring_flow li + li::before,
.bring_flow li + li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 26px 30px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translatey(-50%);
}
.bring_flow li + li::after {
	border-color: transparent transparent transparent #F2F2F2;
	left: -8px;
}
.bring_flow li dd {
	padding: 0 20px;
}
.bring_flow h3 {
	display: grid;
	gap: 5px;
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
	margin-bottom: 15px;
}
.bring_flow .num {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
    color: #fff;
	background: #EF7802;
	padding: 6px 10px;
    border-radius: 6px;
	margin-bottom: 20px;
}
.bring_flow li dd p {
	line-height: 1.65;
}
.bring_flow + .note_txt {
	margin-top: 10px;
    font-size: 1.2rem;
	text-align: left;
}
@media print, screen and (max-width: 767px) {
	.bring_flow h2 {
		font-size: 2.2rem;
		padding: 0 0 9px;
		margin-bottom: 20px;
	}
	.bring_flow {
		display: block;
	}
	.bring_flow li {
		padding: 35px 35px 20px 40px;
	}
	.bring_flow li:first-child {
		padding: 20px 35px 20px 40px;
	}
	.bring_flow li + li::before,
	.bring_flow li + li::after {
		border-width: 26px 26px 0 30px;
		border-color: #fff transparent transparent transparent;
		left: 50%;
		top: 0;
		margin-top: 0;
        transform: translateX(-50%);
	}
	.bring_flow li + li::after {
		border-color: #F2F2F2 transparent transparent transparent;
		top: -7px;
	}
}