.format {

}
.format .page_main {
	width: 100%;
}
.format .page_main img {

}
.format_content {
	margin: 60px auto 0;
	width: 100%;
	max-width: 980px;
	padding: 0 10px;
}
.format_catch_back {
	position: relative;
	padding: 50px 0;
	margin: -60px 0 0;
}
.format_catch_back::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}


/* タイトル */
.format .ttl_for_02 {
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 1px;
	margin: 60px 0 0;
}
.format .read {
	font-size: 1.6rem;
	margin: 30px 0 0;
}
.format .read.center {
	text-align: center;
}



/* 悩み・おすすめ */
.format .hai_back {
	border: 2px solid #0a5c28;
}
.format .hai_back::after {
  content: '';
	display: none;
  background-color: unset;
}
.format .nayami_content {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.format .nayami_list {
	font-size: 2rem;
}
.format .nayami_list li {
	margin-top: 15px;
}
.format .nayami_text {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 40px 0 0;
}
.format .nayami_text span {
	border-bottom: 3px solid #edcf4f;
  padding: 0;
}
/* 悩み・おすすめ */



/* 一番上 */
.cause_box {
	display: flex;
	/* align-items: center; */
	margin: 30px 0 0;
}
.cause_img {
	width: 100%;
	max-width: 300px;
	margin: 9px 40px 0 0;
}
.cause_text {
	width: 100%;
	line-height: 2;
}
.format .cause_text {
	margin: 0;
}
/* 一番上 */



.format_column2_back {
	position: relative;
	padding: 50px 0;
	margin: 50px 0 0;
}
.format_column2_back::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
.format_column2_back_non {
	margin: 50px 0 0;
}

.format_column2_box {
	display: flex;
	/* align-items: center; */
	margin: 0px;
}
.format_column2_img {
	width: 100%;
	max-width: 300px;
	margin:0 40px 0 0;
}
.format_column2_text {
	width: 100%;
}
.format .num_ttl {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #404040;
	letter-spacing: 1px;
	line-height: 1;
}
.format .num_ttl span{
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
	padding: 0 15px 0 0;
	color: #0a5c28;
}
.format p {
	margin: 20px 0 0;
	font-size: 1.5rem;
}
.format .format_column2_box strong {
  padding: 0px 0px 3px;
  background: linear-gradient(transparent 85%, #edcf4f 50%);
}
.format .format_single_box strong {
  padding: 0px 0px 3px;
  background: linear-gradient(transparent 85%, #edcf4f 50%);
}



.format_single_box {
	margin: 0;
}
.format_single_img {
	margin: 40px auto 0;
	width: 100%;
	max-width: 660px;
}



.format .table_01 {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
.table_01 thead tr th {
	padding: 15px 25px;
}
.table_01 tbody tr td {
	padding: 15px 25px;
}

.format_care_box .format_care:first-child {
	margin: 20px 0 0;
}
.format_care_box .format_care {
	margin: 5px 0 0;
}


.format .quest {
	position: relative;
	padding: 0 0 0 30px;
	margin: 40px 0 0;
	font-weight: bold;
}
.format .quest::after {
	content: 'Q.';
	position: absolute;
	left: 0;
	top: -7px;
	color: #0a5c28;
	font-size: 2rem;
	font-weight: bold;

}
.format .anser {
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px 0 0;
}
.format .anser::after {
	content: 'A.';
	position: absolute;
	left: 0;
	top: -7px;
	font-size: 2rem;
	color: #e19201;
	font-weight: bold;

}

@media screen and (max-width: 768px) {
	.format {
		margin: 60px 0 0;
	}
	.format .page_main {
		width: 100%;
	}
	.format .page_main img {

	}
	.format_content {
		margin: 60px auto 0;
		width: 100%;
		max-width: unset;
		padding: 0 10px;
	}
	.format_catch_back {
		position: relative;
		padding: 40px 0;
		margin: -60px 0 0;
	}
	.format_catch_back::after {
		content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
	}


	/* タイトル */
	.format .ttl_for_02 {
		font-size: 2.5rem;
		text-align: center;
		letter-spacing: 1px;
		margin: 60px 0 0;
	}
	.format .read {
		font-size: 1.6rem;
		margin: 30px 0 0;
	}
	.format .read.center {
		text-align: unset;
	}



	/* 悩み・おすすめ */
	.format .hai_back {
		border: 2px solid #0a5c28;
		padding: 30px 15px;
	}
	.format .hai_back::after {
	  content: '';
		display: none;
	  background-color: unset;
	}
	.format .nayami_content {
	  width: 100%;
	  max-width: 720px;
	  margin: auto;
	}
	.format .nayami_list {
		font-size: 1.6rem;
	}
	.format .nayami_list li {
		margin-top: 15px;
	}
	.format .nayami_text {
	  display: block;
	  font-size: 1.6rem;
	  font-weight: bold;
	  text-align: center;
	  line-height: 1.8;
	  letter-spacing: 2px;
	  margin: 30px 0 0;
	}
	.format .nayami_text span {
		border-bottom: 3px solid #edcf4f;
	  padding: 0;
	}
	/* 悩み・おすすめ */



	/* 一番上 */
	.cause_box {
		display: flex;
		flex-wrap: wrap;
		/* align-items: center; */
		margin: 30px 0 0;
	}
	.cause_img {
		width: 100%;
		max-width: unset;
		margin: 0;
	}
	.cause_text {
		width: 100%;
		line-height: 2;
	}
	.format .cause_text {
		margin: 30px 0 0;
	}
	/* 一番上 */



	.format_column2_back {
		position: relative;
		padding: 40px 0;
		margin: 40px 0 0;
	}
	.format_column2_back::after {
	  content: '';
	  position: absolute;
	  left: 50%;
	  top: 0;
	  transform: translateX(-50%);
	  width: 100vw;
	  height: 100%;
	  background-color: #f8f8f8;
	  z-index: -1;
	}
	.format_column2_back_non {
		margin: 40px 0 0;
	}

	.format_column2_box {
		display: flex;
		flex-wrap: wrap;
		/* align-items: center; */
		margin: 0px;
	}
	.format_column2_img {
		width: 100%;
		max-width: 100%;
		margin:0;
	}
	.format_column2_text {
		width: 100%;
		margin: 20px 0 0;
	}
	.format .num_ttl {
	  display: block;
	  position: relative;
	  font-size: 1.7rem;
	  font-weight: bold;
	  color: #404040;
		letter-spacing: 1px;
		line-height: 1;
	}
	.format .num_ttl span{
	  position: relative;
	  font-size: 2.5rem;
	  font-weight: bold;
		padding: 0 10px 0 0;
		color: #0a5c28;
	}
	.format p {
		margin: 20px 0 0;
		font-size: 1.5rem;
	}
	.format .format_column2_box strong {
	  padding: 0px 0px 3px;
	  background: linear-gradient(transparent 85%, #edcf4f 50%);
	}
	.format .format_single_box strong {
	  padding: 0px 0px 3px;
	  background: linear-gradient(transparent 85%, #edcf4f 50%);
	}



	.format_single_box {
		margin: 0;
	}
	.format_single_img {
		margin: 30px auto 0;
		width: 100%;
		max-width: unset;
	}

	.table_01 {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.format .table_01 {
	  width: 100%;
	  margin-top: 30px;
	  border: 1px solid #ccc;
	  font-size: 1.6rem;

		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.table_01 thead tr th {
		padding: 15px 25px;
	}
	.table_01 tbody tr td {
		padding: 15px 25px;
	}

	.format_care_box .format_care:first-child {
		margin: 20px 0 0;
	}
	.format_care_box .format_care {
		margin: 5px 0 0;
	}


	.format .quest {
		position: relative;
		padding: 0 0 0 30px;
		margin: 30px 0 0;
		font-weight: bold;
	}
	.format .quest::after {
		content: 'Q.';
		position: absolute;
		left: 0;
		bottom: 0;
		color: #0a5c28;
		font-size: 2rem;
		font-weight: bold;

	}
	.format .anser {
		position: relative;
		padding: 0 0 0 30px;
		margin: 10px 0 0;
	}
	.format .anser::after {
		content: 'A.';
		position: absolute;
		left: 0;
		top: -7px;
		font-size: 2rem;
		color: #e19201;
		font-weight: bold;

	}
}

.service_under_content {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px -15px 0;
}
.service_under_box {
	width: 33.33333333%;
	display: flex;
	padding: 0 15px;
	margin: 20px 0 0;
}
.service_under_link {
	width: 100%;
	display: block;
	padding: 35px 25px 30px;
	text-decoration: none;
	/* box-shadow: 0 0px 7px 0 rgb(0 0 0 / 30%); */
	background-color: #fff;
	border-radius: 10px;
	transition: .3s;
}
.service_under_link:hover {
	box-shadow: 0 0px 7px 0 rgb(0 0 0 / 40%);
	transition: .3s;
}
.service_under_img {
	width: 100%;
	margin: auto;
}
/* ーーーーーーーーーーーーー */
.service__flow {
	max-width: 90px;
}
.service__fee {
	max-width: 76px;
}
.service__faq {
	max-width: 128px;
}
/* ーーーーーーーーーーーーー */
.service_under_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0 0;
	display: block;
	text-align: center;
	color: #333;
}

.service_under_next {
  display: block;
  position: relative;
  width: 150px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  margin: 20px auto 0;
  text-decoration: none;
  border-radius: 5px;
  transition: .3s;
}
/* ーーーーーーーーーーーーー */
.ihinseiri_under_content .service_under_link {
	border: 2px solid #099e86;
}
.ihinseiri_under_content .service_under_next {
	background-color: #099e86;
	color: #fff;
	border: 1px solid #099e86;
}
.ihinseiri_under_content .service_under_link:hover .service_under_next {
	background-color: #fff;
	color: #099e86;
	border: 1px solid #099e86;
}

.special_under_content .service_under_link {
	border: 2px solid #eb76aa;
}
.special_under_content .service_under_next {
	background-color: #eb76aa;
	color: #fff;
	border: 1px solid #eb76aa;
}
.special_under_content .service_under_link:hover .service_under_next {
	background-color: #fff;
	color: #eb76aa;
	border: 1px solid #eb76aa;
}

.cleaning_under_content .service_under_link {
	border: 2px solid #ed7f53;
}
.cleaning_under_content .service_under_next {
	background-color: #ed7f53;
	color: #fff;
	border: 1px solid #ed7f53;
}
.cleaning_under_content .service_under_link:hover .service_under_next {
	background-color: #fff;
	color: #ed7f53;
	border: 1px solid #ed7f53;
}

.deodorize_under_content .service_under_link {
	border: 2px solid #0cb7ed;
}
.deodorize_under_content .service_under_next {
	background-color: #0cb7ed;
	color: #fff;
	border: 1px solid #0cb7ed;
}
.deodorize_under_content .service_under_link:hover .service_under_next {
	background-color: #fff;
	color: #0cb7ed;
	border: 1px solid #0cb7ed;
}

.recycling_under_content {
	margin: 50px 0 0;
}
.recycling_under_content .service_under_link {
	border: 2px solid #008043;
}
.recycling_under_content .service_under_next {
	background-color: #008043;
	color: #fff;
	border: 1px solid #008043;
}
.recycling_under_content .service_under_link:hover .service_under_next {
	background-color: #fff;
	color: #008043;
	border: 1px solid #008043;
}
/* ーーーーーーーーーーーーー */

@media screen and (max-width: 768px) {
	.service_under_content {
		display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  margin: 20px 0 0;
	}
	.service_under_box {
		width: 100%;
		display: flex;
		padding: 0;
		margin: 10px 0 0;
	}
	.service_under_link {
		width: 100%;
		height: 80px;
		max-width: unset;
		margin: auto;
		display: flex;
		align-items: center;
		padding: 10px 30px;
		text-decoration: none;
		/* box-shadow: 0 0px 7px 0 rgb(0 0 0 / 30%); */
		background-color: #fff;
		border-radius: 5px;
		position: relative;
	}
	.service_under_link::before{
		content: '';
		position: absolute;
	  top: 50%;
	  right: 25px;

    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	}

	.service_under_img {
		width: 100%;
		margin: 0 30px 0 0;
	}
	/* ーーーーーーーーーーーーー */
	.service__flow {
		max-width: 60px;
	}
	.service__fee {
		max-width: 60px;
	}
	.service__fee img {
		padding: 0 10px 0 0;
	}
	.service__faq {
		max-width: 60px;
	}
	/* ーーーーーーーーーーーーー */
	.service_under_ttl {
		font-size: 1.8rem;
		font-weight: bold;
		margin: 0;
		display: block;
		text-align: center;
		color: #333;
	}

	.service_under_next {
	  display: block;
		display: none;
	  position: relative;
	  width: 150px;
	  height: 45px;
	  line-height: 42px;
	  text-align: center;
	  margin: 20px auto 0;
	  text-decoration: none;
	  border-radius: 5px;
	  transition: .3s;
	}
	/* ーーーーーーーーーーーーー */
	.ihinseiri_under_content .service_under_link {
		border: 2px solid #099e86;
	}
	.ihinseiri_under_content .service_under_next {
		background-color: #099e86;
		color: #fff;
		border: 1px solid #099e86;
	}
	.ihinseiri_under_content .service_under_next:hover {
		background-color: #fff;
		color: #099e86;
		border: 1px solid #099e86;
	}

	.special_under_content .service_under_link {
		border: 2px solid #eb76aa;
	}
	.special_under_content .service_under_next {
		background-color: #eb76aa;
		color: #fff;
		border: 1px solid #eb76aa;
	}
	.special_under_content .service_under_next:hover {
		background-color: #fff;
		color: #0cb7ed;
		border: 1px solid #eb76aa;
	}

	.cleaning_under_content .service_under_link {
		border: 2px solid #ed7f53;
	}
	.cleaning_under_content .service_under_next {
		background-color: #ed7f53;
		color: #fff;
		border: 1px solid #ed7f53;
	}
	.cleaning_under_content .service_under_next:hover {
		background-color: #fff;
		color: #ed7f53;
		border: 1px solid #ed7f53;
	}


	.deodorize_under_content .service_under_link {
		border: 2px solid #0cb7ed;
	}
	.deodorize_under_content .service_under_next {
		background-color: #0cb7ed;
		color: #fff;
		border: 1px solid #0cb7ed;
	}
	.deodorize_under_content .service_under_next:hover {
		background-color: #fff;
		color: #eb76aa;
		border: 1px solid #0cb7ed;
	}

	.recycling_under_content {
		margin: 30px 0 0;
	}
	.recycling_under_content .service_under_link {
		border: 2px solid #008043;
	}
	.recycling_under_content .service_under_next {
		background-color: #008043;
		color: #fff;
		border: 1px solid #008043;
	}
	.recycling_under_content .service_under_link:hover .service_under_next {
		background-color: #fff;
		color: #008043;
		border: 1px solid #008043;
	}
	/* ーーーーーーーーーーーーー */
}




/* 動画 */
.youtube_content {
	display: flex;
	margin: 60px -15px 0;
}
.youtube_box {
	width: 50%;
	padding: 0 15px;
	position: relative;
}
.youtube_link {
	position: relative;
	display: block;
}
.youtube_link:hover {
	transition: all .3s ease;
}
.youtube_img {
	display: block;
	overflow: hidden;
}
.youtube_link:hover .youtube_img_img {
	transform: scale(1.02);
  transition: all .3s ease;
	opacity: .8;
}
.youtube_img .youtube_img_img {
	display: block;
	transition: all .3s ease;
}
.youtube_ico {
	width: 100%;
	max-width: 90px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.youtube_ttl {
	display: block;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/* margin: 10px auto 0; */
	padding: 5px;

	background-color: #0a5c28;
}
#colorbox iframe {
  /* width: 560px;
  height: 315px; */
}


.youtube_single {
	width: 100%;
	max-width: 560px;
	margin: 40px auto 0;
}
.youtube_single_link {
	display: block;
	position: relative;
}
.youtube_single_link:hover .youtube_single_img_img {
	transform: scale(1.02);
	opacity: .8;
  transition: all .3s ease;
}
.youtube_single_img {
	position: relative;

}
.youtube_single_img {
	display: block;
	overflow: hidden;
}
.youtube_single_img .youtube_single_img_img {
	display: block;
	transition: all .3s ease;
}

.youtube_single + .mess_text {
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	.youtube_content {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.youtube_box {
		width: 100%;
		padding: 0;
		margin: 40px 0 0;
		position: relative;
	}
	.youtube_link {
		position: relative;
		display: block;
	}
	.youtube_link:hover {
		transition: all .3s ease;
	}
	.youtube_img {
		display: block;
		overflow: hidden;
	}
	.youtube_link:hover .youtube_img_img {
	  transform: scale(1.02);
	  transition: all .3s ease;
		opacity: .8;
	}
	.youtube_img .youtube_img_img {
		display: block;
		transition: all .3s ease;
	}
	.youtube_ico {
		width: 100%;
		max-width: 70px;
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.youtube_ttl {
		display: block;
		position: relative;
		font-size: 1.5rem;
		font-weight: bold;
		color: #fff;
		text-align: center;
		/* margin: 10px auto 0; */
		padding: 5px;

		background-color: #0a5c28;
	}
	#colorbox iframe {
	  /* width: 560px;
	  height: 315px; */
	}
}




.ttl_cmn_02 + .mess_text {
	margin: 30px auto 0;
}
.mess_text {
	display: block;
}
.mess_text.center {
	text-align: center;
}


.sdgs_img_ttl_s {
	margin: 60px auto 0;
}
.sdgs_p {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  font-size: 1.7rem;
}
.sdgs_h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #0a5c28;
  margin-top: 30px;
}
.sdgs_list {
	margin: 15px 0 0;
	list-style: none;
	font-size: 1.7rem;
}
.sdgs_list li {
	margin-top: 10px;
	padding-left: 18px;
	position: relative;
	font-weight: bold;
}
.sdgs_list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0a5c28;
}
@media screen and (max-width: 768px) {
	.sdgs_img_ttl_s {
		margin: 40px auto 0;
	}
	.sdgs_p {
	  width: 100%;
	  max-width: unset;
	  margin: 30px auto 0;
	  font-size: 1.5rem;
	}
	.sdgs_h3 {
	  position: relative;
	  font-size: 1.8rem;
	  font-weight: bold;
	  color: #0a5c28;
	  margin-top: 30px;
	}
	.sdgs_list {
		margin: 10px 0 0;
		list-style: none;
		font-size: 1.5rem;
	}
	.sdgs_list li {
		margin-top: 10px;
		padding-left: 16px;
		position: relative;
		font-weight: bold;
	}
	.sdgs_list li::before {
	  content: '';
	  display: inline-block;
	  position: absolute;
	  top: 11px;
	  left: 0;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background-color: #0a5c28;
	}
}



.side_menu {
  position: fixed;
  right: 0;
  z-index: 2;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.side_menu .side_menu_link {
	position: relative;
  background-color: #0ec755;
  border: 2px solid #0ec755;

	display: block;
	color: #fff;
	padding: 50px 18px 15px 20px;
	text-decoration: none;
	letter-spacing: 1.5px;
}
.side_menu .side_menu_link::after {
  content: '';
  width: 27px;
  height: 27px;
  background: url(./img/line.svg) no-repeat center/contain;
	position: absolute;
  top: 15px;
  left: 51%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  transition: .4s;
}
.side_menu_link:hover::after {
	transform: translateX(-50%) rotateY(360deg);
	-webkit- transform:translateX(-50%) translateX(-50%);
	transition: .4s;
}
.side_menu span {
  display: block;
  line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

.banner_mt {
	margin: 80px auto 0;
}

.banner_links {
	display: block;
	margin: 30px auto 0;
}
.banner_links img {
	display: block;
	width: 100%;
}

.single_flow_text {
	padding: 0 40px 0 0;
}
.deodorize_type_ttl {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
	text-align: center;
}
.deodorize_type_ttl span {
	color: #d41c24;
	font-size: 2.4rem;
	padding: 0 0 0 5px;
}
.ziturei_img {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.banner_mt {
		margin: 40px auto 0;
	}

	.banner_links {
		display: block;
		margin: 30px auto 0;
	}
	.banner_links img {
		display: block;
		width: 100%;
	}

	.single_flow_text {
		padding: 0 15px 0 0;
	}
	.deodorize_type_ttl {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333;
		margin-top: 30px;
		text-align: center;
	}
	.deodorize_type_ttl span {
		color: #d41c24;
		font-size: 2rem;
		padding: 0 0 0 5px;
	}
}

.h3_2 {
	margin: 30px 0 0;
}





.btn-cmn-03 {
  display: block;
  position: relative;
  width: 240px;
  height: 55px;
  line-height: 53px;
  background-color: #0a5c28;
  color: #fff;
  border: 1px solid #0a5c28;
  text-align: center;
  margin: 40px auto 0;
  text-decoration: none;
  transition: .3s;
	border-radius: 7px;
}
.btn-cmn-03:hover {
	background-color: #fff;
	color: #0a5c28;
	border: 1px solid #0a5c28;
	transition: .3s;
}



.pec_hed_content {
	width: 100%;
	max-width: 850px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 0px;
	padding: 15px 0 0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.pec_hed_content .number {
	font-size: 6.8rem;
	color: #0a5c28;
	margin: 0 18px 0 0;
	display: block;
	font-weight: bold;
}
.pec_hed_content .ttl {
	font-size: 3.3rem;
	color: #333;
	font-weight: bold;
}
.pec_hed_content .ttl span {
	color: #0a5c28;
}
@media screen and (max-width: 768px) {
	.pec_hed_content {
		width: 100%;
		max-width: unset;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px auto 0px;
		padding: 0 10px;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	.pec_hed_content .number {
		font-size: 6.5rem;
		color: #0a5c28;
		margin: 0 15px 0 0;
		display: block;
		font-weight: bold;
	}
	.pec_hed_content .ttl {
		font-size: 2rem;
		color: #333;
		font-weight: bold;
		line-height: 1.6;
	}
	.pec_hed_content .ttl span {
		color: #0a5c28;
	}
}





.each_contact_link_content {
  margin: 80px -40px 0;
  display: flex;
	align-items: center;
	justify-content: center;
}
.each_left, .each_right {
  width: 50%;
  padding: 0 40px;
}
.each_left {
  border-right: 1px solid #0a5c28;
}
.each_left .reception_time {
  display: block;
  text-align: center;
  margin: 10px 0 0;
}

.each_tel_link {
  color: #333;
  display: block;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
}
.each_tel_link:hover {
	opacity: .7;
	transition: .3s;
}
.each_tel_link span {
	font-size: 2.8rem;
	padding: 0 7px 0 0;
	color: #0a5c28;
}
.each_contact_link_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 68px;
  color: #fff;
	background-color: #e19201;
  border: 1px solid #e19201;
  text-align: center;
  margin: 0;
  text-decoration: none;
  transition: .3s;
	font-weight: bold;
	font-size: 1.6rem;
}
.each_contact_link_btn::before {
  content: '';
  width: 35px;
  height: 35px;
  background: url(./img/line.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.each_contact_link_btn::after {
  content: '';
  display: inline-block;
  background-image: url(./img/allow_ico.svg);
  background-size: cover;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.each_contact_link_btn:hover {
	opacity: .7;
	transition: .3s;
}
@media screen and (max-width: 768px) {
	.each_contact_link {
		margin: -40px 0 0;
	}
	.each_contact_link_content {
	  margin: 0;
	  display: flex;
		flex-wrap: wrap;
		align-items: unset;
		justify-content: unset;
	}
	.each_left, .each_right {
	  width: 100%;
	  padding: 0;
	}
	.each_left {
	  border-right: unset;
	}
	.each_left .reception_time {
	  display: block;
	  text-align: center;
	  margin: 10px 0 0;
	}

	.each_tel_link {
	  color: #333;
	  display: block;
	  font-weight: bold;
	  font-size: 3rem;
	  line-height: 1;
		text-align: center;
	}
	.each_tel_link:hover {
		opacity: .7;
		transition: .3s;
	}
	.each_tel_link span {
		font-size: 2.4rem;
		padding: 0 7px 0 0;
		color: #0a5c28;
	}
	.each_contact_link_btn {
	  display: block;
	  position: relative;
	  width: 100%;
	  height: 70px;
	  line-height: 68px;
	  color: #fff;
		background-color: #e19201;
	  border: 1px solid #e19201;
	  text-align: center;
	  margin: 20px auto 0;
	  text-decoration: none;
	  transition: .3s;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.each_contact_link_btn::before {
	  content: '';
	  width: 35px;
	  height: 35px;
	  background: url(./img/line.svg) no-repeat center/contain;
	  position: absolute;
	  top: 50%;
	  left: 25px;
	  transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}
	.each_contact_link_btn::after {
	  content: '';
	  display: inline-block;
	  background-image: url(./img/allow_ico.svg);
	  background-size: cover;
	  width: 10px;
	  height: 17px;
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}
	.each_contact_link_btn:hover {
		opacity: .7;
		transition: .3s;
	}
}

.each_service_menu {
	margin: 60px auto 0;
}
.each_service_menu_text {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.each_service_menu_text + .service_menu_pc {
	margin: 25px -15px 0;
}

.main_top_slide .slick-dots {
	bottom: -35px;
}
