@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */

/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"),
    url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"),
    url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}


/* CSS Document */

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

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

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
  color: #000;
}

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.5rem;
  line-height: 1.8;
  min-width: 1100px;
  -webkit-font-smoothing: subpixel-antialiased;
  word-break: break-word;
}

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

a {
  color: #000;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

p:not([class]) span:not([class]),
#contents ul li span {
	text-decoration: underline;
	text-decoration-thickness: 0.4em; /* 線の太さ */
	text-underline-offset: -0.15em; /* 線の位置 */
	text-decoration-color: #f2ff00;
	text-decoration-skip-ink: none;
	font-weight: bold;
}
#contents .addParts07 span {
	text-decoration: underline;
	text-decoration-thickness: 0.4em; /* 線の太さ */
	text-underline-offset: -0.15em; /* 線の位置 */
	text-decoration-color: #ffb972;
	text-decoration-skip-ink: none;
	font-weight: bold;
}

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp_br {
  display: none;
}

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

/*hタグ reset*/

#index .addParts01 h2,
#category .addParts01 h1,
#page .addParts01 h1,
#index .addParts02 h2,
#category .addParts02 h1,
#page .addParts02 h1,
#category .addParts03 h1,
#page .addParts03 h1,
#index .addParts04 h2,
#category .addParts04 h1,
#page .addParts04 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 .addParts04 h3,
#category .addParts04 h2,
#page .addParts04 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 .addParts04 h4,
#category .addParts04 h3,
#page .addParts04 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 {
  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;
  letter-spacing: 0.1em;
  color: #141414;
  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,
#category .addParts03 h1 a,
#page .addParts03 h1 a,
#index .addParts04 h2 a,
#category .addParts04 h1 a,
#page .addParts04 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 .addParts04 h4 a,
#category .addParts04 h3 a,
#page .addParts04 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 {
  display: inline;
  width: auto;
  height: auto;
  min-width: initial;
  min-width: auto;
  min-height: initial;
  min-height: auto;
  font-size: 100%;
  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::before,
#category .addParts01 h1::before,
#page .addParts01 h1::before,
#index .addParts02 h2::before,
#category .addParts02 h1::before,
#page .addParts02 h1::before,
#category .addParts03 h1::before,
#page .addParts03 h1::before,
#index .addParts04 h2::before,
#category .addParts04 h1::before,
#page .addParts04 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 .addParts04 h3::before,
#category .addParts04 h2::before,
#page .addParts04 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 .addParts04 h4::before,
#category .addParts04 h3::before,
#page .addParts04 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 {
  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,
#category .addParts03 h1::after,
#page .addParts03 h1::after,
#index .addParts04 h2::after,
#category .addParts04 h1::after,
#page .addParts04 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 .addParts04 h3::after,
#category .addParts04 h2::after,
#page .addParts04 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 .addParts04 h4::after,
#category .addParts04 h3::after,
#page .addParts04 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 {
  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: #000;
  padding: 2px 0;
}

header .headTopArea {
  width: 1100px;
  margin: 5px auto;
}

header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  color: #fff;
}

header .headTopArea .rightTxt a {
  color: #fff;
  display: inline;
}
header .headTopArea .rightTxt:before {
  content: "PR";
  display: inline-block;
  background: #fff;
  color: #000;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}

/*--------------------------------------
　visArea
---------------------------------------*/

#visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#visArea .mainArea {
  display: table;
  background: url("img/z24f_mv_pic_ct.jpg") center top no-repeat;
  background-size: cover;
  height: 120px;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

#visArea .mainArea .mainAreaInner {
  display: table-cell;
  vertical-align: middle;
  padding: 2rem 0 3rem;
}

#visArea .mainArea .siteNameArea {
  margin: 0;
}

#visArea .mainArea .siteName {
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 8px;
}
#visArea .mainArea .siteName span{
  font-size: 2.4rem;
}

#visArea .mainArea .siteName a {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
  color: #fff;
  margin: auto;
  padding: 10px 20px;
  font-weight: bold;
}

#visArea .mainArea .siteName a:hover {
  opacity: 0.8;
}


/* PCハンバーガーメニュー */
.bargBg.pc {
  background: #000;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 900;
  transform: translateX(0);
  transition: transform 0.5s;
  width: 60px;
  height: 60px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #20aca9;
}

.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
}

.bargBg.active {
  transform: translateX(-300px);
}

.bargBg span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 16px;
  width: 29px;
  height: 2px;
  background-color: #fff;
  border-bottom: none;
}

.bargBg.active span {
  background-color: #fff;
}

.bargBg span:nth-of-type(1) {
  top: 8px;
}

.bargBg.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.bargBg span:nth-of-type(2) {
  top: 19px;
}

.bargBg.active span:nth-of-type(2) {
  opacity: 0;
}

.bargBg span:nth-of-type(3) {
  top: 31px;
}

.bargBg.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

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

#g-nav {
  background-color: #fff;
  margin: 0 auto;
  z-index: 100;
  border-bottom: 1px solid #bbbbbb;
}

#g-nav ul {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  height: auto;
  margin: 0 auto;
}

#g-nav li {
  width: 100%;
  min-height: 80px;
  text-align: center;
  position: relative;
}

#g-nav li::before {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#g-nav li:last-child::after {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#g-nav li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px 12px;
  position: relative;
}

#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: 3px;
  background-color: #5b4c06;
  position: absolute;
  left: 0;
  bottom: 2px;
  opacity: 1;
}

#g-nav li a:hover {
  opacity: 0.7;
}

#g-nav-top {
  width: 300px;
  height: 100%;
  background-color: #eeeeee;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transform: translate(300px);
  transition: all 0.5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#g-nav-top::-webkit-scrollbar {
  display: none;
}

#g-nav-top.open {
  transform: translateZ(0);
  cursor: pointer;
}

#g-nav-top li {
  color: #333;
  text-align: center;
}

.header-menu ul.accordion ul {
  display: none;
}

#g-nav-top .accordion li {
  border-bottom: 1px solid #ccc;
margin: 0;}

#g-nav-top .accordion li a {
  display: block;
  text-align: left;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  position: relative;
}

#g-nav-top .accordion li .tglMenu {
  text-align: left;
  color: #000;
  padding: 15px 35px 15px 15px;
  position: relative;
  background: url("img/arrow_black_down.png") 96% center no-repeat;
  background-size: 10px auto;
}

#g-nav-top .accordion li .tglMenu.open {
  background: url("img/arrow_black_up.png") 96% center no-repeat;
  background-size: 9.5px auto;
}

#g-nav-top .accordion li .tglMenu.open::before {
  transform: rotateZ(-90deg);
}

#g-nav-top .accordion li a,
#g-nav-top .accordion li .tglMenu {
  line-height: 2rem;
}

#g-nav-top .accordion li ul li a {
  padding: 15px 30px 15px 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.8) url(img/arrow_black.png) 95.5% center no-repeat;
  background-size: 6px auto;
}

#g-nav-top .accordion li ul li {
  border-bottom: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzuWrap {
  margin: 0;
}

#pankuzu {
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 12px 0;
  width: 1100px;
}

#pankuzu span {
  border-bottom: none;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
}

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

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

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

#category,
#page {
  float: left;
  width: 830px;
  margin: 0;
  padding: 30px 0 0;
}

/*--------------------------------------
　Side
---------------------------------------*/

#side {
  float: right;
  width: 220px;
}

#side .sideBox {
  margin: 0 0 30px;
  border-top: 2px solid #000;
}

#side .sideBox .sttl {
  font-size: 1.5rem;
  font-weight: bold;
}

#side .sideBox .sttl a {
  display: block;
  padding: 15px;
}

