@charset "UTF-8";
/* CSS Document */

/*--- ページ下部 ---*/
.bottom .wrap01 {
	padding-top: 60px;
}
.bottom .ban_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bottom .ban_list li {
	width: 31.8%;
}
.bottom .ban_list li .no_link {
	opacity: 0.5;
}
.bottom .ban_list li a {
	background-color: #eee;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bottom .inq_box {
	margin-top: 70px;
}
.bottom .inq_box .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	padding: 0.1em 0 0.2em;
	border-radius: 0.2em;
}
.bottom .inq_box .txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 1.2em;
	letter-spacing: 0.05em;
}
.bottom .inq_box .txts_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 36px;
}
.bottom .inq_box .txts_box .txt02 {
	font-size: 26px;
	font-weight: bold;
}
.bottom .inq_box .txts_box .txt02 span {
	font-size: 40px;
}
.bottom .inq_box .txts_box .txt02.tac {
	margin-top: -20px;
}
.bottom .txt02 strong {
	font-size: 50px;
	color: #E8380D;
	font-weight: bold;
}
.bottom .inq_box .txts_box .txt02 strong .dot {
	display: inline-block;
	position: relative;
	font-size: 50px;
	color: #E8380D;
	font-weight: bold;
}
.bottom .inq_box .txts_box .txt02 strong .dot::before {
	content: "";
	position: absolute;
	top: -0.1em;
	left: 50%;
	transform: translateX(-50%);
	width: 0.15em;
	height: 0.15em;
	background-color: #E8380D;
	border-radius: 50%;
}
.bottom .inq_box .txts_box .txt02 a {
	color: #333;
}
.bottom .inq_box .txts_box .txt02 + .txt02 {
	margin-left: 2em;
}
.bottom .inq_box .txt03 {
	font-size: 14px;
	text-align: center;
	margin-top: 1.6em;
}
.bottom .inq_box .txt03.tac {
	margin-top: 0.3em;
}
.bottom .inq_box .txt04 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 1.0em;
}
.bottom .inq_box .btn01 {
	max-width: 280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.bottom .inq_box .btn01 a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #5A5758;
	padding: 1.5em 0 1.6em;
	border-radius: 10px;
}
.bottom .inq_mail {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7em;
	text-align: center;
	margin-top: 20px;
}
.bottom .inq_mail a {
	color: #00A0E9;
	text-decoration: underline;
}
.bottom .inq_box .caution {
	font-size: 14px;
	text-align: center;
	margin-top: 0.6em;
}


@media screen and (max-width: 1030px) {
	.bottom .wrap01 {
		padding-top: 5.8vw;
	}
	.bottom .ban_list li a {
		font-size: 1.9vw;
		border-radius: 1vw;
		height: 15.5vw;
	}
	.bottom .inq_box {
		margin-top: 6.8vw;
	}
	.bottom .inq_box .title {
		font-size: 1.8vw;
	}
	.bottom .inq_box .txt01 {
		font-size: 1.8vw;
	}
	.bottom .inq_box .txts_box {
		margin-top: 3.5vw;
	}
	.bottom .inq_box .txts_box .txt02 {
		font-size: 2.5vw;
	}
	.bottom .inq_box .txts_box .txt02 span {
		font-size: 3.9vw;
	}
	.bottom .txt02 strong {
		font-size: 4.9vw;
	}
	.bottom .inq_box .txts_box .txt02 strong .dot {
		font-size: 4.9vw;
	}
	.bottom .inq_box .txt03 {
		font-size: 1.3vw;
	}
	.bottom .inq_box .btn01 {
		max-width: none;
		width: 27.2vw;
		margin-top: 2.9vw;
	}
	.bottom .inq_box .btn01 a {
		font-size: 1.6vw;
		border-radius: 1vw;
	}
	.bottom .inq_mail {
		font-size: 1.8vw;
		margin-top: 1.9vw;
	}
	.bottom .inq_box .caution {
		font-size: 1.3vw;
	}

}






@media screen and (max-width:768px) { 
	/*--- ページ下部 ---*/
	.bottom .wrap01 {
		padding-top: 11.7vw;
	}
	.bottom .ban_list {
		display: block;
	}
	.bottom .ban_list li {
		width: 100%;
	}
	.bottom .ban_list li + li {
		margin-top: 3.3vw;
	}
	.bottom .ban_list li a {
		font-size: 4vw;
		border-radius: 2vw;
		height: 24vw;
	}
	.bottom .inq_box {
		margin-top: 10.4vw;
	}
	.bottom .inq_box .title {
		font-size: 4vw;
		border-radius: 0.3em;
	}
	.bottom .inq_box .txt01 {
		font-size: 4vw;
		margin-top: 1.2em;
		line-height: 1.4em;
		letter-spacing: 0em;
	}
	.bottom .inq_box .txts_box {
		display: block;
		margin-top: 7.5vw;
	}
	.bottom .inq_box .txts_box .txt02 {
		font-size: 6.1vw;
	}
	.bottom .inq_box .txts_box .txt02 span {
		font-size: 9.1vw;
	}
	.bottom .inq_box .txts_box .txt02 + .txt02 {
		margin-left: 0;
		margin-top: -0.1em;
	}
	.bottom .txt02 strong {
		font-size: 9.3vw;
	}
	.bottom .inq_box .txts_box .txt02 strong .dot {
		font-size: 9.3vw;
	}
	.bottom .inq_box .txts_box .txt02.tac {
		margin-left: auto;
		margin-right: auto;
		margin-top: -0.8em;
		text-align: center;
	}
	.bottom .inq_box .txt03 {
		font-size: 2.7vw;
		text-align: left;
		margin-top: 1.4em;
	}
	.bottom .inq_box .txt03.tac {
		font-size: 2.9vw;
		text-align: center;
		margin-top: 0.5em;
	}
	.bottom .inq_box .btn01 {
		width: 100%;
		margin-top: 4vw;
	}
	.bottom .inq_box .btn01 a {
		font-size: 3.9vw;
		border-radius: 2vw;
	}
	.bottom .inq_mail {
		width: 106%;
		margin-left: -3%;
		margin-right: -3%;
		font-size: 3.8vw;
		margin-top: 4.8vw;
	}
	.bottom .inq_box .caution {
		font-size: 2.8vw!important;
		margin-top: 1em;
	}
}


	

