@charset "utf-8";

/**
  hero
**/
.sec_hero {
	margin: 0 auto;
	width: 1280px;
  height: unset;
}
.sec_hero .inner {
	margin-right: calc(50% - 50vw);
}
.sec_hero figure img.wide {
	border-radius: 30px 0 0 30px;
}
.sec_hero figure img.narrow {
	display: none;
}

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

@media screen and (max-width: 1280px) {
	.sec_hero {
		width: 1000px;
	}
}

@media screen and (max-width: 1024px) {
	.sec_hero {
		width: min(768px, 100%);
	}
}

@media screen and (max-width: 767px) {
	.sec_hero .inner {
		margin: unset;
	}
	.sec_hero figure img.wide {
		display: none;
	}
	.sec_hero figure img.narrow {
		display: block;
	}
}


.sec_information {
	margin: 0 auto;
	padding: 80px 0 100px;
	width: 100%;
	max-width: 1280px;
}
.sec_information .inner {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: end;
	column-gap: 70px;
}

.sec_information .news_area {
	padding-bottom: 34px;
	width: 800px;
}
.sec_information .news_area .head_group {
	display: flex;
	align-items: center;
	column-gap: 32px;
	margin-bottom: 30px;
}
.sec_information .news_area .head_group a {
	display: flex;
	align-items: center;
	padding-left: 20px;
	border-radius: 15px;
	width: 160px;
	height: 30px;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
	background: var(--color-red1) url('../images/common/arrow_right_white.svg') no-repeat right 20px center / 15px 7px;
}
.sec_information .news_area ul {
	border-top: 1px solid #a2a2a2;
}
.sec_information .news_area ul li {
	border-bottom: 1px solid #a2a2a2;
}
.sec_information .news_area ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 14px;

	padding: 20px 30px;
	background: url('../images/common/arrow_right_red.png') no-repeat right 40px center / 15px 7px;
}
.sec_information .news_area ul li .date,
.sec_information .news_area ul li .category {
	font-size: 1.4rem;
}
.sec_information .news_area ul li .date {
	position: relative;
	padding-right: 2em;
}
.sec_information .news_area ul li .date::after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 1em;
	width: 2em;
	height: 1em;
	line-height: 1;
}
.sec_information .news_area ul li .category {
	color: var(--color-red1);
}
.sec_information .news_area ul li .title {
	font-size: 1.8rem;
}
.sec_information .news_area ul li.sticky .title {
	position: relative;
	padding-left: 78px;
}
.sec_information .news_area ul li.sticky .title::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 70px;
	height: 20px;
	background: url('../images/common/icon_important.png') no-repeat center / contain;
}

.sec_information .clinic_area {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -340px;
	padding: 70px 20px 50px;
	border-radius: 30px 0 0 30px;
	height: fit-content;
	background: #fff;

	margin-right: calc(50% - 50vw);
}
.sec_information .clinic_area .clinic_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 500px;
}
.sec_information .clinic_area .clinic_hours {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 24px;
	width: 470px;
}
.sec_information .clinic_area .clinic_hours table {
	margin-left: 20px;
}
.sec_information .clinic_area .clinic_hours ul {
	margin-left: 5px;
}
.sec_information .clinic_area .female_doctor {
	margin-bottom: 20px;
	padding: 25px 50px;
	border-radius: 20px;
	width: 500px;
	background: var(--color-bg2);
}
.sec_information .clinic_area .female_doctor .group {
	display: flex;
	justify-content: space-between;
	column-gap: 22px;
}
.sec_information .clinic_area .female_doctor .group figure {
	width: 110px;
}
.sec_information .clinic_area .female_doctor .group figure img {
	border-radius: 10px;
}
.sec_information .clinic_area .female_doctor .group div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sec_information .clinic_area .female_doctor .group div h3 {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}
.sec_information .clinic_area .female_doctor .group div dl {
	display: flex;
	margin-bottom: 20px;
}
.sec_information .clinic_area .female_doctor .group div dt {
	text-align: center;
}
.sec_information .clinic_area .female_doctor .group div dt,
.sec_information .clinic_area .female_doctor .group div dd ul li {
	font-weight: 500;
	color: var(--color-red1);
}
.sec_information .clinic_area .female_doctor .group div dd {
	font-size: 1.8rem;
}
.sec_information .clinic_area .female_doctor .group div p.profile a {
	display: flex;
	align-items: center;
	padding-left: 30px;
	border-radius: 25px;
	width: 260px;
	height: 50px;
	color: #fff;
	background: var(--color-red1) url('../images/common/arrow_right_white.png') no-repeat right 30px center / 15px 7px;
}
.sec_information .clinic_area .message {
	margin-bottom: 8px;
	font-size: 1.4rem;
}

