@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #3C4242;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3C4242;
}
a:hover {
	color: #3C4242;
}
a:active {
	color: #3C4242;
}
button {
	background: none;
	border-radius: 0;
	border: none;
	display: block;
	color: #3C4242;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: inherit;
	}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #3C4242;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.cover,
.menuCover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #111111;
    opacity: 0.8;
    display: none;
}
.menuCover {
	z-index: 999;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
	button:focus-visible,
	a:focus-visible,
	select:focus-visible {
	outline: 2px solid #3C4242;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.ec-layoutRole__header {
	background-color: #fff;
	position: relative;
	z-index: 999;
}
.ec-layoutRole__header .topBox {
	padding: 1rem 2.4rem;
	color: #fff;
	background: #05518E;
	display: flex;
	justify-content: flex-end;
}
.ec-layoutRole__header .hBox {
	border-bottom: 1px solid #D9D9D9;
}
.ec-layoutRole__header .btmBox {
	background: #F2F6F6;
}
.ec-layoutRole__header .btnUl {
	margin-top: 1px;
	display: flex;
	font-size: 1.2rem;
	gap: 0 1.6rem;
}
.ec-layoutRole__header .btnUl a {
	color: #FFFFFF;
	transform: rotate(0.05deg);
	display: inline-block;
}
.ec-layoutRole__header .btnUl img {
	width: 2rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.2rem 0.6rem 0 0;
	transform: rotate(0);
}
.ec-layoutRole__header h1 {
	margin-top: 0.1rem;
	font-weight: 400;
	font-size: 1.3rem;
	transform: rotate(0.05deg);
}
.ec-layoutRole__header .logo .site-title {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.ec-layoutRole__header .hBox {
	padding: 1.4rem 2.4rem 0.9rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ec-layoutRole__header .logo a {
	display: inline-flex;
	align-items: flex-start;
	white-space:nowrap;
	vertical-align: middle;
}
.ec-layoutRole__header .logo img {
	width: 22.1rem;
}
.ec-layoutRole__header .logo .txt {
	margin-top: 0.4rem;
	color: #9e9e9e;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	transform: rotate(0.05deg);
}
.ec-layoutRole__header .logo .price {
	padding: 0.4rem 0.9rem 0.3rem;
	margin: 0 0 0 1.9rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 0.4rem;
	border: 2px solid #B3D4FC;
	background: #DFF1FE;
	transform: rotate(0.05deg);
}
.ec-layoutRole__header .logo .price .sml {
	font-size: 1rem;
}
.ec-layoutRole__header .rightBox {
	margin: -0.4rem 6.8rem 0 0;
	flex: 1;
}
.ec-layoutRole__header .btmBox {
	padding: 0 2.4rem;
	position: relative;
}
.ec-layoutRole__header .loginBtn {
	position: absolute;
	top: 1.4rem;
	right: 2.4rem;
}
.ec-layoutRole__header .topLink {
    overflow: hidden;
}
.ec-layoutRole__header .topLink a {
    display: flex;
    height: 0;
    justify-content: center;
    align-items: center;
    background: #FFC220;
    font-weight: 700;
    text-decoration: underline;
}
.ec-layoutRole__header .topLink a:focus {
	height: 4rem;
}
@media all and (min-width: 768px) {
	.ec-layoutRole__header {
		position: sticky;
		top: 0;
	}
	.ec-layoutRole__header .btnUl a:hover {
		opacity: 0.7;
	}
	.ec-layoutRole__header .topLink a:hover {
		opacity: 0.6;
	}
	.ec-layoutRole__header .logo a:hover {
		opacity: 0.8;
	}

}
@media all and (max-width: 767px) {
	.ec-layoutRole__header {
		padding-top: 7rem;
	}
	.is-logged-in .ec-layoutRole__header {
		padding-top: 4rem;
	}
	.ec-layoutRole__header .hBox {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		background-color: #fff;
	}
	.ec-layoutRole__header .hBox {
		padding: 1.9rem 2rem 1.1rem;
	}
	.ec-layoutRole__header .logo img {
		width: 17.4rem;
	}
	.ec-layoutRole__header .rightBox {
		margin: -0.8rem 5.6rem 0 0;
	}
	.ec-layoutRole__header .loginBtn {
		position: relative;
		top: auto;
		right: auto;
	}
	.ec-layoutRole__header .loginBtn a {
		margin: 0 auto;
		max-width: inherit;
	}
	.ec-layoutRole__header .btmBox {
		padding: 1.2rem 2rem;
	}
}


/* menu */
.menu {
	width: 4.4rem;
	height: 4.4rem;
	position: absolute;
	top: 1.4rem;
	right: 2.4rem;
	border-radius: 0.4rem;
	background: #007ADB;
}
.menu .inner {
	position: absolute;
	top: 1.3rem;
	right: 1rem;
	height: 2.4rem;
	width: 2.4rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
}
.menu .inner span {
	height: 0.3rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	border-radius: 0.4rem;
	background: #FFFFFF;
	border: none;
}
.menu .inner span:nth-of-type(2) {
	top: 0.8rem;
}
.menu .inner span:nth-of-type(3) {
	top: 1.6rem;
}
.menu.on .inner .top {
	transform: translateY(0.8rem) translateX(0) rotate(-45deg);
}
.menu.on .inner .middle {
	opacity: 0;
}
.menu.on .inner .bottom {
	transform: translateY(-0.8rem) translateX(0) rotate(45deg);
}
@media all and (min-width: 768px) {
	.menu:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.menu {
		right: 2rem;
	}
}


/* gNavi */
.ec-layoutRole__header #gNavi .navList {
	display: flex;
}
.ec-layoutRole__header #gNavi .navList > li > a,
.ec-layoutRole__header #gNavi .navList button {
	padding: 0 1.4rem;
	height: 7.2rem;
	font-weight: 700;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transform: rotate(0.05deg);
}
.ec-layoutRole__header #gNavi .navList button {
	padding-right: 4.4rem;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}
.ec-layoutRole__header #gNavi .navList button::after {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%);
	background: url("/html/template/nicho/assets/img/common/icon20.png") no-repeat left top / 100% 100%;
	content: "";
}
.ec-layoutRole__header #gNavi .navList > li > a::before,
.ec-layoutRole__header #gNavi .navList button::before {
	width: 100%;
	height: 0.4rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #007ADB;
	content: "";
	opacity: 0;
	transition: 0.3s;
}
.ec-layoutRole__header #gNavi .navList .on button::after {
	background-image: url("/html/template/nicho/assets/img/common/icon21.png");
}
.ec-layoutRole__header #gNavi .navList .on button::before {
	opacity: 1;
}
.ec-layoutRole__header #gNavi .navList button[aria-expanded="true"]:after {
	background-image: url("/html/template/nicho/assets/img/common/icon21.png");
}
.ec-layoutRole__header #gNavi .navList button[aria-expanded="true"] {
	color: #007ADB;
}
.ec-layoutRole__header #gNavi .navList button[aria-expanded="true"]::before {
	opacity: 1;
}
.ec-layoutRole__header #gNavi .navMenu {
	padding: 3.2rem 0;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: #FFFFFF;
}
.ec-layoutRole__header #gNavi .navMenu .innerBox {
	margin: 0 auto;
	max-width: 105rem;
}
@media all and (min-width: 768px) {
	.ec-layoutRole__header #gNavi .navList button:hover:after {
		background-image: url("/html/template/nicho/assets/img/common/icon21.png");
	}
	.ec-layoutRole__header #gNavi .navList button:hover,
	.ec-layoutRole__header #gNavi .navList > li > a:hover {
		color: #007ADB;
	}
	.ec-layoutRole__header #gNavi .navList button:hover::before,
	.ec-layoutRole__header #gNavi .navList > li > a:hover::before {
		opacity: 1;
	}
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.ec-layoutRole__footer {
	padding: 5.5rem 0;
	margin-top: 12rem;
	color: #FFFFFF;
	background: #273345;
}
.ec-layoutRole__footer .content {
	max-width: 96rem;
}
.ec-layoutRole__footer .fLogo {
	margin-bottom: 5rem;
	text-align: center;
}
.ec-layoutRole__footer .fLogo a {
	color: #FFFFFF;
	display: inline-block;
}
.ec-layoutRole__footer .fLogo img {
	width: 19rem;
}
.ec-layoutRole__footer .fLogo span {
	margin-top: 1.1rem;
	display: block;
}
.ec-layoutRole__footer .fTitle {
	margin-bottom: 2.3rem;
	font-weight: 700;
	color: #CAD3D3;
	text-align: center;
}
.ec-layoutRole__footer .comBtnUl02 {
	margin-bottom: 2rem;
	gap: 1.8rem;
}
.ec-layoutRole__footer .comBtnUl02 a {
	padding-left: 7.6rem;
	height: 8rem;
	background-position: right 1.9rem center !important;
}
.ec-layoutRole__footer .comBtnUl02 li {
	width: calc((100% - 3.6rem)/3);
}
.ec-layoutRole__footer .comBtnUl02 img {
	width: 4.9rem;
	left: 1.9rem;
}
.ec-layoutRole__footer section + section {
	margin-top: 2.2rem;
}
.ec-layoutRole__footer .fNavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ec-layoutRole__footer .fNavi li {
	margin: 0 1.6rem;
}
.ec-layoutRole__footer .fNavi a {
	text-decoration: underline;
	color: #fff;
}
.ec-layoutRole__footer .fNavi.size {
	font-size: 1.4rem;
}
.ec-layoutRole__footer .fNavi.size li {
	margin: 0 0.8rem;
}
.ec-layoutRole__footer section + .fNavi {
	margin-top: 4rem;
}
.ec-layoutRole__footer .btmBox {
	padding-top: 4.8rem;
	margin-top: 4.7rem;
	border-top: 1px solid #FFFFFF;
}
.ec-layoutRole__footer address {
	margin-top: 2.4rem;
	text-align: center;
	font-size: 1.4rem;
}
@media all and (min-width: 768px) {
	.ec-layoutRole__footer .fNavi a:hover {
		opacity: 0.6;
	}
	.ec-layoutRole__footer a:focus {
		outline: 2px solid #FFFFFF;
	}
}
@media all and (max-width: 767px) {
	.ec-layoutRole__footer {
		margin-top: 8rem;
	}
	.ec-layoutRole__footer .fLogo {
		margin-bottom: 4.3rem
	}
	.ec-layoutRole__footer .comBtnUl02 li {
		width: auto;
		margin-bottom: 1.6rem;
	}
	.ec-layoutRole__footer .comBtnUl02 li:last-child {
		margin-bottom: 0;
	}
	.ec-layoutRole__footer .comBtnUl02 a {
		padding-left: 6.7rem;
		height: 7.2rem;
		background-position: right 1.5rem center !important;
	}
	.ec-layoutRole__footer .comBtnUl02 img {
		width: 4.1rem;
		left: 1.5rem;
	}
	.ec-layoutRole__footer .fTitle {
		margin-bottom: 2rem;
	}
	.ec-layoutRole__footer .fNavi {
		display: block;
	}
	.ec-layoutRole__footer .fNavi li {
		margin: 0 0 1.6rem;
	}
	.ec-layoutRole__footer .btmBox {
		padding-top: 4.1rem;
		margin: 3.9rem 2rem 0;
	}
	.ec-layoutRole__footer .fNavi.size {
		display: flex;
		font-size: 1.2rem;
		justify-content: space-between;
		gap: 1.2rem 0;
	}
	.ec-layoutRole__footer .fNavi.size li {
		width: calc(50% - 0.6rem);
		margin: 0;
	}
	.ec-layoutRole__footer address {
		font-size: 1.2rem;
	}
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.taCenter {	text-align: center;}
.taRight { text-align: right;}

.ec-layoutRole .ec-layoutRole__contents {
	max-width: inherit;
}


/* comBtnUl */
.comBtnUl {
	display: flex;
	justify-content: flex-end;
	gap: 0 1.2rem;
}
.comBtnUl a {
	padding: 0 0.8rem;
	height: 5.2rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.comBtnUl .txt {
	transform: rotate(0.05deg);
}
.comBtnUl .icon {
	margin-right: 0.4rem;
	width: 3.6rem;
	height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.comBtnUl .icon .num {
	color: #fff;
	font-size: 1rem;
	width: 1.6rem;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	background: #00625A;
}
@media all and (min-width: 768px) {
	.comBtnUl a:hover {
		background-color: #F2F6F6;
	}
}
@media all and (max-width: 767px) {
	.comBtnUl a {
		padding: 0;
		height: auto;
		display: block;
		font-size: 0.9rem;
		white-space:nowrap;
	}
	.comBtnUl .icon {
		margin: 0 auto -0.4rem;
		width: 3.9rem;
		height: 3.9rem;
	}
	.comBtnUl .txt {
		display: block;
	}
	.comBtnUl {
		gap: 0 0.6rem;
	}

}


/* comBtn */
.comBtn a,
.comBtn button {
	padding: 0 1.2rem;
	width: 22.4rem;
	height: 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #007ADB;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 0.4rem;
	border: 1px solid #007ADB;
	background: #FFF;
	transition: 0.3s;
}
.comBtn02 {
	margin-top: 4.8rem;
}
.comBtn02 a,
.comBtn02 button {
	margin: 0 auto;
	width: 40rem;
	height: 5.6rem;
	border-radius: 0.4rem;
	color: #FFFFFF;
	background: #007ADB;
	transition: 0.3s;
}
.comBtn .cart,
.comBtn02 .inner,
.comBtn04 .inner {
	padding-right: 3.5rem;
	display: inline-block;
	position: relative;
}
.comBtn .cart::after,
.comBtn02 .inner::after,
.comBtn04 .inner::after {
	position: absolute;
	top: 50%;
	right: 1px;
	width: 2.4rem;
	height: 2.4rem;
	transform: translateY(-50%);
	background: url("/html/template/nicho/assets/img/common/icon34.png") no-repeat left center;
	background-size: 100%;
	content: "";
}
.comBtn04 .inner::after {
	background-image: url("/html/template/nicho/assets/img/common/icon34_blue.png");
}
.comBtn.noLink a {
	pointer-events: none;
	color: #B6C0C0;
	background: #E0E5E6;
	border: none;
}
.comBtn.btn-gray a,
.comBtn.btn-gray button {
	color: #899696;
	border-color: #B6C0C0;
}
.comBtn a[disabled],
.comBtn a.noLink,
.comBtn button[disabled] {
	color: #B6C0C0;
	pointer-events: none;
	border-color: #CAD3D3;
	background: #F2F6F6;
}
.comBtn03 a,
.comBtn03 button {
	color: #899696;
	border-color: #B6C0C0;
}
.comBtn.left a {
	margin-left: 0;
}
.comBtn .wid-sml {
	width: 32rem;
}
.comBtn .hei-sml {
	height: 4.8rem;
}
.comBtn a .cart {
	padding-right: 3rem;
	padding-left: 2.6rem;
	background: url(/html/template/nicho/assets/img/common/icon84.png) no-repeat left center / 2rem;
}
.comBtn a .cart::after {
	background-image: url("/html/template/nicho/assets/img/common/icon34_blue.png")
}
.comBtn02 a .cart {
	background-image: url("/html/template/nicho/assets/img/common/icon85.png");
}
.comBtn02 a .cart::after {
	background-image: url("/html/template/nicho/assets/img/common/icon34.png")
}
.comBtn .sml {
	padding: 0 0.5rem;
	width: 10rem;
	height: 3.6rem;
	font-size: 1.4rem;
}
.comBtn .sml .inner {
	padding-right: 2.3rem;
}
.comBtn .sml .cart::after {
	width: 1.6rem;
}
.comBtn .sml .cart {
	padding-left: 2.1rem;
	background-size: 1.6rem;
}
.comBtn .sizeS {
	width: 18.2rem;
	height: 4.4rem;
}
.comBtn .sizeS1 {
	width: 15.6rem;
	height: 5.6rem;
}
.comBtn .sizeS1a {
	width: 13.6rem;
	height: 5.6rem;
}
.comBtn .sizeS1 .cart {
	padding-left: 3.4rem;
	padding-right: 3.4rem;
	background-size: 2.4rem;
}
.comBtn .sizeS2 {
	width: 14.8rem;
	height: 4.8rem;
}
.comBtn .sizeS3 {
	width: 14rem;
	height: 4.4rem;
}
.comBtn .sizeS3 .inner {
	padding-right: 2.7rem;
}
.comBtn .sizeS3 .inner::after {
	width: 2rem;
}
.comBtn .sizeS4 {
	width: 10rem;
	height: 4.8rem;
}
.comBtn .sizeS5 {
	width: 8.8rem;
	height: 4.4rem;
}
.comBtn .sizeS6 {
	width: 8.2rem;
	height: 3.6rem;
	font-size: 1.4rem;
}
.comBtn .sizeS7 {
	padding: 0 0.5rem;
	width: 6.4rem;
	height: 3.6rem;
	font-size: 1.4rem;
}
.comBtn.taLeft a {
	margin-left: 0;
}
.comBtn.bg-none a {
	color: #007ADB;
	background-color: transparent;
	border: none;
	text-decoration: underline;
}
.comBtn.bg-none a span {
	background: none;
}
.comBtn.bg-none a span::after {
	display: none;
}
.comBtn.bg-none a.noLink {
	color: #CAD3D3;
	text-decoration: none;
}
.comBtn.bg-green a {
	color: #00A597;
	border-color: #00A597;
}
.comBtn02.bg-green a {
	color: #FFF;
	background: #00A597;
}
.comBtn.color-green a {
	color: #00A597;
}
.comBtn.bg-red a {
	color: #E93528;
	border-color: #E93528;
}
.comBtn02.bg-red a {
	color: #FFF;
	background: #E93528;
}
.comBtn.color-red a {
	color: #E93528;
}
.comBtn.bg-gray a {
	color: #B6C0C0;
	border-color: #CAD3D3;
	background: #F2F6F6;
}
.comBtn.bg-gray a {
	color: #FFF;
	background: #B6C0C0;
}
.comBtn.bg-gray a .inner::after {
	background-image: url("/html/template/nicho/assets/img/common/icon34.png");
}
.comBtn.bg-gray a .cart {
	background-image: url("/html/template/nicho/assets/img/common/icon85.png");
}
.comBtn.border-gray a {
	color: #899696;
	border-color: #B6C0C0;
	background: #FFF;
}
.comBtn.border-gray a .inner::after {
	background-image: url("/html/template/nicho/assets/img/common/icon45.png");
}
.comBtn.border-gray a .cart {
	background-image: url("/html/template/nicho/assets/img/common/icon90.png") !important;
}
.comBtn.color-gray a {
	color: #899696;
}
.comBtn:has(.cart) a.noLink {
	color: #B6C0C0;
	background: #E0E5E6;
	border-color: #E0E5E6;
}
.comBtn:has(.cart) a.noLink .inner::after {
	background-image: url("/html/template/nicho/assets/img/common/icon94.png");
}
.comBtn a.noLink .cart {
	background-image: url("/html/template/nicho/assets/img/common/icon89.png");
}
.orderComBtn button img {
    margin-right: 0.8rem;
}
@media all and (min-width: 768px) {
	.comBtn a:hover,
	.comBtn button:hover {
		background-color: #D4EDFF;
		border-color: #007ADB;
	}
	.comBtn02 a:hover,
	.comBtn02 button:hover {
		color: #007ADB;
	}
	.comBtn02 a:hover .inner::after,
	.comBtn02 button:hover .inner::after {
		background-image: url("/html/template/nicho/assets/img/common/icon34_blue.png")
	}
	.comBtn03 a:hover,
	.comBtn03 button:hover {
		color: #fff;
		background-color: rgba(137,150,150, 0.8);
	}
	.comBtn button:focus-visible {
		outline: 2px solid #3C4242;
	}
	.comBtn.btn-gray a:hover,
	.comBtn.btn-gray button:hover {
		background-color: #F2F6F6;
	}
	.comBtn04 a:hover .inner::after {
		background-image: url("/html/template/nicho/assets/img/common/icon34_blue.png")
	}
	.comBtn a:hover .cart {
		background-image: url("/html/template/nicho/assets/img/common/icon84.png")
	}
	.comBtn.bg-none a:hover {
		opacity: 0.7;
		background: none;
	}
	.comBtn.bg-green a:hover {
		color: #00A597;
		background-color: #E0F4F3;
	}
	.comBtn.bg-green a:hover .cart {
		background-image: url("/html/template/nicho/assets/img/common/icon93.png")
	}
	.comBtn.bg-green a:hover .cart::after {
		background-image: url("/html/template/nicho/assets/img/common/icon34_green.png")
	}
	.comBtn.bg-gray a:hover {
		color: #899696;
		background: rgba(182,192,192,0.1);
	}
	.comBtn.bg-gray a:hover .inner::after {
		background-image: url("/html/template/nicho/assets/img/common/icon45.png");
	}
	.comBtn.bg-gray a:hover .cart {
		background-image: url("/html/template/nicho/assets/img/common/icon90.png");
	}
	.comBtn.border-gray a:hover {
		background: rgba(182,192,192,0.1);
	}
	.comBtn.bg-red a:hover {
		color: #E93528;
		background: #FFF;
		background-color: rgba(233, 53, 40,0.1);
	}
	.comBtn.bg-red a:hover .inner::after {
		background-image: url("/html/template/nicho/assets/img/common/icon92.png");
	}
	.comBtn.bg-red a:hover .cart {
		background-image: url("/html/template/nicho/assets/img/common/icon91.png");
	}
}
@media all and (max-width: 767px) {
    .comBtn a,
    .comBtn button {
        width: 100%;
        max-width: 40rem;
    }
	.orderComBtn a,
	.orderComBtn button {
		width: 22.4rem;
	}
	.comBtn02 {
		margin-top: 2.4rem;
	}
    .comBtn button.add-cart:hover {
        background-color: #D4EDFF;
        border-color: #007ADB;
        color: #007ADB;
    }
    .category-search .comBtnUl02 a {
        height: 6.4rem;
    }
}



/* comBtnUl02 */
.comBtnUl02 {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
.comBtnUl02 li {
	width: calc((100% - 2.4rem)/3);
}
.comBtnUl02 a {
	padding: 0 3rem 0 5.9rem;
	width: 100%;
	height: 5.6rem;
	border-radius: 0.8rem;
	font-weight: 700;
	border: 1px solid #CAD3D3;
	background-color: #FFFFFF !important;
	position: relative;
	display: flex;
	align-items: center;
	background: url("/html/template/nicho/assets/img/common/icon22.png") no-repeat right 1.5rem center;
	background-size: 2rem;
}
.comBtnUl02 a .txt {
	transform: rotate(0.05deg);
	display: inline-block;
}
.comBtnUl02 img {
	width: 3.6rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	transform: translateY(-50%);
}
.comBtnUl02.row4 li {
	width: calc((100% - 3.6rem)/4);
}
.comBtnUl02 .txt small {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}
.comBtnUl02 .blank {
	background-image: url("/html/template/nicho/assets/img/common/icon33.png");
	background-position: right 1.5rem center;
}
@media all and (min-width: 768px) {
	.comBtnUl02 a:hover {
		background-color: #DFF1FE !important;
	}
}
@media all and (max-width: 767px) {
	.comBtnUl02 {
		display: block;
	}
}


/* comList */
.comList li {
	margin-bottom: 2rem;
}
.comList li:last-child {
	margin-bottom: 0;
}
.comList a {
	padding: 1.6rem 3.5rem 1.6rem 1.5rem;
	display: block;
	border-radius: 0.8rem;
	border: 1px solid #B6C0C0;
	background: #FFFFFF;
	background: url("/html/template/nicho/assets/img/common/icon22.png") no-repeat right 0.9rem center;
	background-size: 2rem;
	text-decoration: underline;
}
@media all and (min-width: 768px) {
	.comList a:hover {
		opacity: 0.6;
	}
	.comList a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media all and (max-width: 767px) {
	.comList a {
		padding: 1.1rem 3.5rem 1.1rem 1.5rem;
	}
}

/* comSearch */
.comSearch {
	padding: 2.4rem 0 2.4rem;
	position: relative;
	z-index: 10;
}
.comSearch .innerBox {
	border-radius: 0.4rem;
	border: 1px solid #B6C0C0;
	background: #FFFFFF;
	overflow: hidden;
	display: flex;
	flex: 1;
}
.comSearch .flexBox {
	display: flex;
	justify-content: space-between;
}
.comSearch .searchBox {
	margin: 0 auto;
	position: relative;
	max-width: 60rem;
}
.comSearch .resultBox {
	padding-top: 1.2rem;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	z-index: 1000;
}
.comSearch .listUl {
	border: 2px solid #05518E;
	background: #FFFFFF;
}
.comSearch .listUl a {
	padding: 0 1.1rem;
	height: 5.7rem;
	border: 1px solid #B6C0C0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comSearch .listUl li {
	margin-bottom: -0.1rem;
}
.comSearch .listUl li:last-child {
	margin-bottom: 0;
}
.comSearch .listUl .txt {
	color: #007ADB;
	width: calc(100% - 5rem);
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comSearch .listUl .img {
	width: 4rem;
	height: 4rem;
}
.comSearch .listUl .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comSearch button {
	margin-left: 1.2rem;
	padding: 0;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	width: 10rem;
	height: 4.4rem;
	border-radius: 0.4rem;
	background: #05518E;
	box-sizing: border-box;
	transition: 0.3s;
}
.comSearch #search-keyword {
	padding-left: 1.1rem;
	flex: 1;
	width: 100%;
	height: 4.2rem;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.comSearch #search-keyword:focus {
	outline: none;
	transform: none;
}
.comSearch #search-keyword:focus-visible {
	outline: 2px solid #05518E;
	outline-offset: -2px;
	transform: none;
}
.comSearch input::-webkit-input-placeholder {
	color: #757575;
	opacity:1;
}
.comSearch input:-moz-placeholder {
	color: #757575;
	opacity:1;
}
.comSearch input::-moz-placeholder {
	color: #757575;
	opacity:1;
}
.comSearch input:-ms-input-placeholder {
	color: #757575;
	opacity:1;
}
.comSearch #search-category {
	padding-left: 1.1rem;
	padding-right: 3rem;
	width: 16rem;
	height: 4.2rem;
	font-size: 1.6rem;
    font-weight: bold;
	color: #007ADB;
	border: none;
	border-radius: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
	box-sizing: border-box;
	background: #FFFFFF;
	border-right: 1px solid #B6C0C0;
	appearance: none;
	-webkit-appearance: none;
	background: url("/html/template/nicho/assets/img/common/icon83.png") no-repeat right 1.9rem center;
	background-size: 1rem auto;
	text-overflow: ellipsis;
}
.comSearch select::-ms-expand { display: none;}
.comSearch .ec-itemNav__nav li a {
	color: #3C4242;
	border: 0.5px solid #CAD3D3;
	font-size: 1.6rem;
}
.comSearch .ec-itemNav__nav > li:hover > a {
	background: rgb(242, 246, 246);
	color: #007ADB;
}
.comSearch .ec-itemNav__nav > li:hover li:hover > a {
	background: rgb(242, 246, 246);
	color: #007ADB;
}

.comSearch .ec-itemNav__nav > li:hover > ul > li {
	overflow: visible;
	height: auto;
}
.comSearch .ec-itemNav__nav li ul li a {
	background: #FFF;
}
.comSearch .ec-itemNav__nav li ul li ul::before {
	color: #3C4242;
}
.comSearch .ec-itemNav__nav li:hover > ul::before {
	color: #007ADB;
}
.comSearch .ec-itemNav__nav > li:hover li:hover > ul::before {
	color: #007ADB;
}

@media all and (min-width: 768px) {
	.comSearch button:hover {
		opacity: 0.8;
	}
	.comSearch .listUl a:hover {
		opacity: 0.6;
	}
	.comSearch #search-category:focus-visible {
		border: 2px solid #05518E;
	}
}
@media all and (max-width: 767px) {
	.comSearch {
		padding: 2rem;
	}
	.comSearch .searchBox {
		max-width: inherit;
	}
	.comSearch button {
		margin-left: 0.8rem;
		width: 6rem;
	}
	.comSearch #search-category {
		width: 9rem;
		background-position: right 1rem center;
	}
	.comSearch #search-keyword {
		font-size: 16px;
	}
	.comSearch .ec-itemNav__nav li ul {
		display: none;
	}
}

