@charset "UTF-8";
@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;
}
/* CSS Document */
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
  word-break: break-all;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}
.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*--------------------------------------
　Base
---------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: subpixel-antialiased;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  a:hover,
  a:hover img {
    opacity: 0.6;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
p:not([class]) {
  margin: 2rem 0;
}
span:not([class]) {
  background: linear-gradient(to right, #e3ff4d 0%, #d0ff4d 100%);
  font-weight: bold;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.sp_br {
  display: none;
}
.caption {
  display: block;
  margin: 1rem 0 0;
  font-size: 1rem;
  color: #999;
  line-height: 1.4;
  word-break: break-all;
}
.caption a {
  color: inherit;
}
/*--------------------------------------
　Header
---------------------------------------*/
.header--low {
  margin: 0 auto 0.5rem;
}
header a {
  text-decoration: none;
}
header .headTopWrap {
  background-color: #21395b;
  color: #fff;
}
header .headTopArea {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  text-align: right;
  padding: 0.7rem 0;
}
header .headTopArea .rightTxt:before {
  content: "PR";
  display: inline-block;
  background: #fff;
  color: #333;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
  margin: 0 auto;
  background: url("img/mv_pic_lower.jpg") no-repeat center top / cover;
  position: relative;
}
#visArea .mainArea {
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.4rem 0;
}
#visArea .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
  margin: 0;
}
#visArea .mainArea .siteName {
  margin: 0 auto;
  max-width: 194px;
  text-align: center;
}
.header--low #visArea .mainArea .siteName {
  width: 88px;
}
#visArea .mainArea .siteName a {
  display: inline-block;
}
#visArea .mainArea .siteName img {
  margin: 0 auto;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
  background-color: #fff;
  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;
}
#g-nav li {
  width: 100%;
  min-height: 80px;
  text-align: center;
  position: relative;
}
#g-nav li::before {
  content: "";
  background: #bbb;
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
#g-nav li:last-child::after {
  content: "";
  background: #bbb;
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
#g-nav li a {
  text-decoration: none;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 12px;
  position: relative;
}
#g-nav li a span {
  background: none;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  color: inherit;
  border-bottom: none;
}
#g-nav li a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #008080;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  margin: 0;
}
#pankuzu {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1rem 5rem;
  width: 1100px;
  max-width: 100%;
}
#pankuzu a {
  text-decoration: underline;
}
#pankuzu a:hover {
  text-decoration: none;
}
#pankuzu span {
  background: none;
  font-weight: inherit;
  color: inherit;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
  width: 1100px;
  margin: 0 auto 0;
  padding: 0;
}
#category,
#page {
  float: left;
  width: 830px;
  margin: 0;
  padding: 4.5rem 0;
}
.addInner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8rem 0 6rem;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  width: 220px;
  padding: 4.5rem 0 0;
}
#side .a {
  text-decoration: none;
}
#side .sideBox {
  margin: 0 0 30px;
  border-top: 2px solid #000;
}
#side .sideBox .sttl {
  font-size: 1.5rem;
  line-height: 1.4;
}
#side .sideBox .sttl a {
  display: block;
  padding: 1.7rem 0;
  padding-right: 2rem;
  color: #000;
  background: url("img/arrow01_green.svg") no-repeat right 50% / 14px auto;
}
#side .sideBox ul {
  padding: 0;
  margin: 0;
}
#side .sideBox ul li {
  background-image: none;
  padding: 0;
  position: relative;
}
#side .sideBox ul li::before {
  content: "";
  background: linear-gradient(to right, #bbbbbb, #bbbbbb 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 {
  text-decoration: none;
  display: block;
  padding: 10px 25px 10px 12px;
  font-size: 1.3rem;
  background: url(img/arrow_black.png) no-repeat right 10px center;
  background-size: 6px auto;
  text-decoration: none;
  color: #000;
}
#side .sideBox .subList {
  margin: 0;
}
#side .sideBox .subList li {
  margin: 0;
}
#side .sideBox .subList li a {
  display: block;
  padding: 10px 25px 10px 30px;
  position: relative;
}
#side .sideBox .subList li a::before {
  content: "└";
  margin: 0;
  position: absolute;
  left: 12px;
}
#side a {
  text-decoration: none;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 0 auto;
  padding: 0;
  background: #21395b;
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer .areaInner {
  width: 100%;
  padding: 5.5rem 0 4rem;
}
footer .areaInner .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
footer .areaInner .logo {
  margin: 0 auto 5.5rem;
  width: 146px;
  max-width: 100%;
}
footer .areaInner .logo a {
  display: block;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
footer .areaInner .footBox {
  margin: 0 0 3.5rem 0;
}
footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #fff;
  padding: 0 0 1rem 0;
  margin: 0 0 1.8rem;
}
footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  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;
  color: #fff;
}
footer .areaInner .footBox .sttl a:hover {
  text-decoration: none;
}
footer .footBox ul {
  padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
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/arrow02_white.svg") 5px 7px no-repeat;
  background-size: 5px auto;
  padding: 0 0 0 1.5rem;
  color: #fff;
}
footer .areaInner .footBox .accChild li.subCat::after {
  content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "　|　"; */
  letter-spacing: 0;
  color: #fff;
}
footer .areaInner .footBox .accChild .pc + li::before {
  /* content: "|　"; */
  letter-spacing: 0;
  color: #fff;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before {
  content: "";
}
footer .areaInner .footBox .accChild li {
  float: left;
  display: block;
  margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
  font-size: 1.3rem;
  padding: 0;
}
footer .areaInner .footBox .accChild .subList {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 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: "└";
  position: absolute;
  top: 2px;
  left: -1px;
}
footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  background-image: none;
  padding: 0 0 0 1.5rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 2.8rem;
  margin: 5rem auto 0;
}
footer .areaInner .noticeArea p {
  font-size: 1.2rem;
  color: #555;
  margin: 0;
}
footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin: 2.5rem auto 0;
}
footer .botArea {
  color: #000;
  background: #fff;
}
footer .botArea .inner {
  width: 1100px;
  padding: 1.35rem 0;
  margin: 0 auto;
}
footer .botArea .inner.cf {
  content: none;
}
footer p.sitemap {
  float: right;
  padding: 0 5rem 0 0;
  font-size: 1.2rem;
}
footer p.sitemap a {
  line-height: 1.3;
  text-align: right;
  /*  float: right; */
  padding: 0;
  text-decoration: underline;
  display: inline-block;
}
footer p.sitemap a:hover {
  text-decoration: none;
}
footer p.copy {
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
  float: left;
  padding: 0 0 0 5rem;
  max-width: calc(100% - 150px);
}
footer .botArea a {
  color: #000;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 60px;
}
/*--------------------------------------
　固定バナー
---------------------------------------*/
.cmn02-text-banner-box__image img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
}
.index-banner_pc {
  margin: 2.2rem 0 0 0;
  position: fixed;
  right: 0;
  bottom: 10rem;
  z-index: 10;
  display: none;
}
.index-banner_pc a {
  text-decoration: none;
}
.text-banner-box {
  width: 192px;
  position: relative;
}
.text-banner-box:before {
  content: "";
  position: absolute;
  width: 86px;
  height: 47px;
  background: url("img/index-banner02.png") no-repeat center top / 100% auto;
  top: -22px;
  left: 8px;
}
.text-banner-box__text {
  width: 100%;
  height: 160px;
  background: url("img/index-banner01.jpg") no-repeat center top / 100% auto;
  padding: 2.4rem 1rem 1rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
.text-banner-box__text .mainttl .cmn02-text-banner-box__catch {
  font-size: 1.8rem;
  display: inline-block;
  border-bottom: solid 1px #fff;
  padding: 0 0 0.2rem;
}
.text-banner-box__text .cmn02-paragraph {
  font-size: 2rem;
  line-height: 1.2;
  margin: 1rem 0 0;
}
.text-banner-box__text .cmn02-paragraph .big {
  font-size: 2.4rem;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a,
#contents .point a {
  display: block;
  text-decoration: none;
  color: inherit;
  background: url("img/arrow02_black.svg") no-repeat right 50% / 9px auto;
  padding-right: 2rem;
}
#index h2:not([class]),
#contents h1:not([class]) {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 34px 20px 34px 60px;
  margin: 2.5rem 0 3rem;
  position: relative;
}
#index h2:not([class])::before,
#contents h1:not([class])::before {
  content: "";
  width: calc(100% - 40px);
  height: 110px;
  background: #21395b;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
  border-radius: 0 25px;
}
#index h2:not([class])::after,
#contents h1:not([class])::after {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: linear-gradient(270deg, #3b5170 0%, #008080 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 25px;
  opacity: 0.95;
}
#index h3:not([class]),
#contents h2:not([class]) {
  font-size: 3.2rem;
  color: #fff;
  margin: 9rem auto 4rem;
  line-height: 1.4;
  padding: 1.4rem 2.5rem;
  background: #21395b;
  position: relative;
  border-radius: 5px;
}
#index h3:not([class]) a,
#contents h2:not([class]) a {
  background-image: url("img/arrow02_white.svg");
}
#index h4:not([class]),
#contents h3:not([class]) {
  font-size: 2.4rem;
  color: #21395b;
  margin: 7rem auto 3rem;
  padding: 1.5rem;
  padding-left: 4.4rem;
  line-height: 1.5;
  border-bottom: 2px solid #21395b;
  position: relative;
  background: url(img/icon_h4.svg) no-repeat left 50% / 29px auto;
}
#index h5:not([class]),
#index h6:not([class]),
#contents h4:not([class]),
#contents h5:not([class]),
#contents h6:not([class]) {
  font-size: 2rem;
  line-height: 1.4;
  color: #008080;
  padding: 1.5rem 0;
  margin: 7rem auto 3rem;
  position: relative;
  border-bottom: 2px solid #008080;
}
#index h5:not([class]) a,
#index h6:not([class]) a,
#contents h4:not([class]) a,
#contents h5:not([class]) a,
#contents h6:not([class]) a {
  background-image: url("img/arrow02_green.svg");
}
/*point*/
#contents .point {
  min-height: 79px;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #21395b;
  font-weight: 700;
  padding: 1rem 0;
  padding-left: 6.4rem;
  margin: 5rem auto 3rem;
  position: relative;
  background: url(img/rank_point.svg) no-repeat left 50% / 59px auto;
}
#contents .point::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e3ff4d 0%, #d0ff4d 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
/*--------------------------------------
　list
---------------------------------------*/
#contents ul:not([class]) {
  margin: 2.5rem auto;
  padding: 0 1rem;
}
#contents ul:not([class]) li {
  padding: 0 0 0.6rem 2rem;
  position: relative;
}
#contents ul:not([class]) li:last-of-type {
  padding-bottom: 0;
}
#contents ul:not([class]) li::before {
  content: "";
  display: block;
  background: #21395b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
