@charset "utf-8";
/* CSS Document */

/* 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;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

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

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

img {
  vertical-align: top;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
* {
  box-sizing: border-box;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
　Base
---------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  min-width: 1200px;
  -webkit-font-smoothing: subpixel-antialiased;
}
@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", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.contents span:not([class]) {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FAFF86 70%);
}

#contents p {
  max-width: 100%;
  margin: 0 auto 2rem;
}

#index p:not([class]) a, #category p:not([class]) a, #page p:not([class]) a {
    text-decoration: underline;
}

/*--------------------------------------
　reset
---------------------------------------*/
/*hWrap*/
.addParts01 .hWrap,
.addParts02 .hWrap,
.addParts03 .hWrap,
.float-wrap .hWrap,
.box-wrap .hWrap,
.frame .hWrap {
  background: none;
  position: static;
  margin: 0;
}
.addParts01 .hWrap::before,
.addParts02 .hWrap::before,
.addParts03 .hWrap::before,
.float-wrap .hWrap::before,
.box-wrap .hWrap::before,
.frame .hWrap::before {
  content: none;
}
#index .addParts01 .hInner,
#category .addParts01 .hInner,
#page .addParts01 .hInner,
#index .addParts02 .hInner,
#category .addParts02 .hInner,
#page .addParts02 .hInner,
#index .addParts03 .hInner,
#category .addParts03 .hInner,
#page .addParts03 .hInner,
#index .float-wrap .hInner,
#category .float-wrap .hInner,
#page .float-wrap .hInner,
#index .box-wrap .hInner,
#category .box-wrap .hInner,
#page .box-wrap .hInner,
#index .frame .hInner,
#category .frame .hInner,
#page .frame .hInner {
  display: block;
  width: auto;
  margin: 0;
}
/*hタグ reset*/
#index .addParts01 h2,
#category .addParts01 h1,
#page .addParts01 h1,
#index .addParts02 h2,
#category .addParts02 h1,
#page .addParts02 h1,
#index .addParts03 h2,
#category .addParts03 h1,
#page .addParts03 h1,
#index .float-wrap h2,
#category .float-wrap h1,
#page .float-wrap h1,
#index .box-wrap h2,
#category .box-wrap h1,
#page .box-wrap h1,
#index .frame-wrap h2,
#category .frame-wrap h1,
#page .frame-wrap h1,
#index .addParts01 h3,
#category .addParts01 h2,
#page .addParts01 h2,
#index .addParts02 h3,
#category .addParts02 h2,
#page .addParts02 h2,
#index .addParts03 h3,
#category .addParts03 h2,
#page .addParts03 h2,
#index .float-wrap h3,
#category .float-wrap h2,
#page .float-wrap h2,
#index .box-wrap h3,
#category .box-wrap h2,
#page .box-wrap h2,
#index .frame-wrap h3,
#category .frame-wrap h2,
#page .frame-wrap h2,
#index .addParts01 h4,
#category .addParts01 h3,
#page .addParts01 h3,
#index .addParts02 h4,
#category .addParts02 h3,
#page .addParts02 h3,
#index .addParts03 h4,
#category .addParts03 h3,
#page .addParts03 h3,
#index .float-wrap h4,
#category .float-wrap h3,
#page .float-wrap h3,
#index .box-wrap h4,
#category .box-wrap h3,
#page .box-wrap h3,
#index .frame-wrap h4,
#category .frame-wrap h3,
#page .frame-wrap h3,
#index .addParts01 h5,
#category .addParts01 h4,
#page .addParts01 h4,
#index .addParts02 h5,
#category .addParts02 h4,
#page .addParts02 h4,
#index .addParts03 h5,
#category .addParts03 h4,
#page .addParts03 h4,
#index .float-wrap h5,
#category .float-wrap h4,
#page .float-wrap h4,
#index .box-wrap h5,
#category .box-wrap h4,
#page .box-wrap h4,
#index .frame-wrap h5,
#category .frame-wrap h4,
#page .frame-wrap h4,
#index .addParts01 h6,
#category .addParts01 h5,
#page .addParts01 h5,
#index .addParts02 h6,
#category .addParts02 h5,
#page .addParts02 h5,
#index .addParts03 h6,
#category .addParts03 h5,
#page .addParts03 h5,
#index .float-wrap h6,
#category .float-wrap h5,
#page .float-wrap h5,
#index .box-wrap h6,
#category .box-wrap h5,
#page .box-wrap h5,
#index .frame-wrap h6,
#category .frame-wrap h5,
#page .frame-wrap h5 {
  /* display: block; */
  /* width: auto; */
  /* height: auto; */
  /* min-width: initial; */
  /* min-width: auto; */
  /* min-height: initial; */
  /* min-height: auto; */
  /* font-size: 1.6rem; */
  /* line-height: 1.4; */
  /* background: none; */
  /* border: none; */
  /* border-radius: 0; */
  /* box-shadow: none; */
  /* text-align: left; */
  /* text-shadow: none; */
  /* text-decoration: none; */
  /* padding: 0; */
  /* margin: 0; */
  /* position: static; */
}
#index .addParts01 h2 a,
#category .addParts01 h1 a,
#page .addParts01 h1 a,
#index .addParts02 h2 a,
#category .addParts02 h1 a,
#page .addParts02 h1 a,
#index .addParts03 h2 a,
#category .addParts03 h1 a,
#page .addParts03 h1 a,
#index .float-wrap h2 a,
#category .float-wrap h1 a,
#page .float-wrap h1 a,
#index .box-wrap h2 a,
#category .box-wrap h1 a,
#page .box-wrap h1 a,
#index .frame-wrap h2 a,
#category .frame-wrap h1 a,
#page .frame-wrap h1 a,
#index .addParts01 h3 a,
#category .addParts01 h2 a,
#page .addParts01 h2 a,
#index .addParts02 h3 a,
#category .addParts02 h2 a,
#page .addParts02 h2 a,
#index .addParts03 h3 a,
#category .addParts03 h2 a,
#page .addParts03 h2 a,
#index .float-wrap h3 a,
#category .float-wrap h2 a,
#page .float-wrap h2 a,
#index .box-wrap h3 a,
#category .box-wrap h2 a,
#page .box-wrap h2 a,
#index .frame-wrap h3 a,
#category .frame-wrap h2 a,
#page .frame-wrap h2 a,
#index .addParts01 h4 a,
#category .addParts01 h3 a,
#page .addParts01 h3 a,
#index .addParts02 h4 a,
#category .addParts02 h3 a,
#page .addParts02 h3 a,
#index .addParts03 h4 a,
#category .addParts03 h3 a,
#page .addParts03 h3 a,
#index .float-wrap h4 a,
#category .float-wrap h3 a,
#page .float-wrap h3 a,
#index .box-wrap h4 a,
#category .box-wrap h3 a,
#page .box-wrap h3 a,
#index .frame-wrap h4 a,
#category .frame-wrap h3 a,
#page .frame-wrap h3 a,
#index .addParts01 h5 a,
#category .addParts01 h4 a,
#page .addParts01 h4 a,
#index .addParts02 h5 a,
#category .addParts02 h4 a,
#page .addParts02 h4 a,
#index .addParts03 h5 a,
#category .addParts03 h4 a,
#page .addParts03 h4 a,
#index .float-wrap h5 a,
#category .float-wrap h4 a,
#page .float-wrap h4 a,
#index .box-wrap h5 a,
#category .box-wrap h4 a,
#page .box-wrap h4 a,
#index .frame-wrap h5 a,
#category .frame-wrap h4 a,
#page .frame-wrap h4 a,
#index .addParts01 h6 a,
#category .addParts01 h5 a,
#page .addParts01 h5 a,
#index .addParts02 h6 a,
#category .addParts02 h5 a,
#page .addParts02 h5 a,
#index .addParts03 h6 a,
#category .addParts03 h5 a,
#page .addParts03 h5 a,
#index .float-wrap h6 a,
#category .float-wrap h5 a,
#page .float-wrap h5 a,
#index .box-wrap h6 a,
#category .box-wrap h5 a,
#page .box-wrap h5 a,
#index .frame-wrap h6 a,
#category .frame-wrap h5 a,
#page .frame-wrap h5 a {
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 100%;
  color: inherit;
  /* background: none; */
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  /* padding: 0; */
  margin: 0;
  position: static;
}
#index .addParts01 h2::before,
#category .addParts01 h1::before,
#page .addParts01 h1::before,
#index .addParts02 h2::before,
#category .addParts02 h1::before,
#page .addParts02 h1::before,
#index .addParts03 h2::before,
#category .addParts03 h1::before,
#page .addParts03 h1::before,
#index .float-wrap h2::before,
#category .float-wrap h1::before,
#page .float-wrap h1::before,
#index .box-wrap h2::before,
#category .box-wrap h1::before,
#page .box-wrap h1::before,
#index .frame-wrap h2::before,
#category .frame-wrap h1::before,
#page .frame-wrap h1::before,
#index .addParts01 h3::before,
#category .addParts01 h2::before,
#page .addParts01 h2::before,
#index .addParts02 h3::before,
#category .addParts02 h2::before,
#page .addParts02 h2::before,
#index .addParts03 h3::before,
#category .addParts03 h2::before,
#page .addParts03 h2::before,
#index .float-wrap h3::before,
#category .float-wrap h2::before,
#page .float-wrap h2::before,
#index .box-wrap h3::before,
#category .box-wrap h2::before,
#page .box-wrap h2::before,
#index .frame-wrap h3::before,
#category .frame-wrap h2::before,
#page .frame-wrap h2::before,
#index .addParts01 h4::before,
#category .addParts01 h3::before,
#page .addParts01 h3::before,
#index .addParts02 h4::before,
#category .addParts02 h3::before,
#page .addParts02 h3::before,
#index .addParts03 h4::before,
#category .addParts03 h3::before,
#page .addParts03 h3::before,
#index .float-wrap h4::before,
#category .float-wrap h3::before,
#page .float-wrap h3::before,
#index .box-wrap h4::before,
#category .box-wrap h3::before,
#page .box-wrap h3::before,
#index .frame-wrap h4::before,
#category .frame-wrap h3::before,
#page .frame-wrap h3::before,
#index .addParts01 h5::before,
#category .addParts01 h4::before,
#page .addParts01 h4::before,
#index .addParts02 h5::before,
#category .addParts02 h4::before,
#page .addParts02 h4::before,
#index .addParts03 h5::before,
#category .addParts03 h4::before,
#page .addParts03 h4::before,
#index .float-wrap h5::before,
#category .float-wrap h4::before,
#page .float-wrap h4::before,
#index .box-wrap h5::before,
#category .box-wrap h4::before,
#page .box-wrap h4::before,
#index .frame-wrap h5::before,
#category .frame-wrap h4::before,
#page .frame-wrap h4::before,
#index .addParts01 h6::before,
#category .addParts01 h5::before,
#page .addParts01 h5::before,
#index .addParts02 h6::before,
#category .addParts02 h5::before,
#page .addParts02 h5::before,
#index .addParts03 h6::before,
#category .addParts03 h5::before,
#page .addParts03 h5::before,
#index .float-wrap h6::before,
#category .float-wrap h5::before,
#page .float-wrap h5::before,
#index .box-wrap h6::before,
#category .box-wrap h5::before,
#page .box-wrap h5::before,
#index .frame-wrap h6::before,
#category .frame-wrap h5::before,
#page .frame-wrap h5::before {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  /* background: none; */
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}
#index .addParts01 h2::after,
#category .addParts01 h1::after,
#page .addParts01 h1::after,
#index .addParts02 h2::after,
#category .addParts02 h1::after,
#page .addParts02 h1::after,
#index .addParts03 h2::after,
#category .addParts03 h1::after,
#page .addParts03 h1::after,
#index .float-wrap h2::after,
#category .float-wrap h1::after,
#page .float-wrap h1::after,
#index .box-wrap h2::after,
#category .box-wrap h1::after,
#page .box-wrap h1::after,
#index .frame-wrap h2::after,
#category .frame-wrap h1::after,
#page .frame-wrap h1::after,
#index .addParts01 h3::after,
#category .addParts01 h2::after,
#page .addParts01 h2::after,
#index .addParts02 h3::after,
#category .addParts02 h2::after,
#page .addParts02 h2::after,
#index .addParts03 h3::after,
#category .addParts03 h2::after,
#page .addParts03 h2::after,
#index .float-wrap h3::after,
#category .float-wrap h2::after,
#page .float-wrap h2::after,
#index .box-wrap h3::after,
#category .box-wrap h2::after,
#page .box-wrap h2::after,
#index .frame-wrap h3::after,
#category .frame-wrap h2::after,
#page .frame-wrap h2::after,
#index .addParts01 h4::after,
#category .addParts01 h3::after,
#page .addParts01 h3::after,
#index .addParts02 h4::after,
#category .addParts02 h3::after,
#page .addParts02 h3::after,
#index .addParts03 h4::after,
#category .addParts03 h3::after,
#page .addParts03 h3::after,
#index .float-wrap h4::after,
#category .float-wrap h3::after,
#page .float-wrap h3::after,
#index .box-wrap h4::after,
#category .box-wrap h3::after,
#page .box-wrap h3::after,
#index .frame-wrap h4::after,
#category .frame-wrap h3::after,
#page .frame-wrap h3::after,
#index .addParts01 h5::after,
#category .addParts01 h4::after,
#page .addParts01 h4::after,
#index .addParts02 h5::after,
#category .addParts02 h4::after,
#page .addParts02 h4::after,
#index .addParts03 h5::after,
#category .addParts03 h4::after,
#page .addParts03 h4::after,
#index .float-wrap h5::after,
#category .float-wrap h4::after,
#page .float-wrap h4::after,
#index .box-wrap h5::after,
#category .box-wrap h4::after,
#page .box-wrap h4::after,
#index .frame-wrap h5::after,
#category .frame-wrap h4::after,
#page .frame-wrap h4::after,
#index .addParts01 h6::after,
#category .addParts01 h5::after,
#page .addParts01 h5::after,
#index .addParts02 h6::after,
#category .addParts02 h5::after,
#page .addParts02 h5::after,
#index .addParts03 h6::after,
#category .addParts03 h5::after,
#page .addParts03 h5::after,
#index .float-wrap h6::after,
#category .float-wrap h5::after,
#page .float-wrap h5::after,
#index .box-wrap h6::after,
#category .box-wrap h5::after,
#page .box-wrap h5::after,
#index .frame-wrap h6::after,
#category .frame-wrap h5::after,
#page .frame-wrap h5::after {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
  background: #fff;
}
header {
  width: 1100px;
  margin: 0 auto;
  padding: 0.7rem 0;
  max-width: 100%;
}
header .rightTxt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  color: #333;
  margin-bottom: -4rem;
}
header .rightTxt a {
  margin-bottom: -4rem;
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#visArea .mainArea {
  display: table;
  height: 120px;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
#visArea .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
#visArea .mainArea .siteNameArea .rightTxt {
  position: absolute;
  top: .5rem;
  right: 0;
  font-size: 1.2rem;
}
#visArea .mainArea .siteName {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
}
#visArea .mainArea .siteName a {
  display: inline-block;
}
#visArea .mainArea .siteName img {
  margin: 0 auto;
  display: block;
}
#visArea .mainArea .siteNameSmall {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/

