#main {
	padding-bottom: 60px;
}

@media screen and (max-width: 640px){
	#main {
		padding-bottom: 0;
		border-bottom: 4px solid #f7f7f5;
	}
	#content-main-box .article.cols:first-child {
		padding-top: 35px;
	}
	#header-main h1 {
		margin: 0 5%;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
	}
	#content-main-box .article {
		margin: 0 5%;
	}
	#content-main-box .article.col-2 {
		margin: 0 5%;
		padding-top: 0;
	}
	#content-main-box .article.col-2 .col {
		float: none;
		width: 100%;
		margin: 30px 0 0;
	}
	#content-main-box .article.col-3 {
		margin: 0 5%;
		padding-top: 0;
	}
	#content-main-box .article.col-3 .col {
		float: left;
		width: 47%;
		margin: 50px 1.5% 0;
	}
	#content-main-box .article.cols .ttl {
		margin-top: 15px;
		font-size: 12px;
		font-weight: bold;
	}
	#content-main-box .article.cols .desc {
		margin-top: 10px;
		font-size: 10px;
		line-height: 1.8;
	}
	#content-main-box .article.col-3 .col:nth-of-type(3n+1) {
		clear: none;
	}
	#content-main-box .article.col-3 .col:nth-of-type(2n+1) {
		clear: both;
	}
	table{
	}
	.scroll{
		overflow: auto;
		white-space: nowrap;
	}
		.scroll::-webkit-scrollbar{
	 height: 5px;
	}
		.scroll::-webkit-scrollbar-track{
		background: #e5e5e5;
	}
		.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	#breadclumgb .inner {
		display: table;
		list-style-type: none;
		overflow: hidden;
		max-width:100%;
		width: auto;
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}
		#breadclumgb td {
			position: relative;
			float: none;
			font-size: 10px;
			white-space: nowrap;
			vertical-align: middle;
			height: 32px;
			padding-left: 24px;
			padding-right: 12px;
			height: 32px;
		}
		#breadclumgb td:first-child {
			padding-left: 16px;
		}
		#breadclumgb td:before {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			content: url(../images/common/ico-bredclumb.svg);
			font-family: 'Fontawesome';
			line-height: 0;
			font-size: .9rem;
			margin-left: 0;
			margin-right: 0;
			width: 11px;
			height: 32px;
		}
		#breadclumgb td:first-child:before {
			content: none;
			margin-left: 0;
			margin-right: 0;
		}

	#container {
		width: 100%;
		margin: 0;
	}
	#main {
		float: none;
		width: 100%;
	}

	#sp-ad-content-head .lists {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#sp-ad-content-head .lists img {
			display: block;
			width: 100%;
			height: auto;
		}

	#main > header {
		padding-top: 20px;
		font-size: 11px;
	}

