@charset "UTF-8";
/*
  html5doctor.com Reset Stylesheet v1.6.1
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Common Element */
* {
  box-sizing: border-box;
}
body {
  position: relative;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
a {
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (min-width: 1120px) {
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1119px) {
  .hover a {
    opacity: 0.6;
  }
}

/* Page */
.container {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 20px 40px;
  color: #222;
}
.container img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.main__catch {
  max-width: 335px;
  margin: 32px auto 16px;
}
.simulator__img {
  max-width: 160px;
  margin: 0 auto 16px;
}
.simulator__txt {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
.simulator__txt b {
  font-weight: 600;
  color: #2c8e51;
}
.logo {
  max-width: 335px;
  padding: 16px 0;
  margin: 0 auto 32px;
  border-radius: 12px;
  border: 3px solid #2c8e51;
}
.logo__img {
  margin: 0 18px 12px;
}
.logo__text {
  margin: 0 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.link__policy {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.link__policy li {
  list-style: none;
}
.link__policy a {
  color: #0892c7;
  text-decoration: underline;
}
.link__button a {
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  font-family: Hiragino Kaku Gothic ProN;
  background: #2c8e51;
  border-radius: 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.link__note {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.6);
}
