@charset "utf-8";
/* CSS Document */


/*71_採用情報個別エントリー*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	.cf7-rec {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-top: 60px;
	}
	
	.cf7-rec table {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 60px;
	}
	
	.cf7-rec table p {
		text-align: left;
	}
	
	.cf7-rec table tr th {
    	position: relative;
    	width: 250px;
    	padding: 25px 0;
    	font-size: 20px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	vertical-align: top;
		border-bottom: solid 1px #F18405;
	}
	
	.cf7-rec table tr td {
		position: relative;
    	width: 750px;
    	font-size: 20px;
  		font-weight: normal;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.cf7-rec table tr td:before {
    	content: "";
    	position: absolute;
    	left: -1px;
    	bottom: 0;
    	width: 750px;
    	border-bottom: 1px solid #333333;
	}
	
	input[name="post_title"] {
    	position: relative;
    	width: 500px;
    	height: 50px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    	font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	box-sizing: border-box;
	}
	
	.cf-box00 {
		position: relative;
    	width: 500px;
    	height: 50px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
	}
	
	.cf-box01 {
		position: relative;
    	width: 250px;
    	height: 50px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
	}
	
	.cf-box02 {
		position: relative;
    	width: 600px;
    	height: 50px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
	}
	
	.cf-box03 {
		position: relative;
    	width: 600px;
    	height: 150px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
	}
	
	.sb01 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.sb01:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	.sb02 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
		top: 100px;
	}
	
	.sb02:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	.con-conf {
		margin-bottom: 100px;
	}
	
	.conf01 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
		bottom: 100px;
	}
	
	.conf01:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	 .wpcf7-form-control {
      	appearance: none;
      	-webkit-appearance: none; /*Google Chrome/Safari対応*/
      	-moz-appearance: none; /*Firefox対応*/
      	-o-appearance: none; /*Opera対応*/
	}
	
}
  
/*SP*/
@media only screen and (max-width: 768px) {
	
	
	.cf7-rec {
		position: relative;
		display: block;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.cf7-rec table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 30px;
	}
	
	.cf7-rec table tr th {
    	position: relative;
		display: block;
    	width: 100%;
    	padding: 10px 0 15px;
    	font-size: 13px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.cf7-rec table tr th:before {
    	content: "";
    	position: absolute;
    	left: -15px;
    	bottom: 5px;
    	width: 100px;
    	border-bottom: 1px solid #f18405;
	}
	
	.cf7-rec table tr th:after {
    	content: "";
    	position: absolute;
    	left: 85px;
    	bottom: 5px;
    	width: 250px;
    	border-bottom: 1px solid #333333;
	}
	
	.cf7-rec table tr td {
		position: relative;
		display: block;
    	width: 100%;
		padding: 0;
    	font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.cf7-rec table tr:nth-of-type(8):before {
    	content: "";
    	position: absolute;
    	left: -15px;
    	bottom: 0;
    	width: 100px;
    	border-bottom: 1px solid #f18405;
	}
	
	.cf7-rec table tr:nth-of-type(8):after {
    	content: "";
    	position: absolute;
    	left: 85px;
    	bottom: 0;
    	width: 250px;
    	border-bottom: 1px solid #333333;
	}
	
	input[name="post_title"] {
    	position: relative;
    	width: 100%;
    	height: 40px;
		margin: 10px auto;
    	padding: 15px 10px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    	font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
		border-radius: 0;
    	box-sizing: border-box;
	}
	
	.cf-box00, .cf-box01, .cf-box02 {
		position: relative;
    	width: 320px;
    	height: 30px;
		margin: 10px auto;
    	padding: 0 10px;
		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
		border-radius: 0;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
		
	}
	
	 .cf-box03 {
		position: relative;
    	width: 320px;
    	height: 100px;
		margin: 10px auto;
    	padding: 0 10px;
		color: #522C03;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border-radius: 0;
		border: solid 1px #e5e5e5;
	}
	
	.sb01 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 10px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
	}
	
	.sb02 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 10px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
		top: 50px;
	}
	
	.con-conf {
		margin-bottom: 50px;
	}
	
	.conf01 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 10px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
		bottom: 50px;
	}
	
	/*送信後メッセージ削除*/
	.wpcf7-mail-sent-ok{
    	display:none!important;
	}

	.wpcf7 form.sent .wpcf7-response-output {
		margin: 0;
		padding: 0;
		border: 0px solid rgba(255,255,255,0.00);
		color: rgba(255,255,255,0.00);
	}

	/* 確認画面のフィールド背景色や枠線を消す */
	input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  		border: 0;
  		padding: 0;
  		background: rgba(255,255,255,0.00);
	}

	.wpcf7-text:-webkit-autofill {
  		box-shadow: 0 0 0 1000px #FFF inset;
	}

	.wpcf7-select:-webkit-autofill {
  		box-shadow: 0 0 0 1000px #FFF inset;
	}

	.wpcf7.is_confirm input:-webkit-autofill {
   	 box-shadow: 0 0 0px 1000px #FFF inset;
	}

	.wpcf7.is_confirm select:-webkit-autofill {
    	box-shadow: 0 0 0px 1000px #FFF inset;
	}
	
	.wpcf7-not-valid-tip {
		font-size: 11px!important;
	}
	
	/*送信ボタンの下余白*/
	.wpcf7-spinner {
		display: none!important;
	}
	
}

