@charset "UTF-8";

/* Sass Document */
*,
::after,
::before {
	box-sizing: border-box;
}

:root {
	/* --main-color: #ba0c2f; */
	--main-color: #bb5353;
	/* メインカラー */
	--sub-color: #3498db;
	/* サブカラー */
}

#monitor_content {
	margin-top: 40px;
	padding-bottom: 225px;
}


#monitor_content .monitor_access {
	padding: 65px 0px 0px 10px;
}

#monitor_content .monitor_access p:first-of-type {
	font-size: 1.8rem;
	text-align: center;
}

#monitor_content .monitor_access .monitor_access_group {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

#monitor_content .monitor_access .group {
	width: 500px;
	padding-bottom: 1em;
	background: #E31A64;
	text-align: center;
}

#monitor_content .monitor_access .group.form a {
	display: block;
	width: 285px;
	margin: 0 auto;
	padding: 1.1em 0;
	background: #fff;
	color: #E31A64;
	font-size: 1.8rem;
	text-align: center;
	transition: .3s;
}

#monitor_content .monitor_access .group.form a:hover {
	opacity: .7;
}

#monitor_content .monitor_access .group p {
	margin: .5em 0 1em;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}

#monitor_content .monitor_access .group p.small {
	margin: 1em 0;
	font-size: 1.3rem;
}

#monitor_content .monitor_access .group a img {
	width: 338px;
	height: auto;
}

.t_c {
	text-align: center;
}

.switch {
	margin-bottom: 20px;
}

.monitor_connect {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding: 25px 20px;
	background: #fef8ee;
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/monitor/monitor_content_bg.png);
	background-size: cover;

}

.mb-12 {
	margin-bottom: 50px;
}

.monitor_connect_wrap {
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 1.5rem;
}

.monitor_connect_item {
	flex: 1 1 0%;
	text-align: center;
	padding: 15px;
	background: rgb(255 255 255 / 80%);
	border-radius: 10px;
}

.leading-relaxed {
	line-height: 1.625;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}


.monitor_connect_btn_link {
	width: 80%;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 25px 20px;
	border-radius: 20px;
	background-color: var(--main-color);
	display: inline-block;
	margin-bottom: 10px;
	border: 2px solid #fff;
	position: relative;
	z-index: 0;
	box-shadow: 0 5px 0 #9c4343;
	transition: 0.2s;
}

.monitor_connect_btn_link:hover {
	opacity: 0.8;
	transform: translateY(3px);
	box-shadow: 0 3px 0 #9c4343;
}

.small {
	font-size: 14px;
	text-align: center;
	color: var(--main-color);
	font-weight: 700;
}

.monitor_connect_small.small {
	color: #807062;
}

.monitor_connect_tel {
	margin-bottom: 10px;
	display: inline-block;
}

.monitor_connect_tel img {
	width: 338px;
	height: auto;
}

/* .monitor_connect_item.tel {
	border-width: 0;
	border-left-width: 2px;
	border-color: #e5e7eb;
	border-style: solid;
} */