/* #main .header */
		#main .header {
			overflow: hidden;
			border-bottom: none;
			margin-bottom: 20px;
			padding-left: 3%;
			padding-right: 3%;
			padding-bottom: 0;
		}
			#main .header .sort {
				float: left;
			}
				#main .header .sort select {
					padding: 6px;
					width: 112px;
				}
			#main .header .display {
				float: right;
			}
			#main .header .display {
				margin-left: 0;
			}
				#main .header table {
					height: 30px;
				}
				#main .header th,
				#main .header td {
					vertical-align: middle;
				}
				#main .header th {
					padding-right: 6px;
				}
				#main .header .display th {
					padding-right: 0;
				}
				#main .header .display .obj {
					background-color: #c1c9cf;
					color: #fff;
					padding: 8px 6px;
					margin-left: 5px;
				}
				#main .header .display .obj.active {
					background-color: #31a468;
					color: #fff;
				}

	.search-sp {
		background-color: #f7f7f5;
		padding: 20px 0;
	}

	#main .search-sp .header {
		position: relative;
		overflow: hidden;
		border-bottom: none;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	#main .search-sp .header .btn-close {
		position: absolute;
		top: -5px;
		right: 5%;
		width: 15px;
	}
	.search-sp h4 {
		text-align: center;
		margin: 0;
		padding: 0 5% 10px;
		font-size: 14px;
	}
	.search-sp .items.clm-1 {
		padding: 0 5%;
	}
		.search-sp .items.clm-1 input {
			width: 100%;
		}
	.search-sp .items.clm-2 {
		overflow: hidden;
		padding: 0 4%;
	}
		.search-sp .items.clm-2 .item {
			float: left;
			margin: 10px 1% 0;
			width: 48%;
		}
		.search-sp .items.clm-2 select {
			width: 100%;
			padding: 5px 5px;
		}
		.search-sp h5 {
			margin: 20px 0 0;
			padding: 0;
		}
		.search-sp .btn-wrapper {
			padding: 15px 10% 0;
		}
		.search-sp .btn-search {
			box-sizing: border-box;
			display: block;
			padding: 8px 5px;
			width: 100%;
			text-align: center;
			border-radius: 4px;
			border: none;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
			color: #fff;
		}
		.search-sp .prices h5 {
			padding-bottom: 5px;
		}
		.search-sp .prices td {
			white-space: nowrap;
		}
		.search-sp .prices td:nth-of-type(2) {
			padding-left: 4px;
			padding-right: 4px;
		}
		.search-sp .prices td:nth-of-type(4) {
			padding-left: 4px;
		}

	.upper.reslut {
		background-color: #f7f7f5;
		margin-top: 15px;
	}
		.upper.reslut p {
		text-align: left;
		font-size: 10px;
		padding: 10px 3%;
		}

	/* #content-main-box */
		#content-main-box .lists {
			overflow: hidden;
			margin: 0 3.5%;
		}
			#content-main-box .list:nth-of-type(1),
			#content-main-box .list:nth-of-type(2),
			#content-main-box .list:nth-of-type(3) {
				float: none;
				margin: 30px 1.5% 0;
				width: 97%;
			}
			#content-main-box .list {
				float: none;
				margin: 30px 1.5% 0;
				width: 97%;
			}
			#content-main-box .list:nth-of-type(4n) {
				clear: none;
			}

	#main .footer {
		margin-top: 40px;
		padding-top: 20px;
		border-top: 1px solid #999;
	}

	#checked-items {
			margin-top: 20px;
			padding: 0 5%;
			border-top: 1px solid #999;
		}
		#checked-items .list {
			font-size: 9px;
		}
		#checked-items .desc,
		#checked-items .prices {
			margin-top: 10px;
		}
		#checked-items .prices {
			color: #f15a24;
			font-size: 10px;
		}

	#recommend-items {
		margin: 20px 0 0;
		padding: 15px 0 0;
		border-top: 1px solid #999;
	}
	#recommend-items h1 {
		border-bottom: none;
		margin: 0 3%;
		padding: 0 0 15px;
	}
		#recommend-items .lists {
			overflow: hidden;
			margin: 0 3.5%;
		}
		#recommend-items .list {
			float: left;
			margin: 0 1.5%;
			width: 30.3%;
		}
			#recommend-items .list img {
				display: block;
				width: 100%;
				height: auto;
			}
}



#header-main h1 {
	margin: 17px 0 0 0;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
}
	#header-main p {
		margin: 31px 0 0;
		padding: 0;
		font-size: 15px;
		line-height: 1.8;
	}