/*90.お問い合わせ*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	
	
	.cf7-con {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-top: 60px;
	}
	
	.cf7-con table {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 60px;
	}
	
	.cf7-con table p {
		text-align: left;
	}
	
	.cf7-con table tr th {
    	position: relative;
    	width: 200px;
    	padding: 25px 0 25px 50px;
    	font-size: 20px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	vertical-align: top;
		border-bottom: solid 1px #F18405;
	}
	
	.cf7-con table tr td {
		position: relative;
    	width: 750px;
    	font-size: 20px;
  		font-weight: normal;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.cf7-con table tr td:before {
    	content: "";
    	position: absolute;
    	left: -1px;
    	bottom: 0;
    	width: 750px;
    	border-bottom: 1px solid #333333;
	}
	
	input[name="post_title"] {
    	position: relative;
    	width: 500px;
    	height: 50px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    	font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	box-sizing: border-box;
	}
	
	.cf-box00 {
		position: relative;
    	width: 500px;
    	height: 50px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
	}
	
	.cf-box04 {
		position: relative;
    	width: 500px;
    	height: 150px;
		margin: 10px 0 10px 30px;
    	padding: 10px 15px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
	}
	
	.accept {
    	position: relative;
    	display: block;
    	width: 280px;
    	height: auto;
    	margin: 20px auto 35px;
    	color: #333;
    	font-size: 16px;
    	font-weight: 500;
    	letter-spacing: normal;
    	line-height: normal;
	}
	
	.accept a {
    	position: absolute;
    	top: 0;
    	left: 45px;
    	color: #333;
    	font-size: 16px;
    	font-weight: 500;
    	letter-spacing: normal;
    	line-height: normal;
		border-bottom: solid 1px #333;
	}
	
	.sb01 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.sb01:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	.sb02 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
		top: 100px;
	}
	
	.con-conf .sb02 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
		top: 50px;
	}
	
	.sb02:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	.sb03 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.sb03:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	.rec-conf {
		margin-bottom: 100px;
	}
	
	.con-conf {
		margin-bottom: 100px;
	}
	
	.conf01 {
    	z-index: 1;
		display: block;
		position: relative;
		margin: 0 auto;
		width: 300px;
		height: 60px;
		font-family: 'Montserrat';
  		font-size: 20px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: 2px;
  		text-align: center;
  		color: #fff;
		background: #333;
		border: solid 2px #333;
		border-radius: 10px;
		transition: 0.4s;
		bottom: 100px;
	}
	
	.conf01:hover {
		color: #333;
		background: #fff;
		border: solid 2px #333;
	}
	
	 .wpcf7-form-control {
      	appearance: none;
      	-webkit-appearance: none; /*Google Chrome/Safari対応*/
      	-moz-appearance: none; /*Firefox対応*/
      	-o-appearance: none; /*Opera対応*/
	}
	
}
  
