@charset "UTF-8";

.ec-orderRole * {
	word-wrap: break-word;
	/* 古いブラウザ対応 */
	overflow-wrap: break-word;
	/* 標準対応 */
	word-break: break-word;
	/* 一部ブラウザが必要とする */
}

img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 415px) {
	.ec-role .ec-inlineBtn--cancel {
		margin-bottom: 10px;
	}
}

/*レイアウト用class
--------------------------------------------------*/

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 6px !important;
}

.m-2 {
	margin: 12px !important;
}

.m-3 {
	margin: 24px !important;
}

.m-4 {
	margin: 36px !important;
}

.m-5 {
	margin: 72px !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

.my-2 {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.my-3 {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.my-4 {
	margin-top: 36px !important;
	margin-bottom: 36px !important;
}

.my-5 {
	margin-top: 72px !important;
	margin-bottom: 72px !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mx-1 {
	margin-left: 6px !important;
	margin-right: 6px !important;
}

.mx-2 {
	margin-left: 12px !important;
	margin-right: 12px !important;
}

.mx-3 {
	margin-left: 24px !important;
	margin-right: 24px !important;
}

.mx-4 {
	margin-left: 36px !important;
	margin-right: 36px !important;
}

.mx-5 {
	margin-left: 72px !important;
	margin-right: 72px !important;
}

.px-3 {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 6px !important;
}

.mb-2 {
	margin-bottom: 12px !important;
}

.mb-3 {
	margin-bottom: 24px !important;
}

.mb-4 {
	margin-bottom: 48px !important;
}

.mb-5 {
	margin-bottom: 72px !important;
}

.mb-6 {
	margin-bottom: 108px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 6px !important;
}

.mt-2 {
	margin-top: 12px !important;
}

.mt-3 {
	margin-top: 24px !important;
}

.mt-4 {
	margin-top: 36px !important;
}

.mt-5 {
	margin-top: 72px !important;
}

.mt-6 {
	margin-top: 108px !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 6px !important;
}

.ml-2 {
	margin-left: 12px !important;
}

.ml-3 {
	margin-left: 24px !important;
}

.ml-4 {
	margin-left: 36px !important;
}

.ml-5 {
	margin-left: 72px !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-1 {
	margin-right: 6px !important;
}

.mr-2 {
	margin-right: 12px !important;
}

.mr-3 {
	margin-right: 24px !important;
}

.mr-4 {
	margin-right: 36px !important;
}

.mr-5 {
	margin-right: 72px !important;
}

.ml-n1 {
	margin-left: -6px !important;
}

.ml-n2 {
	margin-left: -12px !important;
}

.ml-n3 {
	margin-left: -24px !important;
}

.ml-n4 {
	margin-left: -36px !important;
}

.ml-n5 {
	margin-left: -72px !important;
}

.mr-n1 {
	margin-right: -6px !important;
}

.mr-n2 {
	margin-right: -12px !important;
}

.mr-n3 {
	margin-right: -24px !important;
}

.mr-n4 {
	margin-right: -36px !important;
}

.mr-n5 {
	margin-right: -72px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-4 {
	padding-top: 36px !important;
}

.pt-5 {
	padding-top: 72px !important;
}

.hvr05 img:hover {
	opacity: 0.5;
}

.hgt-auto img {
	height: auto;
}

.mr-n01em {
	margin-right: -0.1em !important;
}

.ls0 {
	letter-spacing: 0 !important;
}

.lsn005 {
	letter-spacing: -0.05em !important;
}

.ol-pl {
	padding-left: 1.5em;
}

.outer_section .ol-pl li {
	list-style-type: decimal;
}


.wdh-570 {
	max-width: 570px;
	margin: 0 auto;
}

.dp-g {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.dp-g li {
	border: 1px solid #777;
}

@media only screen and (max-width: 750px) {
	.dp-g {
		grid-template-columns: 1fr;
	}
}


/*ヘッダーナビ（PC）*/
.ec-header__navPC a {
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 52px;
	margin-right: 30px;
}

.outer_section {
	margin: 0 auto 72px;
	width: 800px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.outer_section img {
	width: 100%;
	height: auto;
}

.outer_section ul {
	padding: 0;
}

.outer_section li {
	list-style-type: none;
}

.outer_section ul.list-disc li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
}

.outer_section ul,
.outer_section ol,
.outer_section dl,
.outer_section p {
	margin-bottom: 0;
}

.outer_section dt {
	font-weight: normal;
}

.outer_section figure {
	margin: 0
}

.outer_section>section {
	margin-bottom: 72px;
}

h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.ec-blockSectionRole__text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.ec-faqRole__item dl dt {
	padding-bottom: 10px;
}

.ec-faqRole__item__text {
	font-size: 14px;
	letter-spacing: 0.1em;
}

dt .ec-faqRole__item__text {
	font-size: 16px;
}

/*.ec-newsRole__newsItem { pointer-events: none; }*/

@media (min-width: 751px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.red {
	color: #ff0000;
}

h1.h-txt {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #00243c;
	line-height: 40px;
}


/*商品詳細
--------------------------------------------------*/

div.ec-cartFlowProductForm div.ec-cartFlowProductForm__header div.ec-cartFlowProductForm__titleArea div.ec-cartFlowProductForm__header-image img {
	width: 83px;
}

span.shukka_days {
	color: #e60012;
	font-weight: bold;
}

div.list_link_text {
	text-align: center;
	margin-bottom: 50px;
}

.shukka_days_redtext {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

.ec-productDetailRole__descriptionDetail iframe {
	display: block;
	margin: 20px auto 0;
}

@media only screen and (max-width: 750px) {
	.ec-productDetailRole__descriptionDetail iframe {
		width: 100%;
		margin: 4vw auto 0;
	}
}

table.price-list {
	table-layout: fixed;
	width: 100%;
}

table.price-list,
.price-list th,
.price-list td {
	border: solid 1px #333;
	border-collapse: collapse;
}

.price-list tr:first-of-type {
	background-color: #d9eaff;
	font-weight: bold;
}

.price-list tr:nth-of-type(2) {
	background-color: #ffffff;
}

.price-list tr:nth-of-type(3) {
	background-color: #ffebd5;
}

.price-list tr th {
	font-weight: bold;
	width: 10vw;
	text-align: center;
	padding: 8px 0;
}

@media only screen and (max-width: 750px) {
	.price-list tr th {
		font-weight: bold;
		width: 15.5vw;
		text-align: center;
		padding: 8px 0;
	}
}

.price-list tr td {
	text-align: center;
	padding: 8px 0;
}



/*商品詳細（モデル写真）
--------------------------------------------------*/


/* slide-box */

.slide-box {
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

/* slide */

.slide {
	position: relative;
	width: 80%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.slide {
		width: 100%;
	}
}

.slide .item {
	position: relative;
	height: 100%;
}

.slide .item a {
	display: block;
}

/*
.slide .item::before {
	display: block;
	padding-top: 39%;
	content: "";
}
*/
.slide .item .image {
	position: relative;
	overflow: hidden;
}

/*
.slide .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
*/
.slide>.slick-list,
.slide>.slick-list>.slick-track,
.slide>.slick-list>.slick-track>.slick-slide>div {
	position: relative;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.slide {
		width: 100%;
	}
}

/* slide-navigation */

.slide-navigation {
	line-height: 0;
	position: relative;
	width: 18%;
	margin: 0 0 0 15px;
	padding: 0;
}

.slide-navigation .item {
	position: relative;
	cursor: pointer;
	margin: 0 0 11px;
	height: 88px;
}

.slide-navigation .item .image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/*
.slide-navigation .item .image::before {
	display: block;
	padding-top: 25%;
	content: "";
}
*/
.slide-navigation .item .image::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
	background: #000;
}

@media screen and (max-width: 767px) {
	.slide-navigation .item .image::after {
		height: 17.2vw;
	}
}

.slide-navigation .slick-current .image::after {
	opacity: 0;
}

.slide-navigation .item .image {
	position: relative;
	overflow: hidden;
}

/*
.slide-navigation .item .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
*/

@media screen and (max-width: 767px) {
	.slide-navigation {
		width: 100%;
		margin: 10px 0 0;
	}

	.slide-navigation .item .image::before {
		padding-top: 50%;
	}
}

/* slick */

.slick-vertical .slick-slide {
	border: 0 solid transparent;
}

.slick-arrow {
	z-index: 999;
}

/*
.slick-prev {
  top: 25px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
*/
.slick-prev:before {
	content: "↑";
}

/*
.slick-next {
  top: auto;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
*/
.slick-next:before {
	content: "↓";
}

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

	/*
  .slick-prev {
    top: 20px;
    bottom: 0;
    right: auto;
    left: 20px;
  }
  */
	.slick-prev:before {
		content: "←";
	}

	/*
  .slick-next {
    top: 20px;
    bottom: 0;
    right: 20px;
    left: auto;
  }
  */
	.slick-next:before {
		content: "→";
	}
}










/*カテゴリページ
--------------------------------------------------*/

.h-ranking {
	box-sizing: border-box;
	margin: 0 0 12px;
	padding-bottom: 5px;
	font-size: 42px;
	border-bottom: 2px solid;
}

.h-ranking span:nth-of-type(1) {
	padding: 0 10px;
}

.h-ranking span:nth-of-type(2) {
	font-size: 24px;
}

.h-ranking+p {
	margin-bottom: 12px;
}

.list-ranking {
	display: flex;
}

.list-ranking>li {
	box-sizing: border-box;
	width: 33.33%;
}

.list-ranking a {
	color: #00253c;
}

.list-ranking a:hover {
	text-decoration: none;
}

.list-ranking figure {
	padding: 6px;
	margin-bottom: 6px;
}

.list-ranking figure .ranking-grid {
	display: grid;
	grid-template-rows: auto 3.5em auto;
	gap: 0.5em;
}

.list-ranking figure img:nth-of-type(1) {
	display: grid;
	place-content: center;
	max-width: 58px;
	height: auto;
}

.list-ranking figure img+img {
	margin-top: 10px;
}

.list-ranking .ranking-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	height: 3.5em;
	overflow: hidden;
}

.list-ranking li:nth-of-type(1) .ranking-caption {
	color: #e4a900;
}

.list-ranking li:nth-of-type(2) .ranking-caption {
	color: #9e9e9e;
}

.list-ranking li:nth-of-type(3) .ranking-caption {
	color: #b28048;
}

.list-ranking figcaption {
	margin-top: 15px;
	font-weight: bold;
}

.list-ranking figcaption strong {
	display: block;
	color: #1a87ff;
}

.list-ranking ul {
	margin: 0 12px 12px;
}

.list-ranking ul i {
	display: block;
	margin-top: 6px;
}

.list-ranking dl {
	display: flex;
	justify-content: space-between;
	margin: 0 12px 12px;
}

.list-ranking dt {
	font-size: 12px;
	font-weight: normal;
}

.list-ranking dd strong {
	font-size: 30px;
	color: #bf1920;
}

.list-ranking strong span {
	font-size: 16px;
}

.list-ranking dl+p {
	margin: 0 6px 12px 12px;
}

.ranking_detail {
	margin: 0 auto;
	width: 190px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #00253c;
	border-radius: 15px;
}

.go_search {
	margin: 36px auto 0;
	width: 450px;
}

.go_search a {
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #ff8f16;
	border-radius: 40px;
}

.go_search a:before,
.go_search a:after {
	content: "\ea43";
	font-size: 24px;
	font-family: "icomoon";
	font-weight: normal;
	vertical-align: bottom;
	margin: 0 0.5em;
}

.go_search a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.tone2 {
	margin: 72px 0;
	border-top: 3px solid #16a5ff;
	position: relative;
}

.tone2:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	display: block;
	width: 50%;
	height: 3px;
	background: #000;
}

.bnr-main_list {
	margin-bottom: 0;
}

.bnr-main_list li {
	margin-top: 12px;
}

.bnr-main_list li:first-child {
	margin-top: 0;
}

.bnr-main_list a:hover {
	opacity: 0.5;
}

.h-apparel_txt {
	margin: 0 0 24px !important;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.h-apparel_txt em {
	font-size: 18px;
	font-style: normal;
	color: #16a5ff;
	margin-left: 20px;
}

.h-apparel_txt.qa {
	text-align: center;
}

.h-apparel_txt.qa:before,
.h-apparel_txt.qa:after {
	content: "?";
	font-size: 30px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro";
	color: #16a5ff;
	margin: 0 0.33em;
}

.list-shapes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 12px;
}

.list-shapes>li {
	/* margin-top: 12px; */
	box-sizing: border-box;
	/* width: 25%; */
	/* border-left: 12px solid transparent; */
}

.list-shapes a:hover {
	opacity: 0.5;
}

.list-printing {
	display: flex;
	flex-wrap: wrap;
	margin-left: 15px;
	padding: 0;
}

.list-printing-title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}

@media only screen and (max-width: 750px) {
	.list-printing-title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 750px) {
	.sp-list-printing-title {
		margin-top: 24px;
	}
}

.list-printing-title::before {
	content: '■';
	padding-right: 5px;
}

.list-printing-section>p {
	padding-bottom: 24px;
}

.list-printing>li {
	list-style-type: none;
	margin-top: 24px;
	box-sizing: border-box;
	width: 25%;
	border-left: 12px solid transparent;
}

.list-printing figure {
	margin: 0;
}

.list-printing figcaption {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.list-printing p {
	margin-top: 6px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.list-project {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
}

.list-project>li {
	margin-top: 12px;
	box-sizing: border-box;
	width: 25%;
	border-left: 12px solid transparent;
}

.list-project a:hover {
	opacity: 0.5;
}

.printing_embroidery {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 750px) {
	.printing_embroidery {
		display: block;
	}
}

.printing_embroidery figure {
	flex: 1;
	margin: 0;
}

.printing_embroidery img {
	max-width: 100%;
	height: auto;
}

.printing_embroidery p {
	flex: 1;
	padding-right: 20px;
}

@media only screen and (max-width: 750px) {
	.sp-printing_embroidery-guide-design-link {
		margin: 7% 20% 5% !important;
	}
}

.btn-other {
	margin: 36px auto 0;
	width: 450px;
}

.btn-other a {
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #00253c;
	border-radius: 40px;
}

.btn-other a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.main_contact {
	position: relative;
}

.main_contact>div {
	position: absolute;
	top: 368px;
	width: 500px;
	text-align: center;
	color: #fff;
}

.main_contact>div>p:first-child {
	font-size: 18px;
}

.main_contact>div>p>a {
	color: #fff;
}

.main_contact>div>p>span {
	font-size: 24px;
	vertical-align: text-bottom;
	margin-right: 0.25em;
}

.list-strong {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
	padding: 0;
}

.list-strong li {
	box-sizing: border-box;
	margin: 12px 6px 0;
	padding: 12px 6px 12px 12px;
	width: calc(50% - 12px);
	background: #e8f6ff;
	border: 1px solid #00253c;
	border-radius: 12px;
	list-style-type: none;
}

.list-strong figure {
	text-align: center;
	margin-bottom: 6px;
}

.list-strong figcaption {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6px;
}

.list-strong img {
	width: 33.33%;
}

.list-qa {
	margin-bottom: 24px !important;
}

.list-qa li {
	margin-top: 12px;
}

.list-qa dl {
	padding: 12px;
	background: #e8f6ff;
	border-radius: 12px;
	margin-bottom: 0;
}

.list-qa dt {
	box-sizing: content-box;
	padding-left: 48px;
	min-height: 30px;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.list-qa dt:before {
	content: "Q";
	position: absolute;
	left: 6px;
	top: -6px;
	font-size: 30px;
	font-weight: bold;
	color: #16a5ff;
}

.list-qa dd {
	margin-top: 12px;
	border-top: 3px dotted #16a5ff;
	padding: 12px 0 0 48px;
	box-sizing: content-box;
	min-height: 30px;
	position: relative;
}

.list-qa dd:before {
	content: "A";
	position: absolute;
	left: 6px;
	top: 6px;
	font-size: 30px;
	font-weight: bold;
	color: #16a5ff;
}

.btn-round {
	text-align: right;
}

.btn-round a {
	display: inline-block;
	width: 226px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #16a5ff;
	border-radius: 19px;
}

.faq .list-qa dt {
	pointer-events: none;
}

.list-category_items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -12px -12px !important;
}

.list-category_items li {
	box-sizing: border-box;
	width: 25%;
	border-left: 12px solid transparent;
	margin-bottom: 12px;
}


/*プリント・加工の種類
--------------------------------------------------*/

.list-print {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-bottom: 12px !important;
}

.list-print li {
	box-sizing: border-box;
	width: 20%;
	border-left: 12px solid transparent;
	margin-bottom: 24px;
}

.list-print img {
	display: block;
	border: 2px solid #148fff;
	margin-bottom: 3px;
}

.list-print figcaption {
	text-align: center;
}

.print_type {
	padding: 0 24px 24px;
	background: #d4e5ff;
	border-radius: 24px 24px 0 0;
}

.print_type h2 {
	margin: 0 -24px 24px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	background: #0090ff;
	border-radius: 24px 24px 0 0;
}

.print_type figure {
	display: flex;
	align-items: center;
	margin: 0 0 0 -24px;
}

.print_type figure>* {
	box-sizing: border-box;
	width: 50%;
	border-left: 24px solid transparent;
}

.print_type figure img:first-child {
	margin-bottom: 12px;
}

.print_type figure dt {
	font-size: 24px;
	text-align: center;
	padding-bottom: 6px;
	border-bottom: 2px solid #808080;
	margin-bottom: 12px;
}

.print_type figure dd {
	line-height: 1.66;
	word-wrap: break-word;
}

.print_type figure dd:first-of-type {
	margin-bottom: 32px;
}

.print_type>dl dt {
	font-size: 28px;
	font-weight: 500;
	color: #0090ff;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.print_type>dl dt:before,
.print_type>dl dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 330px;
	height: 2px;
	background: #0090ff;
}

.print_type>dl dt:after {
	right: 0;
}

.print_type>dl dd {
	text-align: center;
}

.print_type_button {
	display: block;
	width: 300px;
	margin: 30px auto 30px;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffd2d2;
	text-align: center;
	color: #333333;
	box-shadow: 0 2px 10px 0 #9E9E9E;
}

.print_type_button:hover {
	background-color: #ffe2e2;
	text-decoration: none;
	color: #333333;
}

/*制作事例
--------------------------------------------------*/

.project_category {
	display: flex;
	flex-wrap: wrap;
	margin-left: -24px;
}

.project_category li {
	box-sizing: border-box;
	width: 20%;
	line-height: 2;
	text-align: center;
	border-left: 24px solid transparent;
	margin-bottom: 12px;
}

.project_category a {
	display: block;
	color: #00253c;
	text-decoration: none;
	border: 1px solid #00253c;
	border-radius: 2em;
}

.project_category a:hover,
.project_category .active a {
	background: #c8dcff;
}

.project_item {
	display: flex;
	flex-wrap: wrap;
	margin: 12px 0 -24px -12px;
}

.project_item li {
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	border-left: 12px solid transparent;
	padding-bottom: 52px;
}

.project_item div {
	border: 1px solid #00253c;
	position: relative;
	margin-bottom: 12px;
}

.project_item div:before {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 42px;
	height: 42px;
	background: url("/html/template/KilamekApparel/assets/img/project/search.png");
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}

.project_item dt {
	margin: 0 auto 6px;
	width: 66.66%;
	line-height: 2;
	color: #00253c;
	border: 1px solid #00253c;
	border-radius: 2em;
}

.project_item dt.category_dt {
	margin: 5px auto 2px;
	width: 100%;
	line-height: 1.2;
	color: #00253c;
	border: none;
	border-radius: none;
	font-weight: normal;
}

/*カテゴリページ製作事例*/
.project_item.category_project {
	margin-bottom: -36px;
}

.project_item.category_project li {
	padding-bottom: 36px;
}

.project_item.category_project div {
	margin-bottom: 0;
}

/*トップページ製作事例*/
.project_item.top_project {
	margin: 0 0 0 -12px !important;
	list-style-type: none;
	padding: 0 !important;
}

.project_item.top_project li {
	padding-bottom: 0;
}

.project_item.top_project figure {
	margin: 0;
}

.project_item.top_project img {
	height: auto;
}


/*会社概要
--------------------------------------------------*/

.tbl-company {
	box-sizing: border-box;
	width: 100%;
}

.tbl-company th,
.tbl-company td {
	border-bottom: 2px solid #b2b2b2;
	padding: 24px;
}

.tbl-company th {
	border-bottom: 2px solid #16a5ff;
	width: 20%;
	text-align: center;
	font-weight: normal;
}

.tbl-company .list-banner {
	display: flex;
	flex-wrap: wrap;
}

.tbl-company .list-banner li {
	margin: 24px 12px 0 0;
}

.tbl-company .list-banner li:nth-child(-n+2) {
	margin-top: 0;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.h-apparel_txt2 {
	padding: 4px 8px;
	font-size: 22px;
	border-left: 4px solid #16a5ff;
	margin-bottom: 12px;
}

.tbl-small th,
.tbl-small td {
	border-bottom: 1px solid #b2b2b2;
	padding: 12px 24px;
}

.tbl-small th {
	border-bottom: 1px solid #16a5ff;
	font-weight: normal;
}

.bg-slash {
	margin: 24px 0;
	padding: 12px;
	background-image: repeating-linear-gradient(135deg, #e9f2ff 0, #e9f2ff 1px, #f3fcfa 0, #f3fcfa 50%);
	background-size: 10px 10px;
	border: 1px solid #16a5ff;
}

.bg-slash strong {
	display: block;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 6px;
}

.outer_section .bg-slash ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}


/*サイトマップ
--------------------------------------------------*/

.sitemap {
	font-size: 16px;
	line-height: 2;
}

.sitemap ul li ul {
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 3em;
}

.sitemap ul li ul li {
	margin-bottom: .25em;
	position: relative;
}

.sitemap ul li ul li::before {
	content: "";
	position: absolute;
	top: -0.5em;
	left: -16px;
	width: 10px;
	height: calc(100% + 1em);
	border-left: 1px solid #666;
}

.sitemap ul li ul li:last-child::before {
	height: calc(1em + .5em);
}

.sitemap ul li ul li::after {
	content: "";
	position: absolute;
	top: 1em;
	left: -16px;
	width: 10px;
	border-bottom: 1px solid #666;
}

.btn-toggle+* {
	display: none;
}

.btn-toggle:before {
	content: "\f0fe";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
}

.btn-toggle.open:before {
	content: "\f146";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
}


/*プライバシーポリシー
--------------------------------------------------*/

.sec-privacy hr {
	border: none;
	border-top: 1px dotted #16a5ff;
}

.privacy_info dt {
	margin-top: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #16a5ff;
}

.privacy_info dt:first-child {
	margin-top: 0;
}

.privacy_contact {
	display: flex;
	align-items: center;
	justify-content: center;
}

.privacy_contact img {
	width: 231px;
}

.privacy_contact figcaption {
	margin-left: 36px;
}


@media (max-width: 750px) {
	/*レイアウト用class
	--------------------------------------------------*/

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.m-1 {
		margin: 4px !important;
	}

	.m-2 {
		margin: 8px !important;
	}

	.m-3 {
		margin: 16px !important;
	}

	.m-4 {
		margin: 24px !important;
	}

	.m-5 {
		margin: 48px !important;
	}

	.my-1 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}

	.my-2 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}

	.my-3 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.my-4 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}

	.my-5 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}

	.mx-1 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}

	.mx-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.mx-3 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	.mx-4 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}

	.mx-5 {
		margin-left: 48px !important;
		margin-right: 48px !important;
	}

	.mb-1 {
		margin-bottom: 4px !important;
	}

	.mb-2 {
		margin-bottom: 8px !important;
	}

	.mb-3 {
		margin-bottom: 16px !important;
	}

	.mb-4 {
		margin-bottom: 32px !important;
	}

	.mb-5 {
		margin-bottom: 48px !important;
	}

	.mt-1 {
		margin-top: 4px !important;
	}

	.mt-2 {
		margin-top: 8px !important;
	}

	.mt-3 {
		margin-top: 16px !important;
	}

	.mt-4 {
		margin-top: 24px !important;
	}

	.mt-5 {
		margin-top: 48px !important;
	}

	.ml-1 {
		margin-left: 4px !important;
	}

	.ml-2 {
		margin-left: 8px !important;
	}

	.ml-3 {
		margin-left: 16px !important;
	}

	.ml-4 {
		margin-left: 24px !important;
	}

	.ml-5 {
		margin-left: 48px !important;
	}

	.mr-1 {
		margin-right: 4px !important;
	}

	.mr-2 {
		margin-right: 8px !important;
	}

	.mr-3 {
		margin-right: 16px !important;
	}

	.mr-4 {
		margin-right: 24px !important;
	}

	.mr-5 {
		margin-right: 48px !important;
	}

	.mb-sp-0 {
		margin-bottom: 0 !important;
	}

	.mb-sp-1 {
		margin-bottom: 4px !important;
	}

	.mb-sp-2 {
		margin-bottom: 8px !important;
	}

	.mb-sp-3 {
		margin-bottom: 16px !important;
	}

	.mb-sp-4 {
		margin-bottom: 24px !important;
	}

	.mb-sp-5 {
		margin-bottom: 48px !important;
	}

	.mt-sp-0 {
		margin-top: 0 !important;
	}

	.mt-sp-1 {
		margin-top: 4px !important;
	}

	.mt-sp-2 {
		margin-top: 8px !important;
	}

	.mt-sp-3 {
		margin-top: 16px !important;
	}

	.mt-sp-4 {
		margin-top: 24px !important;
	}

	.mt-sp-5 {
		margin-top: 48px !important;
	}

	.mx-sp-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mx-sp-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.mx-sp-n2 {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}

	.px-sp-1 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.px-sp-2 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.px-sp-3 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.px-sp-4 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.px-sp-5 {
		padding-left: 48px !important;
		padding-right: 48px !important;
	}

	.pt-4 {
		padding-top: 24px !important;
	}

	.pt-5 {
		padding-top: 48px !important;
	}

	.ml-n1 {
		margin-left: -4px !important;
	}

	.ml-n2 {
		margin-left: -8px !important;
	}

	.ml-n3 {
		margin-left: -16px !important;
	}

	.ml-n4 {
		margin-left: -24px !important;
	}

	.ml-n5 {
		margin-left: -48px !important;
	}

	.ec-font-size-1 {
		font-size: 11px;
	}

	.ec-font-size-2 {
		font-size: 12px;
	}

	.ec-font-size-3 {
		font-size: 14px;
	}

	.ec-font-size-4 {
		font-size: 16px;
	}

	.ec-font-size-5 {
		font-size: 24px;
	}

	.ec-font-size-6 {
		font-size: 30px;
	}

	.hvr05 img:hover {
		opacity: 1;
	}

	.outer_section {
		margin: 0 auto 48px;
		width: 100%;
		font-size: 12px;
	}

	.outer_section>section {
		margin-bottom: 48px;
	}

	.ec-blockSectionRole__text {
		font-size: 12px;
	}

	.ec-faqRole__item__text {
		font-size: 12px;
	}

	dt .ec-faqRole__item__text {
		font-size: 13px;
	}

	.ec-blockSectionItem__item {
		margin: 4px;
	}

	.ec-blockSectionItem__item__image {
		width: 50%;
	}

	.ec-footerContact__phone__link {
		margin-right: -8px;
	}

	h1.h-txt {
		padding: 5px;
		font-size: 13px;
		line-height: 1.25;
	}



	/*カテゴリページ
	--------------------------------------------------*/

	.h-ranking {
		margin: 0 0 8px;
		font-size: calc(24 / 375* 100vw);
	}

	.h-ranking span:nth-of-type(1) {
		padding: 0 calc(10 / 375* 100vw);
	}

	.h-ranking span:nth-of-type(2) {
		font-size: calc(18 / 375* 100vw);
	}

	.h-ranking+p {
		margin-bottom: 8px;
	}

	.list-ranking figure {
		padding: 4px;
		margin-bottom: 4px;
	}

	.list-ranking figure .ranking-grid {
		gap: calc(10 / 375* 100vw);
	}

	.list-ranking figure img:nth-of-type(1) {
		max-width: 34px;
	}

	.list-ranking figure img+img {
		margin-top: calc(10 / 375* 100vw);
	}

	.list-ranking .ranking-caption {
		height: unset;
		font-size: calc(10 / 375* 100vw);
		overflow: unset;
	}

	.list-ranking figcaption {
		margin-top: calc(10 / 375* 100vw);
		line-height: 15px;
	}

	.list-ranking ul {
		margin: 0 4px 8px;
	}

	.list-ranking ul i {
		margin-top: 4px;
		height: 49.15%;
	}

	.list-ranking dl {
		margin: 0 4px 8px;
	}

	.list-ranking dt {
		font-size: 10px;
		line-height: 12px;
	}

	.list-ranking dd {
		line-height: 1.1;
	}

	.list-ranking dd strong {
		font-size: 24px;
	}

	.list-ranking strong span {
		font-size: 12px;
	}

	.list-ranking dl+p {
		margin: 0 4px 8px;
	}

	.ranking_detail {
		margin: auto;
		width: 95%;
		line-height: 24px;
		border-radius: 12px;
	}

	.go_search {
		margin: 24px auto 0;
		width: 75%;
	}

	.go_search a {
		line-height: 60px;
		font-size: 16px;
		border-radius: 30px;
	}

	.go_search a:before,
	.go_search a:after {
		font-size: 20px;
		margin: 0 0.25em;
	}

	.go_search a:hover {
		opacity: 1;
	}

	.tone2 {
		display: none;
	}

	.bnr-main_list {
		margin-bottom: 0 48px;
	}

	.bnr-main_list li {
		margin-top: 8px;
	}

	.bnr-main_list a:hover {
		opacity: 1;
	}

	.h-apparel_txt {
		margin: 0 0 16px;
		font-size: 20px;
		text-align: center;
	}

	.h-apparel_txt em {
		display: block;
		font-size: 12px;
		margin: 5px 0 0;
	}

	.h-apparel_txt.qa:before,
	.h-apparel_txt.qa:after {
		font-size: 24px;
	}

	.list-shapes {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}

	.list-shapes a:hover {
		opacity: 1;
	}

	.list-printing {
		margin-left: -8px;
	}

	.list-printing>li {
		margin-top: 12px;
		width: 50%;
		border-left: 8px solid transparent;
	}

	.list-printing figcaption {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.list-printing p {
		margin-top: 4px;
		font-size: 12px;
	}

	.list-project {
		margin-left: -8px;
	}

	.list-project>li {
		margin-top: 8px;
		width: 50%;
		border-left: 8px solid transparent;
	}

	.list-project a:hover {
		opacity: 1;
	}

	.btn-other {
		margin: 24px auto 0;
		width: 66.66%;
	}

	.btn-other a {
		line-height: 60px;
		font-size: 18px;
		border-radius: 30px;
	}

	.btn-other a:hover {
		opacity: 1;
	}

	.main_contact {
		margin-bottom: 48px;
		font-size: 11px;
	}

	.main_contact>div {
		position: relative;
		top: 0;
		width: 100%;
		padding: 4px 0;
		background: #00253c;
	}

	.main_contact>div>p:first-child {
		font-size: 16px;
	}

	.main_contact>div>p>span {
		font-size: 20px;
	}

	.list-strong {
		margin: 0 -4px;
	}

	.list-strong li {
		box-sizing: border-box;
		margin: 8px 4px 0;
		padding: 8px 4px 8px 8px;
		width: calc(50% - 8px);
		border-radius: 8px;
	}

	.list-strong figure {
		margin-bottom: 4px;
	}

	.list-strong figcaption {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.list-strong img {
		width: 50%;
	}

	.list-qa:before {
		content: "※質問エリアをタップすると回答が表示されます";
		display: block;
		text-align: center;
		color: #bf1920;
	}

	.list-qa {
		margin-bottom: 16px !important;
	}

	.list-qa li {
		margin-top: 8px;
	}

	.list-qa dl {
		padding: 8px;
		border-radius: 8px;
	}

	.list-qa dt {
		padding-left: 32px;
		min-height: 24px;
		font-size: 12px;
	}

	.list-qa dt:before {
		left: 4px;
		top: -4px;
		font-size: 24px;
	}

	.list-qa dd {
		margin-top: 8px;
		border-top: 2px dotted #16a5ff;
		padding: 8px 0 0 32px;
		box-sizing: content-box;
		min-height: 24px;
		position: relative;
	}

	.list-qa dd:before {
		left: 4px;
		top: 4px;
		font-size: 24px;
	}

	.faq .list-qa dt {
		pointer-events: all;
	}

	.faq .list-qa dd {
		display: none;
	}

	.btn-round {
		text-align: center;
	}

	.btn-round a {
		width: 50%;
		line-height: 32px;
		border-radius: 16px;
	}

	.list-category_items {
		margin: 0 0 -8px -8px !important;
	}

	.list-category_items li {
		width: 33.33%;
		border-left: 8px solid transparent;
		margin-bottom: 8px;
	}


	/*プリント・加工の種類
	--------------------------------------------------*/

	.list-print {
		margin-left: -8px;
		margin-bottom: 8px !important;
	}

	.list-print li {
		box-sizing: border-box;
		width: 33.33%;
		border-left: 8px solid transparent;
		margin-bottom: 16px;
	}

	.list-print img {
		margin-bottom: 2px;
	}

	.print_type {
		padding: 0 16px 16px;
		border-radius: 16px 16px 0 0;
	}

	.print_type h2 {
		margin: 0 -16px 16px;
		font-size: 20px;
		border-radius: 16px 16px 0 0;
	}

	.print_type figure {
		display: block;
		margin: 0 0 0 0;
	}

	.print_type figure>* {
		width: 100%;
		border-left: none;
	}

	.print_type figure figcaption {
		margin-bottom: 16px;
	}

	.print_type figure img:first-child {
		margin-bottom: 8px;
	}

	.print_type figure dt {
		font-size: 16px;
		padding-bottom: 4px;
		margin-bottom: 8px;
	}

	.print_type figure dd {
		line-height: 1.66;
	}

	.print_type figure dd:first-of-type {
		margin-bottom: 16px;
	}

	.print_type>dl dt {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.print_type>dl dt:before,
	.print_type>dl dt:after {
		width: 33.33%;
	}

	.print_type>dl dd {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	.print_type>dl dd iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	/*制作事例
--------------------------------------------------*/

	.project_category {
		margin-left: -16px;
	}

	.project_category li {
		width: 33.33%;
		border-left: 16px solid transparent;
		margin-bottom: 16px;
	}

	.project_item {
		margin: 0 0 -32px -8px;
	}

	.project_item li {
		width: 50%;
		border-left: 8px solid transparent;
		padding-bottom: 40px;
	}

	.project_item div {
		margin-bottom: 8px;
	}

	.project_item div:before {
		width: 39px;
		height: 39px;
	}

	.project_item dt {
		margin: 0 auto 4px;
	}

	/*カテゴリページ製作事例*/
	.project_item.category_project {
		margin: 8px 0 -24px -8px;
	}

	.project_item.category_project li {
		padding-bottom: 24px;
	}

	.project_item.category_project div {
		margin-bottom: 0;
	}

	/*トップページ製作事例*/
	.project_item.top_project {
		margin: 0 0 0 -8px !important;
	}


	/*会社概要
	--------------------------------------------------*/

	.tbl-company th,
	.tbl-company td {
		padding: 16px;
	}

	.tbl-company th {
		width: 25%;
	}

	.tbl-company .list-banner li {
		margin: 16px 8px 0 0;
	}

	.tbl-company .list-banner li:nth-child(2) {
		margin-top: 16px;
	}

	.h-apparel_txt2 {
		padding: 3px 6px;
		font-size: 16px;
		border-left: 3px solid #16a5ff;
		margin-bottom: 8px;
	}

	.tbl-small th,
	.tbl-small td {
		padding: 8px 16px;
	}

	.sitemap {
		font-size: 14px;
	}

	.bg-slash {
		margin: 16px 0;
		padding: 8px;
	}

	.bg-slash strong {
		font-size: 14px;
		margin-bottom: 4px;
	}


	/*プライバシーポリシー
	--------------------------------------------------*/

	.privacy_contact {
		display: block;
		margin-top: 16px !important;
	}

	.privacy_contact img {
		display: block;
		margin: 0 auto;
		width: 66.66%;
	}

	.privacy_contact figcaption {
		margin-left: 0;
		margin-top: 0.5rem;
	}

	.privacy_contact dl {
		margin: 0 auto;
		width: fit-content;
	}

	.privacy_contact dl dt {
		font-size: 14px;
		font-weight: bold;
	}
}


/*スタッフ紹介PC
--------------------------------------------------*/

@media screen and (min-width: 751px) {

	.ul_staff {
		display: flex;
		flex-wrap: wrap;
		margin-left: -12px;
		width: 894px;
	}

	.ul_staff img {
		width: 100%;
		height: auto;
	}

	.ul_staff>li {
		box-sizing: border-box;
		width: 290px;
		font-size: 12px;
		border-left: 12px solid transparent;
		margin-bottom: 24px;
	}

	.ul_staff>li img {
		width: auto;
		position: absolute;
		right: 0px;
		bottom: 0px;
		margin-right: -6px;
		height: 180px;
	}

	.ul_staff>li>dl {
		border: 1px solid #CCC;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 10px;
		min-height: 210px;
		padding-top: 10px;
		padding-bottom: 10px;
		letter-spacing: 0;
	}

	.ul_staff>li>dl>dt {
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		background: #6c7fb8;
		line-height: 28px;
		padding-left: 10px;
	}

	.ul_staff>li>dl>dd>dl>dt {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999;
		margin-bottom: 10px;
		margin-top: 10px;
		width: 135px;
		padding-left: 10px;
	}

	.ul_staff>li>dl>dd>dl>dt span {
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		display: block;
	}

	.ul_staff>li>dl>dd>dl>dd>dl {
		overflow: hidden;
		padding-left: 10px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dt {
		float: left;
		margin-top: 10px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dt:first-child {
		margin-top: 0px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dd {
		margin-top: 10px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dd:nth-of-type(1) {
		margin-left: 3em;
		margin-top: 0px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dd:nth-of-type(2) {
		margin-left: 4em;
	}
}

@media screen and (min-width: 751px) {
	.mx-pc-n3 {
		margin-left: -24px !important;
		margin-right: -24px !important;
	}
}


/*スタッフ紹介SP
--------------------------------------------------*/

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

	.ul_staff {
		display: flex;
		flex-wrap: wrap;
		margin-left: -8px;
	}

	.ul_staff img {
		width: 100%;
		height: auto;
	}

	.ul_staff>li {
		width: 50%;
		border-left: 8px solid transparent;
		margin-bottom: 16px;
	}

	.ul_staff>li img {
		width: auto;
		height: 120px;
		text-align: center;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.ul_staff>li>dl {
		border: 1px solid #CCC;
		box-sizing: border-box;
		margin-bottom: 10px;
		min-height: 210px;
		padding-top: 10px;
		padding-bottom: 10px;
		letter-spacing: 0;
	}

	.ul_staff>li>dl>dt {
		font-weight: bold;
		color: #FFF;
		background: #6c7fb8;
		line-height: 28px;
		padding-left: 10px;
	}

	.ul_staff>li>dl>dd>dl>dt {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px dotted #999;
		text-align: center;
		margin: 10px;
		padding-bottom: 10px;
	}

	.ul_staff>li>dl>dd>dl>dt span {
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		display: block;
		margin-top: 5px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl {
		overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dt {
		float: left;
		margin-top: 10px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dt:first-child {
		margin-top: 0px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dd {
		margin-top: 10px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dd:nth-of-type(1) {
		margin-left: 3em;
		margin-top: 0px;
	}

	.ul_staff>li>dl>dd>dl>dd>dl>dd:nth-of-type(2) {
		margin-left: 4em;
	}
}


/*コアウェブバイタル対策
--------------------------------------------------*/
.ec-footerTitle__logo {
	width: 231px;
	margin-right: auto;
	margin-left: auto;
}

.ec-headerContact__link__iconArea img {
	width: auto;
}


/*アイテム一覧バナー
--------------------------------------------------*/
ul#btn_itemlist {
	margin: 0 0 0 840px;
	width: 50px;
	list-style: none;
	padding-left: 0;
	top: 210px;
	position: absolute;
	z-index: 1;
}

ul#btn_itemlist.fixed {
	position: fixed;
	top: 0;
}

ul#btn_itemlist img:hover {
	opacity: 0.5;
}

@media (max-width: 751px) {
	ul#btn_itemlist {
		display: none;
	}
}


/*サイズページ
--------------------------------------------------*/
ul.list-size_feature {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}

ul.list-size_feature li {
	margin: 8px 4px 0;
	padding: 8px 5px 8px 3px;
	width: calc(50% - 8px);
}

ul.list-size_feature li figure figcaption {
	margin: 5px 0 0;
}

@media (max-width: 751px) {
	ul.list-size_feature {
		margin: 0;
	}

	ul.list-size_feature li {
		margin: 8px 0 0 0;
		padding: 8px 0;
		width: 100%;
	}
}


/*国産（日本製）
--------------------------------------------------*/

.list-japan>li {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.list-japan>li:first-child {
	margin-top: 0;
}

.list-japan>li>* {
	width: 390px;
}

.list-japan figcaption {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #00283f;
	line-height: 2;
	width: 140px;
	text-align: center;
	border-radius: 0 24px 0 0;
}

.list-japan>li>dl>dt {
	font-weight: bold;
	color: #00283f;
	border-bottom: 2px solid #00283f;
	margin-bottom: 4px;
}

.list-japan>li>dl>dt span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: -2px;
}

.list-japan>li>dl>dd {
	overflow: hidden;
	font-size: 12px;
}

.list-japan>li>dl>dd>p {
	margin-bottom: 4px;
}

.list-japan dl dl {
	float: left;
	width: 50%;
}

.list-japan dl dl dt {
	width: 75px;
	border: 1px solid #00283f;
	text-align: center;
	font-weight: bold;
	color: #00283f;
	margin-bottom: 4px;
}

.list-japan dl a {
	display: block;
	margin: 4px auto 0;
	width: 180px;
	line-height: 28px;
	border-radius: 14px;
	color: #fff;
	background: #e27500;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.list-japan>li {
		display: block;
	}

	.list-japan>li:first-child {
		margin-top: 0;
	}

	.list-japan>li>* {
		width: 100%;
	}

	.list-japan figure {
		margin-bottom: 3px;
	}

	.list-japan figcaption {
		font-size: 16px;
		width: 130px;
		border-radius: 0 16px 0 0;
	}

	.list-japan>li>dl>dt {
		font-weight: bold;
		color: #00283f;
		border-bottom: 2px solid #00283f;
		margin-bottom: 4px;
	}

	.list-japan>li>dl>dt span {
		display: block;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: -2px;
	}

	.list-japan>li>dl>dd {
		overflow: hidden;
		font-size: 12px;
	}

	.list-japan>li>dl>dd>p {
		margin-bottom: 4px;
	}

	.list-japan dl dl {
		float: left;
		width: 50%;
	}

	.list-japan dl dl dt {
		width: 75px;
		border: 1px solid #00283f;
		text-align: center;
		font-weight: bold;
		color: #00283f;
		margin-bottom: 4px;
	}

	.list-japan dl a {
		display: block;
		margin: 4px auto 0;
		width: 180px;
		line-height: 28px;
		border-radius: 14px;
		color: #fff;
		background: #e27500;
		text-align: center;
	}
}


/*新着情報2 ブロック
--------------------------------------------------*/
.history {
	padding: 0 20px;
}

.history dt {
	padding-left: 2.5rem;
	font-size: 20px;
	background: linear-gradient(to top, #ddd, #eee, #fff, #fff, #fff);
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5rem;
	position: relative;
}

.history dt:before {
	display: block;
	position: absolute;
	left: 0.5rem;
	top: 48%;
	transform: translate(0, -50%) scale(0.8, 1.2);
	content: "\ea1c";
	font-family: icomoon;
	font-size: 16px;
	color: #bf1920;
}

.history dd {
	height: 100px;
	overflow-y: auto;
}

.history li {
	position: relative;
	padding-top: 0.45rem;
	padding-left: 48px;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.25rem;
}

.history li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.history li.new:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-55%);
	content: "NEW";
	padding: 0 0.25rem;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #bf1920;
}

/*blog　一覧ページ
--------------------------------------------------*/

ul.blog {
	/*	display: flex;*/
	justify-content: space-between;
}

ul.blog li {
	position: relative;
	width: 48.5%;
	top: 0;
	padding: 10px;
	display: flex;
	border: 1px solid #e5e5e5;
	color: #333;
	text-decoration: none;
	outline: none;
	transition: all .3s;
	display: inline-block;
	margin-bottom: 16px;
}

ul.blog li:nth-child(even) {
	margin-left: 16px;
}

ul.blog li:hover {
	top: -3px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

ul.blog li a {
	color: #00253c;
	text-decoration: none;
}

ul.blog li div.content-img {
	width: 47%;
	display: inline-block;
	border: 1px solid #333;
}

ul.blog li div.content {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}

ul.blog li div.content span:nth-of-type(1) {
	background-color: #e1e1e1;
	font-size: 13px;
	padding: 0 2px;
	margin-right: 3px;
}

ul.blog li div.content span:nth-of-type(2) {
	font-size: 13px;
}

ul.blog li div.content dl dt {
	font-weight: bold;
	border-bottom: 5px solid #e1e1e1;
	padding-bottom: 4px;
	margin: 4px 0 7px;
}

ul.blog li div.content dl dd {
	font-size: 13px;
}

@media only screen and (max-width: 750px) {
	ul.blog {
		display: block;
	}

	ul.blog li {
		width: 100%;
		padding: 2.8vw;
		display: flex;
		border: 1px solid #e5e5e5;
		color: #333;
		text-decoration: none;
		margin-bottom: 5vw;
	}

	ul.blog li:nth-child(even) {
		margin-left: 0px;
	}

	ul.blog li div.content-img {
		width: 47%;
		display: inline-block;
		border: 1px solid #333;
	}

	ul.blog li div.content {
		width: 49.5%;
		display: inline-block;
		vertical-align: top;
		margin-left: 1.5vw;
	}

	ul.blog li div.content span:nth-of-type(1) {
		background-color: #e1e1e1;
		font-size: 3.33vw;
		padding: 0 1vw;
		margin-right: 2vw;
	}

	ul.blog li div.content span:nth-of-type(2) {
		font-size: 3.33vw;
	}

	ul.blog li div.content dl dt {
		font-size: 3.6vw;
		font-weight: bold;
		border-bottom: 1.2vw solid #e1e1e1;
		padding-bottom: 1.2vw;
		margin: 1.4vw 0 1.5vw;
	}

	ul.blog li div.content dl dd {
		font-size: 3.33vw;
		line-height: 4.25vw;
	}


}


/*ブログ＆実績　個別ページ
--------------------------------------------------*/
.blog_section {
	margin: 0 auto;
	width: 800px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.blog_section .mb-6 {
	margin-bottom: 108px !important;
}

.blog_section .mb-7 {
	margin-bottom: 144px !important;
}

.blog_section section img {
	display: block;
	margin: 20px auto 0;
	max-width: 100%;
	width: auto;
}

.blog_section section .blog-btn {
	width: 100%;
	max-width: 240px;
	margin: 10px auto 50px;
	padding: 3px;
	color: #fff;
	font-size: 16px;
	border-radius: 4vw;
	text-align: center;
	background: #00243c;
}

.blog_section section .blog-btn a {
	display: block;
	color: #fff;
}

.blog_section section {
	margin: 0 auto 72px;
}

.blog_section section .h-txt_border {
	display: inline-block;
	border-bottom: 2px solid #333;
}

.blog_section section .blog-imgbox {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}

.blog_section h1.h-txt {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #00243c;
	line-height: 40px;
}

.blog_section h2.h-txt {
	padding-left: 8px;
	font-size: 20px;
	font-weight: bold;
	border-left: 8px solid #e83418d9;
	margin-bottom: 20px;
	line-height: 26px;
}

.blog_section h3.h-txt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}

.blog_section h4.h-txt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* slick */
/* スライダー全体 */
.slider-wrap {
	max-width: 720px;
	/* 本体幅を明示的に制限 */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

/* slick本体 */
#js-blog-slick {
	width: 100%;
}

/* slick-track：マージンで崩れさせない */
#js-blog-slick .slick-track {
	display: flex !important;
	margin: auto;
}

/* 各スライド：余白と計算された幅 */
#js-blog-slick .slide {
	display: block !important;
	width: calc((100% - 45px) / 4) !important;
	margin: 0 auto;
	box-sizing: border-box;
}

#js-blog-slick .slide:nth-child(4n) {
	margin-right: 0;
	/* 4つ目ごとに右余白を無くす */
}

#js-blog-slick .slide a {
	width: 95% !important;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* スライド画像 */
#js-blog-slick .slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* 必須条件 */
.blog_section section .slick-track img {
	margin-top: 0;
}

/* 矢印 */
#js-blog-slick .slick-prev,
#js-blog-slick .slick-next {
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 20px;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	z-index: 10;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}

#js-blog-slick .slick-prev:before,
#js-blog-slick .slick-next:before {
	content: none;
}

#js-blog-slick .slick-prev {
	left: 10px;
}

#js-blog-slick .slick-next {
	right: 10px;
}

/* ドットナビゲーション */
#js-blog-slick .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

#js-blog-slick .slick-dots li {
	margin: 0;
	padding: 0;
}

#js-blog-slick .slick-dots button {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	background: #ccc;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#js-blog-slick .slick-dots .slick-active button {
	background: #000;
}

/* モバイル対応：2列に調整 */
@media (max-width: 768px) {
	#js-blog-slick .slide {
		width: calc((100% - 15px) / 3) !important;
	}

	#js-blog-slick .slide:last-child {
		margin-right: 0 !important;
	}

	#js-blog-slick .slide img {
		width: 95% !important;
		height: auto;
		display: block;
	}

	#js-blog-slick .slick-prev {
		left: 15px;
	}

	#js-blog-slick .slick-next {
		right: 15px;
	}
}

