@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main {
	padding-bottom: 9rem;
}
body {
  background-color: #edeff1;
}
#container {
	padding-top: 15rem;
}
#main table {
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
#main table th,
#main table td {
	padding: 1.4rem 0;
	box-sizing: border-box;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #939393;
	text-align: left;
	vertical-align: top;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.38;
}
#main table th {
	color: #0071bc;
	width: 27%;
	font-weight: 700;
	padding-left: 0.3rem;
	letter-spacing: 0.15em;
}
@media all and (min-width: 897px) {
	#main table tr:last-child th,
	#main table tr:last-child td {
		border-bottom: none;
	}
}
@media all and (max-width: 896px) {
	#container {
		padding-top: 9.8rem;
	}
	#main table th,
	#main table td {
		padding: 1.4rem 0;
		font-size: 1.35rem;
		letter-spacing: -0.02em;
		line-height: 1.38;
	}
	#main table th {
		padding-left: 0.3rem;
		width: 33%;
		letter-spacing: 0.1em;
	}
}


/* notesBox */
#main .notesBox {
	margin-bottom: 3.9rem;
	padding: 5.5rem 2rem 6.1rem;
	border-radius: 1.5rem;
	background-color: #fff;
}
#main .notesBox .title {
	color: #0071bc;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 1.7rem;
	letter-spacing: 0.2em;
}
#main .notesBox .widBox {
	margin: 3.7rem auto 0;
	max-width: 53.2rem;
	color: #aaaaaa;
	font-size: 0.98rem;
	line-height: 1.99;
}
#main .notesBox .widBox p {
	letter-spacing: 0.1em;
}
#main .notesBox .ttl {
	margin-bottom: 1px;
	color: #848484;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#main .notesBox {
		margin-bottom: 5.8rem;
		padding: 3.2rem 2rem 3.3rem;
		border-radius: 0.6rem;
		background-color: #fff;
	}
	#main .notesBox .title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
		letter-spacing: 0.1em;
	}
	#main .notesBox .widBox {
		margin: 2.2rem auto 0;
		max-width: inherit;
		font-size: 1.25rem;
	}
	#main .notesBox .widBox p {
		letter-spacing: 0.1em;
	}
	#main .notesBox .ttl {
		margin-bottom: 1px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
}


/* tabUl */
#main .tabUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
}
#main .tabUl li {
	width: calc(50% - 0.5rem);
}
#main .tabUl a {
	height: 6rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	border-radius: 0.7rem 0.7rem 0 0;
	background-color: #c1c1c1;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .tabUl .on a {
	background-color: #000;
}
@media all and (min-width: 897px) {
	#main .tabUl a:hover {
		background-color: #000;
	}
}
@media all and (max-width: 896px) {
	#main .tabUl {
		gap: 1rem 0.4rem;
	}
	#main .tabUl li {
		width: calc(50% - 0.2rem);
	}
	#main .tabUl a {
		height: 6rem;
		font-size: 1.2rem;
		border-radius: 0.3rem 0.3rem 0 0;
		letter-spacing: 0.27em;
		text-align: center;
	}
	#main .contactBox {
		margin: 0 -1.6rem -9rem;
		background-color: #fff;
		padding: 5.4rem 1.7rem;
	}
	#main .confirmBox .contactBox {
		margin: 0;
		padding: 3.6rem 1.8rem 5rem;
	}
}

/* tabBox */
#main .tabBox {
	padding: 9rem 2rem 6.7rem;
	background-color: #fff;
	border-radius: 1.2rem;
}

