@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* トップページ / "お買い物"のリスト */
/* トップページ / "最新情報"のナビゲーションボタン */
/* トップページ / "最新情報"の投稿サムネ */
/* トップページ / "最新情報"の"もっと見る"ボタン */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #323232;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  word-wrap: break-word;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #323232;
}

/* マウスオーバ時に画像を半透明に（※PCのみ）
--------------------------------------------*/
@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
/*----------------------------------------
footerに適用するスタイル
----------------------------------------*/
footer {
  width: 100%;
}
footer .l-ft__banner {
  background-color: #005e3c;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .l-ft__banner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
footer .l-ft__banner ul {
  overflow: hidden;
  margin: auto;
  width: 1020px;
}
@media screen and (max-width: 1060px) {
  footer .l-ft__banner ul {
    width: 96%;
  }
}
footer .l-ft__banner ul li {
  float: left;
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
  margin-bottom: 10px;
  /* IE10以降 */
  /* Edge */
}
@media all and (-ms-high-contrast: none) {
  footer .l-ft__banner ul li {
    margin-right: 9px;
  }
}
@supports (-ms-ime-align: auto) {
  footer .l-ft__banner ul li {
    margin-right: 9px;
  }
}
@media screen and (max-width: 940px) {
  footer .l-ft__banner ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 640px) {
  footer .l-ft__banner ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 480px) {
  footer .l-ft__banner ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 3px;
  }
}
footer .l-ft__banner ul li:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 940px) {
  footer .l-ft__banner ul li:nth-of-type(6n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 940px) {
  footer .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  footer .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  footer .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer .l-ft__banner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
footer .l-ft__banner ul li:nth-of-type(n + 6) {
  margin-bottom: 0;
}
@media screen and (max-width: 940px) {
  footer .l-ft__banner ul li:nth-of-type(n + 6) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer .l-ft__banner ul li:nth-of-type(n + 6) {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 940px) {
  footer .l-ft__banner ul li:nth-of-type(n + 9) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  footer .l-ft__banner ul li:nth-of-type(n + 9) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer .l-ft__banner ul li:nth-of-type(n + 9) {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 640px) {
  footer .l-ft__banner ul li:nth-of-type(n + 10) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .l-ft__banner ul li:nth-of-type(n + 10) {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 480px) {
  footer .l-ft__banner ul li:nth-of-type(n + 11) {
    margin-bottom: 0;
  }
}
footer .l-ft__banner ul li img {
  width: 100%;
}
footer .l-ft__footer {
  background-color: #f6f6f6;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  footer .l-ft__footer {
    padding-top: 10px;
  }
}
footer .l-ft__footer > div {
  overflow: hidden;
  width: 1020px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 1060px) {
  footer .l-ft__footer > div {
    width: 96%;
  }
}
footer .l-ft__footer > div .l-ft__l {
  float: left;
}
@media screen and (max-width: 980px) {
  footer .l-ft__footer > div .l-ft__l {
    float: none;
    text-align: center;
  }
}
footer .l-ft__footer > div .l-ft__l img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  footer .l-ft__footer > div .l-ft__l img {
    margin-right: auto;
    margin-left: auto;
  }
}
footer .l-ft__footer > div .l-ft__l address {
  font-size: 12px;
  font-style: normal;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  footer .l-ft__footer > div .l-ft__l address {
    display: none;
  }
}
footer .l-ft__footer > div .l-ft__l a {
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  footer .l-ft__footer > div .l-ft__l a {
    display: none;
  }
}
footer .l-ft__footer small {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
footer .l-ft__footer small br {
  display: none;
}
@media screen and (max-width: 540px) {
  footer .l-ft__footer small br {
    display: inline;
  }
}
@media screen and (max-width: 540px) {
  footer .l-ft__footer small span {
    display: none;
  }
}

.p-footer-shops {
  display: -ms-grid !important;
  display: grid !important;
  grid-column-gap: 5%;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
  -ms-grid-columns: 1fr 5% 5fr;
  grid-template-columns: 1fr 5fr;
}

.p-footer-shops-list {
  width: 100% !important;
  margin-right: 0 !important;
  float: initial !important;
}

.p-footer-shops-related {
  width: 100% !important;
  float: initial !important;
}
.p-footer-shops-related__list {
  display: -ms-grid !important;
  display: grid !important;
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.p-footer-shops-related__list li {
  width: 100% !important;
  margin-right: 0 !important;
  float: initial !important;
}
.p-footer-shops-related__list p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-footer-shops {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .p-footer-shops a {
    max-width: 180px;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .p-footer-shops-related__list {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}
/*----------------------------------------
コーポレートfooterに適用するスタイル
----------------------------------------*/
.l-cpft__r {
  float: right;
  height: 100.2px;
  width: 580px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .l-cpft__r {
    float: none;
    height: auto;
    width: 100%;
  }
}
.l-cpft__r .l-cpft__r__nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 12px;
}
@media screen and (max-width: 980px) {
  .l-cpft__r .l-cpft__r__nav {
    top: auto;
    right: auto;
    position: relative !important;
    margin-top: 10px;
    overflow: hidden;
  }
}
.l-cpft__r .l-cpft__r__nav li {
  display: inline;
  padding-right: 10px;
}
@media screen and (max-width: 980px) {
  .l-cpft__r .l-cpft__r__nav li {
    display: block;
    float: left;
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    padding-right: 0;
    text-align: center;
    background-color: #003616;
  }
  .l-cpft__r .l-cpft__r__nav li:nth-of-type(2n) {
    margin-left: 10px;
  }
}
.l-cpft__r .l-cpft__r__nav li::after {
  content: "|";
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .l-cpft__r .l-cpft__r__nav li::after {
    content: none;
    margin-left: 0;
  }
}
.l-cpft__r .l-cpft__r__nav li:last-child {
  padding-right: 0;
}
.l-cpft__r .l-cpft__r__nav li:last-child::after {
  content: "";
  margin-left: 0;
}
.l-cpft__r .l-cpft__r__nav li a {
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .l-cpft__r .l-cpft__r__nav li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
  }
}
.l-cpft__r .l-cpft__r__nav li a:hover {
  text-decoration: underline;
}
.l-cpft__r .l-cpft__r__banner {
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 60px;
  margin-top: 11px;
  width: 280px;
  position: absolute;
}
@media screen and (max-width: 980px) {
  .l-cpft__r .l-cpft__r__banner {
    bottom: auto;
    right: auto;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-cpft__r .l-cpft__r__banner li {
  float: left;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.l-cpft__r .l-cpft__r__banner li:last-child {
  margin-right: 0;
}
.l-cpft__r .l-cpft__r__banner li img {
  width: 100%;
}

/*----------------------------------------
ホームセンターfooterに適用するスタイル
----------------------------------------*/
.l-hcft__r {
  float: right;
  position: relative;
  height: 210px;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .l-hcft__r {
    float: none;
    height: auto;
    width: 100%;
  }
}
.l-hcft__r > a {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ccdfc7;
  border-bottom: solid 1px #003616;
  padding-left: 45px;
  line-height: 40px;
  position: relative;
}
.l-hcft__r > a::before, .l-hcft__r > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.l-hcft__r > a::before {
  left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #003616;
}
.l-hcft__r > a::after {
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-hcft__r .l-hcft__r__nav {
  right: 0;
  background-color: #ffffff;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .l-hcft__r .l-hcft__r__nav {
    top: auto;
    right: auto;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.l-hcft__r .l-hcft__r__nav li {
  display: block;
  padding-left: 10px;
  width: calc((100% - 10px) / 2);
  float: left;
}
@media screen and (max-width: 768px) {
  .l-hcft__r .l-hcft__r__nav li {
    display: block;
    float: left;
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
    background-color: #003616;
  }
  .l-hcft__r .l-hcft__r__nav li:nth-of-type(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 380px) {
  .l-hcft__r .l-hcft__r__nav li:nth-of-type(6) > a {
    font-size: 11px;
  }
}
.l-hcft__r .l-hcft__r__nav li::before {
  content: ">";
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .l-hcft__r .l-hcft__r__nav li::before {
    content: none;
    margin-right: 0px;
  }
}
.l-hcft__r .l-hcft__r__nav li:last-child {
  padding-right: 0;
}
.l-hcft__r .l-hcft__r__nav li:last-child::after {
  content: "";
  margin-left: 0;
}
.l-hcft__r .l-hcft__r__nav li a {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l-hcft__r .l-hcft__r__nav li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
  }
}
.l-hcft__r .l-hcft__r__nav li a:hover {
  text-decoration: underline;
}
.l-hcft__r .l-hcft__r__banner {
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  height: 60px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .l-hcft__r .l-hcft__r__banner {
    bottom: auto;
    right: auto;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-hcft__r .l-hcft__r__banner li {
  float: left;
  width: 14%;
  margin-right: 20px;
}
.l-hcft__r .l-hcft__r__banner li:first-child {
  margin-left: calc(44% - 60px);
}
@media screen and (max-width: 768px) {
  .l-hcft__r .l-hcft__r__banner li {
    width: 10%;
    min-width: 53.2px;
  }
  .l-hcft__r .l-hcft__r__banner li:first-child {
    margin-left: 0;
  }
}
.l-hcft__r .l-hcft__r__banner li:last-child {
  margin-right: 0;
}
.l-hcft__r .l-hcft__r__banner li img {
  width: 100%;
}

/*----------------------------------------
headerに適用するスタイル
----------------------------------------*/
header {
  width: 100%;
}
header > div {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  width: 1020px;
  margin: auto auto 16px auto;
}
@media screen and (max-width: 1060px) {
  header > div {
    width: 96%;
  }
}
@media screen and (max-width: 900px) {
  header > div {
    margin-bottom: 10px;
  }
}
header > div > a {
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  header > div > a img {
    height: 40px;
  }
}
header > div > ul {
  overflow: hidden;
  float: right;
}
@media screen and (max-width: 768px) {
  header > div > ul {
    display: none;
  }
}
header > div > ul li {
  float: left;
  font-size: 13px;
  width: 168px;
  height: 53px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #003616;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 4px;
}
@media screen and (max-width: 820px) {
  header > div > ul li.l-hd__search {
    display: none;
  }
}
header > div > ul li.l-hd__search form {
  overflow: hidden;
  position: relative;
  top: 15px;
}
header > div > ul li.l-hd__search form input {
  float: left;
}
header > div > ul li.l-hd__search form input[type=search] {
  float: left;
  width: 120px;
  height: 26px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header > div > ul li.l-hd__search form input[type=image] {
  margin: 4px 0 0 8px;
}
header > div > ul li.l-hd__contact a {
  color: #ffffff;
  position: relative;
  top: 17px;
}
header > div > ul li.l-hd__contact a::before {
  content: url(../img/common/ico_mail.png);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
header > div > ul li.l-hd__contact a span {
  color: #ffffff;
}
header > div > ul li.l-hd__d8com {
  display: none;
}
@media screen and (max-width: 1500px) {
  header > div > ul li.l-hd__d8com {
    display: inline-block;
    margin-right: 0;
    text-align: center;
    background: #fff;
    border-right: 1px solid #003616;
    border-left: 1px solid #003616;
    border-bottom: 1px solid #003616;
  }
}
header > div > ul li.l-hd__d8com a img {
  width: 100%;
  margin-top: 14px;
}
header > div > ul li.l-hd__sitemap {
  text-align: center;
}
@media screen and (max-width: 980px) {
  header > div > ul li.l-hd__sitemap {
    display: none;
  }
}
header > div > ul li.l-hd__sitemap a {
  color: #ffffff;
  position: relative;
  top: 17px;
}
header > div > ul li.l-hd__sitemap a span {
  color: #ffffff;
}
header > div > ul li a {
  font-size: 13px;
}
header nav {
  background-color: #003616;
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav > ul {
  text-align: center;
  width: 1020px;
  margin: auto;
}
@media screen and (max-width: 1060px) {
  header nav > ul {
    width: 96%;
  }
}
header nav > ul > li {
  float: left;
  width: 16.6666666667%;
  position: relative;
  /* Edge */
}
@supports (-ms-ime-align: auto) {
  header nav > ul > li {
    width: 16.66%;
  }
}
header nav > ul > li:hover {
  background-color: #25ae5e;
}
header nav > ul > li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffffff;
}

/* ハンバーガーメニュー
---------------------------------------*/
#l-hd__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  #l-hd__hamburger {
    display: block;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 19px;
    right: 10px;
    z-index: 120;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    cursor: pointer;
  }
}
#l-hd__hamburger > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#l-hd__hamburger > div .l-hd__border {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #135b33;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.2s ease 0.1s;
  transition: 0.2s ease 0.1s;
}
#l-hd__hamburger > div .l-hd__border.l-hd__border--top {
  top: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}
#l-hd__hamburger > div .l-hd__border.l-hd__border--middle {
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  margin: auto;
  z-index: 100;
  -webkit-transition: width 0.25s ease 0.36s, background-color 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  transition: width 0.25s ease 0.36s, background-color 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  transition: width 0.25s ease 0.36s, background-color 0.25s ease 0.36s, transform 0.25s ease 0.36s;
  transition: width 0.25s ease 0.36s, background-color 0.25s ease 0.36s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}
#l-hd__hamburger > div .l-hd__border.l-hd__border--bottom {
  bottom: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: bottom 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  transition: bottom 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  transition: bottom 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
  transition: bottom 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}
#l-hd__hamburger.l-hd__hamburger--active > div .l-hd__border {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}
#l-hd__hamburger.l-hd__hamburger--active > div .l-hd__border.l-hd__border--top {
  margin-top: 13px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}
#l-hd__hamburger.l-hd__hamburger--active > div .l-hd__border.l-hd__border--middle {
  width: 6px;
  background-color: #ffffff;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: width 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, background-color 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: width 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, background-color 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: transform 0.25s ease 0.36s, width 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, background-color 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s;
  transition: transform 0.25s ease 0.36s, width 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, background-color 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
}
#l-hd__hamburger.l-hd__hamburger--active > div .l-hd__border.l-hd__border--bottom {
  margin-bottom: 13px;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

#l-hd__spnavi {
  opacity: 0;
  visibility: hidden;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
#l-hd__spnavi.l-hd__spnavi--active {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul {
  padding-bottom: 80px;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent {
  padding: 14px 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent a, #l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent span {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent ul li {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent ul li a {
  font-size: 0;
  font-weight: 600;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent.l-hd__spparent--active ul li {
  height: auto;
  padding: 14px 0 14px 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent.l-hd__spparent--active ul li:first-child {
  padding-top: 28px;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent.l-hd__spparent--active ul li:last-child {
  padding-bottom: 0;
}
#l-hd__spnavi.l-hd__spnavi--active nav > ul .l-hd__spparent.l-hd__spparent--active ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #135b33;
}

/*----------------------------------------
コーポレートheaderに適用するスタイル
----------------------------------------*/
header .l-cphd__nav > ul > li:first-child {
  display: none;
}
header .l-cphd__nav > ul > li .l-cphd__nav__child {
  overflow: hidden;
  width: 1020px;
  max-height: 0;
  z-index: 200;
  background-color: #25ae5e;
  position: absolute;
}
@media screen and (max-width: 1060px) {
  header .l-cphd__nav > ul > li .l-cphd__nav__child {
    width: 96vw;
  }
}
header .l-cphd__nav > ul > li .l-cphd__nav__child.l-cphd__nav__child--company {
  left: -340px;
}
@media screen and (max-width: 1060px) {
  header .l-cphd__nav > ul > li .l-cphd__nav__child.l-cphd__nav__child--company {
    left: -32vw;
  }
}
header .l-cphd__nav > ul > li .l-cphd__nav__child.l-cphd__nav__child--ir {
  left: -510px;
}
@media screen and (max-width: 1060px) {
  header .l-cphd__nav > ul > li .l-cphd__nav__child.l-cphd__nav__child--ir {
    left: -48vw;
  }
}
header .l-cphd__nav > ul > li .l-cphd__nav__child.l-cphd__nav__child--ec {
  left: -850px;
}
@media screen and (max-width: 1060px) {
  header .l-cphd__nav > ul > li .l-cphd__nav__child.l-cphd__nav__child--ec {
    left: -80vw;
  }
}
header .l-cphd__nav > ul > li .l-cphd__nav__child li {
  width: 25%;
  float: left;
}
header .l-cphd__nav > ul > li .l-cphd__nav__child li a:hover {
  background-color: #59c184;
}
header .l-cphd__nav > ul > li:hover .l-cphd__nav__child {
  max-height: 999px;
}

/*----------------------------------------
共通のスタイル
----------------------------------------*/
article img,
article picture {
  max-width: 100%;
  height: auto;
}

#l-wrapper {
  border-top: 3px solid #003616;
  width: 100%;
}
#l-wrapper > article {
  width: 100%;
}

.l-section {
  background-color: #ffffff;
  margin: auto;
}
.l-section > div {
  width: 1020px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .l-section > div {
    width: 96%;
  }
}

.l-container {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .l-container {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }
}

#l-pankuzu {
  width: 100%;
  padding: 8px 0;
  background-color: #f6f6f6;
}
#l-pankuzu nav {
  width: 1020px;
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 1060px) {
  #l-pankuzu nav {
    width: 96%;
  }
}
#l-pankuzu nav ul {
  overflow: hidden;
  display: inline-block;
}
#l-pankuzu nav ul li {
  float: left;
}
#l-pankuzu nav ul li::after {
  content: ">";
  margin: 0 10px;
}
#l-pankuzu nav ul li:last-child::after {
  content: none;
}

/*----------------------------------------
sidebarに適用するスタイル
----------------------------------------*/
aside {
  position: fixed;
  text-align: center;
  /*width: 240px;*/
  width: 200px;
  top: 50px;
  right: 0;
  z-index: 200;
  /*@media screen and (max-width: $sb__switchwidth) {*/
}
@media screen and (max-width: 1370px) {
  aside {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
aside > div {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #009045;
  -webkit-box-shadow: 2px 10px 16px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 10px 16px 10px rgba(0, 0, 0, 0.2);
  padding: 18px 0 10px 0;
  text-align: center;
  /*@media screen and (max-width: $sb__switchwidth) {*/
}
@media screen and (max-width: 1370px) {
  aside > div {
    display: none;
  }
}
aside > div > img {
  margin-bottom: 20px;
  width: 90%;
}
aside > div > img:nth-of-type(2) {
  margin-bottom: 10px;
}
aside > div hr {
  border-top: 4px solid #ffffff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  position: relative;
}
aside > div hr::after {
  content: url(../img/common/img_border.png);
  width: 40px;
  height: 20px;
  display: inline-block;
  background-color: #009045;
  position: relative;
  top: -5px;
}
aside > div ul {
  width: 90%;
  margin: 0 auto;
}
aside > div ul li:first-child {
  margin-bottom: 10px;
}
aside > div ul li p {
  color: #ffffff;
  /*margin-bottom: 8px;*/
  margin-bottom: 2px;
  font-size: 11px;
  letter-spacing: 0.5px;
}
aside > div ul li a img {
  width: 100%;
}
aside > a {
  display: block;
  width: 200px;
  height: 56px;
  margin: 12px auto 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 2px 5px 16px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 16px 10px rgba(0, 0, 0, 0.2);
  /*@media screen and (max-width: $sb__switchwidth) {*/
}
@media screen and (max-width: 1370px) {
  aside > a {
    display: none;
  }
}
aside.l-sb__hide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#l-sb__bottomnavi {
  display: none;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  /*@media screen and (max-width: $sb__switchwidth) {*/
}
@media screen and (max-width: 1370px) {
  #l-sb__bottomnavi {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #l-sb__bottomnavi {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#l-sb__bottomnavi ul {
  overflow: hidden;
  max-width: 100%;
  width: 340px;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#l-sb__bottomnavi ul.p-sns {
  width: 560px;
  max-width: 100%;
}
@media screen and (max-width: 400px) {
  #l-sb__bottomnavi ul.p-sns img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  #l-sb__bottomnavi ul {
    width: 100%;
  }
}
#l-sb__bottomnavi ul .p-sns__item {
  margin-right: 0;
  width: calc(25% - 5px);
  max-width: 95px;
}
#l-sb__bottomnavi ul .p-sns__item img,
#l-sb__bottomnavi ul .p-sns__item picture {
  width: 100%;
  height: auto;
}
#l-sb__bottomnavi ul li {
  width: 90%;
  height: 100%;
  margin-right: 10px;
  text-align: center;
  font-size: 0;
}
#l-sb__bottomnavi ul li a {
  font-size: 0;
}
#l-sb__bottomnavi ul li a img {
  height: 100%;
}

.p-side-sns {
  margin-right: -5px;
  padding: 5px;
  background-color: #4471C4;
}
.p-side-sns__text {
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
}
.p-side-sns__icons {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ffffff;
}
.p-side-sns__icons img {
  max-width: 50px;
}

.p-side-sns-margin {
  margin-top: 20px;
}

.p-side-app {
  padding: 0;
  background-color: #2BAD43;
  border-radius: 0;
}
.p-side-app img {
  max-width: 100%;
  height: auto;
}

.p-app {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-app__picture {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 560px;
}
.p-app__picture img {
  max-width: 100%;
  height: auto;
}

.l-list-container {
  padding-left: 10px;
  padding-right: 10px;
}

.l-list-row {
  margin-left: -10px;
  margin-right: -10px;
}

.l-list-col {
  padding-left: 10px;
  padding-right: 10px;
}

/*----------------------------------------
ワンズサイクル headerに適用するスタイル
----------------------------------------*/
header.l-cclhd > div {
  margin-top: 6px;
}
header.l-cclhd nav {
  background-color: #3286C5;
}
@media screen and (max-width: 980px) {
  header.l-cclhd nav > ul > li {
    width: calc((99.9% - 160px - 200px) / 4);
  }
  header.l-cclhd nav > ul > li:nth-of-type(3) {
    width: 160px;
  }
  header.l-cclhd nav > ul > li:nth-of-type(4) {
    width: 200px;
  }
}
@media screen and (max-width: 930px) {
  header.l-cclhd nav > ul > li {
    width: calc((99.9% - 140px - 180px) / 4);
  }
  header.l-cclhd nav > ul > li:nth-of-type(3) {
    width: 140px;
  }
  header.l-cclhd nav > ul > li:nth-of-type(4) {
    width: 180px;
  }
}
@media screen and (max-width: 860px) {
  header.l-cclhd nav > ul > li {
    width: calc((99.9% - 130px - 170px - 130px - 130px) / 2);
  }
  header.l-cclhd nav > ul > li:nth-of-type(3) {
    width: 130px;
  }
  header.l-cclhd nav > ul > li:nth-of-type(4) {
    width: 170px;
  }
  header.l-cclhd nav > ul > li:nth-of-type(5) {
    width: 130px;
  }
  header.l-cclhd nav > ul > li:nth-of-type(6) {
    width: 130px;
  }
}
header.l-cclhd nav > ul > li:hover {
  background-color: #064DC9;
}
header.l-cclhd nav > ul > li a span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -3px;
}

/* ハンバーガーメニュー
---------------------------------------*/
#l-hd__hamburger.l-cclhd > div .l-hd__border {
  background-color: #3286C5;
}

/*----------------------------------------
ワンズサイクル footerに適用するスタイル
----------------------------------------*/
footer.l-cclft .l-ft__banner {
  background-color: #3286C5;
}
footer.l-cclft .l-ft__banner ul li {
  width: calc((99.9% - 50px) / 5);
  margin-bottom: 0;
}
@media screen and (max-width: 940px) {
  footer.l-cclft .l-ft__banner ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 640px) {
  footer.l-cclft .l-ft__banner ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 480px) {
  footer.l-cclft .l-ft__banner ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 940px) {
  footer.l-cclft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  footer.l-cclft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  footer.l-cclft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  footer.l-cclft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer.l-cclft .l-ft__banner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*----------------------------------------
ワンズサイクル 共通のスタイル
----------------------------------------*/
#l-wrapper.l-cclwrapper {
  border-top: none;
}

/*----------------------------------------
ワンズサイクル headerに適用するスタイル
----------------------------------------*/
header.l-ofchd > div {
  margin-top: 6px;
}
header.l-ofchd > div a img {
  width: auto;
  height: 70px;
}
header.l-ofchd nav {
  background-color: #C23A3A;
}
header.l-ofchd nav > ul > li {
  width: 16.65%;
}
header.l-ofchd nav > ul > li:hover {
  background-color: #C70000;
}
header.l-ofchd nav > ul > li a span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -3px;
}

/* ハンバーガーメニュー
---------------------------------------*/
#l-hd__hamburger.l-ofchd > div .l-hd__border {
  background-color: #C23A3A;
}

/*----------------------------------------
ワンズサイクル footerに適用するスタイル
----------------------------------------*/
footer.l-ofcft .l-ft__banner {
  background-color: #C23A3A;
}
footer.l-ofcft .l-ft__banner ul li {
  width: calc((99.9% - 50px) / 5);
  margin-bottom: 0;
}
@media screen and (max-width: 940px) {
  footer.l-ofcft .l-ft__banner ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 640px) {
  footer.l-ofcft .l-ft__banner ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 480px) {
  footer.l-ofcft .l-ft__banner ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 940px) {
  footer.l-ofcft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  footer.l-ofcft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  footer.l-ofcft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  footer.l-ofcft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer.l-ofcft .l-ft__banner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*----------------------------------------
ワンズサイクル 共通のスタイル
----------------------------------------*/
#l-wrapper.l-ofcwrapper {
  border-top: none;
}

/*----------------------------------------
sidebarに適用するスタイル
----------------------------------------*/
@media screen and (min-width: 768px) {
  aside.l-office8-aside {
    width: 226px;
    position: fixed;
    top: 50px;
    left: auto;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  aside.l-office8-aside {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
aside.l-office8-aside .l-office8-aside--pc {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  aside.l-office8-aside .l-office8-aside--pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  aside.l-office8-aside .l-office8-aside--pc {
    display: none;
  }
}
aside.l-office8-aside .l-office8-aside--pc img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  aside.l-office8-aside #l-sb__bottomnavi.l-office8-aside--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  aside.l-office8-aside #l-sb__bottomnavi.l-office8-aside--sp {
    display: block;
  }
}

/*----------------------------------------
ワンズサイクル headerに適用するスタイル
----------------------------------------*/
header.l-omxhd > div {
  margin-top: 6px;
}
header.l-omxhd nav {
  background-color: #F8B500;
}
header.l-omxhd nav > ul > li:nth-of-type(n + 4):hover {
  background-color: #F8B500;
}
@media screen and (max-width: 980px) {
  header.l-omxhd nav > ul > li {
    width: calc((99.9% - 160px - 200px) / 4);
  }
  header.l-omxhd nav > ul > li:nth-of-type(3) {
    width: 160px;
  }
  header.l-omxhd nav > ul > li:nth-of-type(4) {
    width: 200px;
  }
}
@media screen and (max-width: 930px) {
  header.l-omxhd nav > ul > li {
    width: calc((99.9% - 140px - 180px) / 4);
  }
  header.l-omxhd nav > ul > li:nth-of-type(3) {
    width: 140px;
  }
  header.l-omxhd nav > ul > li:nth-of-type(4) {
    width: 180px;
  }
}
@media screen and (max-width: 860px) {
  header.l-omxhd nav > ul > li {
    width: calc((99.9% - 130px - 170px - 130px - 130px) / 2);
  }
  header.l-omxhd nav > ul > li:nth-of-type(3) {
    width: 130px;
  }
  header.l-omxhd nav > ul > li:nth-of-type(4) {
    width: 170px;
  }
  header.l-omxhd nav > ul > li:nth-of-type(5) {
    width: 130px;
  }
  header.l-omxhd nav > ul > li:nth-of-type(6) {
    width: 130px;
  }
}
header.l-omxhd nav > ul > li:hover {
  background-color: #F9A701;
}
header.l-omxhd nav > ul > li a span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -3px;
}

/* ハンバーガーメニュー
---------------------------------------*/
#l-hd__hamburger.l-omxhd > div .l-hd__border {
  background-color: #F8B500;
}

/*----------------------------------------
ワンズサイクル footerに適用するスタイル
----------------------------------------*/
footer.l-omxft .l-ft__banner {
  background-color: #F8B500;
}
footer.l-omxft .l-ft__banner ul li {
  width: calc((99.9% - 50px) / 5);
  margin-bottom: 0;
}
@media screen and (max-width: 940px) {
  footer.l-omxft .l-ft__banner ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 640px) {
  footer.l-omxft .l-ft__banner ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 480px) {
  footer.l-omxft .l-ft__banner ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 940px) {
  footer.l-omxft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  footer.l-omxft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  footer.l-omxft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  footer.l-omxft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer.l-omxft .l-ft__banner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*----------------------------------------
ワンズサイクル 共通のスタイル
----------------------------------------*/
#l-wrapper.l-omxwrapper {
  border-top: none;
}

