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

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

img {
  vertical-align: top; }

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

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

/*--------------------------------------
　Base
---------------------------------------*/
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  background: url(img/bg.png); }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }

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

a {
  color: #000;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.strong {
  font-weight: bold; }

/* ======================== */
/*  SP・PC共通設定　*/
/* ======================== */
a {
  text-decoration: none; }

.ttl, .sttl {
  line-height: 1.4; }

/*--------------------------------------
　Header
---------------------------------------*/
/*--------------------------------------
　Global Nav
---------------------------------------*/
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
  padding: 5px 0; }

#pankuzu {
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem; }

#pankuzu a:hover {
  color: #700812; }

/*--------------------------------------
　Main Contents
---------------------------------------*/
.index h2, .category h1, .page h1 {
  font-size: 30px;
  background: url(img/h2_bg.png) no-repeat center bottom;
  text-align: center;
  width: 60%;
  margin: 60px auto 60px;
  padding: 0 0 40px 0;
  line-height: 1.4; }

.category h1, .page h1 {
  width: 100% ;
  margin-top: 4rem ;
 }

.index h2 a:hover, .category h1 a:hover, .page h1 a:hover {
  color: #700812; }

.category h1:first-of-type, .page h1:first-of-type {
  margin-top: 0; }

.index > h3, .category > h2, .page > h2 {
  font-size: 26px;
  margin-top: 60px;
  text-align: center;
  background: url(img/h3_bg.png);
  line-height: 1.4;
  padding: 20px;
  color: #700812; }

.index > h3 a, .category > h2 a, .page > h2 a {
  color: #700812; }

.index > h3 a:hover, .category > h2 a:hover, .page > h2 a:hover {
  color: #333; }

.index h4, .category h3, .page h3 {
  display: inline-block;
  font-size: 22px;
  background: url(img/h4_icon.png) no-repeat left center;
  margin-top: 60px;
  padding: 10px 0 10px 55px; }

.index > h4 a, .category > h3 a, .page > h3 a {
  color: #333; }

.index h4 a:hover, .category h3 a:hover, .page h3 a:hover {
  color: #700812; }

.index h5, .category h4, .page h4 {
  font-size: 20px;
  margin-top: 60px;
  color: #745608;
  background: url(img/icon_search_brown.png) no-repeat left center;
  padding-left: 30px; }

.index h5 a, .category h4 a, .page h4 a {
  color: #745608; }

.index h5 a:hover, .category h4 a:hover, .page h4 a:hover {
  color: #700812; }

.index > p, .category > p, .page > p {
  margin: 60px auto 20px; }

/*caption*/
.caption {
  margin: 8px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  word-break: break-all;
  color: #b4b4b4; }

.index ul, .category ul, .page ul {
  margin: 20px 15px 20px; }

.index ul li, .category ul li, .page ul li {
  padding-left: 20px;
  margin: 0 0 5px;
  position: relative; }

.index ul li:after, .category ul li:after, .page ul li:after {
  position: absolute;
  content: "";
  background: url(img/icon_ul.png) no-repeat left top;
  background-size: 10px;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0; }

#contents .bx-viewport li, #contents .addParts03 li, #contents .addParts01 li, #contents .addParts02 li,
#sub .sub_kywrd li {
  padding: 0; }

#contents .addParts01 li:after, #contents .addParts02 li:after, #contents .addParts03 li:after,
#sub .sub_kywrd li:after {
  display: none; }

.index ol, .category ol, .page ol {
  margin: 60px 15px 20px;
  padding: 0;
  counter-reset: li;
  list-style: none; }

.index ol li, .category ol li, .page ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  counter-reset: section;
  list-style-type: none; }

.index ol li:before, .category ol li:before, .page ol li:before {
  content: "0" counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #700812;
  font-size: 16px; }

.index ol li:nth-child(n+10):before, .category ol li:nth-child(n+10):before, .page ol li:nth-child(n+10):before {
  content: counter(li) "."; }

/*--------------------------------------
　Footer
---------------------------------------*/
footer {
  background-color: rgba(255, 255, 255, 0.7); }

/*--------------------------------------
　サイトマップ
---------------------------------------*/
.mappage ul li {
  margin-top: 30px; }

.mappage ul li a {
  background: url(img/icon_arrow_brown.png) no-repeat left center;
  background-size: 7px;
  padding-left: 12px; }

.mappage ul li a:hover {
  color: #f2a435; }

.mappage .subList li {
  margin-top: 10px;
  padding-left: 20px; }

.mappage .subList li a {
  background: url(img/icon_arrow_black.png) no-repeat left center;
  background-size: 7px; }

/*--------------------------------------
　PageTop
---------------------------------------*/
.pagetop:hover {
  opacity: .7; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  width: 44px;
  height: 44px; }

.pagetop img {
  width: 100%;
  height: auto; }

.pagetop2 {
  display: none; }

/*--------------------------------------
　PC・SP カスタマイズ共通
---------------------------------------*/
/*  btns*/
.btn-internal, .btn-web {
  padding: 0;
  text-align: center; }

.btn-internal a, .btn-web a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff; }

.btn-internal a {
  background: #745608 url(img/icon_arrow2_white.png) no-repeat right 15px center;
  background-size: 16px auto; }

.btn-internal a:hover {
  background-color: #700812; }

.btn-web a {
  background: #bb1313 url(img/icon_arrow2_white.png) no-repeat right 15px center;
  background-size: 16px auto; }

.btn-web a:hover {
  background-color: #745608; }

/* ======================== */
/*  PC　*/
/* ======================== */
@media screen and (min-width: 600px) {
  html {
    /* overflow: hidden;*/
    height: 100%; }
  body {
    width: 100%;
    min-width: 1000px;
    overflow-x: hidden;
    /* overflow-y: auto;*/
	position: relative;
    height: 100%; }
  .sp {
    display: none !important; }
  .sp_br {
    display: none; }
  /*--------------------------------------
　Side
---------------------------------------*/
  #side {
    width: 300px;
	height:100%;
    position: fixed;
    background-color: #fff;
    padding: 15px 0;
    left: 0;
    top: 0;
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #side .logo {
    width: 270px;
    margin: 0 auto 30px; }
  #side .logo a:hover img {
    opacity: .7; }
  /*gnav*/
  #g-nav {
    margin-top: 30px;
    width: 300px; }
  #gnav a {
    display: block; }
  #g-nav ul {
    border-bottom: 1px dotted #999; }
  #gnav > ul {
    height: 100%;
    border-bottom: 1px dotted #999; }
  #gnav > ul > li {
    border-top: 1px dotted #999;
    background: url(img/icon_search.png) no-repeat 20px center;
    background-size: 16px;
    -moz-transition: background-color .2s linear, border-bottom .2s linear;
    -webkit-transition: background-color .2s linear, border-bottom .2s linear;
    -o-transition: background-color .2s linear, border-bottom .2s linear;
    -ms-transition: background-color .2s linear, border-bottom .2s linear;
    transition: background-color .2s linear, border-bottom .2s linear; }
  #gnav > ul > li:hover {
    background: url(img/icon_search_white.png) no-repeat 20px center;
    background-color: #700812; }
  #gnav > ul > li > a {
    padding: 15px 40px 15px 50px;
	font-size:15px;
    width: 300px;
    -moz-transition: background-color .2s linear, border-bottom .2s linear;
    -webkit-transition: background-color .2s linear, border-bottom .2s linear;
    -o-transition: background-color .2s linear, border-bottom .2s linear;
    -ms-transition: background-color .2s linear, border-bottom .2s linear;
    transition: background-color .2s linear, border-bottom .2s linear; }
  #gnav > ul > li:hover a {
    color: #fff;
    background: url(img/icon_arrow_white.png) no-repeat right 20px center;
    background-size: 10px; }
  #gnav > ul > li > ul {
    position: fixed;
    display: block !important;
    width: 0;
    height: 100%;
    top: 0;
    margin: 0 0 0 300px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    -moz-transition: width .2s ease-out, height .2s ease-out;
    -webkit-transition: width .2s ease-out, height .2s ease-out;
    -o-transition: width .2s ease-out, height .2s ease-out;
    -ms-transition: width .2s ease-out, height .2s ease-out;
    transition: width .2s ease-out, height .2s ease-out;
    z-index: 10000; }
  #gnav > ul > li:hover > ul {
    width: 300px;
    height: 100%; }
  #gnav > ul > li > ul:hover {
    overflow: visible; }
  #gnav > ul > li > ul > li {
    clear: both;
    float: right; }
  #gnav > ul > li > ul > li > a {
    position: relative;
    display: block;
    width: 300px;
    padding: 6px 32px 6px 30px;
    background: url(img/icon_arrow_white.png) no-repeat right 20px center;
    background-size: 10px;
    color: #fff;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    z-index: 10000;
	font-size:13px;}
  #gnav > ul > li > ul > li > a:hover {
    background-color: #700812; }
  #gnav > ul > li > ul > li > ul {
    position: fixed;
    display: block !important;
    width: 0;
    height: 100%;
    top: 0;
    margin: 0 0 0 300px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: width .2s ease-out, height .2s ease-out;
    -webkit-transition: width .2s ease-out, height .2s ease-out;
    -o-transition: width .2s ease-out, height .2s ease-out;
    -ms-transition: width .2s ease-out, height .2s ease-out;
    transition: width .2s ease-out, height .2s ease-out;
    z-index: 10000; }
  #gnav > ul > li > ul:hover > li > ul {
    height: 100%; }
  #gnav > ul > li > ul > li:hover > ul {
    width: 300px; }
  #gnav > ul > li > ul > li > ul > li {
    clear: both;
    float: right; }
  #gnav > ul > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    width: 300px;
    padding: 20px 30px;
    background: url(img/icon_arrow_white.png) no-repeat right 20px center;
    background-size: 10px;
    color: #fff;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    z-index: 10000; }
  #gnav > ul > li > ul > li > ul > li > a:hover {
    background-color: #f09924; }
  /*bnr*/
  #side .bnr {
    margin: 20px;
    background: url(img/bg_bnr.jpg) no-repeat left center;
    box-shadow: 4px 4px 0 #d0d0d0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #745608, 0 0 0 3px #000; }
  #side .bnr a {
    display: block;
    padding: 10px 20px 40px 20px; }
  #side .bnr:hover {
    opacity: .7; }
  #side .bnr {
    position: relative; }
    #side .bnr p {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.2;
      color: #745608; }
    #side .bnr .subttl {
      text-align: center;
      margin: 0 0 5px 0; }
    #side .bnr .ttl {
      text-align: center;
      margin: 0 0 0 60px; }
      #side .bnr .ttl span {
        font-size: 26px;
        background: #000;
        margin: 2px;
        padding: 1px;
        color: #fff;
        line-height: 1;
        display: inline-block; }
    #side .bnr .btn {
      display: inline-block;
      background: url(img/icon_arrow2_white.png) no-repeat right 5px center;
      background-color: #700812;
      background-size: 10px auto;
      margin-top: 10px;
      font-size: 12px;
      color: #fff;
      padding: 5px 25px 5px 10px;
      position: absolute;
      right: 5px;
      bottom: 5px; }
  /*--------------------------------------
　Pankuzu
---------------------------------------*/
  #pankuzu {
    width: 1000px;
    margin: 0 auto 30px;
    padding-top: 40px; }
  /*--------------------------------------
　Main Contents
---------------------------------------*/
  .sitename {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    font-weight: normal;
    color: #fff;
    font-size: 12px; }
    .sitename a {
      color: #333; }
      .sitename a:hover {
        color: #700812; }
  h1.sitename {
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000; }
  #contents {
    padding-left: 300px;
    overflow-x: hidden; }
  #contents #main {
    width: 1040px;
    margin: 0 auto; }
  /*--------------------------------------
　Footer
---------------------------------------*/
  footer {
    margin-left: 300px;
    width: calc(100% - 300px);
    margin-top: 100px;
    padding-top: 20px; }
  footer .areaInner {
    width: 1040px;
    margin: 0 auto; }
  footer .areaInner .footBox .sttl {
    border-bottom: 1px dotted #999;
    padding: 0 0 10px 0;
    margin: 30px 0 14px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  footer .areaInner .footBox .sttl a {
    padding: 0 0 0 20px; }
  footer .areaInner .footBox a:hover {
    color: #700812; }
  footer .areaInner .footBox .sttl a {
    background: url(img/icon_arrow_brown.png) no-repeat left center;
    background-size: 10px; }
  footer .footBox ul {
    padding: 0 20px; }
  footer .areaInner .footBox .accChild {
    padding: 0 30px;
    box-sizing: border-box; }
  footer .areaInner .footBox .accChild li {
    float: left;
    margin: 10px 20px 0 0; }
  footer .areaInner .footBox .accChild li a {
    padding: 0 0 0 12px;
    background: url(img/icon_arrow_black.png) no-repeat left center;
    background-size: 7px; }
  footer .areaInner .footBox .accChild li a:hover:before {
    color: #000; }
  footer .areaInner .footBox .accChild .subList li {
    padding: 0;
    display: block;
    float: none;
    margin: 0; }
  footer .areaInner .footBox .accChild .subList li a {
    background: none;
    padding: 0; }
  footer .areaInner .footBox .accChild .subList li a:before {
    content: "└";
    margin-right: 4px; }
  footer .areaInner .noticeArea {
    width: 80%;
    margin: 40px auto 0 auto;
    padding: 20px 26px;
    background-color: #eaeaea; }
  footer .areaInner .noticeArea2 {
    width: 80%;
    margin: 15px auto;
    padding: 0 26px;
    text-align: center; }
  footer .botArea {
    background-color: #333;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    display: table;
    box-sizing: border-box; }
  footer .botArea a {
    color: #fff; }
  footer p.copy {
    font-size: 12px;
    display: table-cell;
    text-align: center; }
  footer p.copy a:hover {
    color: #ccc; }
  .botArea .sttl {
    font-size: 12px;
    display: table-cell;
    text-align: right; }
  /*--------------------------------------
　Table
---------------------------------------*/
  #contents table {
    margin: 50px auto 30px;
    width: 100%;
    padding: 0 48px; }
  #contents table th {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px;
    border: 1px solid #333;
    background-color: #ededed;
    color: #333; }
  #contents table td {
    font-size: 13px;
    font-size: 1.8rem;
    padding: 10px;
    border: 1px solid #333;
    background-color: #fff; }
  /*--------------------------------------
　PCカスタマイズ共通
---------------------------------------*/
  /*  btns*/
  .btn-internal, .btn-web {
    margin: 5rem auto 0;
    font-size: 16px;
    font-size: 1.6rem; }
  #main .btn-internal a, #main .btn-web a {
    min-width: 50%;
    padding: 24px; }
  .btn-link {
    text-align: right; }
  .btn-internal a, #main .btn-web1 a {
    min-width: 300px;
    padding: 24px;
}
  .btn-link a {
    background: url(img/icon_arrow_maru_red.png) no-repeat left center;
    background-size: auto auto;
    background-size: 20px;
    padding-left: 30px;
    display: inline-block;
    color: #700812; }
  .btn-link a:hover {
    text-decoration: underline;
    color: #333; }
  /*addParts01*/
  #contents .addParts01 ul, #contents .addParts02 ul, #contents .addParts03 ul {
    margin: 0; }
  #contents .addParts01 h2 + p, #contents .addParts02 h2 + p, #contents .addParts03 h2 + p {
    width: 80%;
    margin: 0 auto; }
  #contents .addParts01 .box {
    margin-top: 50px;
    width: 100%; }
  #contents .addParts01 .box h3 {
    font-size: 26px;
    font-weight: bold;
    background: url(img/bg_stripe02.png) repeat-x left bottom;
    background-size: auto auto;
    background-size: 7px;
    margin: 0;
    line-height: 1.4; }
  #contents .addParts01 .box h3 a {
    display: block;
    padding: 20px;
    background: url(img/icon_sankaku.png) no-repeat right bottom 10px;
    background-size: 16px; }
  #contents .addParts01 .box h3 a:hover {
    color: #700812;
    background: url(img/icon_sankaku_hover.png) no-repeat right bottom 10px;
    background-size: 16px; }
  #contents .addParts01 .boxInner {
    padding: 30px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    position: relative;
    margin-top: 30px; }
  #contents .addParts01 .boxInner:before {
    content: "";
    background: url(img/bg_black_top.png) no-repeat left top;
    background-size: 160px;
    width: 160px;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0; }
  #contents .addParts01 .boxInner:after {
    content: "";
    background: url(img/bg_black_bottom.png) no-repeat left top;
    background-size: 160px;
    width: 160px;
    height: 160px;
    position: absolute;
    right: 0;
    bottom: 0; }
  #contents .addParts01 .thumb {
    width: 35%;
    float: left;
    margin-bottom: 20px;
    position: relative; }

	
	
  #contents .addParts01 .thumb img {
    width: 100%;
    height: auto; }
  #contents .addParts01 .thumb .caption {
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center; }
  #contents .addParts01 .boxRight {
    float: right;
    width: 65%;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 20px; }
  #contents .addParts01 .boxRight .sttl {
    color: #700812;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4; }
  #contents .addParts01 .boxRight p {
    margin: 20px 0 0 0; }
  #contents .addParts01 .boxInner .date {
    clear: both;
    margin: 0;
    text-align: center;
    width: 100%;
    padding-top: 60px; }
  #contents .addParts01 .boxInner .date li {
    display: inline-block;
    background: url(img/bg_box.png) no-repeat left top;
    background-size: 218px;
    width: 220px;
    height: 158px;
    box-sizing: border-box;
    padding: 25px 20px 0;
    text-align: center;
    margin: 0 5px; }
  #contents .addParts01 .boxInner .date li p {
    line-height: 1; }
  #contents .addParts01 .boxInner .date li .icon {
    background: url(img/icon_implant.png) no-repeat center top;
    background-size: 22px;
    padding-top: 50px; }
  #contents .addParts01 .boxInner .date li .number {
    font-size: 13px;
    margin-top: 10px; }
  #contents .addParts01 .boxInner .date li .number span {
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffba00 60%); }
  #contents .addParts01 .info {
    background: url(img/bg_stripe02.png) repeat-x left top;
    background-size: 7px;
    margin: 80px auto 0 auto;
    position: relative;
    width: 80%; }
  #contents .addParts01 .info .sttl {
    text-align: center;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -3em; }
  #contents .addParts01 .info .sttl span {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    width: 6em; }
  #contents .addParts01 .info ul {
    margin: 0;
    padding: 60px 30px 0; }
  #contents .addParts01 .info ul li {
    margin-top: 10px; }
  #contents .addParts01 .info ul li:first-child {
    margin-top: 0; }
  #contents .addParts01 .info ul li dl {
    display: table; }
  #contents .addParts01 .info ul li dl dt {
    background: url(img/icon_ul.png) no-repeat left top;
    background-size: 10px;
    display: table-cell;
    width: 20%;
    font-weight: bold;
    padding-left: 30px; }
  #contents .addParts01 .info ul li dl dd {
    display: table-cell;
    width: 80%; }
  #contents .addParts01 .btn-internal {
    margin-top: 40px; }
  /*addParts02*/
  #contents .addParts02 .boxBg {
    background-color: #fff;
    margin: 5rem -100% 0;
    padding: 4rem 100%;
    margin-left: calc(((100vw - 1000px) / 2) * -1);
    margin-right: calc(((100vw - 1000px) / 2) * -1);
    padding: 40px calc((100vw - 1000px) / 2); }
  #contents .addParts02 h2 {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    background: url(img/parts02_icon01.png) no-repeat center top;
    margin: 0 auto;
    padding: 90px 20px 30px 20px; }
    #contents .addParts02 h2 a {
      color: #333; }
      #contents .addParts02 h2 a:hover {
        opacity: .7; }
    #contents .addParts02 h2 span {
      font-size: 36px;
      color: #700812;
}
  #contents .addParts02 .boxBg .box {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px dotted #999; }
  #contents .addParts02 .boxBg .box:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  #contents .addParts02 .box .textArea {
    width: 50%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box; }
  #contents .addParts02 .box .textArea p {
    width: 100%; }
  #contents .addParts02 .box .textArea .btn-web {
    width: 50%;
    margin: 30px auto 0; }
  #contents .addParts02 .box .textArea .btn-web a {
    padding: 10px 30px;
    display: block;
    min-width: 100%;
    background: #745608 url(img/icon_arrow2_white.png) no-repeat right 15px center;
    background-size: 16px auto; }
    #contents .addParts02 .box .textArea .btn-web a:hover {
      background: #700812 url(img/icon_arrow2_white.png) no-repeat right 15px center;
      background-size: 16px auto; }
  #contents .addParts02 .box ul {
    width: 50%;
    float: left;
    margin: 0; }
  #contents .addParts02 .box ul li {
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-left: 3%;
    position: relative; }
  #contents .addParts02 .box ul li a {
    display: block;
    background-color: #ededed;
    padding: 15px;
    position: relative;
    color: #333; }
  #contents .addParts02 .box ul li:hover {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: .7; }
  #contents .addParts02 .box ul li a:before {
    position: absolute;
    content: "";
    background: url(img/bg_box_left.png) no-repeat left top;
    background-size: 46px;
    width: 46px;
    height: 46px;
    top: 0;
    left: 0; }
  #contents .addParts02 .box ul li a:after {
    position: absolute;
    content: "";
    background: url(img/bg_box_right.png) no-repeat left top;
    background-size: 35px;
    width: 35px;
    height: 35px;
    bottom: 0;
    right: 0; }
  #contents .addParts02 .box ul li:first-child {
    margin-left: 0; }
  #contents .addParts02 .box ul li .thumb {
    position: relative;
    z-index: 1000; }
  #contents .addParts02 .box ul li h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 20px;
    padding: 0 5px;
    background: url(img/icon_arrow2_brown.png) no-repeat right center;
    background-size: 16px auto; }
  #contents .addParts02 .box ul li p {
    margin-top: 15px;
    padding: 0 5px 5px; }
  /*addParts03*/
  #contents .addParts03 .sliderArea {
    position: relative;
    margin: 5rem 0 0 0; }
  #contents .addParts03 .sliderArea ul {
    margin: 0; }
  #contents .addParts03 .sliderArea ul li {
    border: 1px solid #000;
    display: table; }
  #contents .addParts03 .sliderArea ul li .thumb {
    border-right: 1px solid #000;
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    background-color: #efefef; }
  #contents .addParts03 .sliderArea ul li .thumb img {
    width: 100%;
    height: auto; }
  #contents .addParts03 .sliderArea ul li .textArea {
    width: 35%;
    display: table-cell;
    box-sizing: border-box;
    padding: 20px 40px;
    vertical-align: middle; }
  #contents .addParts03 .sliderArea ul li .textArea .btn-web {
    margin-top: 30px; }
  #contents .addParts03 .sliderArea ul li .textArea .btn-web a {
    padding: 10px 30px;
    display: block;
    min-width: 100%; }
  #contents .addParts03 .category {
    font-size: 12px;
    color: #fff;
    background-color: #f2a435;
    line-height: 1;
    padding: 8px 10px;
    display: inline-block; }
  #contents .addParts03 .sliderArea ul li .textArea h3 {
    margin: 15px 0 25px 0;
    font-size: 20px;
    line-height: 1.4; }
  #contents .addParts03 .sliderArea .arrowArea {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%; }
  #contents .addParts03 .sliderArea .arrowArea .prev {
    position: absolute;
    left: -20px;
    top: 0;
    width: 40px; }
  #contents .addParts03 .sliderArea .arrowArea .next {
    position: absolute;
    right: calc(35% - 17px);
    top: 0;
    width: 40px; }
  #contents .addParts03 .sliderArea .arrowArea img {
    width: 100%;
    height: auto; }
  #contents .addParts03 .columnArea {
    width: 100%;
    margin-top: 30px; }
  #contents .addParts03 .columnArea > ul > li {
    width: 23.5%;
    float: left;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-right: 2%;
    position: relative; }
  #contents .addParts03 .columnArea > ul > li:before {
    content: "";
    bottom: 4px;
    right: 4px;
    border-top: 12px solid transparent;
    border-right: 12px solid #afd34b;
    position: absolute;
    z-index: 100; }
  #contents .addParts03 .columnArea > ul > li:nth-child(4n) {
    margin-right: 0; }
  #contents .addParts03 .columnArea > ul > li:hover {
    opacity: .7;
    border: 1px solid #93c40d; }
  #contents .addParts03 .columnArea .category {
    margin: 10px; }
  #contents .addParts03 .columnArea h3 {
    margin: 20px 20px 10px 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold; }
  #contents .addParts03 .columnArea p {
    margin: 0 20px; }
  #contents .addParts03 .columnArea .iconArea {
    margin: 10px 0 0 0;
    border-top: 1px dotted #999;
    padding: 10px 20px; }
  #contents .addParts03 .columnArea .iconArea li {
    display: inline-block;
    margin-bottom: 4px; }
  #contents .addParts03 .columnArea .iconArea li img {
    width: 30px;
    height: auto; }
  /*addParts04*/
  #contents .addParts04 {
    margin: 80px 0 0 0; }
    #contents .addParts04 .inner {
      width: 1040px;
      margin: 0 auto; }
      #contents .addParts04 .inner h2 {
        font-size: 28px;
        font-weight: bold;
        width: 100%;
        background: url(img/h2_bg.png) no-repeat center bottom 20px;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0 auto;
        padding: 20px 20px 50px 20px; }
        #contents .addParts04 .inner h2 span {
          font-size: 36px;
          color: #700812;
          background: linear-gradient(transparent 60%, #f1e6c1 60%); }
      #contents .addParts04 .inner .box-row {
        padding: 40px 20px 0 20px; }
        #contents .addParts04 .inner .box-row:first-of-type {
          background: url(img/parts04_img01.png) no-repeat left top; }
      #contents .addParts04 .inner .box {
        float: left;
        width: 306px;
        min-height: 283px;
        margin-left: 40px;
        box-sizing: border-box;
        position: relative;
        background: #f1e6c1;
        padding: 30px 20px 20px 20px; }
        #contents .addParts04 .inner .box:first-of-type {
          margin-left: 0; }
        #contents .addParts04 .inner .box.first {
          margin-left: calc(31% + 3.5%); }
        #contents .addParts04 .inner .box:before {
          border: 1px solid #745608;
          box-sizing: border-box;
          display: block;
          content: "";
          position: absolute;
          z-index: -1;
          top: 8px;
          left: 8px;
          width: 100%;
          height: 100%; }
        #contents .addParts04 .inner .box h3 {
          padding: 0;
          margin: 0 0 30px 0;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.4; }
        #contents .addParts04 .inner .box .box-body {
          padding-top: 20px;
          margin-top: 20px;
          border-top: 1px solid #c7bd97;
          position: relative; }
          #contents .addParts04 .inner .box .box-body:before {
            content: "";
            background: url(img/icon_pen.png) no-repeat left top;
            background-size: 33px auto;
            position: absolute;
            width: 33px;
            height: 33px;
            top: -32px;
            left: -40px; }
  /*addParts05*/
  #contents .addParts05 {
    margin: 80px 0 0 0; }
    #contents .addParts05 .inner {
      width: 1040px;
      margin: 0 auto; }
      #contents .addParts05 .inner h2 {
        font-size: 28px;
        font-weight: bold;
        width: 100%;
        position: relative;
        background: url(img/bg_stripe01.png) repeat-x left bottom;
        margin: 0;
        padding: 0 0 15px 0; }
        #contents .addParts05 .inner h2 span {
          font-size: 36px;
          color: #700812; }
        #contents .addParts05 .inner h2:before {
          content: '';
          width: 76px;
          height: 75px;
          background: url(img/parts05_icon01.png) no-repeat left center;
          background-size: 100%;
          top: 50%;
          left: 0;
          position: absolute;
          transform: translateY(-50%); }
      #contents .addParts05 .inner .lead {
        margin: 20px auto;
        width: 740px; }
      #contents .addParts05 .inner .box-row {
        margin: 10px 0 0 6px;
        padding: 0 20px; }
      #contents .addParts05 .inner .box {
        width: 463px;
        float: left;
        box-sizing: border-box;
        padding: 14px;
        position: relative;
        background: #fff;
        box-shadow: 0 0 0 1px #745608, 0 0 0 4px #f8f8eb, 0 0 0 6px #745608; }
        #contents .addParts05 .inner .box.left_box {
          margin-right: 60px; }
        #contents .addParts05 .inner .box .thumb {
          position: relative; }
          #contents .addParts05 .inner .box .thumb .caption {
            box-sizing: border-box;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            padding: 10px;
            position: absolute;
            left: 0;
            bottom: 0;
            text-align: center; }
      #contents .addParts05 .inner .box-body {
        padding: 30px 15px 15px 15px; }
      #contents .addParts05 .inner h3 {
        font-weight: bold;
        font-size: 30px;
        line-height: 1.4;
        margin: 10px 0 15px 0;
        padding: 0 0 30px 0;
        text-align: center;
        background: url(img/wrap02_ttl_line.png) no-repeat center bottom;
        color: #700812; }
      #contents .addParts05 .inner .in_link_btn {
        text-align: center;
        display: block;
        padding: 1.5rem;
        width: 300px;
        margin: 30px auto 0;
        color: #fff;
        font-weight: bold;
        background: #700812 url(img/icon_arrow3_white.png) no-repeat right 15px center;
        background-size: 16px auto;
        border: solid 1px #c7bd97; }
        #contents .addParts05 .inner .in_link_btn:hover {
          background: #745608 url(img/icon_arrow3_white.png) no-repeat right 15px center;
          background-size: 16px auto; }
  /*addParts06*/
  #contents .addParts06 {
    background: #fff;
    margin: 80px -200% 0 -200%;
    padding: 50px 200% 0 200%; }
    #contents .addParts06 .inner {
      width: 1040px;
      margin: 0 auto; }
      #contents .addParts06 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 30px 0;
        padding: 0; }
        #contents .addParts06 .inner h2:before {
          content: '';
          width: 126px;
          height: 96px;
          background: url(img/parts06_icon01.png) no-repeat right bottom;
          background-size: 100%;
          bottom: 0;
          right: 10px;
          position: absolute; }
        #contents .addParts06 .inner h2 .bg {
          font-size: 28px;
          font-weight: bold;
          background: #585858;
          margin: 0;
          padding: 10px;
          color: #fff;
          display: block; }
        #contents .addParts06 .inner h2 .line {
          font-size: 36px;
          color: #f1e6c1; }
      #contents .addParts06 .inner .sliderArea {
        position: relative;
        margin: 0; }
      #contents .addParts06 .inner .sliderArea ul {
        margin: 0; }
      #contents .addParts06 .inner .sliderArea ul li {
        border: 1px solid #745608;
        display: table; }
      #contents .addParts06 .inner .sliderArea ul li .thumb {
        border-right: 1px solid #745608;
        width: 65%;
        display: table-cell;
        vertical-align: middle;
        background-color: #efefef; }
      #contents .addParts06 .inner .sliderArea ul li .thumb img {
        width: 100%;
        height: auto; }
      #contents .addParts06 .inner .sliderArea ul li .thumb .caption {
        box-sizing: border-box;
        width: calc(65% - 2px);
        background-color: rgba(0, 0, 0, 0.6);
        padding: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center; }
      #contents .addParts06 .inner .sliderArea ul li .textArea {
        width: 35%;
        display: table-cell;
        box-sizing: border-box;
        padding: 20px 40px;
        vertical-align: middle;
        font-size: 14px; }
      #contents .addParts06 .inner .sliderArea ul li .textArea .btn-web {
        margin-top: 30px;
        width: 90%; }
      #contents .addParts06 .inner .sliderArea ul li .textArea .btn-web a {
        padding: 10px 30px;
        display: block;
        min-width: 100%;
        font-size: 13px; }
      #contents .addParts06 .inner .category {
        font-size: 12px;
        color: #fff;
        background-color: #745608;
        line-height: 1;
        padding: 8px 10px;
        display: table; }
      #contents .addParts06 .inner .sliderArea ul li .textArea .ttl {
        margin: 15px 0 25px 0;
        font-size: 28px;
        line-height: 1.4;
        background: linear-gradient(transparent 60%, #f1e6c1 60%);
        display: table; }
      #contents .addParts06 .inner .sliderArea .arrowArea {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        width: 100%; }
      #contents .addParts06 .inner .sliderArea .arrowArea .prev {
        position: absolute;
        left: -20px;
        top: 0;
        width: 40px; }
      #contents .addParts06 .inner .sliderArea .arrowArea .next {
        position: absolute;
        right: calc(35% - 17px);
        top: 0;
        width: 40px; }
      #contents .addParts06 .inner .sliderArea .arrowArea img {
        width: 100%;
        height: auto; }
      #contents .addParts06 .inner .addParts06box {
        padding: 0 0 100px 0; }
      #contents .addParts06 .inner .addParts06box01 {
        clear: both;
        margin: 0 0 40px 0;
        padding: 0;
        text-align: center;
        width: 100%; }
        #contents .addParts06 .inner .addParts06box01 dl {
          display: inline-block;
          background: url(img/bg_box.png) no-repeat left top;
          width: 214px;
          height: 152px;
          box-sizing: border-box;
          padding: 25px 20px 0;
          text-align: center;
          margin: 0 15px;
          line-height: 1; }
          #contents .addParts06 .inner .addParts06box01 dl.structure dt {
            background: url(img/parts06_icon02.png) no-repeat center top;
            background-size: 23px auto; }
          #contents .addParts06 .inner .addParts06box01 dl.storage dt {
            background: url(img/parts06_icon03.png) no-repeat center 5px;
            background-size: 25px auto; }
          #contents .addParts06 .inner .addParts06box01 dl.floor dt {
            background: url(img/parts06_icon04.png) no-repeat center 5px;
            background-size: 20px auto; }
          #contents .addParts06 .inner .addParts06box01 dl.furniture dt {
            background: url(img/parts06_icon05.png) no-repeat center 2px;
            background-size: 15px auto; }
          #contents .addParts06 .inner .addParts06box01 dl dt {
            padding: 40px 0 0 0;
            font-size: 24px; }
          #contents .addParts06 .inner .addParts06box01 dl dd {
            font-size: 36px;
            font-weight: bold;
            color: #bb1313;
            margin: 10px 0 0 0; }
      #contents .addParts06 .inner .addParts06box02 {
        margin: 0 0 30px 0;
        padding: 0 40px; }
        #contents .addParts06 .inner .addParts06box02 .box {
          width: 48%;
          float: left;
          box-sizing: border-box;
          padding: 30px;
          background-image: url(img/parts06_bg_01.png), url(img/parts06_bg_02.png), url(img/parts06_bg_03.png);
          background-repeat: repeat-y, no-repeat, no-repeat;
          background-position: center top, center top, center bottom;
          background-size: 100% auto, 100% auto, 100% auto; }
          #contents .addParts06 .inner .addParts06box02 .box.left_box {
            margin-right: 4%; }
          #contents .addParts06 .inner .addParts06box02 .box .box-head {
            font-size: 20px;
            font-weight: bold;
            line-height: 1.4; 
			margin-top:0;}
            #contents .addParts06 .inner .addParts06box02 .box .box-head span {
              font-size: 24px;
              color: #700812; }
          #contents .addParts06 .inner .addParts06box02 .box .box-body {
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid #c7bd97;
            position: relative; }
            #contents .addParts06 .inner .addParts06box02 .box .box-body:before {
              content: "";
              background: url(img/icon_pen.png) no-repeat left top;
              background-size: 33px auto;
              position: absolute;
              width: 33px;
              height: 33px;
              top: -32px;
              left: -40px; }
      #contents .addParts06 .inner .addParts06box03 {
        padding: 0 40px; }
        #contents .addParts06 .inner .addParts06box03 h3 {
          margin: 0 0 20px 0;
          padding: 0;
          font-size: 24px;
          font-weight: bottom; }
        #contents .addParts06 .inner .addParts06box03 table {
          margin: 0;
          padding: 0; }
        #contents .addParts06 .inner .addParts06box03 table th {
          width: 20% !important;
          font-size: 15px;
          font-size: 1.5rem;
          padding: 10px;
          border: 1px solid #745608;
          background-color: #ededed;
          color: #333;
          text-align: left; }
        #contents .addParts06 .inner .addParts06box03 table td {
          width: 30% !important;
          border: 1px solid #745608;
          background-color: #fff; }
  /*addParts07*/
  #contents .addParts07 {
    margin: 80px 0 0 0; }
    #contents .addParts07 .inner {
      width: 1040px;
      margin: 0 auto;
      padding: 50px 0; }
      #contents .addParts07 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 20px 0;
        padding: 0; }
        #contents .addParts07 .inner h2:before {
          content: '';
          width: 83px;
          height: 91px;
          background: url(img/parts07_icon01.png) no-repeat left bottom;
          background-size: 100%;
          bottom: 0;
          left: 10px;
          position: absolute; }
        #contents .addParts07 .inner h2 a {
          font-size: 28px;
          font-weight: bold;
          background: #585858 url(img/icon_arrow2_white.png) no-repeat right 20px center;
          background-size: 20px auto;
          margin: 0;
          padding: 10px;
          width: 100%;
          color: #fff;
          display: inline-block; }
        #contents .addParts07 .inner h2 span {
          font-size: 36px;
          color: #f1e6c1; }
        #contents .addParts07 .inner h2:hover {
          opacity: .5; }
      #contents .addParts07 .inner .lead {
        margin: 20px auto;
        width: 740px; }
      #contents .addParts07 .inner .box-row {
        margin: 20px 0 0 0;
        padding: 0 20px; }
      #contents .addParts07 .inner .frame {
        background: #fff;
        float: left;
        width: 320px;
        margin-left: 20px;
        padding: 10px 20px 20px 20px;
        box-sizing: border-box;
        position: relative;
        border: solid 1px #745608; }
        #contents .addParts07 .inner .frame:first-of-type {
          margin-left: 0; }
        #contents .addParts07 .inner .frame .frame-label {
          padding: 7px 30px 5px 30px;
          margin: 0 0 10px 0;
          background: #f1e6c1;
          color: #333;
          text-align: center;
          display: inline-block;
          font-size: 13px;
          line-height: 1; }
        #contents .addParts07 .inner .frame .frame-head {
          padding: 0;
          margin: 0 0 30px 0; }
          #contents .addParts07 .inner .frame .frame-head p {
            font-size: 20px;
            font-weight: bold;
            line-height: 1.4; }
          #contents .addParts07 .inner .frame .frame-head a {
            display: block;
            background: url(img/icon_arrow2_brown.png) no-repeat right center;
            background-size: 16px auto;
            padding: 0 30px 0 0; }
            #contents .addParts07 .inner .frame .frame-head a:hover {
              color: #700812;
              background: url(img/icon_arrow2_black.png) no-repeat right center;
              background-size: 16px auto; }
        #contents .addParts07 .inner .frame .frame-body {
          padding: 0;
          margin: 0; }
          #contents .addParts07 .inner .frame .frame-body dl {
            margin: 0 0 2rem 0; }
          #contents .addParts07 .inner .frame .frame-body .map {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden; }
            #contents .addParts07 .inner .frame .frame-body .map iframe, #contents .addParts07 .inner .frame .frame-body .map object, #contents .addParts07 .inner .frame .frame-body .map embed {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
  /*addParts08*/
  #contents .addParts08 {
    margin: 0; }
    #contents .addParts08 .inner {
      width: 1040px;
      margin: 0 auto;
      padding: 50px 0; }
      #contents .addParts08 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 20px 0;
        padding: 0; }
        #contents .addParts08 .inner h2:before {
          content: '';
          width: 144px;
          height: 115px;
          background: url(img/parts08_icon01.png) no-repeat left bottom;
          background-size: 100%;
          bottom: 0;
          right: 50px;
          position: absolute; }
        #contents .addParts08 .inner h2 a {
          font-size: 28px;
          font-weight: bold;
          background: #585858 url(img/icon_arrow2_white.png) no-repeat right 20px center;
          background-size: 20px auto;
          margin: 0;
          padding: 10px;
          width: 100%;
          color: #fff;
          display: inline-block; }
        #contents .addParts08 .inner h2 span {
          font-size: 36px;
          color: #f1e6c1; }
        #contents .addParts08 .inner h2:hover {
          opacity: .5; }
      #contents .addParts08 .inner .lead {
        margin: 20px auto;
        width: 740px; }
      #contents .addParts08 .inner .box-row {
        margin: 60px 0 0 0;
        padding: 0 20px; }
        #contents .addParts08 .inner .box-row:first-of-type {
          margin: 0; }
      #contents .addParts08 .inner .box {
        width: 468px;
        float: left;
        border: 2px solid #745608;
        box-sizing: border-box;
        padding: 20px;
        position: relative;
        background: #fff; }
        #contents .addParts08 .inner .box.left_box {
          margin-right: 60px; }
        #contents .addParts08 .inner .box .thumb {
          position: relative; }
      #contents .addParts08 .inner .box-body {
        padding: 15px; }
      #contents .addParts08 .inner h3 {
        font-weight: bold;
        font-size: 22px;
        line-height: 1.4;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        text-align: center;
        background: url(img/wrap02_ttl_line.png) no-repeat center bottom; }
        #contents .addParts08 .inner h3 a {
          color: #745608;
          display: block;
          padding: 15px 30px;
          background: url(img/icon_arrow2_brown.png) no-repeat right 10px center;
          background-size: 16px auto; }
          #contents .addParts08 .inner h3 a:hover {
            color: #700812;
            background: url(img/icon_arrow2_black.png) no-repeat right 10px center;
            background-size: 16px auto; }
      #contents .addParts08 .inner .in_link_btn {
        text-align: center;
        display: block;
        padding: 1.5rem;
        width: 320px;
        margin: 20px auto 0 auto;
        color: #fff;
        font-weight: bold;
        background: #745608 url(img/icon_arrow2_white.png) no-repeat right 15px center;
        background-size: 16px auto;
        border: solid 1px #c7bd97; }
        #contents .addParts08 .inner .in_link_btn:hover {
          background: #700812 url(img/icon_arrow2_white.png) no-repeat right 15px center;
          background-size: 16px auto; }
  /*addParts09*/
  #contents .addParts09 {
    margin: 80px 0 0 0; }
    #contents .addParts09 .inner {
      width: 1040px;
      margin: 0 auto;
      padding: 50px 0; }
      #contents .addParts09 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 20px 0;
        padding: 0; }
        #contents .addParts09 .inner h2:before {
          content: '';
          width: 77px;
          height: 96px;
          background: url(img/parts09_icon01.png) no-repeat left bottom;
          background-size: 100%;
          bottom: 0;
          left: 30px;
          position: absolute; }
        #contents .addParts09 .inner h2 a {
          font-size: 28px;
          font-weight: bold;
          background: #585858 url(img/icon_arrow2_white.png) no-repeat right 20px center;
          background-size: 20px auto;
          margin: 0;
          padding: 10px;
          width: 100%;
          color: #fff;
          display: inline-block; }
        #contents .addParts09 .inner h2 span {
          font-size: 36px;
          color: #f1e6c1; }
        #contents .addParts09 .inner h2:hover {
          opacity: .5; }
      #contents .addParts09 .inner .lead {
        margin: 20px auto;
        width: 740px; }
      #contents .addParts09 .inner .box-row {
        margin: 4% 0 0 0;
        padding: 0 20px; }
        #contents .addParts09 .inner .box-row:first-of-type {
          margin: 0; }
      #contents .addParts09 .inner .box {
        width: 48%;
        float: left;
        border: 1px solid #745608;
        box-sizing: border-box;
        padding: 30px;
        background: #fff url(img/icon_search_gray.png) no-repeat right 10px bottom 10px;
        background-size: 100px auto; }
        #contents .addParts09 .inner .box.left_box {
          margin-right: 4%; }
        #contents .addParts09 .inner .box h3 a {
          display: block;
          font-size: 22px;
          font-weight: bold;
          line-height: 1.4;
          padding-right: 30px;
          background: url(img/icon_arrow2_brown.png) no-repeat right center;
          background-size: 16px auto;
          text-align: center; }
          #contents .addParts09 .inner .box h3 a:hover {
            color: #700812;
            background: url(img/icon_arrow2_black.png) no-repeat right center;
            background-size: 16px auto; }
        #contents .addParts09 .inner .box .box-body {
          padding-top: 20px;
          margin-top: 20px;
          border-top: 2px dotted #8b8b8b;
          position: relative; }
          #contents .addParts09 .inner .box .box-body:before {
            content: "";
            background: url(img/icon_pen.png) no-repeat left top;
            background-size: 33px auto;
            position: absolute;
            width: 33px;
            height: 33px;
            top: -32px;
            left: -40px; }
  /* float-wrap */
  #contents .float-wrap {
    margin: 80px 0;
    padding: 0 50px; }
  #contents .float-wrap .float-img {
    width: 50%;
    margin: 0 auto 10px;
    text-align: center; }
  #contents .float-wrap img {
    width: auto;
    box-sizing: border-box; }
  #contents .float-wrap .flame {
    position: relative; }
  #contents .float-wrap p {
    margin: 0;
    padding: 0; }
  #contents .float-wrap .fl {
    width: 340px;
    padding: 0 30px 10px 0;
    text-align: center; }
  #contents .float-wrap .fr {
    width: 340px;
    padding: 0 0 10px 30px;
    text-align: center; }
  #contents .float-wrap .center {
    width: 340px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center; }
  /* box-wrap01 */
  .box-wrap01 {
    margin-top: 80px;
    width: 100%; }
  .box-wrap01 .box {
    width: 48%;
    float: left;
    border: 1px solid #745608;
    box-sizing: border-box;
    padding: 30px;
    background: #fff url(img/icon_search_gray.png) no-repeat right 10px bottom 10px;
    background-size: 100px auto; }
  .box-wrap01 .left_box {
    margin-right: 4%; }
  .box-wrap01 .box-head a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 30px;
    background: url(img/icon_arrow2_brown.png) no-repeat right center;
    background-size: 16px auto; }
  .box-wrap01 .box-head a:hover {
    color: #700812;
    background: url(img/icon_arrow2_black.png) no-repeat right center;
    background-size: 16px auto; }
  .box-wrap01 .box-body {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px dotted #8b8b8b;
    position: relative; }
  .box-wrap01 .box-body:before {
    content: "";
    background: url(img/icon_pen.png) no-repeat left top;
    background-size: 33px auto;
    position: absolute;
    width: 33px;
    height: 33px;
    top: -32px;
    left: -40px; }
  .box-wrap01 .box-body p {
    text-shadow: 2px 2px 2px #fff; }
  /* box-wrap02 */
  .box-wrap02 {
    margin-top: 80px;
    width: 100%; }
  .box-wrap02 .box {
    width: 48%;
    float: left;
    border: 2px solid #745608;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    background: #fff; }
  .box-wrap02 .left_box {
    margin-right: 4%; }
  .box-wrap02 .box .thumb {
    position: relative; }
  .box-wrap02 .box .thumb .caption {
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center; }
  .box-wrap02 .box-body {
    padding: 15px; }
  .box-wrap02 .box .box-head {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: center;
    background: url(img/wrap02_ttl_line.png) no-repeat center bottom; }
  .box-wrap02 .box .box-head a {
    color: #745608;
    display: block;
    padding: 15px 40px;
    background: url(img/icon_arrow2_brown.png) no-repeat right 10px center;
    background-size: 16px auto; }
  .box-wrap02 .box-head a:hover {
    color: #700812;
    background: url(img/icon_arrow2_black.png) no-repeat right 10px center;
    background-size: 16px auto; }
  .in_link_btn {
    text-align: center;
    display: block;
    padding: 1.5rem;
    width: 100%;
    margin: 20px 0 0 0;
    color: #fff;
    font-weight: bold;
    background: #745608 url(img/icon_arrow2_white.png) no-repeat right 15px center;
    background-size: 16px auto;
    border: solid 1px #c7bd97; }
    .in_link_btn:hover {
      background: #700812 url(img/icon_arrow2_white.png) no-repeat right 15px center;
      background-size: 16px auto; }
  /*frame-wrap*/
  .frame-wrap01, .frame-wrap02, .frame-wrap03 {
    margin-top: 80px;
    width: 100%; }
  .frame-wrap01 .frame, .frame-wrap02 .frame, .frame-wrap03 .frame {
    float: left;
    width: 31%;
    margin-left: 3.5%;
    box-sizing: border-box;
    position: relative; }
  .frame-wrap01 .frame:first-of-type, .frame-wrap02 .frame:first-of-type, .frame-wrap03 .frame:first-of-type {
    margin-left: 0; }
  .frame-wrap01 .frame .frame-head p, .frame-wrap02 .frame .frame-head p, .frame-wrap03 .frame .frame-head p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4; }
  /*frame-wrap01*/
  .frame-wrap01 .frame {
    background-color: #fff;
    padding: 20px; }
    .frame-wrap01 .frame .frame-label {
      padding: 7px 30px 5px 30px;
      margin: 0 0 10px 0;
      background: #745608;
      color: #fff;
      text-align: center;
      display: inline-block;
      font-size: 13px;
      line-height: 1; }
    .frame-wrap01 .frame .frame-head {
      padding: 0;
      margin: 0 0 30px 0; }
      .frame-wrap01 .frame .frame-head a {
        display: block;
        background: url(img/icon_arrow2_brown.png) no-repeat right center;
        background-size: 16px auto;
        padding: 0 30px 0 0; }
        .frame-wrap01 .frame .frame-head a:hover {
          color: #700812;
          background: url(img/icon_arrow2_black.png) no-repeat right center;
          background-size: 16px auto; }
    .frame-wrap01 .frame .frame-body {
      padding: 0;
      margin: 0; }
  /*frame-wrap02*/
  .frame-wrap02 .frame {
    background: #f1e6c1;
    padding: 20px; }
    .frame-wrap02 .frame:before {
      border: 1px solid #745608;
      box-sizing: border-box;
      display: block;
      content: "";
      position: absolute;
      z-index: -1;
      top: 8px;
      left: 8px;
      width: 100%;
      height: 100%; }
    .frame-wrap02 .frame .frame-head {
      padding: 0;
      margin: 0 0 30px 0; }
      .frame-wrap02 .frame .frame-head a {
        display: block;
        background-size: 16px auto; }
        .frame-wrap02 .frame .frame-head a:hover {
          color: #700812;
          background-size: 16px auto; }
    .frame-wrap02 .frame .frame-body {
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid #c7bd97;
      position: relative; }
      .frame-wrap02 .frame .frame-body:before {
        content: "";
        background: url(img/icon_pen.png) no-repeat left top;
        background-size: 33px auto;
        position: absolute;
        width: 33px;
        height: 33px;
        top: -32px;
        left: -40px; }
  /*frame-wrap03*/
  .frame-wrap03 .frame {
    border: 1px solid #333;
    background: #fff; }
    .frame-wrap03 .frame:before {
      content: "";
      height: 3px;
      width: calc(100% - 4px);
      margin: 2px auto 0;
      display: block;
      background-color: #700812; }
    .frame-wrap03 .frame .thumb {
      position: relative;
      padding: 20px; }
      .frame-wrap03 .frame .thumb img {
        border-radius: 50%;
        width: 100%;
        height: auto; }
      .frame-wrap03 .frame .thumb .caption {
        width: 70%;
        margin: 10px auto 0; }
    .frame-wrap03 .frame .frame-head {
      padding: 0 20px 10px;
      text-align: center; }
      .frame-wrap03 .frame .frame-head a {
        display: block;
        color: #700812;
        background-size: 16px auto; }
        .frame-wrap03 .frame .frame-head a:hover {
          color: #333;
          background-size: 16px auto; }
    .frame-wrap03 .frame .frame-body {
      padding: 0 20px 20px; }
  /*foot-bnr*/
  .foot-bnr {
    margin: 80px auto 0 auto;
    display: block;
    text-align: center; }
    .foot-bnr:hover {
      opacity: .7; }

.sliderArea-btn-web {
    margin: 2.5rem 0 5rem 0 !important;
}

}

/* ======================== */
/*  SP　*/
/* ======================== */
@media screen and (max-width: 599px) {
  body {
    word-break: break-all; }
  .pc {
    display: none !important; }
  .pc_br {
    display: none; }
  body {
    font-size: 14px;
    font-size: 1.4rem; }
  /*--------------------------------------
　Header
---------------------------------------*/
  header {
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold; }
  #headTopArea {
    margin: 0;
    padding: 0.5rem 1.5rem 10rem 1.5rem;
    background: #fff url(img/idx_vis_sp.jpg) no-repeat right top 80px;
    background-size: cover !important;
    position: relative; }
    #headTopArea.low {
      padding: 0.5rem 1.5rem 1rem 1.5rem;
      background: #fff; }
  #headTopArea .sitename {
    vertical-align: middle;
    font-size: 1rem;
    font-weight: normal; }
  #headTopArea .logo {
    margin: 0.5rem 0 0 0; }
  #headTopArea .logo img {
    display: inline-block;
    width: auto;
    height: 40px;
	background:#fff;}
  #headTopArea .symbol {
    margin: 0.5rem auto 0 auto;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%); }
  #headTopArea .symbol img {
    display: inline-block;
    width: auto;
    height: 40px; }
  /*header .logo {
  background-size: 20px;
  line-height: 1;
  padding: 2rem 6rem 2rem 4rem;
  position: relative;
  font-size: 1.2rem;
}
header .logo span {
  color: #f09924;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
header .logo:before {
  content: "";
  position: absolute;
  background: url(img/icon_tooth.png) no-repeat left top;
  background-size: 20px;
  top: 50%;
  margin-top: -1.2rem;
  left: 1rem;
  width: 20px;
  height: 25px;
}*/
  /*--------------------------------------
　Global Nav
---------------------------------------*/
  #sp_nav {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    border-left: 1px solid #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    background-color: #700812; }
  /* 以下装飾など */
  #sp_nav ul {
    margin: 0;
    padding: 0; }
  #sp_nav li {
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    line-height: 1.4; }
  #sp_nav li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1.2rem 2rem 1.2rem 1.6rem;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    background: url(img/icon_arrow_white.png) no-repeat right 1rem center;
    background-size: 10px; }
  #menuBtn {
    position: fixed;
    top: 2.5rem;
    right: 1.2rem;
    width: 35px;
    height: 35px;
    outline: none;
    border: none;
    background: url(img/menu_open.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 10000;
    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 #menuBtn {
    right: calc(80% + 15px);
    width: 35px;
    height: 35px;
    background: url(img/menu_close.png) center no-repeat;
    background-size: 100%; }
  body.open {
    height: inherit !important; }
  body.open #layer {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    z-index: 900;
    overflow: hidden; }
  #sp_nav li .selected > a {
    font-weight: normal; }
  #sp_nav li .waSlideMenu-back a {
    background: url(img/icon_arrow_white_back.png) no-repeat 10px center;
    background-size: 10px;
    padding-left: 3rem !important; }
  /*--------------------------------------
　Pankuzu
---------------------------------------*/
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap; }
  #pankuzu {
    box-sizing: border-box;
    width: 100%;
    padding: 0.6rem 1rem 0.8rem;
    font-size: 11px;
    font-size: 1.1rem;
    overflow-x: scroll; }
  #pankuzu::-webkit-scrollbar {
    height: 2px; }
  #pankuzu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666; }
  /*--------------------------------------
　Main Contents
---------------------------------------*/
  /*#contents {
  padding: 0 1.5rem;
}*/
  .index h2, .category h1, .page h1 {
    font-size: 2.2rem;
    background: url(img/h2_bg.png) no-repeat center bottom;
    background-size: 70% auto;
    margin: 3rem auto 3rem;
    padding: 0 0 2rem 0;
    width: 90%; }
  .category h1:first-of-type, .page h1:first-of-type {
    margin-top: 2rem; }
  .index h2:before, .category h1:before, .page h1:before {
    bottom: 0; }
  .index > h3, .category > h2, .page > h2 {
    font-size: 2.0rem;
    margin: 3rem auto 0;
    text-align: center;
    background: url(img/h3_bg.png);
    line-height: 1.4;
    padding: 2rem;
    color: #700812;
    width: 90%; }
    .index > h3 a, .category > h2 a, .page > h2 a {
      color: #700812; }
  .index h4, .category h3, .page h3 {
    font-size: 1.8rem;
    margin: 3rem auto 0;
    padding: 1rem 0 1rem 5.5rem;
    display: block;
    background: url(img/h4_icon.png) no-repeat left center;
    width: 90%; }
  .index h5, .category h4, .page h4 {
    font-size: 1.6rem;
    margin: 3rem auto 0;
    color: #745608;
    background: url(img/icon_search_brown.png) no-repeat left center;
    padding-left: 3rem;
    width: 90%; }
    .index h5 a, .category h4 a, .page h4 a {
      color: #745608; }
  .index > p, .category > p, .page > p {
    margin: 2rem auto 2rem;
    padding: 0 1.5rem; }
  /*--------------------------------------
　Table
---------------------------------------*/
  #contents table {
    width: 90%;
    border-bottom: 1px solid #333;
    margin: 2rem auto ;}
  #contents table th, #contents table td {
    width: 100%;
    display: block;
    padding: 1rem; }
  #contents table th {
    text-align: center;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #ededed;
    color: #333; }
  #contents table td {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #fff; }
  /*--------------------------------------
 Footer
---------------------------------------*/
  footer {
    margin-top: 5rem;
    padding: 0;
    width: 100%; }
  footer .areaInner .footBox .sttl a, footer .areaInner .footBox .smap a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    background: url(img/icon_arrow_brown.png) no-repeat right 10px center;
    background-size: 10px; }
  footer .areaInner .footBox .sttl, footer .areaInner .footBox .smap {
    border-bottom: 1px dotted #999;
    padding: 0;
    margin: 0; }
  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #898989; }
  footer .areaInner .footBox .accChild li {
    border-top: 1px dotted #898989; }
  footer .areaInner .footBox .accChild > li:first-child {
    border-top: none; }
  footer .areaInner .footBox .accChild li a {
    display: block;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    background: url(img/icon_arrow_brown.png) no-repeat right 10px center;
    background-size: 10px;
    box-sizing: border-box; }
  footer .areaInner .footBox .accChild .subList li a {
    padding: 1rem 1rem 1rem 3rem; }
  footer .areaInner .footBox .accChild .subList li a:before {
    content: "└";
    margin-right: 0.4rem; }
  footer .areaInner .footBox .accChild li:after {
    content: ""; }
  footer .areaInner .footBox .accChild li:last-child:after {
    content: ""; }
  footer .areaInner .noticeArea {
    background-color: #fff;
    width: 92%;
    margin: 2rem auto 0;
    padding: 1.5rem;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.3rem; }
  footer .areaInner .noticeArea2 {
    width: 92%;
    margin: 1.5rem auto;
    padding: 0 2.6rem;
    text-align: center;
    font-size: 1.2rem; }
  footer p.copy {
    font-size: 10px;
    font-size: 1.0rem;
    background-color: #000;
    text-align: center;
    padding: 1rem;
    color: #fff;
    margin-top: 1.5rem; }
  footer p.copy a {
    color: #fff; }
  footer a {
    text-decoration: none; }
  /*--------------------------------------
　サイトマップ
---------------------------------------*/
  .mappage {
    padding: 0 1.5rem; }
  /*--------------------------------------
　SP カスタマイズ共通
---------------------------------------*/
  #contents .btn-internal, #contents .btn-web {
    margin: 3rem auto 0;
    padding: 0; }
  .btn-internal a, .btn-web a {
    width: 90%;
    padding: 1rem 3rem; }
  #contents .btn-link, #contents .btn-tel {
    text-align: center;
    margin: 3rem auto 0;
    padding: 0 !important; }
  #contents .btn-link a, #contents .btn-tel a {
    padding: 1rem 4rem;
    display: inline-block;
    width: 90%;
    position: relative; }
  #contents .btn-link a {
    border: 1px solid #700812;
    color: #700812;
    background: url(img/icon_arrow2_red.png) no-repeat right 15px center;
    background-size: 16px auto; }
  #contents .btn-tel a {
    background-color: #1368bb;
    color: #fff;
	font-weight:bold;}
  #contents .btn-tel a:before {
    background: url(img/icon_tel.png) no-repeat left center;
    background-size: 20px;
    content: "";
    width: 20px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem;
    position: absolute;
    left: 15px;
	  top: 25%;
}
  /*addParts01*/
  #contents .addParts01, #contents .addParts03 {
    margin: 5rem 0 0 0;
    padding: 0 1.5rem; }
  #contents .addParts01 ul, #contents .addParts02 ul, #contents .addParts03 ul {
    margin: 0; }
  #contents .addParts01 .box {
    margin-top: 2rem;
    width: 100%; }
  #contents .addParts01 .box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    background: url(img/bg_stripe02.png) repeat-x left bottom;
    background-size: auto auto;
    background-size: 7px;
    margin: 0;
    line-height: 1.4; }
  #contents .addParts01 .box h3 a {
    display: block;
    padding: 2rem;
    background: url(img/icon_sankaku.png) no-repeat right bottom 10px;
    background-size: 1.6rem; }
  #contents .addParts01 .box h3 a:hover {
    color: #700812;
    background: url(img/icon_sankaku_hover.png) no-repeat right bottom 10px;
    background-size: 1.6rem; }
  #contents .addParts01 .boxInner {
    padding: 1rem 1rem 3rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    position: relative;
    margin-top: 3rem; }
  #contents .addParts01 .boxInner:before {
    content: "";
    background: url(img/bg_black_top.png) no-repeat left top;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0; }
  #contents .addParts01 .boxInner:after {
    content: "";
    background: url(img/bg_black_bottom.png) no-repeat left top;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0; }
  #contents .addParts01 .thumb {
    z-index: 100;
    position: relative; }
  #contents .addParts01 .thumb img {
    width: 100%;
    height: auto; }
  #contents .addParts01 .thumb .caption {
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center; }
  #contents .addParts01 .boxRight {
    box-sizing: border-box;
    margin-bottom: 2rem; }
  #contents .addParts01 .boxRight .sttl {
    color: #700812;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 2rem; }
  #contents .addParts01 .boxRight p {
    margin: 1rem 0 0 0; }
  #contents .addParts01 .boxInner .date {
    text-align: center;
    width: 27rem;
    margin: 0 auto; }
  #contents .addParts01 .boxInner .date li {
    display: inline-block;
    background: url(img/bg_box_sp.png) no-repeat left top;
    background-size: 130px;
    width: 13rem;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding: 2rem 1rem 0;
    margin: 0 0 1rem;
    min-height: 12.8rem; }
  #contents .addParts01 .boxInner .date li:nth-child(odd) {
    margin-right: 1rem; }
  #contents .addParts01 .boxInner .date li p {
    line-height: 1; }
  #contents .addParts01 .boxInner .date li .icon {
    background: url(img/icon_implant.png) no-repeat center top;
    background-size: 1.6rem;
    padding-top: 4rem; }
  #contents .addParts01 .boxInner .date li .number {
    font-size: 1.3rem;
    margin-top: 1rem; }
  #contents .addParts01 .boxInner .date li .number span {
    font-size: 2.2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffba00 60%); }
  #contents .addParts01 .info {
    background: url(img/bg_stripe02.png) repeat-x left top;
    background-size: 7px;
    margin: 5rem auto 0 auto;
    position: relative; }
  #contents .addParts01 .info .sttl {
    text-align: center;
    position: absolute;
    top: -1.6rem;
    left: 50%;
    margin-left: -3em; }
  #contents .addParts01 .info .sttl span {
    background-color: #000;
    color: #fff;
    padding: 1rem 0;
    display: inline-block;
    width: 6em; }
  #contents .addParts01 .info ul {
    margin: 0;
    padding: 4rem 0 0; }
  #contents .addParts01 .info ul li {
    margin-top: 2rem; }
  #contents .addParts01 .info ul li:first-child {
    margin-top: 0; }
  #contents .addParts01 .info ul li dl dt {
    background: url(img/icon_ul.png) no-repeat left top;
    background-size: 10px;
    font-weight: bold;
    padding-left: 3rem; }
  #contents .addParts01 .btn-internal {
    margin-top: 2rem; }
  /*addParts02*/
  #contents .addParts02 .boxBg {
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    padding: 3rem 1rem; }
  #contents .addParts02 h2 {
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
    background: url(img/parts02_icon01.png) no-repeat center top;
    background-size: 50px auto;
    margin: 0 auto;
    padding: 6rem 2rem 1rem 2rem; }
    #contents .addParts02 h2 a {
      color: #333; }
    #contents .addParts02 h2 span {
      font-size: 3rem;
      color: #700812;
}
  #contents .addParts02 .boxBg .box {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px dotted #999; }
  #contents .addParts02 .boxBg .box:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  #contents .addParts02 h2 + p {
    padding: 0 1.5rem; }
  #contents .addParts02 .box .textArea {
    box-sizing: border-box; }
  #contents .addParts02 .box .textArea .btn-web {
    margin-top: 2rem; }
  #contents .addParts02 .box .textArea .btn-web a {
    padding: 1rem 3rem; }
  #contents .addParts02 .box .textArea h3 {
    background: url(img/icon_implant.png) no-repeat center top;
    color: #700812;
    background-size: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 5rem;
    text-align: center;
    margin: 0 0 1.5rem; }
  #contents .addParts02 .box ul {
    margin: 2rem 0 0; }
  #contents .addParts02 .box ul li {
    box-sizing: border-box;
    position: relative;
    margin-top: 2rem; }
  #contents .addParts02 .box ul li:first-child {
    margin-top: 0; }
  #contents .addParts02 .box ul li a {
    display: block;
    background-color: #ededed;
    padding: 1rem;
    position: relative; }
  #contents .addParts02 .box ul li a:before {
    position: absolute;
    content: "";
    background: url(img/bg_box_left.png) no-repeat left top;
    background-size: 50px;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0; }
  #contents .addParts02 .box ul li a:after {
    position: absolute;
    content: "";
    background: url(img/bg_box_right.png) no-repeat left top;
    background-size: 50px;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0; }
  #contents .addParts02 .box ul li:first-child {
    margin-left: 0; }
  #contents .addParts02 .box ul li .thumb {
    position: relative;
    z-index: 1000; }
  #contents .addParts02 .box ul li h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 2rem;
    padding: 0 .5rem;
    background: url(img/icon_arrow2_brown.png) no-repeat right center;
    background-size: 16px auto; }
  #contents .addParts02 .box ul li p {
    margin-top: 1.5rem;
    padding: 0 0 2rem; }
  /*addParts03*/
  #contents .addParts03 .sliderArea {
    position: relative; }
  #contents .addParts03 .sliderArea ul {
    margin: 5rem 0 0 0; }
  #contents .addParts03 .sliderArea ul li {
    border: 1px solid #000;
    display: table; }
  #contents .addParts03 .sliderArea ul li .thumb {
    border-right: 1px solid #000;
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    background-color: #efefef; }
  #contents .addParts03 .sliderArea ul li .thumb img {
    width: 100%;
    height: auto; }
  #contents .addParts03 .sliderArea ul li .textArea {
    width: 35%;
    display: table-cell;
    box-sizing: border-box;
    padding: 2rem 4rem;
    vertical-align: middle; }
  #contents .addParts03 .sliderArea ul li .textArea .btn-web {
    margin-top: 3rem; }
  #contents .addParts03 .sliderArea ul li .textArea .btn-web a {
    padding: 1rem 3rem; }
  #contents .addParts03 .category {
    font-size: 1.2rem;
    color: #fff;
    background-color: #f2a435;
    line-height: 1;
    padding: .8rem 1rem;
    display: inline-block; }
  #contents .addParts03 .sliderArea ul li .textArea h3 {
    margin: 1.5rem 0 2.5rem 0;
    font-size: 2rem;
    line-height: 1.4; }
  #contents .addParts03 .sliderArea .arrowArea {
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    width: 100%; }
  #contents .addParts03 .sliderArea .arrowArea .prev {
    position: absolute;
    left: -2rem;
    top: 0;
    width: 40px; }
  #contents .addParts03 .sliderArea .arrowArea .next {
    position: absolute;
    right: calc(35% - 17px);
    top: 0;
    width: 40px; }
  #contents .addParts03 .sliderArea .arrowArea img {
    width: 100%;
    height: auto; }
  #contents .addParts03 .columnArea {
    width: 100%;
    margin-top: 3rem; }
  #contents .addParts03 .columnArea > ul > li {
    margin-top: 1rem;
    border: 1px solid #000;
    box-sizing: border-box;
    position: relative; }
  #contents .addParts03 .columnArea > ul > li:first-child {
    margin-top: 0; }
  #contents .addParts03 .columnArea > ul > li:before {
    content: "";
    bottom: 0.4rem;
    right: 0.4rem;
    border-top: 12px solid transparent;
    border-right: 12px solid #afd34b;
    position: absolute;
    z-index: 100; }
  #contents .addParts03 .columnArea > ul > li:nth-child(4n) {
    margin-right: 0; }
  #contents .addParts03 .columnArea .category {
    margin: 1rem; }
  #contents .addParts03 .columnArea h3 {
    margin: 2rem 2rem 1rem;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold; }
  #contents .addParts03 .columnArea p {
    margin: 0 2rem; }
  #contents .addParts03 .columnArea .iconArea {
    margin: 1rem 0 0 0;
    border-top: 1px dotted #999;
    padding: 1rem 2rem; }
  #contents .addParts03 .columnArea .iconArea li {
    display: inline-block;
    margin-bottom: 0.4rem; }
  #contents .addParts03 .columnArea .iconArea li img {
    width: 30px;
    height: auto; }
  /*addParts04*/
  #contents .addParts04 {
    margin: 3rem 0 0 0; }
    #contents .addParts04 .inner {
      width: 90%;
      margin: 0 auto;
      background: url(img/parts04_img01.png) no-repeat center top;
      background-size: auto 100px;
      padding: 11rem 0 0 0; }
      #contents .addParts04 .inner h2 {
        font-size: 2.2rem;
        font-weight: bold;
        width: 100%;
        background: url(img/h2_bg.png) no-repeat center bottom 20px;
        background-size: 90% auto;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0 auto;
        padding: 2rem 2rem 5rem 2rem; }
        #contents .addParts04 .inner h2 span {
          font-size: 3rem;
          color: #700812;
          background: linear-gradient(transparent 60%, #f1e6c1 60%); }
      #contents .addParts04 .inner .box-row {
        padding: 0 1rem; }
      #contents .addParts04 .inner .box {
        float: none;
        width: 100%;
        min-height: auto;
        margin: 3rem 0 0 0;
        box-sizing: border-box;
        position: relative;
        background: #f1e6c1;
        padding: 3rem 2rem 2rem 2rem; }
        #contents .addParts04 .inner .box:before {
          border: 1px solid #745608;
          box-sizing: border-box;
          display: block;
          content: "";
          position: absolute;
          z-index: -1;
          top: 0.8rem;
          left: 0.8rem;
          width: 100%;
          height: 100%; }
        #contents .addParts04 .inner .box h3 {
          padding: 0;
          margin: 0 0 1rem 0;
          text-align: center;
          font-size: 2.0rem;
          font-weight: bold;
          line-height: 1.4; }
        #contents .addParts04 .inner .box .box-body {
          padding-top: 2rem;
          margin-top: 2rem;
          border-top: 1px solid #c7bd97;
          position: relative; }
          #contents .addParts04 .inner .box .box-body:before {
            content: "";
            background: url(img/icon_pen.png) no-repeat left top;
            background-size: 33px auto;
            position: absolute;
            width: 33px;
            height: 33px;
            top: -3.2rem;
            left: -4rem; }
  /*addParts05*/
  #contents .addParts05 {
    margin: 3rem 0 0 0; }
    #contents .addParts05 .inner {
      width: 90%;
      margin: 0 auto; }
      #contents .addParts05 .inner h2 {
        font-size: 2.1rem;
        font-weight: bold;
        width: 100%;
        position: relative;
        background: url(img/bg_stripe01.png) repeat-x left bottom;
        margin: 0;
        padding: 7rem 0 1.5rem 0; }
        #contents .addParts05 .inner h2 span {
          font-size: 3rem;
          color: #700812; }
        #contents .addParts05 .inner h2:before {
          content: '';
          width: 56px;
          height: 75px;
          background: url(img/parts05_icon01.png) no-repeat left center;
          background-size: 100%;
          top: 0;
          left: 50%;
          position: absolute;
          transform: translateX(-50%); }
      #contents .addParts05 .inner .lead {
        margin: 2rem auto;
        width: 100%; }
      #contents .addParts05 .inner .box-row {
        margin: 1rem 0 0 0;
        padding: 0 1rem; }
      #contents .addParts05 .inner .box {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 1.4rem;
        position: relative;
        background: #fff;
        box-shadow: 0 0 0 1px #745608, 0 0 0 4px #f8f8eb, 0 0 0 6px #745608;
        margin: 0 0 3rem 0; }
        #contents .addParts05 .inner .box .thumb {
          position: relative; }
          #contents .addParts05 .inner .box .thumb .caption {
            box-sizing: border-box;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            padding: 1rem;
            position: absolute;
            left: 0;
            bottom: 0;
            text-align: center; }
      #contents .addParts05 .inner .box-body {
        padding: 2rem 1rem 1rem 1rem; }
      #contents .addParts05 .inner h3 {
        font-weight: bold;
        font-size: 2.0rem;
        line-height: 1.4;
        margin: 1rem 0 1.5rem 0;
        padding: 0 0 3rem 0;
        text-align: center;
        background: url(img/wrap02_ttl_line.png) no-repeat center bottom;
        color: #700812; }
      #contents .addParts05 .inner .in_link_btn {
        text-align: center;
        display: block;
        padding: 1.5rem 4rem;
        width: 100%;
        margin: 3rem auto 0;
        color: #fff;
        font-weight: bold;
        background: #700812 url(img/icon_arrow3_white.png) no-repeat right 15px center;
        background-size: 16px auto;
        border: solid 1px #c7bd97; }
        #contents .addParts05 .inner .in_link_btn:hover {
          background: #745608 url(img/icon_arrow3_white.png) no-repeat right 15px center;
          background-size: 16px auto; }
  /*addParts06*/
  #contents .addParts06 {
    background: #fff;
    margin: 3rem 0 0 0;
    padding: 2rem 0 0 0; }
    #contents .addParts06 .inner {
      width: 90%;
      margin: 0 auto; }
      #contents .addParts06 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 3rem 0;
        padding: 0;
        text-align: left; }
        #contents .addParts06 .inner h2:before {
          content: '';
          width: 86px;
          height: 86px;
          background: url(img/parts06_icon01.png) no-repeat right bottom;
          background-size: 100%;
          bottom: 0;
          right: 0;
          position: absolute; }
        #contents .addParts06 .inner h2 .bg {
          font-size: 2.4rem;
          font-weight: bold;
          background: #585858;
          margin: 0;
          padding: 1rem 1rem 3rem 1rem;
          color: #fff;
          display: block; }
        #contents .addParts06 .inner h2 .line {
          font-size: 3rem;
          color: #f1e6c1; }
      #contents .addParts06 .inner .sliderArea {
        margin: 0 0 2rem 0; }
      #contents .addParts06 .inner .sliderArea ul {
        margin: 0; }
      #contents .addParts06 .inner .sliderArea ul li {
        border: 1px solid #745608; }
      #contents .addParts06 .inner .sliderArea ul li .thumb {
        border-right: 1px solid #745608;
        width: 100%;
        vertical-align: middle;
        background-color: #efefef;
        position: relative; }
      #contents .addParts06 .inner .sliderArea ul li .thumb img {
        width: 100%;
        height: auto; }
      #contents .addParts06 .inner .sliderArea ul li .thumb .caption {
        box-sizing: border-box;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 1rem;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center; }
      #contents .addParts06 .inner .sliderArea ul li .textArea {
        width: 35%;
        display: table-cell;
        box-sizing: border-box;
        padding: 2rem 4rem;
        vertical-align: middle;
        font-size: 1.4rem; }
      #contents .addParts06 .inner .sliderArea ul li .textArea .btn-web {
        margin-top: 3rem;
        width: 90%; }
      #contents .addParts06 .inner .sliderArea ul li .textArea .btn-web a {
        padding: 1rem 3rem;
        display: block;
        min-width: 100%;
        font-size: 1.3rem; }
      #contents .addParts06 .inner .category {
        font-size: 1.2rem;
        color: #fff;
        background-color: #745608;
        line-height: 1;
        padding: 0.8rem 1rem;
        display: table; }
      #contents .addParts06 .inner .sliderArea ul li .textArea .ttl {
        margin: 1.5rem 0 2.5rem 0;
        font-size: 2.8rem;
        line-height: 1.4;
        background: linear-gradient(transparent 60%, #f1e6c1 60%);
        display: table; }
      #contents .addParts06 .inner .sliderArea .arrowArea {
        position: absolute;
        top: 50%;
        margin-top: -1rem;
        width: 100%; }
      #contents .addParts06 .inner .sliderArea .arrowArea .prev {
        position: absolute;
        left: -2rem;
        top: 0;
        width: 80px !important; }
      #contents .addParts06 .inner .sliderArea .arrowArea .next {
        position: absolute;
        right: calc(35% - 17px);
        top: 0;
        width: 80px !important; }
      #contents .addParts06 .inner .sliderArea .arrowArea img {
        width: 100%;
        height: auto; }
      #contents .addParts06 .inner .bx-prev {
        display: block;
        top: 50%;
        left: -1rem;
        background: url("img/controls_case.png") no-repeat 0 0;
        background-size: 80px; }
      #contents .addParts06 .inner .bx-next {
        display: block;
        top: 50%;
        right: -1rem;
        background: url("img/controls_case.png") no-repeat -40px 0;
        background-size: 80px; }
      #contents .addParts06 .inner .addParts06box {
        padding: 0 0 10rem 0; }
      #contents .addParts06 .inner .addParts06box01 {
        clear: both;
        margin: 0 2rem 2rem 0;
        padding: 0;
        text-align: center;
        width: 100%; }
        #contents .addParts06 .inner .addParts06box01 dl {
          display: inline-block;
          background: url(img/bg_box.png) no-repeat left top;
          background-size: 140px auto;
          width: 140px;
          height: 107px;
          box-sizing: border-box;
          padding: 1rem 2rem 0;
          text-align: center;
          margin: 0;
          line-height: 1; }
          #contents .addParts06 .inner .addParts06box01 dl.structure dt {
            background: url(img/parts06_icon02.png) no-repeat center top;
            background-size: 18px auto; }
          #contents .addParts06 .inner .addParts06box01 dl.storage dt {
            background: url(img/parts06_icon03.png) no-repeat center 5px;
            background-size: 20px auto; }
          #contents .addParts06 .inner .addParts06box01 dl.floor dt {
            background: url(img/parts06_icon04.png) no-repeat center 5px;
            background-size: 15px auto; }
          #contents .addParts06 .inner .addParts06box01 dl.furniture dt {
            background: url(img/parts06_icon05.png) no-repeat center 2px;
            background-size: 10px auto; }
          #contents .addParts06 .inner .addParts06box01 dl dt {
            padding: 3rem 0 0 0;
            font-size: 1.6rem; }
          #contents .addParts06 .inner .addParts06box01 dl dd {
            font-size: 3rem;
            font-weight: bold;
            color: #bb1313;
            margin: 0.5rem 0 0 0; }
      #contents .addParts06 .inner .addParts06box02 {
        margin: 0 0 3rem 0;
        padding: 0 1rem; }
        #contents .addParts06 .inner .addParts06box02 .box {
          width: 100%;
          float: none;
          box-sizing: border-box;
          padding: 2rem;
          background-image: url(img/parts06_bg_01.png), url(img/parts06_bg_02.png), url(img/parts06_bg_03.png);
          background-repeat: repeat-y, no-repeat, no-repeat;
          background-position: center top, center top, center bottom;
          background-size: 100% auto, 100% auto, 100% auto; }
          #contents .addParts06 .inner .addParts06box02 .box.left_box {
            margin-bottom: 2rem; }
          #contents .addParts06 .inner .addParts06box02 .box .box-head {
            font-size: 1.8rem;
            font-weight: bold;
            line-height: 1.4;
			margin-top:0;}
            #contents .addParts06 .inner .addParts06box02 .box .box-head span {
              font-size: 2.1rem;
              color: #700812; }
          #contents .addParts06 .inner .addParts06box02 .box .box-body {
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid #c7bd97;
            position: relative; }
            #contents .addParts06 .inner .addParts06box02 .box .box-body:before {
              content: "";
              background: url(img/icon_pen.png) no-repeat left top;
              background-size: 33px auto;
              position: absolute;
              width: 33px;
              height: 33px;
              top: -3.2rem;
              left: -4rem; }
      #contents .addParts06 .inner .addParts06box03 {
        padding: 0 1rem; }
        #contents .addParts06 .inner .addParts06box03 h3 {
          margin: 0 0 1rem 0;
          padding: 0;
          font-size: 2.0rem;
          font-weight: bottom; }
        #contents .addParts06 .inner .addParts06box03 table {
          margin: 0;
          padding: 0;
          width: 100%; }
        #contents .addParts06 .inner .addParts06box03 table th {
          width: 100% !important;
          font-size: 15px;
          font-size: 1.5rem;
          padding: 1rem;
          background-color: #ededed;
          color: #333;
          text-align: left; }
        #contents .addParts06 .inner .addParts06box03 table td {
          width: 100% !important;
          background-color: #fff; }
  /*addParts07*/
  #contents .addParts07 {
    margin: 3rem 0 0 0; }
    #contents .addParts07 .inner {
      width: 95%;
      margin: 0 auto;
      padding: 3rem 0; }
      #contents .addParts07 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 2rem 0;
        padding: 0;
        text-align: left; }
        #contents .addParts07 .inner h2:before {
          content: '';
          width: 50px;
          height: 80px;
          background: url(img/parts07_icon01.png) no-repeat left bottom;
          background-size: 100%;
          bottom: 0;
          position: absolute; }
        #contents .addParts07 .inner h2 a {
          font-size: 2.1rem;
          font-weight: bold;
          background: #585858 url(img/icon_arrow2_white.png) no-repeat right 10px center;
          background-size: 16px auto;
          margin: 0;
          padding: 1rem 2.5rem 1rem 6rem;
          width: 100%;
          color: #fff;
          display: inline-block; }
        #contents .addParts07 .inner h2 span {
          font-size: 3rem;
          color: #f1e6c1; }
      #contents .addParts07 .inner .lead {
        margin: 2rem auto;
        width: 100%; }
      #contents .addParts07 .inner .box-row {
        margin: 0;
        padding: 0 1rem; }
      #contents .addParts07 .inner .frame {
        background: #fff;
        float: none;
        width: 100%;
        margin-bottom: 2rem;
        padding: 1rem 2rem 2rem 2rem;
        box-sizing: border-box;
        position: relative;
        border: solid 1px #745608; }
        #contents .addParts07 .inner .frame:first-of-type {
          margin-left: 0; }
        #contents .addParts07 .inner .frame .frame-label {
          padding: 0.7rem 3rem 0.5rem 3rem;
          margin: 0 0 1rem 0;
          background: #f1e6c1;
          color: #333;
          text-align: center;
          display: inline-block;
          font-size: 1.3rem;
          line-height: 1; }
        #contents .addParts07 .inner .frame .frame-head {
          padding: 0;
          margin: 0 0 3rem 0; }
          #contents .addParts07 .inner .frame .frame-head p {
            font-size: 2rem;
            font-weight: bold;
            line-height: 1.4; }
          #contents .addParts07 .inner .frame .frame-head a {
            display: block;
            background: url(img/icon_arrow2_brown.png) no-repeat right center;
            background-size: 16px auto;
            padding: 0 3rem 0 0; }
            #contents .addParts07 .inner .frame .frame-head a:hover {
              color: #700812;
              background: url(img/icon_arrow2_black.png) no-repeat right center;
              background-size: 16px auto; }
        #contents .addParts07 .inner .frame .frame-body {
          padding: 0;
          margin: 0; }
          #contents .addParts07 .inner .frame .frame-body dl {
            margin: 0 0 2rem 0; }
          #contents .addParts07 .inner .frame .frame-body .map {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 3rem;
            height: 0;
            overflow: hidden; }
            #contents .addParts07 .inner .frame .frame-body .map iframe, #contents .addParts07 .inner .frame .frame-body .map object, #contents .addParts07 .inner .frame .frame-body .map embed {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
  /*addParts08*/
  #contents .addParts08 {
    margin: 3rem 0 0 0; }
    #contents .addParts08 .inner {
      width: 97%;
      margin: 0 auto;
      padding: 3rem 0; }
      #contents .addParts08 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 2rem 0;
        padding: 0;
        text-align: left; }
        #contents .addParts08 .inner h2:before {
          content: '';
          width: 80px;
          height: 100px;
          background: url(img/parts08_icon01.png) no-repeat left -10px bottom;
          background-size: 100%;
          bottom: 0;
          right: 0;
          position: absolute; }
        #contents .addParts08 .inner h2 a {
          font-size: 2.2rem;
          font-weight: bold;
          background: #585858 url(img/icon_arrow2_white.png) no-repeat right 10px center;
          background-size: 16px auto;
          margin: 0;
          padding: 1rem 8rem 1rem 1rem;
          width: 100%;
          color: #fff;
          display: inline-block; }
        #contents .addParts08 .inner h2 span {
          font-size: 3rem;
          color: #f1e6c1; }
      #contents .addParts08 .inner .lead {
        margin: 2rem auto;
        width: 100%; }
      #contents .addParts08 .inner .box-row {
        margin: 0;
        padding: 0 1rem; }
        #contents .addParts08 .inner .box-row:first-of-type {
          margin: 0; }
      #contents .addParts08 .inner .box {
        width: 100%;
        float: none;
        border: 2px solid #745608;
        box-sizing: border-box;
        margin: 0 0 2rem 0;
        padding: 1rem;
        position: relative;
        background: #fff; }
        #contents .addParts08 .inner .box .thumb {
          position: relative; }
      #contents .addParts08 .inner .box-body {
        padding: 1.5rem; }
      #contents .addParts08 .inner h3 {
        font-weight: bold;
        font-size: 2.0rem;
        line-height: 1.4;
        margin: 0 0 1rem 0;
        padding: 0 0 1rem 0;
        text-align: center;
        background: url(img/wrap02_ttl_line.png) no-repeat center bottom; }
        #contents .addParts08 .inner h3 a {
          color: #745608;
          display: block;
          padding: 1.5rem 4rem;
          background: url(img/icon_arrow2_brown.png) no-repeat right 10px center;
          background-size: 16px auto; }
          #contents .addParts08 .inner h3 a:hover {
            color: #700812;
            background: url(img/icon_arrow2_black.png) no-repeat right 10px center;
            background-size: 16px auto; }
      #contents .addParts08 .inner .in_link_btn {
        text-align: center;
        display: block;
        padding: 1.5rem;
        width: 100%;
        margin: 2rem auto 0 auto;
        color: #fff;
        font-weight: bold;
        background: #745608 url(img/icon_arrow2_white.png) no-repeat right 15px center;
        background-size: 16px auto;
        border: solid 1px #c7bd97; }
        #contents .addParts08 .inner .in_link_btn:hover {
          background: #700812 url(img/icon_arrow2_white.png) no-repeat right 15px center;
          background-size: 16px auto; }
  /*addParts09*/
  #contents .addParts09 {
    margin: 3rem 0 0 0; }
    #contents .addParts09 .inner {
      width: 97%;
      margin: 0 auto;
      padding: 3rem 0; }
      #contents .addParts09 .inner h2 {
        width: 100%;
        position: relative;
        background: none;
        margin: 0 0 2rem 0;
        padding: 0;
        text-align: left; }
        #contents .addParts09 .inner h2:before {
          content: '';
          width: 47px;
          height: 86px;
          background: url(img/parts09_icon01.png) no-repeat left bottom;
          background-size: 100%;
          bottom: 0;
          left: 0;
          position: absolute; }
        #contents .addParts09 .inner h2 a {
          font-size: 2.2rem;
          font-weight: bold;
          background: #585858 url(img/icon_arrow2_white.png) no-repeat right 10px center;
          background-size: 16px auto;
          margin: 0;
          padding: 1rem 3rem 1rem 6rem;
          width: 100%;
          color: #fff;
          display: inline-block; }
        #contents .addParts09 .inner h2 span {
          font-size: 3rem;
          color: #f1e6c1; }
      #contents .addParts09 .inner .lead {
        margin: 2rem auto;
        width: 100%; }
      #contents .addParts09 .inner .box-row {
        margin: 0;
        padding: 0 1rem; }
        #contents .addParts09 .inner .box-row:first-of-type {
          margin: 0; }
      #contents .addParts09 .inner .box {
        width: 100%;
        float: none;
        border: 1px solid #745608;
        box-sizing: border-box;
        margin: 0 0 2rem 0;
        padding: 2rem;
        background: #fff url(img/icon_search_gray.png) no-repeat right 10px bottom 60px;
        background-size: 100px auto; }
        #contents .addParts09 .inner .box h3 a {
          display: block;
          font-size: 2.0rem;
          font-weight: bold;
          line-height: 1.4;
          padding-right: 3rem;
          background: url(img/icon_arrow2_brown.png) no-repeat right center;
          background-size: 16px auto;
          text-align: center; }
          #contents .addParts09 .inner .box h3 a:hover {
            color: #700812;
            background: url(img/icon_arrow2_black.png) no-repeat right center;
            background-size: 16px auto; }
        #contents .addParts09 .inner .box .box-body {
          padding-top: 2rem;
          margin-top: 2rem;
          border-top: 2px dotted #8b8b8b;
          position: relative; }
          #contents .addParts09 .inner .box .box-body:before {
            content: "";
            background: url(img/icon_pen.png) no-repeat left top;
            background-size: 33px auto;
            position: absolute;
            width: 33px;
            height: 33px;
            top: -3.2rem;
            left: -4rem; }
  /* float-wrap */
  #contents .floatBox01, #contents .floatBox02 {
    padding: 0 1.5rem; }
  #contents .floatBox01 .float-wrap {
    margin: 3rem 0;
    padding: 0; }
  #contents .float-wrap .flame {
    position: relative; }
  #contents .float-wrap .flame:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    z-index: 1000; }
  #contents .float-wrap .flame:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    right: 0;
    bottom: 0;
    z-index: 1000; }
  #contents .floatBox01 .float-wrap img {
    width: 100%; }
  #contents .floatBox01 .float-wrap p {
    margin: 0;
    padding: 0; }
  #contents .floatBox01 .float-wrap .fl {
    width: 140px;
    padding: 0 2rem 1rem 0;
    text-align: center; }
  #contents .floatBox01 .float-wrap .fr {
    width: 140px;
    padding: 0 0 1rem 1rem;
    text-align: center; }
  #contents .floatBox01 .float-wrap .ct {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 1rem;
    text-align: center; }
  #contents .floatBox02 .float-wrap {
    margin: 1rem 0;
    padding: 0; }
  #contents .floatBox02 .float-wrap img {
    width: 100%; }
  #contents .floatBox02 .float-wrap p {
    margin: 0;
    padding: 0; }
  #contents .floatBox02 .float-wrap .fl {
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center; }
  #contents .floatBox02 .float-wrap .fr {
    width: 100%;
    padding: 0 0 1rem 0;
    text-align: center; }
  #contents .floatBox02 .float-wrap .ct {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2rem;
    text-align: center; }
  .in_link_btn {
    border: 1px solid #000;
    text-align: center;
    display: block;
    padding: 1.5rem;
    width: 70%;
    margin: 2.5rem auto 0;
    background: rgba(255, 255, 255, 0.8); }
  /* box-wrap01 */
  .box-wrap01, .box-wrap02 {
    margin-top: 5rem;
    width: 100%;
    padding: 0 2.5rem; }
  .box-wrap01 .box {
    border: 1px solid #745608;
    box-sizing: border-box;
    padding: 2rem;
    background: #fff url(img/icon_search_gray.png) no-repeat right 10px bottom 60px;
    background-size: 100px auto; }
  .box-wrap01 .right_box {
    margin-top: 1rem; }
  .box-wrap01 .box-head a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 3rem;
    background: url(img/icon_arrow2_brown.png) no-repeat right center;
    background-size: 16px auto; }
  .box-wrap01 .box-body {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 2px dotted #8b8b8b;
    position: relative; }
  .box-wrap01 .box-body:before {
    content: "";
    background: url(img/icon_pen.png) no-repeat left top;
    background-size: 33px auto;
    position: absolute;
    width: 33px;
    height: 33px;
    top: -3.2rem;
    left: -4rem; }
  /* box-wrap02 */
  .box-wrap02 {
    margin-top: 5rem;
    width: 100%; }
  .box-wrap02 .box {
    border: 2px solid #745608;
    box-sizing: border-box;
    padding: 1.5rem;
    position: relative;
    background: #fff; }
  .box-wrap02 .right_box {
    margin-top: 3rem; }
  .box-wrap02 .box .thumb {
    position: relative; }
  .box-wrap02 .box .thumb .caption {
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center; }
  .box-wrap02 .box-body {
    padding: 1.5rem; }
  .box-wrap02 .box .box-head {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 2rem;
    padding: 0 0 2rem 0;
    text-align: center;
    background: url(img/wrap02_ttl_line.png) no-repeat center bottom;
    background-size: 100% auto; }
  .box-wrap02 .box .box-head a {
    color: #745608;
    display: block;
    padding: 1.5rem 4rem;
    background: url(img/icon_arrow2_brown.png) no-repeat right 10px center;
    background-size: 16px auto; }
  .in_link_btn {
    text-align: center;
    display: block;
    padding: 1.5rem;
    width: 100%;
    margin: 2rem 0 0 0;
    color: #fff;
    font-weight: bold;
    background: #745608 url(img/icon_arrow2_white.png) no-repeat right 15px center;
    background-size: 16px auto;
    border: solid 1px #c7bd97; }
    .in_link_btn:hover {
      background: #700812 url(img/icon_arrow2_white.png) no-repeat right 15px center;
      background-size: 16px auto; }
  /*frame-wrap*/
  .frame-wrap01, .frame-wrap02, .frame-wrap03 {
    margin-top: 5rem;
    width: 100%;
    padding: 0 1.5rem; }
  .frame-wrap01 .frame, .frame-wrap02 .frame, .frame-wrap03 .frame {
    box-sizing: border-box;
    position: relative; }
  .frame-wrap01 .frame, .frame-wrap02 .frame {
    margin-top: 1.5rem; }
  .frame-wrap01 .frame:first-of-type, .frame-wrap02 .frame:first-of-type {
    margin-top: 0; }
  .frame-wrap01 .frame:first-of-type, .frame-wrap02 .frame:first-of-type, .frame-wrap03 .frame:first-of-type {
    margin-left: 0; }
  .frame-wrap01 .frame .frame-head p, .frame-wrap02 .frame .frame-head p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
  /*frame-wrap01*/
  .frame-wrap01 .frame {
    background-color: #fff;
    padding: 2rem; }
    .frame-wrap01 .frame .frame-label {
      padding: 0.7rem 3rem 0.5rem 3rem;
      margin: 0 0 1rem 0;
      background: #745608;
      color: #fff;
      text-align: center;
      display: inline-block;
      font-size: 1.3rem;
      line-height: 1; }
    .frame-wrap01 .frame .frame-head {
      padding: 0;
      margin: 0 0 2rem 0; }
      .frame-wrap01 .frame .frame-head a {
        display: block;
        background: url(img/icon_arrow2_brown.png) no-repeat right center;
        background-size: 16px auto;
        padding: 0 3rem 0 0; }
        .frame-wrap01 .frame .frame-head a:hover {
          color: #700812;
          background: url(img/icon_arrow2_black.png) no-repeat right center;
          background-size: 16px auto; }
    .frame-wrap01 .frame .frame-body {
      padding: 0;
      margin: 0; }
  /*frame-wrap02*/
  .frame-wrap02 .frame {
    background: #f1e6c1;
    padding: 2rem; }
    .frame-wrap02 .frame:before {
      border: 1px solid #745608;
      box-sizing: border-box; }
    .frame-wrap02 .frame .frame-head {
      padding: 0;
      margin: 0 0 3rem 0; }
      .frame-wrap02 .frame .frame-head a {
        display: block;
        background-size: 16px auto; }
        .frame-wrap02 .frame .frame-head a:hover {
          color: #700812;
          background-size: 16px auto; }
    .frame-wrap02 .frame .frame-body {
      padding-top: 2rem;
      margin-top: 2rem;
      border-top: 1px solid #c7bd97;
      position: relative; }
      .frame-wrap02 .frame .frame-body:before {
        content: "";
        background: url(img/icon_pen.png) no-repeat left top;
        background-size: 33px auto;
        position: absolute;
        width: 33px;
        height: 33px;
        top: -3.2rem;
        left: -3rem; }
  /*frame-wrap03*/
  .frame-wrap03 .frame {
    border: 1px solid #333;
    background: #fff;
    margin-top: 1rem; }
  .frame-wrap03 .frame:first-of-type {
    margin-top: 0; }
  .frame-wrap03 .frame:before {
    content: "";
    height: 3px;
    width: calc(100% - 4px);
    margin: 0.2rem auto 0;
    display: block;
    background-color: #700812; }
  .frame-wrap03 .frame .thumb {
    position: relative;
    padding: 2rem; }
  .frame-wrap03 .frame .thumb img {
    border-radius: 50%;
    width: 100%;
    height: auto; }
  .frame-wrap03 .frame .thumb .caption {
    width: 70%;
    margin: 1rem auto 0; }
  .frame-wrap03 .frame .frame-head {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 1.5rem 1rem; }
    .frame-wrap03 .frame .frame-head a {
      display: block;
      color: #700812;
      background-size: 16px auto; }
  .frame-wrap03 .frame .frame-body {
    padding: 0 1.5rem 2rem; }

  #contents .float-wrap .float-img {
    width: 90%;
    margin: 0 auto 10px;
    text-align: center; }
  #contents .float-wrap p {
    width: 90%;
	margin:0 auto;
	}
.caption {
	text-align:center;
	padding:0 20px;
	}
	
.sliderArea-btn-web {
    margin: 0.5rem 0 4rem 0 !important;
}
	
}
