  @charset "utf-8";
/* ----inquiry---- */
#inquiry {
	margin: 60px 0 50px 0;
}

.inquiry_border {
	padding: 30px;
	border: 5px solid #eaeaeb;
	box-sizing: border-box;
}
#inquiry h3 {
	text-align: center;
	position: relative;
}
#inquiry h3::after {
  content: '';
  width: 60px;
  height: 2px;
  display: inline-block;
  background-color: #f19716;
  position: absolute;
  bottom: -20px;
  left: 0;
	right: 0;
	margin: auto;
}

#inquiry .inquiry_content {
	display: flex;
	align-items: center;
	margin-top: 35px;
  justify-content: space-between;
}
#inquiry .inquiry_text div {
	display: flex;
}

#inquiry .inquiry_img {
  width: 150px;
}
#inquiry .inquiry_img img {
  width: 100%;
}

#inquiry .inquiry_text {
	font-size: 11px;
}
#inquiry .tel {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
}
#inquiry .tel::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(/wp/wp-content/themes/ios/common/img/icon_tel.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: baseline;
  margin-right: 7px;
}

.inquiry_botton {
	width: 260px;
	height: 50px;
	background-color: #f19716;
	display: block;
	text-align: center;
	line-height: 50px;
	position: relative;
	box-sizing: border-box;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.inquiry_botton:hover {
	background-color: #fff;
	border: 1px solid #f19716;
}
.inquiry_botton a {
	color: #fff;
	display: block;
}
.inquiry_botton a:hover {
	color: #f19716;
}
.inquiry_botton a::after {
content: "";
width: 7px;
height: 7px;
position: absolute;
bottom: 0;
top: 0;
right: 13px;
margin: auto;
background-color: transparent;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.inquiry_botton a:hover::after {
	border-bottom: 2px solid #f19716;
	border-right: 2px solid #f19716;
}
@media (max-width: 767px) {
	.inquiry_botton:hover {
		background-color: #f19716;
		border: transparent;
	}
	.inquiry_botton a:hover {
		color: #fff;
	}
	.inquiry_botton a:hover::after {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
/*
****     SP     ***
**/
@media (max-width: 767px) {
	#inquiry {
		margin: 50px 0 0 0;
	}
	.inquiry_border {
		padding: 45px 0 0 0;
		border: none;
		border-top: 5px solid #eaeaeb;
	}
	#inquiry .top_text {
		text-align: left;
		margin-top: 55px;
		margin-bottom: 5px;
	}

  #inquiry .inquiry_content {
    display: block;
    text-align: center;
    padding: 0 35px;
  }
  #inquiry .tel {
    margin-top: 30px;
  }
  .inquiry_botton {
    margin: auto;
    margin-top: 25px;
    width: 100%;
  }
	#inquiry .inquiry_img {
		margin: auto;
		width: 200px;
	}
}