@charset "UTF-8";
/*
	Filename: contact
	Version: 1.0.1
*/
/*-----------------------------------------------------
	sec#contactForm
------------------------------------------------------*/
#contactForm {
	text-align: center;
}
#contactForm h2 {
	margin-bottom: 50px;
}
#contactForm p {
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 414px) {
	#contactForm p {
		text-align: left;
	}
}
/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */
.c_form01 {
	margin-bottom: 50px;
}
.c_form01 table {
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	width: 100%;
	/* IE */
	/* Edge */
}
.c_form01 table tbody tr {
	border-bottom: 1px solid #afafaf;
}
.c_form01 table tbody tr th {
	vertical-align: top;
	padding: 24px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	width: 38%;
}
.c_form01 table tbody tr th span {
	margin-left: 10px;
}
.c_form01 table tbody tr td {
	vertical-align: top;
	padding: 24px;
	text-align: left;
}
.c_form01 table tbody tr td select {
	padding: 0;
	font-size: 14px;
	width: 400px;
	padding: 11px;
}
.c_form01 table tbody tr td label {
	margin-right: 10px;
}
.c_form01 table .inp01,
.c_form01 table .inp02 {
	padding: 5px 10px;
	font-size: 1.4rem;
	border: 1px solid #afafaf;
}
.c_form01 table .inp01 input[type="text"],
.c_form01 table .inp02 input[type="text"] {
	font-size: 1.4rem;
}
.c_form01 table .inp_txtarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	padding: 10px;
	width: 90% !important;
	height: 200px !important;
	border: 1px solid #afafaf;
}
.c_form01 table input:-ms-input-placeholder {
	color: #a9a9a9;
}
.c_form01 table input::-ms-input-placeholder {
	color: #a9a9a9;
}
.c_form01 .kojin_wrap {
	padding: 5%;
	margin-bottom: 20px;
}
.c_form01 .submit_wrap {
	margin-bottom: 5%;
	text-align: center;
}
.c_form01 .submit_wrap .submit {
	position: relative;
	display: block;
	width: 80%;
	max-width: 245px;
	margin: 0 auto;
	padding: 10px;
	background: #041a26;
  border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.c_form01 .submit_wrap .submit:hover {
	background: #65858E;
	color: #fff;
	transition: .3s;
}
input::-webkit-input-placeholder {
	color: #a9a9a9;
}
input:-ms-input-placeholder {
	color: #a9a9a9;
}
input::-ms-input-placeholder {
	color: #a9a9a9;
}
input::placeholder {
	color: #a9a9a9;
}
input.short {
	width: 25%;
}
input.middle {
	width: 50%;
}
input.long {
	width: 90%;
}
.hissu {
	padding: 3px 4px 2px 4px;
	background: #e7133b;
	border-radius: 4px;
	display: block;
	width: 40px;
	text-align: center;
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.nini {
	padding: 3px 4px 2px 4px;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	width: 40px;
	text-align: center;
	float: right;
	color: #222;
	font-weight: bold;
	font-size: 11px;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */
.close {
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.close::before {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	z-index: 10;
}
.close::after {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.popup_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: rgba(0, 0, 0, 0.6);
	z-index: -9;
	opacity: 0;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.popup_Box.on {
	z-index: 1;
	opacity: 1;
}
.popup_Box.on .close {
	z-index: 1 !important;
}
.popup_Box .popup_Box_inner {
	position: relative;
	padding: 30px 60px;
	width: 100%;
}
.popup_Box .popup_Box_inner .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -9;
}
.popup_Box .popup_Box_inner .popup_Box_cont {
	color: #fff;
}
#js_listItem .is_hidden {
	display: none;
}
#input_plural {
	margin: 10px 0;
}
#input_plural input.form-control {
	display: inline-block;
	color: #555;
}
#input_plural .btn_wrap {
	float: right;
}
#input_plural .pluralBtn {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
}

