@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#consultation .bg_gray::after {
	content: "VISIT";
	position: absolute;
	right: calc(((100vw - 100%) / 2) * -1);
	top: -35px;
	color: #fff;
	font-size: 85px;
	font-family: var(--font-com);
}
#consultation .bg_gray .btn01 {
	margin: 50px 0;
}
#consultation .bg_gray ul.maru {
	margin-bottom: 40px;
}
#consultation .bg_gray ul.maru li {
	background: #fff;
	margin-bottom: 10px;
	padding: 22px 22px 22px 50px;
	position: relative;
}
#consultation .bg_gray ul.maru li::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #fed300;
	border-radius: 50%;
	position: absolute;
	top: 34px;
	left: 22px;
}
#consultation .bg_gray .blue {
	color: #00c4cc;
}
#consultation .bg_gray .tel {
	margin-bottom: 0;
}
#consultation .bg_gray .tel a {
	background: #00c4cc;
	border-radius: 35px;
	width: 347px;
	height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size : 32px;
	color : #FFFFFF;
	border: 2px solid #7fe1e5;
	padding-left: 10px;
	box-sizing: border-box;
	font-weight : 500;
	margin: 0 auto;
}
#consultation .bg_gray .tel a .maru {
	background: #fff;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
#consultation .bg_gray .tel a .txt {
	position: relative;
	top: -3px;
}
#consultation .bg_gray .tel a img {
	width: 29px; 
}
#consultation .today .box {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 80px;
}
#consultation .today .box:last-of-type {
	padding-bottom: 0;
}
#consultation .today .box:not(:last-of-type)::before {
	content: "";
	position: absolute;
	left: 87px;
	top: 0;
	width: 5px;
	height: 100%;
	background: #f9f4a7;
	z-index: -1;
}
#consultation .today .box .ico {
	width: 180px;
	height: 180px;
	background: #f9f4a7;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
#consultation .today .box dl {
	width: calc(100% - 230px);
}
#consultation .today .box dl dt {
	font-size: 28px;
	margin-bottom: 20px;
}
#consultation .today .box dl dt .orange {
	font-size: 24px;
	margin-right: 20px;
}
#consultation .today .box dl dd a {
	text-decoration: underline;
	color: #00c4cc;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#consultation .bg_gray::after {
		font-size: 50px;
		top: -21px;
	}
	#consultation .bg_gray .btn01 {
		margin: 30px 0;
	}
	#consultation .bg_gray ul.maru li {
		padding: 15px 15px 15px 40px;
	}
	#consultation .bg_gray ul.maru li::before {
		top: 21px;
		left: 15px;
	}
	#consultation .today .box {
		padding-bottom: 40px;
	}
	#consultation .today .box:not(:last-of-type)::before {
		left: 58px;
	}
	#consultation .today .box .ico {
		width: 120px;
		height: 120px;
	}
	#consultation .today .box .ico img {
		transform: scale(0.5);
	}
	#consultation .today .box dl {
		width: calc(100% - 140px);
	}
	#consultation .today .box dl dt {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#consultation .today .box dl dt .orange {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#consultation .bg_gray::after {
		font-size: 25px;
		top: -10px;
	}
	#consultation .bg_gray .tel a {
		width: 280px;
		height: 60px;
		font-size: 25px;
	}
	#consultation .bg_gray .tel a .maru {
		width: 42px;
		height: 42px;
	}
	#consultation .bg_gray .tel a .maru img {
		width: 25px;
	}
	#consultation .today .box:not(:last-of-type)::before {
		left: 38px;
	} 
	#consultation .today .box .ico {
		width: 80px;
		height: 80px;
	}
	#consultation .today .box .ico img {
		transform: scale(0.4);
	}
	#consultation .today .box dl {
		width: calc(100% - 100px);
	}
	#consultation .today .box dl dt {
		line-height: 1.5;
	}
	#consultation .today .box dl dt .orange {
		margin-right: 15px;
	}
	#consultation .my_number .btn01 a {
		padding: 8px 20px 12px 40px;
	}
}