.intro {
	margin: 44px 0 0;
	padding: 42px 55px 45px 45px;
	background-color: #f7f7f5;
}
	.intro h2 {
		text-align: center;
		margin: 0 auto;
		font-size: 22px;
		font-weight: bold;
	}
	.intro .items {
		overflow: hidden;
		margin: 25px 0 0;
	}
	.intro .item {
		width: 340px;
	}
	.intro .item:nth-of-type(1) {
		float: left;
	}
	.intro .item:nth-of-type(2) {
		float: right;
	}
		.intro .item .img img {
			display: block;
			width: 100%;
			height: auto;
		}
		.intro .item .desc {
			margin-top: 12px;
			font-size: 15px;
			line-height: 1.8;
		}

		.intro .links {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.intro .links li {
			position: relative;
			margin: 9px 0 0;
			padding: 0 0 0 20px;
			font-size: 15px;
		}
		.intro .links li:before {
			display: block;
			position: absolute;
			top: 3px;
			left: 0;
			content: ' ';
			width: 12px;
			height: 12px;
			background: url('../images/faq/ico-header.svg') left center no-repeat;
			-webkit-background-size: 12px;
			background-size: 12px;
		}
		#header-main a:link,
		#header-main a:visited {
			color: #31a468;
			text-decoration: underline;
			transition: .3s;
		}
		#header-main a:hover {
			color: #31a468;
			text-decoration: underline;
			opacity: .7;
		}
		#header-main a:active {
			color: #31a468;
			text-decoration: underline;
		}

		.intro .links a:link,
		.intro .links a:visited {
			color: #31a468;
			text-decoration: underline;
			transition: .3s;
		}
		.intro .links a:hover {
			color: #31a468;
			text-decoration: underline;
			opacity: .7;
		}
		.intro .links a:active {
			color: #31a468;
			text-decoration: underline;
		}

		.art-form .link a:link,
		.art-form .link a:visited {
			color: #31a468;
			text-decoration: underline;
			transition: .3s;
		}
		.art-form .link a:hover {
			color: #31a468;
			text-decoration: underline;
			opacity: .7;
		}
		.art-form .link a:active {
			color: #31a468;
			text-decoration: underline;
		}

