@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
p,
table,
form,
fieldset,
input,
select,
blockquote,
table,
th,
tr,
td,
address,
iframe {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  font-size: 10px;
}

* {
  -webkit-touch-callout: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3",
                "Hiragino Kaku Gothic Pro",
                "メイリオ",
                Meiryo, Osaka,
                "ＭＳ Ｐゴシック",
                "MS PGothic",
                Verdana,
                sans-serif;
  line-height: 1.9;
  text-align: center;
  background: #fff;
  color: #c6c6c6;
  max-width: 1000px;
  margin: auto;
  height: auto;
}

p {
  text-align: left;
}

ul {
  list-style-type: none;
  text-align: left;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

a img,
a object {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover img,
a:hover object {
  opacity: .8;
  filter: alpha(opacity=80);
}

object {
  pointer-events: none;
}

.main_visual img {
  width: 76.8%;
  vertical-align: bottom;
}

/* --------------------------------------------------------
    header
---------------------------------------------------------*/

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 42px;
  background-color: #f2eded;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
}

.header .logo {
  width: 26px;
  height: 26px;
  background-image: url(/static/simeji-miniapp/58d0d8e7a02dcbfbd2a968bb225b513b.png);
  background-position: center center;
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header .text-container {
  width: 190px;
  text-align: left;
}

.text-container .title {
  font-weight: 700;
  font-size: 12px;
  color: #000;
  margin: 2px 0;
}

.text-container .sub-title {
  font-weight: 100;
  font-size: 8px;
  color: #666;
  margin: 0;
}

.btn-open {
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  background-color: #D65C51;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
  -webkit-tap-highlight-color: rgba(112,63,62,.4);
}

.btn-url {
  width: 60px;
  height: 26px;
  line-height: 26px;
  font-weight: 300;
}

/*---------------------------------------------------------
	button
----------------------------------------------------------*/

.square_btn {
  display: inline-block;
  padding: 7px 20px;
  width: 85.5%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  background: #D65C51;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  margin: 38px auto;
  font-weight: 400;
}

@media screen and (min-width:375px) {
  .header {
    height: 50px;
    padding: 0 17px;
  }

  .header .logo {
    width: 30px;
    height: 30px;
  }

  .header .text-container {
    width: 223px;
  }

  .text-container .title {
    font-size: 15px;
    margin: 3px 0;
  }

  .text-container .sub-title {
    font-size: 10px;
  }

  .btn-url {
    width: 70px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width:414px) {
  .header {
    height: 55px;
    padding: 0 19px;
  }

  .header .logo {
    width: 33px;
    height: 33px;
  }

  .header .text-container {
    width: 246px;
  }

  .text-container .title {
    font-size: 16px;
    margin: 3px 0;
  }

  .text-container .sub-title {
    font-size: 11px;
  }

  .btn-url {
    width: 78px;
    height: 34px;
    line-height: 34px;
  }
}