#side .sideBox ul {
  padding: 0;
  margin: 0;
  display: none;
}

/*--------------------------------------
Footer
---------------------------------------*/

footer {
  margin: 0;
  padding: 0;
  background-color: #535353;
}

footer .areaInner {
  width: 100%;
  padding: 6rem 0 5rem;
}

footer .areaInner .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

footer .areaInner .logo {
  width: auto;
  margin: 0 auto 5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
}

footer .areaInner .logo a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

footer .areaInner .logo a:hover {
  opacity: 0.7;
}

footer .areaInner .footBox {
  margin: 0 0 3rem 0;
}

footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #ffffff;
  padding: 0 0 1rem 0;
  margin: 0 0 1.4rem 0;
}

footer .areaInner .footBox .sttl a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  background: url("img/arrow_white.png") left center no-repeat;
  background-size: 8px auto;
  border: none;
  padding: 0.3rem 0 0.3rem 2rem;
  margin: 0;
}

footer .areaInner .footBox .sttl a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer .footBox ul {
  padding: 0 2rem;
}

footer .areaInner .footBox .accChild {
  padding: 0;
  box-sizing: border-box;
}

footer .areaInner .footBox .accChild .sp {
  display: none;
}

footer .areaInner .footBox .accChild li.subCat {
  width: 22%;
  margin: 0 4% 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
  margin: 0 0 0.8rem 0;
}

footer .areaInner .footBox .accChild li.subCat a {
  display: inline-block;
  background: url("img/arrow_white.png") 5px 8px no-repeat;
  background-size: 5px auto;
  padding: 0 0 0 1.5rem;
}

footer .areaInner .footBox .accChild li.subCat::after {
  content: "";
}

footer .areaInner .footBox .accChild .pc + li::before {
  letter-spacing: 0;
  color: #a40024;
}

footer .areaInner .footBox .accChild .pc + li::before {
  letter-spacing: 0;
  color: #a40024;
}

footer .areaInner .footBox .accChild .pc + li.subCat::before {
  content: "";
}

footer .areaInner .footBox .accChild li {
  float: left;
  display: inline-block;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  padding: 0;
}

footer .areaInner .footBox .accChild .subList {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild .subList li {
  padding: 0.2rem 0 0 0;
  display: block;
  float: none;
  margin: 0;
  position: relative;
}

footer .areaInner .footBox .accChild .subList li::before {
  content: "└";
  color: #333;
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 0.4rem;
}

footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  background-image: none;
  padding: 0 0 0 1.8rem;
}

/*noticeArea*/

footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 100%;
  background: #424242;
  border-radius: 0;
  padding: 2.5rem 3rem;
  margin: 5rem auto 0;
}

footer .areaInner .noticeArea p {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}

footer .areaInner p.ucp {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 1.5rem auto 0;
}

footer .botArea {
  background-color: #424242;
}

footer .botArea .inner {
  width: 1100px;
  padding: 1rem 0;
  margin: 0 auto;
  display: block;
}

footer .botArea .inner.cf {
  content: none;
}

footer p.sitemap {
  margin: 0;
}

footer p.sitemap a {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  float: right;
  padding: 0.5rem 0;
  text-decoration: underline;
  display: block;
}

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;
  display: flex;
  margin: 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

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

#page-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 60px;
}

#page-top img:hover {
  opacity: 0.7;
}

/* ================== */

/*  サイトマップ　　　*/

/* ================== */

#contents #page.mappage h2 {
  margin: 68px auto 28px;
}

#contents #page.mappage h2 a {
  color: #fff;
}

#contents #page.mappage h2 a:hover {
  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 #pr_box ul li {
  padding: 0;
}

#contents #page.mappage ul.subList li:last-child {
  margin: 0 0 1rem;
}

#contents #page.mappage ul li a:hover {
  opacity: 0.7;
}

#contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
}

/* ================== */

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

/* ================== */

#index a:hover,
#category a:hover,
#page a:hover {
  opacity: 0.7;
}

#index h1,
#index h2,
#index h3,
#index h4,
#index h5,
#index h6,
#index h7 {
  max-width: 1100px;
  margin: 0 auto;
}

#index h2,
#category h1,
#page h1 {
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
  padding: 33px 20px 33px 60px;
  margin: 25px auto 30px;
  position: relative;
  z-index: 1;
}

#index h2 {
  margin: 80px auto 30px;
}

#category h1,
#page h1 {
  margin: 25px 0 40px;
}

#index h2::before,
#category h1::before,
#page h1::before {
  content: "";
  width: calc(100% - 40px);
  height: 110px;
  background: url("img/h2_bg.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

#index h2::after,
#category h1::after,
#page h1::after {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

#index h3,
#category h2,
#page h2 {
  font-size: 3rem;
  margin: 98px auto 38px;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 4rem;
  background: #535353;
  position: relative;
  color: #fff;
}

#index h3 a,
#category h2 a,
#page h2 a {
  color: #fff;
  background: url("img/arrow_white.png") right center no-repeat;
  background-size: 10px auto;
}

#category h3 a,
#page h3 a,
#category h4 a,
#page h4 a,
#category h4 a,
#page h4 a {
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 10px auto;
}

#index h3::before,
#category h2::before,
#page h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  border-color: #f6f30e transparent transparent transparent;
}

#index h4,
#category h3,
#page h3 {
  font-size: 2.4rem;
  margin: 70px auto 30px;
  padding: 15px 20px 15px 15px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  position: relative;
}

#index h4::before,
#category h3::before,
#page h3::before {
  content: "";
  width: 2px;
  height: calc(100% - 30px);
  background: #20aca9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#index h5,
#category h6,
#category h4,
#category h5,
#category h6,
#page h4,
#page h5,
#page h6 {
  font-size: 2rem;
  line-height: 1.5;
  padding: 0 20px 13px 20px;
  margin: 70px auto 30px;
  position: relative;
}

#index h5::after,
#category h6::after,
#category h4::after,
#category h5::after,
#category h6::after,
#page h4::after,
#page h5::after,
#page h6::after {
  content: "";
  border-bottom:solid 1px #20aca9;
  width: 20%;
  position: absolute;
  left: 1.7rem;
  bottom: 0;
}

.sitemap h2 a {
  color: #333;
}

/*--------------------------------------
　list
---------------------------------------*/

#contents ul{
  max-width: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}

#contents ul li,
#contents .addParts01 .scrollArea .whiteArea ul li,
.addParts01 .scrollArea .whiteArea ul li {
  padding: 0 0 6px 20px;
  position: relative;
}

#contents ul li::before,
#contents .addParts02 .lineupArea .float-txt li::before,
#contents .addParts01 .scrollArea .whiteArea li::before,
.addParts01 .scrollArea .whiteArea li::before  {
  content: "";
  display: block;
  background-color: #20aca9;
  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: 1100px;
  margin: 25px auto 25px;
  padding: 10px 10px 0;
}

#contents ol li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

#contents ol li::before {
  display: block;
  background-color: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.2rem;
}

#contents ol li:nth-child(-n + 9)::before {
  content: counter(number);
}

#contents ol li:nth-child(n + 10)::before {
  content: counter(number);
}

/* ul,ol reset */

#contents .addParts01 ul,
#contents .addParts01 ol,
#contents .addParts02 ul,
#contents .addParts02 ol,
#contents .addParts03 ol,
#contents .float-wrap ul,
#contents .float-wrap ol,
#contents .box-wrap ul,
#contents .box-wrap ol,
#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 ol li,
#contents .float-wrap ul li,
#contents .float-wrap ol li,
#contents .box-wrap ul li,
#contents .box-wrap ol 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 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 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;
}

