@charset "UTF-8";

main {
	color: #1a1a1c;
}

.fv {
	position: relative;
	max-width: 1200px;
	min-height: 300px;
	margin: 1.5rem auto;
	background: url("/client_info/HARMONICK/view/userweb/ext/hojin-gift/support/images/fv-back.jpg") right top / contain no-repeat;
}

@media screen and (max-width: 45em) {
	.fv {
		background: url("/client_info/HARMONICK/view/userweb/ext/hojin-gift/support/images/spfv-back.jpg") right top / contain no-repeat;
	}
}

.fv-catch {
	position: absolute;
	top: 10%;
	left: 5%;
}

.fv-flex {
	display: flex;
	font-weight: bold;
}

.badge {
	width: 230px;
	padding: 15px 10px;
	margin: 20px 5px;
	font-size: clamp(20px, 4vw, 30px);
	text-align: center;
	background-color: #00ab80;
	border-radius: 10px;
}

.fc-banner {
	align-items: center;
	padding: 20px 0;
	margin: auto;
	background-color: #00ab80;
}

.fc-title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.main-color {
	color: #00ab80;
}

.fc-num {
	margin-right: 80px;
	font-weight: bold;
	color: #fff;
}

.fc-btn {
	display: flex;
	align-items: center;
	padding: 15px 60px;
	background-color: #fff;
	border-radius: 40px;
}

.fc-btn-txt {
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
}

.case {
	margin: auto;
	background-color: #e7f7f3;
}

.back_white {
	max-width: 1050px;
	padding: 50px;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
}

.case_box {
	width: 30%;
	text-align: center;
}

.case_label {
	display: inline-block;
	padding: 1px 40px;
	color: #00ab80;
	border: solid 3px #00ab80;
	border-radius: 30px;
}

.case_back {
	position: relative;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	background-color: #00ab80;
}

.case_back::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	content: "";
	background-color: #00ab80;
	clip-path: polygon(0% -1%, 100% -1%, 50% 50%);
}

.kadai {
	display: block;
	width: 50%;
	padding: 2px;
	margin: auto;
	margin-bottom: -10px;
	text-align: center;
	border: 1px solid #fff;
}

.kaiketu {
	display: block;
	width: 50%;
	padding: 2px;
	margin: auto;
	margin-bottom: -10px;
	text-align: center;
	border: 1px solid #00ab80;
}

.eds-padding {
	padding: 1rem 1.3rem;
}

.case_text {
	margin-top: 4rem;
	font-size: 16px;
	font-weight: 600;
	color: #00ab80;
	text-align: left;
}

.case_data {
	padding-top: 20px;
	margin: 20px 0;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	border-top: 1px solid #00ab80;
}

.case_btn {
	width: 80%;
	padding: 7px 0;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #00ab80;
	border-radius: 50px;
}

.case-table {
	margin: auto;
}

.case-tr-border-b {
	font-size: 16px;
	border-bottom: 1.3px solid #00ab80;
}

.case-tr-border-g {
	border-bottom: 1.3px solid #ccc;
}

.case-border-y {
	border-right: 2px solid #00ab80;
	border-left: 2px solid #00ab80;
}

.case-th1 {
	width: 360px;
	min-width: 200px;
	height: 100px;
	line-height: 3em;
	vertical-align: middle;
	text-align: center;
	background-color: #f7f7f7;
	border-radius: 10px 10px 0 0;
}

.case-th2 {
	width: 180px;
	min-width: 150px;
	height: 100px;
	line-height: 3em;
	vertical-align: middle;
	text-align: center;
	background-color: #00ab80;
	border-radius: 10px 10px 0 0;
}

.case-th3 {
	width: 170px;
	min-width: 150px;
	height: 100px;
	line-height: 3em;
	vertical-align: middle;
	text-align: center;
	background-color: #f7f7f7;
	border-radius: 10px 10px 0 0;
}