.article {
	margin: 85px 0 0;
}
.article.art-form {
	margin: 90px 0 0;
}
.article#tel {
	margin: 68px 0 0;
}
	.article .title {
		margin: 0;
		padding: 0 0 10px;
		border-bottom: 1px solid #999;
		font-size: 22px;
		font-weight: bold;
	}
	.article#tel .title {
		letter-spacing: 2px;
	}
	.article .desc {
		margin: 14px 0 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.article.art-form .desc {
		margin: 18px 0 0;
		font-size: 15px;
		line-height: 1.9;
	}
	.article#tel .desc {
		margin: 18px 0 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.article .desc strong {
		color: #f15a24;
		font-size: 17px;
	}
	.article .attention {
		display: block;
		margin-top: 16px;
		line-height: 1.8;
		color: #757575;
	}

		.article .btn:link,
		.article .btn:visited,
		.article .btn:hover,
		.article .btn:active {
			box-sizing: border-box;
			display: block;
			text-align: center;
			width: 258px;
			padding: 13px 20px;
			border-radius: 4px;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
			color: #fff;
		}
		.article .btn-wrap{
			box-sizing: border-box;
			overflow: hidden;
			height: 50px;
			width: 260px;
			margin-top: 24px;
			padding-right: 2px;
			transition: .3s;
		}

@media screen and (min-width: 641px){
		.article .btn-wrap:hover {
			opacity: .7;
			padding-top: 2px;
			padding-left: 2px;
		}
}

	.article .lists {
		overflow: hidden;
		margin: 30px -1% 0;
		padding: 0;
	}
		.article .lists li {
			float: left;
			width: 46%;
			height: 82px;
			margin: 20px 2% 0;
			overflow: hidden;
			padding: 0 2px 2px 0;
			transition: .3s;
			line-height: 0;
		}
		.article .lists li:nth-of-type(2n+1) {
			clear: both;
		}
		.article .lists li .ico {
			display: block;
			position: relative;
			line-height: 1.3;
			transition: .3s;
		}
		.article .lists li .ico:after {
			position: absolute;
			top: 4px;
			right: -4px;
			display: block;
			content: ' ';
			background: url('../images/common/ico-osusume.svg') center center no-repeat;
			width: 8px;
			height: 13px;
		}
		.article .lists li:nth-of-type(4) .ico:after {
			top: 14px;
		}
		.article .lists li .outer {
			display: table;
			width: 100%;
		}
		.article .lists li a {
			color: #fff;
			font-size: 18px;
		}
		.article .lists li a small {
			font-size: 12px;
		}
		.article .lists li a:link,
		.article .lists li a:visited,
		.article .lists li a:hover,
		.article .lists li a:active {
			box-sizing: border-box;
			display: table-cell;
			vertical-align: middle;
			padding: 0 25px 0 30px;
			height: 80px;
			text-align: left;
			border-radius: 4px;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
		}

@media screen and (min-width: 641px){
		.article .lists li:hover {
			opacity: .7;
			padding-top: 2px;
			padding-left: 2px;
			padding-bottom: 0;
			padding-right: 0;
			box-shadow: 0px 0px 0px 0px #fff;
			-moz-box-shadow: 0px 0px 0px 0px #fff;
			-webkit-box-shadow: 0px 0px 0px 0px #fff;
		}
}

		.article .link {
		}
		.article .link {
			position: relative;
			margin: 28px 0 0 7px;
			padding: 0 0 0 22px;
			font-size: 15px;
		}
		.article .link:before {
			display: block;
			position: absolute;
			top: 3px;
			left: 0;
			content: ' ';
			width: 12px;
			height: 12px;
			background: url('../images/faq/ico-header.svg') left center no-repeat;
			-webkit-background-size: 12px;
			background-size: 12px;
		}

.t-ul {
	text-decoration: underline;
}

	.service-info {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		border-top: 1px solid #b0b0b0;
		border-left: 1px solid #b0b0b0;
		border-right: 8px solid #e0e0e0;
		border-bottom: 8px solid #e0e0e0;
		margin: 32px 0 0;
		padding: 30px 0 34px;
	}

		.service-info h1 {
			text-align: center;
			margin: 0 auto;
		}
@media screen and (min-width: 641px){
		.service-info h1 {
			text-align: center;
			margin: 0 160px 0 0;
		}
		.service-info .pWrapper {
			text-align: center;
			margin: 0 168px 0 0;
		}

		.service-info .img .pc {
				position: absolute;
				z-index: 1;
				bottom: 0;
				right: 22px;
		}
}
@media screen and (max-width: 640px){
	.service-info .img .sp {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 111px;
    height: auto;
	}
		.service-info .img .sp img {
			width: 100%;
			height: auto;
		}
}
			.service-info h1 img {
				width: 294px;
				height: auto;
			}
		.service-info .ico {
			width: 42px;
			height: auto;
			margin-right: 10px;
		}
		.service-info p {
			display: table;
			margin: 0 auto;
		}
		.service-info p {
			margin-top: 10px;
		}
			.service-info p span{
				display: table-cell;
				vertical-align: middle;
				font-size: 50px;
				line-height: 0;
				font-weight: 800;
				color: #31a468;
				letter-spacing: 2px;
			}
		.service-info .worktime {
			text-align: center;
			display: block;
			margin-top: 15px;
			font-weight: 500;
			font-size: 16px;
		}
		.service-info .worktime small {
			font-size: 11px;
		}
		.service-info .lists {
			text-align: center;
			margin: 10px 0 0;
			padding: 0;
		}
			.service-info .lists li {
				float: none;
				width: auto;
				display: inline-block;
				margin: 0 10px;
				padding: 0 0 2px;
			}
			.service-info .lists a {
				box-sizing: border-box;
				display: block;
				padding: 8px 6px;
				text-align: center;
				border-radius: 4px;
				box-shadow: 2px 2px 0px 0px #006837;
				-moz-box-shadow: 2px 2px 0px 0px #006837;
				-webkit-box-shadow: 2px 2px 0px 0px #006837;
				background-color: #31a468;
				width: 186px;
			}
			.service-info .lists a:link,
			.service-info .lists a:visited,
			.service-info .lists a:hover,
			.service-info .lists a:active {
				text-decoration: none;
				color: #fff;
				font-weight: bold;
				font-size: 17px;
				transition: .3s;
			}

@media screen and (min-width: 668px){
		.footupper-info .lists a:hover {
			color: #fff;
			text-decoration: none;
			background-color: #48bd80;
		}
		.footupper-info .lists a:active {
			color: #fff;
			text-decoration: none;
			background-color: #31a468;
		}
}

@media screen and (max-width: 640px){
	#content-main-box {
		margin: 30px -4.5% 0;
	}

	#header-main h1 {
		margin: 20px 5% 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
	}
		#header-main p {
			margin: 22px 5% 0;
			padding: 0;
			font-size: 13px;
			line-height: 1.65;
		}
		.intro {
			margin: 30px 0 0;
			padding: 27px 5%;
			background-color: #f7f7f5;
		}
			.intro h2 {
				text-align: center;
				margin: 0 auto;
				font-size: 14px;
				font-weight: bold;
			}
	.intro .items {
		overflow: hidden;
		margin: 0;
	}
	.intro .item {
		width: 100%;
		margin: 25px 0 0;
	}
	.intro .item:nth-of-type(1) {
		float: none;
		margin: 18px 0 0;
	}
	.intro .item:nth-of-type(2) {
		float: none;
	}
		.intro .item .desc {
			margin: 18px 9px 0;
			font-size: 13px;
			line-height: 1.5;
		}
		.intro .item:nth-of-type(2) .desc {
			margin: 21px 9px 0;
			font-size: 13px;
			line-height: 1.5;
		}
		.intro .links {
			padding: 6px 0 0;
		}
		.intro .links li {
			position: relative;
			margin: 6px 0 0 13px;
			padding: 0 0 0 18px;
			font-size: 13px;
		}
		.intro .links li:before {
			display: block;
			position: absolute;
			top: 5px;
			left: 0;
			content: ' ';
			width: 9px;
			height: 9px;
			background: url('../images/faq/ico-header.svg') left center no-repeat;
			-webkit-background-size: 9px;
			background-size: 9px;
		}

	#content-main-box .article {
		margin: 25px 5% 0;
		padding: 0 0 20px;
	}
	#content-main-box .article.art-stock {
		margin: 47px 5% 0;
		padding: 0 0 20px;
	}
	#content-main-box .article#tel {
		margin: 24px 5% 0;
	}

	.article .title {
		margin: 0;
		padding: 0 0 10px;
		border-bottom: 1px solid #999;
		font-size: 14px;
		font-weight: bold;
	}
	.article .desc {
		margin: 13px 0 0;
		font-size: 13px;
		line-height: 1.7;
	}
	.article.art-form .desc {
		margin: 13px 0 0;
		font-size: 13px;
		line-height: 1.6;
	}
	.article#tel .desc {
		margin: 18px 0 0;
		font-size: 13px;
		line-height: 1.6;
	}
	.article#tel .desc br {
		display: none;
	}
	.article#tel .desc .t-ul {
		text-decoration: none;
	}
	.article .desc strong {
		color: #f15a24;
		font-size: 17px;
	}
	.article .attention {
		display: block;
		margin-top: 0;
		font-size: 11px;
		line-height: 1.5;
		color: #757575;
	}

		.article .btn:link,
		.article .btn:visited,
		.article .btn:hover,
		.article .btn:active {
			box-sizing: border-box;
			display: block;
			text-align: center;
			width: 228px;
			margin: 0 auto;
			padding: 9px 20px;
			border-radius: 4px;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
			color: #fff;
		}
		.article .btn-wrap{
			box-sizing: border-box;
			overflow: hidden;
			height: 50px;
			width: 100%;
			margin: 19px auto 0;
			padding: 0;
			transition: .3s;
		}

	.article .lists {
		overflow: hidden;
		margin: 30px 0 0;
		padding: 0;
	}
		.article .lists li {
			float: none;
			width: 93%;
			height: auto;
			overflow: hidden;
			transition: .3s;
			line-height: 0;
			margin: 10px 3.5% 0;
		}
		.article .lists li:nth-of-type(2n+1) {
			clear: both;
		}
		.article .lists li .ico {
			display: block;
			position: relative;
			transition: .3s;
		}
		.article .lists li .ico:after {
			position: absolute;
			top: 8px;
			right: -4px;
			display: block;
			content: ' ';
			background: url('../images/common/ico-osusume.svg') center center no-repeat;
			width: 8px;
			height: 13px;
			display: none;
		}
		.article .lists li .outer {
			display: table;
			width: 100%;
			margin: 0;
			padding: 0;
		}
		.article .lists li a {
			color: #fff;
			font-size: 14.5px;
		}
		.article .lists li a small {
			font-size: 12px;
		}
		.article .lists li a:link,
		.article .lists li a:visited,
		.article .lists li a:hover,
		.article .lists li a:active {
			box-sizing: border-box;
			display: table-cell;
			vertical-align: middle;
			margin: 0;
			padding: 13px 0;
			height: auto;
			text-align: center;
			border-radius: 4px;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
		}