/*--------------------------------------
　recommend,check,point
---------------------------------------*/

#index .recommend,
#category .recommend,
#page .recommend,
#index .recommend2,
#category .recommend2,
#page .recommend2,
#index .check,
#category .check,
#page .check,
#index .point,
#category .point,
#page .point,
#index .rank,
#category .rank,
#page .rank {
  display: block;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
}

#index .recommend a,
#category .recommend a,
#page .recommend a,
#index .recommend2 a,
#category .recommend2 a,
#page .recommend2 a,
#index .check a,
#category .check a,
#page .check a,
#index .point a,
#category .point a,
#page .point a,
#index .rank a,
#category .rank a,
#page .rank a {
  display: block;
  font-size: 100%;
}

#index .recommend::before,
#category .recommend::before,
#page .recommend::before,
#index .recommend2::before,
#category .recommend2::before,
#page .recommend2::before,
#index .check::before,
#category .check::before,
#page .check::before,
#index .point::before,
#category .point::before,
#page .point::before,
#index .rank::before,
#category .rank::before,
#page .rank::before {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}

#index .recommend::after,
#category .recommend::after,
#page .recommend::after,
#index .recommend2::after,
#category .recommend2::after,
#page .recommend2::after,
#index .check::after,
#category .check::after,
#page .check::after,
#index .point::after,
#category .point::after,
#page .point::after,
#index .rank::after,
#category .rank::after,
#page .rank::after {
  z-index: 0;
  background: none;
  box-shadow: 0px 0px 0px;
}

/*recommend*/

#contents .recommend,
#contents .recommend2,
#index .box-wrap h3.recommend,
#index .box-wrap h3.recommend2  {
  width: 100%;
  max-width: 1100px;
  height: 85px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 1px #141414;
  padding: 2rem 2rem 3rem 10rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#contents .recommend::before,
#index .box-wrap h3.recommend::before {
  content: "海外";
  width: 70px;
  height: 70px;
  font-size: 1.8rem;
  line-height: 85px;
  letter-spacing: 0;
  text-align: center;
  background: #f6f30e;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 7px;
  color: #000;
}
#contents .recommend::after,
#index .box-wrap h3.recommend::after{
  content: 'OVERSEAS';
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  position: absolute;
  font-size: 1.2rem;
  left: 3px;
  top: 7px;
  background: #000;
  color: #fff;
  padding: 0.15rem 0.5rem;
}
#contents .recommend a {
  text-decoration: underline;
}
#contents .recommend2::before,
#index .box-wrap h3.recommend2::before{
  content: "国内";
  width: 70px;
  height: 70px;
  font-size: 1.8rem;
  line-height: 85px;
  letter-spacing: 0;
  text-align: center;
  background: #20aca9;
  background-size: 100%;
  position: absolute;
  left: 7px;
  color: #fff;
}
#contents .recommend2::after,
#index .box-wrap h3.recommend2::after{
  content: 'DOMESTIC';
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  position: absolute;
  font-size: 1.2rem;
  left: 3px;
  top: 7px;
  background: #000;
  color: #fff;
  padding: 0.15rem 0.5rem;
}

/*check*/

#contents .check,
#index .about h3.check{
  width: 100%;
  max-width: 1100px;
  height: 85px;
  font-size: 2.2rem;
  line-height: 1.4;
  border-bottom: solid 1px #141414;
  padding: 2rem 2rem 3rem 10rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#contents .check::before,
#index .about h3.check::before {
  content: "CHECK";
  width: 70px;
  height: 70px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
  background: #20aca9;
  position: absolute;
  top: 0px;
  left: 7px;
  color: #fff;
}

#contents .check a {
  text-decoration: underline;
}

/*point*/

#contents .point {
  width: 100%;
  max-width: 1100px;
  height: 85px;
  font-size: 2.2rem;
  line-height: 1.4;
  border-bottom: solid 1px #141414;
  padding: 2rem 2rem 3rem 10rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#contents .point::before {
  content: "POINT";
  width: 70px;
  height: 70px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #72a0db;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 7px;
}

#contents .point a {
  text-decoration: underline;
}

/*rank_wrap*/

#contents .rank_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
}

#contents .rank_wrap .rank {
  width: 100%;
  max-width: 1100px;
  height: 85px;
  font-size: 2.2rem;
  line-height: 1.4;
  border-bottom: solid 1px #141414;
  padding: 2rem 2rem 3rem 10rem;
  margin: 3rem auto 2rem;
  position: relative;
  display: flex;
  align-items: center;
}

#contents .rank_wrap .rank::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 70px;
  height: 70px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #535353;
  position: absolute;
  top: 0;
  left: 7px;
}

#contents .rank a {
  color: #333;
  text-decoration: underline;
}

/*check_number_wrap*/

#contents .check_number_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
}

#contents .check_number_wrap .check::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  height: auto;
  padding: 2rem 0 4rem;
}

#contents .check_number_wrap .check::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 87px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0;
  color: #fff;
}

/*point_number_wrap*/

#contents .point_number_wrap {
  counter-reset: num;
  margin: 3rem auto 2rem;
}

#contents .point_number_wrap .point::before {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2rem 0 4rem;
  height: auto;
}

#contents .point_number_wrap .point::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  width: 87px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0;
  color: #fff;
}

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

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

.float-wrap {
  max-width: 1100px;
  margin: 40px auto 40px;
  box-sizing: border-box;
}

.float-wrap .flame {
  position: relative;
}

.float-wrap .fl {
  width: 350px;
  margin: 0 30px 10px 0;
  text-align: center;
}

.float-wrap .fr {
  width: 350px;
  margin: 0 0 10px 30px;
  text-align: center;
}

.float-wrap .ct {
  width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}

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

#contents .float-wrap .catch,
.float-wrap .catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #20aca9;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,    sans-serif;
}
#contents .float-wrap .catch::after{
  content: none;
}

/*  btns*/
#contents .btn-internal,
#contents .btn-web {
  max-width: 1100px;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  width: 450px;
  position: relative;
  cursor: pointer;
}

#contents .btn-internal a:hover,
#contents .btn-web a:hover {
  opacity: inherit;
  transform: translateY(5px);
  box-shadow: none;
}

.btn-internal a {
  display: block;
  padding: 22px 35px 22px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: url("img/arrow_white.png") right 15px center no-repeat #20aca9;
  background-size: 7px auto;
  box-shadow: 0px 5px 0px 0px #000000;
  transition: 0.2s;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  z-index: 10;
  position: relative;
  border-radius: 10px;
}

.btn-web a {
  display: block;
  padding: 22px 45px 22px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: url("img/arrow_black.png") right 15px center no-repeat #f2ff00;
  background-size: 7px auto;
  box-shadow: 0px 5px 0px 0px #1a1f00;
  position: relative;
  transition: 0.2s;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  z-index: 10;
  border-radius: 10px;
}

#contents .btn-link {
  max-width: 1100px;
  margin: 30px auto;
  text-align: right;
}

.btn-link a {
  position: relative;
  display: inline-block;
  padding: 5px 0 4px 26px;
  background: url(img/ico_arrow.png) 0 50% no-repeat;
  background-size: 15px auto;
  line-height: 1.3;
}

.btn-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-tel {
  display: none;
}

/* ================== */

/*  テーブル　　　　　*/

/* ================== */

#contents table {
  width: 100%;
  max-width: 1100px;
  table-layout: fixed;
  margin: 40px auto 40px;
  border: solid 1px #999999;
}

#contents table th {
  width: 22%;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  background: #f5f5f5;
  border: solid 1px #999999;
  padding: 14px 16px;
}

