@charset "UTF-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}

/*======================
// PCとSPでの表示切り替え
====================== */
.sp-only {
  display: none;
}
@media (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 599px) {
  .pc-only {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/*-------------------------------------------------------------------------- 
   reset 
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  box-sizing: border-box;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
　Base
---------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1100px;
  -webkit-font-smoothing: subpixel-antialiased;
  word-break: break-word;
}

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

a {
  outline: none;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: 700;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

p > span {
  background: linear-gradient(transparent 70%, #82e5ec 70%);
  font-weight: 700;
}

#contents p {
  max-width: 1100px;
  margin: 20px auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp_br {
  display: none;
}

/*--------------------------------------
　reset
---------------------------------------*/
.addParts01 .hWrap,
.addParts02 .hWrap,
.addParts03 .hWrap,
.float-wrap .hWrap,
.box-wrap .hWrap,
.frame .hWrap {
  background: none;
  position: static;
  margin: 0;
}
.addParts01 .hWrap::before,
.addParts02 .hWrap::before,
.addParts03 .hWrap::before,
.float-wrap .hWrap::before,
.box-wrap .hWrap::before,
.frame .hWrap::before {
  content: none;
}

#index .addParts01 .hInner,
#index .addParts02 .hInner,
#index .addParts03 .hInner,
#index .float-wrap .hInner,
#index .box-wrap .hInner,
#index .frame .hInner,
#category .addParts01 .hInner,
#category .addParts02 .hInner,
#category .addParts03 .hInner,
#category .float-wrap .hInner,
#category .box-wrap .hInner,
#category .frame .hInner,
#page .addParts01 .hInner,
#page .addParts02 .hInner,
#page .addParts03 .hInner,
#page .float-wrap .hInner,
#page .box-wrap .hInner,
#page .frame .hInner {
  display: block;
  width: auto;
  margin: 0;
}

#index .addParts01 h1::before, #index .addParts01 h1::after,
#index .addParts01 h2::before,
#index .addParts01 h2::after,
#index .addParts01 h3::before,
#index .addParts01 h3::after,
#index .addParts01 h4::before,
#index .addParts01 h4::after,
#index .addParts01 h5::before,
#index .addParts01 h5::after,
#index .addParts01 h6::before,
#index .addParts01 h6::after,
#index .addParts02 h1::before,
#index .addParts02 h1::after,
#index .addParts02 h2::before,
#index .addParts02 h2::after,
#index .addParts02 h3::before,
#index .addParts02 h3::after,
#index .addParts02 h4::before,
#index .addParts02 h4::after,
#index .addParts02 h5::before,
#index .addParts02 h5::after,
#index .addParts02 h6::before,
#index .addParts02 h6::after,
#index .addParts03 h1::before,
#index .addParts03 h1::after,
#index .addParts03 h2::before,
#index .addParts03 h2::after,
#index .addParts03 h3::before,
#index .addParts03 h3::after,
#index .addParts03 h4::before,
#index .addParts03 h4::after,
#index .addParts03 h5::before,
#index .addParts03 h5::after,
#index .addParts03 h6::before,
#index .addParts03 h6::after,
#index .float-wrap h1::before,
#index .float-wrap h1::after,
#index .float-wrap h2::before,
#index .float-wrap h2::after,
#index .float-wrap h3::before,
#index .float-wrap h3::after,
#index .float-wrap h4::before,
#index .float-wrap h4::after,
#index .float-wrap h5::before,
#index .float-wrap h5::after,
#index .float-wrap h6::before,
#index .float-wrap h6::after,
#index .box-wrap h1::before,
#index .box-wrap h1::after,
#index .box-wrap h2::before,
#index .box-wrap h2::after,
#index .box-wrap h3::before,
#index .box-wrap h3::after,
#index .box-wrap h4::before,
#index .box-wrap h4::after,
#index .box-wrap h5::before,
#index .box-wrap h5::after,
#index .box-wrap h6::before,
#index .box-wrap h6::after,
#index .frame-wrap h1::before,
#index .frame-wrap h1::after,
#index .frame-wrap h2::before,
#index .frame-wrap h2::after,
#index .frame-wrap h3::before,
#index .frame-wrap h3::after,
#index .frame-wrap h4::before,
#index .frame-wrap h4::after,
#index .frame-wrap h5::before,
#index .frame-wrap h5::after,
#index .frame-wrap h6::before,
#index .frame-wrap h6::after,
#category .addParts01 h1::before,
#category .addParts01 h1::after,
#category .addParts01 h2::before,
#category .addParts01 h2::after,
#category .addParts01 h3::before,
#category .addParts01 h3::after,
#category .addParts01 h4::before,
#category .addParts01 h4::after,
#category .addParts01 h5::before,
#category .addParts01 h5::after,
#category .addParts01 h6::before,
#category .addParts01 h6::after,
#category .addParts02 h1::before,
#category .addParts02 h1::after,
#category .addParts02 h2::before,
#category .addParts02 h2::after,
#category .addParts02 h3::before,
#category .addParts02 h3::after,
#category .addParts02 h4::before,
#category .addParts02 h4::after,
#category .addParts02 h5::before,
#category .addParts02 h5::after,
#category .addParts02 h6::before,
#category .addParts02 h6::after,
#category .addParts03 h1::before,
#category .addParts03 h1::after,
#category .addParts03 h2::before,
#category .addParts03 h2::after,
#category .addParts03 h3::before,
#category .addParts03 h3::after,
#category .addParts03 h4::before,
#category .addParts03 h4::after,
#category .addParts03 h5::before,
#category .addParts03 h5::after,
#category .addParts03 h6::before,
#category .addParts03 h6::after,
#category .float-wrap h1::before,
#category .float-wrap h1::after,
#category .float-wrap h2::before,
#category .float-wrap h2::after,
#category .float-wrap h3::before,
#category .float-wrap h3::after,
#category .float-wrap h4::before,
#category .float-wrap h4::after,
#category .float-wrap h5::before,
#category .float-wrap h5::after,
#category .float-wrap h6::before,
#category .float-wrap h6::after,
#category .box-wrap h1::before,
#category .box-wrap h1::after,
#category .box-wrap h2::before,
#category .box-wrap h2::after,
#category .box-wrap h3::before,
#category .box-wrap h3::after,
#category .box-wrap h4::before,
#category .box-wrap h4::after,
#category .box-wrap h5::before,
#category .box-wrap h5::after,
#category .box-wrap h6::before,
#category .box-wrap h6::after,
#category .frame-wrap h1::before,
#category .frame-wrap h1::after,
#category .frame-wrap h2::before,
#category .frame-wrap h2::after,
#category .frame-wrap h3::before,
#category .frame-wrap h3::after,
#category .frame-wrap h4::before,
#category .frame-wrap h4::after,
#category .frame-wrap h5::before,
#category .frame-wrap h5::after,
#category .frame-wrap h6::before,
#category .frame-wrap h6::after,
#page .addParts01 h1::before,
#page .addParts01 h1::after,
#page .addParts01 h2::before,
#page .addParts01 h2::after,
#page .addParts01 h3::before,
#page .addParts01 h3::after,
#page .addParts01 h4::before,
#page .addParts01 h4::after,
#page .addParts01 h5::before,
#page .addParts01 h5::after,
#page .addParts01 h6::before,
#page .addParts01 h6::after,
#page .addParts02 h1::before,
#page .addParts02 h1::after,
#page .addParts02 h2::before,
#page .addParts02 h2::after,
#page .addParts02 h3::before,
#page .addParts02 h3::after,
#page .addParts02 h4::before,
#page .addParts02 h4::after,
#page .addParts02 h5::before,
#page .addParts02 h5::after,
#page .addParts02 h6::before,
#page .addParts02 h6::after,
#page .addParts03 h1::before,
#page .addParts03 h1::after,
#page .addParts03 h2::before,
#page .addParts03 h2::after,
#page .addParts03 h3::before,
#page .addParts03 h3::after,
#page .addParts03 h4::before,
#page .addParts03 h4::after,
#page .addParts03 h5::before,
#page .addParts03 h5::after,
#page .addParts03 h6::before,
#page .addParts03 h6::after,
#page .float-wrap h1::before,
#page .float-wrap h1::after,
#page .float-wrap h2::before,
#page .float-wrap h2::after,
#page .float-wrap h3::before,
#page .float-wrap h3::after,
#page .float-wrap h4::before,
#page .float-wrap h4::after,
#page .float-wrap h5::before,
#page .float-wrap h5::after,
#page .float-wrap h6::before,
#page .float-wrap h6::after,
#page .box-wrap h1::before,
#page .box-wrap h1::after,
#page .box-wrap h2::before,
#page .box-wrap h2::after,
#page .box-wrap h3::before,
#page .box-wrap h3::after,
#page .box-wrap h4::before,
#page .box-wrap h4::after,
#page .box-wrap h5::before,
#page .box-wrap h5::after,
#page .box-wrap h6::before,
#page .box-wrap h6::after,
#page .frame-wrap h1::before,
#page .frame-wrap h1::after,
#page .frame-wrap h2::before,
#page .frame-wrap h2::after,
#page .frame-wrap h3::before,
#page .frame-wrap h3::after,
#page .frame-wrap h4::before,
#page .frame-wrap h4::after,
#page .frame-wrap h5::before,
#page .frame-wrap h5::after,
#page .frame-wrap h6::before,
#page .frame-wrap h6::after {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  padding: 0.2rem 0;
  background: #fff;
}
header .headTopArea {
  width: 1100px;
  margin: 0 auto;
  text-align: right;
}
header .headTopArea .rightTxt {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  width: auto;
  display: inline-block;
}
header .headTopArea .rightTxt a {
  color: #000;
}
header .headTopArea .rightTxt::before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  html,
  body {
    width: 100%;
    position: relative;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .mokuji_tit,
  #contents .mokuji ul,
  .addParts01 .scrollArea .priceArea .price,
  .addParts01 .addInner,
  #contents .frame-wrap .type-c .thumb,
  #contents .frame-wrap .type-b .thumb,
  #contents .frame-wrap .type-a ul.icoArea,
  #contents .frame-wrap .type-a .thumb,
  .addParts01 .block,
  .float-wrap .fr,
  .float-wrap .ct,
  #contents .frame,
  #g-nav ul,
  #pankuzu,
  #contents,
  #category,
  .float-wrap .fl,
  #page,
  footer .areaInner .inner,
  footer .botArea .inner,
  header .headTopArea {
    width: auto;
  }
  #contents .addParts03 table th,
  .addParts01.low_bottom .block,
  #contents .frame-wrap .type-b table th,
  #contents table th,
  #contents .box-wrap .box,
  footer .areaInner .footBox .accChild li.subCat {
    width: 100%;
    text-align: center;
    padding: 1rem;
    font-weight: 700;
  }
  #contents .btn-internal,
  #contents .btn-web {
    max-width: 100%;
  }
  .addParts01 .addbox-wrap {
    flex-wrap: wrap;
  }
  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #contents p {
    max-width: 100%;
    margin: 2rem auto 2rem;
  }
  .addTxt {
    text-align: left;
  }
  a:hover {
    opacity: 1;
  }
}
.pc-fix-banner01 {
  display: none;
  width: 20rem;
  position: fixed;
  right: 0;
  bottom: 14rem;
  z-index: 50;
  background: #000;
}
.pc-fix-banner01 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.pc-fix-banner01 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.pc-fix-banner01-img {
  position: relative;
}
.pc-fix-banner01-text {
  padding: var(--s2);
  color: #fff;
  position: relative;
  font-weight: bold;
  padding: 1rem;
}
.pc-fix-banner01-text::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid #fff;
  border-bottom: 0.5rem solid #fff;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.pc-fix-banner01-text p {
  margin: 0 !important;
  font-size: 1.8rem;
  text-align: center;
}
.pc-fix-banner01-text p.text-small {
  font-size: 2rem;
  line-height: 1.5;
  color: #32dbe8;
}
  /*------------------------------------------------------------
      SP settings
  */