#g-nav {
  background-color: #ffffff;
  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:last-child {
  display: none;
}

#g-nav li:first-child::before {
  content: "";
  background: #00274E;
  width: 1px;
  height: calc(100% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
#g-nav li::after {
  content: "";
  background: #00274E;
  width: 1px;
  height: calc(100% - 50px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
#g-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 12px;
  position: relative;
  color: #000;
}
#g-nav li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}
#g-nav li a:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #2CB8EC;
  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: 1100px;
  max-width: 100%;
  color: #222;
}
#pankuzu span {
  border-bottom: none;
  font-weight: inherit;
  color: inherit;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/

#contents {
  width: 1100px;
  margin: 6rem auto;
  padding: 0;
}

#index {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#category,
#page {
  float: left;
  width: 830px;
  margin: 0;
  padding: 0;
}

/*--------------------------------------
　Side
---------------------------------------*/
#side {
  float: right;
  width: 220px;
}
#side .sideTopBox {
  background: #dbf6ff;
  border: solid 1px #000;
  margin: 8rem auto 4rem;
  position: relative;
}
#side .sideTopBox a {
  display: block;
  padding: 20px;
}
#side .sideTopBox .catch {
  font-size: 1.6rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  line-height: 1.625;
  font-weight: bold;
  padding: 0;
}
#side .sideTopBox .imgBox {
  margin: 0 auto 15px;
  text-align: center;
}
#side .sideTopBox p {
  line-height: 1.7;
  color: #000;
}
#side .sideTopBox .dtlBtn {
  display: block;
  text-align: center;
  color: #fff;
  background: url(img/arrow_white02.png) right 8px center no-repeat #000;
  background-size: 15px auto;
  padding: 0.75rem 2.8rem;
  margin: 2rem auto 0;
  font-weight: bold;
}

#side .sideBox {
  margin: 50px 0 30px;
  border-top: 3px solid #2CB8EC;
}
#side .sideBox .sttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: .05em;
}
#side .sideBox .sttl a {
  display: block;
  padding: 1.5rem .5rem;
  color: #333;
}
#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, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%; */
  background: #bfbfbf;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#side .sideBox ul li a {
  display: block;
  padding: 10px 25px 10px .5rem;
  font-size: 1.3rem;
  background: url(img/arrow_side_blue.png) no-repeat right 10px center;
  background-size: 6px auto;
  text-decoration: none;
  color: #000;
}
#side .sideBox ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#side .sideBox .subList {
  margin: 0;
}
#side .sideBox .subList li {
  margin: 0;
}
#side .sideBox .subList li a {
  display: block;
  padding: 10px 25px 10px 18px;
  position: relative;
}
#side .sideBox .subList li a::before {
  content: "└";
  position: absolute;
  left: 0;
  top: 10px;
}

