@charset "UTF-8";

/* PC */

#contact {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
}

#contact p {
	font-size: 16px;
	line-height: 200%;
	padding-bottom: 10px;
}

#contact .txt {
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
}

#contact .inquiry {
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	border: 1px solid #231F20;
	margin-bottom: 70px;
}

#contact .inquiry .txt {
	font-size: 22px;
	padding-bottom: 22px;
}

#contact .inquiry .tel {
	width: 411px;
	margin-right: auto;
	margin-left: auto;
}

#contact .inquiry .tel img {
	width: 100%;
	height: auto;
}

#contact .inquiry .cap {
	font-size: 12px;
	padding-top: 20px;
}

#contact .inquiry .slash1 {
	position: absolute;
	left: -14px;
	top: -14px;
}

#contact .inquiry .slash2 {
	position: absolute;
	right: -14px;
	bottom: -14px;
}

#contact .txt {
	font-size: 22px;
	padding-bottom: 10px;
}

#contact .sub {
	font-size: 18px;
	padding-bottom: 22px;
}

#contact .f_box {
	margin-bottom: 60px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
	padding-top: 15px;
	padding-bottom: 55px;
}

#contact .f_box .title {
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#contact .f_box .title p {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contact .f_box .inner {
	background-color: #FFF;
	width: 833px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: left;
}

#contact .f_box .inner .end {
	margin: 0 auto;
	padding: 0 0 100px;
	width: 90%;
}

#contact .f_box .inner .error {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f6e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 15px;
	color: #e51d1d;
	text-align: left;
	padding: 10px;
	margin-bottom: 15px;
}

#contact .f_box .inner .tb {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#contact .f_box .inner .tb th,
#contact .f_box .inner .tb td {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}

#contact .f_box .inner .tb th {
	font-size: 16px;
	text-align: left;
	width: 200px;
	padding-right: 50px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
}

#contact .f_box .inner .tb th div {
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	background-color: #EA428E;
	float: right;
	width: 42px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#contact .f_box .inner .tb td {
	font-size: 14px;
	text-align: left !important;
}

#contact .f_box .inner .tb td span {
	color: #848484;
	text-align: left;
}

#contact .f_box .inner .tb td .privacy {
	background-color: #F5F5F5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
}

#contact .f_box .inner .tb td .privacy .in {
	font-size: 12px;
	line-height: 140%;
	height: 155px;
	overflow: auto;
}

#contact .f_box .inner .tb td.center {
	text-align: center;
	padding-top: 0px;
}

#contact .bt_area {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}

#contact .bt_area .bt {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
}

#contact .bt_area .bt.btl {
	margin-right: 0;
	margin-left: 0;
	float: left;
}

#contact .bt_area .bt.btr {
	margin-right: 0;
	margin-left: 0;
	float: right;
}

#contact .bt_area .bt a {
	width: 100%;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2AAAE2;
	display: block;
	border: 1px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #FFF;
}

#contact .bt_area .bt.btl a {
	width: 45%;
}

#contact .bt_area .bt.btr a {
	width: 45%;
}

#contact .bt_area .bt a.arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
}

#contact .bt_area .bt a.arrow::before,
#contact .bt_area .bt a.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#contact .bt_area .bt a.arrow::before {
	right: 14px;
	width: 15px;
	height: 1px;
	background: #FFF;
}

#contact .bt_area .bt a.arrow::after {
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contact .bt_area .bt a:hover {
	color: #2AAAE2;
	background-color: #FFF;
	border: 1px solid #2AAAE2;
}

#contact .bt_area .bt a:hover::before {
	background: #2AAAE2;
}

#contact .bt_area .bt a.arrow:hover::after {
	border-top: 1px solid #2AAAE2;
	border-right: 1px solid #2AAAE2;
}






#contact .f_box .inner .tb td select {
	margin: 0;
	text-align: left;
}



