@charset "utf-8";

/* tags */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: #333;
	font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	overflow-x: hidden;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2 h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h3 {
	text-align: center;
	background: linear-gradient(to bottom, #fff 70%, #f7b414 30%);
}



.title_in {
	margin: 0 auto;

}


@media screen and (max-width: 768px) {
	.title_in {
		margin: 0 auto;

	}
}


i,
em {
	font-style: normal;
}

img {
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
}

a:hover {
	opacity: .85;
}

a * {
	pointer-events: none;
}

section {
	margin-top: -4.5625rem;
	margin-bottom: 3rem;
	padding-top: 4.5625rem;
}

dl,
dd {
	margin: 0;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 4.26666667vw;
	}

	section {
		margin-top: -3.770625rem;
		margin-bottom: 2rem;
		padding-top: 3.770625rem;
	}

	a:hover {
		opacity: 1;
	}
}

/* common */
.inner {
	margin: auto;
	padding: 0 2rem;
	max-width: 75rem;
	box-sizing: content-box;
}

.inner_btn {
	margin: auto;

	max-width: 75rem;
	box-sizing: content-box;
}

.sp_only {
	display: none;
}

.common_note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: .75rem;
	text-align: justify;
}

@media screen and (max-width: 768px) {
	.inner {
		padding: 0 1rem;
	}

	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}
}

/* modal */
#modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: rgb(0 0 0 / 75%);
}

#tel_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	margin: auto;
	padding: 1.5rem;
	max-width: 30rem;
	height: fit-content;
	border: 0.25rem solid #02c37f;
	background-color: #fff;
	z-index: 11;
}

.tel_modal_close {
	position: absolute;
	top: 0;
	right: .5rem;
	cursor: pointer;
	color: #aaa;
	font-size: 1.5rem;
}

.tel_modal_head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.tel_modal_head i {
	max-width: 8rem;
	transform: translateY(-0.25rem);
	-webkit-transform: translateY(-0.25rem);
	-moz-transform: translateY(-0.25rem);
	-ms-transform: translateY(-0.25rem);
	-o-transform: translateY(-0.25rem);
}

.tel_modal_cta {
	padding: 1.5rem 2rem;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
	border-radius: .5rem;
	background-color: #F12F30;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	box-shadow: 0 0 .625rem 0 rgb(0 0 0 / 40%);
}

.tel_modal_cta_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .5rem;
}

.tel_modal_cta_i {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .5rem;
	width: 2.5rem;
	height: 2.5rem;
	font-size: .675em;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.tel_modal_cta_i i {
	transform: translateX(.125rem);
	-webkit-transform: translateX(.125rem);
	-moz-transform: translateX(.125rem);
	-ms-transform: translateX(.125rem);
	-o-transform: translateX(.125rem);
}

.tel_modal_cta_wrap em {
	font-weight: bold;
	letter-spacing: -1px;
}

.tel_modal_cta small {
	display: block;
	margin-top: .125rem;
	text-align: center;
	font-size: .375em;
}

.tel_modal_pc_num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .5rem;
	font-size: 2rem;
	font-weight: 700;
	color: #f12f30;
	line-height: 1;
}

.tel_modal_pc_num i {
	max-width: 3rem;
}

.tel_modal_pc_time {
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
}

/* history back block*/
#alert-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
}

.his-back .text-bold {
	font-weight: bold;
}

.his-back {
	background: #ffe200;
	padding: .3125rem;
	max-width: 50rem;
	margin: auto;
}

.his-back .modal-content-header {
	background: #000;
	color: #fff;
	padding: .625rem .8125rem;
}

.his-back .modal-content-inner--flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.his-back .text-yellow {
	color: #ffe200;
}

.his-back .ico-attention {
	margin-right: .75rem;
}

.his-back .text-bold.text-large {
	font-size: 1.875rem;
}

.his-back .attention {
	text-align: center;
}

.his-back .ico-timer {
	margin: 0 0.4rem 0 0;
}

.his-back .logo-mini {
	width: 7rem;
	margin: 0 -0.625rem 0 -3.4375rem;
}

.his-back .line-deco--flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto .275rem;
	font-size: .9375rem;
}

.his-back .line-deco--flex+p {
	font-size: .86rem;
}

.his-back .line-deco--flex::before,
.his-back .line-deco--flex::after {
	content: '';
	display: inline-block;
	margin: 0 .4375rem;
	width: 2.375rem;
	height: 1px;
	background: #fff;
}

.his-back .line-deco--flex::before {
	margin: 0 1.0625rem 0 0;
}

.his-back .line-deco--flex::after {
	margin: 0 0 0 1.0625rem;
}

.modal-content-timer {
	position: relative;
	text-align: center;
}

.modal-content-timer::after {
	content: '';
	display: block;
	background-color: #ffe200;
	width: 100%;
	height: 1.875rem;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	position: absolute;
}

.timer-text.--flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .5rem auto 0;
	font-size: .6875rem;
}

.timer-text.--flex p {
	margin: 0.3125rem 0 0 0;
}

.timer-text.--flex span {
	font-size: 1.125rem;
}

.modal-content-tel {
	background: #fff;
	padding: 1.6rem 0.75rem 0.875rem;
	font-size: .9375rem;
	text-align: center;
}

.modal-content-tel--flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.modal-content-tel .cta_wrap {
	margin: 1.0625rem 0 0;
}

#timer {
	font-size: 1.1875rem;
	font-weight: bold;
}

#timer span {
	font-size: 2.125rem;
	color: #F12F30;
	font-weight: bold;
	font-family: unset;
}

#alert-modal .button-close {
	position: absolute;
	top: .625rem;
	right: .625rem;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.his-back .attention {
		text-align: left;
	}

	.his-back .common_cta_text em {
		width: 15rem;
		font-size: 1.1rem;
	}
}

/* common tel */
.cta_wrap {
	display: flex;
	justify-content: center;
}

.common_cta {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 1rem;
	width: 22.5rem;
	color: #fff;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.common_apply {
	background-color: #0a850d;
}

