@charset "UTF-8";
/* グーグルフォントの読み込み */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New&display=swap");
/* 読み込んだフォントの指定 */
/* ベースとなるフォントカラー */
/* 任意のフォントカラー */
/* SPメディアクエリのブレイクポイント */
/* @media screen and (max-width: $sp_01) {} */
/* PCメディアクエリのブレイクポイント */
/* @media screen and (min-width: $pc_01) {} */
/***************************************************** setting */
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 {
  /* ヘッダー、フッターに影響があるため「main」タグへ移動 */
}

/* PC・SPの切り替え時に表示・非表示 */
.dis001 {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .dis001 {
    display: inline !important;
  }
}

.dis002 {
  display: inline !important;
}
@media screen and (max-width: 750px) {
  .dis002 {
    display: none !important;
  }
}

/******************************************************/
html,
body {
  overflow-x: hidden;
}

main {
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

hr {
  border-top-width: 0 !important;
}

@media screen and (max-width: 759.9px) {
  #headRMain li.mycoupon {
    width: 66px !important;
  }
  #smp_footer {
    margin-top: 0 !important;
  }
  footer#nta_footer #pagetop .upward {
    width: 0.8em;
    height: 0.8em;
    margin: 9px 10px;
  }
  footer#nta_footer {
    line-height: 1.5;
    margin-top: 0;
  }
  footer#nta_footer #copyright {
    line-height: 6vw;
  }
}
@media screen and (min-width: 760px), print {
  footer#nta_footer {
    margin-top: 0 !important;
  }
}
@media (min-width: 750px) {
  .cp_offcm01 #cp_toggle01 ~ label {
    font-size: 12px;
  }
  .cp_offcm02 #cp_toggle02 ~ label {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .cp_offcm_sp #cp_toggle_sp ~ label {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#pastlist {
  width: 950px;
  margin: 10px auto;
  font-size: 12px;
}
#pastlist a {
  color: #0065d6;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #pastlist {
    width: 88vw;
    margin: 2vw auto;
    height: auto;
  }
}