@charset "utf-8";
/*/////////////////////////////
医療関係者向けのお問い合わせ
/////////////////////////////*/
.page_inquiries-for-medical-professionals p {
	padding: 0;
}

/*CF7：お問い合わせの製品リスト*/
#mailform_box .check_list .wpcf7-list-item {
	display: block;
}

/*/////////////////////////////
年齢認証
/////////////////////////////*/
#medical_personnel_check-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
}
.medical_personnel_check-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	text-align: center;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*wrap
/////////////////////////////*/
.medical_personnel_check-wrap {
	margin-bottom: 5rem;
	padding: 32px;
	border-radius: 24px;
}
.WSP .medical_personnel_check-wrap {
	width: 100%;
}
.WTT .medical_personnel_check-wrap {
	width: 70%;
}
.WT .medical_personnel_check-wrap {
	width: 50%;
}
.WPC .medical_personnel_check-wrap {
	width: 50%;
}
/*共通
/////////////////////////////*/
.mb-24 {
	margin-bottom: 24px;
}

/*ロゴ
/////////////////////////////*/
.medical_personnel_check-logo {
	margin-bottom: 24px;
}
.medical_personnel_check-logo img {
	width: 100%;
	max-width: 200px;
}
/*年齢認証
/////////////////////////////*/
.medical_personnel_check-title {
	font-size: 2.4rem;
	font-weight: bold;
}
/*テキスト
/////////////////////////////*/
.medical_personnel_check-main-text,
.medical_personnel_check-sub-text {
	font-size: 1.6rem;
}

/*ボタン
/////////////////////////////*/
.medical_personnel_check-buttons {
	display: flex;
	justify-content: center;
	gap: 3rem;
	margin: 5rem 0 0;
}
.medical-personnel-check-button {
	padding: 0.75rem 2rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	transition: background-color 0.3s;
}
.medical-personnel-check-button:hover {
	opacity: 0.8;
}
.medical-personnel-check-button:focus {
	outline: none;
}

/* #medical-personnel-check-yes {
	background: #156082;
	color: #fff;
}

#medical-personnel-check-no {
	background: #156082;
	color: #fff;
} */
/*注意*/
.js-warning {
	margin-top: 1rem;
	padding: 1rem;
	background: #fff3cd;
	border: 1px solid #ffeeba;
	border-radius: 4px;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

/*/////////////////////////////
投稿一覧カスタマイズ
/////////////////////////////*/
#archive_cont.custom_archive .box {
	width: 100%;
	margin: 0;
	padding: 2.5vw 0 2.5vw 1vw;
	border-bottom: 1px solid #ddd;
}
#archive_cont.custom_archive .box:first-child {
	border-top: 1px solid #ddd;
}
#archive_cont.custom_archive .custom_day {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 1vw;
}
#archive_cont.custom_archive .title_entry {
	margin: 0;
}
#archive_cont.custom_archive .set_date_txt {
	font-size: 1.4rem;
	padding-top: 1vw;
}
/*WTT*/
.WTT #archive_cont.custom_archive .box {
	padding: 16px 0 16px 4px;
}
.WTT #archive_cont.custom_archive .custom_day {
	margin-bottom: 4px;
}
.WTT #archive_cont.custom_archive .set_date_txt {
	padding-top: 4px;
}

/*WPC*/
.WPC #archive_cont.custom_archive .box {
	padding: 16px 0 16px 4px;
}
.WPC #archive_cont.custom_archive .custom_day {
	margin-bottom: 4px;
}
.WPC #archive_cont.custom_archive .set_date_txt {
	padding-top: 4px;
}
