@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  overflow-x: hidden;
  position: relative;
}

body {
  background: url(../img/bg.png) #fcf8f1 no-repeat;
  background-size: 100%;
  background-position: left top;
}

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure {
  font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

/* marginの設定*/
.mb10 {
  margin-bottom: 10px;
}

/* 囲いの設定 */
body > * {
  margin-bottom: 20px;
}

section {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fc5474;
}

article {
  padding: 15px 10px;
}

/* テキストの設定 */
h1 {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 320px;
  height: 123px;
  background-image: url("../img/title.png");
  background-size: 320px 123px;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

section * {
  color: #fff;
}

.text-center {
  text-align: center;
}

/* 装飾の設定 */
.under-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.over img {
  width: 100%;
}

.over-top {
  margin-left: 10px;
  margin-right: 10px;
}

.over-top img {
  width: 100%;
}

/* 各パーツ */
.report {
  background-color: #fff;
  border: 2px solid #fc5474;
  box-sizing: border-box;
}
.report * {
  color: #000;
  font-size: 12px;
}
.report li {
  padding: 4px;
  display: table;
  table-layout: fixed;
}
.report li > * {
  display: table-cell;
  vertical-align: top;
}
.report li figure {
  line-height: 0;
}
.report li p {
  padding-left: 10px;
  line-height: 17px;
}
.report li:not(:last-of-type) {
  border-bottom: 2px solid #fc5474;
}

.btn {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 8px;
  background: url(../img/bg_btn.png);
  background-size: 26.5px 1px;
  position: relative;
}
.btn a {
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding: 15px 0;
  display: block;
}
.btn a:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

/*====================================================================================
アサイド
====================================================================================*/
/*==============================
aside内の設定
==============================*/
aside {
  padding: 10px 0;
  background-color: #f5e2c9;
  margin-top: 30px;
}
aside h4 {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.btn_sp {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 6px;
  border-bottom: 1px solid #d8c2a4;
  position: relative;
}
.btn_sp p {
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.btn_sp .pink {
  color: #fc5474;
  font-weight: bold;
}
.btn_sp p.pink {
  margin-bottom: 4px;
  font-size: 16px;
  text-align: center;
}
.btn_sp p.btn {
  text-align: center;
  background: none;
}

.btn_sp p.btn a {
  padding: 0;
}

.btn_sp p.btn a:after {display: none;} 

p.icon_wni {
  font-weight: bold;
  text-align: center;
  padding-right: 0px;
  margin-bottom: 12px;
  position: relative;
}
p.icon_wni:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/icon_wni.png) no-repeat;
  background-size: 34px 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 3px;
}

.caption {
  text-align: center;
}

.prezent {
  width: 280px;
  margin: 0px auto 0;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
.prezent figure {
  width: 100%;
  text-align: center;
}
.prezent figure img {
  width: 100%;
  height: auto;
}
.prezent * {
  color: #000;
}
.prezent h1 {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 260px;
  height: 74px;
  background: url(../img/tit_01.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.prezent h2 {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 260px;
  height: 37px;
  background: url(../img/tit_read01.png) no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.prezent h3 {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.prezent h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18.5px;
  height: 16px;
  background: url(../img/icon_ohana.png) no-repeat;
  background-size: cover;
  margin-right: 0.5em;
}
.prezent p {
  font-size: 14px;
  padding: 0;
}
.prezent .btn {
  text-align: left;
  line-height: 1em;
  background: #fc5474;
  border-radius: 8px;
  margin-top: 10px;
}
.prezent .btn img {
  margin-right: 0.75em;
  vertical-align: bottom;
}
.prezent .btn > * {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
.prezent .btn > *:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: #ffffff;
  border-radius: 1em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  right: 10px;
}
.prezent .btn > *:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.25em solid transparent;
  border-left: 0.25em solid #fc5474;
  margin-top: -0.25em;
  position: absolute;
  top: 50%;
  right: 12px;
}


@media screen and (min-width: 800px) {
  /* プレゼント */
  .prezent {
    min-width: 280px;
    margin: 0px 10px 0;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
  }

  aside {
      padding: 28px 0;
      width: 800px;
      margin: 0 auto;
  }

  aside h4 {
      font-size: 28px;
      margin-bottom: 30px;
  }

  aside {
    padding: 28px 0;
    margin: 50px auto 40px;
  }
  aside h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  aside h4:before {
    width: 210px;
    height: 137px;
    background-size: 210px 137px;
    top: -66px;
    left: -152px;
  }

  .guide_sp {
    width: 50%;
    padding: 10px;
    position: relative;
    display: table-cell;
    border-right: 1px solid #d8c2a4;
  }

  .btn_sp {
    width: auto;
    margin: 0 10px;
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
  .btn_sp p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .btn_sp p.pink {
    font-size: 16px;
    text-align: left;
  }
  .btn_sp p.pink.pc {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .btn_sp p.btn {
    text-align: left;
    float: left;
    padding-right: 20px 0;
  }
  .btn_sp p.btn:after {
    content: "";
    display: block;
    clear: both;
  }

  p.icon_wni {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
  p.icon_wni:before {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    margin-top: -20px;
    left: 8px;
  }

  p.caption {
    font-size: 12px;
    text-align: left;
    clear: both;
  }

  .guide_feature {
    padding: 10px;
    display: table-cell;
  
  }
  .guide_feature p.pink.pc {
    margin-bottom: 3px;
  }
  .guide_feature p {
    font-weight: bold;
    margin-bottom: 12px;
  }
  .guide_feature p span {
    font-size: 12px;
  }

  .qr_box figure {
    float: left;
    padding-right: 30px;
  }
  .qr_box .text-right {
    padding-top: 25px;
  }
  .qr_box .text-right p {
    margin-bottom: 2px;
  }
  .qr_box .text-right p.pink {
    font-size: 16px;
    position: relative;
  }
  .qr_box .text-right p.pink:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-right: 7px solid #fc5474;
    position: absolute;
    top: 12px;
    left: 130px;
  }
  .qr_box .text-right:after {
    content: "";
    display: block;
    clear: both;
  }

  .prezent {
    width: auto;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: 10px;
  }
  .prezent > * {
    max-width: 400px;
    margin: 0 auto;
  }
  .prezent h1 {
    width: 500px;
    height: 114px;
  }
  .prezent h2 {
    width: 500px;
    height: 71px;
  }
  .prezent .btn {
    margin-top: 20px;
  }

  .appli {
    display: table;
    table-layout: fixed;

  }

  .appli > p.btn {
    padding: 5px;
    display: table-cell;
    float: none;
  }

  .appli > p.btn img {width: 100%;}
}



.prezent figure {
  width: 100%;
  text-align: center;
}
.prezent figure img {
  width: 100%;
  height: auto;
}
.prezent * {
  color: #000;
}
.prezent h1 {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 260px;
  height: 74px;
  background: url(../img/tit_01.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.prezent h2 {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  width: 260px;
  height: 37px;
  background: url(../img/tit_read01.png) no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.prezent h3 {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.prezent h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18.5px;
  height: 16px;
  background: url(../img/icon_ohana.png) no-repeat;
  background-size: cover;
  margin-right: 0.5em;
}
.prezent p {
  font-size: 14px;
  padding: 0;
}
.prezent .btn {
  text-align: left;
  line-height: 1em;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 10px;
}
.prezent .btn img {
  margin-right: 0.75em;
  vertical-align: bottom;
}



body > section, body > .btn {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}