@charset "utf-8";
:root {
	--wh: #fff;
	--cream: #FCFEEE;
	--accent: #E34A4A;
	--lgray: #D9DBCD;
}

.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
  .pc-only {
    display: none;
  }
}

.PageTitleStyle3 {
	margin: 0;
}
.Grid4.Concept .PageTitleStyle3 .Inner h1 {
	font-size: 2.6rem;
}
.Section.Concept {
	background: var(--cream);
}
.Section .Info {
	width: 100%;
	background: var(--wh);
	padding: 1rem;
	border: 1px solid var(--lgray);
	border-radius: 10px;
	min-height: 10rem;
	margin: 0 0 1rem;
}
.Section .Info li {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	display: flex;
	gap: 1rem;
	align-items: center;
}
.Section .Info li:last-child {
	margin-bottom: 0;
}
.Section .Info li span {
	padding: 0 1rem;
	text-align: center;
	font-size: .8rem;
	color: var(--wh);
	font-weight: bold;
	border-radius: 20px;
	background: var(--accent);
}
@media screen and (max-width: 767px) {
	.Section .Info li {
		margin-bottom: 1.5rem;
		flex-direction: column;
		align-items: flex-start;
		gap: .5rem;
		font-size: 1rem;
	}
}
.Section.Renewal {
	padding: 2em 0!important;
	background: #fff;
}
.Section.Renewal .Box {
	padding: 50px 40px;
	display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
	position: relative;
	border: 5px solid #e34a4a;
}
.Section.Renewal .Box::before {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 63px;
	height: 63px;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background: #e34a4a;
}
.Section.Renewal .Box h2 {
	margin: 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #e34a4a;
	color: #e34a4a;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32.4px;
}
.Section.Renewal .Box p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 1.08px;
}
.Section.Renewal .Box .CardList {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.Section.Renewal .Box .CardList .Card {
	padding: 40px 32px;
	display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
	border-radius: 15px;
	background: #ededed;
}
.Section.Renewal .Box .CardList .Card h3 {
	margin: 0;
	padding-bottom: 26px;
	border-bottom: 1px solid #333;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	text-align: left;
}
.Section.Renewal .Box .CardList .Card .TabList {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.Section.Renewal .Box .CardList .Card .TabList .Tab {
	height: fit-content;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px;
}
.Section.Renewal .Box .CardList .Card .ImageBox {
	max-width: 358px;
	margin: 0 auto;
}
.Section.Renewal .Box .CardList .Card .ImageBox img {
	width: 100%;
}
.Section.Renewal .Box .CardList .Card p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 1.08px;
}
.Section.Renewal .Box .CardList .Card .footnote {
	display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
}
.Section.Renewal .Box .CardList .Card .footnote p {
	padding-left: 16px;
	position: relative;
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.7px;
}
.Section.Renewal .Box .CardList .Card .footnote p::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	.Section.Renewal .Box {
		padding: 1rem;
	}
	.Section.Renewal .Box::before {
		width: 40px;
		height: 40px;
	}
	.Section.Renewal .Box h2 {
		font-size: 1.5rem;
	}
	.Section.Renewal .Box p {
		font-size: 1rem;
		line-height: 1.6;
	}
	.Section.Renewal .Box .CardList {
		grid-template-columns: 1fr;
	}
	.Section.Renewal .Box .CardList .Card {
		padding: 1rem;
	}
	.Section.Renewal .Box .CardList .Card h3 {
		font-size: 1.2rem;
	}
	.Section.Renewal .Box .CardList .Card .TabList .Tab {
		font-size: .8rem;
	}
	.Section.Renewal .Box .CardList .Card p {
		font-size: 1rem;
	}
	.Section.Renewal .Box .CardList .Card .footnote p {
		font-size: .8rem;
	}
}
.Section.Message {
	padding: 2em 0!important;
	background: var(--cream);
}
.Section.Message p {
	font-size: 150%;
    font-weight: bold;
	text-align: center;
}
.shiryo-contact .Inner {
	max-width: 965px;
	margin: auto;
}
.TextStyle1.Catch {
	font-size: 150%;
	font-weight: bold;
	margin: 6rem 0 1rem;
}
@media only screen and (max-width: 995px) {
	.Grid4.Concept .PageTitleStyle3 .Inner h1 {
		font-size: 4vw;
	}
}
@media only screen and (max-width: 767px) {
	.JS .Grid4.Concept .PageTitleStyle3 .Inner h1 {
		margin-bottom: 0;
		font-size: 5vw;
		padding: 1rem;
		text-align: left;
	}
	.JS .Grid4.Concept .PageTitleStyle3 .Inner h1 br {
		display: none;
	}
	.JS .Info {
		width: auto;
	}
	.JS iframe {
		width: 100%;
	}
}
@media only screen and (max-width: 579px) {
	.JS .Grid4.Concept .PageTitleStyle3 .Inner h1 {
		margin-bottom: 0;
		font-size: 6vw;
	}
}