/*--------------------------------------
Footer
---------------------------------------*/
footer {
  margin: 0 auto;
  padding: 0;
  background-color: #DDEEFB;
}
footer .areaInner {
  width: 100%;
  padding: 6rem 0 4rem;
}
footer .areaInner .inner {
  position: relative;
  width: 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.5;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  color: #328cc6;
}
footer .areaInner .logo a:hover {
  opacity: 0.7;
}
footer .areaInner .footBox {
  margin: 0 0 4rem;
}
footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #222;
  padding: 0 0 .5rem 0;
  margin: 0 0 1.8rem 0;
}
footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.4rem;
  border: none;
  padding: 0.3rem 0 0.3rem 0;
  margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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;
  padding: 0;
}
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;
  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: "-";
  position: absolute;
  top: 8px;
  left: 0;
  margin-right: 0.4rem;
}
footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.2rem;
  background-image: none;
  padding: 0 0 0 .8rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  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.4rem;
  line-height: 1.833333333;
  letter-spacing: .03em;
  text-align: center;
  color: #000;
  margin: 1.5rem auto 0;
  max-width: 92%;
}
footer .botArea {
  background-color: #37BEF0;
}
footer .botArea .inner {
  width: 1100px;
  padding: 0.9rem 5rem;
  margin: 0 auto;
}
footer .botArea .inner.cf {
  content: none;
}
footer p.sitemap a {
  background: url(img/arrow_white04.png) no-repeat right center;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  float: right;
  padding: 0.5rem 2rem .5rem 0;
  color: #fff;
}
footer p.sitemap a:hover {
  text-decoration: none;
}
footer p.copy {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  float: left;
  padding: 0.5rem 0;
}
footer p.copy a {
  color: inherit;
}
footer p.copy a:hover {
  text-decoration: none;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

/*--------------------------------------
　PageTop
---------------------------------------*/

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

/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage {
  margin-bottom: 12rem;
}
#contents #page.mappage h2 {
  margin: 68px auto 28px;
}
#contents #page.mappage h2 a {
}
#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 {
}
#contents #page.mappage ul li a:hover {
  opacity: 0.7;
}
#contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */

#index a,
#category a,
#page a {
}
#index a:hover,
#category a:hover,
#page a:hover {
}

#index h1,
#index h2,
#index h3,
#index h4,
#index h5,
#index h6,
#index h7 {
  max-width: 100%;
  margin: 0 auto;
}
#index h4,
#index h5,
#index h6 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  padding: 1.3rem 4rem 1.3rem;
  margin: 5.5rem auto 2.5rem;
  position: relative;
}
#index h4 {
  background: #6582aa;
  color: #fff;
}
#index h4::after {
  position: absolute;
  content: "";
  display: block;
  background: #28292b;
  background-size: 6px 1px;
  width: 5%;
  height: 1px;
  left: -25px;
  bottom: 25px;
}

#category h1,
#page h1 {
  margin: 2.5rem auto 4rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 1.5rem 3rem 2.5rem;
  position: relative;
  color: #333;
}

#category h1::before,
#page h1::before {
  content: "";
  position: absolute;
  background: #333;
  width: 226px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#category h2,
#page h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #535353;
  margin: 7rem auto 3rem;
  padding: 2rem 1.5rem;
  line-height: 1.6;
  border-top: 4px solid #2CB8EC;
  border-bottom: 2px solid #2CB8EC;
  position: relative;
  background-size: 34px auto;
}

#category h2 a,
#page h2 a {
  display: block;
  color: #535353;
  padding: 0 4.5rem 0 0;
  background: url(img/arrow_black02.png) no-repeat right center;
  background-size: 27px auto;
}
#category h3 a,
#page h3 a {
  display: block;
  color: #fff;
  padding: 0 4.5rem 0 0;
  background: url(img/arrow_white05.png) no-repeat right center;
  background-size: 27px auto;
}

#category h3,
#page h3 {
  background: #2BB5B3;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: .5rem 1.5rem .5rem 3.4rem;
  margin: 5.5rem auto 2.5rem 3rem;
  position: relative;
}
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #328cc6;
  line-height: 1.6;
  margin: 5.5rem auto 2.5rem;
  position: relative;
}
#category h4 a,
#page h4 a,
#category h5 a,
#page h5 a {
  display: block;
  color: #328cc6;
  padding: 0 4.5rem 0 0;
  background: url(img/arrow_black02.png) no-repeat right center;
  background-size: 27px auto;
}

#category h3::after,
#page h3::after {
  content: "";
  background: #28292B;
  background-size: 6px 1px;
  width: 45px;
  height: 1px;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
#category h5::after,
#page h5::after {
  display: block;
  height: 56px;
  background: url(img/h5_bg.png) no-repeat;
  background-size: 5px 56px;
  top: 0;
  left: 0;
}

#category h6::after,
#page h6::after {
}
.sitemap h2 a {
}

/*--------------------------------------
　list
---------------------------------------*/
#contents ul {
  max-width: 100%;
  margin: 2.5rem auto;
  padding: 0;
}
#contents ul li {
  padding: 0 0 0.8rem 2.4rem;
  position: relative;
}
#contents ul li:before {
  content: "";
  display: block;
  background-color: #2BB5B3;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 3px;
}
#contents block__item {
  position: relative;
}
#contents block__item ul li:after {
  content: "";
  display: block;
  background-color: #ffea00;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}

#contents ul li a,
#contents ol li a {
  text-decoration: underline;
}
#contents ul li a:hover,
#contents ol li a:hover {
  opacity: 1;
  text-decoration: none;
}
#contents ol {
  max-width: 100%;
  margin: 2.5rem auto;
  padding: 0;
  counter-reset: number;
}
#contents ol li {
  padding: 0.4rem 0 0.4rem 2.5rem;
  list-style: none;
  position: relative;
  counter-increment: number;
}
#contents ol li::before {
  display: block;
  background-color: transparent;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  background: #000;
  padding-top: 1px;
}
#contents ol li:nth-child(-n + 9)::before {
  content: counter(number);
}
#contents ol li:nth-child(n + 10)::before {
  content: counter(number);
}

/* ul,ol reset */
#contents .addParts01 ul,
#contents .addParts01 ol,
#contents .addParts02 ul,
#contents .addParts02 ol,
#contents .addParts03 ul,
#contents .addParts03 ol,
#contents .float-wrap ul,
#contents .float-wrap ol,
#contents .box-wrap ul,
#contents .box-wrap ol,
#contents .frame ul,
#contents .frame ol {
  padding: 0;
  margin: 0;
}
#contents .addParts01 ul li,
#contents .addParts01 ol li,
#contents .addParts02 ul li,
#contents .addParts02 ol li,
#contents .addParts03 ul li,
#contents .addParts03 ol li,
#contents .float-wrap ul li,
#contents .float-wrap ol li,
#contents .box-wrap ul li,
#contents .box-wrap ol li,
#contents .frame ul li,
#contents .frame ol li {
  padding: 0;
}
#contents .addParts01 ul li::before,
#contents .addParts01 ol li::before,
#contents .addParts02 ul li::before,
#contents .addParts02 ol li::before,
#contents .addParts03 ul li::before,
#contents .addParts03 ol li::before,
#contents .float-wrap ul li::before,
#contents .float-wrap ol li::before,
#contents .box-wrap ul li::before,
#contents .box-wrap ol li::before,
#contents .frame ul li::before,
#contents .frame ol li::before {
  content: none;
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: static;
}

.caption {
  margin: 1rem auto 0;
  font-size: 1.1rem;
  line-height: 1.454545455;
  word-break: break-all;
  color: #848484;
}

/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap {
  max-width: 100%;
  margin: 3rem auto;
  box-sizing: border-box;
}
float-wrap p {
  width: 80%;
}
.float-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.float-wrap .flame {
  position: relative;
}
.float-wrap .fl {
  width: 350px;
  margin: 0 2.4rem 1rem 0;
  text-align: center;
}
.float-wrap .fr {
  width: 350px;
  margin: 0 0 1rem 2.4rem;
  text-align: center;
}
.float-wrap .ct {
  width: 500px;
  margin: 0 auto 28px;
  text-align: center;
}
#contents .float-wrap.ct .catch {
  text-align: center;
}
#contents .float-wrap .catch {
  color: #328cc6;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 1.7rem;
  padding: 0;
  text-align: left;
  width: 100%;
  border-bottom: 2px solid #fff;
}
#contents .float-wrap .catch a {
  /* background: url(img/arrow_black02.png) right  center no-repeat; */
  background-size: 29px auto;
  padding-right: 5.5rem;
  position: relative;
}
#contents .float-wrap .catch a:after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(img/arrow_black02.png) right center no-repeat;
  top: 35px;
  right: 5px;
}
#contents .float-wrap p:not(.catch) {
  font-size: 1.5rem;
  line-height: 1.866666667;
}

/*  btns*/
#contents .btn-internal,
#contents .btn-web,
.addParts--recommended .btn-web {
  max-width: 100%;
  text-align: center;
  margin: 3.5rem auto;
  padding: 0;
  width: 442px;
  position: relative;
  cursor: pointer;
  z-index: 0;
}