.common_tel {
	margin-right: 1rem;
}

.common_tel.sp_only {
	display: none;
}

.common_cta_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .75rem;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.5rem;
	color: #333;
	border-radius: 50%;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.common_tel i {
	margin-bottom: .125rem;
	transform: translateX(.125rem);
	-webkit-transform: translateX(.125rem);
	-moz-transform: translateX(.125rem);
	-ms-transform: translateX(.125rem);
	-o-transform: translateX(.125rem);
}

.common_cta_text * {
	display: block;
}

.common_cta_text {
	font-size: 1.25rem;
}

.common_cta_text em {
	font-weight: bold;
}

.common_tel .common_cta_text em {
	width: 12em;
}

.common_tel.sp_only .common_cta_text em {
	width: 15rem;
	line-height: 1;
	font-size: 1.5rem;
}

.common_cta_text span {
	font-size: .625em;
}

@media screen and (max-width: 768px) {
	.cta_wrap {
		flex-direction: column;
	}

	.common_cta {
		justify-content: center;
		width: auto;
		height: 5.625rem;
	}

	.common_cta.pc_only {
		display: none;
	}

	.common_tel {
		margin: 0 0 1rem;
		padding: 1rem;
		font-size: 1.5rem;
	}

	.common_tel.sp_only {
		display: flex;
	}

	.common_cta_icon {
		width: 2.375rem;
		height: 2.375rem;
		font-size: 1.5rem;
	}

	.common_cta_icon i {
		margin-bottom: 0;
	}

	.common_cta_text {
		display: block;
		text-align: center;
		font-size: 1.25rem;
		line-height: normal;
	}

	.common_cta_text em {
		display: block;
		margin-right: 0;
		letter-spacing: normal;
	}

	.common_cta_text span {
		display: block;
		font-size: .7em;
	}
}

/* common head */
.common_head {
	margin: 0 auto 2.5rem;
	padding: 1rem;
	max-width: 75rem;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: .375rem solid #c1deff;
	background-color: #215db0;
}

@media screen and (max-width: 768px) {
	.common_head {
		margin-bottom: 2rem;
		font-size: 1.375rem;
	}
}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: .4375rem 0;
	max-width: 75rem;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 .1875rem .375rem 0 rgba(0, 0, 0, 0.16);
}

.header_inner {
	margin: auto;
	padding: 0 1rem;
}

.header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_logo {
	width: fit-content;
}

.header_logo span {
	display: block;
	margin-bottom: .25rem;
	font-size: .5rem;
	line-height: 1;
}

.header_logo i {
	display: block;
	max-width: 6.6875rem;
}

.header_cta_wrap {
	display: flex;
}

.header_cta {
	display: flex;
	align-items: center;
	text-align: center;
	max-width: 350px;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;

.header_apply {
	margin-right: .75rem;

}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}


.header_cta_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	width: 2rem;
	height: 2rem;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.header_cta_text {
	font-size: 1.125rem;
	color: #fff;
	line-height: 1.25;
}

.header_cta_text em {
	display: block;
	font-weight: bold;
}

.header_cta_text span {
	display: block;
	font-size: .555555555555556em;
}

@media screen and (max-width: 768px) {
	.header {
		padding: .4584375rem 0;
	}

	.header_tel {
		padding: .25rem;
	}

	.header_tel .sp_only {
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		display: flex;

		border-radius: 0;
	}

	.header_con .sp_only {
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		display: flex;

		border-radius: 0;
	}


	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.header_btn_sp_area {
		display: flex;
		height: 60px;
	}

	.header_apply {
		display: none;
		margin-right: .25rem;
	}

	.header_tel_text {
		font-size: 1.125rem;
		line-height: 1.2;
	}

	.header_cta_icon {
		margin-right: .25rem;
		width: 1.75rem;
		height: 1.75rem;
		font-size: 1rem;
	}

	.header_cta_text {
		font-size: 1rem;
	}

}

.header_cta_img {
	width: 150px;
}

}

/* main */
.main {
	margin-top: 5.0625rem;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.main {
		margin-top: 4.74875rem;
	}
}

.main_2 {
	margin-top: 8.0625rem;
}


.main_3 {
	margin-top: 4.0625rem;
}

@media screen and (max-width: 768px) {
	.main_2 {
		margin-top: 5.74875rem;
	}

	.main_3 {
		margin-top: 0rem !important;
	}

}


/* mv */
.mv {
	margin-bottom: 0;
}

.mv+section {
	padding-top: 0;
}

.mv_img_wrap {
	margin: auto;
	max-width: 75rem;
	background-color: #FCF5E8;
}

/* cta */

.common_cta_sec {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 75rem;
	text-align: center;
	background-color: #bbedbc;
	z-index: 1;
}

.tel_01 {
	margin: 0 auto;
	padding: 3rem 0;
	background-color: #fcf5e8;
}

.cta_head {
	position: relative;
	width: fit-content;
	margin: 0 auto 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 10px;
}

.cta_head::before {
	right: calc(100% + .25rem);
}

.cta_head::after {
	left: calc(100% + .25rem);
	transform: scale(-1, 1);
}

.cta_head span {
	color: #f12f30;
	font-size: 40px;
}

.cta_note {
	margin-top: 1rem;
	padding: 1rem;
	font-size: 22px;
	background-color: #fff;
	text-align: left;
	font-weight: bold;
}

.cta_note_in {
	display: flex;
	justify-content: center;
	line-height: 45px;
}

.cta_note_in span {
	color: #02c407;
	font-size: 26px;
}