/*----------------------------------------
ダイユーエイトMAX headerに適用するスタイル
----------------------------------------*/
header.l-maxhd > div {
  margin-top: 6px;
}
header.l-maxhd nav {
  background-color: #062F99;
}
header.l-maxhd nav > ul > li {
  width: 19.98%;
}
header.l-maxhd nav > ul > li:hover {
  background-color: #051E60;
}
header.l-maxhd nav > ul > li a span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -3px;
}

.l-maxhd__logo-anker {
  width: 500px;
  max-width: 80%;
}
.l-maxhd__logo {
  width: 100%;
  height: auto;
  display: block;
}

/* ハンバーガーメニュー
---------------------------------------*/
#l-hd__hamburger.l-maxhd > div .l-hd__border {
  background-color: #062F99;
}

/*----------------------------------------
ワンズサイクル footerに適用するスタイル
----------------------------------------*/
footer.l-maxft .l-ft__banner {
  background-color: #062F99;
}
footer.l-maxft .l-ft__banner ul li {
  width: calc((99.9% - 50px) / 5);
  margin-bottom: 0;
}
@media screen and (max-width: 940px) {
  footer.l-maxft .l-ft__banner ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 640px) {
  footer.l-maxft .l-ft__banner ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 480px) {
  footer.l-maxft .l-ft__banner ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 940px) {
  footer.l-maxft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  footer.l-maxft .l-ft__banner ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  footer.l-maxft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  footer.l-maxft .l-ft__banner ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer.l-maxft .l-ft__banner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*----------------------------------------
ワンズサイクル 共通のスタイル
----------------------------------------*/
#l-wrapper.l-maxwrapper {
  border-top: none;
}

/*----------------------------------------
エイトプロ headerに適用するスタイル
----------------------------------------*/
.l-eightprohd nav {
  background: #000;
}
.l-eightprohd .u-cf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-eightprohd .u-cf li {
  width: initial;
  float: initial;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.l-eightprohd .u-cf li:hover {
  background: #666;
}

/*----------------------------------------
エイトプロ footerに適用するスタイル
----------------------------------------*/
.l-eightproft__banner {
  padding: 50px 0;
  background-color: #000;
}
.l-eightproft__banner ul {
  width: 96%;
  max-width: 1020px;
  overflow: hidden;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-eightproft__banner ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .l-eightproft__banner ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-eightproft__banner ul img {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
ボタン要素に適用するスタイル
----------------------------------------*/
.c-btn__tolist {
  display: inline-block;
  width: 80px;
  position: absolute;
  top: 10px;
  right: 0;
}
.c-btn__tolist::before, .c-btn__tolist::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-btn__tolist::before {
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #323232;
}
.c-btn__tolist::after {
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .c-btn__tolist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 300px;
    height: 46px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: #005e3c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #005e3c;
    color: #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
  }
  .c-btn__tolist::before, .c-btn__tolist::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .c-btn__tolist::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .c-btn__tolist::after {
    right: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #005e3c;
    border-right: 2px solid #005e3c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-btn__tolist:hover {
    background-color: #ffffff;
    color: #005e3c;
  }
  .c-btn__tolist:hover::before {
    background-color: #005e3c;
  }
  .c-btn__tolist:hover::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
}

.c-btn {
  padding: 10px;
  min-width: 300px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn--sub6 {
  color: #fff;
  background-color: #005e3c;
  border: solid 1px #005e3c;
}
.c-btn--sub6:hover {
  color: #005e3c;
  background-color: #fff;
}
.c-btn__more {
  background-color: #ccdfc7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn__more::before, .c-btn__more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-btn__more::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
.c-btn__more::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn__more:hover {
  background-color: #ffffff;
  color: #005e3c;
}
.c-btn__more:hover::before {
  background-color: #005e3c;
}
.c-btn__more:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
#p-home__cm .c-btn__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-btn__more--center {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0 auto;
}
.c-btn__more--eightpro, .c-btn__more--eightpro::before, .c-btn__more--eightpro::after {
  border-color: #000;
}
.c-btn__more--eightpro {
  background-color: #000;
  color: #fff;
}
.c-btn__more--eightpro:hover {
  color: #000;
}
.c-btn__more--eightpro:hover::before {
  background-color: #000;
}

/*----------------------------------------
フォーム要素に適用するスタイル
----------------------------------------*/
.c-form label.error {
  display: block;
  font-size: 0.9em;
  color: red;
}

/*----------------------------------------
見出し要素に適用するスタイル
----------------------------------------*/
.c-hd__title {
  display: inline-block;
  padding: 0 4px;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .c-hd__title {
    width: 100%;
    text-align: center;
    background: none;
  }
}
@media screen and (max-width: 480px) {
  .c-hd__title {
    font-size: 20px;
  }
}

.c-hd__subtitle {
  width: 100%;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-hd__subheading {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

/*----------------------------------------
リスト要素に適用するスタイル
----------------------------------------*/
.c-lst__disc {
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-lst__disc li {
  position: relative;
  font-size: 16px;
}
.c-lst__disc li::before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #005e3c;
  position: absolute;
  left: -28px;
  top: 11px;
}

.c-lst__number {
  padding-left: 28px;
}
.c-lst__number li {
  list-style-type: decimal;
}

.c-lst__parentheses {
  padding-left: 28px;
}
.c-lst__parentheses li {
  list-style-type: none;
  position: relative;
  counter-increment: cnt;
}
.c-lst__parentheses li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: -28px;
}

/*----------------------------------------
テーブル要素に適用するスタイル
----------------------------------------*/
.c-tbl__horizontal,
.c-tbl__vertical,
.c-tbl__scroll__horizontal table,
.c-tbl__scroll__vertical table {
  border-collapse: collapse;
  border-top: 1px solid #656565;
  border-left: 1px solid #656565;
}
.c-tbl__horizontal tr th, .c-tbl__horizontal tr td,
.c-tbl__vertical tr th,
.c-tbl__vertical tr td,
.c-tbl__scroll__horizontal table tr th,
.c-tbl__scroll__horizontal table tr td,
.c-tbl__scroll__vertical table tr th,
.c-tbl__scroll__vertical table tr td {
  padding: 22px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  vertical-align: middle;
}
.c-tbl__horizontal tr th,
.c-tbl__vertical tr th,
.c-tbl__scroll__horizontal table tr th,
.c-tbl__scroll__vertical table tr th {
  background-color: #eeeeee;
}

.c-tbl__horizontal,
.c-tbl__vertical {
  width: 100%;
  margin-top: 30px;
}

.c-tbl__horizontal tr th {
  text-align: left;
}

.c-tbl__vertical tr th {
  text-align: center;
}

.c-tbl__scroll__horizontal,
.c-tbl__scroll__vertical {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-tbl__scroll__horizontal table tr th,
.c-tbl__scroll__vertical table tr th {
  text-align: center;
}

.c-tbl__scroll__horizontal {
  overflow-x: scroll;
}

.c-tbl__scroll__vertical {
  /*height: 各ページごとのcssで設定*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.c-tbl__scroll__vertical table {
  width: 100%;
}

.c-tbl__alignright {
  text-align: right;
}

.c-tbl__alignleft {
  text-align: left;
}

/*----------------------------------------
リスト要素に適用するスタイル
----------------------------------------*/
.c-a__text {
  text-decoration: underline;
}
.c-a__text:hover {
  color: #bb0600;
}

/* トップページ、店舗情報の"お知らせ"で使用するラベル */
.c-a__news .c-a__news__newslabel {
  position: absolute;
  top: -62px;
  left: -62px;
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 81px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-a__news .c-a__news__newslabel--all {
  background-color: #cf121b;
}
.c-a__news .c-a__news__newslabel--hc {
  background-color: #2f5e27;
}
.c-a__news .c-a__news__newscategory {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  color: #ffffff;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-a__news .c-a__news__newscategory--event {
  background-color: #eb6877;
  border: 1px solid #eb6877;
}
.c-a__news .c-a__news__newscategory--notice {
  background-color: #cf121b;
  border: 1px solid #cf121b;
}
.c-a__news .c-a__news__newscategory--shop {
  background-color: #328fd5;
  border: 1px solid #328fd5;
}
.c-a__news .c-a__news__newscategory--voice {
  background-color: #2f5e27;
  border: 1px solid #2f5e27;
}
.c-a__news .c-a__news__newscategory--office8 {
  background-color: #fff;
  border: none;
  color: #C23A3A;
}
.c-a__news .c-a__news__newscategory--cycle {
  background-color: #fff;
  border: none;
  color: #3286C5;
}
.c-a__news .c-a__news__newscategory--onesmax {
  background-color: #fff;
  border: none;
  color: #F8B500;
}
.c-a__news .c-a__news__newscategory--maxnotice {
  background-color: #2f5e27;
  border: 1px solid #2f5e27;
}
.c-a__news .c-a__news__newscategory--maxevent {
  background-color: #328fd5;
  border: 1px solid #328fd5;
}
.c-a__news .c-a__news__newscategory--maxnew {
  background-color: #eb6877;
  border: 1px solid #eb6877;
}
.c-a__news .c-a__news__newscategory--maxrecommend {
  background-color: #cf121b;
  border: 1px solid #cf121b;
}
.c-a__news:hover .c-a__news__newscategory {
  background-color: #fff;
}
.c-a__news:hover .c-a__news__newscategory--event {
  color: #eb6877;
}
.c-a__news:hover .c-a__news__newscategory--notice {
  color: #cf121b;
}
.c-a__news:hover .c-a__news__newscategory--shop {
  color: #328fd5;
}
.c-a__news:hover .c-a__news__newscategory--voice {
  color: #2f5e27;
}
.c-a__news:hover .c-a__news__newscategory--office8 {
  background-color: #C70000;
  color: #fff;
}
.c-a__news:hover .c-a__news__newscategory--cycle {
  background-color: #064DC9;
  color: #fff;
}
.c-a__news:hover .c-a__news__newscategory--onesmax {
  background-color: #F8B500;
  color: #fff;
}
.c-a__news:hover .c-a__news__newscategory--maxnotice {
  color: #2f5e27;
}
.c-a__news:hover .c-a__news__newscategory--maxevent {
  color: #328fd5;
}
.c-a__news:hover .c-a__news__newscategory--maxnew {
  color: #eb6877;
}
.c-a__news:hover .c-a__news__newscategory--maxrecommend {
  color: #cf121b;
}

#official .c-a__news .c-a__news__newscategory--office8,
#news .c-a__news .c-a__news__newscategory--office8 {
  color: #fff;
  border: 1px solid #C70000;
  background-color: #C70000;
}
#official .c-a__news .c-a__news__newscategory--cycle,
#news .c-a__news .c-a__news__newscategory--cycle {
  background-color: #064DC9;
  border: 1px solid #064DC9;
  color: #fff;
}
#official .c-a__news:hover .c-a__news__newscategory--office8,
#news .c-a__news:hover .c-a__news__newscategory--office8 {
  color: #C23A3A;
  background-color: #fff;
}
#official .c-a__news:hover .c-a__news__newscategory--cycle,
#news .c-a__news:hover .c-a__news__newscategory--cycle {
  color: #3286C5;
  background-color: #fff;
}

/*----------------------------------------
span要素に適用するスタイル
----------------------------------------*/
.c-spn__caption {
  font-size: 14px;
}

/*----------------------------------------
br要素に適用するスタイル
----------------------------------------*/
.c-br__sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .c-br__sp {
    display: inline;
  }
}

.c-br__down-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-br__down-md {
    display: inline;
  }
}

.c-br__pc {
  display: inline;
}
@media screen and (max-width: 480px) {
  .c-br__pc {
    display: none;
  }
}

.c-br__up-md {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-br__up-md {
    display: none;
  }
}

/*----------------------------------------
目次
----------------------------------------*/
.c-table-of-contents-container {
  text-align: center;
}

.c-table-of-contents {
  display: inline-block;
  text-align: left;
}

/*----------------------------------------
テキストのカラーリングやワード設定などに関する汎用クラス
----------------------------------------*/
.c-color-eightpro-pointcard {
  color: #e60012;
}

.c-wbr-text,
.c-wbr-text * {
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .c-wbr-text,
  .c-wbr-text * {
    word-break: initial;
    overflow-wrap: initial;
  }
}
/*----------------------------------------
一覧ページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
詳細ページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
トップページ内で使用するスタイル
----------------------------------------*/
#p-home__hcbanner {
  display: block;
  width: 578px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  #p-home__hcbanner {
    width: 96%;
  }
}
#p-home__hcbanner img {
  max-width: 100%;
}

#p-home__slider, .p-main-slider, .p-hc-slider {
  background-color: #ffffff;
}
#p-home__slider .sp-slide img, .p-main-slider .sp-slide img, .p-hc-slider .sp-slide img {
  width: 100%;
  height: auto;
}
#p-home__slider .sp-button, .p-main-slider .sp-button, .p-hc-slider .sp-button {
  color: #003616;
}
#p-home__slider .sp-selected-button, .p-main-slider .sp-selected-button, .p-hc-slider .sp-selected-button {
  background-color: #003616;
}

.p-main-slider, .p-hc-slider {
  background-color: #f6f6f6;
}

#p-home__banner {
  background-color: #f6f6f6;
}
#p-home__banner ul {
  width: 1020px;
  overflow: hidden;
  padding: 30px 0;
  margin: auto;
}
@media screen and (max-width: 1060px) {
  #p-home__banner ul {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #p-home__banner ul {
    padding: 16px 0 10px 0;
  }
}
#p-home__banner ul li {
  float: left;
  margin: 0 10px;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 480px) {
  #p-home__banner ul li {
    margin: 0 5px;
    width: calc((100% - 30px) / 4);
  }
}
#p-home__banner ul li a img {
  width: 100%;
  max-width: 100%;
}

.p-main-thumb-slider, .p-hc-thumb-slider {
  background-color: #f6f6f6;
}

.p-main-thumb-list, .p-hc-thumb-list {
  width: 1020px;
  overflow: hidden;
  padding: 30px 0;
  margin: auto;
}
@media screen and (max-width: 1060px) {
  .p-main-thumb-list, .p-hc-thumb-list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-main-thumb-list, .p-hc-thumb-list {
    padding: 16px 0 10px 0;
  }
}
.p-main-thumb-list__item, .p-hc-thumb-list__item {
  float: left;
  margin: 0 10px;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 480px) {
  .p-main-thumb-list__item, .p-hc-thumb-list__item {
    margin: 0 5px;
    width: calc((100% - 30px) / 4);
  }
}
.p-main-thumb-list__img, .p-hc-thumb-list__img {
  width: 100%;
  max-width: 100%;
}

#p-home__notice > div {
  width: 1020px;
  border: 2px solid #005e3c;
  padding: 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  #p-home__notice > div {
    width: 96%;
  }
}
#p-home__notice > div a {
  display: block;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
}
#p-home__notice > div p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p-home__notice > div p {
    text-align: left;
  }
}
#p-home__notice > div .p-home__notice {
  font-size: 16px;
  font-weight: 600;
  color: #005e3c;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

#p-home__cm > div > a {
  display: none;
}
#p-home__cm > div ul {
  overflow: hidden;
}
#p-home__cm > div ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  float: left;
}
#p-home__cm > div ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  #p-home__cm > div ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #p-home__cm > div ul li:nth-of-type(2) {
    margin-right: 0;
  }
  #p-home__cm > div ul li:last-of-type {
    width: 300px;
    height: 46px;
    margin-left: calc((100% - 300px) / 2);
  }
}
#p-home__cm > div ul li img {
  width: 100%;
  margin-bottom: 15px;
}
#p-home__cm > div ul li p {
  text-align: center;
}
#p-home__cm > div ul li.p-home__more > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: auto;
}
#p-home__cm > div ul li.p-home__more > a::before, #p-home__cm > div ul li.p-home__more > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-home__cm > div ul li.p-home__more > a::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-home__cm > div ul li.p-home__more > a::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-home__cm > div ul li.p-home__more > a:hover {
  background-color: #ffffff;
  color: #005e3c;
}
#p-home__cm > div ul li.p-home__more > a:hover::before {
  background-color: #005e3c;
}
#p-home__cm > div ul li.p-home__more > a:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
#p-home__cm > div ul li.p-home__more > a > span {
  display: block;
  height: auto;
  overflow: hidden;
  color: #ffffff;
  width: 100%;
}
#p-home__cm > div ul li.p-home__more > a > span::before {
  content: "";
  display: block;
  padding-top: 26%;
  width: 100%;
}
#p-home__cm > div ul li.p-home__more > a > span::after {
  content: "";
  display: block;
  padding-top: 26%;
  width: 100%;
}
#p-home__cm > div ul li.p-home__more > a:hover > span {
  color: #005e3c;
}
@media screen and (max-width: 420px) {
  #p-home__cm > div ul li p {
    font-size: 12px;
  }
}
#p-home__cm .p-home-cm-list-container {
  margin-left: -10px;
  margin-right: -10px;
}
#p-home__cm .p-home-cm-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-home__cm .p-home-cm-list__item {
  margin: 20px 0 0 0 !important;
  padding: 0 10px;
  width: 33.3333333333% !important;
  height: auto !important;
  float: none;
  clear: both;
}
#p-home__pickup > div ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-home__pickup > div ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  border-radius: 5px;
  position: relative;
}
#p-home__pickup > div ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #p-home__pickup > div ul li {
    width: calc((100% - 30px) / 2);
  }
  #p-home__pickup > div ul li:nth-of-type(3n) {
    margin-right: 30px;
  }
  #p-home__pickup > div ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #p-home__pickup > div ul li {
    width: 96%;
    margin-right: auto !important;
    margin-left: auto;
    border-radius: 0;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #p-home__pickup > div ul li {
    margin-bottom: 20px;
  }
}
#p-home__pickup > div ul li:hover > a > img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#p-home__pickup > div ul li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
#p-home__pickup > div ul li a::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
#p-home__pickup > div ul li a img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#p-home__pickup > div ul li a img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 640px) {
  #p-home__pickup > div ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
  }
  #p-home__pickup > div ul li a::before {
    content: none;
  }
  #p-home__pickup > div ul li a > img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: left;
    width: 35%;
    height: 100%;
    border-radius: 0;
  }
  #p-home__pickup > div ul li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#p-home__pickup > div ul li a > div {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 640px) {
  #p-home__pickup > div ul li a > div {
    position: relative;
    width: 65%;
    bottom: auto;
    padding: 5px 20px;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  #p-home__pickup > div ul li a > div {
    padding: 5px 15px;
  }
}
#p-home__pickup > div ul li a > div::before, #p-home__pickup > div ul li a > div::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 10;
}
#p-home__pickup > div ul li a > div::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffc31b;
}
#p-home__pickup > div ul li a > div::after {
  right: 9px;
  bottom: 8px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-home__pickup > div ul li a > div > div {
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
#p-home__pickup > div ul li a > div .p-home__puttl {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #p-home__pickup > div ul li a > div .p-home__puttl {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (max-width: 480px) {
  #p-home__pickup > div ul li a > div .p-home__puttl {
    font-size: 14px;
  }
}
#p-home__pickup > div ul li a > div .p-home__putxt {
  width: calc(100% - 50px);
}
@media screen and (max-width: 640px) {
  #p-home__pickup > div ul li a > div .p-home__putxt {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #p-home__pickup > div ul li a > div .p-home__putxt {
    font-size: 12px;
    line-height: 130%;
  }
}
@media screen and (max-width: 1024px) {
  #p-home__pickup .p-home-pickup-list li:nth-of-type(n + 3) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #p-home__pickup .p-home-pickup-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #p-home__pickup .p-home-pickup-list li {
    margin: 0;
    width: calc(50% - 10px);
  }
  #p-home__pickup .p-home-pickup-list div::before, #p-home__pickup .p-home-pickup-list div::after {
    content: none;
  }
  #p-home__pickup .p-home-pickup-list img,
  #p-home__pickup .p-home-pickup-list div {
    width: 100%;
  }
  #p-home__pickup .p-home-pickup-list div {
    padding-left: 0;
    padding-right: 0;
  }
  #p-home__pickup .p-home-pickup-list .p-home__putxt + div {
    display: none;
  }
}

#p-home__credit {
  padding-top: 10px;
}
#p-home__credit > div > ul {
  overflow: hidden;
  width: 100%;
}
#p-home__credit > div > ul > li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  background-color: #ddd;
  text-align: center;
  /* IE10以降 */
}
@media screen and (max-width: 600px) {
  #p-home__credit > div > ul > li {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (-ms-high-contrast: none) {
  #p-home__credit > div > ul > li {
    margin-right: 9px;
  }
}
#p-home__credit > div > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
#p-home__credit > div > ul > li > a > img {
  width: 100%;
}
#p-home__credit > div > ul > li:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #p-home__credit > div > ul > li:nth-of-type(2) {
    margin-right: 0;
  }
}

#official img {
  max-width: 100%;
  height: auto;
}
#official .c-hd__title {
  width: auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 480px) {
  #official .c-hd__title {
    font-size: 18px;
  }
}

.p-home-pickup-bnr__img {
  max-width: 100%;
  height: auto;
}

.p-home-bnrs-twolist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-home-bnrs-twolist__item {
  margin-top: 20px;
  width: calc(50% - 10px);
}

/*----------------------------------------
コーポレート トップページ内で使用するスタイル
----------------------------------------*/
#p-home__hcbanner {
  display: block;
  width: 578px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  #p-home__hcbanner {
    width: 96%;
  }
}
#p-home__hcbanner img {
  max-width: 100%;
}

#p-cphome__shop {
  background-color: #f6f6f6;
}
#p-cphome__shop > div ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #p-cphome__shop > div ul {
    width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #p-cphome__shop > div ul {
    width: 100%;
  }
}
#p-cphome__shop > div ul li {
  width: calc((99.9% - 100px) / 5);
  margin-right: 25px;
  float: left;
}
#p-cphome__shop > div ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  #p-cphome__shop > div ul li {
    width: calc((99.9% - 50px) / 3);
    margin-bottom: 20px;
    text-align: center;
  }
  #p-cphome__shop > div ul li:nth-of-type(3) {
    margin-right: 0;
  }
  #p-cphome__shop > div ul li:nth-of-type(4) {
    margin-left: 16.65%;
  }
  #p-cphome__shop > div ul li:last-child {
    margin-right: 16.65%;
  }
}
@media screen and (max-width: 480px) {
  #p-cphome__shop > div ul li {
    width: calc((99.9% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  #p-cphome__shop > div ul li:nth-of-type(3) {
    margin-right: 0;
  }
  #p-cphome__shop > div ul li:nth-of-type(4) {
    margin-left: 16.65%;
  }
  #p-cphome__shop > div ul li:last-child {
    margin-right: 16.65%;
  }
}
@media screen and (max-width: 420px) {
  #p-cphome__shop > div ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  #p-cphome__shop > div ul li p {
    font-size: 11px;
  }
}
#p-cphome__shop > div ul li img {
  width: 100%;
  margin-bottom: 4px;
}
#p-cphome__shop .p-cphome-shop-list-container {
  margin-left: -12px;
  margin-right: -12px;
}
#p-cphome__shop .p-cphome-shop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#p-cphome__shop .p-cphome-shop-list__item {
  margin: 20px 0 0 0 !important;
  padding: 0 12px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #p-cphome__shop .p-cphome-shop-list__item {
    width: 50%;
  }
}

/*----------------------------------------
ホームセンター　トップページ内で使用するスタイル
----------------------------------------*/
@media screen and (max-width: 1060px) {
  #p-hchome__special {
    padding-bottom: 60px !important;
  }
}
#p-hchome__special > div {
  width: 1020px;
  margin: auto;
}
#p-hchome__special > div > a {
  display: block;
  float: left;
  width: calc((100% - 20px) / 2);
  height: 150px;
  line-height: 150px;
  background-color: #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #323232;
}
#p-hchome__special > div > a:last-of-type {
  margin-left: 20px;
}
#p-hchome__special > div > a > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p-hchome__special > div > a {
    width: 100%;
    max-width: 500px;
    height: auto;
    line-height: 1;
    float: none;
    margin: 0 auto;
    background-color: transparent;
  }
  #p-hchome__special > div > a:last-of-type {
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 1060px) {
  #p-hchome__special > div {
    width: 96%;
  }
}
#p-hchome__special > div::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#p-hchome__shopping {
  width: 1020px;
  margin: auto;
}
@media screen and (max-width: 1060px) {
  #p-hchome__shopping {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  #p-hchome__shopping > h1 {
    margin-bottom: 10px;
  }
}
#p-hchome__shopping > ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 3px solid #003616;
}
#p-hchome__shopping > ul > li {
  width: 33.3333333333%;
  float: left;
  background-image: -webkit-linear-gradient(left, #003616, #003616 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #003616, #003616 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 980px) {
  #p-hchome__shopping > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  #p-hchome__shopping > ul > li:nth-of-type(11) {
    background-image: none !important;
  }
}
@media screen and (max-width: 980px) {
  #p-hchome__shopping > ul > li:nth-of-type(12) {
    background-image: none !important;
  }
}
#p-hchome__shopping > ul > li:nth-of-type(3n) > div {
  background-image: none;
}
@media screen and (max-width: 980px) {
  #p-hchome__shopping > ul > li:nth-of-type(3n) > div {
    background-image: -webkit-linear-gradient(top, #003616, #003616 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, #003616, #003616 1px, transparent 1px, transparent 3px);
  }
}
#p-hchome__shopping > ul > li:nth-of-type(2) > div img {
  left: 20px;
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li:nth-of-type(2) > div img {
    left: 10px;
    width: 50px;
  }
}
#p-hchome__shopping > ul > li:nth-of-type(6) > div img {
  left: 43px;
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li:nth-of-type(6) > div img {
    left: 26px;
    width: 32px;
  }
}
#p-hchome__shopping > ul > li:nth-of-type(10) > div img {
  left: 26px;
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li:nth-of-type(10) > div img {
    left: 14px;
  }
}
#p-hchome__shopping > ul > li:nth-of-type(12) > div img {
  left: 32px;
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li:nth-of-type(12) > div img {
    left: 17px;
  }
}
@media screen and (max-width: 980px) {
  #p-hchome__shopping > ul > li:nth-of-type(2n) > div {
    background-image: none !important;
  }
}
#p-hchome__shopping > ul > li:nth-of-type(n + 10) {
  background-image: none;
}
@media screen and (max-width: 980px) {
  #p-hchome__shopping > ul > li:nth-of-type(n + 10) {
    background-image: -webkit-linear-gradient(left, #003616, #003616 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #003616, #003616 1px, transparent 1px, transparent 3px);
  }
}
#p-hchome__shopping > ul > li > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #003616, #003616 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to bottom, #003616, #003616 1px, transparent 1px, transparent 3px);
  background-size: 1px 5px;
  background-position: right;
  background-repeat: repeat-y;
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li > div {
    padding: 30px 10px 30px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li > div {
    padding: 20px 10px 20px 80px;
  }
}
#p-hchome__shopping > ul > li > div img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 34px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li > div img {
    left: 20px;
    width: 45px;
  }
}
#p-hchome__shopping > ul > li > div > a {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #p-hchome__shopping > ul > li > div > a {
    font-size: 14px;
    line-height: 130%;
  }
}
@media screen and (max-width: 600px) {
  #p-hchome__shopping > ul > li > div ul {
    display: none;
  }
}
#p-hchome__shopping > ul > li > div ul li {
  position: relative;
  padding-left: 20px;
}
#p-hchome__shopping > ul > li > div ul li::before {
  display: inline-block;
  content: "・";
  width: 20px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  #p-hchome__shopping > ul > li > div p {
    display: none;
  }
}

