.c-KeywordLink {
	display: -webkit-box;
	display: -ms-flexbox;
	max-width: 1064px;
	display: flex;
	font-size: 18px;
	background-color: #f5f5f5;
	margin: 6.5rem auto;
	padding: 22px 4.5%;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.c-KeywordLink {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.c-KeywordLink {
		display: block;
		margin-top: 2rem;
		padding: 0.75rem 4vw;
	}
}

.c-KeywordLink__Label {
	margin-right: 1.5rem;
	padding-right: 1.75rem;
	position: relative;
}

@media (max-width: 767px) {
	.c-KeywordLink__Label {
		font-size: min(13px, 3.46vw);
		font-size: 3.75vw;
		margin: 0 0 0 0.25rem;
	}
}

@media (min-width: 768px) {
	.c-KeywordLink__Label::after {
		content: "";
		display: block;
		position: absolute;
		top: -0.5rem;
		right: 0;
		bottom: -0.5rem;
		border-right: 1px solid #000;
	}
}

.c-KeywordLink__Body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.c-KeywordLink__Body {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 767px) {
	.c-KeywordLink__Body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.c-KeywordLink__Body::after {
		content: "";
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
	}
}

.c-KeywordLink__Body a {
	font-weight: bold;
	padding: 0 1rem;
}

.c-KeywordLink__Body a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.c-KeywordLink__Body a {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		font-size: min(13px, 3.46vw);
		font-size: 3.75vw;
		margin-top: 0.5rem;
		padding: 0 0 0 0.75rem;
	}
}







.hash {
	padding-right: 3px;
}

.key-spOnly {
	visibility: hidden;
}



@media all and (min-width: 641px) {



	.section-top .section-title {
		width: 204px
	}

	.section-column-holder .section--inner {
		padding-bottom: 120px
	}

	.section-column-holder .top-text {
		text-align: center;
		font-size: 18px;
		line-height: 1.55556;
		margin-bottom: 60px
	}

	.section-column-holder .column-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 904px;
		margin: auto
	}

	.section-column-holder .column-holder .box {
		width: 100%;
		position: relative
	}

	.section-column-holder .column-holder .box+.box {
		margin-top: 40px
	}

	.section-column-holder .column-holder .box:hover .btn-check {
		color: #9d162e
	}

	.section-column-holder .column-holder .box:hover .icon-arrow {
		fill: #9d162e
	}

	.section-column-holder .box-inner {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		border: 1px solid #ccc
	}

	.section-column-holder .pic-holder {
		width: 423px;
		overflow: hidden
	}

	.section-column-holder .pic-holder .pic {
		margin-top: -1px
	}

	.section-column-holder .info-holder {
		width: 472px;
		padding: 30px
	}

	.section-column-holder .info-holder .column-title {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
		padding-bottom: 10px;
		position: relative
	}

	.section-column-holder .info-holder .column-title:after {
		content: "";
		display: block;
		width: 20px;
		height: 1px;
		background-color: #9d162e;
		position: absolute;
		left: 3px;
		bottom: 0
	}

	.section-column-holder .info-holder .column-text {
		font-size: 15px;
		line-height: 2.13333
	}

	.section-column-holder .btn-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 72px;
		height: 14px;
		position: absolute;
		bottom: 40px;
		right: 40px;
		font-size: 16px;
		letter-spacing: -0.02em;
		-webkit-transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	.section-column-holder .btn-check .text {
		width: 60px;
		display: block;
		font-weight: bold
	}

	.section-column-holder .btn-check .icon-arrow {
		width: 6px;
		height: 10px;
		right: 0;
		margin: 0;
		-webkit-transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
	}

	/*20190827*/
	.section-title {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
		border-bottom: solid 1px #ccc;
	}

	.column-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 904px;
		margin: auto;
		justify-content: start;
		align-items: center;
		margin-top: 40px;
		margin-bottom: 60px;
		/*
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
*/
	}

	.w-3col {
		width: 32%;
		margin-right: 16px;
	}

	.w-3col:nth-child(3n) {
		margin-right: 0;
	}

	.border-1 {
		border: 1px solid #ccc;
	}

	.position-relative {
		position: relative;
	}

	.category-title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		margin: auto;
		color: #fff;
		white-space: nowrap;
	}

	.section-column-holder .btn-check {
		bottom: 10px;
		right: 10px;
		color: #fff;
	}

	.category-box {
		display: block;
		position: relative;
		background-color: #fff;
		border: 2px solid #ccc;
		height: 475px;
	}

	.category-pic-holder {
		overflow: hidden;
		height: 190px;
		display: grid;
		place-content: center;
		gap: 1ch;
	}

	.category-info-holder {
		text-align: left;
		padding: 10px;
		padding-bottom: 30px;
	}

	.category-column-title {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 16px;
		line-height: 1.375;
		position: relative;
		padding-bottom: 16px;
	}

	.category-column-title:after {
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background-color: #9d162e;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.category-column-update {
		color: #000000;
        padding-bottom: 6px;
		font-size: 1.4rem;
	}

	.category-column-text {
		font-size: 14px;
		line-height: 1.33333;
	}

	.mt-16 {
		margin-top: 16px;
	}

	.category-page-title {
		font-size: 34px;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
	}

	.column-update-date {
		color: #666666;
		padding-bottom: 6px;
	}

	.product-pic {
		width: 20%;
	}


}

