@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1025px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}


a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #434242;
	background:#f7f8f9;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #191919;
	text-decoration:none;
}

a:hover{
	color: #f9f9f9;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.pink{
	color: #ff528b;
}


/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{

}

#header{
	margin:0 auto;
	width:1200px;
	position: relative;
}

.top{
	margin: 0 auto;
	width: 1024px;
	background: #fff;
}

.top2{
	border-top: 5px solid #e84d89;
	border-bottom: 5px solid #e84d89;
	margin-bottom: 50px;
}

.btn{
	margin: 20px auto;
	text-align: center;
}

.btn img{
	width: 400px;
}

.title{
	margin: 0 auto;
	text-align:center;
	padding:20px 0;
	background: #ff5b8c;
}




#point {
	width:1200px;
	margin: 0 auto;
}


#step {
	position: relative;
	overflow: hidden;
}



.step{
	width: 1000px;
	margin: 100px auto;
	z-index: 1;
	position: relative;
	z-index: 3;
}

.step3{
	margin: 0 auto;
	text-align: center;
}


.step ul{
	margin: 20px 0;
}

.step li{
	width: 333px;
	float: left;
	text-align: center;
}

.number{
	margin: 20px 0;
}

.s-tite{
	margin: 10px 0;
	font-size: 18px;
	color: #ff528b;
	font-weight: bold;
}
	
.s-area{
	font-size: 16px;
	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 50px;
	width:1000px;
	position: relative;
	z-index: 3;
}

.b-btn{
	background-color: rgba(255,255,255,0.5);
	width: 410px;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	bottom: 20px;
	left: 90px;
 }

.b-btn img{
	width: 280px;
	height: 85px;
 }
 
 #txt-area{
	padding:20px 0 0;
	text-align:left;
	font-size: 14px;
}

 .txt-con{
 	width: 960px;
	background:#fff;
	margin: 0 auto;
	padding:20px;
}


 #txt-area p{
 	margin-bottom: 20px;
 }


/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer{
	background:#f7f8f9;
	padding:20px 0 0;
	text-align:center;
	font-size: 14px;
}

#footer ul{
	width: 600px;
	margin: 0px auto;
}

#footer li{
	float: left;
	width: 25%;

}


#footer a{
	color: #434242;
	display: block;
}

address {
	margin:0px auto;
	padding:20px 0;
}


}

