@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents .word p {
	font-size: 1.6rem;
	line-height: 2.2;
	margin-bottom: 20px;
}

#lower-contents #main-contents .word p:last-child { 
	margin-bottom: 0;
}

#main-contents #about-care figure {
	max-width: 700px;
	margin: 0 auto 40px;
}

@media only screen and (min-width: 768px) {
	.PageBody {
		margin-top: 60px;
	}
}

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


.link-button.-block,
.lower-contents .main-contents .link-button.-block {
	display: block;
}

.link-button.-block li,
.lower-contents .main-contents .link-button.-block li {
	display: block;
}

.link-button.-block li,
.lower-contents .main-contents .link-button.-block li {
	margin-right: 0;
}

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


.intro {
	position: relative;
	margin-bottom: 20px;
}

.intro__img {
	margin-bottom: 20px;
}

.intro__img img {
	
}

.intro__ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto 0 0;
	color: inherit;
	font-feature-settings: "palt";
	text-align: center;
}

:where(.lower-contents .main-contents) #caption {
	font-family: "FOT-マティス Pro M", MatissePro-M, serif;
	font-size: 2.6rem;
	color: #555;
	margin-bottom: 20px;
}

.intro__read {
	font-weight: bold;
	color: #555;
	text-shadow: 0 0 10px #fff;
}

.intro__read p {
	font-size: 1.4rem !important;
}

@media only screen and (min-width: 768px) {
	.intro__ttl {
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
		bottom: 0;
		text-align: inherit;
	}
	
	.intro__read {
		padding-left: 0.4em;
		font-size: 115%;
	}

	.intro__read p {
		font-size: 1.6rem !important;
	}

	.intro__img {
		margin-bottom: 0;
	}

	.intro__img img {
		border-radius: 5px 0 0 5px;
	}

	.intro {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.intro__ttl {
		width: calc(50% - 15px);
	}

	.intro__img {
		width: calc(50% - 25px);
		margin-right: 0;
		margin-left: auto;
	}
}

@media only screen and (min-width: 1440px) {
	
	:where(.lower-contents .main-contents) #caption {
		font-size: 5rem;
	}

	.intro__img img {
		border-radius: 5px;
	}

}


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


.pickup-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-feature-settings: "palt";
	counter-reset: pickupnum;
}

.pickup-list__item {
	position: relative;
	width: calc(50% - 10px);
	margin: 0;
	padding: 20px 10px;
	padding-top: 30px 0px;
	box-sizing: border-box;
	background-color: #F7F5F2;
	border-radius: 10px;
	font-feature-settings: "palt";
	counter-increment: pickupnum;
}

.pickup-list__item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: counter(pickupnum);
	display: block;
	width: 1em;
	height: 1em;
	padding: 10px;
	font-family: "Ubuntu",sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	color: #666;
	border-radius: 20px;
	transform: translate(-50%, -50%);
}

.pickup-list__img {
	width: fit-content;
	height: fit-content;
	margin: 0 auto 15px;
	padding: 0;
}

.pickup-list__img img {
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
}

.pickup-list__txt {
	text-align: center;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.pickup-list {
		gap: 30px;
	}

	.pickup-list__item {
		width: calc(33.333% - 20px);
		padding: 30px 20px;
	}

	.pickup-list__txt {
		text-align: center;
		font-size: 1.3rem;
	}

	.pickup-list__img img {
		width: 120px;
		height: 120px;
	}
}

@media screen and (min-width: 1600px) {
	.pickup-list__item {
		width: calc(25% - 23px);
	}
}


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


.try-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
}

.try-list__item {
	position: relative;
	margin: 0;
	padding-top: 30px;
	padding-left: 20px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.25);
	border-left: 1px solid rgba(0,0,0,0.25);
	font-feature-settings: "palt";
}

.try-list__item.-has-img {
	
}

.try-list__title {
	font-size: 1.6rem;
}

.try-list__body {
	
}

.try-list__body > * {
	margin-top: 0;
	margin-bottom: 10px;
}

.try-list__body > *:first-child {
	margin-bottom: 0;
}

.try-list__txt {
	
}

.try-list__img {
	width: 140px;
	float: right;
	margin-left: 20px;
}

.try-list__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}


@media screen and (min-width: 768px) {
	.try-list {
		flex-direction: row;
		gap: 30px;
	}

	.try-list__item {
		width: calc(50% - 20px);
		padding: 40px 0 20px 40px;
	}

	.try-list__img {
		width: 200px;
	}

	.try-list__item.-has-img .try-list__txt {
		width: calc(100% - 260px);
	}
}


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


.related-info {
	border-radius: 5px;
	margin: 20px 0;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.4;
	background-color: #F7F5F2;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.related-info {
		padding: 20px 30px;
	}
}

.related-info__block {
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.related-info__block:first-child {
	margin-top: 0;
}

.related-info__block:last-child {
	padding-bottom: 5px;
}

.related-info__title {
	margin-bottom: 10px;
}

.related-info dt {
	margin: 0;
	font-size: inherit;
}

.related-info dd {
	margin: 0;
	font-weight: bold;
}


@media screen and (min-width: 768px) {
	.related-info__block {
		display: flex;
		justify-content: space-between;
	}
	
	.related-info dt {
		width: calc(20% - 20px);
	}
	
	.related-info dd {
		width: calc(80% - 20px);
	}
}