@media screen and (max-width: 640px) {
	.key-pcOnly {
		display: none;
	}

	.key-spOnly {
		visibility: visible;
	}

	.key-sec ul>li {
		margin-left: 10px;
		font-size: 17px;
	}

	.key-word {
		width: 100%;
		margin: auto;
	}

	.section-top .section-title {
		width: 39.84375vw
	}

	.section-column-holder {
		padding-bottom: 18.75vw
	}

	.section-column-holder .top-text {
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.46154;
		margin-bottom: 10.9375vw
	}

	.section-column-holder .column-holder .box+.box {
		margin-top: 9.375vw
	}

	.section-column-holder .column-holder .box {
		display: block;
		position: relative;
		background-color: #fff;
		border: 2px solid #ccc
	}

	.section-column-holder .info-holder {
		text-align: left;
		padding: 4.6875vw;
		padding-bottom: 12.5vw
	}

	.section-column-holder .column-title {
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.375;
		position: relative;
		padding-bottom: 3.90625vw;
		margin-bottom: 3.90625vw
	}

	.section-column-holder .column-title:after {
		content: "";
		display: block;
		width: 6.25vw;
		height: .3125vw;
		background-color: #9d162e;
		position: absolute;
		bottom: 0;
		left: 0
	}

	.section-column-holder .column-text {
		font-size: 2.4rem;
		line-height: 1.33333
	}

	.section-column-holder .btn-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 125px;
		position: relative;
		margin-left: auto;
		position: absolute;
		bottom: 3.90625vw;
		right: 4.6875vw
	}

	.section-column-holder .btn-check .text {
		font-weight: bold;
		margin-bottom: 0;
		font-size: 2.8rem
	}

	.section-column-holder .btn-check .icon-arrow {
		margin-left: 20px;
		width: 8px;
		height: 14px
	}

	/*20180827*/
	.section-title {
		font-size: 4.2rem;
		font-weight: bold;
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 60px;
		border-bottom: 2px solid #ccc;
	}

	.section-title-mt-sp {
		padding-top: 60px;
	}

	.column-col-mt {
		margin-top: 16px;
	}

	.position-relative {
		position: relative;
	}

	.category-title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		margin: auto;
		color: #fff;
	}

	.column-title:after {
		content: none !important;
	}

	.category-box {
		display: block;
		position: relative;
		background-color: #fff;
		border: 2px solid #ccc;
		margin-top: 9.375vw;
	}

	.category-box:first-child {
		margin-top: -10.9375vw;
	}

	.category-pic-holder {
		overflow: hidden;
	}

	.category-info-holder {
		text-align: left;
		padding: 4.6875vw;
		padding-bottom: 12.5vw;
	}

	.category-column-title {
		font-weight: bold;
		font-size: 5vw;
		margin-bottom: 4.6875vw;
		line-height: 1.375;
		position: relative;
		padding-bottom: 3.90625vw;
	}

	.category-column-title:after {
		content: "";
		display: block;
		width: 6.25vw;
		height: .3125vw;
		background-color: #9d162e;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.category-column-update {
        font-size: 3.8vw;
    }

	.category-column-text {
		font-size: 2.4rem;
		line-height: 1.33333;
	}

	.category-page-title {
		font-size: 3.8rem;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
	}

	.section-column-holder .category-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 125px;
		position: relative;
		margin-left: auto;
		position: absolute;
		bottom: 2vw;
		right: 2vw
	}

	.section-column-holder .category-check .text {
		font-weight: bold;
		margin-bottom: 0;
		font-size: 2.4rem;
		color: #fff;
	}

	.section-column-holder .category-check .icon-arrow {
		margin-left: 20px;
		width: 8px;
		height: 14px
	}

	.column-update-date {
		color: #666666;
		font-size: 2.4rem;
		line-height: 1.33333;
		padding-bottom: 14px;
	}

	body.ver19 .section-column-holder .column-title {
		margin-bottom: 0;
	}

	.column-title {
		font-size: 28px;
		font-weight: bold;
		line-height: 1.57143;
		margin-bottom: 10px;
	}

	.sp-width-100p {
		width: 100% !important;
	}
	

}