/* headline */
.com-headline01 {
    margin-bottom: 5rem;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
}
.com-headline01.big {
	font-size: 4rem;
	margin-bottom: 7.8rem;
}
@media all and (max-width: 767px) {
	.com-headline01 {
		font-size: 2.4rem;
	}
	.com-headline01.big {
		margin-bottom: 5.2rem;
		font-size: 2.8rem;
	}
}
.com-headline02 {
    margin-bottom: 2.7rem;
    text-align: center;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
}
.com-headline02 small {
    margin-top: 1.2rem;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
}
@media all and (max-width: 767px) {
	.com-headline02 {
		font-size: 2.8rem;
		line-height: 1.5;
	}
	.com-headline02 small {
		margin-top: -0.1rem;
    	font-size: 1.4rem;
	}
}


/* com-headline03 */
.com-headline03 {
	font-size: 3.2rem;
	font-weight: 700;
	color: #1E1E1E;
	line-height: 1.5;
}
.com-headline03 .sml {
	margin-bottom: 1.6rem;
	display: block;
	font-size: 1.8rem;
	color: #007ADB;
}
@media all and (max-width: 767px) {
	.com-headline03 {
		font-size: 2rem;
	}
	.com-headline03 .sml {
		font-size: 1.6rem;
		margin-bottom: 0.9rem;
	}
}

/* com-infoBox */
.com-infoBox {
	margin: 0 auto 4rem;
	max-width: 112rem;
}
.com-infoBox.sml-width {
	margin-bottom: 7.8rem;
	max-width: 80rem;
}
@media all and (max-width: 767px) {
	.com-infoBox {
		margin: 0 2rem 2.4rem;
		max-width: inherit;
	}
	.com-infoBox.sml-width {
		margin-bottom: 4.2rem;
	}
}

/* com-dayBox */
.com-dayBox {
	padding: 5.8rem 0 6.1rem;
	background: #D4EDFF;
}
.com-dayBox .com-headline03 {
	margin: 0 2rem 4rem;
}
.com-dayBox .bannerUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.com-dayBox .bannerUl li {
	width: calc((100% - 4rem) / 3);
}
.com-dayBox .bannerUl a {
	display: block;
}
.com-dayBox .bannerUl img {
	width: 100%;
}
@media all and (min-width: 768px) {
	.com-dayBox .bannerUl a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.com-dayBox {
		padding: 3.8rem 0 4rem;
	}
	.com-dayBox .com-headline03 {
		margin: 0 0 3.2rem;
		text-align: center;
	}
	.com-dayBox .bannerUl {
		display: block;
	}
	.com-dayBox .bannerUl li {
		margin-bottom: 1.6rem;
		width: auto;
	}
	.com-dayBox .bannerUl li:last-child {
		margin-bottom: 0;
	}
}

/* content */
.content {
	margin: 0 auto;
	max-width: 112rem;
}
.smlContent {
	max-width: 96rem;
}
@media all and (max-width: 767px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}

/* com-link */
.com-link {
	margin-top: 2.8rem;
	text-align: right;
}
.com-link a {
	padding-right: 2.4rem;
	display: inline-block;
	vertical-align: top;
	color: #007ADB;
	text-decoration: underline;
	background: url("/html/template/nicho/assets/img/common/icon26.png") no-repeat right center;
	background-size: 2rem auto;
}
@media all and (min-width: 768px) {
	.com-link a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 767px) {
	.com-link {
		margin-top: 2rem;
	}
}

/* com-link02 */
.ec-layoutRole__main .com-link02 {
	color: #007ADB;
	text-decoration: underline;
}
@media all and (min-width: 768px) {
	.ec-layoutRole__main .com-link02:hover {
		opacity: 0.8;
	}
}


