@charset "utf-8";

.kv_new2 {
	min-height: 600px;
	margin-bottom: 80px;
	padding: 80px 0;
}

.kv_new2.hypertension,
.kv_new2.sublingual {
	background: url("../img/column/hypertension_kv.jpg") no-repeat center;
	background-size: auto 100%;
}

.kv_new2 .inner {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

.kv_new2 .label {
	background: #003c8c;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	padding: 14px 50px 8px;
	margin-bottom: 30px;
}

.kv_new2 .h2Tit {
	color: #003c8c;
	font-size: 62px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.kv_new2 .ctaBox {
	max-width: 600px;
}

.kv_new2 .ctaBox a {
	background: #fff;
	background-size: 100%;
	background-color: #fff;
	display: block;
	border-radius: 10px;
	padding: 25px 30px 20px;
	position: relative;
	transition: all 0.4s;
	border: solid 3px #009b00;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.kv_new2 .ctaBox a:hover {
	opacity: 0.7;
}

.kv_new2 .ctaBox .flex {
	display: flex;
	margin: 0 0 2em;
}

.kv_new2 .ctaBox .ccl {
	color: #009b00;
	width: 40%;
	font-size: 26px;
	font-weight: bold;
}

.kv_new2 .ctaBox .time {
	/* background: #009b00; */
	color: #333;
	font-size: 26px;
	font-weight: bold;
	background: url("../img/shared/bg_kagiarrow.png") no-repeat left;
	background-size: auto 90px;
	padding: 0 0 0 25px;
	/* letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: bold;
	display: inline-block;
	padding: 12px 20px 8px;
	margin-bottom: 20px; */
}

.kv_new2 .ctaBox .txt {
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 999px;
	font-size: 28px;
	letter-spacing: 0.06em;
	line-height: 1;
	font-weight: bold;
	background: #009b00 url("../img/shared/arr_slide_next_wh.png") no-repeat 90% center;
	background-size: 10px auto;
	padding: 20px 0;
	display: inline-block;
}

.kv_new2 .medi {
	min-width: 238px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 999px;
	border: solid 14px #FCE5A2;
	background: #FFEBB6;
	overflow: hidden;
	padding: 30px 0 0;
}

.kv_new2 .medi:before {}

.kv_new2 .medi .titBox {
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 1em;
}

.kv_new2 .medi .txtBox {
	text-align: center;
}

.kv_new2 .medi img {
	width: 120px;
	margin: 0 auto 0;
}

/* .kv_new2.sublingual .medi img {
	width: 170px;
	margin: -10px auto 0;
} */

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

	.kv_new2 {
		min-height: inherit;
		margin-bottom: 60px;
		padding: 40px 0;
	}

	.kv_new2.hypertension {
		background: url("../img/column/hypertension_kv_sp.jpg") no-repeat top center;
		background-size: cover;
	}

	.kv_new2.sublingual {
		background: url("../img/column/sublingual_kv_sp.jpg") no-repeat center;
		background-size: cover;
	}

	.kv_new2 .inner {
		width: 90%;
	}

	.kv_new2 .label {
		font-size: 30px;
		padding: 12px 20px 8px 30px;
		margin-bottom: 30px;
	}

	.kv_new2 .h2Tit {
		font-size: 52px;
		margin-bottom: 20px;
	}

	.kv_new2 .ctaBox {
		max-width: 450px;
	}

	.kv_new2 .ctaBox a {
		padding: 20px;
	}

	/*.kv_new2 .ctaBox a:before {
	width: 100px;
	height: 100px;
	top: -30px;
	right: -30px;
}*/
	.kv_new2 .ctaBox .ccl {
		font-size: 18px;
		padding: 11px 0 0;
		border: solid 2px #fff;
		width: 38%;
		height: unset;
		top: -30px;
		right: -30px;
	}

	.kv_new2 .ctaBox .time {
		font-size: 20px;
		padding: 12px 20px 8px;
		margin-bottom: 20px;
	}

	.kv_new2 .ctaBox .txt {
		font-size: 22px;
	}

	.kv_new2 .medi {
		width: 200px;
		position: relative;
		margin-bottom: 30px;
	}

	.kv_new2 .medi:before {
		width: 15px;
		height: 15px;
		bottom: -2px;
		left: auto;
		right: -7px;
		transform: scale(-1, 1);
	}

	.kv_new2 .medi .titBox {
		font-size: 18px;
		padding: 0;
	}

	.kv_new2 .medi img {
		width: 120px;
	}
}

@media only screen and (max-width: 640px) {
	.kv_new2 {
		min-height: inherit;
		margin-bottom: 80px;
		padding: 30px 0 100px;
	}

	.kv_new2 .inner {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}

	.kv_new2 .label {
		font-size: 20px;
		padding: 10px 20px 8px;
		margin-bottom: 10px;
	}

	.kv_new2 .h2Tit {
		font-size: 32px;
		margin-bottom: 0;
		letter-spacing: 0.03em;
	}

	.kv_new2 .ctaBox {
		max-width: inherit;
		width: 89%;
		min-width: 335px;
		position: absolute;
		bottom: -130px;
		left: 50%;
		transform: translateX(-50%);
	}

	.kv_new2 .ctaBox a {
		background-color: #fff;
		background-size: 100%;
		border-radius: 10px;
		padding: 13px 12px 10px;
	}

	.kv_new2 .ctaBox a:hover {
		opacity: 1;
	}

	/*.kv_new2 .ctaBox a:before {
	width: 80px;
	height: 80px;
	top: -15px;
	right: -15px;
}*/

	.kv_new2 .ctaBox .flex {
		margin: 0 0 0.5em;
	}

	.kv_new2 .ctaBox .ccl {
		font-size: 14px;
		padding: 9px 0 0;
		width: 39%;
		height: auto;
	}

	.kv_new2 .ctaBox .time {
		font-size: 15px;
		padding: 10px 15px 0;
		margin-bottom: 8px;
		background: url(../img/shared/bg_kagiarrow.png) no-repeat top left;
		background-size: auto 50px;
	}

	.kv_new2 .ctaBox .txt {
		font-size: 16px;
		padding: 1em 0.5em;
	}

	.kv_new2 .medi {
		width: 140px;
		min-width: 140px;
		min-height: 140px;
		border: solid 3px #ffd38e;
		margin-bottom: 0;
		padding: 15px 0 0;
	}

	.kv_new2 .medi:before {
		width: 10px;
		height: 10px;
		bottom: -4px;
		left: auto;
		right: -5px;
		transform: scale(-1, 1);
	}

	.kv_new2 .medi .titBox {
		font-size: 12px;
		line-height: 1.3;
		/* padding: 8px 0 15px; */
		margin: 0 0 1em;
		border-radius: 10px 10px 0 0;
	}

	.kv_new2 .medi img {
		width: 60px;
		margin: -0 auto 0;
	}

	/* .kv_new2.sublingual .medi img {
    width: 120px;
} */
}

.article .about {
	background: #EAF5F6;
	border-radius: 16px;
	padding: 30px;
	text-align: center;
}

.article .about h3 {
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #1D4789;
	width: 100%;
}

.article .about h3:first-child {
	margin: 0 0 1em;
}

.article .about h3::before {
	background: none;
}

.article .about ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none !important;
	display: inline-block;
}

