@charset "UTF-8";

#contents {
}
	#contents .section {
	}
		#contents .section .inner {
			position: relative;
			width: 100%;
			max-width: 960px;
			margin: 0 auto;
			text-align: center;
		}

	#contents .section01 {
		padding: 30px 0 20px;
		margin-top: 50px;
	}
		#contents .section01 .inner {
		}
			#contents .section01 .inner h2 {
				margin-top: 20px;
			}
			#contents .section01 .inner .txt01 {
				margin-top: 10px;
				font-size: 16px;
				color: #91829d;
			}
				
			#contents .section01 .inner .txt02 {
				width: 500px;
				margin: 20px auto 0;
				text-align: right;
				color: #ff7bac;
			}
				
			#contents .section01 .inner .img01 {
				position: absolute;
				right: 50%;
				bottom: 20px;
				margin-right: -314px;
			}
			#contents .section01 .inner .bg02 {
				margin-top: 20px;
			}

	#contents .section02 {
		padding: 30px 0 20px;
	}
		#contents .section02 .inner {
			background: url(../img/s02_bg01.png) no-repeat center top;
			min-height: 560px;
			padding: 112px 0 0;
		}
			#contents .section02 .inner h2 {
				font-size: 18px;
				font-weight: normal;
			}
			#contents .section02 .inner .txt01 {
				padding-top: 16px;
			}
				#contents .section02 .inner .txt01 span{
					color:#0F8A66;
				}
			#contents .section02 .inner .txt02 {
				width: 400px;
				margin: 20px auto 0;
				text-align: right;
				color: #ff7bac;
			}
			#contents .section02 .inner .btn01 {
				width: 640px;
				margin: 20px auto 0;
				text-align: right;
			}
				#contents .section02 .inner .btn01 a {
					display: block;
					margin-right: 30px;
				}
			#contents .section02 .inner .img01 {
				position: absolute;
				left: 50%;
				bottom: -20px;
				margin-left: -460px;
			}
			#contents .section02 .inner .img02 {
				position: absolute;
				top: -10px;
				right: 50%;
				margin-right: -380px;
			}

	#contents .section03 {
		padding: 10px 0 90px;
	}
		#contents .section03 .inner {
			background: url(../img/s03_bg01.png) no-repeat center top;
			min-height: 340px;
			padding: 45px 0 0;
		}
			#contents .section03 .inner h2 {
				font-size: 18px;
				font-weight: normal;
			}
			#contents .section03 .inner .txt01 {
				padding-top: 25px;
				line-height: 1.6;
			}
			#contents .section03 .inner .btn01 {
				position: absolute;
				right: 50%;
				bottom: -80px;
				margin-right: -380px;
			}
				#contents .section03 .inner .btn01 a {
					display: block;
				}

	#contents .section04 {
		background: url(../img/s04_bg01.png) no-repeat center top;
	}
		#contents .section04 .inner {
			min-height: 470px;
			padding: 50px 0 0;
		}
			#contents .section04 .inner .txt01 {
				padding-top: 25px;
				line-height: 1.6;
			}
			#contents .section04 .inner .img01 {
				position: absolute;
				top: 140px;
				left: 50%;
				margin-left: -360px;
			}
			#contents .section04 .inner .img02 {
				position: absolute;
				top: 260px;
				right: 50%;
				margin-right: -300px;
			}

	#contents .section05 {
		padding: 30px 0;
	}
		#contents .section05 .inner {
		}
			#contents .section05 .inner h2 {
				background: url(../img/s05_bg01.png) no-repeat center top;
				min-height: 76px;
				font-size: 18px;
				font-weight: normal;
				padding-top: 10px;
			}
			#contents .section05 .inner .box {
				padding: 20px 0 10px;
			}
				#contents .section05 .inner .box h3 {
					font-size: 20px;
					font-weight: normal;
					color: #0071bc;
					line-height: 70px;
				}
				#contents .section05 .inner .box p {
					padding-top: 15px;
					line-height: 1.6;
				}
			#contents .section05 .inner .txt01 {
				padding-top: 40px;
			}

	#contents .section06 {
		padding: 30px 0 30px;
	}
		#contents .section06 .inner {
			background: url(../img/s06_bg01.png) no-repeat center top;
			min-height: 338px;
			padding: 45px 0 0;
		}
			#contents .section06 .inner .txt01 {
				line-height: 1.6;
			}
			#contents .section06 .inner .txt02 {
				padding-top: 20px;
				color: #ff7bac;
			}
			#contents .section06 .inner .btn01 {
				padding-top: 20px;
			}
				#contents .section06 .inner .btn01 a {
					display: block;
					transition: all .3s ease;
				}
				#contents .section06 .inner .btn01 a:hover {
					opacity: .7;
				}
			#contents .section06 .inner .img01 {
				position: absolute;
				left: 50%;
				bottom: 40px;
				margin-left: -250px;
			}
	#contents .section07 {
		padding: 30px 0 30px;
	}
		#contents .section07 .inner h2{
			font-size:20px;
			margin:30px;
		}
		#contents .section07 .inner .if_txt{
		}
			
		#contents .section07 .inner .text_foot{
			color:#FF7BAC;
			font-weight:bold;
			margin:30px;
			font-size:18px;
		}
		#contents .section07 .inner .text_p{
			font-size:12px;
		}
