@charset "utf-8";

.cms-posts table.contact_table{
	width: 100%;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #000;
	margin: 30px auto 50px;
}
.cms-posts table.contact_table th{
	font-weight: bold;
	padding: 1em;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #000;
	text-align: left;
	width: 10em;
	background: none;
	color: #000;
}
.cms-posts table.contact_table td{
	padding: 1em;
	border: 0;
	border-bottom: 1px solid #000;
	position: relative;
	padding-left: 70px;
	background: none;
}
.cms-posts table.contact_table td.required:before{
	content: "必須";
	border-radius: 3px;
	padding: 3px 0;
	background: #FF9100;
	font-size: 0.713em;
	color: var(--color-textLight);
	margin-right: 1.5em;
	width: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px){
	table.smartphone{
		display: block;
		width: 100%;
	}
	table.smartphone thead{
		display: none;
	}
	table.smartphone tbody{
		display: block;
		width: 100%;
	}
	table.smartphone tr{
		display: block;
		margin-bottom: 1.5em;
		width: 100%;
	}
	table.smartphone th,
	table.smartphone td{
		display: list-item;
		width: 100%;
		padding: 5px 10px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		border: 0;
	}
	table.smartphone th{
		list-style-type: none;
		display: block;
		background: #ededed;
		color: var(--color-textNormal);
	}

	table.smartphone td{
		margin-left: 0;
		list-style-type: none;
		border: 0;
		padding-left: 25px;
	}

	.cms-posts table.contact_table td{
		position: static;
		padding-left: 25px;
	}
	.cms-posts table.contact_table td.required:before{
		position: static;
		display: block;
		transform: none;
		margin-bottom: 3px;
	}

	.form input[type=text],
	.form input[type=tel],
	.form input[type=email],
	.form textarea{
		background: #FFF;
		border: 1px solid #ededed;
	}
}

/*form
************************************************************************************/
.error_msg{
	color:#F00;
}
.privacyBox{
	padding: 2em 0;
	text-align: center;
}
.wpcf7-list-item{
	margin: 0 1em 0 0;
}

/* エリア・学区から探す用
------------------------------------------*/
.form table.formstd{
	width: 100%;
	border: 0;
}
.form table.formstd th{
	padding: 15px 15px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.form table.formstd td{
	padding: 15px 15px;
	vertical-align: top;
}

.form .frame_region .msg{
	font-size: 90%;
	color: #999;
}
.form .box_city{
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}
.form .box_city:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.form .frame_region .region_name{
	position: relative;
	text-align: center;
	font-size: 1em;
}
.form .frame_region .region_name::before {
	background-color: #1e90ff;
	border-radius: 5px;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 30px;
}
.form .index_gr{
	display: grid;
	grid-template-columns: 2em 1fr;
	grid-template-rows: auto;
	column-gap: 10px;
	row-gap: 10px;
	align-items: stretch;
	border-bottom: 1px dotted #bbb;
}
.form .index_gr .i_char{
	width: 1em;
	background-color: #2e8bd8;
	border-radius: 3px;
	line-height: 1;
	color: #FFF;
	padding: 5px;
	margin: 3px 0;
}




/*form
----------------------------------------------------------------------*/
.form .note_caution{
	font-weight: bold;
	color: #FF0004;
}

.form td li{
	display: inline-block;
	padding: 0 15px 0 0;
}
.form td p:first-child{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.form td p{
	padding-bottom: 1em;
}
.form td p:last-child{
	padding-bottom: 0;
}

.form input{
	margin: 2px;
	padding: .5em;
	background: #f6f6f6;
	border: 0;
	outline: none;
}
.form input:focus,
.form select:focus,
.form textarea:focus{
	outline: none;
	box-shadow: 0px 0px 15px -5px #7a7a7a;
	background: #f1f1f1;
}


.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=url]{
	width: 450px;
}

.form input.l[type=text]{
	width: 100%;
	box-sizing: border-box;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 200px;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 100px;
}

.form input.zip{
	width: 100px;
}

.form label{
	padding-right: 1em;
}

.form textarea{
	width: 500px;
	height: 150px;
	padding: 15px;
	background: #f6f6f6;
	border: 0;
}
.form textarea.l{
	width: 100%;
	box-sizing: border-box;
}

.form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .7em 40px .7em .7em;
	background: url("../img/common/ar_dwn.svg") no-repeat right 15px center #f6f6f6;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	border: 0;
	margin: 5px 0;
}

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.btnSend input[type=submit]{
	padding: 15px 3em;
	background: var(--color-point);
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}
.btnSend input[type=submit]:disabled{
	background: #ccc;
}
.btnSend button{
	padding: 15px 3em;
	background: var(--color-point);
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}
.btnSend button.reset{
	background: #B8B8B8;
}


.btnSend2 {
	padding-top: 20px;
	text-align: right;
}
.btnSend2 button{
	padding: 8px 2em;
	background: #10b5ab;
	color: #fff;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}
.btnSend2 .note{
	margin-top: 5px;
	color: #999;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}


@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
.form input{
	padding: 15px 1%;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=url]{
	width: 100%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 50%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 30%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.form textarea{
	width: 100%;
	padding: 5px 1%;
	height: 150px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form select{
	padding: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 20px 40px 20px 15px;
	background: url("../../common/img/common/ar_black_dwn.svg") no-repeat right 15px center #e6f2f7;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	border: 0;
}
.btnSend input[type=submit]{
	padding: 15px 0;
	width: 95%;
	background: var(--color-point);
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}
}

/*step flow
************************************************************************************/
.stepbar {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.stepbar > li {
  list-style-type: none;
  width: 100%;
  max-width: calc(100% / 5);
  display: flex;
}

.stepbar > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #10b5ab;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.stepbar > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #10b5ab;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stepbar > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #10b5ab;
  position: relative;
}

.stepbar > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #10b5ab;
  border-right: 4px solid #10b5ab;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stepbar > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  color: #10b5ab;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.stepbar > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
  .stepbar {
    gap: 20px;
  }
  .stepbar > li {
    max-width: unset;
    display: block;
  }
  .stepbar > li:not(:first-child) dl::before {
    display: none;
  }
}