#main .formBox {
	margin: 0 auto;
	max-width: 70rem;
}
#main .checkUl02 li {
	width: 11rem;
}
#main .serviceBox {
	color: #848484;
	font-size: 1.2rem;
}
#main .serviceBox .borderBox {
	overflow-y: auto;
	color: #a9a9a9;
	line-height: 1.66;
	border: 1px solid #c3c3c3;
	padding: 1rem 1.1rem;
	letter-spacing: 0.08em;
	height: 13.9rem;
}
#main .serviceBox .borderBox a {
	color: #a9a9a9;
}
#main .serviceBox .borderBox p {
	margin-bottom: 2rem;
}
#main .serviceBox .borderBox p:last-child {
	margin-bottom: 0;
}
#main .serviceBox .ttl {
	color: #848484;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 0.2rem;
}
#main .topTtl {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .tab02 table th {
	color: #535353;
	font-weight: 500;
}
#main .tab02 .formBox .must {
	background-color: #848484;
}
#main .tab02 .formBox input[type="checkbox"]:checked ~ span {
	background-image: url("../img/common/check_icon03.png");
	background-position: left 1rem center;
	background-size: 1.5rem auto;
	color: #535353;
	font-weight: 500;
}
#main .tab02 .formBox .agreeTxt input[type="checkbox"]  ~ span {
	padding-left: 2rem;
	background-position: left top 0.9rem;
}
#main .tab02 .formBox .agreeTxt input[type="checkbox"]:checked  ~ span a {
	color: #535353;
}
@media all and (min-width: 897px) {
	#main .serviceBox .borderBox a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#main .tabBox {
		padding: 3.1rem 0 0;
		border-radius: 0;
	}
	#main .formBox {
		max-width: inherit;
	}
	#main .checkUl02 li {
		width: auto;
	}
	#main .checkUl03 {
		display: flex;
		gap: 0 1.2rem;
	}
	#main .checkUl03 li {
		width: 10.6rem;
	}
	#main .serviceBox {
		margin-top: 1.9rem;
		font-size: 1.15rem;
	}
	#main .serviceBox .borderBox {
		line-height: 1.7;
		padding: 1rem 1.5rem;
		letter-spacing: 0.08em;
		height: 13.9rem;
	}
	#main .serviceBox .borderBox p {
		margin-bottom: 2rem;
	}
	#main .serviceBox .ttl {
		letter-spacing: 0.1em;
		margin-bottom: 0.4rem;
		font-size: 1.57rem;
	}
	#main .topTtl {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	#main .tab02 .formBox input[type="checkbox"]:checked ~ span {
		background-image: url("../img/common/check_icon03.png");
		background-position: left 1rem center;
		background-size: 1.5rem auto;
		color: #535353;
		font-weight: 500;
	}
	#main .tab02 .formBox .agreeTxt input[type="checkbox"]  ~ span {
		padding-left: 2rem;
		background-position: left top 0.9rem;
	}
}

#main .tabBox {
	display: none;
}

/* confirm */
#main .confirmBox .comBg {
	padding: 6.9rem 3.9rem 12.9rem;
	background-color: #fff;
	border-radius: 1rem;
}
#main .confirmBox table th {
	width: 29.8%;
}
#main .confirmBox table td {
	vertical-align: middle;
}
#main .confirmBox table tr:last-child th, #main .confirmBox table tr:last-child td {
	border-bottom: 1px solid #939393;
}
#main .confirmBox .formBox .submit {
	margin-top: 3.9rem;
}
#main .confirmBox .formBox .submit input {
	width: 40rem;
	box-shadow: none;
	border-radius: 5rem;
	font-size: 1.3rem;
	border: none;
	background: url("../img/common/bg01.jpg") repeat-y left top / 100% auto;
	letter-spacing: 0.1em;
	order: 3;
}
#main .confirmBox .formBox .submit .return input {
	width: 25rem;
	background: #999999;
	order: 1;
}
@media all and (max-width: 896px) {
	#main .confirmBox .comBg {
		padding: 3.6rem 1.8rem 5rem;
		border-radius: 0;
	}
	#main .confirmBox {
		margin: -4.5rem 0 -9rem 0;
	}
	#main .confirmBox table th {
		width: 38%;
		padding-left: 0;
	}
	#main .confirmBox .formBox .submit input {
		width: 100%;
		max-width: 28rem;
		font-size: 1.5rem;
	}
	#main .confirmBox .formBox .submit {
		margin-top: 3.1rem;
	}
	#main .confirmBox .formBox .submit .return input {
		width: 100%;
		background-color: #b3b3b3;
	}
}


/* thanksBox */
#main .thanksBox {
	border-radius: 1rem;
	text-align: center;
	padding: 9.4rem 3.9rem 11.3rem;
	background-color: #fff;
}
#main .thanksBox p {
	color: #666666;
	font-size: 1.5rem;
	line-height: 1.33;
	letter-spacing: 0.1em;
}
#main .thanksBox .title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 3.6rem;
	letter-spacing: 0.1em;
}
#main .thanksBox .subTtl {
	color: #0071bc;
	font-size: 1.9rem;
	font-weight: 700;
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
}
#main .thanksBox .comBtn {
	margin-top: 2.6rem;
}
@media all and (max-width: 896px) {
	#main .thanksBox {
		margin: 1.1rem 1.6rem 0;
		border-radius: 0;
		padding: 3.9rem 1rem 6.1rem;
	}
	#main .thanksBox p {
		color: #000000;
		font-size: 1.25rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}
	#main .thanksBox .title {
		text-align: center;
		font-size: 2.2rem;
		margin-bottom: 3.6rem;
		letter-spacing: 0.1em;
	}
	#main .thanksBox .subTtl {
		font-size: 1.8rem;
		margin-bottom: 0.7rem;
		letter-spacing: 0.1em;
		line-height: 2.09;
	}
	#main .thanksBox .comBtn {
		margin-top: 1.7rem;
	}
}