@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

body {
  min-width: 980px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.c-arrow {
  position: relative;
  padding-left: 10px;
}
.c-arrow::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 8px;
  margin-right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/arrow_b.png) no-repeat;
  content: "";
}
.c-arrow--w::before {
  width: 6px;
  height: 10px;
  background: url(../img/icon/arrow_w.png) no-repeat;
  background-size: contain;
}
.c-arrow:hover {
  text-decoration: underline;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.c-btn--border {
  border: solid 1px #ccc;
}
.c-btn--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-btn--side {
  height: 46px;
  margin-bottom: 10px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: bold;
}
.c-btn--side.c-btn--icon::before {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 9px;
}
.c-btn--more {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border: solid 1px #0075c4;
  border-radius: 2px;
  font-size: 16px;
}
.c-btn--prev {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border: solid 1px #0075c4;
  border-radius: 2px;
  font-size: 16px;
}
.c-btn--next {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border: solid 1px #0075c4;
  border-radius: 2px;
  font-size: 16px;
}
.c-btn--arrow {
  height: 37px;
  border-radius: 2px;
  font-size: 13px;
}
.c-btn--arrow::before {
  margin-right: 5px;
  line-height: 10px;
  content: url(../img/icon/arrow_b.png);
}
.c-btn--arrow__accent {
  height: 35px;
  border-radius: 2px;
  background: #e52f2e;
  color: #fff;
  font-size: 13px;
}
.c-btn--arrow__accent::before {
  margin-right: 5px;
  line-height: 10px;
  content: url(../img/icon/arrow_w.png);
}
.c-btn--arrow__more {
  width: auto;
  height: auto;
  padding: 8px 12px 7px;
  border-radius: 2px;
  background: #0075c4;
  color: #fff;
  font-size: 11px;
}
.c-btn--arrow__more::before {
  margin-right: 5px;
  line-height: 10px;
  content: url(../img/icon/arrow_w.png);
}
.c-btn--icon::before {
  content: "";
}
.c-btn--icon__side-guide::before {
  background: url(../img/icon/icon_q_wb_big.png) no-repeat;
  background-size: contain;
}
.c-btn--icon__side-faq::before {
  background: url(../img/icon/icon_faq_b_big.png) no-repeat;
  background-size: contain;
}
.c-btn--icon__guide {
  height: 34px;
  font-size: 13px;
}
.c-btn--icon__guide::before {
  margin-right: 6px;
  content: url(../img/icon/icon_q_wb.png);
}
.c-btn--icon__guide:hover {
  text-decoration: underline;
}
.c-btn--icon__menu .icon-wrap {
  display: block;
  position: relative;
  width: 16px;
  height: 12px;
  margin-right: 5px;
}
.c-btn--icon__menu .icon-wrap::before, .c-btn--icon__menu .icon-wrap::after {
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #0075c4;
  content: "";
}
.c-btn--icon__menu .icon-wrap::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn--icon__menu .icon-wrap::after {
  bottom: 0;
  left: 0;
}
.c-btn--icon__menu .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background: #0075c4;
}
.c-btn--icon__menu.is-active {
  background: #0075c4;
  color: #fff;
}
.c-btn--icon__menu.is-active .icon-wrap::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background: #fff;
}
.c-btn--icon__menu.is-active .icon-wrap::after {
  top: 50%;
  bottom: initial;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  background: #fff;
}
.c-btn--icon__menu.is-active .icon {
  display: none;
}
.c-btn--icon__cart {
  width: 100%;
  height: 34px;
  padding: 4px 5px 4px 8px;
  border-radius: 2px;
  background: #e52f2e;
  color: #fff;
  font-size: 12px;
}
.c-btn--icon__cart--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 150px;
  margin: 0 7px 7px;
}
.c-btn--icon__cart::before {
  margin-right: 4px;
  content: url(../img/icon/icon_cart_w.png);
}
.c-btn--icon__cart .item {
  display: inline-block;
  width: 36px;
  margin-left: 5px;
  padding: 4px;
  border-radius: 2px;
  background: #fff;
  color: #333;
  text-align: right;
}
.c-btn--icon__search {
  height: 32px;
  padding: 0 10px;
  border: none;
  border-radius: 2px;
  background: #0075c4;
  color: #fff;
  font-size: 14px;
}
.c-btn--icon__search::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url(../img/icon/icon_search.png) no-repeat;
  background-size: contain;
  content: "";
}
.c-btn--icon__search:hover {
  cursor: pointer;
}
.c-btn--icon__search--2 {
  height: 24px;
  padding: 0 5px;
  border: none;
  border-radius: 2px;
  background: #0075c4;
  color: #fff;
  font-size: 13px;
}
.c-btn--icon__search--2:hover {
  cursor: pointer;
}
.c-btn--icon__end::before {
  height: 13px;
  margin-right: 5px;
  content: url(../img/icon/fin.png);
}
.c-btn--icon__backorder::before {
  height: 16px;
  margin-right: 5px;
  content: url(../img/icon/wait.png);
}
.c-btn--non {
  width: 300px;
  border: 1px solid #0075c4;
  border-radius: 2px;
  color: #0075c4;
  line-height: 48px;
  text-align: center;
}
.c-btn--agree {
  width: 300px;
  margin: 0 0 0 24px;
  border-radius: 2px;
  background: #0075c4;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.c-btn--agree.is-disable {
  background: #e2e2e2;
  pointer-events: none;
}

.c-category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 218px;
  padding: 0 5px;
}
.c-category a:hover .c-arrow {
  text-decoration: underline;
}
.c-category__img {
  display: block;
  margin-right: 9px;
}
.c-category__ttl {
  font-size: 14px;
  font-weight: bold;
}
.c-category__text {
  font-size: 11px;
  line-height: 1.5;
}

.c-ttl--h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.c-ttl--h1::after {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  background: url(../img/sec/border_b.png);
  content: "";
}
.c-ttl--h1--borderless {
  margin: 20px 0;
}
.c-ttl--h1--borderless::after {
  content: none;
}
.c-ttl--h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0 20px;
  font-size: 19px;
  font-weight: bold;
}
.c-ttl--h2::before {
  display: block;
  width: 21px;
  height: 34px;
  margin-right: 10px;
  background: url(../img/icon/zo_gray.png) no-repeat;
  background-size: contain;
  content: "";
}
.c-ttl--h2--accent {
  color: #0075c4;
}
.c-ttl--h2--accent::before {
  background: url(../img/icon/zo_blue.png) no-repeat;
  background-size: contain;
}
.c-ttl--h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.c-ttl--h4 {
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.c-ttl .c-btn {
  margin-left: auto;
}

.c-text {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.6;
}
.c-text a {
  color: #0075c4;
}

.c-caution {
  display: block;
  padding: 0 0 20px 32px;
  font-size: 12px;
  line-height: 1.4;
}

.c-attention {
  color: #e52f2e;
}

.b-ttl {
  padding: 20px;
  background: #e2e2e2;
  font-size: 14px;
}

.c-text-link {
  z-index: 10;
  position: relative;
  color: #0075c4;
}
.c-text-link:hover {
  text-decoration: underline;
}

.c-sec {
  position: relative;
  margin-top: 20px;
}
.c-sec::before {
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/sec/border.png);
  content: "";
}
.c-sec--accent::before {
  background: url(../img/sec/border_b.png);
}
.c-sec--borderless::before {
  display: none;
}
.c-sec .is-bold {
  font-weight: bold;
}
.c-sec .is-rectangle {
  padding: 5px;
  background-color: #7e7e7e;
  color: #fff;
}

.b-sec {
  position: relative;
  margin-top: 20px;
}

.c-block {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 1.5;
}

.c-table {
  border-collapse: collapse;
}
.c-table tr {
  border-bottom: 2px solid #fff;
}
.c-table th {
  width: 214px;
  background-color: #eeeeee;
}
.c-table td {
  width: auto;
}
.c-table th, .c-table td, .c-table tr {
  line-height: 1.5;
}
.c-table th p, .c-table td p, .c-table tr p {
  margin-bottom: 10px;
}
.c-table td, .c-table th {
  padding: 10px;
}
.c-table ol {
  padding-left: 20px;
}
.c-table ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
.c-table ul li {
  margin-bottom: 24px;
}
.c-table ul li:last-child {
  margin-bottom: 0;
}

.p-banner-list {
  padding: 20px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.p-banner-list .banner {
  margin-bottom: 10px;
  border: solid 3px #ccc;
}
.p-banner-list .banner:last-of-type {
  margin-bottom: 0;
}
.p-banner-list .banner1 {
  padding: 10px 0;
  text-align: center;
}
.p-banner-list .banner1 dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.p-banner-list .banner1 dd {
  width: 204px;
  margin: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 11px;
}
.p-banner-list .banner1 dd.img {
  margin-bottom: 10px;
}
.p-banner-list .banner1 dd.img img {
  width: 100%;
}
.p-banner-list .banner1 dd .accent {
  color: #e52f2e;
}
.p-banner-list .banner2 {
  padding: 10px 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-banner-list .banner2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 14px;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
}
.p-banner-list .banner2 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-banner-list .banner2 dl .strong {
  font-size: 13px;
}
.p-banner-list .banner2 dl .accent {
  color: #0075c4;
  font-size: 17px;
}
.p-banner-list .banner2 .note {
  padding: 0 0 0 12px;
  font-size: 9px;
}

.p-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-btn-list .c-btn {
  z-index: 10;
  position: relative;
  width: 170px;
  margin-bottom: 15px;
}
.p-btn-list .c-btn--long {
  width: 230px;
}

.escape {
  width: 100%;
  height: 100%;
}

.p-cart-modal {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.p-cart-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.p-cart-modal__ttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #0075c4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.p-cart-modal__ttl::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 16px;
  margin-right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/icon_cart_b.png) no-repeat;
  background-size: contain;
  content: "";
}
.p-cart-modal__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  padding: 20px;
  background: #e2e2e2;
  font-size: 16px;
}
.p-cart-modal__total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  line-height: 1.5;
}
.p-cart-modal__total dl dd {
  color: #e52f2e;
}
.p-cart-modal__total .note {
  color: #e52f2e;
  font-size: 11px;
  line-height: 1.5;
}
.p-cart-modal__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.p-cart-modal__btn {
  width: 49%;
}
.p-cart-modal__btn .c-btn {
  height: 45px;
}

.js-itemprice {
  display: none;
}

