* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  cursor: pointer;
  min-width: 1250px;
  
}

html {
  font-size: 62.5%;
}

html.is-screen-locked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}
.clear{
	clear: both;
}
html.fz-sm {
  font-size: 56.3%;
}

html.fz-md {
  font-size: 62.5%;
}

html.fz-lg {
  font-size: 68.8%;
}

body {
  font-family:  "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: 1px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 2px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  body {
    min-width: 1px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #555;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

small {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

form {
  display: block;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  vertical-align: top;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

img {
  display: inline-block;
  vertical-align: top;
  border: 0;
}

sup {
  font-size: 90%;
  vertical-align: top;
}

/**/
.wrap {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.pt50{
	padding-top: 180px;
}