/* column sec06～10 */
@media (min-width: 641px) {
	body.ver19 .section-column-holder .holder .sec-num.sec06 {
		width: 55px;
	}

	body.ver19 .section-column-holder .holder .sec-num.sec07 {
		width: 56px;
	}

	body.ver19 .section-column-holder .holder .sec-num.sec08 {
		width: 57px;
	}

	body.ver19 .section-column-holder .holder .sec-num.sec09 {
		width: 56px;
	}

	body.ver19 .section-column-holder .holder .sec-num.sec10 {
		width: 70px;
	}
	body.ver19 .section-column-holder .holder .sec-num.sec11 {
		width: 70px;
	}
}

@media screen and (max-width: 640px) {
	body.ver19 .section-column-holder .sec-num.sec06 {
		width: 9.0625vw;
	}

	body.ver19 .section-column-holder .sec-num.sec07 {
		width: 9.0625vw;
	}

	body.ver19 .section-column-holder .sec-num.sec08 {
		width: 9.0625vw;
	}

	body.ver19 .section-column-holder .sec-num.sec09 {
		width: 9.0625vw;
	}

	body.ver19 .section-column-holder .sec-num.sec10 {
		width: 12vw;
	}
	body.ver19 .section-column-holder .sec-num.sec11 {
		width: 12vw;
	}
}

/* column-common */
.mt10 {
	margin-top: 10px;
}

/* .mt20 {
	margin-top: 20px;
} */

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

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

.text-decoration-underline {
	text-decoration: underline !important;
}

sub {
	font-size: 70%;
}

.font-weight-bold {
	font-weight: bold;
}

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

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

.text-align-left {
	text-align: left;
}

.w-35 {
	width: 35%;
}

.mr20 {
	margin-right: 20px;
}

.marker-animation.active {
	background-position: -100% .5em;
}

.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
	background-repeat: repeat-x;
	background-size: 200% 1.8em;
	background-position: 0 .5em;
	transition: all 1.8s ease;
	font-weight: bold;
}

/* 頭髪の日 */
.column-banner-wrap {
	margin-top: 40px;
	margin-left: 60px;
	margin-right: 60px;
}

.column-banner-wrap a:hover {
	opacity: 0.6;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

@media screen and (max-width: 640px) {
	.column-banner-wrap {
		margin-top: 16px;
		margin-left: 0;
		margin-right: 0;
	}
}

/* タイアップ */
@media screen and (max-width: 640px) {
	.category-box.mt_0:first-child {
		margin-top: 9.375vw;
	}
}

/* 2022/6/28 バナー移植　オリジナル:medicalminoxi5.css */
/* 共通 */
#mdm5 img {
	line-height: 1;
	font-size: 0;
	width: 100%;
}

#mdm5 .accordionCont {
	display: none;
}

#mdm5 .disp-sp {
	display: block;
}

#mdm5 .disp-pc {
	display: none;
}

#mdm5 .disp-pc {
	display: none;
}