.p-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-category-list li {
  margin: 0 15px 10px 0;
  padding-right: 15px;
  border-right: solid 2px #ccc;
}
.p-category-list li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.p-category {
  overflow: hidden;
}
.p-category__head {
  display: block;
  width: 180px;
  float: left;
}
.p-category__box {
  position: relative;
}
.p-category .catetab {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  margin: 0 0 2px;
  padding: 10px 0 10px 20px;
  background: #e2e2e2;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category .catetab:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 5px;
  height: 5px;
  margin: -4px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.p-category .catetab--cate1 {
  background: rgba(0, 117, 196, 0.1);
}
.p-category .catetab--cate1::before {
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
}
.p-category .catetab--cate1.is-active {
  background: #0075c4;
}
.p-category .catetab--cate1.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab--cate2 {
  background: rgba(210, 61, 39, 0.1);
}
.p-category .catetab--cate2::before {
  border-top: 2px solid #d23d27;
  border-right: 2px solid #d23d27;
}
.p-category .catetab--cate2.is-active {
  background: #d23d27;
}
.p-category .catetab--cate2.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab--cate3 {
  background: rgba(67, 144, 40, 0.1);
}
.p-category .catetab--cate3::before {
  border-top: 2px solid #439028;
  border-right: 2px solid #439028;
}
.p-category .catetab--cate3.is-active {
  background: #439028;
}
.p-category .catetab--cate3.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab--cate4 {
  background: rgba(82, 169, 188, 0.1);
}
.p-category .catetab--cate4::before {
  border-top: 2px solid #52a9bc;
  border-right: 2px solid #52a9bc;
}
.p-category .catetab--cate4.is-active {
  background: #52a9bc;
}
.p-category .catetab--cate4.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab--cate5 {
  background: rgba(224, 112, 36, 0.1);
}
.p-category .catetab--cate5::before {
  border-top: 2px solid #e07024;
  border-right: 2px solid #e07024;
}
.p-category .catetab--cate5.is-active {
  background: #e07024;
}
.p-category .catetab--cate5.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab--cate6 {
  background: rgba(226, 191, 3, 0.1);
}
.p-category .catetab--cate6::before {
  border-top: 2px solid #e2bf03;
  border-right: 2px solid #e2bf03;
}
.p-category .catetab--cate6.is-active {
  background: #e2bf03;
}
.p-category .catetab--cate6.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab--cate7 {
  background: rgba(156, 81, 146, 0.1);
}
.p-category .catetab--cate7::before {
  border-top: 2px solid #9c5192;
  border-right: 2px solid #9c5192;
}
.p-category .catetab--cate7.is-active {
  background: #9c5192;
}
.p-category .catetab--cate7.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab--cate8 {
  background: rgba(127, 96, 76, 0.1);
}
.p-category .catetab--cate8::before {
  border-top: 2px solid #7f604c;
  border-right: 2px solid #7f604c;
}
.p-category .catetab--cate8.is-active {
  background: #7f604c;
}
.p-category .catetab--cate8.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-category .catetab:hover {
  cursor: pointer;
}
.p-category .catetab.is-active {
  width: 179px;
  color: #fff;
}
.p-category .catepanel-group {
  width: calc(100% - 180px);
  float: left;
}
.p-category .catepanel {
  display: none;
  padding: 20px;
  overflow: hidden;
  border-radius: 3px;
}
.p-category .catepanel--cate1 {
  border: 1px solid #0075c4;
}
.p-category .catepanel--cate1 ul li a .thumb:before {
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
}
.p-category .catepanel--cate2 {
  border: 1px solid #d23d27;
}
.p-category .catepanel--cate2 ul li a .thumb:before {
  border-top: 2px solid #d23d27;
  border-right: 2px solid #d23d27;
}
.p-category .catepanel--cate3 {
  border: 1px solid #439028;
}
.p-category .catepanel--cate3 ul li a .thumb:before {
  border-top: 2px solid #439028;
  border-right: 2px solid #439028;
}
.p-category .catepanel--cate4 {
  border: 1px solid #52a9bc;
}
.p-category .catepanel--cate4 ul li a .thumb:before {
  border-top: 2px solid #52a9bc;
  border-right: 2px solid #52a9bc;
}
.p-category .catepanel--cate5 {
  border: 1px solid #e07024;
}
.p-category .catepanel--cate5 ul li a .thumb:before {
  border-top: 2px solid #e07024;
  border-right: 2px solid #e07024;
}
.p-category .catepanel--cate6 {
  border: 1px solid #e2bf03;
}
.p-category .catepanel--cate6 ul li a .thumb:before {
  border-top: 2px solid #e2bf03;
  border-right: 2px solid #e2bf03;
}
.p-category .catepanel--cate7 {
  border: 1px solid #9c5192;
}
.p-category .catepanel--cate7 ul li a .thumb:before {
  border-top: 2px solid #9c5192;
  border-right: 2px solid #9c5192;
}
.p-category .catepanel--cate8 {
  border: 1px solid #7f604c;
}
.p-category .catepanel--cate8 ul li a .thumb:before {
  border-top: 2px solid #7f604c;
  border-right: 2px solid #7f604c;
}
.p-category .catepanel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-category .catepanel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
  padding: 10px 2% 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
.p-category .catepanel ul li:nth-child(3n) {
  padding: 10px 0;
}
.p-category .catepanel ul li:nth-child(3n) a {
  border: none;
}
.p-category .catepanel ul li:last-child a {
  border: none;
}
.p-category .catepanel ul li.note {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border: none;
  font-size: 13px;
  line-height: 1.5;
}
.p-category .catepanel ul li a {
  display: block;
  width: 100%;
  border-right: 1px solid #e2e2e2;
}
.p-category .catepanel ul li a .thumb {
  display: inline-block;
  position: relative;
  width: 36px;
  margin: 0 16px 0 0;
  vertical-align: middle;
}
.p-category .catepanel ul li a .thumb:before {
  display: block;
  position: absolute;
  top: 50%;
  right: -6px;
  width: 5px;
  height: 5px;
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.p-category .catepanel ul li a .thumb img {
  display: block;
  max-width: 100%;
}
.p-category .catepanel ul li a .name {
  display: inline-block;
  width: calc(100% - 52px);
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
}
.p-category .catetab.is-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-category .catepanel.is-show {
  display: block;
}
.p-category .accordion {
  margin: 0 0 10px;
}
.p-category .accordion--cate1 .accordion__trigger {
  background: #0075c4;
}
.p-category .accordion--cate1 .accordion__trigger.is-active {
  border: none;
  background: #0075c4;
  color: #fff;
}
.p-category .accordion--cate1 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate1 .accordion__detail {
  background: #0075c4;
}
.p-category .accordion--cate2 .accordion__trigger {
  background: #d23d27;
}
.p-category .accordion--cate2 .accordion__trigger.is-active {
  border: none;
  background: #d23d27;
  color: #fff;
}
.p-category .accordion--cate2 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate2 .accordion__detail {
  background: #d23d27;
}
.p-category .accordion--cate3 .accordion__trigger {
  background: #439028;
}
.p-category .accordion--cate3 .accordion__trigger.is-active {
  border: none;
  background: #439028;
  color: #fff;
}
.p-category .accordion--cate3 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate3 .accordion__detail {
  background: #439028;
}
.p-category .accordion--cate4 .accordion__trigger {
  background: #52a9bc;
}
.p-category .accordion--cate4 .accordion__trigger.is-active {
  border: none;
  background: #52a9bc;
  color: #fff;
}
.p-category .accordion--cate4 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate4 .accordion__detail {
  background: #52a9bc;
}
.p-category .accordion--cate5 .accordion__trigger {
  background: #e07024;
}
.p-category .accordion--cate5 .accordion__trigger.is-active {
  border: none;
  background: #e07024;
  color: #fff;
}
.p-category .accordion--cate5 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate5 .accordion__detail {
  background: #e07024;
}
.p-category .accordion--cate6 .accordion__trigger {
  background: #e2bf03;
}
.p-category .accordion--cate6 .accordion__trigger.is-active {
  border: none;
  background: #e2bf03;
  color: #fff;
}
.p-category .accordion--cate6 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate6 .accordion__detail {
  background: #e2bf03;
}
.p-category .accordion--cate7 .accordion__trigger {
  background: #9c5192;
}
.p-category .accordion--cate7 .accordion__trigger.is-active {
  border: none;
  background: #9c5192;
  color: #fff;
}
.p-category .accordion--cate7 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate7 .accordion__detail {
  background: #9c5192;
}
.p-category .accordion--cate8 .accordion__trigger {
  background: #7f604c;
}
.p-category .accordion--cate8 .accordion__trigger.is-active {
  border: none;
  background: #7f604c;
  color: #fff;
}
.p-category .accordion--cate8 .accordion__trigger.is-active::before {
  margin: -2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-category .accordion--cate8 .accordion__detail {
  background: #7f604c;
}
.p-category .accordion:first-of-type {
  border-top: solid 1px #ccc;
}
.p-category .accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 20px 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.p-category .accordion__trigger::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 5px;
  height: 5px;
  margin: -5px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.p-category .accordion__trigger:hover {
  cursor: pointer;
}
.p-category .accordion__detail {
  display: none;
  padding: 0 3px 3px;
  font-size: 13px;
  line-height: 2;
}
.p-category .accordion__detail li {
  margin-bottom: 1px;
}
.p-category .accordion__detail a {
  display: block;
  padding: 8px 4px 5px;
  background: #fff;
}
.p-category .accordion__detail a span {
  padding-top: 5px;
}
.p-category .accordion__detail img {
  width: 28px;
  margin: -3px 10px 0 0;
  float: left;
}
.p-category .accordion__detail.is-show {
  display: block;
}

.p-categoryitem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-categoryitem__list--cate1 {
  border: 1px solid #0075c4;
}
.p-categoryitem__list--cate1 ul li a .thumb:before {
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
}
.p-categoryitem__list--cate2 {
  border: 1px solid #d23d27;
}
.p-categoryitem__list--cate2 ul li a .thumb:before {
  border-top: 2px solid #d23d27;
  border-right: 2px solid #d23d27;
}
.p-categoryitem__list--cate3 {
  border: 1px solid #439028;
}
.p-categoryitem__list--cate3 ul li a .thumb:before {
  border-top: 2px solid #439028;
  border-right: 2px solid #439028;
}
.p-categoryitem__list--cate4 {
  border: 1px solid #52a9bc;
}
.p-categoryitem__list--cate4 ul li a .thumb:before {
  border-top: 2px solid #52a9bc;
  border-right: 2px solid #52a9bc;
}
.p-categoryitem__list--cate5 {
  border: 1px solid #e07024;
}
.p-categoryitem__list--cate5 ul li a .thumb:before {
  border-top: 2px solid #e07024;
  border-right: 2px solid #e07024;
}
.p-categoryitem__list--cate6 {
  border: 1px solid #e2bf03;
}
.p-categoryitem__list--cate6 ul li a .thumb:before {
  border-top: 2px solid #e2bf03;
  border-right: 2px solid #e2bf03;
}
.p-categoryitem__list--cate7 {
  border: 1px solid #9c5192;
}
.p-categoryitem__list--cate7 ul li a .thumb:before {
  border-top: 2px solid #9c5192;
  border-right: 2px solid #9c5192;
}
.p-categoryitem__list--cate8 {
  border: 1px solid #7f604c;
}
.p-categoryitem__list--cate8 ul li a .thumb:before {
  border-top: 2px solid #7f604c;
  border-right: 2px solid #7f604c;
}
.p-categoryitem__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-categoryitem__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
  padding: 10px 2% 10px 0;
}
.p-categoryitem__list ul li:nth-child(3n) {
  padding: 10px 0;
}
.p-categoryitem__list ul li:nth-child(3n) a {
  border: none;
}
.p-categoryitem__list ul li:last-child a {
  border: none;
}
.p-categoryitem__list ul li a {
  display: block;
  width: 100%;
  border-right: 1px solid #e2e2e2;
}
.p-categoryitem__list ul li a .thumb {
  display: inline-block;
  position: relative;
  width: 36px;
  margin: 0 16px 0 0;
  vertical-align: middle;
}
.p-categoryitem__list ul li a .thumb:before {
  display: block;
  position: absolute;
  top: 50%;
  right: -6px;
  width: 5px;
  height: 5px;
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.p-categoryitem__list ul li a .thumb img {
  display: block;
  max-width: 100%;
}
.p-categoryitem__list ul li a .name {
  display: inline-block;
  width: calc(100% - 52px);
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
}

.p-categorysearch {
  margin: 0 0 20px;
  border: solid 1px #ccc;
}
.p-categorysearch > h3 {
  height: 42px;
  margin: 0 0 20px;
  padding: 0 10px;
  background: #ccc;
  font-size: 11px;
  line-height: 42px;
}
.p-categorysearch .categorysearch-sp {
  width: 96%;
  margin: 0 auto 20px;
}
.p-categorysearch .categorysearch-sp h4 {
  display: inline-block;
  width: calc(100% - 150px);
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.8;
  vertical-align: bottom;
}
.p-categorysearch .categorysearch-sp a {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  margin: 0 0 10px 10px;
  vertical-align: bottom;
}
.p-categorysearch .categorysearch-sp .p-category ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: initial;
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
.p-categorysearch .categorysearch-sp .p-category ul .thumb {
  width: 30px;
  margin: 0 25px;
}
.p-categorysearch .categorysearch-sp .p-category ul .thumb img {
  display: block;
  width: 100%;
}
.p-categorysearch .categorysearch-sp .p-category ul .name {
  font-size: 11px;
  line-height: 1.2;
}
.p-categorysearch .categorysearch-sp .p-category ul .name:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: -2px 6px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
  line-height: 1.4;
  vertical-align: middle;
  content: "";
}
.p-categorysearch .categorysearch-sp .p-category ul .note {
  padding: 0 5px;
  font-size: 11px;
  line-height: 1.5;
}
.p-categorysearch .categorysearch-pc {
  width: 96%;
  margin: 20px auto;
}
.p-categorysearch .categorysearch-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-categorysearch .categorysearch-pc ul li {
  width: 16.6%;
  margin-bottom: 10px;
}
.p-categorysearch .categorysearch-pc ul li a {
  display: block;
  padding: 0 5px;
  text-align: center;
}
.p-categorysearch .categorysearch-pc ul li a .thumb {
  display: block;
  text-align: center;
}
.p-categorysearch .categorysearch-pc ul li a .name {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}
.p-categorysearch .categorysearch-pc ul li a .name:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: -2px 6px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
  line-height: 1.4;
  vertical-align: middle;
  content: "";
}
.p-contact-list a {
  display: block;
  padding: 10px;
  border: solid 1px #ccc;
  background: #fff;
  line-height: 2;
  text-align: center;
}
.p-contact-list a dt {
  color: #0075c4;
  font-size: 11px;
  font-weight: bold;
}
.p-contact-list a dd {
  font-size: 10px;
}

.p-parts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.p-guide li {
  width: 20%;
  border-right: solid 1px #ccc;
}
.p-guide li:first-child {
  border-left: solid 1px #ccc;
}
.p-guide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 19px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.p-guide a img {
  display: block;
  margin: 0 auto;
}
.p-guide a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc((1em * 1.5) * 2);
}

#payment, #search01, #search02, #parts, #delivery, #returns, #receipt, #faq {
  margin-top: -92px;
  padding-top: 92px;
}