@media screen and (max-width: 599px) {
  .pc-fix-banner01 {
    display: none !important;
  }
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
  display: none;
}

.btn-web,
#contents p.btn-web {
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-web a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 45.4rem;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  background: #5d2de6 url(img/arrow_w.png) no-repeat right 2rem center;
  border-radius: 5rem;
  box-shadow: 4px 4px 0 #999;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.btn-web a:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
  opacity: 1;
}

.btn-internal,
#contents p.btn-internal {
  margin: 4rem auto;
  padding: 0;
  text-align: center;
}

.btn-internal a {
  display: inline-block;
  position: relative;
  max-width: 45.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  background: #32dbe8 url(img/arrow_black.png) no-repeat right 2rem center;
  background-size: 0.8rem auto;
  border-radius: 5rem;
  box-shadow: 4px 4px 0 #999;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.btn-internal a:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
  opacity: 1;
}

.btn-internal.up a {
  background: #32dbe8 url(img/arrow_black_up.png) no-repeat right 1.6rem center;
}

.btn-link {
  margin: 4rem 0;
  padding: 0;
  text-align: right;
}

.btn-link a {
  position: relative;
  padding: 0.2rem 0 0.2rem 2rem;
  background: url(img/arrow_b.png) no-repeat left center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: underline;
}

.btn-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
display: none;
}
.accordion-btn {
display: block;
    position: relative;
    width: 45rem;
    height: auto;
    margin: 0 auto 4rem auto;
    padding: 2rem 0;
    background: #000000;
    border: 1px solid #000;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.2s;
}
.accordion-btn::before {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  color: #fff;
}
.accordion-btn::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "もっと見る";
}
.accordion-btn.is-open::before {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  content: "ー";
  color: #fff;
}
.accordion-btn.is-open::after {
display: block;
padding: 0 5rem;
text-align: center;
content: "閉じる";
}
.accordion-btn:hover {
opacity: 0.7;
}



@media screen and (max-width: 599px) {
  /*--------------------------------------
  btns
  ---------------------------------------*/
  .btn-web,
  #contents p.btn-web {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-web a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #5d2de6 url(img/arrow_w.png) no-repeat right 2rem center;
    border-radius: 5rem;
    box-shadow: 4px 4px 0 #999;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .btn-web a:hover {
    box-shadow: none;
    transform: translate(4px, 4px);
    opacity: 1;
  }
  .btn-internal,
  #contents p.btn-internal {
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-internal a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #32dbe8 url(img/arrow_black.png) no-repeat right 2rem center;
    background-size: 0.7rem auto;
    border-radius: 5rem;
    box-shadow: 4px 4px 0 #999;
    box-sizing: border-box;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .btn-internal a:hover {
    box-shadow: none;
    transform: translate(4px, 4px);
    opacity: 1;
  }
  .btn-internal.up a {
    background: #32dbe8 url(img/arrow_black_up.png) no-repeat right 1.6rem center;
    background-size: 1.5rem;
  }
  .btn-tel,
  #contents p.btn-tel {
    display: block;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
  }
  .btn-tel a {
    display: inline-block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: url(img/ico_tel.png) no-repeat 3rem center, #ffe20f;
    background-size: 18px auto, 7px 11px;
    border-radius: 5rem;
    box-shadow: 4px 4px 0 #999;
    box-sizing: border-box;
    color: #1d1d1d;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .btn-tel a:hover {
    box-shadow: none;
    transform: translate(4px, 4px);
    opacity: 1;
  }
  .btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
  }
  .btn-link a {
    position: relative;
    padding: 2rem 3rem;
    background: #fff url(img/arrow_b.png) no-repeat right 2rem center;
    border-radius: 5rem;
    border: 0.2rem solid #32dbe8;
    box-shadow: 4px 4px 0 #999;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
    width: 90%;
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 0 auto;
  }
  .btn-link a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .accordion-item {
    display: none;
  }
  .btn-accordion {
    position: relative;
    width: 90%;
    margin: 0 auto 2.5rem auto;
    padding: 1.8rem 4rem 2rem 4rem;
    background: #111;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
  }
  .btn-accordion::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "＋";
  }
  .btn-accordion.is-open::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: "ー";
  }
}
/*--------------------------------------
 Pankuzu
---------------------------------------*/
#pankuzuWrap {
  margin: 0;
  background: #fff;
  color: #000;
}
#pankuzuWrap #pankuzu {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 10px 0;
  width: 1100px;
}
#pankuzuWrap #pankuzu span {
  border-bottom: none;
  font-weight: inherit;
  color: inherit;
}
#pankuzuWrap #pankuzu span a {
  color: #000;
}
#pankuzuWrap #pankuzu span a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  #pankuzuWrap.cattop {
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  #pankuzuWrap {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
    margin: 0 auto 4rem auto;
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }
  #pankuzuWrap #pankuzu {
    box-sizing: border-box;
    width: 92%;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #000;
    padding: 0.7rem 0;
    margin: 0 auto;
    white-space: nowrap;
  }
  #pankuzuWrap #pankuzu a {
    color: #000;
    text-decoration: underline;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  #pankuzuWrap #pankuzu a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #pankuzuWrap #pankuzu a span:last-child {
    margin-right: 0;
  }
  #pankuzuWrap #pankuzu span:last-child {
    margin-right: 4%;
  }
}
/* ==================
    関連記事
   ================== */
#related-article p {
  margin: 0;
}
#related-article.related-article01-frame {
  margin: 20px auto;
  padding: 30px 50px;
  background: #f5f7fa;
  position: relative;
  max-width: 110rem;
}
#related-article .related-article01-title {
  padding: 0 0 0 1rem;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#related-article .related-article01-title span {
  font-size: 20px;
  color: #333;
}
#related-article .related-article01-list {
  margin: 15px 0 0 0;
  padding: 0 20px 0;
  border-top: 1px solid #000;
  font-weight: 700;
}
#related-article .related-article01-list p {
  margin: 0;
}
#related-article .related-article01-list li {
  margin: 2rem 0 0;
  padding: 0 0 0 35px;
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}
#related-article .related-article01-list li + li {
  margin-top: 10px;
}
#related-article .related-article01-list li::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2ec3ce;
  position: absolute;
  top: 6px;
  left: 0;
}
#related-article .related-article01-list a {
  display: block;
  text-decoration: none;
  color: #000;
}
#related-article .related-article01-list a:hover {
  opacity: 0.6;
}
#related-article .relations-box#related-article .relations-box--column {
  display: flex;
  gap: 10px;
}
#related-article .relations-box__pic {
  flex: 0 0 150px;
}
@media screen and (max-width: 599px) {
  #related-article.related-article01-frame {
    padding: 20px 25px;
    margin: 6rem 1rem 3rem;
  }
  #related-article .related-article01-title span {
    font-size: 18px;
  }
  #related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 10px 0 0;
  }
  #related-article .related-article01-list li {
    margin: 10px 0;
    padding: 0 0 0 25px;
    font-size: 15px;
    line-height: 1.6;
  }
  #related-article .related-article01-list li:last-child {
    margin-bottom: 0;
  }
}

.table-layout {
  padding: 0;
}

table {
  width: 100%;
  max-width: 1100px;
  table-layout: fixed;
  margin: 40px auto;
  border: solid 1px #3a3a3a;
}
table th {
  width: 27%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
    color: #000000;
    background: #dcdcdc;
  border: solid 1px #000;
  padding: 1.4rem 1.2rem;
  word-break: break-all;
}
table td {
  line-height: 2.4rem;
  padding: 14px 20px;
  background: #fff;
  font-size: 1.4rem;
  text-align: left;
  word-break: break-all;
  border: solid 1px #3a3a3a;
}

@media screen and (max-width: 599px) {
  table {
    box-sizing: border-box;
    width: 100%;
    max-width: initial;
    table-layout: fixed;
    margin: 3rem auto;
    border-bottom: none;
  }
  table th {
    width: 100%;
    padding: 1rem;
    line-height: 1.3;
    text-align: left;
    font-size: 1.4rem;
    display: block;
    font-weight: normal;
    border: none;
    border-bottom: solid 1px #3a3a3a;
    word-break: break-all;
  }
  table td {
    width: 100%;
    display: block;
    line-height: 2.4rem;
    padding: 1rem;
    font-size: 1.4rem;
    text-align: left;
    word-break: break-all;
    border: none;
    border-bottom: solid 1px #3a3a3a;
  }
	
/*--------------------------------------
  table(SPスクロール)
---------------------------------------*/
    .sp-scroll-table {
        text-align: center;
    }

    .l-scroll-x-sp {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: visible;
    }

    .l-scroll-x-sp table {
        width: 700px;
        margin: 1rem 0;
    }

    .l-scroll-x-sp table th {
        width: inherit;
        min-width: 15rem;
        display: table-cell;
		border: 1px solid;
    }

    .l-scroll-x-sp table td {
        width: inherit;
        min-width: 15rem;
        display: table-cell;
		border: 1px solid;
    }
	
	
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
  background: #f7faf9;
  margin: 5rem 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #007575;
}
.toc_parts .ttl.btn-accordion {
  margin: 0;
  background: none;
  border: none;
  border-left: 4px solid #007575;
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}

.toc_parts .ttl {
position: relative;
cursor: pointer;
}
.toc_parts .ttl::before {
position: absolute;
top: 50%;
right: 1rem;
width: 2.5rem;
height: 0.1rem;
border-bottom: 2px solid #000;
content: "";
transform: translate(0, -50%);
z-index: 2;
}
.toc_parts .ttl::after {
position: absolute;
right: 2rem;
top: 50%;
width: 0.1rem;
height: 2.5rem;
border-left: 2px solid #000;
content: "";
transform: translate(0, -50%);
transition: 0.3s ease all;
z-index: 2;
}

.toc_parts #toc {
  margin: 1.5rem 0 0 0;
  padding: 0;
  border-top: 1px solid #828282;
}

.toc_parts .ttl:hover {
opacity: 0.7;
}
.toc_parts .ttl.is-open::after {
transform: translate(0, -50%) rotate(-90deg);
}



