@charset "utf-8";

@media screen and (max-width: 1024px){
/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:underline;
	color: #1a264c;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #aaa;
	text-decoration:none;
}

a img {
    border-style:none;
}

	
html,body {  
  -webkit-text-size-adjust: none;  
} 


body {
    margin:0;
	width:100%; 
    font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	color: #434242;
	background:#fff;
}



.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.pink{
	color: #ff528b;
}


/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.sp-none{
	display:none;
}



/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
	min-width: 320px;
	max-width: 750px;
	overflow:hidden;
	margin: 0 auto;
}

#header{
	margin:0 auto;
	position: relative;
}

.top{
	margin: 0 auto;
	width: 100%;
	background: #fff;
}

.top2{
	border-top: 5px solid #e84d89;
	border-bottom: 5px solid #e84d89;
	margin-bottom: 15px;
}

.btn{
	margin: 20px auto;
	text-align: center;
}

.btn img{
	width: 250px;
}



#point {
	position: relative;
	overflow: hidden;
}

.point{
	margin: 20px auto;
	z-index: 1;
	position: relative;
	z-index: 3;
}

.point-img{
	width:200px;
	margin:40px auto;
}

.point-txt{
	margin: 0 20px;

}

.point ul{
	margin: 20px 20px 0;
	list-style: disc;
}

#step {
	position: relative;
	overflow: hidden;
}


.step{
	margin: 20px auto;
	z-index: 1;
	position: relative;
	z-index: 3;
}

.step3{
	margin: 0 30px;
	text-align: center;
}


.step ul{
	margin: 20px 0;
}

.step li{
	text-align: center;
}

.number{
	margin: 20px 0;
}

.number img{
	width: 40px;
}

.s-tite{
	margin: 10px 0;
	font-size: 16px;
	color: #ff528b;
	font-weight: bold;
}
	
.s-area{
	font-size: 14px;
	padding: 0 40px;
	text-align: left;
}


#bottom {
	position: relative;
	overflow: hidden;
}

#bottom .layer-03 {
	display: block;
	content: "";
	position: absolute;
	bottom: 0px; 
	width: 100%;
	height: 40%;
	left: 0; 
	background-color: #d0e9e9;
	z-index: 1;
	-webkit-transform: skewY(0deg) skewX(0deg) translateX(0);
	transform: skewY(0deg) skewX(0deg) translateX(0);
}

.bottom{
	margin:20px auto 30px;
	position: relative;
	z-index: 3;
}

.b-btn{
	background-color: rgba(255,255,255,0.5);
	width: 180px;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	bottom: 2%;
	left: 3%;
 }

.b-btn img{
	width: 170px;
 }
 
 #txt-area{
	background:#f7f8f9;
	padding:10px;
	text-align:left;
	font-size: 14px;
}

 .txt-con{
	background:#fff;
	margin: 0 auto;
	padding:10px;
}

 #txt-area p{
 	margin-bottom: 20px;
 }

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer{
	background:#f7f8f9;
	padding:20px 0 0;
	text-align:center;
	font-size: 12px;
}

#footer ul{
	margin: 0px auto;
}

#footer li{
	float: left;
	width: 25%;

}

#footer li:last-child{
	border-right:none;
}

#footer a{
	color: #434242;
	display: block;
}


address {
	margin:0px auto;
	padding:10px 0;
}


}