@charset "UTF-8";


	
	
/* supporting
--------------------- */
#supporting {
	background: #2A2A2A;
}
	#supporting .read {
		width: 55%;
		margin-bottom: 80px;
	}

	#supporting .area {
		position: relative;
	}
		#supporting .area .mainpht {
			border-radius: 10px;
			overflow: hidden;
		}

		#supporting .area .list .box {
			width: 37%;
			background: #fff;
			border-radius: 10px;
			padding: 30px;
		}
		#supporting .area .list .box:nth-child(1) {
			width: 30%;
			position: absolute;
			top: -230px;
			right: 7%;
		}
		#supporting .area .list .box:nth-child(2) {
			margin-top: -100px;
			margin-left: 7%;
		}
		#supporting .area .list .box:nth-child(3) {
			margin-top: -100px;
			margin-right: 7%;
		}
			#supporting .area .list .box .pht {
				border-radius: 10px;
				overflow: hidden;
				position: relative;
			}
				#supporting .area .list .box .pht span {
					display: block;
					width: 95px;
					height: 28px;
					overflow: hidden;
					border-radius: 0 0 10px 0;
					background: #D6C46A;
					font-size: 1.4rem;
					font-weight: 500;
					color: #fff;
					text-align: center;
					line-height: 29px;
					position: absolute;
					top: 0;
					left: 0;
				}
				#supporting .area .list .box:nth-child(1) .pht span {
					background: #F0EACD;
					font-weight: 500;
					color: #242424;
				}

			#supporting .area .list .box h3 {
				font-size: 2.2rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-top: 15px;
				margin-bottom: 6px;
			}

			#supporting .area .list .box p {
				font-size: 1.4rem;
				line-height: 1.6em;
			}
@media screen and (max-width: 1024px) {
	#supporting .read {
		margin-bottom: 50px;
	}

	#supporting .area {
		position: relative;
	}
			#supporting .area .list .box {
				padding: 25px;
			}
			#supporting .area .list .box:nth-child(1) {
				top: -260px;
				right: 6%;
			}
			#supporting .area .list .box:nth-child(2) {
				margin-top: -50px;
				margin-left: 6%;
			}
			#supporting .area .list .box:nth-child(3) {
				margin-top: -50px;
				margin-right: 6%;
			}
				#supporting .area .list .box .pht {
					border-radius: 10px;
					overflow: hidden;
					position: relative;
				}
					#supporting .area .list .box .pht span {
						width: 85px;
						height: 24px;
						font-size: 1.3rem;
						line-height: 26px;
					}

				#supporting .area .list .box h3 {
					font-size: 2.0rem;
				}

				#supporting .area .list .box p {
					font-size: 1.3rem;
				}
}
@media screen and (max-width: 768px) {
	#supporting .read {
		width: 100%;
		margin-bottom: 30px;
	}

	#supporting .area {
		position: relative;
	}
			#supporting .area .list {
				display: block;
			}
			#supporting .area .list .box {
				width: 100%;
				padding: 20px;
			}
			#supporting .area .list .box:nth-child(1) {
				width: 70%;
				position: static;
				margin: -50px auto 0 auto;
			}
			#supporting .area .list .box:nth-child(2) {
				margin-top: 30px;
				margin-left: 0;
			}
			#supporting .area .list .box:nth-child(3) {
				margin-top: 30px;
				margin-right: 0;
			}
				#supporting .area .list .box h3 {
					font-size: 1.8rem;
					margin-top: 17px;
					margin-bottom: 8px;
				}
}








































	
	


	
