body {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Arial, Verdana, Osaka, "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #2b2b2b;
  background-color: #ffffff;
  margin:0;
  padding:0;
  text-align:center;
}
.header {
  background-color: #74ad14;
  width: 100%;
  height:70px;
  padding: 30px 0px 0px 0px;
  text-align:left;
}
.header img{
  width: 240px;
  padding-left: 30px;
}
.start{
  width: 100%;
  text-align:center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.start_left{
  max-width: 690px;
  width: 70%;

}
.start_right{
  max-width: 250px;
  width: 20%;
}
.brand{
  clear: both;
  text-align:center;
  overflow: hidden;
}
.brand_type{
  text-align:center;
  overflow: hidden;
  position: relative; 
}
.stock_list{
  display: inline-block;
  font-weight: bold;
  line-height: 0.5em;
}
.title-green{
  font-size: 22px;
  font-weight: bold;
  color: #3d4d21;
}
.title-white{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.type_line{
  position: relative; 
  left: 50%;
  float: left;
}
.type{
  position: relative;
  left: -50%;
  float: left;
  color: #3d4d21;
  margin-left: 50px;
}
.application{
  clear: both;
  margin-top: 50px;
  background-color: #74ad14;
  color: #fff;
  padding-top: 50px;
  text-align:center;
  width:100%;
  overflow: hidden;
}
.qr{
  margin-top: 50px;
}
.download{
  margin-top: 100px;
}
.footer { 
  margin-top: 50px;
}
.step2-3{
  clear: both;
}
.step2-3 img { 
  margin-top: 50px;
}

.point{
  background-image: url("../img/point_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative; 
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.point_line{
  position: relative;
  left: 50%;
  float: left;
}
.point_contents{
  position: relative;
  left: -50%;
  float: left;
}
.point_contents img{
  max-width: 450px;
  margin-left: 30px;
}
.point_line_2{
  clear: both;
}
.point_line_2 img{
  max-width: 500px;
  width: 40%;
}
.start_mi_link {
  background: rgba(255,255,255,1);
  color: #3d4d21;
  border-radius: 3.2rem;
  display: block;
  font-size: 1rem;
  font-weight: 800;
  margin: 2rem auto 2rem auto;
  padding: 1rem;
  text-align: center;
  width: 12em;
  text-decoration: none;
}
.main{
  text-align:center;
  width: 100%;
  margin:auto;
}

.float_2_wrapper {
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.float_list {
  list-style: none outside none;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  left: 50%;
}
.float_list div {
  float: left;
  margin-right: 5px;
  padding: 5px;
  position: relative;
  left: -50%;
}
.notification{
  font-size: 13px;
}
.link_button {
  background: #74ad14;
  color: rgba(255,255,255,1);
  border-radius: 3.2rem;
  display: block;
  font-size: 1rem;
  font-weight: 800;
  margin: 2rem auto 2rem auto;
  padding: 1rem;
  text-align: center;
  width: 12em;
  text-decoration: none;
}