.p-payment {
  display: block;
  padding: 20px;
  border: solid 1px #ccc;
}
.p-payment > p {
  margin: 0 0 10px;
  font-size: 12px;
}
.p-payment dl:nth-child(2) {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: dotted 1px #ccc;
}
.p-payment dl dt {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 12px;
  font-weight: bold;
}
.p-payment dl dd {
  display: inline-block;
}
.p-payment dl dd p {
  font-size: 12px;
}
.p-payment dl dd p span {
  color: #e52f2e;
}
.p-payment dl dd img {
  display: inline-block;
  vertical-align: middle;
}

.p-payment02 {
  width: 100%;
  margin: 20px auto;
  padding: 15px 10px 26px;
  border: 1px solid #ccc;
}
.p-payment02 dt {
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #ccc;
  font-size: 13px;
  font-weight: bold;
  line-height: 50px;
}
.p-payment02 dd img {
  width: 500px;
}

.p-item-card01 {
  margin: 10px 0 20px;
  padding: 0 0 40px;
  border: solid 1px #ccc;
}
.p-item-card01__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-item-card01__main {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.p-item-card01__ttl {
  margin-bottom: 20px;
  padding: 10px 13px;
  border-bottom: 1px dotted #CCC;
  background: #e2e2e2;
  font-size: 14px;
  line-height: 1.5;
}
.p-item-card01__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  width: 190px;
  text-align: center;
}
.p-item-card01__img img {
  max-width: 100%;
}
.p-item-card01__partslist {
  width: calc(100% - 190px);
  padding: 0 10px;
}
.p-item-card01__partslist ul li {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 4px 0;
  float: left;
  border-right: 1px solid #CCC;
}
.p-item-card01__partslist ul li:nth-child(3n) {
  margin: 0;
  border: none;
}
.p-item-card01__partslist ul li a {
  display: block;
}
.p-item-card01__partslist ul li a .thumb {
  display: inline-block;
  position: relative;
  width: 36px;
  margin: 0 16px 0 0;
  vertical-align: middle;
}
.p-item-card01__partslist ul li a .thumb:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  width: 5px;
  height: 8px;
  margin-right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/arrow_b.png) no-repeat;
  content: "";
}
.p-item-card01__partslist ul li a .thumb img {
  display: block;
}
.p-item-card01__partslist ul li a .name {
  display: inline-block;
  width: calc(100% - 52px);
  padding: 0 10px 0 0;
  font-size: 12px;
  vertical-align: middle;
}
.p-item-card01__note {
  margin-top: 5px;
  font-size: 13px;
}

.p-item-card02 {
  margin: 10px 0 20px;
  padding: 10px;
  border: solid 1px #ccc;
}
.p-item-card02__main, .p-item-card02__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-item-card02__main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.p-item-card02__sub {
  margin-top: 15px;
  padding: 15px 8px 5px;
  border-top: dotted 1px #ccc;
  font-size: 13px;
  line-height: 1.5;
}
.p-item-card02__sub dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
  width: 8em;
  margin-right: 1em;
}
.p-item-card02__sub dd span {
  visibility: hidden;
}
.p-item-card02__sub dd.more a {
  visibility: visible;
}
.p-item-card02__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  margin-right: 20px;
}
.p-item-card02__img a {
  display: block;
}
.p-item-card02__img img {
  max-width: 100%;
}
.p-item-card02__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.p-item-card02__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.p-item-card02__detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 20px;
  margin: 0 10px 5px 0;
  background: #ccc;
}
.p-item-card02__detail dd {
  width: calc(100% - 80px);
  margin-bottom: 5px;
}
.p-item-card02__detail dd .price {
  color: #e52f2e;
  font-size: 18px;
}
.p-item-card02__detail dd .price::before {
  content: "\A5";
}
.p-item-card02__detail dd .price::after {
  content: " - ";
}
.p-item-card02__btn-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  margin-left: auto;
}
.p-item-card02__btn {
  margin-bottom: 10px;
  font-size: 13px;
}
.p-item-card02__btn:last-child {
  margin-bottom: 0;
}
.p-item-card02__btn * {
  height: 36px;
}

.p-item-card03 {
  padding: 15px;
  border: solid 1px #ccc;
  border-radius: 2px;
}
.p-item-card03__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-item-card03__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  margin-right: 15px;
}
.p-item-card03__img a {
  display: block;
}
.p-item-card03__img img {
  max-width: 100%;
}
.p-item-card03__ttl {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.p-item-card03__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.p-item-card03__detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 20px;
  margin: 0 10px 5px 0;
  background: #ccc;
}
.p-item-card03__detail dd {
  width: calc(100% - 80px);
  margin-bottom: 5px;
}
.p-item-card03__detail dd .price {
  color: #e52f2e;
}
.p-item-card03__detail dd .price::before {
  content: "\A5";
}
.p-item-card03__detail dd .price::after {
  content: " - ";
}
.p-item-card03__quantity {
  min-width: 4.5em;
  margin-left: auto;
  font-size: 13px;
}
.p-item-card03__btn-area {
  width: 160px;
  margin-left: auto;
}
.p-item-card03__btn {
  margin-bottom: 10px;
  font-size: 13px;
}
.p-item-card03__btn:last-child {
  margin-bottom: 0;
}
.p-item-card03__btn * {
  height: 36px;
}

.p-item-card04 {
  margin: 0 0 10px;
  padding: 15px;
  border: solid 1px #ccc;
  border-radius: 2px;
}
.p-item-card04__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-item-card04__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  margin-right: 15px;
}
.p-item-card04__img a {
  display: block;
}
.p-item-card04__img img {
  max-width: 100%;
}
.p-item-card04__ttl {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.p-item-card04__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.p-item-card04__detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 20px;
  margin: 0 10px 5px 0;
  background: #ccc;
}
.p-item-card04__detail dd {
  width: calc(100% - 80px);
  margin-bottom: 5px;
}
.p-item-card04__detail dd .price {
  color: #e52f2e;
}
.p-item-card04__detail dd .price::before {
  content: "\A5";
}
.p-item-card04__detail dd .price::after {
  content: " - ";
}
.p-item-card04__quantity {
  max-width: 130px;
  margin-top: auto;
  margin-left: auto;
  text-align: right;
}
.p-item-card04__quantity > span {
  font-size: 13px;
}
.p-item-card04__quantity input {
  width: 30px;
  margin: 0 5px 0 0;
  text-align: center;
}
.p-item-card04__quantity .change {
  margin: 10px 0 0;
}
.p-item-card04__quantity .change .change-btn {
  display: inline-block;
  width: 72px;
  height: 26px;
  border-radius: 2px;
  background: #666;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
}
.p-item-card04__quantity .change .del-btn {
  display: inline-block;
  width: 48px;
  height: 26px;
  margin: 0 0 0 5px;
  border: 1px solid #0075c4;
  border-radius: 2px;
  color: #0075c4;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
}

.p-item-card05 {
  margin: 20px 0;
}
.p-item-card05__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-item-card05__main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px;
}
.p-item-card05__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  margin-right: 20px;
  text-align: center;
}
.p-item-card05__img img {
  max-width: 100%;
}
.p-item-card05__info {
  width: calc(100% - 220px);
}
.p-item-card05__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.p-item-card05__ttl--support {
  border-bottom: 2px solid #cdcdcd;
}
.p-item-card05__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
  font-size: 13px;
}
.p-item-card05__detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 20px;
  margin: 0 10px 10px 0;
  background: #ccc;
}
.p-item-card05__detail dd {
  width: calc(100% - 80px);
  margin-bottom: 10px;
}
.p-item-card05__detail dd .price {
  color: #e52f2e;
  font-size: 18px;
}
.p-item-card05__detail dd .price::before {
  content: "\A5";
}
.p-item-card05__detail dd .price::after {
  content: " - ";
}
.p-item-card05__btn-area {
  margin-left: auto;
}
.p-item-card05__btn {
  max-width: 248px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.p-item-card05__btn:last-child {
  margin-bottom: 0;
}
.p-item-card05__btn * {
  height: 46px;
  font-size: 16px;
}
.p-item-card05__caution-area {
  margin: 0 0 20px;
  padding: 30px;
  background: #e2e2e2;
}
.p-item-card05__caution-area p {
  color: #e52f2e;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.p-item-card05__support-area .show-support {
  padding: 10px 0;
  border: 1px solid #cdcdcd;
  text-align: center;
}
.p-item-card05__support-area .show-support span {
  font-size: 14px;
}
.p-item-card05__support-area .accordion__trigger.is-active {
  border: solid 1px #0075c4;
  background: #0075c4;
}
.p-item-card05__support-area .accordion__trigger.is-active::after {
  color: #fff;
  font-size: 14px;
  content: "\9589\3058\308B";
}
.p-item-card05__support-area .accordion__trigger.is-active span {
  display: none;
}
.p-item-card05__support-area .accordion__detail {
  display: none;
  margin-top: 20px;
  border: solid 1px #ccc;
}
.p-item-card05__support-area .accordion__detail.is-show {
  display: block;
}
.p-item-card05__support-area .accordion__detail .show-support__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 30px;
  border-bottom: solid 1px #ccc;
}
.p-item-card05__support-area .accordion__detail .show-support__link:last-child {
  border-bottom: none;
}
.p-item-card05__support-area .accordion__detail .show-support__img {
  max-width: 80px;
  margin-right: 18px;
}
.p-item-card05__support-area .accordion__detail .show-support__img img {
  width: 100%;
}
.p-item-card05__support-area .accordion__detail .show-support__ttl {
  font-size: 11px;
  line-height: 1.5;
}
.p-item-card05__support-area .accordion__detail .show-support__ttl .c-text-link {
  font-size: 16px;
}

.p-item-card06 {
  margin: 10px 0 20px;
  padding: 10px;
  border: solid 1px #ccc;
}
.p-item-card06__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-item-card06__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 15px 8px 5px;
  border-top: dotted 1px #ccc;
  font-size: 13px;
  line-height: 1.5;
}
.p-item-card06__sub dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
  width: 8em;
  margin-right: 1em;
}
.p-item-card06__sub dd span {
  visibility: hidden;
}
.p-item-card06__sub dd.more a {
  visibility: visible;
}
.p-item-card06__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  margin-right: 20px;
}
.p-item-card06__img a {
  display: block;
}
.p-item-card06__img img {
  max-width: 100%;
}
.p-item-card06__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.p-item-card06__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.p-item-card06__detail dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 20px;
  margin: 0 10px 5px 0;
  background: #ccc;
}
.p-item-card06__detail dd {
  width: calc(100% - 80px);
  margin-bottom: 5px;
}
.p-item-card06__detail dd .price {
  color: #e52f2e;
  font-size: 18px;
}
.p-item-card06__detail dd .price::before {
  content: "\A5";
}
.p-item-card06__detail dd .price::after {
  content: " - ";
}
.p-item-card06__btn-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  margin-left: auto;
}
.p-item-card06__btn {
  margin-bottom: 10px;
  font-size: 13px;
}
.p-item-card06__btn:last-child {
  margin-bottom: 0;
}
.p-item-card06__btn * {
  height: 36px;
}

.p-item-card07 {
  margin-right: 1%;
}
.p-item-card07:nth-of-type(3n) {
  margin-right: 0;
}
.p-item-card07 > div {
  display: block;
  width: 100%;
  margin: 10px 0 20px;
  padding: 0;
  border: solid 1px #ccc;
}
.p-item-card07 > div:hover {
  cursor: pointer;
}
.p-item-card07 > div:empty {
  display: none;
}
.p-item-card07__img {
  width: 100%;
  min-height: 240px;
  text-align: center;
}
.p-item-card07__img img {
  width: 80%;
}
.p-item-card07__ttl {
  word-wrap: break-word;
  padding: 10px;
  background-color: #e2e2e2;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.p-item-card07__ttl span {
  display: block;
  font-size: 12px;
}
.p-item-card07__ttl span::blank, .p-item-card07__ttl span::empty {
  display: none;
}