.toc_parts #toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
.toc_parts #toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}
.toc_parts #toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
.toc_parts #toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.toc_parts #toc .chapter .chapter-h a:hover {
  opacity: 0.6;
}
.toc_parts #toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}
.toc_parts #toc .chapter br {
  display: none;
}
.toc_parts #toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #4f4f4f;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.toc_parts #toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
.toc_parts #toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toc_parts #toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}
.toc_parts #toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .toc_parts {
    margin: 3rem 0;
    padding: 2rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 4px solid #007575;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 0;
  padding: 0;
  background-color: #111;
}
footer .areaInner {
  width: 100%;
  padding: 6rem 0 4rem 0;
}
footer .areaInner .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
footer .areaInner .logo {
  width: auto;
  margin: 0 auto 5rem;
}
footer .areaInner .logo a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
footer .areaInner .logo a:hover {
  opacity: 0.7;
}
footer .areaInner .footBox {
  margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #fff;
  padding: 0 0 1rem 0;
  margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  background: url(img/foot_arrow.png) left center no-repeat;
  background-size: 11px auto;
  border: none;
  padding: 0.3rem 0 0.3rem 2rem;
  margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .footBox ul {
  padding: 0 2rem;
}
footer .areaInner {
  /* noticeArea */
}
footer .areaInner .footBox .accChild {
  padding: 0;
  box-sizing: border-box;
  /* 元CSSに同一指定が2回あるため両方残しています */
}
footer .areaInner .footBox .accChild .sp {
  display: none;
}
footer .areaInner .footBox .accChild li.subCat {
  width: 22%;
  margin: 0 4% 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
  margin: 0 0 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat a {
  display: inline-block;
  background: url(img/arrow_w.png) 5px 8px no-repeat;
  background-size: 5px auto;
  padding: 0 0 0 1.5rem;
}
footer .areaInner .footBox .accChild li.subCat::after {
  content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
  color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "|　"; */
  letter-spacing: 0;
  color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before {
  content: "";
}
footer .areaInner .footBox .accChild li {
  float: left;
  display: inline-block;
  margin: 0;
}
footer .areaInner .footBox .accChild li a {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0;
}
footer .areaInner .footBox .accChild .subList {
  padding: 0 0 0 1.5rem;
  margin: 0;
}
footer .areaInner .footBox .accChild .subList li {
  padding: 0.2rem 0 0 0;
  display: block;
  float: none;
  margin: 0;
  position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
  content: "└";
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 0.4rem;
}
footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  background-image: none;
  padding: 0 0 0 1.8rem;
}
footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 100%;
  background: #cfcfcf;
  border-radius: 0;
  padding: 2.5rem 3rem;
  margin: 4rem auto 0;
}
footer .areaInner .noticeArea p {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
}
footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 3rem auto 0;
}
footer .botArea {
  background-color: #1d1d1d;
  color: #fff;
}
footer .botArea .inner {
  width: 1100px;
  padding: 1rem 5rem;
  margin: 0 auto;
}
footer .botArea .inner.cf {
  content: none;
}
footer p.sitemap a {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  color: #fff;
  float: right;
  padding: 0;
  text-decoration: underline;
}
footer p.sitemap a:hover {
  text-decoration: none;
}
footer p.copy {
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  float: left;
  padding: 0;
}
footer p.copy a {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

/*--------------------------------------
  　PageTop
  ---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 60px;
}
#page-top img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  footer {
    width: 100%;
    margin-top: 0;
  }
  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 2.5rem 0;
    border-top: 1px solid #102942;
  }
  footer .areaInner .inner {
    width: 100%;
    padding: 0;
  }
  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 0 1rem 0.5rem;
    margin: 0 auto 2rem;
  }
  footer .areaInner .logo a {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  footer .areaInner .logo a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  footer .areaInner .logo + .footBox {
    border-top: 1px solid #ccc;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox .sttl {
    border: none;
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 600;
    background: url(img/arrow_w_down.png) right 10px center no-repeat;
    background-size: 10px auto;
    padding: 1rem 4rem 1rem 4%;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  footer .areaInner .footBox .sttl a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  footer .areaInner .footBox .sttl.open a {
    background: url(img/arrow_black_up.png) right 10px center no-repeat;
    background-size: 10px auto;
  }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox ul {
    padding: 0;
  }
  footer .areaInner .footBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    font-size: 1.3rem;
    color: #000;
    background: #fff url(img/arrow_black.png) 96.5% center no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #ccc;
    padding: 1rem 9% 1rem 4%;
  }
  footer .areaInner .footBox .accChild li.subCat {
    width: 100%;
    margin: 0;
	padding: 0;
  }
  footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
    margin: 0;
  }
  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    background: #fff url(img/arrow_black.png) 96.5% center no-repeat;
    background-size: 6px auto;
    padding: 1rem 9% 1rem 4%;
	  text-align: left;
  }
  footer .areaInner .footBox .accChild li.subCat a::before {
    content: none;
    font-size: 1.2rem;
    position: relative;
    left: -2px;
    margin-right: 0.2rem;
  }
  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .accChild .subList li {
    padding: 0;
    display: block;
    float: none;
    margin: 0;
  }
  footer .areaInner .footBox .accChild .subList li::before {
    content: none;
    color: #000;
    margin-right: 0;
  }
  footer .areaInner .footBox .accChild .subList li a {
    font-size: 1.3rem;
    padding: 1rem 9% 1rem 9%;
    background: #fff url(img/arrow_black.png) 96.5% center no-repeat;
    background-size: 6px auto;
  }
  footer .areaInner .footBox .accChild .subList li a::before {
    content: "└";
    display: block;
    color: #000;
    position: absolute;
    top: 12px;
    left: 4%;
    margin-right: 0.4rem;
  }
  footer .areaInner .noticeArea {
    box-sizing: border-box;
    width: 92%;
    margin: 2.5rem auto 0rem;
    background: #fff;
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.8;
    border-radius: 0;
  }
  footer .areaInner .noticeArea p {
    font-size: 1.2rem;
  }
  footer .areaInner p.ucp {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    margin: 1.5rem auto 0;
  }
  footer .botArea {
    background: #1d1d1d;
    color: #fff;
  }
  footer .botArea .inner {
    width: 92%;
    padding: 1rem 0;
    margin: 0 auto;
  }
  footer .botArea .inner .cf {
    content: none;
  }
  footer p.sitemap {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
  }
  footer p.sitemap a {
    color: #fff;
    margin-bottom: 1rem;
    text-decoration: underline;
  }
  footer p.copy {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding: 0;
  }
  footer p.copy a {
    color: #fff;
    text-decoration: none;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: none;
  }
  /*--------------------------------------
  　PageTop
  ---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 50px;
  }
  #page-top img {
    width: 100%;
  }
}
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  padding: 0.2rem 0;
  background: #000;
}
header .headTopArea {
  width: 1100px;
  margin: 0 auto;
  text-align: right;
}
header .headTopArea .rightTxt {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  width: auto;
  display: inline-block;
}
header .headTopArea .rightTxt a {
  color: #fff;
}
header .headTopArea .rightTxt::before {
  content: "PR";
  display: inline-block;
  background: #fff;
  color: #000;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}

/*--------------------------------------
  　Global Nav
  ---------------------------------------*/
#g-nav {
  background-color: #003030;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#g-nav ul {
  display: flex;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#g-nav li {
  width: 100%;
  min-height: 80px;
  text-align: center;
  position: relative;
}
#g-nav li::before {
  content: "";
  background: linear-gradient(#fff, #fff);
  background-size: 1px 1px;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
  content: "";
  background: linear-gradient(#fff, #fff);
  background-size: 1px 1px;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px;
  position: relative;
  color: #fff;
}
#g-nav li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}
#g-nav li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 599px) {
  /*--------------------------------------
  　Header
  ---------------------------------------*/
  header .headTopArea {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: left;
  }
  header .headTopArea .rightTxt {
    color: #fff;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  /*--------------------------------------
  　spMenuBox
  ---------------------------------------*/
  /* navWrap */
  #navWrap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #faf5d2;
    margin: 0 auto;
    /* navTop */
  }
  #navWrap .navTop {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: block;
  }
  #navWrap .navTopInner {
    display: flex;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
  }
  #navWrap .siteName {
    display: flex;
    padding: 0 0 0 1rem;
    color: #000;
    font-family: Teko, sans-serif;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    max-width: 15rem;
    min-height: 4.4rem;
    align-items: center;
    margin-right: 1rem;
  }
  #navWrap .siteName img {
    width: 100%;
  }
  #navWrap .recommendBtn {
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 0.8;
    color: #ffffff;
    padding: 0 1.2rem;
    position: relative;
    background: #007575;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #navWrap .recommendBtn::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #32d7e3;
    border-bottom: 4px solid #32d7e3;
    border-left: 4px solid transparent;
    z-index: 1;
  }
  #menuBtn {
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
    width: 2.5rem;
    height: 4rem;
    padding: 0 2rem;
    cursor: pointer;
    z-index: 9999;
    position: relative;
    right: 0;
    text-align: right;
  }
  #menuBtn .menu {
    width: 2.1rem;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: #000;
    background: url(img/sp_ico_menu.png) center no-repeat;
    background-size: 100%;
  }
  /* 別セレクタとして保持（状態クラスを優先度そのまま適用） */
  body.open #menuBtn .menu {
    width: 21px;
    height: 16px;
    background: url(img/sp_ico_close.png) center no-repeat;
    background-size: 100%;
  }
  /* navSp */
  #navSp {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.94);
    z-index: 999;
    display: none;
    /* 以下装飾など */
  }
  #navSp > div {
    height: 100%;
    overflow-y: scroll;
    /* -webkit-overflow-scrolling: touch; */
  }
  #navSp a {
    text-decoration: none;
  }
  #navSp .navBox:first-child {
    border-top: 1px solid #ccc;
    overflow: hidden;
  }
  #navSp .navBox .sttl.collapsible a {
    background: url(img/arrow_black_down.png) 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl.open > a {
    background: url(img/arrow_black_up.png) 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background: url(img/arrow_black.png) 96% center no-repeat;
    background-size: 6px auto;
    padding: 1.5rem 9% 1.5rem 4%;
  }
  #navSp .navBox .sttl a br {
    display: none;
  }
  #navSp .navBox .tglMenu a {
    background: url(img/arrow_black_down.png) 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #navSp .navBox .accChild li {
    float: none;
  }
  #navSp .navBox .accChild li a {
    display: block;
    box-sizing: border-box;
    color: #000;
    background: url(img/arrow_black.png) 95.5% center no-repeat;
    background-size: 5px auto;
    border-bottom: 1px solid #ccc;
    padding: 1.2rem 9% 1.2rem 7%;
  }
  #navSp .sitemap {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 0 100px;
  }
  #navSp .sitemap a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background: url(img/arrow_black.png) 96% center no-repeat;
    background-size: 6px auto;
    padding: 1.5rem 9% 1.5rem 4%;
  }
  /* navBottom */
  #navBottom {
    display: block;
    width: 85%;
    position: relative;
    margin: 7.5% auto 7.5%;
  }
  #navBottom a {
    display: block;
    text-decoration: none;
    background: url(img/banner_bg.png) left top repeat;
    border-top: 3px solid #bee6a0;
    padding: 4%;
    position: relative;
    z-index: 1;
  }
  #navBottom a::before {
    content: "";
    background: url(img/banner_illust01.png) no-repeat;
    background-size: 100% auto;
    width: 49px;
    height: 86px;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  #navBottom a::after {
    content: "";
    background: url(img/banner_illust02.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 64px;
    position: absolute;
    left: -8px;
    bottom: -10px;
  }
  #navBottom .tit {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 0 15% 0 3%;
    margin-bottom: 1rem;
  }
  #navBottom .txtArea {
    background-color: #fff;
    padding: 0 0 6%;
  }
  #navBottom .catch {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    border-bottom: 1px dotted #ccc;
    padding: 3.5% 5%;
  }
  #navBottom .txt {
    padding: 3.5% 5%;
  }
  #navBottom .txt p {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #508291;
    margin: 0;
  }
  #navBottom .btn {
    width: 75%;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    background-color: #82b4c3;
    border-radius: 5px;
    padding: 3.5% 4% 3.2% 4%;
    margin: 0 auto;
    box-shadow: 2px 2px 0 rgb(80, 130, 145);
  }
  body.open {
    height: inherit !important;
  }
}
/*--------------------------------------
vis
---------------------------------------*/
#visArea .mainArea {
  position: relative;
  min-height: 140px;
  background: url(img/mv_bg_02.png) no-repeat left top;
  background-size: cover;
}
#visArea .mainArea .mainAreaInner {
  max-width: 100rem;
  margin: 0 auto;
}
#visArea .mainArea .mainTxtBox .eng {
  color: #fff;
  letter-spacing: 0.4rem;
  line-height: 1.1;
}

