@charset "UTF-8";






/* pagetitle
----------------------------*/
#pagetitle .pht {
	max-width: 725px;
	margin: 50px auto 30px auto;
}
@media screen and (max-width: 767px) {
	#pagetitle .pht {
		max-width: 725px;
		margin: 10px auto 0 auto;
	}
}






/* read
----------------------------*/
#read h2 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 30px;
}
#read .txt {
	text-align: center;
}
@media screen and (max-width: 767px) {
	#read h2 {
		font-size: 1.7rem;
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	
	#read .txt {
		text-align: left;
	}
}






/* btn-other
----------------------------*/
.btn-other {
	width: 410px;
	margin: 40px auto 0 auto;
}
	.btn-other a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		border-radius: 25px;
		font-size: 1.6rem;
		text-align: center;
		color: #fff;
		line-height: 1;
		font-weight: 700;
	}
	.btn-other.green a {
		background: #04C755
	}
	.btn-other.black a {
		background: #2E2A28;
	}
	.btn-other.green a:hover {
		background: #2E2A28;
	}
	.btn-other.black a:hover {
		background: #488299;
	}
@media screen and (max-width: 1024px) {
	.btn-other {
		width: 310px;
		margin: 30px auto 0 auto;
	}
		.btn-other a {
			height: 48px;
			border-radius: 24px;
			font-size: 1.5rem;
		}
}
@media screen and (max-width: 767px) {
	.btn-other {
		width: 70%;
		margin: 25px auto 0 auto;
	}
		.btn-other a {
			height: 46px;
			border-radius: 23px;
			font-size: 1.4rem;
			line-height: 1.3em;
		}
}






/* pickup
----------------------------*/
#pickup {
	background: #F9F7F6;
	padding: 70px 0;
}
	#pickup .box {
		width: 31%;
		background: #fff;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
		text-align: center;
		padding: 25px 30px;
	}
	#pickup .box:nth-child(3n) {
		margin-right: 0;
	}
	#pickup .box:nth-child(4),
	#pickup .box:nth-child(5),
	#pickup .box:nth-child(6) {
		margin-bottom: 0;
	}
		#pickup .box .en {
			font-size: 1.6rem;
			line-height: 1;
			margin-bottom: 15px;
		}

		#pickup .box .icon {
			width: 110px;
			margin: 0 auto 20px auto;
		}

		#pickup .box h3 {
			font-size: 2.2rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-bottom: 10px;
		}
@media screen and (max-width: 1024px) {
	#pickup {
		padding: 60px 0;
	}
		#pickup .box {
			padding: 20px 25px;
		}
			#pickup .box .en {
				font-size: 1.4rem;
				margin-bottom: 12px;
			}

			#pickup .box .icon {
				width: 100px;
				margin: 0 auto 15px auto;
			}

			#pickup .box h3 {
				font-size: 1.8rem;
			}
}
@media screen and (max-width: 767px) {
	#pickup {
		padding: 60px 0;
	}
		#pickup .box {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 4%;
			padding: 20px 15px;
		}
		#pickup .box:nth-child(3n) {
			margin-right: 4%;
		}
		#pickup .box:nth-child(4) {
			margin-bottom: 4%;
		}
		#pickup .box:nth-child(2n) {
			margin-right: 0;
		}
			#pickup .box .en {
				font-size: 1.2rem;
				margin-bottom: 12px;
			}

			#pickup .box .icon {
				width: 50%;
				margin: 0 auto 12px auto;
			}

			#pickup .box h3 {
				font-size: 1.5rem;
				letter-spacing: 0;
			}

			#pickup .box .txt {
				font-size: 1.2rem;
				letter-spacing: 0;
			}
				#pickup .box .txt br {
					display: none;
				}
}






/* id
----------------------------*/
#id .pht {
	max-width: 725px;
	margin: 0 auto 40px auto;
}

#id .txt {
	text-align: center;
}
	#id .txt span {
		font-size: 1.4rem;
	}

#id .btn-line-img {
	max-width: 382px;
	margin: 30px auto 12px auto;
}
@media screen and (max-width: 767px) {
	#id .pht {
		max-width: 725px;
		margin: 0 auto 25px auto;
	}
	
	#id .txt span {
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	#id .btn-line-img {
		width: 70%;
		margin: 25px auto 10px auto;
	}
}






/* method
----------------------------*/
#method {
	background: #F9F7F6;
	padding: 70px 0;
}
	#method .whitebox {
		background: #fff;
		padding: 70px;
		text-align: center;
	}
		#method .whitebox h2 {
			font-size: 3.2rem;
			font-weight: 500;
			line-height: 1.3em;
		}

		#method .whitebox .cell {
			margin-top: 50px;
		}
			#method .whitebox .cell h3 {
				font-size: 2.0rem;
				font-weight: 500;
				line-height: 1.3em;
				margin-bottom: 18px;
			}

			#method .whitebox .cell .btn-other {
				margin-top: 0;
			}

			#method .whitebox .cell .btn-line-img {
				max-width: 382px;
				margin: 20px auto 12px auto;
			}

			#method .whitebox .cell .txt span {
				font-size: 1.4rem;
			}

			#method .whitebox .cell ul.list {
				margin-top: 30px;
			}
				#method .whitebox .cell ul.list li {
					margin-top: 13px;
				}
@media screen and (max-width: 1024px) {
	#method {
		padding: 60px 0;
	}
		#method .whitebox {
			padding: 60px 40px;
		}
}
@media screen and (max-width: 767px) {
	#method {
		padding: 60px 0;
	}
		#method .whitebox {
			padding: 40px 0;
		}
			#method .whitebox h2 {
				font-size: 2.4rem;
			}

			#method .whitebox .cell {
				margin-top: 35px;
			}
				#method .whitebox .cell h3 {
					font-size: 1.7rem;
					margin-bottom: 12px;
				}

				#method .whitebox .cell .btn-other {
					margin-top: 0;
				}

				#method .whitebox .cell .btn-line-img {
					width: 70%;
					margin: 20px auto 12px auto;
				}

				#method .whitebox .cell .txt span {
					font-size: 1.2rem;
					letter-spacing: 0;
				}

				#method .whitebox .cell ul.list {
					margin-top: 25px;
				}
}






/* attention
----------------------------*/
#attention {
	background: #F9F7F6;
	padding-top: 10px;
	padding-bottom: 100px;
}
	#attention h2 {
		font-size: 3.2rem;
		font-weight: 500;
		line-height: 1.3em;
		text-align: center;
		margin-bottom: 30px;
	}

	#attention .txt {
		max-width: 940px;
		margin: 0 auto;
	}
@media screen and (max-width: 767px) {
	#attention {
		padding-top: 0;
		padding-bottom: 70px;
	}
		#attention h2 {
			font-size: 2.4rem;
			margin-bottom: 20px;
		}
}





