#p-hchome__shop {
  background-color: #f6f6f6;
}
#p-hchome__shop > div {
  width: 1020px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1060px) {
  #p-hchome__shop > div {
    width: 96%;
  }
}
#p-hchome__shop > div > div {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#p-hchome__shop > div > div > div {
  float: left;
}
@media screen and (max-width: 768px) {
  #p-hchome__shop > div > div > div {
    float: none;
  }
}
#p-hchome__shop > div > div > div:first-of-type {
  width: calc((99.9% - 140px) / 5);
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  #p-hchome__shop > div > div > div:first-of-type {
    width: 165px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#p-hchome__shop > div > div > div:first-of-type a img {
  width: 100%;
}
#p-hchome__shop > div > div > div:last-of-type {
  width: calc(99.9% - (99.9% - 140px) / 5 - 80px);
}
@media screen and (max-width: 768px) {
  #p-hchome__shop > div > div > div:last-of-type {
    width: 100%;
  }
}
#p-hchome__shop > div > div > div:last-of-type ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#p-hchome__shop > div > div > div:last-of-type ul li {
  width: calc((99.9% - 60px) / 4);
  float: left;
  margin-right: 20px;
  /* IE10以降 */
}
@media all and (-ms-high-contrast: none) {
  #p-hchome__shop > div > div > div:last-of-type ul li {
    margin-right: 19px;
  }
}
@media screen and (max-width: 500px) {
  #p-hchome__shop > div > div > div:last-of-type ul li {
    width: calc((99.9% - 60px) / 2);
    margin-bottom: 10px;
  }
}
#p-hchome__shop > div > div > div:last-of-type ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  #p-hchome__shop > div > div > div:last-of-type ul li:nth-of-type(2) {
    margin-right: 0;
  }
}
#p-hchome__shop > div > div > div:last-of-type ul li img {
  width: 100%;
}

#hc .c-hd__title {
  width: auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 480px) {
  #hc .c-hd__title {
    font-size: 18px;
  }
}

/*----------------------------------------
問い合わせページ内で使用するスタイル
----------------------------------------*/
#p-inq > div table tr th {
  background-color: #eeeeee;
  width: 220px;
}
@media screen and (max-width: 480px) {
  #p-inq > div table tr th {
    width: 150px;
  }
}
#p-inq > div table tr td input, #p-inq > div table tr td textarea, #p-inq > div table tr td select {
  border: solid 1px #656565;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#p-inq > div table tr td input[type=text],
#p-inq > div table tr td input[type=email],
#p-inq > div table tr td input[type=tel] {
  height: 26px;
}
#p-inq > div table tr td input[name=name],
#p-inq > div table tr td input[name=kana],
#p-inq > div table tr td input[name=tel] {
  width: 300px;
}
@media screen and (max-width: 570px) {
  #p-inq > div table tr td input[name=name],
  #p-inq > div table tr td input[name=kana],
  #p-inq > div table tr td input[name=tel] {
    width: 100%;
  }
}
#p-inq > div table tr td input[name=email],
#p-inq > div table tr td input[name=address],
#p-inq > div table tr td textarea {
  width: 100%;
}
#p-inq > div table tr td ul li {
  display: inline-block;
}
#p-inq > div table tr td ul li label {
  margin: 0 20px 0 6px;
}
#p-inq > div #p-inq__privacy {
  width: 100%;
  overflow-y: scroll;
  height: 200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #656565;
}
#p-inq > div input[type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 30px auto 0 auto;
}
#p-inq > div input[type=submit]::before, #p-inq > div input[type=submit]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-inq > div input[type=submit]::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-inq > div input[type=submit]::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-inq > div input[type=submit]:hover {
  background-color: #ffffff;
  color: #005e3c;
}
#p-inq > div input[type=submit]:hover::before {
  background-color: #005e3c;
}
#p-inq > div input[type=submit]:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #p-inq .contact-selects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#p-inq .contact-selects select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #p-inq .contact-selects label {
    width: calc(20% - 10px);
  }
}

.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5% 3%;
  overflow-y: auto;
}

.contact-modal-container {
  background-color: #fff;
  border-radius: 20px;
  padding: clamp(10px, 5%, 30px);
}
.contact-modal-container .contact-modal-content {
  max-width: 800px;
  margin-inline: auto;
}
.contact-modal-container p {
  text-align: center;
}
.contact-modal-container dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contact-modal-container dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-modal-container dl dt,
.contact-modal-container dl dd {
  padding: 10px 5px;
  border-top: solid 1px #666;
}
.contact-modal-container dl dt:last-of-type,
.contact-modal-container dl dd:last-of-type {
  border-bottom: solid 1px #666;
}
.contact-modal-container dl dt {
  text-align: right;
  font-weight: bold;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .contact-modal-container dl dt {
    text-align: left;
  }
  .contact-modal-container dl dt:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-modal-container dl dd {
    border: none;
  }
}
.contact-modal-container .modal-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contact-modal-container .modal-btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-modal-container .modal-btns button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 30px auto 0 auto;
}
.contact-modal-container .modal-btns button:first-child {
  color: #fff;
  background-color: #333;
  border-color: #000;
}

/*----------------------------------------
問い合わせページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
サービス一覧ページ内で使用するスタイル
----------------------------------------*/
#p-hcservice__list > div ul {
  overflow: hidden;
}
#p-hcservice__list > div ul li {
  float: left;
  margin-bottom: 20px;
}
#p-hcservice__list > div ul li:nth-of-type(1), #p-hcservice__list > div ul li:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc((100% - 20px) / 2);
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 50px;
}
#p-hcservice__list > div ul li:nth-of-type(1)::before, #p-hcservice__list > div ul li:nth-of-type(1)::after, #p-hcservice__list > div ul li:nth-of-type(2)::before, #p-hcservice__list > div ul li:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-hcservice__list > div ul li:nth-of-type(1)::before, #p-hcservice__list > div ul li:nth-of-type(2)::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-hcservice__list > div ul li:nth-of-type(1)::after, #p-hcservice__list > div ul li:nth-of-type(2)::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-hcservice__list > div ul li:nth-of-type(1):hover, #p-hcservice__list > div ul li:nth-of-type(2):hover {
  background-color: #ffffff;
  color: #005e3c;
}
#p-hcservice__list > div ul li:nth-of-type(1):hover::before, #p-hcservice__list > div ul li:nth-of-type(2):hover::before {
  background-color: #005e3c;
}
#p-hcservice__list > div ul li:nth-of-type(1):hover::after, #p-hcservice__list > div ul li:nth-of-type(2):hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
@media screen and (max-width: 480px) {
  #p-hcservice__list > div ul li:nth-of-type(1), #p-hcservice__list > div ul li:nth-of-type(2) {
    width: 100%;
  }
}
#p-hcservice__list > div ul li:nth-of-type(1) {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  #p-hcservice__list > div ul li:nth-of-type(1) {
    margin-right: 0;
  }
}
#p-hcservice__list > div ul li:nth-of-type(3) a img {
  width: 100%;
}
#p-hcservice__list > div ul li a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
#p-hcservice__list > div ul li a:hover {
  color: #005e3c;
}

#p-hcservice__lottery > div > div {
  overflow: hidden;
}
#p-hcservice__lottery > div > div p {
  float: left;
  width: calc(100% - 300px - 20px);
}
@media screen and (max-width: 680px) {
  #p-hcservice__lottery > div > div p {
    width: 100%;
    float: none;
  }
}
#p-hcservice__lottery > div > div p a::after {
  content: "|";
  margin: 0 10px;
}
#p-hcservice__lottery > div > div img {
  float: right;
  width: 300px;
  height: auto;
  background-color: #656565;
  color: #ffffff;
}
@media screen and (max-width: 680px) {
  #p-hcservice__lottery > div > div img {
    float: none;
    margin: 20px auto 0 auto;
    width: 100%;
  }
}

#p-hcservice__credit > div > div {
  overflow: hidden;
}
#p-hcservice__credit > div > div ul {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
  float: left;
}
@media screen and (max-width: 480px) {
  #p-hcservice__credit > div > div ul {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
#p-hcservice__credit > div > div ul li {
  width: 100%;
}
#p-hcservice__credit > div > div ul li:nth-of-type(1) {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #p-hcservice__credit > div > div ul li:nth-of-type(1) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  #p-hcservice__credit > div > div ul li:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
#p-hcservice__credit > div > div ul li img {
  width: 100%;
  display: block;
}
#p-hcservice__credit > div > div > img {
  display: block;
  float: left;
  width: calc((100% - 20px) / 2);
  height: auto;
}
@media screen and (max-width: 480px) {
  #p-hcservice__credit > div > div > img {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

.p-hcservice__notice {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
}

.p-hcservice__plicelist {
  text-align: right;
  margin-top: 20px;
}

.p-hcservice__service > div ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-hcservice__service > div ul li {
  margin-bottom: 40px;
  width: 100%;
}
.p-hcservice__service > div ul li div {
  overflow: hidden;
}
.p-hcservice__service > div ul li div img {
  float: left;
  width: 190px;
  margin-right: 20px;
}
@media screen and (max-width: 370px) {
  .p-hcservice__service > div ul li div img {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.p-hcservice__service > div ul li div p {
  float: left;
  width: calc(100% - 190px - 20px);
}
@media screen and (max-width: 370px) {
  .p-hcservice__service > div ul li div p {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
.p-hcservice__service > div ul li table {
  margin-top: 20px;
  width: 400px;
}
@media screen and (max-width: 370px) {
  .p-hcservice__service > div ul li table {
    width: 100%;
  }
}

#p-hcservice__paid2 > div > div {
  overflow: hidden;
}
#p-hcservice__paid2 > div > div > div {
  width: calc(100% - 300px - 30px);
  margin-right: 30px;
  float: left;
}
@media screen and (max-width: 768px) {
  #p-hcservice__paid2 > div > div > div {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
#p-hcservice__paid2 > div > div > img {
  width: 300px;
  float: left;
}
@media screen and (max-width: 768px) {
  #p-hcservice__paid2 > div > div > img {
    float: none;
    display: block;
    margin: 30px auto 0 auto;
  }
}

.c-tbl__scroll__vertical {
  height: 300px;
}

.p-hcservice__hankotable1 {
  width: 600px;
}

.p-hcservice__hankotable2 {
  width: 700px;
}

.p-hcservice__hankotable3 {
  width: 100%;
}
@media screen and (max-width: 840px) {
  .p-hcservice__hankotable3 {
    width: 380px;
  }
}

/*----------------------------------------
ポイントカードページ内で使用するスタイル
----------------------------------------*/
#p-hcpcard > div h1 {
  width: 100%;
  margin-bottom: 0;
}
#p-hcpcard > div h1 img {
  width: 100%;
}
#p-hcpcard > div > p {
  margin: 20px 80px;
}
@media screen and (max-width: 680px) {
  #p-hcpcard > div > p {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#p-hcpcard > div .p-hcpcard__point {
  overflow: hidden;
}
#p-hcpcard > div .p-hcpcard__point li {
  float: left;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  /* Edge */
  /* IE10以降 */
}
@supports (-ms-ime-align: auto) {
  #p-hcpcard > div .p-hcpcard__point li {
    margin-right: 39px;
  }
}
@media screen and (max-width: 480px) {
  #p-hcpcard > div .p-hcpcard__point li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    /* Edge */
  }
  @supports (-ms-ime-align: auto) {
    #p-hcpcard > div .p-hcpcard__point li {
      margin-right: 19px;
    }
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 480px) {
  #p-hcpcard > div .p-hcpcard__point li {
    margin-right: 19px;
  }
}
#p-hcpcard > div .p-hcpcard__point li:nth-of-type(3) {
  margin-right: 0;
}
#p-hcpcard > div .p-hcpcard__point li img {
  width: 100%;
}
#p-hcpcard > div .p-hcpcard__list > li {
  overflow: hidden;
  margin-bottom: 40px;
}
#p-hcpcard > div .p-hcpcard__list > li div {
  width: calc(100% - 300px - 20px);
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 680px) {
  #p-hcpcard > div .p-hcpcard__list > li div {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
#p-hcpcard > div .p-hcpcard__list > li div h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 360px) {
  #p-hcpcard > div .p-hcpcard__list > li div h2 {
    font-size: 16px;
  }
}
#p-hcpcard > div .p-hcpcard__list > li > img {
  width: 300px;
  float: left;
}
@media screen and (max-width: 680px) {
  #p-hcpcard > div .p-hcpcard__list > li > img {
    float: none;
    margin: 20px auto 0 auto;
    display: block;
  }
}

/*----------------------------------------
IRページ内で使用するスタイル
----------------------------------------*/
#p-cpir > div ul {
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #p-cpir > div ul {
    width: 96%;
  }
}
@media screen and (max-width: 680px) {
  #p-cpir > div ul {
    width: 440px;
  }
}
@media screen and (max-width: 500px) {
  #p-cpir > div ul {
    width: 96%;
  }
}
#p-cpir > div ul li {
  float: left;
  width: calc((99.9% - 40px) / 2);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p-cpir > div ul li {
    width: calc((99.9% - 30px) / 2);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 680px) {
  #p-cpir > div ul li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #p-cpir > div ul li {
    margin-bottom: 20px;
  }
}
#p-cpir > div ul li:nth-of-type(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #p-cpir > div ul li:nth-of-type(2n) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 680px) {
  #p-cpir > div ul li:nth-of-type(2n) {
    margin-left: 0;
  }
}
#p-cpir > div ul li a {
  display: block;
  width: 100%;
}
#p-cpir > div ul li a:hover img {
  opacity: 1;
  background-image: url(../img/ir/bg_ir_on.png);
}
#p-cpir > div ul li a img {
  width: 100%;
  background-image: url(../img/ir/bg_ir_off.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*----------------------------------------
物流センターのご案内ページ内で使用するスタイル
----------------------------------------*/
#p-cplogistics > div > img {
  width: 100%;
}
#p-cplogistics > div table tr th {
  width: 160px;
}
@media screen and (max-width: 480px) {
  #p-cplogistics > div table tr th {
    width: 80px;
  }
}

/*----------------------------------------
東京事務所案内ページ内で使用するスタイル
----------------------------------------*/
#p-cptokyo > div ul {
  overflow: hidden;
}
#p-cptokyo > div ul li {
  float: left;
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}
#p-cptokyo > div ul li:nth-of-type(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #p-cptokyo > div ul li:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #p-cptokyo > div ul li {
    float: none;
    width: 100%;
  }
}
#p-cptokyo > div ul li img {
  width: 100%;
}
#p-cptokyo > div ul li table {
  margin-top: 0;
}
#p-cptokyo > div ul li table tr th {
  width: 130px;
}
#p-cptokyo > div ul li iframe {
  width: 100%;
}

/*----------------------------------------
役員一覧・組織体制ページ内で使用するスタイル
----------------------------------------*/
#p-cpsoshiki__executive > div table tr th {
  width: 140px;
}
@media screen and (max-width: 360px) {
  #p-cpsoshiki__executive > div table tr th {
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  #p-cpsoshiki__executive > div table tr td:nth-of-type(1) {
    width: 110px;
  }
}

#p-cpsoshiki__chart > div {
  text-align: center;
}
#p-cpsoshiki__chart > div > img {
  width: 100%;
}
#p-cpsoshiki__chart > div .p-cpsoshiki__pdf {
  position: relative;
  padding-left: 24px;
}
#p-cpsoshiki__chart > div .p-cpsoshiki__pdf::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico_pdf.gif);
  background-repeat: no-repeat;
}
#p-cpsoshiki__chart > div p {
  margin: 10px auto;
}

/*----------------------------------------
沿革ページ内で使用するスタイル
----------------------------------------*/
#p-cpenkaku > div > img {
  width: 100%;
}
#p-cpenkaku > div table tr th:nth-of-type(1) {
  width: 90px;
}
#p-cpenkaku > div table tr th:nth-of-type(2) {
  width: 100px;
}

/*----------------------------------------
会社概要ページ内で使用するスタイル
----------------------------------------*/
#p-cpgaiyou > div > img {
  width: 100%;
}
#p-cpgaiyou > div table tr th {
  width: 160px;
}
@media screen and (max-width: 480px) {
  #p-cpgaiyou > div table tr th {
    width: 110px;
  }
}
@media screen and (max-width: 560px) {
  #p-cpgaiyou > div table tr td span {
    display: none;
  }
}
#p-cpgaiyou > div iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 480px) {
  #p-cpgaiyou > div iframe {
    height: 300px;
  }
}

/*----------------------------------------
経営理念ページ内で使用するスタイル
----------------------------------------*/
#p-cprinen > div > img {
  width: 100%;
}
#p-cprinen > div h3 {
  text-align: center;
}
#p-cprinen > div h3 img {
  max-width: 100%;
}
#p-cprinen > div ul li {
  overflow: hidden;
  padding-bottom: 30px;
}
#p-cprinen > div ul li h4 {
  float: left;
  width: 260px;
  height: 36px;
  font-size: 22px;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 600px) {
  #p-cprinen > div ul li h4 {
    float: none;
    width: 100%;
  }
}
#p-cprinen > div ul li h4::before {
  content: "1.";
  margin-right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#p-cprinen > div ul li p {
  float: left;
  width: calc(100% - 260px);
  font-size: 16px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #p-cprinen > div ul li p {
    float: none;
    width: 100%;
    padding-left: 40px;
  }
}

/*----------------------------------------
ごあいさつページ内で使用するスタイル
----------------------------------------*/
#p-cpaisatsu .p-messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cpaisatsu .p-messages__picture {
  padding-right: 40px;
  width: 240px;
}
@media screen and (max-width: 480px) {
  #p-cpaisatsu .p-messages__picture {
    width: 100%;
    padding-right: 0;
  }
}
#p-cpaisatsu .p-messages__img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #p-cpaisatsu .p-messages__img {
    max-width: 100%;
    width: auto;
  }
}
#p-cpaisatsu .p-messages__text {
  width: calc(100% - 240px);
}
@media screen and (max-width: 480px) {
  #p-cpaisatsu .p-messages__text {
    width: 100%;
  }
}

/*----------------------------------------
事業内容ページ内で使用するスタイル
----------------------------------------*/
#p-cpjigyou > div ul li > img {
  width: 100%;
}
#p-cpjigyou > div ul li > div {
  overflow: hidden;
}
#p-cpjigyou > div ul li > div img {
  float: left;
  width: 180px;
  margin-right: 40px;
}
@media screen and (max-width: 620px) {
  #p-cpjigyou > div ul li > div img {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
#p-cpjigyou > div ul li > div div {
  float: left;
  width: calc(100% - 180px - 40px);
}
@media screen and (max-width: 620px) {
  #p-cpjigyou > div ul li > div div {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #p-cpjigyou > div ul li > div div h2 {
    margin-bottom: 10px;
  }
}
#p-cpjigyou > div ul li > div div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 360px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#p-cpjigyou > div ul li > div div a::before, #p-cpjigyou > div ul li > div div a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-cpjigyou > div ul li > div div a::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-cpjigyou > div ul li > div div a::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-cpjigyou > div ul li > div div a:hover {
  background-color: #ffffff;
  color: #005e3c;
}
#p-cpjigyou > div ul li > div div a:hover::before {
  background-color: #005e3c;
}
#p-cpjigyou > div ul li > div div a:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
@media screen and (max-width: 620px) {
  #p-cpjigyou > div ul li > div div a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 380px) {
  #p-cpjigyou > div ul li > div div a {
    width: 100%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 360px) {
  #p-cpjigyou > div ul li > div div a {
    font-size: 13px;
  }
}

/*----------------------------------------
社会貢献活動ページ内で使用するスタイル
----------------------------------------*/
@media screen and (max-width: 580px) {
  .p-cpkouken > div h1, .p-cpkouken > div h2 {
    line-height: 160%;
  }
}
.p-cpkouken > div h1 br, .p-cpkouken > div h2 br {
  display: none;
}
@media screen and (max-width: 580px) {
  .p-cpkouken > div h1 br, .p-cpkouken > div h2 br {
    display: inline;
  }
}
.p-cpkouken > div > ul {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p-cpkouken > div > ul > li table tr th {
    width: 100px;
  }
}
.p-cpkouken > div > ul > li .p-cpkouken__img {
  overflow: hidden;
}
.p-cpkouken > div > ul > li .p-cpkouken__img li {
  float: left;
  width: calc((100% - 40px) / 2);
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p-cpkouken > div > ul > li .p-cpkouken__img li {
    float: none;
    width: 100%;
  }
}
.p-cpkouken > div > ul > li .p-cpkouken__img li:nth-of-type(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .p-cpkouken > div > ul > li .p-cpkouken__img li:nth-of-type(2n) {
    margin-left: 0;
  }
}
.p-cpkouken > div > ul > li .p-cpkouken__img li img {
  width: 100%;
}

/*----------------------------------------
新規出店用地募集ページ内で使用するスタイル
----------------------------------------*/
#p-cptenpoyouchi > div ul {
  overflow: hidden;
}
#p-cptenpoyouchi > div ul li {
  float: left;
}
@media screen and (max-width: 680px) {
  #p-cptenpoyouchi > div ul li {
    float: none;
    margin-bottom: 20px;
  }
}
#p-cptenpoyouchi > div ul li:nth-of-type(1) {
  width: 30%;
}
@media screen and (max-width: 680px) {
  #p-cptenpoyouchi > div ul li:nth-of-type(1) {
    width: 100%;
  }
}
#p-cptenpoyouchi > div ul li:nth-of-type(2) {
  margin-left: 40px;
  width: calc(70% - 40px);
}
@media screen and (max-width: 680px) {
  #p-cptenpoyouchi > div ul li:nth-of-type(2) {
    margin-left: 0;
    width: 100%;
  }
}
#p-cptenpoyouchi > div ul li img {
  width: 100%;
  display: block;
  margin: auto;
  /*@media screen and (max-width: 680px) {
    width: auto;
  }*/
}

#p-cptenpoyouchi__outline {
  padding-top: 0;
}
#p-cptenpoyouchi__outline > div > div {
  height: 40px;
  overflow: hidden;
}
#p-cptenpoyouchi__outline > div > div img {
  width: 40px;
  margin-right: 20px;
  float: left;
}
#p-cptenpoyouchi__outline > div > div h3 {
  width: calc(100% - 40px - 20px);
  height: 100%;
  float: left;
  padding-bottom: 0;
}
#p-cptenpoyouchi__outline > div table {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #p-cptenpoyouchi__outline > div table tr th {
    width: 130px;
  }
}

/*----------------------------------------
貸借対照表ページ内で使用するスタイル
----------------------------------------*/
#p-cpbs > div > a {
  position: relative;
  padding-right: 24px;
  display: block;
  width: 100%;
}
#p-cpbs > div > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico_pdf.gif);
  background-repeat: no-repeat;
}

/*----------------------------------------
貸借対照表ページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
役員一覧・組織体制ページ内で使用するスタイル
----------------------------------------*/
#p-cpkessan > div ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cpkessan > div ul li time {
  display: inline-block;
  width: 100px;
}
#p-cpkessan > div ul li .p-cpkessan__pdf {
  position: relative;
  padding-right: 24px;
  display: inline-block;
  width: calc(100% - 100px - 10px);
}
#p-cpkessan > div ul li .p-cpkessan__pdf::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico_pdf.gif);
  background-repeat: no-repeat;
}

/*----------------------------------------
関連会社ページ内で使用するスタイル
----------------------------------------*/
#p-cpkanren > div ul {
  overflow: hidden;
}
#p-cpkanren > div ul li {
  width: calc((100% - 80px) / 3);
  margin-right: 39px;
  float: left;
}
@media screen and (max-width: 480px) {
  #p-cpkanren > div ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
#p-cpkanren > div ul li:last-child {
  margin-right: 0;
}
#p-cpkanren > div ul li img {
  width: 100%;
}
#p-cpkanren > div table tr th {
  width: 160px;
}
@media screen and (max-width: 480px) {
  #p-cpkanren > div table tr th {
    width: 100px;
  }
}
#p-cpkanren > div iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 480px) {
  #p-cpkanren > div iframe {
    height: 300px;
  }
}

/*----------------------------------------
役員一覧・組織体制ページ内で使用するスタイル
----------------------------------------*/
#p-cpkessan > div ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cpkessan > div ul li time {
  display: inline-block;
  width: 100px;
}
#p-cpkessan > div ul li .p-cpkessan__pdf {
  position: relative;
  padding-right: 24px;
  display: inline-block;
  width: calc(100% - 100px - 10px);
}
#p-cpkessan > div ul li .p-cpkessan__pdf::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico_pdf.gif);
  background-repeat: no-repeat;
}

/*----------------------------------------
利用規約ページ内で使用するスタイル
----------------------------------------*/
#p-cpterms > div > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
#p-cpterms > div > div > div a {
  display: block;
  width: 112px;
  margin-right: 10px;
  float: left;
}
#p-cpterms > div > div > div p {
  float: left;
  width: calc(100% - 112px - 10px);
}

/*----------------------------------------
店舗情報ページ内で使用するスタイル
----------------------------------------*/
#p-cptenpo__slick ul {
  overflow: hidden;
}
#p-cptenpo__slick ul li {
  float: left;
}
#p-cptenpo__slick ul li img {
  width: 100%;
}

#p-cptenpo__info > div > img {
  width: 100%;
  height: 300px;
}
#p-cptenpo__info > div > div {
  overflow: hidden;
}
#p-cptenpo__info > div > div table {
  width: calc(100% - 500px - 40px);
  margin-right: 40px;
  float: left;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  #p-cptenpo__info > div > div table {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
#p-cptenpo__info > div > div table tr th {
  width: 100px;
}
#p-cptenpo__info > div > div iframe {
  width: 500px;
  height: 340px;
  float: left;
}
@media screen and (max-width: 900px) {
  #p-cptenpo__info > div > div iframe {
    width: 100%;
    float: none;
  }
}

#p-cptenpo__news {
  background-color: #ccdfc7;
}
#p-cptenpo__news > div {
  overflow: hidden;
}
#p-cptenpo__news > div .p-cptenpo__news__container {
  width: 600px;
  float: left;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 980px) {
  #p-cptenpo__news > div .p-cptenpo__news__container {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #p-cptenpo__news > div .p-cptenpo__news__container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #p-cptenpo__news > div .p-cptenpo__news__container > h2 {
    margin-bottom: 10px;
  }
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li {
  float: left;
  width: calc((100% - 44px) / 3);
  margin: 0 22px 40px 0;
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li a:first-of-type {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li a:first-of-type::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li a:first-of-type img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li a:first-of-type img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 520px) {
  #p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0 !important;
  }
}
@media screen and (max-width: 520px) {
  #p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li:nth-of-type(3n) {
  margin-right: 0;
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li a:last-of-type i {
  color: #323232;
  font-style: normal;
  font-size: 12px;
}
#p-cptenpo__news > div .p-cptenpo__news__container > div > div > ul li a:last-of-type p {
  letter-spacing: 0;
  word-break: break-all;
}
#p-cptenpo__news > div .p-cptenpo__news__banner {
  width: calc(100% - 600px - 40px);
  padding-top: 80px;
  float: left;
}
@media screen and (max-width: 980px) {
  #p-cptenpo__news > div .p-cptenpo__news__banner {
    width: 100%;
    padding-top: 0;
    float: none;
    overflow: hidden;
  }
}
#p-cptenpo__news > div .p-cptenpo__news__banner a {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #p-cptenpo__news > div .p-cptenpo__news__banner a {
    width: calc((100% - 20px) / 2);
    float: left;
  }
}
@media screen and (max-width: 480px) {
  #p-cptenpo__news > div .p-cptenpo__news__banner a {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #p-cptenpo__news > div .p-cptenpo__news__banner a:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #p-cptenpo__news > div .p-cptenpo__news__banner a:first-child {
    margin-right: 0;
  }
}
#p-cptenpo__news > div .p-cptenpo__news__banner a img {
  width: 100%;
  height: auto;
}

