@charset "UTF-8";

.wrap {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}
.contents {
	padding: 0 100px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 1280px) {
  .contents {
		padding: 0 40px;
	}
}
@media screen and (max-width: 768px) {
  .contents {
		padding: 0 30px;
	}
}


#box12 {
  padding: 120px 0;
}

#box12 .white {
  padding: 57px 60px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #009B73;
}

#box12 h1 {
	font-size: 50px;
	color: #009B73;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

#box12 .flex {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

#box12 .flex .tel {
  width: 400px;
}

#box12 .flex .mail {
  width: 500px;
}

#box12 .flex h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
}

#box12 .flex .tel h2 {
  background: url("../images/icon-tel.png") no-repeat center left;
  background-size: 40px auto;
}

#box12 .flex p.tel {
  padding-top: 10px;
  line-height: 1.5;
}

#box12 .flex .mail h2 {
  background: url("../images/icon-mail.png") no-repeat center left;
  background-size: 40px auto;
}

#box12 .flex .tel .privacy {
  height: 220px;
  margin-top: 50px;
  border-radius: 3px;
  overflow: scroll;
  border: 1px solid #E8DDC6;
  padding: 20px;
}

#box12 .flex .tel .privacy h3 {
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 2px solid #009B73;
}

#box12 .flex .tel .privacy p {
  margin-top: 1em;
}

#conform {
	max-width: 720px;
	margin: 58px auto 0;
}

#conform .line p {
	font-weight: 700;
  font-size: 18px;
}

#conform .con {
	font-size: 18px;
}

#conform input[type="text"],
#conform textarea,
#conform input[type="email"],
#conform input[type="tel"] {
  background: #F2F2F2;
  margin-top: 10px;
  border-radius: 3px;
  font-weight: 500;
  border: none;
  font-size: 18px;
  height: 40px;
  min-width: 90px;
  padding: 0 0.5em;
}

#conform textarea {
  height: 200px;
  padding: 0.5em 0.5em;
  width: 100%;
}

#conform input.w100 {
  width: 100%;
}

#conform input[type=submit],
#conform button[type=submit] {
  cursor: pointer;
  background: #E74C3C url("../images/arrow2.png") no-repeat calc(100% - 20px) center / 8px 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 57px auto 0;
  border: 0;
  font-size: 22px;
  font-weight: 700;
  display: block;
  border-radius: 5px;
	padding: 0;
  height: 58px;
}

#conform .line .title {
  margin: 20px 0 6px;
  gap: 14px;
  align-items: baseline;
  display: flex;
}

#conform .line .title p {
  line-height: 30px;
}

#conform .line .rec,
#conform .line .any {
  background: #009B73;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 60px;
  margin-top: 8px;
  display: inline-block;
  height: 24px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 12px;
}

#conform .line .any {
  background: #0098D8;
  color: #fff;
}

@media screen and (max-width: 1080px) {
	#box12 .white {
		padding-bottom: 60px;
	}
  #box12 .flex {
    position: relative;
    padding-bottom: 300px;
    flex-wrap: wrap;gap:60px;
		padding-top: 40px;
	}
  #box12 .flex .item {
		width: 100%;
	}
  #box12 .privacy {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	#box12 {
		padding: 80px 0;
	}
	#box12 h1 {
		font-size: 28px;
	}
  #box12 .flex {
		padding-bottom: 280px;
	}
  #box12 .white {
		padding: 0; border:none;background: none;
	}
	#conform {
		margin-top: 36px;
	}
  #conform input[type="text"], #conform textarea, #conform input[type="email"], #conform input[type="tel"] {
    height: 60px;
    border: 1px solid #E8DDC6;
    background: #fff;
	}
  #conform textarea {
		height: 200px;
	}
  #box12 .privacy {
		background: #fff;
	}
	#conform input[type=submit], #conform button[type=submit] {
		width: 90%;
		margin-top: 40px;
		font-size: 16px;
	}
}

@media screen and (min-width: 480px) {
	a,#conform input[type=submit] {
		transition: .25s all;
	}
  a:hover,#conform input[type=submit]:hover {
		opacity: 0.6;
	}
}