@charset "UTF-8";
/* Jquery プログラム使用 */
.display_none {
	display: none!important;
}

.inputed {
  background: #ffffff !important;
}

/*  */
#ip_inquiry {

}


/* === eyecatch === */
.contents_back_eyecatch {
	background: url(/img/ip_outline_eyecatch_back.png) center top no-repeat;
}

.contents_back_eyecatch .contents_wrap {
	padding-top: 30px;
}

/* === contents === */

.contents_box {
	padding: 30px auto;
}

/* === form === */

.form_box {
	margin: 30px auto;
}

#form .form-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 20px;
	width: 100%;
	border-bottom: 1px dotted #e8e8e8;
	box-sizing: border-box;
}

#form .form-label {
	color: #30355b;
}

#form .must,
#form .other {
	padding: 1px 5px;
  margin: 0px 3px;
	font-size: 10px;
	display: inline-flex;
	vertical-align: middle;
}

#form .must {
  background: #ff8e75;
  color: #fff8f8;
}

#form .other {
  background: #87CEEB;
  color: #F8F8FF;
}

#form .form-input {
	flex: 1 1 auto;
	padding-left: 15px;
	box-sizing: border-box;
	min-width: 0;
}

.form_box input,
.form_box select,
.form_box textarea {
	width: 95%;
	box-sizing: border-box;
	background: #eeefed;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	padding: 8px;
	margin: 5px 0;
	font-size: 16px;
	max-width: 100%;
	display: block;
}

.form_box textarea {
	min-height: 120px;
	resize: vertical;
}

#form .comple {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	color: #666666;
}

#form .personalinfo-item {
	padding: 15px 20px;
}

#form .personalinfo-label {
	color: #30355b;
	padding-top: 6px;
}

#form .personalinfo-box {
  overflow: scroll;
  height: 130px;
  padding: 10px;
	margin-top: 15px;
  border: #D3D3D3 1px solid;
  font-size: 13px;
  background-color: #ffffff;
}

form .ime_inactive {
  ime-mode: inactive;
}

.btn_box {
	margin: 30px auto;
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
}

.btn_box input.button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	padding: .9em 2em;
	border: none;
	border-bottom: solid 5px #b70100;
	border-radius: 5px;
	background-color: #e73103;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	transition: transform .2s ease, box-shadow .2s ease;
	box-shadow: 0 5px 0 rgba(0,0,0,0.08);
}

.btn_box input.button:hover {
	transform: translateY(3px);
	box-shadow: 0 2px 0 rgba(0,0,0,0.06);
	cursor: pointer;
}

.btn_box .return_btn {
	width: 100px;
	padding: .5em 1em;
}

.btn_box .return_btn:hover {
	cursor: pointer;
}


/*========= pc =========*/
@media screen and (min-width: 1230px) {

	/* === eyecatch === */


	/* === contents === */


	/* === form === */
	#form .label-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		box-sizing: border-box;
		padding-top: 6px;
		width: 100%;
		flex: 0 0 185px;
		min-width: 185px;
	}

	#form .form-label {
		display: block;
		flex: 1 1 auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		word-break: break-word;
	}
}

/*========= tablet =========*/
@media only screen and (min-width: 700px) and (max-width: 1229px) {

	/* === eyecatch === */


	/* === contents === */


	/* === form === */
	#form .label-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		box-sizing: border-box;
		padding-top: 6px;
		width: 100%;
		flex: 0 0 185px;
		min-width: 185px;
	}

	#form .form-label {
		display: block;
		flex: 1 1 auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		word-break: break-word;
	}

}

/*========= smartPhone =========*/
@media screen and (max-width: 699px) {

	/* === eyecatch === */
	.contents_back_eyecatch .contents_wrap {
		padding-top: 5px;
	}

	/* === contents === */


	/* === form === */
	#form .form-item {
		flex-direction: column;
		align-items: stretch;
		padding: 12px 10px;
	}

	#form .label-row {
		display: flex;
		align-items: center;
		gap: 6px;
	}

	#form .form-label {
		flex: 0 0 auto;
		margin: 0;
		padding-top: 0;
	}

	#form .form-input {
		padding-left: 0;
		margin-top: 6px;
	}

	#form .personalinfo-item {
		padding: 12px 10px;
	}

	.btn_box {
		display: block;
	}

	.btn_box button.return_btn {
		display: block;
		width: 60%;
		max-width: 150px;
		margin: 0 auto 30px auto;
	}

	.btn_box input.button {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
}