.sec_information .clinic_area dl.telephone {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 16px;
	width: min(460px, 100%);
}
.sec_information .clinic_area dl.telephone dt {
	font-weight: 500;
	color: var(--color-red1);
}
.sec_information .clinic_area dl.telephone dd img {
	width: 237px;
}

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

@media screen and (max-width: 1480px) {
	.sec_information .clinic_hours table thead th:first-of-type {
		width: 25%;
	}
	.sec_information .clinic_hours table thead th:not(:first-of-type) {
		width: calc(75% / 6);
	}
}

@media screen and (max-width: 1280px) {
	.sec_information {
		width: 1000px;
	}
	.sec_information .inner {
		column-gap: 35px;
	}

	.sec_information .news_area {
		width: 520px;
	}
}

@media screen and (max-width: 1024px) {
	.sec_information {
		padding: 40px 0 50px;
		width: min(768px, 100%);
	}
	.sec_information .inner {
		flex-direction: column;
		align-items: center;
		row-gap: 60px;
	}

	.sec_information .news_area {
		padding-bottom: unset;
		width: 100%;
	}
	.sec_information .news_area ul li .title {
		font-size: 1.6rem;
	}

	.sec_information .clinic_area {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: unset;
		padding: 70px 0 50px;
		border-radius: 30px;
	}

	.sec_information .clinic_area .clinic_content {
		width: min(500px, 100%);
	}

	.sec_information .clinic_area .clinic_hours {
		width: min(470px, 100%);
	}
	.sec_information .clinic_area .female_doctor {
		padding: 25px 50px;
		width: min(500px, 100%);
	}

	.sec_information .clinic_area .clinic_hours table {
		margin: 0 auto 14px;
	}
}

@media screen and (max-width: 767px) {
	main section h2 {
		font-weight: 400;
	}

	.sec_information {
		padding: 20px 0 30px;
	}

	.sec_information .news_area {
		padding: 0 15px;
	}
	.sec_information .news_area ul li a {
		row-gap: 4px;
		padding: 12px 40px 12px 15px;
		background-position: right 5px center;
	}
	.sec_information .news_area ul li .title {
		font-size: 1.4rem;
	}

	.sec_information .clinic_area {
		padding: 30px 15px;
		border-radius: unset;
	}
	.sec_information .clinic_area .clinic_hours table/*,
	.sec_information .clinic_area .female_doctor*/ {
		width: 100%;
	}

	.sec_information .clinic_area .female_doctor {
		padding: 20px 30px;
		width: min(440px, 100%);
	}
	.sec_information .clinic_area .female_doctor .group div h3 {
		font-size: 1.5rem;
	}
	.sec_information .clinic_area .female_doctor .group div p.profile a {
		border-radius: 20px;
		width: 200px;
		height: 40px;
		padding-left: 20px;
		background-position: right 20px center;
	}
	.sec_information .clinic_area .message {
		padding: 0 1em;
	}
}

