@charset "utf-8";


/*==================================================*/
/*                                                  */
/*           庭木プレゼントキャンペーン CSS         */
/*                                                  */
/*==================================================*/


/* art01 */
.art01 {
	background-color: #F3F4F3;
	padding: 30px 3% 40px;
	font-size: 0;
	text-align: center;
}
.art01 > .in{
	max-width: 1080px;
	margin: auto;
}
.art01 .in img.endpre {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 10%;
	top: 50%;
	z-index: 5000;
}
@media print, screen and (max-width:640px) {
	.art01 {
		padding: 6% 3% 8%;
	}
}


.commontitle01{
	background-image: url(../img/cover_img.jpg);
	background-position:center 50%;
	background-size:cover;
}
.commontitle01 p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing:4.0px;
	padding-top: 0px;
}


/* content */
.art01 .point {
	font-size:14px;
	padding: 0px;
	position:relative;
	z-index:5;
}
.art01 .point:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}


/* content01 */
.art01 .content01 {
	background-color: #fff;
	margin:0 0 80px 0;
	padding: 0 0 40px 0;
	position:relative;
}
.art01 .content01 .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 290px;
	margin-bottom: 40px;
}
.art01 .content01 figure {
	width:1080px;
	height:290px;
	margin:0 0 40px 0;
	padding:0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	position:relative;
}
.art01 .content01 figure img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.art01 .content01 .title01 {
	margin-bottom: 20px;
	padding: 0 3%;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	color: #000;
}
.art01 .content01 .caption {
	margin: 0;
	padding: 40px 100px;
}
.art01 .content01 .caption .ttl_tree {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #486a00;
	line-height: 40px;
	line-height: 4.0rem;
	text-align: left;
	margin: 40px 0 20px 0;
	padding: 0 0 0 60px;
	background: url(http://server01.otm.co.jp/testsites/highclass/common/img/icon_leaf_01.png) left 50% no-repeat;
	background-size: auto 40px;
}
.art01 .content01 .caption p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	color: #434343;
	text-align: left;
	width: 86%;
	margin: 0 auto;
}

/* message_area */
.art01 .message_area {
	margin:0 0 20px 0;
	padding:0 40px;
}
.art01 .message_area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.art01 .message_area h3.title01 {
	font-size:20px;
	font-weight: bold;
	color: #486a00;
	line-height: 40px;
	line-height: 4.0rem;
	text-align: center;
	margin:50px 0 0 0;
	padding: 10px;
	border: 1px solid #dcdcdc;
}

/* cnt_area */
.art01 .cnt_area {
	margin:40px 0 80px 0;
	padding:0;
	background: url(http://server01.otm.co.jp/testsites/highclass/treecampaign/img/img_campaign.jpg) right 50% no-repeat;
}
.art01 .cnt_area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.art01 .cnt_area ul {
	width:1080px;
	margin:0 0 0 0px;
	padding:0;
}
.art01 .cnt_area ul li {
	width:50%;
	height:auto;
	margin:0 0 20px 0px;
	padding:0;
}
.art01 .cnt_area ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.art01 .cnt_area ul li h4 {
	font-size:20px;
	font-weight: bold;
	color: #486a00;
	line-height: 40px;
	line-height: 4.0rem;
	text-align: left;
	margin:0px 0 0 0;
	padding: 0 0 0 60px;
	background: url(http://server01.otm.co.jp/testsites/highclass/common/img/icon_leaf_03.png) left 50% no-repeat;
	background-size: auto 40px;
}
.art01 .cnt_area ul li span {
	display:block;
	margin:5px 0 0 40px;
	padding:0;
	font-size:16px;
	font-size:1.6rem;
	line-height:32px;
	line-height:3.2rem;
	color:#434343;
	text-align:left;
}


@media print, screen and (max-width:640px) {
	.art01 .in img.endpre {
		position: absolute;
		width: 150px;
		height: 150px;
		margin-left:-75px;
		left: 50%;
		top: 20%;
		z-index: 5000;
	}
	.art01 .point {
		font-size:14px;
		padding: 0px;
		position:relative;
		z-index:5;
	}
	.art01 .point:after{
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		visibility: hidden;
		content: ".";
		font-size: 0.1em;
	}
	.art01 .content01 {
		padding-bottom: 8%;
		background-color: #fff;
		margin:0 0 30px 0;
	}
	.art01 .content01 figure {
		width:100%;
		height:160px;
		margin:0 0 20px 0;
		padding:0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
	}
	.art01 .content01 figure img {
		position: absolute;
		width: 120%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
	}
	.art01 .content01 .title01 {
		margin-bottom: 4%;
		padding: 0;
		font-size: 1.8rem;
	}
	.art01 .content01 .title01 img {
		width: 100%!important;
		height: auto;
	}
	.art01 .content01 .caption {
		margin: 0;
		padding: 10px 10px;
	}
	.art01 .content01 .caption .ttl_tree {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		color: #486a00;
		line-height: 30px;
		line-height: 3.0rem;
		text-align: left;
		margin: 40px 0 20px 0;
		padding: 0 0 0 24px;
		background: url(http://server01.otm.co.jp/testsites/highclass/common/img/icon_leaf_01.png) left 10px no-repeat;
		background-size: auto 20px;
	}
	.art01 .content01 .caption p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.4rem;
		text-align: left;
		width:86%;
		margin:0 auto;
	}

/* message_area */
	.art01 .message_area {
		margin:0 0 40px 0;
		padding:0;
	}
	.art01 .message_area:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.art01 .message_area h3.title01 {
		width: 90%;
		font-size:16px;
		font-size:1.6rem;
		color:#b28950;
		line-height:3.0rem;
		margin:40px auto 0 auto;
		padding:0;
	}

/* cnt_area */
	.art01 .cnt_area {
		margin:40px 0 40px 0;
		padding:0;
		background: none;
	}
	.art01 .cnt_area:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.art01 .cnt_area ul {
		width:90%;
		margin:0 auto;
		padding:0;
	}
	.art01 .cnt_area ul li {
		width:100%;
		height:auto;
		margin:0 0 20px 0px;
		padding:0;
	}
	.art01 .cnt_area ul li:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.art01 .cnt_area ul li h4 {
		font-size:18px;
		font-weight: bold;
		color: #486a00;
		line-height: 30px;
		line-height: 3.0rem;
		text-align: left;
		margin:0px 0 0 0;
		padding: 0 0 0 36px;
		background: url(http://server01.otm.co.jp/testsites/highclass/common/img/icon_leaf_03.png) left 50% no-repeat;
		background-size: auto 30px;
	}
	.art01 .cnt_area ul li span {
		display:block;
		margin:5px 0 0 0;
		padding:0;
		font-size:14px;
		font-size:1.4rem;
		line-height:24px;
		line-height:2.4rem;
		color:#434343;
		text-align:left;
	}
}