.blog_section section .slide img {
	margin-top: 0;
}

/* slick */

.blog_section dl dt {
	margin-bottom: 10px;
}

.blog_section dl dd {
	margin-bottom: 10px;
}

.blog_section ul li {
	margin-bottom: 10px;
}

.blog_section ol li {
	margin-bottom: 10px;
}

.blog_section table {
	width: 75%;
	border-collapse: collapse;
	table-layout: fixed;
}

.blog_section table th,
.blog_section table td {
	border: solid 1px;
	text-align: center;
	padding: 2px 4px;
}

.blog_section table th {
	background-color: rgb(255, 196, 136);
}


picture.banner-link {
	display: block;
	margin: 0 auto;
	width: 500px;
}

picture.banner-link:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 750px) {
	.blog_section {
		margin: 0 auto;
		width: 100%;
		font-size: 4vw;
		letter-spacing: 0.1em;
	}

	.blog_section section .h-txt_border {
		font-size: 4vw !important;
	}

	.blog_section section .blog-imgbox {
		gap: 0 1.5vw;
		margin: 1vw auto 0;
	}

	.blog_section section .blog-btn {
		margin: 2vw auto 10vw;
		padding: 1vw;
		font-size: 4vw;
	}

	.blog_section h1.h-txt {
		padding: 1vw 2vw;
		font-size: 4.2vw;
		font-weight: bold;
		color: #fff;
		background: #00243c;
		line-height: 6vw;
	}

	.blog_section h2.h-txt {
		padding-left: 2.4vw;
		font-size: 4.6vw;
		font-weight: bold;
		border-left: 2vw solid #e83418d9;
		margin-bottom: 5vw;
		line-height: 6vw;
	}

	.blog_section h3.h-txt {
		font-size: 4.3vw;
		font-weight: bold;
		margin-bottom: 4vw;
	}

	.blog_section h4.h-txt {
		font-size: 4.2vw;
		font-weight: bold;
		margin-bottom: 4.5vw;
	}

	.blog_section table {
		width: 100%;
	}

	picture.banner-link {
		display: block;
		margin: 0 auto;
		width: 70%;
	}
}



