@charset "utf-8";

/*取得情報*/
#contact_Info {
	background-color: #d7edff;
}

#contact_Info .build_Ttl {
	display: block;
	width: calc(100% - 60px);
	margin: 0 auto 20px;
	padding: 30px 0 10px;
	color: #25579F;
	border-top: none;
	border-bottom: 2px solid #25579F;
	font-size: min(5vw, 24px);
	font-weight: 600;
	box-sizing: border-box;
}

#contact_Info>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 30px 30px;
	border-bottom: 5px solid #fff;
	box-sizing: border-box;
}

#contact_Info>ul>li {
	width: calc((100% - 10px) / 2);
}

#contact_Info>ul dl {
	display: flex;
	align-items: center;
	font-size: 16px;
}

#contact_Info dt {
	width: 10em;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #777777;
	border-right: none;
	box-sizing: border-box;
}

#contact_Info dd {
	width: calc(100% - 10em);
	padding: 10px;
	border: 1px solid #777777;
	box-sizing: border-box;
}

#contact_Form {
	margin-top: 80px;
}

#contact_Form h4 {
	margin-bottom: 1em;
	padding-bottom: 10px;
	color: #323232;
	border-bottom: 1px solid #323232;
	font-size: min(6vw, 26px);
	font-weight: 600;
	line-height: 1.5;
}

#contact_Form h4 span {
	display: block;
	color: #25488f;
	font-size: 14px;
}

#contact_Form p {
	font-size: 14px;
	line-height: 1.5;
}

#form {
	margin-top: 50px;
}

#form input,
#form textarea,
#form select {
	border: 1px solid #aaa;
	font-size: 16px;
	box-sizing: border-box;
}

#form li {
	padding: 25px 0 20px;
	border-bottom: 1px dotted #323232;
	box-sizing: border-box;
}

#form li:first-child {
	padding-top: 0;
}

#form dl {
	display: flex;
	align-items: center;
	gap: 30px;
}

#form dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 30%;
}

#form .req {
	display: block;
	padding: 5px 8px;
	color: #fff;
	background-color: #d97000;
	border-radius: 5px;
	font-size: 12px;
	box-sizing: border-box;
}

#form dd {
	width: calc(70% - 30px);
}

/* 個別設定 */
li[class^='form'] dd {
	gap: 2%;
}

li[class^='form'] label {
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 120px;
	width: 49%;
	padding: 10px;
	background-color: #dce2e7;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
}

li[class^='form'] label input {
	max-width: auto;
	width: auto;
}

li[class^='form'] input,
li[class^='form'] textarea,
li[class^='form'] select {
	max-width: 500px;
	width: 100%;
	padding: 5px;
	background-color: #dce2e7;
	box-sizing: border-box;
	box-sizing: border-box;
}

li[class^='form'] label.filled,
li[class^='form'] input.filled,
li[class^='form'] textarea.filled,
li[class^='form'] select.filled {
	background-color: #fff !important;
}

.btn_Area {
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 50px auto;
}

.btn_Area>button {
	max-width: 350px;
	width: 100%;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
}

.btn_Area>button span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.submit_Btn {
	color: #fff;
	background-color: #25488f;
}

.privacy_box {
	height: 300px;
	padding: 20px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	overflow: scroll;
}

.privacy_caution {
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 15px;
}

.privacy_title {
	background-color: #EFEFEF;
	color: #333333;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.privacy_contents {
	color: #333333;
	font-size: 12px;
}

.privacy_subtitle {
	color: #333333;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px #CCCCCC solid;
}

.privacy_box_title {
	font-size: 14px;
	color: #333333;
	margin-left: 30px;
	margin-top: 50px;
	font-weight: bold;
}

.privacy_box_title span {
	color: red;
}

.bsd_pmark_conteiner {
	overflow: hidden;
}

.bsd_pmark {
	float: right;
	margin: 0 10px;
}

.bsd_pmark img {
	width: 250px;
	height: 75px;
}

.i_win {
	display: block;
	width: 100%;
	background: url("/image/search/icon_list_orange.png") no-repeat scroll left center;
	background-size: 10px 10px;
	padding-left: 15px;
	margin: 5px auto;
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
	box-sizing: border-box;
}

.i_win>a {
	line-height: 1.5;
	word-break: break-all;
}

.mark_Area {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.mark_Area a {
	display: block;
	max-width: 300px;
	width: 40%;
}

@media only screen and (max-width: 900px) {
	#contact_Info>ul {
		flex-direction: column;
	}

	#contact_Info>ul>li {
		width: 100%;
	}

	#contact_Form {
		margin-top: 50px;
	}

	#form {
		margin-top: 30px;
	}

	#form input,
	#form textarea {
		border: 1px solid #aaa;
		font-size: 16px;
		box-sizing: border-box;
	}

	#form dl {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	#form dt {
		justify-content: flex-start;
		gap: 20px;
		width: 100%;
	}

	#form dd {
		width: 100%;
	}

	/* 個別設定 */
	li[class^='form'] label {
		max-width: 100%;
	}

	li[class^='form'] input,
	li[class^='form'] textarea {
		max-width: 100%;
		padding: 10px;
	}

	.btn_Area {
		flex-direction: column;
		margin: 30px auto;
	}

	.btn_Area>button {
		max-width: 100%;
	}

	.mark_Area a {
		display: block;
		max-width: 300px;
		width: 100%;
	}
}

/* サンクス */
.thank_Block {
	padding-bottom: 80px;
	text-align: center;
}

.thank_Block>h5 {
	margin-bottom: 1em;
	color: #25488f;
	font-size: min(6vw, 22px);
	font-weight: 600;
}

#contact_Form .thank_Block>p {
	font-size: 14px;
	line-height: 2.5;
}

@media only screen and (max-width: 900px) {
	.thank_Block {
		text-align: left;
	}
}