#contents table td {
  line-height: 2.4rem;
  padding: 14px 20px;
  background: #fff;
  font-size: 1.4rem;
  text-align: left;
  word-wrap: break-word;
  border: solid 1px #999999;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/

#contents .box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 5rem auto;
}

#contents .box-wrap .box {
  display: block;
  width: calc((100% - 8rem) / 3);
  margin: 0 4rem 4rem 0;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  position: relative;
}
#contents .box-wrap .box:nth-of-type(3n) {
  margin: 0 0rem 4rem 0;
}

/*box-head*/
#contents .box-wrap .box p {
  margin: 0;
}
#contents .box-wrap table{
  margin: 2rem 0 3rem;
}
#contents .box-wrap table th{
  width: 25%;
}
#contents .box-wrap table th,
#contents .box-wrap table td{
  font-size: 1.2rem;
  padding: 1rem;
}

/*type-b*/

#contents .box-wrap .type-b {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#contents .box-wrap .type-b .box-head-area {
  display: table;
}
#contents .box-wrap .type-b .box-head-area .recommend,
#contents .box-wrap .type-b .box-head-area .recommend2{
  font-size: 2.4rem;
  padding: 2rem 0 3rem 10rem;
  font-weight: bold;
  border-bottom: none;
}
#contents .box-wrap .type-b .box-head-area h3 a{
  background: url(img/arrow_black.png) right 0 center no-repeat;
  background-size: 8px auto;
  padding: 0 2rem 0 0;
  display: block;
  width: 100%;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/

#contents .frame-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
}

#contents .frame {
  display: block;
  box-sizing: border-box;
  width: 266px;
  margin: 0 0 0 16px;
  background-color: #fff;
  float: left;
}

#contents .frame-wrap .frame:first-child {
  margin: 0 0 0 0;
}

#contents .frame-wrap .frame:nth-child(3n + 1) {
  margin: 0 0 0 0;
}

#contents .frame-wrap .frame:nth-child(n + 4) {
  margin-top: 16px;
}

#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-body {
  padding: 0 20px 35px;
}

#contents .frame .frame-body p {
  margin: 0;
}

/*type-b*/

#contents .frame-wrap .type-b {
  box-shadow: 4px 4px 0 0 #dddfdf;
  width: calc((97%) / 2);
}
#contents .about .frame-wrap .type-b{
  background: #f5f5f5;
  box-shadow: none;
}

#contents .frame-wrap .type-b .frame-head {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 20px 20px 20px;
  margin: 0 0 25px;
  position: relative;
  letter-spacing: normal;
  display: flex;
  color: #1e9794;
  align-items: center;
}

#contents .frame-wrap .type-b .frame-head::after {
  content: "";
  border-bottom: 1px solid #000;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: 0;
  top: inherit;
  right: inherit;
  z-index: inherit;
  transform: none;
}

#contents .frame-wrap .type-b .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;
  color: #1e9794;
}

#contents .frame-wrap .type-b .frame-head a:hover {
  opacity: 0.7;
}

#contents .frame-wrap .type-b .frame-body {
  margin: 25px auto 0;
}
#contents .frame-wrap .type-b ul{
  margin: 0;
  padding: 0;
}
#contents .frame-wrap .type-b ul li{
  padding: 0 0 0 20px;
}

/*type-c*/

#contents .frame-wrap .type-c {
  background-color: #f2efed;
}

#contents .frame-wrap .type-c .eng {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
  margin: -10px 0 0;
  padding-left: 2rem;
  color: #1e9794;
  font-family: "Oswald", sans-serif;
}

#contents .frame-wrap .type-c .frame-head {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 20px 20px 20px;
  margin: 0 0 25px;
  position: relative;
  letter-spacing: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
  justify-content: center;
  display: flex;
  align-items: center;
}

#contents .frame-wrap .type-c .frame-head a {
  display: block;
  width: 100%;
  background: url("img/arrow_green.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0px 18px 0 0;
  position: relative;
  letter-spacing: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho";
}

#contents .frame-wrap .type-c .frame-head a:hover {
  opacity: 0.7;
}

/*btn-web*/
.bottomBanner {
  width: 171px;
  background: #20aca9;
  margin: 0;
  position: fixed;
  bottom: 10rem;
  right: 0rem;
  z-index: 900;
  line-height: 1.4;
}

.bottomBanner a {
  display: block;
  padding: 0.5rem;
}

.bottomBanner .banner_txt {
  margin-top: -2.4rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px #333;
}

.bottomBanner .banner_txt p {
  font-size: 14px;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
  font-weight: bold;
}

.bottomBanner .banner_txt .catch {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
  font-weight: bold;
  text-shadow: 2px 1px 4px #000;
}

.bottomBanner .banner_txt .catch span {
  font-size: 18px;
  color: #fff;
  border-bottom: none;
}

.bottomBanner .banner_txt .more {
  color: #f6f30e;
}

/***** addParts01 *****/
.addParts01 {
	width: 100%;
	padding: 6rem 0 10rem;
	margin: 10rem 0 0;
	background: #eceeee;
}
.addParts01 .addInner {
	width: 1100px;
  margin: 0 auto;
}
.addParts01 .addTopArea {
	padding: 0 150px;
	margin: 0 auto 40px;
}
#index .addParts01 .sttl,
.addParts01 .sttl {
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 25px;
	position: relative;
	letter-spacing: 0.1em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 'Noto Sans JP';
}
#index .addParts01 .sttl span,
.addParts01 .sttl span{
  font-size: 3rem;
}
.addParts01 .scrollArea {
	background: #535353;
	padding: 20px;
}

#contents .addParts01 p {
	margin: 0;
}
.addParts01 .block {
	width: 352px;
	margin: 0 0 0 22px;
	float: left;
}
.addParts01 .note{
  font-size: 1.2rem;
  margin: 0;
  padding: 2rem 0 0;
  color: #727272;
}
.addParts01 .block:first-child {
	margin: 0	0	0	0;
}
.addParts01 .block:nth-child(3n+1) {
	margin: 0;
}
.addParts01 .block:nth-child(n+4) {
  margin-top: 22px;
}
#index .addParts01 .block .catch,
.addParts01 .block .catch {
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	padding: 12px 10px;
	margin: 0 0 20px;
	width: 100%;
	position: relative;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 'Noto Sans JP';
	font-weight: bold;
}
#index .addParts01 .block .catch::after,
.addParts01 .block .catch::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #1e9794 transparent transparent transparent;
}
#index .addParts01 .block .catch span.red,
.addParts01 .block .catch span.red {
	color: #1e9794;
	font-size: 3.2rem;
}
#contents .addParts01 .scrollArea .companyName,
.addParts01 .scrollArea .companyName {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 0;
	letter-spacing: -1px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	color: #fff;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 'Noto Sans JP';
}
#contents .addParts01 .scrollArea .companyName span,
.addParts01 .scrollArea .companyName span{
  font-size: 1.8rem;
}
.addParts01 .scrollArea .product{
  text-align: center;
  font-weight: bold;
  margin-top: 1.3rem;
}
.addParts01 .scrollArea .product span{
 padding: 0.25rem 1rem;
 font-size: 1.6rem;
 background: #f8ff7a;
}
.addParts01 .scrollArea .ph {
  width: calc(100% + 4rem);
  margin: 2rem -2rem;
  text-align: center;
}
#contents p.caption {
  text-align: center;
  margin: 15px 0;
}
.addParts01 .scrollArea .whiteArea {
  background: #424242;
  padding: 1rem;
  margin: 0;
  color: #fff;
}
#index .addParts01 .btn-internal a{
  background: url("img/arrow_white_down2.png") right 15px center no-repeat #20aca9;
  background-size: 12px auto;
}
#contents .addParts01 .scrollArea .btn-web, 
#contents .addParts01 .scrollArea .btn-internal, 
#contents .addParts01 .scrollArea .btn-tel,
.addParts01 .scrollArea .btn-web, 
.addParts01 .scrollArea .btn-internal, 
.addParts01 .scrollArea .btn-tel {
  width: 80%;
  margin: 2rem auto;
}