/*		.article .lists li:hover {
			opacity: .7;
			padding-top: 2px;
			padding-left: 2px;
			padding-bottom: 0;
			padding-right: 0;
			box-shadow: 0px 0px 0px 0px #fff;
			-moz-box-shadow: 0px 0px 0px 0px #fff;
			-webkit-box-shadow: 0px 0px 0px 0px #fff;
		}*/

		.article .link {
		}
		.article .link {
			position: relative;
			margin: 28px 0 0 10px;
			padding: 0 0 0 20px;
			font-size: 13px;
			line-height: 1.7;
		}
		.article .link:before {
			display: block;
			position: absolute;
			top: 3px;
			left: 0;
			content: ' ';
			width: 12px;
			height: 12px;
			background: url('../images/faq/ico-header.svg') left center no-repeat;
			-webkit-background-size: 12px;
			background-size: 12px;
		}

	#tel .desc {
		font-size: 13px;
		line-height: 1.5;
	}
	#tel .desc strong {
		font-size: 13px;
	}

	.service-info {
		box-sizing: border-box;
		text-align: left;
		width: 100%;
		border-top: 1px solid #b0b0b0;
		border-left: 1px solid #b0b0b0;
		border-right: 4px solid #e0e0e0;
		border-bottom: 4px solid #e0e0e0;
		margin: 23px 0 0;
		padding: 20px 0;
	}
		.service-info h1 {
			text-align: left;
			margin: 0 6%;
			padding: 0;
			line-height: 0;
		}
			.service-info h1 img {
				width: 78%;
				height: auto;
			}
		.service-info .ico {
			width: 20px;
			height: auto;
			margin-right: 5px;
		}
		.service-info p {
			display: table;
			 margin: 10px 3% 0;
		}
		.service-info p {
			margin-top: 13px;
		}
			.service-info p span{
				display: table-cell;
				vertical-align: middle;
				font-size: 29px;
				line-height: 0;
				font-weight: 800;
				color: #31a468;
				letter-spacing: 1px;
			}
			.article#tel .title {
				letter-spacing: 1px;
			}
		.service-info .worktime {
			text-align: left;
			display: block;
			margin: 20px 5% 0;
			font-weight: 500;
			font-size: 11px;
		}
		.service-info .worktime small {
			display: block;
			margin-top: 5px;
			font-size: 10px;
			color: #757575;
		}
}