
h1.ttl{
background: #18b6f0;
}

h2 {
	margin: 20px 0 20px;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: bold;
	text-align: left;
}
.movieArea{
	margin: 40px auto 0;
	max-width: 880px;
}

p.txt{
	margin: 10px 0 10px;
	font-size: 15px;
}

.btn a {
    display:block;
    border-radius: 3px;
    max-width: 520px;
    margin: 40px auto 10px;
    text-align: center;
    background: #009eff;
    padding: 30px 10px 40px 40px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 18.5px;
	font-weight: bold;
	position: relative;
	z-index: 0;
	height: 140px;
}

.btn a span {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 260px;
    line-height: 30px;
    transform: translate(0, -50%);
    padding: 0 0 4px 180px;
    text-align: left;
}
.btn a span i{
font-style: normal;
	border-bottom: 1px solid #fff;
}


.btn a:before{
	content:"";
	width: 140px;
	height: 90px;
	display: inline-block;
	background: url(/user_data/packages/default/img/cm/thumb_earthday.jpg) no-repeat;
	background-size: 140px auto;
	display: inline-block;
	float: left;
	padding-right: 20px;
}

.btn a:hover{
	opacity: 0.8;
}


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

h2 {
	margin: 20px 20px 20px;
}


#containerWrap #shuwafuru {
    width: 100%;
	overflow: hidden;
	margin: 60px 0 10px;
}


p.txt{
	margin: 10px 10px 10px;
	font-size: 14px;
}

#containerWrap #shuwafuru .player iframe {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 330px !important;
  height: 185px !important;
  margin: 0 auto;
  overflow: hidden;
}	
	
.btn a {
    display: block;
    border-radius: 3px;
    max-width: 330px;
    margin: 30px auto 0px;
    text-align: center;
    background: #009eff;
    padding: 16px 10px 20px;
    font-size: 14.5px;
	font-weight: 500;
	height: 90px;
}
	
.btn a:before{
	content:"";
	width: 90px;
	height: 90px;
	background: url(/user_data/packages/default/img/cm/thumb_earthday.jpg) no-repeat;
	background-size: 90px auto;
	display: inline-block;
	float: left;
	
}	
	

	
.btn a span{
	line-height: 20px;
	margin-left: 80px;
	padding-left: 10px;
	transform: translate(20px, -50%);
}
	
	
	
}