/* CSS Document */

/* Flexible Images */

img {
	max-width: 100%;
	height: auto;
	width/***/
	: auto;
}
submit {
	-webkit-appearance: none;
}
input.bukken {
	padding: 0;
	margin: 0 5px 0 0;
}
h1,h2{
  font-weight: bold;
}
p{
  margin: auto;
}
.bukken_box span {
	display: block;
}

#inputform label p.m0{margin: 0;}
/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", MS PGothic, sans-serif;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
body>#wrap {
	height: auto;
	box-sizing: border-box;
}
a:link {
	text-decoration: none;
}
/*contents*/

.inner {
	margin: 80px auto;
	max-width: 1000px;
	width: 100%;
}
.inner h2 {
	font-size: 28px;
}
.inner p.cl_txt {
	text-align: left;
	display: inline-block;
	margin: 20px 0 40px;
}
.inner p>a {
	color: #1a1a1a;
	text-decoration: underline;
	-webkit-text-decoration-skip: none;
}
.inner p>a:hover {
	text-decoration: none;
}
.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
#h_inquiry {
	padding-top: 70px;
	padding-bottom: 70px;
	background: url("../img/h1_inquiry_pc.jpg") no-repeat center center;
	color: white;
	background-size: cover;
}
#h_inquiry h1 {
	font-size: 38px;
	letter-spacing: 2.5;
	margin-bottom: 20px
}
@media screen and (max-width:768px) {
	.inner {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.container {
		padding: 8% 0 0;
	}
	#h_inquiry {
		padding: 0;
		background: url("../img/h1_inquiry_sp.jpg") no-repeat center center;
		background-size: cover;
		height: 140px;
	}
	#h_inquiry h1 {
		font-size: 30px;
	}
}
/*tel*/

.inquiry_tel {
	margin: 10px 0 20px;
}
.inquiry_tel a {
	display: flex;
	align-items: center;
	color: #ff8800;
	font-size: 40px;
	font-weight: bold;
	justify-content: center;
}
.inquiry_tel a>p {
	padding-left: 50px;
  margin: 0;
}
@media screen and (max-width:768px) {
	.inquiry_tel a {
		background: #ff8800;
		color: #FFF;
		width: 100%;
		position: relative;
		padding: 5% 0;
		margin: 5% auto 0;
		border-radius: 5px;
		/*position: relative;*/
	}
	.inquiry_tel a>p {
		padding-left: 0;
		font-size: 70%;
	}
	.inquiry_tel a>img {
		position: absolute;
		bottom: 0;
		right: 15px;
		width: 42px;
		height: auto;
	}
}
/*mail*/

#sec02 .inner p.lead_txt {
	font-size: 20px;
	font-weight: bold;
	margin: 60px auto 40px;
}
.select_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.radiobutton {
	display: none;
}
.select_area label,
.select_area a.label {
	background-color: #ff8800;
	width: calc((100%/3) - 5px);
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 5px;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 70px;
	margin-bottom: 5px;
	box-sizing: border-box;
	color: #FFF;
	pointer-events: auto;
	line-height: 1.2;
	position: relative;
}
.select_area label:hover {
	text-decoration: none;
}
.select_area label:after {
	content: "";
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: rotate(135deg) translate(-80%, 5%);
}
.select_area label.pcStyle {
	background-color: #FFF;
	pointer-events: none;
}
.select_area label span {
	font-size: 14px !important;
}
.radiobutton:checked+label {
	background-color: #FFF;
	border: 2px solid #ff8800;
	color: #ff8800;
}
.radiobutton:checked+label:after {
	border-color: #ff8800;
}
.radiobutton:checked+label.pcStyle {
	border: 0;
}
.select_area a.label:after {
	content: "";
	background: url("../img/icon_blank.png") no-repeat;
	width: 15px;
	height: 12px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%)
}
@media screen and (max-width:768px) {
	#sec02 .inner p.lead_txt {
		margin: 30px auto 20px;
	}
	.select_area {
		margin-left: 2px;
	}
	.select_area label,
	.select_area a.label {
		width: 100%;
		margin-left: -2px;
	}
}
/*フォーム*/

.contact_area {
	display: none;
}
.contact_area p {
	font-size: 20px;
	font-weight: bold;
	margin: 60px auto 40px;
}
.contact_area p.comfirm {
	width: 100%;
	font-size: 16px;
	text-align: left;
	line-height: 2;
	font-weight: normal;
}
.contact_area p.comfirm a {
	color: #1a1a1a;
	text-decoration: underline;
}
.contact_caution p {
	font-size: 16px;
}
.contact_caution ul {
	display: inline-block;
	text-align: left;
}
.contact_caution ul li {
	text-indent: -16px;
	padding-left: 16px;
}
.contact_caution ul li span {
	color: #FFF;
	font-weight: bold;
	background: #ff8800;
	padding: 1px 3px;
	margin-right: 5px;
}
#content .hide {
	display: none;
}
#content table,
.inquiry_table {
	width: 100%;
	border-collapse: collapse;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #cccccc;
}
#content table th,
#content table td {
	border-top: 1px solid #cccccc;
	padding: 15px;
	text-align: left;
}
.inquiry_table th,
.inquiry_table td {
	display: block;
	width: 100% !important;
}
#content table th {
	background: #fff7e8;
	width: 25%;
}
#content table td {
	font-weight: bold;
	line-height: 2;
}
#content table td .wid_100 {
	width: 100%;
}
#content table td input,
#content table td select,
#content table td textarea {
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}
#content table td select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 50px;
}
#content table td .select_box {
	position: relative;
	display: inline-block;
}
#content table td .select_box:after {
	content: "";
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: rotate(135deg) translate(-80%, 5%);
}
#content table td textarea {
	height: 100px;
}
button,
input,
select,
textarea {
	font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", MS PGothic, sans-serif;
	font-size: 14px;
}
.ver_t {
	vertical-align: top;
}
.ver_t span {
	margin-top: 10px;
	display: inline-block;
}
#content table th span {
	font-size: 14px;
	background: #ff8800;
	color: #FFF;
	padding: 2px 3px;
	margin-right: 5px;
}
#content table th span.optional {
	background: #999999;
	color: #FFF;
}
input[type="submit"] {
	-webkit-appearance: none;
	background: #ff8800;
}
.submit {
	background: #ff8800;
	font-size: 18px;
	color: #FFF;
	max-width: 380px;
	width: 100%;
	padding: 15px;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
}
.submit:hover {
	background: #ff8800;
}
a.submit {
	display: inline-block;
}
@media screen and (max-width:768px) {
	#content table th,
	#content table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#content table th {
		border: none;
	}
	#content table td input,
	#content table td select,
	#content table td textarea {
		width: 100%;
		box-sizing: border-box;
	}
  input[type="checkbox"],input[type="radio"]{
    width: auto !important;
  }
	#content table td .wid160 {
		width: 90%!important;
	}
	input[name="zip1"] {
		width: 30% !important;
	}
	input[name="zip2"] {
		width: 40% !important;
	}
	select[name="ken"],
	input[name="addr"] {
		margin-bottom: 10px;
	}
	input[name="tel"],
	input[name="tel2"],
	input[name="tel3"] {
		width: 25% !important;
	}
	#content table td textarea {
		height: 300px;
	}
	#content table td .select_box::after {
		transform: rotate(135deg) translate(-110%, 75%);
	}
}