.p-cptenpo__service > div ul {
  margin-top: 20px;
  overflow: hidden;
}
.p-cptenpo__service > div ul li {
  float: left;
  overflow: hidden;
  width: calc((100% - 30px) / 4);
  height: 60px;
  margin-bottom: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-cptenpo__service > div ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 580px) {
  .p-cptenpo__service > div ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 400px) {
  .p-cptenpo__service > div ul li {
    width: 100%;
    margin-right: 0;
  }
}
.p-cptenpo__service > div ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-cptenpo__service > div ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 580px) {
  .p-cptenpo__service > div ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .p-cptenpo__service > div ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-cptenpo__service > div ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .p-cptenpo__service > div ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .p-cptenpo__service > div ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .p-cptenpo__service > div ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-cptenpo__service > div ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-cptenpo__service > div ul li span {
  width: calc(100% - 60px - 10px);
  height: 100%;
  float: left;
  line-height: 140%;
}
.p-cptenpo__service > div ul li span br {
  display: none;
}
@media screen and (max-width: 990px) {
  .p-cptenpo__service > div ul li span br {
    display: inline;
  }
}
@media screen and (max-width: 400px) {
  .p-cptenpo__service > div ul li span br {
    display: none;
  }
}
.p-cptenpo__service > div ul li img {
  width: 60px;
  height: 100%;
  margin-right: 10px;
  float: left;
}

/*----------------------------------------
店舗リストページ内で使用するスタイル
----------------------------------------*/
#p-cptenpolist > div nav ul {
  overflow: hidden;
}
#p-cptenpolist > div nav ul li {
  float: left;
  margin-right: 10px;
  width: calc((100% - 70px) / 8);
}
@media screen and (max-width: 900px) {
  #p-cptenpolist > div nav ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div nav ul li {
    width: calc((100% - 20px) / 3);
  }
}
#p-cptenpolist > div nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  #p-cptenpolist > div nav ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div nav ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div nav ul li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  #p-cptenpolist > div nav ul li:nth-of-type(n + 5) {
    margin-top: 10px;
  }
}
#p-cptenpolist > div nav ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 16px;
  background-color: #eeeeee;
  border: 1px solid #656565;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
}
#p-cptenpolist > div nav ul li a::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 12px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #323232 transparent transparent transparent;
}
#p-cptenpolist > div .p-cptenpolist__area,
#p-cptenpolist > div .p-cptenpolist__area__opend {
  width: 100%;
}
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__head,
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__subhead,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__head,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__subhead {
  height: 50px;
  padding-left: 16px;
  background-color: #eeeeee;
  position: relative;
  cursor: pointer;
}
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__head h2, #p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__head h3,
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__subhead h2,
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__subhead h3,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__head h2,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__head h3,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__subhead h2,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__subhead h3 {
  height: 100%;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
}
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__head h2 span, #p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__head h3 span,
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__subhead h2 span,
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__subhead h3 span,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__head h2 span,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__head h3 span,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__subhead h2 span,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__subhead h3 span {
  font-weight: 300;
}
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__head i,
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__subhead i,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__head i,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__subhead i {
  display: block;
  width: 11px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 16px;
  background-image: url(../img/tenpoindex/ico_plus.png);
}
#p-cptenpolist > div .p-cptenpolist__area.p-cptenpolist__active .p-cptenpolist__head i,
#p-cptenpolist > div .p-cptenpolist__area__opend.p-cptenpolist__active .p-cptenpolist__head i {
  background-image: url(../img/tenpoindex/ico_minus.png);
}
#p-cptenpolist > div .p-cptenpolist__area .p-cptenpolist__head,
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__head {
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
}
#p-cptenpolist > div .p-cptenpolist__area table,
#p-cptenpolist > div .p-cptenpolist__area__opend table {
  width: 100%;
  padding: 10px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#p-cptenpolist > div .p-cptenpolist__area table tr,
#p-cptenpolist > div .p-cptenpolist__area__opend table tr {
  width: 100%;
}
#p-cptenpolist > div .p-cptenpolist__area table tr.data-record:not(:last-child),
#p-cptenpolist > div .p-cptenpolist__area__opend table tr.data-record:not(:last-child) {
  border-bottom: 1px dotted #005e3c;
}
#p-cptenpolist > div .p-cptenpolist__area table tr.data-record td.name,
#p-cptenpolist > div .p-cptenpolist__area__opend table tr.data-record td.name {
  width: 16em;
}
@media screen and (max-width: 767px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr.data-record td.name,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr.data-record td.name {
    width: 6em;
  }
}
#p-cptenpolist > div .p-cptenpolist__area table tr.data-record td.business-hour,
#p-cptenpolist > div .p-cptenpolist__area__opend table tr.data-record td.business-hour {
  width: 10em;
}
@media screen and (max-width: 767px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr.data-record td.business-hour,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr.data-record td.business-hour {
    width: 6em;
  }
}
#p-cptenpolist > div .p-cptenpolist__area table tr th,
#p-cptenpolist > div .p-cptenpolist__area__opend table tr th {
  background-color: #c9c9c9;
  border-top: 10px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*&:nth-of-type(2){
    @media screen and (max-width: 600px) {
      width: 260px;
    }

    @media screen and (max-width: 500px) {
      width: 200px;
    }

    @media screen and (max-width: 420px) {
      width: 180px;
    }

    @media screen and (max-width: 380px) {
      width: 150px;
    }
  }*/
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr th,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr th {
    padding: 10px 6px;
  }
}
@media screen and (max-width: 370px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr th,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr th {
    font-size: 13px;
  }
}
#p-cptenpolist > div .p-cptenpolist__area table tr th:nth-of-type(1),
#p-cptenpolist > div .p-cptenpolist__area__opend table tr th:nth-of-type(1) {
  border-left: 10px solid #ffffff;
  width: 150px;
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr th:nth-of-type(1),
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr th:nth-of-type(1) {
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr th:nth-of-type(1),
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr th:nth-of-type(1) {
    width: 90px;
  }
}
#p-cptenpolist > div .p-cptenpolist__area table tr th:nth-of-type(3),
#p-cptenpolist > div .p-cptenpolist__area__opend table tr th:nth-of-type(3) {
  border-right: 10px solid #ffffff;
  width: 115px;
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr th:nth-of-type(3),
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr th:nth-of-type(3) {
    width: 90px;
  }
}
@media screen and (max-width: 370px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr th:nth-of-type(3),
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr th:nth-of-type(3) {
    width: 76px;
  }
}
#p-cptenpolist > div .p-cptenpolist__area table tr td,
#p-cptenpolist > div .p-cptenpolist__area__opend table tr td {
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr td,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr td {
    padding: 10px 6px;
  }
}
@media screen and (max-width: 370px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr td,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr td {
    font-size: 13px;
  }
}
#p-cptenpolist > div .p-cptenpolist__area table tr td:nth-of-type(1),
#p-cptenpolist > div .p-cptenpolist__area__opend table tr td:nth-of-type(1) {
  border-left: 10px solid #ffffff;
}
#p-cptenpolist > div .p-cptenpolist__area table tr td:nth-of-type(3),
#p-cptenpolist > div .p-cptenpolist__area__opend table tr td:nth-of-type(3) {
  border-right: 10px solid #ffffff;
}
#p-cptenpolist > div .p-cptenpolist__area table tr td address,
#p-cptenpolist > div .p-cptenpolist__area__opend table tr td address {
  font-style: normal;
  display: inline;
}
@media screen and (max-width: 480px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr td address,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr td address {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr td a,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr td a {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr td a,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr td a {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  #p-cptenpolist > div .p-cptenpolist__area table tr td span,
  #p-cptenpolist > div .p-cptenpolist__area__opend table tr td span {
    font-size: 13px;
  }
}
#p-cptenpolist > div .p-cptenpolist__area > ul {
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#p-cptenpolist > div .p-cptenpolist__area > ul li .p-cptenpolist__subhead {
  border-bottom: 1px solid #656565;
}
#p-cptenpolist > div .p-cptenpolist__area > ul li .p-cptenpolist__table {
  display: none;
}
#p-cptenpolist > div .p-cptenpolist__area > ul li.p-cptenpolist__active {
  border-bottom: 1px solid #656565;
}
#p-cptenpolist > div .p-cptenpolist__area > ul li.p-cptenpolist__active .p-cptenpolist__subhead i {
  background-image: url(../img/tenpoindex/ico_minus.png);
}
#p-cptenpolist > div .p-cptenpolist__area__opend .p-cptenpolist__opend {
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  border-bottom: 1px solid #656565;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------
会社案内ページ内で使用するスタイル
----------------------------------------*/
#p-cpannai > div > img {
  width: 100%;
}
#p-cpannai > div ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cpannai > div ul li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
@media screen and (max-width: 680px) {
  #p-cpannai > div ul li {
    width: 90%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
#p-cpannai > div ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  #p-cpannai > div ul li:nth-of-type(2n) {
    margin-right: auto;
  }
}
#p-cpannai > div ul li:hover > a > img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#p-cpannai > div ul li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
#p-cpannai > div ul li a::before {
  content: " ";
  display: block;
  padding-top: 45%;
}
#p-cpannai > div ul li a img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#p-cpannai > div ul li a img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#p-cpannai > div ul li a > div {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 480px) {
  #p-cpannai > div ul li a > div {
    padding: 10px;
  }
}
#p-cpannai > div ul li a > div::before, #p-cpannai > div ul li a > div::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 10;
}
#p-cpannai > div ul li a > div::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  background-color: #ffc31b;
}
@media screen and (max-width: 480px) {
  #p-cpannai > div ul li a > div::before {
    width: 25px;
    height: 25px;
  }
}
#p-cpannai > div ul li a > div::after {
  right: 10px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  #p-cpannai > div ul li a > div::after {
    right: 9px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}
#p-cpannai > div ul li a > div > div {
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
@media screen and (max-width: 480px) {
  #p-cpannai > div ul li a > div > div {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -40px;
  }
}
#p-cpannai > div ul li a > div > p {
  font-size: 20px;
  font-weight: 600;
}

/*----------------------------------------
料金表ページ内で使用するスタイル
----------------------------------------*/
#p-hcprice__bicycle > div > div {
  overflow: hidden;
}
#p-hcprice__bicycle > div > div table {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 800px) {
  #p-hcprice__bicycle > div > div table {
    width: 100%;
    float: none;
  }
}
#p-hcprice__bicycle > div > div table:last-child {
  border-left: none;
}
@media screen and (max-width: 800px) {
  #p-hcprice__bicycle > div > div table:last-child {
    border-left: 1px solid #656565;
    border-top: none;
    margin-top: 0;
  }
}
#p-hcprice__bicycle > div > div table tr th {
  width: 290px;
}
@media screen and (max-width: 430px) {
  #p-hcprice__bicycle > div > div table tr th {
    width: 190px;
  }
}
#p-hcprice__bicycle > div > table tr th {
  width: 180px;
}
@media screen and (max-width: 480px) {
  #p-hcprice__bicycle > div > table tr th {
    width: 100px;
  }
}

#p-hcprice__nameplate > div table {
  width: 400px;
}
@media screen and (max-width: 480px) {
  #p-hcprice__nameplate > div table {
    width: 100%;
  }
}

#p-hcprice__hanko > div > div table {
  margin-top: 0;
  width: 100%;
}
#p-hcprice__hanko > div > div table.p-hcprice__hanko__table3 tr th:nth-of-type(1) {
  width: 140px;
}
#p-hcprice__hanko > div > div table tr th:nth-of-type(1) {
  width: 180px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  #p-hcprice__hanko > div > div:nth-of-type(1) table {
    width: 720px;
  }
}
@media screen and (max-width: 720px) {
  #p-hcprice__hanko > div > div:nth-of-type(2) table {
    width: 720px;
  }
}
@media screen and (max-width: 820px) {
  #p-hcprice__hanko > div > div:nth-of-type(3) table {
    width: 820px;
  }
}
@media screen and (max-width: 560px) {
  #p-hcprice__hanko > div > div:nth-of-type(4) table {
    width: 560px;
  }
}

#p-hcprice__pets > div table {
  margin-top: 0;
}
#p-hcprice__pets > div table tr:nth-of-type(1) th {
  text-align: center;
}
#p-hcprice__pets > div table.p-hcprice__discount {
  width: 400px;
}
@media screen and (max-width: 480px) {
  #p-hcprice__pets > div table.p-hcprice__discount {
    width: 100%;
  }
}
#p-hcprice__pets > div table.p-hcprice__discount tr th:nth-of-type(1) {
  text-align: left;
}
#p-hcprice__pets > div .p-hcprice__pets__scroll table {
  width: 100%;
}
#p-hcprice__pets > div .p-hcprice__pets__scroll table tr:nth-of-type(n + 2) th {
  text-align: left;
}
@media screen and (max-width: 580px) {
  #p-hcprice__pets > div .p-hcprice__pets__scroll.p-hcprice__pets__scroll--primary table {
    width: 580px;
  }
}
@media screen and (max-width: 730px) {
  #p-hcprice__pets > div .p-hcprice__pets__scroll.p-hcprice__pets__scroll--secondary table {
    width: 730px;
  }
}
@media screen and (max-width: 800px) {
  #p-hcprice__pets > div .p-hcprice__pets__scroll.p-hcprice__pets__scroll--tertiary table {
    width: 800px;
  }
}
@media screen and (max-width: 400px) {
  #p-hcprice__pets > div .p-hcprice__pets__scroll.p-hcprice__pets__scroll--quaternary table {
    width: 400px;
  }
}
@media screen and (max-width: 520px) {
  #p-hcprice__pets > div .p-hcprice__pets__scroll.p-hcprice__pets__scroll--quinary table {
    width: 520px;
  }
}
@media screen and (max-width: 600px) {
  #p-hcprice__pets > div .p-hcprice__pets__scroll.p-hcprice__pets__scroll--senary table {
    width: 600px;
  }
}
#p-hcprice__pets > div .p-hcprice__pet2col {
  overflow: hidden;
}
#p-hcprice__pets > div .p-hcprice__pet2col table {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 700px) {
  #p-hcprice__pets > div .p-hcprice__pet2col table {
    width: 100%;
    float: none;
  }
}
#p-hcprice__pets > div .p-hcprice__pet2col table:last-child {
  border-left: none;
}
@media screen and (max-width: 700px) {
  #p-hcprice__pets > div .p-hcprice__pet2col table:last-child {
    border-left: 1px solid #656565;
    border-top: none;
    margin-top: 0;
  }
}
#p-hcprice__pets > div .p-hcprice__pet2col table tr th:nth-of-type(1) {
  width: 200px;
  text-align: left;
}

/*----------------------------------------
住まいの困りごとサービス ページ内で使用するスタイル
----------------------------------------*/
#p-hcservicekomarigoto__tenpo div a::after {
  content: "|";
  margin: 0 10px;
}
#p-hcservicekomarigoto__tenpo div a:last-child::after {
  content: none;
}

@media screen and (max-width: 570px) {
  #p-hcservicekomarigoto > div h1 {
    line-height: 150%;
  }
}
#p-hcservicekomarigoto > div > ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-hcservicekomarigoto > div > ul li {
  float: left;
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #p-hcservicekomarigoto > div > ul li {
    width: 100%;
    float: none;
  }
}
#p-hcservicekomarigoto > div > ul li:nth-of-type(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  #p-hcservicekomarigoto > div > ul li:nth-of-type(2n) {
    margin-left: 0;
  }
}
#p-hcservicekomarigoto > div > ul li img {
  width: 100%;
}
#p-hcservicekomarigoto > div > img {
  max-width: 100%;
}

#p-hcservicekomarigoto__price ul {
  overflow: hidden;
}
#p-hcservicekomarigoto__price ul li {
  float: left;
  width: calc((100% - 40px) / 2);
  height: 75px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #005e3c;
  background-image: url(../img/service_komarigoto/ico_pdf.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #p-hcservicekomarigoto__price ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  #p-hcservicekomarigoto__price ul li {
    width: 100%;
    margin-bottom: 16px;
    float: none;
  }
}
#p-hcservicekomarigoto__price ul li:nth-of-type(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #p-hcservicekomarigoto__price ul li:nth-of-type(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  #p-hcservicekomarigoto__price ul li:nth-of-type(2n) {
    margin-left: 0;
  }
}
#p-hcservicekomarigoto__price ul li:hover {
  background-color: #009045;
}
#p-hcservicekomarigoto__price ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#p-hcservicekomarigoto__price ul li a span {
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 350px) {
  #p-hcservicekomarigoto__price ul li a span {
    font-size: 14px;
  }
}

#p-hcservicekomarigoto__freedial a img {
  max-width: 100%;
}
#p-hcservicekomarigoto__freedial h3 {
  font-size: 28px;
  font-weight: 600;
  color: #005e3c;
  text-indent: -18px;
  line-height: 130%;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #p-hcservicekomarigoto__freedial h3 {
    font-size: 21px;
    line-height: 150%;
  }
}

/*----------------------------------------
商品紹介ページ内で使用するスタイル
----------------------------------------*/
#p-hccommodity__list > div > ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-hccommodity__list > div > ul li {
  float: left;
  width: calc((99.9% - 80px) / 3);
  margin-bottom: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 680px) {
  #p-hccommodity__list > div > ul li {
    width: calc((99.9% - 40px) / 2);
  }
}
@media screen and (max-width: 460px) {
  #p-hccommodity__list > div > ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#p-hccommodity__list > div > ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  #p-hccommodity__list > div > ul li:nth-of-type(3n) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 460px) {
  #p-hccommodity__list > div > ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  #p-hccommodity__list > div > ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-hccommodity__list > div > ul li img {
  width: 100%;
}
#p-hccommodity__list > div > ul li p a {
  margin: 0 2px;
}

/*----------------------------------------
法人カードのご案内ページ内で使用するスタイル
----------------------------------------*/
.p-cpbusinesscard__red {
  color: #bb0600;
}

.p-cpbusinesscard__green {
  color: #005e3c;
}

.p-cpbusinesscard__font--l {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  top: 5px;
}

.p-cpbusinesscard__font--s {
  font-size: 14px;
  font-weight: 300;
}

#p-cpbusinesscard > div #p-cpbusinesscard__intro > img {
  width: 100%;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro > p {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__government {
  margin: 30px auto 0 auto;
  width: 380px;
  height: 60px;
  border-radius: 5px;
  background-color: #0168b7;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 420px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__government {
    width: 100%;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point li {
  margin-bottom: 30px;
  width: calc((100% - 40px) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #005e3c;
  border-radius: 5px;
  padding: 30px 20px 20px 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point li {
    width: 100%;
    padding: 10px 10px 20px 10px;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point li:nth-of-type(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point li:nth-of-type(2n) {
    margin-left: 0;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point li p.p-cpbusinesscard__title {
  color: #005e3c;
}
@media screen and (max-width: 768px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point li p.p-cpbusinesscard__title {
    width: auto;
    background-image: -webkit-linear-gradient(left, #262626, #262626 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #262626, #262626 1px, transparent 1px, transparent 3px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro #p-cpbusinesscard__point li p.p-cpbusinesscard__body {
  font-size: 18px;
  font-weight: 600;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: auto;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document::before, #p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document:hover {
  background-color: #ffffff;
  color: #005e3c;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document:hover::before {
  background-color: #005e3c;
}
#p-cpbusinesscard > div #p-cpbusinesscard__intro .p-cpbusinesscard__document:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi {
  overflow: hidden;
  width: 630px;
  margin: auto;
}
@media screen and (max-width: 680px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi {
    width: 300px;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li {
  float: left;
}
@media screen and (max-width: 680px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li {
    float: none;
    margin-bottom: 20px;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 680px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li:first-child {
    margin-right: 0;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a::before, #p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a:hover {
  background-color: #ffffff;
  color: #005e3c;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a:hover::before {
  background-color: #005e3c;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow #p-cpbusinesscard__navi li a:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li {
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #005e3c;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li.p-cpbusinesscard__bggreen {
  border: 3px solid #b3cec5;
  background-color: #b3cec5;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 70px 0 70px;
  border-color: #c9c9c9 transparent transparent transparent;
  position: absolute;
  left: -50px;
  right: -50px;
  margin: auto;
  bottom: -50px;
  margin: auto;
}
@media screen and (max-width: 740px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li:first-child p > br:nth-of-type(2) {
    display: none;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li:last-child::after {
  content: none;
}
@media screen and (max-width: 1020px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li:last-child p > br {
    display: none;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li p {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li p span {
  display: block;
  margin: 20px auto;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li p span.p-cpbusinesscard__flow__pc {
  width: 620px;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 680px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li p span.p-cpbusinesscard__flow__pc {
    width: 100%;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 370px;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 30px auto 0 auto;
  border-radius: 30px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b::before, #p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b:hover {
  background-color: #ffffff;
  color: #005e3c;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b:hover::before {
  background-color: #005e3c;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
@media screen and (max-width: 450px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b {
    width: 100%;
    height: 70px;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b br {
  display: none;
}
@media screen and (max-width: 450px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__b2b br {
    display: inline;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li .p-cpbusinesscard__flow__check {
  font-size: 16px;
  text-decoration: underline;
}
#p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li ul {
  width: 330px;
  text-align: left;
  margin: 10px auto;
}
@media screen and (max-width: 440px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__flow .p-cpbusinesscard__flow > li ul {
    width: 100%;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__document > p {
  font-size: 16px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list > div {
  height: 60px;
  margin: 20px 0 10px 0;
  padding: 0 10px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(151, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1020px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list > div {
    display: block;
    height: auto;
    padding: 12px 10px 12px 20px;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list > div h4 {
  float: left;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1020px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list > div h4 {
    float: none;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list > div h4 span {
  font-size: 16px;
  font-weight: 600;
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list > div em {
  float: right;
  color: #bb0600;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: -50%;
  top: -50%;
  margin: auto;
  display: block;
  width: 500px;
  height: 20px;
  text-align: right;
  line-height: initial;
}
@media screen and (max-width: 1020px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list > div em {
    float: none;
    position: relative;
    right: initial;
    top: initial;
    bottom: initial;
    text-align: left;
    width: auto;
    height: auto;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__list small {
  margin-top: 10px;
  font-size: 14px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__note p {
  font-size: 16px;
  font-weight: 600;
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__note p span {
  font-size: 16px;
  font-weight: 600;
  color: #bb0600;
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__note ul {
  margin: 10px 0;
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__note small {
  font-size: 14px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__document .p-cpbusinesscard__document__note small span {
  font-size: 14px;
  color: #bb0600;
}
@media screen and (max-width: 380px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__credit h2 {
    line-height: 160%;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit > p {
  font-size: 16px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__list > div {
  margin: 20px 0 10px 0;
  padding: 12px 10px 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(151, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__list > div h4 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__list > div h4 {
    font-size: 18px;
  }
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__list small {
  margin-top: 10px;
  font-size: 14px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__flow h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 50px 0 10px 0;
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__flow h4:nth-of-type(1) {
  margin-top: 10px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__flow p {
  font-size: 16px;
}
#p-cpbusinesscard > div #p-cpbusinesscard__credit .p-cpbusinesscard__credit__flow ul {
  margin-top: 10px;
}

/*----------------------------------------
人財育成ページ内で使用するスタイル
----------------------------------------*/
#p-edu__training > div nav ul {
  overflow: hidden;
}
#p-edu__training > div nav ul li {
  float: left;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #005e3c;
  border: 3px solid #005e3c;
  border-radius: 5px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* IE10以降 */
}
@media screen and (max-width: 980px) {
  #p-edu__training > div nav ul li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 780px) {
  #p-edu__training > div nav ul li {
    width: calc((100% - 40px) / 3);
    /* Edge */
  }
  @supports (-ms-ime-align: auto) {
    #p-edu__training > div nav ul li {
      width: calc((99.9% - 40px) / 3);
    }
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 780px) {
  #p-edu__training > div nav ul li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 580px) {
  #p-edu__training > div nav ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 400px) {
  #p-edu__training > div nav ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#p-edu__training > div nav ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  #p-edu__training > div nav ul li:nth-of-type(5n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  #p-edu__training > div nav ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  #p-edu__training > div nav ul li:nth-of-type(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  #p-edu__training > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  #p-edu__training > div nav ul li:nth-of-type(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 580px) {
  #p-edu__training > div nav ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-edu__training > div nav ul li:hover {
  background-color: #ffffff;
}
#p-edu__training > div nav ul li:hover a {
  color: #005e3c;
}
#p-edu__training > div nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#p-edu__training > div > ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-edu__training > div > ul li {
  margin-bottom: 40px;
  width: 100%;
}
#p-edu__training > div > ul li h3 {
  border-bottom: 1px solid #656565;
  margin-bottom: 20px;
}
#p-edu__training > div > ul li div {
  overflow: hidden;
}
#p-edu__training > div > ul li div img {
  float: left;
  width: 190px;
  margin-right: 20px;
}
@media screen and (max-width: 580px) {
  #p-edu__training > div > ul li div img {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
}
#p-edu__training > div > ul li div p {
  float: left;
  width: calc(100% - 190px - 20px);
}
@media screen and (max-width: 580px) {
  #p-edu__training > div > ul li div p {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
#p-edu__training > div > ul li div.p-edu__fullwidth img {
  float: none;
  width: 100%;
  margin-right: 0;
}

/*----------------------------------------
ネットショップ内で使用するスタイル
----------------------------------------*/
#p-shopping > div #p-shopping__d8com > a img {
  width: 100%;
}
#p-shopping > div #p-shopping__d8com ul {
  overflow: hidden;
}
#p-shopping > div #p-shopping__d8com ul li {
  float: left;
  width: 9.0818181818%;
}
#p-shopping > div #p-shopping__d8com ul li a img {
  max-width: 100%;
}
#p-shopping > div #p-shopping__d8com > img {
  width: 100%;
}
#p-shopping > div #p-shopping__snavi > div {
  overflow: hidden;
}
#p-shopping > div #p-shopping__snavi > div a img {
  float: left;
  width: 20%;
  height: auto;
  margin-top: 10px;
}
#p-shopping > div #p-shopping__snavi > div div {
  float: right;
  overflow: hidden;
  width: 33%;
}
#p-shopping > div #p-shopping__snavi > div div img:nth-of-type(1) {
  width: 40%;
  float: left;
}
#p-shopping > div #p-shopping__snavi > div div img:nth-of-type(2) {
  width: 54%;
  float: right;
}
#p-shopping > div #p-shopping__snavi ul {
  overflow: hidden;
  margin-top: 10px;
}
#p-shopping > div #p-shopping__snavi ul li {
  float: left;
  width: 16.65%;
}
#p-shopping > div #p-shopping__snavi ul li a img {
  max-width: 100%;
}
#p-shopping > div #p-shopping__snavi > img {
  width: 100%;
}

/*----------------------------------------
採用情報ページ内で使用するスタイル
----------------------------------------*/
#p-kyujinindex > div > img {
  width: 100%;
}
#p-kyujinindex > div h1 {
  font-size: 18px;
  text-align: center;
}
#p-kyujinindex > div h2 {
  font-size: 16px;
  text-align: center;
}
#p-kyujinindex > div h3 {
  font-size: 20px;
  color: #ffffff;
  height: 50px;
  background-color: #005e3c;
}
@media screen and (max-width: 360px) {
  #p-kyujinindex > div h3 {
    font-size: 18px;
  }
}
#p-kyujinindex > div > div {
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#p-kyujinindex > div > div div {
  width: 830px;
  margin: 50px auto 20px auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #p-kyujinindex > div > div div {
    width: 90%;
  }
}
#p-kyujinindex > div > div div ul li {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p-kyujinindex > div > div div ul li {
    width: 44%;
  }
}
@media screen and (max-width: 480px) {
  #p-kyujinindex > div > div div ul li {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  #p-kyujinindex > div > div div ul li {
    width: 90%;
  }
}
#p-kyujinindex > div > div div ul li:nth-of-type(1) {
  float: left;
}
@media screen and (max-width: 480px) {
  #p-kyujinindex > div > div div ul li:nth-of-type(1) {
    float: none;
  }
}
#p-kyujinindex > div > div div ul li:nth-of-type(2) {
  float: right;
}
@media screen and (max-width: 480px) {
  #p-kyujinindex > div > div div ul li:nth-of-type(2) {
    float: none;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#p-kyujinindex > div > div div ul li img {
  width: 100%;
  margin-bottom: 10px;
}
#p-kyujinindex > div > ul {
  overflow: hidden;
}
#p-kyujinindex > div > ul li {
  width: calc((100% - 80px) / 2);
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #p-kyujinindex > div > ul li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
#p-kyujinindex > div > ul li:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  #p-kyujinindex > div > ul li:first-child {
    margin-right: 0;
  }
}
#p-kyujinindex > div > ul li > a {
  width: 90px;
  height: 90px;
  display: block;
  margin: 30px auto;
}
#p-kyujinindex > div > ul li > a img {
  width: 100%;
}

/*----------------------------------------
CMライブラリページで使用するスタイル
----------------------------------------*/
.p-cmindex__ico {
  font-size: 24px;
  font-weight: 600;
}
.p-cmindex__ico::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  position: relative;
}
.p-cmindex__ico.p-cmindex__ico__tv::before {
  background-image: url(../img/cmindex/ico_tv.png);
  top: 8px;
}
.p-cmindex__ico.p-cmindex__ico__radio::before {
  background-image: url(../img/cmindex/ico_radio.png);
  top: 3px;
}

#p-cmindex > div > ul li {
  overflow: hidden;
  margin-bottom: 30px;
}
#p-cmindex > div > ul li .p-cmindex__cm__movie {
  width: calc(100% - 320px - 40px);
  height: auto;
  float: left;
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #p-cmindex > div > ul li .p-cmindex__cm__movie {
    width: 100%;
    float: none;
  }
}
#p-cmindex > div > ul li .p-cmindex__cm__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#p-cmindex > div > ul li .p-cmindex__cm__comment {
  width: 320px;
  float: left;
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  #p-cmindex > div > ul li .p-cmindex__cm__comment {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
}
#p-cmindex > div > ul li .p-cmindex__cm__comment p span {
  display: block;
  font-size: 26px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #p-cmindex > div > ul li .p-cmindex__cm__comment p span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#p-cmindex > div .p-cmindex__youtube p {
  font-size: 24px;
  font-weight: 600;
}
#p-cmindex > div .p-cmindex__youtube ul {
  overflow: hidden;
  margin-top: 10px;
}
#p-cmindex > div .p-cmindex__youtube ul li {
  float: left;
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
}
@media screen and (max-width: 1024px) {
  #p-cmindex > div .p-cmindex__youtube ul li {
    width: calc((100% - 26px) / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  #p-cmindex > div .p-cmindex__youtube ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#p-cmindex > div .p-cmindex__youtube ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #p-cmindex > div .p-cmindex__youtube ul li:nth-of-type(2) {
    margin-right: 0;
  }
}
#p-cmindex > div .p-cmindex__youtube ul li:nth-of-type(1) a {
  background-color: #ffffff;
  color: #3b4043;
}
#p-cmindex > div .p-cmindex__youtube ul li:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background-image: url(../img/cmindex/ico_play1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#p-cmindex > div .p-cmindex__youtube ul li a {
  width: 100%;
  height: 45px;
  border: 1px solid #3b4043;
  border-radius: 5px;
  background-color: #3b4043;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
