/*
   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px
   メイン　600px

	 z-index
   1  body .site
*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 9rem;
	padding-bottom: 7rem;
  margin-bottom: 3rem;
}
#content .top-area .frame::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
  height: 100%;
	background-color: #A2F1D9;
	border-radius: 0 30px 30px 0;
	z-index: -1;
}
#content .top-area .frame .title div:first-of-type{
	padding-top: 1rem;
	position: relative;
}
#content .top-area .frame .title div:first-of-type:before{
	content: "";
	position: absolute;
	top: 0;
	left: -2rem;
	width: 127px;
	height: 127px;
	background-color: #FFC47D;
	border-radius: 50%;
}
#content .top-area .frame .title div h2{
	font-size: 71px;
	font-weight: normal;
	line-height: 110%;
}
#content .top-area .frame .title div p{
	font-size: 20px;
	text-align: right;
	position: absolute;
	top: 6rem;
	left: 0;
	width: 100%;
	border-top: 1px solid #000;
}
#content .top-area .frame .title .img{
	flex-basis: 40%;
}
@media screen and (min-width:768px) {
	#content .top-area .frame .title{
		position: relative;
	}
}
@media screen and (max-width:767px) {
	#content .top-area .frame {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	#content .top-area .frame::before {
		width: 80%;
	}
	#content .top-area .frame .title {
		display: block;
	}
	#content .top-area .frame .title div:first-of-type {
		width: 270px;
		margin-left: 2rem;
		margin-bottom: 3rem;
	}
	#content .top-area .frame .title div:first-of-type:before {
		width: 107px;
		height: 107px;
	}
	#content .top-area .frame .title div h2 {
		font-size: 38px;
	}
	#content .top-area .frame .title div p {
		top: 4rem;
	}
}

/************** フォーム **************/
.privacy{
	max-width: 800px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 5rem;
}
.privacy h3{
	font-size: 18px;
	margin-top: 3rem;
  margin-bottom: 1rem;
}
.privacy ol {
	list-style: decimal;
	list-style-position: inside;
}
.privacy ol li{
	text-indent: -1em;
  margin-left: 1rem;
	margin-bottom: 0.5rem;
	text-align: justify;
}
@media screen and (max-width:767px) {
	.privacy{
		margin-left: 2rem;
		margin-right: 2rem;
	}
}