@charset "utf-8";
#supportList {
	-webkit-align-items: flex-start; /* Safari */
  	align-items: flex-start;
  	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap: wrap;
  	-webkit-justify-content: space-between; /* Safari */
  	justify-content: space-between;
}
#supportList li {
	width: 300px;
	margin-bottom: 105px;
}
#supportList li:last-child {
	margin-bottom: 0;
}
#supportList li div {
	-webkit-justify-content: flex-start; /* Safari */
  	justify-content: flex-start;
}
#supportList li figure {
	width: 60px;
	margin-right: 30px;
}
#supportList li figure img {
	width: 100%;
}
#supportList li h3 {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.0;
	display: block;
}
#supportList li h3 span {
	font-size: 12px;
	padding-top: 13px;
	display: block;
	color: #3d3d3d;
	letter-spacing: 0.2em;
}
#supportList li p {
	padding-top: 17px;
	font-size: 15px;
	line-height: 2.0;
	font-feature-settings : "palt" 1;
	letter-spacing: 0.058em;
	margin: 0;
}
#total {
	padding-top: 140px;
	padding-bottom: 145px;
	background-color: #e7f9f7;
}
#total figure.totalImg {
	width: 300px;
	margin: 0 auto;
}
#total figure.totalImg img {
	width: 100%;
	padding-bottom: 50px;
}
#total b {
	font-size: 31px;
	letter-spacing: 0.2em;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 90px;
	display: block;
	font-weight: 200;
	color: #00c1ae;
}
#total h1 {
	text-align: center;
	font-weight: 200;
	font-size: 42px;
	line-height: 1.78;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
}
#total p.totalTxt {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-align: center;
	margin-bottom: 90px;
}
#total ul {
	-webkit-justify-content: space-between; /* Safari */
  	justify-content:space-between;
  	-webkit-align-items: flex-start; /* Safari */
  	align-items:flex-start;
}
#total ul.secondline {
  	width: 690px;
  	margin: 70px auto 0 auto;
}
#total ul li {
	width: 21%;
}
#total ul.secondline li {
	width: 27%;
}
#total ul li figure {
	width: 150px;
	margin: 0 auto;
}
#total ul li figure img {
	width: 100%;
	padding-bottom: 25px;
}
#total ul li span {
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	padding-bottom: 13px;
	display: block;
}
#total ul li p {
	font-size: 15px;
	text-align: center;
	margin: 0;
	line-height: 2.0;
}

@media screen and (max-width: 375px) {
	.pageWrap h2  {
		margin: 0 auto 60px auto;
	}
	#supportList li {
		width: 100%;
		margin-bottom: 65px;
	}

	#supportList li p {
	}
	#supportList li h3 span {
	}
	#total {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#total h1 {
		font-size: 26px;
	}
	#total ul {
		-webkit-flex-wrap: wrap; /* Safari */
  		flex-wrap: wrap;
	}
	#total ul li,
	#total ul.secondline li {
		width: 50%;
		margin-bottom: 60px;
	}
	#total p.totalTxt {
		font-size: 15px;
		font-feature-settings : "palt" 1;
		text-align: left;
	}
	#total b {
		font-size: 28px;
		margin-bottom: 60px;
	}

	#total ul li span {
	}
	#total ul li p {
		font-size: 14px;
	}
	#total ul.secondline {
		width: 100%;
	}
	#total ul.secondline {
		margin: 0 auto;
	}
	br.pc {
		display: none;
	}
	
}