#p-cmindex > div .p-cmindex__dey {
  position: relative;
  padding-bottom: 50px;
}
#p-cmindex > div .p-cmindex__dey > p {
  font-size: 16px;
}
#p-cmindex > div .p-cmindex__dey ul {
  overflow: hidden;
  padding-bottom: 30px;
}
#p-cmindex > div .p-cmindex__dey ul li {
  float: left;
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 600px) {
  #p-cmindex > div .p-cmindex__dey ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#p-cmindex > div .p-cmindex__dey ul li:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 600px) {
  #p-cmindex > div .p-cmindex__dey ul li:first-child {
    margin-right: 0;
  }
}
#p-cmindex > div .p-cmindex__dey ul li .p-cmindex__dey__movie {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 57%;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
}
#p-cmindex > div .p-cmindex__dey ul li .p-cmindex__dey__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#p-cmindex > div .p-cmindex__dey ul li p time {
  display: block;
  font-size: 16px;
}
#p-cmindex > div .p-cmindex__dey ul li p span {
  display: block;
  font-size: 16px;
}
#p-cmindex > div .p-cmindex__dey > a {
  width: 240px;
  height: 45px;
  border: 1px solid #3b4043;
  border-radius: 5px;
  background-color: #3b4043;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
#p-cmindex > div .p-cmindex__dey > a::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background-image: url(../img/cmindex/ico_play2.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#p-cmindex > div .p-cmindex__radio {
  padding-bottom: 60px;
  position: relative;
}
#p-cmindex > div .p-cmindex__radio > p {
  font-size: 16px;
}
#p-cmindex > div .p-cmindex__radio ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
#p-cmindex > div .p-cmindex__radio ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  width: calc((100% - 40px) / 3);
  border: 1px solid #009045;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* IE10以降 */
  /* Edge */
}
@media all and (-ms-high-contrast: none) {
  #p-cmindex > div .p-cmindex__radio ul li {
    width: calc((99.9% - 40px) / 3);
  }
}
@supports (-ms-ime-align: auto) {
  #p-cmindex > div .p-cmindex__radio ul li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #p-cmindex > div .p-cmindex__radio ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 540px) {
  #p-cmindex > div .p-cmindex__radio ul li {
    width: 100%;
    margin-right: 0;
  }
}
#p-cmindex > div .p-cmindex__radio ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #p-cmindex > div .p-cmindex__radio ul li:nth-of-type(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  #p-cmindex > div .p-cmindex__radio ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #p-cmindex > div .p-cmindex__radio ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-cmindex > div .p-cmindex__radio ul li time {
  font-size: 16px;
  display: block;
}
#p-cmindex > div .p-cmindex__radio ul li p {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
#p-cmindex > div .p-cmindex__radio > a {
  width: 240px;
  height: 45px;
  border: 1px solid #3b4043;
  border-radius: 5px;
  background-color: #3b4043;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  /*&::before{
    content: "";
    display: inline-block;
    width: 47px;
    height: 47px;
    background-image: url(../img/cmindex/ico_play2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
  }*/
}

/*----------------------------------------
最新のチラシページで使用するスタイル
----------------------------------------*/
#p-chirashiindex > div > div #p-chirashiindex__accordion {
  position: relative;
  cursor: pointer;
  /*& + div{
    display: none;
  }*/
}
#p-chirashiindex > div > div #p-chirashiindex__accordion i {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #005e3c transparent transparent transparent;
  top: 10px;
  right: 16px;
}
#p-chirashiindex > div > div #p-chirashiindex__accordion.p-chirashiindex__accordion__active i {
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #005e3c transparent;
}
#p-chirashiindex > div > div iframe {
  min-width: 100% !important;
  height: 650px;
}
@media screen and (max-width: 1024px) {
  #p-chirashiindex > div > div iframe {
    height: 600px;
  }
}
@media screen and (max-width: 980px) {
  #p-chirashiindex > div > div iframe {
    height: 500px;
  }
}
@media screen and (max-width: 880px) {
  #p-chirashiindex > div > div iframe {
    height: 400px;
  }
}
@media screen and (max-width: 760px) {
  #p-chirashiindex > div > div iframe {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #p-chirashiindex > div > div iframe {
    height: 200px;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-chirashiindex > div > div > ul.regions {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 621px) {
  #p-chirashiindex > div > div > ul.regions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-chirashiindex > div > div > ul.regions li.region {
    float: left;
    width: calc((99.9% - 20px * (5 -1)) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 849px) {
  #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 848px) {
  #p-chirashiindex > div > div > ul.regions li.region {
    width: calc((99.9% - 20px * 2) / 3);
  }
  #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-chirashiindex > div > div > ul.regions li.region {
    width: calc((99.9% - 20px) / 2);
  }
  #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(3n) {
    margin-right: 20px;
  }
  #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 420px) {
  #p-chirashiindex > div > div > ul.regions li.region {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-chirashiindex > div > div > ul.regions li.region:hover {
    background-color: #ffffff;
  }
  #p-chirashiindex > div > div > ul.regions li.region:hover a {
    color: #005e3c;
  }
  #p-chirashiindex > div > div > ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-chirashiindex > div > div > ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-chirashiindex > div > div > ul.regions li.region a.small {
    font-size: 1em;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-chirashiindex > div > div > ul.wide {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 621px) {
  #p-chirashiindex > div > div > ul.wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-chirashiindex > div > div > ul.wide li.region {
    float: left;
    width: calc((99.9% - 20px * (4 -1)) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 849px) {
  #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 848px) {
  #p-chirashiindex > div > div > ul.wide li.region {
    width: calc((99.9% - 20px * 2) / 3);
  }
  #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-chirashiindex > div > div > ul.wide li.region {
    width: calc((99.9% - 20px) / 2);
  }
  #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(3n) {
    margin-right: 20px;
  }
  #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 420px) {
  #p-chirashiindex > div > div > ul.wide li.region {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-chirashiindex > div > div > ul.wide li.region:hover {
    background-color: #ffffff;
  }
  #p-chirashiindex > div > div > ul.wide li.region:hover a {
    color: #005e3c;
  }
  #p-chirashiindex > div > div > ul.wide li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-chirashiindex > div > div > ul.wide li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-chirashiindex > div > div > ul.wide li.region a.small {
    font-size: 1em;
  }
}
@supports (-ms-ime-align: auto) {
  #p-chirashiindex > div > div > ul.regions {
    overflow: hidden;
  }
  @media screen and (min-width: 621px) {
    #p-chirashiindex > div > div > ul.regions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  #p-chirashiindex > div > div > ul.regions li.region {
    float: left;
    width: calc((99.9% - 20px * (5 -1)) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  @media screen and (min-width: 849px) {
    #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(5n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 848px) {
    #p-chirashiindex > div > div > ul.regions li.region {
      width: calc((99.9% - 20px * 2) / 3);
    }
    #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 620px) {
    #p-chirashiindex > div > div > ul.regions li.region {
      width: calc((99.9% - 20px) / 2);
    }
    #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(3n) {
      margin-right: 20px;
    }
    #p-chirashiindex > div > div > ul.regions li.region:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 420px) {
    #p-chirashiindex > div > div > ul.regions li.region {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  #p-chirashiindex > div > div > ul.regions li.region:hover {
    background-color: #ffffff;
  }
  #p-chirashiindex > div > div > ul.regions li.region:hover a {
    color: #005e3c;
  }
  #p-chirashiindex > div > div > ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-chirashiindex > div > div > ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    #p-chirashiindex > div > div > ul.regions li.region a.small {
      font-size: 1em;
    }
  }
  #p-chirashiindex > div > div > ul.wide {
    overflow: hidden;
  }
  @media screen and (min-width: 621px) {
    #p-chirashiindex > div > div > ul.wide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  #p-chirashiindex > div > div > ul.wide li.region {
    float: left;
    width: calc((99.9% - 20px * (4 -1)) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  @media screen and (min-width: 849px) {
    #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(4n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 848px) {
    #p-chirashiindex > div > div > ul.wide li.region {
      width: calc((99.9% - 20px * 2) / 3);
    }
    #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 620px) {
    #p-chirashiindex > div > div > ul.wide li.region {
      width: calc((99.9% - 20px) / 2);
    }
    #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(3n) {
      margin-right: 20px;
    }
    #p-chirashiindex > div > div > ul.wide li.region:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 420px) {
    #p-chirashiindex > div > div > ul.wide li.region {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  #p-chirashiindex > div > div > ul.wide li.region:hover {
    background-color: #ffffff;
  }
  #p-chirashiindex > div > div > ul.wide li.region:hover a {
    color: #005e3c;
  }
  #p-chirashiindex > div > div > ul.wide li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-chirashiindex > div > div > ul.wide li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    #p-chirashiindex > div > div > ul.wide li.region a.small {
      font-size: 1em;
    }
  }
}
@supports (display: grid) {
  #p-chirashiindex > div > div > ul.regions {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  @media screen and (max-width: 1023px) {
    #p-chirashiindex > div > div > ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    #p-chirashiindex > div > div > ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (max-width: 480px) {
    #p-chirashiindex > div > div > ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  #p-chirashiindex > div > div > ul.regions li.region {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-chirashiindex > div > div > ul.regions li.region:hover {
    background-color: #ffffff;
  }
  #p-chirashiindex > div > div > ul.regions li.region:hover a {
    color: #005e3c;
  }
  #p-chirashiindex > div > div > ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-chirashiindex > div > div > ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    #p-chirashiindex > div > div > ul.regions li.region a.small {
      font-size: 1em;
    }
  }
}
#p-chirashiindex .p-bnrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-chirashiindex .p-bnrs__bnr {
  margin-top: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #p-chirashiindex .p-bnrs__bnr {
    width: 100%;
  }
}
#p-chirashiindex .p-bnrs__picture {
  text-align: center;
}
#p-chirashiindex .p-bnrs__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
今月のおすすめ商品ページ内で使用するスタイル
----------------------------------------*/
#p-best20 > div iframe {
  min-width: 100% !important;
  height: 750px;
}
@media screen and (max-width: 740px) {
  #p-best20 > div iframe {
    height: 650px;
  }
}
@media screen and (max-width: 660px) {
  #p-best20 > div iframe {
    height: 550px;
  }
}
#p-best20 > div ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-best20 > div ul li {
  float: left;
  width: calc((100% - 20px) / 2);
  background-color: #005e3c;
  border: 3px solid #005e3c;
  border-radius: 5px;
  padding: 6px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 420px) {
  #p-best20 > div ul li {
    padding: 6px 10px;
  }
}
#p-best20 > div ul li:first-child {
  margin-right: 20px;
}
#p-best20 > div ul li:hover {
  background-color: #ffffff;
}
#p-best20 > div ul li:hover a {
  color: #005e3c;
}
#p-best20 > div ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 420px) {
  #p-best20 > div ul li a {
    font-size: 13px;
  }
}
#p-best20 > div ul li a br {
  display: none;
}
@media screen and (max-width: 720px) {
  #p-best20 > div ul li a br {
    display: inline;
  }
}
@media screen and (max-width: 370px) {
  #p-best20 > div ul li a br {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-best20 ul.regions {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 621px) {
  #p-best20 ul.regions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-best20 ul.regions li.region {
    float: left;
    width: calc((99.9% - 20px * (5 -1)) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 849px) {
  #p-best20 ul.regions li.region:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 848px) {
  #p-best20 ul.regions li.region {
    width: calc((99.9% - 20px * 2) / 3);
  }
  #p-best20 ul.regions li.region:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-best20 ul.regions li.region {
    width: calc((99.9% - 20px) / 2);
  }
  #p-best20 ul.regions li.region:nth-of-type(3n) {
    margin-right: 20px;
  }
  #p-best20 ul.regions li.region:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 420px) {
  #p-best20 ul.regions li.region {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-best20 ul.regions li.region:hover {
    background-color: #ffffff;
  }
  #p-best20 ul.regions li.region:hover a {
    color: #005e3c;
  }
  #p-best20 ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-best20 ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-best20 ul.regions li.region a.small {
    font-size: 1em;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-best20 ul.wide {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 621px) {
  #p-best20 ul.wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-best20 ul.wide li.region {
    float: left;
    width: calc((99.9% - 20px * (4 -1)) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 849px) {
  #p-best20 ul.wide li.region:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 848px) {
  #p-best20 ul.wide li.region {
    width: calc((99.9% - 20px * 2) / 3);
  }
  #p-best20 ul.wide li.region:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-best20 ul.wide li.region {
    width: calc((99.9% - 20px) / 2);
  }
  #p-best20 ul.wide li.region:nth-of-type(3n) {
    margin-right: 20px;
  }
  #p-best20 ul.wide li.region:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 420px) {
  #p-best20 ul.wide li.region {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  #p-best20 ul.wide li.region:hover {
    background-color: #ffffff;
  }
  #p-best20 ul.wide li.region:hover a {
    color: #005e3c;
  }
  #p-best20 ul.wide li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-best20 ul.wide li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  #p-best20 ul.wide li.region a.small {
    font-size: 1em;
  }
}
@supports (-ms-ime-align: auto) {
  #p-best20 ul.regions {
    overflow: hidden;
  }
  @media screen and (min-width: 621px) {
    #p-best20 ul.regions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  #p-best20 ul.regions li.region {
    float: left;
    width: calc((99.9% - 20px * (5 -1)) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  @media screen and (min-width: 849px) {
    #p-best20 ul.regions li.region:nth-of-type(5n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 848px) {
    #p-best20 ul.regions li.region {
      width: calc((99.9% - 20px * 2) / 3);
    }
    #p-best20 ul.regions li.region:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 620px) {
    #p-best20 ul.regions li.region {
      width: calc((99.9% - 20px) / 2);
    }
    #p-best20 ul.regions li.region:nth-of-type(3n) {
      margin-right: 20px;
    }
    #p-best20 ul.regions li.region:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 420px) {
    #p-best20 ul.regions li.region {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  #p-best20 ul.regions li.region:hover {
    background-color: #ffffff;
  }
  #p-best20 ul.regions li.region:hover a {
    color: #005e3c;
  }
  #p-best20 ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-best20 ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    #p-best20 ul.regions li.region a.small {
      font-size: 1em;
    }
  }
  #p-best20 ul.wide {
    overflow: hidden;
  }
  @media screen and (min-width: 621px) {
    #p-best20 ul.wide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  #p-best20 ul.wide li.region {
    float: left;
    width: calc((99.9% - 20px * (4 -1)) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  @media screen and (min-width: 849px) {
    #p-best20 ul.wide li.region:nth-of-type(4n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 848px) {
    #p-best20 ul.wide li.region {
      width: calc((99.9% - 20px * 2) / 3);
    }
    #p-best20 ul.wide li.region:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 620px) {
    #p-best20 ul.wide li.region {
      width: calc((99.9% - 20px) / 2);
    }
    #p-best20 ul.wide li.region:nth-of-type(3n) {
      margin-right: 20px;
    }
    #p-best20 ul.wide li.region:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 420px) {
    #p-best20 ul.wide li.region {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  #p-best20 ul.wide li.region:hover {
    background-color: #ffffff;
  }
  #p-best20 ul.wide li.region:hover a {
    color: #005e3c;
  }
  #p-best20 ul.wide li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-best20 ul.wide li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    #p-best20 ul.wide li.region a.small {
      font-size: 1em;
    }
  }
}
@supports (display: grid) {
  #p-best20 ul.regions {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  @media screen and (max-width: 1023px) {
    #p-best20 ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    #p-best20 ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (max-width: 480px) {
    #p-best20 ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  #p-best20 ul.regions li.region {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-best20 ul.regions li.region:hover {
    background-color: #ffffff;
  }
  #p-best20 ul.regions li.region:hover a {
    color: #005e3c;
  }
  #p-best20 ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #p-best20 ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    #p-best20 ul.regions li.region a.small {
      font-size: 1em;
    }
  }
}

