@charset "UTF-8";

/* howtoMain */
.selfSufficiencyBlock .howtoMain {
	padding: 2em 60px 70px;
	position: relative;
}

.selfSufficiencyBlock .howtoMain .subTitle {
	display: block;
	width: 17em;
	padding: .4em 0;
	margin-bottom: 2.5em;
	border-radius: 2em;
	background: var(--blue-gradient);
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: .9em;
}

.selfSufficiencyBlock .howtoMain .subTitle span {
	display: inline-block;
	width: 1.4em;
	line-height: 1.4em;
	margin-left: .5em;
	text-align: center;
	background-color: #fff;
	color: var(--color-blue);
	border-radius: 50%;
}

.selfSufficiencyBlock .howtoMain h3 img {
	width: 420px;
	height: auto;
}

.selfSufficiencyBlock .howtoMain .img {
	position: absolute;
	right: 32px;
	top: 50px;
	width: 360px;
}

/* howtoPoint */
.selfSufficiencyBlock .howtoPoint {
	padding: 50px 60px;
}

.selfSufficiencyBlock .howtoPoint .article {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 2em;
}

.selfSufficiencyBlock .howtoPoint h4 {
	padding-left: 115px;
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.6;
	color: var(--color-blue);
}

.selfSufficiencyBlock .howtoPoint h4 img {
	position: absolute;
	left: 0;
	top: -5px;
	width: 85px;
	height: auto;
}

.selfSufficiencyBlock .howtoPoint .lead {
	width: 510px;
	padding-top: .4em;
}

.selfSufficiencyBlock .howtoPoint .lead p {
	margin-bottom: 1em;
	font-size: .95em;
	line-height: 1.8;
}


.selfSufficiencyBlock .howtoPoint1 .column {
	margin-bottom: 2em;
	position: relative;
}

.selfSufficiencyBlock .howtoPoint1 .column h5 {
	font-size: 21px;
	/*	border-bottom: 1px solid var(--color-blue);*/

	border-top: 1px solid;
	border-bottom: 1px solid;
	color: var(--color-blue);
	text-align: center;
	line-height: 51px;
}

.selfSufficiencyBlock .howtoPoint1 .column .links {
	margin-top: 2em;
}

.selfSufficiencyBlock .howtoPoint1 .column figure {
	width: 100%;
	margin: .5em 0 1em;
}

.selfSufficiencyBlock .howtoPoint1 .column figure img {
	width: 100%;
	height: auto;
}

.selfSufficiencyBlock .howtoPoint1 .column .text {
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	/* margin-bottom: 2em; */
}

.selfSufficiencyBlock .howtoPoint1 .column .columnbody {
	position: relative;
	padding: 40px 0 30px 260px;
}

.selfSufficiencyBlock .howtoPoint1 .column .img1 {
	width: 194px;
	text-align: center;
}

.selfSufficiencyBlock .howtoPoint1 .column .img1 p {
	padding: 0 10px;
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	border-radius: 13px;
}

.selfSufficiencyBlock .howtoPoint1 .column .img1 .actual {
	background-color: #9B9EA4;
	margin-bottom: 23px;
}

.selfSufficiencyBlock .howtoPoint1 .column .img1 .green {
	background-color: #80B927;
	color: #fff !important;
}

.selfSufficiencyBlock .howtoPoint1 .column .img1 .arrow {
	margin-bottom: 17px;
}

.selfSufficiencyBlock .howtoPoint1 .column .img1 {
	position: absolute;
	top: 40px;
	left: 0;
}

.selfSufficiencyBlock .howtoPoint1 .links .title {
	border-bottom: 1px solid var(--color-dgray);
	padding-bottom: 5px;
	margin-bottom: 1em;
}

.selfSufficiencyBlock .howtoPoint1 .links .title h6 {
	color: var(--color-dgray);
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-right: 1em;
}

.selfSufficiencyBlock .howtoPoint1 .links .title p {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	display: inline;
}