@media screen and (max-width: 599px) {
  /*--------------------------------------
  vis
  ---------------------------------------*/
  #visArea .mainArea {
    position: relative;
    min-height: auto;
    padding: 1.5rem 2rem;
    background: url(img/mv_bg_02.png) no-repeat left top;
    background-size: cover;
  }
  #visArea .mainArea .mainTxtBox .eng {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    letter-spacing: 0.1rem;
    line-height: 1.1;
    max-width: 20rem;
  }
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  width: 220px;
  margin-top: 3rem;
  color: #000;
}
#side a {
  color: #000;
}
#side .sideBox {
  border-top: 1px solid #000;
}
#side .sideBox .sttl {
  font-size: 1.5rem;
  font-weight: 700;
}
#side .sideBox .sttl a {
  display: block;
  padding: 15px;
}
#side .sideBox ul {
  padding: 0;
  margin: 0 0 3rem 0;
}
#side .sideBox ul li {
  background-image: none;
  padding: 0;
  position: relative;
}
#side .sideBox ul li::before {
  content: "";
  background: linear-gradient(to right, rgb(187, 187, 187), rgb(187, 187, 187) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#side .sideBox ul li a {
  display: block;
  padding: 10px 25px 10px 12px;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) no-repeat right 10px center;
  background-size: 0.7rem auto;
  text-decoration: none;
  color: #000;
}
#side .sideBox ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#side .sideBox .subList {
  margin: 0;
}
#side .sideBox .subList li {
  margin: 0;
}
#side .sideBox .subList li a {
  display: block;
  padding: 10px 28px 10px 15px;
}
#side .sideBox .subList li a::before {
  content: "└";
  margin: 0 5px 0 0;
}

@media screen and (max-width: 599px) {
  #side {
    display: none;
  }
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
  width: 1100px;
  margin: 0 auto 0;
  padding: 0;
  background: #fff;
  color: #000;
  margin-bottom: 5rem;
}

#index {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#category,
#page {
  float: left;
  width: 832px;
  margin-bottom: 6rem;
  padding: 3rem 0 0;
}

p.caption {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
}
p.caption a {
  color: #999;
}

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents .mappage h2 {
  margin: 68px auto 28px;
}
#contents .mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
#contents .mappage ul {
  margin: 0 auto 0.6rem;
}
#contents .mappage ul li {
  padding: 0 0 0.6rem 3rem;
}
#contents .mappage ul li a {
  color: #000;
}
#contents .mappage ul li a:hover {
  opacity: 0.7;
}
#contents .mappage ul.subList li:last-child {
  margin: 0 0 1rem;
}
#contents .mappage ul.subList li a {
  font-size: 1.4rem;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
/* heading */
#category h1,
#page h1 {
  position: relative;
  margin: 0 0 6rem 0;
  padding: 2.4rem 3rem 2.6rem 3rem;
  background: #003030 url(img/title_bg_02.png) no-repeat right 1.5rem center;
  box-shadow: 7px 7px #afafaf;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
#category h2,
#page h2 {
  position: relative;
  margin: 5rem 0 4rem 0;
  padding: 2rem 3rem 2.2rem 8rem;
  background: #fff;
  border: 0.2rem solid #000;
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#category h2::before,
#page h2::before {
  position: absolute;
  left: 1.5rem;
  width: 3.9rem;
  height: 4.8rem;
  background: url(img/list_bg_02.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  #category h2::before,
  #page h2::before {
    width: 2.9rem;
    height: 3.8rem;
    background: url(img/list_bg_02.png) no-repeat left top;
    background-size: 100% auto;
  }
}
#category h3,
#page h3 {
  position: relative;
  margin: 5rem 0 4rem 0;
  padding: 1.2rem 1.5rem 1.5rem 1.5rem;
  background: #151515;
  border-left: 5px solid #007575;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#category h4,
#page h4 {
  margin: 4rem 0 3rem 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
#category h5,
#category h6,
#page h5,
#page h6 {
  margin: 4rem 0 3rem 0;
  font-size: 2.2rem;
  border-left: 7px solid #007575;
  padding: 0 0 0 1.5rem;
}
#category h2 a,
#category h4 a,
#category h5 a,
#category h6 a,
#page h2 a,
#page h4 a,
#page h5 a,
#page h6 a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow_black.png) no-repeat right 1rem center;
  color: #000;
  background-size: 0.8rem auto;
}
#category h1 a,
#category h3 a,
#page h1 a,
#page h3 a {
  display: inline-block;
  padding: 0 5rem 0 0;
  background: url(img/arrow_b.png) no-repeat right center;
  color: #fff;
}

.sitemap h2 a {
  color: #fff;
}

/*--------------------------------------
  　list
  ---------------------------------------*/
#contents {
  /* 別要素の擬似要素（そのまま維持） */
  /* ul,ol reset */
}
#contents ul {
  /* max-width: 1100px; */
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}
#contents ul li {
  position: relative;
  padding: 0 0 0.8rem 3rem;
  font-size: 1.6rem;
}
#contents ul li::before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(img/list_bg_01.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
}
#contents ul li a {
  text-decoration: underline;
  color: #000;
}
#contents ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#contents .addParts07 .frame .frame-body p::before,
#contents .hallArea div::before {
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 12px;
  height: 19px;
  background: url(img/list_bg_01.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
}
#contents ol {
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}
#contents ol li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}
#contents ol li::before {
  display: block;
  background-color: #102942;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
  font-size: 1.2rem;
}
#contents ol li:nth-child(-n+9)::before {
  content: counter(number);
}
#contents ol li:nth-child(n+10)::before {
  content: counter(number);
}
#contents .addParts01 ul,
#contents .addParts01 ol,
#contents .addParts02 ul,
#contents .addParts02 ol,
#contents .addParts03 ul,
#contents .addParts03 ol,
#contents .float-wrap ul,
#contents .float-wrap ol,
#contents .box-wrap ul,
#contents .box-wrap ol,
#contents .frame ul,
#contents .frame ol {
  padding: 0;
  margin: 0;
}

/*--------------------------------------
  　recommend,check,point
  ---------------------------------------*/
#index .recommend,
#index .check,
#index .point,
#index .rank,
#category .recommend,
#category .check,
#category .point,
#category .rank,
#page .recommend,
#page .check,
#page .point,
#page .rank {
  display: block;
  font-weight: normal;
}
#index .recommend::before,
#index .check::before,
#index .point::before,
#index .rank::before,
#category .recommend::before,
#category .check::before,
#category .point::before,
#category .rank::before,
#page .recommend::before,
#page .check::before,
#page .point::before,
#page .rank::before {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}
#index .recommend::after,
#index .check::after,
#index .point::after,
#index .rank::after,
#category .recommend::after,
#category .check::after,
#category .point::after,
#category .rank::after,
#page .recommend::after,
#page .check::after,
#page .point::after,
#page .rank::after {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}
#index .recommend a,
#index .check a,
#index .point a,
#index .rank a,
#category .recommend a,
#category .check a,
#category .point a,
#category .rank a,
#page .recommend a,
#page .check a,
#page .point a,
#page .rank a {
  display: block;
  font-size: 100%;
}

/* recommend */
#contents {
  /* check */
  /* point */
  /* recommend_number_wrap */
  /* check_number_wrap */
  /* point_number_wrap */
  /* #contents 内の p.caption のみ */
}
#contents .recommend {
  width: 100%;
  max-width: 1100px;
  /*min-height: 98px;*/
  height: 98px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #5c7c87;
  border-bottom: solid 1px #5c7c87;
  background: url(img/color_blue.png) 36px 30px no-repeat;
  background-size: 1px 100%;
  padding: 2rem 2rem 2rem 9.4rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#contents .recommend::before {
  content: "おすすめ";
  width: 74px;
  height: 74px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 74px;
  letter-spacing: 0;
  text-align: center;
  color: #5c7c87;
  background: url(img/rank_recommend.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13px;
  left: 0;
  /*-webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
}
#contents .recommend a {
  color: #5c7c87;
  text-decoration: underline;
}
#contents .check {
  width: 100%;
  max-width: 1100px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #fff;
  background: #000;
  padding: 2rem 2rem 2rem 12rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}
#contents .check::before {
  content: "";
  width: 8.2rem;
  height: 3rem;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 74px;
  letter-spacing: 0;
  text-align: center;
  color: #566556;
  background: url(img/rank_check.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2.2rem;
  left: 1.5rem;
  /*-webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
}
#contents .check a {
  color: #566556;
  text-decoration: underline;
}
#contents .point {
  width: 100%;
  max-width: 1100px;
  /*min-height: 98px;*/
  height: 98px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #7c6853;
  border-bottom: solid 1px #7c6853;
  background: url(img/color_brown.png) 36px 30px no-repeat;
  background-size: 1px 100%;
  padding: 2rem 2rem 2rem 9.4rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#contents .point::before {
  content: "POINT";
  width: 74px;
  height: 74px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 74px;
  letter-spacing: 0;
  text-align: center;
  color: #7c6853;
  background: url(img/rank_point.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13px;
  left: 0;
  /*-webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
}
#contents .point a {
  color: #7c6853;
  text-decoration: underline;
}
#contents .frame-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto;
  /* type-a */
  /* type-b */
  /* type-c */
}
#contents .frame-wrap .inner {
  margin: 0 auto;
}
#contents .frame-wrap .frame {
  display: block;
  box-sizing: border-box;
  width: 266px;
  margin: 0 0 0 16px;
  background-color: #fff;
  float: left;
}
#contents .frame-wrap .frame:first-child {
  margin: 0;
}
#contents .frame-wrap .frame:nth-child(3n+1) {
  margin: 0;
}
#contents .frame-wrap .frame:nth-child(n+4) {
  margin-top: 16px;
}
#contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
}
#contents .frame-wrap .type-a {
  border: 1px solid #333;
}
#contents .frame-wrap .type-a .frame-catch {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #8c8200;
  border-top: 5px solid #e6dc14;
  padding: 20px 25px;
  position: relative;
  font-weight: normal;
  letter-spacing: normal;
}
#contents .frame-wrap .type-a .frame-catch::before {
  content: "";
  background: linear-gradient(to right, rgb(187, 187, 187), rgb(187, 187, 187) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit;
  z-index: inherit;
}
#contents .frame-wrap .type-a .frame-catch::after {
  content: "";
  width: 19px;
  height: 11px;
  background: url(img/frame-wrap_baloon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  top: inherit;
  right: inherit;
  z-index: inherit;
  transform: none;
}
#contents .frame-wrap .type-a .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 20px;
}
#contents .frame-wrap .type-a .frame-head a {
  display: block;
  width: 100%;
  background: url(img/arrow_black.png) right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
#contents .frame-wrap .type-a .frame-head a:hover {
  opacity: 0.7;
}
#contents .frame-wrap .type-a .thumb {
  width: 200px;
  margin: 0 auto;
}
#contents .frame-wrap .type-a .caption {
  text-align: center;
  padding: 0 20px;
}
#contents .frame-wrap .type-a ul.icoArea {
  width: 224px;
  text-align: center;
  margin: 25px auto;
}
#contents .frame-wrap .type-a ul.icoArea li {
  width: 68px;
  margin: 0 0 0 10px;
  float: left;
}
#contents .frame-wrap .type-a ul.icoArea li:first-child {
  margin: 0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
  margin: 0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
  margin-top: 16px;
}
#contents .frame-wrap .type-a ul.icoArea .ico {
  width: 57px;
  margin: 0 auto;
}
#contents .frame-wrap .type-a ul.icoArea .icoTxt {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0 8px;
  position: relative;
}
#contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e6dc14;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents .frame-wrap .type-b {
  border: 2px solid #102942;
}
#contents .frame-wrap .type-b .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px;
  margin: 0 0 25px;
  position: relative;
  letter-spacing: normal;
  background: #102942;
}
#contents .frame-wrap .type-b .frame-head a {
  display: block;
  width: 100%;
  background: url(img/arrow_w.png) right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  letter-spacing: normal;
  color: #fff;
}
#contents .frame-wrap .type-b .frame-head a:hover {
  opacity: 0.6;
}
#contents .frame-wrap .type-b .thumb {
  width: 200px;
  margin: 0 auto;
}
#contents .frame-wrap .type-b .caption {
  text-align: center;
  padding: 0 20px;
}
#contents .frame-wrap .type-b .frame-body {
  margin: 25px auto 0;
}
#contents .frame-wrap .type-b table {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
  margin: 20px auto;
}
#contents .frame-wrap .type-b table th {
  width: 33%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 10px;
}
#contents .frame-wrap .type-b table td {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px 10px;
  word-wrap: break-word;
}
#contents .frame-wrap .type-b table:last-of-type {
  margin-top: 15px;
  margin-bottom: 0;
}
#contents .frame-wrap .type-c {
  background-color: #f5f5dc;
}
#contents .frame-wrap .type-c .eng {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
  margin: -10px 0 0;
}
#contents .frame-wrap .type-c .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding: 20px;
  margin: 0 0 25px;
  position: relative;
  letter-spacing: normal;
}
#contents .frame-wrap .type-c .frame-head a {
  display: block;
  width: 100%;
  background: url(img/arrow_black.png) right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
