@charset "utf-8";
/* CSS Document */
/* 新設 20170724 */

.sp {
	display: none !important;
}
.clear {
	clear:both;
	margin: 0px;
}
.cf:before,
.cf:after{
	display: table;
	content: "";
}
.cf:after{
	clear: both;
}
.cf{
	*zoom:1;
}
ol#breadcrumbsList + section {
	margin: 0;
}

p img.main-img {
	width: 100%;
	height: auto;
	display: block;
}

h4 {
	background: #489389;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	line-height: 74px;
	font-size: 25px;
	padding-left: 20px;
	margin-top: 60px;
	margin-bottom: 20px;
}
h4:before {
	content: "";
	display: block;
	width: 130px;
	height: 180px;
	position: absolute;
	top: -50%;
	bottom: -50%;
	right: 30px;
	margin: -31px auto auto auto;
	z-index: 2;
}
h4.dog:before {
	background: url(images/head-img-01-dog.png);
}
h4.cat:before {
	background: url(images/head-img-02-cat.png);
}
h4 + a.anc {
	color: #489389;
	font-size: 18px;
	text-decoration: none;
}
h4 + a.anc:after {
	content: "▶︎";
	color: #fff;
	display: inline-block;
	background: #489389;
	width: 26px;
	height: 26px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-left: .5em;
}

section.method {
	padding-top: 10px;
}
section.method h2 {
	margin: 16px 0 35px !important;
}


section ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
section ol > li {
	position: relative;
	list-style: none !important;
	margin: 0 0 0 0 !important;
}
section ol > li:before {
	float: left;
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #489389;
	color: #fff;
	display: block;
	line-height: 44px;
	text-align: center;
	height: 44px;
	width: 44px;
	border-radius: 22px;
	font-size: 25px;
}

section ol.trick {
	margin-bottom: 40px !important;
	padding-left: 1em;
}
section ol.trick > li {
	font-size: 18px;
	color: #489389;
	min-height: 44px;
	margin-bottom: 30px !important;
}
section ol.trick > li span {
	display: block;
	box-sizing: border-box;
	padding-left: 60px;
	line-height: 1.7;
}
section ol.trick > li:last-child span {
	line-height: 44px;
}
section ol.method {
	margin-bottom: 60px !important;
}
section ol.method > li {
	border: 1px solid #1E9F91;
	border-radius: 8px;
	float: left;
	width: 31%;
	margin-right: 3.5% !important;
	box-sizing: border-box;
	padding: 0 10px;
}
section ol.method > li:before {
	margin: 15px 29px 0 5px;
}
section ol.method > li img {
	margin-top: 15px;
}
section ol.method > li span {
	display: block;
	line-height: 1.6;
	min-height: 5em;
	margin-top: 15px;
	margin-bottom: 18px;
}
section ol.method > li:last-child {
	margin-right: 0 !important;
}


div.att {
	background: #e4efee;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 30px 35px;
}
div.att h5 {
	font-size: 25px;
	text-align: center;
	color: #1e544f;
	margin-bottom: 10px;
}
div.att p {
	line-height: 1.8;
}
div.contact {
	margin: 25px auto 0;
}
div.contact a {
	display: block;
	max-width: 300px;
	line-height: 62px;
	background: #489389;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 90%;
	margin: 0 auto 15px;
}
div.contact strong {
	color: #1e544f;
	font-size: 32px;
	text-align: center;
	display: block;
}
div.contact table {
	border: 0 !important;
	width: 362px;
	margin: auto;
}
div.contact table th {
	border: 0 !important;
	background: none;
	width: 44px;
	padding: 0;
	letter-spacing: .1em;
}
div.contact table th span {
	border: 1px solid #489389;
	color: #489389;
	display: block;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	padding: .3em 0 0 .1em;
	background: #fff;
}
div.contact table td {
	border: 0 !important;
	width: 342px;
	padding: 0;
	vertical-align: middle;
	background: none;
}
div.contact table td span {
	display: block;
	text-align: center;
	line-height: 1.6;
}





@media screen and (max-width:768px){


	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}

	ol#breadcrumbsList + section {
		margin-bottom: 40px;
	}
	
	h4 {
		line-height: 1.4;
		font-size: 22px;
		padding: .3em 30% .3em .5em;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	h4::before {
		width: 70px;
		height: 120%;
		top: auto;
		bottom: 0;
		right: .5em;
		margin: auto;
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}
	h4 + a.anc {
		font-size: 15px;
		text-align: center;
		display: block;
	}

	section ol > li::before {
		line-height: 34px;
		height: 34px;
		width: 34px;
		font-size: 17px;
		position: absolute;
	}
	section ol.trick {
		padding: 0 .5em;
	}
	section ol.trick > li span {
		font-size: 16px;
		padding-left: 50px;
	}
	section ol.trick > li:last-child span {
		line-height: 1.7;
	}

	section ol.method {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10% !important;
	}
	section ol.method > li {
		float: none;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 5% !important;
		height: auto !important;
	}
	section ol.method > li::before {
		margin: 5px 0 0 -5px;
	}
	section ol.method > li img {
		width: 69%;
		max-width: 162px;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	section ol.method > li span {
		min-height: auto;
	}

	div.att {
		border-radius: 10px;
		padding: 4% 4% 5%;
		width: 94%;
		margin: auto;
	}
	div.att h5 {
		font-size: 18px;
		color: #1e544f;
		line-height: 1.8;
	}
	div.att p {
		line-height: 1.6;
	}
	div.contact {
		margin: 0 auto 0;
	}
	div.contact strong {
		font-size: 154%;
	}
	div.contact strong a {
		background: none;
		color: #1e544f;
		line-height: 1.6;
		margin-bottom: 0;
	}
	div.contact table {
		width: 110%;
		margin: auto 0 auto -5%;
	}
	div.contact table th {
		display: block;
		width: 100%;
		width: 80%;
		margin: 5% auto;
	}
	div.contact table th span {
		padding: .5em 0;
		line-height: 1;
	}
	div.contact table td {
		display: block;
		width: 100%;
	}
	div.contact table td span {
		font-size: 15px;
		text-align: center;
	}


}