#contents ul:not([class]) li a,
#contents ol:not([class]) li a {
  text-decoration: underline;
}
#contents ol:not([class]) {
  max-width: 1100px;
  margin: 2.5rem auto;
  padding: 0 1rem;
  counter-reset: number;
}
#contents ol:not([class]) li {
  padding: 2px 0 4px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}
#contents ol:not([class]) li::before {
  display: block;
  background: #21395b;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-size: 1.2rem;
}
#contents ol:not([class]) li:nth-child(-n + 9)::before {
  content: counter(number);
}
#contents ol:not([class]) li:nth-child(n + 10)::before {
  content: counter(number);
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
  max-width: 1100px;
  margin: 6rem auto;
  box-sizing: border-box;
}
.float-wrap img {
  display: block;
  margin: 0 auto;
}
.float-wrap .flame {
  position: relative;
}
.float-wrap .fl {
  width: 350px;
  margin: 0 3rem 1rem 0;
  text-align: center;
}
.float-wrap .fr {
  width: 350px;
  margin: 0 0 10px 30px;
  text-align: center;
}
.float-wrap .ct {
  width: 500px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.float-wrap.ct .catch {
  text-align: center;
}
.float-wrap .catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 2rem;
  color: #008080;
}
/*--------------------------------------
　btns
---------------------------------------*/
.btn-internal,
.btn-web {
  max-width: 90%;
  width: 540px;
  text-align: center;
  margin: 3rem auto 3.5rem;
}
.btn-internal a,
.btn-web a {
  display: block;
  text-decoration: none;
  border: #21395b solid 1px;
  background: #008080;
  padding: 2.3rem 5rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  position: relative;
  box-shadow: 4px 4px 0px #003366;
}
.btn-web a {
  background: linear-gradient(277deg, #6a0dad 0%, #b40093 50%, #e00074 100%);
}
.btn-internal a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("img/arrow01_white.svg") no-repeat top left / 100% auto;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-web a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("img/icon_btn-web.svg") no-repeat top left / 100% auto;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-link {
  margin: 3rem 0;
  text-align: right;
}
.btn-link a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.3rem;
  background: url("img/arrow01_green.svg") left 0 top 0.4rem no-repeat;
  background-size: 16px auto;
  line-height: 1.4;
  text-align: left;
}
.btn-link a:hover {
  text-decoration: none;
}
.btn-tel {
  display: none;
}
/*--------------------------------------
　table
---------------------------------------*/
#contents .table-layout {
  padding: 0 1.5rem;
}
#contents table {
  width: 100%;
  table-layout: fixed;
  margin: 4rem auto;
  border: solid 1px #21395b;
  font-size: 1.4rem;
  line-height: 1.4;
}
#contents table th {
  width: 26.5%;
  text-align: center;
  background: #f2f2f2;
  border: solid 1px #21395b;
  padding: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