#contents .btn-web a:hover,
.addParts--recommended .btn-web a:hover {
  background-color: #f3582b;
  opacity: 1;
}

.btn-internal a,
.btn-web a {
  display: block;
  padding: 2.3rem 5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.74;
  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);
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  z-index: 10;
  position: relative;
}
.btn-internal a {
  background: url("img/arrow_white02.png") right 23px center no-repeat, linear-gradient(180deg, #4FDDB5, #28B585);
  color: #fff;
  border-radius: 999px;
}
.btn-web a {
  background: url("img/arrow_white02.png") right 23px center no-repeat, linear-gradient(180deg, #F0B443, #F06E43);
  color: #fff;
  border-radius: 999px;
}

#contents .btn-link {
  max-width: 100%;
  margin: 3rem auto;
  text-align: right;
}
.btn-link a {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 30px;
  background: url(img/ico_arrow.png) top 7px left no-repeat;
  line-height: 1.3;
  text-decoration: underline;
}

.btn-link a::before {
}
.btn-link a:hover {
  opacity: 1;
  text-decoration: none;
}
.btn-tel {
  display: none;
}
.btn-accordion {
  width: 442px;
  max-width: 100%;
  background: #DCE7EB url(img/ico_plus.png) no-repeat right 2.55rem center;
  border: 1px solid #9D9D9D;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 2.3rem 4.5rem;
  margin: 5rem auto 0;
  cursor: pointer;
}
.btn-accordion.is-open {
  background: #DCE7EB url(img/ico_minus.png) no-repeat right 2.55rem center;
}

#contents .btn-accordion p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.btn-accordion .btn-more .open_text {
    display: block;
}

.btn-accordion .btn-more .close_text {
    display: none;
}


.btn-accordion.is-open .btn-more .open_text {
    display: none;
}

.btn-accordion.is-open .btn-more .close_text {
    display: block;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents .table-layout {
  padding: 0;
}
#contents table {
  width: 100%;
  max-width: 1100px;
  table-layout: fixed;
  margin: 4rem auto;
  border: solid 1px #9d9d9d;
}
#contents table th {
  width: 25%;
  font-size: 1.4rem;
  text-align: center;
  background: #D9E6E5;
  border: solid 1px #9d9d9d;
  padding: 1.3rem 1rem;
  word-break: break-all;
  line-height: 1.4;
  vertical-align: middle;
}
#contents table td {
  padding: 1.3rem 1.5rem;
  background: #fff;
  font-size: 1.4rem;
  text-align: left;
  border: solid 1px #9d9d9d;
  word-break: break-all;
  vertical-align: middle;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap {
  width: 100%;
  max-width: 100%;
  margin: 10rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .box-wrap .box {
  display: block;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 8.2rem) / 2);
  position: relative;
  border: 1px solid #2CB8EC;
  padding: 3.6rem 3.9rem 4.5rem;
}
#contents .box-wrap .box:nth-child(n + 3) {
  margin-top: 60px;
}
#contents .box-wrap .box .permalink {
  display: none;
}
#contents .box-wrap .box .thumb {
  position: relative;
}

/*box-head*/
#index .box-wrap .box-head,
#category .box-wrap .box-head,
#page .box-wrap .box-head {
  display: block;
}
#index .box-wrap .box-head a,
#category .box-wrap .box-head a,
#page .box-wrap .box-head a {
  font-size: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#index .box-wrap .box-head a:hover,
#category .box-wrap .box-head a:hover,
#page .box-wrap .box-head a:hover {
  color: #333;
  text-decoration: none;
}
#index .box-wrap .box-head::after,
#category .box-wrap .box-head::after,
#page .box-wrap .box-head::after {
  content: none;
}
#contents .box-wrap .box p {
  margin: 0;
}
#contents .box-wrap .box p + p {
  margin-top: 1.5rem;
}
/*type-a*/
#contents .box-wrap .type-a {
  width: calc((100% - 4rem) / 2);
}
#contents .box-wrap .type-a:nth-child(even)::before {
  content: "";
  width: 1px;
  height: 100%;
  /* background: #000; */
  position: absolute;
  top: 0;
  left: -3.1rem;
}
#contents .box-wrap .type-a .thumb {
  position: relative;
}
#contents .box-wrap .type-a .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#contents .box-wrap .type-a .box-head {
  font-size: 3rem;
  line-height: 1.133333;
  font-weight: bold;
  color: #535353;
  padding: 0;
  margin: 3.8rem auto 2.7rem;
  display: table;
  vertical-align: middle;
  text-align: left;
  width: 100%;
}
#contents .box-wrap .type-a .box-head a {
  line-height: inherit;
  color: #535353;
  background: url("img/arrow_black02.png") right center no-repeat;
  padding: 1rem 4.5rem 1rem 0;
  position: relative;
}
#contents .box-wrap .type-a .box-head a:hover {
  opacity: 0.7;
}
#contents .box-wrap .type-a .box-body {
}
#contents .box-wrap .type-a .box-body .smallPic {
  width: 100px;
  float: left;
}
#contents .box-wrap .type-a .box-body .smallPic img {
  display: block;
  margin: 0 auto;
}
#contents .box-wrap .type-a .box-body p {
  float: right;
  line-height: 2;
  letter-spacing: .03em;
  margin-top: -0.7rem;
}
/*type-b*/
#contents .box-wrap .type-b {
  border-top: 1px solid #333;
  /*border-bottom: 1px solid #333;*/
  padding: 30px 10px 0;
}
#contents .box-wrap .type-b:nth-last-child(2),
#contents .box-wrap .type-b:last-child {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 10px 40px;
}
#contents .box-wrap .type-b .box-head-area {
  display: table;
  margin: 0 0 40px;
}
#contents .box-wrap .type-b .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  position: relative;
}
#contents .box-wrap .type-b .thumb::before {
  content: "";
  width: 62px;
  height: 62px;
  background: url("img/box-wrap_b_dotline.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: -10px;
}
#contents .box-wrap .type-b .thumb img {
  border-radius: 100px;
}
#contents .box-wrap .type-b .box-head {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  border-radius: 8px 8px 0 0;
  padding: 0 0 0 20px;
}
#contents .box-wrap .type-b .box-head a {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  color: #333;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
#contents .box-wrap .type-b .box-head a:hover {
  opacity: 0.7;
}
#contents .box-wrap .type-b .caption {
  margin: 25px 0 0;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame-wrap {
  width: 100%;
  max-width: 100%;
  margin: 8rem auto;
  display: flex;
  flex-wrap: wrap;
}
#contents .frame-wrap .inner {
  margin: 0 auto;
}
#contents .frame {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 3.2rem) / 3);
  margin: 0 1.6rem 0 0;
}
#contents .frame--feature {
  width: calc((100% - 5.5rem) / 2);
  margin: 0 2.7rem 0 0;
  position: relative;
}
#contents .frame-wrap .frame:nth-child(3n) {
  margin: 0;
}
#contents .frame-wrap .frame:nth-child(n + 4) {
  margin-top: 1.6rem;
}
#contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
}

/*frame-head*/
#index .frame .frame-head,
#category .frame .frame-head,
#page .frame .frame-head {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
#index .frame .frame-head a,
#category .frame .frame-head a,
#page .frame .frame-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
}
#index .frame .frame-head a:hover,
#category .frame .frame-head a:hover,
#page .frame .frame-head a:hover {
  opacity: 0.7;
}
#contents .frame .frame-head p {
  margin: 0;
}
#contents .frame .frame-body {
  padding: 0 20px 35px;
}
#contents .frame .frame-body .frame-catch {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin: 0 0 15px;
}

#contents .frame .frame-body p {
  margin: 0;
  line-height: 2;
}
#contents .frame .frame-body p + p {
  margin-top: 1.5rem;
}
#contents .frame .thumb {
}
#contents .frame p.caption {
  margin: 10px 15px 0;
}

