@charset "UTF-8";

h1 {
	margin-top: 100px;
	}

p.catch {
	color: #009740;
	}

.topics {
	border: 2px solid #009740;
	box-shadow: 7px 9px 6px 1px rgba(24,127,59,0.5);
	}

.topics-ttl {
	background: #009740;
	}

.subttl {
	color: #009740;
	}

h3 {
	color: #009740;
	border-top: 2px solid #009740;
	border-bottom: 2px solid #009740;
	}

.catalog-wrap {
	padding: 15px 0 50px 0;
	}

.catalog {
	position: relative;
	width: 810px;
	margin-left: 77px;
	padding-bottom: 8px;
	}

.catalog-ttl h3 {
	width: 637px;
	font-size: 28px;
	color: #009740;
	text-align: left;
	border-top: 2px solid #009740;
	border-bottom: none;
	margin-left: 75px;
	padding: 15px 0 15px 95px;
	}

.icon {
	position: absolute;
	top: -34px;
	left: 0;
	}

.catalog ul {
	margin-left: 68px;
	}

.catalog li {
	width: 655px;
	background: url(../img/line_dot.gif) left bottom no-repeat;
	padding-bottom: 4px;
	}

.catalog li:last-of-type {
	background: none;
	padding-bottom: 40px;
	}

.catalog div.image {
	float: left;
	width: 213px;
	min-height: 260px;
	}

.catalog div.image img {
	padding-bottom: 30px;
	}

.catalog p {
	float: left;
	width: 442px;
	font-size: 18px;
	line-height: 40px;
	padding: 55px 0;
	}

/* アコーディオン */
.open02 {
	position: absolute;
	top: 18px;
	left: 765px;
	z-index: 2;
	}

.close02 {
	position: relative;
	left: 765px;
	bottom: 30px;
	z-index: 2;
	}

/*------------ SP ------------*/
@media screen and (max-width: 640px) {

	h1 {
		margin-top: 10vw;
		}

	.topics {
		box-shadow: 2vw 2vw 1.6vw 0.3vw rgba(24,127,59,0.5);
		}

	.topic-cont figure {
		margin-top: 7.5vw;
		padding-bottom: 3.4vw;
		}

	h3 {
		border-top: 3px solid #009740;
		border-bottom: 3px solid #009740;
		}

	.catalog-wrap {
		padding: 2.5vw 0 6vw 0;
		}

	.catalog {
		width: auto;
		margin: 3.5vw 0 0 0;
		padding-bottom: 0;
		}

	.catalog-ttl h3 {
		width: auto;
		font-size: 1.6rem;
		line-height: 1.4;
		text-align: center;
		border: none;
		margin: 1.5vw 0 0 0;
		padding: 0;
		}

	.icon {
		position: static;
		}

	.catalog ul {
		margin: 0;
		}

	.catalog li {
		width: 100%;
		background: url(../img/sp/line_dot.gif) center top no-repeat;
		margin-top: 6.1vw;
		padding: 6px 0 0 0;
		}

	.catalog li:last-of-type {
		background: url(../img/sp/line_dot.gif) center top no-repeat;
		padding-bottom: 6vw;
		}

	.catalog p {
		font-size: 1.3rem;
		margin: 0 4.5vw 0 5.6vw;
		padding: 0;
		}

	.catalog div.image {
		float: none;
		width: auto;
		min-height: auto;
		}

	/* アコーディオン */
	.open02 {
		width: 5.7vw;
		top: 18vw;
		left: 74.5vw;
		}

	.close02 {
		width: 5.7vw;
		bottom: 0;
		left: 74.5vw;
		}

	}