@charset "UTF-8";
/* thanks
---------------------------------------- */
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
	}

.br-pc {
	display:inline;
}

.br-sp {
	display:none;
}

.thanks-block, .thanks-block-ctn {
	text-align: center;
	margin-bottom: 45px;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}

.thanksInq-block {
	text-align: center;
	margin-bottom: 75px;
	display: block;
}

.thanksInq-block-logo {
	font-size: 18px;
	font-weight: 500;
}

.thanksInq-block-tel>a {
	color: #3073BB;
	font-size: 30px;
	font-weight: 600;
}

.thanksInq-block-ctn {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 45px;
}

.thanksInq-block-link>a {
	color: #3073BB;
	font-size: 16px;
	padding: 10px 45px;
	display: inline-block;
	border: 1px solid #3073BB;
	border-radius: 25px;
}
.thanks-block-th {
	color: #3073BB;
    font-weight: 600;
    font-size: 23px;
    display: block;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
.thanks-block-th {
    font-size: 5.5vw;
	line-height:1.8;
}
}
/* nav-block
---------------------------------------- */
.bnr-nav-list {
display:flex;
justify-content: center;
}

.nav-block {
	position: relative;
	width: 100%;
}

.nav-block> .bnr-nav-list {
	position: relative;
}

.nav-block> .bnr-nav-list .bnr-nav-item {
	width: 27.34375%;
	margin: 0 25px;
	padding-bottom: 10px;
}

.nav-block> .bnr-nav-list .bnr-nav-item .link {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .35);
	box-shadow: 0 0 6px rgba(0, 0, 0, .35);
}

.nav-block> .bnr-nav-list .bnr-nav-item .link> .picture-block> picture {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-block> .bnr-nav-list .bnr-nav-item .link> .picture-block> picture> img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	vertical-align:top;
}

.nav-block> .bnr-nav-list .bnr-nav-item .link> .text-block {
	padding: 10px;
	text-align:center;
	display: flex;
    align-items: center;
}

.nav-block> .bnr-nav-list .bnr-nav-item .link> .text-block> .title {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.nav-block> .bnr-nav-list .bnr-nav-item:hover .link> .picture-block> picture> img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 767px) {
	.br-pc {
		display:none;
	}
	.br-sp {
	display:inline-block;
	}
	.thanks-block {
		margin: 0 auto 5vw;
		font-size: 4.3vw;
		width: 95%;
	}
	.thanks-block-ctn {
		font-size: 3.2vw;
		width: 95%;
		margin: 0 auto 8vw;
	}
	.thanksInq-block {
		margin-bottom: 13vw;
	
	}
	.thanksInq-block-logo {
		font-size: 4.5vw;
	}
	.thanksInq-block-tel>a {
		font-size: 8vw;
	}
	.thanksInq-block-ctn {
		font-size: 4.3vw;
		margin-bottom: 8vw;
	}
	.thanksInq-block-link>a {
		font-size: 4.5vw;
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.bnr-nav-list {
		display:block;
	}
	.nav-block> .bnr-nav-list .bnr-nav-item {
		width: 95%;
		margin: 0 auto 20px auto;
	}
}



/* thanksInq-column
---------------------------------------- */
.thanksInq-column {
	max-width:1150px;
    margin: 0 auto 50px auto;
    text-align: center;
    background: #f4f3f2;
    padding: 2em;
    line-height: 1.8;
    border-radius: 20px;
    font-weight: 400;
}
.thanksInq-column-mds {
	color: #3073BB;
    font-size: 20px;
    font-weight: 600;
}
.thanksInq-column-link {
	color: #3073BB;
    font-size: 16px;
    padding: 10px 45px;
    display: inline-block;
    border: 1px solid #3073BB;
    border-radius: 25px;
	background:#fff;
	font-weight: 500;
	margin-top: 1em;
}
@media screen and (max-width: 1320px) {
.thanksInq-column {
	max-width:1050px;
}
}

@media screen and (max-width: 1139px) {
.thanksInq-column {
	max-width:950px;
}
}

@media screen and (max-width: 767px) {
.thanksInq-column {
	width:95%;
    margin: 0 auto 50px auto;
    text-align: center;
	font-size: 4.3vw;
	padding: 1.5em 1em;
}
.thanksInq-column-mds {
    font-size: 5.33vw;
	margin-bottom: 0.5em;
}
.thanksInq-column-link {
    font-size: 4.5vw;
    padding: 10px 0;
    border-radius: 20px;
	display: block;
	width:100%;
}
}