/***** addParts07 *****/

.addParts07 {
	width: 100%;
	padding: 10rem 0;
	background: url(img/parts07_bg01.png) left center  no-repeat;
	background-size: auto;
}
.addParts07 .addInner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.addParts07 .summaryArea {
	width: 100%;
	background: url("img/z24f_parts03_summary_bg.jpg") right top no-repeat;
	background-size: cover;
	padding: 5rem 0;
	margin: 0;
	position: relative;
}
.addParts07 .summaryArea::before {
	content: '';
	display: block;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	border: solid 1px #201f1e;
	position: absolute;
	left: -5px;
	bottom: 5px;
	pointer-events: none;
}

#contents .addParts07 .summaryArea .summaryTit,
.addParts07 .summaryArea .summaryTit {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin: 0 0 30px -5px;
	position: relative;
	background: #201f1e;
	padding: 5px 10px 5px 50px;
	width: 70%;
	color: #fff;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
}
#contents .addParts07 .summaryArea .summaryTit::before,
#contents .addParts07 .summaryArea .summaryTit::after,
.addParts07 .summaryArea .summaryTit::before,
.addParts07 .summaryArea .summaryTit::after {
	content: none;
}
.addParts07 .summaryArea .txtArea {
	width: calc(100% - 10rem);
	background-color: rgba(255,255,255,0.9);
	padding: 35px;
	margin: auto;
}
.addParts07 .summaryArea .txtArea .float-wrap,
#contents .addParts07 .summaryArea .txtArea .float-wrap{
  max-width: 100%;
  margin: 0;
}
#contents .addParts07 .summaryArea .txtArea .catch,
.addParts07 .summaryArea .txtArea .catch {
	font-size: 3rem;
	line-height: 1.5;
	text-align: left;
	margin: 0 0 15px;
}
#contents .addParts07 .float-txt,
.addParts07 .float-txt{
  float: left;
  width: calc(100% - 440px);
}
#contents .addParts07 .btn-web,
.addParts07 .btn-web{
  width: 80%;
  margin: 1.5rem auto;
}
.date-tag-wrap {
  width: 100%;
  margin: 20px auto;
}

#contents .date-tag-wrap .date-title,
.date-tag-wrap .date-title {
  font-size: 2rem;
  color: #1e9794;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
  margin: 0 0 2rem;
  border-bottom: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
  sans-serif;
}
#contents .date-tag-wrap .date-title::before,
.date-tag-wrap .date-title::before{
  content: none;
}

.date-tags {
  background: #fff;
  padding: 2.3rem 2rem 1rem 4rem;
}
#contents .date-tag-wrap .tags-inline,
.date-tag-wrap .tags-inline{
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#contents .date-tag-wrap .tags-inline li,
.date-tag-wrap .tags-inline li {
  margin: 0 1rem 1rem 0;
  padding: 0.4rem 1rem;
  display: inline-block;
  font-weight: bold;
  position: relative;
  align-items: center;
  width: calc(21.9% - 3rem);
}

#contents .date-tag-wrap .tags-inline li::before,
.date-tag-wrap .tags-inline li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #1e9794 transparent transparent transparent;
  border-radius: 0;
  background-color: #fff;
}


/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  background: #f5f5f5;
  margin: 5rem 0 0;
  padding: 4rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #20aca9;
}
#index .toc_parts{
  width: 70%;
  margin: 0rem auto 0;
}
#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #ccc;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}
#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0,-50%);
  color: #20aca9;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
  opacity: .6;
}
#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}
#toc .chapter br {
  display:none;
}
.accordion_btn{
	margin: 30px auto 0px;
	padding: 18px 40px;
	max-width: 360px;
	width: 80%;
	font-size: 1.5rem;
	line-height: 1.4;
	position: relative;
	display: block;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 10px;
	border: 1px solid #000;
}
.accordion_btn::before{
	font-size: 1.5rem;
	right: 10px;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height:30px;
	border-radius: 50px;
	transform: translateY(-50%);
	content: "＋";
	position: absolute;
	margin: auto;
	transition: 0.2s;
}
.accordion_btn.is-open::before{
	content: "－";
}
.accordion-item{
	display: none;
}
.accordion_btn:hover{
  opacity: 1;
}

/*  PC END  */

