@charset "UTF-8";
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
a, p, h1, h2 ,h3 ,h4, h5, h6, li, dt, dd, th, td, aside, span, small, address {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    cursor: -moz-text;
    cursor: -webkit-text;
    cursor: text;
}
h1, h2 ,h3 ,h4, h5, h6 {
    display: block;
    text-align: center;
    position: relative;
}
ul, li, ol {
    list-style: none;
}
a {
    display: inline-block;
}
p {
    display: block;
}
span {
  display: inline-block;
}
img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}
a, a > img, h1 > img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
address {
    font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
    font-size: 10px;
}
body {
  width: 100%;
  font-family: "zen-old-mincho",-apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  font-style: normal;
  position: relative;
  z-index: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .1rem;
  color: #000;
  font-style: normal;
  font-feature-settings: "pwid";
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}
.visuallyhidden {
  width: 1px;
  height: 1px;
  visibility: collapse;
}

main, footer, .fixed_container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/*------------------------------------------------
  ヘッダー（header）
------------------------------------------------*/
header {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    width: 100px;
}

/*------------------------------------------------
  プライバシーポリシー（privacy-policy）
------------------------------------------------*/
.terms {
    padding: 0 20px 60px;
}
h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #91833f;
    margin: 30px 0 20px;
}
h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #91833f;
    margin-bottom: 5px;
}
.terms p {
    margin-bottom: 20px;
}
.topPageBtn_wrap {
  text-align: center;
  margin-top: 40px;
}
.topPageBtn {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 800;
  background: rgb(201, 178, 88);
  background: linear-gradient(135deg, rgb(201, 178, 88) 0%, rgba(154,133,46,1) 100%);
  border-radius: 5px;
  padding: 15px 60px;
}

/*------------------------------------------------
  フッター（footer）
------------------------------------------------*/
.footer_inner {
    text-align: center;
    background: #ededf4;
    padding: 60px 0 20px;
}
.btn_asp {
    display: block;
    width: calc(100% - 60px);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #2e92b1;
    border-radius: 6px;
    padding: 15px 0;
    margin: 0 auto 60px;
}
.footer_logo {
    width: 140px;
    margin: 0 auto 50px;
}
.footer_linkList {
    margin-bottom: 30px;
}
.footer_linkList a {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer_copywriter {
    font-size: 1rem;
}