#contents .frame-wrap .type-c .frame-head a:hover {
  opacity: 0.7;
}
#contents .frame-wrap .type-c .thumb {
  width: 160px;
  margin: 0 auto 25px;
}
#contents .frame-wrap .type-c .thumb img {
  border-radius: 100px;
}
#contents .frame .frame-head p {
  margin: 0;
}
#contents .frame .frame-body {
  padding: 0 20px 35px;
}
#contents .frame .frame-body .frame-catch {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin: 0 0 15px;
}
#contents .frame .frame-body p {
  margin: 0;
}
#contents .frame .frame-body .btn-web {
  width: 85%;
  margin: 25px auto 0;
}
#contents .frame p.caption {
  margin: 10px 15px 0;
}
#contents .float-wrap .catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 2rem;
  color: #007575;
}
#contents .box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto;
  /* type-a */
  /* type-b */
}
#contents .box-wrap .box {
  display: block;
  width: 384px;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  position: relative;
}
#contents .box-wrap .box:nth-child(even) {
  float: right;
}
#contents .box-wrap .box:nth-child(even)::before {
  content: "";
  width: 2px;
  height: 100%;
  background: url(img/box-wrap_dotline.png) repeat-y;
  position: absolute;
  top: 0;
  left: -32px;
}
#contents .box-wrap .box:nth-child(n+3) {
  margin-top: 40px;
}
#contents .box-wrap .box .permalink {
  display: none;
}
#contents .box-wrap .box .thumb {
  position: relative;
}
#contents .box-wrap .box p {
  margin: 0;
}
#contents .box-wrap .type-a .thumb {
  position: relative;
}
#contents .box-wrap .type-a .thumb::before {
  content: "";
  width: 109px;
  height: 108px;
  background: url(img/box-wrap_a_circle.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -30px;
  left: 20px;
}
#contents .box-wrap .type-a .box-head {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  padding: 25px 10px;
  margin: 0 0 1.5rem;
}
#contents .box-wrap .type-a .box-head a {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  color: #333;
  background: url(img/arrow_black.png) right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
#contents .box-wrap .type-a .box-head a:hover {
  opacity: 0.7;
}
#contents .box-wrap .type-a .box-body .smallPic {
  width: 100px;
  float: left;
}
#contents .box-wrap .type-a .box-body p {
  width: 264px;
  float: right;
}
#contents .box-wrap .type-b {
  border-top: 1px solid #333;
  /* border-bottom: 1px solid #333; */
  padding: 30px 10px 0;
}
#contents .box-wrap .type-b:nth-last-child(2), #contents .box-wrap .type-b:last-child {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 10px 35px 20px;
}
#contents .box-wrap .type-b .box-head-area {
  display: table;
  margin: 0 0 26px;
}
#contents .box-wrap .type-b .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 66px;
  position: relative;
}
#contents .box-wrap .type-b .thumb img {
  border-radius: 100px;
}
#contents .box-wrap .type-b .box-head {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  border-radius: 8px 8px 0 0;
  padding: 0 0 0 20px;
}
#contents .box-wrap .type-b .box-head a {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  color: #333;
  background: url(img/arrow_black.png) right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
#contents .box-wrap .type-b .box-head a:hover {
  opacity: 0.6;
}
#contents .box-wrap .type-b .caption {
  margin: 25px 0 0;
}
#contents .rank_wrap {
  counter-reset: num;
  margin: 5rem auto;
}
#contents .rank_wrap .rank {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 3rem auto;
  padding: 1.5rem 2rem 1.5rem 6rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#contents .rank_wrap .rank::before {
  position: absolute;
  left: 1.5rem;
  top: 1.4rem;
  color: #ff5904;
  font-family: Teko, sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.3rem;
  line-height: 1.1;
  text-align: center;
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
}
#contents .rank a {
  color: #fff;
  text-decoration: underline;
}
#contents .recommend_number_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
}
#contents .recommend_number_wrap .recommend::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2rem 0;
}
#contents .recommend_number_wrap .recommend::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 74px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #5c7c87;
  position: absolute;
  top: 48px;
  left: 0;
}
#contents .check_number_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
}
#contents .check_number_wrap .check::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2rem 0;
}
#contents .check_number_wrap .check::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 74px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #566556;
  position: absolute;
  top: 48px;
  left: 0;
}
#contents .point_number_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
}
#contents .point_number_wrap .point::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2rem 0;
}
#contents .point_number_wrap .point::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 74px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #7c6853;
  position: absolute;
  top: 48px;
  left: 0;
}
#contents p.caption {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
}

/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
  max-width: 1100px;
  margin: 35px auto 40px;
  box-sizing: border-box;
}
.float-wrap .caption {
  color: #9c9c9c;
  text-align: center;
  font-size: 1rem;
  margin: 1rem auto 2rem;
}

.float-wrap .flame {
  position: relative;
  margin-bottom: 1rem;
}
.float-wrap .fl {
  width: 350px;
  margin: 0 30px 10px 0;
  text-align: center;
}
.float-wrap .fr {
  width: 350px;
  margin: 0 0 10px 30px;
  text-align: center;
}
.float-wrap .ct {
  max-width: 60rem;
  margin: 0 auto 20px;
  text-align: center;
}

.float-wrap .ct .min{
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.float-wrap.ct .catch {
  text-align: center;
}

/* box-head (index/category/page 共通) */
#index .box-wrap .box-head,
#category .box-wrap .box-head,
#page .box-wrap .box-head {
  display: block;
}
#index .box-wrap .box-head a,
#category .box-wrap .box-head a,
#page .box-wrap .box-head a {
  display: block;
  font-size: 100%;
}
#index .box-wrap .box-head a:hover,
#category .box-wrap .box-head a:hover,
#page .box-wrap .box-head a:hover {
  color: #333;
  text-decoration: none;
}
#index .box-wrap .box-head::after,
#category .box-wrap .box-head::after,
#page .box-wrap .box-head::after {
  content: none;
}

/* frame-head (outside of #contents scope) */
#index .frame .frame-head,
#category .frame .frame-head,
#page .frame .frame-head {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#index .frame .frame-head a,
#category .frame .frame-head a,
#page .frame .frame-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
}
#index .frame .frame-head a:hover,
#category .frame .frame-head a:hover,
#page .frame .frame-head a:hover {
  opacity: 0.7;
}