@media screen and (max-width: 599px) {
  html,
  body {
    width: 100%;
    position: relative;
    scroll-padding-top: 6.6rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  body {
    width: 100%;
    min-width: auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #index > p,
  #category > p,
  #page > p {
    width: 100%;
  }
  #contents p {
    max-width: 100%;
    margin: 2rem auto 0;
  }
  a:hover {
    opacity: 1;
  }
  /*--------------------------------------
　Header
---------------------------------------*/
  header .headTopWrap {
    padding: 0;
  }
  header .headTopArea {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
  }
  header .headTopArea .rightTxt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  /*--------------------------------------
　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;
    padding: 0;
  }
  #visArea .mainArea .siteNameArea {
    display: table;
    background: url("img/z24f_mv_pic_ct_sp.jpg") center top no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
  }
  #visArea .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
  }
  #visArea .mainArea .siteName {
    font-size: 2.4rem;
    letter-spacing: 0.07em;
  }
  #visArea .mainArea .siteName span {
    font-size: 1.7rem;
  }
  #visArea .mainArea .siteName a{
    width: 100%;
	text-shadow: 
       2px  2px 3px #000000,
      -2px  2px 3px #000000,
       2px -2px 3px #000000,
      -2px -2px 3px #000000,
       2px  0px 3px #000000,
       0px  2px 3px #000000,
      -2px  0px 3px #000000,
       0px -2px 3px #000000; 
  }

  /*--------------------------------------
　spMenuBox
---------------------------------------*/
  /*navWrap*/
  #navWrap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /*navTop*/
  #navWrap .navTop {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #b5b5b5;
    position: fixed;
    top: 0;
    z-index: 9999;
    display:none;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
  }
  #navWrap .navTopInner {
    display: table;
    width: 100%;
    padding: 0.5rem;
    position: relative;
  }
  #navWrap .siteName {
    display: table-cell;
    vertical-align: middle;
    width: 48.5%;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0 0.5rem;
    text-align: center;
	font-weight:700;
	letter-spacing: 0.2rem;
  }
  #navWrap .siteName span{
	  background:#f6f30e;
	  font-size: 1.4rem;
  }
  #navWrap .recommendBtn {
    display: table-cell;
    vertical-align: middle;
    width: calc(50.5% - 41px);
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
    position: relative;
    background: #20aca9;
  }
  #navWrap .recommendBtn::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    border-top: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    z-index: 1;
  }
  #menuBtn {
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
    width: 22px;
    height: 50px;
    padding: 0 1rem;
    cursor: pointer;
    z-index: 9999;
  }
  #menuBtn .menu {
    width: 21px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    outline: none;
    border: none;
    background: #000;
    background: url("img/sp_ico_menu.png") center no-repeat;
    background-size: contain;
  }
  body.open #menuBtn .menu {
    width: 21px;
    height: 16px;
    background: url("img/sp_ico_close.png") center no-repeat;
    background-size: 100%;
  }
  /*navSp*/
  #navSp {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    z-index: 999;
    display: none;
  }
  #navSp > div {
    height: 100%;
    overflow-y: scroll;
  }
  #navSp a {
    text-decoration: none;
  }
  /* 以下装飾など */

  #navSp .navBox:first-child {
    border-top: 1px solid #ccc;
    overflow: hidden;
  }
  #navSp .navBox .sttl a,
  #navSp .sitemap a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background: url("img/arrow_black.png") 96% center no-repeat;
    background-size: 6px auto;
    padding: 1.5rem 9% 1.5rem 4%;
  }
  #navSp .navBox .tglMenu a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl.collapsible a {
    background: url("img/arrow_black_down.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl a br {
    display: none;
  }
  #navSp .navBox .sttl.open > a {
    background: url("img/arrow_black_up.png") 96% center no-repeat;
    background-size: 10px auto;
  }
  #navSp .navBox .sttl,
  #navSp .sitemap {
    border-bottom: 1px solid #ccc;
    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;
    margin: 0;
  }
  #navSp .navBox .accChild li a {
    display: block;
    box-sizing: border-box;
    color: #000;
    background: url("img/arrow_black.png") 95.5% center no-repeat;
    background-size: 5px auto;
    border-bottom: 1px solid #ccc;
    padding: 1.2rem 9% 1.2rem 7%;
  }
  /*--------------------------------------
side
---------------------------------------*/
  #side {
    display: none;
  }
  /*--------------------------------------
pankuzu
---------------------------------------*/
  #pankuzuWrap {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 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;
    color: #333;
    padding: 0;
    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 4%;
  }
  #category > h1:first-of-type,
  #page > h1:first-of-type {
    margin: 0 auto 2.5rem;
  }
  /*--------------------------------------
　Side
---------------------------------------*/
  #side {
    display: none;
  }
  /*--------------------------------------
Footer
---------------------------------------*/
  footer {
    width: 100%;
  }
  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 2.5rem 0;
  }
  footer .areaInner .inner {
    width: 100%;
    padding: 0;
  }
  footer .areaInner .logo {
    display: block;
    box-sizing: border-box;
    width: auto;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000;
    padding: 0 0 0.5rem 0;
    margin: 0 auto 2rem;
  }
  footer .areaInner .logo a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  footer .areaInner .logo a:hover {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  footer .areaInner .logo + .footBox {
    border-top: 1px solid #ccc;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox .sttl {
    border: none;
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .sttl a {
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background: url("img/arrow_white_down.png") right 10px center no-repeat;
    background-size: 10px auto;
    padding: 1rem 4rem 1rem 4%;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  footer .areaInner .footBox .sttl a:hover {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  footer .areaInner .footBox .sttl.open a {
    background: url("img/arrow_white_up.png") right 10px center no-repeat;
    background-size: 10px auto;
  }
  footer .areaInner {
    border-top: 1px solid #ccc;
  }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px solid #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: #ccc;
  }
  footer .areaInner .footBox .accChild li {
    display: block;
    float: none;
  }
  footer .areaInner .footBox .accChild li a {
    display: block;
    box-sizing: border-box;
    font-size: 1.3rem;
    color: #000;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    border-bottom: 1px solid #ccc;
    padding: 1rem 9% 1rem 4%;
  }
  footer .areaInner .footBox .accChild li.subCat {
    width: 100%;
    margin: 0;
  }
  footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
    margin: 0 0 0 0;
  }
  footer .areaInner .footBox .accChild li.subCat a {
    display: block;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
    padding: 1rem 9% 1rem 4%;
  }
  footer .areaInner .footBox .accChild li.subCat a::before {
    content: none;
    font-size: 1.2rem;
    position: relative;
    left: -2px;
    margin-right: 0.2rem;
  }
  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .accChild .subList li {
    padding: 0;
    display: block;
    float: none;
    margin: 0;
  }
  footer .areaInner .footBox .accChild .subList li::before {
    content: none;
    color: #000;
    margin-right: 0;
  }
  footer .areaInner .footBox .accChild .subList li a {
    font-size: 1.3rem;
    padding: 1rem 9% 1rem 9%;
    background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
    background-size: 6px auto;
  }
  footer .areaInner .footBox .accChild .subList li a::before {
    content: "└";
    display: block;
    color: #000;
    position: absolute;
    top: 12px;
    left: 4%;
    margin-right: 0.4rem;
  }
  footer .areaInner .noticeArea {
    width: 92%;
    margin: 2.5rem auto 0rem;
    padding: 1.5rem;
    font-size: 1.2rem;
    border-radius: 0;
  }
  footer .areaInner .noticeArea p {
    font-size: 1.2rem;
  }
  footer .areaInner p.ucp {
    font-size: 1.1rem;
    margin: 1.5rem auto 0;
  }
  footer .botArea .inner {
    width: 92%;
    padding: 1.2rem 0 1.2rem;
    margin: 0 auto;
  }
  footer .botArea .inner .cf {
    content: none;
  }
  footer p.sitemap {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
  }
  footer p.copy {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5rem 0;
    display: block;
  }
  footer p.sitemap a {
    display: block;
    float: none;
  }
  footer p.copy a {
    text-decoration: none;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: none;
  }
  /*--------------------------------------
　PageTop
---------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 4%;
    right: 4%;
    width: 50px;
  }
  #page-top img {
    width: 100%;
  }
  /* ================== */
  /*  サイトマップ　　　*/
  /* ================== */

  #contents #page.mappage h2 {
    margin: 5rem auto 2rem;
  }

  #contents #page.mappage h2 a:hover {
    color: #333;
    text-decoration: none;
    opacity: 1;
  }
  #contents #page.mappage ul {
    margin: 1rem auto 1rem;
  }
  #contents #page.mappage ul li {
    padding: 0 0 0.6rem 1.6rem;
  }
  #contents #page.mappage ul.subList li:last-child {
    margin: 0 0 1rem;
  }

  #contents #page.mappage ul li a:hover {
    opacity: 1;
  }
  #contents #page.mappage ul.subList li a {
    font-size: 1.4rem;
  }
  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */

  #index h1,
  #index h2,
  #index h3,
  #index h4,
  #index h5,
  #index h6,
  #index h7,
  #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: 100%;
    margin: 0 auto;
  }
  #index h2,
  #category h1,
  #page h1 {
    font-size: 2.4rem;
    text-align: left;
    padding: 2rem 2rem 2rem 3.5rem;
    margin: 2.5rem auto 3rem;
  }
  #index h2 {
    margin: 2.5rem auto 3rem;
  }
  #category h1,
  #page h1 {
    margin: 2.5rem 0 8rem;
  }
  #index h2::before,
  #category h1::before,
  #page h1::before {
    /* content: ""; */
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: url("img/h2_bg.jpg") left center no-repeat;
    background-size: 600px auto;
    /* position: absolute; */
    top: -13px;
    left: 0;
    /* z-index: -1; */
    /* opacity: 0.5; */
  }
  #index h2::after,
  #category h1::after,
  #page h1::after {
    content: "";
    width: calc(100% - 15px);
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #index h3,
  #category h2,
  #page h2 {
    font-size: 2rem;
    margin: 5.5rem auto 2.5rem;
    line-height: 1.4;
    padding: 2.2rem 1.2rem 1.9rem 1.8rem;
  }
  #index h3 a,
  #category h2 a,
  #page h2 a,
  #category h3 a,
  #page h3 a,
  #category h4 a,
  #page h4 a,
  #category h4 a,
  #page h4 a{
    background-size: 8px auto;
  }
  #index h3::before,
  #category h2::before,
  #page h2::before {
    border-width: 20px 20px 0 0;
  }
  #index h4,
  #category h3,
  #page h3 {
    font-size: 1.8rem;
    margin: 4rem auto 3rem;
    padding: 1.2rem 1rem 1.2rem 1.2rem;
    line-height: 1.5;
  }
  #index h5,
  #category h6,
  #category h4,
  #category h5,
  #category h6,
  #page h4,
  #page h5,
  #page h6 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 1rem 1.1rem 1rem;
    margin: 4rem auto 1.5rem;
  }
  #index h5::after,
  #category h6::after,
  #category h4::after,
  #category h5::after,
  #category h6::after,
  #page h4::after,
  #page h5::after,
  #page h6::after {
  content: "";
  border-bottom:solid 1px #20aca9;
  width: 20%;
  position: absolute;
  left: 0.8rem;
  bottom: 0;
  }
  .sitemap h2 a {
    color: #333;
  }
  /*--------------------------------------
　list
---------------------------------------*/
  #contents #index > ul,
  #contents #category > ul,
  #contents #page > ul {
    width: 100%;
  }
  #contents ul {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 2rem;
    padding: 0 2% 0;
  }
  #contents ul li {
    min-height: 12px;
    padding: 0 0 0.3rem 6%;
    position: relative;
  }
  #contents ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 0;
  }
  #contents #index > ol,
  #contents #category > ol,
  #contents #page > ol {
    width: 100%;
  }
  #contents ol {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 2rem;
    padding: 0 2% 0;
  }
  #contents ol li {
    padding: 0 0 0.3rem 8%;
    list-style: none;
    position: relative;
    counter-increment: number;
  }
  #contents ol li::before {
    display: block;
    background-color: #333;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
  }
  #contents ol li:nth-child(-n + 9):before {
    content: counter(number);
  }
  #contents ol li:nth-child(n + 10):before {
    content: counter(number);
  }
  /*--------------------------------------
　recommend,check,point
---------------------------------------*/
  #contents .rank_wrap p,
  #contents .recommend_number_wrap p,
  #contents .check_number_wrap p,
  #contents .point_number_wrap p {
    max-width: 92%;
  }
  /*recommend*/
  #contents .recommend,
  #contents .recommend2 {
    max-width: 100%;
    min-height: 60px;
    height: auto;
    font-size: 1.8rem;
    padding: 0rem 1.5rem 1rem 7rem;
    margin: 2rem auto 1.5rem;
  }
  #contents .recommend::before {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    line-height: 65px;
    top: 0;
    left: 5px;
  }
  #contents .recommend::after {
    font-size: 1rem;
    left: 3px;
    top: 5px;
    padding: 0.1rem 0.25rem;
}
#contents .recommend2::before {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  line-height: 65px;
  top: 0;
  left: 5px;
}
#contents .recommend2::after {
  font-size: 1rem;
  left: 3px;
  top: 5px;
  padding: 0.1rem 0.25rem;
}
  #contents .recommend a {
    text-decoration: underline;
  }
  /*check*/
  #contents .check,
  #index .about h3.check   {
    max-width: 100%;
    min-height: 60px;
    height: auto;
	font-size:1.8rem;
    padding: 0rem 1.5rem 1rem 7rem;
    margin: 2rem auto 1.5rem;
  }
  #contents .check::before,
  #index .about h3.check::before {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    line-height: 50px;
    top: 0;
    left: 5px;
  }
  /*point*/
  #contents .point {
    max-width: 100%;
    min-height: 60px;
    height: auto;
    font-size: 1.8rem;
    padding: 0rem 1.5rem 1rem 7rem;
    margin: 2rem auto 1.5rem;
  }
  #contents .point::before {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    line-height: 50px;
    top: 0;
    left: 5px;
  }
  /*rank_wrap*/
  #contents .rank_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }
  #contents .rank_wrap .rank {
    min-height: 60px;
    height: auto;
    font-size: 1.8rem;
    padding: 0rem 1.5rem 1rem 7rem;
    margin: 2rem auto 1.5rem;
  }
  #contents .rank_wrap .rank::before {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
    left: 5px;
    top: 0;
  }
  /*recommend_number_wrap*/
  #contents .recommend_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }

  /*check_number_wrap*/
  #contents .check_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }

  #contents .check_number_wrap .check::before {
    font-size: 0.9rem;
    padding: 1rem 0 3rem;
  }
  #contents .check_number_wrap .check::after {
    width: 60px;
    font-size: 1.8rem;
    top: 22px;
    left: 0;
  }
  /*point_number_wrap*/
  #contents .point_number_wrap {
    counter-reset: num;
    margin: 3rem auto 2rem;
  }

  #contents .point_number_wrap .point::before {
    font-size: 0.9rem;
    padding: 1rem 0 3rem;
  }
  #contents .point_number_wrap .point::after {
    width: 60px;
    font-size: 1.8rem;
    top: 22px;
  }
  .caption {
    margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
  }
  /*--------------------------------------
　float-wrap
---------------------------------------*/
  #contents .float-wrap {
    width: 100%;
    margin: 4rem auto 4rem;
    position: relative;
  }
  #contents .float-wrap .flame,
  .addParts07 .float-wrap .flame {
    width: 100%;
    margin: 0 auto;
  }
  #contents .float-wrap .float-img {
    box-sizing: border-box;
    width: auto;
    margin: 0 auto 1rem;
    text-align: center;
  }
  #contents .float-wrap img {
    box-sizing: border-box;
    max-width: 100%;
  }
  #contents .float-wrap .catch {
    font-size: 1.7rem;
    margin: 0 0 1.5rem;
  }
  #contents .float-wrap p {
    margin: 0;
    padding: 0;
  }
  #contents .float-wrap .fl,
  .addParts07 .float-wrap .fl {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
    float: none;
  }
  #contents .float-wrap .fr {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center;
    float: none;
  }
  #contents .float-wrap .ct {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    text-align: center;
  }
  /*float-wrap-head*/
  #contents .float-wrap p {
    width: 100%;
  }
  /*  btns*/
  #contents .btn-internal,
  #contents .btn-web,
  #contents .btn-tel,
  #contents .btn-link {
    max-width: 100%;
    text-align: center;
    margin: 2rem auto;
    padding: 0;
    width: 85%;
  }
  #contents .btn-internal:hover a,
  #contents .btn-web:hover a {
    -webkit-transform: none;
    transform: none;
  }
  .btn-internal a {
    padding: 1.8rem 3rem 1.8rem;
    background-size: 6px auto;
    transition: none;
    transform: none;
  }
  .btn-web a {
    padding: 1.8rem 3rem 1.8rem;
    transition: none;
    transform: none;
  }
  #contents .btn-link {
    max-width: 100%;
    text-align: left;
  }
  .btn-link a {
    display: block;
    padding: 1.6rem 3.8rem 1.6rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    background: url(img/ico_arrow.png) right 15px center no-repeat;
    background-size: 13px auto;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
  }

  .btn-link a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .btn-tel {
    display: block;
  }
  .btn-tel a {
    background: url("img/ico_tel.png") left 20px center no-repeat,      url("img/arrow_white.png") right 15px center no-repeat #72a0db;
    background-size: 14px auto, 6px auto;
    box-shadow: 0px 5px 0px 0px #000;
    border-radius: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.8rem 3rem 1.8rem;
    display: block;
    text-align: center;
    line-height: 1.3;
    position: relative;
  }
  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */
  #contents #index > table,
  #contents #category > table,
  #contents #page > table {
    width: 100%;
  }
  #contents table {
    box-sizing: border-box;
    width: 100%;
    max-width: initial;
    table-layout: fixed;
    margin: 3rem auto 3rem;
    border-bottom: none;
  }
  #contents table th {
    width: 100%;
    padding: 1em 2.5%;
    font-size: 1.3rem;
    display: block;
    border: none;
    border-bottom: solid 1px #999999;
  }
  #contents table td {
    width: 100%;
    display: block;
    padding: 1em 5%;
    font-size: 1.3rem;
    word-wrap: break-word;
    border: none;
    border-bottom: solid 1px #999999;
  }
  /*--------------------------------------
　box-wrap
---------------------------------------*/
  #contents .box-wrap {
    width: 92%;
    max-width: 92%;
    margin: 3rem auto;
  }
  #contents .box-wrap .box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dashed #bbb;
    padding: 4rem 0 3rem;
    margin: 0 0 0;
    float: none;
    position: relative;
  }
  #contents .box-wrap .box:nth-child(even) {
    float: none;
  }

  #contents .box-wrap .box .permalink {
    display: none;
  }
  #contents .box-wrap .box .thumb {
    position: relative;
  }
  /*box-head*/
  #contents .box-wrap .box p {
    margin: 0;
  }
  #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 .box-head-area {
    display: block;
    padding: 1.5rem 0 0;
    margin: 0;
  }
  #contents .box-wrap .type-b .box-head-area .recommend, 
  #contents .box-wrap .type-b .box-head-area .recommend2{
    font-size: 1.6rem;
    padding: 0rem 1.5rem 1rem 7rem;
    margin: 0 0 1rem;
    min-height: 50px;
    height: auto;
  }
  #contents .recommend::before, 
  #index .box-wrap h3.recommend::before,
  #contents .recommend2::before, 
  #index .box-wrap h3.recommend2::before{
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
    line-height: 70px;
    top: 0;
    left: 5px;
  }
  #contents .recommend::after, 
  #index .box-wrap h3.recommend::after,
  #contents .recommend2::after, 
  #index .box-wrap h3.recommend2::after{
    font-size: 1rem;
    left: 3px;
    top: 5px;
    padding: 0.1rem 0.25rem;
  }
  #contents .box-wrap .type-b .box-head-area .recommend a, 
  #contents .box-wrap .type-b .box-head-area .recommend2 a{
    background-size: 6.5px auto;
  }
  #contents .box-wrap table th{
    width: 100%;
  }

  /*--------------------------------------
　frame-wrap
---------------------------------------*/
  #contents .frame-wrap {
    width: 100%;
    max-width: 100%;
    margin: 4rem auto;
  }
  #contents .frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2rem;
    background-color: #fff;
    float: none;
  }
  #contents .frame-wrap .type-b{
    width: 100%;
  }
  #contents .frame-wrap .frame:first-child {
    margin: 0 0 2rem;
  }
  #contents .frame-wrap .frame:nth-child(3n + 1) {
    margin: 0 0 2rem;
  }
  #contents .frame-wrap .frame:nth-child(n + 4) {
    margin-top: 0;
  }
  #contents .frame-wrap .frame:last-child {
    margin: 0 0 0;
  }
  #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-body {
    padding: 0 1.5rem 3rem;
  }
  #contents .frame .frame-body p {
    margin: 0;
  }
  #contents .frame-wrap .type-b .frame-head {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 1.8rem 1.5rem;
    margin: 0 0 2rem;
    position: relative;
  }
  #contents .frame-wrap .type-b .frame-head::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  #contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background-size: 6.5px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  #contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 1;
  }
  #contents .frame-wrap .type-b .frame-body {
    margin: 2rem auto 0;
  }

  /*type-c*/
  #contents .frame-wrap .type-c .eng {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 3.5rem 0 0;
    position: relative;
    top: -1rem;
  }
  #contents .frame-wrap .type-c .frame-head {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0.5rem 1.8rem 2rem;
    margin: 0 0 2rem;
  }
  #contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background-size: 6.5px auto;
    padding: 0 2rem 0 0;
  }
  #contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 1;
  }

  /*btn-web*/
  .addParts01 .block .catch {
    font-size: 1.4rem;
    padding: 12px 10px;
  }
  .addParts01 .scrollArea .companyName {
    font-size: 1.7rem;
  }

  /***** addParts01 *****/