/*type-a*/
#contents .frame-wrap .type-a {
  border: 1px solid #333;
}
#contents .frame-wrap .type-a .frame-catch {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #8c8200;
  border-top: 5px solid #e6dc14;
  padding: 20px 25px 20px;
  position: relative;
  font-weight: normal;
  letter-spacing: normal;
}
#contents .frame-wrap .type-a .frame-catch::before {
  content: "";
  background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit;
  z-index: inherit;
}
#contents .frame-wrap .type-a .frame-catch::after {
  content: "";
  width: 19px;
  height: 11px;
  background: url("img/frame-wrap_baloon.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  top: inherit;
  right: inherit;
  z-index: inherit;
  transform: none;
}
#contents .frame-wrap .type-a .frame-head {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 20px 20px 20px;
}
#contents .frame-wrap .type-a .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
#contents .frame-wrap .type-a .frame-head a:hover {
  opacity: 0.7;
}
#contents .frame-wrap .type-a .thumb {
  width: 200px;
  margin: 0 auto;
}
#contents .frame-wrap .type-a .caption {
  text-align: center;
  padding: 0 20px;
}
#contents .frame-wrap .type-a ul.icoArea {
  width: 224px;
  text-align: center;
  margin: 25px auto;
}
#contents .frame-wrap .type-a ul.icoArea li {
  width: 68px;
  margin: 0 0 0 10px;
  float: left;
}
#contents .frame-wrap .type-a ul.icoArea li:first-child {
  margin: 0 0 0 0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(3n + 1) {
  margin: 0 0 0 0;
}
#contents .frame-wrap .type-a ul.icoArea li:nth-child(n + 4) {
  margin-top: 16px;
}
#contents .frame-wrap .type-a ul.icoArea .ico {
  width: 57px;
  margin: 0 auto;
}
#contents .frame-wrap .type-a ul.icoArea .icoTxt {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0 8px;
  position: relative;
}
#contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e6dc14;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*type-b*/
#contents .frame-wrap .type-b {
  border: 1px solid #000;
  background: #fff;
}
#contents .frame-wrap .type-b .frame-head {
  min-height: 100px;
  font-size: 2.5rem;
  line-height: 1.230769231;
  font-weight: bold;
  padding: 2.2rem 2rem 2rem;
  margin: 0 auto 2.5rem;
  position: relative;
  letter-spacing: normal;
  display: table;
  width: 100%;
  vertical-align: middle;
  word-break: break-all;
}
#contents .frame-wrap .type-b .frame-head::after {
  content: "";
  background: #000;
  width: calc(100% - 2rem);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: inherit;
  z-index: inherit;
  transform: none;
  margin: 0 auto;
}
#contents .frame-wrap .type-b .frame-head a {
  display: table-cell;
  width: calc(100% + 0.7rem);
  background: url("img/arrow_white01.png") right center no-repeat;
  background-size: 30px auto;
  padding-right: 2.5rem;
  letter-spacing: inherit;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.7rem;
}
#contents .frame-wrap .type-b .frame-head a:hover {
  opacity: 0.7;
}
#contents .frame-wrap .type-b .thumb {
  width: 200px;
  margin: 0 auto;
  max-width: 90%;
}
#contents .frame-wrap .type-b .thumb img {
  display: block;
  margin: 0 auto;
}
#contents .frame-wrap .type-b .caption {
  text-align: center;
  padding: 0 2rem;
  color: #8d8d8d;
}
#contents .frame-wrap .type-b .frame-body {
  margin: 2rem auto 0;
  padding: 0 2rem 2rem;
}
#contents .frame-wrap .type-b table {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
  margin: 2rem auto;
}
#contents .frame-wrap .type-b table th {
  width: 33%;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3;
  padding: 1.2rem 1rem;
}
#contents .frame-wrap .type-b table td {
  font-size: 1.2rem;
  line-height: 1.45;
  padding: 1.2rem 1rem;
  background: #fff;
  border: 1px solid #9d9d9d;
}
#contents .frame-wrap .type-b table:last-of-type {
  margin-bottom: 0;
}

/*type-c*/
#contents .frame-wrap .type-c {
  position: relative;
}
#contents .frame-wrap .type-c::before {
  content: "";
  width: 104px;
  height: 61px;
  background: url(img/detail_voice_frame_icon01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 23px;
}
#contents .frame-wrap .type-c:nth-of-type(2)::before {
  width: 110px;
  background: url(img/detail_voice_frame_icon02.png) no-repeat;
  background-size: contain;
}
#contents .frame-wrap .type-c:nth-of-type(3)::before {
  width: 110px;
  background: url(img/detail_voice_frame_icon03.png) no-repeat;
  background-size: contain;
}
#contents .frame-wrap .type-c .frame-head {
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: bold;
  padding: 0;
  margin: 0 auto 2rem;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
#contents .frame-wrap .type-c .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  letter-spacing: normal;
}
#contents .frame-wrap .type-c .frame-head a:hover {
  opacity: 0.7;
}
#contents .frame-wrap .type-c .frame-body {
  padding: 0;
}
#contents .frame-wrap .frame-box {
  padding: 4.5rem 2.5rem 3rem;
  background-color: #eaf1f4;
}

/*btn-web*/
#contents .frame .frame-body .btn-web {
  width: 85%;
  margin: 25px auto 0;
}

/* banner-box */
.banner-box {
  margin: 6rem auto;
  text-align: center;
}
.banner-box__link {
  display: inline-block;
  max-width: 100%;
}

/* lower-bottom */
.lower-bottom {
  background: #cee3e6;
  padding: 7.2rem 0 13rem;
}

.lower-bottom .addInner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.lower-bottom .addTopArea {
  margin: 0 auto 5.5rem;
  text-align: center;
}
.lower-bottom .addParts__title {
  padding: 3rem 0 0;
  position: relative;
}
.lower-bottom .frame__list--recommended .frame__list__name01--recommended {
  background: #dce7eb;
  color: #000;
}
.addParts--recommended .addParts__title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.54;
  color: #535353;
}
.addParts--recommended .addParts__title__small {
  font-size: 2.6rem;
  font-weight: bold;
  border: none;
  color: #328cc6;
  display: inline-block;
  margin: 0 auto 1rem;
}
.addParts--recommended .addParts__title__emp01--recommended {
  border: none;
  color: #18b3e9;
}
.addParts--recommended .addParts__title__emp02--recommended {
  border: none;
  color: #1875e9;
}
.frame-wrap--recommended,
#contents.frame-wrap--recommended {
  display: flex;
  justify-content: space-between;
}
.frame--recommended,
#contents .frame--recommended {
  width: calc((100% - 4.4rem) / 3);
  background: #fff;
  border: 4px solid #2CB8EC;
  padding: 0 0 2.5rem;
  word-break: break-all;
  position: relative;
}
#contents .frame--recommended .part1 {
  position: relative;
}
.frame__catch--recommended,
#contents .frame__catch--recommended {
  margin: 0 auto 1.2rem;
  /* width: calc(100% - 7.6rem); */
  height: auto;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.590909091;
  letter-spacing: -.05em;
  position: relative;
  background: #2CB8EC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame__title--recommended,
#contents .frame__title--recommended {
  color: #535353;
  text-align: center;
  max-width: calc(100% - 4rem);
  margin: 0 auto 1.5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.65;
}
.frame__title--recommended span,
#contents .frame__title--recommended span {
  /* background: linear-gradient(transparent 75%, rgba(255, 234, 0, 0.4) 75%) bottom 0.2rem center; */
  display: inline;
  border: none;
  font-size: 3rem;
  color: #535353;
}
.frame__img-wrap--recommended,
#contents .frame__img-wrap--recommended {
  margin: 0 auto 1.5rem;
}

.frame__img-wrap--recommended img,
#contents .frame__img-wrap--recommended img {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


.frame__img-wrap--recommended img,
#contents .frame__img-wrap--recommended img {
  display: block;
  margin: 0 auto;
}
.caption--recommended {
  max-width: calc(100% - 2rem);
  color: #999;
  font-size: 1.2rem;
}
.frame__list-wrap--recommended,
#contents .frame__list-wrap--recommended {
  margin: 0px 1.5rem 1.5rem;
  /* max-width: calc(100% - 4rem); */
  position: relative;
  padding: 1%;
}
.frame__list-wrap__text--recommended,
#contents .frame__list-wrap__text--recommended {
  text-align: center;
  margin: 0 auto 2rem;
  background: #6582aa;
  color: #fff;
  width: 90%;
}
.frame__list-wrap__text--recommended,
#contents .frame__list-wrap__text--recommended::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
}
.frame__list--recommended {
  /* display: flex; */
  /* justify-content: space-between; */
  padding-top: 6%;
}
.frame__list--recommended + .frame__list--recommended {
  margin-top: 1.1rem;
  position: relative;
}
.frame__list--recommended dt {
  /* width: 80%; */
  flex-shrink: 0;
  margin: 0 auto 1rem;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.frame__list--recommended dt:hover {
  /* background-image: url(img/question_mark02.png); */
}
.frame__list--recommended dt a:hover {
  opacity: 1;
}
.frame__list--recommended dt:focus,
.frame__list--recommended dt a:focus {
  outline: none;
}
.frame__list--recommended dt::after {
  content: "";
  width: 110%;
  height: 1px;
  position: absolute;
  /* background: url(img/recommended_frame_list_deco.png); */
  top: 0;
  bottom: -55px;
  right: -12px;
  margin: auto 0;
}
.frame__list--recommended dd::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(img/check_mark01.png) center center;
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}
.frame__list--recommended .frame__modal-switch--recommended {
  display: flex;
  padding: 0.7rem 2rem 0.7rem;
  pointer-events: none;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.frame__list--recommended .frame__modal-switch--recommended span {
  font-size: 1rem;
  border: none;
  color: inherit;
  font-weight: inherit;
  padding-top: 0.5rem;
}
.frame__list--recommended .frame__list__name01--recommended {
  background-color: #2BB5B3;
  color: #fff;
}
.frame__list--recommended .frame__list__name02--recommended {
  background-color: #DDEEFB;
  color: #535353;
}
.frame__list--recommended .frame__list__name02--recommended:after {
  background: none;
}
.frame__list__data--recommended {
  width: 100%;
  /* text-align: left; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  font-size: 1.4rem;
  line-height: 1.285714286;
  letter-spacing: .03em;
  color: #333;
  padding: 12px 0 12px 48px;
  /* font-weight: bold; */
  position: relative;
}
.frame__list__data__emp--recommended {
  border: none;
  color: #ff6b3d;
  font-weight: inherit;
}
.frame__modal-contents--recommended {
  display: none;
  position: absolute;
  bottom: 322px;
  background: #8d8d8d;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #f3f3f3;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 2rem 2.5rem 2.5rem;
  left: 0;
}
.frame__price--recommended {
  margin: 0 auto 2rem;
  width: calc(100% - 4rem);
  text-align: center;
  /* background: #f5f5f5; */
  padding: 1.5rem 0.8rem 1.6rem;
  border: 1px solid #6582aa;
}
.frame__price__title--recommended {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 2rem 1.5rem;
  line-height: 1;
  padding: 1rem;
  background: #6582aa;
  background-size: 50%;
  color: #fff;
  border-radius: 999px;
}
.frame__price__text--recommended {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.frame__price__text__emp--recommended {
  font-size: 3rem;
  border: none;
  color: #f58e70;
  padding-right: 0.5rem;
}
.addParts--recommended .btn-link,
.addParts--recommended .btn-web,
#contents .addParts--recommended .btn-web,
.addParts--recommended .btn-internal,
#contents .addParts--recommended .btn-internal {
  margin: 3rem auto 0.6rem;
  width: 86%;
}

.addParts--recommended .btn-link {
  text-align: right;
}
.addParts--recommended .btn-internal.down a, #contents .addParts--recommended .btn-internal.down a {
  background: url(img/arrow_white02_down.png) right 23px center no-repeat, linear-gradient(180deg, #4FDDB5, #28B585);
}

.addParts--recommended .btn-internal.down a:hover, #contents .addParts--recommended .btn-internal.down a:hover {
  opacity: 0.6;
}

