@charset "utf-8";

/*---------------------------------------------

medicineページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼ページタイトル部分PC */
#pagetitle {
	background: url("../img/medicine/pagetitle_bk.webp") no-repeat;
	background-size: cover;
}

#pagetitle h1 {
	width: 360px;
	margin: 0 auto;
	padding: 90px 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon02.png") no-repeat center top 120px;
	background-size: 154px;
	margin: 0 auto 20px auto;
	padding: 274px 0 0 0;
}

h2 {
	padding-top: 120px;
	width: 360px;
	margin: 0 auto 25px auto;
}

h2 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼開始テキスト部分PC */
#firsttxt .inner {
	width: 900px;
	padding: 30px 0 0 0;
}

#firsttxt p:nth-of-type(1) {
	font-size: 28px; font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}

#firsttxt p:nth-of-type(2) {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.medicine_img {
	margin-top: 70px;
	text-align: center;
}

/* ▼グループ企業部分PC */
#group .inner {
	width: 900px;
	padding-bottom: 50px;
}

.logoset {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.logoset > li {margin: 0 15px;}

.detailtxt {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 30px;
}

.linkbtn a {
	display: block;
	width: 540px;
	margin: 0 auto;
	border-radius: 9999px;
	background: #99ca6f;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}

}

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

/* ▼ページタイトル部分SP */
#pagetitle {
	background: url("../img/medicine/pagetitle_bk_sp.webp") no-repeat;
	background-size: cover;
}

#pagetitle h1 {
	width: 70%;
	margin: 0 auto;
	padding: 16vw 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon02.png") no-repeat center top 18vw;
	background-size: 30vw;
	margin: 0 auto 4vw auto;
	padding: 48vw 0 0 0;
}

h2 {
	padding-top: 15vw;
	width: 80%;
	margin: 0 auto 4vw auto;
}

h2 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼開始テキスト部分SP */
#firsttxt .inner {
	padding: 6vw 0 0 0;
}

#firsttxt p:nth-of-type(1) {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5vw;
}

#firsttxt p:nth-of-type(2) {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.medicine_img {
	width: 90%;
	margin: 8vw auto 0 auto;
}

.medicine_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼グループ企業部分SP */
#group .inner {padding-bottom: 5vw;}

.logoset > li {margin: 0 auto 6vw auto;}

.logoset > li:nth-of-type(1) {width: 14%;}

.logoset > li:nth-of-type(2) {width: 90%;}

.logoset > li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.detailtxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 6vw;
}

.linkbtn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 9999px;
	background: #99ca6f;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 3vw 0;
	color: #fff;
	text-decoration: none;
}

}