.addParts01 {
	width: 100%;
	margin: 5rem 0 0;
	padding: 4rem 0;
}
.addParts01 .addInner {
	width: 94%;
}
.addParts01 .addTopArea {
	padding: 0 2%;
	margin: 0 auto 3rem;
}
#index .addParts01 .sttl,
.addParts01 .sttl {
    font-size: 3rem;
    padding: 0;
    margin: 0 auto 2.0rem;
    line-height: 1.3;
}
#index .addParts01 .sttl span,
.addParts01 .sttl span {
	font-size: 1.8rem;
	line-height: 1.5;
	display: block;
}
.addParts01 .block {
	width: 100%;
	margin: 0 0 4.5rem;
	float: none;
}
.addParts01 .block:first-child {
	margin: 0 0 2.5rem;
}
.addParts01 .block:nth-child(3n+1) {
	margin: 0 0 4.5rem;
}
.addParts01 .block:nth-child(n+4) {
  margin: 0 0 2.5rem;
}
.addParts01 .block:last-child {
	margin: 0 0 0;
}
#index .addParts01 .block .catch,
.addParts01 .block .catch {
	font-size: 1.8rem;
	padding: 12px 10px;
}
#index .addParts01 .block .catch span.red,
.addParts01 .block .catch span.red {
  font-size: 2.6rem;
}
#index .addParts01 .scrollArea .companyName,
.addParts01 .scrollArea .companyName {
	font-size: 2.4rem;
}
#contents .addParts01 .scrollArea .companyName span, .addParts01 .scrollArea .companyName span{
  font-size: 1.5rem;
}
.addParts01 .scrollArea .ph {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}
.addParts01 .scrollArea .product span{
  font-size: 1.3rem;
}
  /***** addParts07 *****/
