@charset "utf-8";


.linkArea {
	width: 1200px;
	max-width: 90%;
	margin: 40px auto 0;
}

a.greenArrow.typeV {
	display: inline-block;
	border: 1px solid #22b0a4;
	padding: 20px 35px 20px 20px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	width: 230px;
	box-sizing: border-box;
}

a.greenArrow.typeV2 {
	display: inline-block;
	border: 1px solid #22b0a4;
	padding: 20px 45px 20px 20px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}

a.greenArrow.typeV2::after {
	width: 7px;
  height: 7px;
  border: 2px solid;
  border-color:transparent transparent #22b0a4 #22b0a4 ;
  transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 38%;
	right: 1em;
	content: '';
	transition: all,.2s;
}

a.greenArrow.typeV3 {
	display: block;
	border: 1px solid #22b0a4;
	padding: 20px 35px 20px 20px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	box-sizing: border-box;
}

a.greenArrow.typeV2:hover:after {
	top: 45%;
}

.assignmentContainer {
	background: #e1e7f4;
	padding: 20px;
	color: #006cb6;
	font-size: 1.8rem;
	font-weight: 500;
	justify-content: center;
}

.assignmentContainer .vList {

}
.assignmentContainer .vList:nth-child(n + 2) {
	margin-left: 50px;
	
}

.valueContainer {
	margin-bottom: 60px;
}


.valueContainer .processRow {
	display: flex;
	column-gap: 0;
	justify-content: flex-end;
}
.valueContainer .processBox .processCenter {
	width: 93%;
}

.valueContainer a.greenArrowLink {
	padding-right: 30px;
}

.valueContainer a.greenArrowLink::after {
	top: 7px;
}

.mb5 {
	margin-bottom: 5px !important;
}


.valueFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.valueLeft {
	width: 5%;
}
.valueRight {
	width: 93%;
}

.caseGreen {
	background: #c7dbca;
	padding: 30px 40px;
}

.grnBorder {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: 1px solid #006428;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

.valueBtnFlex {
	display: flex;
	margin-bottom: 50px;
}

.valueBtnFlex li:nth-child(n + 2) {
	margin-left: 20px;
}


.valueItemFlex {
	display: flex;
	flex-wrap: wrap;
}


.valueItemFlex li {
	width: 23%;
	margin-right: 2.6%;
}

.valueItemFlex li:nth-child(4n) {
	margin-right: 0;
}

.valueItemFlex li:nth-child(n + 5) {
	margin-top: 30px;
}

.itemCaution {
	text-align: center;
	margin-top: 10px;
}

.colorFlex {
	display: flex;
}

.colorLeft {
	width: 32%;
	background: #e1e7f4;
	padding: 20px 30px;
	border-radius: 10px 0 0 10px;
}
.colorRight {
	width: 68%;
	background: #e1efe2;
	padding: 20px;
	border-radius: 0 10px 10px 0;
}

.boldTitle01 {
	font-size: 2.1rem;
	line-height: 1.4;
	color: #006cb6;
	font-weight: 500;
	margin-bottom: 10px;
}

.boldTexts {
	font-weight: 500;
	line-height: 2.0;
}

.boldTitle02 {
	font-size: 2.1rem;
	line-height: 1.4;
	color: #009844;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}

.whiteFlex {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}

.whiteFlex li {
	background: #fff;
	box-sizing: border-box;
	border-top: 5px solid #006428;
	padding: 5px 15px 10px;
	font-weight: 500;
}

.grayBorder {
	border-bottom: 1px solid #c8c5c4;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 0 10px;
}

.centerLink {
	display: flex;
	justify-content: center;
}

.centerLink li {
	width: 375px;
}

.centerLink li:nth-child(n + 2) {
	margin-left: 40px;
}


.tripleFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.tripleFlex .tripleSame {
	width: 32%;
	box-sizing: border-box;
	padding: 20px 40px 40px;
	border-radius: 10px;
}

.blueBg {
	background: #e1e7f4;
}
.greenBg {
	background: #e1efe2;
}
.pinkBg {
	background: #fdeae8;
}

.tripleTitle {
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 500;
}
.tripleSub {
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.colorBlue {
	color: #006cb6;
}
.colorGreen {
	color: #009844;
}
.colorPink {
	color: #e8546b;
}

.whiteBgList li {
	background: #fff;
	padding: 15px 25px;
	line-height: 1.4;
}


.whiteBgList li:nth-child(n + 2) {
	margin-top: 10px;
}

.dxTitle {
	position: relative;
	line-height: 1.0;
	margin-bottom: 20px;
	color: #fff;
}

.dxTitle dt {
	width: 62px;
	height: 62px;
	position: absolute;
	left: 0;
	top: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: 600;
	border: 2px solid #fff;	
	border-radius: 50%;
}

.dxTitle dd {
	margin-left: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	font-weight: 600;
	padding:0 30px 0 50px;
	border-radius: 0 10px 10px 0;
}

.dxTitle.type01 dt,
.dxTitle.type01 dd {
	background: #006429;
}
.dxTitle.type02 dt,
.dxTitle.type02 dd {
	background: #d87d08;
}
.dxTitle.type03 dt,
.dxTitle.type03 dd {
	background: #b81d22;
}
.dxTitle.type04 dt,
.dxTitle.type04 dd {
	background: #6b1786;
}
.dxTitle.type05 dt,
.dxTitle.type05 dd {
	background: #00438f;
}

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

.harfFlex .harfSame {
	width: 48%;
}

.harfFlex .harfSame:nth-child(n + 3) {
	margin-top: 50px;
}

@media screen and (max-width: 767px){
	.centerLink {
		display: block;
	}

	.centerLink li {
		width: auto;
	}

	.centerLink li:nth-child(n + 2) {
		margin: 30px 0 0;
	}
	
	.tripleFlex {
		display: block;
		margin-bottom: 60px;
	}

	.tripleFlex .tripleSame {
		width: auto;
		padding: 20px 5% 20px;
	}

	.tripleFlex .tripleSame:nth-child(n + 2) {
		margin-top: 30px;
	}

	.dxTitle dd {
		line-height: 1.4;
	}

	.harfFlex {
		display: block;
	}

	.harfFlex .harfSame {
		width: auto;
	}

	.harfFlex .harfSame:nth-child(n + 2) {
		margin-top: 30px;
	}


	.tripleSub.colorPink {
		display: none;
	}
}