/* ================== */
/*  SP（～599px） */
/* ================== */
@media screen and (max-width: 599px) {
  /*--------------------------------------
  Main Contents
  ---------------------------------------*/
  #contents {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #index {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #category,
  #page {
    float: none;
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  #category > h1:first-of-type,
  #page > h1:first-of-type {
    margin: 0 auto 3.5rem;
  }
  /* サイトマップ */
  #contents .mappage h2 {
    margin: 5rem auto 2rem;
  }
  #contents .mappage h2 a:hover {
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
  #contents .mappage ul {
    margin: 1rem auto 1rem;
  }
  #contents .mappage ul li {
    padding: 0 0 0.6rem 3rem;
  }
  #contents .mappage ul li a:hover {
    opacity: 1;
  }
  #contents .mappage ul.subList li:last-child {
    margin: 0 0 1rem;
  }
  #contents .mappage ul.subList li a {
    font-size: 1.4rem;
  }
  /* メインコンテンツ */
  #category h1,
  #page h1 {
    padding: 2rem;
    background: #003030 url(img/title_bg_02.png) no-repeat right 1.2rem center;
    background-size: 240px auto;
    box-shadow: 5px 5px #afafaf;
    color: #fff;
    font-size: 2.4rem;
  }
  #category h2,
  #page h2 {
    font-size: 2rem;
    padding: 1rem 1rem 1rem 6rem;
  }
  #category h3,
  #page h3 {
    font-size: 1.8rem;
  }
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    padding: 0 1rem 1rem 1rem;
    font-size: 1.6rem;
  }
  #category h2 a,
  #category h4 a,
  #category h5 a,
  #category h6 a,
  #page h2 a,
  #page h4 a,
  #page h5 a,
  #page h6 a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 0.7rem auto;
    color: #000;
  }
  #category h1 a,
  #category h3 a,
  #page h1 a,
  #page h3 a {
    background: url(img/arrow_b.png) no-repeat right center;
    color: #fff;
  }
  .sitemap h2 a {
    color: #fff;
  }
  /* list */
  #contents {
    /* recommend, check, point（SP） */
    /* box-wrap */
    /* recommend_number_wrap */
    /* check_number_wrap */
    /* point_number_wrap */
  }
  #contents #index > ol,
  #contents #category > ol,
  #contents #page > ol {
    width: 92%;
  }
  #contents ol {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 2rem;
    padding: 0 3% 0;
  }
  #contents ol li {
    font-size: 1.4rem;
    padding: 0 0 0.3rem 8%;
    list-style: none;
    position: relative;
    counter-increment: number;
  }
  #contents ol li::before {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
  }
  #contents ol li:nth-child(-n+9)::before {
    content: counter(number);
  }
  #contents ol li:nth-child(n+10)::before {
    content: counter(number);
  }
  #contents ul li {
    font-size: 1.4rem;
  }
  #contents ul li:before {
    top: 0.4rem;
  }
  #contents .rank_wrap p,
  #contents .recommend_number_wrap p,
  #contents .check_number_wrap p,
  #contents .point_number_wrap p {
    max-width: 92%;
  }
  #contents .recommend {
    width: 92%;
    max-width: 92%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    background: url(img/color_blue.png) 25px 30px no-repeat;
    background-size: 1px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #contents .recommend::before {
    content: "おすすめ";
    width: 50px;
    height: 50px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    background: url(img/rank_recommend.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
  }
  #contents .recommend a {
    text-decoration: underline;
  }
  #contents .check {
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 1.5rem 1.5rem 1.5rem 8rem;
    margin: 2rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #contents .check::before {
    content: "";
    width: 6.2rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    background: url(img/rank_check.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 2.4rem;
    left: 0.8rem;
  }
  #contents .check a {
    text-decoration: underline;
  }
  #contents .point {
    width: 92%;
    max-width: 92%;
    min-height: 70px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.4;
    background: url(img/color_brown.png) 25px 30px no-repeat;
    background-size: 1px 100%;
    padding: 1.5rem 1.5rem 1.5rem 6.2rem;
    margin: 2rem auto 1.5rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #contents .point::before {
    content: "POINT";
    width: 50px;
    height: 50px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    background: url(img/rank_point.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    /*-webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
  }
  #contents .point a {
    text-decoration: underline;
  }
  #contents .float-wrap {
    width: 100%;
    margin: 3rem auto;
    position: relative;
    /* float-wrap-head */
  }
  #contents .float-wrap .flame {
    width: 100%;
    margin: 0 auto;
  }
  #contents .float-wrap .float-img {
    box-sizing: border-box;
    width: auto;
    margin: 0 auto 1rem;
    text-align: center;
  }
  #contents .float-wrap img {
    box-sizing: border-box;
    max-width: 100%;
  }
  #contents .float-wrap .sttl {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #contents .float-wrap .catch {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 auto 1.5rem;
  }
  #contents .float-wrap p {
    margin: 0;
    padding: 0;
  }
  #contents .float-wrap .fl,
  #contents .float-wrap .fr {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
    float: none;
  }
  #contents .float-wrap .ct {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    text-align: center;
  }
  #contents .float-wrap .fl.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 6% 0.5rem 0;
    text-align: center;
    float: left;
  }
  #contents .float-wrap .fr.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 0 0.5rem 6%;
    text-align: center;
    float: right;
  }
  #contents .float-wrap .fl.t_small .flame,
  #contents .float-wrap .fr.t_small .flame {
    width: 100%;
  }
  #contents .float-wrap .float-body.fl, #contents .float-wrap .float-body.fr {
    width: auto;
    position: static;
    text-align: left;
  }
  #index #contents .float-wrap .float-wrap-head, #category #contents .float-wrap .float-wrap-head, #page #contents .float-wrap .float-wrap-head {
    display: table;
    width: auto !important;
    height: auto;
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #000;
    margin: 0 auto 0.8rem;
    position: relative;
  }
  #index #contents .float-wrap .float-wrap-head a, #category #contents .float-wrap .float-wrap-head a, #page #contents .float-wrap .float-wrap-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }
  #index #contents .float-wrap .float-wrap-head a:hover, #category #contents .float-wrap .float-wrap-head a:hover, #page #contents .float-wrap .float-wrap-head a:hover {
    color: #000;
    text-decoration: none;
  }
  #contents .float-wrap .float-body.fl .float-wrap-head, #contents .float-wrap .float-body.fr .float-wrap-head {
    width: 100%;
  }
  #contents .float-wrap .float-wrap-head::after {
    content: none;
  }
  #contents .float-wrap p {
    width: 100%;
  }
  #contents .box-wrap {
    width: 100%;
    max-width: 100%;
    margin: 6rem auto;
    /* type-a */
    /* type-b */
  }
  #contents .box-wrap .box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dashed #bbb;
    padding: 4rem 0 3rem;
    margin: 0;
    float: none;
    position: relative;
  }
  #contents .box-wrap .box:nth-child(even) {
    float: none;
  }
  #contents .box-wrap .box:nth-child(even)::before {
    content: none;
  }
  #contents .box-wrap .box:nth-child(n+3) {
    margin-top: 0;
  }
  #contents .box-wrap .box:first-child {
    padding: 0 0 3rem;
  }
  #contents .box-wrap .box:last-child {
    margin: 0;
  }
  #contents .box-wrap .box .permalink {
    display: none;
  }
  #contents .box-wrap .box .thumb {
    position: relative;
  }
  #contents .box-wrap .box .btn-internal {
    margin: 2rem auto;
  }
  #contents .box-wrap .type-a .thumb {
    position: relative;
  }
  #contents .box-wrap .type-a .thumb::before {
    content: "";
    width: 55px;
    height: 54px;
    background: url(img/box-wrap_a_circle.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -15px;
    left: 10px;
  }
  #contents .box-wrap .type-a .box-head {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
    padding: 2rem 1rem;
    margin: 0;
  }
  #contents .box-wrap .type-a .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url(img/arrow_black.png) right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .box-wrap .type-a .box-head a:hover {
    opacity: 1;
  }
  #contents .box-wrap .type-a .box-body .smallPic {
    width: 75px;
    float: left;
  }
  #contents .box-wrap .type-a .box-body p {
    width: calc(100% - 95px);
    float: right;
  }
  #contents .box-wrap .type-b {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 3rem 0 3rem;
    margin: -1px 0 0;
  }
  #contents .box-wrap .type-b:nth-child(n+3) {
    margin-top: -1px;
  }
  #contents .box-wrap .type-b:nth-last-child(2), #contents .box-wrap .type-b:last-child {
    padding: 3rem 0 3rem;
  }
  #contents .box-wrap .type-b .box-head-area {
    display: table;
    padding: 0 1rem;
    margin: 1rem 0 1rem;
  }
  #contents .box-wrap .type-b .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    position: relative;
  }
  #contents .box-wrap .type-b .thumb img {
    border-radius: 100px;
  }
  #contents .box-wrap .type-b .box-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
    padding: 0 0 0 1.2rem;
  }
  #contents .box-wrap .type-b .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url(img/arrow_black.png) right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .box-wrap .type-b .box-head a:hover {
    opacity: 1;
  }
  #contents .box-wrap .type-b .caption {
    margin: 2rem 0 0;
  }
  #contents .frame-wrap {
    width: 100%;
    max-width: 100%;
    margin: 6rem auto;
    /* type-a */
    /* type-b */
    /* type-c */
  }
  #contents .frame-wrap .inner {
    margin: 0 auto;
  }
  #contents .frame-wrap .frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2rem;
    background-color: #fff;
    float: none;
  }
  #contents .frame-wrap .frame:first-child {
    margin: 0 0 4rem;
  }
  #contents .frame-wrap .frame:nth-child(3n+1) {
    margin: 0 0 4rem;
  }
  #contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 0;
  }
  #contents .frame-wrap .frame:last-child {
    margin: 0;
  }
  #contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
  }
  #contents .frame-wrap .type-a {
    border: 1px solid #333;
  }
  #contents .frame-wrap .type-a .frame-catch {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #8c8200;
    border-top: 5px solid #e6dc14;
    padding: 1.5rem 2.5rem;
    position: relative;
  }
  #contents .frame-wrap .type-a .frame-catch::before {
    content: "";
    background: linear-gradient(to right, rgb(187, 187, 187), rgb(187, 187, 187) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #contents .frame-wrap .type-a .frame-catch::after {
    content: "";
    width: 19px;
    height: 11px;
    background: url(img/frame-wrap_baloon.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  #contents .frame-wrap .type-a .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 1.8rem 1.5rem;
  }
  #contents .frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url(img/arrow_black.png) right center no-repeat;
    background-size: 6px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .frame-wrap .type-a .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame-wrap .type-a .thumb {
    width: 80%;
    margin: 0 auto;
  }
  #contents .frame-wrap .type-a .caption {
    text-align: center;
    padding: 0 20px;
  }
  #contents .frame-wrap .type-a ul.icoArea {
    width: 100%;
    text-align: center;
    padding: 0 1.5rem;
    margin: 2rem auto;
  }
  #contents .frame-wrap .type-a ul.icoArea li {
    width: 33.3333333333%;
    padding: 0 0.6rem;
    margin: 0;
    float: left;
  }
  #contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0;
  }
  #contents .frame-wrap .type-a ul.icoArea li:nth-child(3n+1) {
    margin: 0;
  }
  #contents .frame-wrap .type-a ul.icoArea li:nth-child(n+4) {
    margin-top: 1.6rem;
  }
  #contents .frame-wrap .type-a ul.icoArea .ico {
    width: 57px;
    margin: 0 auto;
  }
  #contents .frame-wrap .type-a ul.icoArea .icoTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0 8px;
    position: relative;
  }
  #contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #contents .frame-wrap .type-b {
    border: 1px solid #333;
  }
  #contents .frame-wrap .type-b .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 1.8rem 1.5rem;
    margin: 0 0 2rem;
    position: relative;
  }
  #contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame-wrap .type-b .thumb {
    width: 80%;
    margin: 0 auto;
  }
  #contents .frame-wrap .type-b .caption {
    text-align: center;
    padding: 0 1rem;
  }
  #contents .frame-wrap .type-b .frame-body {
    margin: 2rem auto 0;
  }
  #contents .frame-wrap .type-b table {
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
    margin: 2rem auto;
    table-layout: auto;
  }
  #contents .frame-wrap .type-b table th {
    display: table-cell;
    width: 40%;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    border-right: 1px solid #333;
    padding: 1rem;
  }
  #contents .frame-wrap .type-b table td {
    display: table-cell;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 1rem;
    word-wrap: break-word;
  }
  #contents .frame-wrap .type-b table:last-of-type {
    margin-bottom: 0;
  }
  #contents .frame-wrap .type-c {
    background-color: #f5f5dc;
  }
  #contents .frame-wrap .type-c .eng {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
    margin: 3rem 0 0;
    position: relative;
    top: -1rem;
  }
  #contents .frame-wrap .type-c .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding: 0.5rem 1.8rem 2rem;
    margin: 0 0 2rem;
    position: relative;
  }
  #contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background: url(img/arrow_black.png) right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame-wrap .type-c .thumb {
    width: 60%;
    margin: 0 auto 2rem;
  }
  #contents .frame-wrap .type-c .thumb img {
    border-radius: 100px;
  }
  #contents .frame .frame-head p {
    margin: 0;
  }
  #contents .frame .frame-body {
    padding: 0 1.5rem 3rem;
  }
  #contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0 0 1.5rem;
  }
  #contents .frame .frame-body p {
    margin: 0;
  }
  #contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
  }
  #contents .frame p.caption {
    margin: 1rem 1rem 0;
  }
  #contents .rank_wrap .rank {
    padding: 1.5rem 1.5rem 1.5rem 5.5rem;
    font-size: 1.8rem;
  }
  #contents .rank_wrap .rank::before {
    font-size: 3.2rem;
  }
  #contents .recommend_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }
  #contents .recommend_number_wrap .recommend::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }
  #contents .recommend_number_wrap .recommend::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }
  #contents .check_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }
  #contents .check_number_wrap .check::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }
  #contents .check_number_wrap .check::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }
  #contents .point_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }
  #contents .point_number_wrap .point::before {
    display: block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 1.2rem 0;
  }
  #contents .point_number_wrap .point::after {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    width: 50px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
  }
  #contents .caption {
    margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
  }
  /* box-head (index/category/page 共通, SP) */
  #index .box-wrap .box-head,
  #category .box-wrap .box-head,
  #page .box-wrap .box-head {
    display: block;
  }
  #index .box-wrap .box-head a,
  #category .box-wrap .box-head a,
  #page .box-wrap .box-head a {
    display: block;
    font-size: 100%;
  }
  #index .box-wrap .box-head a:hover,
  #category .box-wrap .box-head a:hover,
  #page .box-wrap .box-head a:hover {
    color: #333;
    text-decoration: none;
  }
  #index .box-wrap .box-head::after,
  #category .box-wrap .box-head::after,
  #page .box-wrap .box-head::after {
    content: none;
  }
  #index .frame .frame-head,
  #category .frame .frame-head,
  #page .frame .frame-head {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
  }
  #index .frame .frame-head a,
  #category .frame .frame-head a,
  #page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }
  #index .frame .frame-head a:hover,
  #category .frame .frame-head a:hover,
  #page .frame .frame-head a:hover {
    opacity: 1;
  }
  .obi_tit {
    background-size: 250px;
    width: 250px;
    height: 60px;
    font-size: 1.6rem;
  }
}
/*--------------------------------------
addParts
---------------------------------------*/
.sttl.addPartsTitle {
  display: block;
  margin: 0 0 4.5rem 0;
  padding: 6rem 0 0 0;
  background: url(img/title_bg_01.png) no-repeat center top;
  border: none;
  outline: none;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.addTxt.addPartsTxt {
  width: 90%;
  margin: 0 auto 4rem auto;
  color: #fff;
}

.addPartsTtl {
  position: relative;
  margin: 5rem 0 4rem 0;
  padding: 1.2rem 1.5rem 1.5rem 1.5rem;
  background: #3a3a3a;
  border-left: 5px solid #b3b3b3;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.addPartsTtl a {
  display: inline-block;
  padding: 0 2rem 0 0;
  background: url(img/arrow_y.png) no-repeat right center;
  color: #fff;
}

/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 8rem 0 12rem 0;
  background: url(img/parts01_bg_01.jpg) no-repeat center bottom;
  background-size: cover;
}
.addParts01 .addInner {
  width: 1100px;
  margin: 0 auto;
}
.addParts01 p {
  margin: 0;
}

.addParts01 .caption {
  margin-top: 2rem;
}

