@charset "utf-8";

/* ===============================================
	RESET
=============================================== */
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,
picture {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  letter-spacing: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

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

a img {
  border: none;
}

hr {
  margin: 0;
  padding: 0;
}

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

input,
textarea,
select {
  background: none;
  color: inherit;
  font: inherit;
}

input[type='checkbox'],
input[type='radio'] {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
}

/*  base 20250221add
------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*  .clearfix
------------------------------------------------*/
.clearfix:after {
  clear: both;
}

.clearfix {
  overflow: hidden;
}

/*  ONLY
------------------------------------------------*/
.Android_only,
.iOS_only {
  display: none;
}

/* ===============================================
	BASE
=============================================== */
/*  BODY
------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  line-height: 1;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Sans',
    Arial, Meiryo, メイリオ, sans-serif;
  /* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic Pro', 'Helvetica,Arial,Roboto', 'Droid Sans',
    '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'メイリオ', 'Meiryo', 'sans-serif'; */
  height: 100%;
  line-height: 1.4;
  text-align: left;
}

#container {
  width: 100%;
  padding: 0;
  background: url(../img/bg.gif) repeat fixed;
  overflow: hidden;
}

#wrapper {
  padding: 0 15px;
}

.article {
  clear: both;
  background: #fff;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 0 4px #666;
  width: 1000px;
}

@media screen and (min-width: 1000px) {
  body {
    /* padding: 40px 0 0; */
  }
}

@media screen and (max-width: 1000px) {
  .article {
    width: 100%;
  }
}

/*  リンクテキスト　デフォルト
------------------------------------------------*/
a {
  text-decoration: none;
  color: #1d3850;
}

a:hover {
  text-decoration: none;
}

/*  PS　デフォルト
------------------------------------------------*/
p.Postscript {
  margin: 0 0 0 1.8em;
  color: #121212;
  text-indent: -1em;
  line-height: 1.4 !important;
  text-align: left;
}

p.Postscript:before {
  content: '※';
  color: #ff2400;
}
p.Postscript + .Postscript {
  margin: 2px 0 5px 1.8em;
}

/*  下マージン専用
------------------------------------------------*/
.mb05 {
  margin-bottom: 5px;
}

.mtb05 {
  margin: 5px 0;
}

.bp-m {
  margin: 10px 0 0;
  padding: 10px;
}
.bdr_b_dot {
  border-bottom: #ccc 1px dotted;
}
.bdr_t_sld {
  border-top: #ccc 1px dotted;
}

/*  価格 icon
------------------------------------------------*/
.iconSet p {
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0 0 4px;
  text-align: center;
  font-weight: bold;
}

.icon {
  background: #666;
  padding: 4px 2px;
}

.icon:nth-child(odd) {
  background: none;
}

.iconPrice {
  background: red;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 2px;
  margin: 10px 2px 10px 0;
  max-width: 35%;
  min-width: 40px;
  text-align: center;
}

.c-icn--free {
  background: url(/bob/sp/img/icon-free.png) no-repeat 0 0;
  background-size: 45px auto;
  width: 45px;
  height: 44px;
}

