@charset "UTF-8";
/*----------------------------------------
	導線リンク
----------------------------------------*/
.relatedbnr{
	height: 240px;
	width: auto;
}
.bnr-product{
	background: url(../images/link/bg_bnr-list-product.png) no-repeat center center;
}
.bnr-medical{
	background: url(../images/link/bg_bnr-list-medical.png) no-repeat center center;
}
.relatedbnr-inner{
	margin: 0 auto;
	background: #fff;
	height: 240px;
	width: 240px;
	border-radius: 120px;
	box-shadow: 0 0 20px 5px rgba(238, 247, 247, 1);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.relatedbnr-hdg{
	font-size: 3.0rem !important;
	color: #222222;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.3em !important;
	line-height: 1 !important
}
.relatedbnr-hdg span{
	color: #ffdf00;}
.relatedbnr-desc{
	text-align: center;
	margin-bottom: 0.5em !important;
	font-size: 1.4rem;
}
.relatedbnr-link{
	font-size: 1.4rem;
}
.relatedbnr-link a{
	background: #fff100;
	border: 1px solid #222222;
	height: 2em;
	border-radius: 1em;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.recommend-list{
	background: #fff100;
	padding: 30px 10px 20px;
}
.recommend-hdg{
	font-size: 3.0rem !important;
	color: #222222;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px !important;
	line-height: 1 !important}
.recommend-items{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 !important;
	margin: 0 !important;
}
.recommend-item{
	list-style: none;
	display: flex;
	margin: 15px 1.5%;
	width: 30%;
	flex-wrap:wrap;
}
.recommend-item p.note{
	font-size: 1.2rem;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.4;
	margin-top: 5px;
}
.recommend-item a{
	border: 1px solid #222;
	background: #fff;
	border-radius: 4px;
	padding: 10px 10px 50px 10px;
	text-align: center;
	position: relative;
}
.recommend-item a img{
	max-width: 100%;
}
.recommend-item a .recommend-txt{
	text-align: center;
	margin-bottom: 0;
}
.recommend-item a .recommend-link{
	background: #fff100;
	text-align: center;
	border: 1px solid #222;
	border-radius: 4px;
	font-weight: bold;
	padding: 7px;
	line-height: 1;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
@media screen and (max-width: 767px) {
	.recommend-item{
		margin: 10px 1.5%;
		width: 47%;
	}
}
/*----------------------------------------
	おしり負担診断
----------------------------------------*/
.answer-product{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
}
.answer-product-txtwrap{
	width: calc(100% - 140px);
}
.answer-product-img{
	width: 140px;
	height: auto;
	display: flex;
	justify-content: flex-end;
}
.answer-product-catch{
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #222;
	border-radius: 20px;
	text-align: center;
}
.answer-product-info{
	margin-top: 15px;
	display: flex;
	
}
.answer-product-txt01{
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #222;
	margin-right: 20px;
}
.answer-product-txt01 p{
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
}
.answer-product-txt02{
	width: calc(100% - 110px);
	max-width: 311px;
}
.answer-product-txt03{
	font-size: 1.1rem;
	margin-top: 2px;
}
.answer-product-name{
	line-height: 1;
	margin-top: 3px;
}
.answer-product-link{
	font-size: 1.4rem;
	margin-top: 8px;
}
.answer-product-link a{
	background: #fff100;
	text-align: center;
	border: 1px solid #222;
	border-radius: 4px;
	font-weight: bold;
	padding: 7px;
	line-height: 1;
	display: block;
	margin-top: 7px;
}

@media screen and (max-width: 767px) {
	.answer-product{
	}
	.answer-product-txtwrap{
		width: 70%;
	}
	.answer-product-img{
		width: 30%;
		height: auto;
	}
	.answer-product-catch{
		line-height: 1.4;
		padding: 3px 10px;
		font-size: 1.1rem;
		border-radius: 100vh;
	}
	.answer-product-info{
		display: block;
	}
	.answer-product-txt01{
		padding: 5px;
		height: auto;
		width: 100%;
	}
	.answer-product-txt01 p{
		font-size: 1.1rem;}
	.answer-product-txt01 p br{
		display: none;
	}
	.answer-product-txt02{
		width: 100%;
		max-width: 310px;
	}
}

.l-header__body__content li a.box-maintenance,.p-front-pickup__body .swiper-slide a.box-maintenance{
	position: relative;
	pointer-events: none;
}
.l-header__body__content li a.box-maintenance:before,.p-front-pickup__body .swiper-slide a.box-maintenance:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
}
.l-header__body__content li a.box-maintenance:after,.p-front-pickup__body .swiper-slide a.box-maintenance:after{
	content: "メンテナンス中";
	color: #fff;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
	z-index: 20;
}

.c-archive__item.maintenance a{
	position: relative;
	pointer-events: none;
	height: 100%;
}
.c-archive__item.maintenance a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
}
.c-archive__item.maintenance a:after{
	content: "メンテナンス中";
	color: #fff;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
	z-index: 20;
}
.l-header{
	z-index: 30;
	position: fixed;
}
@media screen and (max-width: 767px) {
	.l-header-menu__list li a.box-maintenance{
	position: relative;
	pointer-events: none;
}
.l-header-menu__list li a.box-maintenance:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}
.l-header-menu__list li a.box-maintenance:after{
	content: "メンテナンス中";
	color: #fff;
	font-size: 1.5rem;
	margin: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding: 15px;
}
}

/* 202504追加 */
.relatedbnr-link-btn {
    background: #fff100;
    border: 1px solid #222222;
    height: 2em;
    border-radius: 1em;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnr-product {
	max-width: 690px;
    margin: 0 auto;
    background: url(../images/link/bg_bnr-list-product_new.png) no-repeat center / contain;
}
.bnr-medical {
	max-width: 690px;
    margin: 0 auto;
    background: url(../images/link/bg_bnr-list-medical_new.png) no-repeat center / contain;
}
.relatedbnr:hover {
    opacity: 0.7;
    transition: all 0.2s;
}
.relatedbnr a:hover {
    opacity: 1;
}
@media screen and (max-width: 767px) {
	.bnr-product {
		background-size: auto 188px;
	}
	.bnr-medical {
		background-size: auto 188px;
	}
}