/*
----------------------------------------
contact
----------------------------------------
*/

.tel-box {
	padding: 6rem 0 10rem;
}

.tel-box .read {
	text-align: center;
	margin-bottom: 5.8rem;
	letter-spacing: 1.6px;
}

.tel-block {
	text-align: center;
}

.tel-block .box {
	width: 420px;
	max-width: 100%;
	display: inline-block;
	border: solid 1px #ddd;
	padding: 20px 20px 24px;
	text-align: center;
}

.tel-block .num {
	display: inline-block;
	/*
	background: url( ../img/common/svg/icon-tel.svg ) left 55% no-repeat;
	padding-left: 3.2rem;
	*/
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: .5px;
	white-space: nowrap;
	color: var( --main-color );
	position: relative;
}

.tel-block .num::before {
	content: '\f095';
	font-family: fontAwesome;
	font-size: 1.7rem;
	position: relative;
	top: -3px;
	margin-right: 8px;
}

.tel-block .note {
	font-size: 14px;
	letter-spacing: .7px;
}

.form-box {
	background: #F5F5F5;
	padding: 10rem 0 13rem;
}

.form-note {
	margin: 4rem 0 5.5rem;
}

.form-note .flex {
	justify-content: center;
	align-items: center;
}

.form-note .flex dt {
	width: 240px;
	background: #fff;
	padding: 6.2rem 1rem;
	font-size: 1.8rem;
	text-align: center;
}

.form-note .flex dd {
	padding-left: 4rem;
	letter-spacing: .8px;
}

.form-note .flex dd li {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}

p.read{
	line-height: 2em;
}

body{
	margin: 0;
	height: 100%;
}

.wrap {
	padding: 30px;
}

/* thanks */

#thanks #info {
	padding: 0 0 8rem;
}

#thanks .form-wrap {
	text-align: center;
	padding: 50px 20px;
	margin: 0px auto;
	/*max-width: 375px;*/
	max-width: 100%;
	box-sizing: border-box;
}

#thanks .form-step {
	margin-bottom: 4.5rem;
}

#thanks .form-step .step-01 {
	color: var( --main-color );
	background: url( ../img/common/svg/step-off.svg ) right center / auto 60px no-repeat;
}

#thanks .form-step > div:last-of-type {
	color: #fff;
	background: var( --main-color );
}

#thanks #info .ttl {
	font-size: 20px;
	color: var( --main-color );
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

#thanks #info h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}

#thanks .tel-block {
	margin: 35px 0 0;
}

#thanks .tel-block a{
	color:#e64570;
	text-decoration: none;
}

p.read{
	font-size: 14px;
}

.btn-01 a{
	appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    text-shadow: none;
    height: 73px;
    line-height: 73px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba( 0, 0, 0, .1 ) !important;
    transition: all .2s;
    background: #3FBEAF;
    color: #fff;
    border: solid 2px #3FBEAF;
    margin: 35px auto 0px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}


.btn-01 a:hover{
	color: #3FBEAF;
	background: #fff;
}


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

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

	.tel-box {
		padding: 4rem 0 8rem;
	}
	
	a[href^="tel:"]{
		pointer-events: auto;
	}

	.tel-box .read {
		letter-spacing: .4px;
		margin-bottom: 4.5rem;
	}

	.form-box {
		padding: 8rem 0 10rem;
	}

	.form-note .flex dt {
		width: 200px;
		padding: 5.4rem 1rem;
		font-size: 1.6rem;
	}

	.form-note .flex dd {
		width: calc( 100% - 200px );
		padding-left: 2rem;
	}

	.form-note .flex dd li {
		font-size: 1.4rem;
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}

	.form-note .flex dd li br.pc {
		display: none;
	}

}


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

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

	.tel-box {
		padding: 2rem 0 4rem;
	}

	.tel-box .read {
		text-align: left;
		margin-bottom: 3rem;
	}

	.tel-block .box {
		padding: 13px 20px 18px;
	}

	.tel-block .num {
		font-size: 32px;
		/* background: url( ../img/common/svg/icon-tel.svg ) left 65% no-repeat; */
	}

	.tel-block .num::before {
		font-size: 20px;
		margin: 6px;
	}

	.tel-block .note {
		font-size: 12px;
	}

	.form-box {
		padding: 4rem 0 6rem;
	}

	.form-note {
		margin: 3rem 0;
	}

	.form-note .flex {
		flex-direction: column;
	}

	.form-note .flex dt {
		width: 100%;
		padding: 3px 10px 5px;
		margin-bottom: 2rem;
	}

	.form-note .flex dd {
		width: 100%;
		padding: 0;
	}

	.form-note .flex dd li {
		font-size: 1.2rem;
		text-indent: -1.2rem;
		padding-left: 1.2rem;
		letter-spacing: 0;
		line-height: 1.8;
	}

	.form-note .flex dd li br.pc {
		display: inline;
	}

	#thanks .form-wrap {
		padding: 2rem 0;
	}

	#thanks .form-wrap .read {
		text-align: left;
		font-size: 14px;
		padding: 0px 20px;
	}

	#thanks #info {
		padding: 0 0 0;
	}
	
	.tel-block .box{
		padding-left: 0px;
		padding-right: 0px;
	}

	#thanks #info .ttl {
		font-size: 14px;
	}

	#thanks #info h2 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	
	.tel-block .num{
		font-size: 22px;
	}
	
	.tel-block .note{
		font-size: 10px;
	}

	#thanks .tel-block {
		margin: 30px 20px 0;
	}
	
	.btn-01 a{
		width: 250px !important;
		margin: 30px 0 0;
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	
	.wrap{
		padding: 20px;
	}

}