.com-arrowBox {
	padding: 0 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.com-arrowBox .arrow {
	padding: 0;
	width: 4.5rem;
	position: absolute;
	top: 0;
	right: 100%;
	cursor: pointer;
	transition: 0.3s;
	appearance: none;
}
.com-arrowBox .arrow.next {
	right: auto;
	left: 100%;
}
.com-arrowBox .play {
	margin: -0.1rem 0 0 0.9rem;
	width: 4.5rem;
	height: 4.5rem;
	cursor: pointer;
	background: url("/html/template/nicho/assets/img/common/play01.png") no-repeat left top;
	background-size: 100% 100%;
	transition: 0.3s;
	flex-shrink: 0;
	order: 2;
	padding: 0;
	border-radius: 50%;
  	overflow: hidden;
}
.com-arrowBox .play.on {
	background-image: url("/html/template/nicho/assets/img/common/play02.png");
}
.com-arrowBox .dotsUl {
	font-size: 0;
	line-height: 1;
	display: flex;
	order: 1;
}
.com-arrowBox .dotsUl.is-decorative {
	pointer-events: none;
}
.com-arrowBox .dotsUl.is-decorative li {
	cursor: default;
}
.slick-dots.is-decorative {
	pointer-events: none;
}
.slick-dots.is-decorative button {
	pointer-events: none;
}
.com-arrowBox .dotsUl li {
	margin: 0 0.6rem;
	display: inline-block;
	vertical-align: top;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	border: 1px solid #B6C0C0;
	background: #FFFFFF;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}
.com-arrowBox .dotsUl li.slick-active {
	background: #FFC220;
	border-color: #FFC220;
}
.com-arrowBox .dotsUl button {
	display: none;
}
@media all and (min-width: 768px) {
	.com-arrowBox .arrow:hover {
		opacity: 0.8;
	}
	.com-arrowBox .dotsUl li:hover {
		background: #FFC220;
		border-color: #FFC220;
	}
	.com-arrowBox .play:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.com-arrowBox {
  		padding: 0 0.5rem;
		bottom: -6.2rem;
	}
	.com-arrowBox .dotsUl li {
		margin: 0 0.4rem;
	}
	.com-arrowBox .play {
		margin-left: 1.1rem;
	}
	.com-arrowBox .arrow {
		margin: 0 1.4rem;
	}
}

@media all and (max-width: 500px) {
    .com-arrowBox {
        padding: 0 0.4rem;
    }
    .com-arrowBox .dotsUl li {
        margin: 0 0.3rem;
        width: 1rem;
        height: 1rem;
    }
    .com-arrowBox .play {
        margin-left: 0.5rem;
    }
    .com-arrowBox .arrow {
        margin: 0 0.3rem;
    }
}

/* comList02 */
.comList02 {
	border-top: 1px solid #B6C0C0;
}
.comList02 li {
	padding: 1.5rem 19rem 1.3rem 1.6rem;
	border-bottom: 1px solid #B6C0C0;
	position: relative;
}
.comList02 dt {
	margin-bottom: 0.3rem;
	font-size: 1.2rem;
	font-weight: 400;
}
.comList02 dd {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comList02 dd a {
	text-decoration: underline;
}
.comList02 dd a:focus,
.comList02 dd a:focus-visible {
	outline-width: 1px;
}
.comList02 .comBtn {
	position: absolute;
	top: 1.5rem;
	right: 1.6rem;
}
.comList02 .comBtn a {
	width: 15rem;
	font-size: 1.6rem;
	height: 4.4rem;
}
@media all and (min-width: 768px) {
	.comList02 dd a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 767px) {
	.comList02 li {
		padding: 1.5rem 12rem 1.5rem 0;
		font-size: 1.4rem;
	}
	.comList02 .comBtn {
		top: 1.4rem;
		right: -0.1rem;
	}
	.comList02 .comBtn a {
		width: 10rem;
		font-size: 1.6rem;
		height: 4.4rem;
		padding: 0;
	}
	.comList02 dt {
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
	}
}



/* pagePath */
#pagePath {
	margin: 0 auto 2.4rem;
	max-width: 123.4rem;
	font-size: 1.4rem;
	display: flex;
	overflow-x: auto;
	white-space:nowrap;
}
#pagePath a {
	margin: -0.2rem 0 0 0.1rem;
	color: #007ADB;
	text-decoration: underline;
}
#pagePath li:not(:last-child)::after {
	margin: 0 1.1rem 0 0.8rem;
	display: inline-block;
	width: 0.2rem;
	height: 1.6rem;
	border-radius: 1rem;
	content: '';
	background-color: #899696;
	transform: rotate(45deg) translateX(0.4rem);
}
#pagePath li:last-child {
	padding-right: 2.5rem;
}
@media all and (min-width: 768px) {
	#pagePath a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 767px) {
	#pagePath {
		margin: 0 0 2.8rem 2.5rem;
		padding-bottom: 0.5rem;
	}
}
/* .ec-searchnavRole */
.ec-searchnavRole .ec-searchnavRole__counter {
	color: #3C4242;
	padding-top: 0.8rem;
	font-size: 1.4rem;
}
.ec-searchnavRole .ec-searchnavRole__counter .num {
	margin-right: 0.5rem;
	display: inline-block;
	vertical-align: -0.3rem;
	font-size: 2rem;
}
.ec-searchnavRole .ec-searchnavRole__counter .num01 {
	margin-left: 0.8rem;
}
.ec-searchnavRole .ec-searchnavRole__infos {
	color: #3C4242;
}
.ec-searchnavRole .ec-searchnavRole__actions {
	margin-left: auto;
}
.ec-searchnavRole .ec-select {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
}
.ec-searchnavRole .ec-select label {
	font-weight: normal;
}
.ec-searchnavRole .comBtn {
	margin-bottom: 0;
}
.ec-searchnavRole .comBtn a {
	width: 15rem;
}
.ec-searchnavRole .form-control {
	margin-right: 0.6rem;
	width: 13.2rem;
	height: 4.4rem;
	font-size: 1.6rem;
	appearance: none;
	-webkit-appearance: none;
	background: #FFF url(/html/template/nicho/assets/img/common/arrow_drop_down.svg) no-repeat right 11px center / 10px;
}
.ec-searchnavRole .form-control:last-child {
	margin-right: 0;
}
@media all and (min-width: 768px) {
	.ec-searchnavRole {
		padding-left: 0.5rem;
    	padding-right: 0.5rem;
	}
	.ec-searchnavRole .ec-searchnavRole__infos {
		margin-bottom: 1.6rem;
		border-top: none;
		max-width: 113rem;
		font-size: 1.6rem;
		padding-top: 1.6rem;
	}
	.ec-searchnavRole .form-control:focus-visible {
		outline: 2px solid #3C4242;
	}
}
@media all and (max-width: 767px) {
	.ec-searchnavRole .ec-select {
		justify-content: space-between;
	}
	.ec-searchnavRole .ec-select-title {
		display: none;
	}
	.ec-searchnavRole .form-control,
	.ec-searchnavRole .comBtn {
		margin: 0;
		width: calc(50% - 0.6rem);
	}
	.ec-searchnavRole .comBtn a {
		width: 100%;
	}
}