@media screen and (min-width: 641px) {
	#mdm5 {}

	#mdm5 img {
		/* max-width: 100%; */
		vertical-align: bottom;
		width: auto;
	}

	#mdm5 .disp-sp {
		display: none;
	}

	#mdm5 .disp-pc {
		display: block;
	}

	#mdm5 img.disp-pc {
		display: inline;
	}

	#mdm5 a {
		transition: all .2s ease-out;
	}

	#mdm5 a:hover {
		opacity: .7;
	}
}

/* purchase */
.purchase {
	text-align: center;
	padding: 0 calc(15vw * (100 / 750));
	;
}

.purchase.border ul {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: calc(65vw * (100 / 750));
	padding-bottom: calc(60vw * (100 / 750));
	margin-top: calc(40vw * (100 / 750));
}

.purchase ul {
	padding: 0 calc(35vw * (100 / 750));

}

.purchase ul li {
	margin-top: calc(65vw * (100 / 750));
}

.purchase ul li:first-child {
	margin-top: 0;
}

.purchase ul li a {
	display: block;
	margin-top: calc(32vw * (100 / 750));
}

@media screen and (min-width: 641px) {
	.purchase {
		padding: 0;
	}

	.purchase ul {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0;
		padding-top: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		/* justify-content: space-between; */
		justify-content: center;
	}

	.purchase.border ul {
		padding-top: 30px;
		padding-bottom: 45px;
		margin-top: 40px;
	}

	.purchase ul li {
		flex-basis: 31.25%;
		margin-top: 0;
	}

	.purchase ul li:first-child {
		padding-right: 26px
	}

	.purchase ul li:last-child {
		padding-left: 26px
	}

	.purchase ul li a {
		margin-top: 20px;
	}
}

/* addcss20220825 */

.color-red {
	color: red;
	font-weight: bold;
}

.column-checkbox {
	border: solid 1px #ccc;
	padding: 35px 60px;
	margin-bottom: 30px;
}


@media screen and (max-width: 640px) {
	.column-checkbox {
		font-size: 3.75vw;
		line-height: 1;
	}
}

@media all and (min-width: 641px) {
	.forty-check__list {
		font-size: 16px;
	}
}


.forty-check__list li {
	text-align: left;
	position: relative;
}

.forty-check__list li::before,
.forty-check__list li::after {
	content: '';
	position: absolute;
	display: block;
}

.forty-check__list li::before {
	border: 2px solid #bec1c9;
	background-color: #fff;
}

.forty-check__list li::after {
	background: url(../img/icon_check.svg) no-repeat 50% / contain;
}

@media all and (min-width: 641px) {
	.forty-check__list>li:not(:last-child) {
		margin-bottom: 11px;
	}

	.forty-check__list li {
		padding-bottom: 9px;
	}

	.forty-check__list li::before {
		top: -3px;
		left: -37px;
		width: 28px;
		height: 28px;
	}

	.forty-check__list li::after {
		top: -1px;
		left: -28px;
		width: 12px;
		height: 19px;
	}
}

@media all and (max-width: 640px) {
	.forty-check__list li {
		padding-bottom: 29px;
	}

	.forty-check__list li::before {
		top: -4px;
		left: -48px;
		width: 35px;
		height: 35px;
	}

	.forty-check__list li::after {
		top: -4px;
		left: -39px;
		width: 19px;
		height: 28px;
	}
}

.forty-check__list>li img {
	height: 51px;
}


body.ver19 .section-column-holder .holder .table-holder {
	width: 100%;
	text-align: center;
}

body.ver19 .section-column-holder .holder .table-holder tr+tr {
	border-top: 1px solid #e4e4e4;
}

body.ver19 .section-column-holder .holder .table-holder th+th {
	border-left: 1px solid #e4e4e4;
}

body.ver19 .section-column-holder .holder .table-holder td+td {
	border-left: 1px solid #e4e4e4;
}

body.ver19 .section-column-holder .holder .table-holder .empty-title {
	width: 69px;
	background-color: #e4e4e4;
}

body.ver19 .section-column-holder .holder .table-holder .th-title {
	width: 442px;
	color: #fff;
	font-size: 15px;
	padding: 15px 0;
	background-color: #9e9e9e;
	line-height: 1.53333;
}

body.ver19 .section-column-holder .holder .table-holder .td-title {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	background-color: #9d162e;
}

