@charset "utf-8";

/* ========================================================================
		style.css
======================================================================== */
/* common parts --------------------------------------------*/
/* 2col layout*/
.contents_wrap {
	/*margin-top: 25px;*/
	padding: 0 20px;
}

.page_top .contents_wrap {
	margin-top: 25px;
}

.contents_wrap>.contents_wrap_inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.page_top .contents_wrap>.contents_wrap_inner {
	max-width: 1100px;
}

.contents_wrap>.contents_wrap_inner main {
	width: calc(100% - 300px);
}

.contents_wrap>.contents_wrap_inner aside {
	width: 240px;
}

.contents_wrap>.contents_wrap_inner aside .contact {
	color: #606060;
	text-align: center;
	background: var(--color-yellow);
	border-radius: 18px;
	max-width: 500px;
	margin: 0 auto 25px;
	padding: 15px;
}

.contents_wrap>.contents_wrap_inner aside .contact .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 12px;
}

.contents_wrap>.contents_wrap_inner aside .contact a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #606060;
	letter-spacing: 1px;
	max-width: 220px;
	margin: 0 auto;
	padding: 0 5px;
}

.contents_wrap>.contents_wrap_inner aside .contact a+a {
	margin-top: 10px;
}

.contents_wrap>.contents_wrap_inner aside .contact a.mailform,
.contents_wrap>.contents_wrap_inner aside .contact a.sample {
	font-size: 14px;
	border-radius: 100px;
	background: #fff;
	padding: 5px;
}

.contents_wrap>.contents_wrap_inner aside .contact a .arrow {
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

.contents_wrap>.contents_wrap_inner aside .box_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contents_wrap>.contents_wrap_inner aside .subcol_cat {
	background: #fff;
	border-radius: 18px;
	margin-bottom: 25px;
	overflow: hidden;
}

.contents_wrap>.contents_wrap_inner aside a.cat_title {
	position: relative;
	display: block;
	font-weight: 700;
	color: #fff;
	line-height: 120%;
	background: var(--color-green);
	padding: 15px 20px;
	overflow: hidden;
}

.contents_wrap>.contents_wrap_inner aside a.cat_title+a.cat_title {
	border-top: 1px solid #fff;
}

.contents_wrap>.contents_wrap_inner aside a.cat_title::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	width: 6px;
	height: 10px;
	background-image: url(../../img/common/arrow_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.contents_wrap>.contents_wrap_inner aside .cat_wrap {
	padding: 15px 15px 20px 20px;
}

.contents_wrap>.contents_wrap_inner aside .cat_wrap+.cat_wrap {
	padding: 15px;
}

.contents_wrap>.contents_wrap_inner aside .cat_wrap a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	padding: 9px 12px 9px 0;
}

.contents_wrap>.contents_wrap_inner aside .cat_wrap .cat_child_title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-green);
}

.contents_wrap>.contents_wrap_inner aside .cat_wrap a+a {}

.contents_wrap>.contents_wrap_inner aside .cat_wrap a::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 0;
	width: 6px;
	height: 10px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.contents_wrap>.contents_wrap_inner aside .cat_wrap a.external_link::after {
	background-image: url(../../img/common/external_link.svg);
	top: calc(50% - 5px);
	right: 0;
	width: 10px;
	height: 10px;

}



.contents_wrap>.contents_wrap_inner aside .cat_wrap .item_link+.cat_child_title {
	position: relative;
	margin-top: 20px;
}

.contents_wrap>.contents_wrap_inner aside .cat_wrap .item_link+.cat_child_title::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	height: 1px;
	width: 100%;
	background: var(--color-green);
}

.contents_wrap>.contents_wrap_inner aside .subcol_cat .guide {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	border-radius: 18px;
	padding: 15px;
}

.contents_wrap>.contents_wrap_inner aside .subcol_cat .guide::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	width: 6px;
	height: 10px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1000px) {
	.contents_wrap>.contents_wrap_inner main {
		width: calc(100% - 220px);
	}

	.contents_wrap>.contents_wrap_inner aside {
		width: 200px;
	}
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 950px) {
	.contents_wrap>.contents_wrap_inner {
		flex-wrap: wrap;
	}

	.contents_wrap>.contents_wrap_inner main {
		order: 1;
		width: 100%;
		margin-bottom: 50px;
	}

	.contents_wrap>.contents_wrap_inner aside {
		order: 2;
		width: 100%;
	}

	main .contact_area.pc {
		display: none;
	}
}

.anchor_adjust {
	margin-top: -100px;
	padding-top: 100px;
}

@media screen and (max-width: 767px) {
	.anchor_adjust {
		margin-top: -80px;
		padding-top: 80px;
	}
}

/* modal */
.lity-wrap {
	padding: 20px;
}

.lity-container {
	width: 1000px !important;
	background: #fff;
	overflow-y: auto;
	border-radius: 10px;
}

.lity-container .lity-content {}

.lity-container .lity-content::after {
	box-shadow: none;
}

.lity-container .lity-content .item_price_detail {
	max-height: 100% !important;
}

.lity-close {
	top: 20px !important;
	right: 20px !important;
	font-size: 35px !important;
	width: 35px !important;
	height: 35px !important;
	background: var(--color-green) !important;
	text-shadow: none !important;
}

a.t_deco_underline {
	text-decoration: underline;
	text-underline-offset: 3px;
}

a.t_deco_underline:hover {
	text-decoration: none;
}

/* top --------------------------------------------*/
.mv {
	background: #fff;
	overflow-x: hidden;
	padding: 30px 40px 25px;
}

.mv .inner {
	position: relative;
	max-width: 900px;
	margin: 0 auto 20px;
}

.mv .inner img {
	width: 100%;
}

.swiper-mv {
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 1;
}

.mv .swiper-pagination-bullet-active {
	background: #fff;
}

.mv .swiper-button-prev,
.mv .swiper-button-next {
	background-image: none;
	mix-blend-mode: multiply;
	width: 60px;
	margin-top: -30px;
}

.mv .swiper-button-next {
	right: -40px;
}

.mv .swiper-button-prev {
	left: -40px;
}