/* ec-shelfGrid */
.ec-shelfGrid .ec-shelfGrid__item-image {
	margin-bottom: 1.2rem;
	position: relative;
	border: 1px solid #B6C0C0;
	background: #FFF;
}
.ec-shelfGrid .ec-shelfGrid__item-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.6rem;
	height: 100%;
	aspect-ratio: 1 / 1;
}
.ec-shelfGrid .ec-shelfGrid__item-image a img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.ec-shelfGrid__info h3 {
	font-weight: 400;
	min-height: 3rem;
	line-height: 1.5;
}
.ec-shelfGrid__info h3 a {
	color: #000;
	text-decoration: underline;
	display: inline-block;
}
.ec-shelfGrid__info h3 + .price {
	margin-top: 0.1rem;
}
.ec-shelfGrid__info .price +  .product-attribute {
	margin-top: 0.6rem;
}
.ec-shelfGrid__info .price {
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
}
.ec-shelfGrid__info .price small {
	font-size: 1.2rem;
}
.ec-shelfGrid__info .product-attribute {
	margin-top: 0.25rem;
	color: #00A597;
	font-size: 1.2rem;
	font-weight: 400;
}
.ec-shelfGrid__info .special-price {
	margin: 0.8rem 0 0.1rem;
	padding: 0.2rem 0.4rem 0.1rem;
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	background: #FFC220;
}
.ec-shelfGrid__info .flight-price {
	margin: 0.8rem 0 0.1rem;
	padding: 0.2rem 0.4rem 0.1rem;
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	background: #00A597;
}
.ec-shelfGrid__info .volume-price {
	margin: 0.8rem 0 0.1rem;
	padding: 0.2rem 0.4rem 0.1rem;
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	background: #ed9a1d;
}
.ec-shelfGrid .comBtn02 a,
.ec-shelfGrid .comBtn02 button {
	width: 100%;
	height: 4.4rem;
}
.ec-shelfGrid h3 a:hover {
	text-decoration: underline;
}
.ec-shelfGrid .ec-shelfGrid__item:has(.ec-shelfGrid__actions) {
	position: relative;
	padding: 0 0 6.7rem !important;
}
.ec-shelfGrid .ec-shelfGrid__actions {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ec-shelfGrid .product-labels {
	position: absolute;
	left: -1px;
	top: -1px;
	max-width: 100%;
}
.ec-shelfGrid .slick-slide > div {
	margin: 0 1.4rem;
}
.ec-shelfGrid .slick-slide > div li {
	margin: 0;
}
.ec-shelfRole {
	position: relative;
}
.ec-shelfRole.comSlideBox {
	padding: 0 0.3rem;
}
@media all and (min-width: 768px) {
	.ec-shelfGrid {
		margin: 0 -1.4rem;
		gap: 4.8rem 2.6rem;
	}
	.ec-shelfGrid .ec-shelfGrid__item {
		margin-bottom: 0;
		width: calc((100% - 7.8rem)/4);
		padding: 0 !important;
	}
	.ec-shelfGrid .ec-shelfGrid__item-image a:hover {
		opacity: 0.8;
	}
	.ec-shelfGrid__info h3 a:hover {
		opacity: 0.6;
	}
	.ec-shelfGrid .product-labels span:nth-child(n+4) {
		display: none;
	}
	.ec-shelfRole {
		max-width: 113rem;
		font-size: 1.6rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.ec-shelfGrid.col3 .ec-shelfGrid__item {
		width: calc((100% - 5.2rem)/3);
	}
}
@media all and (max-width: 767px) {
	.ec-shelfGrid {
		gap: 2.4rem 1.2rem;
	}
	.ec-shelfGrid .ec-shelfGrid__item {
		margin-bottom: 0;
		width: calc(50% - 0.6rem);
	}
	.ec-shelfGrid__info h3 {
		font-size: 1.4rem;
	}
	.ec-shelfGrid .slick-slide > div {
		margin: 0 1rem;
		padding: 0;
		opacity: 0.6;
		width: 19.2rem;
	}
	.ec-shelfGrid .slick-active > div {
		opacity: 1 !important;
	}
	.ec-shelfGrid .slick-slide li {
		padding-right: 0 !important;
	}
	.ec-shelfRole.comSlideBox {
		padding: 0;
	}
	.ec-shelfGrid .ec-shelfGrid__item-image a {
		padding: 1.2rem;
	}
	.ec-shelfGrid .product-labels span:nth-child(n+3) {
		display: none;
	}
}
.com-wrap {
	margin: 6.5rem 0;
}
.com-wrap.large-mb {
	margin-bottom: 11rem;
}
/* price-block */
.price-block {
	margin-bottom: 0.7rem;
}
.price-block .visually-hidden {
	display: none;
}
.price-block del {
	color: #899696;
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: line-through;
}
.price-block .current-price {
	margin-top: 0.1rem;
	display: block;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
}
.price-block .current-price small {
	font-size: 1.2rem;
}
/* product-labels */
.product-labels {
	display: flex;
	flex-wrap: wrap;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	z-index: 3;
}
.product-labels span {
	padding: 0.2rem 0.6rem;
	background-color: #05518E;
}
.product-labels .label-sale {
	background: #FFC220;
}
.product-labels .label-outlet {
	background: #677070;
}
.product-labels .label-drugs1 {
	background: #007ADB;
}
.product-labels .label-regular-flight {
	background: #00A597;
}
@media all and (max-width: 767px) {
	.product-labels span {
		padding: 0.2rem 0.3rem;
		font-size: 1.2rem;
	}
	.com-wrap {
		margin: 6.1rem 0 6rem;
	}
	.com-wrap + .com-wrap {
		margin-top: 11rem;
	}
	.com-wrap .com-headline01 {
		margin-bottom: 2.7rem;
	}
	.com-wrap .com-arrowBox {
		bottom: -3.2rem;
	}
	.com-wrap + .com-pageBox {
		margin-top: 8rem !important;
	}
	.com-wrap .com-arrowBox .dotsUl li.slick-active {
		background: #007ADB;
		border-color: #007ADB;
	}
}

/* com-pageBox */
.com-pageBox {
	padding: 5.9rem 0 5.5rem;
	border-bottom: 1px solid #E0E5E6;
	background: #F2F6F6;
}
.com-pageBox .com-headline01 {
	margin-bottom: 2.8rem;
	font-size: 2.4rem;
}
.com-pageBox .com-headline01 img {
	margin: -0.4rem 1.2rem 0 0;
	width: 3.7rem;
	display: inline-block;
	vertical-align: top;
}
.com-pageBox .content {
	display: flex;
	justify-content: space-between;
}
.com-pageBox .subBox {
	width: calc(50% - 2rem);
}
.com-pageBox .comBtnUl02 {
	justify-content: space-between;
	gap: 1.2rem 0;
}
.com-pageBox .comBtnUl02 li {
	width: calc(50% - 0.6rem);
}
@media all and (max-width: 767px) {
	.com-pageBox .content {
		display: block;
	}
	.com-pageBox .subBox {
		margin-bottom: 4rem;
		width: auto;
	}
	.com-pageBox .subBox:last-child {
		margin-bottom: 0;
	}
	.com-pageBox .com-headline01 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.com-pageBox .com-headline01 img {
		margin: -0.5rem 1rem 0 0;
		width: 3.3rem;
	}
	.com-pageBox .comBtnUl02 {
		gap: 0;
	}
	.com-pageBox .comBtnUl02 li {
		width: auto;
		margin-bottom: 1rem;
	}
	.com-pageBox {
		padding: 3.7rem 0 3.1rem;
	}
}


/* ec-pager */
.ec-pager {
	margin: 3.2rem 0 4.5rem;
}
.ec-pager:last-child {
	margin-bottom: 0;
}
.ec-pager .ec-pager__item {
	padding: 0 0.4rem;
	min-width: 2.5rem;
	vertical-align: middle;
	text-align: center;
}
.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active span {
	padding: 0;
	color: #007ADB;
	font-size: 1.6rem;
	text-decoration: underline;
}
.ec-pager .ec-pager__item--active {
	background-color: transparent;
	vertical-align: -0.2rem;
}
.ec-pager .ec-pager__item--active span {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.ec-pager .ec-pager__item.prev,
.ec-pager .ec-pager__item.next {
	background-color: transparent !important;
}
.ec-pager .ec-pager__item.prev a,
.ec-pager .ec-pager__item.next a {
	font-size: 0;
	width: 4.4rem;
	aspect-ratio: 1/1;
}
.ec-pager .ec-pager__item.prev {
	padding-right: 3.8rem;
}
.ec-pager .ec-pager__item.prev a {
	background: url(/html/template/nicho/assets/img/common/arrow_prev.png) no-repeat center top / 100%;
}
.ec-pager .ec-pager__item.next {
	padding-left: 3.8rem;
}
.ec-pager .ec-pager__item.next a {
	background: url(/html/template/nicho/assets/img/common/arrow_next.png) no-repeat center top / 100%;
}
@media all and (min-width: 768px) {
	.ec-pager .ec-pager__item.prev a:hover,
	.ec-pager .ec-pager__item.next a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 767px) {
	.ec-pager {
		margin: 2rem 0 3.2rem;
	}
	.ec-pager .ec-pager__item.prev {
		padding-right: 2.8rem;
	}
	.ec-pager .ec-pager__item.next {
		padding-left: 2.8rem;
	}
	.ec-pager .ec-pager__item {
		padding: 0 0.2rem;
  		min-width: 2rem;
	}
	.content .ec-pagerRole {
		margin: 0 -1.5rem;
	}
	.content .ec-pagerRole:last-child .ec-pager {
		padding-bottom: 0;
	}
}


/* ec-modal */
.ec-modal .ec-modal-overlay .ec-modal-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ec-modal .ec-modal-wrap {
	padding: 3.3rem 3.2rem;
	border: none;
	border-radius: 2rem;
	overflow: auto;
	max-height: calc(100svh - 4rem);
	z-index: 10;
	width: 64rem;
}
.ec-modal-title {
	margin-bottom: 1.1rem;
	color: #3C4242;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}
.ec-modal-text {
	margin-bottom: 1rem;
	color: #899696;
	text-align: center;
	font-size: 1.4rem;
}
.ec-modal .checkbox-inner {
	margin-bottom: 0.8rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #E0E5E6;
}
.ec-modal .checkbox-wrap h3 {
	position: relative;
}
.ec-modal .checkbox-wrap h3::after {
	margin-top: -0.6rem;
	position: absolute;
	right: 1.2rem;
	top: 50%;
	border: 0.5rem solid transparent;
	border-bottom-color: #899696;
	content: '';
}
.ec-modal .checkbox-wrap h3 button {
	padding: 0.5rem 0;
	display: block;
	color: #3C4242;
	font-size: 1.4rem;
	font-weight: 700;
	height: 3.6rem;
	width: 100%;
  	text-align: left;
}
.ec-modal .checkbox-wrap h3.on {
	padding-bottom: 0;
}
.ec-modal .checkbox-wrap h3.on::after {
	margin-top: -0.1rem;
	transform: rotate(180deg);
}
.ec-modal-btnList {
	margin: 2.4rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
}
.ec-modal-btnList .comBtn {
	margin: 0;
}
.ec-modal-btnList .comBtn a,
.ec-modal-btnList .comBtn button {
	width: 21.4rem;
	height: 4.4rem;
}
.ec-modal-btnList .comBtn02 a,
.ec-modal-btnList .comBtn02 button  {
	width: 22.4rem;
}
.ec-modal .ec-modal-close {
	padding: 0;
	right: 1.8rem;
	top: 1.9rem;
	width: 2rem;
	height: 2rem;
	transition: 0.3s;
	opacity: 0.7;
}
.ec-modal .ec-modal-close .ec-icon {
	width: 2rem;
	height: 2rem;
	display: block;
}
.ec-modal .ec-modal-overlay {
	  background-color: rgba(17, 17, 17, 0.7);
}
.ec-modal .ec-modal-title {
	font-size: 2rem;
	color: #007ADB;
	margin-bottom: 1.9rem;
	line-height: 1.5;
}
.ec-modal .ec-modal-title img {
	width: 5.4rem;
	display: block;
	margin: 0 auto 1.9rem;
}
@media all and (min-width: 768px) {
	.ec-modal .ec-modal-close:hover {
		opacity: 0.5;
	}
	.ec-modal .checkbox-wrap h3 button:focus-visible {
		outline: 2px solid #3C4242;
	}
}
@media all and (max-width: 767px) {
	.ec-modal .ec-modal-wrap {
		padding: 3.2rem 2rem;
		width: 88.8%;
	}
	.ec-modal-title {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
	}
	.ec-modal-text {
		font-size: 1.4rem;
	}
	.ec-modal-btnList {
		display: block;
	}
	.ec-modal-btnList li + li {
		margin-top: 1.2rem !important;
	}
	.ec-modal-btnList .comBtn a,
	.ec-modal-btnList .comBtn button {
		margin: 0 auto;
		width: 22.4rem;
	}
	.ec-modal .ec-modal-title img {
		margin-bottom: 1.5rem;
	}
	.ec-modal .ec-modal-title {
		margin-bottom: 1.7rem;
	}
}

.ec-modal .com-modal-title {
	margin-bottom: 1.6rem;
	font-size: 2rem;
	color: #007ADB;
	line-height: 1.5;
	font-weight: 700;
}
.ec-modal .com-modal-title img {
	width: 5.3rem;
	display: block;
	margin: 0 auto 1.6rem;
}
.ec-modal .sml-width {
	max-width: 48rem;
}
.ec-modal .sml-width p {
	text-align: left;
}
.ec-modal .sml-width p:not(:last-child) {
	margin-bottom: 1.3rem;
}
.ec-modal .sml-width .comBtn02 {
	margin-top: 2.2rem;
}


/* checkbox-list */
.checkbox-list {
	padding: 0.1rem 1rem 0.3rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1.6rem;
}
.checkbox-list input[type="checkbox"] {
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	border: none;
	display: block;
	text-align: left;
	opacity: 0;
}
.checkbox-list input[type="checkbox"] + label {
	padding: 0.4rem 0 0.4rem 3rem;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: left;
	background: url(/html/template/nicho/assets/img/common/checkbox.png) no-repeat left center / 2.4rem;
}
.checkbox-list input[type="checkbox"]:checked + label {
	font-weight: bold;
	background-image: url(/html/template/nicho/assets/img/common/checkbox_on.png);
}
.checkbox-list input[type="checkbox"]:disabled + label {
	color: #CAD3D3;
	background-image: url(/html/template/nicho/assets/img/common/checkbox_dis.png);
}
.checkbox-list input[type="checkbox"]:checked:disabled + label {
	background-image: url(/html/template/nicho/assets/img/common/checkbox_dis_check.png);
}
.checkbox-list.noFlex {
	display: block;
}
@media all and (min-width: 768px) {
	.checkbox-list input:focus-visible + label {
		outline: 2px solid #007ADB !important;
	}
}

/* com-headline04 */
.com-headline04 {
	margin-bottom: 5rem;
	padding-bottom: 1.3rem;
	font-size: 2.8rem;
	font-weight: 700;
	border-bottom: 0.3rem solid #007ADB;
	position: relative;
}
.com-headline04::before {
	width: 8rem;
	height: 0.3rem;
	position: absolute;
	bottom: -0.3rem;
	left: 0;
	background: #FFC220;
	content: "";
}
.com-headline04:has(.ttl-span ) {
	padding-right: 8rem;
}
.com-headline04 .ttl-span {
	position: absolute;
	top: calc(50% - 1rem);
	transform: translateY(-50%);
	right: 1.3rem;
	display: flex;
	min-height: 4rem;
	align-items: center;
	gap: 1rem 1.2rem;
}
.com-headline04 .ttl-span img {
	vertical-align: middle;
}
@media all and (min-width: 768px) {
	.com-headline04 .ttl-span a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.com-headline04 {
		margin-bottom: 4rem;
		padding-bottom: 0.9rem;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.com-headline04::before {
		width: 4rem;
	}
	.com-headline04:has(.ttl-span) {
		padding-right: 4.5rem;
	}
}


/* com-headline05 */
.com-headline05 {
	margin-bottom: 3.2rem;
	padding: 0.7rem 0 1.1rem 1.2rem;
	font-size: 2rem;
	font-weight: 700;
	border-left: 0.4rem solid #007ADB;
	border-bottom: 0.2rem solid #E0E5E6;
	transform: rotate(0.05deg);
}
@media all and (max-width: 767px) {
	.com-headline05 {
		margin-bottom: 3.2rem;
		padding: 0.5rem 0 0.8rem 1.3rem;
		font-size: 2rem;
		border-left-width: 0.3rem;
		line-height: 1.5;
	}
}

/* com-headline06 */
.com-headline06 {
	margin-bottom: 4rem;
	padding-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 0.1rem solid #B6C0C0;
	transform: rotate(0.05deg);
}

/* com-headline07 */
.com-headline07 {
	padding-bottom: 0.8rem;
	font-size: 2.4rem;
	border-width: 2px;
	border-color: #007ADB;
}
@media all and (max-width: 767px) {
	.com-headline07 {
		font-size: 2.2rem;
	}
}

/* com-headline08 */
.com-headline08 {
	margin-bottom: 4rem;
	padding: 1.7rem 2rem 1.3rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	position: relative;
	background: #DFF1FE;
}
.com-headline08:before {
	width: 100%;
	height: 3px;
	background-color: #B3D4FC;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.com-headline08:after {
	width: 8rem;
	height: 3px;
	background-color: #007ADB;
	position: absolute;
	bottom: -0.2rem;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.wysiwyg .com-headline08:before {
	width: 100%;
	height: 3px;
	background-color: #B3D4FC;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.wysiwyg .com-headline08::after {
	width: 8rem;
	height: 3px;
	background: #007ADB;
	background-color: #007ADB;
	background-image: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

@media all and (max-width: 767px) {
	.com-headline08 {
		font-size: 2.4rem;
		margin: 0 -2rem 2.5rem;
		padding-inline: 1rem;
	}
}

/* com-notesUl */
.com-notesUl {
	transform: rotate(0.05deg);
}
.com-notesUl li {
	position: relative;
	font-size: 1.4rem;
	color: #677070;
	font-weight: 400;
	text-indent: 1.5rem;
}
.com-notesUl.answer-notes li {
    white-space: nowrap;
}
.com-notesUl li::before {
	position: absolute;
	top: 0;
	left: -1.5rem;
	content: "※";
}
.com-notesUl a {
	color: #007ADB;
	text-decoration: underline;
}
.com-notesUl.indent li {
	text-indent: 0;
	padding-left: 1.5rem;
}
.com-notesUl.indent li::before {
	left: 0;
}
.com-notesUl.small li {
	font-size: 1.2rem;
}
.com-notesUl.noIndent li {
	padding-left: 0;
	text-indent: 0;
}
.com-notesUl.noIndent li::before {
	display: none;
}
.com-notesUl.normal li {
	color: #3C4242;
	font-size: 1.6rem;
}
@media all and (min-width: 768px) {
	.fit-width {
		margin: 0 auto;
		width: fit-content;
	}
	.com-notesUl a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 767px) {
	.com-notesUl li {
		font-size: 1.2rem;
		text-indent: 1.2rem;
	}
	.com-notesUl li::before {
		left: -1.2rem;
	}
	.com-notesUl.spSize li {
		font-size: 1.4rem;
		text-indent: 1.8rem;
	}
	.com-notesUl.spSize li::before {
		left: -1.8rem;
	}
}


/* com-notesBox */
.com-notesBox {
	padding: 2.1rem 2.3rem 2.3rem;
	border: 1px solid #FFC220;
	background: #FFF8E4;
	font-size: 1.4rem;
}
.com-notesBox .title {
	margin-bottom: 1.2rem;
	font-weight: 700;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.com-notesBox .title img {
	margin: 0.2rem 0.8rem 0 0.2rem;
	width: 2.4rem;
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}
.com-notesBox .title .txt {
	transform: rotate(0.05deg);
	display: inline-block;
}
.com-notesBox.bg-blue {
	margin-bottom: 1.5rem;
	padding: 1.6rem 1.5rem;
	border: 1px solid #B3D4FC;
	background: #DFF1FE;
}
.com-notesBox.bg-blue .title {
	color: #007ADB;
}
.com-notesBox.bg-blue .title img {
	margin-top: 0;
	width: 2rem;
}
.com-notesBox.border-green {
	margin-bottom: 2.5rem;
	padding: 1.9rem 1.9rem 1.8rem;
	border-color: #00A597;
	background: #FFF;
}
.com-notesBox.border-green .title {
	margin-bottom: 0.9rem;
	color: #00A597;
}
.com-notesBox.border-green .title img {
	margin: -0.2rem 1.2rem 0 -0.1rem;
	width: 2.8rem;
}
.com-notesBox strong {
	font-weight: 700;
}
.com-notesBox .txt-green {
	color: #00A597;
}
.com-notesBox .com-note-list {
	margin-top: 0.9rem;
}
.com-note-list {
	color: #899696;
	font-size: 1.2rem;
}
/* com-txtUl */
.com-txtUl {
	padding-left: 2rem;
	transform: rotate(0.05deg);
	list-style: decimal;
}
.com-txtUl.fs-large {
	margin: 0 0 3.2rem 0.4rem;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media all and (max-width: 767px) {
	.com-txtUl.fs-large {
		line-height: 1.5;
	}
}


/* product-summary */
.product-summary {
	color: #000;
	padding: 2.4rem 0;
	border-top: 1px solid #E0E5E6;
	border-bottom: 1px solid #E0E5E6;
	display: flex;
}
.product-summary .product-image {
	width: 20rem;
	height: 20rem;
	overflow: hidden;
	padding: 1.5rem;
	border: 1px solid #B6C0C0;
}
.product-summary .product-image a {
	aspect-ratio: 1 / 1;
}
.product-summary .product-image img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.product-summary .product-details {
	margin-left: 1.2rem;
	flex: 1;
}
.product-summary .product-details p,
.product-summary .product-details ul {
	transform: rotate(0.05deg);
}
.product-summary .title {
	margin-bottom: 0.2rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: underline;
}
.product-summary .price {
	margin-bottom: 0.4rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.product-summary .price span {
	margin-right: 0.4rem;
	font-size: 1.8rem;
}
.product-summary .product-attributes {
	font-size: 1.2rem;
	color: #00A597;
}
.product-summary .product-attributes li {
	margin-bottom: 0.1rem;
}
.product-summary .product-attributes li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	.product-summary .product-image {
		width: 14rem;
		height: 14rem;
		padding: 1.1rem;
	}
	.product-summary .title {
		font-size: 1.6rem;
	}
}

/* menuBox */
.menuBox {
	position: fixed;
	right: 0;
	top: 0;
	height: 100svh;
	z-index: 1000;
	background-color: #FFFFFF;
	width: 32rem;
	transform: translateX(100%);
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;;
}
.menuBox.active {
	opacity: 1;
	visibility: visible;
}
.menuBox.active {
	transform: translateX(0);
}
.menuBox .menu {
	position: absolute;
	right: 2rem;
	top: 1.4rem;
	z-index: 15;
}
.menuBox .menuInner {
	height: 100%;
	background-color: #FFFFFF;
	overflow-y: auto;
}
.menuBox .menuInner .logo {
	padding: 1.9rem 0 1.7rem 2rem;
	width: 19.4rem;
}
.menuBox .menuInner .inner {
	margin-bottom: 0;
	padding: 1.7rem 2rem;
	background-color: #F2F6F6;
	border-top: 1px solid #CAD3D3;
}
.menuBox .menuInner .inner .userName {
	font-size: 1.2rem;
}
.menuBox .menuInner .inner .userName strong {
	font-size: 1.6rem;
	margin: -0.3rem 0.8rem 0;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.menuBox .menuInner .comBtn button {
	width: 100%;
	max-width: inherit;
}
.menuBox .menuInner .subBox {
	padding: 2.4rem 2rem;
}
.menuBox .menuInner .ttl {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: 700;
}
.menuBox .menuList a,
.menuBox .menuList button {
	font-weight: 700;
}
.menuBox .menuTxtList:not(:last-child) {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #CAD3D3;
}
.menuBox .stepBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #FFFFFF;
	transform: translateX(100%);
	transition: all 0.5s;
	overflow-y: auto;
}
.menuBox .stepBox.step2 {
	z-index: 12;
}
.menuBox .stepBox.step3 {
	z-index: 13;
}
.menuBox .stepBox.active {
	transform: translateX(0);
}
.menuBox .stepBox .back {
	padding: 2.4rem 0 2.3rem 2rem;
	border-bottom: 1px solid #CAD3D3;
}
.menuBox .stepBox .back a,
.menuBox .stepBox .back button {
	text-decoration: underline;
	display: inline-block;
	padding-left: 2.4rem;
	position: relative;
}
.menuBox .stepBox .back a::before,
.menuBox .stepBox .back button::before {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0.2rem;
	left: 0;
	background: url("/html/template/nicho/assets/img/common/icon22.png") no-repeat left  top / 100% 100%;
	content: "";
	transform: rotate(180deg);
}
.menuBox .stepBox .back button {
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}
.menuBox .stepBox .stepTtl {
	margin: 0 2rem 2.6rem;
	padding: 2.5rem 0 0.9rem;
	text-align: left;
	border-bottom: 1px solid #CAD3D3;
	font-weight: 700;
}
.menuBox .stepBox .stepTtl a,
.menuBox .stepBox .stepTtl button {
	margin: -0.5rem -2rem;
	padding: 0.5rem 4rem 0.5rem 2rem;
	display: block;
	position: relative;
}
.menuBox .stepBox .stepTtl a::after,
.menuBox .stepBox .stepTtl button::after {
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	background: url("/html/template/nicho/assets/img/common/icon63.png") no-repeat left  top / 100% 100%;
	content: "";
	transform: translateY(-50%);
}
.menuBox .stepBox .stepTtl img {
	width: 3.9rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.2rem 0.4rem 0 -0.2rem;
}
.menuBox .stepBox .linkList li {
	margin-bottom: 0.8rem;
}
.menuBox .stepBox .linkList li:last-child {
	margin-bottom: 0;
}
.menuBox .stepBox .linkList li a,
.menuBox .stepBox .linkList li button {
	display: block;
	padding: 1rem 2rem;
	position: relative;
}
.menuBox .stepBox .linkList li a::after,
.menuBox .stepBox .linkList li button::after {
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	background: url("/html/template/nicho/assets/img/common/icon63.png") no-repeat left  top / 100% 100%;
	content: "";
	transform: translateY(-50%);
}
.menuBox .stepBox .linkList li span {
	text-decoration: underline;
}
.menuBox .menuList {
	margin-bottom: 1.9rem;
	padding-bottom: 1.9rem;
	border-bottom: 1px solid #ccc;
}
.menuBox .menuList li {
	margin: 0 -2rem 0.3rem;
}
.menuBox .menuList li:last-child {
	margin-bottom: 0;
}
.menuBox .menuList li a,
.menuBox .menuList li button {
	position: relative;
	display: block;
	padding: 1.4rem 4rem 1.1rem 6.4rem;
	font-weight: 700;
}
.menuBox .menuList li button {
	width: 100%;
	text-align: left;
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}
.menuBox .menuList img {
	margin-top: 0.1rem;
	position: absolute;
	top: 50%;
	left: 1.9rem;
	width: 3.9rem;
	transform: translateY(-50%);
}
.menuBox .menuList .dropBtn::after {
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	right: 2.1rem;
	background: url("/html/template/nicho/assets/img/common/icon45.png") no-repeat left  top / 100% 100%;
	content: "";
	transform: translateY(-50%);
	opacity: 0.7;
}
.menuBox .menuTxtList {
	font-size: 1.4rem;
}
.menuBox .menuTxtList li {
	margin-bottom: 1.6rem;
}
.menuBox .menuTxtList li:last-child {
	margin-bottom: 0;
}
.menuBox .menuTxtList a,
.menuBox .menuTxtList button {
	text-decoration: underline;
}
.menuBox .menuTxtList.col a,
.menuBox .menuTxtList.col button {
	color: #899696;
}
.menuBox .stepBox.step3 .linkList li a,
.menuBox .stepBox.step3 .linkList li button {
	padding-left: 2.8rem;
}
.menuBox .stepBox.step3 .linkList li a::after,
.menuBox .stepBox.step3 .linkList li button::after {
	display: none;
}
/* Anchor-look buttons inside menu */
.menuBox .stepBox .stepTtl button,
.menuBox .stepBox .linkList li button,
.menuBox .menuTxtList button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	text-align: left;
	width: 100%;
}
@media all and (min-width: 768px) {
	.menuBox .menuList li a:hover,
	.menuBox .menuList li button:hover {
		background-color: #F2F6F6;
	}
	.menuBox .stepBox .stepTtl a:hover,
	.menuBox .stepBox .stepTtl button:hover,
	.menuBox .stepBox .linkList li a:hover,
	.menuBox .stepBox .linkList li button:hover {
		background-color: #F2F6F6;
	}
	.menuBox .menuTxtList a:hover,
	.menuBox .menuTxtList button:hover {
		color: #007ADB;
	}
	.menuBox .menuTxtList.col a:hover,
	.menuBox .menuTxtList.col button:hover {
		color: #007ADB;
	}
	.menuBox a:focus,
	.menuBox button:focus {
		outline: 0;
	}
	.menuBox a:focus-visible,
	.menuBox button:focus-visible {
		outline: 2px solid #111111;
	}
	.menuBox .stepBox .back a:hover {
		opacity: 0.6;
	}
}

/* formBox */
.formBox .formTxt {
	margin: -1rem 0 2.3rem;
}
.formBox .formUl {
	padding: 2.4rem 0 2.3rem;
	border-top: 1px solid #E0E5E6;
	border-bottom: 1px solid #B6C0C0;
}
.formBox .must {
	padding: 0.4rem 0.4rem 0.4rem;
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 1.2rem;
	border-radius: 5rem;
	background: #FFB03B;
	line-height: 1;
	font-weight: 700;
	margin: -0.4rem 0 0 0.6rem;
}
.formBox .formUl > li {
	margin-bottom: 3.2rem;
}
.formBox .formUl > li:last-child {
	margin-bottom: 0;
}
.formBox .formUl legend,
.formBox .formUl .label-txt {
	margin-bottom: 2rem;
	display: block;
	font-weight: 700;
}
.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"],
.formBox input[type="tel"],
.formBox select,
.formBox textarea {
	width: 100%;
	color: #3C4242;
	padding: 0 1.5rem;
	border: 1px solid #B6C0C0;
	border-radius: 0.4rem;
	height: 4.4rem;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.formBox input[type="text"][disabled],
.formBox input[type="email"][disabled],
.formBox input[type="tel"][disabled] {
	background: #F2F6F6;
	border-color: #899696;
}
.formBox input[type="text"]:focus-visible,
.formBox input[type="email"]:focus-visible,
.formBox input[type="tel"]:focus-visible,
.formBox select:focus-visible,
.formBox textarea:focus-visible,
.formBox input.focus-visible {
	outline: 2px solid #007ADB;
}
.formBox select {
	padding-right: 3.4rem;
	background: #fff url(/html/template/nicho/assets/img/common/icon39.png) no-repeat right 1.5rem center;
	background-size: 1rem auto;
}
.formBox select.is-invalid {
	padding-right: 3.4rem !important;
	background: #fff url(/html/template/nicho/assets/img/common/icon39.png) no-repeat right 1.5rem center !important;
	background-size: 1rem auto !important;
}
.formBox select:disabled {
	border: 1px solid #899696;
	background-color: #F2F6F6;
}
.formBox select small {
	display: block;
}
.formBox select.special {
	height: 6.2rem;
}
.formBox textarea {
	height: 12rem;
	padding: 1.5rem;
	resize: vertical;
}
.formBox textarea:disabled {
	border: 1px solid #899696;
	background-color: #F2F6F6;
}
.formBox input::-webkit-input-placeholder {
	color: #757575;
	opacity:1;
}
.formBox input:-moz-placeholder {
	color: #757575;
	opacity:1;
}
.formBox input::-moz-placeholder {
	color: #757575;
	opacity:1;
}
.formBox input:-ms-input-placeholder {
	color: #757575;
	opacity:1;
}
.formBox .error {
	border-color: #E93528 !important;
}
.formBox .exampleTxt {
	margin-bottom: 0.8rem;
	color: #899696;
	font-size: 1.2rem;
}
.formBox fieldset .com-notesUl li {
	color: #899696;
	font-size: 1.2rem;
}
.formBox fieldset .com-notesUl {
	margin-bottom: 0.9rem;
}
.formBox .formNotes {
	margin: 2rem auto 0;
	max-width: 28rem;
}
.formBox .formNotes li {
	color: #677070;
	font-size: 1.2rem;
}
.formBox .submit {
	margin-top: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.formBox .submit.left {
	justify-content: flex-start;
}
.formBox .submit li {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.formBox .submit + .com-notesUl {
	margin-top: 2rem;
}
.formBox .error-message {
	margin-top: 1.4rem;
	color: #E93528;
	font-size: 1.2rem;
	position: relative;
	display: flex;
  	align-items: center;
}
.formBox .error-message img {
	width: 2rem;
	display: inline-block;
	vertical-align: middle;
	margin: -0.1rem 0.6rem 0 0;
	flex-shrink: 1;
}
.formBox .error-message.correct {
	color: #379621;
}
.formBox .error-message.center {
	text-align: center;
	justify-content: center;
}
.formBox .error-message.big {
	font-size: 1.4rem;
}
.formBox .error-message.big img {
	margin-top: -0.5rem;
}
.formBox .formDl {
	margin-bottom: 1.7rem;
}
.formBox .formDl dt {
	margin-bottom: 1.3rem;
}
.formBox .formDl dt .sml {
	padding: 0.5rem 0;
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
}
.formBox .formDl label {
	display: block;
}
.formBox .formDl dd {
	margin-bottom: 1.5rem;
}
.formBox .formDl dd:last-child {
	margin-bottom: 0 !important;
}
.formBox .selectBox {
	margin-bottom: 4.2rem;
	padding: 1.8rem 2rem;
	background: #F2F6F6;
	overflow: hidden;
}
.formBox .selectBox .formDl {
	margin-bottom: 0;
}
.formBox .selectBox .formDl dd {
	margin-bottom: 2rem;
}
.formBox .payUl {
	margin-bottom: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}
.formBox .payUl li {
	width: 4.2rem;
}
.formBox .selectUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.formBox .selectUl select {
	width: 18rem;
	min-width: 18rem;
}
.formBox .wid01 {
	width: 14rem !important;
}
.formBox .wid02 {
	width: 24rem !important;
}
.formBox .wid03 {
	width: 18rem !important;
}
.formBox .wid04 {
	width: 40.6rem !important;
}
.formBox .wid05 {
	width: 35.2rem !important;
}
.formBox .submit02 button,
.formBox .submit02 a {
	width: 100% !important;
	height: 5.6rem;
}
.formBox .inputUl {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
.formBox .inputUl li {
	width: 35.2rem;
}
.formBox .com-txt-link img {
	margin: -0.3rem 0.6rem 0 0;
	width: 2.4rem;
	display: inline-block;
	vertical-align: middle;
}
.formBox input + .com-txt-link {
	margin-left: 1.6rem;
}
.formBox .agreeBox {
	margin-top: 4rem;
	padding: 1.9rem 1.9rem 1.2rem;
	border: 1px solid #B6C0C0;
}
.formBox .agreeBox .title {
	margin-bottom: 0.3rem;
	color: #007ADB;
	font-size: 1.6rem;
	font-weight: 700;
}
.formBox .agreeBox .checkbox-list {
	padding-right: 0;
}
.formBox .formDl02 {
	margin-top: 2rem;
	text-align: left;
}
.formBox .formDl02 dt {
	margin-bottom: 1.1rem;
	font-weight: normal;
}
.formBox .formDl02 .com-notes {
	color: #899696;
	padding-bottom: 1.2rem;
}
.formBox .formUl02 {
	margin-top: 2.7rem;
}
.formBox .formUl02 li {
	margin-bottom: 1.2rem;
	padding: 1.2rem 0.5rem 1.2rem 2.4rem;
	border-left: 0.4rem solid #007ADB;
	background: #F9FBFB;
	line-height: 1.81;
}
.formBox .formUl02 li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	.formBox .submit li:hover .btn {
		opacity: 0.8;
	}
	.formBox .submit02 {
		margin-top: 2.4rem;
		justify-content: space-between;
	}
	.formBox .submit02 li {
		width: calc(50% - 0.6rem);
	}
	.formBox .submit02 .item01 {
		order: 3;
	}
}
@media all and (max-width: 767px) {
	.formBox .formTxt {
		margin: 0 0 2.3rem;
	}
	.formBox .must {
		margin: -0.4rem -0.5rem 0 0.4rem;
	}
	.formBox .formUl > li {
		margin-bottom: 2.4rem;
	}
	.formBox fieldset .com-notesUl {
		margin-bottom: 0.7rem;
	}
	.formBox .submit {
		margin: 4.8rem auto 0;
		max-width: 33.5rem;
		display: block;
	}
	.formBox .submit li {
		margin-bottom: 1.5rem;
	}
	.formBox .submit li:last-child {
		margin-bottom: 0;
	}
	.formBox .formNotes {
		max-width: inherit;
	}
	.formBox .formNotes li {
		text-indent: 1.5rem;
	}
	.formBox .formNotes li::before {
		left: -1.5rem;
	}
	.formBox .formDl {
		margin-bottom: 1.3rem;
	}
	.formBox .selectBox {
		margin-bottom: 3.2rem;
	}
	.formBox .submit02 li {
		width: auto;
		margin-bottom: 1.1rem;
	}
	.formBox .submit02 li:last-child {
		margin-bottom: 0;
	}
	.formBox .selectUl {
		flex-wrap: nowrap;
	}
	.formBox .selectUl select {
		flex: 1 1 0;
		min-width: 16rem;
		width: 0;
		font-size: 1.3rem;
	}
	.formBox .inputUl li {
		width: auto;
		margin-bottom: 1.2rem;
	}
	.formBox .inputUl li:last-child {
		margin-bottom: 0;
	}
	.formBox .wid03 {
		width: 18rem !important;
	}
	.formBox .wid04 {
		width: 100% !important;
	}
	.formBox .wid05 {
		width: 100% !important;
	}
	.formBox .agreeBox {
		margin-top: 3.2rem;
	}
	.formBox .inputUl {
		display: block;
	}
}

/* radioUl */
.radioUl {
	padding-left: 0.2rem;
}
.radioUl li {
	margin-bottom: 0.4rem;
}
.radioUl li:last-child {
	margin-bottom: 0;
}
.radioUl input {
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	border: none;
	display: block;
	opacity: 0;
}
.radioUl input + label {
	padding: 0.4rem 0 0.4rem 3.2rem;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: #fff url(/html/template/nicho/assets/img/common/radio_icon01.png) no-repeat left top 0.6rem;
	background-size: 2rem;
}
.radioUl input:checked + label {
	font-weight: bold;
	background-image: url(/html/template/nicho/assets/img/common/radio_icon02.png);
}
.radioUl input:disabled + label {
	color: #CAD3D3;
	background-image: url(/html/template/nicho/assets/img/common/radio_icon_dis.png);
}
.radioUl input[type="checkbox"] + label {
	background-image: url(/html/template/nicho/assets/img/common/checkbox.png);
	background-size: 2.4rem;
}
.radioUl input[type="checkbox"]:checked + label {
	background-image: url(/html/template/nicho/assets/img/common/checkbox_on.png);
}
.radioUl input[type="checkbox"]:disabled + label {
	background-image: url(/html/template/nicho/assets/img/common/checkbox_dis.png);
}
.radioUl input:disabled:checked + label {
	background-image: url(/html/template/nicho/assets/img/common/radio_icon_dis_check.png);
}
.radioUl input:disabled + label small {
	color: #CAD3D3;
}
.radioUl li small {
	margin-left: 1rem;
	color: #677070;
	font-weight: 400;
	font-size: 1.4rem;
	display: inline-block;
}
.radioUl03 {
	padding-left: 0;
}
.radioUl03 li {
	margin-bottom: 1.2rem;
}
.radioUl03 li:last-child {
	margin-bottom: 0;
}
.radioUl03 input + label {
	padding: 0.9rem 1rem 0.9rem 4.5rem;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	border-radius: 0.4rem;
	background-position: left 1.3rem center;
}
.radioUl03 input:disabled + label {
	border-color: #B6C0C0;
	background-color: #F2F6F6;
}
.radioUl03 input:checked:disabled + label {
	border-color: #B6C0C0;
	background-color: #F2F6F6;
	background-image: url(/html/template/nicho/assets/img/common/radio_icon_dis_check.png);
}
.radioUl03 .txt {
	display: block;
	line-height: 1.2;
	flex: 1;
}
.radioUl03 .ttl {
	margin-bottom: 0.1rem;
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
}
.radioUl03 .size {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
}
.radioUl03 input:checked + label {
	border-color: #0079da;
	background-image: url(/html/template/nicho/assets/img/common/radio_icon03.png);
}
.radioUl03 img {
	margin-right: 1rem;
	width: 5rem;
}
.radioUl03 .col {
	margin-left: 0.8rem;
	color: #E93528;
	font-size: 1.2rem;
}
.confirmBox .radioUl03 input + label {
	padding: 0;
	border: none;
	background: none;
	cursor: default;
}
.confirmBox .radioUl03 .ttl {
	margin-bottom: 0.3rem;
	font-size: 1.4rem;
}
.confirmBox .radioUl03 img {
	margin-right: 1.5rem;
}
.confirmBox .radioUl03 .txt {
	margin-top: 0.3rem;
}
.radioUl04 .txt,
.radioUl04 address {
	line-height: 1.81;
}
.radioUl04 input + label {
	display: block;
	padding: 1.5rem 1rem 1.5rem 5.9rem;
	background-position: left 1.5rem center;
	background-size: 2.4rem auto;
}
.radioUl04 input:checked + label {
	font-weight: normal;
}
.radioUl04 div {
	display: block;
	padding: 1.5rem 1rem 1.5rem 5.9rem;
	background-position: left 1.5rem center;
	background-size: 2.4rem auto;
	border: 1px solid #ccc;
}
.radioUl04 .correctTxt {
	color: #007ADB;
	font-weight: 700;
	font-size: 1.2rem;
	padding-left: 2.2rem;
	margin-bottom: 0.8rem;
	position: relative;
}
.radioUl04 .correctTxt::before {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 0.1rem;
	left: 0;
	background: url("/html/template/nicho/assets/img/common/icon69.png") no-repeat left top / 100% 100%;
	content: "";
}
.radioUl04 .comBtn {
	margin-top: 0.8rem;
	width: 100%;
	gap: 1.2rem;
	display: flex;
	flex-wrap: wrap;
}
.radioUl04 .comBtn a {
	height: 3.6rem;
	font-size: 1.4rem;
}
@media all and (min-width: 768px) {
	.radioUl02 {
		display: flex;
		flex-wrap: wrap;
	}
	.radioUl02 li {
		width: 33.33%;
	}
	.radioUl input:focus-visible + label {
		outline: 2px solid #007ADB !important;
	}
}
@media all and (max-width: 767px) {
	.radioUl li small {
		display: block;
		margin: 0.5rem 0 0 0;
		font-size: 1.2rem;
	}
	.radioUl03 input + label {
		padding: 1rem 1rem 1rem 4.3rem;
	}
	.radioUl03 .ttl {
		margin-bottom: 0;
	}
	.radioUl03 img {
		margin-right: 0.8rem;
		width: 3.8rem;
	}
	.radioUl03 .col {
		margin-left: 0;
		font-size: 1.2rem;
		display: block;
	}
	.confirmBox .radioUl03 img {
		width: 5rem;
	}
	.radioUl04 input + label {
		padding: 1.5rem 1rem 1.5rem 5.9rem;
	}
	.radioUl04 div {
		padding: 1.5rem 1rem 1.5rem 5.9rem;
	}
	.mypage .radioUl04 input + label {
		padding: 1.5rem 1rem 1.5rem 1rem;
	}
	.mypage .radioUl04 div {
		padding: 1.5rem 1rem 1.5rem 1rem;
	}
	.radioUl04 .comBtn {
		margin-top: 1.6rem;
		gap: 1.2rem;
		display: flex;
		max-width: inherit;
	}
}


/* com-thanksBox */
.com-thanksBox {
	max-width: 96rem;
}
.com-thanksBox .com-headline01 {
	font-size: 4rem;
	margin-bottom: 8.2rem;
}
.com-thanksBox .com-headline04 {
	margin-bottom: 4.1rem;
}
.com-thanksBox p {
	margin-bottom: 2.2rem;
	text-align: center;
	line-height: 1.8;
}
.com-thanksBox .numTxt {
	font-weight: 700;
}
.com-thanksBox .comBtn {
	margin-top: 3.9rem;
}
.com-thanksBox .comBtn a {
	margin: 0 auto;
	width: 100%;
	max-width: 40rem;
	height: 5.6rem;
}
@media all and (max-width: 767px) {
	.com-thanksBox .com-headline01 {
		font-size: 2.8rem;
		margin-bottom: 5.2rem;
	}
	.com-thanksBox p {
		margin-bottom: 2.2rem;
		text-align: left;
	}
	.com-thanksBox .com-headline04 {
		margin-bottom: 3.2rem;
	}
	.com-thanksBox .numTxt {
		text-align: center;
	}
	.com-thanksBox .btmTxt {
		text-align: center;
	}
	.com-thanksBox .comBtn {
		margin-top: 3.2rem;
	}
}


/* mainBox */
@media all and (min-width: 768px) {
	.mainBox {
		margin-top: 6rem;
		display: flex;
		justify-content: space-between;
		gap: 4rem;
	}
	#conts {
		flex: 1;
	}
	#sideBar {
		width: 30rem;
	}
	#sideBar.left {
		order: -1;
		width: 24rem;
	}
	#sideBar .com-totalBox {
		position: sticky;
		top: 2rem;
		right: 0;
	}
	#sideBar.left .com-totalBox {
		top: 20rem;
	}
}
@media all and (max-width: 767px) {
	#sideBar {
		margin: 4rem 0 4.8rem;
	}
}



/* com-alertList */
.com-alertList {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.com-alertList > li {
	padding: 1.1rem 1.5rem 1.1rem;
	width: 100%;
	min-height: 5.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.8rem;
	border-radius: 0.8rem;
	border: 0.1rem solid #007ADB;
	background-color: #fff;
}
.com-alertList .textHead {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
.com-alertList .textHead p {
	margin: 0;
}
.com-alertList .textHead .icon {
	width: 2.4rem;
	flex-shrink: 0;
}
.com-alertList .textBody {
	color: #007ADB;
	font-size: 1.4rem;
}
.com-alertList .textBody a {
	color: inherit;
	text-decoration: underline;
}
.com-alertList .warning {
	border-color: #ffb03b;
}
.com-alertList .error {
	border-color: #E93528;
	background-color: rgba(233, 53, 40, 0.05);
}
.com-alertList .txtUl {
	margin: 0.1rem 0 -0.1rem 2rem;
	color: #007ADB;
	list-style: decimal;
	font-size: 1.4rem;
}
.com-alertList .txtUl li {
	position: relative;
}
.com-alertList .error .txtUl {
	color: #E93528;
	list-style: disc;
	font-size: 1.2rem;
}
.com-alertList .link {
	padding: 0;
}
.com-alertList .link a {
	display: block;
	padding: 1.1rem 3.5rem 1.1rem 1.5rem;
	background: url(/html/template/nicho/assets/img/common/icon64.png) no-repeat right 0.9rem center;
	background-size: 2rem;
}
.com-alertList .link .textHead {
	text-decoration: underline;
	margin-bottom: 0.8rem;
}
.com-alertList .link .textHead:last-child {
	margin-bottom: 0;
}
.com-alertList .pass {
	border-color: #379621;
}
.com-alertList .pass .textBody {
	color: #379621;
}
.com-alertList .border-gray {
	border-color: #B6C0C0;
}
.com-alertList .border-gray .textBody {
	color: #677070;
}
.com-alertList .warning .textBody {
	color: #ffb03b;
}
.com-alertList .error .textBody {
	color: #E93528;
}
@media all and (min-width: 768px) {
	.com-alertList .link a:hover {
		opacity: 0.6;
	}
}
.com-alertList .consent {
    background-color: #FFF8E4;
    border-color: #FFC220;
    border-radius: 0;
}
.com-alertList .consent.consent--split {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
}
@media all and (max-width: 767px) {
    .com-alertList .consent.consent--split {
        flex-direction: column;
        align-items: flex-start;
    }
    .com-alertList .consent.consent--split .consent-left,
    .com-alertList .consent.consent--split .consent-right {
        width: 100%;
    }
}

.com-alertList .consent .textHead {
    font-weight: bold;
    margin-bottom: 10px;
}

.com-alertList .consent .textBody {
    color: #3C4242;
}

.com-alertList .consent .left {
    flex: 1;
}
.com-alertList .consent .consent-left {
    flex: 1;
}
.com-alertList .consent .consent-right {
    flex: 0 0 auto;
}

.com-alertList .consent .comBtn a {
    background-color: #FFB03B;
    color: #FFFFFF;
    border: 0;
}

/* com-cart-section */
.com-cart-section {
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 767px) {
	.com-cart-section {
		flex-direction: column;
		gap: 4.8rem;
	}
}

/* com-cart-items */
.com-cart-section .com-cart-items {
	padding-top: 0.4rem;
	width: 69.6%;
}
.com-cart-items .com-headline04 {
	margin-bottom: 2.4rem;
}
.com-cart-items .cart-list .cart-item {
	padding: 1.6rem 0 1.5rem;
	display: flex;
	align-items: flex-start;
	gap: 1.2rem;
	border-bottom: 0.1rem solid #B6C0C0;
}
.com-cart-items .cart-list .cart-item .item-image {
	width:15.5rem;
	height: 15.5rem;
	flex-shrink: 0;
	border: 0.1rem solid #B6C0C0;
}
.com-cart-items .cart-list .cart-item .item-image a {
	padding: 1.1rem;
	display: block;
	height: 100%;
	box-sizing: border-box;
}
.com-cart-items .cart-list .cart-item .item-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.com-cart-items .cart-list .cart-item .item-details-wrap {
	display: flex;
	gap: 1.3rem 2rem;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	font-size: 1.4rem;
}
.com-cart-items .cart-list .cart-item .item-details {
	width: calc(100% - 22.2rem);
}
.com-cart-items .cart-list .cart-item .item-details .cart-remove-link {
    display: inline-block;
}
.com-cart-items .cart-list .cart-item .item-details h3 {
	margin-bottom: 0.2rem;
	color: #111;
	font-weight: 400;
	line-height: 1.5;
}
.com-cart-items .cart-list .cart-item .item-details h3 a {
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-decoration: underline;
}
.com-cart-items .cart-list .cart-item .item-details p {
	line-height: 1.5;
}
.com-cart-items .cart-list .cart-item .item-details .std-name {
	margin-bottom: 0.4rem;
	color: #899696;
}
.com-cart-items .cart-list .cart-item .item-details .reduced-tax {
	margin-bottom: 0.1rem;
	color: #00A597;
}
.com-cart-items .cart-list .cart-item .item-details .price {
	font-weight: 700;
	color: #111;
}
.com-cart-items .cart-list .cart-item .item-details .price .new {
	margin-right: 1rem;
	font-size: 1.6rem;
}
.com-cart-items .cart-list .cart-item .item-details .price .sm {
	font-size: 1.2rem;
}
.com-cart-items .cart-list .cart-item .item-details .price-old {
	color: #899696;
	font-size: 1.2rem;
}
.com-cart-items .cart-list .cart-item .item-details .del-btn {
	margin-top: 1rem;
	padding: 0;
	width: fit-content;
	display: block;
	color: #007ADB;
	text-decoration: underline;
}
.com-cart-items .cart-list .cart-item .item-col {
	width: 20.2rem;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.com-cart-items .cart-list .cart-item .item-quantity {
	margin-bottom: 1.7rem;
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.com-cart-items .cart-list .cart-item .item-quantity label {
	font-size: 1.6rem;
	white-space: nowrap;
}
.com-cart-items .cart-list .cart-item .item-quantity select {
	padding: 0 2.5rem 0 1.2rem;
	width: 12rem;
	height: 4.4rem;
	color: #3C4242;
	font-weight: 400;
	font-size: 1.6rem;
	box-sizing: border-box;
	border: 0.1rem solid #B6C0C0;
	border-radius: 0.4rem;
	background: #fff url(/html/template/nicho/assets/img/common/icon39.png) no-repeat right 1.1rem center / 1rem;
	-webkit-appearance: none;
	appearance: none;
}
.com-cart-items .cart-list .cart-item .item-num {
	justify-content: flex-end;
}
.com-cart-items .cart-list .cart-item .item-num .num {
	min-width: 3.2rem;
	text-align: center;
	padding-left: 1.6rem;
	position: relative;
	display: block;
}
.com-cart-items .cart-list .cart-item .item-num .num::before {
	position: absolute;
	top: 0;
	left: 0.1rem;
	content: "：";
}
.com-cart-items .cart-list .cart-item .item-subtotal {
	font-weight: 700;
	color: #111;
}
.com-cart-items .cart-list .cart-item .item-subtotal .lg {
	font-size: 1.8rem;
}
.com-cart-items .cart-list .cart-item .discount {
	margin-bottom: 0.9rem;
	color: #007ADB;
	text-align: right;
}
.com-cart-items .cart-list .cart-item .alertCard {
	margin-top: 0.3rem;
	width: 100%;
}
.com-cart-items .cart-list .cart-item .alertCard a {
	padding: 0.9rem 3rem 0.8rem 1.1rem;
	display: flex;
	gap: 0.8rem;
	align-items: center;
	border-radius: 0.8rem;
	border: 0.1rem solid #007ADB;
	background: url(/html/template/nicho/assets/img/common/icon26.png) no-repeat right 1.1rem center / 2rem;
}
.com-cart-items .cart-list .cart-item .alertCard a .icon {
	width: 2rem;
	flex-shrink: 0;
}
.com-cart-items .cart-list .cart-item .alertCard a .txt {
	flex: 1;
	color: #007ADB;
	text-decoration: underline;
}
.com-cart-items .cart-list .cart-item .textBox {
	width: 100%;
}
.com-cart-items .cart-list .cart-item .textBox p {
	font-size: 1.2rem;
	color: #677070;
	line-height: 1.5;
}
.com-cart-items .noticeBox {
	margin: 3.2rem 0 1.6rem;
	padding: 0.8rem 1.5rem 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	border: 0.1rem solid #00A597;
	background: #F4FFFE;
}
.com-cart-items .noticeBox .icon {
	margin-top: -0.1rem;
	width: 3.2rem;
	flex-shrink: 0;
}
.com-cart-items .noticeBox .txt {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	color: #00A597;
}
@media all and (min-width: 768px) {
	.com-cart-items .cart-list .cart-item .item-details h3 a:hover,
	.com-cart-items .cart-list .cart-item .item-details .del-btn:hover,
	.com-cart-items .cart-list .cart-item .alertCard a:hover {
		opacity: 0.6;
	}
	.com-cart-items .cart-list .cart-item .item-image a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.com-cart-section .com-cart-items {
		padding-top: 0;
		width: 100%;
	}
	.com-cart-items .com-headline04 {
		margin-bottom: 1.2rem;
	}
	.com-cart-items .cart-list .cart-item .item-details-wrap {
		display: block;
	}
	.com-cart-items .cart-list .cart-item .item-details {
		width: auto;
	}
	.com-cart-items .cart-list .cart-item .item-col {
		width: auto;
		display: block;
	}
	.com-cart-items .cart-list .cart-item .item-quantity {
		justify-content: flex-start;
	}
    .com-cart-items .cart-list .cart-item .item-details h3 {
        margin-bottom: 2px;
    }
    .com-cart-items .cart-list .cart-item .item-details .std-name {
        margin-bottom: 4px;
    }
    .com-cart-items .cart-list .cart-item .item-details .reduced-tax {
        margin: 4px 0;
    }
    .com-cart-items .cart-list .cart-item .item-details .del-btn {
        margin-top: 0;
    }
    .com-cart-items .cart-list .cart-item .item-details .price {
        margin-bottom: 10px;
    }
    .com-cart-items .cart-list .cart-item .item-details .cart-remove-link {
        margin-bottom: 20px;
    }
    .com-cart-items .cart-list .cart-item .item-col .item-quantity {
        margin-bottom: 17px;
    }
	.com-cart-items .cart-list .cart-item .item-image {
		width: 23.6%;
		max-width: 15.5rem;
		max-width: inherit;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.com-cart-items .cart-list .cart-item .item-image a {
		padding: 0.7rem;
		display: block;
		height: 100%;
		box-sizing: border-box;
	}
	.com-cart-items .cart-list .cart-item .item-quantity label {
		margin-right: 1rem;
	}
	.com-cart-items .cart-list .cart-item .item-quantity select {
		background-position: right 1.5rem center;
		padding: 0 3rem 0 1.5rem;
	}
	.com-cart-items .cart-list .cart-item .item-subtotal .lg {
		margin-right: 0.4rem;
	}
	.com-cart-items .cart-list .cart-item {
		padding: 2rem 0 1.9rem;
	}
	.com-cart-items .cart-list .cart-item .item-subtotal {
		margin-left: 0;
	}
	.com-cart-items .cart-list .cart-item .alertCard {
		margin-top: 1.2rem;
	}
	.com-cart-items .cart-list .cart-item .alertCard a {
		padding: 1.1rem 3.5rem 1rem 1.1rem;
	}
	.com-cart-items .cart-list .cart-item .textBox {
		margin: 1.3rem 0 1.1rem;
	}
	.com-cart-items .noticeBox {
		margin-bottom: 1.2rem;
	}
	.com-cart-items .cart-list .cart-item .discount {
		text-align: left;
	}
    .com-cart-items .cart-list .cart-item .item-quantity {
        margin-bottom: 0.2rem;
    }
}

/* com-totalBox */
.com-cart-section .com-totalBox {
	width: 26.75%;
}
.com-totalBox .totalConts {
	margin-bottom: 2.4rem;
	padding: 2rem;
	background: #F2F6F6;
}
.com-totalBox .totalConts .totalTitle {
	margin-bottom: 1.8rem;
	font-size: 2rem;
	font-weight: 700;
}
.com-totalBox .totalConts .totalList {
	margin-bottom: 0.6rem;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}
.com-totalBox .totalConts .totalList li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
}
.com-totalBox .totalConts .totalList li .subTtl {
	font-size: 1.6rem;
}
.com-totalBox .totalConts .totalList li .subTtl strong {
	font-weight: 700;
}
.com-totalBox .totalConts .totalList li .price {
	font-weight: 700;
}
.com-totalBox .totalConts .totalList li .price.big {
	font-size: 1.8rem;
	margin-top: -0.2rem;
}
.com-totalBox .totalConts .note-list {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}
.com-totalBox .totalConts .note-list li {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #677070;
}
.com-totalBox .totalConts .note-list li::before {
	content: '※';
}
.com-totalBox .totalConts .note-list li a {
	color: #007ADB;
	text-decoration: underline;
}
.com-totalBox .btnList {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.com-totalBox .btnList li {
	width: 100%;
	margin: 0;
}
.com-totalBox .btnList li button {
	width: 100%;
	height: 5.6rem;
	margin: 0 auto;
	max-width: inherit;
}
.com-totalBox .priceNotes {
	color: #677070;
	font-size: 1.2rem;
	text-align: right;
	line-height: 1.5;
}
.com-totalBox .priceUl {
	padding: 0.2rem 0 1.9rem;
	border-bottom: 1px solid #899696;
	font-size: 1.4rem;
	margin-bottom: 2.2rem;
}
.com-totalBox .priceUl li {
	margin-bottom: 0.6rem;
	display: flex;
	justify-content: space-between;
}
.com-totalBox .priceUl li:last-child {
	margin-bottom: 0;
}
.com-totalBox .priceUl span {
	width: 50%;
}
.com-totalBox .priceUl .num {
	text-align: right;
}
.com-totalBox .totalConts + .checkbox-list {
	margin-top: -0.4rem;
}
.com-totalBox .com-notesUl {
	margin-bottom: 2.4rem;
}
.com-totalBox .btnList + .com-notesUl {
	margin: 1.2rem 0 1.2rem;
}
@media all and (max-width: 767px) {
	.com-cart-section .com-totalBox {
		width: 100%;
	}
	.com-totalBox .totalConts + .checkbox-list {
		margin-top: -0.9rem;
	}
	.com-totalBox .com-notesUl {
		margin-bottom: 2rem;
	}
	.com-totalBox .btnList + .com-notesUl li {
		font-size: 1.4rem;
	}
}


/* com-listDl */
.com-listDl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
}
.com-listDl dt {
	width: 13.2rem;
	font-weight: 700;
}
.com-listDl dd {
	margin-bottom: 0.7rem;
	width: calc(100% - 13.2rem);
}
.com-listDl dd:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	.com-listDl {
		display: block;
	}
	.com-listDl dt {
		width: auto;
		margin-bottom: 0.6rem;
	}
	.com-listDl dd {
		margin-bottom: 1.5rem;
		width: auto;
		letter-spacing: -0.05em;
	}
	.com-listDl dd:last-child {
		margin-bottom: 0;
	}
}


/* com-changeBox */
.com-changeBox {
	margin-bottom: 2.2rem;
	display: flex;
	justify-content: space-between;
}
.com-changeBox .leftBox {
	flex: 1;
}
.com-changeBox .comBtn {
	margin: 0.1rem 0 0 2rem;
}
@media all and (max-width: 767px) {
	.com-changeBox {
		margin-bottom: 3.2rem;
		display: block;
	}
	.com-changeBox .comBtn {
		margin: 2rem 0 0 0;
	}
}


/* com-aboutBox */
.com-aboutBox {
	margin-bottom: 1.2rem;
	padding: 2.2rem 1.9rem 1.9rem;
	border: 1px solid #00A597;
	background: #F4FFFE;
	font-size: 1.4rem;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
}
.com-aboutBox .title {
	margin-bottom: 1.1rem;
	color: #3C4242;
	font-size: 1.8rem;
	font-weight: 700;
}
.com-aboutBox .title img {
	margin: -0.3rem 0.4rem 0 0;
	width: 18rem;
	display: inline-block;
	vertical-align: middle;
}
.com-aboutBox .leftBox {
	flex: 1;
}
.com-aboutBox .comBtn {
	margin: 0.5rem 0 0 0;
}
.com-aboutBox .comBtn a {
	color: #fff;
	width: 26rem;
	height: 6rem;
	background-color: #00A597;
	border-color: #00A597;
	border-radius: 5rem;
	font-size: 1.4rem;
	line-height: 1;
}
.com-aboutBox .comBtn small {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 1.2rem;
}
.com-aboutBox .comBtn .inner {
	padding-right: 2.5rem;
	display: inline-flex;
	align-items: center;
}
.com-aboutBox .comBtn .icon {
	width: 3.8rem;
	margin-right: 0.8rem;
}
.com-aboutBox .comBtn .txt {
	margin-top: 0.3rem;
	flex: 1;
}
.com-aboutBox .comBtn .inner::after {
	width: 2rem;
	height: 2rem;
	background-image: url("/html/template/nicho/assets/img/common/icon34.png") !important;
}
@media all and (min-width: 768px) {
	.com-aboutBox .comBtn a:hover{
		background-color: rgba(0,165,151, 0.8);
	}
}
@media all and (max-width: 767px) {
	.com-aboutBox {
		display: block;
		padding: 1.9rem 1.9rem;
	}
	.com-aboutBox .comBtn {
		margin: 2rem 0 0 0;
	}
	.com-aboutBox .title img {
		margin: 0 auto 0.7rem;
		width: 18rem;
		display: block;
	}
	.com-aboutBox .title {
		margin-bottom: 1rem;
		text-align: center;
	}
}




/* com-timeBox */
.com-timeBox {
	padding: 2rem 2rem;
	background-color: #fff;
}
.com-timeBox .com-notesUl {
	padding: 1.3rem 1.2rem;
	background-color: #F2F6F6;
}
.com-timeBox .title {
	border-bottom: 1px solid #B6C0C0;
	padding-bottom: 0.2rem;
	margin-bottom: 1.6rem;
}
.com-timeBox .title .col {
	margin: 0.5rem 1.2rem 0 0;
	color: #00A597;
	padding-bottom: 0.5rem;
	display: inline-block;
	vertical-align: middle;
}
.com-timeBox .title img {
	margin: -0.5rem 0.8rem 0 0;
	width: 3.2rem;
	display: inline-block;
	vertical-align: middle;
}
.com-timeBox.bor {
	border: 1px solid #B6C0C0;
}
@media all and (max-width: 767px) {
	.com-timeBox {
		padding: 2.5rem 2rem;
		border-radius: 0.4rem;
	}
	.com-timeBox .title {
		padding-bottom: 1.4rem;
		text-align: center;
	}
	.com-timeBox .title .col {
		margin: 0;
		padding-bottom: 0.7rem;
		display: block;
		text-align: center;
	}
	.com-timeBox .com-notesUl li {
		font-size: 1.4rem;
		text-indent: 1.8rem;
	}
	.com-timeBox .com-notesUl li::before {
		left: -1.8rem;
	}
}



/* com-list02 */
.com-list02 {
	margin-bottom: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	gap: 1.2rem 2rem;
}
.com-list02 li {
	display: flex;
	align-items: flex-start;
}
.com-list02 .ttl {
	width: 12rem;
	padding: 0.3rem 0.8rem;
	border-radius: 5rem;
	font-weight: 700;
	color: #00A597;
	border: 1px solid #00A597;
	background: #FFF;
	text-align: center;
}
.com-list02 .txt {
	flex: 1;
	margin: 0.4rem 0 0 1rem;
}

/* com-txt */
.com-txt {
	margin-bottom: 2.4rem;
	font-size: 1.4rem;
}

.com-link02 a {
	text-decoration: underline;
	font-size: 1.4rem;
	color: #007ADB;
}
.com-link02 img {
	margin: -0.3rem 0.5rem 0 0;
	width: 2rem;
	display: inline-block;
	vertical-align: middle;
}
.com-link02.center {
	text-align: center;
}
@media all and (min-width: 768px) {
	.com-link02 a:hover {
		opacity: 0.6;
	}
}
/* .com-detailBox */
.com-detailBox {
	margin-top: 8.2rem;
}
.com-detailBox .detail-inner {
	margin: 8.2rem 0 3.2rem;
}
.com-detailBox .detail-inner + .detail-inner {
	margin-top: 4.4rem;
}
.com-detailBox .com-headline04 {
	margin-bottom: 3.3rem;
}
.com-detailBox .com-headline05 {
	margin-bottom: 3.2rem;
}
.com-detailBox .com-headline06 {
	margin-bottom: 3.2rem;
	padding-bottom: 0.7rem;
}
.com-detailBox p {
	margin-bottom: 3.2rem;
	line-height: 1.8;
}
.com-detailBox p:last-child {
	margin-bottom: 0;
}
.com-detailBox .detail-image {
	margin: 3.2rem 0;
}
.com-detailBox .com-noteUl {
	margin-bottom: 3.2rem;
}
a.com-txt-link {
	color: #007ADB;
	text-decoration: underline;
}
@media all and (min-width: 768px) {
	.com-txt-link:hover {
		opacity: 0.6;
	}
	.com-detailBox .text-sml {
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.com-detailBox {
		margin-top: 4.7rem;
	}
	.com-detailBox .detail-inner {
		margin: 4.7rem 0 3.2rem;
	}
	.com-detailBox .detail-inner + .detail-inner {
		margin-top: 4.4rem;
	}
	.com-detailBox .com-headline04 {
		margin-bottom: 3.1rem;
	}
	.com-detailBox .com-headline05 {
		margin-bottom: 3.2rem;
	}
	.com-detailBox .com-headline06 {
		margin-bottom: 3.3rem;
		padding-bottom: 0.7rem;
	}
	.com-detailBox p {
		margin-bottom: 3.2rem;
	}
	.com-detailBox .detail-image {
		margin: 3.2rem 0;
	}
}
@media all and (min-width: 768px) {
	.smlContent.com-detailBox .com-headline04 + .com-headline05 {
		margin-top: 4.1rem;
	}
	.smlContent.com-detailBox .com-headline05 {
		margin-bottom: 4rem;
	}
	.smlContent.com-detailBox .com-headline06 {
		margin-bottom: 4.1rem;
	}
	.smlContent.com-detailBox p {
		margin-bottom: 4.1rem;
	}
	.smlContent.com-detailBox .detail-image {
		margin:  4.1rem 0;
	}
	.smlContent .com-dotTxtList.fs-large {
		margin-bottom: 4.1rem;
	}
	.smlContent .com-txtUl.fs-large {
		margin-bottom: 4.1rem;
	}
	.smlContent .com-noteUl {
		margin-bottom: 4.1rem;
	}
	.smlContent .com-imgBox {
		margin-bottom: 4rem;
	}
}
@media all and (max-width: 767px) {
	.smlContent.com-detailBox .detail-inner + .detail-inner {
		margin-top: 3.2rem;
	}
	.smlContent .com-imgBox .detail-image {
		width: 100%;
	}
}
.color-grey-2 {
	color: #677070 !important;
}
.color-grey-3 {
	color: #899696 !important;
}
.color-grey-3 li {
	color: #899696 !important;
}

/* com-imgBox*/
.com-imgBox .detail-image img {
	width: 100%;
}
.com-imgBox .com-headline06 {
	margin-bottom: 2rem !important;
}
.com-imgBox .com-headline05 {
	margin-bottom: 2rem !important;
}
.com-imgBox p {
	margin-bottom: 2rem !important;
}
.com-imgBox .com-noteUl {
	margin-bottom: 2rem !important;
}
.com-imgBox .com-noteUl.small {
	font-size: 1.2rem;
}
.com-imgBox .comBtn {
	margin-top: 2rem;
}
.com-imgBox .comBtn a {
	max-width: 100%;
}
.com-imgBox.bg-green {
	padding: 2rem;
	background-color: #F2F6F6;
}
@media all and (min-width: 768px) {
	.com-imgBox {
		margin-bottom: 3.2rem;
		display: flex;
		gap: 2.5rem;
	}
	.com-imgBox:last-child {
		margin-bottom: 0;
	}
	.com-imgBox + .com-imgBox {
		margin-top: 4rem;
	}
	.com-imgBox .detail-image {
		margin: 0 !important;
		width: 28rem;
	}
	.com-imgBox .detail-textBox {
		flex: 1;
	}
	.com-imgBox.bg-green .detail-image {
		width: 36rem;
	}
}
@media all and (max-width: 767px) {
	.com-imgBox {
		margin-bottom: 3.5rem;
	}
	.com-imgBox .detail-image {
		margin: 0 auto 2.4rem;
		width: 100%;
	}
}
.video-container {
	margin-bottom: 4.3rem;
}
.video-wrapper {
	margin-bottom: 4.3rem;
}
.video-container iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	background-color: #899696;
}
.video-container .video-description p {
	margin-bottom: 0;
	line-height: 1.5;
}
@media all and (max-width: 767px) {
	.video-wrapper {
		margin-bottom: 3.5rem;
	}
}


/* com-textList */
.com-textList {
	margin-bottom: 2.4rem;
}
.com-textList li {
	padding-left: 2.2rem;
	font-size: 1.4rem;
	position: relative;
}
.com-textList li::before {
	position: absolute;
	left: 0.9rem;
	top: 1rem;
	width: 0.3rem;
	height: 0.3rem;
	background-color: currentColor;
	content: '';
}
@media all and (min-width: 768px) {
	.com-textList a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.com-textList li {
		padding-left: 0;
	}
	.com-textList li::before {
		width: auto;
		height: auto;
		margin-right: 0;
		display: inline-block;
		position: static;
		content: '●';
		background-color: transparent;
	}
}

/* com-accordion */
.com-accordion-wrap {
	margin-bottom: 7.2rem;
}
.com-accordion-item{
	margin-bottom: 3.2rem;
}
.com-accordion-title {
	position: relative;
}
.com-accordion-title::after {
	margin-top: -0.4rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	border: 0.8rem solid transparent;
	border-top-color: #3C4242;
	content: '';
}
.com-accordion-title button {
	width: 100%;
	padding: 0.5rem 2.4rem;
	display: block;
	color: #3C4242;
	font-size: 2rem;
	font-weight: 700;
	height: 6.4rem;
	text-align: left;
	border: 0.1rem solid #B6C0C0;
	border-radius: 0.5rem;
}
.com-accordion-title button:has(img) {
	padding: 0.5rem 4.5rem 0.5rem 7.5rem;
	height: 7.2rem;
	font-size: 2.2rem;
	position: relative;
	border-radius: 0.8rem;
	border-color: #CAD3D3;
	background-color: #F2F6F6;
}
.com-accordion-title button img {
	width: 4rem;
	position: absolute;
	top: 50%;
	left: 2.3rem;
	transform: translateY(-50%);
}
.com-accordion-title.on::after {
	margin-top: -1.2rem;
	transform: rotate(180deg);
}
.com-accordion-box {
	padding: 2.4rem 0 3.2rem;
	display: none;
}
.com-accordion-box .label {
	font-weight: 700;
}
.com-accordion-box .comBtnUl02 {
	gap: 1.6rem 2rem;
}
.com-accordion-box .comBtnUl02 img {
	width: 1.9rem;
	left: 1.7rem;
}
.com-accordion-box .comBtnUl02 li {
	width: calc((100% - 4rem)/3);
}
.com-accordion-box .comBtnUl02 a {
	padding: 0 3.5rem 0 4.7rem;
	line-height: 1.2;
}
@media all and (min-width: 768px) {
	.com-accordion-title button:focus-visible {
		outline: 2px solid #3C4242;
	}
}
@media all and (max-width: 767px) {
	.com-accordion-box .comBtnUl02 li {
		width: auto;
		margin-bottom: 1.6rem;
	}
	.com-accordion-box .comBtnUl02 li:last-child {
		margin-bottom: 0;
	}
	.com-accordion-title button:has(img) {
		font-size: 2rem;
		padding-left: 7.1rem;
	}
	.com-accordion-title button img {
		left: 1.9rem;
	}
	.com-accordion-title::after {
		right: 2rem;
	}
}

/* com-table */
.com-table {
	width: 100%;
	border-collapse: collapse;
}
.com-table th,
.com-table td {
	padding: 0 0 2.4rem;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	border: none;
}
.com-table th {
	width: 25.8%;
	padding-top: 1rem;
}
.com-table tr:last-child th,
.com-table tr:last-child td {
	padding-bottom: 0;
}
.com-table .must {
	margin-left: 0.4rem;
}
@media all and (max-width: 767px) {
	.com-table th, .com-table td {
		padding-bottom: 2.2rem;
		width: 100%;
		float: left;
	}
	.com-table th {
		padding: 0 0 0.9rem;
	}
}
 .sr-only {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.com-table02-scroll {
	margin: 3.2rem 0;
}
.com-table02-scroll .inner {
	border: 1px solid #B6C0C0;
	border-radius: 0.8rem;
	overflow: hidden;
}
.com-table02 {
	width: 100%;
	border-collapse: collapse;
}
.com-table02 thead th {
	padding: 0.5rem;
	font-weight: 400;
	background-color: #F2F6F6;
	border-bottom: 1px solid #B6C0C0 !important;
}
.com-table02 th:first-child,
.com-table02 td:first-child {
	border-left: none;
}
.com-table02 th:last-child,
.com-table02 td:last-child {
	border-right: none;
}
.com-table02 tr:first-of-type th,
.com-table02 tr:first-of-type td {
	border-top: none;
}
.com-table02 tr:last-of-type th,
.com-table02 tr:last-of-type td {
	border-bottom: none;
}
.com-table02 th,
.com-table02 td {
	padding: 0.6rem;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #B6C0C0;
}
.com-table02 .wid01 {
	width: 59.2%
}
.com-table02 .wid02 {
	width: 16.5%
}
.com-table02 .wid03 {
	width: 40% !important;
}
.com-table02 .v-top {
	vertical-align: top;
}
.com-table02 .taLeft {
	text-align: left;
}
.com-table02.large th,
.com-table02.large td {
	padding: 1.5rem 2rem;
	text-align: left;
}
.com-table02.large th:first-child {
	width: 23.8rem;
}
.com-table02.large thead th {
	font-weight: 700;
}
.com-table02 p {
	margin-bottom: 2.4rem;
	line-height: 1.5;
}
@media all and (min-width: 768px) {
	.com-table02 .taCenter {
		text-align: center !important;
	}
	.com-table02 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 767px) {
	.com-table02-scroll {
		overflow-x: scroll;
		margin-right: -2rem;
	}
	.com-table02-scroll .inner {
		margin-right: 2rem;
		min-width: 45.6rem;
	}
	.com-table02-scroll .inner.large {
		min-width: 64rem;
	}
	.com-table02.large th,
	.com-table02.large td {
		padding: 1.2rem 1.2rem;
		text-align: left;
	}
	.com-table02.large th:first-child {
		width: 10.9rem;
	}
}

/* com-notes */
.com-notes {
	padding: 0.1rem 0 1.1rem;
	color: #677070;
	font-size: 1.2rem;
}

/* com-doubt */
.com-doubt {
	margin-left: 1.2rem;
	width: 2rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 768px) {
	.com-doubt:hover {
		opacity: 0.8;
	}
}


/* com-mypageBtnList */
.com-mypageBtnList li {
	margin-bottom: 0.8rem;
}
.com-mypageBtnList a {
	display: flex;
	align-items: center;
	min-height: 4.8rem;
	padding: 0.5rem 1.5rem;
	border-radius: 0.4rem;
	border: 1px solid #CAD3D3;
	background: url(/html/template/nicho/assets/img/common/icon45.png) no-repeat right 1.5rem center;
	background-size: 1.6rem auto;
	transition: background-color 0.1s ease-out,
		color 0.1s ease-out,
		border-color 0.1s ease-out;
}
.com-mypageBtnList .on a {
	font-weight: 700;
	color: #fff;
	background-color: #007ADB;
	border-color: #007ADB;
	background-image: url(/html/template/nicho/assets/img/common/icon34.png);
}
@media all and (min-width: 768px) {
	.com-mypageBtnList a:hover {
		font-weight: 700;
		color: #fff;
		background-color: #007ADB;
		border-color: #007ADB;
		background-image: url(/html/template/nicho/assets/img/common/icon34.png);
	}
}

@media all and (max-width: 767px) {
	.com-mypageBtnList {
		display: flex;
		flex-wrap: wrap;
		gap: 0.8rem;
	}
	.com-mypageBtnList li {
		margin: 0;
		width: calc((100% - 0.8rem) / 2);
	}
	.com-mypageBtnList a {
		min-height: 4.4rem;
		text-align: center;
		justify-content: center;
		font-size: 1.6rem;
		background-image: none !important;
	}
}

/* com-coupon */
#container .com-coupon {
	margin-bottom: 2.4rem;
	padding: 1.9rem;
	border: 1px solid #B6C0C0;
}
#container .com-coupon p {
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
}
#container .com-coupon .com-coupon-ttl {
	margin-bottom: 1.2rem;
	color: #007ADB;
	font-size: 1.6rem;
	font-weight: 700;
}
#container .com-coupon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
#container .com-coupon-list li {
	padding: 0.9rem;
	text-align: center;
	width: calc((100% - (0.8rem * 2 + 0.1rem)) / 3);
	border-radius: 0.4rem;
	border: 1px solid #B6C0C0;
	background: #F2F6F6;
}
#container .com-coupon-list.row1 li {
	width: 100%;
}
#container .com-coupon-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#container .com-coupon-box .coupon-right .comBtn a {
    background-color: #B6C0C0;
    color: #fff;
    border-color: #B6C0C0;
    pointer-events: none;
}
#container .com-coupon .coupon-left {
	flex: 1;
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 4.4rem;
	background: url(/html/template/nicho/assets/img/common/icon38.png) no-repeat left center;
	background-size: 3.2rem auto;
}
#container .com-coupon .coupon-right {
	padding-left: 1rem;
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
#container .com-coupon .coupon-right p {
	margin: 0;
	width: 20rem;
	padding: 0.9rem;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 0.4rem;
	border: 1px solid #B6C0C0;
	background: #F2F6F6;
}
#container .com-coupon .coupon-right .comBtn {
	margin: 0 0 0 1.2rem;
}
#container .com-coupon .coupon-right .comBtn a {
	width: 8rem;
	margin: 0;
}