.addParts07 {
	padding: 5rem 0;
}
.addParts07 .addInner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.addParts07 .summaryArea {
	width: 100%;
	padding: 3rem 0;
	background: #528483 url(img/z24f_parts03_summary_bg.jpg) right -20rem top no-repeat;
	background-size: none;
}
#contents .addParts07 .summaryArea .summaryTit,
.addParts07 .summaryArea .summaryTit {
	font-size: 2.2rem;
	text-align: left;
	width: 95%;
	padding: 10px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",    "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Sans JP';
}
.addParts07 .summaryArea .txtArea {
	width: 94%;
	padding: 2.0rem;
}
#contents .addParts07 .float-txt, 
.addParts07 .float-txt{
  float: none;
  width: auto;
}
#contents .addParts07 .summaryArea .txtArea .catch, 
.addParts07 .summaryArea .txtArea .catch{
  font-size: 2rem;
}
#contents .addParts07 .btn-web, .addParts07 .btn-web {
    width: 85%;
    margin: 1.5rem auto;
}
.date-tags {
  padding: 2rem 0.6rem 0.7rem 1.8rem;
}
.date-tag-wrap{
  margin: 4rem 0 0;
}
#contents .date-tag-wrap .date-title, 
.date-tag-wrap .date-title{
  font-size: 1.6rem;
}
#contents .date-tag-wrap .tags-inline li, 
.date-tag-wrap .tags-inline li{
  margin: 0 0.3rem 1rem 0;
  width: auto;
  font-size: 1.2rem;
  color: #000;
  width: 48%;
}
.addParts07 .summaryArea .txtArea .catch {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1rem;
}
  .toc_parts {
    margin: 3rem 0 0;
    padding: 3rem 2.5rem 2rem;
  }

  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #20aca9;
  }
  #index .toc_parts{
    width: 92%;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }

  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
  .accordion_btn{
		padding: 1.5rem 3rem;
		margin: 20px auto 0px;
		font-size: 1.5rem;
	}
	.accordion_btn::before{
		right: 10px;
	}
}