@media screen and (max-width: 750px) {
	/* ---------------------------------------------------------------------------
		★パーツ集:フォーム
	--------------------------------------------------------------------------- */
	.c_form01 {
		margin-bottom: 50px;
	}
	.c_form01 table {
		margin-bottom: 30px;
		border-top: 1px solid #ccc;
		width: 100%;
		table-layout: fixed;
	}
	.c_form01 table tbody tr {
		border-bottom: 1px solid #afafaf;
	}
	.c_form01 table tbody tr th {
		vertical-align: top;
		padding: 3%;
		font-size: 3.6vw;
		color: #000000;
		font-weight: bold;
		width: 100%;
		display: block;
	}
	.c_form01 table tbody tr th span {
		margin-left: 10px;
	}
	.c_form01 table tbody tr td {
		vertical-align: top;
		padding: 3%;
		display: block;
		width: 100%;
	}
	.c_form01 table tbody tr td select {
		padding: 0;
		font-size: 14px;
		width: 400px;
		padding: 11px;
	}
	.c_form01 table tbody tr td label {
		margin-right: 10px;
	}
	.c_form01 table .inp01,
	.c_form01 table .inp02 {
		padding: 5px 10px;
		font-size: 1.4rem;
		border: 1px solid #afafaf;
	}
	.c_form01 table .inp01 input[type="text"],
	.c_form01 table .inp02 input[type="text"] {
		font-size: 1.4rem;
	}
	.c_form01 table .inp_txtarea {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.4rem;
		padding: 10px;
		width: 90%;
		height: 200px !important;
		border: 1px solid #afafaf;
	}
	.c_form01 table input:-ms-input-placeholder {
		color: #a9a9a9;
	}
	.c_form01 table input::-ms-input-placeholder {
		color: #a9a9a9;
	}
	.c_form01 .kojin_wrap {
		background: #fff;
		padding: 5%;
		margin-bottom: 20px;
	}
	.c_form01 .submit_wrap {
		margin-bottom: 5%;
		text-align: center;
	}
	.c_form01 .submit_wrap .submit {
		max-width: 340px;
		width: 90%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 0;
		text-align: center;
		margin: auto;
		font-size: 3.6vw;
		cursor: pointer;
	}
	input::-webkit-input-placeholder {
		color: #a9a9a9;
	}
	input:-ms-input-placeholder {
		color: #a9a9a9;
	}
	input::-ms-input-placeholder {
		color: #a9a9a9;
	}
	input::placeholder {
		color: #a9a9a9;
	}
	input.short {
		width: 25%;
	}
	input.middle {
		width: 50%;
	}
	input.long {
		width: 90%;
	}
	.hissu {
		padding: 3px 4px 2px 4px;
		background: #e7133b;
		border-radius: 4px;
		display: block;
		width: 40px;
		text-align: center;
		float: right;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
	}
	.nini {
		padding: 3px 4px 2px 4px;
		background: #efefef;
		border: 1px solid #ccc;
		border-radius: 4px;
		display: block;
		width: 40px;
		text-align: center;
		float: right;
		color: #222;
		font-weight: bold;
		font-size: 11px;
	}
	/* ---------------------------------------------------------------------------
		★パーツ集:jsPage
	--------------------------------------------------------------------------- */
	.close {
		width: 48px;
		height: 48px;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	.close::before {
		content: "";
		display: block;
		width: 26px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
		transform: translateY(-50%) translateX(-50%) rotate(45deg);
		z-index: 10;
	}
	.close::after {
		content: "";
		display: block;
		width: 26px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		z-index: 10;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
		transform: translateY(-50%) translateX(-50%) rotate(135deg);
	}
	.popup_Box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: rgba(0, 0, 0, 0.6);
		z-index: -9;
		opacity: 0;
		top: 0;
		left: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.popup_Box.on {
		z-index: 1;
		opacity: 1;
	}
	.popup_Box.on .close {
		z-index: 1 !important;
	}
	.popup_Box .popup_Box_inner {
		position: relative;
		padding: 30px 60px;
		width: 100%;
	}
	.popup_Box .popup_Box_inner .close {
		position: absolute;
		right: 0;
		top: 0;
		z-index: -9;
	}
	.popup_Box .popup_Box_inner .popup_Box_cont {
		color: #fff;
	}
	#js_listItem .is_hidden {
		display: none;
	}
	#input_plural {
		margin: 10px 0;
	}
	#input_plural input.form-control {
		display: inline-block;
		color: #555;
	}
	#input_plural .btn_wrap {
		float: right;
	}
	#input_plural .pluralBtn {
		width: 30px;
		height: 30px;
		border: 1px solid #ccc;
		background: #fff;
		border-radius: 5px;
		padding: 0;
		margin: 0;
		display: inline-block;
		text-align: center;
	}
}