/*法人向けサービス
--------------------------------------------------*/

.corporate_main {
	background: #00243c;
	padding: 12px 24px;
	color: #fff;
	text-align: center;
}

.corporate_main ul {
	display: flex;
	margin-left: -24px;
	margin-bottom: 6px;
}

.corporate_main li {
	box-sizing: border-box;
	width: 50%;
	border-left: 24px solid transparent;
}

.corporate_main dt {
	font-size: 18px;
	font-weight: bold;
}

.corporate_main dd {
	background: #fff;
	border-radius: 10px;
}

.h-corporation1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 36px;
}

.outer_corp {
	padding: 36px 20px;
	background: #eee;
	position: relative;
	margin-bottom: 96px;
}

.outer_corp:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	display: block;
	width: 80px;
	height: 60px;
	background: #eee;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.outer_corp ul {
	display: flex;
	margin-left: -20px;
}

.outer_corp li {
	box-sizing: border-box;
	width: 33.33%;
	border-left: 20px solid transparent;
}

.list-support {
	padding-right: 20px !important;
	display: flex;
	margin-bottom: 54px !important;
}

.list-support li {
	box-sizing: border-box;
	width: 33.33%;
	padding: 8px 8px 0;
	border-left: 20px solid #fff;
	color: #fff;
	background: #16a5ff;
}

