@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;
}
/* CSS Document */
/*--------------------------------------------------------------------------
   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;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
/*--------------------------------------
　Base
---------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  color: #0c0e15;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: subpixel-antialiased;
  min-width: 1100px;
  word-break: break-word;
}
@media all and (-ms-high-contrast: none) {
  body,
  p,
  li,
  dt,
  dd,
  th,
  td,
  span,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  a:hover,
  a:hover img {
    text-decoration: none;
    opacity: 0.7;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
span:not([class]) {
  font-weight: bold;
  color: #ad2a45;
  font-size: 1.142em;
}
#contents p:not([class]) {
  margin: 2rem 0;
}
.caption {
  margin: 1rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  word-break: break-all;
  color: #999;
}
.pc {
  display: block;
}
.sp,
.sp_br {
  display: none;
}
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  background: #fff;
}
header .headTopArea {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0.7rem 0;
}
header .headTopArea .rightTxt {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  color: #333;
}
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;
}
/*--------------------------------------
　visArea　下層ページ
---------------------------------------*/
#visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#visArea .mainArea {
  display: table;
  background: url("img/mv_lower.jpg") center top no-repeat;
  background-size: cover;
  height: 120px;
  width: clamp(50%, 2000px, 100%);
  margin: 0 auto;
  position: relative;
}
#visArea .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
  margin: 0;
}
#visArea .mainArea .siteName a {
  display: block;
  width: 199px;
  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: min(100%, 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: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  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(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li a {
  text-decoration: none;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 8px;
  position: relative;
  color: #000;
}
#g-nav li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: inherit;
  color: #000;
  font-weight: normal;
  border-bottom: none;
}
#g-nav li a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #023d89;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 1;
}
#g-nav li a:hover {
  opacity: 1;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  margin: 0;
}
#pankuzu {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  width: min(100%, 1200px);
}
#pankuzu span {
  font-size: 1.2rem;
  font-weight: normal;
  color: #0c0e15;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
  width: min(100%, 1100px);
  margin: 0 auto 0;
  padding: 0 0 10rem;
  display: flex;
}
#index {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#category,
#page {
  width: 78%;
  margin: 0px 4rem 0 0;
  padding: 8rem 0rem 0 0;
}
.addInner {
  margin: 0 auto;
  width: 1100px;
  padding: 11.2rem 0;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
  width: 22%;
  margin: 6rem 0rem 0 0;
}
#side a {
  text-decoration: none;
}
#side .sideBox {
  margin: 0 0 30px;
  border-top: 2px solid #002456;
}
#side .sideBox .sttl {
  font-size: 1.5rem;
  line-height: 1.67;
}
#side .sideBox .sttl a {
  display: block;
  padding: 1.5rem 1.2rem;
}
#side .sideBox ul {
  display: none;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 0 auto;
  padding: 0;
  background-color: #002456;
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer .areaInner {
  width: 100%;
  padding: 6rem 0 4rem;
}
footer .areaInner .inner {
  position: relative;
  width: min(100%, 1100px);
  margin: 0 auto;
}
footer .areaInner .logo {
  width: auto;
  margin: 0 auto 5rem;
  text-align: center;
}
footer .areaInner .logo a,
footer .areaInner .logo p {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
footer .areaInner .footBox {
  margin: 0 0 4rem;
}
footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #fff;
  padding: 0 0 1rem 0;
  margin: 0 0 1.8rem 0;
  color: #fff;
}
footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  background: url("img/arrow_white02.png") left center no-repeat;
  background-size: 19px auto;
  border: none;
  padding: 0.3rem 0 0.3rem 3rem;
  margin: 0;
}
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:nth-of-type(n + 6) {
  margin-top: 1rem;
}
footer .areaInner .footBox .accChild li.subCat a {
  display: inline-block;
  background: url("img/arrow_white.png") 5px 8px 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: #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: block;
  margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0;
}
footer .areaInner .footBox .accChild li a:hover {
  text-decoration: none;
}
footer .areaInner .footBox .accChild .subList {
  padding: 0 0 0 1.5rem;
  margin: 0;
}
footer .areaInner .footBox .accChild .subList li {
  padding: 0.8rem 0 0 0;
  display: block;
  float: none;
  margin: 0;
  position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
  content: "└";
  color: #fff;
  position: absolute;
  top: 8px;
  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;
}
/*noticeArea*/
footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 90%;
  background: #023d89;
  border-radius: 0;
  padding: 2.75rem 3rem;
  margin: 4rem auto 3rem;
}
footer .areaInner .noticeArea p {
  font-size: 1.2rem;
  margin: 0;
}
footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.67;
  text-align: center;
  margin: 1.5rem auto 0;
  max-width: 92%;
}
footer .botArea {
  background-color: #fff;
  color: #0c0e15;
}
footer .botArea .inner {
  width: min(100%, 1200px);
  padding: 0.9rem 1rem;
  margin: 0 auto;
}
footer .botArea .inner.cf {
  content: none;
}
footer p.sitemap a {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  float: right;
  padding: 0.5rem 0;
  text-decoration: underline;
  color: inherit;
}
footer p.sitemap a:hover {
  text-decoration: none;
}
footer p.copy {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  color: inherit;
  float: left;
  padding: 0.5rem 0;
}
footer p.copy a {
  color: inherit;
}
footer p.copy a:hover {
  text-decoration: none;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 47px;
}
/*--------------------------------------
　page.mappage
---------------------------------------*/
#contents #page.mappage {
  margin-bottom: 12rem;
}
#contents #page.mappage h2 {
  margin: 68px auto 28px;
}
#contents #page.mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
#contents #page.mappage ul {
  margin: 0 auto 0.6rem;
}
#contents #page.mappage ul li {
  padding: 0 0 0.6rem 2.2rem;
}
#contents #page.mappage ul.subList {
  margin-top: 1rem;
}
#contents #page.mappage ul.subList li:last-child {
  margin: 0 0 1rem;
}
#contents #page.mappage ul li a:hover {
  opacity: 0.7;
}
#contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
}
/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002456;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 4em auto 4rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  display: block;
  padding-right: 3rem;
  background: url("img/arrow_black02.png") no-repeat right 50% / 19px auto;
}
#category h1:not([class]),
#page h1:not([class]) {
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  margin: 0.5rem 0 4rem 4rem;
  background: #fff;
  border: 1px solid #002456;
  max-width: calc(100% - 0rem);
  font-weight: bold;
  padding: 3.3rem 2rem;
  word-break: break-all;
}
#category h1:not([class])::before,
#page h1:not([class])::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #002456;
  position: absolute;
  top: -25px;
  left: -40px;
  z-index: -1;
}
#category h1:not([class])::after,
#page h1:not([class])::after {
  content: "";
  width: 21px;
  height: 12px;
  background: url(img/h2_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -12px;
  left: 45%;
}
#category h2:not([class]),
#page h2:not([class]) {
  font-size: 2.6rem;
  padding: 1.5rem 3rem 1.2rem;
  background: #f0f0f0;
  border-bottom: 1px solid #172151;
  box-shadow: 0px 8px 0px #f0f0f0;
  position: relative;
}
#category h3:not([class]),
#page h3:not([class]) {
  font-size: 2.2rem;
  margin: 4rem auto 3rem;
  padding: 1.4rem 1.5rem 1.4rem 5rem;
  border-bottom: 1px solid #ad9462;
  position: relative;
  background: url(img/icon_door.png) no-repeat left 14px top 50% / 22px auto;
}
#category h4:not([class]),
#category h5:not([class]),
#category h6:not([class]),
#page h4:not([class]),
#page h5:not([class]),
#page h6:not([class]) {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 2rem 1.3rem;
  margin: 4rem auto 2.5rem;
  border-bottom: 1px solid #172151;
}
#category h5:not([class]),
#category h6:not([class]),
#page h5:not([class]),
#page h6:not([class]) {
  font-size: 1.9rem;
}
.addTopArea .addParts__title {
  text-align: center;
  padding: 0 0 10.8rem;
  position: relative;
  letter-spacing: 5px;
  line-height: 1.4;
  font-size: 4.2rem;
  font-weight: bold;
  z-index: 1;
  margin: 0 0 8rem;
}
.addTopArea .addParts__title .small {
  font-size: 3.4rem;
}
.addTopArea .addParts__title::before {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  background: linear-gradient(0deg, #ad9462 0, #836b46 100%);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.addTopArea .addParts__title::after {
  content: "";
  width: 226px;
  height: 37px;
  background: url(img/addParts--recommended_title_bg.png) no-repeat center top / 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  margin: 0 auto;
}
/*--------------------------------------
　list
---------------------------------------*/
#contents ul:not([class]) {
  max-width: 100%;
  margin: 4.5rem 0;
  padding: 0 1rem;
}
#contents ul:not([class]) li {
  padding: 0 0 0.5rem 3rem;
  position: relative;
}
#contents ul:not([class]) li::before {
  content: "";
  display: block;
  background-color: #ad9462;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}
