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

	 z-index
   1  body .site
*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 9rem;
	padding-bottom: 6rem;
  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%;
	border-bottom: 1px solid #000;
}
#content .top-area .frame .title div p{
	font-size: 20px;
	text-align: right;
}
#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: 200px;
		margin-left: 2rem;
	}
	#content .top-area .frame .title div:first-of-type:before {
		width: 107px;
		height: 107px;
	}
	#content .top-area .frame .title div h2 {
		font-size: 38px;
	}
}

/************** フォーム **************/
.form{
	max-width: 800px;
	width: auto;
	margin: 0 auto;
	margin-bottom: 5rem;
}
.mw_wp_form form p.comment {
	text-align: center;
	line-height: 300%;
  margin-bottom: 3rem;
}
.form .frame .box{
	margin-bottom: 1.5rem;
}
.form .frame .box p{
  font-size: 18px;
	margin-bottom: 0.5rem;
}
.form .frame .box p span{
	color: #FFF;
	background-color: #FF0000;
  font-size: 12px;
	padding: 0 0.3rem;
  border-radius: 5px;
  margin-left: 0.5rem;
}
.mw_wp_form .vertical-item{
	padding: 0.5rem 0.8rem;
  background-color: #FFC47D;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0 !important;
	padding-top: 0;
}
.form .frame .box div{
	border-radius: 5px;
	overflow: hidden;
}
.form .frame .box input,
.form .frame .box textarea,
.mw_wp_form_preview .frame .box div{
	padding: 0.5rem 0.8rem;
  font-size: 16px;
  border: 0;
	background-color: #FFC47D;
}
.form .frame .button{
	text-align: center;
	margin-top: 3rem;
}
.form .frame .button input{
	background-image: unset;
	background-color: #5CE6FF;
	font-size: 18px;
	border: 0;
	padding: 0.5rem 3rem;
  color: #404040;
}
.mw_wp_form_complete > p {
	text-align: center;
	line-height: 200%;
  margin-bottom: 1rem;
}
.mw_wp_form_complete .back {
  font-size: 20px;
  max-width: 300px;
  width: auto;
	margin: 0 auto;
	margin-top: 3rem;
  text-align: center;
}
.mw_wp_form_complete .back a {
  display: block;
  background-color: #5CE6FF;
  border-radius: 30px;
  padding: 1rem 0;
}
@media screen and (max-width:767px) {
	.form{
		margin-left: 2rem;
		margin-right: 2rem;
	}
}