body.ver19 .section-column-holder .holder .table-holder .text {
	font-size: 14px;
	text-align: center;
	background-color: #fff;
}

body.ver19 .section-product {
	padding: 100px 0;
	background-color: #fff;
}



@media all and (min-width: 641px) {
	.sec-supervision .flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sec-supervision .dr {
		width: 20%;
	}

	.sec-supervision .rogo {
		width: 37%;
		height: 100%;
	}

	.sec-supervision .rogo:hover {
		filter: drop-shadow(13px 3px 6px black);
	}

	.pt35px {
		padding-top: 35px;
	}
}

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


	.sec-supervision .flex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.sec-supervision .dr {
		width: 50%;
	}

	.sec-supervision .rogo {
		width: 80%;
		height: 100%;
	}

	.sec-supervision .rogo:hover {
		filter: drop-shadow(13px 3px 6px black);
	}

	.pt35px {
		padding-top: 35px;
	}

}


.touhi-nayami-banner{
	width: 50%;
	margin: 0 auto;
	position: relative;
}
.touhi-nayami-banner-pr {
	position: absolute;
	top: 1%;
    left: 1%;
	color: #ffffff;
}

@media screen and (max-width:640px) {
	.touhi-nayami-banner{
		width: 90%;
	}
}

body.ver19 .section-column-holder .btn-border-black.btn-default__long--txt{
	width: 330px;
}
@media screen and (max-width:640px) {
	body.ver19 .section-column-holder .btn-border-black.btn-default__long--txt{
		width: 500px;
	}
}

.tabs {
    display: flex;
	justify-content: center;
	padding-top: 20px;
}

.tab-button {
    cursor: pointer;
	width: 25%;
	text-align: center;
	font-size: 20px;
	padding: 5px 0;
	margin-top: 10px;
	border-bottom: 2px solid rgba(128, 128, 128,0.4);
}
.tab-button.active {
	border-top:2px solid rgba(128, 128, 128,0.4);
	border-left: 2px solid rgba(128, 128, 128,0.4);
	border-right: 2px solid rgba(128, 128, 128,0.4);
	border-bottom: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.no1 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 35px solid #F0CA43;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no2 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 35px solid #A0C3DF;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no3 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 35px solid #cb6d51;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no1 .category-pic-holder:after {
    content: "1";
    position: absolute;
    top: -18px;
    left: 12px;
    font-size: 30px;
    color: #FFF;
    z-index: 20;
}
.no2 .category-pic-holder:after {
    content: "2";
    position: absolute;
    top: -18px;
    left: 12px;
    font-size: 30px;
    color: #FFF;
    z-index: 20;
}
.no3 .category-pic-holder:after {
    content: "3";
    position: absolute;
    top: -18px;
    left: 12px;
    font-size: 30px;
    color: #FFF;
    z-index: 20;
}

body.ver19 .btnHoverZoomPic.no1,
body.ver19 .btnHoverZoomPic.no2,
body.ver19 .btnHoverZoomPic.no3{
	overflow: unset;
}

@media screen and (max-width:640px) {
.no1 .category-pic-holder:before {
	content: "";
    position: absolute;
	top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 50px solid #F0CA43;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no2 .category-pic-holder:before {
    content: "";
    position: absolute;
	top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 50px solid #A0C3DF;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no3 .category-pic-holder:before {
    content: "";
    position: absolute;
    top: -27px;
    left: -14px;
    width: 0;
    height: 0;
	top: -27px;
    left: -14px;
    width: 0;
    height: 0;
    border: 50px solid #cb6d51;
    z-index: 10;
    opacity: 0.9;
    border-radius: 100px;
}

.no1 .category-pic-holder:after {
    content: "1";
	position: absolute;
	top: -16px;
	left: 22px;
	font-size: 45px;
    color: #FFF;
    z-index: 20;
}
.no2 .category-pic-holder:after {
    content: "2";
	position: absolute;
	top: -16px;
	left: 22px;
	font-size: 45px;
    color: #FFF;
    z-index: 20;
}
.no3 .category-pic-holder:after {
    content: "3";
	position: absolute;
	top: -16px;
	left: 22px;
	font-size: 45px;
    color: #FFF;
    z-index: 20;
}
}
@media (min-width: 641px){
.section-title.section-title-pt{
	padding-top: 50px;
}
}