.notes--recommended,
#contents .notes--recommended {
  color: #333;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.notes--recommended + .notes--recommended,
#contents .notes--recommended + .notes--recommended {
  margin-top: 0.6rem;
}

/* addParts--recommended */
.addParts--recommended {
  padding: 6.5rem 0 12.5rem;
  background: #EEF2F3;
}
.addParts--recommended.lower-bottom {
  margin-top: 10rem;
}
.addTopArea {
  margin: 0 auto 6.5rem;
}
.addTxt {
  max-width: 80%;
  width: 860px;
  margin: 0 auto;
  line-height: 2;
}
.addTxt + .addTxt {
  margin-top: 1.5rem;
}
.addParts--recommended .addParts__title {
  text-align: center;
  padding: 0 0 9.8rem;
  background: url(img/recommended_h2_deco.png) no-repeat bottom 3rem center;
  position: relative;
}
.addParts--recommended .addParts__title::after {
  content: "";
  width: 100%;
  height: 126px;
  position: absolute;
  /* background: url(img/recommended_h2_bg.png) repeat; */
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}
.addParts--recommended .addParts__title__emp01--recommended {
  color: #26b8ea;
}

/*  PC END  */


@media screen and (min-width: 481px) {
  .sp {
    display: none !important;
  }
  .sp_br {
    display: none;
  }
}