.addParts01 .addbox-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addParts01 .addbox-wrap::after {
  display: block;
  width: calc((100% - 5rem) / 3);
  content: "";
}
.addParts01 .block {
  width: calc((100% - 5rem) / 3);
  padding: 2rem 2rem 3.5rem;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 7px 7px 0 #0f1213;
}
.addParts01 .block .blockTitSub {
  padding: 1rem;
  margin: 0 0 2rem 0;
  background-color: #000;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 599px) {

.addParts01 .caption {
  margin: 0 0 0 2rem;
}
	
  .addParts01 .block .blockTitSub {
    font-size: 2.8rem;
  }
}
.addParts01 .block .blockTitSub span {
  color: #32dbe8;
}
.addParts01 .block .blockTit {
  margin: 0 0 2rem 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .addParts01 .block .blockTit {
    font-size: 2.4rem;
  }
}
.addParts01 .block .imgArea {
  text-align: center;
}
.addParts01 .block .imgArea .caption {
  color: #9c9c9c;
  text-align: center;
  font-size: 1rem;
  margin: 1rem auto 2rem;
}
.addParts01 .block .textArea {
  margin: 2.8rem 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.addParts01 .block .textArea .label {
  color: #fff;
  background: #365858;
  font-size: 1.6rem;
  max-width: 24.5rem;
  margin: 0 auto;
  padding: 1rem;
}
.addParts01 .block .textArea .box-wrap {
  background: #fff;
  padding: 2rem 1.5rem;
}
.addParts01 .block .textArea .box-wrap .box {
  color: #000;
  margin-bottom: 3rem;
}
.addParts01 .block .textArea .box-wrap .box:last-child {
 margin: 0;
    border-top: 1px solid #dcdcdc;
    padding: 2rem 0 1rem;
}
.addParts01 .block .textArea .box-wrap .box .catch {
  color: #007575;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.addParts01 .block .textArea .box-wrap p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
.addParts01 .block .btn-web a {
  width: 94%;
}

/* #contents スコープ指定のものは分けてネスト */
#category .addParts01 .block .blockTit,
#page .addParts01 .block .blockTit {
  margin: 0 0 2rem 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-left: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  #category .addParts01 .block .blockTit,
  #page .addParts01 .block .blockTit {
    font-size: 2.4rem;
  }
}
#category .addParts01 .block .btn-web,
#page .addParts01 .block .btn-web {
  margin: 0 auto;
}

/*--------------------------------------
mokuji
---------------------------------------*/
.mokuji {
  background: #1d1d1d;
}
.mokuji .addInner {
  padding: 7rem 0;
  background: url(img/mokuji_bg_01.png) no-repeat left bottom 3rem;
  background-size: 2rem;
}
.mokuji .addInner .mokuji_tit {
  width: 530px;
  margin: 0 auto 3rem auto;
  padding: 0.8rem 0 1.2rem 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#contents .mokuji ul {
  width: 760px;
  margin: 0 auto;
  padding: 0;
}
#contents .mokuji ul li a {
  text-decoration: none;
}

/* SP */
@media screen and (max-width: 599px) {
  .sttl.addPartsTitle {
    padding: 6.5rem 1rem 0 1rem;
    font-size: 2.8rem;
  }
  .addTxt.addPartsTxt {
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
    text-align: left;
  }
  .addPartsTtl {
    position: relative;
    margin: 5rem 0 4rem 0;
    padding: 1.2rem 1.5rem 1.5rem 1.5rem;
    background: #3a3a3a;
    border-left: 5px solid #b3b3b3;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .addPartsTtl a {
    display: inline-block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_y.png) no-repeat right center;
    color: #fff;
  }
  .addParts01 {
    padding: 4rem 0 6rem 0;
  }
  .addParts01 p {
    margin: 0;
  }
  .addParts01.lower {
    margin: 10rem 0 0 0;
  }
  .addParts01 .addInner {
    width: 100%;
  }
  .addParts01.low_bottom {
    width: 100%;
    margin: 0 auto 50px;
    padding: 10% 3%;
  }
  .addParts01.low_bottom .addTopArea {
    margin: 0 auto;
  }
  .addParts01.low_bottom .addTopArea .sttl {
    font-size: 2rem;
  }
  .addParts01.low_bottom .block {
    margin: 6rem 0;
    background-size: 50px;
  }
  .addParts01.low_bottom .block:last-child {
    margin-bottom: 0;
  }
  .addParts01.low_bottom .btn-web a {
    font-size: 1.4rem;
    background-size: 35px, 7px auto;
  }
  .addParts01 .addbox-wrap {
    display: block;
    margin: 0 1rem;
  }
  .addParts01 .addbox-wrap::after {
    display: none;
  }
  .addParts01 .block {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 2rem 1.5rem 3rem 1.5rem;
  }
  #contents .addParts01 .addbox-wrap .btn-web,
  #contents .addParts01 .addbox-wrap .btn-tel {
    width: 100%;
  }
  #contents .addParts01.low_bottom .tagArea ul {
    padding: 0;
  }
  #contents .addParts01.low_bottom .tagArea ul li {
    font-size: 1.2rem;
  }
  #contents .addParts01.low_bottom .blockTit {
    font-size: 2rem;
    margin: 1rem auto;
    font-weight: 700;
    line-height: 1.4;
  }
  #contents .addParts01.low_bottom h3.blockTit {
    font-size: 2rem;
  }
  #contents .addParts01.low_bottom .blockTitSub {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #contents .mokuji {
    background: #1d1d1d;
  }
  #contents .mokuji .addInner {
    padding: 7rem 0;
    background: url(img/mokuji_bg_01.png) no-repeat left bottom 3rem;
  }
  #contents .mokuji .mokuji_tit {
    width: 70%;
    font-size: 2.8rem;
  }
  #contents .mokuji ul {
    width: 70%;
    margin: 0 auto;
  }
}
#visArea .mainArea.cat {
  position: relative;
  min-height: 63rem;
  background: url(img/mv_bg_03.png) no-repeat left top;
  background-size: cover;
  margin-bottom: -3rem;
}
@media screen and (max-width: 599px) {
  #visArea .mainArea.cat {
    background: url(img/mv_bg_03.png) no-repeat left top;
    background-size: auto 100%;
    padding: 1rem;
  }
}
#visArea .mainArea.cat .mainTxtBox {
  position: absolute;
  left: 50%;
  width: 50%;
  padding: 8rem 5rem 5rem 5rem;
}

#visArea .mainArea.lower .mainTxtBox {
  position: relative;
  left: 0;
  width: 50%;
  padding: 5rem 5rem 5rem 5rem;
}

#visArea .mainArea .mainTxtBox {
  position: absolute;
  left: 0;
  width: 50%;
  padding: 8rem 5rem 5rem 5rem;
}

@media screen and (max-width: 599px) {
  #visArea .mainArea.cat .mainTxtBox {
    position: static;
    padding: 3rem 1.5rem 15px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
  }
}
#visArea .mainArea.cat .mainTxtBox .catchArea {
  max-width: 60rem;
}
#visArea .mainArea.cat .mainTxtBox .eng {
  padding: 0;
}
@media screen and (max-width: 599px) {
  #visArea .mainArea.cat .mainTxtBox .eng {
    max-width: 20rem;
  }
}
#visArea .mainArea.cat .mainTxtBox .catch {
  color: #000;
  font-size: 4.2rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #visArea .mainArea.cat .mainTxtBox .catch {
    font-size: 2.8rem;
  }
}
#visArea .mainArea.cat .mainTxtBox .catch span {
  font-size: 3rem;
}
@media screen and (max-width: 599px) {
  #visArea .mainArea.cat .mainTxtBox .catch span {
    font-size: 1.8rem;
  }
}
#visArea .mainArea.cat .mainTxtBox .catchTxt {
  font-size: 1.5rem;
  color: #000;
  width: 55rem;
}
#visArea .mainArea.cat .btn-internal {
  margin: 3rem auto;
}
#visArea .mainArea.cat .btn-internal a {
  max-width: 36.2rem;
  background: #32dbe8 url(img/arrow_black_down.png) no-repeat right 2rem center;
  background-size: 1.1rem auto;
  padding: 1.5rem 3rem;
  color: #000;
}
@media screen and (max-width: 599px) {
	
	#visArea .mainArea.cat .mainTxtBox .catchTxt {
  width: auto;
}
	
  #visArea .mainArea.cat .btn-internal a {
    background: #32dbe8 url(img/arrow_black_down.png) no-repeat right 1rem center;
    background-size: 1.1rem auto;
  }
}

#category .sttl.addPartsTitle {
  display: block;
  margin: 0 0 2rem 0;
  padding: 7rem 0 0 0;
  background: url(img/title_bg_01.png) no-repeat center top;
  border: none;
  outline: none;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #category .sttl.addPartsTitle {
    font-size: 2.8rem;
    padding: 5rem 0 0 0;
  }
}
#category .sttl.addPartsTitle:before {
  content: none;
}
#category.cat {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #category.cat {
    margin-bottom: 8rem;
  }
}
#category.cat .addParts01.lower {
  margin: 0;
}
#category.cat .addParts01 .sttl.addPartsTitle {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts01 .sttl.addPartsTitle {
    padding: 6rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  #category.cat .addParts02 {
    margin-top: -3rem;
  }
}
#category.cat .addParts02__bg {
  background: url(img/addParts02_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 10rem 0 18rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts02__bg {
    padding: 6rem 0;
  }
}
#category.cat .addParts02 .addInner {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts02 .addInner {
    padding: 4rem 1rem 3.5rem;
  }
}
#category.cat .addParts02 .addInner .sttl.addPartsTitle {
  color: #000;
  font-size: 3.6rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts02 .addInner .sttl.addPartsTitle {
    font-size: 2.8rem;
  }
}
#category.cat .addParts02 .addInner .addTopTxt {
  max-width: 72rem;
  margin: 0 auto 3rem;
}
#category.cat .addParts02 .block-summary .box-fig {
  margin: 0 auto;
  text-align: center;
  width: 50rem;
}

#category.cat .addParts02 .block-summary .box-fig  .caption{
color: #9c9c9c;
    text-align: center;
    font-size: 1rem;
    margin: 1rem auto 2rem;
}

