.contact {
	padding: 7rem 0 5rem;
}
.contact h2 {
	font-size: 2.5rem;
	text-align: center;
	padding: 0 0 2rem;
	letter-spacing: -.1rem;
}
.contact th {
	display: block;
	width: 100%;
	text-align: left;
	background-color: #66A0B6;
	color: #fff;
	padding: 1rem;
}
.contact td {
	display: block;
	width: 100%;
	padding: 1.5rem;
}
.contact td.radio {
	padding: 3rem 1.5rem;
}
.contact table {
	width: 100%;
}
input[type="text"], input[type="tel"] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-radius: .5rem;
    border: .1rem solid #6e6e6e;
	background-color: #F0F6F8;
}
select {
	width: 60%;
	height: 5rem;
	padding: 1rem;
	border-radius: .5rem;
	border: .1rem solid #6e6e6e;
	font-size: 1.4rem;
	background-color: #F0F6F8;
}
textarea {
	width: 100%;
	padding: 1rem;
	border-radius: .5rem;
	border: .1rem solid #6e6e6e;
	background-color: #F0F6F8;
}
input[type="text"].post {
	width: 60%;
}
input[type="radio"] {
	margin: 0 .5rem 0 0;
}
.contact .a-first, .contact .a-second {
	padding: 0 0 1.5rem;
}
.contact .required {
	position: relative;
}
.contact .required:after {
	position: absolute;
	content: '';
	background-image: url("../img/common/require-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 4rem;
	height: 2.4rem;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	margin: 0 0 0 1rem;
}
.contact .info {
	font-size: 1.2rem;
	padding: 2rem 0;
	text-align: center;
	line-height: 1.8;
}
.contact .info a.personal {
	text-decoration: underline;
	color: #006185;
}
.form-btn {
	background-color: #009C94;
	text-align: center;
	font-size: 1.9rem;
	color: #fff;
	padding: 2.5rem 1rem;
	position: relative;
	border: 0.1rem solid #1a1a1a;
	box-shadow: 0rem .5rem 0rem rgba(26, 26, 26, 1);
	width: 90%;
	display: block;
	margin: 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	font-weight: 500;
	transition: .1s;
	border-radius: 5rem;
}
.form-btn:hover {
	box-shadow: 0rem 0 0rem rgba(26, 26, 26, 1);
	transform: translateY(.5rem);
}
.contact .tel-wrap {
	margin: 4rem auto 0;
}
#personal .popup-wrap h4 {
	font-size: 1.5rem;
	text-align: center;
	padding: 0 0 2rem;
}
#personal .popup-wrap h5 {
	font-size: 1.3rem;
}
#personal .popup-wrap p {
	font-size: 1.1rem;
	line-height: 1.7;
}
#personal .popup-wrap p.right {
	text-align: right;
	padding: 0 0 1rem;
}
#personal .popup-wrap .per01 {
	padding: 1rem 0 0;
}
.contact em, .contact .error {
	color: #E45514;
	padding: 1rem 0 0;
	font-size: 1.5rem;
}
.contact .tel-copy {
	color: #333;
}
.contact .tel-num {
	color: #333;
}
.contact .tel-copy:before {
	background-image: url("../img/common/cta-tel-icon-g.png");
}
/*---------------------------------------------確認画面・完了画面-------------------------------------------------------------------*/
/*---------------------------------------------確認画面・完了画面-------------------------------------------------------------------*/

.confirm h2 {
	background-color: #006185;
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	padding: 3rem;
	margin: 0 0 3rem;
	line-height: 1.5;
}
.confirm p {
	text-align: center;
	font-size: 1.5rem;
}
.confirm p.p2 {
	padding: 2rem 0 0;
}
.confirm a.tel {
	text-decoration: underline;
}
.confirm a.top {
	text-align: center;
	display: block;
	margin: 5rem 0 0;
	text-decoration: underline;
	color: #006185;
}
.confirm-wrap h1 {
	padding: 1rem;
	width: 20rem;
}
.confirm-btn {
	padding: 0 0 5rem;
}
.confirm table {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin: 2rem 0;
}
.confirm th, .confirm td {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
}
.confirm table th {
	padding: 1rem;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	background-color: #F0F1F1;
}
.confirm table td {
	padding: 1rem;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	background-color: #fff;
}
.confirm table td ul {
	margin-bottom: 0;
}
.confirm table td img {
	margin: 0.5rem 0;
}
.confirm-btn .backtop {
	font-size: 1.6rem;
	text-decoration: underline;
}
body.confirm-wrap {
	background: url("../img/common/dot-blue.png");
}
body.confirm-wrap.finish2 {
	
}

	@media screen and (min-width:768px) {
		.contact {
			padding: 7rem 0;
		}
		.contact th {
			display: table-cell;
			width: 30%;
			background-color: #CCDFE7;
			color: #006185;
			padding: 1rem;
			border-top: .1rem solid #4C90AA;
		}
		.contact td {
			display: table-cell;
			width: 70%;
			padding: 1.5rem;
			border-top: .1rem solid #4C90AA;
		}
		.form-btn {
			width: 53rem;
			font-size: 3rem;
			letter-spacing: .2rem;
		}
		.confirm th, .confirm td {
			display: table-cell;
		}
		.confirm th {
			width: 30%;
		}
		.confirm td {
			width: 68%;
		}
	}


		@media screen and (min-width:1000px) {
			.contact .inner {
				width: 100rem;
				margin: 0 auto;
			}
			.contact h2 {
				font-size: 5rem;
				padding: 0 0 4rem;
			}
			.contact th {
				font-size: 1.8rem;
				width: 25%;
				padding: 2rem;
			}
			.contact td {
				font-size: 1.8rem;
				padding: 2rem;
			}
			
			input[type="text"], input[type="tel"] {
				font-size: 1.8rem;
				height: 6rem;
			}
			select {
				font-size: 1.8rem;
				height: 6rem;
			}
			textarea {
				font-size: 1.8rem;
			}
			.contact td.radio {
				padding: 4rem 2rem;
			}
			.contact td.radio label {
				margin: 0 5rem 0 0;
			}
			.contact .info {
				font-size: 1.4rem;
				padding: 4rem 0;
			}
			#personal .popup-wrap p {
				font-size: 1.3rem;
			}
			.contact .tel-wrap {
				margin: 5rem auto 0;
			}
/*---------------------------------------------確認画面・完了画面-------------------------------------------------------------------*/
/*---------------------------------------------確認画面・完了画面-------------------------------------------------------------------*/

			.confirm h2 {
				font-size: 4.5rem;
				
			}
			.confirm.finish h2 {
				padding: 2rem;
				margin: 0 0 6rem;
			}
			.confirm p {
				text-align: center;
				font-size: 1.8rem;
			}
			.confirm p.p2 {
				padding: 4rem 0 0;
			}
			.confirm a.top {
				margin: 5rem 0 0;
			}
			.confirm table {
				margin: 2rem auto;
				width: 100rem;
			}
			.confirm .inner {
				width: 100rem;
				margin: 5rem auto;
			}
			.confirm th, .confirm td {
				font-size: 1.8rem;
			}
			.confirm th {
				width: 30rem;
			}
			.confirm td {
				width: 70rem;
			}
			.confirm p {
				font-size: 1.8rem;
			} 

	}

			@media screen and (min-width:1100px) {
				.contact {
					padding: 10rem 0;
				}
			}
			@media screen and (max-width:359px) {
				.contact h2 {
					font-size: 2.2rem;
				}
				
			}