@media all and (max-width: 767px) {
	#container .com-coupon-list {
		flex-direction: column;
	}
	#container .com-coupon-list li {
		width: auto;
	}
	#container .com-coupon-box {
		display: block;
	}
	#container .com-coupon .coupon-left {
		margin-bottom: 1.2rem;
		background: none;
		padding: 0;
	}
	#container .com-coupon .coupon-right {
		width: auto;
		padding: 0;
	}
	#container .com-coupon .coupon-right p {
		width: auto;
		flex: 1;
	}
}

/* com-delivery-dl */
#container .com-delivery-dl {
	margin-block: 2.3rem 1.8rem;
}
#container .com-delivery-dl dt {
	color: #899696;
	float: left;
	font-weight: 400;
	margin-right: 0.3rem;
}
#container .com-delivery-dl dd {
	margin-bottom: 0.8rem;
	color: #1E1E1E;
}


/* com-history-box */
#container .com-history-box {
	margin-bottom: 2.5rem;
	padding: 1.1rem 2rem;
	text-align: center;
	border: 1px solid #00A597;
	background: #F4FFFE;
}
#container .com-history-box span {
	display: inline-block;
	color: #00A597;
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 4.5rem;
	background: url(/html/template/nicho/assets/img/common/icon43.png) no-repeat left center;
	background-size: 3.2rem auto;
}
#container .com-history-box p {
	margin-top: 1.4rem;
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 700;
}
#container .com-history-box p .txtSpan {
	min-width: 12rem;
	text-align: center;
	border-radius: 5rem;
	font-size: 1.4rem;
	color: #00A597;
	padding: 0.3rem;
	margin-right: 1rem;
	border: 1px solid #00A597;
	background: none #fff;
}
#container .com-history-box.small {
	padding: 0.7rem 1rem;
	text-align: left;
}
#container .com-history-box.small span {
	font-size: 1.4rem;
	padding-left: 2.6rem;
	background-size: 2.0rem auto;
}

