@charset "UTF-8";
/* CSS Document */
#contents {
	padding: 0px 8.16vw 0px;
}
.red{
	color: #F00078;
}
#contents .cnt{
	margin-bottom: 60px;
}
.flow{
	max-width: 434px;
	margin: 0 auto 60px;
}
/*contact7*/
.form{
	margin-bottom: 97px;
}
.wpcf7 .hidden-fields-container {
    display: none;
}
.wpcf7 .table-contact{
	width: 100%;
	border-spacing:0px;
	margin-bottom: 52px;
}
.wpcf7 tr th,.wpcf7 tr td{
	border-top: solid 1px #CCC;
	padding: 20px 0px;
}
.wpcf7 tr th{
	text-align: left;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	width: 16%;
}
.wpcf7 tr td .mb10{
	margin: 10px 0px;
}
.wpcf7 tr td .wpcf7-form-control-wrap input,.wpcf7 tr td .wpcf7-form-control-wrap textarea{
	width: calc(100% - 20px);
	height: 38px;
	background: #F9F9F9;
	border: solid 1px #ccc;
	border-radius: 6px;
	padding: 10px;
}
.wpcf7 tr td .wpcf7-form-control-wrap textarea{
	height: 150px;
}
.wpcf7 tr:last-child th,.wpcf7 tr:last-child td{
	border-bottom: solid 1px #ccc;
}
.orange-txt{
	color: #F00078;
}
.input-wrap{
	text-align: center;
}
.input-wrap > p{
	margin-bottom: 12px;
	line-height: 28px;
}
#btnWrap {
	position: relative;
	transition: 0.3s;
}
/* 共通設定 */
.btn-arrow {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: background-image 0.3s ease;
}

/* 戻るボタンの矢印 */
.arrow-prev {
  background-image: url("../img/common/cont_arrow.svg");
}
.arrow-prev.hover {
  background-image: url("../img/common/normal_arrow2.svg");
}

/* 送信ボタンの矢印 */
.arrow-submit {
  background-image: url("../img/common/normal_arrow.svg");
}
.arrow-submit.hover {
  background-image: url("../img/common/normal_arrow2.svg");
}

.wpcf7-submit{
	width: 262px;
	background: #fff;
	border: solid 1px #CCCCCC;
	font-size: 1.5rem;
	line-height: 28px;
	letter-spacing: 0.75px;
	color: #557EC0;
	font-weight: 700;
	padding: 11px 0px;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}
.wpcf7-submit:hover{
	background: #557EC0;
	border: solid 1px #557EC0;
	color: #fff;
}
.wpcf7-previous{
	width: 262px;
	background: #fff;
	border: solid 1px #CCCCCC;
	font-size: 1.5rem;
	line-height: 28px;
	letter-spacing: 0.75px;
	color: #333;
	font-weight: 700;
	padding: 11px 0px;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
	margin-right: 10px;
}
.wpcf7-previous:hover{
	background: #333;
	border: solid 1px #333;
	color: #fff;
}
.cnt2{
	margin-top: 0px;
}
.cnt2 p{
	margin-bottom: 5px;
	text-indent: -16px;
	margin-left: 16px;
}

.box2 > p{
	text-align: center;
	margin-bottom: 12px;
}
.box2 .btn_cnt{
	margin: 0 auto;
	text-align: center;
}
.box2 .btn_cnt .btn{
	padding: 14px 0px;
	margin: 0 auto;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and (max-width: 820px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#contents .cnt{
		margin-bottom: 52px;
	}
	.wpcf7 tr th{
		width: 100%;
		border-bottom: none;
		padding-bottom: 12px;
	}
	.wpcf7 tr td{
		border-top: none;
		padding-top: 0px;
	}
	.wpcf7 tr th, .wpcf7 tr td{
		display: block;
	}
	.wpcf7 tr:last-child th{
		border-bottom: none;
	}
	#content .input-wrap p{
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	#contents {
        padding: 52px 16px 0px;
    }
	.input-wrap > p{
		text-align: center !important;
	}
	.wpcf7-previous,.wpcf7-submit{
		width: 47%;
	}
	.box2 > p{
		text-align: center !important;
		margin-bottom: 32px;
	}
}