#contents ol:not([class]) {
  max-width: 100%;
  margin: 2.5rem 0rem;
  padding: 0 1rem;
  counter-reset: number;
}
#contents ol:not([class]) li {
  padding: 0.4rem 0 0rem 3rem;
  list-style: none;
  position: relative;
  counter-increment: number;
}
#contents ol:not([class]) li::before {
  display: block;
  background-color: #002456;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 20px;
  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: calc(100% - 0rem);
  margin: 6.5rem auto;
  box-sizing: border-box;
}
.float-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.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 1rem 3rem;
  text-align: center;
}
.float-wrap .ct {
  width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}
.float-wrap.ct .catch {
  text-align: center;
}
.float-wrap .catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 auto 2rem;
  color: #002456;
}
/*--------------------------------------
　btn
---------------------------------------*/
.btn-internal,
.btn-web,
.btn-tel {
  max-width: 90%;
  text-align: center;
  margin: 4rem auto 1rem;
  padding: 0;
  width: 450px;
  position: relative;
  cursor: pointer;
  z-index: 0;
}
.btn-internal::after,
.btn-web::after,
.btn-tel::after {
  content: "";
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 1px solid #836b46;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: -5px;
  bottom: -5px;
  transition: 0.2s;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .btn-internal a:hover,
  .btn-web a:hover,
  .btn-tel a:hover {
    opacity: 1;
  }
  .btn-internal:hover::after,
  .btn-web:hover::after,
  .btn-tel:hover::after {
    content: "";
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
  }
  .btn-internal:hover a,
  .btn-web:hover a,
  .btn-tel:hover a {
    -webkit-transform: translate(5px, 5px) translateZ(0);
    -moz-transform: translate(5px, 5px) translateZ(0);
    -ms-transform: translate(5px, 5px) translateZ(0);
    -o-transform: translate(5px, 5px) translateZ(0);
    transform: translate(5px, 5px) translateZ(0);
  }
}
.btn-internal a,
.btn-web a,
.btn-tel a {
  display: block;
  padding: 1rem 11%;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transform: translate(0px, 0px) translateZ(0);
  -moz-transform: translate(0px, 0px) translateZ(0);
  -ms-transform: translate(0px, 0px) translateZ(0);
  -o-transform: translate(0px, 0px) translateZ(0);
  transform: translate(0px, 0px) translateZ(0);
  width: 100%;
  z-index: 10;
  background: linear-gradient(150deg, #ad9462 0, #836b46 100%);
  color: #fff;
  position: relative;
}
.btn-internal a::after,
.btn-web a::after,
.btn-tel a::after {
  content: "";
  width: 19px;
  height: 7px;
  background: url(img/arrow-right.png) no-repeat center top / 100% auto;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.btn-web a {
  background: linear-gradient(150deg, #de0c02 0, #c0042a 100%);
}
.btn-tel a {
  background: linear-gradient(150deg, #56982b 0, #008246 100%);
}
.btn-tel a::before {
  content: "";
  width: 26px;
  height: 28px;
  background: url(img/icon_tel.png) no-repeat center top / 100% auto;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.btn-link {
  margin: 4rem auto;
  text-align: right;
}
.btn-link a {
  display: inline-block;
  padding: 5px 0 5px 22px;
  background: url(img/arrow-icon-right.png) top 7px left no-repeat;
  background-size: 16px auto;
  line-height: 1.3;
}
.btn-tel {
  display: none;
}
/*--------------------------------------
　table
---------------------------------------*/
#contents .table-layout {
  padding: 0;
}
table {
  width: 100%;
  max-width: calc(100% - 0rem);
  table-layout: fixed;
  margin: 5.6rem 0 0;
  border: solid 1px #fff;
  line-height: 1.5;
}
table th {
  width: 26.6%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #002456;
  background: #f0f0f0;
  border: solid 1px #fff;
  padding: 1.3rem 1rem;
  word-break: break-all;
  line-height: 1.4;
  vertical-align: middle;
}
table td {
  padding: 1.3rem 1.5rem;
  background: #fbfbfb;
  font-size: 1.4rem;
  text-align: left;
  border: solid 1px #fff;
  word-break: break-all;
  vertical-align: middle;
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
div + .box-wrap {
  margin-top: 4rem;
}
.box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.9rem;
}
.box-wrap .box {
  background-color: #f7f7f7;
  padding: 0 3.2rem 3.6rem;
}
.box .box-head {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #002456;
  padding: 3.6rem 0;
  display: flex;
  align-items: center;
  width: 100%;
}
#contents .box .box-body > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
#contents .box .box-body > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.box .caption {
  color: #9a9a9a;
}
.box table {
  margin: 2rem 0 0;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
div + .frame-wrap {
  margin-top: 4rem;
}
.frame-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5rem;
  row-gap: 2.5rem;
}
.frame-wrap .frame {
  padding: 0 3rem 3rem;
}
.frame-wrap .frame-head {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
}
.frame-wrap .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black02.png") no-repeat right 50% / 19px auto;
  padding-right: 2.2rem;
}
.frame-wrap .frame table {
  margin: 2rem 0 0;
}
#contents .frame .frame-body > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
#contents .frame .frame-body > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*type-a*/
.frame-wrap .type-a {
  background-color: #f2efee;
  padding: 0.4rem 3.4rem 3.4rem;
}
.frame-wrap .type-a .frame-head {
  margin: 0;
  font-size: 2rem;
  color: #002456;
  padding: 3rem 0;
}
.frame-wrap.num .type-a {
  padding: 2rem 3rem 3rem;
  position: relative;
}
.frame-wrap.num .type-a .frame-head {
  padding-bottom: 5rem;
  font-size: 1.6rem;
  padding: 1.6rem 0;
}
.frame-wrap.num .type-a::after {
  content: "";
  width: 41px;
  height: 30px;
  position: absolute;
  left: 24px;
  top: -16px;
  background: url("img/num01.png") no-repeat left top / 100% auto;
}
.frame-wrap.num .type-a:nth-child(2)::after {
  background-image: url("img/num02.png");
}
.frame-wrap.num .type-a:nth-child(3)::after {
  background-image: url("img/num03.png");
}
/*type-b*/
.frame-wrap .type-b {
  border: 1px solid #252f69;
  background: #fff;
  padding: 1.8rem 3rem 3rem;
}
.frame-wrap .type-b .frame-head {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem 0;
  margin: 0 0 2rem;
  border-bottom: solid 1px #000000;
}
.frame-wrap .type-b table th {
  width: 80px;
}
.frame-wrap .type-b table th,
.frame-wrap .type-b table td {
  padding: 1rem;
}
/*--------------------------------------
　bottomBanner
---------------------------------------*/
.bottomBanner {
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 9999;
  opacity: 0;
}

.bottomBanner span {
  color: #002456;
  font-size: 2.2rem;
  text-align: center;
  text-shadow: none;
  background: #e9e0b5;
  padding: 0 0.8rem;
}

.bottomBanner p {
  text-shadow: 0px 0px 4px #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.bottomBanner a {
  background: url(img/banner.jpg) bottom right no-repeat;
  width: 242px;
  height: 162px;
  padding: 1.8rem 0;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  border: solid 2px #ad9462;
}
/*--------------------------------------
　addParts--recommended
---------------------------------------*/
.addParts--recommended {
  background: url("img/addParts--recommended_bg.jpg") no-repeat center top / cover;
}
.addParts--recommended .addTopArea .addParts__title {
  color: #fff;
}
.frame-wrap--recommended {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.7rem;
}
.frame-wrap--recommended .frame--recommended {
  background: #fff;
  position: relative;
}
.frame-wrap--recommended .frame--recommended::before {
  content: "";
  width: 100%;
  height: 49px;
  background: url("img/addParts--recommended_step1.png") no-repeat left top / 100% auto;
  position: absolute;
  top: -24px;
  left: 0;
}
.frame-wrap--recommended .frame--recommended:nth-child(2)::before {
  background-image: url("img/addParts--recommended_step2.png");
}
.frame-wrap--recommended .frame--recommended:nth-child(3)::before {
  background-image: url("img/addParts--recommended_step3.png");
}
.frame--recommended .frame__catch--recommended {
  text-align: center;
  background-color: #0d438e;
  padding: 5.3rem 1.7rem 3rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
.frame--recommended .frame__catch--recommended .gold {
  color: #deb75b;
  font-size: 2.4rem;
}
.frame--recommended .frame--recommended-body {
  padding: 3rem 1.6rem;
}
.frame--recommended .frame__title--recommended {
  text-align: center;
  font-weight: bold;
}
.frame--recommended .frame__title--recommended .bg {
  display: inline;
  color: #0c0e15;
  font-size: 2.4rem;
  background: linear-gradient(to bottom, transparent 70%, #deb75b 70%);
}
.frame--recommended .frame__jobopenings--recommended {
  text-align: center;
  line-height: 1.4;
  margin: 3rem 0 0;
}
.frame--recommended .frame__jobopenings--recommended div:first-child {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.frame--recommended .frame__jobopenings--recommended .bg {
  width: 80%;
  margin: 1rem auto;
  background-color: #023d89;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem;
  min-height: 52px;
}
.frame--recommended .list-wrap--recommended,
.frame--recommended .list-wrap2--recommended {
  background: #eef3f9;
  padding: 2.3rem 2.2rem;
  margin: 1.8rem 0 0;
}
.frame--recommended .list-wrap--recommended .list-wrap-name,
.frame--recommended .list-wrap2--recommended .list-wrap2-name {
  color: #023d89;
  background: #fff;
  padding: 0.4rem 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.44;
  text-align: center;
  margin: 0 0 2.5rem;
}
.frame--recommended .list-wrap2--recommended .list-wrap2-name {
  font-size: 2rem;
}
.frame--recommended .list-wrap--recommended ul.check li {
  position: relative;
  line-height: 1.4;
  padding-left: 3rem;
  margin: 1.6rem 0 0;
}
.frame--recommended .list-wrap--recommended ul.check li::before {
  content: "";
  width: 19px;
  height: 14px;
  background: url(img/icon_check.png) no-repeat center top / 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}
.frame--recommended .frame--recommended-body div[class^="btn"] {
  width: 96%;
  max-width: 100%;
}
.frame--recommended .btn-web {
  margin: 3.2rem auto 0;
}

.frame--recommended .btn-internal {
  margin: 0 auto 2rem;
}
.addParts--recommended .notes--recommended {
  color: #fff;
  margin: 2rem 0 0;
  font-size: 1rem;
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  background: #f3f3f7;
  max-width: 700px;
  margin: 7rem auto 0;
}
.toc_parts .ttl {
  padding: 2.8rem 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-left: 3rem;
}
@media screen and (min-width: 480px) {
  .toc_parts .ttl:hover {
    cursor: pointer;
  }
}
.toc_parts .ttl::before {
  content: "";
  width: 20px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 4px solid #002456;
  left: 0;
  margin: auto;
}
.toc_parts .ttl::after {
  content: "";
  background: url(img/plus.png) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
}
.toc_parts .ttl.btn::after {
  background: url(img/mainasu.png) center no-repeat;
  background-size: 100% auto;
}
#toc {
  display: none;
  margin: 0 0;
  padding: 0rem 4rem 3rem;
  position: relative;
}
#toc.open::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
  top: -3rem;
  border-top: 1px solid #0c0e15;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
  margin: 3rem 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: #002456;
  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;
}
/*--------------------------------------
  ac-btn
---------------------------------------*/
.ac-btn {
  margin: 5rem auto;
}
.ac-btn a {
  color: #0c0e15;
  border: #333 solid 1px;
}
.ac-btn .ac-btn-off {
  color: #0c0e15;
}
.ac-btn a:after {
  content: "";
  background: url("img/icon_plus.png");
  background-size: cover;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.ac-btn.is-open .ac-btn-off {
  display: none;
}
.ac-btn.is-open a:after {
  content: "";
  background: url("img/icon_minus.png");
  background-size: cover;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.ac-btn.is-open a:before {
  content: "閉じる";
}
#contents .btn-internal.ac-btn a {
  background: #f5f5f5;
}
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*  PC END  */
@media screen and (max-width: 480px) {
  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.8;
  }
  /*--------------------------------------
  Header
 ---------------------------------------*/
  header .headTopWrap {
    background: #fff;
  }
  header .headTopArea {
    margin: 0 auto;
    padding: 0.8rem 2rem;
  }
  header .headTopArea .rightTxt {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
  /*--------------------------------------
  　visArea　下層ページ
  ---------------------------------------*/
  #visArea {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  #visArea .mainArea {
    height: auto;
    width: 100%;
    max-width: 100%;
    background: url("img/mv_sp.jpg") center top no-repeat;
    margin: 0 auto;
    background-size: cover;
  }
  #visArea .mainArea .mainAreaInner {
    display: block;
  }
  #visArea .mainArea .siteNameArea {
    display: table;
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  #visArea .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
  }
  #visArea .mainArea .siteName {
    margin: 0 auto;
    max-width: 92%;
    width: 180px;
  }
  #visArea .mainArea .siteName a {
    width: 100%;
  }
  /*--------------------------------------
  　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 #b8b8b8;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  body.open #navWrap .navTop {
    top: 0 !important;
    opacity: 1 !important;
    z-index: 9999 !important;
  }
  #navWrap .navTopInner {
    display: table;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
  }
  #navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 46.5%;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 1rem;
    border-right: 1px solid #bbb;
    text-align: center;
  }
  #navWrap .siteName img {
    width: 120px;
  }
  #navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(53.5% - 41px);
    font-size: 1.1rem;
    text-align: center;
    color: #252f69;
    padding: 0.5rem 0rem;
    border-right: 1px solid #bbb;
    position: relative;
    background: #ffffff url(img/arrow_white02.png) no-repeat right 5px center;
    background-size: 14px auto;
    font-weight: bold;
    line-height: 1.4;
  }
  #menuBtn {
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
    width: 21px;
    height: 40px;
    padding: 0 1rem;
    cursor: pointer;
    z-index: 9999;
    position: relative;
  }
  #menuBtn .menu {
    width: 21px;
    height: 15px;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: url("img/sp_ico_menu.png") center no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body.open #menuBtn .menu {
    width: 16px;
    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;
  }
  #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;
    font-weight: bold;
    line-height: 1.45;
    color: #000;
    background: url("img/arrow_black.png") 96% center no-repeat;
    background-size: 7px auto;
    padding: 1rem 9% 1rem 4%;
  }
  #navSp .navBox .tglMenu a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 9.5px 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 #b5b5b5;
    padding: 1rem 9% 1rem 7%;
  }
  #navSp .navBox .accChild li .subList li a {
    padding-left: 12%;
  }
  /*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: bold;
    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 rgba(80, 130, 145, 1);
  }
  body.open {
    height: inherit !important;
  }
  /*--------------------------------------
  side
  ---------------------------------------*/
  #side {
    display: none;
  }
  /*--------------------------------------
  pankuzu
  ---------------------------------------*/
  #pankuzuWrap {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
    margin: 0 auto 3rem;
    overflow: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  #pankuzu {
    box-sizing: border-box;
    width: 92%;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 0.7rem 0 0.7rem;
    margin: 0 auto;
    white-space: nowrap;
  }
  #pankuzu a {
    color: #333;
    text-decoration: underline;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  #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 2rem 6rem;
  }
  #index {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #category,
  #page {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .addInner {
    width: 100%;
    padding: 4rem 2rem;
  }
  #category > h1:first-of-type,
  #page > h1:first-of-type {
    margin-top: 1.5rem;
  }
  /*--------------------------------------
  　bottomBanner
  ---------------------------------------*/
  .bottomBanner {
    bottom: 0px;
  }
  .bottomBanner a {
    display: block;
  }
  .bottomBanner .bnrTop {
    display: table;
    margin: 0 0 1rem;
  }
  .bottomBanner.imgBox {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    max-width: 90px;
  }
  .bottomBanner .catch {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    padding: 0 0 0 1.5rem;
  }
  #contents .bottomBanner p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
  }
  .bottomBanner .dtlBtn {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background: url(img/arrow_white.png) right 10px center no-repeat #333;
    background-size: 6px auto;
    padding: 8px 30px;
    margin: 0 auto;
  }
  /*--------------------------------------
  Footer
  ---------------------------------------*/
  footer {
    width: 100%;
  }
  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2.2rem 0 1.8rem;
  }
  footer .areaInner .inner {
    width: 100%;
    padding: 0;
  }
  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: auto;
    padding: 0;
    margin: 0 auto 2rem;
    max-width: 92%;
  }
  footer .areaInner .logo a,
  footer .areaInner .logo p {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
  }
  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: bold;
    background: url("img/arrow_white_down.png") right 10px center no-repeat;
    background-size: 10px auto;
    padding: 0.8rem 3rem 0.8rem 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/black-arrow.png") right 10px center no-repeat;
    background-size: 10px auto;
  }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #ccc;
    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: #eee;
  }
  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #000;
    background: #eee url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #ccc;
    padding: 0.7rem 9% 0.7rem 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: #eee url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    padding: 0.7rem 9% 0.7rem 4%;
    color: #000;
  }
  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.2rem;
    padding: 0.7rem 9% 0.7rem 9%;
    background: #eee 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;
    position: absolute;
    top: 9px;
    left: 4%;
    margin-right: 0.4rem;
  }
  footer .areaInner .noticeArea {
    width: 92%;
    margin: 2.5rem auto 0rem;
    padding: 1.5rem;
  }
  footer .areaInner .noticeArea p {
    font-size: 1.1rem;
    line-height: 1.45;
  }
  footer .areaInner p.ucp {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1.5rem auto 0;
  }
  footer .botArea .inner {
    width: 92%;
    padding: 1.2rem 0;
    margin: 0 auto;
  }
  footer .botArea .inner .cf {
    content: none;
  }
  footer p.sitemap {
    text-align: right;
    padding: 0;
    margin: 0 auto 0.2rem;
  }
  footer p.copy {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem 0;
    text-align: center;
  }
  footer p.sitemap a {
    float: none;
    font-size: 1.1rem;
    padding: 0;
  }
  footer p.copy a {
    color: #000;
    text-decoration: none;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: none;
  }
  /*--------------------------------------
  　PageTop
  ---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 40px;
  }
  #page-top img {
    width: 100%;
  }
  /* ================== */
  /*  サイトマップ　　　*/
  /* ================== */
  #contents #page.mappage {
    margin-bottom: 10rem;
  }
  #contents #page.mappage h2 {
    margin: 5rem auto 2rem;
  }
  #contents #page.mappage h2 a:hover {
    color: #333;
    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 {
    padding-right: 2rem;
    background-size: 10px auto;
  }
  #category h1:not([class]),
  #page h1:not([class]) {
    font-size: 1.9rem;
    padding: 2rem 1.5rem;
    margin: 1.5rem auto 3rem;
    width: 100%;
  }
  #category h1:not([class])::before,
  #page h1:not([class])::before {
    top: -15px;
    left: -12px;
  }
  #category h2:not([class]),
  #page h2:not([class]) {
    font-size: 2rem;
    margin: 4rem auto 3rem;
    padding: 1.2rem 4% 1rem;
  }
  #category > h1:not([class]) + h2:not([class]):first-of-type,
  #page > h1:not([class]) + h2:not([class]):first-of-type {
    margin-top: 3.5rem;
  }
  #category h3:not([class]),
  #page h3:not([class]) {
    font-size: 1.8rem;
    margin: 4rem auto 2.5rem;
    padding: 1.2rem 0 1.2rem 3rem;
    background-size: 18px auto;
    background-position: left 50%;
  }
  #category h4:not([class]),
  #category h5:not([class]),
  #category h6:not([class]),
  #page h4:not([class]),
  #page h5:not([class]),
  #page h6:not([class]) {
    font-size: 1.7rem;
    padding: 0 4% 1rem;
    margin: 4.5rem auto 2rem;
  }
  #category h5:not([class]),
  #category h6:not([class]),
  #page h5:not([class]),
  #page h6:not([class]) {
    font-size: 1.6rem;
  }
  .addTopArea .addParts__title {
    padding: 0 0 6rem;
    letter-spacing: normal;
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
  .addTopArea .addParts__title .small {
    font-size: 1.8rem;
  }
  .addTopArea .addParts__title::before {
    height: 84px;
  }
  .addTopArea .addParts__title::after {
    width: 160px;
    height: 26px;
    bottom: 20px;
  }
  /*--------------------------------------
  　list
  ---------------------------------------*/
  #contents ul:not([class]) {
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0;
  }
  #contents ul:not([class]) li {
    padding: 0 0 0.5rem 2.5rem;
  }
  #contents ul:not([class]) li::before {
    width: 8px;
    height: 8px;
    top: 9px;
    left: 4px;
  }
  #contents ol:not([class]) {
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0;
  }
  #contents ol:not([class]) li {
    padding: 0 0 0.5rem 2.5rem;
  }
  #contents ol:not([class]) li::before {
    width: 16px;
    height: 16px;
    top: 5px;
    font-size: 1rem;
    line-height: 16px;
  }
  /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
  .float-wrap {
    margin: 4rem auto;
    position: relative;
  }
  .float-wrap .flame {
    width: 85%;
    margin: 0 auto;
  }
  .float-wrap .float-img {
    width: auto;
    margin: 0 auto 1.6rem;
    text-align: center;
  }
  .float-wrap .catch {
    font-size: 1.6rem;
    margin: 0 auto 1rem;
    text-align: left;
  }
  .float-wrap.ct .catch {
    text-align: left;
  }
  .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;
  }
  /*--------------------------------------
  　btn
  ---------------------------------------*/
  .btn-internal a,
  .btn-web a,
  .btn-tel a {
    min-height: 60px;
    font-size: 1.5rem;
    line-height: 1.35;
    padding: 1rem 4rem;
  }
  .btn-link {
    max-width: 90%;
    text-align: center;
  }
  .btn-link a {
    display: block;
    padding: 1.6rem 3.2rem 1.6rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    background-position: right 10px center;
    border: 1px solid #000;
    background-color: #fff;
  }
  .btn-tel {
    display: block;
  }
  /*--------------------------------------
  　table
  ---------------------------------------*/
  table {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin: 3rem auto;
    border-bottom: none;
  }
  table th {
    width: 100%;
    padding: 1em 4%;
    display: block;
    border: none;
    border-bottom: solid 1px #fff;
  }
  table td {
    width: 100%;
    display: block;
    padding: 1.2rem 4%;
    border: none;
    border-bottom: solid 1px #fff;
  }
  /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
  .box-wrap {
    display: block;
  }
  .box-wrap .box + .box {
    margin-top: 2rem;
  }
  .box-wrap .box {
    padding: 0 2rem 2rem;
  }
  .box .box-head {
    padding: 2rem 0;
  }
  /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
  .frame-wrap {
    display: block;
  }
  .frame-wrap .frame + .frame {
    margin-top: 2rem;
  }
  .frame-wrap.num .frame + .frame {
    margin-top: 3rem;
  }
  .frame-wrap .type-a {
    padding: 0.2rem 2rem 2rem;
  }
  .frame-wrap.num .type-a {
    padding: 1rem 2rem 2rem;
  }
  .frame-wrap .type-a .frame-head {
    font-size: 1.8rem;
  }
  .frame-wrap .type-a .frame-head {
    padding: 2rem 0;
  }
  .frame-wrap.num .type-a .frame-head {
    padding-bottom: 2rem;
  }
  .frame-wrap .type-b {
    padding: 1rem 2rem 2rem;
  }
  /*--------------------------------------
  　addParts--recommended
  ---------------------------------------*/
  .frame-wrap--recommended {
    display: block;
  }
  .frame-wrap--recommended .frame--recommended {
    margin-top: 5rem;
  }
  .frame--recommended .frame__catch--recommended {
    padding: 4rem 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .frame--recommended .frame__title--recommended .bg {
    font-size: 2rem;
  }
  .frame--recommended .list-wrap--recommended .list-wrap-name,
  .frame--recommended .list-wrap2--recommended .list-wrap2-name {
    font-size: 1.6rem;
    margin: 0;
  }
  .frame--recommended .frame__jobopenings--recommended div:first-child {
    font-size: 1.8rem;
  }
  .frame--recommended .frame__jobopenings--recommended .bg {
    width: 100%;
  }
  .frame--recommended .frame--recommended-body div[class^="btn"] {
    width: 90%;
  }
  .frame--recommended .btn-tel {
    margin: 0 auto 3rem;
  }

  /*--------------------------------------
　toc
 ---------------------------------------*/
  .toc_parts {
    max-width: 100%;
    margin: 3rem auto;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem 2.5rem;
  }
  #toc .chapter .chapter-h {
    margin: 2rem 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;
  }
  #toc.open::before {
    width: 82%;
    top: -2rem;
  }
  .frame-wrap .type-b table th {
    width: 100%;
  }
}
