html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0 auto;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: left;
  line-height: 1.67rem;
  overflow-x: hidden;
  color: #3A3D3A;
  background-color: #FFF;
}

a { color: #1A1A1A }
a:hover { color: #1A1A1A }
a:visited { color: #1A1A1A }
a:active { color: #1A1A1A }

a.archive_link {
  color: #1A1A1A;
  text-decoration: none;
}
a.archive_link:hover { color: #1A1A1A }
a.archive_link:visited { color: #1A1A1A }
a.archive_link:active { color: #1A1A1A }

.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover { color: #fff }
.footer a:visited { color: #fff }
.footer a:active { color: #fff }

h1 {
  font-size: 1.13rem;
  line-height: 1.47rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 8px;
}
h2 {
  font-size: 1.2rem;
  line-height: 1.73rem;
  margin: 40px 0 30px 0;
}
h2.first {
  margin-top: 0;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

img.full {
  width: 100%;
}

.sentence {
  white-space: nowrap;
}

.hide {
  display: none;
}

.attention {
  font-size: 11px;
  line-height: 150%;
  text-align: left;
  margin-top: 1em;
}

/*-- ここから --*/
.container {
  position: relative;
  max-width: 500px;
  min-width: 280px;
  margin: 0 auto 1.67rem ;
  padding: 0 5px;
  box-sizing: border-box;
}

.title {
  color: #333;
  margin: 20px 0;
}
.title .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.67rem;
  font-weight: bold;
  line-height: 1.3rem;
}
.title .info .date {
  color: #C4C4C4;
}

.body p {
  margin-bottom: 1.67rem;
}

.body .image,
.body .movie {
  margin: 30px 0;
}
.body .image.first {
  margin-top: 0;
}
.body .caption {
  color: #666666;
  font-size: 0.93rem;
  line-height: 1.43rem;
  margin-top: 10px;
}

.share {
  text-align: center;
  margin: 40px 0;
}
.share p {
  font-size: 1.07rem;
  line-height: 2.12rem;
  text-align: center;
  margin-bottom: 8px;
}
.share .buttons {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.share .buttons .item {
  flex-basis: 20%;
  padding: 0 8px;
  box-sizing: border-box;
}

.download_area {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 24px 20px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.download_area img {
  margin: 5px 0;
}
.store_link {
  width: 100%;
  margin-top: 5px;
}
.store_link .store {
  display: flex;
  align-items: center;
}
.store_link .store .item {
  flex-basis: 50%;
  font-size: 85%;
  font-weight: normal;
  line-height: 150%;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
.store_link .store .item.ios {
  padding-right: 6px;
}
.store_link .store .item.android {
  padding-left: 6px;
}
.download_big_text {
  padding-left: 6px;
  color: #1C94CC;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.go_app {
  text-decoration:underline;
}
.provider_text {
  margin: -2.3rem 0 1.67rem;
  font-size: 0.67rem;
  font-weight: bold;
  color: #C4C4C4;
}