.article .about ul li {
	position: relative;
	list-style: none;
	padding: 0 0 0 40px;
	margin: 0.5em 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 0;
}

.article .about ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(../img/shared/ico-exclam.png) no-repeat center / contain;
}

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


.article h3 {
	width: 100%;
	margin: 80px auto 40px;
}

.article h4 {
	margin: 80px 0 40px;
}

/* .article h4 {
	padding: 0 0 20px;
	text-align: center;
	margin: 80px 0 40px;
}

.article h4::before {
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
	bottom: 0;
} */

.article .start ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none !important;
}

.article .start li {
	margin: 0 8px;
	text-align: center;
	background: #EAF5F6;
	border-radius: 16px;
	width: calc((100% - 8px * 6) / 4);
	padding: 20px 0;
	text-indent: unset;
}

.article .start li:first-child {
	margin-left: 0;
}

.article .start li:last-child {
	margin-right: 0;
}

.article .start li h5 {
	margin: 0 0 0.5em;
	text-align: center;
}

.article .start li img {
	width: 50%;
	height: auto;
}

@media (max-width: 640px) {
	.article .start ul {
		flex-wrap: wrap;
		grid-gap: 8px;
	}

	.article .start li {
		width: calc((100% - 8px * 3) / 2);
		margin: 0;
	}

}


.article .slider_medicine {
	border: none;
	list-style: none;
	padding: 0;
}

.article .slider_medicine li {
	margin: 0 8px;
	text-indent: unset;
	max-width: unset;
	padding: 0;
	text-indent: 0;

}

.article .slider_medicine .img {
	background: #FFFAEB;
	border-radius: 16px;
	padding: 40px 0 0;
	margin: 0 0 1em;
	text-align: center;
}

.article .slider_medicine .img img {
	width: 90%;
	display: inline;
}

.article .slider_medicine h4 {
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0 0 0.25em;
}

.article .slider_medicine h4::before {
	background: none;
	content: "●";
	font-size: 14px;
	color: #1D4789;
	position: relative;
	width: auto;
	height: auto;
	left: 0;
	transform: unset;
	margin: 0 0.25em 0 0;
	text-indent: 0;
}

.article .slick-dots {
	border: none;
	list-style: none;
	border-radius: unset;
	padding: unset;
	margin: unset;
}

.slick-next,
.slick-next:hover {
	background: url(../img/shared/arr_slide_next.png) center no-repeat;
	background-size: contain;
}

.slick-prev,
.slick-prev:hover {
	background: url(../img/shared/arr_slide_prev.png) center no-repeat;
	background-size: contain;
}

.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	top: 30%;
}

.slick-next:before,
.slick-prev:before {
	content: '';
}

@media (max-width: 800px) {
	.article .slider_medicine h4::before {
		bottom: 0;
	}
}

.article .able-shohou {
	padding: 30px;
	margin: 0;
	text-align: center;
}


.article .able-shohou .boxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	/* 各ボックスの左右・上下の隙間 */
	margin: 0 auto;
	border-radius: 16px;
	flex-direction: unset;
}

.article .able-shohou .boxWrap .box {
	width: calc((100% - 35px * 2) / 3);
	/* 3列 */
	background: #F7F7F7;
	padding: 20px;
	border-radius: 12px;
	text-align: left;
}


@media (max-width: 800px) {
	.article .able-shohou {
		padding: 30px 0;
	}

	.article .able-shohou .boxWrap {
		gap: 10px;
	}

	.article .able-shohou .boxWrap .box {
		width: calc((100% - 35px) / 2);
		/* 2列 */
	}
}

.article .able-shohou .boxWrap .box .subTit {
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding: 0 0 0.25em;
}

.article .able-shohou .boxWrap .box .subTit::before {
	background: none;
	content: "●";
	font-size: 14px;
	color: #1D4789;
	position: relative;
	width: auto;
	height: auto;
	left: 0;
	transform: unset;
	margin: 0 0.25em 0 0;
	text-indent: 0;
}