@media all and (max-width: 767px) {
	#container .com-history-box span {
		padding-left: 4rem;
	}
	#container .com-history-box {
		margin-bottom: 2rem;
		padding-inline: 1rem;
	}
	#container .com-history-box p {
		margin-top: 1.6rem;
	}
	#container .com-history-box p .txtSpan {
		margin: 0 0 0.8rem;
	}
}




/* com-numTxtList */
.com-numTxtList {
	padding-left: 1.2em;
	font-size: 1.4rem;
	line-height: 1.5;
}
.com-numTxtList li {
	list-style: decimal;
}
@media all and (max-width: 767px) {
	.com-numTxtList {
		font-size: 1.2rem;
	}
}

/* com-dotTxtList */
.com-dotTxtList {
	font-size: 1.4rem;
	line-height: 1.5;
}
.com-dotTxtList li {
	padding-left: 1.2em;
	position: relative;
}
.com-dotTxtList li::before {
	position: absolute;
	left: 0.35em;
	top: 0.65em;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 100%;
	background: currentColor;
	content: '';
}
.com-dotTxtList.fs-large {
	margin: 0 0 3.2rem 0.5rem;
	font-size: 1.6rem;
	line-height: 1.82;
}
.com-dotTxtList.fs-large li::before {
	top: 1.4rem;
}
@media all and (max-width: 767px) {
	.com-dotTxtList {
		font-size: 1.2rem;
	}
	.com-dotTxtList li::before {
		left: 0.4em;
		top: 0.6em;
		width: 0.2rem;
		height: 0.2rem;
	}
	.com-dotTxtList.fs-large {
		line-height: 1.5;
	}
}