#contents table td {
  padding: 1.5rem;
  background: #fff;
  text-align: left;
  word-break: break-word;
  border: solid 1px #21395b;
  vertical-align: middle;
}
/*--------------------------------------
  共通パーツ　addParts--recommended
 ---------------------------------------*/
.addTopArea {
  margin: 0 0 4rem;
}
.addTopArea .sttl {
  margin: 0 auto 2rem;
  padding: 5rem 0 0;
  background: url("img/en_recommended.png") no-repeat top center / auto 35px;
  background-blend-mode: multiply;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.addTopArea .sttl a {
  display: inline-block;
  padding: 0 4.8rem;
  background: url("img/arrow01_green.svg") no-repeat right 50% / 24px auto;
}
.addTopArea .sttl .sttl__small {
  font-size: 3.2rem;
  line-height: 1.4;
  color: #008080;
  font-weight: 700;
  margin: 0 auto 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.addTopArea .sttl .sttl__small::before,
.addTopArea .sttl .sttl__small::after {
  content: "";
  border-top: 2px solid #008080;
  flex-grow: 1;
  min-width: 10rem;
  max-width: 40rem;
}
.addTxt {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}
.addTopArea .sttl .sttl__small::before {
  margin-right: 3.5rem;
}
.addTopArea .sttl .sttl__small::after {
  margin-left: 3.5rem;
}
.addParts--recommended {
  background: url("img/addParts--recommended_bg01.jpg") no-repeat center top / cover;
}
.addParts--recommended .block-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem;
}
.addParts--recommended .block--lower-bottom {
  width: calc((100% - 4.8rem) / 3);
}
.block--lower-bottom .catch {
  display: flex;
  width: 100%;
  height: 174px;
  overflow: visible;
  margin-bottom: -24px;
  position: relative;
}

.block--lower-bottom .catch p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  background: linear-gradient(to right, #21395b, #008080);
  color: #fff;
  border-radius: 0.8rem;
  min-width: 23rem;
  width: fit-content;
  height: fit-content;
  margin: 0 auto 0 0;
  padding: 1.6rem;
  bottom: -8rem;
  left: -0.8rem;
  z-index: 3;
}
.block--lower-bottom .catch p:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 1.6rem;
  background: rgb(0, 128, 128);
  right: -1.4rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.block--lower-bottom .catch img {
  position: absolute;
  z-index: 0;
  width: 130px;
  bottom: -6rem;
  right: 0.4rem;
}
.block--lower-bottom .blockInner {
  background: #fff;
  border-radius: 0 0 24px 0;
  padding: 3.2rem 1.6rem 2.8rem;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 0;
}
.block--lower-bottom .blockTitSub {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #008080;
}
.block--lower-bottom .blockTitArea {
  text-align: center;
  margin: 2.4rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.block--lower-bottom .blockImage {
  text-align: center;
  margin: 2.4rem 0;
}
.block--lower-bottom .priceIcoArea {
  border-radius: 6px;
  border: solid 4px #f0f3f7;
  background-color: #f0f3f780;
  padding: 2.3rem 1rem 0.2rem;
  margin: 2.4rem 0;
}
.block--lower-bottom .priceIcoArea .priceTit {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #21395b;
  margin: 0 0 2rem;
}
.block--lower-bottom .pointArea {
  margin: 2.4rem 0;
  text-align: center;
}
.block--lower-bottom .pointArea .pointTit {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 1rem;
  line-height: 1.4;
}
.block--lower-bottom .pointArea .pointTxt {
  color: #008080;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.block--lower-bottom .pointArea .pointTxt .big {
  font-size: 2.2rem;
}
.block--lower-bottom .date-icon-wrap {
  margin: 2.4rem 0;
  text-align: center;
}
.block--lower-bottom .date-icon-wrap .date-title {
  font-size: 1.6rem;
  font-weight: 700;
}
.block--lower-bottom .date-icon-wrap ul {
  display: inline-block;
  text-align: left;
}
.block--lower-bottom .date-icon-wrap ul li {
  position: relative;
  padding-left: 1.6rem;
}
.block--lower-bottom .date-icon-wrap ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #21395b;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.block--lower-bottom div[class^="btn"] {
  max-width: 100%;
}
.addParts--recommended .note {
  margin: 0 4%;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #999;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
  word-break: break-all;
}
/*--------------------------------------
accordion
---------------------------------------*/
.btn-accordion {
  position: relative;
  width: 540px;
  max-width: 80%;
  margin: 4rem auto;
  padding: 2.3rem 5rem;
  background: #f0f3f7;
  border: solid 1px #21395b;
  text-align: center;
  box-shadow: 4px 4px 0px #cccccc;
  cursor: pointer;
  line-height: 1.2;
}
@media screen and (min-width: 480px) {
  .btn-accordion:hover {
    opacity: 0.7;
  }
}
#contents .btn-accordion span[class^="txt"] {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #21395b;
  margin: 0;
  padding: 0;
}
#contents .btn-accordion span.txt02 {
  display: none;
}
.btn-accordion::before,
.btn-accordion.is-open::before {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 18px;
  background: url("img/icon_plus.svg") no-repeat center top / 100% auto;
}
.btn-accordion.is-open::before {
  background-image: url("img/icon_minus.svg");
}
#contents .btn-accordion.is-open span.txt01 {
  display: none;
}
#contents .btn-accordion.is-open span.txt02 {
  display: inline;
}
.accordion-item > * {
  margin-top: 0;
  margin-bottom: 0;
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  background: #f0f3f7;
  border: solid 1px #21395b;
  margin: 0 auto;
  padding: 4rem 5rem;
  box-sizing: border-box;
}
.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #008080;
}
#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #008080;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#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 .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #21395b;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}
#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
#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 li.chapter-h.chapter-h-three a {
  font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}