@media screen and (max-width: 768px) {
	.tel_01 {
		margin: 0;
		padding: 2rem 0;
	}

	.cta_head {
		margin-bottom: .625rem;
		font-size: 1.25rem;
	}

	.cta_head::before,
	.cta_head::after {
		bottom: 0;
		width: 1.828125rem;
		height: 3.5625rem;
		background-image: url(https://99-denki.com/washer/template/img/head_side_sp.png);
	}

	.cta_note {
		text-align: justify;
	}
}

/* prevention */
.prevention {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

.prevention_wrap {
	border: solid .25rem #f12f30;
	border-width: 0 .25rem .25rem;
}

.prevention_head {
	padding: 1rem 0;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background-color: #f12f30;
}

.prevention_container {
	padding: 2rem;
}

.prevention_h3 {
	font-size: 1.75rem;
	text-align: center;
}

.prevention_h3 span {
	position: relative;
	color: #f12f30;
}

.prevention_h3 span::after {
	content: '';
	position: absolute;
	left: -.25rem;
	right: -.25rem;
	bottom: 0;
	height: 1.25rem;
	z-index: -1;
	background-color: #fff500;
}

.prevention_list {
	display: flex;
	margin: 2rem 0;
}

.prevention_list li {
	width: 25%;
}

.prevention_list li:not(:last-child) {
	margin-right: 1rem;
}

.prevention_list_img {
	padding: 1rem;
	height: 4rem;
	background-color: #fcf5e8;
	box-sizing: content-box;
}

.prevention_list_img img {
	margin: auto;
	width: auto;
	height: 100%;
}

.prevention_list_text {
	display: block;
	margin-top: .5rem;
	font-size: .875rem;
	text-align: center;
	font-weight: bold;
}

.prevention_p span {
	display: block;
	margin-top: 1.25rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: .75rem;
}

@media screen and (max-width: 768px) {
	.prevention_head {
		padding: .5rem 0;
		font-size: 1.25rem;
	}

	.prevention_container {
		padding: 1.5rem 1rem;
	}

	.prevention_h3 {
		font-size: 1.3125rem;
	}

	.prevention_h3 span::after {
		height: 1rem;
	}

	.prevention_list {
		margin: 1.5rem 0 1.25rem;
		flex-wrap: wrap;
	}

	.prevention_list li {
		width: calc(50% - .5rem);
	}

	.prevention_list li:not(:last-child) {
		margin-right: unset;
	}

	.prevention_list li:nth-child(2n-1) {
		margin-right: 1rem;
	}

	.prevention_list li:nth-child(-n+2) {
		margin-bottom: 1rem;
	}

	.prevention_list_img {
		height: 2.5rem;
	}

	.prevention_list_text {
		margin-top: .25rem;
	}

	.prevention_p {
		font-size: .875rem;
		text-align: justify;
	}
}

/* price */
.price {
	margin-bottom: 0;
}

.price_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 2rem;
}

.price_item {
	margin-right: 1rem;
	border: solid .125rem #02c407;

	width: calc(33.33333% - (2rem / 3));
}

.price_item:nth-child(3n) {
	margin-right: 0;
}

.price_item:nth-child(-n+9
) {
	margin-bottom: 2rem;
}

.price_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0rem 1rem;
	font-size: 2.5rem;
	color: #fff;
	background-color: #02c407;
	margin: 5px;
}

.price_small {
	font-size: 12px;
	margin-top: 10px;
}

.price_head b {
	font-size: .55em;
}

.price_head b i {
	display: block;
	margin-left: -.5em;
	font-size: .54545455em;
}

.price_head_time {
	display: flex;
	flex-shrink: 0;
	align-items: center;

}

.price_head_time>span {
	font-size: .35em;
	line-height: 1.1;
}

.price_head_time p {
	display: flex;
	align-items: baseline;
	line-height: 1;
	color: #2078f0;
	transform: translateY(-.125rem);
	-webkit-transform: translateY(-.125rem);
	-moz-transform: translateY(-.125rem);
	-ms-transform: translateY(-.125rem);
	-o-transform: translateY(-.125rem);
}

.price_head_time p span {
	transform: translateY(.15rem);
	-webkit-transform: translateY(.15rem);
	-moz-transform: translateY(.15rem);
	-ms-transform: translateY(.15rem);
	-o-transform: translateY(.15rem);
}

.price_head_time p small {
	font-size: .55em;
}

.price_item_slide dt {
	position: relative;
	padding: 1rem;
	font-size: .875rem;
	text-align: center;
	background-color: #FDF4F4;
	cursor: pointer;
}

.price_item_slide dt i {
	position: relative;
}

.price_item_slide dt i::after {
	content: '\f107';
	position: absolute;
	top: 0;
	left: calc(100% + 0.25em);
	bottom: 0;
	margin: auto;
	font-size: 1.5rem;
	font-weight: 900;
	color: #f12f30;
	height: 1em;
	font-family: "Font Awesome 5 Free";
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
}

.price_item_slide dt.active i::after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.price_item_slide dd {
	display: none;
}

.price_item_wrap {
	padding: 1rem;
}