/*SP*/
@media only screen and (max-width: 768px) {
	
	
	.cf7-con {
		position: relative;
		display: block;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.cf7-con table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 20px;
	}
	
	.cf7-con table tr th {
    	position: relative;
		display: block;
    	width: 100%;
    	padding: 10px 0 15px;
    	font-size: 13px;
  		font-weight: bold;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.cf7-con table tr th:before {
    	content: "";
    	position: absolute;
    	left: -15px;
    	bottom: 5px;
    	width: 100px;
    	border-bottom: 1px solid #f18405;
	}
	
	.cf7-con table tr th:after {
    	content: "";
    	position: absolute;
    	left: 85px;
    	bottom: 5px;
    	width: 250px;
    	border-bottom: 1px solid #333333;
	}
	
	.cf7-con table tr td {
		position: relative;
		display: block;
    	width: 100%;
		padding: 0;
    	font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
	}
	
	.cf7-con table tr:nth-of-type(8):before {
    	content: "";
    	position: absolute;
    	left: -15px;
    	bottom: 0;
    	width: 100px;
    	border-bottom: 1px solid #f18405;
	}
	
	.cf7-con table tr:nth-of-type(8):after {
    	content: "";
    	position: absolute;
    	left: 85px;
    	bottom: 0;
    	width: 250px;
    	border-bottom: 1px solid #333333;
	}
	
	input[name="post_title"] {
    	position: relative;
    	width: 100%;
    	height: 40px;
		margin: 10px auto;
    	padding: 15px 10px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    	font-size: 13px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
		border-radius: 0;
    	box-sizing: border-box;
	}
	
	.cf-box00, .cf-box01, .cf-box02 {
		position: relative;
    	width: 320px;
    	height: 30px;
		margin: 10px auto;
    	padding: 0 10px;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
		border-radius: 0;
    	box-sizing: border-box;
		border: solid 1px #e5e5e5;
		
	}
	
	 .cf-box03 {
		position: relative;
    	width: 320px;
    	height: 100px;
		margin: 10px auto;
    	padding: 0 10px;
		color: #522C03;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border-radius: 0;
		border: solid 1px #e5e5e5;
	}
	
	.cf-box04 {
		position: relative;
    	width: 320px;
    	height: 100px;
		margin: 10px auto;
    	padding: 0 10px;
		color: #522C03;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-size: 16px;
  		font-weight: 500;
  		line-height: normal;
  		letter-spacing: normal;
  		text-align: left;
  		color: #333;
    	background: #fff;
    	box-sizing: border-box;
		border-radius: 0;
		border: solid 1px #e5e5e5;
	}
	
	.sb01 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 5px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
	}
	
	.sb02 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 10px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
		top: 50px;
	}
	
	.con-conf .sb02 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 10px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
		top: 20px
	}
	
	.sb03 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 10px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
	}
	
	.accept {
    	position: relative;
    	display: block;
    	width: 280px;
    	height: auto;
    	margin: 20px auto 35px;
    	color: #333;
    	font-size: 16px;
    	font-weight: 500;
    	letter-spacing: normal;
    	line-height: normal;
	}
	
	.accept a {
    	position: absolute;
    	top: 0;
    	left: 45px;
    	color: #333;
    	font-size: 16px;
    	font-weight: 500;
    	letter-spacing: normal;
    	line-height: normal;
		border-bottom: solid 1px #333;
	}
	
	.rec-conf {
		margin-bottom: 50px;
	}
	
	.con-conf {
		margin-bottom: 70px;
	}
	
	.conf01 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 250px;
    	height: 40px;
    	margin: 0 auto;
    	font-size: 15px;
    	font-weight: bold;
    	letter-spacing: normal;
    	line-height: 23px;
    	text-align: 40px;
    	color: #fff;
    	background: #333;
    	border: solid 2px #333;
		border-radius: 10px;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
		bottom: 50px;
	}
	
	/*送信後メッセージ削除*/
	.wpcf7-mail-sent-ok{
    	display:none!important;
	}

	.wpcf7 form.sent .wpcf7-response-output {
		margin: 0;
		padding: 0;
		border: 0px solid rgba(255,255,255,0.00);
		color: rgba(255,255,255,0.00);
	}

	/* 確認画面のフィールド背景色や枠線を消す */
	input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  		border: 0;
  		padding: 0;
  		background: rgba(255,255,255,0.00);
	}

	.wpcf7-text:-webkit-autofill {
  		box-shadow: 0 0 0 1000px #FFF inset;
	}

	.wpcf7-select:-webkit-autofill {
  		box-shadow: 0 0 0 1000px #FFF inset;
	}

	.wpcf7.is_confirm input:-webkit-autofill {
   	 box-shadow: 0 0 0px 1000px #FFF inset;
	}

	.wpcf7.is_confirm select:-webkit-autofill {
    	box-shadow: 0 0 0px 1000px #FFF inset;
	}
	
	.wpcf7-not-valid-tip {
		font-size: 11px!important;
	}
	
	/*送信ボタンの下余白*/
	.wpcf7-spinner {
		display: none!important;
	}
	
}

