﻿@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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container-instance {
  margin: 0 !important;
}

body {
  font-family: Hiragino Sans, Noto Sans JP, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #2d2d2d;
  min-height: 100vh;
  background-color: #FEFDEB;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: black;
}

.l-header {
  background-color: #FFF;
}
.l-container {
  margin: 0 auto;
  position: relative;
  max-width: 768px;
}

.c-container {
  margin: 0 auto;
  position: relative;
  max-width: 768px;
}
.c-inner {
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
}
.c-ta__l {
  text-align: left;
}
.c-ta__r {
  text-align: right;
}
.c-ta__c {
  text-align: center;
}

.is-bgYellow {
  background: #FEFDEB;
  height: 100%;
}

.p-header {
  background: #ffffff;
  padding-bottom: 2.6041666667vw;
}
@media screen and (min-width: 769px) {
  .p-header {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header {
    padding-bottom: 20px;
  }
}
.p-header img {
  max-width: 321px;
  width: 41.796875%;
}
.p-txtarea {
  padding-top: 6.5104166667vw;
  padding-bottom: 7.8125vw;
}
@media screen and (min-width: 769px) {
  .p-txtarea {
    padding-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-txtarea {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-txtarea {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-txtarea {
    padding-bottom: 60px;
  }
}
.p-txtarea__txt {
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 769px) {
  .p-txtarea__txt {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-txtarea__txt {
    margin-bottom: 40px;
  }
}