
/*--------------------------------------------
/*		cat_feature - outdoor
/*--------------------------------------------*/
#compact {
    margin: 0 auto;
    font-family: "helvetica", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    text-align: center;
    background: #DEE0D8
}
#compact section {
	width: 1140px;
	margin: 0 auto 4%;
}

#compact a {
	text-decoration: underline;
}
#compact .top {
	padding: 10% 0 3%;
}
.title-en {
	font-size: 28px;
	margin-bottom: 2%;
	font-family: 'Josefin Sans', sans-serif;
}
h1 {
	font-size: 36px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2%;
}
h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 4%;
}

.main-text {
	position: relative;
	font-size: 16px;
	width: 60%;
	margin: 0 auto 10%;
	text-align: center;
	line-height: 1.8;
}
p.main-text:after {
    content: "";
    position: absolute;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    bottom: -80px;
    width: 10%;
    border-bottom: 1px solid #333;
}
.p-img {
	width: 60%;
    background: #fff;
    padding: 4px;
    margin: 0 auto 2%;
}
.brand {
	    font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}
.number {
	    font-size: 30px;
    margin-bottom: 1%;
}
#compact .p-name {
	margin-bottom: 2%;
    font-size: 24px;
    font-weight: normal;
	
}
#compact .p-text {
	    font-size: 16px;
    line-height: 1.8;
	margin-bottom: 2%;
	    width: 60%;
	margin: 0 auto 2%;
}
#compact .btn {
	width: 300px;
	margin: 0 auto;
}
#compact .btn a {
	text-decoration: none;
	background: #fff;
    border-radius: 50px;
	padding: 10px;
}
div:not(.home) h2 span {
	color:red;
	/* .home以外のdiv内のh2のspanの文字色を赤にする */
}
section:not(.top) {
	margin-bottom: 8%;
}
section:last-child {
	padding-bottom: 8%;
	margin-bottom: 0;
}
.p-img img {
	width: 50%;
}
@media (max-width: 767px) {
	#compact .top {
		padding: 14% 0 3%;
	}
	#compact section {
		width: 100%;
		
	}
	.number {
		margin-bottom: 2%;
	}
	#compact  {
		width: 100%;
	}
	#compact .p-text {
		width: 90%;
    margin: 0 auto 4%;
	}
	.title-en {
		font-size: 20px;
	}
	h1 {
		font-size: 28px;
		margin-bottom:6%;
		letter-spacing: 0.08em;
	}
	h2 {
		font-size: 20px;
	}
	.main-text {
		width: 100%;
		margin-bottom: 14%;
	}
	p.main-text:after {
		bottom: -80%;
	}
	#compact .p-text {
		font-size: 14px;
	}
	#compact .btn {
		width: 80%;
		margin: 0 auto;
		font-size: 12px;
	}
	.number {
    font-size: 24px;
	}
	.p-img {
		margin: 0 auto 4%;
	}
	section:not(.top) {
    margin-bottom: 14%;
}
	#compact .p-name {
    margin-bottom: 5%;
    font-size: 20px;
	}
	.p-img {
		width: 90%;
	}
	.btn a {
    display: block;
    border: 1px solid #000;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
   padding: 4%;
		width: 80%;
		margin: 0 auto;
}
	.p-img img {
	width:100%;
}
}