.list-support dt {
	padding: 8px 0;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.list-support figure {
	margin: 8px -8px 0;
	border-top: 8px solid #fff;
}

.main_contact2 {
	height: 421px;
	background: url(/html/template/KilamekApparel/assets/img/corporate/contact_pc.png);
	position: relative;
}

.main_contact2 p {
	position: absolute;
	left: 18px;
	top: 216px;
	width: 450px;
	background: #fff;
	border-radius: 8px;
}

.main_contact2 p a:hover {
	opacity: 0.5;
}

.h-kilaAppa {
	font-size: 28px;
	font-weight: bold;
	line-height: 80px;
	color: #fff;
	text-align: center;
	background: #16a5ff;
	margin-bottom: 24px;
}

.h-kilaAppa2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 12px;
}

.txt-kilaAppa {
	display: flex;
	margin-bottom: 24px;
}

.txt-kilaAppa p {
	box-sizing: border-box;
	width: 63%;
	padding-right: 24px;
}

.txt-kilaAppa figure {
	width: 37%;
}

.outer_support {
	margin: 0 -24px 36px;
	padding: 24px;
	background: #bce5ff;
}

.outer_support h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

.outer_support .list-support2 {
	display: flex;
	justify-content: space-between;
}

.outer_support .list-support2 li {
	width: 180px;
}

