@charset "utf-8";
/* CSS Document */
a {outline:none;}
area:link{outline:none;}
area:active{outline:none;}
area:visited{outline:none;}
a img {outline:none;}
a:focus, button:focus { outline: none; }
body {}
.pc{display: none;}
#wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.title {
	display:block;
	width:100%;
	height:auto;
	text-align: center;
	margin:0 0 15px 0;
}
.title img{
	max-width: 100%;
	height:auto;
}
.contents{
	box-sizing: border-box;
	margin: 0 auto 18px;
	height:auto;
	text-align:center;
	display: block;
	padding: 0 12px;
}
.contents img{
	max-width: 200px;
}
.contents h2{
	margin-bottom: 10px;
}
.contents p{
	font-size: 14px;
	line-height: 2.0em;
}
.contents01 img{
	width: 100%;
	height:auto;
}
.contents01{
	background: #efefef;
	box-sizing: border-box;
	height:auto;
	padding:10px 25px;
	text-align:center;
	display: block;
}
.cta{
	box-sizing: border-box;
	text-align:center;
	height:auto;
	width: 100%;
	padding: 15px 50px;
	margin: 0 0 0 0;
}
.cta img{
	width: 100%;
	height:auto;
}
footer{
	width: 100%;
	background-color: #000;
	text-align:center;
	font-size: 7pt;
	padding:8px 0;
	color:#ffffff;
}


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

a {outline:none;}
area:link{outline:none;}
area:active{outline:none;}
area:visited{outline:none;}
a img {outline:none;}
a:focus, button:focus { outline: none; }
html {
  min-height: 100%;
  position: relative;
}
.pc{display: block;}
body {}
#wrapper {
	margin: 0 auto 0 auto;
}
.title {
	width: 100%;
	text-align: center;
	margin: 0 0 50px 0;
}
.contents{
	margin: 0 auto 50px;
	padding: 0;
}
.contents img{
	max-width: 401px;
}
.contents h2{
	margin-bottom: 40px;
}
.contents p{
	font-size: 15px;
}
.contents01 img{
	width: 629px;
	height:auto;
}
.contents01{
	padding: 20px 0;
}
.cta{
	width: 100%;
	padding: 50px 0;
}
.cta img{
	max-width: 350px;
}
footer{
	font-size: 10px;
}
}