.selfSufficiencyBlock .howtoPoint1 .links .text {
	font-size: 14px;
	line-height: 1.7;
	font-weight: normal;
}

/* .selfSufficiencyBlock .howtoPoint1 .links ul {
    margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
}

.selfSufficiencyBlock .howtoPoint1 .links li {
	margin: 0 4px;
	width: 270px;
} */

.selfSufficiencyBlock .howtoPoint1 .links a {
	display: block;
	width: 20em;
	margin-left: auto;
	padding: .75em 0;
	color: #FFF;
	font-weight: bold;
	background: var(--blue-gradient);
	text-align: center;
	font-size: .85em;
	border-radius: 5px;
	position: relative;
}

.selfSufficiencyBlock .howtoPoint3 .figure {
	width: 760px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-around;
}

.selfSufficiencyBlock .howtoPoint3 .figure li {
	width: 355px;
	background-color: #fff;
}

.selfSufficiencyBlock .howtoPoint3 .figure li img {
	width: 100%;
	height: auto;
}

/* point */
.selfSufficiencyBlock .point {
	box-sizing: border-box;
	color: var(--color-orange);
	font-weight: bold;
	background-color: #fff;
	border: solid 1px;
	border-radius: 6px;
	width: 852px;
	margin: 0 auto;
	position: relative;
	padding: 16px 20px 16px 119px;
}

.selfSufficiencyBlock .point .title h6 {
	position: absolute;
	left: 20px;
	top: 20px;
}

.selfSufficiencyBlock .point li {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.58;
}

.selfSufficiencyBlock .howtoFooter {
	text-align: center;
}


/*==========================================================================
sp
==========================================================================*/

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

	.selfSufficiencyBlock .howtoMain {
		padding: 3vw 8vw 5vw;
		text-align: center;
	}

	.selfSufficiencyBlock .howtoMain .subTitle {
		margin: 0 auto 2em;
	}

	.selfSufficiencyBlock .howtoMain h3 img {
		width: 100%;
	}

	.selfSufficiencyBlock .howtoMain .img {
		position: static;
		width: 70%;
		margin-top: 5%;
	}

	/* howtoPoint */
	.selfSufficiencyBlock .howtoPoint {
		padding: 10vw 5vw;
	}

	.selfSufficiencyBlock .howtoPoint .article {
		display: block;
	}

	.selfSufficiencyBlock .howtoPoint h4 {
		padding-left: 4em;
		font-size: 1.5em;
	}

	.selfSufficiencyBlock .howtoPoint h4 img {
		width: 16vw;
		top: calc(50% - 9vw);
	}

	.selfSufficiencyBlock .howtoPoint .lead {
		width: 100%;
		margin-top: 1em;
	}

	.selfSufficiencyBlock .howtoPoint1 .column h5 {
		font-size: 1.2em;
		line-height: 2.5em;
	}

	.selfSufficiencyBlock .howtoPoint1 .column .columnbody {
		padding: 1.5em 0;
	}

	.selfSufficiencyBlock .howtoPoint1 .column .img1 {
		position: static;
		margin: 0 auto 2em;
	}

	.selfSufficiencyBlock .howtoPoint1 .links a {
		margin: 0 auto;
		font-size: .9em;
	}

	.selfSufficiencyBlock .howtoPoint3 .figure {
		width: 100%;
		flex-wrap: wrap;
		margin: 0;
	}

	.selfSufficiencyBlock .howtoPoint3 .figure li {
		width: 100%;
		margin-bottom: 5%;
	}

	/* point */
	.selfSufficiencyBlock .point {
		width: 100%;
		padding: 1.5em 1.5em 1em;

	}

	.selfSufficiencyBlock .point .title h6 {
		position: static;
		display: block;
		margin-bottom: .5em;
		text-align: center;
	}

	.selfSufficiencyBlock .point li {
		font-size: 1em;
	}
}