.pagetop {
	display: none !important;
}



/* com-table03 */
.com-table03 th,
.com-table03 td {
	padding-bottom: 2rem;
}
.com-table03 tr td:first-child,
.com-table03 tr th:first-child {
	width: 51%;
	padding-right: 1.6rem;
}
.com-table03 .title {
	margin-bottom: 1.2rem;
}
.com-table03 .com-notes {
	color: #899696;
}
.com-table03 .checkbox-list {
	padding: 0;
  	margin: -0.4rem 0 0.8rem 0;
}
.com-table03 .error-message {
	margin-top: 0.9rem;
}
@media all and (min-width: 768px) {
	.com-table03 tr td:last-child,
	.com-table03 tr th:last-child {
		width: auto;
		padding-right: 0;
	}
}
@media all and (max-width: 767px) {
	.com-table03 tr td:first-child,
	.com-table03 tr th:first-child {
		width: 100%;
		padding-right: 0;
	}
}

/* doubtTitle */
.doubtTitle {
	margin-bottom: 4rem;
	position: relative;
}
.doubtTitle .com-doubt {
	width: 2.6rem;
	position: absolute;
	top: 0.4rem;
	right: 1.2rem;
}



/* com-schedule */

#container .com-schedule-box {
	margin: 2.4rem 0;
	padding: 2.7rem 0 2.3rem;
	text-align: center;
	border: 1px solid #00A597;
}
#container .com-schedule-box .schedule-span {
	margin-bottom: 2rem;
	font-weight: 700;
	color: #00A597;
	display: inline-block;
	padding-left: 4rem;
	background: url(/html/template/nicho/assets/img/common/icon43.png) no-repeat left center;
	background-size: 3.2rem auto;
}
#container .com-schedule-box .schedule-span small {
	font-weight: 700;
	margin-left: 1.3rem;
	color: #3C4242;
}
#container .com-schedule-box .schedule-txt {
	border: 1px solid #00A597;
	background: #F4FFFE;
	padding: 1.2rem;
	font-weight: 700;
	border-inline: none;
}
#container .com-schedule-box .schedule-txt .schedule-txt-sub {
    font-size: 1.4rem;
    color: #677070;
    font-weight: 400;
    text-indent: 1.5rem;
	margin-top: 1.6rem;
	display: block;
}
#container .com-schedule-box .schedule-txt .sub-span {
	border-radius: 5rem;
	border: 1px solid #00A597;
	background:  #00A597;
	font-weight: 700;
	color: #fff;
	padding: 0.1rem 1.2rem;
	margin-right: 1rem;
}
#container .com-schedule-box .schedule-sub {
	padding: 1.6rem 0 0;
}
#container .com-schedule-list {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
#container .com-schedule-list li {
	font-size: 1.4rem;
	color: #677070;
}
#container .com-schedule-list li span {
	display: inline-block;
	min-width: 12rem;
	border-radius: 5rem;
	border: 1px solid #899696;
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	margin-right: 1rem;
	padding: 0.3rem 0.8rem;
	color: #899696;
}
#container .com-schedule-box .com-notesUl li {
	width: fit-content;
	margin: 0 auto;
}
@media all and (max-width: 767px) {
	#container .com-schedule-box .schedule-span small {
		display: block;
		margin: 0.8rem 0 0;
		font-size: 1.6rem;
	}
	#container .com-schedule-box .schedule-span {
		display: inline;
		padding-left: 4.5rem;
	}
	#container .com-schedule-box .schedule-txt {
		margin: 1.7rem 0 0;
		padding-bottom: 1rem;
		line-height: 1.2;
	}
	#container .com-schedule-box .schedule-txt .sub-span {
		margin: 0 0 1rem;
		display: inline-block;
		line-height: 1.4;
	}
	#container .com-schedule-box .schedule-sub {
		padding-top: 2rem;
	}
	#container .com-schedule-list {
		display: block;
	}
	#container .com-schedule-list li {
		margin-bottom: 1.2rem;
	}
	#container .com-schedule-list li:last-child {
		margin-bottom: 0;
	}
	#container .com-schedule-box .com-notesUl {
		margin: 0 2rem;
	}
	#container .com-schedule-box .com-notesUl li {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