.price_img {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.price_img img {

	inset: 0;
	height: 200px;
	width: 200px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

.price_tag {
	margin-bottom: 1rem;
	text-align: center;
	background-color: #02c407;
	border-radius: 50px;
	padding: 10px 0;

}

.price_tag span {
	display: block;
}

.price_tag .price_big {
	color: #fff;
	font-size: 26px;
}


.price_tag p {
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

.price_tag p strong {
	color: #f12f30;
}

.price_tag p em {
	font-size: .55em;
}

.price_inbox {
	background-color: #c6ffc7;
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
}

.price_inbox span {
	font-size: 10px;
}

.price_trouble {
	display: flex;
	align-items: center;

}

.price_trouble_icon span {
	font-size: .625rem;
	font-weight: bold;
}

.price_trouble_icon i {
	display: block;
	max-width: 100px;
}

.price_trouble_list {
	flex: 1;
	margin-left: 15px;
	font-size: 12px;
	line-height: 1;
}

.price_trouble_list li {
	position: relative;
	padding: 0px 0px 0px -10px;
	background-color: #fff;
	list-style: none;
}

.price_trouble_list li::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: -10px;
	top: calc(0.50em - 3px);
}

.price_trouble_list li span {
	padding-left: -10px;
}

.price_trouble_list li:not(:last-child) {
	margin-bottom: .5rem;
}

.price_list_wrap {
	position: relative;
	padding: 1rem;
	font-size: .875rem;
	text-align: center;
	background-color: #FDF4F4;
}

.price_list li {
	padding: .5rem 0;
	border-bottom: 1px solid #ccc;
}

.price_list li:first-child {
	padding-top: 0;
}

.price_list li p {
	position: relative;
	padding-left: 1.25rem;
	font-size: .75rem;
	text-align: left;
}

.price_list li p:before {
	content: '\f058';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 1em;
	font-size: 1rem;
	color: #f12f30;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.price_slide_list_tag {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	font-size: .875rem;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	letter-spacing: -.5px;
}

.price_list_tag span {
	color: #f12f30;
	transform: translateY(.0625rem);
	-webkit-transform: translateY(.0625rem);
	-moz-transform: translateY(.0625rem);
	-ms-transform: translateY(.0625rem);
	-o-transform: translateY(.0625rem);
}

.price_list_tag small {
	font-size: .625em;
}

.price_slide_note {
	margin-top: .5rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: .75rem;
	text-align: left;
}

.price_tel {
	display: flex;
	align-items: center;
	margin-top: 1rem;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.price_tel.sp_only {
	display: none;
}

.price_tel_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	font-size: 1.125rem;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.price_tel_icon i {
	transform: translateX(1px);
}

.price_tel_text {
	margin-left: 1.75rem;
}

.sp_only .price_tel_text {
	margin: auto;
}

.sp_only .price_tel_text em {
	line-height: 1;
	font-size: 1.5rem;
}

.price_tel_text * {
	display: block;
}

.price_tel_text span {
	font-size: .7em;
	font-weight: normal;
}

.price_list {
	font-size: .875rem;
}

.price_list li {
	position: relative;
}

.price_list li:not(:last-child) {
	margin-bottom: .25rem;
}

.price_note_wrap {
	margin: 2rem 0;
	padding: 1rem;
	text-align: center;
}

.price_note_wrap h4 {
	margin-bottom: .5rem;
}

.price_note_wrap ul {
	display: inline-block;
	font-size: .875rem;
}

.price_note_wrap ul li {
	position: relative;
	padding-left: 1.25em;
	text-align: justify;
}

.price_note_wrap ul li:before {
	content: '\f058';
	font-family: "Font Awesome 5 Free";
	color: #333;
	position: absolute;
	top: 3px;
	left: 0;
	height: 1em;
}

.price_note_wrap ul li:not(:last-child) {
	margin-bottom: .25rem;
}

.price_head_icon {
	margin-right: 2rem;
	max-width: 4rem;
	transform: translateY(-.625rem);
	-webkit-transform: translateY(-.625rem);
	-moz-transform: translateY(-.625rem);
	-ms-transform: translateY(-.625rem);
	-o-transform: translateY(-.625rem);
}

.price_lead {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}

.price_lead span {
	margin-right: .25rem;
	padding: .25rem;
	color: #F12F30;
	background-color: #FFEF00;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.price_calc {
	margin: 0 auto 2rem;
	padding: 3rem 2rem;
	max-width: 37.5rem;
	background-color: #215DB0;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.price_calc_head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	height: 3em;
	text-align: center;
	background-color: #E7EDF6;
	border-radius: .5rem;
	line-height: 1.3;
}

.price_calc_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.price_calc_wrap>i {
	font-size: 2.5rem;
	color: #FFEF00;
}

.price_calc_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 9rem;
	height: 9rem;
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
}

.price_calc_item:first-child {
	margin-right: 1rem;
}

.price_calc_item:last-child {
	margin-left: 1rem;
}

.price_calc_item span {
	font-size: .44em;
}

.price_calc_item p {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: .25rem;
	color: #F12F30;
}

.price_calc_item p em {
	font-size: .24em;
}

.price_calc_item small {
	font-size: .24em;
}

.price_maker {}

.price_maker_head {
	position: relative;
	margin: 0 auto 2rem;
	width: fit-content;
	font-weight: bold;
	font-size: 3rem;
	color: #215db0;
}

.price_maker_head i {
	position: absolute;
	top: 0;
	left: calc(100% + 1.25rem);
	bottom: 0;
	margin: auto;
	max-width: 5.875rem;
	width: 100%;
}

.price_maker_list {
	display: flex;
	flex-wrap: wrap;
}

.price_maker_list li {
	width: calc(25% - (3.75rem / 4));
	font-size: 1.75rem;
	text-align: center;
	background-color: #fff;
}

.price_maker_list li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.price_maker_list li:last-child i {
	font-size: .57142857em;
}

.price_maker_list li:not(:nth-child(4n)) {
	margin-right: 1.25rem;
}

.price_maker_list li:nth-child(-n+4) {
	margin-bottom: 1.25rem;
}

.price_maker_list li b {
	display: block;
	font-weight: 600;
}

.price_maker_list li span {
	display: block;
	font-size: .57142857em;
}

@media screen and (max-width: 768px) {
	.price_wrap {
		margin-bottom: 1rem;
	}

	.price_tel.sp_only {
		display: flex;
	}

	.price_tel.pc_only {
		display: none;
	}

	.price_item:nth-child(-n+6) {
		margin-bottom: unset;
	}

	.price_item {
		margin-right: 0;
		width: 100%;
	}

	.price_item:not(:last-child) {
		margin-bottom: 1rem;
	}

	.price_item:nth-child(2n) {
		margin-right: 0;
	}

	.price_head {
		padding: .75rem 1rem;
	}

	.price_list {
		font-size: .75rem;
	}

	.price_list li::before {
		height: .875rem;
		font-size: .875rem;
	}

	.price_tel_text {
		margin-left: 1.25rem;
	}

	.price_calc {
		margin: 0 -1rem 1rem;
		padding: 1rem;
		border-radius: unset;
		-webkit-border-radius: unset;
		-moz-border-radius: unset;
		-ms-border-radius: unset;
		-o-border-radius: unset;
	}

	.price_calc_head {
		font-size: 1rem;
	}

	.price_head_icon {
		margin-right: 1rem;
		max-width: 2.25rem;
		transform: translateY(-.25rem);
		-webkit-transform: translateY(-.25rem);
		-moz-transform: translateY(-.25rem);
		-ms-transform: translateY(-.25rem);
		-o-transform: translateY(-.25rem);
	}

	.price_calc_wrap {
		margin-top: .5rem;
	}

	.price_calc_item {
		width: 8.625rem;
		height: 8.625rem;
	}

	.price_calc_wrap>i {
		font-size: 2rem;
	}

	.price_calc_item:first-child {
		margin-right: .5rem;
	}

	.price_calc_item:last-child {
		margin-left: .5rem;
	}

	.price_note_wrap {
		margin: 1rem 0;
	}

	.price_maker {
		margin: 0 -1rem;
		padding: 2.5rem 1rem;
	}

	.price_maker_head {
		margin-bottom: 1rem;
		font-size: 1.375rem;
		font-weight: 600;
	}

	.price_maker_head i {
		left: calc(100% + .75rem);
		max-width: 5rem;
		height: fit-content;
	}

	.price_maker_list {
		justify-content: space-between;
	}

	.price_maker_list li {
		width: calc(50% - 0.5rem);
		font-size: 1.25rem;
	}

	.price_maker_list li:not(:nth-child(4n)) {
		margin: unset;
	}

	.price_maker_list li:nth-child(-n+4) {
		margin: unset;
	}

	.price_maker_list li:nth-child(-n+6) {
		margin-bottom: 1rem;
	}
}

/* voice */
.cos_area {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0px auto;
}

.cos_area_left {
	text-align: center;
}

.cos_area_right {
	margin-left: 20px;
	flex-basis: 80%;
}

.cos_area_text {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.cos_area {
		width: 95%;
	}
}


.voice {
	position: relative;
	z-index: 1;
}

.voice_list {
	display: flex;
	justify-content: space-between;
}

.voice_list li {
	width: calc(33.333% - (4rem / 3));
}

.voice_text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
	font-size: .875rem;
	text-align: justify;
	border-radius: .5rem;
	border: solid .125rem #de433b;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.voice_text::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: .854166666666667rem;
	height: .8125rem;
	background-image: url(https://99-denki.com/washer/template/img/voice_icon.png);
	background-size: 100% 100%;
}

.voice_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}

.voice_wrap i {
	margin-right: 1rem;
	width: 5.75rem;
}

.voice_data {
	font-size: 1.375rem;
}

.voice_data_head {
	margin-bottom: .25rem;
	font-size: 1em;
}

.voice_data_text {
	font-size: .636363636363636em;
}

@media screen and (max-width: 768px) {
	.voice_list {
		display: block;
	}

	.voice_list li {
		width: auto;
	}

	.voice_list li:not(:last-child) {
		margin-bottom: 1.25rem;
	}

	.voice_data {
		width: 6.5em;
	}
}

/* step */
.work_all {
	display: flex;
	flex-wrap: wrap;
}

.work_left {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.work_right {
	width: 50%;
}


@media screen and (max-width: 768px) {
	.work_left {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.work_right {
		width: 100%;
		display: flex;
		justify-content: center;
	}


}



.step {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 3rem;
	background-color: #fff;
}

.step_head {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.step_head_no {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	font-size: 1.875rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #f12f30;
}

.step_head_no span {
	font-size: .6em;
}

.step_head_title {
	margin-left: .875rem;
	font-size: 1.375rem;
}

.step_head_img {
	margin-left: 2rem;
}

.step_list {
	margin: auto;
	max-width: 37.5rem;
}

.step_list li {
	position: relative;
}

.step_list li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 3.5rem;
	left: 1.6875rem;
	bottom: 0;
	width: .1875rem;
	height: 100%;
	background-color: #f12f30;
}

.step_list li:not(:last-child) {
	margin-bottom: 3rem;
}

.step_list li:nth-child(1) .step_head_img {
	max-width: 5.8375rem;
}

.step_list li:nth-child(2) .step_head_img {
	max-width: 4.975rem;
}

.step_list li:nth-child(3) .step_head_img {
	max-width: 5.58125rem;
}

.step_list li:nth-child(4) .step_head_img {
	max-width: 4.125rem;
}

.step_text {
	margin-left: calc(3.5rem + .875rem);
	font-size: .875rem;
	text-align: justify;
}

.step_card_wrap {
	margin: 1rem 0 1rem calc(3.5rem + 0.875rem);
	text-align: center;
	color: #f12f30;
}

.step_card_h3 {
	margin-bottom: .5rem;
}

.step_card_img {
	margin: auto;
	max-width: 21.5rem;
}

@media screen and (max-width: 768px) {
	.step_head {
		margin-bottom: .625rem;
	}

	.step_head_img {
		margin-left: auto;
	}

	.step_list li:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		bottom: auto;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 1.5rem 1.5rem 0 1.5rem;
		border-color: #f12f2f transparent transparent transparent;
		background-color: unset;
	}

	.step_list li:not(:last-child) {
		margin-bottom: 3rem;
		padding-bottom: 1.25rem;
		border-bottom: solid .125rem #de433b;
	}

	.step_text {
		margin-left: 0;
	}

	.step_card_wrap {
		margin: 1rem 0;
	}
}

/* area */
.map_img {
	padding: 1rem;
	padding-bottom: 20px;
	max-width: 600px;
	margin: 0 auto;
}

.title_outside {
	text-align: center; 
	font-weight: bold; 
	font-size: 1.8rem; 
	margin-bottom: -55px;
}

.title_outside--02 {
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	.map_img {
		padding: 1rem 0.5rem;
		max-width: 1000px;
		margin: 0 auto;
	}

	.title_outside {
		text-align: center; 
		font-weight: bold; 
		font-size: 1.1rem; 
		margin-bottom: -37px;
	}

	.title_outside--02 {
		margin-bottom: 0px;
	}
}

.area_title {
	background-color: #02c407;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.area_in {
	width: 90%;
	margin: 0px auto 0px auto;
	font-size: 14px;
}

.area_title {
	margin-bottom: 20px;
	align-items: center;
}

.area_item:last-child .area_title {
	margin-bottom: 0;
}


.area_in {
	padding: 15px;
	padding-top: 0;
	display: none;
	line-height: 1.6;
}

.support_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.area_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.area_icon {
  display: flex;
  align-items: center;
}

.area_icon img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.area_icon h2 {
  font-size: 24px;
  color: #654321;
  margin: 0;
}

.service_time {
  background-color: #FFA500;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
}

.area_map {
  text-align: right;
  margin-bottom: 20px;
}

.area_map img {
  max-width: 200px;
  height: auto;
}

.prefecture_list {
  display: flex;
	justify-content: center;
  flex-wrap: wrap;
  border: 2px solid #f7b414;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
	max-width: 75rem;
	margin: 0 auto;
}

.prefecture_item {
  margin: 5px 0;
  padding: 0 10px;
  border-right: 1px solid #CCCCCC;
}

.prefecture_item:last-child {
  border-right: none;
}

.prefecture_item  {
  text-decoration: none;
  color: #333333;
	font-weight: bold;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.prefecture_list {
		margin: 1rem;
		padding: 10px;
	}
}


.form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 3rem;
	max-width: 75rem;
	background-color: #F4F7FB;
}

.form_flow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.form_flow_text {
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	margin-right: 2rem;
	font-size: 2.25rem;
	line-height: 1;
}

.form_flow_text b {
	font-size: .611111111em;
}

.form_flow_text span {
	margin: 0 .125rem;
	color: #215db0;
	transform: translateY(0.125rem);
}

.form_flow_list {
	display: flex;
}

.form_flow_list li {
	position: relative;
	margin-right: .625rem;
	padding: .5rem .75rem .5rem 1rem;
	color: #215db0;
	border: 1px solid #215db0;
	border-width: 1px 0 1px 1px;
	background-color: #fff;
}

.form_flow_list li::after {
	content: '';
	position: absolute;
	top: -.0625rem;
	left: 100%;
	bottom: -.0625rem;
	display: block;
	width: .625rem;
	background-image: url(https://99-denki.com/washer/template/img/area_arrow.png);
	background-size: 100% 100%;
}

.form_flow_list .active {
	color: #fff;
	background-color: #215db0;
}

.form_flow_list .active::after {
	top: -.75px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.28125rem 0 1.28125rem .625rem;
	border-color: transparent transparent transparent #215db0;
}

.form_table {
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 57.5rem;
	text-align: left;
	border-collapse: collapse;
}

.form_table th {
	padding: 0 1rem;
	width: 15rem;
	font-weight: bold;
	background-color: #D4DEED;
	border-bottom: 1px solid #ccc;
}

.form_table td {

	padding: .5rem;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.form_table td input {
	appearance: none;
	padding: 1rem;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
}

.ERR {
	margin-top: .25rem;
	font-size: 1rem;
	color: #f12f30;
	font-weight: bold;
}

.form_required,
.form_any {
	display: inline-block;
	margin-left: 0.25rem;
	padding: .25rem .5rem;
	font-size: .625rem;
	line-height: 1;
	color: #fff;
	transform: translateY(-.125rem);
	-webkit-transform: translateY(-.125rem);
	-moz-transform: translateY(-.125rem);
	-ms-transform: translateY(-.125rem);
	-o-transform: translateY(-.125rem);
}

.form_required {
	background-color: #f12f30;
}

.form_any {
	background-color: #9b9b9b;
}

.form_table td .required-focus {
	border: 1px solid #f12f30;
	background-color: #FDF4F4;
}

#btn_area[disabled],
#btn_area {
	appearance: none;
	padding: 1rem;
	border: none;
	color: #fff;
	width: 100%;
	max-width: 21.4375rem;
	border-radius: .5rem;
	font-size: 1.125rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

#btn_area[disabled] {
	background-color: #E0E0E0;
	box-shadow: unset;
}

#btn_area {
	background-color: #215db0;
	box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, 0.4);
}

