/*
Theme Name: 遺品整理カラーバリエーション
Author: シカケデザイン
Version: 2026-5
*/

@charset "UTF-8";
html {
		overflow: scroll;
		padding: 0;
		margin: 0;
		font-size: 10px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
}

* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
		margin: 0;
		padding: 0;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

fieldset, img {
		border: 0;
}

address, caption, cite, code, dfn, em, th, var {
		font-style: normal;
		font-weight: normal;
}

caption, th {
		text-align: left;
}

h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
}

q:before, q:after {
		content: '';
}

input[type="checkbox"], input[type="radio"] {
		margin: 0 2px 0 0;
		padding: 0;
		vertical-align: -2px;
}

/* clearfix------------- */
.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

.clearfix {
		min-height: 1px;
}

* html .clearfix {
		height: 1px;
		/*¥*/
		/*/ height: auto; overflow: hidden; /**/
}

/* ios でのフォーム系デフォルトスタイルをリセット */
button
input[type=”button”],
input[type=”text”],
input[type=”submit”] {
		-webkit-appearance: button;
		-webkit-appearance: none;
		border: 0 none;
		box-sizing: border-box;
		cursor: pointer;
		-webkit-border-radius: 0;
		background: transparent;
}

button::-webkit-search-decoration,
input[type=”button”].clearbtn {
		border: 0 none;
		display: inline;
}

input[type="text"],
input[type="password"],
textarea,
select,
a {
    outline: none;
}
body {
		letter-spacing: .05em;
		line-height: 1.8;
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 100vh;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
		color: #404040;
}

img {
		vertical-align: middle;
		display: block;
		margin: auto;
		max-width: 100%;
		height: auto;
}

