.Text__strong-orange {
	color: #FF5700;
}


.MainContents__inner {
	margin-top: 0;
}

._bg--beige {
	background-color: #fdfbf0;
}

img {
	margin: auto;
}

.imgText {
	width: auto;
	max-width: 90%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.Section__Box {
	border: solid 2px #0d9d70;
	margin-top: 30px;
}

.Section__BoxH2 {
	background-color: #0d9d70;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.Section__BoxInner {
	padding: 10px;
	background-color: #fff;
}

.Section__BoxH2-v {
	text-align: center;
}

.Section__BoxH2-v3 {
	color: #0d9d70;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.Section__BoxH3 {
	text-align: center;
}

.Section__BoxH3-number {
	background-color: #0d9d70;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 60%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}

.Section__BoxH2-v {
	background-color: #0d9d70;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 80%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}


.Section__BoxH2 {
	text-align: center;
}

.Section__BoxH2-number {
	background-color: #0d9d70;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 80%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}


.accordion-container {
	margin: auto;
	margin-top: 30px;
	max-width: 325px;
}

@media all and (min-width: 641px) {
	.accordion-container {
		max-width: 500px;
	}
}

.accordion-container .accordion-title {
	position: relative;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background: #0d9d70;
	border: solid 4px #0d9d70;
	/* line-height: 0; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

#accordion .accordion-content {
	border: solid 2px #0d9d70;
	border-top: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4vw;
	margin-top: 0;
}

.accordion-container .accordion-title::before {
	content: "";
	position: absolute;
	top: 48%;
	right: 4vw;
	width: 15px;
	height: 2.5px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 48%;
	right: 4vw;
	width: 15px;
	height: 2.5px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title:hover {
	opacity: 0.8;
}

.accordion-container .accordion-title.open::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
	opacity: 0;
}

.Annotation__moduleA:not(:first-child) {
	margin-top: 0;
}

@media (min-width: 769px) {
	.accordion-container {
		max-width: 1000px;
		font-size: 22px;
		padding-left: 20px;
		padding-right: 20px;
	}
}



.ColorButton__moduleB.-colorDarkOrange>.ColorButton__text::before,
.ColorButton__moduleB.-colorPaleOrange>.ColorButton__text::before {
	background-image: none;
}

.ColorButton__moduleB>.ColorButton__text::after,
.ColorButton__moduleB>.ColorButton__text>span {
	grid-column: 1/3;
}

@media screen and (max-width: 999px) {
	.ColorButton__moduleB>.ColorButton__text::before {
		width: 0;
		height: 0;
		margin-bottom: 0;
	}

	.ColorButton__moduleB>.ColorButton__text {
		min-height: 0;
	}
}

@media (hover: hover) and (pointer: fine) {

	.ColorButton__moduleB.-colorPaleOrange>.ColorButton__text:hover::before,
	.ColorButton__moduleB.-colorDarkOrange>.ColorButton__text:hover::before {
		background-image: none;
	}
}

.triangleArea {
	display: none;
}

/* コンテンツ幅 */

@media (min-width: 1000px) {
	.Section__BoxH2 {
		font-size: 27px;
	}

	.Section__BoxH3-number {
		font-size: 24px;
	}

	.Section__BoxH3-number {
		width: 300px;
	}

	.Section__BoxInner {
		padding: 30px;
	}

	.Section__BoxH3-item {
		font-size: 22px;
	}

	.Section__BoxH2-v {
		width: 300px;
		font-size: 27px;
		margin-top: 80px;
	}

	.Section__BoxH2-v3 {
		font-size: 27px;
		margin-top: 80px;
		margin-bottom: 30px;

	}

	.accordion-container .Annotation__moduleA {
		font-size: 16px;
	}

	.accordion-container .Annotation__layout {
		margin-top: 30px !important;
	}

	.accordion-content ._flex ._flex-child:first-child {
		margin-right: 60px !important;
	}

	.accordion-content ._flex ._flex-child:last-child {
		width: 50%;
	}

	.Section__BoxH3+.Table__wrapper {
		margin-top: 30px;
	}

	.Section__BoxH3-number {
		margin-top: 60px;
	}

	.accordion-container .accordion-title::before {
		content: "";
		position: absolute;
		top: 48%;
		right: 4vw;
		width: 30px;
		height: 4px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		background: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.accordion-container .accordion-title::after {
		content: "";
		position: absolute;
		top: 48%;
		right: 4vw;
		width: 30px;
		height: 4px;
		background: #fff;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.accordion-container {
		padding-left: 0;
		padding-right: 0;
	}

	.section-group {
		width: 1000px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.section-group>section {
		width: calc((1000px - 40px) / 2);
	}

	.triangleArea {
		display: block;
		margin: 110px 0;
	}

	.section-group .Section__Box {
		margin-top: 0;
		height: 100%;
		position: relative;
	}

	.section-group .Section__inner {
		height: 100%;
	}

	.section-group .Section__BoxInner {
		height: fit-content;
		box-sizing: border-box;
		padding: 30px;
	}

	.section-group .imgText-2600 {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 100%;
	}

	.maxW100__pc {
		max-width: 100%;
	}

}

@media (min-width: 1000px) {
	._forSPCV {
		display: none;
	}
}