.p-chirashi-region iframe {
  min-width: 100% !important;
  height: 650px;
}
@media screen and (max-width: 1024px) {
  .p-chirashi-region iframe {
    height: 600px;
  }
}
@media screen and (max-width: 980px) {
  .p-chirashi-region iframe {
    height: 500px;
  }
}
@media screen and (max-width: 880px) {
  .p-chirashi-region iframe {
    height: 400px;
  }
}
@media screen and (max-width: 760px) {
  .p-chirashi-region iframe {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .p-chirashi-region iframe {
    height: 200px;
  }
}
.p-chirashi-region ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-chirashi-region ul li {
  float: left;
  width: calc((100% - 20px) / 2);
  background-color: #005e3c;
  border: 3px solid #005e3c;
  border-radius: 5px;
  padding: 6px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 420px) {
  .p-chirashi-region ul li {
    padding: 6px 10px;
  }
}
.p-chirashi-region ul li:first-child {
  margin-right: 20px;
}
.p-chirashi-region ul li:hover {
  background-color: #ffffff;
}
.p-chirashi-region ul li:hover a {
  color: #005e3c;
}
.p-chirashi-region ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 420px) {
  .p-chirashi-region ul li a {
    font-size: 13px;
  }
}
.p-chirashi-region ul li a br {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-chirashi-region ul li a br {
    display: inline;
  }
}
@media screen and (max-width: 370px) {
  .p-chirashi-region ul li a br {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  ul.regions {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 621px) {
  ul.regions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  ul.regions li.region {
    float: left;
    width: calc((99.9% - 20px * (5 -1)) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 849px) {
  ul.regions li.region:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 848px) {
  ul.regions li.region {
    width: calc((99.9% - 20px * 2) / 3);
  }
  ul.regions li.region:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  ul.regions li.region {
    width: calc((99.9% - 20px) / 2);
  }
  ul.regions li.region:nth-of-type(3n) {
    margin-right: 20px;
  }
  ul.regions li.region:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 420px) {
  ul.regions li.region {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  ul.regions li.region:hover {
    background-color: #ffffff;
  }
  ul.regions li.region:hover a {
    color: #005e3c;
  }
  ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  ul.regions li.region a.small {
    font-size: 1em;
  }
}
@media all and (-ms-high-contrast: none) {
  ul.wide {
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 621px) {
  ul.wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none) {
  ul.wide li.region {
    float: left;
    width: calc((99.9% - 20px * (4 -1)) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 849px) {
  ul.wide li.region:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 848px) {
  ul.wide li.region {
    width: calc((99.9% - 20px * 2) / 3);
  }
  ul.wide li.region:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  ul.wide li.region {
    width: calc((99.9% - 20px) / 2);
  }
  ul.wide li.region:nth-of-type(3n) {
    margin-right: 20px;
  }
  ul.wide li.region:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 420px) {
  ul.wide li.region {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  ul.wide li.region:hover {
    background-color: #ffffff;
  }
  ul.wide li.region:hover a {
    color: #005e3c;
  }
  ul.wide li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  ul.wide li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 620px) {
  ul.wide li.region a.small {
    font-size: 1em;
  }
}
@supports (-ms-ime-align: auto) {
  ul.regions {
    overflow: hidden;
  }
  @media screen and (min-width: 621px) {
    ul.regions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  ul.regions li.region {
    float: left;
    width: calc((99.9% - 20px * (5 -1)) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  @media screen and (min-width: 849px) {
    ul.regions li.region:nth-of-type(5n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 848px) {
    ul.regions li.region {
      width: calc((99.9% - 20px * 2) / 3);
    }
    ul.regions li.region:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 620px) {
    ul.regions li.region {
      width: calc((99.9% - 20px) / 2);
    }
    ul.regions li.region:nth-of-type(3n) {
      margin-right: 20px;
    }
    ul.regions li.region:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 420px) {
    ul.regions li.region {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  ul.regions li.region:hover {
    background-color: #ffffff;
  }
  ul.regions li.region:hover a {
    color: #005e3c;
  }
  ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    ul.regions li.region a.small {
      font-size: 1em;
    }
  }
  ul.wide {
    overflow: hidden;
  }
  @media screen and (min-width: 621px) {
    ul.wide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  ul.wide li.region {
    float: left;
    width: calc((99.9% - 20px * (4 -1)) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  @media screen and (min-width: 849px) {
    ul.wide li.region:nth-of-type(4n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 848px) {
    ul.wide li.region {
      width: calc((99.9% - 20px * 2) / 3);
    }
    ul.wide li.region:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 620px) {
    ul.wide li.region {
      width: calc((99.9% - 20px) / 2);
    }
    ul.wide li.region:nth-of-type(3n) {
      margin-right: 20px;
    }
    ul.wide li.region:nth-of-type(2n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 420px) {
    ul.wide li.region {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  ul.wide li.region:hover {
    background-color: #ffffff;
  }
  ul.wide li.region:hover a {
    color: #005e3c;
  }
  ul.wide li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  ul.wide li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    ul.wide li.region a.small {
      font-size: 1em;
    }
  }
}
@supports (display: grid) {
  ul.regions {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  @media screen and (max-width: 1023px) {
    ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr 10px 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (max-width: 480px) {
    ul.regions {
      grid-gap: 10px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  ul.regions li.region {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #005e3c;
    border: 3px solid #005e3c;
    border-radius: 5px;
    padding: 6px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  ul.regions li.region:hover {
    background-color: #ffffff;
  }
  ul.regions li.region:hover a {
    color: #005e3c;
  }
  ul.regions li.region a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  ul.regions li.region a.small {
    padding-top: 0.2em;
    font-size: 0.825em;
  }
  @media screen and (max-width: 620px) {
    ul.regions li.region a.small {
      font-size: 1em;
    }
  }
}
/*----------------------------------------
新着情報ページ内で使用するスタイル
----------------------------------------*/
@media screen and (max-width: 768px) {
  #p-topicsindex__news > div > h2 {
    margin-bottom: 10px;
  }
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li {
  float: left;
  width: calc((100% - 44px) / 3);
  margin: 0 22px 40px 0;
  /* Edge */
}
@supports (-ms-ime-align: auto) {
  #p-topicsindex__news > div .p-topicsindex__container > div > ul li {
    margin-right: 21px;
  }
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li a:first-of-type {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li a:first-of-type::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li a:first-of-type img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li a:first-of-type img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 520px) {
  #p-topicsindex__news > div .p-topicsindex__container > div > ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0 !important;
  }
}
@media screen and (max-width: 520px) {
  #p-topicsindex__news > div .p-topicsindex__container > div > ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li:nth-of-type(3n) {
  margin-right: 0;
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li a:last-of-type i {
  color: #323232;
  font-style: normal;
  font-size: 12px;
}
#p-topicsindex__news > div .p-topicsindex__container > div > ul li a:last-of-type p {
  letter-spacing: 0;
  word-break: break-all;
}

/*----------------------------------------
サイトマップで使用するスタイル
----------------------------------------*/
#p-sitemap > div > ul > li {
  margin: 4px 0;
  position: relative;
}
#p-sitemap > div > ul > li .p-sitemap__parent {
  position: absolute;
  top: 0;
}
#p-sitemap > div > ul > li ul {
  position: relative;
  display: inline-block;
  width: calc(100% - 140px);
  left: 140px;
}
#p-sitemap > div > ul > li ul li {
  display: inline-block;
  margin-right: 20px;
}

#p-pickup__list > div ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-pickup__list > div ul li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  border-radius: 5px;
  position: relative;
}
#p-pickup__list > div ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #p-pickup__list > div ul li {
    width: calc((100% - 30px) / 2);
  }
  #p-pickup__list > div ul li:nth-of-type(3n) {
    margin-right: 30px;
  }
  #p-pickup__list > div ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #p-pickup__list > div ul li {
    width: 96%;
    margin-right: auto !important;
    margin-left: auto;
    border-radius: 0;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #p-pickup__list > div ul li {
    margin-bottom: 20px;
  }
}
#p-pickup__list > div ul li:hover > a > img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#p-pickup__list > div ul li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
#p-pickup__list > div ul li a::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
#p-pickup__list > div ul li a img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#p-pickup__list > div ul li a img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 640px) {
  #p-pickup__list > div ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
  }
  #p-pickup__list > div ul li a::before {
    content: none;
  }
  #p-pickup__list > div ul li a > img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: left;
    width: 35%;
    height: 100%;
    border-radius: 0;
  }
  #p-pickup__list > div ul li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#p-pickup__list > div ul li a > div {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 640px) {
  #p-pickup__list > div ul li a > div {
    position: relative;
    width: 65%;
    bottom: auto;
    padding: 5px 20px;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  #p-pickup__list > div ul li a > div {
    padding: 5px 15px;
  }
}
#p-pickup__list > div ul li a > div::before, #p-pickup__list > div ul li a > div::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 10;
}
#p-pickup__list > div ul li a > div::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffc31b;
}
#p-pickup__list > div ul li a > div::after {
  right: 9px;
  bottom: 8px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-pickup__list > div ul li a > div > div {
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
#p-pickup__list > div ul li a > div .p-home__puttl {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #p-pickup__list > div ul li a > div .p-home__puttl {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (max-width: 480px) {
  #p-pickup__list > div ul li a > div .p-home__puttl {
    font-size: 14px;
  }
}
#p-pickup__list > div ul li a > div .p-home__putxt {
  width: calc(100% - 50px);
}
@media screen and (max-width: 640px) {
  #p-pickup__list > div ul li a > div .p-home__putxt {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #p-pickup__list > div ul li a > div .p-home__putxt {
    font-size: 12px;
    line-height: 130%;
  }
}

.mitene-container, .pb-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mitene-row, .pb-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mitene-list, .pb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mitene-list__item, .pb-list__item {
  margin-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 20%;
}
@media (max-width: 768px) {
  .mitene-list__item, .pb-list__item {
    width: 33.3333333333%;
  }
}
.mitene-list__link, .pb-list__link {
  display: inline-block;
  color: #25ae5e;
  text-decoration: underline;
}
.mitene-list__link:hover, .pb-list__link:hover {
  color: #003616;
  text-decoration: none;
}
.mitene-list__new, .pb-list__new {
  display: inline-block;
  color: red;
}

.p-pickup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.p-pickup-list li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 1020px) {
  .p-pickup-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1020px) {
  .p-pickup-list li {
    width: calc((100% - 30px) / 2);
  }
  .p-pickup-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .p-pickup-list li {
    margin-right: 0;
    width: 100%;
  }
}
.p-pickup-list li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.p-pickup-list li a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-pickup-list li a img {
  margin: auto;
  width: 100%;
  height: auto;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.p-pickup-list li a > div {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.p-pickup-list li a > div::before, .p-pickup-list li a > div::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 10;
}
.p-pickup-list li a > div::before {
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffc31b;
}
.p-pickup-list li a > div::after {
  right: 9px;
  bottom: 8px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-pickup-list li a > div .p-home__puttl {
  font-size: 20px;
  font-weight: 600;
}
.p-pickup-list li a > div .p-home__putxt {
  width: calc(100% - 50px);
}
.p-pickup-list li a > div div {
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.p-special-appearance-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-special-appearance-list__item {
  margin-top: 20px;
  width: 50%;
  text-align: center;
}
@media (max-width: 500px) {
  .p-special-appearance-list__item {
    width: 100%;
  }
}
.p-special-appearance-list__map {
  width: 100%;
  height: 430px;
}

.p-special-tenpo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-special-tenpo-list__item {
  margin-top: 20px;
  width: 33.3333333333%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-special-tenpo-list__item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .p-special-tenpo-list__item {
    width: 100%;
  }
}
.p-special-tenpo-list__anker {
  font-size: 1.2em;
}

/** Q&A ページ */
.p-qa dt,
.p-qa dd {
  padding-left: 2em;
  position: relative;
}
.p-qa dt {
  padding: 0.5rem 2.5em 0.5rem 1rem;
  margin-top: 2rem;
  position: relative;
  font-weight: bold;
  background-color: #eeeeee;
  border: solid 1px #656565;
  cursor: pointer;
}
.p-qa dt::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/tenpoindex/ico_plus.png);
  background-size: 100%;
  background-position: center;
}
.p-qa dt.is-active::after {
  background-image: url(/img/tenpoindex/ico_minus.png);
}
.p-qa dd {
  padding: 1rem 1rem;
  border-left: solid 1px #656565;
  border-right: solid 1px #656565;
  border-bottom: solid 1px #656565;
}

/*----------------------------------------
eightpro ※特設記事ページ含む
----------------------------------------*/
#eightpro h2 {
  border-color: #000;
}

.p-eightpro-base-text {
  font-size: clamp(14px, 2.7vw, 21px) !important;
}
.p-eightpro-base-text--small {
  font-size: clamp(13px, 2.3vw, 18px) !important;
}

.c-table-of-contents-list__item {
  font-size: inherit;
  border-bottom: solid 2px;
}
.c-table-of-contents-list__item:not(:first-child) {
  margin-top: 10px;
}
.c-table-of-contents-list a:hover {
  text-decoration: none !important;
}

.p-eightpro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-eightpro-list__item {
  margin-top: 30px;
  width: calc(50% - min(15px, 2vw));
}
.p-eightpro-list__text {
  font-size: clamp(16px, 3.1vw, 24px);
}

.p-eightpro-makers-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 20px;
  row-gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-eightpro-makers-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-eightpro-makers-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-eightpro-makers-list li {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-eightpro-makers-list img {
  width: auto;
  height: 30px;
  display: block;
}
.p-eightpro-makers-list .p-eightpro-makers-list__item--l img {
  height: 45px;
}

/*****
* ポイントカード
*****/
.p-eightpro-pcard__title {
  text-align: center;
}
.p-eightpro-pcard__inner {
  max-width: 800px;
  display: inline-block;
  text-align: left;
}
.p-eightpro-pcard__title-txt {
  line-height: 1.2;
  font-weight: bold;
}
.p-eightpro-pcard__title-base {
  font-size: 2.2em;
}
.p-eightpro-pcard__title-emphasis {
  font-size: 2.5em;
}

.p-eightpro-pcard-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-eightpro-pcard-blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-eightpro-pcard-blocks__item {
  padding: 15px;
  text-align: center;
  color: #007400;
  border: solid 3px #007400;
  border-radius: 20px;
}
.p-eightpro-pcard-blocks *, .p-eightpro-pcard-blocks__item * {
  line-height: 1.2;
}
.p-eightpro-pcard-blocks__overview {
  font-size: 1.5em;
  font-weight: bold;
  color: #007400;
}
.p-eightpro-pcard-blocks__text {
  margin-bottom: 0.5rem;
}
.p-eightpro-pcard-blocks__text--grant {
  font-size: 1.3em;
  font-weight: bold;
}
.p-eightpro-pcard-blocks__text--ticket {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-eightpro-pcard-blocks__text--ticket {
    text-align: center;
  }
}
.p-eightpro-pcard-blocks__text--ticket span {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-eightpro-pcard-blocks__text--ticket .p-eightpro-pcard-blocks__text--modifier {
  font-size: 1.5em;
}
.p-eightpro-pcard-blocks__text--conditions {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.p-eightpro-pcard-blocks__text--free {
  letter-spacing: 0.15em;
  font-size: 5em;
  font-weight: bold;
  color: #e60012;
}
.p-eightpro-pcard-blocks__text--point {
  font-size: 2em;
}
.p-eightpro-pcard-blocks__text--point span {
  font-size: 1em;
  font-weight: bold;
  color: #e60012;
}
.p-eightpro-pcard-blocks__text--point, .p-eightpro-pcard-blocks__text--point span:first-of-type {
  margin-right: -0.4em;
}
.p-eightpro-pcard-blocks__text--point .p-eightpro-pcard-blocks__text--double {
  font-size: 4em;
  margin-right: -0.1em;
}

.p-eightpro-tenpo-btns {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 5%;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
  grid-row-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-eightpro-tenpo-btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-eightpro-tenpo-btns img {
  display: block;
}

/*----------------------------------------
TOPページの新着情報, 各種新着情報一覧ページで用いるスタイル
overflow > negative margin => 左右を画面端に固定
----------------------------------------*/
.p-homenews .p-homenews__nav {
  overflow: hidden;
}
.p-homenews .p-homenews__nav__list {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-homenews .p-homenews__nav__list li,
.p-homenews .p-homenews__nav__list dd {
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
}
@media screen and (max-width: 840px) {
  .p-homenews .p-homenews__nav__list li,
  .p-homenews .p-homenews__nav__list dd {
    margin-top: 10px;
    width: 50%;
  }
  .p-homenews .p-homenews__nav__list li:first-child,
  .p-homenews .p-homenews__nav__list dd:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }
}
.p-homenews .p-homenews__nav__list li a,
.p-homenews .p-homenews__nav__list dd a {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(1) a,
.p-homenews .p-homenews__nav__list dd:nth-of-type(1) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  border-color: #535353;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #535353;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(1) a:hover,
.p-homenews .p-homenews__nav__list dd:nth-of-type(1) a:hover {
  background-color: #535353;
  color: #ffffff;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(2) a,
.p-homenews .p-homenews__nav__list dd:nth-of-type(2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  border-color: #2f5e27;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #2f5e27;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(2) a:hover,
.p-homenews .p-homenews__nav__list dd:nth-of-type(2) a:hover {
  background-color: #2f5e27;
  color: #ffffff;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(3) a,
.p-homenews .p-homenews__nav__list dd:nth-of-type(3) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  border-color: #328fd5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #328fd5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(3) a:hover,
.p-homenews .p-homenews__nav__list dd:nth-of-type(3) a:hover {
  background-color: #328fd5;
  color: #ffffff;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(4) a,
.p-homenews .p-homenews__nav__list dd:nth-of-type(4) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  border-color: #eb6877;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #eb6877;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(4) a:hover,
.p-homenews .p-homenews__nav__list dd:nth-of-type(4) a:hover {
  background-color: #eb6877;
  color: #ffffff;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(5) a,
.p-homenews .p-homenews__nav__list dd:nth-of-type(5) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  border-color: #cf121b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #cf121b;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-homenews .p-homenews__nav__list li:nth-of-type(5) a:hover,
.p-homenews .p-homenews__nav__list dd:nth-of-type(5) a:hover {
  background-color: #cf121b;
  color: #ffffff;
}
.p-homenews .p-homenews__nav__list li.selected a,
.p-homenews .p-homenews__nav__list dd.selected a {
  color: #ffffff;
}
.p-homenews .p-homenews__nav__list li.selected:nth-of-type(1) a,
.p-homenews .p-homenews__nav__list dd.selected:nth-of-type(1) a {
  background-color: #535353;
}
.p-homenews .p-homenews__nav__list li.selected:nth-of-type(2) a,
.p-homenews .p-homenews__nav__list dd.selected:nth-of-type(2) a {
  background-color: #2f5e27;
}
.p-homenews .p-homenews__nav__list li.selected:nth-of-type(3) a,
.p-homenews .p-homenews__nav__list dd.selected:nth-of-type(3) a {
  background-color: #328fd5;
}
.p-homenews .p-homenews__nav__list li.selected:nth-of-type(4) a,
.p-homenews .p-homenews__nav__list dd.selected:nth-of-type(4) a {
  background-color: #eb6877;
}
.p-homenews .p-homenews__nav__list li.selected:nth-of-type(5) a,
.p-homenews .p-homenews__nav__list dd.selected:nth-of-type(5) a {
  background-color: #cf121b;
}

.p-news__container {
  overflow: hidden;
}
.p-news__container .p-news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.p-news__container .p-news__list .p-news__list__item {
  padding-right: 20px;
  padding-bottom: 40px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-news__container .p-news__list .p-news__list__item {
    width: 50%;
  }
}
.p-news__container .p-news__list .p-news__list__thumbnail--link {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.p-news__container .p-news__list .p-news__list__thumbnail--link::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
.p-news__container .p-news__list .p-news__list__thumbnail--link img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.p-news__container .p-news__list .p-news__list__thumbnail--link img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 768px) {
  .p-homenews h1 {
    background-image: none !important;
  }
}
.p-homenews .p-news__more {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0 auto;
}

.p-home__news,
.p-hchome__news {
  background-color: #ccdfc7;
}
.p-home__news .p-news__more,
.p-hchome__news .p-news__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #005e3c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005e3c;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home__news .p-news__more::before, .p-home__news .p-news__more::after,
.p-hchome__news .p-news__more::before,
.p-hchome__news .p-news__more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-home__news .p-news__more::before,
.p-hchome__news .p-news__more::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-home__news .p-news__more::after,
.p-hchome__news .p-news__more::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005e3c;
  border-right: 2px solid #005e3c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-home__news .p-news__more:hover,
.p-hchome__news .p-news__more:hover {
  background-color: #ffffff;
  color: #005e3c;
}
.p-home__news .p-news__more:hover::before,
.p-hchome__news .p-news__more:hover::before {
  background-color: #005e3c;
}
.p-home__news .p-news__more:hover::after,
.p-hchome__news .p-news__more:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.p-maxhome__news {
  background-color: #8498CC;
}
.p-maxhome__news .p-news__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #062F99;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #323232;
}
.p-maxhome__news .p-news__more::before, .p-maxhome__news .p-news__more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-maxhome__news .p-news__more::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #062F99;
}
.p-maxhome__news .p-news__more::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-maxhome__news .p-news__more:hover {
  background-color: #062F99;
  color: #fff;
}
.p-maxhome__news .p-news__more:hover::before {
  background-color: #fff;
}
.p-maxhome__news .p-news__more:hover::after {
  border-top-color: #062F99;
  border-right-color: #062F99;
}
.p-maxhome__news .p-news__more:hover {
  background-color: #062F99;
}

.p-office8home__news {
  background-color: #C23A3A;
}
.p-office8home__news h1 {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, #fff 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
}
.p-office8home__news p {
  color: #fff;
}
.p-office8home__news .p-news__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #C23A3A;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-office8home__news .p-news__more::before, .p-office8home__news .p-news__more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-office8home__news .p-news__more::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C23A3A;
}
.p-office8home__news .p-news__more::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-office8home__news .p-news__more:hover {
  background-color: #C23A3A;
  color: #fff;
}
.p-office8home__news .p-news__more:hover::before {
  background-color: #fff;
}
.p-office8home__news .p-news__more:hover::after {
  border-top-color: #C23A3A;
  border-right-color: #C23A3A;
}
.p-office8home__news .p-news__more:hover {
  background-color: #C70000;
}

.p-onesmaxhome__news {
  background-color: #FFE08A;
}
.p-onesmaxhome__news .p-news__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #F8B500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #323232;
}
.p-onesmaxhome__news .p-news__more::before, .p-onesmaxhome__news .p-news__more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-onesmaxhome__news .p-news__more::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F8B500;
}
.p-onesmaxhome__news .p-news__more::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-onesmaxhome__news .p-news__more:hover {
  background-color: #F8B500;
  color: #fff;
}
.p-onesmaxhome__news .p-news__more:hover::before {
  background-color: #fff;
}
.p-onesmaxhome__news .p-news__more:hover::after {
  border-top-color: #F8B500;
  border-right-color: #F8B500;
}
.p-onesmaxhome__news .p-news__more:hover {
  background-color: #F8B500;
}

.p-cyclehome__news {
  background-color: #3286C5;
}
.p-cyclehome__news h1 {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, #fff 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
}
.p-cyclehome__news .p-news__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #064DC9;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #323232;
}
.p-cyclehome__news .p-news__more::before, .p-cyclehome__news .p-news__more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-cyclehome__news .p-news__more::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #064DC9;
}
.p-cyclehome__news .p-news__more::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-cyclehome__news .p-news__more:hover {
  background-color: #064DC9;
  color: #fff;
}
.p-cyclehome__news .p-news__more:hover::before {
  background-color: #fff;
}
.p-cyclehome__news .p-news__more:hover::after {
  border-top-color: #064DC9;
  border-right-color: #064DC9;
}
.p-cyclehome__news .p-news__more:hover {
  background-color: #064DC9;
}

/*----------------------------------------
新着情報ページ内で使用する【共通】スタイル
----------------------------------------*/
.p-news b {
  font-size: 18px;
  font-weight: 600;
}
.p-news__container--middle {
  margin: 0 auto;
  max-width: 750px;
}
.p-news__block {
  margin-bottom: 50px;
  display: block;
}
.p-news__contents {
  margin-bottom: 30px;
  display: block;
}
.p-news__items {
  margin-bottom: 20px;
  display: block;
}
.p-news__break {
  margin-bottom: 10px;
  display: block;
}
.p-news__space-left {
  padding-left: 5%;
}
.p-news__space-right {
  padding-right: 5%;
}
.p-news__space-both {
  padding-left: 5%;
  padding-right: 5%;
}
.p-news__width--full {
  width: 100%;
}
.p-news__width--match {
  max-width: 100%;
}
.p-news__height--full {
  height: 100%;
}
.p-news__height--full {
  max-height: 100%;
}
.p-news__main-title > * {
  display: inline-block;
  padding: 0 4px;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #262626, #262626 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .p-news__main-title > * {
    width: 100%;
    text-align: center;
    background: none;
  }
}
@media screen and (max-width: 480px) {
  .p-news__main-title > * {
    font-size: 20px;
  }
}
.p-news__sub-title > * {
  font-size: 18px;
  font-weight: 600;
}
.p-news__img--full img {
  width: 100%;
  height: auto;
}
.p-news__img--match img {
  max-width: 100%;
  height: auto;
}
.p-news__btn > * {
  min-width: 200px;
  cursor: pointer;
}
.p-news__btn--max > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: auto;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #062F99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #062F99;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: auto;
  height: auto;
  padding: 5px 60px 5px 15px;
  display: inline-block;
}
.p-news__btn--max > *::before, .p-news__btn--max > *::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-news__btn--max > *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-news__btn--max > *::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #062F99;
  border-right: 2px solid #062F99;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-news__btn--max > *:hover {
  background-color: #ffffff;
  color: #062F99;
}
.p-news__btn--max > *:hover::before {
  background-color: #062F99;
}
.p-news__btn--max > *:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.p-news__element--left {
  text-align: left;
}
.p-news__element--center {
  text-align: center;
}
.p-news__element--right {
  text-align: right;
}
.p-news__horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-news__horizontal--responsive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-news__horizontal--responsive {
    display: block;
  }
}
.p-news__vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1060px) {
  .p-news__horizontal--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__horizontal--tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .p-news__horizontal--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1060px) {
  .p-news__vertical--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__vertical--tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-news__vertical--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .p-news__vertical--sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-news__lineup--basic-centering {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-news__lineup--basic-xl-even {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-xl-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-xl-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-xl-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-xl-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.p-news__lineup--basic-lg-even {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-lg-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-lg-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-lg-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-lg-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.p-news__lineup--basic-lg-odd {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-lg-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-lg-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-lg-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-lg-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.p-news__lineup--basic-even {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-even > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.p-news__lineup--basic-odd {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-odd > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.p-news__lineup--basic-sm {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-sm > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-sm > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-sm > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-sm > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.p-news__lineup--basic-xs {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-xs > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-xs > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-xs > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-xs > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.p-news__lineup--basic-spacing > * {
  padding-left: 1%;
  padding-right: 1%;
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-xl-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-xl-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-xl-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-xl-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-lg-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-lg-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-lg-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-lg-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-lg-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-lg-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-lg-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-lg-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-even.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-odd.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-sm.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-sm.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-sm.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-sm.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 1060px) {
  .p-news__lineup--basic-xs.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1060px) {
  .p-news__lineup--basic-xs.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__lineup--basic-xs.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  .p-news__lineup--basic-xs.p-news__lineup--basic-spacing > * {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-news__sp-only {
    display: none;
  }
}

/*----------------------------------------
新着情報ページ内で使用するスタイル
----------------------------------------*/
@media screen and (max-width: 768px) {
  #p-cyclenewsindex > div > h2 {
    margin-bottom: 10px;
  }
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li {
  float: left;
  width: calc((100% - 44px) / 3);
  margin: 0 22px 40px 0;
  /* Edge */
}
@supports (-ms-ime-align: auto) {
  #p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li {
    margin-right: 21px;
  }
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li a:first-of-type {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li a:first-of-type::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li a:first-of-type img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li a:first-of-type img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 520px) {
  #p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0 !important;
  }
}
@media screen and (max-width: 520px) {
  #p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li:nth-of-type(3n) {
  margin-right: 0;
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li a:last-of-type i {
  color: #323232;
  font-style: normal;
  font-size: 12px;
}
#p-cyclenewsindex > div .p-cyclenewsindex__container > div > ul li a:last-of-type p {
  letter-spacing: 0;
  word-break: break-all;
}

/*----------------------------------------
店舗一覧ページ内で使用するスタイル
----------------------------------------*/
#p-cycletenpo > div {
  width: 750px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width: 800px) {
  #p-cycletenpo > div {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  #p-cycletenpo > div {
    margin-bottom: 50px;
  }
}
#p-cycletenpo > div .p-cycletenpo__name {
  display: block;
  width: 420px;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p-cycletenpo > div .p-cycletenpo__name {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
#p-cycletenpo > div .p-cycletenpo__guide {
  display: block;
  width: 420px;
  margin: 50px 0 40px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #p-cycletenpo > div .p-cycletenpo__guide {
    width: 100%;
    margin: 30px 0 10px 0;
  }
}
#p-cycletenpo > div > img {
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p-cycletenpo > div > img {
    margin-bottom: 20px;
  }
}
#p-cycletenpo > div iframe {
  width: 100%;
  height: 430px;
  margin-bottom: 10px;
  border: 1px solid #707070;
}
@media screen and (max-width: 480px) {
  #p-cycletenpo > div iframe {
    height: 300px;
  }
}
#p-cycletenpo > div address {
  font-style: normal;
}
#p-cycletenpo > div ul li {
  width: calc((99.9% - 2px) / 2);
  float: left;
  font-size: 0;
}
@media screen and (max-width: 480px) {
  #p-cycletenpo > div ul li {
    width: 100%;
    float: none;
  }
}
#p-cycletenpo > div ul li:nth-of-type(2n) {
  margin-left: 2px;
}
@media screen and (max-width: 480px) {
  #p-cycletenpo > div ul li:nth-of-type(2n) {
    margin-left: 0;
  }
}
#p-cycletenpo > div ul li:nth-of-type(n + 3) {
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  #p-cycletenpo > div ul li:nth-of-type(n + 2) {
    margin-top: 2px;
  }
}
#p-cycletenpo > div ul li img {
  max-width: 100%;
}

/*----------------------------------------
主な取扱商品ページ内で使用するスタイル
----------------------------------------*/
#p-cyclecommoditylist > div .p-cyclecommoditylist__commodity {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li {
  float: left;
  width: calc((99.9% - 40px) / 3);
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 680px) {
  #p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 460px) {
  #p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  #p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li:nth-of-type(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 460px) {
  #p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  #p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li img {
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 8px;
}
#p-cyclecommoditylist > div .p-cyclecommoditylist__commodity li p {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  #p-cyclecommoditylist > div h2.c-hd__title {
    font-size: 18px;
  }
}

.p-cyclecommoditylist__frontdesk {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .p-cyclecommoditylist__frontdesk {
    width: 260px;
    margin: 0 auto;
  }
}
.p-cyclecommoditylist__frontdesk li {
  float: left;
  width: calc((99.9% - 60px) / 3);
  margin-right: 30px;
  padding: 8px 0;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-cyclecommoditylist__frontdesk li {
    width: calc((99.9% - 60px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .p-cyclecommoditylist__frontdesk li {
    float: none;
    width: 350px;
    margin-right: 0;
  }
}
.p-cyclecommoditylist__frontdesk li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-cyclecommoditylist__frontdesk li:nth-of-type(3n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-cyclecommoditylist__frontdesk li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-cyclecommoditylist__frontdesk li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-cyclecommoditylist__frontdesk li a, .p-cyclecommoditylist__frontdesk li span {
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .p-cyclecommoditylist__frontdesk li a, .p-cyclecommoditylist__frontdesk li span {
    font-size: 16px;
  }
}
.p-cyclecommoditylist__frontdesk li a {
  text-decoration: underline;
}
.p-cyclecommoditylist__frontdesk li span {
  display: block;
  width: 150px;
  height: 32px;
  text-align: right;
  position: absolute;
  top: -50%;
  bottom: -50%;
  right: 0;
  margin: auto;
}

/*----------------------------------------
修理・メンテナンスページ内で使用するスタイル
----------------------------------------*/
#p-cyclemaintenance > div > img {
  max-width: 100%;
}
#p-cyclemaintenance > div nav ul {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  #p-cyclemaintenance > div nav ul {
    width: 100%;
  }
}
#p-cyclemaintenance > div nav ul li {
  float: left;
  width: calc((99.9% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 7px;
}
@media screen and (max-width: 880px) {
  #p-cyclemaintenance > div nav ul li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 660px) {
  #p-cyclemaintenance > div nav ul li {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 440px) {
  #p-cyclemaintenance > div nav ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#p-cyclemaintenance > div nav ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  #p-cyclemaintenance > div nav ul li:nth-of-type(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 440px) {
  #p-cyclemaintenance > div nav ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  #p-cyclemaintenance > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  #p-cyclemaintenance > div nav ul li:nth-of-type(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 440px) {
  #p-cyclemaintenance > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  #p-cyclemaintenance > div nav ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-cyclemaintenance > div nav ul li a {
  height: 50px;
  line-height: 140%;
  padding: 0 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#p-cyclemaintenance > div nav ul li a:hover {
  background-color: #3286C5;
  border: 1px solid #3286C5;
  color: #fff;
}
#p-cyclemaintenance > div .p-cyclemaintenance__menu h2 {
  border-bottom: none;
  margin-bottom: 10px;
}
#p-cyclemaintenance > div .p-cyclemaintenance__menu > div {
  /*img{
    float: right;
    width: 390px;
    height: auto;
    margin-left: 15px;
    margin-bottom: 20px;

    @media screen and (max-width: 900px) {
      width: 320px;
    }

    @media screen and (max-width: 720px) {
      float: none;
      width: 100%;
      margin-left: 0;
    }
  }*/
}
#p-cyclemaintenance > div .p-cyclemaintenance__menu > div div {
  margin-top: 0;
  width: 100%;
  /*@media screen and (max-width: 900px) {
    width: calc(100% - 320px - 15px);
  }

  @media screen and (max-width: 720px) {
    float: none;
    width: 100%;
  }*/
}
#p-cyclemaintenance > div .p-cyclemaintenance__menu > div div table {
  width: 100%;
  border-collapse: collapse;
}
#p-cyclemaintenance > div .p-cyclemaintenance__menu > div div table tr th {
  background-color: #fff;
}
#p-cyclemaintenance > div .p-cyclemaintenance__menu > div div table tr td {
  text-align: center;
  width: 170px;
}
@media screen and (max-width: 840px) {
  #p-cyclemaintenance > div .p-cyclemaintenance__menu > div div table tr td {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  #p-cyclemaintenance > div h2.c-hd__title {
    font-size: 18px;
  }
}

/*----------------------------------------
サービス一覧ページ内で使用するスタイル
----------------------------------------*/
.p-cycleservice__square {
  padding-left: 14px;
  text-indent: -14px;
  line-height: 160%;
}
.p-cycleservice__square::before {
  content: "■";
  font-size: 22px;
}

.p-cycleservice__notice {
  padding-left: 14px;
  text-indent: -14px;
  line-height: 160%;
}
.p-cycleservice__notice::before {
  content: "※";
}

#p-cycleservice > div {
  /*& > img{
    max-width: 100%;
    border: 1px solid #707070;
  }*/
}
#p-cycleservice > div .c-hd__title {
  height: auto;
  line-height: 140%;
  padding-bottom: 10px;
}
#p-cycleservice > div .p-cycleservice__head {
  border: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#p-cycleservice > div .p-cycleservice__head:hover {
  opacity: 0.8;
}
#p-cycleservice > div .p-cycleservice__head span {
  float: left;
  width: 35%;
  height: auto;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #p-cycleservice > div .p-cycleservice__head span {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #p-cycleservice > div .p-cycleservice__head span {
    font-size: 16px;
  }
}
#p-cycleservice > div .p-cycleservice__head img {
  float: right;
  width: 65%;
  height: auto;
}
#p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline img {
  float: left;
  width: 285px;
  height: auto;
  margin-right: 40px;
  border: 1px solid #707070;
}
@media screen and (max-width: 700px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline img {
    width: 200px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline img {
    width: 130px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 360px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline img {
    width: 90px;
  }
}
#p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline p {
  float: left;
  width: calc(100% - 285px - 40px);
}
@media screen and (max-width: 700px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline p {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 480px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline p {
    width: calc(100% - 130px - 20px);
  }
}
@media screen and (max-width: 360px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__outline p {
    width: calc(100% - 90px - 20px);
  }
}
#p-cycleservice > div .p-cycleservice__ts .p-cycleservice__table table {
  float: left;
  width: calc((99.9% - 10px) / 2);
}
@media screen and (max-width: 480px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__table table {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
#p-cycleservice > div .p-cycleservice__ts .p-cycleservice__table table:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__table table:first-child {
    margin-right: 0;
  }
}
#p-cycleservice > div .p-cycleservice__ts .p-cycleservice__table table tr th, #p-cycleservice > div .p-cycleservice__ts .p-cycleservice__table table tr td {
  text-align: center;
  background-color: #fff;
}
#p-cycleservice > div .p-cycleservice__list > li {
  float: left;
  width: calc((99.9% - 30px) / 2);
  /*p{
    margin-bottom: 20px;

    @media screen and (max-width: 640px) {
      margin-bottom: 10px;
    }
  }*/
  /*img{
    max-width: 100%;
    border: 1px solid #707070;
  }*/
}
@media screen and (max-width: 640px) {
  #p-cycleservice > div .p-cycleservice__list > li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#p-cycleservice > div .p-cycleservice__list > li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  #p-cycleservice > div .p-cycleservice__list > li:first-child {
    margin-right: 0;
  }
}
#p-cycleservice > div .p-cycleservice__list > li span {
  font-size: 24px;
  font-weight: 600;
}
#p-cycleservice > div .p-cycleservice__list > li ul li {
  padding-left: 14px;
  text-indent: -14px;
  line-height: 160%;
}
#p-cycleservice > div .p-cycleservice__list > li ul li::before {
  content: "・";
  font-size: 14px;
}

/*----------------------------------------
ポイントカードページ内で使用するスタイル
----------------------------------------*/
#p-hcpcard.p-cyclepointcard > div .p-hcpcard__point {
  width: 666px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #p-hcpcard.p-cyclepointcard > div .p-hcpcard__point {
    width: 100%;
  }
}
#p-hcpcard.p-cyclepointcard > div .p-hcpcard__point li {
  float: left;
  width: calc((99.9% - 40px) / 2);
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  #p-hcpcard.p-cyclepointcard > div .p-hcpcard__point li {
    width: calc((99.9% - 20px) / 2);
    margin-right: 20px;
  }
}
#p-hcpcard.p-cyclepointcard > div .p-hcpcard__point li:nth-of-type(2) {
  margin-right: 0;
}

/*----------------------------------------
トップページ内で使用するスタイル
----------------------------------------*/
#p-cyclehome__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #p-cyclehome__header {
    margin-bottom: 0;
  }
}
#p-cyclehome__header img {
  width: 100%;
}