a {
		text-decoration: none;
		transition: .3s;
}
.single_page a {
	text-decoration: underline;
	color: #e19201;
}
.link_hov{
	display: block;
}
.link_hov:hover {
	display: block;
	opacity: 0.6;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.news_link:hover {
	display: block;
	text-decoration: underline;
	color: #e19201;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

@media screen and (max-width: 600px) {
	.sp_only02 {
		display: block;
	}

	/*2020.8.6 added*/
		.grid-cmn2 .col-ba.col-l-ba {
			width: 50%;
	}

		.grid-cmn2 .col-ba {
			box-sizing: border-box;
			position: relative;
			padding: 0 14px;
			margin-top: 10px;
	}
		.grid-cmn2 {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 14px -14px 0;
		position: relative;
	}

}

.ui_layout_sidebar {
		width: 250px;
		height: 100%;
		position: fixed;
		background: #fff;
		z-index: 1000;
		box-shadow: 0 1px 1px #c7c7c7;
}

.ui_sidebar_scoll{
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		overflow: auto;
}

.ui_sidebar .ui_sidebar_logo {
		padding: 35px 0 10px;
		font-size: 1.8rem;
		text-align: center;
}

.ui_sidebar .ui_sidebar_logo a {
		display: inline;
		position: relative;
		text-align: center;
}

.ui_sidebar .ui_sidebar_logo img {
		width: 185px;
}

.ui_sidebar_menu {
		position: relative;
}

.ui_sidebar_menu .ui_sidebar_ul_01 li {
		position: relative;
}

.ui_sidebar_menu .ui_sidebar_ul_01 li > a {
		font: normal 400 14px Noto Sans Japanese, sans-serif;
		display: block;
		text-decoration: none;
		color: #404040;
		font-size: 1.4rem;
		line-height: 60px;
		padding-left: 20px;
		letter-spacing: normal;
		cursor: pointer;
}

.ui_sidebar_menu .ui_sidebar_ul_01 li > a::after {
		content: '';
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 4px;
		height: 4px;
		border-top: 1px solid #404040;
		border-right: 1px solid #404040;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

.ui_sidebar_menu .ui_sidebar_ul_01 li:hover a {
		background-color: #c7c7c7;
		color: #404040;
}

.ui_sidebar_menu .ui_sidebar_ul_01 li:hover a::after {
		border-top: 1px solid #404040;
		border-right: 1px solid #404040;
}

.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu {
		display: none;
		position: fixed;
		width: 250px;
		height: 100%;
		left: 250px;
		top: 0;
		background-color: #c7c7c7;
		padding-top: 135px;
		z-index: 1;
}

.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a {
		js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		text-decoration: none;
		color: #404040;
		height: 60px;
		line-height: 1.3;
		padding: 0 20px 0 35px;
		transition: all .3s ease;
}

.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a::after {
		content: '';
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 4px;
		height: 4px;
		border-top: 1px solid #404040;
		border-right: 1px solid #404040;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a:hover {
		background-color: rgba(255, 255, 255, 0.2);
}





@media screen and (max-width: 1000px) {
	.ui_layout_sidebar {
			width: 100%;
			height: 120px;
			position: fixed;
			background: #fff;
			z-index: 1000;
			box-shadow: 0 1px 1px #c7c7c7;
	}

	.ui_sidebar_scoll{
			position: relative;
			height: 100%;
			top: 0;
			left: 0;
			overflow: visible;
	}

	.ui_sidebar .ui_sidebar_logo {
			padding: unset;
			font-size: 1.8rem;
			text-align: center;
	}

	.ui_sidebar .ui_sidebar_logo a {
			display: inline;
			position: relative;
			text-align: center;
	}

	.ui_sidebar .ui_sidebar_logo img {
			width: 300px;
		 	margin: 25px 20px 15px;
	}

	.ui_sidebar_menu {
			position: relative;
	}
	.ui_sidebar_ul_01 {
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		list-style: none;
		-webkit-justify-content: center;
	          justify-content: center;
	            -ms-flex-pack: center;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li {
			position: relative;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li > a {
			font: normal 400 14px Noto Sans Japanese, sans-serif;
			display: block;
			text-decoration: none;
			color: #404040;
			font-size: 1.4rem;
			line-height: 0px;
			padding-left: 0px;
			padding: 24px 25px;;
			cursor: pointer;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li > a::after {
			content: '';
			display: none;
			position: absolute;
			left: 210px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			width: 4px;
			height: 4px;
			border-top: 1px solid #404040;
			border-right: 1px solid #404040;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li:hover a {
			background-color: #c7c7c7;
			color: #404040;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li:hover a::after {
			border-top: 1px solid #404040;
			border-right: 1px solid #404040;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu {
			display: none;
			position: fixed;
			width: 100%;
			height: auto;
			left: 0px;
			top: 120px;
			background-color: #c7c7c7;
			padding-top: unset;
			z-index: 1;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a {
			js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: block;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-align-items: center;
			align-items: center;
			text-align: center;
			position: relative;
			text-decoration: none;
			color: #404040;
			height: 60px;
			line-height: 4.3;
			padding: 0 10px 0 35px;
			transition: all .3s ease;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a::after {
			content: '';
			position: absolute;
			left: 15px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			width: 4px;
			height: 4px;
			border-top: 1px solid #404040;
			border-right: 1px solid #404040;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			display: none;
	}

	.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a:hover {
			background-color: rgba(255, 255, 255, 0.2);
	}

	.side_bnr {
		  display: none;
			text-align: center;
			margin-top: 10px;
			position: relative;
	}

	.side_bnr02 {
			display: inline-block;
	}

	.side_bnr .bnr_01 {
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 800;
			color: #fff;
			background-color: #0a5c28;
			padding: 10px;
	}

	.side_bnr .bnr_02 {
			position: relative;
			font-size: 2.1rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 800;
			color: #404040;
			margin-top: 5px;
			padding-left: 35px;
	}

	.side_bnr .bnr_02::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			margin: auto 0;
			width: 30px;
			height: 20px;
			background-image: url(./img/phone_01.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
	}

	.side_bnr .bnr_03 {
			text-align: right;
			padding: 0 10px;
			margin-top: -5px;
	}

	.side_bnr .bnr_03 small {
			font-size: 1.1rem;
	}

	.side_bnr .bnr_04 {
			font-size: 1.1rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 800;
			color: #0a5c28;
			background-color: #edce4f;
			padding: 4px;
			margin: 5px 8px 0;
	}

	.side_bnr .side_cont {
			display: flex;
			margin-top: 15px;
	}

	.side_bnr .side_cont .side_cont_icon {
			list-style: none;
			margin-right: 10px;
	}

	.side_bnr .side_cont .side_cont_icon:last-child {
			margin-right: 0px;
	}

	.side_bnr .side_cont .side_cont_icon img {
			width: 70px;
	}

	.side_bnr .bnr_05 {
			font-size: 1.6rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #404040;
			padding: 0px 10px 10px;
	}

	.side_bnr03 {
			background-color: #c7c7c7;
			padding: 15px;
			text-align: center;
	}

	.side_bnr03 .ui_sidebar_ul_02 li {
			position: relative;
			list-style: none;
			margin-bottom: 15px;
	}
	.side_bnr03 .ui_sidebar_ul_02 li:last-child {
			position: relative;
			list-style: none;
			margin-bottom: 0px;
	}

	.side_bnr03 .ui_sidebar_ul_02 li a {
			display: block;
			text-decoration: none;
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p {
			js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #404040;
			text-decoration: none;
			background-color: #fff;
			height: 75px;
	}
	.side_bnr03 .ui_sidebar_ul_02 li a p:hover {
		background-color: #dfefe5;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;

	}

	.side_bnr03 .ui_sidebar_ul_02 li a p::before {
			content: '';
			position: absolute;
			background: no-repeat center / contain;
			left: 18px;
			width: 30px;
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_01::before {
			top: 25px;
			height: 20px;
			background-image: url(./img/side_menu_01.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_02::before {
			top: 22px;
			height: 28px;
			background-image: url(./img/side_menu_02.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_03::before {
			top: 23px;
			height: 27px;
			background-image: url(./img/side_menu_03.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_04::before {
			top: 20px;
			height: 28px;
			background-image: url(./img/side_menu_04.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p::after {
			content: '';
			position: absolute;
			right: 25px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			width: 6px;
			height: 6px;
			border-top: 2px solid #404040;
			border-right: 2px solid #404040;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}
	.tablet_nav {
		position: absolute;
    top: -50px;
    right: 0;
	}
	.tablet_nav .tablet_ul {
		display: flex;
		list-style: none;

	}

	.tablet_nav .tablet_ul li:last-child{
		margin-right: 15px;
	}

	.tablet_nav .tablet_ul li a {
		display: inline-block;
		font-weight: 600;
		color: #0a5c28;
		padding: 10px 20px;
	}
	.tablet_nav .tablet_ul li:after {
		content: '';
		vertical-align: middle;
		height: 25px;
		border-right: 2px solid #0a5c28;
	}
.tablet_nav .tablet_ul li:last-child:after{
		content: '';
		border-right: unset;
}
	.tablet_nav .tablet_ul li a:hover{
		background-color: #dfefe5;
		-webkit-transition: 0.4s ease;
		transition: 0.4s ease;

	}

}

@media screen and (max-width: 768px) {
		.ui_layout_sidebar {
			overflow: visible;
				width: 100%;
				height: 60px;
				top: 0;
				left: 0;
				border: 0 none;
				border-bottom: 1px solid #c7c7c7;
				padding: 13px 15px;
				text-align: center;
		}
		.ui_sidebar_scoll{
				position: static;
		}
		.ui_sidebar .ui_sidebar_logo {
				padding: 0;
				display: inline-block;
		}
		.ui_sidebar .ui_sidebar_logo img {
			width: 125px;
    	margin: 3px 0 0;
		}
		.ui_sidebar {
				js-display: flex;
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-justify-content: space-between;
				justify-content: space-between;
		}
		.ui_sidebar_ul_01 {
			display:block;
			list-style: none;
			-webkit-justify-content: unset;
							justify-content: unset;
								-ms-flex-pack: unset;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li {
				border-bottom: 1px solid #c7c7c7;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li.js-toggle > a {
				margin-left: 50px;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li > a {
				font-size: 1.5rem;
				line-height: 1.73;
				padding: 15px 10px;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li > a::after {
				content: none;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li:hover a {
				background-color: transparent;
				color: #404040;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li .js-toggle-btn {
				display: block;
				position: absolute;
				width: 30px;
				height: 30px;
				background-color: #0a5c28;
				border: 1px solid #0a5c28;
				left: 10px;
				top: 13px;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li .js-toggle-btn::after {
				content: '';
				position: absolute;
				width: 0;
				height: 0;
				border: 4px solid transparent;
				border-bottom: 0 none;
				border-top: 6px solid #fff;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu {
				display: none;
				position: static;
				width: 100%;
				height: auto;
				background-color: transparent;
				padding: 0 0 0 20px;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a {
				display: block;
				height: auto;
				color: #404040;
				padding: 10px 25px;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-align-items: center;
				align-items: unset;
				text-align: start;
				position: static;
				text-decoration: none;
				line-height: normal;
				transition: unset;

		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a {
				js-display: flex;
				display: -webkit-box;
				display: -webkit-flex;
				display: block;
		}

		.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a:first-child {
				border-top: 0 none;
		}
		.ui_sidebar_menu .ui_sidebar_ul_01 li .ui_sidebar_submenu a::after {
				border-top: 1px solid #0a5c28;
				border-right: 1px solid #0a5c28;
				left: 10px;
		}
}

.side_bnr {
		text-align: center;
		margin-top: 10px;
		position: relative;
}

.side_bnr02 {
		display: inline-block;
}

.side_bnr .bnr_01 {
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 800;
		color: #fff;
		background-color: #0a5c28;
		padding: 10px;
}

.side_bnr .bnr_02 {
		position: relative;
		font-size: 2.1rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 800;
		color: #404040;
		margin-top: 5px;
		padding-left: 35px;
}

.side_bnr .bnr_02::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
		width: 30px;
		height: 20px;
		background-image: url(./img/phone_01.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
}

.side_bnr .bnr_03 {
		text-align: right;
		padding: 0 10px;
		margin-top: -5px;
}

.side_bnr .bnr_03 small {
		font-size: 1.1rem;
}

.side_bnr .bnr_04 {
		font-size: 1.1rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 800;
		color: #0a5c28;
		background-color: #edce4f;
		padding: 4px;
		margin: 5px 8px 0;
}

.side_bnr .side_cont {
		display: flex;
		margin-top: 15px;
}

.side_bnr .side_cont .side_cont_icon {
		list-style: none;
		margin-right: 10px;
}

.side_bnr .side_cont .side_cont_icon:last-child {
		margin-right: 0px;
}

.side_bnr .side_cont .side_cont_icon img {
		width: 70px;
}

.side_bnr .bnr_05 {
		font-size: 1.6rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #404040;
		padding: 0px 10px 10px;
}

.side_bnr03 {
		background-color: #c7c7c7;
		padding: 15px;
		text-align: center;
}

.side_bnr03 .ui_sidebar_ul_02 li {
		position: relative;
		list-style: none;
		margin-bottom: 15px;
}
.side_bnr03 .ui_sidebar_ul_02 li:last-child {
		position: relative;
		list-style: none;
		margin-bottom: 0px;
}

.side_bnr03 .ui_sidebar_ul_02 li a {
		display: block;
		text-decoration: none;
}

.side_bnr03 .ui_sidebar_ul_02 li a p {
		js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #404040;
		text-decoration: none;
		background-color: #fff;
		height: 75px;
}
.side_bnr03 .ui_sidebar_ul_02 li a p:hover {
	background-color: #dfefe5;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;

}

.side_bnr03 .ui_sidebar_ul_02 li a p::before {
		content: '';
		position: absolute;
		background: no-repeat center / contain;
		left: 18px;
		width: 30px;
}

.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_01::before {
		top: 25px;
		height: 20px;
		background-image: url(./img/side_menu_01.png);
}

.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_02::before {
		top: 22px;
		height: 28px;
		background-image: url(./img/side_menu_02.png);
}

.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_03::before {
		top: 23px;
		height: 27px;
		background-image: url(./img/side_menu_03.png);
}

.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_04::before {
		top: 20px;
		height: 28px;
		background-image: url(./img/side_menu_04.png);
}

.side_bnr03 .ui_sidebar_ul_02 li a p::after {
		content: '';
		position: absolute;
		right: 25px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 6px;
		height: 6px;
		border-top: 2px solid #404040;
		border-right: 2px solid #404040;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

/* ------------------------
    スマホナビ
------------------------ */
.drawer-toggle {
		display: none;
}

@media screen and (max-width: 768px) {
	.side_bnr {
		  display: none;
			text-align: center;
			margin-top: 10px;
			position: relative;
	}

	.side_bnr02 {
			display: inline-block;
	}
	.side_bnr .bnr_01 {
			font-size: 1.5rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 800;
			color: #fff;
			background-color: #0a5c28;
			padding: 10px;
	}

	.side_bnr .bnr_02 {
			position: relative;
			font-size: 2.1rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 800;
			color: #404040;
			margin-top: 5px;
			padding-left: 35px;
	}

	.side_bnr .bnr_02::before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 10px;
			margin: auto 0;
			width: 30px;
			height: 20px;
			background-image: url(./img/phone_01.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
	}

	.side_bnr .bnr_03 {
			text-align: right;
			padding: 0 10px;
			margin-top: -5px;
	}

	.side_bnr .bnr_03 small {
			font-size: 1.1rem;
	}

	.side_bnr .bnr_04 {
			font-size: 1.2rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 800;
			color: #0a5c28;
			background-color: #edce4f;
			padding: 4px;
			margin: 5px 8px 0;
	}

	.side_bnr .side_cont {
			display: flex;
			margin-top: 15px;
	}

	.side_bnr .side_cont .side_cont_icon {
			list-style: none;
			margin-right: 10px;
	}

	.side_bnr .side_cont .side_cont_icon:last-child {
			margin-right: 0px;
	}

	.side_bnr .side_cont .side_cont_icon img {
			width: 70px;
	}

	.side_bnr .bnr_05 {
			font-size: 1.6rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #404040;
			padding: 0px 10px 10px;
	}

	.side_bnr03 {
			background-color: #c7c7c7;
			padding: 15px;
			text-align: center;
			display: none;
	}

	.side_bnr03 .ui_sidebar_ul_02 li {
			position: relative;
			list-style: none;
			margin-bottom: 15px;
	}

	.side_bnr03 .ui_sidebar_ul_02 li a {
			display: block;
			text-decoration: none;
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p {
			js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
			font-size: 1.4rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #404040;
			text-decoration: none;
			background-color: #fff;
			height: 75px;
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p::before {
			content: '';
			position: absolute;
			background: no-repeat center / contain;
			left: 18px;
			width: 30px;
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_01::before {
			top: 25px;
			height: 20px;
			background-image: url(./img/side_menu_01.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_02::before {
			top: 22px;
			height: 28px;
			background-image: url(./img/side_menu_02.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_03::before {
			top: 23px;
			height: 27px;
			background-image: url(./img/side_menu_03.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p.ui_sidebar_p_04::before {
			top: 20px;
			height: 28px;
			background-image: url(./img/side_menu_04.png);
	}

	.side_bnr03 .ui_sidebar_ul_02 li a p::after {
			content: '';
			position: absolute;
			right: 25px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			width: 6px;
			height: 6px;
			border-top: 2px solid #404040;
			border-right: 2px solid #404040;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}

	/* ------------------------
	    スマホナビ
	------------------------ */
	.drawer-toggle {
			display: none;
	}
}


@media screen and (max-width: 768px) {
		header .drawer-toggle {
				position: static;
				box-sizing: border-box;
				width: 32px;
				height: 32px;
				padding: 0;
		}
		header .drawer-toggle .drawer-hamburger-icon {
				margin: 0;
				height: 3px;
				background-color: #0a5c28;
		}
		header .drawer-toggle .drawer-hamburger-icon::before, header .drawer-toggle .drawer-hamburger-icon::after {
				background-color: #0a5c28;
				height: 3px;
				top: -10px;
		}
		header .drawer-toggle .drawer-hamburger-icon::after {
				top: 10px;
		}
		.drawer-open .drawer-toggle .drawer-hamburger-icon {
				background-color: transparent;
		}
		.drawer-open .drawer-toggle .drawer-hamburger-icon::before, .drawer-open .drawer-toggle .drawer-hamburger-icon::after {
				top: 0;
		}
		.drawer-open.drawer--top header .drawer-nav {
				top: 60px;
				padding-bottom: 100px;
				-webkit-overflow-scrolling: touch;
		}
		.drawer--top.drawer-open .drawer-nav {
		  top: 0;
		  overflow: auto;
		  -webkit-overflow-scrolling: touch;
		}

		.drawer--left.drawer-open .drawer-nav,
		.drawer--left .drawer-hamburger,
		.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
		  left: 0;
		  overflow: auto;
		  -webkit-overflow-scrolling: touch;
		}

		.drawer--right.drawer-open .drawer-nav,
		.drawer--right .drawer-hamburger,
		.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
		  right: 0;
		  overflow: auto;
		  -webkit-overflow-scrolling: touch;
		}
}

/* title */
.ttl_cmn_02 {
		position: relative;
		font-size: 2.5rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
		text-align: center;
		margin-top: 80px;
		padding-bottom: 15px;
}

.ttl_cmn_02:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0px;
		display: inline-block;
		width: 150px;
		height: 2px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		/*位置調整*/
		background-color: #0a5c28;
}
.ttl_cmn_02 + img {
	margin-top: 60px;
}
.ttl_cmn_02an {
		position: relative;
		font-size: 2.5rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
		text-align: center;
		padding-bottom: 15px;
}
.ttl_cmn_02top {
		position: relative;
		font-size: 2.5rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 600;
		color: #0a5c28;
		text-align: center;
		margin-top: 0px;
		padding-top: 80px;
		padding-bottom: 15px;
}

.ttl_cmn_02top:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0px;
		display: inline-block;
		width: 150px;
		height: 2px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		/*位置調整*/
		background-color: #0a5c28;
}
.ttl_cmn_03 {
		font-size: 2.1rem;
		margin-top: 60px;
		font-weight: bold;
		color: #0a5c28;
}
.ttl_cmn_03 span {
		font-size: 1.8rem;
		font-weight: bold;
		color: #0a5c28;
}


.ttl_cmn_03 + p {
		margin-top: 20px;
}
.ttl_cmn_03 + .ttl_cmn_04an {
	margin-top: 20px;
}
.ttl_cmn_03 + .table-cmn-01 {
		margin-top: 20px;
}
.ttl_cmn_04 {
		display: block;
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 20px;
		padding-left: 70px;
		color: #404040;
}
.ttl_cmn_04an {
		display: block;
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 0px;
		margin-left: 0px;
		color: #404040;
}
.ttl_cmn_04an + p {
	color: #404040;
	margin-top: 20px;
}
.ttl_cmn_04-2 {
		display: block;
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 20px;
		color: #0a5c28;
}
.ttl_cmn_04-2 + p {
	color: #404040;
	margin-top: 15px;
}


.num_ttl_04 {
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  font-size: 3.5rem;
  letter-spacing: 4px;
  padding: 0 0 2px 4px;
  color: #fff;
  font-weight: 600;
  /* transform: translateX(-50%); */
  font-family: "Barlow Condensed";
  text-align: center;
  z-index: 0;
	margin: 0 0 0 5px;
}
.num_ttl_04::after {
	content: '';
	width: 60px;
	height: 60px;
	background-color: #0a5c28;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.ttl_cmn_04 + p {
		margin-top: 30px;
}

.ttl_cmn_05 {
		font-size: 1.6rem;
		color: #0a5c28;
}

.ttl_cmn_05--cap {
		margin-top: 80px;
}

/* title */
/* 画像タイトル */
.ihin_ttl img {
	max-height: 60px;
	height: 4.5vw;
}
/* 画像タイトル */

@media screen and (max-width: 768px) {
	/* title */
	.ttl_cmn_02 {
			position: relative;
			font-size: 2rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #0a5c28;
			text-align: center;
			margin-top: 60px;
			padding-bottom: 15px;
	}

	.ttl_cmn_02:before {
			content: '';
			position: absolute;
			left: 50%;
			bottom: 0px;
			display: inline-block;
			width: 150px;
			height: 2px;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			/*位置調整*/
			background-color: #0a5c28;
	}
	.ttl_cmn_02top {
			position: relative;
			font-size: 2rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #0a5c28;
			text-align: center;
			margin-top: 0px;
			padding-top: 40px;
			padding-bottom: 15px;
	}
	.ttl_cmn_02an {
			position: relative;
			font-size: 2rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 600;
			color: #0a5c28;
			text-align: center;
			padding-bottom: 15px;
	}

	.ttl_cmn_03 {
			font-size: 1.6rem;
			margin-top: 40px;
			font-weight: bold;
	}
	.ttl_cmn_03 span {
	  	display: block;
			font-size: 1.6rem;
			font-weight: bold;
			color: #0a5c28;
	}
	.ttl_cmn_03 + p {
			margin-top: 20px;
	}

	.ttl_cmn_04 {
			display: block;
			position: relative;
			font-size: 1.8rem;
			font-weight: bold;
			margin-top: 20px;
			/* margin-left: 65px; */
			margin-left: 7px;

	}
	.ttl_cmn_04an {
			display: block;
			position: relative;
			font-size: 1.8rem;
			font-weight: bold;
			margin-top: 20px;
			margin-left: 0px;
			color: #404040;
	}
	.ttl_cmn_04an + p {
		color: #404040;
		margin-top: 15px;
	}
	.ttl_cmn_04-2 {
			display: block;
			position: relative;
			font-size: 1.6rem;
			font-weight: bold;
			margin-top: 20px;
			color: #0a5c28;
	}
	.ttl_cmn_04-2 + p {
		color: #404040;
		margin-top: 15px;
	}

	.num_ttl_04 {
		position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	  display: inline-block;
	  text-decoration: none;
	  border-radius: 50%;
	  font-size: 3.5rem;
	  letter-spacing: 4px;
	  padding: 0 0 2px 4px;
	  color: #fff;
	  font-weight: 600;
	  /* transform: translateX(-50%); */
	  font-family: "Barlow Condensed";
	  text-align: center;
	  z-index: 0;
		margin: 0 0 0 5px;
	}
	.num_ttl_04::after {
		content: '';
		width: 60px;
		height: 60px;
		background-color: #0a5c28;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}

	.ttl_cmn_04 + p {
			margin-top: 25px;
	}

	.ttl_cmn_05 {
			font-size: 1.6rem;
			color: #0a5c28;
			margin-top: 25px;
	}

	.ttl_cmn_05--cap {
			margin-top: 80px;
	}

	/* title */
	/* 画像タイトル */
	.ihin_ttl img {
		max-height: 70px;
		height: 9vw;
	}
	/* 画像タイトル */


/*2020.08 added 実例紹介*/
	.col col-ba {
		width: 50%;
		padding: 0 6px;
	}


}


/* テンプレ */
.ui_layout_pusher {
		width: clac(-140%);
		position: relative;
		margin-left: 250px;
		-webkit-overflow-scrolling: touch;
		overflow: hidden;
}

.ui_layout_cont {
		width: 100%;
		max-width: 900px;
		padding: 0 10px;
		left: 0;
		right: 0;
		margin: auto;
}

@media screen and (max-width: 1000px) {
	.ui_layout_pusher {
			width: clac(-140%);
			position: relative;
			margin-left: 0px;
			-webkit-overflow-scrolling: touch;
			overflow: hidden;
	}

	.ui_layout_cont {
			width: 100%;
			max-width: 900px;
			padding: 0 10px;
			left: 0;
			right: 0;
			margin: auto;
	}
}
.normal_text {
		margin-top: 60px;
}

.min-contents {
		max-width: 760px;
		margin: 50px auto 0;
}
.min-contents_02 {
		max-width: 850px;
		margin: 50px auto 0;
}


.fig-cmn img {
		display: block;
		margin: 0 auto;
}
.fig-cmn_100 img {
		display: block;
		margin: 0 auto;
		width: 90%;
}
.grid-cmn {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 28px -14px 0;
		position: relative;
}

.grid-cmn:first-child {
		margin-top: 0;
}

.grid-cmn .col.col-l-6 {
		width: 50%;
}

.grid-cmn .col {
		box-sizing: border-box;
		position: relative;
		padding: 0 14px;
		margin-top: 28px;
}

.gray-contents .grid-cmn .col {
		margin-top: 0;
}

.grid-cmn .col.col-l-4 {
		width: 33.333%;
}


.fig-cmn-cap {
		font-size: 1.4rem;
		margin-top: 10px;
}

.gray-contents {
		position: relative;
		padding: 40px 0;
		margin-top: 50px;
}

.gray-back::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 100vw;
		height: 100%;
		background-color: #fdfbed;
		z-index: -1;
}

.flow {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin: 25px 0 0;
		margin-left: 33px;
		position: relative;
		background-color: #fdfbed;
		padding: 30px 0;
		padding-left: 10%;
		z-index: 0;
}

.flow_ttl {
		font-size: 2.5rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
}

.flow_ttl + p {
		margin-top: 15px;
}

.flow:first-child {
		margin-top: 0;
}

.flow .col.col-l-6 {
		max-width: 400px;
		width: 100%;
}

.flow .col {
		box-sizing: border-box;
		position: relative;
}

.flow img {
		display: inline-block;
		max-width: 300px;
		width: 100%;
		margin: 0 40px;
}

.gray-contents .flow .col {
		margin-top: 0;
}

.flow .col.col-l-4 {
		width: 33.333%;
}

.fig-cmn-cap {
		font-size: 1.4rem;
		margin-top: 10px;
}

.gray-contents {
		position: relative;
		padding: 40px 0;
		margin-top: 50px;
}



.flow_step, .flow_step_last {
		position: absolute;
		top: 10px;
		left: -23px;
		text-align: center;
}

.flow_step::before,
.flow_step_last::before {
		content: '';
		position: absolute;
		top: -14px;
		left: 24px;
		display: inline-block;
		margin: 0;
		width: 80px;
		height: 80px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		border-radius: 50%;
		transform: translateX(-50%);
		z-index: -999;
}

/* .flow_step::after {
		content: '';
		position: absolute;
		top: 60px;
		left: 24px;
		display: inline-block;
		margin: 0;
		width: 10px;
		height: 285px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		transform: translateX(-50%);
		z-index: -999;
} */

.flow_step_last::after {
		content: '';
		position: absolute;
		top: 60px;
		left: 24px;
		display: inline-block;
		margin: 0;
		width: 0px;
		height: 0px;
		background-color: #0a5c28;
		line-height: 80px;
		text-decoration: none;
		transform: translateX(-50%);
		z-index: -999;
}

.flow_step_01 {
		font-size: 4rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #fff;
		line-height: 1;
}

.flow_step span,
.flow_step_last span {
		display: block;
		font-size: 1.8rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: 600;
		color: #fff;
		line-height: 1;
}

/*2020.8 実例紹介*/
.grid-cmn2 .col2.col-ba {
		width: 50%;
		margin: 10px 0px 0px 0px;
}

.grid-cmn2 {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 14px -14px 0;
		position: relative;
}


@media screen and (max-width: 768px) {
	.ui_layout_pusher {
			width: clac(-140%);
			position: relative;
			margin-left: 0px;
			-webkit-overflow-scrolling: touch;
	}

	.ui_layout_cont {
			width: 100%;
			max-width: 900px;
			left: 0;
			right: 0;
			margin: auto;
			padding: 0 10px;
			margin-top: 90px;
	}
	.normal_text {
			margin-top: 40px;
	}

	.min-contents {
			max-width: 760px;
			margin: 50px auto 0;
	}
	.min-contents_02 {
			max-width: 850px;
			margin: 50px auto 0;
	}


	.fig-cmn img {
			display: block;
			margin: 0 auto;
			margin-top: 15px;
	}

	.grid-cmn {
			-js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 28px -14px 0;
			position: relative;
	}

	.grid-cmn:first-child {
			margin-top: 0;
	}

	.grid-cmn .col.col-l-6 {
			width: 100%;
	}

	.grid-cmn .col {
			box-sizing: border-box;
			position: relative;
			padding: 0 14px;
			margin-top: 0px;
	}

	.col_img {
		order: 2;
	}
	.gray-contents .grid-cmn .col {
			margin-top: 0;
	}

	.grid-cmn .col.col-l-4 {
			width: 100%;
	}

	.fig-cmn-cap {
			font-size: 1.4rem;
			margin-top: 10px;
	}

	.gray-contents {
			position: relative;
			padding: 40px 0;
			margin-top: 50px;
	}

	.gray-contents::after {
			content: '';
			position: absolute;
			left: 50%;
			top: 0;
			transform: translateX(-50%);
			width: 100vw;
			height: 100%;
			background-color: #fdfbed;
			z-index: -1;
	}

	.flow {
			-js-display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			flex-wrap: wrap;
			margin: 25px 0 0;
			margin-left: 33px;
			position: relative;
			background-color: #fdfbed;
			padding: 30px 0;
			padding-left: 10%;
			z-index: -1000;
	}

	.flow_ttl {
			font-size: 2rem;
			font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
			font-weight: 600;
	}

	.flow_ttl + p {
			margin-top: 15px;
	}

	.flow:first-child {
			margin-top: 0;
	}

	.flow .col.col-l-6 {
			max-width: none;
			width: 95%;
	}

	.flow .col {
			box-sizing: border-box;
			position: relative;
	}

	.flow img {
			display: block;
			max-width: none;
			width: 100%;
			margin: auto;
			margin-top: 15px;
	}

	.gray-contents .flow .col {
      margin-top: 15px;
	}

	.flow .col.col-l-4 {
			width: 33.333%;
	}

	.fig-cmn-cap {
			font-size: 1.4rem;
			margin-top: 10px;
	}

	.gray-contents {
			position: relative;
			padding: 20px 0;
			margin-top: 50px;
	}

	.gray-contents::after {
			content: '';
			position: absolute;
			left: 50%;
			top: 0;
			transform: translateX(-50%);
			width: 100vw;
			height: 100%;
			background-color: #fdfbed;
			margin-left: 0;
			z-index: -1;
	}

	.flow_step, .flow_step_last {
			position: absolute;
			top: 10px;
			left: -23px;
			text-align: center;
	}

	.flow_step::before,
	.flow_step_last::before {
			content: '';
			position: absolute;
			top: -15px;
			left: 19px;
			display: inline-block;
			margin: 0;
			width: 65px;
			height: 65px;
			background-color: #0a5c28;
			line-height: 65px;
			text-decoration: none;
			border-radius: 50%;
			transform: translateX(-50%);
			z-index: -999;
	}

	/* .flow_step::after {
			content: '';
			position: absolute;
			top: 40px;
			left: 20px;
			display: inline-block;
			margin: 0;
			width: 10px;
			height: 480px;
			background-color: #0a5c28;
			line-height: 80px;
			text-decoration: none;
			transform: translateX(-50%);
			z-index: -999;
	} */

	.flow_step_last::after {
			content: '';
			position: absolute;
			top: 60px;
			left: 24px;
			display: inline-block;
			margin: 0;
			width: 0px;
			height: 0px;
			background-color: #0a5c28;
			line-height: 80px;
			text-decoration: none;
			transform: translateX(-50%);
			z-index: -999;
	}

	.flow_step_01 {
			font-size: 3rem;
			font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
			font-weight: 600;
			color: #fff;
			line-height: 1;
	}

	.flow_step span,
	.flow_step_last span {
			display: block;
			font-size: 1.4rem;
			font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
			font-weight: 600;
			color: #fff;
			line-height: 1;
	}
	/*2020.8.6 added*/
		.grid-cmn2 .col-ba.col-l-ba {
			width: 50%;
	}

		.grid-cmn2 .col-ba {
			box-sizing: border-box;
			position: relative;
			padding: 0 14px;
			margin-top: 10px;
	}
	.grid-cmn2 .before-after-image {
			width: 100%
	}
	.grid-cmn2 .col2 {
			box-sizing: border-box;
			position: relative;
			padding: 0 14px;
	}

}

/* テンプレ */
/* テンプレ_table */
.ttl_cmn_05--cap + .table-cmn-01, .ttl_cmn_05--cap + .table-parent .table-cmn-02 {
		margin-top: 10px;
}

.table-cmn-01 {
		width: 100%;
		margin-top: 50px;
		border-bottom: 1px solid #ccc;
}

.table-cmn-01 tr {
		border-top: 1px solid #ccc;
}

.table-cmn-01 tr th {
		padding: 15px;
		width: 200px;
		color: #0a5c28;
		font-weight: 600;
	  vertical-align: top
}

.table-cmn-01 tr td {
		padding: 15px;
		font-weight: 400;
}

/* テンプレ_table */
/* テンプレ_table_02 */
.table_01 {
		width: 100%;
		margin-top: 10px;
		border: 1px solid #ccc;
}

.table_01 thead tr {
		background-color: #0a5c28;
}

.table_01 thead tr th,
.table_01 thead tr td {
		padding: 15px;
		color: #fff;
		border-right: 1px solid #ccc;
}

.table_01 tbody tr th {
		padding: 15px;
		font-weight: bold;
}

.table_01 tbody tr td {
		padding: 15px;
		border-left: 1px solid #ccc;
}

.table_01 tbody tr td strong {
		font-weight: 600;
}

.table_01 tbody tr:nth-of-type(even) {
		background-color: #ededed;
}

/* テンプレ_table_02*/
/* テンプレ_table */
@media screen and (max-width: 768px) {
	.ttl_cmn_05--cap + .table-cmn-01, .ttl_cmn_05--cap + .table-parent .table-cmn-02 {
			margin-top: 10px;
	}

	.table-cmn-01 {
			width: 100%;
			margin-top: 50px;
			border-bottom: 1px solid #ccc;
	}

	.table-cmn-01 tr {
			border-top: 1px solid #ccc;
	}

	.table-cmn-01 tr th {
			padding: 15px 0 0;
			color: #0a5c28;
			width: 100%;
			font-weight: 600;
	}

	.table-cmn-01 tr td {
			padding: 0 0 15px;
			font-weight: 400;
	}
	.table-cmn-01 thead,
	.table-cmn-01 tbody,
  .table-cmn-01 tr,
	.table-cmn-01 th,
	.table-cmn-01 td {
	    display: block;
	    width: 100%;
}

	/* テンプレ_table */
	/* テンプレ_table_02 */

	.table_01 {
			width: 100%;
			margin-top: 10px;
			border: 1px solid #ccc;
	}

	.table_01 thead tr {
			background-color: #0a5c28;
	}

	.table_01 thead tr th,
	.table_01 thead tr td {
			padding: 15px;
			color: #fff;
			border-right: 1px solid #ccc;
	}

	.table_01 tbody tr th {
			padding: 15px;
			font-weight: bold;
	}

	.table_01 tbody tr td {
			padding: 15px;
			border-left: 1px solid #ccc;
	}

	.table_01 tbody tr td strong {
			font-weight: 600;
	}

	.table_01 tbody tr:nth-of-type(even) {
			background-color: #ededed;
	}
}
	/* テンプレ_table_02*/


/* ボタン */
input[type="button"],input[type="submit"] {
	border-radius: 0;
	-webkit-appearance: none;
}
.btn-cmn-01 {
		display: inline-block;
		text-decoration: none;
		border: 1px solid #0a5c28;
		line-height: 1;
		padding: 17px 0px;
		background-color: #0a5c28;
		margin-top: 25px;
		color: #fff;
		font-weight: 500;
		width: 235px;
		font-size: 1.4rem;
		border-radius: 7px;
}
.btn-cmn-01:hover {
		border: 1px solid #0a5c28;
		background-color: #fff;
		color: #0a5c28;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
}
.btn-cmn-02 {
		display: inline-block;
		text-decoration: none;
		border: 1px solid #e19201;
		line-height: 1;
		padding: 17px 0px;
		background-color: #e19201;
		margin-top: 20px;
		color: #fff;
		font-weight: 500;
		width: 235px;
		font-size: 1.4rem;
		border-radius: 7px;
}
.btn-cmn-02:hover {
		border: 1px solid #e19201;
		background-color: #fff;
		color: #e19201;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
}
.single_page .btn-cmn-02 {
	color: #fff;
	text-decoration: none;
}
.single_page .btn-cmn-02:hover {
	color: #e19201;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.btn-cmn-01 {
			display: inline-block;
			text-decoration: none;
			border: 1px solid #0a5c28;
			line-height: 1;
			padding: 17px 0px;
			background-color: #0a5c28;
			margin-top: 40px;
			color: #fff;
			font-weight: 500;
			border-radius: 5px;
	}
	.btn-cmn-01:hover {
			border: 1px solid #0a5c28;
			background-color: #fff;
			color: #0a5c28;
			-webkit-transition: 0.4s ease;
			transition: 0.4s ease;
	}
	.btn-cmn-02 {
			display: inline-block;
			text-decoration: none;
			border: 1px solid #e19201;
			line-height: 1;
			padding: 17px 0px;
			background-color: #e19201;
			margin-top: 40px;
			color: #fff;
			font-weight: 500;
			border-radius: 5px;
	}
	.btn-cmn-02:hover {
			border: 1px solid #e19201;
			background-color: #fff;
			color: #e19201;
			-webkit-transition: 0.4s ease;
			transition: 0.4s ease;
	}
}

/* ボタン */

/* フッターバナー */
.footer_bnr {
		width: 100%;
		margin-top: 80px;
}

.footer_bnr_img img {
		width: 100%;
		max-width: 900px;
		right: 0;
		left: 0;
		margin: auto;
}


/* フッターのマイスター表示 */
.f-container {
		display: flex;
		justify-content: space-around;
}

.f-item {
		margin-top: 15px;
}

.f-item_img img {
		width: 98%;
		max-width: 900px;
}

/* フッターバナー */
/* フッター */
.footer_region {
		background-color: #0a5c28;
		padding: 40px 10px;
		width: 100%;
		margin-top: 80px;
}

.footer_region p {
		max-width: 900px;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		color: #fff;
		font-size: 1.4rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
		line-height: 2;
}

.ui_footer_cont {
	width: 100%;
	max-width: 1024px;
	padding: 0 15px;
	left: 0;
	right: 0;
	margin: auto;
}

.footer_most_bottom {
	padding: 25px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}

.footer_logo {
		display: inline-block;
}

.footer_logo img {
	max-width: 400px;
	width: 100%;
}

.footer_copy {
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight: 400;
	color: #9a9a9a;
	text-align: left;
}

/* フッター */
@media screen and (max-width: 768px) {
	/* フッターバナー */
	.footer_bnr {
			width: 100%;
			margin-top: 60px;
	}

	.footer_bnr_img img {
			width: 100%;
			max-width: 900px;
			right: 0;
			left: 0;
			margin: auto;
	}

	/* フッターのマイスター表示 */
	.f-container {
			display: block;
	}

	.f-item {
			margin-top: 15px;
	}

	.f-item_img img {
			width: 100%;
			max-width: 900px;
			margin: auto;
	}



	/* フッターバナー */
	/* フッター */
	.footer_region {
			background-color: #0a5c28;
			padding: 30px 10px;
			width: 100%;
			margin-top: 60px;
	}

	.footer_region p {
			max-width: 900px;
			width: 100%;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			color: #fff;
			font-size: 1.2rem;
			font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-weight: 400;
			line-height: 1.8;
	}

	.ui_footer_cont {
			width: 100%;
			max-width: 1024px;
			left: 0;
			right: 0;
			margin: 0 auto 40px;
	}

	.footer_most_bottom {
		padding: 25px 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		align-items: flex-end;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;

		flex-wrap: wrap;
	}

	.footer_logo {
		width: 100%;
		display: block;
		text-align: center;
		margin: auto;
	}

	.footer_logo img {
		max-width: 180px;
		width: 100%;
		margin-top: 0px;
		padding: 0 10px 0 0;
	}

	.footer_copy {
		font-size: 1rem;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-weight: 400;
		color: #9a9a9a;
		margin: 20px auto 0;
		text-align: center;
	}

	/* フッター */
}

/* スライダー */
#wrap {
		background-color: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 700px;
}
#top_wap {
	background-color: #fdfbed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 700px;
}
#top_wap_01{
	margin-top: 40px;
	padding: 30px 0;
	position: relative;
}
#top_wap_01::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: 260px;
	background-color: #fdfbed;
	z-index: -1;
}
#top_wap_02{
	margin-top: 40px;
	padding: 30px 0;
	position: relative;
}
#top_wap_02::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #fdfbed;
	z-index: -1;
}
#slider {
	margin: 0 auto 15px;
}
.top_slider {
	width: 600px;
}
.case_slider {
	max-width: 900px;
  width: 100%;
}
#slider .zitsurei_slider {
	position: relative;
	height: 400px;
	width: 600px;
}
.slider-img {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-item img {
	width: 100%;

}

#thumbnail-list {
	max-width: 900px;
  width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	list-style: none;
}

.thumbnail-item:first-child {
		flex: 23.5%;
		margin: 5px;
		margin-left: 0px;
		box-sizing: border-box;
		position: relative;
}
.thumbnail-item {
		flex: 23.5%;
		margin: 5px;
		box-sizing: border-box;
		position: relative;
}
.thumbnail-item:last-child {
		flex: 23.5%;
		margin: 5px;
		margin-right: 0px;
		box-sizing: border-box;
		position: relative;
}
.thumbnail-item:after {
		content: '';
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
		opacity: 0;
}
.thumbnail-item img {
		width: 100%;
		max-height: 145px;
		margin: 0 auto;
}
.thumbnail-item p {
		height: 130px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;

}


@media screen and (max-width: 768px) {
	#wrap {
			background-color: none;
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: auto;
	}
	#top_wap {
		background-color: #fdfbed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
    margin-top: 30px;
    padding: 30px 0
	}

	#slider {
		width: 90%;
		margin: 0 auto 15px;
	}

	#slider .zitsurei_slider {
		position: relative;
		height: 400px;
		width: 600px;
	}
	.slider-img {
		height: 300px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.slide-item img {
		width: 100%;

	}

	#thumbnail-list {
		max-width: 900px;
	  width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
	}

	.thumbnail-item:first-child {
			flex: 45%;
			margin: 5px;
			box-sizing: border-box;
			position: relative;
	}
	.thumbnail-item {
			flex: 45%;
			margin: 5px;
			box-sizing: border-box;
			position: relative;
	}
	.thumbnail-item:last-child {
			flex: 45%;
			margin: 5px;
			box-sizing: border-box;
			position: relative;
	}
	.thumbnail-item:after {
			content: '';
			background-color: rgba(0, 0, 0, 0.5);
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 1;
			transition: .3s opacity linear;
	}
	.thumbnail-item.thumbnail-current:after {
			opacity: 0;
	}
	.thumbnail-item img {
			width: 100%;
			margin: 0 auto;
			max-height: none;
	}
	.thumbnail-item p {
			max-height: none;
			margin: 0 auto;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;

	}
	#top_wap_02 .top_voice_img {
	 max-width: 350px;
	 width: 60%;
	}
}

/* スライダー */

/* 実例table */

.ziture_table{
  width: 100%;
  border-collapse: collapse;
}

.ziture_table tr{
  border-bottom: solid 1px white;
}

.ziture_table tr:last-child{
  border-bottom: none;
}

.ziture_table th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #0b652c;
  color: white;
  text-align: center;
  padding: 15px 0;
}

/* .ziture_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #0b652c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
} */

.ziture_table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 15px;
}
/* 実例.ziture_table */

.report_achive {
	background-repeat: no-repeat;
	background-size: cover;
	width: 436px;
	height: 248px;
}

/*　2007 実例紹介ビフォーアフター*/
.before-after-image strong {
    display: block;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
	.report_achive {
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 200px;
		margin-top: 60px;
	}
}
/* margin */
.mt80 {
		margin-top: 80px;
}

.mt60 {
		margin-top: 60px;
}
.mt40 {
		margin-top: 40px;
}

.mt25 {
		margin-top: 25px;
}
.mt15 {
		margin-top: 15px;
}
.mt10 {
		margin-top: 10px;
}
.mt_none {
		margin-top: 0px;
}
.mtN60 {
	margin-top: -60px;
}
.mtN25 {
	margin-top: -25px;
}

@media screen and (max-width: 1000px) {
	.mt120 {
			margin-top: 120px;
	}
}

/* margin */
@media screen and (max-width: 768px) {
	/* margin */
	.mt80 {
			margin-top: 60px;
	}

	.mt60 {
			margin-top: 40px;
	}
	.mt40 {
			margin-top: 30px;
	}
	.mt25 {
			margin-top: 25px;
	}
	.mt25 {
			margin-top: 25px;
	}
	.mt15 {
			margin-top: 15px;
	}
	.mt_none {
			margin-top: 0px;
	}
	.mtN60 {
		margin-top: -60px;
	}
	.mtN25 {
		margin-top: -25px;
	}

/* margin */
}

.no_link{
	pointer-events:none;
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
.sp_only02 {
	display: none;
}
.tablet_only {
	display: none;
}
.main_only {
	display: block;
}
.submain_only {
	display: none;
}

@media screen and (max-width: 1000px) {
	.tablet_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: none;
	}
	.sp_only02 {
		display: none;
	}
	.main_only {
		display: block;
	}
	.submain_only {
		display: block;
	}

}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.tablet_only {
		display: none;
	}
	.main_only {
		display: none;
	}
	.submain_only {
		display: block;
	}

}
.wt450 {
	max-width: 350px;
	width: 100%
}
@media screen and (max-width: 768px) {
	.footer_menu {
		position: fixed;
		bottom: 0;
		background-color: rgba(222,143,1,0.9);
    width: 100%;
    z-index: 100;
	}
	.footer_menu ul {

		list-style: none;
		display: flex;
	}
	.footer_menu ul li{
		/* width: 33.333%; */
		width: 50%;
		margin: auto;
	}
	.footer_menu ul li:last-child {
		border-left: 1px solid #fff;
	}
	.footer_menu ul li a{
			display: block;
			padding: 8px 0;
	}
	.footer_menu ul li figure{
			max-width: 30px;
			width: 100%;
			margin: auto;
	}
	.footer_menu ul li figure img{
		display: block;
	}
	.wt450 {
		max-width: 350px;
		width: 100%
	}
}
.tx_ce {
	text-align: center;
}
.tx_le {
	text-align: left;
}
.tx_ri {
	text-align: right;
}

.dis_b {
	display: block;
}
.dis_i {
	display: inline-block;
}

.blog_box_icon::after {
	content: 'ブログ';
	color: #0a5c28;
	padding: 4px 30px;
	margin-left: 10px;
	border: 1px solid #0a5c28;
}
.news_box_icon::after {
	content: 'お知らせ';
	color: #0a5c28;
	padding: 4px 30px;
	margin-left: 10px;
	border: 1px solid #0a5c28;
}
.new_icon::before {
	content: 'NEW';
  letter-spacing: 1px;
  background-color: #df9001;
  margin-right: 7px;
  color: #fff;
  padding: 3px 4px 3px 6px;
  font-size: 1.1rem;
}
.grid-cmn_list {
	list-style: none;
	/* background-color: #fdfbed; */
	border: 2px solid #0a5c28;
	padding: 25px;
	font-size: 1.4rem;
	min-height: 284px;
}
.grid-cmn_list li:first-child{
	margin-top: 0;
	position: relative;
	padding-left: 20px;

}
.grid-cmn_list li {
	margin-top: 10px;
	position: relative;
	padding-left: 20px;

}
.grid-cmn_list li:first-child::before,
.grid-cmn_list li::before {
	content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0a5c28;
}
@media screen and (max-width: 768px) {
	.grid-cmn_list {
		list-style: none;
		/* background-color: #fdfbed; */
		border: 2px solid #0a5c28;
		padding: 25px;
		font-size: 1.4rem;
		min-height: 284px;
		margin-top: 20px;
	}
	.grid-cmn_list li:first-child{
		margin-top: 0;
		position: relative;
		padding-left: 20px;

	}
	.grid-cmn_list li {
		margin-top: 10px;
		position: relative;
		padding-left: 20px;

	}
	.grid-cmn_list li:first-child::before,
	.grid-cmn_list li::before {
		content: '';
	  display: inline-block;
	  position: absolute;
	  top: 8px;
	  left: 5px;
	  width: 5px;
	  height: 5px;
	  border-radius: 50%;
	  background-color: #0a5c28;
	}
}


.service_menu_sp {
	display: none;
}
.top_sp_bnr_flex {
	display: flex;
	margin: 30px -10px 0;
}
.top_sp_bnr_link {
	width: 50%;
	margin: 0 10px;
}
.top_sp_bnr_link:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.ui_layout_pusher .top_bnrs {
	margin-top: 20px;
}
.ui_layout_pusher #top_wap_back {
	position: relative;
	background-color: transparent;
}
.ui_layout_pusher .comt_03 .back {
	position: relative;
	padding: 40px 0;
}
.ui_layout_pusher .comt_03 .back::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fdfbed;
  z-index: -1;
}

.service_menu_pc {
	display: flex;
	margin: 40px -15px 0;
	list-style: none;
}
.service_menu_pc .service_menu_li {
	width: 25%;
	max-width: 200px;
	margin: 0 15px;
}
.service_menu_pc .service_menu_li a {
	display: block;
}
.service_menu_pc .service_menu_li a:hover {
	transition: .3s;
	opacity: .6;
}


@media screen and (max-width: 768px) {
	.service_menu_pc {
		display: flex;
		margin: 20px -5px 0;
		flex-wrap: wrap;
		list-style: none;
	}
	.service_menu_pc .service_menu_li {
		width: 50%;
		max-width: unset;
		margin: 10px 0 0;
		padding: 0 5px;
	}
	.service_menu_pc .service_menu_li a {
		display: block;
	}
	.service_menu_pc .service_menu_li a:hover {
		transition: .3s;
		opacity: .6;
	}

	.top_sp_bnr_flex {
		display: none;
		margin: 40px -10px 0;
	}
}


.sp_header_tel {
	display: none;
}
@media screen and (max-width: 768px) {
	/* スマホ電話アイコン */
	.sp_header_tel {
		display: block;
		position: absolute;
	  right: 67px;
		top: 50%;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}
	.sp_header_tel_ico {
		max-width: 35px;
	}
	.sp_header_tel_ico img {
		display: block;
	}
	/* スマホ電話アイコン */
}

.cleaning_catch_contents {
	display: flex;
	margin: 30px -10px 0;
}
.cleaning_catch_box {
	width: 50%;
	padding: 0 10px;
	display: flex;
}
.cleaning_catch_link {
	display: block;
	color: #333;
	padding: 30px 40px;
	background-color: #fdfbed;
	font-size: 1.5rem;
	border-radius: 15px;
	transition: .3s;
}
.cleaning_catch_link:hover {
  text-decoration: none;
  transition: .3s;
  transform: translate(0px, -5px);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.30);
}
.cleaning_catch_ttl {
	display: block;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #0a5c28;
}
.cleaning_catch_p {
	margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
	.cleaning_catch_contents {
		display: flex;
		flex-wrap: wrap;
		margin: 10px 0px 0;
	}
	.cleaning_catch_box {
		width: 100%;
		padding: 0px;
		display: flex;
		margin: 20px 0 0;
	}
	.cleaning_catch_link {
		display: block;
		color: #333;
		padding: 20px;
		background-color: #fdfbed;
		font-size: 1.5rem;
		border-radius: 15px;
		transition: .3s;
	}
	.cleaning_catch_link:hover {
	  text-decoration: none;
	  transition: .3s;
	  transform: translate(0px, -5px);
	  box-shadow: 0 2px 5px 0 rgba(0,0,0,.30);
	}
	.cleaning_catch_ttl {
		display: block;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		color: #0a5c28;
	}
	.cleaning_catch_p {
		margin: 10px 0 0;
	}
}


.sale_content {
	margin: 60px auto 0;
	width: 100%;
	max-width: 1000px;
}
.sale_img {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.limit_p {
	text-align: center;
}
.limit_p01 {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.limit_p02 {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.limit_p02 span{
	font-size: 3.7rem;
	color: #e49501;
	padding: 0 7px 0 5px;
}
.limit_end {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 30px auto 0;
	text-align: center;
}

.sale_content_img {
	display: flex;
	margin: 40px -10px 0;
}
.sale_content_img figure {
	width: 33.33333%;
	padding: 0 10px;
}


.sale_care {
	font-size: 1.6rem;
	list-style: none;
	margin: 20px auto 0;
	width: 100%;
	max-width: 600px;
}
.sale_care li:first-child {
	margin: 0;
}
.sale_care li {
	margin: 5px 0 0;
}

.sale_tel {
	margin: 60px auto 0;
	width: 100%;
	max-width: 600px;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #0a5c28;
	border-bottom: 1px solid #0a5c28;
}
.sale_tel_text01 {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.sale_tel_link {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 10px auto 0;
}
.sale_tel_text02 {
	font-size: 1.6rem;
	display: block;
	margin: 5px auto 0;
}

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

.frcon_content {
	display: flex;
	align-items: center;
}
.frcon_img {
	width: 25%;
	margin: 0 70px 0 0;
}
.frcon_text {
	width: 75%;
}
.frcon_campaign {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #0a5c28;
	letter-spacing: 2px;
	line-height: 1.6;
}
.frcon_campaign span {
	font-size: 2rem;
}
.frcon_text p {
	margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
	.sale_content {
		margin: 40px auto 0;
		width: 100%;
		max-width: 1000px;
	}
	.sale_img {
		width: 100%;
		max-width: 100%;
		margin: 60px auto 0;
	}

	.limit_p {
		text-align: center;
	}
	.limit_p01 {
		display: block;
		font-size: 1.9rem;
		font-weight: bold;
		letter-spacing: unset;
	}
	.limit_p02 {
		display: block;
		font-size: 1.9rem;
		font-weight: bold;
		letter-spacing: unset;
	}
	.limit_p02 span{
		font-size: 2.5rem;
		color: #e49501;
		padding: 0 7px 0 5px;
	}
	.limit_end {
		display: block;
		font-size: 1.9rem;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 20px auto 0;
		text-align: center;
	}

	.sale_content_img {
		display: flex;
		flex-wrap: wrap;
		margin: 0px 0px 0;
	}
	.sale_content_img figure {
		width: 100%;
		padding: 0 10px;
		margin: 20px 0 0;
	}


	.sale_care {
		font-size: 1.6rem;
		list-style: none;
		margin: 20px auto 0;
		width: 100%;
		max-width: 600px;
	}
	.sale_care li:first-child {
		margin: 0;
	}
	.sale_care li {
		margin: 5px 0 0;
	}

  .sale_tel_sp {
		padding: 0 15px;
	}
	.sale_tel {
		margin: 40px auto 0;
		width: 100%;
		max-width: 600px;
		text-align: center;
		padding: 20px 0;
		border-top: 1px solid #0a5c28;
		border-bottom: 1px solid #0a5c28;
	}
	.sale_tel_text01 {
		display: block;
		font-size: 1.9rem;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.sale_tel_link {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 10px auto 0;
	}
	.sale_tel_text02 {
		font-size: 1.6rem;
		display: block;
		margin: 5px auto 0;
	}

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

	.frcon_content {
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.frcon_img {
		width: 100%;
		max-width: 220px;
		margin: 15px auto 0;
	}
	.frcon_text {
		width: 100%;
	}
	.frcon_campaign {
		display: block;
		font-size: 2.5rem;
		font-weight: bold;
		color: #0a5c28;
		letter-spacing: unset;
		line-height: 1.6;
		text-align: center;
	}
	.frcon_campaign span {
		font-size: 1.9rem;
	}
	.frcon_text p {
		margin: 20px 0 0;
	}
}

.top_banners {
	display: block;
	margin: 50px 0 0;
	transition: .3s;
}
.top_banners:hover {
	transition: .3s;
	opacity: .8;
}

.off_50 {
	width: 100%;
	max-width: 550px;
	margin: 30px auto 0;
}
.osusume_content {
	width: 100%;
	max-width: 590px;
	margin: auto;
}
.osusume_list {
	margin: 40px auto 0;
	list-style: none;
	font-size: 1.8rem;
	font-weight: bold;
}
.osusume_list li {
	margin-top: 10px;
  padding-left: 22px;
  position: relative;;
}
.osusume_list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0a5c28;
}
.osusume_text {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	.medical_sale_content {
		padding: 0 15px;
	}
	.off_50 {
		width: 100%;
		max-width: 550px;
		margin: 20px auto 0;
	}

	.medical_sale_content .osusume_back {
		position: relative;
		padding: 30px 0;
		margin-top: 30px;
	}
	.osusume_content {
		width: 100%;
		max-width: 590px;
		margin: auto;
	}
	.osusume_list {
		margin: 40px auto 0;
		list-style: none;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.osusume_list li {
		margin-top: 12px;
	  padding-left: 20px;
	  position: relative;;
	}
	.osusume_list li::before {
	  content: '';
	  display: inline-block;
	  position: absolute;
	  top: 6px;
	  left: 0;
	  width: 15px;
	  height: 15px;
	  border-radius: 50%;
	  background-color: #0a5c28;
	}
	.osusume_text {
		display: block;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin: 40px auto 0;
	}
	.medical_sale_content .sale_tel_sp {
		padding: 0;
	}
	.content_sp {
		margin: 0;
	}
}



/* TOPメインビジュアル */
.main_top {
  position: relative;
  margin: 0px auto 0;
  height: 66vh!important;
  display: block;
  overflow: hidden;
}
.main_logo {
  width: 100%;
  max-width: 197px;
  display: block;
  margin: auto;
}
.main_img01,.main_img02,.main_img03 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 66vh!important;
	z-index: 0;
	display: block!important;
}
.main_img01 {
	background-image: url(./img/top_image.jpg);
}
.main_img02 {
	background-image: url(./img/top_image_02.jpg);
}
.main_img03 {
	background-image: url(./img/top_image_03.jpg);
}
.main_slider a {
	display: block;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 1000px) {
	.main_top {
		position: relative;
		margin: 120px auto 0;
		height: 56vh!important;
		display: block;
		overflow: hidden;
	}
	.main_img01,.main_img02,.main_img03 {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 56vh!important;
		z-index: 0;
	}
}
@media screen and (max-width: 768px) {
  .main_top {
    position: relative;
    margin: 60px auto 0;
    height: 38vh!important;
    display: block;
    overflow: hidden;
  }
	.main_img01,.main_img02,.main_img03 {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 38vh!important;
		z-index: 0;
	}
	.main_img01 {
		background-image: url(./img/top_image_sp.jpg);
	}
	.main_img02 {
		background-image: url(./img/top_image_02_sp.jpg);
	}
	.main_img03 {
		background-image: url(./img/top_image_03_sp.jpg);
	}
}
a, a img, li, li img, div, input, form, textarea {
    outline: none!important;
}

.main_top {

}
.main_top .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.main_top .slick-dots li button {
	font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #f2f2f2;
  border: 0;
  outline: none;
  background: transparent;
}
.main_top .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .9;
  color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main_top .slick-dots li.slick-active button:before {
    opacity: .9;
    color: #333;
}
@media screen and (max-width: 768px) {
	.main_top .slick-dots {
	  position: absolute;
	  bottom: 10px;
	  display: block;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  text-align: center;
	}
	.main_top .slick-dots li button {
		font-size: 0;
	  line-height: 0;
	  display: block;
	  width: 20px;
	  height: 20px;
	  padding: 5px;
	  cursor: pointer;
	  color: #f2f2f2;
	  border: 0;
	  outline: none;
	  background: transparent;
	}
	.main_top .slick-dots li button:before {
	  font-family: 'slick';
	  font-size: 6px;
	  line-height: 20px;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 20px;
	  height: 20px;
	  content: '•';
	  text-align: center;
	  opacity: .9;
	  color: #f2f2f2;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}
	.main_top .slick-dots li.slick-active button:before {
	    opacity: .9;
	    color: #333;
	}
}
/* TOPメインビジュアル */

.remote_contents {
	width: 100%;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
	margin-top: 60px;
}
.remote_image {
	display: block;
	margin: 40px auto 0;
}
.remote_image + p {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0;
}
.mousikomi {
	display: block;
	position: relative;
	font-size: 2.4rem;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight: 600;
	color: #0a5c28;
	text-align: center;
}
.line_mess .line_mess_unsedr {
	/* padding: 0 0px 10px 10px;
  background: linear-gradient(transparent 65%, #e69501 50%); */
	color: #e69501;
}

@media screen and (max-width: 768px){
	.remote_contents {
		width: 100%;
	  max-width: 900px;
	  left: 0;
	  right: 0;
	  margin: auto;
	  padding: 0 10px;
		margin-top: 40px;
	}
}

.ossm_content {
	width: 100%;
	max-width: 600px;
	margin: 60px auto 0;
}
.ossm_list {
	margin: 40px auto 0;
	list-style: none;
	font-size: 2.5rem;
	font-weight: bold;
}
.ossm_list li {
  margin-top: 10px;
  padding-left: 55px;
  position: relative;
}
.ossm_list li::before {
  content: '';
  display: inline-block;
  background-image: url(./img/ossm_ico.png);
  background-size: cover;
  width: 44px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 2px;
}

.column_03_content {
	display: flex;
	margin: 80px -10px 0;
}
.column_03_box {
	width: 33.33333%;
	padding: 0 10px;
}
.column_03_text {
	border-radius: 15px;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
	padding: 55px 20px 40px;
	position: relative;
	background-color: #fff;
}
.column_03_text .circle {
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index: 0;
	font-size: 2.1rem;
	line-height: 1.1;
	letter-spacing: 2px;
}
.column_03_text .circle span {
	font-size: 1.6rem;
	letter-spacing: normal;
}
.column_03_text .circle::before {
	content: '';
	width: 90px;
	height: 90px;
	background-color: #0a5c28;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.column_03_text p {
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
}
.column_03_text p strong{
	font-size: 3.3rem;
	font-weight: bold;
	color: #0a5c28;
	line-height: 1.4
}

.mess_big {
	margin: 60px 0 0;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.mess_big strong {
	font-size: 4rem;
	margin: 0 5px;
}
.mess_big strong span {
	padding: 0px 5px 5px;
	background: linear-gradient(transparent 71%, #edcf4f 50%);
}

.mess_small {
	text-align: center;
	font-size: 1.7rem;
	margin: 40px 0 0;
}

@media screen and (max-width: 768px){
	.ossm_content {
		width: 100%;
		max-width: 600px;
		margin: 60px auto 0;
	}
	.ossm_list {
		margin: 40px auto 0;
		list-style: none;
		font-size: 2rem;
		font-weight: bold;
	}
	.ossm_list li {
		margin-top: 20px;
    padding-left: 35px;
    position: relative;
    line-height: 1.4;
	}
	.ossm_list li::before {
	  content: '';
	  display: inline-block;
	  background-image: url(./img/ossm_ico.png);
	  background-size: cover;
	  width: 30px;
	  height: 24px;
	  position: absolute;
	  left: 0;
	  top: 1px;
	}

	.column_03_content {
		display: flex;
		flex-wrap: wrap;
		margin: 10px 0 0;
	}
	.column_03_box {
		width: 100%;
		padding: 0;
		margin: 50px 0 0;
	}
	.column_03_text {
		border-radius: 15px;
		border: 1px solid;
		border-color: rgba(0, 0, 0, 0.2);
		padding: 35px 20px 20px;
		position: relative;
		background-color: #fff;
	}
	.column_03_text .circle {
		color: #fff;
		font-weight: bold;
		text-align: center;
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
		z-index: 0;
		font-size: 1.8rem;
		line-height: 1.1;
		letter-spacing: 2px;
	}
	.column_03_text .circle span {
		font-size: 1.4rem;
		letter-spacing: normal;
	}
	.column_03_text .circle::before {
		content: '';
		width: 70px;
		height: 70px;
		background-color: #0a5c28;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		border-radius: 50%;
		z-index: -1;
	}
	.column_03_text p {
		font-size: 2.5rem;
		font-weight: bold;
		text-align: center;
	}
	.column_03_text p strong{
		font-size: 2.7rem;
		font-weight: bold;
		color: #0a5c28;
		line-height: 1.4
	}

	.mess_big {
		margin: 40px 0 0;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
	.mess_big strong {
		font-size: 2.5rem;
		margin: 0 5px;
	}
	.mess_big strong span {
		padding: 0px 5px 5px;
		background: linear-gradient(transparent 71%, #edcf4f 50%);
	}

	.mess_small {
		text-align: unset;
		font-size: 1.5rem;
		margin: 30px 0 0;
	}
}

.page_link_service {
	margin-top: 60px;
}
.page_link_seisou {
	margin-top: 50px;
	justify-content: center;
}
.okataduke {
	width: 100%;
}
.okataduke img {
	display: block;
}
.okataduke_link {
	display: block;
}
.okataduke_link:hover {
	opacity: 0.7;
	transition: .3s;
}
.okataduke_link_sp {
	display: none;
}

.post_content .reply_ttl {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	color: #0a5c28;
	margin: 60px 0 0;
}
.post_content .reply_ttl + p {
	margin-top: 10px;
}
@media screen and (max-width: 1000px) {
	.okataduke {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.page_link_service {
		margin-top: 30px;
	}
	.page_link_seisou {
		margin-top: 40px;
		justify-content: unset;
	}
	.okataduke {
		display: none;
		width: 100%;
	}
	.okataduke img {
		display: block;
	}
	.okataduke_link_sp {
		display: block;
		margin: 20px 0 0;
	}

	.post_content .reply_ttl {
		display: block;
		font-weight: bold;
		font-size: 1.6rem;
		color: #0a5c28;
		margin: 30px 0 0;
	}
	.post_content .reply_ttl + p {
		margin-top: 10px;
	}
}
.news_link br {
	display: none;
}


.thanks_p {
	margin: 40px 0 0;
	font-size: 1.6rem;
	text-align: center;
}
.thanks_btn {
	margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
	.thanks_p {
		margin: 40px 0 0;
		font-size: 1.5rem;
		text-align: unset;
	}
	.thanks_btn {
		margin: 40px 0 0;
	}
}




/* 遠隔TOPタイトル */
.remote_ttl_01-1 {
	display: block;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 4px;
}
/* .remote_ttl_01-1 span {
	position: relative;
}
.remote_ttl_01-1 span::before {
    content: '';
    position: absolute;
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: #0a5c28;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
} */
.remote_ttl_01-1 span {
  border-bottom: 3px solid #0a5c28;
  padding: 0 0 2px 0;
}
.remote_ttl_01-2 {
	display: block;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 4px;
}
.remote_ttl_01-2 span {
  border-bottom: 3px solid #0a5c28;
  padding: 0 0 2px 0;
}
.remote_ttl_sub {
	text-align: center;
	margin: 30px auto 0;
	font-size: 1.7rem;
	line-height: 1.8;
}
.remote_ttl_sub strong {
  padding: 0px 0px 3px;
  background: linear-gradient(transparent 80%, #edcf4f 50%);
}
/* 遠隔TOPタイトル */

/* 悩み */
.hai_back {
	position: relative;
	padding: 60px 0;
	margin-top: 60px;
}
.hai_back::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  z-index: -1;
}
.nayami_content {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.nayami_list {
  margin: 30px auto 0;
  list-style: none;
  font-size: 2.5rem;
  font-weight: bold;
}
.nayami_list li {
  margin-top: 10px;
  padding-left: 55px;
  position: relative;
}
.nayami_list li::before {
  content: '';
  display: inline-block;
  background-image: url(./img/ossm_ico.png);
  background-size: cover;
  width: 44px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 2px;
}
.nayami_text {
	display: block;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
	margin: 40px 0 0;
}
.nayami_text span {
  border-bottom: 3px solid #0a5c28;
  padding: 0 0 2px 0;
}
@media screen and (max-width: 768px) {
	.remote_ttl_01-1 {
		display: block;
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 2px;
	}
	/* .remote_ttl_01-1 span {
		position: relative;
	}
	.remote_ttl_01-1 span::before {
	    content: '';
	    position: absolute;
	    width: 0.2em;
	    height: 0.2em;
	    border-radius: 50%;
	    background-color: #0a5c28;
	    top: -18px;
	    left: 50%;
	    transform: translate(-50%, 0);
	} */
	.remote_ttl_01-1 span {
	  border-bottom: 3px solid #0a5c28;
	  padding: 0 0 2px 0;
	}
	.remote_ttl_01-2 {
		display: block;
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 2px;
	}
	.remote_ttl_01-2 span {
	  border-bottom: 3px solid #0a5c28;
	  padding: 0 0 2px 0;
	}
	.remote_ttl_sub {
		text-align: unset;
		margin: 30px auto 0;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.remote_ttl_sub strong {
	  padding: 0px 0px 3px;
	  background: linear-gradient(transparent 80%, #edcf4f 50%);
	}
	/* 遠隔TOPタイトル */

	/* 悩み */
	.hai_back {
		position: relative;
		padding: 40px 0;
		margin-top:40px;
	}
	.hai_back::after {
	  content: '';
	  position: absolute;
	  left: 50%;
	  top: 0;
	  transform: translateX(-50%);
	  width: 100vw;
	  height: 100%;
	  background-color: #f4f4f4;
	  z-index: -1;
	}
	.nayami_content {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
	.nayami_list {
	  margin: 30px auto 0;
	  list-style: none;
	  font-size: 1.6rem;
	  font-weight: bold;
	}
	.nayami_list li {
	  margin-top: 15px;
	  padding-left: 35px;
	  position: relative;
		line-height: 1.6;
	}
	.nayami_list li::before {
	  content: '';
	  display: inline-block;
	  background-image: url(./img/ossm_ico.png);
	  background-size: cover;
	  width: 30px;
	  height: 24px;
	  position: absolute;
	  left: 0;
	  top: -2px;
	}
	.nayami_text {
		display: block;
	  font-size: 2rem;
	  font-weight: bold;
	  text-align: center;
	  line-height: 1.8;
	  letter-spacing: 2px;
		margin: 30px 0 0;
	}
	.nayami_text span {
	  border-bottom: 3px solid #0a5c28;
	  padding: 0 0 2px 0;
	}
}



/* 遠隔地清掃サービスとは？ */
.remote_about_p {
	width: 100%;
	max-width: 900px;
	margin: auto;
	font-size: 1.7rem;
}
.remote_about_p strong {
    padding: 0px 0px 3px;
    background: linear-gradient(transparent 80%, #edcf4f 50%);
}
/* 遠隔地清掃サービスとは？ */

/* ＜実施方法＞ */
.remote_apply_about_content {
	display: flex;
	margin: 50px -15px 0;
}
.remote_apply_about_box {
	/* background-color: #f4f4f4; */
	border: 2px solid #0a5c28;
	border-radius: 15px;
	margin: 0 15px;
	padding: 35px 30px 30px;
}
.remote_apply_about_img01 {
	width: 100%;
	max-width: 75px;
	margin: auto;
}
.remote_apply_about_img02 {
	width: 100%;
	max-width: 85px;
	margin: auto;
}
.remote_apply_about_ttl {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	color: #0a5c28;
	margin: 20px auto 0;
	letter-spacing: 1px;
}
.remote_apply_about_box p {
	margin: 5px 0 0;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.remote_apply_about_content {
		display: flex;
		flex-wrap: wrap;
		margin: 25px 0 0;
	}
	.remote_apply_about_box {
		/* background-color: #f4f4f4; */
		border: 2px solid #0a5c28;
		border-radius: 15px;
		margin: 15px 0 0;
		padding: 20px;
	}
	.remote_apply_about_img01 {
		width: 100%;
		max-width: 75px;
		margin: auto;
	}
	.remote_apply_about_img02 {
		width: 100%;
		max-width: 85px;
		margin: auto;
	}
	.remote_apply_about_ttl {
		display: block;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		color: #0a5c28;
		margin: 15px auto 0;
		letter-spacing: 1px;
	}
	.remote_apply_about_box p {
		margin: 5px 0 0;
		font-size: 1.6rem;
	}
}






/* 遠隔フォーム */
.remote_contact {
	margin: 40px auto 0;
}
/* コンタクトフォーム */
/*contact*/
.contact_remote_ttl {
	margin-top: 0px;
	padding: 80px 0 15px;
}


input::placeholder {
  color: #f2f2f2!important;
}
/* IE */
input:-ms-input-placeholder {
  color: #f2f2f2!important;
}
/* Edge */
input::-ms-input-placeholder {
  color: #f2f2f2!important;
}
.contact-form {
  margin: 30px auto 0;
}
.contact-form .ttl-wish-05 {
  font-size: 2.1rem;
  letter-spacing: 3px;
}
.contact-form .form-table {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-form dt {
  width: 220px;
  font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.contact-form dt span {
  color: #BD272D;
  font-size: 1.3rem;
  font-weight: normal;
  margin-left: 10px;
}
.contact-form dd {
  width: calc(100% - 220px);
  padding: 15px 0;
}
.contact-form dd input {
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #B2B2B2;
  padding: 10px 15px;
  width: 100%!important;
  color: #333;
	margin-bottom: 0!important;
	border-radius: 5px;
}
.contact-form .form-comment-in {
  width: 100%;
}
.contact-form textarea {
  border: 1px solid #B2B2B2;
  padding: 15px;
  width: 100%;
  height: 200px!important;
  font-size: 1.6rem;
  color: #333;
	border-radius: 5px;
}
.contact-form .btn-wish-01:hover input{
	color: #005c31;
}
.contact-form .form-radio-btn{
	padding: 30px 0px;
}
.form-cap{
	margin-top: 10px;
}
.mt-20 {
  margin: 20px 0 0;
}
.btn-cmn-send {
	display: block;
	position: relative;
	width: 240px;
	height: 60px;
	line-height: 60px;
	background-color: #005c31;
	color: #fff;
	font-size: 1.6rem;
	font-weight: unset;
	letter-spacing: 2px;
	border: 1px solid #005c31;
	text-align: center;
	margin: 0 auto 0;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px!important;
}
.btn-cmn-send:hover {
	transition: .3s;
	background-color: #fff;
	color: #005c31;
	border: 1px solid #005c31;
}




/* .remote_apply_btn {
	display: block;
  position: relative;
  width: 450px;
  height: 100px;
  line-height: 98px;
  background-color: #e59501;
  color: #fff;
  border: 2px solid #e59501;
  text-align: center;
  margin: 40px auto 0;
  text-decoration: none;
  transition: .3s;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 10px;
	transition: .2s;
}
.remote_apply_btn::before {
  content: '';
  display: inline-block;
  background-image: url(./img/apply_ico.svg);
  background-size: cover;
  width: 34px;
  height: 23px;
	position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_apply_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: 30px;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_apply_btn:hover {
	background-color: #fff;
	color: #e59501;
	transition: .2s;
}
.remote_apply_btn:hover::before {
  content: '';
  background-image: url(./img/apply_ico_h.svg);
}
.remote_apply_btn:hover::after {
  content: '';
  background-image: url(./img/allow_ico_h2.svg);
} */


@media only screen and (max-width: 767px){
	.contact_remote_ttl {
		margin-top: 0px;
		padding: 60px 0 15px;
	}


  .contact-form dd input {
    padding: 8px 15px;
		margin-top: 5px;
  }
  .contact-form dt {
    width: 100%;
    font-size: 1.6rem;
  }
  .contact-form dt span {
    color: #BD272D;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
  }
  .contact-form dd {
    width: 100%;
    padding: 0px 0 20px;
  }


	/* .remote_apply_btn {
		display: block;
	  position: relative;
	  width: 100%;
		max-width: 450px;
	  height: 80px;
	  line-height: 78px;
	  background-color: #e59501;
	  color: #fff;
	  border: 2px solid #e59501;
	  text-align: center;
	  margin: 30px auto 0;
	  text-decoration: none;
	  transition: .3s;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 1px;
		border-radius: 10px;
		transition: .2s;
	}
	.remote_apply_btn::before {
	  content: '';
	  display: inline-block;
	  background-image: url(./img/apply_ico.svg);
	  background-size: cover;
	  width: 28px;
	  height: 19px;
		position: absolute;
	  top: 50%;
	  left: 20px;
	  transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}
	.remote_apply_btn::after {
	  content: '';
	  display: inline-block;
	  background-image: url(./img/allow_ico.svg);
	  background-size: cover;
		width: 8px;
	  height: 14px;
		position: absolute;
		top: 50%;
	  right: 20px;
		transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}
	.remote_apply_btn:hover {
		background-color: #fff;
		color: #e59501;
		transition: .2s;
	}
	.remote_apply_btn:hover::before {
	  content: '';
	  background-image: url(./img/apply_ico_h.svg);
	}
	.remote_apply_btn:hover::after {
	  content: '';
	  background-image: url(./img/allow_ico_h2.svg);
	} */
}
/* コンタクトフォーム */



.remote_apply_btn_content {
	display: flex;
	justify-content: center;
}
.remote_apply_contact_btn {
	display: block;
  position: relative;
  width: 400px;
	height: 95px;
  line-height: 93px;
  background-color: #0a5c28;
  color: #fff;
  border: 2px solid #0a5c28;
  text-align: center;
  margin: 40px 15px 0;
  text-decoration: none;
  transition: .3s;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 10px;
	transition: .2s;
}
.remote_apply_contact_btn::before {
  content: '';
  display: inline-block;
  background-image: url(./img/apply02_ico.svg);
  background-size: cover;
  width: 35px;
  height: 33px;
	position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_apply_contact_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: 25px;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_apply_contact_btn:hover {
	background-color: #fff;
	color: #0a5c28;
	transition: .2s;
}
.remote_apply_contact_btn:hover::before {
  content: '';
  background-image: url(./img/apply02_ico_h.svg);
}
.remote_apply_contact_btn:hover::after {
  content: '';
  background-image: url(./img/allow_ico_h.svg);
}


.remote_apply_btn {
	display: block;
  position: relative;
  width: 400px;
	height: 95px;
  line-height: 93px;
  background-color: #e59501;
  color: #fff;
  border: 2px solid #e59501;
  text-align: center;
  margin: 40px 15px 0;
  text-decoration: none;
  transition: .3s;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 10px;
	transition: .2s;
}
.remote_apply_btn::before {
  content: '';
  display: inline-block;
  background-image: url(./img/apply_ico.svg);
  background-size: cover;
  width: 34px;
  height: 23px;
	position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_apply_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: 25px;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_apply_btn:hover {
	background-color: #fff;
	color: #e59501;
	transition: .2s;
}
.remote_apply_btn:hover::before {
  content: '';
  background-image: url(./img/apply_ico_h.svg);
}
.remote_apply_btn:hover::after {
  content: '';
  background-image: url(./img/allow_ico_h2.svg);
}


@media only screen and (max-width: 767px){
	.remote_apply_btn_content {
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	.remote_apply_btn {
		margin: 40px auto 0;
	}
	.remote_apply_contact_btn {
		 margin: 30px auto 0;
	}
}









/* お客様専用ページ */
.remote_after_contact {
	margin: 40px auto 0;
	width: 100%;
	max-width: 700px;
}
.remote_after_contact .contact-form dt {
  width: 100%;
  font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.remote_after_contact .contact-form dd {
	width: 100%;
  padding: 5px 0 20px;
}
.remote_after_contact .contact-form dd:last-child {
	width: 100%;
	padding: 5px 0 0px;
}
.remote_after_contact .mt-20 {
	margin: 0px 0 0;
}
@media only screen and (max-width: 767px){
	.remote_after_contact {
		margin: 30px auto 0;
		width: 100%;
		max-width: unset;
	}
  .remote_after_contact .contact-form dd input {
    padding: 8px 15px;
		margin-top: 5px;
  }
  .remote_after_contact .contact-form dt {
    width: 100%;
    font-size: 1.6rem;
  }
  .remote_after_contact .contact-form dt span {
    color: #BD272D;
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
  }
  .remote_after_contact .contact-form dd {
    width: 100%;
    padding: 0px 0 10px;
  }
	.remote_after_contact .mt-20 {
    margin: 10px 0 0;
	}
	.remote_after_contact textarea {
		margin: 5px 0 0;
	}
}


/* 名前 */
.remote_sin_name {
	display: block;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1px;
}
.remote_sin_name span {
	padding: 0 0 0 15px;
	font-size: 2.5rem;
}
.remote_sin_name_sub {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 2px;
	margin: 20px 0 0;
}
.remote_sin_name_nittei {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 2px;
	margin: 20px 0 0;
}
.remote_sin_name_nittei strong {
  padding: 0px 0px 3px 10px;
  background: linear-gradient(transparent 80%, #edcf4f 50%);
}
@media only screen and (max-width: 767px){
	.remote_sin_name {
		display: block;
		font-size: 2.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 1px;
	}
	.remote_sin_name span {
		padding: 0 0 0 10px;
		font-size: 1.8rem;
	}
	.remote_sin_name_sub {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: unset;
		line-height: 1.7;
		letter-spacing: 1px;
		margin: 20px 0 0;
	}
	.remote_sin_name_nittei {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: unset;
		line-height: 1.7;
		letter-spacing: 1px;
		margin: 20px 0 0;
	}
	.remote_sin_name_nittei strong {
	  padding: 0px 0px 3px 0px;
	  background: linear-gradient(transparent 80%, #edcf4f 50%);
	}
}

/* 通話ボタン */
.remote_sin_video_btn {
	display: block;
  position: relative;
  width: 450px;
  height: 100px;
  line-height: 98px;
  background-color: #005c31;
  color: #fff;
  border: 2px solid #005c31;
  text-align: center;
  margin: 40px auto 0;
  text-decoration: none;
  transition: .3s;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 10px;
	transition: .2s;
}
.remote_sin_video_btn::before {
  content: '';
  display: inline-block;
  background-image: url(./img/video_ico.svg);
  background-size: cover;
  width: 35px;
  height: 21px;
	position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_sin_video_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: 30px;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.remote_sin_video_btn:hover {
	background-color: #fff;
	color: #005c31;
	transition: .2s;
}
.remote_sin_video_btn:hover::before {
  content: '';
  background-image: url(./img/video_ico_h.svg);
}
.remote_sin_video_btn:hover::after {
  content: '';
  background-image: url(./img/allow_ico_h.svg);
}
@media only screen and (max-width: 767px){
	.remote_sin_video_btn {
		display: block;
	  position: relative;
		width: 100%;
	  max-width:450px;
	  height: 80px;
	  line-height: 78px;
	  background-color: #005c31;
	  color: #fff;
	  border: 2px solid #005c31;
	  text-align: center;
	  margin: 30px auto 0;
	  text-decoration: none;
	  transition: .3s;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 1px;
		border-radius: 10px;
		transition: .2s;
	}
	.remote_sin_video_btn::before {
	  content: '';
	  display: inline-block;
	  background-image: url(./img/video_ico.svg);
	  background-size: cover;
	  width: 30px;
	  height: 18px;
		position: absolute;
	  top: 50%;
	  left: 20px;
	  transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}
	.remote_sin_video_btn::after {
	  content: '';
	  display: inline-block;
	  background-image: url(./img/allow_ico.svg);
	  background-size: cover;
	  width: 8px;
	  height: 14px;
		position: absolute;
		top: 50%;
	  right: 20px;
		transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}
	.remote_sin_video_btn:hover {
		background-color: #fff;
		color: #005c31;
		transition: .2s;
	}
	.remote_sin_video_btn:hover::before {
	  content: '';
	  background-image: url(./img/video_ico_h.svg);
	}
	.remote_sin_video_btn:hover::after {
	  content: '';
	  background-image: url(./img/allow_ico_h.svg);
	}
}


/* タイムテーブル */
.remote_table {
  width: 100%;
	max-width: 700px;
  margin: 40px auto 0;
  border-bottom: 1px solid #ccc;
	font-size: 1.7rem;
}
.remote_table tr {
  border-top: 1px solid #ccc;
}
.remote_table tr th {
  padding: 15px 0 15px 30px;
  font-weight: bold;
  vertical-align: middle;
  color: #005c31;
  width: 240px;
}
.remote_table tr td {
	width: calc(100% - 240px)
  padding: 15px 0 15px 30px;
}
@media only screen and (max-width: 767px){
	.remote_table {
	  width: 100%;
		max-width: 700px;
	  margin: 30px auto 0;
	  border-bottom: 1px solid #ccc;
		font-size: 1.6rem;
	}
	.remote_table tr {
	  border-top: 1px solid #ccc;
	}
	.remote_table tr th {
	  padding: 15px 10px 0;
	  font-weight: bold;
	  vertical-align: middle;
	  color: #005c31;
	  width: 100%;
		display: block;
	}
	.remote_table tr td {
		display: block;
		width: 100%;
	  padding: 0 10px 15px;
	}
}



.remote_report_text {
	margin: 30px 0 0;
}
.remote_report_img_content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.remote_report_img {
	width: 50%;
	padding: 0 15px;
	margin: 30px 0 0;
}
@media only screen and (max-width: 767px){
	.remote_report_text {
		margin: 30px 0 0;
	}
	.remote_report_img_content {
		display: flex;
		flex-wrap: wrap;
		margin: 15px 0 0;
	}
	.remote_report_img {
		width: 100%;
		padding: 0;
		margin: 15px 0 0;
	}
}
/* お客様専用ページ */


.select_remote {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background: url(./img/ico_arrow06.svg) no-repeat center right 10px/13px 21px;
}
.select_remote {
  width: 100%;
	max-width: 240px;
  padding: 10px 15px;
  border: 0 none;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  border: 1px solid #a19e9e;
  border-radius: 5px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
  outline: none;
	margin-bottom: 0!important;
}


.post-password-form {

}
.post-password-form p{
	text-align: center;
	margin: 30px auto 0;

	display: flex;
	align-items: center;
	justify-content: center;
}


.post-password-form label {
	font-size: 1.6rem;
	font-weight: bold;
}
.post-password-form label input {
	padding: 9px 10px;
	font-size: 1.5rem;
	width: 300px;
	border: 1px solid #b2b2b2;
	background-color: #f2f2f2;
  margin: 0 5px 0 10px;
}
.post-password-form input[type="submit"]{
	position: relative;
  width: 60px;
  height: 37px;
  line-height: 35px;
  color: #fff;
  border: 1px solid #004d39;
  background-color: #004d39;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: bold;
	transition: .2s;
}
.post-password-form input[type="submit"]:hover{
	opacity: .7;
	transition: .2s;
}
@media only screen and (max-width: 767px){
	.post-password-form label {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.post-password-form label input {
		padding: 9px 10px;
		font-size: 1.5rem;
		width: 180px;
		border: 1px solid #b2b2b2;
		background-color: #f2f2f2;
	  margin: 0 5px 0 10px;
	}
	.post-password-form input[type="submit"]{
		position: relative;
	  width: 60px;
	  height: 37px;
	  line-height: 35px;
	  color: #fff;
	  border: 1px solid #004d39;
	  background-color: #004d39;
	  text-align: center;
	  text-decoration: none;
	  font-size: 1.5rem;
	  letter-spacing: 2px;
	  font-weight: bold;
		transition: .2s;
	}
	.post-password-form input[type="submit"]:hover{
		opacity: .7;
		transition: .2s;
	}
}


.top_bnr_link {
	display: block;
	margin: 30px auto 0;
	transition: .3s;
}
.top_bnr_link:hover {
	opacity: .7;
	transition: .3s;
}



.main_top_slide {
	width: 100%;
}
.main_top_slide .slick-slide img {
	width: 100%;
	padding: 0;
}
@media screen and (max-width: 1000px) {
	.main_top_slide {
		width: 100%;
		margin: 120px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.main_top_slide {
		width: 100%;
		margin: 60px auto 0;
	}
	.main_top_slide .slick-slide img {
		width: 100%;
		padding: 0;
	}
}


.top_logo + .mess_text {
	margin: 20px auto 0;
}
.sdgs_img_ttl {
	width: 100%;
	max-width: 500px;
	margin: 80px auto 0;
}
.sdgs_btn {
  display: block;
  position: relative;
  width: 380px;
  height: 75px;
  line-height: 73px;
  background-color: #0a5c28;
  color: #fff;
  border: 2px solid #0a5c28;
  text-align: center;
  margin: 40px auto 0;
  text-decoration: none;
  transition: .3s;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: .3s;
}
.sdgs_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: 15px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.sdgs_btn:hover {
  background-color: #fff;
  color: #0a5c28;
  transition: .3s;
}
.sdgs_btn:hover::after {
  content: '';
  background-image: url(./img/allow_ico_h.svg);
}

.sdgs_ico_content {
	display: flex;
	margin: 45px -20px 0;
}
.sdgs_ico_box {
	width: 50%;
	padding: 0 20px;
	display: flex;
}
.sdgs_ico_img {
	width: 100%;
	max-width: 120px;
	margin: 0 15px 0 0;
}
.sdgs_ico_text {

}
.sdgs_ico_text .ttl {
	display: block;
  font-weight: bold;
  font-size: 1.7rem;
	letter-spacing: normal;
}
.sdgs_ico_text p {
	margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
	.top_logo + .mess_text {
		margin: 20px auto 0;
	}
	.sdgs_img_ttl {
		width: 100%;
		max-width: 280px;
		margin: 60px auto 0;
	}
	.sdgs_btn {
	  display: block;
	  position: relative;
	  width: 100%;
	  height: 75px;
	  line-height: 73px;
	  background-color: #0a5c28;
	  color: #fff;
	  border: 2px solid #0a5c28;
	  text-align: center;
	  margin: 40px auto 0;
	  text-decoration: none;
	  transition: .3s;
	  font-size: 1.8rem;
	  font-weight: bold;
	  letter-spacing: 1px;
	  border-radius: 5px;
	  transition: .3s;
	}
	.sdgs_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: 15px;
	  transform: translateY(-50%);
	  -webkit- transform: translateY(-50%);
	}
	.sdgs_btn:hover {
	  background-color: #fff;
	  color: #0a5c28;
	  transition: .3s;
	}
	.sdgs_btn:hover::after {
	  content: '';
	  background-image: url(./img/allow_ico_h.svg);
	}
	.sdgs_ico_content {
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}
	.sdgs_ico_box {
		width: 100%;
		padding: 0;
		display: flex;
		margin: 30px 0 0;
	}
	.sdgs_ico_img {
		width: 100%;
		max-width: 100px;
		margin: 0 15px 0 0;
	}
	.sdgs_ico_text {

	}
	.sdgs_ico_text .ttl {
		display: block;
	  font-weight: bold;
	  font-size: 1.5rem;
		letter-spacing: normal;
	}
	.sdgs_ico_text p {
		margin: 10px 0 0;
	}
}


.footer_left {
	display: flex;
	align-items: flex-end;
}

.snslink_content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 0 0;
}
.snslink_box {
	/* width: 33.33333%; */
	padding: 0 12px;
}
.snslink_link {
	display: block;
}
.snslink_img {
	width: 100%;
	max-width: 35px;
	transition: .3s;
}
.snslink_link:hover .snslink_img {
	transform: scale(1.1);
	transition: .3s;
}
.snslink_img img {
	display: block;
	width: 100%;
}


.snslink_sp_content {
	display: none;
	align-items: center;
	justify-content: center;
	margin: 20px -10px 0;
}
.snslink_sp_box {
	/* width: 33.33333%; */
	padding: 0 10px;
}
.snslink_sp_link {
	display: block;
}
.snslink_sp_img {
	width: 100%;
	max-width: 40px;
}
.snslink_sp_img img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.footer_left {
		display: block;
		margin: 30px auto 0;
		flex-wrap: unset;
		align-items: unset;
	}

	.snslink_content {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
	.snslink_box {
		/* width: 33.33333%; */
		padding: 0 10px;
	}
	.snslink_link {
		display: block;
	}
	.snslink_img {
		width: 100%;
		max-width: 35px;
	}
	.snslink_img img {
		display: block;
	}


	.snslink_sp_content {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0;
	}
	.snslink_sp_box {
		/* width: 33.33333%; */
		padding: 0 10px;
	}
	.snslink_sp_link {
		display: block;
	}
	.snslink_sp_img {
		width: 100%;
		max-width: 35px;
	}
	.snslink_sp_img img {
		display: block;
	}
}


.only-pc {
	display: block;
}
.only-sp {
	display: none!important;
}
@media screen and (max-width: 768px) {
	.only-pc {
		display: none!important;
	}
	.only-sp {
		display: block!important;
	}
}