@media screen and (max-width: 539px) {
	.sec_information .clinic_area .female_doctor {
		padding: 20px;
		width: min(420px, 100%);
	}
	.sec_information .clinic_area .female_doctor .group div dt {
		font-size: 1.3rem;
	}
	.sec_information .clinic_area .female_doctor .group div dd {
		font-size: 1.5rem;
	}
	.sec_information .clinic_area dl.telephone {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 440px) {
	.sec_information .clinic_area .female_doctor {
		padding: 15px;
	}
	.sec_information .clinic_area .female_doctor .group {
		justify-content: space-between;
		column-gap: 12px;
	}
	.sec_information .clinic_area .female_doctor .group figure {
		width: 90px;
	}
	.sec_information .clinic_area .female_doctor .group figure img {
		width: 90px;
		height: 90px;
		object-fit: cover;
	}
	.sec_information .clinic_area .female_doctor .group div {
		/* width: 160px; */
		width: calc(100% - 132px);
	}
}

@media screen and (max-width: 414px) {
	.sec_information .clinic_area .female_doctor .group div h3 span {
		display: inline-block;
	}
	.sec_information .clinic_area .female_doctor .group div dl {
		flex-direction: column;
	}
	.sec_information .clinic_area .female_doctor .group div dl dt {
		text-align: left;
	}
	.sec_information .clinic_area .female_doctor .group div dl dt br {
		display: none;
	}
	.sec_information .clinic_area .female_doctor .group div p.profile a {
		padding: 0 10px;
		width: 100%;
		font-size: 1.3rem;
		background-image: unset;
	}
}


.sec_topics {
	padding-bottom: 210px;
}
.sec_topics .inner {
	margin: 0 auto;
	width: min(1280px, 100%);
}
.sec_topics h2 {
	margin-bottom: 15px;
}
.sec_topics ul.featured_topics {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.sec_topics ul.featured_topics li {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 12px;
	padding: 60px 32px 30px;
	border-radius: 20px;
	width: 300px;
	background: #fff url('../images/common/logo-mark.svg') no-repeat center top 30px / 30px 23px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.sec_topics ul.featured_topics li > a {
	display: block;
	width: 100%;
	font-size: 2rem;
	font-weight: 500;
	line-height: calc(34 / 20);
	text-align: center;
}
.sec_topics ul.featured_topics li span {
	font-size: 1.4rem;
	line-height: calc(33 / 14);
}
.sec_topics ul.featured_topics li span a {
	text-decoration: underline;
}

.sec_topics .fever_outpatient {
	display: flex;
	justify-content: center;
	column-gap: 6%;
	padding: 60px 0 70px;
	border: 2px solid var(--color-red1);
}
.sec_topics .fever_outpatient dl {
	width: 31%;
}
.sec_topics .fever_outpatient dl dt,
.sec_topics .fever_outpatient dl dd,
.sec_topics .fever_outpatient dl dd figure figcaption {
	font-weight: 500;
}
.sec_topics .fever_outpatient dl dt {
	margin-bottom: 24px;
	font-size: 3rem;
	color: var(--color-red1);
}
.sec_topics .fever_outpatient dl dd {
	font-size: 2.2rem;
	line-height: calc(40 / 22);
}
.sec_topics .fever_outpatient dl dd:first-of-type {
	margin-bottom: 24px;
}
.sec_topics .fever_outpatient dl dd figure figcaption {
	margin-bottom: 8px;
	font-size: 2.4rem;
	color: var(--color-red1);
}
.sec_topics .fever_outpatient dl dd figure img {
	width: 305px;
}
.sec_topics .fever_outpatient ul {
	width: 47%;
}
.sec_topics .fever_outpatient ul li {
	position: relative;
	padding-left: 15px;
	line-height: 2;
}
.sec_topics .fever_outpatient ul li:not(:last-of-type) {
	margin-bottom: 24px;
}
.sec_topics .fever_outpatient ul li::before {
	content: "";
	position: absolute;
	top: 11.5px;
	left: 0;
	width: 8px;
	height: 8px;
	background: url('../images/common/li_dot.png') no-repeat center / contain;
}

@media screen and (max-width: 1280px) {
	.sec_topics .inner {
		width: min(1000px, 100%);
	}
	.sec_topics ul.featured_topics {
		justify-content: center;
		column-gap: 25px;
	}
	.sec_topics ul.featured_topics li {
		padding: 60px 22px 30px;
		width: 230px;
		height: 230px;
	}
	.sec_topics ul.featured_topics li > a {
		line-height: 1.5;
	}
	.sec_topics ul.featured_topics li span {
		line-height: calc(23 / 14);
	}

	.sec_topics .fever_outpatient {
		padding: 40px 0;
	}
	.sec_topics .fever_outpatient dl {
		width: 380px;
	}
	.sec_topics .fever_outpatient dl dd {
		font-size: 2rem;
		line-height: 2;
	}
	.sec_topics .fever_outpatient ul {
		width: 480px;
	}
}

@media screen and (max-width: 1024px) {
	.sec_topics {
		padding-bottom: 140px;
	}
	.sec_topics .inner {
		width: min(768px, 100%);
	}
	.sec_topics ul.featured_topics {
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: unset;
		row-gap: 25px;
	}
	.sec_topics ul.featured_topics li {
		padding: 60px 70px 30px;
		width: 370px;
	}

	.sec_topics .fever_outpatient {
		flex-direction: column;
		row-gap: 45px;
		padding: 60px;
	}
	.sec_topics .fever_outpatient dl {
		width: 100%;
	}
	.sec_topics .fever_outpatient dl dt {
		text-align: center;
	}
	.sec_topics .fever_outpatient dl dd figure {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	.sec_topics .fever_outpatient dl dd figure figcaption {
		margin: unset;
	}
	.sec_topics .fever_outpatient dl dd figure img {
		width: 306px;
		height: 32px;
	}
	.sec_topics .fever_outpatient ul {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.sec_topics {
		padding-bottom: 70px;
	}
	.sec_topics .inner {
		padding: 0 15px;
	}
	.sec_topics ul.featured_topics {
		margin-bottom: 40px;
	}
	.sec_topics ul.featured_topics li {
		padding: 60px 18px 0;
		width: calc(calc(100% - 20px) / 2);
		height: 210px;

		height: unset;
		padding: 60px 15px 1em;
	}
	.sec_topics ul.featured_topics li > a {
		font-size: 1.6rem;
		line-height: calc(25 / 16);
	}
	.sec_topics ul.featured_topics li span {
		font-size: 1.3rem;
		line-height: calc(20 / 13);
	}
	.sec_topics .fever_outpatient {
		padding: 40px 20px 20px;
	}
	.sec_topics .fever_outpatient dl dt {
		font-size: 2.6rem;
	}
	.sec_topics .fever_outpatient dl dd:first-of-type {
		font-size: 1.6rem;
		line-height: calc(30 / 16);
	}
	.sec_topics .fever_outpatient dl dd figure {
		flex-direction: column;
		align-items: center;
	}
	.sec_topics .fever_outpatient dl dd figure figcaption {
		font-size: 2.1rem;
	}
	.sec_topics .fever_outpatient ul li {
		line-height: calc(22 / 14);
	}
}

@media screen and (max-width: 440px) {
	.sec_topics ul.featured_topics li {
		padding: 60px 8px 1em;
		padding: 60px 14px 1em;
	}
	.sec_topics ul.featured_topics li > a {
		font-size: 1.4rem;
	}
}


.sec_clinic {
	padding-bottom: 70px;
}

.sec_clinic .inner {
	position: relative;
	margin: 0 auto;
	width: min(1280px, 100%);
	height: 500px;
}
.sec_clinic .description {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-110px);
	width: 748px;
}
.sec_clinic .description::before {
	content: "";
	position: absolute;
	top: 0;
	left: -875px;
	border-radius: 0 20px 20px 0;
	width: 807px;
	height: 500px;
	background: url('../images/index/clinic2.jpg') no-repeat right top / 807px 500px;
}
.sec_clinic .description h2 {
	margin-bottom: 15px;
}
.sec_clinic .description dl {
	margin-bottom: 40px;
}
.sec_clinic .description dl dt {
	margin-bottom: 20px;
	font-size: 3.6rem;
	line-height: calc(55 / 36);
	font-family: var(--font-maru);
	letter-spacing: 0.008em;
}
.sec_clinic .description dl dt span {
	color: var(--color-red1);
}
.sec_clinic .description dl dd {
	font-family: var(--font-maru);
	font-size: 1.8rem;
	line-height: calc(42 / 18);
}
.sec_clinic .description ul {
	display: flex;
	column-gap: 40px;
}
.sec_clinic .description ul li {
	font-weight: 500;
}
.sec_clinic .description ul li a {
	display: flex;
	align-items: center;
	padding-left: 30px;
	border-radius: 25px;
	width: 230px;
	height: 50px;
	color: #fff;
	background: var(--color-red1) url('../images/common/arrow_right_white.svg') no-repeat right 20px center / 15px 7px;
}

@media screen and (max-width: 1280px) {
	.sec_clinic .inner {
		width: min(1000px, 100%);
		height: 560px;
	}
	.sec_clinic .description {
		width: 580px;
		transform: translateX(-130px);
	}
	.sec_clinic .description::before {
		height: 560px;
		background-size: 904px 560px;
		background-position: right -120px top;
	}
}

@media screen and (max-width: 1024px) {
	.sec_clinic .inner {
		width: min(768px, 100%);
		height: 580px;
	}
	.sec_clinic .description {
		width: 520px;
	}
	.sec_clinic .description::before {
		background-position: right -240px top;
	}

	.sec_clinic .description dl {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.sec_clinic {
		padding-bottom: 40px;
	}
	.sec_clinic .inner {
		padding: 0 15px;
		height: unset;
	}
	.sec_clinic .description {
		margin-top: 325px;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
		height: auto;
	}
	.sec_clinic .description::before {
		top: -325px;
		left: 0;
		margin: 0 calc(50% - 50vw);
		border-radius: unset;
		width: 100vw;
		height: 310px;
		background-size: cover;
		background-position: center top;
	}

	.sec_clinic .description dl dt {
		font-size: 2.8rem;
		line-height: calc(50 / 28);
	}
	.sec_clinic .description dl dd {
		font-size: 1.6rem;
		line-height: calc(36 / 16);
	}
	.sec_clinic .description ul {
		justify-content: center;
		column-gap: 30px;
	}
	.sec_clinic .description ul li {
		width: min(190px, 46%);
	}
	.sec_clinic .description ul li a {
		padding-left: 20px;
		width: 100%;
		height: 40px;
		background-position: right 10px center;
	}
}

@media screen and (max-width: 440px) {
	.sec_clinic .description dl dd {
		font-size: 1.4rem;
		line-height: calc(30 / 14);
	}

	.sec_clinic .description dl dt {
		font-size: 2.3rem;
	}
}


.sec_doctorsfile {
	padding-bottom: 120px;
}
.sec_doctorsfile a {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 500px;
}
.sec_doctorsfile a h3 {
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 400;
	font-family: var(--font-maru);
	color: #288e3a;
}

@media screen and (max-width: 767px) {
	.sec_doctorsfile {
		padding-bottom: 60px;
	}
	.sec_doctorsfile a {
		width: min(400px, calc(100% - 30px));
	}
	.sec_doctorsfile a h3 {
		font-size: 1.6rem;
	}
}


.sec_specialities {
	position: relative;
	padding-bottom: 230px;
}
.sec_specialities::before {
	content: "";
	position: absolute;
	top: 158px;
	right: 31%;
	border-radius: 0 20px 20px 0;
	width: 100%;
	height: 540px;
	background: var(--color-bg2);
}
.sec_specialities .inner {
	position: relative;
	margin: 0 auto;
	width: min(1280px, 100%);
}
.sec_specialities h2 {
	margin-bottom: 26px;
}
.sec_specialities h3 {
	margin-bottom: 24px;
	font-size: 3.6rem;
	letter-spacing: 0.08em;
	font-family: var(--font-maru);
}
.sec_specialities h3 span {
	color: var(--color-red1);
}
.sec_specialities .description {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.sec_specialities .description > p {
	width: 240px;
	font-size: 1.8rem;
	line-height: calc(42 / 18);
}
.sec_specialities .description ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 970px;
}
.sec_specialities .description ul li {
	width: 220px;
}
.sec_specialities .description ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 16px 0 16px;
	border-radius: 30px;
	width: 100%;
	height: 220px;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.25);
}
.sec_specialities .description ul li a h4 {
	margin-bottom: 10px;
	font-size: 2rem;
	text-align: center;
}
.sec_specialities .description ul li a h4 span {
	display: inline-block;
}
.sec_specialities .description ul li a img {
	width: 80px;
}
.sec_specialities .description ul li a p {
	font-size: 1.4rem;
}

@media screen and (max-width: 1280px) {
	.sec_specialities {
		padding-bottom: 110px;
	}
	.sec_specialities::before {
		height: 640px;
	}

	.sec_specialities .inner {
		width: min(1000px, 100%);
	}

	.sec_specialities .description ul {
		width: 720px;
	}
	.sec_specialities .description ul li a {
		padding-top: 30px;
	}
	.sec_specialities .description ul li a h4 {
		margin-bottom: unset;
		font-weight: 400;
	}
}

@media screen and (max-width: 1024px) {
	.sec_specialities::before {
		right: 27%;
		height: 1080px;
	}
	.sec_specialities .inner {
		width: min(768px, 100%);
	}

	.sec_specialities .description {
		flex-direction: column;
		row-gap: 40px;
	}
	.sec_specialities .description > p {
		width: 100%;
	}
	.sec_specialities .description ul {
		justify-content: space-between;
		gap: unset;
		row-gap: 30px;
		width: 100%;
	}
	.sec_specialities .description ul li {
		width: min(240px, calc(calc(100% - 40px) / 3));
	}
}

@media screen and (max-width: 767px) {
	.sec_specialities {
		padding-bottom: unset !important;
	}
	.sec_specialities::before {
		content: unset;
	}
	.sec_specialities .inner {
		padding: 45px 15px 60px;
		background: var(--color-bg2);
	}
	.sec_specialities h3 {
		margin-bottom: 30px;
		font-size: 3.2rem;
		line-height: calc(55 / 32);
		text-shadow: 2px 2px 2px rgba(255,255,255,.9);
	}
	.sec_specialities .description {
		row-gap: 20px;
		padding: unset;
	}
	.sec_specialities .description ul {
		justify-content: center;
		gap: 30px;
	}
	.sec_specialities .description ul li {
		width: min(180px, calc(calc(100% - 60px) / 3));
	}
	.sec_specialities .description ul li a {
		position: relative;
		justify-content: space-between;
		padding: 36px 4px;
		height: 100%;
		aspect-ratio: 1 / 1;
	}
	.sec_specialities .description ul li a h4 {
		margin: unset;
		font-size: 1.6rem;
		font-weight: 400;
	}
	.sec_specialities .description ul li a img {
		width: 60px;
	}
	.sec_specialities .description ul li a p {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	.sec_specialities .description ul li a {
		padding: 24px 8px;
	}
}

@media screen and (max-width: 539px) {
	.sec_specialities .description ul {
		gap: 20px;
		gap: 10px;
	}
	.sec_specialities .description ul li {
		width: min(130px, calc(calc(100% - 20px) / 3));
	}
	.sec_specialities .description ul li a {
		border-radius: 20px;
		padding: 16px 8px;
	}
	.sec_specialities .description ul li a h4 {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.sec_specialities .description ul li a img {
		width: 60px;
	}
}

@media screen and (max-width: 440px) {
	.sec_specialities .description > p {
		font-size: 1.4rem;
		line-height: calc(30 / 14);
	}
}

@media screen and (max-width: 414px) {
	.sec_specialities .description ul li a {
		justify-content: center;
	}
	.sec_specialities .description ul li a h4 {
		font-size: 1.2rem;
	}
	.sec_specialities .description ul li a img {
		display: none;
	}
}