#p-cyclehome__icon {
  overflow: hidden;
}
#p-cyclehome__icon > div a {
  width: calc((100% - 10px) / 2);
  float: left;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #707070;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 85px;
  line-height: 85px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p-cyclehome__icon > div a {
    font-size: 20px;
  }
}
@media screen and (max-width: 660px) {
  #p-cyclehome__icon > div a {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #p-cyclehome__icon > div a {
    height: 75px;
    line-height: 75px;
  }
}
#p-cyclehome__icon > div a span {
  font-size: inherit;
  font-weight: inherit;
}
#p-cyclehome__icon > div a:nth-of-type(2n) {
  margin-right: 0;
}
#p-cyclehome__icon > div a::before {
  content: "";
  background-image: url(../img/cycle_home/img_icon_01.png);
  background-size: contain;
  background-position: center left;
  display: inline-block;
  width: 65px;
  height: 65px;
  position: relative;
  top: 10px;
  left: 15px;
  float: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  #p-cyclehome__icon > div a::before {
    width: 40px;
    height: 40px;
    top: 17px;
  }
}
#p-cyclehome__icon > div a.icon-01::before {
  background-image: url(../img/cycle_home/img_icon_01.png);
}
#p-cyclehome__icon > div a.icon-02::before {
  background-image: url(../img/cycle_home/img_icon_02.png);
}
#p-cyclehome__icon > div a.icon-03::before {
  background-image: url(../img/cycle_home/img_icon_03.png);
}
#p-cyclehome__icon > div a.icon-04::before {
  background-image: url(../img/cycle_home/img_icon_04.png);
}

#p-cyclehome__manufacturer > div ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #p-cyclehome__manufacturer > div ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#p-cyclehome__manufacturer > div ul li {
  margin-left: 10px;
}
#p-cyclehome__manufacturer > div ul li img {
  width: 100%;
}

.p-cyclehome__slider {
  width: 100%;
  background-color: #ffffff;
}
.p-cyclehome__slider .sp-slide img {
  width: 100%;
  height: auto;
}
.p-cyclehome__slider .sp-button {
  color: #062F99;
}
.p-cyclehome__slider .sp-selected-button {
  background-color: #062F99;
}

@media screen and (max-width: 480px) {
  #p-cyclehome__maintenance > div .c-hd__title {
    line-height: 30px;
  }
}
#p-cyclehome__maintenance > div .c-hd__title > br {
  display: none;
}
@media screen and (max-width: 480px) {
  #p-cyclehome__maintenance > div .c-hd__title > br {
    display: block;
  }
}

#p-cyclehome__map > div .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#p-cyclehome__map > div .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#p-cyclehome__appeal > div .c-hd__title {
  color: #000;
  background-image: none;
}
@media screen and (max-width: 480px) {
  #p-cyclehome__appeal > div .c-hd__title:last-of-type {
    font-size: 19px;
  }
}
#p-cyclehome__appeal > div p {
  font-size: 16px;
  text-indent: 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #p-cyclehome__appeal > div p {
    text-align: center;
  }
}
#p-cyclehome__appeal > div img {
  width: 100%;
  height: auto;
}

#p-home__banner.p-cyclehome__banner {
  background-color: #fff;
}

/*----------------------------------------
新着情報ページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
店舗一覧ページ内で使用するスタイル
----------------------------------------*/
#p-office8tenpo > div {
  width: 750px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width: 800px) {
  #p-office8tenpo > div {
    width: 96%;
  }
}
@media screen and (max-width: 480px) {
  #p-office8tenpo > div {
    margin-bottom: 50px;
  }
}
#p-office8tenpo > div .p-office8tenpo__name {
  display: block;
  width: 420px;
  margin: 0 auto 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p-office8tenpo > div .p-office8tenpo__name {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
#p-office8tenpo > div .p-office8tenpo__guide {
  display: block;
  width: 420px;
  margin: 50px 0 40px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #p-office8tenpo > div .p-office8tenpo__guide {
    width: 100%;
    margin: 30px 0 10px 0;
  }
}
#p-office8tenpo > div > img {
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p-office8tenpo > div > img {
    margin-bottom: 20px;
  }
}
#p-office8tenpo > div iframe {
  width: 100%;
  height: 430px;
  margin-bottom: 10px;
  border: 1px solid #707070;
}
@media screen and (max-width: 480px) {
  #p-office8tenpo > div iframe {
    height: 300px;
  }
}
#p-office8tenpo > div address {
  font-style: normal;
}
#p-office8tenpo > div > span {
  display: block;
}
#p-office8tenpo > div ul li {
  width: calc((99.9% - 2px) / 2);
  float: left;
  font-size: 0;
}
@media screen and (max-width: 480px) {
  #p-office8tenpo > div ul li {
    width: 100%;
    float: none;
  }
}
#p-office8tenpo > div ul li:nth-of-type(2n) {
  margin-left: 2px;
}
@media screen and (max-width: 480px) {
  #p-office8tenpo > div ul li:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #p-office8tenpo > div ul li:nth-of-type(n + 2) {
    margin-top: 2px;
  }
}
#p-office8tenpo > div ul li img {
  max-width: 100%;
}

/*----------------------------------------
主な取扱商品ページ内で使用するスタイル
----------------------------------------*/
#p-office8commoditylist > div nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-office8commoditylist > div nav ul li {
  float: left;
  width: calc((99.9% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  #p-office8commoditylist > div nav ul li {
    width: calc((99.9% - 30px) / 4);
  }
}
@media screen and (max-width: 620px) {
  #p-office8commoditylist > div nav ul li {
    width: calc((99.9% - 20px) / 3);
  }
}
@media screen and (max-width: 430px) {
  #p-office8commoditylist > div nav ul li {
    width: calc((99.9% - 10px) / 2);
  }
}
#p-office8commoditylist > div nav ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  #p-office8commoditylist > div nav ul li:nth-of-type(5n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 840px) {
  #p-office8commoditylist > div nav ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  #p-office8commoditylist > div nav ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 620px) {
  #p-office8commoditylist > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  #p-office8commoditylist > div nav ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 430px) {
  #p-office8commoditylist > div nav ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-office8commoditylist > div nav ul li img {
  width: 100%;
}
#p-office8commoditylist > div nav ul li span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #p-office8commoditylist > div nav ul li span {
    font-size: 12px;
  }
}
#p-office8commoditylist > div .p-office8commoditylist__menu h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #p-office8commoditylist > div .p-office8commoditylist__menu h3 {
    margin-bottom: 0;
  }
}
#p-office8commoditylist > div .p-office8commoditylist__menu > img {
  width: 100%;
  margin-bottom: 20px;
}
#p-office8commoditylist > div .p-office8commoditylist__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-office8commoditylist > div .p-office8commoditylist__menu ul li {
  float: left;
  width: calc((99.9% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  #p-office8commoditylist > div .p-office8commoditylist__menu ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#p-office8commoditylist > div .p-office8commoditylist__menu ul li:last-child {
  margin-right: 0;
}
#p-office8commoditylist > div .p-office8commoditylist__menu ul li img {
  width: 100%;
}
#p-office8commoditylist > div .p-office8commoditylist__menu ul li p {
  line-height: 160%;
}

/*----------------------------------------
お問い合わせページ内で使用するスタイル
----------------------------------------*/
#p-office8contact > div {
  width: 800px;
}
@media screen and (max-width: 850px) {
  #p-office8contact > div {
    width: 96%;
  }
}
#p-office8contact > div h1 {
  width: 300px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#p-office8contact > div p span {
  font-weight: 600;
}
#p-office8contact > div table {
  border: none;
}
#p-office8contact > div table tr th, #p-office8contact > div table tr td {
  border: none;
  padding: 10px;
}
#p-office8contact > div table tr th {
  width: 150px;
  padding-left: 0;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  #p-office8contact > div table tr th {
    width: 130px;
  }
}
#p-office8contact > div table tr td input, #p-office8contact > div table tr td textarea, #p-office8contact > div table tr td select {
  border: solid 1px #656565;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#p-office8contact > div table tr td .p-office8-contact__name,
#p-office8contact > div table tr td .p-office8-contact__kana,
#p-office8contact > div table tr td .p-office8-contact__mail,
#p-office8contact > div table tr td .p-office8-contact__tel {
  height: 26px;
}
#p-office8contact > div table tr td .p-office8-contact__name,
#p-office8contact > div table tr td .p-office8-contact__kana,
#p-office8contact > div table tr td .p-office8-contact__tel {
  width: 300px;
}
@media screen and (max-width: 570px) {
  #p-office8contact > div table tr td .p-office8-contact__name,
  #p-office8contact > div table tr td .p-office8-contact__kana,
  #p-office8contact > div table tr td .p-office8-contact__tel {
    width: 100%;
  }
}
#p-office8contact > div table tr td .p-office8-contact__mail,
#p-office8contact > div table tr td .p-office8-contact__content {
  width: 100%;
}
#p-office8contact > div table tr td ul li {
  display: inline-block;
}
#p-office8contact > div table tr td ul li label {
  margin: 0 20px 0 6px;
}
#p-office8contact > div input[type=submit],
#p-office8contact > div .p-office8-contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #C23A3A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #C23A3A;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 30px auto 0 auto;
}
#p-office8contact > div input[type=submit]::before, #p-office8contact > div input[type=submit]::after,
#p-office8contact > div .p-office8-contact__btn::before,
#p-office8contact > div .p-office8-contact__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-office8contact > div input[type=submit]::before,
#p-office8contact > div .p-office8-contact__btn::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-office8contact > div input[type=submit]::after,
#p-office8contact > div .p-office8-contact__btn::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #C23A3A;
  border-right: 2px solid #C23A3A;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-office8contact > div input[type=submit]:hover,
#p-office8contact > div .p-office8-contact__btn:hover {
  background-color: #ffffff;
  color: #C23A3A;
}
#p-office8contact > div input[type=submit]:hover::before,
#p-office8contact > div .p-office8-contact__btn:hover::before {
  background-color: #C23A3A;
}
#p-office8contact > div input[type=submit]:hover::after,
#p-office8contact > div .p-office8-contact__btn:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

/*----------------------------------------
サービス一覧ページ内で使用するスタイル
----------------------------------------*/
#p-office8service > div > img {
  max-width: 100%;
  margin-bottom: 20px;
}
#p-office8service > div nav ul {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  #p-office8service > div nav ul {
    width: 100%;
  }
}
#p-office8service > div nav ul li {
  float: left;
  width: calc((99.9% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 7px;
}
@media screen and (max-width: 880px) {
  #p-office8service > div nav ul li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 660px) {
  #p-office8service > div nav ul li {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 440px) {
  #p-office8service > div nav ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#p-office8service > div nav ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 880px) {
  #p-office8service > div nav ul li:nth-of-type(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 440px) {
  #p-office8service > div nav ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 880px) {
  #p-office8service > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  #p-office8service > div nav ul li:nth-of-type(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 440px) {
  #p-office8service > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  #p-office8service > div nav ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-office8service > div nav ul li a {
  height: 50px;
  line-height: 140%;
  padding: 0 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#p-office8service > div nav ul li a:hover {
  background-color: #C23A3A;
  border: 1px solid #C23A3A;
  color: #fff;
}
#p-office8service > div .p-office8service__menu#p-office8service__menu01 > div img, #p-office8service > div .p-office8service__menu#p-office8service__menu02 > div img {
  margin-top: 54px;
}
@media screen and (max-width: 720px) {
  #p-office8service > div .p-office8service__menu#p-office8service__menu01 > div img, #p-office8service > div .p-office8service__menu#p-office8service__menu02 > div img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #p-office8service > div .p-office8service__menu#p-office8service__menu01 > div img, #p-office8service > div .p-office8service__menu#p-office8service__menu02 > div img {
    margin-bottom: 0;
  }
}
#p-office8service > div .p-office8service__menu h2 {
  border-bottom: none;
}
@media screen and (max-width: 720px) {
  #p-office8service > div .p-office8service__menu h2 {
    height: auto;
    line-height: 140%;
    margin-bottom: 0;
  }
}
#p-office8service > div .p-office8service__menu > div div {
  float: left;
  width: calc(100% - 390px - 15px);
  margin-top: 0;
  border: none;
}
@media screen and (max-width: 900px) {
  #p-office8service > div .p-office8service__menu > div div {
    width: calc(100% - 320px - 15px);
  }
}
@media screen and (max-width: 720px) {
  #p-office8service > div .p-office8service__menu > div div {
    float: none;
    width: 100%;
  }
}
#p-office8service > div .p-office8service__menu > div div h3 {
  margin-top: 20px;
}
#p-office8service > div .p-office8service__menu > div div table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #656565;
  border-left: 1px solid #656565;
}
#p-office8service > div .p-office8service__menu > div div table tr th {
  background-color: #fff;
}
#p-office8service > div .p-office8service__menu > div div table tr td {
  text-align: center;
  width: 170px;
}
@media screen and (max-width: 840px) {
  #p-office8service > div .p-office8service__menu > div div table tr td {
    width: 120px;
  }
}
#p-office8service > div .p-office8service__menu > div div p {
  margin-top: 5px;
}
#p-office8service > div .p-office8service__menu > div img {
  float: right;
  width: 390px;
  height: auto;
  margin-left: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #p-office8service > div .p-office8service__menu > div img {
    width: 320px;
  }
}
@media screen and (max-width: 720px) {
  #p-office8service > div .p-office8service__menu > div img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #p-office8service > div .p-office8service__menu > div img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #p-office8service > div h2.c-hd__title {
    font-size: 18px;
  }
}
#p-office8service > div .p-office8service__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-office8service > div .p-office8service__other li {
  float: left;
  width: calc((99.9% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #p-office8service > div .p-office8service__other li {
    width: calc((99.9% - 40px) / 2);
  }
}
@media screen and (max-width: 540px) {
  #p-office8service > div .p-office8service__other li {
    float: left;
    width: 100%;
    margin-right: 0;
  }
}
#p-office8service > div .p-office8service__other li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  #p-office8service > div .p-office8service__other li:nth-of-type(3n) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 540px) {
  #p-office8service > div .p-office8service__other li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  #p-office8service > div .p-office8service__other li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-office8service > div .p-office8service__other li h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #p-office8service > div .p-office8service__other li h2 {
    width: auto !important;
    background-image: -webkit-linear-gradient(left, #262626, #262626 1px, transparent 1px, transparent 3px) !important;
    background-image: linear-gradient(to right, #262626, #262626 1px, transparent 1px, transparent 3px) !important;
    background-size: 4px 1px !important;
    background-position: bottom !important;
    background-repeat: repeat-x !important;
  }
}
#p-office8service > div .p-office8service__other li h2 span {
  font-size: 18px;
  font-weight: 300;
}
#p-office8service > div .p-office8service__other li img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #p-office8service > div .p-office8service__other li img {
    margin-bottom: 0;
  }
}
#p-office8service > div .p-office8service__other li p {
  line-height: 160%;
}

/*----------------------------------------
ポイントカードページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
トップページ内で使用するスタイル
----------------------------------------*/
#p-office8home__header img {
  width: 100%;
}

#p-office8home__slider {
  width: 1020px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
#p-office8home__slider img {
  width: 100%;
  height: auto;
}

#p-office8commoditylist.p-office8home__commoditylist > div > a {
  display: block;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
}
#p-office8commoditylist.p-office8home__commoditylist > div > a:hover {
  background-color: #C23A3A;
  border: 1px solid #C23A3A;
  color: #fff;
}
@media screen and (max-width: 860px) {
  #p-office8commoditylist.p-office8home__commoditylist > div > a {
    width: 100%;
  }
}

#p-office8home__maker > div ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-office8home__maker > div ul li {
  float: left;
  width: calc((99.9% - 30px) / 4);
  border: 1px solid #C23A3A;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff0ca;
}
@media screen and (max-width: 840px) {
  #p-office8home__maker > div ul li {
    width: calc((99.9% - 30px) / 4);
  }
}
@media screen and (max-width: 620px) {
  #p-office8home__maker > div ul li {
    width: calc((99.9% - 20px) / 3);
  }
}
@media screen and (max-width: 430px) {
  #p-office8home__maker > div ul li {
    width: calc((99.9% - 10px) / 2);
  }
}
#p-office8home__maker > div ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  #p-office8home__maker > div ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 840px) {
  #p-office8home__maker > div ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  #p-office8home__maker > div ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 620px) {
  #p-office8home__maker > div ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  #p-office8home__maker > div ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 430px) {
  #p-office8home__maker > div ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-office8home__maker > div ul li:hover {
  background-color: #C23A3A;
}
#p-office8home__maker > div ul li:hover a {
  font-weight: 600;
  color: #fff;
}
#p-office8home__maker > div ul li a {
  color: #C23A3A;
  font-weight: 600;
}

/*----------------------------------------
オフィスエイト新商品情報で使用するスタイル
----------------------------------------*/
/*----------------------------------------
新着情報ページ内で使用するスタイル
----------------------------------------*/
@media screen and (max-width: 768px) {
  #p-onesmaxnewsindex > div > h2 {
    margin-bottom: 10px;
  }
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li {
  float: left;
  width: calc((100% - 44px) / 3);
  margin: 0 22px 40px 0;
  /* Edge */
}
@supports (-ms-ime-align: auto) {
  #p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li {
    margin-right: 21px;
  }
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li a:first-of-type {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li a:first-of-type::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li a:first-of-type img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li a:first-of-type img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 520px) {
  #p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0 !important;
  }
}
@media screen and (max-width: 520px) {
  #p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li:nth-of-type(3n) {
  margin-right: 0;
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li a:last-of-type i {
  color: #323232;
  font-style: normal;
  font-size: 12px;
}
#p-onesmaxnewsindex > div .p-onesmaxnewsindex__container > div > ul li a:last-of-type p {
  letter-spacing: 0;
  word-break: break-all;
}

/*----------------------------------------
主な取扱商品ページ内で使用するスタイル
----------------------------------------*/
#p-onesmaxcommoditylist > div nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-onesmaxcommoditylist > div nav ul li {
  float: left;
  width: calc((99.9% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  #p-onesmaxcommoditylist > div nav ul li {
    width: calc((99.9% - 30px) / 4);
  }
}
@media screen and (max-width: 620px) {
  #p-onesmaxcommoditylist > div nav ul li {
    width: calc((99.9% - 20px) / 3);
  }
}
@media screen and (max-width: 430px) {
  #p-onesmaxcommoditylist > div nav ul li {
    width: calc((99.9% - 10px) / 2);
  }
}
#p-onesmaxcommoditylist > div nav ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  #p-onesmaxcommoditylist > div nav ul li:nth-of-type(5n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 840px) {
  #p-onesmaxcommoditylist > div nav ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  #p-onesmaxcommoditylist > div nav ul li:nth-of-type(4n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 620px) {
  #p-onesmaxcommoditylist > div nav ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  #p-onesmaxcommoditylist > div nav ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 430px) {
  #p-onesmaxcommoditylist > div nav ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-onesmaxcommoditylist > div nav ul li img {
  border: 1px solid #707070;
  width: 100%;
}
#p-onesmaxcommoditylist > div nav ul li span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #p-onesmaxcommoditylist > div nav ul li span {
    font-size: 12px;
  }
}
#p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu h3 {
    margin-bottom: 0;
  }
}
#p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu > img {
  width: 100%;
  margin-bottom: 20px;
}
#p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu ul li {
  float: left;
  width: calc((99.9% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  #p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu ul li:last-child {
  margin-right: 0;
}
#p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu ul li img {
  width: 100%;
}
#p-onesmaxcommoditylist > div .p-onesmaxcommoditylist__menu p {
  line-height: 160%;
}

/*----------------------------------------
ワンズマックスのおすすめアイテムページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
トップページ内で使用するスタイル
----------------------------------------*/
#p-onesmaxhome__header img {
  width: 100%;
}

/*#p-onesmaxhome__items{
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: $pcwidth;
  display: grid;
  grid-template-areas:  "item1 item1 item2 item3" 
                        "item1 item1 item4 item5" 
                        "item6 item7 item8 item8"
                        "item9 item10 item8 item8";
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 200px 200px 200px 200px;
  column-gap: 10px;
  grid-row-gap: 10px;

  @media screen and (max-width: 1200px) {
    width: 96%;
  }

  @media screen and (max-width: 700px) {
    grid-template-areas:  "item1 item1" 
                          "item2 item3"
                          "item4 item5"
                          "item8 item8"   
                          "item6 item7"
                          "item9 item10";
    grid-template-columns: 50% 50%;
    grid-template-rows: 400px 200px 200px 400px 200px 200px;
    column-gap: 10px;
    grid-row-gap: 10px;
  }

  @media screen and (max-width: 480px) {
    grid-template-areas:  "item1 item1" 
                          "item2 item3"
                          "item4 item5"
                          "item8 item8"   
                          "item6 item7"
                          "item9 item10";
    grid-template-columns: 50% 50%;
    grid-template-rows: 200px 100px 100px 200px 100px 100px;
    column-gap: 10px;
    grid-row-gap: 10px;
  }

  a{
    overflow: hidden;
    position: relative;

    &:nth-of-type(1){ grid-area: item1; }
    &:nth-of-type(2){ grid-area: item2; }
    &:nth-of-type(3){ grid-area: item3; }
    &:nth-of-type(4){ grid-area: item4; }
    &:nth-of-type(5){ grid-area: item5; }
    &:nth-of-type(6){ grid-area: item6; }
    &:nth-of-type(7){ grid-area: item7; }
    &:nth-of-type(8){ grid-area: item8; }
    &:nth-of-type(9){ grid-area: item9; }
    &:nth-of-type(10){ grid-area: item10; }

    &::before{
      content: "";
      display: block;
      padding-top: 100%;
    }

    img{
      position: absolute;
      top: -50%;
      bottom: -50%;
      left: -50%;
      right: -50%;
      width: 120%;
      height: auto;
      margin: auto;
    }
  }
}*/
#p-onesmaxhome__items {
  margin-right: auto;
  margin-left: auto;
  width: 1020px;
}
@media screen and (max-width: 1060px) {
  #p-onesmaxhome__items {
    width: 96%;
  }
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__primary > a {
  float: left;
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__primary > a {
    float: none;
  }
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__primary div {
  float: right;
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__primary div {
    float: none;
  }
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__secondary {
  margin-top: 10px;
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__secondary > a {
  float: right;
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__secondary > a {
    float: none;
  }
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__secondary div {
  float: left;
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__items .p-onesmaxhome__itemscontainer.p-onesmaxhome__itemscontainer__secondary div {
    float: none;
  }
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer > a {
  display: block;
  width: calc((100% - 10px) / 2);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__items .p-onesmaxhome__itemscontainer > a {
    width: 100%;
    margin-bottom: 10px;
  }
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer > a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer > a img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer div {
  width: calc((100% - 10px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__items .p-onesmaxhome__itemscontainer div {
    width: 100%;
  }
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer div a {
  float: left;
  display: block;
  width: calc((100% - 10px) / 2);
  overflow: hidden;
  position: relative;
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer div a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer div a img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  height: auto;
  margin: auto;
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer div a:nth-of-type(2n) {
  margin-left: 10px;
}
#p-onesmaxhome__items .p-onesmaxhome__itemscontainer div a:nth-of-type(n + 3) {
  margin-top: 10px;
}

#p-onesmaxhome__commoditylist > div ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-onesmaxhome__commoditylist > div ul li {
  float: left;
  width: calc((99.9% - 120px) / 5);
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  #p-onesmaxhome__commoditylist > div ul li {
    width: calc((99.9% - 90px) / 4);
  }
}
@media screen and (max-width: 680px) {
  #p-onesmaxhome__commoditylist > div ul li {
    width: calc((99.9% - 60px) / 3);
  }
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__commoditylist > div ul li {
    width: calc((99.9% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  #p-onesmaxhome__commoditylist > div ul li {
    width: calc((99.9% - 15px) / 2);
  }
}
#p-onesmaxhome__commoditylist > div ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(5n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(5n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 840px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(4n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(4n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 680px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(3n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 400px) {
  #p-onesmaxhome__commoditylist > div ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#p-onesmaxhome__commoditylist > div ul li img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__commoditylist > div ul li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #p-onesmaxhome__commoditylist > div ul li span {
    font-size: 14px;
  }
}

#p-onesmaxhome__service > div ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-onesmaxhome__service > div ul li {
  float: left;
  width: calc((99.9% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  #p-onesmaxhome__service > div ul li {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__service > div ul li {
    float: none;
    width: 100%;
  }
}
#p-onesmaxhome__service > div ul li:last-child {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  #p-onesmaxhome__service > div ul li:last-child {
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  #p-onesmaxhome__service > div ul li:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
#p-onesmaxhome__service > div ul li img {
  width: 100%;
}
#p-onesmaxhome__service > div ul li p {
  line-height: 140%;
}

#p-home__banner.p-onesmaxhome__banner {
  background-color: #fff;
}

/*----------------------------------------
トップページ内で使用するスタイル
----------------------------------------*/
#p-maxhome__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #p-maxhome__header {
    margin-bottom: 0;
  }
}
#p-maxhome__header img {
  width: 100%;
}

#p-maxhome__topic #p-maxhome__slider {
  width: 100%;
  background-color: #ffffff;
}
#p-maxhome__topic #p-maxhome__slider .sp-slide img {
  width: 100%;
  height: auto;
}
#p-maxhome__topic #p-maxhome__slider .sp-button {
  color: #062F99;
}
#p-maxhome__topic #p-maxhome__slider .sp-selected-button {
  background-color: #062F99;
}