.ttl_c {
	font-weight: 500;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	/* padding-bottom: 20px; */
	padding: 20px;
	color: #fff;
	/* margin-bottom: 25px; */
	margin-bottom: 40px;
	/* border-bottom: 2px solid var(--main-color); */
	background-color: var(--main-color);
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-8 {
	gap: 2rem;
}


/* .grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
} */

.grid {
	display: grid;
}

.font-bold {
	font-weight: 600;
}

.text-xl {
	font-size: 20px;
	line-height: 1.5;
}

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

.mb-4 {
	margin-bottom: 15px;
}

.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.p-4 {
	padding: 15px;
}

.bg-gray {
	/* --tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); */
	background-color: #f7f7f7;
}

.rounded-lg {
	border-radius: 10px;
}

.justify-around {
	justify-content: space-around;
}

.items-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.flex {
	display: flex;
}

.rounded-md {
	border-radius: 10px;
}

.mb-2 {
	margin-bottom: 10px;
}

.text-gray-400 {
	/* --tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity, 1)); */
	/* color: #998675; */
	color: #a5a5a5;
	/* color: var(--main-color); */
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 10px;
}

.font-bold {
	font-weight: 700;
}

.text-2xl {
	font-size: 24px;
	line-height: 1.5;
}

/* .main_color{
	color: var(--main-color);
} */
.case_desc {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	padding: 10px 20px;
	flex: 1;
	line-height: 1.5;
}

.case_wrap {
	display: flex;
	flex-direction: column;
}

.case_img {
	margin-bottom: 10px;
}

.case_ttl {
	/* color: #998675; */
	/* color: var(--main-color); */
	color: #c59a55;
	letter-spacing: 0.05em;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #e5e7eb;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.rounded-lg {
	border-radius: 5px;
}

.p-6 {
	padding: 25px;
}

.py-4 {
	padding: 15px 0;
}

.text-lg {
	font-size: 18px;
	line-height: 1.75rem;
}

.divide-y .py-4 {
	border-bottom: 1px solid #e5e7eb;
}

.divide-y .py-4:last-child {
	border-bottom: none;
}

.text-red-600 {
	color: var(--main-color);
}


.md\:flex-row {
	flex-direction: row;
}

.price_desc {
	line-height: 1.5;
}

.gap-6 {
	gap: 25px;
}

.rounded-full {
	border-radius: 100%;
}

.w-36 {
	width: 300px;
}

.h-36 {
	height: 300px;
}

.text-\[\#c59a55\] {
	--tw-text-opacity: 1;
	color: rgb(197 154 85 / var(--tw-text-opacity, 1));
}

.gap-4 {
	gap: 15px;
}

.items-start {
	align-items: flex-start;
}

.reason-icon {
	background-color: var(--main-color);
	color: white;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	flex-shrink: 0;
}

.mb-1 {
	margin-bottom: 5px;
}

.space-y-8> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.recommend_ttl {
	border-bottom: 2px solid var(--main-color);
	/* color: var(--main-color); */
}

.mb-6 {
	margin-bottom: 25px;
}

.pb-2 {
	padding-bottom: 20px
}

.w-6 {
	width: 25PX;
}

.h-6 {
	height: 25PX;
}

.gap-2 {
	gap: 8px;
}

.recommend_list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.recommend_item {
	width: calc((100% - 20px) / 2);
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

.m_b_0 {
	margin-bottom: 0;
}

.monitor_border {
	border: 2px solid #e5e7eb;
	border-radius: 10px;
	border-top: 0;
}

.space-y-4 div:not(:first-child) {
	margin-top: 15px;
}

.space-y-4 h4 {
	margin-bottom: 10px;
}

.space-y-4 p {
	line-height: 1.5;
}

.border-l {
	border-color: #e5e7eb;
	border-width: 0;
	border-style: solid;
	border-left-width: 1px;
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.ml-4 {
	margin-left: 1rem;
}

.relative {
	position: relative;
}

.ml-6 {
	margin-left: 25px;
}

.mb-10 {
	margin-bottom: 40px;
}

.bg-\[\#c59a55\] {
	/* --tw-bg-opacity: 1;
	background-color: rgb(197 154 85 / var(--tw-bg-opacity, 1)); */
	background: var(--main-color);
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.w-8 {
	width: 30px;
}

.h-8 {
	height: 30px;
}

.-left-4 {
	left: -16px;
}

.absolute {
	position: absolute;
}

.justify-center {
	justify-content: center;
}

.flow_h {
	line-height: 1.5;
}

.flow_ol {
	margin: 30px;
}

.fq_box {
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 10px;
}

.space-y-4 .fq_ttl {
	margin-bottom: 15px;
	line-height: 1.5;
}

.q {
	color: var(--main-color);
}

.fq_item {
	padding: 20px;
}

.space-y-4 .fq_item:not(:first-child) {
	margin-top: 25px;
}

.fq_a {
	color: #c59a55;
}

.lead_mb {
	margin-bottom: 30px;
}

#monitor_content.monitor_content_eye {
	padding-bottom: 60px;
}

.br_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#monitor_content {
		margin-top: 2%;
		padding-bottom: 0%;
	}

	#monitor_content .monitor_access {
		padding: 5% 0 0 0;
	}

	#monitor_content .monitor_access p:first-of-type {
		font-size: 1.4rem;
	}

	#monitor_content .monitor_access .monitor_access_group {
		display: block;
		padding: 2% 0;
	}

	#monitor_content .monitor_access .group {
		width: auto;
		margin-bottom: 5%;
		padding: 2% 0;
	}

	#monitor_content .monitor_access .group.form a {
		width: 60%;
		font-size: 1.4rem;
	}

	#monitor_content .monitor_access .group p {
		font-size: 1.4rem;
	}

	#monitor_content .monitor_access .group a img {
		width: 80%;
	}

	.br_sp {
		display: block;
	}

	.monitor_connect {
		padding: 20px 15px;
	}

	.monitor_connect_wrap {
		flex-direction: column;
	}

	.monitor_connect_btn_link {
		width: 100%;
	}

	.monitor_connect_tel img {
		width: 260px;
	}

	.grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.mb-12 {
		margin-bottom: 40px;
	}

	.monitor_content_eye .price_desc {
		font-size: 14px;
		line-height: 1.5;
	}

	.ttl_c {
		padding: 15px;
	}

	.text-2xl {
		font-size: 20px;

	}

	.md\:flex-row {
		flex-direction: column;
	}

	.h-36 {
		height: 60%;
	}

	.w-36 {
		width: 60%;
	}

	.t_c_sp {
		text-align: center;
	}

	.reason-icon {
		width: 35px;
		height: 35px;
		font-size: 18px;
	}

	.text-xl {
		font-size: 18px;
	}

	.space-y-4 p {
		font-size: 15px;
		line-height: 1.5;
	}

	.p-6 {
		padding: 20px;
	}

	.recommend_list {
		flex-direction: column;
	}

	.recommend_item {
		width: 100%;
	}

	.monitor_content_eye p {
		font-size: 15px;
		line-height: 1.5;
	}

	.monitor_content_eye .text-gray-600 {
		line-height: 2;
	}

	.fq_box {
		padding: 20px;
	}

	#monitor_content.monitor_content_eye {
		padding-bottom: 0px;
	}

	.text-lg {
		font-size: 16px;
	}

	.text-2xl {
		font-size: 18px;
	}

	.text-xl {
		font-size: 16px;
	}
}

/*# sourceMappingURL=sourcemaps/monitor.css.map */