@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans Japanese", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #00182F;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
}


article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: 1em;
  -webkit-appearance: none;
}

textarea:hover, textarea:focus {
  outline: none;
}

textarea:hover {
  opacity: 0.7;
}

textarea:focus {
  outline: none;
  border-color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input:focus {
  outline: none;
  border-color: #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/* general
========================================================================== */
#wrapper a {
  display: inline-block;
  transition: filter 0.3s ease;
  color:#333333;
  text-decoration: none;
}
#wrapper a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  transition: all 0.5s;
}

#wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.p-box {
  position: relative;
}
#wrapper section img {
  max-width: 100%;
  display: block;
  vertical-align: top;
  width: 100%;
}

#wrapper section a,
h1,h2,h3,h4,ol,ul,li,dl,dt,dd {
  font-size: 0;
  line-height: 0;
}


/* content
========================================================================== */

/* offer */

#wrapper .btn__offer {
  position: absolute;
  bottom: 21%;
  left:4.54%;
  width: 90.93%;
}

#wrapper .kodawari__anime {
  position: absolute;
  width: 55%;
  left:22.5%;
  top:21%;
}
/* accordion */

#wrapper .faq {
  background-color: #fff9f0;
  padding-bottom: 12.8%;
}
#wrapper .accordion {
  margin-bottom: 5.6%;
}
#wrapper .accordion dt{
  position: relative;
}

#wrapper .accordion dt:after {
  position: absolute;
  top: 40%;
  right: 7%;
  content:'';
  width: 3%;
  padding-top: 2%;
  background-image: url(../img/icon_acc_open.png);
  background-repeat: no-repeat;
  background-size: contain;
transition: all .15s linear;
}
#wrapper .accordion dt.active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top:40%;
}
#wrapper .accordion.acc_high dt.active:after {
  top:40%;
}

#wrapper .accordion:last-child {
  margin-bottom: 0;
}

.pce {
  display: none;
}

.spe {
  display: block;
}

@media (min-width: 751px) {
.pce {
  display: block;
}

.spe {
  display: none;
}
  #wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  }

  #wrapper .btn__offer {
    width: 68.2%;
    left:15.9%;
    bottom:18.5%;
  }

  #wrapper .kodawari__anime {
  position: absolute;
  width: 41%;
  left:29%;
  top:24%;
  }

  #wrapper .faq {
  padding-bottom: 8.8%;
  }
  #wrapper .accordion {
  margin-bottom: 3.9%;
  }

  #wrapper .accordion dt:after {
  top: 40%;
  right: 13%;
  content:'';
  width: 2%;
  padding-top: 2%;

  }
  #wrapper .accordion dt.active:after {
  top:25%;
  }
  #wrapper .accordion.acc_high dt.active:after {
  top:35%;
  }


}

