@charset "utf-8";

/*simple style*/

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap);

/* 後で消す */
.img_grey {
	filter: invert(50%);
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	color: #000;
}

.color01 {
	color: #0171c6;
}
.color02 {
	color: #ffc90f;
}
.bg01 {
	background-image: url("../img/theme/bg_theme.png");
	background-repeat: repeat;
}
.bg02 {
	background: #fff;
}
.bg03 {
	background: #e7f0ffa6;
}
a {
	color: #0171c6;
}

.headline {
	background: url("../img/theme/bg_headline.png") no-repeat center bottom;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.headline {
		background-size: auto 3px;
		padding-bottom: 22px;
	}
}
/*==========　ヘッダ　===========*/
#header {
	background: #fff;
}

#header .contact a {
	background: #00a70e;
	border-radius: 20px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.toggle {
		background: #fff;
	}
	.toggle span {
		background: #0171c6;
	}
	.menu .btnlink li a {
		color: #fff;
	}
	.menu .btnlink li:nth-child(1) a {
		background: #00a70e;
	}
	.menu .btnlink li:nth-child(2) a {
		background: #0171c6;
	}
}
/*==========　ビフォーアフター　===========*/

.before_after .slide li .box .head {
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
}
.before_after .slide li .box p.num span {
}
.before_after .slide li .box_before .head {
	background: #0171c6;
	background: #00a70e;
	font-size: 5rem;

}
.before_after .slide li .box_after .head {
	background: #00a70e;
}

.before_after .slide .slick-dots li {
	border: 1px solid #fff;
}
.before_after .slide .slick-dots li.slick-active {
	background: #fff;
}

/*==========　キャッチ　===========*/
.concept_inner p:not(.concept_fitst) {
	margin-top: 2.5rem;
}

/*==========　こんな方におすすめ　===========*/
.target li {
	border-radius: 100px;
}

.target li:nth-child(odd) {
	background: #fff;
}
.target li:before {
	background: url("../img/theme/ico_check.png") no-repeat;
	background-size: cover;
}

/*==========　こんな方におすすめ　===========*/
.comparison .ttl {
	background: #0171c6;
}

.comparison .box {
	background: #fff;
}

.comparison_tbl th, .comparison_tbl td {
	background: #e7f0ffa6;
	border: 5px solid #fff;
}

.comparison_tbl .point {
	background: #0171c6;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.comparison_tbl th, .comparison_tbl td {
		border: 3px solid #fff;
	}
}

/*==========　cv　===========*/
.cv .btn {
	background: #00a70e;
	border-radius: 40px;
	color: #fff;
}

/*==========　サービスの特徴　===========*/
.feature .flex .ico {
	background: #0171c6;
	border-radius: 100px;
	color: #fff;
}

/*==========　お客様の声　===========*/
@media screen and (max-width: 767px) {
	.voice .voice_slide .slick-dots li {
		border: 1px solid #000;
	}
	.voice .voice_slide .slick-dots li.slick-active {
		background: #000;
	}
}

/*==========　サービスの流れ　===========*/
.flow .unit {
	background: #e7f0ffa6;
}

.flow .unit .ico {
	background: #0171c6;
	border-radius: 100px;
}

/*==========　料金について　===========*/
.price_tbl {
	border-top: 1px solid #000;
}
.price_tbl th, .price_tbl td {
	border-bottom: 1px solid #000;
}

/*==========　よくあるご質問　===========*/
.faq dt {
	background: #e7f0ffa6 url("../img/theme/ico_faq01_1.png") no-repeat left 10px center;
	border-radius: 100px;
}
.faq dd {
	background: url("../img/theme/ico_faq02.png") no-repeat left 10px top 10px;
}

.faq dt:before {
	border-top: 1px solid #000;
}
.faq dt:after {
	border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
	.faq dt, .faq dd {
		background-size: 30px 31px;
	}
}


/*==========　お問い合わせ・オファー ===========*/
.contact .headline {
	color: #fff;
}

.contact .offer .unit {
	background: #fff;
}
.contact .offer .unit .ttl {
	color: #fff;
	background: #00a70e;
}

.contact .form .ttl {
	color: #fff;
	background: #00a70e;
}

.contact .form_tbl td .check_wrap {
	background: #f2f2f2;
}

.form .check_wrap label input[type="checkbox"]:checked + span:after {
	border-left: 3px solid #ffc90f;
	border-bottom: 3px solid #ffc90f;
}
.form  .btnwrap .btn {
	background: #00a70e;
	border-radius: 100px;
	color: #fff;
	font-size: 2.2rem;
}

/*確認画面・完了画面*/
.contact.confirm .headline, .contact.finish .headline {
	color: #000;
}
.contact.finish p {
	margin-bottom: 20px;
	text-align: center;
}

.form .btnwrap .btn.back {
	background: #0171c6;
}