.case-table-title {
	font-size: 18px;
	font-weight: bold;
}

.case-table-title-b {
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.case-table-label {
	display: block;
	width: 80%;
	margin: auto;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
}

.case-rowspan {
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	background-color: #00ab80;
	writing-mode: tb-rl;
}

.td-title {
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}

.td-img {
	margin: 20px auto;
}

.border-grey {
	border-bottom: 1px solid #ccc;
}

.tel2-btn {
	width: 540px;
	margin: auto;
	margin-bottom: 60px;
}

.erapo-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 60px;
	background-color: #008fb5;
	border-radius: 40px;
}

.erapo-btn-txt {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.header {
	position: relative;
}

.footer {
	background-color: #008fb5;
}

.h-tel,
.h-contact__btn--reverse {
	display: none;
}

.h-contact__btn {
	background-color: #008fb5;
	border: 1px solid #008fb5;
}

.h-contact__btn:hover {
	color: #008fb5;
}

.td-line-blue {
	border-bottom: 1px solid #1da7cc;
}

@media screen and (max-width: 45em) {
	.fv {
		min-height: 350px;
	}

	.fv-catch {
		left: 0%;
		flex-direction: column;
		width: 100%;
		padding: 0 1.5em;
	}

	.fc-banner {
		flex-direction: column;
		padding: 25px 0;
	}

	.fc-num {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: auto;
		margin-bottom: 15px;
	}

	.case {
		padding: 25px;
	}

	.case_box {
		width: 100%;
	}

	.table-wrap {
		overflow-x: scroll;
	}

	.case-table {
		width: 100%;
		min-width: 800px;
		border-collapse: collapse;
	}
}

/**********************************
　お客様の声
**********************************/

.splide__track {
	height: 550px;
}

.voice_title {
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #1b5796;
	text-align: center;
}

.item {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.tab {
	display: inline-block;
	padding: 5px 20px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #1b2069;
	border-radius: 5px 5px 0 0;
}

.voice {
	width: 100%;
	text-align: center;
	background-color: #eff3f7;
}

.comment {
	position: relative;
	width: 600px;
	padding: 10px 0;
}

.comment_text {
	position: absolute;
	top: 19%;
	left: 24%;
	width: 70%;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5em;
	color: #1b2069;
	text-align: left;
}

.coment_small {
	font-size: 15px;
	font-weight: 500;
	color: #686868;
}

.catalog_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 570px;
	padding: 20px 10px;
	margin-right: auto;
	margin-left: auto;
	background: #dce5ee;
}

.catalog_img {
	display: flex;
	align-items: center;
	width: 15%;
	height: 110px;
}

.catalog_text {
	width: 70%;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}

.label {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #1b2069;
}

.tax {
	font-size: 12px;
	font-weight: 500;
}

.catalog_icon {
	width: 10%;
}

.voice_half {
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
}

.half {
	width: 43%;
}

.left {
	display: block;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #1bad69;
	border-radius: 30px;
}

.left:hover {
	color: #fff;
	opacity: 0.7;
}

.orange {
	display: block;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #e35607;
	border-radius: 30px;
}

.orange:hover {
	color: #fff;
	opacity: 0.7;
}

.voice_center {
	width: 430px;
	padding: 20px 0;
	margin: auto;
}

.small {
	font-size: 15px;
}

.catalog:hover {
	color: #000;
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.item {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	.back_img {
		width: 100%;
	}

	.comment {
		position: relative;
		width: 97%;
		padding: 10px 0;
		margin: auto;
	}

	.comment_text {
		font-size: 15px;
	}

	.comment_small {
		font-size: 13px;
	}

	.catalog_link {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 90%;
		padding: 20px 10px;
		margin-right: auto;
		margin-left: auto;
		background: #dce5ee;
	}

	.voice_center {
		width: 90%;
		padding: 20px 0;
		margin: auto;
	}
}