@media screen and (max-width: 480px) {
  html,
  body {
    width: 100%;
    position: relative;
  }

  .pc {
    display: none !important;
  }
  .pc_br {
    display: none;
  }

  header .rightTxt {
    text-align: center;
  }

  body {
    width: 100%;
    min-width: initial;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
    /*  overflow-x: hidden;*/
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  #index > p,
  #category > p,
  #page > p {
    width: 92%;
  }
  #contents p {
    max-width: 100%;
    margin: 2rem auto 2rem;
  }

  a:hover {
    opacity: 1;
  }

  /*--------------------------------------
  　Header
  ---------------------------------------*/
  header .headTopWrap {
    background: #fff;
  }
  header .headTopArea {
    width: 92%;
    margin: 0 auto;
    padding: 0.8rem 0;
  }
  header .headTopArea .rightTxt {
    font-size: 1rem;
    line-height: 1.4;
  }

  /*--------------------------------------
  　visArea
  ---------------------------------------*/
  #visArea {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  #visArea .mainArea {
    background: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #visArea .mainArea .mainAreaInner {
    display: block;
  }
  #visArea .mainArea .siteNameArea {
    display: table;
    height: 100px;
    width: 100%;
  }
  #visArea .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
  }
  #visArea .mainArea .siteName {
    margin: 0 auto;
    max-width: 92%;
    width: 240px;
  }
  #visArea .mainArea .siteNameSmall {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }
  #visArea .mainArea .siteName img.sp {
    width: 80%;
    margin: 0 auto;
  }
  #visArea .mainArea .siteNameArea .rightTxt {
    top: -1rem;
    right: .5rem;
  }

  /*--------------------------------------
  　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: 49.5%;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 1rem;
    /*background: url("img/sp_ico.png") 1.2rem center no-repeat;
    background-size: 22px 23px;*/
    border-right: 1px solid #bbb;
    text-align: center;
  }
  #navWrap .siteName img {
    width: 120px;
    height: auto;
  }
  #navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(50.5% - 41px);
    font-size: 1.1rem;
    text-align: center;
    color: #18b3e9;
    padding: 0 3.1rem 0 1rem;
    border-right: 1px solid #bbb;
    position: relative;
    background: #dbf6ff url(img/arrow_black02.png) no-repeat right 5px center;
    background-size: 23px 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;
    /*-webkit-overflow-scrolling: touch;*/
  }
  #navSp a {
    text-decoration: none;
  }
  /* 以下装飾など */
  #navSp .navBox {
  }
  #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%;
  }
  #navSp .navBox .accChild li a:first-child {
  }

  /*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;
  }

  #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 a:hover {
    color: #333;
    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;
  }

  #category > h1:first-of-type,
  #page > h1:first-of-type {
    margin-top: 1.5rem;
  }

  /*--------------------------------------
  　Side
  ---------------------------------------*/
  #side {
    display: none;
  }

  /*--------------------------------------
  　bottomBanner
  ---------------------------------------*/
  .bottomBanner {
    width: 92%;
    background: #f5f5dc;
    border: solid 1px #333;
    margin: 6rem auto;
    position: relative;
  }
  .bottomBanner a {
    display: block;
    padding: 1.5rem;
  }
  .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%;
    border-color: #4c4c4c;
  }
  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_black_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/arrow_black_up.png") right 10px center no-repeat;
    background-size: 10px auto;
  }
  footer .areaInner {
  }
  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%;
  }
  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 {
  }
  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 2rem 0 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: 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 {
  }
  #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 {
  }
  #contents #page.mappage ul li a:hover {
    opacity: 1;
  }
  #contents #page.mappage ul.subList li a {
    font-size: 1.4rem;
  }

  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */

  #index a,
  #category a,
  #page a {
    word-break: break-all;
  }
  #index a:hover,
  #category a:hover,
  #page a:hover {
  }
  #category h1,
  #category h2,
  #category h3,
  #category h4,
  #category h5,
  #category h6,
  #category h7,
  #page h1,
  #page h2,
  #page h3,
  #page h4,
  #page h5,
  #page h6,
  #page h7 {
    max-width: 92%;
    margin: 0 auto;
  }
  #category h4::after,
  #page h4::after,
  #category h5::after,
  #page h5::after {
    left: -8px;
    bottom: 20px;
  }

  #category h1,
  #page h1 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 2rem 1.5rem;
    position: relative;
    margin: 1.5rem auto 3rem;
    width: 100%;
    background-size: contain;
  }
  #category h1::before,
  #page h1::before {
    /* top: -15px; */
    /* left: -12px; */
  }
  #category h1::after,
  #page h1::after {
    /* bottom: -11px; */
  }

  #category h2,
  #page h2 {
    font-size: 2rem;
    margin: 4rem auto 3rem;
    padding: 1.2rem 4% 1rem;
    background-size: contain;
  }
  #category > h1 + h2:first-of-type,
  #page > h1 + h2:first-of-type {
    margin-top: 3.5rem;
  }
  #category h2 a,
  #page h2 a,
  #category h3 a,
  #page h3 a,
  #category h4 a,
  #page h4 a,
  #category h5 a,
  #page h5 a {
    background-size: 18px auto;
    padding-right: 2.5rem;
  }

  #category h3,
  #page h3 {
    font-size: 1.8rem;
    margin: 4rem auto 2.5rem;
    padding: 1.2rem 3% 1.2rem 3rem;
  }
  #category h3::after,
  #page h3::after {
    left: -8px;
    width: 25px;
  }
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    font-size: 1.7rem;
    padding: 1rem 4% 1rem;
    margin: 4.5rem auto 2rem;
  }
  #category h5,
  #category h6,
  #page h5,
  #page h6 {
    font-size: 1.6rem;
  }

  /*--------------------------------------
  　list
  ---------------------------------------*/
  #contents #index > ul,
  #contents #category > ul,
  #contents #page > ul {
    width: 92%;
  }
  #contents ul {
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0;
  }
  #contents ul li {
    padding: 0 0 0.5rem 2.5rem;
  }
  #contents ul li::before {
    width: 8px;
    height: 8px;
    top: 9px;
    left: 4px;
  }
  #contents #index > ol,
  #contents #category > ol,
  #contents #page > ol {
    width: 92%;
  }
  #contents ol {
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0;
  }
  #contents ol li {
    padding: 0 0 0.5rem 2.5rem;
  }
  #contents ol li::before {
    top: 4px;
    font-size: 1rem;
    line-height: 14px;
  }

  .caption {
    margin: 0.8rem auto 0;
    font-size: 1rem;
    line-height: 1.3;
  }

  /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
  #contents .float-wrap {
    width: 92%;
    margin: 4.5rem auto;
    position: relative;
  }
  #contents .float-wrap .catch a {
    background-size: contain;
  }
  #contents .float-wrap .catch a:after {
    content: "";
    position: absolute;
    width: 37px;
    height: 37px;
    background: url(img/arrow_black02.png) right center no-repeat;
    top: 15px;
    right: -115px;
  }
  #contents .float-wrap .flame {
    width: 85%;
    margin: 0 auto;
  }
  #contents .float-wrap .float-img {
    box-sizing: border-box;
    width: auto;
    margin: 0 auto 1.5rem;
    text-align: center;
  }
  #contents .float-wrap img {
    box-sizing: border-box;
  }
  #contents .float-wrap .sttl {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #contents .float-wrap .catch,
  #contents .float-wrap.ct .catch {
    font-size: 1.6rem;
    margin: 0 auto 1rem;
    text-align: left;
    width: auto;
    padding: 0;
  }
  #contents .float-wrap p {
    margin: 0;
    padding: 0;
  }
  #contents .float-wrap .fl {
    width: 100%;
    padding: 0;
    float: none;
  }
  #contents .float-wrap .fr {
    width: 100%;
    padding: 0;
    float: none;
  }
  #contents .float-wrap .ct {
    width: 100%;
    padding: 0;
  }

  #contents .float-wrap .fl.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 6% 3% 0;
    float: left;
    margin-bottom: 1rem;
  }
  #contents .float-wrap .fr.t_small {
    box-sizing: content-box;
    width: 40%;
    padding: 0 0 0 6%;
    float: right;
    margin-bottom: 1rem;
  }
  #contents .float-wrap .fl.t_small .flame,
  #contents .float-wrap .fr.t_small .flame {
    width: 100%;
  }

  #contents .float-wrap .float-body.fl {
    width: auto;
    position: static;
    text-align: left;
  }
  #contents .float-wrap .float-body.fr {
    width: auto;
    position: static;
    text-align: left;
  }

  /*float-wrap-head*/
  #index .float-wrap .float-wrap-head,
  #category .float-wrap .float-wrap-head,
  #page .float-wrap .float-wrap-head {
    display: table;
    width: auto !important;
    height: auto;
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    color: #000;
    margin: 0 auto 0.8rem;
    position: relative;
  }
  #index .float-wrap .float-wrap-head a,
  #category .float-wrap .float-wrap-head a,
  #page .float-wrap .float-wrap-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }
  #index .float-wrap .float-wrap-head a:hover,
  #category .float-wrap .float-wrap-head a:hover,
  #page .float-wrap .float-wrap-head a:hover {
    color: #000;
    text-decoration: none;
  }
  #index .float-wrap .float-body.fl .float-wrap-head,
  #category .float-wrap .float-body.fl .float-wrap-head,
  #page .float-wrap .float-body.fl .float-wrap-head,
  #index .float-wrap .float-body.fr .float-wrap-head,
  #category .float-wrap .float-body.fr .float-wrap-head,
  #page .float-wrap .float-body.fr .float-wrap-head {
    width: 100%;
  }
  #contents .float-wrap .float-wrap-head::after {
    content: none;
  }
  #contents .float-wrap p,
  #contents .float-wrap p:not(.catch) {
    width: 100%;
    line-height: 1.8;
  }

  /*  btns*/
  #contents .btn-internal,
  #contents .btn-web,
  #contents .btn-tel,
  #contents .btn-link,
  .addParts--recommended .btn-web,
  #contents .addParts--recommended .btn-web {
    max-width: 100%;
    text-align: center;
    margin: 2rem auto 2rem;
    padding: 0;
    width: 280px;
  }

  #contents .btn-internal:hover a,
  #contents .btn-web:hover a,
  .addParts--recommended .btn-web:hover a,
  #contents .addParts--recommended .btn-web:hover a {
    -webkit-transform: none;
    transform: none;
  }
  .btn-internal a,
  .btn-web a,
  .btn-tel a,
  .addParts--recommended .btn-web a {
    display: block;
    padding: 1.4rem 5rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: none;
    transform: none;
  }
  .btn-internal a {
    background: url("img/arrow_white02.png") right 15px center no-repeat, linear-gradient(180deg, #4FDDB5, #28B585);
  }
  .btn-web a,
  .addParts--recommended .btn-web a {
    background: url("img/arrow_white02.png") right 15px center no-repeat, linear-gradient(180deg, #F0B443, #F06E43);
  }
  .btn-internal a:hover,
  .btn-web a:hover,
  .addParts--recommended .btn-web a {
    transform: none;
  }

  #contents .btn-link {
    max-width: 100%;
    text-align: left;
  }
  .btn-link a {
    display: block;
    padding: 1.4rem 4rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(img/ico_arrow2.png) top 7px left no-repeat;
    background-position: right 15px center;
    border: 2px solid #2BB5B3;
    background-color: #fff;
    border-radius: 999px;
  }
  .btn-link a::before {
  }
  .btn-link a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .btn-tel {
    display: block;
  }
  .btn-tel a {
    background: url("img/ico_tel.png") left 15px center no-repeat, linear-gradient(180deg, #4AD554, #31BA3B);
    color: #fff;
    padding: 1.4rem 5rem;
    border-radius: 999px;
    /* border: 2px solid #6582AA; */
  }
  .btn-accordion {
    width: 280px;
    background: #DCE7EB url(img/ico_plus.png) no-repeat right 1.55rem center;
    padding: 1.4rem 3rem;
  }
  .btn-accordion.open {
    background: #DCE7EB url(img/ico_minus.png) no-repeat right 1.55rem center;
  }

  #contents .btn-accordion p{
    margin:0;
  }
  
  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
  #contents #index > table,
  #contents #category > table,
  #contents #page > table {
    width: 92%;
  }
  #contents table {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin: 3rem auto;
    border-bottom: none;
  }
  #contents table th {
    width: 100%;
    padding: 1em 4%;
    display: block;
    border: none;
    border-bottom: solid 1px #fff;
  }
  #contents table td {
    width: 100%;
    display: block;
    padding: 1.2rem 4%;
    border: none;
    border-bottom: solid 1px #9d9d9d;
  }

  /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
  #contents .box-wrap {
    width: 92%;
    max-width: 92%;
    margin: 6rem auto;
  }
  #contents .box-wrap .box {
    width: 100%;
    padding: 4rem 0 3rem;
    margin: 0 auto;
    float: none;
  }
  #contents .box-wrap .box + .box {
    margin-top: 2.5rem;
  }
  #contents .box-wrap .box:nth-child(even) {
    float: none;
  }
  #contents .box-wrap .box:nth-child(even)::before {
    content: none;
  }
  #contents .box-wrap .box:nth-child(n + 3) {
    /* margin-top: 0; */
  }
  #contents .box-wrap .box:first-child {
    /* padding: 0 0 3rem; */
  }
  #contents .box-wrap .box:last-child {
    /* margin: 0; */
  }
  #contents .box-wrap .box .permalink {
    display: none;
  }
  #contents .box-wrap .box .thumb {
    position: relative;
  }

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

  #contents .box-wrap .box p {
    margin: 0;
  }

  #contents .box-wrap .box .btn-internal {
    margin: 2rem auto;
  }

  /*type-a*/
  #contents .box-wrap .type-a {
    padding: 2rem;
  }
  #contents .box-wrap .type-a:first-child {
    /* padding-top: 0; */
  }
  #contents .box-wrap .type-a .thumb {
    position: relative;
  }
  #contents .box-wrap .type-a .box-head {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0;
    margin: 2rem auto;
    display: block;
  }
  #contents .box-wrap .type-a .box-head a {
    display: block;
    background-size: 24px auto;
    padding: 0 3.5rem 0 0;
  }
  #contents .box-wrap .type-a .box-head a:hover {
    opacity: 1;
  }
  #contents .box-wrap .type-a .box-body {
  }
  #contents .box-wrap .type-a .box-body .smallPic {
    width: 75px;
  }
  #contents .box-wrap .type-a .box-body p {
    line-height: 1.8;
  }
  /*type-b*/
  #contents .box-wrap .type-b {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 3rem 0 3rem;
    margin: -1px 0 0;
  }
  #contents .box-wrap .type-b:nth-child(n + 3) {
    margin-top: -1px;
  }
  #contents .box-wrap .type-b:nth-last-child(2),
  #contents .box-wrap .type-b:last-child {
    padding: 3rem 0 3rem;
  }
  #contents .box-wrap .type-b .box-head-area {
    display: table;
    padding: 0 1rem;
    margin: 0 0 2rem;
  }
  #contents .box-wrap .type-b .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    position: relative;
  }
  #contents .box-wrap .type-b .thumb::before {
    content: "";
    width: 31px;
    height: 31px;
    background: url("img/box-wrap_b_dotline.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    bottom: -5px;
  }
  #contents .box-wrap .type-b .thumb img {
    border-radius: 100px;
  }
  #contents .box-wrap .type-b .box-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    padding: 0 0 0 1.2rem;
  }
  #contents .box-wrap .type-b .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .box-wrap .type-b .box-head a:hover {
    opacity: 1;
  }
  #contents .box-wrap .type-b .caption {
    margin: 2rem 0 0;
  }

  /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
  #contents .frame-wrap {
    width: 92%;
    max-width: 92%;
    margin: 6rem auto;
  }
  #contents .frame-wrap .inner {
    margin: 0 auto;
  }
  #contents .frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    float: none;
  }
  #contents .frame-wrap .frame-box {
    padding: 1.5rem 1rem 2rem;
  }
  #contents .frame-wrap .frame + .frame,
  #contents .frame-wrap .frame:nth-child(n + 4) {
    margin-top: 3rem;
  }
  #contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
  }

  /*frame-head*/
  #index .frame .frame-head,
  #category .frame .frame-head,
  #page .frame .frame-head {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #index .frame .frame-head a,
  #category .frame .frame-head a,
  #page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }
  #index .frame .frame-head a:hover,
  #category .frame .frame-head a:hover,
  #page .frame .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame .frame-head p {
    margin: 0;
  }
  #contents .frame .frame-body {
    padding: 0 1.5rem 3rem;
  }
  #contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin: 0 0 1.5rem;
  }
  .frame__catch--recommended:nth-of-type(1)::before,
  #contents .frame__catch--recommended:nth-of-type(1)::before {
    top: 6px;
  }
  #contents .frame .frame-body p {
    margin: 0;
    line-height: 1.8;
  }
  #contents .frame .thumb {
  }
  #contents .frame p.caption {
    margin: 1rem 1rem 0;
  }

  /*type-a*/
  #contents .frame-wrap .type-a {
    border: 1px solid #333;
  }
  #contents .frame-wrap .type-a .frame-catch {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #8c8200;
    border-top: 5px solid #e6dc14;
    padding: 1.5rem 2.5rem;
    position: relative;
  }
  #contents .frame-wrap .type-a .frame-catch::before {
    content: "";
    background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #contents .frame-wrap .type-a .frame-catch::after {
    content: "";
    width: 19px;
    height: 11px;
    background: url("img/frame-wrap_baloon.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  #contents .frame-wrap .type-a .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 1.8rem 1.5rem;
  }
  #contents .frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 6px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .frame-wrap .type-a .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame-wrap .type-a .thumb {
    width: 80%;
    margin: 0 auto;
  }
  #contents .frame-wrap .type-a .caption {
    text-align: center;
    padding: 0 20px;
  }
  #contents .frame-wrap .type-a ul.icoArea {
    width: 100%;
    text-align: center;
    padding: 0 1.5rem;
    margin: 2rem auto;
  }
  #contents .frame-wrap .type-a ul.icoArea li {
    width: calc(100% / 3);
    padding: 0 0.6rem;
    margin: 0 0 0 0;
    float: left;
  }
  #contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
  }
  #contents .frame-wrap .type-a ul.icoArea li:nth-child(3n + 1) {
    margin: 0 0 0 0;
  }
  #contents .frame-wrap .type-a ul.icoArea li:nth-child(n + 4) {
    margin-top: 1.6rem;
  }
  #contents .frame-wrap .type-a ul.icoArea .ico {
    width: 57px;
    margin: 0 auto;
  }
  #contents .frame-wrap .type-a ul.icoArea .icoTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0 8px;
    position: relative;
  }
  #contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  /*type-b*/
  #contents .frame-wrap .type-b {
  }
  #contents .frame-wrap .type-b .frame-head {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.8rem 5%;
    margin: 0 0 2rem;
  }
  #contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-size: 26px auto;
    padding-right: 2.2rem;
  }
  #contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame-wrap .type-b .thumb {
    width: 80%;
    max-width: 90%;
  }
  #contents .frame-wrap .type-b .caption {
    padding: 0 5%;
  }
  #contents .frame-wrap .type-b .frame-body {
    margin: 1.5rem auto 0;
    padding: 0 5% 2.5rem;
  }
  #contents .frame-wrap .type-b table {
    margin: 1.5rem auto;
  }
  #contents .frame-wrap .type-b table th {
    display: table-cell;
    width: 40%;
    font-size: 1.3rem;
    padding: 1.2rem 1rem;
    border-right: 1px solid #fff;
  }
  #contents .frame-wrap .type-b table td {
    display: table-cell;
    font-size: 1.3rem;
    padding: 1.2rem 1rem;
  }

  /*type-c*/
  #contents .frame-wrap .type-c {
    width: 100%;
    padding: 1.5rem 0 0.5rem;
  }
  #contents .frame-wrap .type-c::before,
  #contents .frame-wrap .type-c:nth-of-type(2)::before,
  #contents .frame-wrap .type-c:nth-of-type(3)::before {
    width: 120px;
    height: 65px;
    top: -18px;
  }
  #contents .frame-wrap .type-c .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 0 auto 1.5rem;
    position: relative;
  }
  #contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame-wrap .type-c .thumb {
    width: 60%;
    margin: 0 auto 2rem;
  }
  #contents .frame-wrap .type-c .thumb img {
    border-radius: 100px;
  }

  /*btn-web*/
  #contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
  }

  /* banner-box */
  .banner-box {
    margin: 4rem auto;
    max-width: 92%;
  }

  /* lower-bottom */
  .lower-bottom {
    padding: 6rem 4% 4rem;
    margin: 6rem auto 0;
  }
  .lower-bottom .addInner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lower-bottom .addTopArea {
    margin: 0 auto 5rem;
  }
  .lower-bottom .addParts__title::before {
    top: 6px;
  }
  .addParts--recommended .addParts__title {
    font-size: 2.4rem;
    padding: 0 0 8rem;
  }
  .addParts--recommended .addTxt {
    width: 100%;
    max-width: 100%;
  }
  .addParts--recommended .addParts__title__small {
    font-size: 1.6rem;
    margin: 0 auto 0.2rem;
  }
  .frame-wrap--recommended,
  #contents.frame-wrap--recommended {
    display: block;
  }
  .frame--recommended,
  #contents .frame--recommended {
    width: 100%;
    padding: 0 0 2rem;
  }
  .frame--recommended:nth-of-type(1) {
    order: 2;
  }
  .frame--recommended:nth-of-type(2) {
    order: 1;
  }
  .frame--recommended:nth-of-type(3) {
    order: 3;
  }
  .frame--recommended:not(:nth-of-type(2)) {
    margin: 30px auto;
  }
  .frame__catch--recommended,
  #contents .frame__catch--recommended {
    margin: 0 auto 2rem;
    padding: 2rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .frame__title--recommended,
  #contents .frame__title--recommended {
    max-width: 92%;
    margin: 0 auto 2rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .frame__title--recommended span,
  #contents .frame__title--recommended span {
    /* background: linear-gradient(transparent 75%, rgba(255, 234, 0, 0.4) 75%) bottom 0.2rem center; */
    display: inline;
    color: inherit;
    border: none;
  }
  .frame__img-wrap--recommended,
  #contents .frame__img-wrap--recommended {
    margin: 0 auto 2rem;
  }
  .caption--recommended {
    max-width: 92%;
  }
  .frame__list--recommended .frame__modal-switch--recommended {
    pointer-events: auto;
  }
  .frame__list--recommended dt::after {
  }
  .frame__modal-contents--recommended {
    display: none;
    position: absolute;
    bottom: 322px;
    background: #8d8d8d;
    border-radius: 10px;
    color: #fff;
    border: 2px solid #f3f3f3;
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 2rem 2.5rem 2.5rem;
  }
  .addParts--recommended .btn-web,
  #contents .addParts--recommended .btn-web,
  .addParts--recommended .btn-tel,
  #contents .addParts--recommended .btn-tel {
    margin: 0 auto 0.6rem;
    width: 250px;
  }
  .addParts--recommended .btn-tel,
  #contents .addParts--recommended .btn-tel {
    margin-top: 2rem;
  }
  .addParts--recommended .btn-web a,
  #contents .addParts--recommended .btn-web a {
    border-color: #000;
    color: #fffefe;
  }

  .addParts--recommended {
    padding: 3rem 0 5rem;
  }
  .addParts--recommended.lower-bottom {
    margin-bottom: 5rem;
    padding: 3rem 4%;
  }
  .notes--recommended, #contents .notes--recommended {
    max-width: 92%;
    margin: 0 auto;
  }
  .frame__list--recommended + .frame__list--recommended {
    margin-top: .5rem;
  }
}