.p-kv-wrap__kv {
  width: 100%;
  height: 200px;
  background: #f7f7f7;
  background-image: url(../img/index/kv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.p-kv-wrap__note {
  width: 980px;
  margin: 5px auto 20px;
  text-align: center;
}
.p-kv-wrap__note li {
  font-size: 12px;
  line-height: 1.6;
}
.p-kv-wrap__note li::before {
  content: "\203B";
}

.p-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 980px;
  height: 95%;
  margin: auto;
}
.p-kv .p-kv-typography {
  margin-bottom: 45px;
  color: #333;
  text-align: center;
}
.p-kv .p-kv-typography__ttl {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #0075c4;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-kv .p-kv-typography__text {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-kv .p-kv-typography__text .icon {
  vertical-align: text-bottom;
}
.p-kv .p-kv-typography__text .emphasis1 {
  font-size: 25px;
}
.p-kv .p-kv-typography__text .emphasis2 {
  color: #0075c4;
  font-size: 25px;
}
.p-kv .p-kv-typography__text .note {
  display: block;
  font-size: 12px;
}

.p-menu {
  z-index: 100;
  position: fixed;
  top: 93px;
  left: 0;
  width: 66%;
  height: calc(100% - 93px);
  padding: 10px 12px;
  overflow-y: scroll;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  background: #fff;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-menu .c-sec:first-child {
  margin-top: 0;
}
.p-menu .c-sec__ttl {
  padding: 10px 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.p-menu .c-sec__ttl::before {
  display: none;
}
.p-menu__sub {
  margin-top: 18px;
  background: #ccc;
}
.p-menu__sub__cont {
  margin-top: 8px;
}
.p-menu__sub__cont::before {
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/sec/border_b.png);
  content: "";
}
.p-menu__sub__cont:first-child {
  margin-top: 0;
}
.p-menu__sub__cont:first-child::before {
  display: none;
}
.p-menu__sub__cont__inner {
  padding: 0 8px 10px;
}
.p-menu__sub__ttl {
  margin-bottom: 13px;
  padding-top: 13px;
  color: #0075c4;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.p-menu .p-guide {
  background: #fff;
}
.p-menu .p-guide li {
  width: 50%;
  border-bottom: solid 1px #ccc;
}
.p-menu .p-guide li:nth-of-type(odd) {
  border-left: solid 1px #ccc;
}
.p-menu .p-guide li:nth-of-type(3) img, .p-menu .p-guide li:nth-of-type(4) img {
  max-width: 24px;
}
.p-menu .p-guide li a {
  padding: 8px 0 3px;
  font-size: 9px;
  line-height: 1.2;
}
.p-menu .p-guide li img {
  max-width: 20px;
}

.p-navi .accordion--cate1 .accordion__trigger::before {
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
}
.p-navi .accordion--cate1 .accordion__trigger.is-active {
  border: none;
  background: #0075c4;
  color: #fff;
}
.p-navi .accordion--cate1 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate1 .accordion__detail {
  background: #0075c4;
}
.p-navi .accordion--cate2 .accordion__trigger::before {
  border-top: 2px solid #d23d27;
  border-right: 2px solid #d23d27;
}
.p-navi .accordion--cate2 .accordion__trigger.is-active {
  border: none;
  background: #d23d27;
  color: #fff;
}
.p-navi .accordion--cate2 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate2 .accordion__detail {
  background: #d23d27;
}
.p-navi .accordion--cate3 .accordion__trigger::before {
  border-top: 2px solid #439028;
  border-right: 2px solid #439028;
}
.p-navi .accordion--cate3 .accordion__trigger.is-active {
  border: none;
  background: #439028;
  color: #fff;
}
.p-navi .accordion--cate3 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate3 .accordion__detail {
  background: #439028;
}
.p-navi .accordion--cate4 .accordion__trigger::before {
  border-top: 2px solid #52a9bc;
  border-right: 2px solid #52a9bc;
}
.p-navi .accordion--cate4 .accordion__trigger.is-active {
  border: none;
  background: #52a9bc;
  color: #fff;
}
.p-navi .accordion--cate4 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate4 .accordion__detail {
  background: #52a9bc;
}
.p-navi .accordion--cate5 .accordion__trigger::before {
  border-top: 2px solid #e07024;
  border-right: 2px solid #e07024;
}
.p-navi .accordion--cate5 .accordion__trigger.is-active {
  border: none;
  background: #e07024;
  color: #fff;
}
.p-navi .accordion--cate5 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate5 .accordion__detail {
  background: #e07024;
}
.p-navi .accordion--cate6 .accordion__trigger::before {
  border-top: 2px solid #e2bf03;
  border-right: 2px solid #e2bf03;
}
.p-navi .accordion--cate6 .accordion__trigger.is-active {
  border: none;
  background: #e2bf03;
  color: #fff;
}
.p-navi .accordion--cate6 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate6 .accordion__detail {
  background: #e2bf03;
}
.p-navi .accordion--cate7 .accordion__trigger::before {
  border-top: 2px solid #9c5192;
  border-right: 2px solid #9c5192;
}
.p-navi .accordion--cate7 .accordion__trigger.is-active {
  border: none;
  background: #9c5192;
  color: #fff;
}
.p-navi .accordion--cate7 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate7 .accordion__detail {
  background: #9c5192;
}
.p-navi .accordion--cate8 .accordion__trigger::before {
  border-top: 2px solid #7f604c;
  border-right: 2px solid #7f604c;
}
.p-navi .accordion--cate8 .accordion__trigger.is-active {
  border: none;
  background: #7f604c;
  color: #fff;
}
.p-navi .accordion--cate8 .accordion__trigger.is-active::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-navi .accordion--cate8 .accordion__detail {
  background: #7f604c;
}
.p-navi .accordion:first-of-type {
  border-top: solid 1px #ccc;
}
.p-navi .accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 10px 0 20px;
  border-bottom: solid 1px #ccc;
  font-size: 13px;
}
.p-navi .accordion__trigger::before {
  display: block;
  position: absolute;
  left: 6px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.p-navi .accordion__trigger:hover {
  cursor: pointer;
}
.p-navi .accordion__detail {
  display: none;
  padding: 0 3px 3px;
  font-size: 13px;
  line-height: 2;
}
.p-navi .accordion__detail li {
  margin-bottom: 1px;
}
.p-navi .accordion__detail a {
  display: block;
  padding: 8px 4px 5px;
  background: #fff;
}
.p-navi .accordion__detail a span {
  padding-top: 5px;
}
.p-navi .accordion__detail img {
  width: 28px;
  margin: -3px 10px 0 0;
  float: left;
}
.p-navi .accordion__detail.is-show {
  display: block;
}

.p-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__date {
  margin-right: 20px;
  font-size: 12px;
}
.p-news__ttl {
  font-size: 13px;
}

.p-newslist {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.p-newslist .p-news__date {
  margin-right: 80px;
  font-size: 12px;
}
.p-newslist:nth-of-type(1) {
  margin-top: 30px;
}
.p-newslist:nth-of-type(n + 2) {
  padding-top: 15px;
}
.p-newslist:nth-last-of-type(1) {
  margin-bottom: 20px;
}

.p-newsdetail__date {
  margin-top: 30px;
  font-size: 12px;
  text-align: right;
}
.p-newsdetail__description {
  margin: 60px 0 30px;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

.p-search .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-search .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 42px;
  margin-right: 1px;
  border-top: solid 3px #0075c4;
  border-right: solid 3px #0075c4;
  border-left: solid 3px #0075c4;
  color: #0075c4;
  font-size: 13px;
  text-align: center;
}
.p-search .tab:hover {
  cursor: pointer;
}
.p-search .panel-group {
  padding: 16px;
  border-top: none;
  background: #0075c4;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.p-search .panel {
  display: none;
}
.p-search .tab.is-active {
  background: #0075c4;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-search .panel.is-show {
  display: block;
}
.p-search__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-search__how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.p-search__how li {
  margin-left: 15px;
}
.p-search__text {
  margin-bottom: 10px;
}
.p-search__note {
  margin-top: 6px;
}
.p-search__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.p-search__keyword dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 178px;
}
.p-search__keyword dd:first-of-type a::before {
  margin-right: 0.5em;
  content: "|";
}
.p-search__keyword a {
  color: #fff;
}
.p-search__keyword a::after {
  margin: 0 0.5em;
  content: "|";
}
.p-search__keyword a:hover {
  text-decoration: underline;
}
.p-search__box {
  position: relative;
}
.p-search__box input[type=text] {
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 110px 10px 8px;
  border: none;
  border-radius: 2px;
}
.p-search__box .c-btn {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-search--small .p-search__head {
  margin-top: 10px;
}
.p-search--small .p-search__body {
  margin-bottom: 10px;
}
.p-search--small .tab {
  width: 78px;
  height: 34px;
}
.p-search--small .panel-group {
  padding: 10px;
}
.p-search--small .p-search__box input[type=text] {
  height: 32px;
  padding: 4px 46px 4px 10px;
}
.p-search--small .p-search__how {
  display: block;
  font-size: 0;
}
.p-search--small .p-search__how li {
  display: inline;
  margin-right: 10px;
  margin-left: 0;
  font-size: 11px;
  line-height: 1.8;
}
.p-search--small .p-search__how li .c-arrow {
  padding-left: 9px;
}
.p-search--small .p-search__how li .c-arrow::before {
  top: 7px;
}

.p-search02 .panel-group {
  padding: 16px;
  border-top: none;
  background: #e2e2e2;
  font-size: 13px;
  line-height: 1.5;
}
.p-search02__box {
  position: relative;
}
.p-search02__box input[type=text] {
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px 110px 10px 8px;
  border: none;
  border-radius: 2px;
}
.p-search02__box .c-btn {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-search02__title {
  margin: 20px 0 0;
  font-size: 13px;
  font-weight: bold;
}
.p-search02__note {
  margin: 6px 0 10px;
}
.p-search02__how {
  display: block;
  font-size: 13px;
  text-align: right;
}
.p-search02__how a {
  display: inline-block;
}

.p-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-status li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  height: 50px;
  padding-left: 16px;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.p-status li::before, .p-status li::after {
  z-index: 1;
  position: absolute;
  top: -3px;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 25px 0 25px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  content: "";
}
.p-status li::after {
  z-index: 2;
  margin: 0;
  -webkit-transform: scale(0.88) translateX(-3px);
          transform: scale(0.88) translateX(-3px);
  border-left-color: #fff;
}
.p-status li:first-child {
  padding-left: 0;
  border-left: solid 3px #ccc;
}
.p-status li:first-child.is-current {
  border-left: solid 3px #0075c4;
}
.p-status li:last-child {
  border-right: solid 3px #ccc;
}
.p-status li:last-child.is-current {
  border-right: solid 3px #0075c4;
}
.p-status li:last-child::before, .p-status li:last-child::after {
  display: none;
}
.p-status li.is-current {
  border-top: solid 3px #0075c4;
  border-bottom: solid 3px #0075c4;
  background: #0075c4;
  color: #fff;
  font-weight: bold;
}
.p-status li.is-current::before, .p-status li.is-current::after {
  border-left-color: #0075c4;
}

.p-category-item-list {
  margin-bottom: 10px;
}
.p-category-item-list:last-of-type {
  margin-bottom: 0;
}
.p-category-item-list--cate1 .p-category-item-list__label {
  background-color: #0075c4;
}
.p-category-item-list--cate1 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #0075c4;
}
.p-category-item-list--cate1 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate1 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate1 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate1 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate1 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate1 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate1 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate1 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
  content: "";
}
.p-category-item-list--cate2 .p-category-item-list__label {
  background-color: #d23d27;
}
.p-category-item-list--cate2 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #d23d27;
}
.p-category-item-list--cate2 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate2 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate2 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate2 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate2 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate2 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate2 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate2 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #d23d27;
  border-right: 2px solid #d23d27;
  content: "";
}
.p-category-item-list--cate3 .p-category-item-list__label {
  background-color: #439028;
}
.p-category-item-list--cate3 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #439028;
}
.p-category-item-list--cate3 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate3 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate3 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate3 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate3 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate3 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate3 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate3 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #439028;
  border-right: 2px solid #439028;
  content: "";
}
.p-category-item-list--cate4 .p-category-item-list__label {
  background-color: #52a9bc;
}
.p-category-item-list--cate4 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #52a9bc;
}
.p-category-item-list--cate4 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate4 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate4 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate4 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate4 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate4 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate4 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate4 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #52a9bc;
  border-right: 2px solid #52a9bc;
  content: "";
}
.p-category-item-list--cate5 .p-category-item-list__label {
  background-color: #e07024;
}
.p-category-item-list--cate5 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #e07024;
}
.p-category-item-list--cate5 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate5 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate5 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate5 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate5 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate5 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate5 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate5 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #e07024;
  border-right: 2px solid #e07024;
  content: "";
}
.p-category-item-list--cate6 .p-category-item-list__label {
  background-color: #e2bf03;
}
.p-category-item-list--cate6 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #e2bf03;
}
.p-category-item-list--cate6 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate6 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate6 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate6 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate6 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate6 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate6 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate6 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #e2bf03;
  border-right: 2px solid #e2bf03;
  content: "";
}
.p-category-item-list--cate7 .p-category-item-list__label {
  background-color: #9c5192;
}
.p-category-item-list--cate7 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #9c5192;
}
.p-category-item-list--cate7 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate7 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate7 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate7 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate7 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate7 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate7 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate7 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #9c5192;
  border-right: 2px solid #9c5192;
  content: "";
}
.p-category-item-list--cate8 .p-category-item-list__label {
  background-color: #7f604c;
}
.p-category-item-list--cate8 .p-category-item-list__wrap {
  display: none;
  border: 1px solid #7f604c;
}
.p-category-item-list--cate8 .p-category-item-list__wrap.is-show {
  display: block;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 10px 13px 20px;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul:nth-of-type(n+2) {
  padding-top: 13px;
  border-top: 1px dotted #ccc;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul li {
  position: relative;
  margin: 13px 0;
  border-right: 2px solid #ccc;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul li:first-child {
  padding-left: 0;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul li:nth-child(3n) {
  border-right: none;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul li:nth-child(3n) .p-category-item__name {
  padding-right: 0;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul li:nth-child(3n+1) {
  padding-left: 0;
}
.p-category-item-list--cate8 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
  position: absolute;
  top: -13px;
  left: 0;
  width: 228px;
  height: 1px;
  border-top: 1px dotted #ccc;
  content: "";
}
.p-category-item-list--cate8 .p-category-item {
  width: 228px;
  padding-left: 20px;
}
.p-category-item-list--cate8 .p-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-category-item-list--cate8 .p-category-item a:empty {
  display: none;
}
.p-category-item-list--cate8 .p-category-item a img {
  width: 50px;
  height: 50px;
}
.p-category-item-list--cate8 .p-category-item__name {
  position: relative;
  width: auto;
  padding: 0 10px 0 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-category-item-list--cate8 .p-category-item__name::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #7f604c;
  border-right: 2px solid #7f604c;
  content: "";
}
.p-category-item-list__label {
  position: relative;
  padding-left: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
.p-category-item-list__label.is-active::before {
  top: 45%;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}
.p-category-item-list__label::before {
  display: block;
  position: absolute;
  top: 55%;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.p-method {
  padding: 10px 0;
}
.p-method dl dt {
  display: inline-block;
  width: 190px;
  vertical-align: top;
}
.p-method dl dt span {
  font-size: 12px;
}
.p-method dl dd {
  display: inline-block;
  width: calc(100% - 190px);
  text-align: right;
}
.p-method dl dd ul {
  overflow: hidden;
}
.p-method dl dd ul li {
  display: inline-block;
  padding: 0 6px;
  border-left: 1px solid #e2e2e2;
}
.p-method dl dd ul li a {
  display: block;
  font-size: 12px;
  text-align: center;
}

.p-faq {
  margin-bottom: 10px;
  border: 1px solid #0075c4;
  font-size: 14px;
  line-height: 1.5;
}
.p-faq:last-of-type {
  margin-bottom: 0;
}
.p-faq__wrap {
  display: none;
  padding: 15px 15px 30px;
}
.p-faq__wrap.is-show {
  display: block;
}
.p-faq__label {
  position: relative;
  padding: 13px 0 13px 10px;
  background-color: #0075c4;
  color: #fff;
  font-size: 15px;
}
.p-faq__label.is-active .p-faq__wrap {
  display: none;
}
.p-faq__label.is-active::before {
  top: 45%;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}
.p-faq__label::before {
  display: block;
  position: absolute;
  top: 55%;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.p-form__inner {
  overflow: hidden;
}
.p-form__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  background: #e2e2e2;
}
.p-form__inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.p-form__inner dl dt.required:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 20px;
  margin: -10px 0 0;
  border-radius: 2px;
  background: #e52f2e;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  content: "\5FC5\9808";
}
.p-form__inner dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 240px);
  min-height: 67px;
  padding: 24px 10px;
  background: #fff;
}
.p-form__inner dl dd > .caution {
  position: relative;
  width: 230px;
  padding: 0 0 0 1.2em;
  font-size: 11px;
  line-height: 1.4;
}
.p-form__inner dl dd > .caution:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 1.4;
  content: "\203B";
}
.p-form__inner dl dd > .caution:empty {
  display: none;
}
.p-form__inner dl dd input {
  padding: 4px;
  border: 1px solid #333;
  background-color: #fff !important;
  line-height: 1.6;
}
.p-form__inner dl dd input[name=name], .p-form__inner dl dd input[name=kana], .p-form__inner dl dd input[name=mail], .p-form__inner dl dd input[name=mailconfirm], .p-form__inner dl dd input[name=address02], .p-form__inner dl dd input[name=address03], .p-form__inner dl dd input[name=ipnum], .p-form__inner dl dd input[name=ordernum] {
  width: 100%;
}
.p-form__inner dl dd input[name=postal01], .p-form__inner dl dd input[name=postal02], .p-form__inner dl dd input[name=tel01], .p-form__inner dl dd input[name=tel02], .p-form__inner dl dd input[name=tel03], .p-form__inner dl dd input[name=cardnum01], .p-form__inner dl dd input[name=cardnum02], .p-form__inner dl dd input[name=cardnum03], .p-form__inner dl dd input[name=cardnum04] {
  width: 86px;
}
.p-form__inner dl dd input[name=code] {
  width: 64px;
}
.p-form__inner dl dd textarea {
  width: 100%;
  min-height: 110px;
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff !important;
  line-height: 1.6;
  resize: auto;
}
.p-form__inner dl dd .zip-btn {
  display: inline-block;
  height: 33px;
  margin: 0 0 0 20px;
  padding: 5px 10px;
  background-color: #999 !important;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.p-form__inner dl dd select {
  height: 33px;
  padding: 4px;
  border: 1px solid #333;
  background-color: #fff !important;
  line-height: 33px;
}
.p-form__inner dl dd ul {
  overflow: hidden;
}
.p-form__inner dl dd ul li {
  float: left;
}
.p-form__inner dl dd ul li:last-child {
  margin: 0 0 0 20px;
}
.p-form__inner dl dd ul li input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.p-form__inner dl dd ul li label {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.p-form__inner dl dd span {
  word-wrap: break-word;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: break-word;
}
.p-form__inner dl dd .alert {
  display: none;
}
.p-form__inner:first-of-type > dl {
  border-top: 1px solid #ccc;
}
.p-form__inner.error dl {
  background: #f1b5b5;
}
.p-form__inner.error dl dt {
  color: #e52f2e;
  font-weight: bold;
}
.p-form__inner.error dl dd {
  background: #fae6e7;
}
.p-form__inner.error dl dd .alert {
  display: block;
  margin: 10px 0 0;
  color: #e52f2e;
  font-size: 12px;
  font-weight: bold;
}
.p-form__inner.error dl dd .p-form__box .caution {
  color: #e52f2e;
}
.p-form__inner.error .p-form__head .alert {
  display: block;
  margin: 0 0 10px;
  color: #e52f2e;
  font-size: 12px;
  font-weight: bold;
}
.p-form__inner.non dl {
  background: #e2e2e2;
}
.p-form__inner.non dl dt {
  color: #333;
  font-weight: normal;
}
.p-form__inner.non dl dd {
  background: #fff;
}
.p-form__box {
  position: relative;
  width: calc(100% - 230px);
  padding: 0 20px 0 0;
}
.p-form__box--textarea {
  width: 100%;
}
.p-form__box > .caution {
  display: block;
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 1.2em;
  font-size: 11px;
  line-height: 1.4;
}
.p-form__box > .caution:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 1.4;
  content: "\203B";
}
.p-form__box > .caution:empty {
  display: none;
}
.p-form__head {
  display: block;
  width: 248px;
  float: left;
}
.p-form__head .alert {
  display: none;
}
.p-form .tab {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 238px;
  margin: 0 0 2px;
  background: #e2e2e2;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-form .tab span {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 238px;
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.p-form .tab span input {
  width: 0;
}
.p-form .tab span label {
  width: 100%;
  padding: 10px 0 10px 20px;
}
.p-form .tab:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 5px;
  height: 5px;
  margin: -4px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
  content: "";
}
.p-form .tab:hover {
  cursor: pointer;
}
.p-form .tab.is-active {
  width: 249px;
  background: #0075c4;
  color: #fff;
}
.p-form .tab.is-active:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-form .panel-group {
  width: calc(100% - 249px);
  float: left;
}
.p-form .panel {
  display: none;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.p-form .panel .p-form__inner dl dt {
  width: 170px;
}
.p-form .panel .p-form__inner dl dd {
  width: calc(100% - 170px);
}
.p-form .panel .p-form__inner dl dd .p-form__box {
  width: 100%;
}
.p-form .panel .p-form__inner dl dd .p-form__box > a {
  display: inline-block;
  margin: 0 0 6px 10px;
  color: #0075c4;
  font-size: 12px;
  vertical-align: bottom;
}
.p-form .panel .cautionbox > .caution {
  display: block;
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 1.2em;
  font-size: 11px;
  line-height: 1.4;
}
.p-form .panel .cautionbox > .caution:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 1.4;
  content: "\203B";
}
.p-form .tab.is-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.p-form .panel.is-show {
  display: block;
}
.p-form .p-submit {
  margin: 40px 0 0;
}
.p-form .p-submit ul {
  text-align: center;
}
.p-form .p-submit ul li {
  display: inline-block;
}
.p-form .p-submit ul li:last-child {
  margin: 0 0 0 40px;
}
.p-form .p-submit button {
  display: block;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border: none;
  border-radius: 2px;
  background: #e52f2e;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.p-form .p-submit button.b-btn {
  background: #0075c4;
}
.p-form .p-submit button.c-btn {
  border: 1px solid #0075c4;
  background: none;
  color: #0075c4;
}
.p-form .p-submit .caution {
  text-align: center;
}
.p-form .p-submit .caution p {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.p-form .p-submit .caution p a {
  color: #0075c4;
}
.p-form #error {
  display: none;
}
.p-form .payment-method-toggle {
  display: none;
}

.replacebtn {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  height: 36px;
  padding: 0 10px;
  border-radius: 2px;
  background: #666;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
}

.backlink {
  margin: 60px 0 0;
}
.backlink a {
  display: block;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #0075c4;
  line-height: 50px;
  text-align: center;
}

.cautionbox {
  margin: 10px 0 0;
}
.cautionbox h3 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
}
.cautionbox ul li {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 1.2em;
  font-size: 12px;
  line-height: 1.6;
}
.cautionbox ul li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 1.4;
  content: "\30FB";
}