.mv_txt_btm {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.mv_txt_btm .t_red {
	display: inline-block;
	color: #ff3232;
}

@media (max-width: 1000px) {

	.mv .swiper-button-prev,
	.mv .swiper-button-next {
		width: 40px;
		margin-top: -20px;
	}

	.mv .swiper-button-next {
		right: -30px;
	}

	.mv .swiper-button-prev {
		left: -30px;
	}
}

@media screen and (max-width: 767px) {
	.mv {
		padding: 15px 30px 20px;
	}

	.mv .inner {
		margin-bottom: 10px;
	}

	.mv .swiper-button-next {
		right: -25px;
	}

	.mv .swiper-button-prev {
		left: -25px;
	}

	.mv_txt_btm {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.mv_txt_btm .t_red {
		font-size: 18px;
		display: inline-block;
		color: #ff3232;
	}

	.mv .searchform {
		margin: 0 auto;
	}
}

/* slider news */
.news_wrap {
	background: var(--color-green);
	padding: 22px 20px;
}

.news_wrap .inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.news_wrap .swiper-news {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

.news_wrap .swiper-news .swiper-slide>a {
	display: flex;
	align-items: center;
	gap: 30px;
	color: #fff;
	padding-right: 80px;
}

.news_wrap .swiper-news .swiper-slide a .date {
	font-size: 10px;
	letter-spacing: 2px;
	width: 82px;
	padding-top: 3px;
}

.news_wrap .swiper-news .swiper-slide a .news_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	font-size: 14px;
	letter-spacing: 1px;
	width: calc(100% - 82px);
}

.news_wrap .swiper-button-prev,
.news_wrap .swiper-button-next {
	position: absolute;
	top: 4px;
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
	margin-top: 0;
}

.news_wrap .swiper-button-prev {
	background-image: url(../../img/top/arrow_white.svg);
	right: 52px;
	left: unset;
	transform: rotate(180deg);
}

.news_wrap .swiper-button-next {
	background-image: url(../../img/top/arrow_white.svg);
	right: 0;
}

.news_wrap .swiper-pagination-fraction {
	position: absolute;
	top: 4px;
	right: 22px;
	bottom: unset;
	left: unset;
	display: inline-flex;
	align-items: center;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	width: auto;
}

@media screen and (max-width: 767px) {
	.news_wrap {
		position: relative;
		padding: 10px 0px;
	}

	.news_wrap .inner {
		position: inherit;
		padding: 0;
	}

	.news_wrap .swiper-news {
		position: inherit;
		padding: 0;
	}

	.news_wrap .swiper-news .swiper-slide>a {
		position: relative;
		z-index: 1;
		flex-wrap: wrap;
		gap: 5px;
		padding-right: 0px;
		padding: 0 50px;
	}

	.news_wrap .swiper-news .swiper-slide a .date {
		width: 100%;
		padding-top: 0px;
	}

	.news_wrap .swiper-news .swiper-slide a .news_title {
		font-size: 13px;
		width: 100%;
	}

	.news_wrap .swiper-button-prev,
	.news_wrap .swiper-button-next {
		z-index: 2;
		top: 0;
		width: 30px;
		height: 30px;
		background-size: 10px 10px;
	}

	.news_wrap .swiper-button-prev {
		right: unset;
		left: 10px;
	}

	.news_wrap .swiper-button-next {
		right: 10px;
	}

	.news_wrap .swiper-pagination-fraction {
		display: none;
	}
}

/* sct_top_block */
.sct_top_block+.sct_top_block {
	margin-top: 60px;
}

.sct_top_block .title_l {
	font-size: 26px;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
	background: var(--color-green);
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 10px 20px;
}

.sct_top_block img {
	max-width: 100%;
}

.sct_top_block .recommend_top {
	margin-bottom: 15px;
}

.sct_top_block .flex_recommend {
	gap: 15px;
}

.sct_top_block .flex_recommend a {
	width: 100%;
}

.sct_top_block .flex_recommend img {
	width: 100%;
}

/* sct_top_item_cat */
.sct_top_item_cat .title_l {
	margin-bottom: 20px;
}

.sct_top_item_cat .lead {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.sct_top_block .bg_white {
	border-radius: 10px;
	background: #fff;
	padding: 40px 20px 40px;
	overflow: hidden;
}

.sct_top_block .bg_white+.bg_white {
	margin-top: 15px;
}

.sct_top_block .title_l_type1 {
	margin-bottom: 40px;
}

.sct_top_block .title_l_type1 span {
	padding: 5px 50px;
}

.sct_top_block .title_l_type1 .txt_s {
	font-size: 14px;
	letter-spacing: 0;
}

.sct_top_block .title_l_type1 .txt_l {
	font-size: 22px;
}

.sct_top_block .flex_wbs {
	gap: 20px;
}

.sct_top_block .flex_wbs .col_l {
	width: 46%;
}

.sct_top_block .flex_wbs .col_l img {
	width: 100%;
	max-width: 345px;
}

.sct_top_block .flex_wbs .col_r {
	position: relative;
	width: calc(54% - 20px);
	padding: 0 0 50px 0;
}

.sct_top_block .flex_wbs .col_r p {
	font-size: 14px;
	line-height: 180%;
}

.sct_top_block .flex_wbs .col_r a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #ff8c82;
	align-items: center;
	border-radius: 100px;
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	padding: 12px 10px;
}

.sct_top_block .flex_wbs .col_r a svg {
	margin-left: 12px;
}

.sct_top_block .grid_wb_kb {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.sct_top_block .grid_wb_other {
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.sct_top_block .grid_wb_other a {
	background: var(--color-beige);
	border-radius: 8px;
	overflow: hidden;
}

.sct_top_block .grid_wb_other a .txt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	min-height: 60px;
	padding: 0 25px 0 15px;
}

.sct_top_block .grid_wb_other a .txt svg {
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}

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

	/* sct_top_block */
	.sct_top_block+.sct_top_block {
		margin-top: 50px;
	}

	.sct_top_block .title_l {
		font-size: 22px;
		margin-bottom: 25px;
		padding: 8px 15px;
	}

	.sct_top_block .recommend_top {
		margin-bottom: 15px;
	}

	.sct_top_block .flex_recommend {
		flex-wrap: wrap;
		gap: 15px;
	}

	/* sct_top_item_cat */
	.sct_top_item_cat .title_l {
		margin-bottom: 20px;
	}

	.sct_top_item_cat .lead {
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}

	.sct_top_block .bg_white {
		padding: 30px 15px 20px;
	}

	.sct_top_block .bg_white+.bg_white {
		margin-top: 15px;
	}

	.sct_top_block .title_l_type1 {
		margin-bottom: 30px;
	}

	.sct_top_block .title_l_type1 span {
		padding: 5px 30px;
	}

	.sct_top_block .title_l_type1 .txt_s {
		font-size: 13px;
		letter-spacing: 0;
	}

	.sct_top_block .title_l_type1 .txt_l {
		font-size: 20px;
	}

	.sct_top_block .flex_wbs {
		flex-wrap: wrap;
		gap: 15px;
	}

	.sct_top_block .flex_wbs .col_l {
		width: 100%;
	}

	.sct_top_block .flex_wbs .col_l img {
		width: 100%;
		max-width: 345px;
		margin: 0 auto;
	}

	.sct_top_block .flex_wbs .col_r {
		position: relative;
		width: 100%;
		padding: 0 0 0px 0;
	}

	.sct_top_block .flex_wbs .col_r p {
		font-size: 15px;
		line-height: 180%;
		margin-bottom: 20px;
	}

	.sct_top_block .flex_wbs .col_r a {
		position: relative;
		bottom: unset;
		right: unset;
		margin: 0 auto;
	}

	.sct_top_block .grid_wb_kb {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.sct_top_block .grid_wb_other {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

/* sct_top_select */
.sct_top_select .image_sale {
	margin-bottom: 15px;
}

.sct_top_block .grid_select {
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.sct_top_block .grid_select a {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.sct_top_block .grid_select a .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.5;
	min-height: 75px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	padding: 0 25px 0 15px;
}

.sct_top_block .grid_select a .txt svg {
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}

@media screen and (max-width: 767px) {
	.sct_top_select .image_sale {
		margin-bottom: 15px;
	}

	.sct_top_block .grid_select {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.sct_top_block .grid_select a .txt {
		font-size: 14px;
		letter-spacing: 0;
		min-height: 65px;
		width: 100%;
		background: rgba(0, 0, 0, .5);
		padding: 5px 20px 5px 10px;
	}

	.sct_top_block .grid_select a .txt svg {
		position: absolute;
		top: calc(50% - 5px);
		right: 8px;
	}
}

/* sct_top_lineup */
.sct_top_lineup {
	margin-bottom: 50px;
}

.sct_top_lineup .lead {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

.sct_top_lineup .grid_lineup {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

.sct_top_lineup figure figcaption {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-top: 15px;
}

.sct_top_lineup .point {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-green);
	letter-spacing: 1px;
	line-height: 1.7;
	text-align: center;
	padding-bottom: 50px;
}

.sct_top_lineup .point .txt_l {
	font-size: 28px;
}

.sct_top_lineup .title_m {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}

.sct_top_lineup .block_slide {
	border-top: 1px solid var(--color-green-light);
	padding: 50px 0;
}

/* item slider */
.sct_top_block .swiper-item {
	position: relative;
	/*
		overflow: hidden;
		*/
}

.sct_top_block .swiper-item .swiper-wrapper {}

.sct_top_block .swiper-slide {
	height: auto;
	width: 100%;
	max-width: 275px;
}

.sct_top_block .swiper-button-prev,
.sct_top_block .swiper-button-next {
	background-image: none;
	mix-blend-mode: multiply;
	width: 50px;
	margin-top: -25px;
}

.sct_top_block .swiper-button-next {
	right: 0px;
}

.sct_top_block .swiper-button-prev {
	left: 0px;
}

.sct_top_block .swiper-slide a {
	position: relative;
	background: var(--color-beige);
	background: var(--color-green-light);
	border-radius: 10px;
	height: 100%;
	padding: 15px 15px 50px;
}

.sct_top_block .swiper-slide a .image {
	margin: 0 0 10px 0;
}

.sct_top_block .swiper-slide a .image img {
	margin: 0;
}

.sct_top_block .swiper-slide a .item_title {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	border: none;
	margin: 0 0 8px 0;
	padding: 0;
}

.sct_top_block .swiper-slide a .item_price {
	font-family: "DM Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--color-red);
	text-align: right;
}

.sct_top_block .swiper-slide a .item_price .txt_s {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: 3px;
}

.sct_top_block .swiper-slide .caption {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #fff;
	width: 90px;
	height: 20px;
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
}

.sct_top_block .swiper-slide .caption svg {
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}

.sct_top_block .link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--color-green);
	line-height: 1.5;
	text-align: center;
	border: 1px solid var(--color-green);
	border-radius: 100px;
	width: 100%;
	max-width: 440px;
	min-height: 80px;
	margin: 40px auto 0;
	padding: 15px 40px;
}

.sct_top_block .link_btn::before {
	content: '';
	position: absolute;
	right: 30px;
	width: 10px;
	height: 18px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.sct_top_lineup {
		margin-bottom: 40px;
	}

	.sct_top_lineup .lead {
		font-size: 15px;
		text-align: left;
		margin-bottom: 20px;
	}

	.sct_top_lineup .grid_lineup {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		margin-bottom: 25px;
	}

	.sct_top_lineup figure figcaption {
		font-size: 13px;
		text-align: left;
		margin-top: 10px;
	}

	.sct_top_lineup .point {
		font-size: 16px;
		padding-bottom: 30px;
	}

	.sct_top_lineup .point .txt_l {
		font-size: 24px;
	}

	.sct_top_lineup .title_m {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.sct_top_lineup .block_slide {
		border-top: 1px solid var(--color-green-light);
		padding: 30px 0;
	}

	/* item slider */
	.sct_top_block .swiper-slide {
		max-width: 260px;
	}

	.sct_top_block .swiper-button-prev,
	.sct_top_block .swiper-button-next {
		background-image: none;
		mix-blend-mode: multiply;
		width: 30px;
		margin-top: -15px;
	}

	.sct_top_block .swiper-button-next {
		right: 10px;
	}

	.sct_top_block .swiper-button-prev {
		left: 10px;
	}

	.sct_top_block .swiper-slide a {
		width: 100%;
		padding: 15px 15px 40px;
	}

	.sct_top_block .swiper-slide a .image {
		margin: 0 0 10px 0;
	}

	.sct_top_block .swiper-slide a .image img {
		margin: 0;
	}

	.sct_top_block .swiper-slide a .item_title {
		font-size: 14px;
		font-weight: 700;
		line-height: 150%;
		border: none;
		margin: 0 0 8px 0;
		padding: 0;
	}

	.sct_top_block .swiper-slide .caption {
		font-size: 13px;
		/*width: 90px;*/
		width: calc(100% - 30px);
		height: 24px;
		bottom: 10px;
		padding-bottom: 1px;
	}

	.sct_top_block .swiper-slide .caption svg {
		top: 1px;
		margin: 0 0 0 8px;
	}

	.sct_top_block .link_btn {
		font-size: 15px;
		max-width: 100%;
		min-height: 80px;
		margin: 25px auto 0;
		padding: 15px 25px 15px 15px;
	}

	.sct_top_block .link_btn::before {
		right: 15px;
	}
}

/* compatible */
.compatible {
	background: var(--color-green-light);
	border-radius: 10px;
	padding: 20px 15px;
}

.compatible .title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.compatible .title img {
	margin-right: 10px;
}

.compatible>.flex {
	gap: 15px;
}

.compatible>.flex .flex_item {
	flex: 1;
}

.compatible>.flex .flex_item .bg_yellow {
	position: relative;
	background: #fde433;
	border-radius: 10px 10px 0 0;
	margin-bottom: 90px;
	padding: 20px 15px 0;
}

.compatible>.flex .flex_item .bg_yellow .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.compatible>.flex .flex_item .bg_yellow .txt_mid {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 14px;
}

.compatible>.flex .flex_item .bg_yellow .txt_indent {
	font-size: 12px;
	line-height: 1.5;
	text-indent: -15px;
	min-height: 72px;
	padding-left: 20px;
}

.compatible>.flex .flex_item .bg_yellow img {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.compatible>.flex .flex_item .bg_white {
	max-width: 500px;
	margin: 0 auto;
	padding: 15px 15px 0;
}

.compatible>.flex .flex_item .bg_white a {
	position: relative;
	padding-bottom: 40px;
}

.compatible>.flex .flex_item .bg_white a+a {
	border-top: 1px solid var(--color-green);
	padding-top: 10px;
}

.compatible>.flex .flex_item .bg_white a .txt_top {
	font-size: 13px;
	margin-bottom: 8px;
}

.compatible>.flex .flex_item .bg_white a .image {
	margin-bottom: 12px;
}

.compatible>.flex .flex_item .bg_white a .image img {
	width: 100%;
}

.compatible>.flex .flex_item .bg_white a .item_title {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

.compatible>.flex .flex_item .bg_white a .item_price {
	font-size: 20px;
	font-weight: 700;
	color: #ff3232;
	line-height: 1.4;
	margin-bottom: 10px;
}

.compatible>.flex .flex_item .bg_white a .item_price .txt_s {
	display: inline-block;
	font-size: 65%;
	letter-spacing: 1px;
	margin-left: 3px;
}

.compatible>.flex .flex_item .bg_white a .caption {
	position: absolute;
	bottom: 15px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #fff;
	width: 90px;
	height: 20px;
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
	padding-bottom: 1px;
}

.compatible>.flex .flex_item .bg_white a .caption svg {
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 900px) {
	.compatible>.flex {
		flex-wrap: wrap;
		gap: 30px;
	}

	.compatible>.flex .flex_item {
		flex: inherit;
		width: 100%;
	}

	.compatible>.flex .flex_item .bg_yellow {
		margin-bottom: 90px;
		max-width: 350px;
		margin: 0 auto 120px;
	}

	.compatible>.flex .flex_item .bg_yellow .txt_indent {
		min-height: auto;
	}

	.compatible>.flex .flex_item .bg_white a {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.compatible {
		background: var(--color-green-light);
		border-radius: 10px;
		padding: 20px 15px 15px;
	}

	.compatible>.title {
		font-size: 18px;
		line-height: 1.3;
		text-align: left;
		margin-bottom: 25px;
	}

	.compatible>.flex {
		gap: 35px;
	}

	.compatible>.flex .flex_item .bg_yellow {
		margin: 0 auto 50px;
	}

	.compatible>.flex .flex_item .bg_white a .caption {
		font-size: 13px;
		width: 100%;
		height: 24px;
	}
}

/* wbkabekake */
.bg_white.wbkabekake {
	padding-bottom: 40px;
}

.bg_white.wbkabekake .lead .t_left {
	text-align: left;
}

.bg_white.wbkabekake .lead .t_bold {
	font-weight: 700;
	margin-bottom: 5px;
}

.bg_white.wbkabekake .lead p+.t_bold {
	margin-top: 16px;
}

.wbkabekake .swiper-item {
	margin-bottom: 40px;
}

.wbkabekake .flex_recommend {
	margin-bottom: 45px;
}

.wbkabekake .flex_recommend a.flex_item {
	position: relative;
	background: var(--color-beige);
	border-radius: 10px;
	padding: 20px 15px 45px;
}

.wbkabekake .flex_recommend a.flex_item .flex {
	gap: 20px;
	margin-bottom: 10px;
}

.wbkabekake .flex_recommend a.flex_item .flex .image {
	width: 35%;
}

.wbkabekake .flex_recommend a.flex_item .flex .txt {
	width: 65%;
	font-weight: 700;
	line-height: 1.4;
}

.wbkabekake .flex_recommend a.flex_item .flex .txt .txt_s {
	font-size: 12px;
	margin-bottom: 3px;
}

.wbkabekake .flex_recommend a.flex_item .flex .txt .txt_l {
	font-size: 18px;
	margin-bottom: 8px;
}

.wbkabekake .flex_recommend a.flex_item .flex .txt .item_price {
	font-size: 20px;
	color: var(--color-red);
	line-height: 1.3;
}

.wbkabekake .flex_recommend a.flex_item>p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.wbkabekake .flex_recommend a.flex_item .caption {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #fff;
	width: 90px;
	height: 20px;
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
}

.wbkabekake .flex_recommend a.flex_item .caption svg {
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}

.wbkabekake ul {
	max-width: 600px;
	margin: 0 auto 40px;
}

.wbkabekake ul li {
	position: relative;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 0 20px;
}

.wbkabekake ul li::before {
	content: '✓';
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-green);
}

.wbkabekake ul li+li {
	margin-top: 8px;
}

.wbkabekake ul+p {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.sct_top_block .bg_white .btn_wrap {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.sct_top_block .bg_white .btn_wrap .link_btn {
	max-width: 320px;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 900px) {
	.wbkabekake .flex_recommend {
		flex-wrap: wrap;
		max-width: 500px;
		margin: 0 auto 35px;
	}

	.wbkabekake .flex_recommend a.flex_item .flex {
		width: 100%;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.bg_white.wbkabekake {
		padding-bottom: 20px;
	}

	.wbkabekake .swiper-item {
		margin-bottom: 40px;
	}

	.wbkabekake .flex_recommend {
		margin-bottom: 35px;
	}

	.wbkabekake .flex_recommend a.flex_item {
		padding: 20px 15px 45px;
	}

	.wbkabekake .flex_recommend a.flex_item .flex {}

	.wbkabekake .flex_recommend a.flex_item .flex .image {
		width: 30%;
	}

	.wbkabekake .flex_recommend a.flex_item .flex .txt {
		width: 70%;
		line-height: 1.4;
	}

	.wbkabekake .flex_recommend a.flex_item .flex .txt .txt_s {
		font-size: 12px;
		margin-bottom: 3px;
	}

	.wbkabekake .flex_recommend a.flex_item .flex .txt .txt_l {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.wbkabekake .flex_recommend a.flex_item .flex .txt .item_price {
		font-size: 18px;
		line-height: 1.2;
	}

	.wbkabekake .flex_recommend a.flex_item>p {
		font-size: 15px;
		line-height: 1.7;
	}

	.wbkabekake .flex_recommend a.flex_item .caption {
		bottom: 15px;
		font-size: 13px;
		width: calc(100% - 30px);
		height: 24px;
		border-radius: 100px;
		margin: 15px 0 0 auto;
	}

	.wbkabekake .flex_recommend a.flex_item .caption svg {
		position: relative;
		top: 1px;
		margin: 0 0 0 10px;
	}

	.wbkabekake ul {
		max-width: 600px;
		margin: 0 auto 30px;
	}

	.wbkabekake ul li {
		font-size: 15px;
	}

	.wbkabekake ul li+li {
		margin-top: 8px;
	}

	.wbkabekake ul+p {
		font-size: 15px;
		text-align: left;
	}

	.sct_top_block .bg_white .btn_wrap {
		gap: 15px;
	}

	.sct_top_block .bg_white .btn_wrap .link_btn {
		margin-top: 25px;
	}
}

/* common page lower ----------------------------*/
.page_lower .mv_lower {
	background-image: url(../../img/common/mv_lower.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.page_lower .mv_lower .inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	padding: 20px;
}

.page_lower .mv_lower .inner .title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	.page_lower .mv_lower .inner {
		min-height: 80px;
		padding: 20px 15px;
	}

	.page_lower .mv_lower .inner .title {
		font-size: 20px;
		line-height: 1.2;
	}
}

/* 商品ページ -----------------------------------------------*/
.page_single_item img {
	max-width: 100%;
}

.page_single_item .cat {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 110%;
	background: #8ccd7b;
	border-radius: 50px;
	margin-bottom: 15px;
	padding: 8px 15px 7px;
}

.page_single_item .cat a {
	color: #fff;
}

.page_single_item .item_title {
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page_single_item .item_title .list_code_item {
	position: relative;
	display: inline-block;
	font-size: 70%;
	font-weight: 500;
	color: #606060;
	color: #777777;
	margin-left: 26px;
}

.page_single_item .item_title .list_code_item::before {
	content: '';
	position: absolute;
	left: -17px;
	top: 50%;
	height: 1px;
	width: 10px;
	background: #777777;
}

.page_single_item .tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	margin-bottom: 25px;
}

.page_single_item .main_info {
	gap: 40px;
	margin-bottom: 45px;
}

.page_single_item .main_info .image {
	flex: 1;
}

.page_single_item .main_info .txt {
	flex: 1;
}

.page_single_item .main_info .txt .feature {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
}

.page_single_item .main_info .txt .feature img {
	width: 50px;
}

.page_single_item .main_info .txt .item_outline {
	font-size: 14px;
	font-weight: 500;
	line-height: 180%;
	margin-bottom: 20px;
}

.page_single_item .main_info .txt .item_price {
	font-size: 28px;
	font-weight: 700;
	color: #fd3232;
	letter-spacing: 1px;
	text-align: right;
}

.page_single_item .main_info .txt .item_price .txt_s {
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
}

.page_single_item .main_info .txt .item_price .txt_m {
	font-size: 20px;
}

.page_single_item .main_info .txt .item_price a {
	font-size: 18px;
	color: #fd3232;
	letter-spacing: 1px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.page_single_item .main_info .txt .item_price a:hover {
	text-decoration: none;
}

.page_single_item .main_info .txt .item_delivery_date {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	margin-top: 22px;
	padding: 8px 10px 8px;
}

.page_single_item .main_info .txt .item_delivery_date span.label {
	display: block;
	font-weight: 500;
	text-align: center;
	width: 70px;
	background: var(--color-beige);
	margin: -15px auto 4px;
}

.page_single_item .main_info .txt .item_delivery_date span.txt_s {
	font-size: 10px;
}

.page_single_item .btn_wrap {
	text-align: center;
	margin-bottom: 45px;
}

.page_single_item .btn_wrap .link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #606060;
	background: var(--color-yellow);
	width: 440px;
	height: 80px;
	border-radius: 100px;
	margin: 0 auto;
}

.page_single_item .btn_wrap .link_btn span {
	display: block;
}

.page_single_item .btn_wrap .link_btn span.txt_s {
	font-size: 16px;
	margin-bottom: 8px;
}

.page_single_item .btn_wrap .link_btn span.txt_m {
	font-size: 20px;
}

.page_single_item .btn_wrap .link_btn svg {
	position: absolute;
	top: 50%;
	right: 30px;
}

@media screen and (max-width: 767px) {
	.page_single_item .cat {
		font-size: 12px;
		line-height: 150%;
		margin-bottom: 15px;
		padding: 6px 15px 7px;
	}

	.page_single_item .item_title {
		font-size: 22px;
		line-height: 130%;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.page_single_item .tags {
		justify-content: flex-start;
		gap: 15px 25px;
		font-size: 12px;
		margin-bottom: 25px;
	}

	.page_single_item .main_info {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 30px;
	}

	.page_single_item .main_info .image {
		flex: inherit;
		width: 100%;
	}

	.page_single_item .main_info .txt {
		flex: inherit;
		width: 100%;
	}

	.page_single_item .main_info .txt .feature {
		gap: 8px;
		margin-bottom: 15px;
	}

	.page_single_item .main_info .txt .feature img {
		width: 46px;
	}

	.page_single_item .main_info .txt .item_outline {
		font-size: 15px;
		font-weight: 500;
		line-height: 180%;
		margin-bottom: 20px;
	}

	.page_single_item .main_info .txt .item_price {
		font-size: 26px;
	}

	.page_single_item .main_info .txt .item_price .txt_s {
		display: inline-block;
		font-size: 12px;
		margin-left: 5px;
	}

	.page_single_item .main_info .txt .item_price .txt_m {
		font-size: 18px;
	}

	.page_single_item .main_info .txt .item_delivery_date {
		margin-top: 25px;
	}

	.page_single_item .btn_wrap {
		margin-bottom: 45px;
	}

	.page_single_item .btn_wrap .link_btn {
		width: 100%;
		max-width: 440px;
		height: 70px;
	}

	.page_single_item .btn_wrap .link_btn span.txt_s {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.page_single_item .btn_wrap .link_btn span.txt_m {
		font-size: 18px;
	}

	.page_single_item .btn_wrap .link_btn svg {
		position: absolute;
		top: 50%;
		right: 20px;
	}
}

/* wp_edit_area style ------------------------------*/
/* custom block ----*/
.item-point-mark {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	width: 100%;
	/*
	height:180px;
	border:1px solid #dcdcdc;
	border-radius:10px;
	*/
	background: #fff;
	line-height: 210%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 10px;
	height: auto;
	min-height: 180px;
	border-radius: 45px;
	border: 2px solid var(--color-green);
	border-radius: 30px;
}

.item-point-mark::before {
	content: 'Point!';
	position: absolute;
	top: -15px;
	font-size: 14px;
	font-style: italic;
	color: var(--color-green);
	letter-spacing: 1px;
	width: 56px;
	height: 22px;
	background: #fff;
}

.item-point-mark .point_txt_s {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--color-green);
}

.item-point-mark .point_txt_l {
	font-size: 20px;
	font-weight: 700;
}

/* 商品ページボタン */
.wp-block-lazyblock-item-page-btn {
	height: 100%;
}

.wp-block-lazyblock-item-page-btn .item_page_btn {
	height: 100%;
}

.item_page_btn {
	display: flex !important;
	position: relative;
	z-index: 1;
	max-width: 600px;
	min-height: 115px;
	min-height: 100px;
	border-radius: 8px;
	background: var(--color-beige);
	overflow: hidden;
	margin: 0 auto;
}

.item_page_btn::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 25px;
	height: 100%;
	background: var(--color-green);
}

.item_page_btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto 0;
	z-index: 3;
	width: 8px;
	height: 12px;
	background-image: url(../../img/common/arrow_white.svg);
	background-repeat: no-repeat;
}

.item_page_btn .image {
	width: 36%;
}

.item_page_btn .image img {
	width: auto;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 !important;
}

.flex_col3 .item_page_btn .image img {
	object-position: right;
}

.item_page_btn .txt {
	width: 64%;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.5;
	padding: 12px 30px 9px 10px;
}

.item_page_btn .txt .btn_caption_l {
	font-size: 16px;
	font-weight: bold;
}

.item_page_btn .txt .btn_caption_s {
	font-size: 14px;
	font-weight: 500;
	margin-top: 6px;
}

.flex_col3 .item_page_btn .txt {
	font-size: 12px;
	padding: 10px 30px 9px 10px;
}

.flex_col3 .item_page_btn .txt .btn_caption_l {
	font-size: 13px;
}

.flex_col3 .item_page_btn .txt .btn_caption_s {
	font-size: 11px;
	margin: 0 0 2px;
}

@media screen and (max-width: 767px) {
	.flex_col2 .item_page_btn {
		min-height: 135px;
	}

	.flex_col3 .item_page_btn {
		min-height: 100px;
	}
}

/* 商品ページページ内リンクボタン */
.item_page_btn.item_page_anchor_link {
	border: 1px solid var(--color-green);
}

.item_page_btn.item_page_anchor_link::after {
	right: 9px;
	transform: rotate(135deg);
	background: none;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-green);
	border-right: 2px solid var(--color-green);
}

.item_page_btn.item_page_anchor_link::before {
	background: none;
}

/* 商品ページ３種類の施工方法 */
.wp-block-columns .icon_recommend {
	position: relative;
}

.wp-block-columns .icon_recommend:first-child::before {
	content: 'おすすめ!';
	position: absolute;
	top: -10px;
	left: calc(50% - 42px);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	background: var(--color-yellow);
	border-radius: 50px;
	width: 84px;
	height: 20px;
}

.wp-block-lazyblock-three-types {
	position: relative;
	height: 100%;
	line-height: 1.4;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 12px 10px 40px;
}

.item-three-types {}

.item-three-types .txt_main_wrap {
	background: var(--color-green-light);
	border-radius: 5px;
	margin-bottom: 18px;
	padding: 10px;
}

.item-three-types .txt_main_wrap .txt_main {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 10px;
}

.item-three-types .txt_main_wrap .flex {
	gap: 5px;
}

.item-three-types .txt_main_wrap .flex .label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	width: 35px;
	height: 22px;
	background: #fff;
}

.item-three-types .txt_main_wrap .flex p {
	font-size: 12px;
	line-height: 1.5;
	width: calc(100% - 40px);
	margin-bottom: 0;
}

.item-three-types .txt_caption {
	font-weight: 700;
	color: var(--color-green);
	text-align: center;
	margin-bottom: 14px;
}

.item-three-types p.txt_explanation {
	font-size: 13px !important;
	line-height: 1.7 !important;
	margin-bottom: 5px;
}

.item-three-types .btn_wrap {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	padding: 0 5px;
}

.item-three-types .btn_wrap a {
	font-size: clamp(10px, 1.3vw, 14px);
	font-weight: 500;
	color: #fff;
	background: var(--color-green);
	border-radius: 100px;
	padding: 5px 15px;
}

@media screen and (max-width: 950px) {
	.item-three-types .btn_wrap {}

	.item-three-types .btn_wrap a {
		font-size: 15px;
		background: var(--color-green);
		border-radius: 100px;
		padding: 5px 18px;
	}
}

@media screen and (max-width: 767px) {
	.item_page_btn {
		border-radius: 5px;
		/*min-height: inherit;*/
	}

	.item_page_btn::before {
		width: 15px;
	}

	.item_page_btn::after {
		right: 4px;
		z-index: 3;
		width: 6px;
		height: 10px;
	}

	.item_page_btn .image {
		width: 36%;
	}

	.item_page_btn .txt {
		padding: 10px 20px 10px 10px;
	}

	.item_page_btn .txt::after {
		width: 15px;
	}

	.item_page_btn .txt .btn_caption_l {
		font-size: 14px;
	}

	.item_page_btn .txt .btn_caption_s {
		font-size: 12px;
		margin-top: 4px;
	}

	/* 商品ページ３種類の施工方法 */
	.wp-block-lazyblock-three-types {
		padding: 15px 10px 35px;
	}

	.item-three-types .txt_main_wrap {
		margin-bottom: 12px;
		padding: 12px 10px 15px;
	}

	.item-three-types .txt_main_wrap .txt_main {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.item-three-types .txt_caption {
		font-weight: 700;
		text-align: center;
		margin-bottom: 8px;
	}

	.item-three-types p.txt_explanation {
		font-size: 14px !important;
		line-height: 1.7 !important;
		margin-bottom: 5px;
	}
}

/* // custom block --*/

.sct_single .wp_edit_area {
	font-weight: normal;
	max-width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 20px 20px 40px;
}
.sct_single .wp_edit_area mark {
	font-style: normal;
}
.sct_single .wp_edit_area sub {
	vertical-align: sub;
	font-size: 70%;
}

.sct_single .wp_edit_area img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.sct_single .wp_edit_area .inline_img_mb0 img {
	margin-bottom: 0;
}

.sct_single .wp_edit_area .mb0 {
	margin-bottom: 0 !important;
}

.sct_single .wp_edit_area figure {
	text-align: center;
	margin-bottom: 20px;
}

.sct_single .wp_edit_area figure img {
	margin-bottom: 0;
}

.sct_single .wp_edit_area figure figcaption {
	font-size: 15px;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	margin: 16px 0 0 0;
}

.sct_single .wp_edit_area figure.t_left figcaption {
	text-align: left;
}

.sct_single .wp_edit_area .strong_point {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid var(--color-green-light);
	border-radius: 10px;
	padding: 15px;
}

.sct_single .wp_edit_area .strong_point::before {
	content: '';
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
	width: 50px;
	height: 34px;
	background-image: url(../../img/item/icon_point.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.sct_single .wp_edit_area .title_use_ok_ng {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	border-bottom: 1px solid var(--color-green);
	padding-bottom: 12px;
}

.sct_single .wp_edit_area .title_use_ok_ng img {
	margin: 0;
}

.sct_single .wp_edit_area p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 20px;
}

.sct_single .wp_edit_area a mark {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sct_single .wp_edit_area h2,
.sct_single .wp_edit_area h3,
.sct_single .wp_edit_area h4,
.sct_single .wp_edit_area h5 {
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	line-height: 120%;
}

.sct_single .wp_edit_area h2 {
	/*	font-size: 24px;*/
	font-size: 26px;
	color: #fff;
	background: var(--color-green);
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 26px 20px;
}

.sct_single .wp_edit_area h2 sup {
	display: block;
	font-size: 75%;
	margin-bottom: 2px;
}

.sct_single .wp_edit_area .title_bg_black {
	position: relative;
	color: #fff !important;
	background: #333 !important;
}

/*
	.sct_single .wp_edit_area .title_bg_black::after {
	    content: '';
	    position: absolute;
	    top: 100%;
	    left: calc(50% - 15px);
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-right: 15px solid transparent;
	    border-left: 15px solid transparent;
	    border-top: 15px solid #000;
	    border-bottom: 0;
	}
*/
.sct_single .wp_edit_area .title_sub_txt_s {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
}

.sct_single .wp_edit_area h3 {
	/*	font-size: 22px;*/
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}

.sct_single .wp_edit_area h3 strong {
	background: linear-gradient(transparent 70%, var(--color-green-light) 0%);
}

.sct_single .wp_edit_area h4 {
	/*	font-size: 20px;*/
	font-size: 19px;
	/*	border-bottom: 2px solid var(--color-green);*/
	border-bottom: 1px solid var(--color-green);
	margin-bottom: 18px;
	padding-bottom: 6px;
}

.sct_single .wp_edit_area h5 {
	font-size: 18px;
	border-bottom: 1px dotted var(--color-green);
	margin-bottom: 15px;
	padding-bottom: 6px;
}

.sct_single .wp_edit_area .t_left {
	text-align: left;
}

.sct_single .wp_edit_area .bg_white_bd_gray {
	border: 1px solid var(--color-green-light2);
	border-radius: 10px;
	padding: 15px;
}

.sct_single .wp_edit_area .bg_white_bd_green_2px {
	border: 2px solid var(--color-green);
	border-radius: 10px;
	padding: 15px;
}

.sct_single .wp_edit_area .bg_white_bd_gray_dark {
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	padding: 15px;
}

.sct_single .wp_edit_area .bg_beige {
	background: var(--color-beige);
	border-radius: 10px;
	padding: 15px;
}

/* 該当する商品 */
.sct_single .wp_edit_area .bg_yellow {
	background: #ffffc9;
	border-radius: 10px;
	padding: 15px;
}

.sct_single .wp_edit_area .bg_yellow .item_page_btn {
	min-height: 90px;
}

/* リスト */
.sct_single .wp_edit_area ul {
	margin-bottom: 20px;
}

.sct_single .wp_edit_area li+li {
	margin-top: 15px;
}

.sct_single .wp_edit_area ul li {
	position: relative;
	line-height: 140%;
	padding-left: 15px;
}

.sct_single .wp_edit_area ul li:before {
	content: " ";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	font-size: 30px;
	background-color: var(--color-green);
}

/* チェックマークアイコンのリスト class名：checkmark_list */
.sct_single .wp_edit_area ul.checkmark_list {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.sct_single .wp_edit_area ul.checkmark_list li+li {
	margin-top: 20px;
}

.sct_single .wp_edit_area ul.checkmark_list li {
	font-size: 18px;
	font-weight: 500;
	padding-left: 25px;
}

.sct_single .wp_edit_area ul.checkmark_list li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 17px;
	height: 16px;
	border-radius: inherit;
	background-color: inherit;
	background-image: url(../../img/item/checkmark.svg);
	background-size: contain;
}

.sct_single .wp_edit_area ul.checkmark_list li strong {
	color: var(--color-green);
}

/* アスタリスクアイコンのリスト class名：asterisk_list */
.sct_single .wp_edit_area ul.asterisk_list li {
	font-size: 14px;
	line-height: 180%;
	padding-left: 20px;
}

.sct_single .wp_edit_area ul.asterisk_list li mark {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	background: none;
	margin-bottom: 0px;
}

.sct_single .wp_edit_area ul.asterisk_list li img {
	margin: 5px 0 0 0;
}

.sct_single .wp_edit_area ul.asterisk_list li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: 700;
	width: 17px;
	height: 16px;
	border-radius: inherit;
	background: none;
}

.sct_single .wp_edit_area ol {
	counter-reset: li;
	margin-left: 0;
	margin-bottom: 35px;
}

.sct_single .wp_edit_area ol li {
	list-style: none;
	list-style-type: none;
	position: relative;
	line-height: 140%;
	margin-left: 20px;
}

.sct_single .wp_edit_area ol>li:before {
	position: absolute;
	top: 0;
	left: -20px;
	font-weight: bold;
	color: var(--main-navy);
	counter-increment: li;
	content: counter(li) "";
}

.sct_single .wp_edit_area li ul,
.sct_single .wp_edit_area li ol {
	margin-top: 10px;
}

.sct_single .wp_edit_area li ul li,
.sct_single .wp_edit_area li ol li {
	margin-left: 0px;
}

/* テーブル */
table {
	width: 100%;
	line-height: 140%;
	margin-bottom: 20px;
}

table th,
table td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #d6d6d6 !important;
}

table th {
	font-size: 14px;
	color: #fff;
	line-height: 140%!important;
	background: var(--color-green);
	padding: 5px 8px !important;
}
table td {
	font-size: 12px;
	background: #fff;
	padding: 8px 8px !important;
}


table tr + tr.item_row {
	border-top: 2px solid #999999!important;
}
table tr th.inner_th {
	font-size: 12px;
	color: #555555;
	width: 50px;
	background: var(--color-green-light);
	padding: 5px 5px !important;
}
table tr td.td_detail {
	text-align: left;
}

table td.price {
	font-weight: 700;
}

table th.btn_col {
	width: 208px;
	width: auto;
	max-width: 106px;
	max-width: 120px;
}

table td .btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 6px;
	width: 106px;
	justify-content: center;
	margin: 0 auto;
}

table td .btns>div {
	flex: 1;
	flex: inherit;
}

table td a.quotable,
table td a.sample {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #606060;
	width: 110px;
	height: 28px;
	border: 2px solid var(--color-yellow);
	border-radius: 50px;
	background: var(--color-yellow);
}

table td a.sample {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 28px;
	border: 2px solid var(--color-yellow);
	border-radius: 50px;
	background: #fff;
}

table td a.not_quotable {
	display: block;
	font-size: 10px;
	font-weight: 500;
	color: #000;
	text-decoration: underline;
	text-underline-offset: 2px;
	line-height: 140%;
	text-align: center;
	width: 110px;
}

table td a.not_quotable:hover {
	text-decoration: none;
}

.wp-block-table table th,
.wp-block-table table td {
	font-size: 16px;
}

/* 引用 */
blockquote {
	position: relative;
	box-sizing: border-box;
	font-style: italic;
	font-size: 14px;
	color: #4e4e4e;
	background: #f5f5f5;
	margin-bottom: 35px;
	padding: 20px 30px 28px;
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: '“';
	font-size: 40px;
	font-weight: bold;
	color: #d1d1d1;
	line-height: 1;
}

blockquote:after {
	display: inline-block;
	position: absolute;
	bottom: -15px;
	right: 20px;
	content: '”';
	font-size: 40px;
	font-weight: bold;
	color: #d1d1d1;
	line-height: 1;
	text-align: center;
}

blockquote p {
	position: relative;
	padding: 0;
	margin: 0 0 10px !important;
	z-index: 3;
	line-height: 1.7;
}

blockquote cite {
	position: relative;
	z-index: 3;
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

/* wp default button */
.wp-block-button__link {
	position: relative;
	color: #fff;
	line-height: 170%;
	background-color: var(--color-green);
	border-radius: 999px;
	box-shadow: none;
	text-decoration: none;
	margin-bottom: 25px;
	padding: 12px 40px 10px;
	padding: 10px 16px 10px;
}

.wp-block-button__link img {
	margin-bottom: 0 !important;
}

a.wp-block-button__link:link,
a.wp-block-button__link:active,
a.wp-block-button__link:visited {
	color: #fff !important;
	text-decoration: none !important;
}

.wp_edit_area .is-type-wp-embed {
	margin-bottom: 20px;
}

.wp_edit_area .is-type-wp-embed iframe {
	width: 100%;
}

.wp_edit_area .is-provider-youtube {
	margin-bottom: 20px;
}

.wp_edit_area .is-provider-youtube iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}

.wp-block-columns.is-layout-flex {
	gap: 15px;
	margin-bottom: 20px;
}

.wp-block-media-text>.wp-block-media-text__content p {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

/* ショートコードで読み込む商品情報 */
.item_info {
	background: #fff5a0;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 35px 20px 20px;
}

.item_info .title_m {
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 30px;
}

.item_info .title_m span {
	background: linear-gradient(transparent 70%, #ffe655 0%);
}

.item_info .cart_wrap {
	background: var(--color-green-light);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 30px 20px 20px;
}

.item_info .title_cart {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 28px;
}

.item_info .flex_cart {
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.item_info .flex_cart .cart_item {
	width: calc(50% - 8px);
	background: #fff;
	border-radius: 10px;
	line-height: 120%;
	text-align: center;
	padding: 20px 15px 15px;
}

.item_info .flex_cart .cart_item .cart_item_title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 18px;
}

.item_info .flex_cart .cart_item .cart_item_js {}

.item_info .flex_cart .cart_item .cart_item_js .cartjs_box {
	padding: 0 !important;
}

.item_info .flex_cart .cart_item .cart_item_js table {
	width: 100% !important;
	font-size: 14px;
}

.item_info .flex_cart .cart_item .cart_item_js table th {
	color: #000;
	border: none !important;
	width: 60px;
	padding: 0;
	background: none;
}

.item_info .flex_cart .cart_item .cart_item_js table td {
	border: none !important;
	padding: 0;
	background: none;
}

.item_info .flex_cart .cart_item .cart_item_js .cartjs_cart_in input {
	width: 100% !important;
	margin-bottom: 0 !important;
}

.item_info .flex_cart .cart_item .cart_item_js select {
	padding-right: 20px!important;
}

.tax {
	font-size: 10px;
	margin-bottom: 10px;
}

.remark {
	font-size: 12px;
	line-height: 150%;
}

.item_info table td p {
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.sct_single .wp_edit_area .t_left_sp {
		text-align: left !important;
	}
	.t_left_sp {
		text-align: left !important;
	}
	.remark {
		font-size: 12px;
	}
}

/* bn_area */
.wp_edit_area .bn_area {
	text-align: center;
	margin-top: 40px;
}

.wp_edit_area .bn_area a {
	max-width: 600px;
	margin: 0 auto;
}

.wp_edit_area .bn_area a+a {
	margin-top: 40px;
}

.wp_edit_area .bn_area a img {
	margin: 0;
}

/* bn_printing_standards */
.bn_area a.bn_printing_standards {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	max-width: 600px;
	border-radius: 8px;
	background: var(--color-beige);
	overflow: hidden;
	margin: 0 auto;
}

.bn_area a.bn_printing_standards::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 25px;
	height: 100%;
	background: var(--color-green);
}

.bn_area a.bn_printing_standards::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto 0;
	z-index: 3;
	width: 8px;
	height: 12px;
	background-image: url(../../img/common/arrow_white.svg);
	background-repeat: no-repeat;
}

.bn_area a.bn_printing_standards .image {
	width: 148px;
	width: 190px;
	padding: 10px;
}

.bn_area a.bn_printing_standards .image img {
	width: auto;
	object-fit: cover;
	object-position: center;
	margin: 0 !important
}

.bn_area a.bn_printing_standards .txt {
	width: auto;
	line-height: 120%;
	padding: 10px 30px;
	padding: 10px 30px 10px 10px;
}

.bn_area a.bn_printing_standards .txt .txt_green {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	background: var(--color-green);
	border-radius: 100px;
	margin-bottom: 8px;
	padding: 4px 14px;
}

.bn_area a.bn_printing_standards .txt .txt_s {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}

.bn_area a.bn_printing_standards .txt .txt_l {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	.bn_area a.bn_printing_standards {
		flex-wrap: wrap;
		border-radius: 5px
	}

	.bn_area a.bn_printing_standards:before {
		width: 15px
	}

	.bn_area a.bn_printing_standards:after {
		right: 4px;
		z-index: 3;
		width: 6px;
		height: 10px
	}

	.bn_area a.bn_printing_standards .image {
		width: 100%
	}

	.bn_area a.bn_printing_standards .image img {
		max-width: 100px
	}

	.bn_area a.bn_printing_standards .txt {
		width: 100%;
		padding: 0px 10px 15px;
	}

	.bn_area a.bn_printing_standards .txt .txt_green {
		display: inline-block;
		font-size: 12px;
		padding: 3px 10px 4px 14px;
	}

	.bn_area a.bn_printing_standards .txt .txt_s {
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.bn_area a.bn_printing_standards .txt .txt_l {
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
	}
}

/* bn_fuzokuhin */
.bn_area a.bn_fuzokuhin {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	max-width: 600px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto 60px;
}

.bn_area a.bn_fuzokuhin::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 25px;
	height: 100%;
	background: var(--color-green);
}

.bn_area a.bn_fuzokuhin::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto 0;
	z-index: 3;
	width: 8px;
	height: 12px;
	background-image: url(../../img/common/arrow_white.svg);
	background-repeat: no-repeat;
}

.bn_area a.bn_fuzokuhin .txt {
	text-align: left;
	width: auto;
	padding: 0 0 0 40px;
}

.bn_area a.bn_fuzokuhin .txt .txt_s {
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 10px;
}

.bn_area a.bn_fuzokuhin .txt .txt_l {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 120%;
}

.bn_area a.bn_fuzokuhin .image {
	padding: 25px 40px 25px 20px;
}

.bn_area a.bn_fuzokuhin .image img {
	width: 100%;
	max-width: 260px;
}

@media screen and (max-width: 767px) {
	.bn_area a.bn_fuzokuhin {
		border-radius: 5px;
		margin: 0 auto 30px;
	}

	.bn_area a.bn_fuzokuhin:before {
		width: 15px
	}

	.bn_area a.bn_fuzokuhin:after {
		right: 4px;
		z-index: 3;
		width: 6px;
		height: 10px
	}

	.bn_area a.bn_fuzokuhin .txt {
		width: 58%;
		text-align: left;
		width: auto;
		padding: 0 0 0 10px;
	}

	.bn_area a.bn_fuzokuhin .txt .txt_s {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 6px;
	}

	.bn_area a.bn_fuzokuhin .txt .txt_l {
		font-size: 18px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.bn_area a.bn_fuzokuhin .image {
		width: 42%;
		padding: 20px 20px 20px 5px;
	}

	.bn_area a.bn_fuzokuhin .image img {
		width: 100%;
	}
}

/* bn_wb_allitems */
.bn_area a.bn_wb_allitems {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	max-width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	overflow: hidden;
	margin: 0 auto 60px;
}

.bn_area a.bn_wb_allitems::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 25px;
	height: 100%;
	background: var(--color-green);
}

.bn_area a.bn_wb_allitems::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto 0;
	z-index: 3;
	width: 8px;
	height: 12px;
	background-image: url(../../img/common/arrow_white.svg);
	background-repeat: no-repeat;
}

.bn_area a.bn_wb_allitems .image {
	width: 53%;
}

.bn_area a.bn_wb_allitems .image img {
	width: 100%;
	object-fit: cover;
}

.bn_area a.bn_wb_allitems .txt {
	text-align: center;
	width: 47%;
	padding: 10px 25px 10px 10px;
}

.bn_area a.bn_wb_allitems .txt .txt_l {
	font-size: clamp(13px, 2.5vw, 22px);
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 150%;
}

@media screen and (max-width: 767px) {
	.bn_area a.bn_wb_allitems {
		border-radius: 5px;
		margin: 0 auto 30px;
	}

	.bn_area a.bn_wb_allitems:before {
		width: 15px
	}

	.bn_area a.bn_wb_allitems:after {
		right: 4px;
		z-index: 3;
		width: 6px;
		height: 10px
	}

	.bn_area a.bn_wb_allitems .image {
		width: 50%;
	}

	.bn_area a.bn_wb_allitems .image img {
		width: 100%;
		height: 90px;
	}

	.bn_area a.bn_wb_allitems .txt {
		width: 50%;
	}

	.bn_area a.bn_wb_allitems .txt .txt_l {}
}

@media screen and (max-width: 900px) {
	table th.btn_col {
		width: 100px;
		width: 120px;
	}

	table td .btns {
		width: 90px;
	}
}

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

	/* テーブル */
	.table_wrap {
		overflow-x: scroll !important;
		margin-bottom: 20px;
	}
	.table_wrap table {
		min-width: 850px;
		min-width: 750px;
		margin-bottom: 0;
	}
}

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

	/* custom block ----*/
	.item-point-mark {
		height: auto;
		/*
		max-height:180px;
		*/
		min-height: inherit;
		line-height: 210%;
		padding: 15px 10px 22px;
	}

	.item-point-mark .point_txt_s {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.item-point-mark .point_txt_l {
		font-size: 18px;
	}

	/* // custom block --*/
	.sct_single .wp_edit_area {
		margin-bottom: 30px;
		padding: 20px 15px 30px;
	}

	.sct_single .wp_edit_area figure figcaption {
		margin: 10px 0 0 0;
	}

	.sct_single .wp_edit_area .strong_point {
		font-size: 16px;
		line-height: 160%;
		padding: 15px 10px;
	}

	.sct_single .wp_edit_area .strong_point::before {
		content: '';
		position: absolute;
		top: -25px;
		left: calc(50% - 25px);
		width: 50px;
		height: 34px;
	}

	.sct_single .wp_edit_area .title_use_ok_ng {
		gap: 10px;
		font-size: 17px;
		padding-bottom: 12px;
	}

	.sct_single .wp_edit_area p {
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 20px;
	}

	.sct_single .wp_edit_area h2,
	.sct_single .wp_edit_area h3,
	.sct_single .wp_edit_area h4,
	.sct_single .wp_edit_area h5 {
		line-height: 140%;
	}

	.sct_single .wp_edit_area h2 {
		font-size: 21px;
		letter-spacing: 0;
		margin-bottom: 20px;
		padding: 12px 10px;
	}

	/* h2の直前に入れる見出しのサブテキスト class名：title_sub_txt_s */
	.sct_single .wp_edit_area .title_sub_txt_s {
		font-size: 13px;
		margin-bottom: 3px;
	}

	.sct_single .wp_edit_area h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.sct_single .wp_edit_area h4 {
		font-size: 18px;
	}

	.sct_single .wp_edit_area h5 {
		font-size: 17px;
	}

	/* リスト */
	.sct_single .wp_edit_area ul {
		margin-bottom: 20px;
	}

	.sct_single .wp_edit_area li+li {
		margin-top: 15px;
	}

	.sct_single .wp_edit_area ul li {
		position: relative;
		line-height: 140%;
		padding-left: 15px;
	}

	.sct_single .wp_edit_area ul li:before {
		content: " ";
		position: absolute;
		top: 10px;
		left: 0;
		width: 5px;
		height: 5px;
		border-radius: 100%;
		font-size: 20px;
		background-color: var(--color-green);
	}

	/* チェックマークアイコンのリスト class名：checkmark_list */
	.sct_single .wp_edit_area ul.checkmark_list {
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
	}

	.sct_single .wp_edit_area ul.checkmark_list li+li {
		margin-top: 15px;
	}

	.sct_single .wp_edit_area ul.checkmark_list li {
		font-size: 16px;
		padding-left: 25px;
	}

	.sct_single .wp_edit_area ul.checkmark_list li::before {
		top: 4px;
		width: 17px;
		height: 16px;
	}

	/* アスタリスクアイコンのリスト class名：asterisk_list */
	.sct_single .wp_edit_area ul.asterisk_list li {
		font-size: 14px;
		line-height: 180%;
		padding-left: 20px;
	}

	.sct_single .wp_edit_area ul.asterisk_list li mark {
		font-size: 14px;
		font-weight: 700;
		font-style: normal;
		background: none;
		margin-bottom: 0px;
	}

	.sct_single .wp_edit_area ul.asterisk_list li img {
		margin: 5px 0 0 0;
	}

	.sct_single .wp_edit_area ul.asterisk_list li::before {
		content: "※";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 14px;
		font-weight: 700;
		width: 17px;
		height: 16px;
		border-radius: inherit;
		background: none;
	}

	.sct_single .wp_edit_area ol {
		counter-reset: li;
		margin-left: 0;
		margin-bottom: 35px;
	}

	.sct_single .wp_edit_area ol li {
		list-style: none;
		list-style-type: none;
		position: relative;
		line-height: 140%;
		margin-left: 20px;
	}

	.sct_single .wp_edit_area ol>li:before {
		position: absolute;
		top: 0;
		left: -20px;
		font-weight: bold;
		color: var(--main-navy);
		counter-increment: li;
		content: counter(li) "";
	}

	/* テーブル */
	.table_wrap {
		overflow-x: scroll !important;
		margin-bottom: 20px
	}

	table {
		line-height: 140%;
		margin-bottom: 20px;
		min-width: 540px;
		min-width: 800px;
	}

	.table_wrap table {
		margin-bottom: 0;
	}

	table th,
	table td {
		vertical-align: middle;
		text-align: center;
		border: 1px solid #d6d6d6 !important;
	}

	table th {
		font-size: 13px;
		color: #fff;
		background: var(--color-green);
		padding: 5px 8px !important;
	}

	table td {
		font-size: 12px;
		background: #fff;
		padding: 5px 8px !important;
	}

	.wp-block-table table th,
	.wp-block-table table td {
		font-size: 16px;
	}

	.wp-block-columns.is-layout-flex {
		gap: 15px;
		margin-bottom: 20px;
	}

	.wp-block-media-text>.wp-block-media-text__content p {
		font-size: 14px;
		font-weight: 500;
		line-height: 150%;
	}

	/* ショートコードで読み込む商品情報 */
	.item_info {
		margin-bottom: 20px;
		padding: 25px 15px 15px;
	}

	.item_info .title_m {
		line-height: 150% !important;
	}

	.item_info .cart_wrap {
		margin-bottom: 20px;
		padding: 25px 15px 20px;
	}

	.item_info .title_cart {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.item_info .flex_cart {
		flex-wrap: wrap;
		gap: 15px;
	}

	.item_info .flex_cart .cart_item {
		width: 100%;
		background: #fff;
		border-radius: 10px;
		line-height: 120%;
		text-align: center;
		padding: 20px 15px 15px;
	}

	.item_info .flex_cart .cart_item .cart_item_title {
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 18px;
	}

	.item_info .flex_cart .cart_item .cart_item_js {}

	.item_info .flex_cart .cart_item .cart_item_js table {
		min-width: 100% !important;
	}

	/* bn_area */
	.wp_edit_area .bn_area {
		margin-top: 30px;
	}

	.wp_edit_area .bn_area a+a {
		margin-top: 30px;
	}

	.wp_edit_area .bn_area a img {
		margin: 0;
	}
}

/* 商品の詳細/購入・お見積り */
.item_price_detail {
	background: #fff;
	border-radius: 10px;
	/*margin-bottom: 40px;*/
	padding: 40px 20px 1px;
}

.item_price_detail .title_l {
	position: relative;
	font-size: 22px;
	text-align: center;
	background: var(--color-yellow);
	border-radius: 8px;
	margin-bottom: 40px;
	/*margin-bottom: 70px;*/
	padding: 26px 20px;
}

.item_price_detail .title_l::after {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 15px);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid var(--color-yellow);
	border-bottom: 0;
}

.item_price_detail .detail_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	max-width: 440px;
	height: 80px;
	border-radius: 100px;
	background: var(--color-green);
	margin: 20px auto 0;
}

.title_l_type1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	/*
	margin-bottom: 70px;
	*/
	margin-bottom: 60px;
}

.title_l_type1 span {
	position: relative;
	display: inline-block;
	padding: 12px 80px;
	text-align: center;
}

.title_l_type1 span::before,
.title_l_type1 span::after {
	position: absolute;
	top: -5px;
	width: 10px;
	height: 100%;
	content: '';
	border-top: solid 5px var(--color-green-light);
	border-bottom: solid 5px var(--color-green-light);
}

.title_l_type1 span::before {
	border-left: solid 5px var(--color-green-light);
	left: 0;
}

.title_l_type1 span::after {
	border-right: solid 5px var(--color-green-light);
	right: 0;
}

.cart_js_insert_box table {
	width: 100% !important;
	min-width: inherit;
}

@media screen and (max-width: 767px) {
	.item_price_detail {
		/*margin-bottom: 30px;*/
		padding: 20px 15px 1px;
	}

	.item_price_detail .title_l {
		font-size: 18px;
		margin-bottom: 40px;
		padding: 20px 10px;
	}

	.item_price_detail .title_m {
		font-size: 17px;
	}

	.item_price_detail .detail_btn {
		font-size: 15px;
		width: 100%;
		max-width: 440px;
		height: 68px;
	}

	.title_l_type1 {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.title_l_type1 span {
		padding: 10px 60px;
	}
}

/* 関連商品 パターンA（エディタ項目で入力した内容） */
.related_items {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 40px 20px 1px;
}

.related_items .wp_edit_area {
	margin: 0;
	padding: 0;
}

.related_items .wp_edit_area h3 {
	text-align: center !important;
	margin-bottom: 20px;
}

.related_items .wp_edit_area table {
	border: none;
}

.related_items .wp_edit_area table th {
	border: none !important;
}

.related_items .wp_edit_area table td {
	vertical-align: top;
	border: none !important;
}

.related_items .wp_edit_area table td p {
	line-height: 140%;
	margin-bottom: 12px;
}

.related_items .wp_edit_area table td p img {
	margin-bottom: 0;
}

.related_items.type_b {
	padding: 40px 20px;
}

.related_items.type_b .flex_items {
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.related_items.type_b .flex_items a {
	position: relative;
	width: calc(33.33% - 10px);
	background: var(--color-beige);
	border-radius: 10px;
	padding: 15px 15px 50px;
}

.related_items.type_b .flex_items a .image {
	margin: 0 0 10px 0;
}

.related_items.type_b .flex_items a .image img {
	margin: 0;
}

.related_items.type_b .flex_items a .item_title {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	border: none;
	margin: 0 0 8px 0;
	padding: 0;
}

.related_items.type_b .flex_items a .item_price {
	font-size: 17px;
	font-weight: 700;
	color: var(--color-red);
	text-align: right;
}

.related_items.type_b .flex_items a .item_price .txt_s {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: 3px;
}

.related_items.type_b .block+.block {
	margin-top: 40px;
}

.related_items.type_b .caption {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #fff;
	width: 90px;
	height: 20px;
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
}

.related_items.type_b .caption svg {
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
	.related_items {
		margin-bottom: 30px;
		padding: 30px 15px 1px;
	}

	.related_items .wp_edit_area table {
		min-width: 100%;
		width: 100% !important;
		height: auto !important;
	}

	.related_items .wp_edit_area table th,
	.related_items .wp_edit_area table td {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
	}

	.related_items .wp_edit_area table td+td {
		margin-top: 35px;
	}

	.related_items .wp_edit_area table td p {
		width: 100% !important;
		line-height: 140%;
		margin-bottom: 10px;
	}

	.related_items .wp_edit_area table td p img {
		min-width: auto !important;
		width: 100% !important;
		margin-bottom: 0;
	}

	.related_items.type_b {
		padding: 30px 15px 15px;
	}

	.related_items.type_b .flex_items {
		gap: 15px;
		flex-wrap: wrap;
	}

	.related_items.type_b .flex_items a {
		width: 100%;
		padding: 15px 15px 40px;
	}

	.related_items.type_b .flex_items a .image {
		margin: 0 0 10px 0;
	}

	.related_items.type_b .flex_items a .image img {
		margin: 0;
	}

	.related_items.type_b .flex_items a .item_title {
		font-size: 14px;
		font-weight: 700;
		line-height: 150%;
		border: none;
		margin: 0 0 8px 0;
		padding: 0;
	}

	.related_items.type_b .flex_items a .item_price {
		font-size: 16px;
	}

	.related_items.type_b .flex_items a .item_price .txt_s {
		display: inline-block;
		font-size: 12px;
		letter-spacing: 1px;
		margin-left: 3px;
	}

	.related_items.type_b .block+.block {
		margin-top: 30px;
	}

	.related_items.type_b .caption {
		font-size: 11px;
		width: 90px;
		height: 20px;
		padding-bottom: 1px;
	}

	.related_items.type_b .caption svg {
		top: 0px;
		margin: 0 0 0 8px;
	}
}

/* ホワイトボード付属品 */
.bn_fuzokuhin {
	text-align: center;
	margin-bottom: 40px;
}

.bn_fuzokuhin img {
	width: 100%;
	max-width: 600px;
}

/* オプションサービス */
.option_area {
	max-width: 800px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto 40px;
	padding: 40px 20px 20px;
}

.option_area .flex {
	gap: 17px;
}

.option_area .flex img {
	width: 100%;
}

.option_area .title_l_type1 {
	margin-bottom: 40px;
}

.option_area .title_l_type1 span {
	position: relative;
	display: inline-block;
	padding: 5px 60px;
	text-align: center;
}

/* 販売業者・施工業者の方へ */
.bn_buyer {
	text-align: center;
	margin-bottom: 40px;
}

.bn_buyer img {
	width: 100%;
	max-width: 800px;
}

/* はじめての方へ */
.beginner {
	text-align: center;
	margin-bottom: 40px;
}

.beginner .title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	border-radius: 8px;
	background: var(--color-green);
	margin-bottom: 40px;
	padding: 15px 20px;
}

.beginner .bn_beginner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	width: 100%;
	max-width: 600px;
	height: 140px;
	margin: 0 auto 25px;
	padding: 15px 20px;
}

.beginner .bn_beginner img {
	position: absolute;
	top: calc(50% - 42px);
	left: 30px;
	width: 100%;
	max-width: 85px;
}

.beginner .bn_beginner .caption_l {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
}

.beginner .bn_beginner .caption {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	width: 100px;
	height: 22px;
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
}

.beginner .bn_beginner .caption svg {
	margin: 0 0 0 6px;
}

/* クロネコ掛け払い */
.beginner .kuroneko {
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 6px;
	margin-bottom: 50px;
}

.beginner .kuroneko:hover {
	text-decoration: none;
}

/* オプションサービス */
.useful {
	max-width: 800px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto 40px;
	padding: 40px 20px 20px;
}

.useful .title_l_type1 {
	margin-bottom: 40px;
}

.useful .title_l_type1 span {
	position: relative;
	display: inline-block;
	padding: 12px 40px;
	text-align: center;
}

.useful .flex {
	gap: 17px;
}

.useful .flex a {
	position: relative;
	background: var(--color-beige);
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 35px;
}

.useful .flex a img {
	width: 100%;
}

.useful .flex a p {
	font-size: 14px;
	font-weight: 700;
	line-height: 155%;
	text-align: left;
	padding: 18px 15px 10px;
}

.useful .caption {
	position: absolute;
	bottom: 10px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	width: 100px;
	height: 22px;
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
}

.useful .caption svg {
	margin: 0 0 0 6px;
}

.useful .flex_column {
	justify-content: center;
	gap: 16px;
	margin-top: 17px;
}

.useful .flex_column a {
	position: relative;
	width: 100%;
	max-width: 178px;
	max-width: 203px;
	padding-bottom: 35px;
}

.useful .flex_column a .cat {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	font-size: 10px;
	color: var(--color-green);
	text-align: left;
	line-height: 1.1;
	background: #fff;
	border: 1px solid var(--color-green);
	border-radius: 100px;
	max-width: calc(100% - 20px);
	padding: 3px 8px;
}

.useful .flex_column a p {
	font-size: 12px;
	padding: 10px 15px;
}

.useful .btn_wrap {
	margin-bottom: 20px;
}

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

	/* ホワイトボード付属品 */
	.bn_fuzokuhin {
		margin-bottom: 30px;
	}

	/* オプションサービス */
	.option_area {
		margin: 0 auto 30px;
		padding: 30px 15px 15px;
	}

	.option_area .flex {
		flex-wrap: wrap;
		gap: 15px;
	}

	.option_area .title_l_type1 {
		margin-bottom: 40px;
	}

	.option_area .title_l_type1 span {
		padding: 5px 10px;
	}

	/* 販売業者・施工業者の方へ */
	.bn_buyer {
		margin-bottom: 30px;
	}

	/* はじめての方へ */
	.beginner {
		margin-bottom: 30px;
	}

	.beginner .title {
		font-size: 18px;
		margin-bottom: 30px;
		padding: 12px 10px;
	}

	.beginner .bn_beginner {
		height: 100px;
		margin: 0 auto 20px;
	}

	.beginner .bn_beginner img {
		position: absolute;
		top: calc(50% - 35px);
		left: 15px;
		width: 70px;
		max-width: 85px;
	}

	.beginner .bn_beginner .caption_l {
		font-size: 20px;
	}

	.beginner .bn_beginner .caption {
		bottom: 10px;
		right: 10px;
		margin: 0;
	}

	.beginner .bn_beginner .caption svg {
		margin: 0 0 0 6px;
	}

	/* クロネコ掛け払い */
	.beginner .kuroneko {
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 40px;
	}

	/* オプションサービス */
	.useful {
		margin: 0 auto 30px;
		padding: 30px 15px 15px;
	}

	.useful .title_l_type1 {
		margin-bottom: 40px;
	}

	.useful .title_l_type1 span {
		padding: 12px 20px;
	}

	.useful .flex {
		flex-wrap: wrap;
		gap: 15px;
	}

	.useful .flex a {
		width: 100%;
		padding-bottom: 45px;
	}

	.useful .flex a p {
		font-size: 14px;
		font-weight: 700;
		line-height: 150%;
		text-align: left;
		padding: 15px 15px 0;
	}

	.useful .caption {
		bottom: 10px;
		right: 15px;
		font-size: 13px;
		line-height: 1;
		width: calc(100% - 30px);
		height: 24px;
		padding-bottom: 1px;
	}

	.useful .caption svg {
		position: relative;
		top: 1px;
	}

	.useful .flex_column {
		justify-content: center;
		gap: 15px;
		margin-top: 35px;
	}

	.useful .flex_column a {
		max-width: 80%;
		padding-bottom: 45px;
	}

	.useful .btn_wrap {
		margin-bottom: 5px;
	}
}

/* お問い合わせ・見積依頼・資料請求*/
.contact_area {
	color: #606060;
	text-align: center;
	background: var(--color-yellow);
	border-radius: 18px;
	max-width: 500px;
	margin: 0 auto;
	padding: 25px 20px;
}

.contact_area .title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #606060;
	line-height: 150%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.contact_area .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
	width: 70px;
	height: 1px;
	background: #606060;
}

.contact_area a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #606060;
	letter-spacing: 1px;
	width: 220px;
	margin: 0 auto;
	padding: 0 5px;
}

.contact_area a+a {
	margin-top: 15px;
}

.contact_area a.mailform,
.contact_area a.sample {
	justify-content: center;
	font-size: 14px;
	border-radius: 100px;
	background: #fff;
	padding: 9px 0 8px;
}

.contact_area a.mailform img,
.contact_area a.sample img {
	position: absolute;
	top: 5px;
	left: 5px;
}

.contact_area a img.arrow {
	position: absolute;
	top: calc(50% - 5px);
	left: unset;
	right: 15px;
}

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

/* fixed_cta ------------------------------------------*/
.fixed_cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.fixed_cta a.link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #606060;
	text-align: center;
	background: var(--color-yellow);
	color: #fff;
	background: #ff8100;
	width: 440px;
	height: 80px;
	border-radius: 100px;
	margin: 0 auto;
}

.fixed_cta .link_btn span {
	display: block;
}

.fixed_cta .link_btn span.txt_s {
	font-size: 16px;
	margin-bottom: 8px;
}

.fixed_cta .link_btn span.txt_m {
	font-size: 20px;
}

/* 見積もり依頼リストを見る */
/*.fixed_cta a.show_list_btn {*/
a.show_list_btn {
	position: absolute;
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	color: #606060;
	line-height: 130%;
	text-align: center;
	background: var(--color-yellow);
	color: #fff;
	background: #ff8100;
	width: 160px;
	height: 80px;
	border-radius: 10px;
	margin: 0 0 0 auto;
}

/*.fixed_cta a.show_list_btn .disp_num {*/
a.show_list_btn .disp_num {
	position: absolute;
	top: -12px;
	left: -12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	background: #fd3232;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

@media screen and (max-width: 767px) {
	.fixed_cta {
		padding: 0 20px;
	}
	.fixed_cta .flex{
	    /* 下部に20pxの隙間を確保、端末独自のセーフエリア分を足す */
	    padding-bottom: env(safe-area-inset-bottom, 20px); 
	}
	.fixed_cta a.link_btn {
		width: 100%;
		height: 50px;
	}
	.fixed_cta .link_btn span.txt_s {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.fixed_cta .link_btn span.txt_m {
		font-size: 16px;
	}

	/* 見積もり依頼リストを見る */
	/*.fixed_cta a.show_list_btn {*/
	a.show_list_btn {
		bottom: 55px;
		font-size: 12px;
		font-weight: 700;
		line-height: 130%;
		width: 90px;
		height: 45px;
		border-radius: 8px;
	}
	/*.fixed_cta a.show_list_btn .disp_num {*/
	a.show_list_btn .disp_num {
		position: absolute;
		top: -9px;
		left: -9px;
		font-size: 12px;
		font-weight: 700;
		width: 22px;
		height: 22px;
	}
}

/* page_category ------------------------------------------------*/
.page_category main>.title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 40px;
}

.page_category .title_l {
	font-size: 26px;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
	background: var(--color-green);
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 10px 20px;
}

/* sct_intro */
.page_category .sct_intro .main_image {
	margin-bottom: 40px;
}

.page_category .sct_intro .main_image img {
	width: 100%;
}

.page_category .sct_intro .bn_area {
	background: #f9f9f9;
	border-radius: 10px;
	padding: 25px 20px;
}

.page_category .sct_intro .bn_area a.bn_fuzokuhin {
	margin-bottom: 0;
}

.page_category .sct_intro .flex_main {
	justify-content: center;
	gap: 30px;
	margin-bottom: 70px;
}

.page_category .sct_intro .flex_main.mb_adjust {
	margin-bottom: 40px;
}

.page_category .sct_intro .flex_main .image img {
	width: 100%;
	max-width: 83px;
}

.page_category .sct_intro .flex_main .txt {}

.page_category .sct_intro .flex_main .txt .item_name {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}

.page_category .sct_intro .flex_main .txt p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.page_category .sct_intro .flex_main .txt p.f_size_normal {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 30px;
}

.page_category .sct_intro .banner_area {
	text-align: center;
	margin-bottom: 50px;
}

.page_category .sct_intro .banner_area img {
	max-width: 360px;
}

.page_category .title_m {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.page_category .grid_links {
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 55px;
}

.page_category .grid_links a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	background: #fff;
	min-height: 120px;
	min-height: 90px;
	border-radius: 8px;
	padding: 26px 5px 40px;
	padding: 15px 5px 28px;
}

.page_category .grid_links a::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: calc(50% - 8px);
	width: 17px;
	height: 9px;
	background-image: url(../../img/wbsc/arrow_down.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.page_category .grid_links a .txt_s {
	font-size: 12px;
}

.page_category .sct_intro .ranking {
	margin-bottom: 50px;
}

.page_category .sct_intro .ranking .title_m {
	margin-bottom: 30px;
}

.page_category .sct_intro .ranking .flex {
	gap: 18px;
	text-align: center;
}

.page_category .sct_intro .ranking .flex .flex_item {
	flex: 1;
}

.page_category .sct_intro .ranking .flex .flex_item .txt_sub {
	font-size: 22px;
	font-size: clamp(15px, 1.8vw, 20px);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

.page_category .sct_intro .ranking .flex .flex_item:nth-child(1) .txt_sub {
	/*color: #fdda6f;*/
	color: #fbc82c;
}

.page_category .sct_intro .ranking .flex .flex_item:nth-child(2) .txt_sub {
	/*color: #c6c6c6;*/
	color: #909090;
}

.page_category .sct_intro .ranking .flex .flex_item:nth-child(3) .txt_sub {
	color: #dfa97e;
}

.page_category .sct_intro .ranking .flex .flex_item>img {
	max-width: 100%;
	margin-bottom: 15px;
}

.page_category .sct_intro .ranking .flex .flex_item a {
	position: relative;
	min-height: 310px;
	border-radius: 8px;
	padding: 10px 10px 35px;
}

.page_category .sct_intro .ranking .flex .flex_item a.min_height_none {
	min-height: inherit;
	padding: 10px 10px 45px;
}

.page_category .sct_intro .ranking .flex .flex_item:nth-child(1) a {
	background: #fdda6f;
}

.page_category .sct_intro .ranking .flex .flex_item:nth-child(2) a {
	background: #c6c6c6;
}

.page_category .sct_intro .ranking .flex .flex_item:nth-child(3) a {
	background: #dfa97e;
}

.page_category .sct_intro .ranking a img {
	width: 100%;
	margin-bottom: 12px;
}

.page_category .sct_intro .ranking a .item_name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	min-height: 48px;
	text-align: left;
	padding: 0 5px;
}

.page_category .sct_intro .ranking a .caption {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	width: 110px;
	height: 24px;
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
	padding-bottom: 2px;
}

.page_category .sct_intro .ranking a .caption svg {
	position: relative;
	top: 1px;
	margin: 0 0 0 10px;
}

.page_category .sct_intro .pickup {
	margin-bottom: 80px;
}

.page_category .sct_intro .pickup .flex {
	gap: 25px;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	max-width: 750px;
	margin: 0 auto;
	padding: 15px;
}

.page_category .sct_intro .pickup .flex+.flex {
	margin-top: 30px;
}

.page_category .sct_intro .pickup .flex .image {
	width: 34%;
}

.page_category .sct_intro .pickup .flex .image img {
	width: 100%;
	max-width: 300px;
}

.page_category .sct_intro .pickup .flex .txt {
	width: 66%;
}

.page_category .sct_intro .pickup .flex .txt .item_name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.page_category .sct_intro .pickup .flex .txt ul {
	margin-bottom: 20px;
}

.page_category .sct_intro .pickup .flex .txt ul li {
	line-height: 1.7;
	padding-left: 20px;
	text-indent: -20px;
}

.page_category .sct_intro .pickup .flex .txt ul li+li {
	margin-top: 5px;
}

.page_category .sct_intro .pickup .flex .txt ul li .green {
	color: var(--color-green);
}

.page_category .sct_intro .pickup .flex .txt a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 38px;
	background: var(--color-green);
	border-radius: 100px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-left: auto;
}

.page_category .sct_intro .pickup .flex .txt a svg {
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.page_category .sct_intro .flex_wbc_st .title_s {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 7px 5px 9px;
}

.page_category .sct_intro .flex_wbc_st .corp .title_s {
	background: #1389ea;
}

.page_category .sct_intro .flex_wbc_st .school .title_s {
	background: var(--color-green);
}

.page_category .sct_intro .flex_wbc_st .corp .flex_item a {
	background: #ebf3f7 !important;
}

.page_category .sct_intro .flex_wbc_st .school .flex_item a {
	background: #f1f9ee !important;
}

.page_category .sct_intro .flex_wbc_st .flex_item a p {
	font-size: 13px;
	text-align: left;
	margin-top: 5px;
	padding: 0 5px;
}

.page_category .sct_intro .banner {
	margin-bottom: 50px;
}

.page_category .sct_intro .banner .txt_before_banner {
	text-align: center;
	margin-bottom: 30px;
}

.page_category .sct_intro .banner_external {
	text-align: center;
	margin-bottom: 50px;
}

.page_category .sct_intro .banner_external .txt_before_banner {
	margin-bottom: 25px;
}

.page_category .sct_intro .banner_external a img {
	max-width: 360px;
}

/* 商品ページボタン */
.banner a.item_page_btn {
	display: flex !important;
	position: relative;
	z-index: 1;
	max-width: 500px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}

.banner a.item_page_btn::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 25px;
	height: 100%;
	background: var(--color-green);
}

.banner a.item_page_btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto 0;
	z-index: 3;
	width: 8px;
	height: 12px;
	background-image: url(../../img/common/arrow_white.svg);
	background-repeat: no-repeat;
}

.banner a.item_page_btn .image {
	width: 36%;
}

.banner a.item_page_btn .image img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 !important;
}