@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper {
    position: relative;
    padding-left: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar {
    position: relative;
    max-width: 700px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month {
    position: relative;
    height: 36px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .separate::before {
  content: "・";
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control {
  position: absolute;
  top: 5px;
  width: 98px;
  border: 1px solid #707070;
  background: #A4A4A4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control {
    display: none;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control:hover {
  background: #fff;
  color: #707070;
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control.calender_prev {
  left: 5px;
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control.calender_next {
  right: 5px;
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar {
    position: relative;
    left: 0;
    overflow-x: auto;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table {
    position: relative;
    left: 0;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100px;
  overflow: hidden;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr {
    height: auto;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child {
  height: 41px;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child {
    height: auto;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td {
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td {
    height: 41px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td {
    color: #323232;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td.holiday {
    color: #f23524;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td.holiday {
    background: #ffe8e5;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td {
  border-right: 1px solid #707070;
  text-align: center;
  display: block;
  overflow: hidden;
  float: left;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td {
    height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td {
    height: 30px;
    color: #fff;
    vertical-align: middle;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td span {
  color: #fff;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td span {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event {
    position: absolute;
    top: 76px;
    left: 0;
    width: 320px;
    border-top: 1px solid #707070;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event {
    margin-top: 10px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li {
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li {
    position: relative;
    height: 100px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #707070;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li {
    position: relative;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li::before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    display: block;
    width: 3px;
    content: " ";
    width: 15px;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li span {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    margin-top: -10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container img {
  float: left;
  height: 78px;
  margin-right: 10px;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li .container img {
    margin-left: 15px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div {
  float: left;
  width: calc(100% - 80px - 10px);
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div {
    width: calc(100% - 80px - 10px - 20px);
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div p.name {
  line-height: 100%;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div p.period {
  line-height: 100%;
  font-size: 13px;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event01 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event02 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event03 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event04 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event05 a {
  display: block;
  width: 100%;
  height: 100%;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event01,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event01:before {
  background: #D40226;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event02,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event02:before {
  background: #E06161;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event03,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event03:before {
  background: #249C38;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event04,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event04:before {
  background: #FCDC04;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event05,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event05:before {
  background: #F8B500;
}

#p-maxhome__notice {
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice {
    padding-top: 40px;
    margin-bottom: 0;
  }
}
#p-maxhome__notice div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#p-maxhome__notice div a {
  display: block;
  margin-right: 2%;
}
#p-maxhome__notice div a img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#p-maxhome__notice div a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice div a:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice div a {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#p-maxhome__guide div {
  overflow: hidden;
  margin-bottom: 30px;
}
#p-maxhome__guide div:last-of-type {
  margin-bottom: 0;
}
#p-maxhome__guide div h5 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  #p-maxhome__guide div h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  #p-maxhome__guide div h5 {
    font-size: 18px;
  }
}
#p-maxhome__guide div h5 span {
  font-size: 22px;
  font-weight: bold;
  display: inline;
}
@media screen and (max-width: 480px) {
  #p-maxhome__guide div h5 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  #p-maxhome__guide div h5 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #p-maxhome__guide div h5 .p-maxhome__wrap1 {
    display: block;
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 580px) {
  #p-maxhome__guide div h5 .p-maxhome__wrap2 {
    display: block;
    margin-left: 2.5em;
  }
}
#p-maxhome__guide div h5 b {
  font-style: normal;
  display: inline;
}
@media screen and (max-width: 580px) {
  #p-maxhome__guide div h5 b {
    display: none;
  }
}
#p-maxhome__guide div div > img {
  display: block;
  float: left;
  width: 70.5%;
  margin-right: 2%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div > img {
    width: 100%;
    margin-right: 0;
  }
}
#p-maxhome__guide div div div {
  float: left;
  width: 27.5%;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div {
    width: 100%;
    margin: 20px 0 40px 0;
  }
}
#p-maxhome__guide div div div::after {
  content: "";
  clear: both;
}
#p-maxhome__guide div div div ul {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#p-maxhome__guide div div div ul li {
  width: 49%;
  float: left;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div ul li {
    width: 11%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 480px) {
  #p-maxhome__guide div div div ul li {
    width: 16%;
  }
}
#p-maxhome__guide div div div ul li:nth-of-type(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div ul li:first-of-type {
    margin-left: 0;
  }
}
#p-maxhome__guide div div div ul li img {
  width: 100%;
}

#p-home__banner.p-maxhome__banner {
  background-color: #fff;
}

/*----------------------------------------
新着情報ページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
主な取扱商品ページ内で使用するスタイル
----------------------------------------*/
@media screen and (max-width: 480px) {
  #p-maxfloor > div .p-maxfloor__guide:nth-of-type(n + 3) > div ul {
    display: none;
  }
}
#p-maxfloor > div .p-maxfloor__guide > img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #p-maxfloor > div .p-maxfloor__guide > img {
    margin-bottom: 0;
  }
}
#p-maxfloor > div .p-maxfloor__guide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#p-maxfloor > div .p-maxfloor__guide > div ul {
  float: left;
  width: calc(100% - 250px);
}
@media screen and (max-width: 660px) {
  #p-maxfloor > div .p-maxfloor__guide > div ul {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloor > div .p-maxfloor__guide > div ul {
    width: 100%;
    margin-top: 20px;
  }
}
#p-maxfloor > div .p-maxfloor__guide > div ul li {
  float: left;
  width: calc((99.9% - 240px) / 4);
  margin-right: 60px;
  font-size: 0;
}
@media screen and (max-width: 980px) {
  #p-maxfloor > div .p-maxfloor__guide > div ul li {
    width: calc((99.9% - 160px) / 4);
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #p-maxfloor > div .p-maxfloor__guide > div ul li {
    width: calc((99.9% - 120px) / 4);
    margin-right: 30px;
  }
}
@media screen and (max-width: 660px) {
  #p-maxfloor > div .p-maxfloor__guide > div ul li {
    width: calc((99.9% - 80px) / 4);
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloor > div .p-maxfloor__guide > div ul li {
    width: calc((99.9% - 60px) / 4);
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloor > div .p-maxfloor__guide > div ul li:last-child {
    margin-right: 0;
  }
}
#p-maxfloor > div .p-maxfloor__guide > div ul li img {
  width: 100%;
}
#p-maxfloor > div .p-maxfloor__guide > div div {
  float: left;
  width: 250px;
}
@media screen and (max-width: 660px) {
  #p-maxfloor > div .p-maxfloor__guide > div div {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloor > div .p-maxfloor__guide > div div {
    width: 100%;
    margin-top: 20px;
  }
}
#p-maxfloor > div .p-maxfloor__guide > div div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 250px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #062F99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #062F99;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#p-maxfloor > div .p-maxfloor__guide > div div a::before, #p-maxfloor > div .p-maxfloor__guide > div div a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-maxfloor > div .p-maxfloor__guide > div div a::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-maxfloor > div .p-maxfloor__guide > div div a::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #062F99;
  border-right: 2px solid #062F99;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-maxfloor > div .p-maxfloor__guide > div div a:hover {
  background-color: #ffffff;
  color: #062F99;
}
#p-maxfloor > div .p-maxfloor__guide > div div a:hover::before {
  background-color: #062F99;
}
#p-maxfloor > div .p-maxfloor__guide > div div a:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
@media screen and (max-width: 480px) {
  #p-maxfloor > div .p-maxfloor__guide > div div a {
    width: 100%;
  }
}

/*----------------------------------------
ショップフロア案内ページ内で使用するスタイル
----------------------------------------*/
#p-maxfloordetail > div > img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div > img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail > div > img {
    margin-bottom: 10px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__title {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail > div .p-maxfloordetail__title {
    margin-bottom: 20px;
    display: block;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title > h2 {
  display: block;
  width: 115px;
  height: 100%;
  float: left;
  border: 1px solid #707070;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > h2 {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > h2 {
    width: 100%;
    font-size: 30px;
    height: 50px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title > div {
  float: left;
  width: calc(100% - 115px);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div {
    display: block;
    padding-left: 25px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div {
    width: 100%;
    border-bottom: none;
    padding-top: 20px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title > div a {
  display: inline-block;
  font-size: 22px;
}
@media screen and (max-width: 1060px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div a {
    font-size: 18px;
    display: block;
    line-height: 35px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title > div a::before {
  content: "＜";
  display: inline-block;
  font-size: 25px;
  -webkit-transform: translateY(2px) translateX(-8px) rotate(-90deg);
  -ms-transform: translateY(2px) translateX(-8px) rotate(-90deg);
  transform: translateY(2px) translateX(-8px) rotate(-90deg);
  font-weight: 600;
}
@media screen and (max-width: 1060px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div a::before {
    -webkit-transform: translateY(3px) translateX(-4px) rotate(-90deg);
    -ms-transform: translateY(3px) translateX(-4px) rotate(-90deg);
    transform: translateY(3px) translateX(-4px) rotate(-90deg);
  }
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div a::before {
    font-size: 23px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title > div span {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div span {
    margin-left: 0;
    padding-right: 25px;
    display: block;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title > div span br {
  display: block;
}
@media screen and (max-width: 870px) {
  #p-maxfloordetail > div .p-maxfloordetail__title > div span br {
    display: none;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__title .p-maxfloordetail_middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#p-maxfloordetail > div .p-maxfloordetail__large {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#p-maxfloordetail > div .p-maxfloordetail__large > h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  width: 115px;
  margin-right: 20px;
  border: 1px solid #707070;
  float: left;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > h3 {
    display: none;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large .p-maxfloordetail__display {
  visibility: visible;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail > div .p-maxfloordetail__large .p-maxfloordetail__display {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: block !important;
    height: 50px;
    line-height: 50px;
    background-color: #062F99;
    color: #ffffff;
  }
  #p-maxfloordetail > div .p-maxfloordetail__large .p-maxfloordetail__display > br {
    display: none;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div {
  display: block;
  width: calc(100% - 135px);
  border: 1px solid #707070;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div {
    width: 100%;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:first-of-type {
  display: block;
  width: 100%;
  max-width: 125px;
  height: 125px;
  float: left;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:first-of-type {
    max-width: 65px;
    height: auto;
    position: absolute;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:first-of-type > img {
  width: 100%;
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type {
  width: calc(100% - 175px);
  margin-left: 50px;
  float: left;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type {
    width: 100%;
    margin-left: 0;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > em {
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > em {
    width: calc(100% - 85px);
    margin-left: 85px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > em > span {
  display: inline-block;
  float: right;
  font-size: 18px;
}
@media screen and (max-width: 1060px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > em > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > em > span {
    display: block;
    float: inherit;
    font-size: 12px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type .p-maxfloordetail__space {
  width: 100%;
  margin-left: 0;
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > img {
  width: 100%;
  max-width: 561px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > img {
    margin-bottom: 20px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > p {
  display: block;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > p {
    font-size: 16px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > p > span {
  font-size: 18px;
}
@media screen and (max-width: 1060px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > p > span {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > p > span {
    font-size: 14px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > a {
  margin-top: 40px;
  float: right;
  border: solid 1px #707070;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  font-size: 12px;
  border-color: #062F99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #062F99;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > a {
    margin-top: 20px;
  }
}
#p-maxfloordetail > div .p-maxfloordetail__large > div > div:last-of-type > a:hover {
  background-color: #ffffff;
  color: #062F99;
}
#p-maxfloordetail .p-maxfloordetail__small {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#p-maxfloordetail .p-maxfloordetail__small > h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  width: 115px;
  margin-right: 20px;
  border: 1px solid #707070;
  float: left;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__small > h3 {
    display: none;
  }
}
#p-maxfloordetail .p-maxfloordetail__small .p-maxfloordetail__display {
  visibility: visible;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__small .p-maxfloordetail__display {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: block !important;
    height: 50px;
    line-height: 50px;
    background-color: #062F99;
    color: #ffffff;
  }
  #p-maxfloordetail .p-maxfloordetail__small .p-maxfloordetail__display > br {
    display: none;
  }
}
#p-maxfloordetail .p-maxfloordetail__small > div {
  display: block;
  width: calc(100% - 135px);
  border: 1px solid #707070;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__small > div {
    width: 100%;
  }
}
#p-maxfloordetail .p-maxfloordetail__small > div > em {
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
  float: left;
}
#p-maxfloordetail .p-maxfloordetail__small > div > em > span {
  display: inline-block;
  float: right;
  font-size: 18px;
}
@media screen and (max-width: 1060px) {
  #p-maxfloordetail .p-maxfloordetail__small > div > em > span {
    display: block;
    float: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail .p-maxfloordetail__small > div > em > span {
    font-size: 12px;
  }
}
#p-maxfloordetail .p-maxfloordetail__small > div > img {
  width: 100%;
  max-width: 182px;
  float: left;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail .p-maxfloordetail__small > div > img {
    display: block;
    width: 80%;
    max-width: inherit;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__small > div > img {
    width: 100%;
  }
}
#p-maxfloordetail .p-maxfloordetail__small > div > div {
  width: calc(100% - 182px - 40px);
  margin-left: 40px;
  float: right;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail .p-maxfloordetail__small > div > div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
#p-maxfloordetail .p-maxfloordetail__small > div > div > p {
  display: block;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 1060px) {
  #p-maxfloordetail .p-maxfloordetail__small > div > div > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail .p-maxfloordetail__small > div > div > p {
    font-size: 14px;
  }
}
#p-maxfloordetail .p-maxfloordetail__list ul {
  width: 80%;
  margin: 0 auto 70px auto;
  overflow: hidden;
}
#p-maxfloordetail .p-maxfloordetail__list ul li {
  width: 24.975%;
  float: left;
}
@media screen and (max-width: 730px) {
  #p-maxfloordetail .p-maxfloordetail__list ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 520px) {
  #p-maxfloordetail .p-maxfloordetail__list ul li {
    width: 49.95%;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__list ul {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 350px) {
  #p-maxfloordetail .p-maxfloordetail__list ul {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__list {
    border-top: 1px solid #000;
    padding-top: 20px;
  }
}
#p-maxfloordetail .p-maxfloordetail__image {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__image {
    width: 100%;
  }
}
#p-maxfloordetail .p-maxfloordetail__image > img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail .p-maxfloordetail__image > img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__image > img {
    margin-bottom: 10px;
  }
}
#p-maxfloordetail .p-maxfloordetail__image ul {
  overflow: hidden;
}
#p-maxfloordetail .p-maxfloordetail__image ul li {
  width: calc((99.9% - 20px) / 2);
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
}
#p-maxfloordetail .p-maxfloordetail__image ul li:nth-of-type(2n) {
  margin-right: 0;
}
#p-maxfloordetail .p-maxfloordetail__image ul li > img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__image ul li {
    width: 100%;
    margin-right: 0;
  }
}
#p-maxfloordetail .p-maxfloordetail__link {
  width: 100%;
  margin: 70px auto 0 auto;
}
#p-maxfloordetail .p-maxfloordetail__link p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#p-maxfloordetail .p-maxfloordetail__link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#p-maxfloordetail .p-maxfloordetail__link ul li {
  float: left;
  width: calc((99.9% - 200px) / 5);
  margin-right: 40px;
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail .p-maxfloordetail__link ul li {
    width: calc((99.9% - 120px) / 5);
    margin-right: 20px;
  }
}
@media screen and (max-width: 580px) {
  #p-maxfloordetail .p-maxfloordetail__link ul li {
    width: calc((99.9% - 60px) / 5);
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxfloordetail .p-maxfloordetail__link ul li {
    width: calc((99.9% - 40px) / 5);
    margin-right: 10px;
  }
}
#p-maxfloordetail .p-maxfloordetail__link ul li:nth-of-type(5) {
  margin-right: 0;
}
#p-maxfloordetail .p-maxfloordetail__link ul li a {
  display: block;
  width: 100%;
  border: solid 1px #707070;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 6px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #p-maxfloordetail .p-maxfloordetail__link ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  #p-maxfloordetail .p-maxfloordetail__link ul li a {
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
  }
}
#p-maxfloordetail .p-maxfloordetail__link ul li a:hover {
  background-color: #062F99;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#p-maxfloordetail .p-maxfloordetail__link ul li a > br {
  display: none;
}
@media screen and (max-width: 580px) {
  #p-maxfloordetail .p-maxfloordetail__link ul li a > br {
    display: block;
  }
}

/*----------------------------------------
ポイントカードページ内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
FOODMAX, DRUG EIGHT MAX, Flower MAX, One's cycleページ内で使用するスタイル
----------------------------------------*/
#p-maxtenanto > div > img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p-maxtenanto > div > img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxtenanto > div > img {
    margin-bottom: 10px;
  }
}
#p-maxtenanto > div .p-maxtenanto__image li {
  float: left;
  width: calc((99.9% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #p-maxtenanto > div .p-maxtenanto__image li {
    width: calc((99.9% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxtenanto > div .p-maxtenanto__image li {
    width: calc((99.9% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#p-maxtenanto > div .p-maxtenanto__image li:nth-of-type(2n) {
  margin-right: 0;
}
#p-maxtenanto > div .p-maxtenanto__image li img {
  width: 100%;
}
#p-maxtenanto > div .p-maxtenanto__link {
  width: 860px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 900px) {
  #p-maxtenanto > div .p-maxtenanto__link {
    width: 100%;
  }
}
#p-maxtenanto > div .p-maxtenanto__link li {
  float: left;
  width: calc((99.9% - 200px) / 5);
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #p-maxtenanto > div .p-maxtenanto__link li {
    width: calc((99.9% - 120px) / 5);
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  #p-maxtenanto > div .p-maxtenanto__link li {
    width: calc((99.9% - 40px) / 5);
    margin-right: 10px;
  }
}
#p-maxtenanto > div .p-maxtenanto__link li:nth-of-type(5) {
  margin-right: 0;
}
#p-maxtenanto > div .p-maxtenanto__link li img {
  width: 100%;
}

/*----------------------------------------
予約フォームページ内で使用するスタイル
----------------------------------------*/
#p-maxreserve > div {
  width: 800px;
}
@media screen and (max-width: 850px) {
  #p-maxreserve > div {
    width: 96%;
  }
}
#p-maxreserve > div img {
  max-width: 100%;
}
#p-maxreserve > div h1 {
  width: 300px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#p-maxreserve > div p span {
  font-weight: 600;
}
#p-maxreserve > div table {
  border: none;
}
#p-maxreserve > div table tr th, #p-maxreserve > div table tr td {
  border: none;
  padding: 10px;
}
#p-maxreserve > div table tr th {
  width: 150px;
  padding-left: 0;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  #p-maxreserve > div table tr th {
    width: 130px;
  }
}
#p-maxreserve > div table tr td input,
#p-maxreserve > div table tr td textarea,
#p-maxreserve > div table tr td select {
  border: solid 1px #656565;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#p-maxreserve > div table tr td .p-max-reserve__name,
#p-maxreserve > div table tr td .p-max-reserve__kana,
#p-maxreserve > div table tr td .p-max-reserve__mail,
#p-maxreserve > div table tr td .p-max-reserve__tel,
#p-maxreserve > div table tr td .p-max-reserve__address,
#p-maxreserve > div table tr td .p-max-reserve__time {
  height: 26px;
}
#p-maxreserve > div table tr td .p-max-reserve__name,
#p-maxreserve > div table tr td .p-max-reserve__kana,
#p-maxreserve > div table tr td .p-max-reserve__tel {
  width: 300px;
}
@media screen and (max-width: 570px) {
  #p-maxreserve > div table tr td .p-max-reserve__name,
  #p-maxreserve > div table tr td .p-max-reserve__kana,
  #p-maxreserve > div table tr td .p-max-reserve__tel {
    width: 100%;
  }
}
#p-maxreserve > div table tr td .p-max-reserve__mail,
#p-maxreserve > div table tr td .p-max-reserve__address,
#p-maxreserve > div table tr td .p-max-reserve__time,
#p-maxreserve > div table tr td .p-max-reserve__content {
  width: 100%;
}
#p-maxreserve > div table tr td ul li {
  display: inline-block;
}
#p-maxreserve > div table tr td ul li label {
  margin: 0 20px 0 6px;
}
#p-maxreserve > div input[type=submit],
#p-maxreserve > div .p-max-reserve__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 46px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #C23A3A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #C23A3A;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 30px auto 0 auto;
}
#p-maxreserve > div input[type=submit]::before, #p-maxreserve > div input[type=submit]::after,
#p-maxreserve > div .p-max-reserve__btn::before,
#p-maxreserve > div .p-max-reserve__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#p-maxreserve > div input[type=submit]::before,
#p-maxreserve > div .p-max-reserve__btn::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}
#p-maxreserve > div input[type=submit]::after,
#p-maxreserve > div .p-max-reserve__btn::after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #C23A3A;
  border-right: 2px solid #C23A3A;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#p-maxreserve > div input[type=submit]:hover,
#p-maxreserve > div .p-max-reserve__btn:hover {
  background-color: #ffffff;
  color: #C23A3A;
}
#p-maxreserve > div input[type=submit]:hover::before,
#p-maxreserve > div .p-max-reserve__btn:hover::before {
  background-color: #C23A3A;
}
#p-maxreserve > div input[type=submit]:hover::after,
#p-maxreserve > div .p-max-reserve__btn:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

/*----------------------------------------
主な取扱商品ページ内で使用するスタイル
----------------------------------------*/
#p-maxaccess > div > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#p-maxaccess > div iframe {
  width: 100%;
  height: 500px;
  border: none;
}
@media screen and (max-width: 600px) {
  #p-maxaccess > div iframe {
    height: 300px;
  }
}

/*----------------------------------------
イベントテンプレート内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
アイテム紹介テンプレートA内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
アイテム紹介テンプレートB内で使用するスタイル
----------------------------------------*/
/*----------------------------------------
トップページ内で使用するスタイル
----------------------------------------*/
#p-maxhome__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #p-maxhome__header {
    margin-bottom: 0;
  }
}
#p-maxhome__header img {
  width: 100%;
}

#p-maxhome__topic #p-maxhome__slider {
  width: 100%;
  background-color: #ffffff;
}
#p-maxhome__topic #p-maxhome__slider .sp-slide img {
  width: 100%;
  height: auto;
}
#p-maxhome__topic #p-maxhome__slider .sp-button {
  color: #062F99;
}
#p-maxhome__topic #p-maxhome__slider .sp-selected-button {
  background-color: #062F99;
}

@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper {
    position: relative;
    padding-left: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar {
    position: relative;
    max-width: 700px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month {
    position: relative;
    height: 36px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .separate::before {
  content: "・";
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control {
  position: absolute;
  top: 5px;
  width: 98px;
  border: 1px solid #707070;
  background: #A4A4A4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control {
    display: none;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control:hover {
  background: #fff;
  color: #707070;
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control.calender_prev {
  left: 5px;
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .month .control.calender_next {
  right: 5px;
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar {
    position: relative;
    left: 0;
    overflow-x: auto;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table {
    position: relative;
    left: 0;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100px;
  overflow: hidden;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr {
    height: auto;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child {
  height: 41px;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child {
    height: auto;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td {
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td {
    height: 41px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td {
    color: #323232;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td.holiday {
    color: #f23524;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr:first-child td.holiday {
    background: #ffe8e5;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td {
  border-right: 1px solid #707070;
  text-align: center;
  display: block;
  overflow: hidden;
  float: left;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td {
    height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td {
    height: 30px;
    color: #fff;
    vertical-align: middle;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td span {
  color: #fff;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .p-maxhome__box__calendar .p-maxhome__calendar table tr td span {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event {
    position: absolute;
    top: 76px;
    left: 0;
    width: 320px;
    border-top: 1px solid #707070;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event {
    margin-top: 10px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li {
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li {
    position: relative;
    height: 100px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #707070;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li {
    position: relative;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li::before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    display: block;
    width: 3px;
    content: " ";
    width: 15px;
  }
}
@media screen and (min-width: 1280px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li span {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    margin-top: -10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container img {
  float: left;
  height: 78px;
  margin-right: 10px;
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li .container img {
    margin-left: 15px;
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div {
  float: left;
  width: calc(100% - 80px - 10px);
}
@media screen and (max-width: 1279px) {
  #p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div {
    width: calc(100% - 80px - 10px - 20px);
  }
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div p.name {
  line-height: 100%;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}
#p-maxhome__event .p-maxhome__eventwrapper .list_event li .container div p.period {
  line-height: 100%;
  font-size: 13px;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event01 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event02 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event03 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event04 a,
#p-maxhome__event .p-maxhome__eventwrapper td.event05 a {
  display: block;
  width: 100%;
  height: 100%;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event01,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event01:before {
  background: #D40226;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event02,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event02:before {
  background: #E06161;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event03,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event03:before {
  background: #249C38;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event04,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event04:before {
  background: #FCDC04;
}
#p-maxhome__event .p-maxhome__eventwrapper td.event05,
#p-maxhome__event .p-maxhome__eventwrapper .list_event .event05:before {
  background: #F8B500;
}

#p-maxhome__notice {
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice {
    padding-top: 40px;
    margin-bottom: 0;
  }
}
#p-maxhome__notice div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#p-maxhome__notice div a {
  display: block;
  margin-right: 2%;
}
#p-maxhome__notice div a img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#p-maxhome__notice div a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice div a:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #p-maxhome__notice div a {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#p-maxhome__guide div {
  overflow: hidden;
  margin-bottom: 30px;
}
#p-maxhome__guide div:last-of-type {
  margin-bottom: 0;
}
#p-maxhome__guide div h5 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  #p-maxhome__guide div h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  #p-maxhome__guide div h5 {
    font-size: 18px;
  }
}
#p-maxhome__guide div h5 span {
  font-size: 22px;
  font-weight: bold;
  display: inline;
}
@media screen and (max-width: 480px) {
  #p-maxhome__guide div h5 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  #p-maxhome__guide div h5 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #p-maxhome__guide div h5 .p-maxhome__wrap1 {
    display: block;
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 580px) {
  #p-maxhome__guide div h5 .p-maxhome__wrap2 {
    display: block;
    margin-left: 2.5em;
  }
}
#p-maxhome__guide div h5 b {
  font-style: normal;
  display: inline;
}
@media screen and (max-width: 580px) {
  #p-maxhome__guide div h5 b {
    display: none;
  }
}
#p-maxhome__guide div div > img {
  display: block;
  float: left;
  width: 70.5%;
  margin-right: 2%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div > img {
    width: 100%;
    margin-right: 0;
  }
}
#p-maxhome__guide div div div {
  float: left;
  width: 27.5%;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div {
    width: 100%;
    margin: 20px 0 40px 0;
  }
}
#p-maxhome__guide div div div::after {
  content: "";
  clear: both;
}
#p-maxhome__guide div div div ul {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#p-maxhome__guide div div div ul li {
  width: 49%;
  float: left;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div ul li {
    width: 11%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 480px) {
  #p-maxhome__guide div div div ul li {
    width: 16%;
  }
}
#p-maxhome__guide div div div ul li:nth-of-type(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  #p-maxhome__guide div div div ul li:first-of-type {
    margin-left: 0;
  }
}
#p-maxhome__guide div div div ul li img {
  width: 100%;
}

#p-home__banner.p-maxhome__banner {
  background-color: #fff;
}

/*----------------------------------------
エイトプロ indexに適用するスタイル
----------------------------------------*/
.p-eightpro-slider-wrapper {
  margin-inline: auto;
  width: 100% !important;
  max-width: 1920px;
}

.l-eightprohd__logo-anker {
  width: 500px;
  max-width: 80%;
}
.l-eightprohd__logo-anker img {
  max-width: 100%;
  height: auto;
}

.p-eightprohome__news .c-hd__title {
  color: #000;
  background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
}

.p-eightpro-commodities {
  border-top: solid 2px #000;
}

.p-eightpro-commodities-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-eightpro-commodities-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
:root {
  --swiper-navigation-color: #fff;
}

@-webkit-keyframes slideBullet {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideBullet {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.p-home-swiper img,
.p-eightpro-swiper img {
  max-width: 100%;
  display: block;
}
.p-home-swiper .swiper-button-prev,
.p-home-swiper .swiper-button-next,
.p-eightpro-swiper .swiper-button-prev,
.p-eightpro-swiper .swiper-button-next {
  width: 39px;
  height: 51px;
  -webkit-transform: translateY(-50%) translateY(-15px);
  -ms-transform: translateY(-50%) translateY(-15px);
  transform: translateY(-50%) translateY(-15px);
}
.p-home-swiper .swiper-button-prev::after,
.p-home-swiper .swiper-button-next::after,
.p-eightpro-swiper .swiper-button-prev::after,
.p-eightpro-swiper .swiper-button-next::after {
  content: none;
}
.p-home-swiper .swiper-button-prev,
.p-eightpro-swiper .swiper-button-prev {
  background: url(/img/top/top_slide_btn_prev.png);
}
.p-home-swiper .swiper-button-next,
.p-eightpro-swiper .swiper-button-next {
  background: url(/img/top/top_slide_btn_next.png);
}
.p-home-swiper .swiper-pagination,
.p-eightpro-swiper .swiper-pagination {
  position: relative;
}
.p-home-swiper .swiper-pagination-bullet,
.p-eightpro-swiper .swiper-pagination-bullet {
  width: 42px;
  height: 8px;
  position: relative;
  opacity: 1;
  background-color: #e4eae6;
  border-radius: 2px;
}
.p-home-swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-home-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-eightpro-swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-eightpro-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
}
.p-home-swiper .swiper-pagination-bullet-active::before,
.p-eightpro-swiper .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: slideBullet 5s linear forwards;
  animation: slideBullet 5s linear forwards;
  background-color: #256646;
}

.p-eightpro-swiper .swiper-button-prev,
.p-eightpro-swiper .swiper-button-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------------------------------------
clearfix
----------------------------------------*/
.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------------------
position
----------------------------------------*/
.u-pos__flex__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-pos__flex__center--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*----------------------------------------
padding
----------------------------------------*/
.u-pt__section__normal {
  padding-top: 70px;
}
@media screen and (max-width: 1060px) {
  .u-pt__section__normal {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .u-pt__section__normal {
    padding-top: 20px;
  }
}

.u-pt__section__narrow {
  padding-top: 40px;
}

.u-pb__section__normal {
  padding-bottom: 80px;
}
@media screen and (max-width: 1060px) {
  .u-pb__section__normal {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .u-pb__section__normal {
    padding-bottom: 40px;
  }
}

.u-pb__section__narrow {
  padding-bottom: 40px;
}

/*----------------------------------------
margin
----------------------------------------*/
.u-mt__wide {
  margin-top: 70px;
}
@media screen and (max-width: 1060px) {
  .u-mt__wide {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .u-mt__wide {
    margin-top: 20px;
  }
}

.u-mt__normal {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .u-mt__normal {
    margin-top: 30px;
  }
}

.u-mt__narrow {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .u-mt__narrow {
    margin-top: 20px;
  }
}

.u-mt__too__narrow {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .u-mt__too__narrow {
    margin-top: 10px;
  }
}

.u-mb__wide {
  margin-bottom: 80px;
}
@media screen and (max-width: 1060px) {
  .u-mb__wide {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .u-mb__wide {
    margin-bottom: 40px;
  }
}

.u-mb__normal {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .u-mb__normal {
    margin-bottom: 30px;
  }
}

.u-mb__narrow {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .u-mb__narrow {
    margin-bottom: 20px;
  }
}

/*----------------------------------------
font
----------------------------------------*/
.u-ff__mincho {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.u-img-default {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
position
----------------------------------------*/
.u-center {
  text-align: center;
}

.u-text-bottom-line {
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
}
.u-text-bottom-line:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .u-sp-center {
    text-align: center;
  }
}