.contact_title {
	min-height: 285px;
	background-image: url('../img/sub/contact_topTitle_bg_pc.jpg');
}

@media screen and (max-width: 768px) {

	.contact_title {
		min-height: 58.6667vw;
		background-image: url('../img/sub/contact_topTitle_bg_sp.jpg');
	}

}
.down_title {
	min-height: 285px;
	background-image: url('../img/sub/down_topTitle_bg_pc.jpg');
}

@media screen and (max-width: 768px) {

	.down_title {
		background-image: url('../img/sub/down_topTitle_bg_sp.jpg');
	}

}


/* Form_Reset ---------------------------------------------*/

/*     Form Reset    */
/*---------------------------------------------*/
input[type="text"],
input[type="email"] {
	outline: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
  outline: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

input,
input::-webkit-input-placeholder {
		font-size: 1rem;
    line-height: 1;
}
select,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* font-weight: 700; */
	font-size: 1.25rem;
}
select {
	border-radius: 0px; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
input[type="submit"] { 
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
button {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-transform: none;
	overflow: visible;
	-webkit-appearance: button;
	outline: none !important;
	border: none;
	background: transparent;
} 



/* Contact Us   ---------------------------------------------*/
.contact_con {

	width: 100%;
	max-width: 1000px;
	margin: 115px auto;
}
.contact_con .down_con_topTxt {
	line-height: 1.6;
}
.mw_wp_form {
	width: 100%;
	padding: 60px 60px 50px 60px;
	box-sizing: border-box;
	border: 1px solid #c6c6c6;
	margin-top: 30px;
}
.contact_con form {
	max-width: 880px;
	margin: 0 auto;
}
.contact_con form>div {
	padding: 60px 0;
	border-top: 1px solid #c6c6c6;
}
.contact_con form>div:nth-child(1) {
	padding: 0 0 60px;
	border-top: none;
}
.contact_con form>div.zip_box {
	border-top: none;
}
.contact_con form>div.box02_wrap_bt {
	border-bottom: 1px solid #c6c6c6;
}
.contact_con form>div.form_btn {
	padding: 0;
	border-top: none;
}

.contact_con form>div label {
  color: #000;
	line-height: 1.5;
	font-size: 26px;
	font-weight: 900;
}
.contact_con form>div label span.required {
	font-size: 16px;
	color: #cb2b2b;
}


.contact_con form .selectbox {
  position: relative;
}
.contact_con form .selectbox::before {
  content: "";
  position: absolute;
  bottom: 50%;
	right: 30px;
	z-index: 9;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
	border-top: 5px solid #333;
}


.contact_con form select,
.contact_con form .input_base {
  display: block;
	width: 100%;
	height: 63px;
  background: #f1f1f1;
	border: 1px solid #c6c6c6;
	/* color: #686868; */
	color: #000;
  padding: 0 30px 0 17px;
	box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
	margin-top: 12px;
}
.contact_con form textarea.input_base {
	min-height: 224px;
	padding-top: 25px;
	padding-bottom: 20px;
	box-sizing: border-box;
}


.contact_con form .box02_wrap {
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_con form .list_box {
	width: calc((100% - 22px) / 2);
}
.contact_con form .box02_wrap .list_box:first-child {
	margin-right: 22px;
}
.contact_con form .box02_wrap .list_box:last-child {
	margin-left: 22px;
}
.contact_con form .list_box.zip_box {
	width: calc((100% - 44px) / 2);
}


.contact_con form .checkbox_wrap {
	text-align: center;
}
.contact_con form .checkbox_wrap label {
	font-size: 16px;
}
.contact_con form .checkbox_wrap .check {
	padding-left: 5px;
}
.contact_con form .checkbox_wrap a {
	text-decoration: underline;
	color: #00a0ff;
}

.contact_con form .two_form_btn {
	display: flex;
	justify-content: space-evenly;
	padding: 0;
	border: 0;
}

.contact_con form .form_btn input[type="submit"],
.contact_con form .two_form_btn input[type="submit"],
.contact_con form .two_form_btn input[type="button"],
.contact_con form .form_btn button[type="submit"]{
	display: block;
	justify-content: center;
	align-items: center;
	border: none;
  outline: 0;
  cursor: pointer;
	width: 350px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 40px 40px;
	background-color: #00a0ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	font-size: 1.125rem;
}
.contact_con form .form_btn input[type="submit"]::after,
.contact_con form .form_btn button[type="submit"]::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -7px;
}
.contact_con form .form_btn input[type="submit"]:hover,
.contact_con form .form_btn button[type="submit"]:hover
 {
	opacity: 1;
}



.wpcf7-not-valid-tip {
	font-size: 0.75rem;
	margin-top: 20px;
	position: absolute;
	width: 300px;
}
.checkbox_wrap .wpcf7-not-valid-tip {
	left: 50%;
	transform: translateX(-10%);
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #cb2b2b;
	text-align: center;
	border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	font-size: 0;
}

.thanks_box b {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.thanks_box p {
	line-height: 2;
}
.thanks_box .top_btn {
	margin-top: 50px;
}
.thanks_box .top_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
  outline: 0;
  cursor: pointer;
	width: 350px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 40px 40px;
	background-color: #00a0ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.down_con .checkbox_block ul {
	margin-top: 35px;
	margin-left: 9%;
}
.down_con .checkbox_block ul li {
	margin-bottom: 10px;
	display: inline-block;
}
.down_con .checkbox_block ul li .wpcf7-form-control-wrap::after {
	padding-left: 5px;
}
.down_con .checkbox_block ul li:hover .wpcf7-form-control-wrap {
	color: #00a0ff;
	text-decoration: underline;
}
.down_con .checkbox_block ul li .wpcf7-list-item-label {
	font-size: 0;
}

.down_con .checkbox_block ul li .checkbox-01::after {
	content: "Colfax製品カタログ [一般産業関連製品 / 日本語]";
}
.down_con .checkbox_block ul li .checkbox-02::after {
	content: "ペレタイザ総合カタログ [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-03::after {
	content: "水循環装置総合カタログ [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-04::after {
	content: "廉価版 造粒パッケージ [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-05::after {
	content: "マスターバッチ造粒用PCWシステム [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-06::after {
	content: "小型研究用造粒パッケージ [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-07::after {
	content: "エンプラ造粒技術のご紹介 [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-08::after {
	content: "マイクロペレット造粒技術 [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-09::after {
	content: "ホットメルト造粒技術 [化学設備関連製品 / 英語]";
}
.down_con .checkbox_block ul li .checkbox-10::after {
	content: "カッター刃 ポケットガイド [化学設備関連製品 / 英語";
}
.down_con .checkbox_block ul li .checkbox-11::after {
	content: "Gala社 テストセンターのご案内 [化学設備関連製品 / 英語]";
}

.checkbox_wrap .mwform-checkbox-field-text {
	font-size: 0;
}
.contact_con .mw_wp_form_confirm form>div
 {
	padding: 30px 0;
}
.contact_con .mw_wp_form_confirm form .selectbox::before {
	display: none;
}
.contact_con .mw_wp_form_confirm form .confirmTxt {
	color: #999;
}
.mw_wp_form_confirm .checkbox_wrap {
	display: none;
}
.contact_con .mw_wp_form_confirm form .form_btn {
	display: flex;
}

.check_box ul {
	margin-top: 35px;
}
.check_box ul li {
	margin-left: 9%;	
	margin-bottom: 30px;
}
.check_box ul li p {
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 5px;
}
.check_box .horizontal-item {
	line-height: 1.5;
}
/* .check_box .horizontal-item {
	display: block;
	margin-left: 9%;
}
.mw_wp_form .check_box  .horizontal-item + .horizontal-item {
	margin-left: 9%;
} */
.check_box  .mwform-checkbox-field-text  {
	font-size: 1rem;
}
.check_box  .horizontal-item:hover .mwform-checkbox-field-text {
	color: #00a0ff;
	text-decoration: underline;
}
.mw_wp_form .check_box label {
	line-height: 1;
	font-weight: normal;
}
.mw_wp_form_confirm .check_box ul li p+p {
	font-size: 1rem;  
	font-weight: 400; 
	color: #999;
}
@media  only screen and (max-width: 768px) {

	.contact_con {

		width: 89.3334vw;
		max-width: 89.3334vw;
		/* margin: 17vw auto; */
		margin: 17vw auto 0;
	}
	.mw_wp_form {
		padding: 12vw 4vw;
		margin-top: 8vw;
	}
	.contact_con p {
		font-size: 3.7vw;
		line-height: 1.6;
	}
	.contact_con form {
		max-width: 100%;
		width: 100%;
	}
	.contact_con form>div {
		padding: 8vw 0;
	}

	.contact_con form>div:nth-child(2) {
		padding: 0 0 8vw;
	}
	.contact_con form>div label {
		font-size: 4vw;
	}


	.contact_con form .selectbox::before {
		/* bottom: 25px; */
		bottom: 60%;
		right: 2.6667vw;
	}

	input,select,textarea,
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder  {
		font-size: 4vw;
	}
	.contact_con form select,
	.contact_con form .input_base {
		height: 11.0667vw;
		color: #000;
		padding: 0 2.6667vw;
		margin-top: 1.3333vw;
	}
	.contact_con form textarea.input_base {
		min-height: 53.3333vw;
		padding-top: 2.6667vw;
		padding-bottom: 2.6667vw;
	}

	.contact_con form .box02_wrap {
		display: block;
	}
	.contact_con form .list_box {
		width: 100%;
	}
	.contact_con form .box02_wrap .list_box:first-child {
		margin-right: 0;
		margin-bottom: 8vw;
	}
	.contact_con form .box02_wrap .list_box:last-child {
		margin-left: 0;
	}
	.contact_con form .list_box.zip_box {
		width: 100%;
	}



	.contact_con form .form_btn input[type="submit"],
	.contact_con form .two_form_btn input[type="submit"],
	.contact_con form .two_form_btn input[type="button"],
	.contact_con form .form_btn button[type="submit"],
	.thanks_box .top_btn a {
		width: 82.6667vw;
		height: 18.6667vw;
		border-radius: 9.3333vw;
		-webkit-transition: all 0s ease-in-out;
		-moz-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out;
	}


	.down_con .checkbox_block ul {
		margin-top: 1.3333vw;
		margin-left: 0;
	}
	span.wpcf7-list-item {
		margin: 0 !important;
	}

	.check_box .horizontal-item {
		margin-left: 0;
	}
	.check_box  .mwform-checkbox-field-text  {
		font-size: 3.2vw;
	}




}