.p-accobox {
  margin: 0 0 20px;
}
.p-accobox .accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 10px 0;
  border: solid 1px #0075c4;
  border-radius: 2px;
  background: #e5f1f9;
  color: #0075c4;
  font-size: 13px;
}
.p-accobox .accordion__trigger::before {
  display: block;
  position: absolute;
  right: 10px;
  width: 5px;
  height: 5px;
  margin: -2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
}
.p-accobox .accordion__trigger:hover {
  cursor: pointer;
}
.p-accobox .accordion__trigger.is-active::before {
  margin: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-accobox .accordion__detail {
  display: none;
  padding: 20px 2% 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 13px;
  line-height: 2;
}
.p-accobox .accordion__detail.is-show {
  display: block;
}

.p-policy {
  max-width: 720px;
  padding-bottom: 20px;
}
.p-policy > ol {
  margin-bottom: 60px;
}
.p-policy > ol li {
  margin: 0.5em 0 0.5em 1.5em;
  list-style-type: decimal;
}
.p-policy > ol li p {
  line-height: 1.6;
}
.p-policy > ol ol li {
  list-style-type: decimal;
}
.p-policy > ol ul li {
  list-style-type: disc;
}

.p-policy-contact {
  margin: 5px 0 15px;
  padding: 30px;
  border: 1px solid #ccc;
}

.p-policy-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-policy-list-info li {
  margin-right: 30px !important;
}

.p-policy-wincontact {
  display: block;
}
.p-policy-wincontact li {
  line-height: 1.6;
}

.p-policy-enactment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
}
.p-policy-enactment ul li {
  display: inline-block;
  line-height: 1.6;
  text-align: left;
}
.p-policy-enactment:after {
  display: block;
  clear: both;
  content: "";
}

.p-terms {
  max-width: 720px;
  padding-bottom: 20px;
  line-height: 1.6;
}
.p-terms > ol, .p-terms > ul {
  margin-bottom: 60px;
}
.p-terms > ol li, .p-terms > ul li {
  margin: 0.5em 0;
}
.p-terms > ol li p, .p-terms > ul li p {
  margin: 0.5em 0 0.5em 1.5em;
}
.p-terms > ol ol, .p-terms > ol p, .p-terms > ul ol, .p-terms > ul p {
  margin: 0.5em 0 0.5em 1.5em;
}
.p-terms > ol ol li, .p-terms > ol p li, .p-terms > ul ol li, .p-terms > ul p li {
  margin: 0.5em 0;
  list-style-type: none;
}
.p-terms__table {
  width: 100%;
  margin: 0 auto 1em;
  border: 1px solid #ccc;
}
.p-terms__table tr, .p-terms__table th, .p-terms__table td {
  border: 1px solid #ccc;
}
.p-terms__table th {
  width: 6em;
}

.p-terms-contact {
  display: block;
  margin: 5px 0 15px;
  padding: 30px;
  border: 1px solid #ccc;
}

