@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 100px;
	padding: 20px 30px 24px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	background: url("../../images/contact_bg.jpg") no-repeat center center / cover;
}
.pageTitle h2 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 20px;
		padding: 10px 10px 14px;
		height: 100px;
		background-image: url("../../images/contact_bg_sp.jpg");
	}
	.pageTitle h2 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1080px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 10px;
		width: auto;
	}
}
/*------------------------------------------------------------
	comStepList
------------------------------------------------------------*/
.comStepList {
	margin-bottom: 39px;
}
.comStepList li {
	padding: 10px;
	width: 380px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	background: url("../../images/bg_step01_gray.png") no-repeat left center / 100% 100%;
}
.comStepList .step01 {
	padding-right: 28px;
}
.comStepList .step01.on {
	background-image: url("../../images/bg_step01_red.png");
}
.comStepList .step02 {
	margin-left: -15px;
	padding-right: 35px;
	background-image: url("../../images/bg_step02_gray.png");
}
.comStepList .step02.on {
	background-image: url("../../images/bg_step02_red.png");
}
.comStepList .step03 {
	margin-left: -15px;
	width: 350px;
	background-image: url("../../images/bg_step03_gray.png");
}
.comStepList .step03.on {
	background-image: url("../../images/bg_step03_red.png");
}
.comStepList li span {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comStepList {
		margin-bottom: 21px;
	}
	.comStepList li {
		width: 36.8%;
		text-align: left;
		background-image: url("../../images/bg_step01_gray_sp.png");
	}
	.comStepList .step01 {
		padding-right: 25px;
	}
	.comStepList .step01.on {
		background-image: url("../../images/bg_step01_red_sp.png");
	}
	.comStepList .step02 {
		margin-left: -1.8%;
		padding: 16px 20px 17px;
		width: 36.5%;
		background-image: url("../../images/bg_step02_gray_sp.png");
	}
	.comStepList .step02.on {
		background-image: url("../../images/bg_step02_red_sp.png");
	}
	.comStepList .step03 {
		margin-left: -1.5%;
		width: 30%;
		background-image: url("../../images/bg_step03_gray_sp.png");
	}
	.comStepList .step03.on {
		background-image: url("../../images/bg_step03_red_sp.png");
	}
	.comStepList li span {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comForm
------------------------------------------------------------*/
.comForm .text01 {
	margin-bottom: 41px;
	line-height: 2.25;
	letter-spacing: 0.1em;
}
.comForm table {
	margin-bottom: 60px;
	width: 100%;
	border-collapse: collapse;
}
.comForm th, .comForm td {
	padding: 29px 0 30px 10px;
	width: 76%;
	text-align: left;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	word-break: break-all;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.comForm th {
	padding: 31px 0 28px 10px;
	width: 24%;
	font-weight: 700;
}
.comForm th .txt {
	display: block;
	font-weight: 400;
}
.comForm th .must {
	margin-left: 5px;
	color: #e60012;
}
.comForm td {
	padding-left: 12px;
}
.comForm .category {
	font-weight: bold;
	margin: 46px 0 17px;
}
.comForm .category:first-of-type {
	margin-top: 0;
}
.comForm label {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comForm input[type="radio"] {
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.comForm input[type="radio"] ~ span {
	padding-left: 35px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 400;
	word-break: break-all;
	background: url("../../images/check_img_circle.png") no-repeat left top 5px / 16px auto;
}
.comForm input[type="radio"]:checked ~ span {
	background-image: url("../../images/checked_img_circle.png");
}
.comForm input[type="checkbox"] {
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.comForm input[type="checkbox"] ~ span {
	padding-left: 35px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 400;
	word-break: break-all;
	background: url("../../images/check_img.png") no-repeat left top 5px / 16px auto;
}
.comForm input[type="checkbox"]:checked ~ span {
	background-image: url("../../images/checked_img.png");
}
.comForm .optionList {
	margin-top: -10px;
}
.comForm .optionList li {
	margin-top: 10px;
	margin-right: 3em;
	display: inline-block;
	vertical-align: top;
}
.comForm label.error {
	margin-top: 13px;
	display: block;
	color: #e60012;
	font-size: 1.4rem;
}
.comForm .note {
	margin-top: 13px;
	padding-left: 1em;
	text-indent: -1em;
	display: block;
	font-size: 1.4rem;
}
.comForm input[type="text"], .comForm input[type="email"], .comForm input[type="tel"], .comForm textarea {
	padding: 3px 0.5em;
	width: 600px;
	height: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	box-sizing: border-box;
	border-width: 1px;
	border-color: rgb(218, 218, 218);
	border-style: solid;
	border-radius: 0;
	background-color: rgb(255, 255, 255);
	box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.comForm input::placeholder, .comForm textarea::placeholder {
	color: #999999;
	opacity: 1;
}
.comForm input:-ms-input-placeholder, .comForm textarea:-ms-input-placeholder {
	color: #999999;
}
.comForm input::-ms-input-placeholder, .comForm textarea::-ms-input-placeholder {
	color: #999999;
}
.comForm .wid01 {
	width: 100% !important;
}
.comForm .wid02 {
	width: 300px !important;
}
.comForm textarea {
	margin: 0;
	padding: 3px 0.5em;
	width: 100%;
	height: 200px;
	word-break: break-all;
	resize: vertical;
}
.comForm .agree {
	margin-top: -1px;
	line-height: 2.2;
}
.comForm .agree a {
	color: #e60012;
	text-decoration: underline;
}
.comForm .agree a:hover {
	text-decoration: none;
}
.comForm .agree img {
	margin: 11px 13px 0 8px;
	vertical-align: top;
}
.comForm .agree input[type="checkbox"] ~ span {
	background-position: left top 10px;
}
.comForm .submit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.comForm .submit li {
	margin: 0 20px;
	width: 260px;
	position: relative;
}
.comForm .submit li input {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	text-align: center;
	font-size: 0;
	border-radius: 0;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.comForm .submit li label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	background: #e60012;
	z-index: 1;
}
.comForm .submit li label:hover {
	background: #000;
}
.comForm .submit li label span {
	display: block;
	position: relative;
	padding-right: 29px;
	padding: 0 53px 0 25px;
}
.comForm .submit li label span::after {
	width: 17px;
	height: 13px;
	position: absolute;
	right: 55px;
	right: 5px;
	top: 50%;
	background: url("../../images/arrow_btn_white.svg") no-repeat center center / 100% 100%;
	transform: translateY(-50%);
	content: '';
}
@media all and (max-width: 896px) {
	.comForm .text01 {
		margin: 0 10px 25px;
		line-height: 2;
	}
	.comForm table {
		margin-bottom: 74px;
		border-bottom: 1px solid #D8D8D8;
	}
	.comForm th, .comForm td {
		padding: 16px 9px 20px 9px;
		width: 100%;
		display: block;
		font-size: 1.2rem;
		border-bottom: none;
		box-sizing: border-box;
	}
	.comForm th {
		padding: 15px 9px 0 9px;
		width: 100%;
		font-size: 1.6rem;
	}
	.comForm th .txt {
		margin-top: 4px;
		font-size: 1.2rem;
	}
	.comForm th .must {
		margin: 3px 0 0;
		display: block;
		font-size: 1.2rem;
	}
	.comForm td {
		padding-left: 11px;
		border-top: none;
	}
	.comForm .category {
		font-weight: bold;
		margin: 40px 0 18px;
	}
	.comForm .category:first-of-type {
		margin-top: 0;
	}
	.comForm input[type="radio"] ~ span {
		padding-left: 26px;
		font-size: 1.2rem;
		background-size: 12px auto;
		background-position: left top 3px;
	}
	.comForm input[type="checkbox"] ~ span {
		padding-left: 26px;
		font-size: 1.2rem;
		background-size: 12px auto;
		background-position: left top 3px;
	}
	.comForm .optionList {
		margin-top: 0;
	}
	.comForm .optionList li {
		margin: 0 0 18px;
		display: block;
	}
	.comForm .optionList li:last-child {
		margin-bottom: 0;
	}
	.comForm label.error {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.comForm .note {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.comForm input[type="text"], .comForm input[type="email"], .comForm input[type="tel"], .comForm textarea {
		padding: 0 0.6em;
		width: 100% !important;
		height: 40px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.comForm textarea {
		padding: 0.8em 0.5em;
		height: 120px;
	}
	.comForm .agree {
		margin-top: -5px;
		line-height: 2;
		letter-spacing: 0;
	}
	.comForm .agree a:hover {
		text-decoration: underline;
	}
	.comForm .agree img {
		margin: 8px 6px 0 8px;
	}
	.comForm .agree input[type="checkbox"] ~ span {
		padding-left: 26px;
		font-size: 1.2rem;
		background-size: 12px auto;
		background-position: left top 8px;
	}
	.comForm .submit {
		margin: -20px auto 0;
		max-width: 260px;
		display: block;
	}
	.comForm .submit li {
		margin: 20px 0 0;
		width: auto;
	}
	.comForm .submit li label:hover {
		background: #e60012;
	}
}