.link-btn{
  text-align: center;
}
@media screen and (max-width: 639px) {

#contents {
}

	#contents .section01 {
		padding: 30px 0 20px;
	}
		#contents .section01 .inner {
		}
			#contents .section01 .inner .bg01 {
				padding: 0 10px;
			}
			#contents .section01 .inner h2 {
			}
				#contents .section01 .inner h2 img {
					width: 149px;
				}
			#contents .section01 .inner .txt01 {
				font-size: 14px;
				padding: 0 20px;
			}
			#contents .section01 .inner .txt02 {
				width: 100%;
				margin: 10px auto 0;
				padding-right: 50px;
			}
			#contents .section01 .inner .img01 {
				position: absolute;
				right: 20px;
				bottom: 25px;
				margin-right: 0;
			}
				#contents .section01 .inner .img01 img {
					width: 25px;
				}
			#contents .section01 .inner .bg02 {
				margin-top: 10px;
				padding: 0 10px;
			}

	#contents .section02 {
		padding: 30px 0 20px;
	}
		#contents .section02 .inner {
			background: url(../img/s02_bg01.png) no-repeat center top;
			background-size: auto 100%;
			min-height: auto;
			padding: 50px 0 10px;
		}
			#contents .section02 .inner .txt01 {
				padding: 16px 10px 0;
			}
			#contents .section02 .inner .txt02 {
				width: 100%;
				margin: 10px auto 0;
				padding-right: 10px;
			}
			#contents .section02 .inner .btn01 {
				width: 100%;
				margin: 20px auto 0;
				text-align: center;
				}
				#contents .section02 .inner .btn01 a {
					margin-right: 0;
				}
					#contents .section02 .inner .btn01 a img {
						width: 208px;
					}
			#contents .section02 .inner .img01 {
				position: absolute;
				left: 0;
				bottom: -20px;
				margin-left: -20px;
				z-index: -1;
		}
				#contents .section02 .inner .img01 img {
					width: 155px;
				}
			#contents .section02 .inner .img02 {
				position: absolute;
				top: -10px;
				right: 0;
				margin-right: -20px;
				z-index: -1;
			}
				#contents .section02 .inner .img02 img {
					width: 125px;
				}

	#contents .section03 {
	}
		#contents .section03 .inner {
			background: url(../img/s03_bg01.png) no-repeat center top;
			background-size: auto 100%;
			min-height: auto;
			padding: 40px 0 60px;
		}
			#contents .section03 .inner .txt01 {
				padding-top: 15px;
			}
			#contents .section03 .inner .btn01 {
				position: absolute;
				right: 0;
				margin-top: -20px;
				margin-right: 0;
				text-align: right;
			}
				#contents .section03 .inner .btn01 img {
					width: 210px;
				}

	#contents .section04 {
		background: url(../img/s04_bg01.png) no-repeat center top;
		background-size: auto 100%;
	}
		#contents .section04 .inner {
			min-height: auto;
			padding: 40px 0;
		}
			#contents .section04 .inner h2 {
				padding: 0 10px;
			}
				#contents .section04 .inner h2 img {
					max-width: 560px;
				}
			#contents .section04 .inner .txt01 {
				padding-top: 25px;
				line-height: 1.6;
			}
			#contents .section04 .inner .img01 {
				position: absolute;
				top: 50%;
				left: 0;
				margin-top: -20px;
				margin-left: 20px;
			}
				#contents .section04 .inner .img01 {
					width: 43px;
				}
			#contents .section04 .inner .img02 {
				position: absolute;
				top: 50%;
				right: 0;
				margin-top: 20px;
				margin-right: 20px;
			}
				#contents .section04 .inner .img02 {
					width: 48px;
				}

	#contents .section05 {
	}
		#contents .section05 .inner {
		}
			#contents .section05 .inner h2 {
				background: url(../img/s05_bg01.png) no-repeat center top;
				background-size: auto 100%;
				min-height: auto;
				font-size: 18px;
				padding: 0 0 20px;
			}
			#contents .section05 .inner .box {
				padding: 20px 0 10px;
			}
				#contents .section05 .inner .box h3 {
					font-size: 18px;
					line-height: 35px;
				}
					#contents .section05 .inner .box h3 img {
						width: 35px;
					}
				#contents .section05 .inner .box p {
					padding: 15px 10px 0;
					text-align: left;
				}
					#contents .section05 .inner .box p .pc {
						display: none;
					}
			#contents .section05 .inner .txt01 {
				padding: 20px 10px 0;
			}
				#contents .section05 .inner .txt01 img {
					max-width: 475px;
				}


	#contents .section06 {
		padding: 10px 0 30px;
	}
		#contents .section06 .inner {
			background: url(../img/s06_bg01.png) no-repeat center top;
			background-size: 100% 100%;
			min-height: auto;
			padding: 45px 20px;
		}
			#contents .section06 .inner .btn01 {
			}
					#contents .section06 .inner .btn01 a img {
						width: 208px;
					}
			#contents .section06 .inner .img01 {
				position: absolute;
				left: 0;
				bottom: 40px;
				margin-left: 20px;
			}
				#contents .section06 .inner .img01 img {
					width: 39px;
				}
		#contents .section07 .inner .if_txt img{
			width:80%;
		}
}