.banner a.item_page_btn .txt {
	width: 64%;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.5;
	padding: 12px 30px 9px 10px;
}

.banner a.item_page_btn .txt .btn_caption_l {
	font-size: 16px;
	font-weight: bold;
}

.page_okugai .block.ranking {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.page_category main>.title {
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 30px;
	}

	.page_category .title_l {
		font-size: 22px;
		margin-bottom: 25px;
		padding: 8px 10px;
	}

	/* sct_intro */
	.page_category .sct_intro .main_image {
		margin-bottom: 20px;
	}

	.page_category .sct_intro .flex_main {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		margin-bottom: 40px;
	}

	.page_category .sct_intro .flex_main .image img {
		width: 100%;
		max-width: 60px;
	}

	.page_category .sct_intro .flex_main .txt {}

	.page_category .sct_intro .flex_main .txt .item_name {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page_category .sct_intro .flex_main .txt p {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.6;
	}

	.page_category .sct_intro .banner_area {
		margin-bottom: 40px;
	}

	.page_category .sct_intro .banner_area img {
		max-width: 320px;
	}

	.page_category .title_m {
		margin-bottom: 30px;
	}

	.page_category .grid_links {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 40px;
	}

	.page_category .grid_links a {
		font-size: 13px;
		min-height: auto;
		padding: 15px 5px 20px;
	}

	.page_category .grid_links a::after {
		left: calc(50% - 6px);
		width: 12px;
		height: 9px;
		bottom: 5px;
	}

	.page_category .grid_links a .txt_s {
		font-size: 11px;
	}

	.page_category .sct_intro .ranking {
		margin-bottom: 40px;
	}

	.page_category .sct_intro .ranking .title_m {
		margin-bottom: 30px;
	}

	.page_category .sct_intro .ranking .flex {
		flex-wrap: wrap;
		gap: 25px;
		text-align: center;
	}

	.page_category .sct_intro .ranking .flex .flex_item {
		flex: inherit;
		width: 100%;
	}

	.page_category .sct_intro .ranking .flex .flex_item>img {
		max-width: 150px;
		margin-bottom: 10px;
	}

	.page_category .sct_intro .ranking .flex .flex_item a {
		min-height: auto;
		padding: 15px 15px 45px;
	}

	.page_category .sct_intro .ranking a .item_name {
		min-height: auto;
	}

	.page_category .sct_intro .flex_wbc_st .corp,
	.page_category .sct_intro .flex_wbc_st .school {
		width: 100%;
	}

	.page_category .sct_intro .pickup {
		margin-bottom: 50px;
	}

	.page_category .sct_intro .pickup .flex {
		flex-wrap: wrap;
		gap: 15px;
		padding-bottom: 20px;
	}

	.page_category .sct_intro .pickup .flex+.flex {
		margin-top: 20px;
	}

	.page_category .sct_intro .pickup .flex .image {
		width: 100%;
		text-align: center;
	}

	.page_category .sct_intro .pickup .flex .image img {
		max-width: 400px;
	}

	.page_category .sct_intro .pickup .flex .txt {
		width: 100%;
	}

	.page_category .sct_intro .pickup .flex .txt .item_name {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.page_category .sct_intro .pickup .flex .txt ul {
		margin-bottom: 20px;
	}

	.page_category .sct_intro .pickup .flex .txt ul li {
		font-size: 14px;
		line-height: 1.7;
		padding-left: 18px;
		text-indent: -18px;
	}

	.page_category .sct_intro .pickup .flex .txt ul li+li {
		margin-top: 5px;
	}

	.page_category .sct_intro .pickup .flex .txt a {
		margin: auto;
	}

	.page_okugai .block.ranking {
		margin-bottom: 50px;
	}

	.page_category .sct_intro .banner .txt_before_banner {
		text-align: left;
	}

	.page_category .sct_intro .banner_external .txt_before_banner {
		text-align: left;
	}
}

.page_category .sct_intro .compare {
	margin-bottom: 60px;
}

.page_category .sct_intro .compare .title_m {
	margin-bottom: 45px;
}

.page_category .sct_intro .compare .click {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #ff6464;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 55px;
}

.page_category .sct_intro .compare .click::before {
	position: absolute;
	top: -20px;
	left: calc(50% - 90px);
	z-index: -1;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 90px solid transparent;
	border-left: 90px solid transparent;
	border-top: 70px solid #fff;
	border-bottom: 0;
}

/* 比較表 */
.compare .tab-container {
	display: flex;
	gap: 20px;
}

.compare .tab-container .tab {
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	max-width: 250px;
	background: #c84646;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	padding: 15px 15px;
}

.compare .tab-container .tab.active {
	background: #ff6464;
}

.compare .tab-container .tab:hover {
	background: #ff6464;
}

.compare .tab-container .tab .txt_s {
	font-size: 11px;
	font-weight: 500;
	margin-top: 8px;
}

.compare .content {
	display: none;
	background: #ff6464;
	padding: 15px;
}

.compare .content.show {
	display: block;
}

.compare .content table {
	margin-bottom: 10px;
}

.compare .content table tr {
	min-height: 60px;
}

.compare .content table tr th {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	background: #949494;
	border: none !important;
	border-right: 1px solid #dadada !important;
	border-bottom: 1px solid #dadada !important;
	padding: 6px 3px !important;
}

.compare .content table tr th:last-child {
	border-right: none !important;
}

.compare .content table tr th span {
	display: block;
	font-size: 9px;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	/*
					text-indent: -8px;
					padding-left: 8px;
					*/
	margin-top: 3px;
}

.compare .content table tr td:nth-child(1) {
	width: 40%;
	font-size: 13px;
	text-align: left;
	padding: 5px 10px !important;
}

.compare .content table tr td:nth-child(2),
.compare .content table tr td:nth-child(3),
.compare .content table tr td:nth-child(4),
.compare .content table tr td:nth-child(5),
.compare .content table tr td:nth-child(6) {
	width: 12%;
	font-size: 34px;
	font-weight: 700;
	color: #ff6464;
	/*padding: 5px 0!important;*/
	padding: 10px 0 !important;
}

.compare .content table tr td {
	position: relative;
	line-height: 1.5;
	border: none !important;
	border-right: 1px solid #dadada !important;
	border-bottom: 1px solid #dadada !important;
}

.compare .content table tr td:last-child {
	border-right: none !important;
}

.compare .content table tr:last-child td {
	border-bottom: none !important;
}

.compare .content table tr td span {
	position: absolute;
	bottom: 2px;
	right: 5px;
	font-size: 9px;
	font-weight: 400;
	color: #000;
	display: inline-block;
	line-height: 1.2;
}

.compare .content table tr td span.center {
	bottom: 0;
	left: 0;
	right: 0;
}

.compare .content table tr td span.txt_s {
	top: 40%;
	left: 0;
	right: 0;
	font-size: 10px;
	color: #000;
}

.compare .content table tr td a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.compare .content table tr td a:hover {
	text-decoration: none;
}

.compare .content .remark {
	font-size: 12px;
	color: #fff;
}

/* 比較表 タブなし */
.compare_tab_none p.lead {
	text-align: center;
	margin-top: -8px;
	margin-bottom: 25px;
}

.compare_tab_none p.lead span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.compare_tab_none p.lead .t_left_sp {
	font-size: 16px;
	font-weight: normal;
}

.compare_tab_none .content {
	background: #ffffff;
	padding: 0px;
}

.compare_tab_none .content table {
	margin-bottom: 0px;
}

.compare_tab_none .txt_tbl_btm {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.page_category .sct_intro .compare {
		margin-bottom: 40px;
	}

	.page_category .sct_intro .compare .title_m {
		margin-bottom: 35px;
	}

	.page_category .sct_intro .compare .click {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.page_category .sct_intro .compare .click::before {
		top: -17px;
		left: calc(50% - 80px);
		border-right: 80px solid transparent;
		border-left: 80px solid transparent;
		border-top: 60px solid #fff;
	}

	/* 比較表 */
	.compare .tab-container {
		display: flex;
		gap: 2px;
	}

	.compare .tab-container .tab {
		padding: 5px 5px 10px;
	}

	.compare .tab-container .tab .txt_s {
		font-size: 10px;
		margin-top: 5px;
	}

	.compare .content {
		width: 100%;
		overflow-x: auto;
		padding: 10px;
	}

	.compare .content table {
		margin-bottom: 10px;
	}

	.compare .content table tr {
		min-height: auto;
	}

	.compare .content table tr th {
		font-size: 12px;
		min-width: 68px;
		padding: 5px 2px !important;
	}

	.compare .content table tr th:nth-child(1) {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.compare .content table tr th:nth-child(1)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	.compare .content table tr th span {
		font-size: 10px;
		margin-top: 4px;
	}

	.compare .content table tr td:nth-child(1) {
		position: sticky;
		left: 0;
		z-index: 2;
		/*width: 40%;*/
		width: 15%;
		font-size: 12px;
		padding: 5px 5px !important;
	}

	/*
					.compare .content table tr td:nth-child(1)::before {
					  content: "";
					  position: absolute;
					  top: -1px;
					  left: -1px;
					  width: 100%;
					  height: 100%;
					}
	*/
	.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		z-index: 3;
	}

	.compare .content table tr td:nth-child(2),
	.compare .content table tr td:nth-child(3),
	.compare .content table tr td:nth-child(4),
	.compare .content table tr td:nth-child(5),
	.compare .content table tr td:nth-child(6) {
		width: 12%;
		font-size: 24px;
		padding: 5px 0 !important;
	}

	.compare .content table tr td span {
		bottom: 0px;
		right: 3px;
		font-size: 9px;
	}

	/* 比較表 タブなし */
	.compare_tab_none p.lead {}

	.compare_tab_none p.lead span {
		margin-bottom: 14px;
	}

	.compare_tab_none .content {
		background: #ffffff;
		padding: 0px;
	}

	.compare .content table {
		margin-bottom: 0px;
	}

	.compare_tab_none p.lead .t_left_sp {
		font-size: 16px;
		font-weight: normal;
		text-align: left;
	}
}

/* sct_wbs_list */
.page_category .bg_white {
	border-radius: 10px;
	background: #fff;
	padding: 40px 20px 20px;
}

.sct_wbs_list {}

.sct_wbs_list .grid_links a {
	border-radius: 8px;
	border: 3px solid var(--color-green-light);
}

.sct_wbs_list .grid_tags {
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.sct_wbs_list .grid_tags a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 60px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	background: var(--color-beige);
	border-radius: 8px;
	padding: 10px 30px 10px 15px;
}

.sct_wbs_list .grid_tags svg {
	position: absolute;
	top: calc(50% - 5px);
	right: 12px;
}

.sct_wbs_list .category_items {
	/*margin-top: 45px;*/
	margin-top: 80px;
}

.sct_wbs_list .category_items .block+.block {
	/*margin-top: 45px;*/
	margin-top: 80px;
}

.sct_wbs_list .category_items .title_m {
	/*
		color: var(--color-green);
		background: #fff;
		border: 1px solid var(--color-green);
*/
	color: #fff;
	background: #333333;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 12px;
}

.sct_wbs_list .category_items .all_item_link {
	text-align: center;
	margin-bottom: 25px;
}

.sct_wbs_list .category_items .all_item_link a {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sct_wbs_list .category_items .tag_txt {
	text-align: center;
}

.sct_wbs_list .category_items .tag_txt .txt_m {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 25px 0 15px;
}

.sct_wbs_list .grid_cat_items {
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
}

.grid_cat_items .item_detail {
	border-radius: 8px;
	background: #fff;
}

.grid_cat_items .item_detail>a {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px 15px 50px;
}

.grid_cat_items .item_detail a .cat {
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 110%;
	background: var(--color-beige);
	border-radius: 50px;
	margin-bottom: 18px;
	padding: 6px 14px 7px;
}

.grid_cat_items .item_detail a .main_info {
	gap: 15px;
}

.grid_cat_items .item_detail a .image {
	width: 42%;
}

.grid_cat_items .item_detail a .image img {
	width: 100%;
}

.grid_cat_items .item_detail a .txt {
	width: 58%;
}

.grid_cat_items .item_detail a .txt .feature {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px;
}

.grid_cat_items .item_detail a .txt .feature img {
	max-width: 40px;
}

.grid_cat_items .item_detail a .txt .item_name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 5px;
}

.grid_cat_items .item_detail a .txt .list_code_item {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}

.grid_cat_items .item_detail a .txt .list_code_item span {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #000;
	line-height: 1;
	margin-right: 5px;
	padding: 2px 5px 3px;
}

.grid_cat_items .item_detail a .item_price {
	font-size: 20px;
	font-weight: 700;
	color: #fd3232;
	letter-spacing: 1px;
	text-align: right;
	margin-bottom: 10px;
}

.grid_cat_items .item_detail a .item_price .txt_s {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}

.grid_cat_items .item_detail a .item_price .txt_m {
	font-size: 14px;
}

.grid_cat_items .item_detail a .item_outline {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.grid_cat_items .item_detail a .tax {
	text-align: right;
	margin-bottom: 5px;
}

.grid_cat_items .item_detail a table {
	line-height: 1.4;
	margin-bottom: 10px;
}

.grid_cat_items .item_detail a table th {
	font-size: 10px !important;
	line-height: 1.2;
	background: #909090;
	padding: 3px 2px !important;
}

.grid_cat_items .item_detail a table td {
	font-size: 10px !important;
	padding: 2px !important;
}

.grid_cat_items .item_detail a .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 10px;
}

.grid_cat_items .item_detail a .tags span {
	display: inline-block;
}

.grid_cat_items .item_detail a .caption {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #fff;
	width: calc(100% - 30px);
	background: var(--color-green);
	border-radius: 100px;
	margin: 15px 0 0 auto;
	padding: 6px 15px 7px;
}

.grid_cat_items .item_detail a .caption svg {
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	margin: 0 0 0 8px;
}

/* うらがマグネットシートの（貼る場所が鉄）ホワイトボードシート */
.grid_cat_items .item_detail a.wm .external_txt {
	position: relative;
	top: 5px;
	font-size: 12px;
	font-weight: 500;
	color: orange;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid_cat_items .item_detail a.wm .caption svg {
	top: calc(50% - 6px);
	right: 10px;
}

/* icons */
.sct_wbs_list .icon_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 60px 0 30px;
}

.sct_wbs_list .feature_icons {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 60px 0 10px;
	margin: 0px 0 10px;
}

.sct_wbs_list .feature_icons .flex {
	align-items: center;
	background: #fff;
	padding: 15px;
}

.sct_wbs_list .feature_icons .flex .image {
	width: 50px;
}

.sct_wbs_list .feature_icons .flex .image img {
	width: 100%;
}

.sct_wbs_list .feature_icons .flex p {
	width: calc(100% - 50px);
	font-size: 12px;
	line-height: 1.4;
	padding-left: 15px;
}

.sct_wbs_list .feature_icon_only {
	flex-wrap: wrap;
	gap: 10px;
	background: #fff;
	margin-bottom: 60px;
	padding: 15px;
}

.sct_wbs_list .feature_icon_only .image img {
	width: 50px;
}

.sct_wbs_list .category_links {
	margin: 60px 0 60px;
	padding: 40px 20px;
}

.sct_wbs_list .flex_category_links {
	justify-content: center;
	gap: 15px;
}

.sct_wbs_list .flex_category_links a {
	flex: 1;
	background: var(--color-beige);
	border-radius: 8px;
	overflow: hidden;
}

.sct_wbs_list .flex_category_links a .image {}

.sct_wbs_list .flex_category_links a .image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.sct_wbs_list .flex_category_links a .txt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	min-height: 60px;
	padding: 0 25px 0 15px;
}

.sct_wbs_list .flex_category_links a .txt svg {
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}

.sct_wbs_list .flex_category_links.flex_col5 {
	margin-top: 20px;
}

.sct_wbs_list .flex_category_links.flex_col5 a .txt {
	font-size: 12px;
	line-height: 1.4;
	min-height: 40px;
	padding: 0 25px 0 10px;
}

@media screen and (max-width: 767px) {
	.sct_wbs_list .category_links {
		margin: 30px 0 30px;
		padding: 25px 15px !important;
	}

	.sct_wbs_list .flex_category_links {
		flex-wrap: wrap;
		gap: 10px;
	}

	.sct_wbs_list .flex_category_links a {
		flex: inherit;
		width: calc(50% - 5px);
	}

	.sct_wbs_list .flex_category_links a .txt {
		font-size: 13px;
		line-height: 1.3;
	}

	.sct_wbs_list .flex_category_links.flex_col5 {
		margin-top: 25px;
	}

	.sct_wbs_list .flex_category_links.flex_col5 a {
		width: calc(33.33% - 7px);
	}

	.sct_wbs_list .flex_category_links.flex_col5 a .txt {
		font-size: 11px;
		line-height: 1.3;
		min-height: 40px;
		padding: 0 25px 0 10px;
	}

	.sct_wbs_list .category_items .title_m {
		text-align: left;
	}
}

.js-scroll.scroll-hint {
	overflow-y: hidden !important;
}

@media screen and (max-width: 767px) {
	.page_category .bg_white {
		padding: 15px 15px 15px;
	}

	.sct_wbs_list {}

	.sct_wbs_list .grid_links a {
		border: 2px solid var(--color-green-light);
	}

	.sct_wbs_list .grid_tags {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px 10px;
	}

	.sct_wbs_list .grid_tags a {
		min-height: auto;
		font-size: 14px;
		padding: 15px 25px 15px 15px;
	}

	.sct_wbs_list .grid_tags svg {
		top: calc(50% - 5px);
		right: 10px;
	}

	.sct_wbs_list .category_items {
		/*margin-top: 40px;*/
		margin-top: 60px;
	}

	.sct_wbs_list .category_items .block+.block {
		/*margin-top: 40px;*/
		margin-top: 60px;
	}

	.sct_wbs_list .category_items .title_m {
		margin-bottom: 15px;
		padding: 10px;
	}

	.sct_wbs_list .category_items .all_item_link {
		text-align: center;
		margin-bottom: 25px;
	}

	.sct_wbs_list .category_items .all_item_link a {
		font-size: 12px;
		line-height: 1.5;
		text-underline-offset: 3px;
	}

	.sct_wbs_list .category_items .tag_txt {
		text-align: left;
	}

	.sct_wbs_list .category_items .tag_txt .txt_m {
		font-size: 18px;
		line-height: 1.5;
		margin: 15px 0 10px;
	}

	.sct_wbs_list .grid_cat_items {
		gap: 18px;
		grid-template-columns: repeat(1, 1fr);
	}

	.sct_wbs_list .grid_cat_items {
		display: block;
	}

	.grid_cat_items .item_detail+.item_detail {
		margin-top: 18px;
	}

	.grid_cat_items .item_detail {}

	.grid_cat_items .item_detail>a {
		display: block;
		position: relative;
		height: 100%;
		padding: 15px 15px 15px;
	}

	.grid_cat_items .item_detail a .cat {
		display: inline-block;
		font-size: 10px;
		font-weight: 500;
		line-height: 110%;
		background: var(--color-beige);
		border-radius: 50px;
		margin-bottom: 18px;
		padding: 6px 14px 7px;
	}

	.grid_cat_items .item_detail a .main_info {
		flex-wrap: wrap;
		gap: 15px;
	}

	.grid_cat_items .item_detail a .image {
		width: 100%;
	}

	.grid_cat_items .item_detail a .txt {
		width: 100%;
	}

	.grid_cat_items .item_detail a .txt .feature {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		margin-bottom: 10px;
	}

	.grid_cat_items .item_detail a .txt .feature img {
		max-width: 40px;
	}

	.grid_cat_items .item_detail a .txt .item_name {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 6px;
	}

	.grid_cat_items .item_detail a .txt .list_code_item {
		font-size: 12px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.grid_cat_items .item_detail a .txt .list_code_item span {
		display: inline-block;
		font-size: 12px;
		border: 1px solid #000;
		line-height: 1;
		margin-right: 5px;
		padding: 2px 5px 3px;
	}

	.grid_cat_items .item_detail a .item_price {
		font-size: 20px;
		font-weight: 700;
		color: #fd3232;
		letter-spacing: 1px;
		text-align: right;
		margin-bottom: 10px;
	}

	.grid_cat_items .item_detail a .item_price .txt_s {
		display: inline-block;
		font-size: 12px;
		margin-left: 5px;
	}

	.grid_cat_items .item_detail a .item_price .txt_m {
		font-size: 14px;
	}

	.grid_cat_items .item_detail a .item_outline {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.grid_cat_items .item_detail a .tax {
		text-align: right;
		margin-bottom: 5px;
	}

	.grid_cat_items .item_detail a .table_wrap {
		width: 100%;
		/*

				max-width: 320px;
*/
		margin-bottom: 10px;
	}

	.grid_cat_items .item_detail a table {
		margin-bottom: 0px;
	}

	.grid_cat_items .item_detail a table th {
		font-size: 12px !important;
		line-height: 1.2;
		background: #909090;
		padding: 3px 2px !important;
	}

	.grid_cat_items .item_detail a table td {
		font-size: 12px !important;
		padding: 2px !important;
	}

	.grid_cat_items .item_detail a table th:nth-child(1),
	.grid_cat_items .item_detail a table td:nth-child(1) {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.grid_cat_items .item_detail a table th:nth-child(1)::before,
	.grid_cat_items .item_detail a table td:nth-child(1)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	.grid_cat_items .item_detail a .tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		font-size: 10px;
		margin-bottom: 10px;
	}

	.grid_cat_items .item_detail a .tags span {
		display: inline-block;
	}

	.grid_cat_items .item_detail a .caption {
		position: relative;
		bottom: unset;
		right: unset;
		font-size: 12px;
		height: 22px;
		width: 100%;
		margin: 0 0 0 auto;
		padding: 1px 12px 1px;
	}

	.grid_cat_items .item_detail a .caption svg {
		top: 7px;
	}

	/* うらがマグネットシートの（貼る場所が鉄）ホワイトボードシート */
	.grid_cat_items .item_detail a.wm .external_txt {
		margin-bottom: 15px;
	}

	.grid_cat_items .item_detail a.wm .caption svg {
		top: calc(50% - 5px);
	}

	/* icons */
	.sct_wbs_list .icon_title {
		margin: 40px 0 25px;
	}

	.sct_wbs_list .feature_icons {
		grid-template-columns: repeat(1, 1fr);
		gap: 5px;
		margin: 40px 0 10px;
		margin: 0px 0 10px;
	}

	.sct_wbs_list .feature_icons .flex {
		padding: 5px;
	}

	.sct_wbs_list .feature_icons .flex .image {
		width: 50px;
	}

	.sct_wbs_list .feature_icons .flex .image img {
		width: 100%;
	}

	.sct_wbs_list .feature_icons .flex p {
		width: calc(100% - 50px);
		font-size: 12px;
		line-height: 1.4;
		padding-left: 10px;
	}

	.sct_wbs_list .feature_icon_only {
		gap: 5px;
		margin-bottom: 40px;
		padding: 5px;
	}

	.sct_wbs_list .feature_icon_only .image img {
		width: 50px;
	}
}

/* search_tags */
.bg_white.search_tags {
	margin-bottom: 40px;
	padding-bottom: 30px !important;
}

.search_tags .title_l_type1 {
	margin-bottom: 40px;
}

.search_tags .tags {
	flex-wrap: wrap;
	gap: 10px;
}

.search_tags .tags a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	background: var(--color-beige);
	border-radius: 100px;
	padding: 5px 20px 6px 12px;
}

.search_tags .tags a::after {
	content: '';
	position: absolute;
	top: 9px;
	right: 10px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.bg_white.search_tags {
		margin-bottom: 40px;
		padding: 30px 15px 15px !important;
	}

	.search_tags .title_l_type1 {
		margin-bottom: 40px;
	}

	.search_tags .title_l_type1 span {
		padding: 12px 20px;
	}

	.search_tags .tags {
		flex-wrap: wrap;
		gap: 8px;
	}
}

/* page_category_child ------------------------------------------------*/
.page_category_child {}

.page_category_child .parent_cat_name {
	text-align: center;
	margin-bottom: 20px;
}

.page_category_child .sct_intro {
	margin-bottom: 40px;
}

.page_category_child .sct_intro .bg_white {
	text-align: center;
	padding: 20px;
}

.page_category_child .sct_intro .txt_l {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.page_category_child .sct_intro .txt_l .txt_main_m {
	display: block;
	font-size: 28px;
	font-weight: 700;
}

.page_category_child .sct_intro .main_image {
	margin-bottom: 25px;
}

.page_category_child .sct_intro .txt_m {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}

.page_category_child .sct_intro .feature_icons {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 25px;
}

.page_category_child .sct_intro .feature_icons img {
	width: 100%;
	max-width: 70px;
}

.page_category_child .sct_intro .caution {
	/*font-size: 14px;*/
	font-weight: 500;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	padding: 15px;
}

.page_category_child .sct_intro .caution div {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
.page_category_child .sct_intro .caution p {
	text-align: left;
}
.page_category_child .sct_intro .caution a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.page_category_child .sct_intro .caution a:hover {
	text-decoration: none;
}

.page_category_child .grid_links_cat_child {
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 40px;
}

.page_category_child .grid_links_cat_child a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	background: #fff;
	min-height: 90px;
	border-radius: 8px;
	padding: 10px 30px 10px 10px;
}

.page_category_child .grid_links_cat_child a::after {
	content: '';
	position: absolute;
	/*bottom: 15px;*/
	top: calc(50% - 6px);
	right: 10px;
	width: 17px;
	height: 17px;
	background-image: url(../../img/common/arrow_green_round.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.page_category_child .grid_links_cat_child a .txt_s {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.page_category_child .parent_cat_name {
		margin-bottom: 15px;
	}

	.page_category_child .sct_intro {
		margin-bottom: 30px;
	}

	.page_category_child .sct_intro .bg_white {
		padding: 15px;
	}

	.page_category_child .sct_intro .txt_l {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.page_category_child .sct_intro .txt_l .txt_main_m {
		font-size: 20px;
	}

	.page_category_child .sct_intro .main_image {
		margin-bottom: 15px;
	}

	.page_category_child .sct_intro .txt_m {
		font-size: 16px;
		text-align: left;
		margin-bottom: 15px;
	}

	.page_category_child .sct_intro .feature_icons {
		margin-bottom: 20px;
	}

	.page_category_child .sct_intro .feature_icons img {
		max-width: 60px;
	}

	.page_category_child .sct_intro .caution {
		font-size: 15px;
		padding: 15px;
	}

	.page_category_child .sct_intro .caution div {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.page_category_child .sct_intro .caution p {
		text-align: left;
	}

	.page_category_child .grid_links_cat_child {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 30px;
	}

	.page_category_child .grid_links_cat_child a {
		font-size: 13px;
		min-height: 70px;
		padding: 10px 15px 10px 10px;
	}

	.page_category_child .grid_links_cat_child a::after {
		content: '';
		position: absolute;
		/*bottom: 5px;*/
		top: calc(50% - 5px);
		right: 5px;
		width: 14px;
		height: 14px;
		background-image: url(../../img/common/arrow_green_round.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.page_category_child .grid_links_cat_child a .txt_s {
		font-size: 10px;
	}
}

/* page_form フォーム ---------------------------------*/
.page_form .bg_white {
	border-radius: 10px;
	background: #fff;
	margin-bottom: 70px;
	padding: 40px 20px 45px;
}

.page_form .sct_form .lead {
	text-align: center;
	margin-bottom: 30px;
}

.page_form .sct_form .lead .txt_s {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}

.page_form .tel_fax_link {
	text-align: center;
	margin-bottom: 20px;
}

.page_form .tel_fax_link a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 50px;
	border: 1px solid var(--color-green);
	border-radius: 100px;
}

.page_form .tel_fax_link a svg {
	position: absolute;
	top: calc(50% - 7px);
	right: 15px;
}

.page_form .for_contact {
	font-size: 14px;
	text-align: right;
	margin-bottom: 50px;
}

.page_form .title_l {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
	background: var(--color-green);
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 10px 20px;
}

.page_form .sct_form .inner {
	padding: 0 15px;
}

.page_form .sct_form .item_wrap .item {
	display: flex;
	line-height: 1.2;
	border-bottom: 1px solid #d6d6d6;
	padding: 25px 0;
}

.page_form .sct_form .item_wrap .item .col_l {
	width: 230px;
}

.page_form .sct_form .item_wrap .item .col_l label {
	display: flex;
	position: relative;
	line-height: 1.3;
	font-weight: 500;
}

.page_form .sct_form .item_wrap .item .col_l .txt_s {
	display: block;
	font-size: 12px;
}

.page_form .sct_form .required {
	position: absolute;
	top: 2px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	background: #fd3232;
	width: 30px;
	height: 18px;
	border-radius: 3px;
	padding-bottom: 1px;
}

.page_form .sct_form .item_wrap .item .col_r {
	width: calc(100% - 230px);
	padding-left: 35px;
}

.page_form .sct_form .item_wrap .item .col_r .sample_title {
	color: var(--color-green);
	border-bottom: 1px dotted var(--color-green);
	margin-bottom: 10px;
	padding: 0 0 4px 0;
}

.page_form .sct_form .item_wrap .item .col_r .sample_item_wrap+.sample_title {
	margin-top: 15px;
}

.page_form .sct_form .item_wrap .item .col_r .wpcf7-list-item {
	display: block;
	font-size: 15px;
	text-indent: -24px;
	padding-left: 25px;
}

.page_form .sct_form .item_wrap .item .col_r .horizontal .wpcf7-list-item {
	display: inline-block;
}

.page_form .sct_form .item_wrap .item .col_r .horizontal .wpcf7-list-item input[type="radio"] {
	margin-top: -2px;
}

.page_form .sct_form .item_wrap .item .col_r .t_right {
	text-align: right;
}

.page_form .sct_form .item_wrap .item .col_r .t_right a {
	font-size: 15px;
	color: var(--color-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.page_form .hidden-view {
	display: none;
	transition: 0.5s;
}

.page_form .hidden-view.open {
	display: block;
}

.page_form .more_btn {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background: var(--color-green);
	text-align: center;
	width: 180px;
	cursor: pointer;
	border-radius: 100px;
	margin: 20px auto 0;
	padding: 5px;
	transition: .5s;
}

.page_form .more_btn:hover {
	opacity: .7;
}

.page_form .more_btn::before {
	content: "ファイルをもっと添付する ▼";
}

.page_form .hidden-view.open+.more_btn::before {
	content: "閉じる ▲";
}

.page_form .sct_form .item input[type="text"],
.page_form .sct_form .item input[type="tel"],
.page_form .sct_form .item input[type="email"],
.page_form .sct_form .item textarea {
	font-family: inherit;
	font-size: 16px;
	border: 1px solid #B5B5B5;
	border-radius: 5px;
	width: 100%;
	padding: 8px 10px;
}

.page_form .sct_form .item .select_wrap {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.page_form .sct_form .item .select_wrap::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 10px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	pointer-events: none;
}

.page_form .sct_form .item .select_wrap select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Noto Sans JP", serif !important;
	font-size: 16px;
	color: #000000;
	border: 1px solid #B5B5B5;
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	margin-right: 4px;
	padding: 11px 20px 9px 10px;
	cursor: pointer;
}

.page_form .sct_form .item .item_label {
	font-size: 14px;
	font-weight: 500;
}

.page_form .sct_form .item input.zip_code {
	width: 120px;
	letter-spacing: 1px;
}

.page_form .sct_form .item .txt_s {
	font-size: 12px;
}

.page_form .sct_form .item .address_wrap {
	margin-top: 8px;
}

.page_form .sct_form .item .form_control .flex {
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.page_form .sct_form .item.gender_wrap .form_control .inline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.wpcf7-list-item {
	line-height: 1.2;
}

.wpcf7-list-item+.wpcf7-list-item {
	margin-top: 15px;
}

.wpcf7-list-item-label {
	cursor: pointer;
}

.page_form .sct_form .inner input[type="checkbox"] {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	vertical-align: -3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 3px 0px 0;
	cursor: pointer;
}

.page_form .sct_form .inner input[type="checkbox"]:checked:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 10px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

.page_form .sct_form .inner .item_privacy {
	display: block;
	text-align: left;
	margin: 35px 0 25px;
}

.page_form .sct_form .inner .privacy:link,
.page_form .sct_form .inner .privacy:visited {
	text-decoration: underline;
}

.page_form .sct_form .inner .privacy:hover {
	text-decoration: none;
}

.page_form .sct_form .inner .item_agreement {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

/* submit button  */
.page_form .btn_wrap {
	text-align: center;
}

.page_form input[type="submit"] {
	-webkit-appearance: none !important;
	position: relative !important;
	z-index: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: "Noto Sans JP", serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #fff !important;
	line-height: 1 !important;
	border: none !important;
	width: 100%;
	max-width: 300px !important;
	height: 60px !important;
	border-radius: 100px !important;
	background: var(--color-green) !important;
	transition: 0.5s !important;
	cursor: pointer !important;
	margin: 0 auto;
}

.page_form input[type="submit"]:hover {
	opacity: .7;
}

.page_form .tel_fax {
	border-top: 1px solid #d6d6d6;
	text-align: center;
	margin-top: 30px;
	padding-top: 40px;
}

.page_form .tel_fax .title_m {
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}

.page_form .tel_fax .tel_fax_wrap {
	text-align: center;
	margin-top: 50px;
}

.page_form .tel_fax .tel,
.page_form .tel_fax .fax {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	font-size: 32px;
	font-weight: 700;
	color: #606060!important;
}

.page_form .tel_fax .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	width: 34px;
	height: 34px;
	background: #606060;
	border-radius: 100px;
}

.page_form .tel_fax .txt_s {
	font-size: 12px;
	margin-top: 3px;
}

@media screen and (max-width: 820px) {
	.page_form .sct_form .item_wrap .item {
		flex-wrap: wrap;
		padding: 25px 0;
	}

	.page_form .sct_form .item_wrap .item .col_l {
		width: 100%;
		padding: 0 0 15px 0;
	}

	.page_form .sct_form .item_wrap .item .col_r {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
.in_form_page{
	display: none!important;
}

	.page_form .bg_white {
		margin-bottom: 0px;
		padding: 20px 15px 45px;
	}

	.page_form .sct_form .lead {
		text-align: left;
		margin-bottom: 25px;
	}

	.page_form .sct_form .lead .txt_s {
		font-size: 13px;
		text-indent: -12px;
		padding-left: 12px;
	}

	.page_form .tel_fax_link {
		text-align: center;
		margin-bottom: 20px;
	}

	.page_form .tel_fax_link a {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 250px;
		height: 50px;
		border: 1px solid var(--color-green);
		border-radius: 100px;
	}

	.page_form .tel_fax_link a svg {
		position: absolute;
		top: calc(50% - 7px);
		right: 15px;
	}

	.page_form .for_contact {
		font-size: 14px;
		text-align: center;
		margin-bottom: 30px;
	}

	.page_form .title_l {
		font-size: 18px;
		margin-bottom: 0px;
		padding: 10px 10px;
	}

	.page_form .sct_form .inner {
		padding: 0 0px;
	}

	.page_form .sct_form .item_wrap .item {
		padding: 20px 0;
	}

	.page_form .sct_form .inner .item_privacy {
		font-size: 15px;
		margin: 20px 0 20px;
	}

	.page_form .sct_form .inner .item_agreement {
		margin-bottom: 25px;
	}

	.page_form .tel_fax {
		border-top: 1px solid #d6d6d6;
		text-align: center;
		margin-top: 20px;
		padding-top: 35px;
	}

	.page_form .tel_fax .title_m {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.page_form .tel_fax .tel,
	.page_form .tel_fax .fax {
		font-size: 30px;
	}

	.page_form .tel_fax .txt_s {
		font-size: 12px;
		margin-top: 4px;
	}

	.page_form .tel_fax .tel_fax_wrap {
		margin-top: 40px;
	}
}

/* 送信完了画面 */
@media screen and (max-width: 767px) {
	.page_form .finish .lead a {
		text-decoration: underline;
	}

	.page_form .finish .lead a:hover {
		text-decoration: none;
	}
}

/* page_404 （404）---------------------------------*/
.page_404 .sct_single .wp_edit_area {
	text-align: center;
	padding: 80px 20px 80px;
}

.page_404 .sct_single .inner .btn_wrap {
	margin: 50px 0 0;
}

.page_404 .sct_single .link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	background: var(--color-green);
	border-radius: 100px;
	width: 100%;
	max-width: 300px;
	min-height: 60px;
	margin: 0 auto;
	padding: 15px 40px;
}

.page_404 .sct_single .link_btn::before {
	content: '';
	position: absolute;
	right: 30px;
	width: 10px;
	height: 18px;
	background-image: url(../../img/common/arrow_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* page_single_news ---------------------------------*/
.page_single_news .sct_single .news_label {
	text-align: center;
}

.page_single_news .sct_single .news_label span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 5px;
	background-image: url(../../img/common/mv_lower.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto 15px;
	padding: 0 20px;
}

.page_single_news .sct_single time {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-align: right;
	color: #666666;
	letter-spacing: 1px;
	border-radius: 5px;
	margin: 0 0 18px;
}

.page_single_news .sct_single .terms {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 30px;
}

.page_single_news .sct_single .terms a {
	display: inline-block;
	font-size: 14px;
	color: var(--color-green);
	text-align: left;
	line-height: 1.1;
	background: #fff;
	border: 1px solid var(--color-green);
	border-radius: 100px;
	max-width: calc(100% - 20px);
	text-decoration: none !important;
	margin-bottom: 0 !important;
	padding: 3px 8px;
}

.page_single_news .sct_single .wp_edit_area {
	padding: 20px 20px 15px;
}

.page_single_news .sct_single .wp_edit_area h2 {
	text-align: left;
}

.page_single_news .sct_single .wp_edit_area h3 {
	font-size: 22px;
	line-height: 1.3;
	text-align: left;
	border: 2px solid var(--color-green);
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 6px 10px 9px;
}

.page_single_news .sct_single .wp_edit_area h3 strong {
	background: none;
}

.page_single_news .sct_single .wp_edit_area h4 {
	font-size: 20px;
	text-align: left;
}

.page_single_news .sct_single .wp_edit_area h5 {
	line-height: 1.4;
	text-align: left;
	border: none;
	border-left: 3px solid var(--color-green);
	padding: 5px 10px;
}

.page_single_news .sct_single .wp_edit_area a {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--color-green);
	margin: 0 0 18px;
}

.page_single_news .sct_single .wp_edit_area a:hover {
	text-decoration: none;
}

.page_single_news .sct_single .wp_edit_area > table {
	min-width: inherit;
}


.page_news .link_btn,
.page_column .link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: var(--color-green);
	line-height: 1;
	text-align: center;
	border: 1px solid var(--color-green);
	border-radius: 100px;
	width: 100%;
	max-width: 340px;
	min-height: 60px;
	background: #fff;
	margin: 40px auto 80px;
}

.page_news .link_btn::before,
.page_column .link_btn::before {
	content: '';
	position: absolute;
	right: 20px;
	width: 10px;
	height: 18px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* share buttons  */
.addtoany_shortcode {
	text-align: center;
	margin: -30px 0 40px;
}

@media screen and (max-width: 767px) {
	.page_single_news .sct_single .wp_edit_area h3 {
		font-size: 18px;
		padding: 6px 10px 7px;
	}

	.page_single_news .sct_single .wp_edit_area h4 {
		font-size: 17px;
		text-align: left;
	}

	.page_single_news .sct_single .wp_edit_area h5 {
		font-size: 16px;
		line-height: 1.4;
		padding: 5px 10px;
	}
}

/* page_news ---------------------------------*/
.page_news .bg_white,
.page_column .bg_white {
	border-radius: 10px;
	background: #fff;
	margin-bottom: 40px;
	padding: 20px 20px 40px;
}

.page_news .sct_news .articles .no_data {
	text-align: center
}

.page_news .sct_news article a {
	position: relative;
	display: flex;
	border-bottom: 1px solid #dddddd;
	padding: 20px;
}

.page_news .sct_news article a::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	width: 6px;
	height: 11px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.page_news .sct_news article a:hover {
	color: var(--color-green);
	opacity: 1;
}

.page_news .sct_news article a .date {
	font-size: 14px;
	color: #717171;
	line-height: 160%;
	letter-spacing: 1px;
	width: 130px;
}

.page_news .sct_news article a .title {
	font-size: 16px;
	line-height: 150%;
	width: calc(100% - 130px)
}

.page_news .sct_news article a svg {
	position: absolute;
	top: calc(50% - 3px);
	right: 10px
}

/* wp-pagenavi ページネーション */
.pagination {
	margin-top: 40px;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi .page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border-color: #b3b3b3;
	border-radius: 50px;
	margin: 5px;
	padding: 0 2px;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
	font-size: 10px;
	width: 45px;
	height: 22px;
	padding-bottom: 1px;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	border-color: var(--color-green) !important;
	background: var(--color-green);
}

.wp-pagenavi a:hover {
	opacity: 1;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: 30px;
	height: 30px;
}

.wp-pagenavi .icon {
	border: none;
	width: auto;
	height: auto;
	background-image: url(../../img/common/arrow_black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 12px;
	height: 7px;
}

.wp-pagenavi .previouspostslink .icon {
	transform: scaleX(-1);
}

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

	/* share buttons  */
	.addtoany_shortcode {
		margin: -10px 0 40px;
	}

	.page_news .sct_news {
		padding: 10px 20px 60px
	}

	.page_news .bg_white,
	.page_column .bg_white {
		/*margin-bottom: 60px;*/
		padding: 20px 20px 40px;
	}

	.page_news .sct_news .articles {
		margin-bottom: 40px
	}

	.page_news .sct_news article a {
		flex-wrap: wrap;
		padding: 15px 25px 14px 0
	}

	.page_news .sct_news article a img {
		right: 0
	}

	.page_news .sct_news article a .date {
		width: 100%;
		font-size: 13px;
		line-height: 1;
		margin-bottom: 8px;
		padding-left: 0
	}

	.page_news .sct_news article a .title {
		font-size: 15px;
		line-height: 140%;
		width: 100%
	}
}

/* page_column ---------------------------------*/
.page_column .lead {
	text-align: center;
	margin: 20px 0 60px;
}

.page_column .useful {
	margin-bottom: 0;
	padding: 0;
}

.page_column .useful .flex+.title_l_type1,
.page_column .useful .pagenation+.title_l_type1 {
	margin-top: 80px;
}

.page_column .useful .flex_column {
	flex-wrap: wrap;
}

.page_column .useful .flex_column a {
	position: relative;
	width: calc(25% - 12px);
}

.page_column .title_m {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

/* タクソノミーーアーカイブ */
.page_column .mv_lower .title {
	text-align: center;
	line-height: 1.4;
}

.page_column .mv_lower .txt_s {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.page_column .mv_lower .txt_m {
	display: block;
	font-size: 24px;
}

.page_column .useful .pagination+.title_l_type1 {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.page_column .lead {
		margin: 0 0 40px;
	}

	.page_column .useful .flex_column a {
		position: relative;
		width: 100%;
		max-width: 100%;
	}

	/* タクソノミーーアーカイブ */
	.page_column .mv_lower .inner {
		height: auto;
		min-height: 80px;
	}

	.page_column .mv_lower .txt_s {
		font-size: 15px;
	}

	.page_column .mv_lower .txt_m {
		font-size: 20px;
	}

	.page_column .useful .pagination+.title_l_type1 {
		margin-top: 60px;
	}
}

/* page_static_large コーディング対応の静的ページ---------------------------------*/
.page_static .mv_lower .title,
.page_static_large .mv_lower .title {
	text-align: center;
	line-height: 1.4;
}

.page_static .mv_lower .txt_s,
.page_static_large .mv_lower .txt_s {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}

.page_static .mv_lower .txt_m,
.page_static_large .mv_lower .txt_m {
	display: block;
	font-size: 32px;
	letter-spacing: 2px;
}

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

	.page_static .mv_lower .inner,
	.page_static_large .mv_lower .inner {
		height: auto;
	}

	.page_static .mv_lower .txt_s,
	.page_static_large .mv_lower .txt_s {
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.page_static .mv_lower .txt_m,
	.page_static_large .mv_lower .txt_m {
		display: block;
		font-size: 24px;
		letter-spacing: 1px;
	}
}

.page_static .bg_white {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 20px 15px;
}

.page_static .bg_yellow {
	background: #ffffc9;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 20px 15px;
}

.page_static .bg_beige {
	background: var(--color-beige);
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 20px 15px;
}

.underline_yellow {
	background: linear-gradient(transparent 70%, #ffe655 0%);
	background: -ms-linear-gradient(transparent 70%, #ffe655 0%);
}

.page_static .applicable,
.page_static_large .applicable {
	padding: 0 20px;
}

.page_static .applicable .useful,
.page_static_large .applicable .useful {
	max-width: inherit;
}

.page_static .applicable .useful .flex,
.page_static_large .applicable .useful .flex {
	justify-content: center;
}

.page_static .applicable .useful .flex+.flex {
	margin-top: 20px;
}

.page_static .applicable .useful .flex a,
.page_static_large .applicable .useful .flex a {
	max-width: 300px;
}

.page_static .applicable .bg_yellow,
.page_static_large .applicable .bg_yellow {
	padding: 40px 20px;
}

.page_static .applicable .label,
.page_static_large .applicable .label {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 45px;
}

.page_static_large .wp_edit_area {
	padding-bottom: 20px;
}

.page_static_large .wp_edit_area h2 {
	font-size: 24px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 25px;
	padding: 8px 15px 9px;
}

.page_static_large .wp_edit_area h3 {
	font-size: 20px;
	text-align: left;
	line-height: 1.4;
	border: 1px solid var(--color-green);
	background: var(--color-yellow-light);
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 6px 15px 7px;
}

.page_static_large .wp_edit_area img {
	max-width: 100%;
}

.page_static_large .wp_edit_area .mb0 {
	margin-bottom: 0;
}

.page_static_large .wp_edit_area .box {
	padding: 0 15px;
}

.page_static_large .wp_edit_area .t_red {
	font-weight: bold;
	color: #ff0000;
}

.page_static_large .wp_edit_area .t_bold {
	font-weight: bold;
}

.page_static_large .wp_edit_area .t_center {
	text-align: center;
}

.page_static_large .wp_edit_area .t_left td {
	vertical-align: top;
	text-align: left !important;
}

.page_static_large .t_right {
	text-align: right;
}

.page_static_large .wp_edit_area .txt_xs {
	font-size: 12px;
}

.page_static_large .wp_edit_area .txt_s {
	font-size: 14px;
}

.page_static_large .wp_edit_area .txt_m {
	font-size: 18px;
}

.page_static_large .wp_edit_area .txt_l {
	font-size: 22px;
}

.page_static_large .wp_edit_area .txt_xl {
	font-size: 24px;
}

.page_static_large .wp_edit_area .flex_image {
	width: 100%;
	gap: 20px;
	margin-bottom: 20px;
}

.page_static_large .wp_edit_area .flex_image .flex_item {
	width: 100%;
}

.page_static_large .wp_edit_area .flex_image .flex_item img {
	width: 100%;
	margin-bottom: 0;
}

.page_static_large .wp_edit_area .flex_image_point .flex_item {
	text-align: center;
}

.page_static_large .wp_edit_area .flex_image_point .flex_item img {
	max-width: 330px;
}

.page_static_large .related_page a {
	font-size: 14px;
	font-weight: bold;
	color: var(--color-green);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.page_static_large .related_page_wrap {
	margin-bottom: 40px;
}

.page_static_large .related_page+.related_page {
	margin-top: 15px;
}

.page_static_large ul li strong {
	/*color: var(--color-green);*/
}

.page_static_large .click_photo {
	font-size: 14px;
	color: #606060;
	text-align: center;
	line-height: 1.4;
}

.page_static_large .mb_adjust {
	margin-bottom: 60px !important;
}

.page_static_large .mb_adjust_m {
	margin-bottom: 50px !important;
}

.page_static_large .mb_adjust_s {
	margin-bottom: 40px !important;
}

.page_static_large .mb_adjust_ss {
	margin-bottom: 20px !important;
}

.page_static_large .wp-block-table {
	overflow-x: auto;
}

.page_static_large .wp-block-table table {
	min-width: 600px;
}

.page_static_large .sct_top_block {
	margin-top: 40px;
}

.page_static_large .sct_top_block .btn_wrap .link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--color-green);
	line-height: 1.5;
	text-align: center;
	border: 1px solid var(--color-green);
	border-radius: 100px;
	background: #fff;
	width: 100%;
	max-width: 440px;
	min-height: 80px;
	margin: 40px auto 0;
	padding: 15px 40px;
}

table.tbl_general {
	min-width: inherit !important;
	line-height: 1.8;
}

table.tbl_general tr th:nth-child(1) {
	width: 130px;
}

table.tbl_general tr a {
	color: var(--color-green);
	text-decoration: underline;
}

table.tbl_general tr a:hover {
	text-decoration: none;
}

.google_map {
	aspect-ratio: 16 / 9;
}

.google_map iframe {
	width: 100%;
	height: 100%;
}

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

	.page_static .applicable,
	.page_static_large .applicable {
		padding: 0 0px;
	}

	.page_static .applicable .bg_yellow,
	.page_static_large .applicable .bg_yellow {
		padding: 30px 20px 20px;
	}

	.page_static .applicable .label,
	.page_static_large .applicable .label {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 35px;
	}

	.page_static_large .wp_edit_area h2 {
		font-size: 21px;
		margin-bottom: 20px;
		padding: 8px 10px 9px;
	}

	.page_static_large .wp_edit_area h3 {
		font-size: 18px;
		margin-bottom: 15px;
		padding: 6px 10px 7px;
	}

	.page_static_large .wp_edit_area .box {
		padding: 0 0px;
	}

	.page_static_large .wp_edit_area .txt_xs {
		font-size: 12px;
	}

	.page_static_large .wp_edit_area .txt_s {
		font-size: 14px;
	}

	.page_static_large .wp_edit_area .txt_m {
		font-size: 17px;
	}

	.page_static_large .wp_edit_area .txt_l {
		font-size: 18px;
	}

	.page_static_large .wp_edit_area .txt_xl {
		font-size: 20px;
	}

	.page_static_large .wp_edit_area .flex_image {
		flex-wrap: wrap;
		width: 100%;
		gap: 20px;
		margin-bottom: 20px;
	}

	.page_static_large .wp_edit_area .flex_image .flex_item {
		width: 100%;
	}

	.page_static_large .wp_edit_area .flex_image .flex_item img {
		width: 100%;
		margin-bottom: 0;
	}

	.page_static_large .wp_edit_area .flex_image_point .flex_item {
		text-align: center;
	}

	.page_static_large .wp_edit_area .flex_image_point .flex_item img {
		max-width: 330px;
	}

	.page_static_large .click_photo {
		font-size: 12px;
	}

	table.tbl_general tr th:nth-child(1) {
		width: 100%;
	}

	table.tbl_general {}

	table.tbl_general tr {
		display: flex;
		flex-wrap: wrap;
	}

	table.tbl_general tr th,
	table.tbl_general tr td {
		width: 100%;
		border: none !important;
	}

	table.tbl_general tr th {
		text-align: left;
		letter-spacing: 1px;
		color: #000000;
		background: #ffffdd;
		background: var(--color-green-light);
	}

	table.tbl_general tr td {
		padding: 10px 0 !important;
	}

	table.min_width_none {
		min-width: inherit !important;
	}

	table.sp_txt_s th,
	table.sp_txt_s td {
		font-size: 15px;
	}

	.google_map {
		aspect-ratio: 4 / 3;
	}
}

/* sitemap -------------------------------------------*/
.page_sitemap main .sct_single .subcol_cat+.subcol_cat {
	margin-top: 5px;
}

.page_sitemap main .sct_single a {
	display: block;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.page_sitemap main .sct_single a:hover {
	opacity: 1;
	color: var(--color-green);
	text-decoration: none;
}

.page_sitemap main .sct_single a.cat_title {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--color-green);
	line-height: 140%;
	padding: 9px 0 9px 15px;
}

.page_sitemap main .sct_single a.cat_title::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 6px;
	height: 10px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.page_sitemap main .sct_single .cat_wrap {
	padding: 0 0 0 15px;
}

.page_sitemap main .sct_single .cat_wrap+.cat_wrap {
	padding: 15px;
}

.page_sitemap main .sct_single .cat_wrap a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	margin-left: 15px;
	padding: 9px 0 9px 15px;
}

.page_sitemap main .sct_single .cat_wrap .cat_child_title {
	font-weight: 700;
	margin-left: 0;
	padding: 9px 0 9px 15px;
}

.page_sitemap main .sct_single .cat_wrap a::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 6px;
	height: 10px;
	background-image: url(../../img/common/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.page_sitemap main .sct_single .cat_wrap .item_link+.cat_child_title {
	position: relative;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.page_sitemap main .sct_single .subcol_cat+.subcol_cat {
		margin-top: 0;
	}

	.page_sitemap main .sct_single a.cat_title {
		padding: 9px 0 9px 10px;
	}

	.page_sitemap main .sct_single .cat_wrap {
		padding: 0 0 0 0px;
	}

	.page_sitemap main .sct_single .cat_wrap+.cat_wrap {
		padding: 10px;
	}

	.page_sitemap main .sct_single .cat_wrap a {
		font-size: 14px;
		margin-left: 10px;
		padding: 9px 0 9px 10px;
	}

	.page_sitemap main .sct_single .cat_wrap .cat_child_title {
		margin-left: 0;
		padding: 9px 0 9px 10px;
	}

	.page_sitemap main .sct_single .cat_wrap a::after {
		content: '';
		position: absolute;
		top: calc(50% - 5px);
		left: 0;
		width: 6px;
		height: 10px;
		background-image: url(../../img/common/arrow_green.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.page_sitemap main .sct_single .cat_wrap .item_link+.cat_child_title {
		position: relative;
		margin-top: 10px;
	}
}

/* page_law --------------------------------- */
.page_law table tr th {
	background: #333333;
}

.page_law table tr td img {
	margin: 10px 0 5px !important;
}

.page_law table tr td .txt_xs {
	display: block;
	line-height: 1.4;
	text-indent: -11px;
	padding-left: 11px;
}

.page_law table.min_width_none {
	min-width: inherit;
}

@media screen and (max-width: 767px) {
	.page_law table tr th {
		color: #fff;
	}

	.page_law table.min_width_none tr {
		display: table-row;
		!important;
	}

	.page_law table.min_width_none tr th,
	.page_law table.min_width_none tr td {
		font-size: 14px;
		width: auto !important;
		border: 1px solid #d6d6d6 !important;
		padding: 5px !important;
	}

	.page_law table.min_width_none tr th:nth-child(1) {
		width: 55px !important;
	}

	.page_law table.min_width_none tr th:nth-child(3) {
		width: 64px !important;
	}
}

/* 日頃のお手入れ  -----------------------------------*/
.page_oteire .txt_xs {
	display: block;
	line-height: 1.6 !important;
}
.table_of_contents {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 20px;
}

.table_of_contents .toc_title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.table_of_contents .toc_title svg {
	margin-right: 10px;
}

.table_of_contents a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.table_of_contents a:hover {
	text-decoration: none;
}

.table_of_contents .txt_m {
	font-weight: bold;
	margin-bottom: 15px;
}

.table_of_contents ul:last-child {
	margin-bottom: 0;
}

.table_of_contents ul li::before {
	display: none;
}

.table_of_contents ul li+li {
	margin-top: 10px !important;
}

.page_oteire .grid_links {
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 30px;
}

.page_oteire .grid_links a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	background: #fff;
	min-height: 120px;
	min-height: 90px;
	border-radius: 8px;
	border: 3px solid var(--color-green-light);
	padding: 15px 5px 28px;
}

.page_oteire .grid_links a::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: calc(50% - 8px);
	width: 17px;
	height: 9px;
	background-image: url(../../img/wbsc/arrow_down.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.page_oteire .grid_links a .txt_s {
	font-size: 12px;
}

.page_oteire .wp_edit_area h4 {
	text-align: left;
	padding-left: 15px;
}

.page_oteire .wp_edit_area .bg_gray {
	text-align: center;
	background: #f1f1f1;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 25px 20px;
}

.page_oteire .wp_edit_area .bg_gray img {
	width: 100%;
	max-width: 590px;
	max-width: 200px;
	margin: auto;
}

.page_oteire .wp_edit_area .flex_2col {
	gap: 40px;
	align-items: center;
	margin-bottom: 30px;
}

.page_oteire .wp_edit_area .flex_2col .txt,
.page_oteire .wp_edit_area .flex_2col .image {
	width: 50%;
}

.page_oteire .wp_edit_area .flex_2col .image img {
	margin-bottom: 0;
}

.page_oteire .num {
	position: relative;
	top: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: var(--color-green);
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-right: 3px;
	padding-bottom: 1px;
}

.page_oteire .t_indent {
	position: relative;
	padding-left: 25px;
}

.page_oteire p.t_indent {
	margin-bottom: 0;
}

.page_oteire .t_indent .num {
	position: absolute;
	top: 5px;
	left: 0;
}

.page_oteire .wp_edit_area h4:has(.num) {
	position: relative;
	padding-left: 25px;
}

.page_oteire .wp_edit_area h4 .num {
	position: absolute;
	top: 2px;
	left: 0;
}

.page_oteire .wp_edit_area .title_type_white {
	display: inline-flex;
	border: 1px solid var(--color-green);
	font-weight: 500;
	color: var(--color-green);
	line-height: 1.3;
	letter-spacing: 1px;
	background: #fff;
	border-radius: 100px;
	margin-bottom: 15px;
	padding: 5px 18px;
	display: flex;
	justify-content: center;
	color: #000;
}

.page_oteire .wp_edit_area .title_type_white.width100 {}

.page_oteire .wp_edit_area .btn_wrap {
	text-align: center;
	margin-bottom: 20px;
}

.page_oteire .wp_edit_area .btn_wrap a {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	background: var(--color-green);
	border-radius: 100px;
	padding: 10px 35px;
}

.page_oteire .wp_edit_area .btn_wrap a svg {
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

.page_oteire .wp_edit_area .num.blue {
	background: #00a0ff;
}

.page_oteire .wp_edit_area a.t_deco_underline {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.page_oteire .wp_edit_area a.t_deco_underline:hover {
	text-decoration: none;
}

.page_oteire .wp_edit_area .bg_beige:last-child {
	margin-bottom: 0;
}

.page_oteire .wp_edit_area .bg_beige .flex_2col:last-child {
	margin-bottom: 0;
}

.page_oteire .wp_edit_area p:last-child {
	margin-bottom: 0;
}

.page_oteire .wp_edit_area .bg_beige .flex_2col .txt .btn_wrap {
	text-align: right;
}

.page_oteire .wp_edit_area sup {
	position: relative;
	top: -4px;
	left: -4px;
	font-size: 10px;
}

.page_oteire .wp_edit_area .bd_gray {
	border: 1px solid #dfdfdf;
	border-radius: 15px;
	padding: 15px;
}

.page_oteire .wp_edit_area .flex_3col {
	flex-wrap: wrap;
	gap: 45px 20px;
}

.page_oteire .wp_edit_area .flex_3col .flex_item {
	width: calc(33.33% - 14px);
}

.page_oteire .wp_edit_area .flex_3col .flex_item .item_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	min-height: 45px;
	margin-bottom: 10px;
}

.page_oteire .wp_edit_area .flex_3col .flex_item a {
	margin-bottom: 10px;
}

.page_oteire .wp_edit_area .flex_3col .flex_item img {
	margin-bottom: 0;
}

.page_oteire .wp_edit_area .flex_3col .flex_item p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.page_oteire .wp_edit_area .flex_3col+h3 {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.table_of_contents {
		margin: 0 auto 30px;
		padding: 15px;
	}

	.table_of_contents .toc_title {
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 20px;
	}

	.table_of_contents .txt_m {
		font-size: 16px !important;
		line-height: 1.4;
		margin-bottom: 12px;
	}

	.table_of_contents ul li a {
		font-size: 15px;
	}

	.page_oteire .grid_links {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 30px;
	}

	.page_oteire .grid_links a {
		font-size: 13px;
		min-height: auto;
		padding: 15px 5px 20px;
	}

	.page_oteire .grid_links a::after {
		left: calc(50% - 6px);
		width: 12px;
		height: 9px;
		bottom: 5px;
	}

	.page_oteire .grid_links a .txt_s {
		font-size: 11px;
	}

	.page_oteire .wp_edit_area h4 {
		font-size: 17px;
		padding-left: 0px;
	}

	.page_oteire .wp_edit_area .bg_gray {
		margin-bottom: 20px;
		padding: 20px 10px;
	}

	.page_oteire .wp_edit_area .bg_gray img {
		width: 100%;
		max-width: 590px;
		margin: auto;
	}

	.page_oteire .wp_edit_area .flex_2col {
		flex-wrap: wrap;
		gap: 20px;
		align-items: center;
		margin-bottom: 30px;
	}

	.page_oteire .wp_edit_area .flex_2col .txt,
	.page_oteire .wp_edit_area .flex_2col .image {
		width: 100%;
	}

	.page_oteire .wp_edit_area .flex_2col .image img {
		margin-bottom: 0;
	}

	.page_oteire .num {
		position: relative;
		top: 2px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		background: var(--color-green);
		border-radius: 2px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		line-height: 1;
		margin-right: 3px;
		padding-bottom: 1px;
	}

	.page_oteire .t_indent {
		position: relative;
		padding-left: 25px;
	}

	.page_oteire p.t_indent {
		margin-bottom: 0;
	}

	.page_oteire .t_indent .num {
		position: absolute;
		top: 5px;
		left: 0;
	}

	.page_oteire .wp_edit_area h4:has(.num) {
		position: relative;
		padding-left: 25px;
	}

	.page_oteire .wp_edit_area h4 .num {
		position: absolute;
		top: 2px;
		left: 0;
	}

	.page_oteire .wp_edit_area .title_type_white {
		display: inline-flex;
		border: 1px solid var(--color-green);
		font-weight: 500;
		color: var(--color-green);
		line-height: 1.3;
		letter-spacing: 1px;
		background: #fff;
		border-radius: 100px;
		margin-bottom: 15px;
		padding: 5px 18px;
		display: flex;
		justify-content: center;
		color: #000;
	}

	.page_oteire .wp_edit_area .btn_wrap {
		text-align: center;
		margin-bottom: 20px;
	}

	.page_oteire .wp_edit_area .btn_wrap a {
		font-size: 16px;
		padding: 10px 35px;
	}

	.page_oteire .wp_edit_area .btn_wrap a svg {
		position: absolute;
		top: calc(50% - 5px);
		right: 15px;
	}

	.page_oteire .wp_edit_area .num.blue {
		background: #00a0ff;
	}

	.page_oteire .wp_edit_area a.t_deco_underline {
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.page_oteire .wp_edit_area a.t_deco_underline:hover {
		text-decoration: none;
	}

	.page_oteire .wp_edit_area .bg_beige:last-child {
		margin-bottom: 0;
	}

	.page_oteire .wp_edit_area .bg_beige .flex_2col:last-child {
		margin-bottom: 0;
	}

	.page_oteire .wp_edit_area p:last-child {
		margin-bottom: 0;
	}

	.page_oteire .wp_edit_area .bg_beige .flex_2col .txt .btn_wrap {
		text-align: center;
	}

	.page_oteire .wp_edit_area sup {
		position: relative;
		top: -4px;
		left: -4px;
		font-size: 10px;
	}

	.page_oteire .wp_edit_area .bd_gray {
		border: 1px solid #dfdfdf;
		border-radius: 15px;
		padding: 15px;
	}

	.page_oteire .wp_edit_area .flex_3col {
		flex-wrap: wrap;
		gap: 35px 20px;
	}

	.page_oteire .wp_edit_area .flex_3col .flex_item {
		width: 100%;
	}

	.page_oteire .wp_edit_area .flex_3col .flex_item .item_name {
		font-size: 17px;
		min-height: inherit;
		margin-bottom: 10px;
	}

	.page_oteire .wp_edit_area .flex_3col .flex_item a {
		margin-bottom: 10px;
	}

	.page_oteire .wp_edit_area .flex_3col .flex_item img {
		margin-bottom: 0;
	}

	.page_oteire .wp_edit_area .flex_3col .flex_item p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.5;
	}

	.page_oteire .wp_edit_area .flex_3col+h3 {
		margin-top: 40px;
	}
}

/* リニューアル --------------------------------- */
/* blogcard */
.blogcard_wrap {
	margin-bottom: 40px;
	padding: 0 20px;
}

.blog-card {
	position: relative;
	display: flex !important;
	gap: 15px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	max-width: 600px;
	margin: 0 auto;
}

.blog-card::after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	background-image: url(../../img/common/arrow_green_round.svg);
	background-size: contain;
}

.blog-card__img {
	width: 30%;
}

.blog-card__img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	margin: 0 !important;
}

.blog-card__content {
	width: 70%;
	padding: 15px 15px 15px 0;
}

.blog-card__title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 1.4;
}

.blog-card__desc {
	font-size: 13px;
	color: #777;
	line-height: 1.5;
}

/* //blogcard */
.page_renewal .wp_edit_area h4 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.page_renewal .image_main {
	text-align: center;
}

.page_renewal .image_main img {
	width: 100%;
	max-width: 500px;
}

.page_renewal .wp_edit_area .flex_2col {
	flex: 1;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}

.page_renewal .wp_edit_area .align_items_center {
	align-items: center;
}

.page_renewal .wp_edit_area .flex_2col>div {
	flex: 1;
}

.page_renewal .wp_edit_area .flex_item {
	flex: 1;
	text-align: center;
	max-width: calc(50% - 15px);
	max-width: 350px;
}

.page_renewal .wp_edit_area .flex_2col>div .flex_item {
	max-width: 200px;
}

.page_renewal .wp_edit_area .flex h4 {
	font-size: 16px;
	text-align: center;
}

.page_renewal .wp_edit_area .flex_item .bd {
	border-radius: 10px;
	border: 1px solid var(--color-green);
	padding: 10px 10px 15px;
}

.page_renewal .wp_edit_area .flex_item .image {
	margin-bottom: 10px;
}

.page_renewal .wp_edit_area .flex_item .image img {
	margin-bottom: 0;
}

.page_renewal .wp_edit_area .flex_item .item_name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 7px;
	padding-bottom: 8px;
}

.page_renewal .wp_edit_area .flex_item p {
	font-size: 14px;
}

.page_renewal .wp_edit_area .btm {}

.page_renewal .wp_edit_area .item_price {
	font-size: 20px;
	font-weight: 700;
	color: #fd3232;
	letter-spacing: 1px;
	text-align: right;
	margin: 12px 0 18px;
}

.page_renewal .wp_edit_area .item_price .txt_s {
	font-size: 10px;
	margin-left: 0;
}

.page_renewal .wp_edit_area .btn_wrap {
	margin-bottom: 0;
}

.page_renewal .wp_edit_area .link_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	max-width: 170px;
	height: 35px;
	background: var(--color-green);
	border-radius: 100px;
	padding: 0 15px 1px;
}

.page_renewal .wp_edit_area .link_btn svg {
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
}

.page_renewal .external_txt {
	position: relative;
	top: 5px;
	font-size: 12px;
	font-weight: 500;
	color: orange;
	line-height: 1.2;
	text-align: center;
	margin-top: 5px;
}

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

	/* blogcard */
	.blogcard_wrap {
		margin-bottom: 30px;
		padding: 0 20px;
	}

	.blog-card {
		flex-wrap: wrap;
		gap: 10px;
	}

	.blog-card__img {
		width: 100%;
	}

	.blog-card__img img {
		aspect-ratio: 16 / 9;
	}

	.blog-card__content {
		width: 100%;
		padding: 0px 10px 15px 10px;
	}

	.blog-card__title {
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 6px;
		line-height: 1.4;
	}

	.blog-card__desc {
		font-size: 13px;
	}

	/* //blogcard */
	.page_renewal .wp_edit_area h4 {
		text-align: left;
	}

	.page_renewal .image_main {
		text-align: center;
	}

	.page_renewal .image_main img {
		width: 100%;
		max-width: 500px;
	}

	.page_renewal .wp_edit_area .flex_2col {
		flex-wrap: wrap;
		flex: inherit;
		gap: 0px;
		margin-bottom: 20px;
	}

	.page_renewal .wp_edit_area .flex_2col>div {
		flex: inherit;
	}

	.page_renewal .wp_edit_area .flex_2col .txt {
		order: 1;
	}

	.page_renewal .wp_edit_area .flex_2col .image {
		order: 2;
	}

	.page_renewal .wp_edit_area .flex_item {
		flex: inherit;
		text-align: center;
		max-width: 300px;
		margin-bottom: 40px;
	}

	.page_renewal .wp_edit_area .flex_2col>div .flex_item {
		max-width: 300px;
	}

	.page_renewal .wp_edit_area .flex h4 {
		font-size: 16px;
		text-align: center;
		text-align: left;
		padding: 0 0 6px 0;
	}

	.page_renewal .wp_edit_area .flex_item .image {
		margin-bottom: 10px;
	}

	.page_renewal .wp_edit_area .flex_item .image img {
		margin-bottom: 0;
	}

	.page_renewal .wp_edit_area .flex_item .item_name {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		letter-spacing: 0;
		margin-bottom: 7px;
		padding-bottom: 8px;
	}

	.page_renewal .wp_edit_area .flex_item p {
		font-size: 14px;
	}

	.page_renewal .wp_edit_area .btm {}

	.page_renewal .wp_edit_area .item_price {
		font-size: 22px;
		font-weight: 700;
		color: #fd3232;
		letter-spacing: 1px;
		text-align: right;
		margin: 12px 0 18px;
	}

	.page_renewal .wp_edit_area .item_price .txt_s {
		font-size: 11px;
		margin-left: 0;
	}

	.page_renewal .wp_edit_area .link_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		max-width: 170px;
		height: 35px;
		background: var(--color-green);
		border-radius: 100px;
		padding: 0 15px 1px;
	}

	.page_renewal .wp_edit_area .link_btn svg {
		position: absolute;
		top: calc(50% - 4px);
		right: 10px;
	}

	.page_renewal .external_txt {
		position: relative;
		top: 5px;
		font-size: 12px;
		font-weight: 500;
		color: orange;
		text-align: center;
		margin-top: 5px;
	}
}

/* 印刷規格集 -------------------*/
.page_kikaku .btn_wrap {
	text-align: center;
	margin-bottom: 30px;
}

.page_kikaku .btn_wrap a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	border-radius: 100px;
	background: var(--color-green);
	height: 50px;
	padding: 10px 25px;
}

.page_kikaku .applicable .useful .flex {
	flex-wrap: wrap;
}

.page_kikaku .applicable .useful .flex a {
	max-width: calc(25% - 13px);
}

.page_kikaku .wp-block-columns .wp-element-caption mark {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	letter-spacing: 1px;
	background: var(--color-green);
	margin-right: 8px;
	padding: 1px 2px 1px 3px;
}

@media screen and (max-width: 767px) {
	.page_kikaku .applicable .useful .flex a {
		max-width: calc(50% - 8px);
	}
}

/* page_fit -------------------*/
.page_fit .wp_edit_area .title_main {
	text-align: center;
	color: #333;
	background: none;
	margin-bottom: 50px;
}

.page_fit .wp_edit_area .title_main .flex {
	justify-content: center;
	gap: 20px;
	margin-bottom: 15px;
}

.page_fit .wp_edit_area .title_main .flex span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	border: 2px solid var(--color-green);
	border-radius: 10px;
	width: 100%;
	height: 80px;
	padding: 10px;
}

.page_fit .wp_edit_area .flex_problems {
	gap: 20px;
	max-width: 750px;
	margin: 0 auto 30px;
}

.page_fit .wp_edit_area .flex_problems>div {
	flex: 1;
}

.page_fit .wp_edit_area .flex_problems>div img {
	width: 100%;
}

.page_fit .wp_edit_area .flex_point {
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}

.page_fit .wp_edit_area .flex_point .image {
	width: 35%;
}

.page_fit .wp_edit_area .flex_point .image img {
	margin-bottom: 0;
}

.page_fit .wp_edit_area .flex_point .txt {
	width: 65%;
}

.page_fit .wp_edit_area .flex_point .txt .t_large {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.page_fit .wp_edit_area .flex_point .txt ul {
	margin-bottom: 0px;
}

.page_fit .wp_edit_area .flex_point .txt ul li {
	font-size: 17px;
}

.page_fit .wp_edit_area .flex_point .txt ul li+li {
	margin-top: 14px;
}

.page_fit .wp_edit_area .flex_caution {
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

.page_fit .wp_edit_area .flex_caution .image {
	text-align: center;
	width: 15%;
}

.page_fit .wp_edit_area .flex_caution .image img {
	max-width: 60px;
	margin-bottom: 0px;
}

.page_fit .wp_edit_area .flex_caution .txt {
	width: 85%;
}

.page_fit .wp_edit_area .flex_caution .txt ul {
	margin-bottom: 0px;
}

.page_fit .wp_edit_area .flex_caution .txt ul li+li {
	margin-top: 5px;
}

.page_fit .wp_edit_area .block+.block {
	margin-top: 60px;
}

.page_fit .wp_edit_area .flex_area {
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin-bottom: 25px;
}

.page_fit .wp_edit_area .flex_area .flex_item {
	width: calc(33.33% - 12px);
	line-height: 1.4;
	border: 1px solid var(--color-green);
}

.page_fit .wp_edit_area .flex_area .flex_item .area {
	text-align: center;
	font-weight: bold;
	color: #333;
	background: var(--color-green-light);
	padding: 10px;
}

.page_fit .wp_edit_area .flex_area .flex_item .area_detail {
	line-height: 1.8;
	padding: 15px 10px;
}

.page_fit .wp_edit_area .flex_area .flex_item .area_detail span {
	display: inline-block;
	font-size: 15px;
}

.page_fit .wp_edit_area .flex_lineup {
	flex-wrap: wrap;
	gap: 20px;
}

.page_fit .wp_edit_area .flex_lineup a {
	width: calc(50% - 10px);
}

.page_fit .wp_edit_area .flex_step {}

.page_fit .block_flow .flex_step .col_l {
	width: 60px;
}

.page_fit .block_flow .flex_step .col_l img {
	width: 100%;
}

.page_fit .block_flow .flex_step .col_r {
	width: calc(100% - 60px);
	padding: 0 0 0 20px;
}

.page_fit .block_flow .flex_step .col_r h3 {
	background: none;
	border: none;
	padding: 0;
	font-size: 20px;
	color: var(--color-green);
	line-height: 1.5;
	border-radius: 0;
	border-bottom: 1px solid #666666;
	margin-bottom: 16px;
	padding-bottom: 15px;
}

.page_fit .wp_edit_area .flex_step .col_r .flex {
	gap: 15px;
}

.page_fit .wp_edit_area .flex_step .col_r .flex>div {
	width: calc(25% - 52px);
}

.page_fit .wp_edit_area .flex_step .col_r .flex>div img {
	margin-bottom: 5px;
}

.page_fit .wp_edit_area .flex_step .col_r .flex>div .caption {
	font-size: 13px;
	line-height: 1.3;
}

.page_fit .block_flow .flex_step .col_r .btn_wrap {
	margin-bottom: 0;
}

.page_fit .block_flow .flex_step .col_r a.link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 50px;
	background: var(--color-yellow);
	border-radius: 100px;
	font-size: 17px;
	font-weight: 700;
	color: #606060;
	letter-spacing: 1px;
	margin: 20px auto 0;
}

.page_fit .block_flow .flex_step .col_r a.link_btn svg {
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}

.page_fit .wp_edit_area .flex_step+.flex_step {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.page_fit .wp_edit_area .title_main {
		margin-bottom: 40px;
		padding: 0;
	}

	.page_fit .wp_edit_area .title_main .flex {
		gap: 10px;
		margin-bottom: 15px;
	}

	.page_fit .wp_edit_area .title_main .flex span {
		font-size: 17px;
		line-height: 1.3;
		width: 100%;
		height: 75px;
		padding: 5px;
	}

	.page_fit .wp_edit_area .flex_problems {
		flex-wrap: wrap;
		gap: 20px;
		margin: 0 auto 30px;
	}

	.page_fit .wp_edit_area .flex_problems>div {
		flex: inherit;
		width: calc(50% - 10px);
	}

	.page_fit .wp_edit_area .flex_problems>div img {
		margin-bottom: 0;
	}

	.page_fit .wp_edit_area .flex_point {
		flex-wrap: wrap;
		align-items: center;
		gap: 25px;
		margin-bottom: 50px;
	}

	.page_fit .wp_edit_area .flex_point .image {
		order: 2;
		width: 100%;
	}

	.page_fit .wp_edit_area .flex_point .image img {
		margin-bottom: 0;
	}

	.page_fit .wp_edit_area .flex_point .txt {
		order: 1;
		width: 100%;
	}

	.page_fit .wp_edit_area .flex_point .txt .t_large {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.page_fit .wp_edit_area .flex_caution {
		flex-wrap: wrap;
		gap: 15px;
		margin-bottom: 0px;
	}

	.page_fit .wp_edit_area .flex_caution .image {
		text-align: center;
		width: 100%;
	}

	.page_fit .wp_edit_area .flex_caution .image img {
		max-width: 45px;
		margin-bottom: 0px;
	}

	.page_fit .wp_edit_area .flex_caution .txt {
		width: 100%;
	}

	.page_fit .wp_edit_area .flex_caution .txt ul {
		margin-bottom: 0px;
	}

	.page_fit .wp_edit_area .flex_caution .txt ul li+li {
		margin-top: 8px;
	}

	.page_fit .wp_edit_area .block+.block {
		margin-top: 40px;
	}

	.page_fit .wp_edit_area .flex_area {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		margin-bottom: 15px;
	}

	.page_fit .wp_edit_area .flex_area .flex_item {
		width: 100%;
	}

	.page_fit .wp_edit_area .flex_area .flex_item .area_detail {
		line-height: 1.8;
		padding: 10px 10px 12px;
	}

	.page_fit .wp_edit_area .flex_area .flex_item .area_detail span {
		font-size: 16px;
	}

	.page_fit .wp_edit_area .flex_lineup {
		gap: 20px;
	}

	.page_fit .wp_edit_area .flex_lineup a {
		width: 100%;
	}

	.page_fit .wp_edit_area .flex_step {}

	.page_fit .block_flow .flex_step .col_l {
		width: 40px;
	}

	.page_fit .block_flow .flex_step .col_l img {
		width: 100%;
	}

	.page_fit .wp_edit_area .flex_step .col_r .flex {
		flex-wrap: wrap;
		gap: 15px;
	}

	.page_fit .wp_edit_area .flex_step .col_r .flex>div {
		width: calc(50% - 13px);
	}

	.page_fit .wp_edit_area .flex_step .col_r .flex>div img {
		margin-bottom: 5px;
	}

	.page_fit .wp_edit_area .flex_step .col_r .flex>div .caption {
		font-size: 14px;
		line-height: 1.3;
	}

	.page_fit .wp_edit_area .flex_step .col_r a.link_btn {
		width: 100%;
		height: 50px;
		font-size: 16px;
		font-weight: 500;
	}

	.page_fit .wp_edit_area .flex_step .col_r a.link_btn svg {
		position: absolute;
		top: calc(50% - 6px);
		right: 15px;
	}

	.page_fit .block_flow .flex_step .col_r {
		width: calc(100% - 40px);
		padding: 0 0 0 10px;
	}

	.page_fit .block_flow .flex_step .col_r h3 {
		background: none;
		border: none;
		padding: 0;
		font-size: 18px;
		color: var(--color-green);
		line-height: 1.4;
		border-bottom: 1px solid #666666;
		margin-bottom: 11px;
		padding-bottom: 13px;
	}

	.page_fit .block_flow .flex_step+.flex_step {
		margin-top: 30px;
	}
}

/* page_naire -------------------*/
.page_naire .wp_edit_area h2 {
	text-align: center;
	margin-bottom: 30px;
}

.page_naire .wp_edit_area .title_main {
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-bottom: 60px;
}

.page_naire .wp_edit_area .title_main span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	border-radius: 100px;
/*
	width: 170px;
	height: 170px;
*/


aspect-ratio: 1 / 1;
width: 100%;
max-width: 170px;
flex: 1;


	background: #ffe655;
	padding: 10px;
}

.page_naire .wp_edit_area .image_main {
	margin-bottom: 10px;
}

.page_naire .wp_edit_area .naire_order_title {
	font-size: 34px;
	color: #000;
	text-align: center;
	background: none;
	margin-bottom: 40px;
	padding: 0;
}

.page_naire .wp_edit_area .flex_order {
	gap: 15px;
	margin-bottom: 20px;
}

.page_naire .wp_edit_area .flex_order>div {
	flex: 1;
	width: 100%;
	background: var(--color-beige);
	border-radius: 10px;
	text-align: center;
	padding: 25px 10px 30px;
}

.page_naire .wp_edit_area .flex_order>div img {
	max-width: 210px;
	margin-bottom: 0;
}

.page_naire .wp_edit_area .flex_order>div .caption {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.page_naire .wp_edit_area .flex_sample {
	flex-wrap: wrap;
	gap: 30px 15px;
	justify-content: center;
	margin-bottom: 30px;
}

.page_naire .wp_edit_area .flex_sample>div {
	width: calc(33.33% - 20px);
	text-align: center;
}

.page_naire .wp_edit_area .flex_sample>div img {
	width: 100%;
	max-width: 230px;
	margin-bottom: 15px;
}

.page_naire .wp_edit_area .flex_sample>div .caption {
	font-weight: 500;
	line-height: 1.4;
}

.page_naire .wp_edit_area .flex_spec {}

.page_naire .wp_edit_area .flex_spec+.flex_spec {
	margin-top: 20px;
}

.page_naire .wp_edit_area .flex_spec .label {
	width: 110px;
}

.page_naire .wp_edit_area .flex_spec .label span {
	display: block;
	color: var(--color-green);
	border: 1px solid var(--color-green);
	text-align: center;
	padding: 5px;
}

.page_naire .wp_edit_area .flex_spec .detail {
	font-weight: 500;
	width: calc(100% - 110px);
	padding: 5px 15px;
}

.page_naire .wp_edit_area .flex_spec .detail .txt {
	line-height: 1.4;
	margin-bottom: 30px;
}

.page_naire .wp_edit_area .flex_spec .detail .flex {
	max-width: 600px;
	gap: 40px;
	margin-bottom: 40px;
}

.page_naire .wp_edit_area .flex_spec .detail .flex img {
	margin-bottom: 10px;
}

.page_naire .wp_edit_area .flex_spec+p {
	font-size: 18px;
	font-weight: bold;
}

.page_naire .wp_edit_area .flex_spec+p a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.page_naire .wp_edit_area .flex_spec+p a:hover {
	text-decoration: none;
}

.page_naire .wp_edit_area .flex_lineup {
	margin-bottom: 20px;
}

.page_naire .block_flow {}

/*
	.page_naire .block_flow h2{
		font-size: 24px;
		text-align: center;
		margin-bottom: 50px;
	}
		.page_naire .block_flow h2 span{
			display: inline-block;
			border-bottom: 1px solid #fff;
			padding-bottom: 15px;
		}
*/
.page_naire .block_flow h2 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background: var(--color-green);
	border-radius: 8px;
	margin-bottom: 25px;
	padding: 8px 15px 9px;
}

.page_naire .block_flow .flex_step {}

.page_naire .block_flow .flex_step .col_l {
	width: 60px;
}

.page_naire .block_flow .flex_step .col_r {
	width: calc(100% - 60px);
	padding: 0 0 0 20px;
}

.page_naire .block_flow .flex_step .col_r h3 {
	background: none;
	border: none;
	padding: 0;
	font-size: 20px;
	line-height: 1.5;
	border-bottom: 1px solid #666666;
	margin-bottom: 16px;
	padding-bottom: 15px;
}

.page_naire .block_flow .flex_step .col_r .flex {
	gap: 15px;
}

.page_naire .block_flow .flex_step .col_r .flex>div {
	width: calc(25% - 52px);
}

.page_naire .block_flow .flex_step .col_r .flex>div img {
	margin-bottom: 5px;
}

.page_naire .block_flow .flex_step .col_r .flex>div .caption {
	font-size: 13px;
	line-height: 1.3;
}

.page_naire .block_flow .flex_step .col_r a.link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 50px;
	background: var(--color-yellow);
	border-radius: 100px;
	font-size: 17px;
	font-weight: 700;
	color: #606060;
	letter-spacing: 1px;
	margin: 20px auto 0;
}

.page_naire .block_flow .flex_step .col_r a.link_btn svg {
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}

.page_naire .block_flow .flex_step+.flex_step {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.page_naire .wp_edit_area h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.page_naire .wp_edit_area .title_main {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin-bottom: 40px;
	}

	.page_naire .wp_edit_area .title_main span {
		font-size: 17px;
		width: 140px;
		height: 140px;
		padding: 5px;
flex: inherit;
	}

	.page_naire .wp_edit_area .image_main {
		margin-bottom: 10px;
	}

	.page_naire .wp_edit_area .naire_order_title {
		font-size: 23px;
		margin-bottom: 40px;
	}

	.page_naire .wp_edit_area .flex_order {
		flex-wrap: wrap;
		gap: 15px;
		margin-bottom: 20px;
	}

	.page_naire .wp_edit_area .flex_order>div {
		flex: 1;
		width: 100%;
		background: var(--color-beige);
		border-radius: 10px;
		text-align: center;
		padding: 20px 10px 20px;
	}

	.page_naire .wp_edit_area .flex_order>div img {
		max-width: 200px;
	}

	.page_naire .wp_edit_area .flex_order>div .caption {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}

	.page_naire .wp_edit_area .flex_sample {
		flex-wrap: wrap;
		gap: 25px 15px;
		margin-bottom: 20px;
	}

	.page_naire .wp_edit_area .flex_sample>div {
		width: 100%;
		text-align: center;
	}

	.page_naire .wp_edit_area .flex_sample>div img {
		width: 100%;
		max-width: 220px;
		margin-bottom: 15px;
	}

	.page_naire .wp_edit_area .flex_spec {
		flex-wrap: wrap;
		gap: 10px;
	}

	.page_naire .wp_edit_area .flex_spec+.flex_spec {
		margin-top: 20px;
	}

	.page_naire .wp_edit_area .flex_spec .label {
		width: 100%;
	}

	.page_naire .wp_edit_area .flex_spec .label span {
		font-size: 15px;
		padding: 5px;
	}

	.page_naire .wp_edit_area .flex_spec .detail {
		text-align: center;
		width: 100%;
		padding: 5px 15px 0;
	}

	.page_naire .wp_edit_area .flex_spec .detail .txt {
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.page_naire .wp_edit_area .flex_spec .detail .txt .txt_xs {
		display: block;
		margin-top: 5px;
	}

	.page_naire .wp_edit_area .flex_spec .detail .flex {
		flex-wrap: wrap;
		gap: 40px;
		margin-bottom: 40px;
	}

	.page_naire .wp_edit_area .flex_spec .detail .flex div {
		width: 100%;
	}

	.page_naire .wp_edit_area .flex_spec .detail .flex img {
		max-width: 280px;
		margin-bottom: 10px;
	}

	.page_naire .wp_edit_area .flex_spec+p {
		font-size: 18px;
		font-weight: bold;
	}

	.page_naire .wp_edit_area .flex_spec+p a {
		text-decoration: underline;
		text-underline-offset: 4px;
	}

	.page_naire .wp_edit_area .flex_spec+p a:hover {
		text-decoration: none;
	}

	.page_naire .wp_edit_area .flex_lineup {
		margin-bottom: 10px;
	}

	.page_naire .block_flow {}

	.page_naire .block_flow h2 {
		font-size: 21px;
		margin-bottom: 30px;
	}

	.page_naire .block_flow h2 span {
		padding-bottom: 10px;
	}

	.page_naire .block_flow .flex_step {}

	.page_naire .block_flow .flex_step .col_l {
		width: 40px;
	}

	.page_naire .block_flow .flex_step .col_r {
		width: calc(100% - 40px);
		padding: 0 0 0 10px;
	}

	.page_naire .block_flow .flex_step .col_r h3 {
		background: none;
		border: none;
		padding: 0;
		font-size: 18px;
		line-height: 1.4;
		border-bottom: 1px solid #666666;
		margin-bottom: 14px;
		padding-bottom: 13px;
	}

	.page_naire .block_flow .flex_step .col_r a.link_btn {
		width: 100%;
		max-width: 250px;
		height: 50px;
		background: var(--color-yellow);
		border-radius: 100px;
		font-size: 16px;
		font-weight: 700;
		color: #606060;
		letter-spacing: 1px;
		margin: 20px auto 0;
	}

	.page_naire .block_flow .flex_step .col_r a.link_btn svg {
		position: absolute;
		top: calc(50% - 6px);
		right: 15px;
	}

	.page_naire .block_flow .flex_step+.flex_step {
		margin-top: 30px;
	}
}

/* page_size_order -------------------*/
.page_size_order .wp_edit_area .page_links {
	gap: 20px;
	justify-content: center;
	margin-bottom: 30px;
}

.page_size_order .wp_edit_area .page_links a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	border: 1px solid var(--color-green);
	width: 100%;
	height: 50px;
	border-radius: 10px;
	padding: 10px 20px;
}

.page_size_order .wp_edit_area .page_links a::after {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 12px;
	transform: rotate(135deg);
	background: none;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-green);
	border-right: 2px solid var(--color-green);
}

.page_size_order .wp_edit_area .block+.block {
	margin-top: 60px;
}

.page_size_order .wp_edit_area .lead {
	/*text-align: center;*/
	margin-bottom: 30px;
}

.page_size_order .wp_edit_area .flex_order_made {
	gap: 20px;
	margin-bottom: 20px;
}

.page_size_order .wp_edit_area .btn_wrap {
	margin-bottom: 40px;
}

.page_size_order .wp_edit_area .btn_wrap .link_btn {
	max-width: 350px;
	height: 60px;
}

.page_size_order .wp_edit_area .btn_wrap .link_btn svg {
	top: calc(50% - 3px);
}

.page_size_order .wp_edit_area .flex_1col {
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.page_size_order .wp_edit_area .flex_2col {
	gap: 20px;
	margin-bottom: 20px;
}

.page_size_order .wp_edit_area .flex_3col {
	gap: 20px;
	margin-bottom: 20px;
}

.page_size_order .wp_edit_area .flex_works {
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.page_size_order .wp_edit_area .flex_works .flex_item {
	position: relative;
	width: calc(50% - 5px);
	border: 1px solid var(--color-green);
	border-radius: 10px;
	padding: 15px 10px 40px;
}

.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item {
	width: 100%;
}

.page_size_order .wp_edit_area .flex_works .flex_item .flex {
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item .flex {
	align-items: center;
}

.page_size_order .wp_edit_area .flex_works .flex_item .flex .image {
	width: 35%;
}

.page_size_order .wp_edit_area .flex_works .flex_item .flex .image a {
	position: relative;
}

.page_size_order .wp_edit_area .flex_works .flex_item .flex .image a img {
	margin-bottom: 0;
}

.page_size_order .wp_edit_area .flex_works .flex_item .flex .image a svg {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.lity-image img {
	width: 100%;
}

.page_size_order .wp_edit_area .flex_works .flex_item .flex .txt {
	width: 65%;
	padding-left: 10px;
}

.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item .flex .txt {
	padding-left: 25px;
}

.page_size_order .wp_edit_area .flex_works .flex_item .label {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	background: var(--color-green);
	text-align: center;
	margin-bottom: 5px;
	padding: 4px 20px 5px;
}

.page_size_order .wp_edit_area .flex_works .flex_item a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 4px;
	margin-bottom: 10px;
}

.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item a {
	margin-bottom: 25px;
}

.page_size_order .wp_edit_area .flex_works .flex_item a:hover {
	text-decoration: none;
}

.page_size_order .wp_edit_area .flex_works .flex_item .spec {
	background: var(--color-yellow-light);
	border-radius: 10px;
	padding: 10px 10px;
}

.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item .spec {
	padding: 20px;
}

.page_size_order .wp_edit_area .flex_works .flex_item .spec span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: var(--color-green);
	text-align: center;
	margin-bottom: 8px;
}

.page_size_order .wp_edit_area .flex_works .flex_item .spec ul {
	margin-bottom: 0;
}

.page_size_order .wp_edit_area .flex_works .flex_item .spec ul li {
	font-size: 13px;
}

.page_size_order .wp_edit_area .flex_works .flex_item .spec ul li::before {
	top: 7px;
}

.page_size_order .wp_edit_area .flex_works .flex_item .spec ul li+li {
	margin-top: 5px;
}

.page_size_order .wp_edit_area .flex_works .flex_item>p {
	margin-bottom: 15px;
}

.page_size_order .wp_edit_area .flex_works .flex_item .price {
	position: absolute;
	bottom: 15px;
	right: 10px;
	font-weight: bold;
	color: #fd3232;
	text-align: right;
}

.page_size_order .wp_edit_area .flex_flow {
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin: 40px 0 20px;
}

.page_size_order .wp_edit_area .flex_flow .flex_item {
	position: relative;
	width: calc(33.33% - 27px);
	border-radius: 10px;
	background: var(--color-green-light);
	padding: 35px 15px 30px;
}

.page_size_order .wp_edit_area .flex_flow .flex_item+.flex_item::before {
	content: '';
	position: absolute;
	top: calc(50% - 30px);
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 25px solid var(--color-green);
	border-right: 0;
}

.page_size_order .wp_edit_area .flex_flow .flex_item .num {
	position: absolute;
	top: -20px;
	left: calc(50% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: var(--color-green);
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

.page_size_order .wp_edit_area .flex_flow .flex_item .caption {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}

.page_size_order .wp_edit_area .flex_flow .flex_item p {
	font-size: 15px;
	margin-bottom: 0px;
}

@media screen and (max-width: 1000px) {
	.page_size_order .wp_edit_area .flex_works .flex_item {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page_size_order .wp_edit_area .page_links {
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
		margin-bottom: 30px;
	}

	.page_size_order .wp_edit_area .block+.block {
		margin-top: 50px;
	}

	.page_size_order .wp_edit_area .lead {
		text-align: left;
		margin-bottom: 25px;
	}

	.page_size_order .wp_edit_area .flex_order_made {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 20px;
	}

	.page_size_order .wp_edit_area .flex_order_made>div {
		width: calc(50% - 10px);
	}

	.page_size_order .wp_edit_area .btn_wrap {
		margin-bottom: 40px;
	}

	.page_size_order .wp_edit_area .btn_wrap .link_btn {
		max-width: 320px;
		height: 60px;
	}

	.page_size_order .wp_edit_area .flex_1col {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 20px;
	}

	.page_size_order .wp_edit_area .flex_2col {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 20px;
	}

	.page_size_order .wp_edit_area .flex_3col {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 30px;
	}

	.page_size_order .wp_edit_area figure {
		margin-bottom: 0;
	}

	.page_size_order .wp_edit_area .flex_works {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-bottom: 20px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item {
		padding: 10px 10px 30px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .flex {
		flex-wrap: wrap;
		margin-bottom: 5px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .flex .image {
		width: 100%;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .flex .image a {
		margin-bottom: 15px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .flex .txt {
		width: 100%;
		margin-bottom: 15px;
		padding-left: 0px;
	}

	.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item .flex .txt {
		padding-left: 0px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .label {
		display: inline-block;
		font-size: 13px;
		font-weight: 500;
		_color: var(--color-green);
		_border: 1px solid var(--color-green);
		text-align: center;
		margin-bottom: 5px;
		padding: 4px 20px 5px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item a {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item a {
		margin-bottom: 15px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item a:hover {
		text-decoration: none;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .spec {
		background: var(--color-yellow-light);
		border-radius: 10px;
		padding: 10px 10px;
	}

	.page_size_order .wp_edit_area .flex_works.flex_1col .flex_item .spec {
		padding: 10px 10px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .spec span {
		display: block;
		font-size: 13px;
		font-weight: bold;
		color: var(--color-green);
		text-align: center;
		margin-bottom: 8px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .spec ul {
		margin-bottom: 0;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .spec ul li {
		font-size: 13px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .spec ul li::before {
		top: 7px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .spec ul li+li {
		margin-top: 5px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item>p {
		margin-bottom: 15px;
	}

	.page_size_order .wp_edit_area .flex_works .flex_item .price {
		position: absolute;
		bottom: 15px;
		right: 10px;
		font-weight: bold;
		color: #fd3232;
		text-align: right;
	}

	.page_size_order .wp_edit_area .flex_flow {
		flex-wrap: wrap;
		justify-content: center;
		gap: 60px;
		margin: 40px 0 20px;
	}

	.page_size_order .wp_edit_area .flex_flow .flex_item {
		width: 100%;
		border-radius: 10px;
		background: var(--color-green-light);
		padding: 30px 15px 25px;
	}

	.page_size_order .wp_edit_area .flex_flow .flex_item+.flex_item::before {
		content: '';
		position: absolute;
		top: -68px;
		bottom: -25px;
		left: calc(50% - 10px);
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 20px solid var(--color-green);
		border-right: 0;
		transform: rotate(90deg);
	}

	.page_size_order .wp_edit_area .flex_flow .flex_item .num {
		position: absolute;
		top: -20px;
		left: calc(50% - 20px);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		background: var(--color-green);
		width: 40px;
		height: 40px;
		border-radius: 100px;
	}

	.page_size_order .wp_edit_area .flex_flow .flex_item .caption {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page_size_order .wp_edit_area .flex_flow .flex_item p {
		font-size: 15px;
		margin-bottom: 0px;
	}
}

/* page_contractors -------------------*/
.page_contractors .wp_edit_area .title_l {
	text-align: center;
	color: inherit;
	background: none;
	border-radius: inherit;
}

.page_contractors .wp_edit_area .block+.block {
	margin-top: 60px;
}

.page_contractors .wp_edit_area figure {
	margin-bottom: 0px;
}

.page_contractors .wp_edit_area .flex_4col {
	flex-wrap: wrap;
	gap: 30px 20px;
	justify-content: center;
	margin-bottom: 30px;
}

.page_contractors .wp_edit_area .flex_4col>div {
	text-align: center;
	width: calc(25% - 15px);
}

.page_contractors .wp_edit_area .flex_4col>div img {
	width: 100%;
}

.page_contractors .wp_edit_area .flex_3col {
	flex-wrap: wrap;
	gap: 50px 40px;
	justify-content: center;
	margin-bottom: 30px;
}

.page_contractors .wp_edit_area .flex_3col>div {
	text-align: center;
	width: calc(33.33% - 27px);
}

.page_contractors .wp_edit_area .flex_3col>div .caption {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.page_contractors .wp_edit_area .flex_3col>div img {
	max-width: 200px;
	margin-bottom: 0px;
}

.page_contractors .wp_edit_area .flex_3col>div p {
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}

.page_contractors .wp_edit_area .flex_3col>div p a {
	font-size: 14px;
	color: var(--color-green);
	text-decoration: underline;
	text-underline-offset: 3px;
	margin-top: 10px;
}

.page_contractors .wp_edit_area .bg_white_bd_green_2px {
	margin: 50px 0 30px;
	padding: 25px 15px;
}

.page_contractors .wp_edit_area .bg_white_bd_green_2px .label {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.page_contractors .wp_edit_area .bg_white_bd_green_2px ul {
	margin-bottom: 0px;
}

.page_contractors .wp_edit_area .bg_white_bd_green_2px ul li+li {
	margin-top: 8px;
}

.page_contractors .wp_edit_area .btn_wrap {
	margin-bottom: 0;
}

.page_contractors .wp_edit_area .btn_wrap .link_btn {
	max-width: 350px;
	height: 60px;
}

.page_contractors .wp_edit_area .btn_wrap .link_btn svg {
	top: calc(50% - 3px);
}

.page_contractors .wp_edit_area .block_qa ul {}

.page_contractors .wp_edit_area .block_qa ul li {
	border: 1px solid var(--color-green);
	border-radius: 10px;
	padding: 15px;
}

.page_contractors .wp_edit_area .block_qa ul li::before {
	display: none;
}

.page_contractors .wp_edit_area .block_qa ul li .flex .icon {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: var(--color-green);
	width: 40px;
}

.page_contractors .wp_edit_area .block_qa ul li .flex>div {
	letter-spacing: 1px;
	width: calc(100% - 40px);
}

.page_contractors .wp_edit_area .block_qa ul li .flex.question {
	font-weight: bold;
	border-bottom: 1px dotted var(--color-green);
	padding-bottom: 15px;
}

.page_contractors .wp_edit_area .block_qa ul li .flex.question>div {
	padding-top: 4px;
}

.page_contractors .wp_edit_area .block_qa ul li .flex.answer {
	padding-top: 10px;
}

.page_contractors .wp_edit_area .block_qa ul li .flex.answer p {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.page_contractors .wp_edit_area .block+.block {
		margin-top: 50px;
	}

	.page_contractors .wp_edit_area .flex_4col {
		flex-wrap: wrap;
		gap: 40px 20px;
		justify-content: center;
		margin-bottom: 30px;
	}

	.page_contractors .wp_edit_area .flex_4col>div {
		text-align: center;
		width: 100%;
	}

	.page_contractors .wp_edit_area .flex_4col>div img {
		width: 100%;
		max-width: 280px;
	}

	.page_contractors .wp_edit_area .flex_3col {
		flex-wrap: wrap;
		gap: 40px 20px;
		justify-content: center;
		margin-bottom: 30px;
	}

	.page_contractors .wp_edit_area .flex_3col>div {
		text-align: center;
		width: 100%;
	}

	.page_contractors .wp_edit_area .flex_3col>div .caption {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.page_contractors .wp_edit_area .flex_3col>div img {
		width: 100%;
		max-width: 200px;
		margin-bottom: 0px;
	}

	.page_contractors .wp_edit_area .bg_white_bd_green_2px {
		margin: 40px 0 25px;
		padding: 20px 15px;
	}

	.page_contractors .wp_edit_area .bg_white_bd_green_2px .label {
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}

	.page_contractors .wp_edit_area .bg_white_bd_green_2px ul {
		margin-bottom: 0px;
	}

	.page_contractors .wp_edit_area .bg_white_bd_green_2px ul li+li {
		margin-top: 8px;
	}

	.page_contractors .wp_edit_area .block_qa ul {}

	.page_contractors .wp_edit_area .block_qa ul li {
		padding: 10px;
	}

	.page_contractors .wp_edit_area .block_qa ul li::before {
		display: none;
	}

	.page_contractors .wp_edit_area .block_qa ul li .flex .icon {
		font-size: 25px;
		width: 35px;
	}

	.page_contractors .wp_edit_area .block_qa ul li .flex>div {
		letter-spacing: 1px;
		width: calc(100% - 35px);
	}

	.page_contractors .wp_edit_area .block_qa ul li .flex.question {
		font-weight: bold;
		border-bottom: 1px dotted var(--color-green);
		padding-bottom: 15px;
	}

	.page_contractors .wp_edit_area .block_qa ul li .flex.question>div {
		padding-top: 3px;
	}

	.page_contractors .wp_edit_area .block_qa ul li .flex.answer {
		padding-top: 10px;
	}
}

/* page_sekou-ty -------------------------------- */
.page_sekou-ty .wp_edit_area h2 {
	text-align: center;
}

.page_sekou-ty .wp_edit_area h3 {
	background: none;
}

/* page_form_kuroneko -----------------------------------*/
.page_form_kuroneko {}

.page_form_kuroneko .reception {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 190px;
	height: 30px;
	background: var(--color-yellow);
	margin: 0 auto 25px;
}

.page_form_kuroneko .title_main {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.page_form_kuroneko .caution {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.page_form_kuroneko .caution img {
	width: 24px;
}

.page_form_kuroneko .tel_fax_link {
	margin-bottom: 80px
}

.page_form_kuroneko .tel_fax_link a {
	font-weight: 500;
	background: var(--color-green-light);
	border: 2px solid var(--color-green);
}

.page_form_kuroneko .main_image {
	text-align: center;
	margin-bottom: 25px
}

.page_form_kuroneko .main_image img {
	width: 100%;
	max-width: 660px;
}

.page_form_kuroneko .sct_form .title_l {
	margin-bottom: 30px;
}

.page_form_kuroneko .sct_form .lead {
	margin-bottom: 0px;
}

.page_form_kuroneko .block+.block {
	margin-top: 60px;
}

.page_form_kuroneko .box {
	padding: 0 20px
}

.page_form_kuroneko .block_flow .flex_step {}

.page_form_kuroneko .block_flow .flex_step .col_l {
	width: 60px;
}

.page_form_kuroneko .block_flow .flex_step .col_l img {
	width: 100%;
}

.page_form_kuroneko .block_flow .flex_step .col_r {
	width: calc(100% - 60px);
	padding: 0 0 0 20px;
}

.page_form_kuroneko .block_flow .flex_step .col_r h3 {
	background: none;
	border: none;
	padding: 0;
	font-size: 20px;
	color: var(--color-green);
	line-height: 1.5;
	/*border-bottom: 2px solid var(--color-green);*/
	border-bottom: 1px solid #666666;
	margin-bottom: 16px;
	padding-bottom: 15px;
}

.page_form_kuroneko .block_flow .flex_step .col_r .flex {
	gap: 15px;
}

.page_form_kuroneko .block_flow .flex_step .col_r .flex>div {
	width: calc(25% - 52px);
}

.page_form_kuroneko .block_flow .flex_step .col_r .flex>div img {
	margin-bottom: 5px;
}

.page_form_kuroneko .block_flow .flex_step .col_r .flex>div .caption {
	font-size: 13px;
	line-height: 1.3;
}

.page_form_kuroneko .block_flow .flex_step .col_r .t_red {
	color: #fd3232;
}

.page_form_kuroneko .block_flow .flex_step+.flex_step {
	margin-top: 40px;
}

.page_form_kuroneko .for_contact a {
	font-size: 16px;
	color: var(--color-green);
	text-decoration: underline;
	text-underline-offset: 4px;
	margin-top: 20px;
}

.page_form_kuroneko .for_contact a:hover {
	text-decoration: none;
}

.page_form_kuroneko table.tbl_general tr th {
	color: #fff !important;
	background: #333333;
}

.page_form_kuroneko table.tbl_general tr th:nth-child(1) {
	width: 150px;
}

.page_form_kuroneko table.tbl_general tr td {
	text-align: left;
}

.page_form_kuroneko table.tbl_general tr td .txt_s {
	display: block;
	font-size: 12px;
	line-height: 1.7;
}

.page_form_kuroneko .sct_form .accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	min-height: 60px;
	_border: 1px solid #343780;
	background: var(--color-green-light);
	margin-top: 15px;
	padding: 15px;
	transition: all 0.5s ease-in-out;
}

.page_form_kuroneko .sct_form .accordion-title::before {
	content: "";
	position: absolute;
	right: 15px;
	top: 30px;
	display: block;
	width: 24px;
	height: 2px;
	background: var(--color-green);
}

.page_form_kuroneko .sct_form .accordion-title::after {
	content: "";
	position: absolute;
	right: 26px;
	top: 18px;
	transition: all 0.5s ease-in-out;
	display: block;
	width: 2px;
	height: 24px;
	background: var(--color-green);
}

.page_form_kuroneko .sct_form .accordion-title.open::after {
	transform: rotate(-90deg);
	opacity: 0;
}

.page_form_kuroneko .sct_form .accordion-content {
	background: #f6fef0;
	padding: 25px 20px 0;
}

.page_form_kuroneko .sct_form .accordion-content .item:last-child {
	border: none;
}

.page_form_kuroneko .sct_form .item_privacy a {
	color: var(--color-green);
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media screen and (max-width: 767px) {
	.page_form_kuroneko .reception {
		font-size: 16px;
		width: 160px;
		height: 30px;
		margin: 0 auto 15px;
	}

	.page_form_kuroneko .title_main {
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 25px;
	}

	.page_form_kuroneko .caution {
		display: flex;
		gap: 5px;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.page_form_kuroneko .caution img {
		width: 24px;
	}

	.page_form_kuroneko .tel_fax_link {
		margin-bottom: 50px
	}

	.page_form_kuroneko .main_image {
		text-align: center;
		margin-bottom: 25px
	}

	.page_form_kuroneko .main_image img {
		width: 100%;
		max-width: 660px;
	}

	.page_form_kuroneko .sct_form .title_l {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.page_form_kuroneko .sct_form .lead {
		margin-bottom: 0px;
	}

	.page_form_kuroneko .block+.block {
		margin-top: 50px;
	}

	.page_form_kuroneko .box {
		padding: 0;
	}

	.page_form_kuroneko .block_flow .flex_step {}

	.page_form_kuroneko .block_flow .flex_step .col_l {
		width: 40px;
	}

	.page_form_kuroneko .block_flow .flex_step .col_l img {
		width: 100%;
	}

	.page_form_kuroneko .block_flow .flex_step .col_r {
		width: calc(100% - 40px);
		padding: 0 0 0 10px;
	}

	.page_form_kuroneko .block_flow .flex_step .col_r h3 {
		background: none;
		border: none;
		padding: 0;
		font-size: 18px;
		color: var(--color-green);
		line-height: 1.4;
		/*border-bottom: 2px solid var(--color-green);*/
		border-bottom: 1px solid #666666;
		margin-bottom: 11px;
		padding-bottom: 13px;
	}

	.page_form_kuroneko .block_flow .flex_step+.flex_step {
		margin-top: 30px;
	}

	.page_form_kuroneko .for_contact {
		text-align: right;
		margin-bottom: 0;
	}

	.page_form_kuroneko table.tbl_general {
		margin-bottom: 0;
	}

	.page_form_kuroneko table.tbl_general tr th:nth-child(1) {
		width: 100%;
	}

	.page_form_kuroneko table.tbl_general tr td {
		text-align: left;
	}

	.page_form_kuroneko .sct_form .accordion-title {
		font-size: 15px;
		font-weight: bold;
		min-height: 60px;
		background: var(--color-green-light);
		margin-top: 15px;
		padding: 10px 40px 10px 15px;
		transition: all 0.5s ease-in-out;
	}

	.page_form_kuroneko .sct_form .accordion-title::before {
		content: "";
		position: absolute;
		right: 15px;
		top: 38px;
		display: block;
		width: 24px;
		height: 2px;
		background: var(--color-green);
	}

	.page_form_kuroneko .sct_form .accordion-title::after {
		content: "";
		position: absolute;
		right: 26px;
		top: 26px;
		transition: all 0.5s ease-in-out;
		display: block;
		width: 2px;
		height: 24px;
		background: var(--color-green);
	}

	.page_form_kuroneko .sct_form .accordion-title.open::after {
		transform: rotate(-90deg);
		opacity: 0;
	}

	.page_form_kuroneko .sct_form .accordion-content {
		background: #f6fef0;
		padding: 25px 20px 0;
	}

	.page_form_kuroneko .sct_form .accordion-content .item:last-child {
		border: none;
	}
}

/* page_guide --------------------------------- */
.page_guide .for_contractors {
	text-align: center;
	margin: 25px 0 40px;
}

.page_guide .for_contractors a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 450px;
	height: 60px;
	line-height: 1.4;
	border: 1px solid var(--color-green);
	border-radius: 100px;
	padding: 0 40px 0 30px;
}

.page_guide .for_contractors a svg {
	position: absolute;
	top: calc(50% - 7px);
	right: 15px;
	transform: rotate(-90deg);
}

.page_guide .wp_edit_area h2.accordion-title {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 15px;
}

.page_guide .accordion-title::before {
	content: "";
	position: absolute;
	right: 15px;
	top: calc(50%);
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
}

.page_guide .accordion-title::after {
	content: "";
	position: absolute;
	right: 26px;
	top: calc(50% - 12px);
	transition: all 0.5s ease-in-out;
	display: block;
	width: 2px;
	height: 24px;
	background: #fff;
}

.page_guide .accordion-title.open::after {
	transform: rotate(-90deg);
	opacity: 0;
}

.page_guide .accordion-content {
	border-radius: 10px;
	background: #f6fef0;
	padding: 25px 20px;
}

.page_guide .accordion-content .box {
	padding: 0 0;
}

.page_guide .accordion-content .box+.box {
	margin-top: 30px;
}

.page_guide .accordion-content img {
	margin-bottom: 10px;
}

.page_guide .accordion-content .image {
	max-width: 450px;
	margin: 0 auto;
}

.page_guide .accordion-content .box h3 {
	margin-bottom: 25px;
}

.page_guide .accordion-content .box h4 {
	text-align: left;
	margin-bottom: 25px;
}

.page_guide .accordion-content .flex_2col {
	gap: 20px;
}
.page_guide .accordion-content .flex_2col.flex_flow {
	gap: 40px;
}
.page_guide .accordion-content .flex_flow .flex_item {
	position: relative;
}

.page_guide .accordion-content .flex_flow .flex_item+.flex_item::before {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid var(--color-green);
	border-right: 0;
}

.page_guide .accordion-content .flex_delivery.flex_flow {
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 40px;
	margin-bottom: 20px;
}

.page_guide .accordion-content .flex_delivery.flex_flow>div {
	position: relative;
	width: calc(33.33% - 30px);
}

/*
			.page_guide .accordion-content .flex_delivery.flex_flow > div:last-child{
				display: flex;
				align-items: center;
				gap: 15px;
				width: 70%;
				margin-left: 40px;
			}
			*/
.page_guide .accordion-content .flex_delivery.flex_flow>div img {
	width: 100%;
	max-width: 175px;
}

.page_guide .accordion-content .flex_delivery.flex_flow>div span {
	position: relative;
	display: block;
	text-align: center;
}

.page_guide .accordion-content .flex_delivery.flex_flow>div p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0;
}

.page_guide .accordion-content .flex_delivery.flex_flow>div+div span::before {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid var(--color-green);
	border-right: 0;
}
.page_guide .accordion-content .flex_2col + p {
	margin-top: 10px;
}

.page_guide .accordion-content .flex_2col.break {
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 10px;
}
	.page_guide .accordion-content .flex_2col.break .flex_item{
		max-width: 550px;
	}
	.page_guide .accordion-content .flex_flow.break .flex_item+.flex_item::before {
		top: -50px;
		left: calc(50% - 12px);
		transform: rotate(90deg);
	}


.page_guide .accordion-content .bank_info {
	display: inline-block;
	line-height: 1.7;
	border: 1px solid var(--color-green);
	background: #fff;
	padding: 10px 15px;
}

.page_guide .accordion-content ul.asterisk_list li {
	font-size: 12px;
}

.page_guide .accordion-content ul li+li {
	margin-top: 4px;
}

.page_guide .accordion-content p a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.page_guide .accordion-content .btn_wrap {
	text-align: center;
}

.page_guide .accordion-content .btn_wrap a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	border-radius: 100px;
	background: var(--color-green);
	height: 50px;
	padding: 10px 25px;
}

.page_guide .block table tr th span {
	display: inline-block;
	font-size: 12px;
}

.page_guide .block+.block {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.page_guide .for_contractors {
		margin: 15px 0 30px;
	}

	.page_guide .wp_edit_area h2.accordion-title {
		padding-right: 38px;
	}

	.page_guide .accordion-content {
		padding: 20px 15px;
	}

	.page_guide .accordion-content .box+.box {
		margin-top: 30px;
	}

	.page_guide .accordion-content .box h3 {
		margin-bottom: 20px;
	}

	.page_guide .accordion-content .box h4 {
		margin-bottom: 20px;
	}

	.page_guide .accordion-content .flex_2col {
		flex-wrap: wrap;
		gap: 20px;
	}

	.page_guide .accordion-content .flex_2col.flex_flow {
		gap: 50px;
	}
/*
	.page_guide .accordion-content .flex_2col.flex_flow p {
		margin-bottom: 0;
	}
*/
	.page_guide .accordion-content .flex_flow .flex_item+.flex_item::before {
		top: -50px;
		left: calc(50% - 12px);
		transform: rotate(90deg);
	}

	.page_guide .accordion-content .flex_delivery.flex_flow {
		flex-wrap: wrap;
		gap: 50px;
		margin-bottom: 40px;
	}

	.page_guide .accordion-content .flex_delivery.flex_flow>div {
		position: relative;
		width: 100%;
		text-align: center;
	}

	.page_guide .accordion-content .flex_delivery.flex_flow>div:last-child {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0px;
		width: 100%;
		margin-left: 0px;
	}
	.page_guide .accordion-content .flex_delivery.flex_flow>div img {
		max-width: 140px;
	}

	.page_guide .accordion-content .flex_delivery.flex_flow>div p {
		font-size: 16px;
		text-align: left;
	}

	.page_guide .accordion-content .flex_delivery.flex_flow>div+div span::before {
		top: -48px;
		left: calc(50% - 12px);
		transform: rotate(90deg);
	}

	.page_guide .accordion-content .bank_info {
		font-size: 15px;
		line-height: 1.7;
		padding: 10px 10px;
	}

	.page_guide .accordion-content .btn_wrap {
		margin-bottom: 30px;
	}

	.page_guide .accordion-content .btn_wrap a {
		width: 100%;
		height: 50px;
		padding: 10px 25px;
	}

	.page_guide .block+.block {
		margin-top: 20px;
	}
}

/* page_search --------------------------------- */
.page_search .category_items {
	margin-top: 40px;
}

.page_search .no_data {
	text-align: center;
	padding: 30px 0 20px;
}

/* num-bage */
.show_list {
	position: relative;
}

.show_list .num-bage {
	position: absolute;
	top: -5px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	background: #fd3232;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 100%;
	writing-mode: initial;
}
@media screen and (max-width: 1300px) {
	.show_list .num-bage {
		top: 2px;
		right: 2px;
		left: initial;
		font-size: 12px;
		font-weight: 700;
		width: 18px;
		height: 18px;
		line-height: 18px;
	}

	#head-area .sp.estimate .num-bage {
		position: absolute;
		top: -10px;
		left: -10px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		line-height: 1;
		background: #fd3232;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 100%;
		writing-mode: initial;
	}
}
