  @charset "utf-8";
/* ----サービスに関するお問い合わせ---- */
.form {
	width: 100%;
}

/* ----テーブル--- */
/* ----セレクトボックスのスタイルリセット---- */
.form td select {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.form tr th {
	line-height: 150%;
	vertical-align: middle;
	padding: 10px;
	border-right: 10px solid #fff;
	border-bottom: 1px dotted #808080;
  width: 190px;
	padding-right: 0;
}
.va_top {
	vertical-align: top!important;
	padding-top: 20px!important;
}
.form td {
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #808080;
}
.form tr:nth-child(2) td {
	border-bottom: none;
	padding-bottom: 0;
}

.form td input[type="text"],
.form td input[type="email"],
.form td input[type="date"],
.form td select,
.form td textarea {
	padding: 1.7%;
	background-color: #f5f5f5;
	resize: vertical;
  font-size: 120%;
  border: 1px solid #ccc;
  width: 95%;
}

.form td select{
	padding: 1.65% 2.8% 1.65% 0.4%;
	width: calc(50% - 42px);
	-moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.form td input[type="text"]:focus,
.form td input[type="email"]:focus,
.form td select:focus,
.form td textarea:focus {
	background-color: #fff;
}

.form td input.width-date {
  width: 30%;
}

.two_rows td input[type="text"] {
	height: 29px;
	width: calc(100% - 23px);
}
.two_rows td {
	padding-right: 1%;
}
.two_rows td:last-child {
	text-align: right;
}
.two_rows td:last-child .form_small {
	text-align: left;
	padding-left: 3%;
}
.two_rows td:last-child .wpcf7-not-valid-tip{
	text-align: left;
	padding-left: 3%;
}

span[data-name="your-email_confirm"] input {
	margin-top: 10px;
}
.address_form:not(:first-child) {
	padding-top: 10px;
}

.form_small {
	display: block;
  margin: 5px 0;
}

.form_text {
	padding: 32px 10px 42px 10px;
	line-height: 175%;
}

.privacy_policy {
	text-align: center;
	padding: 0 10px;
	line-height: 157%;
}
.privacy_policy a {
	color: #f19716;
}

/* ----チェックボックス--- */
.checkbox {
	text-align: center;
	margin: 30px auto;
}

.annotation {
	text-align: center;
	color: #ff0004;
	margin-bottom: 30px;
}

/* ----ラジオ--- */
.custom-radio-block .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.custom-radio-block .wpcf7-list-item label {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  resize: vertical;
  border: 1px solid #ccc;
  height: 38px;
  width: 95%;
  display: flex;
  align-items: center;
}

.custom-radio-block .wpcf7-list-item.last {
  margin-left: 0;
}

.custom-radio-block .wpcf7-list-item.last label {
  margin-bottom: 0;
}

.wpcf7-checkbox.custom-radio-block .wpcf7-list-item input,
.wpcf7-radio.custom-radio-block .wpcf7-list-item input{
  margin: 0 5px 0 0;
  width: auto;
  font-size: 14px;
}

.field-anno {
  margin-top: 10px;
}


/* ----送信ボタン--- */
.submit_btn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	height: 50px;
	margin: 0px auto;
	background: -moz-linear-gradient(#ffc675 0%, #f19716);
	background: -webkit-linear-gradient(#ffc675 0%, #f19716);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc675), to(#f19716));
	background: -o-linear-gradient(#ffc675 0%, #f19716);
	background: linear-gradient(#ffc675 0%, #f19716);
	color: #fff;
    border-radius: 10px;													/* 角丸 */
    -webkit-border-radius: 10px;											/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;												/* Firefox用 */
}

.wpcf7-not-valid-tip {														/* エラー文調整 */
  margin-top: 5px;
}

/* チェックボックス修正 */
.wpcf7-checkbox .wpcf7-list-item label input{
  width: auto;
}

.checkbox .wpcf7-list-item-label {
	float: right;
  line-height: 1.4;
}

/*---- ビジネスパートナー募集に関するお問い合わせcss ----*/
#inquiry_bp .form tr:nth-child(2) td {
	border-bottom: 1px dotted #808080;
	padding-bottom: 10px;
}
#inquiry_bp .form tr:first-child td {
	border-bottom: none;
	padding-bottom: 0;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
	article #main,
	#wrap #main {
		padding: 0;
	}

	.form tr:first-child th,
	.form tr:first-child td {
		border-top: none;
	}

	#main>div:nth-child(3) .type2 {
		margin: 40px 10px 10px;
	}
	#main>div:nth-child(3) #policyBox .type2 {
		margin: 0px;
		font-weight: bold;
	}
	#main>div:nth-child(3)>p {
		padding: 0 10px;
	}
	#main>div:nth-child(2) {
		padding: 0 10px;
	}
	.form {
		width: 100%;
	}
	.form tr th,
	.form tr td {
    display: block;
		border: 0;
	}
	.form tr th {
		width: 100%;
    box-sizing: border-box;
		font-weight: 600;
    padding: 15px 10px 5px;
		line-height: 140%;
		font-size: 15px;
    letter-spacing: 0;
	}
	.form tr td {
		padding:0 10px 15px;
		font-size: 14px;
	}
	.form td input[type="text"],
	.form td input[type="email"],
  .form td input[type="date"],
	.form td textarea,
	.form td select {
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		resize: none;
		background-color: #fff;
	}


	.two_rows td input[type="text"] {
		height: auto;
		width: 100%;
	}
	.two_rows td {
		padding-right: 10px;
	}
	.two_rows td:last-child .form_small {
		padding-left: 0;
	}
	.two_rows td:last-child .wpcf7-not-valid-tip{
		padding-left: 0;
	}

	.form td select {
	  padding: 5px 0 5px 5px;
	}
	_::-webkit-full-page-media, _:future, :root .form td select {
    border-radius: 5px;
	}
	.form td .address:first-child {
		margin-top: 5px;
	}
	.form tr:nth-child(1) td,
	.form tr:nth-child(2) td {
		padding-bottom: 10px;
	}
	.form tr:nth-child(1),
	.form tr:nth-child(4),
	.form tr:nth-child(6),
	.form tr:nth-child(8),
	.form tr:nth-child(10) {
    background-color: #f9f9f9;
	}
	.form tr:nth-child(10) td {
		text-align: center;
		font-size: 18px;
	}
	.wpcf7-checkbox label span {
		vertical-align: middle;
	}
	.wpcf7-checkbox  span.wpcf7-list-item.first{
		margin-left: 0
	}
	.wpcf7-checkbox .wpcf7-list-item label input {
		width: 20px;
		height: 20px;
		margin-right: 0;
	}
	span.wpcf7-list-item.last {
		margin-left: 20px;
	}

	/* ----フォーム下---- */
	.form_text {
		padding: 27px 10px 32px 10px;
	}
	#policyBox {
		box-sizing: border-box;
		margin: 0;
		width: auto;
		border: 1px solid #ccc;
		margin: 0 10px;
	}
	#main #policyBox p {
		margin-bottom: 0;
	}
	.checkbox {
		overflow: hidden;
		margin: 10px 0 35px;
		padding: 0 10px;
	}
	.checkbox .wpcf7-list-item-label {
		height: 20px;
		margin: 4px 10px;
		display: flex;
		align-items: center;
	}
	#policyBox p, #policyBox dt,#policyBox dd,
	#policyBox tr, #policyBox td, #policyBox li, #policyBox h2 {
		font-size: 12px!important;
	}
	#policyBox p {
		padding: 5px 0;
	}
	.submit_btn {
		margin-bottom: 20px;
	}
	#main ul.otherEntryList {
		overflow: hidden;
	}
	#main ul.otherEntryList img {
		width: 12px;
	}
	#main	ul.otherEntryList li {
		margin: 0;
		width: 100%;
		height: 50px;
		box-sizing: border-box;
		line-height: 50px;
		margin: auto;
		float: none;
		margin-bottom: 2%;
	}
	#main	ul.otherEntryList li:last-child {
		margin-bottom: 0;
	}
	#main ul.otherEntryList li a {
		width: 100%;
		height: 50px;
		margin: 0;
		border: 0;
		background-position: 93% 50%;
		background-size: 9px;
		line-height: 50px;
	}
		#main ul.otherEntryList li span {
		width: 100%;
		height: 50px;
		margin: 0;
		border: 0;
		background-position: 93% 50%;
		background-size: 9px;
		line-height: 50px;
	}

/*---- ビジネスパートナー募集に関するお問い合わせcss ----*/
	#inquiry_bp .form tr:first-child td {
		padding-bottom: 15px;
	}
	#inquiry_bp .form tr:nth-child(2) td {
		border-bottom: none;
		padding-bottom: 15px;
	}
	#inquiry_bp .form tr:nth-child(2) {
		background-color: #f9f9f9;
	}
}
