/*
----------------------------------------
thanks
----------------------------------------
*/

.thanks-box {
	margin: 60px 0 0px;
}

.thanks-box .ttl-01 h2 {
	font-size: 3.6rem;
	line-height: 1.5;
	margin: 5px 0 30px;
}

.thanks-box .info {
	text-align: center;
	margin-bottom: 40px;
}

.thanks-box .tel {
	text-align: center;
	margin-bottom: 40px;
}

.thanks-box .tel a {
	display: inline-block;
	border: solid 1px #1da1f2;
	padding: 15px 30px 20px;
	line-height: 1.2;
	white-space: nowrap;
}

.thanks-box .tel a .num {
	display: inline-block;
	font-size: 3.8rem;
	padding-left: 3.6rem;
	background: url( ../img/common/2x/icon-tel.png ) left 8px / 28px no-repeat;
}

.thanks-box .tel a .note {
	font-size: 1.6rem;
	color: #666;
}

.thanks-box .line {
	text-align: center;
	margin-bottom: 40px;
}

.thanks-box .line .qr {
	margin-bottom: 20px;
}

.thanks-box .line .qr img {
	width: 125px;
	height: 125px;
	border: solid 1px #ccc;
}

.thanks-box .line .btn {
	transform: scale( 1.8 );
}

.thanks-box .back-link {
	text-align: center;
}


/*
----------------------------------------
1000
----------------------------------------
*/

@media screen and ( max-width: 1000px ) {

	.thanks-box .ttl-01 h2 {
		font-size: 3rem;
	}

	.thanks-box .tel a .num {
		font-size: 3rem;
		padding-left: 3rem;
		background: url( ../img/common/2x/icon-tel.png ) left 6px / 23px no-repeat;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	.thanks-box {
		margin: 30px 0 0px;
	}

	.thanks-box .ttl-01 h2 {
		font-size: 2.4rem;
		margin: 2px 0 20px;
	}

	.thanks-box .info {
		text-align: left;
		margin-bottom: 30px;
	}

	.thanks-box .tel {
		margin-bottom: 30px;
	}

	.thanks-box .tel a {
		width: 100%;
	}

	.thanks-box .line {
		margin-bottom: 30px;
	}

}

/* pdfフォーム */
.pdf-modal-form-download {
	margin: 50px 0;
}
@media screen and (max-width: 768px) {
	.pdf-modal-form-download {
		margin: 30px 0;
	}
}

.pdf-modal-form-download h3 {
	font-weight: 700;
    font-size: 18px;
	text-align: center;
}

.pdf-modal-form-download a {
	width: 100%;
    max-width: 220px;
    display: block;
    margin: 22px auto 0;
    padding: 7px 21px;
    background: #222;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    border-radius: 100px;
    position: relative;
}

.pdf-modal-form-download a::before {
	content: "";
    position: absolute;
    top: 50%;
    transition: all .2s;
	width: 20px;
    height: 20px;
    background: url(../img/supplementary/contact-icon-dl.png) center / cover no-repeat;
    right: 10px;
    transform: translateY(-50%);
}

.pdf-modal-form-download a:hover::before {
    top: calc(50% + 3px);
}