.comfirm .form_flow_list,
.complete .form_flow_list {
	justify-content: center;
	margin-bottom: 2rem;
}

.comfirm .form_flow_list li:not(:last-child),
.complete .form_flow_list li:not(:last-child) {
	margin-right: 2rem;
}

.comfirm .form_table th,
.comfirm .form_table td {
	border: 1px solid #ccc;
}

.form_comfirm_text {
	margin: 2rem auto;
	max-width: 920px;
	font-size: .875rem;
}

.form_comfirm_note {
	text-align: center;
	font-size: .75rem;
}

.form_comfirm_submit {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top: 2rem;
}

.button {
	appearance: none;
	padding: 1rem;
	width: 100%;
	max-width: 21.4375rem;
	font-size: 1rem;
	color: #fff;
	border: none;
	box-shadow: 0 0 0.625rem 0 rgb(0 0 0 / 40%);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.button.back {
	margin-right: 1rem;
	background-color: #888;
}

.button.submit {
	background-color: #215db0;
}

.complete_wrap {
	margin: 20px 0;
	padding: 20px;
	background-color: #fff5d3;
}

.complete_text {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f7313b;
	text-align: justify;
}

.complete_text i {
	display: inline-block;
	max-width: 27px;
	transform: translateY(4px);
}

.complete_tel_wrap {
	display: flex;
	flex-direction: column;
	font-size: 42px;
	color: #000;
}

.complete_tel_span {
	font-weight: 500;
	font-size: .333333em;
}

.complete_tel_number {
	display: flex;
	align-items: center;
	margin: 2px 0 4px;
	font-size: 1em;
}

.complete_tel_number i {
	max-width: 40px;
	margin-right: 4px;
	transform: translateY(3px);
	flex-shrink: 0;
}

.complete_tel_number i img {
	display: block;
}

.complete_tel_number span {
	flex-shrink: 0;
	font-weight: bold;
	color: #f7313b;
	line-height: 1;
	letter-spacing: -1px;
}

.complete_tel_time {
	font-size: 14px;
	font-weight: normal;
}

.complete_back {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-indent: -.5em;
	text-align: justify;
	color: #000;
}

.complete_back span {
	color: #f7313b;
	font-weight: bold;
	border-bottom: 1px solid #f7313b;
}

.complete_note {
	font-size: .875rem;
}

.complete_note p:first-child {
	margin-bottom: 4px;
	text-indent: -.5em;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.form {
		padding-bottom: 2rem;
	}

	.form_flow {
		margin-bottom: 1.25rem;
		justify-content: space-between;
	}

	.form_flow_text {
		margin-right: 0;
	}

	.form_flow_list li {
		font-size: .875rem;
		padding: .5rem .25rem .5rem .75rem;
	}

	.form_flow_list .active::after {
		border-width: 1.1875rem 0 1.1875rem 0.625rem;
	}

	.form_table,
	.form_table tbody,
	.form_table tr,
	.form_table th,
	.form_table td {
		display: block;
		width: 100%;
	}

	.form_table {
		margin-bottom: 1rem;
	}

	.form_table th,
	.form_table td {
		padding: .5rem 1rem;
		border: none;
	}

	.form_table td input {
		padding: .625rem;
	}

	.form_comfirm_submit {
		flex-direction: column;
	}

	.complete_tel_number span {
		font-size: .76190476em;
	}

	.button.back {
		margin-right: 0;
	}

	.button.submit {
		margin-bottom: 1rem;
	}
}

/* footer */


.footer_area {
	background-color: #f7b414;
	padding: 20px 0;
	display: flex;
	width: 100%;
}

.footer_area a {
	color: #000;
	font-size: 14px;
	width: 300px;
}


.footer_copy_area {
	padding: 10px 0;
	text-align: center;
}

.footer_area_left {
	width: 33%;
	text-align: center;
}



.footer_area_center {
	width: 33%;
	line-height: 25px;

}

.footer_area_right {
	width: 33%;
	line-height: 25px;
}

@media screen and (max-width: 768px) {
	.footer_area {
		display: block;
	}

	.footer_area_left {
		width: 100%;

	}

	.footer_area_center {
		width: 100%;
		margin-left: 20px;
	}

	.footer_area_right {
		width: 100%;
		margin-left: 20px;
	}
}

.footer_btn_area {
	background-color: #f7b414;
	display: flex;
	padding: 20px 0px;
}

.footer_btn_area_left {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.footer_btn_area_right {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}

@media screen and (max-width: 768px) {
	.footer_btn_area {
		display: block;
	}

	.footer_btn_area_left {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.footer_btn_area_right {
		width: 100%;
		display: flex;
		justify-content: center;
	}


}


/* company */
.content_header {
	background-color: #f4f4f4;
}

.content_header_head {
	padding: 4rem 0;
	font-size: 2.5rem;
	text-align: center;
}

.company_table {
	margin: auto;
	max-width: 40rem;
	width: 100%;
	font-size: .875rem;
	border-collapse: collapse;
}

.company_table th {
	text-align: left;
	white-space: nowrap;
	background-color: #FDF4F4;
}

.company_table th,
.company_table td {
	padding: .75rem 1rem;
	border: 1.5px solid #999;
}

.company_indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 768px) {
	.content_header_head {
		padding: 2rem 0;
		font-size: 1.5rem;
	}

	.company_table {
		font-size: .75rem;
	}
}

/* qa */


#qa {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 3rem;
	background-color: #fff;
}

.qa_wrap {
	margin: auto;
	max-width: 95%;

}

.qa_bar {
	color: #02c407;
	border-top: 2px solid #02c407;
	width: 80%;
}

.voice_bar {
	border-top: 1px solid #aaaaaa;
	width: 90%;
}

.qa_wrap p {
	margin-top: 12px;
}


.qa_wrap:not(:last-child) {
	margin-bottom: 1rem;
}

.qa_wrap dt {
	display: flex;
	padding: 1rem 2rem 1rem 1rem;

}

.qa_wrap dt.active {
	border-radius: .5rem .5rem 0 0;
	-webkit-border-radius: .5rem .5rem 0 0;
	-moz-border-radius: .5rem .5rem 0 0;
	-ms-border-radius: .5rem .5rem 0 0;
	-o-border-radius: .5rem .5rem 0 0;
}

.qa_wrap dd {
	display: none;
	padding: 1rem 2rem 1rem 1rem;
	border-radius: 0 0 .5rem .5rem;
	-webkit-border-radius: 0 0 .5rem .5rem;
	-moz-border-radius: 0 0 .5rem .5rem;
	-ms-border-radius: 0 0 .5rem .5rem;
	-o-border-radius: 0 0 .5rem .5rem;
}

.qa_dd_wrap {
	display: flex;
}

.qa_wrap_i {
	align-self: flex-start;
	margin-right: .5rem;
	font-size: 1.375rem;
	line-height: 1;
	font-weight: bold;
	width: 50px;
}

.qa_wrap dt i {
	color: #215db0;
}

.qa_wrap dd i {
	color: #f12f30;
}

.qa_wrap dt i:last-child {
	font-size: 1.75rem;
	margin-left: auto;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.qa_wrap dt.active i:last-child {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
	.qa_wrap {
		width: 100%;
	}

	.qa_wrap dt {
		align-items: center;
		padding: 1rem;
	}

	.qa_wrap dt p {
		margin-right: 1rem;
		width: 340px;
	}

	.qa_wrap_i {
		width: 100px;

	}

	.qa_wrap dd p {
		width: 340px;
	}

	.qa_bar {
		color: #02c407;
		border-top: 2px solid #02c407;
		width: 90%;
	}

	h3 img {
		width: 90%;
	}


}

/* point */
.point {
	margin-left: auto;
	margin-right: auto;
	padding: 7.5625rem 0 3rem;
	max-width: 75rem;
}

.point_head {
	position: relative;
	margin: auto;
	width: fit-content;
	font-size: 4.375rem;
	text-align: center;
}

.point_head::before,
.point_head::after {
	content: '';
	position: absolute;
	bottom: .25rem;
	width: 1.375rem;
	height: 3.5rem;
	background-image: url(https://99-denki.com/washer/template/img/point_head.png);
	background-size: 100% 100%;
}

.point_head::before {
	right: calc(100% + 1rem);
}

.point_head::after {
	left: calc(100% + 1rem);
	transform: scale(-1, 1);
}

.point_head small {
	display: block;
	font-size: .2em;
	transform: translateX(.75rem);
	-webkit-transform: translateX(.75rem);
	-moz-transform: translateX(.75rem);
	-ms-transform: translateX(.75rem);
	-o-transform: translateX(.75rem);
}

.point_head_text {
	display: flex;
	align-items: flex-end;
	padding-right: .65rem;
	height: .8em;
	line-height: 1;
	color: #f12f30;
	justify-content: center;
}

.point_head_text em {
	margin-left: .125rem;
	font-size: .5em;
	transform: translateY(-.1875rem);
	-webkit-transform: translateY(-.1875rem);
	-moz-transform: translateY(-.1875rem);
	-ms-transform: translateY(-.1875rem);
	-o-transform: translateY(-.1875rem);
}

.point_head_text b {
	margin: 0 .25rem 0 .125rem;
	color: #333;
	font-size: .41428571em;
	transform: translateY(-.3125rem);
	-webkit-transform: translateY(-.3125rem);
	-moz-transform: translateY(-.3125rem);
	-ms-transform: translateY(-.3125rem);
	-o-transform: translateY(-.3125rem);
}

.point_head_text p {
	position: relative;
	margin-left: .75rem;
	color: #fff;
	font-size: .37142857em;
	transform: translateY(-.75rem);
	-webkit-transform: translateY(-.75rem);
	-moz-transform: translateY(-.75rem);
	-ms-transform: translateY(-.75rem);
	-o-transform: translateY(-.75rem);
}

.point_head_text p::before,
.point_head_text p::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #f12f30;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 1;
}

.point_head_text p::before {
	left: -.65rem;
}

.point_head_text p::after {
	right: -.65rem;
}

.point_head_text i {
	position: relative;
	z-index: 2;
}

.point_list {
	margin: 2rem 0 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
}

.point_list li {
	padding: 0.5rem;

}

@media screen and (max-width: 768px) {
	.point_list li {
		width: auto;
		text-align: center;
	}

	.point_list li img {
		width: 95%;
		margin: 0px auto;
	}
}

/* comparison */
.comparison_img_wrap {
	margin: 0 auto 2rem;
	max-width: 37.5rem;
}

@media screen and (max-width: 768px) {
	.comparison_img_wrap {
		margin: 0 auto 1rem;
	}
}

/* support area */
.support_area {
	margin-left: auto;
	margin-right: auto;
	padding-top: 7.5625rem;
	padding-bottom: 3rem;
	max-width: 75rem;
}

@media screen and (max-width: 768px) {
	.support_area {
		padding-top: 2em;
	}
}

.support_area_head {
	position: relative;
	margin: 0 auto 2rem;
	max-width: 37.5rem;
}

.support_area_head span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3rem;
	display: block;
	margin: auto;
	padding: 0 .5rem;
	width: 45%;
	font-size: 3rem;
	color: #215db0;
	text-align: center;
	background-color: #F4F7FB;
}

.support_area_list {
	margin: auto;
	max-width: 37.5rem;
}

.support_area_list li {
	border: solid 0.25rem #2078f0;
}

.support_area_list li:not(:last-child) {
	margin-bottom: 2rem;
}

.support_area_list li h3 {
	padding: .375rem 0 .625rem;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	background-color: #2078f0;
}

.support_area_list_test {
	padding: 2rem;
	font-size: .875rem;
	text-align: justify;
}

@media screen and (max-width: 768px) {
	.support_area_head {
		margin-bottom: 0;
	}

	.support_area_head_img {
		margin: auto;
		width: 19.4375rem;
	}

	.support_area_head span {
		padding: 0 .25rem;
		bottom: 1.375rem;
		width: fit-content;
		font-size: 1.75rem;
	}

	.support_area_list li:not(:last-child) {
		margin-bottom: 1rem;
	}

	.support_area_list_test {
		padding: 1rem;
	}
}

.area-form {
	padding-top: 1em;
	padding-bottom: 1em;
}

/* フローティングボタンのスタイル */
.follow_w {
	position: fixed;
	/* 固定位置 */
	bottom: 20px;
	/* 下部からの位置 */
	left: 50%;
	/* 画面の中央を基準 */
	transform: translateX(-50%);
	/* 自身の幅の半分だけ左に移動して中央揃え */
	z-index: 9;
	/* 他の要素より前面に表示 */
	width: 100%;
	/* 幅を100%に */
	max-width: 1000px;
	/* 最大幅を1000pxに制限 */
}

.follow_flx {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* ボタンが複数ある場合の間隔 */
	align-items: center;
	/* ボタンを中央に配置 */
	padding: 0 20px;
	/* 左右に余白を追加 */
}

/* パルスアニメーションの定義 */
@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

.follow_btn {
	border-radius: 6px;
	/* 角を丸くする */
	transition: all 0.3s ease;
	animation: pulse 1s infinite ease-in-out;
	/* ホバーエフェクト */
}

.follow_btn:hover {
	transform: translateY(-3px);
	animation: pulse 0.8s infinite ease-in-out;
	/* ホバー時に少し上に動く */
}

.follow_btn a {
	display: block;
	line-height: 0;
	/* 画像のスペースを調整 */
}

.follow_btn img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	/* 画像も角を丸く */
}

/* レスポンシブ対応 */
.pc_only {
	display: none;
}

.sp_ds {
	display: block;
	width: 310px;
	/* スマホ用サイズ調整 */
}

@media (min-width: 768px) {
	.pc_only {
		display: block;
	}

	.sp_only {
		display: none;
	}

	.pc_ds {
		width: 550px;
		/* PC用サイズ調整 */
	}
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  max-width: 100vw;
}