#toc .chapter br {
  display: none;
}
/*--------------------------------------
　関連記事
---------------------------------------*/
#related-article p {
  margin: 0;
}
#related-article.related-article01-frame {
  margin: 4rem auto;
  padding: 30px 50px;
  background: #f0f3f7;
  border: solid 1px #21395b;
  position: relative;
}
#related-article .related-article01-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  background-size: 50px auto;
  position: relative;
}
#related-article .related-article01-title span {
  background: none;
}
#related-article .related-article01-list {
  margin: 15px 0 0 0;
  border-top: 1px solid #008080;
  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 2rem;
  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: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #21395b;
  position: absolute;
  top: 9px;
  left: 0;
}
#related-article .related-article01-list a {
  display: inline-block;
}
#related-article .relations-box#related-article .relations-box--column {
  display: flex;
  gap: 10px;
}
#related-article .relations-box__pic {
  flex: 0 0 150px;
}
/*  PC END  */
@media screen and (max-width: 480px) {
  /* SP */
  html,
  body {
    width: 100%;
    position: relative;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.7;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  p:not([class]) {
    margin: 1.4rem 0;
  }
  /*--------------------------------------
  　Header
  ---------------------------------------*/
  .header--low {
    margin: 0 auto;
  }
  header .headTopArea {
    width: 100%;
    margin: 0 auto;
  }
  header .headTopArea .rightTxt {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.6rem 4%;
  }
  /*--------------------------------------
  　visArea
  ---------------------------------------*/
  #visArea .mainArea {
    background: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem 4%;
  }
  #visArea .mainArea .mainAreaInner {
    display: block;
  }
  #visArea .mainArea .siteNameArea {
    display: table;
    width: 100%;
  }
  #visArea .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
  }
  #visArea .mainArea .siteName {
    max-width: 120px;
  }
  /*--------------------------------------
  　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 #b9b9b9;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
  }
  #navWrap .navTopInner {
    display: table;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
  }
  #navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 106px;
    padding: 0 1rem;
    border-right: 1px solid #bbb;
    text-align: center;
    position: relative;
  }
  #navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 148px);
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
    border-right: 1px solid #bbb;
    background: linear-gradient(283deg, #6a0dad 0%, #b40093 50%, #e00074 100%);
  }
  #menuBtn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 42px;
    height: 50px;
    padding: 0 1rem;
    cursor: pointer;
    z-index: 9999;
  }
  #menuBtn .menu {
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url("img/sp_ico_menu.png") center no-repeat;
    background-size: 100%;
  }
  body.open #menuBtn .menu {
    background-image: url("img/sp_ico_close.png");
  }
  /*navSp*/
  #navSp {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(242, 241, 246, 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 a,
  #navSp .sitemap a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #000;
    background: url("img/arrow_black.png") 96% center no-repeat;
    background-size: 6px auto;
    padding: 1.1rem 9% 1.1rem 4%;
  }
  #navSp .navBox .tglMenu a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl.collapsible a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl a br {
    display: none;
  }
  #navSp .navBox .sttl.open > a {
    background: url("img/arrow_black_up.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl,
  #navSp .sitemap {
    border-bottom: 1px solid #b5b5b5;
    padding: 0;
    margin: 0;
  }
  #navSp .sitemap {
    margin: 0 0 100px;
  }
  #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%;
  }
  /*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 0px #508291;
  }
  body.open {
    height: inherit !important;
  }
  /*--------------------------------------
  pankuzu
  ---------------------------------------*/
  #pankuzuWrap {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem 0;
    margin: 0 auto 3rem;
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }
  #pankuzu {
    box-sizing: border-box;
    width: 92%;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 0.7rem 0;
    margin: 0 auto;
    white-space: nowrap;
  }
  #pankuzu a {
    color: #000;
    text-decoration: underline;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  #pankuzu a:hover {
    color: #000;
    text-decoration: underline;
  }
  #pankuzu span:last-child {
    margin-right: 4%;
  }
  #pankuzu a span:last-child {
    margin-right: 0;
  }
  /*--------------------------------------
  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: 100%;
    margin: 0;
    padding: 0 4%;
  }
  .addInner {
    width: 100%;
    padding: 4rem 4%;
  }
  /*--------------------------------------
  　Side
  ---------------------------------------*/
  #side {
    display: none;
  }
  /*--------------------------------------
  Footer
  ---------------------------------------*/
  footer {
    width: 100%;
  }
  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 2.5rem 0;
  }
  footer .areaInner .inner {
    width: 100%;
    padding: 0;
  }
  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: 100px;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    margin: 0 auto 2.5rem;
  }
  footer .areaInner .logo a {
    line-height: 1.4;
  }
  footer .areaInner .logo a:hover {
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  footer .areaInner .logo + .footBox {
    border-top: 1px solid #b5b5b5;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox .sttl {
    border: none;
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .sttl a {
    box-sizing: border-box;
    font-size: 1.4rem;
    background: url("img/arrow_white_down.png") right 10px center no-repeat;
    background-size: 10px auto;
    padding: 1rem 3rem 1rem 4%;
  }
  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_white_up.png") right 10px center no-repeat;
    background-size: 10px auto;
  }
  footer .areaInner {
    /* border-top: 1px solid #ccc; */
  }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #b5b5b5;
    padding: 0;
    margin: 0;
  }
  footer .footBox ul {
    padding: 0;
  }
  footer .areaInner .footBox .accChild {
    display: none;
    font-size: 1.3rem;
    padding: 0;
    box-sizing: border-box;
    background-color: #ccc;
  }
  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    color: #222;
    font-size: 1.3rem;
    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;
  }
  footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
    margin: 0 0 0 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%;
    color: #222;
  }
  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 10%;
    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: 0;
  }
  footer .areaInner .noticeArea {
    width: 92%;
    margin: 2.5rem auto 0rem;
    padding: 1.5rem 5%;
    line-height: 1.8;
  }
  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;
    width: 92%;
  }
  footer .botArea .inner {
    width: 92%;
    padding: 1.2rem 0;
    margin: 0 auto;
  }
  footer .botArea .inner .cf {
    content: none;
  }
  footer p.sitemap {
    line-height: 1.3;
    text-align: right;
    padding: 0.5rem 0;
  }
  footer p.copy {
    width: 50%;
    font-size: 1.2rem;
    text-align: left;
    padding: 0.5rem 0;
    max-width: 100%;
  }
  footer p.sitemap a {
    padding: 0;
  }
  footer p.copy a {
    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%;
  }
  /*--------------------------------------
  固定バナー
 ---------------------------------------*/
  .index-banner_pc {
    display: none !important;
  }
  /* ================== */
  /*  サイトマップ　　　*/
  /* ================== */
  #contents #page.mappage h2 {
    margin: 5rem auto 2rem;
  }
  #contents #page.mappage h2 a:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
  }
  #contents #page.mappage ul {
    margin: 1rem auto 1rem;
  }
  #contents #page.mappage ul li {
    padding: 0 0 0.6rem 1.6rem;
  }
  #contents #page.mappage ul.subList li:last-child {
    margin: 0 0 1rem;
  }
  #contents #page.mappage ul li a:hover {
    opacity: 1;
  }
  #contents #page.mappage ul.subList li a {
    font-size: 1.4rem;
  }
  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  h7 a,
  #contents .point a {
    background-size: 7px auto;
    padding-right: 2rem;
  }
  #index h2:not([class]),
  #contents h1:not([class]) {
    font-size: 2rem;
    line-height: 1.4;
    padding: 2rem 2rem 2rem 3.5rem;
    margin: 1.3rem 0 3rem;
  }
  #index h2:not([class])::before,
  #contents h1:not([class])::before {
    content: "";
    width: calc(100% - 15px);
    height: 60px;
    position: absolute;
    top: -13px;
    left: 0;
    z-index: -1;
  }
  #contents h1:not([class])::before {
    border-radius: 0 10px 0 25px;
    height: 100%;
  }
  #index h2:not([class])::after,
  #contents h1:not([class])::after {
    width: calc(100% - 15px);
  }
  #index h3:not([class]),
  #contents h2:not([class]) {
    font-size: 1.9rem;
    margin: 5rem auto 2rem;
    padding: 1.2rem 4%;
  }
  #index h4:not([class]),
  #contents h3:not([class]) {
    font-size: 1.8rem;
    margin: 4rem auto 2rem;
    padding: 1rem 1rem 1rem 3rem;
    background-size: 22px auto;
  }
  #index h5:not([class]),
  #index h6:not([class]),
  #contents h4:not([class]),
  #contents h5:not([class]),
  #contents h6:not([class]) {
    font-size: 1.7rem;
    padding: 0 3% 1rem;
    margin: 4rem auto 1.5rem;
  }
  #contents .point {
    font-size: 1.6rem;
    padding: 1rem 1rem 1rem 5.8rem;
    margin: 3rem 0 2rem;
    background-size: 50px auto;
    min-height: 70px;
  }
  /*--------------------------------------
  　list
  ---------------------------------------*/
  #contents ul:not([class]) {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0 3% 0;
  }
  #contents ul li:not([class]) {
    padding: 0 0 0.3rem 2rem;
  }
  #contents ul li:not([class])::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  #contents ol:not([class]) {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0 3%;
  }
  #contents ol:not([class]) li {
    padding: 0 0 0.3rem 2.3rem;
  }
  #contents ol:not([class]) li::before {
    width: 16px;
    height: 16px;
    top: 4px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.5px;
  }
  #contents ol:not([class]) li:nth-child(-n + 9):before {
    content: counter(number);
  }
  #contents ol:not([class]) li:nth-child(n + 10):before {
    content: counter(number);
  }
  /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
  .float-wrap {
    margin: 4.5rem auto;
    position: relative;
  }
  .float-wrap .flame {
    width: 85%;
    margin: 0 auto;
  }
  .float-wrap .float-img {
    width: auto;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .float-wrap img {
    box-sizing: border-box;
    max-width: 100%;
  }
  .float-wrap .catch {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    text-align: left;
  }
  #contents .float-wrap .float-img + p {
    margin-top: 0;
  }
  .float-wrap .fl {
    width: 100%;
    padding: 0;
    float: none;
  }
  .float-wrap .fr {
    width: 100%;
    padding: 0;
    float: none;
  }
  .float-wrap .ct {
    width: 100%;
    padding: 0;
  }
  .float-wrap .fl.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 6% 0 0;
    float: left;
  }
  .float-wrap .fr.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 0 0 6%;
    float: right;
  }
  .float-wrap .fl.t_small .flame,
  .float-wrap .fr.t_small .flame {
    width: 100%;
  }
  /*--------------------------------------
  btns
 ---------------------------------------*/
  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link {
    display: block;
    width: 90%;
    text-align: center;
    margin: 2rem auto 2.6rem;
  }
  .btn-internal a,
  .btn-web a,
  .btn-tel a,
  .btn-link a {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
    border: 1px solid #21395b;
    position: relative;
    text-decoration: none;
    padding: 1.8rem 4rem;
    box-shadow: 4px 4px 0px #003366;
  }
  .btn-internal a::after {
    right: 1.4rem;
  }
  .btn-web a::after {
    left: 1rem;
  }
  .btn-link a {
    text-decoration: none;
    background-color: #fff;
    background-position: right 1.4rem top 50%;
    background-size: 14px auto;
  }
  .btn-tel {
    display: block;
  }
  .btn-tel a {
    background: linear-gradient(277deg, #6a0dad 0%, #365fd5 50%, #008ee0 100%);
    color: #fff;
  }
  .btn-tel a::after {
    content: "";
    display: block;
    width: 19px;
    height: 27px;
    background: url("img/icon_btn-tel.svg") no-repeat top left / 100% auto;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  /*--------------------------------------
  table
 ---------------------------------------*/
  #contents table:not([class]) {
    margin: 3rem auto;
    border-bottom: none;
  }
  #contents table:not([class]) th {
    width: 100%;
    padding: 1.2rem 5%;
    display: block;
    border: none;
    border-bottom: solid 1px #333;
  }
  #contents table:not([class]) td {
    width: 100%;
    display: block;
    padding: 1.2rem 5%;
    border: none;
    border-bottom: solid 1px #333;
  }
  /*--------------------------------------
  addParts--recommended
 ---------------------------------------*/
  .addTopArea .sttl {
    padding-top: 3rem;
    background-size: auto 24px;
    font-size: 2.4rem;
  }
  .addTopArea .sttl .sttl__small {
    font-size: 1.8rem;
  }
  .addTopArea .sttl .sttl__small::before,
  .addTopArea .sttl .sttl__small::after {
    min-width: 10%;
  }
  .addTopArea .sttl .sttl__small::before {
    margin-right: 1rem;
  }
  .addTopArea .sttl .sttl__small::after {
    margin-left: 1rem;
  }
  .addTxt {
    width: 100%;
  }
  .addParts--recommended .block-wrap {
    display: block;
  }
  .addParts--recommended .block--lower-bottom {
    width: 100%;
  }
  .addParts--recommended .block--lower-bottom + .block--lower-bottom {
    margin-top: 4rem;
  }
  .block--lower-bottom .catch {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .block--lower-bottom .catch p {
	min-width: 23rem;
}
  .block--lower-bottom .catch img {
	width: 120px;
	bottom: -5rem;
	right: 0.4rem;
}
  .block--lower-bottom .pointArea .pointTxt sup {
	top: auto;
    font-size: 70%;
    bottom: -0.1em;
}
  .addParts--recommended .note {
    margin: 1rem 0 0;
    font-size: 1.2rem;
  }
  /*--------------------------------------
 accordion
 ---------------------------------------*/
  .btn-accordion {
    width: 90%;
    margin: 3rem auto;
    padding: 1.8rem 4rem;
  }
  #contents .btn-accordion span[class^="txt"] {
    font-size: 1.4rem;
  }
  .btn-accordion::before,
  .btn-accordion.is-open::before {
    right: 2rem;
  }
  /*--------------------------------------
   toc_parts
 ---------------------------------------*/
  .toc_parts {
    padding: 3rem 2.5rem 2rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left-width: 2px;
  }
  #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;
  }
  /*--------------------------------------
  関連記事
 ---------------------------------------*/
  #related-article.related-article01-frame {
    margin: 4rem 0;
    padding: 2rem;
  }
  #related-article .related-article01-title span {
    font-size: 16px;
  }
  #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 30px;
    font-size: 15px;
    line-height: 1.6;
  }
  #related-article .related-article01-list li:last-child {
    margin-bottom: 0;
  }
}