@media screen and (max-width: 480px) {
  .iconSet p {
    color: #fff;
    display: block;
    line-height: 1;
    margin: 0 0 4px;
    text-align: center;
    font-weight: bold;
  }

  .icon {
    background: #666;
    padding: 4px 2px;
  }

  .icon:nth-child(odd) {
    background: none;
  }

  .iconPrice {
    background: red;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 2px;
    margin: 5px 2px 5px 0;
    max-width: 30%;
    min-width: 35px;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .itemList-v .iconSet {
    top: 0;
    left: 4px;
  }
}

@media screen and (min-width: 1000px) {
  .itemList-v .iconSet {
    top: 0;
    left: 8px;
  }
}

/* ===============================================
	書影内アイコン
=============================================== */

/*  5こならび用
------------------------------------------------*/
.iconSet-m1 {
  position: relative;
}

.iconSet-m1 span.m1 {
  position: absolute;
  top: 0;
  left: 0;
}

.iconSet-m1 img {
  width: 20px;
}

.iconSet-m2 {
  position: relative;
}

.iconSet-m2 span.m2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.iconSet-m2 img {
  width: 20px;
}

.iconSet-m3 {
  position: relative;
}

.iconSet-m3 span.m3 {
  position: absolute;
  top: 0;
  left: 0;
}

.iconSet-m3 img {
  width: 50px;
}

@media screen and (max-width: 1000px) {
  .iconSet-m1 img {
    width: 20px;
  }

  .iconSet-m2 img {
    width: 20px;
  }

  .iconSet-m3 img {
    width: 50px;
  }
}

@media screen and (max-width: 800px) {
  .iconSet-m1 img {
    width: 18px;
  }

  .iconSet-m2 img {
    width: 18px;
  }

  .iconSet-m3 img {
    width: 44px;
  }
}

@media screen and (max-width: 640px) {
  .iconSet-m1 img {
    width: 16px;
  }

  .iconSet-m2 img {
    width: 16px;
  }

  .iconSet-m3 img {
    width: 36px;
  }
}

@media screen and (max-width: 480px) {
  .iconSet-m1 img {
    width: 14px;
  }

  .iconSet-m2 img {
    width: 14px;
  }

  .iconSet-m3 img {
    width: 34px;
  }
}

/*  2こならび用
------------------------------------------------*/
.iconSet-w1 {
  position: relative;
}

.iconSet-w1 span.m1 {
  position: absolute;
  top: 0;
  left: 0;
}

.iconSet-w1 img {
  width: 20px;
}

.iconSet-w2 {
  position: relative;
}

.iconSet-w2 span.m2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.iconSet-w2 img {
  width: 20px;
}

.iconSet-w3 {
  position: relative;
}

.iconSet-w3 span.m3 {
  position: absolute;
  top: 0;
  left: 0;
}

.iconSet-w3 img {
  width: 50px;
}

@media screen and (max-width: 1000px) {
  .iconSet-w1 img {
    width: 20px;
  }

  .iconSet-w2 img {
    width: 20px;
  }

  .iconSet-w3 img {
    width: 50px;
  }
}

@media screen and (max-width: 800px) {
  .iconSet-w1 img {
    width: 18px;
  }

  .iconSet-w2 img {
    width: 18px;
  }

  .iconSet-w3 img {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .iconSet-w1 img {
    width: 16px;
  }

  .iconSet-w2 img {
    width: 16px;
  }

  .iconSet-w3 img {
    width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .iconSet-w1 img {
    width: 16px;
  }

  .iconSet-w2 img {
    width: 16px;
  }

  .iconSet-w3 img {
    width: 40px;
  }

  .iconSet-w1 span.m1 {
    position: absolute;
    top: 0;
    left: 4px;
  }

  .iconSet-w2 span.m2 {
    position: absolute;
    bottom: 0;
    right: -4px;
  }

  .iconSet-w3 span.m3 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*  1こ用
------------------------------------------------*/
.iconSet-v1 {
  position: relative;
}

.iconSet-v1 span.v1 {
  position: absolute;
  top: 0;
  left: 0;
}

.iconSet-v1 img {
  width: 20px;
}

.iconSet-v2 {
  position: relative;
}

.iconSet-v2 span.v2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.iconSet-v2 img {
  width: 20px;
}

.iconSet-v3 {
  position: relative;
}

.iconSet-v3 span.v3 {
  position: absolute;
  top: 0;
  left: 0;
}

.iconSet-v3 img {
  width: 62px;
}

@media screen and (max-width: 1000px) {
  .iconSet-v1 img {
    width: 20px;
  }

  .iconSet-v2 img {
    width: 20px;
  }

  .iconSet-v3 img {
    width: 50px;
  }
}

@media screen and (max-width: 800px) {
  .iconSet-v1 img {
    width: 18px;
  }

  .iconSet-v2 img {
    width: 18px;
  }

  .iconSet-v3 img {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .iconSet-v1 img {
    width: 16px;
  }

  .iconSet-v2 img {
    width: 16px;
  }

  .iconSet-v3 img {
    width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .iconSet-v1 img {
    width: 16px;
  }

  .iconSet-v2 img {
    width: 16px;
  }

  .iconSet-v3 img {
    width: 40px;
  }

  .iconSet-v1 span.v1 {
    position: absolute;
    top: 0;
    left: 4px;
  }

  .iconSet-v2 span.v2 {
    position: absolute;
    bottom: 0;
    right: -4px;
  }

  .iconSet-v3 span.v3 {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* ===============================================
	btn
=============================================== */
/*  LLボタン 矢印
------------------------------------------------*/
.arrow-ll {
  position: relative;
}

.arrow-ll:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  content: '';
}
/*  LLボタン
------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .btn-ll {
    background: #910101;
    box-shadow: 1px 2px 0 #680101;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 8px;
    width: 60%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1000px) {
  .btn-ll {
    background: #c90303;
    box-shadow: 1px 2px 0 #680101;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 8px;
    width: 70%;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 640px) {
  .btn-ll {
    background: #c90303;
    box-shadow: 1px 2px 0 #680101;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 8px;
    width: 80%;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .btn-ll {
    background: #c90303;
    box-shadow: 1px 2px 0 #680101;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 6px;
    width: 95%;
    text-align: center;
    font-weight: bold;
  }

  .arrow-ll:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: '';
  }
}

.btn-ll:hover {
  background: #db0606;
}

/*  Lボタン 矢印
------------------------------------------------*/
.arrow {
  position: relative;
}

.arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  content: '';
}
/*  Lボタン
------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .btn-l {
    background: #c90303;
    box-shadow: 1px 2px 0 #680101;
    border-radius: 6px;
    margin: 0 auto 45px;
    width: 40%;
    vertical-align: middle;
  }
  .btn-l a {
    padding: 12px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .btn-l {
    background: #c90303;
    box-shadow: 1px 2px 0 #680101;
    border-radius: 6px;
    margin: 0 auto 40px;
    width: 50%;
    vertical-align: middle;
  }
  .btn-l a {
    padding: 12px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .btn-l {
    margin: 0 auto 30px;
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .btn-l {
    margin: 0 auto 30px;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .btn-l {
    margin: 0 auto 30px;
    width: 80%;
  }
}

.btn-l:hover {
  background: #db0606;
}

/*  Sボタン 5つならび用
------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .itemList-m .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .itemList-m .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }

  .itemList-m .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
  }
}

/*  Sボタン コマ有り2つならび用
------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .btn-s-box02 {
  }

  .itemList-w2 .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s3-2 {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #08679e;
    color: #08679e;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
  }

  .itemList-w2 .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .btn-s-box02 {
  }

  .itemList-w2 .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s3-2 {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #08679e;
    color: #08679e;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
  }

  .itemList-w2 .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-w2 .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }
}

/*  Sボタン 2つならび用
------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .itemList-w .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .itemList-w .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }

  .itemList-w .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .itemList-w .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  .itemList-w .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }

  .itemList-w .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .itemList-w .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 78%;
  }

  .itemList-w .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 84%;
  }

  .itemList-w .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 84%;
  }

  .itemList-w .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 84%;
  }

  .itemList-w .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 84%;
  }

  .itemList-w .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 84%;
  }

  .itemList-w .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 84%;
  }

  .itemList-w .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 84%;
  }
}

/*  Sボタン 1こ用
------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .btn-s-box {
    width: 50%;
    display: inline-block;
  }

  .itemList-v .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .btn-s-box {
    width: 50%;
    display: inline-block;
  }

  .itemList-v .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .btn-s-box {
    width: 100%;
    display: inline-block;
  }

  .itemList-v .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .btn-s-box {
    width: 100%;
    display: inline-block;
  }

  .itemList-v .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .btn-s-box {
    width: 100%;
    display: inline-block;
  }

  .itemList-v .btn-s {
    background: #d20019;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2 {
    background: #518e48;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-2 {
    background: #fff;
    border: 1px solid #518e48;
    color: #518e48;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s2-3 {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3 {
    background: #08679e;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s3-2 {
    background: #fff;
    border: 1px solid #08679e;
    color: #08679e;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s4 {
    background: #fff;
    border: 1px solid #52b3bb;
    color: #228c94;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }

  .itemList-v .btn-s5 {
    background: #f43501;
    box-shadow: 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 0 #000;
    color: #fff;
    border-radius: 4px;
    margin: 10px 5px;
    padding: 12px 8px;
    text-align: center;
    line-height: 1;
    display: block;
  }
}

.btn-s:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #f6011e;
  box-shadow: 1px 1px 0 #000;
  -webkit-box-shadow: 1px 1px 0 #000;
}

.btn-s2:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #589d4e;
  box-shadow: 1px 1px 0 #000;
  -webkit-box-shadow: 1px 1px 0 #000;
}

.btn-s3:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #0a76b5;
  box-shadow: 1px 1px 0 #000;
  -webkit-box-shadow: 1px 1px 0 #000;
}

.btn-s4:hover {
  border: 1px solid #52b3bb;
  color: #37a4ad;
}

.btn-s5:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #fd5a2e;
  box-shadow: 1px 1px 0 #000;
  -webkit-box-shadow: 1px 1px 0 #000;
}

/* ===============================================
	書影入り box
=============================================== */

/*  itemDl 共通
------------------------------------------------*/
.itemDl {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0 4px;
  line-height: 1.6;
}

.itemDl p.Price {
  color: red;
  height: auto;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  .ttlbox {
    line-height: 1.4;
    display: block;
    margin: 4px 0;
  }
}

@media screen and (max-width: 1000px) {
  .ttlbox {
    display: block;
    margin: 4px 0 6px;
  }
}

@media screen and (max-width: 480px) {
  .ttlbox {
    display: block;
    margin: 0;
  }
}

/*  itemList 共通
------------------------------------------------*/
.listImg img {
  background: #fff;
  width: 100%;
  display: inline-block;
}

.itemList-s:after,
.itemList-m:after,
.itemList-l:after,
.itemList-w:after,
.itemList-w2:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/*  itemList-v 1つ並び
------------------------------------------------*/
.itemList-v {
  margin: 0;
  padding: 0;
}

.itemList-v .itemDl {
  color: #000;
  text-decoration: none;
}

.itemList-v .leftbox02 p.Price {
  color: red;
  height: auto;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.itemList-v li {
  padding: 0;
  width: 100%;
}

.itemList-v li:hover {
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .v-box {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 15px;
    margin: 20px;
  }

  .itemList-v .listImg {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 193px;
  }

  .itemList-v .listImg img {
    background: #fff;
    width: auto;
    max-width: 193px;
    height: 273px;
    display: inline-block;
  }

  .itemList-v li {
    padding: 0;
    margin: 0;
  }

  .itemList-v .rightbox01 {
    float: left;
    width: 21%;
    padding: 0;
    margin: 0 0 0 0;
  }

  .itemList-v .leftbox01 {
    float: right;
    width: 77%;
    padding: 0;
    margin: 0 0 5px;
  }

  .itemList-v .leftbox02 {
    float: right;
    width: 77%;
    padding: 0;
    margin: 0 0 10px;
  }

  .itemList-v .leftbox02 .iconPrice {
    margin: 0 0 0 9px;
  }
}

@media screen and (max-width: 1000px) {
  .v-box {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin: 20px 10px;
  }

  .itemList-v li {
    padding: 0;
    margin: 0;
  }

  .itemList-v .rightbox01 {
    float: left;
    width: 18%;
    padding: 0;
    margin: 0 0 0 0;
  }

  .itemList-v .leftbox01 {
    float: right;
    width: 79%;
    padding: 0;
    margin: 0 0 5px;
  }

  .itemList-v .leftbox02 {
    float: right;
    width: 79%;
    padding: 0;
    margin: 0;
  }

  .itemList-v .leftbox02 .iconPrice {
    margin: 0 0 0 9px;
  }
}

@media screen and (max-width: 800px) {
  .v-box {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin: 20px 10px;
  }

  .itemList-v li {
    padding: 0;
    margin: 0;
  }

  .itemList-v .rightbox01 {
    float: left;
    width: 19%;
    padding: 0;
    margin: 0 0 0 0;
  }

  .itemList-v .leftbox01 {
    float: right;
    width: 78%;
    padding: 0;
    margin: 0 0 5px;
  }

  .itemList-v .leftbox02 {
    float: right;
    width: 78%;
    padding: 0;
    margin: 0;
  }

  .itemList-v .leftbox02 .iconPrice {
    margin: 0 0 0 9px;
  }
}

@media screen and (max-width: 640px) {
  .v-box {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin: 20px 10px;
  }

  .itemList-v li {
    padding: 0;
    margin: 0;
  }

  .itemList-v .rightbox01 {
    float: left;
    width: 35%;
    padding: 0;
    margin: 0 0 10px;
  }

  .itemList-v .leftbox01 {
    float: right;
    width: 62%;
    padding: 0;
    margin: 0 0 5px;
  }

  .itemList-v .leftbox02 {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .itemList-v .leftbox02 .iconPrice {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .v-box {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 10px 0;
  }

  .itemList-v li {
    padding: 0;
    margin: 0;
  }

  .itemList-v .rightbox01 {
    float: left;
    width: 35%;
    padding: 0;
    margin: 0 0 10px;
  }

  .itemList-v .leftbox01 {
    float: right;
    width: 62%;
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
  }

  .itemList-v .leftbox02 {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .itemList-v .leftbox02 .iconPrice {
    margin: 0;
  }
}

/*  itemList-w2 コマあり2つ並び
------------------------------------------------*/
.itemList-w2 .itemDl {
  color: #000;
  text-decoration: none;
  display: block;
}
.itemList-w2 a {
  color: #000;
}
.itemList-w2 .itemDl a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}
.k2-koma img {
  width: 100%;
  vertical-align: bottom;
  max-width: 360px;
}
.itemList-w2 .itemDl p.Price {
  color: red;
  height: auto;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1000px) {
  .k2-wrap {
    margin: 20px 20px 0;
    padding: 0;
  }
  .k2-koma {
    text-align: center;
    margin-bottom: 10px;
  }

  .itemList-w2 {
    margin: 0 1% 20px 0;
    padding: 15px;
    float: left;
    width: 49.5%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff;
  }
  .itemList-w2:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
  .itemList-w2 .title {
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #dedede;
    line-height: 1.4;
  }
  .itemList-w2 .bdr-l-solid4 {
    padding-left: 7px;
    border-left: 4px solid #c90303;
  }

  .itemList-w2 .listImg {
    margin: 4px;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .itemList-w2 .listImg img {
    background: #fff;
    width: auto;
    max-width: 140px;
    height: 198px;
    display: inline-block;
    vertical-align: bottom;
  }

  .itemList-w2 .rightbox01 {
    float: left;
    width: 34%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .itemList-w2 .leftbox01 {
    float: left;
    width: 64%;
    padding: 0;
    margin: 0 0 0 1%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1000px) {
  .k2-wrap {
    margin: 20px 10px 0;
    padding: 0;
  }

  .k2-koma {
    text-align: center;
    margin-bottom: 10px;
  }

  .itemList-w2 {
    margin: 0 1% 20px 0;
    padding: 15px;
    float: left;
    width: 49.5%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff;
  }
  .itemList-w2:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
  .itemList-w2 .title {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #dedede;
    line-height: 1.4;
  }
  .itemList-w2 .bdr-l-solid4 {
    padding-left: 7px;
    border-left: 4px solid #c90303;
  }

  .itemList-w2 .listImg {
    margin: 4px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .itemList-w2 .listImg img {
    background: #fff;
    width: auto;
    max-width: 117px;
    height: 164px;
    display: inline-block;
  }

  .itemList-w2 .rightbox01 {
    float: left;
    width: 34%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .itemList-w2 .leftbox01 {
    float: left;
    width: 64%;
    padding: 0;
    margin: 0 0 0 1%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .itemList-w2 .title {
    font-size: 18px;
  }
  .itemList-w2 .listImg {
    margin: 0 4px 4px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .itemList-w2 .listImg img {
    background: #fff;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .itemList-w2 .rightbox01 {
    width: 35%;
  }

  .itemList-w2 .leftbox01 {
    width: 63.5%;
    margin: 0 0 0 1.5%;
  }
}

@media screen and (max-width: 640px) {
  .itemList-w2 {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }

  .itemList-w2 .listImg {
    margin: 0 4px 4px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .itemList-w2 .rightbox01 {
    width: 30%;
  }

  .itemList-w2 .leftbox01 {
    width: 68%;
    margin: 0 0 0 2%;
  }
}

@media screen and (max-width: 480px) {
  .k2-wrap {
    margin: 10px 0 0;
  }
  .itemList-w2 {
    margin: 0 0 10px 0;
    padding: 10px;
  }
  .itemList-w2 .title {
    font-size: 16px;
  }
  .itemList-w2:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }
  .itemList-w2 .title {
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .itemList-w2 .listImg {
    margin: 0 4px 4px;
    padding: 0;
    width: 100%;
  }
}

/*  itemList-w 2つ並び
------------------------------------------------*/
.itemList-w .itemDl {
  color: #000;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 1000px) {
  .itemList-w {
    margin: 0 10px;
    padding: 0;
  }

  .itemList-w .listImg {
    margin: 4px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .itemList-w .listImg img {
    background: #fff;
    width: auto;
    max-width: 140px;
    height: 198px;
    display: inline-block;
  }

  .itemList-w li {
    float: left;
    padding: 0;
    width: 50%;
  }

  .itemList-w .rightbox01 {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0 0 10px;
  }

  .itemList-w .leftbox01 {
    float: left;
    width: 64%;
    padding: 0 15px 0 10px;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 1000px) {
  .itemList-w {
    margin: 0 10px;
    padding: 0;
  }

  .itemList-w .listImg {
    margin: 4px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .itemList-w .listImg img {
    background: #fff;
    width: auto;
    max-width: 117px;
    height: 164px;
    display: inline-block;
  }

  .itemList-w li {
    float: left;
    padding: 0;
    width: 50%;
  } /*2列*/

  .itemList-w .rightbox01 {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0 0 10px;
  }

  .itemList-w .leftbox01 {
    float: right;
    width: 67%;
    padding: 0 0 15px 10px;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 800px) {
  .itemList-w {
    margin: 0 5px;
    padding: 0;
  }

  .itemList-w .listImg {
    margin: 0 4px 4px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .itemList-w .listImg img {
    background: #fff;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .itemList-w li {
    float: left;
    padding: 0;
    width: 100%;
  } /*2列*/

  .itemList-w .rightbox01 {
    float: left;
    width: 25%;
    padding: 0;
    margin: 2px 0 15px;
  }

  .itemList-w .leftbox01 {
    float: left;
    width: 70%;
    padding: 0 0 0 12px;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .itemList-w {
    margin: 0;
    padding: 0;
  }

  .itemList-w .listImg {
    margin: 0 4px 4px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .itemList-w li {
    float: left;
    padding: 0;
    width: 100%;
  } /*2列*/

  .itemList-w .rightbox01 {
    float: left;
    width: 30%;
    padding: 0;
    margin: 2px 0 15px;
  }

  .itemList-w .leftbox01 {
    float: left;
    width: 65%;
    padding: 0 0 0 12px;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .itemList-w {
    margin: 0;
    padding: 0;
  }

  .itemList-w .listImg {
    margin: 0 4px 4px;
    padding: 0;
    width: 100%;
  }

  .itemList-w li {
    float: left;
    padding: 0;
    width: 100%;
  } /*2列*/

  .itemList-w .rightbox01 {
    float: left;
    width: 30%;
    padding: 0;
    margin: 2px 0 15px;
  }

  .itemList-w .leftbox01 {
    float: left;
    width: 65%;
    padding: 0 0 0 12px;
    margin: 0 0 15px;
  }
}

/*  itemList-m 5こ並び
------------------------------------------------*/

.itemList-m li {
  float: left;
  box-sizing: content-box;
}

.itemList-m li:hover {
  display: block;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media screen and (min-width: 1000px) {
  .itemList-m .listImg img {
    background: #fff;
    width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #dedede;
    box-sizing: border-box;
  }

  .itemList-m {
    margin: 0;
    padding: 0;
  }
  .itemList-m li {
    margin: 0 0 10px;
    padding: 0 1%;
    width: 18%;
    text-align: center;
  } /*5列*/
}

@media screen and (max-width: 1000px) {
  .itemList-m .listImg img {
    background: #fff;
    width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #dedede;
    box-sizing: border-box;
  }

  .itemList-m {
    margin: 0;
    padding: 0;
  }
  .itemList-m li {
    margin: 0 0 10px;
    padding: 0 1%;
    width: 18%;
    text-align: center;
  } /*5列*/
}

@media screen and (max-width: 800px) {
  .itemList-m {
    margin: 0;
    padding: 0;
  }
  .itemList-m li {
    margin: 0 0 10px;
    padding: 0 1%;
    width: 18%;
  } /*5列*/
}

@media screen and (max-width: 640px) {
  .itemList-m {
    margin: 0;
    padding: 0;
  }
  .itemList-m li {
    margin: 0 0 5px;
    padding: 0 1%;
    width: 31.33%;
  } /*3列*/
}

@media screen and (max-width: 480px) {
  .itemList-m {
    margin: 0;
    padding: 0;
  }
  .itemList-m li {
    margin: 0 0 5px;
    padding: 0 1%;
    width: 31.33%;
  } /*3列*/
}

/*  はじめての方へ一式
------------------------------------------------*/
.btn-bgn:hover {
  background: #ffb135;
}

@media screen and (min-width: 1000px) {
  .beginner-txt {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 15px 10px;
    padding: 0 0 0 8px;
    color: #2d0a00;
    border-left: #f53b09 solid 6px;
  }

  .beginner-btntxt {
    font-size: 22px;
  }

  .beginner-box {
    border: 8px solid #e6e6e6;
    border-radius: 5px;
    padding: 20px 15px 30px;
    margin: 10px auto 20px;
    width: 70%;
  }

  .btn-bgn {
    background: #fda203;
    box-shadow: 1px 2px 0 #613e02;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 8px;
    width: 60%;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 1000px) {
  .beginner-txt {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 15px 10px;
    padding: 0 0 0 8px;
    color: #2d0a00;
    border-left: #f53b09 solid 6px;
  }

  .beginner-btntxt {
    font-size: 24px;
  }

  .beginner-box {
    border: 8px solid #e6e6e6;
    border-radius: 5px;
    padding: 20px 15px 30px;
    margin: 10px auto 20px;
    width: 90%;
  }

  .btn-bgn {
    background: #fda203;
    box-shadow: 1px 2px 0 #613e02;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 12px;
    width: 60%;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 800px) {
  .beginner-txt {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 15px 10px;
    padding: 0 0 0 8px;
    color: #2d0a00;
    border-left: #f53b09 solid 6px;
  }

  .beginner-btntxt {
    font-size: 22px;
  }

  .beginner-box {
    border: 8px solid #e6e6e6;
    border-radius: 5px;
    padding: 20px 15px 25px;
    margin: 10px auto 30px;
    width: 90%;
  }

  .btn-bgn {
    background: #fda203;
    box-shadow: 1px 2px 0 #613e02;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 12px;
    width: 60%;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 640px) {
  .beginner-txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 6px;
    color: #2d0a00;
    border-left: #f53b09 solid 4px;
  }

  .beginner-btntxt {
    font-size: 18px;
  }

  .beginner-box {
    border: 6px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    margin: 0 0 30px;
    width: 95%;
    display: block;
  }

  .btn-bgn {
    background: #fda203;
    box-shadow: 1px 2px 0 #613e02;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 12px;
    width: 80%;
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .beginner-txt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 4px;
    color: #2d0a00;
    border-left: #f53b09 solid 4px;
  }

  .beginner-btntxt {
    font-size: 14px;
  }

  .beginner-box {
    border: 4px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px 10px;
    margin: 0 auto 30px;
    width: 90%;
    display: block;
  }

  .btn-bgn {
    background: #fda203;
    box-shadow: 1px 2px 0 #613e02;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 12px;
    width: 80%;
    text-align: center;
    font-weight: bold;
  }
}

/* ===============================================
	FOOTER
=============================================== */
#footer {
  padding: 10px 0;
}

#copyright {
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 0;
}

/* ===============================================
	attention
=============================================== */
/*	アコーディオンメニュー 全体
------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .attention01 {
    text-align: left;
    margin: 0 auto 20px;
    padding: 0;
  }

  .attention01 ul li {
    list-style: outside disc;
    margin: 0 0 3px 1.25em;
    font-size: 14px;
    line-height: 1.5;
    color: #1d1d1d;
  }

  .attention01 ul li.to {
    list-style: none;
    margin: 0;
    font-size: 15px;
    color: #fff;
  }

  .atlist {
    border: solid 1px #656565;
    padding: 0;
  }

  .hd-ac {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
  }

  .shosai {
    margin: 0 auto 0;
    padding: 5px 5px 15px;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .attention01 {
    text-align: left;
    margin: 0 auto 20px;
    padding: 0;
  }

  .attention01 ul li {
    list-style: outside disc;
    margin: 0 0 3px 1.25em;
    font-size: 14px;
    line-height: 1.5;
    color: #1d1d1d;
  }

  .attention01 ul li.to {
    list-style: none;
    margin: 0;
    font-size: 15px;
    color: #fff;
  }

  .atlist {
    border: solid 1px #656565;
    padding: 0;
  }

  .hd-ac {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
  }

  .shosai {
    margin: 0 auto 0;
    padding: 5px 5px 15px;
    text-align: center;
  }

  .shosai img {
    width: 100%;
    max-width: 550px;
  }
}

@media screen and (max-width: 480px) {
  .attention01 {
    text-align: left;
    margin: 0 auto 20px;
    padding: 0;
  }

  .attention01 ul li {
    list-style: outside disc;
    margin: 0 0 3px 1.25em;
    font-size: 11px;
    line-height: 1.5;
    color: #1d1d1d;
  }

  .attention01 ul li.to {
    list-style: none;
    margin: 0;
    font-size: 12px;
    color: #fff;
  }

  .atlist {
    border: solid 1px #656565;
    padding: 0;
  }

  .hd-ac {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    margin: 0;
    line-height: 1.4;
  }

  .shosai {
    margin: 0 auto 0;
    padding: 5px 5px 15px;
    text-align: center;
  }

  .shosai img {
    width: 100%;
    max-width: 550px;
  }
}

.attention01 li a {
  color: #006ccc;
  text-decoration: underline;
}

/*	アコーディオンメニュー
------------------------------------------------*/
.accordion {
  width: 100%;
}

.accordion > ul > li > a:hover {
  background-color: #6e6e6e;
}

.accordion > ul > li > a:after {
  content: '▼';
}

.accordion > ul > li > a.active:after {
  content: '▲';
}

.accordion > ul > li > ul {
  display: none;
}

@media screen and (min-width: 1000px) {
  .attention > ul > li {
    list-style: none;
    margin: 0;
    font-size: 15px;
    color: #fff;
  }
  .accordion > ul > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #3a3a3a;
    cursor: pointer;
    padding: 10px 12px;
    position: relative;
  }

  .accordion > ul > li > a:after,
  div.accordion > ul > li > a.active:after {
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 14px;
    color: #fff;
  }

  .accordion > ul > li > ul {
    padding: 10px 15px;
  }

  .ac-line {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1000px) {
  .attention > ul > li {
    list-style: none;
    margin: 0;
    font-size: 15px;
    color: #fff;
  }
  .accordion > ul > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #3a3a3a;
    cursor: pointer;
    padding: 10px 12px;
    position: relative;
  }

  .accordion > ul > li > a:after,
  div.accordion > ul > li > a.active:after {
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 14px;
    color: #fff;
  }

  .accordion > ul > li > ul {
    padding: 10px 15px;
  }

  .ac-line {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 480px) {
  .attention > ul > li {
    list-style: none;
    margin: 0;
    font-size: 15px;
    color: #fff;
  }

  .accordion > ul > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #3a3a3a;
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
  }

  .accordion > ul > li > a:after,
  div.accordion > ul > li > a.active:after {
    font-size: 8px;
    position: absolute;
    right: 12px;
    top: 11px;
    color: #fff;
  }

  .accordion > ul > li > ul {
    padding: 10px 15px;
  }

  .ac-line {
    border-bottom: 1px solid #fff;
  }

  .accordion > ul > li > ul {
    padding: 10px;
  }
}

/*	通常注意事項メニュー
------------------------------------------------*/

@media screen and (min-width: 1000px) {
  .hd-ac2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 8px 2px;
    margin: 0 0 12px 0;
    border-bottom: dashed 1px #fff;
  }

  .hd-ac2-sub {
    background: #dadada none repeat scroll 0 0;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 4px 14px;
  }

  .attention02 ol {
    counter-reset: li;
    margin: 0 0 20px;
  }

  .attention02 ol li {
    line-height: 1.4;
    margin: 0 0 5px 1.5em;
    position: relative;
    font-size: 14px;
  }

  .attention02 ul li {
    line-height: 1.4;
    list-style: outside disc;
    margin: 0 0 10px 1.25em;
    font-size: 14px;
    color: #fff;
  }

  .attentbg {
    background-color: #000;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1000px) {
  .hd-ac2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 8px 2px;
    margin: 0 0 12px 0;
    border-bottom: dashed 1px #fff;
  }

  .hd-ac2-sub {
    background: #dadada none repeat scroll 0 0;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 4px 14px;
  }

  .attention02 ol {
    counter-reset: li;
    margin: 0 0 20px;
  }

  .attention02 ol li {
    line-height: 1.4;
    margin: 0 0 5px 1.5em;
    position: relative;
    font-size: 14px;
  }

  .attention02 ul li {
    line-height: 1.4;
    list-style: outside disc;
    margin: 0 0 5px 1.25em;
    font-size: 14px;
    color: #fff;
  }

  .attentbg {
    background-color: #000;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 480px) {
  .hd-ac2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 6px 2px;
    margin: 0 0 12px 0;
    border-bottom: dashed 1px #fff;
  }

  .hd-ac2-sub {
    background: #dadada none repeat scroll 0 0;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 2px 10px;
  }

  .attention02 ol {
    counter-reset: li;
    margin: 0 0 20px;
  }

  .attention02 ol li {
    line-height: 1.4;
    margin: 0 0 5px 1.5em;
    position: relative;
    font-size: 12px;
  }

  .attention02 ul li {
    line-height: 1.4;
    list-style: outside disc;
    margin: 0 0 5px 1.25em;
    font-size: 11px;
    color: #fff;
  }

  .attentbg {
    padding: 8px;
  }
}

.attention02 li a {
  color: #006ccc;
  text-decoration: underline;
}

/*	フッターメニュー
------------------------------------------------*/
div.innerbox {
  padding: 0;
}

ul.navi li:hover {
  background-color: rgba(241, 241, 241, 0.6);
}

.clear {
  clear: both;
}

.navi .arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 5px;
  height: 5px;
  border-top: 3px solid #484848;
  border-right: 3px solid #484848;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  content: '';
}

@media screen and (min-width: 1000px) {
  ul.navi li {
    float: left;
    width: 33.3%;
    padding: 0;
    margin: 0;
  }

  ul.navi li p {
    font-size: 15px;
    color: #231815;
    padding: 10px;
  }

  div.navigation {
    border: solid 1px #000;
  }

  div.navigation2 {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .bdr-r-solid {
    border-right: solid 1px #000;
    margin-right: -1px !important;
  }

  .bdr-b-solid {
    border-bottom: solid 1px #000;
  }
}

@media screen and (max-width: 1000px) {
  ul.navi li {
    float: left;
    width: 33.33%;
    padding: 0;
    margin: 0;
  }

  ul.navi li p {
    font-size: 14px;
    color: #231815;
    padding: 10px;
  }

  div.navigation {
    border: solid 1px #000;
  }

  div.navigation2 {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .bdr-r-solid {
    border-right: solid 1px #000;
    margin-right: -1px !important;
  }

  .bdr-b-solid {
    border-bottom: solid 1px #000;
  }
}

@media screen and (max-width: 480px) {
  ul.navi li {
    width: 100%;
    padding: 0;
  }

  ul.navi li p {
    font-size: 12px;
    color: #231815;
    padding: 6px;
  }

  .bdr-r-solid {
    border-right: none;
  }

  .bdr-b-solid {
    border-bottom: none;
  }

  div.navigation {
    border: solid 1px #000;
  }
  div.navigation2 {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .bdr-r-solid {
    border-right: none;
  }
  .bdr-b-solid {
    border-bottom: none;
  }
  .bdr-b-solid2 {
    border-bottom: solid 1px #000;
  }
}

.itemList-w .tlt a,
.itemList-v .tlt a {
  color: #000;
}

.itemList-w .tlt a:hover,
.itemList-v .tlt a:hover {
  　color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}

/* ===============================================
	フッターナビ用 20250221add
=============================================== */
.c-cp-footer {
  position: relative;
  max-width: 1032px;
  margin: 0 auto;
  padding: 16px 16px 0;
}

.c-cp-footer-nav {
  border: 1px solid #666;
  margin-bottom: 16px;
}

.c-cp-footer-nav__list--4col,
.c-cp-footer-nav__list--3col {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-cp-footer-nav__list--4col,
  .c-cp-footer-nav__list--3col {
    display: grid;
  }
}

.c-cp-footer-nav__list--4col li,
.c-cp-footer-nav__list--3col li {
  border-top: 1px solid #666;
  font-size: 14px;
  margin-left: -1px;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .c-cp-footer-nav__list--4col li,
  .c-cp-footer-nav__list--3col li {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
  }
}

.c-cp-footer-nav__list--4col li a,
.c-cp-footer-nav__list--3col li a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 44px;
  box-sizing: border-box;
  color: #2f2f2f;
  padding: 10px 20px 10px 16px;
}

@media (hover: hover) and (pointer: fine) {
  .c-cp-footer-nav__list--4col li a:hover,
  .c-cp-footer-nav__list--3col li a:hover {
    opacity: 0.7;
    text-decoration: none;
    background: rgba(241, 241, 241, 0.6);
  }
}

.c-cp-footer-nav__list--4col li a:after,
.c-cp-footer-nav__list--3col li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

@media screen and (min-width: 768px) {
  .c-cp-footer-nav__list--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .c-cp-footer-nav__list--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-cp-footer-sns-share {
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-cp-footer-sns-share {
    margin: 0 0 0 auto;
  }
}

.c-cp-footer-sns-share__list {
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 376px) {
  .c-cp-footer-sns-share__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
}

.c-cp-footer-sns-share__list li:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 375.98px) {
  .c-cp-footer-sns-share__list li:not(:first-child) {
    margin: 10px 0 0;
  }
}

/* パンクズ用 */
.c-cp-breadcrumb {
  background: #595757;
  padding: 5px 0;
}

@media screen and (max-width: 767.98px) {
  .c-cp-breadcrumb {
    display: none;
  }
}

.c-cp-breadcrumb__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 1111px) {
  .c-cp-breadcrumb__inner {
    padding: 0;
  }
}

.c-cp-breadcrumb__list li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.c-cp-breadcrumb__list li a {
  color: #fff;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .c-cp-breadcrumb__list li a {
    opacity: 1;
  }

  .c-cp-breadcrumb__list li a:hover {
    text-decoration: none;
  }
}

.c-cp-breadcrumb__list li:not(:first-child) {
  margin: 0 0 0 5px;
}

.c-cp-breadcrumb__list li:not(:first-child):before {
  content: ' > ';
}
