		.top {
			background-color: #ffe9eb;
			width: 100%;
			margin: 0;
			padding: 0;
			line-height: 1;
font-family: "M PLUS Rounded 1c"; 		
		}

		.contens {
			margin: 0 auto;
			text-align: center;
		}		
		.contens h1 {
			margin: 0px;
		} 

		.contens h2 {
			line-height: 1.4;
			font-size: 1.1em;
			text-align: left;
			margin-left:20px;
		}

		.contens picture source {
			width: 100%;
		}
		.contens picture img {
			max-width: 1200px;
			width: 100%;
		}


		.contens .cp-txt {
			line-height: 1.4;
		}

		.contens picture source {
			width: 100%;
		}
		.contens picture img {
			max-width: 1200px;
			width: 100%;
		}

		.cp-more {
		    font-family: 'M PLUS Rounded 1c', sans-serif;
		    font-size: 18px;
		    width: 100%;
		    max-width: 650px;
		    margin: 0 auto 50px auto;
		    padding: 15px 0;
		    background-color: #008ed6;
		    color: #FFF;
		}


      .br-sp {
        display: block;
      }

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

	.contens h2 {
font-size: 1.5em;
			text-align: center;
}
      .br-sp {
        display: none;
      }
    }