.bdr-tone2 {
	border-top: 3px solid #16a5ff;
	position: relative;
}

.bdr-tone2:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	display: block;
	width: 50%;
	height: 3px;
	background: #000;
}

.outer_support .list-print {
	margin-bottom: -24px !important;
}

@media only screen and (max-width: 750px) {
	.corporate_main {
		padding: 8px;
	}

	.corporate_main ul {
		display: flex;
		margin-left: -8px;
		margin-bottom: 8px;
	}

	.corporate_main li {
		box-sizing: border-box;
		width: 50%;
		border-left: 8px solid transparent;
	}

	.corporate_main dt {
		font-size: 13px;
	}

	.corporate_main a img:hover {
		opacity: 1;
	}

	.corporate_main p {
		font-size: 11px;
	}

	.h-corporation1 {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.outer_corp {
		padding: 16px 8px;
		margin-bottom: 54px;
	}

	.outer_corp:after {
		bottom: -30px;
		width: 40px;
		height: 30px;
	}

	.outer_corp ul {
		display: flex;
		margin-left: -8px;
	}

	.outer_corp li {
		border-left: 8px solid transparent;
	}

	.list-support {
		padding-right: 0 !important;
		display: block;
		margin-bottom: 36px !important;
	}

	.list-support li {
		width: 100%;
		padding: 0;
		border-left: none;
		background: #fff;
		margin-top: 24px;
	}

	.list-support li:first-child {
		margin-top: 0;
	}

	.list-support dt {
		font-size: 15px;
		color: #fff;
		background: #16a5ff;
		margin-bottom: 8px;
	}

	.list-support dd {
		display: flex;
		justify-content: space-between;
	}

	.list-support figure {
		margin: 0;
		border-top: none;
		width: 38%;
	}

	.list-support p {
		box-sizing: border-box;
		width: 62%;
		color: #333;
	}

	.main_contact2 {
		padding-top: 80.97%;
		height: auto;
		background: url(/html/template/KilamekApparel/assets/img/corporate/contact_sp.png);
		background-size: contain;
	}

	.main_contact2 p {
		left: 5%;
		top: 48%;
		width: 90%;
	}

	.main_contact2 p a:hover {
		opacity: 1;
	}

	.h-kilaAppa {
		font-size: 18px;
		line-height: 1.75;
		margin-bottom: 16px;
	}

	.h-kilaAppa2 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.txt-kilaAppa {
		display: block;
		margin-bottom: 8px;
	}

	.txt-kilaAppa p {
		width: 100%;
		padding-right: 0;
		margin-bottom: 8px;
	}

	.txt-kilaAppa figure {
		margin: auto;
		width: 70%;
	}

	.outer_support {
		margin: 0 -8px 24px;
		padding: 16px 8px 8px;
	}

	.outer_support h4 {
		margin: 0 -8px 8px;
		font-size: 16px;
	}

	.outer_support .list-support2 {
		margin-left: -8px;
		flex-wrap: wrap;
	}

	.outer_support .list-support2 li {
		box-sizing: border-box;
		width: 50%;
		border-left: 8px solid transparent;
		margin-top: 8px;
	}

	.outer_support .list-support2 li:nth-child(-n+2) {
		margin-top: 0;
	}

	.outer_support .ec-blockSectionItem__itemlist {
		margin: 0 0 0 -8px;
	}

	.outer_support .ec-blockSectionItem__itemlist li {
		box-sizing: border-box;
		margin: 8px 0 0;
		width: 33.33%;
		border: none;
		border-left: 8px solid transparent;
	}

	.outer_support .ec-blockSectionItem__itemlist li:nth-child(-n+3) {
		margin-top: 0;
	}

	.bdr-tone2 {
		border-top: 2px solid #16a5ff;
	}

	.bdr-tone2:before {
		top: -2px;
		height: 2px;
	}

	.outer_support .list-print {
		margin-bottom: -16px !important;
	}

	.project_item.top_project.corp_project li {
		width: 33.33%;
	}
}


/*現在のカゴの中
--------------------------------------------------*/

div.ec-cartFlowProductForm__header>div.ec-cartFlowProductForm__titleArea div.ec-cartFlowProductForm__header-image img {
	width: 83px;
}



.list-printing .slick-slide {
	padding-right: 10px;
}

section.slick-slide {
	user-select: auto;
}



/*STEP1～STEP4
--------------------------------------------------*/

.outer_step {
	display: flex;
	justify-content: space-between;
}

.outer_step dl {
	box-sizing: border-box;
	width: 175px;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff;
	background: #1a80fe;
	margin-bottom: 0;
	position: relative;
}

.outer_step dl:nth-child(-n+3):after {
	content: "";
	display: block;
	width: 21px;
	height: 23px;
	background: #1a80fe;
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.outer_step dl dt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.outer_step figure img {
	display: block;
	margin: 10px auto;
	height: 80px;
	width: auto;
}

@media only screen and (max-width: 750px) {
	.outer_step {
		display: block;
	}

	.outer_step dl:nth-child(-n+3) {
		margin-bottom: 30px;
	}

	.outer_step dl {
		width: 100%;
	}

	.outer_step dl:nth-child(-n+3):after {
		width: 22.5px;
		height: 19px;
		left: 50%;
		top: calc(100% + 6px);
		transform: translate(-50%, 0);
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	}

	.outer_step dl dt {
		font-size: 20px;
		margin-bottom: -15px;
	}

	.outer_step figure {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}

	.outer_step figure img {
		width: 20%;
		height: auto;
	}
}


/*現在のカゴの中　プリント部分
--------------------------------------------------*/
.form_print_coice {
	font-size: 2.4rem;
	width: 60%;
	margin: 60px auto 30px;
	display: flex;
	justify-content: space-around;
}

@media only screen and (max-width: 750px) {
	.form_print_coice {
		font-size: 4.8vw;
		width: 85%;
		margin: 60px auto 30px;
		display: flex;
		justify-content: space-around;
	}
}

/*
.form-check {
    display: inline-block;
    flex-wrap: wrap
}

.form-check:last-child {
    margin-left: 20px;
}
*/


/*商品詳細 プリントタグ
--------------------------------------------------*/
@media screen and (max-width: 750px) {
	.ec-productRole {
		position: relative;
	}
}

.ec-productRole__print__printable,
.ec-productRole__print__printable--not {
	font-size: 1.6rem !important;
}

.ec-productRole .ec-productRole__tag {
	background-color: #ff8f16;
	padding: 5px 10px !important;
	font-size: 1.4rem !important;
}

.ec-productRole .ec-productRole__tag.print {
	background-color: #007bff;
	color: #fff;
}

.ec-productRole .ec-productRole__tag.embroidery {
	background-color: #28a745;
	color: #fff;
}

.ec-productRole .ec-productRole__tag.no_print {
	background-color: #999;
	color: #fff;
}

.ec-productRole .ec-productRole__tag.no_embroidery {
	background-color: #999;
	color: #fff;
}

/* フルオーダーTシャツページ
--------------------------------------------------*/
/* mainvisual ---------------------------*/
.full-order-tshirts-title {
	margin-top: 52px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-title {
		margin-top: calc(52 / 750 * 100vw);
	}
}

.full-order-tshirts-lead {
	margin-top: 52px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-lead {
		margin-top: calc(52 / 750 * 100vw);
	}
}

.full-order-tshirts-lead img {
	width: auto;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-lead img {
		width: calc(431 / 750 * 100vw);
	}
}

.full-order-tshirts-mainvisual__slick {
	margin-top: 52px;
	position: relative;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-mainvisual__slick {
		margin-top: calc(52 / 750 * 100vw);
	}
}

.full-order-tshirts-mainvisual__slick .slick-arrow {
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-mainvisual__slick .slick-arrow {
		width: calc(52 / 750 * 100vw);
	}
}

.full-order-tshirts-mainvisual__slick .slick-arrow:hover {
	opacity: 0.6;
}

.full-order-tshirts-mainvisual__slick .slick-arrow--prev {
	left: 1px;
	z-index: 10;
}

.full-order-tshirts-mainvisual__slick .slick-arrow--next {
	right: 0;
}

/* possible ---------------------------*/
.full-order-tshirts-possible {
	margin-top: 52px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible {
		margin-top: calc(72 / 750 * 100vw);
	}
}

.full-order-tshirts-possible__title {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	padding: 2px 0 0 18px;
	background-image: linear-gradient(to bottom, #056eb8, #093678);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible__title {
		font-size: calc(36 / 750 * 100vw);
		padding: calc(20 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
		text-align: center;
		margin: 0 calc(50% - 50vw);
	}
}

.full-order-tshirts-possible__media-wrap {
	margin-top: 76px;
	padding: 0;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible__media-wrap {
		margin-top: calc(40 / 750 * 100vw);
	}
}

.full-order-tshirts-possible-media {
	display: flex;
	column-gap: 20px;
	row-gap: 40px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible-media {
		flex-direction: column;
		column-gap: 0;
		row-gap: calc(36 / 750 * 100vw);
	}
}

.full-order-tshirts-possible-media+.full-order-tshirts-possible-media {
	margin-top: 42px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible-media+.full-order-tshirts-possible-media {
		margin-top: calc(80 / 750 * 100vw);
	}
}

.full-order-tshirts-possible-media--reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible-media--reverse {
		flex-direction: column;
	}
}

.full-order-tshirts-possible-media__img {
	flex: 0 1 auto;
	width: 390px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible-media__img {
		width: auto;
	}
}

.full-order-tshirts-possible-media__body {
	flex: 1;
}

.full-order-tshirts-possible-media__title {
	font-weight: bold;
	font-size: 24px;
	line-height: calc(36 / 24);
	color: #333;
	letter-spacing: normal;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible-media__title {
		font-size: calc(32 / 750 * 100vw);
	}
}

.full-order-tshirts-possible-media__title::before {
	content: attr(data-number);
}

.full-order-tshirts-possible-media__text {
	margin-top: 4px;
	font-size: 20px;
	line-height: calc(36 / 20);
	letter-spacing: normal;
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible-media__text .no-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-possible-media__text {
		margin-top: calc(4 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
	}
}

/* reference-price ---------------------------*/
.full-order-tshirts-reference-price {
	margin-top: 76px;
	letter-spacing: normal;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price {
		margin-top: calc(96 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__title {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	padding: 2px 0 0 18px;
	background-image: linear-gradient(to bottom, #056eb8, #093678);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__title {
		font-size: calc(36 / 750 * 100vw);
		padding: calc(20 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
		text-align: center;
		margin: 0 calc(50% - 50vw);
	}
}

.full-order-tshirts-reference-price__lead {
	margin-top: 20px;
	font-size: 16px;
	line-height: calc(24 / 16);
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__lead {
		margin-top: calc(40 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.75;
	}
}

.full-order-tshirts-reference-price__lead span {
	color: #ff0000;
}

.full-order-tshirts-reference-price__contents {
	margin-top: 24px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__contents {
		margin-top: calc(48 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__example {
	background-color: #dbdbdb;
	padding: 20px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__example {
		padding: calc(20 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__example+.full-order-tshirts-reference-price__example {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__example+.full-order-tshirts-reference-price__example {
		margin-top: calc(30 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__example-term {
	font-weight: bold !important;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.0001em;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__example-term {
		font-size: calc(28 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__example-term::before {
	content: attr(data-number);
}

.full-order-tshirts-reference-price__example-img {
	margin-top: 16px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__example-img {
		margin-top: calc(16 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__example-price {
	margin-top: 16px;
	font-weight: bold;
	font-size: 18px;
	line-height: calc(24 / 18);
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__example-price {
		margin-top: calc(16 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__example-text {
	margin-top: 16px;
	font-size: 16px;
	line-height: calc(24 / 16);
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__example-text {
		margin-top: calc(16 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
	}
}

.full-order-tshirts-reference-price__attention {
	margin-top: 16px;
	padding: 0 20px;
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: normal;
	color: #ff0000;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-reference-price__attention {
		margin-top: calc(16 / 750 * 100vw);
		padding: 0;
		font-size: calc(24 / 750 * 100vw);
	}
}

/* trouble ---------------------------*/
.full-order-tshirts-trouble {
	margin-top: 76px;
	letter-spacing: normal;
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble {
		margin-top: calc(96 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble__title {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	line-height: 1.25;
	padding: 20px 0 16px 18px;
	background-image: linear-gradient(to bottom, #056eb8, #093678);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble__title {
		font-size: calc(36 / 750 * 100vw);
		padding: calc(20 / 750 * 100vw) 0 calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
		margin: 0 calc(50% - 50vw);
	}
}

.full-order-tshirts-trouble__title span {
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble__title span {
		font-size: calc(24 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-example {
	margin: 28px 0 0 0;
	padding: 0;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example {
		margin: calc(28 / 750 * 100vw) 0 0 0;
	}
}

.full-order-tshirts-trouble-example__item+.full-order-tshirts-trouble-example__item {
	margin-top: 28px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example__item+.full-order-tshirts-trouble-example__item {
		margin-top: calc(40 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-example__title {
	font-weight: bold;
	font-size: 24px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example__title {
		font-size: calc(36 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-example__title::before {
	content: attr(data-number);
}

.full-order-tshirts-trouble-example__contents {
	margin-top: 8px;
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example__contents {
		margin-top: calc(16 / 750 * 100vw);
		flex-direction: column;
		gap: calc(50 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-example__img {
	width: calc((100% - 20px) / 2);
	position: relative;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example__img {
		width: auto;
	}
}

.full-order-tshirts-trouble-example__img:first-of-type::after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #dbdbdb;
	border-right: 0;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example__img:first-of-type::after {
		top: auto;
		right: auto;
		bottom: calc(-40 / 750 * 100vw);
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: calc(50 / 750 * 100vw) solid transparent;
		border-left: calc(50 / 750 * 100vw) solid transparent;
		border-top: calc(40 / 750 * 100vw) solid #dbdbdb;
		border-bottom: 0;
	}
}

.full-order-tshirts-trouble-example__text {
	font-size: 16px;
	line-height: calc(24 / 16);
	width: 336px;
	position: absolute;
	top: 24px;
	left: 24px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example__text {
		font-size: calc(28 / 750 * 100vw);
		width: calc(674 / 750 * 100vw);
		position: absolute;
		top: calc(28 / 750 * 100vw);
		left: calc(20 / 750 * 100vw);
		padding: calc(24 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-example__text span {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	color: #056eb8;
	white-space: nowrap;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-example__text span {
		font-size: calc(36 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-excerpt {
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt {
		margin-top: calc(40 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-excerpt__conjunction {
	font-weight: bold;
	font-size: 34.45px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt__conjunction {
		font-size: calc(48 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-excerpt>span {
	margin-top: 32px;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 15px solid #056eb8;
	border-bottom: 0;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt>span {
		margin-top: calc(60 / 750 * 100vw);
		border-right: calc(18 / 375 * 100vw) solid transparent;
		border-left: calc(18 / 375 * 100vw) solid transparent;
		border-top: calc(15 / 375 * 100vw) solid #056eb8;
	}
}

.full-order-tshirts-trouble-excerpt>span::before,
.full-order-tshirts-trouble-excerpt>span::after {
	content: '';
	position: absolute;
}

.full-order-tshirts-trouble-excerpt>span::before {
	top: -40px;
	left: -26px;
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
	border-top: 22px solid #056eb8;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt>span::before {
		top: calc(-80 / 750 * 100vw);
		left: calc(-52 / 750 * 100vw);
		border-right: calc(52 / 750 * 100vw) solid transparent;
		border-left: calc(52 / 750 * 100vw) solid transparent;
		border-top: calc(44 / 750 * 100vw) solid #056eb8;
	}
}

.full-order-tshirts-trouble-excerpt>span::after {
	bottom: -14px;
	left: -12px;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 10px solid #056eb8;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt>span::after {
		bottom: calc(-28 / 750 * 100vw);
		left: calc(-24 / 750 * 100vw);
		border-right: calc(24 / 750 * 100vw) solid transparent;
		border-left: calc(24 / 750 * 100vw) solid transparent;
		border-top: calc(20 / 750 * 100vw) solid #056eb8;
	}
}

.full-order-tshirts-trouble-excerpt__text {
	width: 634px;
	margin: 20px auto 0;
	padding: 28px;
	background-color: #056eb8;
	border-radius: 20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.75;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt__text {
		width: auto;
		margin: calc(48 / 750 * 100vw) 0 0;
		padding: calc(40 / 750 * 100vw);
		border-radius: 16px;
		font-size: calc(28 / 750 * 100vw);
		text-align: start;
	}
}

.full-order-tshirts-trouble-excerpt__text .no-pc {
	display: none;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt__text .no-pc {
		display: block;
	}
}

.full-order-tshirts-trouble-excerpt__text-primary {
	font-weight: 900;
	color: #fffc00;
	font-size: 34px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt__text-primary {
		font-size: calc(42 / 750 * 100vw);
	}
}

.full-order-tshirts-trouble-excerpt__text-secondary {
	text-decoration: underline;
	text-decoration-color: #fffc00;
	text-underline-offset: 4px;
	text-decoration-thickness: 3px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-trouble-excerpt__text-secondary {
		text-underline-offset: calc(5 / 750 * 100vw);
	}
}

/* contact ---------------------------*/
.full-order-tshirts-contact {
	margin-top: 76px;
	letter-spacing: normal;
	color: #333;
	background-image: url('/html/template/KilamekApparel/assets/img/full_order_tshirts/contact_bg_pc.jpg');
	height: 370px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-contact {
		margin-inline: auto;
		background-image: url('/html/template/KilamekApparel/assets/img/full_order_tshirts/contact_bg_sp.png');
		background-size: cover;
		height: calc(345 / 750* 100vw);
	}
}

.full-order-tshirts-contact__inner {
	padding-top: 96px;
	padding-right: 234px;
	padding-left: 24px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-contact__inner {
		padding-top: calc(96 / 765 * 100vw);
		padding-right: calc(20 / 750 * 100vw);
		padding-left: calc(20 / 750 * 100vw);
	}
}

.full-order-tshirts-contact__item+.full-order-tshirts-contact__item {
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-contact__item+.full-order-tshirts-contact__item {
		margin-top: calc(40 / 750 * 100vw);
	}
}

.full-order-tshirts-contact__item a {
	display: inline-block;
	transition: all 0.3s;
}

.full-order-tshirts-contact__item a:hover {
	opacity: 0.8;
}

.full-order-tshirts-contact__btn {
	border-radius: 9999px;
	box-shadow: 0 0 16px rgba(255, 255, 255, 1);
}

.full-order-tshirts-contact__item img {
	max-width: 100%;
	width: auto;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-contact__item--tel {
		width: calc(490 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
}

/* active ---------------------------*/
.full-order-tshirts-active {
	margin-top: 76px;
	letter-spacing: normal;
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-active {
		margin-top: calc(96 / 750 * 100vw);
	}
}

.full-order-tshirts-active__title {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	padding: 2px 0 0 18px;
	background-image: linear-gradient(to bottom, #056eb8, #093678);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-active__title {
		font-size: calc(36 / 750 * 100vw);
		padding: calc(20 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
		text-align: center;
		margin: 0 calc(50% - 50vw);
	}
}

.full-order-tshirts-active-list {
	margin-top: 33px;
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-active-list {
		margin-top: calc(33 / 750 * 100vw);
		flex-direction: column;
		gap: calc(80 / 750 * 100vw);
	}
}

.full-order-tshirts-active-list__item {
	width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-active-list__item {
		width: auto;
	}
}

.full-order-tshirts-active-list__title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: calc(36 / 24);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-active-list__title {
		margin-top: calc(20 / 750 * 100vw);
		font-size: calc(36 / 750 * 100vw);
	}
}

.full-order-tshirts-active-list__text {
	margin-top: 16px;
	font-size: 16px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-active-list__text {
		margin-top: calc(16 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.75;
	}
}

/* order ---------------------------*/
.full-order-tshirts-order {
	margin-top: 76px;
	letter-spacing: normal;
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order {
		margin-top: calc(96 / 750 * 100vw);
	}
}

.full-order-tshirts-order__title {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	padding: 2px 0 0 18px;
	background-image: linear-gradient(to bottom, #056eb8, #093678);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order__title {
		font-size: calc(36 / 750 * 100vw);
		padding: calc(20 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
		text-align: center;
		margin: 0 calc(50% - 50vw);
	}
}

.full-order-tshirts-order__media-wrap {
	margin-top: 22px;
	padding: 0;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order__media-wrap {
		margin-top: calc(22 / 750 * 100vw);
	}
}

.full-order-tshirts-order__media {
	display: flex;
	gap: 26px;
	position: relative;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order__media {
		flex-direction: column;
		gap: calc(26 / 750 * 100vw);
	}
}

.full-order-tshirts-order__media:nth-of-type(n + 2) {
	margin-top: 52px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order__media:nth-of-type(n + 2) {
		margin-top: calc(120 / 750 * 100vw);
	}
}

.full-order-tshirts-order-media__body {
	flex: 1;
	position: relative;
}

.full-order-tshirts-order__media:nth-of-type(n + 2) .full-order-tshirts-order-media__body::before {
	content: '';
	position: absolute;
	top: -44px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 32px solid #333333;
	border-bottom: 0;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order__media:nth-of-type(n + 2) .full-order-tshirts-order-media__body::before {
		top: calc(-80 / 750 * 100vw);
		border-right: calc(36 / 750 * 100vw) solid transparent;
		border-left: calc(36 / 750 * 100vw) solid transparent;
		border-top: calc(63 / 750 * 100vw) solid #333;
	}
}

.full-order-tshirts-order-media__title {
	font-weight: bold;
	font-size: 25.19px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order-media__title {
		font-size: calc(36 / 750 * 100vw);
		margin-top: calc(16 / 750 * 100vw);
	}
}

.full-order-tshirts-order-media__title::before {
	content: attr(data-number);
}

.full-order-tshirts-order-media__text {
	margin-top: 4px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
	line-height: calc(24 / 16);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order-media__text {
		margin-top: calc(16 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
	}
}

.full-order-tshirts-order-media__img {
	flex: 0 1 auto;
	width: calc(390 / 800 * 100%);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-order-media__img {
		width: auto;
	}
}

/* other-product ---------------------------*/
.full-order-tshirts-other-product {
	margin-top: 76px;
	letter-spacing: normal;
	color: #333;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product {
		margin-top: calc(96 / 750 * 100vw);
	}
}

.full-order-tshirts-other-product__title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	font-weight: bold;
	font-size: 25.19px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product__title {
		align-items: stretch;
		gap: calc(10 / 750 * 100vw);
		text-align: center;
		font-size: calc(36 / 750 * 100vw);
		line-height: calc(50.39 / 36);
	}
}

.full-order-tshirts-other-product__title .no-pc {
	display: none;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product__title .no-pc {
		display: block;
	}
}

.full-order-tshirts-other-product__title::before,
.full-order-tshirts-other-product__title::after {
	content: '';
	flex: 1;
	height: 8px;
	background-color: #333;
}

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

	.full-order-tshirts-other-product__title::before,
	.full-order-tshirts-other-product__title::after {
		height: 4px;
		margin-top: calc(16 / 750 * 100vw);
	}
}

.full-order-tshirts-other-product-contents {
	margin-top: 20px;
	background-color: #e5e5e5;
	padding: 26px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product-contents {
		margin-top: calc(40 / 750 * 100vw);
		padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
	}
}

.full-order-tshirts-other-product-contents__title {
	font-weight: bold;
	font-size: 25.19px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product-contents__title {
		width: calc(478 / 750 * 100vw);
		margin: 0 auto;
		font-size: calc(28 / 750 * 100vw);
		line-height: 1.75;
	}
}

.full-order-tshirts-other-product-contents__title .no-pc {
	display: none;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product-contents__title .no-pc {
		display: block;
	}
}

.full-order-tshirts-other-product-contents-media {
	margin-top: 22px;
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product-contents-media {
		margin-top: calc(38 / 750 * 100vw);
		gap: calc(20 / 750 * 100vw);
	}
}

.full-order-tshirts-other-product-contents-media__img {
	flex: 0 1 auto;
	width: calc(50% - 11px);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product-contents-media__img {
		width: calc(50% - 2.5vw);
	}
}

.full-order-tshirts-other-product-contents-media__body {
	flex: 1;
}

.full-order-tshirts-other-product-contents-media__text {
	font-size: 16px;
	line-height: calc(24 / 16);
}

@media screen and (max-width: 750px) {
	.full-order-tshirts-other-product-contents-media__text {
		font-size: calc(24 / 750 * 100vw);
		line-height: 1.75;
	}
}

/*各ページにあるプリント方法についてのリンクボタン
--------------------------------------------------------------------*/
.list-printing__link {
	display: block;
	text-align: center;
	margin-top: 8px;
	padding: 6px 4px 4px;
	border-radius: 9999px;
	border: 1px solid #f05757;
	background-color: #ffd2d2;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	transition: all 0.3s;
}

.list-printing__link:hover {
	background-color: rgba(255 210 210 / 0.6);
	text-decoration: none;
	color: inherit;
}

/* トップページの最安値
--------------------------------------------------------------------*/
.ec-blockSectionItem__item-mostLowPrice {
	margin-top: 4px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.ec-blockSectionItem__item a:hover {
	text-decoration-color: #333;
	text-underline-offset: 4px;
}

/* 目次
--------------------------------------------------------------------*/
.toc__definition {
	display: list-item;
	list-style: inside disc;
	padding-left: 20px;
}

/* display grid layout
--------------------------------------------------------------------*/
.grid-layout {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px 10px;
}

.grid-layout .grid-item img {
	border: 1px solid #777;
}

.grid-layout .grid-item h3 {
	display: grid;
	place-content: center;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	background: #777;
}

.grid-layout .grid-item .grid-text {
	margin-top: 5px;
	color: #333;
	font-weight: normal;
	font-size: 1.4rem;
}

@media (max-width: 750px) {
	.grid-layout {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
}

/* お客様からのご意見・ご感想
--------------------------------------------------------------------*/
.survey.top {
	width: 860px;
	height: 182px;
	background: url("/html/template/KilamekApparel/assets/img/survey/survey_back.png") no-repeat;
	margin: 50px auto;
}

.survey.top dl {
	position: relative;
	top: 0;
	left: 0;
}

.survey.top dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #395e64;
	position: relative;
	top: 15px;
	left: 250px;
	width: 360px;
}

.survey.top dl dd {
	position: relative;
	top: 30px;
	left: 196px;
	font-size: 13px;
	width: 470px;
	text-align: center;
}

.production-sample__btn {
	margin-top: 45px;
	text-align: center;
}

.production-sample__btn a {
	display: inline-block;
	font-size: 22px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	background-color: #0065a4;
	width: 438px;
	transition: all 0.3s;
	padding: 4px 0;
}

.production-sample__btn a::after {
	content: '▶';
	margin-left: 6px;
}

@media (max-width: 750px) {
	.survey.top {
		position: relative;
		width: 100%;
		height: calc(182 / 375* 100vw);
		background: url("/html/template/KilamekApparel/assets/img/survey/survey_back_sp.png") no-repeat;
		background-size: contain;
		background-position: center;
		margin: calc(50 / 375* 100vw) auto;
	}

	.survey.top dl {
		top: 2vw;
	}

	.survey.top dl dt {
		width: 72vw;
		font-size: 4.5vw;
		top: 2vw;
		left: 14vw;
	}

	.survey.top dl dd {
		width: 100vw;
		padding: 0 20px;
		top: 3vw;
		left: 0;
		font-size: 3vw;
	}

	.production-sample__btn {
		position: absolute;
		bottom: calc(23 / 375* 100vw);
		width: 100%;
		margin-top: 0;
	}

	.production-sample__btn a {
		font-size: calc(16 / 375* 100vw);
		width: 85%;
		padding: calc(5 / 375* 100vw) 0;
	}

	.production-sample__btn a::after {
		margin-left: calc(6 / 375* 100vw);
	}
}


/* survey
---------------------------------- */

.survey h1 {
	font-size: 26px;
	border-bottom: solid 2px #333333;
	margin-bottom: 10px;
}

.survey>p {
	margin-bottom: 30px;
}

.survey ul {
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
}

.survey ul li.readmore {
	position: relative;
	width: 387px;
	height: 180px;
	margin-right: 25px;
	margin-bottom: 28px;
	box-sizing: border-box;
	/*以下お好み*/
	/* ボーダーを付ける場合 */
	padding: 4px 10px 10px 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 15px;
	box-shadow: 1px 1px 3px -2px #666;
}

@media (max-width: 750px) {
	.survey ul li.readmore {
		margin-right: 0;
	}
}

.survey ul li.readmore:nth-of-type(2n) {
	margin-right: 0;
}

.readmore p {
	font-size: 14px;
}

.readmore p a {
	text-decoration: none;
	color: #0623d7;
}

.readmore p.rank {
	color: #fda503;
	font-size: 18px;
}

.readmore-content {
	/*	position: relative;*/
	overflow: auto;
	/*以下お好み*/
	/*高さの初期値*/
	height: 90px;
	font-size: 16px;
	margin-bottom: 10px;
	z-index: 9999;
}

.readmore-content2 {
	/*	position: relative;*/
	overflow: auto;
	/*以下お好み*/
	/*高さの初期値*/
	height: 90px;
	font-size: 16px;
	margin-bottom: 10px;
	z-index: 9999;
}

.readmore-content2::-webkit-scrollbar {
	width: 7px;
	height: 12px;
}

.readmore-content2::-webkit-scrollbar-thumb {
	background-color: #74632f;
	border-radius: 8px;
}

.readmore-content2::-webkit-scrollbar-track {
	background-color: #eacf8a;
	border-radius: 8px;
}

/* 商品詳細ページ用
   入稿データと入稿方法について
--------------------------------------------------------------------*/
.guide-design__content__ruby {
	display: block;
	font-size: 2rem;
	padding: 40px 15px 10px;
	color: #548bd5;
	font-weight: bold;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.guide-design__content__ruby {
		font-size: 1.4rem;
		padding: 20px 5px 5px;
	}
}

.sp-guide-design__content__ruby {
	display: none;
}

.guide-design__content__ruby:before,
.guide-design__content__ruby:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #548bd5;
	width: 2px;
	height: 2em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
}

.guide-design__content__ruby:before {
	transform: rotate(-35deg);
}

.guide-design__content__ruby:after {
	transform: rotate(35deg);
}

@media screen and (max-width: 750px) {
	.pc-guide-design__content__ruby {
		display: none;
	}

	.sp-guide-design__content__ruby {
		position: relative;
		display: flex;
		margin-bottom: 36px;
		font-size: 1.4rem;
		padding: 20px 5px 5px;
		color: #548bd5;
		font-weight: bold;
		position: relative;
		text-align: center;
		justify-content: center;
		align-items: center;

	}

	.sp-guide-design__content__ruby::before {
		position: absolute;
		left: 10%;
		bottom: 5%;
		content: "";
		width: 2px;
		height: 40%;
		background: #548bd5;
		border-radius: 3px;
		transform: rotate(-25deg);
	}

	.sp-guide-design__content__ruby::after {
		position: absolute;
		content: "";
		right: 10%;
		bottom: 5%;
		width: 2px;
		height: 40%;
		background: #548bd5;
		border-radius: 3px;
		transform: rotate(25deg);
	}
}

.guide-design__content__title {
	display: block;
	font-size: 2.8rem;
	padding: 10px 15px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	background: #015EEA;
	background: linear-gradient(0deg, rgba(1, 94, 234, 1) 0%, rgba(0, 192, 250, 1) 100%);
}

@media screen and (max-width: 750px) {
	.guide-design__content__title {
		font-size: 2rem;
		padding: 10px 5px;
		text-align: center;
	}
}

.guide-design__content-sp-br {
	display: none;
}

@media screen and (max-width: 750px) {
	.guide-design__content-sp-br {
		display: block;
	}
}

.custom-heading img {
	padding: 0 50px;
}

@media screen and (max-width: 750px) {
	.custom-heading img {
		padding: 0;
	}
}

/* さまざまな入稿データと入稿方法をお選びいただけます */
.guide-design-submit-section {
	background-color: #fff;
	border: solid 2px #6fa0e1;
	border-radius: 10px;
	padding: 15px 20px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 750px) {
	.guide-design-submit-section {
		padding: 5px;
	}
}

.guide-design-submit-date {
	font-size: 1.8rem;
	color: #5a8fd7;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.guide-design-submit-date {
		font-size: 1.4rem;
	}
}

.guide-design-submit-section {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

@media screen and (max-width: 750px) {
	.guide-design-submit-section {
		display: block;
		text-align: center;
	}
}

.guide-design-submit-section:nth-of-type(2) {
	margin-top: 10px;
}

/* 詳細ボタン */
.guide-design-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 30%;
	height: 40px;
	position: relative;
	background: #00253c;
	border: 1px solid #00253c;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	font-size: 18px;
	margin-top: 25px;
}

@media screen and (max-width: 750px) {
	.guide-design-link {
		font-size: 1.4rem;
		width: auto;
		height: auto;
		padding: 5px 10px;
		margin: 5% 20% 0;
	}
}

.guide-design-link:hover {
	opacity: 0.5;
}

.guide-design-link a:hover {
	color: #fff;
}

.guide-design-link:hover:before {
	border-top: 2px solid #00253c;
	border-right: 2px solid #00253c;
}

/* 商品一覧各種詳細 */
.fabric-thickness-meter,
.ec-productListItem__info__colorCount {
	display: none;
}

.fabric-gauge-wrapper {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.fabric-gauge-label {
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}

.fabric-gauge-label--left {
	order: -1;
}

.fabric-gauge {
	flex: 1;
}

.fabric-segment {
	fill: #138fdb;
	opacity: 0.3;
	transition: opacity 0.3s ease;
}

.fabric-thickness-meter {
	padding: 0 0 5px;
}

.fabric-thickness-meter .ec-productListItem__footer__title {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px;
	color: #fff;
	background: #138fdb;
	border: unset;
	text-align: center;
}

.ec-productListItem__tagList .ec-productListItem__info__title {
	margin-bottom: 3px;
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
}

.ec-productListItem__tag__top li {
	padding: 1px 0;
}

.ec-productListItem__tag__top .tag_print .ec-productListItem__tag__name {
	background-color: #007bff;
}

.ec-productListItem__tag__top .tag_embroidery .ec-productListItem__tag__name {
	background-color: #28a745;
}

.ec-productListItem__tag__top .tag_print-off .ec-productListItem__tag__name {
	background-color: #999;
}

.ec-productListItem__tag__top .tag_embroidery-off .ec-productListItem__tag__name {
	background-color: #999;
}

.ec-productListItem__tagList .ec-productListItem__tag {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	margin: -1px -5px;
	padding: 5px 0;
	list-style: none;
}

.ec-productListItem__tagList .ec-productListItem__tag li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 8px;
	color: #00253cd9;
	font-size: 11px;
	font-weight: 500;
	border: 1px solid #00253cd9;
	border-radius: 100vmax;
	white-space: nowrap;
}

/* 商品詳細各種詳細 */
.recommend_area {
	width: 100% !important;
	max-width: 860px;
	margin: 0 auto 60px;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
}

/* ----- 帽子・キャップ　用途別 「ゴルフキャップ・サンバイザー」 ----- */
.pickup-point-golf__hdg {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf__hdg {
		font-size: 18px;
		align-items: revert;
		padding-bottom: 15px;
	}
}

.pickup-point-golf__hdg::before {
	content: url(/html/template/KilamekApparel/assets/img/cap/porpose/golf/golf_icon.png);
	display: inline-block;
	padding-right: 10px;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf__hdg::before {
		content: "";
		display: inline-block;
		background-image: url(/html/template/KilamekApparel/assets/img/cap/porpose/golf/golf_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 22px;
		height: 22px;
		margin-right: 10px;
		vertical-align: middle;
	}
}

/* おすすめポイント */
.pickup-point-golf {
	display: flex;
	flex-direction: column;
}

.pickup-point-golf>div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 1200px;
	width: 100%;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf>div {
		display: block;
	}
}

.point_section {
	flex: 1;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.point_section {
		margin-bottom: 30px;
	}
}

.point_section p {
	margin: 10px 0;
}

@media only screen and (max-width: 750px) {
	.point_section p {
		margin: 0 0 10px;
	}
}

.point_section p:nth-of-type(3) {
	text-align: left;
}

@media only screen and (max-width: 750px) {
	.point_section p:nth-of-type(3) {
		font-size: 14px;
		text-align: left;
	}
}

.point_section img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.point_sectionf__hdg {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	background: linear-gradient(transparent 70%, #fff443 70%);
}

@media only screen and (max-width: 750px) {
	.point_sectionf__hdg {
		font-size: 15px;
		background: linear-gradient(transparent 80%, #fff443 80%);
	}
}

.point_sectionf__hdg>span {
	color: #da4c4c;
}

@media only screen and (max-width: 750px) {
	.point_sectionf__hdg>span {
		font-size: 16px;
	}
}

.point_sectionf__span {
	display: block;
}

/* 紫外線を大幅カット！ */
.pickup-point-golf_second {
	padding: 2em 0.5em 1em;
	border: solid 10px #ffb3b3;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf_second {
		padding: 2em 1em 1em;
		border: solid 5px #ffb3b3;
		text-align: center;
		margin-bottom: 60px;
	}
}

.pickup-point-golf_second_title {
	margin-top: 30px;
	font-size: 24px;
	color: #da4c4c;
	font-weight: 900;
	text-align: center;
	display: inline;
	background: linear-gradient(transparent 50%, #fff443 50%);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0 4px;
	text-shadow:
		-1.5px -1.5px 0 #fff,
		1.5px -1.5px 0 #fff,
		-1.5px 1.5px 0 #fff,
		1.5px 1.5px 0 #fff;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf_second_title {
		font-size: 16px;
		display: inline;
		background: linear-gradient(transparent 50%, #fff443 50%);
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		padding: 0 4px;
		text-shadow:
			-1px -1px 0 #fff,
			1px -1px 0 #fff,
			-1px 1px 0 #fff,
			1px 1px 0 #fff;
	}
}

.sp_pickup-point-golf_second_title {
	display: none;
}

@media only screen and (max-width: 750px) {
	.sp_pickup-point-golf_second_title {
		display: block;
	}
}

.pickup-point-golf_second_flex {
	display: flex;
	padding: 10px 0 30px;
	align-items: end;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf_second_flex {
		display: block;
	}
}

.pickup-point-golf_second_left {
	width: 57%;
	padding-right: 10px;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf_second_left {
		width: auto;
		padding: 0;
	}
}

.pickup-point-golf_second_left p:first-of-type {
	padding: 0 10px;
	text-align: left;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf_second_left p:first-of-type {
		font-size: 14px;
	}
}


/* table */
.pickup-point-golf_second_box {
	background-color: #eff8fe;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	border-radius: 10px;
	padding: 15px 0px;
	margin-top: 25px;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf_second_box {
		margin-top: 15px;
	}
}

.pickup-point-golf_second_box>p>span {
	font-weight: bold;
}

.pickup-point-golf_second_table {
	border-collapse: collapse;
	border: 1px solid #00253c;
	margin: 10px 0;
}

.pickup-point-golf_second_table th {
	border: 1px solid #00253c;
	background: #cee8f8;
	padding: 10px;
	font-weight: bold;
}

.pickup-point-golf_second_table td {
	border: 1px solid #00253c;
	padding: 10px;
	background-color: #fff;
	font-weight: bold;
}

.pickup-point-golf_second_table_text {
	font-size: 12px;
}

/* UPF(紫外線保護係数) 試験結果 */
.pickup-point-golf_second_right {
	flex: 1;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	margin-top: 25px;
}

@media only screen and (max-width: 750px) {
	.pickup-point-golf_second_right {
		font-size: 14px;
	}
}


.pickup-point-golf_second_right img {
	width: 200px;
	height: auto;
	margin: 16px 0;
}

.pickup-point-golf_second_right>p>span {
	font-weight: bold;
	color: #da4c4c;
	text-decoration: underline;
	text-decoration-color: #da4c4c;
}

.pickup-point-golf_second_right>p>span a:hover {
	opacity: .5;
	color: #da4c4c;
	text-decoration: none;
}

.pickup-point-golf_second_table_wrapper {
	width: 100%;
	margin-top: 10px;
	border: solid 1px #00253c;
	padding: 0;
}

.pickup-point-golf_second_table2 {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.pickup-point-golf_second_table2 th,
.pickup-point-golf_second_table2 td {
	border: none;
	padding: 3px 8px;
	text-align: left;
}

.pickup-point-golf_second_table2 th {
	font-weight: bold;
	background-color: #00253c;
	color: #fff;
	border-bottom: 1px solid #00253c;
}

.pickup-point-golf_second_table2 td span {
	font-style: italic;
	font-weight: bold;
	color: #da4c4c;
}

.pickup-point-golf_second_td {
	font-size: 12px;
}

/* 事例 */
.golfcap_example_tone {
	margin: 0 0 20px;
}

@media only screen and (max-width: 750px) {
	.golfcap_example_tone {
		border-top: 1px solid #16a5ff;
		position: relative;
		display: block !important;
	}
}

.golfcap_example_tone2 {
	margin: 20px 0;
}

@media only screen and (max-width: 750px) {
	.golfcap_example_tone2 {
		border-top: 1px solid #16a5ff;
		position: relative;
		display: block !important;
	}
}

.golfcap_example_img {
	width: 100%;
	height: auto;
}

.golfcap_example_title {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background: linear-gradient(transparent 50%, #fff443 50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
	.golfcap_example_title {
		font-size: 14px;
		display: inline;
		background: linear-gradient(transparent 50%, #fff443 50%);
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}

	.golfcap_example_box {
		margin-top: 15px;
	}
}

.golfcap_example_text {
	margin-top: 4px;
}

@media only screen and (max-width: 750px) {
	.golfcap_example_text {
		font-size: 14px;
	}
}

.pickup-point-golf_second_table2 .golfcap_example_span {
	font-weight: bold;
	color: #00253c;
}

@media only screen and (max-width: 750px) {
	.golfcap_example_box .pickup-point-golf_second_table_wrapper .pickup-point-golf_second_table2 {
		font-size: 13px;
	}
}

/* ----- エプロン　用途別 ----- */
/*  園芸店・花屋 */
.pickup-point-flower__hdg {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 750px) {
	.pickup-point-flower__hdg {
		font-size: 18px;
		align-items: revert;
		padding-bottom: 15px;
	}
}

.pickup-point-flower__hdg::before {
	content: url(/html/template/KilamekApparel/assets/img/apron/porpose/flower/flower_icon.png);
	display: inline-block;
	padding-right: 10px;
}

@media only screen and (max-width: 750px) {
	.pickup-point-flower__hdg::before {
		content: "";
		display: inline-block;
		background-image: url(/html/template/KilamekApparel/assets/img/apron/porpose/flower/flower_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 22px;
		height: 22px;
		margin-right: 10px;
		vertical-align: middle;
	}
}

.flower_example_span td span {
	color: #00253c !important;
}

/* 飲食店・カフェ */
.pickup-point-restaurant__hdg {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 750px) {
	.pickup-point-restaurant__hdg {
		font-size: 18px;
		align-items: revert;
		padding-bottom: 15px;
	}
}

.pickup-point-restaurant__hdg::before {
	content: url(/html/template/KilamekApparel/assets/img/apron/porpose/restaurant/restaurant_icon.png);
	display: inline-block;
	padding-right: 10px;
}

@media only screen and (max-width: 750px) {
	.pickup-point-restaurant__hdg::before {
		content: "";
		display: inline-block;
		background-image: url(/html/template/KilamekApparel/assets/img/apron/porpose/restaurant/restaurant_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 22px;
		height: 22px;
		margin-right: 10px;
		vertical-align: middle;
		margin-top: 1%;
	}
}