.tab-content-display .tab-content {
	display: block;
}

body.ver19 .section-column-holder .mens-articl_clinic_n{
 padding-bottom: 0;
}

@media (max-width:640px){
	body.ver19 .section-column-holder .mens-articl_clinic_n{
		padding-bottom: 50px;
	   }
}

.mens-articl_clinic{
	padding-bottom: 100px;
}

.clinic-section--inner{
	padding-bottom: 20px;
}

.clinic-banner--inner:has(+ .content-index) {
    padding-bottom: 40px; 
}

body.ver19 .section-column-holder .holder .column-intro-text-btm{
	margin-bottom: 30px;
}
/* .fixed_btn {
	width: 100%;
	margin:0 auto;
	bottom: 0;
	position: fixed;
}
body.ver19 .fixed_btn a {
	width: 100%;
} */
.c-button__l-3 {
    width: 90%;
    text-align: center;
    display: block;
    padding: 20px;
    border: 2px solid orange;
    margin: 20px auto 0;
    position: relative;
    background: orange;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}
.c-button__l-3::before {
    position: none;
    content: "PR";
    display: none;
    background: #c3c3c3;
    font-size: 10px;
    padding: 5px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    top: 0px;
    right: 0px;
}
.bottomFixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
	height: 160px;
	background: rgba(136, 136, 136, 0.75);
}
@media screen and (min-width: 1025px) {
	.bottomFixed {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
	.bottomFixed {
		height: 145px;
	}
	.c-button__l-3 {
        font-size: 1.5rem;
    }
}

.set {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.set-block-main {
	position: relative; /* ボタンを画像の上に配置するため */
	display: inline-block; /* 必要に応じて調整 */
}

.set-main-img {
	display: block;
	width: 100%; /* 画像サイズを調整 */
	height: auto;
}

.button-overlay {
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00b3e3;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 28px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    height: 120px;
}
.button-overlay:hover {
	background-color: rgba(0, 0, 0, 0.9); /* ホバー時の背景色 */
}


.ad-content {
	margin-top: 20px;
}
.btn-content {
	padding: 20px;
	display: flex;
	gap: 10px;
	text-align: center;
	justify-content: center;
}

.btn-box-official {
	background-color: #17ceff;
	border-color: #17ceff;
	border-radius: 10px;
	text-align: center;
	padding: 10px 20px;
}

.btn-box-rakuten {
	background-color: #bf0000;
	border-color: #bf0000;
	border-radius: 10px;
	text-align: center;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.ver19 .btn-content a {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

@media screen and (max-width: 640px){
	body.ver19 .btn-content a {
		font-size: 16px;
	}
}


.section-title {
	text-align: center;
}

.set-img {
	display: flex;
	gap: 50px;
    justify-content: center;
}
.content-img {
	width: 42%;
}


.column-set-price {
	border-collapse: collapse; /* セルの隙間をなくす */
	margin: 0 auto; /* テーブル全体を中央寄せ */
	width: 100%; /* 必要に応じて調整 */
}
.column-set-price th, .column-set-price td {
border: 1px solid #000; /* セルに罫線を追加 */
padding: 10px; /* セル内の余白を追加 */
text-align: center; /* テキストを中央寄せ */
align-content: center;
}
.no-border td {
border: none; /* 枠線を除去 */
}

.section-title {
    text-align: center;
}
@media (min-width: 641px) {
    .section-title {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
        border-bottom: solid 1px #ccc;
    }
	.section-title-product-link {
		padding-bottom: 30px;
	}
	.btn-content .set-btn-l {
		width: 300px;
	}
}
@media (max-width: 640px) {
	.section-title-product-link {
		font-size: 2.8rem;
	}
	.section-column-holder .column-set-price {
		font-size: 2rem;
	}
	.btn-content{
		flex-direction: column;
	}
	body.ver19 .btn-content a {
		font-size: 4rem;
	}
	.btn-box-rakuten {
		padding: 30px 20px;
	}
	.btn-content .set-btn-l {
		width: 100%;
	}
	.column-set-price th {
		white-space: nowrap;
	}
}