/* com-customer-list */

.com-customer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.com-customer-list li {
	padding: 4.3rem 2rem;
	border: 1px solid #B6C0C0;
	width: calc((100% - 4.1rem) / 3);
	display: flex;
	flex-direction: column;
}
.com-customer-list li p {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 2.4rem;
}
.com-customer-list li p:not(.customer-ttl) {
	flex: 1;
}
.com-customer-list li .customer-ttl {
	margin-bottom: 0.7rem !important;
	text-align: center;
	color: #007ADB;
	font-size: 2rem;
	font-weight: 700;
}
.com-customer-list li .customer-ttl img {
	width: 2.4rem;
	vertical-align: -0.3rem;
	margin-right: 0.9rem;
}
.com-customer-list .comBtn {
	margin-top: auto;
}
.com-customer-list .comBtn a {
	width: 24rem;
	margin: 0 auto;
	min-height: 4.8rem;
}

@media all and (max-width: 767px) {
	.com-customer-list {
		display: block;
	}
	.com-customer-list li {
		padding-block: 2.3rem;
		width: auto;
		margin-bottom: 2rem;
	}
	.com-customer-list li:last-child {
		margin-bottom: 0;
	}
}

/* com-mypageBtnList02 */
#container .com-mypageBtnList02 {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 2rem;
}
#container .com-mypageBtnList02 li {
	margin: 0;
	width: calc((100% - (2rem * 2 + 0.1rem)) / 3);
}
#container .com-mypageBtnList02 a {
	min-height: 5.6rem;
}

@media all and (max-width: 767px) {
	#container .com-mypageBtnList02 {
		display: block;
	}
	#container .com-mypageBtnList02 li {
		width: auto;
		margin-bottom: 1.6rem;
	}
	#container .com-mypageBtnList02 li:last-child {
		margin-bottom: 0;
	}
	#container .com-mypageBtnList02 a {
		min-height: 5.6rem;
		font-size: 1.6rem;
		text-align: left;
		justify-content: flex-start;
		background: url(/html/template/nicho/assets/img/common/icon45.png) no-repeat right 1.5rem center !important;
		background-size: 1.6rem auto !important;
	}
}


/* contact-dl */
.contact-dl {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.8rem;
	overflow: hidden;
	justify-content: space-between;
	border: 1px solid #B6C0C0;
}
.contact-dl dt {
	font-weight: 400;
	padding: 1.6rem 2rem 1.5rem;
	width: 20rem;
	background-color: #F2F6F6;
	border-right: 1px solid #B6C0C0;
	border-bottom: 1px solid #B6C0C0;
}
.contact-dl dd {
	padding: 1.6rem 2rem 1.5rem;
	width: calc(100% - 20rem);
	background-color: #F2F6F6;
	border-bottom: 1px solid #B6C0C0;
}
.contact-dl dd:nth-of-type(2n),
.contact-dl dt:nth-of-type(2n) {
	background-color: #fff;
}
.contact-dl dd:last-of-type,
.contact-dl dt:last-of-type {
	border-bottom: none;
}

@media all and (max-width: 767px) {
	.contact-dl dt {
		width: 10rem;
	}
	.contact-dl dd {
		width: calc(100% - 10rem);
	}
}



/* com-linkUl */
.com-linkUl {
	margin-bottom: 5.8rem;
	padding: 0.2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.2rem;
	max-height: 10.2rem;
	overflow: hidden;
}
.com-linkUl a {
	min-width: 11rem;
	display: block;
	padding: 1.5rem 4.5rem 1.5rem 1.5rem;
	color: #007ADB;
	font-size: 1.6rem;
	text-decoration: underline;
	border-radius: 0.8rem;
	border: 1px solid #CAD3D3;
	box-sizing: border-box;
	background: #fff url(/html/template/nicho/assets/img/common/icon77.png) no-repeat right 1.5rem center / 2rem auto;
}
@media all and (min-width: 768px) {
	.com-linkUl a:hover {
		background-color: #F2F6F6;
	}
}
@media all and (max-width: 767px) {
	.com-linkUl a {
		padding: 1rem 3rem 1.1rem 1.1rem;
		min-width: 9.4rem;
		font-size: 1.4rem;
		background-position: right 1.1rem center;
	}
	.com-linkUl {
		margin: 0 -2rem 3.8rem 0;
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
	}
	.com-linkUl a {
		flex-shrink: 0;
		white-space:nowrap;
	}
}



/* com-link04 */
.com-link04 a {
	padding: 1.5rem 1rem 1.5rem 3.5rem;
	display: inline-block;
	color: #899696;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	border-radius: 0.4rem;
	border: 1px solid #B6C0C0;
	background: #FFF url("/html/template/nicho/assets/img/common/icon78.png") no-repeat 1rem center/2rem;
}
@media all and (min-width: 768px) {
	.com-link04:hover {
		opacity: 0.8;
	}
}
/* faq-item */
.faq-item {
	margin-bottom: 2.5rem;
}
.faq-item h3 button {
	position: relative;
	width: 100%;
	min-height: 7.2rem;
	padding: 1.1rem 4.5rem 1.1rem 7.1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	border-radius: 0.8rem;
	border: #B6C0C0;
	border: 1px solid #B6C0C0;
	background: url("/html/template/nicho/assets/img/common/arrow_down.png") no-repeat right 2.3rem center / 1.6rem;
	background-color: #F9FBFB;
}
.faq-item h3 button::before {
	width: 3.6rem;
	aspect-ratio: 1;
	position: absolute;
	left: 2.3rem;
	top: 50%;
	content: '';
	background: url("/html/template/nicho/assets/img/common/icon44.png") left center / 100%;
	transform: translateY(-50%);
}
.faq-item h3.on button {
	background-image: url("/html/template/nicho/assets/img/common/arrow_up.png");
}
.faq-item .faq-answer {
	display: none;
	padding: 1.6rem 2.4rem 0 7.2rem;
	box-sizing: border-box;
	background: url("/html/template/nicho/assets/img/common/icon80.png") no-repeat 2.4rem 1.6rem/3.6rem;
}
.faq-item .faq-answer .faq-sub {
	min-height: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.faq-item .faq-answer p {
	margin-bottom: 2.3rem;
	width: 100%;
	line-height: 1.8;
}
.faq-item .faq-answer p.txt-mb0 {
	margin-bottom: 0;
}
.faq-item .faq-answer li {
	line-height: 1.8;
}
.faq-item .faq-answer p:last-child {
	margin-bottom: 0 !important;
}
.faq-item .faq-answer .faq-img {
	width: 33.5rem;
}
.faq-item .faq-answer .txt-list:not(:last-child), .faq-item .faq-answer .notes-list:not(:last-child) {
	margin-bottom: 2.3rem;
}
.faq-item .faq-answer .txt-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.faq-item.bg-none h3 button {
	padding-left: 2.3rem;
}
.faq-item.bg-none h3 button::before {
	display: none;
}
.faq-item.bg-none .faq-answer {
	padding-left: 2.3rem;
	background: none;
}
@media all and (max-width: 767px) {
	.faq-item {
		margin-bottom: 2.4rem;
	}
	.faq-item h3 button {
		padding: 1.1rem 3.5rem 1.1rem 5.1rem;
		font-size: 1.6rem;
		background-position: right 1.5rem center;
		background-size: 1.2rem;
	}
	.faq-item h3 button::before {
		width: 2.4rem;
		left: 1.5rem;
	}
	.faq-item .faq-answer {
		padding: 1.6rem 1.6rem 0 5.2rem;
		background-position: 1.6rem 1.6rem;
		background-size: 2.4rem;
	}
	.faq-item .faq-answer .faq-sub {
		min-height: 2.4rem;
	}
	.faq-item .faq-answer .faq-img {
		width: 35.6rem;
	}
	.faq-item.bg-none h3 button {
		padding-left: 1.5rem;
	}
	.faq-item.bg-none .faq-answer {
		padding-left: 1.5rem;
	}
}
/* com-selectBox */
.com-selectBox {
	position: relative;
}
.com-selectBox .title button {
	width: 100%;
	height: auto;
	color: #3C4242;
	min-height: 4.4rem;
	padding: 0.9rem 3.4rem 0.9rem 1.5rem;
	border: 1px solid #B6C0C0;
	border-radius: 0.4rem;
	background: #fff url(/html/template/nicho/assets/img/common/icon39.png) no-repeat right 1.5rem center;
	background-size: 1rem auto;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
.com-selectBox select:focus-visible + .title button,
.com-selectBox .title button:focus-visible {
	outline: 2px solid #007ADB !important;
}
.formBox .com-selectBox .title.disabled button {
	border: 1px solid #899696;
	background-color: #F2F6F6;
}
.formBox .com-selectBox .title.error button {
	border-color: #E93528 !important;
}
.com-selectBox .title button .sml {
	color: #677070;
	display: block;
	font-size: 1.2rem;
}
.com-selectBox .listUl {
	padding: 0.5rem;
	border: 1px solid #B6C0C0;
	background-color: #fff;
	border-radius: 0.4rem;
	display: none;
	text-align: left;
	font-size: 1.4rem;
}
.com-selectBox .listUl li {
	width: auto !important;
	margin-bottom: 0 !important;
	cursor: pointer;
	text-align: left;
}
.com-selectBox .listUl button {
	text-align: left;
	width: 100%;
	padding: 0.5rem 1rem;
	box-sizing: border-box;
}
@media all and (min-width: 768px) {
	.com-selectBox .listUl li button:hover {
		background-color: #e0e0e6;
	}
}

/* com-photoList */
.com-photoList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.com-photoList li {
	width: calc((100% - 4rem)/3);
}
.com-photoList li img {
	width: 100%;
	border-radius: 0.5rem;
}
@media all and (max-width: 767px) {
	.com-photoList li {
		width: 100%;
	}
}

/* com-privacyBox */
.com-privacyBox .com-headline06 {
	margin-bottom: 2rem;
	padding-bottom: 0.7rem;
}
.com-privacyBox .textBox {
	padding: 2.1rem 2.2rem;
	height: 22.5rem;
	border: 1px solid #CAD3D3;
	background: #F9FBFB;
	overflow-y: auto;
	line-height: 1.8;
	cursor: default !important;
}
@media all and (max-width: 767px) {
	.com-privacyBox .com-headline06 {
		padding-bottom: 0.7rem;
		margin-bottom: 2.4rem;
	}
	.com-privacyBox .textBox {
		padding: 1.6rem 1.5rem;
	}
}

.formBox .is-invalid {
	border-color: #E93528 !important;
}

/* 検索サジェスト */
.resultBox .listUl li {
    position: relative;
}
.resultBox .listUl li .label {
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
.resultBox .listUl li .delete-label {
    color: #999;
    font-size: 25px;
    position: absolute;
    right: 8px;
    top: 45%;
    transform: translateY(-50%);
    display: inline-block;
	cursor: pointer;
}
.resultBox .listUl li .delete-label:hover {
    color: #333;
}
.resultBox .listUl li .txt {
    display: inline-block;
    margin-right: 60px;
}
.resultBox .listUl li .img {
    margin-right: 60px;
}
.search-box {
	position: relative;
	display: inline-block;
	width: 100%;
  }
.search-box input[type="search"] {
	width: 100%;
	padding-right: 28px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.search-box input[type="search"]:focus {
	outline: none;
	transform: none;
}
.search-box input[type="search"]:focus-visible {
	outline: 2px solid #05518E;
	outline-offset: -2px;
	transform: none;
}
@media all and (max-width: 767px) {
	.search-box input[type="search"] {
		font-size: 16px;
	}
}
.search-clear {
	position: absolute;
	right: 8px;
	top: 45%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #aaa;
	font-size: 25px;
}
.comSearch button.search-clear {
	position: absolute;
	right: 8px;
	top: 45%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #aaa;
	font-size: 25px;
	margin-left: 0;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-sizing: content-box;
	font-weight: 400;
	line-height: 1;
	-webkit-appearance: none;
	appearance: none;
}
.comSearch button.search-clear:hover {
	color: #333;
	opacity: 1;
}
.search-clear:hover {
	color: #333;
}

.slide-content {
    margin: 0 auto;
    max-width: 112rem;
}
@media all and (max-width: 767px) {
    .slide-content {
        max-width: inherit;
    }
}

.important_info-comList a:hover {
    background-color: #DFF1FE;
    opacity: 1;
}

@media all and (max-width: 767px) {
    .ec-modal .ec-modal-box .addList .error-message .form-error-message {
        font-size: 1.2rem;
    }
}
