@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

#main .topTxt {
	margin-bottom: 35px;
	color : #000;
	font-size : 11px;
	line-height: 2;
	letter-spacing: 3px;
	font-weight: 500;
	text-align: center;
}

#main .topTxt span {
	display: block;
	color : #AD1E32;
}

#main .topTxt span a {
	color : #AD1E32;
	text-decoration: underline;
}

.thanks h3 {
	margin-bottom: 11px;
	font-size : 25px;
	letter-spacing: 10px;
	line-height: 1.94;
	font-weight: 600;
	text-align: center;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.thanks .headLine {
	margin-bottom: 47px;
}

.thanks .text {
	font-size : 14px;
	line-height: 2;
	letter-spacing: 3px;
	text-align: center;
}

.thanks .text span {
	display: block;
	color: #ad1e32;
}

.thanks .text span a {
	color: #ad1e32;
	text-decoration: underline;
}

.confirm .comTable th {
	border: 4px solid #fff;
	border-left: none;
}

.confirm .comTable td {
	letter-spacing: 2px;
}

.confirm .comContactBox .ttl {
	margin-bottom: 2px;
}

.confirm#main .comContactBox .comTable tr:first-child td {
	padding: 25px 0 25px 27px !important;
}

.confirm#main .comContactBox .inputTxt > span {
	margin-right: 36px;
	color: #d4d4d4;
	vertical-align: -1px;
}

.confirm#main .comContactBox .comTable td {
	padding: 38px 0 39px 25px;
}

.confirm#main .comContactBox .inputTxt {
	margin-bottom: 31px;
}

.confirm#main .comContactBox td .inputTxt:last-child {
	margin-bottom: 0;
}

.confirm#main .comContactBox .linkList input {
	background-position: right 10px center;
}


.confirm#main .comContactBox .tableBox {
	margin-bottom: 60px;
}

.confirm#main.comContactBox .linkList .comBtn {
	margin: 0 7px;
}

.confirm#main .comContactBox .linkList .comBtn.resize input {
	background: #000 url(../img/common/arrow05.png) no-repeat left 10px center;
	background-size: 8px auto;
}

.confirm#main .comContactBox .inputTxt > span {
	color: #d4d4d4;
}
.other{
margin: 10px 0 0;
}


@media screen and (max-width: 767px) {
	#main .topTxt {
		margin-bottom: 39px;
		font-size: 11px;
		line-height: 2;
		text-align: justify;
	}
	
	.confirm#main .headLine {
		margin-bottom: 46px;
	}
	
	.confirm .comContactBox .ttl {
		margin-bottom: 19px;
	}
	
	.confirm .comTable th {
		border: none;
	}
	
	.confirm#main .comContactBox .comTable tr:first-child td {
		padding: 14px 0 31px 2px !important;
	}
	
	.confirm#main .comContactBox .comTable td {
		padding: 15px 0 34px 2px;
	}
	
	.confirm .comTable td {
		border: none;
	}
	
	.confirm#main .comContactBox .inputTxt > span {
		margin-right: 29px;
	}
	
	.confirm#main .comContactBox .inputTxt {
		margin-bottom: 26px;
	}
	
	.confirm#main .comContactBox .tableBox {
		margin-bottom: 11px;
	}
	
	.confirm#main .comContactBox .linkList {
		position: relative;
		height: 135px;
	}
	
	.confirm#main .comContactBox .linkList li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	
	.confirm#main .comContactBox .linkList .resize {
		top: 90px;
	}
	
	.confirm#main .comContactBox .linkList .resize input {
		height: 45px;
	}
		
	.thanks h3 {
		font-size: 17.5px;
		line-height: 2;
		letter-spacing: 4px;
	}
	
	.thanks .headLine {
		margin-bottom: 37px;
	}
	
	.thanks .text {
		font-size: 12.5px;
	}
}

@media screen and (max-width: 330px) {
	.thanks .text {
		letter-spacing: 0;
	}
}

