@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* contact 
------------------------------------------------------------------------------------------------------------------------------- */
.contact h1{
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 40px;
}
.contact h2{
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #5a8232;
	margin: 60px 0 0;
}
@media (max-width:767px) {
	.contact h1{
		font-size: 22px;
		letter-spacing: 0.05em;
		margin: 0 0 40px;
	}
	.contact h2{
		font-size: 19px;
		letter-spacing: 0.05em;
		margin: 30px 0 0;
	}
}


/* table01 */
.table01 {
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	margin: 30px 0 0;
}
.table01 th{
	padding: 25px 20px;
	border-top: 1px solid #d1d1d1;	
	background: #ecefe4;
	width: 315px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background-color:  #ecefe4;
}
.table01 th.required{
	background-image: url("../img/inquiry/icon_req.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.table01 td{
	padding: 25px 0 25px 20px;
	border-top: 1px solid #d1d1d1;
}
@media (max-width:767px) {
	.table01 {
		border-bottom: none;
		margin: 20px 0 0;
	}
	.table01 th{
		display: block;
		padding: 10px 15px;
		border-top: none;	
		width: 100%;
	}
	.table01 th.required{
		background-position: right 15px center;
		background-size: 33px;
	}
	.table01 td{
		display: block;
		padding: 10px 0 30px;
		border-top: none;
		width: 100%;
	}
}


/* form 
======================================================= */
.error{
	display: block;
	color: #F00;
}
input{
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 0;
	border: 1px solid #d1d1d1;
}
input[type="text"] {
	padding: 15px;
}
input[type="number"] {
	padding: 15px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
select{
	-webkit-appearance: none;
  appearance: none;
	padding: 15px 50px 15px 15px;
	border-radius: 0;
	font-size: 16px;
	border: 1px solid #d1d1d1;
	background: url("../../../assets/img/inquiry/arrow01.png") no-repeat right 10px center;
	color: inherit;
}
textarea{
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	height: 170px;
	border-radius: 0;
	font-size: 16px;
	border: 1px solid #d1d1d1;
}

/* tbox */
.tbox01{
	width: 100%;
}
.tbox02{
	width: 15%;
}
@media (max-width:767px) {
	.tbox02{
		width: 25%;
	}
}


/* btn */
.btn{
	margin: 50px 0 0;
}
.btn01{
	width: 530px;
	margin: 0 auto;
}
.btn02{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.btn02 li{
	width: 340px;
}
@media (max-width:767px) {
	.btn{
		margin: 0;
	}
	.btn01{
		width: 100%;
		margin: 0 auto;
	}
	.btn02{
		width: 100%;
		display: block;
	}
	.btn02 li{
		width: 100%;
	}
	.btn02 li:first-child{
		margin: 0 0 15px;
	}
}

button{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	background-color: #5a8232;
	border: none;
	border-radius: 0;
	font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFF;
	cursor: pointer;
}
button.arrowR{
	background-image: url("../img/common/arrow01_r.png");
	background-repeat: no-repeat;
	background-position: right 18px center;
}
button.arrowL{
	background-image: url("../img/common/arrow01_l.png");
	background-repeat: no-repeat;
	background-position: left 18px center;
}
@media (max-width:767px) {
	button{
		padding: 15px;
		font-size: 14px;
	}
	button.arrowR{
		background-image: url("../img/common/arrow02_r.png");
		background-repeat: no-repeat;
		background-position: right 18px center;
		background-size: 21px;
	}
	button.arrowL{
		background-image: url("../img/common/arrow02_l.png");
		background-repeat: no-repeat;
		background-position: left 18px center;
		background-size: 21px;
	}
}

/* f_txt */
.f_txt01{
	text-align: center;
	margin: 30px 0 0;
}
.f_txt02{
	text-align: center;
	margin: 50px 0 0;
}
@media (max-width:767px) {
	.f_txt01{
		text-align: left;
		margin: 20px 0 0;
	}
	.f_txt02{
		text-align: left;
		margin: 10px 0 20px;
	}
}


/*-------------------------------------------------------------------------------------------------------------------------------
* comfirm 
------------------------------------------------------------------------------------------------------------------------------- */
.confirm_txt01{
	padding: 10px 0 10px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* complete 
------------------------------------------------------------------------------------------------------------------------------- */
.complete{
	padding: 0 0 100px;
}