.p-terms-enactment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
}
.p-terms-enactment ul li {
  display: inline-block;
  line-height: 1.6;
  text-align: left;
}
.p-terms-enactment:after {
  display: block;
  clear: both;
  content: "";
}

.p-agree {
  max-width: 720px;
  max-height: 530px;
  margin: 20px auto 0;
  padding: 20px;
  overflow: scroll;
  border: 1px solid #ccc;
}
.p-agree .c-ttl--h1 {
  margin-top: 20px;
}
.p-agree .c-ttl--h1:after {
  content: none;
}
.p-agree .scrlbox > h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.p-agree .scrlbox > h2:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/sec/border.png);
  content: "";
}
.p-agree .scrlbox > ol {
  margin-bottom: 60px;
}
.p-agree .scrlbox > ol li {
  margin: 0.5em 0 0.5em 1.5em;
  list-style-type: lower-alpha;
}
.p-agree .scrlbox > ol li p {
  line-height: 1.6;
}
.p-agree .scrlbox > ol ol li {
  list-style-type: decimal;
}
.p-agree .scrlbox > ol ul li {
  list-style-type: disc;
}

.p-agree-contact {
  margin: 5px 0 15px;
  padding: 30px;
  border: 1px solid #ccc;
}

.p-agree-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-agree-list-info li {
  margin-right: 30px !important;
}

.p-agree-wincontact {
  display: block;
}
.p-agree-wincontact li {
  line-height: 1.6;
}

.p-agree-enactment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
}
.p-agree-enactment ul li {
  display: inline-block;
  line-height: 1.6;
  text-align: left;
}
.p-agree-enactment:after {
  display: block;
  clear: both;
  content: "";
}

.p-sitemap__guide {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 20px;
  border: 1px solid #ccc;
}
.p-sitemap__guide:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 42%;
  left: 6px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
  content: "";
}
.p-sitemap .p-sitemap-content {
  -ms-grid-columns: 1fr 1fr;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.p-sitemap .p-sitemap-list {
  max-width: 350px;
}
.p-sitemap .p-sitemap-list--cate1 .p-sitemap-list__trigger {
  background-color: #0075c4;
}
.p-sitemap .p-sitemap-list--cate2 .p-sitemap-list__trigger {
  background-color: #d23d27;
}
.p-sitemap .p-sitemap-list--cate3 .p-sitemap-list__trigger {
  background-color: #439028;
}
.p-sitemap .p-sitemap-list--cate4 .p-sitemap-list__trigger {
  background-color: #52a9bc;
}
.p-sitemap .p-sitemap-list--cate5 .p-sitemap-list__trigger {
  background-color: #e07024;
}
.p-sitemap .p-sitemap-list--cate6 .p-sitemap-list__trigger {
  background-color: #e2bf03;
}
.p-sitemap .p-sitemap-list--cate7 .p-sitemap-list__trigger {
  background-color: #9c5192;
}
.p-sitemap .p-sitemap-list--cate8 .p-sitemap-list__trigger {
  background-color: #7f604c;
}
.p-sitemap .p-sitemap-list:first-of-type {
  border-top: solid 1px #ccc;
}
.p-sitemap .p-sitemap-list:nth-child(even) {
  margin-left: 10px;
}
.p-sitemap .p-sitemap-list:nth-child(odd) {
  margin-right: 10px;
}
.p-sitemap .p-sitemap-list--cate1 {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-column-end: auto;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-row-start: 1;
}
.p-sitemap .p-sitemap-list--cate2 {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  grid-column-end: auto;
  grid-column-start: 2;
  grid-row-end: auto;
  grid-row-start: 1;
}
.p-sitemap .p-sitemap-list--cate3 {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-column-end: auto;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-row-start: 2;
}
.p-sitemap .p-sitemap-list--cate4 {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-column-end: auto;
  grid-column-start: 2;
  grid-row-end: auto;
  grid-row-start: 2;
}
.p-sitemap .p-sitemap-list--cate5 {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-column-end: auto;
  grid-column-start: 1;
  grid-row-end: 6;
  grid-row-start: 3;
}
.p-sitemap .p-sitemap-list--cate6 {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  grid-column-end: auto;
  grid-column-start: 2;
  grid-row-end: auto;
  grid-row-start: 3;
}
.p-sitemap .p-sitemap-list--cate7 {
  -ms-grid-column: 2;
  -ms-grid-row: 4;
  grid-column-end: auto;
  grid-column-start: 2;
  grid-row-end: auto;
  grid-row-start: 4;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.p-sitemap .p-sitemap-list--cate8 {
  -ms-grid-column: 2;
  -ms-grid-row: 5;
  grid-column-end: auto;
  grid-column-start: 2;
  grid-row-end: auto;
  grid-row-start: 5;
}
.p-sitemap .p-sitemap-list__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-bottom: 5px;
  padding: 0 10px 0 20px;
  border-bottom: solid 1px #ccc;
  color: #fff;
  font-size: 13px;
}
.p-sitemap .p-sitemap-list__trigger::before {
  display: block;
  position: absolute;
  left: 6px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.p-sitemap .p-sitemap-list__trigger:hover {
  cursor: pointer;
}
.p-sitemap .p-sitemap-list__trigger a {
  color: #fff;
}
.p-sitemap .p-sitemap-list__detail {
  margin-bottom: 16px;
  padding: 0 1px 1px;
  font-size: 13px;
  line-height: 2;
}
.p-sitemap .p-sitemap-list__detail li {
  position: relative;
  margin-bottom: 1px;
}
.p-sitemap .p-sitemap-list__detail a {
  display: block;
  padding: 0 8px 0 14px;
  background: #fff;
  word-break: break-all;
}
.p-sitemap .p-sitemap-list__detail a span {
  padding-top: 5px;
}
.p-sitemap .p-sitemap-list__detail a:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 2px solid #0075c4;
  border-right: 2px solid #0075c4;
  content: "";
}
.p-sitemap .p-sitemap-list__detail img {
  display: none;
}
.p-sitemap .p-sitemap-list__detail.is-show {
  display: block;
}

.p-refine__ttl {
  margin-bottom: 10px;
  border-bottom: solid 2px #ccc;
  font-size: 16px;
  font-weight: bold;
}
.p-refine .p-category-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-refine .p-category-list .c-category {
  width: calc(100% / 3 - 10px);
}
.p-refine .p-category-list .c-category:nth-child(3n) {
  margin-right: 0;
  border-right: none;
}
.p-refine .p-category-list .c-category a {
  min-width: initial;
}
.p-refine .p-category-list .c-category__ttl {
  line-height: 1.2;
}
.p-refine .p-btn-list li {
  width: 32%;
}
.p-refine .p-btn-list .c-btn {
  width: 100%;
  line-height: 1.2;
}

.p-caution {
  margin: 10px 0 0;
  padding: 20px;
  background: #e2e2e2;
}
.p-caution p {
  color: #e52f2e;
  font-size: 14px;
}

.p-companyinfo {
  table-layout: fixed;
}
.p-companyinfo__table th, .p-companyinfo__table td {
  border: 2px solid #fff;
  background-color: #eee;
}
.p-companyinfo__table th {
  width: auto;
  border-right: 4px solid #fff;
}
.p-tokushohou__table {
  width: 100%;
}

.l-header {
  padding-top: 12px;
  border-top: solid 4px #0075c4;
  border-bottom: 2px solid #fff;
}
.l-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 0 auto 10px;
}
.l-header__sub__text {
  font-size: 12px;
}
.l-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 0 auto 20px;
}
.l-header__main__logo {
  display: block;
  width: 217.5px;
}
.l-header__main__logo img {
  width: 100%;
}
.l-header__main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__main__list li {
  margin-left: 15px;
}
.l-header__main__list img {
  display: block;
}
.l-header__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 980px;
  margin: 0 auto 10px;
}
.l-header__navi li {
  width: calc(100% / 6);
  min-width: 132px;
  border-right: solid 1px #ccc;
}
.l-header__navi li:first-child {
  border-left: 1px solid #ccc;
}
.l-header__navi li:last-child {
  min-width: 190px;
}
.l-header__navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 35px;
  padding: 8px;
  font-size: 14px;
}
.l-header__search {
  width: 980px;
  margin: 0 auto 20px;
}
.l-header__support {
  background: #dfdfdf url(../img/header/bg.png);
}
.l-header__support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 980px;
  height: 42px;
  margin: 0 auto;
  font-size: 13px;
}
.l-header__support__inner .beginner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  font-weight: bold;
}
.l-header__support__inner .beginner::before {
  margin-right: 6px;
  content: url(../img/icon/icon_q_b.png);
}
.l-header__support__inner .beginner:hover {
  text-decoration: underline;
}
.l-header__support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.l-header__support__list li {
  margin-right: 20px;
}

.l-footer {
  margin-top: 60px;
}
.l-footer__main, .l-footer__sub {
  padding: 20px 0;
  border-top: solid 1px #cdcdcd;
}
.l-footer__main__list, .l-footer__sub__list {
  font-size: 0;
  text-align: center;
}
.l-footer__main__list li, .l-footer__sub__list li {
  display: inline-block;
  font-size: 13px;
}
.l-footer__main__list li::after, .l-footer__sub__list li::after {
  margin: 0 8px;
  content: "|";
}
.l-footer__main__list li:last-child::after, .l-footer__sub__list li:last-child::after {
  display: none;
}
.l-footer__main__list li a, .l-footer__sub__list li a {
  line-height: 1.5;
}
.l-footer__main__list li a:hover, .l-footer__sub__list li a:hover {
  text-decoration: underline;
}
.l-footer__logo {
  background: url(../img/footer/bg.png);
}
.l-footer__logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 26px;
}
.l-footer__logo__inner .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 46px;
  border: solid 1px #dcdcdc;
  background: #fff;
  font-size: 15px;
}
.l-footer__logo__inner .contact::before {
  margin-right: 6px;
  content: url(../img/icon/icon_mail.png);
}
.l-footer__copyright {
  padding: 10px 0;
  background: #0075c4;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.l-breadcrumb {
  width: 980px;
  margin: 15px auto;
  font-size: 0;
}
.l-breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
.l-breadcrumb li::after {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 13px;
  line-height: 1.5;
  content: ">";
}
.l-breadcrumb li a,
.l-breadcrumb li span {
  vertical-align: middle;
}
.l-breadcrumb li:last-child::after {
  display: none;
}

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
.l-content .l-main {
  min-width: 720px;
}
.l-content .l-full {
  width: 100%;
}