#contact .bt {
	margin: 0 auto 70px;
	width: 433px;
	position: relative;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
}

#contact .bt a {
	width: 100%;
	font-size: 16px;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	display: block;
	border: 1px solid #231F20;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#contact .bt a.arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
}

#contact .bt a.arrow::before,
#contact .bt a.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#contact .bt a.arrow::before {
	right: 14px;
	width: 15px;
	height: 1px;
	background: #231F20;
}

#contact .bt a.arrow::after {
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #231F20;
	border-right: 1px solid #231F20;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contact .bt a:hover {
	color: #FFF;
	background-color: #231F20;
}

#contact .bt a:hover::before {
	background: #FFF;
}

#contact .bt a.arrow:hover::after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


@media (max-width: 1380px){
	#contact {
		width: 100%;
	}
	#contact .f_box {
		width: 100%;
	}
}
@media (max-width: 1300px){
}


/* SP */
@media screen and (max-width: 1200px) {

	#contact {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 2em;
		padding-bottom: 0em;
		position: relative;
	}

	#contact p {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		font-size: 100%;
		line-height: 200%;
		padding-bottom: 1em;
	}

	#contact .txt {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		font-size: 120%;
		line-height: 150%;
		font-weight: bold;
	}

	#contact .inquiry {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		background-color: #FFF;
		margin-top: 20px;
		position: relative;
		padding-top: 28px;
		padding-bottom: 30px;
		border: 1px solid #231F20;
		margin-bottom: 4em;
	}

	#contact .inquiry .txt {
		font-size: 120%;
		padding-bottom: 1em;
	}

	#contact .inquiry .tel {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}

	#contact .inquiry .tel img {
		width: 100%;
		height: auto;
	}

	#contact .inquiry .cap {
		font-size: 100%;
		padding-top: 1em;
	}

	#contact .inquiry .slash1 {
		position: absolute;
		left: -14px;
		top: -14px;
	}

	#contact .inquiry .slash2 {
		position: absolute;
		right: -14px;
		bottom: -14px;
	}

	#contact .txt {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		font-size: 120%;
		padding-bottom: 1em;
	}

	#contact .sub {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		font-size: 100%;
		padding-bottom: 2em;
	}

	#contact .f_box {
		margin-bottom: 60px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-color: #DDDDDD;
		padding-top: 15px;
		padding-bottom: 55px;
	}

	#contact .f_box .title {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 5px;
	}

	#contact .f_box .title p {
		font-size: 100%;
		font-weight: normal;
		text-align: center;
		padding-top: 5px;
		margin: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	#contact .f_box .inner {
		background-color: #FFF;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	#contact .f_box .inner .end {
		margin: 0 auto;
		padding: 2vw 0 10vw;
		width: 95%;
	}

	#contact .f_box .inner .error {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		background-color: #f6e3e3;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		font-size: 100%;
		color: #e51d1d;
		text-align: left;
		padding: 10px;
		margin-bottom: 1em;
	}

	#contact .f_box .inner .tb {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	#contact .f_box .inner .tb th,
	#contact .f_box .inner .tb td {
		padding-top: 1em;
		padding-bottom: 1em;
		display: block;
		width: 96%;
		padding-right: 2%;
		padding-left: 2%;
	}

	#contact .f_box .inner .tb th {
		text-align: left;
		width: 100%;
		padding-right: 0;
		font-weight: bold;
		vertical-align: top;
	}

	#contact .f_box .inner .tb th span {
		font-size: 100%;
		float: left;
		margin: 0px;
		padding: 0px;
	}

	#contact .f_box .inner .tb th div {
		font-size: 80%;
		line-height: 100%;
		color: #FFF;
		background-color: #EA428E;
		float: left;
		width: 42px;
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: 2px;
		margin-left: 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	#contact .f_box .inner .tb td {
		font-size: 100%;
		text-align: left;
	}

	#contact .f_box .inner .tb td .nbox {
		padding-right: 0px;
		float: left;
		width: 50%;
	}

	#contact .f_box .inner .tb td .nbox.end {
		padding-right: 0px;
	}

	#contact .f_box .inner .tb td span {
		color: #848484;
	}

	#contact .f_box .inner .tb td div {
		color: #848484;
		padding-top: 5px;
	}

	#contact .f_box .inner .tb td .tf {
		padding: 1em;
		background-color: #F5F5F5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		font-size: 100%;
	}

	#contact .f_box .inner .tb td .tf450 {
		width: 90%;
	}

	#contact .f_box .inner .tb td .tf370 {
		width: 90%;
	}

	#contact .f_box .inner .tb td .tf371 {
		width: 60%;
	}

	#contact .f_box .inner .tb td .tf214 {
		width: 70%;
	}

	#contact .f_box .inner .tb td .tf160 {
		width: 130px;
	}

	#contact .f_box .inner .tb td .tf86 {
		width: 56px;
	}

	#contact .f_box .inner .tb td .tarea {
		height: 150px;
	}

	#contact .f_box .inner .tb td .privacy {
		background-color: #F5F5F5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 15px;
	}

	#contact .f_box .inner .tb td .privacy .in {
		font-size: 100%;
		line-height: 140%;
		height: 155px;
		overflow: auto;
	}

	#contact .f_box .inner .tb td.center {
		text-align: center;
		padding-top: 0px;
	}

	#contact .bt_area {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 2em;
	}

	#contact .bt_area .bt {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
		filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
	}

	#contact .bt_area .bt.btl {
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-bottom: 1em;
	}

	#contact .bt_area .bt.btr {
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	#contact .bt_area .bt a {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #2AAAE2;
		display: block;
		border: 1px solid #FFF;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		color: #FFF;
	}

	#contact .bt_area .bt.btl a {
		width: 100%;
	}

	#contact .bt_area .bt.btr a {
		width: 100%;
	}

	#contact .bt_area .bt a.arrow {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		font-size: 18px;
	}

	#contact .bt_area .bt a.arrow::before,
	#contact .bt_area .bt a.arrow::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	#contact .bt_area .bt a.arrow::before {
		right: 14px;
		width: 15px;
		height: 1px;
		background: #FFF;
	}

	#contact .bt_area .bt a.arrow::after {
		right: 16px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#contact .bt_area .bt a:hover {
		color: #2AAAE2;
		background-color: #FFF;
		border: 1px solid #2AAAE2;
	}

	#contact .bt_area .bt a:hover::before {
		background: #2AAAE2;
	}

	#contact .bt_area .bt a.arrow:hover::after {
		border-top: 1px solid #2AAAE2;
		border-right: 1px solid #2AAAE2;
	}




	#contact .bt {
		margin: 0 auto 5em;
		width: 90%;
		position: relative;
		-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
		filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
	}

	#contact .bt a {
		width: 100%;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #FFF;
		display: block;
		border: 1px solid #231F20;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#contact .bt a.arrow {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		font-size: 18px;
	}

	#contact .bt a.arrow::before,
	#contact .bt a.arrow::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	#contact .bt a.arrow::before {
		right: 14px;
		width: 15px;
		height: 1px;
		background: #231F20;
	}

	#contact .bt a.arrow::after {
		right: 16px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #231F20;
		border-right: 1px solid #231F20;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#contact .bt a:hover {
		color: #FFF;
		background-color: #231F20;
	}

	#contact .bt a:hover::before {
		background: #FFF;
	}

	#contact .bt a.arrow:hover::after {
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}

	.contact_form {
		font-size: 15px !important;
	}

}

@media (max-width: 499px){
	#contact .sub {
		width: 100%;
		font-size: 15px;
	}
	#contact .f_box .inner {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	#contact .f_box {
		padding-bottom: 0px;
	}
}