#category.cat .addParts03 {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 6%, rgba(240, 240, 240, 0.9) 7%), url(img/addParts03_bg.png) no-repeat top center;
  background-size: 100% auto;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 599px) {
	#category.cat .addParts02 .block-summary .box-fig {
width: auto;
	}
	
	
  #category.cat .addParts03 {
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 1%, rgba(240, 240, 240, 0.9) 2%), url(img/addParts03_bg.png) no-repeat top center;
    background-size: 100% auto;
    padding: 5rem 0 2rem;
  }
}
#category.cat .addParts03 .addInner {
  max-width: 110rem;
  margin: 0 auto;
}
#category.cat .addParts03 .addInner .addTopArea {
  margin-bottom: 8rem;
}
#category.cat .addParts03 .addInner .addTopArea .addPartsTitle {
  font-size: 3.6rem;
  background: url(img/title_bg_01.png) no-repeat center top;
  border: none;
  margin: 0 0 4rem 0;
  padding: 7rem 3rem 2.2rem;
  color: #000;
}
@media screen and (max-width: 599px) {
	
#category.cat .addParts03 .addInner .addTopArea{
  margin-bottom: 2rem;
}	
	
  #category.cat .addParts03 .addInner .addTopArea .addPartsTitle {
    font-size: 2.8rem;
    padding: 5rem 1rem 2.2rem;
  }
}
#category.cat .addParts03 .addInner .addTopArea .addPartsTitle span {
  font-size: 3rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .addTopArea .addPartsTitle span {
    font-size: 2.4rem;
  }
}
#category.cat .addParts03 .addInner .block {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 14px 14px 0 #323232;
  position: relative;
  margin: 0 0 10rem;
  padding: 4rem 5rem 1.5rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block {
    margin: 0 1rem 8rem;
    padding: 3rem 1.5rem;
    box-shadow: 7px 7px 0 #323232;
  }
}
#category.cat .addParts03 .addInner .block::after {
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
  background: url(img/company.png) no-repeat center;
  width: 23.2rem;
  height: 5.5rem;
  letter-spacing: 0.4rem;
  line-height: 1.1;
  content: "";
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block::after {
    top: -2.5rem;
    font-size: 5rem;
    width: 13.6rem;
    height: 4.7rem;
    background: url(img/company.png) no-repeat center;
    background-size: contain;
  }
}
#category.cat .addParts03 .addInner .block .blockTitSub {
  background: #000;
  padding: 2rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .blockTitSub {
    font-size: 2.4rem;
  }
}
#category.cat .addParts03 .addInner .block .blockTitSub span {
  font-size: 3.6rem;
  color: #32dbe8;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .blockTitSub span {
    font-size: 2.8rem;
  }
}
#category.cat .addParts03 .addInner .block .blockMainTit {
  background: none;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 1.5rem;
  border-left: none;
  margin: 3rem 0 2.5rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .blockMainTit {
    font-size: 2.4rem;
    margin: 2rem auto;
  }
}
#category.cat .addParts03 .addInner .block .block-summary .box-fig {
  margin: 0 auto;
  text-align: center;
  max-width: 74rem;
}
#category.cat .addParts03 .addInner .block .block-summary .box-fig .fig {
  text-align: center;
  max-height: 30rem;
}
#category.cat .addParts03 .addInner .block .block-summary .box-fig .fig img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .block-summary .box-fig .fig img {
    height: 16rem;
  }
}
#category.cat .addParts03 .addInner .block .block-summary .box-fig .fig .caption {
  color: #999;
}
#category.cat .addParts03 .addInner .block .block-summary .caption {
  font-size: 1rem;
  color: #999;
  text-align: center;
}
#category.cat .addParts03 .addInner .block .blockTit {
  max-width: 60rem;
  margin: 5.5rem auto 5rem auto;
  padding: 2rem 0;
  position: relative;
  color: #111;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: none;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .blockTit {
    width: 100%;
    font-size: 2rem;
    margin: 5rem auto 4rem;
    padding: 2rem 0;
  }
}
#category.cat .addParts03 .addInner .block .blockTit::before, #category.cat .addParts03 .addInner .block .blockTit::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 41rem;
  width: 100%;
  height: 0.2rem;
  background: #999;
}
#category.cat .addParts03 .addInner .block .blockTit::before {
  top: 0;
}
#category.cat .addParts03 .addInner .block .blockTit::after {
  bottom: 0;
}
#category.cat .addParts03 .addInner .block .block-wrap {
  margin-bottom: 8rem;
}
#category.cat .addParts03 .addInner .block .block-wrap .block-fig-wrap .block-fig {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
#category.cat .addParts03 .addInner .block .block-wrap .block-fig-wrap .block-fig .fig {
  text-align: center;
  max-height: 25rem;
}
#category.cat .addParts03 .addInner .block .block-wrap .block-fig-wrap .block-fig .fig img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  display: block;
}
#category.cat .addParts03 .addInner .block .block-wrap .block-fig-wrap .block-fig .fig .caption {
  color: #999;
}
#category.cat .addParts03 .addInner .block .block-wrap .block-feature .box-head {
  padding: 0;
  background: none;
  min-height: unset;
  margin-bottom: 2rem;
}
#category.cat .addParts03 .addInner .block .block-wrap .block-feature .box .fig {
  text-align: center;
  max-height: 25rem;
}
#category.cat .addParts03 .addInner .block .block-wrap .block-feature .box .fig img {
  width: 100%;
  height: 20rem;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 599px) {
#category.cat .addParts03 .addInner .block .block-wrap{
  margin: 0;
}	
		
  #category.cat .addParts03 .addInner .block .scroll {
    margin-bottom: 1rem;
  }
}
#category.cat .addParts03 .addInner .block .equipment-table {
  color: #333;
}
#category.cat .addParts03 .addInner .block .equipment-table__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
#category.cat .addParts03 .addInner .block .equipment-table__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 4rem;
}
#category.cat .addParts03 .addInner .block .equipment-table__note {
  margin-top: 2rem;
  font-size: 1rem;
  color: #999;
}
#category.cat .addParts03 .addInner .block .c-table-equipment {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #333;
  margin: 0;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .c-table-equipment {
    display: table;
  }
}
#category.cat .addParts03 .addInner .block .c-table-equipment thead {
  background: #999999;
}
#category.cat .addParts03 .addInner .block .c-table-equipment thead th {
  padding: 0.9rem 1.2rem;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #333;
  color: #000;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .c-table-equipment thead th {
    padding: 0.5rem 1rem;
    width: 22%;
    display: table-cell;
  }
}
#category.cat .addParts03 .addInner .block .c-table-equipment thead th:last-child {
  border-right: none;
}
#category.cat .addParts03 .addInner .block .c-table-equipment tbody tr {
  background: #fff;
}
#category.cat .addParts03 .addInner .block .c-table-equipment tbody tr:not(:last-child) {
  border-bottom: 1px solid #333;
}
#category.cat .addParts03 .addInner .block .c-table-equipment tbody td {
  padding: 1rem 1.2rem;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .c-table-equipment tbody td {
    width: 22%;
    display: table-cell;
  }
}
#category.cat .addParts03 .addInner .block .c-table-equipment tbody td:last-child {
  border-right: none;
}
#category.cat .addParts03 .addInner .block .c-table-equipment th,
#category.cat .addParts03 .addInner .block .c-table-equipment td {
  line-height: 1.5;
  vertical-align: middle;
  color: #333;
  word-break: break-word;
}
#category.cat .addParts03 .addInner .block .c-table-equipment th {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .c-table-equipment th {
    font-size: 1.4rem;
  }
}
#category.cat .addParts03 .addInner .block .c-table-equipment td {
  font-size: 1.4rem;
}
#category.cat .addParts03 .addInner .block .block-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
#category.cat .addParts03 .addInner .block .block-feature .box {
  width: 50%;
  padding: 0 0 0 4rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .block-feature .box {
    width: 100%;
    padding: 0;
  }
}
#category.cat .addParts03 .addInner .block .block-feature .box:nth-child(odd) {
  padding: 0 4rem 0 0;
  border-right: 1px dashed #eee;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .block-feature .box:nth-child(odd) {
    padding: 0 0 2rem;
    border: none;
    border-bottom: 1px solid #999;
	padding-bottom: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .block-feature .box .fig {
    margin-bottom: 2rem;
    text-align: center;
  }
}
#category.cat .addParts03 .addInner .block .block-feature .box-head {
  min-height: 4.8rem;
  padding: 0 0 1rem 6rem;
  background: url(img/title_bg_03.png) no-repeat left top 1rem;
  color: #007575;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .block-feature .box-head {
    padding: 1rem 0 1rem 6rem;
	margin-bottom: 1.2rem !important;
  }
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .block-feature .box-head .ttl {
    font-size: 1.8rem;
  }
}
#category.cat .addParts03 .addInner .block .float-wrap .fl {
  max-width: 15.4rem;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .float-wrap .fl {
    max-width: 10rem;
  }
}
#category.cat .addParts03 .addInner .block .float-wrap .float-img .flame {
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .float-wrap .float-img .flame {
    width: 10rem;
    height: 10rem;
  }
}
#category.cat .addParts03 .addInner .block .float-wrap .caption {
  color: #999;
  font-size: 1rem;
  text-align: left;
}
#category.cat .addParts03 .addInner .block .float-wrap .caption a {
  color: #999;
}
#category.cat .addParts03 .addInner .block .float-wrap .catch {
  font-size: 2.2rem;
  font-weight: bold;
  color: #007575;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block .float-wrap .catch {
    font-size: 1.8rem;
  }
}
#category.cat .addParts03 .addInner .block table {
  table-layout: fixed;
  width: 100%;
  max-width: none;
  margin: 4rem auto;
  border: 1px solid #333;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
#category.cat .addParts03 .addInner .block table th {
  background: #dcdcdc;
  border: 1px solid #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block table th {
    border: none;
    border-top: 1px solid #333;
    font-size: 1.4rem;
    background: #dcdcdc;
    text-align: center;
    padding: 1rem;
    font-weight: 700;
  }
}
#category.cat .addParts03 .addInner .block table td {
  background: #fff;
  border: 1px solid #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block table td {
    border: none;
    border-top: 1px solid #333;
    font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #category.cat .addParts03 .addInner .block table tr:first-child th {
    border-top: none;
	 padding: 1rem;
  }
}
#category.cat .addParts03 .addInner .block .btn-web {
  max-width: 45.4rem;
  width: 100%;
}
#category.cat .addParts03 .addInner .block .infoArea {
  margin-top: 8rem;
}
#category.cat .addParts04 {
  margin: 7rem auto 5rem;
}
@media screen and (max-width: 599px) {
	
#category.cat .addParts03 .addInner .block .infoArea {
  margin: 0;
}	

  #category.cat .addParts04 {
    margin: 5rem auto 8rem;
  }
}
#category.cat .addParts04 .addInner {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts04 .addInner {
    padding: 0 1rem;
  }
}
#category.cat .addParts04 .addInner .sttl.addPartsTitle {
  color: #000;
  padding: 6rem 0 0;
}
#category.cat .addParts04 .addInner .block-summary .box-fig {
  margin: 0 auto;
  text-align: center;
}
#category.cat .addParts04 .addInner .block-summary .box-fig .fig {
  text-align: center;
  max-height: 30rem;
}
#category.cat .addParts04 .addInner .block-summary .box-fig .fig img {
max-width: 100%;
    margin: auto;
    height: 25rem;
  object-fit: contain;
  display: block;
}
#category.cat .addParts04 .addInner .block-summary .caption {
  font-size: 1rem;
  color: #999;
  text-align: center;
}
#category.cat .addParts04 .addInner .subTtl {
  padding: 1rem 0 2rem 5rem;
  background: url(img/title_bg_03.png) no-repeat left top;
  margin-top: 0;
}
#category.cat .addParts04 .addInner .addItem {
  margin-bottom: 11rem;
}

#category.cat .addParts04 .addInner .addItem .float-wrap img {
  max-width: 100% !important;
  height: 20rem;
  object-fit: contain;
}

@media screen and (max-width: 599px) {
	#category.cat .addParts04 .addInner .subTtl {
	font-size: 2rem;
	}
	
	
  #category.cat .addParts04 .addInner .addItem {
    margin-bottom: 6rem;
  }
}

#category.cat .addParts04 .addInner .addItem h3 {
  font-size: 2.8rem;
  padding: 0;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts04 .addInner .addItem h3 {
    font-size: 2.4rem;
    padding: 1.2rem 1.5rem 1.5rem 2rem;
  }
}
#category.cat .addParts04 .addInner .addItem h3 a {
  font-size: 2.8rem;
  padding: 1.2rem 3rem 1.5rem 3.5rem;
  display: block;
  background-position: right 3rem top 50%;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts04 .addInner .addItem h3 a {
    font-size: 2.4rem;
    line-height: 1.2;
	padding: 0;
  }
}

#category.cat .addParts04 .addInner .addItem .catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 2rem;
  color: #007575;
  border-bottom: none;
 }

@media screen and (max-width: 599px) {
#category.cat .addParts04 .addInner .addItem .catch {
	font-size: 2rem;
	text-align: left;
    padding: 0;
}
#category.cat .addParts04 .addInner .addItem table th{
    font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
#category.cat .addParts04 .addInner .addItem table td {
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  #category.cat .addParts04 .addInner .addItem table th,
  #category.cat .addParts04 .addInner .addItem table td {
    font-size: 1.4rem;
  }
}