.l-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
  margin-right: 40px;
}
.l-side .cart {
  margin-top: 0;
}
.l-side .cart::before {
  display: none;
}
.l-side .cart .csec__ttl {
  padding-top: 0;
}
.l-side .cart__block {
  padding: 3px;
  background: url(../img/footer/bg.png);
}
.l-side .cart__block__inner {
  padding: 15px 17px 17px;
  background: #fff;
}
.l-side .cart__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.l-side .cart__box:last-of-type {
  margin-bottom: 5px;
  border: none;
}
.l-side .cart__box:first-of-type .cart__box__ttl {
  padding-left: 25px;
}
.l-side .cart__box:first-of-type .cart__box__ttl:before {
  width: 20px;
  height: 16px;
  background: url(../img/icon/icon_cart_r.png) no-repeat;
}
.l-side .cart__box:nth-of-type(2) .cart__box__ttl {
  padding-left: 21px;
}
.l-side .cart__box:nth-of-type(2) .cart__box__ttl:before {
  width: 16px;
  height: 23px;
  background: url(../img/icon/icon_subtotal.png) no-repeat;
}
.l-side .cart__box__ttl {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.l-side .cart__box__ttl::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.l-side .cart__box__ttl span {
  font-size: 12px;
}
.l-side .cart__box__text {
  font-size: 13px;
  text-align: right;
}
.l-side .c-sec__ttl {
  padding: 10px 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.l-side .c-sec__ttl::before {
  display: none;
}
.l-side .b-sec {
  padding: 17px;
  border: 1px solid #ccc;
  background: #e2e2e2;
}
.l-side .buy__block__inner {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}
.l-side .buy__block__inner:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.l-side .buy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-side .buy__box:first-of-type .cart__box__ttl {
  padding-left: 25px;
}
.l-side .buy__box:first-of-type .cart__box__ttl:before {
  width: 20px;
  height: 16px;
  background: url(../img/icon/icon_cart_r.png) no-repeat;
}
.l-side .buy__box:nth-of-type(2) .cart__box__ttl {
  padding-left: 21px;
}
.l-side .buy__box:nth-of-type(2) .cart__box__ttl:before {
  width: 16px;
  height: 23px;
  background: url(../img/icon/icon_subtotal.png) no-repeat;
}
.l-side .buy__box__ttl {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
.l-side .buy__box__ttl::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.l-side .buy__box__ttl span {
  font-size: 12px;
}
.l-side .buy__box__text {
  font-size: 13px;
  text-align: right;
}
.l-side .buy__box--total {
  margin: 0 0 10px;
}
.l-side .buy__box--total .buy__box__ttl {
  font-size: 16px;
  font-weight: bold;
}
.l-side .buy__box--total .buy__box__ttl span {
  font-weight: normal;
}
.l-side .buy__box--total .buy__box__text {
  font-size: 16px;
  font-weight: bold;
}
.l-side__text {
  font-size: 11px;
  line-height: 1.8;
}
.l-side .category {
  padding-bottom: 20px;
}
@media screen and (max-width: 994px) {
  body {
    min-width: auto;
  }
  .pc-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
  .c-btn--more {
    width: 100%;
    height: 36px;
    font-size: 11px;
  }
  .c-btn--prev {
    width: 100%;
    height: 36px;
    font-size: 11px;
  }
  .c-btn--next {
    width: 100%;
    height: 36px;
    font-size: 11px;
  }
  .c-btn--arrow__more {
    font-size: 10px;
  }
  .c-btn--icon__cart--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0;
  }
  .c-btn--icon__cart--header {
    height: 40px;
    background: none;
    color: #333;
  }
  .c-btn--icon__cart--header::before {
    content: url(../img/icon/icon_cart_r.png);
  }
  .c-btn--icon__cart .item {
    width: auto;
    border-left: 1px dashed #e52f2e;
    background: none;
    font-size: 11px;
    text-align: left;
  }
  .c-btn--icon__search {
    height: 24px;
    padding: 0 6px;
    font-size: 11px;
  }
  .c-btn--icon__search::before {
    width: 15px;
    height: 15px;
  }
  .c-btn--icon__search--2 {
    height: 26px;
  }
  .c-btn--icon__search--2::before {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background: url(../img/icon/icon_search.png) no-repeat;
    background-size: contain;
    content: "";
  }
  .c-category a {
    min-width: auto;
    padding: 8px 0;
  }
  .c-category__img {
    width: 30px;
    margin: 0 25px;
  }
  .c-category__ttl {
    font-size: 12px;
  }
  .c-category__text {
    font-size: 9px;
  }
  .c-ttl--h1 {
    margin-bottom: 15px;
    font-size: 21px;
  }
  .c-ttl--h1::after {
    margin-top: 8px;
  }
  .c-ttl--h2 {
    padding: 16px 0 16px;
    font-size: 15px;
  }
  .c-ttl--h2::before {
    width: 18px;
    height: 24px;
    margin-right: 6px;
  }
  .c-ttl--h3 {
    border-bottom: solid 2px #ccc;
    font-size: 14px;
    line-height: 1.5;
  }
  .c-ttl--h4 {
    font-size: 14px;
    line-height: 1.5;
  }
  .c-caution {
    padding: 0 0 20px 24px;
    font-size: 11px;
  }
  .c-block {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .c-table {
    font-size: 10px;
  }
  .c-table tr:first-child {
    border-top: 1px solid #ccc;
  }
  .c-table tr {
    border-bottom: 1px solid #ccc;
  }
  .c-table ol {
    padding-left: 16px;
  }
  .p-banner-list {
    padding: 0;
    border: none;
  }
  .p-banner-list .banner {
    margin-bottom: 0;
    border: none;
  }
  .p-banner-list .banner1 {
    padding: 13px 0;
  }
  .p-banner-list .banner1 dt {
    margin-bottom: 13px;
    color: #0075c4;
    font-size: 15px;
  }
  .p-banner-list .banner2 {
    padding: 15px 0 8px;
    background: #fff;
  }
  .p-banner-list .banner2 dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-banner-list .banner2 dl dt {
    margin-right: 8px;
  }
  .p-banner-list .banner2 .note {
    padding-left: 0;
  }
  .p-cart-modal__inner {
    width: calc(100% - 16px);
    padding: 15px;
  }
  .p-cart-modal__ttl {
    font-size: 11px;
  }
  .p-cart-modal__ttl::before {
    width: 18px;
    height: 15px;
    margin-right: 3px;
  }
  .p-cart-modal__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    font-size: 11px;
  }
  .p-cart-modal__total dl {
    margin-bottom: 5px;
  }
  .p-cart-modal__total .note {
    font-size: 9px;
  }
  .p-cart-modal__btn-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .p-cart-modal__btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .p-cart-modal__btn:last-child {
    margin-bottom: 0;
  }
  .p-category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px;
    background: #0075c4;
  }
  .p-category-link li {
    width: 50%;
    height: 34px;
    border: solid 1px #0075c4;
    background: #fff;
  }
  .p-category-link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px;
    font-size: 11px;
  }
  .p-category-link li a::before {
    margin-right: 2px;
    content: url(../img/icon/arrow_b.png);
  }
  .p-category-list {
    display: block;
  }
  .p-category-list li {
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: dotted 1px #ccc;
  }
  .p-category .catetab {
    width: 110px;
    height: 36px;
    font-size: 11px;
  }
  .p-category .catepanel-group {
    padding: 8px;
    font-size: 11px;
  }
  .p-category .catepanel ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 6px 0;
    float: none;
    border: none;
    border-bottom: 1px dotted #e2e2e2;
  }
  .p-category .catepanel ul li:last-child {
    margin: 0;
    border: none;
  }
  .p-categoryitem__list {
    display: block;
  }
  .p-categoryitem__list ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 6px 0;
    float: none;
    border: none;
    border-bottom: 1px dotted #e2e2e2;
  }
  .p-categoryitem__list ul li:last-child {
    margin: 0;
    border: none;
  }
  .p-parts-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-guide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-guide li {
    width: 33.33%;
  }
  .p-guide02 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 7px;
    background-color: #0075c4;
  }
  .p-guide02 li {
    width: 50%;
    border-right: 1px solid #0075c4;
    border-bottom: 2px solid #0075c4;
    background-color: #fff;
  }
  .p-guide02 li .c-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-left: 6px;
    border: none;
    font-size: 10px;
  }
  .p-payment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-payment02 {
    margin: 20px auto 15px;
    padding: 0;
  }
  .p-payment02 dt {
    margin-bottom: 5px;
  }
  .p-payment02 dd {
    padding: 0 2.5% 10px;
  }
  .p-payment02 dd img {
    width: 100%;
  }
  .p-item-card01 {
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
  .p-item-card01__main {
    display: block;
    overflow: hidden;
  }
  .p-item-card01__ttl {
    font-size: 13px;
  }
  .p-item-card01__img {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    margin: 0 0 20px;
  }
  .p-item-card01__img img {
    max-width: 50px;
  }
  .p-item-card01__partslist {
    width: 100%;
  }
  .p-item-card01__partslist > span {
    margin: 0 0 10px;
    padding: 0 0 4px;
    border-bottom: 2px solid #CCC;
    font-size: 16px;
    font-weight: bold;
  }
  .p-item-card01__partslist ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 6px 0;
    float: none;
    border: none;
    border-bottom: 1px dotted #CCC;
  }
  .p-item-card01__partslist ul li:last-child {
    margin: 0;
    border: none;
  }
  .p-item-card01__note {
    font-size: 11px;
  }
  .p-item-card02 {
    margin: 0 0 15px;
  }
  .p-item-card02__sub {
    display: block;
    margin-top: 5px;
    padding: 10px 0;
    font-size: 11px;
  }
  .p-item-card02__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
  }
  .p-item-card02__ttl {
    font-size: 13px;
  }
  .p-item-card02__detail {
    font-size: 10px;
  }
  .p-item-card02__detail dt {
    width: 50px;
    height: 18px;
  }
  .p-item-card02__detail dd {
    width: calc(100% - 60px);
  }
  .p-item-card02__detail dd .price {
    font-size: 12px;
  }
  .p-item-card02__btn-area {
    width: 166px;
    margin-left: 0;
  }
  .p-item-card02__btn-area .c-arrow {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }
  .p-item-card02__btn {
    margin-bottom: 0;
  }
  .p-item-card03 {
    margin: 0 0 10px;
    padding: 20px 15px 15px;
  }
  .p-item-card03__main {
    margin-bottom: 20px;
  }
  .p-item-card03__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    margin-right: 10px;
  }
  .p-item-card03__ttl {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .p-item-card03__detail {
    margin-bottom: 15px;
    font-size: 9px;
  }
  .p-item-card03__detail:last-child {
    margin-bottom: 0;
  }
  .p-item-card03__detail dt {
    width: 50px;
    height: 18px;
  }
  .p-item-card03__quantity {
    font-size: 9px;
    text-align: right;
  }
  .p-item-card03__btn-area {
    width: 166px;
    margin-left: 0;
  }
  .p-item-card03__btn-area .c-arrow {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }
  .p-item-card03__btn {
    margin-bottom: 0;
  }
  .p-item-card04 {
    margin: 0 0 10px;
    padding: 20px 15px 15px;
  }
  .p-item-card04__main {
    margin-bottom: 20px;
  }
  .p-item-card04__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    margin-right: 10px;
  }
  .p-item-card04__ttl {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .p-item-card04__detail {
    margin-bottom: 15px;
    font-size: 9px;
  }
  .p-item-card04__detail:last-child {
    margin-bottom: 0;
  }
  .p-item-card04__detail dt {
    width: 50px;
    height: 18px;
  }
  .p-item-card04__quantity > span {
    font-size: 9px;
  }
  .p-item-card04__quantity input {
    font-size: 9px;
  }
  .p-item-card04__quantity {
    font-size: 9px;
    text-align: right;
  }
  .p-item-card04__quantity .change .change-btn {
    font-size: 9px;
  }
  .p-item-card04__quantity .change .del-btn {
    font-size: 9px;
  }
  .p-item-card05 {
    margin: 0 0 15px;
    padding: 10px;
  }
  .p-item-card05__main {
    display: block;
  }
  .p-item-card05__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .p-item-card05__info {
    width: 100%;
  }
  .p-item-card05__ttl {
    font-size: 13px;
  }
  .p-item-card05__detail {
    font-size: 10px;
  }
  .p-item-card05__detail dt {
    width: 50px;
    height: 18px;
  }
  .p-item-card05__detail dd .price {
    font-size: 12px;
  }
  .p-item-card05__btn-area .c-arrow {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }
  .p-item-card05__btn {
    margin-bottom: 0;
  }
  .p-item-card05__caution-area {
    padding: 10px;
  }
  .p-item-card05__support-area .accordion__detail {
    margin-top: 10px;
  }
  .p-item-card05__support-area .accordion__detail .show-support__link {
    padding: 10px 20px;
  }
  .p-item-card05__support-area .accordion__detail .show-support__img {
    max-width: 70px;
  }
  .p-item-card05__support-area .accordion__detail .show-support__ttl {
    font-size: 10px;
  }
  .p-item-card05__support-area .accordion__detail .show-support__ttl .c-text-link {
    font-size: 13px;
  }
  .p-item-card06 {
    margin: 0 0 15px;
    padding: 10px 5px;
  }
  .p-item-card06__main {
    display: block;
  }
  .p-item-card06__main__inner {
    margin-bottom: 5px;
    padding: 0 8px;
  }
  .p-item-card06__sub {
    display: block;
    margin-top: 5px;
    padding: 10px 0;
    font-size: 11px;
  }
  .p-item-card06__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
  .p-item-card06__ttl {
    font-size: 13px;
  }
  .p-item-card06__detail {
    font-size: 10px;
  }
  .p-item-card06__detail dt {
    width: 50px;
    height: 18px;
  }
  .p-item-card06__detail dd {
    width: calc(100% - 60px);
  }
  .p-item-card06__detail dd .price {
    font-size: 12px;
  }
  .p-item-card06__btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }
  .p-item-card06__btn {
    width: 49.5%;
    margin-bottom: 0;
  }
  .p-item-card07 {
    width: 48%;
    margin: 0 0 15px;
  }
  .p-item-card07:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-item-card07:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-item-card07__img {
    min-height: 40vw;
  }
  .p-item-card07__ttl {
    font-size: 13px;
  }
  .p-item-card07__ttl span {
    font-size: 10px;
  }
  .p-kv-wrap__kv {
    height: 120px;
    background-position: center right 50%;
    background-size: cover;
  }
  .p-kv-wrap__note {
    width: auto;
    padding: 0 5px;
    text-align: left;
  }
  .p-kv-wrap__note li {
    font-size: 9px;
  }
  .p-kv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-kv .p-kv-typography {
    margin-bottom: 0;
  }
  .p-kv .p-kv-typography__ttl {
    border-bottom: none;
    font-size: 14px;
  }
  .p-kv .p-kv-typography__text {
    font-size: 12px;
  }
  .p-kv .p-kv-typography__text .emphasis1 {
    font-size: 18px;
  }
  .p-kv .p-kv-typography__text .emphasis2 {
    font-size: 18px;
  }
  .p-news {
    display: block;
    border-bottom: dotted 1px #ccc;
  }
  .p-news__date {
    margin: 0 0 5px;
  }
  .p-news__ttl a {
    display: block;
    padding-bottom: 10px;
    line-height: 1.8;
  }
  .p-newslist:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .p-newsdetail__date {
    margin: 0 0 5px;
  }
  .p-newsdetail__description {
    margin-bottom: 0;
  }
  .p-search .tab {
    width: 110px;
    height: 36px;
    font-size: 11px;
  }
  .p-search .panel-group {
    padding: 8px;
    font-size: 11px;
  }
  .p-search__how {
    margin-top: 10px;
    font-size: 11px;
  }
  .p-search__how--r {
    text-align: right;
  }
  .p-search__how--r a {
    color: #fff;
  }
  .p-search__note {
    font-size: 9px;
  }
  .p-search__keyword dt {
    min-width: auto;
    margin-right: 0.5em;
  }
  .p-search__box input[type=text] {
    height: 30px;
    padding: 0 64px 0 8px;
  }
  .p-search--small .tab {
    width: 68px;
    height: 28px;
    font-size: 12px;
  }
  .p-search--small .panel-group {
    padding: 8px;
  }
  .p-search02 .panel-group {
    padding: 8px;
    font-size: 11px;
  }
  .p-search02__box input[type=text] {
    height: 30px;
    padding: 0 64px 0 8px;
  }
  .p-search02__note {
    font-size: 9px;
  }
  .p-status {
    margin-bottom: 15px;
  }
  .p-status li {
    font-size: 9px;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #0075c4;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate1 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate1 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate1 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #d23d27;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate2 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate2 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate2 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #439028;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate3 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate3 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate3 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #52a9bc;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate4 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate4 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate4 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #e07024;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate5 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate5 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate5 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #e2bf03;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate6 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate6 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate6 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #9c5192;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate7 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate7 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate7 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap {
    padding: 5px;
    border: 2px solid #7f604c;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap ul {
    margin: 0px;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap ul:nth-of-type(n+2) {
    padding-top: 0;
    border-top: none;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap ul li {
    width: 100%;
    margin: 4px 0 8px;
    padding: 0 0 8px 9%;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap ul li:first-child {
    padding-left: 9%;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap ul li:nth-child(3n) {
    border-bottom: 2px solid #ccc;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap ul li:nth-child(3n+1) {
    padding-left: 9%;
  }
  .p-category-item-list--cate8 .p-category-item-list__wrap ul li:nth-child(n+4)::after {
    content: none;
  }
  .p-category-item-list--cate8 .p-category-item a img {
    width: 12%;
    height: auto;
  }
  .p-category-item-list--cate8 .p-category-item__name {
    width: auto;
    margin-left: 9%;
    padding-right: 0;
  }
  .p-category-item-list__label {
    padding: 0 3%;
    font-size: 13px;
  }
  .p-category-item-list__label::before {
    right: 3%;
  }
  .p-method dl dt {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .p-method dl dd {
    width: 100%;
    padding: 10px;
    background: #0075c4;
  }
  .p-method dl dd ul li {
    width: 50%;
    border-bottom: 1px solid #0075c4;
    border-left: 1px solid #0075c4;
    background: #fff;
  }
  .p-method dl dd ul li:nth-child(1) {
    border-left: none;
  }
  .p-method dl dd ul li:nth-child(3) {
    border-bottom: none;
    border-left: none;
  }
  .p-method dl dd ul li:nth-child(4) {
    border-bottom: none;
  }
  .p-method dl dd ul li a {
    position: relative;
    padding: 0 0 0 16px;
    color: #333;
    font-size: 10px;
    line-height: 32px;
    text-align: left;
  }
  .p-method dl dd ul li a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    margin: -4px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #0075c4;
    border-right: 2px solid #0075c4;
    content: "";
  }
  .p-faq__wrap {
    padding: 10px 3%;
  }
  .p-faq__label {
    padding: 5px 10% 5px 3%;
    font-size: 13px;
  }
  .p-faq__label::before {
    right: 3%;
  }
  .p-form__inner dl {
    display: block;
    background: none;
  }
  .p-form__inner dl dt {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #e2e2e2;
  }
  .p-form__inner dl dd {
    display: block;
    width: 100%;
    min-height: 1em;
    padding: 16px 10px;
  }
  .p-form__inner dl dd > .caution {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
  .p-form__inner dl dd input[name=postal01], .p-form__inner dl dd input[name=postal02], .p-form__inner dl dd input[name=tel01], .p-form__inner dl dd input[name=tel02], .p-form__inner dl dd input[name=tel03], .p-form__inner dl dd input[name=cardnum01], .p-form__inner dl dd input[name=cardnum02], .p-form__inner dl dd input[name=cardnum03], .p-form__inner dl dd input[name=cardnum04] {
    width: 60px;
  }
  .p-form__inner dl dd .zip-btn {
    display: block;
    width: 190px;
    margin: 10px 0 0;
    text-align: center;
  }
  .p-form__inner.error dl {
    background: none;
  }
  .p-form__inner.error dl dt {
    background: #f1b5b5;
  }
  .p-form__box {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p-form__head {
    display: block;
    width: 100%;
    float: none;
  }
  .p-form .tab {
    display: block;
    width: 50%;
    height: 36px;
    float: left;
    font-size: 11px;
  }
  .p-form .tab span {
    font-size: 11px;
  }
  .p-form .tab.is-active {
    width: 50%;
  }
  .p-form .panel-group {
    width: 100%;
    float: none;
    font-size: 11px;
  }
  .p-form .panel .p-form__inner dl dt {
    width: 100%;
  }
  .p-form .panel .p-form__inner dl dd {
    width: 100%;
  }
  .p-form .p-submit ul li:last-child {
    margin: 20px 0 0;
  }
  .p-form .p-submit .caution {
    text-align: left;
  }
  .p-form .p-submit .caution p {
    color: #e52f2e;
    font-size: 12px;
  }
  .replacebtn {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto 40px;
  }
  .p-policy {
    border-bottom: 1px solid #ccc;
  }
  .p-policy > ol li {
    margin: 0.2em 0 0.2em 1.5em;
  }
  .p-policy-contact {
    padding: 10px;
  }
  .p-policy-list-info li {
    width: 25%;
    margin-right: 0 !important;
  }
  .p-terms {
    border-bottom: 1px solid #ccc;
  }
  .p-terms > ol li, .p-terms > ul li {
    margin: 0.2em 0;
  }
  .p-terms > ol li p, .p-terms > ul li p {
    margin: 0.2em 0 0.2em 1.5em;
  }
  .p-terms > ol ol, .p-terms > ol p, .p-terms > ul ol, .p-terms > ul p {
    margin: 0.2em 0 0.2em;
  }
  .p-terms > ol ol li, .p-terms > ol p li, .p-terms > ul ol li, .p-terms > ul p li {
    margin: 0.5em 0 0.5em 1.5em;
  }
  .p-terms-contact {
    padding: 10px;
  }
  .p-agree .scrlbox > h2 {
    font-size: 16px;
  }
  .p-agree .scrlbox > ol li {
    font-size: 13px;
  }
  .p-agree .scrlbox > ol li {
    margin: 0.2em 0 0.2em 1.5em;
  }
  .p-agree-contact {
    padding: 10px;
  }
  .p-agree-list-info li {
    width: 25%;
    margin-right: 0 !important;
  }
  .p-agree-wincontact li {
    font-size: 13px;
  }
  .p-agree-enactment ul li {
    font-size: 13px;
  }
  .p-sitemap__guide {
    margin-bottom: 15px;
  }
  .p-sitemap .p-sitemap-list {
    max-width: initial;
  }
  .p-sitemap .p-sitemap-list:nth-child(even) {
    margin-left: 5px;
  }
  .p-sitemap .p-sitemap-list:nth-child(odd) {
    margin-right: 5px;
  }
  .p-refine .p-category-list .c-category {
    width: 100%;
  }
  .p-refine .p-category-list .c-category__ttl {
    font-size: 9px;
  }
  .p-refine .p-btn-list .c-btn {
    height: auto;
    min-height: 37px;
    padding: 5px;
    font-size: 11px;
  }
  .p-companyinfo__table {
    width: 100%;
  }
  .p-companyinfo__table th, .p-companyinfo__table td {
    border-top: 2px solid #dfdfdf;
    border-right: none;
    border-bottom: 2px solid #dfdfdf;
    border-left: none;
  }
  .p-tokushohou {
    margin-bottom: 50px;
  }
  .p-tokushohou__table {
    max-width: inherit;
  }
  .p-tokushohou__table th, .p-tokushohou__table td {
    display: block;
    width: 100%;
  }
  .l-header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-top: solid 3px #0075c4;
    border-bottom: none;
    background: #fff;
  }
  .l-header__sub {
    width: auto;
  }
  .l-header__main {
    width: auto;
    margin-bottom: 15px;
    padding: 0 8px;
  }
  .l-header__main__logo {
    width: 160px;
  }
  .l-header__main__list li {
    margin-left: 0;
  }
  .l-header__navi ul {
    width: auto;
    margin-bottom: 0;
    background: #e8e8e8;
  }
  .l-header__navi li {
    width: 33.33%;
    min-width: auto;
  }
  .l-header__navi li:first-child {
    width: 33.33%;
    min-width: auto;
    border-left: none;
  }
  .l-header__navi li:last-child {
    width: 33.33%;
    min-width: auto;
    border-right: none;
  }
  .l-header__navi li a {
    height: 40px;
    font-size: 9px;
    font-weight: bold;
  }
  .l-header__support__inner {
    width: auto;
  }
  .l-footer {
    margin-top: 25px;
    border-top: solid 2px #0075c4;
    background: #e2e2e2;
  }
  .l-footer__main {
    padding: 0 8px 13px;
  }
  .l-footer__main__sec {
    margin-top: 15px;
  }
  .l-footer__main__sec:first-of-type {
    margin-top: 0;
  }
  .l-footer__main__sec:first-of-type::before {
    display: none;
  }
  .l-footer__main__sec::before {
    display: block;
    width: 100%;
    height: 3px;
    background: url(../img/sec/border_b.png);
    content: "";
  }
  .l-footer__main__ttl {
    padding: 13px 0;
    color: #0075c4;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .l-footer__main .p-guide {
    border-bottom: none;
    background: #fff;
  }
  .l-footer__main .p-guide li {
    border-bottom: solid 1px #ccc;
  }
  .l-footer__main .p-guide li:nth-of-type(3n+1) {
    border-left: solid 1px #ccc;
  }
  .l-footer__main .p-guide li:nth-of-type(3) img, .l-footer__main .p-guide li:nth-of-type(4) img {
    max-width: 24px;
  }
  .l-footer__main .p-guide li a {
    padding: 8px 0 3px;
    font-size: 9px;
    line-height: 1.2;
  }
  .l-footer__main .p-guide li img {
    max-width: 20px;
  }
  .l-footer__main .p-contact-list li {
    margin-bottom: 5px;
  }
  .l-footer__main .p-contact-list li:last-child {
    margin-bottom: 0;
  }
  .l-footer__sub {
    padding: 10px;
    background: #0075c4;
    color: #fff;
  }
  .l-footer__sub__list li {
    font-size: 11px;
  }
  .l-footer__sub__list a {
    color: #fff;
  }
  .l-footer__logo {
    background: #fff;
  }
  .l-footer__logo__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding: 15px 0 10px;
  }
  .l-footer__copyright {
    padding: 0 0 18px;
    background: #fff;
    color: #333;
    font-size: 9px;
  }
  .l-breadcrumb {
    width: auto;
    margin: 15px 8px;
  }
  .l-content-wrap {
    padding-top: 93px;
  }
  .l-content {
    display: block;
    width: auto;
  }
  .l-content .l-main {
    min-width: auto;
    padding: 0 8px;
  }
  .l-content .l-full {
    padding: 0 8px;
  }
  .l-side {
    width: calc(100% - 16px);
    margin: 0 8px;
  }
}
@media screen and (min-width: 995px) {
  .p-contact-list {
    margin-bottom: 20px;
  }
  .p-item-card01 {
    max-width: 720px;
  }
  .p-item-card02 {
    max-width: 720px;
  }
  .p-item-card03 {
    max-width: 720px;
  }
  .p-item-card04 {
    max-width: 720px;
  }
  .p-item-card05 {
    max-width: 720px;
  }
  .p-item-card05__support-area .accordion__trigger:hover {
    cursor: pointer;
  }
  .p-item-card06 {
    max-width: 720px;
  }
  .p-item-card06__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .p-item-card07 {
    max-width: calc(96% / 3);
  }
  .p-search__how.sp-on {
    display: none;
  }
  .p-search--small .p-search__box .c-btn::before {
    display: none;
  }
  .l-header__navi li a.is-current, .l-header__navi li a:hover {
    color: #0075c4;
  }
}